FooterCustomization

data class FooterCustomization(@ColorRes var expandIndicatorColor: Int? = null, val labelStyleCustomization: TextStyleCustomization = TextStyleCustomization(), val 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

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

Functions

Link copied to clipboard

DSL Method for Footer Label setup

Link copied to clipboard
fun text(block: TextStyleCustomization.() -> Unit)

DSL Method for Footer Text setup