Options
data class Options(val title: String? = null, val cardInformation: POCardUpdateConfiguration.CardInformation? = null, val primaryActionText: String? = null, val secondaryActionText: String? = null, val cancellation: POCancellationConfiguration = POCancellationConfiguration()) : Parcelable
Allows to customize behaviour and pre-define the values.
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.
Constructors
Link copied to clipboard
constructor(title: String? = null, cardInformation: POCardUpdateConfiguration.CardInformation? = null, primaryActionText: String? = null, secondaryActionText: String? = null, cancellation: POCancellationConfiguration = POCancellationConfiguration())