Transaction Contract
This class is used with the androidx.activity.ComponentActivity.registerForActivityResult to launch the SDK.
You will need to set up a Transaction object before using it.
Throws
if you try to start the SDK more than once at the same time.
Functions
Link copied to clipboard
Link copied to clipboard
open fun getSynchronousResult(context: Context, input: Transaction): ActivityResultContract.SynchronousResult<TransactionResult>?
Link copied to clipboard