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