launch

fun launch(uri: Uri, returnUrl: String)

Launches the activity. Use when launcher created with function create(from, callback).


Deprecated

Use function launch(request, returnUrl)

Replace with

launch(request, returnUrl)

Launches the activity.