FooterCustomization

data class FooterCustomization(@ColorRes() expandIndicatorColor: Int?, labelStyleCustomization: TextStyleCustomization, textStyleCustomization: TextStyleCustomization)

Use this class to set the visual style of footer section, at the bottom of a 3DS2 challenge screen. This section contains information text provided by the card issuer. Each piece of information is expandable, with just the label and an expand indicator showing until the user expands the section to reveal the body text within.

Parameters

expandIndicatorColor

Expand indicator colour resource reference.

labelStyleCustomization

Customization for expanding section label.

textStyleCustomization

Customization for expanding section text.

Constructors

FooterCustomization
Link copied to clipboard
fun FooterCustomization(@ColorRes() expandIndicatorColor: Int? = null, labelStyleCustomization: TextStyleCustomization = TextStyleCustomization(), textStyleCustomization: TextStyleCustomization = TextStyleCustomization())

Functions

label
Link copied to clipboard
fun label(block: TextStyleCustomization.() -> Unit)
DSL Method for Footer Label setup
text
Link copied to clipboard
fun text(block: TextStyleCustomization.() -> Unit)
DSL Method for Footer Text setup

Properties

expandIndicatorColor
Link copied to clipboard
var expandIndicatorColor: Int? = null
Expand indicator colour resource reference.
labelStyleCustomization
Link copied to clipboard
val labelStyleCustomization: TextStyleCustomization
Customization for expanding section label.
textStyleCustomization
Link copied to clipboard
val textStyleCustomization: TextStyleCustomization
Customization for expanding section text.