TextCustomization

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

textColor

Text colour resource reference.

textFont

Text font resource reference.

text

Text resource reference.

Constructors

Link copied to clipboard
constructor(@ColorRes textColor: Int? = null, @FontRes textFont: Int? = null, @StringRes text: Int? = null)

Properties

Link copied to clipboard
var text: Int?
Link copied to clipboard
open override var textColor: Int?
Link copied to clipboard
open override var textFont: Int?