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