Options

constructor(title: String? = null, cardInformation: POCardUpdateConfiguration.CardInformation? = null, primaryActionText: String? = null, secondaryActionText: String? = null, cancellation: POCancellationConfiguration = POCancellationConfiguration())

Parameters

title

Custom title.

cardInformation

Allows to provide card information that will be visible in UI.

primaryActionText

Custom primary action text (e.g. "Submit").

secondaryActionText

Custom secondary action text (e.g. "Cancel").

cancellation

Specifies cancellation behaviour.