Text Customization
data class TextCustomization(@ColorRes var textColor: Int? = null, @FontRes var textFont: Int? = null, @StringRes var text: Int? = null) : LabelCustomization
Use this class to customize the style of the text in the Navigation Bar used across 3DS1 and 3DS2 challenge screens, as well as the actual text displayed as the title.
Parameters
text Color
Text colour resource reference.
text Font
Text font resource reference.
text
Text resource reference.