InAppMessageTextInfo
class InAppMessageTextInfo(val text: String, val color: InAppMessageColor? = null, val size: Float? = null, val fontFamilies: List<String>? = null, val alignment: InAppMessageTextInfo.Alignment? = null, val style: List<InAppMessageTextInfo.Style>? = null, val drawableName: String? = null) : JsonSerializable
Text display info.
Constructors
Link copied to clipboard
constructor(text: String, color: InAppMessageColor? = null, size: Float? = null, fontFamilies: List<String>? = null, alignment: InAppMessageTextInfo.Alignment? = null, style: List<InAppMessageTextInfo.Style>? = null, drawableName: String? = null)