getTransactionContractWithToken
fun getTransactionContractWithToken(): ActivityResultContract<SdkSessionWithTokenIntent, TapOnPhoneInvocationSdkResult>
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.