Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
data class EncryptedSessionIntent(val sessionIntent: String, val hash: String, val encryptedKey: String) : Serializable
Link copied to clipboard
Link copied to clipboard
Error types that can be returned when processing a transaction using the Tap On Phone app.
Link copied to clipboard
Result returned from requesting the Tap On Phone app to perform a transaction.
Link copied to clipboard
data class TapOnPhoneInvocationSuccessData(val cvmResult: TapOnPhoneInvocationCvmResult, val authorizationCode: String) : Serializable
Success data that can be returned when processing a transaction using the Tap On Phone app.
Link copied to clipboard
object TOPInvocationContract