launch
fun launch(redirect: PO3DSRedirect, returnUrl: String, callback: (ProcessOutResult<String>) -> Unit)
Launches the activity.
Deprecated
Use function launch(redirect, returnUrl, callback)
Replace with
launch(redirect, returnUrl, callback)
Content copied to clipboard
Launches the activity.