JsonConfirmationDialogConfiguration

data class JsonConfirmationDialogConfiguration(var resultWithConfirmationEnabled: Boolean?, var dialogTextFormat: JsonBarcodeDialogFormat?, var confirmationDialogStyle: JsonDialogStyle?, var confirmButtonTitle: String?, var confirmationDialogConfirmButtonStyle: JsonDialogButtonStyle?, var retryButtonTitle: String?, var confirmationDialogRetryButtonStyle: JsonDialogButtonStyle?, var dialogTitle: String?, var dialogMessage: String?, var dialogButtonsAccentColor: JsonColor?, var confirmButtonFilled: Boolean?, var confirmButtonFilledTextColor: JsonColor?) : Parcelable

Confirmation Dialog configuration

Constructors

Link copied to clipboard
constructor(resultWithConfirmationEnabled: Boolean?, dialogTextFormat: JsonBarcodeDialogFormat?, confirmationDialogStyle: JsonDialogStyle?, confirmButtonTitle: String?, confirmationDialogConfirmButtonStyle: JsonDialogButtonStyle?, retryButtonTitle: String?, confirmationDialogRetryButtonStyle: JsonDialogButtonStyle?, dialogTitle: String?, dialogMessage: String?, dialogButtonsAccentColor: JsonColor?, confirmButtonFilled: Boolean?, confirmButtonFilledTextColor: JsonColor?)

Properties

Link copied to clipboard

The style of the confirmation dialogs confirm button. iOS only.

Link copied to clipboard

The style of the confirmation dialogs retry button. iOS only.

Link copied to clipboard

The style of the confirmation dialog. iOS only.

Link copied to clipboard

Allows to set if the confirm button should be filled. Defaults to TRUE. Android only.

Link copied to clipboard

Allows to set a text color of the filled button. See confirmationDialogConfirmButtonFilled. Android only.

Link copied to clipboard

The title of the confirmation dialog confirm button.

Link copied to clipboard

The accent color of buttons on a confirmation dialog. Android only.

Link copied to clipboard

The message text of the confirmation dialog.

Link copied to clipboard

The text format of the result dialog. Defaults to TYPE_AND_CODE.

Link copied to clipboard

The title of the confirmation dialog.

Link copied to clipboard

Defines, if the confirmation dialog should be displayed or not before returing the results to the delegate. Defaults to False.

Link copied to clipboard

The title of the confirmation dialog retry button.

Functions

Link copied to clipboard

Converts JSON-compatible object to SDK object