Package-level declarations

Types

Link copied to clipboard
data class DigitalWalletSchema(val topAppBarTokens: TopAppBarScheme, val background: Color, val progressIndicator: Color, val text: Color, val errorIcon: Color)

Digital Wallet Schema.

Properties

Link copied to clipboard

Default Cards SDK Document capture dark colors.

Link copied to clipboard

Default Cards SDK Document capture light colors.

Functions

Link copied to clipboard
fun digitalWalletDarkColors(topAppBarTokens: TopAppBarScheme = topAppBarDarkColorsDefault, background: Color = backgroundDarkColorsDefault.primary, progressIndicator: Color = mainDarkColorsDefault.primary, text: Color = mainDarkColorsDefault.primary, errorIcon: Color = mainLightColorsDefault.neutral): DigitalWalletSchema

Cards SDK Document capture dark colors.

Link copied to clipboard
fun digitalWalletLightColors(topAppBarTokens: TopAppBarScheme = topAppBarLightColorsDefault, background: Color = backgroundLightColorsDefault.primary, progressIndicator: Color = mainLightColorsDefault.primary, text: Color = mainLightColorsDefault.primary, errorIcon: Color = mainLightColorsDefault.neutral): DigitalWalletSchema

Cards SDK Document capture light colors.