TapOnPhoneInvocationResult
Result returned from requesting the Tap On Phone app to perform a transaction.
Types
Link copied to clipboard
class Error(error: TapOnPhoneInvocationError) : TapOnPhoneInvocationResult
Content copied to clipboard
Error result.
Link copied to clipboard
class Success(data: TapOnPhoneInvocationSuccessData) : TapOnPhoneInvocationResult
Content copied to clipboard
Successful result.