Footer Customization
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
expand Indicator Color
Expand indicator colour resource reference.
label Style Customization
Customization for expanding section label.
text Style Customization
Customization for expanding section text.
Constructors
Link copied to clipboard
constructor(@ColorRes expandIndicatorColor: Int? = null, labelStyleCustomization: TextStyleCustomization = TextStyleCustomization(), textStyleCustomization: TextStyleCustomization = TextStyleCustomization())