Style

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)

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.