AboutSupportDeveloper GuideVersion 38.126.82.64

Generated during the progress of system app versioning.

interface AppVersionProgressEvent {
    manifest: null | string;
    srcManifest: string;
    type: "app-version-progress";
}

Properties

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