Rc Message Fragment
data class RcMessageFragment(val content: String, val type: MessageFragmentType, val colorrgb: String?, val backgroundcolorrgb: String?)
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.
Constructors
Link copied to clipboard
constructor(content: String, type: MessageFragmentType, colorrgb: String?, backgroundcolorrgb: String?)