Package-level declarations

Types

Link copied to clipboard
data class CardsCustomize(val digitalWalletCustomize: DigitalWalletCustomize = DigitalWalletCustomize())

Customization Object to use through SDK's views.

Link copied to clipboard
data class DigitalWalletCustomize(val samsungTopAppBarCustomize: TopAppBarCustomize = TopAppBarCustomize( titleRes = R.string.alviere_sdk_cards_digital_wallet_samsung_add_card_title, ), @StringRes val samsungAddCardMessageRes: Int = R.string.alviere_sdk_cards_digital_wallet_samsung_add_card_message, @StringRes val samsungNotSupportedMessageRes: Int = R.string.alviere_sdk_cards_digital_wallet_samsung_not_supported_message, val samsungAddCardMessage: String? = null, val samsungNotSupportedMessage: String? = null, val samsungMessageTextStyle: TextStyle = alviereTitleLRegular, val samsungErrorIcon: ImageVector = Icons.Outlined.Error)

Digital Wallet customization Object.