Change Type Old Version New Version d.ts File
Access level changed Class name: update;
Method or attribute name: function getOnlineUpdater(upgradeInfo: UpgradeInfo): Updater;
Old version information:
Class name: update;
Method or attribute name: function getOnlineUpdater(upgradeInfo: UpgradeInfo): Updater;
New version information: systemapi
@ohos.update.d.ts
Access level changed Class name: update;
Method or attribute name: function getRestorer(): Restorer;
Old version information:
Class name: update;
Method or attribute name: function getRestorer(): Restorer;
New version information: systemapi
@ohos.update.d.ts
Access level changed Class name: update;
Method or attribute name: function getLocalUpdater(): LocalUpdater;
Old version information:
Class name: update;
Method or attribute name: function getLocalUpdater(): LocalUpdater;
New version information: systemapi
@ohos.update.d.ts
Access level changed Class name: Updater;
Method or attribute name: checkNewVersion(callback: AsyncCallback<CheckResult>): void;
Old version information:
Class name: Updater;
Method or attribute name: checkNewVersion(callback: AsyncCallback<CheckResult>): void;
New version information: systemapi
@ohos.update.d.ts
Access level changed Class name: Updater;
Method or attribute name: checkNewVersion(): Promise<CheckResult>;
Old version information:
Class name: Updater;
Method or attribute name: checkNewVersion(): Promise<CheckResult>;
New version information: systemapi
@ohos.update.d.ts
Access level changed Class name: Updater;
Method or attribute name: getNewVersionInfo(callback: AsyncCallback<NewVersionInfo>): void;
Old version information:
Class name: Updater;
Method or attribute name: getNewVersionInfo(callback: AsyncCallback<NewVersionInfo>): void;
New version information: systemapi
@ohos.update.d.ts
Access level changed Class name: Updater;
Method or attribute name: getNewVersionInfo(): Promise<NewVersionInfo>;
Old version information:
Class name: Updater;
Method or attribute name: getNewVersionInfo(): Promise<NewVersionInfo>;
New version information: systemapi
@ohos.update.d.ts
Access level changed Class name: Updater;
Method or attribute name: getNewVersionDescription(
versionDigestInfo: VersionDigestInfo,
descriptionOptions: DescriptionOptions,
callback: AsyncCallback<Array<ComponentDescription>>
): void;
Old version information:
Class name: Updater;
Method or attribute name: getNewVersionDescription(
versionDigestInfo: VersionDigestInfo,
descriptionOptions: DescriptionOptions,
callback: AsyncCallback<Array<ComponentDescription>>
): void;
New version information: systemapi
@ohos.update.d.ts
Access level changed Class name: Updater;
Method or attribute name: getNewVersionDescription(
versionDigestInfo: VersionDigestInfo,
descriptionOptions: DescriptionOptions
): Promise<Array<ComponentDescription>>;
Old version information:
Class name: Updater;
Method or attribute name: getNewVersionDescription(
versionDigestInfo: VersionDigestInfo,
descriptionOptions: DescriptionOptions
): Promise<Array<ComponentDescription>>;
New version information: systemapi
@ohos.update.d.ts
Access level changed Class name: Updater;
Method or attribute name: getCurrentVersionInfo(callback: AsyncCallback<CurrentVersionInfo>): void;
Old version information:
Class name: Updater;
Method or attribute name: getCurrentVersionInfo(callback: AsyncCallback<CurrentVersionInfo>): void;
New version information: systemapi
@ohos.update.d.ts
Access level changed Class name: Updater;
Method or attribute name: getCurrentVersionInfo(): Promise<CurrentVersionInfo>;
Old version information:
Class name: Updater;
Method or attribute name: getCurrentVersionInfo(): Promise<CurrentVersionInfo>;
New version information: systemapi
@ohos.update.d.ts
Access level changed Class name: Updater;
Method or attribute name: getCurrentVersionDescription(
descriptionOptions: DescriptionOptions,
callback: AsyncCallback<Array<ComponentDescription>>
): void;
Old version information:
Class name: Updater;
Method or attribute name: getCurrentVersionDescription(
descriptionOptions: DescriptionOptions,
callback: AsyncCallback<Array<ComponentDescription>>
): void;
New version information: systemapi
@ohos.update.d.ts
Access level changed Class name: Updater;
Method or attribute name: getCurrentVersionDescription(descriptionOptions: DescriptionOptions): Promise<Array<ComponentDescription>>;
Old version information:
Class name: Updater;
Method or attribute name: getCurrentVersionDescription(descriptionOptions: DescriptionOptions): Promise<Array<ComponentDescription>>;
New version information: systemapi
@ohos.update.d.ts
Access level changed Class name: Updater;
Method or attribute name: getTaskInfo(callback: AsyncCallback<TaskInfo>): void;
Old version information:
Class name: Updater;
Method or attribute name: getTaskInfo(callback: AsyncCallback<TaskInfo>): void;
New version information: systemapi
@ohos.update.d.ts
Access level changed Class name: Updater;
Method or attribute name: getTaskInfo(): Promise<TaskInfo>;
Old version information:
Class name: Updater;
Method or attribute name: getTaskInfo(): Promise<TaskInfo>;
New version information: systemapi
@ohos.update.d.ts
Access level changed Class name: Updater;
Method or attribute name: download(
versionDigestInfo: VersionDigestInfo,
downloadOptions: DownloadOptions,
callback: AsyncCallback<void>
): void;
Old version information:
Class name: Updater;
Method or attribute name: download(
versionDigestInfo: VersionDigestInfo,
downloadOptions: DownloadOptions,
callback: AsyncCallback<void>
): void;
New version information: systemapi
@ohos.update.d.ts
Access level changed Class name: Updater;
Method or attribute name: download(versionDigestInfo: VersionDigestInfo, downloadOptions: DownloadOptions): Promise<void>;
Old version information:
Class name: Updater;
Method or attribute name: download(versionDigestInfo: VersionDigestInfo, downloadOptions: DownloadOptions): Promise<void>;
New version information: systemapi
@ohos.update.d.ts
Access level changed Class name: Updater;
Method or attribute name: resumeDownload(
versionDigestInfo: VersionDigestInfo,
resumeDownloadOptions: ResumeDownloadOptions,
callback: AsyncCallback<void>
): void;
Old version information:
Class name: Updater;
Method or attribute name: resumeDownload(
versionDigestInfo: VersionDigestInfo,
resumeDownloadOptions: ResumeDownloadOptions,
callback: AsyncCallback<void>
): void;
New version information: systemapi
@ohos.update.d.ts
Access level changed Class name: Updater;
Method or attribute name: resumeDownload(versionDigestInfo: VersionDigestInfo, resumeDownloadOptions: ResumeDownloadOptions): Promise<void>;
Old version information:
Class name: Updater;
Method or attribute name: resumeDownload(versionDigestInfo: VersionDigestInfo, resumeDownloadOptions: ResumeDownloadOptions): Promise<void>;
New version information: systemapi
@ohos.update.d.ts
Access level changed Class name: Updater;
Method or attribute name: pauseDownload(
versionDigestInfo: VersionDigestInfo,
pauseDownloadOptions: PauseDownloadOptions,
callback: AsyncCallback<void>
): void;
Old version information:
Class name: Updater;
Method or attribute name: pauseDownload(
versionDigestInfo: VersionDigestInfo,
pauseDownloadOptions: PauseDownloadOptions,
callback: AsyncCallback<void>
): void;
New version information: systemapi
@ohos.update.d.ts
Access level changed Class name: Updater;
Method or attribute name: pauseDownload(versionDigestInfo: VersionDigestInfo, pauseDownloadOptions: PauseDownloadOptions): Promise<void>;
Old version information:
Class name: Updater;
Method or attribute name: pauseDownload(versionDigestInfo: VersionDigestInfo, pauseDownloadOptions: PauseDownloadOptions): Promise<void>;
New version information: systemapi
@ohos.update.d.ts
Access level changed Class name: Updater;
Method or attribute name: upgrade(versionDigestInfo: VersionDigestInfo, upgradeOptions: UpgradeOptions, callback: AsyncCallback<void>): void;
Old version information:
Class name: Updater;
Method or attribute name: upgrade(versionDigestInfo: VersionDigestInfo, upgradeOptions: UpgradeOptions, callback: AsyncCallback<void>): void;
New version information: systemapi
@ohos.update.d.ts
Access level changed Class name: Updater;
Method or attribute name: upgrade(versionDigestInfo: VersionDigestInfo, upgradeOptions: UpgradeOptions): Promise<void>;
Old version information:
Class name: Updater;
Method or attribute name: upgrade(versionDigestInfo: VersionDigestInfo, upgradeOptions: UpgradeOptions): Promise<void>;
New version information: systemapi
@ohos.update.d.ts
Access level changed Class name: Updater;
Method or attribute name: clearError(versionDigestInfo: VersionDigestInfo, clearOptions: ClearOptions, callback: AsyncCallback<void>): void;
Old version information:
Class name: Updater;
Method or attribute name: clearError(versionDigestInfo: VersionDigestInfo, clearOptions: ClearOptions, callback: AsyncCallback<void>): void;
New version information: systemapi
@ohos.update.d.ts
Access level changed Class name: Updater;
Method or attribute name: clearError(versionDigestInfo: VersionDigestInfo, clearOptions: ClearOptions): Promise<void>;
Old version information:
Class name: Updater;
Method or attribute name: clearError(versionDigestInfo: VersionDigestInfo, clearOptions: ClearOptions): Promise<void>;
New version information: systemapi
@ohos.update.d.ts
Access level changed Class name: Updater;
Method or attribute name: getUpgradePolicy(callback: AsyncCallback<UpgradePolicy>): void;
Old version information:
Class name: Updater;
Method or attribute name: getUpgradePolicy(callback: AsyncCallback<UpgradePolicy>): void;
New version information: systemapi
@ohos.update.d.ts
Access level changed Class name: Updater;
Method or attribute name: getUpgradePolicy(): Promise<UpgradePolicy>;
Old version information:
Class name: Updater;
Method or attribute name: getUpgradePolicy(): Promise<UpgradePolicy>;
New version information: systemapi
@ohos.update.d.ts
Access level changed Class name: Updater;
Method or attribute name: setUpgradePolicy(policy: UpgradePolicy, callback: AsyncCallback<void>): void;
Old version information:
Class name: Updater;
Method or attribute name: setUpgradePolicy(policy: UpgradePolicy, callback: AsyncCallback<void>): void;
New version information: systemapi
@ohos.update.d.ts
Access level changed Class name: Updater;
Method or attribute name: setUpgradePolicy(policy: UpgradePolicy): Promise<void>;
Old version information:
Class name: Updater;
Method or attribute name: setUpgradePolicy(policy: UpgradePolicy): Promise<void>;
New version information: systemapi
@ohos.update.d.ts
Access level changed Class name: Updater;
Method or attribute name: terminateUpgrade(callback: AsyncCallback<void>): void;
Old version information:
Class name: Updater;
Method or attribute name: terminateUpgrade(callback: AsyncCallback<void>): void;
New version information: systemapi
@ohos.update.d.ts
Access level changed Class name: Updater;
Method or attribute name: terminateUpgrade(): Promise<void>;
Old version information:
Class name: Updater;
Method or attribute name: terminateUpgrade(): Promise<void>;
New version information: systemapi
@ohos.update.d.ts
Access level changed Class name: Updater;
Method or attribute name: on(eventClassifyInfo: EventClassifyInfo, taskCallback: UpgradeTaskCallback): void;
Old version information:
Class name: Updater;
Method or attribute name: on(eventClassifyInfo: EventClassifyInfo, taskCallback: UpgradeTaskCallback): void;
New version information: systemapi
@ohos.update.d.ts
Access level changed Class name: LocalUpdater;
Method or attribute name: on(eventClassifyInfo: EventClassifyInfo, taskCallback: UpgradeTaskCallback): void;
Old version information:
Class name: LocalUpdater;
Method or attribute name: on(eventClassifyInfo: EventClassifyInfo, taskCallback: UpgradeTaskCallback): void;
New version information: systemapi
@ohos.update.d.ts
Access level changed Class name: Updater;
Method or attribute name: off(eventClassifyInfo: EventClassifyInfo, taskCallback?: UpgradeTaskCallback): void;
Old version information:
Class name: Updater;
Method or attribute name: off(eventClassifyInfo: EventClassifyInfo, taskCallback?: UpgradeTaskCallback): void;
New version information: systemapi
@ohos.update.d.ts
Access level changed Class name: LocalUpdater;
Method or attribute name: off(eventClassifyInfo: EventClassifyInfo, taskCallback?: UpgradeTaskCallback): void;
Old version information:
Class name: LocalUpdater;
Method or attribute name: off(eventClassifyInfo: EventClassifyInfo, taskCallback?: UpgradeTaskCallback): void;
New version information: systemapi
@ohos.update.d.ts
Access level changed Class name: Restorer;
Method or attribute name: factoryReset(callback: AsyncCallback<void>): void;
Old version information:
Class name: Restorer;
Method or attribute name: factoryReset(callback: AsyncCallback<void>): void;
New version information: systemapi
@ohos.update.d.ts
Access level changed Class name: Restorer;
Method or attribute name: factoryReset(): Promise<void>;
Old version information:
Class name: Restorer;
Method or attribute name: factoryReset(): Promise<void>;
New version information: systemapi
@ohos.update.d.ts
Access level changed Class name: LocalUpdater;
Method or attribute name: verifyUpgradePackage(upgradeFile: UpgradeFile, certsFile: string, callback: AsyncCallback<void>): void;
Old version information:
Class name: LocalUpdater;
Method or attribute name: verifyUpgradePackage(upgradeFile: UpgradeFile, certsFile: string, callback: AsyncCallback<void>): void;
New version information: systemapi
@ohos.update.d.ts
Access level changed Class name: LocalUpdater;
Method or attribute name: verifyUpgradePackage(upgradeFile: UpgradeFile, certsFile: string): Promise<void>;
Old version information:
Class name: LocalUpdater;
Method or attribute name: verifyUpgradePackage(upgradeFile: UpgradeFile, certsFile: string): Promise<void>;
New version information: systemapi
@ohos.update.d.ts
Access level changed Class name: LocalUpdater;
Method or attribute name: applyNewVersion(upgradeFiles: Array<UpgradeFile>, callback: AsyncCallback<void>): void;
Old version information:
Class name: LocalUpdater;
Method or attribute name: applyNewVersion(upgradeFiles: Array<UpgradeFile>, callback: AsyncCallback<void>): void;
New version information: systemapi
@ohos.update.d.ts
Access level changed Class name: LocalUpdater;
Method or attribute name: applyNewVersion(upgradeFiles: Array<UpgradeFile>): Promise<void>;
Old version information:
Class name: LocalUpdater;
Method or attribute name: applyNewVersion(upgradeFiles: Array<UpgradeFile>): Promise<void>;
New version information: systemapi
@ohos.update.d.ts
Access level changed Class name: UpgradeInfo;
Method or attribute name: export interface UpgradeInfo
Old version information:
Class name: UpgradeInfo;
Method or attribute name: export interface UpgradeInfo
New version information: systemapi
@ohos.update.d.ts
Access level changed Class name: UpgradeInfo;
Method or attribute name: upgradeApp: string;
Old version information:
Class name: UpgradeInfo;
Method or attribute name: upgradeApp: string;
New version information: systemapi
@ohos.update.d.ts
Access level changed Class name: UpgradeInfo;
Method or attribute name: businessType: BusinessType;
Old version information:
Class name: UpgradeInfo;
Method or attribute name: businessType: BusinessType;
New version information: systemapi
@ohos.update.d.ts
Access level changed Class name: BusinessType;
Method or attribute name: export interface BusinessType
Old version information:
Class name: BusinessType;
Method or attribute name: export interface BusinessType
New version information: systemapi
@ohos.update.d.ts
Access level changed Class name: BusinessType;
Method or attribute name: vendor: BusinessVendor;
Old version information:
Class name: BusinessType;
Method or attribute name: vendor: BusinessVendor;
New version information: systemapi
@ohos.update.d.ts
Access level changed Class name: BusinessType;
Method or attribute name: subType: BusinessSubType;
Old version information:
Class name: BusinessType;
Method or attribute name: subType: BusinessSubType;
New version information: systemapi
@ohos.update.d.ts
Access level changed Class name: CheckResult;
Method or attribute name: export interface CheckResult
Old version information:
Class name: CheckResult;
Method or attribute name: export interface CheckResult
New version information: systemapi
@ohos.update.d.ts
Access level changed Class name: CheckResult;
Method or attribute name: isExistNewVersion: boolean;
Old version information:
Class name: CheckResult;
Method or attribute name: isExistNewVersion: boolean;
New version information: systemapi
@ohos.update.d.ts
Access level changed Class name: CheckResult;
Method or attribute name: newVersionInfo: NewVersionInfo;
Old version information:
Class name: CheckResult;
Method or attribute name: newVersionInfo: NewVersionInfo;
New version information: systemapi
@ohos.update.d.ts
Access level changed Class name: NewVersionInfo;
Method or attribute name: export interface NewVersionInfo
Old version information:
Class name: NewVersionInfo;
Method or attribute name: export interface NewVersionInfo
New version information: systemapi
@ohos.update.d.ts
Access level changed Class name: NewVersionInfo;
Method or attribute name: versionDigestInfo: VersionDigestInfo;
Old version information:
Class name: NewVersionInfo;
Method or attribute name: versionDigestInfo: VersionDigestInfo;
New version information: systemapi
@ohos.update.d.ts
Access level changed Class name: TaskBody;
Method or attribute name: versionDigestInfo: VersionDigestInfo;
Old version information:
Class name: TaskBody;
Method or attribute name: versionDigestInfo: VersionDigestInfo;
New version information: systemapi
@ohos.update.d.ts
Access level changed Class name: NewVersionInfo;
Method or attribute name: versionComponents: Array<VersionComponent>;
Old version information:
Class name: NewVersionInfo;
Method or attribute name: versionComponents: Array<VersionComponent>;
New version information: systemapi
@ohos.update.d.ts
Access level changed Class name: CurrentVersionInfo;
Method or attribute name: versionComponents: Array<VersionComponent>;
Old version information:
Class name: CurrentVersionInfo;
Method or attribute name: versionComponents: Array<VersionComponent>;
New version information: systemapi
@ohos.update.d.ts
Access level changed Class name: TaskBody;
Method or attribute name: versionComponents: Array<VersionComponent>;
Old version information:
Class name: TaskBody;
Method or attribute name: versionComponents: Array<VersionComponent>;
New version information: systemapi
@ohos.update.d.ts
Access level changed Class name: VersionDigestInfo;
Method or attribute name: export interface VersionDigestInfo
Old version information:
Class name: VersionDigestInfo;
Method or attribute name: export interface VersionDigestInfo
New version information: systemapi
@ohos.update.d.ts
Access level changed Class name: VersionDigestInfo;
Method or attribute name: versionDigest: string;
Old version information:
Class name: VersionDigestInfo;
Method or attribute name: versionDigest: string;
New version information: systemapi
@ohos.update.d.ts
Access level changed Class name: VersionComponent;
Method or attribute name: export interface VersionComponent
Old version information:
Class name: VersionComponent;
Method or attribute name: export interface VersionComponent
New version information: systemapi
@ohos.update.d.ts
Access level changed Class name: VersionComponent;
Method or attribute name: componentId: string;
Old version information:
Class name: VersionComponent;
Method or attribute name: componentId: string;
New version information: systemapi
@ohos.update.d.ts
Access level changed Class name: ComponentDescription;
Method or attribute name: componentId: string;
Old version information:
Class name: ComponentDescription;
Method or attribute name: componentId: string;
New version information: systemapi
@ohos.update.d.ts
Access level changed Class name: VersionComponent;
Method or attribute name: componentType: ComponentType;
Old version information:
Class name: VersionComponent;
Method or attribute name: componentType: ComponentType;
New version information: systemapi
@ohos.update.d.ts
Access level changed Class name: VersionComponent;
Method or attribute name: upgradeAction: UpgradeAction;
Old version information:
Class name: VersionComponent;
Method or attribute name: upgradeAction: UpgradeAction;
New version information: systemapi
@ohos.update.d.ts
Access level changed Class name: VersionComponent;
Method or attribute name: displayVersion: string;
Old version information:
Class name: VersionComponent;
Method or attribute name: displayVersion: string;
New version information: systemapi
@ohos.update.d.ts
Access level changed Class name: VersionComponent;
Method or attribute name: innerVersion: string;
Old version information:
Class name: VersionComponent;
Method or attribute name: innerVersion: string;
New version information: systemapi
@ohos.update.d.ts
Access level changed Class name: VersionComponent;
Method or attribute name: size: number;
Old version information:
Class name: VersionComponent;
Method or attribute name: size: number;
New version information: systemapi
@ohos.update.d.ts
Access level changed Class name: VersionComponent;
Method or attribute name: effectiveMode: EffectiveMode;
Old version information:
Class name: VersionComponent;
Method or attribute name: effectiveMode: EffectiveMode;
New version information: systemapi
@ohos.update.d.ts
Access level changed Class name: VersionComponent;
Method or attribute name: descriptionInfo: DescriptionInfo;
Old version information:
Class name: VersionComponent;
Method or attribute name: descriptionInfo: DescriptionInfo;
New version information: systemapi
@ohos.update.d.ts
Access level changed Class name: ComponentDescription;
Method or attribute name: descriptionInfo: DescriptionInfo;
Old version information:
Class name: ComponentDescription;
Method or attribute name: descriptionInfo: DescriptionInfo;
New version information: systemapi
@ohos.update.d.ts
Access level changed Class name: DescriptionOptions;
Method or attribute name: export interface DescriptionOptions
Old version information:
Class name: DescriptionOptions;
Method or attribute name: export interface DescriptionOptions
New version information: systemapi
@ohos.update.d.ts
Access level changed Class name: DescriptionOptions;
Method or attribute name: format: DescriptionFormat;
Old version information:
Class name: DescriptionOptions;
Method or attribute name: format: DescriptionFormat;
New version information: systemapi
@ohos.update.d.ts
Access level changed Class name: DescriptionOptions;
Method or attribute name: language: string;
Old version information:
Class name: DescriptionOptions;
Method or attribute name: language: string;
New version information: systemapi
@ohos.update.d.ts
Access level changed Class name: ComponentDescription;
Method or attribute name: export interface ComponentDescription
Old version information:
Class name: ComponentDescription;
Method or attribute name: export interface ComponentDescription
New version information: systemapi
@ohos.update.d.ts
Access level changed Class name: DescriptionInfo;
Method or attribute name: export interface DescriptionInfo
Old version information:
Class name: DescriptionInfo;
Method or attribute name: export interface DescriptionInfo
New version information: systemapi
@ohos.update.d.ts
Access level changed Class name: DescriptionInfo;
Method or attribute name: descriptionType: DescriptionType;
Old version information:
Class name: DescriptionInfo;
Method or attribute name: descriptionType: DescriptionType;
New version information: systemapi
@ohos.update.d.ts
Access level changed Class name: DescriptionInfo;
Method or attribute name: content: string;
Old version information:
Class name: DescriptionInfo;
Method or attribute name: content: string;
New version information: systemapi
@ohos.update.d.ts
Access level changed Class name: CurrentVersionInfo;
Method or attribute name: export interface CurrentVersionInfo
Old version information:
Class name: CurrentVersionInfo;
Method or attribute name: export interface CurrentVersionInfo
New version information: systemapi
@ohos.update.d.ts
Access level changed Class name: CurrentVersionInfo;
Method or attribute name: osVersion: string;
Old version information:
Class name: CurrentVersionInfo;
Method or attribute name: osVersion: string;
New version information: systemapi
@ohos.update.d.ts
Access level changed Class name: CurrentVersionInfo;
Method or attribute name: deviceName: string;
Old version information:
Class name: CurrentVersionInfo;
Method or attribute name: deviceName: string;
New version information: systemapi
@ohos.update.d.ts
Access level changed Class name: DownloadOptions;
Method or attribute name: export interface DownloadOptions
Old version information:
Class name: DownloadOptions;
Method or attribute name: export interface DownloadOptions
New version information: systemapi
@ohos.update.d.ts
Access level changed Class name: DownloadOptions;
Method or attribute name: allowNetwork: NetType;
Old version information:
Class name: DownloadOptions;
Method or attribute name: allowNetwork: NetType;
New version information: systemapi
@ohos.update.d.ts
Access level changed Class name: ResumeDownloadOptions;
Method or attribute name: allowNetwork: NetType;
Old version information:
Class name: ResumeDownloadOptions;
Method or attribute name: allowNetwork: NetType;
New version information: systemapi
@ohos.update.d.ts
Access level changed Class name: DownloadOptions;
Method or attribute name: order: Order;
Old version information:
Class name: DownloadOptions;
Method or attribute name: order: Order;
New version information: systemapi
@ohos.update.d.ts
Access level changed Class name: UpgradeOptions;
Method or attribute name: order: Order;
Old version information:
Class name: UpgradeOptions;
Method or attribute name: order: Order;
New version information: systemapi
@ohos.update.d.ts
Access level changed Class name: ResumeDownloadOptions;
Method or attribute name: export interface ResumeDownloadOptions
Old version information:
Class name: ResumeDownloadOptions;
Method or attribute name: export interface ResumeDownloadOptions
New version information: systemapi
@ohos.update.d.ts
Access level changed Class name: PauseDownloadOptions;
Method or attribute name: export interface PauseDownloadOptions
Old version information:
Class name: PauseDownloadOptions;
Method or attribute name: export interface PauseDownloadOptions
New version information: systemapi
@ohos.update.d.ts
Access level changed Class name: PauseDownloadOptions;
Method or attribute name: isAllowAutoResume: boolean;
Old version information:
Class name: PauseDownloadOptions;
Method or attribute name: isAllowAutoResume: boolean;
New version information: systemapi
@ohos.update.d.ts
Access level changed Class name: UpgradeOptions;
Method or attribute name: export interface UpgradeOptions
Old version information:
Class name: UpgradeOptions;
Method or attribute name: export interface UpgradeOptions
New version information: systemapi
@ohos.update.d.ts
Access level changed Class name: ClearOptions;
Method or attribute name: export interface ClearOptions
Old version information:
Class name: ClearOptions;
Method or attribute name: export interface ClearOptions
New version information: systemapi
@ohos.update.d.ts
Access level changed Class name: ClearOptions;
Method or attribute name: status: UpgradeStatus;
Old version information:
Class name: ClearOptions;
Method or attribute name: status: UpgradeStatus;
New version information: systemapi
@ohos.update.d.ts
Access level changed Class name: TaskBody;
Method or attribute name: status: UpgradeStatus;
Old version information:
Class name: TaskBody;
Method or attribute name: status: UpgradeStatus;
New version information: systemapi
@ohos.update.d.ts
Access level changed Class name: UpgradePolicy;
Method or attribute name: export interface UpgradePolicy
Old version information:
Class name: UpgradePolicy;
Method or attribute name: export interface UpgradePolicy
New version information: systemapi
@ohos.update.d.ts
Access level changed Class name: UpgradePolicy;
Method or attribute name: downloadStrategy: boolean;
Old version information:
Class name: UpgradePolicy;
Method or attribute name: downloadStrategy: boolean;
New version information: systemapi
@ohos.update.d.ts
Access level changed Class name: UpgradePolicy;
Method or attribute name: autoUpgradeStrategy: boolean;
Old version information:
Class name: UpgradePolicy;
Method or attribute name: autoUpgradeStrategy: boolean;
New version information: systemapi
@ohos.update.d.ts
Access level changed Class name: UpgradePolicy;
Method or attribute name: autoUpgradePeriods: Array<UpgradePeriod>;
Old version information:
Class name: UpgradePolicy;
Method or attribute name: autoUpgradePeriods: Array<UpgradePeriod>;
New version information: systemapi
@ohos.update.d.ts
Access level changed Class name: UpgradePeriod;
Method or attribute name: export interface UpgradePeriod
Old version information:
Class name: UpgradePeriod;
Method or attribute name: export interface UpgradePeriod
New version information: systemapi
@ohos.update.d.ts
Access level changed Class name: UpgradePeriod;
Method or attribute name: start: number;
Old version information:
Class name: UpgradePeriod;
Method or attribute name: start: number;
New version information: systemapi
@ohos.update.d.ts
Access level changed Class name: UpgradePeriod;
Method or attribute name: end: number;
Old version information:
Class name: UpgradePeriod;
Method or attribute name: end: number;
New version information: systemapi
@ohos.update.d.ts
Access level changed Class name: TaskInfo;
Method or attribute name: export interface TaskInfo
Old version information:
Class name: TaskInfo;
Method or attribute name: export interface TaskInfo
New version information: systemapi
@ohos.update.d.ts
Access level changed Class name: TaskInfo;
Method or attribute name: existTask: boolean;
Old version information:
Class name: TaskInfo;
Method or attribute name: existTask: boolean;
New version information: systemapi
@ohos.update.d.ts
Access level changed Class name: TaskInfo;
Method or attribute name: taskBody: TaskBody;
Old version information:
Class name: TaskInfo;
Method or attribute name: taskBody: TaskBody;
New version information: systemapi
@ohos.update.d.ts
Access level changed Class name: EventInfo;
Method or attribute name: taskBody: TaskBody;
Old version information:
Class name: EventInfo;
Method or attribute name: taskBody: TaskBody;
New version information: systemapi
@ohos.update.d.ts
Access level changed Class name: EventInfo;
Method or attribute name: export interface EventInfo
Old version information:
Class name: EventInfo;
Method or attribute name: export interface EventInfo
New version information: systemapi
@ohos.update.d.ts
Access level changed Class name: EventInfo;
Method or attribute name: eventId: EventId;
Old version information:
Class name: EventInfo;
Method or attribute name: eventId: EventId;
New version information: systemapi
@ohos.update.d.ts
Access level changed Class name: TaskBody;
Method or attribute name: export interface TaskBody
Old version information:
Class name: TaskBody;
Method or attribute name: export interface TaskBody
New version information: systemapi
@ohos.update.d.ts
Access level changed Class name: TaskBody;
Method or attribute name: subStatus: number;
Old version information:
Class name: TaskBody;
Method or attribute name: subStatus: number;
New version information: systemapi
@ohos.update.d.ts
Access level changed Class name: TaskBody;
Method or attribute name: progress: number;
Old version information:
Class name: TaskBody;
Method or attribute name: progress: number;
New version information: systemapi
@ohos.update.d.ts
Access level changed Class name: TaskBody;
Method or attribute name: installMode: number;
Old version information:
Class name: TaskBody;
Method or attribute name: installMode: number;
New version information: systemapi
@ohos.update.d.ts
Access level changed Class name: TaskBody;
Method or attribute name: errorMessages: Array<ErrorMessage>;
Old version information:
Class name: TaskBody;
Method or attribute name: errorMessages: Array<ErrorMessage>;
New version information: systemapi
@ohos.update.d.ts
Access level changed Class name: ErrorMessage;
Method or attribute name: export interface ErrorMessage
Old version information:
Class name: ErrorMessage;
Method or attribute name: export interface ErrorMessage
New version information: systemapi
@ohos.update.d.ts
Access level changed Class name: ErrorMessage;
Method or attribute name: errorCode: number;
Old version information:
Class name: ErrorMessage;
Method or attribute name: errorCode: number;
New version information: systemapi
@ohos.update.d.ts
Access level changed Class name: ErrorMessage;
Method or attribute name: errorMessage: string;
Old version information:
Class name: ErrorMessage;
Method or attribute name: errorMessage: string;
New version information: systemapi
@ohos.update.d.ts
Access level changed Class name: EventClassifyInfo;
Method or attribute name: export interface EventClassifyInfo
Old version information:
Class name: EventClassifyInfo;
Method or attribute name: export interface EventClassifyInfo
New version information: systemapi
@ohos.update.d.ts
Access level changed Class name: EventClassifyInfo;
Method or attribute name: eventClassify: EventClassify;
Old version information:
Class name: EventClassifyInfo;
Method or attribute name: eventClassify: EventClassify;
New version information: systemapi
@ohos.update.d.ts
Access level changed Class name: EventClassifyInfo;
Method or attribute name: extraInfo: string;
Old version information:
Class name: EventClassifyInfo;
Method or attribute name: extraInfo: string;
New version information: systemapi
@ohos.update.d.ts
Access level changed Class name: UpgradeFile;
Method or attribute name: export interface UpgradeFile
Old version information:
Class name: UpgradeFile;
Method or attribute name: export interface UpgradeFile
New version information: systemapi
@ohos.update.d.ts
Access level changed Class name: UpgradeFile;
Method or attribute name: fileType: ComponentType;
Old version information:
Class name: UpgradeFile;
Method or attribute name: fileType: ComponentType;
New version information: systemapi
@ohos.update.d.ts
Access level changed Class name: UpgradeFile;
Method or attribute name: filePath: string;
Old version information:
Class name: UpgradeFile;
Method or attribute name: filePath: string;
New version information: systemapi
@ohos.update.d.ts
Access level changed Class name: UpgradeTaskCallback;
Method or attribute name: export interface UpgradeTaskCallback
Old version information:
Class name: UpgradeTaskCallback;
Method or attribute name: export interface UpgradeTaskCallback
New version information: systemapi
@ohos.update.d.ts
Access level changed Class name: UpgradeTaskCallback;
Method or attribute name: (eventInfo: EventInfo): void;
Old version information:
Class name: UpgradeTaskCallback;
Method or attribute name: (eventInfo: EventInfo): void;
New version information: systemapi
@ohos.update.d.ts
Access level changed Class name: BusinessVendor;
Method or attribute name: export enum BusinessVendor
Old version information:
Class name: BusinessVendor;
Method or attribute name: export enum BusinessVendor
New version information: systemapi
@ohos.update.d.ts
Access level changed Class name: BusinessVendor;
Method or attribute name: PUBLIC = 'public'
Old version information:
Class name: BusinessVendor;
Method or attribute name: PUBLIC = 'public'
New version information: systemapi
@ohos.update.d.ts
Access level changed Class name: BusinessSubType;
Method or attribute name: export enum BusinessSubType
Old version information:
Class name: BusinessSubType;
Method or attribute name: export enum BusinessSubType
New version information: systemapi
@ohos.update.d.ts
Access level changed Class name: BusinessSubType;
Method or attribute name: FIRMWARE = 1
Old version information:
Class name: BusinessSubType;
Method or attribute name: FIRMWARE = 1
New version information: systemapi
@ohos.update.d.ts
Access level changed Class name: ComponentType;
Method or attribute name: export enum ComponentType
Old version information:
Class name: ComponentType;
Method or attribute name: export enum ComponentType
New version information: systemapi
@ohos.update.d.ts
Access level changed Class name: ComponentType;
Method or attribute name: OTA = 1
Old version information:
Class name: ComponentType;
Method or attribute name: OTA = 1
New version information: systemapi
@ohos.update.d.ts
Access level changed Class name: UpgradeAction;
Method or attribute name: export enum UpgradeAction
Old version information:
Class name: UpgradeAction;
Method or attribute name: export enum UpgradeAction
New version information: systemapi
@ohos.update.d.ts
Access level changed Class name: UpgradeAction;
Method or attribute name: UPGRADE = 'upgrade'
Old version information:
Class name: UpgradeAction;
Method or attribute name: UPGRADE = 'upgrade'
New version information: systemapi
@ohos.update.d.ts
Access level changed Class name: UpgradeAction;
Method or attribute name: RECOVERY = 'recovery'
Old version information:
Class name: UpgradeAction;
Method or attribute name: RECOVERY = 'recovery'
New version information: systemapi
@ohos.update.d.ts
Access level changed Class name: EffectiveMode;
Method or attribute name: export enum EffectiveMode
Old version information:
Class name: EffectiveMode;
Method or attribute name: export enum EffectiveMode
New version information: systemapi
@ohos.update.d.ts
Access level changed Class name: EffectiveMode;
Method or attribute name: COLD = 1
Old version information:
Class name: EffectiveMode;
Method or attribute name: COLD = 1
New version information: systemapi
@ohos.update.d.ts
Access level changed Class name: EffectiveMode;
Method or attribute name: LIVE = 2
Old version information:
Class name: EffectiveMode;
Method or attribute name: LIVE = 2
New version information: systemapi
@ohos.update.d.ts
Access level changed Class name: EffectiveMode;
Method or attribute name: LIVE_AND_COLD = 3
Old version information:
Class name: EffectiveMode;
Method or attribute name: LIVE_AND_COLD = 3
New version information: systemapi
@ohos.update.d.ts
Access level changed Class name: DescriptionType;
Method or attribute name: export enum DescriptionType
Old version information:
Class name: DescriptionType;
Method or attribute name: export enum DescriptionType
New version information: systemapi
@ohos.update.d.ts
Access level changed Class name: DescriptionType;
Method or attribute name: CONTENT = 0
Old version information:
Class name: DescriptionType;
Method or attribute name: CONTENT = 0
New version information: systemapi
@ohos.update.d.ts
Access level changed Class name: DescriptionType;
Method or attribute name: URI = 1
Old version information:
Class name: DescriptionType;
Method or attribute name: URI = 1
New version information: systemapi
@ohos.update.d.ts
Access level changed Class name: DescriptionFormat;
Method or attribute name: export enum DescriptionFormat
Old version information:
Class name: DescriptionFormat;
Method or attribute name: export enum DescriptionFormat
New version information: systemapi
@ohos.update.d.ts
Access level changed Class name: DescriptionFormat;
Method or attribute name: STANDARD = 0
Old version information:
Class name: DescriptionFormat;
Method or attribute name: STANDARD = 0
New version information: systemapi
@ohos.update.d.ts
Access level changed Class name: DescriptionFormat;
Method or attribute name: SIMPLIFIED = 1
Old version information:
Class name: DescriptionFormat;
Method or attribute name: SIMPLIFIED = 1
New version information: systemapi
@ohos.update.d.ts
Access level changed Class name: NetType;
Method or attribute name: export enum NetType
Old version information:
Class name: NetType;
Method or attribute name: export enum NetType
New version information: systemapi
@ohos.update.d.ts
Access level changed Class name: NetType;
Method or attribute name: CELLULAR = 1
Old version information:
Class name: NetType;
Method or attribute name: CELLULAR = 1
New version information: systemapi
@ohos.update.d.ts
Access level changed Class name: NetType;
Method or attribute name: METERED_WIFI = 2
Old version information:
Class name: NetType;
Method or attribute name: METERED_WIFI = 2
New version information: systemapi
@ohos.update.d.ts
Access level changed Class name: NetType;
Method or attribute name: NOT_METERED_WIFI = 4
Old version information:
Class name: NetType;
Method or attribute name: NOT_METERED_WIFI = 4
New version information: systemapi
@ohos.update.d.ts
Access level changed Class name: NetType;
Method or attribute name: WIFI = 6
Old version information:
Class name: NetType;
Method or attribute name: WIFI = 6
New version information: systemapi
@ohos.update.d.ts
Access level changed Class name: NetType;
Method or attribute name: CELLULAR_AND_WIFI = 7
Old version information:
Class name: NetType;
Method or attribute name: CELLULAR_AND_WIFI = 7
New version information: systemapi
@ohos.update.d.ts
Access level changed Class name: Order;
Method or attribute name: export enum Order
Old version information:
Class name: Order;
Method or attribute name: export enum Order
New version information: systemapi
@ohos.update.d.ts
Access level changed Class name: Order;
Method or attribute name: DOWNLOAD = 1
Old version information:
Class name: Order;
Method or attribute name: DOWNLOAD = 1
New version information: systemapi
@ohos.update.d.ts
Access level changed Class name: Order;
Method or attribute name: INSTALL = 2
Old version information:
Class name: Order;
Method or attribute name: INSTALL = 2
New version information: systemapi
@ohos.update.d.ts
Access level changed Class name: Order;
Method or attribute name: DOWNLOAD_AND_INSTALL = 3
Old version information:
Class name: Order;
Method or attribute name: DOWNLOAD_AND_INSTALL = 3
New version information: systemapi
@ohos.update.d.ts
Access level changed Class name: Order;
Method or attribute name: APPLY = 4
Old version information:
Class name: Order;
Method or attribute name: APPLY = 4
New version information: systemapi
@ohos.update.d.ts
Access level changed Class name: Order;
Method or attribute name: INSTALL_AND_APPLY = 6
Old version information:
Class name: Order;
Method or attribute name: INSTALL_AND_APPLY = 6
New version information: systemapi
@ohos.update.d.ts
Access level changed Class name: UpgradeStatus;
Method or attribute name: export enum UpgradeStatus
Old version information:
Class name: UpgradeStatus;
Method or attribute name: export enum UpgradeStatus
New version information: systemapi
@ohos.update.d.ts
Access level changed Class name: UpgradeStatus;
Method or attribute name: WAITING_DOWNLOAD = 20
Old version information:
Class name: UpgradeStatus;
Method or attribute name: WAITING_DOWNLOAD = 20
New version information: systemapi
@ohos.update.d.ts
Access level changed Class name: UpgradeStatus;
Method or attribute name: DOWNLOADING = 21
Old version information:
Class name: UpgradeStatus;
Method or attribute name: DOWNLOADING = 21
New version information: systemapi
@ohos.update.d.ts
Access level changed Class name: UpgradeStatus;
Method or attribute name: DOWNLOAD_PAUSED = 22
Old version information:
Class name: UpgradeStatus;
Method or attribute name: DOWNLOAD_PAUSED = 22
New version information: systemapi
@ohos.update.d.ts
Access level changed Class name: UpgradeStatus;
Method or attribute name: DOWNLOAD_FAIL = 23
Old version information:
Class name: UpgradeStatus;
Method or attribute name: DOWNLOAD_FAIL = 23
New version information: systemapi
@ohos.update.d.ts
Access level changed Class name: UpgradeStatus;
Method or attribute name: WAITING_INSTALL = 30
Old version information:
Class name: UpgradeStatus;
Method or attribute name: WAITING_INSTALL = 30
New version information: systemapi
@ohos.update.d.ts
Access level changed Class name: UpgradeStatus;
Method or attribute name: UPDATING = 31
Old version information:
Class name: UpgradeStatus;
Method or attribute name: UPDATING = 31
New version information: systemapi
@ohos.update.d.ts
Access level changed Class name: UpgradeStatus;
Method or attribute name: WAITING_APPLY = 40
Old version information:
Class name: UpgradeStatus;
Method or attribute name: WAITING_APPLY = 40
New version information: systemapi
@ohos.update.d.ts
Access level changed Class name: UpgradeStatus;
Method or attribute name: APPLYING = 41
Old version information:
Class name: UpgradeStatus;
Method or attribute name: APPLYING = 41
New version information: systemapi
@ohos.update.d.ts
Access level changed Class name: UpgradeStatus;
Method or attribute name: UPGRADE_SUCCESS = 50
Old version information:
Class name: UpgradeStatus;
Method or attribute name: UPGRADE_SUCCESS = 50
New version information: systemapi
@ohos.update.d.ts
Access level changed Class name: UpgradeStatus;
Method or attribute name: UPGRADE_FAIL = 51
Old version information:
Class name: UpgradeStatus;
Method or attribute name: UPGRADE_FAIL = 51
New version information: systemapi
@ohos.update.d.ts
Access level changed Class name: EventClassify;
Method or attribute name: export enum EventClassify
Old version information:
Class name: EventClassify;
Method or attribute name: export enum EventClassify
New version information: systemapi
@ohos.update.d.ts
Access level changed Class name: EventClassify;
Method or attribute name: TASK = 0x01000000
Old version information:
Class name: EventClassify;
Method or attribute name: TASK = 0x01000000
New version information: systemapi
@ohos.update.d.ts
Access level changed Class name: EventId;
Method or attribute name: export enum EventId
Old version information:
Class name: EventId;
Method or attribute name: export enum EventId
New version information: systemapi
@ohos.update.d.ts
Access level changed Class name: EventId;
Method or attribute name: EVENT_TASK_BASE = EventClassify.TASK
Old version information:
Class name: EventId;
Method or attribute name: EVENT_TASK_BASE = EventClassify.TASK
New version information: systemapi
@ohos.update.d.ts
Access level changed Class name: EventId;
Method or attribute name: EVENT_TASK_RECEIVE
Old version information:
Class name: EventId;
Method or attribute name: EVENT_TASK_RECEIVE
New version information: systemapi
@ohos.update.d.ts
Access level changed Class name: EventId;
Method or attribute name: EVENT_TASK_CANCEL
Old version information:
Class name: EventId;
Method or attribute name: EVENT_TASK_CANCEL
New version information: systemapi
@ohos.update.d.ts
Access level changed Class name: EventId;
Method or attribute name: EVENT_DOWNLOAD_WAIT
Old version information:
Class name: EventId;
Method or attribute name: EVENT_DOWNLOAD_WAIT
New version information: systemapi
@ohos.update.d.ts
Access level changed Class name: EventId;
Method or attribute name: EVENT_DOWNLOAD_START
Old version information:
Class name: EventId;
Method or attribute name: EVENT_DOWNLOAD_START
New version information: systemapi
@ohos.update.d.ts
Access level changed Class name: EventId;
Method or attribute name: EVENT_DOWNLOAD_UPDATE
Old version information:
Class name: EventId;
Method or attribute name: EVENT_DOWNLOAD_UPDATE
New version information: systemapi
@ohos.update.d.ts
Access level changed Class name: EventId;
Method or attribute name: EVENT_DOWNLOAD_PAUSE
Old version information:
Class name: EventId;
Method or attribute name: EVENT_DOWNLOAD_PAUSE
New version information: systemapi
@ohos.update.d.ts
Access level changed Class name: EventId;
Method or attribute name: EVENT_DOWNLOAD_RESUME
Old version information:
Class name: EventId;
Method or attribute name: EVENT_DOWNLOAD_RESUME
New version information: systemapi
@ohos.update.d.ts
Access level changed Class name: EventId;
Method or attribute name: EVENT_DOWNLOAD_SUCCESS
Old version information:
Class name: EventId;
Method or attribute name: EVENT_DOWNLOAD_SUCCESS
New version information: systemapi
@ohos.update.d.ts
Access level changed Class name: EventId;
Method or attribute name: EVENT_DOWNLOAD_FAIL
Old version information:
Class name: EventId;
Method or attribute name: EVENT_DOWNLOAD_FAIL
New version information: systemapi
@ohos.update.d.ts
Access level changed Class name: EventId;
Method or attribute name: EVENT_UPGRADE_WAIT
Old version information:
Class name: EventId;
Method or attribute name: EVENT_UPGRADE_WAIT
New version information: systemapi
@ohos.update.d.ts
Access level changed Class name: EventId;
Method or attribute name: EVENT_UPGRADE_START
Old version information:
Class name: EventId;
Method or attribute name: EVENT_UPGRADE_START
New version information: systemapi
@ohos.update.d.ts
Access level changed Class name: EventId;
Method or attribute name: EVENT_UPGRADE_UPDATE
Old version information:
Class name: EventId;
Method or attribute name: EVENT_UPGRADE_UPDATE
New version information: systemapi
@ohos.update.d.ts
Access level changed Class name: EventId;
Method or attribute name: EVENT_APPLY_WAIT
Old version information:
Class name: EventId;
Method or attribute name: EVENT_APPLY_WAIT
New version information: systemapi
@ohos.update.d.ts
Access level changed Class name: EventId;
Method or attribute name: EVENT_APPLY_START
Old version information:
Class name: EventId;
Method or attribute name: EVENT_APPLY_START
New version information: systemapi
@ohos.update.d.ts
Access level changed Class name: EventId;
Method or attribute name: EVENT_UPGRADE_SUCCESS
Old version information:
Class name: EventId;
Method or attribute name: EVENT_UPGRADE_SUCCESS
New version information: systemapi
@ohos.update.d.ts
Access level changed Class name: EventId;
Method or attribute name: EVENT_UPGRADE_FAIL
Old version information:
Class name: EventId;
Method or attribute name: EVENT_UPGRADE_FAIL
New version information: systemapi
@ohos.update.d.ts