SdkEncryptedSessionIntent
data class SdkEncryptedSessionIntent(val sessionIntent: String, val hash: String, val encryptedKey: String) : Serializable
This class represents the encrypted session intent needed to launch a transaction in the Tap On Phone app. An instance of SdkEncryptedSessionIntent should be passed to the ActivityResultLauncher which results from registering TapOnPhoneInvocationSdk.getTransactionContract for activity result.