launch

suspend fun launch(args: PWA.LaunchParameter, mode: CommandMode = CommandMode.DEFAULT): PWA.LaunchReturn

Launches the installed web app, or an url in the same web app instead of the default start url if it is provided. Returns a page Target.TargetID which can be used to attach to via Target.attachToTarget or similar APIs.


suspend fun launch(manifestId: String, url: String? = null): PWA.LaunchReturn

Launches the installed web app, or an url in the same web app instead of the default start url if it is provided. Returns a page Target.TargetID which can be used to attach to via Target.attachToTarget or similar APIs.

Parameters

manifestId

No description

url

No description