getTransactionContractWithToken
fun getTransactionContractWithToken(): ActivityResultContract<SdkSessionWithTokenIntent, TapOnPhoneInvocationSdkResult>
Deprecated
This method will be removed in the future
Replace with
getTransactionContract()Content copied to clipboard
Retrieve an ActivityResultContract in order to request the Tap On Phone app to perform a transaction with a JWT Token.
Return
An ActivityResultContract with SdkEncryptedSessionIntent as input and TapOnPhoneInvocationSdkResult as output.
Throws
if the SDK is not initialized.