AboutSupportDeveloper GuideVersion 41.129.83.3

Generated when system app versioning is successfully completed.

interface AppVersionCompleteEvent {
    manifest: null | string;
    srcManifest: string;
    type: "app-version-complete";
}

Properties

manifest: null | string
srcManifest: string
type: "app-version-complete"