Package-level declarations
Types
Link copied to clipboard
data class WalletVersionSupport(val type: WalletVersionSupportType, val version: String, val versionPolicy: WalletVersionSupportVersionPolicy)
Data class representing configuration detailing the device platform environment or the partner application utilising the embedded wallet.
Link copied to clipboard
data class WalletVersionSupportConfiguration(val platform: WalletVersionSupport, val application: WalletVersionSupport)
Data class representing the configuration for wallet version support.
Link copied to clipboard
Enum representing the type of wallet version support.
Link copied to clipboard
data class WalletVersionSupportVersionPolicy(val action: WalletVersionSupportVersionPolicyAction, val code: WalletVersionSupportVersionPolicyCode?)
Data class representing version policy rules for either the underlying device platform (e.g., iOS or Android) or the partner wallet application. Note: The code field must be provided when the action is UPDATE or WARN, to justify the mandatory or suggested update. It can be left out if the action is INFO or NONE.
Link copied to clipboard
Enum class representing the action to be taken based on the wallet version support version policy.
Link copied to clipboard
Enum class representing the version policy codes for wallet version support.