Package-level declarations
Types
This is part of the RcMessageFragment returned in the RealityCheckMessage.
It gives information on how a text segment needs to be formatted
See Entries below.
RcError is used to represent errors that can occur
when trying to get the RealityCheckMessage information from the server.
See Types section for the available errors.
RcMessageFragment is part of the RealityCheckMessage, more specifically RealityCheckMessage.rcMessageFragments which is a lists of this object.
It contains a part of the message from the RealityCheckMessage.loginText.
And it contains information on how the text should be displayed to the user using MessageFragmentType.
To use RcTokenProvider, create an implementation of it where the method getValidToken() will return a valid token.
It is Needed for authorization when contacting server
After setting it up, provide it as a parameter to the RcRepositoryProvider.
RealityCheckMessage is the object that is returned every hour of active login time. See each property for more information.