AboutSupportDeveloper GuideVersion 38.126.82.64

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"