DigitalWalletCustomize

data class DigitalWalletCustomize(val toolbarCustomize: ToolbarCustomize? = null, val alviereTextView: AlviereTextViewCustomize? = null, @ColorRes val backgroundColorRes: Int = R.color.alviere_sdk_cards_digital_wallet_background, @ColorRes val loadingBarColorRes: Int = R.color.alviere_sdk_cards_loading_bar, @StringRes val samsungWalletAddCardTitleRes: Int = R.string.alviere_sdk_cards_digital_wallet_samsung_add_card_title, @StringRes val samsungWalletAddCardMessageRes: Int = R.string.alviere_sdk_cards_digital_wallet_samsung_add_card_message, @StringRes val samsungWalletNotSupportedMessageRes: Int = R.string.alviere_sdk_cards_digital_wallet_samsung_not_supported_message, @ColorInt val backgroundColor: Int? = null, @ColorInt val loadingBarColor: Int? = null, val samsungWalletAddCardTitle: String? = null, val samsungWalletAddCardMessage: String? = null, val samsungWalletNotSupportedMessage: String? = null)

Card Token customization Object.

Constructors

Link copied to clipboard
constructor(toolbarCustomize: ToolbarCustomize? = null, alviereTextView: AlviereTextViewCustomize? = null, @ColorRes backgroundColorRes: Int = R.color.alviere_sdk_cards_digital_wallet_background, @ColorRes loadingBarColorRes: Int = R.color.alviere_sdk_cards_loading_bar, @StringRes samsungWalletAddCardTitleRes: Int = R.string.alviere_sdk_cards_digital_wallet_samsung_add_card_title, @StringRes samsungWalletAddCardMessageRes: Int = R.string.alviere_sdk_cards_digital_wallet_samsung_add_card_message, @StringRes samsungWalletNotSupportedMessageRes: Int = R.string.alviere_sdk_cards_digital_wallet_samsung_not_supported_message, @ColorInt backgroundColor: Int? = null, @ColorInt loadingBarColor: Int? = null, samsungWalletAddCardTitle: String? = null, samsungWalletAddCardMessage: String? = null, samsungWalletNotSupportedMessage: String? = null)

Properties

Link copied to clipboard
val alviereTextView: AlviereTextViewCustomize? = null

sdk text customization object to be further applied

Link copied to clipboard
val backgroundColor: Int? = null

background to be applied.

Link copied to clipboard

background to be applied.

Link copied to clipboard
val loadingBarColor: Int? = null

loading bar color to be applied.

Link copied to clipboard

loading bar color to be applied.

Link copied to clipboard

samsung add card message to be applied.

Link copied to clipboard

add card title resource to be applied.

Link copied to clipboard

samsung add card title to be applied.

Link copied to clipboard

add card title resource to be applied.

Link copied to clipboard

samsung not supported to be applied.

Link copied to clipboard

add card title resource to be applied.

Link copied to clipboard
val toolbarCustomize: ToolbarCustomize? = null

Toolbar customization.

Functions

Link copied to clipboard

Get background color.

Link copied to clipboard

Get loading bar color.

Link copied to clipboard

Get Samsung wallet add card message.

Link copied to clipboard

Get Samsung wallet title.

Link copied to clipboard

Get Samsung wallet not supported message.