TapOnPhoneInvocationResult

sealed class TapOnPhoneInvocationResult : Serializable

Result returned from requesting the Tap On Phone app to perform a transaction.

Types

Link copied to clipboard
object Companion
Link copied to clipboard
class Error(error: TapOnPhoneInvocationError) : TapOnPhoneInvocationResult

Error result.

Link copied to clipboard
class Success(data: TapOnPhoneInvocationSuccessData) : TapOnPhoneInvocationResult

Successful result.

Inheritors

Link copied to clipboard
Link copied to clipboard