getAppManifest

suspend fun getAppManifest(args: Page.GetAppManifestParameter, mode: CommandMode = CommandMode.DEFAULT): Page.GetAppManifestReturn

Gets the processed manifest for this current document. This API always waits for the manifest to be loaded. If manifestId is provided, and it does not match the manifest of the current document, this API errors out. If there is not a loaded page, this API errors out immediately.


suspend fun getAppManifest(manifestId: String? = null): Page.GetAppManifestReturn

Gets the processed manifest for this current document. This API always waits for the manifest to be loaded. If manifestId is provided, and it does not match the manifest of the current document, this API errors out. If there is not a loaded page, this API errors out immediately.

Parameters

manifestId

No description