ButtonCustomization

data class ButtonCustomization(val buttonBackground: BackgroundCustomization, val label: TextStyleCustomization)

Use this class to set the visual style of the main action button on a 3DS2 challenge screen.

Parameters

buttonBackground

Customisation for the button background.

label

Customisation for the button text style.

Constructors

Link copied to clipboard
constructor(buttonBackground: BackgroundCustomization, label: TextStyleCustomization)

Properties

Link copied to clipboard

Functions

Link copied to clipboard

DSL Method for Button Background setup

Link copied to clipboard

DSL Method for Button Label setup