Navigation Bar Customization
data class NavigationBarCustomization(@ColorRes var backgroundColor: Int? = null, @DimenRes var panelElevation: Int? = null, val headingStyleCustomization: TextCustomization = TextCustomization(), val buttonStyleCustomization: TextCustomization = TextCustomization())
Use this class to provide objects that specify user interface customizations for the navigation bar that appears at the top of the challenge screen for 3DS1 and 3DS2, and includes the screen title and the Cancel button.
Parameters
background Color
Background colour resource reference
panel Elevation
Elevation resource reference
heading Style Customization
Customisation heading text. Unless set otherwise, the default heading text is “Secure checkout” (or the translated equivalent).
button Style Customization
Customised text for the Cancel button. Unless set otherwise, the default heading text is “Cancel” (or the translated equivalent).
Constructors
Link copied to clipboard
constructor(@ColorRes backgroundColor: Int? = null, @DimenRes panelElevation: Int? = null, headingStyleCustomization: TextCustomization = TextCustomization(), buttonStyleCustomization: TextCustomization = TextCustomization())