Style
Types
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
data class StyleImpl(val fontColor: String? = null, val backgroundColor: String? = null, val fontSize: Style.Size? = null, val alignment: Style.Alignment? = null, val fontStyle: Style.FontStyle? = null, var span: Spanned? = null) : Style
A text style is used to define the appearance of the text in the push notification. span is the rendered HTML of the text.