getTransactionContract
fun getTransactionContract(): ActivityResultContract<SdkEncryptedSessionIntent, TapOnPhoneInvocationSdkResult>
Content copied to clipboard
Retrieve an ActivityResultContract in order to request the Tap On Phone app to perform a transaction.
Return
An ActivityResultContract with SdkEncryptedSessionIntent as input and TapOnPhoneInvocationSdkResult as output.
Throws
if the SDK is not initialized.