Style
data class Style(val header: POSavedPaymentMethodsConfiguration.HeaderStyle? = null, val paymentMethod: POSavedPaymentMethodsConfiguration.PaymentMethodStyle? = null, val messageBox: POMessageBoxStyle? = null, val dialog: PODialogStyle? = null, val cancelButton: POButtonStyle? = null, @ColorRes val progressIndicatorColorResId: Int? = null, @ColorRes val backgroundColorResId: Int? = null) : Parcelable
Specifies screen style.
Parameters
header
Screen header style.
paymentMethod
Payment method style.
messageBox
Message box style.
dialog
Dialog style.
cancelButton
Cancel button style.
progressIndicatorColorResId
Color resource ID for progress indicator.
backgroundColorResId
Color resource ID for background.
Constructors
Link copied to clipboard
constructor(header: POSavedPaymentMethodsConfiguration.HeaderStyle? = null, paymentMethod: POSavedPaymentMethodsConfiguration.PaymentMethodStyle? = null, messageBox: POMessageBoxStyle? = null, dialog: PODialogStyle? = null, cancelButton: POButtonStyle? = null, @ColorRes progressIndicatorColorResId: Int? = null, @ColorRes backgroundColorResId: Int? = null)