openCurrentPageInApp

suspend fun openCurrentPageInApp(args: PWA.OpenCurrentPageInAppParameter, mode: CommandMode = CommandMode.DEFAULT)

Opens the current page in its web app identified by the manifest id, needs to be called on a page target. This function returns immediately without waiting for the app to finish loading.


suspend fun openCurrentPageInApp(manifestId: String)

Opens the current page in its web app identified by the manifest id, needs to be called on a page target. This function returns immediately without waiting for the app to finish loading.

Parameters

manifestId

No description