Navigation Bar Customization
fun NavigationBarCustomization(@ColorRes() backgroundColor: Int? = null, @DimenRes() panelElevation: Int? = null, headingStyleCustomization: TextCustomization = TextCustomization(), buttonStyleCustomization: TextCustomization = TextCustomization())
Content copied to clipboard
Parameters
backgroundColor
Background colour resource reference
panelElevation
Elevation resource reference
headingStyleCustomization
Customisation heading text. Unless set otherwise, the default heading text is “Secure checkout” (or the translated equivalent).
buttonStyleCustomization
Customised text for the Cancel button. Unless set otherwise, the default heading text is “Cancel” (or the translated equivalent).