POCardUpdateConfiguration
constructor(cardId: String, cardInformation: POCardUpdateConfiguration.CardInformation? = null, title: String? = null, submitButton: POCardUpdateConfiguration.Button = Button(), cancelButton: POCardUpdateConfiguration.CancelButton? = CancelButton(), bottomSheet: POBottomSheetConfiguration = POBottomSheetConfiguration(
height = WrapContent,
expandable = false
), style: POCardUpdateConfiguration.Style? = null)
Parameters
cardId
Card ID.
cardInformation
Allows to provide card information that will be visible in UI.
title
Custom title.
submitButton
Submit button configuration.
cancelButton
Cancel button configuration. Use null to hide.
bottomSheet
Specifies bottom sheet configuration. By default is WrapContent and non-expandable.
style
Allows to customize the look and feel.
constructor(cardId: String, cardInformation: POCardUpdateConfiguration.CardInformation? = null, title: String? = null, submitButton: POCardUpdateConfiguration.Button = Button(), cancelButton: POCardUpdateConfiguration.CancelButton? = CancelButton(), cancellation: POCancellationConfiguration = POCancellationConfiguration(), style: POCardUpdateConfiguration.Style? = null)
Deprecated
Use alternative constructor.
Defines card update configuration.
Parameters
cardId
Card ID.
cardInformation
Allows to provide card information that will be visible in UI.
title
Custom title.
submitButton
Submit button configuration.
cancelButton
Cancel button configuration. Use null to hide.
cancellation
Specifies cancellation behaviour.
style
Allows to customize the look and feel.
constructor(cardId: String, options: POCardUpdateConfiguration.Options = Options(), style: POCardUpdateConfiguration.Style? = null)
Deprecated
Use alternative constructor.
Defines card update configuration.
Parameters
cardId
Card ID.
options
Allows to customize behaviour and pre-define the values.
style
Allows to customize the look and feel.