NavigationBarCustomization

fun NavigationBarCustomization(@ColorRes() backgroundColor: Int? = null, @DimenRes() panelElevation: Int? = null, headingStyleCustomization: TextCustomization = TextCustomization(), buttonStyleCustomization: TextCustomization = TextCustomization())

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).