Change Type Old Version New Version d.ts File
Added NA Class name: update
Method or attribute name: function getOnlineUpdater(upgradeInfo: UpgradeInfo): Updater;
@ohos.update.d.ts
Added NA Class name: update
Method or attribute name: function getRestorer(): Restorer;
@ohos.update.d.ts
Added NA Class name: update
Method or attribute name: function getLocalUpdater(): LocalUpdater;
@ohos.update.d.ts
Added NA Class name: Updater
Method or attribute name: getNewVersionDescription(versionDigestInfo: VersionDigestInfo, descriptionOptions: DescriptionOptions, callback: AsyncCallback<Array<ComponentDescription>>): void;
@ohos.update.d.ts
Added NA Class name: Updater
Method or attribute name: getNewVersionDescription(versionDigestInfo: VersionDigestInfo, descriptionOptions: DescriptionOptions): Promise<Array<ComponentDescription>>;
@ohos.update.d.ts
Added NA Class name: Updater
Method or attribute name: getCurrentVersionInfo(callback: AsyncCallback<CurrentVersionInfo>): void;
@ohos.update.d.ts
Added NA Class name: Updater
Method or attribute name: getCurrentVersionInfo(): Promise<CurrentVersionInfo>;
@ohos.update.d.ts
Added NA Class name: Updater
Method or attribute name: getCurrentVersionDescription(descriptionOptions: DescriptionOptions, callback: AsyncCallback<Array<ComponentDescription>>): void;
@ohos.update.d.ts
Added NA Class name: Updater
Method or attribute name: getCurrentVersionDescription(descriptionOptions: DescriptionOptions): Promise<Array<ComponentDescription>>;
@ohos.update.d.ts
Added NA Class name: Updater
Method or attribute name: getTaskInfo(callback: AsyncCallback<TaskInfo>): void;
@ohos.update.d.ts
Added NA Class name: Updater
Method or attribute name: getTaskInfo(): Promise<TaskInfo>;
@ohos.update.d.ts
Added NA Class name: Updater
Method or attribute name: download(versionDigestInfo: VersionDigestInfo, downloadOptions: DownloadOptions, callback: AsyncCallback<void>): void;
@ohos.update.d.ts
Added NA Class name: Updater
Method or attribute name: download(versionDigestInfo: VersionDigestInfo, downloadOptions: DownloadOptions): Promise<void>;
@ohos.update.d.ts
Added NA Class name: Updater
Method or attribute name: resumeDownload(versionDigestInfo: VersionDigestInfo, resumeDownloadOptions: ResumeDownloadOptions, callback: AsyncCallback<void>): void;
@ohos.update.d.ts
Added NA Class name: Updater
Method or attribute name: resumeDownload(versionDigestInfo: VersionDigestInfo, resumeDownloadOptions: ResumeDownloadOptions): Promise<void>;
@ohos.update.d.ts
Added NA Class name: Updater
Method or attribute name: pauseDownload(versionDigestInfo: VersionDigestInfo, pauseDownloadOptions: PauseDownloadOptions, callback: AsyncCallback<void>): void;
@ohos.update.d.ts
Added NA Class name: Updater
Method or attribute name: pauseDownload(versionDigestInfo: VersionDigestInfo, pauseDownloadOptions: PauseDownloadOptions): Promise<void>;
@ohos.update.d.ts
Added NA Class name: Updater
Method or attribute name: upgrade(versionDigestInfo: VersionDigestInfo, upgradeOptions: UpgradeOptions, callback: AsyncCallback<void>): void;
@ohos.update.d.ts
Added NA Class name: Updater
Method or attribute name: upgrade(versionDigestInfo: VersionDigestInfo, upgradeOptions: UpgradeOptions): Promise<void>;
@ohos.update.d.ts
Added NA Class name: Updater
Method or attribute name: clearError(versionDigestInfo: VersionDigestInfo, clearOptions: ClearOptions, callback: AsyncCallback<void>): void;
@ohos.update.d.ts
Added NA Class name: Updater
Method or attribute name: clearError(versionDigestInfo: VersionDigestInfo, clearOptions: ClearOptions): Promise<void>;
@ohos.update.d.ts
Added NA Class name: Updater
Method or attribute name: getUpgradePolicy(callback: AsyncCallback<UpgradePolicy>): void;
@ohos.update.d.ts
Added NA Class name: Updater
Method or attribute name: getUpgradePolicy(): Promise<UpgradePolicy>;
@ohos.update.d.ts
Added NA Class name: Updater
Method or attribute name: setUpgradePolicy(policy: UpgradePolicy, callback: AsyncCallback<void>): void;
@ohos.update.d.ts
Added NA Class name: Updater
Method or attribute name: setUpgradePolicy(policy: UpgradePolicy): Promise<void>;
@ohos.update.d.ts
Added NA Class name: Updater
Method or attribute name: terminateUpgrade(callback: AsyncCallback<void>): void;
@ohos.update.d.ts
Added NA Class name: Updater
Method or attribute name: terminateUpgrade(): Promise<void>;
@ohos.update.d.ts
Added NA Class name: Updater
Method or attribute name: on(eventClassifyInfo: EventClassifyInfo, taskCallback: UpgradeTaskCallback): void;
@ohos.update.d.ts
Added NA Class name: Updater
Method or attribute name: off(eventClassifyInfo: EventClassifyInfo, taskCallback?: UpgradeTaskCallback): void;
@ohos.update.d.ts
Added NA Module name: ohos.update
Class name: Restorer
@ohos.update.d.ts
Added NA Class name: Restorer
Method or attribute name:
@ohos.update.d.ts
Added NA Module name: ohos.update
Class name: Restorer
Method or attribute name: factoryReset(callback: AsyncCallback<void>): void;
@ohos.update.d.ts
Added NA Class name: Restorer
Method or attribute name: factoryReset(callback: AsyncCallback<void>): void;
@ohos.update.d.ts
Added NA Module name: ohos.update
Class name: Restorer
Method or attribute name: factoryReset(): Promise<void>;
@ohos.update.d.ts
Added NA Class name: Restorer
Method or attribute name: factoryReset(): Promise<void>;
@ohos.update.d.ts
Added NA Module name: ohos.update
Class name: LocalUpdater
@ohos.update.d.ts
Added NA Class name: LocalUpdater
Method or attribute name:
@ohos.update.d.ts
Added NA Module name: ohos.update
Class name: LocalUpdater
Method or attribute name: verifyUpgradePackage(upgradeFile: UpgradeFile, certsFile: string, callback: AsyncCallback<void>): void;
@ohos.update.d.ts
Added NA Class name: LocalUpdater
Method or attribute name: verifyUpgradePackage(upgradeFile: UpgradeFile, certsFile: string, callback: AsyncCallback<void>): void;
@ohos.update.d.ts
Added NA Module name: ohos.update
Class name: LocalUpdater
Method or attribute name: verifyUpgradePackage(upgradeFile: UpgradeFile, certsFile: string): Promise<void>;
@ohos.update.d.ts
Added NA Class name: LocalUpdater
Method or attribute name: verifyUpgradePackage(upgradeFile: UpgradeFile, certsFile: string): Promise<void>;
@ohos.update.d.ts
Added NA Module name: ohos.update
Class name: LocalUpdater
Method or attribute name: applyNewVersion(upgradeFiles: Array<UpgradeFile>, callback: AsyncCallback<void>): void;
@ohos.update.d.ts
Added NA Class name: LocalUpdater
Method or attribute name: applyNewVersion(upgradeFiles: Array<UpgradeFile>, callback: AsyncCallback<void>): void;
@ohos.update.d.ts
Added NA Module name: ohos.update
Class name: LocalUpdater
Method or attribute name: applyNewVersion(upgradeFiles: Array<UpgradeFile>): Promise<void>;
@ohos.update.d.ts
Added NA Class name: LocalUpdater
Method or attribute name: applyNewVersion(upgradeFiles: Array<UpgradeFile>): Promise<void>;
@ohos.update.d.ts
Added NA Module name: ohos.update
Class name: LocalUpdater
Method or attribute name: on(eventClassifyInfo: EventClassifyInfo, taskCallback: UpgradeTaskCallback): void;
@ohos.update.d.ts
Added NA Class name: LocalUpdater
Method or attribute name: on(eventClassifyInfo: EventClassifyInfo, taskCallback: UpgradeTaskCallback): void;
@ohos.update.d.ts
Added NA Module name: ohos.update
Class name: LocalUpdater
Method or attribute name: off(eventClassifyInfo: EventClassifyInfo, taskCallback?: UpgradeTaskCallback): void;
@ohos.update.d.ts
Added NA Class name: LocalUpdater
Method or attribute name: off(eventClassifyInfo: EventClassifyInfo, taskCallback?: UpgradeTaskCallback): void;
@ohos.update.d.ts
Added NA Module name: ohos.update
Class name: UpgradeInfo
@ohos.update.d.ts
Added NA Class name: UpgradeInfo
Method or attribute name:
@ohos.update.d.ts
Added NA Module name: ohos.update
Class name: UpgradeInfo
Method or attribute name: upgradeApp: string;
@ohos.update.d.ts
Added NA Class name: UpgradeInfo
Method or attribute name: upgradeApp: string;
@ohos.update.d.ts
Added NA Module name: ohos.update
Class name: UpgradeInfo
Method or attribute name: businessType: BusinessType;
@ohos.update.d.ts
Added NA Class name: UpgradeInfo
Method or attribute name: businessType: BusinessType;
@ohos.update.d.ts
Added NA Module name: ohos.update
Class name: BusinessType
@ohos.update.d.ts
Added NA Class name: BusinessType
Method or attribute name:
@ohos.update.d.ts
Added NA Module name: ohos.update
Class name: BusinessType
Method or attribute name: vendor: BusinessVendor;
@ohos.update.d.ts
Added NA Class name: BusinessType
Method or attribute name: vendor: BusinessVendor;
@ohos.update.d.ts
Added NA Module name: ohos.update
Class name: BusinessType
Method or attribute name: subType: BusinessSubType;
@ohos.update.d.ts
Added NA Class name: BusinessType
Method or attribute name: subType: BusinessSubType;
@ohos.update.d.ts
Added NA Class name: CheckResult
Method or attribute name: isExistNewVersion: boolean;
@ohos.update.d.ts
Added NA Class name: CheckResult
Method or attribute name: newVersionInfo: NewVersionInfo;
@ohos.update.d.ts
Added NA Class name: NewVersionInfo
Method or attribute name: versionDigestInfo: VersionDigestInfo;
@ohos.update.d.ts
Added NA Class name: NewVersionInfo
Method or attribute name: versionComponents: Array<VersionComponent>;
@ohos.update.d.ts
Added NA Module name: ohos.update
Class name: VersionDigestInfo
@ohos.update.d.ts
Added NA Class name: VersionDigestInfo
Method or attribute name:
@ohos.update.d.ts
Added NA Module name: ohos.update
Class name: VersionDigestInfo
Method or attribute name: versionDigest: string;
@ohos.update.d.ts
Added NA Class name: VersionDigestInfo
Method or attribute name: versionDigest: string;
@ohos.update.d.ts
Added NA Module name: ohos.update
Class name: VersionComponent
@ohos.update.d.ts
Added NA Class name: VersionComponent
Method or attribute name:
@ohos.update.d.ts
Added NA Module name: ohos.update
Class name: VersionComponent
Method or attribute name: componentId: string;
@ohos.update.d.ts
Added NA Class name: VersionComponent
Method or attribute name: componentId: string;
@ohos.update.d.ts
Added NA Module name: ohos.update
Class name: VersionComponent
Method or attribute name: componentType: ComponentType;
@ohos.update.d.ts
Added NA Class name: VersionComponent
Method or attribute name: componentType: ComponentType;
@ohos.update.d.ts
Added NA Module name: ohos.update
Class name: VersionComponent
Method or attribute name: upgradeAction: UpgradeAction;
@ohos.update.d.ts
Added NA Class name: VersionComponent
Method or attribute name: upgradeAction: UpgradeAction;
@ohos.update.d.ts
Added NA Module name: ohos.update
Class name: VersionComponent
Method or attribute name: displayVersion: string;
@ohos.update.d.ts
Added NA Class name: VersionComponent
Method or attribute name: displayVersion: string;
@ohos.update.d.ts
Added NA Module name: ohos.update
Class name: VersionComponent
Method or attribute name: innerVersion: string;
@ohos.update.d.ts
Added NA Class name: VersionComponent
Method or attribute name: innerVersion: string;
@ohos.update.d.ts
Added NA Module name: ohos.update
Class name: VersionComponent
Method or attribute name: size: number;
@ohos.update.d.ts
Added NA Class name: VersionComponent
Method or attribute name: size: number;
@ohos.update.d.ts
Added NA Module name: ohos.update
Class name: VersionComponent
Method or attribute name: effectiveMode: EffectiveMode;
@ohos.update.d.ts
Added NA Class name: VersionComponent
Method or attribute name: effectiveMode: EffectiveMode;
@ohos.update.d.ts
Added NA Module name: ohos.update
Class name: VersionComponent
Method or attribute name: descriptionInfo: DescriptionInfo;
@ohos.update.d.ts
Added NA Class name: VersionComponent
Method or attribute name: descriptionInfo: DescriptionInfo;
@ohos.update.d.ts
Added NA Module name: ohos.update
Class name: DescriptionOptions
@ohos.update.d.ts
Added NA Class name: DescriptionOptions
Method or attribute name:
@ohos.update.d.ts
Added NA Module name: ohos.update
Class name: DescriptionOptions
Method or attribute name: format: DescriptionFormat;
@ohos.update.d.ts
Added NA Class name: DescriptionOptions
Method or attribute name: format: DescriptionFormat;
@ohos.update.d.ts
Added NA Module name: ohos.update
Class name: DescriptionOptions
Method or attribute name: language: string;
@ohos.update.d.ts
Added NA Class name: DescriptionOptions
Method or attribute name: language: string;
@ohos.update.d.ts
Added NA Module name: ohos.update
Class name: ComponentDescription
@ohos.update.d.ts
Added NA Class name: ComponentDescription
Method or attribute name:
@ohos.update.d.ts
Added NA Module name: ohos.update
Class name: ComponentDescription
Method or attribute name: componentId: string;
@ohos.update.d.ts
Added NA Class name: ComponentDescription
Method or attribute name: componentId: string;
@ohos.update.d.ts
Added NA Module name: ohos.update
Class name: ComponentDescription
Method or attribute name: descriptionInfo: DescriptionInfo;
@ohos.update.d.ts
Added NA Class name: ComponentDescription
Method or attribute name: descriptionInfo: DescriptionInfo;
@ohos.update.d.ts
Added NA Class name: DescriptionInfo
Method or attribute name: descriptionType: DescriptionType;
@ohos.update.d.ts
Added NA Module name: ohos.update
Class name: CurrentVersionInfo
@ohos.update.d.ts
Added NA Class name: CurrentVersionInfo
Method or attribute name:
@ohos.update.d.ts
Added NA Module name: ohos.update
Class name: CurrentVersionInfo
Method or attribute name: osVersion: string;
@ohos.update.d.ts
Added NA Class name: CurrentVersionInfo
Method or attribute name: osVersion: string;
@ohos.update.d.ts
Added NA Module name: ohos.update
Class name: CurrentVersionInfo
Method or attribute name: deviceName: string;
@ohos.update.d.ts
Added NA Class name: CurrentVersionInfo
Method or attribute name: deviceName: string;
@ohos.update.d.ts
Added NA Module name: ohos.update
Class name: CurrentVersionInfo
Method or attribute name: versionComponents: Array<VersionComponent>;
@ohos.update.d.ts
Added NA Class name: CurrentVersionInfo
Method or attribute name: versionComponents: Array<VersionComponent>;
@ohos.update.d.ts
Added NA Module name: ohos.update
Class name: DownloadOptions
@ohos.update.d.ts
Added NA Class name: DownloadOptions
Method or attribute name:
@ohos.update.d.ts
Added NA Module name: ohos.update
Class name: DownloadOptions
Method or attribute name: allowNetwork: NetType;
@ohos.update.d.ts
Added NA Class name: DownloadOptions
Method or attribute name: allowNetwork: NetType;
@ohos.update.d.ts
Added NA Module name: ohos.update
Class name: DownloadOptions
Method or attribute name: order: Order;
@ohos.update.d.ts
Added NA Class name: DownloadOptions
Method or attribute name: order: Order;
@ohos.update.d.ts
Added NA Module name: ohos.update
Class name: ResumeDownloadOptions
@ohos.update.d.ts
Added NA Class name: ResumeDownloadOptions
Method or attribute name:
@ohos.update.d.ts
Added NA Module name: ohos.update
Class name: ResumeDownloadOptions
Method or attribute name: allowNetwork: NetType;
@ohos.update.d.ts
Added NA Class name: ResumeDownloadOptions
Method or attribute name: allowNetwork: NetType;
@ohos.update.d.ts
Added NA Module name: ohos.update
Class name: PauseDownloadOptions
@ohos.update.d.ts
Added NA Class name: PauseDownloadOptions
Method or attribute name:
@ohos.update.d.ts
Added NA Module name: ohos.update
Class name: PauseDownloadOptions
Method or attribute name: isAllowAutoResume: boolean;
@ohos.update.d.ts
Added NA Class name: PauseDownloadOptions
Method or attribute name: isAllowAutoResume: boolean;
@ohos.update.d.ts
Added NA Module name: ohos.update
Class name: UpgradeOptions
@ohos.update.d.ts
Added NA Class name: UpgradeOptions
Method or attribute name:
@ohos.update.d.ts
Added NA Module name: ohos.update
Class name: UpgradeOptions
Method or attribute name: order: Order;
@ohos.update.d.ts
Added NA Class name: UpgradeOptions
Method or attribute name: order: Order;
@ohos.update.d.ts
Added NA Module name: ohos.update
Class name: ClearOptions
@ohos.update.d.ts
Added NA Class name: ClearOptions
Method or attribute name:
@ohos.update.d.ts
Added NA Module name: ohos.update
Class name: ClearOptions
Method or attribute name: status: UpgradeStatus;
@ohos.update.d.ts
Added NA Class name: ClearOptions
Method or attribute name: status: UpgradeStatus;
@ohos.update.d.ts
Added NA Module name: ohos.update
Class name: UpgradePolicy
@ohos.update.d.ts
Added NA Class name: UpgradePolicy
Method or attribute name:
@ohos.update.d.ts
Added NA Module name: ohos.update
Class name: UpgradePolicy
Method or attribute name: downloadStrategy: boolean;
@ohos.update.d.ts
Added NA Class name: UpgradePolicy
Method or attribute name: downloadStrategy: boolean;
@ohos.update.d.ts
Added NA Module name: ohos.update
Class name: UpgradePolicy
Method or attribute name: autoUpgradeStrategy: boolean;
@ohos.update.d.ts
Added NA Class name: UpgradePolicy
Method or attribute name: autoUpgradeStrategy: boolean;
@ohos.update.d.ts
Added NA Module name: ohos.update
Class name: UpgradePolicy
Method or attribute name: autoUpgradePeriods: Array<UpgradePeriod>;
@ohos.update.d.ts
Added NA Class name: UpgradePolicy
Method or attribute name: autoUpgradePeriods: Array<UpgradePeriod>;
@ohos.update.d.ts
Added NA Module name: ohos.update
Class name: UpgradePeriod
@ohos.update.d.ts
Added NA Class name: UpgradePeriod
Method or attribute name:
@ohos.update.d.ts
Added NA Module name: ohos.update
Class name: UpgradePeriod
Method or attribute name: start: number;
@ohos.update.d.ts
Added NA Class name: UpgradePeriod
Method or attribute name: start: number;
@ohos.update.d.ts
Added NA Module name: ohos.update
Class name: UpgradePeriod
Method or attribute name: end: number;
@ohos.update.d.ts
Added NA Class name: UpgradePeriod
Method or attribute name: end: number;
@ohos.update.d.ts
Added NA Module name: ohos.update
Class name: TaskInfo
@ohos.update.d.ts
Added NA Class name: TaskInfo
Method or attribute name:
@ohos.update.d.ts
Added NA Module name: ohos.update
Class name: TaskInfo
Method or attribute name: existTask: boolean;
@ohos.update.d.ts
Added NA Class name: TaskInfo
Method or attribute name: existTask: boolean;
@ohos.update.d.ts
Added NA Module name: ohos.update
Class name: TaskInfo
Method or attribute name: taskBody: TaskBody;
@ohos.update.d.ts
Added NA Class name: TaskInfo
Method or attribute name: taskBody: TaskBody;
@ohos.update.d.ts
Added NA Module name: ohos.update
Class name: EventInfo
@ohos.update.d.ts
Added NA Class name: EventInfo
Method or attribute name:
@ohos.update.d.ts
Added NA Module name: ohos.update
Class name: EventInfo
Method or attribute name: eventId: EventId;
@ohos.update.d.ts
Added NA Class name: EventInfo
Method or attribute name: eventId: EventId;
@ohos.update.d.ts
Added NA Module name: ohos.update
Class name: EventInfo
Method or attribute name: taskBody: TaskBody;
@ohos.update.d.ts
Added NA Class name: EventInfo
Method or attribute name: taskBody: TaskBody;
@ohos.update.d.ts
Added NA Module name: ohos.update
Class name: TaskBody
@ohos.update.d.ts
Added NA Class name: TaskBody
Method or attribute name:
@ohos.update.d.ts
Added NA Module name: ohos.update
Class name: TaskBody
Method or attribute name: versionDigestInfo: VersionDigestInfo;
@ohos.update.d.ts
Added NA Class name: TaskBody
Method or attribute name: versionDigestInfo: VersionDigestInfo;
@ohos.update.d.ts
Added NA Module name: ohos.update
Class name: TaskBody
Method or attribute name: status: UpgradeStatus;
@ohos.update.d.ts
Added NA Class name: TaskBody
Method or attribute name: status: UpgradeStatus;
@ohos.update.d.ts
Added NA Module name: ohos.update
Class name: TaskBody
Method or attribute name: subStatus: number;
@ohos.update.d.ts
Added NA Class name: TaskBody
Method or attribute name: subStatus: number;
@ohos.update.d.ts
Added NA Module name: ohos.update
Class name: TaskBody
Method or attribute name: progress: number;
@ohos.update.d.ts
Added NA Class name: TaskBody
Method or attribute name: progress: number;
@ohos.update.d.ts
Added NA Module name: ohos.update
Class name: TaskBody
Method or attribute name: installMode: number;
@ohos.update.d.ts
Added NA Class name: TaskBody
Method or attribute name: installMode: number;
@ohos.update.d.ts
Added NA Module name: ohos.update
Class name: TaskBody
Method or attribute name: errorMessages: Array<ErrorMessage>;
@ohos.update.d.ts
Added NA Class name: TaskBody
Method or attribute name: errorMessages: Array<ErrorMessage>;
@ohos.update.d.ts
Added NA Module name: ohos.update
Class name: TaskBody
Method or attribute name: versionComponents: Array<VersionComponent>;
@ohos.update.d.ts
Added NA Class name: TaskBody
Method or attribute name: versionComponents: Array<VersionComponent>;
@ohos.update.d.ts
Added NA Module name: ohos.update
Class name: ErrorMessage
@ohos.update.d.ts
Added NA Class name: ErrorMessage
Method or attribute name:
@ohos.update.d.ts
Added NA Module name: ohos.update
Class name: ErrorMessage
Method or attribute name: errorCode: number;
@ohos.update.d.ts
Added NA Class name: ErrorMessage
Method or attribute name: errorCode: number;
@ohos.update.d.ts
Added NA Module name: ohos.update
Class name: ErrorMessage
Method or attribute name: errorMessage: string;
@ohos.update.d.ts
Added NA Class name: ErrorMessage
Method or attribute name: errorMessage: string;
@ohos.update.d.ts
Added NA Module name: ohos.update
Class name: EventClassifyInfo
@ohos.update.d.ts
Added NA Class name: EventClassifyInfo
Method or attribute name:
@ohos.update.d.ts
Added NA Module name: ohos.update
Class name: EventClassifyInfo
Method or attribute name: eventClassify: EventClassify;
@ohos.update.d.ts
Added NA Class name: EventClassifyInfo
Method or attribute name: eventClassify: EventClassify;
@ohos.update.d.ts
Added NA Module name: ohos.update
Class name: EventClassifyInfo
Method or attribute name: extraInfo: string;
@ohos.update.d.ts
Added NA Class name: EventClassifyInfo
Method or attribute name: extraInfo: string;
@ohos.update.d.ts
Added NA Module name: ohos.update
Class name: UpgradeFile
@ohos.update.d.ts
Added NA Class name: UpgradeFile
Method or attribute name:
@ohos.update.d.ts
Added NA Module name: ohos.update
Class name: UpgradeFile
Method or attribute name: fileType: ComponentType;
@ohos.update.d.ts
Added NA Class name: UpgradeFile
Method or attribute name: fileType: ComponentType;
@ohos.update.d.ts
Added NA Module name: ohos.update
Class name: UpgradeFile
Method or attribute name: filePath: string;
@ohos.update.d.ts
Added NA Class name: UpgradeFile
Method or attribute name: filePath: string;
@ohos.update.d.ts
Added NA Module name: ohos.update
Class name: UpgradeTaskCallback
@ohos.update.d.ts
Added NA Class name: UpgradeTaskCallback
Method or attribute name:
@ohos.update.d.ts
Added NA Module name: ohos.update
Class name: UpgradeTaskCallback
Method or attribute name: (eventInfo: EventInfo): void;
@ohos.update.d.ts
Added NA Class name: UpgradeTaskCallback
Method or attribute name: (eventInfo: EventInfo): void;
@ohos.update.d.ts
Added NA Module name: ohos.update
Class name: BusinessVendor
@ohos.update.d.ts
Added NA Class name: BusinessVendor
Method or attribute name:
@ohos.update.d.ts
Added NA Module name: ohos.update
Class name: BusinessVendor
Method or attribute name: PUBLIC = "public"
@ohos.update.d.ts
Added NA Class name: BusinessVendor
Method or attribute name: PUBLIC = "public"
@ohos.update.d.ts
Added NA Module name: ohos.update
Class name: BusinessSubType
@ohos.update.d.ts
Added NA Class name: BusinessSubType
Method or attribute name:
@ohos.update.d.ts
Added NA Module name: ohos.update
Class name: BusinessSubType
Method or attribute name: FIRMWARE = 1
@ohos.update.d.ts
Added NA Class name: BusinessSubType
Method or attribute name: FIRMWARE = 1
@ohos.update.d.ts
Added NA Module name: ohos.update
Class name: ComponentType
@ohos.update.d.ts
Added NA Class name: ComponentType
Method or attribute name:
@ohos.update.d.ts
Added NA Module name: ohos.update
Class name: ComponentType
Method or attribute name: OTA = 1
@ohos.update.d.ts
Added NA Class name: ComponentType
Method or attribute name: OTA = 1
@ohos.update.d.ts
Added NA Module name: ohos.update
Class name: UpgradeAction
@ohos.update.d.ts
Added NA Class name: UpgradeAction
Method or attribute name:
@ohos.update.d.ts
Added NA Module name: ohos.update
Class name: UpgradeAction
Method or attribute name: UPGRADE = "upgrade"
@ohos.update.d.ts
Added NA Class name: UpgradeAction
Method or attribute name: UPGRADE = "upgrade"
@ohos.update.d.ts
Added NA Module name: ohos.update
Class name: UpgradeAction
Method or attribute name: RECOVERY = "recovery"
@ohos.update.d.ts
Added NA Class name: UpgradeAction
Method or attribute name: RECOVERY = "recovery"
@ohos.update.d.ts
Added NA Module name: ohos.update
Class name: EffectiveMode
@ohos.update.d.ts
Added NA Class name: EffectiveMode
Method or attribute name:
@ohos.update.d.ts
Added NA Module name: ohos.update
Class name: EffectiveMode
Method or attribute name: COLD = 1
@ohos.update.d.ts
Added NA Class name: EffectiveMode
Method or attribute name: COLD = 1
@ohos.update.d.ts
Added NA Module name: ohos.update
Class name: EffectiveMode
Method or attribute name: LIVE = 2
@ohos.update.d.ts
Added NA Class name: EffectiveMode
Method or attribute name: LIVE = 2
@ohos.update.d.ts
Added NA Module name: ohos.update
Class name: EffectiveMode
Method or attribute name: LIVE_AND_COLD = 3
@ohos.update.d.ts
Added NA Class name: EffectiveMode
Method or attribute name: LIVE_AND_COLD = 3
@ohos.update.d.ts
Added NA Module name: ohos.update
Class name: DescriptionType
@ohos.update.d.ts
Added NA Class name: DescriptionType
Method or attribute name:
@ohos.update.d.ts
Added NA Module name: ohos.update
Class name: DescriptionType
Method or attribute name: CONTENT = 0
@ohos.update.d.ts
Added NA Class name: DescriptionType
Method or attribute name: CONTENT = 0
@ohos.update.d.ts
Added NA Module name: ohos.update
Class name: DescriptionType
Method or attribute name: URI = 1
@ohos.update.d.ts
Added NA Class name: DescriptionType
Method or attribute name: URI = 1
@ohos.update.d.ts
Added NA Module name: ohos.update
Class name: DescriptionFormat
@ohos.update.d.ts
Added NA Class name: DescriptionFormat
Method or attribute name:
@ohos.update.d.ts
Added NA Module name: ohos.update
Class name: DescriptionFormat
Method or attribute name: STANDARD = 0
@ohos.update.d.ts
Added NA Class name: DescriptionFormat
Method or attribute name: STANDARD = 0
@ohos.update.d.ts
Added NA Module name: ohos.update
Class name: DescriptionFormat
Method or attribute name: SIMPLIFIED = 1
@ohos.update.d.ts
Added NA Class name: DescriptionFormat
Method or attribute name: SIMPLIFIED = 1
@ohos.update.d.ts
Added NA Module name: ohos.update
Class name: NetType
@ohos.update.d.ts
Added NA Class name: NetType
Method or attribute name:
@ohos.update.d.ts
Added NA Module name: ohos.update
Class name: NetType
Method or attribute name: CELLULAR = 1
@ohos.update.d.ts
Added NA Class name: NetType
Method or attribute name: CELLULAR = 1
@ohos.update.d.ts
Added NA Module name: ohos.update
Class name: NetType
Method or attribute name: METERED_WIFI = 2
@ohos.update.d.ts
Added NA Class name: NetType
Method or attribute name: METERED_WIFI = 2
@ohos.update.d.ts
Added NA Module name: ohos.update
Class name: NetType
Method or attribute name: NOT_METERED_WIFI = 4
@ohos.update.d.ts
Added NA Class name: NetType
Method or attribute name: NOT_METERED_WIFI = 4
@ohos.update.d.ts
Added NA Module name: ohos.update
Class name: NetType
Method or attribute name: WIFI = 6
@ohos.update.d.ts
Added NA Class name: NetType
Method or attribute name: WIFI = 6
@ohos.update.d.ts
Added NA Module name: ohos.update
Class name: NetType
Method or attribute name: CELLULAR_AND_WIFI = 7
@ohos.update.d.ts
Added NA Class name: NetType
Method or attribute name: CELLULAR_AND_WIFI = 7
@ohos.update.d.ts
Added NA Module name: ohos.update
Class name: Order
@ohos.update.d.ts
Added NA Class name: Order
Method or attribute name:
@ohos.update.d.ts
Added NA Module name: ohos.update
Class name: Order
Method or attribute name: DOWNLOAD = 1
@ohos.update.d.ts
Added NA Class name: Order
Method or attribute name: DOWNLOAD = 1
@ohos.update.d.ts
Added NA Module name: ohos.update
Class name: Order
Method or attribute name: INSTALL = 2
@ohos.update.d.ts
Added NA Class name: Order
Method or attribute name: INSTALL = 2
@ohos.update.d.ts
Added NA Module name: ohos.update
Class name: Order
Method or attribute name: DOWNLOAD_AND_INSTALL = 3
@ohos.update.d.ts
Added NA Class name: Order
Method or attribute name: DOWNLOAD_AND_INSTALL = 3
@ohos.update.d.ts
Added NA Module name: ohos.update
Class name: Order
Method or attribute name: APPLY = 4
@ohos.update.d.ts
Added NA Class name: Order
Method or attribute name: APPLY = 4
@ohos.update.d.ts
Added NA Module name: ohos.update
Class name: Order
Method or attribute name: INSTALL_AND_APPLY = 6
@ohos.update.d.ts
Added NA Class name: Order
Method or attribute name: INSTALL_AND_APPLY = 6
@ohos.update.d.ts
Added NA Module name: ohos.update
Class name: UpgradeStatus
@ohos.update.d.ts
Added NA Class name: UpgradeStatus
Method or attribute name:
@ohos.update.d.ts
Added NA Module name: ohos.update
Class name: UpgradeStatus
Method or attribute name: WAITING_DOWNLOAD = 20
@ohos.update.d.ts
Added NA Class name: UpgradeStatus
Method or attribute name: WAITING_DOWNLOAD = 20
@ohos.update.d.ts
Added NA Module name: ohos.update
Class name: UpgradeStatus
Method or attribute name: DOWNLOADING = 21
@ohos.update.d.ts
Added NA Class name: UpgradeStatus
Method or attribute name: DOWNLOADING = 21
@ohos.update.d.ts
Added NA Module name: ohos.update
Class name: UpgradeStatus
Method or attribute name: DOWNLOAD_PAUSED = 22
@ohos.update.d.ts
Added NA Class name: UpgradeStatus
Method or attribute name: DOWNLOAD_PAUSED = 22
@ohos.update.d.ts
Added NA Module name: ohos.update
Class name: UpgradeStatus
Method or attribute name: DOWNLOAD_FAIL = 23
@ohos.update.d.ts
Added NA Class name: UpgradeStatus
Method or attribute name: DOWNLOAD_FAIL = 23
@ohos.update.d.ts
Added NA Module name: ohos.update
Class name: UpgradeStatus
Method or attribute name: WAITING_INSTALL = 30
@ohos.update.d.ts
Added NA Class name: UpgradeStatus
Method or attribute name: WAITING_INSTALL = 30
@ohos.update.d.ts
Added NA Module name: ohos.update
Class name: UpgradeStatus
Method or attribute name: UPDATING = 31
@ohos.update.d.ts
Added NA Class name: UpgradeStatus
Method or attribute name: UPDATING = 31
@ohos.update.d.ts
Added NA Module name: ohos.update
Class name: UpgradeStatus
Method or attribute name: WAITING_APPLY = 40
@ohos.update.d.ts
Added NA Class name: UpgradeStatus
Method or attribute name: WAITING_APPLY = 40
@ohos.update.d.ts
Added NA Module name: ohos.update
Class name: UpgradeStatus
Method or attribute name: APPLYING = 41
@ohos.update.d.ts
Added NA Class name: UpgradeStatus
Method or attribute name: APPLYING = 41
@ohos.update.d.ts
Added NA Module name: ohos.update
Class name: UpgradeStatus
Method or attribute name: UPGRADE_SUCCESS = 50
@ohos.update.d.ts
Added NA Class name: UpgradeStatus
Method or attribute name: UPGRADE_SUCCESS = 50
@ohos.update.d.ts
Added NA Module name: ohos.update
Class name: UpgradeStatus
Method or attribute name: UPGRADE_FAIL = 51
@ohos.update.d.ts
Added NA Class name: UpgradeStatus
Method or attribute name: UPGRADE_FAIL = 51
@ohos.update.d.ts
Added NA Module name: ohos.update
Class name: EventClassify
@ohos.update.d.ts
Added NA Class name: EventClassify
Method or attribute name:
@ohos.update.d.ts
Added NA Module name: ohos.update
Class name: EventClassify
Method or attribute name: TASK = 0x01000000
@ohos.update.d.ts
Added NA Class name: EventClassify
Method or attribute name: TASK = 0x01000000
@ohos.update.d.ts
Added NA Module name: ohos.update
Class name: EventId
@ohos.update.d.ts
Added NA Class name: EventId
Method or attribute name:
@ohos.update.d.ts
Added NA Module name: ohos.update
Class name: EventId
Method or attribute name: EVENT_TASK_BASE = EventClassify.TASK
@ohos.update.d.ts
Added NA Class name: EventId
Method or attribute name: EVENT_TASK_BASE = EventClassify.TASK
@ohos.update.d.ts
Added NA Module name: ohos.update
Class name: EventId
Method or attribute name: EVENT_TASK_RECEIVE
@ohos.update.d.ts
Added NA Class name: EventId
Method or attribute name: EVENT_TASK_RECEIVE
@ohos.update.d.ts
Added NA Module name: ohos.update
Class name: EventId
Method or attribute name: EVENT_TASK_CANCEL
@ohos.update.d.ts
Added NA Class name: EventId
Method or attribute name: EVENT_TASK_CANCEL
@ohos.update.d.ts
Added NA Module name: ohos.update
Class name: EventId
Method or attribute name: EVENT_DOWNLOAD_WAIT
@ohos.update.d.ts
Added NA Class name: EventId
Method or attribute name: EVENT_DOWNLOAD_WAIT
@ohos.update.d.ts
Added NA Module name: ohos.update
Class name: EventId
Method or attribute name: EVENT_DOWNLOAD_START
@ohos.update.d.ts
Added NA Class name: EventId
Method or attribute name: EVENT_DOWNLOAD_START
@ohos.update.d.ts
Added NA Module name: ohos.update
Class name: EventId
Method or attribute name: EVENT_DOWNLOAD_UPDATE
@ohos.update.d.ts
Added NA Class name: EventId
Method or attribute name: EVENT_DOWNLOAD_UPDATE
@ohos.update.d.ts
Added NA Module name: ohos.update
Class name: EventId
Method or attribute name: EVENT_DOWNLOAD_PAUSE
@ohos.update.d.ts
Added NA Class name: EventId
Method or attribute name: EVENT_DOWNLOAD_PAUSE
@ohos.update.d.ts
Added NA Module name: ohos.update
Class name: EventId
Method or attribute name: EVENT_DOWNLOAD_RESUME
@ohos.update.d.ts
Added NA Class name: EventId
Method or attribute name: EVENT_DOWNLOAD_RESUME
@ohos.update.d.ts
Added NA Module name: ohos.update
Class name: EventId
Method or attribute name: EVENT_DOWNLOAD_SUCCESS
@ohos.update.d.ts
Added NA Class name: EventId
Method or attribute name: EVENT_DOWNLOAD_SUCCESS
@ohos.update.d.ts
Added NA Module name: ohos.update
Class name: EventId
Method or attribute name: EVENT_DOWNLOAD_FAIL
@ohos.update.d.ts
Added NA Class name: EventId
Method or attribute name: EVENT_DOWNLOAD_FAIL
@ohos.update.d.ts
Added NA Module name: ohos.update
Class name: EventId
Method or attribute name: EVENT_UPGRADE_WAIT
@ohos.update.d.ts
Added NA Class name: EventId
Method or attribute name: EVENT_UPGRADE_WAIT
@ohos.update.d.ts
Added NA Module name: ohos.update
Class name: EventId
Method or attribute name: EVENT_UPGRADE_START
@ohos.update.d.ts
Added NA Class name: EventId
Method or attribute name: EVENT_UPGRADE_START
@ohos.update.d.ts
Added NA Module name: ohos.update
Class name: EventId
Method or attribute name: EVENT_UPGRADE_UPDATE
@ohos.update.d.ts
Added NA Class name: EventId
Method or attribute name: EVENT_UPGRADE_UPDATE
@ohos.update.d.ts
Added NA Module name: ohos.update
Class name: EventId
Method or attribute name: EVENT_APPLY_WAIT
@ohos.update.d.ts
Added NA Class name: EventId
Method or attribute name: EVENT_APPLY_WAIT
@ohos.update.d.ts
Added NA Module name: ohos.update
Class name: EventId
Method or attribute name: EVENT_APPLY_START
@ohos.update.d.ts
Added NA Class name: EventId
Method or attribute name: EVENT_APPLY_START
@ohos.update.d.ts
Added NA Module name: ohos.update
Class name: EventId
Method or attribute name: EVENT_UPGRADE_SUCCESS
@ohos.update.d.ts
Added NA Class name: EventId
Method or attribute name: EVENT_UPGRADE_SUCCESS
@ohos.update.d.ts
Added NA Module name: ohos.update
Class name: EventId
Method or attribute name: EVENT_UPGRADE_FAIL
@ohos.update.d.ts
Added NA Class name: EventId
Method or attribute name: EVENT_UPGRADE_FAIL
@ohos.update.d.ts
Deleted Module name: ohos.update
Class name: UpdateTypes
Method or attribute name: type UpdateTypes =
'OTA' |
'patch';
NA @ohos.update.d.ts
Deleted Module name: ohos.update
Class name: UpdateTypes
Method or attribute name: type UpdateTypes =
'OTA' |
'patch';
NA @ohos.update.d.ts
Deleted Module name: ohos.update
Class name: PackageTypes
NA @ohos.update.d.ts
Deleted Module name: ohos.update
Class name: PackageTypes
Method or attribute name: PACKAGE_TYPE_NORMAL = 1
NA @ohos.update.d.ts
Deleted Module name: ohos.update
Class name: PackageTypes
Method or attribute name: PACKAGE_TYPE_BASE = 2
NA @ohos.update.d.ts
Deleted Module name: ohos.update
Class name: PackageTypes
Method or attribute name: PACKAGE_TYPE_CUST = 3
NA @ohos.update.d.ts
Deleted Module name: ohos.update
Class name: PackageTypes
Method or attribute name: PACKAGE_TYPE_PRELOAD = 4
NA @ohos.update.d.ts
Deleted Module name: ohos.update
Class name: PackageTypes
Method or attribute name: PACKAGE_TYPE_COTA = 5
NA @ohos.update.d.ts
Deleted Module name: ohos.update
Class name: PackageTypes
Method or attribute name: PACKAGE_TYPE_VERSION = 6
NA @ohos.update.d.ts
Deleted Module name: ohos.update
Class name: PackageTypes
Method or attribute name: PACKAGE_TYPE_PATCH = 7
NA @ohos.update.d.ts
Deleted Module name: ohos.update
Class name: CheckResult
Method or attribute name: versionName: number;
NA @ohos.update.d.ts
Deleted Module name: ohos.update
Class name: CheckResult
Method or attribute name: versionCode: string;
NA @ohos.update.d.ts
Deleted Module name: ohos.update
Class name: CheckResult
Method or attribute name: size: number;
NA @ohos.update.d.ts
Deleted Module name: ohos.update
Class name: CheckResult
Method or attribute name: verifyInfo: string;
NA @ohos.update.d.ts
Deleted Module name: ohos.update
Class name: CheckResult
Method or attribute name: packageType: PackageTypes;
NA @ohos.update.d.ts
Deleted Module name: ohos.update
Class name: CheckResult
Method or attribute name: descriptionId: string;
NA @ohos.update.d.ts
Deleted Module name: ohos.update
Class name: DescriptionInfo
Method or attribute name: descriptionId: string;
NA @ohos.update.d.ts
Deleted Module name: ohos.update
Class name: NewVersionStatus
NA @ohos.update.d.ts
Deleted Module name: ohos.update
Class name: NewVersionStatus
Method or attribute name: VERSION_STATUS_ERR = -1
NA @ohos.update.d.ts
Deleted Module name: ohos.update
Class name: NewVersionStatus
Method or attribute name: VERSION_STATUS_NEW = 0
NA @ohos.update.d.ts
Deleted Module name: ohos.update
Class name: NewVersionStatus
Method or attribute name: VERSION_STATUS_NONE = 1
NA @ohos.update.d.ts
Deleted Module name: ohos.update
Class name: NewVersionStatus
Method or attribute name: VERSION_STATUS_BUSY = 2
NA @ohos.update.d.ts
Deleted Module name: ohos.update
Class name: NewVersionInfo
Method or attribute name: status: NewVersionStatus;
NA @ohos.update.d.ts
Deleted Module name: ohos.update
Class name: NewVersionInfo
Method or attribute name: errMsg: string;
NA @ohos.update.d.ts
Deleted Module name: ohos.update
Class name: NewVersionInfo
Method or attribute name: checkResults: Array<CheckResult>;
NA @ohos.update.d.ts
Deleted Module name: ohos.update
Class name: NewVersionInfo
Method or attribute name: descriptionInfo: Array<DescriptionInfo>;
NA @ohos.update.d.ts
Deleted Module name: ohos.update
Class name: UpdateState
NA @ohos.update.d.ts
Deleted Module name: ohos.update
Class name: UpdateState
Method or attribute name: UPDATE_STATE_INIT = 0
NA @ohos.update.d.ts
Deleted Module name: ohos.update
Class name: UpdateState
Method or attribute name: UPDATE_STATE_CHECK_VERSION_ON = 10
NA @ohos.update.d.ts
Deleted Module name: ohos.update
Class name: UpdateState
Method or attribute name: UPDATE_STATE_CHECK_VERSION_FAIL
NA @ohos.update.d.ts
Deleted Module name: ohos.update
Class name: UpdateState
Method or attribute name: UPDATE_STATE_CHECK_VERSION_SUCCESS
NA @ohos.update.d.ts
Deleted Module name: ohos.update
Class name: UpdateState
Method or attribute name: UPDATE_STATE_DOWNLOAD_ON = 20
NA @ohos.update.d.ts
Deleted Module name: ohos.update
Class name: UpdateState
Method or attribute name: UPDATE_STATE_DOWNLOAD_PAUSE
NA @ohos.update.d.ts
Deleted Module name: ohos.update
Class name: UpdateState
Method or attribute name: UPDATE_STATE_DOWNLOAD_CANCEL
NA @ohos.update.d.ts
Deleted Module name: ohos.update
Class name: UpdateState
Method or attribute name: UPDATE_STATE_DOWNLOAD_FAIL
NA @ohos.update.d.ts
Deleted Module name: ohos.update
Class name: UpdateState
Method or attribute name: UPDATE_STATE_DOWNLOAD_SUCCESS
NA @ohos.update.d.ts
Deleted Module name: ohos.update
Class name: UpdateState
Method or attribute name: UPDATE_STATE_VERIFY_ON = 30
NA @ohos.update.d.ts
Deleted Module name: ohos.update
Class name: UpdateState
Method or attribute name: UPDATE_STATE_VERIFY_FAIL
NA @ohos.update.d.ts
Deleted Module name: ohos.update
Class name: UpdateState
Method or attribute name: UPDATE_STATE_VERIFY_SUCCESS
NA @ohos.update.d.ts
Deleted Module name: ohos.update
Class name: UpdateState
Method or attribute name: UPDATE_STATE_PACKAGE_TRANS_ON = 70
NA @ohos.update.d.ts
Deleted Module name: ohos.update
Class name: UpdateState
Method or attribute name: UPDATE_STATE_PACKAGE_TRANS_FAIL
NA @ohos.update.d.ts
Deleted Module name: ohos.update
Class name: UpdateState
Method or attribute name: UPDATE_STATE_PACKAGE_TRANS_SUCCESS
NA @ohos.update.d.ts
Deleted Module name: ohos.update
Class name: UpdateState
Method or attribute name: UPDATE_STATE_INSTALL_ON = 80
NA @ohos.update.d.ts
Deleted Module name: ohos.update
Class name: UpdateState
Method or attribute name: UPDATE_STATE_INSTALL_FAIL
NA @ohos.update.d.ts
Deleted Module name: ohos.update
Class name: UpdateState
Method or attribute name: UPDATE_STATE_INSTALL_SUCCESS
NA @ohos.update.d.ts
Deleted Module name: ohos.update
Class name: UpdateState
Method or attribute name: UPDATE_STATE_UPDATE_ON = 90
NA @ohos.update.d.ts
Deleted Module name: ohos.update
Class name: UpdateState
Method or attribute name: UPDATE_STATE_UPDATE_FAIL
NA @ohos.update.d.ts
Deleted Module name: ohos.update
Class name: UpdateState
Method or attribute name: UPDATE_STATE_UPDATE_SUCCESS
NA @ohos.update.d.ts
Deleted Module name: ohos.update
Class name: Progress
NA @ohos.update.d.ts
Deleted Module name: ohos.update
Class name: Progress
Method or attribute name: percent: number;
NA @ohos.update.d.ts
Deleted Module name: ohos.update
Class name: Progress
Method or attribute name: status: UpdateState;
NA @ohos.update.d.ts
Deleted Module name: ohos.update
Class name: Progress
Method or attribute name: endReason: string;
NA @ohos.update.d.ts
Deleted Module name: ohos.update
Class name: InstallMode
NA @ohos.update.d.ts
Deleted Module name: ohos.update
Class name: InstallMode
Method or attribute name: INSTALL_MODE_NORMAL
NA @ohos.update.d.ts
Deleted Module name: ohos.update
Class name: InstallMode
Method or attribute name: INSTALL_MODE_NIGHT
NA @ohos.update.d.ts
Deleted Module name: ohos.update
Class name: InstallMode
Method or attribute name: INSTALL_MODE_AUTO
NA @ohos.update.d.ts
Deleted Module name: ohos.update
Class name: UpdatePolicy
NA @ohos.update.d.ts
Deleted Module name: ohos.update
Class name: UpdatePolicy
Method or attribute name: autoDownload: boolean;
NA @ohos.update.d.ts
Deleted Module name: ohos.update
Class name: UpdatePolicy
Method or attribute name: installMode: INSTALL_MODE;
NA @ohos.update.d.ts
Deleted Module name: ohos.update
Class name: UpdatePolicy
Method or attribute name: autoUpgradeInterval: Array<number>;
NA @ohos.update.d.ts
Deleted Module name: ohos.update
Class name: UpdateProgressCallback
NA @ohos.update.d.ts
Deleted Module name: ohos.update
Class name: UpdateProgressCallback
Method or attribute name: (progress: Progress): void;
NA @ohos.update.d.ts
Deleted Module name: ohos.update
Class name: Updater
Method or attribute name: getUpdatePolicy(callback: AsyncCallback<UpdatePolicy>): void;
NA @ohos.update.d.ts
Deleted Module name: ohos.update
Class name: Updater
Method or attribute name: getUpdatePolicy(): Promise<UpdatePolicy>;
NA @ohos.update.d.ts
Deleted Module name: ohos.update
Class name: Updater
Method or attribute name: setUpdatePolicy(policy: UpdatePolicy, callback: AsyncCallback<number>): void;
NA @ohos.update.d.ts
Deleted Module name: ohos.update
Class name: Updater
Method or attribute name: setUpdatePolicy(policy: UpdatePolicy): Promise<number>;
NA @ohos.update.d.ts
Deleted Module name: ohos.update
Class name: Updater
Method or attribute name: applyNewVersion(callback: AsyncCallback<number>): void;
NA @ohos.update.d.ts
Deleted Module name: ohos.update
Class name: Updater
Method or attribute name: applyNewVersion(): Promise<number>;
NA @ohos.update.d.ts
Deleted Module name: ohos.update
Class name: Updater
Method or attribute name: rebootAndCleanCache(callback: AsyncCallback<number>): void;
NA @ohos.update.d.ts
Deleted Module name: ohos.update
Class name: Updater
Method or attribute name: rebootAndCleanCache(): Promise<number>;
NA @ohos.update.d.ts
Deleted Module name: ohos.update
Class name: Updater
Method or attribute name: rebootAndCleanUserData(callback: AsyncCallback<number>): void;
NA @ohos.update.d.ts
Deleted Module name: ohos.update
Class name: Updater
Method or attribute name: rebootAndCleanUserData(): Promise<number>;
NA @ohos.update.d.ts
Deleted Module name: ohos.update
Class name: Updater
Method or attribute name: verifyUpdatePackage(upgradeFile: string, certsFile: string): void;
NA @ohos.update.d.ts
Deleted Module name: ohos.update
Class name: Updater
Method or attribute name: on(eventType: 'downloadProgress', callback: UpdateProgressCallback): void;
NA @ohos.update.d.ts
Deleted Module name: ohos.update
Class name: Updater
Method or attribute name: on(eventType: 'upgradeProgress', callback: UpdateProgressCallback): void;
NA @ohos.update.d.ts
Deleted Module name: ohos.update
Class name: Updater
Method or attribute name: on(eventType: 'verifyProgress', callback: UpdateProgressCallback): void;
NA @ohos.update.d.ts
Deleted Module name: ohos.update
Class name: Updater
Method or attribute name: off(eventType: 'downloadProgress', callback?: UpdateProgressCallback): void;
NA @ohos.update.d.ts
Deleted Module name: ohos.update
Class name: Updater
Method or attribute name: off(eventType: 'upgradeProgress', callback?: UpdateProgressCallback): void;
NA @ohos.update.d.ts
Deleted Module name: ohos.update
Class name: Updater
Method or attribute name: off(eventType: 'verifyProgress', callback?: UpdateProgressCallback): void;
NA @ohos.update.d.ts
Deleted Module name: ohos.update
Class name: Updater
Method or attribute name: cancel(): void;
NA @ohos.update.d.ts
Deleted Module name: ohos.update
Class name: update
Method or attribute name: function getUpdater(upgradeFile: string, updateType?: UpdateTypes): Updater;
NA @ohos.update.d.ts
Deleted Module name: ohos.update
Class name: update
Method or attribute name: function getUpdaterForOther(upgradeFile: string, device: string, updateType?: UpdateTypes): Updater;
NA @ohos.update.d.ts
Deleted Module name: ohos.update
Class name: update
Method or attribute name: function getUpdaterFromOther(upgradeFile: string, device: string, updateType?: UpdateTypes): Updater;
NA @ohos.update.d.ts
Initial version changed Class name: update
Initial version: 6
Class name: update
Initial version: 9
@ohos.update.d.ts
Initial version changed Class name: Updater
Initial version: 6
Class name: Updater
Initial version: 9
@ohos.update.d.ts
Initial version changed Class name: Updater
Method or attribute name: getNewVersionInfo(callback: AsyncCallback<NewVersionInfo>): void;
Initial version: 6
Class name: Updater
Method or attribute name: getNewVersionInfo(callback: AsyncCallback<NewVersionInfo>): void;
Initial version: 9
@ohos.update.d.ts
Initial version changed Class name: Updater
Method or attribute name: getNewVersionInfo(): Promise<NewVersionInfo>;
Initial version: 6
Class name: Updater
Method or attribute name: getNewVersionInfo(): Promise<NewVersionInfo>;
Initial version: 9
@ohos.update.d.ts
Initial version changed Class name: CheckResult
Initial version: 6
Class name: CheckResult
Initial version: 9
@ohos.update.d.ts
Initial version changed Class name: NewVersionInfo
Initial version: 6
Class name: NewVersionInfo
Initial version: 9
@ohos.update.d.ts
Initial version changed Class name: DescriptionInfo
Initial version: 6
Class name: DescriptionInfo
Initial version: 9
@ohos.update.d.ts
Initial version changed Class name: DescriptionInfo
Method or attribute name: content: string;
Initial version: 6
Class name: DescriptionInfo
Method or attribute name: content: string;
Initial version: 9
@ohos.update.d.ts
Error code added NA Class name: Updater
Method or attribute name: getNewVersionInfo(callback: AsyncCallback<NewVersionInfo>): void;
Error code: 201, 11500104
@ohos.update.d.ts
Error code added NA Class name: Updater
Method or attribute name: getNewVersionInfo(): Promise<NewVersionInfo>;
Error code: 201, 11500104
@ohos.update.d.ts
Permission added Class name: Updater
Method or attribute name: getNewVersionInfo(callback: AsyncCallback<NewVersionInfo>): void;
Permission: N/A
Class name: Updater
Method or attribute name: getNewVersionInfo(callback: AsyncCallback<NewVersionInfo>): void;
Permission: ohos.permission.UPDATE_SYSTEM
@ohos.update.d.ts
Permission added Class name: Updater
Method or attribute name: getNewVersionInfo(): Promise<NewVersionInfo>;
Permission: N/A
Class name: Updater
Method or attribute name: getNewVersionInfo(): Promise<NewVersionInfo>;
Permission: ohos.permission.UPDATE_SYSTEM
@ohos.update.d.ts
Function changed Class name: Updater
Method or attribute name: checkNewVersion(callback: AsyncCallback<NewVersionInfo>): void;
Class name: Updater
Method or attribute name: checkNewVersion(callback: AsyncCallback<CheckResult>): void;
@ohos.update.d.ts
Function changed Class name: Updater
Method or attribute name: checkNewVersion(): Promise<NewVersionInfo>;
Class name: Updater
Method or attribute name: checkNewVersion(): Promise<CheckResult>;
@ohos.update.d.ts