提交 faded14c 编写于 作者: G Gloria

Update docs against 17006

Signed-off-by: wusongqing<wusongqing@huawei.com>
上级 3f0473cf
# JS API Differences
- [Ability framework](js-apidiff-ability.md)
- [Account subsystem](js-apidiff-account.md)
- [Application subsystem](js-apidiff-application.md)
- [ArkUI development framework](js-apidiff-arkui.md)
- [Power management subsystem](js-apidiff-battery.md)
- [Bundle management framework](js-apidiff-bundle.md)
- [Communication subsystem](js-apidiff-communication.md)
- [Compiler and runtime subsystem](js-apidiff-compiler-and-runtime.md)
- [DFX subsystem](js-apidiff-dfx.md)
- [Distributed data management subsystem](js-apidiff-distributed-data.md)
- [File management subsystem](js-apidiff-file-management.md)
- [Misc services subsystem](js-apidiff-misc.md)
- [Multimedia subsystem](js-apidiff-multimedia.md)
- [Common event and notification subsystem](js-apidiff-notification.md)
- [Resource scheduler subsystem](js-apidiff-resource-scheduler.md)
- [Security subsystem](js-apidiff-security.md)
- [Pan-sensor subsystem](js-apidiff-sensor.md)
- [Startup subsystem](js-apidiff-start-up.md)
- [Telephony subsystem](js-apidiff-telephony.md)
- [Test subsystem](js-apidiff-unitest.md)
- [Update subsystem](js-apidiff-update.md)
- [USB subsystem](js-apidiff-usb.md)
- [User IAM subsystem](js-apidiff-user-iam.md)
- [Web subsystem](js-apidiff-web.md)
- [Window manager subsystem](js-apidiff-window.md)
\ No newline at end of file
| Change Type | Old Version | New Version | d.ts File |
| ---- | ------ | ------ | -------- |
|Added|NA|Module name: ohos.app.ability.abilityManager<br>Class name: AbilityState<br>Method or attribute name: FOCUS = 2|@ohos.app.ability.abilityManager.d.ts|
|Added|NA|Class name: appManager<br>Method or attribute name: function getRunningProcessInformation(): Promise\<Array\<ProcessInformation>>;|@ohos.app.ability.appManager.d.ts|
|Added|NA|Class name: appManager<br>Method or attribute name: function getRunningProcessInformation(callback: AsyncCallback\<Array\<ProcessInformation>>): void;|@ohos.app.ability.appManager.d.ts|
|Added|NA|Class name: RestartFlag<br>Method or attribute name: RESTART_WHEN_JS_CRASH = 0x0001|@ohos.app.ability.appRecovery.d.ts|
|Added|NA|Class name: RestartFlag<br>Method or attribute name: RESTART_WHEN_APP_FREEZE = 0x0002|@ohos.app.ability.appRecovery.d.ts|
|Added|NA|Module name: ohos.app.ability.dialogRequest<br>Class name: dialogRequest|@ohos.app.ability.dialogRequest.d.ts|
|Added|NA|Module name: ohos.app.ability.dialogRequest<br>Class name: RequestInfo|@ohos.app.ability.dialogRequest.d.ts|
|Added|NA|Module name: ohos.app.ability.dialogRequest<br>Class name: ResultCode|@ohos.app.ability.dialogRequest.d.ts|
|Added|NA|Module name: ohos.app.ability.dialogRequest<br>Class name: ResultCode<br>Method or attribute name: RESULT_OK = 0|@ohos.app.ability.dialogRequest.d.ts|
|Added|NA|Module name: ohos.app.ability.dialogRequest<br>Class name: ResultCode<br>Method or attribute name: RESULT_CANCEL = 1|@ohos.app.ability.dialogRequest.d.ts|
|Added|NA|Module name: ohos.app.ability.dialogRequest<br>Class name: RequestResult|@ohos.app.ability.dialogRequest.d.ts|
|Added|NA|Module name: ohos.app.ability.dialogRequest<br>Class name: RequestResult<br>Method or attribute name: result: ResultCode;|@ohos.app.ability.dialogRequest.d.ts|
|Added|NA|Module name: ohos.app.ability.dialogRequest<br>Class name: RequestCallback|@ohos.app.ability.dialogRequest.d.ts|
|Added|NA|Module name: ohos.app.ability.dialogRequest<br>Class name: RequestCallback<br>Method or attribute name: setRequestResult(result: RequestResult): void;|@ohos.app.ability.dialogRequest.d.ts|
|Added|NA|Module name: ohos.app.ability.dialogRequest<br>Class name: dialogRequest<br>Method or attribute name: function getRequestInfo(want: Want): RequestInfo;|@ohos.app.ability.dialogRequest.d.ts|
|Added|NA|Module name: ohos.app.ability.dialogRequest<br>Class name: dialogRequest<br>Method or attribute name: function getRequestCallback(want: Want): RequestCallback;|@ohos.app.ability.dialogRequest.d.ts|
|Added|NA|Class name: Want<br>Method or attribute name: parameters?: {[key: string]: Object};|@ohos.app.ability.Want.d.ts|
|Added|NA|Class name: CompleteData<br>Method or attribute name: extraInfo?: { [key: string]: Object };|@ohos.app.ability.wantAgent.d.ts|
|Added|NA|Module name: ohos.app.ability.wantConstant<br>Class name: Params|@ohos.app.ability.wantConstant.d.ts|
|Added|NA|Class name: Params<br>Method or attribute name: |@ohos.app.ability.wantConstant.d.ts|
|Added|NA|Module name: ohos.app.ability.wantConstant<br>Class name: Params<br>Method or attribute name: DLP_PARAMS_SANDBOX = "ohos.dlp.params.sandbox"|@ohos.app.ability.wantConstant.d.ts|
|Added|NA|Class name: Params<br>Method or attribute name: DLP_PARAMS_SANDBOX = "ohos.dlp.params.sandbox"|@ohos.app.ability.wantConstant.d.ts|
|Added|NA|Module name: ohos.app.ability.wantConstant<br>Class name: Params<br>Method or attribute name: DLP_PARAMS_BUNDLE_NAME = "ohos.dlp.params.bundleName"|@ohos.app.ability.wantConstant.d.ts|
|Added|NA|Class name: Params<br>Method or attribute name: DLP_PARAMS_BUNDLE_NAME = "ohos.dlp.params.bundleName"|@ohos.app.ability.wantConstant.d.ts|
|Added|NA|Module name: ohos.app.ability.wantConstant<br>Class name: Params<br>Method or attribute name: DLP_PARAMS_MODULE_NAME = "ohos.dlp.params.moduleName"|@ohos.app.ability.wantConstant.d.ts|
|Added|NA|Class name: Params<br>Method or attribute name: DLP_PARAMS_MODULE_NAME = "ohos.dlp.params.moduleName"|@ohos.app.ability.wantConstant.d.ts|
|Added|NA|Module name: ohos.app.ability.wantConstant<br>Class name: Params<br>Method or attribute name: DLP_PARAMS_ABILITY_NAME = "ohos.dlp.params.abilityName"|@ohos.app.ability.wantConstant.d.ts|
|Added|NA|Class name: Params<br>Method or attribute name: DLP_PARAMS_ABILITY_NAME = "ohos.dlp.params.abilityName"|@ohos.app.ability.wantConstant.d.ts|
|Added|NA|Module name: ohos.app.ability.wantConstant<br>Class name: Params<br>Method or attribute name: DLP_PARAMS_INDEX = "ohos.dlp.params.index"|@ohos.app.ability.wantConstant.d.ts|
|Added|NA|Class name: Params<br>Method or attribute name: DLP_PARAMS_INDEX = "ohos.dlp.params.index"|@ohos.app.ability.wantConstant.d.ts|
|Added|NA|Module name: ohos.app.ability.wantConstant<br>Class name: Params<br>Method or attribute name: ABILITY_BACK_TO_OTHER_MISSION_STACK = "ability.params.backToOtherMissionStack"|@ohos.app.ability.wantConstant.d.ts|
|Added|NA|Class name: Params<br>Method or attribute name: ABILITY_BACK_TO_OTHER_MISSION_STACK = "ability.params.backToOtherMissionStack"|@ohos.app.ability.wantConstant.d.ts|
|Added|NA|Class name: continuationManager<br>Method or attribute name: function on(type: "deviceSelected", token: number, callback: Callback\<Array\<ContinuationResult>>): void;|@ohos.continuation.continuationManager.d.ts|
|Added|NA|Class name: continuationManager<br>Method or attribute name: function off(type: "deviceSelected", token: number): void;|@ohos.continuation.continuationManager.d.ts|
|Added|NA|Class name: continuationManager<br>Method or attribute name: function on(type: "deviceUnselected", token: number, callback: Callback\<Array\<ContinuationResult>>): void;|@ohos.continuation.continuationManager.d.ts|
|Added|NA|Class name: continuationManager<br>Method or attribute name: function off(type: "deviceUnselected", token: number): void;|@ohos.continuation.continuationManager.d.ts|
|Added|NA|Module name: AbilityDelegator<br>Class name: AbilityDelegator|AbilityDelegator.d.ts|
|Added|NA|Module name: AbilityDelegator<br>Class name: AbilityDelegator<br>Method or attribute name: addAbilityMonitor(monitor: AbilityMonitor, callback: AsyncCallback\<void>): void;|AbilityDelegator.d.ts|
|Added|NA|Module name: AbilityDelegator<br>Class name: AbilityDelegator<br>Method or attribute name: addAbilityMonitor(monitor: AbilityMonitor): Promise\<void>;|AbilityDelegator.d.ts|
|Added|NA|Module name: AbilityDelegator<br>Class name: AbilityDelegator<br>Method or attribute name: addAbilityStageMonitor(monitor: AbilityStageMonitor, callback: AsyncCallback\<void>): void;|AbilityDelegator.d.ts|
|Added|NA|Module name: AbilityDelegator<br>Class name: AbilityDelegator<br>Method or attribute name: addAbilityStageMonitor(monitor: AbilityStageMonitor): Promise\<void>;|AbilityDelegator.d.ts|
|Added|NA|Module name: AbilityDelegator<br>Class name: AbilityDelegator<br>Method or attribute name: removeAbilityMonitor(monitor: AbilityMonitor, callback: AsyncCallback\<void>): void;|AbilityDelegator.d.ts|
|Added|NA|Module name: AbilityDelegator<br>Class name: AbilityDelegator<br>Method or attribute name: removeAbilityMonitor(monitor: AbilityMonitor): Promise\<void>;|AbilityDelegator.d.ts|
|Added|NA|Module name: AbilityDelegator<br>Class name: AbilityDelegator<br>Method or attribute name: removeAbilityStageMonitor(monitor: AbilityStageMonitor, callback: AsyncCallback\<void>): void;|AbilityDelegator.d.ts|
|Added|NA|Module name: AbilityDelegator<br>Class name: AbilityDelegator<br>Method or attribute name: removeAbilityStageMonitor(monitor: AbilityStageMonitor): Promise\<void>;|AbilityDelegator.d.ts|
|Added|NA|Module name: AbilityDelegator<br>Class name: AbilityDelegator<br>Method or attribute name: waitAbilityMonitor(monitor: AbilityMonitor, callback: AsyncCallback\<UIAbility>): void;|AbilityDelegator.d.ts|
|Added|NA|Module name: AbilityDelegator<br>Class name: AbilityDelegator<br>Method or attribute name: waitAbilityMonitor(monitor: AbilityMonitor, timeout: number, callback: AsyncCallback\<UIAbility>): void;|AbilityDelegator.d.ts|
|Added|NA|Module name: AbilityDelegator<br>Class name: AbilityDelegator<br>Method or attribute name: waitAbilityMonitor(monitor: AbilityMonitor, timeout?: number): Promise\<UIAbility>;|AbilityDelegator.d.ts|
|Added|NA|Module name: AbilityDelegator<br>Class name: AbilityDelegator<br>Method or attribute name: waitAbilityStageMonitor(monitor: AbilityStageMonitor, callback: AsyncCallback\<AbilityStage>): void;|AbilityDelegator.d.ts|
|Added|NA|Module name: AbilityDelegator<br>Class name: AbilityDelegator<br>Method or attribute name: waitAbilityStageMonitor(monitor: AbilityStageMonitor, timeout: number, callback: AsyncCallback\<AbilityStage>): void;|AbilityDelegator.d.ts|
|Added|NA|Module name: AbilityDelegator<br>Class name: AbilityDelegator<br>Method or attribute name: waitAbilityStageMonitor(monitor: AbilityStageMonitor, timeout?: number): Promise\<AbilityStage>;|AbilityDelegator.d.ts|
|Added|NA|Module name: AbilityDelegator<br>Class name: AbilityDelegator<br>Method or attribute name: getAppContext(): Context;|AbilityDelegator.d.ts|
|Added|NA|Module name: AbilityDelegator<br>Class name: AbilityDelegator<br>Method or attribute name: getAbilityState(ability: UIAbility): number;|AbilityDelegator.d.ts|
|Added|NA|Module name: AbilityDelegator<br>Class name: AbilityDelegator<br>Method or attribute name: getCurrentTopAbility(callback: AsyncCallback\<UIAbility>): void;|AbilityDelegator.d.ts|
|Added|NA|Module name: AbilityDelegator<br>Class name: AbilityDelegator<br>Method or attribute name: getCurrentTopAbility(): Promise\<UIAbility>|AbilityDelegator.d.ts|
|Added|NA|Module name: AbilityDelegator<br>Class name: AbilityDelegator<br>Method or attribute name: startAbility(want: Want, callback: AsyncCallback\<void>): void;|AbilityDelegator.d.ts|
|Added|NA|Module name: AbilityDelegator<br>Class name: AbilityDelegator<br>Method or attribute name: startAbility(want: Want): Promise\<void>;|AbilityDelegator.d.ts|
|Added|NA|Module name: AbilityDelegator<br>Class name: AbilityDelegator<br>Method or attribute name: doAbilityForeground(ability: UIAbility, callback: AsyncCallback\<void>): void;|AbilityDelegator.d.ts|
|Added|NA|Module name: AbilityDelegator<br>Class name: AbilityDelegator<br>Method or attribute name: doAbilityForeground(ability: UIAbility): Promise\<void>;|AbilityDelegator.d.ts|
|Added|NA|Module name: AbilityDelegator<br>Class name: AbilityDelegator<br>Method or attribute name: doAbilityBackground(ability: UIAbility, callback: AsyncCallback\<void>): void;|AbilityDelegator.d.ts|
|Added|NA|Module name: AbilityDelegator<br>Class name: AbilityDelegator<br>Method or attribute name: doAbilityBackground(ability: UIAbility): Promise\<void>;|AbilityDelegator.d.ts|
|Added|NA|Module name: AbilityDelegator<br>Class name: AbilityDelegator<br>Method or attribute name: print(msg: string, callback: AsyncCallback\<void>): void;|AbilityDelegator.d.ts|
|Added|NA|Module name: AbilityDelegator<br>Class name: AbilityDelegator<br>Method or attribute name: print(msg: string): Promise\<void>;|AbilityDelegator.d.ts|
|Added|NA|Module name: AbilityDelegator<br>Class name: AbilityDelegator<br>Method or attribute name: printSync(msg: string): void;|AbilityDelegator.d.ts|
|Added|NA|Module name: AbilityDelegator<br>Class name: AbilityDelegator<br>Method or attribute name: executeShellCommand(cmd: string, callback: AsyncCallback\<ShellCmdResult>): void;|AbilityDelegator.d.ts|
|Added|NA|Module name: AbilityDelegator<br>Class name: AbilityDelegator<br>Method or attribute name: executeShellCommand(cmd: string, timeoutSecs: number, callback: AsyncCallback\<ShellCmdResult>): void;|AbilityDelegator.d.ts|
|Added|NA|Module name: AbilityDelegator<br>Class name: AbilityDelegator<br>Method or attribute name: executeShellCommand(cmd: string, timeoutSecs?: number): Promise\<ShellCmdResult>;|AbilityDelegator.d.ts|
|Added|NA|Module name: AbilityDelegator<br>Class name: AbilityDelegator<br>Method or attribute name: finishTest(msg: string, code: number, callback: AsyncCallback\<void>): void;|AbilityDelegator.d.ts|
|Added|NA|Module name: AbilityDelegator<br>Class name: AbilityDelegator<br>Method or attribute name: finishTest(msg: string, code: number): Promise\<void>;|AbilityDelegator.d.ts|
|Added|NA|Module name: AbilityMonitor<br>Class name: AbilityMonitor|AbilityMonitor.d.ts|
|Added|NA|Module name: AbilityMonitor<br>Class name: AbilityMonitor<br>Method or attribute name: abilityName: string;|AbilityMonitor.d.ts|
|Added|NA|Module name: AbilityMonitor<br>Class name: AbilityMonitor<br>Method or attribute name: moduleName?: string;|AbilityMonitor.d.ts|
|Added|NA|Module name: AbilityMonitor<br>Class name: AbilityMonitor<br>Method or attribute name: onAbilityCreate?:(ability: UIAbility) => void;|AbilityMonitor.d.ts|
|Added|NA|Module name: AbilityMonitor<br>Class name: AbilityMonitor<br>Method or attribute name: onAbilityForeground?:(ability: UIAbility) => void;|AbilityMonitor.d.ts|
|Added|NA|Module name: AbilityMonitor<br>Class name: AbilityMonitor<br>Method or attribute name: onAbilityBackground?:(ability: UIAbility) => void;|AbilityMonitor.d.ts|
|Added|NA|Module name: AbilityMonitor<br>Class name: AbilityMonitor<br>Method or attribute name: onAbilityDestroy?:(ability: UIAbility) => void;|AbilityMonitor.d.ts|
|Added|NA|Module name: AbilityMonitor<br>Class name: AbilityMonitor<br>Method or attribute name: onWindowStageCreate?:(ability: UIAbility) => void;|AbilityMonitor.d.ts|
|Added|NA|Module name: AbilityMonitor<br>Class name: AbilityMonitor<br>Method or attribute name: onWindowStageRestore?:(ability: UIAbility) => void;|AbilityMonitor.d.ts|
|Added|NA|Module name: AbilityMonitor<br>Class name: AbilityMonitor<br>Method or attribute name: onWindowStageDestroy?:(ability: UIAbility) => void;|AbilityMonitor.d.ts|
|Added|NA|Module name: AbilityStageMonitor<br>Class name: AbilityStageMonitor|AbilityStageMonitor.d.ts|
|Added|NA|Module name: AbilityStageMonitor<br>Class name: AbilityStageMonitor<br>Method or attribute name: moduleName: string;|AbilityStageMonitor.d.ts|
|Added|NA|Module name: AbilityStageMonitor<br>Class name: AbilityStageMonitor<br>Method or attribute name: srcEntrance: string;|AbilityStageMonitor.d.ts|
|Added|NA|Class name: ApplicationContext<br>Method or attribute name: getRunningProcessInformation(): Promise\<Array\<ProcessInformation>>;|ApplicationContext.d.ts|
|Added|NA|Class name: ApplicationContext<br>Method or attribute name: getRunningProcessInformation(callback: AsyncCallback\<Array\<ProcessInformation>>): void;|ApplicationContext.d.ts|
|Added|NA|Class name: ApplicationContext<br>Method or attribute name: killAllProcesses(): Promise\<void>;|ApplicationContext.d.ts|
|Added|NA|Class name: ApplicationContext<br>Method or attribute name: killAllProcesses(callback: AsyncCallback\<void>);|ApplicationContext.d.ts|
|Added|NA|Class name: Context<br>Method or attribute name: area: contextConstant.AreaMode;|Context.d.ts|
|Added|NA|Module name: ProcessInformation<br>Class name: ProcessInformation|ProcessInformation.d.ts|
|Added|NA|Module name: ProcessInformation<br>Class name: ProcessInformation<br>Method or attribute name: pid: number;|ProcessInformation.d.ts|
|Added|NA|Module name: ProcessInformation<br>Class name: ProcessInformation<br>Method or attribute name: uid: number;|ProcessInformation.d.ts|
|Added|NA|Module name: ProcessInformation<br>Class name: ProcessInformation<br>Method or attribute name: processName: string;|ProcessInformation.d.ts|
|Added|NA|Module name: ProcessInformation<br>Class name: ProcessInformation<br>Method or attribute name: bundleNames: Array\<string>;|ProcessInformation.d.ts|
|Added|NA|Class name: ServiceExtensionContext<br>Method or attribute name: startRecentAbility(want: Want, callback: AsyncCallback\<void>): void;|ServiceExtensionContext.d.ts|
|Added|NA|Class name: ServiceExtensionContext<br>Method or attribute name: startRecentAbility(want: Want, options: StartOptions, callback: AsyncCallback\<void>): void;|ServiceExtensionContext.d.ts|
|Added|NA|Class name: ServiceExtensionContext<br>Method or attribute name: startRecentAbility(want: Want, options?: StartOptions): Promise\<void>;|ServiceExtensionContext.d.ts|
|Added|NA|Class name: UIAbilityContext<br>Method or attribute name: startRecentAbility(want: Want, callback: AsyncCallback\<void>): void;|UIAbilityContext.d.ts|
|Added|NA|Class name: UIAbilityContext<br>Method or attribute name: startRecentAbility(want: Want, options: StartOptions, callback: AsyncCallback\<void>): void;|UIAbilityContext.d.ts|
|Added|NA|Class name: UIAbilityContext<br>Method or attribute name: startRecentAbility(want: Want, options?: StartOptions): Promise\<void>;|UIAbilityContext.d.ts|
|Added|NA|Class name: UIAbilityContext<br>Method or attribute name: requestDialogService(want: Want, result: AsyncCallback\<dialogRequest.RequestResult>): void;|UIAbilityContext.d.ts|
|Added|NA|Class name: UIAbilityContext<br>Method or attribute name: requestDialogService(want: Want): Promise\<dialogRequest.RequestResult>;|UIAbilityContext.d.ts|
|Deleted|Module name: ohos.ability.wantConstant<br>Class name: Action<br>Method or attribute name: ACTION_APP_ACCOUNT_AUTH = "ohos.appAccount.action.auth"|NA|@ohos.ability.wantConstant.d.ts|
|Deleted|Module name: ohos.ability.wantConstant<br>Class name: Action<br>Method or attribute name: ACTION_MARKET_DOWNLOAD = "ohos.want.action.marketDownload"|NA|@ohos.ability.wantConstant.d.ts|
|Deleted|Module name: ohos.ability.wantConstant<br>Class name: Action<br>Method or attribute name: ACTION_MARKET_CROWDTEST = "ohos.want.action.marketCrowdTest"|NA|@ohos.ability.wantConstant.d.ts|
|Deleted|Module name: ohos.ability.wantConstant<br>Class name: Action<br>Method or attribute name: DLP_PARAMS_SANDBOX = "ohos.dlp.params.sandbox"|NA|@ohos.ability.wantConstant.d.ts|
|Deleted|Module name: ohos.ability.wantConstant<br>Class name: Action<br>Method or attribute name: DLP_PARAMS_BUNDLE_NAME = "ohos.dlp.params.bundleName"|NA|@ohos.ability.wantConstant.d.ts|
|Deleted|Module name: ohos.ability.wantConstant<br>Class name: Action<br>Method or attribute name: DLP_PARAMS_MODULE_NAME = "ohos.dlp.params.moduleName"|NA|@ohos.ability.wantConstant.d.ts|
|Deleted|Module name: ohos.ability.wantConstant<br>Class name: Action<br>Method or attribute name: DLP_PARAMS_ABILITY_NAME = "ohos.dlp.params.abilityName"|NA|@ohos.ability.wantConstant.d.ts|
|Deleted|Module name: ohos.ability.wantConstant<br>Class name: Action<br>Method or attribute name: DLP_PARAMS_INDEX = "ohos.dlp.params.index"|NA|@ohos.ability.wantConstant.d.ts|
|Deleted|Module name: ohos.app.ability.appManager<br>Class name: appManager<br>Method or attribute name: function getProcessRunningInformation(): Promise\<Array\<ProcessRunningInformation>>;|NA|@ohos.app.ability.appManager.d.ts|
|Deleted|Module name: ohos.app.ability.appManager<br>Class name: appManager<br>Method or attribute name: function getProcessRunningInformation(callback: AsyncCallback\<Array\<ProcessRunningInformation>>): void;|NA|@ohos.app.ability.appManager.d.ts|
|Deleted|Module name: ohos.app.ability.appRecovery<br>Class name: RestartFlag<br>Method or attribute name: CPP_CRASH_NO_RESTART = 0x0001|NA|@ohos.app.ability.appRecovery.d.ts|
|Deleted|Module name: ohos.app.ability.appRecovery<br>Class name: RestartFlag<br>Method or attribute name: JS_CRASH_NO_RESTART = 0x0002|NA|@ohos.app.ability.appRecovery.d.ts|
|Deleted|Module name: ohos.app.ability.appRecovery<br>Class name: RestartFlag<br>Method or attribute name: APP_FREEZE_NO_RESTART = 0x0004|NA|@ohos.app.ability.appRecovery.d.ts|
|Deleted|Module name: ohos.app.ability.common<br>Class name: AreaMode|NA|@ohos.app.ability.common.d.ts|
|Deleted|Module name: ohos.app.ability.common<br>Class name: AreaMode<br>Method or attribute name: EL1 = 0|NA|@ohos.app.ability.common.d.ts|
|Deleted|Module name: ohos.app.ability.common<br>Class name: AreaMode<br>Method or attribute name: EL2 = 1|NA|@ohos.app.ability.common.d.ts|
|Deleted|Module name: ohos.app.ability.wantConstant<br>Class name: Action|NA|@ohos.app.ability.wantConstant.d.ts|
|Deleted|Module name: ohos.app.ability.wantConstant<br>Class name: Action<br>Method or attribute name: ACTION_HOME = "ohos.want.action.home"|NA|@ohos.app.ability.wantConstant.d.ts|
|Deleted|Module name: ohos.app.ability.wantConstant<br>Class name: Action<br>Method or attribute name: ACTION_DIAL = "ohos.want.action.dial"|NA|@ohos.app.ability.wantConstant.d.ts|
|Deleted|Module name: ohos.app.ability.wantConstant<br>Class name: Action<br>Method or attribute name: ACTION_SEARCH = "ohos.want.action.search"|NA|@ohos.app.ability.wantConstant.d.ts|
|Deleted|Module name: ohos.app.ability.wantConstant<br>Class name: Action<br>Method or attribute name: ACTION_WIRELESS_SETTINGS = "ohos.settings.wireless"|NA|@ohos.app.ability.wantConstant.d.ts|
|Deleted|Module name: ohos.app.ability.wantConstant<br>Class name: Action<br>Method or attribute name: ACTION_MANAGE_APPLICATIONS_SETTINGS = "ohos.settings.manage.applications"|NA|@ohos.app.ability.wantConstant.d.ts|
|Deleted|Module name: ohos.app.ability.wantConstant<br>Class name: Action<br>Method or attribute name: ACTION_APPLICATION_DETAILS_SETTINGS = "ohos.settings.application.details"|NA|@ohos.app.ability.wantConstant.d.ts|
|Deleted|Module name: ohos.app.ability.wantConstant<br>Class name: Action<br>Method or attribute name: ACTION_SET_ALARM = "ohos.want.action.setAlarm"|NA|@ohos.app.ability.wantConstant.d.ts|
|Deleted|Module name: ohos.app.ability.wantConstant<br>Class name: Action<br>Method or attribute name: ACTION_SHOW_ALARMS = "ohos.want.action.showAlarms"|NA|@ohos.app.ability.wantConstant.d.ts|
|Deleted|Module name: ohos.app.ability.wantConstant<br>Class name: Action<br>Method or attribute name: ACTION_SNOOZE_ALARM = "ohos.want.action.snoozeAlarm"|NA|@ohos.app.ability.wantConstant.d.ts|
|Deleted|Module name: ohos.app.ability.wantConstant<br>Class name: Action<br>Method or attribute name: ACTION_DISMISS_ALARM = "ohos.want.action.dismissAlarm"|NA|@ohos.app.ability.wantConstant.d.ts|
|Deleted|Module name: ohos.app.ability.wantConstant<br>Class name: Action<br>Method or attribute name: ACTION_DISMISS_TIMER = "ohos.want.action.dismissTimer"|NA|@ohos.app.ability.wantConstant.d.ts|
|Deleted|Module name: ohos.app.ability.wantConstant<br>Class name: Action<br>Method or attribute name: ACTION_SEND_SMS = "ohos.want.action.sendSms"|NA|@ohos.app.ability.wantConstant.d.ts|
|Deleted|Module name: ohos.app.ability.wantConstant<br>Class name: Action<br>Method or attribute name: ACTION_CHOOSE = "ohos.want.action.choose"|NA|@ohos.app.ability.wantConstant.d.ts|
|Deleted|Module name: ohos.app.ability.wantConstant<br>Class name: Action<br>Method or attribute name: ACTION_IMAGE_CAPTURE = "ohos.want.action.imageCapture"|NA|@ohos.app.ability.wantConstant.d.ts|
|Deleted|Module name: ohos.app.ability.wantConstant<br>Class name: Action<br>Method or attribute name: ACTION_VIDEO_CAPTURE = "ohos.want.action.videoCapture"|NA|@ohos.app.ability.wantConstant.d.ts|
|Deleted|Module name: ohos.app.ability.wantConstant<br>Class name: Action<br>Method or attribute name: ACTION_SELECT = "ohos.want.action.select"|NA|@ohos.app.ability.wantConstant.d.ts|
|Deleted|Module name: ohos.app.ability.wantConstant<br>Class name: Action<br>Method or attribute name: ACTION_SEND_DATA = "ohos.want.action.sendData"|NA|@ohos.app.ability.wantConstant.d.ts|
|Deleted|Module name: ohos.app.ability.wantConstant<br>Class name: Action<br>Method or attribute name: ACTION_SEND_MULTIPLE_DATA = "ohos.want.action.sendMultipleData"|NA|@ohos.app.ability.wantConstant.d.ts|
|Deleted|Module name: ohos.app.ability.wantConstant<br>Class name: Action<br>Method or attribute name: ACTION_SCAN_MEDIA_FILE = "ohos.want.action.scanMediaFile"|NA|@ohos.app.ability.wantConstant.d.ts|
|Deleted|Module name: ohos.app.ability.wantConstant<br>Class name: Action<br>Method or attribute name: ACTION_VIEW_DATA = "ohos.want.action.viewData"|NA|@ohos.app.ability.wantConstant.d.ts|
|Deleted|Module name: ohos.app.ability.wantConstant<br>Class name: Action<br>Method or attribute name: ACTION_EDIT_DATA = "ohos.want.action.editData"|NA|@ohos.app.ability.wantConstant.d.ts|
|Deleted|Module name: ohos.app.ability.wantConstant<br>Class name: Action<br>Method or attribute name: INTENT_PARAMS_INTENT = "ability.want.params.INTENT"|NA|@ohos.app.ability.wantConstant.d.ts|
|Deleted|Module name: ohos.app.ability.wantConstant<br>Class name: Action<br>Method or attribute name: INTENT_PARAMS_TITLE = "ability.want.params.TITLE"|NA|@ohos.app.ability.wantConstant.d.ts|
|Deleted|Module name: ohos.app.ability.wantConstant<br>Class name: Action<br>Method or attribute name: ACTION_FILE_SELECT = "ohos.action.fileSelect"|NA|@ohos.app.ability.wantConstant.d.ts|
|Deleted|Module name: ohos.app.ability.wantConstant<br>Class name: Action<br>Method or attribute name: PARAMS_STREAM = "ability.params.stream"|NA|@ohos.app.ability.wantConstant.d.ts|
|Deleted|Module name: ohos.app.ability.wantConstant<br>Class name: Action<br>Method or attribute name: ACTION_APP_ACCOUNT_AUTH = "ohos.appAccount.action.auth"|NA|@ohos.app.ability.wantConstant.d.ts|
|Deleted|Module name: ohos.app.ability.wantConstant<br>Class name: Action<br>Method or attribute name: ACTION_MARKET_DOWNLOAD = "ohos.want.action.marketDownload"|NA|@ohos.app.ability.wantConstant.d.ts|
|Deleted|Module name: ohos.app.ability.wantConstant<br>Class name: Action<br>Method or attribute name: ACTION_MARKET_CROWDTEST = "ohos.want.action.marketCrowdTest"|NA|@ohos.app.ability.wantConstant.d.ts|
|Deleted|Module name: ohos.app.ability.wantConstant<br>Class name: Action<br>Method or attribute name: DLP_PARAMS_SANDBOX = "ohos.dlp.params.sandbox"|NA|@ohos.app.ability.wantConstant.d.ts|
|Deleted|Module name: ohos.app.ability.wantConstant<br>Class name: Action<br>Method or attribute name: DLP_PARAMS_BUNDLE_NAME = "ohos.dlp.params.bundleName"|NA|@ohos.app.ability.wantConstant.d.ts|
|Deleted|Module name: ohos.app.ability.wantConstant<br>Class name: Action<br>Method or attribute name: DLP_PARAMS_MODULE_NAME = "ohos.dlp.params.moduleName"|NA|@ohos.app.ability.wantConstant.d.ts|
|Deleted|Module name: ohos.app.ability.wantConstant<br>Class name: Action<br>Method or attribute name: DLP_PARAMS_ABILITY_NAME = "ohos.dlp.params.abilityName"|NA|@ohos.app.ability.wantConstant.d.ts|
|Deleted|Module name: ohos.app.ability.wantConstant<br>Class name: Action<br>Method or attribute name: DLP_PARAMS_INDEX = "ohos.dlp.params.index"|NA|@ohos.app.ability.wantConstant.d.ts|
|Deleted|Module name: ohos.app.ability.wantConstant<br>Class name: Entity|NA|@ohos.app.ability.wantConstant.d.ts|
|Deleted|Module name: ohos.app.ability.wantConstant<br>Class name: Entity<br>Method or attribute name: ENTITY_DEFAULT = "entity.system.default"|NA|@ohos.app.ability.wantConstant.d.ts|
|Deleted|Module name: ohos.app.ability.wantConstant<br>Class name: Entity<br>Method or attribute name: ENTITY_HOME = "entity.system.home"|NA|@ohos.app.ability.wantConstant.d.ts|
|Deleted|Module name: ohos.app.ability.wantConstant<br>Class name: Entity<br>Method or attribute name: ENTITY_VOICE = "entity.system.voice"|NA|@ohos.app.ability.wantConstant.d.ts|
|Deleted|Module name: ohos.app.ability.wantConstant<br>Class name: Entity<br>Method or attribute name: ENTITY_BROWSABLE = "entity.system.browsable"|NA|@ohos.app.ability.wantConstant.d.ts|
|Deleted|Module name: ohos.app.ability.wantConstant<br>Class name: Entity<br>Method or attribute name: ENTITY_VIDEO = "entity.system.video"|NA|@ohos.app.ability.wantConstant.d.ts|
|Deleted|Module name: ohos.app.ability.wantConstant<br>Class name: Flags<br>Method or attribute name: FLAG_ABILITY_FORWARD_RESULT = 0x00000004|NA|@ohos.app.ability.wantConstant.d.ts|
|Deleted|Module name: ohos.app.ability.wantConstant<br>Class name: Flags<br>Method or attribute name: FLAG_ABILITY_CONTINUATION = 0x00000008|NA|@ohos.app.ability.wantConstant.d.ts|
|Deleted|Module name: ohos.app.ability.wantConstant<br>Class name: Flags<br>Method or attribute name: FLAG_NOT_OHOS_COMPONENT = 0x00000010|NA|@ohos.app.ability.wantConstant.d.ts|
|Deleted|Module name: ohos.app.ability.wantConstant<br>Class name: Flags<br>Method or attribute name: FLAG_ABILITY_FORM_ENABLED = 0x00000020|NA|@ohos.app.ability.wantConstant.d.ts|
|Deleted|Module name: ohos.app.ability.wantConstant<br>Class name: Flags<br>Method or attribute name: FLAG_AUTH_PERSISTABLE_URI_PERMISSION = 0x00000040|NA|@ohos.app.ability.wantConstant.d.ts|
|Deleted|Module name: ohos.app.ability.wantConstant<br>Class name: Flags<br>Method or attribute name: FLAG_AUTH_PREFIX_URI_PERMISSION = 0x00000080|NA|@ohos.app.ability.wantConstant.d.ts|
|Deleted|Module name: ohos.app.ability.wantConstant<br>Class name: Flags<br>Method or attribute name: FLAG_ABILITYSLICE_MULTI_DEVICE = 0x00000100|NA|@ohos.app.ability.wantConstant.d.ts|
|Deleted|Module name: ohos.app.ability.wantConstant<br>Class name: Flags<br>Method or attribute name: FLAG_START_FOREGROUND_ABILITY = 0x00000200|NA|@ohos.app.ability.wantConstant.d.ts|
|Deleted|Module name: ohos.app.ability.wantConstant<br>Class name: Flags<br>Method or attribute name: FLAG_ABILITY_CONTINUATION_REVERSIBLE = 0x00000400|NA|@ohos.app.ability.wantConstant.d.ts|
|Deleted|Module name: ohos.app.ability.wantConstant<br>Class name: Flags<br>Method or attribute name: FLAG_INSTALL_WITH_BACKGROUND_MODE = 0x80000000|NA|@ohos.app.ability.wantConstant.d.ts|
|Deleted|Module name: ohos.app.ability.wantConstant<br>Class name: Flags<br>Method or attribute name: FLAG_ABILITY_CLEAR_MISSION = 0x00008000|NA|@ohos.app.ability.wantConstant.d.ts|
|Deleted|Module name: ohos.app.ability.wantConstant<br>Class name: Flags<br>Method or attribute name: FLAG_ABILITY_NEW_MISSION = 0x10000000|NA|@ohos.app.ability.wantConstant.d.ts|
|Deleted|Module name: ohos.app.ability.wantConstant<br>Class name: Flags<br>Method or attribute name: FLAG_ABILITY_MISSION_TOP = 0x20000000|NA|@ohos.app.ability.wantConstant.d.ts|
|Deleted|Module name: ohos.app.form.formInfo<br>Class name: FormInfo<br>Method or attribute name: relatedBundleName: string;|NA|@ohos.app.form.formInfo.d.ts|
|Deleted|Module name: ohos.continuation.continuationManager<br>Class name: continuationManager<br>Method or attribute name: function on(type: "deviceConnect", token: number, callback: Callback\<Array\<ContinuationResult>>): void;|NA|@ohos.continuation.continuationManager.d.ts|
|Deleted|Module name: ohos.continuation.continuationManager<br>Class name: continuationManager<br>Method or attribute name: function off(type: "deviceConnect", token: number): void;|NA|@ohos.continuation.continuationManager.d.ts|
|Deleted|Module name: ohos.continuation.continuationManager<br>Class name: continuationManager<br>Method or attribute name: function on(type: "deviceDisconnect", token: number, callback: Callback\<Array\<string>>): void;|NA|@ohos.continuation.continuationManager.d.ts|
|Deleted|Module name: ohos.continuation.continuationManager<br>Class name: continuationManager<br>Method or attribute name: function off(type: "deviceDisconnect", token: number): void;|NA|@ohos.continuation.continuationManager.d.ts|
|Deleted|Module name: abilityDelegator<br>Class name: AbilityDelegator|NA|abilityDelegator.d.ts|
|Deleted|Module name: abilityDelegator<br>Class name: AbilityDelegator<br>Method or attribute name: addAbilityMonitor(monitor: AbilityMonitor, callback: AsyncCallback\<void>): void;|NA|abilityDelegator.d.ts|
|Deleted|Module name: abilityDelegator<br>Class name: AbilityDelegator<br>Method or attribute name: addAbilityMonitor(monitor: AbilityMonitor): Promise\<void>;|NA|abilityDelegator.d.ts|
|Deleted|Module name: abilityDelegator<br>Class name: AbilityDelegator<br>Method or attribute name: addAbilityStageMonitor(monitor: AbilityStageMonitor, callback: AsyncCallback\<void>): void;|NA|abilityDelegator.d.ts|
|Deleted|Module name: abilityDelegator<br>Class name: AbilityDelegator<br>Method or attribute name: addAbilityStageMonitor(monitor: AbilityStageMonitor): Promise\<void>;|NA|abilityDelegator.d.ts|
|Deleted|Module name: abilityDelegator<br>Class name: AbilityDelegator<br>Method or attribute name: removeAbilityMonitor(monitor: AbilityMonitor, callback: AsyncCallback\<void>): void;|NA|abilityDelegator.d.ts|
|Deleted|Module name: abilityDelegator<br>Class name: AbilityDelegator<br>Method or attribute name: removeAbilityMonitor(monitor: AbilityMonitor): Promise\<void>;|NA|abilityDelegator.d.ts|
|Deleted|Module name: abilityDelegator<br>Class name: AbilityDelegator<br>Method or attribute name: removeAbilityStageMonitor(monitor: AbilityStageMonitor, callback: AsyncCallback\<void>): void;|NA|abilityDelegator.d.ts|
|Deleted|Module name: abilityDelegator<br>Class name: AbilityDelegator<br>Method or attribute name: removeAbilityStageMonitor(monitor: AbilityStageMonitor): Promise\<void>;|NA|abilityDelegator.d.ts|
|Deleted|Module name: abilityDelegator<br>Class name: AbilityDelegator<br>Method or attribute name: waitAbilityMonitor(monitor: AbilityMonitor, callback: AsyncCallback\<UIAbility>): void;|NA|abilityDelegator.d.ts|
|Deleted|Module name: abilityDelegator<br>Class name: AbilityDelegator<br>Method or attribute name: waitAbilityMonitor(monitor: AbilityMonitor, timeout: number, callback: AsyncCallback\<UIAbility>): void;|NA|abilityDelegator.d.ts|
|Deleted|Module name: abilityDelegator<br>Class name: AbilityDelegator<br>Method or attribute name: waitAbilityMonitor(monitor: AbilityMonitor, timeout?: number): Promise\<UIAbility>;|NA|abilityDelegator.d.ts|
|Deleted|Module name: abilityDelegator<br>Class name: AbilityDelegator<br>Method or attribute name: waitAbilityStageMonitor(monitor: AbilityStageMonitor, callback: AsyncCallback\<AbilityStage>): void;|NA|abilityDelegator.d.ts|
|Deleted|Module name: abilityDelegator<br>Class name: AbilityDelegator<br>Method or attribute name: waitAbilityStageMonitor(monitor: AbilityStageMonitor, timeout: number, callback: AsyncCallback\<AbilityStage>): void;|NA|abilityDelegator.d.ts|
|Deleted|Module name: abilityDelegator<br>Class name: AbilityDelegator<br>Method or attribute name: waitAbilityStageMonitor(monitor: AbilityStageMonitor, timeout?: number): Promise\<AbilityStage>;|NA|abilityDelegator.d.ts|
|Deleted|Module name: abilityDelegator<br>Class name: AbilityDelegator<br>Method or attribute name: getAppContext(): Context;|NA|abilityDelegator.d.ts|
|Deleted|Module name: abilityDelegator<br>Class name: AbilityDelegator<br>Method or attribute name: getAbilityState(ability: UIAbility): number;|NA|abilityDelegator.d.ts|
|Deleted|Module name: abilityDelegator<br>Class name: AbilityDelegator<br>Method or attribute name: getCurrentTopAbility(callback: AsyncCallback\<UIAbility>): void;|NA|abilityDelegator.d.ts|
|Deleted|Module name: abilityDelegator<br>Class name: AbilityDelegator<br>Method or attribute name: getCurrentTopAbility(): Promise\<UIAbility>|NA|abilityDelegator.d.ts|
|Deleted|Module name: abilityDelegator<br>Class name: AbilityDelegator<br>Method or attribute name: startAbility(want: Want, callback: AsyncCallback\<void>): void;|NA|abilityDelegator.d.ts|
|Deleted|Module name: abilityDelegator<br>Class name: AbilityDelegator<br>Method or attribute name: startAbility(want: Want): Promise\<void>;|NA|abilityDelegator.d.ts|
|Deleted|Module name: abilityDelegator<br>Class name: AbilityDelegator<br>Method or attribute name: doAbilityForeground(ability: UIAbility, callback: AsyncCallback\<void>): void;|NA|abilityDelegator.d.ts|
|Deleted|Module name: abilityDelegator<br>Class name: AbilityDelegator<br>Method or attribute name: doAbilityForeground(ability: UIAbility): Promise\<void>;|NA|abilityDelegator.d.ts|
|Deleted|Module name: abilityDelegator<br>Class name: AbilityDelegator<br>Method or attribute name: doAbilityBackground(ability: UIAbility, callback: AsyncCallback\<void>): void;|NA|abilityDelegator.d.ts|
|Deleted|Module name: abilityDelegator<br>Class name: AbilityDelegator<br>Method or attribute name: doAbilityBackground(ability: UIAbility): Promise\<void>;|NA|abilityDelegator.d.ts|
|Deleted|Module name: abilityDelegator<br>Class name: AbilityDelegator<br>Method or attribute name: print(msg: string, callback: AsyncCallback\<void>): void;|NA|abilityDelegator.d.ts|
|Deleted|Module name: abilityDelegator<br>Class name: AbilityDelegator<br>Method or attribute name: print(msg: string): Promise\<void>;|NA|abilityDelegator.d.ts|
|Deleted|Module name: abilityDelegator<br>Class name: AbilityDelegator<br>Method or attribute name: printSync(msg: string): void;|NA|abilityDelegator.d.ts|
|Deleted|Module name: abilityDelegator<br>Class name: AbilityDelegator<br>Method or attribute name: executeShellCommand(cmd: string, callback: AsyncCallback\<ShellCmdResult>): void;|NA|abilityDelegator.d.ts|
|Deleted|Module name: abilityDelegator<br>Class name: AbilityDelegator<br>Method or attribute name: executeShellCommand(cmd: string, timeoutSecs: number, callback: AsyncCallback\<ShellCmdResult>): void;|NA|abilityDelegator.d.ts|
|Deleted|Module name: abilityDelegator<br>Class name: AbilityDelegator<br>Method or attribute name: executeShellCommand(cmd: string, timeoutSecs?: number): Promise\<ShellCmdResult>;|NA|abilityDelegator.d.ts|
|Deleted|Module name: abilityDelegator<br>Class name: AbilityDelegator<br>Method or attribute name: finishTest(msg: string, code: number, callback: AsyncCallback\<void>): void;|NA|abilityDelegator.d.ts|
|Deleted|Module name: abilityDelegator<br>Class name: AbilityDelegator<br>Method or attribute name: finishTest(msg: string, code: number): Promise\<void>;|NA|abilityDelegator.d.ts|
|Deleted|Module name: abilityMonitor<br>Class name: AbilityMonitor|NA|abilityMonitor.d.ts|
|Deleted|Module name: abilityMonitor<br>Class name: AbilityMonitor<br>Method or attribute name: abilityName: string;|NA|abilityMonitor.d.ts|
|Deleted|Module name: abilityMonitor<br>Class name: AbilityMonitor<br>Method or attribute name: moduleName?: string;|NA|abilityMonitor.d.ts|
|Deleted|Module name: abilityMonitor<br>Class name: AbilityMonitor<br>Method or attribute name: onAbilityCreate?:(ability: UIAbility) => void;|NA|abilityMonitor.d.ts|
|Deleted|Module name: abilityMonitor<br>Class name: AbilityMonitor<br>Method or attribute name: onAbilityForeground?:(ability: UIAbility) => void;|NA|abilityMonitor.d.ts|
|Deleted|Module name: abilityMonitor<br>Class name: AbilityMonitor<br>Method or attribute name: onAbilityBackground?:(ability: UIAbility) => void;|NA|abilityMonitor.d.ts|
|Deleted|Module name: abilityMonitor<br>Class name: AbilityMonitor<br>Method or attribute name: onAbilityDestroy?:(ability: UIAbility) => void;|NA|abilityMonitor.d.ts|
|Deleted|Module name: abilityMonitor<br>Class name: AbilityMonitor<br>Method or attribute name: onWindowStageCreate?:(ability: UIAbility) => void;|NA|abilityMonitor.d.ts|
|Deleted|Module name: abilityMonitor<br>Class name: AbilityMonitor<br>Method or attribute name: onWindowStageRestore?:(ability: UIAbility) => void;|NA|abilityMonitor.d.ts|
|Deleted|Module name: abilityMonitor<br>Class name: AbilityMonitor<br>Method or attribute name: onWindowStageDestroy?:(ability: UIAbility) => void;|NA|abilityMonitor.d.ts|
|Deleted|Module name: abilityStageMonitor<br>Class name: AbilityStageMonitor|NA|abilityStageMonitor.d.ts|
|Deleted|Module name: abilityStageMonitor<br>Class name: AbilityStageMonitor<br>Method or attribute name: moduleName: string;|NA|abilityStageMonitor.d.ts|
|Deleted|Module name: abilityStageMonitor<br>Class name: AbilityStageMonitor<br>Method or attribute name: srcEntrance: string;|NA|abilityStageMonitor.d.ts|
|Deleted|Module name: ApplicationContext<br>Class name: ApplicationContext<br>Method or attribute name: getProcessRunningInformation(): Promise\<Array\<ProcessRunningInformation>>;|NA|ApplicationContext.d.ts|
|Deleted|Module name: ApplicationContext<br>Class name: ApplicationContext<br>Method or attribute name: getProcessRunningInformation(callback: AsyncCallback\<Array\<ProcessRunningInformation>>): void;|NA|ApplicationContext.d.ts|
|Deleted|Module name: ApplicationContext<br>Class name: ApplicationContext<br>Method or attribute name: killProcessesBySelf(): Promise\<void>;|NA|ApplicationContext.d.ts|
|Deleted|Module name: ApplicationContext<br>Class name: ApplicationContext<br>Method or attribute name: killProcessesBySelf(callback: AsyncCallback\<void>);|NA|ApplicationContext.d.ts|
|Deleted|Module name: Context<br>Class name: AreaMode|NA|Context.d.ts|
|Deleted|Module name: Context<br>Class name: AreaMode<br>Method or attribute name: EL1 = 0|NA|Context.d.ts|
|Deleted|Module name: Context<br>Class name: AreaMode<br>Method or attribute name: EL2 = 1|NA|Context.d.ts|
|Deleted|Module name: ProcessRunningInformation<br>Class name: ProcessRunningInformation|NA|ProcessRunningInformation.d.ts|
|Deleted|Module name: ProcessRunningInformation<br>Class name: ProcessRunningInformation<br>Method or attribute name: pid: number;|NA|ProcessRunningInformation.d.ts|
|Deleted|Module name: ProcessRunningInformation<br>Class name: ProcessRunningInformation<br>Method or attribute name: uid: number;|NA|ProcessRunningInformation.d.ts|
|Deleted|Module name: ProcessRunningInformation<br>Class name: ProcessRunningInformation<br>Method or attribute name: processName: string;|NA|ProcessRunningInformation.d.ts|
|Deleted|Module name: ProcessRunningInformation<br>Class name: ProcessRunningInformation<br>Method or attribute name: bundleNames: Array\<string>;|NA|ProcessRunningInformation.d.ts|
|Access level changed|Class name: WindowMode<br>Access level: public API|Class name: WindowMode<br>Access level: system API|@ohos.app.ability.AbilityConstant.d.ts|
|Access level changed|Class name: StartOptions<br>Method or attribute name: windowMode?: number;<br>Access level: public API|Class name: StartOptions<br>Method or attribute name: windowMode?: number;<br>Access level: system API|@ohos.app.ability.StartOptions.d.ts|
|Access level changed|Class name: ServiceExtensionContext<br>Method or attribute name: startAbility(want: Want, callback: AsyncCallback\<void>): void;<br>Access level: system API|Class name: ServiceExtensionContext<br>Method or attribute name: startAbility(want: Want, callback: AsyncCallback\<void>): void;<br>Access level: public API|ServiceExtensionContext.d.ts|
|Access level changed|Class name: ServiceExtensionContext<br>Method or attribute name: startAbility(want: Want, options: StartOptions, callback: AsyncCallback\<void>): void;<br>Access level: system API|Class name: ServiceExtensionContext<br>Method or attribute name: startAbility(want: Want, options: StartOptions, callback: AsyncCallback\<void>): void;<br>Access level: public API|ServiceExtensionContext.d.ts|
|Access level changed|Class name: ServiceExtensionContext<br>Method or attribute name: startAbility(want: Want, options?: StartOptions): Promise\<void>;<br>Access level: system API|Class name: ServiceExtensionContext<br>Method or attribute name: startAbility(want: Want, options?: StartOptions): Promise\<void>;<br>Access level: public API|ServiceExtensionContext.d.ts|
|Access level changed|Class name: ServiceExtensionContext<br>Method or attribute name: terminateSelf(callback: AsyncCallback\<void>): void;<br>Access level: system API|Class name: ServiceExtensionContext<br>Method or attribute name: terminateSelf(callback: AsyncCallback\<void>): void;<br>Access level: public API|ServiceExtensionContext.d.ts|
|Access level changed|Class name: ServiceExtensionContext<br>Method or attribute name: terminateSelf(): Promise\<void>;<br>Access level: system API|Class name: ServiceExtensionContext<br>Method or attribute name: terminateSelf(): Promise\<void>;<br>Access level: public API|ServiceExtensionContext.d.ts|
|Access level changed|Class name: UIAbilityContext<br>Method or attribute name: startAbilityByCall(want: Want): Promise\<Caller>;<br>Access level: system API|Class name: UIAbilityContext<br>Method or attribute name: startAbilityByCall(want: Want): Promise\<Caller>;<br>Access level: public API|UIAbilityContext.d.ts|
|Permission changed|Class name: distributedMissionManager<br>Method or attribute name: function continueMission(parameter: ContinueDeviceInfo, options: ContinueCallback, callback: AsyncCallback\<void>): void;<br>Permission: ohos.permission.MANAGE_MISSIONS|Class name: distributedMissionManager<br>Method or attribute name: function continueMission(parameter: ContinueDeviceInfo, options: ContinueCallback, callback: AsyncCallback\<void>): void;<br>Permission: ohos.permission.MANAGE_MISSIONS and ohos.permission.DISTRIBUTED_DATASYNC|@ohos.distributedMissionManager.d.ts|
|Permission changed|Class name: distributedMissionManager<br>Method or attribute name: function continueMission(parameter: ContinueDeviceInfo, options: ContinueCallback): Promise\<void>;<br>Permission: ohos.permission.MANAGE_MISSIONS|Class name: distributedMissionManager<br>Method or attribute name: function continueMission(parameter: ContinueDeviceInfo, options: ContinueCallback): Promise\<void>;<br>Permission: ohos.permission.MANAGE_MISSIONS and ohos.permission.DISTRIBUTED_DATASYNC|@ohos.distributedMissionManager.d.ts|
|Permission added|Class name: continuationManager<br>Method or attribute name: function registerContinuation(callback: AsyncCallback\<number>): void;<br>Permission: N/A|Class name: continuationManager<br>Method or attribute name: function registerContinuation(callback: AsyncCallback\<number>): void;<br>Permission: ohos.permission.DISTRIBUTED_DATASYNC|@ohos.continuation.continuationManager.d.ts|
|Permission added|Class name: continuationManager<br>Method or attribute name: function registerContinuation(options: ContinuationExtraParams, callback: AsyncCallback\<number>): void;<br>Permission: N/A|Class name: continuationManager<br>Method or attribute name: function registerContinuation(options: ContinuationExtraParams, callback: AsyncCallback\<number>): void;<br>Permission: ohos.permission.DISTRIBUTED_DATASYNC|@ohos.continuation.continuationManager.d.ts|
|Permission added|Class name: continuationManager<br>Method or attribute name: function registerContinuation(options?: ContinuationExtraParams): Promise\<number>;<br>Permission: N/A|Class name: continuationManager<br>Method or attribute name: function registerContinuation(options?: ContinuationExtraParams): Promise\<number>;<br>Permission: ohos.permission.DISTRIBUTED_DATASYNC|@ohos.continuation.continuationManager.d.ts|
|Permission added|Class name: continuationManager<br>Method or attribute name: function unregisterContinuation(token: number, callback: AsyncCallback\<void>): void;<br>Permission: N/A|Class name: continuationManager<br>Method or attribute name: function unregisterContinuation(token: number, callback: AsyncCallback\<void>): void;<br>Permission: ohos.permission.DISTRIBUTED_DATASYNC|@ohos.continuation.continuationManager.d.ts|
|Permission added|Class name: continuationManager<br>Method or attribute name: function unregisterContinuation(token: number): Promise\<void>;<br>Permission: N/A|Class name: continuationManager<br>Method or attribute name: function unregisterContinuation(token: number): Promise\<void>;<br>Permission: ohos.permission.DISTRIBUTED_DATASYNC|@ohos.continuation.continuationManager.d.ts|
|Permission added|Class name: continuationManager<br>Method or attribute name: function updateContinuationState(token: number, deviceId: string, status: DeviceConnectState, callback: AsyncCallback\<void>): void;<br>Permission: N/A|Class name: continuationManager<br>Method or attribute name: function updateContinuationState(token: number, deviceId: string, status: DeviceConnectState, callback: AsyncCallback\<void>): void;<br>Permission: ohos.permission.DISTRIBUTED_DATASYNC|@ohos.continuation.continuationManager.d.ts|
|Permission added|Class name: continuationManager<br>Method or attribute name: function updateContinuationState(token: number, deviceId: string, status: DeviceConnectState): Promise\<void>;<br>Permission: N/A|Class name: continuationManager<br>Method or attribute name: function updateContinuationState(token: number, deviceId: string, status: DeviceConnectState): Promise\<void>;<br>Permission: ohos.permission.DISTRIBUTED_DATASYNC|@ohos.continuation.continuationManager.d.ts|
|Permission added|Class name: continuationManager<br>Method or attribute name: function startContinuationDeviceManager(token: number, callback: AsyncCallback\<void>): void;<br>Permission: N/A|Class name: continuationManager<br>Method or attribute name: function startContinuationDeviceManager(token: number, callback: AsyncCallback\<void>): void;<br>Permission: ohos.permission.DISTRIBUTED_DATASYNC|@ohos.continuation.continuationManager.d.ts|
|Permission added|Class name: continuationManager<br>Method or attribute name: function startContinuationDeviceManager(token: number, options: ContinuationExtraParams, callback: AsyncCallback\<void>): void;<br>Permission: N/A|Class name: continuationManager<br>Method or attribute name: function startContinuationDeviceManager(token: number, options: ContinuationExtraParams, callback: AsyncCallback\<void>): void;<br>Permission: ohos.permission.DISTRIBUTED_DATASYNC|@ohos.continuation.continuationManager.d.ts|
|Permission added|Class name: continuationManager<br>Method or attribute name: function startContinuationDeviceManager(token: number, options?: ContinuationExtraParams): Promise\<void>;<br>Permission: N/A|Class name: continuationManager<br>Method or attribute name: function startContinuationDeviceManager(token: number, options?: ContinuationExtraParams): Promise\<void>;<br>Permission: ohos.permission.DISTRIBUTED_DATASYNC|@ohos.continuation.continuationManager.d.ts|
|Function changed|Class name: CalleeCallback<br>Method or attribute name: (indata: rpc.MessageParcel): rpc.Sequenceable;<br>|Class name: CalleeCallback<br>Method or attribute name: (indata: rpc.MessageSequence): rpc.Parcelable;<br>|@ohos.app.ability.UIAbility.d.ts|
|Function changed|Class name: Caller<br>Method or attribute name: call(method: string, data: rpc.Sequenceable): Promise\<void>;<br>|Class name: Caller<br>Method or attribute name: call(method: string, data: rpc.Parcelable): Promise\<void>;<br>|@ohos.app.ability.UIAbility.d.ts|
|Function changed|Class name: Caller<br>Method or attribute name: callWithResult(method: string, data: rpc.Sequenceable): Promise\<rpc.MessageParcel>;<br>|Class name: Caller<br>Method or attribute name: callWithResult(method: string, data: rpc.Parcelable): Promise\<rpc.MessageSequence>;<br>|@ohos.app.ability.UIAbility.d.ts|
|Function changed|Class name: UIAbility<br>Method or attribute name: onContinue(wantParam: { [key: string]: any }): AbilityConstant.OnContinueResult;<br>|Class name: UIAbility<br>Method or attribute name: onContinue(wantParam: { [key: string]: Object }): AbilityConstant.OnContinueResult;<br>|@ohos.app.ability.UIAbility.d.ts|
|Function changed|Class name: UIAbility<br>Method or attribute name: onSaveState(reason: AbilityConstant.StateType, wantParam : {[key: string]: any}): AbilityConstant.OnSaveResult;<br>|Class name: UIAbility<br>Method or attribute name: onSaveState(reason: AbilityConstant.StateType, wantParam : {[key: string]: Object}): AbilityConstant.OnSaveResult;<br>|@ohos.app.ability.UIAbility.d.ts|
|Function changed|Class name: FormExtensionAbility<br>Method or attribute name: onShareForm?(formId: string): { [key: string]: any };<br>|Class name: FormExtensionAbility<br>Method or attribute name: onShareForm?(formId: string): { [key: string]: Object };<br>|@ohos.app.form.FormExtensionAbility.d.ts|
| Change Type | Old Version | New Version | d.ts File |
| ---- | ------ | ------ | -------- |
|Added|NA|Class name: Authenticator<br>Method or attribute name: checkAccountRemovable(name: string, callback: AuthCallback): void;|@ohos.account.appAccount.d.ts|
|Added|NA|Class name: AccountManager<br>Method or attribute name: checkOsAccountConstraintEnabled(localId: number, constraint: string, callback: AsyncCallback\<boolean>): void;|@ohos.account.osAccount.d.ts|
|Added|NA|Class name: AccountManager<br>Method or attribute name: checkOsAccountConstraintEnabled(localId: number, constraint: string): Promise\<boolean>;|@ohos.account.osAccount.d.ts|
|Added|NA|Class name: AccountManager<br>Method or attribute name: getOsAccountLocalId(callback: AsyncCallback\<number>): void;|@ohos.account.osAccount.d.ts|
|Added|NA|Class name: AccountManager<br>Method or attribute name: getOsAccountLocalId(): Promise\<number>;|@ohos.account.osAccount.d.ts|
|Added|NA|Class name: AccountManager<br>Method or attribute name: getOsAccountLocalIdForUid(uid: number, callback: AsyncCallback\<number>): void;|@ohos.account.osAccount.d.ts|
|Added|NA|Class name: AccountManager<br>Method or attribute name: getOsAccountLocalIdForUid(uid: number): Promise\<number>;|@ohos.account.osAccount.d.ts|
|Added|NA|Class name: AccountManager<br>Method or attribute name: getOsAccountLocalIdForDomain(domainInfo: DomainAccountInfo, callback: AsyncCallback\<number>): void;|@ohos.account.osAccount.d.ts|
|Added|NA|Class name: AccountManager<br>Method or attribute name: getOsAccountLocalIdForDomain(domainInfo: DomainAccountInfo): Promise\<number>;|@ohos.account.osAccount.d.ts|
|Added|NA|Class name: AccountManager<br>Method or attribute name: getActivatedOsAccountLocalIds(callback: AsyncCallback\<Array\<number>>): void;|@ohos.account.osAccount.d.ts|
|Added|NA|Class name: AccountManager<br>Method or attribute name: getActivatedOsAccountLocalIds(): Promise\<Array\<number>>;|@ohos.account.osAccount.d.ts|
|Added|NA|Class name: AccountManager<br>Method or attribute name: getOsAccountLocalIdForSerialNumber(serialNumber: number, callback: AsyncCallback\<number>): void;|@ohos.account.osAccount.d.ts|
|Added|NA|Class name: AccountManager<br>Method or attribute name: getOsAccountLocalIdForSerialNumber(serialNumber: number): Promise\<number>;|@ohos.account.osAccount.d.ts|
|Added|NA|Class name: AccountManager<br>Method or attribute name: getSerialNumberForOsAccountLocalId(localId: number, callback: AsyncCallback\<number>): void;|@ohos.account.osAccount.d.ts|
|Added|NA|Class name: AccountManager<br>Method or attribute name: getSerialNumberForOsAccountLocalId(localId: number): Promise\<number>;|@ohos.account.osAccount.d.ts|
|Added|NA|Class name: AccountManager<br>Method or attribute name: getBundleIdForUid(uid: number, callback: AsyncCallback\<number>): void;|@ohos.account.osAccount.d.ts|
|Added|NA|Class name: AccountManager<br>Method or attribute name: getBundleIdForUid(uid: number): Promise\<number>;|@ohos.account.osAccount.d.ts|
|Added|NA|Class name: AccountManager<br>Method or attribute name: getOsAccountConstraintSourceTypes(localId: number, constraint: string, callback: AsyncCallback\<Array\<ConstraintSourceTypeInfo>>): void;|@ohos.account.osAccount.d.ts|
|Added|NA|Class name: AccountManager<br>Method or attribute name: getOsAccountConstraintSourceTypes(localId: number, constraint: string): Promise\<Array\<ConstraintSourceTypeInfo>>;|@ohos.account.osAccount.d.ts|
|Deleted|Module name: ohos.account.appAccount<br>Class name: OAuthTokenInfo<br>Method or attribute name: account?: AppAccountInfo;|NA|@ohos.account.appAccount.d.ts|
|Deleted|Module name: ohos.account.appAccount<br>Class name: AuthenticatorCallback<br>Method or attribute name: onRequestContinued?: () => void;|NA|@ohos.account.appAccount.d.ts|
|Deleted|Module name: ohos.account.appAccount<br>Class name: Authenticator<br>Method or attribute name: isAccountRemovable(name: string, callback: AuthCallback): void;|NA|@ohos.account.appAccount.d.ts|
|Deleted|Module name: ohos.account.osAccount<br>Class name: AccountManager<br>Method or attribute name: checkConstraintEnabled(localId: number, constraint: string, callback: AsyncCallback\<boolean>): void;|NA|@ohos.account.osAccount.d.ts|
|Deleted|Module name: ohos.account.osAccount<br>Class name: AccountManager<br>Method or attribute name: checkConstraintEnabled(localId: number, constraint: string): Promise\<boolean>;|NA|@ohos.account.osAccount.d.ts|
|Deleted|Module name: ohos.account.osAccount<br>Class name: AccountManager<br>Method or attribute name: queryOsAccountLocalIdFromProcess(callback: AsyncCallback\<number>): void;|NA|@ohos.account.osAccount.d.ts|
|Deleted|Module name: ohos.account.osAccount<br>Class name: AccountManager<br>Method or attribute name: queryOsAccountLocalIdFromProcess(): Promise\<number>;|NA|@ohos.account.osAccount.d.ts|
|Deleted|Module name: ohos.account.osAccount<br>Class name: AccountManager<br>Method or attribute name: queryOsAccountLocalIdFromUid(uid: number, callback: AsyncCallback\<number>): void;|NA|@ohos.account.osAccount.d.ts|
|Deleted|Module name: ohos.account.osAccount<br>Class name: AccountManager<br>Method or attribute name: queryOsAccountLocalIdFromUid(uid: number): Promise\<number>;|NA|@ohos.account.osAccount.d.ts|
|Deleted|Module name: ohos.account.osAccount<br>Class name: AccountManager<br>Method or attribute name: queryOsAccountLocalIdFromDomain(domainInfo: DomainAccountInfo, callback: AsyncCallback\<number>): void;|NA|@ohos.account.osAccount.d.ts|
|Deleted|Module name: ohos.account.osAccount<br>Class name: AccountManager<br>Method or attribute name: queryOsAccountLocalIdFromDomain(domainInfo: DomainAccountInfo): Promise\<number>;|NA|@ohos.account.osAccount.d.ts|
|Deleted|Module name: ohos.account.osAccount<br>Class name: AccountManager<br>Method or attribute name: getActivatedOsAccountIds(callback: AsyncCallback\<Array\<number>>): void;|NA|@ohos.account.osAccount.d.ts|
|Deleted|Module name: ohos.account.osAccount<br>Class name: AccountManager<br>Method or attribute name: getActivatedOsAccountIds(): Promise\<Array\<number>>;|NA|@ohos.account.osAccount.d.ts|
|Deleted|Module name: ohos.account.osAccount<br>Class name: AccountManager<br>Method or attribute name: queryOsAccountLocalIdBySerialNumber(serialNumber: number, callback: AsyncCallback\<number>): void;|NA|@ohos.account.osAccount.d.ts|
|Deleted|Module name: ohos.account.osAccount<br>Class name: AccountManager<br>Method or attribute name: queryOsAccountLocalIdBySerialNumber(serialNumber: number): Promise\<number>;|NA|@ohos.account.osAccount.d.ts|
|Deleted|Module name: ohos.account.osAccount<br>Class name: AccountManager<br>Method or attribute name: querySerialNumberByOsAccountLocalId(localId: number, callback: AsyncCallback\<number>): void;|NA|@ohos.account.osAccount.d.ts|
|Deleted|Module name: ohos.account.osAccount<br>Class name: AccountManager<br>Method or attribute name: querySerialNumberByOsAccountLocalId(localId: number): Promise\<number>;|NA|@ohos.account.osAccount.d.ts|
|Deleted|Module name: ohos.account.osAccount<br>Class name: AccountManager<br>Method or attribute name: getBundleIdFromUid(uid: number, callback: AsyncCallback\<number>): void;|NA|@ohos.account.osAccount.d.ts|
|Deleted|Module name: ohos.account.osAccount<br>Class name: AccountManager<br>Method or attribute name: getBundleIdFromUid(uid: number): Promise\<number>;|NA|@ohos.account.osAccount.d.ts|
|Deleted|Module name: ohos.account.osAccount<br>Class name: AccountManager<br>Method or attribute name: queryOsAccountConstraintSourceTypes(localId: number, constraint: string, callback: AsyncCallback\<Array\<ConstraintSourceTypeInfo>>): void;|NA|@ohos.account.osAccount.d.ts|
|Deleted|Module name: ohos.account.osAccount<br>Class name: AccountManager<br>Method or attribute name: queryOsAccountConstraintSourceTypes(localId: number, constraint: string): Promise\<Array\<ConstraintSourceTypeInfo>>;|NA|@ohos.account.osAccount.d.ts|
|Initial version changed|Class name: ConstraintSourceType<br>Method or attribute name: CONSTRAINT_NOT_EXIST = 0<br>Initial version: N/A|Class name: ConstraintSourceType<br>Method or attribute name: CONSTRAINT_NOT_EXIST = 0<br>Initial version: 9|@ohos.account.osAccount.d.ts|
|Initial version changed|Class name: ConstraintSourceType<br>Method or attribute name: CONSTRAINT_TYPE_BASE = 1<br>Initial version: N/A|Class name: ConstraintSourceType<br>Method or attribute name: CONSTRAINT_TYPE_BASE = 1<br>Initial version: 9|@ohos.account.osAccount.d.ts|
|Initial version changed|Class name: ConstraintSourceType<br>Method or attribute name: CONSTRAINT_TYPE_DEVICE_OWNER = 2<br>Initial version: N/A|Class name: ConstraintSourceType<br>Method or attribute name: CONSTRAINT_TYPE_DEVICE_OWNER = 2<br>Initial version: 9|@ohos.account.osAccount.d.ts|
|Initial version changed|Class name: ConstraintSourceType<br>Method or attribute name: CONSTRAINT_TYPE_PROFILE_OWNER = 3<br>Initial version: N/A|Class name: ConstraintSourceType<br>Method or attribute name: CONSTRAINT_TYPE_PROFILE_OWNER = 3<br>Initial version: 9|@ohos.account.osAccount.d.ts|
|Initial version changed|Class name: ConstraintSourceTypeInfo<br>Method or attribute name: localId: number;<br>Initial version: N/A|Class name: ConstraintSourceTypeInfo<br>Method or attribute name: localId: number;<br>Initial version: 9|@ohos.account.osAccount.d.ts|
|Initial version changed|Class name: ConstraintSourceTypeInfo<br>Method or attribute name: type: ConstraintSourceType;<br>Initial version: N/A|Class name: ConstraintSourceTypeInfo<br>Method or attribute name: type: ConstraintSourceType;<br>Initial version: 9|@ohos.account.osAccount.d.ts|
|Permission deleted|Class name: AccountManager<br>Method or attribute name: checkOsAccountVerified(callback: AsyncCallback\<boolean>): void;<br>Permission: ohos.permission.MANAGE_LOCAL_ACCOUNTS or ohos.permission.INTERACT_ACROSS_LOCAL_ACCOUNTS|Class name: AccountManager<br>Method or attribute name: checkOsAccountVerified(callback: AsyncCallback\<boolean>): void;<br>Permission: N/A|@ohos.account.osAccount.d.ts|
|Error code added|NA|Class name: PINAuth<br>Method or attribute name: unregisterInputer(): void;<br>Error code: 201|@ohos.account.osAccount.d.ts|
|Error code added|NA|Class name: UserIdentityManager<br>Method or attribute name: closeSession(): void;<br>Error code: 201|@ohos.account.osAccount.d.ts|
|Function changed|Class name: AccountManager<br>Method or attribute name: checkOsAccountVerified(localId?: number): Promise\<boolean>;<br>|Class name: AccountManager<br>Method or attribute name: checkOsAccountVerified(): Promise\<boolean>;<br>|@ohos.account.osAccount.d.ts|
|Function changed|Class name: AccountManager<br>Method or attribute name: checkOsAccountVerified(localId?: number): Promise\<boolean>;<br>|Class name: AccountManager<br>Method or attribute name: checkOsAccountVerified(localId: number): Promise\<boolean>;<br>|@ohos.account.osAccount.d.ts|
|Function changed|Class name: IInputData<br>Method or attribute name: onSetData: (pinSubType: AuthSubType, data: Uint8Array) => void;<br>|Class name: IInputData<br>Method or attribute name: onSetData: (authSubType: AuthSubType, data: Uint8Array) => void;<br>|@ohos.account.osAccount.d.ts|
|Function changed|Class name: IInputer<br>Method or attribute name: onGetData: (pinSubType: AuthSubType, callback: IInputData) => void;<br>|Class name: IInputer<br>Method or attribute name: onGetData: (authSubType: AuthSubType, callback: IInputData) => void;<br>|@ohos.account.osAccount.d.ts|
| Change Type | Old Version | New Version | d.ts File |
| ---- | ------ | ------ | -------- |
|Error code added|NA|Class name: call<br>Method or attribute name: function makeCall(phoneNumber: string, callback: AsyncCallback\<void>): void;<br>Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.call.d.ts|
|Error code added|NA|Class name: call<br>Method or attribute name: function makeCall(phoneNumber: string): Promise\<void>;<br>Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.call.d.ts|
因为 它太大了无法显示 source diff 。你可以改为 查看blob
| Change Type | Old Version | New Version | d.ts File |
| ---- | ------ | ------ | -------- |
|Added|NA|Class name: BatteryCapacityLevel<br>Method or attribute name: LEVEL_WARNING|@ohos.batteryInfo.d.ts|
|Added|NA|Class name: BatteryCapacityLevel<br>Method or attribute name: LEVEL_SHUTDOWN|@ohos.batteryInfo.d.ts|
|Added|NA|Module name: ohos.batteryInfo<br>Class name: CommonEventBatteryChangedKey|@ohos.batteryInfo.d.ts|
|Added|NA|Class name: CommonEventBatteryChangedKey<br>Method or attribute name: |@ohos.batteryInfo.d.ts|
|Added|NA|Module name: ohos.batteryInfo<br>Class name: CommonEventBatteryChangedKey<br>Method or attribute name: EXTRA_SOC = "soc"|@ohos.batteryInfo.d.ts|
|Added|NA|Class name: CommonEventBatteryChangedKey<br>Method or attribute name: EXTRA_SOC = "soc"|@ohos.batteryInfo.d.ts|
|Added|NA|Module name: ohos.batteryInfo<br>Class name: CommonEventBatteryChangedKey<br>Method or attribute name: EXTRA_CHARGE_STATE = "chargeState"|@ohos.batteryInfo.d.ts|
|Added|NA|Class name: CommonEventBatteryChangedKey<br>Method or attribute name: EXTRA_CHARGE_STATE = "chargeState"|@ohos.batteryInfo.d.ts|
|Added|NA|Module name: ohos.batteryInfo<br>Class name: CommonEventBatteryChangedKey<br>Method or attribute name: EXTRA_HEALTH_STATE = "healthState"|@ohos.batteryInfo.d.ts|
|Added|NA|Class name: CommonEventBatteryChangedKey<br>Method or attribute name: EXTRA_HEALTH_STATE = "healthState"|@ohos.batteryInfo.d.ts|
|Added|NA|Module name: ohos.batteryInfo<br>Class name: CommonEventBatteryChangedKey<br>Method or attribute name: EXTRA_PLUGGED_TYPE = "pluggedType"|@ohos.batteryInfo.d.ts|
|Added|NA|Class name: CommonEventBatteryChangedKey<br>Method or attribute name: EXTRA_PLUGGED_TYPE = "pluggedType"|@ohos.batteryInfo.d.ts|
|Added|NA|Module name: ohos.batteryInfo<br>Class name: CommonEventBatteryChangedKey<br>Method or attribute name: EXTRA_VOLTAGE = "voltage"|@ohos.batteryInfo.d.ts|
|Added|NA|Class name: CommonEventBatteryChangedKey<br>Method or attribute name: EXTRA_VOLTAGE = "voltage"|@ohos.batteryInfo.d.ts|
|Added|NA|Module name: ohos.batteryInfo<br>Class name: CommonEventBatteryChangedKey<br>Method or attribute name: EXTRA_TECHNOLOGY = "technology"|@ohos.batteryInfo.d.ts|
|Added|NA|Class name: CommonEventBatteryChangedKey<br>Method or attribute name: EXTRA_TECHNOLOGY = "technology"|@ohos.batteryInfo.d.ts|
|Added|NA|Module name: ohos.batteryInfo<br>Class name: CommonEventBatteryChangedKey<br>Method or attribute name: EXTRA_TEMPERATURE = "temperature"|@ohos.batteryInfo.d.ts|
|Added|NA|Class name: CommonEventBatteryChangedKey<br>Method or attribute name: EXTRA_TEMPERATURE = "temperature"|@ohos.batteryInfo.d.ts|
|Added|NA|Module name: ohos.batteryInfo<br>Class name: CommonEventBatteryChangedKey<br>Method or attribute name: EXTRA_PRESENT = "present"|@ohos.batteryInfo.d.ts|
|Added|NA|Class name: CommonEventBatteryChangedKey<br>Method or attribute name: EXTRA_PRESENT = "present"|@ohos.batteryInfo.d.ts|
|Added|NA|Module name: ohos.batteryInfo<br>Class name: CommonEventBatteryChangedKey<br>Method or attribute name: EXTRA_CAPACITY_LEVEL = "capacityLevel"|@ohos.batteryInfo.d.ts|
|Added|NA|Class name: CommonEventBatteryChangedKey<br>Method or attribute name: EXTRA_CAPACITY_LEVEL = "capacityLevel"|@ohos.batteryInfo.d.ts|
|Deleted|Module name: ohos.batteryInfo<br>Class name: BatteryCapacityLevel<br>Method or attribute name: LEVEL_NONE|NA|@ohos.batteryInfo.d.ts|
|Deleted|Module name: ohos.batteryInfo<br>Class name: CommonEventBatteryChangedCode|NA|@ohos.batteryInfo.d.ts|
|Deleted|Module name: ohos.batteryInfo<br>Class name: CommonEventBatteryChangedCode<br>Method or attribute name: EXTRA_SOC = 0|NA|@ohos.batteryInfo.d.ts|
|Deleted|Module name: ohos.batteryInfo<br>Class name: CommonEventBatteryChangedCode<br>Method or attribute name: EXTRA_VOLTAGE|NA|@ohos.batteryInfo.d.ts|
|Deleted|Module name: ohos.batteryInfo<br>Class name: CommonEventBatteryChangedCode<br>Method or attribute name: EXTRA_TEMPERATURE|NA|@ohos.batteryInfo.d.ts|
|Deleted|Module name: ohos.batteryInfo<br>Class name: CommonEventBatteryChangedCode<br>Method or attribute name: EXTRA_HEALTH_STATE|NA|@ohos.batteryInfo.d.ts|
|Deleted|Module name: ohos.batteryInfo<br>Class name: CommonEventBatteryChangedCode<br>Method or attribute name: EXTRA_PLUGGED_TYPE|NA|@ohos.batteryInfo.d.ts|
|Deleted|Module name: ohos.batteryInfo<br>Class name: CommonEventBatteryChangedCode<br>Method or attribute name: EXTRA_MAX_CURRENT|NA|@ohos.batteryInfo.d.ts|
|Deleted|Module name: ohos.batteryInfo<br>Class name: CommonEventBatteryChangedCode<br>Method or attribute name: EXTRA_MAX_VOLTAGE|NA|@ohos.batteryInfo.d.ts|
|Deleted|Module name: ohos.batteryInfo<br>Class name: CommonEventBatteryChangedCode<br>Method or attribute name: EXTRA_CHARGE_STATE|NA|@ohos.batteryInfo.d.ts|
|Deleted|Module name: ohos.batteryInfo<br>Class name: CommonEventBatteryChangedCode<br>Method or attribute name: EXTRA_CHARGE_COUNTER|NA|@ohos.batteryInfo.d.ts|
|Deleted|Module name: ohos.batteryInfo<br>Class name: CommonEventBatteryChangedCode<br>Method or attribute name: EXTRA_PRESENT|NA|@ohos.batteryInfo.d.ts|
|Deleted|Module name: ohos.batteryInfo<br>Class name: CommonEventBatteryChangedCode<br>Method or attribute name: EXTRA_TECHNOLOGY|NA|@ohos.batteryInfo.d.ts|
|Access level changed|Class name: batteryInfo<br>Method or attribute name: const estimatedRemainingChargeTime: number;<br>Access level: public API|Class name: batteryInfo<br>Method or attribute name: const estimatedRemainingChargeTime: number;<br>Access level: system API|@ohos.batteryInfo.d.ts|
| Change Type | Old Version | New Version | d.ts File |
| ---- | ------ | ------ | -------- |
|Added|NA|Class name: LaunchType<br>Method or attribute name: MULTITON = 1|@ohos.bundle.bundleManager.d.ts|
|Added|NA|Module name: ohos.bundle.bundleManager<br>Class name: ModuleType|@ohos.bundle.bundleManager.d.ts|
|Added|NA|Class name: ModuleType<br>Method or attribute name: |@ohos.bundle.bundleManager.d.ts|
|Added|NA|Module name: ohos.bundle.bundleManager<br>Class name: ModuleType<br>Method or attribute name: ENTRY = 1|@ohos.bundle.bundleManager.d.ts|
|Added|NA|Class name: ModuleType<br>Method or attribute name: ENTRY = 1|@ohos.bundle.bundleManager.d.ts|
|Added|NA|Module name: ohos.bundle.bundleManager<br>Class name: ModuleType<br>Method or attribute name: FEATURE = 2|@ohos.bundle.bundleManager.d.ts|
|Added|NA|Class name: ModuleType<br>Method or attribute name: FEATURE = 2|@ohos.bundle.bundleManager.d.ts|
|Added|NA|Module name: ohos.bundle.bundleManager<br>Class name: ModuleType<br>Method or attribute name: SHARED = 3|@ohos.bundle.bundleManager.d.ts|
|Added|NA|Class name: ModuleType<br>Method or attribute name: SHARED = 3|@ohos.bundle.bundleManager.d.ts|
|Added|NA|Module name: ohos.bundle.bundleManager<br>Class name: BundleType|@ohos.bundle.bundleManager.d.ts|
|Added|NA|Class name: BundleType<br>Method or attribute name: |@ohos.bundle.bundleManager.d.ts|
|Added|NA|Module name: ohos.bundle.bundleManager<br>Class name: BundleType<br>Method or attribute name: APP = 0|@ohos.bundle.bundleManager.d.ts|
|Added|NA|Class name: BundleType<br>Method or attribute name: APP = 0|@ohos.bundle.bundleManager.d.ts|
|Added|NA|Module name: ohos.bundle.bundleManager<br>Class name: BundleType<br>Method or attribute name: ATOMIC_SERVICE = 1|@ohos.bundle.bundleManager.d.ts|
|Added|NA|Class name: BundleType<br>Method or attribute name: ATOMIC_SERVICE = 1|@ohos.bundle.bundleManager.d.ts|
|Added|NA|Class name: BundleInstaller<br>Method or attribute name: install(hapFilePaths: Array\<string>, callback: AsyncCallback\<void>) : void;|@ohos.bundle.installer.d.ts|
|Added|NA|Class name: BundleInstaller<br>Method or attribute name: recover(bundleName: string, callback: AsyncCallback\<void>): void;|@ohos.bundle.installer.d.ts|
|Added|NA|Class name: InstallParam<br>Method or attribute name: userId?: number;|@ohos.bundle.installer.d.ts|
|Added|NA|Class name: InstallParam<br>Method or attribute name: installFlag?: number;|@ohos.bundle.installer.d.ts|
|Added|NA|Class name: InstallParam<br>Method or attribute name: isKeepData?: boolean;|@ohos.bundle.installer.d.ts|
|Added|NA|Module name: AbilityInfo<br>Class name: AbilityInfo|AbilityInfo.d.ts|
|Added|NA|Module name: AbilityInfo<br>Class name: AbilityInfo<br>Method or attribute name: readonly bundleName: string;|AbilityInfo.d.ts|
|Added|NA|Module name: AbilityInfo<br>Class name: AbilityInfo<br>Method or attribute name: readonly moduleName: string;|AbilityInfo.d.ts|
|Added|NA|Module name: AbilityInfo<br>Class name: AbilityInfo<br>Method or attribute name: readonly name: string;|AbilityInfo.d.ts|
|Added|NA|Module name: AbilityInfo<br>Class name: AbilityInfo<br>Method or attribute name: readonly label: string;|AbilityInfo.d.ts|
|Added|NA|Module name: AbilityInfo<br>Class name: AbilityInfo<br>Method or attribute name: readonly labelId: number;|AbilityInfo.d.ts|
|Added|NA|Module name: AbilityInfo<br>Class name: AbilityInfo<br>Method or attribute name: readonly description: string;|AbilityInfo.d.ts|
|Added|NA|Module name: AbilityInfo<br>Class name: AbilityInfo<br>Method or attribute name: readonly descriptionId: number;|AbilityInfo.d.ts|
|Added|NA|Module name: AbilityInfo<br>Class name: AbilityInfo<br>Method or attribute name: readonly icon: string;|AbilityInfo.d.ts|
|Added|NA|Module name: AbilityInfo<br>Class name: AbilityInfo<br>Method or attribute name: readonly iconId: number;|AbilityInfo.d.ts|
|Added|NA|Module name: AbilityInfo<br>Class name: AbilityInfo<br>Method or attribute name: readonly process: string;|AbilityInfo.d.ts|
|Added|NA|Module name: AbilityInfo<br>Class name: AbilityInfo<br>Method or attribute name: readonly exported: boolean;|AbilityInfo.d.ts|
|Added|NA|Module name: AbilityInfo<br>Class name: AbilityInfo<br>Method or attribute name: readonly type: bundleManager.AbilityType;|AbilityInfo.d.ts|
|Added|NA|Module name: AbilityInfo<br>Class name: AbilityInfo<br>Method or attribute name: readonly orientation: bundleManager.DisplayOrientation;|AbilityInfo.d.ts|
|Added|NA|Module name: AbilityInfo<br>Class name: AbilityInfo<br>Method or attribute name: readonly launchType: bundleManager.LaunchType;|AbilityInfo.d.ts|
|Added|NA|Module name: AbilityInfo<br>Class name: AbilityInfo<br>Method or attribute name: readonly permissions: Array\<string>;|AbilityInfo.d.ts|
|Added|NA|Module name: AbilityInfo<br>Class name: AbilityInfo<br>Method or attribute name: readonly readPermission: string;|AbilityInfo.d.ts|
|Added|NA|Module name: AbilityInfo<br>Class name: AbilityInfo<br>Method or attribute name: readonly writePermission: string;|AbilityInfo.d.ts|
|Added|NA|Module name: AbilityInfo<br>Class name: AbilityInfo<br>Method or attribute name: readonly uri: string;|AbilityInfo.d.ts|
|Added|NA|Module name: AbilityInfo<br>Class name: AbilityInfo<br>Method or attribute name: readonly deviceTypes: Array\<string>;|AbilityInfo.d.ts|
|Added|NA|Module name: AbilityInfo<br>Class name: AbilityInfo<br>Method or attribute name: readonly applicationInfo: ApplicationInfo;|AbilityInfo.d.ts|
|Added|NA|Module name: AbilityInfo<br>Class name: AbilityInfo<br>Method or attribute name: readonly metadata: Array\<Metadata>;|AbilityInfo.d.ts|
|Added|NA|Module name: AbilityInfo<br>Class name: AbilityInfo<br>Method or attribute name: readonly enabled: boolean;|AbilityInfo.d.ts|
|Added|NA|Module name: AbilityInfo<br>Class name: AbilityInfo<br>Method or attribute name: readonly supportWindowModes: Array\<bundleManager.SupportWindowMode>;|AbilityInfo.d.ts|
|Added|NA|Module name: AbilityInfo<br>Class name: AbilityInfo<br>Method or attribute name: readonly windowSize: WindowSize;|AbilityInfo.d.ts|
|Added|NA|Module name: AbilityInfo<br>Class name: WindowSize|AbilityInfo.d.ts|
|Added|NA|Module name: AbilityInfo<br>Class name: WindowSize<br>Method or attribute name: readonly maxWindowRatio: number;|AbilityInfo.d.ts|
|Added|NA|Module name: AbilityInfo<br>Class name: WindowSize<br>Method or attribute name: readonly minWindowRatio: number;|AbilityInfo.d.ts|
|Added|NA|Module name: AbilityInfo<br>Class name: WindowSize<br>Method or attribute name: readonly maxWindowWidth: number;|AbilityInfo.d.ts|
|Added|NA|Module name: AbilityInfo<br>Class name: WindowSize<br>Method or attribute name: readonly minWindowWidth: number;|AbilityInfo.d.ts|
|Added|NA|Module name: AbilityInfo<br>Class name: WindowSize<br>Method or attribute name: readonly maxWindowHeight: number;|AbilityInfo.d.ts|
|Added|NA|Module name: AbilityInfo<br>Class name: WindowSize<br>Method or attribute name: readonly minWindowHeight: number;|AbilityInfo.d.ts|
|Added|NA|Module name: ApplicationInfo<br>Class name: ApplicationInfo|ApplicationInfo.d.ts|
|Added|NA|Module name: ApplicationInfo<br>Class name: ApplicationInfo<br>Method or attribute name: readonly name: string;|ApplicationInfo.d.ts|
|Added|NA|Module name: ApplicationInfo<br>Class name: ApplicationInfo<br>Method or attribute name: readonly description: string;|ApplicationInfo.d.ts|
|Added|NA|Module name: ApplicationInfo<br>Class name: ApplicationInfo<br>Method or attribute name: readonly descriptionId: number;|ApplicationInfo.d.ts|
|Added|NA|Module name: ApplicationInfo<br>Class name: ApplicationInfo<br>Method or attribute name: readonly enabled: boolean;|ApplicationInfo.d.ts|
|Added|NA|Module name: ApplicationInfo<br>Class name: ApplicationInfo<br>Method or attribute name: readonly label: string;|ApplicationInfo.d.ts|
|Added|NA|Module name: ApplicationInfo<br>Class name: ApplicationInfo<br>Method or attribute name: readonly labelId: number;|ApplicationInfo.d.ts|
|Added|NA|Module name: ApplicationInfo<br>Class name: ApplicationInfo<br>Method or attribute name: readonly icon: string;|ApplicationInfo.d.ts|
|Added|NA|Module name: ApplicationInfo<br>Class name: ApplicationInfo<br>Method or attribute name: readonly iconId: number;|ApplicationInfo.d.ts|
|Added|NA|Module name: ApplicationInfo<br>Class name: ApplicationInfo<br>Method or attribute name: readonly process: string;|ApplicationInfo.d.ts|
|Added|NA|Module name: ApplicationInfo<br>Class name: ApplicationInfo<br>Method or attribute name: readonly permissions: Array\<string>;|ApplicationInfo.d.ts|
|Added|NA|Module name: ApplicationInfo<br>Class name: ApplicationInfo<br>Method or attribute name: readonly codePath: string;|ApplicationInfo.d.ts|
|Added|NA|Module name: ApplicationInfo<br>Class name: ApplicationInfo<br>Method or attribute name: readonly metadata: Map\<string, Array\<Metadata>>;|ApplicationInfo.d.ts|
|Added|NA|Module name: ApplicationInfo<br>Class name: ApplicationInfo<br>Method or attribute name: readonly removable: boolean;|ApplicationInfo.d.ts|
|Added|NA|Module name: ApplicationInfo<br>Class name: ApplicationInfo<br>Method or attribute name: readonly accessTokenId: number;|ApplicationInfo.d.ts|
|Added|NA|Module name: ApplicationInfo<br>Class name: ApplicationInfo<br>Method or attribute name: readonly uid: number;|ApplicationInfo.d.ts|
|Added|NA|Module name: ApplicationInfo<br>Class name: ApplicationInfo<br>Method or attribute name: readonly iconResource: Resource;|ApplicationInfo.d.ts|
|Added|NA|Module name: ApplicationInfo<br>Class name: ApplicationInfo<br>Method or attribute name: readonly labelResource: Resource;|ApplicationInfo.d.ts|
|Added|NA|Module name: ApplicationInfo<br>Class name: ApplicationInfo<br>Method or attribute name: readonly descriptionResource: Resource;|ApplicationInfo.d.ts|
|Added|NA|Module name: ApplicationInfo<br>Class name: ApplicationInfo<br>Method or attribute name: readonly appDistributionType: string;|ApplicationInfo.d.ts|
|Added|NA|Module name: ApplicationInfo<br>Class name: ApplicationInfo<br>Method or attribute name: readonly appProvisionType: string;|ApplicationInfo.d.ts|
|Added|NA|Module name: ApplicationInfo<br>Class name: ApplicationInfo<br>Method or attribute name: readonly systemApp: boolean;|ApplicationInfo.d.ts|
|Added|NA|Module name: ApplicationInfo<br>Class name: ApplicationInfo<br>Method or attribute name: readonly bundleType: bundleManager.BundleType;|ApplicationInfo.d.ts|
|Added|NA|Module name: BundleInfo<br>Class name: BundleInfo|BundleInfo.d.ts|
|Added|NA|Module name: BundleInfo<br>Class name: BundleInfo<br>Method or attribute name: readonly name: string;|BundleInfo.d.ts|
|Added|NA|Module name: BundleInfo<br>Class name: BundleInfo<br>Method or attribute name: readonly vendor: string;|BundleInfo.d.ts|
|Added|NA|Module name: BundleInfo<br>Class name: BundleInfo<br>Method or attribute name: readonly versionCode: number;|BundleInfo.d.ts|
|Added|NA|Module name: BundleInfo<br>Class name: BundleInfo<br>Method or attribute name: readonly versionName: string;|BundleInfo.d.ts|
|Added|NA|Module name: BundleInfo<br>Class name: BundleInfo<br>Method or attribute name: readonly minCompatibleVersionCode: number;|BundleInfo.d.ts|
|Added|NA|Module name: BundleInfo<br>Class name: BundleInfo<br>Method or attribute name: readonly targetVersion: number;|BundleInfo.d.ts|
|Added|NA|Module name: BundleInfo<br>Class name: BundleInfo<br>Method or attribute name: readonly appInfo: ApplicationInfo;|BundleInfo.d.ts|
|Added|NA|Module name: BundleInfo<br>Class name: BundleInfo<br>Method or attribute name: readonly hapModulesInfo: Array\<HapModuleInfo>;|BundleInfo.d.ts|
|Added|NA|Module name: BundleInfo<br>Class name: BundleInfo<br>Method or attribute name: readonly reqPermissionDetails: Array\<ReqPermissionDetail>;|BundleInfo.d.ts|
|Added|NA|Module name: BundleInfo<br>Class name: BundleInfo<br>Method or attribute name: readonly permissionGrantStates: Array\<bundleManager.PermissionGrantState>;|BundleInfo.d.ts|
|Added|NA|Module name: BundleInfo<br>Class name: BundleInfo<br>Method or attribute name: readonly signatureInfo: SignatureInfo;|BundleInfo.d.ts|
|Added|NA|Module name: BundleInfo<br>Class name: BundleInfo<br>Method or attribute name: readonly installTime: number;|BundleInfo.d.ts|
|Added|NA|Module name: BundleInfo<br>Class name: BundleInfo<br>Method or attribute name: readonly updateTime: number;|BundleInfo.d.ts|
|Added|NA|Module name: BundleInfo<br>Class name: ReqPermissionDetail|BundleInfo.d.ts|
|Added|NA|Module name: BundleInfo<br>Class name: ReqPermissionDetail<br>Method or attribute name: name: string;|BundleInfo.d.ts|
|Added|NA|Module name: BundleInfo<br>Class name: ReqPermissionDetail<br>Method or attribute name: reason: string;|BundleInfo.d.ts|
|Added|NA|Module name: BundleInfo<br>Class name: ReqPermissionDetail<br>Method or attribute name: reasonId: number;|BundleInfo.d.ts|
|Added|NA|Module name: BundleInfo<br>Class name: ReqPermissionDetail<br>Method or attribute name: usedScene: UsedScene;|BundleInfo.d.ts|
|Added|NA|Module name: BundleInfo<br>Class name: UsedScene|BundleInfo.d.ts|
|Added|NA|Module name: BundleInfo<br>Class name: UsedScene<br>Method or attribute name: abilities: Array\<string>;|BundleInfo.d.ts|
|Added|NA|Module name: BundleInfo<br>Class name: UsedScene<br>Method or attribute name: when: string;|BundleInfo.d.ts|
|Added|NA|Module name: BundleInfo<br>Class name: SignatureInfo|BundleInfo.d.ts|
|Added|NA|Module name: BundleInfo<br>Class name: SignatureInfo<br>Method or attribute name: readonly appId: string;|BundleInfo.d.ts|
|Added|NA|Module name: BundleInfo<br>Class name: SignatureInfo<br>Method or attribute name: readonly fingerprint: string;|BundleInfo.d.ts|
|Added|NA|Module name: BundlePackInfo<br>Class name: BundlePackInfo|BundlePackInfo.d.ts|
|Added|NA|Module name: BundlePackInfo<br>Class name: BundlePackInfo<br>Method or attribute name: readonly packages: Array\<PackageConfig>;|BundlePackInfo.d.ts|
|Added|NA|Module name: BundlePackInfo<br>Class name: BundlePackInfo<br>Method or attribute name: readonly summary: PackageSummary;|BundlePackInfo.d.ts|
|Added|NA|Module name: BundlePackInfo<br>Class name: PackageConfig|BundlePackInfo.d.ts|
|Added|NA|Module name: BundlePackInfo<br>Class name: PackageConfig<br>Method or attribute name: readonly deviceTypes: Array\<string>;|BundlePackInfo.d.ts|
|Added|NA|Module name: BundlePackInfo<br>Class name: PackageConfig<br>Method or attribute name: readonly name: string;|BundlePackInfo.d.ts|
|Added|NA|Module name: BundlePackInfo<br>Class name: PackageConfig<br>Method or attribute name: readonly moduleType: string;|BundlePackInfo.d.ts|
|Added|NA|Module name: BundlePackInfo<br>Class name: PackageConfig<br>Method or attribute name: readonly deliveryWithInstall: boolean;|BundlePackInfo.d.ts|
|Added|NA|Module name: BundlePackInfo<br>Class name: PackageSummary|BundlePackInfo.d.ts|
|Added|NA|Module name: BundlePackInfo<br>Class name: PackageSummary<br>Method or attribute name: readonly app: BundleConfigInfo;|BundlePackInfo.d.ts|
|Added|NA|Module name: BundlePackInfo<br>Class name: PackageSummary<br>Method or attribute name: readonly modules: Array\<ModuleConfigInfo>;|BundlePackInfo.d.ts|
|Added|NA|Module name: BundlePackInfo<br>Class name: BundleConfigInfo|BundlePackInfo.d.ts|
|Added|NA|Module name: BundlePackInfo<br>Class name: BundleConfigInfo<br>Method or attribute name: readonly bundleName: string;|BundlePackInfo.d.ts|
|Added|NA|Module name: BundlePackInfo<br>Class name: BundleConfigInfo<br>Method or attribute name: readonly version: Version;|BundlePackInfo.d.ts|
|Added|NA|Module name: BundlePackInfo<br>Class name: ExtensionAbility|BundlePackInfo.d.ts|
|Added|NA|Module name: BundlePackInfo<br>Class name: ExtensionAbility<br>Method or attribute name: readonly name: string;|BundlePackInfo.d.ts|
|Added|NA|Module name: BundlePackInfo<br>Class name: ExtensionAbility<br>Method or attribute name: readonly forms: Array\<AbilityFormInfo>;|BundlePackInfo.d.ts|
|Added|NA|Module name: BundlePackInfo<br>Class name: ModuleConfigInfo|BundlePackInfo.d.ts|
|Added|NA|Module name: BundlePackInfo<br>Class name: ModuleConfigInfo<br>Method or attribute name: readonly mainAbility: string;|BundlePackInfo.d.ts|
|Added|NA|Module name: BundlePackInfo<br>Class name: ModuleConfigInfo<br>Method or attribute name: readonly apiVersion: ApiVersion;|BundlePackInfo.d.ts|
|Added|NA|Module name: BundlePackInfo<br>Class name: ModuleConfigInfo<br>Method or attribute name: readonly deviceTypes: Array\<string>;|BundlePackInfo.d.ts|
|Added|NA|Module name: BundlePackInfo<br>Class name: ModuleConfigInfo<br>Method or attribute name: readonly distro: ModuleDistroInfo;|BundlePackInfo.d.ts|
|Added|NA|Module name: BundlePackInfo<br>Class name: ModuleConfigInfo<br>Method or attribute name: readonly abilities: Array\<ModuleAbilityInfo>;|BundlePackInfo.d.ts|
|Added|NA|Module name: BundlePackInfo<br>Class name: ModuleConfigInfo<br>Method or attribute name: readonly extensionAbilities: Array\<ExtensionAbility>;|BundlePackInfo.d.ts|
|Added|NA|Module name: BundlePackInfo<br>Class name: ModuleDistroInfo|BundlePackInfo.d.ts|
|Added|NA|Module name: BundlePackInfo<br>Class name: ModuleDistroInfo<br>Method or attribute name: readonly deliveryWithInstall: boolean;|BundlePackInfo.d.ts|
|Added|NA|Module name: BundlePackInfo<br>Class name: ModuleDistroInfo<br>Method or attribute name: readonly installationFree: boolean;|BundlePackInfo.d.ts|
|Added|NA|Module name: BundlePackInfo<br>Class name: ModuleDistroInfo<br>Method or attribute name: readonly moduleName: string;|BundlePackInfo.d.ts|
|Added|NA|Module name: BundlePackInfo<br>Class name: ModuleDistroInfo<br>Method or attribute name: readonly moduleType: string;|BundlePackInfo.d.ts|
|Added|NA|Module name: BundlePackInfo<br>Class name: ModuleAbilityInfo|BundlePackInfo.d.ts|
|Added|NA|Module name: BundlePackInfo<br>Class name: ModuleAbilityInfo<br>Method or attribute name: readonly name: string;|BundlePackInfo.d.ts|
|Added|NA|Module name: BundlePackInfo<br>Class name: ModuleAbilityInfo<br>Method or attribute name: readonly label: string;|BundlePackInfo.d.ts|
|Added|NA|Module name: BundlePackInfo<br>Class name: ModuleAbilityInfo<br>Method or attribute name: readonly exported: boolean;|BundlePackInfo.d.ts|
|Added|NA|Module name: BundlePackInfo<br>Class name: ModuleAbilityInfo<br>Method or attribute name: readonly forms: Array\<AbilityFormInfo>;|BundlePackInfo.d.ts|
|Added|NA|Module name: BundlePackInfo<br>Class name: AbilityFormInfo|BundlePackInfo.d.ts|
|Added|NA|Module name: BundlePackInfo<br>Class name: AbilityFormInfo<br>Method or attribute name: readonly name: string;|BundlePackInfo.d.ts|
|Added|NA|Module name: BundlePackInfo<br>Class name: AbilityFormInfo<br>Method or attribute name: readonly type: string;|BundlePackInfo.d.ts|
|Added|NA|Module name: BundlePackInfo<br>Class name: AbilityFormInfo<br>Method or attribute name: readonly updateEnabled: boolean;|BundlePackInfo.d.ts|
|Added|NA|Module name: BundlePackInfo<br>Class name: AbilityFormInfo<br>Method or attribute name: readonly scheduledUpdateTime: string;|BundlePackInfo.d.ts|
|Added|NA|Module name: BundlePackInfo<br>Class name: AbilityFormInfo<br>Method or attribute name: readonly updateDuration: number;|BundlePackInfo.d.ts|
|Added|NA|Module name: BundlePackInfo<br>Class name: AbilityFormInfo<br>Method or attribute name: readonly supportDimensions: Array\<string>;|BundlePackInfo.d.ts|
|Added|NA|Module name: BundlePackInfo<br>Class name: AbilityFormInfo<br>Method or attribute name: readonly defaultDimension: string;|BundlePackInfo.d.ts|
|Added|NA|Module name: BundlePackInfo<br>Class name: Version|BundlePackInfo.d.ts|
|Added|NA|Module name: BundlePackInfo<br>Class name: Version<br>Method or attribute name: readonly minCompatibleVersionCode: number;|BundlePackInfo.d.ts|
|Added|NA|Module name: BundlePackInfo<br>Class name: Version<br>Method or attribute name: readonly name: string;|BundlePackInfo.d.ts|
|Added|NA|Module name: BundlePackInfo<br>Class name: Version<br>Method or attribute name: readonly code: number;|BundlePackInfo.d.ts|
|Added|NA|Module name: BundlePackInfo<br>Class name: ApiVersion|BundlePackInfo.d.ts|
|Added|NA|Module name: BundlePackInfo<br>Class name: ApiVersion<br>Method or attribute name: readonly releaseType: string;|BundlePackInfo.d.ts|
|Added|NA|Module name: BundlePackInfo<br>Class name: ApiVersion<br>Method or attribute name: readonly compatible: number;|BundlePackInfo.d.ts|
|Added|NA|Module name: BundlePackInfo<br>Class name: ApiVersion<br>Method or attribute name: readonly target: number;|BundlePackInfo.d.ts|
|Added|NA|Module name: DispatchInfo<br>Class name: DispatchInfo|DispatchInfo.d.ts|
|Added|NA|Module name: DispatchInfo<br>Class name: DispatchInfo<br>Method or attribute name: readonly version: string;|DispatchInfo.d.ts|
|Added|NA|Module name: DispatchInfo<br>Class name: DispatchInfo<br>Method or attribute name: readonly dispatchAPIVersion: string;|DispatchInfo.d.ts|
|Added|NA|Module name: ElementName<br>Class name: ElementName|ElementName.d.ts|
|Added|NA|Module name: ElementName<br>Class name: ElementName<br>Method or attribute name: deviceId?: string;|ElementName.d.ts|
|Added|NA|Module name: ElementName<br>Class name: ElementName<br>Method or attribute name: bundleName: string;|ElementName.d.ts|
|Added|NA|Module name: ElementName<br>Class name: ElementName<br>Method or attribute name: moduleName?: string;|ElementName.d.ts|
|Added|NA|Module name: ElementName<br>Class name: ElementName<br>Method or attribute name: abilityName: string;|ElementName.d.ts|
|Added|NA|Module name: ElementName<br>Class name: ElementName<br>Method or attribute name: uri?: string;|ElementName.d.ts|
|Added|NA|Module name: ElementName<br>Class name: ElementName<br>Method or attribute name: shortName?: string;|ElementName.d.ts|
|Added|NA|Module name: ExtensionAbilityInfo<br>Class name: ExtensionAbilityInfo|ExtensionAbilityInfo.d.ts|
|Added|NA|Module name: ExtensionAbilityInfo<br>Class name: ExtensionAbilityInfo<br>Method or attribute name: readonly bundleName: string;|ExtensionAbilityInfo.d.ts|
|Added|NA|Module name: ExtensionAbilityInfo<br>Class name: ExtensionAbilityInfo<br>Method or attribute name: readonly moduleName: string;|ExtensionAbilityInfo.d.ts|
|Added|NA|Module name: ExtensionAbilityInfo<br>Class name: ExtensionAbilityInfo<br>Method or attribute name: readonly name: string;|ExtensionAbilityInfo.d.ts|
|Added|NA|Module name: ExtensionAbilityInfo<br>Class name: ExtensionAbilityInfo<br>Method or attribute name: readonly labelId: number;|ExtensionAbilityInfo.d.ts|
|Added|NA|Module name: ExtensionAbilityInfo<br>Class name: ExtensionAbilityInfo<br>Method or attribute name: readonly descriptionId: number;|ExtensionAbilityInfo.d.ts|
|Added|NA|Module name: ExtensionAbilityInfo<br>Class name: ExtensionAbilityInfo<br>Method or attribute name: readonly iconId: number;|ExtensionAbilityInfo.d.ts|
|Added|NA|Module name: ExtensionAbilityInfo<br>Class name: ExtensionAbilityInfo<br>Method or attribute name: readonly exported: boolean;|ExtensionAbilityInfo.d.ts|
|Added|NA|Module name: ExtensionAbilityInfo<br>Class name: ExtensionAbilityInfo<br>Method or attribute name: readonly extensionAbilityType: bundleManager.ExtensionAbilityType;|ExtensionAbilityInfo.d.ts|
|Added|NA|Module name: ExtensionAbilityInfo<br>Class name: ExtensionAbilityInfo<br>Method or attribute name: readonly permissions: Array\<string>;|ExtensionAbilityInfo.d.ts|
|Added|NA|Module name: ExtensionAbilityInfo<br>Class name: ExtensionAbilityInfo<br>Method or attribute name: readonly applicationInfo: ApplicationInfo;|ExtensionAbilityInfo.d.ts|
|Added|NA|Module name: ExtensionAbilityInfo<br>Class name: ExtensionAbilityInfo<br>Method or attribute name: readonly metadata: Array\<Metadata>;|ExtensionAbilityInfo.d.ts|
|Added|NA|Module name: ExtensionAbilityInfo<br>Class name: ExtensionAbilityInfo<br>Method or attribute name: readonly enabled: boolean;|ExtensionAbilityInfo.d.ts|
|Added|NA|Module name: ExtensionAbilityInfo<br>Class name: ExtensionAbilityInfo<br>Method or attribute name: readonly readPermission: string;|ExtensionAbilityInfo.d.ts|
|Added|NA|Module name: ExtensionAbilityInfo<br>Class name: ExtensionAbilityInfo<br>Method or attribute name: readonly writePermission: string;|ExtensionAbilityInfo.d.ts|
|Added|NA|Module name: HapModuleInfo<br>Class name: HapModuleInfo|HapModuleInfo.d.ts|
|Added|NA|Module name: HapModuleInfo<br>Class name: HapModuleInfo<br>Method or attribute name: readonly name: string;|HapModuleInfo.d.ts|
|Added|NA|Module name: HapModuleInfo<br>Class name: HapModuleInfo<br>Method or attribute name: readonly icon: string;|HapModuleInfo.d.ts|
|Added|NA|Module name: HapModuleInfo<br>Class name: HapModuleInfo<br>Method or attribute name: readonly iconId: number;|HapModuleInfo.d.ts|
|Added|NA|Module name: HapModuleInfo<br>Class name: HapModuleInfo<br>Method or attribute name: readonly label: string;|HapModuleInfo.d.ts|
|Added|NA|Module name: HapModuleInfo<br>Class name: HapModuleInfo<br>Method or attribute name: readonly labelId: number;|HapModuleInfo.d.ts|
|Added|NA|Module name: HapModuleInfo<br>Class name: HapModuleInfo<br>Method or attribute name: readonly description: string;|HapModuleInfo.d.ts|
|Added|NA|Module name: HapModuleInfo<br>Class name: HapModuleInfo<br>Method or attribute name: readonly descriptionId: number;|HapModuleInfo.d.ts|
|Added|NA|Module name: HapModuleInfo<br>Class name: HapModuleInfo<br>Method or attribute name: readonly mainElementName: string;|HapModuleInfo.d.ts|
|Added|NA|Module name: HapModuleInfo<br>Class name: HapModuleInfo<br>Method or attribute name: readonly abilitiesInfo: Array\<AbilityInfo>;|HapModuleInfo.d.ts|
|Added|NA|Module name: HapModuleInfo<br>Class name: HapModuleInfo<br>Method or attribute name: readonly extensionAbilitiesInfo: Array\<ExtensionAbilityInfo>;|HapModuleInfo.d.ts|
|Added|NA|Module name: HapModuleInfo<br>Class name: HapModuleInfo<br>Method or attribute name: readonly metadata: Array\<Metadata>;|HapModuleInfo.d.ts|
|Added|NA|Module name: HapModuleInfo<br>Class name: HapModuleInfo<br>Method or attribute name: readonly deviceTypes: Array\<string>;|HapModuleInfo.d.ts|
|Added|NA|Module name: HapModuleInfo<br>Class name: HapModuleInfo<br>Method or attribute name: readonly installationFree: boolean;|HapModuleInfo.d.ts|
|Added|NA|Module name: HapModuleInfo<br>Class name: HapModuleInfo<br>Method or attribute name: readonly hashValue: string;|HapModuleInfo.d.ts|
|Added|NA|Module name: HapModuleInfo<br>Class name: HapModuleInfo<br>Method or attribute name: readonly type: bundleManager.ModuleType;|HapModuleInfo.d.ts|
|Added|NA|Module name: HapModuleInfo<br>Class name: HapModuleInfo<br>Method or attribute name: readonly dependencies: Array\<Dependency>;|HapModuleInfo.d.ts|
|Added|NA|Module name: HapModuleInfo<br>Class name: HapModuleInfo<br>Method or attribute name: readonly preloads: Array\<PreloadItem>;|HapModuleInfo.d.ts|
|Added|NA|Module name: HapModuleInfo<br>Class name: Dependency|HapModuleInfo.d.ts|
|Added|NA|Module name: HapModuleInfo<br>Class name: Dependency<br>Method or attribute name: readonly moduleName: string;|HapModuleInfo.d.ts|
|Added|NA|Module name: HapModuleInfo<br>Class name: PreloadItem|HapModuleInfo.d.ts|
|Added|NA|Module name: HapModuleInfo<br>Class name: PreloadItem<br>Method or attribute name: readonly moduleName: string;|HapModuleInfo.d.ts|
|Added|NA|Module name: LauncherAbilityInfo<br>Class name: LauncherAbilityInfo|LauncherAbilityInfo.d.ts|
|Added|NA|Module name: LauncherAbilityInfo<br>Class name: LauncherAbilityInfo<br>Method or attribute name: readonly applicationInfo: ApplicationInfo;|LauncherAbilityInfo.d.ts|
|Added|NA|Module name: LauncherAbilityInfo<br>Class name: LauncherAbilityInfo<br>Method or attribute name: readonly elementName : ElementName;|LauncherAbilityInfo.d.ts|
|Added|NA|Module name: LauncherAbilityInfo<br>Class name: LauncherAbilityInfo<br>Method or attribute name: readonly labelId: number;|LauncherAbilityInfo.d.ts|
|Added|NA|Module name: LauncherAbilityInfo<br>Class name: LauncherAbilityInfo<br>Method or attribute name: readonly iconId: number;|LauncherAbilityInfo.d.ts|
|Added|NA|Module name: LauncherAbilityInfo<br>Class name: LauncherAbilityInfo<br>Method or attribute name: readonly userId: number;|LauncherAbilityInfo.d.ts|
|Added|NA|Module name: LauncherAbilityInfo<br>Class name: LauncherAbilityInfo<br>Method or attribute name: readonly installTime : number;|LauncherAbilityInfo.d.ts|
|Added|NA|Module name: Metadata<br>Class name: Metadata|Metadata.d.ts|
|Added|NA|Module name: Metadata<br>Class name: Metadata<br>Method or attribute name: name: string;|Metadata.d.ts|
|Added|NA|Module name: Metadata<br>Class name: Metadata<br>Method or attribute name: value: string;|Metadata.d.ts|
|Added|NA|Module name: Metadata<br>Class name: Metadata<br>Method or attribute name: resource: string;|Metadata.d.ts|
|Added|NA|Module name: PermissionDef<br>Class name: PermissionDef<br>Method or attribute name: readonly permissionName: string;|PermissionDef.d.ts|
|Added|NA|Module name: PermissionDef<br>Class name: PermissionDef<br>Method or attribute name: readonly grantMode: number;|PermissionDef.d.ts|
|Added|NA|Module name: PermissionDef<br>Class name: PermissionDef<br>Method or attribute name: readonly labelId: number;|PermissionDef.d.ts|
|Added|NA|Module name: PermissionDef<br>Class name: PermissionDef<br>Method or attribute name: readonly descriptionId: number;|PermissionDef.d.ts|
|Added|NA|Module name: RemoteAbilityInfo<br>Class name: RemoteAbilityInfo|RemoteAbilityInfo.d.ts|
|Added|NA|Module name: RemoteAbilityInfo<br>Class name: RemoteAbilityInfo<br>Method or attribute name: readonly elementName: ElementName;|RemoteAbilityInfo.d.ts|
|Added|NA|Module name: RemoteAbilityInfo<br>Class name: RemoteAbilityInfo<br>Method or attribute name: readonly label: string;|RemoteAbilityInfo.d.ts|
|Added|NA|Module name: RemoteAbilityInfo<br>Class name: RemoteAbilityInfo<br>Method or attribute name: readonly icon: string;|RemoteAbilityInfo.d.ts|
|Added|NA|Module name: ShortcutInfo<br>Class name: ShortcutInfo|ShortcutInfo.d.ts|
|Added|NA|Module name: ShortcutInfo<br>Class name: ShortcutInfo<br>Method or attribute name: readonly id: string;|ShortcutInfo.d.ts|
|Added|NA|Module name: ShortcutInfo<br>Class name: ShortcutInfo<br>Method or attribute name: readonly bundleName: string;|ShortcutInfo.d.ts|
|Added|NA|Module name: ShortcutInfo<br>Class name: ShortcutInfo<br>Method or attribute name: readonly moduleName: string;|ShortcutInfo.d.ts|
|Added|NA|Module name: ShortcutInfo<br>Class name: ShortcutInfo<br>Method or attribute name: readonly hostAbility: string;|ShortcutInfo.d.ts|
|Added|NA|Module name: ShortcutInfo<br>Class name: ShortcutInfo<br>Method or attribute name: readonly icon: string;|ShortcutInfo.d.ts|
|Added|NA|Module name: ShortcutInfo<br>Class name: ShortcutInfo<br>Method or attribute name: readonly iconId: number;|ShortcutInfo.d.ts|
|Added|NA|Module name: ShortcutInfo<br>Class name: ShortcutInfo<br>Method or attribute name: readonly label: string;|ShortcutInfo.d.ts|
|Added|NA|Module name: ShortcutInfo<br>Class name: ShortcutInfo<br>Method or attribute name: readonly labelId: number;|ShortcutInfo.d.ts|
|Added|NA|Module name: ShortcutInfo<br>Class name: ShortcutInfo<br>Method or attribute name: readonly wants: Array\<ShortcutWant>;|ShortcutInfo.d.ts|
|Added|NA|Module name: ShortcutInfo<br>Class name: ShortcutWant|ShortcutInfo.d.ts|
|Added|NA|Module name: ShortcutInfo<br>Class name: ShortcutWant<br>Method or attribute name: readonly targetBundle: string;|ShortcutInfo.d.ts|
|Added|NA|Module name: ShortcutInfo<br>Class name: ShortcutWant<br>Method or attribute name: readonly targetModule: string;|ShortcutInfo.d.ts|
|Added|NA|Module name: ShortcutInfo<br>Class name: ShortcutWant<br>Method or attribute name: readonly targetAbility: string;|ShortcutInfo.d.ts|
|Deleted|Module name: ohos.bundle.bundleManager<br>Class name: LaunchType<br>Method or attribute name: STANDARD = 1|NA|@ohos.bundle.bundleManager.d.ts|
|Deleted|Module name: ohos.bundle.bundleManager<br>Class name: bundleManager<br>Method or attribute name: function getAbilityIcon(bundleName: string, moduleName: string, abilityName: string, callback: AsyncCallback\<image.PixelMap>): void;|NA|@ohos.bundle.bundleManager.d.ts|
|Deleted|Module name: ohos.bundle.bundleManager<br>Class name: bundleManager<br>Method or attribute name: function getAbilityIcon(bundleName: string, moduleName: string, abilityName: string): Promise\<image.PixelMap>;|NA|@ohos.bundle.bundleManager.d.ts|
|Deleted|Module name: abilityInfo<br>Class name: AbilityInfo<br>Method or attribute name: readonly type: bundleManager.AbilityType;|NA|abilityInfo.d.ts|
|Deleted|Module name: abilityInfo<br>Class name: AbilityInfo<br>Method or attribute name: readonly orientation: bundleManager.DisplayOrientation;|NA|abilityInfo.d.ts|
|Deleted|Module name: abilityInfo<br>Class name: AbilityInfo<br>Method or attribute name: readonly launchType: bundleManager.LaunchType;|NA|abilityInfo.d.ts|
|Deleted|Module name: abilityInfo<br>Class name: AbilityInfo<br>Method or attribute name: readonly metadata: Array\<Metadata>;|NA|abilityInfo.d.ts|
|Deleted|Module name: abilityInfo<br>Class name: AbilityInfo<br>Method or attribute name: readonly supportWindowModes: Array\<bundleManager.SupportWindowMode>;|NA|abilityInfo.d.ts|
|Deleted|Module name: abilityInfo<br>Class name: AbilityInfo<br>Method or attribute name: readonly windowSize: WindowSize;|NA|abilityInfo.d.ts|
|Deleted|Module name: abilityInfo<br>Class name: WindowSize|NA|abilityInfo.d.ts|
|Deleted|Module name: abilityInfo<br>Class name: WindowSize<br>Method or attribute name: readonly maxWindowRatio: number;|NA|abilityInfo.d.ts|
|Deleted|Module name: abilityInfo<br>Class name: WindowSize<br>Method or attribute name: readonly minWindowRatio: number;|NA|abilityInfo.d.ts|
|Deleted|Module name: abilityInfo<br>Class name: WindowSize<br>Method or attribute name: readonly maxWindowWidth: number;|NA|abilityInfo.d.ts|
|Deleted|Module name: abilityInfo<br>Class name: WindowSize<br>Method or attribute name: readonly minWindowWidth: number;|NA|abilityInfo.d.ts|
|Deleted|Module name: abilityInfo<br>Class name: WindowSize<br>Method or attribute name: readonly maxWindowHeight: number;|NA|abilityInfo.d.ts|
|Deleted|Module name: abilityInfo<br>Class name: WindowSize<br>Method or attribute name: readonly minWindowHeight: number;|NA|abilityInfo.d.ts|
|Deleted|Module name: applicationInfo<br>Class name: ApplicationInfo<br>Method or attribute name: readonly labelId: number;|NA|applicationInfo.d.ts|
|Deleted|Module name: applicationInfo<br>Class name: ApplicationInfo<br>Method or attribute name: readonly iconId: number;|NA|applicationInfo.d.ts|
|Deleted|Module name: applicationInfo<br>Class name: ApplicationInfo<br>Method or attribute name: readonly metadata: Map\<string, Array\<Metadata>>;|NA|applicationInfo.d.ts|
|Deleted|Module name: applicationInfo<br>Class name: ApplicationInfo<br>Method or attribute name: readonly iconResource: Resource;|NA|applicationInfo.d.ts|
|Deleted|Module name: applicationInfo<br>Class name: ApplicationInfo<br>Method or attribute name: readonly labelResource: Resource;|NA|applicationInfo.d.ts|
|Deleted|Module name: applicationInfo<br>Class name: ApplicationInfo<br>Method or attribute name: readonly descriptionResource: Resource;|NA|applicationInfo.d.ts|
|Deleted|Module name: applicationInfo<br>Class name: ApplicationInfo<br>Method or attribute name: readonly appDistributionType: string;|NA|applicationInfo.d.ts|
|Deleted|Module name: applicationInfo<br>Class name: ApplicationInfo<br>Method or attribute name: readonly appProvisionType: string;|NA|applicationInfo.d.ts|
|Deleted|Module name: bundleInfo<br>Class name: BundleInfo<br>Method or attribute name: readonly hapModulesInfo: Array\<HapModuleInfo>;|NA|bundleInfo.d.ts|
|Deleted|Module name: bundleInfo<br>Class name: BundleInfo<br>Method or attribute name: readonly permissionGrantStates: Array\<bundleManager.PermissionGrantState>;|NA|bundleInfo.d.ts|
|Deleted|Module name: bundleInfo<br>Class name: BundleInfo<br>Method or attribute name: readonly signatureInfo: SignatureInfo;|NA|bundleInfo.d.ts|
|Deleted|Module name: bundleInfo<br>Class name: ReqPermissionDetail<br>Method or attribute name: reasonId: number;|NA|bundleInfo.d.ts|
|Deleted|Module name: bundleInfo<br>Class name: SignatureInfo|NA|bundleInfo.d.ts|
|Deleted|Module name: bundleInfo<br>Class name: SignatureInfo<br>Method or attribute name: readonly appId: string;|NA|bundleInfo.d.ts|
|Deleted|Module name: bundleInfo<br>Class name: SignatureInfo<br>Method or attribute name: readonly fingerprint: string;|NA|bundleInfo.d.ts|
|Deleted|Module name: dispatchInfo<br>Class name: DispatchInfo|NA|dispatchInfo.d.ts|
|Deleted|Module name: dispatchInfo<br>Class name: DispatchInfo<br>Method or attribute name: readonly version: string;|NA|dispatchInfo.d.ts|
|Deleted|Module name: dispatchInfo<br>Class name: DispatchInfo<br>Method or attribute name: readonly dispatchAPIVersion: string;|NA|dispatchInfo.d.ts|
|Deleted|Module name: elementName<br>Class name: ElementName<br>Method or attribute name: moduleName?: string;|NA|elementName.d.ts|
|Deleted|Module name: extensionAbilityInfo<br>Class name: ExtensionAbilityInfo|NA|extensionAbilityInfo.d.ts|
|Deleted|Module name: extensionAbilityInfo<br>Class name: ExtensionAbilityInfo<br>Method or attribute name: readonly bundleName: string;|NA|extensionAbilityInfo.d.ts|
|Deleted|Module name: extensionAbilityInfo<br>Class name: ExtensionAbilityInfo<br>Method or attribute name: readonly moduleName: string;|NA|extensionAbilityInfo.d.ts|
|Deleted|Module name: extensionAbilityInfo<br>Class name: ExtensionAbilityInfo<br>Method or attribute name: readonly name: string;|NA|extensionAbilityInfo.d.ts|
|Deleted|Module name: extensionAbilityInfo<br>Class name: ExtensionAbilityInfo<br>Method or attribute name: readonly labelId: number;|NA|extensionAbilityInfo.d.ts|
|Deleted|Module name: extensionAbilityInfo<br>Class name: ExtensionAbilityInfo<br>Method or attribute name: readonly descriptionId: number;|NA|extensionAbilityInfo.d.ts|
|Deleted|Module name: extensionAbilityInfo<br>Class name: ExtensionAbilityInfo<br>Method or attribute name: readonly iconId: number;|NA|extensionAbilityInfo.d.ts|
|Deleted|Module name: extensionAbilityInfo<br>Class name: ExtensionAbilityInfo<br>Method or attribute name: readonly isVisible: boolean;|NA|extensionAbilityInfo.d.ts|
|Deleted|Module name: extensionAbilityInfo<br>Class name: ExtensionAbilityInfo<br>Method or attribute name: readonly extensionAbilityType: bundleManager.ExtensionAbilityType;|NA|extensionAbilityInfo.d.ts|
|Deleted|Module name: extensionAbilityInfo<br>Class name: ExtensionAbilityInfo<br>Method or attribute name: readonly permissions: Array\<string>;|NA|extensionAbilityInfo.d.ts|
|Deleted|Module name: extensionAbilityInfo<br>Class name: ExtensionAbilityInfo<br>Method or attribute name: readonly applicationInfo: ApplicationInfo;|NA|extensionAbilityInfo.d.ts|
|Deleted|Module name: extensionAbilityInfo<br>Class name: ExtensionAbilityInfo<br>Method or attribute name: readonly metadata: Array\<Metadata>;|NA|extensionAbilityInfo.d.ts|
|Deleted|Module name: extensionAbilityInfo<br>Class name: ExtensionAbilityInfo<br>Method or attribute name: readonly enabled: boolean;|NA|extensionAbilityInfo.d.ts|
|Deleted|Module name: extensionAbilityInfo<br>Class name: ExtensionAbilityInfo<br>Method or attribute name: readonly readPermission: string;|NA|extensionAbilityInfo.d.ts|
|Deleted|Module name: extensionAbilityInfo<br>Class name: ExtensionAbilityInfo<br>Method or attribute name: readonly writePermission: string;|NA|extensionAbilityInfo.d.ts|
|Deleted|Module name: hapModuleInfo<br>Class name: HapModuleInfo<br>Method or attribute name: readonly mainElementName: string;|NA|hapModuleInfo.d.ts|
|Deleted|Module name: hapModuleInfo<br>Class name: HapModuleInfo<br>Method or attribute name: readonly abilitiesInfo: Array\<AbilityInfo>;|NA|hapModuleInfo.d.ts|
|Deleted|Module name: hapModuleInfo<br>Class name: HapModuleInfo<br>Method or attribute name: readonly extensionAbilitiesInfo: Array\<ExtensionAbilityInfo>;|NA|hapModuleInfo.d.ts|
|Deleted|Module name: hapModuleInfo<br>Class name: HapModuleInfo<br>Method or attribute name: readonly metadata: Array\<Metadata>;|NA|hapModuleInfo.d.ts|
|Deleted|Module name: hapModuleInfo<br>Class name: HapModuleInfo<br>Method or attribute name: readonly hashValue: string;|NA|hapModuleInfo.d.ts|
|Deleted|Module name: metadata<br>Class name: Metadata|NA|metadata.d.ts|
|Deleted|Module name: metadata<br>Class name: Metadata<br>Method or attribute name: name: string;|NA|metadata.d.ts|
|Deleted|Module name: metadata<br>Class name: Metadata<br>Method or attribute name: value: string;|NA|metadata.d.ts|
|Deleted|Module name: metadata<br>Class name: Metadata<br>Method or attribute name: resource: string;|NA|metadata.d.ts|
|Deleted|Module name: packInfo<br>Class name: BundlePackInfo|NA|packInfo.d.ts|
|Deleted|Module name: packInfo<br>Class name: BundlePackInfo<br>Method or attribute name: readonly packages: Array\<PackageConfig>;|NA|packInfo.d.ts|
|Deleted|Module name: packInfo<br>Class name: BundlePackInfo<br>Method or attribute name: readonly summary: PackageSummary;|NA|packInfo.d.ts|
|Deleted|Module name: packInfo<br>Class name: PackageConfig|NA|packInfo.d.ts|
|Deleted|Module name: packInfo<br>Class name: PackageConfig<br>Method or attribute name: readonly deviceTypes: Array\<string>;|NA|packInfo.d.ts|
|Deleted|Module name: packInfo<br>Class name: PackageConfig<br>Method or attribute name: readonly name: string;|NA|packInfo.d.ts|
|Deleted|Module name: packInfo<br>Class name: PackageConfig<br>Method or attribute name: readonly moduleType: string;|NA|packInfo.d.ts|
|Deleted|Module name: packInfo<br>Class name: PackageConfig<br>Method or attribute name: readonly deliveryWithInstall: boolean;|NA|packInfo.d.ts|
|Deleted|Module name: packInfo<br>Class name: PackageSummary|NA|packInfo.d.ts|
|Deleted|Module name: packInfo<br>Class name: PackageSummary<br>Method or attribute name: readonly app: BundleConfigInfo;|NA|packInfo.d.ts|
|Deleted|Module name: packInfo<br>Class name: PackageSummary<br>Method or attribute name: readonly modules: Array\<ModuleConfigInfo>;|NA|packInfo.d.ts|
|Deleted|Module name: packInfo<br>Class name: BundleConfigInfo|NA|packInfo.d.ts|
|Deleted|Module name: packInfo<br>Class name: BundleConfigInfo<br>Method or attribute name: readonly bundleName: string;|NA|packInfo.d.ts|
|Deleted|Module name: packInfo<br>Class name: BundleConfigInfo<br>Method or attribute name: readonly version: Version;|NA|packInfo.d.ts|
|Deleted|Module name: packInfo<br>Class name: ExtensionAbility|NA|packInfo.d.ts|
|Deleted|Module name: packInfo<br>Class name: ExtensionAbility<br>Method or attribute name: readonly name: string;|NA|packInfo.d.ts|
|Deleted|Module name: packInfo<br>Class name: ExtensionAbility<br>Method or attribute name: readonly forms: Array\<AbilityFormInfo>;|NA|packInfo.d.ts|
|Deleted|Module name: packInfo<br>Class name: ModuleConfigInfo|NA|packInfo.d.ts|
|Deleted|Module name: packInfo<br>Class name: ModuleConfigInfo<br>Method or attribute name: readonly mainAbility: string;|NA|packInfo.d.ts|
|Deleted|Module name: packInfo<br>Class name: ModuleConfigInfo<br>Method or attribute name: readonly apiVersion: ApiVersion;|NA|packInfo.d.ts|
|Deleted|Module name: packInfo<br>Class name: ModuleConfigInfo<br>Method or attribute name: readonly deviceTypes: Array\<string>;|NA|packInfo.d.ts|
|Deleted|Module name: packInfo<br>Class name: ModuleConfigInfo<br>Method or attribute name: readonly distro: ModuleDistroInfo;|NA|packInfo.d.ts|
|Deleted|Module name: packInfo<br>Class name: ModuleConfigInfo<br>Method or attribute name: readonly abilities: Array\<ModuleAbilityInfo>;|NA|packInfo.d.ts|
|Deleted|Module name: packInfo<br>Class name: ModuleConfigInfo<br>Method or attribute name: readonly extensionAbilities: Array\<ExtensionAbility>;|NA|packInfo.d.ts|
|Deleted|Module name: packInfo<br>Class name: ModuleDistroInfo|NA|packInfo.d.ts|
|Deleted|Module name: packInfo<br>Class name: ModuleDistroInfo<br>Method or attribute name: readonly deliveryWithInstall: boolean;|NA|packInfo.d.ts|
|Deleted|Module name: packInfo<br>Class name: ModuleDistroInfo<br>Method or attribute name: readonly installationFree: boolean;|NA|packInfo.d.ts|
|Deleted|Module name: packInfo<br>Class name: ModuleDistroInfo<br>Method or attribute name: readonly moduleName: string;|NA|packInfo.d.ts|
|Deleted|Module name: packInfo<br>Class name: ModuleDistroInfo<br>Method or attribute name: readonly moduleType: string;|NA|packInfo.d.ts|
|Deleted|Module name: packInfo<br>Class name: ModuleAbilityInfo|NA|packInfo.d.ts|
|Deleted|Module name: packInfo<br>Class name: ModuleAbilityInfo<br>Method or attribute name: readonly name: string;|NA|packInfo.d.ts|
|Deleted|Module name: packInfo<br>Class name: ModuleAbilityInfo<br>Method or attribute name: readonly label: string;|NA|packInfo.d.ts|
|Deleted|Module name: packInfo<br>Class name: ModuleAbilityInfo<br>Method or attribute name: readonly visible: boolean;|NA|packInfo.d.ts|
|Deleted|Module name: packInfo<br>Class name: ModuleAbilityInfo<br>Method or attribute name: readonly forms: Array\<AbilityFormInfo>;|NA|packInfo.d.ts|
|Deleted|Module name: packInfo<br>Class name: AbilityFormInfo|NA|packInfo.d.ts|
|Deleted|Module name: packInfo<br>Class name: AbilityFormInfo<br>Method or attribute name: readonly name: string;|NA|packInfo.d.ts|
|Deleted|Module name: packInfo<br>Class name: AbilityFormInfo<br>Method or attribute name: readonly type: string;|NA|packInfo.d.ts|
|Deleted|Module name: packInfo<br>Class name: AbilityFormInfo<br>Method or attribute name: readonly updateEnabled: boolean;|NA|packInfo.d.ts|
|Deleted|Module name: packInfo<br>Class name: AbilityFormInfo<br>Method or attribute name: readonly scheduledUpdateTime: string;|NA|packInfo.d.ts|
|Deleted|Module name: packInfo<br>Class name: AbilityFormInfo<br>Method or attribute name: readonly updateDuration: number;|NA|packInfo.d.ts|
|Deleted|Module name: packInfo<br>Class name: AbilityFormInfo<br>Method or attribute name: readonly supportDimensions: Array\<string>;|NA|packInfo.d.ts|
|Deleted|Module name: packInfo<br>Class name: AbilityFormInfo<br>Method or attribute name: readonly defaultDimension: string;|NA|packInfo.d.ts|
|Deleted|Module name: packInfo<br>Class name: Version|NA|packInfo.d.ts|
|Deleted|Module name: packInfo<br>Class name: Version<br>Method or attribute name: readonly minCompatibleVersionCode: number;|NA|packInfo.d.ts|
|Deleted|Module name: packInfo<br>Class name: Version<br>Method or attribute name: readonly name: string;|NA|packInfo.d.ts|
|Deleted|Module name: packInfo<br>Class name: Version<br>Method or attribute name: readonly code: number;|NA|packInfo.d.ts|
|Deleted|Module name: packInfo<br>Class name: ApiVersion|NA|packInfo.d.ts|
|Deleted|Module name: packInfo<br>Class name: ApiVersion<br>Method or attribute name: readonly releaseType: string;|NA|packInfo.d.ts|
|Deleted|Module name: packInfo<br>Class name: ApiVersion<br>Method or attribute name: readonly compatible: number;|NA|packInfo.d.ts|
|Deleted|Module name: packInfo<br>Class name: ApiVersion<br>Method or attribute name: readonly target: number;|NA|packInfo.d.ts|
|Deleted|Module name: permissionDef<br>Class name: PermissionDef|NA|permissionDef.d.ts|
|Deleted|Module name: permissionDef<br>Class name: PermissionDef<br>Method or attribute name: readonly permissionName: string;|NA|permissionDef.d.ts|
|Deleted|Module name: permissionDef<br>Class name: PermissionDef<br>Method or attribute name: readonly grantMode: number;|NA|permissionDef.d.ts|
|Deleted|Module name: permissionDef<br>Class name: PermissionDef<br>Method or attribute name: readonly labelId: number;|NA|permissionDef.d.ts|
|Deleted|Module name: permissionDef<br>Class name: PermissionDef<br>Method or attribute name: readonly descriptionId: number;|NA|permissionDef.d.ts|
|Deleted|Module name: shortcutInfo<br>Class name: ShortcutInfo<br>Method or attribute name: readonly moduleName: string;|NA|shortcutInfo.d.ts|
|Deleted|Module name: shortcutInfo<br>Class name: ShortcutWant<br>Method or attribute name: readonly targetModule: string;|NA|shortcutInfo.d.ts|
|Deleted|Module name: shortcutInfo<br>Class name: ShortcutWant<br>Method or attribute name: readonly targetAbility: string;|NA|shortcutInfo.d.ts|
|Function changed|Class name: BundleInstaller<br>Method or attribute name: uninstall(bundleName: string, installParam: InstallParam, callback : AsyncCallback\<void>) : void;<br>|Class name: BundleInstaller<br>Method or attribute name: uninstall(bundleName: string, installParam: InstallParam, callback : AsyncCallback\<void>) : void;<br>|@ohos.bundle.installer.d.ts|
|Function changed|Class name: BundleInstaller<br>Method or attribute name: uninstall(bundleName: string, installParam: InstallParam, callback : AsyncCallback\<void>) : void;<br>|Class name: BundleInstaller<br>Method or attribute name: uninstall(bundleName: string, callback : AsyncCallback\<void>) : void;<br>|@ohos.bundle.installer.d.ts|
| Change Type | Old Version | New Version | d.ts File |
| ---- | ------ | ------ | -------- |
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: bluetoothManager|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: bluetoothManager<br>Method or attribute name: function getState(): BluetoothState;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: bluetoothManager<br>Method or attribute name: function getBtConnectionState(): ProfileConnectionState;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: bluetoothManager<br>Method or attribute name: function pairDevice(deviceId: string): void;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: bluetoothManager<br>Method or attribute name: function cancelPairedDevice(deviceId: string): void;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: bluetoothManager<br>Method or attribute name: function getRemoteDeviceName(deviceId: string): string;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: bluetoothManager<br>Method or attribute name: function getRemoteDeviceClass(deviceId: string): DeviceClass;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: bluetoothManager<br>Method or attribute name: function enableBluetooth(): void;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: bluetoothManager<br>Method or attribute name: function disableBluetooth(): void;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: bluetoothManager<br>Method or attribute name: function getLocalName(): string;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: bluetoothManager<br>Method or attribute name: function getPairedDevices(): Array\<string>;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: bluetoothManager<br>Method or attribute name: function getProfileConnectionState(profileId: ProfileId): ProfileConnectionState;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: bluetoothManager<br>Method or attribute name: function setDevicePairingConfirmation(device: string, accept: boolean): void;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: bluetoothManager<br>Method or attribute name: function setLocalName(name: string): void;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: bluetoothManager<br>Method or attribute name: function setBluetoothScanMode(mode: ScanMode, duration: number): void;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: bluetoothManager<br>Method or attribute name: function getBluetoothScanMode(): ScanMode;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: bluetoothManager<br>Method or attribute name: function startBluetoothDiscovery(): void;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: bluetoothManager<br>Method or attribute name: function stopBluetoothDiscovery(): void;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: bluetoothManager<br>Method or attribute name: function on(type: "bluetoothDeviceFind", callback: Callback\<Array\<string>>): void;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: bluetoothManager<br>Method or attribute name: function off(type: "bluetoothDeviceFind", callback?: Callback\<Array\<string>>): void;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: bluetoothManager<br>Method or attribute name: function on(type: "bondStateChange", callback: Callback\<BondStateParam>): void;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: bluetoothManager<br>Method or attribute name: function off(type: "bondStateChange", callback?: Callback\<BondStateParam>): void;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: bluetoothManager<br>Method or attribute name: function on(type: "pinRequired", callback: Callback\<PinRequiredParam>): void;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: bluetoothManager<br>Method or attribute name: function off(type: "pinRequired", callback?: Callback\<PinRequiredParam>): void;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: bluetoothManager<br>Method or attribute name: function on(type: "stateChange", callback: Callback\<BluetoothState>): void;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: bluetoothManager<br>Method or attribute name: function off(type: "stateChange", callback?: Callback\<BluetoothState>): void;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: bluetoothManager<br>Method or attribute name: function sppListen(name: string, option: SppOption, callback: AsyncCallback\<number>): void;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: bluetoothManager<br>Method or attribute name: function sppAccept(serverSocket: number, callback: AsyncCallback\<number>): void;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: bluetoothManager<br>Method or attribute name: function sppConnect(device: string, option: SppOption, callback: AsyncCallback\<number>): void;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: bluetoothManager<br>Method or attribute name: function sppCloseServerSocket(socket: number): void;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: bluetoothManager<br>Method or attribute name: function sppCloseClientSocket(socket: number): void;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: bluetoothManager<br>Method or attribute name: function sppWrite(clientSocket: number, data: ArrayBuffer): void;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: bluetoothManager<br>Method or attribute name: function on(type: "sppRead", clientSocket: number, callback: Callback\<ArrayBuffer>): void;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: bluetoothManager<br>Method or attribute name: function off(type: "sppRead", clientSocket: number, callback?: Callback\<ArrayBuffer>): void;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: bluetoothManager<br>Method or attribute name: function getProfileInstance(profileId: ProfileId): A2dpSourceProfile \| HandsFreeAudioGatewayProfile \| HidHostProfile \| PanProfile;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: BaseProfile|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: BaseProfile<br>Method or attribute name: getConnectionDevices(): Array\<string>;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: BaseProfile<br>Method or attribute name: getDeviceState(device: string): ProfileConnectionState;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: A2dpSourceProfile|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: A2dpSourceProfile<br>Method or attribute name: connect(device: string): void;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: A2dpSourceProfile<br>Method or attribute name: disconnect(device: string): void;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: A2dpSourceProfile<br>Method or attribute name: on(type: "connectionStateChange", callback: Callback\<StateChangeParam>): void;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: A2dpSourceProfile<br>Method or attribute name: off(type: "connectionStateChange", callback?: Callback\<StateChangeParam>): void;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: A2dpSourceProfile<br>Method or attribute name: getPlayingState(device: string): PlayingState;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: HandsFreeAudioGatewayProfile|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: HandsFreeAudioGatewayProfile<br>Method or attribute name: connect(device: string): void;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: HandsFreeAudioGatewayProfile<br>Method or attribute name: disconnect(device: string): void;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: HandsFreeAudioGatewayProfile<br>Method or attribute name: on(type: "connectionStateChange", callback: Callback\<StateChangeParam>): void;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: HandsFreeAudioGatewayProfile<br>Method or attribute name: off(type: "connectionStateChange", callback?: Callback\<StateChangeParam>): void;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: HidHostProfile|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: HidHostProfile<br>Method or attribute name: connect(device: string): void;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: HidHostProfile<br>Method or attribute name: disconnect(device: string): void;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: HidHostProfile<br>Method or attribute name: on(type: "connectionStateChange", callback: Callback\<StateChangeParam>): void;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: HidHostProfile<br>Method or attribute name: off(type: "connectionStateChange", callback?: Callback\<StateChangeParam>): void;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: PanProfile|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: PanProfile<br>Method or attribute name: disconnect(device: string): void;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: PanProfile<br>Method or attribute name: on(type: "connectionStateChange", callback: Callback\<StateChangeParam>): void;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: PanProfile<br>Method or attribute name: off(type: "connectionStateChange", callback?: Callback\<StateChangeParam>): void;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: PanProfile<br>Method or attribute name: setTethering(enable: boolean): void;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: PanProfile<br>Method or attribute name: isTetheringOn(): boolean;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: BLE|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: BLE<br>Method or attribute name: function createGattServer(): GattServer;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: BLE<br>Method or attribute name: function createGattClientDevice(deviceId: string): GattClientDevice;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: BLE<br>Method or attribute name: function getConnectedBLEDevices(): Array\<string>;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: BLE<br>Method or attribute name: function startBLEScan(filters: Array\<ScanFilter>, options?: ScanOptions): void;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: BLE<br>Method or attribute name: function stopBLEScan(): void;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: BLE<br>Method or attribute name: function on(type: "BLEDeviceFind", callback: Callback\<Array\<ScanResult>>): void;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: BLE<br>Method or attribute name: function off(type: "BLEDeviceFind", callback?: Callback\<Array\<ScanResult>>): void;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: GattServer|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: GattServer<br>Method or attribute name: startAdvertising(setting: AdvertiseSetting, advData: AdvertiseData, advResponse?: AdvertiseData): void;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: GattServer<br>Method or attribute name: stopAdvertising(): void;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: GattServer<br>Method or attribute name: addService(service: GattService): void;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: GattServer<br>Method or attribute name: removeService(serviceUuid: string): void;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: GattServer<br>Method or attribute name: close(): void;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: GattServer<br>Method or attribute name: notifyCharacteristicChanged(deviceId: string, notifyCharacteristic: NotifyCharacteristic): void;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: GattServer<br>Method or attribute name: sendResponse(serverResponse: ServerResponse): void;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: GattServer<br>Method or attribute name: on(type: "characteristicRead", callback: Callback\<CharacteristicReadRequest>): void;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: GattServer<br>Method or attribute name: off(type: "characteristicRead", callback?: Callback\<CharacteristicReadRequest>): void;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: GattServer<br>Method or attribute name: on(type: "characteristicWrite", callback: Callback\<CharacteristicWriteRequest>): void;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: GattServer<br>Method or attribute name: off(type: "characteristicWrite", callback?: Callback\<CharacteristicWriteRequest>): void;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: GattServer<br>Method or attribute name: on(type: "descriptorRead", callback: Callback\<DescriptorReadRequest>): void;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: GattServer<br>Method or attribute name: off(type: "descriptorRead", callback?: Callback\<DescriptorReadRequest>): void;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: GattServer<br>Method or attribute name: on(type: "descriptorWrite", callback: Callback\<DescriptorWriteRequest>): void;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: GattServer<br>Method or attribute name: off(type: "descriptorWrite", callback?: Callback\<DescriptorWriteRequest>): void;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: GattServer<br>Method or attribute name: on(type: "connectStateChange", callback: Callback\<BLEConnectChangedState>): void;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: GattServer<br>Method or attribute name: off(type: "connectStateChange", callback?: Callback\<BLEConnectChangedState>): void;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: GattClientDevice|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: GattClientDevice<br>Method or attribute name: connect(): void;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: GattClientDevice<br>Method or attribute name: disconnect(): void;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: GattClientDevice<br>Method or attribute name: close(): void;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: GattClientDevice<br>Method or attribute name: getDeviceName(callback: AsyncCallback\<string>): void;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: GattClientDevice<br>Method or attribute name: getDeviceName(): Promise\<string>;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: GattClientDevice<br>Method or attribute name: getServices(callback: AsyncCallback\<Array\<GattService>>): void;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: GattClientDevice<br>Method or attribute name: getServices(): Promise\<Array\<GattService>>;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: GattClientDevice<br>Method or attribute name: readCharacteristicValue(characteristic: BLECharacteristic, callback: AsyncCallback\<BLECharacteristic>): void;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: GattClientDevice<br>Method or attribute name: readCharacteristicValue(characteristic: BLECharacteristic): Promise\<BLECharacteristic>;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: GattClientDevice<br>Method or attribute name: readDescriptorValue(descriptor: BLEDescriptor, callback: AsyncCallback\<BLEDescriptor>): void;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: GattClientDevice<br>Method or attribute name: readDescriptorValue(descriptor: BLEDescriptor): Promise\<BLEDescriptor>;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: GattClientDevice<br>Method or attribute name: writeCharacteristicValue(characteristic: BLECharacteristic): void;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: GattClientDevice<br>Method or attribute name: writeDescriptorValue(descriptor: BLEDescriptor): void;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: GattClientDevice<br>Method or attribute name: getRssiValue(callback: AsyncCallback\<number>): void;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: GattClientDevice<br>Method or attribute name: getRssiValue(): Promise\<number>;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: GattClientDevice<br>Method or attribute name: setBLEMtuSize(mtu: number): void;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: GattClientDevice<br>Method or attribute name: setNotifyCharacteristicChanged(characteristic: BLECharacteristic, enable: boolean): void;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: GattClientDevice<br>Method or attribute name: on(type: "BLECharacteristicChange", callback: Callback\<BLECharacteristic>): void;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: GattClientDevice<br>Method or attribute name: off(type: "BLECharacteristicChange", callback?: Callback\<BLECharacteristic>): void;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: GattClientDevice<br>Method or attribute name: on(type: "BLEConnectionStateChange", callback: Callback\<BLEConnectChangedState>): void;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: GattClientDevice<br>Method or attribute name: off(type: "BLEConnectionStateChange", callback?: Callback\<BLEConnectChangedState>): void;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: GattService|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: GattService<br>Method or attribute name: serviceUuid: string;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: GattService<br>Method or attribute name: isPrimary: boolean;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: GattService<br>Method or attribute name: characteristics: Array\<BLECharacteristic>;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: GattService<br>Method or attribute name: includeServices?: Array\<GattService>;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: BLECharacteristic|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: BLECharacteristic<br>Method or attribute name: serviceUuid: string;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: BLECharacteristic<br>Method or attribute name: characteristicUuid: string;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: BLECharacteristic<br>Method or attribute name: characteristicValue: ArrayBuffer;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: BLECharacteristic<br>Method or attribute name: descriptors: Array\<BLEDescriptor>;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: BLEDescriptor|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: BLEDescriptor<br>Method or attribute name: serviceUuid: string;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: BLEDescriptor<br>Method or attribute name: characteristicUuid: string;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: BLEDescriptor<br>Method or attribute name: descriptorUuid: string;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: BLEDescriptor<br>Method or attribute name: descriptorValue: ArrayBuffer;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: NotifyCharacteristic|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: NotifyCharacteristic<br>Method or attribute name: serviceUuid: string;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: NotifyCharacteristic<br>Method or attribute name: characteristicUuid: string;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: NotifyCharacteristic<br>Method or attribute name: characteristicValue: ArrayBuffer;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: NotifyCharacteristic<br>Method or attribute name: confirm: boolean;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: CharacteristicReadRequest|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: CharacteristicReadRequest<br>Method or attribute name: deviceId: string;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: CharacteristicReadRequest<br>Method or attribute name: transId: number;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: CharacteristicReadRequest<br>Method or attribute name: offset: number;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: CharacteristicReadRequest<br>Method or attribute name: characteristicUuid: string;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: CharacteristicReadRequest<br>Method or attribute name: serviceUuid: string;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: CharacteristicWriteRequest|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: CharacteristicWriteRequest<br>Method or attribute name: deviceId: string;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: CharacteristicWriteRequest<br>Method or attribute name: transId: number;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: CharacteristicWriteRequest<br>Method or attribute name: offset: number;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: CharacteristicWriteRequest<br>Method or attribute name: isPrep: boolean;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: CharacteristicWriteRequest<br>Method or attribute name: needRsp: boolean;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: CharacteristicWriteRequest<br>Method or attribute name: value: ArrayBuffer;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: CharacteristicWriteRequest<br>Method or attribute name: characteristicUuid: string;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: CharacteristicWriteRequest<br>Method or attribute name: serviceUuid: string;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: DescriptorReadRequest|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: DescriptorReadRequest<br>Method or attribute name: deviceId: string;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: DescriptorReadRequest<br>Method or attribute name: transId: number;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: DescriptorReadRequest<br>Method or attribute name: offset: number;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: DescriptorReadRequest<br>Method or attribute name: descriptorUuid: string;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: DescriptorReadRequest<br>Method or attribute name: characteristicUuid: string;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: DescriptorReadRequest<br>Method or attribute name: serviceUuid: string;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: DescriptorWriteRequest|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: DescriptorWriteRequest<br>Method or attribute name: deviceId: string;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: DescriptorWriteRequest<br>Method or attribute name: transId: number;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: DescriptorWriteRequest<br>Method or attribute name: offset: number;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: DescriptorWriteRequest<br>Method or attribute name: isPrep: boolean;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: DescriptorWriteRequest<br>Method or attribute name: needRsp: boolean;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: DescriptorWriteRequest<br>Method or attribute name: value: ArrayBuffer;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: DescriptorWriteRequest<br>Method or attribute name: descriptorUuid: string;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: DescriptorWriteRequest<br>Method or attribute name: characteristicUuid: string;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: DescriptorWriteRequest<br>Method or attribute name: serviceUuid: string;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: ServerResponse|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: ServerResponse<br>Method or attribute name: deviceId: string;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: ServerResponse<br>Method or attribute name: transId: number;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: ServerResponse<br>Method or attribute name: status: number;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: ServerResponse<br>Method or attribute name: offset: number;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: ServerResponse<br>Method or attribute name: value: ArrayBuffer;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: BLEConnectChangedState|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: BLEConnectChangedState<br>Method or attribute name: deviceId: string;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: BLEConnectChangedState<br>Method or attribute name: state: ProfileConnectionState;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: ScanResult|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: ScanResult<br>Method or attribute name: deviceId: string;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: ScanResult<br>Method or attribute name: rssi: number;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: ScanResult<br>Method or attribute name: data: ArrayBuffer;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: AdvertiseSetting|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: AdvertiseSetting<br>Method or attribute name: interval?: number;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: AdvertiseSetting<br>Method or attribute name: txPower?: number;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: AdvertiseSetting<br>Method or attribute name: connectable?: boolean;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: AdvertiseData|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: AdvertiseData<br>Method or attribute name: serviceUuids: Array\<string>;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: AdvertiseData<br>Method or attribute name: manufactureData: Array\<ManufactureData>;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: AdvertiseData<br>Method or attribute name: serviceData: Array\<ServiceData>;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: ManufactureData|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: ManufactureData<br>Method or attribute name: manufactureId: number;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: ManufactureData<br>Method or attribute name: manufactureValue: ArrayBuffer;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: ServiceData|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: ServiceData<br>Method or attribute name: serviceUuid: string;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: ServiceData<br>Method or attribute name: serviceValue: ArrayBuffer;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: ScanFilter|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: ScanFilter<br>Method or attribute name: deviceId?: string;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: ScanFilter<br>Method or attribute name: name?: string;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: ScanFilter<br>Method or attribute name: serviceUuid?: string;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: ScanFilter<br>Method or attribute name: serviceUuidMask?: string;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: ScanFilter<br>Method or attribute name: serviceSolicitationUuid?: string;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: ScanFilter<br>Method or attribute name: serviceSolicitationUuidMask?: string;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: ScanFilter<br>Method or attribute name: serviceData?: ArrayBuffer;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: ScanFilter<br>Method or attribute name: serviceDataMask?: ArrayBuffer;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: ScanFilter<br>Method or attribute name: manufactureId?: number;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: ScanFilter<br>Method or attribute name: manufactureData?: ArrayBuffer;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: ScanFilter<br>Method or attribute name: manufactureDataMask?: ArrayBuffer;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: ScanOptions|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: ScanOptions<br>Method or attribute name: interval?: number;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: ScanOptions<br>Method or attribute name: dutyMode?: ScanDuty;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: ScanOptions<br>Method or attribute name: matchMode?: MatchMode;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: SppOption|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: SppOption<br>Method or attribute name: uuid: string;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: SppOption<br>Method or attribute name: secure: boolean;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: SppOption<br>Method or attribute name: type: SppType;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: PinRequiredParam|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: PinRequiredParam<br>Method or attribute name: deviceId: string;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: PinRequiredParam<br>Method or attribute name: pinCode: string;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: DeviceClass|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: DeviceClass<br>Method or attribute name: majorClass: MajorClass;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: DeviceClass<br>Method or attribute name: majorMinorClass: MajorMinorClass;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: DeviceClass<br>Method or attribute name: classOfDevice: number;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: BondStateParam|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: BondStateParam<br>Method or attribute name: deviceId: string;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: BondStateParam<br>Method or attribute name: state: BondState;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: StateChangeParam|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: StateChangeParam<br>Method or attribute name: deviceId: string;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: StateChangeParam<br>Method or attribute name: state: ProfileConnectionState;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: ScanDuty|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: ScanDuty<br>Method or attribute name: SCAN_MODE_LOW_POWER = 0|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: ScanDuty<br>Method or attribute name: SCAN_MODE_BALANCED = 1|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: ScanDuty<br>Method or attribute name: SCAN_MODE_LOW_LATENCY = 2|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: MatchMode|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: MatchMode<br>Method or attribute name: MATCH_MODE_AGGRESSIVE = 1|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: MatchMode<br>Method or attribute name: MATCH_MODE_STICKY = 2|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: ProfileConnectionState|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: ProfileConnectionState<br>Method or attribute name: STATE_DISCONNECTED = 0|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: ProfileConnectionState<br>Method or attribute name: STATE_CONNECTING = 1|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: ProfileConnectionState<br>Method or attribute name: STATE_CONNECTED = 2|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: ProfileConnectionState<br>Method or attribute name: STATE_DISCONNECTING = 3|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: BluetoothState|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: BluetoothState<br>Method or attribute name: STATE_OFF = 0|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: BluetoothState<br>Method or attribute name: STATE_TURNING_ON = 1|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: BluetoothState<br>Method or attribute name: STATE_ON = 2|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: BluetoothState<br>Method or attribute name: STATE_TURNING_OFF = 3|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: BluetoothState<br>Method or attribute name: STATE_BLE_TURNING_ON = 4|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: BluetoothState<br>Method or attribute name: STATE_BLE_ON = 5|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: BluetoothState<br>Method or attribute name: STATE_BLE_TURNING_OFF = 6|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: SppType|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: SppType<br>Method or attribute name: SPP_RFCOMM|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: ScanMode|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: ScanMode<br>Method or attribute name: SCAN_MODE_NONE = 0|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: ScanMode<br>Method or attribute name: SCAN_MODE_CONNECTABLE = 1|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: ScanMode<br>Method or attribute name: SCAN_MODE_GENERAL_DISCOVERABLE = 2|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: ScanMode<br>Method or attribute name: SCAN_MODE_LIMITED_DISCOVERABLE = 3|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: ScanMode<br>Method or attribute name: SCAN_MODE_CONNECTABLE_GENERAL_DISCOVERABLE = 4|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: ScanMode<br>Method or attribute name: SCAN_MODE_CONNECTABLE_LIMITED_DISCOVERABLE = 5|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: BondState|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: BondState<br>Method or attribute name: BOND_STATE_INVALID = 0|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: BondState<br>Method or attribute name: BOND_STATE_BONDING = 1|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: BondState<br>Method or attribute name: BOND_STATE_BONDED = 2|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: MajorClass|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: MajorClass<br>Method or attribute name: MAJOR_MISC = 0x0000|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: MajorClass<br>Method or attribute name: MAJOR_COMPUTER = 0x0100|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: MajorClass<br>Method or attribute name: MAJOR_PHONE = 0x0200|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: MajorClass<br>Method or attribute name: MAJOR_NETWORKING = 0x0300|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: MajorClass<br>Method or attribute name: MAJOR_AUDIO_VIDEO = 0x0400|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: MajorClass<br>Method or attribute name: MAJOR_PERIPHERAL = 0x0500|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: MajorClass<br>Method or attribute name: MAJOR_IMAGING = 0x0600|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: MajorClass<br>Method or attribute name: MAJOR_WEARABLE = 0x0700|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: MajorClass<br>Method or attribute name: MAJOR_TOY = 0x0800|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: MajorClass<br>Method or attribute name: MAJOR_HEALTH = 0x0900|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: MajorClass<br>Method or attribute name: MAJOR_UNCATEGORIZED = 0x1F00|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: MajorMinorClass|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: MajorMinorClass<br>Method or attribute name: COMPUTER_UNCATEGORIZED = 0x0100|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: MajorMinorClass<br>Method or attribute name: COMPUTER_DESKTOP = 0x0104|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: MajorMinorClass<br>Method or attribute name: COMPUTER_SERVER = 0x0108|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: MajorMinorClass<br>Method or attribute name: COMPUTER_LAPTOP = 0x010C|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: MajorMinorClass<br>Method or attribute name: COMPUTER_HANDHELD_PC_PDA = 0x0110|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: MajorMinorClass<br>Method or attribute name: COMPUTER_PALM_SIZE_PC_PDA = 0x0114|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: MajorMinorClass<br>Method or attribute name: COMPUTER_WEARABLE = 0x0118|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: MajorMinorClass<br>Method or attribute name: COMPUTER_TABLET = 0x011C|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: MajorMinorClass<br>Method or attribute name: PHONE_UNCATEGORIZED = 0x0200|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: MajorMinorClass<br>Method or attribute name: PHONE_CELLULAR = 0x0204|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: MajorMinorClass<br>Method or attribute name: PHONE_CORDLESS = 0x0208|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: MajorMinorClass<br>Method or attribute name: PHONE_SMART = 0x020C|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: MajorMinorClass<br>Method or attribute name: PHONE_MODEM_OR_GATEWAY = 0x0210|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: MajorMinorClass<br>Method or attribute name: PHONE_ISDN = 0x0214|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: MajorMinorClass<br>Method or attribute name: NETWORK_FULLY_AVAILABLE = 0x0300|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: MajorMinorClass<br>Method or attribute name: NETWORK_1_TO_17_UTILIZED = 0x0320|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: MajorMinorClass<br>Method or attribute name: NETWORK_17_TO_33_UTILIZED = 0x0340|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: MajorMinorClass<br>Method or attribute name: NETWORK_33_TO_50_UTILIZED = 0x0360|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: MajorMinorClass<br>Method or attribute name: NETWORK_60_TO_67_UTILIZED = 0x0380|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: MajorMinorClass<br>Method or attribute name: NETWORK_67_TO_83_UTILIZED = 0x03A0|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: MajorMinorClass<br>Method or attribute name: NETWORK_83_TO_99_UTILIZED = 0x03C0|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: MajorMinorClass<br>Method or attribute name: NETWORK_NO_SERVICE = 0x03E0|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: MajorMinorClass<br>Method or attribute name: AUDIO_VIDEO_UNCATEGORIZED = 0x0400|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: MajorMinorClass<br>Method or attribute name: AUDIO_VIDEO_WEARABLE_HEADSET = 0x0404|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: MajorMinorClass<br>Method or attribute name: AUDIO_VIDEO_HANDSFREE = 0x0408|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: MajorMinorClass<br>Method or attribute name: AUDIO_VIDEO_MICROPHONE = 0x0410|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: MajorMinorClass<br>Method or attribute name: AUDIO_VIDEO_LOUDSPEAKER = 0x0414|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: MajorMinorClass<br>Method or attribute name: AUDIO_VIDEO_HEADPHONES = 0x0418|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: MajorMinorClass<br>Method or attribute name: AUDIO_VIDEO_PORTABLE_AUDIO = 0x041C|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: MajorMinorClass<br>Method or attribute name: AUDIO_VIDEO_CAR_AUDIO = 0x0420|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: MajorMinorClass<br>Method or attribute name: AUDIO_VIDEO_SET_TOP_BOX = 0x0424|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: MajorMinorClass<br>Method or attribute name: AUDIO_VIDEO_HIFI_AUDIO = 0x0428|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: MajorMinorClass<br>Method or attribute name: AUDIO_VIDEO_VCR = 0x042C|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: MajorMinorClass<br>Method or attribute name: AUDIO_VIDEO_VIDEO_CAMERA = 0x0430|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: MajorMinorClass<br>Method or attribute name: AUDIO_VIDEO_CAMCORDER = 0x0434|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: MajorMinorClass<br>Method or attribute name: AUDIO_VIDEO_VIDEO_MONITOR = 0x0438|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: MajorMinorClass<br>Method or attribute name: AUDIO_VIDEO_VIDEO_DISPLAY_AND_LOUDSPEAKER = 0x043C|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: MajorMinorClass<br>Method or attribute name: AUDIO_VIDEO_VIDEO_CONFERENCING = 0x0440|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: MajorMinorClass<br>Method or attribute name: AUDIO_VIDEO_VIDEO_GAMING_TOY = 0x0448|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: MajorMinorClass<br>Method or attribute name: PERIPHERAL_NON_KEYBOARD_NON_POINTING = 0x0500|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: MajorMinorClass<br>Method or attribute name: PERIPHERAL_KEYBOARD = 0x0540|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: MajorMinorClass<br>Method or attribute name: PERIPHERAL_POINTING_DEVICE = 0x0580|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: MajorMinorClass<br>Method or attribute name: PERIPHERAL_KEYBOARD_POINTING = 0x05C0|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: MajorMinorClass<br>Method or attribute name: PERIPHERAL_UNCATEGORIZED = 0x0500|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: MajorMinorClass<br>Method or attribute name: PERIPHERAL_JOYSTICK = 0x0504|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: MajorMinorClass<br>Method or attribute name: PERIPHERAL_GAMEPAD = 0x0508|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: MajorMinorClass<br>Method or attribute name: PERIPHERAL_REMOTE_CONTROL = 0x05C0|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: MajorMinorClass<br>Method or attribute name: PERIPHERAL_SENSING_DEVICE = 0x0510|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: MajorMinorClass<br>Method or attribute name: PERIPHERAL_DIGITIZER_TABLET = 0x0514|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: MajorMinorClass<br>Method or attribute name: PERIPHERAL_CARD_READER = 0x0518|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: MajorMinorClass<br>Method or attribute name: PERIPHERAL_DIGITAL_PEN = 0x051C|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: MajorMinorClass<br>Method or attribute name: PERIPHERAL_SCANNER_RFID = 0x0520|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: MajorMinorClass<br>Method or attribute name: PERIPHERAL_GESTURAL_INPUT = 0x0522|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: MajorMinorClass<br>Method or attribute name: IMAGING_UNCATEGORIZED = 0x0600|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: MajorMinorClass<br>Method or attribute name: IMAGING_DISPLAY = 0x0610|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: MajorMinorClass<br>Method or attribute name: IMAGING_CAMERA = 0x0620|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: MajorMinorClass<br>Method or attribute name: IMAGING_SCANNER = 0x0640|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: MajorMinorClass<br>Method or attribute name: IMAGING_PRINTER = 0x0680|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: MajorMinorClass<br>Method or attribute name: WEARABLE_UNCATEGORIZED = 0x0700|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: MajorMinorClass<br>Method or attribute name: WEARABLE_WRIST_WATCH = 0x0704|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: MajorMinorClass<br>Method or attribute name: WEARABLE_PAGER = 0x0708|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: MajorMinorClass<br>Method or attribute name: WEARABLE_JACKET = 0x070C|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: MajorMinorClass<br>Method or attribute name: WEARABLE_HELMET = 0x0710|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: MajorMinorClass<br>Method or attribute name: WEARABLE_GLASSES = 0x0714|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: MajorMinorClass<br>Method or attribute name: TOY_UNCATEGORIZED = 0x0800|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: MajorMinorClass<br>Method or attribute name: TOY_ROBOT = 0x0804|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: MajorMinorClass<br>Method or attribute name: TOY_VEHICLE = 0x0808|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: MajorMinorClass<br>Method or attribute name: TOY_DOLL_ACTION_FIGURE = 0x080C|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: MajorMinorClass<br>Method or attribute name: TOY_CONTROLLER = 0x0810|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: MajorMinorClass<br>Method or attribute name: TOY_GAME = 0x0814|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: MajorMinorClass<br>Method or attribute name: HEALTH_UNCATEGORIZED = 0x0900|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: MajorMinorClass<br>Method or attribute name: HEALTH_BLOOD_PRESSURE = 0x0904|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: MajorMinorClass<br>Method or attribute name: HEALTH_THERMOMETER = 0x0908|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: MajorMinorClass<br>Method or attribute name: HEALTH_WEIGHING = 0x090C|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: MajorMinorClass<br>Method or attribute name: HEALTH_GLUCOSE = 0x0910|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: MajorMinorClass<br>Method or attribute name: HEALTH_PULSE_OXIMETER = 0x0914|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: MajorMinorClass<br>Method or attribute name: HEALTH_PULSE_RATE = 0x0918|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: MajorMinorClass<br>Method or attribute name: HEALTH_DATA_DISPLAY = 0x091C|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: MajorMinorClass<br>Method or attribute name: HEALTH_STEP_COUNTER = 0x0920|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: MajorMinorClass<br>Method or attribute name: HEALTH_BODY_COMPOSITION_ANALYZER = 0x0924|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: MajorMinorClass<br>Method or attribute name: HEALTH_PEAK_FLOW_MONITOR = 0x0928|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: MajorMinorClass<br>Method or attribute name: HEALTH_MEDICATION_MONITOR = 0x092C|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: MajorMinorClass<br>Method or attribute name: HEALTH_KNEE_PROSTHESIS = 0x0930|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: MajorMinorClass<br>Method or attribute name: HEALTH_ANKLE_PROSTHESIS = 0x0934|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: MajorMinorClass<br>Method or attribute name: HEALTH_GENERIC_HEALTH_MANAGER = 0x0938|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: MajorMinorClass<br>Method or attribute name: HEALTH_PERSONAL_MOBILITY_DEVICE = 0x093C|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: PlayingState|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: PlayingState<br>Method or attribute name: STATE_NOT_PLAYING|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: PlayingState<br>Method or attribute name: STATE_PLAYING|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: ProfileId|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: ProfileId<br>Method or attribute name: PROFILE_A2DP_SOURCE = 1|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: ProfileId<br>Method or attribute name: PROFILE_HANDS_FREE_AUDIO_GATEWAY = 4|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: ProfileId<br>Method or attribute name: PROFILE_HID_HOST = 6|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: ProfileId<br>Method or attribute name: PROFILE_PAN_NETWORK = 7|@ohos.bluetoothManager.d.ts|
|Added|NA|Class name: connection<br>Method or attribute name: function getAppNet(callback: AsyncCallback\<NetHandle>): void;|@ohos.net.connection.d.ts|
|Added|NA|Class name: connection<br>Method or attribute name: function getAppNet(): Promise\<NetHandle>;|@ohos.net.connection.d.ts|
|Added|NA|Class name: connection<br>Method or attribute name: function setAppNet(netHandle: NetHandle, callback: AsyncCallback\<void>): void;|@ohos.net.connection.d.ts|
|Added|NA|Class name: connection<br>Method or attribute name: function setAppNet(netHandle: NetHandle): Promise\<void>;|@ohos.net.connection.d.ts|
|Added|NA|Class name: TLSSecureOptions<br>Method or attribute name: password?: string;|@ohos.net.socket.d.ts|
|Added|NA|Module name: ohos.wifiManager<br>Class name: WifiEapConfig<br>Method or attribute name: certEntry: Uint8Array;|@ohos.wifiManager.d.ts|
|Added|NA|Class name: WifiEapConfig<br>Method or attribute name: certEntry: Uint8Array;|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager<br>Class name: WifiEapConfig<br>Method or attribute name: certPassword: string;|@ohos.wifiManager.d.ts|
|Added|NA|Class name: WifiEapConfig<br>Method or attribute name: certPassword: string;|@ohos.wifiManager.d.ts|
|Added|NA|Class name: WifiDeviceConfig<br>Method or attribute name: bssid?: string;|@ohos.wifiManager.d.ts|
|Added|NA|Class name: WifiDeviceConfig<br>Method or attribute name: isHiddenSsid?: boolean;|@ohos.wifiManager.d.ts|
|Added|NA|Class name: WifiDeviceConfig<br>Method or attribute name: creatorUid?: number;|@ohos.wifiManager.d.ts|
|Added|NA|Class name: WifiDeviceConfig<br>Method or attribute name: disableReason?: number;|@ohos.wifiManager.d.ts|
|Added|NA|Class name: WifiDeviceConfig<br>Method or attribute name: netId?: number;|@ohos.wifiManager.d.ts|
|Added|NA|Class name: WifiDeviceConfig<br>Method or attribute name: randomMacType?: number;|@ohos.wifiManager.d.ts|
|Added|NA|Class name: WifiDeviceConfig<br>Method or attribute name: randomMacAddr?: string;|@ohos.wifiManager.d.ts|
|Added|NA|Class name: WifiDeviceConfig<br>Method or attribute name: ipType?: IpType;|@ohos.wifiManager.d.ts|
|Added|NA|Class name: WifiDeviceConfig<br>Method or attribute name: staticIp?: IpConfig;|@ohos.wifiManager.d.ts|
|Added|NA|Class name: WifiDeviceConfig<br>Method or attribute name: eapConfig?: WifiEapConfig;|@ohos.wifiManager.d.ts|
|Deleted|Module name: ohos.bluetooth<br>Class name: bluetooth<br>Method or attribute name: function getProfileInst(profileId: ProfileId): A2dpSourceProfile \| HandsFreeAudioGatewayProfile \| HidHostProfile \| PanProfile;|NA|@ohos.bluetooth.d.ts|
|Deleted|Module name: ohos.bluetooth<br>Class name: HidHostProfile|NA|@ohos.bluetooth.d.ts|
|Deleted|Module name: ohos.bluetooth<br>Class name: HidHostProfile<br>Method or attribute name: connect(device: string): boolean;|NA|@ohos.bluetooth.d.ts|
|Deleted|Module name: ohos.bluetooth<br>Class name: HidHostProfile<br>Method or attribute name: disconnect(device: string): boolean;|NA|@ohos.bluetooth.d.ts|
|Deleted|Module name: ohos.bluetooth<br>Class name: HidHostProfile<br>Method or attribute name: on(type: "connectionStateChange", callback: Callback\<StateChangeParam>): void;|NA|@ohos.bluetooth.d.ts|
|Deleted|Module name: ohos.bluetooth<br>Class name: HidHostProfile<br>Method or attribute name: off(type: "connectionStateChange", callback?: Callback\<StateChangeParam>): void;|NA|@ohos.bluetooth.d.ts|
|Deleted|Module name: ohos.bluetooth<br>Class name: PanProfile|NA|@ohos.bluetooth.d.ts|
|Deleted|Module name: ohos.bluetooth<br>Class name: PanProfile<br>Method or attribute name: disconnect(device: string): boolean;|NA|@ohos.bluetooth.d.ts|
|Deleted|Module name: ohos.bluetooth<br>Class name: PanProfile<br>Method or attribute name: on(type: "connectionStateChange", callback: Callback\<StateChangeParam>): void;|NA|@ohos.bluetooth.d.ts|
|Deleted|Module name: ohos.bluetooth<br>Class name: PanProfile<br>Method or attribute name: off(type: "connectionStateChange", callback?: Callback\<StateChangeParam>): void;|NA|@ohos.bluetooth.d.ts|
|Deleted|Module name: ohos.bluetooth<br>Class name: PanProfile<br>Method or attribute name: setTethering(enable: boolean): void;|NA|@ohos.bluetooth.d.ts|
|Deleted|Module name: ohos.bluetooth<br>Class name: PanProfile<br>Method or attribute name: isTetheringOn(): boolean;|NA|@ohos.bluetooth.d.ts|
|Deleted|Module name: ohos.bluetooth<br>Class name: ScanFilter<br>Method or attribute name: serviceUuidMask?: string;|NA|@ohos.bluetooth.d.ts|
|Deleted|Module name: ohos.bluetooth<br>Class name: ScanFilter<br>Method or attribute name: serviceSolicitationUuid?: string;|NA|@ohos.bluetooth.d.ts|
|Deleted|Module name: ohos.bluetooth<br>Class name: ScanFilter<br>Method or attribute name: serviceSolicitationUuidMask?: string;|NA|@ohos.bluetooth.d.ts|
|Deleted|Module name: ohos.bluetooth<br>Class name: ScanFilter<br>Method or attribute name: serviceData?: ArrayBuffer;|NA|@ohos.bluetooth.d.ts|
|Deleted|Module name: ohos.bluetooth<br>Class name: ScanFilter<br>Method or attribute name: serviceDataMask?: ArrayBuffer;|NA|@ohos.bluetooth.d.ts|
|Deleted|Module name: ohos.bluetooth<br>Class name: ScanFilter<br>Method or attribute name: manufactureId?: number;|NA|@ohos.bluetooth.d.ts|
|Deleted|Module name: ohos.bluetooth<br>Class name: ScanFilter<br>Method or attribute name: manufactureData?: ArrayBuffer;|NA|@ohos.bluetooth.d.ts|
|Deleted|Module name: ohos.bluetooth<br>Class name: ScanFilter<br>Method or attribute name: manufactureDataMask?: ArrayBuffer;|NA|@ohos.bluetooth.d.ts|
|Deleted|Module name: ohos.bluetooth<br>Class name: ProfileId<br>Method or attribute name: PROFILE_HID_HOST = 6|NA|@ohos.bluetooth.d.ts|
|Deleted|Module name: ohos.bluetooth<br>Class name: ProfileId<br>Method or attribute name: PROFILE_PAN_NETWORK = 7|NA|@ohos.bluetooth.d.ts|
|Deleted|Module name: ohos.net.socket<br>Class name: TLSSecureOptions<br>Method or attribute name: passwd?: string;|NA|@ohos.net.socket.d.ts|
|Deprecated version changed|Class name: bluetooth<br>Deprecated version: N/A|Class name: bluetooth<br>Deprecated version: 9<br>Substitute API: ohos.bluetoothManager |@ohos.bluetooth.d.ts|
|Deprecated version changed|Class name: bluetooth<br>Method or attribute name: function getState(): BluetoothState;<br>Deprecated version: N/A|Class name: bluetooth<br>Method or attribute name: function getState(): BluetoothState;<br>Deprecated version: 9<br>Substitute API: ohos.bluetoothManager/bluetoothManager.getState |@ohos.bluetooth.d.ts|
|Deprecated version changed|Class name: bluetooth<br>Method or attribute name: function getBtConnectionState(): ProfileConnectionState;<br>Deprecated version: N/A|Class name: bluetooth<br>Method or attribute name: function getBtConnectionState(): ProfileConnectionState;<br>Deprecated version: 9<br>Substitute API: ohos.bluetoothManager/bluetoothManager.getBtConnectionState |@ohos.bluetooth.d.ts|
|Deprecated version changed|Class name: bluetooth<br>Method or attribute name: function pairDevice(deviceId: string): boolean;<br>Deprecated version: N/A|Class name: bluetooth<br>Method or attribute name: function pairDevice(deviceId: string): boolean;<br>Deprecated version: 9<br>Substitute API: ohos.bluetoothManager/bluetoothManager.pairDevice |@ohos.bluetooth.d.ts|
|Deprecated version changed|Class name: bluetooth<br>Method or attribute name: function cancelPairedDevice(deviceId: string): boolean;<br>Deprecated version: N/A|Class name: bluetooth<br>Method or attribute name: function cancelPairedDevice(deviceId: string): boolean;<br>Deprecated version: 9<br>Substitute API: ohos.bluetoothManager/bluetoothManager.cancelPairedDevice |@ohos.bluetooth.d.ts|
|Deprecated version changed|Class name: bluetooth<br>Method or attribute name: function getRemoteDeviceName(deviceId: string): string;<br>Deprecated version: N/A|Class name: bluetooth<br>Method or attribute name: function getRemoteDeviceName(deviceId: string): string;<br>Deprecated version: 9<br>Substitute API: ohos.bluetoothManager/bluetoothManager.getRemoteDeviceName |@ohos.bluetooth.d.ts|
|Deprecated version changed|Class name: bluetooth<br>Method or attribute name: function getRemoteDeviceClass(deviceId: string): DeviceClass;<br>Deprecated version: N/A|Class name: bluetooth<br>Method or attribute name: function getRemoteDeviceClass(deviceId: string): DeviceClass;<br>Deprecated version: 9<br>Substitute API: ohos.bluetoothManager/bluetoothManager.getRemoteDeviceClass |@ohos.bluetooth.d.ts|
|Deprecated version changed|Class name: bluetooth<br>Method or attribute name: function enableBluetooth(): boolean;<br>Deprecated version: N/A|Class name: bluetooth<br>Method or attribute name: function enableBluetooth(): boolean;<br>Deprecated version: 9<br>Substitute API: ohos.bluetoothManager/bluetoothManager.enableBluetooth |@ohos.bluetooth.d.ts|
|Deprecated version changed|Class name: bluetooth<br>Method or attribute name: function disableBluetooth(): boolean;<br>Deprecated version: N/A|Class name: bluetooth<br>Method or attribute name: function disableBluetooth(): boolean;<br>Deprecated version: 9<br>Substitute API: ohos.bluetoothManager/bluetoothManager.disableBluetooth |@ohos.bluetooth.d.ts|
|Deprecated version changed|Class name: bluetooth<br>Method or attribute name: function getLocalName(): string;<br>Deprecated version: N/A|Class name: bluetooth<br>Method or attribute name: function getLocalName(): string;<br>Deprecated version: 9<br>Substitute API: ohos.bluetoothManager/bluetoothManager.getLocalName |@ohos.bluetooth.d.ts|
|Deprecated version changed|Class name: bluetooth<br>Method or attribute name: function getPairedDevices(): Array\<string>;<br>Deprecated version: N/A|Class name: bluetooth<br>Method or attribute name: function getPairedDevices(): Array\<string>;<br>Deprecated version: 9<br>Substitute API: ohos.bluetoothManager/bluetoothManager.getPairedDevices |@ohos.bluetooth.d.ts|
|Deprecated version changed|Class name: bluetooth<br>Method or attribute name: function getProfileConnState(profileId: ProfileId): ProfileConnectionState;<br>Deprecated version: N/A|Class name: bluetooth<br>Method or attribute name: function getProfileConnState(profileId: ProfileId): ProfileConnectionState;<br>Deprecated version: 9<br>Substitute API: ohos.bluetoothManager/bluetoothManager.getProfileConnectionState |@ohos.bluetooth.d.ts|
|Deprecated version changed|Class name: bluetooth<br>Method or attribute name: function setDevicePairingConfirmation(device: string, accept: boolean): boolean;<br>Deprecated version: N/A|Class name: bluetooth<br>Method or attribute name: function setDevicePairingConfirmation(device: string, accept: boolean): boolean;<br>Deprecated version: 9<br>Substitute API: ohos.bluetoothManager/bluetoothManager.setDevicePairingConfirmation |@ohos.bluetooth.d.ts|
|Deprecated version changed|Class name: bluetooth<br>Method or attribute name: function setLocalName(name: string): boolean;<br>Deprecated version: N/A|Class name: bluetooth<br>Method or attribute name: function setLocalName(name: string): boolean;<br>Deprecated version: 9<br>Substitute API: ohos.bluetoothManager/bluetoothManager.setLocalName |@ohos.bluetooth.d.ts|
|Deprecated version changed|Class name: bluetooth<br>Method or attribute name: function setBluetoothScanMode(mode: ScanMode, duration: number): boolean;<br>Deprecated version: N/A|Class name: bluetooth<br>Method or attribute name: function setBluetoothScanMode(mode: ScanMode, duration: number): boolean;<br>Deprecated version: 9<br>Substitute API: ohos.bluetoothManager/bluetoothManager.setBluetoothScanMode |@ohos.bluetooth.d.ts|
|Deprecated version changed|Class name: bluetooth<br>Method or attribute name: function getBluetoothScanMode(): ScanMode;<br>Deprecated version: N/A|Class name: bluetooth<br>Method or attribute name: function getBluetoothScanMode(): ScanMode;<br>Deprecated version: 9<br>Substitute API: ohos.bluetoothManager/bluetoothManager.getBluetoothScanMode |@ohos.bluetooth.d.ts|
|Deprecated version changed|Class name: bluetooth<br>Method or attribute name: function startBluetoothDiscovery(): boolean;<br>Deprecated version: N/A|Class name: bluetooth<br>Method or attribute name: function startBluetoothDiscovery(): boolean;<br>Deprecated version: 9<br>Substitute API: ohos.bluetoothManager/bluetoothManager.startBluetoothDiscovery |@ohos.bluetooth.d.ts|
|Deprecated version changed|Class name: bluetooth<br>Method or attribute name: function stopBluetoothDiscovery(): boolean;<br>Deprecated version: N/A|Class name: bluetooth<br>Method or attribute name: function stopBluetoothDiscovery(): boolean;<br>Deprecated version: 9<br>Substitute API: ohos.bluetoothManager/bluetoothManager.stopBluetoothDiscovery |@ohos.bluetooth.d.ts|
|Deprecated version changed|Class name: bluetooth<br>Method or attribute name: function on(type: "bluetoothDeviceFind", callback: Callback\<Array\<string>>): void;<br>Deprecated version: N/A|Class name: bluetooth<br>Method or attribute name: function on(type: "bluetoothDeviceFind", callback: Callback\<Array\<string>>): void;<br>Deprecated version: 9<br>Substitute API: ohos.bluetoothManager/bluetoothManager.on|@ohos.bluetooth.d.ts|
|Deprecated version changed|Class name: bluetooth<br>Method or attribute name: function off(type: "bluetoothDeviceFind", callback?: Callback\<Array\<string>>): void;<br>Deprecated version: N/A|Class name: bluetooth<br>Method or attribute name: function off(type: "bluetoothDeviceFind", callback?: Callback\<Array\<string>>): void;<br>Deprecated version: 9<br>Substitute API: ohos.bluetoothManager/bluetoothManager.off|@ohos.bluetooth.d.ts|
|Deprecated version changed|Class name: bluetooth<br>Method or attribute name: function on(type: "bondStateChange", callback: Callback\<BondStateParam>): void;<br>Deprecated version: N/A|Class name: bluetooth<br>Method or attribute name: function on(type: "bondStateChange", callback: Callback\<BondStateParam>): void;<br>Deprecated version: 9<br>Substitute API: ohos.bluetoothManager/bluetoothManager.on|@ohos.bluetooth.d.ts|
|Deprecated version changed|Class name: bluetooth<br>Method or attribute name: function off(type: "bondStateChange", callback?: Callback\<BondStateParam>): void;<br>Deprecated version: N/A|Class name: bluetooth<br>Method or attribute name: function off(type: "bondStateChange", callback?: Callback\<BondStateParam>): void;<br>Deprecated version: 9<br>Substitute API: ohos.bluetoothManager/bluetoothManager.off|@ohos.bluetooth.d.ts|
|Deprecated version changed|Class name: bluetooth<br>Method or attribute name: function on(type: "pinRequired", callback: Callback\<PinRequiredParam>): void;<br>Deprecated version: N/A|Class name: bluetooth<br>Method or attribute name: function on(type: "pinRequired", callback: Callback\<PinRequiredParam>): void;<br>Deprecated version: 9<br>Substitute API: ohos.bluetoothManager/bluetoothManager.on|@ohos.bluetooth.d.ts|
|Deprecated version changed|Class name: bluetooth<br>Method or attribute name: function off(type: "pinRequired", callback?: Callback\<PinRequiredParam>): void;<br>Deprecated version: N/A|Class name: bluetooth<br>Method or attribute name: function off(type: "pinRequired", callback?: Callback\<PinRequiredParam>): void;<br>Deprecated version: 9<br>Substitute API: ohos.bluetoothManager/bluetoothManager.off|@ohos.bluetooth.d.ts|
|Deprecated version changed|Class name: bluetooth<br>Method or attribute name: function on(type: "stateChange", callback: Callback\<BluetoothState>): void;<br>Deprecated version: N/A|Class name: bluetooth<br>Method or attribute name: function on(type: "stateChange", callback: Callback\<BluetoothState>): void;<br>Deprecated version: 9<br>Substitute API: ohos.bluetoothManager/bluetoothManager.on|@ohos.bluetooth.d.ts|
|Deprecated version changed|Class name: bluetooth<br>Method or attribute name: function off(type: "stateChange", callback?: Callback\<BluetoothState>): void;<br>Deprecated version: N/A|Class name: bluetooth<br>Method or attribute name: function off(type: "stateChange", callback?: Callback\<BluetoothState>): void;<br>Deprecated version: 9<br>Substitute API: ohos.bluetoothManager/bluetoothManager.off|@ohos.bluetooth.d.ts|
|Deprecated version changed|Class name: bluetooth<br>Method or attribute name: function sppListen(name: string, option: SppOption, callback: AsyncCallback\<number>): void;<br>Deprecated version: N/A|Class name: bluetooth<br>Method or attribute name: function sppListen(name: string, option: SppOption, callback: AsyncCallback\<number>): void;<br>Deprecated version: 9<br>Substitute API: ohos.bluetoothManager/bluetoothManager.sppListen |@ohos.bluetooth.d.ts|
|Deprecated version changed|Class name: bluetooth<br>Method or attribute name: function sppAccept(serverSocket: number, callback: AsyncCallback\<number>): void;<br>Deprecated version: N/A|Class name: bluetooth<br>Method or attribute name: function sppAccept(serverSocket: number, callback: AsyncCallback\<number>): void;<br>Deprecated version: 9<br>Substitute API: ohos.bluetoothManager/bluetoothManager.sppAccept |@ohos.bluetooth.d.ts|
|Deprecated version changed|Class name: bluetooth<br>Method or attribute name: function sppConnect(device: string, option: SppOption, callback: AsyncCallback\<number>): void;<br>Deprecated version: N/A|Class name: bluetooth<br>Method or attribute name: function sppConnect(device: string, option: SppOption, callback: AsyncCallback\<number>): void;<br>Deprecated version: 9<br>Substitute API: ohos.bluetoothManager/bluetoothManager.sppConnect |@ohos.bluetooth.d.ts|
|Deprecated version changed|Class name: bluetooth<br>Method or attribute name: function sppCloseServerSocket(socket: number): void;<br>Deprecated version: N/A|Class name: bluetooth<br>Method or attribute name: function sppCloseServerSocket(socket: number): void;<br>Deprecated version: 9<br>Substitute API: ohos.bluetoothManager/bluetoothManager.sppCloseServerSocket |@ohos.bluetooth.d.ts|
|Deprecated version changed|Class name: bluetooth<br>Method or attribute name: function sppCloseClientSocket(socket: number): void;<br>Deprecated version: N/A|Class name: bluetooth<br>Method or attribute name: function sppCloseClientSocket(socket: number): void;<br>Deprecated version: 9<br>Substitute API: ohos.bluetoothManager/bluetoothManager.sppCloseClientSocket |@ohos.bluetooth.d.ts|
|Deprecated version changed|Class name: bluetooth<br>Method or attribute name: function sppWrite(clientSocket: number, data: ArrayBuffer): boolean;<br>Deprecated version: N/A|Class name: bluetooth<br>Method or attribute name: function sppWrite(clientSocket: number, data: ArrayBuffer): boolean;<br>Deprecated version: 9<br>Substitute API: ohos.bluetoothManager/bluetoothManager.sppWrite |@ohos.bluetooth.d.ts|
|Deprecated version changed|Class name: bluetooth<br>Method or attribute name: function on(type: "sppRead", clientSocket: number, callback: Callback\<ArrayBuffer>): void;<br>Deprecated version: N/A|Class name: bluetooth<br>Method or attribute name: function on(type: "sppRead", clientSocket: number, callback: Callback\<ArrayBuffer>): void;<br>Deprecated version: 9<br>Substitute API: ohos.bluetoothManager/bluetoothManager.on|@ohos.bluetooth.d.ts|
|Deprecated version changed|Class name: bluetooth<br>Method or attribute name: function off(type: "sppRead", clientSocket: number, callback?: Callback\<ArrayBuffer>): void;<br>Deprecated version: N/A|Class name: bluetooth<br>Method or attribute name: function off(type: "sppRead", clientSocket: number, callback?: Callback\<ArrayBuffer>): void;<br>Deprecated version: 9<br>Substitute API: ohos.bluetoothManager/bluetoothManager.off|@ohos.bluetooth.d.ts|
|Deprecated version changed|Class name: bluetooth<br>Method or attribute name: function getProfile(profileId: ProfileId): A2dpSourceProfile \| HandsFreeAudioGatewayProfile;<br>Deprecated version: N/A|Class name: bluetooth<br>Method or attribute name: function getProfile(profileId: ProfileId): A2dpSourceProfile \| HandsFreeAudioGatewayProfile;<br>Deprecated version: 9<br>Substitute API: ohos.bluetoothManager/bluetoothManager.getProfileInstance |@ohos.bluetooth.d.ts|
|Deprecated version changed|Class name: BaseProfile<br>Deprecated version: N/A|Class name: BaseProfile<br>Deprecated version: 9<br>Substitute API: ohos.bluetoothManager/bluetoothManager.BaseProfile |@ohos.bluetooth.d.ts|
|Deprecated version changed|Class name: BaseProfile<br>Method or attribute name: getConnectionDevices(): Array\<string>;<br>Deprecated version: N/A|Class name: BaseProfile<br>Method or attribute name: getConnectionDevices(): Array\<string>;<br>Deprecated version: 9<br>Substitute API: ohos.bluetoothManager/bluetoothManager.BaseProfile|@ohos.bluetooth.d.ts|
|Deprecated version changed|Class name: BaseProfile<br>Method or attribute name: getDeviceState(device: string): ProfileConnectionState;<br>Deprecated version: N/A|Class name: BaseProfile<br>Method or attribute name: getDeviceState(device: string): ProfileConnectionState;<br>Deprecated version: 9<br>Substitute API: ohos.bluetoothManager/bluetoothManager.BaseProfile|@ohos.bluetooth.d.ts|
|Deprecated version changed|Class name: A2dpSourceProfile<br>Deprecated version: N/A|Class name: A2dpSourceProfile<br>Deprecated version: 9<br>Substitute API: ohos.bluetoothManager/bluetoothManager.A2dpSourceProfile |@ohos.bluetooth.d.ts|
|Deprecated version changed|Class name: A2dpSourceProfile<br>Method or attribute name: connect(device: string): boolean;<br>Deprecated version: N/A|Class name: A2dpSourceProfile<br>Method or attribute name: connect(device: string): boolean;<br>Deprecated version: 9<br>Substitute API: ohos.bluetoothManager/bluetoothManager.A2dpSourceProfile|@ohos.bluetooth.d.ts|
|Deprecated version changed|Class name: A2dpSourceProfile<br>Method or attribute name: disconnect(device: string): boolean;<br>Deprecated version: N/A|Class name: A2dpSourceProfile<br>Method or attribute name: disconnect(device: string): boolean;<br>Deprecated version: 9<br>Substitute API: ohos.bluetoothManager/bluetoothManager.A2dpSourceProfile|@ohos.bluetooth.d.ts|
|Deprecated version changed|Class name: A2dpSourceProfile<br>Method or attribute name: on(type: "connectionStateChange", callback: Callback\<StateChangeParam>): void;<br>Deprecated version: N/A|Class name: A2dpSourceProfile<br>Method or attribute name: on(type: "connectionStateChange", callback: Callback\<StateChangeParam>): void;<br>Deprecated version: 9<br>Substitute API: ohos.bluetoothManager/bluetoothManager.A2dpSourceProfile.on|@ohos.bluetooth.d.ts|
|Deprecated version changed|Class name: A2dpSourceProfile<br>Method or attribute name: off(type: "connectionStateChange", callback?: Callback\<StateChangeParam>): void;<br>Deprecated version: N/A|Class name: A2dpSourceProfile<br>Method or attribute name: off(type: "connectionStateChange", callback?: Callback\<StateChangeParam>): void;<br>Deprecated version: 9<br>Substitute API: ohos.bluetoothManager/bluetoothManager.A2dpSourceProfile.off|@ohos.bluetooth.d.ts|
|Deprecated version changed|Class name: A2dpSourceProfile<br>Method or attribute name: getPlayingState(device: string): PlayingState;<br>Deprecated version: N/A|Class name: A2dpSourceProfile<br>Method or attribute name: getPlayingState(device: string): PlayingState;<br>Deprecated version: 9<br>Substitute API: ohos.bluetoothManager/bluetoothManager.A2dpSourceProfile|@ohos.bluetooth.d.ts|
|Deprecated version changed|Class name: HandsFreeAudioGatewayProfile<br>Deprecated version: N/A|Class name: HandsFreeAudioGatewayProfile<br>Deprecated version: 9<br>Substitute API: ohos.bluetoothManager/bluetoothManager.HandsFreeAudioGatewayProfile |@ohos.bluetooth.d.ts|
|Deprecated version changed|Class name: HandsFreeAudioGatewayProfile<br>Method or attribute name: connect(device: string): boolean;<br>Deprecated version: N/A|Class name: HandsFreeAudioGatewayProfile<br>Method or attribute name: connect(device: string): boolean;<br>Deprecated version: 9<br>Substitute API: ohos.bluetoothManager/bluetoothManager.HandsFreeAudioGatewayProfile|@ohos.bluetooth.d.ts|
|Deprecated version changed|Class name: HandsFreeAudioGatewayProfile<br>Method or attribute name: disconnect(device: string): boolean;<br>Deprecated version: N/A|Class name: HandsFreeAudioGatewayProfile<br>Method or attribute name: disconnect(device: string): boolean;<br>Deprecated version: 9<br>Substitute API: ohos.bluetoothManager/bluetoothManager.HandsFreeAudioGatewayProfile|@ohos.bluetooth.d.ts|
|Deprecated version changed|Class name: HandsFreeAudioGatewayProfile<br>Method or attribute name: on(type: "connectionStateChange", callback: Callback\<StateChangeParam>): void;<br>Deprecated version: N/A|Class name: HandsFreeAudioGatewayProfile<br>Method or attribute name: on(type: "connectionStateChange", callback: Callback\<StateChangeParam>): void;<br>Deprecated version: 9<br>Substitute API: ohos.bluetoothManager/bluetoothManager.HandsFreeAudioGatewayProfile.on|@ohos.bluetooth.d.ts|
|Deprecated version changed|Class name: HandsFreeAudioGatewayProfile<br>Method or attribute name: off(type: "connectionStateChange", callback?: Callback\<StateChangeParam>): void;<br>Deprecated version: N/A|Class name: HandsFreeAudioGatewayProfile<br>Method or attribute name: off(type: "connectionStateChange", callback?: Callback\<StateChangeParam>): void;<br>Deprecated version: 9<br>Substitute API: ohos.bluetoothManager/bluetoothManager.HandsFreeAudioGatewayProfile.off|@ohos.bluetooth.d.ts|
|Deprecated version changed|Class name: BLE<br>Method or attribute name: function createGattServer(): GattServer;<br>Deprecated version: N/A|Class name: BLE<br>Method or attribute name: function createGattServer(): GattServer;<br>Deprecated version: 9<br>Substitute API: ohos.bluetoothManager/bluetoothManager.BLE.createGattServer |@ohos.bluetooth.d.ts|
|Deprecated version changed|Class name: BLE<br>Method or attribute name: function createGattClientDevice(deviceId: string): GattClientDevice;<br>Deprecated version: N/A|Class name: BLE<br>Method or attribute name: function createGattClientDevice(deviceId: string): GattClientDevice;<br>Deprecated version: 9<br>Substitute API: ohos.bluetoothManager/bluetoothManager.BLE.createGattClientDevice |@ohos.bluetooth.d.ts|
|Deprecated version changed|Class name: BLE<br>Method or attribute name: function getConnectedBLEDevices(): Array\<string>;<br>Deprecated version: N/A|Class name: BLE<br>Method or attribute name: function getConnectedBLEDevices(): Array\<string>;<br>Deprecated version: 9<br>Substitute API: ohos.bluetoothManager/bluetoothManager.BLE.getConnectedBLEDevices |@ohos.bluetooth.d.ts|
|Deprecated version changed|Class name: BLE<br>Method or attribute name: function startBLEScan(filters: Array\<ScanFilter>, options?: ScanOptions): void;<br>Deprecated version: N/A|Class name: BLE<br>Method or attribute name: function startBLEScan(filters: Array\<ScanFilter>, options?: ScanOptions): void;<br>Deprecated version: 9<br>Substitute API: ohos.bluetoothManager/bluetoothManager.BLE.startBLEScan |@ohos.bluetooth.d.ts|
|Deprecated version changed|Class name: BLE<br>Method or attribute name: function stopBLEScan(): void;<br>Deprecated version: N/A|Class name: BLE<br>Method or attribute name: function stopBLEScan(): void;<br>Deprecated version: 9<br>Substitute API: ohos.bluetoothManager/bluetoothManager.BLE.stopBLEScan |@ohos.bluetooth.d.ts|
|Deprecated version changed|Class name: BLE<br>Method or attribute name: function on(type: "BLEDeviceFind", callback: Callback\<Array\<ScanResult>>): void;<br>Deprecated version: N/A|Class name: BLE<br>Method or attribute name: function on(type: "BLEDeviceFind", callback: Callback\<Array\<ScanResult>>): void;<br>Deprecated version: 9<br>Substitute API: ohos.bluetoothManager/bluetoothManager.BLE.on|@ohos.bluetooth.d.ts|
|Deprecated version changed|Class name: BLE<br>Method or attribute name: function off(type: "BLEDeviceFind", callback?: Callback\<Array\<ScanResult>>): void;<br>Deprecated version: N/A|Class name: BLE<br>Method or attribute name: function off(type: "BLEDeviceFind", callback?: Callback\<Array\<ScanResult>>): void;<br>Deprecated version: 9<br>Substitute API: ohos.bluetoothManager/bluetoothManager.BLE.off|@ohos.bluetooth.d.ts|
|Deprecated version changed|Class name: GattServer<br>Deprecated version: N/A|Class name: GattServer<br>Deprecated version: 9<br>Substitute API: ohos.bluetoothManager/bluetoothManager.GattServer |@ohos.bluetooth.d.ts|
|Deprecated version changed|Class name: GattServer<br>Method or attribute name: startAdvertising(setting: AdvertiseSetting, advData: AdvertiseData, advResponse?: AdvertiseData): void;<br>Deprecated version: N/A|Class name: GattServer<br>Method or attribute name: startAdvertising(setting: AdvertiseSetting, advData: AdvertiseData, advResponse?: AdvertiseData): void;<br>Deprecated version: 9<br>Substitute API: ohos.bluetoothManager/bluetoothManager.GattServer|@ohos.bluetooth.d.ts|
|Deprecated version changed|Class name: GattServer<br>Method or attribute name: stopAdvertising(): void;<br>Deprecated version: N/A|Class name: GattServer<br>Method or attribute name: stopAdvertising(): void;<br>Deprecated version: 9<br>Substitute API: ohos.bluetoothManager/bluetoothManager.GattServer|@ohos.bluetooth.d.ts|
|Deprecated version changed|Class name: GattServer<br>Method or attribute name: addService(service: GattService): boolean;<br>Deprecated version: N/A|Class name: GattServer<br>Method or attribute name: addService(service: GattService): boolean;<br>Deprecated version: 9<br>Substitute API: ohos.bluetoothManager/bluetoothManager.GattServer|@ohos.bluetooth.d.ts|
|Deprecated version changed|Class name: GattServer<br>Method or attribute name: removeService(serviceUuid: string): boolean;<br>Deprecated version: N/A|Class name: GattServer<br>Method or attribute name: removeService(serviceUuid: string): boolean;<br>Deprecated version: 9<br>Substitute API: ohos.bluetoothManager/bluetoothManager.GattServer|@ohos.bluetooth.d.ts|
|Deprecated version changed|Class name: GattServer<br>Method or attribute name: close(): void;<br>Deprecated version: N/A|Class name: GattServer<br>Method or attribute name: close(): void;<br>Deprecated version: 9<br>Substitute API: ohos.bluetoothManager/bluetoothManager.GattServer|@ohos.bluetooth.d.ts|
|Deprecated version changed|Class name: GattServer<br>Method or attribute name: notifyCharacteristicChanged(deviceId: string, notifyCharacteristic: NotifyCharacteristic): boolean;<br>Deprecated version: N/A|Class name: GattServer<br>Method or attribute name: notifyCharacteristicChanged(deviceId: string, notifyCharacteristic: NotifyCharacteristic): boolean;<br>Deprecated version: 9<br>Substitute API: ohos.bluetoothManager/bluetoothManager.GattServer|@ohos.bluetooth.d.ts|
|Deprecated version changed|Class name: GattServer<br>Method or attribute name: sendResponse(serverResponse: ServerResponse): boolean;<br>Deprecated version: N/A|Class name: GattServer<br>Method or attribute name: sendResponse(serverResponse: ServerResponse): boolean;<br>Deprecated version: 9<br>Substitute API: ohos.bluetoothManager/bluetoothManager.GattServer|@ohos.bluetooth.d.ts|
|Deprecated version changed|Class name: GattServer<br>Method or attribute name: on(type: "characteristicRead", callback: Callback\<CharacteristicReadReq>): void;<br>Deprecated version: N/A|Class name: GattServer<br>Method or attribute name: on(type: "characteristicRead", callback: Callback\<CharacteristicReadReq>): void;<br>Deprecated version: 9<br>Substitute API: ohos.bluetoothManager/bluetoothManager.GattServer|@ohos.bluetooth.d.ts|
|Deprecated version changed|Class name: GattServer<br>Method or attribute name: off(type: "characteristicRead", callback?: Callback\<CharacteristicReadReq>): void;<br>Deprecated version: N/A|Class name: GattServer<br>Method or attribute name: off(type: "characteristicRead", callback?: Callback\<CharacteristicReadReq>): void;<br>Deprecated version: 9<br>Substitute API: ohos.bluetoothManager/bluetoothManager.GattServer|@ohos.bluetooth.d.ts|
|Deprecated version changed|Class name: GattServer<br>Method or attribute name: on(type: "characteristicWrite", callback: Callback\<CharacteristicWriteReq>): void;<br>Deprecated version: N/A|Class name: GattServer<br>Method or attribute name: on(type: "characteristicWrite", callback: Callback\<CharacteristicWriteReq>): void;<br>Deprecated version: 9<br>Substitute API: ohos.bluetoothManager/bluetoothManager.GattServer|@ohos.bluetooth.d.ts|
|Deprecated version changed|Class name: GattServer<br>Method or attribute name: off(type: "characteristicWrite", callback?: Callback\<CharacteristicWriteReq>): void;<br>Deprecated version: N/A|Class name: GattServer<br>Method or attribute name: off(type: "characteristicWrite", callback?: Callback\<CharacteristicWriteReq>): void;<br>Deprecated version: 9<br>Substitute API: ohos.bluetoothManager/bluetoothManager.GattServer|@ohos.bluetooth.d.ts|
|Deprecated version changed|Class name: GattServer<br>Method or attribute name: on(type: "descriptorRead", callback: Callback\<DescriptorReadReq>): void;<br>Deprecated version: N/A|Class name: GattServer<br>Method or attribute name: on(type: "descriptorRead", callback: Callback\<DescriptorReadReq>): void;<br>Deprecated version: 9<br>Substitute API: ohos.bluetoothManager/bluetoothManager.GattServer|@ohos.bluetooth.d.ts|
|Deprecated version changed|Class name: GattServer<br>Method or attribute name: off(type: "descriptorRead", callback?: Callback\<DescriptorReadReq>): void;<br>Deprecated version: N/A|Class name: GattServer<br>Method or attribute name: off(type: "descriptorRead", callback?: Callback\<DescriptorReadReq>): void;<br>Deprecated version: 9<br>Substitute API: ohos.bluetoothManager/bluetoothManager.GattServer|@ohos.bluetooth.d.ts|
|Deprecated version changed|Class name: GattServer<br>Method or attribute name: on(type: "descriptorWrite", callback: Callback\<DescriptorWriteReq>): void;<br>Deprecated version: N/A|Class name: GattServer<br>Method or attribute name: on(type: "descriptorWrite", callback: Callback\<DescriptorWriteReq>): void;<br>Deprecated version: 9<br>Substitute API: ohos.bluetoothManager/bluetoothManager.GattServer|@ohos.bluetooth.d.ts|
|Deprecated version changed|Class name: GattServer<br>Method or attribute name: off(type: "descriptorWrite", callback?: Callback\<DescriptorWriteReq>): void;<br>Deprecated version: N/A|Class name: GattServer<br>Method or attribute name: off(type: "descriptorWrite", callback?: Callback\<DescriptorWriteReq>): void;<br>Deprecated version: 9<br>Substitute API: ohos.bluetoothManager/bluetoothManager.GattServer|@ohos.bluetooth.d.ts|
|Deprecated version changed|Class name: GattServer<br>Method or attribute name: on(type: "connectStateChange", callback: Callback\<BLEConnectChangedState>): void;<br>Deprecated version: N/A|Class name: GattServer<br>Method or attribute name: on(type: "connectStateChange", callback: Callback\<BLEConnectChangedState>): void;<br>Deprecated version: 9<br>Substitute API: ohos.bluetoothManager/bluetoothManager.GattServer|@ohos.bluetooth.d.ts|
|Deprecated version changed|Class name: GattServer<br>Method or attribute name: off(type: "connectStateChange", callback?: Callback\<BLEConnectChangedState>): void;<br>Deprecated version: N/A|Class name: GattServer<br>Method or attribute name: off(type: "connectStateChange", callback?: Callback\<BLEConnectChangedState>): void;<br>Deprecated version: 9<br>Substitute API: ohos.bluetoothManager/bluetoothManager.GattServer|@ohos.bluetooth.d.ts|
|Deprecated version changed|Class name: GattClientDevice<br>Deprecated version: N/A|Class name: GattClientDevice<br>Deprecated version: 9<br>Substitute API: ohos.bluetoothManager/bluetoothManager.GattClientDevice |@ohos.bluetooth.d.ts|
|Deprecated version changed|Class name: GattClientDevice<br>Method or attribute name: connect(): boolean;<br>Deprecated version: N/A|Class name: GattClientDevice<br>Method or attribute name: connect(): boolean;<br>Deprecated version: 9<br>Substitute API: ohos.bluetoothManager/bluetoothManager.GattClientDevice|@ohos.bluetooth.d.ts|
|Deprecated version changed|Class name: GattClientDevice<br>Method or attribute name: disconnect(): boolean;<br>Deprecated version: N/A|Class name: GattClientDevice<br>Method or attribute name: disconnect(): boolean;<br>Deprecated version: 9<br>Substitute API: ohos.bluetoothManager/bluetoothManager.GattClientDevice|@ohos.bluetooth.d.ts|
|Deprecated version changed|Class name: GattClientDevice<br>Method or attribute name: close(): boolean;<br>Deprecated version: N/A|Class name: GattClientDevice<br>Method or attribute name: close(): boolean;<br>Deprecated version: 9<br>Substitute API: ohos.bluetoothManager/bluetoothManager.GattClientDevice|@ohos.bluetooth.d.ts|
|Deprecated version changed|Class name: GattClientDevice<br>Method or attribute name: getDeviceName(callback: AsyncCallback\<string>): void;<br>Deprecated version: N/A|Class name: GattClientDevice<br>Method or attribute name: getDeviceName(callback: AsyncCallback\<string>): void;<br>Deprecated version: 9<br>Substitute API: ohos.bluetoothManager/bluetoothManager.GattClientDevice|@ohos.bluetooth.d.ts|
|Deprecated version changed|Class name: GattClientDevice<br>Method or attribute name: getDeviceName(): Promise\<string>;<br>Deprecated version: N/A|Class name: GattClientDevice<br>Method or attribute name: getDeviceName(): Promise\<string>;<br>Deprecated version: 9<br>Substitute API: ohos.bluetoothManager/bluetoothManager.GattClientDevice|@ohos.bluetooth.d.ts|
|Deprecated version changed|Class name: GattClientDevice<br>Method or attribute name: getServices(callback: AsyncCallback\<Array\<GattService>>): void;<br>Deprecated version: N/A|Class name: GattClientDevice<br>Method or attribute name: getServices(callback: AsyncCallback\<Array\<GattService>>): void;<br>Deprecated version: 9<br>Substitute API: ohos.bluetoothManager/bluetoothManager.GattClientDevice|@ohos.bluetooth.d.ts|
|Deprecated version changed|Class name: GattClientDevice<br>Method or attribute name: getServices(): Promise\<Array\<GattService>>;<br>Deprecated version: N/A|Class name: GattClientDevice<br>Method or attribute name: getServices(): Promise\<Array\<GattService>>;<br>Deprecated version: 9<br>Substitute API: ohos.bluetoothManager/bluetoothManager.GattClientDevice|@ohos.bluetooth.d.ts|
|Deprecated version changed|Class name: GattClientDevice<br>Method or attribute name: readCharacteristicValue(characteristic: BLECharacteristic, callback: AsyncCallback\<BLECharacteristic>): void;<br>Deprecated version: N/A|Class name: GattClientDevice<br>Method or attribute name: readCharacteristicValue(characteristic: BLECharacteristic, callback: AsyncCallback\<BLECharacteristic>): void;<br>Deprecated version: 9<br>Substitute API: ohos.bluetoothManager/bluetoothManager.GattClientDevice|@ohos.bluetooth.d.ts|
|Deprecated version changed|Class name: GattClientDevice<br>Method or attribute name: readCharacteristicValue(characteristic: BLECharacteristic): Promise\<BLECharacteristic>;<br>Deprecated version: N/A|Class name: GattClientDevice<br>Method or attribute name: readCharacteristicValue(characteristic: BLECharacteristic): Promise\<BLECharacteristic>;<br>Deprecated version: 9<br>Substitute API: ohos.bluetoothManager/bluetoothManager.GattClientDevice|@ohos.bluetooth.d.ts|
|Deprecated version changed|Class name: GattClientDevice<br>Method or attribute name: readDescriptorValue(descriptor: BLEDescriptor, callback: AsyncCallback\<BLEDescriptor>): void;<br>Deprecated version: N/A|Class name: GattClientDevice<br>Method or attribute name: readDescriptorValue(descriptor: BLEDescriptor, callback: AsyncCallback\<BLEDescriptor>): void;<br>Deprecated version: 9<br>Substitute API: ohos.bluetoothManager/bluetoothManager.GattClientDevice|@ohos.bluetooth.d.ts|
|Deprecated version changed|Class name: GattClientDevice<br>Method or attribute name: readDescriptorValue(descriptor: BLEDescriptor): Promise\<BLEDescriptor>;<br>Deprecated version: N/A|Class name: GattClientDevice<br>Method or attribute name: readDescriptorValue(descriptor: BLEDescriptor): Promise\<BLEDescriptor>;<br>Deprecated version: 9<br>Substitute API: ohos.bluetoothManager/bluetoothManager.GattClientDevice|@ohos.bluetooth.d.ts|
|Deprecated version changed|Class name: GattClientDevice<br>Method or attribute name: writeCharacteristicValue(characteristic: BLECharacteristic): boolean;<br>Deprecated version: N/A|Class name: GattClientDevice<br>Method or attribute name: writeCharacteristicValue(characteristic: BLECharacteristic): boolean;<br>Deprecated version: 9<br>Substitute API: ohos.bluetoothManager/bluetoothManager.GattClientDevice|@ohos.bluetooth.d.ts|
|Deprecated version changed|Class name: GattClientDevice<br>Method or attribute name: writeDescriptorValue(descriptor: BLEDescriptor): boolean;<br>Deprecated version: N/A|Class name: GattClientDevice<br>Method or attribute name: writeDescriptorValue(descriptor: BLEDescriptor): boolean;<br>Deprecated version: 9<br>Substitute API: ohos.bluetoothManager/bluetoothManager.GattClientDevice|@ohos.bluetooth.d.ts|
|Deprecated version changed|Class name: GattClientDevice<br>Method or attribute name: getRssiValue(callback: AsyncCallback\<number>): void;<br>Deprecated version: N/A|Class name: GattClientDevice<br>Method or attribute name: getRssiValue(callback: AsyncCallback\<number>): void;<br>Deprecated version: 9<br>Substitute API: ohos.bluetoothManager/bluetoothManager.GattClientDevice|@ohos.bluetooth.d.ts|
|Deprecated version changed|Class name: GattClientDevice<br>Method or attribute name: getRssiValue(): Promise\<number>;<br>Deprecated version: N/A|Class name: GattClientDevice<br>Method or attribute name: getRssiValue(): Promise\<number>;<br>Deprecated version: 9<br>Substitute API: ohos.bluetoothManager/bluetoothManager.GattClientDevice|@ohos.bluetooth.d.ts|
|Deprecated version changed|Class name: GattClientDevice<br>Method or attribute name: setBLEMtuSize(mtu: number): boolean;<br>Deprecated version: N/A|Class name: GattClientDevice<br>Method or attribute name: setBLEMtuSize(mtu: number): boolean;<br>Deprecated version: 9<br>Substitute API: ohos.bluetoothManager/bluetoothManager.GattClientDevice|@ohos.bluetooth.d.ts|
|Deprecated version changed|Class name: GattClientDevice<br>Method or attribute name: setNotifyCharacteristicChanged(characteristic: BLECharacteristic, enable: boolean): boolean;<br>Deprecated version: N/A|Class name: GattClientDevice<br>Method or attribute name: setNotifyCharacteristicChanged(characteristic: BLECharacteristic, enable: boolean): boolean;<br>Deprecated version: 9<br>Substitute API: ohos.bluetoothManager/bluetoothManager.GattClientDevice|@ohos.bluetooth.d.ts|
|Deprecated version changed|Class name: GattClientDevice<br>Method or attribute name: on(type: "BLECharacteristicChange", callback: Callback\<BLECharacteristic>): void;<br>Deprecated version: N/A|Class name: GattClientDevice<br>Method or attribute name: on(type: "BLECharacteristicChange", callback: Callback\<BLECharacteristic>): void;<br>Deprecated version: 9<br>Substitute API: ohos.bluetoothManager/bluetoothManager.GattClientDevice|@ohos.bluetooth.d.ts|
|Deprecated version changed|Class name: GattClientDevice<br>Method or attribute name: off(type: "BLECharacteristicChange", callback?: Callback\<BLECharacteristic>): void;<br>Deprecated version: N/A|Class name: GattClientDevice<br>Method or attribute name: off(type: "BLECharacteristicChange", callback?: Callback\<BLECharacteristic>): void;<br>Deprecated version: 9<br>Substitute API: ohos.bluetoothManager/bluetoothManager.GattClientDevice|@ohos.bluetooth.d.ts|
|Deprecated version changed|Class name: GattClientDevice<br>Method or attribute name: on(type: "BLEConnectionStateChange", callback: Callback\<BLEConnectChangedState>): void;<br>Deprecated version: N/A|Class name: GattClientDevice<br>Method or attribute name: on(type: "BLEConnectionStateChange", callback: Callback\<BLEConnectChangedState>): void;<br>Deprecated version: 9<br>Substitute API: ohos.bluetoothManager/bluetoothManager.GattClientDevice|@ohos.bluetooth.d.ts|
|Deprecated version changed|Class name: GattClientDevice<br>Method or attribute name: off(type: "BLEConnectionStateChange", callback?: Callback\<BLEConnectChangedState>): void;<br>Deprecated version: N/A|Class name: GattClientDevice<br>Method or attribute name: off(type: "BLEConnectionStateChange", callback?: Callback\<BLEConnectChangedState>): void;<br>Deprecated version: 9<br>Substitute API: ohos.bluetoothManager/bluetoothManager.GattClientDevice|@ohos.bluetooth.d.ts|
|Deprecated version changed|Class name: GattService<br>Deprecated version: N/A|Class name: GattService<br>Deprecated version: 9<br>Substitute API: ohos.bluetoothManager/bluetoothManager.GattService |@ohos.bluetooth.d.ts|
|Deprecated version changed|Class name: BLECharacteristic<br>Deprecated version: N/A|Class name: BLECharacteristic<br>Deprecated version: 9<br>Substitute API: ohos.bluetoothManager/bluetoothManager.BLECharacteristic |@ohos.bluetooth.d.ts|
|Deprecated version changed|Class name: BLEDescriptor<br>Deprecated version: N/A|Class name: BLEDescriptor<br>Deprecated version: 9<br>Substitute API: ohos.bluetoothManager/bluetoothManager.BLEDescriptor |@ohos.bluetooth.d.ts|
|Deprecated version changed|Class name: NotifyCharacteristic<br>Deprecated version: N/A|Class name: NotifyCharacteristic<br>Deprecated version: 9<br>Substitute API: ohos.bluetoothManager/bluetoothManager.NotifyCharacteristic |@ohos.bluetooth.d.ts|
|Deprecated version changed|Class name: CharacteristicReadReq<br>Deprecated version: N/A|Class name: CharacteristicReadReq<br>Deprecated version: 9<br>Substitute API: ohos.bluetoothManager/bluetoothManager.CharacteristicReadRequest |@ohos.bluetooth.d.ts|
|Deprecated version changed|Class name: CharacteristicWriteReq<br>Deprecated version: N/A|Class name: CharacteristicWriteReq<br>Deprecated version: 9<br>Substitute API: ohos.bluetoothManager/bluetoothManager.CharacteristicWriteRequest |@ohos.bluetooth.d.ts|
|Deprecated version changed|Class name: DescriptorReadReq<br>Deprecated version: N/A|Class name: DescriptorReadReq<br>Deprecated version: 9<br>Substitute API: ohos.bluetoothManager/bluetoothManager.DescriptorReadRequest |@ohos.bluetooth.d.ts|
|Deprecated version changed|Class name: DescriptorWriteReq<br>Deprecated version: N/A|Class name: DescriptorWriteReq<br>Deprecated version: 9<br>Substitute API: ohos.bluetoothManager/bluetoothManager.DescriptorWriteRequest |@ohos.bluetooth.d.ts|
|Deprecated version changed|Class name: ServerResponse<br>Deprecated version: N/A|Class name: ServerResponse<br>Deprecated version: 9<br>Substitute API: ohos.bluetoothManager/bluetoothManager.ServerResponse |@ohos.bluetooth.d.ts|
|Deprecated version changed|Class name: BLEConnectChangedState<br>Deprecated version: N/A|Class name: BLEConnectChangedState<br>Deprecated version: 9<br>Substitute API: ohos.bluetoothManager/bluetoothManager.BLEConnectChangedState |@ohos.bluetooth.d.ts|
|Deprecated version changed|Class name: ScanResult<br>Deprecated version: N/A|Class name: ScanResult<br>Deprecated version: 9<br>Substitute API: ohos.bluetoothManager/bluetoothManager.ScanResult |@ohos.bluetooth.d.ts|
|Deprecated version changed|Class name: AdvertiseSetting<br>Deprecated version: N/A|Class name: AdvertiseSetting<br>Deprecated version: 9<br>Substitute API: ohos.bluetoothManager/bluetoothManager.AdvertiseSetting |@ohos.bluetooth.d.ts|
|Deprecated version changed|Class name: AdvertiseData<br>Deprecated version: N/A|Class name: AdvertiseData<br>Deprecated version: 9<br>Substitute API: ohos.bluetoothManager/bluetoothManager.AdvertiseData |@ohos.bluetooth.d.ts|
|Deprecated version changed|Class name: ManufactureData<br>Deprecated version: N/A|Class name: ManufactureData<br>Deprecated version: 9<br>Substitute API: ohos.bluetoothManager/bluetoothManager.ManufactureData |@ohos.bluetooth.d.ts|
|Deprecated version changed|Class name: ServiceData<br>Deprecated version: N/A|Class name: ServiceData<br>Deprecated version: 9<br>Substitute API: ohos.bluetoothManager/bluetoothManager.ServiceData |@ohos.bluetooth.d.ts|
|Deprecated version changed|Class name: ScanFilter<br>Deprecated version: N/A|Class name: ScanFilter<br>Deprecated version: 9<br>Substitute API: ohos.bluetoothManager/bluetoothManager.ScanFilter |@ohos.bluetooth.d.ts|
|Deprecated version changed|Class name: ScanOptions<br>Deprecated version: N/A|Class name: ScanOptions<br>Deprecated version: 9<br>Substitute API: ohos.bluetoothManager/bluetoothManager.ScanOptions |@ohos.bluetooth.d.ts|
|Deprecated version changed|Class name: SppOption<br>Deprecated version: N/A|Class name: SppOption<br>Deprecated version: 9<br>Substitute API: ohos.bluetoothManager/bluetoothManager.SppOption |@ohos.bluetooth.d.ts|
|Deprecated version changed|Class name: PinRequiredParam<br>Deprecated version: N/A|Class name: PinRequiredParam<br>Deprecated version: 9<br>Substitute API: ohos.bluetoothManager/bluetoothManager.PinRequiredParam |@ohos.bluetooth.d.ts|
|Deprecated version changed|Class name: DeviceClass<br>Deprecated version: N/A|Class name: DeviceClass<br>Deprecated version: 9<br>Substitute API: ohos.bluetoothManager/bluetoothManager.DeviceClass |@ohos.bluetooth.d.ts|
|Deprecated version changed|Class name: BondStateParam<br>Deprecated version: N/A|Class name: BondStateParam<br>Deprecated version: 9<br>Substitute API: ohos.bluetoothManager/bluetoothManager.BondStateParam |@ohos.bluetooth.d.ts|
|Deprecated version changed|Class name: ScanDuty<br>Deprecated version: N/A|Class name: ScanDuty<br>Deprecated version: 9<br>Substitute API: ohos.bluetoothManager/bluetoothManager.ScanDuty |@ohos.bluetooth.d.ts|
|Deprecated version changed|Class name: MatchMode<br>Deprecated version: N/A|Class name: MatchMode<br>Deprecated version: 9<br>Substitute API: ohos.bluetoothManager/bluetoothManager.MatchMode |@ohos.bluetooth.d.ts|
|Deprecated version changed|Class name: ProfileConnectionState<br>Deprecated version: N/A|Class name: ProfileConnectionState<br>Deprecated version: 9<br>Substitute API: ohos.bluetoothManager/bluetoothManager.ProfileConnectionState |@ohos.bluetooth.d.ts|
|Deprecated version changed|Class name: BluetoothState<br>Deprecated version: N/A|Class name: BluetoothState<br>Deprecated version: 9<br>Substitute API: ohos.bluetoothManager/bluetoothManager.BluetoothState |@ohos.bluetooth.d.ts|
|Deprecated version changed|Class name: SppType<br>Deprecated version: N/A|Class name: SppType<br>Deprecated version: 9<br>Substitute API: ohos.bluetoothManager/bluetoothManager.SppType |@ohos.bluetooth.d.ts|
|Deprecated version changed|Class name: ScanMode<br>Deprecated version: N/A|Class name: ScanMode<br>Deprecated version: 9<br>Substitute API: ohos.bluetoothManager/bluetoothManager.ScanMode |@ohos.bluetooth.d.ts|
|Deprecated version changed|Class name: BondState<br>Deprecated version: N/A|Class name: BondState<br>Deprecated version: 9<br>Substitute API: ohos.bluetoothManager/bluetoothManager.BondState |@ohos.bluetooth.d.ts|
|Deprecated version changed|Class name: MajorClass<br>Deprecated version: N/A|Class name: MajorClass<br>Deprecated version: 9<br>Substitute API: ohos.bluetoothManager/bluetoothManager.MajorClass |@ohos.bluetooth.d.ts|
|Deprecated version changed|Class name: MajorMinorClass<br>Deprecated version: N/A|Class name: MajorMinorClass<br>Deprecated version: 9<br>Substitute API: ohos.bluetoothManager/bluetoothManager.MajorMinorClass |@ohos.bluetooth.d.ts|
|Deprecated version changed|Class name: StateChangeParam<br>Deprecated version: N/A|Class name: StateChangeParam<br>Deprecated version: 9<br>Substitute API: ohos.bluetoothManager/bluetoothManager.StateChangeParam |@ohos.bluetooth.d.ts|
|Deprecated version changed|Class name: PlayingState<br>Deprecated version: N/A|Class name: PlayingState<br>Deprecated version: 9<br>Substitute API: ohos.bluetoothManager/bluetoothManager.PlayingState |@ohos.bluetooth.d.ts|
|Deprecated version changed|Class name: ProfileId<br>Deprecated version: N/A|Class name: ProfileId<br>Deprecated version: 9<br>Substitute API: ohos.bluetoothManager/bluetoothManager.ProfileId |@ohos.bluetooth.d.ts|
|Permission changed|Class name: connection<br>Method or attribute name: function getAddressesByName(host: string, callback: AsyncCallback\<Array\<NetAddress>>): void;<br>Permission: ohos.permission.GET_NETWORK_INFO|Class name: connection<br>Method or attribute name: function getAddressesByName(host: string, callback: AsyncCallback\<Array\<NetAddress>>): void;<br>Permission: ohos.permission.INTERNET|@ohos.net.connection.d.ts|
|Permission changed|Class name: connection<br>Method or attribute name: function getAddressesByName(host: string): Promise\<Array\<NetAddress>>;<br>Permission: ohos.permission.GET_NETWORK_INFO|Class name: connection<br>Method or attribute name: function getAddressesByName(host: string): Promise\<Array\<NetAddress>>;<br>Permission: ohos.permission.INTERNET|@ohos.net.connection.d.ts|
|Permission changed|Class name: NetHandle<br>Method or attribute name: getAddressesByName(host: string, callback: AsyncCallback\<Array\<NetAddress>>): void;<br>Permission: ohos.permission.GET_NETWORK_INFO|Class name: NetHandle<br>Method or attribute name: getAddressesByName(host: string, callback: AsyncCallback\<Array\<NetAddress>>): void;<br>Permission: ohos.permission.INTERNET|@ohos.net.connection.d.ts|
|Permission changed|Class name: NetHandle<br>Method or attribute name: getAddressesByName(host: string): Promise\<Array\<NetAddress>>;<br>Permission: ohos.permission.GET_NETWORK_INFO|Class name: NetHandle<br>Method or attribute name: getAddressesByName(host: string): Promise\<Array\<NetAddress>>;<br>Permission: ohos.permission.INTERNET|@ohos.net.connection.d.ts|
|Permission changed|Class name: NetHandle<br>Method or attribute name: getAddressByName(host: string, callback: AsyncCallback\<NetAddress>): void;<br>Permission: ohos.permission.GET_NETWORK_INFO|Class name: NetHandle<br>Method or attribute name: getAddressByName(host: string, callback: AsyncCallback\<NetAddress>): void;<br>Permission: ohos.permission.INTERNET|@ohos.net.connection.d.ts|
|Permission changed|Class name: NetHandle<br>Method or attribute name: getAddressByName(host: string): Promise\<NetAddress>;<br>Permission: ohos.permission.GET_NETWORK_INFO|Class name: NetHandle<br>Method or attribute name: getAddressByName(host: string): Promise\<NetAddress>;<br>Permission: ohos.permission.INTERNET|@ohos.net.connection.d.ts|
|Error code added|NA|Class name: connection<br>Method or attribute name: function getDefaultNet(callback: AsyncCallback\<NetHandle>): void;<br>Error code: 201, 2100002, 2100003|@ohos.net.connection.d.ts|
|Error code added|NA|Class name: connection<br>Method or attribute name: function getDefaultNet(): Promise\<NetHandle>;<br>Error code: 201, 2100002, 2100003|@ohos.net.connection.d.ts|
|Error code added|NA|Class name: connection<br>Method or attribute name: function getAllNets(callback: AsyncCallback\<Array\<NetHandle>>): void;<br>Error code: 201, 2100002, 2100003|@ohos.net.connection.d.ts|
|Error code added|NA|Class name: connection<br>Method or attribute name: function getAllNets(): Promise\<Array\<NetHandle>>;<br>Error code: 201, 2100002, 2100003|@ohos.net.connection.d.ts|
|Error code added|NA|Class name: connection<br>Method or attribute name: function getConnectionProperties(netHandle: NetHandle, callback: AsyncCallback\<ConnectionProperties>): void;<br>Error code: 201, 401, 2100001, 2100002, 2100003|@ohos.net.connection.d.ts|
|Error code added|NA|Class name: connection<br>Method or attribute name: function getConnectionProperties(netHandle: NetHandle): Promise\<ConnectionProperties>;<br>Error code: 201, 401, 2100001, 2100002, 2100003|@ohos.net.connection.d.ts|
|Error code added|NA|Class name: connection<br>Method or attribute name: function getNetCapabilities(netHandle: NetHandle, callback: AsyncCallback\<NetCapabilities>): void;<br>Error code: 201, 401, 2100001, 2100002, 2100003|@ohos.net.connection.d.ts|
|Error code added|NA|Class name: connection<br>Method or attribute name: function getNetCapabilities(netHandle: NetHandle): Promise\<NetCapabilities>;<br>Error code: 201, 401, 2100001, 2100002, 2100003|@ohos.net.connection.d.ts|
|Error code added|NA|Class name: connection<br>Method or attribute name: function hasDefaultNet(callback: AsyncCallback\<boolean>): void;<br>Error code: 201, 2100002, 2100003|@ohos.net.connection.d.ts|
|Error code added|NA|Class name: connection<br>Method or attribute name: function hasDefaultNet(): Promise\<boolean>;<br>Error code: 201, 2100002, 2100003|@ohos.net.connection.d.ts|
|Error code added|NA|Class name: connection<br>Method or attribute name: function enableAirplaneMode(callback: AsyncCallback\<void>): void;<br>Error code: 201, 2100002, 2100003|@ohos.net.connection.d.ts|
|Error code added|NA|Class name: connection<br>Method or attribute name: function enableAirplaneMode(): Promise\<void>;<br>Error code: 201, 2100002, 2100003|@ohos.net.connection.d.ts|
|Error code added|NA|Class name: connection<br>Method or attribute name: function disableAirplaneMode(callback: AsyncCallback\<void>): void;<br>Error code: 201, 2100002, 2100003|@ohos.net.connection.d.ts|
|Error code added|NA|Class name: connection<br>Method or attribute name: function disableAirplaneMode(): Promise\<void>;<br>Error code: 201, 2100002, 2100003|@ohos.net.connection.d.ts|
|Error code added|NA|Class name: connection<br>Method or attribute name: function reportNetConnected(netHandle: NetHandle, callback: AsyncCallback\<void>): void;<br>Error code: 201, 401, 2100001, 2100002, 2100003|@ohos.net.connection.d.ts|
|Error code added|NA|Class name: connection<br>Method or attribute name: function reportNetConnected(netHandle: NetHandle): Promise\<void>;<br>Error code: 201, 401, 2100001, 2100002, 2100003|@ohos.net.connection.d.ts|
|Error code added|NA|Class name: connection<br>Method or attribute name: function reportNetDisconnected(netHandle: NetHandle, callback: AsyncCallback\<void>): void;<br>Error code: 201, 401, 2100001, 2100002, 2100003|@ohos.net.connection.d.ts|
|Error code added|NA|Class name: connection<br>Method or attribute name: function reportNetDisconnected(netHandle: NetHandle): Promise\<void>;<br>Error code: 201, 401, 2100001, 2100002, 2100003|@ohos.net.connection.d.ts|
|Error code added|NA|Class name: connection<br>Method or attribute name: function getAddressesByName(host: string, callback: AsyncCallback\<Array\<NetAddress>>): void;<br>Error code: 201, 401, 2100001, 2100002, 2100003|@ohos.net.connection.d.ts|
|Error code added|NA|Class name: connection<br>Method or attribute name: function getAddressesByName(host: string): Promise\<Array\<NetAddress>>;<br>Error code: 201, 401, 2100001, 2100002, 2100003|@ohos.net.connection.d.ts|
|Error code added|NA|Class name: NetConnection<br>Method or attribute name: register(callback: AsyncCallback\<void>): void;<br>Error code: 201, 2100002, 2100003, 2101008, 2101022|@ohos.net.connection.d.ts|
|Error code added|NA|Class name: NetConnection<br>Method or attribute name: unregister(callback: AsyncCallback\<void>): void;<br>Error code: 2100002, 2100003, 2101007|@ohos.net.connection.d.ts|
|Error code added|NA|Class name: NetHandle<br>Method or attribute name: bindSocket(socketParam: TCPSocket \| UDPSocket, callback: AsyncCallback\<void>): void;<br>Error code: 401, 2100001, 2100002, 2100003|@ohos.net.connection.d.ts|
|Error code added|NA|Class name: NetHandle<br>Method or attribute name: bindSocket(socketParam: TCPSocket \| UDPSocket): Promise\<void>;<br>Error code: 401, 2100001, 2100002, 2100003|@ohos.net.connection.d.ts|
|Error code added|NA|Class name: NetHandle<br>Method or attribute name: getAddressesByName(host: string, callback: AsyncCallback\<Array\<NetAddress>>): void;<br>Error code: 201, 401, 2100001, 2100002, 2100003|@ohos.net.connection.d.ts|
|Error code added|NA|Class name: NetHandle<br>Method or attribute name: getAddressesByName(host: string): Promise\<Array\<NetAddress>>;<br>Error code: 201, 401, 2100001, 2100002, 2100003|@ohos.net.connection.d.ts|
|Error code added|NA|Class name: NetHandle<br>Method or attribute name: getAddressByName(host: string, callback: AsyncCallback\<NetAddress>): void;<br>Error code: 201, 401, 2100001, 2100002, 2100003|@ohos.net.connection.d.ts|
|Error code added|NA|Class name: NetHandle<br>Method or attribute name: getAddressByName(host: string): Promise\<NetAddress>;<br>Error code: 201, 401, 2100001, 2100002, 2100003|@ohos.net.connection.d.ts|
|Error code added|NA|Class name: ethernet<br>Method or attribute name: function getIfaceConfig(iface: string, callback: AsyncCallback\<InterfaceConfiguration>): void;<br>Error code: 201, 401, 2200001, 2200002, 2200003, 2201005|@ohos.net.ethernet.d.ts|
|Error code added|NA|Class name: ethernet<br>Method or attribute name: function getIfaceConfig(iface: string): Promise\<InterfaceConfiguration>;<br>Error code: 201, 401, 2200001, 2200002, 2200003, 2201005|@ohos.net.ethernet.d.ts|
|Error code added|NA|Class name: ethernet<br>Method or attribute name: function setIfaceConfig(iface: string, ic: InterfaceConfiguration, callback: AsyncCallback\<void>): void;<br>Error code: 201, 401, 2200001, 2200002, 2200003, 2201004, 2201005, 2201006, 2201007|@ohos.net.ethernet.d.ts|
|Error code added|NA|Class name: ethernet<br>Method or attribute name: function setIfaceConfig(iface: string, ic: InterfaceConfiguration): Promise\<void>;<br>Error code: 201, 401, 2200001, 2200002, 2200003, 2201004, 2201005, 2201006, 2201007|@ohos.net.ethernet.d.ts|
|Error code added|NA|Class name: ethernet<br>Method or attribute name: function isIfaceActive(iface: string, callback: AsyncCallback\<number>): void;<br>Error code: 201, 401, 2200001, 2200002, 2200003, 2201005|@ohos.net.ethernet.d.ts|
|Error code added|NA|Class name: ethernet<br>Method or attribute name: function isIfaceActive(iface: string): Promise\<number>;<br>Error code: 201, 401, 2200001, 2200002, 2200003, 2201005|@ohos.net.ethernet.d.ts|
|Error code added|NA|Class name: ethernet<br>Method or attribute name: function getAllActiveIfaces(callback: AsyncCallback\<Array\<string>>): void;<br>Error code: 201, 2200002, 2200003|@ohos.net.ethernet.d.ts|
|Error code added|NA|Class name: ethernet<br>Method or attribute name: function getAllActiveIfaces(): Promise\<Array\<string>>;<br>Error code: 201, 2200002, 2200003|@ohos.net.ethernet.d.ts|
|Error code added|NA|Class name: HttpRequest<br>Method or attribute name: request(url: string, callback: AsyncCallback\<HttpResponse>): void;<br>Error code: 401, 201, 2300001, 2300003, 2300005, 2300006, 2300007, 2300008, 2300009, 2300016, 2300018, 2300023, 2300025, 2300026, 2300027, 2300028, 2300047, 2300052, 2300055, 2300056, 2300058, 2300059, 2300060, 2300061, 2300063, 2300070, 2300073, 2300077, 2300078, 2300094, 2300999|@ohos.net.http.d.ts|
|Error code added|NA|Class name: HttpRequest<br>Method or attribute name: request(url: string, options: HttpRequestOptions, callback: AsyncCallback\<HttpResponse>): void;<br>Error code: 401, 201, 2300001, 2300003, 2300005, 2300006, 2300007, 2300008, 2300009, 2300016, 2300018, 2300023, 2300025, 2300026, 2300027, 2300028, 2300047, 2300052, 2300055, 2300056, 2300058, 2300059, 2300060, 2300061, 2300063, 2300070, 2300073, 2300077, 2300078, 2300094, 2300999|@ohos.net.http.d.ts|
|Error code added|NA|Class name: HttpRequest<br>Method or attribute name: request(url: string, options?: HttpRequestOptions): Promise\<HttpResponse>;<br>Error code: 401, 201, 2300001, 2300003, 2300005, 2300006, 2300007, 2300008, 2300009, 2300016, 2300018, 2300023, 2300025, 2300026, 2300027, 2300028, 2300047, 2300052, 2300055, 2300056, 2300058, 2300059, 2300060, 2300061, 2300063, 2300070, 2300073, 2300077, 2300078, 2300094, 2300999|@ohos.net.http.d.ts|
|Error code added|NA|Class name: sharing<br>Method or attribute name: function isSharingSupported(callback: AsyncCallback\<boolean>): void;<br>Error code: 201, 2200002, 2200003, 2202011|@ohos.net.sharing.d.ts|
|Error code added|NA|Class name: sharing<br>Method or attribute name: function isSharingSupported(): Promise\<boolean>;<br>Error code: 201, 2200002, 2200003, 2202011|@ohos.net.sharing.d.ts|
|Error code added|NA|Class name: sharing<br>Method or attribute name: function isSharing(callback: AsyncCallback\<boolean>): void;<br>Error code: 201, 2200002, 2200003, 2202011|@ohos.net.sharing.d.ts|
|Error code added|NA|Class name: sharing<br>Method or attribute name: function isSharing(): Promise\<boolean>;<br>Error code: 201, 2200002, 2200003, 2202011|@ohos.net.sharing.d.ts|
|Error code added|NA|Class name: sharing<br>Method or attribute name: function startSharing(type: SharingIfaceType, callback: AsyncCallback\<void>): void;<br>Error code: 201, 401, 2200001, 2200002, 2200003, 2202004, 2202005, 2202006, 2202009, 2202011|@ohos.net.sharing.d.ts|
|Error code added|NA|Class name: sharing<br>Method or attribute name: function startSharing(type: SharingIfaceType): Promise\<void>;<br>Error code: 201, 401, 2200001, 2200002, 2200003, 2202004, 2202005, 2202006, 2202009, 2202011|@ohos.net.sharing.d.ts|
|Error code added|NA|Class name: sharing<br>Method or attribute name: function stopSharing(type: SharingIfaceType, callback: AsyncCallback\<void>): void;<br>Error code: 201, 401, 2200001, 2200002, 2200003, 2202004, 2202005, 2202006, 2202011|@ohos.net.sharing.d.ts|
|Error code added|NA|Class name: sharing<br>Method or attribute name: function stopSharing(type: SharingIfaceType): Promise\<void>;<br>Error code: 201, 401, 2200001, 2200002, 2200003, 2202004, 2202005, 2202006, 2202011|@ohos.net.sharing.d.ts|
|Error code added|NA|Class name: sharing<br>Method or attribute name: function getStatsRxBytes(callback: AsyncCallback\<number>): void;<br>Error code: 201, 2200002, 2200003|@ohos.net.sharing.d.ts|
|Error code added|NA|Class name: sharing<br>Method or attribute name: function getStatsRxBytes(): Promise\<number>;<br>Error code: 201, 2200002, 2200003|@ohos.net.sharing.d.ts|
|Error code added|NA|Class name: sharing<br>Method or attribute name: function getStatsTxBytes(callback: AsyncCallback\<number>): void;<br>Error code: 201, 2200002, 2200003|@ohos.net.sharing.d.ts|
|Error code added|NA|Class name: sharing<br>Method or attribute name: function getStatsTxBytes(): Promise\<number>;<br>Error code: 201, 2200002, 2200003|@ohos.net.sharing.d.ts|
|Error code added|NA|Class name: sharing<br>Method or attribute name: function getStatsTotalBytes(callback: AsyncCallback\<number>): void;<br>Error code: 201, 2200002, 2200003|@ohos.net.sharing.d.ts|
|Error code added|NA|Class name: sharing<br>Method or attribute name: function getStatsTotalBytes(): Promise\<number>;<br>Error code: 201, 2200002, 2200003|@ohos.net.sharing.d.ts|
|Error code added|NA|Class name: sharing<br>Method or attribute name: function getSharingIfaces(state: SharingIfaceState, callback: AsyncCallback\<Array\<string>>): void;<br>Error code: 201, 401, 2200001, 2200002, 2200003|@ohos.net.sharing.d.ts|
|Error code added|NA|Class name: sharing<br>Method or attribute name: function getSharingIfaces(state: SharingIfaceState): Promise\<Array\<string>>;<br>Error code: 201, 401, 2200001, 2200002, 2200003|@ohos.net.sharing.d.ts|
|Error code added|NA|Class name: sharing<br>Method or attribute name: function getSharingState(type: SharingIfaceType, callback: AsyncCallback\<SharingIfaceState>): void;<br>Error code: 201, 401, 2200001, 2200002, 2200003|@ohos.net.sharing.d.ts|
|Error code added|NA|Class name: sharing<br>Method or attribute name: function getSharingState(type: SharingIfaceType): Promise\<SharingIfaceState>;<br>Error code: 201, 401, 2200001, 2200002, 2200003|@ohos.net.sharing.d.ts|
|Error code added|NA|Class name: sharing<br>Method or attribute name: function getSharableRegexes(type: SharingIfaceType, callback: AsyncCallback\<Array\<string>>): void;<br>Error code: 201, 401, 2200001, 2200002, 2200003|@ohos.net.sharing.d.ts|
|Error code added|NA|Class name: sharing<br>Method or attribute name: function getSharableRegexes(type: SharingIfaceType): Promise\<Array\<string>>;<br>Error code: 201, 401, 2200001, 2200002, 2200003|@ohos.net.sharing.d.ts|
|Error code added|NA|Class name: sharing<br>Method or attribute name: function on(type: 'sharingStateChange', callback: Callback\<boolean>): void;<br>Error code: 201, 401|@ohos.net.sharing.d.ts|
|Error code added|NA|Class name: sharing<br>Method or attribute name: function off(type: 'sharingStateChange', callback?: Callback\<boolean>): void;<br>Error code: 201, 401|@ohos.net.sharing.d.ts|
|Error code added|NA|Class name: sharing<br>Method or attribute name: function on(type: 'interfaceSharingStateChange', callback: Callback\<{ type: SharingIfaceType, iface: string, state: SharingIfaceState }>): void;<br>Error code: 201, 401|@ohos.net.sharing.d.ts|
|Error code added|NA|Class name: sharing<br>Method or attribute name: function off(type: 'interfaceSharingStateChange', callback?: Callback\<{ type: SharingIfaceType, iface: string, state: SharingIfaceState }>): void;<br>Error code: 201, 401|@ohos.net.sharing.d.ts|
|Error code added|NA|Class name: sharing<br>Method or attribute name: function on(type: 'sharingUpstreamChange', callback: Callback\<NetHandle>): void;<br>Error code: 201, 401|@ohos.net.sharing.d.ts|
|Error code added|NA|Class name: sharing<br>Method or attribute name: function off(type: 'sharingUpstreamChange', callback?: Callback\<NetHandle>): void;<br>Error code: 201, 401|@ohos.net.sharing.d.ts|
|Error code added|NA|Class name: UDPSocket<br>Method or attribute name: bind(address: NetAddress, callback: AsyncCallback\<void>): void;<br>Error code: 401, 201|@ohos.net.socket.d.ts|
|Error code added|NA|Class name: UDPSocket<br>Method or attribute name: bind(address: NetAddress): Promise\<void>;<br>Error code: 401, 201|@ohos.net.socket.d.ts|
|Error code added|NA|Class name: UDPSocket<br>Method or attribute name: send(options: UDPSendOptions, callback: AsyncCallback\<void>): void;<br>Error code: 401, 201|@ohos.net.socket.d.ts|
|Error code added|NA|Class name: UDPSocket<br>Method or attribute name: send(options: UDPSendOptions): Promise\<void>;<br>Error code: 401, 201|@ohos.net.socket.d.ts|
|Error code added|NA|Class name: UDPSocket<br>Method or attribute name: close(callback: AsyncCallback\<void>): void;<br>Error code: 201|@ohos.net.socket.d.ts|
|Error code added|NA|Class name: UDPSocket<br>Method or attribute name: close(): Promise\<void>;<br>Error code: 201|@ohos.net.socket.d.ts|
|Error code added|NA|Class name: UDPSocket<br>Method or attribute name: getState(callback: AsyncCallback\<SocketStateBase>): void;<br>Error code: 201|@ohos.net.socket.d.ts|
|Error code added|NA|Class name: UDPSocket<br>Method or attribute name: getState(): Promise\<SocketStateBase>;<br>Error code: 201|@ohos.net.socket.d.ts|
|Error code added|NA|Class name: UDPSocket<br>Method or attribute name: setExtraOptions(options: UDPExtraOptions, callback: AsyncCallback\<void>): void;<br>Error code: 401, 201|@ohos.net.socket.d.ts|
|Error code added|NA|Class name: UDPSocket<br>Method or attribute name: setExtraOptions(options: UDPExtraOptions): Promise\<void>;<br>Error code: 401, 201|@ohos.net.socket.d.ts|
|Error code added|NA|Class name: TCPSocket<br>Method or attribute name: bind(address: NetAddress, callback: AsyncCallback\<void>): void;<br>Error code: 401, 201|@ohos.net.socket.d.ts|
|Error code added|NA|Class name: TCPSocket<br>Method or attribute name: bind(address: NetAddress): Promise\<void>;<br>Error code: 401, 201|@ohos.net.socket.d.ts|
|Error code added|NA|Class name: TCPSocket<br>Method or attribute name: connect(options: TCPConnectOptions, callback: AsyncCallback\<void>): void;<br>Error code: 401, 201|@ohos.net.socket.d.ts|
|Error code added|NA|Class name: TCPSocket<br>Method or attribute name: connect(options: TCPConnectOptions): Promise\<void>;<br>Error code: 401, 201|@ohos.net.socket.d.ts|
|Error code added|NA|Class name: TCPSocket<br>Method or attribute name: send(options: TCPSendOptions, callback: AsyncCallback\<void>): void;<br>Error code: 401, 201|@ohos.net.socket.d.ts|
|Error code added|NA|Class name: TCPSocket<br>Method or attribute name: send(options: TCPSendOptions): Promise\<void>;<br>Error code: 401, 201|@ohos.net.socket.d.ts|
|Error code added|NA|Class name: TCPSocket<br>Method or attribute name: close(callback: AsyncCallback\<void>): void;<br>Error code: 201|@ohos.net.socket.d.ts|
|Error code added|NA|Class name: TCPSocket<br>Method or attribute name: close(): Promise\<void>;<br>Error code: 201|@ohos.net.socket.d.ts|
|Error code added|NA|Class name: TCPSocket<br>Method or attribute name: getRemoteAddress(callback: AsyncCallback\<NetAddress>): void;<br>Error code: 201|@ohos.net.socket.d.ts|
|Error code added|NA|Class name: TCPSocket<br>Method or attribute name: getRemoteAddress(): Promise\<NetAddress>;<br>Error code: 201|@ohos.net.socket.d.ts|
|Error code added|NA|Class name: TCPSocket<br>Method or attribute name: getState(callback: AsyncCallback\<SocketStateBase>): void;<br>Error code: 201|@ohos.net.socket.d.ts|
|Error code added|NA|Class name: TCPSocket<br>Method or attribute name: getState(): Promise\<SocketStateBase>;<br>Error code: 201|@ohos.net.socket.d.ts|
|Error code added|NA|Class name: TCPSocket<br>Method or attribute name: setExtraOptions(options: TCPExtraOptions, callback: AsyncCallback\<void>): void;<br>Error code: 401, 201|@ohos.net.socket.d.ts|
|Error code added|NA|Class name: TCPSocket<br>Method or attribute name: setExtraOptions(options: TCPExtraOptions): Promise\<void>;<br>Error code: 401, 201|@ohos.net.socket.d.ts|
|Error code added|NA|Class name: WebSocket<br>Method or attribute name: connect(url: string, callback: AsyncCallback\<boolean>): void;<br>Error code: 401, 201|@ohos.net.webSocket.d.ts|
|Error code added|NA|Class name: WebSocket<br>Method or attribute name: connect(url: string, options: WebSocketRequestOptions, callback: AsyncCallback\<boolean>): void;<br>Error code: 401, 201|@ohos.net.webSocket.d.ts|
|Error code added|NA|Class name: WebSocket<br>Method or attribute name: connect(url: string, options?: WebSocketRequestOptions): Promise\<boolean>;<br>Error code: 401, 201|@ohos.net.webSocket.d.ts|
|Error code added|NA|Class name: WebSocket<br>Method or attribute name: send(data: string \| ArrayBuffer, callback: AsyncCallback\<boolean>): void;<br>Error code: 401, 201|@ohos.net.webSocket.d.ts|
|Error code added|NA|Class name: WebSocket<br>Method or attribute name: send(data: string \| ArrayBuffer): Promise\<boolean>;<br>Error code: 401, 201|@ohos.net.webSocket.d.ts|
|Error code added|NA|Class name: WebSocket<br>Method or attribute name: close(callback: AsyncCallback\<boolean>): void;<br>Error code: 401, 201|@ohos.net.webSocket.d.ts|
|Error code added|NA|Class name: WebSocket<br>Method or attribute name: close(options: WebSocketCloseOptions, callback: AsyncCallback\<boolean>): void;<br>Error code: 401, 201|@ohos.net.webSocket.d.ts|
|Error code added|NA|Class name: WebSocket<br>Method or attribute name: close(options?: WebSocketCloseOptions): Promise\<boolean>;<br>Error code: 401, 201|@ohos.net.webSocket.d.ts|
|Permission added|Class name: connection<br>Method or attribute name: function enableAirplaneMode(callback: AsyncCallback\<void>): void;<br>Permission: N/A|Class name: connection<br>Method or attribute name: function enableAirplaneMode(callback: AsyncCallback\<void>): void;<br>Permission: ohos.permission.CONNECTIVITY_INTERNAL|@ohos.net.connection.d.ts|
|Permission added|Class name: connection<br>Method or attribute name: function enableAirplaneMode(): Promise\<void>;<br>Permission: N/A|Class name: connection<br>Method or attribute name: function enableAirplaneMode(): Promise\<void>;<br>Permission: ohos.permission.CONNECTIVITY_INTERNAL|@ohos.net.connection.d.ts|
|Permission added|Class name: connection<br>Method or attribute name: function disableAirplaneMode(callback: AsyncCallback\<void>): void;<br>Permission: N/A|Class name: connection<br>Method or attribute name: function disableAirplaneMode(callback: AsyncCallback\<void>): void;<br>Permission: ohos.permission.CONNECTIVITY_INTERNAL|@ohos.net.connection.d.ts|
|Permission added|Class name: connection<br>Method or attribute name: function disableAirplaneMode(): Promise\<void>;<br>Permission: N/A|Class name: connection<br>Method or attribute name: function disableAirplaneMode(): Promise\<void>;<br>Permission: ohos.permission.CONNECTIVITY_INTERNAL|@ohos.net.connection.d.ts|
|Function changed|Class name: RemoteProxy<br>Method or attribute name: unregisterDeathRecipient(recipient: DeathRecipient, flags: number): boolean;<br>|Class name: RemoteProxy<br>Method or attribute name: unregisterDeathRecipient(recipient: DeathRecipient, flags: number): void;<br>|@ohos.rpc.d.ts|
| Change Type | Old Version | New Version | d.ts File |
| ---- | ------ | ------ | -------- |
|Added|NA|Class name: util<br>Method or attribute name: function generateRandomUUID(entropyCache?: boolean): string;|@ohos.util.d.ts|
|Added|NA|Class name: util<br>Method or attribute name: function generateRandomBinaryUUID(entropyCache?: boolean): Uint8Array;|@ohos.util.d.ts|
|Deleted|Module name: ohos.util<br>Class name: util<br>Method or attribute name: function randomUUID(entropyCache?: boolean): string;|NA|@ohos.util.d.ts|
|Deleted|Module name: ohos.util<br>Class name: util<br>Method or attribute name: function randomBinaryUUID(entropyCache?: boolean): Uint8Array;|NA|@ohos.util.d.ts|
|Function changed|Class name: LRUCache<br>Method or attribute name: contains(key: object): boolean;<br>|Class name: LRUCache<br>Method or attribute name: contains(key: K): boolean;<br>|@ohos.util.d.ts|
| Change Type | Old Version | New Version | d.ts File |
| ---- | ------ | ------ | -------- |
|Added|NA|Module name: ohos.hiviewdfx.hiAppEvent<br>Class name: event|@ohos.hiviewdfx.hiAppEvent.d.ts|
|Added|NA|Class name: event<br>Method or attribute name: |@ohos.hiviewdfx.hiAppEvent.d.ts|
|Added|NA|Module name: ohos.hiviewdfx.hiAppEvent<br>Class name: event<br>Method or attribute name: const USER_LOGIN: string;|@ohos.hiviewdfx.hiAppEvent.d.ts|
|Added|NA|Class name: event<br>Method or attribute name: const USER_LOGIN: string;|@ohos.hiviewdfx.hiAppEvent.d.ts|
|Added|NA|Module name: ohos.hiviewdfx.hiAppEvent<br>Class name: event<br>Method or attribute name: const USER_LOGOUT: string;|@ohos.hiviewdfx.hiAppEvent.d.ts|
|Added|NA|Class name: event<br>Method or attribute name: const USER_LOGOUT: string;|@ohos.hiviewdfx.hiAppEvent.d.ts|
|Added|NA|Module name: ohos.hiviewdfx.hiAppEvent<br>Class name: event<br>Method or attribute name: const DISTRIBUTED_SERVICE_START: string;|@ohos.hiviewdfx.hiAppEvent.d.ts|
|Added|NA|Class name: event<br>Method or attribute name: const DISTRIBUTED_SERVICE_START: string;|@ohos.hiviewdfx.hiAppEvent.d.ts|
|Added|NA|Module name: ohos.hiviewdfx.hiAppEvent<br>Class name: param|@ohos.hiviewdfx.hiAppEvent.d.ts|
|Added|NA|Class name: param<br>Method or attribute name: |@ohos.hiviewdfx.hiAppEvent.d.ts|
|Added|NA|Module name: ohos.hiviewdfx.hiAppEvent<br>Class name: param<br>Method or attribute name: const USER_ID: string;|@ohos.hiviewdfx.hiAppEvent.d.ts|
|Added|NA|Class name: param<br>Method or attribute name: const USER_ID: string;|@ohos.hiviewdfx.hiAppEvent.d.ts|
|Added|NA|Module name: ohos.hiviewdfx.hiAppEvent<br>Class name: param<br>Method or attribute name: const DISTRIBUTED_SERVICE_NAME: string;|@ohos.hiviewdfx.hiAppEvent.d.ts|
|Added|NA|Class name: param<br>Method or attribute name: const DISTRIBUTED_SERVICE_NAME: string;|@ohos.hiviewdfx.hiAppEvent.d.ts|
|Added|NA|Module name: ohos.hiviewdfx.hiAppEvent<br>Class name: param<br>Method or attribute name: const DISTRIBUTED_SERVICE_INSTANCE_ID: string;|@ohos.hiviewdfx.hiAppEvent.d.ts|
|Added|NA|Class name: param<br>Method or attribute name: const DISTRIBUTED_SERVICE_INSTANCE_ID: string;|@ohos.hiviewdfx.hiAppEvent.d.ts|
|Deleted|Module name: ohos.hiviewdfx.hiAppEvent<br>Class name: Event|NA|@ohos.hiviewdfx.hiAppEvent.d.ts|
|Deleted|Module name: ohos.hiviewdfx.hiAppEvent<br>Class name: Event<br>Method or attribute name: const USER_LOGIN: string;|NA|@ohos.hiviewdfx.hiAppEvent.d.ts|
|Deleted|Module name: ohos.hiviewdfx.hiAppEvent<br>Class name: Event<br>Method or attribute name: const USER_LOGOUT: string;|NA|@ohos.hiviewdfx.hiAppEvent.d.ts|
|Deleted|Module name: ohos.hiviewdfx.hiAppEvent<br>Class name: Event<br>Method or attribute name: const DISTRIBUTED_SERVICE_START: string;|NA|@ohos.hiviewdfx.hiAppEvent.d.ts|
|Deleted|Module name: ohos.hiviewdfx.hiAppEvent<br>Class name: Param|NA|@ohos.hiviewdfx.hiAppEvent.d.ts|
|Deleted|Module name: ohos.hiviewdfx.hiAppEvent<br>Class name: Param<br>Method or attribute name: const USER_ID: string;|NA|@ohos.hiviewdfx.hiAppEvent.d.ts|
|Deleted|Module name: ohos.hiviewdfx.hiAppEvent<br>Class name: Param<br>Method or attribute name: const DISTRIBUTED_SERVICE_NAME: string;|NA|@ohos.hiviewdfx.hiAppEvent.d.ts|
|Deleted|Module name: ohos.hiviewdfx.hiAppEvent<br>Class name: Param<br>Method or attribute name: const DISTRIBUTED_SERVICE_INSTANCE_ID: string;|NA|@ohos.hiviewdfx.hiAppEvent.d.ts|
| Change Type | Old Version | New Version | d.ts File |
| ---- | ------ | ------ | -------- |
|Added|NA|Module name: ohos.data.distributedDataObject<br>Class name: DataObject|@ohos.data.distributedDataObject.d.ts|
|Added|NA|Class name: DataObject<br>Method or attribute name: |@ohos.data.distributedDataObject.d.ts|
|Added|NA|Module name: ohos.data.distributedDataObject<br>Class name: DataObject<br>Method or attribute name: setSessionId(sessionId: string, callback: AsyncCallback\<void>): void;|@ohos.data.distributedDataObject.d.ts|
|Added|NA|Class name: DataObject<br>Method or attribute name: setSessionId(sessionId: string, callback: AsyncCallback\<void>): void;|@ohos.data.distributedDataObject.d.ts|
|Added|NA|Module name: ohos.data.distributedDataObject<br>Class name: DataObject<br>Method or attribute name: setSessionId(callback: AsyncCallback\<void>): void;|@ohos.data.distributedDataObject.d.ts|
|Added|NA|Class name: DataObject<br>Method or attribute name: setSessionId(callback: AsyncCallback\<void>): void;|@ohos.data.distributedDataObject.d.ts|
|Added|NA|Module name: ohos.data.distributedDataObject<br>Class name: DataObject<br>Method or attribute name: setSessionId(sessionId?: string): Promise\<void>;|@ohos.data.distributedDataObject.d.ts|
|Added|NA|Class name: DataObject<br>Method or attribute name: setSessionId(sessionId?: string): Promise\<void>;|@ohos.data.distributedDataObject.d.ts|
|Added|NA|Module name: ohos.data.distributedDataObject<br>Class name: DataObject<br>Method or attribute name: on(type: 'change', callback: Callback\<{ sessionId: string, fields: Array\<string> }>): void;|@ohos.data.distributedDataObject.d.ts|
|Added|NA|Class name: DataObject<br>Method or attribute name: on(type: 'change', callback: Callback\<{ sessionId: string, fields: Array\<string> }>): void;|@ohos.data.distributedDataObject.d.ts|
|Added|NA|Module name: ohos.data.distributedDataObject<br>Class name: DataObject<br>Method or attribute name: off(type: 'change', callback?: Callback\<{ sessionId: string, fields: Array\<string> }>): void;|@ohos.data.distributedDataObject.d.ts|
|Added|NA|Class name: DataObject<br>Method or attribute name: off(type: 'change', callback?: Callback\<{ sessionId: string, fields: Array\<string> }>): void;|@ohos.data.distributedDataObject.d.ts|
|Added|NA|Module name: ohos.data.distributedDataObject<br>Class name: DataObject<br>Method or attribute name: on(type: 'status',<br><br> callback: Callback\<{ sessionId: string, networkId: string, status: 'online' \| 'offline' }>): void;|@ohos.data.distributedDataObject.d.ts|
|Added|NA|Class name: DataObject<br>Method or attribute name: on(type: 'status',<br><br> callback: Callback\<{ sessionId: string, networkId: string, status: 'online' \| 'offline' }>): void;|@ohos.data.distributedDataObject.d.ts|
|Added|NA|Module name: ohos.data.distributedDataObject<br>Class name: DataObject<br>Method or attribute name: off(type: 'status',<br><br> callback?: Callback\<{ sessionId: string, deviceId: string, status: 'online' \| 'offline' }>): void;|@ohos.data.distributedDataObject.d.ts|
|Added|NA|Class name: DataObject<br>Method or attribute name: off(type: 'status',<br><br> callback?: Callback\<{ sessionId: string, deviceId: string, status: 'online' \| 'offline' }>): void;|@ohos.data.distributedDataObject.d.ts|
|Added|NA|Module name: ohos.data.distributedDataObject<br>Class name: DataObject<br>Method or attribute name: save(deviceId: string, callback: AsyncCallback\<SaveSuccessResponse>): void;|@ohos.data.distributedDataObject.d.ts|
|Added|NA|Class name: DataObject<br>Method or attribute name: save(deviceId: string, callback: AsyncCallback\<SaveSuccessResponse>): void;|@ohos.data.distributedDataObject.d.ts|
|Added|NA|Module name: ohos.data.distributedDataObject<br>Class name: DataObject<br>Method or attribute name: save(deviceId: string): Promise\<SaveSuccessResponse>;|@ohos.data.distributedDataObject.d.ts|
|Added|NA|Class name: DataObject<br>Method or attribute name: save(deviceId: string): Promise\<SaveSuccessResponse>;|@ohos.data.distributedDataObject.d.ts|
|Added|NA|Module name: ohos.data.distributedDataObject<br>Class name: DataObject<br>Method or attribute name: revokeSave(callback: AsyncCallback\<RevokeSaveSuccessResponse>): void;|@ohos.data.distributedDataObject.d.ts|
|Added|NA|Class name: DataObject<br>Method or attribute name: revokeSave(callback: AsyncCallback\<RevokeSaveSuccessResponse>): void;|@ohos.data.distributedDataObject.d.ts|
|Added|NA|Module name: ohos.data.distributedDataObject<br>Class name: DataObject<br>Method or attribute name: revokeSave(): Promise\<RevokeSaveSuccessResponse>;|@ohos.data.distributedDataObject.d.ts|
|Added|NA|Class name: DataObject<br>Method or attribute name: revokeSave(): Promise\<RevokeSaveSuccessResponse>;|@ohos.data.distributedDataObject.d.ts|
|Added|NA|Class name: Constants<br>Method or attribute name: readonly MAX_KEY_LENGTH: number;|@ohos.data.distributedKVStore.d.ts|
|Added|NA|Class name: Constants<br>Method or attribute name: readonly MAX_VALUE_LENGTH: number;|@ohos.data.distributedKVStore.d.ts|
|Added|NA|Class name: Constants<br>Method or attribute name: readonly MAX_KEY_LENGTH_DEVICE: number;|@ohos.data.distributedKVStore.d.ts|
|Added|NA|Class name: Constants<br>Method or attribute name: readonly MAX_STORE_ID_LENGTH: number;|@ohos.data.distributedKVStore.d.ts|
|Added|NA|Class name: Constants<br>Method or attribute name: readonly MAX_QUERY_LENGTH: number;|@ohos.data.distributedKVStore.d.ts|
|Added|NA|Class name: Constants<br>Method or attribute name: readonly MAX_BATCH_SIZE: number;|@ohos.data.distributedKVStore.d.ts|
|Deleted|Module name: ohos.data.distributedDataObject<br>Class name: DistributedObjectV9|NA|@ohos.data.distributedDataObject.d.ts|
|Deleted|Module name: ohos.data.distributedDataObject<br>Class name: DistributedObjectV9<br>Method or attribute name: setSessionId(sessionId: string, callback: AsyncCallback\<void>): void;|NA|@ohos.data.distributedDataObject.d.ts|
|Deleted|Module name: ohos.data.distributedDataObject<br>Class name: DistributedObjectV9<br>Method or attribute name: setSessionId(callback: AsyncCallback\<void>): void;|NA|@ohos.data.distributedDataObject.d.ts|
|Deleted|Module name: ohos.data.distributedDataObject<br>Class name: DistributedObjectV9<br>Method or attribute name: setSessionId(sessionId?: string): Promise\<void>;|NA|@ohos.data.distributedDataObject.d.ts|
|Deleted|Module name: ohos.data.distributedDataObject<br>Class name: DistributedObjectV9<br>Method or attribute name: on(type: 'change', callback: Callback\<{ sessionId: string, fields: Array\<string> }>): void;|NA|@ohos.data.distributedDataObject.d.ts|
|Deleted|Module name: ohos.data.distributedDataObject<br>Class name: DistributedObjectV9<br>Method or attribute name: off(type: 'change', callback?: Callback\<{ sessionId: string, fields: Array\<string> }>): void;|NA|@ohos.data.distributedDataObject.d.ts|
|Deleted|Module name: ohos.data.distributedDataObject<br>Class name: DistributedObjectV9<br>Method or attribute name: on(type: 'status',<br><br> callback: Callback\<{ sessionId: string, networkId: string, status: 'online' \| 'offline' }>): void;|NA|@ohos.data.distributedDataObject.d.ts|
|Deleted|Module name: ohos.data.distributedDataObject<br>Class name: DistributedObjectV9<br>Method or attribute name: off(type: 'status',<br><br> callback?: Callback\<{ sessionId: string, deviceId: string, status: 'online' \| 'offline' }>): void;|NA|@ohos.data.distributedDataObject.d.ts|
|Deleted|Module name: ohos.data.distributedDataObject<br>Class name: DistributedObjectV9<br>Method or attribute name: save(deviceId: string, callback: AsyncCallback\<SaveSuccessResponse>): void;|NA|@ohos.data.distributedDataObject.d.ts|
|Deleted|Module name: ohos.data.distributedDataObject<br>Class name: DistributedObjectV9<br>Method or attribute name: save(deviceId: string): Promise\<SaveSuccessResponse>;|NA|@ohos.data.distributedDataObject.d.ts|
|Deleted|Module name: ohos.data.distributedDataObject<br>Class name: DistributedObjectV9<br>Method or attribute name: revokeSave(callback: AsyncCallback\<RevokeSaveSuccessResponse>): void;|NA|@ohos.data.distributedDataObject.d.ts|
|Deleted|Module name: ohos.data.distributedDataObject<br>Class name: DistributedObjectV9<br>Method or attribute name: revokeSave(): Promise\<RevokeSaveSuccessResponse>;|NA|@ohos.data.distributedDataObject.d.ts|
|Deleted|Module name: ohos.data.distributedKVStore<br>Class name: Constants|NA|@ohos.data.distributedKVStore.d.ts|
|Deleted|Module name: ohos.data.distributedKVStore<br>Class name: Constants<br>Method or attribute name: const MAX_KEY_LENGTH = 1024;|NA|@ohos.data.distributedKVStore.d.ts|
|Deleted|Module name: ohos.data.distributedKVStore<br>Class name: Constants<br>Method or attribute name: const MAX_VALUE_LENGTH = 4194303;|NA|@ohos.data.distributedKVStore.d.ts|
|Deleted|Module name: ohos.data.distributedKVStore<br>Class name: Constants<br>Method or attribute name: const MAX_KEY_LENGTH_DEVICE = 896;|NA|@ohos.data.distributedKVStore.d.ts|
|Deleted|Module name: ohos.data.distributedKVStore<br>Class name: Constants<br>Method or attribute name: const MAX_STORE_ID_LENGTH = 128;|NA|@ohos.data.distributedKVStore.d.ts|
|Deleted|Module name: ohos.data.distributedKVStore<br>Class name: Constants<br>Method or attribute name: const MAX_QUERY_LENGTH = 512000;|NA|@ohos.data.distributedKVStore.d.ts|
|Deleted|Module name: ohos.data.distributedKVStore<br>Class name: Constants<br>Method or attribute name: const MAX_BATCH_SIZE = 128;|NA|@ohos.data.distributedKVStore.d.ts|
|Deleted|Module name: ohos.data.rdb<br>Class name: rdb<br>Method or attribute name: function getRdbStoreV9(context: Context, config: StoreConfigV9, version: number, callback: AsyncCallback\<RdbStoreV9>): void;|NA|@ohos.data.rdb.d.ts|
|Deleted|Module name: ohos.data.rdb<br>Class name: rdb<br>Method or attribute name: function getRdbStoreV9(context: Context, config: StoreConfigV9, version: number): Promise\<RdbStoreV9>;|NA|@ohos.data.rdb.d.ts|
|Deleted|Module name: ohos.data.rdb<br>Class name: rdb<br>Method or attribute name: function deleteRdbStoreV9(context: Context, name: string, callback: AsyncCallback\<void>): void;|NA|@ohos.data.rdb.d.ts|
|Deleted|Module name: ohos.data.rdb<br>Class name: rdb<br>Method or attribute name: function deleteRdbStoreV9(context: Context, name: string): Promise\<void>;|NA|@ohos.data.rdb.d.ts|
|Deleted|Module name: ohos.data.rdb<br>Class name: SecurityLevel|NA|@ohos.data.rdb.d.ts|
|Deleted|Module name: ohos.data.rdb<br>Class name: SecurityLevel<br>Method or attribute name: S1 = 1|NA|@ohos.data.rdb.d.ts|
|Deleted|Module name: ohos.data.rdb<br>Class name: SecurityLevel<br>Method or attribute name: S2 = 2|NA|@ohos.data.rdb.d.ts|
|Deleted|Module name: ohos.data.rdb<br>Class name: SecurityLevel<br>Method or attribute name: S3 = 3|NA|@ohos.data.rdb.d.ts|
|Deleted|Module name: ohos.data.rdb<br>Class name: SecurityLevel<br>Method or attribute name: S4 = 4|NA|@ohos.data.rdb.d.ts|
|Deleted|Module name: ohos.data.rdb<br>Class name: RdbStoreV9|NA|@ohos.data.rdb.d.ts|
|Deleted|Module name: ohos.data.rdb<br>Class name: RdbStoreV9<br>Method or attribute name: insert(table: string, values: ValuesBucket, callback: AsyncCallback\<number>): void;|NA|@ohos.data.rdb.d.ts|
|Deleted|Module name: ohos.data.rdb<br>Class name: RdbStoreV9<br>Method or attribute name: insert(table: string, values: ValuesBucket): Promise\<number>;|NA|@ohos.data.rdb.d.ts|
|Deleted|Module name: ohos.data.rdb<br>Class name: RdbStoreV9<br>Method or attribute name: batchInsert(table: string, values: Array\<ValuesBucket>, callback: AsyncCallback\<number>): void;|NA|@ohos.data.rdb.d.ts|
|Deleted|Module name: ohos.data.rdb<br>Class name: RdbStoreV9<br>Method or attribute name: batchInsert(table: string, values: Array\<ValuesBucket>): Promise\<number>;|NA|@ohos.data.rdb.d.ts|
|Deleted|Module name: ohos.data.rdb<br>Class name: RdbStoreV9<br>Method or attribute name: update(values: ValuesBucket, predicates: RdbPredicatesV9, callback: AsyncCallback\<number>): void;|NA|@ohos.data.rdb.d.ts|
|Deleted|Module name: ohos.data.rdb<br>Class name: RdbStoreV9<br>Method or attribute name: update(values: ValuesBucket, predicates: RdbPredicatesV9): Promise\<number>;|NA|@ohos.data.rdb.d.ts|
|Deleted|Module name: ohos.data.rdb<br>Class name: RdbStoreV9<br>Method or attribute name: update(table: string, values: ValuesBucket, predicates: dataSharePredicates.DataSharePredicates, callback: AsyncCallback\<number>): void;|NA|@ohos.data.rdb.d.ts|
|Deleted|Module name: ohos.data.rdb<br>Class name: RdbStoreV9<br>Method or attribute name: update(table: string, values: ValuesBucket, predicates: dataSharePredicates.DataSharePredicates): Promise\<number>;|NA|@ohos.data.rdb.d.ts|
|Deleted|Module name: ohos.data.rdb<br>Class name: RdbStoreV9<br>Method or attribute name: delete(predicates: RdbPredicatesV9, callback: AsyncCallback\<number>): void;|NA|@ohos.data.rdb.d.ts|
|Deleted|Module name: ohos.data.rdb<br>Class name: RdbStoreV9<br>Method or attribute name: delete(predicates: RdbPredicatesV9): Promise\<number>;|NA|@ohos.data.rdb.d.ts|
|Deleted|Module name: ohos.data.rdb<br>Class name: RdbStoreV9<br>Method or attribute name: delete(table: string, predicates: dataSharePredicates.DataSharePredicates, callback: AsyncCallback\<number>): void;|NA|@ohos.data.rdb.d.ts|
|Deleted|Module name: ohos.data.rdb<br>Class name: RdbStoreV9<br>Method or attribute name: delete(table: string, predicates: dataSharePredicates.DataSharePredicates): Promise\<number>;|NA|@ohos.data.rdb.d.ts|
|Deleted|Module name: ohos.data.rdb<br>Class name: RdbStoreV9<br>Method or attribute name: query(predicates: RdbPredicatesV9, columns: Array\<string>, callback: AsyncCallback\<ResultSetV9>): void;|NA|@ohos.data.rdb.d.ts|
|Deleted|Module name: ohos.data.rdb<br>Class name: RdbStoreV9<br>Method or attribute name: query(predicates: RdbPredicatesV9, columns ?: Array\<string>): Promise\<ResultSetV9>;|NA|@ohos.data.rdb.d.ts|
|Deleted|Module name: ohos.data.rdb<br>Class name: RdbStoreV9<br>Method or attribute name: query(table: string, predicates: dataSharePredicates.DataSharePredicates, columns: Array\<string>, callback: AsyncCallback\<ResultSetV9>): void;|NA|@ohos.data.rdb.d.ts|
|Deleted|Module name: ohos.data.rdb<br>Class name: RdbStoreV9<br>Method or attribute name: query(table: string, predicates: dataSharePredicates.DataSharePredicates, columns ?: Array\<string>): Promise\<ResultSetV9>;|NA|@ohos.data.rdb.d.ts|
|Deleted|Module name: ohos.data.rdb<br>Class name: RdbStoreV9<br>Method or attribute name: remoteQuery(device: string, table: string, predicates: RdbPredicatesV9, columns: Array\<string>, callback: AsyncCallback\<ResultSetV9>): void;|NA|@ohos.data.rdb.d.ts|
|Deleted|Module name: ohos.data.rdb<br>Class name: RdbStoreV9<br>Method or attribute name: remoteQuery(device: string, table: string, predicates: RdbPredicatesV9, columns: Array\<string>): Promise\<ResultSetV9>;|NA|@ohos.data.rdb.d.ts|
|Deleted|Module name: ohos.data.rdb<br>Class name: RdbStoreV9<br>Method or attribute name: querySql(sql: string, bindArgs: Array\<ValueType>, callback: AsyncCallback\<ResultSetV9>): void;|NA|@ohos.data.rdb.d.ts|
|Deleted|Module name: ohos.data.rdb<br>Class name: RdbStoreV9<br>Method or attribute name: querySql(sql: string, bindArgs ?: Array\<ValueType>): Promise\<ResultSetV9>;|NA|@ohos.data.rdb.d.ts|
|Deleted|Module name: ohos.data.rdb<br>Class name: RdbStoreV9<br>Method or attribute name: executeSql(sql: string, bindArgs: Array\<ValueType>, callback: AsyncCallback\<void>): void;|NA|@ohos.data.rdb.d.ts|
|Deleted|Module name: ohos.data.rdb<br>Class name: RdbStoreV9<br>Method or attribute name: executeSql(sql: string, bindArgs ?: Array\<ValueType>): Promise\<void>;|NA|@ohos.data.rdb.d.ts|
|Deleted|Module name: ohos.data.rdb<br>Class name: RdbStoreV9<br>Method or attribute name: beginTransaction(): void;|NA|@ohos.data.rdb.d.ts|
|Deleted|Module name: ohos.data.rdb<br>Class name: RdbStoreV9<br>Method or attribute name: commit(): void;|NA|@ohos.data.rdb.d.ts|
|Deleted|Module name: ohos.data.rdb<br>Class name: RdbStoreV9<br>Method or attribute name: rollBack(): void;|NA|@ohos.data.rdb.d.ts|
|Deleted|Module name: ohos.data.rdb<br>Class name: RdbStoreV9<br>Method or attribute name: backup(destName: string, callback: AsyncCallback\<void>): void;|NA|@ohos.data.rdb.d.ts|
|Deleted|Module name: ohos.data.rdb<br>Class name: RdbStoreV9<br>Method or attribute name: backup(destName: string): Promise\<void>;|NA|@ohos.data.rdb.d.ts|
|Deleted|Module name: ohos.data.rdb<br>Class name: RdbStoreV9<br>Method or attribute name: restore(srcName: string, callback: AsyncCallback\<void>): void;|NA|@ohos.data.rdb.d.ts|
|Deleted|Module name: ohos.data.rdb<br>Class name: RdbStoreV9<br>Method or attribute name: restore(srcName: string): Promise\<void>;|NA|@ohos.data.rdb.d.ts|
|Deleted|Module name: ohos.data.rdb<br>Class name: RdbStoreV9<br>Method or attribute name: setDistributedTables(tables: Array\<string>, callback: AsyncCallback\<void>): void;|NA|@ohos.data.rdb.d.ts|
|Deleted|Module name: ohos.data.rdb<br>Class name: RdbStoreV9<br>Method or attribute name: setDistributedTables(tables: Array\<string>): Promise\<void>;|NA|@ohos.data.rdb.d.ts|
|Deleted|Module name: ohos.data.rdb<br>Class name: RdbStoreV9<br>Method or attribute name: obtainDistributedTableName(device: string, table: string, callback: AsyncCallback\<string>): void;|NA|@ohos.data.rdb.d.ts|
|Deleted|Module name: ohos.data.rdb<br>Class name: RdbStoreV9<br>Method or attribute name: obtainDistributedTableName(device: string, table: string): Promise\<string>;|NA|@ohos.data.rdb.d.ts|
|Deleted|Module name: ohos.data.rdb<br>Class name: RdbStoreV9<br>Method or attribute name: sync(mode: SyncMode, predicates: RdbPredicatesV9, callback: AsyncCallback\<Array\<[ string, number ]>>): void;|NA|@ohos.data.rdb.d.ts|
|Deleted|Module name: ohos.data.rdb<br>Class name: RdbStoreV9<br>Method or attribute name: sync(mode: SyncMode, predicates: RdbPredicatesV9): Promise\<Array\<[ string, number ]>>;|NA|@ohos.data.rdb.d.ts|
|Deleted|Module name: ohos.data.rdb<br>Class name: RdbStoreV9<br>Method or attribute name: on(event: 'dataChange', type: SubscribeType, observer: Callback\<Array\<string>>): void;|NA|@ohos.data.rdb.d.ts|
|Deleted|Module name: ohos.data.rdb<br>Class name: RdbStoreV9<br>Method or attribute name: off(event: 'dataChange', type: SubscribeType, observer: Callback\<Array\<string>>): void;|NA|@ohos.data.rdb.d.ts|
|Deleted|Module name: ohos.data.rdb<br>Class name: StoreConfigV9|NA|@ohos.data.rdb.d.ts|
|Deleted|Module name: ohos.data.rdb<br>Class name: StoreConfigV9<br>Method or attribute name: name: string;|NA|@ohos.data.rdb.d.ts|
|Deleted|Module name: ohos.data.rdb<br>Class name: StoreConfigV9<br>Method or attribute name: securityLevel: SecurityLevel;|NA|@ohos.data.rdb.d.ts|
|Deleted|Module name: ohos.data.rdb<br>Class name: StoreConfigV9<br>Method or attribute name: encrypt ?: boolean;|NA|@ohos.data.rdb.d.ts|
|Deleted|Module name: ohos.data.rdb<br>Class name: RdbPredicatesV9|NA|@ohos.data.rdb.d.ts|
|Deleted|Module name: ohos.data.rdb<br>Class name: RdbPredicatesV9<br>Method or attribute name: constructor(name: string)|NA|@ohos.data.rdb.d.ts|
|Deleted|Module name: ohos.data.rdb<br>Class name: RdbPredicatesV9<br>Method or attribute name: inDevices(devices: Array\<string>): RdbPredicatesV9;|NA|@ohos.data.rdb.d.ts|
|Deleted|Module name: ohos.data.rdb<br>Class name: RdbPredicatesV9<br>Method or attribute name: inAllDevices(): RdbPredicatesV9;|NA|@ohos.data.rdb.d.ts|
|Deleted|Module name: ohos.data.rdb<br>Class name: RdbPredicatesV9<br>Method or attribute name: equalTo(field: string, value: ValueType): RdbPredicatesV9;|NA|@ohos.data.rdb.d.ts|
|Deleted|Module name: ohos.data.rdb<br>Class name: RdbPredicatesV9<br>Method or attribute name: notEqualTo(field: string, value: ValueType): RdbPredicatesV9;|NA|@ohos.data.rdb.d.ts|
|Deleted|Module name: ohos.data.rdb<br>Class name: RdbPredicatesV9<br>Method or attribute name: beginWrap(): RdbPredicatesV9;|NA|@ohos.data.rdb.d.ts|
|Deleted|Module name: ohos.data.rdb<br>Class name: RdbPredicatesV9<br>Method or attribute name: endWrap(): RdbPredicatesV9;|NA|@ohos.data.rdb.d.ts|
|Deleted|Module name: ohos.data.rdb<br>Class name: RdbPredicatesV9<br>Method or attribute name: or(): RdbPredicatesV9;|NA|@ohos.data.rdb.d.ts|
|Deleted|Module name: ohos.data.rdb<br>Class name: RdbPredicatesV9<br>Method or attribute name: and(): RdbPredicatesV9;|NA|@ohos.data.rdb.d.ts|
|Deleted|Module name: ohos.data.rdb<br>Class name: RdbPredicatesV9<br>Method or attribute name: contains(field: string, value: string): RdbPredicatesV9;|NA|@ohos.data.rdb.d.ts|
|Deleted|Module name: ohos.data.rdb<br>Class name: RdbPredicatesV9<br>Method or attribute name: beginsWith(field: string, value: string): RdbPredicatesV9;|NA|@ohos.data.rdb.d.ts|
|Deleted|Module name: ohos.data.rdb<br>Class name: RdbPredicatesV9<br>Method or attribute name: endsWith(field: string, value: string): RdbPredicatesV9;|NA|@ohos.data.rdb.d.ts|
|Deleted|Module name: ohos.data.rdb<br>Class name: RdbPredicatesV9<br>Method or attribute name: isNull(field: string): RdbPredicatesV9;|NA|@ohos.data.rdb.d.ts|
|Deleted|Module name: ohos.data.rdb<br>Class name: RdbPredicatesV9<br>Method or attribute name: isNotNull(field: string): RdbPredicatesV9;|NA|@ohos.data.rdb.d.ts|
|Deleted|Module name: ohos.data.rdb<br>Class name: RdbPredicatesV9<br>Method or attribute name: like(field: string, value: string): RdbPredicatesV9;|NA|@ohos.data.rdb.d.ts|
|Deleted|Module name: ohos.data.rdb<br>Class name: RdbPredicatesV9<br>Method or attribute name: glob(field: string, value: string): RdbPredicatesV9;|NA|@ohos.data.rdb.d.ts|
|Deleted|Module name: ohos.data.rdb<br>Class name: RdbPredicatesV9<br>Method or attribute name: between(field: string, low: ValueType, high: ValueType): RdbPredicatesV9;|NA|@ohos.data.rdb.d.ts|
|Deleted|Module name: ohos.data.rdb<br>Class name: RdbPredicatesV9<br>Method or attribute name: notBetween(field: string, low: ValueType, high: ValueType): RdbPredicatesV9;|NA|@ohos.data.rdb.d.ts|
|Deleted|Module name: ohos.data.rdb<br>Class name: RdbPredicatesV9<br>Method or attribute name: greaterThan(field: string, value: ValueType): RdbPredicatesV9;|NA|@ohos.data.rdb.d.ts|
|Deleted|Module name: ohos.data.rdb<br>Class name: RdbPredicatesV9<br>Method or attribute name: lessThan(field: string, value: ValueType): RdbPredicatesV9;|NA|@ohos.data.rdb.d.ts|
|Deleted|Module name: ohos.data.rdb<br>Class name: RdbPredicatesV9<br>Method or attribute name: greaterThanOrEqualTo(field: string, value: ValueType): RdbPredicatesV9;|NA|@ohos.data.rdb.d.ts|
|Deleted|Module name: ohos.data.rdb<br>Class name: RdbPredicatesV9<br>Method or attribute name: lessThanOrEqualTo(field: string, value: ValueType): RdbPredicatesV9;|NA|@ohos.data.rdb.d.ts|
|Deleted|Module name: ohos.data.rdb<br>Class name: RdbPredicatesV9<br>Method or attribute name: orderByAsc(field: string): RdbPredicatesV9;|NA|@ohos.data.rdb.d.ts|
|Deleted|Module name: ohos.data.rdb<br>Class name: RdbPredicatesV9<br>Method or attribute name: orderByDesc(field: string): RdbPredicatesV9;|NA|@ohos.data.rdb.d.ts|
|Deleted|Module name: ohos.data.rdb<br>Class name: RdbPredicatesV9<br>Method or attribute name: distinct(): RdbPredicatesV9;|NA|@ohos.data.rdb.d.ts|
|Deleted|Module name: ohos.data.rdb<br>Class name: RdbPredicatesV9<br>Method or attribute name: limitAs(value: number): RdbPredicatesV9;|NA|@ohos.data.rdb.d.ts|
|Deleted|Module name: ohos.data.rdb<br>Class name: RdbPredicatesV9<br>Method or attribute name: offsetAs(rowOffset: number): RdbPredicatesV9;|NA|@ohos.data.rdb.d.ts|
|Deleted|Module name: ohos.data.rdb<br>Class name: RdbPredicatesV9<br>Method or attribute name: groupBy(fields: Array\<string>): RdbPredicatesV9;|NA|@ohos.data.rdb.d.ts|
|Deleted|Module name: ohos.data.rdb<br>Class name: RdbPredicatesV9<br>Method or attribute name: indexedBy(field: string): RdbPredicatesV9;|NA|@ohos.data.rdb.d.ts|
|Deleted|Module name: ohos.data.rdb<br>Class name: RdbPredicatesV9<br>Method or attribute name: in(field: string, value: Array\<ValueType>): RdbPredicatesV9;|NA|@ohos.data.rdb.d.ts|
|Deleted|Module name: ohos.data.rdb<br>Class name: RdbPredicatesV9<br>Method or attribute name: notIn(field: string, value: Array\<ValueType>): RdbPredicatesV9;|NA|@ohos.data.rdb.d.ts|
|Deleted|Module name: resultSet<br>Class name: ResultSetV9|NA|resultSet.d.ts|
|Deleted|Module name: resultSet<br>Class name: ResultSetV9<br>Method or attribute name: columnNames: Array\<string>;|NA|resultSet.d.ts|
|Deleted|Module name: resultSet<br>Class name: ResultSetV9<br>Method or attribute name: columnCount: number;|NA|resultSet.d.ts|
|Deleted|Module name: resultSet<br>Class name: ResultSetV9<br>Method or attribute name: rowCount: number;|NA|resultSet.d.ts|
|Deleted|Module name: resultSet<br>Class name: ResultSetV9<br>Method or attribute name: rowIndex: number;|NA|resultSet.d.ts|
|Deleted|Module name: resultSet<br>Class name: ResultSetV9<br>Method or attribute name: isAtFirstRow: boolean;|NA|resultSet.d.ts|
|Deleted|Module name: resultSet<br>Class name: ResultSetV9<br>Method or attribute name: isAtLastRow: boolean;|NA|resultSet.d.ts|
|Deleted|Module name: resultSet<br>Class name: ResultSetV9<br>Method or attribute name: isEnded: boolean;|NA|resultSet.d.ts|
|Deleted|Module name: resultSet<br>Class name: ResultSetV9<br>Method or attribute name: isStarted: boolean;|NA|resultSet.d.ts|
|Deleted|Module name: resultSet<br>Class name: ResultSetV9<br>Method or attribute name: isClosed: boolean;|NA|resultSet.d.ts|
|Deleted|Module name: resultSet<br>Class name: ResultSetV9<br>Method or attribute name: getColumnIndex(columnName: string): number;|NA|resultSet.d.ts|
|Deleted|Module name: resultSet<br>Class name: ResultSetV9<br>Method or attribute name: getColumnName(columnIndex: number): string;|NA|resultSet.d.ts|
|Deleted|Module name: resultSet<br>Class name: ResultSetV9<br>Method or attribute name: goTo(offset: number): boolean;|NA|resultSet.d.ts|
|Deleted|Module name: resultSet<br>Class name: ResultSetV9<br>Method or attribute name: goToRow(position: number): boolean;|NA|resultSet.d.ts|
|Deleted|Module name: resultSet<br>Class name: ResultSetV9<br>Method or attribute name: goToFirstRow(): boolean;|NA|resultSet.d.ts|
|Deleted|Module name: resultSet<br>Class name: ResultSetV9<br>Method or attribute name: goToLastRow(): boolean;|NA|resultSet.d.ts|
|Deleted|Module name: resultSet<br>Class name: ResultSetV9<br>Method or attribute name: goToNextRow(): boolean;|NA|resultSet.d.ts|
|Deleted|Module name: resultSet<br>Class name: ResultSetV9<br>Method or attribute name: goToPreviousRow(): boolean;|NA|resultSet.d.ts|
|Deleted|Module name: resultSet<br>Class name: ResultSetV9<br>Method or attribute name: getBlob(columnIndex: number): Uint8Array;|NA|resultSet.d.ts|
|Deleted|Module name: resultSet<br>Class name: ResultSetV9<br>Method or attribute name: getString(columnIndex: number): string;|NA|resultSet.d.ts|
|Deleted|Module name: resultSet<br>Class name: ResultSetV9<br>Method or attribute name: getLong(columnIndex: number): number;|NA|resultSet.d.ts|
|Deleted|Module name: resultSet<br>Class name: ResultSetV9<br>Method or attribute name: getDouble(columnIndex: number): number;|NA|resultSet.d.ts|
|Deleted|Module name: resultSet<br>Class name: ResultSetV9<br>Method or attribute name: isColumnNull(columnIndex: number): boolean;|NA|resultSet.d.ts|
|Deleted|Module name: resultSet<br>Class name: ResultSetV9<br>Method or attribute name: close(): void;|NA|resultSet.d.ts|
|Deprecated version changed|Class name: rdb<br>Deprecated version: N/A|Class name: rdb<br>Deprecated version: 9<br>Substitute API: ohos.data.relationalStore |@ohos.data.rdb.d.ts|
|Permission added|Class name: SubscribeType<br>Permission: N/A|Class name: SubscribeType<br>Permission: ohos.permission.DISTRIBUTED_DATASYNC|@ohos.data.rdb.d.ts|
|Permission added|Class name: SubscribeType<br>Permission: N/A|Class name: SubscribeType<br>Permission: ohos.permission.DISTRIBUTED_DATASYNC|@ohos.data.relationalStore.d.ts|
|Function changed|Class name: distributedDataObject<br>Method or attribute name: function create(context: Context, source: object): DistributedObjectV9;<br>|Class name: distributedDataObject<br>Method or attribute name: function create(context: Context, source: object): DataObject;<br>|@ohos.data.distributedDataObject.d.ts|
| Change Type | Old Version | New Version | d.ts File |
| ---- | ------ | ------ | -------- |
|Added|NA|Module name: ohos.file.fs<br>Class name: fileIo<br>Method or attribute name: function listFile(path: string, options?: {<br> recursion?: boolean;<br> listNum?: number;<br> filter?: Filter;<br>}): Promise\<string[]>;|@ohos.file.fs.d.ts|
|Added|NA|Module name: ohos.file.fs<br>Class name: fileIo<br>Method or attribute name: function listFile(path: string, callback: AsyncCallback\<string[]>): void;|@ohos.file.fs.d.ts|
|Added|NA|Module name: ohos.file.fs<br>Class name: fileIo<br>Method or attribute name: function listFile(path: string, options: {<br> recursion?: boolean;<br> listNum?: number;<br> filter?: Filter;<br>}, callback: AsyncCallback\<string[]>): void;|@ohos.file.fs.d.ts|
|Added|NA|Module name: ohos.file.fs<br>Class name: fileIo<br>Method or attribute name: function listFileSync(path: string, options?: {<br> recursion?: boolean;<br> listNum?: number;<br> filter?: Filter;<br>}): string[];|@ohos.file.fs.d.ts|
|Added|NA|Module name: ohos.file.fs<br>Class name: fileIo<br>Method or attribute name: function moveFile(src: string, dest: string, mode?: number): Promise\<void>;|@ohos.file.fs.d.ts|
|Added|NA|Module name: ohos.file.fs<br>Class name: fileIo<br>Method or attribute name: function moveFile(src: string, dest: string, callback: AsyncCallback\<void>): void;|@ohos.file.fs.d.ts|
|Added|NA|Module name: ohos.file.fs<br>Class name: fileIo<br>Method or attribute name: function moveFile(src: string, dest: string, mode: number, callback: AsyncCallback\<void>): void;|@ohos.file.fs.d.ts|
|Added|NA|Module name: ohos.file.fs<br>Class name: fileIo<br>Method or attribute name: function moveFileSync(src: string, dest: string, mode?: number): void;|@ohos.file.fs.d.ts|
|Added|NA|Module name: ohos.file.fs<br>Class name: File<br>Method or attribute name: lock(exclusive?: boolean): Promise\<void>;|@ohos.file.fs.d.ts|
|Added|NA|Module name: ohos.file.fs<br>Class name: File<br>Method or attribute name: lock(callback: AsyncCallback\<void>): void;|@ohos.file.fs.d.ts|
|Added|NA|Module name: ohos.file.fs<br>Class name: File<br>Method or attribute name: lock(exclusive: boolean, callback: AsyncCallback\<void>): void;|@ohos.file.fs.d.ts|
|Added|NA|Module name: ohos.file.fs<br>Class name: File<br>Method or attribute name: tryLock(exclusive?: boolean): void;|@ohos.file.fs.d.ts|
|Added|NA|Module name: ohos.file.fs<br>Class name: File<br>Method or attribute name: unlock(): void;|@ohos.file.fs.d.ts|
|Added|NA|Module name: ohos.file.hash<br>Class name: hash|@ohos.file.hash.d.ts|
|Added|NA|Class name: hash<br>Method or attribute name: |@ohos.file.hash.d.ts|
|Added|NA|Module name: ohos.file.hash<br>Class name: hash<br>Method or attribute name: function hash(path: string, algorithm: string): Promise\<string>;|@ohos.file.hash.d.ts|
|Added|NA|Class name: hash<br>Method or attribute name: function hash(path: string, algorithm: string): Promise\<string>;|@ohos.file.hash.d.ts|
|Added|NA|Module name: ohos.file.hash<br>Class name: hash<br>Method or attribute name: function hash(path: string, algorithm: string, callback: AsyncCallback\<string>): void;|@ohos.file.hash.d.ts|
|Added|NA|Class name: hash<br>Method or attribute name: function hash(path: string, algorithm: string, callback: AsyncCallback\<string>): void;|@ohos.file.hash.d.ts|
|Added|NA|Module name: ohos.file.picker<br>Class name: picker|@ohos.file.picker.d.ts|
|Added|NA|Module name: ohos.file.picker<br>Class name: PhotoViewMIMETypes|@ohos.file.picker.d.ts|
|Added|NA|Module name: ohos.file.picker<br>Class name: PhotoViewMIMETypes<br>Method or attribute name: IMAGE_TYPE = "image/*"|@ohos.file.picker.d.ts|
|Added|NA|Module name: ohos.file.picker<br>Class name: PhotoViewMIMETypes<br>Method or attribute name: VIDEO_TYPE = "video/*"|@ohos.file.picker.d.ts|
|Added|NA|Module name: ohos.file.picker<br>Class name: PhotoViewMIMETypes<br>Method or attribute name: IMAGE_VIDEO_TYPE = "*/*"|@ohos.file.picker.d.ts|
|Added|NA|Module name: ohos.file.picker<br>Class name: PhotoSelectOptions|@ohos.file.picker.d.ts|
|Added|NA|Module name: ohos.file.picker<br>Class name: PhotoSelectOptions<br>Method or attribute name: MIMEType?: PhotoViewMIMETypes;|@ohos.file.picker.d.ts|
|Added|NA|Module name: ohos.file.picker<br>Class name: PhotoSelectOptions<br>Method or attribute name: maxSelectNumber?: number;|@ohos.file.picker.d.ts|
|Added|NA|Module name: ohos.file.picker<br>Class name: PhotoSelectResult|@ohos.file.picker.d.ts|
|Added|NA|Module name: ohos.file.picker<br>Class name: PhotoSelectResult<br>Method or attribute name: photoUris: Array\<string>;|@ohos.file.picker.d.ts|
|Added|NA|Module name: ohos.file.picker<br>Class name: PhotoSelectResult<br>Method or attribute name: isOriginalPhoto: boolean;|@ohos.file.picker.d.ts|
|Added|NA|Module name: ohos.file.picker<br>Class name: PhotoSaveOptions|@ohos.file.picker.d.ts|
|Added|NA|Module name: ohos.file.picker<br>Class name: PhotoSaveOptions<br>Method or attribute name: newFileNames?: Array\<string>;|@ohos.file.picker.d.ts|
|Added|NA|Module name: ohos.file.picker<br>Class name: PhotoViewPicker|@ohos.file.picker.d.ts|
|Added|NA|Module name: ohos.file.picker<br>Class name: PhotoViewPicker<br>Method or attribute name: select(option?: PhotoSelectOptions) : Promise\<PhotoSelectResult>;|@ohos.file.picker.d.ts|
|Added|NA|Module name: ohos.file.picker<br>Class name: PhotoViewPicker<br>Method or attribute name: select(option: PhotoSelectOptions, callback: AsyncCallback\<PhotoSelectResult>) : void;|@ohos.file.picker.d.ts|
|Added|NA|Module name: ohos.file.picker<br>Class name: PhotoViewPicker<br>Method or attribute name: select(callback: AsyncCallback\<PhotoSelectResult>) : void;|@ohos.file.picker.d.ts|
|Added|NA|Module name: ohos.file.picker<br>Class name: PhotoViewPicker<br>Method or attribute name: save(option?: PhotoSaveOptions) : Promise\<Array\<string>>;|@ohos.file.picker.d.ts|
|Added|NA|Module name: ohos.file.picker<br>Class name: PhotoViewPicker<br>Method or attribute name: save(option: PhotoSaveOptions, callback: AsyncCallback\<Array\<string>>) : void;|@ohos.file.picker.d.ts|
|Added|NA|Module name: ohos.file.picker<br>Class name: PhotoViewPicker<br>Method or attribute name: save(callback: AsyncCallback\<Array\<string>>) : void;|@ohos.file.picker.d.ts|
|Added|NA|Module name: ohos.file.picker<br>Class name: DocumentSelectOptions|@ohos.file.picker.d.ts|
|Added|NA|Module name: ohos.file.picker<br>Class name: DocumentSaveOptions|@ohos.file.picker.d.ts|
|Added|NA|Module name: ohos.file.picker<br>Class name: DocumentSaveOptions<br>Method or attribute name: newFileNames?: Array\<string>;|@ohos.file.picker.d.ts|
|Added|NA|Module name: ohos.file.picker<br>Class name: DocumentViewPicker|@ohos.file.picker.d.ts|
|Added|NA|Module name: ohos.file.picker<br>Class name: DocumentViewPicker<br>Method or attribute name: select(option?: DocumentSelectOptions) : Promise\<Array\<string>>;|@ohos.file.picker.d.ts|
|Added|NA|Module name: ohos.file.picker<br>Class name: DocumentViewPicker<br>Method or attribute name: select(option: DocumentSelectOptions, callback: AsyncCallback\<Array\<string>>) : void;|@ohos.file.picker.d.ts|
|Added|NA|Module name: ohos.file.picker<br>Class name: DocumentViewPicker<br>Method or attribute name: select(callback: AsyncCallback\<Array\<string>>) : void;|@ohos.file.picker.d.ts|
|Added|NA|Module name: ohos.file.picker<br>Class name: DocumentViewPicker<br>Method or attribute name: save(option?: DocumentSaveOptions) : Promise\<Array\<string>>;|@ohos.file.picker.d.ts|
|Added|NA|Module name: ohos.file.picker<br>Class name: DocumentViewPicker<br>Method or attribute name: save(option: DocumentSaveOptions, callback: AsyncCallback\<Array\<string>>) : void;|@ohos.file.picker.d.ts|
|Added|NA|Module name: ohos.file.picker<br>Class name: DocumentViewPicker<br>Method or attribute name: save(callback: AsyncCallback\<Array\<string>>) : void;|@ohos.file.picker.d.ts|
|Added|NA|Module name: ohos.file.picker<br>Class name: AudioSelectOptions|@ohos.file.picker.d.ts|
|Added|NA|Module name: ohos.file.picker<br>Class name: AudioSaveOptions|@ohos.file.picker.d.ts|
|Added|NA|Module name: ohos.file.picker<br>Class name: AudioSaveOptions<br>Method or attribute name: newFileNames?: Array\<string>;|@ohos.file.picker.d.ts|
|Added|NA|Module name: ohos.file.picker<br>Class name: AudioViewPicker|@ohos.file.picker.d.ts|
|Added|NA|Module name: ohos.file.picker<br>Class name: AudioViewPicker<br>Method or attribute name: select(option?: AudioSelectOptions) : Promise\<Array\<string>>;|@ohos.file.picker.d.ts|
|Added|NA|Module name: ohos.file.picker<br>Class name: AudioViewPicker<br>Method or attribute name: select(option: AudioSelectOptions, callback: AsyncCallback\<Array\<string>>) : void;|@ohos.file.picker.d.ts|
|Added|NA|Module name: ohos.file.picker<br>Class name: AudioViewPicker<br>Method or attribute name: select(callback: AsyncCallback\<Array\<string>>) : void;|@ohos.file.picker.d.ts|
|Added|NA|Module name: ohos.file.picker<br>Class name: AudioViewPicker<br>Method or attribute name: save(option?: AudioSaveOptions) : Promise\<Array\<string>>;|@ohos.file.picker.d.ts|
|Added|NA|Module name: ohos.file.picker<br>Class name: AudioViewPicker<br>Method or attribute name: save(option: AudioSaveOptions, callback: AsyncCallback\<Array\<string>>) : void;|@ohos.file.picker.d.ts|
|Added|NA|Module name: ohos.file.picker<br>Class name: AudioViewPicker<br>Method or attribute name: save(callback: AsyncCallback\<Array\<string>>) : void;|@ohos.file.picker.d.ts|
|Added|NA|Module name: ohos.file.securityLabel<br>Class name: DataLevel<br>Method or attribute name: type DataLevel = 's0'\|'s1'\|'s2'\|'s3'\|'s4';|@ohos.file.securityLabel.d.ts|
|Added|NA|Class name: DataLevel<br>Method or attribute name: type DataLevel = 's0'\|'s1'\|'s2'\|'s3'\|'s4';|@ohos.file.securityLabel.d.ts|
|Added|NA|Module name: ohos.file.securityLabel<br>Class name: DataLevel<br>Method or attribute name: type DataLevel = 's0'\|'s1'\|'s2'\|'s3'\|'s4';|@ohos.file.securityLabel.d.ts|
|Added|NA|Class name: DataLevel<br>Method or attribute name: type DataLevel = 's0'\|'s1'\|'s2'\|'s3'\|'s4';|@ohos.file.securityLabel.d.ts|
|Added|NA|Module name: ohos.file.securityLabel<br>Class name: DataLevel<br>Method or attribute name: type DataLevel = 's0'\|'s1'\|'s2'\|'s3'\|'s4';|@ohos.file.securityLabel.d.ts|
|Added|NA|Class name: DataLevel<br>Method or attribute name: type DataLevel = 's0'\|'s1'\|'s2'\|'s3'\|'s4';|@ohos.file.securityLabel.d.ts|
|Added|NA|Module name: ohos.file.securityLabel<br>Class name: DataLevel<br>Method or attribute name: type DataLevel = 's0'\|'s1'\|'s2'\|'s3'\|'s4';|@ohos.file.securityLabel.d.ts|
|Added|NA|Class name: DataLevel<br>Method or attribute name: type DataLevel = 's0'\|'s1'\|'s2'\|'s3'\|'s4';|@ohos.file.securityLabel.d.ts|
|Added|NA|Module name: ohos.file.securityLabel<br>Class name: DataLevel<br>Method or attribute name: type DataLevel = 's0'\|'s1'\|'s2'\|'s3'\|'s4';|@ohos.file.securityLabel.d.ts|
|Added|NA|Class name: DataLevel<br>Method or attribute name: type DataLevel = 's0'\|'s1'\|'s2'\|'s3'\|'s4';|@ohos.file.securityLabel.d.ts|
|Added|NA|Module name: ohos.file.statvfs<br>Class name: statfs|@ohos.file.statvfs.d.ts|
|Added|NA|Class name: statfs<br>Method or attribute name: |@ohos.file.statvfs.d.ts|
|Added|NA|Module name: ohos.file.statvfs<br>Class name: statfs<br>Method or attribute name: function getFreeSize(path: string): Promise\<number>;|@ohos.file.statvfs.d.ts|
|Added|NA|Class name: statfs<br>Method or attribute name: function getFreeSize(path: string): Promise\<number>;|@ohos.file.statvfs.d.ts|
|Added|NA|Module name: ohos.file.statvfs<br>Class name: statfs<br>Method or attribute name: function getFreeSize(path: string, callback: AsyncCallback\<number>): void;|@ohos.file.statvfs.d.ts|
|Added|NA|Class name: statfs<br>Method or attribute name: function getFreeSize(path: string, callback: AsyncCallback\<number>): void;|@ohos.file.statvfs.d.ts|
|Added|NA|Module name: ohos.file.statvfs<br>Class name: statfs<br>Method or attribute name: function getTotalSize(path: string): Promise\<number>;|@ohos.file.statvfs.d.ts|
|Added|NA|Class name: statfs<br>Method or attribute name: function getTotalSize(path: string): Promise\<number>;|@ohos.file.statvfs.d.ts|
|Added|NA|Module name: ohos.file.statvfs<br>Class name: statfs<br>Method or attribute name: function getTotalSize(path: string, callback: AsyncCallback\<number>): void;|@ohos.file.statvfs.d.ts|
|Added|NA|Class name: statfs<br>Method or attribute name: function getTotalSize(path: string, callback: AsyncCallback\<number>): void;|@ohos.file.statvfs.d.ts|
|Added|NA|Module name: ohos.file.storageStatistics<br>Class name: storageStatistics|@ohos.file.storageStatistics.d.ts|
|Added|NA|Module name: ohos.file.storageStatistics<br>Class name: storageStatistics<br>Method or attribute name: function getTotalSizeOfVolume(volumeUuid: string, callback: AsyncCallback\<number>): void;|@ohos.file.storageStatistics.d.ts|
|Added|NA|Module name: ohos.file.storageStatistics<br>Class name: storageStatistics<br>Method or attribute name: function getTotalSizeOfVolume(volumeUuid: string): Promise\<number>;|@ohos.file.storageStatistics.d.ts|
|Added|NA|Module name: ohos.file.storageStatistics<br>Class name: storageStatistics<br>Method or attribute name: function getFreeSizeOfVolume(volumeUuid: string, callback: AsyncCallback\<number>): void;|@ohos.file.storageStatistics.d.ts|
|Added|NA|Module name: ohos.file.storageStatistics<br>Class name: storageStatistics<br>Method or attribute name: function getFreeSizeOfVolume(volumeUuid: string): Promise\<number>;|@ohos.file.storageStatistics.d.ts|
|Added|NA|Module name: ohos.file.storageStatistics<br>Class name: BundleStats|@ohos.file.storageStatistics.d.ts|
|Added|NA|Module name: ohos.file.storageStatistics<br>Class name: BundleStats<br>Method or attribute name: appSize: number;|@ohos.file.storageStatistics.d.ts|
|Added|NA|Module name: ohos.file.storageStatistics<br>Class name: BundleStats<br>Method or attribute name: cacheSize: number;|@ohos.file.storageStatistics.d.ts|
|Added|NA|Module name: ohos.file.storageStatistics<br>Class name: BundleStats<br>Method or attribute name: dataSize: number;|@ohos.file.storageStatistics.d.ts|
|Added|NA|Module name: ohos.file.storageStatistics<br>Class name: storageStatistics<br>Method or attribute name: function getBundleStats(packageName: string, callback: AsyncCallback\<BundleStats>): void;|@ohos.file.storageStatistics.d.ts|
|Added|NA|Module name: ohos.file.storageStatistics<br>Class name: storageStatistics<br>Method or attribute name: function getBundleStats(packageName: string): Promise\<BundleStats>;|@ohos.file.storageStatistics.d.ts|
|Added|NA|Module name: ohos.file.storageStatistics<br>Class name: storageStatistics<br>Method or attribute name: function getCurrentBundleStats(callback: AsyncCallback\<BundleStats>): void;|@ohos.file.storageStatistics.d.ts|
|Added|NA|Module name: ohos.file.storageStatistics<br>Class name: storageStatistics<br>Method or attribute name: function getCurrentBundleStats(): Promise\<BundleStats>;|@ohos.file.storageStatistics.d.ts|
|Added|NA|Module name: ohos.file.storageStatistics<br>Class name: storageStatistics<br>Method or attribute name: function getSystemSize(callback: AsyncCallback\<number>): void;|@ohos.file.storageStatistics.d.ts|
|Added|NA|Module name: ohos.file.storageStatistics<br>Class name: storageStatistics<br>Method or attribute name: function getSystemSize(): Promise\<number>;|@ohos.file.storageStatistics.d.ts|
|Added|NA|Module name: ohos.file.storageStatistics<br>Class name: StorageStats|@ohos.file.storageStatistics.d.ts|
|Added|NA|Module name: ohos.file.storageStatistics<br>Class name: StorageStats<br>Method or attribute name: total: number;|@ohos.file.storageStatistics.d.ts|
|Added|NA|Module name: ohos.file.storageStatistics<br>Class name: StorageStats<br>Method or attribute name: audio: number;|@ohos.file.storageStatistics.d.ts|
|Added|NA|Module name: ohos.file.storageStatistics<br>Class name: StorageStats<br>Method or attribute name: video: number;|@ohos.file.storageStatistics.d.ts|
|Added|NA|Module name: ohos.file.storageStatistics<br>Class name: StorageStats<br>Method or attribute name: image: number;|@ohos.file.storageStatistics.d.ts|
|Added|NA|Module name: ohos.file.storageStatistics<br>Class name: StorageStats<br>Method or attribute name: file: number;|@ohos.file.storageStatistics.d.ts|
|Added|NA|Module name: ohos.file.storageStatistics<br>Class name: StorageStats<br>Method or attribute name: app: number;|@ohos.file.storageStatistics.d.ts|
|Added|NA|Module name: ohos.file.storageStatistics<br>Class name: storageStatistics<br>Method or attribute name: function getUserStorageStats(): Promise\<StorageStats>;|@ohos.file.storageStatistics.d.ts|
|Added|NA|Module name: ohos.file.storageStatistics<br>Class name: storageStatistics<br>Method or attribute name: function getUserStorageStats(callback: AsyncCallback\<StorageStats>): void;|@ohos.file.storageStatistics.d.ts|
|Added|NA|Module name: ohos.file.storageStatistics<br>Class name: storageStatistics<br>Method or attribute name: function getUserStorageStats(userId: number): Promise\<StorageStats>;|@ohos.file.storageStatistics.d.ts|
|Added|NA|Module name: ohos.file.storageStatistics<br>Class name: storageStatistics<br>Method or attribute name: function getUserStorageStats(userId: number, callback: AsyncCallback\<StorageStats>): void;|@ohos.file.storageStatistics.d.ts|
|Added|NA|Module name: ohos.file.storageStatistics<br>Class name: storageStatistics<br>Method or attribute name: function getTotalSize(callback: AsyncCallback\<number>): void;|@ohos.file.storageStatistics.d.ts|
|Added|NA|Module name: ohos.file.storageStatistics<br>Class name: storageStatistics<br>Method or attribute name: function getTotalSize(): Promise\<number>;|@ohos.file.storageStatistics.d.ts|
|Added|NA|Module name: ohos.file.storageStatistics<br>Class name: storageStatistics<br>Method or attribute name: function getFreeSize(callback: AsyncCallback\<number>): void;|@ohos.file.storageStatistics.d.ts|
|Added|NA|Module name: ohos.file.storageStatistics<br>Class name: storageStatistics<br>Method or attribute name: function getFreeSize(): Promise\<number>;|@ohos.file.storageStatistics.d.ts|
|Added|NA|Module name: ohos.file.volumeManager<br>Class name: volumeManager|@ohos.file.volumeManager.d.ts|
|Added|NA|Module name: ohos.file.volumeManager<br>Class name: Volume|@ohos.file.volumeManager.d.ts|
|Added|NA|Module name: ohos.file.volumeManager<br>Class name: Volume<br>Method or attribute name: id: string;|@ohos.file.volumeManager.d.ts|
|Added|NA|Module name: ohos.file.volumeManager<br>Class name: Volume<br>Method or attribute name: uuid: string;|@ohos.file.volumeManager.d.ts|
|Added|NA|Module name: ohos.file.volumeManager<br>Class name: Volume<br>Method or attribute name: diskId: string;|@ohos.file.volumeManager.d.ts|
|Added|NA|Module name: ohos.file.volumeManager<br>Class name: Volume<br>Method or attribute name: description: string;|@ohos.file.volumeManager.d.ts|
|Added|NA|Module name: ohos.file.volumeManager<br>Class name: Volume<br>Method or attribute name: removable: boolean;|@ohos.file.volumeManager.d.ts|
|Added|NA|Module name: ohos.file.volumeManager<br>Class name: Volume<br>Method or attribute name: state: number;|@ohos.file.volumeManager.d.ts|
|Added|NA|Module name: ohos.file.volumeManager<br>Class name: Volume<br>Method or attribute name: path: string;|@ohos.file.volumeManager.d.ts|
|Added|NA|Module name: ohos.file.volumeManager<br>Class name: volumeManager<br>Method or attribute name: function getAllVolumes(callback: AsyncCallback\<Array\<Volume>>): void;|@ohos.file.volumeManager.d.ts|
|Added|NA|Module name: ohos.file.volumeManager<br>Class name: volumeManager<br>Method or attribute name: function getAllVolumes(): Promise\<Array\<Volume>>;|@ohos.file.volumeManager.d.ts|
|Added|NA|Module name: ohos.file.volumeManager<br>Class name: volumeManager<br>Method or attribute name: function mount(volumeId: string, callback: AsyncCallback\<void>): void;|@ohos.file.volumeManager.d.ts|
|Added|NA|Module name: ohos.file.volumeManager<br>Class name: volumeManager<br>Method or attribute name: function mount(volumeId: string): Promise\<void>;|@ohos.file.volumeManager.d.ts|
|Added|NA|Module name: ohos.file.volumeManager<br>Class name: volumeManager<br>Method or attribute name: function unmount(volumeId: string, callback: AsyncCallback\<void>): void;|@ohos.file.volumeManager.d.ts|
|Added|NA|Module name: ohos.file.volumeManager<br>Class name: volumeManager<br>Method or attribute name: function unmount(volumeId: string): Promise\<void>;|@ohos.file.volumeManager.d.ts|
|Added|NA|Module name: ohos.file.volumeManager<br>Class name: volumeManager<br>Method or attribute name: function getVolumeByUuid(uuid: string, callback: AsyncCallback\<Volume>): void;|@ohos.file.volumeManager.d.ts|
|Added|NA|Module name: ohos.file.volumeManager<br>Class name: volumeManager<br>Method or attribute name: function getVolumeByUuid(uuid: string): Promise\<Volume>;|@ohos.file.volumeManager.d.ts|
|Added|NA|Module name: ohos.file.volumeManager<br>Class name: volumeManager<br>Method or attribute name: function getVolumeById(volumeId: string, callback: AsyncCallback\<Volume>): void;|@ohos.file.volumeManager.d.ts|
|Added|NA|Module name: ohos.file.volumeManager<br>Class name: volumeManager<br>Method or attribute name: function getVolumeById(volumeId: string): Promise\<Volume>;|@ohos.file.volumeManager.d.ts|
|Added|NA|Module name: ohos.file.volumeManager<br>Class name: volumeManager<br>Method or attribute name: function setVolumeDescription(uuid: string, description: string, callback: AsyncCallback\<void>): void;|@ohos.file.volumeManager.d.ts|
|Added|NA|Module name: ohos.file.volumeManager<br>Class name: volumeManager<br>Method or attribute name: function setVolumeDescription(uuid: string, description: string): Promise\<void>;|@ohos.file.volumeManager.d.ts|
|Added|NA|Module name: ohos.file.volumeManager<br>Class name: volumeManager<br>Method or attribute name: function format(volumeId: string, fsType: string, callback: AsyncCallback\<void>): void;|@ohos.file.volumeManager.d.ts|
|Added|NA|Module name: ohos.file.volumeManager<br>Class name: volumeManager<br>Method or attribute name: function format(volumeId: string, fsType: string): Promise\<void>;|@ohos.file.volumeManager.d.ts|
|Added|NA|Module name: ohos.file.volumeManager<br>Class name: volumeManager<br>Method or attribute name: function partition(diskId: string, type: number, callback: AsyncCallback\<void>): void;|@ohos.file.volumeManager.d.ts|
|Added|NA|Module name: ohos.file.volumeManager<br>Class name: volumeManager<br>Method or attribute name: function partition(diskId: string, type: number): Promise\<void>;|@ohos.file.volumeManager.d.ts|
|Deleted|Module name: ohos.file.hash<br>Class name: Hash|NA|@ohos.file.hash.d.ts|
|Deleted|Module name: ohos.file.hash<br>Class name: Hash<br>Method or attribute name: function hash(path: string, algorithm: string): Promise\<string>;|NA|@ohos.file.hash.d.ts|
|Deleted|Module name: ohos.file.hash<br>Class name: Hash<br>Method or attribute name: function hash(path: string, algorithm: string, callback: AsyncCallback\<string>): void;|NA|@ohos.file.hash.d.ts|
|Deleted|Module name: ohos.file.securityLabel<br>Class name: dataLevel<br>Method or attribute name: type dataLevel = 's0'\|'s1'\|'s2'\|'s3'\|'s4';|NA|@ohos.file.securityLabel.d.ts|
|Deleted|Module name: ohos.file.securityLabel<br>Class name: dataLevel<br>Method or attribute name: type dataLevel = 's0'\|'s1'\|'s2'\|'s3'\|'s4';|NA|@ohos.file.securityLabel.d.ts|
|Deleted|Module name: ohos.file.securityLabel<br>Class name: dataLevel<br>Method or attribute name: type dataLevel = 's0'\|'s1'\|'s2'\|'s3'\|'s4';|NA|@ohos.file.securityLabel.d.ts|
|Deleted|Module name: ohos.file.securityLabel<br>Class name: dataLevel<br>Method or attribute name: type dataLevel = 's0'\|'s1'\|'s2'\|'s3'\|'s4';|NA|@ohos.file.securityLabel.d.ts|
|Deleted|Module name: ohos.file.securityLabel<br>Class name: dataLevel<br>Method or attribute name: type dataLevel = 's0'\|'s1'\|'s2'\|'s3'\|'s4';|NA|@ohos.file.securityLabel.d.ts|
|Deleted|Module name: ohos.file.statvfs<br>Class name: Statfs|NA|@ohos.file.statvfs.d.ts|
|Deleted|Module name: ohos.file.statvfs<br>Class name: Statfs<br>Method or attribute name: function getFreeSize(path: string): Promise\<number>;|NA|@ohos.file.statvfs.d.ts|
|Deleted|Module name: ohos.file.statvfs<br>Class name: Statfs<br>Method or attribute name: function getFreeSize(path: string, callback: AsyncCallback\<number>): void;|NA|@ohos.file.statvfs.d.ts|
|Deleted|Module name: ohos.file.statvfs<br>Class name: Statfs<br>Method or attribute name: function getTotalSize(path: string): Promise\<number>;|NA|@ohos.file.statvfs.d.ts|
|Deleted|Module name: ohos.file.statvfs<br>Class name: Statfs<br>Method or attribute name: function getTotalSize(path: string, callback: AsyncCallback\<number>): void;|NA|@ohos.file.statvfs.d.ts|
|Deleted|Module name: ohos.storageStatistics<br>Class name: storageStatistics|NA|@ohos.storageStatistics.d.ts|
|Deleted|Module name: ohos.storageStatistics<br>Class name: storageStatistics<br>Method or attribute name: function getTotalSizeOfVolume(volumeUuid: string, callback: AsyncCallback\<number>): void;|NA|@ohos.storageStatistics.d.ts|
|Deleted|Module name: ohos.storageStatistics<br>Class name: storageStatistics<br>Method or attribute name: function getTotalSizeOfVolume(volumeUuid: string): Promise\<number>;|NA|@ohos.storageStatistics.d.ts|
|Deleted|Module name: ohos.storageStatistics<br>Class name: storageStatistics<br>Method or attribute name: function getFreeSizeOfVolume(volumeUuid: string, callback: AsyncCallback\<number>): void;|NA|@ohos.storageStatistics.d.ts|
|Deleted|Module name: ohos.storageStatistics<br>Class name: storageStatistics<br>Method or attribute name: function getFreeSizeOfVolume(volumeUuid: string): Promise\<number>;|NA|@ohos.storageStatistics.d.ts|
|Deleted|Module name: ohos.storageStatistics<br>Class name: BundleStats|NA|@ohos.storageStatistics.d.ts|
|Deleted|Module name: ohos.storageStatistics<br>Class name: BundleStats<br>Method or attribute name: appSize: number;|NA|@ohos.storageStatistics.d.ts|
|Deleted|Module name: ohos.storageStatistics<br>Class name: BundleStats<br>Method or attribute name: cacheSize: number;|NA|@ohos.storageStatistics.d.ts|
|Deleted|Module name: ohos.storageStatistics<br>Class name: BundleStats<br>Method or attribute name: dataSize: number;|NA|@ohos.storageStatistics.d.ts|
|Deleted|Module name: ohos.storageStatistics<br>Class name: storageStatistics<br>Method or attribute name: function getBundleStats(packageName: string, callback: AsyncCallback\<BundleStats>): void;|NA|@ohos.storageStatistics.d.ts|
|Deleted|Module name: ohos.storageStatistics<br>Class name: storageStatistics<br>Method or attribute name: function getBundleStats(packageName: string): Promise\<BundleStats>;|NA|@ohos.storageStatistics.d.ts|
|Deleted|Module name: ohos.storageStatistics<br>Class name: storageStatistics<br>Method or attribute name: function getCurrentBundleStats(callback: AsyncCallback\<BundleStats>): void;|NA|@ohos.storageStatistics.d.ts|
|Deleted|Module name: ohos.storageStatistics<br>Class name: storageStatistics<br>Method or attribute name: function getCurrentBundleStats(): Promise\<BundleStats>;|NA|@ohos.storageStatistics.d.ts|
|Deleted|Module name: ohos.storageStatistics<br>Class name: storageStatistics<br>Method or attribute name: function getSystemSize(callback: AsyncCallback\<number>): void;|NA|@ohos.storageStatistics.d.ts|
|Deleted|Module name: ohos.storageStatistics<br>Class name: storageStatistics<br>Method or attribute name: function getSystemSize(): Promise\<number>;|NA|@ohos.storageStatistics.d.ts|
|Deleted|Module name: ohos.storageStatistics<br>Class name: StorageStats|NA|@ohos.storageStatistics.d.ts|
|Deleted|Module name: ohos.storageStatistics<br>Class name: StorageStats<br>Method or attribute name: total: number;|NA|@ohos.storageStatistics.d.ts|
|Deleted|Module name: ohos.storageStatistics<br>Class name: StorageStats<br>Method or attribute name: audio: number;|NA|@ohos.storageStatistics.d.ts|
|Deleted|Module name: ohos.storageStatistics<br>Class name: StorageStats<br>Method or attribute name: video: number;|NA|@ohos.storageStatistics.d.ts|
|Deleted|Module name: ohos.storageStatistics<br>Class name: StorageStats<br>Method or attribute name: image: number;|NA|@ohos.storageStatistics.d.ts|
|Deleted|Module name: ohos.storageStatistics<br>Class name: StorageStats<br>Method or attribute name: file: number;|NA|@ohos.storageStatistics.d.ts|
|Deleted|Module name: ohos.storageStatistics<br>Class name: StorageStats<br>Method or attribute name: app: number;|NA|@ohos.storageStatistics.d.ts|
|Deleted|Module name: ohos.storageStatistics<br>Class name: storageStatistics<br>Method or attribute name: function getUserStorageStats(userId?: number): Promise\<StorageStats>;|NA|@ohos.storageStatistics.d.ts|
|Deleted|Module name: ohos.storageStatistics<br>Class name: storageStatistics<br>Method or attribute name: function getUserStorageStats(callback: AsyncCallback\<StorageStats>): void;|NA|@ohos.storageStatistics.d.ts|
|Deleted|Module name: ohos.storageStatistics<br>Class name: storageStatistics<br>Method or attribute name: function getUserStorageStats(userId: number, callback: AsyncCallback\<StorageStats>): void;|NA|@ohos.storageStatistics.d.ts|
|Deleted|Module name: ohos.storageStatistics<br>Class name: storageStatistics<br>Method or attribute name: function getTotalSize(callback: AsyncCallback\<number>): void;|NA|@ohos.storageStatistics.d.ts|
|Deleted|Module name: ohos.storageStatistics<br>Class name: storageStatistics<br>Method or attribute name: function getTotalSize(): Promise\<number>;|NA|@ohos.storageStatistics.d.ts|
|Deleted|Module name: ohos.storageStatistics<br>Class name: storageStatistics<br>Method or attribute name: function getFreeSize(callback: AsyncCallback\<number>): void;|NA|@ohos.storageStatistics.d.ts|
|Deleted|Module name: ohos.storageStatistics<br>Class name: storageStatistics<br>Method or attribute name: function getFreeSize(): Promise\<number>;|NA|@ohos.storageStatistics.d.ts|
|Deleted|Module name: ohos.volumeManager<br>Class name: volumeManager|NA|@ohos.volumeManager.d.ts|
|Deleted|Module name: ohos.volumeManager<br>Class name: Volume|NA|@ohos.volumeManager.d.ts|
|Deleted|Module name: ohos.volumeManager<br>Class name: Volume<br>Method or attribute name: id: string;|NA|@ohos.volumeManager.d.ts|
|Deleted|Module name: ohos.volumeManager<br>Class name: Volume<br>Method or attribute name: uuid: string;|NA|@ohos.volumeManager.d.ts|
|Deleted|Module name: ohos.volumeManager<br>Class name: Volume<br>Method or attribute name: diskId: string;|NA|@ohos.volumeManager.d.ts|
|Deleted|Module name: ohos.volumeManager<br>Class name: Volume<br>Method or attribute name: description: string;|NA|@ohos.volumeManager.d.ts|
|Deleted|Module name: ohos.volumeManager<br>Class name: Volume<br>Method or attribute name: removable: boolean;|NA|@ohos.volumeManager.d.ts|
|Deleted|Module name: ohos.volumeManager<br>Class name: Volume<br>Method or attribute name: state: number;|NA|@ohos.volumeManager.d.ts|
|Deleted|Module name: ohos.volumeManager<br>Class name: Volume<br>Method or attribute name: path: string;|NA|@ohos.volumeManager.d.ts|
|Deleted|Module name: ohos.volumeManager<br>Class name: volumeManager<br>Method or attribute name: function getAllVolumes(callback: AsyncCallback\<Array\<Volume>>): void;|NA|@ohos.volumeManager.d.ts|
|Deleted|Module name: ohos.volumeManager<br>Class name: volumeManager<br>Method or attribute name: function getAllVolumes(): Promise\<Array\<Volume>>;|NA|@ohos.volumeManager.d.ts|
|Deleted|Module name: ohos.volumeManager<br>Class name: volumeManager<br>Method or attribute name: function mount(volumeId: string, callback: AsyncCallback\<boolean>): void;|NA|@ohos.volumeManager.d.ts|
|Deleted|Module name: ohos.volumeManager<br>Class name: volumeManager<br>Method or attribute name: function mount(volumeId: string): Promise\<boolean>;|NA|@ohos.volumeManager.d.ts|
|Deleted|Module name: ohos.volumeManager<br>Class name: volumeManager<br>Method or attribute name: function unmount(volumeId: string, callback: AsyncCallback\<boolean>): void;|NA|@ohos.volumeManager.d.ts|
|Deleted|Module name: ohos.volumeManager<br>Class name: volumeManager<br>Method or attribute name: function unmount(volumeId: string): Promise\<boolean>;|NA|@ohos.volumeManager.d.ts|
|Deleted|Module name: ohos.volumeManager<br>Class name: volumeManager<br>Method or attribute name: function getVolumeByUuid(uuid: string, callback: AsyncCallback\<Volume>): void;|NA|@ohos.volumeManager.d.ts|
|Deleted|Module name: ohos.volumeManager<br>Class name: volumeManager<br>Method or attribute name: function getVolumeByUuid(uuid: string): Promise\<Volume>;|NA|@ohos.volumeManager.d.ts|
|Deleted|Module name: ohos.volumeManager<br>Class name: volumeManager<br>Method or attribute name: function getVolumeById(volumeId: string, callback: AsyncCallback\<Volume>): void;|NA|@ohos.volumeManager.d.ts|
|Deleted|Module name: ohos.volumeManager<br>Class name: volumeManager<br>Method or attribute name: function getVolumeById(volumeId: string): Promise\<Volume>;|NA|@ohos.volumeManager.d.ts|
|Deleted|Module name: ohos.volumeManager<br>Class name: volumeManager<br>Method or attribute name: function setVolumeDescription(uuid: string, description: string, callback: AsyncCallback\<void>): void;|NA|@ohos.volumeManager.d.ts|
|Deleted|Module name: ohos.volumeManager<br>Class name: volumeManager<br>Method or attribute name: function setVolumeDescription(uuid: string, description: string): Promise\<void>;|NA|@ohos.volumeManager.d.ts|
|Deleted|Module name: ohos.volumeManager<br>Class name: volumeManager<br>Method or attribute name: function format(volumeId: string, fsType: string, callback: AsyncCallback\<void>): void;|NA|@ohos.volumeManager.d.ts|
|Deleted|Module name: ohos.volumeManager<br>Class name: volumeManager<br>Method or attribute name: function format(volumeId: string, fsType: string): Promise\<void>;|NA|@ohos.volumeManager.d.ts|
|Deleted|Module name: ohos.volumeManager<br>Class name: volumeManager<br>Method or attribute name: function partition(diskId: string, type: number, callback: AsyncCallback\<void>): void;|NA|@ohos.volumeManager.d.ts|
|Deleted|Module name: ohos.volumeManager<br>Class name: volumeManager<br>Method or attribute name: function partition(diskId: string, type: number): Promise\<void>;|NA|@ohos.volumeManager.d.ts|
|Deprecated version changed|Class name: fileIO<br>Method or attribute name: function opendir(path: string): Promise\<Dir>;<br>Deprecated version: N/A|Class name: fileIO<br>Method or attribute name: function opendir(path: string): Promise\<Dir>;<br>Deprecated version: 9<br>Substitute API: ohos.file.fs.listFile |@ohos.fileio.d.ts|
|Deprecated version changed|Class name: fileIO<br>Method or attribute name: function opendir(path: string, callback: AsyncCallback\<Dir>): void;<br>Deprecated version: N/A|Class name: fileIO<br>Method or attribute name: function opendir(path: string, callback: AsyncCallback\<Dir>): void;<br>Deprecated version: 9<br>Substitute API: ohos.file.fs.listFile |@ohos.fileio.d.ts|
|Deprecated version changed|Class name: fileIO<br>Method or attribute name: function opendirSync(path: string): Dir;<br>Deprecated version: N/A|Class name: fileIO<br>Method or attribute name: function opendirSync(path: string): Dir;<br>Deprecated version: 9<br>Substitute API: ohos.file.fs.listFile |@ohos.fileio.d.ts|
|Deprecated version changed|Class name: Dir<br>Method or attribute name: read(): Promise\<Dirent>;<br>Deprecated version: N/A|Class name: Dir<br>Method or attribute name: read(): Promise\<Dirent>;<br>Deprecated version: 9<br>Substitute API: ohos.file.fs.listFile |@ohos.fileio.d.ts|
|Deprecated version changed|Class name: Dir<br>Method or attribute name: read(callback: AsyncCallback\<Dirent>): void;<br>Deprecated version: N/A|Class name: Dir<br>Method or attribute name: read(callback: AsyncCallback\<Dirent>): void;<br>Deprecated version: 9<br>Substitute API: ohos.file.fs.listFile |@ohos.fileio.d.ts|
|Deprecated version changed|Class name: Dir<br>Method or attribute name: readSync(): Dirent;<br>Deprecated version: N/A|Class name: Dir<br>Method or attribute name: readSync(): Dirent;<br>Deprecated version: 9<br>Substitute API: ohos.file.fs.listFile |@ohos.fileio.d.ts|
|Deprecated version changed|Class name: Dir<br>Method or attribute name: close(): Promise\<void>;<br>Deprecated version: N/A|Class name: Dir<br>Method or attribute name: close(): Promise\<void>;<br>Deprecated version: 9<br>Substitute API: ohos.file.fs.listFile |@ohos.fileio.d.ts|
|Deprecated version changed|Class name: Dir<br>Method or attribute name: close(callback: AsyncCallback\<void>): void;<br>Deprecated version: N/A|Class name: Dir<br>Method or attribute name: close(callback: AsyncCallback\<void>): void;<br>Deprecated version: 9<br>Substitute API: ohos.file.fs.listFile |@ohos.fileio.d.ts|
|Deprecated version changed|Class name: Dir<br>Method or attribute name: closeSync(): void;<br>Deprecated version: N/A|Class name: Dir<br>Method or attribute name: closeSync(): void;<br>Deprecated version: 9<br>Substitute API: ohos.file.fs.listFile |@ohos.fileio.d.ts|
|Deprecated version changed|Class name: Dirent<br>Deprecated version: N/A|Class name: Dirent<br>Deprecated version: 9<br>Substitute API: ohos.file.fs.listFile |@ohos.fileio.d.ts|
|Deprecated version changed|Class name: Dirent<br>Method or attribute name: readonly name: string;<br>Deprecated version: N/A|Class name: Dirent<br>Method or attribute name: readonly name: string;<br>Deprecated version: 9<br>Substitute API: ohos.file.fs.listFile |@ohos.fileio.d.ts|
|Deprecated version changed|Class name: Dirent<br>Method or attribute name: isBlockDevice(): boolean;<br>Deprecated version: N/A|Class name: Dirent<br>Method or attribute name: isBlockDevice(): boolean;<br>Deprecated version: 9<br>Substitute API: ohos.file.fs.listFile |@ohos.fileio.d.ts|
|Deprecated version changed|Class name: Dirent<br>Method or attribute name: isCharacterDevice(): boolean;<br>Deprecated version: N/A|Class name: Dirent<br>Method or attribute name: isCharacterDevice(): boolean;<br>Deprecated version: 9<br>Substitute API: ohos.file.fs.listFile |@ohos.fileio.d.ts|
|Deprecated version changed|Class name: Dirent<br>Method or attribute name: isDirectory(): boolean;<br>Deprecated version: N/A|Class name: Dirent<br>Method or attribute name: isDirectory(): boolean;<br>Deprecated version: 9<br>Substitute API: ohos.file.fs.listFile |@ohos.fileio.d.ts|
|Deprecated version changed|Class name: Dirent<br>Method or attribute name: isFIFO(): boolean;<br>Deprecated version: N/A|Class name: Dirent<br>Method or attribute name: isFIFO(): boolean;<br>Deprecated version: 9<br>Substitute API: ohos.file.fs.listFile |@ohos.fileio.d.ts|
|Deprecated version changed|Class name: Dirent<br>Method or attribute name: isFile(): boolean;<br>Deprecated version: N/A|Class name: Dirent<br>Method or attribute name: isFile(): boolean;<br>Deprecated version: 9<br>Substitute API: ohos.file.fs.listFile |@ohos.fileio.d.ts|
|Deprecated version changed|Class name: Dirent<br>Method or attribute name: isSocket(): boolean;<br>Deprecated version: N/A|Class name: Dirent<br>Method or attribute name: isSocket(): boolean;<br>Deprecated version: 9<br>Substitute API: ohos.file.fs.listFile |@ohos.fileio.d.ts|
|Deprecated version changed|Class name: Dirent<br>Method or attribute name: isSymbolicLink(): boolean;<br>Deprecated version: N/A|Class name: Dirent<br>Method or attribute name: isSymbolicLink(): boolean;<br>Deprecated version: 9<br>Substitute API: ohos.file.fs.listFile |@ohos.fileio.d.ts|
|Initial version changed|Class name: fileIO<br>Method or attribute name: function opendirSync(path: string): Dir;<br>Initial version: N/A|Class name: fileIO<br>Method or attribute name: function opendirSync(path: string): Dir;<br>Initial version: 6|@ohos.fileio.d.ts|
|Function changed|Class name: securityLabel<br>Method or attribute name: function setSecurityLabel(path: string, type: dataLevel): Promise\<void>;<br>|Class name: securityLabel<br>Method or attribute name: function setSecurityLabel(path: string, type: DataLevel): Promise\<void>;<br>|@ohos.file.securityLabel.d.ts|
|Function changed|Class name: securityLabel<br>Method or attribute name: function setSecurityLabel(path: string, type: dataLevel, callback: AsyncCallback\<void>): void;<br>|Class name: securityLabel<br>Method or attribute name: function setSecurityLabel(path: string, type: DataLevel, callback: AsyncCallback\<void>): void;<br>|@ohos.file.securityLabel.d.ts|
|Function changed|Class name: securityLabel<br>Method or attribute name: function setSecurityLabelSync(path: string, type: dataLevel): void;<br>|Class name: securityLabel<br>Method or attribute name: function setSecurityLabelSync(path: string, type: DataLevel): void;<br>|@ohos.file.securityLabel.d.ts|
| Change Type | Old Version | New Version | d.ts File |
| ---- | ------ | ------ | -------- |
|Added|NA|Class name: ShareOption<br>Method or attribute name: INAPP|@ohos.pasteboard.d.ts|
|Added|NA|Class name: ShareOption<br>Method or attribute name: LOCALDEVICE|@ohos.pasteboard.d.ts|
|Added|NA|Class name: ShareOption<br>Method or attribute name: CROSSDEVICE|@ohos.pasteboard.d.ts|
|Added|NA|Class name: PasteDataRecord<br>Method or attribute name: toPlainText(): string;|@ohos.pasteboard.d.ts|
|Deleted|Module name: ohos.pasteboard<br>Class name: ShareOption<br>Method or attribute name: InApp|NA|@ohos.pasteboard.d.ts|
|Deleted|Module name: ohos.pasteboard<br>Class name: ShareOption<br>Method or attribute name: LocalDevice|NA|@ohos.pasteboard.d.ts|
|Deleted|Module name: ohos.pasteboard<br>Class name: ShareOption<br>Method or attribute name: CrossDevice|NA|@ohos.pasteboard.d.ts|
|Deleted|Module name: ohos.pasteboard<br>Class name: PasteDataRecord<br>Method or attribute name: convertToTextV9(callback: AsyncCallback\<string>): void;|NA|@ohos.pasteboard.d.ts|
|Deleted|Module name: ohos.pasteboard<br>Class name: PasteDataRecord<br>Method or attribute name: convertToTextV9(): Promise\<string>;|NA|@ohos.pasteboard.d.ts|
|Deleted|Module name: ohos.request<br>Class name: request<br>Method or attribute name: function download(context: BaseContext, config: DownloadConfig, callback: AsyncCallback\<DownloadTask>): void;|NA|@ohos.request.d.ts|
|Deleted|Module name: ohos.request<br>Class name: request<br>Method or attribute name: function download(context: BaseContext, config: DownloadConfig): Promise\<DownloadTask>;|NA|@ohos.request.d.ts|
|Deleted|Module name: ohos.request<br>Class name: request<br>Method or attribute name: function upload(context: BaseContext, config: UploadConfig, callback: AsyncCallback\<UploadTask>): void;|NA|@ohos.request.d.ts|
|Deleted|Module name: ohos.request<br>Class name: request<br>Method or attribute name: function upload(context: BaseContext, config: UploadConfig): Promise\<UploadTask>;|NA|@ohos.request.d.ts|
|Deleted|Module name: ohos.screenLock<br>Class name: screenLock<br>Method or attribute name: function isSecure(): boolean;|NA|@ohos.screenLock.d.ts|
|Deleted|Module name: ohos.wallpaper<br>Class name: wallpaper<br>Method or attribute name: function getIdSync(wallpaperType: WallpaperType): number;|NA|@ohos.wallpaper.d.ts|
|Deleted|Module name: ohos.wallpaper<br>Class name: wallpaper<br>Method or attribute name: function getFileSync(wallpaperType: WallpaperType): number;|NA|@ohos.wallpaper.d.ts|
|Deleted|Module name: ohos.wallpaper<br>Class name: wallpaper<br>Method or attribute name: function isChangeAllowed(): boolean;|NA|@ohos.wallpaper.d.ts|
|Deleted|Module name: ohos.wallpaper<br>Class name: wallpaper<br>Method or attribute name: function isUserChangeAllowed(): boolean;|NA|@ohos.wallpaper.d.ts|
|Model changed|Class name: InputMethodExtensionAbility<br>Model: N/A|Class name: InputMethodExtensionAbility<br>Model: @StageModelOnly|@ohos.InputMethodExtensionAbility.d.ts|
|Model changed|Class name: InputMethodExtensionAbility<br>Method or attribute name: context: InputMethodExtensionContext;<br>Model: N/A|Class name: InputMethodExtensionAbility<br>Method or attribute name: context: InputMethodExtensionContext;<br>Model: @StageModelOnly|@ohos.InputMethodExtensionAbility.d.ts|
|Model changed|Class name: InputMethodExtensionAbility<br>Method or attribute name: onCreate(want: Want): void;<br>Model: N/A|Class name: InputMethodExtensionAbility<br>Method or attribute name: onCreate(want: Want): void;<br>Model: @StageModelOnly|@ohos.InputMethodExtensionAbility.d.ts|
|Model changed|Class name: InputMethodExtensionAbility<br>Method or attribute name: onDestroy(): void;<br>Model: N/A|Class name: InputMethodExtensionAbility<br>Method or attribute name: onDestroy(): void;<br>Model: @StageModelOnly|@ohos.InputMethodExtensionAbility.d.ts|
|Model changed|Class name: InputMethodExtensionContext<br>Model: N/A|Class name: InputMethodExtensionContext<br>Model: @StageModelOnly|@ohos.InputMethodExtensionContext.d.ts|
|Model changed|Class name: InputMethodExtensionContext<br>Method or attribute name: destroy(callback: AsyncCallback\<void>): void;<br>Model: N/A|Class name: InputMethodExtensionContext<br>Method or attribute name: destroy(callback: AsyncCallback\<void>): void;<br>Model: @StageModelOnly|@ohos.InputMethodExtensionContext.d.ts|
|Model changed|Class name: InputMethodExtensionContext<br>Method or attribute name: destroy(): Promise\<void>;<br>Model: N/A|Class name: InputMethodExtensionContext<br>Method or attribute name: destroy(): Promise\<void>;<br>Model: @StageModelOnly|@ohos.InputMethodExtensionContext.d.ts|
|Access level changed|Class name: screenLock<br>Method or attribute name: function isLocked(): boolean;<br>Access level: public API|Class name: screenLock<br>Method or attribute name: function isLocked(): boolean;<br>Access level: system API|@ohos.screenLock.d.ts|
|Access level changed|Class name: screenLock<br>Method or attribute name: function unlock(callback: AsyncCallback\<boolean>): void;<br>Access level: public API|Class name: screenLock<br>Method or attribute name: function unlock(callback: AsyncCallback\<boolean>): void;<br>Access level: system API|@ohos.screenLock.d.ts|
|Access level changed|Class name: screenLock<br>Method or attribute name: function unlock():Promise\<boolean>;<br>Access level: public API|Class name: screenLock<br>Method or attribute name: function unlock():Promise\<boolean>;<br>Access level: system API|@ohos.screenLock.d.ts|
|Access level changed|Class name: wallpaper<br>Method or attribute name: function getColorsSync(wallpaperType: WallpaperType): Array\<RgbaColor>;<br>Access level: public API|Class name: wallpaper<br>Method or attribute name: function getColorsSync(wallpaperType: WallpaperType): Array\<RgbaColor>;<br>Access level: system API|@ohos.wallpaper.d.ts|
|Access level changed|Class name: wallpaper<br>Method or attribute name: function getMinHeightSync(): number;<br>Access level: public API|Class name: wallpaper<br>Method or attribute name: function getMinHeightSync(): number;<br>Access level: system API|@ohos.wallpaper.d.ts|
|Access level changed|Class name: wallpaper<br>Method or attribute name: function getMinWidthSync(): number;<br>Access level: public API|Class name: wallpaper<br>Method or attribute name: function getMinWidthSync(): number;<br>Access level: system API|@ohos.wallpaper.d.ts|
|Access level changed|Class name: wallpaper<br>Method or attribute name: function restore(wallpaperType: WallpaperType, callback: AsyncCallback\<void>): void;<br>Access level: public API|Class name: wallpaper<br>Method or attribute name: function restore(wallpaperType: WallpaperType, callback: AsyncCallback\<void>): void;<br>Access level: system API|@ohos.wallpaper.d.ts|
|Access level changed|Class name: wallpaper<br>Method or attribute name: function restore(wallpaperType: WallpaperType): Promise\<void>;<br>Access level: public API|Class name: wallpaper<br>Method or attribute name: function restore(wallpaperType: WallpaperType): Promise\<void>;<br>Access level: system API|@ohos.wallpaper.d.ts|
|Access level changed|Class name: wallpaper<br>Method or attribute name: function setImage(source: string \| image.PixelMap, wallpaperType: WallpaperType, callback: AsyncCallback\<void>): void;<br>Access level: public API|Class name: wallpaper<br>Method or attribute name: function setImage(source: string \| image.PixelMap, wallpaperType: WallpaperType, callback: AsyncCallback\<void>): void;<br>Access level: system API|@ohos.wallpaper.d.ts|
|Access level changed|Class name: wallpaper<br>Method or attribute name: function setImage(source: string \| image.PixelMap, wallpaperType: WallpaperType): Promise\<void>;<br>Access level: public API|Class name: wallpaper<br>Method or attribute name: function setImage(source: string \| image.PixelMap, wallpaperType: WallpaperType): Promise\<void>;<br>Access level: system API|@ohos.wallpaper.d.ts|
|Deprecated version changed|Class name: RgbaColor<br>Deprecated version: N/A|Class name: RgbaColor<br>Deprecated version: 9<br>Substitute API: N/A|@ohos.wallpaper.d.ts|
|Deprecated version changed|Class name: wallpaper<br>Method or attribute name: function on(type: 'colorChange', callback: (colors: Array\<RgbaColor>, wallpaperType: WallpaperType) => void): void;<br>Deprecated version: N/A|Class name: wallpaper<br>Method or attribute name: function on(type: 'colorChange', callback: (colors: Array\<RgbaColor>, wallpaperType: WallpaperType) => void): void;<br>Deprecated version: 9<br>Substitute API: N/A|@ohos.wallpaper.d.ts|
|Deprecated version changed|Class name: wallpaper<br>Method or attribute name: function off(type: 'colorChange', callback?: (colors: Array\<RgbaColor>, wallpaperType: WallpaperType) => void): void;<br>Deprecated version: N/A|Class name: wallpaper<br>Method or attribute name: function off(type: 'colorChange', callback?: (colors: Array\<RgbaColor>, wallpaperType: WallpaperType) => void): void;<br>Deprecated version: 9<br>Substitute API: N/A|@ohos.wallpaper.d.ts|
|Initial version changed|Class name: RgbaColor<br>Initial version: N/A|Class name: RgbaColor<br>Initial version: 7|@ohos.wallpaper.d.ts|
|Initial version changed|Class name: WallpaperType<br>Initial version: N/A|Class name: WallpaperType<br>Initial version: 7|@ohos.wallpaper.d.ts|
|Initial version changed|Class name: wallpaper<br>Method or attribute name: function getColors(wallpaperType: WallpaperType, callback: AsyncCallback\<Array\<RgbaColor>>): void;<br>Initial version: N/A|Class name: wallpaper<br>Method or attribute name: function getColors(wallpaperType: WallpaperType, callback: AsyncCallback\<Array\<RgbaColor>>): void;<br>Initial version: 7|@ohos.wallpaper.d.ts|
|Initial version changed|Class name: wallpaper<br>Method or attribute name: function getColors(wallpaperType: WallpaperType): Promise\<Array\<RgbaColor>>;<br>Initial version: N/A|Class name: wallpaper<br>Method or attribute name: function getColors(wallpaperType: WallpaperType): Promise\<Array\<RgbaColor>>;<br>Initial version: 7|@ohos.wallpaper.d.ts|
|Initial version changed|Class name: wallpaper<br>Method or attribute name: function getId(wallpaperType: WallpaperType, callback: AsyncCallback\<number>): void;<br>Initial version: N/A|Class name: wallpaper<br>Method or attribute name: function getId(wallpaperType: WallpaperType, callback: AsyncCallback\<number>): void;<br>Initial version: 7|@ohos.wallpaper.d.ts|
|Initial version changed|Class name: wallpaper<br>Method or attribute name: function getId(wallpaperType: WallpaperType): Promise\<number>;<br>Initial version: N/A|Class name: wallpaper<br>Method or attribute name: function getId(wallpaperType: WallpaperType): Promise\<number>;<br>Initial version: 7|@ohos.wallpaper.d.ts|
|Initial version changed|Class name: wallpaper<br>Method or attribute name: function getMinHeight(callback: AsyncCallback\<number>): void;<br>Initial version: N/A|Class name: wallpaper<br>Method or attribute name: function getMinHeight(callback: AsyncCallback\<number>): void;<br>Initial version: 7|@ohos.wallpaper.d.ts|
|Initial version changed|Class name: wallpaper<br>Method or attribute name: function getMinHeight(): Promise\<number>;<br>Initial version: N/A|Class name: wallpaper<br>Method or attribute name: function getMinHeight(): Promise\<number>;<br>Initial version: 7|@ohos.wallpaper.d.ts|
|Initial version changed|Class name: wallpaper<br>Method or attribute name: function getMinWidth(callback: AsyncCallback\<number>): void;<br>Initial version: N/A|Class name: wallpaper<br>Method or attribute name: function getMinWidth(callback: AsyncCallback\<number>): void;<br>Initial version: 7|@ohos.wallpaper.d.ts|
|Initial version changed|Class name: wallpaper<br>Method or attribute name: function getMinWidth(): Promise\<number>;<br>Initial version: N/A|Class name: wallpaper<br>Method or attribute name: function getMinWidth(): Promise\<number>;<br>Initial version: 7|@ohos.wallpaper.d.ts|
|Initial version changed|Class name: wallpaper<br>Method or attribute name: function isChangePermitted(callback: AsyncCallback\<boolean>): void;<br>Initial version: N/A|Class name: wallpaper<br>Method or attribute name: function isChangePermitted(callback: AsyncCallback\<boolean>): void;<br>Initial version: 7|@ohos.wallpaper.d.ts|
|Initial version changed|Class name: wallpaper<br>Method or attribute name: function isChangePermitted(): Promise\<boolean>;<br>Initial version: N/A|Class name: wallpaper<br>Method or attribute name: function isChangePermitted(): Promise\<boolean>;<br>Initial version: 7|@ohos.wallpaper.d.ts|
|Initial version changed|Class name: wallpaper<br>Method or attribute name: function isOperationAllowed(callback: AsyncCallback\<boolean>): void;<br>Initial version: N/A|Class name: wallpaper<br>Method or attribute name: function isOperationAllowed(callback: AsyncCallback\<boolean>): void;<br>Initial version: 7|@ohos.wallpaper.d.ts|
|Initial version changed|Class name: wallpaper<br>Method or attribute name: function isOperationAllowed(): Promise\<boolean>;<br>Initial version: N/A|Class name: wallpaper<br>Method or attribute name: function isOperationAllowed(): Promise\<boolean>;<br>Initial version: 7|@ohos.wallpaper.d.ts|
|Initial version changed|Class name: wallpaper<br>Method or attribute name: function reset(wallpaperType: WallpaperType, callback: AsyncCallback\<void>): void;<br>Initial version: N/A|Class name: wallpaper<br>Method or attribute name: function reset(wallpaperType: WallpaperType, callback: AsyncCallback\<void>): void;<br>Initial version: 7|@ohos.wallpaper.d.ts|
|Initial version changed|Class name: wallpaper<br>Method or attribute name: function reset(wallpaperType: WallpaperType): Promise\<void>;<br>Initial version: N/A|Class name: wallpaper<br>Method or attribute name: function reset(wallpaperType: WallpaperType): Promise\<void>;<br>Initial version: 7|@ohos.wallpaper.d.ts|
|Initial version changed|Class name: wallpaper<br>Method or attribute name: function setWallpaper(source: string \| image.PixelMap, wallpaperType: WallpaperType, callback: AsyncCallback\<void>): void;<br>Initial version: N/A|Class name: wallpaper<br>Method or attribute name: function setWallpaper(source: string \| image.PixelMap, wallpaperType: WallpaperType, callback: AsyncCallback\<void>): void;<br>Initial version: 7|@ohos.wallpaper.d.ts|
|Initial version changed|Class name: wallpaper<br>Method or attribute name: function setWallpaper(source: string \| image.PixelMap, wallpaperType: WallpaperType): Promise\<void>;<br>Initial version: N/A|Class name: wallpaper<br>Method or attribute name: function setWallpaper(source: string \| image.PixelMap, wallpaperType: WallpaperType): Promise\<void>;<br>Initial version: 7|@ohos.wallpaper.d.ts|
|Initial version changed|Class name: wallpaper<br>Method or attribute name: function getPixelMap(wallpaperType: WallpaperType, callback: AsyncCallback\<image.PixelMap>): void;<br>Initial version: N/A|Class name: wallpaper<br>Method or attribute name: function getPixelMap(wallpaperType: WallpaperType, callback: AsyncCallback\<image.PixelMap>): void;<br>Initial version: 7|@ohos.wallpaper.d.ts|
|Initial version changed|Class name: wallpaper<br>Method or attribute name: function getPixelMap(wallpaperType: WallpaperType): Promise\<image.PixelMap>;<br>Initial version: N/A|Class name: wallpaper<br>Method or attribute name: function getPixelMap(wallpaperType: WallpaperType): Promise\<image.PixelMap>;<br>Initial version: 7|@ohos.wallpaper.d.ts|
|Initial version changed|Class name: wallpaper<br>Method or attribute name: function on(type: 'colorChange', callback: (colors: Array\<RgbaColor>, wallpaperType: WallpaperType) => void): void;<br>Initial version: 9|Class name: wallpaper<br>Method or attribute name: function on(type: 'colorChange', callback: (colors: Array\<RgbaColor>, wallpaperType: WallpaperType) => void): void;<br>Initial version: 7|@ohos.wallpaper.d.ts|
|Initial version changed|Class name: wallpaper<br>Method or attribute name: function off(type: 'colorChange', callback?: (colors: Array\<RgbaColor>, wallpaperType: WallpaperType) => void): void;<br>Initial version: 9|Class name: wallpaper<br>Method or attribute name: function off(type: 'colorChange', callback?: (colors: Array\<RgbaColor>, wallpaperType: WallpaperType) => void): void;<br>Initial version: 7|@ohos.wallpaper.d.ts|
|Initial version changed|Class name: Request<br>Method or attribute name: static upload(options: UploadRequestOptions): void;<br>Initial version: N/A|Class name: Request<br>Method or attribute name: static upload(options: UploadRequestOptions): void;<br>Initial version: 3|@system.request.d.ts|
|Initial version changed|Class name: Request<br>Method or attribute name: static download(options: DownloadRequestOptions): void;<br>Initial version: N/A|Class name: Request<br>Method or attribute name: static download(options: DownloadRequestOptions): void;<br>Initial version: 3|@system.request.d.ts|
|Initial version changed|Class name: Request<br>Method or attribute name: static onDownloadComplete(options: OnDownloadCompleteOptions): void;<br>Initial version: N/A|Class name: Request<br>Method or attribute name: static onDownloadComplete(options: OnDownloadCompleteOptions): void;<br>Initial version: 3|@system.request.d.ts|
|Permission deleted|Class name: InputMethodSetting<br>Method or attribute name: showOptionalInputMethods(callback: AsyncCallback\<boolean>): void;<br>Permission: ohos.permission.CONNECT_IME_ABILITY|Class name: InputMethodSetting<br>Method or attribute name: showOptionalInputMethods(callback: AsyncCallback\<boolean>): void;<br>Permission: N/A|@ohos.inputMethod.d.ts|
|Permission deleted|Class name: InputMethodSetting<br>Method or attribute name: showOptionalInputMethods(): Promise\<boolean>;<br>Permission: ohos.permission.CONNECT_IME_ABILITY|Class name: InputMethodSetting<br>Method or attribute name: showOptionalInputMethods(): Promise\<boolean>;<br>Permission: N/A|@ohos.inputMethod.d.ts|
|Error code added|NA|Class name: screenLock<br>Method or attribute name: function isLocked(): boolean;<br>Error code: 202|@ohos.screenLock.d.ts|
|Error code added|NA|Class name: wallpaper<br>Method or attribute name: function getMinHeightSync(): number;<br>Error code: 202|@ohos.wallpaper.d.ts|
|Error code added|NA|Class name: wallpaper<br>Method or attribute name: function getMinWidthSync(): number;<br>Error code: 202|@ohos.wallpaper.d.ts|
|Permission added|Class name: request<br>Method or attribute name: function uploadFile(context: BaseContext, config: UploadConfig, callback: AsyncCallback\<UploadTask>): void;<br>Permission: N/A|Class name: request<br>Method or attribute name: function uploadFile(context: BaseContext, config: UploadConfig, callback: AsyncCallback\<UploadTask>): void;<br>Permission: ohos.permission.INTERNET|@ohos.request.d.ts|
|SysCap changed|Class name: wallpaper<br>Method or attribute name: function on(type: 'colorChange', callback: (colors: Array\<RgbaColor>, wallpaperType: WallpaperType) => void): void;<br>SysCap: N/A|Class name: wallpaper<br>Method or attribute name: function on(type: 'colorChange', callback: (colors: Array\<RgbaColor>, wallpaperType: WallpaperType) => void): void;<br>SysCap:SystemCapability.MiscServices.Wallpaper|@ohos.wallpaper.d.ts|
|SysCap changed|Class name: wallpaper<br>Method or attribute name: function off(type: 'colorChange', callback?: (colors: Array\<RgbaColor>, wallpaperType: WallpaperType) => void): void;<br>SysCap: N/A|Class name: wallpaper<br>Method or attribute name: function off(type: 'colorChange', callback?: (colors: Array\<RgbaColor>, wallpaperType: WallpaperType) => void): void;<br>SysCap:SystemCapability.MiscServices.Wallpaper|@ohos.wallpaper.d.ts|
| Change Type | Old Version | New Version | d.ts File |
| ---- | ------ | ------ | -------- |
|Access level changed|Class name: VolumeEvent<br>Access level: system API|Class name: VolumeEvent<br>Access level: public API|@ohos.multimedia.audio.d.ts|
|Access level changed|Class name: VolumeEvent<br>Method or attribute name: volumeGroupId: number;<br>Access level: public API|Class name: VolumeEvent<br>Method or attribute name: volumeGroupId: number;<br>Access level: system API|@ohos.multimedia.audio.d.ts|
|Access level changed|Class name: VolumeEvent<br>Method or attribute name: networkId: string;<br>Access level: public API|Class name: VolumeEvent<br>Method or attribute name: networkId: string;<br>Access level: system API|@ohos.multimedia.audio.d.ts|
|Access level changed|Class name: avSession<br>Method or attribute name: function off(type: 'sessionCreate' \| 'sessionDestroy' \| 'topSessionChange', callback?: (session: AVSessionDescriptor) => void): void;<br>Access level: public API|Class name: avSession<br>Method or attribute name: function off(type: 'sessionCreate' \| 'sessionDestroy' \| 'topSessionChange', callback?: (session: AVSessionDescriptor) => void): void;<br>Access level: system API|@ohos.multimedia.avsession.d.ts|
|Access level changed|Class name: avSession<br>Method or attribute name: function off(type: 'sessionCreate' \| 'sessionDestroy' \| 'topSessionChange', callback?: (session: AVSessionDescriptor) => void): void;<br>Access level: public API|Class name: avSession<br>Method or attribute name: function off(type: 'sessionCreate' \| 'sessionDestroy' \| 'topSessionChange', callback?: (session: AVSessionDescriptor) => void): void;<br>Access level: system API|@ohos.multimedia.avsession.d.ts|
|Access level changed|Class name: avSession<br>Method or attribute name: function off(type: 'sessionCreate' \| 'sessionDestroy' \| 'topSessionChange', callback?: (session: AVSessionDescriptor) => void): void;<br>Access level: public API|Class name: avSession<br>Method or attribute name: function off(type: 'sessionCreate' \| 'sessionDestroy' \| 'topSessionChange', callback?: (session: AVSessionDescriptor) => void): void;<br>Access level: system API|@ohos.multimedia.avsession.d.ts|
|Access level changed|Class name: avSession<br>Method or attribute name: function off(type: 'sessionServiceDie', callback?: () => void): void;<br>Access level: public API|Class name: avSession<br>Method or attribute name: function off(type: 'sessionServiceDie', callback?: () => void): void;<br>Access level: system API|@ohos.multimedia.avsession.d.ts|
|Access level changed|Class name: AVSession<br>Method or attribute name: off(type: 'play' \| 'pause' \| 'stop' \| 'playNext' \| 'playPrevious' \| 'fastForward' \| 'rewind', callback?: () => void): void;<br>Access level: public API|Class name: AVSession<br>Method or attribute name: off(type: 'play' \| 'pause' \| 'stop' \| 'playNext' \| 'playPrevious' \| 'fastForward' \| 'rewind', callback?: () => void): void;<br>Access level: system API|@ohos.multimedia.avsession.d.ts|
|Access level changed|Class name: AVSession<br>Method or attribute name: off(type: 'play' \| 'pause' \| 'stop' \| 'playNext' \| 'playPrevious' \| 'fastForward' \| 'rewind', callback?: () => void): void;<br>Access level: public API|Class name: AVSession<br>Method or attribute name: off(type: 'play' \| 'pause' \| 'stop' \| 'playNext' \| 'playPrevious' \| 'fastForward' \| 'rewind', callback?: () => void): void;<br>Access level: system API|@ohos.multimedia.avsession.d.ts|
|Access level changed|Class name: AVSession<br>Method or attribute name: off(type: 'play' \| 'pause' \| 'stop' \| 'playNext' \| 'playPrevious' \| 'fastForward' \| 'rewind', callback?: () => void): void;<br>Access level: public API|Class name: AVSession<br>Method or attribute name: off(type: 'play' \| 'pause' \| 'stop' \| 'playNext' \| 'playPrevious' \| 'fastForward' \| 'rewind', callback?: () => void): void;<br>Access level: system API|@ohos.multimedia.avsession.d.ts|
|Access level changed|Class name: AVSession<br>Method or attribute name: off(type: 'play' \| 'pause' \| 'stop' \| 'playNext' \| 'playPrevious' \| 'fastForward' \| 'rewind', callback?: () => void): void;<br>Access level: public API|Class name: AVSession<br>Method or attribute name: off(type: 'play' \| 'pause' \| 'stop' \| 'playNext' \| 'playPrevious' \| 'fastForward' \| 'rewind', callback?: () => void): void;<br>Access level: system API|@ohos.multimedia.avsession.d.ts|
|Access level changed|Class name: AVSession<br>Method or attribute name: off(type: 'play' \| 'pause' \| 'stop' \| 'playNext' \| 'playPrevious' \| 'fastForward' \| 'rewind', callback?: () => void): void;<br>Access level: public API|Class name: AVSession<br>Method or attribute name: off(type: 'play' \| 'pause' \| 'stop' \| 'playNext' \| 'playPrevious' \| 'fastForward' \| 'rewind', callback?: () => void): void;<br>Access level: system API|@ohos.multimedia.avsession.d.ts|
|Access level changed|Class name: AVSession<br>Method or attribute name: off(type: 'play' \| 'pause' \| 'stop' \| 'playNext' \| 'playPrevious' \| 'fastForward' \| 'rewind', callback?: () => void): void;<br>Access level: public API|Class name: AVSession<br>Method or attribute name: off(type: 'play' \| 'pause' \| 'stop' \| 'playNext' \| 'playPrevious' \| 'fastForward' \| 'rewind', callback?: () => void): void;<br>Access level: system API|@ohos.multimedia.avsession.d.ts|
|Access level changed|Class name: AVSession<br>Method or attribute name: off(type: 'play' \| 'pause' \| 'stop' \| 'playNext' \| 'playPrevious' \| 'fastForward' \| 'rewind', callback?: () => void): void;<br>Access level: public API|Class name: AVSession<br>Method or attribute name: off(type: 'play' \| 'pause' \| 'stop' \| 'playNext' \| 'playPrevious' \| 'fastForward' \| 'rewind', callback?: () => void): void;<br>Access level: system API|@ohos.multimedia.avsession.d.ts|
|Access level changed|Class name: AVSession<br>Method or attribute name: off(type: 'seek', callback?: (time: number) => void): void;<br>Access level: public API|Class name: AVSession<br>Method or attribute name: off(type: 'seek', callback?: (time: number) => void): void;<br>Access level: system API|@ohos.multimedia.avsession.d.ts|
|Access level changed|Class name: AVSession<br>Method or attribute name: off(type: 'setSpeed', callback?: (speed: number) => void): void;<br>Access level: public API|Class name: AVSession<br>Method or attribute name: off(type: 'setSpeed', callback?: (speed: number) => void): void;<br>Access level: system API|@ohos.multimedia.avsession.d.ts|
|Access level changed|Class name: AVSession<br>Method or attribute name: off(type: 'setLoopMode', callback?: (mode: LoopMode) => void): void;<br>Access level: public API|Class name: AVSession<br>Method or attribute name: off(type: 'setLoopMode', callback?: (mode: LoopMode) => void): void;<br>Access level: system API|@ohos.multimedia.avsession.d.ts|
|Access level changed|Class name: AVSession<br>Method or attribute name: off(type: 'toggleFavorite', callback?: (assetId: string) => void): void;<br>Access level: public API|Class name: AVSession<br>Method or attribute name: off(type: 'toggleFavorite', callback?: (assetId: string) => void): void;<br>Access level: system API|@ohos.multimedia.avsession.d.ts|
|Access level changed|Class name: AVSession<br>Method or attribute name: off(type: 'handleKeyEvent', callback?: (event: KeyEvent) => void): void;<br>Access level: public API|Class name: AVSession<br>Method or attribute name: off(type: 'handleKeyEvent', callback?: (event: KeyEvent) => void): void;<br>Access level: system API|@ohos.multimedia.avsession.d.ts|
|Access level changed|Class name: AVSession<br>Method or attribute name: off(type: 'outputDeviceChange', callback?: (device: OutputDeviceInfo) => void): void;<br>Access level: public API|Class name: AVSession<br>Method or attribute name: off(type: 'outputDeviceChange', callback?: (device: OutputDeviceInfo) => void): void;<br>Access level: system API|@ohos.multimedia.avsession.d.ts|
|Access level changed|Class name: AVSessionController<br>Method or attribute name: off(type: 'metadataChange', callback?: (data: AVMetadata) => void);<br>Access level: public API|Class name: AVSessionController<br>Method or attribute name: off(type: 'metadataChange', callback?: (data: AVMetadata) => void);<br>Access level: system API|@ohos.multimedia.avsession.d.ts|
|Access level changed|Class name: AVSessionController<br>Method or attribute name: off(type: 'playbackStateChange', callback?: (state: AVPlaybackState) => void);<br>Access level: public API|Class name: AVSessionController<br>Method or attribute name: off(type: 'playbackStateChange', callback?: (state: AVPlaybackState) => void);<br>Access level: system API|@ohos.multimedia.avsession.d.ts|
|Access level changed|Class name: AVSessionController<br>Method or attribute name: off(type: 'sessionDestroy', callback?: () => void);<br>Access level: public API|Class name: AVSessionController<br>Method or attribute name: off(type: 'sessionDestroy', callback?: () => void);<br>Access level: system API|@ohos.multimedia.avsession.d.ts|
|Access level changed|Class name: AVSessionController<br>Method or attribute name: off(type: 'activeStateChange', callback?: (isActive: boolean) => void);<br>Access level: public API|Class name: AVSessionController<br>Method or attribute name: off(type: 'activeStateChange', callback?: (isActive: boolean) => void);<br>Access level: system API|@ohos.multimedia.avsession.d.ts|
|Access level changed|Class name: AVSessionController<br>Method or attribute name: off(type: 'validCommandChange', callback?: (commands: Array\<AVControlCommandType>) => void);<br>Access level: public API|Class name: AVSessionController<br>Method or attribute name: off(type: 'validCommandChange', callback?: (commands: Array\<AVControlCommandType>) => void);<br>Access level: system API|@ohos.multimedia.avsession.d.ts|
|Access level changed|Class name: AVSessionController<br>Method or attribute name: off(type: 'outputDeviceChange', callback?: (device: OutputDeviceInfo) => void): void;<br>Access level: public API|Class name: AVSessionController<br>Method or attribute name: off(type: 'outputDeviceChange', callback?: (device: OutputDeviceInfo) => void): void;<br>Access level: system API|@ohos.multimedia.avsession.d.ts|
|Deprecated version changed|Class name: AudioManager<br>Method or attribute name: on(type: 'volumeChange', callback: Callback\<VolumeEvent>): void;<br>Deprecated version: 9|Class name: AudioManager<br>Method or attribute name: on(type: 'volumeChange', callback: Callback\<VolumeEvent>): void;<br>Deprecated version: N/A<br>Substitute API: ohos.multimedia.audio.AudioVolumeManager|@ohos.multimedia.audio.d.ts|
|Deprecated version changed|Class name: mediaLibrary<br>Deprecated version: N/A|Class name: mediaLibrary<br>Deprecated version: 9<br>Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts|
|Deprecated version changed|Class name: mediaLibrary<br>Method or attribute name: function getMediaLibrary(): MediaLibrary;<br>Deprecated version: N/A|Class name: mediaLibrary<br>Method or attribute name: function getMediaLibrary(): MediaLibrary;<br>Deprecated version: 9<br>Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts|
|Deprecated version changed|Class name: mediaLibrary<br>Method or attribute name: function getMediaLibrary(context: Context): MediaLibrary;<br>Deprecated version: N/A|Class name: mediaLibrary<br>Method or attribute name: function getMediaLibrary(context: Context): MediaLibrary;<br>Deprecated version: 9<br>Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts|
|Deprecated version changed|Class name: MediaType<br>Deprecated version: N/A|Class name: MediaType<br>Deprecated version: 9<br>Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts|
|Deprecated version changed|Class name: MediaType<br>Method or attribute name: FILE = 0<br>Deprecated version: N/A|Class name: MediaType<br>Method or attribute name: FILE = 0<br>Deprecated version: 9<br>Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts|
|Deprecated version changed|Class name: MediaType<br>Method or attribute name: IMAGE<br>Deprecated version: N/A|Class name: MediaType<br>Method or attribute name: IMAGE<br>Deprecated version: 9<br>Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts|
|Deprecated version changed|Class name: MediaType<br>Method or attribute name: VIDEO<br>Deprecated version: N/A|Class name: MediaType<br>Method or attribute name: VIDEO<br>Deprecated version: 9<br>Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts|
|Deprecated version changed|Class name: MediaType<br>Method or attribute name: AUDIO<br>Deprecated version: N/A|Class name: MediaType<br>Method or attribute name: AUDIO<br>Deprecated version: 9<br>Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts|
|Deprecated version changed|Class name: FileAsset<br>Deprecated version: N/A|Class name: FileAsset<br>Deprecated version: 9<br>Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts|
|Deprecated version changed|Class name: FileAsset<br>Method or attribute name: readonly id: number;<br>Deprecated version: N/A|Class name: FileAsset<br>Method or attribute name: readonly id: number;<br>Deprecated version: 9<br>Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts|
|Deprecated version changed|Class name: FileAsset<br>Method or attribute name: readonly uri: string;<br>Deprecated version: N/A|Class name: FileAsset<br>Method or attribute name: readonly uri: string;<br>Deprecated version: 9<br>Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts|
|Deprecated version changed|Class name: FileAsset<br>Method or attribute name: readonly mimeType: string;<br>Deprecated version: N/A|Class name: FileAsset<br>Method or attribute name: readonly mimeType: string;<br>Deprecated version: 9<br>Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts|
|Deprecated version changed|Class name: FileAsset<br>Method or attribute name: readonly mediaType: MediaType;<br>Deprecated version: N/A|Class name: FileAsset<br>Method or attribute name: readonly mediaType: MediaType;<br>Deprecated version: 9<br>Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts|
|Deprecated version changed|Class name: FileAsset<br>Method or attribute name: displayName: string;<br>Deprecated version: N/A|Class name: FileAsset<br>Method or attribute name: displayName: string;<br>Deprecated version: 9<br>Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts|
|Deprecated version changed|Class name: FileAsset<br>Method or attribute name: title: string;<br>Deprecated version: N/A|Class name: FileAsset<br>Method or attribute name: title: string;<br>Deprecated version: 9<br>Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts|
|Deprecated version changed|Class name: FileAsset<br>Method or attribute name: relativePath: string;<br>Deprecated version: N/A|Class name: FileAsset<br>Method or attribute name: relativePath: string;<br>Deprecated version: 9<br>Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts|
|Deprecated version changed|Class name: FileAsset<br>Method or attribute name: readonly parent: number;<br>Deprecated version: N/A|Class name: FileAsset<br>Method or attribute name: readonly parent: number;<br>Deprecated version: 9<br>Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts|
|Deprecated version changed|Class name: FileAsset<br>Method or attribute name: readonly size: number;<br>Deprecated version: N/A|Class name: FileAsset<br>Method or attribute name: readonly size: number;<br>Deprecated version: 9<br>Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts|
|Deprecated version changed|Class name: FileAsset<br>Method or attribute name: readonly dateAdded: number;<br>Deprecated version: N/A|Class name: FileAsset<br>Method or attribute name: readonly dateAdded: number;<br>Deprecated version: 9<br>Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts|
|Deprecated version changed|Class name: FileAsset<br>Method or attribute name: readonly dateModified: number;<br>Deprecated version: N/A|Class name: FileAsset<br>Method or attribute name: readonly dateModified: number;<br>Deprecated version: 9<br>Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts|
|Deprecated version changed|Class name: FileAsset<br>Method or attribute name: readonly dateTaken: number;<br>Deprecated version: N/A|Class name: FileAsset<br>Method or attribute name: readonly dateTaken: number;<br>Deprecated version: 9<br>Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts|
|Deprecated version changed|Class name: FileAsset<br>Method or attribute name: readonly artist: string;<br>Deprecated version: N/A|Class name: FileAsset<br>Method or attribute name: readonly artist: string;<br>Deprecated version: 9<br>Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts|
|Deprecated version changed|Class name: FileAsset<br>Method or attribute name: readonly audioAlbum: string;<br>Deprecated version: N/A|Class name: FileAsset<br>Method or attribute name: readonly audioAlbum: string;<br>Deprecated version: 9<br>Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts|
|Deprecated version changed|Class name: FileAsset<br>Method or attribute name: readonly width: number;<br>Deprecated version: N/A|Class name: FileAsset<br>Method or attribute name: readonly width: number;<br>Deprecated version: 9<br>Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts|
|Deprecated version changed|Class name: FileAsset<br>Method or attribute name: readonly height: number;<br>Deprecated version: N/A|Class name: FileAsset<br>Method or attribute name: readonly height: number;<br>Deprecated version: 9<br>Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts|
|Deprecated version changed|Class name: FileAsset<br>Method or attribute name: orientation: number;<br>Deprecated version: N/A|Class name: FileAsset<br>Method or attribute name: orientation: number;<br>Deprecated version: 9<br>Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts|
|Deprecated version changed|Class name: FileAsset<br>Method or attribute name: readonly duration: number;<br>Deprecated version: N/A|Class name: FileAsset<br>Method or attribute name: readonly duration: number;<br>Deprecated version: 9<br>Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts|
|Deprecated version changed|Class name: FileAsset<br>Method or attribute name: readonly albumId: number;<br>Deprecated version: N/A|Class name: FileAsset<br>Method or attribute name: readonly albumId: number;<br>Deprecated version: 9<br>Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts|
|Deprecated version changed|Class name: FileAsset<br>Method or attribute name: readonly albumUri: string;<br>Deprecated version: N/A|Class name: FileAsset<br>Method or attribute name: readonly albumUri: string;<br>Deprecated version: 9<br>Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts|
|Deprecated version changed|Class name: FileAsset<br>Method or attribute name: readonly albumName: string;<br>Deprecated version: N/A|Class name: FileAsset<br>Method or attribute name: readonly albumName: string;<br>Deprecated version: 9<br>Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts|
|Deprecated version changed|Class name: FileAsset<br>Method or attribute name: isDirectory(callback: AsyncCallback\<boolean>): void;<br>Deprecated version: N/A|Class name: FileAsset<br>Method or attribute name: isDirectory(callback: AsyncCallback\<boolean>): void;<br>Deprecated version: 9<br>Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts|
|Deprecated version changed|Class name: FileAsset<br>Method or attribute name: isDirectory():Promise\<boolean>;<br>Deprecated version: N/A|Class name: FileAsset<br>Method or attribute name: isDirectory():Promise\<boolean>;<br>Deprecated version: 9<br>Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts|
|Deprecated version changed|Class name: FileAsset<br>Method or attribute name: commitModify(callback: AsyncCallback\<void>): void;<br>Deprecated version: N/A|Class name: FileAsset<br>Method or attribute name: commitModify(callback: AsyncCallback\<void>): void;<br>Deprecated version: 9<br>Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts|
|Deprecated version changed|Class name: FileAsset<br>Method or attribute name: commitModify(): Promise\<void>;<br>Deprecated version: N/A|Class name: FileAsset<br>Method or attribute name: commitModify(): Promise\<void>;<br>Deprecated version: 9<br>Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts|
|Deprecated version changed|Class name: FileAsset<br>Method or attribute name: open(mode: string, callback: AsyncCallback\<number>): void;<br>Deprecated version: N/A|Class name: FileAsset<br>Method or attribute name: open(mode: string, callback: AsyncCallback\<number>): void;<br>Deprecated version: 9<br>Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts|
|Deprecated version changed|Class name: FileAsset<br>Method or attribute name: open(mode: string): Promise\<number>;<br>Deprecated version: N/A|Class name: FileAsset<br>Method or attribute name: open(mode: string): Promise\<number>;<br>Deprecated version: 9<br>Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts|
|Deprecated version changed|Class name: FileAsset<br>Method or attribute name: close(fd: number, callback: AsyncCallback\<void>): void;<br>Deprecated version: N/A|Class name: FileAsset<br>Method or attribute name: close(fd: number, callback: AsyncCallback\<void>): void;<br>Deprecated version: 9<br>Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts|
|Deprecated version changed|Class name: FileAsset<br>Method or attribute name: close(fd: number): Promise\<void>;<br>Deprecated version: N/A|Class name: FileAsset<br>Method or attribute name: close(fd: number): Promise\<void>;<br>Deprecated version: 9<br>Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts|
|Deprecated version changed|Class name: FileAsset<br>Method or attribute name: getThumbnail(callback: AsyncCallback\<image.PixelMap>): void;<br>Deprecated version: N/A|Class name: FileAsset<br>Method or attribute name: getThumbnail(callback: AsyncCallback\<image.PixelMap>): void;<br>Deprecated version: 9<br>Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts|
|Deprecated version changed|Class name: FileAsset<br>Method or attribute name: getThumbnail(size: Size, callback: AsyncCallback\<image.PixelMap>): void;<br>Deprecated version: N/A|Class name: FileAsset<br>Method or attribute name: getThumbnail(size: Size, callback: AsyncCallback\<image.PixelMap>): void;<br>Deprecated version: 9<br>Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts|
|Deprecated version changed|Class name: FileAsset<br>Method or attribute name: getThumbnail(size?: Size): Promise\<image.PixelMap>;<br>Deprecated version: N/A|Class name: FileAsset<br>Method or attribute name: getThumbnail(size?: Size): Promise\<image.PixelMap>;<br>Deprecated version: 9<br>Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts|
|Deprecated version changed|Class name: FileAsset<br>Method or attribute name: favorite(isFavorite: boolean, callback: AsyncCallback\<void>): void;<br>Deprecated version: N/A|Class name: FileAsset<br>Method or attribute name: favorite(isFavorite: boolean, callback: AsyncCallback\<void>): void;<br>Deprecated version: 9<br>Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts|
|Deprecated version changed|Class name: FileAsset<br>Method or attribute name: favorite(isFavorite: boolean): Promise\<void>;<br>Deprecated version: N/A|Class name: FileAsset<br>Method or attribute name: favorite(isFavorite: boolean): Promise\<void>;<br>Deprecated version: 9<br>Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts|
|Deprecated version changed|Class name: FileAsset<br>Method or attribute name: isFavorite(callback: AsyncCallback\<boolean>): void;<br>Deprecated version: N/A|Class name: FileAsset<br>Method or attribute name: isFavorite(callback: AsyncCallback\<boolean>): void;<br>Deprecated version: 9<br>Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts|
|Deprecated version changed|Class name: FileAsset<br>Method or attribute name: isFavorite():Promise\<boolean>;<br>Deprecated version: N/A|Class name: FileAsset<br>Method or attribute name: isFavorite():Promise\<boolean>;<br>Deprecated version: 9<br>Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts|
|Deprecated version changed|Class name: FileAsset<br>Method or attribute name: trash(isTrash: boolean, callback: AsyncCallback\<void>): void;<br>Deprecated version: N/A|Class name: FileAsset<br>Method or attribute name: trash(isTrash: boolean, callback: AsyncCallback\<void>): void;<br>Deprecated version: 9<br>Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts|
|Deprecated version changed|Class name: FileAsset<br>Method or attribute name: trash(isTrash: boolean): Promise\<void>;<br>Deprecated version: N/A|Class name: FileAsset<br>Method or attribute name: trash(isTrash: boolean): Promise\<void>;<br>Deprecated version: 9<br>Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts|
|Deprecated version changed|Class name: FileAsset<br>Method or attribute name: isTrash(callback: AsyncCallback\<boolean>): void;<br>Deprecated version: N/A|Class name: FileAsset<br>Method or attribute name: isTrash(callback: AsyncCallback\<boolean>): void;<br>Deprecated version: 9<br>Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts|
|Deprecated version changed|Class name: FileAsset<br>Method or attribute name: isTrash():Promise\<boolean>;<br>Deprecated version: N/A|Class name: FileAsset<br>Method or attribute name: isTrash():Promise\<boolean>;<br>Deprecated version: 9<br>Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts|
|Deprecated version changed|Class name: FileKey<br>Deprecated version: N/A|Class name: FileKey<br>Deprecated version: 9<br>Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts|
|Deprecated version changed|Class name: FileKey<br>Method or attribute name: ID = "file_id"<br>Deprecated version: N/A|Class name: FileKey<br>Method or attribute name: ID = "file_id"<br>Deprecated version: 9<br>Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts|
|Deprecated version changed|Class name: FileKey<br>Method or attribute name: RELATIVE_PATH = "relative_path"<br>Deprecated version: N/A|Class name: FileKey<br>Method or attribute name: RELATIVE_PATH = "relative_path"<br>Deprecated version: 9<br>Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts|
|Deprecated version changed|Class name: FileKey<br>Method or attribute name: DISPLAY_NAME = "display_name"<br>Deprecated version: N/A|Class name: FileKey<br>Method or attribute name: DISPLAY_NAME = "display_name"<br>Deprecated version: 9<br>Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts|
|Deprecated version changed|Class name: FileKey<br>Method or attribute name: PARENT = "parent"<br>Deprecated version: N/A|Class name: FileKey<br>Method or attribute name: PARENT = "parent"<br>Deprecated version: 9<br>Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts|
|Deprecated version changed|Class name: FileKey<br>Method or attribute name: MIME_TYPE = "mime_type"<br>Deprecated version: N/A|Class name: FileKey<br>Method or attribute name: MIME_TYPE = "mime_type"<br>Deprecated version: 9<br>Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts|
|Deprecated version changed|Class name: FileKey<br>Method or attribute name: MEDIA_TYPE = "media_type"<br>Deprecated version: N/A|Class name: FileKey<br>Method or attribute name: MEDIA_TYPE = "media_type"<br>Deprecated version: 9<br>Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts|
|Deprecated version changed|Class name: FileKey<br>Method or attribute name: SIZE = "size"<br>Deprecated version: N/A|Class name: FileKey<br>Method or attribute name: SIZE = "size"<br>Deprecated version: 9<br>Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts|
|Deprecated version changed|Class name: FileKey<br>Method or attribute name: DATE_ADDED = "date_added"<br>Deprecated version: N/A|Class name: FileKey<br>Method or attribute name: DATE_ADDED = "date_added"<br>Deprecated version: 9<br>Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts|
|Deprecated version changed|Class name: FileKey<br>Method or attribute name: DATE_MODIFIED = "date_modified"<br>Deprecated version: N/A|Class name: FileKey<br>Method or attribute name: DATE_MODIFIED = "date_modified"<br>Deprecated version: 9<br>Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts|
|Deprecated version changed|Class name: FileKey<br>Method or attribute name: DATE_TAKEN = "date_taken"<br>Deprecated version: N/A|Class name: FileKey<br>Method or attribute name: DATE_TAKEN = "date_taken"<br>Deprecated version: 9<br>Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts|
|Deprecated version changed|Class name: FileKey<br>Method or attribute name: TITLE = "title"<br>Deprecated version: N/A|Class name: FileKey<br>Method or attribute name: TITLE = "title"<br>Deprecated version: 9<br>Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts|
|Deprecated version changed|Class name: FileKey<br>Method or attribute name: ARTIST = "artist"<br>Deprecated version: N/A|Class name: FileKey<br>Method or attribute name: ARTIST = "artist"<br>Deprecated version: 9<br>Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts|
|Deprecated version changed|Class name: FileKey<br>Method or attribute name: AUDIOALBUM = "audio_album"<br>Deprecated version: N/A|Class name: FileKey<br>Method or attribute name: AUDIOALBUM = "audio_album"<br>Deprecated version: 9<br>Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts|
|Deprecated version changed|Class name: FileKey<br>Method or attribute name: DURATION = "duration"<br>Deprecated version: N/A|Class name: FileKey<br>Method or attribute name: DURATION = "duration"<br>Deprecated version: 9<br>Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts|
|Deprecated version changed|Class name: FileKey<br>Method or attribute name: WIDTH = "width"<br>Deprecated version: N/A|Class name: FileKey<br>Method or attribute name: WIDTH = "width"<br>Deprecated version: 9<br>Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts|
|Deprecated version changed|Class name: FileKey<br>Method or attribute name: HEIGHT = "height"<br>Deprecated version: N/A|Class name: FileKey<br>Method or attribute name: HEIGHT = "height"<br>Deprecated version: 9<br>Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts|
|Deprecated version changed|Class name: FileKey<br>Method or attribute name: ORIENTATION = "orientation"<br>Deprecated version: N/A|Class name: FileKey<br>Method or attribute name: ORIENTATION = "orientation"<br>Deprecated version: 9<br>Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts|
|Deprecated version changed|Class name: FileKey<br>Method or attribute name: ALBUM_ID = "bucket_id"<br>Deprecated version: N/A|Class name: FileKey<br>Method or attribute name: ALBUM_ID = "bucket_id"<br>Deprecated version: 9<br>Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts|
|Deprecated version changed|Class name: FileKey<br>Method or attribute name: ALBUM_NAME = "bucket_display_name"<br>Deprecated version: N/A|Class name: FileKey<br>Method or attribute name: ALBUM_NAME = "bucket_display_name"<br>Deprecated version: 9<br>Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts|
|Deprecated version changed|Class name: MediaFetchOptions<br>Deprecated version: N/A|Class name: MediaFetchOptions<br>Deprecated version: 9<br>Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts|
|Deprecated version changed|Class name: MediaFetchOptions<br>Method or attribute name: selections: string;<br>Deprecated version: N/A|Class name: MediaFetchOptions<br>Method or attribute name: selections: string;<br>Deprecated version: 9<br>Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts|
|Deprecated version changed|Class name: MediaFetchOptions<br>Method or attribute name: selectionArgs: Array\<string>;<br>Deprecated version: N/A|Class name: MediaFetchOptions<br>Method or attribute name: selectionArgs: Array\<string>;<br>Deprecated version: 9<br>Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts|
|Deprecated version changed|Class name: MediaFetchOptions<br>Method or attribute name: order?: string;<br>Deprecated version: N/A|Class name: MediaFetchOptions<br>Method or attribute name: order?: string;<br>Deprecated version: 9<br>Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts|
|Deprecated version changed|Class name: MediaFetchOptions<br>Method or attribute name: uri?: string;<br>Deprecated version: N/A|Class name: MediaFetchOptions<br>Method or attribute name: uri?: string;<br>Deprecated version: 9<br>Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts|
|Deprecated version changed|Class name: MediaFetchOptions<br>Method or attribute name: networkId?: string;<br>Deprecated version: N/A|Class name: MediaFetchOptions<br>Method or attribute name: networkId?: string;<br>Deprecated version: 9<br>Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts|
|Deprecated version changed|Class name: MediaFetchOptions<br>Method or attribute name: extendArgs?: string;<br>Deprecated version: N/A|Class name: MediaFetchOptions<br>Method or attribute name: extendArgs?: string;<br>Deprecated version: 9<br>Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts|
|Deprecated version changed|Class name: FetchFileResult<br>Deprecated version: N/A|Class name: FetchFileResult<br>Deprecated version: 9<br>Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts|
|Deprecated version changed|Class name: FetchFileResult<br>Method or attribute name: getCount(): number;<br>Deprecated version: N/A|Class name: FetchFileResult<br>Method or attribute name: getCount(): number;<br>Deprecated version: 9<br>Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts|
|Deprecated version changed|Class name: FetchFileResult<br>Method or attribute name: isAfterLast(): boolean;<br>Deprecated version: N/A|Class name: FetchFileResult<br>Method or attribute name: isAfterLast(): boolean;<br>Deprecated version: 9<br>Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts|
|Deprecated version changed|Class name: FetchFileResult<br>Method or attribute name: close(): void;<br>Deprecated version: N/A|Class name: FetchFileResult<br>Method or attribute name: close(): void;<br>Deprecated version: 9<br>Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts|
|Deprecated version changed|Class name: FetchFileResult<br>Method or attribute name: getFirstObject(callback: AsyncCallback\<FileAsset>): void;<br>Deprecated version: N/A|Class name: FetchFileResult<br>Method or attribute name: getFirstObject(callback: AsyncCallback\<FileAsset>): void;<br>Deprecated version: 9<br>Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts|
|Deprecated version changed|Class name: FetchFileResult<br>Method or attribute name: getFirstObject(): Promise\<FileAsset>;<br>Deprecated version: N/A|Class name: FetchFileResult<br>Method or attribute name: getFirstObject(): Promise\<FileAsset>;<br>Deprecated version: 9<br>Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts|
|Deprecated version changed|Class name: FetchFileResult<br>Method or attribute name: getNextObject(callback: AsyncCallback\<FileAsset>): void;<br>Deprecated version: N/A|Class name: FetchFileResult<br>Method or attribute name: getNextObject(callback: AsyncCallback\<FileAsset>): void;<br>Deprecated version: 9<br>Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts|
|Deprecated version changed|Class name: FetchFileResult<br>Method or attribute name: getNextObject(): Promise\<FileAsset>;<br>Deprecated version: N/A|Class name: FetchFileResult<br>Method or attribute name: getNextObject(): Promise\<FileAsset>;<br>Deprecated version: 9<br>Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts|
|Deprecated version changed|Class name: FetchFileResult<br>Method or attribute name: getLastObject(callback: AsyncCallback\<FileAsset>): void;<br>Deprecated version: N/A|Class name: FetchFileResult<br>Method or attribute name: getLastObject(callback: AsyncCallback\<FileAsset>): void;<br>Deprecated version: 9<br>Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts|
|Deprecated version changed|Class name: FetchFileResult<br>Method or attribute name: getLastObject(): Promise\<FileAsset>;<br>Deprecated version: N/A|Class name: FetchFileResult<br>Method or attribute name: getLastObject(): Promise\<FileAsset>;<br>Deprecated version: 9<br>Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts|
|Deprecated version changed|Class name: FetchFileResult<br>Method or attribute name: getPositionObject(index: number, callback: AsyncCallback\<FileAsset>): void;<br>Deprecated version: N/A|Class name: FetchFileResult<br>Method or attribute name: getPositionObject(index: number, callback: AsyncCallback\<FileAsset>): void;<br>Deprecated version: 9<br>Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts|
|Deprecated version changed|Class name: FetchFileResult<br>Method or attribute name: getPositionObject(index: number): Promise\<FileAsset>;<br>Deprecated version: N/A|Class name: FetchFileResult<br>Method or attribute name: getPositionObject(index: number): Promise\<FileAsset>;<br>Deprecated version: 9<br>Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts|
|Deprecated version changed|Class name: FetchFileResult<br>Method or attribute name: getAllObject(callback: AsyncCallback\<Array\<FileAsset>>): void;<br>Deprecated version: N/A|Class name: FetchFileResult<br>Method or attribute name: getAllObject(callback: AsyncCallback\<Array\<FileAsset>>): void;<br>Deprecated version: 9<br>Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts|
|Deprecated version changed|Class name: FetchFileResult<br>Method or attribute name: getAllObject(): Promise\<Array\<FileAsset>>;<br>Deprecated version: N/A|Class name: FetchFileResult<br>Method or attribute name: getAllObject(): Promise\<Array\<FileAsset>>;<br>Deprecated version: 9<br>Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts|
|Deprecated version changed|Class name: Album<br>Deprecated version: N/A|Class name: Album<br>Deprecated version: 9<br>Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts|
|Deprecated version changed|Class name: Album<br>Method or attribute name: readonly albumId: number;<br>Deprecated version: N/A|Class name: Album<br>Method or attribute name: readonly albumId: number;<br>Deprecated version: 9<br>Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts|
|Deprecated version changed|Class name: Album<br>Method or attribute name: albumName: string;<br>Deprecated version: N/A|Class name: Album<br>Method or attribute name: albumName: string;<br>Deprecated version: 9<br>Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts|
|Deprecated version changed|Class name: Album<br>Method or attribute name: readonly albumUri: string;<br>Deprecated version: N/A|Class name: Album<br>Method or attribute name: readonly albumUri: string;<br>Deprecated version: 9<br>Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts|
|Deprecated version changed|Class name: Album<br>Method or attribute name: readonly dateModified: number;<br>Deprecated version: N/A|Class name: Album<br>Method or attribute name: readonly dateModified: number;<br>Deprecated version: 9<br>Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts|
|Deprecated version changed|Class name: Album<br>Method or attribute name: readonly count: number;<br>Deprecated version: N/A|Class name: Album<br>Method or attribute name: readonly count: number;<br>Deprecated version: 9<br>Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts|
|Deprecated version changed|Class name: Album<br>Method or attribute name: readonly relativePath: string;<br>Deprecated version: N/A|Class name: Album<br>Method or attribute name: readonly relativePath: string;<br>Deprecated version: 9<br>Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts|
|Deprecated version changed|Class name: Album<br>Method or attribute name: readonly coverUri: string;<br>Deprecated version: N/A|Class name: Album<br>Method or attribute name: readonly coverUri: string;<br>Deprecated version: 9<br>Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts|
|Deprecated version changed|Class name: Album<br>Method or attribute name: commitModify(callback: AsyncCallback\<void>): void;<br>Deprecated version: N/A|Class name: Album<br>Method or attribute name: commitModify(callback: AsyncCallback\<void>): void;<br>Deprecated version: 9<br>Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts|
|Deprecated version changed|Class name: Album<br>Method or attribute name: commitModify(): Promise\<void>;<br>Deprecated version: N/A|Class name: Album<br>Method or attribute name: commitModify(): Promise\<void>;<br>Deprecated version: 9<br>Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts|
|Deprecated version changed|Class name: Album<br>Method or attribute name: getFileAssets(callback: AsyncCallback\<FetchFileResult>): void;<br>Deprecated version: N/A|Class name: Album<br>Method or attribute name: getFileAssets(callback: AsyncCallback\<FetchFileResult>): void;<br>Deprecated version: 9<br>Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts|
|Deprecated version changed|Class name: Album<br>Method or attribute name: getFileAssets(options: MediaFetchOptions, callback: AsyncCallback\<FetchFileResult>): void;<br>Deprecated version: N/A|Class name: Album<br>Method or attribute name: getFileAssets(options: MediaFetchOptions, callback: AsyncCallback\<FetchFileResult>): void;<br>Deprecated version: 9<br>Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts|
|Deprecated version changed|Class name: Album<br>Method or attribute name: getFileAssets(options?: MediaFetchOptions): Promise\<FetchFileResult>;<br>Deprecated version: N/A|Class name: Album<br>Method or attribute name: getFileAssets(options?: MediaFetchOptions): Promise\<FetchFileResult>;<br>Deprecated version: 9<br>Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts|
|Deprecated version changed|Class name: DirectoryType<br>Deprecated version: N/A|Class name: DirectoryType<br>Deprecated version: 9<br>Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts|
|Deprecated version changed|Class name: DirectoryType<br>Method or attribute name: DIR_CAMERA = 0<br>Deprecated version: N/A|Class name: DirectoryType<br>Method or attribute name: DIR_CAMERA = 0<br>Deprecated version: 9<br>Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts|
|Deprecated version changed|Class name: DirectoryType<br>Method or attribute name: DIR_VIDEO<br>Deprecated version: N/A|Class name: DirectoryType<br>Method or attribute name: DIR_VIDEO<br>Deprecated version: 9<br>Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts|
|Deprecated version changed|Class name: DirectoryType<br>Method or attribute name: DIR_IMAGE<br>Deprecated version: N/A|Class name: DirectoryType<br>Method or attribute name: DIR_IMAGE<br>Deprecated version: 9<br>Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts|
|Deprecated version changed|Class name: DirectoryType<br>Method or attribute name: DIR_AUDIO<br>Deprecated version: N/A|Class name: DirectoryType<br>Method or attribute name: DIR_AUDIO<br>Deprecated version: 9<br>Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts|
|Deprecated version changed|Class name: DirectoryType<br>Method or attribute name: DIR_DOCUMENTS<br>Deprecated version: N/A|Class name: DirectoryType<br>Method or attribute name: DIR_DOCUMENTS<br>Deprecated version: 9<br>Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts|
|Deprecated version changed|Class name: DirectoryType<br>Method or attribute name: DIR_DOWNLOAD<br>Deprecated version: N/A|Class name: DirectoryType<br>Method or attribute name: DIR_DOWNLOAD<br>Deprecated version: 9<br>Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts|
|Deprecated version changed|Class name: MediaLibrary<br>Deprecated version: N/A|Class name: MediaLibrary<br>Deprecated version: 9<br>Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts|
|Deprecated version changed|Class name: MediaLibrary<br>Method or attribute name: getPublicDirectory(type: DirectoryType, callback: AsyncCallback\<string>): void;<br>Deprecated version: N/A|Class name: MediaLibrary<br>Method or attribute name: getPublicDirectory(type: DirectoryType, callback: AsyncCallback\<string>): void;<br>Deprecated version: 9<br>Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts|
|Deprecated version changed|Class name: MediaLibrary<br>Method or attribute name: getPublicDirectory(type: DirectoryType): Promise\<string>;<br>Deprecated version: N/A|Class name: MediaLibrary<br>Method or attribute name: getPublicDirectory(type: DirectoryType): Promise\<string>;<br>Deprecated version: 9<br>Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts|
|Deprecated version changed|Class name: MediaLibrary<br>Method or attribute name: getFileAssets(options: MediaFetchOptions, callback: AsyncCallback\<FetchFileResult>): void;<br>Deprecated version: N/A|Class name: MediaLibrary<br>Method or attribute name: getFileAssets(options: MediaFetchOptions, callback: AsyncCallback\<FetchFileResult>): void;<br>Deprecated version: 9<br>Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts|
|Deprecated version changed|Class name: MediaLibrary<br>Method or attribute name: getFileAssets(options: MediaFetchOptions): Promise\<FetchFileResult>;<br>Deprecated version: N/A|Class name: MediaLibrary<br>Method or attribute name: getFileAssets(options: MediaFetchOptions): Promise\<FetchFileResult>;<br>Deprecated version: 9<br>Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts|
|Deprecated version changed|Class name: MediaLibrary<br>Method or attribute name: on(type: 'deviceChange'\|'albumChange'\|'imageChange'\|'audioChange'\|'videoChange'\|'fileChange'\|'remoteFileChange', callback: Callback\<void>): void;<br>Deprecated version: N/A|Class name: MediaLibrary<br>Method or attribute name: on(type: 'deviceChange'\|'albumChange'\|'imageChange'\|'audioChange'\|'videoChange'\|'fileChange'\|'remoteFileChange', callback: Callback\<void>): void;<br>Deprecated version: 9<br>Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts|
|Deprecated version changed|Class name: MediaLibrary<br>Method or attribute name: on(type: 'deviceChange'\|'albumChange'\|'imageChange'\|'audioChange'\|'videoChange'\|'fileChange'\|'remoteFileChange', callback: Callback\<void>): void;<br>Deprecated version: N/A|Class name: MediaLibrary<br>Method or attribute name: on(type: 'deviceChange'\|'albumChange'\|'imageChange'\|'audioChange'\|'videoChange'\|'fileChange'\|'remoteFileChange', callback: Callback\<void>): void;<br>Deprecated version: 9<br>Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts|
|Deprecated version changed|Class name: MediaLibrary<br>Method or attribute name: on(type: 'deviceChange'\|'albumChange'\|'imageChange'\|'audioChange'\|'videoChange'\|'fileChange'\|'remoteFileChange', callback: Callback\<void>): void;<br>Deprecated version: N/A|Class name: MediaLibrary<br>Method or attribute name: on(type: 'deviceChange'\|'albumChange'\|'imageChange'\|'audioChange'\|'videoChange'\|'fileChange'\|'remoteFileChange', callback: Callback\<void>): void;<br>Deprecated version: 9<br>Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts|
|Deprecated version changed|Class name: MediaLibrary<br>Method or attribute name: on(type: 'deviceChange'\|'albumChange'\|'imageChange'\|'audioChange'\|'videoChange'\|'fileChange'\|'remoteFileChange', callback: Callback\<void>): void;<br>Deprecated version: N/A|Class name: MediaLibrary<br>Method or attribute name: on(type: 'deviceChange'\|'albumChange'\|'imageChange'\|'audioChange'\|'videoChange'\|'fileChange'\|'remoteFileChange', callback: Callback\<void>): void;<br>Deprecated version: 9<br>Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts|
|Deprecated version changed|Class name: MediaLibrary<br>Method or attribute name: on(type: 'deviceChange'\|'albumChange'\|'imageChange'\|'audioChange'\|'videoChange'\|'fileChange'\|'remoteFileChange', callback: Callback\<void>): void;<br>Deprecated version: N/A|Class name: MediaLibrary<br>Method or attribute name: on(type: 'deviceChange'\|'albumChange'\|'imageChange'\|'audioChange'\|'videoChange'\|'fileChange'\|'remoteFileChange', callback: Callback\<void>): void;<br>Deprecated version: 9<br>Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts|
|Deprecated version changed|Class name: MediaLibrary<br>Method or attribute name: on(type: 'deviceChange'\|'albumChange'\|'imageChange'\|'audioChange'\|'videoChange'\|'fileChange'\|'remoteFileChange', callback: Callback\<void>): void;<br>Deprecated version: N/A|Class name: MediaLibrary<br>Method or attribute name: on(type: 'deviceChange'\|'albumChange'\|'imageChange'\|'audioChange'\|'videoChange'\|'fileChange'\|'remoteFileChange', callback: Callback\<void>): void;<br>Deprecated version: 9<br>Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts|
|Deprecated version changed|Class name: MediaLibrary<br>Method or attribute name: on(type: 'deviceChange'\|'albumChange'\|'imageChange'\|'audioChange'\|'videoChange'\|'fileChange'\|'remoteFileChange', callback: Callback\<void>): void;<br>Deprecated version: N/A|Class name: MediaLibrary<br>Method or attribute name: on(type: 'deviceChange'\|'albumChange'\|'imageChange'\|'audioChange'\|'videoChange'\|'fileChange'\|'remoteFileChange', callback: Callback\<void>): void;<br>Deprecated version: 9<br>Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts|
|Deprecated version changed|Class name: MediaLibrary<br>Method or attribute name: off(type: 'deviceChange'\|'albumChange'\|'imageChange'\|'audioChange'\|'videoChange'\|'fileChange'\|'remoteFileChange', callback?: Callback\<void>): void;<br>Deprecated version: N/A|Class name: MediaLibrary<br>Method or attribute name: off(type: 'deviceChange'\|'albumChange'\|'imageChange'\|'audioChange'\|'videoChange'\|'fileChange'\|'remoteFileChange', callback?: Callback\<void>): void;<br>Deprecated version: 9<br>Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts|
|Deprecated version changed|Class name: MediaLibrary<br>Method or attribute name: off(type: 'deviceChange'\|'albumChange'\|'imageChange'\|'audioChange'\|'videoChange'\|'fileChange'\|'remoteFileChange', callback?: Callback\<void>): void;<br>Deprecated version: N/A|Class name: MediaLibrary<br>Method or attribute name: off(type: 'deviceChange'\|'albumChange'\|'imageChange'\|'audioChange'\|'videoChange'\|'fileChange'\|'remoteFileChange', callback?: Callback\<void>): void;<br>Deprecated version: 9<br>Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts|
|Deprecated version changed|Class name: MediaLibrary<br>Method or attribute name: off(type: 'deviceChange'\|'albumChange'\|'imageChange'\|'audioChange'\|'videoChange'\|'fileChange'\|'remoteFileChange', callback?: Callback\<void>): void;<br>Deprecated version: N/A|Class name: MediaLibrary<br>Method or attribute name: off(type: 'deviceChange'\|'albumChange'\|'imageChange'\|'audioChange'\|'videoChange'\|'fileChange'\|'remoteFileChange', callback?: Callback\<void>): void;<br>Deprecated version: 9<br>Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts|
|Deprecated version changed|Class name: MediaLibrary<br>Method or attribute name: off(type: 'deviceChange'\|'albumChange'\|'imageChange'\|'audioChange'\|'videoChange'\|'fileChange'\|'remoteFileChange', callback?: Callback\<void>): void;<br>Deprecated version: N/A|Class name: MediaLibrary<br>Method or attribute name: off(type: 'deviceChange'\|'albumChange'\|'imageChange'\|'audioChange'\|'videoChange'\|'fileChange'\|'remoteFileChange', callback?: Callback\<void>): void;<br>Deprecated version: 9<br>Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts|
|Deprecated version changed|Class name: MediaLibrary<br>Method or attribute name: off(type: 'deviceChange'\|'albumChange'\|'imageChange'\|'audioChange'\|'videoChange'\|'fileChange'\|'remoteFileChange', callback?: Callback\<void>): void;<br>Deprecated version: N/A|Class name: MediaLibrary<br>Method or attribute name: off(type: 'deviceChange'\|'albumChange'\|'imageChange'\|'audioChange'\|'videoChange'\|'fileChange'\|'remoteFileChange', callback?: Callback\<void>): void;<br>Deprecated version: 9<br>Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts|
|Deprecated version changed|Class name: MediaLibrary<br>Method or attribute name: off(type: 'deviceChange'\|'albumChange'\|'imageChange'\|'audioChange'\|'videoChange'\|'fileChange'\|'remoteFileChange', callback?: Callback\<void>): void;<br>Deprecated version: N/A|Class name: MediaLibrary<br>Method or attribute name: off(type: 'deviceChange'\|'albumChange'\|'imageChange'\|'audioChange'\|'videoChange'\|'fileChange'\|'remoteFileChange', callback?: Callback\<void>): void;<br>Deprecated version: 9<br>Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts|
|Deprecated version changed|Class name: MediaLibrary<br>Method or attribute name: off(type: 'deviceChange'\|'albumChange'\|'imageChange'\|'audioChange'\|'videoChange'\|'fileChange'\|'remoteFileChange', callback?: Callback\<void>): void;<br>Deprecated version: N/A|Class name: MediaLibrary<br>Method or attribute name: off(type: 'deviceChange'\|'albumChange'\|'imageChange'\|'audioChange'\|'videoChange'\|'fileChange'\|'remoteFileChange', callback?: Callback\<void>): void;<br>Deprecated version: 9<br>Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts|
|Deprecated version changed|Class name: MediaLibrary<br>Method or attribute name: createAsset(mediaType: MediaType, displayName: string, relativePath: string, callback: AsyncCallback\<FileAsset>): void;<br>Deprecated version: N/A|Class name: MediaLibrary<br>Method or attribute name: createAsset(mediaType: MediaType, displayName: string, relativePath: string, callback: AsyncCallback\<FileAsset>): void;<br>Deprecated version: 9<br>Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts|
|Deprecated version changed|Class name: MediaLibrary<br>Method or attribute name: createAsset(mediaType: MediaType, displayName: string, relativePath: string): Promise\<FileAsset>;<br>Deprecated version: N/A|Class name: MediaLibrary<br>Method or attribute name: createAsset(mediaType: MediaType, displayName: string, relativePath: string): Promise\<FileAsset>;<br>Deprecated version: 9<br>Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts|
|Deprecated version changed|Class name: MediaLibrary<br>Method or attribute name: deleteAsset(uri: string, callback: AsyncCallback\<void>): void;<br>Deprecated version: N/A|Class name: MediaLibrary<br>Method or attribute name: deleteAsset(uri: string, callback: AsyncCallback\<void>): void;<br>Deprecated version: 9<br>Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts|
|Deprecated version changed|Class name: MediaLibrary<br>Method or attribute name: deleteAsset(uri: string): Promise\<void>;<br>Deprecated version: N/A|Class name: MediaLibrary<br>Method or attribute name: deleteAsset(uri: string): Promise\<void>;<br>Deprecated version: 9<br>Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts|
|Deprecated version changed|Class name: MediaLibrary<br>Method or attribute name: getAlbums(options: MediaFetchOptions, callback: AsyncCallback\<Array\<Album>>): void;<br>Deprecated version: N/A|Class name: MediaLibrary<br>Method or attribute name: getAlbums(options: MediaFetchOptions, callback: AsyncCallback\<Array\<Album>>): void;<br>Deprecated version: 9<br>Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts|
|Deprecated version changed|Class name: MediaLibrary<br>Method or attribute name: getAlbums(options: MediaFetchOptions): Promise\<Array\<Album>>;<br>Deprecated version: N/A|Class name: MediaLibrary<br>Method or attribute name: getAlbums(options: MediaFetchOptions): Promise\<Array\<Album>>;<br>Deprecated version: 9<br>Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts|
|Deprecated version changed|Class name: MediaLibrary<br>Method or attribute name: getActivePeers(callback: AsyncCallback\<Array\<PeerInfo>>): void;<br>Deprecated version: N/A|Class name: MediaLibrary<br>Method or attribute name: getActivePeers(callback: AsyncCallback\<Array\<PeerInfo>>): void;<br>Deprecated version: 9<br>Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts|
|Deprecated version changed|Class name: MediaLibrary<br>Method or attribute name: getActivePeers(): Promise\<Array\<PeerInfo>>;<br>Deprecated version: N/A|Class name: MediaLibrary<br>Method or attribute name: getActivePeers(): Promise\<Array\<PeerInfo>>;<br>Deprecated version: 9<br>Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts|
|Deprecated version changed|Class name: MediaLibrary<br>Method or attribute name: getAllPeers(callback: AsyncCallback\<Array\<PeerInfo>>): void;<br>Deprecated version: N/A|Class name: MediaLibrary<br>Method or attribute name: getAllPeers(callback: AsyncCallback\<Array\<PeerInfo>>): void;<br>Deprecated version: 9<br>Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts|
|Deprecated version changed|Class name: MediaLibrary<br>Method or attribute name: getAllPeers(): Promise\<Array\<PeerInfo>>;<br>Deprecated version: N/A|Class name: MediaLibrary<br>Method or attribute name: getAllPeers(): Promise\<Array\<PeerInfo>>;<br>Deprecated version: 9<br>Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts|
|Deprecated version changed|Class name: MediaLibrary<br>Method or attribute name: release(callback: AsyncCallback\<void>): void;<br>Deprecated version: N/A|Class name: MediaLibrary<br>Method or attribute name: release(callback: AsyncCallback\<void>): void;<br>Deprecated version: 9<br>Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts|
|Deprecated version changed|Class name: MediaLibrary<br>Method or attribute name: release(): Promise\<void>;<br>Deprecated version: N/A|Class name: MediaLibrary<br>Method or attribute name: release(): Promise\<void>;<br>Deprecated version: 9<br>Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts|
|Deprecated version changed|Class name: Size<br>Deprecated version: N/A|Class name: Size<br>Deprecated version: 9<br>Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts|
|Deprecated version changed|Class name: Size<br>Method or attribute name: width: number;<br>Deprecated version: N/A|Class name: Size<br>Method or attribute name: width: number;<br>Deprecated version: 9<br>Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts|
|Deprecated version changed|Class name: Size<br>Method or attribute name: height: number;<br>Deprecated version: N/A|Class name: Size<br>Method or attribute name: height: number;<br>Deprecated version: 9<br>Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts|
|Deprecated version changed|Class name: PeerInfo<br>Deprecated version: N/A|Class name: PeerInfo<br>Deprecated version: 9<br>Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts|
|Deprecated version changed|Class name: PeerInfo<br>Method or attribute name: readonly deviceName: string;<br>Deprecated version: N/A|Class name: PeerInfo<br>Method or attribute name: readonly deviceName: string;<br>Deprecated version: 9<br>Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts|
|Deprecated version changed|Class name: PeerInfo<br>Method or attribute name: readonly networkId: string;<br>Deprecated version: N/A|Class name: PeerInfo<br>Method or attribute name: readonly networkId: string;<br>Deprecated version: 9<br>Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts|
|Deprecated version changed|Class name: PeerInfo<br>Method or attribute name: readonly deviceType: DeviceType;<br>Deprecated version: N/A|Class name: PeerInfo<br>Method or attribute name: readonly deviceType: DeviceType;<br>Deprecated version: 9<br>Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts|
|Deprecated version changed|Class name: PeerInfo<br>Method or attribute name: readonly isOnline: boolean;<br>Deprecated version: N/A|Class name: PeerInfo<br>Method or attribute name: readonly isOnline: boolean;<br>Deprecated version: 9<br>Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts|
|Deprecated version changed|Class name: DeviceType<br>Deprecated version: N/A|Class name: DeviceType<br>Deprecated version: 9<br>Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts|
|Deprecated version changed|Class name: DeviceType<br>Method or attribute name: TYPE_UNKNOWN = 0<br>Deprecated version: N/A|Class name: DeviceType<br>Method or attribute name: TYPE_UNKNOWN = 0<br>Deprecated version: 9<br>Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts|
|Deprecated version changed|Class name: DeviceType<br>Method or attribute name: TYPE_LAPTOP<br>Deprecated version: N/A|Class name: DeviceType<br>Method or attribute name: TYPE_LAPTOP<br>Deprecated version: 9<br>Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts|
|Deprecated version changed|Class name: DeviceType<br>Method or attribute name: TYPE_PHONE<br>Deprecated version: N/A|Class name: DeviceType<br>Method or attribute name: TYPE_PHONE<br>Deprecated version: 9<br>Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts|
|Deprecated version changed|Class name: DeviceType<br>Method or attribute name: TYPE_TABLET<br>Deprecated version: N/A|Class name: DeviceType<br>Method or attribute name: TYPE_TABLET<br>Deprecated version: 9<br>Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts|
|Deprecated version changed|Class name: DeviceType<br>Method or attribute name: TYPE_WATCH<br>Deprecated version: N/A|Class name: DeviceType<br>Method or attribute name: TYPE_WATCH<br>Deprecated version: 9<br>Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts|
|Deprecated version changed|Class name: DeviceType<br>Method or attribute name: TYPE_CAR<br>Deprecated version: N/A|Class name: DeviceType<br>Method or attribute name: TYPE_CAR<br>Deprecated version: 9<br>Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts|
|Deprecated version changed|Class name: DeviceType<br>Method or attribute name: TYPE_TV<br>Deprecated version: N/A|Class name: DeviceType<br>Method or attribute name: TYPE_TV<br>Deprecated version: 9<br>Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts|
|Initial version changed|Class name: AudioManager<br>Method or attribute name: on(type: 'volumeChange', callback: Callback\<VolumeEvent>): void;<br>Initial version: 8|Class name: AudioManager<br>Method or attribute name: on(type: 'volumeChange', callback: Callback\<VolumeEvent>): void;<br>Initial version: 9|@ohos.multimedia.audio.d.ts|
|Initial version changed|Class name: VolumeEvent<br>Initial version: 8|Class name: VolumeEvent<br>Initial version: 9|@ohos.multimedia.audio.d.ts|
|Initial version changed|Class name: VolumeEvent<br>Method or attribute name: volumeType: AudioVolumeType;<br>Initial version: 8|Class name: VolumeEvent<br>Method or attribute name: volumeType: AudioVolumeType;<br>Initial version: 9|@ohos.multimedia.audio.d.ts|
|Initial version changed|Class name: VolumeEvent<br>Method or attribute name: volume: number;<br>Initial version: 8|Class name: VolumeEvent<br>Method or attribute name: volume: number;<br>Initial version: 9|@ohos.multimedia.audio.d.ts|
|Initial version changed|Class name: VolumeEvent<br>Method or attribute name: updateUi: boolean;<br>Initial version: 8|Class name: VolumeEvent<br>Method or attribute name: updateUi: boolean;<br>Initial version: 9|@ohos.multimedia.audio.d.ts|
|Initial version changed|Class name: avSession<br>Method or attribute name: function off(type: 'sessionCreate' \| 'sessionDestroy' \| 'topSessionChange', callback?: (session: AVSessionDescriptor) => void): void;<br>Initial version: N/A|Class name: avSession<br>Method or attribute name: function off(type: 'sessionCreate' \| 'sessionDestroy' \| 'topSessionChange', callback?: (session: AVSessionDescriptor) => void): void;<br>Initial version: 9|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: avSession<br>Method or attribute name: function off(type: 'sessionCreate' \| 'sessionDestroy' \| 'topSessionChange', callback?: (session: AVSessionDescriptor) => void): void;<br>Initial version: N/A|Class name: avSession<br>Method or attribute name: function off(type: 'sessionCreate' \| 'sessionDestroy' \| 'topSessionChange', callback?: (session: AVSessionDescriptor) => void): void;<br>Initial version: 9|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: avSession<br>Method or attribute name: function off(type: 'sessionCreate' \| 'sessionDestroy' \| 'topSessionChange', callback?: (session: AVSessionDescriptor) => void): void;<br>Initial version: N/A|Class name: avSession<br>Method or attribute name: function off(type: 'sessionCreate' \| 'sessionDestroy' \| 'topSessionChange', callback?: (session: AVSessionDescriptor) => void): void;<br>Initial version: 9|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: avSession<br>Method or attribute name: function off(type: 'sessionServiceDie', callback?: () => void): void;<br>Initial version: N/A|Class name: avSession<br>Method or attribute name: function off(type: 'sessionServiceDie', callback?: () => void): void;<br>Initial version: 9|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: AVSession<br>Method or attribute name: off(type: 'play' \| 'pause' \| 'stop' \| 'playNext' \| 'playPrevious' \| 'fastForward' \| 'rewind', callback?: () => void): void;<br>Initial version: N/A|Class name: AVSession<br>Method or attribute name: off(type: 'play' \| 'pause' \| 'stop' \| 'playNext' \| 'playPrevious' \| 'fastForward' \| 'rewind', callback?: () => void): void;<br>Initial version: 9|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: AVSession<br>Method or attribute name: off(type: 'play' \| 'pause' \| 'stop' \| 'playNext' \| 'playPrevious' \| 'fastForward' \| 'rewind', callback?: () => void): void;<br>Initial version: N/A|Class name: AVSession<br>Method or attribute name: off(type: 'play' \| 'pause' \| 'stop' \| 'playNext' \| 'playPrevious' \| 'fastForward' \| 'rewind', callback?: () => void): void;<br>Initial version: 9|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: AVSession<br>Method or attribute name: off(type: 'play' \| 'pause' \| 'stop' \| 'playNext' \| 'playPrevious' \| 'fastForward' \| 'rewind', callback?: () => void): void;<br>Initial version: N/A|Class name: AVSession<br>Method or attribute name: off(type: 'play' \| 'pause' \| 'stop' \| 'playNext' \| 'playPrevious' \| 'fastForward' \| 'rewind', callback?: () => void): void;<br>Initial version: 9|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: AVSession<br>Method or attribute name: off(type: 'play' \| 'pause' \| 'stop' \| 'playNext' \| 'playPrevious' \| 'fastForward' \| 'rewind', callback?: () => void): void;<br>Initial version: N/A|Class name: AVSession<br>Method or attribute name: off(type: 'play' \| 'pause' \| 'stop' \| 'playNext' \| 'playPrevious' \| 'fastForward' \| 'rewind', callback?: () => void): void;<br>Initial version: 9|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: AVSession<br>Method or attribute name: off(type: 'play' \| 'pause' \| 'stop' \| 'playNext' \| 'playPrevious' \| 'fastForward' \| 'rewind', callback?: () => void): void;<br>Initial version: N/A|Class name: AVSession<br>Method or attribute name: off(type: 'play' \| 'pause' \| 'stop' \| 'playNext' \| 'playPrevious' \| 'fastForward' \| 'rewind', callback?: () => void): void;<br>Initial version: 9|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: AVSession<br>Method or attribute name: off(type: 'play' \| 'pause' \| 'stop' \| 'playNext' \| 'playPrevious' \| 'fastForward' \| 'rewind', callback?: () => void): void;<br>Initial version: N/A|Class name: AVSession<br>Method or attribute name: off(type: 'play' \| 'pause' \| 'stop' \| 'playNext' \| 'playPrevious' \| 'fastForward' \| 'rewind', callback?: () => void): void;<br>Initial version: 9|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: AVSession<br>Method or attribute name: off(type: 'play' \| 'pause' \| 'stop' \| 'playNext' \| 'playPrevious' \| 'fastForward' \| 'rewind', callback?: () => void): void;<br>Initial version: N/A|Class name: AVSession<br>Method or attribute name: off(type: 'play' \| 'pause' \| 'stop' \| 'playNext' \| 'playPrevious' \| 'fastForward' \| 'rewind', callback?: () => void): void;<br>Initial version: 9|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: AVSession<br>Method or attribute name: off(type: 'seek', callback?: (time: number) => void): void;<br>Initial version: N/A|Class name: AVSession<br>Method or attribute name: off(type: 'seek', callback?: (time: number) => void): void;<br>Initial version: 9|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: AVSession<br>Method or attribute name: off(type: 'setSpeed', callback?: (speed: number) => void): void;<br>Initial version: N/A|Class name: AVSession<br>Method or attribute name: off(type: 'setSpeed', callback?: (speed: number) => void): void;<br>Initial version: 9|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: AVSession<br>Method or attribute name: off(type: 'setLoopMode', callback?: (mode: LoopMode) => void): void;<br>Initial version: N/A|Class name: AVSession<br>Method or attribute name: off(type: 'setLoopMode', callback?: (mode: LoopMode) => void): void;<br>Initial version: 9|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: AVSession<br>Method or attribute name: off(type: 'toggleFavorite', callback?: (assetId: string) => void): void;<br>Initial version: N/A|Class name: AVSession<br>Method or attribute name: off(type: 'toggleFavorite', callback?: (assetId: string) => void): void;<br>Initial version: 9|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: AVSession<br>Method or attribute name: off(type: 'handleKeyEvent', callback?: (event: KeyEvent) => void): void;<br>Initial version: N/A|Class name: AVSession<br>Method or attribute name: off(type: 'handleKeyEvent', callback?: (event: KeyEvent) => void): void;<br>Initial version: 9|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: AVSession<br>Method or attribute name: off(type: 'outputDeviceChange', callback?: (device: OutputDeviceInfo) => void): void;<br>Initial version: N/A|Class name: AVSession<br>Method or attribute name: off(type: 'outputDeviceChange', callback?: (device: OutputDeviceInfo) => void): void;<br>Initial version: 9|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: AVSessionController<br>Method or attribute name: off(type: 'metadataChange', callback?: (data: AVMetadata) => void);<br>Initial version: N/A|Class name: AVSessionController<br>Method or attribute name: off(type: 'metadataChange', callback?: (data: AVMetadata) => void);<br>Initial version: 9|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: AVSessionController<br>Method or attribute name: off(type: 'playbackStateChange', callback?: (state: AVPlaybackState) => void);<br>Initial version: N/A|Class name: AVSessionController<br>Method or attribute name: off(type: 'playbackStateChange', callback?: (state: AVPlaybackState) => void);<br>Initial version: 9|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: AVSessionController<br>Method or attribute name: off(type: 'sessionDestroy', callback?: () => void);<br>Initial version: N/A|Class name: AVSessionController<br>Method or attribute name: off(type: 'sessionDestroy', callback?: () => void);<br>Initial version: 9|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: AVSessionController<br>Method or attribute name: off(type: 'activeStateChange', callback?: (isActive: boolean) => void);<br>Initial version: N/A|Class name: AVSessionController<br>Method or attribute name: off(type: 'activeStateChange', callback?: (isActive: boolean) => void);<br>Initial version: 9|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: AVSessionController<br>Method or attribute name: off(type: 'validCommandChange', callback?: (commands: Array\<AVControlCommandType>) => void);<br>Initial version: N/A|Class name: AVSessionController<br>Method or attribute name: off(type: 'validCommandChange', callback?: (commands: Array\<AVControlCommandType>) => void);<br>Initial version: 9|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: AVSessionController<br>Method or attribute name: off(type: 'outputDeviceChange', callback?: (device: OutputDeviceInfo) => void): void;<br>Initial version: N/A|Class name: AVSessionController<br>Method or attribute name: off(type: 'outputDeviceChange', callback?: (device: OutputDeviceInfo) => void): void;<br>Initial version: 9|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: AVFileDescriptor<br>Initial version: N/A|Class name: AVFileDescriptor<br>Initial version: 9|@ohos.multimedia.media.d.ts|
|Error code added|NA|Class name: avSession<br>Method or attribute name: function off(type: 'sessionCreate' \| 'sessionDestroy' \| 'topSessionChange', callback?: (session: AVSessionDescriptor) => void): void;<br>Error code: 201, 401|@ohos.multimedia.avsession.d.ts|
|Error code added|NA|Class name: avSession<br>Method or attribute name: function off(type: 'sessionCreate' \| 'sessionDestroy' \| 'topSessionChange', callback?: (session: AVSessionDescriptor) => void): void;<br>Error code: 201, 401|@ohos.multimedia.avsession.d.ts|
|Error code added|NA|Class name: avSession<br>Method or attribute name: function off(type: 'sessionCreate' \| 'sessionDestroy' \| 'topSessionChange', callback?: (session: AVSessionDescriptor) => void): void;<br>Error code: 201, 401|@ohos.multimedia.avsession.d.ts|
|Error code added|NA|Class name: avSession<br>Method or attribute name: function off(type: 'sessionServiceDie', callback?: () => void): void;<br>Error code: 201, 401|@ohos.multimedia.avsession.d.ts|
|Error code added|NA|Class name: AVSession<br>Method or attribute name: off(type: 'play' \| 'pause' \| 'stop' \| 'playNext' \| 'playPrevious' \| 'fastForward' \| 'rewind', callback?: () => void): void;<br>Error code: 401|@ohos.multimedia.avsession.d.ts|
|Error code added|NA|Class name: AVSession<br>Method or attribute name: off(type: 'play' \| 'pause' \| 'stop' \| 'playNext' \| 'playPrevious' \| 'fastForward' \| 'rewind', callback?: () => void): void;<br>Error code: 401|@ohos.multimedia.avsession.d.ts|
|Error code added|NA|Class name: AVSession<br>Method or attribute name: off(type: 'play' \| 'pause' \| 'stop' \| 'playNext' \| 'playPrevious' \| 'fastForward' \| 'rewind', callback?: () => void): void;<br>Error code: 401|@ohos.multimedia.avsession.d.ts|
|Error code added|NA|Class name: AVSession<br>Method or attribute name: off(type: 'play' \| 'pause' \| 'stop' \| 'playNext' \| 'playPrevious' \| 'fastForward' \| 'rewind', callback?: () => void): void;<br>Error code: 401|@ohos.multimedia.avsession.d.ts|
|Error code added|NA|Class name: AVSession<br>Method or attribute name: off(type: 'play' \| 'pause' \| 'stop' \| 'playNext' \| 'playPrevious' \| 'fastForward' \| 'rewind', callback?: () => void): void;<br>Error code: 401|@ohos.multimedia.avsession.d.ts|
|Error code added|NA|Class name: AVSession<br>Method or attribute name: off(type: 'play' \| 'pause' \| 'stop' \| 'playNext' \| 'playPrevious' \| 'fastForward' \| 'rewind', callback?: () => void): void;<br>Error code: 401|@ohos.multimedia.avsession.d.ts|
|Error code added|NA|Class name: AVSession<br>Method or attribute name: off(type: 'play' \| 'pause' \| 'stop' \| 'playNext' \| 'playPrevious' \| 'fastForward' \| 'rewind', callback?: () => void): void;<br>Error code: 401|@ohos.multimedia.avsession.d.ts|
|Error code added|NA|Class name: AVSession<br>Method or attribute name: off(type: 'seek', callback?: (time: number) => void): void;<br>Error code: 401|@ohos.multimedia.avsession.d.ts|
|Error code added|NA|Class name: AVSession<br>Method or attribute name: off(type: 'setSpeed', callback?: (speed: number) => void): void;<br>Error code: 401|@ohos.multimedia.avsession.d.ts|
|Error code added|NA|Class name: AVSession<br>Method or attribute name: off(type: 'setLoopMode', callback?: (mode: LoopMode) => void): void;<br>Error code: 401|@ohos.multimedia.avsession.d.ts|
|Error code added|NA|Class name: AVSession<br>Method or attribute name: off(type: 'toggleFavorite', callback?: (assetId: string) => void): void;<br>Error code: 401|@ohos.multimedia.avsession.d.ts|
|Error code added|NA|Class name: AVSession<br>Method or attribute name: off(type: 'handleKeyEvent', callback?: (event: KeyEvent) => void): void;<br>Error code: 401|@ohos.multimedia.avsession.d.ts|
|Error code added|NA|Class name: AVSession<br>Method or attribute name: off(type: 'outputDeviceChange', callback?: (device: OutputDeviceInfo) => void): void;<br>Error code: 401|@ohos.multimedia.avsession.d.ts|
|Error code added|NA|Class name: AVSessionController<br>Method or attribute name: off(type: 'metadataChange', callback?: (data: AVMetadata) => void);<br>Error code: 401|@ohos.multimedia.avsession.d.ts|
|Error code added|NA|Class name: AVSessionController<br>Method or attribute name: off(type: 'playbackStateChange', callback?: (state: AVPlaybackState) => void);<br>Error code: 401|@ohos.multimedia.avsession.d.ts|
|Error code added|NA|Class name: AVSessionController<br>Method or attribute name: off(type: 'sessionDestroy', callback?: () => void);<br>Error code: 401|@ohos.multimedia.avsession.d.ts|
|Error code added|NA|Class name: AVSessionController<br>Method or attribute name: off(type: 'activeStateChange', callback?: (isActive: boolean) => void);<br>Error code: 401|@ohos.multimedia.avsession.d.ts|
|Error code added|NA|Class name: AVSessionController<br>Method or attribute name: off(type: 'validCommandChange', callback?: (commands: Array\<AVControlCommandType>) => void);<br>Error code: 401|@ohos.multimedia.avsession.d.ts|
|Error code added|NA|Class name: AVSessionController<br>Method or attribute name: off(type: 'outputDeviceChange', callback?: (device: OutputDeviceInfo) => void): void;<br>Error code: 401|@ohos.multimedia.avsession.d.ts|
|Permission added|Class name: avSession<br>Method or attribute name: function off(type: 'sessionCreate' \| 'sessionDestroy' \| 'topSessionChange', callback?: (session: AVSessionDescriptor) => void): void;<br>Permission: N/A|Class name: avSession<br>Method or attribute name: function off(type: 'sessionCreate' \| 'sessionDestroy' \| 'topSessionChange', callback?: (session: AVSessionDescriptor) => void): void;<br>Permission: ohos.permission.MANAGE_MEDIA_RESOURCES|@ohos.multimedia.avsession.d.ts|
|Permission added|Class name: avSession<br>Method or attribute name: function off(type: 'sessionCreate' \| 'sessionDestroy' \| 'topSessionChange', callback?: (session: AVSessionDescriptor) => void): void;<br>Permission: N/A|Class name: avSession<br>Method or attribute name: function off(type: 'sessionCreate' \| 'sessionDestroy' \| 'topSessionChange', callback?: (session: AVSessionDescriptor) => void): void;<br>Permission: ohos.permission.MANAGE_MEDIA_RESOURCES|@ohos.multimedia.avsession.d.ts|
|Permission added|Class name: avSession<br>Method or attribute name: function off(type: 'sessionCreate' \| 'sessionDestroy' \| 'topSessionChange', callback?: (session: AVSessionDescriptor) => void): void;<br>Permission: N/A|Class name: avSession<br>Method or attribute name: function off(type: 'sessionCreate' \| 'sessionDestroy' \| 'topSessionChange', callback?: (session: AVSessionDescriptor) => void): void;<br>Permission: ohos.permission.MANAGE_MEDIA_RESOURCES|@ohos.multimedia.avsession.d.ts|
|SysCap changed|Class name: avSession<br>Method or attribute name: function off(type: 'sessionCreate' \| 'sessionDestroy' \| 'topSessionChange', callback?: (session: AVSessionDescriptor) => void): void;<br>SysCap:SystemCapability.Multimedia.AVSession.Core|Class name: avSession<br>Method or attribute name: function off(type: 'sessionCreate' \| 'sessionDestroy' \| 'topSessionChange', callback?: (session: AVSessionDescriptor) => void): void;<br>SysCap:SystemCapability.Multimedia.AVSession.Manager|@ohos.multimedia.avsession.d.ts|
|SysCap changed|Class name: avSession<br>Method or attribute name: function off(type: 'sessionCreate' \| 'sessionDestroy' \| 'topSessionChange', callback?: (session: AVSessionDescriptor) => void): void;<br>SysCap:SystemCapability.Multimedia.AVSession.Core|Class name: avSession<br>Method or attribute name: function off(type: 'sessionCreate' \| 'sessionDestroy' \| 'topSessionChange', callback?: (session: AVSessionDescriptor) => void): void;<br>SysCap:SystemCapability.Multimedia.AVSession.Manager|@ohos.multimedia.avsession.d.ts|
|SysCap changed|Class name: avSession<br>Method or attribute name: function off(type: 'sessionCreate' \| 'sessionDestroy' \| 'topSessionChange', callback?: (session: AVSessionDescriptor) => void): void;<br>SysCap:SystemCapability.Multimedia.AVSession.Core|Class name: avSession<br>Method or attribute name: function off(type: 'sessionCreate' \| 'sessionDestroy' \| 'topSessionChange', callback?: (session: AVSessionDescriptor) => void): void;<br>SysCap:SystemCapability.Multimedia.AVSession.Manager|@ohos.multimedia.avsession.d.ts|
|SysCap changed|Class name: AVFileDescriptor<br>SysCap: N/A|Class name: AVFileDescriptor<br>SysCap:SystemCapability.Multimedia.Media.Core|@ohos.multimedia.media.d.ts|
| Change Type | Old Version | New Version | d.ts File |
| ---- | ------ | ------ | -------- |
|Added|NA|Class name: notificationManager<br>Method or attribute name: function isSupportDoNotDisturbMode(callback: AsyncCallback\<boolean>): void;|@ohos.notificationManager.d.ts|
|Added|NA|Class name: notificationManager<br>Method or attribute name: function isSupportDoNotDisturbMode(): Promise\<boolean>;|@ohos.notificationManager.d.ts|
|Added|NA|Module name: NotificationCommonDef<br>Class name: BundleOption|NotificationCommonDef.d.ts|
|Added|NA|Module name: NotificationCommonDef<br>Class name: BundleOption<br>Method or attribute name: bundle: string;|NotificationCommonDef.d.ts|
|Added|NA|Module name: NotificationCommonDef<br>Class name: BundleOption<br>Method or attribute name: uid?: number;|NotificationCommonDef.d.ts|
|Deleted|Module name: ohos.commonEvent<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_PACKAGE_CACHE_CLEARED = "usual.event.PACKAGE_CACHE_CLEARED"|NA|@ohos.commonEvent.d.ts|
|Deleted|Module name: ohos.commonEvent<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_USB_STATE = "usual.event.hardware.usb.action.USB_STATE"|NA|@ohos.commonEvent.d.ts|
|Deleted|Module name: ohos.commonEvent<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_USB_PORT_CHANGED = "usual.event.hardware.usb.action.USB_PORT_CHANGED"|NA|@ohos.commonEvent.d.ts|
|Deleted|Module name: ohos.commonEvent<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_VOLUME_REMOVED = "usual.event.data.VOLUME_REMOVED"|NA|@ohos.commonEvent.d.ts|
|Deleted|Module name: ohos.commonEvent<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_VOLUME_UNMOUNTED = "usual.event.data.VOLUME_UNMOUNTED"|NA|@ohos.commonEvent.d.ts|
|Deleted|Module name: ohos.commonEvent<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_VOLUME_MOUNTED = "usual.event.data.VOLUME_MOUNTED"|NA|@ohos.commonEvent.d.ts|
|Deleted|Module name: ohos.commonEvent<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_VOLUME_BAD_REMOVAL = "usual.event.data.VOLUME_BAD_REMOVAL"|NA|@ohos.commonEvent.d.ts|
|Deleted|Module name: ohos.commonEvent<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_VOLUME_EJECT = "usual.event.data.VOLUME_EJECT"|NA|@ohos.commonEvent.d.ts|
|Deleted|Module name: ohos.commonEvent<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_SLOT_CHANGE = "usual.event.SLOT_CHANGE"|NA|@ohos.commonEvent.d.ts|
|Deleted|Module name: ohos.commonEvent<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_SPN_INFO_CHANGED = "usual.event.SPN_INFO_CHANGED"|NA|@ohos.commonEvent.d.ts|
|Deleted|Module name: ohos.commonEvent<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_QUICK_FIX_APPLY_RESULT = "usual.event.QUICK_FIX_APPLY_RESULT"|NA|@ohos.commonEvent.d.ts|
|Deleted|Module name: ohos.notificationManager<br>Class name: notificationManager<br>Method or attribute name: function supportDoNotDisturbMode(callback: AsyncCallback\<boolean>): void;|NA|@ohos.notificationManager.d.ts|
|Deleted|Module name: ohos.notificationManager<br>Class name: notificationManager<br>Method or attribute name: function supportDoNotDisturbMode(): Promise\<boolean>;|NA|@ohos.notificationManager.d.ts|
|Deleted|Module name: ohos.notificationManager<br>Class name: BundleOption|NA|@ohos.notificationManager.d.ts|
|Deleted|Module name: ohos.notificationManager<br>Class name: BundleOption<br>Method or attribute name: bundle: string;|NA|@ohos.notificationManager.d.ts|
|Deleted|Module name: ohos.notificationManager<br>Class name: BundleOption<br>Method or attribute name: uid?: number;|NA|@ohos.notificationManager.d.ts|
|Deleted|Module name: ohos.notificationSubscribe<br>Class name: BundleOption|NA|@ohos.notificationSubscribe.d.ts|
|Deleted|Module name: ohos.notificationSubscribe<br>Class name: BundleOption<br>Method or attribute name: bundle: string;|NA|@ohos.notificationSubscribe.d.ts|
|Deleted|Module name: ohos.notificationSubscribe<br>Class name: BundleOption<br>Method or attribute name: uid?: number;|NA|@ohos.notificationSubscribe.d.ts|
| Change Type | Old Version | New Version | d.ts File |
| ---- | ------ | ------ | -------- |
|Added|NA|Class name: WorkInfo<br>Method or attribute name: parameters?: {[key: string]: number \| string \| boolean};|@ohos.resourceschedule.workScheduler.d.ts|
|Access level changed|Class name: BundleEvents<br>Access level: public API|Class name: BundleEvents<br>Access level: system API|@ohos.resourceschedule.usageStatistics.d.ts|
|Access level changed|Class name: usageStatistics<br>Method or attribute name: function isIdleState(bundleName: string, callback: AsyncCallback\<boolean>): void;<br>Access level: public API|Class name: usageStatistics<br>Method or attribute name: function isIdleState(bundleName: string, callback: AsyncCallback\<boolean>): void;<br>Access level: system API|@ohos.resourceschedule.usageStatistics.d.ts|
|Access level changed|Class name: usageStatistics<br>Method or attribute name: function isIdleState(bundleName: string): Promise\<boolean>;<br>Access level: public API|Class name: usageStatistics<br>Method or attribute name: function isIdleState(bundleName: string): Promise\<boolean>;<br>Access level: system API|@ohos.resourceschedule.usageStatistics.d.ts|
|Access level changed|Class name: usageStatistics<br>Method or attribute name: function queryAppGroup(callback: AsyncCallback\<number>): void;<br>Access level: public API|Class name: usageStatistics<br>Method or attribute name: function queryAppGroup(callback: AsyncCallback\<number>): void;<br>Access level: system API|@ohos.resourceschedule.usageStatistics.d.ts|
|Access level changed|Class name: usageStatistics<br>Method or attribute name: function queryAppGroup(): Promise\<number>;<br>Access level: public API|Class name: usageStatistics<br>Method or attribute name: function queryAppGroup(): Promise\<number>;<br>Access level: system API|@ohos.resourceschedule.usageStatistics.d.ts|
|Access level changed|Class name: usageStatistics<br>Method or attribute name: function queryCurrentBundleEvents(begin: number, end: number, callback: AsyncCallback\<Array\<BundleEvents>>): void;<br>Access level: public API|Class name: usageStatistics<br>Method or attribute name: function queryCurrentBundleEvents(begin: number, end: number, callback: AsyncCallback\<Array\<BundleEvents>>): void;<br>Access level: system API|@ohos.resourceschedule.usageStatistics.d.ts|
|Access level changed|Class name: usageStatistics<br>Method or attribute name: function queryCurrentBundleEvents(begin: number, end: number): Promise\<Array\<BundleEvents>>;<br>Access level: public API|Class name: usageStatistics<br>Method or attribute name: function queryCurrentBundleEvents(begin: number, end: number): Promise\<Array\<BundleEvents>>;<br>Access level: system API|@ohos.resourceschedule.usageStatistics.d.ts|
|Permission added|Class name: usageStatistics<br>Method or attribute name: function isIdleState(bundleName: string, callback: AsyncCallback\<boolean>): void;<br>Permission: N/A|Class name: usageStatistics<br>Method or attribute name: function isIdleState(bundleName: string, callback: AsyncCallback\<boolean>): void;<br>Permission: ohos.permission.BUNDLE_ACTIVE_INFO|@ohos.resourceschedule.usageStatistics.d.ts|
|Permission added|Class name: usageStatistics<br>Method or attribute name: function isIdleState(bundleName: string): Promise\<boolean>;<br>Permission: N/A|Class name: usageStatistics<br>Method or attribute name: function isIdleState(bundleName: string): Promise\<boolean>;<br>Permission: ohos.permission.BUNDLE_ACTIVE_INFO|@ohos.resourceschedule.usageStatistics.d.ts|
|SysCap changed|Class name: backgroundTaskManager<br>SysCap:SystemCapability.ResourceSchedule.BackgroundTaskManager.TransientTask|Class name: backgroundTaskManager<br>SysCap: N/A|@ohos.resourceschedule.backgroundTaskManager.d.ts|
|SysCap changed|Class name: workScheduler<br>SysCap:SystemCapability.ResourceSchedule.WorkScheduler|Class name: workScheduler<br>SysCap: N/A|@ohos.resourceschedule.workScheduler.d.ts|
| Change Type | Old Version | New Version | d.ts File |
| ---- | ------ | ------ | -------- |
|Added|NA|Class name: privacyManager<br>Method or attribute name: function getPermissionUsedRecord(request: PermissionUsedRequest): Promise\<PermissionUsedResponse>;|@ohos.privacyManager.d.ts|
|Added|NA|Class name: privacyManager<br>Method or attribute name: function getPermissionUsedRecord(request: PermissionUsedRequest, callback: AsyncCallback\<PermissionUsedResponse>): void;|@ohos.privacyManager.d.ts|
|Added|NA|Class name: ParamsSpec<br>Method or attribute name: algName : string;|@ohos.security.cryptoFramework.d.ts|
|Deleted|Module name: ohos.privacyManager<br>Class name: privacyManager<br>Method or attribute name: function getPermissionUsedRecords(request: PermissionUsedRequest): Promise\<PermissionUsedResponse>;|NA|@ohos.privacyManager.d.ts|
|Deleted|Module name: ohos.privacyManager<br>Class name: privacyManager<br>Method or attribute name: function getPermissionUsedRecords(request: PermissionUsedRequest, callback: AsyncCallback\<PermissionUsedResponse>): void;|NA|@ohos.privacyManager.d.ts|
|Deleted|Module name: ohos.security.cryptoFramework<br>Class name: ParamsSpec<br>Method or attribute name: algoName : string;|NA|@ohos.security.cryptoFramework.d.ts|
|Deleted|Module name: ohos.security.huks<br>Class name: HuksErrorCode<br>Method or attribute name: HUKS_ERROR_GET_USERIAM_SECINFO_FAILED = -40|NA|@ohos.security.huks.d.ts|
|Deleted|Module name: ohos.security.huks<br>Class name: HuksErrorCode<br>Method or attribute name: HUKS_ERROR_GET_USERIAM_AUTHINFO_FAILED = -41|NA|@ohos.security.huks.d.ts|
|Deleted|Module name: ohos.security.huks<br>Class name: HuksErrorCode<br>Method or attribute name: HUKS_ERROR_USER_AUTH_TYPE_NOT_SUPPORT = -42|NA|@ohos.security.huks.d.ts|
|Deleted|Module name: ohos.security.huks<br>Class name: HuksErrorCode<br>Method or attribute name: HUKS_ERROR_KEY_AUTH_FAILED = -43|NA|@ohos.security.huks.d.ts|
|Deleted|Module name: ohos.security.huks<br>Class name: HuksErrorCode<br>Method or attribute name: HUKS_ERROR_DEVICE_NO_CREDENTIAL = -44|NA|@ohos.security.huks.d.ts|
|Deleted|Module name: ohos.security.huks<br>Class name: HuksErrorCode<br>Method or attribute name: HUKS_ERROR_INVALID_WRAPPED_FORMAT = -126|NA|@ohos.security.huks.d.ts|
|Deleted|Module name: ohos.security.huks<br>Class name: HuksErrorCode<br>Method or attribute name: HUKS_ERROR_INVALID_USAGE_OF_KEY = -127|NA|@ohos.security.huks.d.ts|
|Function changed|Class name: AtManager<br>Method or attribute name: requestPermissionsFromUser(context: Context, permissions: Array\<Permissions>, requestCallback: AsyncCallback\<PermissionRequestResult>) : void;<br>|Class name: AtManager<br>Method or attribute name: requestPermissionsFromUser(context: Context, permissionList: Array\<Permissions>, requestCallback: AsyncCallback\<PermissionRequestResult>) : void;<br>|@ohos.abilityAccessCtrl.d.ts|
|Function changed|Class name: AtManager<br>Method or attribute name: requestPermissionsFromUser(context: Context, permissions: Array\<Permissions>) : Promise\<PermissionRequestResult>;<br>|Class name: AtManager<br>Method or attribute name: requestPermissionsFromUser(context: Context, permissionList: Array\<Permissions>) : Promise\<PermissionRequestResult>;<br>|@ohos.abilityAccessCtrl.d.ts|
|Function changed|Class name: AtManager<br>Method or attribute name: grantUserGrantedPermission(tokenID: number, permissionName: Permissions, permissionFlag: number): Promise\<void>;<br>|Class name: AtManager<br>Method or attribute name: grantUserGrantedPermission(tokenID: number, permissionName: Permissions, permissionFlags: number): Promise\<void>;<br>|@ohos.abilityAccessCtrl.d.ts|
|Function changed|Class name: AtManager<br>Method or attribute name: grantUserGrantedPermission(tokenID: number, permissionName: Permissions, permissionFlag: number, callback: AsyncCallback\<void>): void;<br>|Class name: AtManager<br>Method or attribute name: grantUserGrantedPermission(tokenID: number, permissionName: Permissions, permissionFlags: number, callback: AsyncCallback\<void>): void;<br>|@ohos.abilityAccessCtrl.d.ts|
|Function changed|Class name: AtManager<br>Method or attribute name: revokeUserGrantedPermission(tokenID: number, permissionName: Permissions, permissionFlag: number): Promise\<void>;<br>|Class name: AtManager<br>Method or attribute name: revokeUserGrantedPermission(tokenID: number, permissionName: Permissions, permissionFlags: number): Promise\<void>;<br>|@ohos.abilityAccessCtrl.d.ts|
|Function changed|Class name: AtManager<br>Method or attribute name: revokeUserGrantedPermission(tokenID: number, permissionName: Permissions, permissionFlag: number, callback: AsyncCallback\<void>): void;<br>|Class name: AtManager<br>Method or attribute name: revokeUserGrantedPermission(tokenID: number, permissionName: Permissions, permissionFlags: number, callback: AsyncCallback\<void>): void;<br>|@ohos.abilityAccessCtrl.d.ts|
|Function changed|Class name: AtManager<br>Method or attribute name: on(type: 'permissionStateChange', tokenIDList: Array\<number>, permissionNameList: Array\<Permissions>, callback: Callback\<PermissionStateChangeInfo>): void;<br>|Class name: AtManager<br>Method or attribute name: on(type: 'permissionStateChange', tokenIDList: Array\<number>, permissionList: Array\<Permissions>, callback: Callback\<PermissionStateChangeInfo>): void;<br>|@ohos.abilityAccessCtrl.d.ts|
|Function changed|Class name: AtManager<br>Method or attribute name: off(type: 'permissionStateChange', tokenIDList: Array\<number>, permissionNameList: Array\<Permissions>, callback?: Callback\<PermissionStateChangeInfo>): void;<br>|Class name: AtManager<br>Method or attribute name: off(type: 'permissionStateChange', tokenIDList: Array\<number>, permissionList: Array\<Permissions>, callback?: Callback\<PermissionStateChangeInfo>): void;<br>|@ohos.abilityAccessCtrl.d.ts|
|Function changed|Class name: privacyManager<br>Method or attribute name: function on(type: 'activeStateChange', permissionNameList: Array\<Permissions>, callback: Callback\<ActiveChangeResponse>): void;<br>|Class name: privacyManager<br>Method or attribute name: function on(type: 'activeStateChange', permissionList: Array\<Permissions>, callback: Callback\<ActiveChangeResponse>): void;<br>|@ohos.privacyManager.d.ts|
|Function changed|Class name: privacyManager<br>Method or attribute name: function off(type: 'activeStateChange', permissionNameList: Array\<Permissions>, callback?: Callback\<ActiveChangeResponse>): void;<br>|Class name: privacyManager<br>Method or attribute name: function off(type: 'activeStateChange', permissionList: Array\<Permissions>, callback?: Callback\<ActiveChangeResponse>): void;<br>|@ohos.privacyManager.d.ts|
| Change Type | Old Version | New Version | d.ts File |
| ---- | ------ | ------ | -------- |
|Added|NA|Class name: Sensor<br>Method or attribute name: vendorName:string;|@ohos.sensor.d.ts|
|Deleted|Module name: ohos.sensor<br>Class name: Sensor<br>Method or attribute name: venderName:string;|NA|@ohos.sensor.d.ts|
| Change Type | Old Version | New Version | d.ts File |
| ---- | ------ | ------ | -------- |
|Added|NA|Module name: ohos.systemParameterEnhance<br>Class name: systemParameterEnhance|@ohos.systemParameterEnhance.d.ts|
|Added|NA|Module name: ohos.systemParameterEnhance<br>Class name: systemParameterEnhance<br>Method or attribute name: function getSync(key: string, def?: string): string;|@ohos.systemParameterEnhance.d.ts|
|Added|NA|Module name: ohos.systemParameterEnhance<br>Class name: systemParameterEnhance<br>Method or attribute name: function get(key: string, callback: AsyncCallback\<string>): void;|@ohos.systemParameterEnhance.d.ts|
|Added|NA|Module name: ohos.systemParameterEnhance<br>Class name: systemParameterEnhance<br>Method or attribute name: function get(key: string, def: string, callback: AsyncCallback\<string>): void;|@ohos.systemParameterEnhance.d.ts|
|Added|NA|Module name: ohos.systemParameterEnhance<br>Class name: systemParameterEnhance<br>Method or attribute name: function get(key: string, def?: string): Promise\<string>;|@ohos.systemParameterEnhance.d.ts|
|Added|NA|Module name: ohos.systemParameterEnhance<br>Class name: systemParameterEnhance<br>Method or attribute name: function setSync(key: string, value: string): void;|@ohos.systemParameterEnhance.d.ts|
|Added|NA|Module name: ohos.systemParameterEnhance<br>Class name: systemParameterEnhance<br>Method or attribute name: function set(key: string, value: string, callback: AsyncCallback\<void>): void;|@ohos.systemParameterEnhance.d.ts|
|Added|NA|Module name: ohos.systemParameterEnhance<br>Class name: systemParameterEnhance<br>Method or attribute name: function set(key: string, value: string): Promise\<void>;|@ohos.systemParameterEnhance.d.ts|
|Deleted|Module name: ohos.systemParameterV9<br>Class name: systemParameterV9|NA|@ohos.systemParameterV9.d.ts|
|Deleted|Module name: ohos.systemParameterV9<br>Class name: systemParameterV9<br>Method or attribute name: function getSync(key: string, def?: string): string;|NA|@ohos.systemParameterV9.d.ts|
|Deleted|Module name: ohos.systemParameterV9<br>Class name: systemParameterV9<br>Method or attribute name: function get(key: string, callback: AsyncCallback\<string>): void;|NA|@ohos.systemParameterV9.d.ts|
|Deleted|Module name: ohos.systemParameterV9<br>Class name: systemParameterV9<br>Method or attribute name: function get(key: string, def: string, callback: AsyncCallback\<string>): void;|NA|@ohos.systemParameterV9.d.ts|
|Deleted|Module name: ohos.systemParameterV9<br>Class name: systemParameterV9<br>Method or attribute name: function get(key: string, def?: string): Promise\<string>;|NA|@ohos.systemParameterV9.d.ts|
|Deleted|Module name: ohos.systemParameterV9<br>Class name: systemParameterV9<br>Method or attribute name: function setSync(key: string, value: string): void;|NA|@ohos.systemParameterV9.d.ts|
|Deleted|Module name: ohos.systemParameterV9<br>Class name: systemParameterV9<br>Method or attribute name: function set(key: string, value: string, callback: AsyncCallback\<void>): void;|NA|@ohos.systemParameterV9.d.ts|
|Deleted|Module name: ohos.systemParameterV9<br>Class name: systemParameterV9<br>Method or attribute name: function set(key: string, value: string): Promise\<void>;|NA|@ohos.systemParameterV9.d.ts|
|Deprecated version changed|Class name: deviceInfo<br>Method or attribute name: const hardwareProfile: string;<br>Deprecated version: N/A|Class name: deviceInfo<br>Method or attribute name: const hardwareProfile: string;<br>Deprecated version: 9<br>Substitute API: N/A|@ohos.deviceInfo.d.ts|
|Deprecated version changed|Class name: Device<br>Method or attribute name: static getInfo(options?: GetDeviceOptions): void;<br>Deprecated version: N/A|Class name: Device<br>Method or attribute name: static getInfo(options?: GetDeviceOptions): void;<br>Deprecated version: 6<br>Substitute API: N/A|@system.device.d.ts|
| Change Type | Old Version | New Version | d.ts File |
| ---- | ------ | ------ | -------- |
|Added|NA|Class name: call<br>Method or attribute name: function dialCall(phoneNumber: string, callback: AsyncCallback\<void>): void;|@ohos.telephony.call.d.ts|
|Added|NA|Class name: call<br>Method or attribute name: function dialCall(phoneNumber: string, options: DialCallOptions, callback: AsyncCallback\<void>): void;|@ohos.telephony.call.d.ts|
|Added|NA|Class name: call<br>Method or attribute name: function dialCall(phoneNumber: string, options?: DialCallOptions): Promise\<void>;|@ohos.telephony.call.d.ts|
|Added|NA|Class name: call<br>Method or attribute name: function answerCall(callId: number, callback: AsyncCallback\<void>): void;|@ohos.telephony.call.d.ts|
|Added|NA|Class name: call<br>Method or attribute name: function answerCall(callId?: number): Promise\<void>;|@ohos.telephony.call.d.ts|
|Added|NA|Class name: call<br>Method or attribute name: function answerCall(callback: AsyncCallback\<void>): void;|@ohos.telephony.call.d.ts|
|Added|NA|Class name: call<br>Method or attribute name: function hangUpCall(callId: number, callback: AsyncCallback\<void>): void;|@ohos.telephony.call.d.ts|
|Added|NA|Class name: call<br>Method or attribute name: function hangUpCall(callId?: number): Promise\<void>;|@ohos.telephony.call.d.ts|
|Added|NA|Class name: call<br>Method or attribute name: function hangUpCall(callback: AsyncCallback\<void>): void;|@ohos.telephony.call.d.ts|
|Added|NA|Class name: call<br>Method or attribute name: function rejectCall(callId: number, callback: AsyncCallback\<void>): void;|@ohos.telephony.call.d.ts|
|Added|NA|Class name: call<br>Method or attribute name: function rejectCall(callId: number, options: RejectMessageOptions, callback: AsyncCallback\<void>): void;|@ohos.telephony.call.d.ts|
|Added|NA|Class name: call<br>Method or attribute name: function rejectCall(callId?: number, options?: RejectMessageOptions): Promise\<void>;|@ohos.telephony.call.d.ts|
|Added|NA|Class name: call<br>Method or attribute name: function rejectCall(callback: AsyncCallback\<void>): void;|@ohos.telephony.call.d.ts|
|Added|NA|Class name: call<br>Method or attribute name: function rejectCall(options: RejectMessageOptions, callback: AsyncCallback\<void>): void;|@ohos.telephony.call.d.ts|
|Added|NA|Module name: ohos.telephony.call<br>Class name: DialCallOptions|@ohos.telephony.call.d.ts|
|Added|NA|Class name: DialCallOptions<br>Method or attribute name: |@ohos.telephony.call.d.ts|
|Added|NA|Module name: ohos.telephony.call<br>Class name: DialCallOptions<br>Method or attribute name: accountId?: number;|@ohos.telephony.call.d.ts|
|Added|NA|Class name: DialCallOptions<br>Method or attribute name: accountId?: number;|@ohos.telephony.call.d.ts|
|Added|NA|Module name: ohos.telephony.call<br>Class name: DialCallOptions<br>Method or attribute name: videoState?: VideoStateType;|@ohos.telephony.call.d.ts|
|Added|NA|Class name: DialCallOptions<br>Method or attribute name: videoState?: VideoStateType;|@ohos.telephony.call.d.ts|
|Added|NA|Module name: ohos.telephony.call<br>Class name: DialCallOptions<br>Method or attribute name: dialScene?: DialScene;|@ohos.telephony.call.d.ts|
|Added|NA|Class name: DialCallOptions<br>Method or attribute name: dialScene?: DialScene;|@ohos.telephony.call.d.ts|
|Added|NA|Module name: ohos.telephony.call<br>Class name: DialCallOptions<br>Method or attribute name: dialType?: DialType;|@ohos.telephony.call.d.ts|
|Added|NA|Class name: DialCallOptions<br>Method or attribute name: dialType?: DialType;|@ohos.telephony.call.d.ts|
|Added|NA|Class name: radio<br>Method or attribute name: function isNRSupported(): boolean;|@ohos.telephony.radio.d.ts|
|Added|NA|Class name: radio<br>Method or attribute name: function isNRSupported(slotId: number): boolean;|@ohos.telephony.radio.d.ts|
|Added|NA|Module name: ohos.telephony.radio<br>Class name: SignalInformation<br>Method or attribute name: dBm: number;|@ohos.telephony.radio.d.ts|
|Added|NA|Class name: SignalInformation<br>Method or attribute name: dBm: number;|@ohos.telephony.radio.d.ts|
|Added|NA|Class name: OperatorConfigKey<br>Method or attribute name: KEY_IMS_CALL_DISCONNECT_REASON_INFO_MAPPING_STRING_ARRAY = "ims_call_disconnect_reason_info_mapping_string_array"|@ohos.telephony.sim.d.ts|
|Deleted|Module name: ohos.telephony.call<br>Class name: call<br>Method or attribute name: function answer(callId: number, callback: AsyncCallback\<void>): void;|NA|@ohos.telephony.call.d.ts|
|Deleted|Module name: ohos.telephony.call<br>Class name: call<br>Method or attribute name: function answer(callId?: number): Promise\<void>;|NA|@ohos.telephony.call.d.ts|
|Deleted|Module name: ohos.telephony.call<br>Class name: call<br>Method or attribute name: function answer(callback: AsyncCallback\<void>): void;|NA|@ohos.telephony.call.d.ts|
|Deleted|Module name: ohos.telephony.call<br>Class name: call<br>Method or attribute name: function hangup(callId: number, callback: AsyncCallback\<void>): void;|NA|@ohos.telephony.call.d.ts|
|Deleted|Module name: ohos.telephony.call<br>Class name: call<br>Method or attribute name: function hangup(callId?: number): Promise\<void>;|NA|@ohos.telephony.call.d.ts|
|Deleted|Module name: ohos.telephony.call<br>Class name: call<br>Method or attribute name: function hangup(callback: AsyncCallback\<void>): void;|NA|@ohos.telephony.call.d.ts|
|Deleted|Module name: ohos.telephony.call<br>Class name: call<br>Method or attribute name: function reject(callId: number, callback: AsyncCallback\<void>): void;|NA|@ohos.telephony.call.d.ts|
|Deleted|Module name: ohos.telephony.call<br>Class name: call<br>Method or attribute name: function reject(callId: number, options: RejectMessageOptions, callback: AsyncCallback\<void>): void;|NA|@ohos.telephony.call.d.ts|
|Deleted|Module name: ohos.telephony.call<br>Class name: call<br>Method or attribute name: function reject(callId?: number, options?: RejectMessageOptions): Promise\<void>;|NA|@ohos.telephony.call.d.ts|
|Deleted|Module name: ohos.telephony.call<br>Class name: call<br>Method or attribute name: function reject(callback: AsyncCallback\<void>): void;|NA|@ohos.telephony.call.d.ts|
|Deleted|Module name: ohos.telephony.call<br>Class name: call<br>Method or attribute name: function reject(options: RejectMessageOptions, callback: AsyncCallback\<void>): void;|NA|@ohos.telephony.call.d.ts|
|Deleted|Module name: ohos.telephony.sim<br>Class name: OperatorConfigKey<br>Method or attribute name: KEY_IMS_CALL_DISCONNECT_REASONINFO_MAPPING_STRING_ARRAY = "ims_call_disconnect_reasoninfo_mapping_string_array"|NA|@ohos.telephony.sim.d.ts|
|Deprecated version changed|Class name: call<br>Method or attribute name: function dial(phoneNumber: string, callback: AsyncCallback\<boolean>): void;<br>Deprecated version: N/A|Class name: call<br>Method or attribute name: function dial(phoneNumber: string, callback: AsyncCallback\<boolean>): void;<br>Deprecated version: 9<br>Substitute API: telephony.call|@ohos.telephony.call.d.ts|
|Deprecated version changed|Class name: call<br>Method or attribute name: function dial(phoneNumber: string, options: DialOptions, callback: AsyncCallback\<boolean>): void;<br>Deprecated version: N/A|Class name: call<br>Method or attribute name: function dial(phoneNumber: string, options: DialOptions, callback: AsyncCallback\<boolean>): void;<br>Deprecated version: 9<br>Substitute API: telephony.call|@ohos.telephony.call.d.ts|
|Deprecated version changed|Class name: call<br>Method or attribute name: function dial(phoneNumber: string, options?: DialOptions): Promise\<boolean>;<br>Deprecated version: N/A|Class name: call<br>Method or attribute name: function dial(phoneNumber: string, options?: DialOptions): Promise\<boolean>;<br>Deprecated version: 9<br>Substitute API: telephony.call|@ohos.telephony.call.d.ts|
|Deprecated version changed|Class name: radio<br>Method or attribute name: function isNrSupported(): boolean;<br>Deprecated version: N/A|Class name: radio<br>Method or attribute name: function isNrSupported(): boolean;<br>Deprecated version: 9<br>Substitute API: telephony.radio|@ohos.telephony.radio.d.ts|
|Deprecated version changed|Class name: radio<br>Method or attribute name: function isNrSupported(slotId: number): boolean;<br>Deprecated version: N/A|Class name: radio<br>Method or attribute name: function isNrSupported(slotId: number): boolean;<br>Deprecated version: 9<br>Substitute API: telephony.radio|@ohos.telephony.radio.d.ts|
|Error code added|NA|Class name: call<br>Method or attribute name: function muteRinger(callback: AsyncCallback\<void>): void;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.call.d.ts|
|Error code added|NA|Class name: call<br>Method or attribute name: function muteRinger(): Promise\<void>;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.call.d.ts|
|Error code added|NA|Class name: call<br>Method or attribute name: function isEmergencyPhoneNumber(phoneNumber: string, callback: AsyncCallback\<boolean>): void;<br>Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.call.d.ts|
|Error code added|NA|Class name: call<br>Method or attribute name: function isEmergencyPhoneNumber(phoneNumber: string, options: EmergencyNumberOptions, callback: AsyncCallback\<boolean>): void;<br>Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.call.d.ts|
|Error code added|NA|Class name: call<br>Method or attribute name: function isEmergencyPhoneNumber(phoneNumber: string, options?: EmergencyNumberOptions): Promise\<boolean>;<br>Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.call.d.ts|
|Error code added|NA|Class name: call<br>Method or attribute name: function formatPhoneNumber(phoneNumber: string, callback: AsyncCallback\<string>): void;<br>Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.call.d.ts|
|Error code added|NA|Class name: call<br>Method or attribute name: function formatPhoneNumber(phoneNumber: string, options: NumberFormatOptions, callback: AsyncCallback\<string>): void;<br>Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.call.d.ts|
|Error code added|NA|Class name: call<br>Method or attribute name: function formatPhoneNumber(phoneNumber: string, options?: NumberFormatOptions): Promise\<string>;<br>Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.call.d.ts|
|Error code added|NA|Class name: call<br>Method or attribute name: function formatPhoneNumberToE164(phoneNumber: string, countryCode: string, callback: AsyncCallback\<string>): void;<br>Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.call.d.ts|
|Error code added|NA|Class name: call<br>Method or attribute name: function formatPhoneNumberToE164(phoneNumber: string, countryCode: string): Promise\<string>;<br>Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.call.d.ts|
|Error code added|NA|Class name: call<br>Method or attribute name: function holdCall(callId: number, callback: AsyncCallback\<void>): void;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.call.d.ts|
|Error code added|NA|Class name: call<br>Method or attribute name: function holdCall(callId: number): Promise\<void>;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.call.d.ts|
|Error code added|NA|Class name: call<br>Method or attribute name: function unHoldCall(callId: number, callback: AsyncCallback\<void>): void;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.call.d.ts|
|Error code added|NA|Class name: call<br>Method or attribute name: function unHoldCall(callId: number): Promise\<void>;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.call.d.ts|
|Error code added|NA|Class name: call<br>Method or attribute name: function switchCall(callId: number, callback: AsyncCallback\<void>): void;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.call.d.ts|
|Error code added|NA|Class name: call<br>Method or attribute name: function switchCall(callId: number): Promise\<void>;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.call.d.ts|
|Error code added|NA|Class name: call<br>Method or attribute name: function combineConference(callId: number, callback: AsyncCallback\<void>): void;<br>Error code: 401, 801, 8300001, 8300002, 8300003|@ohos.telephony.call.d.ts|
|Error code added|NA|Class name: call<br>Method or attribute name: function combineConference(callId: number): Promise\<void>;<br>Error code: 401, 801, 8300001, 8300002, 8300003|@ohos.telephony.call.d.ts|
|Error code added|NA|Class name: call<br>Method or attribute name: function getMainCallId(callId: number, callback: AsyncCallback\<number>): void;<br>Error code: 401, 801, 8300001, 8300002, 8300003|@ohos.telephony.call.d.ts|
|Error code added|NA|Class name: call<br>Method or attribute name: function getMainCallId(callId: number): Promise\<number>;<br>Error code: 401, 801, 8300001, 8300002, 8300003|@ohos.telephony.call.d.ts|
|Error code added|NA|Class name: call<br>Method or attribute name: function getSubCallIdList(callId: number, callback: AsyncCallback\<Array\<string>>): void;<br>Error code: 401, 801, 8300001, 8300002, 8300003|@ohos.telephony.call.d.ts|
|Error code added|NA|Class name: call<br>Method or attribute name: function getSubCallIdList(callId: number): Promise\<Array\<string>>;<br>Error code: 401, 801, 8300001, 8300002, 8300003|@ohos.telephony.call.d.ts|
|Error code added|NA|Class name: call<br>Method or attribute name: function getCallIdListForConference(callId: number, callback: AsyncCallback\<Array\<string>>): void;<br>Error code: 401, 801, 8300001, 8300002, 8300003|@ohos.telephony.call.d.ts|
|Error code added|NA|Class name: call<br>Method or attribute name: function getCallIdListForConference(callId: number): Promise\<Array\<string>>;<br>Error code: 401, 801, 8300001, 8300002, 8300003|@ohos.telephony.call.d.ts|
|Error code added|NA|Class name: call<br>Method or attribute name: function getCallWaitingStatus(slotId: number, callback: AsyncCallback\<CallWaitingStatus>): void;<br>Error code: 201, 401, 801, 8300001, 8300002, 8300003|@ohos.telephony.call.d.ts|
|Error code added|NA|Class name: call<br>Method or attribute name: function getCallWaitingStatus(slotId: number): Promise\<CallWaitingStatus>;<br>Error code: 201, 401, 801, 8300001, 8300002, 8300003|@ohos.telephony.call.d.ts|
|Error code added|NA|Class name: call<br>Method or attribute name: function setCallWaiting(slotId: number, activate: boolean, callback: AsyncCallback\<void>): void;<br>Error code: 201, 401, 801, 8300001, 8300002, 8300003|@ohos.telephony.call.d.ts|
|Error code added|NA|Class name: call<br>Method or attribute name: function setCallWaiting(slotId: number, activate: boolean): Promise\<void>;<br>Error code: 201, 401, 801, 8300001, 8300002, 8300003|@ohos.telephony.call.d.ts|
|Error code added|NA|Class name: call<br>Method or attribute name: function startDTMF(callId: number, character: string, callback: AsyncCallback\<void>): void;<br>Error code: 401, 801, 8300001, 8300002, 8300003|@ohos.telephony.call.d.ts|
|Error code added|NA|Class name: call<br>Method or attribute name: function startDTMF(callId: number, character: string): Promise\<void>;<br>Error code: 401, 801, 8300001, 8300002, 8300003|@ohos.telephony.call.d.ts|
|Error code added|NA|Class name: call<br>Method or attribute name: function stopDTMF(callId: number, callback: AsyncCallback\<void>): void;<br>Error code: 401, 801, 8300001, 8300002, 8300003|@ohos.telephony.call.d.ts|
|Error code added|NA|Class name: call<br>Method or attribute name: function stopDTMF(callId: number): Promise\<void>;<br>Error code: 401, 801, 8300001, 8300002, 8300003|@ohos.telephony.call.d.ts|
|Error code added|NA|Class name: call<br>Method or attribute name: function isInEmergencyCall(callback: AsyncCallback\<boolean>): void;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.call.d.ts|
|Error code added|NA|Class name: call<br>Method or attribute name: function isInEmergencyCall(): Promise\<boolean>;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.call.d.ts|
|Error code added|NA|Class name: call<br>Method or attribute name: function on(type: 'callDetailsChange', callback: Callback\<CallAttributeOptions>): void;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.call.d.ts|
|Error code added|NA|Class name: call<br>Method or attribute name: function off(type: 'callDetailsChange', callback?: Callback\<CallAttributeOptions>): void;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.call.d.ts|
|Error code added|NA|Class name: call<br>Method or attribute name: function on(type: 'callEventChange', callback: Callback\<CallEventOptions>): void;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.call.d.ts|
|Error code added|NA|Class name: call<br>Method or attribute name: function off(type: 'callEventChange', callback?: Callback\<CallEventOptions>): void;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.call.d.ts|
|Error code added|NA|Class name: call<br>Method or attribute name: function on(type: 'callDisconnectedCause', callback: Callback\<DisconnectedDetails>): void;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.call.d.ts|
|Error code added|NA|Class name: call<br>Method or attribute name: function off(type: 'callDisconnectedCause', callback?: Callback\<DisconnectedDetails>): void;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.call.d.ts|
|Error code added|NA|Class name: call<br>Method or attribute name: function isNewCallAllowed(callback: AsyncCallback\<boolean>): void;<br>Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.call.d.ts|
|Error code added|NA|Class name: call<br>Method or attribute name: function isNewCallAllowed(): Promise\<boolean>;<br>Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.call.d.ts|
|Error code added|NA|Class name: call<br>Method or attribute name: function separateConference(callId: number, callback: AsyncCallback\<void>): void;<br>Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.call.d.ts|
|Error code added|NA|Class name: call<br>Method or attribute name: function separateConference(callId: number): Promise\<void>;<br>Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.call.d.ts|
|Error code added|NA|Class name: call<br>Method or attribute name: function getCallRestrictionStatus(slotId: number, type: CallRestrictionType, callback: AsyncCallback\<RestrictionStatus>): void;<br>Error code: 201, 401, 801, 8300001, 8300002, 8300003|@ohos.telephony.call.d.ts|
|Error code added|NA|Class name: call<br>Method or attribute name: function getCallRestrictionStatus(slotId: number, type: CallRestrictionType): Promise\<RestrictionStatus>;<br>Error code: 201, 401, 801, 8300001, 8300002, 8300003|@ohos.telephony.call.d.ts|
|Error code added|NA|Class name: call<br>Method or attribute name: function setCallRestriction(slotId: number, info: CallRestrictionInfo, callback: AsyncCallback\<void>): void;<br>Error code: 201, 401, 801, 8300001, 8300002, 8300003|@ohos.telephony.call.d.ts|
|Error code added|NA|Class name: call<br>Method or attribute name: function setCallRestriction(slotId: number, info: CallRestrictionInfo): Promise\<void>;<br>Error code: 201, 401, 801, 8300001, 8300002, 8300003|@ohos.telephony.call.d.ts|
|Error code added|NA|Class name: call<br>Method or attribute name: function getCallTransferInfo(slotId: number, type: CallTransferType, callback: AsyncCallback\<CallTransferResult>): void;<br>Error code: 201, 401, 801, 8300001, 8300002, 8300003|@ohos.telephony.call.d.ts|
|Error code added|NA|Class name: call<br>Method or attribute name: function getCallTransferInfo(slotId: number, type: CallTransferType): Promise\<CallTransferResult>;<br>Error code: 201, 401, 801, 8300001, 8300002, 8300003|@ohos.telephony.call.d.ts|
|Error code added|NA|Class name: call<br>Method or attribute name: function setCallTransfer(slotId: number, info: CallTransferInfo, callback: AsyncCallback\<void>): void;<br>Error code: 201, 401, 801, 8300001, 8300002, 8300003|@ohos.telephony.call.d.ts|
|Error code added|NA|Class name: call<br>Method or attribute name: function setCallTransfer(slotId: number, info: CallTransferInfo): Promise\<void>;<br>Error code: 201, 401, 801, 8300001, 8300002, 8300003|@ohos.telephony.call.d.ts|
|Error code added|NA|Class name: call<br>Method or attribute name: function isRinging(callback: AsyncCallback\<boolean>): void;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.call.d.ts|
|Error code added|NA|Class name: call<br>Method or attribute name: function isRinging(): Promise\<boolean>;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.call.d.ts|
|Error code added|NA|Class name: call<br>Method or attribute name: function setMuted(callback: AsyncCallback\<void>): void;<br>Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.call.d.ts|
|Error code added|NA|Class name: call<br>Method or attribute name: function setMuted(): Promise\<void>;<br>Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.call.d.ts|
|Error code added|NA|Class name: call<br>Method or attribute name: function cancelMuted(callback: AsyncCallback\<void>): void;<br>Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.call.d.ts|
|Error code added|NA|Class name: call<br>Method or attribute name: function cancelMuted(): Promise\<void>;<br>Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.call.d.ts|
|Error code added|NA|Class name: call<br>Method or attribute name: function setAudioDevice(device: AudioDevice, callback: AsyncCallback\<void>): void;<br>Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.call.d.ts|
|Error code added|NA|Class name: call<br>Method or attribute name: function setAudioDevice(device: AudioDevice, options: AudioDeviceOptions, callback: AsyncCallback\<void>): void;<br>Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.call.d.ts|
|Error code added|NA|Class name: call<br>Method or attribute name: function setAudioDevice(device: AudioDevice, options?: AudioDeviceOptions): Promise\<void>;<br>Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.call.d.ts|
|Error code added|NA|Class name: call<br>Method or attribute name: function joinConference(mainCallId: number, callNumberList: Array\<string>, callback: AsyncCallback\<void>): void;<br>Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.call.d.ts|
|Error code added|NA|Class name: call<br>Method or attribute name: function joinConference(mainCallId: number, callNumberList: Array\<string>): Promise\<void>;<br>Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.call.d.ts|
|Error code added|NA|Class name: call<br>Method or attribute name: function updateImsCallMode(callId: number, mode: ImsCallMode, callback: AsyncCallback\<void>): void;<br>Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.call.d.ts|
|Error code added|NA|Class name: call<br>Method or attribute name: function updateImsCallMode(callId: number, mode: ImsCallMode): Promise\<void>;<br>Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.call.d.ts|
|Error code added|NA|Class name: call<br>Method or attribute name: function enableImsSwitch(slotId: number, callback: AsyncCallback\<void>): void;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.call.d.ts|
|Error code added|NA|Class name: call<br>Method or attribute name: function enableImsSwitch(slotId: number): Promise\<void>;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.call.d.ts|
|Error code added|NA|Class name: call<br>Method or attribute name: function disableImsSwitch(slotId: number, callback: AsyncCallback\<void>): void;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.call.d.ts|
|Error code added|NA|Class name: call<br>Method or attribute name: function disableImsSwitch(slotId: number): Promise\<void>;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.call.d.ts|
|Error code added|NA|Class name: call<br>Method or attribute name: function isImsSwitchEnabled(slotId: number, callback: AsyncCallback\<boolean>): void;<br>Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.call.d.ts|
|Error code added|NA|Class name: call<br>Method or attribute name: function isImsSwitchEnabled(slotId: number): Promise\<boolean>;<br>Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.call.d.ts|
|Error code added|NA|Class name: data<br>Method or attribute name: function setDefaultCellularDataSlotId(slotId: number, callback: AsyncCallback\<void>): void;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999, 8301001|@ohos.telephony.data.d.ts|
|Error code added|NA|Class name: data<br>Method or attribute name: function setDefaultCellularDataSlotId(slotId: number): Promise\<void>;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999, 8301001|@ohos.telephony.data.d.ts|
|Error code added|NA|Class name: data<br>Method or attribute name: function isCellularDataEnabled(callback: AsyncCallback\<boolean>): void;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.data.d.ts|
|Error code added|NA|Class name: data<br>Method or attribute name: function isCellularDataEnabled(): Promise\<boolean>;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.data.d.ts|
|Error code added|NA|Class name: data<br>Method or attribute name: function enableCellularData(callback: AsyncCallback\<void>): void;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.data.d.ts|
|Error code added|NA|Class name: data<br>Method or attribute name: function enableCellularData(): Promise\<void>;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.data.d.ts|
|Error code added|NA|Class name: data<br>Method or attribute name: function disableCellularData(callback: AsyncCallback\<void>): void;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.data.d.ts|
|Error code added|NA|Class name: data<br>Method or attribute name: function disableCellularData(): Promise\<void>;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.data.d.ts|
|Error code added|NA|Class name: data<br>Method or attribute name: function isCellularDataRoamingEnabled(slotId: number, callback: AsyncCallback\<boolean>): void;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.data.d.ts|
|Error code added|NA|Class name: data<br>Method or attribute name: function isCellularDataRoamingEnabled(slotId: number): Promise\<boolean>;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.data.d.ts|
|Error code added|NA|Class name: data<br>Method or attribute name: function enableCellularDataRoaming(slotId: number, callback: AsyncCallback\<void>): void;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.data.d.ts|
|Error code added|NA|Class name: data<br>Method or attribute name: function enableCellularDataRoaming(slotId: number): Promise\<void>;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.data.d.ts|
|Error code added|NA|Class name: data<br>Method or attribute name: function disableCellularDataRoaming(slotId: number, callback: AsyncCallback\<void>): void;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.data.d.ts|
|Error code added|NA|Class name: data<br>Method or attribute name: function disableCellularDataRoaming(slotId: number): Promise\<void>;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.data.d.ts|
|Error code added|NA|Class name: observer<br>Method or attribute name: function on(type: 'networkStateChange', callback: Callback\<NetworkState>): void;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.observer.d.ts|
|Error code added|NA|Class name: observer<br>Method or attribute name: function on(type: 'networkStateChange', options: { slotId: number }, callback: Callback\<NetworkState>): void;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.observer.d.ts|
|Error code added|NA|Class name: observer<br>Method or attribute name: function off(type: 'networkStateChange', callback?: Callback\<NetworkState>): void;<br>Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.observer.d.ts|
|Error code added|NA|Class name: observer<br>Method or attribute name: function on(type: 'signalInfoChange', callback: Callback\<Array\<SignalInformation>>): void;<br>Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.observer.d.ts|
|Error code added|NA|Class name: observer<br>Method or attribute name: function on(type: 'signalInfoChange', options: { slotId: number },<br> callback: Callback\<Array\<SignalInformation>>): void;<br>Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.observer.d.ts|
|Error code added|NA|Class name: observer<br>Method or attribute name: function off(type: 'signalInfoChange', callback?: Callback\<Array\<SignalInformation>>): void;<br>Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.observer.d.ts|
|Error code added|NA|Class name: observer<br>Method or attribute name: function on(type: 'cellInfoChange', callback: Callback\<Array\<CellInformation>>): void;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.observer.d.ts|
|Error code added|NA|Class name: observer<br>Method or attribute name: function on(type: 'cellInfoChange', options: { slotId: number },<br> callback: Callback\<Array\<CellInformation>>): void;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.observer.d.ts|
|Error code added|NA|Class name: observer<br>Method or attribute name: function off(type: 'cellInfoChange', callback?: Callback\<Array\<CellInformation>>): void;<br>Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.observer.d.ts|
|Error code added|NA|Class name: observer<br>Method or attribute name: function on(type: 'cellularDataConnectionStateChange',<br> callback: Callback\<{ state: DataConnectState, network: RatType }>): void;<br>Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.observer.d.ts|
|Error code added|NA|Class name: observer<br>Method or attribute name: function on(type: 'cellularDataConnectionStateChange', options: { slotId: number },<br> callback: Callback\<{ state: DataConnectState, network: RatType }>): void;<br>Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.observer.d.ts|
|Error code added|NA|Class name: observer<br>Method or attribute name: function off(type: 'cellularDataConnectionStateChange',<br> callback?: Callback\<{ state: DataConnectState, network: RatType }>): void;<br>Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.observer.d.ts|
|Error code added|NA|Class name: observer<br>Method or attribute name: function on(type: 'cellularDataFlowChange', callback: Callback\<DataFlowType>): void;<br>Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.observer.d.ts|
|Error code added|NA|Class name: observer<br>Method or attribute name: function on(type: 'cellularDataFlowChange', options: { slotId: number },<br> callback: Callback\<DataFlowType>): void;<br>Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.observer.d.ts|
|Error code added|NA|Class name: observer<br>Method or attribute name: function off(type: 'cellularDataFlowChange', callback?: Callback\<DataFlowType>): void;<br>Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.observer.d.ts|
|Error code added|NA|Class name: observer<br>Method or attribute name: function on(type: 'callStateChange', callback: Callback\<{ state: CallState, number: string }>): void;<br>Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.observer.d.ts|
|Error code added|NA|Class name: observer<br>Method or attribute name: function on(type: 'callStateChange', options: { slotId: number },<br> callback: Callback\<{ state: CallState, number: string }>): void;<br>Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.observer.d.ts|
|Error code added|NA|Class name: observer<br>Method or attribute name: function off(type: 'callStateChange', callback?: Callback\<{ state: CallState, number: string }>): void;<br>Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.observer.d.ts|
|Error code added|NA|Class name: observer<br>Method or attribute name: function on(type: 'simStateChange', callback: Callback\<SimStateData>): void;<br>Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.observer.d.ts|
|Error code added|NA|Class name: observer<br>Method or attribute name: function on(type: 'simStateChange', options: { slotId: number }, callback: Callback\<SimStateData>): void;<br>Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.observer.d.ts|
|Error code added|NA|Class name: observer<br>Method or attribute name: function off(type: 'simStateChange', callback?: Callback\<SimStateData>): void;<br>Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.observer.d.ts|
|Error code added|NA|Class name: radio<br>Method or attribute name: function getRadioTech(slotId: number,<br> callback: AsyncCallback\<{psRadioTech: RadioTechnology, csRadioTech: RadioTechnology}>): void;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.radio.d.ts|
|Error code added|NA|Class name: radio<br>Method or attribute name: function getRadioTech(slotId: number): Promise\<{psRadioTech: RadioTechnology, csRadioTech: RadioTechnology}>;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.radio.d.ts|
|Error code added|NA|Class name: radio<br>Method or attribute name: function getNetworkState(callback: AsyncCallback\<NetworkState>): void;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.radio.d.ts|
|Error code added|NA|Class name: radio<br>Method or attribute name: function getNetworkState(slotId: number, callback: AsyncCallback\<NetworkState>): void;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.radio.d.ts|
|Error code added|NA|Class name: radio<br>Method or attribute name: function getNetworkState(slotId?: number): Promise\<NetworkState>;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.radio.d.ts|
|Error code added|NA|Class name: radio<br>Method or attribute name: function sendUpdateCellLocationRequest(callback: AsyncCallback\<void>): void;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.radio.d.ts|
|Error code added|NA|Class name: radio<br>Method or attribute name: function sendUpdateCellLocationRequest(slotId: number, callback: AsyncCallback\<void>): void;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.radio.d.ts|
|Error code added|NA|Class name: radio<br>Method or attribute name: function sendUpdateCellLocationRequest(slotId?: number): Promise\<void>;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.radio.d.ts|
|Error code added|NA|Class name: radio<br>Method or attribute name: function getCellInformation(callback: AsyncCallback\<Array\<CellInformation>>): void;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.radio.d.ts|
|Error code added|NA|Class name: radio<br>Method or attribute name: function getCellInformation(slotId: number, callback: AsyncCallback\<Array\<CellInformation>>): void;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.radio.d.ts|
|Error code added|NA|Class name: radio<br>Method or attribute name: function getCellInformation(slotId?: number): Promise\<Array\<CellInformation>>;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.radio.d.ts|
|Error code added|NA|Class name: radio<br>Method or attribute name: function getNetworkSelectionMode(slotId: number, callback: AsyncCallback\<NetworkSelectionMode>): void;<br>Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.radio.d.ts|
|Error code added|NA|Class name: radio<br>Method or attribute name: function getNetworkSelectionMode(slotId: number): Promise\<NetworkSelectionMode>;<br>Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.radio.d.ts|
|Error code added|NA|Class name: radio<br>Method or attribute name: function setNetworkSelectionMode(options: NetworkSelectionModeOptions, callback: AsyncCallback\<void>): void;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.radio.d.ts|
|Error code added|NA|Class name: radio<br>Method or attribute name: function setNetworkSelectionMode(options: NetworkSelectionModeOptions): Promise\<void>;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.radio.d.ts|
|Error code added|NA|Class name: radio<br>Method or attribute name: function getNetworkSearchInformation(slotId: number, callback: AsyncCallback\<NetworkSearchResult>): void;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.radio.d.ts|
|Error code added|NA|Class name: radio<br>Method or attribute name: function getNetworkSearchInformation(slotId: number): Promise\<NetworkSearchResult>;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.radio.d.ts|
|Error code added|NA|Class name: radio<br>Method or attribute name: function getISOCountryCodeForNetwork(slotId: number, callback: AsyncCallback\<string>): void;<br>Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.radio.d.ts|
|Error code added|NA|Class name: radio<br>Method or attribute name: function getISOCountryCodeForNetwork(slotId: number): Promise\<string>;<br>Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.radio.d.ts|
|Error code added|NA|Class name: radio<br>Method or attribute name: function getNrOptionMode(callback: AsyncCallback\<NrOptionMode>): void;<br>Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.radio.d.ts|
|Error code added|NA|Class name: radio<br>Method or attribute name: function getNrOptionMode(slotId: number, callback: AsyncCallback\<NrOptionMode>): void;<br>Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.radio.d.ts|
|Error code added|NA|Class name: radio<br>Method or attribute name: function getNrOptionMode(slotId?: number): Promise\<NrOptionMode>;<br>Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.radio.d.ts|
|Error code added|NA|Class name: radio<br>Method or attribute name: function getIMEI(callback: AsyncCallback\<string>): void;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.radio.d.ts|
|Error code added|NA|Class name: radio<br>Method or attribute name: function getIMEI(slotId: number, callback: AsyncCallback\<string>): void;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.radio.d.ts|
|Error code added|NA|Class name: radio<br>Method or attribute name: function getIMEI(slotId?: number): Promise\<string>;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.radio.d.ts|
|Error code added|NA|Class name: radio<br>Method or attribute name: function getMEID(callback: AsyncCallback\<string>): void;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.radio.d.ts|
|Error code added|NA|Class name: radio<br>Method or attribute name: function getMEID(slotId: number, callback: AsyncCallback\<string>): void;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.radio.d.ts|
|Error code added|NA|Class name: radio<br>Method or attribute name: function getMEID(slotId?: number): Promise\<string>;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.radio.d.ts|
|Error code added|NA|Class name: radio<br>Method or attribute name: function getUniqueDeviceId(callback: AsyncCallback\<string>): void;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.radio.d.ts|
|Error code added|NA|Class name: radio<br>Method or attribute name: function getUniqueDeviceId(slotId: number, callback: AsyncCallback\<string>): void;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.radio.d.ts|
|Error code added|NA|Class name: radio<br>Method or attribute name: function getUniqueDeviceId(slotId?: number): Promise\<string>;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.radio.d.ts|
|Error code added|NA|Class name: radio<br>Method or attribute name: function getPrimarySlotId(callback: AsyncCallback\<number>): void;<br>Error code: 8300001, 8300002, 8300003, 8300999|@ohos.telephony.radio.d.ts|
|Error code added|NA|Class name: radio<br>Method or attribute name: function getPrimarySlotId(): Promise\<number>;<br>Error code: 8300001, 8300002, 8300003, 8300999|@ohos.telephony.radio.d.ts|
|Error code added|NA|Class name: radio<br>Method or attribute name: function setPrimarySlotId(slotId: number, callback: AsyncCallback\<void>): void;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999|@ohos.telephony.radio.d.ts|
|Error code added|NA|Class name: radio<br>Method or attribute name: function setPrimarySlotId(slotId: number): Promise\<void>;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999|@ohos.telephony.radio.d.ts|
|Error code added|NA|Class name: radio<br>Method or attribute name: function getSignalInformation(slotId: number, callback: AsyncCallback\<Array\<SignalInformation>>): void;<br>Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.radio.d.ts|
|Error code added|NA|Class name: radio<br>Method or attribute name: function getSignalInformation(slotId: number): Promise\<Array\<SignalInformation>>;<br>Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.radio.d.ts|
|Error code added|NA|Class name: radio<br>Method or attribute name: function isRadioOn(callback: AsyncCallback\<boolean>): void;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.radio.d.ts|
|Error code added|NA|Class name: radio<br>Method or attribute name: function isRadioOn(slotId: number, callback: AsyncCallback\<boolean>): void<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.radio.d.ts|
|Error code added|NA|Class name: radio<br>Method or attribute name: function isRadioOn(slotId?: number): Promise\<boolean>;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.radio.d.ts|
|Error code added|NA|Class name: radio<br>Method or attribute name: function turnOnRadio(callback: AsyncCallback\<void>): void;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.radio.d.ts|
|Error code added|NA|Class name: radio<br>Method or attribute name: function turnOnRadio(slotId: number, callback: AsyncCallback\<void>): void;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.radio.d.ts|
|Error code added|NA|Class name: radio<br>Method or attribute name: function turnOnRadio(slotId?: number): Promise\<void>;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.radio.d.ts|
|Error code added|NA|Class name: radio<br>Method or attribute name: function turnOffRadio(callback: AsyncCallback\<void>): void;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.radio.d.ts|
|Error code added|NA|Class name: radio<br>Method or attribute name: function turnOffRadio(slotId: number, callback: AsyncCallback\<void>): void;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.radio.d.ts|
|Error code added|NA|Class name: radio<br>Method or attribute name: function turnOffRadio(slotId?: number): Promise\<void>;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.radio.d.ts|
|Error code added|NA|Class name: radio<br>Method or attribute name: function getOperatorName(slotId: number, callback: AsyncCallback\<string>): void;<br>Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.radio.d.ts|
|Error code added|NA|Class name: radio<br>Method or attribute name: function getOperatorName(slotId: number): Promise\<string>;<br>Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.radio.d.ts|
|Error code added|NA|Class name: radio<br>Method or attribute name: function setPreferredNetwork(slotId: number, networkMode: PreferredNetworkMode, callback: AsyncCallback\<void>): void;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.radio.d.ts|
|Error code added|NA|Class name: radio<br>Method or attribute name: function setPreferredNetwork(slotId: number, networkMode: PreferredNetworkMode): Promise\<void>;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.radio.d.ts|
|Error code added|NA|Class name: radio<br>Method or attribute name: function getPreferredNetwork(slotId: number, callback: AsyncCallback\<PreferredNetworkMode>): void;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.radio.d.ts|
|Error code added|NA|Class name: radio<br>Method or attribute name: function getPreferredNetwork(slotId: number): Promise\<PreferredNetworkMode>;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.radio.d.ts|
|Error code added|NA|Class name: sim<br>Method or attribute name: function hasOperatorPrivileges(slotId: number, callback: AsyncCallback\<boolean>): void;<br>Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.sim.d.ts|
|Error code added|NA|Class name: sim<br>Method or attribute name: function hasOperatorPrivileges(slotId: number): Promise\<boolean>;<br>Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.sim.d.ts|
|Error code added|NA|Class name: sim<br>Method or attribute name: function getISOCountryCodeForSim(slotId: number, callback: AsyncCallback\<string>): void;<br>Error code: 401, 8300001, 8300002, 8300003, 8300004, 8300999|@ohos.telephony.sim.d.ts|
|Error code added|NA|Class name: sim<br>Method or attribute name: function getISOCountryCodeForSim(slotId: number): Promise\<string>;<br>Error code: 401, 8300001, 8300002, 8300003, 8300004, 8300999|@ohos.telephony.sim.d.ts|
|Error code added|NA|Class name: sim<br>Method or attribute name: function getSimOperatorNumeric(slotId: number, callback: AsyncCallback\<string>): void;<br>Error code: 401, 8300001, 8300002, 8300003, 8300004, 8300999|@ohos.telephony.sim.d.ts|
|Error code added|NA|Class name: sim<br>Method or attribute name: function getSimOperatorNumeric(slotId: number): Promise\<string>;<br>Error code: 401, 8300001, 8300002, 8300003, 8300004, 8300999|@ohos.telephony.sim.d.ts|
|Error code added|NA|Class name: sim<br>Method or attribute name: function getSimSpn(slotId: number, callback: AsyncCallback\<string>): void;<br>Error code: 401, 8300001, 8300002, 8300003, 8300004, 8300999|@ohos.telephony.sim.d.ts|
|Error code added|NA|Class name: sim<br>Method or attribute name: function getSimSpn(slotId: number): Promise\<string>;<br>Error code: 401, 8300001, 8300002, 8300003, 8300004, 8300999|@ohos.telephony.sim.d.ts|
|Error code added|NA|Class name: sim<br>Method or attribute name: function getSimState(slotId: number, callback: AsyncCallback\<SimState>): void;<br>Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.sim.d.ts|
|Error code added|NA|Class name: sim<br>Method or attribute name: function getSimState(slotId: number): Promise\<SimState>;<br>Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.sim.d.ts|
|Error code added|NA|Class name: sim<br>Method or attribute name: function getCardType(slotId: number, callback: AsyncCallback\<CardType>): void;<br>Error code: 401, 8300001, 8300002, 8300003, 8300004, 8300999|@ohos.telephony.sim.d.ts|
|Error code added|NA|Class name: sim<br>Method or attribute name: function getCardType(slotId: number): Promise\<CardType>;<br>Error code: 401, 8300001, 8300002, 8300003, 8300004, 8300999|@ohos.telephony.sim.d.ts|
|Error code added|NA|Class name: sim<br>Method or attribute name: function getSimIccId(slotId: number, callback: AsyncCallback\<string>): void;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999|@ohos.telephony.sim.d.ts|
|Error code added|NA|Class name: sim<br>Method or attribute name: function getSimIccId(slotId: number): Promise\<string>;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999|@ohos.telephony.sim.d.ts|
|Error code added|NA|Class name: sim<br>Method or attribute name: function getVoiceMailIdentifier(slotId: number, callback: AsyncCallback\<string>): void;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999|@ohos.telephony.sim.d.ts|
|Error code added|NA|Class name: sim<br>Method or attribute name: function getVoiceMailIdentifier(slotId: number): Promise\<string>;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999|@ohos.telephony.sim.d.ts|
|Error code added|NA|Class name: sim<br>Method or attribute name: function getVoiceMailNumber(slotId: number, callback: AsyncCallback\<string>): void;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999|@ohos.telephony.sim.d.ts|
|Error code added|NA|Class name: sim<br>Method or attribute name: function getVoiceMailNumber(slotId: number): Promise\<string>;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999|@ohos.telephony.sim.d.ts|
|Error code added|NA|Class name: sim<br>Method or attribute name: function setVoiceMailInfo(slotId: number, mailName: string, mailNumber: string, callback: AsyncCallback\<void>): void;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999, 8301002|@ohos.telephony.sim.d.ts|
|Error code added|NA|Class name: sim<br>Method or attribute name: function setVoiceMailInfo(slotId: number, mailName: string, mailNumber: string): Promise\<void>;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999, 8301002|@ohos.telephony.sim.d.ts|
|Error code added|NA|Class name: sim<br>Method or attribute name: function getSimTelephoneNumber(slotId: number, callback: AsyncCallback\<string>): void;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999|@ohos.telephony.sim.d.ts|
|Error code added|NA|Class name: sim<br>Method or attribute name: function getSimTelephoneNumber(slotId: number): Promise\<string>;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999|@ohos.telephony.sim.d.ts|
|Error code added|NA|Class name: sim<br>Method or attribute name: function getSimGid1(slotId: number, callback: AsyncCallback\<string>): void;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999|@ohos.telephony.sim.d.ts|
|Error code added|NA|Class name: sim<br>Method or attribute name: function getSimGid1(slotId: number): Promise\<string>;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999|@ohos.telephony.sim.d.ts|
|Error code added|NA|Class name: sim<br>Method or attribute name: function getIMSI(slotId: number, callback: AsyncCallback\<string>): void;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999|@ohos.telephony.sim.d.ts|
|Error code added|NA|Class name: sim<br>Method or attribute name: function getIMSI(slotId: number): Promise\<string>;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999|@ohos.telephony.sim.d.ts|
|Error code added|NA|Class name: sim<br>Method or attribute name: function hasSimCard(slotId: number, callback: AsyncCallback\<boolean>): void;<br>Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.sim.d.ts|
|Error code added|NA|Class name: sim<br>Method or attribute name: function hasSimCard(slotId: number): Promise\<boolean>;<br>Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.sim.d.ts|
|Error code added|NA|Class name: sim<br>Method or attribute name: function getSimAccountInfo(slotId: number, callback: AsyncCallback\<IccAccountInfo>): void;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999, 8301002|@ohos.telephony.sim.d.ts|
|Error code added|NA|Class name: sim<br>Method or attribute name: function getSimAccountInfo(slotId: number): Promise\<IccAccountInfo>;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999, 8301002|@ohos.telephony.sim.d.ts|
|Error code added|NA|Class name: sim<br>Method or attribute name: function getActiveSimAccountInfoList(callback: AsyncCallback\<Array\<IccAccountInfo>>): void;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999|@ohos.telephony.sim.d.ts|
|Error code added|NA|Class name: sim<br>Method or attribute name: function getActiveSimAccountInfoList(): Promise\<Array\<IccAccountInfo>>;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999|@ohos.telephony.sim.d.ts|
|Error code added|NA|Class name: sim<br>Method or attribute name: function setDefaultVoiceSlotId(slotId: number, callback: AsyncCallback\<void>): void;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999, 8301001|@ohos.telephony.sim.d.ts|
|Error code added|NA|Class name: sim<br>Method or attribute name: function setDefaultVoiceSlotId(slotId: number): Promise\<void>;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999, 8301001|@ohos.telephony.sim.d.ts|
|Error code added|NA|Class name: sim<br>Method or attribute name: function activateSim(slotId: number, callback: AsyncCallback\<void>): void;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999|@ohos.telephony.sim.d.ts|
|Error code added|NA|Class name: sim<br>Method or attribute name: function activateSim(slotId: number): Promise\<void>;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999|@ohos.telephony.sim.d.ts|
|Error code added|NA|Class name: sim<br>Method or attribute name: function deactivateSim(slotId: number, callback: AsyncCallback\<void>): void;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999|@ohos.telephony.sim.d.ts|
|Error code added|NA|Class name: sim<br>Method or attribute name: function deactivateSim(slotId: number): Promise\<void>;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999|@ohos.telephony.sim.d.ts|
|Error code added|NA|Class name: sim<br>Method or attribute name: function setShowName(slotId: number, name: string, callback: AsyncCallback\<void>): void;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999|@ohos.telephony.sim.d.ts|
|Error code added|NA|Class name: sim<br>Method or attribute name: function setShowName(slotId: number, name: string): Promise\<void>;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999|@ohos.telephony.sim.d.ts|
|Error code added|NA|Class name: sim<br>Method or attribute name: function getShowName(slotId: number, callback: AsyncCallback\<string>): void;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999|@ohos.telephony.sim.d.ts|
|Error code added|NA|Class name: sim<br>Method or attribute name: function getShowName(slotId: number): Promise\<string>;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999|@ohos.telephony.sim.d.ts|
|Error code added|NA|Class name: sim<br>Method or attribute name: function setShowNumber(slotId: number, number: string, callback: AsyncCallback\<void>): void;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999|@ohos.telephony.sim.d.ts|
|Error code added|NA|Class name: sim<br>Method or attribute name: function setShowNumber(slotId: number, number: string): Promise\<void>;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999|@ohos.telephony.sim.d.ts|
|Error code added|NA|Class name: sim<br>Method or attribute name: function getShowNumber(slotId: number, callback: AsyncCallback\<string>): void;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999|@ohos.telephony.sim.d.ts|
|Error code added|NA|Class name: sim<br>Method or attribute name: function getShowNumber(slotId: number): Promise\<string>;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999|@ohos.telephony.sim.d.ts|
|Error code added|NA|Class name: sim<br>Method or attribute name: function getOperatorConfigs(slotId: number, callback: AsyncCallback\<Array\<OperatorConfig>>): void;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.sim.d.ts|
|Error code added|NA|Class name: sim<br>Method or attribute name: function getOperatorConfigs(slotId: number): Promise\<Array\<OperatorConfig>>;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.sim.d.ts|
|Error code added|NA|Class name: sim<br>Method or attribute name: function unlockPin(slotId: number, pin: string, callback: AsyncCallback\<LockStatusResponse>): void;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999, 8301002|@ohos.telephony.sim.d.ts|
|Error code added|NA|Class name: sim<br>Method or attribute name: function unlockPin(slotId: number, pin: string): Promise\<LockStatusResponse>;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999, 8301002|@ohos.telephony.sim.d.ts|
|Error code added|NA|Class name: sim<br>Method or attribute name: function unlockPuk(slotId: number, newPin: string, puk: string, callback: AsyncCallback\<LockStatusResponse>): void;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999, 8301002|@ohos.telephony.sim.d.ts|
|Error code added|NA|Class name: sim<br>Method or attribute name: function unlockPuk(slotId: number, newPin: string, puk: string): Promise\<LockStatusResponse>;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999, 8301002|@ohos.telephony.sim.d.ts|
|Error code added|NA|Class name: sim<br>Method or attribute name: function alterPin(slotId: number, newPin: string, oldPin: string, callback: AsyncCallback\<LockStatusResponse>): void;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999, 8301002|@ohos.telephony.sim.d.ts|
|Error code added|NA|Class name: sim<br>Method or attribute name: function alterPin(slotId: number, newPin: string, oldPin: string): Promise\<LockStatusResponse>;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999, 8301002|@ohos.telephony.sim.d.ts|
|Error code added|NA|Class name: sim<br>Method or attribute name: function setLockState(slotId: number, options: LockInfo, callback: AsyncCallback\<LockStatusResponse>): void;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999, 8301002|@ohos.telephony.sim.d.ts|
|Error code added|NA|Class name: sim<br>Method or attribute name: function setLockState(slotId: number, options: LockInfo): Promise\<LockStatusResponse>;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999, 8301002|@ohos.telephony.sim.d.ts|
|Error code added|NA|Class name: sim<br>Method or attribute name: function unlockPin2(slotId: number, pin2: string, callback: AsyncCallback\<LockStatusResponse>): void;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999, 8301002|@ohos.telephony.sim.d.ts|
|Error code added|NA|Class name: sim<br>Method or attribute name: function unlockPin2(slotId: number, pin2: string): Promise\<LockStatusResponse>;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999, 8301002|@ohos.telephony.sim.d.ts|
|Error code added|NA|Class name: sim<br>Method or attribute name: function unlockPuk2(slotId: number, newPin2: string, puk2: string, callback: AsyncCallback\<LockStatusResponse>): void;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999, 8301002|@ohos.telephony.sim.d.ts|
|Error code added|NA|Class name: sim<br>Method or attribute name: function unlockPuk2(slotId: number, newPin2: string, puk2: string): Promise\<LockStatusResponse>;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999, 8301002|@ohos.telephony.sim.d.ts|
|Error code added|NA|Class name: sim<br>Method or attribute name: function alterPin2(slotId: number, newPin2: string, oldPin2: string, callback: AsyncCallback\<LockStatusResponse>): void;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999, 8301002|@ohos.telephony.sim.d.ts|
|Error code added|NA|Class name: sim<br>Method or attribute name: function alterPin2(slotId: number, newPin2: string, oldPin2: string): Promise\<LockStatusResponse>;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999, 8301002|@ohos.telephony.sim.d.ts|
|Error code added|NA|Class name: sim<br>Method or attribute name: function queryIccDiallingNumbers(slotId: number, type: ContactType, callback: AsyncCallback\<Array\<DiallingNumbersInfo>>): void<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999, 8301002|@ohos.telephony.sim.d.ts|
|Error code added|NA|Class name: sim<br>Method or attribute name: function queryIccDiallingNumbers(slotId: number, type: ContactType): Promise\<Array\<DiallingNumbersInfo>>;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999, 8301002|@ohos.telephony.sim.d.ts|
|Error code added|NA|Class name: sim<br>Method or attribute name: function addIccDiallingNumbers(slotId: number, type: ContactType, diallingNumbers: DiallingNumbersInfo, callback: AsyncCallback\<void>): void;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999, 8301002|@ohos.telephony.sim.d.ts|
|Error code added|NA|Class name: sim<br>Method or attribute name: function addIccDiallingNumbers(slotId: number, type: ContactType, diallingNumbers: DiallingNumbersInfo): Promise\<void>;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999, 8301002|@ohos.telephony.sim.d.ts|
|Error code added|NA|Class name: sim<br>Method or attribute name: function delIccDiallingNumbers(slotId: number, type: ContactType, diallingNumbers: DiallingNumbersInfo, callback: AsyncCallback\<void>): void;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999, 8301002|@ohos.telephony.sim.d.ts|
|Error code added|NA|Class name: sim<br>Method or attribute name: function delIccDiallingNumbers(slotId: number, type: ContactType, diallingNumbers: DiallingNumbersInfo): Promise\<void>;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999, 8301002|@ohos.telephony.sim.d.ts|
|Error code added|NA|Class name: sim<br>Method or attribute name: function updateIccDiallingNumbers(slotId: number, type: ContactType, diallingNumbers: DiallingNumbersInfo, callback: AsyncCallback\<void>): void;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999, 8301002|@ohos.telephony.sim.d.ts|
|Error code added|NA|Class name: sim<br>Method or attribute name: function updateIccDiallingNumbers(slotId: number, type: ContactType, diallingNumbers: DiallingNumbersInfo): Promise\<void>;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999, 8301002|@ohos.telephony.sim.d.ts|
|Error code added|NA|Class name: sim<br>Method or attribute name: function getLockState(slotId: number, lockType: LockType, callback: AsyncCallback\<LockState>): void;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999, 8301002|@ohos.telephony.sim.d.ts|
|Error code added|NA|Class name: sim<br>Method or attribute name: function getLockState(slotId: number, lockType: LockType): Promise\<LockState>;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999, 8301002|@ohos.telephony.sim.d.ts|
|Error code added|NA|Class name: sim<br>Method or attribute name: function sendEnvelopeCmd(slotId: number, cmd: string, callback: AsyncCallback\<void>): void;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999|@ohos.telephony.sim.d.ts|
|Error code added|NA|Class name: sim<br>Method or attribute name: function sendEnvelopeCmd(slotId: number, cmd: string): Promise\<void>;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999|@ohos.telephony.sim.d.ts|
|Error code added|NA|Class name: sim<br>Method or attribute name: function sendTerminalResponseCmd(slotId: number, cmd: string, callback: AsyncCallback\<void>): void;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999|@ohos.telephony.sim.d.ts|
|Error code added|NA|Class name: sim<br>Method or attribute name: function sendTerminalResponseCmd(slotId: number, cmd: string): Promise\<void>;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999|@ohos.telephony.sim.d.ts|
|Error code added|NA|Class name: sim<br>Method or attribute name: function unlockSimLock(slotId: number, lockInfo: PersoLockInfo, callback: AsyncCallback\<LockStatusResponse>): void;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999, 8301002|@ohos.telephony.sim.d.ts|
|Error code added|NA|Class name: sim<br>Method or attribute name: function unlockSimLock(slotId: number, lockInfo: PersoLockInfo): Promise\<LockStatusResponse>;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999, 8301002|@ohos.telephony.sim.d.ts|
|Error code added|NA|Class name: sms<br>Method or attribute name: function splitMessage(content: string, callback: AsyncCallback\<Array\<string>>): void;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.sms.d.ts|
|Error code added|NA|Class name: sms<br>Method or attribute name: function splitMessage(content: string): Promise\<Array\<string>>;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.sms.d.ts|
|Error code added|NA|Class name: sms<br>Method or attribute name: function createMessage(pdu: Array\<number>, specification: string, callback: AsyncCallback\<ShortMessage>): void;<br>Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.sms.d.ts|
|Error code added|NA|Class name: sms<br>Method or attribute name: function createMessage(pdu: Array\<number>, specification: string): Promise\<ShortMessage>;<br>Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.sms.d.ts|
|Error code added|NA|Class name: sms<br>Method or attribute name: function sendMessage(options: SendMessageOptions): void;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.sms.d.ts|
|Error code added|NA|Class name: sms<br>Method or attribute name: function setDefaultSmsSlotId(slotId: number, callback: AsyncCallback\<void>): void;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999|@ohos.telephony.sms.d.ts|
|Error code added|NA|Class name: sms<br>Method or attribute name: function setDefaultSmsSlotId(slotId: number): Promise\<void>;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999|@ohos.telephony.sms.d.ts|
|Error code added|NA|Class name: sms<br>Method or attribute name: function setSmscAddr(slotId: number, smscAddr: string, callback: AsyncCallback\<void>): void;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.sms.d.ts|
|Error code added|NA|Class name: sms<br>Method or attribute name: function setSmscAddr(slotId: number, smscAddr: string): Promise\<void>;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.sms.d.ts|
|Error code added|NA|Class name: sms<br>Method or attribute name: function getSmscAddr(slotId: number, callback: AsyncCallback\<string>): void;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.sms.d.ts|
|Error code added|NA|Class name: sms<br>Method or attribute name: function getSmscAddr(slotId: number): Promise\<string>;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.sms.d.ts|
|Error code added|NA|Class name: sms<br>Method or attribute name: function addSimMessage(options: SimMessageOptions, callback: AsyncCallback\<void>): void;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.sms.d.ts|
|Error code added|NA|Class name: sms<br>Method or attribute name: function addSimMessage(options: SimMessageOptions): Promise\<void>;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.sms.d.ts|
|Error code added|NA|Class name: sms<br>Method or attribute name: function delSimMessage(slotId: number, msgIndex: number, callback: AsyncCallback\<void>): void;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.sms.d.ts|
|Error code added|NA|Class name: sms<br>Method or attribute name: function delSimMessage(slotId: number, msgIndex: number): Promise\<void>;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.sms.d.ts|
|Error code added|NA|Class name: sms<br>Method or attribute name: function updateSimMessage(options: UpdateSimMessageOptions, callback: AsyncCallback\<void>): void;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.sms.d.ts|
|Error code added|NA|Class name: sms<br>Method or attribute name: function updateSimMessage(options: UpdateSimMessageOptions): Promise\<void>;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.sms.d.ts|
|Error code added|NA|Class name: sms<br>Method or attribute name: function getAllSimMessages(slotId: number, callback: AsyncCallback\<Array\<SimShortMessage>>): void;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.sms.d.ts|
|Error code added|NA|Class name: sms<br>Method or attribute name: function getAllSimMessages(slotId: number): Promise\<Array\<SimShortMessage>>;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.sms.d.ts|
|Error code added|NA|Class name: sms<br>Method or attribute name: function setCBConfig(options: CBConfigOptions, callback: AsyncCallback\<void>): void;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.sms.d.ts|
|Error code added|NA|Class name: sms<br>Method or attribute name: function setCBConfig(options: CBConfigOptions): Promise\<void>;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.sms.d.ts|
|Error code added|NA|Class name: sms<br>Method or attribute name: function getSmsSegmentsInfo(slotId: number, message: string, force7bit: boolean, callback: AsyncCallback\<SmsSegmentsInfo>): void;<br>Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.sms.d.ts|
|Error code added|NA|Class name: sms<br>Method or attribute name: function getSmsSegmentsInfo(slotId: number, message: string, force7bit: boolean): Promise\<SmsSegmentsInfo>;<br>Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.sms.d.ts|
|Error code added|NA|Class name: sms<br>Method or attribute name: function isImsSmsSupported(slotId: number, callback: AsyncCallback\<boolean>): void;<br>Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.sms.d.ts|
|Error code added|NA|Class name: sms<br>Method or attribute name: function isImsSmsSupported(slotId: number): Promise\<boolean>;<br>Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.sms.d.ts|
|Error code added|NA|Class name: sms<br>Method or attribute name: function getImsShortMessageFormat(callback: AsyncCallback\<string>): void;<br>Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.sms.d.ts|
|Error code added|NA|Class name: sms<br>Method or attribute name: function getImsShortMessageFormat(): Promise\<string>;<br>Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.sms.d.ts|
|Error code added|NA|Class name: sms<br>Method or attribute name: function decodeMms(mmsFilePathName: string \| Array\<number>, callback: AsyncCallback\<MmsInformation>): void;<br>Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.sms.d.ts|
|Error code added|NA|Class name: sms<br>Method or attribute name: function decodeMms(mmsFilePathName: string \| Array\<number>): Promise\<MmsInformation>;<br>Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.sms.d.ts|
|Error code added|NA|Class name: sms<br>Method or attribute name: function encodeMms(mms: MmsInformation, callback: AsyncCallback\<Array\<number>>): void;<br>Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.sms.d.ts|
|Error code added|NA|Class name: sms<br>Method or attribute name: function encodeMms(mms: MmsInformation): Promise\<Array\<number>>;<br>Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.sms.d.ts|
| Change Type | Old Version | New Version | d.ts File |
| ---- | ------ | ------ | -------- |
|Added|NA|Module name: ohos.UiTest<br>Class name: MatchPattern|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: MatchPattern<br>Method or attribute name: EQUALS = 0|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: MatchPattern<br>Method or attribute name: CONTAINS = 1|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: MatchPattern<br>Method or attribute name: STARTS_WITH = 2|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: MatchPattern<br>Method or attribute name: ENDS_WITH = 3|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: By|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: By<br>Method or attribute name: text(txt: string, pattern?: MatchPattern): By;|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: By<br>Method or attribute name: key(key: string): By;|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: By<br>Method or attribute name: id(id: number): By;|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: By<br>Method or attribute name: type(tp: string): By;|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: By<br>Method or attribute name: clickable(b?: boolean): By;|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: By<br>Method or attribute name: scrollable(b?: boolean): By;|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: By<br>Method or attribute name: enabled(b?: boolean): By;|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: By<br>Method or attribute name: focused(b?: boolean): By;|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: By<br>Method or attribute name: selected(b?: boolean): By;|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: By<br>Method or attribute name: isBefore(by: By): By;|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: By<br>Method or attribute name: isAfter(by: By): By;|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: UiComponent|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: UiComponent<br>Method or attribute name: click(): Promise\<void>;|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: UiComponent<br>Method or attribute name: doubleClick(): Promise\<void>;|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: UiComponent<br>Method or attribute name: longClick(): Promise\<void>;|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: UiComponent<br>Method or attribute name: getId(): Promise\<number>;|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: UiComponent<br>Method or attribute name: getKey(): Promise\<string>;|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: UiComponent<br>Method or attribute name: getText(): Promise\<string>;|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: UiComponent<br>Method or attribute name: getType(): Promise\<string>;|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: UiComponent<br>Method or attribute name: isClickable(): Promise\<boolean>;|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: UiComponent<br>Method or attribute name: isScrollable(): Promise\<boolean>;|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: UiComponent<br>Method or attribute name: isEnabled(): Promise\<boolean>;|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: UiComponent<br>Method or attribute name: isFocused(): Promise\<boolean>;|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: UiComponent<br>Method or attribute name: isSelected(): Promise\<boolean>;|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: UiComponent<br>Method or attribute name: inputText(text: string): Promise\<void>;|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: UiComponent<br>Method or attribute name: scrollSearch(by: By): Promise\<UiComponent>;|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: UiDriver|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: UiDriver<br>Method or attribute name: static create(): UiDriver;|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: UiDriver<br>Method or attribute name: delayMs(duration: number): Promise\<void>;|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: UiDriver<br>Method or attribute name: findComponent(by: By): Promise\<UiComponent>;|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: UiDriver<br>Method or attribute name: findComponents(by: By): Promise\<Array\<UiComponent>>;|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: UiDriver<br>Method or attribute name: assertComponentExist(by: By): Promise\<void>;|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: UiDriver<br>Method or attribute name: pressBack(): Promise\<void>;|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: UiDriver<br>Method or attribute name: triggerKey(keyCode: number): Promise\<void>;|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: UiDriver<br>Method or attribute name: click(x: number, y: number): Promise\<void>;|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: UiDriver<br>Method or attribute name: doubleClick(x: number, y: number): Promise\<void>;|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: UiDriver<br>Method or attribute name: longClick(x: number, y: number): Promise\<void>;|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: UiDriver<br>Method or attribute name: swipe(startx: number, starty: number, endx: number, endy: number): Promise\<void>;|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: UiDriver<br>Method or attribute name: screenCap(savePath: string): Promise\<boolean>;|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: WindowMode|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: WindowMode<br>Method or attribute name: FULLSCREEN = 0|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: WindowMode<br>Method or attribute name: PRIMARY = 1|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: WindowMode<br>Method or attribute name: SECONDARY = 2|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: WindowMode<br>Method or attribute name: FLOATING = 3|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: ResizeDirection|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: ResizeDirection<br>Method or attribute name: LEFT = 0|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: ResizeDirection<br>Method or attribute name: RIGHT = 1|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: ResizeDirection<br>Method or attribute name: UP = 2|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: ResizeDirection<br>Method or attribute name: DOWN = 3|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: ResizeDirection<br>Method or attribute name: LEFT_UP = 4|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: ResizeDirection<br>Method or attribute name: LEFT_DOWN = 5|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: ResizeDirection<br>Method or attribute name: RIGHT_UP = 6|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: ResizeDirection<br>Method or attribute name: RIGHT_DOWN = 7|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: DisplayRotation|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: DisplayRotation<br>Method or attribute name: ROTATION_0 = 0|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: DisplayRotation<br>Method or attribute name: ROTATION_90 = 1|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: DisplayRotation<br>Method or attribute name: ROTATION_180 = 2|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: DisplayRotation<br>Method or attribute name: ROTATION_270 = 3|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: Point|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: Point<br>Method or attribute name: readonly x: number;|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: Point<br>Method or attribute name: readonly y: number;|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: Rect|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: Rect<br>Method or attribute name: readonly left: number;|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: Rect<br>Method or attribute name: readonly top: number;|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: Rect<br>Method or attribute name: readonly right: number;|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: Rect<br>Method or attribute name: readonly bottom: number;|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: WindowFilter|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: WindowFilter<br>Method or attribute name: bundleName?: string;|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: WindowFilter<br>Method or attribute name: title?: string;|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: WindowFilter<br>Method or attribute name: focused?: boolean;|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: WindowFilter<br>Method or attribute name: actived?: boolean;|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: On|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: On<br>Method or attribute name: text(txt: string, pattern?: MatchPattern): On;|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: On<br>Method or attribute name: id(id: string): On;|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: On<br>Method or attribute name: type(tp: string): On;|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: On<br>Method or attribute name: clickable(b?: boolean): On;|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: On<br>Method or attribute name: longClickable(b?: boolean): On;|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: On<br>Method or attribute name: scrollable(b?: boolean): On;|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: On<br>Method or attribute name: enabled(b?: boolean): On;|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: On<br>Method or attribute name: focused(b?: boolean): On;|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: On<br>Method or attribute name: selected(b?: boolean): On;|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: On<br>Method or attribute name: checked(b?: boolean): On;|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: On<br>Method or attribute name: checkable(b?: boolean): On;|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: On<br>Method or attribute name: isBefore(on: On): On;|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: On<br>Method or attribute name: isAfter(on: On): On;|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: Component|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: Component<br>Method or attribute name: click(): Promise\<void>;|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: Component<br>Method or attribute name: doubleClick(): Promise\<void>;|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: Component<br>Method or attribute name: longClick(): Promise\<void>;|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: Component<br>Method or attribute name: getId(): Promise\<string>;|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: Component<br>Method or attribute name: getText(): Promise\<string>;|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: Component<br>Method or attribute name: getType(): Promise\<string>;|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: Component<br>Method or attribute name: isClickable(): Promise\<boolean>;|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: Component<br>Method or attribute name: isLongClickable(): Promise\<boolean>;|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: Component<br>Method or attribute name: isScrollable(): Promise\<boolean>;|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: Component<br>Method or attribute name: isEnabled(): Promise\<boolean>;|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: Component<br>Method or attribute name: isFocused(): Promise\<boolean>;|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: Component<br>Method or attribute name: isSelected(): Promise\<boolean>;|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: Component<br>Method or attribute name: isChecked(): Promise\<boolean>;|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: Component<br>Method or attribute name: isCheckable(): Promise\<boolean>;|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: Component<br>Method or attribute name: inputText(text: string): Promise\<void>;|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: Component<br>Method or attribute name: clearText(): Promise\<void>;|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: Component<br>Method or attribute name: scrollToTop(speed?: number): Promise\<void>;|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: Component<br>Method or attribute name: scrollToBottom(speed?: number): Promise\<void>;|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: Component<br>Method or attribute name: scrollSearch(on: On): Promise\<Component>;|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: Component<br>Method or attribute name: getBounds(): Promise\<Rect>;|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: Component<br>Method or attribute name: getBoundsCenter(): Promise\<Point>;|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: Component<br>Method or attribute name: dragTo(target: Component): Promise\<void>;|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: Component<br>Method or attribute name: pinchOut(scale: number): Promise\<void>;|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: Component<br>Method or attribute name: pinchIn(scale: number): Promise\<void>;|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: Driver|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: Driver<br>Method or attribute name: static create(): Driver;|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: Driver<br>Method or attribute name: delayMs(duration: number): Promise\<void>;|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: Driver<br>Method or attribute name: findComponent(on: On): Promise\<Component>;|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: Driver<br>Method or attribute name: findWindow(filter: WindowFilter): Promise\<UiWindow>;|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: Driver<br>Method or attribute name: waitForComponent(on: On, time: number): Promise\<Component>;|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: Driver<br>Method or attribute name: findComponents(on: On): Promise\<Array\<Component>>;|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: Driver<br>Method or attribute name: assertComponentExist(on: On): Promise\<void>;|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: Driver<br>Method or attribute name: pressBack(): Promise\<void>;|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: Driver<br>Method or attribute name: triggerKey(keyCode: number): Promise\<void>;|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: Driver<br>Method or attribute name: triggerCombineKeys(key0: number, key1: number, key2?: number): Promise\<void>;|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: Driver<br>Method or attribute name: click(x: number, y: number): Promise\<void>;|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: Driver<br>Method or attribute name: doubleClick(x: number, y: number): Promise\<void>;|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: Driver<br>Method or attribute name: longClick(x: number, y: number): Promise\<void>;|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: Driver<br>Method or attribute name: swipe(startx: number, starty: number, endx: number, endy: number, speed?: number): Promise\<void>;|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: Driver<br>Method or attribute name: drag(startx: number, starty: number, endx: number, endy: number, speed?: number): Promise\<void>;|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: Driver<br>Method or attribute name: screenCap(savePath: string): Promise\<boolean>;|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: Driver<br>Method or attribute name: setDisplayRotation(rotation: DisplayRotation): Promise\<void>;|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: Driver<br>Method or attribute name: getDisplayRotation(): Promise\<DisplayRotation>;|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: Driver<br>Method or attribute name: setDisplayRotationEnabled(enabled: boolean): Promise\<void>;|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: Driver<br>Method or attribute name: getDisplaySize(): Promise\<Point>;|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: Driver<br>Method or attribute name: getDisplayDensity(): Promise\<Point>;|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: Driver<br>Method or attribute name: wakeUpDisplay(): Promise\<void>;|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: Driver<br>Method or attribute name: pressHome(): Promise\<void>;|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: Driver<br>Method or attribute name: waitForIdle(idleTime: number, timeout: number): Promise\<boolean>;|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: Driver<br>Method or attribute name: fling(from: Point, to: Point, stepLen: number, speed: number): Promise\<void>;|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: Driver<br>Method or attribute name: injectMultiPointerAction(pointers: PointerMatrix, speed?: number): Promise\<boolean>;|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: UiWindow|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: UiWindow<br>Method or attribute name: getBundleName(): Promise\<string>;|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: UiWindow<br>Method or attribute name: getBounds(): Promise\<Rect>;|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: UiWindow<br>Method or attribute name: getTitle(): Promise\<string>;|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: UiWindow<br>Method or attribute name: getWindowMode(): Promise\<WindowMode>;|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: UiWindow<br>Method or attribute name: isFocused(): Promise\<boolean>;|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: UiWindow<br>Method or attribute name: isActived(): Promise\<boolean>;|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: UiWindow<br>Method or attribute name: focus(): Promise\<void>;|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: UiWindow<br>Method or attribute name: moveTo(x: number, y: number): Promise\<void>;|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: UiWindow<br>Method or attribute name: resize(wide: number, height: number, direction: ResizeDirection): Promise\<void>;|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: UiWindow<br>Method or attribute name: split(): Promise\<void>;|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: UiWindow<br>Method or attribute name: maximize(): Promise\<void>;|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: UiWindow<br>Method or attribute name: minimize(): Promise\<void>;|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: UiWindow<br>Method or attribute name: resume(): Promise\<void>;|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: UiWindow<br>Method or attribute name: close(): Promise\<void>;|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: PointerMatrix|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: PointerMatrix<br>Method or attribute name: static create(fingers: number, steps: number): PointerMatrix;|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: PointerMatrix<br>Method or attribute name: setPoint(finger: number, step: number, point: Point): void;|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: global<br>Method or attribute name: declare const BY: By;|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: global<br>Method or attribute name: declare const ON: On;|@ohos.UiTest.d.ts|
|Deleted|Module name: ohos.uitest<br>Class name: MatchPattern|NA|@ohos.uitest.d.ts|
|Deleted|Module name: ohos.uitest<br>Class name: MatchPattern<br>Method or attribute name: EQUALS = 0|NA|@ohos.uitest.d.ts|
|Deleted|Module name: ohos.uitest<br>Class name: MatchPattern<br>Method or attribute name: CONTAINS = 1|NA|@ohos.uitest.d.ts|
|Deleted|Module name: ohos.uitest<br>Class name: MatchPattern<br>Method or attribute name: STARTS_WITH = 2|NA|@ohos.uitest.d.ts|
|Deleted|Module name: ohos.uitest<br>Class name: MatchPattern<br>Method or attribute name: ENDS_WITH = 3|NA|@ohos.uitest.d.ts|
|Deleted|Module name: ohos.uitest<br>Class name: By|NA|@ohos.uitest.d.ts|
|Deleted|Module name: ohos.uitest<br>Class name: By<br>Method or attribute name: text(txt: string, pattern?: MatchPattern): By;|NA|@ohos.uitest.d.ts|
|Deleted|Module name: ohos.uitest<br>Class name: By<br>Method or attribute name: key(key: string): By;|NA|@ohos.uitest.d.ts|
|Deleted|Module name: ohos.uitest<br>Class name: By<br>Method or attribute name: id(id: number): By;|NA|@ohos.uitest.d.ts|
|Deleted|Module name: ohos.uitest<br>Class name: By<br>Method or attribute name: type(tp: string): By;|NA|@ohos.uitest.d.ts|
|Deleted|Module name: ohos.uitest<br>Class name: By<br>Method or attribute name: clickable(b?: boolean): By;|NA|@ohos.uitest.d.ts|
|Deleted|Module name: ohos.uitest<br>Class name: By<br>Method or attribute name: scrollable(b?: boolean): By;|NA|@ohos.uitest.d.ts|
|Deleted|Module name: ohos.uitest<br>Class name: By<br>Method or attribute name: enabled(b?: boolean): By;|NA|@ohos.uitest.d.ts|
|Deleted|Module name: ohos.uitest<br>Class name: By<br>Method or attribute name: focused(b?: boolean): By;|NA|@ohos.uitest.d.ts|
|Deleted|Module name: ohos.uitest<br>Class name: By<br>Method or attribute name: selected(b?: boolean): By;|NA|@ohos.uitest.d.ts|
|Deleted|Module name: ohos.uitest<br>Class name: By<br>Method or attribute name: isBefore(by: By): By;|NA|@ohos.uitest.d.ts|
|Deleted|Module name: ohos.uitest<br>Class name: By<br>Method or attribute name: isAfter(by: By): By;|NA|@ohos.uitest.d.ts|
|Deleted|Module name: ohos.uitest<br>Class name: UiComponent|NA|@ohos.uitest.d.ts|
|Deleted|Module name: ohos.uitest<br>Class name: UiComponent<br>Method or attribute name: click(): Promise\<void>;|NA|@ohos.uitest.d.ts|
|Deleted|Module name: ohos.uitest<br>Class name: UiComponent<br>Method or attribute name: doubleClick(): Promise\<void>;|NA|@ohos.uitest.d.ts|
|Deleted|Module name: ohos.uitest<br>Class name: UiComponent<br>Method or attribute name: longClick(): Promise\<void>;|NA|@ohos.uitest.d.ts|
|Deleted|Module name: ohos.uitest<br>Class name: UiComponent<br>Method or attribute name: getId(): Promise\<number>;|NA|@ohos.uitest.d.ts|
|Deleted|Module name: ohos.uitest<br>Class name: UiComponent<br>Method or attribute name: getKey(): Promise\<string>;|NA|@ohos.uitest.d.ts|
|Deleted|Module name: ohos.uitest<br>Class name: UiComponent<br>Method or attribute name: getText(): Promise\<string>;|NA|@ohos.uitest.d.ts|
|Deleted|Module name: ohos.uitest<br>Class name: UiComponent<br>Method or attribute name: getType(): Promise\<string>;|NA|@ohos.uitest.d.ts|
|Deleted|Module name: ohos.uitest<br>Class name: UiComponent<br>Method or attribute name: isClickable(): Promise\<boolean>;|NA|@ohos.uitest.d.ts|
|Deleted|Module name: ohos.uitest<br>Class name: UiComponent<br>Method or attribute name: isScrollable(): Promise\<boolean>;|NA|@ohos.uitest.d.ts|
|Deleted|Module name: ohos.uitest<br>Class name: UiComponent<br>Method or attribute name: isEnabled(): Promise\<boolean>;|NA|@ohos.uitest.d.ts|
|Deleted|Module name: ohos.uitest<br>Class name: UiComponent<br>Method or attribute name: isFocused(): Promise\<boolean>;|NA|@ohos.uitest.d.ts|
|Deleted|Module name: ohos.uitest<br>Class name: UiComponent<br>Method or attribute name: isSelected(): Promise\<boolean>;|NA|@ohos.uitest.d.ts|
|Deleted|Module name: ohos.uitest<br>Class name: UiComponent<br>Method or attribute name: inputText(text: string): Promise\<void>;|NA|@ohos.uitest.d.ts|
|Deleted|Module name: ohos.uitest<br>Class name: UiComponent<br>Method or attribute name: scrollSearch(by: By): Promise\<UiComponent>;|NA|@ohos.uitest.d.ts|
|Deleted|Module name: ohos.uitest<br>Class name: UiDriver|NA|@ohos.uitest.d.ts|
|Deleted|Module name: ohos.uitest<br>Class name: UiDriver<br>Method or attribute name: static create(): UiDriver;|NA|@ohos.uitest.d.ts|
|Deleted|Module name: ohos.uitest<br>Class name: UiDriver<br>Method or attribute name: delayMs(duration: number): Promise\<void>;|NA|@ohos.uitest.d.ts|
|Deleted|Module name: ohos.uitest<br>Class name: UiDriver<br>Method or attribute name: findComponent(by: By): Promise\<UiComponent>;|NA|@ohos.uitest.d.ts|
|Deleted|Module name: ohos.uitest<br>Class name: UiDriver<br>Method or attribute name: findComponents(by: By): Promise\<Array\<UiComponent>>;|NA|@ohos.uitest.d.ts|
|Deleted|Module name: ohos.uitest<br>Class name: UiDriver<br>Method or attribute name: assertComponentExist(by: By): Promise\<void>;|NA|@ohos.uitest.d.ts|
|Deleted|Module name: ohos.uitest<br>Class name: UiDriver<br>Method or attribute name: pressBack(): Promise\<void>;|NA|@ohos.uitest.d.ts|
|Deleted|Module name: ohos.uitest<br>Class name: UiDriver<br>Method or attribute name: triggerKey(keyCode: number): Promise\<void>;|NA|@ohos.uitest.d.ts|
|Deleted|Module name: ohos.uitest<br>Class name: UiDriver<br>Method or attribute name: click(x: number, y: number): Promise\<void>;|NA|@ohos.uitest.d.ts|
|Deleted|Module name: ohos.uitest<br>Class name: UiDriver<br>Method or attribute name: doubleClick(x: number, y: number): Promise\<void>;|NA|@ohos.uitest.d.ts|
|Deleted|Module name: ohos.uitest<br>Class name: UiDriver<br>Method or attribute name: longClick(x: number, y: number): Promise\<void>;|NA|@ohos.uitest.d.ts|
|Deleted|Module name: ohos.uitest<br>Class name: UiDriver<br>Method or attribute name: swipe(startx: number, starty: number, endx: number, endy: number): Promise\<void>;|NA|@ohos.uitest.d.ts|
|Deleted|Module name: ohos.uitest<br>Class name: UiDriver<br>Method or attribute name: screenCap(savePath: string): Promise\<boolean>;|NA|@ohos.uitest.d.ts|
|Deleted|Module name: ohos.uitest<br>Class name: WindowMode|NA|@ohos.uitest.d.ts|
|Deleted|Module name: ohos.uitest<br>Class name: WindowMode<br>Method or attribute name: FULLSCREEN|NA|@ohos.uitest.d.ts|
|Deleted|Module name: ohos.uitest<br>Class name: WindowMode<br>Method or attribute name: PRIMARY|NA|@ohos.uitest.d.ts|
|Deleted|Module name: ohos.uitest<br>Class name: WindowMode<br>Method or attribute name: SECONDARY|NA|@ohos.uitest.d.ts|
|Deleted|Module name: ohos.uitest<br>Class name: WindowMode<br>Method or attribute name: FLOATING|NA|@ohos.uitest.d.ts|
|Deleted|Module name: ohos.uitest<br>Class name: ResizeDirection|NA|@ohos.uitest.d.ts|
|Deleted|Module name: ohos.uitest<br>Class name: ResizeDirection<br>Method or attribute name: LEFT|NA|@ohos.uitest.d.ts|
|Deleted|Module name: ohos.uitest<br>Class name: ResizeDirection<br>Method or attribute name: RIGHT|NA|@ohos.uitest.d.ts|
|Deleted|Module name: ohos.uitest<br>Class name: ResizeDirection<br>Method or attribute name: UP|NA|@ohos.uitest.d.ts|
|Deleted|Module name: ohos.uitest<br>Class name: ResizeDirection<br>Method or attribute name: DOWN|NA|@ohos.uitest.d.ts|
|Deleted|Module name: ohos.uitest<br>Class name: ResizeDirection<br>Method or attribute name: LEFT_UP|NA|@ohos.uitest.d.ts|
|Deleted|Module name: ohos.uitest<br>Class name: ResizeDirection<br>Method or attribute name: LEFT_DOWN|NA|@ohos.uitest.d.ts|
|Deleted|Module name: ohos.uitest<br>Class name: ResizeDirection<br>Method or attribute name: RIGHT_UP|NA|@ohos.uitest.d.ts|
|Deleted|Module name: ohos.uitest<br>Class name: ResizeDirection<br>Method or attribute name: RIGHT_DOWN|NA|@ohos.uitest.d.ts|
|Deleted|Module name: ohos.uitest<br>Class name: DisplayRotation|NA|@ohos.uitest.d.ts|
|Deleted|Module name: ohos.uitest<br>Class name: DisplayRotation<br>Method or attribute name: ROTATION_0|NA|@ohos.uitest.d.ts|
|Deleted|Module name: ohos.uitest<br>Class name: DisplayRotation<br>Method or attribute name: ROTATION_90|NA|@ohos.uitest.d.ts|
|Deleted|Module name: ohos.uitest<br>Class name: DisplayRotation<br>Method or attribute name: ROTATION_180|NA|@ohos.uitest.d.ts|
|Deleted|Module name: ohos.uitest<br>Class name: DisplayRotation<br>Method or attribute name: ROTATION_270|NA|@ohos.uitest.d.ts|
|Deleted|Module name: ohos.uitest<br>Class name: Point|NA|@ohos.uitest.d.ts|
|Deleted|Module name: ohos.uitest<br>Class name: Point<br>Method or attribute name: readonly X: number;|NA|@ohos.uitest.d.ts|
|Deleted|Module name: ohos.uitest<br>Class name: Point<br>Method or attribute name: readonly Y: number;|NA|@ohos.uitest.d.ts|
|Deleted|Module name: ohos.uitest<br>Class name: Rect|NA|@ohos.uitest.d.ts|
|Deleted|Module name: ohos.uitest<br>Class name: Rect<br>Method or attribute name: readonly left: number;|NA|@ohos.uitest.d.ts|
|Deleted|Module name: ohos.uitest<br>Class name: Rect<br>Method or attribute name: readonly top: number;|NA|@ohos.uitest.d.ts|
|Deleted|Module name: ohos.uitest<br>Class name: Rect<br>Method or attribute name: readonly right: number;|NA|@ohos.uitest.d.ts|
|Deleted|Module name: ohos.uitest<br>Class name: Rect<br>Method or attribute name: readonly bottom: number;|NA|@ohos.uitest.d.ts|
|Deleted|Module name: ohos.uitest<br>Class name: WindowFilter|NA|@ohos.uitest.d.ts|
|Deleted|Module name: ohos.uitest<br>Class name: WindowFilter<br>Method or attribute name: bundleName?: string;|NA|@ohos.uitest.d.ts|
|Deleted|Module name: ohos.uitest<br>Class name: WindowFilter<br>Method or attribute name: title?: string;|NA|@ohos.uitest.d.ts|
|Deleted|Module name: ohos.uitest<br>Class name: WindowFilter<br>Method or attribute name: focused?: boolean;|NA|@ohos.uitest.d.ts|
|Deleted|Module name: ohos.uitest<br>Class name: WindowFilter<br>Method or attribute name: actived?: boolean;|NA|@ohos.uitest.d.ts|
|Deleted|Module name: ohos.uitest<br>Class name: On|NA|@ohos.uitest.d.ts|
|Deleted|Module name: ohos.uitest<br>Class name: On<br>Method or attribute name: text(txt: string, pattern?: MatchPattern): On;|NA|@ohos.uitest.d.ts|
|Deleted|Module name: ohos.uitest<br>Class name: On<br>Method or attribute name: id(id: string): On;|NA|@ohos.uitest.d.ts|
|Deleted|Module name: ohos.uitest<br>Class name: On<br>Method or attribute name: type(tp: string): On;|NA|@ohos.uitest.d.ts|
|Deleted|Module name: ohos.uitest<br>Class name: On<br>Method or attribute name: clickable(b?: boolean): On;|NA|@ohos.uitest.d.ts|
|Deleted|Module name: ohos.uitest<br>Class name: On<br>Method or attribute name: longClickable(b?: boolean): On;|NA|@ohos.uitest.d.ts|
|Deleted|Module name: ohos.uitest<br>Class name: On<br>Method or attribute name: scrollable(b?: boolean): On;|NA|@ohos.uitest.d.ts|
|Deleted|Module name: ohos.uitest<br>Class name: On<br>Method or attribute name: enabled(b?: boolean): On;|NA|@ohos.uitest.d.ts|
|Deleted|Module name: ohos.uitest<br>Class name: On<br>Method or attribute name: focused(b?: boolean): On;|NA|@ohos.uitest.d.ts|
|Deleted|Module name: ohos.uitest<br>Class name: On<br>Method or attribute name: selected(b?: boolean): On;|NA|@ohos.uitest.d.ts|
|Deleted|Module name: ohos.uitest<br>Class name: On<br>Method or attribute name: checked(b?: boolean): On;|NA|@ohos.uitest.d.ts|
|Deleted|Module name: ohos.uitest<br>Class name: On<br>Method or attribute name: checkable(b?: boolean): On;|NA|@ohos.uitest.d.ts|
|Deleted|Module name: ohos.uitest<br>Class name: On<br>Method or attribute name: isBefore(on: On): On;|NA|@ohos.uitest.d.ts|
|Deleted|Module name: ohos.uitest<br>Class name: On<br>Method or attribute name: isAfter(on: On): On;|NA|@ohos.uitest.d.ts|
|Deleted|Module name: ohos.uitest<br>Class name: Component|NA|@ohos.uitest.d.ts|
|Deleted|Module name: ohos.uitest<br>Class name: Component<br>Method or attribute name: click(): Promise\<void>;|NA|@ohos.uitest.d.ts|
|Deleted|Module name: ohos.uitest<br>Class name: Component<br>Method or attribute name: doubleClick(): Promise\<void>;|NA|@ohos.uitest.d.ts|
|Deleted|Module name: ohos.uitest<br>Class name: Component<br>Method or attribute name: longClick(): Promise\<void>;|NA|@ohos.uitest.d.ts|
|Deleted|Module name: ohos.uitest<br>Class name: Component<br>Method or attribute name: getId(): Promise\<string>;|NA|@ohos.uitest.d.ts|
|Deleted|Module name: ohos.uitest<br>Class name: Component<br>Method or attribute name: getText(): Promise\<string>;|NA|@ohos.uitest.d.ts|
|Deleted|Module name: ohos.uitest<br>Class name: Component<br>Method or attribute name: getType(): Promise\<string>;|NA|@ohos.uitest.d.ts|
|Deleted|Module name: ohos.uitest<br>Class name: Component<br>Method or attribute name: isClickable(): Promise\<boolean>;|NA|@ohos.uitest.d.ts|
|Deleted|Module name: ohos.uitest<br>Class name: Component<br>Method or attribute name: isLongClickable(): Promise\<boolean>;|NA|@ohos.uitest.d.ts|
|Deleted|Module name: ohos.uitest<br>Class name: Component<br>Method or attribute name: isScrollable(): Promise\<boolean>;|NA|@ohos.uitest.d.ts|
|Deleted|Module name: ohos.uitest<br>Class name: Component<br>Method or attribute name: isEnabled(): Promise\<boolean>;|NA|@ohos.uitest.d.ts|
|Deleted|Module name: ohos.uitest<br>Class name: Component<br>Method or attribute name: isFocused(): Promise\<boolean>;|NA|@ohos.uitest.d.ts|
|Deleted|Module name: ohos.uitest<br>Class name: Component<br>Method or attribute name: isSelected(): Promise\<boolean>;|NA|@ohos.uitest.d.ts|
|Deleted|Module name: ohos.uitest<br>Class name: Component<br>Method or attribute name: isChecked(): Promise\<boolean>;|NA|@ohos.uitest.d.ts|
|Deleted|Module name: ohos.uitest<br>Class name: Component<br>Method or attribute name: isCheckable(): Promise\<boolean>;|NA|@ohos.uitest.d.ts|
|Deleted|Module name: ohos.uitest<br>Class name: Component<br>Method or attribute name: inputText(text: string): Promise\<void>;|NA|@ohos.uitest.d.ts|
|Deleted|Module name: ohos.uitest<br>Class name: Component<br>Method or attribute name: clearText(): Promise\<void>;|NA|@ohos.uitest.d.ts|
|Deleted|Module name: ohos.uitest<br>Class name: Component<br>Method or attribute name: scrollToTop(speed?: number): Promise\<void>;|NA|@ohos.uitest.d.ts|
|Deleted|Module name: ohos.uitest<br>Class name: Component<br>Method or attribute name: scrollToBottom(speed?: number): Promise\<void>;|NA|@ohos.uitest.d.ts|
|Deleted|Module name: ohos.uitest<br>Class name: Component<br>Method or attribute name: scrollSearch(on: On): Promise\<Component>;|NA|@ohos.uitest.d.ts|
|Deleted|Module name: ohos.uitest<br>Class name: Component<br>Method or attribute name: getBounds(): Promise\<Rect>;|NA|@ohos.uitest.d.ts|
|Deleted|Module name: ohos.uitest<br>Class name: Component<br>Method or attribute name: getBoundsCenter(): Promise\<Point>;|NA|@ohos.uitest.d.ts|
|Deleted|Module name: ohos.uitest<br>Class name: Component<br>Method or attribute name: dragTo(target: Component): Promise\<void>;|NA|@ohos.uitest.d.ts|
|Deleted|Module name: ohos.uitest<br>Class name: Component<br>Method or attribute name: pinchOut(scale: number): Promise\<void>;|NA|@ohos.uitest.d.ts|
|Deleted|Module name: ohos.uitest<br>Class name: Component<br>Method or attribute name: pinchIn(scale: number): Promise\<void>;|NA|@ohos.uitest.d.ts|
|Deleted|Module name: ohos.uitest<br>Class name: Driver|NA|@ohos.uitest.d.ts|
|Deleted|Module name: ohos.uitest<br>Class name: Driver<br>Method or attribute name: static create(): Driver;|NA|@ohos.uitest.d.ts|
|Deleted|Module name: ohos.uitest<br>Class name: Driver<br>Method or attribute name: delayMs(duration: number): Promise\<void>;|NA|@ohos.uitest.d.ts|
|Deleted|Module name: ohos.uitest<br>Class name: Driver<br>Method or attribute name: findComponent(on: On): Promise\<Component>;|NA|@ohos.uitest.d.ts|
|Deleted|Module name: ohos.uitest<br>Class name: Driver<br>Method or attribute name: findWindow(filter: WindowFilter): Promise\<UiWindow>;|NA|@ohos.uitest.d.ts|
|Deleted|Module name: ohos.uitest<br>Class name: Driver<br>Method or attribute name: waitForComponent(on: On, time: number): Promise\<Component>;|NA|@ohos.uitest.d.ts|
|Deleted|Module name: ohos.uitest<br>Class name: Driver<br>Method or attribute name: findComponents(on: On): Promise\<Array\<Component>>;|NA|@ohos.uitest.d.ts|
|Deleted|Module name: ohos.uitest<br>Class name: Driver<br>Method or attribute name: assertComponentExist(on: On): Promise\<void>;|NA|@ohos.uitest.d.ts|
|Deleted|Module name: ohos.uitest<br>Class name: Driver<br>Method or attribute name: pressBack(): Promise\<void>;|NA|@ohos.uitest.d.ts|
|Deleted|Module name: ohos.uitest<br>Class name: Driver<br>Method or attribute name: triggerKey(keyCode: number): Promise\<void>;|NA|@ohos.uitest.d.ts|
|Deleted|Module name: ohos.uitest<br>Class name: Driver<br>Method or attribute name: triggerCombineKeys(key0: number, key1: number, key2?: number): Promise\<void>;|NA|@ohos.uitest.d.ts|
|Deleted|Module name: ohos.uitest<br>Class name: Driver<br>Method or attribute name: click(x: number, y: number): Promise\<void>;|NA|@ohos.uitest.d.ts|
|Deleted|Module name: ohos.uitest<br>Class name: Driver<br>Method or attribute name: doubleClick(x: number, y: number): Promise\<void>;|NA|@ohos.uitest.d.ts|
|Deleted|Module name: ohos.uitest<br>Class name: Driver<br>Method or attribute name: longClick(x: number, y: number): Promise\<void>;|NA|@ohos.uitest.d.ts|
|Deleted|Module name: ohos.uitest<br>Class name: Driver<br>Method or attribute name: swipe(startx: number, starty: number, endx: number, endy: number, speed?: number): Promise\<void>;|NA|@ohos.uitest.d.ts|
|Deleted|Module name: ohos.uitest<br>Class name: Driver<br>Method or attribute name: drag(startx: number, starty: number, endx: number, endy: number, speed?: number): Promise\<void>;|NA|@ohos.uitest.d.ts|
|Deleted|Module name: ohos.uitest<br>Class name: Driver<br>Method or attribute name: screenCap(savePath: string): Promise\<boolean>;|NA|@ohos.uitest.d.ts|
|Deleted|Module name: ohos.uitest<br>Class name: Driver<br>Method or attribute name: setDisplayRotation(rotation: DisplayRotation): Promise\<void>;|NA|@ohos.uitest.d.ts|
|Deleted|Module name: ohos.uitest<br>Class name: Driver<br>Method or attribute name: getDisplayRotation(): Promise\<DisplayRotation>;|NA|@ohos.uitest.d.ts|
|Deleted|Module name: ohos.uitest<br>Class name: Driver<br>Method or attribute name: setDisplayRotationEnabled(enabled: boolean): Promise\<void>;|NA|@ohos.uitest.d.ts|
|Deleted|Module name: ohos.uitest<br>Class name: Driver<br>Method or attribute name: getDisplaySize(): Promise\<Point>;|NA|@ohos.uitest.d.ts|
|Deleted|Module name: ohos.uitest<br>Class name: Driver<br>Method or attribute name: getDisplayDensity(): Promise\<Point>;|NA|@ohos.uitest.d.ts|
|Deleted|Module name: ohos.uitest<br>Class name: Driver<br>Method or attribute name: wakeUpDisplay(): Promise\<void>;|NA|@ohos.uitest.d.ts|
|Deleted|Module name: ohos.uitest<br>Class name: Driver<br>Method or attribute name: pressHome(): Promise\<void>;|NA|@ohos.uitest.d.ts|
|Deleted|Module name: ohos.uitest<br>Class name: Driver<br>Method or attribute name: waitForIdle(idleTime: number, timeout: number): Promise\<boolean>;|NA|@ohos.uitest.d.ts|
|Deleted|Module name: ohos.uitest<br>Class name: Driver<br>Method or attribute name: fling(from: Point, to: Point, stepLen: number, speed: number): Promise\<void>;|NA|@ohos.uitest.d.ts|
|Deleted|Module name: ohos.uitest<br>Class name: Driver<br>Method or attribute name: injectMultiPointerAction(pointers: PointerMatrix, speed?: number): Promise\<boolean>;|NA|@ohos.uitest.d.ts|
|Deleted|Module name: ohos.uitest<br>Class name: UiWindow|NA|@ohos.uitest.d.ts|
|Deleted|Module name: ohos.uitest<br>Class name: UiWindow<br>Method or attribute name: getBundleName(): Promise\<string>;|NA|@ohos.uitest.d.ts|
|Deleted|Module name: ohos.uitest<br>Class name: UiWindow<br>Method or attribute name: getBounds(): Promise\<Rect>;|NA|@ohos.uitest.d.ts|
|Deleted|Module name: ohos.uitest<br>Class name: UiWindow<br>Method or attribute name: getTitle(): Promise\<string>;|NA|@ohos.uitest.d.ts|
|Deleted|Module name: ohos.uitest<br>Class name: UiWindow<br>Method or attribute name: getWindowMode(): Promise\<WindowMode>;|NA|@ohos.uitest.d.ts|
|Deleted|Module name: ohos.uitest<br>Class name: UiWindow<br>Method or attribute name: isFocused(): Promise\<boolean>;|NA|@ohos.uitest.d.ts|
|Deleted|Module name: ohos.uitest<br>Class name: UiWindow<br>Method or attribute name: isActived(): Promise\<boolean>;|NA|@ohos.uitest.d.ts|
|Deleted|Module name: ohos.uitest<br>Class name: UiWindow<br>Method or attribute name: focus(): Promise\<void>;|NA|@ohos.uitest.d.ts|
|Deleted|Module name: ohos.uitest<br>Class name: UiWindow<br>Method or attribute name: moveTo(x: number, y: number): Promise\<void>;|NA|@ohos.uitest.d.ts|
|Deleted|Module name: ohos.uitest<br>Class name: UiWindow<br>Method or attribute name: resize(wide: number, height: number, direction: ResizeDirection): Promise\<void>;|NA|@ohos.uitest.d.ts|
|Deleted|Module name: ohos.uitest<br>Class name: UiWindow<br>Method or attribute name: split(): Promise\<void>;|NA|@ohos.uitest.d.ts|
|Deleted|Module name: ohos.uitest<br>Class name: UiWindow<br>Method or attribute name: maximize(): Promise\<void>;|NA|@ohos.uitest.d.ts|
|Deleted|Module name: ohos.uitest<br>Class name: UiWindow<br>Method or attribute name: minimize(): Promise\<void>;|NA|@ohos.uitest.d.ts|
|Deleted|Module name: ohos.uitest<br>Class name: UiWindow<br>Method or attribute name: resume(): Promise\<void>;|NA|@ohos.uitest.d.ts|
|Deleted|Module name: ohos.uitest<br>Class name: UiWindow<br>Method or attribute name: close(): Promise\<void>;|NA|@ohos.uitest.d.ts|
|Deleted|Module name: ohos.uitest<br>Class name: PointerMatrix|NA|@ohos.uitest.d.ts|
|Deleted|Module name: ohos.uitest<br>Class name: PointerMatrix<br>Method or attribute name: static create(fingers: number, steps: number): PointerMatrix;|NA|@ohos.uitest.d.ts|
|Deleted|Module name: ohos.uitest<br>Class name: PointerMatrix<br>Method or attribute name: setPoint(finger: number, step: number, point: Point): void;|NA|@ohos.uitest.d.ts|
|Deleted|Module name: ohos.uitest<br>Class name: global<br>Method or attribute name: declare const BY: By;|NA|@ohos.uitest.d.ts|
|Deleted|Module name: ohos.uitest<br>Class name: global<br>Method or attribute name: declare const ON: On;|NA|@ohos.uitest.d.ts|
| Change Type | Old Version | New Version | d.ts File |
| ---- | ------ | ------ | -------- |
|Initial version changed|Class name: UpgradeTaskCallback<br>Method or attribute name: (eventInfo: EventInfo): void;<br>Initial version: N/A|Class name: UpgradeTaskCallback<br>Method or attribute name: (eventInfo: EventInfo): void;<br>Initial version: 9|@ohos.update.d.ts|
|Initial version changed|Class name: BusinessVendor<br>Method or attribute name: PUBLIC = "public"<br>Initial version: N/A|Class name: BusinessVendor<br>Method or attribute name: PUBLIC = "public"<br>Initial version: 9|@ohos.update.d.ts|
|Initial version changed|Class name: BusinessSubType<br>Method or attribute name: FIRMWARE = 1<br>Initial version: N/A|Class name: BusinessSubType<br>Method or attribute name: FIRMWARE = 1<br>Initial version: 9|@ohos.update.d.ts|
|Initial version changed|Class name: ComponentType<br>Method or attribute name: OTA = 1<br>Initial version: N/A|Class name: ComponentType<br>Method or attribute name: OTA = 1<br>Initial version: 9|@ohos.update.d.ts|
|Initial version changed|Class name: UpgradeAction<br>Method or attribute name: UPGRADE = "upgrade"<br>Initial version: N/A|Class name: UpgradeAction<br>Method or attribute name: UPGRADE = "upgrade"<br>Initial version: 9|@ohos.update.d.ts|
|Initial version changed|Class name: UpgradeAction<br>Method or attribute name: RECOVERY = "recovery"<br>Initial version: N/A|Class name: UpgradeAction<br>Method or attribute name: RECOVERY = "recovery"<br>Initial version: 9|@ohos.update.d.ts|
|Initial version changed|Class name: EffectiveMode<br>Method or attribute name: COLD = 1<br>Initial version: N/A|Class name: EffectiveMode<br>Method or attribute name: COLD = 1<br>Initial version: 9|@ohos.update.d.ts|
|Initial version changed|Class name: EffectiveMode<br>Method or attribute name: LIVE = 2<br>Initial version: N/A|Class name: EffectiveMode<br>Method or attribute name: LIVE = 2<br>Initial version: 9|@ohos.update.d.ts|
|Initial version changed|Class name: EffectiveMode<br>Method or attribute name: LIVE_AND_COLD = 3<br>Initial version: N/A|Class name: EffectiveMode<br>Method or attribute name: LIVE_AND_COLD = 3<br>Initial version: 9|@ohos.update.d.ts|
|Initial version changed|Class name: DescriptionType<br>Method or attribute name: CONTENT = 0<br>Initial version: N/A|Class name: DescriptionType<br>Method or attribute name: CONTENT = 0<br>Initial version: 9|@ohos.update.d.ts|
|Initial version changed|Class name: DescriptionType<br>Method or attribute name: URI = 1<br>Initial version: N/A|Class name: DescriptionType<br>Method or attribute name: URI = 1<br>Initial version: 9|@ohos.update.d.ts|
|Initial version changed|Class name: DescriptionFormat<br>Method or attribute name: STANDARD = 0<br>Initial version: N/A|Class name: DescriptionFormat<br>Method or attribute name: STANDARD = 0<br>Initial version: 9|@ohos.update.d.ts|
|Initial version changed|Class name: DescriptionFormat<br>Method or attribute name: SIMPLIFIED = 1<br>Initial version: N/A|Class name: DescriptionFormat<br>Method or attribute name: SIMPLIFIED = 1<br>Initial version: 9|@ohos.update.d.ts|
|Initial version changed|Class name: NetType<br>Method or attribute name: CELLULAR = 1<br>Initial version: N/A|Class name: NetType<br>Method or attribute name: CELLULAR = 1<br>Initial version: 9|@ohos.update.d.ts|
|Initial version changed|Class name: NetType<br>Method or attribute name: METERED_WIFI = 2<br>Initial version: N/A|Class name: NetType<br>Method or attribute name: METERED_WIFI = 2<br>Initial version: 9|@ohos.update.d.ts|
|Initial version changed|Class name: NetType<br>Method or attribute name: NOT_METERED_WIFI = 4<br>Initial version: N/A|Class name: NetType<br>Method or attribute name: NOT_METERED_WIFI = 4<br>Initial version: 9|@ohos.update.d.ts|
|Initial version changed|Class name: NetType<br>Method or attribute name: WIFI = 6<br>Initial version: N/A|Class name: NetType<br>Method or attribute name: WIFI = 6<br>Initial version: 9|@ohos.update.d.ts|
|Initial version changed|Class name: NetType<br>Method or attribute name: CELLULAR_AND_WIFI = 7<br>Initial version: N/A|Class name: NetType<br>Method or attribute name: CELLULAR_AND_WIFI = 7<br>Initial version: 9|@ohos.update.d.ts|
|Initial version changed|Class name: Order<br>Method or attribute name: DOWNLOAD = 1<br>Initial version: N/A|Class name: Order<br>Method or attribute name: DOWNLOAD = 1<br>Initial version: 9|@ohos.update.d.ts|
|Initial version changed|Class name: Order<br>Method or attribute name: INSTALL = 2<br>Initial version: N/A|Class name: Order<br>Method or attribute name: INSTALL = 2<br>Initial version: 9|@ohos.update.d.ts|
|Initial version changed|Class name: Order<br>Method or attribute name: DOWNLOAD_AND_INSTALL = 3<br>Initial version: N/A|Class name: Order<br>Method or attribute name: DOWNLOAD_AND_INSTALL = 3<br>Initial version: 9|@ohos.update.d.ts|
|Initial version changed|Class name: Order<br>Method or attribute name: APPLY = 4<br>Initial version: N/A|Class name: Order<br>Method or attribute name: APPLY = 4<br>Initial version: 9|@ohos.update.d.ts|
|Initial version changed|Class name: Order<br>Method or attribute name: INSTALL_AND_APPLY = 6<br>Initial version: N/A|Class name: Order<br>Method or attribute name: INSTALL_AND_APPLY = 6<br>Initial version: 9|@ohos.update.d.ts|
|Initial version changed|Class name: UpgradeStatus<br>Method or attribute name: WAITING_DOWNLOAD = 20<br>Initial version: N/A|Class name: UpgradeStatus<br>Method or attribute name: WAITING_DOWNLOAD = 20<br>Initial version: 9|@ohos.update.d.ts|
|Initial version changed|Class name: UpgradeStatus<br>Method or attribute name: DOWNLOADING = 21<br>Initial version: N/A|Class name: UpgradeStatus<br>Method or attribute name: DOWNLOADING = 21<br>Initial version: 9|@ohos.update.d.ts|
|Initial version changed|Class name: UpgradeStatus<br>Method or attribute name: DOWNLOAD_PAUSED = 22<br>Initial version: N/A|Class name: UpgradeStatus<br>Method or attribute name: DOWNLOAD_PAUSED = 22<br>Initial version: 9|@ohos.update.d.ts|
|Initial version changed|Class name: UpgradeStatus<br>Method or attribute name: DOWNLOAD_FAIL = 23<br>Initial version: N/A|Class name: UpgradeStatus<br>Method or attribute name: DOWNLOAD_FAIL = 23<br>Initial version: 9|@ohos.update.d.ts|
|Initial version changed|Class name: UpgradeStatus<br>Method or attribute name: WAITING_INSTALL = 30<br>Initial version: N/A|Class name: UpgradeStatus<br>Method or attribute name: WAITING_INSTALL = 30<br>Initial version: 9|@ohos.update.d.ts|
|Initial version changed|Class name: UpgradeStatus<br>Method or attribute name: UPDATING = 31<br>Initial version: N/A|Class name: UpgradeStatus<br>Method or attribute name: UPDATING = 31<br>Initial version: 9|@ohos.update.d.ts|
|Initial version changed|Class name: UpgradeStatus<br>Method or attribute name: WAITING_APPLY = 40<br>Initial version: N/A|Class name: UpgradeStatus<br>Method or attribute name: WAITING_APPLY = 40<br>Initial version: 9|@ohos.update.d.ts|
|Initial version changed|Class name: UpgradeStatus<br>Method or attribute name: APPLYING = 41<br>Initial version: N/A|Class name: UpgradeStatus<br>Method or attribute name: APPLYING = 41<br>Initial version: 9|@ohos.update.d.ts|
|Initial version changed|Class name: UpgradeStatus<br>Method or attribute name: UPGRADE_SUCCESS = 50<br>Initial version: N/A|Class name: UpgradeStatus<br>Method or attribute name: UPGRADE_SUCCESS = 50<br>Initial version: 9|@ohos.update.d.ts|
|Initial version changed|Class name: UpgradeStatus<br>Method or attribute name: UPGRADE_FAIL = 51<br>Initial version: N/A|Class name: UpgradeStatus<br>Method or attribute name: UPGRADE_FAIL = 51<br>Initial version: 9|@ohos.update.d.ts|
|Initial version changed|Class name: EventClassify<br>Method or attribute name: TASK = 0x01000000<br>Initial version: N/A|Class name: EventClassify<br>Method or attribute name: TASK = 0x01000000<br>Initial version: 9|@ohos.update.d.ts|
|Initial version changed|Class name: EventId<br>Method or attribute name: EVENT_TASK_BASE = EventClassify.TASK<br>Initial version: N/A|Class name: EventId<br>Method or attribute name: EVENT_TASK_BASE = EventClassify.TASK<br>Initial version: 9|@ohos.update.d.ts|
|Initial version changed|Class name: EventId<br>Method or attribute name: EVENT_TASK_RECEIVE<br>Initial version: N/A|Class name: EventId<br>Method or attribute name: EVENT_TASK_RECEIVE<br>Initial version: 9|@ohos.update.d.ts|
|Initial version changed|Class name: EventId<br>Method or attribute name: EVENT_TASK_CANCEL<br>Initial version: N/A|Class name: EventId<br>Method or attribute name: EVENT_TASK_CANCEL<br>Initial version: 9|@ohos.update.d.ts|
|Initial version changed|Class name: EventId<br>Method or attribute name: EVENT_DOWNLOAD_WAIT<br>Initial version: N/A|Class name: EventId<br>Method or attribute name: EVENT_DOWNLOAD_WAIT<br>Initial version: 9|@ohos.update.d.ts|
|Initial version changed|Class name: EventId<br>Method or attribute name: EVENT_DOWNLOAD_START<br>Initial version: N/A|Class name: EventId<br>Method or attribute name: EVENT_DOWNLOAD_START<br>Initial version: 9|@ohos.update.d.ts|
|Initial version changed|Class name: EventId<br>Method or attribute name: EVENT_DOWNLOAD_UPDATE<br>Initial version: N/A|Class name: EventId<br>Method or attribute name: EVENT_DOWNLOAD_UPDATE<br>Initial version: 9|@ohos.update.d.ts|
|Initial version changed|Class name: EventId<br>Method or attribute name: EVENT_DOWNLOAD_PAUSE<br>Initial version: N/A|Class name: EventId<br>Method or attribute name: EVENT_DOWNLOAD_PAUSE<br>Initial version: 9|@ohos.update.d.ts|
|Initial version changed|Class name: EventId<br>Method or attribute name: EVENT_DOWNLOAD_RESUME<br>Initial version: N/A|Class name: EventId<br>Method or attribute name: EVENT_DOWNLOAD_RESUME<br>Initial version: 9|@ohos.update.d.ts|
|Initial version changed|Class name: EventId<br>Method or attribute name: EVENT_DOWNLOAD_SUCCESS<br>Initial version: N/A|Class name: EventId<br>Method or attribute name: EVENT_DOWNLOAD_SUCCESS<br>Initial version: 9|@ohos.update.d.ts|
|Initial version changed|Class name: EventId<br>Method or attribute name: EVENT_DOWNLOAD_FAIL<br>Initial version: N/A|Class name: EventId<br>Method or attribute name: EVENT_DOWNLOAD_FAIL<br>Initial version: 9|@ohos.update.d.ts|
|Initial version changed|Class name: EventId<br>Method or attribute name: EVENT_UPGRADE_WAIT<br>Initial version: N/A|Class name: EventId<br>Method or attribute name: EVENT_UPGRADE_WAIT<br>Initial version: 9|@ohos.update.d.ts|
|Initial version changed|Class name: EventId<br>Method or attribute name: EVENT_UPGRADE_START<br>Initial version: N/A|Class name: EventId<br>Method or attribute name: EVENT_UPGRADE_START<br>Initial version: 9|@ohos.update.d.ts|
|Initial version changed|Class name: EventId<br>Method or attribute name: EVENT_UPGRADE_UPDATE<br>Initial version: N/A|Class name: EventId<br>Method or attribute name: EVENT_UPGRADE_UPDATE<br>Initial version: 9|@ohos.update.d.ts|
|Initial version changed|Class name: EventId<br>Method or attribute name: EVENT_APPLY_WAIT<br>Initial version: N/A|Class name: EventId<br>Method or attribute name: EVENT_APPLY_WAIT<br>Initial version: 9|@ohos.update.d.ts|
|Initial version changed|Class name: EventId<br>Method or attribute name: EVENT_APPLY_START<br>Initial version: N/A|Class name: EventId<br>Method or attribute name: EVENT_APPLY_START<br>Initial version: 9|@ohos.update.d.ts|
|Initial version changed|Class name: EventId<br>Method or attribute name: EVENT_UPGRADE_SUCCESS<br>Initial version: N/A|Class name: EventId<br>Method or attribute name: EVENT_UPGRADE_SUCCESS<br>Initial version: 9|@ohos.update.d.ts|
|Initial version changed|Class name: EventId<br>Method or attribute name: EVENT_UPGRADE_FAIL<br>Initial version: N/A|Class name: EventId<br>Method or attribute name: EVENT_UPGRADE_FAIL<br>Initial version: 9|@ohos.update.d.ts|
| Change Type | Old Version | New Version | d.ts File |
| ---- | ------ | ------ | -------- |
|Added|NA|Module name: ohos.usbManager<br>Class name: usbManager|@ohos.usbManager.d.ts|
|Added|NA|Module name: ohos.usbManager<br>Class name: usbManager<br>Method or attribute name: function getDevices(): Array\<Readonly\<USBDevice>>;|@ohos.usbManager.d.ts|
|Added|NA|Module name: ohos.usbManager<br>Class name: usbManager<br>Method or attribute name: function connectDevice(device: USBDevice): Readonly\<USBDevicePipe>;|@ohos.usbManager.d.ts|
|Added|NA|Module name: ohos.usbManager<br>Class name: usbManager<br>Method or attribute name: function hasRight(deviceName: string): boolean;|@ohos.usbManager.d.ts|
|Added|NA|Module name: ohos.usbManager<br>Class name: usbManager<br>Method or attribute name: function requestRight(deviceName: string): Promise\<boolean>;|@ohos.usbManager.d.ts|
|Added|NA|Module name: ohos.usbManager<br>Class name: usbManager<br>Method or attribute name: function removeRight(deviceName: string): boolean;|@ohos.usbManager.d.ts|
|Added|NA|Module name: ohos.usbManager<br>Class name: usbManager<br>Method or attribute name: function addRight(bundleName: string, deviceName: string): boolean;|@ohos.usbManager.d.ts|
|Added|NA|Module name: ohos.usbManager<br>Class name: usbManager<br>Method or attribute name: function usbFunctionsFromString(funcs: string): number;|@ohos.usbManager.d.ts|
|Added|NA|Module name: ohos.usbManager<br>Class name: usbManager<br>Method or attribute name: function usbFunctionsToString(funcs: FunctionType): string;|@ohos.usbManager.d.ts|
|Added|NA|Module name: ohos.usbManager<br>Class name: usbManager<br>Method or attribute name: function setCurrentFunctions(funcs: FunctionType): Promise\<void>;|@ohos.usbManager.d.ts|
|Added|NA|Module name: ohos.usbManager<br>Class name: usbManager<br>Method or attribute name: function getCurrentFunctions(): FunctionType;|@ohos.usbManager.d.ts|
|Added|NA|Module name: ohos.usbManager<br>Class name: usbManager<br>Method or attribute name: function getPorts(): Array\<USBPort>;|@ohos.usbManager.d.ts|
|Added|NA|Module name: ohos.usbManager<br>Class name: usbManager<br>Method or attribute name: function getSupportedModes(portId: number): PortModeType;|@ohos.usbManager.d.ts|
|Added|NA|Module name: ohos.usbManager<br>Class name: usbManager<br>Method or attribute name: function setPortRoles(portId: number, powerRole: PowerRoleType, dataRole: DataRoleType): Promise\<void>;|@ohos.usbManager.d.ts|
|Added|NA|Module name: ohos.usbManager<br>Class name: usbManager<br>Method or attribute name: function claimInterface(pipe: USBDevicePipe, iface: USBInterface, force?: boolean): number;|@ohos.usbManager.d.ts|
|Added|NA|Module name: ohos.usbManager<br>Class name: usbManager<br>Method or attribute name: function releaseInterface(pipe: USBDevicePipe, iface: USBInterface): number;|@ohos.usbManager.d.ts|
|Added|NA|Module name: ohos.usbManager<br>Class name: usbManager<br>Method or attribute name: function setConfiguration(pipe: USBDevicePipe, config: USBConfiguration): number;|@ohos.usbManager.d.ts|
|Added|NA|Module name: ohos.usbManager<br>Class name: usbManager<br>Method or attribute name: function setInterface(pipe: USBDevicePipe, iface: USBInterface): number;|@ohos.usbManager.d.ts|
|Added|NA|Module name: ohos.usbManager<br>Class name: usbManager<br>Method or attribute name: function getRawDescriptor(pipe: USBDevicePipe): Uint8Array;|@ohos.usbManager.d.ts|
|Added|NA|Module name: ohos.usbManager<br>Class name: usbManager<br>Method or attribute name: function getFileDescriptor(pipe: USBDevicePipe): number;|@ohos.usbManager.d.ts|
|Added|NA|Module name: ohos.usbManager<br>Class name: usbManager<br>Method or attribute name: function controlTransfer(pipe: USBDevicePipe, controlparam: USBControlParams, timeout?: number): Promise\<number>;|@ohos.usbManager.d.ts|
|Added|NA|Module name: ohos.usbManager<br>Class name: usbManager<br>Method or attribute name: function bulkTransfer(pipe: USBDevicePipe, endpoint: USBEndpoint, buffer: Uint8Array,<br><br> timeout?: number): Promise\<number>;|@ohos.usbManager.d.ts|
|Added|NA|Module name: ohos.usbManager<br>Class name: usbManager<br>Method or attribute name: function closePipe(pipe: USBDevicePipe): number;|@ohos.usbManager.d.ts|
|Added|NA|Module name: ohos.usbManager<br>Class name: USBEndpoint|@ohos.usbManager.d.ts|
|Added|NA|Module name: ohos.usbManager<br>Class name: USBEndpoint<br>Method or attribute name: address: number;|@ohos.usbManager.d.ts|
|Added|NA|Module name: ohos.usbManager<br>Class name: USBEndpoint<br>Method or attribute name: attributes: number;|@ohos.usbManager.d.ts|
|Added|NA|Module name: ohos.usbManager<br>Class name: USBEndpoint<br>Method or attribute name: interval: number;|@ohos.usbManager.d.ts|
|Added|NA|Module name: ohos.usbManager<br>Class name: USBEndpoint<br>Method or attribute name: maxPacketSize: number;|@ohos.usbManager.d.ts|
|Added|NA|Module name: ohos.usbManager<br>Class name: USBEndpoint<br>Method or attribute name: direction: USBRequestDirection;|@ohos.usbManager.d.ts|
|Added|NA|Module name: ohos.usbManager<br>Class name: USBEndpoint<br>Method or attribute name: number: number;|@ohos.usbManager.d.ts|
|Added|NA|Module name: ohos.usbManager<br>Class name: USBEndpoint<br>Method or attribute name: type: number;|@ohos.usbManager.d.ts|
|Added|NA|Module name: ohos.usbManager<br>Class name: USBEndpoint<br>Method or attribute name: interfaceId: number;|@ohos.usbManager.d.ts|
|Added|NA|Module name: ohos.usbManager<br>Class name: USBInterface|@ohos.usbManager.d.ts|
|Added|NA|Module name: ohos.usbManager<br>Class name: USBInterface<br>Method or attribute name: id: number;|@ohos.usbManager.d.ts|
|Added|NA|Module name: ohos.usbManager<br>Class name: USBInterface<br>Method or attribute name: protocol: number;|@ohos.usbManager.d.ts|
|Added|NA|Module name: ohos.usbManager<br>Class name: USBInterface<br>Method or attribute name: clazz: number;|@ohos.usbManager.d.ts|
|Added|NA|Module name: ohos.usbManager<br>Class name: USBInterface<br>Method or attribute name: subClass: number;|@ohos.usbManager.d.ts|
|Added|NA|Module name: ohos.usbManager<br>Class name: USBInterface<br>Method or attribute name: alternateSetting: number;|@ohos.usbManager.d.ts|
|Added|NA|Module name: ohos.usbManager<br>Class name: USBInterface<br>Method or attribute name: name: string;|@ohos.usbManager.d.ts|
|Added|NA|Module name: ohos.usbManager<br>Class name: USBInterface<br>Method or attribute name: endpoints: Array\<USBEndpoint>;|@ohos.usbManager.d.ts|
|Added|NA|Module name: ohos.usbManager<br>Class name: USBConfiguration|@ohos.usbManager.d.ts|
|Added|NA|Module name: ohos.usbManager<br>Class name: USBConfiguration<br>Method or attribute name: id: number;|@ohos.usbManager.d.ts|
|Added|NA|Module name: ohos.usbManager<br>Class name: USBConfiguration<br>Method or attribute name: attributes: number;|@ohos.usbManager.d.ts|
|Added|NA|Module name: ohos.usbManager<br>Class name: USBConfiguration<br>Method or attribute name: maxPower: number;|@ohos.usbManager.d.ts|
|Added|NA|Module name: ohos.usbManager<br>Class name: USBConfiguration<br>Method or attribute name: name: string;|@ohos.usbManager.d.ts|
|Added|NA|Module name: ohos.usbManager<br>Class name: USBConfiguration<br>Method or attribute name: isRemoteWakeup: boolean;|@ohos.usbManager.d.ts|
|Added|NA|Module name: ohos.usbManager<br>Class name: USBConfiguration<br>Method or attribute name: isSelfPowered: boolean;|@ohos.usbManager.d.ts|
|Added|NA|Module name: ohos.usbManager<br>Class name: USBConfiguration<br>Method or attribute name: interfaces: Array\<USBInterface>;|@ohos.usbManager.d.ts|
|Added|NA|Module name: ohos.usbManager<br>Class name: USBDevice|@ohos.usbManager.d.ts|
|Added|NA|Module name: ohos.usbManager<br>Class name: USBDevice<br>Method or attribute name: busNum: number;|@ohos.usbManager.d.ts|
|Added|NA|Module name: ohos.usbManager<br>Class name: USBDevice<br>Method or attribute name: devAddress: number;|@ohos.usbManager.d.ts|
|Added|NA|Module name: ohos.usbManager<br>Class name: USBDevice<br>Method or attribute name: serial: string;|@ohos.usbManager.d.ts|
|Added|NA|Module name: ohos.usbManager<br>Class name: USBDevice<br>Method or attribute name: name: string;|@ohos.usbManager.d.ts|
|Added|NA|Module name: ohos.usbManager<br>Class name: USBDevice<br>Method or attribute name: manufacturerName: string;|@ohos.usbManager.d.ts|
|Added|NA|Module name: ohos.usbManager<br>Class name: USBDevice<br>Method or attribute name: productName: string;|@ohos.usbManager.d.ts|
|Added|NA|Module name: ohos.usbManager<br>Class name: USBDevice<br>Method or attribute name: version: string;|@ohos.usbManager.d.ts|
|Added|NA|Module name: ohos.usbManager<br>Class name: USBDevice<br>Method or attribute name: vendorId: number;|@ohos.usbManager.d.ts|
|Added|NA|Module name: ohos.usbManager<br>Class name: USBDevice<br>Method or attribute name: productId: number;|@ohos.usbManager.d.ts|
|Added|NA|Module name: ohos.usbManager<br>Class name: USBDevice<br>Method or attribute name: clazz: number;|@ohos.usbManager.d.ts|
|Added|NA|Module name: ohos.usbManager<br>Class name: USBDevice<br>Method or attribute name: subClass: number;|@ohos.usbManager.d.ts|
|Added|NA|Module name: ohos.usbManager<br>Class name: USBDevice<br>Method or attribute name: protocol: number;|@ohos.usbManager.d.ts|
|Added|NA|Module name: ohos.usbManager<br>Class name: USBDevice<br>Method or attribute name: configs: Array\<USBConfiguration>;|@ohos.usbManager.d.ts|
|Added|NA|Module name: ohos.usbManager<br>Class name: USBDevicePipe|@ohos.usbManager.d.ts|
|Added|NA|Module name: ohos.usbManager<br>Class name: USBDevicePipe<br>Method or attribute name: busNum: number;|@ohos.usbManager.d.ts|
|Added|NA|Module name: ohos.usbManager<br>Class name: USBDevicePipe<br>Method or attribute name: devAddress: number;|@ohos.usbManager.d.ts|
|Added|NA|Module name: ohos.usbManager<br>Class name: PowerRoleType|@ohos.usbManager.d.ts|
|Added|NA|Module name: ohos.usbManager<br>Class name: PowerRoleType<br>Method or attribute name: NONE = 0|@ohos.usbManager.d.ts|
|Added|NA|Module name: ohos.usbManager<br>Class name: PowerRoleType<br>Method or attribute name: SOURCE = 1|@ohos.usbManager.d.ts|
|Added|NA|Module name: ohos.usbManager<br>Class name: PowerRoleType<br>Method or attribute name: SINK = 2|@ohos.usbManager.d.ts|
|Added|NA|Module name: ohos.usbManager<br>Class name: DataRoleType|@ohos.usbManager.d.ts|
|Added|NA|Module name: ohos.usbManager<br>Class name: DataRoleType<br>Method or attribute name: NONE = 0|@ohos.usbManager.d.ts|
|Added|NA|Module name: ohos.usbManager<br>Class name: DataRoleType<br>Method or attribute name: HOST = 1|@ohos.usbManager.d.ts|
|Added|NA|Module name: ohos.usbManager<br>Class name: DataRoleType<br>Method or attribute name: DEVICE = 2|@ohos.usbManager.d.ts|
|Added|NA|Module name: ohos.usbManager<br>Class name: PortModeType|@ohos.usbManager.d.ts|
|Added|NA|Module name: ohos.usbManager<br>Class name: PortModeType<br>Method or attribute name: NONE = 0|@ohos.usbManager.d.ts|
|Added|NA|Module name: ohos.usbManager<br>Class name: PortModeType<br>Method or attribute name: UFP = 1|@ohos.usbManager.d.ts|
|Added|NA|Module name: ohos.usbManager<br>Class name: PortModeType<br>Method or attribute name: DFP = 2|@ohos.usbManager.d.ts|
|Added|NA|Module name: ohos.usbManager<br>Class name: PortModeType<br>Method or attribute name: DRP = 3|@ohos.usbManager.d.ts|
|Added|NA|Module name: ohos.usbManager<br>Class name: PortModeType<br>Method or attribute name: NUM_MODES = 4|@ohos.usbManager.d.ts|
|Added|NA|Module name: ohos.usbManager<br>Class name: USBPortStatus|@ohos.usbManager.d.ts|
|Added|NA|Module name: ohos.usbManager<br>Class name: USBPortStatus<br>Method or attribute name: currentMode: number;|@ohos.usbManager.d.ts|
|Added|NA|Module name: ohos.usbManager<br>Class name: USBPortStatus<br>Method or attribute name: currentPowerRole: number;|@ohos.usbManager.d.ts|
|Added|NA|Module name: ohos.usbManager<br>Class name: USBPortStatus<br>Method or attribute name: currentDataRole: number;|@ohos.usbManager.d.ts|
|Added|NA|Module name: ohos.usbManager<br>Class name: USBPort|@ohos.usbManager.d.ts|
|Added|NA|Module name: ohos.usbManager<br>Class name: USBPort<br>Method or attribute name: id: number;|@ohos.usbManager.d.ts|
|Added|NA|Module name: ohos.usbManager<br>Class name: USBPort<br>Method or attribute name: supportedModes: PortModeType;|@ohos.usbManager.d.ts|
|Added|NA|Module name: ohos.usbManager<br>Class name: USBPort<br>Method or attribute name: status: USBPortStatus;|@ohos.usbManager.d.ts|
|Added|NA|Module name: ohos.usbManager<br>Class name: USBControlParams|@ohos.usbManager.d.ts|
|Added|NA|Module name: ohos.usbManager<br>Class name: USBControlParams<br>Method or attribute name: request: number;|@ohos.usbManager.d.ts|
|Added|NA|Module name: ohos.usbManager<br>Class name: USBControlParams<br>Method or attribute name: target: USBRequestTargetType;|@ohos.usbManager.d.ts|
|Added|NA|Module name: ohos.usbManager<br>Class name: USBControlParams<br>Method or attribute name: reqType: USBControlRequestType;|@ohos.usbManager.d.ts|
|Added|NA|Module name: ohos.usbManager<br>Class name: USBControlParams<br>Method or attribute name: value: number;|@ohos.usbManager.d.ts|
|Added|NA|Module name: ohos.usbManager<br>Class name: USBControlParams<br>Method or attribute name: index: number;|@ohos.usbManager.d.ts|
|Added|NA|Module name: ohos.usbManager<br>Class name: USBControlParams<br>Method or attribute name: data: Uint8Array;|@ohos.usbManager.d.ts|
|Added|NA|Module name: ohos.usbManager<br>Class name: USBRequestTargetType|@ohos.usbManager.d.ts|
|Added|NA|Module name: ohos.usbManager<br>Class name: USBRequestTargetType<br>Method or attribute name: USB_REQUEST_TARGET_DEVICE = 0|@ohos.usbManager.d.ts|
|Added|NA|Module name: ohos.usbManager<br>Class name: USBRequestTargetType<br>Method or attribute name: USB_REQUEST_TARGET_INTERFACE = 1|@ohos.usbManager.d.ts|
|Added|NA|Module name: ohos.usbManager<br>Class name: USBRequestTargetType<br>Method or attribute name: USB_REQUEST_TARGET_ENDPOINT = 2|@ohos.usbManager.d.ts|
|Added|NA|Module name: ohos.usbManager<br>Class name: USBRequestTargetType<br>Method or attribute name: USB_REQUEST_TARGET_OTHER = 3|@ohos.usbManager.d.ts|
|Added|NA|Module name: ohos.usbManager<br>Class name: USBControlRequestType|@ohos.usbManager.d.ts|
|Added|NA|Module name: ohos.usbManager<br>Class name: USBControlRequestType<br>Method or attribute name: USB_REQUEST_TYPE_STANDARD = 0|@ohos.usbManager.d.ts|
|Added|NA|Module name: ohos.usbManager<br>Class name: USBControlRequestType<br>Method or attribute name: USB_REQUEST_TYPE_CLASS = 1|@ohos.usbManager.d.ts|
|Added|NA|Module name: ohos.usbManager<br>Class name: USBControlRequestType<br>Method or attribute name: USB_REQUEST_TYPE_VENDOR = 2|@ohos.usbManager.d.ts|
|Added|NA|Module name: ohos.usbManager<br>Class name: USBRequestDirection|@ohos.usbManager.d.ts|
|Added|NA|Module name: ohos.usbManager<br>Class name: USBRequestDirection<br>Method or attribute name: USB_REQUEST_DIR_TO_DEVICE = 0|@ohos.usbManager.d.ts|
|Added|NA|Module name: ohos.usbManager<br>Class name: USBRequestDirection<br>Method or attribute name: USB_REQUEST_DIR_FROM_DEVICE = 0x80|@ohos.usbManager.d.ts|
|Added|NA|Module name: ohos.usbManager<br>Class name: FunctionType|@ohos.usbManager.d.ts|
|Added|NA|Module name: ohos.usbManager<br>Class name: FunctionType<br>Method or attribute name: NONE = 0|@ohos.usbManager.d.ts|
|Added|NA|Module name: ohos.usbManager<br>Class name: FunctionType<br>Method or attribute name: ACM = 1|@ohos.usbManager.d.ts|
|Added|NA|Module name: ohos.usbManager<br>Class name: FunctionType<br>Method or attribute name: ECM = 2|@ohos.usbManager.d.ts|
|Added|NA|Module name: ohos.usbManager<br>Class name: FunctionType<br>Method or attribute name: HDC = 4|@ohos.usbManager.d.ts|
|Added|NA|Module name: ohos.usbManager<br>Class name: FunctionType<br>Method or attribute name: MTP = 8|@ohos.usbManager.d.ts|
|Added|NA|Module name: ohos.usbManager<br>Class name: FunctionType<br>Method or attribute name: PTP = 16|@ohos.usbManager.d.ts|
|Added|NA|Module name: ohos.usbManager<br>Class name: FunctionType<br>Method or attribute name: RNDIS = 32|@ohos.usbManager.d.ts|
|Added|NA|Module name: ohos.usbManager<br>Class name: FunctionType<br>Method or attribute name: MIDI = 64|@ohos.usbManager.d.ts|
|Added|NA|Module name: ohos.usbManager<br>Class name: FunctionType<br>Method or attribute name: AUDIO_SOURCE = 128|@ohos.usbManager.d.ts|
|Added|NA|Module name: ohos.usbManager<br>Class name: FunctionType<br>Method or attribute name: NCM = 256|@ohos.usbManager.d.ts|
|Deleted|Module name: ohos.usbV9<br>Class name: usbV9|NA|@ohos.usbV9.d.ts|
|Deleted|Module name: ohos.usbV9<br>Class name: usbV9<br>Method or attribute name: function getDevices(): Array\<Readonly\<USBDevice>>;|NA|@ohos.usbV9.d.ts|
|Deleted|Module name: ohos.usbV9<br>Class name: usbV9<br>Method or attribute name: function connectDevice(device: USBDevice): Readonly\<USBDevicePipe>;|NA|@ohos.usbV9.d.ts|
|Deleted|Module name: ohos.usbV9<br>Class name: usbV9<br>Method or attribute name: function hasRight(deviceName: string): boolean;|NA|@ohos.usbV9.d.ts|
|Deleted|Module name: ohos.usbV9<br>Class name: usbV9<br>Method or attribute name: function requestRight(deviceName: string): Promise\<boolean>;|NA|@ohos.usbV9.d.ts|
|Deleted|Module name: ohos.usbV9<br>Class name: usbV9<br>Method or attribute name: function removeRight(deviceName: string): boolean;|NA|@ohos.usbV9.d.ts|
|Deleted|Module name: ohos.usbV9<br>Class name: usbV9<br>Method or attribute name: function addRight(bundleName: string, deviceName: string): boolean;|NA|@ohos.usbV9.d.ts|
|Deleted|Module name: ohos.usbV9<br>Class name: usbV9<br>Method or attribute name: function usbFunctionsFromString(funcs: string): number;|NA|@ohos.usbV9.d.ts|
|Deleted|Module name: ohos.usbV9<br>Class name: usbV9<br>Method or attribute name: function usbFunctionsToString(funcs: FunctionType): string;|NA|@ohos.usbV9.d.ts|
|Deleted|Module name: ohos.usbV9<br>Class name: usbV9<br>Method or attribute name: function setCurrentFunctions(funcs: FunctionType): Promise\<boolean>;|NA|@ohos.usbV9.d.ts|
|Deleted|Module name: ohos.usbV9<br>Class name: usbV9<br>Method or attribute name: function getCurrentFunctions(): FunctionType;|NA|@ohos.usbV9.d.ts|
|Deleted|Module name: ohos.usbV9<br>Class name: usbV9<br>Method or attribute name: function getPorts(): Array\<USBPort>;|NA|@ohos.usbV9.d.ts|
|Deleted|Module name: ohos.usbV9<br>Class name: usbV9<br>Method or attribute name: function getSupportedModes(portId: number): PortModeType;|NA|@ohos.usbV9.d.ts|
|Deleted|Module name: ohos.usbV9<br>Class name: usbV9<br>Method or attribute name: function setPortRoles(portId: number, powerRole: PowerRoleType, dataRole: DataRoleType): Promise\<boolean>;|NA|@ohos.usbV9.d.ts|
|Deleted|Module name: ohos.usbV9<br>Class name: usbV9<br>Method or attribute name: function claimInterface(pipe: USBDevicePipe, iface: USBInterface, force?: boolean): number;|NA|@ohos.usbV9.d.ts|
|Deleted|Module name: ohos.usbV9<br>Class name: usbV9<br>Method or attribute name: function releaseInterface(pipe: USBDevicePipe, iface: USBInterface): number;|NA|@ohos.usbV9.d.ts|
|Deleted|Module name: ohos.usbV9<br>Class name: usbV9<br>Method or attribute name: function setConfiguration(pipe: USBDevicePipe, config: USBConfig): number;|NA|@ohos.usbV9.d.ts|
|Deleted|Module name: ohos.usbV9<br>Class name: usbV9<br>Method or attribute name: function setInterface(pipe: USBDevicePipe, iface: USBInterface): number;|NA|@ohos.usbV9.d.ts|
|Deleted|Module name: ohos.usbV9<br>Class name: usbV9<br>Method or attribute name: function getRawDescriptor(pipe: USBDevicePipe): Uint8Array;|NA|@ohos.usbV9.d.ts|
|Deleted|Module name: ohos.usbV9<br>Class name: usbV9<br>Method or attribute name: function getFileDescriptor(pipe: USBDevicePipe): number;|NA|@ohos.usbV9.d.ts|
|Deleted|Module name: ohos.usbV9<br>Class name: usbV9<br>Method or attribute name: function controlTransfer(pipe: USBDevicePipe, controlparam: USBControlParams, timeout?: number): Promise\<number>;|NA|@ohos.usbV9.d.ts|
|Deleted|Module name: ohos.usbV9<br>Class name: usbV9<br>Method or attribute name: function bulkTransfer(pipe: USBDevicePipe, endpoint: USBEndpoint, buffer: Uint8Array,<br><br> timeout?: number): Promise\<number>;|NA|@ohos.usbV9.d.ts|
|Deleted|Module name: ohos.usbV9<br>Class name: usbV9<br>Method or attribute name: function closePipe(pipe: USBDevicePipe): number;|NA|@ohos.usbV9.d.ts|
|Deleted|Module name: ohos.usbV9<br>Class name: USBEndpoint|NA|@ohos.usbV9.d.ts|
|Deleted|Module name: ohos.usbV9<br>Class name: USBEndpoint<br>Method or attribute name: address: number;|NA|@ohos.usbV9.d.ts|
|Deleted|Module name: ohos.usbV9<br>Class name: USBEndpoint<br>Method or attribute name: attributes: number;|NA|@ohos.usbV9.d.ts|
|Deleted|Module name: ohos.usbV9<br>Class name: USBEndpoint<br>Method or attribute name: interval: number;|NA|@ohos.usbV9.d.ts|
|Deleted|Module name: ohos.usbV9<br>Class name: USBEndpoint<br>Method or attribute name: maxPacketSize: number;|NA|@ohos.usbV9.d.ts|
|Deleted|Module name: ohos.usbV9<br>Class name: USBEndpoint<br>Method or attribute name: direction: USBRequestDirection;|NA|@ohos.usbV9.d.ts|
|Deleted|Module name: ohos.usbV9<br>Class name: USBEndpoint<br>Method or attribute name: number: number;|NA|@ohos.usbV9.d.ts|
|Deleted|Module name: ohos.usbV9<br>Class name: USBEndpoint<br>Method or attribute name: type: number;|NA|@ohos.usbV9.d.ts|
|Deleted|Module name: ohos.usbV9<br>Class name: USBEndpoint<br>Method or attribute name: interfaceId: number;|NA|@ohos.usbV9.d.ts|
|Deleted|Module name: ohos.usbV9<br>Class name: USBInterface|NA|@ohos.usbV9.d.ts|
|Deleted|Module name: ohos.usbV9<br>Class name: USBInterface<br>Method or attribute name: id: number;|NA|@ohos.usbV9.d.ts|
|Deleted|Module name: ohos.usbV9<br>Class name: USBInterface<br>Method or attribute name: protocol: number;|NA|@ohos.usbV9.d.ts|
|Deleted|Module name: ohos.usbV9<br>Class name: USBInterface<br>Method or attribute name: clazz: number;|NA|@ohos.usbV9.d.ts|
|Deleted|Module name: ohos.usbV9<br>Class name: USBInterface<br>Method or attribute name: subClass: number;|NA|@ohos.usbV9.d.ts|
|Deleted|Module name: ohos.usbV9<br>Class name: USBInterface<br>Method or attribute name: alternateSetting: number;|NA|@ohos.usbV9.d.ts|
|Deleted|Module name: ohos.usbV9<br>Class name: USBInterface<br>Method or attribute name: name: string;|NA|@ohos.usbV9.d.ts|
|Deleted|Module name: ohos.usbV9<br>Class name: USBInterface<br>Method or attribute name: endpoints: Array\<USBEndpoint>;|NA|@ohos.usbV9.d.ts|
|Deleted|Module name: ohos.usbV9<br>Class name: USBConfig|NA|@ohos.usbV9.d.ts|
|Deleted|Module name: ohos.usbV9<br>Class name: USBConfig<br>Method or attribute name: id: number;|NA|@ohos.usbV9.d.ts|
|Deleted|Module name: ohos.usbV9<br>Class name: USBConfig<br>Method or attribute name: attributes: number;|NA|@ohos.usbV9.d.ts|
|Deleted|Module name: ohos.usbV9<br>Class name: USBConfig<br>Method or attribute name: maxPower: number;|NA|@ohos.usbV9.d.ts|
|Deleted|Module name: ohos.usbV9<br>Class name: USBConfig<br>Method or attribute name: name: string;|NA|@ohos.usbV9.d.ts|
|Deleted|Module name: ohos.usbV9<br>Class name: USBConfig<br>Method or attribute name: isRemoteWakeup: boolean;|NA|@ohos.usbV9.d.ts|
|Deleted|Module name: ohos.usbV9<br>Class name: USBConfig<br>Method or attribute name: isSelfPowered: boolean;|NA|@ohos.usbV9.d.ts|
|Deleted|Module name: ohos.usbV9<br>Class name: USBConfig<br>Method or attribute name: interfaces: Array\<USBInterface>;|NA|@ohos.usbV9.d.ts|
|Deleted|Module name: ohos.usbV9<br>Class name: USBDevice|NA|@ohos.usbV9.d.ts|
|Deleted|Module name: ohos.usbV9<br>Class name: USBDevice<br>Method or attribute name: busNum: number;|NA|@ohos.usbV9.d.ts|
|Deleted|Module name: ohos.usbV9<br>Class name: USBDevice<br>Method or attribute name: devAddress: number;|NA|@ohos.usbV9.d.ts|
|Deleted|Module name: ohos.usbV9<br>Class name: USBDevice<br>Method or attribute name: serial: string;|NA|@ohos.usbV9.d.ts|
|Deleted|Module name: ohos.usbV9<br>Class name: USBDevice<br>Method or attribute name: name: string;|NA|@ohos.usbV9.d.ts|
|Deleted|Module name: ohos.usbV9<br>Class name: USBDevice<br>Method or attribute name: manufacturerName: string;|NA|@ohos.usbV9.d.ts|
|Deleted|Module name: ohos.usbV9<br>Class name: USBDevice<br>Method or attribute name: productName: string;|NA|@ohos.usbV9.d.ts|
|Deleted|Module name: ohos.usbV9<br>Class name: USBDevice<br>Method or attribute name: version: string;|NA|@ohos.usbV9.d.ts|
|Deleted|Module name: ohos.usbV9<br>Class name: USBDevice<br>Method or attribute name: vendorId: number;|NA|@ohos.usbV9.d.ts|
|Deleted|Module name: ohos.usbV9<br>Class name: USBDevice<br>Method or attribute name: productId: number;|NA|@ohos.usbV9.d.ts|
|Deleted|Module name: ohos.usbV9<br>Class name: USBDevice<br>Method or attribute name: clazz: number;|NA|@ohos.usbV9.d.ts|
|Deleted|Module name: ohos.usbV9<br>Class name: USBDevice<br>Method or attribute name: subClass: number;|NA|@ohos.usbV9.d.ts|
|Deleted|Module name: ohos.usbV9<br>Class name: USBDevice<br>Method or attribute name: protocol: number;|NA|@ohos.usbV9.d.ts|
|Deleted|Module name: ohos.usbV9<br>Class name: USBDevice<br>Method or attribute name: configs: Array\<USBConfig>;|NA|@ohos.usbV9.d.ts|
|Deleted|Module name: ohos.usbV9<br>Class name: USBDevicePipe|NA|@ohos.usbV9.d.ts|
|Deleted|Module name: ohos.usbV9<br>Class name: USBDevicePipe<br>Method or attribute name: busNum: number;|NA|@ohos.usbV9.d.ts|
|Deleted|Module name: ohos.usbV9<br>Class name: USBDevicePipe<br>Method or attribute name: devAddress: number;|NA|@ohos.usbV9.d.ts|
|Deleted|Module name: ohos.usbV9<br>Class name: PowerRoleType|NA|@ohos.usbV9.d.ts|
|Deleted|Module name: ohos.usbV9<br>Class name: PowerRoleType<br>Method or attribute name: NONE = 0|NA|@ohos.usbV9.d.ts|
|Deleted|Module name: ohos.usbV9<br>Class name: PowerRoleType<br>Method or attribute name: SOURCE = 1|NA|@ohos.usbV9.d.ts|
|Deleted|Module name: ohos.usbV9<br>Class name: PowerRoleType<br>Method or attribute name: SINK = 2|NA|@ohos.usbV9.d.ts|
|Deleted|Module name: ohos.usbV9<br>Class name: DataRoleType|NA|@ohos.usbV9.d.ts|
|Deleted|Module name: ohos.usbV9<br>Class name: DataRoleType<br>Method or attribute name: NONE = 0|NA|@ohos.usbV9.d.ts|
|Deleted|Module name: ohos.usbV9<br>Class name: DataRoleType<br>Method or attribute name: HOST = 1|NA|@ohos.usbV9.d.ts|
|Deleted|Module name: ohos.usbV9<br>Class name: DataRoleType<br>Method or attribute name: DEVICE = 2|NA|@ohos.usbV9.d.ts|
|Deleted|Module name: ohos.usbV9<br>Class name: PortModeType|NA|@ohos.usbV9.d.ts|
|Deleted|Module name: ohos.usbV9<br>Class name: PortModeType<br>Method or attribute name: NONE = 0|NA|@ohos.usbV9.d.ts|
|Deleted|Module name: ohos.usbV9<br>Class name: PortModeType<br>Method or attribute name: UFP = 1|NA|@ohos.usbV9.d.ts|
|Deleted|Module name: ohos.usbV9<br>Class name: PortModeType<br>Method or attribute name: DFP = 2|NA|@ohos.usbV9.d.ts|
|Deleted|Module name: ohos.usbV9<br>Class name: PortModeType<br>Method or attribute name: DRP = 3|NA|@ohos.usbV9.d.ts|
|Deleted|Module name: ohos.usbV9<br>Class name: PortModeType<br>Method or attribute name: NUM_MODES = 4|NA|@ohos.usbV9.d.ts|
|Deleted|Module name: ohos.usbV9<br>Class name: USBPortStatus|NA|@ohos.usbV9.d.ts|
|Deleted|Module name: ohos.usbV9<br>Class name: USBPortStatus<br>Method or attribute name: currentMode: number;|NA|@ohos.usbV9.d.ts|
|Deleted|Module name: ohos.usbV9<br>Class name: USBPortStatus<br>Method or attribute name: currentPowerRole: number;|NA|@ohos.usbV9.d.ts|
|Deleted|Module name: ohos.usbV9<br>Class name: USBPortStatus<br>Method or attribute name: currentDataRole: number;|NA|@ohos.usbV9.d.ts|
|Deleted|Module name: ohos.usbV9<br>Class name: USBPort|NA|@ohos.usbV9.d.ts|
|Deleted|Module name: ohos.usbV9<br>Class name: USBPort<br>Method or attribute name: id: number;|NA|@ohos.usbV9.d.ts|
|Deleted|Module name: ohos.usbV9<br>Class name: USBPort<br>Method or attribute name: supportedModes: PortModeType;|NA|@ohos.usbV9.d.ts|
|Deleted|Module name: ohos.usbV9<br>Class name: USBPort<br>Method or attribute name: status: USBPortStatus;|NA|@ohos.usbV9.d.ts|
|Deleted|Module name: ohos.usbV9<br>Class name: USBControlParams|NA|@ohos.usbV9.d.ts|
|Deleted|Module name: ohos.usbV9<br>Class name: USBControlParams<br>Method or attribute name: request: number;|NA|@ohos.usbV9.d.ts|
|Deleted|Module name: ohos.usbV9<br>Class name: USBControlParams<br>Method or attribute name: target: USBRequestTargetType;|NA|@ohos.usbV9.d.ts|
|Deleted|Module name: ohos.usbV9<br>Class name: USBControlParams<br>Method or attribute name: reqType: USBControlRequestType;|NA|@ohos.usbV9.d.ts|
|Deleted|Module name: ohos.usbV9<br>Class name: USBControlParams<br>Method or attribute name: value: number;|NA|@ohos.usbV9.d.ts|
|Deleted|Module name: ohos.usbV9<br>Class name: USBControlParams<br>Method or attribute name: index: number;|NA|@ohos.usbV9.d.ts|
|Deleted|Module name: ohos.usbV9<br>Class name: USBControlParams<br>Method or attribute name: data: Uint8Array;|NA|@ohos.usbV9.d.ts|
|Deleted|Module name: ohos.usbV9<br>Class name: USBRequestTargetType|NA|@ohos.usbV9.d.ts|
|Deleted|Module name: ohos.usbV9<br>Class name: USBRequestTargetType<br>Method or attribute name: USB_REQUEST_TARGET_DEVICE = 0|NA|@ohos.usbV9.d.ts|
|Deleted|Module name: ohos.usbV9<br>Class name: USBRequestTargetType<br>Method or attribute name: USB_REQUEST_TARGET_INTERFACE = 1|NA|@ohos.usbV9.d.ts|
|Deleted|Module name: ohos.usbV9<br>Class name: USBRequestTargetType<br>Method or attribute name: USB_REQUEST_TARGET_ENDPOINT = 2|NA|@ohos.usbV9.d.ts|
|Deleted|Module name: ohos.usbV9<br>Class name: USBRequestTargetType<br>Method or attribute name: USB_REQUEST_TARGET_OTHER = 3|NA|@ohos.usbV9.d.ts|
|Deleted|Module name: ohos.usbV9<br>Class name: USBControlRequestType|NA|@ohos.usbV9.d.ts|
|Deleted|Module name: ohos.usbV9<br>Class name: USBControlRequestType<br>Method or attribute name: USB_REQUEST_TYPE_STANDARD = 0|NA|@ohos.usbV9.d.ts|
|Deleted|Module name: ohos.usbV9<br>Class name: USBControlRequestType<br>Method or attribute name: USB_REQUEST_TYPE_CLASS = 1|NA|@ohos.usbV9.d.ts|
|Deleted|Module name: ohos.usbV9<br>Class name: USBControlRequestType<br>Method or attribute name: USB_REQUEST_TYPE_VENDOR = 2|NA|@ohos.usbV9.d.ts|
|Deleted|Module name: ohos.usbV9<br>Class name: USBRequestDirection|NA|@ohos.usbV9.d.ts|
|Deleted|Module name: ohos.usbV9<br>Class name: USBRequestDirection<br>Method or attribute name: USB_REQUEST_DIR_TO_DEVICE = 0|NA|@ohos.usbV9.d.ts|
|Deleted|Module name: ohos.usbV9<br>Class name: USBRequestDirection<br>Method or attribute name: USB_REQUEST_DIR_FROM_DEVICE = 0x80|NA|@ohos.usbV9.d.ts|
|Deleted|Module name: ohos.usbV9<br>Class name: FunctionType|NA|@ohos.usbV9.d.ts|
|Deleted|Module name: ohos.usbV9<br>Class name: FunctionType<br>Method or attribute name: NONE = 0|NA|@ohos.usbV9.d.ts|
|Deleted|Module name: ohos.usbV9<br>Class name: FunctionType<br>Method or attribute name: ACM = 1|NA|@ohos.usbV9.d.ts|
|Deleted|Module name: ohos.usbV9<br>Class name: FunctionType<br>Method or attribute name: ECM = 2|NA|@ohos.usbV9.d.ts|
|Deleted|Module name: ohos.usbV9<br>Class name: FunctionType<br>Method or attribute name: HDC = 4|NA|@ohos.usbV9.d.ts|
|Deleted|Module name: ohos.usbV9<br>Class name: FunctionType<br>Method or attribute name: MTP = 8|NA|@ohos.usbV9.d.ts|
|Deleted|Module name: ohos.usbV9<br>Class name: FunctionType<br>Method or attribute name: PTP = 16|NA|@ohos.usbV9.d.ts|
|Deleted|Module name: ohos.usbV9<br>Class name: FunctionType<br>Method or attribute name: RNDIS = 32|NA|@ohos.usbV9.d.ts|
|Deleted|Module name: ohos.usbV9<br>Class name: FunctionType<br>Method or attribute name: MIDI = 64|NA|@ohos.usbV9.d.ts|
|Deleted|Module name: ohos.usbV9<br>Class name: FunctionType<br>Method or attribute name: AUDIO_SOURCE = 128|NA|@ohos.usbV9.d.ts|
|Deleted|Module name: ohos.usbV9<br>Class name: FunctionType<br>Method or attribute name: NCM = 256|NA|@ohos.usbV9.d.ts|
| Change Type | Old Version | New Version | d.ts File |
| ---- | ------ | ------ | -------- |
|Deleted|Module name: ohos.userIAM.userAuth<br>Class name: userAuth<br>Method or attribute name: function getVersion(): number;|NA|@ohos.userIAM.userAuth.d.ts|
| Change Type | Old Version | New Version | d.ts File |
| ---- | ------ | ------ | -------- |
|Added|NA|Module name: ohos.web.webview<br>Class name: WebHeader|@ohos.web.webview.d.ts|
|Added|NA|Class name: WebHeader<br>Method or attribute name: |@ohos.web.webview.d.ts|
|Added|NA|Module name: ohos.web.webview<br>Class name: WebHeader<br>Method or attribute name: headerKey: string;|@ohos.web.webview.d.ts|
|Added|NA|Class name: WebHeader<br>Method or attribute name: headerKey: string;|@ohos.web.webview.d.ts|
|Added|NA|Module name: ohos.web.webview<br>Class name: WebHeader<br>Method or attribute name: headerValue: string;|@ohos.web.webview.d.ts|
|Added|NA|Class name: WebHeader<br>Method or attribute name: headerValue: string;|@ohos.web.webview.d.ts|
|Added|NA|Module name: ohos.web.webview<br>Class name: WebHitTestType|@ohos.web.webview.d.ts|
|Added|NA|Class name: WebHitTestType<br>Method or attribute name: |@ohos.web.webview.d.ts|
|Added|NA|Module name: ohos.web.webview<br>Class name: WebHitTestType<br>Method or attribute name: EditText|@ohos.web.webview.d.ts|
|Added|NA|Class name: WebHitTestType<br>Method or attribute name: EditText|@ohos.web.webview.d.ts|
|Added|NA|Module name: ohos.web.webview<br>Class name: WebHitTestType<br>Method or attribute name: Email|@ohos.web.webview.d.ts|
|Added|NA|Class name: WebHitTestType<br>Method or attribute name: Email|@ohos.web.webview.d.ts|
|Added|NA|Module name: ohos.web.webview<br>Class name: WebHitTestType<br>Method or attribute name: HttpAnchor|@ohos.web.webview.d.ts|
|Added|NA|Class name: WebHitTestType<br>Method or attribute name: HttpAnchor|@ohos.web.webview.d.ts|
|Added|NA|Module name: ohos.web.webview<br>Class name: WebHitTestType<br>Method or attribute name: HttpAnchorImg|@ohos.web.webview.d.ts|
|Added|NA|Class name: WebHitTestType<br>Method or attribute name: HttpAnchorImg|@ohos.web.webview.d.ts|
|Added|NA|Module name: ohos.web.webview<br>Class name: WebHitTestType<br>Method or attribute name: Img|@ohos.web.webview.d.ts|
|Added|NA|Class name: WebHitTestType<br>Method or attribute name: Img|@ohos.web.webview.d.ts|
|Added|NA|Module name: ohos.web.webview<br>Class name: WebHitTestType<br>Method or attribute name: Map|@ohos.web.webview.d.ts|
|Added|NA|Class name: WebHitTestType<br>Method or attribute name: Map|@ohos.web.webview.d.ts|
|Added|NA|Module name: ohos.web.webview<br>Class name: WebHitTestType<br>Method or attribute name: Phone|@ohos.web.webview.d.ts|
|Added|NA|Class name: WebHitTestType<br>Method or attribute name: Phone|@ohos.web.webview.d.ts|
|Added|NA|Module name: ohos.web.webview<br>Class name: WebHitTestType<br>Method or attribute name: Unknown|@ohos.web.webview.d.ts|
|Added|NA|Class name: WebHitTestType<br>Method or attribute name: Unknown|@ohos.web.webview.d.ts|
|Added|NA|Class name: HitTestValue<br>Method or attribute name: type: WebHitTestType;|@ohos.web.webview.d.ts|
|Added|NA|Class name: WebviewController<br>Method or attribute name: static setWebDebuggingAccess(webDebuggingAccess: boolean): void;|@ohos.web.webview.d.ts|
|Deleted|Module name: ohos.web.webview<br>Class name: HeaderV9|NA|@ohos.web.webview.d.ts|
|Deleted|Module name: ohos.web.webview<br>Class name: HeaderV9<br>Method or attribute name: headerKey: string;|NA|@ohos.web.webview.d.ts|
|Deleted|Module name: ohos.web.webview<br>Class name: HeaderV9<br>Method or attribute name: headerValue: string;|NA|@ohos.web.webview.d.ts|
|Deleted|Module name: ohos.web.webview<br>Class name: HitTestTypeV9|NA|@ohos.web.webview.d.ts|
|Deleted|Module name: ohos.web.webview<br>Class name: HitTestTypeV9<br>Method or attribute name: EditText|NA|@ohos.web.webview.d.ts|
|Deleted|Module name: ohos.web.webview<br>Class name: HitTestTypeV9<br>Method or attribute name: Email|NA|@ohos.web.webview.d.ts|
|Deleted|Module name: ohos.web.webview<br>Class name: HitTestTypeV9<br>Method or attribute name: HttpAnchor|NA|@ohos.web.webview.d.ts|
|Deleted|Module name: ohos.web.webview<br>Class name: HitTestTypeV9<br>Method or attribute name: HttpAnchorImg|NA|@ohos.web.webview.d.ts|
|Deleted|Module name: ohos.web.webview<br>Class name: HitTestTypeV9<br>Method or attribute name: Img|NA|@ohos.web.webview.d.ts|
|Deleted|Module name: ohos.web.webview<br>Class name: HitTestTypeV9<br>Method or attribute name: Map|NA|@ohos.web.webview.d.ts|
|Deleted|Module name: ohos.web.webview<br>Class name: HitTestTypeV9<br>Method or attribute name: Phone|NA|@ohos.web.webview.d.ts|
|Deleted|Module name: ohos.web.webview<br>Class name: HitTestTypeV9<br>Method or attribute name: Unknown|NA|@ohos.web.webview.d.ts|
|Deleted|Module name: ohos.web.webview<br>Class name: WebAsyncController|NA|@ohos.web.webview.d.ts|
|Deleted|Module name: ohos.web.webview<br>Class name: WebAsyncController<br>Method or attribute name: constructor(controller: WebController);|NA|@ohos.web.webview.d.ts|
|Deleted|Module name: ohos.web.webview<br>Class name: WebAsyncController<br>Method or attribute name: storeWebArchive(baseName: string, autoName: boolean): Promise\<string>;|NA|@ohos.web.webview.d.ts|
|Deleted|Module name: ohos.web.webview<br>Class name: WebAsyncController<br>Method or attribute name: storeWebArchive(baseName: string, autoName: boolean, callback : AsyncCallback\<string>): void;|NA|@ohos.web.webview.d.ts|
|Function changed|Class name: WebviewController<br>Method or attribute name: loadUrl(url: string \| Resource, headers?: Array\<HeaderV9>): void;<br>|Class name: WebviewController<br>Method or attribute name: loadUrl(url: string \| Resource, headers?: Array\<WebHeader>): void;<br>|@ohos.web.webview.d.ts|
|Function changed|Class name: WebviewController<br>Method or attribute name: getHitTest(): HitTestTypeV9;<br>|Class name: WebviewController<br>Method or attribute name: getHitTest(): WebHitTestType;<br>|@ohos.web.webview.d.ts|
| Change Type | Old Version | New Version | d.ts File |
| ---- | ------ | ------ | -------- |
|Added|NA|Class name: WindowExtensionAbility<br>Method or attribute name: context: WindowExtensionContext;|@ohos.application.WindowExtensionAbility.d.ts|
|Added|NA|Class name: Window<br>Method or attribute name: bindDialogTarget(requestInfo: dialogRequest.RequestInfo, deathCallback: Callback\<void>): Promise\<void>;|@ohos.window.d.ts|
|Added|NA|Class name: Window<br>Method or attribute name: bindDialogTarget(requestInfo: dialogRequest.RequestInfo, deathCallback: Callback\<void>, callback: AsyncCallback\<void>): void;|@ohos.window.d.ts|
|Added|NA|Module name: WindowExtensionContext<br>Class name: WindowExtensionContext|WindowExtensionContext.d.ts|
|Added|NA|Module name: WindowExtensionContext<br>Class name: WindowExtensionContext<br>Method or attribute name: startAbility(want: Want, options: StartOptions, callback: AsyncCallback\<void>): void;|WindowExtensionContext.d.ts|
|Added|NA|Module name: WindowExtensionContext<br>Class name: WindowExtensionContext<br>Method or attribute name: startAbility(want: Want, options?: StartOptions): Promise\<void>;|WindowExtensionContext.d.ts|
|Deleted|Module name: ohos.window<br>Class name: Window<br>Method or attribute name: on(type: 'dialogTargetTouch', callback: Callback\<void>): void;|NA|@ohos.window.d.ts|
|Deleted|Module name: ohos.window<br>Class name: Window<br>Method or attribute name: off(type: 'dialogTargetTouch', callback?: Callback\<void>): void;|NA|@ohos.window.d.ts|
|Access level changed|Class name: WindowAnimationFinishedCallback<br>Method or attribute name: onAnimationFinish(): void;<br>Access level: public API|Class name: WindowAnimationFinishedCallback<br>Method or attribute name: onAnimationFinish(): void;<br>Access level: system API|@ohos.animation.windowAnimationManager.d.ts|
|Access level changed|Class name: WindowType<br>Method or attribute name: TYPE_FLOAT_CAMERA<br>Access level: public API|Class name: WindowType<br>Method or attribute name: TYPE_FLOAT_CAMERA<br>Access level: system API|@ohos.window.d.ts|
|Initial version changed|Class name: RRect<br>Method or attribute name: left: number;<br>Initial version: N/A|Class name: RRect<br>Method or attribute name: left: number;<br>Initial version: 9|@ohos.animation.windowAnimationManager.d.ts|
|Initial version changed|Class name: RRect<br>Method or attribute name: top: number;<br>Initial version: N/A|Class name: RRect<br>Method or attribute name: top: number;<br>Initial version: 9|@ohos.animation.windowAnimationManager.d.ts|
|Initial version changed|Class name: RRect<br>Method or attribute name: width: number;<br>Initial version: N/A|Class name: RRect<br>Method or attribute name: width: number;<br>Initial version: 9|@ohos.animation.windowAnimationManager.d.ts|
|Initial version changed|Class name: RRect<br>Method or attribute name: height: number;<br>Initial version: N/A|Class name: RRect<br>Method or attribute name: height: number;<br>Initial version: 9|@ohos.animation.windowAnimationManager.d.ts|
|Initial version changed|Class name: RRect<br>Method or attribute name: radius: number;<br>Initial version: N/A|Class name: RRect<br>Method or attribute name: radius: number;<br>Initial version: 9|@ohos.animation.windowAnimationManager.d.ts|
|Initial version changed|Class name: WindowAnimationTarget<br>Method or attribute name: readonly bundleName: string;<br>Initial version: N/A|Class name: WindowAnimationTarget<br>Method or attribute name: readonly bundleName: string;<br>Initial version: 9|@ohos.animation.windowAnimationManager.d.ts|
|Initial version changed|Class name: WindowAnimationTarget<br>Method or attribute name: readonly abilityName: string;<br>Initial version: N/A|Class name: WindowAnimationTarget<br>Method or attribute name: readonly abilityName: string;<br>Initial version: 9|@ohos.animation.windowAnimationManager.d.ts|
|Initial version changed|Class name: WindowAnimationTarget<br>Method or attribute name: readonly windowBounds: RRect;<br>Initial version: N/A|Class name: WindowAnimationTarget<br>Method or attribute name: readonly windowBounds: RRect;<br>Initial version: 9|@ohos.animation.windowAnimationManager.d.ts|
|Initial version changed|Class name: WindowAnimationTarget<br>Method or attribute name: readonly missionId: number;<br>Initial version: N/A|Class name: WindowAnimationTarget<br>Method or attribute name: readonly missionId: number;<br>Initial version: 9|@ohos.animation.windowAnimationManager.d.ts|
|Initial version changed|Class name: WindowAnimationFinishedCallback<br>Method or attribute name: onAnimationFinish(): void;<br>Initial version: N/A|Class name: WindowAnimationFinishedCallback<br>Method or attribute name: onAnimationFinish(): void;<br>Initial version: 9|@ohos.animation.windowAnimationManager.d.ts|
|Initial version changed|Class name: Rect<br>Method or attribute name: left: number;<br>Initial version: N/A|Class name: Rect<br>Method or attribute name: left: number;<br>Initial version: 9|@ohos.display.d.ts|
|Initial version changed|Class name: Rect<br>Method or attribute name: top: number;<br>Initial version: N/A|Class name: Rect<br>Method or attribute name: top: number;<br>Initial version: 9|@ohos.display.d.ts|
|Initial version changed|Class name: Rect<br>Method or attribute name: width: number;<br>Initial version: N/A|Class name: Rect<br>Method or attribute name: width: number;<br>Initial version: 9|@ohos.display.d.ts|
|Initial version changed|Class name: Rect<br>Method or attribute name: height: number;<br>Initial version: N/A|Class name: Rect<br>Method or attribute name: height: number;<br>Initial version: 9|@ohos.display.d.ts|
|Initial version changed|Class name: WaterfallDisplayAreaRects<br>Method or attribute name: readonly left: Rect;<br>Initial version: N/A|Class name: WaterfallDisplayAreaRects<br>Method or attribute name: readonly left: Rect;<br>Initial version: 9|@ohos.display.d.ts|
|Initial version changed|Class name: WaterfallDisplayAreaRects<br>Method or attribute name: readonly right: Rect;<br>Initial version: N/A|Class name: WaterfallDisplayAreaRects<br>Method or attribute name: readonly right: Rect;<br>Initial version: 9|@ohos.display.d.ts|
|Initial version changed|Class name: WaterfallDisplayAreaRects<br>Method or attribute name: readonly top: Rect;<br>Initial version: N/A|Class name: WaterfallDisplayAreaRects<br>Method or attribute name: readonly top: Rect;<br>Initial version: 9|@ohos.display.d.ts|
|Initial version changed|Class name: WaterfallDisplayAreaRects<br>Method or attribute name: readonly bottom: Rect;<br>Initial version: N/A|Class name: WaterfallDisplayAreaRects<br>Method or attribute name: readonly bottom: Rect;<br>Initial version: 9|@ohos.display.d.ts|
|Initial version changed|Class name: CutoutInfo<br>Method or attribute name: readonly boundingRects: Array\<Rect>;<br>Initial version: N/A|Class name: CutoutInfo<br>Method or attribute name: readonly boundingRects: Array\<Rect>;<br>Initial version: 9|@ohos.display.d.ts|
|Initial version changed|Class name: CutoutInfo<br>Method or attribute name: readonly waterfallDisplayAreaRects: WaterfallDisplayAreaRects;<br>Initial version: N/A|Class name: CutoutInfo<br>Method or attribute name: readonly waterfallDisplayAreaRects: WaterfallDisplayAreaRects;<br>Initial version: 9|@ohos.display.d.ts|
|Initial version changed|Class name: ScaleOptions<br>Method or attribute name: x?: number;<br>Initial version: N/A|Class name: ScaleOptions<br>Method or attribute name: x?: number;<br>Initial version: 9|@ohos.window.d.ts|
|Initial version changed|Class name: ScaleOptions<br>Method or attribute name: y?: number;<br>Initial version: N/A|Class name: ScaleOptions<br>Method or attribute name: y?: number;<br>Initial version: 9|@ohos.window.d.ts|
|Initial version changed|Class name: ScaleOptions<br>Method or attribute name: pivotX?: number;<br>Initial version: N/A|Class name: ScaleOptions<br>Method or attribute name: pivotX?: number;<br>Initial version: 9|@ohos.window.d.ts|
|Initial version changed|Class name: ScaleOptions<br>Method or attribute name: pivotY?: number;<br>Initial version: N/A|Class name: ScaleOptions<br>Method or attribute name: pivotY?: number;<br>Initial version: 9|@ohos.window.d.ts|
|Initial version changed|Class name: RotateOptions<br>Method or attribute name: x?: number;<br>Initial version: N/A|Class name: RotateOptions<br>Method or attribute name: x?: number;<br>Initial version: 9|@ohos.window.d.ts|
|Initial version changed|Class name: RotateOptions<br>Method or attribute name: y?: number;<br>Initial version: N/A|Class name: RotateOptions<br>Method or attribute name: y?: number;<br>Initial version: 9|@ohos.window.d.ts|
|Initial version changed|Class name: RotateOptions<br>Method or attribute name: z?: number;<br>Initial version: N/A|Class name: RotateOptions<br>Method or attribute name: z?: number;<br>Initial version: 9|@ohos.window.d.ts|
|Initial version changed|Class name: RotateOptions<br>Method or attribute name: pivotX?: number;<br>Initial version: N/A|Class name: RotateOptions<br>Method or attribute name: pivotX?: number;<br>Initial version: 9|@ohos.window.d.ts|
|Initial version changed|Class name: RotateOptions<br>Method or attribute name: pivotY?: number;<br>Initial version: N/A|Class name: RotateOptions<br>Method or attribute name: pivotY?: number;<br>Initial version: 9|@ohos.window.d.ts|
|Initial version changed|Class name: TranslateOptions<br>Method or attribute name: x?: number;<br>Initial version: N/A|Class name: TranslateOptions<br>Method or attribute name: x?: number;<br>Initial version: 9|@ohos.window.d.ts|
|Initial version changed|Class name: TranslateOptions<br>Method or attribute name: y?: number;<br>Initial version: N/A|Class name: TranslateOptions<br>Method or attribute name: y?: number;<br>Initial version: 9|@ohos.window.d.ts|
|Initial version changed|Class name: TranslateOptions<br>Method or attribute name: z?: number;<br>Initial version: N/A|Class name: TranslateOptions<br>Method or attribute name: z?: number;<br>Initial version: 9|@ohos.window.d.ts|
|Initial version changed|Class name: TransitionContext<br>Method or attribute name: toWindow: Window<br>Initial version: N/A|Class name: TransitionContext<br>Method or attribute name: toWindow: Window<br>Initial version: 9|@ohos.window.d.ts|
|Initial version changed|Class name: TransitionContext<br>Method or attribute name: completeTransition(isCompleted: boolean): void;<br>Initial version: N/A|Class name: TransitionContext<br>Method or attribute name: completeTransition(isCompleted: boolean): void;<br>Initial version: 9|@ohos.window.d.ts|
|Initial version changed|Class name: TransitionController<br>Method or attribute name: animationForShown(context: TransitionContext): void;<br>Initial version: N/A|Class name: TransitionController<br>Method or attribute name: animationForShown(context: TransitionContext): void;<br>Initial version: 9|@ohos.window.d.ts|
|Initial version changed|Class name: TransitionController<br>Method or attribute name: animationForHidden(context: TransitionContext): void;<br>Initial version: N/A|Class name: TransitionController<br>Method or attribute name: animationForHidden(context: TransitionContext): void;<br>Initial version: 9|@ohos.window.d.ts|
|Initial version changed|Class name: Configuration<br>Method or attribute name: name: string<br>Initial version: N/A|Class name: Configuration<br>Method or attribute name: name: string<br>Initial version: 9|@ohos.window.d.ts|
|Initial version changed|Class name: Configuration<br>Method or attribute name: windowType: WindowType<br>Initial version: N/A|Class name: Configuration<br>Method or attribute name: windowType: WindowType<br>Initial version: 9|@ohos.window.d.ts|
|Initial version changed|Class name: Configuration<br>Method or attribute name: ctx?: BaseContext<br>Initial version: N/A|Class name: Configuration<br>Method or attribute name: ctx?: BaseContext<br>Initial version: 9|@ohos.window.d.ts|
|Initial version changed|Class name: Configuration<br>Method or attribute name: displayId?: number<br>Initial version: N/A|Class name: Configuration<br>Method or attribute name: displayId?: number<br>Initial version: 9|@ohos.window.d.ts|
|Initial version changed|Class name: Configuration<br>Method or attribute name: parentId?: number<br>Initial version: N/A|Class name: Configuration<br>Method or attribute name: parentId?: number<br>Initial version: 9|@ohos.window.d.ts|
|Initial version changed|Class name: Orientation<br>Method or attribute name: UNSPECIFIED = 0<br>Initial version: N/A|Class name: Orientation<br>Method or attribute name: UNSPECIFIED = 0<br>Initial version: 9|@ohos.window.d.ts|
|Initial version changed|Class name: Orientation<br>Method or attribute name: PORTRAIT = 1<br>Initial version: N/A|Class name: Orientation<br>Method or attribute name: PORTRAIT = 1<br>Initial version: 9|@ohos.window.d.ts|
|Initial version changed|Class name: Orientation<br>Method or attribute name: LANDSCAPE = 2<br>Initial version: N/A|Class name: Orientation<br>Method or attribute name: LANDSCAPE = 2<br>Initial version: 9|@ohos.window.d.ts|
|Initial version changed|Class name: Orientation<br>Method or attribute name: PORTRAIT_INVERTED = 3<br>Initial version: N/A|Class name: Orientation<br>Method or attribute name: PORTRAIT_INVERTED = 3<br>Initial version: 9|@ohos.window.d.ts|
|Initial version changed|Class name: Orientation<br>Method or attribute name: LANDSCAPE_INVERTED = 4<br>Initial version: N/A|Class name: Orientation<br>Method or attribute name: LANDSCAPE_INVERTED = 4<br>Initial version: 9|@ohos.window.d.ts|
|Initial version changed|Class name: Orientation<br>Method or attribute name: AUTO_ROTATION = 5<br>Initial version: N/A|Class name: Orientation<br>Method or attribute name: AUTO_ROTATION = 5<br>Initial version: 9|@ohos.window.d.ts|
|Initial version changed|Class name: Orientation<br>Method or attribute name: AUTO_ROTATION_PORTRAIT = 6<br>Initial version: N/A|Class name: Orientation<br>Method or attribute name: AUTO_ROTATION_PORTRAIT = 6<br>Initial version: 9|@ohos.window.d.ts|
|Initial version changed|Class name: Orientation<br>Method or attribute name: AUTO_ROTATION_LANDSCAPE = 7<br>Initial version: N/A|Class name: Orientation<br>Method or attribute name: AUTO_ROTATION_LANDSCAPE = 7<br>Initial version: 9|@ohos.window.d.ts|
|Initial version changed|Class name: Orientation<br>Method or attribute name: AUTO_ROTATION_RESTRICTED = 8<br>Initial version: N/A|Class name: Orientation<br>Method or attribute name: AUTO_ROTATION_RESTRICTED = 8<br>Initial version: 9|@ohos.window.d.ts|
|Initial version changed|Class name: Orientation<br>Method or attribute name: AUTO_ROTATION_PORTRAIT_RESTRICTED = 9<br>Initial version: N/A|Class name: Orientation<br>Method or attribute name: AUTO_ROTATION_PORTRAIT_RESTRICTED = 9<br>Initial version: 9|@ohos.window.d.ts|
|Initial version changed|Class name: Orientation<br>Method or attribute name: AUTO_ROTATION_LANDSCAPE_RESTRICTED = 10<br>Initial version: N/A|Class name: Orientation<br>Method or attribute name: AUTO_ROTATION_LANDSCAPE_RESTRICTED = 10<br>Initial version: 9|@ohos.window.d.ts|
|Initial version changed|Class name: Orientation<br>Method or attribute name: LOCKED = 11<br>Initial version: N/A|Class name: Orientation<br>Method or attribute name: LOCKED = 11<br>Initial version: 9|@ohos.window.d.ts|
|Initial version changed|Class name: BlurStyle<br>Method or attribute name: OFF<br>Initial version: N/A|Class name: BlurStyle<br>Method or attribute name: OFF<br>Initial version: 9|@ohos.window.d.ts|
|Initial version changed|Class name: BlurStyle<br>Method or attribute name: THIN<br>Initial version: N/A|Class name: BlurStyle<br>Method or attribute name: THIN<br>Initial version: 9|@ohos.window.d.ts|
|Initial version changed|Class name: BlurStyle<br>Method or attribute name: REGULAR<br>Initial version: N/A|Class name: BlurStyle<br>Method or attribute name: REGULAR<br>Initial version: 9|@ohos.window.d.ts|
|Initial version changed|Class name: BlurStyle<br>Method or attribute name: THICK<br>Initial version: N/A|Class name: BlurStyle<br>Method or attribute name: THICK<br>Initial version: 9|@ohos.window.d.ts|
|Initial version changed|Class name: WindowStageEventType<br>Method or attribute name: SHOWN = 1<br>Initial version: N/A|Class name: WindowStageEventType<br>Method or attribute name: SHOWN = 1<br>Initial version: 9|@ohos.window.d.ts|
|Initial version changed|Class name: WindowStageEventType<br>Method or attribute name: ACTIVE<br>Initial version: N/A|Class name: WindowStageEventType<br>Method or attribute name: ACTIVE<br>Initial version: 9|@ohos.window.d.ts|
|Initial version changed|Class name: WindowStageEventType<br>Method or attribute name: INACTIVE<br>Initial version: N/A|Class name: WindowStageEventType<br>Method or attribute name: INACTIVE<br>Initial version: 9|@ohos.window.d.ts|
|Initial version changed|Class name: WindowStageEventType<br>Method or attribute name: HIDDEN<br>Initial version: N/A|Class name: WindowStageEventType<br>Method or attribute name: HIDDEN<br>Initial version: 9|@ohos.window.d.ts|
|Permission deleted|Class name: WindowType<br>Method or attribute name: TYPE_FLOAT_CAMERA<br>Permission: ohos.permission.SYSTEM_FLOAT_WINDOW|Class name: WindowType<br>Method or attribute name: TYPE_FLOAT_CAMERA<br>Permission: N/A|@ohos.window.d.ts|
# JS API Differences
- [Ability framework](js-apidiff-ability.md)
- [Accessibility subsystem](js-apidiff-accessibility.md)
- [Account subsystem](js-apidiff-account.md)
- [Application subsystem](js-apidiff-application.md)
- [ArkUI development framework](js-apidiff-arkui.md)
- [Power management subsystem](js-apidiff-battery.md)
- [Bundle management framework](js-apidiff-bundle.md)
- [Communication subsystem](js-apidiff-communication.md)
- [Compiler and runtime subsystem](js-apidiff-compiler-and-runtime.md)
- [Customization subsystem](js-apidiff-customization.md)
- [DFX subsystem](js-apidiff-dfx.md)
- [Distributed data management subsystem](js-apidiff-distributed-data.md)
- [Distributed hardware subsystem](js-apidiff-distributed-hardware.md)
- [File management subsystem](js-apidiff-file-management.md)
- [Location subsystem](js-apidiff-geolocation.md)
- [Globalization subsystem](js-apidiff-global.md)
- [Graphic subsystem](js-apidiff-graphic.md)
- [Misc services subsystem](js-apidiff-misc.md)
- [MSDP subsystem](js-apidiff-msdp.md)
- [Multimodal input subsystem](js-apidiff-multi-modal-input.md)
- [Multimedia subsystem](js-apidiff-multimedia.md)
- [Common event and notification subsystem](js-apidiff-notification.md)
- [Resource scheduler subsystem](js-apidiff-resource-scheduler.md)
- [Security subsystem](js-apidiff-security.md)
- [Pan-sensor subsystem](js-apidiff-sensor.md)
- [Startup subsystem](js-apidiff-start-up.md)
- [Telephony subsystem](js-apidiff-telephony.md)
- [Test subsystem](js-apidiff-unitest.md)
- [Update subsystem](js-apidiff-update.md)
- [USB subsystem](js-apidiff-usb.md)
- [User IAM subsystem](js-apidiff-user-iam.md)
- [Web subsystem](js-apidiff-web.md)
- [Window manager subsystem](js-apidiff-window.md)
\ No newline at end of file
| Change Type | Old Version | New Version | d.ts File |
| ---- | ------ | ------ | -------- |
|Added|NA|Module name: lifecycle<br>Class name: LifecycleForm<br>Method or attribute name: onShare?(formId: string): {[key: string]: any};|lifecycle.d.ts|
|Added|NA|Module name: ohos.ability.ability<br>Class name: ability|@ohos.ability.ability.d.ts|
|Added|NA|Module name: ohos.app.ability.Ability<br>Class name: Ability|@ohos.app.ability.Ability.d.ts|
|Added|NA|Module name: ohos.app.ability.Ability<br>Class name: Ability<br>Method or attribute name: onConfigurationUpdate(newConfig: Configuration): void;|@ohos.app.ability.Ability.d.ts|
|Added|NA|Module name: ohos.app.ability.Ability<br>Class name: Ability<br>Method or attribute name: onMemoryLevel(level: AbilityConstant.MemoryLevel): void;|@ohos.app.ability.Ability.d.ts|
|Added|NA|Module name: ohos.app.ability.AbilityConstant<br>Class name: AbilityConstant|@ohos.app.ability.AbilityConstant.d.ts|
|Added|NA|Module name: ohos.app.ability.AbilityConstant<br>Class name: LaunchParam|@ohos.app.ability.AbilityConstant.d.ts|
|Added|NA|Module name: ohos.app.ability.AbilityConstant<br>Class name: LaunchParam<br>Method or attribute name: launchReason: LaunchReason;|@ohos.app.ability.AbilityConstant.d.ts|
|Added|NA|Module name: ohos.app.ability.AbilityConstant<br>Class name: LaunchParam<br>Method or attribute name: lastExitReason: LastExitReason;|@ohos.app.ability.AbilityConstant.d.ts|
|Added|NA|Module name: ohos.app.ability.AbilityConstant<br>Class name: LaunchReason|@ohos.app.ability.AbilityConstant.d.ts|
|Added|NA|Module name: ohos.app.ability.AbilityConstant<br>Class name: LaunchReason<br>Method or attribute name: UNKNOWN = 0|@ohos.app.ability.AbilityConstant.d.ts|
|Added|NA|Module name: ohos.app.ability.AbilityConstant<br>Class name: LaunchReason<br>Method or attribute name: START_ABILITY = 1|@ohos.app.ability.AbilityConstant.d.ts|
|Added|NA|Module name: ohos.app.ability.AbilityConstant<br>Class name: LaunchReason<br>Method or attribute name: CALL = 2|@ohos.app.ability.AbilityConstant.d.ts|
|Added|NA|Module name: ohos.app.ability.AbilityConstant<br>Class name: LaunchReason<br>Method or attribute name: CONTINUATION = 3|@ohos.app.ability.AbilityConstant.d.ts|
|Added|NA|Module name: ohos.app.ability.AbilityConstant<br>Class name: LaunchReason<br>Method or attribute name: APP_RECOVERY = 4|@ohos.app.ability.AbilityConstant.d.ts|
|Added|NA|Module name: ohos.app.ability.AbilityConstant<br>Class name: LastExitReason|@ohos.app.ability.AbilityConstant.d.ts|
|Added|NA|Module name: ohos.app.ability.AbilityConstant<br>Class name: LastExitReason<br>Method or attribute name: UNKNOWN = 0|@ohos.app.ability.AbilityConstant.d.ts|
|Added|NA|Module name: ohos.app.ability.AbilityConstant<br>Class name: LastExitReason<br>Method or attribute name: ABILITY_NOT_RESPONDING = 1|@ohos.app.ability.AbilityConstant.d.ts|
|Added|NA|Module name: ohos.app.ability.AbilityConstant<br>Class name: LastExitReason<br>Method or attribute name: NORMAL = 2|@ohos.app.ability.AbilityConstant.d.ts|
|Added|NA|Module name: ohos.app.ability.AbilityConstant<br>Class name: OnContinueResult|@ohos.app.ability.AbilityConstant.d.ts|
|Added|NA|Module name: ohos.app.ability.AbilityConstant<br>Class name: OnContinueResult<br>Method or attribute name: AGREE = 0|@ohos.app.ability.AbilityConstant.d.ts|
|Added|NA|Module name: ohos.app.ability.AbilityConstant<br>Class name: OnContinueResult<br>Method or attribute name: REJECT = 1|@ohos.app.ability.AbilityConstant.d.ts|
|Added|NA|Module name: ohos.app.ability.AbilityConstant<br>Class name: OnContinueResult<br>Method or attribute name: MISMATCH = 2|@ohos.app.ability.AbilityConstant.d.ts|
|Added|NA|Module name: ohos.app.ability.AbilityConstant<br>Class name: MemoryLevel|@ohos.app.ability.AbilityConstant.d.ts|
|Added|NA|Module name: ohos.app.ability.AbilityConstant<br>Class name: MemoryLevel<br>Method or attribute name: MEMORY_LEVEL_MODERATE = 0|@ohos.app.ability.AbilityConstant.d.ts|
|Added|NA|Module name: ohos.app.ability.AbilityConstant<br>Class name: MemoryLevel<br>Method or attribute name: MEMORY_LEVEL_LOW = 1|@ohos.app.ability.AbilityConstant.d.ts|
|Added|NA|Module name: ohos.app.ability.AbilityConstant<br>Class name: MemoryLevel<br>Method or attribute name: MEMORY_LEVEL_CRITICAL = 2|@ohos.app.ability.AbilityConstant.d.ts|
|Added|NA|Module name: ohos.app.ability.AbilityConstant<br>Class name: WindowMode|@ohos.app.ability.AbilityConstant.d.ts|
|Added|NA|Module name: ohos.app.ability.AbilityConstant<br>Class name: WindowMode<br>Method or attribute name: WINDOW_MODE_UNDEFINED = 0|@ohos.app.ability.AbilityConstant.d.ts|
|Added|NA|Module name: ohos.app.ability.AbilityConstant<br>Class name: WindowMode<br>Method or attribute name: WINDOW_MODE_FULLSCREEN = 1|@ohos.app.ability.AbilityConstant.d.ts|
|Added|NA|Module name: ohos.app.ability.AbilityConstant<br>Class name: WindowMode<br>Method or attribute name: WINDOW_MODE_SPLIT_PRIMARY = 100|@ohos.app.ability.AbilityConstant.d.ts|
|Added|NA|Module name: ohos.app.ability.AbilityConstant<br>Class name: WindowMode<br>Method or attribute name: WINDOW_MODE_SPLIT_SECONDARY = 101|@ohos.app.ability.AbilityConstant.d.ts|
|Added|NA|Module name: ohos.app.ability.AbilityConstant<br>Class name: WindowMode<br>Method or attribute name: WINDOW_MODE_FLOATING = 102|@ohos.app.ability.AbilityConstant.d.ts|
|Added|NA|Module name: ohos.app.ability.AbilityConstant<br>Class name: OnSaveResult|@ohos.app.ability.AbilityConstant.d.ts|
|Added|NA|Module name: ohos.app.ability.AbilityConstant<br>Class name: OnSaveResult<br>Method or attribute name: ALL_AGREE = 0|@ohos.app.ability.AbilityConstant.d.ts|
|Added|NA|Module name: ohos.app.ability.AbilityConstant<br>Class name: OnSaveResult<br>Method or attribute name: CONTINUATION_REJECT = 1|@ohos.app.ability.AbilityConstant.d.ts|
|Added|NA|Module name: ohos.app.ability.AbilityConstant<br>Class name: OnSaveResult<br>Method or attribute name: CONTINUATION_MISMATCH = 2|@ohos.app.ability.AbilityConstant.d.ts|
|Added|NA|Module name: ohos.app.ability.AbilityConstant<br>Class name: OnSaveResult<br>Method or attribute name: RECOVERY_AGREE = 3|@ohos.app.ability.AbilityConstant.d.ts|
|Added|NA|Module name: ohos.app.ability.AbilityConstant<br>Class name: OnSaveResult<br>Method or attribute name: RECOVERY_REJECT = 4|@ohos.app.ability.AbilityConstant.d.ts|
|Added|NA|Module name: ohos.app.ability.AbilityConstant<br>Class name: OnSaveResult<br>Method or attribute name: ALL_REJECT|@ohos.app.ability.AbilityConstant.d.ts|
|Added|NA|Module name: ohos.app.ability.AbilityConstant<br>Class name: StateType|@ohos.app.ability.AbilityConstant.d.ts|
|Added|NA|Module name: ohos.app.ability.AbilityConstant<br>Class name: StateType<br>Method or attribute name: CONTINUATION = 0|@ohos.app.ability.AbilityConstant.d.ts|
|Added|NA|Module name: ohos.app.ability.AbilityConstant<br>Class name: StateType<br>Method or attribute name: APP_RECOVERY = 1|@ohos.app.ability.AbilityConstant.d.ts|
|Added|NA|Module name: ohos.app.ability.abilityDelegatorRegistry<br>Class name: abilityDelegatorRegistry|@ohos.app.ability.abilityDelegatorRegistry.d.ts|
|Added|NA|Module name: ohos.app.ability.abilityDelegatorRegistry<br>Class name: abilityDelegatorRegistry<br>Method or attribute name: function getAbilityDelegator(): AbilityDelegator;|@ohos.app.ability.abilityDelegatorRegistry.d.ts|
|Added|NA|Module name: ohos.app.ability.abilityDelegatorRegistry<br>Class name: abilityDelegatorRegistry<br>Method or attribute name: function getArguments(): AbilityDelegatorArgs;|@ohos.app.ability.abilityDelegatorRegistry.d.ts|
|Added|NA|Module name: ohos.app.ability.abilityDelegatorRegistry<br>Class name: AbilityLifecycleState|@ohos.app.ability.abilityDelegatorRegistry.d.ts|
|Added|NA|Module name: ohos.app.ability.abilityDelegatorRegistry<br>Class name: AbilityLifecycleState<br>Method or attribute name: UNINITIALIZED|@ohos.app.ability.abilityDelegatorRegistry.d.ts|
|Added|NA|Module name: ohos.app.ability.abilityDelegatorRegistry<br>Class name: AbilityLifecycleState<br>Method or attribute name: CREATE|@ohos.app.ability.abilityDelegatorRegistry.d.ts|
|Added|NA|Module name: ohos.app.ability.abilityDelegatorRegistry<br>Class name: AbilityLifecycleState<br>Method or attribute name: FOREGROUND|@ohos.app.ability.abilityDelegatorRegistry.d.ts|
|Added|NA|Module name: ohos.app.ability.abilityDelegatorRegistry<br>Class name: AbilityLifecycleState<br>Method or attribute name: BACKGROUND|@ohos.app.ability.abilityDelegatorRegistry.d.ts|
|Added|NA|Module name: ohos.app.ability.abilityDelegatorRegistry<br>Class name: AbilityLifecycleState<br>Method or attribute name: DESTROY|@ohos.app.ability.abilityDelegatorRegistry.d.ts|
|Added|NA|Module name: ohos.app.ability.AbilityLifecycleCallback<br>Class name: AbilityLifecycleCallback|@ohos.app.ability.AbilityLifecycleCallback.d.ts|
|Added|NA|Module name: ohos.app.ability.AbilityLifecycleCallback<br>Class name: AbilityLifecycleCallback<br>Method or attribute name: onAbilityCreate(ability: UIAbility): void;|@ohos.app.ability.AbilityLifecycleCallback.d.ts|
|Added|NA|Module name: ohos.app.ability.AbilityLifecycleCallback<br>Class name: AbilityLifecycleCallback<br>Method or attribute name: onWindowStageCreate(ability: UIAbility, windowStage: window.WindowStage): void;|@ohos.app.ability.AbilityLifecycleCallback.d.ts|
|Added|NA|Module name: ohos.app.ability.AbilityLifecycleCallback<br>Class name: AbilityLifecycleCallback<br>Method or attribute name: onWindowStageActive(ability: UIAbility, windowStage: window.WindowStage): void;|@ohos.app.ability.AbilityLifecycleCallback.d.ts|
|Added|NA|Module name: ohos.app.ability.AbilityLifecycleCallback<br>Class name: AbilityLifecycleCallback<br>Method or attribute name: onWindowStageInactive(ability: UIAbility, windowStage: window.WindowStage): void;|@ohos.app.ability.AbilityLifecycleCallback.d.ts|
|Added|NA|Module name: ohos.app.ability.AbilityLifecycleCallback<br>Class name: AbilityLifecycleCallback<br>Method or attribute name: onWindowStageDestroy(ability: UIAbility, windowStage: window.WindowStage): void;|@ohos.app.ability.AbilityLifecycleCallback.d.ts|
|Added|NA|Module name: ohos.app.ability.AbilityLifecycleCallback<br>Class name: AbilityLifecycleCallback<br>Method or attribute name: onAbilityDestroy(ability: UIAbility): void;|@ohos.app.ability.AbilityLifecycleCallback.d.ts|
|Added|NA|Module name: ohos.app.ability.AbilityLifecycleCallback<br>Class name: AbilityLifecycleCallback<br>Method or attribute name: onAbilityForeground(ability: UIAbility): void;|@ohos.app.ability.AbilityLifecycleCallback.d.ts|
|Added|NA|Module name: ohos.app.ability.AbilityLifecycleCallback<br>Class name: AbilityLifecycleCallback<br>Method or attribute name: onAbilityBackground(ability: UIAbility): void;|@ohos.app.ability.AbilityLifecycleCallback.d.ts|
|Added|NA|Module name: ohos.app.ability.AbilityLifecycleCallback<br>Class name: AbilityLifecycleCallback<br>Method or attribute name: onAbilityContinue(ability: UIAbility): void;|@ohos.app.ability.AbilityLifecycleCallback.d.ts|
|Added|NA|Module name: ohos.app.ability.abilityManager<br>Class name: abilityManager|@ohos.app.ability.abilityManager.d.ts|
|Added|NA|Module name: ohos.app.ability.abilityManager<br>Class name: AbilityState|@ohos.app.ability.abilityManager.d.ts|
|Added|NA|Module name: ohos.app.ability.abilityManager<br>Class name: AbilityState<br>Method or attribute name: INITIAL = 0|@ohos.app.ability.abilityManager.d.ts|
|Added|NA|Module name: ohos.app.ability.abilityManager<br>Class name: AbilityState<br>Method or attribute name: FOCUS = 2|@ohos.app.ability.abilityManager.d.ts|
|Added|NA|Module name: ohos.app.ability.abilityManager<br>Class name: AbilityState<br>Method or attribute name: FOREGROUND = 9|@ohos.app.ability.abilityManager.d.ts|
|Added|NA|Module name: ohos.app.ability.abilityManager<br>Class name: AbilityState<br>Method or attribute name: BACKGROUND = 10|@ohos.app.ability.abilityManager.d.ts|
|Added|NA|Module name: ohos.app.ability.abilityManager<br>Class name: AbilityState<br>Method or attribute name: FOREGROUNDING = 11|@ohos.app.ability.abilityManager.d.ts|
|Added|NA|Module name: ohos.app.ability.abilityManager<br>Class name: AbilityState<br>Method or attribute name: BACKGROUNDING = 12|@ohos.app.ability.abilityManager.d.ts|
|Added|NA|Module name: ohos.app.ability.abilityManager<br>Class name: abilityManager<br>Method or attribute name: function updateConfiguration(config: Configuration, callback: AsyncCallback\<void>): void;|@ohos.app.ability.abilityManager.d.ts|
|Added|NA|Module name: ohos.app.ability.abilityManager<br>Class name: abilityManager<br>Method or attribute name: function updateConfiguration(config: Configuration): Promise\<void>;|@ohos.app.ability.abilityManager.d.ts|
|Added|NA|Module name: ohos.app.ability.abilityManager<br>Class name: abilityManager<br>Method or attribute name: function getAbilityRunningInfos(): Promise\<Array\<AbilityRunningInfo>>;|@ohos.app.ability.abilityManager.d.ts|
|Added|NA|Module name: ohos.app.ability.abilityManager<br>Class name: abilityManager<br>Method or attribute name: function getAbilityRunningInfos(callback: AsyncCallback\<Array\<AbilityRunningInfo>>): void;|@ohos.app.ability.abilityManager.d.ts|
|Added|NA|Module name: ohos.app.ability.abilityManager<br>Class name: abilityManager<br>Method or attribute name: function getExtensionRunningInfos(upperLimit: number): Promise\<Array\<ExtensionRunningInfo>>;|@ohos.app.ability.abilityManager.d.ts|
|Added|NA|Module name: ohos.app.ability.abilityManager<br>Class name: abilityManager<br>Method or attribute name: function getExtensionRunningInfos(upperLimit: number, callback: AsyncCallback\<Array\<ExtensionRunningInfo>>): void;|@ohos.app.ability.abilityManager.d.ts|
|Added|NA|Module name: ohos.app.ability.abilityManager<br>Class name: abilityManager<br>Method or attribute name: function getTopAbility(): Promise\<ElementName>;|@ohos.app.ability.abilityManager.d.ts|
|Added|NA|Module name: ohos.app.ability.abilityManager<br>Class name: abilityManager<br>Method or attribute name: function getTopAbility(callback: AsyncCallback\<ElementName>): void;|@ohos.app.ability.abilityManager.d.ts|
|Added|NA|Module name: ohos.app.ability.AbilityStage<br>Class name: AbilityStage|@ohos.app.ability.AbilityStage.d.ts|
|Added|NA|Module name: ohos.app.ability.AbilityStage<br>Class name: AbilityStage<br>Method or attribute name: context: AbilityStageContext;|@ohos.app.ability.AbilityStage.d.ts|
|Added|NA|Module name: ohos.app.ability.AbilityStage<br>Class name: AbilityStage<br>Method or attribute name: onCreate(): void;|@ohos.app.ability.AbilityStage.d.ts|
|Added|NA|Module name: ohos.app.ability.AbilityStage<br>Class name: AbilityStage<br>Method or attribute name: onAcceptWant(want: Want): string;|@ohos.app.ability.AbilityStage.d.ts|
|Added|NA|Module name: ohos.app.ability.AbilityStage<br>Class name: AbilityStage<br>Method or attribute name: onConfigurationUpdate(newConfig: Configuration): void;|@ohos.app.ability.AbilityStage.d.ts|
|Added|NA|Module name: ohos.app.ability.AbilityStage<br>Class name: AbilityStage<br>Method or attribute name: onMemoryLevel(level: AbilityConstant.MemoryLevel): void;|@ohos.app.ability.AbilityStage.d.ts|
|Added|NA|Module name: ohos.app.ability.appManager<br>Class name: appManager|@ohos.app.ability.appManager.d.ts|
|Added|NA|Module name: ohos.app.ability.appManager<br>Class name: ApplicationState|@ohos.app.ability.appManager.d.ts|
|Added|NA|Module name: ohos.app.ability.appManager<br>Class name: ApplicationState<br>Method or attribute name: STATE_CREATE|@ohos.app.ability.appManager.d.ts|
|Added|NA|Module name: ohos.app.ability.appManager<br>Class name: ApplicationState<br>Method or attribute name: STATE_FOREGROUND|@ohos.app.ability.appManager.d.ts|
|Added|NA|Module name: ohos.app.ability.appManager<br>Class name: ApplicationState<br>Method or attribute name: STATE_ACTIVE|@ohos.app.ability.appManager.d.ts|
|Added|NA|Module name: ohos.app.ability.appManager<br>Class name: ApplicationState<br>Method or attribute name: STATE_BACKGROUND|@ohos.app.ability.appManager.d.ts|
|Added|NA|Module name: ohos.app.ability.appManager<br>Class name: ApplicationState<br>Method or attribute name: STATE_DESTROY|@ohos.app.ability.appManager.d.ts|
|Added|NA|Module name: ohos.app.ability.appManager<br>Class name: ProcessState|@ohos.app.ability.appManager.d.ts|
|Added|NA|Module name: ohos.app.ability.appManager<br>Class name: ProcessState<br>Method or attribute name: STATE_CREATE|@ohos.app.ability.appManager.d.ts|
|Added|NA|Module name: ohos.app.ability.appManager<br>Class name: ProcessState<br>Method or attribute name: STATE_FOREGROUND|@ohos.app.ability.appManager.d.ts|
|Added|NA|Module name: ohos.app.ability.appManager<br>Class name: ProcessState<br>Method or attribute name: STATE_ACTIVE|@ohos.app.ability.appManager.d.ts|
|Added|NA|Module name: ohos.app.ability.appManager<br>Class name: ProcessState<br>Method or attribute name: STATE_BACKGROUND|@ohos.app.ability.appManager.d.ts|
|Added|NA|Module name: ohos.app.ability.appManager<br>Class name: ProcessState<br>Method or attribute name: STATE_DESTROY|@ohos.app.ability.appManager.d.ts|
|Added|NA|Module name: ohos.app.ability.appManager<br>Class name: appManager<br>Method or attribute name: function on(type: "applicationState", observer: ApplicationStateObserver): number;|@ohos.app.ability.appManager.d.ts|
|Added|NA|Module name: ohos.app.ability.appManager<br>Class name: appManager<br>Method or attribute name: function on(type: "applicationState", observer: ApplicationStateObserver, bundleNameList: Array\<string>): number;|@ohos.app.ability.appManager.d.ts|
|Added|NA|Module name: ohos.app.ability.appManager<br>Class name: appManager<br>Method or attribute name: function off(type: "applicationState", observerId: number, callback: AsyncCallback\<void>): void;|@ohos.app.ability.appManager.d.ts|
|Added|NA|Module name: ohos.app.ability.appManager<br>Class name: appManager<br>Method or attribute name: function off(type: "applicationState", observerId: number): Promise\<void>;|@ohos.app.ability.appManager.d.ts|
|Added|NA|Module name: ohos.app.ability.appManager<br>Class name: appManager<br>Method or attribute name: function getForegroundApplications(callback: AsyncCallback\<Array\<AppStateData>>): void;|@ohos.app.ability.appManager.d.ts|
|Added|NA|Module name: ohos.app.ability.appManager<br>Class name: appManager<br>Method or attribute name: function getForegroundApplications(): Promise\<Array\<AppStateData>>;|@ohos.app.ability.appManager.d.ts|
|Added|NA|Module name: ohos.app.ability.appManager<br>Class name: appManager<br>Method or attribute name: function killProcessWithAccount(bundleName: string, accountId: number): Promise\<void>;|@ohos.app.ability.appManager.d.ts|
|Added|NA|Module name: ohos.app.ability.appManager<br>Class name: appManager<br>Method or attribute name: function killProcessWithAccount(bundleName: string, accountId: number, callback: AsyncCallback\<void>): void;|@ohos.app.ability.appManager.d.ts|
|Added|NA|Module name: ohos.app.ability.appManager<br>Class name: appManager<br>Method or attribute name: function isRunningInStabilityTest(callback: AsyncCallback\<boolean>): void;|@ohos.app.ability.appManager.d.ts|
|Added|NA|Module name: ohos.app.ability.appManager<br>Class name: appManager<br>Method or attribute name: function isRunningInStabilityTest(): Promise\<boolean>;|@ohos.app.ability.appManager.d.ts|
|Added|NA|Module name: ohos.app.ability.appManager<br>Class name: appManager<br>Method or attribute name: function killProcessesByBundleName(bundleName: string): Promise\<void>;|@ohos.app.ability.appManager.d.ts|
|Added|NA|Module name: ohos.app.ability.appManager<br>Class name: appManager<br>Method or attribute name: function killProcessesByBundleName(bundleName: string, callback: AsyncCallback\<void>);|@ohos.app.ability.appManager.d.ts|
|Added|NA|Module name: ohos.app.ability.appManager<br>Class name: appManager<br>Method or attribute name: function clearUpApplicationData(bundleName: string): Promise\<void>;|@ohos.app.ability.appManager.d.ts|
|Added|NA|Module name: ohos.app.ability.appManager<br>Class name: appManager<br>Method or attribute name: function clearUpApplicationData(bundleName: string, callback: AsyncCallback\<void>);|@ohos.app.ability.appManager.d.ts|
|Added|NA|Module name: ohos.app.ability.appManager<br>Class name: appManager<br>Method or attribute name: function isRamConstrainedDevice(): Promise\<boolean>;|@ohos.app.ability.appManager.d.ts|
|Added|NA|Module name: ohos.app.ability.appManager<br>Class name: appManager<br>Method or attribute name: function isRamConstrainedDevice(callback: AsyncCallback\<boolean>): void;|@ohos.app.ability.appManager.d.ts|
|Added|NA|Module name: ohos.app.ability.appManager<br>Class name: appManager<br>Method or attribute name: function getAppMemorySize(): Promise\<number>;|@ohos.app.ability.appManager.d.ts|
|Added|NA|Module name: ohos.app.ability.appManager<br>Class name: appManager<br>Method or attribute name: function getAppMemorySize(callback: AsyncCallback\<number>): void;|@ohos.app.ability.appManager.d.ts|
|Added|NA|Module name: ohos.app.ability.appManager<br>Class name: appManager<br>Method or attribute name: function getRunningProcessInformation(): Promise\<Array\<ProcessInformation>>;|@ohos.app.ability.appManager.d.ts|
|Added|NA|Module name: ohos.app.ability.appManager<br>Class name: appManager<br>Method or attribute name: function getRunningProcessInformation(callback: AsyncCallback\<Array\<ProcessInformation>>): void;|@ohos.app.ability.appManager.d.ts|
|Added|NA|Module name: ohos.app.ability.appRecovery<br>Class name: appRecovery|@ohos.app.ability.appRecovery.d.ts|
|Added|NA|Module name: ohos.app.ability.appRecovery<br>Class name: RestartFlag|@ohos.app.ability.appRecovery.d.ts|
|Added|NA|Module name: ohos.app.ability.appRecovery<br>Class name: RestartFlag<br>Method or attribute name: ALWAYS_RESTART = 0|@ohos.app.ability.appRecovery.d.ts|
|Added|NA|Module name: ohos.app.ability.appRecovery<br>Class name: RestartFlag<br>Method or attribute name: RESTART_WHEN_JS_CRASH = 0x0001|@ohos.app.ability.appRecovery.d.ts|
|Added|NA|Module name: ohos.app.ability.appRecovery<br>Class name: RestartFlag<br>Method or attribute name: RESTART_WHEN_APP_FREEZE = 0x0002|@ohos.app.ability.appRecovery.d.ts|
|Added|NA|Module name: ohos.app.ability.appRecovery<br>Class name: RestartFlag<br>Method or attribute name: NO_RESTART = 0xFFFF|@ohos.app.ability.appRecovery.d.ts|
|Added|NA|Module name: ohos.app.ability.appRecovery<br>Class name: SaveOccasionFlag|@ohos.app.ability.appRecovery.d.ts|
|Added|NA|Module name: ohos.app.ability.appRecovery<br>Class name: SaveOccasionFlag<br>Method or attribute name: SAVE_WHEN_ERROR = 0x0001|@ohos.app.ability.appRecovery.d.ts|
|Added|NA|Module name: ohos.app.ability.appRecovery<br>Class name: SaveOccasionFlag<br>Method or attribute name: SAVE_WHEN_BACKGROUND = 0x0002|@ohos.app.ability.appRecovery.d.ts|
|Added|NA|Module name: ohos.app.ability.appRecovery<br>Class name: SaveModeFlag|@ohos.app.ability.appRecovery.d.ts|
|Added|NA|Module name: ohos.app.ability.appRecovery<br>Class name: SaveModeFlag<br>Method or attribute name: SAVE_WITH_FILE = 0x0001|@ohos.app.ability.appRecovery.d.ts|
|Added|NA|Module name: ohos.app.ability.appRecovery<br>Class name: SaveModeFlag<br>Method or attribute name: SAVE_WITH_SHARED_MEMORY = 0x0002|@ohos.app.ability.appRecovery.d.ts|
|Added|NA|Module name: ohos.app.ability.appRecovery<br>Class name: appRecovery<br>Method or attribute name: function enableAppRecovery(restart?: RestartFlag, saveOccasion?: SaveOccasionFlag, saveMode?: SaveModeFlag) : void;|@ohos.app.ability.appRecovery.d.ts|
|Added|NA|Module name: ohos.app.ability.appRecovery<br>Class name: appRecovery<br>Method or attribute name: function restartApp(): void;|@ohos.app.ability.appRecovery.d.ts|
|Added|NA|Module name: ohos.app.ability.appRecovery<br>Class name: appRecovery<br>Method or attribute name: function saveAppState(): boolean;|@ohos.app.ability.appRecovery.d.ts|
|Added|NA|Module name: ohos.app.ability.common<br>Class name: common|@ohos.app.ability.common.d.ts|
|Added|NA|Module name: ohos.app.ability.Configuration<br>Class name: Configuration|@ohos.app.ability.Configuration.d.ts|
|Added|NA|Module name: ohos.app.ability.Configuration<br>Class name: Configuration<br>Method or attribute name: language?: string;|@ohos.app.ability.Configuration.d.ts|
|Added|NA|Module name: ohos.app.ability.Configuration<br>Class name: Configuration<br>Method or attribute name: colorMode?: ConfigurationConstant.ColorMode;|@ohos.app.ability.Configuration.d.ts|
|Added|NA|Module name: ohos.app.ability.Configuration<br>Class name: Configuration<br>Method or attribute name: direction?: ConfigurationConstant.Direction;|@ohos.app.ability.Configuration.d.ts|
|Added|NA|Module name: ohos.app.ability.Configuration<br>Class name: Configuration<br>Method or attribute name: screenDensity?: ConfigurationConstant.ScreenDensity;|@ohos.app.ability.Configuration.d.ts|
|Added|NA|Module name: ohos.app.ability.Configuration<br>Class name: Configuration<br>Method or attribute name: displayId?: number;|@ohos.app.ability.Configuration.d.ts|
|Added|NA|Module name: ohos.app.ability.Configuration<br>Class name: Configuration<br>Method or attribute name: hasPointerDevice?: boolean;|@ohos.app.ability.Configuration.d.ts|
|Added|NA|Module name: ohos.app.ability.ConfigurationConstant<br>Class name: ConfigurationConstant|@ohos.app.ability.ConfigurationConstant.d.ts|
|Added|NA|Module name: ohos.app.ability.ConfigurationConstant<br>Class name: ColorMode|@ohos.app.ability.ConfigurationConstant.d.ts|
|Added|NA|Module name: ohos.app.ability.ConfigurationConstant<br>Class name: ColorMode<br>Method or attribute name: COLOR_MODE_NOT_SET = -1|@ohos.app.ability.ConfigurationConstant.d.ts|
|Added|NA|Module name: ohos.app.ability.ConfigurationConstant<br>Class name: ColorMode<br>Method or attribute name: COLOR_MODE_DARK = 0|@ohos.app.ability.ConfigurationConstant.d.ts|
|Added|NA|Module name: ohos.app.ability.ConfigurationConstant<br>Class name: ColorMode<br>Method or attribute name: COLOR_MODE_LIGHT = 1|@ohos.app.ability.ConfigurationConstant.d.ts|
|Added|NA|Module name: ohos.app.ability.ConfigurationConstant<br>Class name: Direction|@ohos.app.ability.ConfigurationConstant.d.ts|
|Added|NA|Module name: ohos.app.ability.ConfigurationConstant<br>Class name: Direction<br>Method or attribute name: DIRECTION_NOT_SET = -1|@ohos.app.ability.ConfigurationConstant.d.ts|
|Added|NA|Module name: ohos.app.ability.ConfigurationConstant<br>Class name: Direction<br>Method or attribute name: DIRECTION_VERTICAL = 0|@ohos.app.ability.ConfigurationConstant.d.ts|
|Added|NA|Module name: ohos.app.ability.ConfigurationConstant<br>Class name: Direction<br>Method or attribute name: DIRECTION_HORIZONTAL = 1|@ohos.app.ability.ConfigurationConstant.d.ts|
|Added|NA|Module name: ohos.app.ability.ConfigurationConstant<br>Class name: ScreenDensity|@ohos.app.ability.ConfigurationConstant.d.ts|
|Added|NA|Module name: ohos.app.ability.ConfigurationConstant<br>Class name: ScreenDensity<br>Method or attribute name: SCREEN_DENSITY_NOT_SET = 0|@ohos.app.ability.ConfigurationConstant.d.ts|
|Added|NA|Module name: ohos.app.ability.ConfigurationConstant<br>Class name: ScreenDensity<br>Method or attribute name: SCREEN_DENSITY_SDPI = 120|@ohos.app.ability.ConfigurationConstant.d.ts|
|Added|NA|Module name: ohos.app.ability.ConfigurationConstant<br>Class name: ScreenDensity<br>Method or attribute name: SCREEN_DENSITY_MDPI = 160|@ohos.app.ability.ConfigurationConstant.d.ts|
|Added|NA|Module name: ohos.app.ability.ConfigurationConstant<br>Class name: ScreenDensity<br>Method or attribute name: SCREEN_DENSITY_LDPI = 240|@ohos.app.ability.ConfigurationConstant.d.ts|
|Added|NA|Module name: ohos.app.ability.ConfigurationConstant<br>Class name: ScreenDensity<br>Method or attribute name: SCREEN_DENSITY_XLDPI = 320|@ohos.app.ability.ConfigurationConstant.d.ts|
|Added|NA|Module name: ohos.app.ability.ConfigurationConstant<br>Class name: ScreenDensity<br>Method or attribute name: SCREEN_DENSITY_XXLDPI = 480|@ohos.app.ability.ConfigurationConstant.d.ts|
|Added|NA|Module name: ohos.app.ability.ConfigurationConstant<br>Class name: ScreenDensity<br>Method or attribute name: SCREEN_DENSITY_XXXLDPI = 640|@ohos.app.ability.ConfigurationConstant.d.ts|
|Added|NA|Module name: ohos.app.ability.contextConstant<br>Class name: contextConstant|@ohos.app.ability.contextConstant.d.ts|
|Added|NA|Module name: ohos.app.ability.contextConstant<br>Class name: AreaMode|@ohos.app.ability.contextConstant.d.ts|
|Added|NA|Module name: ohos.app.ability.contextConstant<br>Class name: AreaMode<br>Method or attribute name: EL1 = 0|@ohos.app.ability.contextConstant.d.ts|
|Added|NA|Module name: ohos.app.ability.contextConstant<br>Class name: AreaMode<br>Method or attribute name: EL2 = 1|@ohos.app.ability.contextConstant.d.ts|
|Added|NA|Module name: ohos.app.ability.dataUriUtils<br>Class name: dataUriUtils|@ohos.app.ability.dataUriUtils.d.ts|
|Added|NA|Module name: ohos.app.ability.dataUriUtils<br>Class name: dataUriUtils<br>Method or attribute name: function getId(uri: string): number|@ohos.app.ability.dataUriUtils.d.ts|
|Added|NA|Module name: ohos.app.ability.dataUriUtils<br>Class name: dataUriUtils<br>Method or attribute name: function attachId(uri: string, id: number): string|@ohos.app.ability.dataUriUtils.d.ts|
|Added|NA|Module name: ohos.app.ability.dataUriUtils<br>Class name: dataUriUtils<br>Method or attribute name: function deleteId(uri: string): string|@ohos.app.ability.dataUriUtils.d.ts|
|Added|NA|Module name: ohos.app.ability.dataUriUtils<br>Class name: dataUriUtils<br>Method or attribute name: function updateId(uri: string, id: number): string|@ohos.app.ability.dataUriUtils.d.ts|
|Added|NA|Module name: ohos.app.ability.dialogRequest<br>Class name: dialogRequest|@ohos.app.ability.dialogRequest.d.ts|
|Added|NA|Module name: ohos.app.ability.dialogRequest<br>Class name: RequestInfo|@ohos.app.ability.dialogRequest.d.ts|
|Added|NA|Module name: ohos.app.ability.dialogRequest<br>Class name: ResultCode|@ohos.app.ability.dialogRequest.d.ts|
|Added|NA|Module name: ohos.app.ability.dialogRequest<br>Class name: ResultCode<br>Method or attribute name: RESULT_OK = 0|@ohos.app.ability.dialogRequest.d.ts|
|Added|NA|Module name: ohos.app.ability.dialogRequest<br>Class name: ResultCode<br>Method or attribute name: RESULT_CANCEL = 1|@ohos.app.ability.dialogRequest.d.ts|
|Added|NA|Module name: ohos.app.ability.dialogRequest<br>Class name: RequestResult|@ohos.app.ability.dialogRequest.d.ts|
|Added|NA|Module name: ohos.app.ability.dialogRequest<br>Class name: RequestResult<br>Method or attribute name: result: ResultCode;|@ohos.app.ability.dialogRequest.d.ts|
|Added|NA|Module name: ohos.app.ability.dialogRequest<br>Class name: RequestCallback|@ohos.app.ability.dialogRequest.d.ts|
|Added|NA|Module name: ohos.app.ability.dialogRequest<br>Class name: RequestCallback<br>Method or attribute name: setRequestResult(result: RequestResult): void;|@ohos.app.ability.dialogRequest.d.ts|
|Added|NA|Module name: ohos.app.ability.dialogRequest<br>Class name: dialogRequest<br>Method or attribute name: function getRequestInfo(want: Want): RequestInfo;|@ohos.app.ability.dialogRequest.d.ts|
|Added|NA|Module name: ohos.app.ability.dialogRequest<br>Class name: dialogRequest<br>Method or attribute name: function getRequestCallback(want: Want): RequestCallback;|@ohos.app.ability.dialogRequest.d.ts|
|Added|NA|Module name: ohos.app.ability.EnvironmentCallback<br>Class name: EnvironmentCallback|@ohos.app.ability.EnvironmentCallback.d.ts|
|Added|NA|Module name: ohos.app.ability.EnvironmentCallback<br>Class name: EnvironmentCallback<br>Method or attribute name: onConfigurationUpdated(config: Configuration): void;|@ohos.app.ability.EnvironmentCallback.d.ts|
|Added|NA|Module name: ohos.app.ability.EnvironmentCallback<br>Class name: EnvironmentCallback<br>Method or attribute name: onMemoryLevel(level: AbilityConstant.MemoryLevel): void;|@ohos.app.ability.EnvironmentCallback.d.ts|
|Added|NA|Module name: ohos.app.ability.errorManager<br>Class name: errorManager|@ohos.app.ability.errorManager.d.ts|
|Added|NA|Module name: ohos.app.ability.errorManager<br>Class name: errorManager<br>Method or attribute name: function on(type: "error", observer: ErrorObserver): number;|@ohos.app.ability.errorManager.d.ts|
|Added|NA|Module name: ohos.app.ability.errorManager<br>Class name: errorManager<br>Method or attribute name: function off(type: "error", observerId: number, callback: AsyncCallback\<void>): void;|@ohos.app.ability.errorManager.d.ts|
|Added|NA|Module name: ohos.app.ability.errorManager<br>Class name: errorManager<br>Method or attribute name: function off(type: "error", observerId: number): Promise\<void>;|@ohos.app.ability.errorManager.d.ts|
|Added|NA|Module name: ohos.app.ability.ExtensionAbility<br>Class name: ExtensionAbility|@ohos.app.ability.ExtensionAbility.d.ts|
|Added|NA|Module name: ohos.app.ability.missionManager<br>Class name: missionManager|@ohos.app.ability.missionManager.d.ts|
|Added|NA|Module name: ohos.app.ability.missionManager<br>Class name: missionManager<br>Method or attribute name: function on(type: "mission", listener: MissionListener): number;|@ohos.app.ability.missionManager.d.ts|
|Added|NA|Module name: ohos.app.ability.missionManager<br>Class name: missionManager<br>Method or attribute name: function off(type: "mission", listenerId: number, callback: AsyncCallback\<void>): void;|@ohos.app.ability.missionManager.d.ts|
|Added|NA|Module name: ohos.app.ability.missionManager<br>Class name: missionManager<br>Method or attribute name: function off(type: "mission", listenerId: number): Promise\<void>;|@ohos.app.ability.missionManager.d.ts|
|Added|NA|Module name: ohos.app.ability.missionManager<br>Class name: missionManager<br>Method or attribute name: function getMissionInfo(deviceId: string, missionId: number, callback: AsyncCallback\<MissionInfo>): void;|@ohos.app.ability.missionManager.d.ts|
|Added|NA|Module name: ohos.app.ability.missionManager<br>Class name: missionManager<br>Method or attribute name: function getMissionInfo(deviceId: string, missionId: number): Promise\<MissionInfo>;|@ohos.app.ability.missionManager.d.ts|
|Added|NA|Module name: ohos.app.ability.missionManager<br>Class name: missionManager<br>Method or attribute name: function getMissionInfos(deviceId: string, numMax: number, callback: AsyncCallback\<Array\<MissionInfo>>): void;|@ohos.app.ability.missionManager.d.ts|
|Added|NA|Module name: ohos.app.ability.missionManager<br>Class name: missionManager<br>Method or attribute name: function getMissionInfos(deviceId: string, numMax: number): Promise\<Array\<MissionInfo>>;|@ohos.app.ability.missionManager.d.ts|
|Added|NA|Module name: ohos.app.ability.missionManager<br>Class name: missionManager<br>Method or attribute name: function getMissionSnapShot(deviceId: string, missionId: number, callback: AsyncCallback\<MissionSnapshot>): void;|@ohos.app.ability.missionManager.d.ts|
|Added|NA|Module name: ohos.app.ability.missionManager<br>Class name: missionManager<br>Method or attribute name: function getMissionSnapShot(deviceId: string, missionId: number): Promise\<MissionSnapshot>;|@ohos.app.ability.missionManager.d.ts|
|Added|NA|Module name: ohos.app.ability.missionManager<br>Class name: missionManager<br>Method or attribute name: function getLowResolutionMissionSnapShot(deviceId: string, missionId: number, callback: AsyncCallback\<MissionSnapshot>): void;|@ohos.app.ability.missionManager.d.ts|
|Added|NA|Module name: ohos.app.ability.missionManager<br>Class name: missionManager<br>Method or attribute name: function getLowResolutionMissionSnapShot(deviceId: string, missionId: number): Promise\<MissionSnapshot>;|@ohos.app.ability.missionManager.d.ts|
|Added|NA|Module name: ohos.app.ability.missionManager<br>Class name: missionManager<br>Method or attribute name: function lockMission(missionId: number, callback: AsyncCallback\<void>): void;|@ohos.app.ability.missionManager.d.ts|
|Added|NA|Module name: ohos.app.ability.missionManager<br>Class name: missionManager<br>Method or attribute name: function lockMission(missionId: number): Promise\<void>;|@ohos.app.ability.missionManager.d.ts|
|Added|NA|Module name: ohos.app.ability.missionManager<br>Class name: missionManager<br>Method or attribute name: function unlockMission(missionId: number, callback: AsyncCallback\<void>): void;|@ohos.app.ability.missionManager.d.ts|
|Added|NA|Module name: ohos.app.ability.missionManager<br>Class name: missionManager<br>Method or attribute name: function unlockMission(missionId: number): Promise\<void>;|@ohos.app.ability.missionManager.d.ts|
|Added|NA|Module name: ohos.app.ability.missionManager<br>Class name: missionManager<br>Method or attribute name: function clearMission(missionId: number, callback: AsyncCallback\<void>): void;|@ohos.app.ability.missionManager.d.ts|
|Added|NA|Module name: ohos.app.ability.missionManager<br>Class name: missionManager<br>Method or attribute name: function clearMission(missionId: number): Promise\<void>;|@ohos.app.ability.missionManager.d.ts|
|Added|NA|Module name: ohos.app.ability.missionManager<br>Class name: missionManager<br>Method or attribute name: function clearAllMissions(callback: AsyncCallback\<void>): void;|@ohos.app.ability.missionManager.d.ts|
|Added|NA|Module name: ohos.app.ability.missionManager<br>Class name: missionManager<br>Method or attribute name: function clearAllMissions(): Promise\<void>;|@ohos.app.ability.missionManager.d.ts|
|Added|NA|Module name: ohos.app.ability.missionManager<br>Class name: missionManager<br>Method or attribute name: function moveMissionToFront(missionId: number, callback: AsyncCallback\<void>): void;|@ohos.app.ability.missionManager.d.ts|
|Added|NA|Module name: ohos.app.ability.missionManager<br>Class name: missionManager<br>Method or attribute name: function moveMissionToFront(missionId: number, options: StartOptions, callback: AsyncCallback\<void>): void;|@ohos.app.ability.missionManager.d.ts|
|Added|NA|Module name: ohos.app.ability.missionManager<br>Class name: missionManager<br>Method or attribute name: function moveMissionToFront(missionId: number, options?: StartOptions): Promise\<void>;|@ohos.app.ability.missionManager.d.ts|
|Added|NA|Module name: ohos.app.ability.quickFixManager<br>Class name: quickFixManager|@ohos.app.ability.quickFixManager.d.ts|
|Added|NA|Module name: ohos.app.ability.quickFixManager<br>Class name: HapModuleQuickFixInfo|@ohos.app.ability.quickFixManager.d.ts|
|Added|NA|Module name: ohos.app.ability.quickFixManager<br>Class name: HapModuleQuickFixInfo<br>Method or attribute name: readonly moduleName: string;|@ohos.app.ability.quickFixManager.d.ts|
|Added|NA|Module name: ohos.app.ability.quickFixManager<br>Class name: HapModuleQuickFixInfo<br>Method or attribute name: readonly originHapHash: string;|@ohos.app.ability.quickFixManager.d.ts|
|Added|NA|Module name: ohos.app.ability.quickFixManager<br>Class name: HapModuleQuickFixInfo<br>Method or attribute name: readonly quickFixFilePath: string;|@ohos.app.ability.quickFixManager.d.ts|
|Added|NA|Module name: ohos.app.ability.quickFixManager<br>Class name: ApplicationQuickFixInfo|@ohos.app.ability.quickFixManager.d.ts|
|Added|NA|Module name: ohos.app.ability.quickFixManager<br>Class name: ApplicationQuickFixInfo<br>Method or attribute name: readonly bundleName: string;|@ohos.app.ability.quickFixManager.d.ts|
|Added|NA|Module name: ohos.app.ability.quickFixManager<br>Class name: ApplicationQuickFixInfo<br>Method or attribute name: readonly bundleVersionCode: number;|@ohos.app.ability.quickFixManager.d.ts|
|Added|NA|Module name: ohos.app.ability.quickFixManager<br>Class name: ApplicationQuickFixInfo<br>Method or attribute name: readonly bundleVersionName: string;|@ohos.app.ability.quickFixManager.d.ts|
|Added|NA|Module name: ohos.app.ability.quickFixManager<br>Class name: ApplicationQuickFixInfo<br>Method or attribute name: readonly quickFixVersionCode: number;|@ohos.app.ability.quickFixManager.d.ts|
|Added|NA|Module name: ohos.app.ability.quickFixManager<br>Class name: ApplicationQuickFixInfo<br>Method or attribute name: readonly quickFixVersionName: string;|@ohos.app.ability.quickFixManager.d.ts|
|Added|NA|Module name: ohos.app.ability.quickFixManager<br>Class name: ApplicationQuickFixInfo<br>Method or attribute name: readonly hapModuleQuickFixInfo: Array\<HapModuleQuickFixInfo>;|@ohos.app.ability.quickFixManager.d.ts|
|Added|NA|Module name: ohos.app.ability.quickFixManager<br>Class name: quickFixManager<br>Method or attribute name: function applyQuickFix(hapModuleQuickFixFiles: Array\<string>, callback: AsyncCallback\<void>): void;|@ohos.app.ability.quickFixManager.d.ts|
|Added|NA|Module name: ohos.app.ability.quickFixManager<br>Class name: quickFixManager<br>Method or attribute name: function applyQuickFix(hapModuleQuickFixFiles: Array\<string>): Promise\<void>;|@ohos.app.ability.quickFixManager.d.ts|
|Added|NA|Module name: ohos.app.ability.quickFixManager<br>Class name: quickFixManager<br>Method or attribute name: function getApplicationQuickFixInfo(bundleName: string, callback: AsyncCallback\<ApplicationQuickFixInfo>): void;|@ohos.app.ability.quickFixManager.d.ts|
|Added|NA|Module name: ohos.app.ability.quickFixManager<br>Class name: quickFixManager<br>Method or attribute name: function getApplicationQuickFixInfo(bundleName: string): Promise\<ApplicationQuickFixInfo>;|@ohos.app.ability.quickFixManager.d.ts|
|Added|NA|Module name: ohos.app.ability.ServiceExtensionAbility<br>Class name: ServiceExtensionAbility|@ohos.app.ability.ServiceExtensionAbility.d.ts|
|Added|NA|Module name: ohos.app.ability.ServiceExtensionAbility<br>Class name: ServiceExtensionAbility<br>Method or attribute name: context: ServiceExtensionContext;|@ohos.app.ability.ServiceExtensionAbility.d.ts|
|Added|NA|Module name: ohos.app.ability.ServiceExtensionAbility<br>Class name: ServiceExtensionAbility<br>Method or attribute name: onCreate(want: Want): void;|@ohos.app.ability.ServiceExtensionAbility.d.ts|
|Added|NA|Module name: ohos.app.ability.ServiceExtensionAbility<br>Class name: ServiceExtensionAbility<br>Method or attribute name: onDestroy(): void;|@ohos.app.ability.ServiceExtensionAbility.d.ts|
|Added|NA|Module name: ohos.app.ability.ServiceExtensionAbility<br>Class name: ServiceExtensionAbility<br>Method or attribute name: onRequest(want: Want, startId: number): void;|@ohos.app.ability.ServiceExtensionAbility.d.ts|
|Added|NA|Module name: ohos.app.ability.ServiceExtensionAbility<br>Class name: ServiceExtensionAbility<br>Method or attribute name: onConnect(want: Want): rpc.RemoteObject \| Promise\<rpc.RemoteObject>;|@ohos.app.ability.ServiceExtensionAbility.d.ts|
|Added|NA|Module name: ohos.app.ability.ServiceExtensionAbility<br>Class name: ServiceExtensionAbility<br>Method or attribute name: onDisconnect(want: Want): void \| Promise\<void>;|@ohos.app.ability.ServiceExtensionAbility.d.ts|
|Added|NA|Module name: ohos.app.ability.ServiceExtensionAbility<br>Class name: ServiceExtensionAbility<br>Method or attribute name: onReconnect(want: Want): void;|@ohos.app.ability.ServiceExtensionAbility.d.ts|
|Added|NA|Module name: ohos.app.ability.ServiceExtensionAbility<br>Class name: ServiceExtensionAbility<br>Method or attribute name: onConfigurationUpdate(newConfig: Configuration): void;|@ohos.app.ability.ServiceExtensionAbility.d.ts|
|Added|NA|Module name: ohos.app.ability.ServiceExtensionAbility<br>Class name: ServiceExtensionAbility<br>Method or attribute name: onDump(params: Array\<string>): Array\<string>;|@ohos.app.ability.ServiceExtensionAbility.d.ts|
|Added|NA|Module name: ohos.app.ability.StartOptions<br>Class name: StartOptions|@ohos.app.ability.StartOptions.d.ts|
|Added|NA|Module name: ohos.app.ability.StartOptions<br>Class name: StartOptions<br>Method or attribute name: windowMode?: number;|@ohos.app.ability.StartOptions.d.ts|
|Added|NA|Module name: ohos.app.ability.StartOptions<br>Class name: StartOptions<br>Method or attribute name: displayId?: number;|@ohos.app.ability.StartOptions.d.ts|
|Added|NA|Module name: ohos.app.ability.UIAbility<br>Class name: OnReleaseCallback|@ohos.app.ability.UIAbility.d.ts|
|Added|NA|Module name: ohos.app.ability.UIAbility<br>Class name: OnReleaseCallback<br>Method or attribute name: (msg: string): void;|@ohos.app.ability.UIAbility.d.ts|
|Added|NA|Module name: ohos.app.ability.UIAbility<br>Class name: CalleeCallback|@ohos.app.ability.UIAbility.d.ts|
|Added|NA|Module name: ohos.app.ability.UIAbility<br>Class name: CalleeCallback<br>Method or attribute name: (indata: rpc.MessageSequence): rpc.Parcelable;|@ohos.app.ability.UIAbility.d.ts|
|Added|NA|Module name: ohos.app.ability.UIAbility<br>Class name: Caller|@ohos.app.ability.UIAbility.d.ts|
|Added|NA|Module name: ohos.app.ability.UIAbility<br>Class name: Caller<br>Method or attribute name: call(method: string, data: rpc.Parcelable): Promise\<void>;|@ohos.app.ability.UIAbility.d.ts|
|Added|NA|Module name: ohos.app.ability.UIAbility<br>Class name: Caller<br>Method or attribute name: callWithResult(method: string, data: rpc.Parcelable): Promise\<rpc.MessageSequence>;|@ohos.app.ability.UIAbility.d.ts|
|Added|NA|Module name: ohos.app.ability.UIAbility<br>Class name: Caller<br>Method or attribute name: release(): void;|@ohos.app.ability.UIAbility.d.ts|
|Added|NA|Module name: ohos.app.ability.UIAbility<br>Class name: Caller<br>Method or attribute name: onRelease(callback: OnReleaseCallback): void;|@ohos.app.ability.UIAbility.d.ts|
|Added|NA|Module name: ohos.app.ability.UIAbility<br>Class name: Caller<br>Method or attribute name: on(type: "release", callback: OnReleaseCallback): void;|@ohos.app.ability.UIAbility.d.ts|
|Added|NA|Module name: ohos.app.ability.UIAbility<br>Class name: Caller<br>Method or attribute name: off(type: "release", callback: OnReleaseCallback): void;|@ohos.app.ability.UIAbility.d.ts|
|Added|NA|Module name: ohos.app.ability.UIAbility<br>Class name: Caller<br>Method or attribute name: off(type: "release"): void;|@ohos.app.ability.UIAbility.d.ts|
|Added|NA|Module name: ohos.app.ability.UIAbility<br>Class name: Callee|@ohos.app.ability.UIAbility.d.ts|
|Added|NA|Module name: ohos.app.ability.UIAbility<br>Class name: Callee<br>Method or attribute name: on(method: string, callback: CalleeCallback): void;|@ohos.app.ability.UIAbility.d.ts|
|Added|NA|Module name: ohos.app.ability.UIAbility<br>Class name: Callee<br>Method or attribute name: off(method: string): void;|@ohos.app.ability.UIAbility.d.ts|
|Added|NA|Module name: ohos.app.ability.UIAbility<br>Class name: UIAbility|@ohos.app.ability.UIAbility.d.ts|
|Added|NA|Module name: ohos.app.ability.UIAbility<br>Class name: UIAbility<br>Method or attribute name: context: UIAbilityContext;|@ohos.app.ability.UIAbility.d.ts|
|Added|NA|Module name: ohos.app.ability.UIAbility<br>Class name: UIAbility<br>Method or attribute name: launchWant: Want;|@ohos.app.ability.UIAbility.d.ts|
|Added|NA|Module name: ohos.app.ability.UIAbility<br>Class name: UIAbility<br>Method or attribute name: lastRequestWant: Want;|@ohos.app.ability.UIAbility.d.ts|
|Added|NA|Module name: ohos.app.ability.UIAbility<br>Class name: UIAbility<br>Method or attribute name: callee: Callee;|@ohos.app.ability.UIAbility.d.ts|
|Added|NA|Module name: ohos.app.ability.UIAbility<br>Class name: UIAbility<br>Method or attribute name: onCreate(want: Want, param: AbilityConstant.LaunchParam): void;|@ohos.app.ability.UIAbility.d.ts|
|Added|NA|Module name: ohos.app.ability.UIAbility<br>Class name: UIAbility<br>Method or attribute name: onWindowStageCreate(windowStage: window.WindowStage): void;|@ohos.app.ability.UIAbility.d.ts|
|Added|NA|Module name: ohos.app.ability.UIAbility<br>Class name: UIAbility<br>Method or attribute name: onWindowStageDestroy(): void;|@ohos.app.ability.UIAbility.d.ts|
|Added|NA|Module name: ohos.app.ability.UIAbility<br>Class name: UIAbility<br>Method or attribute name: onWindowStageRestore(windowStage: window.WindowStage): void;|@ohos.app.ability.UIAbility.d.ts|
|Added|NA|Module name: ohos.app.ability.UIAbility<br>Class name: UIAbility<br>Method or attribute name: onDestroy(): void \| Promise\<void>;|@ohos.app.ability.UIAbility.d.ts|
|Added|NA|Module name: ohos.app.ability.UIAbility<br>Class name: UIAbility<br>Method or attribute name: onForeground(): void;|@ohos.app.ability.UIAbility.d.ts|
|Added|NA|Module name: ohos.app.ability.UIAbility<br>Class name: UIAbility<br>Method or attribute name: onBackground(): void;|@ohos.app.ability.UIAbility.d.ts|
|Added|NA|Module name: ohos.app.ability.UIAbility<br>Class name: UIAbility<br>Method or attribute name: onContinue(wantParam: { [key: string]: Object }): AbilityConstant.OnContinueResult;|@ohos.app.ability.UIAbility.d.ts|
|Added|NA|Module name: ohos.app.ability.UIAbility<br>Class name: UIAbility<br>Method or attribute name: onNewWant(want: Want, launchParams: AbilityConstant.LaunchParam): void;|@ohos.app.ability.UIAbility.d.ts|
|Added|NA|Module name: ohos.app.ability.UIAbility<br>Class name: UIAbility<br>Method or attribute name: onDump(params: Array\<string>): Array\<string>;|@ohos.app.ability.UIAbility.d.ts|
|Added|NA|Module name: ohos.app.ability.UIAbility<br>Class name: UIAbility<br>Method or attribute name: onSaveState(reason: AbilityConstant.StateType, wantParam : {[key: string]: Object}): AbilityConstant.OnSaveResult;|@ohos.app.ability.UIAbility.d.ts|
|Added|NA|Module name: ohos.app.ability.Want<br>Class name: Want|@ohos.app.ability.Want.d.ts|
|Added|NA|Module name: ohos.app.ability.Want<br>Class name: Want<br>Method or attribute name: bundleName?: string;|@ohos.app.ability.Want.d.ts|
|Added|NA|Module name: ohos.app.ability.Want<br>Class name: Want<br>Method or attribute name: abilityName?: string;|@ohos.app.ability.Want.d.ts|
|Added|NA|Module name: ohos.app.ability.Want<br>Class name: Want<br>Method or attribute name: deviceId?: string;|@ohos.app.ability.Want.d.ts|
|Added|NA|Module name: ohos.app.ability.Want<br>Class name: Want<br>Method or attribute name: uri?: string;|@ohos.app.ability.Want.d.ts|
|Added|NA|Module name: ohos.app.ability.Want<br>Class name: Want<br>Method or attribute name: type?: string;|@ohos.app.ability.Want.d.ts|
|Added|NA|Module name: ohos.app.ability.Want<br>Class name: Want<br>Method or attribute name: flags?: number;|@ohos.app.ability.Want.d.ts|
|Added|NA|Module name: ohos.app.ability.Want<br>Class name: Want<br>Method or attribute name: action?: string;|@ohos.app.ability.Want.d.ts|
|Added|NA|Module name: ohos.app.ability.Want<br>Class name: Want<br>Method or attribute name: parameters?: {[key: string]: Object};|@ohos.app.ability.Want.d.ts|
|Added|NA|Module name: ohos.app.ability.Want<br>Class name: Want<br>Method or attribute name: entities?: Array\<string>;|@ohos.app.ability.Want.d.ts|
|Added|NA|Module name: ohos.app.ability.Want<br>Class name: Want<br>Method or attribute name: moduleName?: string;|@ohos.app.ability.Want.d.ts|
|Added|NA|Module name: ohos.app.ability.wantAgent<br>Class name: wantAgent|@ohos.app.ability.wantAgent.d.ts|
|Added|NA|Module name: ohos.app.ability.wantAgent<br>Class name: wantAgent<br>Method or attribute name: function getBundleName(agent: WantAgent, callback: AsyncCallback\<string>): void;|@ohos.app.ability.wantAgent.d.ts|
|Added|NA|Module name: ohos.app.ability.wantAgent<br>Class name: wantAgent<br>Method or attribute name: function getBundleName(agent: WantAgent): Promise\<string>;|@ohos.app.ability.wantAgent.d.ts|
|Added|NA|Module name: ohos.app.ability.wantAgent<br>Class name: wantAgent<br>Method or attribute name: function getUid(agent: WantAgent, callback: AsyncCallback\<number>): void;|@ohos.app.ability.wantAgent.d.ts|
|Added|NA|Module name: ohos.app.ability.wantAgent<br>Class name: wantAgent<br>Method or attribute name: function getUid(agent: WantAgent): Promise\<number>;|@ohos.app.ability.wantAgent.d.ts|
|Added|NA|Module name: ohos.app.ability.wantAgent<br>Class name: wantAgent<br>Method or attribute name: function getWant(agent: WantAgent, callback: AsyncCallback\<Want>): void;|@ohos.app.ability.wantAgent.d.ts|
|Added|NA|Module name: ohos.app.ability.wantAgent<br>Class name: wantAgent<br>Method or attribute name: function getWant(agent: WantAgent): Promise\<Want>;|@ohos.app.ability.wantAgent.d.ts|
|Added|NA|Module name: ohos.app.ability.wantAgent<br>Class name: wantAgent<br>Method or attribute name: function cancel(agent: WantAgent, callback: AsyncCallback\<void>): void;|@ohos.app.ability.wantAgent.d.ts|
|Added|NA|Module name: ohos.app.ability.wantAgent<br>Class name: wantAgent<br>Method or attribute name: function cancel(agent: WantAgent): Promise\<void>;|@ohos.app.ability.wantAgent.d.ts|
|Added|NA|Module name: ohos.app.ability.wantAgent<br>Class name: wantAgent<br>Method or attribute name: function trigger(agent: WantAgent, triggerInfo: TriggerInfo, callback?: AsyncCallback\<CompleteData>): void;|@ohos.app.ability.wantAgent.d.ts|
|Added|NA|Module name: ohos.app.ability.wantAgent<br>Class name: wantAgent<br>Method or attribute name: function equal(agent: WantAgent, otherAgent: WantAgent, callback: AsyncCallback\<boolean>): void;|@ohos.app.ability.wantAgent.d.ts|
|Added|NA|Module name: ohos.app.ability.wantAgent<br>Class name: wantAgent<br>Method or attribute name: function equal(agent: WantAgent, otherAgent: WantAgent): Promise\<boolean>;|@ohos.app.ability.wantAgent.d.ts|
|Added|NA|Module name: ohos.app.ability.wantAgent<br>Class name: wantAgent<br>Method or attribute name: function getWantAgent(info: WantAgentInfo, callback: AsyncCallback\<WantAgent>): void;|@ohos.app.ability.wantAgent.d.ts|
|Added|NA|Module name: ohos.app.ability.wantAgent<br>Class name: wantAgent<br>Method or attribute name: function getWantAgent(info: WantAgentInfo): Promise\<WantAgent>;|@ohos.app.ability.wantAgent.d.ts|
|Added|NA|Module name: ohos.app.ability.wantAgent<br>Class name: wantAgent<br>Method or attribute name: function getOperationType(agent: WantAgent, callback: AsyncCallback\<number>): void;|@ohos.app.ability.wantAgent.d.ts|
|Added|NA|Module name: ohos.app.ability.wantAgent<br>Class name: wantAgent<br>Method or attribute name: function getOperationType(agent: WantAgent): Promise\<number>;|@ohos.app.ability.wantAgent.d.ts|
|Added|NA|Module name: ohos.app.ability.wantAgent<br>Class name: WantAgentFlags|@ohos.app.ability.wantAgent.d.ts|
|Added|NA|Module name: ohos.app.ability.wantAgent<br>Class name: WantAgentFlags<br>Method or attribute name: ONE_TIME_FLAG = 0|@ohos.app.ability.wantAgent.d.ts|
|Added|NA|Module name: ohos.app.ability.wantAgent<br>Class name: WantAgentFlags<br>Method or attribute name: NO_BUILD_FLAG|@ohos.app.ability.wantAgent.d.ts|
|Added|NA|Module name: ohos.app.ability.wantAgent<br>Class name: WantAgentFlags<br>Method or attribute name: CANCEL_PRESENT_FLAG|@ohos.app.ability.wantAgent.d.ts|
|Added|NA|Module name: ohos.app.ability.wantAgent<br>Class name: WantAgentFlags<br>Method or attribute name: UPDATE_PRESENT_FLAG|@ohos.app.ability.wantAgent.d.ts|
|Added|NA|Module name: ohos.app.ability.wantAgent<br>Class name: WantAgentFlags<br>Method or attribute name: CONSTANT_FLAG|@ohos.app.ability.wantAgent.d.ts|
|Added|NA|Module name: ohos.app.ability.wantAgent<br>Class name: WantAgentFlags<br>Method or attribute name: REPLACE_ELEMENT|@ohos.app.ability.wantAgent.d.ts|
|Added|NA|Module name: ohos.app.ability.wantAgent<br>Class name: WantAgentFlags<br>Method or attribute name: REPLACE_ACTION|@ohos.app.ability.wantAgent.d.ts|
|Added|NA|Module name: ohos.app.ability.wantAgent<br>Class name: WantAgentFlags<br>Method or attribute name: REPLACE_URI|@ohos.app.ability.wantAgent.d.ts|
|Added|NA|Module name: ohos.app.ability.wantAgent<br>Class name: WantAgentFlags<br>Method or attribute name: REPLACE_ENTITIES|@ohos.app.ability.wantAgent.d.ts|
|Added|NA|Module name: ohos.app.ability.wantAgent<br>Class name: WantAgentFlags<br>Method or attribute name: REPLACE_BUNDLE|@ohos.app.ability.wantAgent.d.ts|
|Added|NA|Module name: ohos.app.ability.wantAgent<br>Class name: OperationType|@ohos.app.ability.wantAgent.d.ts|
|Added|NA|Module name: ohos.app.ability.wantAgent<br>Class name: OperationType<br>Method or attribute name: UNKNOWN_TYPE = 0|@ohos.app.ability.wantAgent.d.ts|
|Added|NA|Module name: ohos.app.ability.wantAgent<br>Class name: OperationType<br>Method or attribute name: START_ABILITY|@ohos.app.ability.wantAgent.d.ts|
|Added|NA|Module name: ohos.app.ability.wantAgent<br>Class name: OperationType<br>Method or attribute name: START_ABILITIES|@ohos.app.ability.wantAgent.d.ts|
|Added|NA|Module name: ohos.app.ability.wantAgent<br>Class name: OperationType<br>Method or attribute name: START_SERVICE|@ohos.app.ability.wantAgent.d.ts|
|Added|NA|Module name: ohos.app.ability.wantAgent<br>Class name: OperationType<br>Method or attribute name: SEND_COMMON_EVENT|@ohos.app.ability.wantAgent.d.ts|
|Added|NA|Module name: ohos.app.ability.wantAgent<br>Class name: CompleteData|@ohos.app.ability.wantAgent.d.ts|
|Added|NA|Module name: ohos.app.ability.wantAgent<br>Class name: CompleteData<br>Method or attribute name: info: WantAgent;|@ohos.app.ability.wantAgent.d.ts|
|Added|NA|Module name: ohos.app.ability.wantAgent<br>Class name: CompleteData<br>Method or attribute name: want: Want;|@ohos.app.ability.wantAgent.d.ts|
|Added|NA|Module name: ohos.app.ability.wantAgent<br>Class name: CompleteData<br>Method or attribute name: finalCode: number;|@ohos.app.ability.wantAgent.d.ts|
|Added|NA|Module name: ohos.app.ability.wantAgent<br>Class name: CompleteData<br>Method or attribute name: finalData: string;|@ohos.app.ability.wantAgent.d.ts|
|Added|NA|Module name: ohos.app.ability.wantAgent<br>Class name: CompleteData<br>Method or attribute name: extraInfo?: { [key: string]: Object };|@ohos.app.ability.wantAgent.d.ts|
|Added|NA|Module name: ohos.app.ability.wantConstant<br>Class name: wantConstant|@ohos.app.ability.wantConstant.d.ts|
|Added|NA|Module name: ohos.app.ability.wantConstant<br>Class name: Params|@ohos.app.ability.wantConstant.d.ts|
|Added|NA|Module name: ohos.app.ability.wantConstant<br>Class name: Params<br>Method or attribute name: DLP_PARAMS_SANDBOX = "ohos.dlp.params.sandbox"|@ohos.app.ability.wantConstant.d.ts|
|Added|NA|Module name: ohos.app.ability.wantConstant<br>Class name: Params<br>Method or attribute name: DLP_PARAMS_BUNDLE_NAME = "ohos.dlp.params.bundleName"|@ohos.app.ability.wantConstant.d.ts|
|Added|NA|Module name: ohos.app.ability.wantConstant<br>Class name: Params<br>Method or attribute name: DLP_PARAMS_MODULE_NAME = "ohos.dlp.params.moduleName"|@ohos.app.ability.wantConstant.d.ts|
|Added|NA|Module name: ohos.app.ability.wantConstant<br>Class name: Params<br>Method or attribute name: DLP_PARAMS_ABILITY_NAME = "ohos.dlp.params.abilityName"|@ohos.app.ability.wantConstant.d.ts|
|Added|NA|Module name: ohos.app.ability.wantConstant<br>Class name: Params<br>Method or attribute name: DLP_PARAMS_INDEX = "ohos.dlp.params.index"|@ohos.app.ability.wantConstant.d.ts|
|Added|NA|Module name: ohos.app.ability.wantConstant<br>Class name: Params<br>Method or attribute name: ABILITY_BACK_TO_OTHER_MISSION_STACK = "ability.params.backToOtherMissionStack"|@ohos.app.ability.wantConstant.d.ts|
|Added|NA|Module name: ohos.app.ability.wantConstant<br>Class name: Flags|@ohos.app.ability.wantConstant.d.ts|
|Added|NA|Module name: ohos.app.ability.wantConstant<br>Class name: Flags<br>Method or attribute name: FLAG_AUTH_READ_URI_PERMISSION = 0x00000001|@ohos.app.ability.wantConstant.d.ts|
|Added|NA|Module name: ohos.app.ability.wantConstant<br>Class name: Flags<br>Method or attribute name: FLAG_AUTH_WRITE_URI_PERMISSION = 0x00000002|@ohos.app.ability.wantConstant.d.ts|
|Added|NA|Module name: ohos.app.ability.wantConstant<br>Class name: Flags<br>Method or attribute name: FLAG_INSTALL_ON_DEMAND = 0x00000800|@ohos.app.ability.wantConstant.d.ts|
|Added|NA|Module name: ohos.app.form.formBindingData<br>Class name: formBindingData|@ohos.app.form.formBindingData.d.ts|
|Added|NA|Module name: ohos.app.form.formBindingData<br>Class name: formBindingData<br>Method or attribute name: function createFormBindingData(obj?: Object \| string): FormBindingData;|@ohos.app.form.formBindingData.d.ts|
|Added|NA|Module name: ohos.app.form.formBindingData<br>Class name: FormBindingData|@ohos.app.form.formBindingData.d.ts|
|Added|NA|Module name: ohos.app.form.formBindingData<br>Class name: FormBindingData<br>Method or attribute name: data: Object|@ohos.app.form.formBindingData.d.ts|
|Added|NA|Module name: ohos.app.form.FormExtensionAbility<br>Class name: FormExtensionAbility|@ohos.app.form.FormExtensionAbility.d.ts|
|Added|NA|Module name: ohos.app.form.FormExtensionAbility<br>Class name: FormExtensionAbility<br>Method or attribute name: context: FormExtensionContext;|@ohos.app.form.FormExtensionAbility.d.ts|
|Added|NA|Module name: ohos.app.form.FormExtensionAbility<br>Class name: FormExtensionAbility<br>Method or attribute name: onAddForm(want: Want): formBindingData.FormBindingData;|@ohos.app.form.FormExtensionAbility.d.ts|
|Added|NA|Module name: ohos.app.form.FormExtensionAbility<br>Class name: FormExtensionAbility<br>Method or attribute name: onCastToNormalForm(formId: string): void;|@ohos.app.form.FormExtensionAbility.d.ts|
|Added|NA|Module name: ohos.app.form.FormExtensionAbility<br>Class name: FormExtensionAbility<br>Method or attribute name: onUpdateForm(formId: string): void;|@ohos.app.form.FormExtensionAbility.d.ts|
|Added|NA|Module name: ohos.app.form.FormExtensionAbility<br>Class name: FormExtensionAbility<br>Method or attribute name: onChangeFormVisibility(newStatus: { [key: string]: number }): void;|@ohos.app.form.FormExtensionAbility.d.ts|
|Added|NA|Module name: ohos.app.form.FormExtensionAbility<br>Class name: FormExtensionAbility<br>Method or attribute name: onFormEvent(formId: string, message: string): void;|@ohos.app.form.FormExtensionAbility.d.ts|
|Added|NA|Module name: ohos.app.form.FormExtensionAbility<br>Class name: FormExtensionAbility<br>Method or attribute name: onRemoveForm(formId: string): void;|@ohos.app.form.FormExtensionAbility.d.ts|
|Added|NA|Module name: ohos.app.form.FormExtensionAbility<br>Class name: FormExtensionAbility<br>Method or attribute name: onConfigurationUpdate(newConfig: Configuration): void;|@ohos.app.form.FormExtensionAbility.d.ts|
|Added|NA|Module name: ohos.app.form.FormExtensionAbility<br>Class name: FormExtensionAbility<br>Method or attribute name: onAcquireFormState?(want: Want): formInfo.FormState;|@ohos.app.form.FormExtensionAbility.d.ts|
|Added|NA|Module name: ohos.app.form.FormExtensionAbility<br>Class name: FormExtensionAbility<br>Method or attribute name: onShareForm?(formId: string): { [key: string]: Object };|@ohos.app.form.FormExtensionAbility.d.ts|
|Added|NA|Module name: ohos.app.form.formHost<br>Class name: formHost|@ohos.app.form.formHost.d.ts|
|Added|NA|Module name: ohos.app.form.formHost<br>Class name: formHost<br>Method or attribute name: function deleteForm(formId: string, callback: AsyncCallback\<void>): void;|@ohos.app.form.formHost.d.ts|
|Added|NA|Module name: ohos.app.form.formHost<br>Class name: formHost<br>Method or attribute name: function deleteForm(formId: string): Promise\<void>;|@ohos.app.form.formHost.d.ts|
|Added|NA|Module name: ohos.app.form.formHost<br>Class name: formHost<br>Method or attribute name: function releaseForm(formId: string, callback: AsyncCallback\<void>): void;|@ohos.app.form.formHost.d.ts|
|Added|NA|Module name: ohos.app.form.formHost<br>Class name: formHost<br>Method or attribute name: function releaseForm(formId: string, isReleaseCache: boolean, callback: AsyncCallback\<void>): void;|@ohos.app.form.formHost.d.ts|
|Added|NA|Module name: ohos.app.form.formHost<br>Class name: formHost<br>Method or attribute name: function releaseForm(formId: string, isReleaseCache?: boolean): Promise\<void>;|@ohos.app.form.formHost.d.ts|
|Added|NA|Module name: ohos.app.form.formHost<br>Class name: formHost<br>Method or attribute name: function requestForm(formId: string, callback: AsyncCallback\<void>): void;|@ohos.app.form.formHost.d.ts|
|Added|NA|Module name: ohos.app.form.formHost<br>Class name: formHost<br>Method or attribute name: function requestForm(formId: string): Promise\<void>;|@ohos.app.form.formHost.d.ts|
|Added|NA|Module name: ohos.app.form.formHost<br>Class name: formHost<br>Method or attribute name: function castToNormalForm(formId: string, callback: AsyncCallback\<void>): void;|@ohos.app.form.formHost.d.ts|
|Added|NA|Module name: ohos.app.form.formHost<br>Class name: formHost<br>Method or attribute name: function castToNormalForm(formId: string): Promise\<void>;|@ohos.app.form.formHost.d.ts|
|Added|NA|Module name: ohos.app.form.formHost<br>Class name: formHost<br>Method or attribute name: function notifyVisibleForms(formIds: Array\<string>, callback: AsyncCallback\<void>): void;|@ohos.app.form.formHost.d.ts|
|Added|NA|Module name: ohos.app.form.formHost<br>Class name: formHost<br>Method or attribute name: function notifyVisibleForms(formIds: Array\<string>): Promise\<void>;|@ohos.app.form.formHost.d.ts|
|Added|NA|Module name: ohos.app.form.formHost<br>Class name: formHost<br>Method or attribute name: function notifyInvisibleForms(formIds: Array\<string>, callback: AsyncCallback\<void>): void;|@ohos.app.form.formHost.d.ts|
|Added|NA|Module name: ohos.app.form.formHost<br>Class name: formHost<br>Method or attribute name: function notifyInvisibleForms(formIds: Array\<string>): Promise\<void>;|@ohos.app.form.formHost.d.ts|
|Added|NA|Module name: ohos.app.form.formHost<br>Class name: formHost<br>Method or attribute name: function enableFormsUpdate(formIds: Array\<string>, callback: AsyncCallback\<void>): void;|@ohos.app.form.formHost.d.ts|
|Added|NA|Module name: ohos.app.form.formHost<br>Class name: formHost<br>Method or attribute name: function enableFormsUpdate(formIds: Array\<string>): Promise\<void>;|@ohos.app.form.formHost.d.ts|
|Added|NA|Module name: ohos.app.form.formHost<br>Class name: formHost<br>Method or attribute name: function disableFormsUpdate(formIds: Array\<string>, callback: AsyncCallback\<void>): void;|@ohos.app.form.formHost.d.ts|
|Added|NA|Module name: ohos.app.form.formHost<br>Class name: formHost<br>Method or attribute name: function disableFormsUpdate(formIds: Array\<string>): Promise\<void>;|@ohos.app.form.formHost.d.ts|
|Added|NA|Module name: ohos.app.form.formHost<br>Class name: formHost<br>Method or attribute name: function isSystemReady(callback: AsyncCallback\<void>): void;|@ohos.app.form.formHost.d.ts|
|Added|NA|Module name: ohos.app.form.formHost<br>Class name: formHost<br>Method or attribute name: function isSystemReady(): Promise\<void>;|@ohos.app.form.formHost.d.ts|
|Added|NA|Module name: ohos.app.form.formHost<br>Class name: formHost<br>Method or attribute name: function getAllFormsInfo(callback: AsyncCallback\<Array\<formInfo.FormInfo>>): void;|@ohos.app.form.formHost.d.ts|
|Added|NA|Module name: ohos.app.form.formHost<br>Class name: formHost<br>Method or attribute name: function getAllFormsInfo(): Promise\<Array\<formInfo.FormInfo>>;|@ohos.app.form.formHost.d.ts|
|Added|NA|Module name: ohos.app.form.formHost<br>Class name: formHost<br>Method or attribute name: function getFormsInfo(bundleName: string, callback: AsyncCallback\<Array\<formInfo.FormInfo>>): void;|@ohos.app.form.formHost.d.ts|
|Added|NA|Module name: ohos.app.form.formHost<br>Class name: formHost<br>Method or attribute name: function getFormsInfo(bundleName: string, moduleName: string, callback: AsyncCallback\<Array\<formInfo.FormInfo>>): void;|@ohos.app.form.formHost.d.ts|
|Added|NA|Module name: ohos.app.form.formHost<br>Class name: formHost<br>Method or attribute name: function getFormsInfo(bundleName: string, moduleName?: string): Promise\<Array\<formInfo.FormInfo>>;|@ohos.app.form.formHost.d.ts|
|Added|NA|Module name: ohos.app.form.formHost<br>Class name: formHost<br>Method or attribute name: function deleteInvalidForms(formIds: Array\<string>, callback: AsyncCallback\<number>): void;|@ohos.app.form.formHost.d.ts|
|Added|NA|Module name: ohos.app.form.formHost<br>Class name: formHost<br>Method or attribute name: function deleteInvalidForms(formIds: Array\<string>): Promise\<number>;|@ohos.app.form.formHost.d.ts|
|Added|NA|Module name: ohos.app.form.formHost<br>Class name: formHost<br>Method or attribute name: function acquireFormState(want: Want, callback: AsyncCallback\<formInfo.FormStateInfo>): void;|@ohos.app.form.formHost.d.ts|
|Added|NA|Module name: ohos.app.form.formHost<br>Class name: formHost<br>Method or attribute name: function acquireFormState(want: Want): Promise\<formInfo.FormStateInfo>;|@ohos.app.form.formHost.d.ts|
|Added|NA|Module name: ohos.app.form.formHost<br>Class name: formHost<br>Method or attribute name: function on(type: "formUninstall", callback: Callback\<string>): void;|@ohos.app.form.formHost.d.ts|
|Added|NA|Module name: ohos.app.form.formHost<br>Class name: formHost<br>Method or attribute name: function off(type: "formUninstall", callback?: Callback\<string>): void;|@ohos.app.form.formHost.d.ts|
|Added|NA|Module name: ohos.app.form.formHost<br>Class name: formHost<br>Method or attribute name: function notifyFormsVisible(formIds: Array\<string>, isVisible: boolean, callback: AsyncCallback\<void>): void;|@ohos.app.form.formHost.d.ts|
|Added|NA|Module name: ohos.app.form.formHost<br>Class name: formHost<br>Method or attribute name: function notifyFormsVisible(formIds: Array\<string>, isVisible: boolean): Promise\<void>;|@ohos.app.form.formHost.d.ts|
|Added|NA|Module name: ohos.app.form.formHost<br>Class name: formHost<br>Method or attribute name: function notifyFormsEnableUpdate(formIds: Array\<string>, isEnableUpdate: boolean, callback: AsyncCallback\<void>): void;|@ohos.app.form.formHost.d.ts|
|Added|NA|Module name: ohos.app.form.formHost<br>Class name: formHost<br>Method or attribute name: function notifyFormsEnableUpdate(formIds: Array\<string>, isEnableUpdate: boolean): Promise\<void>;|@ohos.app.form.formHost.d.ts|
|Added|NA|Module name: ohos.app.form.formHost<br>Class name: formHost<br>Method or attribute name: function shareForm(formId: string, deviceId: string, callback: AsyncCallback\<void>): void;|@ohos.app.form.formHost.d.ts|
|Added|NA|Module name: ohos.app.form.formHost<br>Class name: formHost<br>Method or attribute name: function shareForm(formId: string, deviceId: string): Promise\<void>;|@ohos.app.form.formHost.d.ts|
|Added|NA|Module name: ohos.app.form.formHost<br>Class name: formHost<br>Method or attribute name: function notifyFormsPrivacyProtected(formIds: Array\<string>, isProtected: boolean, callback: AsyncCallback\<void>): void;|@ohos.app.form.formHost.d.ts|
|Added|NA|Module name: ohos.app.form.formHost<br>Class name: formHost<br>Method or attribute name: function notifyFormsPrivacyProtected(formIds: Array\<string>, isProtected: boolean): Promise\<void>;|@ohos.app.form.formHost.d.ts|
|Added|NA|Module name: ohos.app.form.formInfo<br>Class name: formInfo|@ohos.app.form.formInfo.d.ts|
|Added|NA|Module name: ohos.app.form.formInfo<br>Class name: FormInfo|@ohos.app.form.formInfo.d.ts|
|Added|NA|Module name: ohos.app.form.formInfo<br>Class name: FormInfo<br>Method or attribute name: bundleName: string;|@ohos.app.form.formInfo.d.ts|
|Added|NA|Module name: ohos.app.form.formInfo<br>Class name: FormInfo<br>Method or attribute name: moduleName: string;|@ohos.app.form.formInfo.d.ts|
|Added|NA|Module name: ohos.app.form.formInfo<br>Class name: FormInfo<br>Method or attribute name: abilityName: string;|@ohos.app.form.formInfo.d.ts|
|Added|NA|Module name: ohos.app.form.formInfo<br>Class name: FormInfo<br>Method or attribute name: name: string;|@ohos.app.form.formInfo.d.ts|
|Added|NA|Module name: ohos.app.form.formInfo<br>Class name: FormInfo<br>Method or attribute name: description: string;|@ohos.app.form.formInfo.d.ts|
|Added|NA|Module name: ohos.app.form.formInfo<br>Class name: FormInfo<br>Method or attribute name: type: FormType;|@ohos.app.form.formInfo.d.ts|
|Added|NA|Module name: ohos.app.form.formInfo<br>Class name: FormInfo<br>Method or attribute name: jsComponentName: string;|@ohos.app.form.formInfo.d.ts|
|Added|NA|Module name: ohos.app.form.formInfo<br>Class name: FormInfo<br>Method or attribute name: colorMode: ColorMode;|@ohos.app.form.formInfo.d.ts|
|Added|NA|Module name: ohos.app.form.formInfo<br>Class name: FormInfo<br>Method or attribute name: isDefault: boolean;|@ohos.app.form.formInfo.d.ts|
|Added|NA|Module name: ohos.app.form.formInfo<br>Class name: FormInfo<br>Method or attribute name: updateEnabled: boolean;|@ohos.app.form.formInfo.d.ts|
|Added|NA|Module name: ohos.app.form.formInfo<br>Class name: FormInfo<br>Method or attribute name: formVisibleNotify: boolean;|@ohos.app.form.formInfo.d.ts|
|Added|NA|Module name: ohos.app.form.formInfo<br>Class name: FormInfo<br>Method or attribute name: scheduledUpdateTime: string;|@ohos.app.form.formInfo.d.ts|
|Added|NA|Module name: ohos.app.form.formInfo<br>Class name: FormInfo<br>Method or attribute name: formConfigAbility: string;|@ohos.app.form.formInfo.d.ts|
|Added|NA|Module name: ohos.app.form.formInfo<br>Class name: FormInfo<br>Method or attribute name: updateDuration: number;|@ohos.app.form.formInfo.d.ts|
|Added|NA|Module name: ohos.app.form.formInfo<br>Class name: FormInfo<br>Method or attribute name: defaultDimension: number;|@ohos.app.form.formInfo.d.ts|
|Added|NA|Module name: ohos.app.form.formInfo<br>Class name: FormInfo<br>Method or attribute name: supportDimensions: Array\<number>;|@ohos.app.form.formInfo.d.ts|
|Added|NA|Module name: ohos.app.form.formInfo<br>Class name: FormInfo<br>Method or attribute name: customizeData: {[key: string]: [value: string]};|@ohos.app.form.formInfo.d.ts|
|Added|NA|Module name: ohos.app.form.formInfo<br>Class name: FormType|@ohos.app.form.formInfo.d.ts|
|Added|NA|Module name: ohos.app.form.formInfo<br>Class name: FormType<br>Method or attribute name: JS = 1|@ohos.app.form.formInfo.d.ts|
|Added|NA|Module name: ohos.app.form.formInfo<br>Class name: FormType<br>Method or attribute name: eTS = 2|@ohos.app.form.formInfo.d.ts|
|Added|NA|Module name: ohos.app.form.formInfo<br>Class name: ColorMode|@ohos.app.form.formInfo.d.ts|
|Added|NA|Module name: ohos.app.form.formInfo<br>Class name: ColorMode<br>Method or attribute name: MODE_AUTO = -1|@ohos.app.form.formInfo.d.ts|
|Added|NA|Module name: ohos.app.form.formInfo<br>Class name: ColorMode<br>Method or attribute name: MODE_DARK = 0|@ohos.app.form.formInfo.d.ts|
|Added|NA|Module name: ohos.app.form.formInfo<br>Class name: ColorMode<br>Method or attribute name: MODE_LIGHT = 1|@ohos.app.form.formInfo.d.ts|
|Added|NA|Module name: ohos.app.form.formInfo<br>Class name: FormStateInfo|@ohos.app.form.formInfo.d.ts|
|Added|NA|Module name: ohos.app.form.formInfo<br>Class name: FormStateInfo<br>Method or attribute name: formState: FormState;|@ohos.app.form.formInfo.d.ts|
|Added|NA|Module name: ohos.app.form.formInfo<br>Class name: FormStateInfo<br>Method or attribute name: want: Want;|@ohos.app.form.formInfo.d.ts|
|Added|NA|Module name: ohos.app.form.formInfo<br>Class name: FormState|@ohos.app.form.formInfo.d.ts|
|Added|NA|Module name: ohos.app.form.formInfo<br>Class name: FormState<br>Method or attribute name: UNKNOWN = -1|@ohos.app.form.formInfo.d.ts|
|Added|NA|Module name: ohos.app.form.formInfo<br>Class name: FormState<br>Method or attribute name: DEFAULT = 0|@ohos.app.form.formInfo.d.ts|
|Added|NA|Module name: ohos.app.form.formInfo<br>Class name: FormState<br>Method or attribute name: READY = 1|@ohos.app.form.formInfo.d.ts|
|Added|NA|Module name: ohos.app.form.formInfo<br>Class name: FormParam|@ohos.app.form.formInfo.d.ts|
|Added|NA|Module name: ohos.app.form.formInfo<br>Class name: FormParam<br>Method or attribute name: IDENTITY_KEY = "ohos.extra.param.key.form_identity"|@ohos.app.form.formInfo.d.ts|
|Added|NA|Module name: ohos.app.form.formInfo<br>Class name: FormParam<br>Method or attribute name: DIMENSION_KEY = "ohos.extra.param.key.form_dimension"|@ohos.app.form.formInfo.d.ts|
|Added|NA|Module name: ohos.app.form.formInfo<br>Class name: FormParam<br>Method or attribute name: NAME_KEY = "ohos.extra.param.key.form_name"|@ohos.app.form.formInfo.d.ts|
|Added|NA|Module name: ohos.app.form.formInfo<br>Class name: FormParam<br>Method or attribute name: MODULE_NAME_KEY = "ohos.extra.param.key.module_name"|@ohos.app.form.formInfo.d.ts|
|Added|NA|Module name: ohos.app.form.formInfo<br>Class name: FormParam<br>Method or attribute name: WIDTH_KEY = "ohos.extra.param.key.form_width"|@ohos.app.form.formInfo.d.ts|
|Added|NA|Module name: ohos.app.form.formInfo<br>Class name: FormParam<br>Method or attribute name: HEIGHT_KEY = "ohos.extra.param.key.form_height"|@ohos.app.form.formInfo.d.ts|
|Added|NA|Module name: ohos.app.form.formInfo<br>Class name: FormParam<br>Method or attribute name: TEMPORARY_KEY = "ohos.extra.param.key.form_temporary"|@ohos.app.form.formInfo.d.ts|
|Added|NA|Module name: ohos.app.form.formInfo<br>Class name: FormParam<br>Method or attribute name: BUNDLE_NAME_KEY = "ohos.extra.param.key.bundle_name"|@ohos.app.form.formInfo.d.ts|
|Added|NA|Module name: ohos.app.form.formInfo<br>Class name: FormParam<br>Method or attribute name: ABILITY_NAME_KEY = "ohos.extra.param.key.ability_name"|@ohos.app.form.formInfo.d.ts|
|Added|NA|Module name: ohos.app.form.formInfo<br>Class name: FormParam<br>Method or attribute name: DEVICE_ID_KEY = "ohos.extra.param.key.device_id"|@ohos.app.form.formInfo.d.ts|
|Added|NA|Module name: ohos.app.form.formInfo<br>Class name: FormInfoFilter|@ohos.app.form.formInfo.d.ts|
|Added|NA|Module name: ohos.app.form.formInfo<br>Class name: FormInfoFilter<br>Method or attribute name: moduleName?: string;|@ohos.app.form.formInfo.d.ts|
|Added|NA|Module name: ohos.app.form.formInfo<br>Class name: FormDimension|@ohos.app.form.formInfo.d.ts|
|Added|NA|Module name: ohos.app.form.formInfo<br>Class name: FormDimension<br>Method or attribute name: Dimension_1_2 = 1|@ohos.app.form.formInfo.d.ts|
|Added|NA|Module name: ohos.app.form.formInfo<br>Class name: FormDimension<br>Method or attribute name: Dimension_2_2|@ohos.app.form.formInfo.d.ts|
|Added|NA|Module name: ohos.app.form.formInfo<br>Class name: FormDimension<br>Method or attribute name: Dimension_2_4|@ohos.app.form.formInfo.d.ts|
|Added|NA|Module name: ohos.app.form.formInfo<br>Class name: FormDimension<br>Method or attribute name: Dimension_4_4|@ohos.app.form.formInfo.d.ts|
|Added|NA|Module name: ohos.app.form.formInfo<br>Class name: FormDimension<br>Method or attribute name: Dimension_2_1|@ohos.app.form.formInfo.d.ts|
|Added|NA|Module name: ohos.app.form.formInfo<br>Class name: VisibilityType|@ohos.app.form.formInfo.d.ts|
|Added|NA|Module name: ohos.app.form.formInfo<br>Class name: VisibilityType<br>Method or attribute name: FORM_VISIBLE = 1|@ohos.app.form.formInfo.d.ts|
|Added|NA|Module name: ohos.app.form.formInfo<br>Class name: VisibilityType<br>Method or attribute name: FORM_INVISIBLE|@ohos.app.form.formInfo.d.ts|
|Added|NA|Module name: ohos.app.form.formProvider<br>Class name: formProvider|@ohos.app.form.formProvider.d.ts|
|Added|NA|Module name: ohos.app.form.formProvider<br>Class name: formProvider<br>Method or attribute name: function setFormNextRefreshTime(formId: string, minute: number, callback: AsyncCallback\<void>): void;|@ohos.app.form.formProvider.d.ts|
|Added|NA|Module name: ohos.app.form.formProvider<br>Class name: formProvider<br>Method or attribute name: function setFormNextRefreshTime(formId: string, minute: number): Promise\<void>;|@ohos.app.form.formProvider.d.ts|
|Added|NA|Module name: ohos.app.form.formProvider<br>Class name: formProvider<br>Method or attribute name: function updateForm(formId: string, formBindingData: formBindingData.FormBindingData, callback: AsyncCallback\<void>): void;|@ohos.app.form.formProvider.d.ts|
|Added|NA|Module name: ohos.app.form.formProvider<br>Class name: formProvider<br>Method or attribute name: function updateForm(formId: string, formBindingData: formBindingData.FormBindingData): Promise\<void>;|@ohos.app.form.formProvider.d.ts|
|Added|NA|Module name: ohos.app.form.formProvider<br>Class name: formProvider<br>Method or attribute name: function getFormsInfo(filter: formInfo.FormInfoFilter, callback: AsyncCallback\<Array\<formInfo.FormInfo>>): void;|@ohos.app.form.formProvider.d.ts|
|Added|NA|Module name: ohos.app.form.formProvider<br>Class name: formProvider<br>Method or attribute name: function getFormsInfo(callback: AsyncCallback\<Array\<formInfo.FormInfo>>): void;|@ohos.app.form.formProvider.d.ts|
|Added|NA|Module name: ohos.app.form.formProvider<br>Class name: formProvider<br>Method or attribute name: function getFormsInfo(filter?: formInfo.FormInfoFilter): Promise\<Array\<formInfo.FormInfo>>;|@ohos.app.form.formProvider.d.ts|
|Added|NA|Module name: ohos.app.form.formProvider<br>Class name: formProvider<br>Method or attribute name: function requestPublishForm(want: Want, formBindingData: formBindingData.FormBindingData, callback: AsyncCallback\<string>): void;|@ohos.app.form.formProvider.d.ts|
|Added|NA|Module name: ohos.app.form.formProvider<br>Class name: formProvider<br>Method or attribute name: function requestPublishForm(want: Want, callback: AsyncCallback\<string>): void;|@ohos.app.form.formProvider.d.ts|
|Added|NA|Module name: ohos.app.form.formProvider<br>Class name: formProvider<br>Method or attribute name: function requestPublishForm(want: Want, formBindingData?: formBindingData.FormBindingData): Promise\<string>;|@ohos.app.form.formProvider.d.ts|
|Added|NA|Module name: ohos.app.form.formProvider<br>Class name: formProvider<br>Method or attribute name: function isRequestPublishFormSupported(callback: AsyncCallback\<boolean>): void;|@ohos.app.form.formProvider.d.ts|
|Added|NA|Module name: ohos.app.form.formProvider<br>Class name: formProvider<br>Method or attribute name: function isRequestPublishFormSupported(): Promise\<boolean>;|@ohos.app.form.formProvider.d.ts|
|Added|NA|Module name: ohos.application.formError<br>Class name: FormError<br>Method or attribute name: ERR_DISTRIBUTED_SCHEDULE_FAILED = 37|@ohos.application.formError.d.ts|
|Added|NA|Module name: ohos.application.StaticSubscriberExtensionAbility<br>Class name: StaticSubscriberExtensionAbility|@ohos.application.StaticSubscriberExtensionAbility.d.ts|
|Added|NA|Module name: ohos.application.StaticSubscriberExtensionAbility<br>Class name: StaticSubscriberExtensionAbility<br>Method or attribute name: onReceiveEvent(event: CommonEventData): void;|@ohos.application.StaticSubscriberExtensionAbility.d.ts|
|Added|NA|Class name: continuationManager<br>Method or attribute name: function on(type: "deviceSelected", token: number, callback: Callback\<Array\<ContinuationResult>>): void;|@ohos.continuation.continuationManager.d.ts|
|Added|NA|Class name: continuationManager<br>Method or attribute name: function off(type: "deviceSelected", token: number): void;|@ohos.continuation.continuationManager.d.ts|
|Added|NA|Class name: continuationManager<br>Method or attribute name: function on(type: "deviceUnselected", token: number, callback: Callback\<Array\<ContinuationResult>>): void;|@ohos.continuation.continuationManager.d.ts|
|Added|NA|Class name: continuationManager<br>Method or attribute name: function off(type: "deviceUnselected", token: number): void;|@ohos.continuation.continuationManager.d.ts|
|Added|NA|Class name: continuationManager<br>Method or attribute name: function registerContinuation(callback: AsyncCallback\<number>): void;|@ohos.continuation.continuationManager.d.ts|
|Added|NA|Class name: continuationManager<br>Method or attribute name: function registerContinuation(options: ContinuationExtraParams, callback: AsyncCallback\<number>): void;|@ohos.continuation.continuationManager.d.ts|
|Added|NA|Class name: continuationManager<br>Method or attribute name: function registerContinuation(options?: ContinuationExtraParams): Promise\<number>;|@ohos.continuation.continuationManager.d.ts|
|Added|NA|Class name: continuationManager<br>Method or attribute name: function unregisterContinuation(token: number, callback: AsyncCallback\<void>): void;|@ohos.continuation.continuationManager.d.ts|
|Added|NA|Class name: continuationManager<br>Method or attribute name: function unregisterContinuation(token: number): Promise\<void>;|@ohos.continuation.continuationManager.d.ts|
|Added|NA|Class name: continuationManager<br>Method or attribute name: function updateContinuationState(token: number, deviceId: string, status: DeviceConnectState, callback: AsyncCallback\<void>): void;|@ohos.continuation.continuationManager.d.ts|
|Added|NA|Class name: continuationManager<br>Method or attribute name: function updateContinuationState(token: number, deviceId: string, status: DeviceConnectState): Promise\<void>;|@ohos.continuation.continuationManager.d.ts|
|Added|NA|Class name: continuationManager<br>Method or attribute name: function startContinuationDeviceManager(token: number, callback: AsyncCallback\<void>): void;|@ohos.continuation.continuationManager.d.ts|
|Added|NA|Class name: continuationManager<br>Method or attribute name: function startContinuationDeviceManager(token: number, options: ContinuationExtraParams, callback: AsyncCallback\<void>): void;|@ohos.continuation.continuationManager.d.ts|
|Added|NA|Class name: continuationManager<br>Method or attribute name: function startContinuationDeviceManager(token: number, options?: ContinuationExtraParams): Promise\<void>;|@ohos.continuation.continuationManager.d.ts|
|Added|NA|Module name: ohos.distributedMissionManager<br>Class name: distributedMissionManager|@ohos.distributedMissionManager.d.ts|
|Added|NA|Module name: ohos.distributedMissionManager<br>Class name: distributedMissionManager<br>Method or attribute name: function startSyncRemoteMissions(parameter: MissionParameter, callback: AsyncCallback\<void>): void;|@ohos.distributedMissionManager.d.ts|
|Added|NA|Module name: ohos.distributedMissionManager<br>Class name: distributedMissionManager<br>Method or attribute name: function startSyncRemoteMissions(parameter: MissionParameter): Promise\<void>;|@ohos.distributedMissionManager.d.ts|
|Added|NA|Module name: ohos.distributedMissionManager<br>Class name: distributedMissionManager<br>Method or attribute name: function stopSyncRemoteMissions(parameter: MissionDeviceInfo, callback: AsyncCallback\<void>): void;|@ohos.distributedMissionManager.d.ts|
|Added|NA|Module name: ohos.distributedMissionManager<br>Class name: distributedMissionManager<br>Method or attribute name: function stopSyncRemoteMissions(parameter: MissionDeviceInfo): Promise\<void>;|@ohos.distributedMissionManager.d.ts|
|Added|NA|Module name: ohos.distributedMissionManager<br>Class name: distributedMissionManager<br>Method or attribute name: function registerMissionListener(parameter: MissionDeviceInfo, options: MissionCallback, callback: AsyncCallback\<void>): void;|@ohos.distributedMissionManager.d.ts|
|Added|NA|Module name: ohos.distributedMissionManager<br>Class name: distributedMissionManager<br>Method or attribute name: function registerMissionListener(parameter: MissionDeviceInfo, options: MissionCallback): Promise\<void>;|@ohos.distributedMissionManager.d.ts|
|Added|NA|Module name: ohos.distributedMissionManager<br>Class name: distributedMissionManager<br>Method or attribute name: function unRegisterMissionListener(parameter: MissionDeviceInfo, callback: AsyncCallback\<void>): void;|@ohos.distributedMissionManager.d.ts|
|Added|NA|Module name: ohos.distributedMissionManager<br>Class name: distributedMissionManager<br>Method or attribute name: function unRegisterMissionListener(parameter: MissionDeviceInfo): Promise\<void>;|@ohos.distributedMissionManager.d.ts|
|Added|NA|Module name: ohos.distributedMissionManager<br>Class name: distributedMissionManager<br>Method or attribute name: function continueMission(parameter: ContinueDeviceInfo, options: ContinueCallback, callback: AsyncCallback\<void>): void;|@ohos.distributedMissionManager.d.ts|
|Added|NA|Module name: ohos.distributedMissionManager<br>Class name: distributedMissionManager<br>Method or attribute name: function continueMission(parameter: ContinueDeviceInfo, options: ContinueCallback): Promise\<void>;|@ohos.distributedMissionManager.d.ts|
|Added|NA|Class name: Context<br>Method or attribute name: getExternalCacheDir(callback: AsyncCallback\<string>): void|context.d.ts|
|Added|NA|Class name: Context<br>Method or attribute name: getExternalCacheDir(): Promise\<string>;|context.d.ts|
|Added|NA|Module name: AbilityDelegator<br>Class name: AbilityDelegator|AbilityDelegator.d.ts|
|Added|NA|Module name: AbilityDelegator<br>Class name: AbilityDelegator<br>Method or attribute name: addAbilityMonitor(monitor: AbilityMonitor, callback: AsyncCallback\<void>): void;|AbilityDelegator.d.ts|
|Added|NA|Module name: AbilityDelegator<br>Class name: AbilityDelegator<br>Method or attribute name: addAbilityMonitor(monitor: AbilityMonitor): Promise\<void>;|AbilityDelegator.d.ts|
|Added|NA|Module name: AbilityDelegator<br>Class name: AbilityDelegator<br>Method or attribute name: addAbilityStageMonitor(monitor: AbilityStageMonitor, callback: AsyncCallback\<void>): void;|AbilityDelegator.d.ts|
|Added|NA|Module name: AbilityDelegator<br>Class name: AbilityDelegator<br>Method or attribute name: addAbilityStageMonitor(monitor: AbilityStageMonitor): Promise\<void>;|AbilityDelegator.d.ts|
|Added|NA|Module name: AbilityDelegator<br>Class name: AbilityDelegator<br>Method or attribute name: removeAbilityMonitor(monitor: AbilityMonitor, callback: AsyncCallback\<void>): void;|AbilityDelegator.d.ts|
|Added|NA|Module name: AbilityDelegator<br>Class name: AbilityDelegator<br>Method or attribute name: removeAbilityMonitor(monitor: AbilityMonitor): Promise\<void>;|AbilityDelegator.d.ts|
|Added|NA|Module name: AbilityDelegator<br>Class name: AbilityDelegator<br>Method or attribute name: removeAbilityStageMonitor(monitor: AbilityStageMonitor, callback: AsyncCallback\<void>): void;|AbilityDelegator.d.ts|
|Added|NA|Module name: AbilityDelegator<br>Class name: AbilityDelegator<br>Method or attribute name: removeAbilityStageMonitor(monitor: AbilityStageMonitor): Promise\<void>;|AbilityDelegator.d.ts|
|Added|NA|Module name: AbilityDelegator<br>Class name: AbilityDelegator<br>Method or attribute name: waitAbilityMonitor(monitor: AbilityMonitor, callback: AsyncCallback\<UIAbility>): void;|AbilityDelegator.d.ts|
|Added|NA|Module name: AbilityDelegator<br>Class name: AbilityDelegator<br>Method or attribute name: waitAbilityMonitor(monitor: AbilityMonitor, timeout: number, callback: AsyncCallback\<UIAbility>): void;|AbilityDelegator.d.ts|
|Added|NA|Module name: AbilityDelegator<br>Class name: AbilityDelegator<br>Method or attribute name: waitAbilityMonitor(monitor: AbilityMonitor, timeout?: number): Promise\<UIAbility>;|AbilityDelegator.d.ts|
|Added|NA|Module name: AbilityDelegator<br>Class name: AbilityDelegator<br>Method or attribute name: waitAbilityStageMonitor(monitor: AbilityStageMonitor, callback: AsyncCallback\<AbilityStage>): void;|AbilityDelegator.d.ts|
|Added|NA|Module name: AbilityDelegator<br>Class name: AbilityDelegator<br>Method or attribute name: waitAbilityStageMonitor(monitor: AbilityStageMonitor, timeout: number, callback: AsyncCallback\<AbilityStage>): void;|AbilityDelegator.d.ts|
|Added|NA|Module name: AbilityDelegator<br>Class name: AbilityDelegator<br>Method or attribute name: waitAbilityStageMonitor(monitor: AbilityStageMonitor, timeout?: number): Promise\<AbilityStage>;|AbilityDelegator.d.ts|
|Added|NA|Module name: AbilityDelegator<br>Class name: AbilityDelegator<br>Method or attribute name: getAppContext(): Context;|AbilityDelegator.d.ts|
|Added|NA|Module name: AbilityDelegator<br>Class name: AbilityDelegator<br>Method or attribute name: getAbilityState(ability: UIAbility): number;|AbilityDelegator.d.ts|
|Added|NA|Module name: AbilityDelegator<br>Class name: AbilityDelegator<br>Method or attribute name: getCurrentTopAbility(callback: AsyncCallback\<UIAbility>): void;|AbilityDelegator.d.ts|
|Added|NA|Module name: AbilityDelegator<br>Class name: AbilityDelegator<br>Method or attribute name: getCurrentTopAbility(): Promise\<UIAbility>|AbilityDelegator.d.ts|
|Added|NA|Module name: AbilityDelegator<br>Class name: AbilityDelegator<br>Method or attribute name: startAbility(want: Want, callback: AsyncCallback\<void>): void;|AbilityDelegator.d.ts|
|Added|NA|Module name: AbilityDelegator<br>Class name: AbilityDelegator<br>Method or attribute name: startAbility(want: Want): Promise\<void>;|AbilityDelegator.d.ts|
|Added|NA|Module name: AbilityDelegator<br>Class name: AbilityDelegator<br>Method or attribute name: doAbilityForeground(ability: UIAbility, callback: AsyncCallback\<void>): void;|AbilityDelegator.d.ts|
|Added|NA|Module name: AbilityDelegator<br>Class name: AbilityDelegator<br>Method or attribute name: doAbilityForeground(ability: UIAbility): Promise\<void>;|AbilityDelegator.d.ts|
|Added|NA|Module name: AbilityDelegator<br>Class name: AbilityDelegator<br>Method or attribute name: doAbilityBackground(ability: UIAbility, callback: AsyncCallback\<void>): void;|AbilityDelegator.d.ts|
|Added|NA|Module name: AbilityDelegator<br>Class name: AbilityDelegator<br>Method or attribute name: doAbilityBackground(ability: UIAbility): Promise\<void>;|AbilityDelegator.d.ts|
|Added|NA|Module name: AbilityDelegator<br>Class name: AbilityDelegator<br>Method or attribute name: print(msg: string, callback: AsyncCallback\<void>): void;|AbilityDelegator.d.ts|
|Added|NA|Module name: AbilityDelegator<br>Class name: AbilityDelegator<br>Method or attribute name: print(msg: string): Promise\<void>;|AbilityDelegator.d.ts|
|Added|NA|Module name: AbilityDelegator<br>Class name: AbilityDelegator<br>Method or attribute name: printSync(msg: string): void;|AbilityDelegator.d.ts|
|Added|NA|Module name: AbilityDelegator<br>Class name: AbilityDelegator<br>Method or attribute name: executeShellCommand(cmd: string, callback: AsyncCallback\<ShellCmdResult>): void;|AbilityDelegator.d.ts|
|Added|NA|Module name: AbilityDelegator<br>Class name: AbilityDelegator<br>Method or attribute name: executeShellCommand(cmd: string, timeoutSecs: number, callback: AsyncCallback\<ShellCmdResult>): void;|AbilityDelegator.d.ts|
|Added|NA|Module name: AbilityDelegator<br>Class name: AbilityDelegator<br>Method or attribute name: executeShellCommand(cmd: string, timeoutSecs?: number): Promise\<ShellCmdResult>;|AbilityDelegator.d.ts|
|Added|NA|Module name: AbilityDelegator<br>Class name: AbilityDelegator<br>Method or attribute name: finishTest(msg: string, code: number, callback: AsyncCallback\<void>): void;|AbilityDelegator.d.ts|
|Added|NA|Module name: AbilityDelegator<br>Class name: AbilityDelegator<br>Method or attribute name: finishTest(msg: string, code: number): Promise\<void>;|AbilityDelegator.d.ts|
|Added|NA|Module name: AbilityMonitor<br>Class name: AbilityMonitor|AbilityMonitor.d.ts|
|Added|NA|Module name: AbilityMonitor<br>Class name: AbilityMonitor<br>Method or attribute name: abilityName: string;|AbilityMonitor.d.ts|
|Added|NA|Module name: AbilityMonitor<br>Class name: AbilityMonitor<br>Method or attribute name: moduleName?: string;|AbilityMonitor.d.ts|
|Added|NA|Module name: AbilityMonitor<br>Class name: AbilityMonitor<br>Method or attribute name: onAbilityCreate?:(ability: UIAbility) => void;|AbilityMonitor.d.ts|
|Added|NA|Module name: AbilityMonitor<br>Class name: AbilityMonitor<br>Method or attribute name: onAbilityForeground?:(ability: UIAbility) => void;|AbilityMonitor.d.ts|
|Added|NA|Module name: AbilityMonitor<br>Class name: AbilityMonitor<br>Method or attribute name: onAbilityBackground?:(ability: UIAbility) => void;|AbilityMonitor.d.ts|
|Added|NA|Module name: AbilityMonitor<br>Class name: AbilityMonitor<br>Method or attribute name: onAbilityDestroy?:(ability: UIAbility) => void;|AbilityMonitor.d.ts|
|Added|NA|Module name: AbilityMonitor<br>Class name: AbilityMonitor<br>Method or attribute name: onWindowStageCreate?:(ability: UIAbility) => void;|AbilityMonitor.d.ts|
|Added|NA|Module name: AbilityMonitor<br>Class name: AbilityMonitor<br>Method or attribute name: onWindowStageRestore?:(ability: UIAbility) => void;|AbilityMonitor.d.ts|
|Added|NA|Module name: AbilityMonitor<br>Class name: AbilityMonitor<br>Method or attribute name: onWindowStageDestroy?:(ability: UIAbility) => void;|AbilityMonitor.d.ts|
|Added|NA|Module name: AbilityStageContext<br>Class name: AbilityStageContext|AbilityStageContext.d.ts|
|Added|NA|Module name: AbilityStageContext<br>Class name: AbilityStageContext<br>Method or attribute name: currentHapModuleInfo: HapModuleInfo;|AbilityStageContext.d.ts|
|Added|NA|Module name: AbilityStageContext<br>Class name: AbilityStageContext<br>Method or attribute name: config: Configuration;|AbilityStageContext.d.ts|
|Added|NA|Module name: AbilityStageMonitor<br>Class name: AbilityStageMonitor|AbilityStageMonitor.d.ts|
|Added|NA|Module name: AbilityStageMonitor<br>Class name: AbilityStageMonitor<br>Method or attribute name: moduleName: string;|AbilityStageMonitor.d.ts|
|Added|NA|Module name: AbilityStageMonitor<br>Class name: AbilityStageMonitor<br>Method or attribute name: srcEntrance: string;|AbilityStageMonitor.d.ts|
|Added|NA|Module name: AbilityStateData<br>Class name: AbilityStateData<br>Method or attribute name: moduleName: string;|AbilityStateData.d.ts|
|Added|NA|Module name: ApplicationContext<br>Class name: ApplicationContext|ApplicationContext.d.ts|
|Added|NA|Module name: ApplicationContext<br>Class name: ApplicationContext<br>Method or attribute name: on(type: "abilityLifecycle", callback: AbilityLifecycleCallback): number;|ApplicationContext.d.ts|
|Added|NA|Module name: ApplicationContext<br>Class name: ApplicationContext<br>Method or attribute name: off(type: "abilityLifecycle", callbackId: number, callback: AsyncCallback\<void>): void;|ApplicationContext.d.ts|
|Added|NA|Module name: ApplicationContext<br>Class name: ApplicationContext<br>Method or attribute name: off(type: "abilityLifecycle", callbackId: number): Promise\<void>;|ApplicationContext.d.ts|
|Added|NA|Module name: ApplicationContext<br>Class name: ApplicationContext<br>Method or attribute name: on(type: "environment", callback: EnvironmentCallback): number;|ApplicationContext.d.ts|
|Added|NA|Module name: ApplicationContext<br>Class name: ApplicationContext<br>Method or attribute name: off(type: "environment", callbackId: number, callback: AsyncCallback\<void>): void;|ApplicationContext.d.ts|
|Added|NA|Module name: ApplicationContext<br>Class name: ApplicationContext<br>Method or attribute name: off(type: "environment", callbackId: number): Promise\<void>;|ApplicationContext.d.ts|
|Added|NA|Module name: ApplicationContext<br>Class name: ApplicationContext<br>Method or attribute name: getRunningProcessInformation(): Promise\<Array\<ProcessInformation>>;|ApplicationContext.d.ts|
|Added|NA|Module name: ApplicationContext<br>Class name: ApplicationContext<br>Method or attribute name: getRunningProcessInformation(callback: AsyncCallback\<Array\<ProcessInformation>>): void;|ApplicationContext.d.ts|
|Added|NA|Module name: ApplicationContext<br>Class name: ApplicationContext<br>Method or attribute name: killAllProcesses(): Promise\<void>;|ApplicationContext.d.ts|
|Added|NA|Module name: ApplicationContext<br>Class name: ApplicationContext<br>Method or attribute name: killAllProcesses(callback: AsyncCallback\<void>);|ApplicationContext.d.ts|
|Added|NA|Module name: ApplicationStateObserver<br>Class name: ApplicationStateObserver<br>Method or attribute name: onProcessStateChanged(processData: ProcessData): void;|ApplicationStateObserver.d.ts|
|Added|NA|Module name: Context<br>Class name: Context|Context.d.ts|
|Added|NA|Module name: Context<br>Class name: Context<br>Method or attribute name: resourceManager: resmgr.ResourceManager;|Context.d.ts|
|Added|NA|Module name: Context<br>Class name: Context<br>Method or attribute name: applicationInfo: ApplicationInfo;|Context.d.ts|
|Added|NA|Module name: Context<br>Class name: Context<br>Method or attribute name: cacheDir: string;|Context.d.ts|
|Added|NA|Module name: Context<br>Class name: Context<br>Method or attribute name: tempDir: string;|Context.d.ts|
|Added|NA|Module name: Context<br>Class name: Context<br>Method or attribute name: filesDir: string;|Context.d.ts|
|Added|NA|Module name: Context<br>Class name: Context<br>Method or attribute name: databaseDir: string;|Context.d.ts|
|Added|NA|Module name: Context<br>Class name: Context<br>Method or attribute name: preferencesDir: string;|Context.d.ts|
|Added|NA|Module name: Context<br>Class name: Context<br>Method or attribute name: bundleCodeDir: string;|Context.d.ts|
|Added|NA|Module name: Context<br>Class name: Context<br>Method or attribute name: distributedFilesDir: string;|Context.d.ts|
|Added|NA|Module name: Context<br>Class name: Context<br>Method or attribute name: eventHub: EventHub;|Context.d.ts|
|Added|NA|Module name: Context<br>Class name: Context<br>Method or attribute name: area: contextConstant.AreaMode;|Context.d.ts|
|Added|NA|Module name: Context<br>Class name: Context<br>Method or attribute name: createBundleContext(bundleName: string): Context;|Context.d.ts|
|Added|NA|Module name: Context<br>Class name: Context<br>Method or attribute name: createModuleContext(moduleName: string): Context;|Context.d.ts|
|Added|NA|Module name: Context<br>Class name: Context<br>Method or attribute name: createModuleContext(bundleName: string, moduleName: string): Context;|Context.d.ts|
|Added|NA|Module name: Context<br>Class name: Context<br>Method or attribute name: getApplicationContext(): ApplicationContext;|Context.d.ts|
|Added|NA|Module name: ContinueCallback<br>Class name: ContinueCallback|ContinueCallback.d.ts|
|Added|NA|Module name: ContinueCallback<br>Class name: ContinueCallback<br>Method or attribute name: onContinueDone(result: number): void;|ContinueCallback.d.ts|
|Added|NA|Module name: ContinueDeviceInfo<br>Class name: ContinueDeviceInfo|ContinueDeviceInfo.d.ts|
|Added|NA|Module name: ContinueDeviceInfo<br>Class name: ContinueDeviceInfo<br>Method or attribute name: srcDeviceId: string;|ContinueDeviceInfo.d.ts|
|Added|NA|Module name: ContinueDeviceInfo<br>Class name: ContinueDeviceInfo<br>Method or attribute name: dstDeviceId: string;|ContinueDeviceInfo.d.ts|
|Added|NA|Module name: ContinueDeviceInfo<br>Class name: ContinueDeviceInfo<br>Method or attribute name: missionId: number;|ContinueDeviceInfo.d.ts|
|Added|NA|Module name: ContinueDeviceInfo<br>Class name: ContinueDeviceInfo<br>Method or attribute name: wantParam: {[key: string]: any};|ContinueDeviceInfo.d.ts|
|Added|NA|Module name: ErrorObserver<br>Class name: ErrorObserver|ErrorObserver.d.ts|
|Added|NA|Module name: ErrorObserver<br>Class name: ErrorObserver<br>Method or attribute name: onUnhandledException(errMsg: string): void;|ErrorObserver.d.ts|
|Added|NA|Module name: EventHub<br>Class name: EventHub|EventHub.d.ts|
|Added|NA|Module name: EventHub<br>Class name: EventHub<br>Method or attribute name: on(event: string, callback: Function): void|EventHub.d.ts|
|Added|NA|Module name: EventHub<br>Class name: EventHub<br>Method or attribute name: off(event: string, callback?: Function): void|EventHub.d.ts|
|Added|NA|Module name: EventHub<br>Class name: EventHub<br>Method or attribute name: emit(event: string, ...args: Object[]): void|EventHub.d.ts|
|Added|NA|Module name: ExtensionContext<br>Class name: ExtensionContext|ExtensionContext.d.ts|
|Added|NA|Module name: ExtensionContext<br>Class name: ExtensionContext<br>Method or attribute name: currentHapModuleInfo: HapModuleInfo;|ExtensionContext.d.ts|
|Added|NA|Module name: ExtensionContext<br>Class name: ExtensionContext<br>Method or attribute name: config: Configuration;|ExtensionContext.d.ts|
|Added|NA|Module name: ExtensionContext<br>Class name: ExtensionContext<br>Method or attribute name: extensionAbilityInfo: ExtensionAbilityInfo;|ExtensionContext.d.ts|
|Added|NA|Module name: ExtensionRunningInfo<br>Class name: ExtensionRunningInfo|ExtensionRunningInfo.d.ts|
|Added|NA|Module name: ExtensionRunningInfo<br>Class name: ExtensionRunningInfo<br>Method or attribute name: extension: ElementName;|ExtensionRunningInfo.d.ts|
|Added|NA|Module name: ExtensionRunningInfo<br>Class name: ExtensionRunningInfo<br>Method or attribute name: pid: number;|ExtensionRunningInfo.d.ts|
|Added|NA|Module name: ExtensionRunningInfo<br>Class name: ExtensionRunningInfo<br>Method or attribute name: uid: number;|ExtensionRunningInfo.d.ts|
|Added|NA|Module name: ExtensionRunningInfo<br>Class name: ExtensionRunningInfo<br>Method or attribute name: processName: string;|ExtensionRunningInfo.d.ts|
|Added|NA|Module name: ExtensionRunningInfo<br>Class name: ExtensionRunningInfo<br>Method or attribute name: startTime: number;|ExtensionRunningInfo.d.ts|
|Added|NA|Module name: ExtensionRunningInfo<br>Class name: ExtensionRunningInfo<br>Method or attribute name: clientPackage: Array\<String>;|ExtensionRunningInfo.d.ts|
|Added|NA|Module name: ExtensionRunningInfo<br>Class name: ExtensionRunningInfo<br>Method or attribute name: type: bundle.ExtensionAbilityType;|ExtensionRunningInfo.d.ts|
|Added|NA|Module name: FormExtensionContext<br>Class name: FormExtensionContext|FormExtensionContext.d.ts|
|Added|NA|Module name: FormExtensionContext<br>Class name: FormExtensionContext<br>Method or attribute name: startAbility(want: Want, callback: AsyncCallback\<void>): void;|FormExtensionContext.d.ts|
|Added|NA|Module name: FormExtensionContext<br>Class name: FormExtensionContext<br>Method or attribute name: startAbility(want: Want): Promise\<void>;|FormExtensionContext.d.ts|
|Added|NA|Module name: MissionCallbacks<br>Class name: MissionCallback|MissionCallbacks.d.ts|
|Added|NA|Module name: MissionCallbacks<br>Class name: MissionCallback<br>Method or attribute name: notifyMissionsChanged(deviceId: string): void;|MissionCallbacks.d.ts|
|Added|NA|Module name: MissionCallbacks<br>Class name: MissionCallback<br>Method or attribute name: notifySnapshot(deviceId: string, mission: number): void;|MissionCallbacks.d.ts|
|Added|NA|Module name: MissionCallbacks<br>Class name: MissionCallback<br>Method or attribute name: notifyNetDisconnect(deviceId: string, state: number): void;|MissionCallbacks.d.ts|
|Added|NA|Module name: MissionDeviceInfo<br>Class name: MissionDeviceInfo|MissionDeviceInfo.d.ts|
|Added|NA|Module name: MissionDeviceInfo<br>Class name: MissionDeviceInfo<br>Method or attribute name: deviceId: string;|MissionDeviceInfo.d.ts|
|Added|NA|Module name: MissionListener<br>Class name: MissionListener<br>Method or attribute name: onMissionLabelUpdated(mission: number): void;|MissionListener.d.ts|
|Added|NA|Module name: MissionListener<br>Class name: MissionListener<br>Method or attribute name: onMissionIconUpdated(mission: number, icon: image.PixelMap): void;|MissionListener.d.ts|
|Added|NA|Module name: MissionListener<br>Class name: MissionListener<br>Method or attribute name: onMissionClosed(mission: number): void;|MissionListener.d.ts|
|Added|NA|Module name: MissionParameter<br>Class name: MissionParameter|MissionParameter.d.ts|
|Added|NA|Module name: MissionParameter<br>Class name: MissionParameter<br>Method or attribute name: deviceId: string;|MissionParameter.d.ts|
|Added|NA|Module name: MissionParameter<br>Class name: MissionParameter<br>Method or attribute name: fixConflict: boolean;|MissionParameter.d.ts|
|Added|NA|Module name: MissionParameter<br>Class name: MissionParameter<br>Method or attribute name: tag: number;|MissionParameter.d.ts|
|Added|NA|Class name: ProcessData<br>Method or attribute name: state: number;|ProcessData.d.ts|
|Added|NA|Class name: ProcessData<br>Method or attribute name: isContinuousTask: boolean;|ProcessData.d.ts|
|Added|NA|Class name: ProcessData<br>Method or attribute name: isKeepAlive: boolean;|ProcessData.d.ts|
|Added|NA|Module name: ProcessInformation<br>Class name: ProcessInformation|ProcessInformation.d.ts|
|Added|NA|Module name: ProcessInformation<br>Class name: ProcessInformation<br>Method or attribute name: pid: number;|ProcessInformation.d.ts|
|Added|NA|Module name: ProcessInformation<br>Class name: ProcessInformation<br>Method or attribute name: uid: number;|ProcessInformation.d.ts|
|Added|NA|Module name: ProcessInformation<br>Class name: ProcessInformation<br>Method or attribute name: processName: string;|ProcessInformation.d.ts|
|Added|NA|Module name: ProcessInformation<br>Class name: ProcessInformation<br>Method or attribute name: bundleNames: Array\<string>;|ProcessInformation.d.ts|
|Added|NA|Module name: ServiceExtensionContext<br>Class name: ServiceExtensionContext|ServiceExtensionContext.d.ts|
|Added|NA|Module name: ServiceExtensionContext<br>Class name: ServiceExtensionContext<br>Method or attribute name: startAbility(want: Want, callback: AsyncCallback\<void>): void;|ServiceExtensionContext.d.ts|
|Added|NA|Module name: ServiceExtensionContext<br>Class name: ServiceExtensionContext<br>Method or attribute name: startAbility(want: Want, options: StartOptions, callback: AsyncCallback\<void>): void;|ServiceExtensionContext.d.ts|
|Added|NA|Module name: ServiceExtensionContext<br>Class name: ServiceExtensionContext<br>Method or attribute name: startAbility(want: Want, options?: StartOptions): Promise\<void>;|ServiceExtensionContext.d.ts|
|Added|NA|Module name: ServiceExtensionContext<br>Class name: ServiceExtensionContext<br>Method or attribute name: startAbilityWithAccount(want: Want, accountId: number, callback: AsyncCallback\<void>): void;|ServiceExtensionContext.d.ts|
|Added|NA|Module name: ServiceExtensionContext<br>Class name: ServiceExtensionContext<br>Method or attribute name: startAbilityWithAccount(want: Want, accountId: number, options: StartOptions, callback: AsyncCallback\<void>): void;|ServiceExtensionContext.d.ts|
|Added|NA|Module name: ServiceExtensionContext<br>Class name: ServiceExtensionContext<br>Method or attribute name: startAbilityWithAccount(want: Want, accountId: number, options?: StartOptions): Promise\<void>;|ServiceExtensionContext.d.ts|
|Added|NA|Module name: ServiceExtensionContext<br>Class name: ServiceExtensionContext<br>Method or attribute name: startServiceExtensionAbility(want: Want, callback: AsyncCallback\<void>): void;|ServiceExtensionContext.d.ts|
|Added|NA|Module name: ServiceExtensionContext<br>Class name: ServiceExtensionContext<br>Method or attribute name: startServiceExtensionAbility(want: Want): Promise\<void>;|ServiceExtensionContext.d.ts|
|Added|NA|Module name: ServiceExtensionContext<br>Class name: ServiceExtensionContext<br>Method or attribute name: startServiceExtensionAbilityWithAccount(want: Want, accountId: number, callback: AsyncCallback\<void>): void;|ServiceExtensionContext.d.ts|
|Added|NA|Module name: ServiceExtensionContext<br>Class name: ServiceExtensionContext<br>Method or attribute name: startServiceExtensionAbilityWithAccount(want: Want, accountId: number): Promise\<void>;|ServiceExtensionContext.d.ts|
|Added|NA|Module name: ServiceExtensionContext<br>Class name: ServiceExtensionContext<br>Method or attribute name: stopServiceExtensionAbility(want: Want, callback: AsyncCallback\<void>): void;|ServiceExtensionContext.d.ts|
|Added|NA|Module name: ServiceExtensionContext<br>Class name: ServiceExtensionContext<br>Method or attribute name: stopServiceExtensionAbility(want: Want): Promise\<void>;|ServiceExtensionContext.d.ts|
|Added|NA|Module name: ServiceExtensionContext<br>Class name: ServiceExtensionContext<br>Method or attribute name: stopServiceExtensionAbilityWithAccount(want: Want, accountId: number, callback: AsyncCallback\<void>): void;|ServiceExtensionContext.d.ts|
|Added|NA|Module name: ServiceExtensionContext<br>Class name: ServiceExtensionContext<br>Method or attribute name: stopServiceExtensionAbilityWithAccount(want: Want, accountId: number): Promise\<void>;|ServiceExtensionContext.d.ts|
|Added|NA|Module name: ServiceExtensionContext<br>Class name: ServiceExtensionContext<br>Method or attribute name: terminateSelf(callback: AsyncCallback\<void>): void;|ServiceExtensionContext.d.ts|
|Added|NA|Module name: ServiceExtensionContext<br>Class name: ServiceExtensionContext<br>Method or attribute name: terminateSelf(): Promise\<void>;|ServiceExtensionContext.d.ts|
|Added|NA|Module name: ServiceExtensionContext<br>Class name: ServiceExtensionContext<br>Method or attribute name: connectServiceExtensionAbility(want: Want, options: ConnectOptions): number;|ServiceExtensionContext.d.ts|
|Added|NA|Module name: ServiceExtensionContext<br>Class name: ServiceExtensionContext<br>Method or attribute name: connectServiceExtensionAbilityWithAccount(want: Want, accountId: number, options: ConnectOptions): number;|ServiceExtensionContext.d.ts|
|Added|NA|Module name: ServiceExtensionContext<br>Class name: ServiceExtensionContext<br>Method or attribute name: disconnectServiceExtensionAbility(connection: number, callback: AsyncCallback\<void>): void;|ServiceExtensionContext.d.ts|
|Added|NA|Module name: ServiceExtensionContext<br>Class name: ServiceExtensionContext<br>Method or attribute name: disconnectServiceExtensionAbility(connection: number): Promise\<void>;|ServiceExtensionContext.d.ts|
|Added|NA|Module name: ServiceExtensionContext<br>Class name: ServiceExtensionContext<br>Method or attribute name: startAbilityByCall(want: Want): Promise\<Caller>;|ServiceExtensionContext.d.ts|
|Added|NA|Module name: ServiceExtensionContext<br>Class name: ServiceExtensionContext<br>Method or attribute name: startRecentAbility(want: Want, callback: AsyncCallback\<void>): void;|ServiceExtensionContext.d.ts|
|Added|NA|Module name: ServiceExtensionContext<br>Class name: ServiceExtensionContext<br>Method or attribute name: startRecentAbility(want: Want, options: StartOptions, callback: AsyncCallback\<void>): void;|ServiceExtensionContext.d.ts|
|Added|NA|Module name: ServiceExtensionContext<br>Class name: ServiceExtensionContext<br>Method or attribute name: startRecentAbility(want: Want, options?: StartOptions): Promise\<void>;|ServiceExtensionContext.d.ts|
|Added|NA|Class name: ShellCmdResult<br>Method or attribute name: stdResult: string;|shellCmdResult.d.ts|
|Added|NA|Module name: UIAbilityContext<br>Class name: UIAbilityContext|UIAbilityContext.d.ts|
|Added|NA|Module name: UIAbilityContext<br>Class name: UIAbilityContext<br>Method or attribute name: abilityInfo: AbilityInfo;|UIAbilityContext.d.ts|
|Added|NA|Module name: UIAbilityContext<br>Class name: UIAbilityContext<br>Method or attribute name: currentHapModuleInfo: HapModuleInfo;|UIAbilityContext.d.ts|
|Added|NA|Module name: UIAbilityContext<br>Class name: UIAbilityContext<br>Method or attribute name: config: Configuration;|UIAbilityContext.d.ts|
|Added|NA|Module name: UIAbilityContext<br>Class name: UIAbilityContext<br>Method or attribute name: startAbility(want: Want, callback: AsyncCallback\<void>): void;|UIAbilityContext.d.ts|
|Added|NA|Module name: UIAbilityContext<br>Class name: UIAbilityContext<br>Method or attribute name: startAbility(want: Want, options: StartOptions, callback: AsyncCallback\<void>): void;|UIAbilityContext.d.ts|
|Added|NA|Module name: UIAbilityContext<br>Class name: UIAbilityContext<br>Method or attribute name: startAbility(want: Want, options?: StartOptions): Promise\<void>;|UIAbilityContext.d.ts|
|Added|NA|Module name: UIAbilityContext<br>Class name: UIAbilityContext<br>Method or attribute name: startAbilityByCall(want: Want): Promise\<Caller>;|UIAbilityContext.d.ts|
|Added|NA|Module name: UIAbilityContext<br>Class name: UIAbilityContext<br>Method or attribute name: startAbilityWithAccount(want: Want, accountId: number, callback: AsyncCallback\<void>): void;|UIAbilityContext.d.ts|
|Added|NA|Module name: UIAbilityContext<br>Class name: UIAbilityContext<br>Method or attribute name: startAbilityWithAccount(want: Want, accountId: number, options: StartOptions, callback: AsyncCallback\<void>): void;|UIAbilityContext.d.ts|
|Added|NA|Module name: UIAbilityContext<br>Class name: UIAbilityContext<br>Method or attribute name: startAbilityWithAccount(want: Want, accountId: number, options?: StartOptions): Promise\<void>;|UIAbilityContext.d.ts|
|Added|NA|Module name: UIAbilityContext<br>Class name: UIAbilityContext<br>Method or attribute name: startAbilityForResult(want: Want, callback: AsyncCallback\<AbilityResult>): void;|UIAbilityContext.d.ts|
|Added|NA|Module name: UIAbilityContext<br>Class name: UIAbilityContext<br>Method or attribute name: startAbilityForResult(want: Want, options: StartOptions, callback: AsyncCallback\<AbilityResult>): void;|UIAbilityContext.d.ts|
|Added|NA|Module name: UIAbilityContext<br>Class name: UIAbilityContext<br>Method or attribute name: startAbilityForResult(want: Want, options?: StartOptions): Promise\<AbilityResult>;|UIAbilityContext.d.ts|
|Added|NA|Module name: UIAbilityContext<br>Class name: UIAbilityContext<br>Method or attribute name: startAbilityForResultWithAccount(want: Want, accountId: number, callback: AsyncCallback\<AbilityResult>): void;|UIAbilityContext.d.ts|
|Added|NA|Module name: UIAbilityContext<br>Class name: UIAbilityContext<br>Method or attribute name: startAbilityForResultWithAccount(want: Want, accountId: number, options: StartOptions, callback: AsyncCallback\<void>): void;|UIAbilityContext.d.ts|
|Added|NA|Module name: UIAbilityContext<br>Class name: UIAbilityContext<br>Method or attribute name: startAbilityForResultWithAccount(want: Want, accountId: number, options?: StartOptions): Promise\<AbilityResult>;|UIAbilityContext.d.ts|
|Added|NA|Module name: UIAbilityContext<br>Class name: UIAbilityContext<br>Method or attribute name: startServiceExtensionAbility(want: Want, callback: AsyncCallback\<void>): void;|UIAbilityContext.d.ts|
|Added|NA|Module name: UIAbilityContext<br>Class name: UIAbilityContext<br>Method or attribute name: startServiceExtensionAbility(want: Want): Promise\<void>;|UIAbilityContext.d.ts|
|Added|NA|Module name: UIAbilityContext<br>Class name: UIAbilityContext<br>Method or attribute name: startServiceExtensionAbilityWithAccount(want: Want, accountId: number, callback: AsyncCallback\<void>): void;|UIAbilityContext.d.ts|
|Added|NA|Module name: UIAbilityContext<br>Class name: UIAbilityContext<br>Method or attribute name: startServiceExtensionAbilityWithAccount(want: Want, accountId: number): Promise\<void>;|UIAbilityContext.d.ts|
|Added|NA|Module name: UIAbilityContext<br>Class name: UIAbilityContext<br>Method or attribute name: stopServiceExtensionAbility(want: Want, callback: AsyncCallback\<void>): void;|UIAbilityContext.d.ts|
|Added|NA|Module name: UIAbilityContext<br>Class name: UIAbilityContext<br>Method or attribute name: stopServiceExtensionAbility(want: Want): Promise\<void>;|UIAbilityContext.d.ts|
|Added|NA|Module name: UIAbilityContext<br>Class name: UIAbilityContext<br>Method or attribute name: stopServiceExtensionAbilityWithAccount(want: Want, accountId: number, callback: AsyncCallback\<void>): void;|UIAbilityContext.d.ts|
|Added|NA|Module name: UIAbilityContext<br>Class name: UIAbilityContext<br>Method or attribute name: stopServiceExtensionAbilityWithAccount(want: Want, accountId: number): Promise\<void>;|UIAbilityContext.d.ts|
|Added|NA|Module name: UIAbilityContext<br>Class name: UIAbilityContext<br>Method or attribute name: terminateSelf(callback: AsyncCallback\<void>): void;|UIAbilityContext.d.ts|
|Added|NA|Module name: UIAbilityContext<br>Class name: UIAbilityContext<br>Method or attribute name: terminateSelf(): Promise\<void>;|UIAbilityContext.d.ts|
|Added|NA|Module name: UIAbilityContext<br>Class name: UIAbilityContext<br>Method or attribute name: terminateSelfWithResult(parameter: AbilityResult, callback: AsyncCallback\<void>): void;|UIAbilityContext.d.ts|
|Added|NA|Module name: UIAbilityContext<br>Class name: UIAbilityContext<br>Method or attribute name: terminateSelfWithResult(parameter: AbilityResult): Promise\<void>;|UIAbilityContext.d.ts|
|Added|NA|Module name: UIAbilityContext<br>Class name: UIAbilityContext<br>Method or attribute name: connectServiceExtensionAbility(want: Want, options: ConnectOptions): number;|UIAbilityContext.d.ts|
|Added|NA|Module name: UIAbilityContext<br>Class name: UIAbilityContext<br>Method or attribute name: connectServiceExtensionAbilityWithAccount(want: Want, accountId: number, options: ConnectOptions): number;|UIAbilityContext.d.ts|
|Added|NA|Module name: UIAbilityContext<br>Class name: UIAbilityContext<br>Method or attribute name: disconnectServiceExtensionAbility(connection: number, callback: AsyncCallback\<void>): void;|UIAbilityContext.d.ts|
|Added|NA|Module name: UIAbilityContext<br>Class name: UIAbilityContext<br>Method or attribute name: disconnectServiceExtensionAbility(connection: number): Promise\<void>;|UIAbilityContext.d.ts|
|Added|NA|Module name: UIAbilityContext<br>Class name: UIAbilityContext<br>Method or attribute name: setMissionLabel(label: string, callback: AsyncCallback\<void>): void;|UIAbilityContext.d.ts|
|Added|NA|Module name: UIAbilityContext<br>Class name: UIAbilityContext<br>Method or attribute name: setMissionLabel(label: string): Promise\<void>;|UIAbilityContext.d.ts|
|Added|NA|Module name: UIAbilityContext<br>Class name: UIAbilityContext<br>Method or attribute name: setMissionIcon(icon: image.PixelMap, callback: AsyncCallback\<void>): void;|UIAbilityContext.d.ts|
|Added|NA|Module name: UIAbilityContext<br>Class name: UIAbilityContext<br>Method or attribute name: setMissionIcon(icon: image.PixelMap): Promise\<void>;|UIAbilityContext.d.ts|
|Added|NA|Module name: UIAbilityContext<br>Class name: UIAbilityContext<br>Method or attribute name: restoreWindowStage(localStorage: LocalStorage): void;|UIAbilityContext.d.ts|
|Added|NA|Module name: UIAbilityContext<br>Class name: UIAbilityContext<br>Method or attribute name: isTerminating(): boolean;|UIAbilityContext.d.ts|
|Added|NA|Module name: UIAbilityContext<br>Class name: UIAbilityContext<br>Method or attribute name: startRecentAbility(want: Want, callback: AsyncCallback\<void>): void;|UIAbilityContext.d.ts|
|Added|NA|Module name: UIAbilityContext<br>Class name: UIAbilityContext<br>Method or attribute name: startRecentAbility(want: Want, options: StartOptions, callback: AsyncCallback\<void>): void;|UIAbilityContext.d.ts|
|Added|NA|Module name: UIAbilityContext<br>Class name: UIAbilityContext<br>Method or attribute name: startRecentAbility(want: Want, options?: StartOptions): Promise\<void>;|UIAbilityContext.d.ts|
|Added|NA|Module name: UIAbilityContext<br>Class name: UIAbilityContext<br>Method or attribute name: requestDialogService(want: Want, result: AsyncCallback\<dialogRequest.RequestResult>): void;|UIAbilityContext.d.ts|
|Added|NA|Module name: UIAbilityContext<br>Class name: UIAbilityContext<br>Method or attribute name: requestDialogService(want: Want): Promise\<dialogRequest.RequestResult>;|UIAbilityContext.d.ts|
|Deleted|Module name: abilityDelegator<br>Class name: AbilityDelegator|NA|abilityDelegator.d.ts|
|Deleted|Module name: abilityDelegator<br>Class name: AbilityDelegator<br>Method or attribute name: print(msg: string, callback: AsyncCallback\<void>): void;|NA|abilityDelegator.d.ts|
|Deleted|Module name: abilityDelegator<br>Class name: AbilityDelegator<br>Method or attribute name: print(msg: string): Promise\<void>;|NA|abilityDelegator.d.ts|
|Deleted|Module name: abilityDelegator<br>Class name: AbilityDelegator<br>Method or attribute name: executeShellCommand(cmd: string, callback: AsyncCallback\<ShellCmdResult>): void;|NA|abilityDelegator.d.ts|
|Deleted|Module name: abilityDelegator<br>Class name: AbilityDelegator<br>Method or attribute name: executeShellCommand(cmd: string, timeoutSecs: number, callback: AsyncCallback\<ShellCmdResult>): void;|NA|abilityDelegator.d.ts|
|Deleted|Module name: abilityDelegator<br>Class name: AbilityDelegator<br>Method or attribute name: executeShellCommand(cmd: string, timeoutSecs?: number): Promise\<ShellCmdResult>;|NA|abilityDelegator.d.ts|
|Deleted|Module name: abilityDelegator<br>Class name: AbilityDelegator<br>Method or attribute name: finishTest(msg: string, code: number, callback: AsyncCallback\<void>): void;|NA|abilityDelegator.d.ts|
|Deleted|Module name: abilityDelegator<br>Class name: AbilityDelegator<br>Method or attribute name: finishTest(msg: string, code: number): Promise\<void>;|NA|abilityDelegator.d.ts|
|Deleted|Module name: BaseContext<br>Class name: BaseContext|NA|BaseContext.d.ts|
|Access level changed|Class name: abilityManager<br>Access level: public API|Class name: abilityManager<br>Access level: system API|@ohos.application.abilityManager.d.ts|
|Deprecated version changed|Class name: dataUriUtils<br>Deprecated version: N/A|Class name: dataUriUtils<br>Deprecated version: 9<br>Substitute API: @ohos.app.ability.dataUriUtils.d.ts |@ohos.ability.dataUriUtils.d.ts|
|Deprecated version changed|Class name: wantConstant<br>Deprecated version: N/A|Class name: wantConstant<br>Deprecated version: 9<br>Substitute API: ohos.app.ability.wantConstant |@ohos.ability.wantConstant.d.ts|
|Deprecated version changed|Class name: Action<br>Method or attribute name: ACTION_APP_ACCOUNT_OAUTH = "ohos.account.appAccount.action.oauth"<br>Deprecated version: N/A|Class name: Action<br>Method or attribute name: ACTION_APP_ACCOUNT_OAUTH = "ohos.account.appAccount.action.oauth"<br>Deprecated version: 9<br>Substitute API: wantConstant.Action|@ohos.ability.wantConstant.d.ts|
|Deprecated version changed|Class name: abilityDelegatorRegistry<br>Deprecated version: N/A|Class name: abilityDelegatorRegistry<br>Deprecated version: 9<br>Substitute API: ohos.app.ability.abilityDelegatorRegistry |@ohos.application.abilityDelegatorRegistry.d.ts|
|Deprecated version changed|Class name: abilityManager<br>Deprecated version: N/A|Class name: abilityManager<br>Deprecated version: 9<br>Substitute API: ohos.app.ability.abilityManager |@ohos.application.abilityManager.d.ts|
|Deprecated version changed|Class name: appManager<br>Deprecated version: N/A|Class name: appManager<br>Deprecated version: 9<br>Substitute API: ohos.app.ability.appManager |@ohos.application.appManager.d.ts|
|Deprecated version changed|Class name: appManager<br>Method or attribute name: function getProcessRunningInfos(): Promise\<Array\<ProcessRunningInfo>>;<br>Deprecated version: N/A|Class name: appManager<br>Method or attribute name: function getProcessRunningInfos(): Promise\<Array\<ProcessRunningInfo>>;<br>Deprecated version: 9<br>Substitute API: ohos.app.ability.appManager|@ohos.application.appManager.d.ts|
|Deprecated version changed|Class name: appManager<br>Method or attribute name: function getProcessRunningInfos(callback: AsyncCallback\<Array\<ProcessRunningInfo>>): void;<br>Deprecated version: N/A|Class name: appManager<br>Method or attribute name: function getProcessRunningInfos(callback: AsyncCallback\<Array\<ProcessRunningInfo>>): void;<br>Deprecated version: 9<br>Substitute API: ohos.app.ability.appManager|@ohos.application.appManager.d.ts|
|Deprecated version changed|Class name: Configuration<br>Deprecated version: N/A|Class name: Configuration<br>Deprecated version: 9<br>Substitute API: ohos.app.ability.Configuration |@ohos.application.Configuration.d.ts|
|Deprecated version changed|Class name: ConfigurationConstant<br>Deprecated version: N/A|Class name: ConfigurationConstant<br>Deprecated version: 9<br>Substitute API: ohos.app.ability.ConfigurationConstant |@ohos.application.ConfigurationConstant.d.ts|
|Deprecated version changed|Class name: formBindingData<br>Deprecated version: N/A|Class name: formBindingData<br>Deprecated version: 9<br>Substitute API: ohos.app.form.formBindingData |@ohos.application.formBindingData.d.ts|
|Deprecated version changed|Class name: formHost<br>Deprecated version: N/A|Class name: formHost<br>Deprecated version: 9<br>Substitute API: ohos.app.form.formHost |@ohos.application.formHost.d.ts|
|Deprecated version changed|Class name: formInfo<br>Deprecated version: N/A|Class name: formInfo<br>Deprecated version: 9<br>Substitute API: ohos.app.form.formInfo |@ohos.application.formInfo.d.ts|
|Deprecated version changed|Class name: formProvider<br>Deprecated version: N/A|Class name: formProvider<br>Deprecated version: 9<br>Substitute API: ohos.app.form.formProvider |@ohos.application.formProvider.d.ts|
|Deprecated version changed|Class name: missionManager<br>Deprecated version: N/A|Class name: missionManager<br>Deprecated version: 9<br>Substitute API: ohos.app.ability.missionManager |@ohos.application.missionManager.d.ts|
|Deprecated version changed|Class name: Want<br>Deprecated version: N/A|Class name: Want<br>Deprecated version: 9<br>Substitute API: ohos.app.ability.Want |@ohos.application.Want.d.ts|
|Deprecated version changed|Class name: continuationManager<br>Method or attribute name: function on(type: "deviceConnect", callback: Callback\<ContinuationResult>): void;<br>Deprecated version: N/A|Class name: continuationManager<br>Method or attribute name: function on(type: "deviceConnect", callback: Callback\<ContinuationResult>): void;<br>Deprecated version: 9<br>Substitute API: ohos.continuation.continuationManager.continuationManager|@ohos.continuation.continuationManager.d.ts|
|Deprecated version changed|Class name: continuationManager<br>Method or attribute name: function on(type: "deviceDisconnect", callback: Callback\<string>): void;<br>Deprecated version: N/A|Class name: continuationManager<br>Method or attribute name: function on(type: "deviceDisconnect", callback: Callback\<string>): void;<br>Deprecated version: 9<br>Substitute API: ohos.continuation.continuationManager.continuationManager|@ohos.continuation.continuationManager.d.ts|
|Deprecated version changed|Class name: continuationManager<br>Method or attribute name: function register(callback: AsyncCallback\<number>): void;<br>Deprecated version: N/A|Class name: continuationManager<br>Method or attribute name: function register(callback: AsyncCallback\<number>): void;<br>Deprecated version: 9<br>Substitute API: ohos.continuation.continuationManager.continuationManager|@ohos.continuation.continuationManager.d.ts|
|Deprecated version changed|Class name: continuationManager<br>Method or attribute name: function register(options: ContinuationExtraParams, callback: AsyncCallback\<number>): void;<br>Deprecated version: N/A|Class name: continuationManager<br>Method or attribute name: function register(options: ContinuationExtraParams, callback: AsyncCallback\<number>): void;<br>Deprecated version: 9<br>Substitute API: ohos.continuation.continuationManager.continuationManager|@ohos.continuation.continuationManager.d.ts|
|Deprecated version changed|Class name: continuationManager<br>Method or attribute name: function register(options?: ContinuationExtraParams): Promise\<number>;<br>Deprecated version: N/A|Class name: continuationManager<br>Method or attribute name: function register(options?: ContinuationExtraParams): Promise\<number>;<br>Deprecated version: 9<br>Substitute API: ohos.continuation.continuationManager.continuationManager|@ohos.continuation.continuationManager.d.ts|
|Deprecated version changed|Class name: continuationManager<br>Method or attribute name: function unregister(token: number, callback: AsyncCallback\<void>): void;<br>Deprecated version: N/A|Class name: continuationManager<br>Method or attribute name: function unregister(token: number, callback: AsyncCallback\<void>): void;<br>Deprecated version: 9<br>Substitute API: ohos.continuation.continuationManager.continuationManager|@ohos.continuation.continuationManager.d.ts|
|Deprecated version changed|Class name: continuationManager<br>Method or attribute name: function unregister(token: number): Promise\<void>;<br>Deprecated version: N/A|Class name: continuationManager<br>Method or attribute name: function unregister(token: number): Promise\<void>;<br>Deprecated version: 9<br>Substitute API: ohos.continuation.continuationManager.continuationManager|@ohos.continuation.continuationManager.d.ts|
|Deprecated version changed|Class name: continuationManager<br>Method or attribute name: function updateConnectStatus(token: number, deviceId: string, status: DeviceConnectState, callback: AsyncCallback\<void>): void;<br>Deprecated version: N/A|Class name: continuationManager<br>Method or attribute name: function updateConnectStatus(token: number, deviceId: string, status: DeviceConnectState, callback: AsyncCallback\<void>): void;<br>Deprecated version: 9<br>Substitute API: ohos.continuation.continuationManager.continuationManager|@ohos.continuation.continuationManager.d.ts|
|Deprecated version changed|Class name: continuationManager<br>Method or attribute name: function updateConnectStatus(token: number, deviceId: string, status: DeviceConnectState): Promise\<void>;<br>Deprecated version: N/A|Class name: continuationManager<br>Method or attribute name: function updateConnectStatus(token: number, deviceId: string, status: DeviceConnectState): Promise\<void>;<br>Deprecated version: 9<br>Substitute API: ohos.continuation.continuationManager.continuationManager|@ohos.continuation.continuationManager.d.ts|
|Deprecated version changed|Class name: continuationManager<br>Method or attribute name: function startDeviceManager(token: number, callback: AsyncCallback\<void>): void;<br>Deprecated version: N/A|Class name: continuationManager<br>Method or attribute name: function startDeviceManager(token: number, callback: AsyncCallback\<void>): void;<br>Deprecated version: 9<br>Substitute API: ohos.continuation.continuationManager.continuationManager|@ohos.continuation.continuationManager.d.ts|
|Deprecated version changed|Class name: continuationManager<br>Method or attribute name: function startDeviceManager(token: number, options: ContinuationExtraParams, callback: AsyncCallback\<void>): void;<br>Deprecated version: N/A|Class name: continuationManager<br>Method or attribute name: function startDeviceManager(token: number, options: ContinuationExtraParams, callback: AsyncCallback\<void>): void;<br>Deprecated version: 9<br>Substitute API: ohos.continuation.continuationManager.continuationManager|@ohos.continuation.continuationManager.d.ts|
|Deprecated version changed|Class name: continuationManager<br>Method or attribute name: function startDeviceManager(token: number, options?: ContinuationExtraParams): Promise\<void>;<br>Deprecated version: N/A|Class name: continuationManager<br>Method or attribute name: function startDeviceManager(token: number, options?: ContinuationExtraParams): Promise\<void>;<br>Deprecated version: 9<br>Substitute API: ohos.continuation.continuationManager.continuationManager|@ohos.continuation.continuationManager.d.ts|
|Deprecated version changed|Class name: wantAgent<br>Deprecated version: N/A|Class name: wantAgent<br>Deprecated version: 9<br>Substitute API: ohos.app.ability.wantAgent |@ohos.wantAgent.d.ts|
|Deprecated version changed|Class name: Want<br>Deprecated version: N/A|Class name: Want<br>Deprecated version: 9<br>Substitute API: ohos.app.ability.Want |want.d.ts|
|Deprecated version changed|Class name: Context<br>Method or attribute name: setShowOnLockScreen(show: boolean, callback: AsyncCallback\<void>): void<br>Deprecated version: N/A|Class name: Context<br>Method or attribute name: setShowOnLockScreen(show: boolean, callback: AsyncCallback\<void>): void<br>Deprecated version: 9<br>Substitute API: ohos.window|context.d.ts|
|Deprecated version changed|Class name: Context<br>Method or attribute name: setShowOnLockScreen(show: boolean): Promise\<void>;<br>Deprecated version: N/A|Class name: Context<br>Method or attribute name: setShowOnLockScreen(show: boolean): Promise\<void>;<br>Deprecated version: 9<br>Substitute API: ohos.window|context.d.ts|
|Deprecated version changed|Class name: ProcessRunningInfo<br>Deprecated version: N/A|Class name: ProcessRunningInfo<br>Deprecated version: 9<br>Substitute API: ProcessInformation |ProcessRunningInfo.d.ts|
|Deprecated version changed|Class name: ProcessRunningInfo<br>Method or attribute name: pid: number;<br>Deprecated version: N/A|Class name: ProcessRunningInfo<br>Method or attribute name: pid: number;<br>Deprecated version: 9<br>Substitute API: ProcessInformation.pid |ProcessRunningInfo.d.ts|
|Deprecated version changed|Class name: ProcessRunningInfo<br>Method or attribute name: uid: number;<br>Deprecated version: N/A|Class name: ProcessRunningInfo<br>Method or attribute name: uid: number;<br>Deprecated version: 9<br>Substitute API: ProcessInformation.uid |ProcessRunningInfo.d.ts|
|Deprecated version changed|Class name: ProcessRunningInfo<br>Method or attribute name: processName: string;<br>Deprecated version: N/A|Class name: ProcessRunningInfo<br>Method or attribute name: processName: string;<br>Deprecated version: 9<br>Substitute API: ProcessInformation.processName |ProcessRunningInfo.d.ts|
|Deprecated version changed|Class name: ProcessRunningInfo<br>Method or attribute name: bundleNames: Array\<string>;<br>Deprecated version: N/A|Class name: ProcessRunningInfo<br>Method or attribute name: bundleNames: Array\<string>;<br>Deprecated version: 9<br>Substitute API: ProcessInformation.bundleNames |ProcessRunningInfo.d.ts|
|Permission changed|Class name: formHost<br>Method or attribute name: function acquireFormState(want: Want, callback: AsyncCallback\<formInfo.FormStateInfo>): void;<br>Permission: ohos.permission.GET_BUNDLE_INFO and ohos.permission.GET_BUNDLE_INFO_PRIVILEGED.|Class name: formHost<br>Method or attribute name: function acquireFormState(want: Want, callback: AsyncCallback\<formInfo.FormStateInfo>): void;<br>Permission: ohos.permission.REQUIRE_FORM and ohos.permission.GET_BUNDLE_INFO_PRIVILEGED|@ohos.application.formHost.d.ts|
|Permission changed|Class name: formHost<br>Method or attribute name: function acquireFormState(want: Want): Promise\<formInfo.FormStateInfo>;<br>Permission: ohos.permission.GET_BUNDLE_INFO and ohos.permission.GET_BUNDLE_INFO_PRIVILEGED.|Class name: formHost<br>Method or attribute name: function acquireFormState(want: Want): Promise\<formInfo.FormStateInfo>;<br>Permission: ohos.permission.REQUIRE_FORM and ohos.permission.GET_BUNDLE_INFO_PRIVILEGED|@ohos.application.formHost.d.ts|
|SysCap changed|Class name: ProcessData<br>SysCap:SystemCapability.Ability.AbilityRuntime.Mission|Class name: ProcessData<br>SysCap:SystemCapability.Ability.AbilityRuntime.Core|ProcessData.d.ts|
|SysCap changed|Class name: ProcessData<br>Method or attribute name: bundleName: string;<br>SysCap:SystemCapability.Ability.AbilityRuntime.Mission|Class name: ProcessData<br>Method or attribute name: bundleName: string;<br>SysCap:SystemCapability.Ability.AbilityRuntime.Core|ProcessData.d.ts|
|SysCap changed|Class name: ProcessData<br>Method or attribute name: pid: number;<br>SysCap:SystemCapability.Ability.AbilityRuntime.Mission|Class name: ProcessData<br>Method or attribute name: pid: number;<br>SysCap:SystemCapability.Ability.AbilityRuntime.Core|ProcessData.d.ts|
|SysCap changed|Class name: ProcessData<br>Method or attribute name: uid: number;<br>SysCap:SystemCapability.Ability.AbilityRuntime.Mission|Class name: ProcessData<br>Method or attribute name: uid: number;<br>SysCap:SystemCapability.Ability.AbilityRuntime.Core|ProcessData.d.ts|
| Change Type | Old Version | New Version | d.ts File |
| ---- | ------ | ------ | -------- |
|Added|NA|Module name: ohos.accessibility.config<br>Class name: config|@ohos.accessibility.config.d.ts|
|Added|NA|Module name: ohos.accessibility.config<br>Class name: DaltonizationColorFilter<br>Method or attribute name: type DaltonizationColorFilter = 'Normal' \| 'Protanomaly' \| 'Deuteranomaly' \| 'Tritanomaly';|@ohos.accessibility.config.d.ts|
|Added|NA|Module name: ohos.accessibility.config<br>Class name: DaltonizationColorFilter<br>Method or attribute name: type DaltonizationColorFilter = 'Normal' \| 'Protanomaly' \| 'Deuteranomaly' \| 'Tritanomaly';|@ohos.accessibility.config.d.ts|
|Added|NA|Module name: ohos.accessibility.config<br>Class name: DaltonizationColorFilter<br>Method or attribute name: type DaltonizationColorFilter = 'Normal' \| 'Protanomaly' \| 'Deuteranomaly' \| 'Tritanomaly';|@ohos.accessibility.config.d.ts|
|Added|NA|Module name: ohos.accessibility.config<br>Class name: DaltonizationColorFilter<br>Method or attribute name: type DaltonizationColorFilter = 'Normal' \| 'Protanomaly' \| 'Deuteranomaly' \| 'Tritanomaly';|@ohos.accessibility.config.d.ts|
|Added|NA|Module name: ohos.accessibility.config<br>Class name: config<br>Method or attribute name: var highContrastText: Config\<boolean>;|@ohos.accessibility.config.d.ts|
|Added|NA|Module name: ohos.accessibility.config<br>Class name: config<br>Method or attribute name: var invertColor: Config\<boolean>;|@ohos.accessibility.config.d.ts|
|Added|NA|Module name: ohos.accessibility.config<br>Class name: config<br>Method or attribute name: var daltonizationColorFilter: Config\<DaltonizationColorFilter>;|@ohos.accessibility.config.d.ts|
|Added|NA|Module name: ohos.accessibility.config<br>Class name: config<br>Method or attribute name: var contentTimeout: Config\<number>;|@ohos.accessibility.config.d.ts|
|Added|NA|Module name: ohos.accessibility.config<br>Class name: config<br>Method or attribute name: var animationOff: Config\<boolean>;|@ohos.accessibility.config.d.ts|
|Added|NA|Module name: ohos.accessibility.config<br>Class name: config<br>Method or attribute name: var brightnessDiscount: Config\<number>;|@ohos.accessibility.config.d.ts|
|Added|NA|Module name: ohos.accessibility.config<br>Class name: config<br>Method or attribute name: var mouseKey: Config\<boolean>;|@ohos.accessibility.config.d.ts|
|Added|NA|Module name: ohos.accessibility.config<br>Class name: config<br>Method or attribute name: var mouseAutoClick: Config\<number>;|@ohos.accessibility.config.d.ts|
|Added|NA|Module name: ohos.accessibility.config<br>Class name: config<br>Method or attribute name: var shortkey: Config\<boolean>;|@ohos.accessibility.config.d.ts|
|Added|NA|Module name: ohos.accessibility.config<br>Class name: config<br>Method or attribute name: var shortkeyTarget: Config\<string>;|@ohos.accessibility.config.d.ts|
|Added|NA|Module name: ohos.accessibility.config<br>Class name: config<br>Method or attribute name: var captions: Config\<boolean>;|@ohos.accessibility.config.d.ts|
|Added|NA|Module name: ohos.accessibility.config<br>Class name: config<br>Method or attribute name: var captionsStyle: Config\<accessibility.CaptionsStyle>;|@ohos.accessibility.config.d.ts|
|Added|NA|Module name: ohos.accessibility.config<br>Class name: config<br>Method or attribute name: function enableAbility(name: string, capability: Array\<accessibility.Capability>): Promise\<void>;|@ohos.accessibility.config.d.ts|
|Added|NA|Module name: ohos.accessibility.config<br>Class name: config<br>Method or attribute name: function enableAbility(name: string, capability: Array\<accessibility.Capability>, callback: AsyncCallback\<void>): void;|@ohos.accessibility.config.d.ts|
|Added|NA|Module name: ohos.accessibility.config<br>Class name: config<br>Method or attribute name: function disableAbility(name: string): Promise\<void>;|@ohos.accessibility.config.d.ts|
|Added|NA|Module name: ohos.accessibility.config<br>Class name: config<br>Method or attribute name: function disableAbility(name: string, callback: AsyncCallback\<void>): void;|@ohos.accessibility.config.d.ts|
|Added|NA|Module name: ohos.accessibility.config<br>Class name: config<br>Method or attribute name: function on(type: 'enabledAccessibilityExtensionListChange', callback: Callback\<void>): void;|@ohos.accessibility.config.d.ts|
|Added|NA|Module name: ohos.accessibility.config<br>Class name: config<br>Method or attribute name: function off(type: 'enabledAccessibilityExtensionListChange', callback?: Callback\<void>): void;|@ohos.accessibility.config.d.ts|
|Added|NA|Module name: ohos.accessibility.config<br>Class name: Config|@ohos.accessibility.config.d.ts|
|Added|NA|Module name: ohos.accessibility.config<br>Class name: Config<br>Method or attribute name: set(value: T): Promise\<void>;|@ohos.accessibility.config.d.ts|
|Added|NA|Module name: ohos.accessibility.config<br>Class name: Config<br>Method or attribute name: set(value: T, callback: AsyncCallback\<void>): void;|@ohos.accessibility.config.d.ts|
|Added|NA|Module name: ohos.accessibility.config<br>Class name: Config<br>Method or attribute name: get(): Promise\<T>;|@ohos.accessibility.config.d.ts|
|Added|NA|Module name: ohos.accessibility.config<br>Class name: Config<br>Method or attribute name: get(callback: AsyncCallback\<T>): void;|@ohos.accessibility.config.d.ts|
|Added|NA|Module name: ohos.accessibility.config<br>Class name: Config<br>Method or attribute name: on(callback: Callback\<T>): void;|@ohos.accessibility.config.d.ts|
|Added|NA|Module name: ohos.accessibility.config<br>Class name: Config<br>Method or attribute name: off(callback?: Callback\<T>): void;|@ohos.accessibility.config.d.ts|
|Added|NA|Class name: AbilityType<br>Method or attribute name: type AbilityType = 'audible' \| 'generic' \| 'haptic' \| 'spoken' \| 'visual' \| 'all';|@ohos.accessibility.d.ts|
|Added|NA|Class name: AbilityType<br>Method or attribute name: type AbilityType = 'audible' \| 'generic' \| 'haptic' \| 'spoken' \| 'visual' \| 'all';|@ohos.accessibility.d.ts|
|Added|NA|Class name: AbilityType<br>Method or attribute name: type AbilityType = 'audible' \| 'generic' \| 'haptic' \| 'spoken' \| 'visual' \| 'all';|@ohos.accessibility.d.ts|
|Added|NA|Class name: AbilityType<br>Method or attribute name: type AbilityType = 'audible' \| 'generic' \| 'haptic' \| 'spoken' \| 'visual' \| 'all';|@ohos.accessibility.d.ts|
|Added|NA|Class name: AbilityType<br>Method or attribute name: type AbilityType = 'audible' \| 'generic' \| 'haptic' \| 'spoken' \| 'visual' \| 'all';|@ohos.accessibility.d.ts|
|Added|NA|Class name: AbilityType<br>Method or attribute name: type AbilityType = 'audible' \| 'generic' \| 'haptic' \| 'spoken' \| 'visual' \| 'all';|@ohos.accessibility.d.ts|
|Added|NA|Class name: accessibility<br>Method or attribute name: function getAccessibilityExtensionList(abilityType: AbilityType, stateType: AbilityState): Promise\<Array\<AccessibilityAbilityInfo>>;|@ohos.accessibility.d.ts|
|Added|NA|Class name: accessibility<br>Method or attribute name: function getAccessibilityExtensionList(abilityType: AbilityType, stateType: AbilityState, callback: AsyncCallback\<Array\<AccessibilityAbilityInfo>>): void;|@ohos.accessibility.d.ts|
|Added|NA|Class name: accessibility<br>Method or attribute name: function sendAccessibilityEvent(event: EventInfo, callback: AsyncCallback\<void>): void;|@ohos.accessibility.d.ts|
|Added|NA|Class name: accessibility<br>Method or attribute name: function sendAccessibilityEvent(event: EventInfo): Promise\<void>;|@ohos.accessibility.d.ts|
|Added|NA|Module name: ohos.accessibility<br>Class name: AccessibilityAbilityInfo<br>Method or attribute name: readonly targetBundleNames: Array\<string>;|@ohos.accessibility.d.ts|
|Added|NA|Class name: AccessibilityAbilityInfo<br>Method or attribute name: readonly targetBundleNames: Array\<string>;|@ohos.accessibility.d.ts|
|Added|NA|Module name: ohos.accessibility.GesturePath<br>Class name: GesturePath|@ohos.accessibility.GesturePath.d.ts|
|Added|NA|Module name: ohos.accessibility.GesturePath<br>Class name: GesturePath<br>Method or attribute name: constructor(durationTime: number);|@ohos.accessibility.GesturePath.d.ts|
|Added|NA|Module name: ohos.accessibility.GesturePath<br>Class name: GesturePath<br>Method or attribute name: points: Array\<GesturePoint>;|@ohos.accessibility.GesturePath.d.ts|
|Added|NA|Module name: ohos.accessibility.GesturePath<br>Class name: GesturePath<br>Method or attribute name: durationTime: number;|@ohos.accessibility.GesturePath.d.ts|
|Added|NA|Module name: ohos.accessibility.GesturePoint<br>Class name: GesturePoint|@ohos.accessibility.GesturePoint.d.ts|
|Added|NA|Module name: ohos.accessibility.GesturePoint<br>Class name: GesturePoint<br>Method or attribute name: constructor(positionX: number, positionY: number);|@ohos.accessibility.GesturePoint.d.ts|
|Added|NA|Module name: ohos.accessibility.GesturePoint<br>Class name: GesturePoint<br>Method or attribute name: positionX: number;|@ohos.accessibility.GesturePoint.d.ts|
|Added|NA|Module name: ohos.accessibility.GesturePoint<br>Class name: GesturePoint<br>Method or attribute name: positionY: number;|@ohos.accessibility.GesturePoint.d.ts|
|Added|NA|Module name: ohos.application.AccessibilityExtensionAbility<br>Class name: AccessibilityExtensionAbility|@ohos.application.AccessibilityExtensionAbility.d.ts|
|Added|NA|Module name: ohos.application.AccessibilityExtensionAbility<br>Class name: AccessibilityExtensionAbility<br>Method or attribute name: context: AccessibilityExtensionContext;|@ohos.application.AccessibilityExtensionAbility.d.ts|
|Added|NA|Module name: ohos.application.AccessibilityExtensionAbility<br>Class name: AccessibilityExtensionAbility<br>Method or attribute name: onConnect(): void;|@ohos.application.AccessibilityExtensionAbility.d.ts|
|Added|NA|Module name: ohos.application.AccessibilityExtensionAbility<br>Class name: AccessibilityExtensionAbility<br>Method or attribute name: onDisconnect(): void;|@ohos.application.AccessibilityExtensionAbility.d.ts|
|Added|NA|Module name: ohos.application.AccessibilityExtensionAbility<br>Class name: AccessibilityExtensionAbility<br>Method or attribute name: onAccessibilityEvent(event: AccessibilityEvent): void;|@ohos.application.AccessibilityExtensionAbility.d.ts|
|Added|NA|Module name: ohos.application.AccessibilityExtensionAbility<br>Class name: AccessibilityExtensionAbility<br>Method or attribute name: onKeyEvent(keyEvent: KeyEvent): boolean;|@ohos.application.AccessibilityExtensionAbility.d.ts|
|Added|NA|Module name: ohos.application.AccessibilityExtensionAbility<br>Class name: AccessibilityEvent|@ohos.application.AccessibilityExtensionAbility.d.ts|
|Added|NA|Module name: ohos.application.AccessibilityExtensionAbility<br>Class name: AccessibilityEvent<br>Method or attribute name: eventType: accessibility.EventType \| accessibility.WindowUpdateType \|<br> TouchGuideType \| GestureType \| PageUpdateType;|@ohos.application.AccessibilityExtensionAbility.d.ts|
|Added|NA|Module name: ohos.application.AccessibilityExtensionAbility<br>Class name: AccessibilityEvent<br>Method or attribute name: target?: AccessibilityElement;|@ohos.application.AccessibilityExtensionAbility.d.ts|
|Added|NA|Module name: ohos.application.AccessibilityExtensionAbility<br>Class name: AccessibilityEvent<br>Method or attribute name: timeStamp?: number;|@ohos.application.AccessibilityExtensionAbility.d.ts|
|Added|NA|Module name: AccessibilityExtensionContext<br>Class name: AccessibilityExtensionContext|AccessibilityExtensionContext.d.ts|
|Added|NA|Module name: AccessibilityExtensionContext<br>Class name: AccessibilityExtensionContext<br>Method or attribute name: setTargetBundleName(targetNames: Array\<string>): Promise\<void>;|AccessibilityExtensionContext.d.ts|
|Added|NA|Module name: AccessibilityExtensionContext<br>Class name: AccessibilityExtensionContext<br>Method or attribute name: setTargetBundleName(targetNames: Array\<string>, callback: AsyncCallback\<void>): void;|AccessibilityExtensionContext.d.ts|
|Added|NA|Module name: AccessibilityExtensionContext<br>Class name: AccessibilityExtensionContext<br>Method or attribute name: getFocusElement(isAccessibilityFocus?: boolean): Promise\<AccessibilityElement>;|AccessibilityExtensionContext.d.ts|
|Added|NA|Module name: AccessibilityExtensionContext<br>Class name: AccessibilityExtensionContext<br>Method or attribute name: getFocusElement(callback: AsyncCallback\<AccessibilityElement>): void;|AccessibilityExtensionContext.d.ts|
|Added|NA|Module name: AccessibilityExtensionContext<br>Class name: AccessibilityExtensionContext<br>Method or attribute name: getFocusElement(isAccessibilityFocus: boolean, callback: AsyncCallback\<AccessibilityElement>): void;|AccessibilityExtensionContext.d.ts|
|Added|NA|Module name: AccessibilityExtensionContext<br>Class name: AccessibilityExtensionContext<br>Method or attribute name: getWindowRootElement(windowId?: number): Promise\<AccessibilityElement>;|AccessibilityExtensionContext.d.ts|
|Added|NA|Module name: AccessibilityExtensionContext<br>Class name: AccessibilityExtensionContext<br>Method or attribute name: getWindowRootElement(callback: AsyncCallback\<AccessibilityElement>): void;|AccessibilityExtensionContext.d.ts|
|Added|NA|Module name: AccessibilityExtensionContext<br>Class name: AccessibilityExtensionContext<br>Method or attribute name: getWindowRootElement(windowId: number, callback: AsyncCallback\<AccessibilityElement>): void;|AccessibilityExtensionContext.d.ts|
|Added|NA|Module name: AccessibilityExtensionContext<br>Class name: AccessibilityExtensionContext<br>Method or attribute name: getWindows(displayId?: number): Promise\<Array\<AccessibilityElement>>;|AccessibilityExtensionContext.d.ts|
|Added|NA|Module name: AccessibilityExtensionContext<br>Class name: AccessibilityExtensionContext<br>Method or attribute name: getWindows(callback: AsyncCallback\<Array\<AccessibilityElement>>): void;|AccessibilityExtensionContext.d.ts|
|Added|NA|Module name: AccessibilityExtensionContext<br>Class name: AccessibilityExtensionContext<br>Method or attribute name: getWindows(displayId: number, callback: AsyncCallback\<Array\<AccessibilityElement>>): void;|AccessibilityExtensionContext.d.ts|
|Added|NA|Module name: AccessibilityExtensionContext<br>Class name: AccessibilityExtensionContext<br>Method or attribute name: injectGesture(gesturePath: GesturePath): Promise\<void>;|AccessibilityExtensionContext.d.ts|
|Added|NA|Module name: AccessibilityExtensionContext<br>Class name: AccessibilityExtensionContext<br>Method or attribute name: injectGesture(gesturePath: GesturePath, callback: AsyncCallback\<void>): void;|AccessibilityExtensionContext.d.ts|
|Added|NA|Module name: AccessibilityExtensionContext<br>Class name: AccessibilityElement|AccessibilityExtensionContext.d.ts|
|Added|NA|Module name: AccessibilityExtensionContext<br>Class name: AccessibilityElement<br>Method or attribute name: attributeNames\<T extends keyof ElementAttributeValues>(): Promise\<Array\<T>>;|AccessibilityExtensionContext.d.ts|
|Added|NA|Module name: AccessibilityExtensionContext<br>Class name: AccessibilityElement<br>Method or attribute name: attributeNames\<T extends keyof ElementAttributeValues>(callback: AsyncCallback\<Array\<T>>): void;|AccessibilityExtensionContext.d.ts|
|Added|NA|Module name: AccessibilityExtensionContext<br>Class name: AccessibilityElement<br>Method or attribute name: attributeValue\<T extends keyof ElementAttributeValues>(attributeName: T): Promise\<ElementAttributeValues[T]>;|AccessibilityExtensionContext.d.ts|
|Added|NA|Module name: AccessibilityExtensionContext<br>Class name: AccessibilityElement<br>Method or attribute name: attributeValue\<T extends keyof ElementAttributeValues>(attributeName: T,<br> callback: AsyncCallback\<ElementAttributeValues[T]>): void;|AccessibilityExtensionContext.d.ts|
|Added|NA|Module name: AccessibilityExtensionContext<br>Class name: AccessibilityElement<br>Method or attribute name: actionNames(): Promise\<Array\<string>>;|AccessibilityExtensionContext.d.ts|
|Added|NA|Module name: AccessibilityExtensionContext<br>Class name: AccessibilityElement<br>Method or attribute name: actionNames(callback: AsyncCallback\<Array\<string>>): void;|AccessibilityExtensionContext.d.ts|
|Added|NA|Module name: AccessibilityExtensionContext<br>Class name: AccessibilityElement<br>Method or attribute name: performAction(actionName: string, parameters?: object): Promise\<void>;|AccessibilityExtensionContext.d.ts|
|Added|NA|Module name: AccessibilityExtensionContext<br>Class name: AccessibilityElement<br>Method or attribute name: performAction(actionName: string, callback: AsyncCallback\<void>): void;|AccessibilityExtensionContext.d.ts|
|Added|NA|Module name: AccessibilityExtensionContext<br>Class name: AccessibilityElement<br>Method or attribute name: performAction(actionName: string, parameters: object, callback: AsyncCallback\<void>): void;|AccessibilityExtensionContext.d.ts|
|Added|NA|Module name: AccessibilityExtensionContext<br>Class name: AccessibilityElement<br>Method or attribute name: findElement(type: 'content', condition: string): Promise\<Array\<AccessibilityElement>>;|AccessibilityExtensionContext.d.ts|
|Added|NA|Module name: AccessibilityExtensionContext<br>Class name: AccessibilityElement<br>Method or attribute name: findElement(type: 'content', condition: string, callback: AsyncCallback\<Array\<AccessibilityElement>>): void|AccessibilityExtensionContext.d.ts|
|Added|NA|Module name: AccessibilityExtensionContext<br>Class name: AccessibilityElement<br>Method or attribute name: findElement(type: 'focusType', condition: FocusType): Promise\<AccessibilityElement>;|AccessibilityExtensionContext.d.ts|
|Added|NA|Module name: AccessibilityExtensionContext<br>Class name: AccessibilityElement<br>Method or attribute name: findElement(type: 'focusType', condition: FocusType, callback: AsyncCallback\<AccessibilityElement>): void|AccessibilityExtensionContext.d.ts|
|Added|NA|Module name: AccessibilityExtensionContext<br>Class name: AccessibilityElement<br>Method or attribute name: findElement(type: 'focusDirection', condition: FocusDirection): Promise\<AccessibilityElement>;|AccessibilityExtensionContext.d.ts|
|Added|NA|Module name: AccessibilityExtensionContext<br>Class name: AccessibilityElement<br>Method or attribute name: findElement(type: 'focusDirection', condition: FocusDirection, callback: AsyncCallback\<AccessibilityElement>): void|AccessibilityExtensionContext.d.ts|
|Added|NA|Module name: AccessibilityExtensionContext<br>Class name: Rect|AccessibilityExtensionContext.d.ts|
|Added|NA|Module name: AccessibilityExtensionContext<br>Class name: Rect<br>Method or attribute name: left: number;|AccessibilityExtensionContext.d.ts|
|Added|NA|Module name: AccessibilityExtensionContext<br>Class name: Rect<br>Method or attribute name: top: number;|AccessibilityExtensionContext.d.ts|
|Added|NA|Module name: AccessibilityExtensionContext<br>Class name: Rect<br>Method or attribute name: width: number;|AccessibilityExtensionContext.d.ts|
|Added|NA|Module name: AccessibilityExtensionContext<br>Class name: Rect<br>Method or attribute name: height: number;|AccessibilityExtensionContext.d.ts|
|Deprecated version changed|Class name: accessibility<br>Method or attribute name: function getAbilityLists(abilityType: AbilityType, stateType: AbilityState,<br><br> callback: AsyncCallback\<Array\<AccessibilityAbilityInfo>>): void;<br>Deprecated version: N/A|Class name: accessibility<br>Method or attribute name: function getAbilityLists(abilityType: AbilityType, stateType: AbilityState,<br><br> callback: AsyncCallback\<Array\<AccessibilityAbilityInfo>>): void;<br>Deprecated version: 9<br>Substitute API: ohos.accessibility|@ohos.accessibility.d.ts|
|Deprecated version changed|Class name: accessibility<br>Method or attribute name: function getAbilityLists(abilityType: AbilityType,<br><br> stateType: AbilityState): Promise\<Array\<AccessibilityAbilityInfo>>;<br>Deprecated version: N/A|Class name: accessibility<br>Method or attribute name: function getAbilityLists(abilityType: AbilityType,<br><br> stateType: AbilityState): Promise\<Array\<AccessibilityAbilityInfo>>;<br>Deprecated version: 9<br>Substitute API: ohos.accessibility|@ohos.accessibility.d.ts|
|Deprecated version changed|Class name: accessibility<br>Method or attribute name: function sendEvent(event: EventInfo, callback: AsyncCallback\<void>): void;<br>Deprecated version: N/A|Class name: accessibility<br>Method or attribute name: function sendEvent(event: EventInfo, callback: AsyncCallback\<void>): void;<br>Deprecated version: 9<br>Substitute API: ohos.accessibility|@ohos.accessibility.d.ts|
|Deprecated version changed|Class name: accessibility<br>Method or attribute name: function sendEvent(event: EventInfo): Promise\<void>;<br>Deprecated version: N/A|Class name: accessibility<br>Method or attribute name: function sendEvent(event: EventInfo): Promise\<void>;<br>Deprecated version: 9<br>Substitute API: ohos.accessibility|@ohos.accessibility.d.ts|
|Error code added|NA|Class name: accessibility<br>Method or attribute name: function on(type: 'accessibilityStateChange', callback: Callback\<boolean>): void;<br>Error code: 401|@ohos.accessibility.d.ts|
|Error code added|NA|Class name: accessibility<br>Method or attribute name: function on(type: 'touchGuideStateChange', callback: Callback\<boolean>): void;<br>Error code: 401|@ohos.accessibility.d.ts|
|Error code added|NA|Class name: accessibility<br>Method or attribute name: function off(type: 'accessibilityStateChange', callback?: Callback\<boolean>): void;<br>Error code: 401|@ohos.accessibility.d.ts|
|Error code added|NA|Class name: accessibility<br>Method or attribute name: function off(type: 'touchGuideStateChange', callback?: Callback\<boolean>): void;<br>Error code: 401|@ohos.accessibility.d.ts|
|Error code added|NA|Class name: CaptionsManager<br>Method or attribute name: on(type: 'enableChange', callback: Callback\<boolean>): void;<br>Error code: 401|@ohos.accessibility.d.ts|
|Error code added|NA|Class name: CaptionsManager<br>Method or attribute name: on(type: 'styleChange', callback: Callback\<CaptionsStyle>): void;<br>Error code: 401|@ohos.accessibility.d.ts|
|Error code added|NA|Class name: CaptionsManager<br>Method or attribute name: off(type: 'enableChange', callback?: Callback\<boolean>): void;<br>Error code: 401|@ohos.accessibility.d.ts|
|Error code added|NA|Class name: CaptionsManager<br>Method or attribute name: off(type: 'styleChange', callback?: Callback\<CaptionsStyle>): void;<br>Error code: 401|@ohos.accessibility.d.ts|
| Change Type | Old Version | New Version | d.ts File |
| ---- | ------ | ------ | -------- |
|Added|NA|Class name: AppAccountManager<br>Method or attribute name: createAccount(name: string, callback: AsyncCallback\<void>): void;|@ohos.account.appAccount.d.ts|
|Added|NA|Class name: AppAccountManager<br>Method or attribute name: createAccount(name: string, options: CreateAccountOptions, callback: AsyncCallback\<void>): void;|@ohos.account.appAccount.d.ts|
|Added|NA|Class name: AppAccountManager<br>Method or attribute name: createAccount(name: string, options?: CreateAccountOptions): Promise\<void>;|@ohos.account.appAccount.d.ts|
|Added|NA|Class name: AppAccountManager<br>Method or attribute name: createAccountImplicitly(owner: string, callback: AuthCallback): void;|@ohos.account.appAccount.d.ts|
|Added|NA|Class name: AppAccountManager<br>Method or attribute name: createAccountImplicitly(owner: string, options: CreateAccountImplicitlyOptions, callback: AuthCallback): void;|@ohos.account.appAccount.d.ts|
|Added|NA|Class name: AppAccountManager<br>Method or attribute name: removeAccount(name: string, callback: AsyncCallback\<void>): void;|@ohos.account.appAccount.d.ts|
|Added|NA|Class name: AppAccountManager<br>Method or attribute name: removeAccount(name: string): Promise\<void>;|@ohos.account.appAccount.d.ts|
|Added|NA|Class name: AppAccountManager<br>Method or attribute name: setAppAccess(name: string, bundleName: string, isAccessible: boolean, callback: AsyncCallback\<void>): void;|@ohos.account.appAccount.d.ts|
|Added|NA|Class name: AppAccountManager<br>Method or attribute name: setAppAccess(name: string, bundleName: string, isAccessible: boolean): Promise\<void>;|@ohos.account.appAccount.d.ts|
|Added|NA|Class name: AppAccountManager<br>Method or attribute name: checkAppAccess(name: string, bundleName: string, callback: AsyncCallback\<boolean>): void;|@ohos.account.appAccount.d.ts|
|Added|NA|Class name: AppAccountManager<br>Method or attribute name: checkAppAccess(name: string, bundleName: string): Promise\<boolean>;|@ohos.account.appAccount.d.ts|
|Added|NA|Class name: AppAccountManager<br>Method or attribute name: checkDataSyncEnabled(name: string, callback: AsyncCallback\<boolean>): void;|@ohos.account.appAccount.d.ts|
|Added|NA|Class name: AppAccountManager<br>Method or attribute name: checkDataSyncEnabled(name: string): Promise\<boolean>;|@ohos.account.appAccount.d.ts|
|Added|NA|Class name: AppAccountManager<br>Method or attribute name: setCredential(name: string, credentialType: string, credential: string,<br> callback: AsyncCallback\<void>): void;|@ohos.account.appAccount.d.ts|
|Added|NA|Class name: AppAccountManager<br>Method or attribute name: setCredential(name: string, credentialType: string, credential: string): Promise\<void>;|@ohos.account.appAccount.d.ts|
|Added|NA|Class name: AppAccountManager<br>Method or attribute name: setDataSyncEnabled(name: string, isEnabled: boolean, callback: AsyncCallback\<void>): void;|@ohos.account.appAccount.d.ts|
|Added|NA|Class name: AppAccountManager<br>Method or attribute name: setDataSyncEnabled(name: string, isEnabled: boolean): Promise\<void>;|@ohos.account.appAccount.d.ts|
|Added|NA|Class name: AppAccountManager<br>Method or attribute name: setCustomData(name: string, key: string, value: string, callback: AsyncCallback\<void>): void;|@ohos.account.appAccount.d.ts|
|Added|NA|Class name: AppAccountManager<br>Method or attribute name: setCustomData(name: string, key: string, value: string): Promise\<void>;|@ohos.account.appAccount.d.ts|
|Added|NA|Class name: AppAccountManager<br>Method or attribute name: getAccountsByOwner(owner: string, callback: AsyncCallback\<Array\<AppAccountInfo>>): void;|@ohos.account.appAccount.d.ts|
|Added|NA|Class name: AppAccountManager<br>Method or attribute name: getAccountsByOwner(owner: string): Promise\<Array\<AppAccountInfo>>;|@ohos.account.appAccount.d.ts|
|Added|NA|Class name: AppAccountManager<br>Method or attribute name: getCredential(name: string, credentialType: string, callback: AsyncCallback\<string>): void;|@ohos.account.appAccount.d.ts|
|Added|NA|Class name: AppAccountManager<br>Method or attribute name: getCredential(name: string, credentialType: string): Promise\<string>;|@ohos.account.appAccount.d.ts|
|Added|NA|Class name: AppAccountManager<br>Method or attribute name: getCustomData(name: string, key: string, callback: AsyncCallback\<string>): void;|@ohos.account.appAccount.d.ts|
|Added|NA|Class name: AppAccountManager<br>Method or attribute name: getCustomData(name: string, key: string): Promise\<string>;|@ohos.account.appAccount.d.ts|
|Added|NA|Class name: AppAccountManager<br>Method or attribute name: getCustomDataSync(name: string, key: string): string;|@ohos.account.appAccount.d.ts|
|Added|NA|Class name: AppAccountManager<br>Method or attribute name: on(type: 'accountChange', owners: Array\<string>, callback: Callback\<Array\<AppAccountInfo>>): void;|@ohos.account.appAccount.d.ts|
|Added|NA|Class name: AppAccountManager<br>Method or attribute name: off(type: 'accountChange', callback?: Callback\<Array\<AppAccountInfo>>): void;|@ohos.account.appAccount.d.ts|
|Added|NA|Class name: AppAccountManager<br>Method or attribute name: auth(name: string, owner: string, authType: string, callback: AuthCallback): void;|@ohos.account.appAccount.d.ts|
|Added|NA|Class name: AppAccountManager<br>Method or attribute name: auth(name: string, owner: string, authType: string, options: {[key:string]: Object}, callback: AuthCallback): void;|@ohos.account.appAccount.d.ts|
|Added|NA|Class name: AppAccountManager<br>Method or attribute name: getAuthToken(name: string, owner: string, authType: string, callback: AsyncCallback\<string>): void;|@ohos.account.appAccount.d.ts|
|Added|NA|Class name: AppAccountManager<br>Method or attribute name: getAuthToken(name: string, owner: string, authType: string): Promise\<string>;|@ohos.account.appAccount.d.ts|
|Added|NA|Class name: AppAccountManager<br>Method or attribute name: setAuthToken(name: string, authType: string, token: string, callback: AsyncCallback\<void>): void;|@ohos.account.appAccount.d.ts|
|Added|NA|Class name: AppAccountManager<br>Method or attribute name: setAuthToken(name: string, authType: string, token: string): Promise\<void>;|@ohos.account.appAccount.d.ts|
|Added|NA|Class name: AppAccountManager<br>Method or attribute name: deleteAuthToken(name: string, owner: string, authType: string, token: string, callback: AsyncCallback\<void>): void;|@ohos.account.appAccount.d.ts|
|Added|NA|Class name: AppAccountManager<br>Method or attribute name: deleteAuthToken(name: string, owner: string, authType: string, token: string): Promise\<void>;|@ohos.account.appAccount.d.ts|
|Added|NA|Class name: AppAccountManager<br>Method or attribute name: setAuthTokenVisibility(name: string, authType: string, bundleName: string, isVisible: boolean, callback: AsyncCallback\<void>): void;|@ohos.account.appAccount.d.ts|
|Added|NA|Class name: AppAccountManager<br>Method or attribute name: setAuthTokenVisibility(name: string, authType: string, bundleName: string, isVisible: boolean): Promise\<void>;|@ohos.account.appAccount.d.ts|
|Added|NA|Class name: AppAccountManager<br>Method or attribute name: checkAuthTokenVisibility(name: string, authType: string, bundleName: string, callback: AsyncCallback\<boolean>): void;|@ohos.account.appAccount.d.ts|
|Added|NA|Class name: AppAccountManager<br>Method or attribute name: checkAuthTokenVisibility(name: string, authType: string, bundleName: string): Promise\<boolean>;|@ohos.account.appAccount.d.ts|
|Added|NA|Class name: AppAccountManager<br>Method or attribute name: getAllAuthTokens(name: string, owner: string, callback: AsyncCallback\<Array\<AuthTokenInfo>>): void;|@ohos.account.appAccount.d.ts|
|Added|NA|Class name: AppAccountManager<br>Method or attribute name: getAllAuthTokens(name: string, owner: string): Promise\<Array\<AuthTokenInfo>>;|@ohos.account.appAccount.d.ts|
|Added|NA|Class name: AppAccountManager<br>Method or attribute name: getAuthList(name: string, authType: string, callback: AsyncCallback\<Array\<string>>): void;|@ohos.account.appAccount.d.ts|
|Added|NA|Class name: AppAccountManager<br>Method or attribute name: getAuthList(name: string, authType: string): Promise\<Array\<string>>;|@ohos.account.appAccount.d.ts|
|Added|NA|Class name: AppAccountManager<br>Method or attribute name: getAuthCallback(sessionId: string, callback: AsyncCallback\<AuthCallback>): void;|@ohos.account.appAccount.d.ts|
|Added|NA|Class name: AppAccountManager<br>Method or attribute name: getAuthCallback(sessionId: string): Promise\<AuthCallback>;|@ohos.account.appAccount.d.ts|
|Added|NA|Class name: AppAccountManager<br>Method or attribute name: queryAuthenticatorInfo(owner: string, callback: AsyncCallback\<AuthenticatorInfo>): void;|@ohos.account.appAccount.d.ts|
|Added|NA|Class name: AppAccountManager<br>Method or attribute name: queryAuthenticatorInfo(owner: string): Promise\<AuthenticatorInfo>;|@ohos.account.appAccount.d.ts|
|Added|NA|Class name: AppAccountManager<br>Method or attribute name: checkAccountLabels(name: string, owner: string, labels: Array\<string>, callback: AsyncCallback\<boolean>): void;|@ohos.account.appAccount.d.ts|
|Added|NA|Class name: AppAccountManager<br>Method or attribute name: checkAccountLabels(name: string, owner: string, labels: Array\<string>): Promise\<boolean>;|@ohos.account.appAccount.d.ts|
|Added|NA|Class name: AppAccountManager<br>Method or attribute name: deleteCredential(name: string, credentialType: string, callback: AsyncCallback\<void>): void;|@ohos.account.appAccount.d.ts|
|Added|NA|Class name: AppAccountManager<br>Method or attribute name: deleteCredential(name: string, credentialType: string): Promise\<void>;|@ohos.account.appAccount.d.ts|
|Added|NA|Class name: AppAccountManager<br>Method or attribute name: selectAccountsByOptions(options: SelectAccountsOptions, callback: AsyncCallback\<Array\<AppAccountInfo>>): void;|@ohos.account.appAccount.d.ts|
|Added|NA|Class name: AppAccountManager<br>Method or attribute name: selectAccountsByOptions(options: SelectAccountsOptions): Promise\<Array\<AppAccountInfo>>;|@ohos.account.appAccount.d.ts|
|Added|NA|Class name: AppAccountManager<br>Method or attribute name: verifyCredential(name: string, owner: string, callback: AuthCallback): void;|@ohos.account.appAccount.d.ts|
|Added|NA|Class name: AppAccountManager<br>Method or attribute name: verifyCredential(name: string, owner: string, options: VerifyCredentialOptions, callback: AuthCallback): void;|@ohos.account.appAccount.d.ts|
|Added|NA|Class name: AppAccountManager<br>Method or attribute name: setAuthenticatorProperties(owner: string, callback: AuthCallback): void;|@ohos.account.appAccount.d.ts|
|Added|NA|Class name: AppAccountManager<br>Method or attribute name: setAuthenticatorProperties(owner: string, options: SetPropertiesOptions, callback: AuthCallback): void;|@ohos.account.appAccount.d.ts|
|Added|NA|Module name: ohos.account.appAccount<br>Class name: AuthTokenInfo|@ohos.account.appAccount.d.ts|
|Added|NA|Class name: AuthTokenInfo<br>Method or attribute name: |@ohos.account.appAccount.d.ts|
|Added|NA|Module name: ohos.account.appAccount<br>Class name: AuthTokenInfo<br>Method or attribute name: authType: string;|@ohos.account.appAccount.d.ts|
|Added|NA|Class name: AuthTokenInfo<br>Method or attribute name: authType: string;|@ohos.account.appAccount.d.ts|
|Added|NA|Module name: ohos.account.appAccount<br>Class name: AuthTokenInfo<br>Method or attribute name: token: string;|@ohos.account.appAccount.d.ts|
|Added|NA|Class name: AuthTokenInfo<br>Method or attribute name: token: string;|@ohos.account.appAccount.d.ts|
|Added|NA|Module name: ohos.account.appAccount<br>Class name: AuthTokenInfo<br>Method or attribute name: account?: AppAccountInfo;|@ohos.account.appAccount.d.ts|
|Added|NA|Class name: AuthTokenInfo<br>Method or attribute name: account?: AppAccountInfo;|@ohos.account.appAccount.d.ts|
|Added|NA|Module name: ohos.account.appAccount<br>Class name: AuthResult|@ohos.account.appAccount.d.ts|
|Added|NA|Class name: AuthResult<br>Method or attribute name: |@ohos.account.appAccount.d.ts|
|Added|NA|Module name: ohos.account.appAccount<br>Class name: AuthResult<br>Method or attribute name: account?: AppAccountInfo;|@ohos.account.appAccount.d.ts|
|Added|NA|Class name: AuthResult<br>Method or attribute name: account?: AppAccountInfo;|@ohos.account.appAccount.d.ts|
|Added|NA|Module name: ohos.account.appAccount<br>Class name: AuthResult<br>Method or attribute name: tokenInfo?: AuthTokenInfo;|@ohos.account.appAccount.d.ts|
|Added|NA|Class name: AuthResult<br>Method or attribute name: tokenInfo?: AuthTokenInfo;|@ohos.account.appAccount.d.ts|
|Added|NA|Module name: ohos.account.appAccount<br>Class name: CreateAccountOptions|@ohos.account.appAccount.d.ts|
|Added|NA|Class name: CreateAccountOptions<br>Method or attribute name: |@ohos.account.appAccount.d.ts|
|Added|NA|Module name: ohos.account.appAccount<br>Class name: CreateAccountOptions<br>Method or attribute name: customData?: {[key: string]: string};|@ohos.account.appAccount.d.ts|
|Added|NA|Class name: CreateAccountOptions<br>Method or attribute name: customData?: {[key: string]: string};|@ohos.account.appAccount.d.ts|
|Added|NA|Module name: ohos.account.appAccount<br>Class name: CreateAccountImplicitlyOptions|@ohos.account.appAccount.d.ts|
|Added|NA|Class name: CreateAccountImplicitlyOptions<br>Method or attribute name: |@ohos.account.appAccount.d.ts|
|Added|NA|Module name: ohos.account.appAccount<br>Class name: CreateAccountImplicitlyOptions<br>Method or attribute name: requiredLabels?: Array\<string>;|@ohos.account.appAccount.d.ts|
|Added|NA|Class name: CreateAccountImplicitlyOptions<br>Method or attribute name: requiredLabels?: Array\<string>;|@ohos.account.appAccount.d.ts|
|Added|NA|Module name: ohos.account.appAccount<br>Class name: CreateAccountImplicitlyOptions<br>Method or attribute name: authType?: string;|@ohos.account.appAccount.d.ts|
|Added|NA|Class name: CreateAccountImplicitlyOptions<br>Method or attribute name: authType?: string;|@ohos.account.appAccount.d.ts|
|Added|NA|Module name: ohos.account.appAccount<br>Class name: CreateAccountImplicitlyOptions<br>Method or attribute name: parameters?: {[key:string]: Object};|@ohos.account.appAccount.d.ts|
|Added|NA|Class name: CreateAccountImplicitlyOptions<br>Method or attribute name: parameters?: {[key:string]: Object};|@ohos.account.appAccount.d.ts|
|Added|NA|Module name: ohos.account.appAccount<br>Class name: SelectAccountsOptions|@ohos.account.appAccount.d.ts|
|Added|NA|Class name: SelectAccountsOptions<br>Method or attribute name: |@ohos.account.appAccount.d.ts|
|Added|NA|Module name: ohos.account.appAccount<br>Class name: SelectAccountsOptions<br>Method or attribute name: allowedAccounts?: Array\<AppAccountInfo>;|@ohos.account.appAccount.d.ts|
|Added|NA|Class name: SelectAccountsOptions<br>Method or attribute name: allowedAccounts?: Array\<AppAccountInfo>;|@ohos.account.appAccount.d.ts|
|Added|NA|Module name: ohos.account.appAccount<br>Class name: SelectAccountsOptions<br>Method or attribute name: allowedOwners?: Array\<string>;|@ohos.account.appAccount.d.ts|
|Added|NA|Class name: SelectAccountsOptions<br>Method or attribute name: allowedOwners?: Array\<string>;|@ohos.account.appAccount.d.ts|
|Added|NA|Module name: ohos.account.appAccount<br>Class name: SelectAccountsOptions<br>Method or attribute name: requiredLabels?: Array\<string>;|@ohos.account.appAccount.d.ts|
|Added|NA|Class name: SelectAccountsOptions<br>Method or attribute name: requiredLabels?: Array\<string>;|@ohos.account.appAccount.d.ts|
|Added|NA|Module name: ohos.account.appAccount<br>Class name: VerifyCredentialOptions|@ohos.account.appAccount.d.ts|
|Added|NA|Class name: VerifyCredentialOptions<br>Method or attribute name: |@ohos.account.appAccount.d.ts|
|Added|NA|Module name: ohos.account.appAccount<br>Class name: VerifyCredentialOptions<br>Method or attribute name: credentialType?: string;|@ohos.account.appAccount.d.ts|
|Added|NA|Class name: VerifyCredentialOptions<br>Method or attribute name: credentialType?: string;|@ohos.account.appAccount.d.ts|
|Added|NA|Module name: ohos.account.appAccount<br>Class name: VerifyCredentialOptions<br>Method or attribute name: credential?: string;|@ohos.account.appAccount.d.ts|
|Added|NA|Class name: VerifyCredentialOptions<br>Method or attribute name: credential?: string;|@ohos.account.appAccount.d.ts|
|Added|NA|Module name: ohos.account.appAccount<br>Class name: VerifyCredentialOptions<br>Method or attribute name: parameters?: {[key:string]: Object};|@ohos.account.appAccount.d.ts|
|Added|NA|Class name: VerifyCredentialOptions<br>Method or attribute name: parameters?: {[key:string]: Object};|@ohos.account.appAccount.d.ts|
|Added|NA|Module name: ohos.account.appAccount<br>Class name: SetPropertiesOptions|@ohos.account.appAccount.d.ts|
|Added|NA|Class name: SetPropertiesOptions<br>Method or attribute name: |@ohos.account.appAccount.d.ts|
|Added|NA|Module name: ohos.account.appAccount<br>Class name: SetPropertiesOptions<br>Method or attribute name: properties?: {[key: string]: Object};|@ohos.account.appAccount.d.ts|
|Added|NA|Class name: SetPropertiesOptions<br>Method or attribute name: properties?: {[key: string]: Object};|@ohos.account.appAccount.d.ts|
|Added|NA|Module name: ohos.account.appAccount<br>Class name: SetPropertiesOptions<br>Method or attribute name: parameters?: {[key: string]: Object};|@ohos.account.appAccount.d.ts|
|Added|NA|Class name: SetPropertiesOptions<br>Method or attribute name: parameters?: {[key: string]: Object};|@ohos.account.appAccount.d.ts|
|Added|NA|Class name: Constants<br>Method or attribute name: ACTION_CREATE_ACCOUNT_IMPLICITLY = "createAccountImplicitly"|@ohos.account.appAccount.d.ts|
|Added|NA|Class name: Constants<br>Method or attribute name: ACTION_AUTH = "auth"|@ohos.account.appAccount.d.ts|
|Added|NA|Class name: Constants<br>Method or attribute name: ACTION_VERIFY_CREDENTIAL = "verifyCredential"|@ohos.account.appAccount.d.ts|
|Added|NA|Class name: Constants<br>Method or attribute name: ACTION_SET_AUTHENTICATOR_PROPERTIES = "setAuthenticatorProperties"|@ohos.account.appAccount.d.ts|
|Added|NA|Class name: Constants<br>Method or attribute name: KEY_REQUIRED_LABELS = "requiredLabels"|@ohos.account.appAccount.d.ts|
|Added|NA|Class name: Constants<br>Method or attribute name: KEY_BOOLEAN_RESULT = "booleanResult"|@ohos.account.appAccount.d.ts|
|Added|NA|Module name: ohos.account.appAccount<br>Class name: AuthCallback|@ohos.account.appAccount.d.ts|
|Added|NA|Class name: AuthCallback<br>Method or attribute name: |@ohos.account.appAccount.d.ts|
|Added|NA|Module name: ohos.account.appAccount<br>Class name: AuthCallback<br>Method or attribute name: onResult: (code: number, result?: AuthResult) => void;|@ohos.account.appAccount.d.ts|
|Added|NA|Class name: AuthCallback<br>Method or attribute name: onResult: (code: number, result?: AuthResult) => void;|@ohos.account.appAccount.d.ts|
|Added|NA|Module name: ohos.account.appAccount<br>Class name: AuthCallback<br>Method or attribute name: onRequestRedirected: (request: Want) => void;|@ohos.account.appAccount.d.ts|
|Added|NA|Class name: AuthCallback<br>Method or attribute name: onRequestRedirected: (request: Want) => void;|@ohos.account.appAccount.d.ts|
|Added|NA|Module name: ohos.account.appAccount<br>Class name: AuthCallback<br>Method or attribute name: onRequestContinued?: () => void;|@ohos.account.appAccount.d.ts|
|Added|NA|Class name: AuthCallback<br>Method or attribute name: onRequestContinued?: () => void;|@ohos.account.appAccount.d.ts|
|Added|NA|Class name: Authenticator<br>Method or attribute name: createAccountImplicitly(options: CreateAccountImplicitlyOptions, callback: AuthCallback): void;|@ohos.account.appAccount.d.ts|
|Added|NA|Class name: Authenticator<br>Method or attribute name: auth(name: string, authType: string, options: {[key:string]: Object}, callback: AuthCallback): void;|@ohos.account.appAccount.d.ts|
|Added|NA|Class name: Authenticator<br>Method or attribute name: verifyCredential(name: string, options: VerifyCredentialOptions, callback: AuthCallback): void;|@ohos.account.appAccount.d.ts|
|Added|NA|Class name: Authenticator<br>Method or attribute name: setProperties(options: SetPropertiesOptions, callback: AuthCallback): void;|@ohos.account.appAccount.d.ts|
|Added|NA|Class name: Authenticator<br>Method or attribute name: checkAccountLabels(name: string, labels: Array\<string>, callback: AuthCallback): void;|@ohos.account.appAccount.d.ts|
|Added|NA|Class name: Authenticator<br>Method or attribute name: checkAccountRemovable(name: string, callback: AuthCallback): void;|@ohos.account.appAccount.d.ts|
|Added|NA|Class name: Authenticator<br>Method or attribute name: getRemoteObject(): rpc.RemoteObject;|@ohos.account.appAccount.d.ts|
|Added|NA|Class name: DistributedAccountAbility<br>Method or attribute name: getOsAccountDistributedInfo(callback: AsyncCallback\<DistributedInfo>): void;|@ohos.account.distributedAccount.d.ts|
|Added|NA|Class name: DistributedAccountAbility<br>Method or attribute name: getOsAccountDistributedInfo(): Promise\<DistributedInfo>;|@ohos.account.distributedAccount.d.ts|
|Added|NA|Class name: DistributedAccountAbility<br>Method or attribute name: setOsAccountDistributedInfo(accountInfo: DistributedInfo, callback: AsyncCallback\<void>): void;|@ohos.account.distributedAccount.d.ts|
|Added|NA|Class name: DistributedAccountAbility<br>Method or attribute name: setOsAccountDistributedInfo(accountInfo: DistributedInfo): Promise\<void>;|@ohos.account.distributedAccount.d.ts|
|Added|NA|Class name: DistributedInfo<br>Method or attribute name: nickname?: string;|@ohos.account.distributedAccount.d.ts|
|Added|NA|Class name: DistributedInfo<br>Method or attribute name: avatar?: string;|@ohos.account.distributedAccount.d.ts|
|Added|NA|Class name: AccountManager<br>Method or attribute name: checkMultiOsAccountEnabled(callback: AsyncCallback\<boolean>): void;|@ohos.account.osAccount.d.ts|
|Added|NA|Class name: AccountManager<br>Method or attribute name: checkMultiOsAccountEnabled(): Promise\<boolean>;|@ohos.account.osAccount.d.ts|
|Added|NA|Class name: AccountManager<br>Method or attribute name: checkOsAccountActivated(localId: number, callback: AsyncCallback\<boolean>): void;|@ohos.account.osAccount.d.ts|
|Added|NA|Class name: AccountManager<br>Method or attribute name: checkOsAccountActivated(localId: number): Promise\<boolean>;|@ohos.account.osAccount.d.ts|
|Added|NA|Class name: AccountManager<br>Method or attribute name: checkOsAccountConstraintEnabled(localId: number, constraint: string, callback: AsyncCallback\<boolean>): void;|@ohos.account.osAccount.d.ts|
|Added|NA|Class name: AccountManager<br>Method or attribute name: checkOsAccountConstraintEnabled(localId: number, constraint: string): Promise\<boolean>;|@ohos.account.osAccount.d.ts|
|Added|NA|Class name: AccountManager<br>Method or attribute name: checkOsAccountTestable(callback: AsyncCallback\<boolean>): void;|@ohos.account.osAccount.d.ts|
|Added|NA|Class name: AccountManager<br>Method or attribute name: checkOsAccountTestable(): Promise\<boolean>;|@ohos.account.osAccount.d.ts|
|Added|NA|Class name: AccountManager<br>Method or attribute name: checkOsAccountVerified(callback: AsyncCallback\<boolean>): void;|@ohos.account.osAccount.d.ts|
|Added|NA|Class name: AccountManager<br>Method or attribute name: checkOsAccountVerified(): Promise\<boolean>;|@ohos.account.osAccount.d.ts|
|Added|NA|Class name: AccountManager<br>Method or attribute name: checkOsAccountVerified(localId: number, callback: AsyncCallback\<boolean>): void;|@ohos.account.osAccount.d.ts|
|Added|NA|Class name: AccountManager<br>Method or attribute name: checkOsAccountVerified(localId: number): Promise\<boolean>;|@ohos.account.osAccount.d.ts|
|Added|NA|Class name: AccountManager<br>Method or attribute name: getOsAccountCount(callback: AsyncCallback\<number>): void;|@ohos.account.osAccount.d.ts|
|Added|NA|Class name: AccountManager<br>Method or attribute name: getOsAccountCount(): Promise\<number>;|@ohos.account.osAccount.d.ts|
|Added|NA|Class name: AccountManager<br>Method or attribute name: getOsAccountLocalId(callback: AsyncCallback\<number>): void;|@ohos.account.osAccount.d.ts|
|Added|NA|Class name: AccountManager<br>Method or attribute name: getOsAccountLocalId(): Promise\<number>;|@ohos.account.osAccount.d.ts|
|Added|NA|Class name: AccountManager<br>Method or attribute name: getOsAccountLocalIdForUid(uid: number, callback: AsyncCallback\<number>): void;|@ohos.account.osAccount.d.ts|
|Added|NA|Class name: AccountManager<br>Method or attribute name: getOsAccountLocalIdForUid(uid: number): Promise\<number>;|@ohos.account.osAccount.d.ts|
|Added|NA|Class name: AccountManager<br>Method or attribute name: getOsAccountLocalIdForDomain(domainInfo: DomainAccountInfo, callback: AsyncCallback\<number>): void;|@ohos.account.osAccount.d.ts|
|Added|NA|Class name: AccountManager<br>Method or attribute name: getOsAccountLocalIdForDomain(domainInfo: DomainAccountInfo): Promise\<number>;|@ohos.account.osAccount.d.ts|
|Added|NA|Class name: AccountManager<br>Method or attribute name: getOsAccountConstraints(localId: number, callback: AsyncCallback\<Array\<string>>): void;|@ohos.account.osAccount.d.ts|
|Added|NA|Class name: AccountManager<br>Method or attribute name: getOsAccountConstraints(localId: number): Promise\<Array\<string>>;|@ohos.account.osAccount.d.ts|
|Added|NA|Class name: AccountManager<br>Method or attribute name: getActivatedOsAccountLocalIds(callback: AsyncCallback\<Array\<number>>): void;|@ohos.account.osAccount.d.ts|
|Added|NA|Class name: AccountManager<br>Method or attribute name: getActivatedOsAccountLocalIds(): Promise\<Array\<number>>;|@ohos.account.osAccount.d.ts|
|Added|NA|Class name: AccountManager<br>Method or attribute name: getCurrentOsAccount(callback: AsyncCallback\<OsAccountInfo>): void;|@ohos.account.osAccount.d.ts|
|Added|NA|Class name: AccountManager<br>Method or attribute name: getCurrentOsAccount(): Promise\<OsAccountInfo>;|@ohos.account.osAccount.d.ts|
|Added|NA|Class name: AccountManager<br>Method or attribute name: getOsAccountType(callback: AsyncCallback\<OsAccountType>): void;|@ohos.account.osAccount.d.ts|
|Added|NA|Class name: AccountManager<br>Method or attribute name: getOsAccountType(): Promise\<OsAccountType>;|@ohos.account.osAccount.d.ts|
|Added|NA|Class name: AccountManager<br>Method or attribute name: queryDistributedVirtualDeviceId(callback: AsyncCallback\<string>): void;|@ohos.account.osAccount.d.ts|
|Added|NA|Class name: AccountManager<br>Method or attribute name: queryDistributedVirtualDeviceId(): Promise\<string>;|@ohos.account.osAccount.d.ts|
|Added|NA|Class name: AccountManager<br>Method or attribute name: getOsAccountLocalIdForSerialNumber(serialNumber: number, callback: AsyncCallback\<number>): void;|@ohos.account.osAccount.d.ts|
|Added|NA|Class name: AccountManager<br>Method or attribute name: getOsAccountLocalIdForSerialNumber(serialNumber: number): Promise\<number>;|@ohos.account.osAccount.d.ts|
|Added|NA|Class name: AccountManager<br>Method or attribute name: getSerialNumberForOsAccountLocalId(localId: number, callback: AsyncCallback\<number>): void;|@ohos.account.osAccount.d.ts|
|Added|NA|Class name: AccountManager<br>Method or attribute name: getSerialNumberForOsAccountLocalId(localId: number): Promise\<number>;|@ohos.account.osAccount.d.ts|
|Added|NA|Class name: AccountManager<br>Method or attribute name: getBundleIdForUid(uid: number, callback: AsyncCallback\<number>): void;|@ohos.account.osAccount.d.ts|
|Added|NA|Class name: AccountManager<br>Method or attribute name: getBundleIdForUid(uid: number): Promise\<number>;|@ohos.account.osAccount.d.ts|
|Added|NA|Class name: AccountManager<br>Method or attribute name: isMainOsAccount(callback: AsyncCallback\<boolean>): void;|@ohos.account.osAccount.d.ts|
|Added|NA|Class name: AccountManager<br>Method or attribute name: isMainOsAccount(): Promise\<boolean>;|@ohos.account.osAccount.d.ts|
|Added|NA|Class name: AccountManager<br>Method or attribute name: getOsAccountConstraintSourceTypes(localId: number, constraint: string, callback: AsyncCallback\<Array\<ConstraintSourceTypeInfo>>): void;|@ohos.account.osAccount.d.ts|
|Added|NA|Class name: AccountManager<br>Method or attribute name: getOsAccountConstraintSourceTypes(localId: number, constraint: string): Promise\<Array\<ConstraintSourceTypeInfo>>;|@ohos.account.osAccount.d.ts|
|Added|NA|Module name: ohos.account.osAccount<br>Class name: InputerManager|@ohos.account.osAccount.d.ts|
|Added|NA|Class name: InputerManager<br>Method or attribute name: |@ohos.account.osAccount.d.ts|
|Added|NA|Module name: ohos.account.osAccount<br>Class name: InputerManager<br>Method or attribute name: static registerInputer(authType: AuthType, inputer: IInputer): void;|@ohos.account.osAccount.d.ts|
|Added|NA|Class name: InputerManager<br>Method or attribute name: static registerInputer(authType: AuthType, inputer: IInputer): void;|@ohos.account.osAccount.d.ts|
|Added|NA|Module name: ohos.account.osAccount<br>Class name: InputerManager<br>Method or attribute name: static unregisterInputer(authType: AuthType): void;|@ohos.account.osAccount.d.ts|
|Added|NA|Class name: InputerManager<br>Method or attribute name: static unregisterInputer(authType: AuthType): void;|@ohos.account.osAccount.d.ts|
|Added|NA|Module name: ohos.account.osAccount<br>Class name: DomainPlugin|@ohos.account.osAccount.d.ts|
|Added|NA|Class name: DomainPlugin<br>Method or attribute name: |@ohos.account.osAccount.d.ts|
|Added|NA|Module name: ohos.account.osAccount<br>Class name: DomainPlugin<br>Method or attribute name: auth(domainAccountInfo: DomainAccountInfo, credential: Uint8Array, callback: IUserAuthCallback): void;|@ohos.account.osAccount.d.ts|
|Added|NA|Class name: DomainPlugin<br>Method or attribute name: auth(domainAccountInfo: DomainAccountInfo, credential: Uint8Array, callback: IUserAuthCallback): void;|@ohos.account.osAccount.d.ts|
|Added|NA|Module name: ohos.account.osAccount<br>Class name: DomainAccountManager|@ohos.account.osAccount.d.ts|
|Added|NA|Class name: DomainAccountManager<br>Method or attribute name: |@ohos.account.osAccount.d.ts|
|Added|NA|Module name: ohos.account.osAccount<br>Class name: DomainAccountManager<br>Method or attribute name: static registerPlugin(plugin: DomainPlugin): void;|@ohos.account.osAccount.d.ts|
|Added|NA|Class name: DomainAccountManager<br>Method or attribute name: static registerPlugin(plugin: DomainPlugin): void;|@ohos.account.osAccount.d.ts|
|Added|NA|Module name: ohos.account.osAccount<br>Class name: DomainAccountManager<br>Method or attribute name: static unregisterPlugin(): void;|@ohos.account.osAccount.d.ts|
|Added|NA|Class name: DomainAccountManager<br>Method or attribute name: static unregisterPlugin(): void;|@ohos.account.osAccount.d.ts|
|Added|NA|Class name: UserIdentityManager<br>Method or attribute name: getAuthInfo(callback: AsyncCallback\<Array\<EnrolledCredInfo>>): void;|@ohos.account.osAccount.d.ts|
|Added|NA|Class name: UserIdentityManager<br>Method or attribute name: getAuthInfo(authType: AuthType, callback: AsyncCallback\<Array\<EnrolledCredInfo>>): void;|@ohos.account.osAccount.d.ts|
|Added|NA|Module name: ohos.account.osAccount<br>Class name: AuthType<br>Method or attribute name: DOMAIN = 1024|@ohos.account.osAccount.d.ts|
|Added|NA|Class name: AuthType<br>Method or attribute name: DOMAIN = 1024|@ohos.account.osAccount.d.ts|
|Added|NA|Module name: ohos.account.osAccount<br>Class name: AuthSubType<br>Method or attribute name: DOMAIN_MIXED = 10240001|@ohos.account.osAccount.d.ts|
|Added|NA|Class name: AuthSubType<br>Method or attribute name: DOMAIN_MIXED = 10240001|@ohos.account.osAccount.d.ts|
|Added|NA|Module name: ohos.account.osAccount<br>Class name: ConstraintSourceType|@ohos.account.osAccount.d.ts|
|Added|NA|Class name: ConstraintSourceType<br>Method or attribute name: |@ohos.account.osAccount.d.ts|
|Added|NA|Module name: ohos.account.osAccount<br>Class name: ConstraintSourceType<br>Method or attribute name: CONSTRAINT_NOT_EXIST = 0|@ohos.account.osAccount.d.ts|
|Added|NA|Class name: ConstraintSourceType<br>Method or attribute name: CONSTRAINT_NOT_EXIST = 0|@ohos.account.osAccount.d.ts|
|Added|NA|Module name: ohos.account.osAccount<br>Class name: ConstraintSourceType<br>Method or attribute name: CONSTRAINT_TYPE_BASE = 1|@ohos.account.osAccount.d.ts|
|Added|NA|Class name: ConstraintSourceType<br>Method or attribute name: CONSTRAINT_TYPE_BASE = 1|@ohos.account.osAccount.d.ts|
|Added|NA|Module name: ohos.account.osAccount<br>Class name: ConstraintSourceType<br>Method or attribute name: CONSTRAINT_TYPE_DEVICE_OWNER = 2|@ohos.account.osAccount.d.ts|
|Added|NA|Class name: ConstraintSourceType<br>Method or attribute name: CONSTRAINT_TYPE_DEVICE_OWNER = 2|@ohos.account.osAccount.d.ts|
|Added|NA|Module name: ohos.account.osAccount<br>Class name: ConstraintSourceType<br>Method or attribute name: CONSTRAINT_TYPE_PROFILE_OWNER = 3|@ohos.account.osAccount.d.ts|
|Added|NA|Class name: ConstraintSourceType<br>Method or attribute name: CONSTRAINT_TYPE_PROFILE_OWNER = 3|@ohos.account.osAccount.d.ts|
|Added|NA|Module name: ohos.account.osAccount<br>Class name: ConstraintSourceTypeInfo|@ohos.account.osAccount.d.ts|
|Added|NA|Class name: ConstraintSourceTypeInfo<br>Method or attribute name: |@ohos.account.osAccount.d.ts|
|Added|NA|Module name: ohos.account.osAccount<br>Class name: ConstraintSourceTypeInfo<br>Method or attribute name: localId: number;|@ohos.account.osAccount.d.ts|
|Added|NA|Class name: ConstraintSourceTypeInfo<br>Method or attribute name: localId: number;|@ohos.account.osAccount.d.ts|
|Added|NA|Module name: ohos.account.osAccount<br>Class name: ConstraintSourceTypeInfo<br>Method or attribute name: type: ConstraintSourceType;|@ohos.account.osAccount.d.ts|
|Added|NA|Class name: ConstraintSourceTypeInfo<br>Method or attribute name: type: ConstraintSourceType;|@ohos.account.osAccount.d.ts|
|Deprecated version changed|Class name: AppAccountManager<br>Method or attribute name: addAccount(name: string, callback: AsyncCallback\<void>): void;<br>Deprecated version: N/A|Class name: AppAccountManager<br>Method or attribute name: addAccount(name: string, callback: AsyncCallback\<void>): void;<br>Deprecated version: 9<br>Substitute API: appAccount.AppAccountManager|@ohos.account.appAccount.d.ts|
|Deprecated version changed|Class name: AppAccountManager<br>Method or attribute name: addAccount(name: string, extraInfo: string, callback: AsyncCallback\<void>): void;<br>Deprecated version: N/A|Class name: AppAccountManager<br>Method or attribute name: addAccount(name: string, extraInfo: string, callback: AsyncCallback\<void>): void;<br>Deprecated version: 9<br>Substitute API: appAccount.AppAccountManager|@ohos.account.appAccount.d.ts|
|Deprecated version changed|Class name: AppAccountManager<br>Method or attribute name: addAccount(name: string, extraInfo?: string): Promise\<void>;<br>Deprecated version: N/A|Class name: AppAccountManager<br>Method or attribute name: addAccount(name: string, extraInfo?: string): Promise\<void>;<br>Deprecated version: 9<br>Substitute API: appAccount.AppAccountManager|@ohos.account.appAccount.d.ts|
|Deprecated version changed|Class name: AppAccountManager<br>Method or attribute name: addAccountImplicitly(owner: string, authType: string, options: {[key: string]: any}, callback: AuthenticatorCallback): void;<br>Deprecated version: N/A|Class name: AppAccountManager<br>Method or attribute name: addAccountImplicitly(owner: string, authType: string, options: {[key: string]: any}, callback: AuthenticatorCallback): void;<br>Deprecated version: 9<br>Substitute API: appAccount.AppAccountManager|@ohos.account.appAccount.d.ts|
|Deprecated version changed|Class name: AppAccountManager<br>Method or attribute name: deleteAccount(name: string, callback: AsyncCallback\<void>): void;<br>Deprecated version: N/A|Class name: AppAccountManager<br>Method or attribute name: deleteAccount(name: string, callback: AsyncCallback\<void>): void;<br>Deprecated version: 9<br>Substitute API: appAccount.AppAccountManager|@ohos.account.appAccount.d.ts|
|Deprecated version changed|Class name: AppAccountManager<br>Method or attribute name: deleteAccount(name: string): Promise\<void>;<br>Deprecated version: N/A|Class name: AppAccountManager<br>Method or attribute name: deleteAccount(name: string): Promise\<void>;<br>Deprecated version: 9<br>Substitute API: appAccount.AppAccountManager|@ohos.account.appAccount.d.ts|
|Deprecated version changed|Class name: AppAccountManager<br>Method or attribute name: disableAppAccess(name: string, bundleName: string, callback: AsyncCallback\<void>): void;<br>Deprecated version: N/A|Class name: AppAccountManager<br>Method or attribute name: disableAppAccess(name: string, bundleName: string, callback: AsyncCallback\<void>): void;<br>Deprecated version: 9<br>Substitute API: appAccount.AppAccountManager|@ohos.account.appAccount.d.ts|
|Deprecated version changed|Class name: AppAccountManager<br>Method or attribute name: disableAppAccess(name: string, bundleName: string): Promise\<void>;<br>Deprecated version: N/A|Class name: AppAccountManager<br>Method or attribute name: disableAppAccess(name: string, bundleName: string): Promise\<void>;<br>Deprecated version: 9<br>Substitute API: appAccount.AppAccountManager|@ohos.account.appAccount.d.ts|
|Deprecated version changed|Class name: AppAccountManager<br>Method or attribute name: enableAppAccess(name: string, bundleName: string, callback: AsyncCallback\<void>): void;<br>Deprecated version: N/A|Class name: AppAccountManager<br>Method or attribute name: enableAppAccess(name: string, bundleName: string, callback: AsyncCallback\<void>): void;<br>Deprecated version: 9<br>Substitute API: appAccount.AppAccountManager|@ohos.account.appAccount.d.ts|
|Deprecated version changed|Class name: AppAccountManager<br>Method or attribute name: enableAppAccess(name: string, bundleName: string): Promise\<void>;<br>Deprecated version: N/A|Class name: AppAccountManager<br>Method or attribute name: enableAppAccess(name: string, bundleName: string): Promise\<void>;<br>Deprecated version: 9<br>Substitute API: appAccount.AppAccountManager|@ohos.account.appAccount.d.ts|
|Deprecated version changed|Class name: AppAccountManager<br>Method or attribute name: checkAppAccountSyncEnable(name: string, callback: AsyncCallback\<boolean>): void;<br>Deprecated version: N/A|Class name: AppAccountManager<br>Method or attribute name: checkAppAccountSyncEnable(name: string, callback: AsyncCallback\<boolean>): void;<br>Deprecated version: 9<br>Substitute API: appAccount.AppAccountManager|@ohos.account.appAccount.d.ts|
|Deprecated version changed|Class name: AppAccountManager<br>Method or attribute name: checkAppAccountSyncEnable(name: string): Promise\<boolean>;<br>Deprecated version: N/A|Class name: AppAccountManager<br>Method or attribute name: checkAppAccountSyncEnable(name: string): Promise\<boolean>;<br>Deprecated version: 9<br>Substitute API: appAccount.AppAccountManager|@ohos.account.appAccount.d.ts|
|Deprecated version changed|Class name: AppAccountManager<br>Method or attribute name: setAccountCredential(name: string, credentialType: string, credential: string,<br> callback: AsyncCallback\<void>): void;<br>Deprecated version: N/A|Class name: AppAccountManager<br>Method or attribute name: setAccountCredential(name: string, credentialType: string, credential: string,<br> callback: AsyncCallback\<void>): void;<br>Deprecated version: 9<br>Substitute API: appAccount.AppAccountManager|@ohos.account.appAccount.d.ts|
|Deprecated version changed|Class name: AppAccountManager<br>Method or attribute name: setAccountCredential(name: string, credentialType: string, credential: string): Promise\<void>;<br>Deprecated version: N/A|Class name: AppAccountManager<br>Method or attribute name: setAccountCredential(name: string, credentialType: string, credential: string): Promise\<void>;<br>Deprecated version: 9<br>Substitute API: appAccount.AppAccountManager|@ohos.account.appAccount.d.ts|
|Deprecated version changed|Class name: AppAccountManager<br>Method or attribute name: setAccountExtraInfo(name: string, extraInfo: string, callback: AsyncCallback\<void>): void;<br>Deprecated version: N/A|Class name: AppAccountManager<br>Method or attribute name: setAccountExtraInfo(name: string, extraInfo: string, callback: AsyncCallback\<void>): void;<br>Deprecated version: 9<br>Substitute API: appAccount.AppAccountManager|@ohos.account.appAccount.d.ts|
|Deprecated version changed|Class name: AppAccountManager<br>Method or attribute name: setAccountExtraInfo(name: string, extraInfo: string): Promise\<void>;<br>Deprecated version: N/A|Class name: AppAccountManager<br>Method or attribute name: setAccountExtraInfo(name: string, extraInfo: string): Promise\<void>;<br>Deprecated version: 9<br>Substitute API: appAccount.AppAccountManager|@ohos.account.appAccount.d.ts|
|Deprecated version changed|Class name: AppAccountManager<br>Method or attribute name: setAppAccountSyncEnable(name: string, isEnable: boolean, callback: AsyncCallback\<void>): void;<br>Deprecated version: N/A|Class name: AppAccountManager<br>Method or attribute name: setAppAccountSyncEnable(name: string, isEnable: boolean, callback: AsyncCallback\<void>): void;<br>Deprecated version: 9<br>Substitute API: appAccount.AppAccountManager|@ohos.account.appAccount.d.ts|
|Deprecated version changed|Class name: AppAccountManager<br>Method or attribute name: setAppAccountSyncEnable(name: string, isEnable: boolean): Promise\<void>;<br>Deprecated version: N/A|Class name: AppAccountManager<br>Method or attribute name: setAppAccountSyncEnable(name: string, isEnable: boolean): Promise\<void>;<br>Deprecated version: 9<br>Substitute API: appAccount.AppAccountManager|@ohos.account.appAccount.d.ts|
|Deprecated version changed|Class name: AppAccountManager<br>Method or attribute name: setAssociatedData(name: string, key: string, value: string, callback: AsyncCallback\<void>): void;<br>Deprecated version: N/A|Class name: AppAccountManager<br>Method or attribute name: setAssociatedData(name: string, key: string, value: string, callback: AsyncCallback\<void>): void;<br>Deprecated version: 9<br>Substitute API: appAccount.AppAccountManager|@ohos.account.appAccount.d.ts|
|Deprecated version changed|Class name: AppAccountManager<br>Method or attribute name: setAssociatedData(name: string, key: string, value: string): Promise\<void>;<br>Deprecated version: N/A|Class name: AppAccountManager<br>Method or attribute name: setAssociatedData(name: string, key: string, value: string): Promise\<void>;<br>Deprecated version: 9<br>Substitute API: appAccount.AppAccountManager|@ohos.account.appAccount.d.ts|
|Deprecated version changed|Class name: AppAccountManager<br>Method or attribute name: getAllAccessibleAccounts(callback: AsyncCallback\<Array\<AppAccountInfo>>): void;<br>Deprecated version: N/A|Class name: AppAccountManager<br>Method or attribute name: getAllAccessibleAccounts(callback: AsyncCallback\<Array\<AppAccountInfo>>): void;<br>Deprecated version: 9<br>Substitute API: appAccount.AppAccountManager|@ohos.account.appAccount.d.ts|
|Deprecated version changed|Class name: AppAccountManager<br>Method or attribute name: getAllAccessibleAccounts(): Promise\<Array\<AppAccountInfo>>;<br>Deprecated version: N/A|Class name: AppAccountManager<br>Method or attribute name: getAllAccessibleAccounts(): Promise\<Array\<AppAccountInfo>>;<br>Deprecated version: 9<br>Substitute API: appAccount.AppAccountManager|@ohos.account.appAccount.d.ts|
|Deprecated version changed|Class name: AppAccountManager<br>Method or attribute name: getAllAccounts(owner: string, callback: AsyncCallback\<Array\<AppAccountInfo>>): void;<br>Deprecated version: N/A|Class name: AppAccountManager<br>Method or attribute name: getAllAccounts(owner: string, callback: AsyncCallback\<Array\<AppAccountInfo>>): void;<br>Deprecated version: 9<br>Substitute API: appAccount.AppAccountManager|@ohos.account.appAccount.d.ts|
|Deprecated version changed|Class name: AppAccountManager<br>Method or attribute name: getAllAccounts(owner: string): Promise\<Array\<AppAccountInfo>>;<br>Deprecated version: N/A|Class name: AppAccountManager<br>Method or attribute name: getAllAccounts(owner: string): Promise\<Array\<AppAccountInfo>>;<br>Deprecated version: 9<br>Substitute API: appAccount.AppAccountManager|@ohos.account.appAccount.d.ts|
|Deprecated version changed|Class name: AppAccountManager<br>Method or attribute name: getAccountCredential(name: string, credentialType: string, callback: AsyncCallback\<string>): void;<br>Deprecated version: N/A|Class name: AppAccountManager<br>Method or attribute name: getAccountCredential(name: string, credentialType: string, callback: AsyncCallback\<string>): void;<br>Deprecated version: 9<br>Substitute API: appAccount.AppAccountManager|@ohos.account.appAccount.d.ts|
|Deprecated version changed|Class name: AppAccountManager<br>Method or attribute name: getAccountCredential(name: string, credentialType: string): Promise\<string>;<br>Deprecated version: N/A|Class name: AppAccountManager<br>Method or attribute name: getAccountCredential(name: string, credentialType: string): Promise\<string>;<br>Deprecated version: 9<br>Substitute API: appAccount.AppAccountManager|@ohos.account.appAccount.d.ts|
|Deprecated version changed|Class name: AppAccountManager<br>Method or attribute name: getAccountExtraInfo(name: string, callback: AsyncCallback\<string>): void;<br>Deprecated version: N/A|Class name: AppAccountManager<br>Method or attribute name: getAccountExtraInfo(name: string, callback: AsyncCallback\<string>): void;<br>Deprecated version: 9<br>Substitute API: appAccount.AppAccountManager|@ohos.account.appAccount.d.ts|
|Deprecated version changed|Class name: AppAccountManager<br>Method or attribute name: getAccountExtraInfo(name: string): Promise\<string>;<br>Deprecated version: N/A|Class name: AppAccountManager<br>Method or attribute name: getAccountExtraInfo(name: string): Promise\<string>;<br>Deprecated version: 9<br>Substitute API: appAccount.AppAccountManager|@ohos.account.appAccount.d.ts|
|Deprecated version changed|Class name: AppAccountManager<br>Method or attribute name: getAssociatedData(name: string, key: string, callback: AsyncCallback\<string>): void;<br>Deprecated version: N/A|Class name: AppAccountManager<br>Method or attribute name: getAssociatedData(name: string, key: string, callback: AsyncCallback\<string>): void;<br>Deprecated version: 9<br>Substitute API: appAccount.AppAccountManager|@ohos.account.appAccount.d.ts|
|Deprecated version changed|Class name: AppAccountManager<br>Method or attribute name: getAssociatedData(name: string, key: string): Promise\<string>;<br>Deprecated version: N/A|Class name: AppAccountManager<br>Method or attribute name: getAssociatedData(name: string, key: string): Promise\<string>;<br>Deprecated version: 9<br>Substitute API: appAccount.AppAccountManager|@ohos.account.appAccount.d.ts|
|Deprecated version changed|Class name: AppAccountManager<br>Method or attribute name: on(type: 'change', owners: Array\<string>, callback: Callback\<Array\<AppAccountInfo>>): void;<br>Deprecated version: N/A|Class name: AppAccountManager<br>Method or attribute name: on(type: 'change', owners: Array\<string>, callback: Callback\<Array\<AppAccountInfo>>): void;<br>Deprecated version: 9<br>Substitute API: appAccount.AppAccountManager|@ohos.account.appAccount.d.ts|
|Deprecated version changed|Class name: AppAccountManager<br>Method or attribute name: off(type: 'change', callback?: Callback\<Array\<AppAccountInfo>>): void;<br>Deprecated version: N/A|Class name: AppAccountManager<br>Method or attribute name: off(type: 'change', callback?: Callback\<Array\<AppAccountInfo>>): void;<br>Deprecated version: 9<br>Substitute API: appAccount.AppAccountManager|@ohos.account.appAccount.d.ts|
|Deprecated version changed|Class name: AppAccountManager<br>Method or attribute name: authenticate(name: string, owner: string, authType: string, options: {[key: string]: any}, callback: AuthenticatorCallback): void;<br>Deprecated version: N/A|Class name: AppAccountManager<br>Method or attribute name: authenticate(name: string, owner: string, authType: string, options: {[key: string]: any}, callback: AuthenticatorCallback): void;<br>Deprecated version: 9<br>Substitute API: appAccount.AppAccountManager|@ohos.account.appAccount.d.ts|
|Deprecated version changed|Class name: AppAccountManager<br>Method or attribute name: getOAuthToken(name: string, owner: string, authType: string, callback: AsyncCallback\<string>): void;<br>Deprecated version: N/A|Class name: AppAccountManager<br>Method or attribute name: getOAuthToken(name: string, owner: string, authType: string, callback: AsyncCallback\<string>): void;<br>Deprecated version: 9<br>Substitute API: appAccount.AppAccountManager|@ohos.account.appAccount.d.ts|
|Deprecated version changed|Class name: AppAccountManager<br>Method or attribute name: getOAuthToken(name: string, owner: string, authType: string): Promise\<string>;<br>Deprecated version: N/A|Class name: AppAccountManager<br>Method or attribute name: getOAuthToken(name: string, owner: string, authType: string): Promise\<string>;<br>Deprecated version: 9<br>Substitute API: appAccount.AppAccountManager|@ohos.account.appAccount.d.ts|
|Deprecated version changed|Class name: AppAccountManager<br>Method or attribute name: setOAuthToken(name: string, authType: string, token: string, callback: AsyncCallback\<void>): void;<br>Deprecated version: N/A|Class name: AppAccountManager<br>Method or attribute name: setOAuthToken(name: string, authType: string, token: string, callback: AsyncCallback\<void>): void;<br>Deprecated version: 9<br>Substitute API: appAccount.AppAccountManager|@ohos.account.appAccount.d.ts|
|Deprecated version changed|Class name: AppAccountManager<br>Method or attribute name: setOAuthToken(name: string, authType: string, token: string): Promise\<void>;<br>Deprecated version: N/A|Class name: AppAccountManager<br>Method or attribute name: setOAuthToken(name: string, authType: string, token: string): Promise\<void>;<br>Deprecated version: 9<br>Substitute API: appAccount.AppAccountManager|@ohos.account.appAccount.d.ts|
|Deprecated version changed|Class name: AppAccountManager<br>Method or attribute name: deleteOAuthToken(name: string, owner: string, authType: string, token: string, callback: AsyncCallback\<void>): void;<br>Deprecated version: N/A|Class name: AppAccountManager<br>Method or attribute name: deleteOAuthToken(name: string, owner: string, authType: string, token: string, callback: AsyncCallback\<void>): void;<br>Deprecated version: 9<br>Substitute API: appAccount.AppAccountManager|@ohos.account.appAccount.d.ts|
|Deprecated version changed|Class name: AppAccountManager<br>Method or attribute name: deleteOAuthToken(name: string, owner: string, authType: string, token: string): Promise\<void>;<br>Deprecated version: N/A|Class name: AppAccountManager<br>Method or attribute name: deleteOAuthToken(name: string, owner: string, authType: string, token: string): Promise\<void>;<br>Deprecated version: 9<br>Substitute API: appAccount.AppAccountManager|@ohos.account.appAccount.d.ts|
|Deprecated version changed|Class name: AppAccountManager<br>Method or attribute name: setOAuthTokenVisibility(name: string, authType: string, bundleName: string, isVisible: boolean, callback: AsyncCallback\<void>): void;<br>Deprecated version: N/A|Class name: AppAccountManager<br>Method or attribute name: setOAuthTokenVisibility(name: string, authType: string, bundleName: string, isVisible: boolean, callback: AsyncCallback\<void>): void;<br>Deprecated version: 9<br>Substitute API: appAccount.AppAccountManager|@ohos.account.appAccount.d.ts|
|Deprecated version changed|Class name: AppAccountManager<br>Method or attribute name: setOAuthTokenVisibility(name: string, authType: string, bundleName: string, isVisible: boolean): Promise\<void>;<br>Deprecated version: N/A|Class name: AppAccountManager<br>Method or attribute name: setOAuthTokenVisibility(name: string, authType: string, bundleName: string, isVisible: boolean): Promise\<void>;<br>Deprecated version: 9<br>Substitute API: appAccount.AppAccountManager|@ohos.account.appAccount.d.ts|
|Deprecated version changed|Class name: AppAccountManager<br>Method or attribute name: checkOAuthTokenVisibility(name: string, authType: string, bundleName: string, callback: AsyncCallback\<boolean>): void;<br>Deprecated version: N/A|Class name: AppAccountManager<br>Method or attribute name: checkOAuthTokenVisibility(name: string, authType: string, bundleName: string, callback: AsyncCallback\<boolean>): void;<br>Deprecated version: 9<br>Substitute API: appAccount.AppAccountManager|@ohos.account.appAccount.d.ts|
|Deprecated version changed|Class name: AppAccountManager<br>Method or attribute name: checkOAuthTokenVisibility(name: string, authType: string, bundleName: string): Promise\<boolean>;<br>Deprecated version: N/A|Class name: AppAccountManager<br>Method or attribute name: checkOAuthTokenVisibility(name: string, authType: string, bundleName: string): Promise\<boolean>;<br>Deprecated version: 9<br>Substitute API: appAccount.AppAccountManager|@ohos.account.appAccount.d.ts|
|Deprecated version changed|Class name: AppAccountManager<br>Method or attribute name: getAllOAuthTokens(name: string, owner: string, callback: AsyncCallback\<Array\<OAuthTokenInfo>>): void;<br>Deprecated version: N/A|Class name: AppAccountManager<br>Method or attribute name: getAllOAuthTokens(name: string, owner: string, callback: AsyncCallback\<Array\<OAuthTokenInfo>>): void;<br>Deprecated version: 9<br>Substitute API: appAccount.AppAccountManager|@ohos.account.appAccount.d.ts|
|Deprecated version changed|Class name: AppAccountManager<br>Method or attribute name: getAllOAuthTokens(name: string, owner: string): Promise\<Array\<OAuthTokenInfo>>;<br>Deprecated version: N/A|Class name: AppAccountManager<br>Method or attribute name: getAllOAuthTokens(name: string, owner: string): Promise\<Array\<OAuthTokenInfo>>;<br>Deprecated version: 9<br>Substitute API: appAccount.AppAccountManager|@ohos.account.appAccount.d.ts|
|Deprecated version changed|Class name: AppAccountManager<br>Method or attribute name: getOAuthList(name: string, authType: string, callback: AsyncCallback\<Array\<string>>): void;<br>Deprecated version: N/A|Class name: AppAccountManager<br>Method or attribute name: getOAuthList(name: string, authType: string, callback: AsyncCallback\<Array\<string>>): void;<br>Deprecated version: 9<br>Substitute API: appAccount.AppAccountManager|@ohos.account.appAccount.d.ts|
|Deprecated version changed|Class name: AppAccountManager<br>Method or attribute name: getOAuthList(name: string, authType: string): Promise\<Array\<string>>;<br>Deprecated version: N/A|Class name: AppAccountManager<br>Method or attribute name: getOAuthList(name: string, authType: string): Promise\<Array\<string>>;<br>Deprecated version: 9<br>Substitute API: appAccount.AppAccountManager|@ohos.account.appAccount.d.ts|
|Deprecated version changed|Class name: AppAccountManager<br>Method or attribute name: getAuthenticatorCallback(sessionId: string, callback: AsyncCallback\<AuthenticatorCallback>): void;<br>Deprecated version: N/A|Class name: AppAccountManager<br>Method or attribute name: getAuthenticatorCallback(sessionId: string, callback: AsyncCallback\<AuthenticatorCallback>): void;<br>Deprecated version: 9<br>Substitute API: appAccount.AppAccountManager|@ohos.account.appAccount.d.ts|
|Deprecated version changed|Class name: AppAccountManager<br>Method or attribute name: getAuthenticatorCallback(sessionId: string): Promise\<AuthenticatorCallback>;<br>Deprecated version: N/A|Class name: AppAccountManager<br>Method or attribute name: getAuthenticatorCallback(sessionId: string): Promise\<AuthenticatorCallback>;<br>Deprecated version: 9<br>Substitute API: appAccount.AppAccountManager|@ohos.account.appAccount.d.ts|
|Deprecated version changed|Class name: AppAccountManager<br>Method or attribute name: getAuthenticatorInfo(owner: string, callback: AsyncCallback\<AuthenticatorInfo>): void;<br>Deprecated version: N/A|Class name: AppAccountManager<br>Method or attribute name: getAuthenticatorInfo(owner: string, callback: AsyncCallback\<AuthenticatorInfo>): void;<br>Deprecated version: 9<br>Substitute API: appAccount.AppAccountManager|@ohos.account.appAccount.d.ts|
|Deprecated version changed|Class name: AppAccountManager<br>Method or attribute name: getAuthenticatorInfo(owner: string): Promise\<AuthenticatorInfo>;<br>Deprecated version: N/A|Class name: AppAccountManager<br>Method or attribute name: getAuthenticatorInfo(owner: string): Promise\<AuthenticatorInfo>;<br>Deprecated version: 9<br>Substitute API: appAccount.AppAccountManager|@ohos.account.appAccount.d.ts|
|Deprecated version changed|Class name: OAuthTokenInfo<br>Deprecated version: N/A|Class name: OAuthTokenInfo<br>Deprecated version: 9<br>Substitute API: appAccount.AuthTokenInfo |@ohos.account.appAccount.d.ts|
|Deprecated version changed|Class name: Constants<br>Method or attribute name: ACTION_ADD_ACCOUNT_IMPLICITLY = "addAccountImplicitly"<br>Deprecated version: N/A|Class name: Constants<br>Method or attribute name: ACTION_ADD_ACCOUNT_IMPLICITLY = "addAccountImplicitly"<br>Deprecated version: 9<br>Substitute API: appAccount.Constants|@ohos.account.appAccount.d.ts|
|Deprecated version changed|Class name: Constants<br>Method or attribute name: ACTION_AUTHENTICATE = "authenticate"<br>Deprecated version: N/A|Class name: Constants<br>Method or attribute name: ACTION_AUTHENTICATE = "authenticate"<br>Deprecated version: 9<br>Substitute API: appAccount.Constants|@ohos.account.appAccount.d.ts|
|Deprecated version changed|Class name: ResultCode<br>Deprecated version: N/A|Class name: ResultCode<br>Deprecated version: 9<br>Substitute API: N/A|@ohos.account.appAccount.d.ts|
|Deprecated version changed|Class name: AuthenticatorCallback<br>Deprecated version: N/A|Class name: AuthenticatorCallback<br>Deprecated version: 9<br>Substitute API: AppAccount.AuthCallback |@ohos.account.appAccount.d.ts|
|Deprecated version changed|Class name: Authenticator<br>Method or attribute name: addAccountImplicitly(authType: string, callerBundleName: string, options: {[key: string]: any}, callback: AuthenticatorCallback): void;<br>Deprecated version: N/A|Class name: Authenticator<br>Method or attribute name: addAccountImplicitly(authType: string, callerBundleName: string, options: {[key: string]: any}, callback: AuthenticatorCallback): void;<br>Deprecated version: 9<br>Substitute API: appAccount.Authenticator|@ohos.account.appAccount.d.ts|
|Deprecated version changed|Class name: Authenticator<br>Method or attribute name: authenticate(name: string, authType: string, callerBundleName: string, options: {[key: string]: any}, callback: AuthenticatorCallback): void;<br>Deprecated version: N/A|Class name: Authenticator<br>Method or attribute name: authenticate(name: string, authType: string, callerBundleName: string, options: {[key: string]: any}, callback: AuthenticatorCallback): void;<br>Deprecated version: 9<br>Substitute API: appAccount.Authenticator|@ohos.account.appAccount.d.ts|
|Deprecated version changed|Class name: DistributedAccountAbility<br>Method or attribute name: queryOsAccountDistributedInfo(callback: AsyncCallback\<DistributedInfo>): void;<br>Deprecated version: N/A|Class name: DistributedAccountAbility<br>Method or attribute name: queryOsAccountDistributedInfo(callback: AsyncCallback\<DistributedInfo>): void;<br>Deprecated version: 9<br>Substitute API: distributedAccount.DistributedAccountAbility|@ohos.account.distributedAccount.d.ts|
|Deprecated version changed|Class name: DistributedAccountAbility<br>Method or attribute name: queryOsAccountDistributedInfo(): Promise\<DistributedInfo>;<br>Deprecated version: N/A|Class name: DistributedAccountAbility<br>Method or attribute name: queryOsAccountDistributedInfo(): Promise\<DistributedInfo>;<br>Deprecated version: 9<br>Substitute API: distributedAccount.DistributedAccountAbility|@ohos.account.distributedAccount.d.ts|
|Deprecated version changed|Class name: DistributedAccountAbility<br>Method or attribute name: updateOsAccountDistributedInfo(accountInfo: DistributedInfo, callback: AsyncCallback\<void>): void;<br>Deprecated version: N/A|Class name: DistributedAccountAbility<br>Method or attribute name: updateOsAccountDistributedInfo(accountInfo: DistributedInfo, callback: AsyncCallback\<void>): void;<br>Deprecated version: 9<br>Substitute API: distributedAccount.DistributedAccountAbility|@ohos.account.distributedAccount.d.ts|
|Deprecated version changed|Class name: DistributedAccountAbility<br>Method or attribute name: updateOsAccountDistributedInfo(accountInfo: DistributedInfo): Promise\<void>;<br>Deprecated version: N/A|Class name: DistributedAccountAbility<br>Method or attribute name: updateOsAccountDistributedInfo(accountInfo: DistributedInfo): Promise\<void>;<br>Deprecated version: 9<br>Substitute API: distributedAccount.DistributedAccountAbility|@ohos.account.distributedAccount.d.ts|
|Deprecated version changed|Class name: AccountManager<br>Method or attribute name: isMultiOsAccountEnable(callback: AsyncCallback\<boolean>): void;<br>Deprecated version: N/A|Class name: AccountManager<br>Method or attribute name: isMultiOsAccountEnable(callback: AsyncCallback\<boolean>): void;<br>Deprecated version: 9<br>Substitute API: osAccount.AccountManager|@ohos.account.osAccount.d.ts|
|Deprecated version changed|Class name: AccountManager<br>Method or attribute name: isMultiOsAccountEnable(): Promise\<boolean>;<br>Deprecated version: N/A|Class name: AccountManager<br>Method or attribute name: isMultiOsAccountEnable(): Promise\<boolean>;<br>Deprecated version: 9<br>Substitute API: osAccount.AccountManager|@ohos.account.osAccount.d.ts|
|Deprecated version changed|Class name: AccountManager<br>Method or attribute name: isOsAccountActived(localId: number, callback: AsyncCallback\<boolean>): void;<br>Deprecated version: N/A|Class name: AccountManager<br>Method or attribute name: isOsAccountActived(localId: number, callback: AsyncCallback\<boolean>): void;<br>Deprecated version: 9<br>Substitute API: osAccount.AccountManager|@ohos.account.osAccount.d.ts|
|Deprecated version changed|Class name: AccountManager<br>Method or attribute name: isOsAccountActived(localId: number): Promise\<boolean>;<br>Deprecated version: N/A|Class name: AccountManager<br>Method or attribute name: isOsAccountActived(localId: number): Promise\<boolean>;<br>Deprecated version: 9<br>Substitute API: osAccount.AccountManager|@ohos.account.osAccount.d.ts|
|Deprecated version changed|Class name: AccountManager<br>Method or attribute name: isOsAccountConstraintEnable(localId: number, constraint: string, callback: AsyncCallback\<boolean>): void;<br>Deprecated version: N/A|Class name: AccountManager<br>Method or attribute name: isOsAccountConstraintEnable(localId: number, constraint: string, callback: AsyncCallback\<boolean>): void;<br>Deprecated version: 9<br>Substitute API: osAccount.AccountManager|@ohos.account.osAccount.d.ts|
|Deprecated version changed|Class name: AccountManager<br>Method or attribute name: isOsAccountConstraintEnable(localId: number, constraint: string): Promise\<boolean>;<br>Deprecated version: N/A|Class name: AccountManager<br>Method or attribute name: isOsAccountConstraintEnable(localId: number, constraint: string): Promise\<boolean>;<br>Deprecated version: 9<br>Substitute API: osAccount.AccountManager|@ohos.account.osAccount.d.ts|
|Deprecated version changed|Class name: AccountManager<br>Method or attribute name: isTestOsAccount(callback: AsyncCallback\<boolean>): void;<br>Deprecated version: N/A|Class name: AccountManager<br>Method or attribute name: isTestOsAccount(callback: AsyncCallback\<boolean>): void;<br>Deprecated version: 9<br>Substitute API: osAccount.AccountManager|@ohos.account.osAccount.d.ts|
|Deprecated version changed|Class name: AccountManager<br>Method or attribute name: isTestOsAccount(): Promise\<boolean>;<br>Deprecated version: N/A|Class name: AccountManager<br>Method or attribute name: isTestOsAccount(): Promise\<boolean>;<br>Deprecated version: 9<br>Substitute API: osAccount.AccountManager|@ohos.account.osAccount.d.ts|
|Deprecated version changed|Class name: AccountManager<br>Method or attribute name: isOsAccountVerified(callback: AsyncCallback\<boolean>): void;<br>Deprecated version: N/A|Class name: AccountManager<br>Method or attribute name: isOsAccountVerified(callback: AsyncCallback\<boolean>): void;<br>Deprecated version: 9<br>Substitute API: osAccount.AccountManager|@ohos.account.osAccount.d.ts|
|Deprecated version changed|Class name: AccountManager<br>Method or attribute name: isOsAccountVerified(localId: number, callback: AsyncCallback\<boolean>): void;<br>Deprecated version: N/A|Class name: AccountManager<br>Method or attribute name: isOsAccountVerified(localId: number, callback: AsyncCallback\<boolean>): void;<br>Deprecated version: 9<br>Substitute API: osAccount.AccountManager|@ohos.account.osAccount.d.ts|
|Deprecated version changed|Class name: AccountManager<br>Method or attribute name: isOsAccountVerified(localId?: number): Promise\<boolean>;<br>Deprecated version: N/A|Class name: AccountManager<br>Method or attribute name: isOsAccountVerified(localId?: number): Promise\<boolean>;<br>Deprecated version: 9<br>Substitute API: osAccount.AccountManager|@ohos.account.osAccount.d.ts|
|Deprecated version changed|Class name: AccountManager<br>Method or attribute name: getCreatedOsAccountsCount(callback: AsyncCallback\<number>): void;<br>Deprecated version: N/A|Class name: AccountManager<br>Method or attribute name: getCreatedOsAccountsCount(callback: AsyncCallback\<number>): void;<br>Deprecated version: 9<br>Substitute API: osAccount.AccountManager|@ohos.account.osAccount.d.ts|
|Deprecated version changed|Class name: AccountManager<br>Method or attribute name: getCreatedOsAccountsCount(): Promise\<number>;<br>Deprecated version: N/A|Class name: AccountManager<br>Method or attribute name: getCreatedOsAccountsCount(): Promise\<number>;<br>Deprecated version: 9<br>Substitute API: osAccount.AccountManager|@ohos.account.osAccount.d.ts|
|Deprecated version changed|Class name: AccountManager<br>Method or attribute name: getOsAccountLocalIdFromProcess(callback: AsyncCallback\<number>): void;<br>Deprecated version: N/A|Class name: AccountManager<br>Method or attribute name: getOsAccountLocalIdFromProcess(callback: AsyncCallback\<number>): void;<br>Deprecated version: 9<br>Substitute API: osAccount.AccountManager|@ohos.account.osAccount.d.ts|
|Deprecated version changed|Class name: AccountManager<br>Method or attribute name: getOsAccountLocalIdFromProcess(): Promise\<number>;<br>Deprecated version: N/A|Class name: AccountManager<br>Method or attribute name: getOsAccountLocalIdFromProcess(): Promise\<number>;<br>Deprecated version: 9<br>Substitute API: osAccount.AccountManager|@ohos.account.osAccount.d.ts|
|Deprecated version changed|Class name: AccountManager<br>Method or attribute name: getOsAccountLocalIdFromUid(uid: number, callback: AsyncCallback\<number>): void;<br>Deprecated version: N/A|Class name: AccountManager<br>Method or attribute name: getOsAccountLocalIdFromUid(uid: number, callback: AsyncCallback\<number>): void;<br>Deprecated version: 9<br>Substitute API: osAccount.AccountManager|@ohos.account.osAccount.d.ts|
|Deprecated version changed|Class name: AccountManager<br>Method or attribute name: getOsAccountLocalIdFromUid(uid: number): Promise\<number>;<br>Deprecated version: N/A|Class name: AccountManager<br>Method or attribute name: getOsAccountLocalIdFromUid(uid: number): Promise\<number>;<br>Deprecated version: 9<br>Substitute API: osAccount.AccountManager|@ohos.account.osAccount.d.ts|
|Deprecated version changed|Class name: AccountManager<br>Method or attribute name: getOsAccountLocalIdFromDomain(domainInfo: DomainAccountInfo, callback: AsyncCallback\<number>): void;<br>Deprecated version: N/A|Class name: AccountManager<br>Method or attribute name: getOsAccountLocalIdFromDomain(domainInfo: DomainAccountInfo, callback: AsyncCallback\<number>): void;<br>Deprecated version: 9<br>Substitute API: osAccount.AccountManager|@ohos.account.osAccount.d.ts|
|Deprecated version changed|Class name: AccountManager<br>Method or attribute name: getOsAccountLocalIdFromDomain(domainInfo: DomainAccountInfo): Promise\<number>;<br>Deprecated version: N/A|Class name: AccountManager<br>Method or attribute name: getOsAccountLocalIdFromDomain(domainInfo: DomainAccountInfo): Promise\<number>;<br>Deprecated version: 9<br>Substitute API: osAccount.AccountManager|@ohos.account.osAccount.d.ts|
|Deprecated version changed|Class name: AccountManager<br>Method or attribute name: getOsAccountAllConstraints(localId: number, callback: AsyncCallback\<Array\<string>>): void;<br>Deprecated version: N/A|Class name: AccountManager<br>Method or attribute name: getOsAccountAllConstraints(localId: number, callback: AsyncCallback\<Array\<string>>): void;<br>Deprecated version: 9<br>Substitute API: osAccount.AccountManager|@ohos.account.osAccount.d.ts|
|Deprecated version changed|Class name: AccountManager<br>Method or attribute name: getOsAccountAllConstraints(localId: number): Promise\<Array\<string>>;<br>Deprecated version: N/A|Class name: AccountManager<br>Method or attribute name: getOsAccountAllConstraints(localId: number): Promise\<Array\<string>>;<br>Deprecated version: 9<br>Substitute API: osAccount.AccountManager|@ohos.account.osAccount.d.ts|
|Deprecated version changed|Class name: AccountManager<br>Method or attribute name: queryActivatedOsAccountIds(callback: AsyncCallback\<Array\<number>>): void;<br>Deprecated version: N/A|Class name: AccountManager<br>Method or attribute name: queryActivatedOsAccountIds(callback: AsyncCallback\<Array\<number>>): void;<br>Deprecated version: 9<br>Substitute API: osAccount.AccountManager|@ohos.account.osAccount.d.ts|
|Deprecated version changed|Class name: AccountManager<br>Method or attribute name: queryActivatedOsAccountIds(): Promise\<Array\<number>>;<br>Deprecated version: N/A|Class name: AccountManager<br>Method or attribute name: queryActivatedOsAccountIds(): Promise\<Array\<number>>;<br>Deprecated version: 9<br>Substitute API: osAccount.AccountManager|@ohos.account.osAccount.d.ts|
|Deprecated version changed|Class name: AccountManager<br>Method or attribute name: queryCurrentOsAccount(callback: AsyncCallback\<OsAccountInfo>): void;<br>Deprecated version: N/A|Class name: AccountManager<br>Method or attribute name: queryCurrentOsAccount(callback: AsyncCallback\<OsAccountInfo>): void;<br>Deprecated version: 9<br>Substitute API: osAccount.AccountManager|@ohos.account.osAccount.d.ts|
|Deprecated version changed|Class name: AccountManager<br>Method or attribute name: queryCurrentOsAccount(): Promise\<OsAccountInfo>;<br>Deprecated version: N/A|Class name: AccountManager<br>Method or attribute name: queryCurrentOsAccount(): Promise\<OsAccountInfo>;<br>Deprecated version: 9<br>Substitute API: osAccount.AccountManager|@ohos.account.osAccount.d.ts|
|Deprecated version changed|Class name: AccountManager<br>Method or attribute name: getOsAccountTypeFromProcess(callback: AsyncCallback\<OsAccountType>): void;<br>Deprecated version: N/A|Class name: AccountManager<br>Method or attribute name: getOsAccountTypeFromProcess(callback: AsyncCallback\<OsAccountType>): void;<br>Deprecated version: 9<br>Substitute API: osAccount.AccountManager|@ohos.account.osAccount.d.ts|
|Deprecated version changed|Class name: AccountManager<br>Method or attribute name: getOsAccountTypeFromProcess(): Promise\<OsAccountType>;<br>Deprecated version: N/A|Class name: AccountManager<br>Method or attribute name: getOsAccountTypeFromProcess(): Promise\<OsAccountType>;<br>Deprecated version: 9<br>Substitute API: osAccount.AccountManager|@ohos.account.osAccount.d.ts|
|Deprecated version changed|Class name: AccountManager<br>Method or attribute name: getDistributedVirtualDeviceId(callback: AsyncCallback\<string>): void;<br>Deprecated version: N/A|Class name: AccountManager<br>Method or attribute name: getDistributedVirtualDeviceId(callback: AsyncCallback\<string>): void;<br>Deprecated version: 9<br>Substitute API: osAccount.AccountManager|@ohos.account.osAccount.d.ts|
|Deprecated version changed|Class name: AccountManager<br>Method or attribute name: getDistributedVirtualDeviceId(): Promise\<string>;<br>Deprecated version: N/A|Class name: AccountManager<br>Method or attribute name: getDistributedVirtualDeviceId(): Promise\<string>;<br>Deprecated version: 9<br>Substitute API: osAccount.AccountManager|@ohos.account.osAccount.d.ts|
|Deprecated version changed|Class name: AccountManager<br>Method or attribute name: getOsAccountLocalIdBySerialNumber(serialNumber: number, callback: AsyncCallback\<number>): void;<br>Deprecated version: N/A|Class name: AccountManager<br>Method or attribute name: getOsAccountLocalIdBySerialNumber(serialNumber: number, callback: AsyncCallback\<number>): void;<br>Deprecated version: 9<br>Substitute API: osAccount.AccountManager|@ohos.account.osAccount.d.ts|
|Deprecated version changed|Class name: AccountManager<br>Method or attribute name: getOsAccountLocalIdBySerialNumber(serialNumber: number): Promise\<number>;<br>Deprecated version: N/A|Class name: AccountManager<br>Method or attribute name: getOsAccountLocalIdBySerialNumber(serialNumber: number): Promise\<number>;<br>Deprecated version: 9<br>Substitute API: osAccount.AccountManager|@ohos.account.osAccount.d.ts|
|Deprecated version changed|Class name: AccountManager<br>Method or attribute name: getSerialNumberByOsAccountLocalId(localId: number, callback: AsyncCallback\<number>): void;<br>Deprecated version: N/A|Class name: AccountManager<br>Method or attribute name: getSerialNumberByOsAccountLocalId(localId: number, callback: AsyncCallback\<number>): void;<br>Deprecated version: 9<br>Substitute API: osAccount.AccountManager|@ohos.account.osAccount.d.ts|
|Deprecated version changed|Class name: AccountManager<br>Method or attribute name: getSerialNumberByOsAccountLocalId(localId: number): Promise\<number>;<br>Deprecated version: N/A|Class name: AccountManager<br>Method or attribute name: getSerialNumberByOsAccountLocalId(localId: number): Promise\<number>;<br>Deprecated version: 9<br>Substitute API: osAccount.AccountManager|@ohos.account.osAccount.d.ts|
|Initial version changed|Class name: OAuthTokenInfo<br>Method or attribute name: authType: string;<br>Initial version: N/A|Class name: OAuthTokenInfo<br>Method or attribute name: authType: string;<br>Initial version: 8|@ohos.account.appAccount.d.ts|
|Initial version changed|Class name: OAuthTokenInfo<br>Method or attribute name: token: string;<br>Initial version: N/A|Class name: OAuthTokenInfo<br>Method or attribute name: token: string;<br>Initial version: 8|@ohos.account.appAccount.d.ts|
|Initial version changed|Class name: Constants<br>Method or attribute name: ACTION_ADD_ACCOUNT_IMPLICITLY = "addAccountImplicitly"<br>Initial version: N/A|Class name: Constants<br>Method or attribute name: ACTION_ADD_ACCOUNT_IMPLICITLY = "addAccountImplicitly"<br>Initial version: 8|@ohos.account.appAccount.d.ts|
|Initial version changed|Class name: Constants<br>Method or attribute name: ACTION_AUTHENTICATE = "authenticate"<br>Initial version: N/A|Class name: Constants<br>Method or attribute name: ACTION_AUTHENTICATE = "authenticate"<br>Initial version: 8|@ohos.account.appAccount.d.ts|
|Initial version changed|Class name: Constants<br>Method or attribute name: KEY_NAME = "name"<br>Initial version: N/A|Class name: Constants<br>Method or attribute name: KEY_NAME = "name"<br>Initial version: 8|@ohos.account.appAccount.d.ts|
|Initial version changed|Class name: Constants<br>Method or attribute name: KEY_OWNER = "owner"<br>Initial version: N/A|Class name: Constants<br>Method or attribute name: KEY_OWNER = "owner"<br>Initial version: 8|@ohos.account.appAccount.d.ts|
|Initial version changed|Class name: Constants<br>Method or attribute name: KEY_TOKEN = "token"<br>Initial version: N/A|Class name: Constants<br>Method or attribute name: KEY_TOKEN = "token"<br>Initial version: 8|@ohos.account.appAccount.d.ts|
|Initial version changed|Class name: Constants<br>Method or attribute name: KEY_ACTION = "action"<br>Initial version: N/A|Class name: Constants<br>Method or attribute name: KEY_ACTION = "action"<br>Initial version: 8|@ohos.account.appAccount.d.ts|
|Initial version changed|Class name: Constants<br>Method or attribute name: KEY_AUTH_TYPE = "authType"<br>Initial version: N/A|Class name: Constants<br>Method or attribute name: KEY_AUTH_TYPE = "authType"<br>Initial version: 8|@ohos.account.appAccount.d.ts|
|Initial version changed|Class name: Constants<br>Method or attribute name: KEY_SESSION_ID = "sessionId"<br>Initial version: N/A|Class name: Constants<br>Method or attribute name: KEY_SESSION_ID = "sessionId"<br>Initial version: 8|@ohos.account.appAccount.d.ts|
|Initial version changed|Class name: Constants<br>Method or attribute name: KEY_CALLER_PID = "callerPid"<br>Initial version: N/A|Class name: Constants<br>Method or attribute name: KEY_CALLER_PID = "callerPid"<br>Initial version: 8|@ohos.account.appAccount.d.ts|
|Initial version changed|Class name: Constants<br>Method or attribute name: KEY_CALLER_UID = "callerUid"<br>Initial version: N/A|Class name: Constants<br>Method or attribute name: KEY_CALLER_UID = "callerUid"<br>Initial version: 8|@ohos.account.appAccount.d.ts|
|Initial version changed|Class name: Constants<br>Method or attribute name: KEY_CALLER_BUNDLE_NAME = "callerBundleName"<br>Initial version: N/A|Class name: Constants<br>Method or attribute name: KEY_CALLER_BUNDLE_NAME = "callerBundleName"<br>Initial version: 8|@ohos.account.appAccount.d.ts|
|Initial version changed|Class name: DistributedInfo<br>Method or attribute name: name: string;<br>Initial version: N/A|Class name: DistributedInfo<br>Method or attribute name: name: string;<br>Initial version: 7|@ohos.account.distributedAccount.d.ts|
|Initial version changed|Class name: DistributedInfo<br>Method or attribute name: id: string;<br>Initial version: N/A|Class name: DistributedInfo<br>Method or attribute name: id: string;<br>Initial version: 7|@ohos.account.distributedAccount.d.ts|
|Initial version changed|Class name: DistributedInfo<br>Method or attribute name: event: string;<br>Initial version: N/A|Class name: DistributedInfo<br>Method or attribute name: event: string;<br>Initial version: 7|@ohos.account.distributedAccount.d.ts|
|Initial version changed|Class name: PINAuth<br>Method or attribute name: unregisterInputer(): void;<br>Initial version: N/A|Class name: PINAuth<br>Method or attribute name: unregisterInputer(): void;<br>Initial version: 8|@ohos.account.osAccount.d.ts|
|Permission changed|Class name: UserIdentityManager<br>Method or attribute name: getAuthInfo(authType?: AuthType): Promise\<Array\<EnrolledCredInfo>>;<br>Permission: ohos.permission.ACCESS_USER_IDM|Class name: UserIdentityManager<br>Method or attribute name: getAuthInfo(authType?: AuthType): Promise\<Array\<EnrolledCredInfo>>;<br>Permission: ohos.permission.USE_USER_IDM|@ohos.account.osAccount.d.ts|
|Error code added|NA|Class name: AccountManager<br>Method or attribute name: activateOsAccount(localId: number, callback: AsyncCallback\<void>): void;<br>Error code: 201, 401, 12300001, 12300002, 12300003, 12300008, 12300009|@ohos.account.osAccount.d.ts|
|Error code added|NA|Class name: AccountManager<br>Method or attribute name: activateOsAccount(localId: number): Promise\<void>;<br>Error code: 201, 401, 12300001, 12300002, 12300003, 12300008, 12300009|@ohos.account.osAccount.d.ts|
|Error code added|NA|Class name: AccountManager<br>Method or attribute name: removeOsAccount(localId: number, callback: AsyncCallback\<void>): void;<br>Error code: 201, 401, 12300001, 12300002, 12300003, 12300008|@ohos.account.osAccount.d.ts|
|Error code added|NA|Class name: AccountManager<br>Method or attribute name: removeOsAccount(localId: number): Promise\<void>;<br>Error code: 201, 401, 12300001, 12300002, 12300003, 12300008|@ohos.account.osAccount.d.ts|
|Error code added|NA|Class name: AccountManager<br>Method or attribute name: setOsAccountConstraints(localId: number, constraints: Array\<string>, enable: boolean,<br> callback: AsyncCallback\<void>): void;<br>Error code: 201, 401, 12300001, 12300002, 12300003, 12300008|@ohos.account.osAccount.d.ts|
|Error code added|NA|Class name: AccountManager<br>Method or attribute name: setOsAccountConstraints(localId: number, constraints: Array\<string>, enable: boolean): Promise\<void>;<br>Error code: 201, 401, 12300001, 12300002, 12300003, 12300008|@ohos.account.osAccount.d.ts|
|Error code added|NA|Class name: AccountManager<br>Method or attribute name: setOsAccountName(localId: number, localName: string, callback: AsyncCallback\<void>): void;<br>Error code: 201, 401, 12300001, 12300002, 12300003, 12300008|@ohos.account.osAccount.d.ts|
|Error code added|NA|Class name: AccountManager<br>Method or attribute name: setOsAccountName(localId: number, localName: string): Promise\<void>;<br>Error code: 201, 401, 12300001, 12300002, 12300003, 12300008|@ohos.account.osAccount.d.ts|
|Error code added|NA|Class name: AccountManager<br>Method or attribute name: queryMaxOsAccountNumber(callback: AsyncCallback\<number>): void;<br>Error code: 401, 12300001|@ohos.account.osAccount.d.ts|
|Error code added|NA|Class name: AccountManager<br>Method or attribute name: queryMaxOsAccountNumber(): Promise\<number>;<br>Error code: 401, 12300001|@ohos.account.osAccount.d.ts|
|Error code added|NA|Class name: AccountManager<br>Method or attribute name: queryAllCreatedOsAccounts(callback: AsyncCallback\<Array\<OsAccountInfo>>): void;<br>Error code: 201, 401, 12300001|@ohos.account.osAccount.d.ts|
|Error code added|NA|Class name: AccountManager<br>Method or attribute name: queryAllCreatedOsAccounts(): Promise\<Array\<OsAccountInfo>>;<br>Error code: 201, 401, 12300001|@ohos.account.osAccount.d.ts|
|Error code added|NA|Class name: AccountManager<br>Method or attribute name: createOsAccount(localName: string, type: OsAccountType, callback: AsyncCallback\<OsAccountInfo>): void;<br>Error code: 201, 401, 12300001, 12300002, 12300005, 12300006, 12300007|@ohos.account.osAccount.d.ts|
|Error code added|NA|Class name: AccountManager<br>Method or attribute name: createOsAccount(localName: string, type: OsAccountType): Promise\<OsAccountInfo>;<br>Error code: 201, 401, 12300001, 12300002, 12300005, 12300006, 12300007|@ohos.account.osAccount.d.ts|
|Error code added|NA|Class name: AccountManager<br>Method or attribute name: createOsAccountForDomain(type: OsAccountType, domainInfo: DomainAccountInfo, callback: AsyncCallback\<OsAccountInfo>): void;<br>Error code: 201, 401, 12300001, 12300002, 12300005, 12300006, 12300007|@ohos.account.osAccount.d.ts|
|Error code added|NA|Class name: AccountManager<br>Method or attribute name: createOsAccountForDomain(type: OsAccountType, domainInfo: DomainAccountInfo): Promise\<OsAccountInfo>;<br>Error code: 201, 401, 12300001, 12300002, 12300005, 12300006, 12300007|@ohos.account.osAccount.d.ts|
|Error code added|NA|Class name: AccountManager<br>Method or attribute name: queryOsAccountById(localId: number, callback: AsyncCallback\<OsAccountInfo>): void;<br>Error code: 201, 401, 12300001, 12300002, 12300003|@ohos.account.osAccount.d.ts|
|Error code added|NA|Class name: AccountManager<br>Method or attribute name: queryOsAccountById(localId: number): Promise\<OsAccountInfo>;<br>Error code: 201, 401, 12300001, 12300002, 12300003|@ohos.account.osAccount.d.ts|
|Error code added|NA|Class name: AccountManager<br>Method or attribute name: getOsAccountProfilePhoto(localId: number, callback: AsyncCallback\<string>): void;<br>Error code: 201, 401, 12300001, 12300002, 12300003|@ohos.account.osAccount.d.ts|
|Error code added|NA|Class name: AccountManager<br>Method or attribute name: getOsAccountProfilePhoto(localId: number): Promise\<string>;<br>Error code: 201, 401, 12300001, 12300002, 12300003|@ohos.account.osAccount.d.ts|
|Error code added|NA|Class name: AccountManager<br>Method or attribute name: setOsAccountProfilePhoto(localId: number, photo: string, callback: AsyncCallback\<void>): void;<br>Error code: 201, 401, 12300001, 12300002, 12300003, 12300008|@ohos.account.osAccount.d.ts|
|Error code added|NA|Class name: AccountManager<br>Method or attribute name: setOsAccountProfilePhoto(localId: number, photo: string): Promise\<void>;<br>Error code: 201, 401, 12300001, 12300002, 12300003, 12300008|@ohos.account.osAccount.d.ts|
|Error code added|NA|Class name: AccountManager<br>Method or attribute name: on(type: 'activate' \| 'activating', name: string, callback: Callback\<number>): void;<br>Error code: 201, 401, 12300001, 12300002, 12300011|@ohos.account.osAccount.d.ts|
|Error code added|NA|Class name: AccountManager<br>Method or attribute name: on(type: 'activate' \| 'activating', name: string, callback: Callback\<number>): void;<br>Error code: 201, 401, 12300001, 12300002, 12300011|@ohos.account.osAccount.d.ts|
|Error code added|NA|Class name: AccountManager<br>Method or attribute name: off(type: 'activate' \| 'activating', name: string, callback?: Callback\<number>): void;<br>Error code: 201, 401, 12300001, 12300002, 12300012|@ohos.account.osAccount.d.ts|
|Error code added|NA|Class name: AccountManager<br>Method or attribute name: off(type: 'activate' \| 'activating', name: string, callback?: Callback\<number>): void;<br>Error code: 201, 401, 12300001, 12300002, 12300012|@ohos.account.osAccount.d.ts|
|Error code added|NA|Class name: UserAuth<br>Method or attribute name: getAvailableStatus(authType: AuthType, authTrustLevel: AuthTrustLevel): number;<br>Error code: 201, 401, 12300001, 12300002|@ohos.account.osAccount.d.ts|
|Error code added|NA|Class name: UserAuth<br>Method or attribute name: getProperty(request: GetPropertyRequest, callback: AsyncCallback\<ExecutorProperty>): void;<br>Error code: 201, 401, 12300001, 12300002|@ohos.account.osAccount.d.ts|
|Error code added|NA|Class name: UserAuth<br>Method or attribute name: getProperty(request: GetPropertyRequest): Promise\<ExecutorProperty>;<br>Error code: 201, 401, 12300001, 12300002|@ohos.account.osAccount.d.ts|
|Error code added|NA|Class name: UserAuth<br>Method or attribute name: auth(challenge: Uint8Array, authType: AuthType, authTrustLevel: AuthTrustLevel, callback: IUserAuthCallback): Uint8Array;<br>Error code: 201, 401, 12300001, 12300002, 12300101, 12300105, 12300106, 12300110, 12300111, 12300112|@ohos.account.osAccount.d.ts|
|Error code added|NA|Class name: UserAuth<br>Method or attribute name: authUser(userId: number, challenge: Uint8Array, authType: AuthType, authTrustLevel: AuthTrustLevel, callback: IUserAuthCallback): Uint8Array;<br>Error code: 201, 401, 12300001, 12300002, 12300101, 12300105, 12300106, 12300110, 12300111, 12300112|@ohos.account.osAccount.d.ts|
|Error code added|NA|Class name: PINAuth<br>Method or attribute name: unregisterInputer(): void;<br>Error code: 201|@ohos.account.osAccount.d.ts|
|Error code added|NA|Class name: UserIdentityManager<br>Method or attribute name: openSession(callback: AsyncCallback\<Uint8Array>): void;<br>Error code: 201, 401, 12300001|@ohos.account.osAccount.d.ts|
|Error code added|NA|Class name: UserIdentityManager<br>Method or attribute name: openSession(): Promise\<Uint8Array>;<br>Error code: 201, 401, 12300001|@ohos.account.osAccount.d.ts|
|Error code added|NA|Class name: UserIdentityManager<br>Method or attribute name: addCredential(credentialInfo: CredentialInfo, callback: IIdmCallback): void;<br>Error code: 201, 401, 12300001, 12300002, 12300101, 12300106|@ohos.account.osAccount.d.ts|
|Error code added|NA|Class name: UserIdentityManager<br>Method or attribute name: updateCredential(credentialInfo: CredentialInfo, callback: IIdmCallback): void;<br>Error code: 201, 401, 12300001, 12300002, 12300101, 12300106|@ohos.account.osAccount.d.ts|
|Error code added|NA|Class name: UserIdentityManager<br>Method or attribute name: closeSession(): void;<br>Error code: 201|@ohos.account.osAccount.d.ts|
|Error code added|NA|Class name: UserIdentityManager<br>Method or attribute name: delUser(token: Uint8Array, callback: IIdmCallback): void;<br>Error code: 201, 401, 12300001, 12300101|@ohos.account.osAccount.d.ts|
|Error code added|NA|Class name: UserIdentityManager<br>Method or attribute name: delCred(credentialId: Uint8Array, token: Uint8Array, callback: IIdmCallback): void;<br>Error code: 201, 401, 12300001, 12300002, 12300101, 12300102|@ohos.account.osAccount.d.ts|
|Error code added|NA|Class name: UserIdentityManager<br>Method or attribute name: getAuthInfo(authType?: AuthType): Promise\<Array\<EnrolledCredInfo>>;<br>Error code: 201, 401, 12300001, 12300002, 12300102|@ohos.account.osAccount.d.ts|
|Permission added|Class name: AccountManager<br>Method or attribute name: isOsAccountVerified(callback: AsyncCallback\<boolean>): void;<br>Permission: N/A|Class name: AccountManager<br>Method or attribute name: isOsAccountVerified(callback: AsyncCallback\<boolean>): void;<br>Permission: ohos.permission.MANAGE_LOCAL_ACCOUNTS or ohos.permission.INTERACT_ACROSS_LOCAL_ACCOUNTS|@ohos.account.osAccount.d.ts|
|Function changed|Class name: AppAccountManager<br>Method or attribute name: getAllAccounts(owner: string, callback: AsyncCallback\<Array\<AppAccountInfo>>): void;<br>|Class name: AppAccountManager<br>Method or attribute name: getAllAccounts(callback: AsyncCallback\<Array\<AppAccountInfo>>): void;<br>|@ohos.account.appAccount.d.ts|
|Function changed|Class name: AppAccountManager<br>Method or attribute name: getAllAccounts(owner: string): Promise\<Array\<AppAccountInfo>>;<br>|Class name: AppAccountManager<br>Method or attribute name: getAllAccounts(): Promise\<Array\<AppAccountInfo>>;<br>|@ohos.account.appAccount.d.ts|
|Function changed|Class name: AppAccountManager<br>Method or attribute name: getAllAccounts(owner: string, callback: AsyncCallback\<Array\<AppAccountInfo>>): void;<br>|Class name: AppAccountManager<br>Method or attribute name: getAllAccounts(owner: string, callback: AsyncCallback\<Array\<AppAccountInfo>>): void;<br>|@ohos.account.appAccount.d.ts|
|Function changed|Class name: AppAccountManager<br>Method or attribute name: getAllAccounts(owner: string): Promise\<Array\<AppAccountInfo>>;<br>|Class name: AppAccountManager<br>Method or attribute name: getAllAccounts(owner: string): Promise\<Array\<AppAccountInfo>>;<br>|@ohos.account.appAccount.d.ts|
|Function changed|Class name: UserAuth<br>Method or attribute name: setProperty(request: SetPropertyRequest, callback: AsyncCallback\<number>): void;<br>|Class name: UserAuth<br>Method or attribute name: setProperty(request: SetPropertyRequest, callback: AsyncCallback\<void>): void;<br>|@ohos.account.osAccount.d.ts|
|Function changed|Class name: UserAuth<br>Method or attribute name: setProperty(request: SetPropertyRequest): Promise\<number>;<br>|Class name: UserAuth<br>Method or attribute name: setProperty(request: SetPropertyRequest): Promise\<void>;<br>|@ohos.account.osAccount.d.ts|
|Function changed|Class name: UserAuth<br>Method or attribute name: cancelAuth(contextID: Uint8Array): number;<br>|Class name: UserAuth<br>Method or attribute name: cancelAuth(contextID: Uint8Array): void;<br>|@ohos.account.osAccount.d.ts|
|Function changed|Class name: PINAuth<br>Method or attribute name: registerInputer(inputer: IInputer): boolean;<br>|Class name: PINAuth<br>Method or attribute name: registerInputer(inputer: IInputer): void;<br>|@ohos.account.osAccount.d.ts|
|Function changed|Class name: UserIdentityManager<br>Method or attribute name: cancel(challenge: Uint8Array): number;<br>|Class name: UserIdentityManager<br>Method or attribute name: cancel(challenge: Uint8Array): void;<br>|@ohos.account.osAccount.d.ts|
|Function changed|Class name: IInputData<br>Method or attribute name: onSetData: (pinSubType: AuthSubType, data: Uint8Array) => void;<br>|Class name: IInputData<br>Method or attribute name: onSetData: (authSubType: AuthSubType, data: Uint8Array) => void;<br>|@ohos.account.osAccount.d.ts|
|Function changed|Class name: IInputer<br>Method or attribute name: onGetData: (callback: IInputData) => void;<br>|Class name: IInputer<br>Method or attribute name: onGetData: (authSubType: AuthSubType, callback: IInputData) => void;<br>|@ohos.account.osAccount.d.ts|
| Change Type | Old Version | New Version | d.ts File |
| ---- | ------ | ------ | -------- |
|Added|NA|Class name: Contact<br>Method or attribute name: readonly id?: number|@ohos.contact.d.ts|
|Added|NA|Class name: Contact<br>Method or attribute name: readonly key?: string|@ohos.contact.d.ts|
|Added|NA|Class name: Contact<br>Method or attribute name: contactAttributes?: ContactAttributes|@ohos.contact.d.ts|
|Added|NA|Class name: Contact<br>Method or attribute name: emails?: Email[]|@ohos.contact.d.ts|
|Added|NA|Class name: Contact<br>Method or attribute name: events?: Event[]|@ohos.contact.d.ts|
|Added|NA|Class name: Contact<br>Method or attribute name: groups?: Group[]|@ohos.contact.d.ts|
|Added|NA|Class name: Contact<br>Method or attribute name: imAddresses?: ImAddress[]|@ohos.contact.d.ts|
|Added|NA|Class name: Contact<br>Method or attribute name: phoneNumbers?: PhoneNumber[]|@ohos.contact.d.ts|
|Added|NA|Class name: Contact<br>Method or attribute name: portrait?: Portrait|@ohos.contact.d.ts|
|Added|NA|Class name: Contact<br>Method or attribute name: postalAddresses?: PostalAddress[]|@ohos.contact.d.ts|
|Added|NA|Class name: Contact<br>Method or attribute name: relations?: Relation[]|@ohos.contact.d.ts|
|Added|NA|Class name: Contact<br>Method or attribute name: sipAddresses?: SipAddress[]|@ohos.contact.d.ts|
|Added|NA|Class name: Contact<br>Method or attribute name: websites?: Website[]|@ohos.contact.d.ts|
|Added|NA|Class name: Contact<br>Method or attribute name: name?: Name|@ohos.contact.d.ts|
|Added|NA|Class name: Contact<br>Method or attribute name: nickName?: NickName|@ohos.contact.d.ts|
|Added|NA|Class name: Contact<br>Method or attribute name: note?: Note|@ohos.contact.d.ts|
|Added|NA|Class name: Contact<br>Method or attribute name: organization?: Organization|@ohos.contact.d.ts|
|Added|NA|Class name: Email<br>Method or attribute name: labelName?: string|@ohos.contact.d.ts|
|Added|NA|Class name: Email<br>Method or attribute name: displayName?: string|@ohos.contact.d.ts|
|Added|NA|Class name: Email<br>Method or attribute name: labelId?: number|@ohos.contact.d.ts|
|Added|NA|Class name: Event<br>Method or attribute name: labelName?: string|@ohos.contact.d.ts|
|Added|NA|Class name: Event<br>Method or attribute name: labelId?: number|@ohos.contact.d.ts|
|Added|NA|Class name: Group<br>Method or attribute name: groupId?: number|@ohos.contact.d.ts|
|Added|NA|Class name: Holder<br>Method or attribute name: readonly displayName?: string|@ohos.contact.d.ts|
|Added|NA|Class name: Holder<br>Method or attribute name: holderId?: number|@ohos.contact.d.ts|
|Added|NA|Class name: ImAddress<br>Method or attribute name: labelName?: string|@ohos.contact.d.ts|
|Added|NA|Class name: ImAddress<br>Method or attribute name: labelId?: number|@ohos.contact.d.ts|
|Added|NA|Class name: Name<br>Method or attribute name: familyName?: string|@ohos.contact.d.ts|
|Added|NA|Class name: Name<br>Method or attribute name: familyNamePhonetic?: string|@ohos.contact.d.ts|
|Added|NA|Class name: Name<br>Method or attribute name: givenName?: string|@ohos.contact.d.ts|
|Added|NA|Class name: Name<br>Method or attribute name: givenNamePhonetic?: string|@ohos.contact.d.ts|
|Added|NA|Class name: Name<br>Method or attribute name: middleName?: string|@ohos.contact.d.ts|
|Added|NA|Class name: Name<br>Method or attribute name: middleNamePhonetic?: string|@ohos.contact.d.ts|
|Added|NA|Class name: Name<br>Method or attribute name: namePrefix?: string|@ohos.contact.d.ts|
|Added|NA|Class name: Name<br>Method or attribute name: nameSuffix?: string|@ohos.contact.d.ts|
|Added|NA|Class name: Organization<br>Method or attribute name: title?: string|@ohos.contact.d.ts|
|Added|NA|Class name: PhoneNumber<br>Method or attribute name: labelName?: string|@ohos.contact.d.ts|
|Added|NA|Class name: PhoneNumber<br>Method or attribute name: labelId?: number|@ohos.contact.d.ts|
|Added|NA|Class name: PostalAddress<br>Method or attribute name: city?: string|@ohos.contact.d.ts|
|Added|NA|Class name: PostalAddress<br>Method or attribute name: country?: string|@ohos.contact.d.ts|
|Added|NA|Class name: PostalAddress<br>Method or attribute name: labelName?: string|@ohos.contact.d.ts|
|Added|NA|Class name: PostalAddress<br>Method or attribute name: neighborhood?: string|@ohos.contact.d.ts|
|Added|NA|Class name: PostalAddress<br>Method or attribute name: pobox?: string|@ohos.contact.d.ts|
|Added|NA|Class name: PostalAddress<br>Method or attribute name: postcode?: string|@ohos.contact.d.ts|
|Added|NA|Class name: PostalAddress<br>Method or attribute name: region?: string|@ohos.contact.d.ts|
|Added|NA|Class name: PostalAddress<br>Method or attribute name: street?: string|@ohos.contact.d.ts|
|Added|NA|Class name: PostalAddress<br>Method or attribute name: labelId?: number|@ohos.contact.d.ts|
|Added|NA|Class name: Relation<br>Method or attribute name: labelName?: string|@ohos.contact.d.ts|
|Added|NA|Class name: Relation<br>Method or attribute name: labelId?: number|@ohos.contact.d.ts|
|Added|NA|Class name: SipAddress<br>Method or attribute name: labelName?: string|@ohos.contact.d.ts|
|Added|NA|Class name: SipAddress<br>Method or attribute name: labelId?: number|@ohos.contact.d.ts|
|Model changed|Class name: settings<br>Method or attribute name: function getValue(dataAbilityHelper: DataAbilityHelper, name: string, callback: AsyncCallback\<object>): void;<br>Model: N/A|Class name: settings<br>Method or attribute name: function getValue(dataAbilityHelper: DataAbilityHelper, name: string, callback: AsyncCallback\<object>): void;<br>Model: @FAModelOnly|@ohos.settings.d.ts|
|Model changed|Class name: settings<br>Method or attribute name: function getValue(dataAbilityHelper: DataAbilityHelper, name: string): Promise\<object>;<br>Model: N/A|Class name: settings<br>Method or attribute name: function getValue(dataAbilityHelper: DataAbilityHelper, name: string): Promise\<object>;<br>Model: @FAModelOnly|@ohos.settings.d.ts|
|Model changed|Class name: settings<br>Method or attribute name: function setValue(dataAbilityHelper: DataAbilityHelper, name: string, value: object, callback: AsyncCallback\<boolean>): void;<br>Model: N/A|Class name: settings<br>Method or attribute name: function setValue(dataAbilityHelper: DataAbilityHelper, name: string, value: object, callback: AsyncCallback\<boolean>): void;<br>Model: @FAModelOnly|@ohos.settings.d.ts|
|Model changed|Class name: settings<br>Method or attribute name: function setValue(dataAbilityHelper: DataAbilityHelper, name: string, value: object): Promise\<boolean>;<br>Model: N/A|Class name: settings<br>Method or attribute name: function setValue(dataAbilityHelper: DataAbilityHelper, name: string, value: object): Promise\<boolean>;<br>Model: @FAModelOnly|@ohos.settings.d.ts|
|Model changed|Class name: settings<br>Method or attribute name: function getValueSync(dataAbilityHelper: DataAbilityHelper, name: string, defValue: string): string;<br>Model: N/A|Class name: settings<br>Method or attribute name: function getValueSync(dataAbilityHelper: DataAbilityHelper, name: string, defValue: string): string;<br>Model: @FAModelOnly|@ohos.settings.d.ts|
|Model changed|Class name: settings<br>Method or attribute name: function setValueSync(dataAbilityHelper: DataAbilityHelper, name: string, value: string): boolean;<br>Model: N/A|Class name: settings<br>Method or attribute name: function setValueSync(dataAbilityHelper: DataAbilityHelper, name: string, value: string): boolean;<br>Model: @FAModelOnly|@ohos.settings.d.ts|
|Deprecated version changed|Class name: settings<br>Method or attribute name: function getURI(name: string, callback: AsyncCallback\<object>): void;<br>Deprecated version: N/A|Class name: settings<br>Method or attribute name: function getURI(name: string, callback: AsyncCallback\<object>): void;<br>Deprecated version: 9<br>Substitute API: N/A|@ohos.settings.d.ts|
|Deprecated version changed|Class name: settings<br>Method or attribute name: function getURI(name: string): Promise\<object>;<br>Deprecated version: N/A|Class name: settings<br>Method or attribute name: function getURI(name: string): Promise\<object>;<br>Deprecated version: 9<br>Substitute API: N/A|@ohos.settings.d.ts|
|Deprecated version changed|Class name: settings<br>Method or attribute name: function getValue(dataAbilityHelper: DataAbilityHelper, name: string, callback: AsyncCallback\<object>): void;<br>Deprecated version: N/A|Class name: settings<br>Method or attribute name: function getValue(dataAbilityHelper: DataAbilityHelper, name: string, callback: AsyncCallback\<object>): void;<br>Deprecated version: 9<br>Substitute API: N/A|@ohos.settings.d.ts|
|Deprecated version changed|Class name: settings<br>Method or attribute name: function getValue(dataAbilityHelper: DataAbilityHelper, name: string): Promise\<object>;<br>Deprecated version: N/A|Class name: settings<br>Method or attribute name: function getValue(dataAbilityHelper: DataAbilityHelper, name: string): Promise\<object>;<br>Deprecated version: 9<br>Substitute API: N/A|@ohos.settings.d.ts|
|Deprecated version changed|Class name: settings<br>Method or attribute name: function setValue(dataAbilityHelper: DataAbilityHelper, name: string, value: object, callback: AsyncCallback\<boolean>): void;<br>Deprecated version: N/A|Class name: settings<br>Method or attribute name: function setValue(dataAbilityHelper: DataAbilityHelper, name: string, value: object, callback: AsyncCallback\<boolean>): void;<br>Deprecated version: 9<br>Substitute API: N/A|@ohos.settings.d.ts|
|Deprecated version changed|Class name: settings<br>Method or attribute name: function setValue(dataAbilityHelper: DataAbilityHelper, name: string, value: object): Promise\<boolean>;<br>Deprecated version: N/A|Class name: settings<br>Method or attribute name: function setValue(dataAbilityHelper: DataAbilityHelper, name: string, value: object): Promise\<boolean>;<br>Deprecated version: 9<br>Substitute API: N/A|@ohos.settings.d.ts|
|Deprecated version changed|Class name: settings<br>Method or attribute name: function getValueSync(dataAbilityHelper: DataAbilityHelper, name: string, defValue: string): string;<br>Deprecated version: N/A|Class name: settings<br>Method or attribute name: function getValueSync(dataAbilityHelper: DataAbilityHelper, name: string, defValue: string): string;<br>Deprecated version: 9<br>Substitute API: N/A|@ohos.settings.d.ts|
|Deprecated version changed|Class name: settings<br>Method or attribute name: function setValueSync(dataAbilityHelper: DataAbilityHelper, name: string, value: string): boolean;<br>Deprecated version: N/A|Class name: settings<br>Method or attribute name: function setValueSync(dataAbilityHelper: DataAbilityHelper, name: string, value: string): boolean;<br>Deprecated version: 9<br>Substitute API: N/A|@ohos.settings.d.ts|
|Error code added|NA|Class name: call<br>Method or attribute name: function makeCall(phoneNumber: string, callback: AsyncCallback\<void>): void;<br>Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.call.d.ts|
|Error code added|NA|Class name: call<br>Method or attribute name: function makeCall(phoneNumber: string): Promise\<void>;<br>Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.call.d.ts|
|Permission added|Class name: contact<br>Method or attribute name: function addContact(contact: Contact, callback: AsyncCallback\<number>): void;<br>Permission: N/A|Class name: contact<br>Method or attribute name: function addContact(contact: Contact, callback: AsyncCallback\<number>): void;<br>Permission: ohos.permission.WRITE_CONTACTS|@ohos.contact.d.ts|
|Permission added|Class name: contact<br>Method or attribute name: function addContact(contact: Contact): Promise\<number>;<br>Permission: N/A|Class name: contact<br>Method or attribute name: function addContact(contact: Contact): Promise\<number>;<br>Permission: ohos.permission.WRITE_CONTACTS|@ohos.contact.d.ts|
|Permission added|Class name: contact<br>Method or attribute name: function deleteContact(key: string, callback: AsyncCallback\<void>): void;<br>Permission: N/A|Class name: contact<br>Method or attribute name: function deleteContact(key: string, callback: AsyncCallback\<void>): void;<br>Permission: ohos.permission.WRITE_CONTACTS|@ohos.contact.d.ts|
|Permission added|Class name: contact<br>Method or attribute name: function deleteContact(key: string): Promise\<void>;<br>Permission: N/A|Class name: contact<br>Method or attribute name: function deleteContact(key: string): Promise\<void>;<br>Permission: ohos.permission.WRITE_CONTACTS|@ohos.contact.d.ts|
|Permission added|Class name: contact<br>Method or attribute name: function updateContact(contact: Contact, callback: AsyncCallback\<void>): void;<br>Permission: N/A|Class name: contact<br>Method or attribute name: function updateContact(contact: Contact, callback: AsyncCallback\<void>): void;<br>Permission: ohos.permission.WRITE_CONTACTS|@ohos.contact.d.ts|
|Permission added|Class name: contact<br>Method or attribute name: function updateContact(contact: Contact, attrs: ContactAttributes, callback: AsyncCallback\<void>): void;<br>Permission: N/A|Class name: contact<br>Method or attribute name: function updateContact(contact: Contact, attrs: ContactAttributes, callback: AsyncCallback\<void>): void;<br>Permission: ohos.permission.WRITE_CONTACTS|@ohos.contact.d.ts|
|Permission added|Class name: contact<br>Method or attribute name: function updateContact(contact: Contact, attrs?: ContactAttributes): Promise\<void>;<br>Permission: N/A|Class name: contact<br>Method or attribute name: function updateContact(contact: Contact, attrs?: ContactAttributes): Promise\<void>;<br>Permission: ohos.permission.WRITE_CONTACTS|@ohos.contact.d.ts|
|Permission added|Class name: settings<br>Method or attribute name: function setValueSync(dataAbilityHelper: DataAbilityHelper, name: string, value: string): boolean;<br>Permission: N/A|Class name: settings<br>Method or attribute name: function setValueSync(dataAbilityHelper: DataAbilityHelper, name: string, value: string): boolean;<br>Permission: ohos.permission.MANAGE_SECURE_SETTINGS|@ohos.settings.d.ts|
|SysCap changed|Class name: contact<br>Method or attribute name: function selectContact(callback: AsyncCallback\<Array\<Contact>>): void;<br>SysCap:SystemCapability.Applications.ContactsData|Class name: contact<br>Method or attribute name: function selectContact(callback: AsyncCallback\<Array\<Contact>>): void;<br>SysCap:SystemCapability.Applications.Contacts|@ohos.contact.d.ts|
|SysCap changed|Class name: contact<br>Method or attribute name: function selectContact(): Promise\<Array\<Contact>>;<br>SysCap:SystemCapability.Applications.ContactsData|Class name: contact<br>Method or attribute name: function selectContact(): Promise\<Array\<Contact>>;<br>SysCap:SystemCapability.Applications.Contacts|@ohos.contact.d.ts|
因为 它太大了无法显示 source diff 。你可以改为 查看blob
| Change Type | Old Version | New Version | d.ts File |
| ---- | ------ | ------ | -------- |
|Added|NA|Module name: ohos.batteryInfo<br>Class name: batteryInfo<br>Method or attribute name: const batteryCapacityLevel: BatteryCapacityLevel;|@ohos.batteryInfo.d.ts|
|Added|NA|Module name: ohos.batteryInfo<br>Class name: batteryInfo<br>Method or attribute name: const estimatedRemainingChargeTime: number;|@ohos.batteryInfo.d.ts|
|Added|NA|Module name: ohos.batteryInfo<br>Class name: batteryInfo<br>Method or attribute name: const totalEnergy: number;|@ohos.batteryInfo.d.ts|
|Added|NA|Module name: ohos.batteryInfo<br>Class name: batteryInfo<br>Method or attribute name: const nowCurrent: number;|@ohos.batteryInfo.d.ts|
|Added|NA|Module name: ohos.batteryInfo<br>Class name: batteryInfo<br>Method or attribute name: const remainingEnergy: number;|@ohos.batteryInfo.d.ts|
|Added|NA|Module name: ohos.batteryInfo<br>Class name: BatteryCapacityLevel|@ohos.batteryInfo.d.ts|
|Added|NA|Module name: ohos.batteryInfo<br>Class name: BatteryCapacityLevel<br>Method or attribute name: LEVEL_FULL|@ohos.batteryInfo.d.ts|
|Added|NA|Module name: ohos.batteryInfo<br>Class name: BatteryCapacityLevel<br>Method or attribute name: LEVEL_HIGH|@ohos.batteryInfo.d.ts|
|Added|NA|Module name: ohos.batteryInfo<br>Class name: BatteryCapacityLevel<br>Method or attribute name: LEVEL_NORMAL|@ohos.batteryInfo.d.ts|
|Added|NA|Module name: ohos.batteryInfo<br>Class name: BatteryCapacityLevel<br>Method or attribute name: LEVEL_LOW|@ohos.batteryInfo.d.ts|
|Added|NA|Module name: ohos.batteryInfo<br>Class name: BatteryCapacityLevel<br>Method or attribute name: LEVEL_WARNING|@ohos.batteryInfo.d.ts|
|Added|NA|Module name: ohos.batteryInfo<br>Class name: BatteryCapacityLevel<br>Method or attribute name: LEVEL_CRITICAL|@ohos.batteryInfo.d.ts|
|Added|NA|Module name: ohos.batteryInfo<br>Class name: BatteryCapacityLevel<br>Method or attribute name: LEVEL_SHUTDOWN|@ohos.batteryInfo.d.ts|
|Added|NA|Module name: ohos.batteryInfo<br>Class name: CommonEventBatteryChangedKey|@ohos.batteryInfo.d.ts|
|Added|NA|Module name: ohos.batteryInfo<br>Class name: CommonEventBatteryChangedKey<br>Method or attribute name: EXTRA_SOC = "soc"|@ohos.batteryInfo.d.ts|
|Added|NA|Module name: ohos.batteryInfo<br>Class name: CommonEventBatteryChangedKey<br>Method or attribute name: EXTRA_CHARGE_STATE = "chargeState"|@ohos.batteryInfo.d.ts|
|Added|NA|Module name: ohos.batteryInfo<br>Class name: CommonEventBatteryChangedKey<br>Method or attribute name: EXTRA_HEALTH_STATE = "healthState"|@ohos.batteryInfo.d.ts|
|Added|NA|Module name: ohos.batteryInfo<br>Class name: CommonEventBatteryChangedKey<br>Method or attribute name: EXTRA_PLUGGED_TYPE = "pluggedType"|@ohos.batteryInfo.d.ts|
|Added|NA|Module name: ohos.batteryInfo<br>Class name: CommonEventBatteryChangedKey<br>Method or attribute name: EXTRA_VOLTAGE = "voltage"|@ohos.batteryInfo.d.ts|
|Added|NA|Module name: ohos.batteryInfo<br>Class name: CommonEventBatteryChangedKey<br>Method or attribute name: EXTRA_TECHNOLOGY = "technology"|@ohos.batteryInfo.d.ts|
|Added|NA|Module name: ohos.batteryInfo<br>Class name: CommonEventBatteryChangedKey<br>Method or attribute name: EXTRA_TEMPERATURE = "temperature"|@ohos.batteryInfo.d.ts|
|Added|NA|Module name: ohos.batteryInfo<br>Class name: CommonEventBatteryChangedKey<br>Method or attribute name: EXTRA_PRESENT = "present"|@ohos.batteryInfo.d.ts|
|Added|NA|Module name: ohos.batteryInfo<br>Class name: CommonEventBatteryChangedKey<br>Method or attribute name: EXTRA_CAPACITY_LEVEL = "capacityLevel"|@ohos.batteryInfo.d.ts|
|Added|NA|Class name: power<br>Method or attribute name: function shutdown(reason: string): void;|@ohos.power.d.ts|
|Added|NA|Class name: power<br>Method or attribute name: function reboot(reason: string): void;|@ohos.power.d.ts|
|Added|NA|Class name: power<br>Method or attribute name: function isActive(): boolean;|@ohos.power.d.ts|
|Added|NA|Class name: power<br>Method or attribute name: function wakeup(detail: string): void;|@ohos.power.d.ts|
|Added|NA|Class name: power<br>Method or attribute name: function suspend(): void;|@ohos.power.d.ts|
|Added|NA|Class name: power<br>Method or attribute name: function getPowerMode(): DevicePowerMode;|@ohos.power.d.ts|
|Added|NA|Class name: power<br>Method or attribute name: function setPowerMode(mode: DevicePowerMode, callback: AsyncCallback\<void>): void;|@ohos.power.d.ts|
|Added|NA|Class name: power<br>Method or attribute name: function setPowerMode(mode: DevicePowerMode): Promise\<void>;|@ohos.power.d.ts|
|Added|NA|Module name: ohos.power<br>Class name: DevicePowerMode|@ohos.power.d.ts|
|Added|NA|Class name: DevicePowerMode<br>Method or attribute name: |@ohos.power.d.ts|
|Added|NA|Module name: ohos.power<br>Class name: DevicePowerMode<br>Method or attribute name: MODE_NORMAL = 600|@ohos.power.d.ts|
|Added|NA|Class name: DevicePowerMode<br>Method or attribute name: MODE_NORMAL = 600|@ohos.power.d.ts|
|Added|NA|Module name: ohos.power<br>Class name: DevicePowerMode<br>Method or attribute name: MODE_POWER_SAVE|@ohos.power.d.ts|
|Added|NA|Class name: DevicePowerMode<br>Method or attribute name: MODE_POWER_SAVE|@ohos.power.d.ts|
|Added|NA|Module name: ohos.power<br>Class name: DevicePowerMode<br>Method or attribute name: MODE_PERFORMANCE|@ohos.power.d.ts|
|Added|NA|Class name: DevicePowerMode<br>Method or attribute name: MODE_PERFORMANCE|@ohos.power.d.ts|
|Added|NA|Module name: ohos.power<br>Class name: DevicePowerMode<br>Method or attribute name: MODE_EXTREME_POWER_SAVE|@ohos.power.d.ts|
|Added|NA|Class name: DevicePowerMode<br>Method or attribute name: MODE_EXTREME_POWER_SAVE|@ohos.power.d.ts|
|Added|NA|Class name: RunningLock<br>Method or attribute name: hold(timeout: number): void;|@ohos.runningLock.d.ts|
|Added|NA|Class name: RunningLock<br>Method or attribute name: isHolding(): boolean;|@ohos.runningLock.d.ts|
|Added|NA|Class name: RunningLock<br>Method or attribute name: unhold(): void;|@ohos.runningLock.d.ts|
|Added|NA|Class name: runningLock<br>Method or attribute name: function isSupported(type: RunningLockType): boolean;|@ohos.runningLock.d.ts|
|Added|NA|Class name: runningLock<br>Method or attribute name: function create(name: string, type: RunningLockType, callback: AsyncCallback\<RunningLock>): void;|@ohos.runningLock.d.ts|
|Added|NA|Class name: runningLock<br>Method or attribute name: function create(name: string, type: RunningLockType): Promise\<RunningLock>;|@ohos.runningLock.d.ts|
|Added|NA|Class name: thermal<br>Method or attribute name: function registerThermalLevelCallback(callback: Callback\<ThermalLevel>): void;|@ohos.thermal.d.ts|
|Added|NA|Class name: thermal<br>Method or attribute name: function unregisterThermalLevelCallback(callback?: Callback\<void>): void;|@ohos.thermal.d.ts|
|Added|NA|Class name: thermal<br>Method or attribute name: function getLevel(): ThermalLevel;|@ohos.thermal.d.ts|
|Deleted|Module name: ohos.power<br>Class name: power<br>Method or attribute name: function shutdownDevice(reason: string): void;|NA|@ohos.power.d.ts|
|Access level changed|Class name: brightness<br>Access level: public API|Class name: brightness<br>Access level: system API|@ohos.brightness.d.ts|
|Deprecated version changed|Class name: power<br>Method or attribute name: function rebootDevice(reason: string): void;<br>Deprecated version: N/A|Class name: power<br>Method or attribute name: function rebootDevice(reason: string): void;<br>Deprecated version: 9<br>Substitute API: {@link power|@ohos.power.d.ts|
|Deprecated version changed|Class name: power<br>Method or attribute name: function isScreenOn(callback: AsyncCallback\<boolean>): void;<br>Deprecated version: N/A|Class name: power<br>Method or attribute name: function isScreenOn(callback: AsyncCallback\<boolean>): void;<br>Deprecated version: 9<br>Substitute API: {@link power|@ohos.power.d.ts|
|Deprecated version changed|Class name: power<br>Method or attribute name: function isScreenOn(): Promise\<boolean>;<br>Deprecated version: N/A|Class name: power<br>Method or attribute name: function isScreenOn(): Promise\<boolean>;<br>Deprecated version: 9<br>Substitute API: {@link power|@ohos.power.d.ts|
|Deprecated version changed|Class name: RunningLock<br>Method or attribute name: lock(timeout: number): void;<br>Deprecated version: N/A|Class name: RunningLock<br>Method or attribute name: lock(timeout: number): void;<br>Deprecated version: 9<br>Substitute API: {@link RunningLock|@ohos.runningLock.d.ts|
|Deprecated version changed|Class name: RunningLock<br>Method or attribute name: isUsed(): boolean;<br>Deprecated version: N/A|Class name: RunningLock<br>Method or attribute name: isUsed(): boolean;<br>Deprecated version: 9<br>Substitute API: {@link RunningLock|@ohos.runningLock.d.ts|
|Deprecated version changed|Class name: RunningLock<br>Method or attribute name: unlock(): void;<br>Deprecated version: N/A|Class name: RunningLock<br>Method or attribute name: unlock(): void;<br>Deprecated version: 9<br>Substitute API: {@link RunningLock|@ohos.runningLock.d.ts|
|Deprecated version changed|Class name: runningLock<br>Method or attribute name: function isRunningLockTypeSupported(type: RunningLockType, callback: AsyncCallback\<boolean>): void;<br>Deprecated version: N/A|Class name: runningLock<br>Method or attribute name: function isRunningLockTypeSupported(type: RunningLockType, callback: AsyncCallback\<boolean>): void;<br>Deprecated version: 9<br>Substitute API: {@link RunningLock|@ohos.runningLock.d.ts|
|Deprecated version changed|Class name: runningLock<br>Method or attribute name: function isRunningLockTypeSupported(type: RunningLockType): Promise\<boolean>;<br>Deprecated version: N/A|Class name: runningLock<br>Method or attribute name: function isRunningLockTypeSupported(type: RunningLockType): Promise\<boolean>;<br>Deprecated version: 9<br>Substitute API: {@link RunningLock|@ohos.runningLock.d.ts|
|Deprecated version changed|Class name: runningLock<br>Method or attribute name: function createRunningLock(name: string, type: RunningLockType, callback: AsyncCallback\<RunningLock>): void;<br>Deprecated version: N/A|Class name: runningLock<br>Method or attribute name: function createRunningLock(name: string, type: RunningLockType, callback: AsyncCallback\<RunningLock>): void;<br>Deprecated version: 9<br>Substitute API: {@link RunningLock|@ohos.runningLock.d.ts|
|Deprecated version changed|Class name: runningLock<br>Method or attribute name: function createRunningLock(name: string, type: RunningLockType): Promise\<RunningLock>;<br>Deprecated version: N/A|Class name: runningLock<br>Method or attribute name: function createRunningLock(name: string, type: RunningLockType): Promise\<RunningLock>;<br>Deprecated version: 9<br>Substitute API: {@link RunningLock|@ohos.runningLock.d.ts|
|Deprecated version changed|Class name: thermal<br>Method or attribute name: function subscribeThermalLevel(callback: AsyncCallback\<ThermalLevel>): void;<br>Deprecated version: N/A|Class name: thermal<br>Method or attribute name: function subscribeThermalLevel(callback: AsyncCallback\<ThermalLevel>): void;<br>Deprecated version: 9<br>Substitute API: {@link thermal|@ohos.thermal.d.ts|
|Deprecated version changed|Class name: thermal<br>Method or attribute name: function unsubscribeThermalLevel(callback?: AsyncCallback\<void>): void;<br>Deprecated version: N/A|Class name: thermal<br>Method or attribute name: function unsubscribeThermalLevel(callback?: AsyncCallback\<void>): void;<br>Deprecated version: 9<br>Substitute API: {@link thermal|@ohos.thermal.d.ts|
|Deprecated version changed|Class name: thermal<br>Method or attribute name: function getThermalLevel(): ThermalLevel;<br>Deprecated version: N/A|Class name: thermal<br>Method or attribute name: function getThermalLevel(): ThermalLevel;<br>Deprecated version: 9<br>Substitute API: {@link thermal|@ohos.thermal.d.ts|
|Deprecated version changed|Class name: BatteryResponse<br>Deprecated version: N/A|Class name: BatteryResponse<br>Deprecated version: 6<br>Substitute API: N/A|@system.battery.d.ts|
|Deprecated version changed|Class name: BatteryResponse<br>Method or attribute name: charging: boolean;<br>Deprecated version: N/A|Class name: BatteryResponse<br>Method or attribute name: charging: boolean;<br>Deprecated version: 6<br>Substitute API: N/A|@system.battery.d.ts|
|Deprecated version changed|Class name: BatteryResponse<br>Method or attribute name: level: number;<br>Deprecated version: N/A|Class name: BatteryResponse<br>Method or attribute name: level: number;<br>Deprecated version: 6<br>Substitute API: N/A|@system.battery.d.ts|
|Deprecated version changed|Class name: GetStatusOptions<br>Deprecated version: N/A|Class name: GetStatusOptions<br>Deprecated version: 6<br>Substitute API: N/A|@system.battery.d.ts|
|Deprecated version changed|Class name: GetStatusOptions<br>Method or attribute name: success?: (data: BatteryResponse) => void;<br>Deprecated version: N/A|Class name: GetStatusOptions<br>Method or attribute name: success?: (data: BatteryResponse) => void;<br>Deprecated version: 6<br>Substitute API: N/A|@system.battery.d.ts|
|Deprecated version changed|Class name: GetStatusOptions<br>Method or attribute name: fail?: (data: string, code: number) => void;<br>Deprecated version: N/A|Class name: GetStatusOptions<br>Method or attribute name: fail?: (data: string, code: number) => void;<br>Deprecated version: 6<br>Substitute API: N/A|@system.battery.d.ts|
|Deprecated version changed|Class name: GetStatusOptions<br>Method or attribute name: complete?: () => void;<br>Deprecated version: N/A|Class name: GetStatusOptions<br>Method or attribute name: complete?: () => void;<br>Deprecated version: 6<br>Substitute API: N/A|@system.battery.d.ts|
|Deprecated version changed|Class name: Battery<br>Deprecated version: N/A|Class name: Battery<br>Deprecated version: 6<br>Substitute API: N/A|@system.battery.d.ts|
|Deprecated version changed|Class name: Battery<br>Method or attribute name: static getStatus(options?: GetStatusOptions): void;<br>Deprecated version: N/A|Class name: Battery<br>Method or attribute name: static getStatus(options?: GetStatusOptions): void;<br>Deprecated version: 6<br>Substitute API: N/A|@system.battery.d.ts|
|Deprecated version changed|Class name: BrightnessResponse<br>Deprecated version: N/A|Class name: BrightnessResponse<br>Deprecated version: 7<br>Substitute API: N/A|@system.brightness.d.ts|
|Deprecated version changed|Class name: BrightnessResponse<br>Method or attribute name: value: number;<br>Deprecated version: N/A|Class name: BrightnessResponse<br>Method or attribute name: value: number;<br>Deprecated version: 7<br>Substitute API: N/A|@system.brightness.d.ts|
|Deprecated version changed|Class name: GetBrightnessOptions<br>Deprecated version: N/A|Class name: GetBrightnessOptions<br>Deprecated version: 7<br>Substitute API: N/A|@system.brightness.d.ts|
|Deprecated version changed|Class name: GetBrightnessOptions<br>Method or attribute name: success?: (data: BrightnessResponse) => void;<br>Deprecated version: N/A|Class name: GetBrightnessOptions<br>Method or attribute name: success?: (data: BrightnessResponse) => void;<br>Deprecated version: 7<br>Substitute API: N/A|@system.brightness.d.ts|
|Deprecated version changed|Class name: GetBrightnessOptions<br>Method or attribute name: fail?: (data: string, code: number) => void;<br>Deprecated version: N/A|Class name: GetBrightnessOptions<br>Method or attribute name: fail?: (data: string, code: number) => void;<br>Deprecated version: 7<br>Substitute API: N/A|@system.brightness.d.ts|
|Deprecated version changed|Class name: GetBrightnessOptions<br>Method or attribute name: complete?: () => void;<br>Deprecated version: N/A|Class name: GetBrightnessOptions<br>Method or attribute name: complete?: () => void;<br>Deprecated version: 7<br>Substitute API: N/A|@system.brightness.d.ts|
|Deprecated version changed|Class name: SetBrightnessOptions<br>Deprecated version: N/A|Class name: SetBrightnessOptions<br>Deprecated version: 7<br>Substitute API: N/A|@system.brightness.d.ts|
|Deprecated version changed|Class name: SetBrightnessOptions<br>Method or attribute name: value: number;<br>Deprecated version: N/A|Class name: SetBrightnessOptions<br>Method or attribute name: value: number;<br>Deprecated version: 7<br>Substitute API: N/A|@system.brightness.d.ts|
|Deprecated version changed|Class name: SetBrightnessOptions<br>Method or attribute name: success?: () => void;<br>Deprecated version: N/A|Class name: SetBrightnessOptions<br>Method or attribute name: success?: () => void;<br>Deprecated version: 7<br>Substitute API: N/A|@system.brightness.d.ts|
|Deprecated version changed|Class name: SetBrightnessOptions<br>Method or attribute name: fail?: (data: string, code: number) => void;<br>Deprecated version: N/A|Class name: SetBrightnessOptions<br>Method or attribute name: fail?: (data: string, code: number) => void;<br>Deprecated version: 7<br>Substitute API: N/A|@system.brightness.d.ts|
|Deprecated version changed|Class name: SetBrightnessOptions<br>Method or attribute name: complete?: () => void<br>Deprecated version: N/A|Class name: SetBrightnessOptions<br>Method or attribute name: complete?: () => void<br>Deprecated version: 7<br>Substitute API: N/A|@system.brightness.d.ts|
|Deprecated version changed|Class name: BrightnessModeResponse<br>Deprecated version: N/A|Class name: BrightnessModeResponse<br>Deprecated version: 7<br>Substitute API: N/A|@system.brightness.d.ts|
|Deprecated version changed|Class name: BrightnessModeResponse<br>Method or attribute name: mode: number;<br>Deprecated version: N/A|Class name: BrightnessModeResponse<br>Method or attribute name: mode: number;<br>Deprecated version: 7<br>Substitute API: N/A|@system.brightness.d.ts|
|Deprecated version changed|Class name: GetBrightnessModeOptions<br>Deprecated version: N/A|Class name: GetBrightnessModeOptions<br>Deprecated version: 7<br>Substitute API: N/A|@system.brightness.d.ts|
|Deprecated version changed|Class name: GetBrightnessModeOptions<br>Method or attribute name: success?: (data: BrightnessModeResponse) => void;<br>Deprecated version: N/A|Class name: GetBrightnessModeOptions<br>Method or attribute name: success?: (data: BrightnessModeResponse) => void;<br>Deprecated version: 7<br>Substitute API: N/A|@system.brightness.d.ts|
|Deprecated version changed|Class name: GetBrightnessModeOptions<br>Method or attribute name: fail?: (data: string, code: number) => void;<br>Deprecated version: N/A|Class name: GetBrightnessModeOptions<br>Method or attribute name: fail?: (data: string, code: number) => void;<br>Deprecated version: 7<br>Substitute API: N/A|@system.brightness.d.ts|
|Deprecated version changed|Class name: GetBrightnessModeOptions<br>Method or attribute name: complete?: () => void;<br>Deprecated version: N/A|Class name: GetBrightnessModeOptions<br>Method or attribute name: complete?: () => void;<br>Deprecated version: 7<br>Substitute API: N/A|@system.brightness.d.ts|
|Deprecated version changed|Class name: SetBrightnessModeOptions<br>Deprecated version: N/A|Class name: SetBrightnessModeOptions<br>Deprecated version: 7<br>Substitute API: N/A|@system.brightness.d.ts|
|Deprecated version changed|Class name: SetBrightnessModeOptions<br>Method or attribute name: mode: number;<br>Deprecated version: N/A|Class name: SetBrightnessModeOptions<br>Method or attribute name: mode: number;<br>Deprecated version: 7<br>Substitute API: N/A|@system.brightness.d.ts|
|Deprecated version changed|Class name: SetBrightnessModeOptions<br>Method or attribute name: success?: () => void;<br>Deprecated version: N/A|Class name: SetBrightnessModeOptions<br>Method or attribute name: success?: () => void;<br>Deprecated version: 7<br>Substitute API: N/A|@system.brightness.d.ts|
|Deprecated version changed|Class name: SetBrightnessModeOptions<br>Method or attribute name: fail?: (data: string, code: number) => void;<br>Deprecated version: N/A|Class name: SetBrightnessModeOptions<br>Method or attribute name: fail?: (data: string, code: number) => void;<br>Deprecated version: 7<br>Substitute API: N/A|@system.brightness.d.ts|
|Deprecated version changed|Class name: SetBrightnessModeOptions<br>Method or attribute name: complete?: () => void<br>Deprecated version: N/A|Class name: SetBrightnessModeOptions<br>Method or attribute name: complete?: () => void<br>Deprecated version: 7<br>Substitute API: N/A|@system.brightness.d.ts|
|Deprecated version changed|Class name: SetKeepScreenOnOptions<br>Deprecated version: N/A|Class name: SetKeepScreenOnOptions<br>Deprecated version: 7<br>Substitute API: N/A|@system.brightness.d.ts|
|Deprecated version changed|Class name: SetKeepScreenOnOptions<br>Method or attribute name: keepScreenOn: boolean;<br>Deprecated version: N/A|Class name: SetKeepScreenOnOptions<br>Method or attribute name: keepScreenOn: boolean;<br>Deprecated version: 7<br>Substitute API: N/A|@system.brightness.d.ts|
|Deprecated version changed|Class name: SetKeepScreenOnOptions<br>Method or attribute name: success?: () => void;<br>Deprecated version: N/A|Class name: SetKeepScreenOnOptions<br>Method or attribute name: success?: () => void;<br>Deprecated version: 7<br>Substitute API: N/A|@system.brightness.d.ts|
|Deprecated version changed|Class name: SetKeepScreenOnOptions<br>Method or attribute name: fail?: (data: string, code: number) => void;<br>Deprecated version: N/A|Class name: SetKeepScreenOnOptions<br>Method or attribute name: fail?: (data: string, code: number) => void;<br>Deprecated version: 7<br>Substitute API: N/A|@system.brightness.d.ts|
|Deprecated version changed|Class name: SetKeepScreenOnOptions<br>Method or attribute name: complete?: () => void<br>Deprecated version: N/A|Class name: SetKeepScreenOnOptions<br>Method or attribute name: complete?: () => void<br>Deprecated version: 7<br>Substitute API: N/A|@system.brightness.d.ts|
|Deprecated version changed|Class name: Brightness<br>Deprecated version: N/A|Class name: Brightness<br>Deprecated version: 7<br>Substitute API: N/A|@system.brightness.d.ts|
|Deprecated version changed|Class name: Brightness<br>Method or attribute name: static getValue(options?: GetBrightnessOptions): void;<br>Deprecated version: N/A|Class name: Brightness<br>Method or attribute name: static getValue(options?: GetBrightnessOptions): void;<br>Deprecated version: 7<br>Substitute API: N/A|@system.brightness.d.ts|
|Deprecated version changed|Class name: Brightness<br>Method or attribute name: static setValue(options?: SetBrightnessOptions): void;<br>Deprecated version: N/A|Class name: Brightness<br>Method or attribute name: static setValue(options?: SetBrightnessOptions): void;<br>Deprecated version: 7<br>Substitute API: N/A|@system.brightness.d.ts|
|Deprecated version changed|Class name: Brightness<br>Method or attribute name: static getMode(options?: GetBrightnessModeOptions): void;<br>Deprecated version: N/A|Class name: Brightness<br>Method or attribute name: static getMode(options?: GetBrightnessModeOptions): void;<br>Deprecated version: 7<br>Substitute API: N/A|@system.brightness.d.ts|
|Deprecated version changed|Class name: Brightness<br>Method or attribute name: static setMode(options?: SetBrightnessModeOptions): void;<br>Deprecated version: N/A|Class name: Brightness<br>Method or attribute name: static setMode(options?: SetBrightnessModeOptions): void;<br>Deprecated version: 7<br>Substitute API: N/A|@system.brightness.d.ts|
|Deprecated version changed|Class name: Brightness<br>Method or attribute name: static setKeepScreenOn(options?: SetKeepScreenOnOptions): void;<br>Deprecated version: N/A|Class name: Brightness<br>Method or attribute name: static setKeepScreenOn(options?: SetKeepScreenOnOptions): void;<br>Deprecated version: 7<br>Substitute API: N/A|@system.brightness.d.ts|
|Error code added|NA|Class name: batteryStats<br>Method or attribute name: function getBatteryStats(callback: AsyncCallback\<Array\<BatteryStatsInfo>>): void;<br>Error code: 401|@ohos.batteryStatistics.d.ts|
|Error code added|NA|Class name: batteryStats<br>Method or attribute name: function getAppPowerValue(uid: number): number;<br>Error code: 4600101|@ohos.batteryStatistics.d.ts|
|Error code added|NA|Class name: batteryStats<br>Method or attribute name: function getAppPowerPercent(uid: number): number;<br>Error code: 4600101|@ohos.batteryStatistics.d.ts|
|Error code added|NA|Class name: batteryStats<br>Method or attribute name: function getHardwareUnitPowerValue(type: ConsumptionType): number;<br>Error code: 401, 4600101|@ohos.batteryStatistics.d.ts|
|Error code added|NA|Class name: batteryStats<br>Method or attribute name: function getHardwareUnitPowerPercent(type: ConsumptionType): number;<br>Error code: 401, 4600101|@ohos.batteryStatistics.d.ts|
|Error code added|NA|Class name: brightness<br>Method or attribute name: function setValue(value: number): void;<br>Error code: 401, 4700101|@ohos.brightness.d.ts|
| Change Type | Old Version | New Version | d.ts File |
| ---- | ------ | ------ | -------- |
|Added|NA|Module name: ohos.bundle.appControl<br>Class name: appControl|@ohos.bundle.appControl.d.ts|
|Added|NA|Module name: ohos.bundle.appControl<br>Class name: appControl<br>Method or attribute name: function setDisposedStatus(appId: string, disposedWant: Want, callback: AsyncCallback\<void>): void;|@ohos.bundle.appControl.d.ts|
|Added|NA|Module name: ohos.bundle.appControl<br>Class name: appControl<br>Method or attribute name: function setDisposedStatus(appId: string, disposedWant: Want): Promise\<void>;|@ohos.bundle.appControl.d.ts|
|Added|NA|Module name: ohos.bundle.appControl<br>Class name: appControl<br>Method or attribute name: function getDisposedStatus(appId: string, callback: AsyncCallback\<Want>): void;|@ohos.bundle.appControl.d.ts|
|Added|NA|Module name: ohos.bundle.appControl<br>Class name: appControl<br>Method or attribute name: function getDisposedStatus(appId: string): Promise\<Want>;|@ohos.bundle.appControl.d.ts|
|Added|NA|Module name: ohos.bundle.appControl<br>Class name: appControl<br>Method or attribute name: function deleteDisposedStatus(appId: string, callback: AsyncCallback\<void>): void;|@ohos.bundle.appControl.d.ts|
|Added|NA|Module name: ohos.bundle.appControl<br>Class name: appControl<br>Method or attribute name: function deleteDisposedStatus(appId: string): Promise\<void>;|@ohos.bundle.appControl.d.ts|
|Added|NA|Module name: ohos.bundle.bundleManager<br>Class name: bundleManager|@ohos.bundle.bundleManager.d.ts|
|Added|NA|Module name: ohos.bundle.bundleManager<br>Class name: BundleFlag|@ohos.bundle.bundleManager.d.ts|
|Added|NA|Module name: ohos.bundle.bundleManager<br>Class name: BundleFlag<br>Method or attribute name: GET_BUNDLE_INFO_DEFAULT = 0x00000000|@ohos.bundle.bundleManager.d.ts|
|Added|NA|Module name: ohos.bundle.bundleManager<br>Class name: BundleFlag<br>Method or attribute name: GET_BUNDLE_INFO_WITH_APPLICATION = 0x00000001|@ohos.bundle.bundleManager.d.ts|
|Added|NA|Module name: ohos.bundle.bundleManager<br>Class name: BundleFlag<br>Method or attribute name: GET_BUNDLE_INFO_WITH_HAP_MODULE = 0x00000002|@ohos.bundle.bundleManager.d.ts|
|Added|NA|Module name: ohos.bundle.bundleManager<br>Class name: BundleFlag<br>Method or attribute name: GET_BUNDLE_INFO_WITH_ABILITY = 0x00000004|@ohos.bundle.bundleManager.d.ts|
|Added|NA|Module name: ohos.bundle.bundleManager<br>Class name: BundleFlag<br>Method or attribute name: GET_BUNDLE_INFO_WITH_EXTENSION_ABILITY = 0x00000008|@ohos.bundle.bundleManager.d.ts|
|Added|NA|Module name: ohos.bundle.bundleManager<br>Class name: BundleFlag<br>Method or attribute name: GET_BUNDLE_INFO_WITH_REQUESTED_PERMISSION = 0x00000010|@ohos.bundle.bundleManager.d.ts|
|Added|NA|Module name: ohos.bundle.bundleManager<br>Class name: BundleFlag<br>Method or attribute name: GET_BUNDLE_INFO_WITH_METADATA = 0x00000020|@ohos.bundle.bundleManager.d.ts|
|Added|NA|Module name: ohos.bundle.bundleManager<br>Class name: BundleFlag<br>Method or attribute name: GET_BUNDLE_INFO_WITH_DISABLE = 0x00000040|@ohos.bundle.bundleManager.d.ts|
|Added|NA|Module name: ohos.bundle.bundleManager<br>Class name: BundleFlag<br>Method or attribute name: GET_BUNDLE_INFO_WITH_SIGNATURE_INFO = 0x00000080|@ohos.bundle.bundleManager.d.ts|
|Added|NA|Module name: ohos.bundle.bundleManager<br>Class name: ApplicationFlag|@ohos.bundle.bundleManager.d.ts|
|Added|NA|Module name: ohos.bundle.bundleManager<br>Class name: ApplicationFlag<br>Method or attribute name: GET_APPLICATION_INFO_DEFAULT = 0x00000000|@ohos.bundle.bundleManager.d.ts|
|Added|NA|Module name: ohos.bundle.bundleManager<br>Class name: ApplicationFlag<br>Method or attribute name: GET_APPLICATION_INFO_WITH_PERMISSION = 0x00000001|@ohos.bundle.bundleManager.d.ts|
|Added|NA|Module name: ohos.bundle.bundleManager<br>Class name: ApplicationFlag<br>Method or attribute name: GET_APPLICATION_INFO_WITH_METADATA = 0x00000002|@ohos.bundle.bundleManager.d.ts|
|Added|NA|Module name: ohos.bundle.bundleManager<br>Class name: ApplicationFlag<br>Method or attribute name: GET_APPLICATION_INFO_WITH_DISABLE = 0x00000004|@ohos.bundle.bundleManager.d.ts|
|Added|NA|Module name: ohos.bundle.bundleManager<br>Class name: AbilityFlag|@ohos.bundle.bundleManager.d.ts|
|Added|NA|Module name: ohos.bundle.bundleManager<br>Class name: AbilityFlag<br>Method or attribute name: GET_ABILITY_INFO_DEFAULT = 0x00000000|@ohos.bundle.bundleManager.d.ts|
|Added|NA|Module name: ohos.bundle.bundleManager<br>Class name: AbilityFlag<br>Method or attribute name: GET_ABILITY_INFO_WITH_PERMISSION = 0x00000001|@ohos.bundle.bundleManager.d.ts|
|Added|NA|Module name: ohos.bundle.bundleManager<br>Class name: AbilityFlag<br>Method or attribute name: GET_ABILITY_INFO_WITH_APPLICATION = 0x00000002|@ohos.bundle.bundleManager.d.ts|
|Added|NA|Module name: ohos.bundle.bundleManager<br>Class name: AbilityFlag<br>Method or attribute name: GET_ABILITY_INFO_WITH_METADATA = 0x00000004|@ohos.bundle.bundleManager.d.ts|
|Added|NA|Module name: ohos.bundle.bundleManager<br>Class name: AbilityFlag<br>Method or attribute name: GET_ABILITY_INFO_WITH_DISABLE = 0x00000008|@ohos.bundle.bundleManager.d.ts|
|Added|NA|Module name: ohos.bundle.bundleManager<br>Class name: AbilityFlag<br>Method or attribute name: GET_ABILITY_INFO_ONLY_SYSTEM_APP = 0x00000010|@ohos.bundle.bundleManager.d.ts|
|Added|NA|Module name: ohos.bundle.bundleManager<br>Class name: ExtensionAbilityFlag|@ohos.bundle.bundleManager.d.ts|
|Added|NA|Module name: ohos.bundle.bundleManager<br>Class name: ExtensionAbilityFlag<br>Method or attribute name: GET_EXTENSION_ABILITY_INFO_DEFAULT = 0x00000000|@ohos.bundle.bundleManager.d.ts|
|Added|NA|Module name: ohos.bundle.bundleManager<br>Class name: ExtensionAbilityFlag<br>Method or attribute name: GET_EXTENSION_ABILITY_INFO_WITH_PERMISSION = 0x00000001|@ohos.bundle.bundleManager.d.ts|
|Added|NA|Module name: ohos.bundle.bundleManager<br>Class name: ExtensionAbilityFlag<br>Method or attribute name: GET_EXTENSION_ABILITY_INFO_WITH_APPLICATION = 0x00000002|@ohos.bundle.bundleManager.d.ts|
|Added|NA|Module name: ohos.bundle.bundleManager<br>Class name: ExtensionAbilityFlag<br>Method or attribute name: GET_EXTENSION_ABILITY_INFO_WITH_METADATA = 0x00000004|@ohos.bundle.bundleManager.d.ts|
|Added|NA|Module name: ohos.bundle.bundleManager<br>Class name: ExtensionAbilityType|@ohos.bundle.bundleManager.d.ts|
|Added|NA|Module name: ohos.bundle.bundleManager<br>Class name: ExtensionAbilityType<br>Method or attribute name: FORM = 0|@ohos.bundle.bundleManager.d.ts|
|Added|NA|Module name: ohos.bundle.bundleManager<br>Class name: ExtensionAbilityType<br>Method or attribute name: WORK_SCHEDULER = 1|@ohos.bundle.bundleManager.d.ts|
|Added|NA|Module name: ohos.bundle.bundleManager<br>Class name: ExtensionAbilityType<br>Method or attribute name: INPUT_METHOD = 2|@ohos.bundle.bundleManager.d.ts|
|Added|NA|Module name: ohos.bundle.bundleManager<br>Class name: ExtensionAbilityType<br>Method or attribute name: SERVICE = 3|@ohos.bundle.bundleManager.d.ts|
|Added|NA|Module name: ohos.bundle.bundleManager<br>Class name: ExtensionAbilityType<br>Method or attribute name: ACCESSIBILITY = 4|@ohos.bundle.bundleManager.d.ts|
|Added|NA|Module name: ohos.bundle.bundleManager<br>Class name: ExtensionAbilityType<br>Method or attribute name: DATA_SHARE = 5|@ohos.bundle.bundleManager.d.ts|
|Added|NA|Module name: ohos.bundle.bundleManager<br>Class name: ExtensionAbilityType<br>Method or attribute name: FILE_SHARE = 6|@ohos.bundle.bundleManager.d.ts|
|Added|NA|Module name: ohos.bundle.bundleManager<br>Class name: ExtensionAbilityType<br>Method or attribute name: STATIC_SUBSCRIBER = 7|@ohos.bundle.bundleManager.d.ts|
|Added|NA|Module name: ohos.bundle.bundleManager<br>Class name: ExtensionAbilityType<br>Method or attribute name: WALLPAPER = 8|@ohos.bundle.bundleManager.d.ts|
|Added|NA|Module name: ohos.bundle.bundleManager<br>Class name: ExtensionAbilityType<br>Method or attribute name: BACKUP = 9|@ohos.bundle.bundleManager.d.ts|
|Added|NA|Module name: ohos.bundle.bundleManager<br>Class name: ExtensionAbilityType<br>Method or attribute name: WINDOW = 10|@ohos.bundle.bundleManager.d.ts|
|Added|NA|Module name: ohos.bundle.bundleManager<br>Class name: ExtensionAbilityType<br>Method or attribute name: ENTERPRISE_ADMIN = 11|@ohos.bundle.bundleManager.d.ts|
|Added|NA|Module name: ohos.bundle.bundleManager<br>Class name: ExtensionAbilityType<br>Method or attribute name: THUMBNAIL = 13|@ohos.bundle.bundleManager.d.ts|
|Added|NA|Module name: ohos.bundle.bundleManager<br>Class name: ExtensionAbilityType<br>Method or attribute name: PREVIEW = 14|@ohos.bundle.bundleManager.d.ts|
|Added|NA|Module name: ohos.bundle.bundleManager<br>Class name: ExtensionAbilityType<br>Method or attribute name: UNSPECIFIED = 255|@ohos.bundle.bundleManager.d.ts|
|Added|NA|Module name: ohos.bundle.bundleManager<br>Class name: PermissionGrantState|@ohos.bundle.bundleManager.d.ts|
|Added|NA|Module name: ohos.bundle.bundleManager<br>Class name: PermissionGrantState<br>Method or attribute name: PERMISSION_DENIED = -1|@ohos.bundle.bundleManager.d.ts|
|Added|NA|Module name: ohos.bundle.bundleManager<br>Class name: PermissionGrantState<br>Method or attribute name: PERMISSION_GRANTED = 0|@ohos.bundle.bundleManager.d.ts|
|Added|NA|Module name: ohos.bundle.bundleManager<br>Class name: SupportWindowMode|@ohos.bundle.bundleManager.d.ts|
|Added|NA|Module name: ohos.bundle.bundleManager<br>Class name: SupportWindowMode<br>Method or attribute name: FULL_SCREEN = 0|@ohos.bundle.bundleManager.d.ts|
|Added|NA|Module name: ohos.bundle.bundleManager<br>Class name: SupportWindowMode<br>Method or attribute name: SPLIT = 1|@ohos.bundle.bundleManager.d.ts|
|Added|NA|Module name: ohos.bundle.bundleManager<br>Class name: SupportWindowMode<br>Method or attribute name: FLOATING = 2|@ohos.bundle.bundleManager.d.ts|
|Added|NA|Module name: ohos.bundle.bundleManager<br>Class name: LaunchType|@ohos.bundle.bundleManager.d.ts|
|Added|NA|Module name: ohos.bundle.bundleManager<br>Class name: LaunchType<br>Method or attribute name: SINGLETON = 0|@ohos.bundle.bundleManager.d.ts|
|Added|NA|Module name: ohos.bundle.bundleManager<br>Class name: LaunchType<br>Method or attribute name: MULTITON = 1|@ohos.bundle.bundleManager.d.ts|
|Added|NA|Module name: ohos.bundle.bundleManager<br>Class name: LaunchType<br>Method or attribute name: SPECIFIED = 2|@ohos.bundle.bundleManager.d.ts|
|Added|NA|Module name: ohos.bundle.bundleManager<br>Class name: AbilityType|@ohos.bundle.bundleManager.d.ts|
|Added|NA|Module name: ohos.bundle.bundleManager<br>Class name: AbilityType<br>Method or attribute name: PAGE = 1|@ohos.bundle.bundleManager.d.ts|
|Added|NA|Module name: ohos.bundle.bundleManager<br>Class name: AbilityType<br>Method or attribute name: SERVICE = 2|@ohos.bundle.bundleManager.d.ts|
|Added|NA|Module name: ohos.bundle.bundleManager<br>Class name: AbilityType<br>Method or attribute name: DATA = 3|@ohos.bundle.bundleManager.d.ts|
|Added|NA|Module name: ohos.bundle.bundleManager<br>Class name: DisplayOrientation|@ohos.bundle.bundleManager.d.ts|
|Added|NA|Module name: ohos.bundle.bundleManager<br>Class name: DisplayOrientation<br>Method or attribute name: UNSPECIFIED|@ohos.bundle.bundleManager.d.ts|
|Added|NA|Module name: ohos.bundle.bundleManager<br>Class name: DisplayOrientation<br>Method or attribute name: LANDSCAPE|@ohos.bundle.bundleManager.d.ts|
|Added|NA|Module name: ohos.bundle.bundleManager<br>Class name: DisplayOrientation<br>Method or attribute name: PORTRAIT|@ohos.bundle.bundleManager.d.ts|
|Added|NA|Module name: ohos.bundle.bundleManager<br>Class name: DisplayOrientation<br>Method or attribute name: FOLLOW_RECENT|@ohos.bundle.bundleManager.d.ts|
|Added|NA|Module name: ohos.bundle.bundleManager<br>Class name: DisplayOrientation<br>Method or attribute name: LANDSCAPE_INVERTED|@ohos.bundle.bundleManager.d.ts|
|Added|NA|Module name: ohos.bundle.bundleManager<br>Class name: DisplayOrientation<br>Method or attribute name: PORTRAIT_INVERTED|@ohos.bundle.bundleManager.d.ts|
|Added|NA|Module name: ohos.bundle.bundleManager<br>Class name: DisplayOrientation<br>Method or attribute name: AUTO_ROTATION|@ohos.bundle.bundleManager.d.ts|
|Added|NA|Module name: ohos.bundle.bundleManager<br>Class name: DisplayOrientation<br>Method or attribute name: AUTO_ROTATION_LANDSCAPE|@ohos.bundle.bundleManager.d.ts|
|Added|NA|Module name: ohos.bundle.bundleManager<br>Class name: DisplayOrientation<br>Method or attribute name: AUTO_ROTATION_PORTRAIT|@ohos.bundle.bundleManager.d.ts|
|Added|NA|Module name: ohos.bundle.bundleManager<br>Class name: DisplayOrientation<br>Method or attribute name: AUTO_ROTATION_RESTRICTED|@ohos.bundle.bundleManager.d.ts|
|Added|NA|Module name: ohos.bundle.bundleManager<br>Class name: DisplayOrientation<br>Method or attribute name: AUTO_ROTATION_LANDSCAPE_RESTRICTED|@ohos.bundle.bundleManager.d.ts|
|Added|NA|Module name: ohos.bundle.bundleManager<br>Class name: DisplayOrientation<br>Method or attribute name: AUTO_ROTATION_PORTRAIT_RESTRICTED|@ohos.bundle.bundleManager.d.ts|
|Added|NA|Module name: ohos.bundle.bundleManager<br>Class name: DisplayOrientation<br>Method or attribute name: LOCKED|@ohos.bundle.bundleManager.d.ts|
|Added|NA|Module name: ohos.bundle.bundleManager<br>Class name: ModuleType|@ohos.bundle.bundleManager.d.ts|
|Added|NA|Module name: ohos.bundle.bundleManager<br>Class name: ModuleType<br>Method or attribute name: ENTRY = 1|@ohos.bundle.bundleManager.d.ts|
|Added|NA|Module name: ohos.bundle.bundleManager<br>Class name: ModuleType<br>Method or attribute name: FEATURE = 2|@ohos.bundle.bundleManager.d.ts|
|Added|NA|Module name: ohos.bundle.bundleManager<br>Class name: ModuleType<br>Method or attribute name: SHARED = 3|@ohos.bundle.bundleManager.d.ts|
|Added|NA|Module name: ohos.bundle.bundleManager<br>Class name: BundleType|@ohos.bundle.bundleManager.d.ts|
|Added|NA|Module name: ohos.bundle.bundleManager<br>Class name: BundleType<br>Method or attribute name: APP = 0|@ohos.bundle.bundleManager.d.ts|
|Added|NA|Module name: ohos.bundle.bundleManager<br>Class name: BundleType<br>Method or attribute name: ATOMIC_SERVICE = 1|@ohos.bundle.bundleManager.d.ts|
|Added|NA|Module name: ohos.bundle.bundleManager<br>Class name: bundleManager<br>Method or attribute name: function getBundleInfoForSelf(bundleFlags: number): Promise\<BundleInfo>;|@ohos.bundle.bundleManager.d.ts|
|Added|NA|Module name: ohos.bundle.bundleManager<br>Class name: bundleManager<br>Method or attribute name: function getBundleInfoForSelf(bundleFlags: number, callback: AsyncCallback\<BundleInfo>): void;|@ohos.bundle.bundleManager.d.ts|
|Added|NA|Module name: ohos.bundle.bundleManager<br>Class name: bundleManager<br>Method or attribute name: function getBundleInfo(bundleName: string, bundleFlags: number, callback: AsyncCallback\<BundleInfo>): void;|@ohos.bundle.bundleManager.d.ts|
|Added|NA|Module name: ohos.bundle.bundleManager<br>Class name: bundleManager<br>Method or attribute name: function getBundleInfo(bundleName: string, bundleFlags: number, userId: number, callback: AsyncCallback\<BundleInfo>): void;|@ohos.bundle.bundleManager.d.ts|
|Added|NA|Module name: ohos.bundle.bundleManager<br>Class name: bundleManager<br>Method or attribute name: function getBundleInfo(bundleName: string, bundleFlags: number, userId?: number): Promise\<BundleInfo>;|@ohos.bundle.bundleManager.d.ts|
|Added|NA|Module name: ohos.bundle.bundleManager<br>Class name: bundleManager<br>Method or attribute name: function getApplicationInfo(bundleName: string, appFlags: number, callback: AsyncCallback\<ApplicationInfo>): void;|@ohos.bundle.bundleManager.d.ts|
|Added|NA|Module name: ohos.bundle.bundleManager<br>Class name: bundleManager<br>Method or attribute name: function getApplicationInfo(bundleName: string, appFlags: number, userId: number, callback: AsyncCallback\<ApplicationInfo>): void;|@ohos.bundle.bundleManager.d.ts|
|Added|NA|Module name: ohos.bundle.bundleManager<br>Class name: bundleManager<br>Method or attribute name: function getApplicationInfo(bundleName: string, appFlags: number, userId?: number): Promise\<ApplicationInfo>;|@ohos.bundle.bundleManager.d.ts|
|Added|NA|Module name: ohos.bundle.bundleManager<br>Class name: bundleManager<br>Method or attribute name: function getAllBundleInfo(bundleFlags: number, callback: AsyncCallback\<Array\<BundleInfo>>): void;|@ohos.bundle.bundleManager.d.ts|
|Added|NA|Module name: ohos.bundle.bundleManager<br>Class name: bundleManager<br>Method or attribute name: function getAllBundleInfo(bundleFlags: number, userId: number, callback: AsyncCallback\<Array\<BundleInfo>>): void;|@ohos.bundle.bundleManager.d.ts|
|Added|NA|Module name: ohos.bundle.bundleManager<br>Class name: bundleManager<br>Method or attribute name: function getAllBundleInfo(bundleFlags: number, userId?: number): Promise\<Array\<BundleInfo>>;|@ohos.bundle.bundleManager.d.ts|
|Added|NA|Module name: ohos.bundle.bundleManager<br>Class name: bundleManager<br>Method or attribute name: function getAllApplicationInfo(appFlags: number, callback: AsyncCallback\<Array\<ApplicationInfo>>): void;|@ohos.bundle.bundleManager.d.ts|
|Added|NA|Module name: ohos.bundle.bundleManager<br>Class name: bundleManager<br>Method or attribute name: function getAllApplicationInfo(appFlags: number, userId: number, callback: AsyncCallback\<Array\<ApplicationInfo>>): void;|@ohos.bundle.bundleManager.d.ts|
|Added|NA|Module name: ohos.bundle.bundleManager<br>Class name: bundleManager<br>Method or attribute name: function getAllApplicationInfo(appFlags: number, userId?: number): Promise\<Array\<ApplicationInfo>>;|@ohos.bundle.bundleManager.d.ts|
|Added|NA|Module name: ohos.bundle.bundleManager<br>Class name: bundleManager<br>Method or attribute name: function queryAbilityInfo(want: Want, abilityFlags: number, callback: AsyncCallback\<Array\<AbilityInfo>>): void;|@ohos.bundle.bundleManager.d.ts|
|Added|NA|Module name: ohos.bundle.bundleManager<br>Class name: bundleManager<br>Method or attribute name: function queryAbilityInfo(want: Want, abilityFlags: number, userId: number, callback: AsyncCallback\<Array\<AbilityInfo>>): void;|@ohos.bundle.bundleManager.d.ts|
|Added|NA|Module name: ohos.bundle.bundleManager<br>Class name: bundleManager<br>Method or attribute name: function queryAbilityInfo(want: Want, abilityFlags: number, userId?: number): Promise\<Array\<AbilityInfo>>;|@ohos.bundle.bundleManager.d.ts|
|Added|NA|Module name: ohos.bundle.bundleManager<br>Class name: bundleManager<br>Method or attribute name: function queryExtensionAbilityInfo(want: Want, extensionAbilityType: ExtensionAbilityType, extensionAbilityFlags: number, callback: AsyncCallback\<Array\<ExtensionAbilityInfo>>): void;|@ohos.bundle.bundleManager.d.ts|
|Added|NA|Module name: ohos.bundle.bundleManager<br>Class name: bundleManager<br>Method or attribute name: function queryExtensionAbilityInfo(want: Want, extensionAbilityType: ExtensionAbilityType, extensionAbilityFlags: number, userId: number, callback: AsyncCallback\<Array\<ExtensionAbilityInfo>>): void;|@ohos.bundle.bundleManager.d.ts|
|Added|NA|Module name: ohos.bundle.bundleManager<br>Class name: bundleManager<br>Method or attribute name: function queryExtensionAbilityInfo(want: Want, extensionAbilityType: ExtensionAbilityType, extensionAbilityFlags: number, userId?: number): Promise\<Array\<ExtensionAbilityInfo>>;|@ohos.bundle.bundleManager.d.ts|
|Added|NA|Module name: ohos.bundle.bundleManager<br>Class name: bundleManager<br>Method or attribute name: function getBundleNameByUid(uid: number, callback: AsyncCallback\<string>): void|@ohos.bundle.bundleManager.d.ts|
|Added|NA|Module name: ohos.bundle.bundleManager<br>Class name: bundleManager<br>Method or attribute name: function getBundleNameByUid(uid: number): Promise\<string>;|@ohos.bundle.bundleManager.d.ts|
|Added|NA|Module name: ohos.bundle.bundleManager<br>Class name: bundleManager<br>Method or attribute name: function getBundleArchiveInfo(hapFilePath: string, bundleFlags: number, callback: AsyncCallback\<BundleInfo>): void|@ohos.bundle.bundleManager.d.ts|
|Added|NA|Module name: ohos.bundle.bundleManager<br>Class name: bundleManager<br>Method or attribute name: function getBundleArchiveInfo(hapFilePath: string, bundleFlags: number): Promise\<BundleInfo>;|@ohos.bundle.bundleManager.d.ts|
|Added|NA|Module name: ohos.bundle.bundleManager<br>Class name: bundleManager<br>Method or attribute name: function cleanBundleCacheFiles(bundleName: string, callback: AsyncCallback\<void>): void;|@ohos.bundle.bundleManager.d.ts|
|Added|NA|Module name: ohos.bundle.bundleManager<br>Class name: bundleManager<br>Method or attribute name: function cleanBundleCacheFiles(bundleName: string): Promise\<void>;|@ohos.bundle.bundleManager.d.ts|
|Added|NA|Module name: ohos.bundle.bundleManager<br>Class name: bundleManager<br>Method or attribute name: function setApplicationEnabled(bundleName: string, isEnabled: boolean, callback: AsyncCallback\<void>): void;|@ohos.bundle.bundleManager.d.ts|
|Added|NA|Module name: ohos.bundle.bundleManager<br>Class name: bundleManager<br>Method or attribute name: function setApplicationEnabled(bundleName: string, isEnabled: boolean): Promise\<void>;|@ohos.bundle.bundleManager.d.ts|
|Added|NA|Module name: ohos.bundle.bundleManager<br>Class name: bundleManager<br>Method or attribute name: function setAbilityEnabled(info: AbilityInfo, isEnabled: boolean, callback: AsyncCallback\<void>): void;|@ohos.bundle.bundleManager.d.ts|
|Added|NA|Module name: ohos.bundle.bundleManager<br>Class name: bundleManager<br>Method or attribute name: function setAbilityEnabled(info: AbilityInfo, isEnabled: boolean): Promise\<void>;|@ohos.bundle.bundleManager.d.ts|
|Added|NA|Module name: ohos.bundle.bundleManager<br>Class name: bundleManager<br>Method or attribute name: function isApplicationEnabled(bundleName: string, callback: AsyncCallback\<boolean>): void;|@ohos.bundle.bundleManager.d.ts|
|Added|NA|Module name: ohos.bundle.bundleManager<br>Class name: bundleManager<br>Method or attribute name: function isApplicationEnabled(bundleName: string): Promise\<boolean>;|@ohos.bundle.bundleManager.d.ts|
|Added|NA|Module name: ohos.bundle.bundleManager<br>Class name: bundleManager<br>Method or attribute name: function isAbilityEnabled(info: AbilityInfo, callback: AsyncCallback\<boolean>): void;|@ohos.bundle.bundleManager.d.ts|
|Added|NA|Module name: ohos.bundle.bundleManager<br>Class name: bundleManager<br>Method or attribute name: function isAbilityEnabled(info: AbilityInfo): Promise\<boolean>;|@ohos.bundle.bundleManager.d.ts|
|Added|NA|Module name: ohos.bundle.bundleManager<br>Class name: bundleManager<br>Method or attribute name: function getLaunchWantForBundle(bundleName: string, userId: number, callback: AsyncCallback\<Want>): void;|@ohos.bundle.bundleManager.d.ts|
|Added|NA|Module name: ohos.bundle.bundleManager<br>Class name: bundleManager<br>Method or attribute name: function getLaunchWantForBundle(bundleName: string, callback: AsyncCallback\<Want>): void;|@ohos.bundle.bundleManager.d.ts|
|Added|NA|Module name: ohos.bundle.bundleManager<br>Class name: bundleManager<br>Method or attribute name: function getLaunchWantForBundle(bundleName: string, userId?: number): Promise\<Want>;|@ohos.bundle.bundleManager.d.ts|
|Added|NA|Module name: ohos.bundle.bundleManager<br>Class name: bundleManager<br>Method or attribute name: function getProfileByAbility(moduleName: string, abilityName: string, metadataName: string, callback: AsyncCallback\<Array\<string>>): void;|@ohos.bundle.bundleManager.d.ts|
|Added|NA|Module name: ohos.bundle.bundleManager<br>Class name: bundleManager<br>Method or attribute name: function getProfileByAbility(moduleName: string, abilityName: string, metadataName?: string): Promise\<Array\<string>>;|@ohos.bundle.bundleManager.d.ts|
|Added|NA|Module name: ohos.bundle.bundleManager<br>Class name: bundleManager<br>Method or attribute name: function getProfileByExtensionAbility(moduleName: string, extensionAbilityName: string, metadataName: string, callback: AsyncCallback\<Array\<string>>): void;|@ohos.bundle.bundleManager.d.ts|
|Added|NA|Module name: ohos.bundle.bundleManager<br>Class name: bundleManager<br>Method or attribute name: function getProfileByExtensionAbility(moduleName: string, extensionAbilityName: string, metadataName?: string): Promise\<Array\<string>>;|@ohos.bundle.bundleManager.d.ts|
|Added|NA|Module name: ohos.bundle.bundleManager<br>Class name: bundleManager<br>Method or attribute name: function getPermissionDef(permissionName: string, callback: AsyncCallback\<PermissionDef>): void;|@ohos.bundle.bundleManager.d.ts|
|Added|NA|Module name: ohos.bundle.bundleManager<br>Class name: bundleManager<br>Method or attribute name: function getPermissionDef(permissionName: string): Promise\<PermissionDef>;|@ohos.bundle.bundleManager.d.ts|
|Added|NA|Module name: ohos.bundle.bundleManager<br>Class name: bundleManager<br>Method or attribute name: function getAbilityLabel(bundleName: string, moduleName: string, abilityName: string, callback: AsyncCallback\<string>): void;|@ohos.bundle.bundleManager.d.ts|
|Added|NA|Module name: ohos.bundle.bundleManager<br>Class name: bundleManager<br>Method or attribute name: function getAbilityLabel(bundleName: string, moduleName: string, abilityName: string): Promise\<string>;|@ohos.bundle.bundleManager.d.ts|
|Added|NA|Module name: ohos.bundle.bundleManager<br>Class name: bundleManager<br>Method or attribute name: function getApplicationInfoSync(bundleName: string, applicationFlags: number, userId: number) : ApplicationInfo;|@ohos.bundle.bundleManager.d.ts|
|Added|NA|Module name: ohos.bundle.bundleManager<br>Class name: bundleManager<br>Method or attribute name: function getApplicationInfoSync(bundleName: string, applicationFlags: number) : ApplicationInfo;|@ohos.bundle.bundleManager.d.ts|
|Added|NA|Module name: ohos.bundle.bundleManager<br>Class name: bundleManager<br>Method or attribute name: function getBundleInfoSync(bundleName: string, bundleFlags: number, userId: number): BundleInfo;|@ohos.bundle.bundleManager.d.ts|
|Added|NA|Module name: ohos.bundle.bundleManager<br>Class name: bundleManager<br>Method or attribute name: function getBundleInfoSync(bundleName: string, bundleFlags: number): BundleInfo;|@ohos.bundle.bundleManager.d.ts|
|Added|NA|Module name: ohos.bundle.bundleMonitor<br>Class name: bundleMonitor|@ohos.bundle.bundleMonitor.d.ts|
|Added|NA|Module name: ohos.bundle.bundleMonitor<br>Class name: BundleChangedEvent<br>Method or attribute name: type BundleChangedEvent = 'add' \| 'update' \| 'remove';|@ohos.bundle.bundleMonitor.d.ts|
|Added|NA|Module name: ohos.bundle.bundleMonitor<br>Class name: BundleChangedEvent<br>Method or attribute name: type BundleChangedEvent = 'add' \| 'update' \| 'remove';|@ohos.bundle.bundleMonitor.d.ts|
|Added|NA|Module name: ohos.bundle.bundleMonitor<br>Class name: BundleChangedEvent<br>Method or attribute name: type BundleChangedEvent = 'add' \| 'update' \| 'remove';|@ohos.bundle.bundleMonitor.d.ts|
|Added|NA|Module name: ohos.bundle.bundleMonitor<br>Class name: BundleChangedInfo|@ohos.bundle.bundleMonitor.d.ts|
|Added|NA|Module name: ohos.bundle.bundleMonitor<br>Class name: BundleChangedInfo<br>Method or attribute name: readonly bundleName: string;|@ohos.bundle.bundleMonitor.d.ts|
|Added|NA|Module name: ohos.bundle.bundleMonitor<br>Class name: BundleChangedInfo<br>Method or attribute name: readonly userId: number;|@ohos.bundle.bundleMonitor.d.ts|
|Added|NA|Module name: ohos.bundle.bundleMonitor<br>Class name: bundleMonitor<br>Method or attribute name: function on(type: BundleChangedEvent, callback: Callback\<BundleChangedInfo>): void;|@ohos.bundle.bundleMonitor.d.ts|
|Added|NA|Module name: ohos.bundle.bundleMonitor<br>Class name: bundleMonitor<br>Method or attribute name: function on(type: BundleChangedEvent, callback: Callback\<BundleChangedInfo>): void;|@ohos.bundle.bundleMonitor.d.ts|
|Added|NA|Module name: ohos.bundle.bundleMonitor<br>Class name: bundleMonitor<br>Method or attribute name: function on(type: BundleChangedEvent, callback: Callback\<BundleChangedInfo>): void;|@ohos.bundle.bundleMonitor.d.ts|
|Added|NA|Module name: ohos.bundle.bundleMonitor<br>Class name: bundleMonitor<br>Method or attribute name: function off(type: BundleChangedEvent, callback?: Callback\<BundleChangedInfo>): void;|@ohos.bundle.bundleMonitor.d.ts|
|Added|NA|Module name: ohos.bundle.bundleMonitor<br>Class name: bundleMonitor<br>Method or attribute name: function off(type: BundleChangedEvent, callback?: Callback\<BundleChangedInfo>): void;|@ohos.bundle.bundleMonitor.d.ts|
|Added|NA|Module name: ohos.bundle.bundleMonitor<br>Class name: bundleMonitor<br>Method or attribute name: function off(type: BundleChangedEvent, callback?: Callback\<BundleChangedInfo>): void;|@ohos.bundle.bundleMonitor.d.ts|
|Added|NA|Module name: ohos.bundle.defaultAppManager<br>Class name: defaultAppManager|@ohos.bundle.defaultAppManager.d.ts|
|Added|NA|Module name: ohos.bundle.defaultAppManager<br>Class name: ApplicationType|@ohos.bundle.defaultAppManager.d.ts|
|Added|NA|Module name: ohos.bundle.defaultAppManager<br>Class name: ApplicationType<br>Method or attribute name: BROWSER = "Web Browser"|@ohos.bundle.defaultAppManager.d.ts|
|Added|NA|Module name: ohos.bundle.defaultAppManager<br>Class name: ApplicationType<br>Method or attribute name: IMAGE = "Image Gallery"|@ohos.bundle.defaultAppManager.d.ts|
|Added|NA|Module name: ohos.bundle.defaultAppManager<br>Class name: ApplicationType<br>Method or attribute name: AUDIO = "Audio Player"|@ohos.bundle.defaultAppManager.d.ts|
|Added|NA|Module name: ohos.bundle.defaultAppManager<br>Class name: ApplicationType<br>Method or attribute name: VIDEO = "Video Player"|@ohos.bundle.defaultAppManager.d.ts|
|Added|NA|Module name: ohos.bundle.defaultAppManager<br>Class name: ApplicationType<br>Method or attribute name: PDF = "PDF Viewer"|@ohos.bundle.defaultAppManager.d.ts|
|Added|NA|Module name: ohos.bundle.defaultAppManager<br>Class name: ApplicationType<br>Method or attribute name: WORD = "Word Viewer"|@ohos.bundle.defaultAppManager.d.ts|
|Added|NA|Module name: ohos.bundle.defaultAppManager<br>Class name: ApplicationType<br>Method or attribute name: EXCEL = "Excel Viewer"|@ohos.bundle.defaultAppManager.d.ts|
|Added|NA|Module name: ohos.bundle.defaultAppManager<br>Class name: ApplicationType<br>Method or attribute name: PPT = "PPT Viewer"|@ohos.bundle.defaultAppManager.d.ts|
|Added|NA|Module name: ohos.bundle.defaultAppManager<br>Class name: defaultAppManager<br>Method or attribute name: function isDefaultApplication(type: string, callback: AsyncCallback\<boolean>) : void;|@ohos.bundle.defaultAppManager.d.ts|
|Added|NA|Module name: ohos.bundle.defaultAppManager<br>Class name: defaultAppManager<br>Method or attribute name: function isDefaultApplication(type: string) : Promise\<boolean>;|@ohos.bundle.defaultAppManager.d.ts|
|Added|NA|Module name: ohos.bundle.defaultAppManager<br>Class name: defaultAppManager<br>Method or attribute name: function getDefaultApplication(type: string, userId: number, callback: AsyncCallback\<BundleInfo>) : void;|@ohos.bundle.defaultAppManager.d.ts|
|Added|NA|Module name: ohos.bundle.defaultAppManager<br>Class name: defaultAppManager<br>Method or attribute name: function getDefaultApplication(type: string, callback: AsyncCallback\<BundleInfo>) : void;|@ohos.bundle.defaultAppManager.d.ts|
|Added|NA|Module name: ohos.bundle.defaultAppManager<br>Class name: defaultAppManager<br>Method or attribute name: function getDefaultApplication(type: string, userId?: number) : Promise\<BundleInfo>;|@ohos.bundle.defaultAppManager.d.ts|
|Added|NA|Module name: ohos.bundle.defaultAppManager<br>Class name: defaultAppManager<br>Method or attribute name: function setDefaultApplication(type: string, elementName: ElementName, userId: number, callback: AsyncCallback\<void>) : void;|@ohos.bundle.defaultAppManager.d.ts|
|Added|NA|Module name: ohos.bundle.defaultAppManager<br>Class name: defaultAppManager<br>Method or attribute name: function setDefaultApplication(type: string, elementName: ElementName, callback: AsyncCallback\<void>) : void;|@ohos.bundle.defaultAppManager.d.ts|
|Added|NA|Module name: ohos.bundle.defaultAppManager<br>Class name: defaultAppManager<br>Method or attribute name: function setDefaultApplication(type: string, elementName: ElementName, userId?: number) : Promise\<void>;|@ohos.bundle.defaultAppManager.d.ts|
|Added|NA|Module name: ohos.bundle.defaultAppManager<br>Class name: defaultAppManager<br>Method or attribute name: function resetDefaultApplication(type: string, userId: number, callback: AsyncCallback\<void>) : void;|@ohos.bundle.defaultAppManager.d.ts|
|Added|NA|Module name: ohos.bundle.defaultAppManager<br>Class name: defaultAppManager<br>Method or attribute name: function resetDefaultApplication(type: string, callback: AsyncCallback\<void>) : void;|@ohos.bundle.defaultAppManager.d.ts|
|Added|NA|Module name: ohos.bundle.defaultAppManager<br>Class name: defaultAppManager<br>Method or attribute name: function resetDefaultApplication(type: string, userId?: number) : Promise\<void>;|@ohos.bundle.defaultAppManager.d.ts|
|Added|NA|Module name: ohos.bundle.distributedBundleManager<br>Class name: distributedBundleManager|@ohos.bundle.distributedBundleManager.d.ts|
|Added|NA|Module name: ohos.bundle.distributedBundleManager<br>Class name: distributedBundleManager<br>Method or attribute name: function getRemoteAbilityInfo(elementName: ElementName, callback: AsyncCallback\<RemoteAbilityInfo>): void;|@ohos.bundle.distributedBundleManager.d.ts|
|Added|NA|Module name: ohos.bundle.distributedBundleManager<br>Class name: distributedBundleManager<br>Method or attribute name: function getRemoteAbilityInfo(elementName: ElementName): Promise\<RemoteAbilityInfo>;|@ohos.bundle.distributedBundleManager.d.ts|
|Added|NA|Module name: ohos.bundle.distributedBundleManager<br>Class name: distributedBundleManager<br>Method or attribute name: function getRemoteAbilityInfo(elementNames: Array\<ElementName>, callback: AsyncCallback\<Array\<RemoteAbilityInfo>>): void;|@ohos.bundle.distributedBundleManager.d.ts|
|Added|NA|Module name: ohos.bundle.distributedBundleManager<br>Class name: distributedBundleManager<br>Method or attribute name: function getRemoteAbilityInfo(elementNames: Array\<ElementName>): Promise\<Array\<RemoteAbilityInfo>>;|@ohos.bundle.distributedBundleManager.d.ts|
|Added|NA|Module name: ohos.bundle.distributedBundleManager<br>Class name: distributedBundleManager<br>Method or attribute name: function getRemoteAbilityInfo(elementName: ElementName, locale: string, callback: AsyncCallback\<RemoteAbilityInfo>): void;|@ohos.bundle.distributedBundleManager.d.ts|
|Added|NA|Module name: ohos.bundle.distributedBundleManager<br>Class name: distributedBundleManager<br>Method or attribute name: function getRemoteAbilityInfo(elementName: ElementName, locale: string): Promise\<RemoteAbilityInfo>;|@ohos.bundle.distributedBundleManager.d.ts|
|Added|NA|Module name: ohos.bundle.distributedBundleManager<br>Class name: distributedBundleManager<br>Method or attribute name: function getRemoteAbilityInfo(elementNames: Array\<ElementName>, locale: string, callback: AsyncCallback\<Array\<RemoteAbilityInfo>>): void;|@ohos.bundle.distributedBundleManager.d.ts|
|Added|NA|Module name: ohos.bundle.distributedBundleManager<br>Class name: distributedBundleManager<br>Method or attribute name: function getRemoteAbilityInfo(elementNames: Array\<ElementName>, locale: string): Promise\<Array\<RemoteAbilityInfo>>;|@ohos.bundle.distributedBundleManager.d.ts|
|Added|NA|Module name: ohos.bundle.freeInstall<br>Class name: freeInstall|@ohos.bundle.freeInstall.d.ts|
|Added|NA|Module name: ohos.bundle.freeInstall<br>Class name: UpgradeFlag|@ohos.bundle.freeInstall.d.ts|
|Added|NA|Module name: ohos.bundle.freeInstall<br>Class name: UpgradeFlag<br>Method or attribute name: NOT_UPGRADE = 0|@ohos.bundle.freeInstall.d.ts|
|Added|NA|Module name: ohos.bundle.freeInstall<br>Class name: UpgradeFlag<br>Method or attribute name: SINGLE_UPGRADE = 1|@ohos.bundle.freeInstall.d.ts|
|Added|NA|Module name: ohos.bundle.freeInstall<br>Class name: UpgradeFlag<br>Method or attribute name: RELATION_UPGRADE = 2|@ohos.bundle.freeInstall.d.ts|
|Added|NA|Module name: ohos.bundle.freeInstall<br>Class name: BundlePackFlag|@ohos.bundle.freeInstall.d.ts|
|Added|NA|Module name: ohos.bundle.freeInstall<br>Class name: BundlePackFlag<br>Method or attribute name: GET_PACK_INFO_ALL = 0x00000000|@ohos.bundle.freeInstall.d.ts|
|Added|NA|Module name: ohos.bundle.freeInstall<br>Class name: BundlePackFlag<br>Method or attribute name: GET_PACKAGES = 0x00000001|@ohos.bundle.freeInstall.d.ts|
|Added|NA|Module name: ohos.bundle.freeInstall<br>Class name: BundlePackFlag<br>Method or attribute name: GET_BUNDLE_SUMMARY = 0x00000002|@ohos.bundle.freeInstall.d.ts|
|Added|NA|Module name: ohos.bundle.freeInstall<br>Class name: BundlePackFlag<br>Method or attribute name: GET_MODULE_SUMMARY = 0x00000004|@ohos.bundle.freeInstall.d.ts|
|Added|NA|Module name: ohos.bundle.freeInstall<br>Class name: freeInstall<br>Method or attribute name: function setHapModuleUpgradeFlag(bundleName: string, moduleName: string, upgradeFlag: UpgradeFlag, callback: AsyncCallback\<void>) : void;|@ohos.bundle.freeInstall.d.ts|
|Added|NA|Module name: ohos.bundle.freeInstall<br>Class name: freeInstall<br>Method or attribute name: function setHapModuleUpgradeFlag(bundleName: string, moduleName: string, upgradeFlag: UpgradeFlag): Promise\<void>;|@ohos.bundle.freeInstall.d.ts|
|Added|NA|Module name: ohos.bundle.freeInstall<br>Class name: freeInstall<br>Method or attribute name: function isHapModuleRemovable(bundleName: string, moduleName: string, callback: AsyncCallback\<boolean>): void;|@ohos.bundle.freeInstall.d.ts|
|Added|NA|Module name: ohos.bundle.freeInstall<br>Class name: freeInstall<br>Method or attribute name: function isHapModuleRemovable(bundleName: string, moduleName: string): Promise\<boolean>;|@ohos.bundle.freeInstall.d.ts|
|Added|NA|Module name: ohos.bundle.freeInstall<br>Class name: freeInstall<br>Method or attribute name: function getBundlePackInfo(bundleName: string, bundlePackFlag : BundlePackFlag, callback: AsyncCallback\<BundlePackInfo>): void;|@ohos.bundle.freeInstall.d.ts|
|Added|NA|Module name: ohos.bundle.freeInstall<br>Class name: freeInstall<br>Method or attribute name: function getBundlePackInfo(bundleName: string, bundlePackFlag : BundlePackFlag): Promise\<BundlePackInfo>;|@ohos.bundle.freeInstall.d.ts|
|Added|NA|Module name: ohos.bundle.freeInstall<br>Class name: freeInstall<br>Method or attribute name: function getDispatchInfo(callback: AsyncCallback\<DispatchInfo>): void;|@ohos.bundle.freeInstall.d.ts|
|Added|NA|Module name: ohos.bundle.freeInstall<br>Class name: freeInstall<br>Method or attribute name: function getDispatchInfo(): Promise\<DispatchInfo>;|@ohos.bundle.freeInstall.d.ts|
|Added|NA|Module name: ohos.bundle.installer<br>Class name: installer|@ohos.bundle.installer.d.ts|
|Added|NA|Module name: ohos.bundle.installer<br>Class name: installer<br>Method or attribute name: function getBundleInstaller(callback: AsyncCallback\<BundleInstaller>): void|@ohos.bundle.installer.d.ts|
|Added|NA|Module name: ohos.bundle.installer<br>Class name: installer<br>Method or attribute name: function getBundleInstaller(): Promise\<BundleInstaller>;|@ohos.bundle.installer.d.ts|
|Added|NA|Module name: ohos.bundle.installer<br>Class name: BundleInstaller|@ohos.bundle.installer.d.ts|
|Added|NA|Module name: ohos.bundle.installer<br>Class name: BundleInstaller<br>Method or attribute name: install(hapFilePaths: Array\<string>, installParam: InstallParam, callback: AsyncCallback\<void>) : void;|@ohos.bundle.installer.d.ts|
|Added|NA|Module name: ohos.bundle.installer<br>Class name: BundleInstaller<br>Method or attribute name: install(hapFilePaths: Array\<string>, callback: AsyncCallback\<void>) : void;|@ohos.bundle.installer.d.ts|
|Added|NA|Module name: ohos.bundle.installer<br>Class name: BundleInstaller<br>Method or attribute name: install(hapFilePaths: Array\<string>, installParam?: InstallParam) : Promise\<void>;|@ohos.bundle.installer.d.ts|
|Added|NA|Module name: ohos.bundle.installer<br>Class name: BundleInstaller<br>Method or attribute name: uninstall(bundleName: string, installParam: InstallParam, callback : AsyncCallback\<void>) : void;|@ohos.bundle.installer.d.ts|
|Added|NA|Module name: ohos.bundle.installer<br>Class name: BundleInstaller<br>Method or attribute name: uninstall(bundleName: string, callback : AsyncCallback\<void>) : void;|@ohos.bundle.installer.d.ts|
|Added|NA|Module name: ohos.bundle.installer<br>Class name: BundleInstaller<br>Method or attribute name: uninstall(bundleName: string, installParam?: InstallParam) : Promise\<void>;|@ohos.bundle.installer.d.ts|
|Added|NA|Module name: ohos.bundle.installer<br>Class name: BundleInstaller<br>Method or attribute name: recover(bundleName: string, installParam: InstallParam, callback: AsyncCallback\<void>): void;|@ohos.bundle.installer.d.ts|
|Added|NA|Module name: ohos.bundle.installer<br>Class name: BundleInstaller<br>Method or attribute name: recover(bundleName: string, callback: AsyncCallback\<void>): void;|@ohos.bundle.installer.d.ts|
|Added|NA|Module name: ohos.bundle.installer<br>Class name: BundleInstaller<br>Method or attribute name: recover(bundleName: string, installParam?: InstallParam) : Promise\<void>;|@ohos.bundle.installer.d.ts|
|Added|NA|Module name: ohos.bundle.installer<br>Class name: HashParam|@ohos.bundle.installer.d.ts|
|Added|NA|Module name: ohos.bundle.installer<br>Class name: HashParam<br>Method or attribute name: moduleName: string;|@ohos.bundle.installer.d.ts|
|Added|NA|Module name: ohos.bundle.installer<br>Class name: HashParam<br>Method or attribute name: hashValue: string;|@ohos.bundle.installer.d.ts|
|Added|NA|Module name: ohos.bundle.installer<br>Class name: InstallParam|@ohos.bundle.installer.d.ts|
|Added|NA|Module name: ohos.bundle.installer<br>Class name: InstallParam<br>Method or attribute name: userId?: number;|@ohos.bundle.installer.d.ts|
|Added|NA|Module name: ohos.bundle.installer<br>Class name: InstallParam<br>Method or attribute name: installFlag?: number;|@ohos.bundle.installer.d.ts|
|Added|NA|Module name: ohos.bundle.installer<br>Class name: InstallParam<br>Method or attribute name: isKeepData?: boolean;|@ohos.bundle.installer.d.ts|
|Added|NA|Module name: ohos.bundle.installer<br>Class name: InstallParam<br>Method or attribute name: hashParams?: Array\<HashParam>;|@ohos.bundle.installer.d.ts|
|Added|NA|Module name: ohos.bundle.installer<br>Class name: InstallParam<br>Method or attribute name: crowdtestDeadline?: number;|@ohos.bundle.installer.d.ts|
|Added|NA|Module name: ohos.bundle.launcherBundleManager<br>Class name: launcherBundleManager|@ohos.bundle.launcherBundleManager.d.ts|
|Added|NA|Module name: ohos.bundle.launcherBundleManager<br>Class name: launcherBundleManager<br>Method or attribute name: function getLauncherAbilityInfo(bundleName: string, userId: number, callback: AsyncCallback\<Array\<LauncherAbilityInfo>>) : void;|@ohos.bundle.launcherBundleManager.d.ts|
|Added|NA|Module name: ohos.bundle.launcherBundleManager<br>Class name: launcherBundleManager<br>Method or attribute name: function getLauncherAbilityInfo(bundleName: string, userId: number) : Promise\<Array\<LauncherAbilityInfo>>;|@ohos.bundle.launcherBundleManager.d.ts|
|Added|NA|Module name: ohos.bundle.launcherBundleManager<br>Class name: launcherBundleManager<br>Method or attribute name: function getAllLauncherAbilityInfo(userId: number, callback: AsyncCallback\<Array\<LauncherAbilityInfo>>) : void;|@ohos.bundle.launcherBundleManager.d.ts|
|Added|NA|Module name: ohos.bundle.launcherBundleManager<br>Class name: launcherBundleManager<br>Method or attribute name: function getAllLauncherAbilityInfo(userId: number) : Promise\<Array\<LauncherAbilityInfo>>;|@ohos.bundle.launcherBundleManager.d.ts|
|Added|NA|Module name: ohos.bundle.launcherBundleManager<br>Class name: launcherBundleManager<br>Method or attribute name: function getShortcutInfo(bundleName :string, callback: AsyncCallback\<Array\<ShortcutInfo>>) : void;|@ohos.bundle.launcherBundleManager.d.ts|
|Added|NA|Module name: ohos.bundle.launcherBundleManager<br>Class name: launcherBundleManager<br>Method or attribute name: function getShortcutInfo(bundleName : string) : Promise\<Array\<ShortcutInfo>>;|@ohos.bundle.launcherBundleManager.d.ts|
|Added|NA|Class name: zlib<br>Method or attribute name: function compressFile(inFile: string, outFile: string, options: Options, callback: AsyncCallback\<void>): void;|@ohos.zlib.d.ts|
|Added|NA|Class name: zlib<br>Method or attribute name: function compressFile(inFile:string, outFile:string, options: Options): Promise\<void>;|@ohos.zlib.d.ts|
|Added|NA|Class name: zlib<br>Method or attribute name: function decompressFile(inFile: string, outFile: string, options: Options, callback: AsyncCallback\<void>): void;|@ohos.zlib.d.ts|
|Added|NA|Class name: zlib<br>Method or attribute name: function decompressFile(inFile: string, outFile: string, options: Options): Promise\<void>;|@ohos.zlib.d.ts|
|Added|NA|Module name: AbilityInfo<br>Class name: AbilityInfo|AbilityInfo.d.ts|
|Added|NA|Module name: AbilityInfo<br>Class name: AbilityInfo<br>Method or attribute name: readonly bundleName: string;|AbilityInfo.d.ts|
|Added|NA|Module name: AbilityInfo<br>Class name: AbilityInfo<br>Method or attribute name: readonly moduleName: string;|AbilityInfo.d.ts|
|Added|NA|Module name: AbilityInfo<br>Class name: AbilityInfo<br>Method or attribute name: readonly name: string;|AbilityInfo.d.ts|
|Added|NA|Module name: AbilityInfo<br>Class name: AbilityInfo<br>Method or attribute name: readonly label: string;|AbilityInfo.d.ts|
|Added|NA|Module name: AbilityInfo<br>Class name: AbilityInfo<br>Method or attribute name: readonly labelId: number;|AbilityInfo.d.ts|
|Added|NA|Module name: AbilityInfo<br>Class name: AbilityInfo<br>Method or attribute name: readonly description: string;|AbilityInfo.d.ts|
|Added|NA|Module name: AbilityInfo<br>Class name: AbilityInfo<br>Method or attribute name: readonly descriptionId: number;|AbilityInfo.d.ts|
|Added|NA|Module name: AbilityInfo<br>Class name: AbilityInfo<br>Method or attribute name: readonly icon: string;|AbilityInfo.d.ts|
|Added|NA|Module name: AbilityInfo<br>Class name: AbilityInfo<br>Method or attribute name: readonly iconId: number;|AbilityInfo.d.ts|
|Added|NA|Module name: AbilityInfo<br>Class name: AbilityInfo<br>Method or attribute name: readonly process: string;|AbilityInfo.d.ts|
|Added|NA|Module name: AbilityInfo<br>Class name: AbilityInfo<br>Method or attribute name: readonly exported: boolean;|AbilityInfo.d.ts|
|Added|NA|Module name: AbilityInfo<br>Class name: AbilityInfo<br>Method or attribute name: readonly type: bundleManager.AbilityType;|AbilityInfo.d.ts|
|Added|NA|Module name: AbilityInfo<br>Class name: AbilityInfo<br>Method or attribute name: readonly orientation: bundleManager.DisplayOrientation;|AbilityInfo.d.ts|
|Added|NA|Module name: AbilityInfo<br>Class name: AbilityInfo<br>Method or attribute name: readonly launchType: bundleManager.LaunchType;|AbilityInfo.d.ts|
|Added|NA|Module name: AbilityInfo<br>Class name: AbilityInfo<br>Method or attribute name: readonly permissions: Array\<string>;|AbilityInfo.d.ts|
|Added|NA|Module name: AbilityInfo<br>Class name: AbilityInfo<br>Method or attribute name: readonly readPermission: string;|AbilityInfo.d.ts|
|Added|NA|Module name: AbilityInfo<br>Class name: AbilityInfo<br>Method or attribute name: readonly writePermission: string;|AbilityInfo.d.ts|
|Added|NA|Module name: AbilityInfo<br>Class name: AbilityInfo<br>Method or attribute name: readonly uri: string;|AbilityInfo.d.ts|
|Added|NA|Module name: AbilityInfo<br>Class name: AbilityInfo<br>Method or attribute name: readonly deviceTypes: Array\<string>;|AbilityInfo.d.ts|
|Added|NA|Module name: AbilityInfo<br>Class name: AbilityInfo<br>Method or attribute name: readonly applicationInfo: ApplicationInfo;|AbilityInfo.d.ts|
|Added|NA|Module name: AbilityInfo<br>Class name: AbilityInfo<br>Method or attribute name: readonly metadata: Array\<Metadata>;|AbilityInfo.d.ts|
|Added|NA|Module name: AbilityInfo<br>Class name: AbilityInfo<br>Method or attribute name: readonly enabled: boolean;|AbilityInfo.d.ts|
|Added|NA|Module name: AbilityInfo<br>Class name: AbilityInfo<br>Method or attribute name: readonly supportWindowModes: Array\<bundleManager.SupportWindowMode>;|AbilityInfo.d.ts|
|Added|NA|Module name: AbilityInfo<br>Class name: AbilityInfo<br>Method or attribute name: readonly windowSize: WindowSize;|AbilityInfo.d.ts|
|Added|NA|Module name: AbilityInfo<br>Class name: WindowSize|AbilityInfo.d.ts|
|Added|NA|Module name: AbilityInfo<br>Class name: WindowSize<br>Method or attribute name: readonly maxWindowRatio: number;|AbilityInfo.d.ts|
|Added|NA|Module name: AbilityInfo<br>Class name: WindowSize<br>Method or attribute name: readonly minWindowRatio: number;|AbilityInfo.d.ts|
|Added|NA|Module name: AbilityInfo<br>Class name: WindowSize<br>Method or attribute name: readonly maxWindowWidth: number;|AbilityInfo.d.ts|
|Added|NA|Module name: AbilityInfo<br>Class name: WindowSize<br>Method or attribute name: readonly minWindowWidth: number;|AbilityInfo.d.ts|
|Added|NA|Module name: AbilityInfo<br>Class name: WindowSize<br>Method or attribute name: readonly maxWindowHeight: number;|AbilityInfo.d.ts|
|Added|NA|Module name: AbilityInfo<br>Class name: WindowSize<br>Method or attribute name: readonly minWindowHeight: number;|AbilityInfo.d.ts|
|Added|NA|Module name: ApplicationInfo<br>Class name: ApplicationInfo|ApplicationInfo.d.ts|
|Added|NA|Module name: ApplicationInfo<br>Class name: ApplicationInfo<br>Method or attribute name: readonly name: string;|ApplicationInfo.d.ts|
|Added|NA|Module name: ApplicationInfo<br>Class name: ApplicationInfo<br>Method or attribute name: readonly description: string;|ApplicationInfo.d.ts|
|Added|NA|Module name: ApplicationInfo<br>Class name: ApplicationInfo<br>Method or attribute name: readonly descriptionId: number;|ApplicationInfo.d.ts|
|Added|NA|Module name: ApplicationInfo<br>Class name: ApplicationInfo<br>Method or attribute name: readonly enabled: boolean;|ApplicationInfo.d.ts|
|Added|NA|Module name: ApplicationInfo<br>Class name: ApplicationInfo<br>Method or attribute name: readonly label: string;|ApplicationInfo.d.ts|
|Added|NA|Module name: ApplicationInfo<br>Class name: ApplicationInfo<br>Method or attribute name: readonly labelId: number;|ApplicationInfo.d.ts|
|Added|NA|Module name: ApplicationInfo<br>Class name: ApplicationInfo<br>Method or attribute name: readonly icon: string;|ApplicationInfo.d.ts|
|Added|NA|Module name: ApplicationInfo<br>Class name: ApplicationInfo<br>Method or attribute name: readonly iconId: number;|ApplicationInfo.d.ts|
|Added|NA|Module name: ApplicationInfo<br>Class name: ApplicationInfo<br>Method or attribute name: readonly process: string;|ApplicationInfo.d.ts|
|Added|NA|Module name: ApplicationInfo<br>Class name: ApplicationInfo<br>Method or attribute name: readonly permissions: Array\<string>;|ApplicationInfo.d.ts|
|Added|NA|Module name: ApplicationInfo<br>Class name: ApplicationInfo<br>Method or attribute name: readonly codePath: string;|ApplicationInfo.d.ts|
|Added|NA|Module name: ApplicationInfo<br>Class name: ApplicationInfo<br>Method or attribute name: readonly metadata: Map\<string, Array\<Metadata>>;|ApplicationInfo.d.ts|
|Added|NA|Module name: ApplicationInfo<br>Class name: ApplicationInfo<br>Method or attribute name: readonly removable: boolean;|ApplicationInfo.d.ts|
|Added|NA|Module name: ApplicationInfo<br>Class name: ApplicationInfo<br>Method or attribute name: readonly accessTokenId: number;|ApplicationInfo.d.ts|
|Added|NA|Module name: ApplicationInfo<br>Class name: ApplicationInfo<br>Method or attribute name: readonly uid: number;|ApplicationInfo.d.ts|
|Added|NA|Module name: ApplicationInfo<br>Class name: ApplicationInfo<br>Method or attribute name: readonly iconResource: Resource;|ApplicationInfo.d.ts|
|Added|NA|Module name: ApplicationInfo<br>Class name: ApplicationInfo<br>Method or attribute name: readonly labelResource: Resource;|ApplicationInfo.d.ts|
|Added|NA|Module name: ApplicationInfo<br>Class name: ApplicationInfo<br>Method or attribute name: readonly descriptionResource: Resource;|ApplicationInfo.d.ts|
|Added|NA|Module name: ApplicationInfo<br>Class name: ApplicationInfo<br>Method or attribute name: readonly appDistributionType: string;|ApplicationInfo.d.ts|
|Added|NA|Module name: ApplicationInfo<br>Class name: ApplicationInfo<br>Method or attribute name: readonly appProvisionType: string;|ApplicationInfo.d.ts|
|Added|NA|Module name: ApplicationInfo<br>Class name: ApplicationInfo<br>Method or attribute name: readonly systemApp: boolean;|ApplicationInfo.d.ts|
|Added|NA|Module name: ApplicationInfo<br>Class name: ApplicationInfo<br>Method or attribute name: readonly bundleType: bundleManager.BundleType;|ApplicationInfo.d.ts|
|Added|NA|Module name: BundleInfo<br>Class name: BundleInfo|BundleInfo.d.ts|
|Added|NA|Module name: BundleInfo<br>Class name: BundleInfo<br>Method or attribute name: readonly name: string;|BundleInfo.d.ts|
|Added|NA|Module name: BundleInfo<br>Class name: BundleInfo<br>Method or attribute name: readonly vendor: string;|BundleInfo.d.ts|
|Added|NA|Module name: BundleInfo<br>Class name: BundleInfo<br>Method or attribute name: readonly versionCode: number;|BundleInfo.d.ts|
|Added|NA|Module name: BundleInfo<br>Class name: BundleInfo<br>Method or attribute name: readonly versionName: string;|BundleInfo.d.ts|
|Added|NA|Module name: BundleInfo<br>Class name: BundleInfo<br>Method or attribute name: readonly minCompatibleVersionCode: number;|BundleInfo.d.ts|
|Added|NA|Module name: BundleInfo<br>Class name: BundleInfo<br>Method or attribute name: readonly targetVersion: number;|BundleInfo.d.ts|
|Added|NA|Module name: BundleInfo<br>Class name: BundleInfo<br>Method or attribute name: readonly appInfo: ApplicationInfo;|BundleInfo.d.ts|
|Added|NA|Module name: BundleInfo<br>Class name: BundleInfo<br>Method or attribute name: readonly hapModulesInfo: Array\<HapModuleInfo>;|BundleInfo.d.ts|
|Added|NA|Module name: BundleInfo<br>Class name: BundleInfo<br>Method or attribute name: readonly reqPermissionDetails: Array\<ReqPermissionDetail>;|BundleInfo.d.ts|
|Added|NA|Module name: BundleInfo<br>Class name: BundleInfo<br>Method or attribute name: readonly permissionGrantStates: Array\<bundleManager.PermissionGrantState>;|BundleInfo.d.ts|
|Added|NA|Module name: BundleInfo<br>Class name: BundleInfo<br>Method or attribute name: readonly signatureInfo: SignatureInfo;|BundleInfo.d.ts|
|Added|NA|Module name: BundleInfo<br>Class name: BundleInfo<br>Method or attribute name: readonly installTime: number;|BundleInfo.d.ts|
|Added|NA|Module name: BundleInfo<br>Class name: BundleInfo<br>Method or attribute name: readonly updateTime: number;|BundleInfo.d.ts|
|Added|NA|Module name: BundleInfo<br>Class name: ReqPermissionDetail|BundleInfo.d.ts|
|Added|NA|Module name: BundleInfo<br>Class name: ReqPermissionDetail<br>Method or attribute name: name: string;|BundleInfo.d.ts|
|Added|NA|Module name: BundleInfo<br>Class name: ReqPermissionDetail<br>Method or attribute name: reason: string;|BundleInfo.d.ts|
|Added|NA|Module name: BundleInfo<br>Class name: ReqPermissionDetail<br>Method or attribute name: reasonId: number;|BundleInfo.d.ts|
|Added|NA|Module name: BundleInfo<br>Class name: ReqPermissionDetail<br>Method or attribute name: usedScene: UsedScene;|BundleInfo.d.ts|
|Added|NA|Module name: BundleInfo<br>Class name: UsedScene|BundleInfo.d.ts|
|Added|NA|Module name: BundleInfo<br>Class name: UsedScene<br>Method or attribute name: abilities: Array\<string>;|BundleInfo.d.ts|
|Added|NA|Module name: BundleInfo<br>Class name: UsedScene<br>Method or attribute name: when: string;|BundleInfo.d.ts|
|Added|NA|Module name: BundleInfo<br>Class name: SignatureInfo|BundleInfo.d.ts|
|Added|NA|Module name: BundleInfo<br>Class name: SignatureInfo<br>Method or attribute name: readonly appId: string;|BundleInfo.d.ts|
|Added|NA|Module name: BundleInfo<br>Class name: SignatureInfo<br>Method or attribute name: readonly fingerprint: string;|BundleInfo.d.ts|
|Added|NA|Module name: BundlePackInfo<br>Class name: BundlePackInfo|BundlePackInfo.d.ts|
|Added|NA|Module name: BundlePackInfo<br>Class name: BundlePackInfo<br>Method or attribute name: readonly packages: Array\<PackageConfig>;|BundlePackInfo.d.ts|
|Added|NA|Module name: BundlePackInfo<br>Class name: BundlePackInfo<br>Method or attribute name: readonly summary: PackageSummary;|BundlePackInfo.d.ts|
|Added|NA|Module name: BundlePackInfo<br>Class name: PackageConfig|BundlePackInfo.d.ts|
|Added|NA|Module name: BundlePackInfo<br>Class name: PackageConfig<br>Method or attribute name: readonly deviceTypes: Array\<string>;|BundlePackInfo.d.ts|
|Added|NA|Module name: BundlePackInfo<br>Class name: PackageConfig<br>Method or attribute name: readonly name: string;|BundlePackInfo.d.ts|
|Added|NA|Module name: BundlePackInfo<br>Class name: PackageConfig<br>Method or attribute name: readonly moduleType: string;|BundlePackInfo.d.ts|
|Added|NA|Module name: BundlePackInfo<br>Class name: PackageConfig<br>Method or attribute name: readonly deliveryWithInstall: boolean;|BundlePackInfo.d.ts|
|Added|NA|Module name: BundlePackInfo<br>Class name: PackageSummary|BundlePackInfo.d.ts|
|Added|NA|Module name: BundlePackInfo<br>Class name: PackageSummary<br>Method or attribute name: readonly app: BundleConfigInfo;|BundlePackInfo.d.ts|
|Added|NA|Module name: BundlePackInfo<br>Class name: PackageSummary<br>Method or attribute name: readonly modules: Array\<ModuleConfigInfo>;|BundlePackInfo.d.ts|
|Added|NA|Module name: BundlePackInfo<br>Class name: BundleConfigInfo|BundlePackInfo.d.ts|
|Added|NA|Module name: BundlePackInfo<br>Class name: BundleConfigInfo<br>Method or attribute name: readonly bundleName: string;|BundlePackInfo.d.ts|
|Added|NA|Module name: BundlePackInfo<br>Class name: BundleConfigInfo<br>Method or attribute name: readonly version: Version;|BundlePackInfo.d.ts|
|Added|NA|Module name: BundlePackInfo<br>Class name: ExtensionAbility|BundlePackInfo.d.ts|
|Added|NA|Module name: BundlePackInfo<br>Class name: ExtensionAbility<br>Method or attribute name: readonly name: string;|BundlePackInfo.d.ts|
|Added|NA|Module name: BundlePackInfo<br>Class name: ExtensionAbility<br>Method or attribute name: readonly forms: Array\<AbilityFormInfo>;|BundlePackInfo.d.ts|
|Added|NA|Module name: BundlePackInfo<br>Class name: ModuleConfigInfo|BundlePackInfo.d.ts|
|Added|NA|Module name: BundlePackInfo<br>Class name: ModuleConfigInfo<br>Method or attribute name: readonly mainAbility: string;|BundlePackInfo.d.ts|
|Added|NA|Module name: BundlePackInfo<br>Class name: ModuleConfigInfo<br>Method or attribute name: readonly apiVersion: ApiVersion;|BundlePackInfo.d.ts|
|Added|NA|Module name: BundlePackInfo<br>Class name: ModuleConfigInfo<br>Method or attribute name: readonly deviceTypes: Array\<string>;|BundlePackInfo.d.ts|
|Added|NA|Module name: BundlePackInfo<br>Class name: ModuleConfigInfo<br>Method or attribute name: readonly distro: ModuleDistroInfo;|BundlePackInfo.d.ts|
|Added|NA|Module name: BundlePackInfo<br>Class name: ModuleConfigInfo<br>Method or attribute name: readonly abilities: Array\<ModuleAbilityInfo>;|BundlePackInfo.d.ts|
|Added|NA|Module name: BundlePackInfo<br>Class name: ModuleConfigInfo<br>Method or attribute name: readonly extensionAbilities: Array\<ExtensionAbility>;|BundlePackInfo.d.ts|
|Added|NA|Module name: BundlePackInfo<br>Class name: ModuleDistroInfo|BundlePackInfo.d.ts|
|Added|NA|Module name: BundlePackInfo<br>Class name: ModuleDistroInfo<br>Method or attribute name: readonly deliveryWithInstall: boolean;|BundlePackInfo.d.ts|
|Added|NA|Module name: BundlePackInfo<br>Class name: ModuleDistroInfo<br>Method or attribute name: readonly installationFree: boolean;|BundlePackInfo.d.ts|
|Added|NA|Module name: BundlePackInfo<br>Class name: ModuleDistroInfo<br>Method or attribute name: readonly moduleName: string;|BundlePackInfo.d.ts|
|Added|NA|Module name: BundlePackInfo<br>Class name: ModuleDistroInfo<br>Method or attribute name: readonly moduleType: string;|BundlePackInfo.d.ts|
|Added|NA|Module name: BundlePackInfo<br>Class name: ModuleAbilityInfo|BundlePackInfo.d.ts|
|Added|NA|Module name: BundlePackInfo<br>Class name: ModuleAbilityInfo<br>Method or attribute name: readonly name: string;|BundlePackInfo.d.ts|
|Added|NA|Module name: BundlePackInfo<br>Class name: ModuleAbilityInfo<br>Method or attribute name: readonly label: string;|BundlePackInfo.d.ts|
|Added|NA|Module name: BundlePackInfo<br>Class name: ModuleAbilityInfo<br>Method or attribute name: readonly exported: boolean;|BundlePackInfo.d.ts|
|Added|NA|Module name: BundlePackInfo<br>Class name: ModuleAbilityInfo<br>Method or attribute name: readonly forms: Array\<AbilityFormInfo>;|BundlePackInfo.d.ts|
|Added|NA|Module name: BundlePackInfo<br>Class name: AbilityFormInfo|BundlePackInfo.d.ts|
|Added|NA|Module name: BundlePackInfo<br>Class name: AbilityFormInfo<br>Method or attribute name: readonly name: string;|BundlePackInfo.d.ts|
|Added|NA|Module name: BundlePackInfo<br>Class name: AbilityFormInfo<br>Method or attribute name: readonly type: string;|BundlePackInfo.d.ts|
|Added|NA|Module name: BundlePackInfo<br>Class name: AbilityFormInfo<br>Method or attribute name: readonly updateEnabled: boolean;|BundlePackInfo.d.ts|
|Added|NA|Module name: BundlePackInfo<br>Class name: AbilityFormInfo<br>Method or attribute name: readonly scheduledUpdateTime: string;|BundlePackInfo.d.ts|
|Added|NA|Module name: BundlePackInfo<br>Class name: AbilityFormInfo<br>Method or attribute name: readonly updateDuration: number;|BundlePackInfo.d.ts|
|Added|NA|Module name: BundlePackInfo<br>Class name: AbilityFormInfo<br>Method or attribute name: readonly supportDimensions: Array\<string>;|BundlePackInfo.d.ts|
|Added|NA|Module name: BundlePackInfo<br>Class name: AbilityFormInfo<br>Method or attribute name: readonly defaultDimension: string;|BundlePackInfo.d.ts|
|Added|NA|Module name: BundlePackInfo<br>Class name: Version|BundlePackInfo.d.ts|
|Added|NA|Module name: BundlePackInfo<br>Class name: Version<br>Method or attribute name: readonly minCompatibleVersionCode: number;|BundlePackInfo.d.ts|
|Added|NA|Module name: BundlePackInfo<br>Class name: Version<br>Method or attribute name: readonly name: string;|BundlePackInfo.d.ts|
|Added|NA|Module name: BundlePackInfo<br>Class name: Version<br>Method or attribute name: readonly code: number;|BundlePackInfo.d.ts|
|Added|NA|Module name: BundlePackInfo<br>Class name: ApiVersion|BundlePackInfo.d.ts|
|Added|NA|Module name: BundlePackInfo<br>Class name: ApiVersion<br>Method or attribute name: readonly releaseType: string;|BundlePackInfo.d.ts|
|Added|NA|Module name: BundlePackInfo<br>Class name: ApiVersion<br>Method or attribute name: readonly compatible: number;|BundlePackInfo.d.ts|
|Added|NA|Module name: BundlePackInfo<br>Class name: ApiVersion<br>Method or attribute name: readonly target: number;|BundlePackInfo.d.ts|
|Added|NA|Module name: DispatchInfo<br>Class name: DispatchInfo|DispatchInfo.d.ts|
|Added|NA|Module name: DispatchInfo<br>Class name: DispatchInfo<br>Method or attribute name: readonly version: string;|DispatchInfo.d.ts|
|Added|NA|Module name: DispatchInfo<br>Class name: DispatchInfo<br>Method or attribute name: readonly dispatchAPIVersion: string;|DispatchInfo.d.ts|
|Added|NA|Module name: ElementName<br>Class name: ElementName|ElementName.d.ts|
|Added|NA|Module name: ElementName<br>Class name: ElementName<br>Method or attribute name: deviceId?: string;|ElementName.d.ts|
|Added|NA|Module name: ElementName<br>Class name: ElementName<br>Method or attribute name: bundleName: string;|ElementName.d.ts|
|Added|NA|Module name: ElementName<br>Class name: ElementName<br>Method or attribute name: moduleName?: string;|ElementName.d.ts|
|Added|NA|Module name: ElementName<br>Class name: ElementName<br>Method or attribute name: abilityName: string;|ElementName.d.ts|
|Added|NA|Module name: ElementName<br>Class name: ElementName<br>Method or attribute name: uri?: string;|ElementName.d.ts|
|Added|NA|Module name: ElementName<br>Class name: ElementName<br>Method or attribute name: shortName?: string;|ElementName.d.ts|
|Added|NA|Module name: ExtensionAbilityInfo<br>Class name: ExtensionAbilityInfo|ExtensionAbilityInfo.d.ts|
|Added|NA|Module name: ExtensionAbilityInfo<br>Class name: ExtensionAbilityInfo<br>Method or attribute name: readonly bundleName: string;|ExtensionAbilityInfo.d.ts|
|Added|NA|Module name: ExtensionAbilityInfo<br>Class name: ExtensionAbilityInfo<br>Method or attribute name: readonly moduleName: string;|ExtensionAbilityInfo.d.ts|
|Added|NA|Module name: ExtensionAbilityInfo<br>Class name: ExtensionAbilityInfo<br>Method or attribute name: readonly name: string;|ExtensionAbilityInfo.d.ts|
|Added|NA|Module name: ExtensionAbilityInfo<br>Class name: ExtensionAbilityInfo<br>Method or attribute name: readonly labelId: number;|ExtensionAbilityInfo.d.ts|
|Added|NA|Module name: ExtensionAbilityInfo<br>Class name: ExtensionAbilityInfo<br>Method or attribute name: readonly descriptionId: number;|ExtensionAbilityInfo.d.ts|
|Added|NA|Module name: ExtensionAbilityInfo<br>Class name: ExtensionAbilityInfo<br>Method or attribute name: readonly iconId: number;|ExtensionAbilityInfo.d.ts|
|Added|NA|Module name: ExtensionAbilityInfo<br>Class name: ExtensionAbilityInfo<br>Method or attribute name: readonly exported: boolean;|ExtensionAbilityInfo.d.ts|
|Added|NA|Module name: ExtensionAbilityInfo<br>Class name: ExtensionAbilityInfo<br>Method or attribute name: readonly extensionAbilityType: bundleManager.ExtensionAbilityType;|ExtensionAbilityInfo.d.ts|
|Added|NA|Module name: ExtensionAbilityInfo<br>Class name: ExtensionAbilityInfo<br>Method or attribute name: readonly permissions: Array\<string>;|ExtensionAbilityInfo.d.ts|
|Added|NA|Module name: ExtensionAbilityInfo<br>Class name: ExtensionAbilityInfo<br>Method or attribute name: readonly applicationInfo: ApplicationInfo;|ExtensionAbilityInfo.d.ts|
|Added|NA|Module name: ExtensionAbilityInfo<br>Class name: ExtensionAbilityInfo<br>Method or attribute name: readonly metadata: Array\<Metadata>;|ExtensionAbilityInfo.d.ts|
|Added|NA|Module name: ExtensionAbilityInfo<br>Class name: ExtensionAbilityInfo<br>Method or attribute name: readonly enabled: boolean;|ExtensionAbilityInfo.d.ts|
|Added|NA|Module name: ExtensionAbilityInfo<br>Class name: ExtensionAbilityInfo<br>Method or attribute name: readonly readPermission: string;|ExtensionAbilityInfo.d.ts|
|Added|NA|Module name: ExtensionAbilityInfo<br>Class name: ExtensionAbilityInfo<br>Method or attribute name: readonly writePermission: string;|ExtensionAbilityInfo.d.ts|
|Added|NA|Module name: HapModuleInfo<br>Class name: HapModuleInfo|HapModuleInfo.d.ts|
|Added|NA|Module name: HapModuleInfo<br>Class name: HapModuleInfo<br>Method or attribute name: readonly name: string;|HapModuleInfo.d.ts|
|Added|NA|Module name: HapModuleInfo<br>Class name: HapModuleInfo<br>Method or attribute name: readonly icon: string;|HapModuleInfo.d.ts|
|Added|NA|Module name: HapModuleInfo<br>Class name: HapModuleInfo<br>Method or attribute name: readonly iconId: number;|HapModuleInfo.d.ts|
|Added|NA|Module name: HapModuleInfo<br>Class name: HapModuleInfo<br>Method or attribute name: readonly label: string;|HapModuleInfo.d.ts|
|Added|NA|Module name: HapModuleInfo<br>Class name: HapModuleInfo<br>Method or attribute name: readonly labelId: number;|HapModuleInfo.d.ts|
|Added|NA|Module name: HapModuleInfo<br>Class name: HapModuleInfo<br>Method or attribute name: readonly description: string;|HapModuleInfo.d.ts|
|Added|NA|Module name: HapModuleInfo<br>Class name: HapModuleInfo<br>Method or attribute name: readonly descriptionId: number;|HapModuleInfo.d.ts|
|Added|NA|Module name: HapModuleInfo<br>Class name: HapModuleInfo<br>Method or attribute name: readonly mainElementName: string;|HapModuleInfo.d.ts|
|Added|NA|Module name: HapModuleInfo<br>Class name: HapModuleInfo<br>Method or attribute name: readonly abilitiesInfo: Array\<AbilityInfo>;|HapModuleInfo.d.ts|
|Added|NA|Module name: HapModuleInfo<br>Class name: HapModuleInfo<br>Method or attribute name: readonly extensionAbilitiesInfo: Array\<ExtensionAbilityInfo>;|HapModuleInfo.d.ts|
|Added|NA|Module name: HapModuleInfo<br>Class name: HapModuleInfo<br>Method or attribute name: readonly metadata: Array\<Metadata>;|HapModuleInfo.d.ts|
|Added|NA|Module name: HapModuleInfo<br>Class name: HapModuleInfo<br>Method or attribute name: readonly deviceTypes: Array\<string>;|HapModuleInfo.d.ts|
|Added|NA|Module name: HapModuleInfo<br>Class name: HapModuleInfo<br>Method or attribute name: readonly installationFree: boolean;|HapModuleInfo.d.ts|
|Added|NA|Module name: HapModuleInfo<br>Class name: HapModuleInfo<br>Method or attribute name: readonly hashValue: string;|HapModuleInfo.d.ts|
|Added|NA|Module name: HapModuleInfo<br>Class name: HapModuleInfo<br>Method or attribute name: readonly type: bundleManager.ModuleType;|HapModuleInfo.d.ts|
|Added|NA|Module name: HapModuleInfo<br>Class name: HapModuleInfo<br>Method or attribute name: readonly dependencies: Array\<Dependency>;|HapModuleInfo.d.ts|
|Added|NA|Module name: HapModuleInfo<br>Class name: HapModuleInfo<br>Method or attribute name: readonly preloads: Array\<PreloadItem>;|HapModuleInfo.d.ts|
|Added|NA|Module name: HapModuleInfo<br>Class name: Dependency|HapModuleInfo.d.ts|
|Added|NA|Module name: HapModuleInfo<br>Class name: Dependency<br>Method or attribute name: readonly moduleName: string;|HapModuleInfo.d.ts|
|Added|NA|Module name: HapModuleInfo<br>Class name: PreloadItem|HapModuleInfo.d.ts|
|Added|NA|Module name: HapModuleInfo<br>Class name: PreloadItem<br>Method or attribute name: readonly moduleName: string;|HapModuleInfo.d.ts|
|Added|NA|Module name: LauncherAbilityInfo<br>Class name: LauncherAbilityInfo|LauncherAbilityInfo.d.ts|
|Added|NA|Module name: LauncherAbilityInfo<br>Class name: LauncherAbilityInfo<br>Method or attribute name: readonly applicationInfo: ApplicationInfo;|LauncherAbilityInfo.d.ts|
|Added|NA|Module name: LauncherAbilityInfo<br>Class name: LauncherAbilityInfo<br>Method or attribute name: readonly elementName : ElementName;|LauncherAbilityInfo.d.ts|
|Added|NA|Module name: LauncherAbilityInfo<br>Class name: LauncherAbilityInfo<br>Method or attribute name: readonly labelId: number;|LauncherAbilityInfo.d.ts|
|Added|NA|Module name: LauncherAbilityInfo<br>Class name: LauncherAbilityInfo<br>Method or attribute name: readonly iconId: number;|LauncherAbilityInfo.d.ts|
|Added|NA|Module name: LauncherAbilityInfo<br>Class name: LauncherAbilityInfo<br>Method or attribute name: readonly userId: number;|LauncherAbilityInfo.d.ts|
|Added|NA|Module name: LauncherAbilityInfo<br>Class name: LauncherAbilityInfo<br>Method or attribute name: readonly installTime : number;|LauncherAbilityInfo.d.ts|
|Added|NA|Module name: Metadata<br>Class name: Metadata|Metadata.d.ts|
|Added|NA|Module name: Metadata<br>Class name: Metadata<br>Method or attribute name: name: string;|Metadata.d.ts|
|Added|NA|Module name: Metadata<br>Class name: Metadata<br>Method or attribute name: value: string;|Metadata.d.ts|
|Added|NA|Module name: Metadata<br>Class name: Metadata<br>Method or attribute name: resource: string;|Metadata.d.ts|
|Added|NA|Module name: PermissionDef<br>Class name: PermissionDef<br>Method or attribute name: readonly permissionName: string;|PermissionDef.d.ts|
|Added|NA|Module name: PermissionDef<br>Class name: PermissionDef<br>Method or attribute name: readonly grantMode: number;|PermissionDef.d.ts|
|Added|NA|Module name: PermissionDef<br>Class name: PermissionDef<br>Method or attribute name: readonly labelId: number;|PermissionDef.d.ts|
|Added|NA|Module name: PermissionDef<br>Class name: PermissionDef<br>Method or attribute name: readonly descriptionId: number;|PermissionDef.d.ts|
|Added|NA|Module name: RemoteAbilityInfo<br>Class name: RemoteAbilityInfo|RemoteAbilityInfo.d.ts|
|Added|NA|Module name: RemoteAbilityInfo<br>Class name: RemoteAbilityInfo<br>Method or attribute name: readonly elementName: ElementName;|RemoteAbilityInfo.d.ts|
|Added|NA|Module name: RemoteAbilityInfo<br>Class name: RemoteAbilityInfo<br>Method or attribute name: readonly label: string;|RemoteAbilityInfo.d.ts|
|Added|NA|Module name: RemoteAbilityInfo<br>Class name: RemoteAbilityInfo<br>Method or attribute name: readonly icon: string;|RemoteAbilityInfo.d.ts|
|Added|NA|Module name: ShortcutInfo<br>Class name: ShortcutInfo|ShortcutInfo.d.ts|
|Added|NA|Module name: ShortcutInfo<br>Class name: ShortcutInfo<br>Method or attribute name: readonly id: string;|ShortcutInfo.d.ts|
|Added|NA|Module name: ShortcutInfo<br>Class name: ShortcutInfo<br>Method or attribute name: readonly bundleName: string;|ShortcutInfo.d.ts|
|Added|NA|Module name: ShortcutInfo<br>Class name: ShortcutInfo<br>Method or attribute name: readonly moduleName: string;|ShortcutInfo.d.ts|
|Added|NA|Module name: ShortcutInfo<br>Class name: ShortcutInfo<br>Method or attribute name: readonly hostAbility: string;|ShortcutInfo.d.ts|
|Added|NA|Module name: ShortcutInfo<br>Class name: ShortcutInfo<br>Method or attribute name: readonly icon: string;|ShortcutInfo.d.ts|
|Added|NA|Module name: ShortcutInfo<br>Class name: ShortcutInfo<br>Method or attribute name: readonly iconId: number;|ShortcutInfo.d.ts|
|Added|NA|Module name: ShortcutInfo<br>Class name: ShortcutInfo<br>Method or attribute name: readonly label: string;|ShortcutInfo.d.ts|
|Added|NA|Module name: ShortcutInfo<br>Class name: ShortcutInfo<br>Method or attribute name: readonly labelId: number;|ShortcutInfo.d.ts|
|Added|NA|Module name: ShortcutInfo<br>Class name: ShortcutInfo<br>Method or attribute name: readonly wants: Array\<ShortcutWant>;|ShortcutInfo.d.ts|
|Added|NA|Module name: ShortcutInfo<br>Class name: ShortcutWant|ShortcutInfo.d.ts|
|Added|NA|Module name: ShortcutInfo<br>Class name: ShortcutWant<br>Method or attribute name: readonly targetBundle: string;|ShortcutInfo.d.ts|
|Added|NA|Module name: ShortcutInfo<br>Class name: ShortcutWant<br>Method or attribute name: readonly targetModule: string;|ShortcutInfo.d.ts|
|Added|NA|Module name: ShortcutInfo<br>Class name: ShortcutWant<br>Method or attribute name: readonly targetAbility: string;|ShortcutInfo.d.ts|
|Model changed|Class name: AbilityInfo<br>Method or attribute name: readonly orientation: bundle.DisplayOrientation;<br>Model: @FAModelOnly|Class name: AbilityInfo<br>Method or attribute name: readonly orientation: bundle.DisplayOrientation;<br>Model: N/A|abilityInfo.d.ts|
|Access level changed|Class name: LauncherAbilityInfo<br>Access level: public API|Class name: LauncherAbilityInfo<br>Access level: system API|launcherAbilityInfo.d.ts|
|Deprecated version changed|Class name: bundle<br>Deprecated version: N/A|Class name: bundle<br>Deprecated version: 9<br>Substitute API: ohos.bundle.bundleManager |@ohos.bundle.d.ts|
|Deprecated version changed|Class name: BundleFlag<br>Deprecated version: N/A|Class name: BundleFlag<br>Deprecated version: 9<br>Substitute API: ohos.bundle.bundleManager.BundleFlag|@ohos.bundle.d.ts|
|Deprecated version changed|Class name: ColorMode<br>Deprecated version: N/A|Class name: ColorMode<br>Deprecated version: 9<br>Substitute API: N/A|@ohos.bundle.d.ts|
|Deprecated version changed|Class name: GrantStatus<br>Deprecated version: N/A|Class name: GrantStatus<br>Deprecated version: 9<br>Substitute API: ohos.bundle.bundleManager.PermissionGrantState |@ohos.bundle.d.ts|
|Deprecated version changed|Class name: AbilityType<br>Deprecated version: N/A|Class name: AbilityType<br>Deprecated version: 9<br>Substitute API: ohos.bundle.bundleManager.AbilityType |@ohos.bundle.d.ts|
|Deprecated version changed|Class name: AbilitySubType<br>Deprecated version: N/A|Class name: AbilitySubType<br>Deprecated version: 9<br>Substitute API: N/A|@ohos.bundle.d.ts|
|Deprecated version changed|Class name: DisplayOrientation<br>Deprecated version: N/A|Class name: DisplayOrientation<br>Deprecated version: 9<br>Substitute API: ohos.bundle.bundleManager.DisplayOrientation |@ohos.bundle.d.ts|
|Deprecated version changed|Class name: LaunchMode<br>Deprecated version: N/A|Class name: LaunchMode<br>Deprecated version: 9<br>Substitute API: ohos.bundle.bundleManager.LaunchType |@ohos.bundle.d.ts|
|Deprecated version changed|Class name: BundleOptions<br>Deprecated version: N/A|Class name: BundleOptions<br>Deprecated version: 9<br>Substitute API: N/A|@ohos.bundle.d.ts|
|Deprecated version changed|Class name: InstallErrorCode<br>Deprecated version: N/A|Class name: InstallErrorCode<br>Deprecated version: 9<br>Substitute API: N/A|@ohos.bundle.d.ts|
|Deprecated version changed|Class name: bundle<br>Method or attribute name: function getBundleInfo(bundleName: string, bundleFlags: number, options: BundleOptions, callback: AsyncCallback\<BundleInfo>): void;<br>Deprecated version: N/A|Class name: bundle<br>Method or attribute name: function getBundleInfo(bundleName: string, bundleFlags: number, options: BundleOptions, callback: AsyncCallback\<BundleInfo>): void;<br>Deprecated version: 9<br>Substitute API: ohos.bundle.bundleManager|@ohos.bundle.d.ts|
|Deprecated version changed|Class name: bundle<br>Method or attribute name: function getBundleInfo(bundleName: string, bundleFlags: number, callback: AsyncCallback\<BundleInfo>): void;<br>Deprecated version: N/A|Class name: bundle<br>Method or attribute name: function getBundleInfo(bundleName: string, bundleFlags: number, callback: AsyncCallback\<BundleInfo>): void;<br>Deprecated version: 9<br>Substitute API: ohos.bundle.bundleManager|@ohos.bundle.d.ts|
|Deprecated version changed|Class name: bundle<br>Method or attribute name: function getBundleInfo(bundleName: string, bundleFlags: number, options?: BundleOptions): Promise\<BundleInfo>;<br>Deprecated version: N/A|Class name: bundle<br>Method or attribute name: function getBundleInfo(bundleName: string, bundleFlags: number, options?: BundleOptions): Promise\<BundleInfo>;<br>Deprecated version: 9<br>Substitute API: ohos.bundle.bundleManager|@ohos.bundle.d.ts|
|Deprecated version changed|Class name: bundle<br>Method or attribute name: function getBundleInstaller(callback: AsyncCallback\<BundleInstaller>): void;<br>Deprecated version: N/A|Class name: bundle<br>Method or attribute name: function getBundleInstaller(callback: AsyncCallback\<BundleInstaller>): void;<br>Deprecated version: 9<br>Substitute API: ohos.bundle.installer|@ohos.bundle.d.ts|
|Deprecated version changed|Class name: bundle<br>Method or attribute name: function getBundleInstaller(): Promise\<BundleInstaller>;<br>Deprecated version: N/A|Class name: bundle<br>Method or attribute name: function getBundleInstaller(): Promise\<BundleInstaller>;<br>Deprecated version: 9<br>Substitute API: ohos.bundle.installer|@ohos.bundle.d.ts|
|Deprecated version changed|Class name: bundle<br>Method or attribute name: function getAbilityInfo(bundleName: string, abilityName: string, callback: AsyncCallback\<AbilityInfo>): void;<br>Deprecated version: N/A|Class name: bundle<br>Method or attribute name: function getAbilityInfo(bundleName: string, abilityName: string, callback: AsyncCallback\<AbilityInfo>): void;<br>Deprecated version: 9<br>Substitute API: ohos.bundle.bundleManager|@ohos.bundle.d.ts|
|Deprecated version changed|Class name: bundle<br>Method or attribute name: function getAbilityInfo(bundleName: string, abilityName: string): Promise\<AbilityInfo>;<br>Deprecated version: N/A|Class name: bundle<br>Method or attribute name: function getAbilityInfo(bundleName: string, abilityName: string): Promise\<AbilityInfo>;<br>Deprecated version: 9<br>Substitute API: ohos.bundle.bundleManager|@ohos.bundle.d.ts|
|Deprecated version changed|Class name: bundle<br>Method or attribute name: function getApplicationInfo(bundleName: string, bundleFlags: number, userId: number, callback: AsyncCallback\<ApplicationInfo>) : void;<br>Deprecated version: N/A|Class name: bundle<br>Method or attribute name: function getApplicationInfo(bundleName: string, bundleFlags: number, userId: number, callback: AsyncCallback\<ApplicationInfo>) : void;<br>Deprecated version: 9<br>Substitute API: ohos.bundle.bundleManager|@ohos.bundle.d.ts|
|Deprecated version changed|Class name: bundle<br>Method or attribute name: function getApplicationInfo(bundleName: string, bundleFlags: number, callback: AsyncCallback\<ApplicationInfo>) : void;<br>Deprecated version: N/A|Class name: bundle<br>Method or attribute name: function getApplicationInfo(bundleName: string, bundleFlags: number, callback: AsyncCallback\<ApplicationInfo>) : void;<br>Deprecated version: 9<br>Substitute API: ohos.bundle.bundleManager|@ohos.bundle.d.ts|
|Deprecated version changed|Class name: bundle<br>Method or attribute name: function getApplicationInfo(bundleName: string, bundleFlags: number, userId?: number) : Promise\<ApplicationInfo>;<br>Deprecated version: N/A|Class name: bundle<br>Method or attribute name: function getApplicationInfo(bundleName: string, bundleFlags: number, userId?: number) : Promise\<ApplicationInfo>;<br>Deprecated version: 9<br>Substitute API: ohos.bundle.bundleManager|@ohos.bundle.d.ts|
|Deprecated version changed|Class name: bundle<br>Method or attribute name: function queryAbilityByWant(want: Want, bundleFlags: number, userId: number, callback: AsyncCallback\<Array\<AbilityInfo>>): void;<br>Deprecated version: N/A|Class name: bundle<br>Method or attribute name: function queryAbilityByWant(want: Want, bundleFlags: number, userId: number, callback: AsyncCallback\<Array\<AbilityInfo>>): void;<br>Deprecated version: 9<br>Substitute API: ohos.bundle.bundleManager|@ohos.bundle.d.ts|
|Deprecated version changed|Class name: bundle<br>Method or attribute name: function queryAbilityByWant(want: Want, bundleFlags: number, callback: AsyncCallback\<Array\<AbilityInfo>>): void;<br>Deprecated version: N/A|Class name: bundle<br>Method or attribute name: function queryAbilityByWant(want: Want, bundleFlags: number, callback: AsyncCallback\<Array\<AbilityInfo>>): void;<br>Deprecated version: 9<br>Substitute API: ohos.bundle.bundleManager|@ohos.bundle.d.ts|
|Deprecated version changed|Class name: bundle<br>Method or attribute name: function queryAbilityByWant(want: Want, bundleFlags: number, userId?:number): Promise\<Array\<AbilityInfo>>;<br>Deprecated version: N/A|Class name: bundle<br>Method or attribute name: function queryAbilityByWant(want: Want, bundleFlags: number, userId?:number): Promise\<Array\<AbilityInfo>>;<br>Deprecated version: 9<br>Substitute API: ohos.bundle.bundleManager|@ohos.bundle.d.ts|
|Deprecated version changed|Class name: bundle<br>Method or attribute name: function getAllBundleInfo(bundleFlag: BundleFlag, userId: number, callback: AsyncCallback\<Array\<BundleInfo>>) : void;<br>Deprecated version: N/A|Class name: bundle<br>Method or attribute name: function getAllBundleInfo(bundleFlag: BundleFlag, userId: number, callback: AsyncCallback\<Array\<BundleInfo>>) : void;<br>Deprecated version: 9<br>Substitute API: ohos.bundle.bundleManager|@ohos.bundle.d.ts|
|Deprecated version changed|Class name: bundle<br>Method or attribute name: function getAllBundleInfo(bundleFlag: BundleFlag, callback: AsyncCallback\<Array\<BundleInfo>>) : void;<br>Deprecated version: N/A|Class name: bundle<br>Method or attribute name: function getAllBundleInfo(bundleFlag: BundleFlag, callback: AsyncCallback\<Array\<BundleInfo>>) : void;<br>Deprecated version: 9<br>Substitute API: ohos.bundle.bundleManager|@ohos.bundle.d.ts|
|Deprecated version changed|Class name: bundle<br>Method or attribute name: function getAllBundleInfo(bundleFlag: BundleFlag, userId?: number) : Promise\<Array\<BundleInfo>>;<br>Deprecated version: N/A|Class name: bundle<br>Method or attribute name: function getAllBundleInfo(bundleFlag: BundleFlag, userId?: number) : Promise\<Array\<BundleInfo>>;<br>Deprecated version: 9<br>Substitute API: ohos.bundle.bundleManager|@ohos.bundle.d.ts|
|Deprecated version changed|Class name: bundle<br>Method or attribute name: function getAllApplicationInfo(bundleFlags: number, userId: number, callback: AsyncCallback\<Array\<ApplicationInfo>>) : void;<br>Deprecated version: N/A|Class name: bundle<br>Method or attribute name: function getAllApplicationInfo(bundleFlags: number, userId: number, callback: AsyncCallback\<Array\<ApplicationInfo>>) : void;<br>Deprecated version: 9<br>Substitute API: ohos.bundle.bundleManager|@ohos.bundle.d.ts|
|Deprecated version changed|Class name: bundle<br>Method or attribute name: function getAllApplicationInfo(bundleFlags: number, callback: AsyncCallback\<Array\<ApplicationInfo>>) : void;<br>Deprecated version: N/A|Class name: bundle<br>Method or attribute name: function getAllApplicationInfo(bundleFlags: number, callback: AsyncCallback\<Array\<ApplicationInfo>>) : void;<br>Deprecated version: 9<br>Substitute API: ohos.bundle.bundleManager|@ohos.bundle.d.ts|
|Deprecated version changed|Class name: bundle<br>Method or attribute name: function getAllApplicationInfo(bundleFlags: number, userId?: number) : Promise\<Array\<ApplicationInfo>>;<br>Deprecated version: N/A|Class name: bundle<br>Method or attribute name: function getAllApplicationInfo(bundleFlags: number, userId?: number) : Promise\<Array\<ApplicationInfo>>;<br>Deprecated version: 9<br>Substitute API: ohos.bundle.bundleManager|@ohos.bundle.d.ts|
|Deprecated version changed|Class name: bundle<br>Method or attribute name: function getNameForUid(uid: number, callback: AsyncCallback\<string>) : void<br>Deprecated version: N/A|Class name: bundle<br>Method or attribute name: function getNameForUid(uid: number, callback: AsyncCallback\<string>) : void<br>Deprecated version: 9<br>Substitute API: ohos.bundle.bundleManager|@ohos.bundle.d.ts|
|Deprecated version changed|Class name: bundle<br>Method or attribute name: function getNameForUid(uid: number) : Promise\<string>;<br>Deprecated version: N/A|Class name: bundle<br>Method or attribute name: function getNameForUid(uid: number) : Promise\<string>;<br>Deprecated version: 9<br>Substitute API: ohos.bundle.bundleManager|@ohos.bundle.d.ts|
|Deprecated version changed|Class name: bundle<br>Method or attribute name: function getBundleArchiveInfo(hapFilePath: string, bundleFlags: number, callback: AsyncCallback\<BundleInfo>) : void<br>Deprecated version: N/A|Class name: bundle<br>Method or attribute name: function getBundleArchiveInfo(hapFilePath: string, bundleFlags: number, callback: AsyncCallback\<BundleInfo>) : void<br>Deprecated version: 9<br>Substitute API: ohos.bundle.bundleManager|@ohos.bundle.d.ts|
|Deprecated version changed|Class name: bundle<br>Method or attribute name: function getBundleArchiveInfo(hapFilePath: string, bundleFlags: number) : Promise\<BundleInfo>;<br>Deprecated version: N/A|Class name: bundle<br>Method or attribute name: function getBundleArchiveInfo(hapFilePath: string, bundleFlags: number) : Promise\<BundleInfo>;<br>Deprecated version: 9<br>Substitute API: ohos.bundle.bundleManager|@ohos.bundle.d.ts|
|Deprecated version changed|Class name: bundle<br>Method or attribute name: function getLaunchWantForBundle(bundleName: string, callback: AsyncCallback\<Want>): void;<br>Deprecated version: N/A|Class name: bundle<br>Method or attribute name: function getLaunchWantForBundle(bundleName: string, callback: AsyncCallback\<Want>): void;<br>Deprecated version: 9<br>Substitute API: ohos.bundle.bundleManager|@ohos.bundle.d.ts|
|Deprecated version changed|Class name: bundle<br>Method or attribute name: function getLaunchWantForBundle(bundleName: string): Promise\<Want>;<br>Deprecated version: N/A|Class name: bundle<br>Method or attribute name: function getLaunchWantForBundle(bundleName: string): Promise\<Want>;<br>Deprecated version: 9<br>Substitute API: ohos.bundle.bundleManager|@ohos.bundle.d.ts|
|Deprecated version changed|Class name: bundle<br>Method or attribute name: function cleanBundleCacheFiles(bundleName: string, callback: AsyncCallback\<void>): void;<br>Deprecated version: N/A|Class name: bundle<br>Method or attribute name: function cleanBundleCacheFiles(bundleName: string, callback: AsyncCallback\<void>): void;<br>Deprecated version: 9<br>Substitute API: ohos.bundle.bundleManager|@ohos.bundle.d.ts|
|Deprecated version changed|Class name: bundle<br>Method or attribute name: function cleanBundleCacheFiles(bundleName: string): Promise\<void>;<br>Deprecated version: N/A|Class name: bundle<br>Method or attribute name: function cleanBundleCacheFiles(bundleName: string): Promise\<void>;<br>Deprecated version: 9<br>Substitute API: ohos.bundle.bundleManager|@ohos.bundle.d.ts|
|Deprecated version changed|Class name: bundle<br>Method or attribute name: function setApplicationEnabled(bundleName: string, isEnable: boolean, callback: AsyncCallback\<void>): void;<br>Deprecated version: N/A|Class name: bundle<br>Method or attribute name: function setApplicationEnabled(bundleName: string, isEnable: boolean, callback: AsyncCallback\<void>): void;<br>Deprecated version: 9<br>Substitute API: ohos.bundle.bundleManager|@ohos.bundle.d.ts|
|Deprecated version changed|Class name: bundle<br>Method or attribute name: function setApplicationEnabled(bundleName: string, isEnable: boolean): Promise\<void>;<br>Deprecated version: N/A|Class name: bundle<br>Method or attribute name: function setApplicationEnabled(bundleName: string, isEnable: boolean): Promise\<void>;<br>Deprecated version: 9<br>Substitute API: ohos.bundle.bundleManager|@ohos.bundle.d.ts|
|Deprecated version changed|Class name: bundle<br>Method or attribute name: function setAbilityEnabled(info: AbilityInfo, isEnable: boolean, callback: AsyncCallback\<void>): void;<br>Deprecated version: N/A|Class name: bundle<br>Method or attribute name: function setAbilityEnabled(info: AbilityInfo, isEnable: boolean, callback: AsyncCallback\<void>): void;<br>Deprecated version: 9<br>Substitute API: ohos.bundle.bundleManager|@ohos.bundle.d.ts|
|Deprecated version changed|Class name: bundle<br>Method or attribute name: function setAbilityEnabled(info: AbilityInfo, isEnable: boolean): Promise\<void>;<br>Deprecated version: N/A|Class name: bundle<br>Method or attribute name: function setAbilityEnabled(info: AbilityInfo, isEnable: boolean): Promise\<void>;<br>Deprecated version: 9<br>Substitute API: ohos.bundle.bundleManager|@ohos.bundle.d.ts|
|Deprecated version changed|Class name: bundle<br>Method or attribute name: function getPermissionDef(permissionName: string, callback: AsyncCallback\<PermissionDef>): void;<br>Deprecated version: N/A|Class name: bundle<br>Method or attribute name: function getPermissionDef(permissionName: string, callback: AsyncCallback\<PermissionDef>): void;<br>Deprecated version: 9<br>Substitute API: ohos.bundle.bundleManager|@ohos.bundle.d.ts|
|Deprecated version changed|Class name: bundle<br>Method or attribute name: function getPermissionDef(permissionName: string): Promise\<PermissionDef>;<br>Deprecated version: N/A|Class name: bundle<br>Method or attribute name: function getPermissionDef(permissionName: string): Promise\<PermissionDef>;<br>Deprecated version: 9<br>Substitute API: ohos.bundle.bundleManager|@ohos.bundle.d.ts|
|Deprecated version changed|Class name: bundle<br>Method or attribute name: function getAbilityLabel(bundleName: string, abilityName: string, callback: AsyncCallback\<string>): void;<br>Deprecated version: N/A|Class name: bundle<br>Method or attribute name: function getAbilityLabel(bundleName: string, abilityName: string, callback: AsyncCallback\<string>): void;<br>Deprecated version: 9<br>Substitute API: ohos.bundle.bundleManager|@ohos.bundle.d.ts|
|Deprecated version changed|Class name: bundle<br>Method or attribute name: function getAbilityLabel(bundleName: string, abilityName: string): Promise\<string>;<br>Deprecated version: N/A|Class name: bundle<br>Method or attribute name: function getAbilityLabel(bundleName: string, abilityName: string): Promise\<string>;<br>Deprecated version: 9<br>Substitute API: ohos.bundle.bundleManager|@ohos.bundle.d.ts|
|Deprecated version changed|Class name: bundle<br>Method or attribute name: function getAbilityIcon(bundleName: string, abilityName: string, callback: AsyncCallback\<image.PixelMap>): void;<br>Deprecated version: N/A|Class name: bundle<br>Method or attribute name: function getAbilityIcon(bundleName: string, abilityName: string, callback: AsyncCallback\<image.PixelMap>): void;<br>Deprecated version: 9<br>Substitute API: ohos.resourceManager|@ohos.bundle.d.ts|
|Deprecated version changed|Class name: bundle<br>Method or attribute name: function getAbilityIcon(bundleName: string, abilityName: string): Promise\<image.PixelMap>;<br>Deprecated version: N/A|Class name: bundle<br>Method or attribute name: function getAbilityIcon(bundleName: string, abilityName: string): Promise\<image.PixelMap>;<br>Deprecated version: 9<br>Substitute API: ohos.resourceManager|@ohos.bundle.d.ts|
|Deprecated version changed|Class name: bundle<br>Method or attribute name: function isAbilityEnabled(info: AbilityInfo, callback: AsyncCallback\<boolean>): void;<br>Deprecated version: N/A|Class name: bundle<br>Method or attribute name: function isAbilityEnabled(info: AbilityInfo, callback: AsyncCallback\<boolean>): void;<br>Deprecated version: 9<br>Substitute API: ohos.bundle.bundleManager|@ohos.bundle.d.ts|
|Deprecated version changed|Class name: bundle<br>Method or attribute name: function isAbilityEnabled(info: AbilityInfo): Promise\<boolean>;<br>Deprecated version: N/A|Class name: bundle<br>Method or attribute name: function isAbilityEnabled(info: AbilityInfo): Promise\<boolean>;<br>Deprecated version: 9<br>Substitute API: ohos.bundle.bundleManager|@ohos.bundle.d.ts|
|Deprecated version changed|Class name: bundle<br>Method or attribute name: function isApplicationEnabled(bundleName: string, callback: AsyncCallback\<boolean>): void;<br>Deprecated version: N/A|Class name: bundle<br>Method or attribute name: function isApplicationEnabled(bundleName: string, callback: AsyncCallback\<boolean>): void;<br>Deprecated version: 9<br>Substitute API: ohos.bundle.bundleManager|@ohos.bundle.d.ts|
|Deprecated version changed|Class name: bundle<br>Method or attribute name: function isApplicationEnabled(bundleName: string): Promise\<boolean>;<br>Deprecated version: N/A|Class name: bundle<br>Method or attribute name: function isApplicationEnabled(bundleName: string): Promise\<boolean>;<br>Deprecated version: 9<br>Substitute API: ohos.bundle.bundleManager|@ohos.bundle.d.ts|
|Deprecated version changed|Class name: innerBundleManager<br>Deprecated version: N/A|Class name: innerBundleManager<br>Deprecated version: 9<br>Substitute API: ohos.bundle.launcherBundleManager |@ohos.bundle.innerBundleManager.d.ts|
|Deprecated version changed|Class name: innerBundleManager<br>Method or attribute name: function getLauncherAbilityInfos(bundleName: string, userId: number, callback: AsyncCallback\<Array\<LauncherAbilityInfo>>) : void;<br>Deprecated version: N/A|Class name: innerBundleManager<br>Method or attribute name: function getLauncherAbilityInfos(bundleName: string, userId: number, callback: AsyncCallback\<Array\<LauncherAbilityInfo>>) : void;<br>Deprecated version: 9<br>Substitute API: ohos.bundle.launcherBundleManager|@ohos.bundle.innerBundleManager.d.ts|
|Deprecated version changed|Class name: innerBundleManager<br>Method or attribute name: function getLauncherAbilityInfos(bundleName: string, userId: number) : Promise\<Array\<LauncherAbilityInfo>>;<br>Deprecated version: N/A|Class name: innerBundleManager<br>Method or attribute name: function getLauncherAbilityInfos(bundleName: string, userId: number) : Promise\<Array\<LauncherAbilityInfo>>;<br>Deprecated version: 9<br>Substitute API: ohos.bundle.launcherBundleManager|@ohos.bundle.innerBundleManager.d.ts|
|Deprecated version changed|Class name: innerBundleManager<br>Method or attribute name: function on(type:"BundleStatusChange", bundleStatusCallback : BundleStatusCallback, callback: AsyncCallback\<string>) : void;<br>Deprecated version: N/A|Class name: innerBundleManager<br>Method or attribute name: function on(type:"BundleStatusChange", bundleStatusCallback : BundleStatusCallback, callback: AsyncCallback\<string>) : void;<br>Deprecated version: 9<br>Substitute API: ohos.bundle.bundleMonitor|@ohos.bundle.innerBundleManager.d.ts|
|Deprecated version changed|Class name: innerBundleManager<br>Method or attribute name: function on(type:"BundleStatusChange", bundleStatusCallback : BundleStatusCallback): Promise\<string>;<br>Deprecated version: N/A|Class name: innerBundleManager<br>Method or attribute name: function on(type:"BundleStatusChange", bundleStatusCallback : BundleStatusCallback): Promise\<string>;<br>Deprecated version: 9<br>Substitute API: ohos.bundle.bundleMonitor|@ohos.bundle.innerBundleManager.d.ts|
|Deprecated version changed|Class name: innerBundleManager<br>Method or attribute name: function off(type:"BundleStatusChange", callback: AsyncCallback\<string>) : void;<br>Deprecated version: N/A|Class name: innerBundleManager<br>Method or attribute name: function off(type:"BundleStatusChange", callback: AsyncCallback\<string>) : void;<br>Deprecated version: 9<br>Substitute API: ohos.bundle.bundleMonitor|@ohos.bundle.innerBundleManager.d.ts|
|Deprecated version changed|Class name: innerBundleManager<br>Method or attribute name: function off(type:"BundleStatusChange"): Promise\<string>;<br>Deprecated version: N/A|Class name: innerBundleManager<br>Method or attribute name: function off(type:"BundleStatusChange"): Promise\<string>;<br>Deprecated version: 9<br>Substitute API: ohos.bundle.bundleMonitor|@ohos.bundle.innerBundleManager.d.ts|
|Deprecated version changed|Class name: innerBundleManager<br>Method or attribute name: function getAllLauncherAbilityInfos(userId: number, callback: AsyncCallback\<Array\<LauncherAbilityInfo>>) : void;<br>Deprecated version: N/A|Class name: innerBundleManager<br>Method or attribute name: function getAllLauncherAbilityInfos(userId: number, callback: AsyncCallback\<Array\<LauncherAbilityInfo>>) : void;<br>Deprecated version: 9<br>Substitute API: ohos.bundle.launcherBundleManager|@ohos.bundle.innerBundleManager.d.ts|
|Deprecated version changed|Class name: innerBundleManager<br>Method or attribute name: function getAllLauncherAbilityInfos(userId: number) : Promise\<Array\<LauncherAbilityInfo>>;<br>Deprecated version: N/A|Class name: innerBundleManager<br>Method or attribute name: function getAllLauncherAbilityInfos(userId: number) : Promise\<Array\<LauncherAbilityInfo>>;<br>Deprecated version: 9<br>Substitute API: ohos.bundle.launcherBundleManager|@ohos.bundle.innerBundleManager.d.ts|
|Deprecated version changed|Class name: innerBundleManager<br>Method or attribute name: function getShortcutInfos(bundleName :string, callback: AsyncCallback\<Array\<ShortcutInfo>>) : void;<br>Deprecated version: N/A|Class name: innerBundleManager<br>Method or attribute name: function getShortcutInfos(bundleName :string, callback: AsyncCallback\<Array\<ShortcutInfo>>) : void;<br>Deprecated version: 9<br>Substitute API: ohos.bundle.launcherBundleManager|@ohos.bundle.innerBundleManager.d.ts|
|Deprecated version changed|Class name: innerBundleManager<br>Method or attribute name: function getShortcutInfos(bundleName : string) : Promise\<Array\<ShortcutInfo>>;<br>Deprecated version: N/A|Class name: innerBundleManager<br>Method or attribute name: function getShortcutInfos(bundleName : string) : Promise\<Array\<ShortcutInfo>>;<br>Deprecated version: 9<br>Substitute API: ohos.bundle.launcherBundleManager|@ohos.bundle.innerBundleManager.d.ts|
|Deprecated version changed|Class name: distributedBundle<br>Deprecated version: N/A|Class name: distributedBundle<br>Deprecated version: 9<br>Substitute API: ohos.bundle.distributedBundleManager |@ohos.distributedBundle.d.ts|
|Deprecated version changed|Class name: distributedBundle<br>Method or attribute name: function getRemoteAbilityInfo(elementName: ElementName, callback: AsyncCallback\<RemoteAbilityInfo>): void;<br>Deprecated version: N/A|Class name: distributedBundle<br>Method or attribute name: function getRemoteAbilityInfo(elementName: ElementName, callback: AsyncCallback\<RemoteAbilityInfo>): void;<br>Deprecated version: 9<br>Substitute API: ohos.bundle.distributedBundleManager|@ohos.distributedBundle.d.ts|
|Deprecated version changed|Class name: distributedBundle<br>Method or attribute name: function getRemoteAbilityInfo(elementName: ElementName): Promise\<RemoteAbilityInfo>;<br>Deprecated version: N/A|Class name: distributedBundle<br>Method or attribute name: function getRemoteAbilityInfo(elementName: ElementName): Promise\<RemoteAbilityInfo>;<br>Deprecated version: 9<br>Substitute API: ohos.bundle.distributedBundleManager|@ohos.distributedBundle.d.ts|
|Deprecated version changed|Class name: distributedBundle<br>Method or attribute name: function getRemoteAbilityInfos(elementNames: Array\<ElementName>, callback: AsyncCallback\<Array\<RemoteAbilityInfo>>): void;<br>Deprecated version: N/A|Class name: distributedBundle<br>Method or attribute name: function getRemoteAbilityInfos(elementNames: Array\<ElementName>, callback: AsyncCallback\<Array\<RemoteAbilityInfo>>): void;<br>Deprecated version: 9<br>Substitute API: ohos.bundle.distributedBundleManager|@ohos.distributedBundle.d.ts|
|Deprecated version changed|Class name: distributedBundle<br>Method or attribute name: function getRemoteAbilityInfos(elementNames: Array\<ElementName>): Promise\<Array\<RemoteAbilityInfo>>;<br>Deprecated version: N/A|Class name: distributedBundle<br>Method or attribute name: function getRemoteAbilityInfos(elementNames: Array\<ElementName>): Promise\<Array\<RemoteAbilityInfo>>;<br>Deprecated version: 9<br>Substitute API: ohos.bundle.distributedBundleManager|@ohos.distributedBundle.d.ts|
|Deprecated version changed|Class name: ErrorCode<br>Deprecated version: N/A|Class name: ErrorCode<br>Deprecated version: 9<br>Substitute API: N/A|@ohos.zlib.d.ts|
|Deprecated version changed|Class name: zlib<br>Method or attribute name: function zipFile(inFile:string, outFile:string, options: Options): Promise\<void>;<br>Deprecated version: N/A|Class name: zlib<br>Method or attribute name: function zipFile(inFile:string, outFile:string, options: Options): Promise\<void>;<br>Deprecated version: 9<br>Substitute API: ohos.zlib|@ohos.zlib.d.ts|
|Deprecated version changed|Class name: zlib<br>Method or attribute name: function unzipFile(inFile:string, outFile:string, options: Options): Promise\<void>;<br>Deprecated version: N/A|Class name: zlib<br>Method or attribute name: function unzipFile(inFile:string, outFile:string, options: Options): Promise\<void>;<br>Deprecated version: 9<br>Substitute API: ohos.zlib|@ohos.zlib.d.ts|
|Deprecated version changed|Class name: CheckPackageHasInstalledResponse<br>Deprecated version: N/A|Class name: CheckPackageHasInstalledResponse<br>Deprecated version: 9<br>Substitute API: N/A|@system.package.d.ts|
|Deprecated version changed|Class name: CheckPackageHasInstalledOptions<br>Deprecated version: N/A|Class name: CheckPackageHasInstalledOptions<br>Deprecated version: 9<br>Substitute API: N/A|@system.package.d.ts|
|Deprecated version changed|Class name: Package<br>Deprecated version: N/A|Class name: Package<br>Deprecated version: 9<br>Substitute API: N/A|@system.package.d.ts|
|Deprecated version changed|Class name: Package<br>Method or attribute name: static hasInstalled(options: CheckPackageHasInstalledOptions): void;<br>Deprecated version: N/A|Class name: Package<br>Method or attribute name: static hasInstalled(options: CheckPackageHasInstalledOptions): void;<br>Deprecated version: 9<br>Substitute API: N/A|@system.package.d.ts|
|Deprecated version changed|Class name: AbilityInfo<br>Deprecated version: N/A|Class name: AbilityInfo<br>Deprecated version: 9<br>Substitute API: ohos.bundle.bundleManager.AbilityInfo |abilityInfo.d.ts|
|Deprecated version changed|Class name: ApplicationInfo<br>Deprecated version: N/A|Class name: ApplicationInfo<br>Deprecated version: 9<br>Substitute API: ohos.bundle.bundleManager.ApplicationInfo |applicationInfo.d.ts|
|Deprecated version changed|Class name: ApplicationInfo<br>Method or attribute name: readonly labelId: string;<br>Deprecated version: N/A|Class name: ApplicationInfo<br>Method or attribute name: readonly labelId: string;<br>Deprecated version: 9<br>Substitute API: ohos.bundle.bundleManager.ApplicationInfo.labelIndex |applicationInfo.d.ts|
|Deprecated version changed|Class name: ApplicationInfo<br>Method or attribute name: readonly iconId: string;<br>Deprecated version: N/A|Class name: ApplicationInfo<br>Method or attribute name: readonly iconId: string;<br>Deprecated version: 9<br>Substitute API: ohos.bundle.bundleManager.ApplicationInfo.iconIndex |applicationInfo.d.ts|
|Deprecated version changed|Class name: UsedScene<br>Deprecated version: N/A|Class name: UsedScene<br>Deprecated version: 9<br>Substitute API: ohos.bundle.bundleManager.UsedScene |bundleInfo.d.ts|
|Deprecated version changed|Class name: ReqPermissionDetail<br>Deprecated version: N/A|Class name: ReqPermissionDetail<br>Deprecated version: 9<br>Substitute API: ohos.bundle.bundleManager.ReqPermissionDetail |bundleInfo.d.ts|
|Deprecated version changed|Class name: BundleInfo<br>Deprecated version: N/A|Class name: BundleInfo<br>Deprecated version: 9<br>Substitute API: ohos.bundle.bundleManager.BundleInfo |bundleInfo.d.ts|
|Deprecated version changed|Class name: InstallParam<br>Deprecated version: N/A|Class name: InstallParam<br>Deprecated version: 9<br>Substitute API: ohos.bundle.installer|bundleInstaller.d.ts|
|Deprecated version changed|Class name: InstallParam<br>Method or attribute name: userId: number;<br>Deprecated version: N/A|Class name: InstallParam<br>Method or attribute name: userId: number;<br>Deprecated version: 9<br>Substitute API: ohos.bundle.installer.InstallParam|bundleInstaller.d.ts|
|Deprecated version changed|Class name: InstallParam<br>Method or attribute name: installFlag: number;<br>Deprecated version: N/A|Class name: InstallParam<br>Method or attribute name: installFlag: number;<br>Deprecated version: 9<br>Substitute API: ohos.bundle.installer.InstallParam|bundleInstaller.d.ts|
|Deprecated version changed|Class name: InstallParam<br>Method or attribute name: isKeepData: boolean;<br>Deprecated version: N/A|Class name: InstallParam<br>Method or attribute name: isKeepData: boolean;<br>Deprecated version: 9<br>Substitute API: ohos.bundle.installer.InstallParam|bundleInstaller.d.ts|
|Deprecated version changed|Class name: InstallStatus<br>Deprecated version: N/A|Class name: InstallStatus<br>Deprecated version: 9<br>Substitute API: N/A|bundleInstaller.d.ts|
|Deprecated version changed|Class name: InstallStatus<br>Method or attribute name: status: bundle.InstallErrorCode;<br>Deprecated version: N/A|Class name: InstallStatus<br>Method or attribute name: status: bundle.InstallErrorCode;<br>Deprecated version: 9<br>Substitute API: N/A|bundleInstaller.d.ts|
|Deprecated version changed|Class name: InstallStatus<br>Method or attribute name: statusMessage: string;<br>Deprecated version: N/A|Class name: InstallStatus<br>Method or attribute name: statusMessage: string;<br>Deprecated version: 9<br>Substitute API: N/A|bundleInstaller.d.ts|
|Deprecated version changed|Class name: BundleInstaller<br>Deprecated version: N/A|Class name: BundleInstaller<br>Deprecated version: 9<br>Substitute API: ohos.bundle.installer|bundleInstaller.d.ts|
|Deprecated version changed|Class name: BundleInstaller<br>Method or attribute name: install(bundleFilePaths: Array\<string>, param: InstallParam, callback: AsyncCallback\<InstallStatus>): void;<br>Deprecated version: N/A|Class name: BundleInstaller<br>Method or attribute name: install(bundleFilePaths: Array\<string>, param: InstallParam, callback: AsyncCallback\<InstallStatus>): void;<br>Deprecated version: 9<br>Substitute API: ohos.bundle.installer.BundleInstaller|bundleInstaller.d.ts|
|Deprecated version changed|Class name: BundleInstaller<br>Method or attribute name: uninstall(bundleName: string, param: InstallParam, callback: AsyncCallback\<InstallStatus>): void;<br>Deprecated version: N/A|Class name: BundleInstaller<br>Method or attribute name: uninstall(bundleName: string, param: InstallParam, callback: AsyncCallback\<InstallStatus>): void;<br>Deprecated version: 9<br>Substitute API: ohos.bundle.installer.BundleInstaller|bundleInstaller.d.ts|
|Deprecated version changed|Class name: BundleInstaller<br>Method or attribute name: recover(bundleName: string, param: InstallParam, callback: AsyncCallback\<InstallStatus>): void;<br>Deprecated version: N/A|Class name: BundleInstaller<br>Method or attribute name: recover(bundleName: string, param: InstallParam, callback: AsyncCallback\<InstallStatus>): void;<br>Deprecated version: 9<br>Substitute API: ohos.bundle.installer.BundleInstaller|bundleInstaller.d.ts|
|Deprecated version changed|Class name: BundleStatusCallback<br>Deprecated version: N/A|Class name: BundleStatusCallback<br>Deprecated version: 9<br>Substitute API: N/A|bundleStatusCallback.d.ts|
|Deprecated version changed|Class name: CustomizeData<br>Deprecated version: N/A|Class name: CustomizeData<br>Deprecated version: 9<br>Substitute API: ohos.bundle.bundleManager.Metadata |customizeData.d.ts|
|Deprecated version changed|Class name: ElementName<br>Deprecated version: N/A|Class name: ElementName<br>Deprecated version: 9<br>Substitute API: ohos.bundle.bundleManager.ElementName |elementName.d.ts|
|Deprecated version changed|Class name: HapModuleInfo<br>Deprecated version: N/A|Class name: HapModuleInfo<br>Deprecated version: 9<br>Substitute API: ohos.bundle.bundleManager.HapModuleInfo |hapModuleInfo.d.ts|
|Deprecated version changed|Class name: LauncherAbilityInfo<br>Deprecated version: N/A|Class name: LauncherAbilityInfo<br>Deprecated version: 9<br>Substitute API: ohos.bundle.bundleManager.LauncherAbilityInfo |launcherAbilityInfo.d.ts|
|Deprecated version changed|Class name: ModuleInfo<br>Deprecated version: N/A|Class name: ModuleInfo<br>Deprecated version: 9<br>Substitute API: ohos.bundle.bundleManager.HapModuleInfo |moduleInfo.d.ts|
|Deprecated version changed|Class name: PermissionDef<br>Deprecated version: N/A|Class name: PermissionDef<br>Deprecated version: 9<br>Substitute API: ohos.bundle.bundleManager.PermissionDef |PermissionDef.d.ts|
|Deprecated version changed|Class name: RemoteAbilityInfo<br>Deprecated version: N/A|Class name: RemoteAbilityInfo<br>Deprecated version: 9<br>Substitute API: ohos.bundle.distributedBundleManager.RemoteAbilityInfo |remoteAbilityInfo.d.ts|
|Deprecated version changed|Class name: ShortcutWant<br>Deprecated version: N/A|Class name: ShortcutWant<br>Deprecated version: 9<br>Substitute API: ohos.bundle.launcherBundleManager.ShortcutWant |shortcutInfo.d.ts|
|Deprecated version changed|Class name: ShortcutInfo<br>Deprecated version: N/A|Class name: ShortcutInfo<br>Deprecated version: 9<br>Substitute API: ohos.bundle.launcherBundleManager.ShortcutInfo |shortcutInfo.d.ts|
|Initial version changed|Class name: LauncherAbilityInfo<br>Initial version: N/A|Class name: LauncherAbilityInfo<br>Initial version: 8|launcherAbilityInfo.d.ts|
因为 它太大了无法显示 source diff 。你可以改为 查看blob
| Change Type | Old Version | New Version | d.ts File |
| ---- | ------ | ------ | -------- |
|Added|NA|Module name: ohos.buffer<br>Class name: buffer|@ohos.buffer.d.ts|
|Added|NA|Module name: ohos.buffer<br>Class name: BufferEncoding<br>Method or attribute name: type BufferEncoding = 'ascii' \| 'utf8' \| 'utf-8' \| 'utf16le' \| 'ucs2' \| 'ucs-2' \| 'base64' \| 'base64url' \| 'latin1' \| 'binary' \| 'hex';|@ohos.buffer.d.ts|
|Added|NA|Module name: ohos.buffer<br>Class name: BufferEncoding<br>Method or attribute name: type BufferEncoding = 'ascii' \| 'utf8' \| 'utf-8' \| 'utf16le' \| 'ucs2' \| 'ucs-2' \| 'base64' \| 'base64url' \| 'latin1' \| 'binary' \| 'hex';|@ohos.buffer.d.ts|
|Added|NA|Module name: ohos.buffer<br>Class name: BufferEncoding<br>Method or attribute name: type BufferEncoding = 'ascii' \| 'utf8' \| 'utf-8' \| 'utf16le' \| 'ucs2' \| 'ucs-2' \| 'base64' \| 'base64url' \| 'latin1' \| 'binary' \| 'hex';|@ohos.buffer.d.ts|
|Added|NA|Module name: ohos.buffer<br>Class name: BufferEncoding<br>Method or attribute name: type BufferEncoding = 'ascii' \| 'utf8' \| 'utf-8' \| 'utf16le' \| 'ucs2' \| 'ucs-2' \| 'base64' \| 'base64url' \| 'latin1' \| 'binary' \| 'hex';|@ohos.buffer.d.ts|
|Added|NA|Module name: ohos.buffer<br>Class name: BufferEncoding<br>Method or attribute name: type BufferEncoding = 'ascii' \| 'utf8' \| 'utf-8' \| 'utf16le' \| 'ucs2' \| 'ucs-2' \| 'base64' \| 'base64url' \| 'latin1' \| 'binary' \| 'hex';|@ohos.buffer.d.ts|
|Added|NA|Module name: ohos.buffer<br>Class name: BufferEncoding<br>Method or attribute name: type BufferEncoding = 'ascii' \| 'utf8' \| 'utf-8' \| 'utf16le' \| 'ucs2' \| 'ucs-2' \| 'base64' \| 'base64url' \| 'latin1' \| 'binary' \| 'hex';|@ohos.buffer.d.ts|
|Added|NA|Module name: ohos.buffer<br>Class name: BufferEncoding<br>Method or attribute name: type BufferEncoding = 'ascii' \| 'utf8' \| 'utf-8' \| 'utf16le' \| 'ucs2' \| 'ucs-2' \| 'base64' \| 'base64url' \| 'latin1' \| 'binary' \| 'hex';|@ohos.buffer.d.ts|
|Added|NA|Module name: ohos.buffer<br>Class name: BufferEncoding<br>Method or attribute name: type BufferEncoding = 'ascii' \| 'utf8' \| 'utf-8' \| 'utf16le' \| 'ucs2' \| 'ucs-2' \| 'base64' \| 'base64url' \| 'latin1' \| 'binary' \| 'hex';|@ohos.buffer.d.ts|
|Added|NA|Module name: ohos.buffer<br>Class name: BufferEncoding<br>Method or attribute name: type BufferEncoding = 'ascii' \| 'utf8' \| 'utf-8' \| 'utf16le' \| 'ucs2' \| 'ucs-2' \| 'base64' \| 'base64url' \| 'latin1' \| 'binary' \| 'hex';|@ohos.buffer.d.ts|
|Added|NA|Module name: ohos.buffer<br>Class name: BufferEncoding<br>Method or attribute name: type BufferEncoding = 'ascii' \| 'utf8' \| 'utf-8' \| 'utf16le' \| 'ucs2' \| 'ucs-2' \| 'base64' \| 'base64url' \| 'latin1' \| 'binary' \| 'hex';|@ohos.buffer.d.ts|
|Added|NA|Module name: ohos.buffer<br>Class name: BufferEncoding<br>Method or attribute name: type BufferEncoding = 'ascii' \| 'utf8' \| 'utf-8' \| 'utf16le' \| 'ucs2' \| 'ucs-2' \| 'base64' \| 'base64url' \| 'latin1' \| 'binary' \| 'hex';|@ohos.buffer.d.ts|
|Added|NA|Module name: ohos.buffer<br>Class name: TypedArray|@ohos.buffer.d.ts|
|Added|NA|Module name: ohos.buffer<br>Class name: buffer<br>Method or attribute name: function alloc(size: number, fill?: string \| Buffer \| number, encoding?: BufferEncoding): Buffer;|@ohos.buffer.d.ts|
|Added|NA|Module name: ohos.buffer<br>Class name: buffer<br>Method or attribute name: function allocUninitializedFromPool(size: number): Buffer;|@ohos.buffer.d.ts|
|Added|NA|Module name: ohos.buffer<br>Class name: buffer<br>Method or attribute name: function allocUninitialized(size: number): Buffer;|@ohos.buffer.d.ts|
|Added|NA|Module name: ohos.buffer<br>Class name: buffer<br>Method or attribute name: function byteLength(string: string \| Buffer \| TypedArray \| DataView \| ArrayBuffer \| SharedArrayBuffer, encoding?: BufferEncoding): number;|@ohos.buffer.d.ts|
|Added|NA|Module name: ohos.buffer<br>Class name: buffer<br>Method or attribute name: function concat(list: Buffer[] \| Uint8Array[], totalLength?: number): Buffer;|@ohos.buffer.d.ts|
|Added|NA|Module name: ohos.buffer<br>Class name: buffer<br>Method or attribute name: function from(array: number[]): Buffer;|@ohos.buffer.d.ts|
|Added|NA|Module name: ohos.buffer<br>Class name: buffer<br>Method or attribute name: function from(arrayBuffer: ArrayBuffer \| SharedArrayBuffer, byteOffset?: number, length?: number): Buffer;|@ohos.buffer.d.ts|
|Added|NA|Module name: ohos.buffer<br>Class name: buffer<br>Method or attribute name: function from(buffer: Buffer \| Uint8Array): Buffer;|@ohos.buffer.d.ts|
|Added|NA|Module name: ohos.buffer<br>Class name: buffer<br>Method or attribute name: function from(object: Object, offsetOrEncoding: number \| string, length: number): Buffer;|@ohos.buffer.d.ts|
|Added|NA|Module name: ohos.buffer<br>Class name: buffer<br>Method or attribute name: function from(string: String, encoding?: BufferEncoding): Buffer;|@ohos.buffer.d.ts|
|Added|NA|Module name: ohos.buffer<br>Class name: buffer<br>Method or attribute name: function isBuffer(obj: Object): boolean;|@ohos.buffer.d.ts|
|Added|NA|Module name: ohos.buffer<br>Class name: buffer<br>Method or attribute name: function isEncoding(encoding: string):boolean;|@ohos.buffer.d.ts|
|Added|NA|Module name: ohos.buffer<br>Class name: buffer<br>Method or attribute name: function compare(buf1: Buffer \| Uint8Array, buf2: Buffer \| Uint8Array): -1 \| 0 \| 1;|@ohos.buffer.d.ts|
|Added|NA|Module name: ohos.buffer<br>Class name: buffer<br>Method or attribute name: function transcode(source: Buffer \| Uint8Array, fromEnc: string, toEnc: string): Buffer;|@ohos.buffer.d.ts|
|Added|NA|Module name: ohos.buffer<br>Class name: Buffer|@ohos.buffer.d.ts|
|Added|NA|Module name: ohos.buffer<br>Class name: Buffer<br>Method or attribute name: length: number;|@ohos.buffer.d.ts|
|Added|NA|Module name: ohos.buffer<br>Class name: Buffer<br>Method or attribute name: buffer: ArrayBuffer;|@ohos.buffer.d.ts|
|Added|NA|Module name: ohos.buffer<br>Class name: Buffer<br>Method or attribute name: byteOffset: number;|@ohos.buffer.d.ts|
|Added|NA|Module name: ohos.buffer<br>Class name: Buffer<br>Method or attribute name: fill(value: string \| Buffer \| Uint8Array \| number, offset?: number, end?: number, encoding?: BufferEncoding): Buffer;|@ohos.buffer.d.ts|
|Added|NA|Module name: ohos.buffer<br>Class name: Buffer<br>Method or attribute name: compare(target: Buffer \| Uint8Array, targetStart?: number, targetEnd?: number, sourceStart?: number, sourceEnd?: number): -1 \| 0 \| 1;|@ohos.buffer.d.ts|
|Added|NA|Module name: ohos.buffer<br>Class name: Buffer<br>Method or attribute name: copy(target: Buffer \| Uint8Array, targetStart?: number, sourceStart?: number, sourceEnd?: number): number;|@ohos.buffer.d.ts|
|Added|NA|Module name: ohos.buffer<br>Class name: Buffer<br>Method or attribute name: equals(otherBuffer: Uint8Array \| Buffer): boolean;|@ohos.buffer.d.ts|
|Added|NA|Module name: ohos.buffer<br>Class name: Buffer<br>Method or attribute name: includes(value: string \| number \| Buffer \| Uint8Array, byteOffset?: number, encoding?: BufferEncoding): boolean;|@ohos.buffer.d.ts|
|Added|NA|Module name: ohos.buffer<br>Class name: Buffer<br>Method or attribute name: indexOf(value: string \| number \| Buffer \| Uint8Array, byteOffset?: number, encoding?: BufferEncoding): number;|@ohos.buffer.d.ts|
|Added|NA|Module name: ohos.buffer<br>Class name: Buffer<br>Method or attribute name: keys(): IterableIterator\<number>;|@ohos.buffer.d.ts|
|Added|NA|Module name: ohos.buffer<br>Class name: Buffer<br>Method or attribute name: values(): IterableIterator\<number>;|@ohos.buffer.d.ts|
|Added|NA|Module name: ohos.buffer<br>Class name: Buffer<br>Method or attribute name: entries(): IterableIterator\<[number, number]>;|@ohos.buffer.d.ts|
|Added|NA|Module name: ohos.buffer<br>Class name: Buffer<br>Method or attribute name: lastIndexOf(value: string \| number \| Buffer \| Uint8Array, byteOffset?: number, encoding?: BufferEncoding): number;|@ohos.buffer.d.ts|
|Added|NA|Module name: ohos.buffer<br>Class name: Buffer<br>Method or attribute name: readBigInt64BE(offset?: number): bigint;|@ohos.buffer.d.ts|
|Added|NA|Module name: ohos.buffer<br>Class name: Buffer<br>Method or attribute name: readBigInt64LE(offset?: number): bigint;|@ohos.buffer.d.ts|
|Added|NA|Module name: ohos.buffer<br>Class name: Buffer<br>Method or attribute name: readBigUInt64BE(offset?: number): bigint;|@ohos.buffer.d.ts|
|Added|NA|Module name: ohos.buffer<br>Class name: Buffer<br>Method or attribute name: readBigUInt64LE(offset?: number): bigint;|@ohos.buffer.d.ts|
|Added|NA|Module name: ohos.buffer<br>Class name: Buffer<br>Method or attribute name: readDoubleBE(offset?: number): number;|@ohos.buffer.d.ts|
|Added|NA|Module name: ohos.buffer<br>Class name: Buffer<br>Method or attribute name: readDoubleLE(offset?: number): number;|@ohos.buffer.d.ts|
|Added|NA|Module name: ohos.buffer<br>Class name: Buffer<br>Method or attribute name: readFloatBE(offset?: number): number;|@ohos.buffer.d.ts|
|Added|NA|Module name: ohos.buffer<br>Class name: Buffer<br>Method or attribute name: readFloatLE(offset?: number): number;|@ohos.buffer.d.ts|
|Added|NA|Module name: ohos.buffer<br>Class name: Buffer<br>Method or attribute name: readInt8(offset?: number): number;|@ohos.buffer.d.ts|
|Added|NA|Module name: ohos.buffer<br>Class name: Buffer<br>Method or attribute name: readInt16BE(offset?: number): number;|@ohos.buffer.d.ts|
|Added|NA|Module name: ohos.buffer<br>Class name: Buffer<br>Method or attribute name: readInt16LE(offset?: number): number;|@ohos.buffer.d.ts|
|Added|NA|Module name: ohos.buffer<br>Class name: Buffer<br>Method or attribute name: readInt32BE(offset?: number): number;|@ohos.buffer.d.ts|
|Added|NA|Module name: ohos.buffer<br>Class name: Buffer<br>Method or attribute name: readInt32LE(offset?: number): number;|@ohos.buffer.d.ts|
|Added|NA|Module name: ohos.buffer<br>Class name: Buffer<br>Method or attribute name: readIntBE(offset: number, byteLength: number): number;|@ohos.buffer.d.ts|
|Added|NA|Module name: ohos.buffer<br>Class name: Buffer<br>Method or attribute name: readIntLE(offset: number, byteLength: number): number;|@ohos.buffer.d.ts|
|Added|NA|Module name: ohos.buffer<br>Class name: Buffer<br>Method or attribute name: readUInt8(offset?: number): number;|@ohos.buffer.d.ts|
|Added|NA|Module name: ohos.buffer<br>Class name: Buffer<br>Method or attribute name: readUInt16BE(offset?: number): number;|@ohos.buffer.d.ts|
|Added|NA|Module name: ohos.buffer<br>Class name: Buffer<br>Method or attribute name: readUInt16LE(offset?: number): number;|@ohos.buffer.d.ts|
|Added|NA|Module name: ohos.buffer<br>Class name: Buffer<br>Method or attribute name: readUInt32BE(offset?: number): number;|@ohos.buffer.d.ts|
|Added|NA|Module name: ohos.buffer<br>Class name: Buffer<br>Method or attribute name: readUInt32LE(offset?: number): number;|@ohos.buffer.d.ts|
|Added|NA|Module name: ohos.buffer<br>Class name: Buffer<br>Method or attribute name: readUIntBE(offset: number, byteLength: number): number;|@ohos.buffer.d.ts|
|Added|NA|Module name: ohos.buffer<br>Class name: Buffer<br>Method or attribute name: readUIntLE(offset: number, byteLength: number): number;|@ohos.buffer.d.ts|
|Added|NA|Module name: ohos.buffer<br>Class name: Buffer<br>Method or attribute name: subarray(start?: number, end?: number): Buffer;|@ohos.buffer.d.ts|
|Added|NA|Module name: ohos.buffer<br>Class name: Buffer<br>Method or attribute name: swap16(): Buffer;|@ohos.buffer.d.ts|
|Added|NA|Module name: ohos.buffer<br>Class name: Buffer<br>Method or attribute name: swap32(): Buffer;|@ohos.buffer.d.ts|
|Added|NA|Module name: ohos.buffer<br>Class name: Buffer<br>Method or attribute name: swap64(): Buffer;|@ohos.buffer.d.ts|
|Added|NA|Module name: ohos.buffer<br>Class name: Buffer<br>Method or attribute name: toJSON(): Object;|@ohos.buffer.d.ts|
|Added|NA|Module name: ohos.buffer<br>Class name: Buffer<br>Method or attribute name: toString(encoding?: string, start?: number, end?: number): string;|@ohos.buffer.d.ts|
|Added|NA|Module name: ohos.buffer<br>Class name: Buffer<br>Method or attribute name: write(str: string, offset?: number, length?: number, encoding?: string): number;|@ohos.buffer.d.ts|
|Added|NA|Module name: ohos.buffer<br>Class name: Buffer<br>Method or attribute name: writeBigInt64BE(value: bigint, offset?: number): number;|@ohos.buffer.d.ts|
|Added|NA|Module name: ohos.buffer<br>Class name: Buffer<br>Method or attribute name: writeBigInt64LE(value: bigint, offset?: number): number;|@ohos.buffer.d.ts|
|Added|NA|Module name: ohos.buffer<br>Class name: Buffer<br>Method or attribute name: writeBigUInt64BE(value: bigint, offset?: number): number;|@ohos.buffer.d.ts|
|Added|NA|Module name: ohos.buffer<br>Class name: Buffer<br>Method or attribute name: writeBigUInt64LE(value: bigint, offset?: number): number;|@ohos.buffer.d.ts|
|Added|NA|Module name: ohos.buffer<br>Class name: Buffer<br>Method or attribute name: writeDoubleBE(value: number, offset?: number): number;|@ohos.buffer.d.ts|
|Added|NA|Module name: ohos.buffer<br>Class name: Buffer<br>Method or attribute name: writeDoubleLE(value: number, offset?: number): number;|@ohos.buffer.d.ts|
|Added|NA|Module name: ohos.buffer<br>Class name: Buffer<br>Method or attribute name: writeFloatBE(value: number, offset?: number): number;|@ohos.buffer.d.ts|
|Added|NA|Module name: ohos.buffer<br>Class name: Buffer<br>Method or attribute name: writeFloatLE(value: number, offset?: number): number;|@ohos.buffer.d.ts|
|Added|NA|Module name: ohos.buffer<br>Class name: Buffer<br>Method or attribute name: writeInt8(value: number, offset?: number): number;|@ohos.buffer.d.ts|
|Added|NA|Module name: ohos.buffer<br>Class name: Buffer<br>Method or attribute name: writeInt16BE(value: number, offset?: number): number;|@ohos.buffer.d.ts|
|Added|NA|Module name: ohos.buffer<br>Class name: Buffer<br>Method or attribute name: writeInt16LE(value: number, offset?: number): number;|@ohos.buffer.d.ts|
|Added|NA|Module name: ohos.buffer<br>Class name: Buffer<br>Method or attribute name: writeInt32BE(value: number, offset?: number): number;|@ohos.buffer.d.ts|
|Added|NA|Module name: ohos.buffer<br>Class name: Buffer<br>Method or attribute name: writeInt32LE(value: number, offset?: number): number;|@ohos.buffer.d.ts|
|Added|NA|Module name: ohos.buffer<br>Class name: Buffer<br>Method or attribute name: writeIntBE(value: number, offset: number, byteLength: number): number;|@ohos.buffer.d.ts|
|Added|NA|Module name: ohos.buffer<br>Class name: Buffer<br>Method or attribute name: writeIntLE(value : number, offset: number, byteLength: number): number;|@ohos.buffer.d.ts|
|Added|NA|Module name: ohos.buffer<br>Class name: Buffer<br>Method or attribute name: writeUInt8(value: number, offset?: number): number;|@ohos.buffer.d.ts|
|Added|NA|Module name: ohos.buffer<br>Class name: Buffer<br>Method or attribute name: writeUInt16BE(value: number, offset?: number): number;|@ohos.buffer.d.ts|
|Added|NA|Module name: ohos.buffer<br>Class name: Buffer<br>Method or attribute name: writeUInt16LE(value: number, offset?: number): number;|@ohos.buffer.d.ts|
|Added|NA|Module name: ohos.buffer<br>Class name: Buffer<br>Method or attribute name: writeUInt32BE(value: number, offset?: number): number;|@ohos.buffer.d.ts|
|Added|NA|Module name: ohos.buffer<br>Class name: Buffer<br>Method or attribute name: writeUInt32LE(value: number, offset?: number): number;|@ohos.buffer.d.ts|
|Added|NA|Module name: ohos.buffer<br>Class name: Buffer<br>Method or attribute name: writeUIntBE(value: number, offset: number, byteLength: number): number;|@ohos.buffer.d.ts|
|Added|NA|Module name: ohos.buffer<br>Class name: Buffer<br>Method or attribute name: writeUIntLE(value: number, offset: number, byteLength: number): number;|@ohos.buffer.d.ts|
|Added|NA|Module name: ohos.buffer<br>Class name: Blob|@ohos.buffer.d.ts|
|Added|NA|Module name: ohos.buffer<br>Class name: Blob<br>Method or attribute name: constructor(sources: string[] \| ArrayBuffer[] \| TypedArray[] \| DataView[] \| Blob[] , options?: Object);|@ohos.buffer.d.ts|
|Added|NA|Module name: ohos.buffer<br>Class name: Blob<br>Method or attribute name: size: number;|@ohos.buffer.d.ts|
|Added|NA|Module name: ohos.buffer<br>Class name: Blob<br>Method or attribute name: type: string;|@ohos.buffer.d.ts|
|Added|NA|Module name: ohos.buffer<br>Class name: Blob<br>Method or attribute name: arrayBuffer(): Promise\<ArrayBuffer>;|@ohos.buffer.d.ts|
|Added|NA|Module name: ohos.buffer<br>Class name: Blob<br>Method or attribute name: slice(start?: number, end?: number, type?: string): Blob;|@ohos.buffer.d.ts|
|Added|NA|Module name: ohos.buffer<br>Class name: Blob<br>Method or attribute name: text(): Promise\<string>;|@ohos.buffer.d.ts|
|Added|NA|Class name: ConvertXML<br>Method or attribute name: convertToJSObject(xml: string, options?: ConvertOptions) : Object;|@ohos.convertxml.d.ts|
|Added|NA|Module name: ohos.process<br>Class name: ProcessManager|@ohos.process.d.ts|
|Added|NA|Class name: ProcessManager<br>Method or attribute name: |@ohos.process.d.ts|
|Added|NA|Module name: ohos.process<br>Class name: ProcessManager<br>Method or attribute name: isAppUid(v: number): boolean;|@ohos.process.d.ts|
|Added|NA|Class name: ProcessManager<br>Method or attribute name: isAppUid(v: number): boolean;|@ohos.process.d.ts|
|Added|NA|Module name: ohos.process<br>Class name: ProcessManager<br>Method or attribute name: getUidForName(v: string): number;|@ohos.process.d.ts|
|Added|NA|Class name: ProcessManager<br>Method or attribute name: getUidForName(v: string): number;|@ohos.process.d.ts|
|Added|NA|Module name: ohos.process<br>Class name: ProcessManager<br>Method or attribute name: getThreadPriority(v: number): number;|@ohos.process.d.ts|
|Added|NA|Class name: ProcessManager<br>Method or attribute name: getThreadPriority(v: number): number;|@ohos.process.d.ts|
|Added|NA|Module name: ohos.process<br>Class name: ProcessManager<br>Method or attribute name: getSystemConfig(name: number): number;|@ohos.process.d.ts|
|Added|NA|Class name: ProcessManager<br>Method or attribute name: getSystemConfig(name: number): number;|@ohos.process.d.ts|
|Added|NA|Module name: ohos.process<br>Class name: ProcessManager<br>Method or attribute name: getEnvironmentVar(name: string): string;|@ohos.process.d.ts|
|Added|NA|Class name: ProcessManager<br>Method or attribute name: getEnvironmentVar(name: string): string;|@ohos.process.d.ts|
|Added|NA|Module name: ohos.process<br>Class name: ProcessManager<br>Method or attribute name: exit(code: number): void;|@ohos.process.d.ts|
|Added|NA|Class name: ProcessManager<br>Method or attribute name: exit(code: number): void;|@ohos.process.d.ts|
|Added|NA|Module name: ohos.process<br>Class name: ProcessManager<br>Method or attribute name: kill(signal: number, pid: number): boolean;|@ohos.process.d.ts|
|Added|NA|Class name: ProcessManager<br>Method or attribute name: kill(signal: number, pid: number): boolean;|@ohos.process.d.ts|
|Added|NA|Module name: ohos.taskpool<br>Class name: taskpool|@ohos.taskpool.d.ts|
|Added|NA|Module name: ohos.taskpool<br>Class name: Priority|@ohos.taskpool.d.ts|
|Added|NA|Module name: ohos.taskpool<br>Class name: Priority<br>Method or attribute name: HIGH|@ohos.taskpool.d.ts|
|Added|NA|Module name: ohos.taskpool<br>Class name: Priority<br>Method or attribute name: MEDIUM|@ohos.taskpool.d.ts|
|Added|NA|Module name: ohos.taskpool<br>Class name: Priority<br>Method or attribute name: LOW|@ohos.taskpool.d.ts|
|Added|NA|Module name: ohos.taskpool<br>Class name: Task|@ohos.taskpool.d.ts|
|Added|NA|Module name: ohos.taskpool<br>Class name: Task<br>Method or attribute name: constructor(func: Function, ...args: unknown[]);|@ohos.taskpool.d.ts|
|Added|NA|Module name: ohos.taskpool<br>Class name: Task<br>Method or attribute name: function: Function;|@ohos.taskpool.d.ts|
|Added|NA|Module name: ohos.taskpool<br>Class name: Task<br>Method or attribute name: arguments?: unknown[];|@ohos.taskpool.d.ts|
|Added|NA|Module name: ohos.taskpool<br>Class name: taskpool<br>Method or attribute name: function execute(func: Function, ...args: unknown[]): Promise\<unknown>;|@ohos.taskpool.d.ts|
|Added|NA|Module name: ohos.taskpool<br>Class name: taskpool<br>Method or attribute name: function execute(task: Task, priority?: Priority): Promise\<unknown>;|@ohos.taskpool.d.ts|
|Added|NA|Module name: ohos.taskpool<br>Class name: taskpool<br>Method or attribute name: function cancel(task: Task): void;|@ohos.taskpool.d.ts|
|Added|NA|Class name: URI<br>Method or attribute name: equalsTo(other: URI): boolean;|@ohos.uri.d.ts|
|Added|NA|Module name: ohos.url<br>Class name: URLParams|@ohos.url.d.ts|
|Added|NA|Class name: URLParams<br>Method or attribute name: |@ohos.url.d.ts|
|Added|NA|Module name: ohos.url<br>Class name: URLParams<br>Method or attribute name: constructor(init?: string[][] \| Record\<string, string> \| string \| URLParams);|@ohos.url.d.ts|
|Added|NA|Class name: URLParams<br>Method or attribute name: constructor(init?: string[][] \| Record\<string, string> \| string \| URLParams);|@ohos.url.d.ts|
|Added|NA|Module name: ohos.url<br>Class name: URLParams<br>Method or attribute name: append(name: string, value: string): void;|@ohos.url.d.ts|
|Added|NA|Class name: URLParams<br>Method or attribute name: append(name: string, value: string): void;|@ohos.url.d.ts|
|Added|NA|Module name: ohos.url<br>Class name: URLParams<br>Method or attribute name: delete(name: string): void;|@ohos.url.d.ts|
|Added|NA|Class name: URLParams<br>Method or attribute name: delete(name: string): void;|@ohos.url.d.ts|
|Added|NA|Module name: ohos.url<br>Class name: URLParams<br>Method or attribute name: getAll(name: string): string[];|@ohos.url.d.ts|
|Added|NA|Class name: URLParams<br>Method or attribute name: getAll(name: string): string[];|@ohos.url.d.ts|
|Added|NA|Module name: ohos.url<br>Class name: URLParams<br>Method or attribute name: entries(): IterableIterator\<[string, string]>;|@ohos.url.d.ts|
|Added|NA|Class name: URLParams<br>Method or attribute name: entries(): IterableIterator\<[string, string]>;|@ohos.url.d.ts|
|Added|NA|Module name: ohos.url<br>Class name: URLParams<br>Method or attribute name: forEach(callbackFn: (value: string, key: string, searchParams: this) => void, thisArg?: Object): void;|@ohos.url.d.ts|
|Added|NA|Module name: ohos.url<br>Class name: URLParams<br>Method or attribute name: get(name: string): string \| null;|@ohos.url.d.ts|
|Added|NA|Class name: URLParams<br>Method or attribute name: get(name: string): string \| null;|@ohos.url.d.ts|
|Added|NA|Module name: ohos.url<br>Class name: URLParams<br>Method or attribute name: has(name: string): boolean;|@ohos.url.d.ts|
|Added|NA|Class name: URLParams<br>Method or attribute name: has(name: string): boolean;|@ohos.url.d.ts|
|Added|NA|Module name: ohos.url<br>Class name: URLParams<br>Method or attribute name: set(name: string, value: string): void;|@ohos.url.d.ts|
|Added|NA|Class name: URLParams<br>Method or attribute name: set(name: string, value: string): void;|@ohos.url.d.ts|
|Added|NA|Module name: ohos.url<br>Class name: URLParams<br>Method or attribute name: sort(): void;|@ohos.url.d.ts|
|Added|NA|Class name: URLParams<br>Method or attribute name: sort(): void;|@ohos.url.d.ts|
|Added|NA|Module name: ohos.url<br>Class name: URLParams<br>Method or attribute name: keys(): IterableIterator\<string>;|@ohos.url.d.ts|
|Added|NA|Class name: URLParams<br>Method or attribute name: keys(): IterableIterator\<string>;|@ohos.url.d.ts|
|Added|NA|Module name: ohos.url<br>Class name: URLParams<br>Method or attribute name: values(): IterableIterator\<string>;|@ohos.url.d.ts|
|Added|NA|Class name: URLParams<br>Method or attribute name: values(): IterableIterator\<string>;|@ohos.url.d.ts|
|Added|NA|Module name: ohos.url<br>Class name: URLParams<br>Method or attribute name: [Symbol.iterator](): IterableIterator\<[string, string]>;|@ohos.url.d.ts|
|Added|NA|Class name: URLParams<br>Method or attribute name: [Symbol.iterator](): IterableIterator\<[string, string]>;|@ohos.url.d.ts|
|Added|NA|Module name: ohos.url<br>Class name: URLParams<br>Method or attribute name: toString(): string;|@ohos.url.d.ts|
|Added|NA|Class name: URL<br>Method or attribute name: constructor();|@ohos.url.d.ts|
|Added|NA|Class name: URL<br>Method or attribute name: static parseURL(url: string, base?: string \| URL): URL;|@ohos.url.d.ts|
|Added|NA|Class name: URL<br>Method or attribute name: readonly params: URLParams;|@ohos.url.d.ts|
|Added|NA|Class name: util<br>Method or attribute name: function format(format: string, ...args: Object[]): string;|@ohos.util.d.ts|
|Added|NA|Class name: util<br>Method or attribute name: function errnoToString(errno: number): string;|@ohos.util.d.ts|
|Added|NA|Class name: util<br>Method or attribute name: function promisify(original: (err: Object, value: Object) => void): Function;|@ohos.util.d.ts|
|Added|NA|Class name: util<br>Method or attribute name: function generateRandomUUID(entropyCache?: boolean): string;|@ohos.util.d.ts|
|Added|NA|Class name: util<br>Method or attribute name: function generateRandomBinaryUUID(entropyCache?: boolean): Uint8Array;|@ohos.util.d.ts|
|Added|NA|Class name: util<br>Method or attribute name: function parseUUID(uuid: string): Uint8Array;|@ohos.util.d.ts|
|Added|NA|Class name: TextDecoder<br>Method or attribute name: constructor();|@ohos.util.d.ts|
|Added|NA|Class name: TextDecoder<br>Method or attribute name: static create(<br><br> encoding?: string,<br><br> options?: { fatal?: boolean; ignoreBOM?: boolean }<br><br> ): TextDecoder;|@ohos.util.d.ts|
|Added|NA|Class name: TextDecoder<br>Method or attribute name: decodeWithStream(input: Uint8Array, options?: { stream?: boolean }): string;|@ohos.util.d.ts|
|Added|NA|Class name: TextEncoder<br>Method or attribute name: constructor(encoding?: string);|@ohos.util.d.ts|
|Added|NA|Class name: TextEncoder<br>Method or attribute name: encodeInto(input?: string): Uint8Array;|@ohos.util.d.ts|
|Added|NA|Class name: TextEncoder<br>Method or attribute name: encodeIntoUint8Array(<br><br> input: string,<br><br> dest: Uint8Array,<br><br> ): { read: number; written: number };|@ohos.util.d.ts|
|Added|NA|Class name: RationalNumber<br>Method or attribute name: constructor();|@ohos.util.d.ts|
|Added|NA|Class name: RationalNumber<br>Method or attribute name: static parseRationalNumber(numerator: number, denominator: number): RationalNumber;|@ohos.util.d.ts|
|Added|NA|Class name: RationalNumber<br>Method or attribute name: compare(another :RationalNumber): number;|@ohos.util.d.ts|
|Added|NA|Class name: RationalNumber<br>Method or attribute name: static getCommonFactor(number1: number, number2: number): number;|@ohos.util.d.ts|
|Added|NA|Module name: ohos.util<br>Class name: LRUCache|@ohos.util.d.ts|
|Added|NA|Class name: LRUCache<br>Method or attribute name: |@ohos.util.d.ts|
|Added|NA|Module name: ohos.util<br>Class name: LRUCache<br>Method or attribute name: constructor(capacity?: number);|@ohos.util.d.ts|
|Added|NA|Module name: ohos.util<br>Class name: LRUCache<br>Method or attribute name: updateCapacity(newCapacity: number):void|@ohos.util.d.ts|
|Added|NA|Class name: LRUCache<br>Method or attribute name: updateCapacity(newCapacity: number):void|@ohos.util.d.ts|
|Added|NA|Module name: ohos.util<br>Class name: LRUCache<br>Method or attribute name: toString(): string|@ohos.util.d.ts|
|Added|NA|Module name: ohos.util<br>Class name: LRUCache<br>Method or attribute name: length: number|@ohos.util.d.ts|
|Added|NA|Class name: LRUCache<br>Method or attribute name: length: number|@ohos.util.d.ts|
|Added|NA|Module name: ohos.util<br>Class name: LRUCache<br>Method or attribute name: getCapacity(): number;|@ohos.util.d.ts|
|Added|NA|Class name: LRUCache<br>Method or attribute name: getCapacity(): number;|@ohos.util.d.ts|
|Added|NA|Module name: ohos.util<br>Class name: LRUCache<br>Method or attribute name: clear(): void;|@ohos.util.d.ts|
|Added|NA|Class name: LRUCache<br>Method or attribute name: clear(): void;|@ohos.util.d.ts|
|Added|NA|Module name: ohos.util<br>Class name: LRUCache<br>Method or attribute name: getCreateCount(): number;|@ohos.util.d.ts|
|Added|NA|Class name: LRUCache<br>Method or attribute name: getCreateCount(): number;|@ohos.util.d.ts|
|Added|NA|Module name: ohos.util<br>Class name: LRUCache<br>Method or attribute name: getMissCount(): number;|@ohos.util.d.ts|
|Added|NA|Class name: LRUCache<br>Method or attribute name: getMissCount(): number;|@ohos.util.d.ts|
|Added|NA|Module name: ohos.util<br>Class name: LRUCache<br>Method or attribute name: getRemovalCount(): number;|@ohos.util.d.ts|
|Added|NA|Class name: LRUCache<br>Method or attribute name: getRemovalCount(): number;|@ohos.util.d.ts|
|Added|NA|Module name: ohos.util<br>Class name: LRUCache<br>Method or attribute name: getMatchCount(): number;|@ohos.util.d.ts|
|Added|NA|Class name: LRUCache<br>Method or attribute name: getMatchCount(): number;|@ohos.util.d.ts|
|Added|NA|Module name: ohos.util<br>Class name: LRUCache<br>Method or attribute name: getPutCount(): number;|@ohos.util.d.ts|
|Added|NA|Class name: LRUCache<br>Method or attribute name: getPutCount(): number;|@ohos.util.d.ts|
|Added|NA|Module name: ohos.util<br>Class name: LRUCache<br>Method or attribute name: isEmpty(): boolean;|@ohos.util.d.ts|
|Added|NA|Class name: LRUCache<br>Method or attribute name: isEmpty(): boolean;|@ohos.util.d.ts|
|Added|NA|Module name: ohos.util<br>Class name: LRUCache<br>Method or attribute name: get(key: K): V \| undefined;|@ohos.util.d.ts|
|Added|NA|Class name: LRUCache<br>Method or attribute name: get(key: K): V \| undefined;|@ohos.util.d.ts|
|Added|NA|Module name: ohos.util<br>Class name: LRUCache<br>Method or attribute name: put(key: K, value: V): V;|@ohos.util.d.ts|
|Added|NA|Class name: LRUCache<br>Method or attribute name: put(key: K, value: V): V;|@ohos.util.d.ts|
|Added|NA|Module name: ohos.util<br>Class name: LRUCache<br>Method or attribute name: values(): V[];|@ohos.util.d.ts|
|Added|NA|Class name: LRUCache<br>Method or attribute name: values(): V[];|@ohos.util.d.ts|
|Added|NA|Module name: ohos.util<br>Class name: LRUCache<br>Method or attribute name: keys(): K[];|@ohos.util.d.ts|
|Added|NA|Class name: LRUCache<br>Method or attribute name: keys(): K[];|@ohos.util.d.ts|
|Added|NA|Module name: ohos.util<br>Class name: LRUCache<br>Method or attribute name: remove(key: K): V \| undefined;|@ohos.util.d.ts|
|Added|NA|Class name: LRUCache<br>Method or attribute name: remove(key: K): V \| undefined;|@ohos.util.d.ts|
|Added|NA|Module name: ohos.util<br>Class name: LRUCache<br>Method or attribute name: afterRemoval(isEvict: boolean, key: K, value: V, newValue: V): void;|@ohos.util.d.ts|
|Added|NA|Class name: LRUCache<br>Method or attribute name: afterRemoval(isEvict: boolean, key: K, value: V, newValue: V): void;|@ohos.util.d.ts|
|Added|NA|Module name: ohos.util<br>Class name: LRUCache<br>Method or attribute name: contains(key: K): boolean;|@ohos.util.d.ts|
|Added|NA|Class name: LRUCache<br>Method or attribute name: contains(key: K): boolean;|@ohos.util.d.ts|
|Added|NA|Module name: ohos.util<br>Class name: LRUCache<br>Method or attribute name: createDefault(key: K): V;|@ohos.util.d.ts|
|Added|NA|Class name: LRUCache<br>Method or attribute name: createDefault(key: K): V;|@ohos.util.d.ts|
|Added|NA|Module name: ohos.util<br>Class name: LRUCache<br>Method or attribute name: entries(): IterableIterator\<[K, V]>;|@ohos.util.d.ts|
|Added|NA|Class name: LRUCache<br>Method or attribute name: entries(): IterableIterator\<[K, V]>;|@ohos.util.d.ts|
|Added|NA|Module name: ohos.util<br>Class name: LRUCache<br>Method or attribute name: [Symbol.iterator](): IterableIterator\<[K, V]>;|@ohos.util.d.ts|
|Added|NA|Class name: LRUCache<br>Method or attribute name: [Symbol.iterator](): IterableIterator\<[K, V]>;|@ohos.util.d.ts|
|Added|NA|Module name: ohos.util<br>Class name: ScopeHelper|@ohos.util.d.ts|
|Added|NA|Class name: ScopeHelper<br>Method or attribute name: |@ohos.util.d.ts|
|Added|NA|Module name: ohos.util<br>Class name: ScopeHelper<br>Method or attribute name: constructor(lowerObj: ScopeType, upperObj: ScopeType);|@ohos.util.d.ts|
|Added|NA|Class name: ScopeHelper<br>Method or attribute name: constructor(lowerObj: ScopeType, upperObj: ScopeType);|@ohos.util.d.ts|
|Added|NA|Module name: ohos.util<br>Class name: ScopeHelper<br>Method or attribute name: toString(): string;|@ohos.util.d.ts|
|Added|NA|Module name: ohos.util<br>Class name: ScopeHelper<br>Method or attribute name: intersect(range: ScopeHelper): ScopeHelper;|@ohos.util.d.ts|
|Added|NA|Class name: ScopeHelper<br>Method or attribute name: intersect(range: ScopeHelper): ScopeHelper;|@ohos.util.d.ts|
|Added|NA|Module name: ohos.util<br>Class name: ScopeHelper<br>Method or attribute name: intersect(lowerObj: ScopeType, upperObj: ScopeType): ScopeHelper;|@ohos.util.d.ts|
|Added|NA|Class name: ScopeHelper<br>Method or attribute name: intersect(lowerObj: ScopeType, upperObj: ScopeType): ScopeHelper;|@ohos.util.d.ts|
|Added|NA|Module name: ohos.util<br>Class name: ScopeHelper<br>Method or attribute name: getUpper(): ScopeType;|@ohos.util.d.ts|
|Added|NA|Class name: ScopeHelper<br>Method or attribute name: getUpper(): ScopeType;|@ohos.util.d.ts|
|Added|NA|Module name: ohos.util<br>Class name: ScopeHelper<br>Method or attribute name: getLower(): ScopeType;|@ohos.util.d.ts|
|Added|NA|Class name: ScopeHelper<br>Method or attribute name: getLower(): ScopeType;|@ohos.util.d.ts|
|Added|NA|Module name: ohos.util<br>Class name: ScopeHelper<br>Method or attribute name: expand(lowerObj: ScopeType, upperObj: ScopeType): ScopeHelper;|@ohos.util.d.ts|
|Added|NA|Class name: ScopeHelper<br>Method or attribute name: expand(lowerObj: ScopeType, upperObj: ScopeType): ScopeHelper;|@ohos.util.d.ts|
|Added|NA|Module name: ohos.util<br>Class name: ScopeHelper<br>Method or attribute name: expand(range: ScopeHelper): ScopeHelper;|@ohos.util.d.ts|
|Added|NA|Class name: ScopeHelper<br>Method or attribute name: expand(range: ScopeHelper): ScopeHelper;|@ohos.util.d.ts|
|Added|NA|Module name: ohos.util<br>Class name: ScopeHelper<br>Method or attribute name: expand(value: ScopeType): ScopeHelper;|@ohos.util.d.ts|
|Added|NA|Class name: ScopeHelper<br>Method or attribute name: expand(value: ScopeType): ScopeHelper;|@ohos.util.d.ts|
|Added|NA|Module name: ohos.util<br>Class name: ScopeHelper<br>Method or attribute name: contains(value: ScopeType): boolean;|@ohos.util.d.ts|
|Added|NA|Class name: ScopeHelper<br>Method or attribute name: contains(value: ScopeType): boolean;|@ohos.util.d.ts|
|Added|NA|Module name: ohos.util<br>Class name: ScopeHelper<br>Method or attribute name: contains(range: ScopeHelper): boolean;|@ohos.util.d.ts|
|Added|NA|Class name: ScopeHelper<br>Method or attribute name: contains(range: ScopeHelper): boolean;|@ohos.util.d.ts|
|Added|NA|Module name: ohos.util<br>Class name: ScopeHelper<br>Method or attribute name: clamp(value: ScopeType): ScopeType;|@ohos.util.d.ts|
|Added|NA|Class name: ScopeHelper<br>Method or attribute name: clamp(value: ScopeType): ScopeType;|@ohos.util.d.ts|
|Added|NA|Module name: ohos.util<br>Class name: Base64Helper|@ohos.util.d.ts|
|Added|NA|Class name: Base64Helper<br>Method or attribute name: |@ohos.util.d.ts|
|Added|NA|Module name: ohos.util<br>Class name: Base64Helper<br>Method or attribute name: constructor();|@ohos.util.d.ts|
|Added|NA|Class name: Base64Helper<br>Method or attribute name: constructor();|@ohos.util.d.ts|
|Added|NA|Module name: ohos.util<br>Class name: Base64Helper<br>Method or attribute name: encodeSync(src: Uint8Array): Uint8Array;|@ohos.util.d.ts|
|Added|NA|Class name: Base64Helper<br>Method or attribute name: encodeSync(src: Uint8Array): Uint8Array;|@ohos.util.d.ts|
|Added|NA|Module name: ohos.util<br>Class name: Base64Helper<br>Method or attribute name: encodeToStringSync(src: Uint8Array): string;|@ohos.util.d.ts|
|Added|NA|Class name: Base64Helper<br>Method or attribute name: encodeToStringSync(src: Uint8Array): string;|@ohos.util.d.ts|
|Added|NA|Module name: ohos.util<br>Class name: Base64Helper<br>Method or attribute name: decodeSync(src: Uint8Array \| string): Uint8Array;|@ohos.util.d.ts|
|Added|NA|Class name: Base64Helper<br>Method or attribute name: decodeSync(src: Uint8Array \| string): Uint8Array;|@ohos.util.d.ts|
|Added|NA|Module name: ohos.util<br>Class name: Base64Helper<br>Method or attribute name: encode(src: Uint8Array): Promise\<Uint8Array>;|@ohos.util.d.ts|
|Added|NA|Class name: Base64Helper<br>Method or attribute name: encode(src: Uint8Array): Promise\<Uint8Array>;|@ohos.util.d.ts|
|Added|NA|Module name: ohos.util<br>Class name: Base64Helper<br>Method or attribute name: encodeToString(src: Uint8Array): Promise\<string>;|@ohos.util.d.ts|
|Added|NA|Class name: Base64Helper<br>Method or attribute name: encodeToString(src: Uint8Array): Promise\<string>;|@ohos.util.d.ts|
|Added|NA|Module name: ohos.util<br>Class name: Base64Helper<br>Method or attribute name: decode(src: Uint8Array \| string): Promise\<Uint8Array>;|@ohos.util.d.ts|
|Added|NA|Class name: Base64Helper<br>Method or attribute name: decode(src: Uint8Array \| string): Promise\<Uint8Array>;|@ohos.util.d.ts|
|Added|NA|Module name: ohos.worker<br>Class name: MessageEvents|@ohos.worker.d.ts|
|Added|NA|Class name: MessageEvents<br>Method or attribute name: |@ohos.worker.d.ts|
|Added|NA|Module name: ohos.worker<br>Class name: MessageEvents<br>Method or attribute name: readonly data;|@ohos.worker.d.ts|
|Added|NA|Class name: MessageEvents<br>Method or attribute name: readonly data;|@ohos.worker.d.ts|
|Added|NA|Module name: ohos.worker<br>Class name: WorkerEventListener|@ohos.worker.d.ts|
|Added|NA|Class name: WorkerEventListener<br>Method or attribute name: |@ohos.worker.d.ts|
|Added|NA|Module name: ohos.worker<br>Class name: WorkerEventListener<br>Method or attribute name: (event: Event): void \| Promise\<void>;|@ohos.worker.d.ts|
|Added|NA|Class name: WorkerEventListener<br>Method or attribute name: (event: Event): void \| Promise\<void>;|@ohos.worker.d.ts|
|Added|NA|Module name: ohos.worker<br>Class name: WorkerEventTarget|@ohos.worker.d.ts|
|Added|NA|Class name: WorkerEventTarget<br>Method or attribute name: |@ohos.worker.d.ts|
|Added|NA|Module name: ohos.worker<br>Class name: WorkerEventTarget<br>Method or attribute name: addEventListener(type: string, listener: WorkerEventListener): void;|@ohos.worker.d.ts|
|Added|NA|Class name: WorkerEventTarget<br>Method or attribute name: addEventListener(type: string, listener: WorkerEventListener): void;|@ohos.worker.d.ts|
|Added|NA|Module name: ohos.worker<br>Class name: WorkerEventTarget<br>Method or attribute name: dispatchEvent(event: Event): boolean;|@ohos.worker.d.ts|
|Added|NA|Class name: WorkerEventTarget<br>Method or attribute name: dispatchEvent(event: Event): boolean;|@ohos.worker.d.ts|
|Added|NA|Module name: ohos.worker<br>Class name: WorkerEventTarget<br>Method or attribute name: removeEventListener(type: string, callback?: WorkerEventListener): void;|@ohos.worker.d.ts|
|Added|NA|Class name: WorkerEventTarget<br>Method or attribute name: removeEventListener(type: string, callback?: WorkerEventListener): void;|@ohos.worker.d.ts|
|Added|NA|Module name: ohos.worker<br>Class name: WorkerEventTarget<br>Method or attribute name: removeAllListener(): void;|@ohos.worker.d.ts|
|Added|NA|Class name: WorkerEventTarget<br>Method or attribute name: removeAllListener(): void;|@ohos.worker.d.ts|
|Added|NA|Module name: ohos.worker<br>Class name: GlobalScope|@ohos.worker.d.ts|
|Added|NA|Class name: GlobalScope<br>Method or attribute name: |@ohos.worker.d.ts|
|Added|NA|Module name: ohos.worker<br>Class name: GlobalScope<br>Method or attribute name: readonly name: string;|@ohos.worker.d.ts|
|Added|NA|Class name: GlobalScope<br>Method or attribute name: readonly name: string;|@ohos.worker.d.ts|
|Added|NA|Module name: ohos.worker<br>Class name: GlobalScope<br>Method or attribute name: onerror?: (ev: ErrorEvent) => void;|@ohos.worker.d.ts|
|Added|NA|Class name: GlobalScope<br>Method or attribute name: onerror?: (ev: ErrorEvent) => void;|@ohos.worker.d.ts|
|Added|NA|Module name: ohos.worker<br>Class name: GlobalScope<br>Method or attribute name: readonly self: GlobalScope & typeof globalThis;|@ohos.worker.d.ts|
|Added|NA|Class name: GlobalScope<br>Method or attribute name: readonly self: GlobalScope & typeof globalThis;|@ohos.worker.d.ts|
|Added|NA|Class name: DedicatedWorkerGlobalScope<br>Method or attribute name: postMessage(messageObject: Object, transfer: ArrayBuffer[]): void;|@ohos.worker.d.ts|
|Added|NA|Module name: ohos.worker<br>Class name: ThreadWorkerGlobalScope|@ohos.worker.d.ts|
|Added|NA|Class name: ThreadWorkerGlobalScope<br>Method or attribute name: |@ohos.worker.d.ts|
|Added|NA|Module name: ohos.worker<br>Class name: ThreadWorkerGlobalScope<br>Method or attribute name: onmessage?: (this: ThreadWorkerGlobalScope, ev: MessageEvents) => void;|@ohos.worker.d.ts|
|Added|NA|Class name: ThreadWorkerGlobalScope<br>Method or attribute name: onmessage?: (this: ThreadWorkerGlobalScope, ev: MessageEvents) => void;|@ohos.worker.d.ts|
|Added|NA|Module name: ohos.worker<br>Class name: ThreadWorkerGlobalScope<br>Method or attribute name: onmessageerror?: (this: ThreadWorkerGlobalScope, ev: MessageEvents) => void;|@ohos.worker.d.ts|
|Added|NA|Class name: ThreadWorkerGlobalScope<br>Method or attribute name: onmessageerror?: (this: ThreadWorkerGlobalScope, ev: MessageEvents) => void;|@ohos.worker.d.ts|
|Added|NA|Module name: ohos.worker<br>Class name: ThreadWorkerGlobalScope<br>Method or attribute name: close(): void;|@ohos.worker.d.ts|
|Added|NA|Class name: ThreadWorkerGlobalScope<br>Method or attribute name: close(): void;|@ohos.worker.d.ts|
|Added|NA|Module name: ohos.worker<br>Class name: ThreadWorkerGlobalScope<br>Method or attribute name: postMessage(messageObject: Object, transfer: ArrayBuffer[]): void;|@ohos.worker.d.ts|
|Added|NA|Class name: ThreadWorkerGlobalScope<br>Method or attribute name: postMessage(messageObject: Object, transfer: ArrayBuffer[]): void;|@ohos.worker.d.ts|
|Added|NA|Module name: ohos.worker<br>Class name: ThreadWorkerGlobalScope<br>Method or attribute name: postMessage(messageObject: Object, options?: PostMessageOptions): void;|@ohos.worker.d.ts|
|Added|NA|Class name: ThreadWorkerGlobalScope<br>Method or attribute name: postMessage(messageObject: Object, options?: PostMessageOptions): void;|@ohos.worker.d.ts|
|Added|NA|Module name: ohos.worker<br>Class name: ThreadWorker|@ohos.worker.d.ts|
|Added|NA|Class name: ThreadWorker<br>Method or attribute name: |@ohos.worker.d.ts|
|Added|NA|Module name: ohos.worker<br>Class name: ThreadWorker<br>Method or attribute name: constructor(scriptURL: string, options?: WorkerOptions);|@ohos.worker.d.ts|
|Added|NA|Class name: ThreadWorker<br>Method or attribute name: constructor(scriptURL: string, options?: WorkerOptions);|@ohos.worker.d.ts|
|Added|NA|Module name: ohos.worker<br>Class name: ThreadWorker<br>Method or attribute name: onexit?: (code: number) => void;|@ohos.worker.d.ts|
|Added|NA|Class name: ThreadWorker<br>Method or attribute name: onexit?: (code: number) => void;|@ohos.worker.d.ts|
|Added|NA|Module name: ohos.worker<br>Class name: ThreadWorker<br>Method or attribute name: onerror?: (err: ErrorEvent) => void;|@ohos.worker.d.ts|
|Added|NA|Class name: ThreadWorker<br>Method or attribute name: onerror?: (err: ErrorEvent) => void;|@ohos.worker.d.ts|
|Added|NA|Module name: ohos.worker<br>Class name: ThreadWorker<br>Method or attribute name: onmessage?: (event: MessageEvents) => void;|@ohos.worker.d.ts|
|Added|NA|Class name: ThreadWorker<br>Method or attribute name: onmessage?: (event: MessageEvents) => void;|@ohos.worker.d.ts|
|Added|NA|Module name: ohos.worker<br>Class name: ThreadWorker<br>Method or attribute name: onmessageerror?: (event: MessageEvents) => void;|@ohos.worker.d.ts|
|Added|NA|Class name: ThreadWorker<br>Method or attribute name: onmessageerror?: (event: MessageEvents) => void;|@ohos.worker.d.ts|
|Added|NA|Module name: ohos.worker<br>Class name: ThreadWorker<br>Method or attribute name: postMessage(message: Object, transfer: ArrayBuffer[]): void;|@ohos.worker.d.ts|
|Added|NA|Class name: ThreadWorker<br>Method or attribute name: postMessage(message: Object, transfer: ArrayBuffer[]): void;|@ohos.worker.d.ts|
|Added|NA|Module name: ohos.worker<br>Class name: ThreadWorker<br>Method or attribute name: postMessage(message: Object, options?: PostMessageOptions): void;|@ohos.worker.d.ts|
|Added|NA|Class name: ThreadWorker<br>Method or attribute name: postMessage(message: Object, options?: PostMessageOptions): void;|@ohos.worker.d.ts|
|Added|NA|Module name: ohos.worker<br>Class name: ThreadWorker<br>Method or attribute name: on(type: string, listener: WorkerEventListener): void;|@ohos.worker.d.ts|
|Added|NA|Class name: ThreadWorker<br>Method or attribute name: on(type: string, listener: WorkerEventListener): void;|@ohos.worker.d.ts|
|Added|NA|Module name: ohos.worker<br>Class name: ThreadWorker<br>Method or attribute name: once(type: string, listener: WorkerEventListener): void;|@ohos.worker.d.ts|
|Added|NA|Class name: ThreadWorker<br>Method or attribute name: once(type: string, listener: WorkerEventListener): void;|@ohos.worker.d.ts|
|Added|NA|Module name: ohos.worker<br>Class name: ThreadWorker<br>Method or attribute name: off(type: string, listener?: WorkerEventListener): void;|@ohos.worker.d.ts|
|Added|NA|Class name: ThreadWorker<br>Method or attribute name: off(type: string, listener?: WorkerEventListener): void;|@ohos.worker.d.ts|
|Added|NA|Module name: ohos.worker<br>Class name: ThreadWorker<br>Method or attribute name: terminate(): void;|@ohos.worker.d.ts|
|Added|NA|Class name: ThreadWorker<br>Method or attribute name: terminate(): void;|@ohos.worker.d.ts|
|Added|NA|Module name: ohos.worker<br>Class name: ThreadWorker<br>Method or attribute name: addEventListener(type: string, listener: WorkerEventListener): void;|@ohos.worker.d.ts|
|Added|NA|Class name: ThreadWorker<br>Method or attribute name: addEventListener(type: string, listener: WorkerEventListener): void;|@ohos.worker.d.ts|
|Added|NA|Module name: ohos.worker<br>Class name: ThreadWorker<br>Method or attribute name: dispatchEvent(event: Event): boolean;|@ohos.worker.d.ts|
|Added|NA|Class name: ThreadWorker<br>Method or attribute name: dispatchEvent(event: Event): boolean;|@ohos.worker.d.ts|
|Added|NA|Module name: ohos.worker<br>Class name: ThreadWorker<br>Method or attribute name: removeEventListener(type: string, callback?: WorkerEventListener): void;|@ohos.worker.d.ts|
|Added|NA|Class name: ThreadWorker<br>Method or attribute name: removeEventListener(type: string, callback?: WorkerEventListener): void;|@ohos.worker.d.ts|
|Added|NA|Module name: ohos.worker<br>Class name: ThreadWorker<br>Method or attribute name: removeAllListener(): void;|@ohos.worker.d.ts|
|Added|NA|Class name: ThreadWorker<br>Method or attribute name: removeAllListener(): void;|@ohos.worker.d.ts|
|Added|NA|Class name: worker<br>Method or attribute name: const workerPort: ThreadWorkerGlobalScope;|@ohos.worker.d.ts|
|Access level changed|Class name: ChildProcess<br>Access level: public API|Class name: ChildProcess<br>Access level: system API|@ohos.process.d.ts|
|Deprecated version changed|Class name: ConvertXML<br>Method or attribute name: convert(xml: string, options?: ConvertOptions) : Object;<br>Deprecated version: N/A|Class name: ConvertXML<br>Method or attribute name: convert(xml: string, options?: ConvertOptions) : Object;<br>Deprecated version: 9<br>Substitute API: ohos.convertxml.ConvertXML.convertToJSObject |@ohos.convertxml.d.ts|
|Deprecated version changed|Class name: process<br>Method or attribute name: function isAppUid(v: number): boolean;<br>Deprecated version: N/A|Class name: process<br>Method or attribute name: function isAppUid(v: number): boolean;<br>Deprecated version: 9<br>Substitute API: ohos.process.ProcessManager.isAppUid |@ohos.process.d.ts|
|Deprecated version changed|Class name: process<br>Method or attribute name: function getUidForName(v: string): number;<br>Deprecated version: N/A|Class name: process<br>Method or attribute name: function getUidForName(v: string): number;<br>Deprecated version: 9<br>Substitute API: ohos.process.ProcessManager.getUidForName |@ohos.process.d.ts|
|Deprecated version changed|Class name: process<br>Method or attribute name: function getThreadPriority(v: number): number;<br>Deprecated version: N/A|Class name: process<br>Method or attribute name: function getThreadPriority(v: number): number;<br>Deprecated version: 9<br>Substitute API: ohos.process.ProcessManager.getThreadPriority |@ohos.process.d.ts|
|Deprecated version changed|Class name: process<br>Method or attribute name: function getSystemConfig(name: number): number;<br>Deprecated version: N/A|Class name: process<br>Method or attribute name: function getSystemConfig(name: number): number;<br>Deprecated version: 9<br>Substitute API: ohos.process.ProcessManager.getSystemConfig |@ohos.process.d.ts|
|Deprecated version changed|Class name: process<br>Method or attribute name: function getEnvironmentVar(name: string): string;<br>Deprecated version: N/A|Class name: process<br>Method or attribute name: function getEnvironmentVar(name: string): string;<br>Deprecated version: 9<br>Substitute API: ohos.process.ProcessManager.getEnvironmentVar |@ohos.process.d.ts|
|Deprecated version changed|Class name: process<br>Method or attribute name: function exit(code: number): void;<br>Deprecated version: N/A|Class name: process<br>Method or attribute name: function exit(code: number): void;<br>Deprecated version: 9<br>Substitute API: ohos.process.ProcessManager.exit |@ohos.process.d.ts|
|Deprecated version changed|Class name: process<br>Method or attribute name: function kill(signal: number, pid: number): boolean;<br>Deprecated version: N/A|Class name: process<br>Method or attribute name: function kill(signal: number, pid: number): boolean;<br>Deprecated version: 9<br>Substitute API: ohos.process.ProcessManager.kill |@ohos.process.d.ts|
|Deprecated version changed|Class name: URI<br>Method or attribute name: equals(other: URI): boolean;<br>Deprecated version: N/A|Class name: URI<br>Method or attribute name: equals(other: URI): boolean;<br>Deprecated version: 9<br>Substitute API: ohos.uri.URI.equalsTo |@ohos.uri.d.ts|
|Deprecated version changed|Class name: URLSearchParams<br>Deprecated version: N/A|Class name: URLSearchParams<br>Deprecated version: 9<br>Substitute API: ohos.url.URLParams |@ohos.url.d.ts|
|Deprecated version changed|Class name: URLSearchParams<br>Method or attribute name: constructor(init?: string[][] \| Record\<string, string> \| string \| URLSearchParams);<br>Deprecated version: N/A|Class name: URLSearchParams<br>Method or attribute name: constructor(init?: string[][] \| Record\<string, string> \| string \| URLSearchParams);<br>Deprecated version: 9<br>Substitute API: ohos.url.URLParams.constructor |@ohos.url.d.ts|
|Deprecated version changed|Class name: URLSearchParams<br>Method or attribute name: append(name: string, value: string): void;<br>Deprecated version: N/A|Class name: URLSearchParams<br>Method or attribute name: append(name: string, value: string): void;<br>Deprecated version: 9<br>Substitute API: ohos.url.URLParams.append |@ohos.url.d.ts|
|Deprecated version changed|Class name: URLSearchParams<br>Method or attribute name: delete(name: string): void;<br>Deprecated version: N/A|Class name: URLSearchParams<br>Method or attribute name: delete(name: string): void;<br>Deprecated version: 9<br>Substitute API: ohos.url.URLParams.delete |@ohos.url.d.ts|
|Deprecated version changed|Class name: URLSearchParams<br>Method or attribute name: getAll(name: string): string[];<br>Deprecated version: N/A|Class name: URLSearchParams<br>Method or attribute name: getAll(name: string): string[];<br>Deprecated version: 9<br>Substitute API: ohos.url.URLParams.getAll |@ohos.url.d.ts|
|Deprecated version changed|Class name: URLSearchParams<br>Method or attribute name: entries(): IterableIterator\<[string, string]>;<br>Deprecated version: N/A|Class name: URLSearchParams<br>Method or attribute name: entries(): IterableIterator\<[string, string]>;<br>Deprecated version: 9<br>Substitute API: ohos.url.URLParams.entries |@ohos.url.d.ts|
|Deprecated version changed|Class name: URLSearchParams<br>Method or attribute name: get(name: string): string \| null;<br>Deprecated version: N/A|Class name: URLSearchParams<br>Method or attribute name: get(name: string): string \| null;<br>Deprecated version: 9<br>Substitute API: ohos.url.URLParams.get |@ohos.url.d.ts|
|Deprecated version changed|Class name: URLSearchParams<br>Method or attribute name: has(name: string): boolean;<br>Deprecated version: N/A|Class name: URLSearchParams<br>Method or attribute name: has(name: string): boolean;<br>Deprecated version: 9<br>Substitute API: ohos.url.URLParams.has |@ohos.url.d.ts|
|Deprecated version changed|Class name: URLSearchParams<br>Method or attribute name: set(name: string, value: string): void;<br>Deprecated version: N/A|Class name: URLSearchParams<br>Method or attribute name: set(name: string, value: string): void;<br>Deprecated version: 9<br>Substitute API: ohos.url.URLParams.set |@ohos.url.d.ts|
|Deprecated version changed|Class name: URLSearchParams<br>Method or attribute name: sort(): void;<br>Deprecated version: N/A|Class name: URLSearchParams<br>Method or attribute name: sort(): void;<br>Deprecated version: 9<br>Substitute API: ohos.url.URLParams.sort |@ohos.url.d.ts|
|Deprecated version changed|Class name: URLSearchParams<br>Method or attribute name: keys(): IterableIterator\<string>;<br>Deprecated version: N/A|Class name: URLSearchParams<br>Method or attribute name: keys(): IterableIterator\<string>;<br>Deprecated version: 9<br>Substitute API: ohos.url.URLParams.keys |@ohos.url.d.ts|
|Deprecated version changed|Class name: URLSearchParams<br>Method or attribute name: values(): IterableIterator\<string>;<br>Deprecated version: N/A|Class name: URLSearchParams<br>Method or attribute name: values(): IterableIterator\<string>;<br>Deprecated version: 9<br>Substitute API: ohos.url.URLParams.values |@ohos.url.d.ts|
|Deprecated version changed|Class name: URLSearchParams<br>Method or attribute name: [Symbol.iterator](): IterableIterator\<[string, string]>;<br>Deprecated version: N/A|Class name: URLSearchParams<br>Method or attribute name: [Symbol.iterator](): IterableIterator\<[string, string]>;<br>Deprecated version: 9<br>Substitute API: ohos.url.URLParams.|@ohos.url.d.ts|
|Deprecated version changed|Class name: URLSearchParams<br>Method or attribute name: toString(): string;<br>Deprecated version: N/A|Class name: URLSearchParams<br>Method or attribute name: toString(): string;<br>Deprecated version: 9<br>Substitute API: ohos.url.URLParams.toString |@ohos.url.d.ts|
|Deprecated version changed|Class name: URL<br>Method or attribute name: constructor(url: string, base?: string \| URL);<br>Deprecated version: N/A|Class name: URL<br>Method or attribute name: constructor(url: string, base?: string \| URL);<br>Deprecated version: 9<br>Substitute API: ohos.url.URL.parseURL |@ohos.url.d.ts|
|Deprecated version changed|Class name: URL<br>Method or attribute name: readonly searchParams: URLSearchParams;<br>Deprecated version: N/A|Class name: URL<br>Method or attribute name: readonly searchParams: URLSearchParams;<br>Deprecated version: 9<br>Substitute API: ohos.url.URL.params |@ohos.url.d.ts|
|Deprecated version changed|Class name: util<br>Method or attribute name: function printf(format: string, ...args: Object[]): string;<br>Deprecated version: N/A|Class name: util<br>Method or attribute name: function printf(format: string, ...args: Object[]): string;<br>Deprecated version: 9<br>Substitute API: ohos.util.format |@ohos.util.d.ts|
|Deprecated version changed|Class name: util<br>Method or attribute name: function getErrorString(errno: number): string;<br>Deprecated version: N/A|Class name: util<br>Method or attribute name: function getErrorString(errno: number): string;<br>Deprecated version: 9<br>Substitute API: ohos.util.errnoToString |@ohos.util.d.ts|
|Deprecated version changed|Class name: util<br>Method or attribute name: function promiseWrapper(original: (err: Object, value: Object) => void): Object;<br>Deprecated version: N/A|Class name: util<br>Method or attribute name: function promiseWrapper(original: (err: Object, value: Object) => void): Object;<br>Deprecated version: 9<br>Substitute API: ohos.util.promisify |@ohos.util.d.ts|
|Deprecated version changed|Class name: TextDecoder<br>Method or attribute name: constructor(<br><br> encoding?: string,<br><br> options?: { fatal?: boolean; ignoreBOM?: boolean },<br><br> );<br>Deprecated version: N/A|Class name: TextDecoder<br>Method or attribute name: constructor(<br><br> encoding?: string,<br><br> options?: { fatal?: boolean; ignoreBOM?: boolean },<br><br> );<br>Deprecated version: 9<br>Substitute API: ohos.util.TextDecoder.create |@ohos.util.d.ts|
|Deprecated version changed|Class name: TextDecoder<br>Method or attribute name: decode(input: Uint8Array, options?: { stream?: false }): string;<br>Deprecated version: N/A|Class name: TextDecoder<br>Method or attribute name: decode(input: Uint8Array, options?: { stream?: false }): string;<br>Deprecated version: 9<br>Substitute API: ohos.util.decodeWithStream |@ohos.util.d.ts|
|Deprecated version changed|Class name: TextEncoder<br>Method or attribute name: encode(input?: string): Uint8Array;<br>Deprecated version: N/A|Class name: TextEncoder<br>Method or attribute name: encode(input?: string): Uint8Array;<br>Deprecated version: 9<br>Substitute API: ohos.util.encodeInto |@ohos.util.d.ts|
|Deprecated version changed|Class name: TextEncoder<br>Method or attribute name: encodeInto(<br><br> input: string,<br><br> dest: Uint8Array,<br><br> ): { read: number; written: number };<br>Deprecated version: N/A|Class name: TextEncoder<br>Method or attribute name: encodeInto(<br><br> input: string,<br><br> dest: Uint8Array,<br><br> ): { read: number; written: number };<br>Deprecated version: 9<br>Substitute API: ohos.util.encodeIntoUint8Array |@ohos.util.d.ts|
|Deprecated version changed|Class name: RationalNumber<br>Method or attribute name: constructor(numerator: number, denominator: number);<br>Deprecated version: N/A|Class name: RationalNumber<br>Method or attribute name: constructor(numerator: number, denominator: number);<br>Deprecated version: 9<br>Substitute API: ohos.util.RationalNumber.parseRationalNumber |@ohos.util.d.ts|
|Deprecated version changed|Class name: RationalNumber<br>Method or attribute name: compareTo(another :RationalNumber): number;<br>Deprecated version: N/A|Class name: RationalNumber<br>Method or attribute name: compareTo(another :RationalNumber): number;<br>Deprecated version: 9<br>Substitute API: ohos.util.compare |@ohos.util.d.ts|
|Deprecated version changed|Class name: RationalNumber<br>Method or attribute name: static getCommonDivisor(number1: number, number2: number): number;<br>Deprecated version: N/A|Class name: RationalNumber<br>Method or attribute name: static getCommonDivisor(number1: number, number2: number): number;<br>Deprecated version: 9<br>Substitute API: ohos.util.getCommonFactor |@ohos.util.d.ts|
|Deprecated version changed|Class name: LruBuffer<br>Deprecated version: N/A|Class name: LruBuffer<br>Deprecated version: 9<br>Substitute API: ohos.util.LRUCache |@ohos.util.d.ts|
|Deprecated version changed|Class name: LruBuffer<br>Method or attribute name: updateCapacity(newCapacity: number):void<br>Deprecated version: N/A|Class name: LruBuffer<br>Method or attribute name: updateCapacity(newCapacity: number):void<br>Deprecated version: 9<br>Substitute API: ohos.util.LRUCache.updateCapacity |@ohos.util.d.ts|
|Deprecated version changed|Class name: LruBuffer<br>Method or attribute name: getCapacity(): number;<br>Deprecated version: N/A|Class name: LruBuffer<br>Method or attribute name: getCapacity(): number;<br>Deprecated version: 9<br>Substitute API: ohos.util.LRUCache.getCapacity |@ohos.util.d.ts|
|Deprecated version changed|Class name: LruBuffer<br>Method or attribute name: clear(): void;<br>Deprecated version: N/A|Class name: LruBuffer<br>Method or attribute name: clear(): void;<br>Deprecated version: 9<br>Substitute API: ohos.util.LRUCache.clear |@ohos.util.d.ts|
|Deprecated version changed|Class name: LruBuffer<br>Method or attribute name: getCreateCount(): number;<br>Deprecated version: N/A|Class name: LruBuffer<br>Method or attribute name: getCreateCount(): number;<br>Deprecated version: 9<br>Substitute API: ohos.util.LRUCache.getCreateCount |@ohos.util.d.ts|
|Deprecated version changed|Class name: LruBuffer<br>Method or attribute name: getMissCount(): number;<br>Deprecated version: N/A|Class name: LruBuffer<br>Method or attribute name: getMissCount(): number;<br>Deprecated version: 9<br>Substitute API: ohos.util.LRUCache.getMissCount |@ohos.util.d.ts|
|Deprecated version changed|Class name: LruBuffer<br>Method or attribute name: getRemovalCount(): number;<br>Deprecated version: N/A|Class name: LruBuffer<br>Method or attribute name: getRemovalCount(): number;<br>Deprecated version: 9<br>Substitute API: ohos.util.LRUCache.getRemovalCount |@ohos.util.d.ts|
|Deprecated version changed|Class name: LruBuffer<br>Method or attribute name: getMatchCount(): number;<br>Deprecated version: N/A|Class name: LruBuffer<br>Method or attribute name: getMatchCount(): number;<br>Deprecated version: 9<br>Substitute API: ohos.util.LRUCache.getMatchCount |@ohos.util.d.ts|
|Deprecated version changed|Class name: LruBuffer<br>Method or attribute name: getPutCount(): number;<br>Deprecated version: N/A|Class name: LruBuffer<br>Method or attribute name: getPutCount(): number;<br>Deprecated version: 9<br>Substitute API: ohos.util.LRUCache.getPutCount |@ohos.util.d.ts|
|Deprecated version changed|Class name: LruBuffer<br>Method or attribute name: isEmpty(): boolean;<br>Deprecated version: N/A|Class name: LruBuffer<br>Method or attribute name: isEmpty(): boolean;<br>Deprecated version: 9<br>Substitute API: ohos.util.LRUCache.isEmpty |@ohos.util.d.ts|
|Deprecated version changed|Class name: LruBuffer<br>Method or attribute name: get(key: K): V \| undefined;<br>Deprecated version: N/A|Class name: LruBuffer<br>Method or attribute name: get(key: K): V \| undefined;<br>Deprecated version: 9<br>Substitute API: ohos.util.LRUCache.get |@ohos.util.d.ts|
|Deprecated version changed|Class name: LruBuffer<br>Method or attribute name: put(key: K, value: V): V;<br>Deprecated version: N/A|Class name: LruBuffer<br>Method or attribute name: put(key: K, value: V): V;<br>Deprecated version: 9<br>Substitute API: ohos.util.LRUCache.put |@ohos.util.d.ts|
|Deprecated version changed|Class name: LruBuffer<br>Method or attribute name: values(): V[];<br>Deprecated version: N/A|Class name: LruBuffer<br>Method or attribute name: values(): V[];<br>Deprecated version: 9<br>Substitute API: ohos.util.LRUCache.values |@ohos.util.d.ts|
|Deprecated version changed|Class name: LruBuffer<br>Method or attribute name: keys(): K[];<br>Deprecated version: N/A|Class name: LruBuffer<br>Method or attribute name: keys(): K[];<br>Deprecated version: 9<br>Substitute API: ohos.util.LRUCache.keys |@ohos.util.d.ts|
|Deprecated version changed|Class name: LruBuffer<br>Method or attribute name: remove(key: K): V \| undefined;<br>Deprecated version: N/A|Class name: LruBuffer<br>Method or attribute name: remove(key: K): V \| undefined;<br>Deprecated version: 9<br>Substitute API: ohos.util.LRUCache.remove |@ohos.util.d.ts|
|Deprecated version changed|Class name: LruBuffer<br>Method or attribute name: afterRemoval(isEvict: boolean, key: K, value: V, newValue: V): void;<br>Deprecated version: N/A|Class name: LruBuffer<br>Method or attribute name: afterRemoval(isEvict: boolean, key: K, value: V, newValue: V): void;<br>Deprecated version: 9<br>Substitute API: ohos.util.LRUCache.afterRemoval |@ohos.util.d.ts|
|Deprecated version changed|Class name: LruBuffer<br>Method or attribute name: contains(key: K): boolean;<br>Deprecated version: N/A|Class name: LruBuffer<br>Method or attribute name: contains(key: K): boolean;<br>Deprecated version: 9<br>Substitute API: ohos.util.LRUCache.contains |@ohos.util.d.ts|
|Deprecated version changed|Class name: LruBuffer<br>Method or attribute name: createDefault(key: K): V;<br>Deprecated version: N/A|Class name: LruBuffer<br>Method or attribute name: createDefault(key: K): V;<br>Deprecated version: 9<br>Substitute API: ohos.util.LRUCache.createDefault |@ohos.util.d.ts|
|Deprecated version changed|Class name: LruBuffer<br>Method or attribute name: entries(): IterableIterator\<[K, V]>;<br>Deprecated version: N/A|Class name: LruBuffer<br>Method or attribute name: entries(): IterableIterator\<[K, V]>;<br>Deprecated version: 9<br>Substitute API: ohos.util.LRUCache.entries |@ohos.util.d.ts|
|Deprecated version changed|Class name: LruBuffer<br>Method or attribute name: [Symbol.iterator](): IterableIterator\<[K, V]>;<br>Deprecated version: N/A|Class name: LruBuffer<br>Method or attribute name: [Symbol.iterator](): IterableIterator\<[K, V]>;<br>Deprecated version: 9<br>Substitute API: ohos.util.LRUCache.|@ohos.util.d.ts|
|Deprecated version changed|Class name: Scope<br>Deprecated version: N/A|Class name: Scope<br>Deprecated version: 9<br>Substitute API: ohos.util.ScopeHelper |@ohos.util.d.ts|
|Deprecated version changed|Class name: Scope<br>Method or attribute name: constructor(lowerObj: ScopeType, upperObj: ScopeType);<br>Deprecated version: N/A|Class name: Scope<br>Method or attribute name: constructor(lowerObj: ScopeType, upperObj: ScopeType);<br>Deprecated version: 9<br>Substitute API: ohos.util.ScopeHelper.constructor |@ohos.util.d.ts|
|Deprecated version changed|Class name: Scope<br>Method or attribute name: toString(): string;<br>Deprecated version: N/A|Class name: Scope<br>Method or attribute name: toString(): string;<br>Deprecated version: 9<br>Substitute API: ohos.util.ScopeHelper.toString |@ohos.util.d.ts|
|Deprecated version changed|Class name: Scope<br>Method or attribute name: intersect(range: Scope): Scope;<br>Deprecated version: N/A|Class name: Scope<br>Method or attribute name: intersect(range: Scope): Scope;<br>Deprecated version: 9<br>Substitute API: ohos.util.ScopeHelper.intersect |@ohos.util.d.ts|
|Deprecated version changed|Class name: Scope<br>Method or attribute name: intersect(lowerObj: ScopeType, upperObj: ScopeType): Scope;<br>Deprecated version: N/A|Class name: Scope<br>Method or attribute name: intersect(lowerObj: ScopeType, upperObj: ScopeType): Scope;<br>Deprecated version: 9<br>Substitute API: ohos.util.ScopeHelper.intersect |@ohos.util.d.ts|
|Deprecated version changed|Class name: Scope<br>Method or attribute name: getUpper(): ScopeType;<br>Deprecated version: N/A|Class name: Scope<br>Method or attribute name: getUpper(): ScopeType;<br>Deprecated version: 9<br>Substitute API: ohos.util.ScopeHelper.getUpper |@ohos.util.d.ts|
|Deprecated version changed|Class name: Scope<br>Method or attribute name: getLower(): ScopeType;<br>Deprecated version: N/A|Class name: Scope<br>Method or attribute name: getLower(): ScopeType;<br>Deprecated version: 9<br>Substitute API: ohos.util.ScopeHelper.getLower |@ohos.util.d.ts|
|Deprecated version changed|Class name: Scope<br>Method or attribute name: expand(lowerObj: ScopeType, upperObj: ScopeType): Scope;<br>Deprecated version: N/A|Class name: Scope<br>Method or attribute name: expand(lowerObj: ScopeType, upperObj: ScopeType): Scope;<br>Deprecated version: 9<br>Substitute API: ohos.util.ScopeHelper.expand |@ohos.util.d.ts|
|Deprecated version changed|Class name: Scope<br>Method or attribute name: expand(range: Scope): Scope;<br>Deprecated version: N/A|Class name: Scope<br>Method or attribute name: expand(range: Scope): Scope;<br>Deprecated version: 9<br>Substitute API: ohos.util.ScopeHelper.expand |@ohos.util.d.ts|
|Deprecated version changed|Class name: Scope<br>Method or attribute name: expand(value: ScopeType): Scope;<br>Deprecated version: N/A|Class name: Scope<br>Method or attribute name: expand(value: ScopeType): Scope;<br>Deprecated version: 9<br>Substitute API: ohos.util.ScopeHelper.expand |@ohos.util.d.ts|
|Deprecated version changed|Class name: Scope<br>Method or attribute name: contains(value: ScopeType): boolean;<br>Deprecated version: N/A|Class name: Scope<br>Method or attribute name: contains(value: ScopeType): boolean;<br>Deprecated version: 9<br>Substitute API: ohos.util.ScopeHelper.contains |@ohos.util.d.ts|
|Deprecated version changed|Class name: Scope<br>Method or attribute name: contains(range: Scope): boolean;<br>Deprecated version: N/A|Class name: Scope<br>Method or attribute name: contains(range: Scope): boolean;<br>Deprecated version: 9<br>Substitute API: ohos.util.ScopeHelper.contains |@ohos.util.d.ts|
|Deprecated version changed|Class name: Scope<br>Method or attribute name: clamp(value: ScopeType): ScopeType;<br>Deprecated version: N/A|Class name: Scope<br>Method or attribute name: clamp(value: ScopeType): ScopeType;<br>Deprecated version: 9<br>Substitute API: ohos.util.ScopeHelper.clamp |@ohos.util.d.ts|
|Deprecated version changed|Class name: Base64<br>Deprecated version: N/A|Class name: Base64<br>Deprecated version: 9<br>Substitute API: ohos.util.Base64Helper |@ohos.util.d.ts|
|Deprecated version changed|Class name: Base64<br>Method or attribute name: constructor();<br>Deprecated version: N/A|Class name: Base64<br>Method or attribute name: constructor();<br>Deprecated version: 9<br>Substitute API: ohos.util.Base64Helper.constructor |@ohos.util.d.ts|
|Deprecated version changed|Class name: Base64<br>Method or attribute name: encodeSync(src: Uint8Array): Uint8Array;<br>Deprecated version: N/A|Class name: Base64<br>Method or attribute name: encodeSync(src: Uint8Array): Uint8Array;<br>Deprecated version: 9<br>Substitute API: ohos.util.Base64Helper.encodeSync |@ohos.util.d.ts|
|Deprecated version changed|Class name: Base64<br>Method or attribute name: encodeToStringSync(src: Uint8Array): string;<br>Deprecated version: N/A|Class name: Base64<br>Method or attribute name: encodeToStringSync(src: Uint8Array): string;<br>Deprecated version: 9<br>Substitute API: ohos.util.Base64Helper.encodeToStringSync |@ohos.util.d.ts|
|Deprecated version changed|Class name: Base64<br>Method or attribute name: decodeSync(src: Uint8Array \| string): Uint8Array;<br>Deprecated version: N/A|Class name: Base64<br>Method or attribute name: decodeSync(src: Uint8Array \| string): Uint8Array;<br>Deprecated version: 9<br>Substitute API: ohos.util.Base64Helper.decodeSync |@ohos.util.d.ts|
|Deprecated version changed|Class name: Base64<br>Method or attribute name: encode(src: Uint8Array): Promise\<Uint8Array>;<br>Deprecated version: N/A|Class name: Base64<br>Method or attribute name: encode(src: Uint8Array): Promise\<Uint8Array>;<br>Deprecated version: 9<br>Substitute API: ohos.util.Base64Helper.encode |@ohos.util.d.ts|
|Deprecated version changed|Class name: Base64<br>Method or attribute name: encodeToString(src: Uint8Array): Promise\<string>;<br>Deprecated version: N/A|Class name: Base64<br>Method or attribute name: encodeToString(src: Uint8Array): Promise\<string>;<br>Deprecated version: 9<br>Substitute API: ohos.util.Base64Helper.encodeToString |@ohos.util.d.ts|
|Deprecated version changed|Class name: Base64<br>Method or attribute name: decode(src: Uint8Array \| string): Promise\<Uint8Array>;<br>Deprecated version: N/A|Class name: Base64<br>Method or attribute name: decode(src: Uint8Array \| string): Promise\<Uint8Array>;<br>Deprecated version: 9<br>Substitute API: ohos.util.Base64Helper.decode |@ohos.util.d.ts|
|Deprecated version changed|Class name: Vector<br>Deprecated version: N/A|Class name: Vector<br>Deprecated version: 9<br>Substitute API: ohos.util.ArrayList |@ohos.util.Vector.d.ts|
|Deprecated version changed|Class name: EventListener<br>Deprecated version: N/A|Class name: EventListener<br>Deprecated version: 9<br>Substitute API: ohos.worker.WorkerEventListener |@ohos.worker.d.ts|
|Deprecated version changed|Class name: EventListener<br>Method or attribute name: (evt: Event): void \| Promise\<void>;<br>Deprecated version: N/A|Class name: EventListener<br>Method or attribute name: (evt: Event): void \| Promise\<void>;<br>Deprecated version: 9<br>Substitute API: ohos.worker.WorkerEventListener.|@ohos.worker.d.ts|
|Deprecated version changed|Class name: EventTarget<br>Deprecated version: N/A|Class name: EventTarget<br>Deprecated version: 9<br>Substitute API: ohos.worker.WorkerEventTarget |@ohos.worker.d.ts|
|Deprecated version changed|Class name: EventTarget<br>Method or attribute name: addEventListener(<br><br> type: string,<br><br> listener: EventListener<br><br> ): void;<br>Deprecated version: N/A|Class name: EventTarget<br>Method or attribute name: addEventListener(<br><br> type: string,<br><br> listener: EventListener<br><br> ): void;<br>Deprecated version: 9<br>Substitute API: ohos.worker.WorkerEventTarget.addEventListener |@ohos.worker.d.ts|
|Deprecated version changed|Class name: EventTarget<br>Method or attribute name: dispatchEvent(event: Event): boolean;<br>Deprecated version: N/A|Class name: EventTarget<br>Method or attribute name: dispatchEvent(event: Event): boolean;<br>Deprecated version: 9<br>Substitute API: ohos.worker.WorkerEventTarget.dispatchEvent |@ohos.worker.d.ts|
|Deprecated version changed|Class name: EventTarget<br>Method or attribute name: removeEventListener(<br><br> type: string,<br><br> callback?: EventListener<br><br> ): void;<br>Deprecated version: N/A|Class name: EventTarget<br>Method or attribute name: removeEventListener(<br><br> type: string,<br><br> callback?: EventListener<br><br> ): void;<br>Deprecated version: 9<br>Substitute API: ohos.worker.WorkerEventTarget.removeEventListener |@ohos.worker.d.ts|
|Deprecated version changed|Class name: EventTarget<br>Method or attribute name: removeAllListener(): void;<br>Deprecated version: N/A|Class name: EventTarget<br>Method or attribute name: removeAllListener(): void;<br>Deprecated version: 9<br>Substitute API: ohos.worker.WorkerEventTarget.removeAllListener |@ohos.worker.d.ts|
|Deprecated version changed|Class name: WorkerGlobalScope<br>Deprecated version: N/A|Class name: WorkerGlobalScope<br>Deprecated version: 9<br>Substitute API: ohos.worker.GlobalScope |@ohos.worker.d.ts|
|Deprecated version changed|Class name: WorkerGlobalScope<br>Method or attribute name: readonly name: string;<br>Deprecated version: N/A|Class name: WorkerGlobalScope<br>Method or attribute name: readonly name: string;<br>Deprecated version: 9<br>Substitute API: ohos.worker.GlobalScope.name |@ohos.worker.d.ts|
|Deprecated version changed|Class name: WorkerGlobalScope<br>Method or attribute name: onerror?: (ev: ErrorEvent) => void;<br>Deprecated version: N/A|Class name: WorkerGlobalScope<br>Method or attribute name: onerror?: (ev: ErrorEvent) => void;<br>Deprecated version: 9<br>Substitute API: ohos.worker.GlobalScope.onerror |@ohos.worker.d.ts|
|Deprecated version changed|Class name: DedicatedWorkerGlobalScope<br>Deprecated version: N/A|Class name: DedicatedWorkerGlobalScope<br>Deprecated version: 9<br>Substitute API: ohos.worker.ThreadWorkerGlobalScope |@ohos.worker.d.ts|
|Deprecated version changed|Class name: DedicatedWorkerGlobalScope<br>Method or attribute name: onmessage?: (this: DedicatedWorkerGlobalScope, ev: MessageEvent) => void;<br>Deprecated version: N/A|Class name: DedicatedWorkerGlobalScope<br>Method or attribute name: onmessage?: (this: DedicatedWorkerGlobalScope, ev: MessageEvent) => void;<br>Deprecated version: 9<br>Substitute API: ohos.worker.ThreadWorkerGlobalScope.onmessage |@ohos.worker.d.ts|
|Deprecated version changed|Class name: DedicatedWorkerGlobalScope<br>Method or attribute name: onmessageerror?: (this: DedicatedWorkerGlobalScope, ev: MessageEvent) => void;<br>Deprecated version: N/A|Class name: DedicatedWorkerGlobalScope<br>Method or attribute name: onmessageerror?: (this: DedicatedWorkerGlobalScope, ev: MessageEvent) => void;<br>Deprecated version: 9<br>Substitute API: ohos.worker.ThreadWorkerGlobalScope.onmessageerror |@ohos.worker.d.ts|
|Deprecated version changed|Class name: DedicatedWorkerGlobalScope<br>Method or attribute name: close(): void;<br>Deprecated version: N/A|Class name: DedicatedWorkerGlobalScope<br>Method or attribute name: close(): void;<br>Deprecated version: 9<br>Substitute API: ohos.worker.ThreadWorkerGlobalScope.close |@ohos.worker.d.ts|
|Deprecated version changed|Class name: DedicatedWorkerGlobalScope<br>Method or attribute name: postMessage(messageObject: Object, transfer: Transferable[]): void;<br>Deprecated version: N/A|Class name: DedicatedWorkerGlobalScope<br>Method or attribute name: postMessage(messageObject: Object, transfer: Transferable[]): void;<br>Deprecated version: 9<br>Substitute API: ohos.worker.ThreadWorkerGlobalScope.postMessage |@ohos.worker.d.ts|
|Deprecated version changed|Class name: DedicatedWorkerGlobalScope<br>Method or attribute name: postMessage(messageObject: Object, options?: PostMessageOptions): void;<br>Deprecated version: N/A|Class name: DedicatedWorkerGlobalScope<br>Method or attribute name: postMessage(messageObject: Object, options?: PostMessageOptions): void;<br>Deprecated version: 9<br>Substitute API: ohos.worker.ThreadWorkerGlobalScope.postMessage |@ohos.worker.d.ts|
|Deprecated version changed|Class name: Worker<br>Deprecated version: N/A|Class name: Worker<br>Deprecated version: 9<br>Substitute API: ohos.worker.ThreadWorker |@ohos.worker.d.ts|
|Deprecated version changed|Class name: Worker<br>Method or attribute name: constructor(scriptURL: string, options?: WorkerOptions);<br>Deprecated version: N/A|Class name: Worker<br>Method or attribute name: constructor(scriptURL: string, options?: WorkerOptions);<br>Deprecated version: 9<br>Substitute API: ohos.worker.ThreadWorker.constructor |@ohos.worker.d.ts|
|Deprecated version changed|Class name: Worker<br>Method or attribute name: onexit?: (code: number) => void;<br>Deprecated version: N/A|Class name: Worker<br>Method or attribute name: onexit?: (code: number) => void;<br>Deprecated version: 9<br>Substitute API: ohos.worker.ThreadWorker.onexit |@ohos.worker.d.ts|
|Deprecated version changed|Class name: Worker<br>Method or attribute name: onerror?: (err: ErrorEvent) => void;<br>Deprecated version: N/A|Class name: Worker<br>Method or attribute name: onerror?: (err: ErrorEvent) => void;<br>Deprecated version: 9<br>Substitute API: ohos.worker.ThreadWorker.onerror |@ohos.worker.d.ts|
|Deprecated version changed|Class name: Worker<br>Method or attribute name: onmessage?: (event: MessageEvent) => void;<br>Deprecated version: N/A|Class name: Worker<br>Method or attribute name: onmessage?: (event: MessageEvent) => void;<br>Deprecated version: 9<br>Substitute API: ohos.worker.ThreadWorker.onmessage |@ohos.worker.d.ts|
|Deprecated version changed|Class name: Worker<br>Method or attribute name: onmessageerror?: (event: MessageEvent) => void;<br>Deprecated version: N/A|Class name: Worker<br>Method or attribute name: onmessageerror?: (event: MessageEvent) => void;<br>Deprecated version: 9<br>Substitute API: ohos.worker.ThreadWorker.onmessageerror |@ohos.worker.d.ts|
|Deprecated version changed|Class name: Worker<br>Method or attribute name: postMessage(message: Object, transfer: ArrayBuffer[]): void;<br>Deprecated version: N/A|Class name: Worker<br>Method or attribute name: postMessage(message: Object, transfer: ArrayBuffer[]): void;<br>Deprecated version: 9<br>Substitute API: ohos.worker.ThreadWorker.postMessage |@ohos.worker.d.ts|
|Deprecated version changed|Class name: Worker<br>Method or attribute name: postMessage(message: Object, options?: PostMessageOptions): void;<br>Deprecated version: N/A|Class name: Worker<br>Method or attribute name: postMessage(message: Object, options?: PostMessageOptions): void;<br>Deprecated version: 9<br>Substitute API: ohos.worker.ThreadWorker.postMessage |@ohos.worker.d.ts|
|Deprecated version changed|Class name: Worker<br>Method or attribute name: on(type: string, listener: EventListener): void;<br>Deprecated version: N/A|Class name: Worker<br>Method or attribute name: on(type: string, listener: EventListener): void;<br>Deprecated version: 9<br>Substitute API: ohos.worker.ThreadWorker.on |@ohos.worker.d.ts|
|Deprecated version changed|Class name: Worker<br>Method or attribute name: once(type: string, listener: EventListener): void;<br>Deprecated version: N/A|Class name: Worker<br>Method or attribute name: once(type: string, listener: EventListener): void;<br>Deprecated version: 9<br>Substitute API: ohos.worker.ThreadWorker.once |@ohos.worker.d.ts|
|Deprecated version changed|Class name: Worker<br>Method or attribute name: off(type: string, listener?: EventListener): void;<br>Deprecated version: N/A|Class name: Worker<br>Method or attribute name: off(type: string, listener?: EventListener): void;<br>Deprecated version: 9<br>Substitute API: ohos.worker.ThreadWorker.off |@ohos.worker.d.ts|
|Deprecated version changed|Class name: Worker<br>Method or attribute name: terminate(): void;<br>Deprecated version: N/A|Class name: Worker<br>Method or attribute name: terminate(): void;<br>Deprecated version: 9<br>Substitute API: ohos.worker.ThreadWorker.terminate |@ohos.worker.d.ts|
|Deprecated version changed|Class name: worker<br>Method or attribute name: const parentPort: DedicatedWorkerGlobalScope;<br>Deprecated version: N/A|Class name: worker<br>Method or attribute name: const parentPort: DedicatedWorkerGlobalScope;<br>Deprecated version: 9<br>Substitute API: ohos.worker.workerPort |@ohos.worker.d.ts|
|Initial version changed|Class name: ConvertXML<br>Initial version: N/A|Class name: ConvertXML<br>Initial version: 8|@ohos.convertxml.d.ts|
|Initial version changed|Class name: ChildProcess<br>Initial version: N/A|Class name: ChildProcess<br>Initial version: 7|@ohos.process.d.ts|
|Initial version changed|Class name: URI<br>Initial version: N/A|Class name: URI<br>Initial version: 8|@ohos.uri.d.ts|
|Initial version changed|Class name: URLSearchParams<br>Initial version: N/A|Class name: URLSearchParams<br>Initial version: 7|@ohos.url.d.ts|
|Initial version changed|Class name: URL<br>Initial version: N/A|Class name: URL<br>Initial version: 7|@ohos.url.d.ts|
|Initial version changed|Class name: URL<br>Method or attribute name: constructor(url: string, base?: string \| URL);<br>Initial version: N/A|Class name: URL<br>Method or attribute name: constructor(url: string, base?: string \| URL);<br>Initial version: 7|@ohos.url.d.ts|
|Initial version changed|Class name: TextDecoder<br>Initial version: N/A|Class name: TextDecoder<br>Initial version: 7|@ohos.util.d.ts|
|Initial version changed|Class name: TextDecoder<br>Method or attribute name: constructor(<br><br> encoding?: string,<br><br> options?: { fatal?: boolean; ignoreBOM?: boolean },<br><br> );<br>Initial version: N/A|Class name: TextDecoder<br>Method or attribute name: constructor(<br><br> encoding?: string,<br><br> options?: { fatal?: boolean; ignoreBOM?: boolean },<br><br> );<br>Initial version: 7|@ohos.util.d.ts|
|Initial version changed|Class name: TextEncoder<br>Initial version: N/A|Class name: TextEncoder<br>Initial version: 7|@ohos.util.d.ts|
|Initial version changed|Class name: RationalNumber<br>Initial version: N/A|Class name: RationalNumber<br>Initial version: 8|@ohos.util.d.ts|
|Initial version changed|Class name: LruBuffer<br>Initial version: N/A|Class name: LruBuffer<br>Initial version: 8|@ohos.util.d.ts|
|Initial version changed|Class name: Scope<br>Initial version: N/A|Class name: Scope<br>Initial version: 8|@ohos.util.d.ts|
|Initial version changed|Class name: Base64<br>Initial version: N/A|Class name: Base64<br>Initial version: 8|@ohos.util.d.ts|
|Initial version changed|Class name: types<br>Initial version: N/A|Class name: types<br>Initial version: 8|@ohos.util.d.ts|
|Initial version changed|Class name: Vector<br>Initial version: N/A|Class name: Vector<br>Initial version: 8|@ohos.util.Vector.d.ts|
|Initial version changed|Class name: Worker<br>Initial version: N/A|Class name: Worker<br>Initial version: 7|@ohos.worker.d.ts|
|Initial version changed|Class name: worker<br>Method or attribute name: const parentPort: DedicatedWorkerGlobalScope;<br>Initial version: N/A|Class name: worker<br>Method or attribute name: const parentPort: DedicatedWorkerGlobalScope;<br>Initial version: 7|@ohos.worker.d.ts|
|Initial version changed|Class name: XmlSerializer<br>Initial version: N/A|Class name: XmlSerializer<br>Initial version: 8|@ohos.xml.d.ts|
|Initial version changed|Class name: XmlPullParser<br>Initial version: N/A|Class name: XmlPullParser<br>Initial version: 8|@ohos.xml.d.ts|
|Error code added|NA|Class name: URI<br>Method or attribute name: constructor(uri: string);<br>Error code: 401, 10200002|@ohos.uri.d.ts|
|Error code added|NA|Class name: ArrayList<br>Method or attribute name: constructor();<br>Error code: 10200012|@ohos.util.ArrayList.d.ts|
|Error code added|NA|Class name: ArrayList<br>Method or attribute name: add(element: T): boolean;<br>Error code: 10200011|@ohos.util.ArrayList.d.ts|
|Error code added|NA|Class name: ArrayList<br>Method or attribute name: insert(element: T, index: number): void;<br>Error code: 10200001, 10200011, 401|@ohos.util.ArrayList.d.ts|
|Error code added|NA|Class name: ArrayList<br>Method or attribute name: has(element: T): boolean;<br>Error code: 10200011|@ohos.util.ArrayList.d.ts|
|Error code added|NA|Class name: ArrayList<br>Method or attribute name: getIndexOf(element: T): number;<br>Error code: 10200011|@ohos.util.ArrayList.d.ts|
|Error code added|NA|Class name: ArrayList<br>Method or attribute name: removeByIndex(index: number): T;<br>Error code: 10200001, 10200011, 401|@ohos.util.ArrayList.d.ts|
|Error code added|NA|Class name: ArrayList<br>Method or attribute name: remove(element: T): boolean;<br>Error code: 10200011|@ohos.util.ArrayList.d.ts|
|Error code added|NA|Class name: ArrayList<br>Method or attribute name: getLastIndexOf(element: T): number;<br>Error code: 10200011|@ohos.util.ArrayList.d.ts|
|Error code added|NA|Class name: ArrayList<br>Method or attribute name: removeByRange(fromIndex: number, toIndex: number): void;<br>Error code: 10200001, 10200011, 401|@ohos.util.ArrayList.d.ts|
|Error code added|NA|Class name: ArrayList<br>Method or attribute name: sort(comparator?: (firstValue: T, secondValue: T) => number): void;<br>Error code: 10200011, 401|@ohos.util.ArrayList.d.ts|
|Error code added|NA|Class name: ArrayList<br>Method or attribute name: subArrayList(fromIndex: number, toIndex: number): ArrayList\<T>;<br>Error code: 10200001, 10200011, 401|@ohos.util.ArrayList.d.ts|
|Error code added|NA|Class name: ArrayList<br>Method or attribute name: clear(): void;<br>Error code: 10200011|@ohos.util.ArrayList.d.ts|
|Error code added|NA|Class name: ArrayList<br>Method or attribute name: clone(): ArrayList\<T>;<br>Error code: 10200011|@ohos.util.ArrayList.d.ts|
|Error code added|NA|Class name: ArrayList<br>Method or attribute name: getCapacity(): number;<br>Error code: 10200011|@ohos.util.ArrayList.d.ts|
|Error code added|NA|Class name: ArrayList<br>Method or attribute name: convertToArray(): Array\<T>;<br>Error code: 10200011|@ohos.util.ArrayList.d.ts|
|Error code added|NA|Class name: ArrayList<br>Method or attribute name: isEmpty(): boolean;<br>Error code: 10200011|@ohos.util.ArrayList.d.ts|
|Error code added|NA|Class name: ArrayList<br>Method or attribute name: increaseCapacityTo(newCapacity: number): void;<br>Error code: 10200011, 401|@ohos.util.ArrayList.d.ts|
|Error code added|NA|Class name: ArrayList<br>Method or attribute name: trimToCurrentLength(): void;<br>Error code: 10200011|@ohos.util.ArrayList.d.ts|
|Error code added|NA|Class name: ArrayList<br>Method or attribute name: [Symbol.iterator](): IterableIterator\<T>;<br>Error code: 10200011|@ohos.util.ArrayList.d.ts|
|Error code added|NA|Class name: util<br>Method or attribute name: function callbackWrapper(original: Function): (err: Object, value: Object) => void;<br>Error code: 401|@ohos.util.d.ts|
|Error code added|NA|Class name: RationalNumber<br>Method or attribute name: static createRationalFromString(rationalString: string): RationalNumber​;<br>Error code: 401|@ohos.util.d.ts|
|Error code added|NA|Class name: Deque<br>Method or attribute name: constructor();<br>Error code: 10200012|@ohos.util.Deque.d.ts|
|Error code added|NA|Class name: Deque<br>Method or attribute name: insertFront(element: T): void;<br>Error code: 10200011|@ohos.util.Deque.d.ts|
|Error code added|NA|Class name: Deque<br>Method or attribute name: insertEnd(element: T): void;<br>Error code: 10200011|@ohos.util.Deque.d.ts|
|Error code added|NA|Class name: Deque<br>Method or attribute name: has(element: T): boolean;<br>Error code: 10200011|@ohos.util.Deque.d.ts|
|Error code added|NA|Class name: Deque<br>Method or attribute name: getFirst(): T;<br>Error code: 10200011|@ohos.util.Deque.d.ts|
|Error code added|NA|Class name: Deque<br>Method or attribute name: getLast(): T;<br>Error code: 10200011|@ohos.util.Deque.d.ts|
|Error code added|NA|Class name: Deque<br>Method or attribute name: popFirst(): T;<br>Error code: 10200011|@ohos.util.Deque.d.ts|
|Error code added|NA|Class name: Deque<br>Method or attribute name: popLast(): T;<br>Error code: 10200011|@ohos.util.Deque.d.ts|
|Error code added|NA|Class name: Deque<br>Method or attribute name: [Symbol.iterator](): IterableIterator\<T>;<br>Error code: 10200011|@ohos.util.Deque.d.ts|
|Error code added|NA|Class name: HashMap<br>Method or attribute name: constructor();<br>Error code: 10200012|@ohos.util.HashMap.d.ts|
|Error code added|NA|Class name: HashMap<br>Method or attribute name: isEmpty(): boolean;<br>Error code: 10200011|@ohos.util.HashMap.d.ts|
|Error code added|NA|Class name: HashMap<br>Method or attribute name: hasKey(key: K): boolean;<br>Error code: 10200011|@ohos.util.HashMap.d.ts|
|Error code added|NA|Class name: HashMap<br>Method or attribute name: hasValue(value: V): boolean;<br>Error code: 10200011|@ohos.util.HashMap.d.ts|
|Error code added|NA|Class name: HashMap<br>Method or attribute name: get(key: K): V;<br>Error code: 10200011|@ohos.util.HashMap.d.ts|
|Error code added|NA|Class name: HashMap<br>Method or attribute name: setAll(map: HashMap\<K, V>): void;<br>Error code: 10200011, 401|@ohos.util.HashMap.d.ts|
|Error code added|NA|Class name: HashMap<br>Method or attribute name: set(key: K, value: V): Object;<br>Error code: 10200011, 401|@ohos.util.HashMap.d.ts|
|Error code added|NA|Class name: HashMap<br>Method or attribute name: remove(key: K): V;<br>Error code: 10200011|@ohos.util.HashMap.d.ts|
|Error code added|NA|Class name: HashMap<br>Method or attribute name: clear(): void;<br>Error code: 10200011|@ohos.util.HashMap.d.ts|
|Error code added|NA|Class name: HashMap<br>Method or attribute name: keys(): IterableIterator\<K>;<br>Error code: 10200011|@ohos.util.HashMap.d.ts|
|Error code added|NA|Class name: HashMap<br>Method or attribute name: values(): IterableIterator\<V>;<br>Error code: 10200011|@ohos.util.HashMap.d.ts|
|Error code added|NA|Class name: HashMap<br>Method or attribute name: replace(key: K, newValue: V): boolean;<br>Error code: 10200011|@ohos.util.HashMap.d.ts|
|Error code added|NA|Class name: HashMap<br>Method or attribute name: entries(): IterableIterator\<[K, V]>;<br>Error code: 10200011|@ohos.util.HashMap.d.ts|
|Error code added|NA|Class name: HashMap<br>Method or attribute name: [Symbol.iterator](): IterableIterator\<[K, V]>;<br>Error code: 10200011|@ohos.util.HashMap.d.ts|
|Error code added|NA|Class name: HashSet<br>Method or attribute name: constructor();<br>Error code: 10200012|@ohos.util.HashSet.d.ts|
|Error code added|NA|Class name: HashSet<br>Method or attribute name: isEmpty(): boolean;<br>Error code: 10200011|@ohos.util.HashSet.d.ts|
|Error code added|NA|Class name: HashSet<br>Method or attribute name: has(value: T): boolean;<br>Error code: 10200011, 401|@ohos.util.HashSet.d.ts|
|Error code added|NA|Class name: HashSet<br>Method or attribute name: add(value: T): boolean;<br>Error code: 10200011, 401|@ohos.util.HashSet.d.ts|
|Error code added|NA|Class name: HashSet<br>Method or attribute name: remove(value: T): boolean;<br>Error code: 10200011, 401|@ohos.util.HashSet.d.ts|
|Error code added|NA|Class name: HashSet<br>Method or attribute name: clear(): void;<br>Error code: 10200011|@ohos.util.HashSet.d.ts|
|Error code added|NA|Class name: HashSet<br>Method or attribute name: values(): IterableIterator\<T>;<br>Error code: 10200011|@ohos.util.HashSet.d.ts|
|Error code added|NA|Class name: HashSet<br>Method or attribute name: entries(): IterableIterator\<[T, T]>;<br>Error code: 10200011|@ohos.util.HashSet.d.ts|
|Error code added|NA|Class name: HashSet<br>Method or attribute name: [Symbol.iterator](): IterableIterator\<T>;<br>Error code: 10200011|@ohos.util.HashSet.d.ts|
|Error code added|NA|Class name: LightWeightMap<br>Method or attribute name: constructor();<br>Error code: 10200012|@ohos.util.LightWeightMap.d.ts|
|Error code added|NA|Class name: LightWeightMap<br>Method or attribute name: hasAll(map: LightWeightMap\<K, V>): boolean;<br>Error code: 401, 10200011|@ohos.util.LightWeightMap.d.ts|
|Error code added|NA|Class name: LightWeightMap<br>Method or attribute name: hasKey(key: K): boolean;<br>Error code: 10200011|@ohos.util.LightWeightMap.d.ts|
|Error code added|NA|Class name: LightWeightMap<br>Method or attribute name: hasValue(value: V): boolean;<br>Error code: 10200011|@ohos.util.LightWeightMap.d.ts|
|Error code added|NA|Class name: LightWeightMap<br>Method or attribute name: increaseCapacityTo(minimumCapacity: number): void;<br>Error code: 10200011, 401|@ohos.util.LightWeightMap.d.ts|
|Error code added|NA|Class name: LightWeightMap<br>Method or attribute name: entries(): IterableIterator\<[K, V]>;<br>Error code: 10200011|@ohos.util.LightWeightMap.d.ts|
|Error code added|NA|Class name: LightWeightMap<br>Method or attribute name: get(key: K): V;<br>Error code: 10200011|@ohos.util.LightWeightMap.d.ts|
|Error code added|NA|Class name: LightWeightMap<br>Method or attribute name: getIndexOfKey(key: K): number;<br>Error code: 10200011|@ohos.util.LightWeightMap.d.ts|
|Error code added|NA|Class name: LightWeightMap<br>Method or attribute name: getIndexOfValue(value: V): number;<br>Error code: 10200011|@ohos.util.LightWeightMap.d.ts|
|Error code added|NA|Class name: LightWeightMap<br>Method or attribute name: isEmpty(): boolean;<br>Error code: 10200011|@ohos.util.LightWeightMap.d.ts|
|Error code added|NA|Class name: LightWeightMap<br>Method or attribute name: getKeyAt(index: number): K;<br>Error code: 10200011, 10200001, 401|@ohos.util.LightWeightMap.d.ts|
|Error code added|NA|Class name: LightWeightMap<br>Method or attribute name: keys(): IterableIterator\<K>;<br>Error code: 10200011|@ohos.util.LightWeightMap.d.ts|
|Error code added|NA|Class name: LightWeightMap<br>Method or attribute name: setAll(map: LightWeightMap\<K, V>): void;<br>Error code: 10200011, 401|@ohos.util.LightWeightMap.d.ts|
|Error code added|NA|Class name: LightWeightMap<br>Method or attribute name: set(key: K, value: V): Object;<br>Error code: 10200011|@ohos.util.LightWeightMap.d.ts|
|Error code added|NA|Class name: LightWeightMap<br>Method or attribute name: remove(key: K): V;<br>Error code: 10200011|@ohos.util.LightWeightMap.d.ts|
|Error code added|NA|Class name: LightWeightMap<br>Method or attribute name: removeAt(index: number): boolean;<br>Error code: 10200011, 401|@ohos.util.LightWeightMap.d.ts|
|Error code added|NA|Class name: LightWeightMap<br>Method or attribute name: clear(): void;<br>Error code: 10200011|@ohos.util.LightWeightMap.d.ts|
|Error code added|NA|Class name: LightWeightMap<br>Method or attribute name: setValueAt(index: number, newValue: V): boolean;<br>Error code: 10200011, 10200001, 401|@ohos.util.LightWeightMap.d.ts|
|Error code added|NA|Class name: LightWeightMap<br>Method or attribute name: [Symbol.iterator](): IterableIterator\<[K, V]>;<br>Error code: 10200011|@ohos.util.LightWeightMap.d.ts|
|Error code added|NA|Class name: LightWeightMap<br>Method or attribute name: toString(): String;<br>Error code: 10200011|@ohos.util.LightWeightMap.d.ts|
|Error code added|NA|Class name: LightWeightMap<br>Method or attribute name: getValueAt(index: number): V;<br>Error code: 10200011, 10200001, 401|@ohos.util.LightWeightMap.d.ts|
|Error code added|NA|Class name: LightWeightMap<br>Method or attribute name: values(): IterableIterator\<V>;<br>Error code: 10200011|@ohos.util.LightWeightMap.d.ts|
|Error code added|NA|Class name: LightWeightSet<br>Method or attribute name: constructor();<br>Error code: 10200012|@ohos.util.LightWeightSet.d.ts|
|Error code added|NA|Class name: LightWeightSet<br>Method or attribute name: add(obj: T): boolean;<br>Error code: 10200011|@ohos.util.LightWeightSet.d.ts|
|Error code added|NA|Class name: LightWeightSet<br>Method or attribute name: addAll(set: LightWeightSet\<T>): boolean;<br>Error code: 10200011, 401|@ohos.util.LightWeightSet.d.ts|
|Error code added|NA|Class name: LightWeightSet<br>Method or attribute name: hasAll(set: LightWeightSet\<T>): boolean;<br>Error code: 10200011, 401|@ohos.util.LightWeightSet.d.ts|
|Error code added|NA|Class name: LightWeightSet<br>Method or attribute name: has(key: T): boolean;<br>Error code: 10200011|@ohos.util.LightWeightSet.d.ts|
|Error code added|NA|Class name: LightWeightSet<br>Method or attribute name: equal(obj: Object): boolean;<br>Error code: 10200011|@ohos.util.LightWeightSet.d.ts|
|Error code added|NA|Class name: LightWeightSet<br>Method or attribute name: increaseCapacityTo(minimumCapacity: number): void;<br>Error code: 10200011, 401, 10200001|@ohos.util.LightWeightSet.d.ts|
|Error code added|NA|Class name: LightWeightSet<br>Method or attribute name: getIndexOf(key: T): number;<br>Error code: 10200011|@ohos.util.LightWeightSet.d.ts|
|Error code added|NA|Class name: LightWeightSet<br>Method or attribute name: remove(key: T): T;<br>Error code: 10200011|@ohos.util.LightWeightSet.d.ts|
|Error code added|NA|Class name: LightWeightSet<br>Method or attribute name: removeAt(index: number): boolean;<br>Error code: 10200011, 401|@ohos.util.LightWeightSet.d.ts|
|Error code added|NA|Class name: LightWeightSet<br>Method or attribute name: clear(): void;<br>Error code: 10200011|@ohos.util.LightWeightSet.d.ts|
|Error code added|NA|Class name: LightWeightSet<br>Method or attribute name: [Symbol.iterator](): IterableIterator\<T>;<br>Error code: 10200011|@ohos.util.LightWeightSet.d.ts|
|Error code added|NA|Class name: LightWeightSet<br>Method or attribute name: toArray(): Array\<T>;<br>Error code: 10200011|@ohos.util.LightWeightSet.d.ts|
|Error code added|NA|Class name: LightWeightSet<br>Method or attribute name: getValueAt(index: number): T;<br>Error code: 10200011, 401|@ohos.util.LightWeightSet.d.ts|
|Error code added|NA|Class name: LightWeightSet<br>Method or attribute name: values(): IterableIterator\<T>;<br>Error code: 10200011|@ohos.util.LightWeightSet.d.ts|
|Error code added|NA|Class name: LightWeightSet<br>Method or attribute name: entries(): IterableIterator\<[T, T]>;<br>Error code: 10200011|@ohos.util.LightWeightSet.d.ts|
|Error code added|NA|Class name: LightWeightSet<br>Method or attribute name: isEmpty(): boolean;<br>Error code: 10200011|@ohos.util.LightWeightSet.d.ts|
|Error code added|NA|Class name: LinkedList<br>Method or attribute name: constructor();<br>Error code: 10200012|@ohos.util.LinkedList.d.ts|
|Error code added|NA|Class name: LinkedList<br>Method or attribute name: add(element: T): boolean;<br>Error code: 10200011|@ohos.util.LinkedList.d.ts|
|Error code added|NA|Class name: LinkedList<br>Method or attribute name: insert(index: number, element: T): void;<br>Error code: 10200011, 401, 10200001|@ohos.util.LinkedList.d.ts|
|Error code added|NA|Class name: LinkedList<br>Method or attribute name: get(index: number): T;<br>Error code: 10200011, 401|@ohos.util.LinkedList.d.ts|
|Error code added|NA|Class name: LinkedList<br>Method or attribute name: addFirst(element: T): void;<br>Error code: 10200011|@ohos.util.LinkedList.d.ts|
|Error code added|NA|Class name: LinkedList<br>Method or attribute name: removeFirst(): T;<br>Error code: 10200011, 10200010|@ohos.util.LinkedList.d.ts|
|Error code added|NA|Class name: LinkedList<br>Method or attribute name: removeLast(): T;<br>Error code: 10200011, 10200010|@ohos.util.LinkedList.d.ts|
|Error code added|NA|Class name: LinkedList<br>Method or attribute name: has(element: T): boolean;<br>Error code: 10200011|@ohos.util.LinkedList.d.ts|
|Error code added|NA|Class name: LinkedList<br>Method or attribute name: getIndexOf(element: T): number;<br>Error code: 10200011|@ohos.util.LinkedList.d.ts|
|Error code added|NA|Class name: LinkedList<br>Method or attribute name: removeByIndex(index: number): T;<br>Error code: 10200011, 401, 10200001|@ohos.util.LinkedList.d.ts|
|Error code added|NA|Class name: LinkedList<br>Method or attribute name: remove(element: T): boolean;<br>Error code: 10200011|@ohos.util.LinkedList.d.ts|
|Error code added|NA|Class name: LinkedList<br>Method or attribute name: removeFirstFound(element: T): boolean;<br>Error code: 10200011, 10200010, 10200017|@ohos.util.LinkedList.d.ts|
|Error code added|NA|Class name: LinkedList<br>Method or attribute name: removeLastFound(element: T): boolean;<br>Error code: 10200011, 10200010, 10200017|@ohos.util.LinkedList.d.ts|
|Error code added|NA|Class name: LinkedList<br>Method or attribute name: getLastIndexOf(element: T): number;<br>Error code: 10200011|@ohos.util.LinkedList.d.ts|
|Error code added|NA|Class name: LinkedList<br>Method or attribute name: getFirst(): T;<br>Error code: 10200011|@ohos.util.LinkedList.d.ts|
|Error code added|NA|Class name: LinkedList<br>Method or attribute name: getLast(): T;<br>Error code: 10200011|@ohos.util.LinkedList.d.ts|
|Error code added|NA|Class name: LinkedList<br>Method or attribute name: set(index: number, element: T): T;<br>Error code: 10200011, 10200001, 401|@ohos.util.LinkedList.d.ts|
|Error code added|NA|Class name: LinkedList<br>Method or attribute name: clear(): void;<br>Error code: 10200011|@ohos.util.LinkedList.d.ts|
|Error code added|NA|Class name: LinkedList<br>Method or attribute name: clone(): LinkedList\<T>;<br>Error code: 10200011|@ohos.util.LinkedList.d.ts|
|Error code added|NA|Class name: LinkedList<br>Method or attribute name: convertToArray(): Array\<T>;<br>Error code: 10200011|@ohos.util.LinkedList.d.ts|
|Error code added|NA|Class name: LinkedList<br>Method or attribute name: [Symbol.iterator](): IterableIterator\<T>;<br>Error code: 10200011|@ohos.util.LinkedList.d.ts|
|Error code added|NA|Class name: List<br>Method or attribute name: constructor();<br>Error code: 10200012|@ohos.util.List.d.ts|
|Error code added|NA|Class name: List<br>Method or attribute name: add(element: T): boolean;<br>Error code: 10200011|@ohos.util.List.d.ts|
|Error code added|NA|Class name: List<br>Method or attribute name: insert(element: T, index: number): void;<br>Error code: 10200011, 10200001, 401|@ohos.util.List.d.ts|
|Error code added|NA|Class name: List<br>Method or attribute name: get(index: number): T;<br>Error code: 10200011, 401|@ohos.util.List.d.ts|
|Error code added|NA|Class name: List<br>Method or attribute name: has(element: T): boolean;<br>Error code: 10200011|@ohos.util.List.d.ts|
|Error code added|NA|Class name: List<br>Method or attribute name: getIndexOf(element: T): number;<br>Error code: 10200011|@ohos.util.List.d.ts|
|Error code added|NA|Class name: List<br>Method or attribute name: removeByIndex(index: number): T;<br>Error code: 10200011, 10200001, 401|@ohos.util.List.d.ts|
|Error code added|NA|Class name: List<br>Method or attribute name: remove(element: T): boolean;<br>Error code: 10200011|@ohos.util.List.d.ts|
|Error code added|NA|Class name: List<br>Method or attribute name: getLastIndexOf(element: T): number;<br>Error code: 10200011|@ohos.util.List.d.ts|
|Error code added|NA|Class name: List<br>Method or attribute name: getFirst(): T;<br>Error code: 10200011|@ohos.util.List.d.ts|
|Error code added|NA|Class name: List<br>Method or attribute name: getLast(): T;<br>Error code: 10200011|@ohos.util.List.d.ts|
|Error code added|NA|Class name: List<br>Method or attribute name: set(index: number, element: T): T;<br>Error code: 10200011, 10200001, 401|@ohos.util.List.d.ts|
|Error code added|NA|Class name: List<br>Method or attribute name: equal(obj: Object): boolean;<br>Error code: 10200011|@ohos.util.List.d.ts|
|Error code added|NA|Class name: List<br>Method or attribute name: sort(comparator: (firstValue: T, secondValue: T) => number): void;<br>Error code: 401, 10200011|@ohos.util.List.d.ts|
|Error code added|NA|Class name: List<br>Method or attribute name: clear(): void;<br>Error code: 10200011|@ohos.util.List.d.ts|
|Error code added|NA|Class name: List<br>Method or attribute name: getSubList(fromIndex: number, toIndex: number): List\<T>;<br>Error code: 10200011, 10200001, 401|@ohos.util.List.d.ts|
|Error code added|NA|Class name: List<br>Method or attribute name: convertToArray(): Array\<T>;<br>Error code: 10200011|@ohos.util.List.d.ts|
|Error code added|NA|Class name: List<br>Method or attribute name: isEmpty(): boolean;<br>Error code: 10200011|@ohos.util.List.d.ts|
|Error code added|NA|Class name: List<br>Method or attribute name: [Symbol.iterator](): IterableIterator\<T>;<br>Error code: 10200011|@ohos.util.List.d.ts|
|Error code added|NA|Class name: PlainArray<br>Method or attribute name: constructor();<br>Error code: 10200012|@ohos.util.PlainArray.d.ts|
|Error code added|NA|Class name: PlainArray<br>Method or attribute name: add(key: number, value: T): void;<br>Error code: 10200011, 401|@ohos.util.PlainArray.d.ts|
|Error code added|NA|Class name: PlainArray<br>Method or attribute name: clear(): void;<br>Error code: 10200011|@ohos.util.PlainArray.d.ts|
|Error code added|NA|Class name: PlainArray<br>Method or attribute name: clone(): PlainArray\<T>;<br>Error code: 10200011|@ohos.util.PlainArray.d.ts|
|Error code added|NA|Class name: PlainArray<br>Method or attribute name: has(key: number): boolean;<br>Error code: 10200011, 401|@ohos.util.PlainArray.d.ts|
|Error code added|NA|Class name: PlainArray<br>Method or attribute name: get(key: number): T;<br>Error code: 10200011, 401|@ohos.util.PlainArray.d.ts|
|Error code added|NA|Class name: PlainArray<br>Method or attribute name: getIndexOfKey(key: number): number;<br>Error code: 10200011, 401|@ohos.util.PlainArray.d.ts|
|Error code added|NA|Class name: PlainArray<br>Method or attribute name: getIndexOfValue(value: T): number;<br>Error code: 10200011|@ohos.util.PlainArray.d.ts|
|Error code added|NA|Class name: PlainArray<br>Method or attribute name: isEmpty(): boolean;<br>Error code: 10200011|@ohos.util.PlainArray.d.ts|
|Error code added|NA|Class name: PlainArray<br>Method or attribute name: getKeyAt(index: number): number;<br>Error code: 10200011, 401|@ohos.util.PlainArray.d.ts|
|Error code added|NA|Class name: PlainArray<br>Method or attribute name: remove(key: number): T;<br>Error code: 10200011, 401|@ohos.util.PlainArray.d.ts|
|Error code added|NA|Class name: PlainArray<br>Method or attribute name: removeAt(index: number): T;<br>Error code: 10200011, 401|@ohos.util.PlainArray.d.ts|
|Error code added|NA|Class name: PlainArray<br>Method or attribute name: removeRangeFrom(index: number, size: number): number;<br>Error code: 10200011, 10200001, 401|@ohos.util.PlainArray.d.ts|
|Error code added|NA|Class name: PlainArray<br>Method or attribute name: setValueAt(index: number, value: T): void;<br>Error code: 10200011, 10200001, 401|@ohos.util.PlainArray.d.ts|
|Error code added|NA|Class name: PlainArray<br>Method or attribute name: toString(): String;<br>Error code: 10200011|@ohos.util.PlainArray.d.ts|
|Error code added|NA|Class name: PlainArray<br>Method or attribute name: getValueAt(index: number): T;<br>Error code: 10200011, 10200001, 401|@ohos.util.PlainArray.d.ts|
|Error code added|NA|Class name: PlainArray<br>Method or attribute name: [Symbol.iterator](): IterableIterator\<[number, T]>;<br>Error code: 10200011|@ohos.util.PlainArray.d.ts|
|Error code added|NA|Class name: Queue<br>Method or attribute name: constructor();<br>Error code: 10200012|@ohos.util.Queue.d.ts|
|Error code added|NA|Class name: Queue<br>Method or attribute name: add(element: T): boolean;<br>Error code: 10200011|@ohos.util.Queue.d.ts|
|Error code added|NA|Class name: Queue<br>Method or attribute name: getFirst(): T;<br>Error code: 10200011|@ohos.util.Queue.d.ts|
|Error code added|NA|Class name: Queue<br>Method or attribute name: pop(): T;<br>Error code: 10200011|@ohos.util.Queue.d.ts|
|Error code added|NA|Class name: Queue<br>Method or attribute name: [Symbol.iterator](): IterableIterator\<T>;<br>Error code: 10200011|@ohos.util.Queue.d.ts|
|Error code added|NA|Class name: Stack<br>Method or attribute name: constructor();<br>Error code: 10200012|@ohos.util.Stack.d.ts|
|Error code added|NA|Class name: Stack<br>Method or attribute name: isEmpty(): boolean;<br>Error code: 10200011|@ohos.util.Stack.d.ts|
|Error code added|NA|Class name: Stack<br>Method or attribute name: peek(): T;<br>Error code: 10200011|@ohos.util.Stack.d.ts|
|Error code added|NA|Class name: Stack<br>Method or attribute name: pop(): T;<br>Error code: 10200011|@ohos.util.Stack.d.ts|
|Error code added|NA|Class name: Stack<br>Method or attribute name: push(item: T): T;<br>Error code: 10200011|@ohos.util.Stack.d.ts|
|Error code added|NA|Class name: Stack<br>Method or attribute name: locate(element: T): number;<br>Error code: 10200011|@ohos.util.Stack.d.ts|
|Error code added|NA|Class name: Stack<br>Method or attribute name: [Symbol.iterator](): IterableIterator\<T>;<br>Error code: 10200011|@ohos.util.Stack.d.ts|
|Error code added|NA|Class name: TreeMap<br>Method or attribute name: constructor(comparator?: (firstValue: K, secondValue: K) => boolean);<br>Error code: 10200012, 401|@ohos.util.TreeMap.d.ts|
|Error code added|NA|Class name: TreeMap<br>Method or attribute name: isEmpty(): boolean;<br>Error code: 10200011|@ohos.util.TreeMap.d.ts|
|Error code added|NA|Class name: TreeMap<br>Method or attribute name: hasKey(key: K): boolean;<br>Error code: 10200011|@ohos.util.TreeMap.d.ts|
|Error code added|NA|Class name: TreeMap<br>Method or attribute name: hasValue(value: V): boolean;<br>Error code: 10200011|@ohos.util.TreeMap.d.ts|
|Error code added|NA|Class name: TreeMap<br>Method or attribute name: get(key: K): V;<br>Error code: 10200011|@ohos.util.TreeMap.d.ts|
|Error code added|NA|Class name: TreeMap<br>Method or attribute name: getFirstKey(): K;<br>Error code: 10200011|@ohos.util.TreeMap.d.ts|
|Error code added|NA|Class name: TreeMap<br>Method or attribute name: getLastKey(): K;<br>Error code: 10200011|@ohos.util.TreeMap.d.ts|
|Error code added|NA|Class name: TreeMap<br>Method or attribute name: setAll(map: TreeMap\<K, V>): void;<br>Error code: 10200011, 401|@ohos.util.TreeMap.d.ts|
|Error code added|NA|Class name: TreeMap<br>Method or attribute name: set(key: K, value: V): Object;<br>Error code: 10200011, 401|@ohos.util.TreeMap.d.ts|
|Error code added|NA|Class name: TreeMap<br>Method or attribute name: remove(key: K): V;<br>Error code: 10200011|@ohos.util.TreeMap.d.ts|
|Error code added|NA|Class name: TreeMap<br>Method or attribute name: clear(): void;<br>Error code: 10200011|@ohos.util.TreeMap.d.ts|
|Error code added|NA|Class name: TreeMap<br>Method or attribute name: getLowerKey(key: K): K;<br>Error code: 10200011|@ohos.util.TreeMap.d.ts|
|Error code added|NA|Class name: TreeMap<br>Method or attribute name: getHigherKey(key: K): K;<br>Error code: 10200011|@ohos.util.TreeMap.d.ts|
|Error code added|NA|Class name: TreeMap<br>Method or attribute name: keys(): IterableIterator\<K>;<br>Error code: 10200011|@ohos.util.TreeMap.d.ts|
|Error code added|NA|Class name: TreeMap<br>Method or attribute name: values(): IterableIterator\<V>;<br>Error code: 10200011|@ohos.util.TreeMap.d.ts|
|Error code added|NA|Class name: TreeMap<br>Method or attribute name: replace(key: K, newValue: V): boolean;<br>Error code: 10200011|@ohos.util.TreeMap.d.ts|
|Error code added|NA|Class name: TreeMap<br>Method or attribute name: entries(): IterableIterator\<[K, V]>;<br>Error code: 10200011|@ohos.util.TreeMap.d.ts|
|Error code added|NA|Class name: TreeMap<br>Method or attribute name: [Symbol.iterator](): IterableIterator\<[K, V]>;<br>Error code: 10200011|@ohos.util.TreeMap.d.ts|
|Error code added|NA|Class name: TreeSet<br>Method or attribute name: constructor(comparator?: (firstValue: T, secondValue: T) => boolean)<br>Error code: 10200012, 401|@ohos.util.TreeSet.d.ts|
|Error code added|NA|Class name: TreeSet<br>Method or attribute name: isEmpty(): boolean;<br>Error code: 10200011|@ohos.util.TreeSet.d.ts|
|Error code added|NA|Class name: TreeSet<br>Method or attribute name: has(value: T): boolean;<br>Error code: 10200011|@ohos.util.TreeSet.d.ts|
|Error code added|NA|Class name: TreeSet<br>Method or attribute name: add(value: T): boolean;<br>Error code: 401, 10200011|@ohos.util.TreeSet.d.ts|
|Error code added|NA|Class name: TreeSet<br>Method or attribute name: remove(value: T): boolean;<br>Error code: 10200011|@ohos.util.TreeSet.d.ts|
|Error code added|NA|Class name: TreeSet<br>Method or attribute name: clear(): void;<br>Error code: 10200011|@ohos.util.TreeSet.d.ts|
|Error code added|NA|Class name: TreeSet<br>Method or attribute name: getFirstValue(): T;<br>Error code: 10200011|@ohos.util.TreeSet.d.ts|
|Error code added|NA|Class name: TreeSet<br>Method or attribute name: getLastValue(): T;<br>Error code: 10200011|@ohos.util.TreeSet.d.ts|
|Error code added|NA|Class name: TreeSet<br>Method or attribute name: getLowerValue(key: T): T;<br>Error code: 10200011, 401|@ohos.util.TreeSet.d.ts|
|Error code added|NA|Class name: TreeSet<br>Method or attribute name: getHigherValue(key: T): T;<br>Error code: 10200011, 401|@ohos.util.TreeSet.d.ts|
|Error code added|NA|Class name: TreeSet<br>Method or attribute name: popFirst(): T;<br>Error code: 10200011|@ohos.util.TreeSet.d.ts|
|Error code added|NA|Class name: TreeSet<br>Method or attribute name: popLast(): T;<br>Error code: 10200011|@ohos.util.TreeSet.d.ts|
|Error code added|NA|Class name: TreeSet<br>Method or attribute name: values(): IterableIterator\<T>;<br>Error code: 10200011|@ohos.util.TreeSet.d.ts|
|Error code added|NA|Class name: TreeSet<br>Method or attribute name: entries(): IterableIterator\<[T, T]>;<br>Error code: 10200011|@ohos.util.TreeSet.d.ts|
|Error code added|NA|Class name: TreeSet<br>Method or attribute name: [Symbol.iterator](): IterableIterator\<T>;<br>Error code: 10200011|@ohos.util.TreeSet.d.ts|
|Error code added|NA|Class name: XmlSerializer<br>Method or attribute name: constructor(buffer: ArrayBuffer \| DataView, encoding?: string);<br>Error code: 401|@ohos.xml.d.ts|
|Error code added|NA|Class name: XmlSerializer<br>Method or attribute name: setAttributes(name: string, value: string): void;<br>Error code: 401|@ohos.xml.d.ts|
|Error code added|NA|Class name: XmlSerializer<br>Method or attribute name: addEmptyElement(name: string): void;<br>Error code: 401|@ohos.xml.d.ts|
|Error code added|NA|Class name: XmlSerializer<br>Method or attribute name: startElement(name: string): void;<br>Error code: 401|@ohos.xml.d.ts|
|Error code added|NA|Class name: XmlSerializer<br>Method or attribute name: setNamespace(prefix: string, namespace: string): void;<br>Error code: 401|@ohos.xml.d.ts|
|Error code added|NA|Class name: XmlSerializer<br>Method or attribute name: setComment(text: string): void;<br>Error code: 401|@ohos.xml.d.ts|
|Error code added|NA|Class name: XmlSerializer<br>Method or attribute name: setCDATA(text: string): void;<br>Error code: 401|@ohos.xml.d.ts|
|Error code added|NA|Class name: XmlSerializer<br>Method or attribute name: setText(text: string): void;<br>Error code: 401|@ohos.xml.d.ts|
|Error code added|NA|Class name: XmlSerializer<br>Method or attribute name: setDocType(text: string): void;<br>Error code: 401|@ohos.xml.d.ts|
|Error code added|NA|Class name: XmlPullParser<br>Method or attribute name: constructor(buffer: ArrayBuffer \| DataView, encoding?: string);<br>Error code: 401|@ohos.xml.d.ts|
|Error code added|NA|Class name: XmlPullParser<br>Method or attribute name: parse(option: ParseOptions): void;<br>Error code: 401|@ohos.xml.d.ts|
|SysCap changed|Class name: Vector<br>SysCap: N/A|Class name: Vector<br>SysCap:SystemCapability.Utils.Lang|@ohos.util.Vector.d.ts|
|Function changed|Class name: process<br>Method or attribute name: function runCmd(command: string,<br><br> options?: { timeout : number, killSignal : number \| string, maxBuffer : number }): ChildProcess;<br>|Class name: process<br>Method or attribute name: function runCmd(command: string,<br><br> options?: { timeout?: number, killSignal?: number \| string, maxBuffer?: number }): ChildProcess;<br>|@ohos.process.d.ts|
|Function changed|Class name: URLSearchParams<br>Method or attribute name: forEach(callbackfn: (value: string, key: string, searchParams: this) => void, thisArg?: Object): void;<br>|Class name: URLSearchParams<br>Method or attribute name: forEach(callbackFn: (value: string, key: string, searchParams: this) => void, thisArg?: Object): void;<br>|@ohos.url.d.ts|
|Function changed|Class name: ArrayList<br>Method or attribute name: replaceAllElements(callbackfn: (value: T, index?: number, arrlist?: ArrayList\<T>) => T,<br><br> thisArg?: Object): void;<br>|Class name: ArrayList<br>Method or attribute name: replaceAllElements(callbackFn: (value: T, index?: number, arrlist?: ArrayList\<T>) => T,<br><br> thisArg?: Object): void;<br>|@ohos.util.ArrayList.d.ts|
|Function changed|Class name: ArrayList<br>Method or attribute name: forEach(callbackfn: (value: T, index?: number, arrlist?: ArrayList\<T>) => void,<br><br> thisArg?: Object): void;<br>|Class name: ArrayList<br>Method or attribute name: forEach(callbackFn: (value: T, index?: number, arrlist?: ArrayList\<T>) => void,<br><br> thisArg?: Object): void;<br>|@ohos.util.ArrayList.d.ts|
|Function changed|Class name: Deque<br>Method or attribute name: forEach(callbackfn: (value: T, index?: number, deque?: Deque\<T>) => void,<br><br> thisArg?: Object): void;<br>|Class name: Deque<br>Method or attribute name: forEach(callbackFn: (value: T, index?: number, deque?: Deque\<T>) => void,<br><br> thisArg?: Object): void;<br>|@ohos.util.Deque.d.ts|
|Function changed|Class name: HashMap<br>Method or attribute name: forEach(callbackfn: (value?: V, key?: K, map?: HashMap\<K, V>) => void,<br><br> thisArg?: Object): void;<br>|Class name: HashMap<br>Method or attribute name: forEach(callbackFn: (value?: V, key?: K, map?: HashMap\<K, V>) => void,<br><br> thisArg?: Object): void;<br>|@ohos.util.HashMap.d.ts|
|Function changed|Class name: HashSet<br>Method or attribute name: forEach(callbackfn: (value?: T, key?: T, set?: HashSet\<T>) => void,<br><br> thisArg?: Object): void;<br>|Class name: HashSet<br>Method or attribute name: forEach(callbackFn: (value?: T, key?: T, set?: HashSet\<T>) => void,<br><br> thisArg?: Object): void;<br>|@ohos.util.HashSet.d.ts|
|Function changed|Class name: LightWeightMap<br>Method or attribute name: forEach(callbackfn: (value?: V, key?: K, map?: LightWeightMap\<K, V>) => void,<br><br> thisArg?: Object): void;<br>|Class name: LightWeightMap<br>Method or attribute name: forEach(callbackFn: (value?: V, key?: K, map?: LightWeightMap\<K, V>) => void,<br><br> thisArg?: Object): void;<br>|@ohos.util.LightWeightMap.d.ts|
|Function changed|Class name: LightWeightSet<br>Method or attribute name: forEach(callbackfn: (value?: T, key?: T, set?: LightWeightSet\<T>) => void,<br><br> thisArg?: Object): void;<br>|Class name: LightWeightSet<br>Method or attribute name: forEach(callbackFn: (value?: T, key?: T, set?: LightWeightSet\<T>) => void,<br><br> thisArg?: Object): void;<br>|@ohos.util.LightWeightSet.d.ts|
|Function changed|Class name: LinkedList<br>Method or attribute name: forEach(callbackfn: (value: T, index?: number, LinkedList?: LinkedList\<T>) => void,<br><br> thisArg?: Object): void;<br>|Class name: LinkedList<br>Method or attribute name: forEach(callbackFn: (value: T, index?: number, LinkedList?: LinkedList\<T>) => void,<br><br> thisArg?: Object): void;<br>|@ohos.util.LinkedList.d.ts|
|Function changed|Class name: List<br>Method or attribute name: forEach(callbackfn: (value: T, index?: number, List?: List\<T>) => void,<br><br> thisArg?: Object): void;<br>|Class name: List<br>Method or attribute name: forEach(callbackFn: (value: T, index?: number, List?: List\<T>) => void,<br><br> thisArg?: Object): void;<br>|@ohos.util.List.d.ts|
|Function changed|Class name: List<br>Method or attribute name: replaceAllElements(callbackfn: (value: T, index?: number, list?: List\<T>) => T,<br><br> thisArg?: Object): void;<br>|Class name: List<br>Method or attribute name: replaceAllElements(callbackFn: (value: T, index?: number, list?: List\<T>) => T,<br><br> thisArg?: Object): void;<br>|@ohos.util.List.d.ts|
|Function changed|Class name: PlainArray<br>Method or attribute name: forEach(callbackfn: (value: T, index?: number, PlainArray?: PlainArray\<T>) => void,<br><br> thisArg?: Object): void;<br>|Class name: PlainArray<br>Method or attribute name: forEach(callbackFn: (value: T, index?: number, PlainArray?: PlainArray\<T>) => void,<br><br> thisArg?: Object): void;<br>|@ohos.util.PlainArray.d.ts|
|Function changed|Class name: Queue<br>Method or attribute name: forEach(callbackfn: (value: T, index?: number, Queue?: Queue\<T>) => void,<br><br> thisArg?: Object): void;<br>|Class name: Queue<br>Method or attribute name: forEach(callbackFn: (value: T, index?: number, Queue?: Queue\<T>) => void,<br><br> thisArg?: Object): void;<br>|@ohos.util.Queue.d.ts|
|Function changed|Class name: Stack<br>Method or attribute name: forEach(callbackfn: (value: T, index?: number, stack?: Stack\<T>) => void,<br><br> thisArg?: Object): void;<br>|Class name: Stack<br>Method or attribute name: forEach(callbackFn: (value: T, index?: number, stack?: Stack\<T>) => void,<br><br> thisArg?: Object): void;<br>|@ohos.util.Stack.d.ts|
|Function changed|Class name: TreeMap<br>Method or attribute name: forEach(callbackfn: (value?: V, key?: K, map?: TreeMap\<K, V>) => void,<br><br> thisArg?: Object): void;<br>|Class name: TreeMap<br>Method or attribute name: forEach(callbackFn: (value?: V, key?: K, map?: TreeMap\<K, V>) => void,<br><br> thisArg?: Object): void;<br>|@ohos.util.TreeMap.d.ts|
|Function changed|Class name: TreeSet<br>Method or attribute name: forEach(callbackfn: (value?: T, key?: T, set?: TreeSet\<T>) => void,<br><br> thisArg?: Object): void;<br>|Class name: TreeSet<br>Method or attribute name: forEach(callbackFn: (value?: T, key?: T, set?: TreeSet\<T>) => void,<br><br> thisArg?: Object): void;<br>|@ohos.util.TreeSet.d.ts|
|Function changed|Class name: Vector<br>Method or attribute name: replaceAllElements(callbackfn: (value: T, index?: number, vector?: Vector\<T>) => T,<br><br> thisArg?: Object): void;<br>|Class name: Vector<br>Method or attribute name: replaceAllElements(callbackFn: (value: T, index?: number, vector?: Vector\<T>) => T,<br><br> thisArg?: Object): void;<br>|@ohos.util.Vector.d.ts|
|Function changed|Class name: Vector<br>Method or attribute name: forEach(callbackfn: (value: T, index?: number, vector?: Vector\<T>) => void,<br><br> thisArg?: Object): void;<br>|Class name: Vector<br>Method or attribute name: forEach(callbackFn: (value: T, index?: number, vector?: Vector\<T>) => void,<br><br> thisArg?: Object): void;<br>|@ohos.util.Vector.d.ts|
| Change Type | Old Version | New Version | d.ts File |
| ---- | ------ | ------ | -------- |
|Added|NA|Module name: ohos.enterprise.adminManager<br>Class name: adminManager|@ohos.enterprise.adminManager.d.ts|
|Added|NA|Module name: ohos.enterprise.adminManager<br>Class name: EnterpriseInfo|@ohos.enterprise.adminManager.d.ts|
|Added|NA|Module name: ohos.enterprise.adminManager<br>Class name: EnterpriseInfo<br>Method or attribute name: name: string;|@ohos.enterprise.adminManager.d.ts|
|Added|NA|Module name: ohos.enterprise.adminManager<br>Class name: EnterpriseInfo<br>Method or attribute name: description: string;|@ohos.enterprise.adminManager.d.ts|
|Added|NA|Module name: ohos.enterprise.adminManager<br>Class name: AdminType|@ohos.enterprise.adminManager.d.ts|
|Added|NA|Module name: ohos.enterprise.adminManager<br>Class name: AdminType<br>Method or attribute name: ADMIN_TYPE_NORMAL = 0x00|@ohos.enterprise.adminManager.d.ts|
|Added|NA|Module name: ohos.enterprise.adminManager<br>Class name: AdminType<br>Method or attribute name: ADMIN_TYPE_SUPER = 0x01|@ohos.enterprise.adminManager.d.ts|
|Added|NA|Module name: ohos.enterprise.adminManager<br>Class name: ManagedEvent|@ohos.enterprise.adminManager.d.ts|
|Added|NA|Module name: ohos.enterprise.adminManager<br>Class name: ManagedEvent<br>Method or attribute name: MANAGED_EVENT_BUNDLE_ADDED = 0|@ohos.enterprise.adminManager.d.ts|
|Added|NA|Module name: ohos.enterprise.adminManager<br>Class name: ManagedEvent<br>Method or attribute name: MANAGED_EVENT_BUNDLE_REMOVED = 1|@ohos.enterprise.adminManager.d.ts|
|Added|NA|Module name: ohos.enterprise.adminManager<br>Class name: adminManager<br>Method or attribute name: function enableAdmin(admin: Want, enterpriseInfo: EnterpriseInfo, type: AdminType, callback: AsyncCallback\<void>): void;|@ohos.enterprise.adminManager.d.ts|
|Added|NA|Module name: ohos.enterprise.adminManager<br>Class name: adminManager<br>Method or attribute name: function enableAdmin(admin: Want, enterpriseInfo: EnterpriseInfo, type: AdminType, userId: number, callback: AsyncCallback\<void>): void;|@ohos.enterprise.adminManager.d.ts|
|Added|NA|Module name: ohos.enterprise.adminManager<br>Class name: adminManager<br>Method or attribute name: function enableAdmin(admin: Want, enterpriseInfo: EnterpriseInfo, type: AdminType, userId?: number): Promise\<void>;|@ohos.enterprise.adminManager.d.ts|
|Added|NA|Module name: ohos.enterprise.adminManager<br>Class name: adminManager<br>Method or attribute name: function disableAdmin(admin: Want, callback: AsyncCallback\<void>): void;|@ohos.enterprise.adminManager.d.ts|
|Added|NA|Module name: ohos.enterprise.adminManager<br>Class name: adminManager<br>Method or attribute name: function disableAdmin(admin: Want, userId: number, callback: AsyncCallback\<void>): void;|@ohos.enterprise.adminManager.d.ts|
|Added|NA|Module name: ohos.enterprise.adminManager<br>Class name: adminManager<br>Method or attribute name: function disableAdmin(admin: Want, userId?: number): Promise\<void>;|@ohos.enterprise.adminManager.d.ts|
|Added|NA|Module name: ohos.enterprise.adminManager<br>Class name: adminManager<br>Method or attribute name: function disableSuperAdmin(bundleName: String, callback: AsyncCallback\<void>): void;|@ohos.enterprise.adminManager.d.ts|
|Added|NA|Module name: ohos.enterprise.adminManager<br>Class name: adminManager<br>Method or attribute name: function disableSuperAdmin(bundleName: String): Promise\<void>;|@ohos.enterprise.adminManager.d.ts|
|Added|NA|Module name: ohos.enterprise.adminManager<br>Class name: adminManager<br>Method or attribute name: function isAdminEnabled(admin: Want, callback: AsyncCallback\<boolean>): void;|@ohos.enterprise.adminManager.d.ts|
|Added|NA|Module name: ohos.enterprise.adminManager<br>Class name: adminManager<br>Method or attribute name: function isAdminEnabled(admin: Want, userId: number, callback: AsyncCallback\<boolean>): void;|@ohos.enterprise.adminManager.d.ts|
|Added|NA|Module name: ohos.enterprise.adminManager<br>Class name: adminManager<br>Method or attribute name: function isAdminEnabled(admin: Want, userId?: number): Promise\<boolean>;|@ohos.enterprise.adminManager.d.ts|
|Added|NA|Module name: ohos.enterprise.adminManager<br>Class name: adminManager<br>Method or attribute name: function getEnterpriseInfo(admin: Want, callback: AsyncCallback\<EnterpriseInfo>): void;|@ohos.enterprise.adminManager.d.ts|
|Added|NA|Module name: ohos.enterprise.adminManager<br>Class name: adminManager<br>Method or attribute name: function getEnterpriseInfo(admin: Want): Promise\<EnterpriseInfo>;|@ohos.enterprise.adminManager.d.ts|
|Added|NA|Module name: ohos.enterprise.adminManager<br>Class name: adminManager<br>Method or attribute name: function setEnterpriseInfo(admin: Want, enterpriseInfo: EnterpriseInfo, callback: AsyncCallback\<void>): void;|@ohos.enterprise.adminManager.d.ts|
|Added|NA|Module name: ohos.enterprise.adminManager<br>Class name: adminManager<br>Method or attribute name: function setEnterpriseInfo(admin: Want, enterpriseInfo: EnterpriseInfo): Promise\<void>;|@ohos.enterprise.adminManager.d.ts|
|Added|NA|Module name: ohos.enterprise.adminManager<br>Class name: adminManager<br>Method or attribute name: function isSuperAdmin(bundleName: String, callback: AsyncCallback\<boolean>): void;|@ohos.enterprise.adminManager.d.ts|
|Added|NA|Module name: ohos.enterprise.adminManager<br>Class name: adminManager<br>Method or attribute name: function isSuperAdmin(bundleName: String): Promise\<boolean>;|@ohos.enterprise.adminManager.d.ts|
|Added|NA|Module name: ohos.enterprise.adminManager<br>Class name: adminManager<br>Method or attribute name: function subscribeManagedEvent(admin: Want, managedEvents: Array\<ManagedEvent>, callback: AsyncCallback\<void>): void;|@ohos.enterprise.adminManager.d.ts|
|Added|NA|Module name: ohos.enterprise.adminManager<br>Class name: adminManager<br>Method or attribute name: function subscribeManagedEvent(admin: Want, managedEvents: Array\<ManagedEvent>): Promise\<void>;|@ohos.enterprise.adminManager.d.ts|
|Added|NA|Module name: ohos.enterprise.adminManager<br>Class name: adminManager<br>Method or attribute name: function unsubscribeManagedEvent(admin: Want, managedEvents: Array\<ManagedEvent>, callback: AsyncCallback\<void>): void;|@ohos.enterprise.adminManager.d.ts|
|Added|NA|Module name: ohos.enterprise.adminManager<br>Class name: adminManager<br>Method or attribute name: function unsubscribeManagedEvent(admin: Want, managedEvents: Array\<ManagedEvent>): Promise\<void>;|@ohos.enterprise.adminManager.d.ts|
|Added|NA|Module name: ohos.enterprise.dateTimeManager<br>Class name: dateTimeManager|@ohos.enterprise.dateTimeManager.d.ts|
|Added|NA|Module name: ohos.enterprise.dateTimeManager<br>Class name: dateTimeManager<br>Method or attribute name: function setDateTime(admin: Want, time: number, callback: AsyncCallback\<void>): void;|@ohos.enterprise.dateTimeManager.d.ts|
|Added|NA|Module name: ohos.enterprise.dateTimeManager<br>Class name: dateTimeManager<br>Method or attribute name: function setDateTime(admin: Want, time: number): Promise\<void>;|@ohos.enterprise.dateTimeManager.d.ts|
|Added|NA|Module name: ohos.enterprise.EnterpriseAdminExtensionAbility<br>Class name: EnterpriseAdminExtensionAbility|@ohos.enterprise.EnterpriseAdminExtensionAbility.d.ts|
|Added|NA|Module name: ohos.enterprise.EnterpriseAdminExtensionAbility<br>Class name: EnterpriseAdminExtensionAbility<br>Method or attribute name: onAdminEnabled(): void;|@ohos.enterprise.EnterpriseAdminExtensionAbility.d.ts|
|Added|NA|Module name: ohos.enterprise.EnterpriseAdminExtensionAbility<br>Class name: EnterpriseAdminExtensionAbility<br>Method or attribute name: onAdminDisabled(): void;|@ohos.enterprise.EnterpriseAdminExtensionAbility.d.ts|
|Added|NA|Module name: ohos.enterprise.EnterpriseAdminExtensionAbility<br>Class name: EnterpriseAdminExtensionAbility<br>Method or attribute name: onBundleAdded(bundleName: string): void;|@ohos.enterprise.EnterpriseAdminExtensionAbility.d.ts|
|Added|NA|Module name: ohos.enterprise.EnterpriseAdminExtensionAbility<br>Class name: EnterpriseAdminExtensionAbility<br>Method or attribute name: onBundleRemoved(bundleName: string): void;|@ohos.enterprise.EnterpriseAdminExtensionAbility.d.ts|
|Access level changed|Class name: configPolicy<br>Access level: public API|Class name: configPolicy<br>Access level: system API|@ohos.configPolicy.d.ts|
|Error code added|NA|Class name: configPolicy<br>Method or attribute name: function getOneCfgFile(relPath: string, callback: AsyncCallback\<string>);<br>Error code: 401|@ohos.configPolicy.d.ts|
|Error code added|NA|Class name: configPolicy<br>Method or attribute name: function getOneCfgFile(relPath: string): Promise\<string>;<br>Error code: 401|@ohos.configPolicy.d.ts|
|Error code added|NA|Class name: configPolicy<br>Method or attribute name: function getCfgFiles(relPath: string, callback: AsyncCallback\<Array\<string>>);<br>Error code: 401|@ohos.configPolicy.d.ts|
|Error code added|NA|Class name: configPolicy<br>Method or attribute name: function getCfgFiles(relPath: string): Promise\<Array\<string>>;<br>Error code: 401|@ohos.configPolicy.d.ts|
|Error code added|NA|Class name: configPolicy<br>Method or attribute name: function getCfgDirList(callback: AsyncCallback\<Array\<string>>);<br>Error code: 401|@ohos.configPolicy.d.ts|
|Error code added|NA|Class name: configPolicy<br>Method or attribute name: function getCfgDirList(): Promise\<Array\<string>>;<br>Error code: 401|@ohos.configPolicy.d.ts|
| Change Type | Old Version | New Version | d.ts File |
| ---- | ------ | ------ | -------- |
|Added|NA|Class name: FaultLogger<br>Method or attribute name: function query(faultType: FaultType, callback: AsyncCallback\<Array\<FaultLogInfo>>) : void;|@ohos.faultLogger.d.ts|
|Added|NA|Class name: FaultLogger<br>Method or attribute name: function query(faultType: FaultType) : Promise\<Array\<FaultLogInfo>>;|@ohos.faultLogger.d.ts|
|Added|NA|Class name: hichecker<br>Method or attribute name: function addCheckRule(rule: bigint) : void;|@ohos.hichecker.d.ts|
|Added|NA|Class name: hichecker<br>Method or attribute name: function removeCheckRule(rule: bigint) : void;|@ohos.hichecker.d.ts|
|Added|NA|Class name: hichecker<br>Method or attribute name: function containsCheckRule(rule: bigint) : boolean;|@ohos.hichecker.d.ts|
|Added|NA|Class name: hidebug<br>Method or attribute name: function getPrivateDirty() : bigint;|@ohos.hidebug.d.ts|
|Added|NA|Class name: hidebug<br>Method or attribute name: function getCpuUsage() : number;|@ohos.hidebug.d.ts|
|Added|NA|Class name: hidebug<br>Method or attribute name: function startJsCpuProfiling(filename : string) : void;|@ohos.hidebug.d.ts|
|Added|NA|Class name: hidebug<br>Method or attribute name: function stopJsCpuProfiling() : void;|@ohos.hidebug.d.ts|
|Added|NA|Class name: hidebug<br>Method or attribute name: function dumpJsHeapData(filename : string) : void;|@ohos.hidebug.d.ts|
|Added|NA|Class name: hidebug<br>Method or attribute name: function getServiceDump(serviceid : number, fd : number, args : Array\<string>) : void;|@ohos.hidebug.d.ts|
|Added|NA|Module name: ohos.hiSysEvent<br>Class name: hiSysEvent|@ohos.hiSysEvent.d.ts|
|Added|NA|Module name: ohos.hiSysEvent<br>Class name: EventType|@ohos.hiSysEvent.d.ts|
|Added|NA|Module name: ohos.hiSysEvent<br>Class name: EventType<br>Method or attribute name: FAULT = 1|@ohos.hiSysEvent.d.ts|
|Added|NA|Module name: ohos.hiSysEvent<br>Class name: EventType<br>Method or attribute name: STATISTIC = 2|@ohos.hiSysEvent.d.ts|
|Added|NA|Module name: ohos.hiSysEvent<br>Class name: EventType<br>Method or attribute name: SECURITY = 3|@ohos.hiSysEvent.d.ts|
|Added|NA|Module name: ohos.hiSysEvent<br>Class name: EventType<br>Method or attribute name: BEHAVIOR = 4|@ohos.hiSysEvent.d.ts|
|Added|NA|Module name: ohos.hiSysEvent<br>Class name: SysEventInfo|@ohos.hiSysEvent.d.ts|
|Added|NA|Module name: ohos.hiSysEvent<br>Class name: SysEventInfo<br>Method or attribute name: domain: string;|@ohos.hiSysEvent.d.ts|
|Added|NA|Module name: ohos.hiSysEvent<br>Class name: SysEventInfo<br>Method or attribute name: name: string;|@ohos.hiSysEvent.d.ts|
|Added|NA|Module name: ohos.hiSysEvent<br>Class name: SysEventInfo<br>Method or attribute name: eventType: EventType;|@ohos.hiSysEvent.d.ts|
|Added|NA|Module name: ohos.hiSysEvent<br>Class name: SysEventInfo<br>Method or attribute name: params: object;|@ohos.hiSysEvent.d.ts|
|Added|NA|Module name: ohos.hiSysEvent<br>Class name: hiSysEvent<br>Method or attribute name: function write(info: SysEventInfo): Promise\<void>;|@ohos.hiSysEvent.d.ts|
|Added|NA|Module name: ohos.hiSysEvent<br>Class name: hiSysEvent<br>Method or attribute name: function write(info: SysEventInfo, callback: AsyncCallback\<void>): void;|@ohos.hiSysEvent.d.ts|
|Added|NA|Module name: ohos.hiSysEvent<br>Class name: RuleType|@ohos.hiSysEvent.d.ts|
|Added|NA|Module name: ohos.hiSysEvent<br>Class name: RuleType<br>Method or attribute name: WHOLE_WORD = 1|@ohos.hiSysEvent.d.ts|
|Added|NA|Module name: ohos.hiSysEvent<br>Class name: RuleType<br>Method or attribute name: PREFIX = 2|@ohos.hiSysEvent.d.ts|
|Added|NA|Module name: ohos.hiSysEvent<br>Class name: RuleType<br>Method or attribute name: REGULAR = 3|@ohos.hiSysEvent.d.ts|
|Added|NA|Module name: ohos.hiSysEvent<br>Class name: WatchRule|@ohos.hiSysEvent.d.ts|
|Added|NA|Module name: ohos.hiSysEvent<br>Class name: WatchRule<br>Method or attribute name: domain: string;|@ohos.hiSysEvent.d.ts|
|Added|NA|Module name: ohos.hiSysEvent<br>Class name: WatchRule<br>Method or attribute name: name: string;|@ohos.hiSysEvent.d.ts|
|Added|NA|Module name: ohos.hiSysEvent<br>Class name: WatchRule<br>Method or attribute name: tag: string;|@ohos.hiSysEvent.d.ts|
|Added|NA|Module name: ohos.hiSysEvent<br>Class name: WatchRule<br>Method or attribute name: ruleType: RuleType;|@ohos.hiSysEvent.d.ts|
|Added|NA|Module name: ohos.hiSysEvent<br>Class name: Watcher|@ohos.hiSysEvent.d.ts|
|Added|NA|Module name: ohos.hiSysEvent<br>Class name: Watcher<br>Method or attribute name: rules: WatchRule[];|@ohos.hiSysEvent.d.ts|
|Added|NA|Module name: ohos.hiSysEvent<br>Class name: Watcher<br>Method or attribute name: onEvent: (info: SysEventInfo) => void;|@ohos.hiSysEvent.d.ts|
|Added|NA|Module name: ohos.hiSysEvent<br>Class name: Watcher<br>Method or attribute name: onServiceDied: () => void;|@ohos.hiSysEvent.d.ts|
|Added|NA|Module name: ohos.hiSysEvent<br>Class name: QueryArg|@ohos.hiSysEvent.d.ts|
|Added|NA|Module name: ohos.hiSysEvent<br>Class name: QueryArg<br>Method or attribute name: beginTime: number;|@ohos.hiSysEvent.d.ts|
|Added|NA|Module name: ohos.hiSysEvent<br>Class name: QueryArg<br>Method or attribute name: endTime: number;|@ohos.hiSysEvent.d.ts|
|Added|NA|Module name: ohos.hiSysEvent<br>Class name: QueryArg<br>Method or attribute name: maxEvents: number;|@ohos.hiSysEvent.d.ts|
|Added|NA|Module name: ohos.hiSysEvent<br>Class name: QueryRule|@ohos.hiSysEvent.d.ts|
|Added|NA|Module name: ohos.hiSysEvent<br>Class name: QueryRule<br>Method or attribute name: domain: string;|@ohos.hiSysEvent.d.ts|
|Added|NA|Module name: ohos.hiSysEvent<br>Class name: QueryRule<br>Method or attribute name: names: string[];|@ohos.hiSysEvent.d.ts|
|Added|NA|Module name: ohos.hiSysEvent<br>Class name: Querier|@ohos.hiSysEvent.d.ts|
|Added|NA|Module name: ohos.hiSysEvent<br>Class name: Querier<br>Method or attribute name: onQuery: (infos: SysEventInfo[]) => void;|@ohos.hiSysEvent.d.ts|
|Added|NA|Module name: ohos.hiSysEvent<br>Class name: Querier<br>Method or attribute name: onComplete: (reason: number, total: number) => void;|@ohos.hiSysEvent.d.ts|
|Added|NA|Module name: ohos.hiSysEvent<br>Class name: hiSysEvent<br>Method or attribute name: function addWatcher(watcher: Watcher): void;|@ohos.hiSysEvent.d.ts|
|Added|NA|Module name: ohos.hiSysEvent<br>Class name: hiSysEvent<br>Method or attribute name: function removeWatcher(watcher: Watcher): void;|@ohos.hiSysEvent.d.ts|
|Added|NA|Module name: ohos.hiSysEvent<br>Class name: hiSysEvent<br>Method or attribute name: function query(queryArg: QueryArg, rules: QueryRule[], querier: Querier): void;|@ohos.hiSysEvent.d.ts|
|Added|NA|Module name: ohos.hiviewdfx.hiAppEvent<br>Class name: hiAppEvent|@ohos.hiviewdfx.hiAppEvent.d.ts|
|Added|NA|Module name: ohos.hiviewdfx.hiAppEvent<br>Class name: EventType|@ohos.hiviewdfx.hiAppEvent.d.ts|
|Added|NA|Module name: ohos.hiviewdfx.hiAppEvent<br>Class name: EventType<br>Method or attribute name: FAULT = 1|@ohos.hiviewdfx.hiAppEvent.d.ts|
|Added|NA|Module name: ohos.hiviewdfx.hiAppEvent<br>Class name: EventType<br>Method or attribute name: STATISTIC = 2|@ohos.hiviewdfx.hiAppEvent.d.ts|
|Added|NA|Module name: ohos.hiviewdfx.hiAppEvent<br>Class name: EventType<br>Method or attribute name: SECURITY = 3|@ohos.hiviewdfx.hiAppEvent.d.ts|
|Added|NA|Module name: ohos.hiviewdfx.hiAppEvent<br>Class name: EventType<br>Method or attribute name: BEHAVIOR = 4|@ohos.hiviewdfx.hiAppEvent.d.ts|
|Added|NA|Module name: ohos.hiviewdfx.hiAppEvent<br>Class name: event|@ohos.hiviewdfx.hiAppEvent.d.ts|
|Added|NA|Module name: ohos.hiviewdfx.hiAppEvent<br>Class name: event<br>Method or attribute name: const USER_LOGIN: string;|@ohos.hiviewdfx.hiAppEvent.d.ts|
|Added|NA|Module name: ohos.hiviewdfx.hiAppEvent<br>Class name: event<br>Method or attribute name: const USER_LOGOUT: string;|@ohos.hiviewdfx.hiAppEvent.d.ts|
|Added|NA|Module name: ohos.hiviewdfx.hiAppEvent<br>Class name: event<br>Method or attribute name: const DISTRIBUTED_SERVICE_START: string;|@ohos.hiviewdfx.hiAppEvent.d.ts|
|Added|NA|Module name: ohos.hiviewdfx.hiAppEvent<br>Class name: param|@ohos.hiviewdfx.hiAppEvent.d.ts|
|Added|NA|Module name: ohos.hiviewdfx.hiAppEvent<br>Class name: param<br>Method or attribute name: const USER_ID: string;|@ohos.hiviewdfx.hiAppEvent.d.ts|
|Added|NA|Module name: ohos.hiviewdfx.hiAppEvent<br>Class name: param<br>Method or attribute name: const DISTRIBUTED_SERVICE_NAME: string;|@ohos.hiviewdfx.hiAppEvent.d.ts|
|Added|NA|Module name: ohos.hiviewdfx.hiAppEvent<br>Class name: param<br>Method or attribute name: const DISTRIBUTED_SERVICE_INSTANCE_ID: string;|@ohos.hiviewdfx.hiAppEvent.d.ts|
|Added|NA|Module name: ohos.hiviewdfx.hiAppEvent<br>Class name: hiAppEvent<br>Method or attribute name: function configure(config: ConfigOption): void;|@ohos.hiviewdfx.hiAppEvent.d.ts|
|Added|NA|Module name: ohos.hiviewdfx.hiAppEvent<br>Class name: ConfigOption|@ohos.hiviewdfx.hiAppEvent.d.ts|
|Added|NA|Module name: ohos.hiviewdfx.hiAppEvent<br>Class name: ConfigOption<br>Method or attribute name: disable?: boolean;|@ohos.hiviewdfx.hiAppEvent.d.ts|
|Added|NA|Module name: ohos.hiviewdfx.hiAppEvent<br>Class name: ConfigOption<br>Method or attribute name: maxStorage?: string;|@ohos.hiviewdfx.hiAppEvent.d.ts|
|Added|NA|Module name: ohos.hiviewdfx.hiAppEvent<br>Class name: AppEventInfo|@ohos.hiviewdfx.hiAppEvent.d.ts|
|Added|NA|Module name: ohos.hiviewdfx.hiAppEvent<br>Class name: AppEventInfo<br>Method or attribute name: domain: string;|@ohos.hiviewdfx.hiAppEvent.d.ts|
|Added|NA|Module name: ohos.hiviewdfx.hiAppEvent<br>Class name: AppEventInfo<br>Method or attribute name: name: string;|@ohos.hiviewdfx.hiAppEvent.d.ts|
|Added|NA|Module name: ohos.hiviewdfx.hiAppEvent<br>Class name: AppEventInfo<br>Method or attribute name: eventType: EventType;|@ohos.hiviewdfx.hiAppEvent.d.ts|
|Added|NA|Module name: ohos.hiviewdfx.hiAppEvent<br>Class name: AppEventInfo<br>Method or attribute name: params: object;|@ohos.hiviewdfx.hiAppEvent.d.ts|
|Added|NA|Module name: ohos.hiviewdfx.hiAppEvent<br>Class name: hiAppEvent<br>Method or attribute name: function write(info: AppEventInfo): Promise\<void>;|@ohos.hiviewdfx.hiAppEvent.d.ts|
|Added|NA|Module name: ohos.hiviewdfx.hiAppEvent<br>Class name: hiAppEvent<br>Method or attribute name: function write(info: AppEventInfo, callback: AsyncCallback\<void>): void;|@ohos.hiviewdfx.hiAppEvent.d.ts|
|Added|NA|Module name: ohos.hiviewdfx.hiAppEvent<br>Class name: AppEventPackage|@ohos.hiviewdfx.hiAppEvent.d.ts|
|Added|NA|Module name: ohos.hiviewdfx.hiAppEvent<br>Class name: AppEventPackage<br>Method or attribute name: packageId: number;|@ohos.hiviewdfx.hiAppEvent.d.ts|
|Added|NA|Module name: ohos.hiviewdfx.hiAppEvent<br>Class name: AppEventPackage<br>Method or attribute name: row: number;|@ohos.hiviewdfx.hiAppEvent.d.ts|
|Added|NA|Module name: ohos.hiviewdfx.hiAppEvent<br>Class name: AppEventPackage<br>Method or attribute name: size: number;|@ohos.hiviewdfx.hiAppEvent.d.ts|
|Added|NA|Module name: ohos.hiviewdfx.hiAppEvent<br>Class name: AppEventPackage<br>Method or attribute name: data: string[];|@ohos.hiviewdfx.hiAppEvent.d.ts|
|Added|NA|Module name: ohos.hiviewdfx.hiAppEvent<br>Class name: AppEventPackageHolder|@ohos.hiviewdfx.hiAppEvent.d.ts|
|Added|NA|Module name: ohos.hiviewdfx.hiAppEvent<br>Class name: AppEventPackageHolder<br>Method or attribute name: constructor(watcherName: string);|@ohos.hiviewdfx.hiAppEvent.d.ts|
|Added|NA|Module name: ohos.hiviewdfx.hiAppEvent<br>Class name: AppEventPackageHolder<br>Method or attribute name: setSize(size: number): void;|@ohos.hiviewdfx.hiAppEvent.d.ts|
|Added|NA|Module name: ohos.hiviewdfx.hiAppEvent<br>Class name: AppEventPackageHolder<br>Method or attribute name: takeNext(): AppEventPackage;|@ohos.hiviewdfx.hiAppEvent.d.ts|
|Added|NA|Module name: ohos.hiviewdfx.hiAppEvent<br>Class name: TriggerCondition|@ohos.hiviewdfx.hiAppEvent.d.ts|
|Added|NA|Module name: ohos.hiviewdfx.hiAppEvent<br>Class name: TriggerCondition<br>Method or attribute name: row?: number;|@ohos.hiviewdfx.hiAppEvent.d.ts|
|Added|NA|Module name: ohos.hiviewdfx.hiAppEvent<br>Class name: TriggerCondition<br>Method or attribute name: size?: number;|@ohos.hiviewdfx.hiAppEvent.d.ts|
|Added|NA|Module name: ohos.hiviewdfx.hiAppEvent<br>Class name: TriggerCondition<br>Method or attribute name: timeOut?: number;|@ohos.hiviewdfx.hiAppEvent.d.ts|
|Added|NA|Module name: ohos.hiviewdfx.hiAppEvent<br>Class name: AppEventFilter|@ohos.hiviewdfx.hiAppEvent.d.ts|
|Added|NA|Module name: ohos.hiviewdfx.hiAppEvent<br>Class name: AppEventFilter<br>Method or attribute name: domain: string;|@ohos.hiviewdfx.hiAppEvent.d.ts|
|Added|NA|Module name: ohos.hiviewdfx.hiAppEvent<br>Class name: AppEventFilter<br>Method or attribute name: eventTypes?: EventType[];|@ohos.hiviewdfx.hiAppEvent.d.ts|
|Added|NA|Module name: ohos.hiviewdfx.hiAppEvent<br>Class name: Watcher|@ohos.hiviewdfx.hiAppEvent.d.ts|
|Added|NA|Module name: ohos.hiviewdfx.hiAppEvent<br>Class name: Watcher<br>Method or attribute name: name: string;|@ohos.hiviewdfx.hiAppEvent.d.ts|
|Added|NA|Module name: ohos.hiviewdfx.hiAppEvent<br>Class name: Watcher<br>Method or attribute name: triggerCondition?: TriggerCondition;|@ohos.hiviewdfx.hiAppEvent.d.ts|
|Added|NA|Module name: ohos.hiviewdfx.hiAppEvent<br>Class name: Watcher<br>Method or attribute name: appEventFilters?: AppEventFilter[];|@ohos.hiviewdfx.hiAppEvent.d.ts|
|Added|NA|Module name: ohos.hiviewdfx.hiAppEvent<br>Class name: Watcher<br>Method or attribute name: onTrigger?: (curRow: number, curSize: number, holder: AppEventPackageHolder) => void;|@ohos.hiviewdfx.hiAppEvent.d.ts|
|Added|NA|Module name: ohos.hiviewdfx.hiAppEvent<br>Class name: hiAppEvent<br>Method or attribute name: function addWatcher(watcher: Watcher): AppEventPackageHolder;|@ohos.hiviewdfx.hiAppEvent.d.ts|
|Added|NA|Module name: ohos.hiviewdfx.hiAppEvent<br>Class name: hiAppEvent<br>Method or attribute name: function removeWatcher(watcher: Watcher): void;|@ohos.hiviewdfx.hiAppEvent.d.ts|
|Added|NA|Module name: ohos.hiviewdfx.hiAppEvent<br>Class name: hiAppEvent<br>Method or attribute name: function clearData(): void;|@ohos.hiviewdfx.hiAppEvent.d.ts|
|Deprecated version changed|Class name: bytrace<br>Deprecated version: N/A|Class name: bytrace<br>Deprecated version: 8<br>Substitute API: ohos.hiTraceMeter |@ohos.bytrace.d.ts|
|Deprecated version changed|Class name: bytrace<br>Method or attribute name: function startTrace(name: string, taskId: number, expectedTime?: number): void;<br>Deprecated version: N/A|Class name: bytrace<br>Method or attribute name: function startTrace(name: string, taskId: number, expectedTime?: number): void;<br>Deprecated version: 8<br>Substitute API: ohos.hiTraceMeter.startTrace |@ohos.bytrace.d.ts|
|Deprecated version changed|Class name: bytrace<br>Method or attribute name: function finishTrace(name: string, taskId: number): void;<br>Deprecated version: N/A|Class name: bytrace<br>Method or attribute name: function finishTrace(name: string, taskId: number): void;<br>Deprecated version: 8<br>Substitute API: ohos.hiTraceMeter.finishTrace |@ohos.bytrace.d.ts|
|Deprecated version changed|Class name: bytrace<br>Method or attribute name: function traceByValue(name: string, count: number): void;<br>Deprecated version: N/A|Class name: bytrace<br>Method or attribute name: function traceByValue(name: string, count: number): void;<br>Deprecated version: 8<br>Substitute API: ohos.hiTraceMeter.traceByValue |@ohos.bytrace.d.ts|
|Deprecated version changed|Class name: FaultLogger<br>Method or attribute name: function querySelfFaultLog(faultType: FaultType, callback: AsyncCallback\<Array\<FaultLogInfo>>) : void;<br>Deprecated version: N/A|Class name: FaultLogger<br>Method or attribute name: function querySelfFaultLog(faultType: FaultType, callback: AsyncCallback\<Array\<FaultLogInfo>>) : void;<br>Deprecated version: 9<br>Substitute API: ohos.faultlogger/FaultLogger|@ohos.faultLogger.d.ts|
|Deprecated version changed|Class name: FaultLogger<br>Method or attribute name: function querySelfFaultLog(faultType: FaultType) : Promise\<Array\<FaultLogInfo>>;<br>Deprecated version: N/A|Class name: FaultLogger<br>Method or attribute name: function querySelfFaultLog(faultType: FaultType) : Promise\<Array\<FaultLogInfo>>;<br>Deprecated version: 9<br>Substitute API: ohos.faultlogger/FaultLogger|@ohos.faultLogger.d.ts|
|Deprecated version changed|Class name: hiAppEvent<br>Deprecated version: N/A|Class name: hiAppEvent<br>Deprecated version: 9<br>Substitute API: ohos.hiviewdfx.hiAppEvent |@ohos.hiAppEvent.d.ts|
|Deprecated version changed|Class name: hichecker<br>Method or attribute name: function addRule(rule: bigint) : void;<br>Deprecated version: N/A|Class name: hichecker<br>Method or attribute name: function addRule(rule: bigint) : void;<br>Deprecated version: 9<br>Substitute API: ohos.hichecker/hichecker|@ohos.hichecker.d.ts|
|Deprecated version changed|Class name: hichecker<br>Method or attribute name: function removeRule(rule: bigint) : void;<br>Deprecated version: N/A|Class name: hichecker<br>Method or attribute name: function removeRule(rule: bigint) : void;<br>Deprecated version: 9<br>Substitute API: ohos.hichecker/hichecker|@ohos.hichecker.d.ts|
|Deprecated version changed|Class name: hichecker<br>Method or attribute name: function contains(rule: bigint) : boolean;<br>Deprecated version: N/A|Class name: hichecker<br>Method or attribute name: function contains(rule: bigint) : boolean;<br>Deprecated version: 9<br>Substitute API: ohos.hichecker/hichecker|@ohos.hichecker.d.ts|
|Deprecated version changed|Class name: hidebug<br>Method or attribute name: function startProfiling(filename : string) : void;<br>Deprecated version: N/A|Class name: hidebug<br>Method or attribute name: function startProfiling(filename : string) : void;<br>Deprecated version: 9<br>Substitute API: ohos.hidebug/hidebug.startJsCpuProfiling |@ohos.hidebug.d.ts|
|Deprecated version changed|Class name: hidebug<br>Method or attribute name: function stopProfiling() : void;<br>Deprecated version: N/A|Class name: hidebug<br>Method or attribute name: function stopProfiling() : void;<br>Deprecated version: 9<br>Substitute API: ohos.hidebug/hidebug.stopJsCpuProfiling |@ohos.hidebug.d.ts|
|Deprecated version changed|Class name: hidebug<br>Method or attribute name: function dumpHeapData(filename : string) : void;<br>Deprecated version: N/A|Class name: hidebug<br>Method or attribute name: function dumpHeapData(filename : string) : void;<br>Deprecated version: 9<br>Substitute API: ohos.hidebug/hidebug.dumpJsHeapData |@ohos.hidebug.d.ts|
|Function changed|Class name: hiTraceChain<br>Method or attribute name: function begin(name: string, flags: number = HiTraceFlag.DEFAULT): HiTraceId;<br>|Class name: hiTraceChain<br>Method or attribute name: function begin(name: string, flags?: number): HiTraceId;<br>|@ohos.hiTraceChain.d.ts|
因为 它太大了无法显示 source diff 。你可以改为 查看blob
| Change Type | Old Version | New Version | d.ts File |
| ---- | ------ | ------ | -------- |
|Added|NA|Module name: ohos.distributedHardware.deviceManager<br>Class name: DeviceInfo<br>Method or attribute name: range: number;|@ohos.distributedHardware.deviceManager.d.ts|
|Added|NA|Class name: DeviceInfo<br>Method or attribute name: range: number;|@ohos.distributedHardware.deviceManager.d.ts|
|Added|NA|Module name: ohos.distributedHardware.deviceManager<br>Class name: PublishInfo|@ohos.distributedHardware.deviceManager.d.ts|
|Added|NA|Class name: PublishInfo<br>Method or attribute name: |@ohos.distributedHardware.deviceManager.d.ts|
|Added|NA|Module name: ohos.distributedHardware.deviceManager<br>Class name: PublishInfo<br>Method or attribute name: publishId: number;|@ohos.distributedHardware.deviceManager.d.ts|
|Added|NA|Class name: PublishInfo<br>Method or attribute name: publishId: number;|@ohos.distributedHardware.deviceManager.d.ts|
|Added|NA|Module name: ohos.distributedHardware.deviceManager<br>Class name: PublishInfo<br>Method or attribute name: mode: DiscoverMode;|@ohos.distributedHardware.deviceManager.d.ts|
|Added|NA|Class name: PublishInfo<br>Method or attribute name: mode: DiscoverMode;|@ohos.distributedHardware.deviceManager.d.ts|
|Added|NA|Module name: ohos.distributedHardware.deviceManager<br>Class name: PublishInfo<br>Method or attribute name: freq: ExchangeFreq;|@ohos.distributedHardware.deviceManager.d.ts|
|Added|NA|Class name: PublishInfo<br>Method or attribute name: freq: ExchangeFreq;|@ohos.distributedHardware.deviceManager.d.ts|
|Added|NA|Module name: ohos.distributedHardware.deviceManager<br>Class name: PublishInfo<br>Method or attribute name: ranging : boolean;|@ohos.distributedHardware.deviceManager.d.ts|
|Added|NA|Class name: PublishInfo<br>Method or attribute name: ranging : boolean;|@ohos.distributedHardware.deviceManager.d.ts|
|Added|NA|Class name: DeviceManager<br>Method or attribute name: startDeviceDiscovery(subscribeInfo: SubscribeInfo, filterOptions?: string): void;|@ohos.distributedHardware.deviceManager.d.ts|
|Added|NA|Class name: DeviceManager<br>Method or attribute name: publishDeviceDiscovery(publishInfo: PublishInfo): void;|@ohos.distributedHardware.deviceManager.d.ts|
|Added|NA|Class name: DeviceManager<br>Method or attribute name: unPublishDeviceDiscovery(publishId: number): void;|@ohos.distributedHardware.deviceManager.d.ts|
|Added|NA|Class name: DeviceManager<br>Method or attribute name: setUserOperation(operateAction: number, params: string): void;|@ohos.distributedHardware.deviceManager.d.ts|
|Added|NA|Class name: DeviceManager<br>Method or attribute name: on(type: 'uiStateChange', callback: Callback\<{ param: string}>): void;|@ohos.distributedHardware.deviceManager.d.ts|
|Added|NA|Class name: DeviceManager<br>Method or attribute name: off(type: 'uiStateChange', callback?: Callback\<{ param: string}>): void;|@ohos.distributedHardware.deviceManager.d.ts|
|Added|NA|Class name: DeviceManager<br>Method or attribute name: on(type: 'publishSuccess', callback: Callback\<{ publishId: number }>): void;|@ohos.distributedHardware.deviceManager.d.ts|
|Added|NA|Class name: DeviceManager<br>Method or attribute name: off(type: 'publishSuccess', callback?: Callback\<{ publishId: number }>): void;|@ohos.distributedHardware.deviceManager.d.ts|
|Added|NA|Class name: DeviceManager<br>Method or attribute name: on(type: 'publishFail', callback: Callback\<{ publishId: number, reason: number }>): void;|@ohos.distributedHardware.deviceManager.d.ts|
|Added|NA|Class name: DeviceManager<br>Method or attribute name: off(type: 'publishFail', callback?: Callback\<{ publishId: number, reason: number }>): void;|@ohos.distributedHardware.deviceManager.d.ts|
|Access level changed|Class name: DeviceType<br>Access level: public API|Class name: DeviceType<br>Access level: system API|@ohos.distributedHardware.deviceManager.d.ts|
|Initial version changed|Class name: DeviceManager<br>Method or attribute name: startDeviceDiscovery(subscribeInfo: SubscribeInfo): void;<br>Initial version: N/A|Class name: DeviceManager<br>Method or attribute name: startDeviceDiscovery(subscribeInfo: SubscribeInfo): void;<br>Initial version: 8|@ohos.distributedHardware.deviceManager.d.ts|
|Error code added|NA|Class name: deviceManager<br>Method or attribute name: function createDeviceManager(bundleName: string, callback: AsyncCallback\<DeviceManager>): void;<br>Error code: 401|@ohos.distributedHardware.deviceManager.d.ts|
|Error code added|NA|Class name: DeviceManager<br>Method or attribute name: release(): void;<br>Error code: 11600101|@ohos.distributedHardware.deviceManager.d.ts|
|Error code added|NA|Class name: DeviceManager<br>Method or attribute name: getTrustedDeviceListSync(): Array\<DeviceInfo>;<br>Error code: 401, 11600101|@ohos.distributedHardware.deviceManager.d.ts|
|Error code added|NA|Class name: DeviceManager<br>Method or attribute name: getTrustedDeviceList(callback:AsyncCallback\<Array\<DeviceInfo>>): void;<br>Error code: 401|@ohos.distributedHardware.deviceManager.d.ts|
|Error code added|NA|Class name: DeviceManager<br>Method or attribute name: getTrustedDeviceList(): Promise\<Array\<DeviceInfo>>;<br>Error code: 401|@ohos.distributedHardware.deviceManager.d.ts|
|Error code added|NA|Class name: DeviceManager<br>Method or attribute name: getLocalDeviceInfoSync(): DeviceInfo;<br>Error code: 401, 11600101|@ohos.distributedHardware.deviceManager.d.ts|
|Error code added|NA|Class name: DeviceManager<br>Method or attribute name: getLocalDeviceInfo(callback:AsyncCallback\<DeviceInfo>): void;<br>Error code: 401|@ohos.distributedHardware.deviceManager.d.ts|
|Error code added|NA|Class name: DeviceManager<br>Method or attribute name: getLocalDeviceInfo(): Promise\<DeviceInfo>;<br>Error code: 401|@ohos.distributedHardware.deviceManager.d.ts|
|Error code added|NA|Class name: DeviceManager<br>Method or attribute name: startDeviceDiscovery(subscribeInfo: SubscribeInfo): void;<br>Error code: 401, 201, 11600104, 11600101|@ohos.distributedHardware.deviceManager.d.ts|
|Error code added|NA|Class name: DeviceManager<br>Method or attribute name: stopDeviceDiscovery(subscribeId: number): void;<br>Error code: 401, 201, 11600101|@ohos.distributedHardware.deviceManager.d.ts|
|Error code added|NA|Class name: DeviceManager<br>Method or attribute name: unAuthenticateDevice(deviceInfo: DeviceInfo): void<br>Error code: 401, 201, 11600101|@ohos.distributedHardware.deviceManager.d.ts|
|Error code added|NA|Class name: DeviceManager<br>Method or attribute name: verifyAuthInfo(authInfo: AuthInfo, callback: AsyncCallback\<{deviceId: string, level: number}>): void;<br>Error code: 401|@ohos.distributedHardware.deviceManager.d.ts|
|Error code added|NA|Class name: DeviceManager<br>Method or attribute name: on(type: 'deviceStateChange', callback: Callback\<{ action: DeviceStateChangeAction, device: DeviceInfo }>): void;<br>Error code: 401|@ohos.distributedHardware.deviceManager.d.ts|
|Error code added|NA|Class name: DeviceManager<br>Method or attribute name: off(type: 'deviceStateChange', callback?: Callback\<{ action: DeviceStateChangeAction, device: DeviceInfo }>): void;<br>Error code: 401|@ohos.distributedHardware.deviceManager.d.ts|
|Error code added|NA|Class name: DeviceManager<br>Method or attribute name: on(type: 'deviceFound', callback: Callback\<{ subscribeId: number, device: DeviceInfo }>): void;<br>Error code: 401|@ohos.distributedHardware.deviceManager.d.ts|
|Error code added|NA|Class name: DeviceManager<br>Method or attribute name: off(type: 'deviceFound', callback?: Callback\<{ subscribeId: number, device: DeviceInfo }>): void;<br>Error code: 401|@ohos.distributedHardware.deviceManager.d.ts|
|Error code added|NA|Class name: DeviceManager<br>Method or attribute name: on(type: 'discoverFail', callback: Callback\<{ subscribeId: number, reason: number }>): void;<br>Error code: 401|@ohos.distributedHardware.deviceManager.d.ts|
|Error code added|NA|Class name: DeviceManager<br>Method or attribute name: off(type: 'discoverFail', callback?: Callback\<{ subscribeId: number, reason: number }>): void;<br>Error code: 401|@ohos.distributedHardware.deviceManager.d.ts|
|Error code added|NA|Class name: DeviceManager<br>Method or attribute name: on(type: 'serviceDie', callback: () => void): void;<br>Error code: 401|@ohos.distributedHardware.deviceManager.d.ts|
|Error code added|NA|Class name: DeviceManager<br>Method or attribute name: off(type: 'serviceDie', callback?: () => void): void;<br>Error code: 401|@ohos.distributedHardware.deviceManager.d.ts|
|Function changed|Class name: DeviceManager<br>Method or attribute name: authenticateDevice(deviceInfo: DeviceInfo, authParam: AuthParam, callback: AsyncCallback\<{deviceId: string, pinTone ?: number}>): void;<br>|Class name: DeviceManager<br>Method or attribute name: authenticateDevice(deviceInfo: DeviceInfo, authParam: AuthParam, callback: AsyncCallback\<{deviceId: string, pinToken ?: number}>): void;<br>|@ohos.distributedHardware.deviceManager.d.ts|
| Change Type | Old Version | New Version | d.ts File |
| ---- | ------ | ------ | -------- |
|Added|NA|Module name: ohos.file.environment<br>Class name: Environment|@ohos.file.environment.d.ts|
|Added|NA|Module name: ohos.file.environment<br>Class name: Environment<br>Method or attribute name: function getStorageDataDir(): Promise\<string>;|@ohos.file.environment.d.ts|
|Added|NA|Module name: ohos.file.environment<br>Class name: Environment<br>Method or attribute name: function getStorageDataDir(callback: AsyncCallback\<string>): void;|@ohos.file.environment.d.ts|
|Added|NA|Module name: ohos.file.environment<br>Class name: Environment<br>Method or attribute name: function getUserDataDir(): Promise\<string>;|@ohos.file.environment.d.ts|
|Added|NA|Module name: ohos.file.environment<br>Class name: Environment<br>Method or attribute name: function getUserDataDir(callback: AsyncCallback\<string>): void;|@ohos.file.environment.d.ts|
|Added|NA|Module name: ohos.file.fileAccess<br>Class name: fileAccess|@ohos.file.fileAccess.d.ts|
|Added|NA|Module name: ohos.file.fileAccess<br>Class name: fileAccess<br>Method or attribute name: function getFileAccessAbilityInfo(callback: AsyncCallback\<Array\<Want>>): void;|@ohos.file.fileAccess.d.ts|
|Added|NA|Module name: ohos.file.fileAccess<br>Class name: fileAccess<br>Method or attribute name: function getFileAccessAbilityInfo(): Promise\<Array\<Want>>;|@ohos.file.fileAccess.d.ts|
|Added|NA|Module name: ohos.file.fileAccess<br>Class name: fileAccess<br>Method or attribute name: function createFileAccessHelper(context: Context): FileAccessHelper;|@ohos.file.fileAccess.d.ts|
|Added|NA|Module name: ohos.file.fileAccess<br>Class name: fileAccess<br>Method or attribute name: function createFileAccessHelper(context: Context, wants: Array\<Want>): FileAccessHelper;|@ohos.file.fileAccess.d.ts|
|Added|NA|Module name: ohos.file.fileAccess<br>Class name: FileInfo|@ohos.file.fileAccess.d.ts|
|Added|NA|Module name: ohos.file.fileAccess<br>Class name: FileInfo<br>Method or attribute name: uri: string;|@ohos.file.fileAccess.d.ts|
|Added|NA|Module name: ohos.file.fileAccess<br>Class name: FileInfo<br>Method or attribute name: fileName: string;|@ohos.file.fileAccess.d.ts|
|Added|NA|Module name: ohos.file.fileAccess<br>Class name: FileInfo<br>Method or attribute name: mode: number;|@ohos.file.fileAccess.d.ts|
|Added|NA|Module name: ohos.file.fileAccess<br>Class name: FileInfo<br>Method or attribute name: size: number;|@ohos.file.fileAccess.d.ts|
|Added|NA|Module name: ohos.file.fileAccess<br>Class name: FileInfo<br>Method or attribute name: mtime: number;|@ohos.file.fileAccess.d.ts|
|Added|NA|Module name: ohos.file.fileAccess<br>Class name: FileInfo<br>Method or attribute name: mimeType: string;|@ohos.file.fileAccess.d.ts|
|Added|NA|Module name: ohos.file.fileAccess<br>Class name: FileInfo<br>Method or attribute name: listFile(filter?: Filter): FileIterator;|@ohos.file.fileAccess.d.ts|
|Added|NA|Module name: ohos.file.fileAccess<br>Class name: FileInfo<br>Method or attribute name: scanFile(filter?: Filter): FileIterator;|@ohos.file.fileAccess.d.ts|
|Added|NA|Module name: ohos.file.fileAccess<br>Class name: FileIterator|@ohos.file.fileAccess.d.ts|
|Added|NA|Module name: ohos.file.fileAccess<br>Class name: FileIterator<br>Method or attribute name: next(): {value: FileInfo, done: boolean}|@ohos.file.fileAccess.d.ts|
|Added|NA|Module name: ohos.file.fileAccess<br>Class name: RootInfo|@ohos.file.fileAccess.d.ts|
|Added|NA|Module name: ohos.file.fileAccess<br>Class name: RootInfo<br>Method or attribute name: deviceType: number;|@ohos.file.fileAccess.d.ts|
|Added|NA|Module name: ohos.file.fileAccess<br>Class name: RootInfo<br>Method or attribute name: uri: string;|@ohos.file.fileAccess.d.ts|
|Added|NA|Module name: ohos.file.fileAccess<br>Class name: RootInfo<br>Method or attribute name: displayName: string;|@ohos.file.fileAccess.d.ts|
|Added|NA|Module name: ohos.file.fileAccess<br>Class name: RootInfo<br>Method or attribute name: deviceFlags: number;|@ohos.file.fileAccess.d.ts|
|Added|NA|Module name: ohos.file.fileAccess<br>Class name: RootInfo<br>Method or attribute name: listFile(filter?: Filter): FileIterator;|@ohos.file.fileAccess.d.ts|
|Added|NA|Module name: ohos.file.fileAccess<br>Class name: RootInfo<br>Method or attribute name: scanFile(filter?: Filter): FileIterator;|@ohos.file.fileAccess.d.ts|
|Added|NA|Module name: ohos.file.fileAccess<br>Class name: RootIterator|@ohos.file.fileAccess.d.ts|
|Added|NA|Module name: ohos.file.fileAccess<br>Class name: RootIterator<br>Method or attribute name: next(): {value: RootInfo, done: boolean}|@ohos.file.fileAccess.d.ts|
|Added|NA|Module name: ohos.file.fileAccess<br>Class name: OPENFLAGS|@ohos.file.fileAccess.d.ts|
|Added|NA|Module name: ohos.file.fileAccess<br>Class name: OPENFLAGS<br>Method or attribute name: READ = 0o0|@ohos.file.fileAccess.d.ts|
|Added|NA|Module name: ohos.file.fileAccess<br>Class name: OPENFLAGS<br>Method or attribute name: WRITE = 0o1|@ohos.file.fileAccess.d.ts|
|Added|NA|Module name: ohos.file.fileAccess<br>Class name: OPENFLAGS<br>Method or attribute name: WRITE_READ = 0o2|@ohos.file.fileAccess.d.ts|
|Added|NA|Module name: ohos.file.fileAccess<br>Class name: FileAccessHelper|@ohos.file.fileAccess.d.ts|
|Added|NA|Module name: ohos.file.fileAccess<br>Class name: FileAccessHelper<br>Method or attribute name: openFile(uri: string, flags: OPENFLAGS) : Promise\<number>;|@ohos.file.fileAccess.d.ts|
|Added|NA|Module name: ohos.file.fileAccess<br>Class name: FileAccessHelper<br>Method or attribute name: openFile(uri: string, flags: OPENFLAGS, callback: AsyncCallback\<number>) : void;|@ohos.file.fileAccess.d.ts|
|Added|NA|Module name: ohos.file.fileAccess<br>Class name: FileAccessHelper<br>Method or attribute name: createFile(uri: string, displayName: string) : Promise\<string>;|@ohos.file.fileAccess.d.ts|
|Added|NA|Module name: ohos.file.fileAccess<br>Class name: FileAccessHelper<br>Method or attribute name: createFile(uri: string, displayName: string, callback: AsyncCallback\<string>) : void;|@ohos.file.fileAccess.d.ts|
|Added|NA|Module name: ohos.file.fileAccess<br>Class name: FileAccessHelper<br>Method or attribute name: mkDir(parentUri: string, displayName: string) : Promise\<string>;|@ohos.file.fileAccess.d.ts|
|Added|NA|Module name: ohos.file.fileAccess<br>Class name: FileAccessHelper<br>Method or attribute name: mkDir(parentUri: string, displayName: string, callback: AsyncCallback\<string>) : void;|@ohos.file.fileAccess.d.ts|
|Added|NA|Module name: ohos.file.fileAccess<br>Class name: FileAccessHelper<br>Method or attribute name: delete(uri: string) : Promise\<number>;|@ohos.file.fileAccess.d.ts|
|Added|NA|Module name: ohos.file.fileAccess<br>Class name: FileAccessHelper<br>Method or attribute name: delete(uri: string, callback: AsyncCallback\<number>) : void;|@ohos.file.fileAccess.d.ts|
|Added|NA|Module name: ohos.file.fileAccess<br>Class name: FileAccessHelper<br>Method or attribute name: move(sourceFile: string, destFile: string) : Promise\<string>;|@ohos.file.fileAccess.d.ts|
|Added|NA|Module name: ohos.file.fileAccess<br>Class name: FileAccessHelper<br>Method or attribute name: move(sourceFile: string, destFile: string, callback: AsyncCallback\<string>) : void;|@ohos.file.fileAccess.d.ts|
|Added|NA|Module name: ohos.file.fileAccess<br>Class name: FileAccessHelper<br>Method or attribute name: rename(uri: string, displayName: string) : Promise\<string>;|@ohos.file.fileAccess.d.ts|
|Added|NA|Module name: ohos.file.fileAccess<br>Class name: FileAccessHelper<br>Method or attribute name: rename(uri: string, displayName: string, callback: AsyncCallback\<string>) : void;|@ohos.file.fileAccess.d.ts|
|Added|NA|Module name: ohos.file.fileAccess<br>Class name: FileAccessHelper<br>Method or attribute name: access(sourceFileUri: string) : Promise\<boolean>;|@ohos.file.fileAccess.d.ts|
|Added|NA|Module name: ohos.file.fileAccess<br>Class name: FileAccessHelper<br>Method or attribute name: access(sourceFileUri: string, callback: AsyncCallback\<boolean>) : void;|@ohos.file.fileAccess.d.ts|
|Added|NA|Module name: ohos.file.fileAccess<br>Class name: FileAccessHelper<br>Method or attribute name: getRoots(): Promise\<RootIterator>;|@ohos.file.fileAccess.d.ts|
|Added|NA|Module name: ohos.file.fileAccess<br>Class name: FileAccessHelper<br>Method or attribute name: getRoots(callback:AsyncCallback\<RootIterator>) : void;|@ohos.file.fileAccess.d.ts|
|Added|NA|Module name: ohos.file.fileExtensionInfo<br>Class name: fileExtensionInfo|@ohos.file.fileExtensionInfo.d.ts|
|Added|NA|Module name: ohos.file.fileExtensionInfo<br>Class name: DeviceType|@ohos.file.fileExtensionInfo.d.ts|
|Added|NA|Module name: ohos.file.fileExtensionInfo<br>Class name: DeviceType<br>Method or attribute name: DEVICE_LOCAL_DISK = 1|@ohos.file.fileExtensionInfo.d.ts|
|Added|NA|Module name: ohos.file.fileExtensionInfo<br>Class name: DeviceType<br>Method or attribute name: DEVICE_SHARED_DISK|@ohos.file.fileExtensionInfo.d.ts|
|Added|NA|Module name: ohos.file.fileExtensionInfo<br>Class name: DeviceType<br>Method or attribute name: DEVICE_SHARED_TERMINAL|@ohos.file.fileExtensionInfo.d.ts|
|Added|NA|Module name: ohos.file.fileExtensionInfo<br>Class name: DeviceType<br>Method or attribute name: DEVICE_NETWORK_NEIGHBORHOODS|@ohos.file.fileExtensionInfo.d.ts|
|Added|NA|Module name: ohos.file.fileExtensionInfo<br>Class name: DeviceType<br>Method or attribute name: DEVICE_EXTERNAL_MTP|@ohos.file.fileExtensionInfo.d.ts|
|Added|NA|Module name: ohos.file.fileExtensionInfo<br>Class name: DeviceType<br>Method or attribute name: DEVICE_EXTERNAL_USB|@ohos.file.fileExtensionInfo.d.ts|
|Added|NA|Module name: ohos.file.fileExtensionInfo<br>Class name: DeviceType<br>Method or attribute name: DEVICE_EXTERNAL_CLOUD|@ohos.file.fileExtensionInfo.d.ts|
|Added|NA|Module name: ohos.file.fileExtensionInfo<br>Class name: DeviceFlag|@ohos.file.fileExtensionInfo.d.ts|
|Added|NA|Module name: ohos.file.fileExtensionInfo<br>Class name: DeviceFlag<br>Method or attribute name: const SUPPORTS_READ = 0b1;|@ohos.file.fileExtensionInfo.d.ts|
|Added|NA|Module name: ohos.file.fileExtensionInfo<br>Class name: DeviceFlag<br>Method or attribute name: const SUPPORTS_WRITE = 0b10;|@ohos.file.fileExtensionInfo.d.ts|
|Added|NA|Module name: ohos.file.fileExtensionInfo<br>Class name: DocumentFlag|@ohos.file.fileExtensionInfo.d.ts|
|Added|NA|Module name: ohos.file.fileExtensionInfo<br>Class name: DocumentFlag<br>Method or attribute name: const REPRESENTS_FILE = 0b1;|@ohos.file.fileExtensionInfo.d.ts|
|Added|NA|Module name: ohos.file.fileExtensionInfo<br>Class name: DocumentFlag<br>Method or attribute name: const REPRESENTS_DIR = 0b10;|@ohos.file.fileExtensionInfo.d.ts|
|Added|NA|Module name: ohos.file.fileExtensionInfo<br>Class name: DocumentFlag<br>Method or attribute name: const SUPPORTS_READ = 0b100;|@ohos.file.fileExtensionInfo.d.ts|
|Added|NA|Module name: ohos.file.fileExtensionInfo<br>Class name: DocumentFlag<br>Method or attribute name: const SUPPORTS_WRITE = 0b1000;|@ohos.file.fileExtensionInfo.d.ts|
|Added|NA|Module name: ohos.file.fileuri<br>Class name: fileUri|@ohos.file.fileuri.d.ts|
|Added|NA|Module name: ohos.file.fileuri<br>Class name: fileUri<br>Method or attribute name: function getUriFromPath(path: string): string;|@ohos.file.fileuri.d.ts|
|Added|NA|Module name: ohos.file.fs<br>Class name: fileIo|@ohos.file.fs.d.ts|
|Added|NA|Module name: ohos.file.fs<br>Class name: OpenMode|@ohos.file.fs.d.ts|
|Added|NA|Module name: ohos.file.fs<br>Class name: OpenMode<br>Method or attribute name: const READ_ONLY = 0o0;|@ohos.file.fs.d.ts|
|Added|NA|Module name: ohos.file.fs<br>Class name: OpenMode<br>Method or attribute name: const WRITE_ONLY = 0o1;|@ohos.file.fs.d.ts|
|Added|NA|Module name: ohos.file.fs<br>Class name: OpenMode<br>Method or attribute name: const READ_WRITE = 0o2;|@ohos.file.fs.d.ts|
|Added|NA|Module name: ohos.file.fs<br>Class name: OpenMode<br>Method or attribute name: const CREATE = 0o100;|@ohos.file.fs.d.ts|
|Added|NA|Module name: ohos.file.fs<br>Class name: OpenMode<br>Method or attribute name: const TRUNC = 0o1000;|@ohos.file.fs.d.ts|
|Added|NA|Module name: ohos.file.fs<br>Class name: OpenMode<br>Method or attribute name: const APPEND = 0o2000;|@ohos.file.fs.d.ts|
|Added|NA|Module name: ohos.file.fs<br>Class name: OpenMode<br>Method or attribute name: const NONBLOCK = 0o4000;|@ohos.file.fs.d.ts|
|Added|NA|Module name: ohos.file.fs<br>Class name: OpenMode<br>Method or attribute name: const DIR = 0o200000;|@ohos.file.fs.d.ts|
|Added|NA|Module name: ohos.file.fs<br>Class name: OpenMode<br>Method or attribute name: const NOFOLLOW = 0o400000;|@ohos.file.fs.d.ts|
|Added|NA|Module name: ohos.file.fs<br>Class name: OpenMode<br>Method or attribute name: const SYNC = 0o4010000;|@ohos.file.fs.d.ts|
|Added|NA|Module name: ohos.file.fs<br>Class name: fileIo<br>Method or attribute name: function access(path: string): Promise\<boolean>;|@ohos.file.fs.d.ts|
|Added|NA|Module name: ohos.file.fs<br>Class name: fileIo<br>Method or attribute name: function access(path: string, callback: AsyncCallback\<boolean>): void;|@ohos.file.fs.d.ts|
|Added|NA|Module name: ohos.file.fs<br>Class name: fileIo<br>Method or attribute name: function accessSync(path: string): boolean;|@ohos.file.fs.d.ts|
|Added|NA|Module name: ohos.file.fs<br>Class name: fileIo<br>Method or attribute name: function close(file: number \| File): Promise\<void>;|@ohos.file.fs.d.ts|
|Added|NA|Module name: ohos.file.fs<br>Class name: fileIo<br>Method or attribute name: function close(file: number \| File, callback: AsyncCallback\<void>): void;|@ohos.file.fs.d.ts|
|Added|NA|Module name: ohos.file.fs<br>Class name: fileIo<br>Method or attribute name: function closeSync(fd: number \| File): void;|@ohos.file.fs.d.ts|
|Added|NA|Module name: ohos.file.fs<br>Class name: fileIo<br>Method or attribute name: function copyFile(src: string \| number, dest: string \| number, mode?: number): Promise\<void>;|@ohos.file.fs.d.ts|
|Added|NA|Module name: ohos.file.fs<br>Class name: fileIo<br>Method or attribute name: function copyFile(src: string \| number, dest: string \| number, callback: AsyncCallback\<void>): void;|@ohos.file.fs.d.ts|
|Added|NA|Module name: ohos.file.fs<br>Class name: fileIo<br>Method or attribute name: function copyFile(src: string \| number, dest: string \| number, mode: number, callback: AsyncCallback\<void>): void;|@ohos.file.fs.d.ts|
|Added|NA|Module name: ohos.file.fs<br>Class name: fileIo<br>Method or attribute name: function copyFileSync(src: string \| number, dest: string \| number, mode?: number): void;|@ohos.file.fs.d.ts|
|Added|NA|Module name: ohos.file.fs<br>Class name: fileIo<br>Method or attribute name: function createStream(path: string, mode: string): Promise\<Stream>;|@ohos.file.fs.d.ts|
|Added|NA|Module name: ohos.file.fs<br>Class name: fileIo<br>Method or attribute name: function createStream(path: string, mode: string, callback: AsyncCallback\<Stream>): void;|@ohos.file.fs.d.ts|
|Added|NA|Module name: ohos.file.fs<br>Class name: fileIo<br>Method or attribute name: function createStreamSync(path: string, mode: string): Stream;|@ohos.file.fs.d.ts|
|Added|NA|Module name: ohos.file.fs<br>Class name: fileIo<br>Method or attribute name: function fdatasync(fd: number): Promise\<void>;|@ohos.file.fs.d.ts|
|Added|NA|Module name: ohos.file.fs<br>Class name: fileIo<br>Method or attribute name: function fdatasync(fd: number, callback: AsyncCallback\<void>): void;|@ohos.file.fs.d.ts|
|Added|NA|Module name: ohos.file.fs<br>Class name: fileIo<br>Method or attribute name: function fdatasyncSync(fd: number): void;|@ohos.file.fs.d.ts|
|Added|NA|Module name: ohos.file.fs<br>Class name: fileIo<br>Method or attribute name: function fdopenStream(fd: number, mode: string): Promise\<Stream>;|@ohos.file.fs.d.ts|
|Added|NA|Module name: ohos.file.fs<br>Class name: fileIo<br>Method or attribute name: function fdopenStream(fd: number, mode: string, callback: AsyncCallback\<Stream>): void;|@ohos.file.fs.d.ts|
|Added|NA|Module name: ohos.file.fs<br>Class name: fileIo<br>Method or attribute name: function fdopenStreamSync(fd: number, mode: string): Stream;|@ohos.file.fs.d.ts|
|Added|NA|Module name: ohos.file.fs<br>Class name: fileIo<br>Method or attribute name: function fsync(fd: number): Promise\<void>;|@ohos.file.fs.d.ts|
|Added|NA|Module name: ohos.file.fs<br>Class name: fileIo<br>Method or attribute name: function fsync(fd: number, callback: AsyncCallback\<void>): void;|@ohos.file.fs.d.ts|
|Added|NA|Module name: ohos.file.fs<br>Class name: fileIo<br>Method or attribute name: function fsyncSync(fd: number): void;|@ohos.file.fs.d.ts|
|Added|NA|Module name: ohos.file.fs<br>Class name: fileIo<br>Method or attribute name: function listFile(path: string, options?: {<br> recursion?: boolean;<br> listNum?: number;<br> filter?: Filter;<br>}): Promise\<string[]>;|@ohos.file.fs.d.ts|
|Added|NA|Module name: ohos.file.fs<br>Class name: fileIo<br>Method or attribute name: function listFile(path: string, callback: AsyncCallback\<string[]>): void;|@ohos.file.fs.d.ts|
|Added|NA|Module name: ohos.file.fs<br>Class name: fileIo<br>Method or attribute name: function listFile(path: string, options: {<br> recursion?: boolean;<br> listNum?: number;<br> filter?: Filter;<br>}, callback: AsyncCallback\<string[]>): void;|@ohos.file.fs.d.ts|
|Added|NA|Module name: ohos.file.fs<br>Class name: fileIo<br>Method or attribute name: function listFileSync(path: string, options?: {<br> recursion?: boolean;<br> listNum?: number;<br> filter?: Filter;<br>}): string[];|@ohos.file.fs.d.ts|
|Added|NA|Module name: ohos.file.fs<br>Class name: fileIo<br>Method or attribute name: function lstat(path: string): Promise\<Stat>;|@ohos.file.fs.d.ts|
|Added|NA|Module name: ohos.file.fs<br>Class name: fileIo<br>Method or attribute name: function lstat(path: string, callback: AsyncCallback\<Stat>): void;|@ohos.file.fs.d.ts|
|Added|NA|Module name: ohos.file.fs<br>Class name: fileIo<br>Method or attribute name: function lstatSync(path: string): Stat;|@ohos.file.fs.d.ts|
|Added|NA|Module name: ohos.file.fs<br>Class name: fileIo<br>Method or attribute name: function mkdir(path: string): Promise\<void>;|@ohos.file.fs.d.ts|
|Added|NA|Module name: ohos.file.fs<br>Class name: fileIo<br>Method or attribute name: function mkdir(path: string, callback: AsyncCallback\<void>): void;|@ohos.file.fs.d.ts|
|Added|NA|Module name: ohos.file.fs<br>Class name: fileIo<br>Method or attribute name: function mkdirSync(path: string): void;|@ohos.file.fs.d.ts|
|Added|NA|Module name: ohos.file.fs<br>Class name: fileIo<br>Method or attribute name: function mkdtemp(prefix: string): Promise\<string>;|@ohos.file.fs.d.ts|
|Added|NA|Module name: ohos.file.fs<br>Class name: fileIo<br>Method or attribute name: function mkdtemp(prefix: string, callback: AsyncCallback\<string>): void;|@ohos.file.fs.d.ts|
|Added|NA|Module name: ohos.file.fs<br>Class name: fileIo<br>Method or attribute name: function mkdtempSync(prefix: string): string;|@ohos.file.fs.d.ts|
|Added|NA|Module name: ohos.file.fs<br>Class name: fileIo<br>Method or attribute name: function moveFile(src: string, dest: string, mode?: number): Promise\<void>;|@ohos.file.fs.d.ts|
|Added|NA|Module name: ohos.file.fs<br>Class name: fileIo<br>Method or attribute name: function moveFile(src: string, dest: string, callback: AsyncCallback\<void>): void;|@ohos.file.fs.d.ts|
|Added|NA|Module name: ohos.file.fs<br>Class name: fileIo<br>Method or attribute name: function moveFile(src: string, dest: string, mode: number, callback: AsyncCallback\<void>): void;|@ohos.file.fs.d.ts|
|Added|NA|Module name: ohos.file.fs<br>Class name: fileIo<br>Method or attribute name: function moveFileSync(src: string, dest: string, mode?: number): void;|@ohos.file.fs.d.ts|
|Added|NA|Module name: ohos.file.fs<br>Class name: fileIo<br>Method or attribute name: function open(path: string, mode?: number): Promise\<File>;|@ohos.file.fs.d.ts|
|Added|NA|Module name: ohos.file.fs<br>Class name: fileIo<br>Method or attribute name: function open(path: string, callback: AsyncCallback\<File>): void;|@ohos.file.fs.d.ts|
|Added|NA|Module name: ohos.file.fs<br>Class name: fileIo<br>Method or attribute name: function open(path: string, mode: number, callback: AsyncCallback\<File>): void;|@ohos.file.fs.d.ts|
|Added|NA|Module name: ohos.file.fs<br>Class name: fileIo<br>Method or attribute name: function openSync(path: string, mode?: number): File;|@ohos.file.fs.d.ts|
|Added|NA|Module name: ohos.file.fs<br>Class name: fileIo<br>Method or attribute name: function read(fd: number, buffer: ArrayBuffer, options?: {<br> offset?: number;<br> length?: number;<br>}): Promise\<number>;|@ohos.file.fs.d.ts|
|Added|NA|Module name: ohos.file.fs<br>Class name: fileIo<br>Method or attribute name: function read(fd: number, buffer: ArrayBuffer, callback: AsyncCallback\<number>): void;|@ohos.file.fs.d.ts|
|Added|NA|Module name: ohos.file.fs<br>Class name: fileIo<br>Method or attribute name: function read(fd: number, buffer: ArrayBuffer, options: {<br> offset?: number;<br> length?: number;<br>}, callback: AsyncCallback\<number>): void;|@ohos.file.fs.d.ts|
|Added|NA|Module name: ohos.file.fs<br>Class name: fileIo<br>Method or attribute name: function readSync(fd: number, buffer: ArrayBuffer, options?: {<br> offset?: number;<br> length?: number;<br>}): number;|@ohos.file.fs.d.ts|
|Added|NA|Module name: ohos.file.fs<br>Class name: fileIo<br>Method or attribute name: function readText(filePath: string, options?: {<br> offset?: number;<br> length?: number;<br> encoding?: string;<br>}): Promise\<string>;|@ohos.file.fs.d.ts|
|Added|NA|Module name: ohos.file.fs<br>Class name: fileIo<br>Method or attribute name: function readText(filePath: string, callback: AsyncCallback\<string>): void;|@ohos.file.fs.d.ts|
|Added|NA|Module name: ohos.file.fs<br>Class name: fileIo<br>Method or attribute name: function readText(filePath: string, options: {<br> offset?: number;<br> length?: number;<br> encoding?: string;<br>}, callback: AsyncCallback\<string>): void;|@ohos.file.fs.d.ts|
|Added|NA|Module name: ohos.file.fs<br>Class name: fileIo<br>Method or attribute name: function readTextSync(filePath: string, options?: {<br> offset?: number;<br> length?: number;<br> encoding?: string;<br>}): string;|@ohos.file.fs.d.ts|
|Added|NA|Module name: ohos.file.fs<br>Class name: fileIo<br>Method or attribute name: function rename(oldPath: string, newPath: string): Promise\<void>;|@ohos.file.fs.d.ts|
|Added|NA|Module name: ohos.file.fs<br>Class name: fileIo<br>Method or attribute name: function rename(oldPath: string, newPath: string, callback: AsyncCallback\<void>): void;|@ohos.file.fs.d.ts|
|Added|NA|Module name: ohos.file.fs<br>Class name: fileIo<br>Method or attribute name: function renameSync(oldPath: string, newPath: string): void;|@ohos.file.fs.d.ts|
|Added|NA|Module name: ohos.file.fs<br>Class name: fileIo<br>Method or attribute name: function rmdir(path: string): Promise\<void>;|@ohos.file.fs.d.ts|
|Added|NA|Module name: ohos.file.fs<br>Class name: fileIo<br>Method or attribute name: function rmdir(path: string, callback: AsyncCallback\<void>): void;|@ohos.file.fs.d.ts|
|Added|NA|Module name: ohos.file.fs<br>Class name: fileIo<br>Method or attribute name: function rmdirSync(path: string): void;|@ohos.file.fs.d.ts|
|Added|NA|Module name: ohos.file.fs<br>Class name: fileIo<br>Method or attribute name: function stat(file: string \| number): Promise\<Stat>;|@ohos.file.fs.d.ts|
|Added|NA|Module name: ohos.file.fs<br>Class name: fileIo<br>Method or attribute name: function stat(file: string \| number, callback: AsyncCallback\<Stat>): void;|@ohos.file.fs.d.ts|
|Added|NA|Module name: ohos.file.fs<br>Class name: fileIo<br>Method or attribute name: function statSync(file: string \| number): Stat;|@ohos.file.fs.d.ts|
|Added|NA|Module name: ohos.file.fs<br>Class name: fileIo<br>Method or attribute name: function symlink(target: string, srcPath: string): Promise\<void>;|@ohos.file.fs.d.ts|
|Added|NA|Module name: ohos.file.fs<br>Class name: fileIo<br>Method or attribute name: function symlink(target: string, srcPath: string, callback: AsyncCallback\<void>): void;|@ohos.file.fs.d.ts|
|Added|NA|Module name: ohos.file.fs<br>Class name: fileIo<br>Method or attribute name: function symlinkSync(target: string, srcPath: string): void;|@ohos.file.fs.d.ts|
|Added|NA|Module name: ohos.file.fs<br>Class name: fileIo<br>Method or attribute name: function truncate(file: string \| number, len?: number): Promise\<void>;|@ohos.file.fs.d.ts|
|Added|NA|Module name: ohos.file.fs<br>Class name: fileIo<br>Method or attribute name: function truncate(file: string \| number, callback: AsyncCallback\<void>): void;|@ohos.file.fs.d.ts|
|Added|NA|Module name: ohos.file.fs<br>Class name: fileIo<br>Method or attribute name: function truncate(file: string \| number, len: number, callback: AsyncCallback\<void>): void;|@ohos.file.fs.d.ts|
|Added|NA|Module name: ohos.file.fs<br>Class name: fileIo<br>Method or attribute name: function truncateSync(file: string \| number, len?: number): void;|@ohos.file.fs.d.ts|
|Added|NA|Module name: ohos.file.fs<br>Class name: fileIo<br>Method or attribute name: function unlink(path: string): Promise\<void>;|@ohos.file.fs.d.ts|
|Added|NA|Module name: ohos.file.fs<br>Class name: fileIo<br>Method or attribute name: function unlink(path: string, callback: AsyncCallback\<void>): void;|@ohos.file.fs.d.ts|
|Added|NA|Module name: ohos.file.fs<br>Class name: fileIo<br>Method or attribute name: function unlinkSync(path: string): void;|@ohos.file.fs.d.ts|
|Added|NA|Module name: ohos.file.fs<br>Class name: fileIo<br>Method or attribute name: function write(fd: number, buffer: ArrayBuffer \| string, options?: {<br> offset?: number;<br> length?: number;<br> encoding?: string;<br>}): Promise\<number>;|@ohos.file.fs.d.ts|
|Added|NA|Module name: ohos.file.fs<br>Class name: fileIo<br>Method or attribute name: function write(fd: number, buffer: ArrayBuffer \| string, callback: AsyncCallback\<number>): void;|@ohos.file.fs.d.ts|
|Added|NA|Module name: ohos.file.fs<br>Class name: fileIo<br>Method or attribute name: function write(fd: number, buffer: ArrayBuffer \| string, options: {<br> offset?: number;<br> length?: number;<br> encoding?: string;<br>}, callback: AsyncCallback\<number>): void;|@ohos.file.fs.d.ts|
|Added|NA|Module name: ohos.file.fs<br>Class name: fileIo<br>Method or attribute name: function writeSync(fd: number, buffer: ArrayBuffer \| string, options?: {<br> offset?: number;<br> length?: number;<br> encoding?: string;<br>}): number;|@ohos.file.fs.d.ts|
|Added|NA|Module name: ohos.file.fs<br>Class name: File|@ohos.file.fs.d.ts|
|Added|NA|Module name: ohos.file.fs<br>Class name: File<br>Method or attribute name: readonly fd: number;|@ohos.file.fs.d.ts|
|Added|NA|Module name: ohos.file.fs<br>Class name: File<br>Method or attribute name: lock(exclusive?: boolean): Promise\<void>;|@ohos.file.fs.d.ts|
|Added|NA|Module name: ohos.file.fs<br>Class name: File<br>Method or attribute name: lock(callback: AsyncCallback\<void>): void;|@ohos.file.fs.d.ts|
|Added|NA|Module name: ohos.file.fs<br>Class name: File<br>Method or attribute name: lock(exclusive: boolean, callback: AsyncCallback\<void>): void;|@ohos.file.fs.d.ts|
|Added|NA|Module name: ohos.file.fs<br>Class name: File<br>Method or attribute name: tryLock(exclusive?: boolean): void;|@ohos.file.fs.d.ts|
|Added|NA|Module name: ohos.file.fs<br>Class name: File<br>Method or attribute name: unlock(): void;|@ohos.file.fs.d.ts|
|Added|NA|Module name: ohos.file.fs<br>Class name: Stat|@ohos.file.fs.d.ts|
|Added|NA|Module name: ohos.file.fs<br>Class name: Stat<br>Method or attribute name: readonly ino: bigint;|@ohos.file.fs.d.ts|
|Added|NA|Module name: ohos.file.fs<br>Class name: Stat<br>Method or attribute name: readonly mode: number;|@ohos.file.fs.d.ts|
|Added|NA|Module name: ohos.file.fs<br>Class name: Stat<br>Method or attribute name: readonly uid: number;|@ohos.file.fs.d.ts|
|Added|NA|Module name: ohos.file.fs<br>Class name: Stat<br>Method or attribute name: readonly gid: number;|@ohos.file.fs.d.ts|
|Added|NA|Module name: ohos.file.fs<br>Class name: Stat<br>Method or attribute name: readonly size: number;|@ohos.file.fs.d.ts|
|Added|NA|Module name: ohos.file.fs<br>Class name: Stat<br>Method or attribute name: readonly atime: number;|@ohos.file.fs.d.ts|
|Added|NA|Module name: ohos.file.fs<br>Class name: Stat<br>Method or attribute name: readonly mtime: number;|@ohos.file.fs.d.ts|
|Added|NA|Module name: ohos.file.fs<br>Class name: Stat<br>Method or attribute name: readonly ctime: number;|@ohos.file.fs.d.ts|
|Added|NA|Module name: ohos.file.fs<br>Class name: Stat<br>Method or attribute name: isBlockDevice(): boolean;|@ohos.file.fs.d.ts|
|Added|NA|Module name: ohos.file.fs<br>Class name: Stat<br>Method or attribute name: isCharacterDevice(): boolean;|@ohos.file.fs.d.ts|
|Added|NA|Module name: ohos.file.fs<br>Class name: Stat<br>Method or attribute name: isDirectory(): boolean;|@ohos.file.fs.d.ts|
|Added|NA|Module name: ohos.file.fs<br>Class name: Stat<br>Method or attribute name: isFIFO(): boolean;|@ohos.file.fs.d.ts|
|Added|NA|Module name: ohos.file.fs<br>Class name: Stat<br>Method or attribute name: isFile(): boolean;|@ohos.file.fs.d.ts|
|Added|NA|Module name: ohos.file.fs<br>Class name: Stat<br>Method or attribute name: isSocket(): boolean;|@ohos.file.fs.d.ts|
|Added|NA|Module name: ohos.file.fs<br>Class name: Stat<br>Method or attribute name: isSymbolicLink(): boolean;|@ohos.file.fs.d.ts|
|Added|NA|Module name: ohos.file.fs<br>Class name: Stream|@ohos.file.fs.d.ts|
|Added|NA|Module name: ohos.file.fs<br>Class name: Stream<br>Method or attribute name: close(): Promise\<void>;|@ohos.file.fs.d.ts|
|Added|NA|Module name: ohos.file.fs<br>Class name: Stream<br>Method or attribute name: close(callback: AsyncCallback\<void>): void;|@ohos.file.fs.d.ts|
|Added|NA|Module name: ohos.file.fs<br>Class name: Stream<br>Method or attribute name: closeSync(): void;|@ohos.file.fs.d.ts|
|Added|NA|Module name: ohos.file.fs<br>Class name: Stream<br>Method or attribute name: flush(): Promise\<void>;|@ohos.file.fs.d.ts|
|Added|NA|Module name: ohos.file.fs<br>Class name: Stream<br>Method or attribute name: flush(callback: AsyncCallback\<void>): void;|@ohos.file.fs.d.ts|
|Added|NA|Module name: ohos.file.fs<br>Class name: Stream<br>Method or attribute name: flushSync(): void;|@ohos.file.fs.d.ts|
|Added|NA|Module name: ohos.file.fs<br>Class name: Stream<br>Method or attribute name: write(buffer: ArrayBuffer \| string, options?: {<br> offset?: number;<br> length?: number;<br> encoding?: string;<br> }): Promise\<number>;|@ohos.file.fs.d.ts|
|Added|NA|Module name: ohos.file.fs<br>Class name: Stream<br>Method or attribute name: write(buffer: ArrayBuffer \| string, callback: AsyncCallback\<number>): void;|@ohos.file.fs.d.ts|
|Added|NA|Module name: ohos.file.fs<br>Class name: Stream<br>Method or attribute name: write(buffer: ArrayBuffer \| string, options: {<br> offset?: number;<br> length?: number;<br> encoding?: string;<br> }, callback: AsyncCallback\<number>): void;|@ohos.file.fs.d.ts|
|Added|NA|Module name: ohos.file.fs<br>Class name: Stream<br>Method or attribute name: writeSync(buffer: ArrayBuffer \| string, options?: {<br> offset?: number;<br> length?: number;<br> encoding?: string;<br> }): number;|@ohos.file.fs.d.ts|
|Added|NA|Module name: ohos.file.fs<br>Class name: Stream<br>Method or attribute name: read(buffer: ArrayBuffer, options?: {<br> offset?: number;<br> length?: number;<br> }): Promise\<number>;|@ohos.file.fs.d.ts|
|Added|NA|Module name: ohos.file.fs<br>Class name: Stream<br>Method or attribute name: read(buffer: ArrayBuffer, callback: AsyncCallback\<number>): void;|@ohos.file.fs.d.ts|
|Added|NA|Module name: ohos.file.fs<br>Class name: Stream<br>Method or attribute name: read(buffer: ArrayBuffer, options: {<br> offset?: number;<br> length?: number;<br> }, callback: AsyncCallback\<number>): void;|@ohos.file.fs.d.ts|
|Added|NA|Module name: ohos.file.fs<br>Class name: Stream<br>Method or attribute name: readSync(buffer: ArrayBuffer, options?: {<br> offset?: number;<br> length?: number;<br> }): number;|@ohos.file.fs.d.ts|
|Added|NA|Module name: ohos.file.hash<br>Class name: hash|@ohos.file.hash.d.ts|
|Added|NA|Module name: ohos.file.hash<br>Class name: hash<br>Method or attribute name: function hash(path: string, algorithm: string): Promise\<string>;|@ohos.file.hash.d.ts|
|Added|NA|Module name: ohos.file.hash<br>Class name: hash<br>Method or attribute name: function hash(path: string, algorithm: string, callback: AsyncCallback\<string>): void;|@ohos.file.hash.d.ts|
|Added|NA|Module name: ohos.file.picker<br>Class name: picker|@ohos.file.picker.d.ts|
|Added|NA|Module name: ohos.file.picker<br>Class name: PhotoViewMIMETypes|@ohos.file.picker.d.ts|
|Added|NA|Module name: ohos.file.picker<br>Class name: PhotoViewMIMETypes<br>Method or attribute name: IMAGE_TYPE = "image/*"|@ohos.file.picker.d.ts|
|Added|NA|Module name: ohos.file.picker<br>Class name: PhotoViewMIMETypes<br>Method or attribute name: VIDEO_TYPE = "video/*"|@ohos.file.picker.d.ts|
|Added|NA|Module name: ohos.file.picker<br>Class name: PhotoViewMIMETypes<br>Method or attribute name: IMAGE_VIDEO_TYPE = "*/*"|@ohos.file.picker.d.ts|
|Added|NA|Module name: ohos.file.picker<br>Class name: PhotoSelectOptions|@ohos.file.picker.d.ts|
|Added|NA|Module name: ohos.file.picker<br>Class name: PhotoSelectOptions<br>Method or attribute name: MIMEType?: PhotoViewMIMETypes;|@ohos.file.picker.d.ts|
|Added|NA|Module name: ohos.file.picker<br>Class name: PhotoSelectOptions<br>Method or attribute name: maxSelectNumber?: number;|@ohos.file.picker.d.ts|
|Added|NA|Module name: ohos.file.picker<br>Class name: PhotoSelectResult|@ohos.file.picker.d.ts|
|Added|NA|Module name: ohos.file.picker<br>Class name: PhotoSelectResult<br>Method or attribute name: photoUris: Array\<string>;|@ohos.file.picker.d.ts|
|Added|NA|Module name: ohos.file.picker<br>Class name: PhotoSelectResult<br>Method or attribute name: isOriginalPhoto: boolean;|@ohos.file.picker.d.ts|
|Added|NA|Module name: ohos.file.picker<br>Class name: PhotoSaveOptions|@ohos.file.picker.d.ts|
|Added|NA|Module name: ohos.file.picker<br>Class name: PhotoSaveOptions<br>Method or attribute name: newFileNames?: Array\<string>;|@ohos.file.picker.d.ts|
|Added|NA|Module name: ohos.file.picker<br>Class name: PhotoViewPicker|@ohos.file.picker.d.ts|
|Added|NA|Module name: ohos.file.picker<br>Class name: PhotoViewPicker<br>Method or attribute name: select(option?: PhotoSelectOptions) : Promise\<PhotoSelectResult>;|@ohos.file.picker.d.ts|
|Added|NA|Module name: ohos.file.picker<br>Class name: PhotoViewPicker<br>Method or attribute name: select(option: PhotoSelectOptions, callback: AsyncCallback\<PhotoSelectResult>) : void;|@ohos.file.picker.d.ts|
|Added|NA|Module name: ohos.file.picker<br>Class name: PhotoViewPicker<br>Method or attribute name: select(callback: AsyncCallback\<PhotoSelectResult>) : void;|@ohos.file.picker.d.ts|
|Added|NA|Module name: ohos.file.picker<br>Class name: PhotoViewPicker<br>Method or attribute name: save(option?: PhotoSaveOptions) : Promise\<Array\<string>>;|@ohos.file.picker.d.ts|
|Added|NA|Module name: ohos.file.picker<br>Class name: PhotoViewPicker<br>Method or attribute name: save(option: PhotoSaveOptions, callback: AsyncCallback\<Array\<string>>) : void;|@ohos.file.picker.d.ts|
|Added|NA|Module name: ohos.file.picker<br>Class name: PhotoViewPicker<br>Method or attribute name: save(callback: AsyncCallback\<Array\<string>>) : void;|@ohos.file.picker.d.ts|
|Added|NA|Module name: ohos.file.picker<br>Class name: DocumentSelectOptions|@ohos.file.picker.d.ts|
|Added|NA|Module name: ohos.file.picker<br>Class name: DocumentSaveOptions|@ohos.file.picker.d.ts|
|Added|NA|Module name: ohos.file.picker<br>Class name: DocumentSaveOptions<br>Method or attribute name: newFileNames?: Array\<string>;|@ohos.file.picker.d.ts|
|Added|NA|Module name: ohos.file.picker<br>Class name: DocumentViewPicker|@ohos.file.picker.d.ts|
|Added|NA|Module name: ohos.file.picker<br>Class name: DocumentViewPicker<br>Method or attribute name: select(option?: DocumentSelectOptions) : Promise\<Array\<string>>;|@ohos.file.picker.d.ts|
|Added|NA|Module name: ohos.file.picker<br>Class name: DocumentViewPicker<br>Method or attribute name: select(option: DocumentSelectOptions, callback: AsyncCallback\<Array\<string>>) : void;|@ohos.file.picker.d.ts|
|Added|NA|Module name: ohos.file.picker<br>Class name: DocumentViewPicker<br>Method or attribute name: select(callback: AsyncCallback\<Array\<string>>) : void;|@ohos.file.picker.d.ts|
|Added|NA|Module name: ohos.file.picker<br>Class name: DocumentViewPicker<br>Method or attribute name: save(option?: DocumentSaveOptions) : Promise\<Array\<string>>;|@ohos.file.picker.d.ts|
|Added|NA|Module name: ohos.file.picker<br>Class name: DocumentViewPicker<br>Method or attribute name: save(option: DocumentSaveOptions, callback: AsyncCallback\<Array\<string>>) : void;|@ohos.file.picker.d.ts|
|Added|NA|Module name: ohos.file.picker<br>Class name: DocumentViewPicker<br>Method or attribute name: save(callback: AsyncCallback\<Array\<string>>) : void;|@ohos.file.picker.d.ts|
|Added|NA|Module name: ohos.file.picker<br>Class name: AudioSelectOptions|@ohos.file.picker.d.ts|
|Added|NA|Module name: ohos.file.picker<br>Class name: AudioSaveOptions|@ohos.file.picker.d.ts|
|Added|NA|Module name: ohos.file.picker<br>Class name: AudioSaveOptions<br>Method or attribute name: newFileNames?: Array\<string>;|@ohos.file.picker.d.ts|
|Added|NA|Module name: ohos.file.picker<br>Class name: AudioViewPicker|@ohos.file.picker.d.ts|
|Added|NA|Module name: ohos.file.picker<br>Class name: AudioViewPicker<br>Method or attribute name: select(option?: AudioSelectOptions) : Promise\<Array\<string>>;|@ohos.file.picker.d.ts|
|Added|NA|Module name: ohos.file.picker<br>Class name: AudioViewPicker<br>Method or attribute name: select(option: AudioSelectOptions, callback: AsyncCallback\<Array\<string>>) : void;|@ohos.file.picker.d.ts|
|Added|NA|Module name: ohos.file.picker<br>Class name: AudioViewPicker<br>Method or attribute name: select(callback: AsyncCallback\<Array\<string>>) : void;|@ohos.file.picker.d.ts|
|Added|NA|Module name: ohos.file.picker<br>Class name: AudioViewPicker<br>Method or attribute name: save(option?: AudioSaveOptions) : Promise\<Array\<string>>;|@ohos.file.picker.d.ts|
|Added|NA|Module name: ohos.file.picker<br>Class name: AudioViewPicker<br>Method or attribute name: save(option: AudioSaveOptions, callback: AsyncCallback\<Array\<string>>) : void;|@ohos.file.picker.d.ts|
|Added|NA|Module name: ohos.file.picker<br>Class name: AudioViewPicker<br>Method or attribute name: save(callback: AsyncCallback\<Array\<string>>) : void;|@ohos.file.picker.d.ts|
|Added|NA|Module name: ohos.file.securityLabel<br>Class name: securityLabel|@ohos.file.securityLabel.d.ts|
|Added|NA|Module name: ohos.file.securityLabel<br>Class name: DataLevel<br>Method or attribute name: type DataLevel = 's0'\|'s1'\|'s2'\|'s3'\|'s4';|@ohos.file.securityLabel.d.ts|
|Added|NA|Module name: ohos.file.securityLabel<br>Class name: DataLevel<br>Method or attribute name: type DataLevel = 's0'\|'s1'\|'s2'\|'s3'\|'s4';|@ohos.file.securityLabel.d.ts|
|Added|NA|Module name: ohos.file.securityLabel<br>Class name: DataLevel<br>Method or attribute name: type DataLevel = 's0'\|'s1'\|'s2'\|'s3'\|'s4';|@ohos.file.securityLabel.d.ts|
|Added|NA|Module name: ohos.file.securityLabel<br>Class name: DataLevel<br>Method or attribute name: type DataLevel = 's0'\|'s1'\|'s2'\|'s3'\|'s4';|@ohos.file.securityLabel.d.ts|
|Added|NA|Module name: ohos.file.securityLabel<br>Class name: DataLevel<br>Method or attribute name: type DataLevel = 's0'\|'s1'\|'s2'\|'s3'\|'s4';|@ohos.file.securityLabel.d.ts|
|Added|NA|Module name: ohos.file.securityLabel<br>Class name: securityLabel<br>Method or attribute name: function setSecurityLabel(path: string, type: DataLevel): Promise\<void>;|@ohos.file.securityLabel.d.ts|
|Added|NA|Module name: ohos.file.securityLabel<br>Class name: securityLabel<br>Method or attribute name: function setSecurityLabel(path: string, type: DataLevel, callback: AsyncCallback\<void>): void;|@ohos.file.securityLabel.d.ts|
|Added|NA|Module name: ohos.file.securityLabel<br>Class name: securityLabel<br>Method or attribute name: function setSecurityLabelSync(path: string, type: DataLevel): void;|@ohos.file.securityLabel.d.ts|
|Added|NA|Module name: ohos.file.securityLabel<br>Class name: securityLabel<br>Method or attribute name: function getSecurityLabel(path: string): Promise\<string>;|@ohos.file.securityLabel.d.ts|
|Added|NA|Module name: ohos.file.securityLabel<br>Class name: securityLabel<br>Method or attribute name: function getSecurityLabel(path: string, callback: AsyncCallback\<string>): void;|@ohos.file.securityLabel.d.ts|
|Added|NA|Module name: ohos.file.securityLabel<br>Class name: securityLabel<br>Method or attribute name: function getSecurityLabelSync(path: string): string;|@ohos.file.securityLabel.d.ts|
|Added|NA|Module name: ohos.file.statvfs<br>Class name: statfs|@ohos.file.statvfs.d.ts|
|Added|NA|Module name: ohos.file.statvfs<br>Class name: statfs<br>Method or attribute name: function getFreeSize(path: string): Promise\<number>;|@ohos.file.statvfs.d.ts|
|Added|NA|Module name: ohos.file.statvfs<br>Class name: statfs<br>Method or attribute name: function getFreeSize(path: string, callback: AsyncCallback\<number>): void;|@ohos.file.statvfs.d.ts|
|Added|NA|Module name: ohos.file.statvfs<br>Class name: statfs<br>Method or attribute name: function getTotalSize(path: string): Promise\<number>;|@ohos.file.statvfs.d.ts|
|Added|NA|Module name: ohos.file.statvfs<br>Class name: statfs<br>Method or attribute name: function getTotalSize(path: string, callback: AsyncCallback\<number>): void;|@ohos.file.statvfs.d.ts|
|Added|NA|Module name: ohos.file.storageStatistics<br>Class name: storageStatistics|@ohos.file.storageStatistics.d.ts|
|Added|NA|Module name: ohos.file.storageStatistics<br>Class name: storageStatistics<br>Method or attribute name: function getTotalSizeOfVolume(volumeUuid: string, callback: AsyncCallback\<number>): void;|@ohos.file.storageStatistics.d.ts|
|Added|NA|Module name: ohos.file.storageStatistics<br>Class name: storageStatistics<br>Method or attribute name: function getTotalSizeOfVolume(volumeUuid: string): Promise\<number>;|@ohos.file.storageStatistics.d.ts|
|Added|NA|Module name: ohos.file.storageStatistics<br>Class name: storageStatistics<br>Method or attribute name: function getFreeSizeOfVolume(volumeUuid: string, callback: AsyncCallback\<number>): void;|@ohos.file.storageStatistics.d.ts|
|Added|NA|Module name: ohos.file.storageStatistics<br>Class name: storageStatistics<br>Method or attribute name: function getFreeSizeOfVolume(volumeUuid: string): Promise\<number>;|@ohos.file.storageStatistics.d.ts|
|Added|NA|Module name: ohos.file.storageStatistics<br>Class name: BundleStats|@ohos.file.storageStatistics.d.ts|
|Added|NA|Module name: ohos.file.storageStatistics<br>Class name: BundleStats<br>Method or attribute name: appSize: number;|@ohos.file.storageStatistics.d.ts|
|Added|NA|Module name: ohos.file.storageStatistics<br>Class name: BundleStats<br>Method or attribute name: cacheSize: number;|@ohos.file.storageStatistics.d.ts|
|Added|NA|Module name: ohos.file.storageStatistics<br>Class name: BundleStats<br>Method or attribute name: dataSize: number;|@ohos.file.storageStatistics.d.ts|
|Added|NA|Module name: ohos.file.storageStatistics<br>Class name: storageStatistics<br>Method or attribute name: function getBundleStats(packageName: string, callback: AsyncCallback\<BundleStats>): void;|@ohos.file.storageStatistics.d.ts|
|Added|NA|Module name: ohos.file.storageStatistics<br>Class name: storageStatistics<br>Method or attribute name: function getBundleStats(packageName: string): Promise\<BundleStats>;|@ohos.file.storageStatistics.d.ts|
|Added|NA|Module name: ohos.file.storageStatistics<br>Class name: storageStatistics<br>Method or attribute name: function getCurrentBundleStats(callback: AsyncCallback\<BundleStats>): void;|@ohos.file.storageStatistics.d.ts|
|Added|NA|Module name: ohos.file.storageStatistics<br>Class name: storageStatistics<br>Method or attribute name: function getCurrentBundleStats(): Promise\<BundleStats>;|@ohos.file.storageStatistics.d.ts|
|Added|NA|Module name: ohos.file.storageStatistics<br>Class name: storageStatistics<br>Method or attribute name: function getSystemSize(callback: AsyncCallback\<number>): void;|@ohos.file.storageStatistics.d.ts|
|Added|NA|Module name: ohos.file.storageStatistics<br>Class name: storageStatistics<br>Method or attribute name: function getSystemSize(): Promise\<number>;|@ohos.file.storageStatistics.d.ts|
|Added|NA|Module name: ohos.file.storageStatistics<br>Class name: StorageStats|@ohos.file.storageStatistics.d.ts|
|Added|NA|Module name: ohos.file.storageStatistics<br>Class name: StorageStats<br>Method or attribute name: total: number;|@ohos.file.storageStatistics.d.ts|
|Added|NA|Module name: ohos.file.storageStatistics<br>Class name: StorageStats<br>Method or attribute name: audio: number;|@ohos.file.storageStatistics.d.ts|
|Added|NA|Module name: ohos.file.storageStatistics<br>Class name: StorageStats<br>Method or attribute name: video: number;|@ohos.file.storageStatistics.d.ts|
|Added|NA|Module name: ohos.file.storageStatistics<br>Class name: StorageStats<br>Method or attribute name: image: number;|@ohos.file.storageStatistics.d.ts|
|Added|NA|Module name: ohos.file.storageStatistics<br>Class name: StorageStats<br>Method or attribute name: file: number;|@ohos.file.storageStatistics.d.ts|
|Added|NA|Module name: ohos.file.storageStatistics<br>Class name: StorageStats<br>Method or attribute name: app: number;|@ohos.file.storageStatistics.d.ts|
|Added|NA|Module name: ohos.file.storageStatistics<br>Class name: storageStatistics<br>Method or attribute name: function getUserStorageStats(): Promise\<StorageStats>;|@ohos.file.storageStatistics.d.ts|
|Added|NA|Module name: ohos.file.storageStatistics<br>Class name: storageStatistics<br>Method or attribute name: function getUserStorageStats(callback: AsyncCallback\<StorageStats>): void;|@ohos.file.storageStatistics.d.ts|
|Added|NA|Module name: ohos.file.storageStatistics<br>Class name: storageStatistics<br>Method or attribute name: function getUserStorageStats(userId: number): Promise\<StorageStats>;|@ohos.file.storageStatistics.d.ts|
|Added|NA|Module name: ohos.file.storageStatistics<br>Class name: storageStatistics<br>Method or attribute name: function getUserStorageStats(userId: number, callback: AsyncCallback\<StorageStats>): void;|@ohos.file.storageStatistics.d.ts|
|Added|NA|Module name: ohos.file.storageStatistics<br>Class name: storageStatistics<br>Method or attribute name: function getTotalSize(callback: AsyncCallback\<number>): void;|@ohos.file.storageStatistics.d.ts|
|Added|NA|Module name: ohos.file.storageStatistics<br>Class name: storageStatistics<br>Method or attribute name: function getTotalSize(): Promise\<number>;|@ohos.file.storageStatistics.d.ts|
|Added|NA|Module name: ohos.file.storageStatistics<br>Class name: storageStatistics<br>Method or attribute name: function getFreeSize(callback: AsyncCallback\<number>): void;|@ohos.file.storageStatistics.d.ts|
|Added|NA|Module name: ohos.file.storageStatistics<br>Class name: storageStatistics<br>Method or attribute name: function getFreeSize(): Promise\<number>;|@ohos.file.storageStatistics.d.ts|
|Added|NA|Module name: ohos.file.volumeManager<br>Class name: volumeManager|@ohos.file.volumeManager.d.ts|
|Added|NA|Module name: ohos.file.volumeManager<br>Class name: Volume|@ohos.file.volumeManager.d.ts|
|Added|NA|Module name: ohos.file.volumeManager<br>Class name: Volume<br>Method or attribute name: id: string;|@ohos.file.volumeManager.d.ts|
|Added|NA|Module name: ohos.file.volumeManager<br>Class name: Volume<br>Method or attribute name: uuid: string;|@ohos.file.volumeManager.d.ts|
|Added|NA|Module name: ohos.file.volumeManager<br>Class name: Volume<br>Method or attribute name: diskId: string;|@ohos.file.volumeManager.d.ts|
|Added|NA|Module name: ohos.file.volumeManager<br>Class name: Volume<br>Method or attribute name: description: string;|@ohos.file.volumeManager.d.ts|
|Added|NA|Module name: ohos.file.volumeManager<br>Class name: Volume<br>Method or attribute name: removable: boolean;|@ohos.file.volumeManager.d.ts|
|Added|NA|Module name: ohos.file.volumeManager<br>Class name: Volume<br>Method or attribute name: state: number;|@ohos.file.volumeManager.d.ts|
|Added|NA|Module name: ohos.file.volumeManager<br>Class name: Volume<br>Method or attribute name: path: string;|@ohos.file.volumeManager.d.ts|
|Added|NA|Module name: ohos.file.volumeManager<br>Class name: volumeManager<br>Method or attribute name: function getAllVolumes(callback: AsyncCallback\<Array\<Volume>>): void;|@ohos.file.volumeManager.d.ts|
|Added|NA|Module name: ohos.file.volumeManager<br>Class name: volumeManager<br>Method or attribute name: function getAllVolumes(): Promise\<Array\<Volume>>;|@ohos.file.volumeManager.d.ts|
|Added|NA|Module name: ohos.file.volumeManager<br>Class name: volumeManager<br>Method or attribute name: function mount(volumeId: string, callback: AsyncCallback\<void>): void;|@ohos.file.volumeManager.d.ts|
|Added|NA|Module name: ohos.file.volumeManager<br>Class name: volumeManager<br>Method or attribute name: function mount(volumeId: string): Promise\<void>;|@ohos.file.volumeManager.d.ts|
|Added|NA|Module name: ohos.file.volumeManager<br>Class name: volumeManager<br>Method or attribute name: function unmount(volumeId: string, callback: AsyncCallback\<void>): void;|@ohos.file.volumeManager.d.ts|
|Added|NA|Module name: ohos.file.volumeManager<br>Class name: volumeManager<br>Method or attribute name: function unmount(volumeId: string): Promise\<void>;|@ohos.file.volumeManager.d.ts|
|Added|NA|Module name: ohos.file.volumeManager<br>Class name: volumeManager<br>Method or attribute name: function getVolumeByUuid(uuid: string, callback: AsyncCallback\<Volume>): void;|@ohos.file.volumeManager.d.ts|
|Added|NA|Module name: ohos.file.volumeManager<br>Class name: volumeManager<br>Method or attribute name: function getVolumeByUuid(uuid: string): Promise\<Volume>;|@ohos.file.volumeManager.d.ts|
|Added|NA|Module name: ohos.file.volumeManager<br>Class name: volumeManager<br>Method or attribute name: function getVolumeById(volumeId: string, callback: AsyncCallback\<Volume>): void;|@ohos.file.volumeManager.d.ts|
|Added|NA|Module name: ohos.file.volumeManager<br>Class name: volumeManager<br>Method or attribute name: function getVolumeById(volumeId: string): Promise\<Volume>;|@ohos.file.volumeManager.d.ts|
|Added|NA|Module name: ohos.file.volumeManager<br>Class name: volumeManager<br>Method or attribute name: function setVolumeDescription(uuid: string, description: string, callback: AsyncCallback\<void>): void;|@ohos.file.volumeManager.d.ts|
|Added|NA|Module name: ohos.file.volumeManager<br>Class name: volumeManager<br>Method or attribute name: function setVolumeDescription(uuid: string, description: string): Promise\<void>;|@ohos.file.volumeManager.d.ts|
|Added|NA|Module name: ohos.file.volumeManager<br>Class name: volumeManager<br>Method or attribute name: function format(volumeId: string, fsType: string, callback: AsyncCallback\<void>): void;|@ohos.file.volumeManager.d.ts|
|Added|NA|Module name: ohos.file.volumeManager<br>Class name: volumeManager<br>Method or attribute name: function format(volumeId: string, fsType: string): Promise\<void>;|@ohos.file.volumeManager.d.ts|
|Added|NA|Module name: ohos.file.volumeManager<br>Class name: volumeManager<br>Method or attribute name: function partition(diskId: string, type: number, callback: AsyncCallback\<void>): void;|@ohos.file.volumeManager.d.ts|
|Added|NA|Module name: ohos.file.volumeManager<br>Class name: volumeManager<br>Method or attribute name: function partition(diskId: string, type: number): Promise\<void>;|@ohos.file.volumeManager.d.ts|
|Added|NA|Module name: ohos.filemanagement.userFileManager<br>Class name: userFileManager|@ohos.filemanagement.userFileManager.d.ts|
|Added|NA|Module name: ohos.filemanagement.userFileManager<br>Class name: ChangeEvent<br>Method or attribute name: type ChangeEvent = 'deviceChange' \| 'albumChange' \| 'imageChange' \| 'audioChange' \| 'videoChange' \| 'remoteFileChange';|@ohos.filemanagement.userFileManager.d.ts|
|Added|NA|Module name: ohos.filemanagement.userFileManager<br>Class name: ChangeEvent<br>Method or attribute name: type ChangeEvent = 'deviceChange' \| 'albumChange' \| 'imageChange' \| 'audioChange' \| 'videoChange' \| 'remoteFileChange';|@ohos.filemanagement.userFileManager.d.ts|
|Added|NA|Module name: ohos.filemanagement.userFileManager<br>Class name: ChangeEvent<br>Method or attribute name: type ChangeEvent = 'deviceChange' \| 'albumChange' \| 'imageChange' \| 'audioChange' \| 'videoChange' \| 'remoteFileChange';|@ohos.filemanagement.userFileManager.d.ts|
|Added|NA|Module name: ohos.filemanagement.userFileManager<br>Class name: ChangeEvent<br>Method or attribute name: type ChangeEvent = 'deviceChange' \| 'albumChange' \| 'imageChange' \| 'audioChange' \| 'videoChange' \| 'remoteFileChange';|@ohos.filemanagement.userFileManager.d.ts|
|Added|NA|Module name: ohos.filemanagement.userFileManager<br>Class name: ChangeEvent<br>Method or attribute name: type ChangeEvent = 'deviceChange' \| 'albumChange' \| 'imageChange' \| 'audioChange' \| 'videoChange' \| 'remoteFileChange';|@ohos.filemanagement.userFileManager.d.ts|
|Added|NA|Module name: ohos.filemanagement.userFileManager<br>Class name: ChangeEvent<br>Method or attribute name: type ChangeEvent = 'deviceChange' \| 'albumChange' \| 'imageChange' \| 'audioChange' \| 'videoChange' \| 'remoteFileChange';|@ohos.filemanagement.userFileManager.d.ts|
|Added|NA|Module name: ohos.filemanagement.userFileManager<br>Class name: userFileManager<br>Method or attribute name: function getUserFileMgr(context: Context): UserFileManager;|@ohos.filemanagement.userFileManager.d.ts|
|Added|NA|Module name: ohos.filemanagement.userFileManager<br>Class name: FileType|@ohos.filemanagement.userFileManager.d.ts|
|Added|NA|Module name: ohos.filemanagement.userFileManager<br>Class name: FileType<br>Method or attribute name: IMAGE = 1|@ohos.filemanagement.userFileManager.d.ts|
|Added|NA|Module name: ohos.filemanagement.userFileManager<br>Class name: FileType<br>Method or attribute name: VIDEO|@ohos.filemanagement.userFileManager.d.ts|
|Added|NA|Module name: ohos.filemanagement.userFileManager<br>Class name: FileType<br>Method or attribute name: AUDIO|@ohos.filemanagement.userFileManager.d.ts|
|Added|NA|Module name: ohos.filemanagement.userFileManager<br>Class name: FileAsset|@ohos.filemanagement.userFileManager.d.ts|
|Added|NA|Module name: ohos.filemanagement.userFileManager<br>Class name: FileAsset<br>Method or attribute name: readonly uri: string;|@ohos.filemanagement.userFileManager.d.ts|
|Added|NA|Module name: ohos.filemanagement.userFileManager<br>Class name: FileAsset<br>Method or attribute name: readonly fileType: FileType;|@ohos.filemanagement.userFileManager.d.ts|
|Added|NA|Module name: ohos.filemanagement.userFileManager<br>Class name: FileAsset<br>Method or attribute name: displayName: string;|@ohos.filemanagement.userFileManager.d.ts|
|Added|NA|Module name: ohos.filemanagement.userFileManager<br>Class name: FileAsset<br>Method or attribute name: get(member: string): MemberType;|@ohos.filemanagement.userFileManager.d.ts|
|Added|NA|Module name: ohos.filemanagement.userFileManager<br>Class name: FileAsset<br>Method or attribute name: set(member: string, value: string): void;|@ohos.filemanagement.userFileManager.d.ts|
|Added|NA|Module name: ohos.filemanagement.userFileManager<br>Class name: FileAsset<br>Method or attribute name: commitModify(callback: AsyncCallback\<void>): void;|@ohos.filemanagement.userFileManager.d.ts|
|Added|NA|Module name: ohos.filemanagement.userFileManager<br>Class name: FileAsset<br>Method or attribute name: commitModify(): Promise\<void>;|@ohos.filemanagement.userFileManager.d.ts|
|Added|NA|Module name: ohos.filemanagement.userFileManager<br>Class name: FileAsset<br>Method or attribute name: open(mode: string, callback: AsyncCallback\<number>): void;|@ohos.filemanagement.userFileManager.d.ts|
|Added|NA|Module name: ohos.filemanagement.userFileManager<br>Class name: FileAsset<br>Method or attribute name: open(mode: string): Promise\<number>;|@ohos.filemanagement.userFileManager.d.ts|
|Added|NA|Module name: ohos.filemanagement.userFileManager<br>Class name: FileAsset<br>Method or attribute name: close(fd: number, callback: AsyncCallback\<void>): void;|@ohos.filemanagement.userFileManager.d.ts|
|Added|NA|Module name: ohos.filemanagement.userFileManager<br>Class name: FileAsset<br>Method or attribute name: close(fd: number): Promise\<void>;|@ohos.filemanagement.userFileManager.d.ts|
|Added|NA|Module name: ohos.filemanagement.userFileManager<br>Class name: FileAsset<br>Method or attribute name: getThumbnail(callback: AsyncCallback\<image.PixelMap>): void;|@ohos.filemanagement.userFileManager.d.ts|
|Added|NA|Module name: ohos.filemanagement.userFileManager<br>Class name: FileAsset<br>Method or attribute name: getThumbnail(size: image.Size, callback: AsyncCallback\<image.PixelMap>): void;|@ohos.filemanagement.userFileManager.d.ts|
|Added|NA|Module name: ohos.filemanagement.userFileManager<br>Class name: FileAsset<br>Method or attribute name: getThumbnail(size?: image.Size): Promise\<image.PixelMap>;|@ohos.filemanagement.userFileManager.d.ts|
|Added|NA|Module name: ohos.filemanagement.userFileManager<br>Class name: FileAsset<br>Method or attribute name: favorite(isFavorite: boolean, callback: AsyncCallback\<void>): void;|@ohos.filemanagement.userFileManager.d.ts|
|Added|NA|Module name: ohos.filemanagement.userFileManager<br>Class name: FileAsset<br>Method or attribute name: favorite(isFavorite: boolean): Promise\<void>;|@ohos.filemanagement.userFileManager.d.ts|
|Added|NA|Module name: ohos.filemanagement.userFileManager<br>Class name: AudioKey|@ohos.filemanagement.userFileManager.d.ts|
|Added|NA|Module name: ohos.filemanagement.userFileManager<br>Class name: AudioKey<br>Method or attribute name: URI|@ohos.filemanagement.userFileManager.d.ts|
|Added|NA|Module name: ohos.filemanagement.userFileManager<br>Class name: AudioKey<br>Method or attribute name: DISPLAY_NAME|@ohos.filemanagement.userFileManager.d.ts|
|Added|NA|Module name: ohos.filemanagement.userFileManager<br>Class name: AudioKey<br>Method or attribute name: DATE_ADDED|@ohos.filemanagement.userFileManager.d.ts|
|Added|NA|Module name: ohos.filemanagement.userFileManager<br>Class name: AudioKey<br>Method or attribute name: DATE_MODIFIED|@ohos.filemanagement.userFileManager.d.ts|
|Added|NA|Module name: ohos.filemanagement.userFileManager<br>Class name: AudioKey<br>Method or attribute name: TITLE|@ohos.filemanagement.userFileManager.d.ts|
|Added|NA|Module name: ohos.filemanagement.userFileManager<br>Class name: AudioKey<br>Method or attribute name: ARTIST|@ohos.filemanagement.userFileManager.d.ts|
|Added|NA|Module name: ohos.filemanagement.userFileManager<br>Class name: AudioKey<br>Method or attribute name: AUDIOALBUM|@ohos.filemanagement.userFileManager.d.ts|
|Added|NA|Module name: ohos.filemanagement.userFileManager<br>Class name: AudioKey<br>Method or attribute name: DURATION|@ohos.filemanagement.userFileManager.d.ts|
|Added|NA|Module name: ohos.filemanagement.userFileManager<br>Class name: AudioKey<br>Method or attribute name: FAVORITE|@ohos.filemanagement.userFileManager.d.ts|
|Added|NA|Module name: ohos.filemanagement.userFileManager<br>Class name: ImageVideoKey|@ohos.filemanagement.userFileManager.d.ts|
|Added|NA|Module name: ohos.filemanagement.userFileManager<br>Class name: ImageVideoKey<br>Method or attribute name: URI|@ohos.filemanagement.userFileManager.d.ts|
|Added|NA|Module name: ohos.filemanagement.userFileManager<br>Class name: ImageVideoKey<br>Method or attribute name: FILE_TYPE|@ohos.filemanagement.userFileManager.d.ts|
|Added|NA|Module name: ohos.filemanagement.userFileManager<br>Class name: ImageVideoKey<br>Method or attribute name: DISPLAY_NAME|@ohos.filemanagement.userFileManager.d.ts|
|Added|NA|Module name: ohos.filemanagement.userFileManager<br>Class name: ImageVideoKey<br>Method or attribute name: DATE_ADDED|@ohos.filemanagement.userFileManager.d.ts|
|Added|NA|Module name: ohos.filemanagement.userFileManager<br>Class name: ImageVideoKey<br>Method or attribute name: DATE_MODIFIED|@ohos.filemanagement.userFileManager.d.ts|
|Added|NA|Module name: ohos.filemanagement.userFileManager<br>Class name: ImageVideoKey<br>Method or attribute name: TITLE|@ohos.filemanagement.userFileManager.d.ts|
|Added|NA|Module name: ohos.filemanagement.userFileManager<br>Class name: ImageVideoKey<br>Method or attribute name: DURATION|@ohos.filemanagement.userFileManager.d.ts|
|Added|NA|Module name: ohos.filemanagement.userFileManager<br>Class name: ImageVideoKey<br>Method or attribute name: WIDTH|@ohos.filemanagement.userFileManager.d.ts|
|Added|NA|Module name: ohos.filemanagement.userFileManager<br>Class name: ImageVideoKey<br>Method or attribute name: HEIGHT|@ohos.filemanagement.userFileManager.d.ts|
|Added|NA|Module name: ohos.filemanagement.userFileManager<br>Class name: ImageVideoKey<br>Method or attribute name: DATE_TAKEN|@ohos.filemanagement.userFileManager.d.ts|
|Added|NA|Module name: ohos.filemanagement.userFileManager<br>Class name: ImageVideoKey<br>Method or attribute name: ORIENTATION|@ohos.filemanagement.userFileManager.d.ts|
|Added|NA|Module name: ohos.filemanagement.userFileManager<br>Class name: ImageVideoKey<br>Method or attribute name: FAVORITE|@ohos.filemanagement.userFileManager.d.ts|
|Added|NA|Module name: ohos.filemanagement.userFileManager<br>Class name: AlbumKey|@ohos.filemanagement.userFileManager.d.ts|
|Added|NA|Module name: ohos.filemanagement.userFileManager<br>Class name: AlbumKey<br>Method or attribute name: URI|@ohos.filemanagement.userFileManager.d.ts|
|Added|NA|Module name: ohos.filemanagement.userFileManager<br>Class name: AlbumKey<br>Method or attribute name: FILE_TYPE|@ohos.filemanagement.userFileManager.d.ts|
|Added|NA|Module name: ohos.filemanagement.userFileManager<br>Class name: AlbumKey<br>Method or attribute name: ALBUM_NAME|@ohos.filemanagement.userFileManager.d.ts|
|Added|NA|Module name: ohos.filemanagement.userFileManager<br>Class name: AlbumKey<br>Method or attribute name: DATE_ADDED|@ohos.filemanagement.userFileManager.d.ts|
|Added|NA|Module name: ohos.filemanagement.userFileManager<br>Class name: AlbumKey<br>Method or attribute name: DATE_MODIFIED|@ohos.filemanagement.userFileManager.d.ts|
|Added|NA|Module name: ohos.filemanagement.userFileManager<br>Class name: FetchOptions|@ohos.filemanagement.userFileManager.d.ts|
|Added|NA|Module name: ohos.filemanagement.userFileManager<br>Class name: FetchOptions<br>Method or attribute name: fetchColumns: Array\<string>;|@ohos.filemanagement.userFileManager.d.ts|
|Added|NA|Module name: ohos.filemanagement.userFileManager<br>Class name: FetchOptions<br>Method or attribute name: predicates: dataSharePredicates.DataSharePredicates;|@ohos.filemanagement.userFileManager.d.ts|
|Added|NA|Module name: ohos.filemanagement.userFileManager<br>Class name: AlbumFetchOptions|@ohos.filemanagement.userFileManager.d.ts|
|Added|NA|Module name: ohos.filemanagement.userFileManager<br>Class name: AlbumFetchOptions<br>Method or attribute name: predicates: dataSharePredicates.DataSharePredicates;|@ohos.filemanagement.userFileManager.d.ts|
|Added|NA|Module name: ohos.filemanagement.userFileManager<br>Class name: FetchResult|@ohos.filemanagement.userFileManager.d.ts|
|Added|NA|Module name: ohos.filemanagement.userFileManager<br>Class name: FetchResult<br>Method or attribute name: getCount(): number;|@ohos.filemanagement.userFileManager.d.ts|
|Added|NA|Module name: ohos.filemanagement.userFileManager<br>Class name: FetchResult<br>Method or attribute name: isAfterLast(): boolean;|@ohos.filemanagement.userFileManager.d.ts|
|Added|NA|Module name: ohos.filemanagement.userFileManager<br>Class name: FetchResult<br>Method or attribute name: close(): void;|@ohos.filemanagement.userFileManager.d.ts|
|Added|NA|Module name: ohos.filemanagement.userFileManager<br>Class name: FetchResult<br>Method or attribute name: getFirstObject(callback: AsyncCallback\<T>): void;|@ohos.filemanagement.userFileManager.d.ts|
|Added|NA|Module name: ohos.filemanagement.userFileManager<br>Class name: FetchResult<br>Method or attribute name: getFirstObject(): Promise\<T>;|@ohos.filemanagement.userFileManager.d.ts|
|Added|NA|Module name: ohos.filemanagement.userFileManager<br>Class name: FetchResult<br>Method or attribute name: getNextObject(callback: AsyncCallback\<T>): void;|@ohos.filemanagement.userFileManager.d.ts|
|Added|NA|Module name: ohos.filemanagement.userFileManager<br>Class name: FetchResult<br>Method or attribute name: getNextObject(): Promise\<T>;|@ohos.filemanagement.userFileManager.d.ts|
|Added|NA|Module name: ohos.filemanagement.userFileManager<br>Class name: FetchResult<br>Method or attribute name: getLastObject(callback: AsyncCallback\<T>): void;|@ohos.filemanagement.userFileManager.d.ts|
|Added|NA|Module name: ohos.filemanagement.userFileManager<br>Class name: FetchResult<br>Method or attribute name: getLastObject(): Promise\<T>;|@ohos.filemanagement.userFileManager.d.ts|
|Added|NA|Module name: ohos.filemanagement.userFileManager<br>Class name: FetchResult<br>Method or attribute name: getPositionObject(index: number, callback: AsyncCallback\<T>): void;|@ohos.filemanagement.userFileManager.d.ts|
|Added|NA|Module name: ohos.filemanagement.userFileManager<br>Class name: FetchResult<br>Method or attribute name: getPositionObject(index: number): Promise\<T>;|@ohos.filemanagement.userFileManager.d.ts|
|Added|NA|Module name: ohos.filemanagement.userFileManager<br>Class name: AbsAlbum|@ohos.filemanagement.userFileManager.d.ts|
|Added|NA|Module name: ohos.filemanagement.userFileManager<br>Class name: AbsAlbum<br>Method or attribute name: albumName: string;|@ohos.filemanagement.userFileManager.d.ts|
|Added|NA|Module name: ohos.filemanagement.userFileManager<br>Class name: AbsAlbum<br>Method or attribute name: readonly albumUri: string;|@ohos.filemanagement.userFileManager.d.ts|
|Added|NA|Module name: ohos.filemanagement.userFileManager<br>Class name: AbsAlbum<br>Method or attribute name: readonly dateModified: number;|@ohos.filemanagement.userFileManager.d.ts|
|Added|NA|Module name: ohos.filemanagement.userFileManager<br>Class name: AbsAlbum<br>Method or attribute name: readonly count: number;|@ohos.filemanagement.userFileManager.d.ts|
|Added|NA|Module name: ohos.filemanagement.userFileManager<br>Class name: AbsAlbum<br>Method or attribute name: readonly coverUri: string;|@ohos.filemanagement.userFileManager.d.ts|
|Added|NA|Module name: ohos.filemanagement.userFileManager<br>Class name: AbsAlbum<br>Method or attribute name: getPhotoAssets(options: FetchOptions, callback: AsyncCallback\<FetchResult\<FileAsset>>): void;|@ohos.filemanagement.userFileManager.d.ts|
|Added|NA|Module name: ohos.filemanagement.userFileManager<br>Class name: AbsAlbum<br>Method or attribute name: getPhotoAssets(options: FetchOptions): Promise\<FetchResult\<FileAsset>>;|@ohos.filemanagement.userFileManager.d.ts|
|Added|NA|Module name: ohos.filemanagement.userFileManager<br>Class name: Album|@ohos.filemanagement.userFileManager.d.ts|
|Added|NA|Module name: ohos.filemanagement.userFileManager<br>Class name: Album<br>Method or attribute name: commitModify(callback: AsyncCallback\<void>): void;|@ohos.filemanagement.userFileManager.d.ts|
|Added|NA|Module name: ohos.filemanagement.userFileManager<br>Class name: Album<br>Method or attribute name: commitModify(): Promise\<void>;|@ohos.filemanagement.userFileManager.d.ts|
|Added|NA|Module name: ohos.filemanagement.userFileManager<br>Class name: UserFileManager|@ohos.filemanagement.userFileManager.d.ts|
|Added|NA|Module name: ohos.filemanagement.userFileManager<br>Class name: UserFileManager<br>Method or attribute name: getPhotoAssets(options: FetchOptions, callback: AsyncCallback\<FetchResult\<FileAsset>>): void;|@ohos.filemanagement.userFileManager.d.ts|
|Added|NA|Module name: ohos.filemanagement.userFileManager<br>Class name: UserFileManager<br>Method or attribute name: getPhotoAssets(options: FetchOptions): Promise\<FetchResult\<FileAsset>>;|@ohos.filemanagement.userFileManager.d.ts|
|Added|NA|Module name: ohos.filemanagement.userFileManager<br>Class name: UserFileManager<br>Method or attribute name: createPhotoAsset(displayName: string, albumUri: string, callback: AsyncCallback\<FileAsset>): void;|@ohos.filemanagement.userFileManager.d.ts|
|Added|NA|Module name: ohos.filemanagement.userFileManager<br>Class name: UserFileManager<br>Method or attribute name: createPhotoAsset(displayName: string, callback: AsyncCallback\<FileAsset>): void;|@ohos.filemanagement.userFileManager.d.ts|
|Added|NA|Module name: ohos.filemanagement.userFileManager<br>Class name: UserFileManager<br>Method or attribute name: createPhotoAsset(displayName: string, albumUri?: string): Promise\<FileAsset>;|@ohos.filemanagement.userFileManager.d.ts|
|Added|NA|Module name: ohos.filemanagement.userFileManager<br>Class name: UserFileManager<br>Method or attribute name: getPhotoAlbums(options: AlbumFetchOptions, callback: AsyncCallback\<FetchResult\<Album>>): void;|@ohos.filemanagement.userFileManager.d.ts|
|Added|NA|Module name: ohos.filemanagement.userFileManager<br>Class name: UserFileManager<br>Method or attribute name: getPhotoAlbums(options: AlbumFetchOptions): Promise\<FetchResult\<Album>>;|@ohos.filemanagement.userFileManager.d.ts|
|Added|NA|Module name: ohos.filemanagement.userFileManager<br>Class name: UserFileManager<br>Method or attribute name: getPrivateAlbum(type: PrivateAlbumType, callback: AsyncCallback\<FetchResult\<PrivateAlbum>>): void;|@ohos.filemanagement.userFileManager.d.ts|
|Added|NA|Module name: ohos.filemanagement.userFileManager<br>Class name: UserFileManager<br>Method or attribute name: getPrivateAlbum(type: PrivateAlbumType): Promise\<FetchResult\<PrivateAlbum>>;|@ohos.filemanagement.userFileManager.d.ts|
|Added|NA|Module name: ohos.filemanagement.userFileManager<br>Class name: UserFileManager<br>Method or attribute name: getAudioAssets(options: FetchOptions, callback: AsyncCallback\<FetchResult\<FileAsset>>): void;|@ohos.filemanagement.userFileManager.d.ts|
|Added|NA|Module name: ohos.filemanagement.userFileManager<br>Class name: UserFileManager<br>Method or attribute name: getAudioAssets(options: FetchOptions): Promise\<FetchResult\<FileAsset>>;|@ohos.filemanagement.userFileManager.d.ts|
|Added|NA|Module name: ohos.filemanagement.userFileManager<br>Class name: UserFileManager<br>Method or attribute name: delete(uri: string, callback: AsyncCallback\<void>): void;|@ohos.filemanagement.userFileManager.d.ts|
|Added|NA|Module name: ohos.filemanagement.userFileManager<br>Class name: UserFileManager<br>Method or attribute name: delete(uri: string): Promise\<void>;|@ohos.filemanagement.userFileManager.d.ts|
|Added|NA|Module name: ohos.filemanagement.userFileManager<br>Class name: UserFileManager<br>Method or attribute name: on(type: ChangeEvent, callback: Callback\<void>): void;|@ohos.filemanagement.userFileManager.d.ts|
|Added|NA|Module name: ohos.filemanagement.userFileManager<br>Class name: UserFileManager<br>Method or attribute name: on(type: ChangeEvent, callback: Callback\<void>): void;|@ohos.filemanagement.userFileManager.d.ts|
|Added|NA|Module name: ohos.filemanagement.userFileManager<br>Class name: UserFileManager<br>Method or attribute name: on(type: ChangeEvent, callback: Callback\<void>): void;|@ohos.filemanagement.userFileManager.d.ts|
|Added|NA|Module name: ohos.filemanagement.userFileManager<br>Class name: UserFileManager<br>Method or attribute name: on(type: ChangeEvent, callback: Callback\<void>): void;|@ohos.filemanagement.userFileManager.d.ts|
|Added|NA|Module name: ohos.filemanagement.userFileManager<br>Class name: UserFileManager<br>Method or attribute name: on(type: ChangeEvent, callback: Callback\<void>): void;|@ohos.filemanagement.userFileManager.d.ts|
|Added|NA|Module name: ohos.filemanagement.userFileManager<br>Class name: UserFileManager<br>Method or attribute name: on(type: ChangeEvent, callback: Callback\<void>): void;|@ohos.filemanagement.userFileManager.d.ts|
|Added|NA|Module name: ohos.filemanagement.userFileManager<br>Class name: UserFileManager<br>Method or attribute name: off(type: ChangeEvent, callback?: Callback\<void>): void;|@ohos.filemanagement.userFileManager.d.ts|
|Added|NA|Module name: ohos.filemanagement.userFileManager<br>Class name: UserFileManager<br>Method or attribute name: off(type: ChangeEvent, callback?: Callback\<void>): void;|@ohos.filemanagement.userFileManager.d.ts|
|Added|NA|Module name: ohos.filemanagement.userFileManager<br>Class name: UserFileManager<br>Method or attribute name: off(type: ChangeEvent, callback?: Callback\<void>): void;|@ohos.filemanagement.userFileManager.d.ts|
|Added|NA|Module name: ohos.filemanagement.userFileManager<br>Class name: UserFileManager<br>Method or attribute name: off(type: ChangeEvent, callback?: Callback\<void>): void;|@ohos.filemanagement.userFileManager.d.ts|
|Added|NA|Module name: ohos.filemanagement.userFileManager<br>Class name: UserFileManager<br>Method or attribute name: off(type: ChangeEvent, callback?: Callback\<void>): void;|@ohos.filemanagement.userFileManager.d.ts|
|Added|NA|Module name: ohos.filemanagement.userFileManager<br>Class name: UserFileManager<br>Method or attribute name: off(type: ChangeEvent, callback?: Callback\<void>): void;|@ohos.filemanagement.userFileManager.d.ts|
|Added|NA|Module name: ohos.filemanagement.userFileManager<br>Class name: UserFileManager<br>Method or attribute name: getActivePeers(callback: AsyncCallback\<Array\<PeerInfo>>): void;|@ohos.filemanagement.userFileManager.d.ts|
|Added|NA|Module name: ohos.filemanagement.userFileManager<br>Class name: UserFileManager<br>Method or attribute name: getActivePeers(): Promise\<Array\<PeerInfo>>;|@ohos.filemanagement.userFileManager.d.ts|
|Added|NA|Module name: ohos.filemanagement.userFileManager<br>Class name: UserFileManager<br>Method or attribute name: getAllPeers(callback: AsyncCallback\<Array\<PeerInfo>>): void;|@ohos.filemanagement.userFileManager.d.ts|
|Added|NA|Module name: ohos.filemanagement.userFileManager<br>Class name: UserFileManager<br>Method or attribute name: getAllPeers(): Promise\<Array\<PeerInfo>>;|@ohos.filemanagement.userFileManager.d.ts|
|Added|NA|Module name: ohos.filemanagement.userFileManager<br>Class name: UserFileManager<br>Method or attribute name: release(callback: AsyncCallback\<void>): void;|@ohos.filemanagement.userFileManager.d.ts|
|Added|NA|Module name: ohos.filemanagement.userFileManager<br>Class name: UserFileManager<br>Method or attribute name: release(): Promise\<void>;|@ohos.filemanagement.userFileManager.d.ts|
|Added|NA|Module name: ohos.filemanagement.userFileManager<br>Class name: PeerInfo|@ohos.filemanagement.userFileManager.d.ts|
|Added|NA|Module name: ohos.filemanagement.userFileManager<br>Class name: PeerInfo<br>Method or attribute name: readonly deviceName: string;|@ohos.filemanagement.userFileManager.d.ts|
|Added|NA|Module name: ohos.filemanagement.userFileManager<br>Class name: PeerInfo<br>Method or attribute name: readonly networkId: string;|@ohos.filemanagement.userFileManager.d.ts|
|Added|NA|Module name: ohos.filemanagement.userFileManager<br>Class name: PeerInfo<br>Method or attribute name: readonly isOnline: boolean;|@ohos.filemanagement.userFileManager.d.ts|
|Added|NA|Module name: ohos.filemanagement.userFileManager<br>Class name: PrivateAlbumType|@ohos.filemanagement.userFileManager.d.ts|
|Added|NA|Module name: ohos.filemanagement.userFileManager<br>Class name: PrivateAlbumType<br>Method or attribute name: TYPE_FAVORITE|@ohos.filemanagement.userFileManager.d.ts|
|Added|NA|Module name: ohos.filemanagement.userFileManager<br>Class name: PrivateAlbumType<br>Method or attribute name: TYPE_TRASH|@ohos.filemanagement.userFileManager.d.ts|
|Added|NA|Module name: ohos.filemanagement.userFileManager<br>Class name: PrivateAlbum|@ohos.filemanagement.userFileManager.d.ts|
|Added|NA|Module name: ohos.filemanagement.userFileManager<br>Class name: PrivateAlbum<br>Method or attribute name: delete(uri: string, callback: AsyncCallback\<void>): void;|@ohos.filemanagement.userFileManager.d.ts|
|Added|NA|Module name: ohos.filemanagement.userFileManager<br>Class name: PrivateAlbum<br>Method or attribute name: delete(uri: string): Promise\<void>;|@ohos.filemanagement.userFileManager.d.ts|
|Added|NA|Module name: ohos.filemanagement.userFileManager<br>Class name: PrivateAlbum<br>Method or attribute name: recover(uri: string, callback: AsyncCallback\<void>): void;|@ohos.filemanagement.userFileManager.d.ts|
|Added|NA|Module name: ohos.filemanagement.userFileManager<br>Class name: PrivateAlbum<br>Method or attribute name: recover(uri: string): Promise\<void>;|@ohos.filemanagement.userFileManager.d.ts|
|Added|NA|Module name: ohos.fileshare<br>Class name: fileShare|@ohos.fileshare.d.ts|
|Added|NA|Module name: ohos.fileshare<br>Class name: fileShare<br>Method or attribute name: function grantUriPermission(uri: string, bundleName: string, flag: wantConstant.Flags, callback: AsyncCallback\<void>): void;|@ohos.fileshare.d.ts|
|Added|NA|Module name: ohos.fileshare<br>Class name: fileShare<br>Method or attribute name: function grantUriPermission(uri: string, bundleName: string, flag: wantConstant.Flags): Promise\<void>;|@ohos.fileshare.d.ts|
|Deleted|Module name: ohos.environment<br>Class name: Environment|NA|@ohos.environment.d.ts|
|Deleted|Module name: ohos.environment<br>Class name: Environment<br>Method or attribute name: function getStorageDataDir(callback: AsyncCallback\<string>): void;|NA|@ohos.environment.d.ts|
|Deleted|Module name: ohos.environment<br>Class name: Environment<br>Method or attribute name: function getStorageDataDir(): Promise\<string>;|NA|@ohos.environment.d.ts|
|Deleted|Module name: ohos.environment<br>Class name: Environment<br>Method or attribute name: function getUserDataDir(callback: AsyncCallback\<string>): void;|NA|@ohos.environment.d.ts|
|Deleted|Module name: ohos.environment<br>Class name: Environment<br>Method or attribute name: function getUserDataDir(): Promise\<string>;|NA|@ohos.environment.d.ts|
|Deleted|Module name: ohos.storageStatistics<br>Class name: storageStatistics|NA|@ohos.storageStatistics.d.ts|
|Deleted|Module name: ohos.storageStatistics<br>Class name: storageStatistics<br>Method or attribute name: function getTotalSizeOfVolume(volumeUuid: string, callback: AsyncCallback\<number>): void;|NA|@ohos.storageStatistics.d.ts|
|Deleted|Module name: ohos.storageStatistics<br>Class name: storageStatistics<br>Method or attribute name: function getTotalSizeOfVolume(volumeUuid: string): Promise\<number>;|NA|@ohos.storageStatistics.d.ts|
|Deleted|Module name: ohos.storageStatistics<br>Class name: storageStatistics<br>Method or attribute name: function getFreeSizeOfVolume(volumeUuid: string, callback: AsyncCallback\<number>): void;|NA|@ohos.storageStatistics.d.ts|
|Deleted|Module name: ohos.storageStatistics<br>Class name: storageStatistics<br>Method or attribute name: function getFreeSizeOfVolume(volumeUuid: string): Promise\<number>;|NA|@ohos.storageStatistics.d.ts|
|Deprecated version changed|Class name: document<br>Method or attribute name: function choose(types?: string[]): Promise\<string>;<br>Deprecated version: N/A|Class name: document<br>Method or attribute name: function choose(types?: string[]): Promise\<string>;<br>Deprecated version: 9<br>Substitute API: N/A|@ohos.document.d.ts|
|Deprecated version changed|Class name: document<br>Method or attribute name: function choose(callback: AsyncCallback\<string>): void;<br>Deprecated version: N/A|Class name: document<br>Method or attribute name: function choose(callback: AsyncCallback\<string>): void;<br>Deprecated version: 9<br>Substitute API: N/A|@ohos.document.d.ts|
|Deprecated version changed|Class name: document<br>Method or attribute name: function choose(types: string[], callback: AsyncCallback\<string>): void;<br>Deprecated version: N/A|Class name: document<br>Method or attribute name: function choose(types: string[], callback: AsyncCallback\<string>): void;<br>Deprecated version: 9<br>Substitute API: N/A|@ohos.document.d.ts|
|Deprecated version changed|Class name: document<br>Method or attribute name: function show(uri: string, type: string): Promise\<void>;<br>Deprecated version: N/A|Class name: document<br>Method or attribute name: function show(uri: string, type: string): Promise\<void>;<br>Deprecated version: 9<br>Substitute API: N/A|@ohos.document.d.ts|
|Deprecated version changed|Class name: document<br>Method or attribute name: function show(uri: string, type: string, callback: AsyncCallback\<void>): void;<br>Deprecated version: N/A|Class name: document<br>Method or attribute name: function show(uri: string, type: string, callback: AsyncCallback\<void>): void;<br>Deprecated version: 9<br>Substitute API: N/A|@ohos.document.d.ts|
|Deprecated version changed|Class name: fileIO<br>Method or attribute name: function access(path: string, mode?: number): Promise\<void>;<br>Deprecated version: N/A|Class name: fileIO<br>Method or attribute name: function access(path: string, mode?: number): Promise\<void>;<br>Deprecated version: 9<br>Substitute API: ohos.file.fs.access |@ohos.fileio.d.ts|
|Deprecated version changed|Class name: fileIO<br>Method or attribute name: function access(path: string, callback: AsyncCallback\<void>): void;<br>Deprecated version: N/A|Class name: fileIO<br>Method or attribute name: function access(path: string, callback: AsyncCallback\<void>): void;<br>Deprecated version: 9<br>Substitute API: ohos.file.fs.access |@ohos.fileio.d.ts|
|Deprecated version changed|Class name: fileIO<br>Method or attribute name: function access(path: string, mode: number, callback: AsyncCallback\<void>): void;<br>Deprecated version: N/A|Class name: fileIO<br>Method or attribute name: function access(path: string, mode: number, callback: AsyncCallback\<void>): void;<br>Deprecated version: 9<br>Substitute API: ohos.file.fs.access |@ohos.fileio.d.ts|
|Deprecated version changed|Class name: fileIO<br>Method or attribute name: function accessSync(path: string, mode?: number): void;<br>Deprecated version: N/A|Class name: fileIO<br>Method or attribute name: function accessSync(path: string, mode?: number): void;<br>Deprecated version: 9<br>Substitute API: ohos.file.fs.accessSync |@ohos.fileio.d.ts|
|Deprecated version changed|Class name: fileIO<br>Method or attribute name: function close(fd: number): Promise\<void>;<br>Deprecated version: N/A|Class name: fileIO<br>Method or attribute name: function close(fd: number): Promise\<void>;<br>Deprecated version: 9<br>Substitute API: ohos.file.fs.close |@ohos.fileio.d.ts|
|Deprecated version changed|Class name: fileIO<br>Method or attribute name: function close(fd: number, callback: AsyncCallback\<void>): void;<br>Deprecated version: N/A|Class name: fileIO<br>Method or attribute name: function close(fd: number, callback: AsyncCallback\<void>): void;<br>Deprecated version: 9<br>Substitute API: ohos.file.fs.close |@ohos.fileio.d.ts|
|Deprecated version changed|Class name: fileIO<br>Method or attribute name: function closeSync(fd: number): void;<br>Deprecated version: N/A|Class name: fileIO<br>Method or attribute name: function closeSync(fd: number): void;<br>Deprecated version: 9<br>Substitute API: ohos.file.fs.closeSync |@ohos.fileio.d.ts|
|Deprecated version changed|Class name: fileIO<br>Method or attribute name: function copyFile(src: string \| number, dest: string \| number, mode?: number): Promise\<void>;<br>Deprecated version: N/A|Class name: fileIO<br>Method or attribute name: function copyFile(src: string \| number, dest: string \| number, mode?: number): Promise\<void>;<br>Deprecated version: 9<br>Substitute API: ohos.file.fs.copyFile |@ohos.fileio.d.ts|
|Deprecated version changed|Class name: fileIO<br>Method or attribute name: function copyFile(src: string \| number, dest: string \| number, callback: AsyncCallback\<void>): void;<br>Deprecated version: N/A|Class name: fileIO<br>Method or attribute name: function copyFile(src: string \| number, dest: string \| number, callback: AsyncCallback\<void>): void;<br>Deprecated version: 9<br>Substitute API: ohos.file.fs.copyFile |@ohos.fileio.d.ts|
|Deprecated version changed|Class name: fileIO<br>Method or attribute name: function copyFile(src: string \| number, dest: string \| number, mode: number, callback: AsyncCallback\<void>): void;<br>Deprecated version: N/A|Class name: fileIO<br>Method or attribute name: function copyFile(src: string \| number, dest: string \| number, mode: number, callback: AsyncCallback\<void>): void;<br>Deprecated version: 9<br>Substitute API: ohos.file.fs.copyFile |@ohos.fileio.d.ts|
|Deprecated version changed|Class name: fileIO<br>Method or attribute name: function copyFileSync(src: string \| number, dest: string \| number, mode?: number): void;<br>Deprecated version: N/A|Class name: fileIO<br>Method or attribute name: function copyFileSync(src: string \| number, dest: string \| number, mode?: number): void;<br>Deprecated version: 9<br>Substitute API: ohos.file.fs.copyFileSync |@ohos.fileio.d.ts|
|Deprecated version changed|Class name: fileIO<br>Method or attribute name: function createStream(path: string, mode: string): Promise\<Stream>;<br>Deprecated version: N/A|Class name: fileIO<br>Method or attribute name: function createStream(path: string, mode: string): Promise\<Stream>;<br>Deprecated version: 9<br>Substitute API: ohos.file.fs.createStream |@ohos.fileio.d.ts|
|Deprecated version changed|Class name: fileIO<br>Method or attribute name: function createStream(path: string, mode: string, callback: AsyncCallback\<Stream>): void;<br>Deprecated version: N/A|Class name: fileIO<br>Method or attribute name: function createStream(path: string, mode: string, callback: AsyncCallback\<Stream>): void;<br>Deprecated version: 9<br>Substitute API: ohos.file.fs.createStream |@ohos.fileio.d.ts|
|Deprecated version changed|Class name: fileIO<br>Method or attribute name: function createStreamSync(path: string, mode: string): Stream;<br>Deprecated version: N/A|Class name: fileIO<br>Method or attribute name: function createStreamSync(path: string, mode: string): Stream;<br>Deprecated version: 9<br>Substitute API: ohos.file.fs.createStreamSync |@ohos.fileio.d.ts|
|Deprecated version changed|Class name: fileIO<br>Method or attribute name: function chown(path: string, uid: number, gid: number): Promise\<void>;<br>Deprecated version: N/A|Class name: fileIO<br>Method or attribute name: function chown(path: string, uid: number, gid: number): Promise\<void>;<br>Deprecated version: 9<br>Substitute API: N/A|@ohos.fileio.d.ts|
|Deprecated version changed|Class name: fileIO<br>Method or attribute name: function chown(path: string, uid: number, gid: number, callback: AsyncCallback\<void>): void;<br>Deprecated version: N/A|Class name: fileIO<br>Method or attribute name: function chown(path: string, uid: number, gid: number, callback: AsyncCallback\<void>): void;<br>Deprecated version: 9<br>Substitute API: N/A|@ohos.fileio.d.ts|
|Deprecated version changed|Class name: fileIO<br>Method or attribute name: function chownSync(path: string, uid: number, gid: number): void;<br>Deprecated version: N/A|Class name: fileIO<br>Method or attribute name: function chownSync(path: string, uid: number, gid: number): void;<br>Deprecated version: 9<br>Substitute API: N/A|@ohos.fileio.d.ts|
|Deprecated version changed|Class name: fileIO<br>Method or attribute name: function chmod(path: string, mode: number): Promise\<void>;<br>Deprecated version: N/A|Class name: fileIO<br>Method or attribute name: function chmod(path: string, mode: number): Promise\<void>;<br>Deprecated version: 9<br>Substitute API: N/A|@ohos.fileio.d.ts|
|Deprecated version changed|Class name: fileIO<br>Method or attribute name: function chmod(path: string, mode: number, callback: AsyncCallback\<void>): void;<br>Deprecated version: N/A|Class name: fileIO<br>Method or attribute name: function chmod(path: string, mode: number, callback: AsyncCallback\<void>): void;<br>Deprecated version: 9<br>Substitute API: N/A|@ohos.fileio.d.ts|
|Deprecated version changed|Class name: fileIO<br>Method or attribute name: function chmodSync(path: string, mode: number): void;<br>Deprecated version: N/A|Class name: fileIO<br>Method or attribute name: function chmodSync(path: string, mode: number): void;<br>Deprecated version: 9<br>Substitute API: N/A|@ohos.fileio.d.ts|
|Deprecated version changed|Class name: fileIO<br>Method or attribute name: function ftruncate(fd: number, len?: number): Promise\<void>;<br>Deprecated version: N/A|Class name: fileIO<br>Method or attribute name: function ftruncate(fd: number, len?: number): Promise\<void>;<br>Deprecated version: 9<br>Substitute API: ohos.file.fs.truncate |@ohos.fileio.d.ts|
|Deprecated version changed|Class name: fileIO<br>Method or attribute name: function ftruncate(fd: number, callback: AsyncCallback\<void>): void;<br>Deprecated version: N/A|Class name: fileIO<br>Method or attribute name: function ftruncate(fd: number, callback: AsyncCallback\<void>): void;<br>Deprecated version: 9<br>Substitute API: ohos.file.fs.truncate |@ohos.fileio.d.ts|
|Deprecated version changed|Class name: fileIO<br>Method or attribute name: function ftruncate(fd: number, len: number, callback: AsyncCallback\<void>): void;<br>Deprecated version: N/A|Class name: fileIO<br>Method or attribute name: function ftruncate(fd: number, len: number, callback: AsyncCallback\<void>): void;<br>Deprecated version: 9<br>Substitute API: ohos.file.fs.truncate |@ohos.fileio.d.ts|
|Deprecated version changed|Class name: fileIO<br>Method or attribute name: function ftruncateSync(fd: number, len?: number): void;<br>Deprecated version: N/A|Class name: fileIO<br>Method or attribute name: function ftruncateSync(fd: number, len?: number): void;<br>Deprecated version: 9<br>Substitute API: ohos.file.fs.truncateSync |@ohos.fileio.d.ts|
|Deprecated version changed|Class name: fileIO<br>Method or attribute name: function fsync(fd: number): Promise\<void>;<br>Deprecated version: N/A|Class name: fileIO<br>Method or attribute name: function fsync(fd: number): Promise\<void>;<br>Deprecated version: 9<br>Substitute API: ohos.file.fs.fsync |@ohos.fileio.d.ts|
|Deprecated version changed|Class name: fileIO<br>Method or attribute name: function fsync(fd: number, callback: AsyncCallback\<void>): void;<br>Deprecated version: N/A|Class name: fileIO<br>Method or attribute name: function fsync(fd: number, callback: AsyncCallback\<void>): void;<br>Deprecated version: 9<br>Substitute API: ohos.file.fs.fsync |@ohos.fileio.d.ts|
|Deprecated version changed|Class name: fileIO<br>Method or attribute name: function fsyncSync(fd: number): void;<br>Deprecated version: N/A|Class name: fileIO<br>Method or attribute name: function fsyncSync(fd: number): void;<br>Deprecated version: 9<br>Substitute API: ohos.file.fs.fsyncSync |@ohos.fileio.d.ts|
|Deprecated version changed|Class name: fileIO<br>Method or attribute name: function fstat(fd: number): Promise\<Stat>;<br>Deprecated version: N/A|Class name: fileIO<br>Method or attribute name: function fstat(fd: number): Promise\<Stat>;<br>Deprecated version: 9<br>Substitute API: ohos.file.fs.stat |@ohos.fileio.d.ts|
|Deprecated version changed|Class name: fileIO<br>Method or attribute name: function fstat(fd: number, callback: AsyncCallback\<Stat>): void;<br>Deprecated version: N/A|Class name: fileIO<br>Method or attribute name: function fstat(fd: number, callback: AsyncCallback\<Stat>): void;<br>Deprecated version: 9<br>Substitute API: ohos.file.fs.stat |@ohos.fileio.d.ts|
|Deprecated version changed|Class name: fileIO<br>Method or attribute name: function fstatSync(fd: number): Stat;<br>Deprecated version: N/A|Class name: fileIO<br>Method or attribute name: function fstatSync(fd: number): Stat;<br>Deprecated version: 9<br>Substitute API: ohos.file.fs.statSync |@ohos.fileio.d.ts|
|Deprecated version changed|Class name: fileIO<br>Method or attribute name: function fdatasync(fd: number): Promise\<void>;<br>Deprecated version: N/A|Class name: fileIO<br>Method or attribute name: function fdatasync(fd: number): Promise\<void>;<br>Deprecated version: 9<br>Substitute API: ohos.file.fs.fdatasync |@ohos.fileio.d.ts|
|Deprecated version changed|Class name: fileIO<br>Method or attribute name: function fdatasync(fd: number, callback: AsyncCallback\<void>): void;<br>Deprecated version: N/A|Class name: fileIO<br>Method or attribute name: function fdatasync(fd: number, callback: AsyncCallback\<void>): void;<br>Deprecated version: 9<br>Substitute API: ohos.file.fs.fdatasync |@ohos.fileio.d.ts|
|Deprecated version changed|Class name: fileIO<br>Method or attribute name: function fdatasyncSync(fd: number): void;<br>Deprecated version: N/A|Class name: fileIO<br>Method or attribute name: function fdatasyncSync(fd: number): void;<br>Deprecated version: 9<br>Substitute API: ohos.file.fs.fdatasyncSync |@ohos.fileio.d.ts|
|Deprecated version changed|Class name: fileIO<br>Method or attribute name: function fchown(fd: number, uid: number, gid: number): Promise\<void>;<br>Deprecated version: N/A|Class name: fileIO<br>Method or attribute name: function fchown(fd: number, uid: number, gid: number): Promise\<void>;<br>Deprecated version: 9<br>Substitute API: N/A|@ohos.fileio.d.ts|
|Deprecated version changed|Class name: fileIO<br>Method or attribute name: function fchown(fd: number, uid: number, gid: number, callback: AsyncCallback\<void>): void;<br>Deprecated version: N/A|Class name: fileIO<br>Method or attribute name: function fchown(fd: number, uid: number, gid: number, callback: AsyncCallback\<void>): void;<br>Deprecated version: 9<br>Substitute API: N/A|@ohos.fileio.d.ts|
|Deprecated version changed|Class name: fileIO<br>Method or attribute name: function fchownSync(fd: number, uid: number, gid: number): void;<br>Deprecated version: N/A|Class name: fileIO<br>Method or attribute name: function fchownSync(fd: number, uid: number, gid: number): void;<br>Deprecated version: 9<br>Substitute API: N/A|@ohos.fileio.d.ts|
|Deprecated version changed|Class name: fileIO<br>Method or attribute name: function fchmod(fd: number, mode: number): Promise\<void>;<br>Deprecated version: N/A|Class name: fileIO<br>Method or attribute name: function fchmod(fd: number, mode: number): Promise\<void>;<br>Deprecated version: 9<br>Substitute API: N/A|@ohos.fileio.d.ts|
|Deprecated version changed|Class name: fileIO<br>Method or attribute name: function fchmod(fd: number, mode: number, callback: AsyncCallback\<void>): void;<br>Deprecated version: N/A|Class name: fileIO<br>Method or attribute name: function fchmod(fd: number, mode: number, callback: AsyncCallback\<void>): void;<br>Deprecated version: 9<br>Substitute API: N/A|@ohos.fileio.d.ts|
|Deprecated version changed|Class name: fileIO<br>Method or attribute name: function fchmodSync(fd: number, mode: number): void;<br>Deprecated version: N/A|Class name: fileIO<br>Method or attribute name: function fchmodSync(fd: number, mode: number): void;<br>Deprecated version: 9<br>Substitute API: N/A|@ohos.fileio.d.ts|
|Deprecated version changed|Class name: fileIO<br>Method or attribute name: function fdopenStream(fd: number, mode: string): Promise\<Stream>;<br>Deprecated version: N/A|Class name: fileIO<br>Method or attribute name: function fdopenStream(fd: number, mode: string): Promise\<Stream>;<br>Deprecated version: 9<br>Substitute API: ohos.file.fs.fdopenStream |@ohos.fileio.d.ts|
|Deprecated version changed|Class name: fileIO<br>Method or attribute name: function fdopenStream(fd: number, mode: string, callback: AsyncCallback\<Stream>): void;<br>Deprecated version: N/A|Class name: fileIO<br>Method or attribute name: function fdopenStream(fd: number, mode: string, callback: AsyncCallback\<Stream>): void;<br>Deprecated version: 9<br>Substitute API: ohos.file.fs.fdopenStream |@ohos.fileio.d.ts|
|Deprecated version changed|Class name: fileIO<br>Method or attribute name: function fdopenStreamSync(fd: number, mode: string): Stream;<br>Deprecated version: N/A|Class name: fileIO<br>Method or attribute name: function fdopenStreamSync(fd: number, mode: string): Stream;<br>Deprecated version: 9<br>Substitute API: ohos.file.fs.fdopenStreamSync |@ohos.fileio.d.ts|
|Deprecated version changed|Class name: fileIO<br>Method or attribute name: function hash(path: string, algorithm: string): Promise\<string>;<br>Deprecated version: N/A|Class name: fileIO<br>Method or attribute name: function hash(path: string, algorithm: string): Promise\<string>;<br>Deprecated version: 9<br>Substitute API: ohos.file.hash.hash |@ohos.fileio.d.ts|
|Deprecated version changed|Class name: fileIO<br>Method or attribute name: function hash(path: string, algorithm: string, callback: AsyncCallback\<string>): void;<br>Deprecated version: N/A|Class name: fileIO<br>Method or attribute name: function hash(path: string, algorithm: string, callback: AsyncCallback\<string>): void;<br>Deprecated version: 9<br>Substitute API: ohos.file.hash.hash |@ohos.fileio.d.ts|
|Deprecated version changed|Class name: fileIO<br>Method or attribute name: function lchown(path: string, uid: number, gid: number): Promise\<void>;<br>Deprecated version: N/A|Class name: fileIO<br>Method or attribute name: function lchown(path: string, uid: number, gid: number): Promise\<void>;<br>Deprecated version: 9<br>Substitute API: N/A|@ohos.fileio.d.ts|
|Deprecated version changed|Class name: fileIO<br>Method or attribute name: function lchown(path: string, uid: number, gid: number, callback: AsyncCallback\<void>): void;<br>Deprecated version: N/A|Class name: fileIO<br>Method or attribute name: function lchown(path: string, uid: number, gid: number, callback: AsyncCallback\<void>): void;<br>Deprecated version: 9<br>Substitute API: N/A|@ohos.fileio.d.ts|
|Deprecated version changed|Class name: fileIO<br>Method or attribute name: function lchownSync(path: string, uid: number, gid: number): void;<br>Deprecated version: N/A|Class name: fileIO<br>Method or attribute name: function lchownSync(path: string, uid: number, gid: number): void;<br>Deprecated version: 9<br>Substitute API: N/A|@ohos.fileio.d.ts|
|Deprecated version changed|Class name: fileIO<br>Method or attribute name: function lstat(path: string): Promise\<Stat>;<br>Deprecated version: N/A|Class name: fileIO<br>Method or attribute name: function lstat(path: string): Promise\<Stat>;<br>Deprecated version: 9<br>Substitute API: ohos.file.fs.lstat |@ohos.fileio.d.ts|
|Deprecated version changed|Class name: fileIO<br>Method or attribute name: function lstat(path: string, callback: AsyncCallback\<Stat>): void;<br>Deprecated version: N/A|Class name: fileIO<br>Method or attribute name: function lstat(path: string, callback: AsyncCallback\<Stat>): void;<br>Deprecated version: 9<br>Substitute API: ohos.file.fs.lstat |@ohos.fileio.d.ts|
|Deprecated version changed|Class name: fileIO<br>Method or attribute name: function lstatSync(path: string): Stat;<br>Deprecated version: N/A|Class name: fileIO<br>Method or attribute name: function lstatSync(path: string): Stat;<br>Deprecated version: 9<br>Substitute API: ohos.file.fs.lstatSync |@ohos.fileio.d.ts|
|Deprecated version changed|Class name: fileIO<br>Method or attribute name: function mkdir(path: string, mode?: number): Promise\<void>;<br>Deprecated version: N/A|Class name: fileIO<br>Method or attribute name: function mkdir(path: string, mode?: number): Promise\<void>;<br>Deprecated version: 9<br>Substitute API: ohos.file.fs.mkdir |@ohos.fileio.d.ts|
|Deprecated version changed|Class name: fileIO<br>Method or attribute name: function mkdir(path: string, callback: AsyncCallback\<void>): void;<br>Deprecated version: N/A|Class name: fileIO<br>Method or attribute name: function mkdir(path: string, callback: AsyncCallback\<void>): void;<br>Deprecated version: 9<br>Substitute API: ohos.file.fs.mkdir |@ohos.fileio.d.ts|
|Deprecated version changed|Class name: fileIO<br>Method or attribute name: function mkdir(path: string, mode: number, callback: AsyncCallback\<void>): void;<br>Deprecated version: N/A|Class name: fileIO<br>Method or attribute name: function mkdir(path: string, mode: number, callback: AsyncCallback\<void>): void;<br>Deprecated version: 9<br>Substitute API: ohos.file.fs.mkdir |@ohos.fileio.d.ts|
|Deprecated version changed|Class name: fileIO<br>Method or attribute name: function mkdirSync(path: string, mode?: number): void;<br>Deprecated version: N/A|Class name: fileIO<br>Method or attribute name: function mkdirSync(path: string, mode?: number): void;<br>Deprecated version: 9<br>Substitute API: ohos.file.fs.mkdirSync |@ohos.fileio.d.ts|
|Deprecated version changed|Class name: fileIO<br>Method or attribute name: function mkdtemp(prefix: string): Promise\<string>;<br>Deprecated version: N/A|Class name: fileIO<br>Method or attribute name: function mkdtemp(prefix: string): Promise\<string>;<br>Deprecated version: 9<br>Substitute API: ohos.file.fs.mkdtemp |@ohos.fileio.d.ts|
|Deprecated version changed|Class name: fileIO<br>Method or attribute name: function mkdtemp(prefix: string, callback: AsyncCallback\<string>): void;<br>Deprecated version: N/A|Class name: fileIO<br>Method or attribute name: function mkdtemp(prefix: string, callback: AsyncCallback\<string>): void;<br>Deprecated version: 9<br>Substitute API: ohos.file.fs.mkdtemp |@ohos.fileio.d.ts|
|Deprecated version changed|Class name: fileIO<br>Method or attribute name: function mkdtempSync(prefix: string): string;<br>Deprecated version: N/A|Class name: fileIO<br>Method or attribute name: function mkdtempSync(prefix: string): string;<br>Deprecated version: 9<br>Substitute API: ohos.file.fs.mkdtempSync |@ohos.fileio.d.ts|
|Deprecated version changed|Class name: fileIO<br>Method or attribute name: function open(path: string, flags?: number, mode?: number): Promise\<number>;<br>Deprecated version: N/A|Class name: fileIO<br>Method or attribute name: function open(path: string, flags?: number, mode?: number): Promise\<number>;<br>Deprecated version: 9<br>Substitute API: ohos.file.fs.open |@ohos.fileio.d.ts|
|Deprecated version changed|Class name: fileIO<br>Method or attribute name: function open(path: string, callback: AsyncCallback\<number>): void;<br>Deprecated version: N/A|Class name: fileIO<br>Method or attribute name: function open(path: string, callback: AsyncCallback\<number>): void;<br>Deprecated version: 9<br>Substitute API: ohos.file.fs.open |@ohos.fileio.d.ts|
|Deprecated version changed|Class name: fileIO<br>Method or attribute name: function open(path: string, flags: number, callback: AsyncCallback\<number>): void;<br>Deprecated version: N/A|Class name: fileIO<br>Method or attribute name: function open(path: string, flags: number, callback: AsyncCallback\<number>): void;<br>Deprecated version: 9<br>Substitute API: ohos.file.fs.open |@ohos.fileio.d.ts|
|Deprecated version changed|Class name: fileIO<br>Method or attribute name: function open(path: string, flags: number, mode: number, callback: AsyncCallback\<number>): void;<br>Deprecated version: N/A|Class name: fileIO<br>Method or attribute name: function open(path: string, flags: number, mode: number, callback: AsyncCallback\<number>): void;<br>Deprecated version: 9<br>Substitute API: ohos.file.fs.open |@ohos.fileio.d.ts|
|Deprecated version changed|Class name: fileIO<br>Method or attribute name: function openSync(path: string, flags?: number, mode?: number): number;<br>Deprecated version: N/A|Class name: fileIO<br>Method or attribute name: function openSync(path: string, flags?: number, mode?: number): number;<br>Deprecated version: 9<br>Substitute API: ohos.file.fs.openSync |@ohos.fileio.d.ts|
|Deprecated version changed|Class name: fileIO<br>Method or attribute name: function opendir(path: string): Promise\<Dir>;<br>Deprecated version: N/A|Class name: fileIO<br>Method or attribute name: function opendir(path: string): Promise\<Dir>;<br>Deprecated version: 9<br>Substitute API: ohos.file.fs.listFile |@ohos.fileio.d.ts|
|Deprecated version changed|Class name: fileIO<br>Method or attribute name: function opendir(path: string, callback: AsyncCallback\<Dir>): void;<br>Deprecated version: N/A|Class name: fileIO<br>Method or attribute name: function opendir(path: string, callback: AsyncCallback\<Dir>): void;<br>Deprecated version: 9<br>Substitute API: ohos.file.fs.listFile |@ohos.fileio.d.ts|
|Deprecated version changed|Class name: fileIO<br>Method or attribute name: function opendirSync(path: string): Dir;<br>Deprecated version: N/A|Class name: fileIO<br>Method or attribute name: function opendirSync(path: string): Dir;<br>Deprecated version: 9<br>Substitute API: ohos.file.fs.listFile |@ohos.fileio.d.ts|
|Deprecated version changed|Class name: fileIO<br>Method or attribute name: function readText(filePath: string, options?: {<br> position?: number;<br> length?: number;<br> encoding?: string;<br>}): Promise\<string>;<br>Deprecated version: N/A|Class name: fileIO<br>Method or attribute name: function readText(filePath: string, options?: {<br> position?: number;<br> length?: number;<br> encoding?: string;<br>}): Promise\<string>;<br>Deprecated version: 9<br>Substitute API: ohos.file.fs.readText |@ohos.fileio.d.ts|
|Deprecated version changed|Class name: fileIO<br>Method or attribute name: function readText(filePath: string, options: {<br> position?: number;<br> length?: number;<br> encoding?: string;<br>}, callback: AsyncCallback\<string>): void;<br>Deprecated version: N/A|Class name: fileIO<br>Method or attribute name: function readText(filePath: string, options: {<br> position?: number;<br> length?: number;<br> encoding?: string;<br>}, callback: AsyncCallback\<string>): void;<br>Deprecated version: 9<br>Substitute API: ohos.file.fs.readText |@ohos.fileio.d.ts|
|Deprecated version changed|Class name: fileIO<br>Method or attribute name: function readTextSync(filePath: string, options?: {<br> position?: number;<br> length?: number;<br> encoding?: string;<br>}): string;<br>Deprecated version: N/A|Class name: fileIO<br>Method or attribute name: function readTextSync(filePath: string, options?: {<br> position?: number;<br> length?: number;<br> encoding?: string;<br>}): string;<br>Deprecated version: 9<br>Substitute API: ohos.file.fs.readTextSync |@ohos.fileio.d.ts|
|Deprecated version changed|Class name: fileIO<br>Method or attribute name: function read(fd: number, buffer: ArrayBuffer, options?: {<br> offset?: number;<br> length?: number;<br> position?: number;<br>}): Promise\<ReadOut><br>Deprecated version: N/A|Class name: fileIO<br>Method or attribute name: function read(fd: number, buffer: ArrayBuffer, options?: {<br> offset?: number;<br> length?: number;<br> position?: number;<br>}): Promise\<ReadOut><br>Deprecated version: 9<br>Substitute API: ohos.file.fs.read |@ohos.fileio.d.ts|
|Deprecated version changed|Class name: fileIO<br>Method or attribute name: function read(fd: number, buffer: ArrayBuffer, callback: AsyncCallback\<ReadOut>): void;<br>Deprecated version: N/A|Class name: fileIO<br>Method or attribute name: function read(fd: number, buffer: ArrayBuffer, callback: AsyncCallback\<ReadOut>): void;<br>Deprecated version: 9<br>Substitute API: ohos.file.fs.read |@ohos.fileio.d.ts|
|Deprecated version changed|Class name: fileIO<br>Method or attribute name: function read(fd: number, buffer: ArrayBuffer, options: {<br> offset?: number;<br> length?: number;<br> position?: number;<br>}, callback: AsyncCallback\<ReadOut>): void;<br>Deprecated version: N/A|Class name: fileIO<br>Method or attribute name: function read(fd: number, buffer: ArrayBuffer, options: {<br> offset?: number;<br> length?: number;<br> position?: number;<br>}, callback: AsyncCallback\<ReadOut>): void;<br>Deprecated version: 9<br>Substitute API: ohos.file.fs.read |@ohos.fileio.d.ts|
|Deprecated version changed|Class name: fileIO<br>Method or attribute name: function readSync(fd: number, buffer: ArrayBuffer, options?: {<br> offset?: number;<br> length?: number;<br> position?: number;<br>}): number;<br>Deprecated version: N/A|Class name: fileIO<br>Method or attribute name: function readSync(fd: number, buffer: ArrayBuffer, options?: {<br> offset?: number;<br> length?: number;<br> position?: number;<br>}): number;<br>Deprecated version: 9<br>Substitute API: ohos.file.fs.readSync |@ohos.fileio.d.ts|
|Deprecated version changed|Class name: fileIO<br>Method or attribute name: function rename(oldPath: string, newPath: string): Promise\<void>;<br>Deprecated version: N/A|Class name: fileIO<br>Method or attribute name: function rename(oldPath: string, newPath: string): Promise\<void>;<br>Deprecated version: 9<br>Substitute API: ohos.file.fs.rename |@ohos.fileio.d.ts|
|Deprecated version changed|Class name: fileIO<br>Method or attribute name: function rename(oldPath: string, newPath: string, callback: AsyncCallback\<void>): void;<br>Deprecated version: N/A|Class name: fileIO<br>Method or attribute name: function rename(oldPath: string, newPath: string, callback: AsyncCallback\<void>): void;<br>Deprecated version: 9<br>Substitute API: ohos.file.fs.rename |@ohos.fileio.d.ts|
|Deprecated version changed|Class name: fileIO<br>Method or attribute name: function renameSync(oldPath: string, newPath: string): void;<br>Deprecated version: N/A|Class name: fileIO<br>Method or attribute name: function renameSync(oldPath: string, newPath: string): void;<br>Deprecated version: 9<br>Substitute API: ohos.file.fs.renameSync |@ohos.fileio.d.ts|
|Deprecated version changed|Class name: fileIO<br>Method or attribute name: function rmdir(path: string): Promise\<void>;<br>Deprecated version: N/A|Class name: fileIO<br>Method or attribute name: function rmdir(path: string): Promise\<void>;<br>Deprecated version: 9<br>Substitute API: ohos.file.fs.rmdir |@ohos.fileio.d.ts|
|Deprecated version changed|Class name: fileIO<br>Method or attribute name: function rmdir(path: string, callback: AsyncCallback\<void>): void;<br>Deprecated version: N/A|Class name: fileIO<br>Method or attribute name: function rmdir(path: string, callback: AsyncCallback\<void>): void;<br>Deprecated version: 9<br>Substitute API: ohos.file.fs.rmdir |@ohos.fileio.d.ts|
|Deprecated version changed|Class name: fileIO<br>Method or attribute name: function rmdirSync(path: string): void;<br>Deprecated version: N/A|Class name: fileIO<br>Method or attribute name: function rmdirSync(path: string): void;<br>Deprecated version: 9<br>Substitute API: ohos.file.fs.rmdirSync |@ohos.fileio.d.ts|
|Deprecated version changed|Class name: fileIO<br>Method or attribute name: function stat(path: string): Promise\<Stat>;<br>Deprecated version: N/A|Class name: fileIO<br>Method or attribute name: function stat(path: string): Promise\<Stat>;<br>Deprecated version: 9<br>Substitute API: ohos.file.fs.stat |@ohos.fileio.d.ts|
|Deprecated version changed|Class name: fileIO<br>Method or attribute name: function stat(path: string, callback: AsyncCallback\<Stat>): void;<br>Deprecated version: N/A|Class name: fileIO<br>Method or attribute name: function stat(path: string, callback: AsyncCallback\<Stat>): void;<br>Deprecated version: 9<br>Substitute API: ohos.file.fs.stat |@ohos.fileio.d.ts|
|Deprecated version changed|Class name: fileIO<br>Method or attribute name: function statSync(path: string): Stat;<br>Deprecated version: N/A|Class name: fileIO<br>Method or attribute name: function statSync(path: string): Stat;<br>Deprecated version: 9<br>Substitute API: ohos.file.fs.statSync |@ohos.fileio.d.ts|
|Deprecated version changed|Class name: fileIO<br>Method or attribute name: function symlink(target: string, srcPath: string): Promise\<void>;<br>Deprecated version: N/A|Class name: fileIO<br>Method or attribute name: function symlink(target: string, srcPath: string): Promise\<void>;<br>Deprecated version: 9<br>Substitute API: ohos.file.fs.symlink |@ohos.fileio.d.ts|
|Deprecated version changed|Class name: fileIO<br>Method or attribute name: function symlink(target: string, srcPath: string, callback: AsyncCallback\<void>): void;<br>Deprecated version: N/A|Class name: fileIO<br>Method or attribute name: function symlink(target: string, srcPath: string, callback: AsyncCallback\<void>): void;<br>Deprecated version: 9<br>Substitute API: ohos.file.fs.symlink |@ohos.fileio.d.ts|
|Deprecated version changed|Class name: fileIO<br>Method or attribute name: function symlinkSync(target: string, srcPath: string): void;<br>Deprecated version: N/A|Class name: fileIO<br>Method or attribute name: function symlinkSync(target: string, srcPath: string): void;<br>Deprecated version: 9<br>Substitute API: ohos.file.fs.symlinkSync |@ohos.fileio.d.ts|
|Deprecated version changed|Class name: fileIO<br>Method or attribute name: function truncate(path: string, len?: number): Promise\<void>;<br>Deprecated version: N/A|Class name: fileIO<br>Method or attribute name: function truncate(path: string, len?: number): Promise\<void>;<br>Deprecated version: 9<br>Substitute API: ohos.file.fs.truncate |@ohos.fileio.d.ts|
|Deprecated version changed|Class name: fileIO<br>Method or attribute name: function truncate(path: string, callback: AsyncCallback\<void>): void;<br>Deprecated version: N/A|Class name: fileIO<br>Method or attribute name: function truncate(path: string, callback: AsyncCallback\<void>): void;<br>Deprecated version: 9<br>Substitute API: ohos.file.fs.truncate |@ohos.fileio.d.ts|
|Deprecated version changed|Class name: fileIO<br>Method or attribute name: function truncate(path: string, len: number, callback: AsyncCallback\<void>): void;<br>Deprecated version: N/A|Class name: fileIO<br>Method or attribute name: function truncate(path: string, len: number, callback: AsyncCallback\<void>): void;<br>Deprecated version: 9<br>Substitute API: ohos.file.fs.truncate |@ohos.fileio.d.ts|
|Deprecated version changed|Class name: fileIO<br>Method or attribute name: function truncateSync(path: string, len?: number): void;<br>Deprecated version: N/A|Class name: fileIO<br>Method or attribute name: function truncateSync(path: string, len?: number): void;<br>Deprecated version: 9<br>Substitute API: ohos.file.fs.truncateSync |@ohos.fileio.d.ts|
|Deprecated version changed|Class name: fileIO<br>Method or attribute name: function unlink(path: string): Promise\<void>;<br>Deprecated version: N/A|Class name: fileIO<br>Method or attribute name: function unlink(path: string): Promise\<void>;<br>Deprecated version: 9<br>Substitute API: ohos.file.fs.unlink |@ohos.fileio.d.ts|
|Deprecated version changed|Class name: fileIO<br>Method or attribute name: function unlink(path: string, callback: AsyncCallback\<void>): void;<br>Deprecated version: N/A|Class name: fileIO<br>Method or attribute name: function unlink(path: string, callback: AsyncCallback\<void>): void;<br>Deprecated version: 9<br>Substitute API: ohos.file.fs.unlink |@ohos.fileio.d.ts|
|Deprecated version changed|Class name: fileIO<br>Method or attribute name: function unlinkSync(path: string): void;<br>Deprecated version: N/A|Class name: fileIO<br>Method or attribute name: function unlinkSync(path: string): void;<br>Deprecated version: 9<br>Substitute API: ohos.file.fs.unlinkSync |@ohos.fileio.d.ts|
|Deprecated version changed|Class name: fileIO<br>Method or attribute name: function write(fd: number, buffer: ArrayBuffer \| string, options?: {<br> offset?: number;<br> length?: number;<br> position?: number;<br> encoding?: string;<br>}): Promise\<number>;<br>Deprecated version: N/A|Class name: fileIO<br>Method or attribute name: function write(fd: number, buffer: ArrayBuffer \| string, options?: {<br> offset?: number;<br> length?: number;<br> position?: number;<br> encoding?: string;<br>}): Promise\<number>;<br>Deprecated version: 9<br>Substitute API: ohos.file.fs.write |@ohos.fileio.d.ts|
|Deprecated version changed|Class name: fileIO<br>Method or attribute name: function write(fd: number, buffer: ArrayBuffer \| string, callback: AsyncCallback\<number>): void;<br>Deprecated version: N/A|Class name: fileIO<br>Method or attribute name: function write(fd: number, buffer: ArrayBuffer \| string, callback: AsyncCallback\<number>): void;<br>Deprecated version: 9<br>Substitute API: ohos.file.fs.write |@ohos.fileio.d.ts|
|Deprecated version changed|Class name: fileIO<br>Method or attribute name: function write(fd: number, buffer: ArrayBuffer \| string, options: {<br> offset?: number;<br> length?: number;<br> position?: number;<br> encoding?: string;<br>}, callback: AsyncCallback\<number>): void;<br>Deprecated version: N/A|Class name: fileIO<br>Method or attribute name: function write(fd: number, buffer: ArrayBuffer \| string, options: {<br> offset?: number;<br> length?: number;<br> position?: number;<br> encoding?: string;<br>}, callback: AsyncCallback\<number>): void;<br>Deprecated version: 9<br>Substitute API: ohos.file.fs.write |@ohos.fileio.d.ts|
|Deprecated version changed|Class name: fileIO<br>Method or attribute name: function writeSync(fd: number, buffer: ArrayBuffer \| string, options?: {<br> offset?: number;<br> length?: number;<br> position?: number;<br> encoding?: string;<br>}): number;<br>Deprecated version: N/A|Class name: fileIO<br>Method or attribute name: function writeSync(fd: number, buffer: ArrayBuffer \| string, options?: {<br> offset?: number;<br> length?: number;<br> position?: number;<br> encoding?: string;<br>}): number;<br>Deprecated version: 9<br>Substitute API: ohos.file.fs.writeSync |@ohos.fileio.d.ts|
|Deprecated version changed|Class name: Dir<br>Method or attribute name: read(): Promise\<Dirent>;<br>Deprecated version: N/A|Class name: Dir<br>Method or attribute name: read(): Promise\<Dirent>;<br>Deprecated version: 9<br>Substitute API: ohos.file.fs.listFile |@ohos.fileio.d.ts|
|Deprecated version changed|Class name: Dir<br>Method or attribute name: read(callback: AsyncCallback\<Dirent>): void;<br>Deprecated version: N/A|Class name: Dir<br>Method or attribute name: read(callback: AsyncCallback\<Dirent>): void;<br>Deprecated version: 9<br>Substitute API: ohos.file.fs.listFile |@ohos.fileio.d.ts|
|Deprecated version changed|Class name: Dir<br>Method or attribute name: readSync(): Dirent;<br>Deprecated version: N/A|Class name: Dir<br>Method or attribute name: readSync(): Dirent;<br>Deprecated version: 9<br>Substitute API: ohos.file.fs.listFile |@ohos.fileio.d.ts|
|Deprecated version changed|Class name: Dir<br>Method or attribute name: close(): Promise\<void>;<br>Deprecated version: N/A|Class name: Dir<br>Method or attribute name: close(): Promise\<void>;<br>Deprecated version: 9<br>Substitute API: ohos.file.fs.listFile |@ohos.fileio.d.ts|
|Deprecated version changed|Class name: Dir<br>Method or attribute name: close(callback: AsyncCallback\<void>): void;<br>Deprecated version: N/A|Class name: Dir<br>Method or attribute name: close(callback: AsyncCallback\<void>): void;<br>Deprecated version: 9<br>Substitute API: ohos.file.fs.listFile |@ohos.fileio.d.ts|
|Deprecated version changed|Class name: Dir<br>Method or attribute name: closeSync(): void;<br>Deprecated version: N/A|Class name: Dir<br>Method or attribute name: closeSync(): void;<br>Deprecated version: 9<br>Substitute API: ohos.file.fs.listFile |@ohos.fileio.d.ts|
|Deprecated version changed|Class name: Dirent<br>Deprecated version: N/A|Class name: Dirent<br>Deprecated version: 9<br>Substitute API: ohos.file.fs.listFile |@ohos.fileio.d.ts|
|Deprecated version changed|Class name: Dirent<br>Method or attribute name: readonly name: string;<br>Deprecated version: N/A|Class name: Dirent<br>Method or attribute name: readonly name: string;<br>Deprecated version: 9<br>Substitute API: ohos.file.fs.listFile |@ohos.fileio.d.ts|
|Deprecated version changed|Class name: Dirent<br>Method or attribute name: isBlockDevice(): boolean;<br>Deprecated version: N/A|Class name: Dirent<br>Method or attribute name: isBlockDevice(): boolean;<br>Deprecated version: 9<br>Substitute API: ohos.file.fs.listFile |@ohos.fileio.d.ts|
|Deprecated version changed|Class name: Dirent<br>Method or attribute name: isCharacterDevice(): boolean;<br>Deprecated version: N/A|Class name: Dirent<br>Method or attribute name: isCharacterDevice(): boolean;<br>Deprecated version: 9<br>Substitute API: ohos.file.fs.listFile |@ohos.fileio.d.ts|
|Deprecated version changed|Class name: Dirent<br>Method or attribute name: isDirectory(): boolean;<br>Deprecated version: N/A|Class name: Dirent<br>Method or attribute name: isDirectory(): boolean;<br>Deprecated version: 9<br>Substitute API: ohos.file.fs.listFile |@ohos.fileio.d.ts|
|Deprecated version changed|Class name: Dirent<br>Method or attribute name: isFIFO(): boolean;<br>Deprecated version: N/A|Class name: Dirent<br>Method or attribute name: isFIFO(): boolean;<br>Deprecated version: 9<br>Substitute API: ohos.file.fs.listFile |@ohos.fileio.d.ts|
|Deprecated version changed|Class name: Dirent<br>Method or attribute name: isFile(): boolean;<br>Deprecated version: N/A|Class name: Dirent<br>Method or attribute name: isFile(): boolean;<br>Deprecated version: 9<br>Substitute API: ohos.file.fs.listFile |@ohos.fileio.d.ts|
|Deprecated version changed|Class name: Dirent<br>Method or attribute name: isSocket(): boolean;<br>Deprecated version: N/A|Class name: Dirent<br>Method or attribute name: isSocket(): boolean;<br>Deprecated version: 9<br>Substitute API: ohos.file.fs.listFile |@ohos.fileio.d.ts|
|Deprecated version changed|Class name: Dirent<br>Method or attribute name: isSymbolicLink(): boolean;<br>Deprecated version: N/A|Class name: Dirent<br>Method or attribute name: isSymbolicLink(): boolean;<br>Deprecated version: 9<br>Substitute API: ohos.file.fs.listFile |@ohos.fileio.d.ts|
|Deprecated version changed|Class name: Stat<br>Deprecated version: N/A|Class name: Stat<br>Deprecated version: 9<br>Substitute API: ohos.file.fs.Stat |@ohos.fileio.d.ts|
|Deprecated version changed|Class name: Stream<br>Deprecated version: N/A|Class name: Stream<br>Deprecated version: 9<br>Substitute API: ohos.file.fs.Stream |@ohos.fileio.d.ts|
|Deprecated version changed|Class name: ReadOut<br>Deprecated version: N/A|Class name: ReadOut<br>Deprecated version: 9<br>Substitute API: N/A|@ohos.fileio.d.ts|
|Deprecated version changed|Class name: Statfs<br>Method or attribute name: function getFreeBytes(path: string, callback: AsyncCallback\<number>): void;<br>Deprecated version: N/A|Class name: Statfs<br>Method or attribute name: function getFreeBytes(path: string, callback: AsyncCallback\<number>): void;<br>Deprecated version: 9<br>Substitute API: ohos.file.statvfs.getFreeSize |@ohos.statfs.d.ts|
|Deprecated version changed|Class name: Statfs<br>Method or attribute name: function getFreeBytes(path: string): Promise\<number>;<br>Deprecated version: N/A|Class name: Statfs<br>Method or attribute name: function getFreeBytes(path: string): Promise\<number>;<br>Deprecated version: 9<br>Substitute API: ohos.file.statvfs.getFreeSize |@ohos.statfs.d.ts|
|Deprecated version changed|Class name: Statfs<br>Method or attribute name: function getTotalBytes(path: string, callback: AsyncCallback\<number>): void;<br>Deprecated version: N/A|Class name: Statfs<br>Method or attribute name: function getTotalBytes(path: string, callback: AsyncCallback\<number>): void;<br>Deprecated version: 9<br>Substitute API: ohos.file.statvfs.getTotalSize |@ohos.statfs.d.ts|
|Deprecated version changed|Class name: Statfs<br>Method or attribute name: function getTotalBytes(path: string): Promise\<number>;<br>Deprecated version: N/A|Class name: Statfs<br>Method or attribute name: function getTotalBytes(path: string): Promise\<number>;<br>Deprecated version: 9<br>Substitute API: ohos.file.statvfs.getTotalSize |@ohos.statfs.d.ts|
|Initial version changed|Class name: fileIO<br>Method or attribute name: function opendirSync(path: string): Dir;<br>Initial version: N/A|Class name: fileIO<br>Method or attribute name: function opendirSync(path: string): Dir;<br>Initial version: 6|@ohos.fileio.d.ts|
| Change Type | Old Version | New Version | d.ts File |
| ---- | ------ | ------ | -------- |
|Added|NA|Class name: GeoLocationErrorCode<br>Method or attribute name: INPUT_PARAMS_ERROR|@ohos.geolocation.d.ts|
|Added|NA|Module name: ohos.geoLocationManager<br>Class name: geoLocationManager|@ohos.geoLocationManager.d.ts|
|Added|NA|Module name: ohos.geoLocationManager<br>Class name: geoLocationManager<br>Method or attribute name: function on(type: 'locationChange', request: LocationRequest, callback: Callback\<Location>): void;|@ohos.geoLocationManager.d.ts|
|Added|NA|Module name: ohos.geoLocationManager<br>Class name: geoLocationManager<br>Method or attribute name: function off(type: 'locationChange', callback?: Callback\<Location>): void;|@ohos.geoLocationManager.d.ts|
|Added|NA|Module name: ohos.geoLocationManager<br>Class name: geoLocationManager<br>Method or attribute name: function on(type: 'locationEnabledChange', callback: Callback\<boolean>): void;|@ohos.geoLocationManager.d.ts|
|Added|NA|Module name: ohos.geoLocationManager<br>Class name: geoLocationManager<br>Method or attribute name: function off(type: 'locationEnabledChange', callback?: Callback\<boolean>): void;|@ohos.geoLocationManager.d.ts|
|Added|NA|Module name: ohos.geoLocationManager<br>Class name: geoLocationManager<br>Method or attribute name: function on(type: 'cachedGnssLocationsChange', request: CachedGnssLocationsRequest, callback: Callback\<Array\<Location>>): void;|@ohos.geoLocationManager.d.ts|
|Added|NA|Module name: ohos.geoLocationManager<br>Class name: geoLocationManager<br>Method or attribute name: function off(type: 'cachedGnssLocationsChange', callback?: Callback\<Array\<Location>>): void;|@ohos.geoLocationManager.d.ts|
|Added|NA|Module name: ohos.geoLocationManager<br>Class name: geoLocationManager<br>Method or attribute name: function on(type: 'satelliteStatusChange', callback: Callback\<SatelliteStatusInfo>): void;|@ohos.geoLocationManager.d.ts|
|Added|NA|Module name: ohos.geoLocationManager<br>Class name: geoLocationManager<br>Method or attribute name: function off(type: 'satelliteStatusChange', callback?: Callback\<SatelliteStatusInfo>): void;|@ohos.geoLocationManager.d.ts|
|Added|NA|Module name: ohos.geoLocationManager<br>Class name: geoLocationManager<br>Method or attribute name: function on(type: 'nmeaMessage', callback: Callback\<string>): void;|@ohos.geoLocationManager.d.ts|
|Added|NA|Module name: ohos.geoLocationManager<br>Class name: geoLocationManager<br>Method or attribute name: function off(type: 'nmeaMessage', callback?: Callback\<string>): void;|@ohos.geoLocationManager.d.ts|
|Added|NA|Module name: ohos.geoLocationManager<br>Class name: geoLocationManager<br>Method or attribute name: function on(type: 'gnssFenceStatusChange', request: GeofenceRequest, want: WantAgent): void;|@ohos.geoLocationManager.d.ts|
|Added|NA|Module name: ohos.geoLocationManager<br>Class name: geoLocationManager<br>Method or attribute name: function off(type: 'gnssFenceStatusChange', request: GeofenceRequest, want: WantAgent): void;|@ohos.geoLocationManager.d.ts|
|Added|NA|Module name: ohos.geoLocationManager<br>Class name: geoLocationManager<br>Method or attribute name: function on(type: 'countryCodeChange', callback: Callback\<CountryCode>): void;|@ohos.geoLocationManager.d.ts|
|Added|NA|Module name: ohos.geoLocationManager<br>Class name: geoLocationManager<br>Method or attribute name: function off(type: 'countryCodeChange', callback?: Callback\<CountryCode>): void;|@ohos.geoLocationManager.d.ts|
|Added|NA|Module name: ohos.geoLocationManager<br>Class name: geoLocationManager<br>Method or attribute name: function getCurrentLocation(request: CurrentLocationRequest, callback: AsyncCallback\<Location>): void;|@ohos.geoLocationManager.d.ts|
|Added|NA|Module name: ohos.geoLocationManager<br>Class name: geoLocationManager<br>Method or attribute name: function getCurrentLocation(callback: AsyncCallback\<Location>): void;|@ohos.geoLocationManager.d.ts|
|Added|NA|Module name: ohos.geoLocationManager<br>Class name: geoLocationManager<br>Method or attribute name: function getCurrentLocation(request?: CurrentLocationRequest): Promise\<Location>;|@ohos.geoLocationManager.d.ts|
|Added|NA|Module name: ohos.geoLocationManager<br>Class name: geoLocationManager<br>Method or attribute name: function getLastLocation(): Location;|@ohos.geoLocationManager.d.ts|
|Added|NA|Module name: ohos.geoLocationManager<br>Class name: geoLocationManager<br>Method or attribute name: function isLocationEnabled(): boolean;|@ohos.geoLocationManager.d.ts|
|Added|NA|Module name: ohos.geoLocationManager<br>Class name: geoLocationManager<br>Method or attribute name: function enableLocation(callback: AsyncCallback\<void>): void;|@ohos.geoLocationManager.d.ts|
|Added|NA|Module name: ohos.geoLocationManager<br>Class name: geoLocationManager<br>Method or attribute name: function enableLocation(): Promise\<void>;|@ohos.geoLocationManager.d.ts|
|Added|NA|Module name: ohos.geoLocationManager<br>Class name: geoLocationManager<br>Method or attribute name: function disableLocation(): void;|@ohos.geoLocationManager.d.ts|
|Added|NA|Module name: ohos.geoLocationManager<br>Class name: geoLocationManager<br>Method or attribute name: function getAddressesFromLocation(request: ReverseGeoCodeRequest, callback: AsyncCallback\<Array\<GeoAddress>>): void;|@ohos.geoLocationManager.d.ts|
|Added|NA|Module name: ohos.geoLocationManager<br>Class name: geoLocationManager<br>Method or attribute name: function getAddressesFromLocation(request: ReverseGeoCodeRequest): Promise\<Array\<GeoAddress>>;|@ohos.geoLocationManager.d.ts|
|Added|NA|Module name: ohos.geoLocationManager<br>Class name: geoLocationManager<br>Method or attribute name: function getAddressesFromLocationName(request: GeoCodeRequest, callback: AsyncCallback\<Array\<GeoAddress>>): void;|@ohos.geoLocationManager.d.ts|
|Added|NA|Module name: ohos.geoLocationManager<br>Class name: geoLocationManager<br>Method or attribute name: function getAddressesFromLocationName(request: GeoCodeRequest): Promise\<Array\<GeoAddress>>;|@ohos.geoLocationManager.d.ts|
|Added|NA|Module name: ohos.geoLocationManager<br>Class name: geoLocationManager<br>Method or attribute name: function isGeocoderAvailable(): boolean;|@ohos.geoLocationManager.d.ts|
|Added|NA|Module name: ohos.geoLocationManager<br>Class name: geoLocationManager<br>Method or attribute name: function getCachedGnssLocationsSize(callback: AsyncCallback\<number>): void;|@ohos.geoLocationManager.d.ts|
|Added|NA|Module name: ohos.geoLocationManager<br>Class name: geoLocationManager<br>Method or attribute name: function getCachedGnssLocationsSize(): Promise\<number>;|@ohos.geoLocationManager.d.ts|
|Added|NA|Module name: ohos.geoLocationManager<br>Class name: geoLocationManager<br>Method or attribute name: function flushCachedGnssLocations(callback: AsyncCallback\<void>): void;|@ohos.geoLocationManager.d.ts|
|Added|NA|Module name: ohos.geoLocationManager<br>Class name: geoLocationManager<br>Method or attribute name: function flushCachedGnssLocations(): Promise\<void>;|@ohos.geoLocationManager.d.ts|
|Added|NA|Module name: ohos.geoLocationManager<br>Class name: geoLocationManager<br>Method or attribute name: function sendCommand(command: LocationCommand, callback: AsyncCallback\<void>): void;|@ohos.geoLocationManager.d.ts|
|Added|NA|Module name: ohos.geoLocationManager<br>Class name: geoLocationManager<br>Method or attribute name: function sendCommand(command: LocationCommand): Promise\<void>;|@ohos.geoLocationManager.d.ts|
|Added|NA|Module name: ohos.geoLocationManager<br>Class name: geoLocationManager<br>Method or attribute name: function getCountryCode(callback: AsyncCallback\<CountryCode>): void;|@ohos.geoLocationManager.d.ts|
|Added|NA|Module name: ohos.geoLocationManager<br>Class name: geoLocationManager<br>Method or attribute name: function getCountryCode(): Promise\<CountryCode>;|@ohos.geoLocationManager.d.ts|
|Added|NA|Module name: ohos.geoLocationManager<br>Class name: geoLocationManager<br>Method or attribute name: function enableLocationMock(): void;|@ohos.geoLocationManager.d.ts|
|Added|NA|Module name: ohos.geoLocationManager<br>Class name: geoLocationManager<br>Method or attribute name: function disableLocationMock(): void;|@ohos.geoLocationManager.d.ts|
|Added|NA|Module name: ohos.geoLocationManager<br>Class name: geoLocationManager<br>Method or attribute name: function setMockedLocations(config: LocationMockConfig): void;|@ohos.geoLocationManager.d.ts|
|Added|NA|Module name: ohos.geoLocationManager<br>Class name: geoLocationManager<br>Method or attribute name: function enableReverseGeocodingMock(): void;|@ohos.geoLocationManager.d.ts|
|Added|NA|Module name: ohos.geoLocationManager<br>Class name: geoLocationManager<br>Method or attribute name: function disableReverseGeocodingMock(): void;|@ohos.geoLocationManager.d.ts|
|Added|NA|Module name: ohos.geoLocationManager<br>Class name: geoLocationManager<br>Method or attribute name: function setReverseGeocodingMockInfo(mockInfos: Array\<ReverseGeocodingMockInfo>): void;|@ohos.geoLocationManager.d.ts|
|Added|NA|Module name: ohos.geoLocationManager<br>Class name: geoLocationManager<br>Method or attribute name: function isLocationPrivacyConfirmed(type: LocationPrivacyType): boolean;|@ohos.geoLocationManager.d.ts|
|Added|NA|Module name: ohos.geoLocationManager<br>Class name: geoLocationManager<br>Method or attribute name: function setLocationPrivacyConfirmStatus(type: LocationPrivacyType, isConfirmed: boolean): void;|@ohos.geoLocationManager.d.ts|
|Added|NA|Module name: ohos.geoLocationManager<br>Class name: ReverseGeocodingMockInfo|@ohos.geoLocationManager.d.ts|
|Added|NA|Module name: ohos.geoLocationManager<br>Class name: ReverseGeocodingMockInfo<br>Method or attribute name: location: ReverseGeoCodeRequest;|@ohos.geoLocationManager.d.ts|
|Added|NA|Module name: ohos.geoLocationManager<br>Class name: ReverseGeocodingMockInfo<br>Method or attribute name: geoAddress: GeoAddress;|@ohos.geoLocationManager.d.ts|
|Added|NA|Module name: ohos.geoLocationManager<br>Class name: LocationMockConfig|@ohos.geoLocationManager.d.ts|
|Added|NA|Module name: ohos.geoLocationManager<br>Class name: LocationMockConfig<br>Method or attribute name: timeInterval: number;|@ohos.geoLocationManager.d.ts|
|Added|NA|Module name: ohos.geoLocationManager<br>Class name: LocationMockConfig<br>Method or attribute name: locations: Array\<Location>;|@ohos.geoLocationManager.d.ts|
|Added|NA|Module name: ohos.geoLocationManager<br>Class name: SatelliteStatusInfo|@ohos.geoLocationManager.d.ts|
|Added|NA|Module name: ohos.geoLocationManager<br>Class name: SatelliteStatusInfo<br>Method or attribute name: satellitesNumber: number;|@ohos.geoLocationManager.d.ts|
|Added|NA|Module name: ohos.geoLocationManager<br>Class name: SatelliteStatusInfo<br>Method or attribute name: satelliteIds: Array\<number>;|@ohos.geoLocationManager.d.ts|
|Added|NA|Module name: ohos.geoLocationManager<br>Class name: SatelliteStatusInfo<br>Method or attribute name: carrierToNoiseDensitys: Array\<number>;|@ohos.geoLocationManager.d.ts|
|Added|NA|Module name: ohos.geoLocationManager<br>Class name: SatelliteStatusInfo<br>Method or attribute name: altitudes: Array\<number>;|@ohos.geoLocationManager.d.ts|
|Added|NA|Module name: ohos.geoLocationManager<br>Class name: SatelliteStatusInfo<br>Method or attribute name: azimuths: Array\<number>;|@ohos.geoLocationManager.d.ts|
|Added|NA|Module name: ohos.geoLocationManager<br>Class name: SatelliteStatusInfo<br>Method or attribute name: carrierFrequencies: Array\<number>;|@ohos.geoLocationManager.d.ts|
|Added|NA|Module name: ohos.geoLocationManager<br>Class name: CachedGnssLocationsRequest|@ohos.geoLocationManager.d.ts|
|Added|NA|Module name: ohos.geoLocationManager<br>Class name: CachedGnssLocationsRequest<br>Method or attribute name: reportingPeriodSec: number;|@ohos.geoLocationManager.d.ts|
|Added|NA|Module name: ohos.geoLocationManager<br>Class name: CachedGnssLocationsRequest<br>Method or attribute name: wakeUpCacheQueueFull: boolean;|@ohos.geoLocationManager.d.ts|
|Added|NA|Module name: ohos.geoLocationManager<br>Class name: GeofenceRequest|@ohos.geoLocationManager.d.ts|
|Added|NA|Module name: ohos.geoLocationManager<br>Class name: GeofenceRequest<br>Method or attribute name: scenario: LocationRequestScenario;|@ohos.geoLocationManager.d.ts|
|Added|NA|Module name: ohos.geoLocationManager<br>Class name: GeofenceRequest<br>Method or attribute name: geofence: Geofence;|@ohos.geoLocationManager.d.ts|
|Added|NA|Module name: ohos.geoLocationManager<br>Class name: Geofence|@ohos.geoLocationManager.d.ts|
|Added|NA|Module name: ohos.geoLocationManager<br>Class name: Geofence<br>Method or attribute name: latitude: number;|@ohos.geoLocationManager.d.ts|
|Added|NA|Module name: ohos.geoLocationManager<br>Class name: Geofence<br>Method or attribute name: longitude: number;|@ohos.geoLocationManager.d.ts|
|Added|NA|Module name: ohos.geoLocationManager<br>Class name: Geofence<br>Method or attribute name: radius: number;|@ohos.geoLocationManager.d.ts|
|Added|NA|Module name: ohos.geoLocationManager<br>Class name: Geofence<br>Method or attribute name: expiration: number;|@ohos.geoLocationManager.d.ts|
|Added|NA|Module name: ohos.geoLocationManager<br>Class name: ReverseGeoCodeRequest|@ohos.geoLocationManager.d.ts|
|Added|NA|Module name: ohos.geoLocationManager<br>Class name: ReverseGeoCodeRequest<br>Method or attribute name: locale?: string;|@ohos.geoLocationManager.d.ts|
|Added|NA|Module name: ohos.geoLocationManager<br>Class name: ReverseGeoCodeRequest<br>Method or attribute name: latitude: number;|@ohos.geoLocationManager.d.ts|
|Added|NA|Module name: ohos.geoLocationManager<br>Class name: ReverseGeoCodeRequest<br>Method or attribute name: longitude: number;|@ohos.geoLocationManager.d.ts|
|Added|NA|Module name: ohos.geoLocationManager<br>Class name: ReverseGeoCodeRequest<br>Method or attribute name: maxItems?: number;|@ohos.geoLocationManager.d.ts|
|Added|NA|Module name: ohos.geoLocationManager<br>Class name: GeoCodeRequest|@ohos.geoLocationManager.d.ts|
|Added|NA|Module name: ohos.geoLocationManager<br>Class name: GeoCodeRequest<br>Method or attribute name: locale?: string;|@ohos.geoLocationManager.d.ts|
|Added|NA|Module name: ohos.geoLocationManager<br>Class name: GeoCodeRequest<br>Method or attribute name: description: string;|@ohos.geoLocationManager.d.ts|
|Added|NA|Module name: ohos.geoLocationManager<br>Class name: GeoCodeRequest<br>Method or attribute name: maxItems?: number;|@ohos.geoLocationManager.d.ts|
|Added|NA|Module name: ohos.geoLocationManager<br>Class name: GeoCodeRequest<br>Method or attribute name: minLatitude?: number;|@ohos.geoLocationManager.d.ts|
|Added|NA|Module name: ohos.geoLocationManager<br>Class name: GeoCodeRequest<br>Method or attribute name: minLongitude?: number;|@ohos.geoLocationManager.d.ts|
|Added|NA|Module name: ohos.geoLocationManager<br>Class name: GeoCodeRequest<br>Method or attribute name: maxLatitude?: number;|@ohos.geoLocationManager.d.ts|
|Added|NA|Module name: ohos.geoLocationManager<br>Class name: GeoCodeRequest<br>Method or attribute name: maxLongitude?: number;|@ohos.geoLocationManager.d.ts|
|Added|NA|Module name: ohos.geoLocationManager<br>Class name: GeoAddress|@ohos.geoLocationManager.d.ts|
|Added|NA|Module name: ohos.geoLocationManager<br>Class name: GeoAddress<br>Method or attribute name: latitude?: number;|@ohos.geoLocationManager.d.ts|
|Added|NA|Module name: ohos.geoLocationManager<br>Class name: GeoAddress<br>Method or attribute name: longitude?: number;|@ohos.geoLocationManager.d.ts|
|Added|NA|Module name: ohos.geoLocationManager<br>Class name: GeoAddress<br>Method or attribute name: locale?: string;|@ohos.geoLocationManager.d.ts|
|Added|NA|Module name: ohos.geoLocationManager<br>Class name: GeoAddress<br>Method or attribute name: placeName?: string;|@ohos.geoLocationManager.d.ts|
|Added|NA|Module name: ohos.geoLocationManager<br>Class name: GeoAddress<br>Method or attribute name: countryCode?: string;|@ohos.geoLocationManager.d.ts|
|Added|NA|Module name: ohos.geoLocationManager<br>Class name: GeoAddress<br>Method or attribute name: countryName?: string;|@ohos.geoLocationManager.d.ts|
|Added|NA|Module name: ohos.geoLocationManager<br>Class name: GeoAddress<br>Method or attribute name: administrativeArea?: string;|@ohos.geoLocationManager.d.ts|
|Added|NA|Module name: ohos.geoLocationManager<br>Class name: GeoAddress<br>Method or attribute name: subAdministrativeArea?: string;|@ohos.geoLocationManager.d.ts|
|Added|NA|Module name: ohos.geoLocationManager<br>Class name: GeoAddress<br>Method or attribute name: locality?: string;|@ohos.geoLocationManager.d.ts|
|Added|NA|Module name: ohos.geoLocationManager<br>Class name: GeoAddress<br>Method or attribute name: subLocality?: string;|@ohos.geoLocationManager.d.ts|
|Added|NA|Module name: ohos.geoLocationManager<br>Class name: GeoAddress<br>Method or attribute name: roadName?: string;|@ohos.geoLocationManager.d.ts|
|Added|NA|Module name: ohos.geoLocationManager<br>Class name: GeoAddress<br>Method or attribute name: subRoadName?: string;|@ohos.geoLocationManager.d.ts|
|Added|NA|Module name: ohos.geoLocationManager<br>Class name: GeoAddress<br>Method or attribute name: premises?: string;|@ohos.geoLocationManager.d.ts|
|Added|NA|Module name: ohos.geoLocationManager<br>Class name: GeoAddress<br>Method or attribute name: postalCode?: string;|@ohos.geoLocationManager.d.ts|
|Added|NA|Module name: ohos.geoLocationManager<br>Class name: GeoAddress<br>Method or attribute name: phoneNumber?: string;|@ohos.geoLocationManager.d.ts|
|Added|NA|Module name: ohos.geoLocationManager<br>Class name: GeoAddress<br>Method or attribute name: addressUrl?: string;|@ohos.geoLocationManager.d.ts|
|Added|NA|Module name: ohos.geoLocationManager<br>Class name: GeoAddress<br>Method or attribute name: descriptions?: Array\<string>;|@ohos.geoLocationManager.d.ts|
|Added|NA|Module name: ohos.geoLocationManager<br>Class name: GeoAddress<br>Method or attribute name: descriptionsSize?: number;|@ohos.geoLocationManager.d.ts|
|Added|NA|Module name: ohos.geoLocationManager<br>Class name: GeoAddress<br>Method or attribute name: isFromMock?: Boolean;|@ohos.geoLocationManager.d.ts|
|Added|NA|Module name: ohos.geoLocationManager<br>Class name: LocationRequest|@ohos.geoLocationManager.d.ts|
|Added|NA|Module name: ohos.geoLocationManager<br>Class name: LocationRequest<br>Method or attribute name: priority?: LocationRequestPriority;|@ohos.geoLocationManager.d.ts|
|Added|NA|Module name: ohos.geoLocationManager<br>Class name: LocationRequest<br>Method or attribute name: scenario?: LocationRequestScenario;|@ohos.geoLocationManager.d.ts|
|Added|NA|Module name: ohos.geoLocationManager<br>Class name: LocationRequest<br>Method or attribute name: timeInterval?: number;|@ohos.geoLocationManager.d.ts|
|Added|NA|Module name: ohos.geoLocationManager<br>Class name: LocationRequest<br>Method or attribute name: distanceInterval?: number;|@ohos.geoLocationManager.d.ts|
|Added|NA|Module name: ohos.geoLocationManager<br>Class name: LocationRequest<br>Method or attribute name: maxAccuracy?: number;|@ohos.geoLocationManager.d.ts|
|Added|NA|Module name: ohos.geoLocationManager<br>Class name: CurrentLocationRequest|@ohos.geoLocationManager.d.ts|
|Added|NA|Module name: ohos.geoLocationManager<br>Class name: CurrentLocationRequest<br>Method or attribute name: priority?: LocationRequestPriority;|@ohos.geoLocationManager.d.ts|
|Added|NA|Module name: ohos.geoLocationManager<br>Class name: CurrentLocationRequest<br>Method or attribute name: scenario?: LocationRequestScenario;|@ohos.geoLocationManager.d.ts|
|Added|NA|Module name: ohos.geoLocationManager<br>Class name: CurrentLocationRequest<br>Method or attribute name: maxAccuracy?: number;|@ohos.geoLocationManager.d.ts|
|Added|NA|Module name: ohos.geoLocationManager<br>Class name: CurrentLocationRequest<br>Method or attribute name: timeoutMs?: number;|@ohos.geoLocationManager.d.ts|
|Added|NA|Module name: ohos.geoLocationManager<br>Class name: Location|@ohos.geoLocationManager.d.ts|
|Added|NA|Module name: ohos.geoLocationManager<br>Class name: Location<br>Method or attribute name: latitude: number;|@ohos.geoLocationManager.d.ts|
|Added|NA|Module name: ohos.geoLocationManager<br>Class name: Location<br>Method or attribute name: longitude: number;|@ohos.geoLocationManager.d.ts|
|Added|NA|Module name: ohos.geoLocationManager<br>Class name: Location<br>Method or attribute name: altitude: number;|@ohos.geoLocationManager.d.ts|
|Added|NA|Module name: ohos.geoLocationManager<br>Class name: Location<br>Method or attribute name: accuracy: number;|@ohos.geoLocationManager.d.ts|
|Added|NA|Module name: ohos.geoLocationManager<br>Class name: Location<br>Method or attribute name: speed: number;|@ohos.geoLocationManager.d.ts|
|Added|NA|Module name: ohos.geoLocationManager<br>Class name: Location<br>Method or attribute name: timeStamp: number;|@ohos.geoLocationManager.d.ts|
|Added|NA|Module name: ohos.geoLocationManager<br>Class name: Location<br>Method or attribute name: direction: number;|@ohos.geoLocationManager.d.ts|
|Added|NA|Module name: ohos.geoLocationManager<br>Class name: Location<br>Method or attribute name: timeSinceBoot: number;|@ohos.geoLocationManager.d.ts|
|Added|NA|Module name: ohos.geoLocationManager<br>Class name: Location<br>Method or attribute name: additions?: Array\<string>;|@ohos.geoLocationManager.d.ts|
|Added|NA|Module name: ohos.geoLocationManager<br>Class name: Location<br>Method or attribute name: additionSize?: number;|@ohos.geoLocationManager.d.ts|
|Added|NA|Module name: ohos.geoLocationManager<br>Class name: Location<br>Method or attribute name: isFromMock?: Boolean;|@ohos.geoLocationManager.d.ts|
|Added|NA|Module name: ohos.geoLocationManager<br>Class name: LocationRequestPriority|@ohos.geoLocationManager.d.ts|
|Added|NA|Module name: ohos.geoLocationManager<br>Class name: LocationRequestPriority<br>Method or attribute name: UNSET = 0x200|@ohos.geoLocationManager.d.ts|
|Added|NA|Module name: ohos.geoLocationManager<br>Class name: LocationRequestPriority<br>Method or attribute name: ACCURACY|@ohos.geoLocationManager.d.ts|
|Added|NA|Module name: ohos.geoLocationManager<br>Class name: LocationRequestPriority<br>Method or attribute name: LOW_POWER|@ohos.geoLocationManager.d.ts|
|Added|NA|Module name: ohos.geoLocationManager<br>Class name: LocationRequestPriority<br>Method or attribute name: FIRST_FIX|@ohos.geoLocationManager.d.ts|
|Added|NA|Module name: ohos.geoLocationManager<br>Class name: LocationRequestScenario|@ohos.geoLocationManager.d.ts|
|Added|NA|Module name: ohos.geoLocationManager<br>Class name: LocationRequestScenario<br>Method or attribute name: UNSET = 0x300|@ohos.geoLocationManager.d.ts|
|Added|NA|Module name: ohos.geoLocationManager<br>Class name: LocationRequestScenario<br>Method or attribute name: NAVIGATION|@ohos.geoLocationManager.d.ts|
|Added|NA|Module name: ohos.geoLocationManager<br>Class name: LocationRequestScenario<br>Method or attribute name: TRAJECTORY_TRACKING|@ohos.geoLocationManager.d.ts|
|Added|NA|Module name: ohos.geoLocationManager<br>Class name: LocationRequestScenario<br>Method or attribute name: CAR_HAILING|@ohos.geoLocationManager.d.ts|
|Added|NA|Module name: ohos.geoLocationManager<br>Class name: LocationRequestScenario<br>Method or attribute name: DAILY_LIFE_SERVICE|@ohos.geoLocationManager.d.ts|
|Added|NA|Module name: ohos.geoLocationManager<br>Class name: LocationRequestScenario<br>Method or attribute name: NO_POWER|@ohos.geoLocationManager.d.ts|
|Added|NA|Module name: ohos.geoLocationManager<br>Class name: LocationPrivacyType|@ohos.geoLocationManager.d.ts|
|Added|NA|Module name: ohos.geoLocationManager<br>Class name: LocationPrivacyType<br>Method or attribute name: OTHERS = 0|@ohos.geoLocationManager.d.ts|
|Added|NA|Module name: ohos.geoLocationManager<br>Class name: LocationPrivacyType<br>Method or attribute name: STARTUP|@ohos.geoLocationManager.d.ts|
|Added|NA|Module name: ohos.geoLocationManager<br>Class name: LocationPrivacyType<br>Method or attribute name: CORE_LOCATION|@ohos.geoLocationManager.d.ts|
|Added|NA|Module name: ohos.geoLocationManager<br>Class name: LocationCommand|@ohos.geoLocationManager.d.ts|
|Added|NA|Module name: ohos.geoLocationManager<br>Class name: LocationCommand<br>Method or attribute name: scenario: LocationRequestScenario;|@ohos.geoLocationManager.d.ts|
|Added|NA|Module name: ohos.geoLocationManager<br>Class name: LocationCommand<br>Method or attribute name: command: string;|@ohos.geoLocationManager.d.ts|
|Added|NA|Module name: ohos.geoLocationManager<br>Class name: CountryCode|@ohos.geoLocationManager.d.ts|
|Added|NA|Module name: ohos.geoLocationManager<br>Class name: CountryCode<br>Method or attribute name: country: string;|@ohos.geoLocationManager.d.ts|
|Added|NA|Module name: ohos.geoLocationManager<br>Class name: CountryCode<br>Method or attribute name: type: CountryCodeType;|@ohos.geoLocationManager.d.ts|
|Added|NA|Module name: ohos.geoLocationManager<br>Class name: CountryCodeType|@ohos.geoLocationManager.d.ts|
|Added|NA|Module name: ohos.geoLocationManager<br>Class name: CountryCodeType<br>Method or attribute name: COUNTRY_CODE_FROM_LOCALE = 1|@ohos.geoLocationManager.d.ts|
|Added|NA|Module name: ohos.geoLocationManager<br>Class name: CountryCodeType<br>Method or attribute name: COUNTRY_CODE_FROM_SIM|@ohos.geoLocationManager.d.ts|
|Added|NA|Module name: ohos.geoLocationManager<br>Class name: CountryCodeType<br>Method or attribute name: COUNTRY_CODE_FROM_LOCATION|@ohos.geoLocationManager.d.ts|
|Added|NA|Module name: ohos.geoLocationManager<br>Class name: CountryCodeType<br>Method or attribute name: COUNTRY_CODE_FROM_NETWORK|@ohos.geoLocationManager.d.ts|
|Deleted|Module name: ohos.geolocation<br>Class name: geolocation<br>Method or attribute name: function enableLocation(callback: AsyncCallback\<boolean>) : void;|NA|@ohos.geolocation.d.ts|
|Deleted|Module name: ohos.geolocation<br>Class name: geolocation<br>Method or attribute name: function enableLocation() : Promise\<boolean>;|NA|@ohos.geolocation.d.ts|
|Deleted|Module name: ohos.geolocation<br>Class name: geolocation<br>Method or attribute name: function disableLocation(callback: AsyncCallback\<boolean>) : void;|NA|@ohos.geolocation.d.ts|
|Deleted|Module name: ohos.geolocation<br>Class name: geolocation<br>Method or attribute name: function disableLocation() : Promise\<boolean>;|NA|@ohos.geolocation.d.ts|
|Deleted|Module name: ohos.geolocation<br>Class name: geolocation<br>Method or attribute name: function isLocationPrivacyConfirmed(type : LocationPrivacyType, callback: AsyncCallback\<boolean>) : void;|NA|@ohos.geolocation.d.ts|
|Deleted|Module name: ohos.geolocation<br>Class name: geolocation<br>Method or attribute name: function isLocationPrivacyConfirmed(type : LocationPrivacyType,) : Promise\<boolean>;|NA|@ohos.geolocation.d.ts|
|Deleted|Module name: ohos.geolocation<br>Class name: geolocation<br>Method or attribute name: function setLocationPrivacyConfirmStatus(type : LocationPrivacyType, isConfirmed : boolean, callback: AsyncCallback\<boolean>) : void;|NA|@ohos.geolocation.d.ts|
|Deleted|Module name: ohos.geolocation<br>Class name: geolocation<br>Method or attribute name: function setLocationPrivacyConfirmStatus(type : LocationPrivacyType, isConfirmed : boolean) : Promise\<boolean>;|NA|@ohos.geolocation.d.ts|
|Deprecated version changed|Class name: geolocation<br>Deprecated version: N/A|Class name: geolocation<br>Deprecated version: 9<br>Substitute API: N/A|@ohos.geolocation.d.ts|
|Deprecated version changed|Class name: SatelliteStatusInfo<br>Deprecated version: N/A|Class name: SatelliteStatusInfo<br>Deprecated version: 9<br>Substitute API: ohos.geoLocationManager/geoLocationManager.SatelliteStatusInfo |@ohos.geolocation.d.ts|
|Deprecated version changed|Class name: CachedGnssLocationsRequest<br>Deprecated version: N/A|Class name: CachedGnssLocationsRequest<br>Deprecated version: 9<br>Substitute API: ohos.geoLocationManager/geoLocationManager.CachedGnssLocationsRequest |@ohos.geolocation.d.ts|
|Deprecated version changed|Class name: GeofenceRequest<br>Deprecated version: N/A|Class name: GeofenceRequest<br>Deprecated version: 9<br>Substitute API: ohos.geoLocationManager/geoLocationManager.GeofenceRequest |@ohos.geolocation.d.ts|
|Deprecated version changed|Class name: Geofence<br>Deprecated version: N/A|Class name: Geofence<br>Deprecated version: 9<br>Substitute API: ohos.geoLocationManager/geoLocationManager.Geofence |@ohos.geolocation.d.ts|
|Deprecated version changed|Class name: ReverseGeoCodeRequest<br>Deprecated version: N/A|Class name: ReverseGeoCodeRequest<br>Deprecated version: 9<br>Substitute API: ohos.geoLocationManager/geoLocationManager.ReverseGeoCodeRequest |@ohos.geolocation.d.ts|
|Deprecated version changed|Class name: GeoCodeRequest<br>Deprecated version: N/A|Class name: GeoCodeRequest<br>Deprecated version: 9<br>Substitute API: ohos.geoLocationManager/geoLocationManager.GeoCodeRequest |@ohos.geolocation.d.ts|
|Deprecated version changed|Class name: GeoAddress<br>Deprecated version: N/A|Class name: GeoAddress<br>Deprecated version: 9<br>Substitute API: ohos.geoLocationManager/geoLocationManager.GeoAddress |@ohos.geolocation.d.ts|
|Deprecated version changed|Class name: LocationRequest<br>Deprecated version: N/A|Class name: LocationRequest<br>Deprecated version: 9<br>Substitute API: ohos.geoLocationManager/geoLocationManager.LocationRequest |@ohos.geolocation.d.ts|
|Deprecated version changed|Class name: CurrentLocationRequest<br>Deprecated version: N/A|Class name: CurrentLocationRequest<br>Deprecated version: 9<br>Substitute API: ohos.geoLocationManager/geoLocationManager.CurrentLocationRequest |@ohos.geolocation.d.ts|
|Deprecated version changed|Class name: Location<br>Deprecated version: N/A|Class name: Location<br>Deprecated version: 9<br>Substitute API: ohos.geoLocationManager/geoLocationManager.Location |@ohos.geolocation.d.ts|
|Deprecated version changed|Class name: LocationRequestPriority<br>Deprecated version: N/A|Class name: LocationRequestPriority<br>Deprecated version: 9<br>Substitute API: ohos.geoLocationManager/geoLocationManager.LocationRequestPriority |@ohos.geolocation.d.ts|
|Deprecated version changed|Class name: LocationRequestScenario<br>Deprecated version: N/A|Class name: LocationRequestScenario<br>Deprecated version: 9<br>Substitute API: ohos.geoLocationManager/geoLocationManager.LocationRequestScenario |@ohos.geolocation.d.ts|
|Deprecated version changed|Class name: GeoLocationErrorCode<br>Deprecated version: N/A|Class name: GeoLocationErrorCode<br>Deprecated version: 9<br>Substitute API: N/A|@ohos.geolocation.d.ts|
|Deprecated version changed|Class name: LocationPrivacyType<br>Deprecated version: N/A|Class name: LocationPrivacyType<br>Deprecated version: 9<br>Substitute API: ohos.geoLocationManager/geoLocationManager.LocationPrivacyType |@ohos.geolocation.d.ts|
|Deprecated version changed|Class name: LocationCommand<br>Deprecated version: N/A|Class name: LocationCommand<br>Deprecated version: 9<br>Substitute API: ohos.geoLocationManager/geoLocationManager.LocationCommand |@ohos.geolocation.d.ts|
|Deprecated version changed|Class name: GeolocationResponse<br>Deprecated version: N/A|Class name: GeolocationResponse<br>Deprecated version: 9<br>Substitute API: ohos.geoLocationManager/geoLocationManager.Location |@system.geolocation.d.ts|
|Deprecated version changed|Class name: GetLocationOption<br>Deprecated version: N/A|Class name: GetLocationOption<br>Deprecated version: 9<br>Substitute API: ohos.geoLocationManager/geoLocationManager.CurrentLocationRequest |@system.geolocation.d.ts|
|Deprecated version changed|Class name: GetLocationTypeResponse<br>Deprecated version: N/A|Class name: GetLocationTypeResponse<br>Deprecated version: 9<br>Substitute API: N/A|@system.geolocation.d.ts|
|Deprecated version changed|Class name: GetLocationTypeOption<br>Deprecated version: N/A|Class name: GetLocationTypeOption<br>Deprecated version: 9<br>Substitute API: N/A|@system.geolocation.d.ts|
|Deprecated version changed|Class name: SubscribeLocationOption<br>Deprecated version: N/A|Class name: SubscribeLocationOption<br>Deprecated version: 9<br>Substitute API: ohos.geoLocationManager/geoLocationManager.LocationRequest |@system.geolocation.d.ts|
|Deprecated version changed|Class name: Geolocation<br>Deprecated version: N/A|Class name: Geolocation<br>Deprecated version: 9<br>Substitute API: ohos.geoLocationManager/geoLocationManager |@system.geolocation.d.ts|
|Deprecated version changed|Class name: Geolocation<br>Method or attribute name: static getLocation(options?: GetLocationOption): void;<br>Deprecated version: N/A|Class name: Geolocation<br>Method or attribute name: static getLocation(options?: GetLocationOption): void;<br>Deprecated version: 9<br>Substitute API: ohos.geoLocationManager/geoLocationManager.getCurrentLocation |@system.geolocation.d.ts|
|Deprecated version changed|Class name: Geolocation<br>Method or attribute name: static getLocationType(options?: GetLocationTypeOption): void;<br>Deprecated version: N/A|Class name: Geolocation<br>Method or attribute name: static getLocationType(options?: GetLocationTypeOption): void;<br>Deprecated version: 9<br>Substitute API: N/A|@system.geolocation.d.ts|
|Deprecated version changed|Class name: Geolocation<br>Method or attribute name: static subscribe(options: SubscribeLocationOption): void;<br>Deprecated version: N/A|Class name: Geolocation<br>Method or attribute name: static subscribe(options: SubscribeLocationOption): void;<br>Deprecated version: 9<br>Substitute API: ohos.geoLocationManager/geoLocationManager.on|@system.geolocation.d.ts|
|Deprecated version changed|Class name: Geolocation<br>Method or attribute name: static unsubscribe(): void;<br>Deprecated version: N/A|Class name: Geolocation<br>Method or attribute name: static unsubscribe(): void;<br>Deprecated version: 9<br>Substitute API: ohos.geoLocationManager/geoLocationManager.off|@system.geolocation.d.ts|
|Deprecated version changed|Class name: Geolocation<br>Method or attribute name: static getSupportedCoordTypes(): Array\<string>;<br>Deprecated version: N/A|Class name: Geolocation<br>Method or attribute name: static getSupportedCoordTypes(): Array\<string>;<br>Deprecated version: 9<br>Substitute API: N/A|@system.geolocation.d.ts|
|Initial version changed|Class name: GeoAddress<br>Method or attribute name: latitude?: number;<br>Initial version: N/A|Class name: GeoAddress<br>Method or attribute name: latitude?: number;<br>Initial version: 7|@ohos.geolocation.d.ts|
|Initial version changed|Class name: GeoAddress<br>Method or attribute name: longitude?: number;<br>Initial version: N/A|Class name: GeoAddress<br>Method or attribute name: longitude?: number;<br>Initial version: 7|@ohos.geolocation.d.ts|
|Initial version changed|Class name: GeoAddress<br>Method or attribute name: locale?: string;<br>Initial version: N/A|Class name: GeoAddress<br>Method or attribute name: locale?: string;<br>Initial version: 7|@ohos.geolocation.d.ts|
|Initial version changed|Class name: GeoAddress<br>Method or attribute name: placeName?: string;<br>Initial version: N/A|Class name: GeoAddress<br>Method or attribute name: placeName?: string;<br>Initial version: 7|@ohos.geolocation.d.ts|
|Initial version changed|Class name: GeoAddress<br>Method or attribute name: countryCode?: string;<br>Initial version: N/A|Class name: GeoAddress<br>Method or attribute name: countryCode?: string;<br>Initial version: 7|@ohos.geolocation.d.ts|
|Initial version changed|Class name: GeoAddress<br>Method or attribute name: countryName?: string;<br>Initial version: N/A|Class name: GeoAddress<br>Method or attribute name: countryName?: string;<br>Initial version: 7|@ohos.geolocation.d.ts|
|Initial version changed|Class name: GeoAddress<br>Method or attribute name: administrativeArea?: string;<br>Initial version: N/A|Class name: GeoAddress<br>Method or attribute name: administrativeArea?: string;<br>Initial version: 7|@ohos.geolocation.d.ts|
|Initial version changed|Class name: GeoAddress<br>Method or attribute name: subAdministrativeArea?: string;<br>Initial version: N/A|Class name: GeoAddress<br>Method or attribute name: subAdministrativeArea?: string;<br>Initial version: 7|@ohos.geolocation.d.ts|
|Initial version changed|Class name: GeoAddress<br>Method or attribute name: locality?: string;<br>Initial version: N/A|Class name: GeoAddress<br>Method or attribute name: locality?: string;<br>Initial version: 7|@ohos.geolocation.d.ts|
|Initial version changed|Class name: GeoAddress<br>Method or attribute name: subLocality?: string;<br>Initial version: N/A|Class name: GeoAddress<br>Method or attribute name: subLocality?: string;<br>Initial version: 7|@ohos.geolocation.d.ts|
|Initial version changed|Class name: GeoAddress<br>Method or attribute name: roadName?: string;<br>Initial version: N/A|Class name: GeoAddress<br>Method or attribute name: roadName?: string;<br>Initial version: 7|@ohos.geolocation.d.ts|
|Initial version changed|Class name: GeoAddress<br>Method or attribute name: subRoadName?: string;<br>Initial version: N/A|Class name: GeoAddress<br>Method or attribute name: subRoadName?: string;<br>Initial version: 7|@ohos.geolocation.d.ts|
|Initial version changed|Class name: GeoAddress<br>Method or attribute name: premises?: string;<br>Initial version: N/A|Class name: GeoAddress<br>Method or attribute name: premises?: string;<br>Initial version: 7|@ohos.geolocation.d.ts|
|Initial version changed|Class name: GeoAddress<br>Method or attribute name: postalCode?: string;<br>Initial version: N/A|Class name: GeoAddress<br>Method or attribute name: postalCode?: string;<br>Initial version: 7|@ohos.geolocation.d.ts|
|Initial version changed|Class name: GeoAddress<br>Method or attribute name: phoneNumber?: string;<br>Initial version: N/A|Class name: GeoAddress<br>Method or attribute name: phoneNumber?: string;<br>Initial version: 7|@ohos.geolocation.d.ts|
|Initial version changed|Class name: GeoAddress<br>Method or attribute name: addressUrl?: string;<br>Initial version: N/A|Class name: GeoAddress<br>Method or attribute name: addressUrl?: string;<br>Initial version: 7|@ohos.geolocation.d.ts|
|Initial version changed|Class name: GeoAddress<br>Method or attribute name: descriptions?: Array\<string>;<br>Initial version: N/A|Class name: GeoAddress<br>Method or attribute name: descriptions?: Array\<string>;<br>Initial version: 7|@ohos.geolocation.d.ts|
|Initial version changed|Class name: GeoAddress<br>Method or attribute name: descriptionsSize?: number;<br>Initial version: N/A|Class name: GeoAddress<br>Method or attribute name: descriptionsSize?: number;<br>Initial version: 7|@ohos.geolocation.d.ts|
|Initial version changed|Class name: Location<br>Method or attribute name: latitude: number;<br>Initial version: N/A|Class name: Location<br>Method or attribute name: latitude: number;<br>Initial version: 7|@ohos.geolocation.d.ts|
|Initial version changed|Class name: Location<br>Method or attribute name: longitude: number;<br>Initial version: N/A|Class name: Location<br>Method or attribute name: longitude: number;<br>Initial version: 7|@ohos.geolocation.d.ts|
|Initial version changed|Class name: Location<br>Method or attribute name: altitude: number;<br>Initial version: N/A|Class name: Location<br>Method or attribute name: altitude: number;<br>Initial version: 7|@ohos.geolocation.d.ts|
|Initial version changed|Class name: Location<br>Method or attribute name: accuracy: number;<br>Initial version: N/A|Class name: Location<br>Method or attribute name: accuracy: number;<br>Initial version: 7|@ohos.geolocation.d.ts|
|Initial version changed|Class name: Location<br>Method or attribute name: speed: number;<br>Initial version: N/A|Class name: Location<br>Method or attribute name: speed: number;<br>Initial version: 7|@ohos.geolocation.d.ts|
|Initial version changed|Class name: Location<br>Method or attribute name: timeStamp: number;<br>Initial version: N/A|Class name: Location<br>Method or attribute name: timeStamp: number;<br>Initial version: 7|@ohos.geolocation.d.ts|
|Initial version changed|Class name: Location<br>Method or attribute name: direction: number;<br>Initial version: N/A|Class name: Location<br>Method or attribute name: direction: number;<br>Initial version: 7|@ohos.geolocation.d.ts|
|Initial version changed|Class name: Location<br>Method or attribute name: timeSinceBoot: number;<br>Initial version: N/A|Class name: Location<br>Method or attribute name: timeSinceBoot: number;<br>Initial version: 7|@ohos.geolocation.d.ts|
|Initial version changed|Class name: Location<br>Method or attribute name: additions?: Array\<string>;<br>Initial version: N/A|Class name: Location<br>Method or attribute name: additions?: Array\<string>;<br>Initial version: 7|@ohos.geolocation.d.ts|
|Initial version changed|Class name: Location<br>Method or attribute name: additionSize?: number;<br>Initial version: N/A|Class name: Location<br>Method or attribute name: additionSize?: number;<br>Initial version: 7|@ohos.geolocation.d.ts|
|Initial version changed|Class name: GeoLocationErrorCode<br>Method or attribute name: REVERSE_GEOCODE_ERROR<br>Initial version: N/A|Class name: GeoLocationErrorCode<br>Method or attribute name: REVERSE_GEOCODE_ERROR<br>Initial version: 7|@ohos.geolocation.d.ts|
|Initial version changed|Class name: GeoLocationErrorCode<br>Method or attribute name: GEOCODE_ERROR<br>Initial version: N/A|Class name: GeoLocationErrorCode<br>Method or attribute name: GEOCODE_ERROR<br>Initial version: 7|@ohos.geolocation.d.ts|
|Initial version changed|Class name: GeoLocationErrorCode<br>Method or attribute name: LOCATOR_ERROR<br>Initial version: N/A|Class name: GeoLocationErrorCode<br>Method or attribute name: LOCATOR_ERROR<br>Initial version: 7|@ohos.geolocation.d.ts|
|Initial version changed|Class name: GeoLocationErrorCode<br>Method or attribute name: LOCATION_SWITCH_ERROR<br>Initial version: N/A|Class name: GeoLocationErrorCode<br>Method or attribute name: LOCATION_SWITCH_ERROR<br>Initial version: 7|@ohos.geolocation.d.ts|
|Initial version changed|Class name: GeoLocationErrorCode<br>Method or attribute name: LAST_KNOWN_LOCATION_ERROR<br>Initial version: N/A|Class name: GeoLocationErrorCode<br>Method or attribute name: LAST_KNOWN_LOCATION_ERROR<br>Initial version: 7|@ohos.geolocation.d.ts|
|Initial version changed|Class name: GeoLocationErrorCode<br>Method or attribute name: LOCATION_REQUEST_TIMEOUT_ERROR<br>Initial version: N/A|Class name: GeoLocationErrorCode<br>Method or attribute name: LOCATION_REQUEST_TIMEOUT_ERROR<br>Initial version: 7|@ohos.geolocation.d.ts|
| Change Type | Old Version | New Version | d.ts File |
| ---- | ------ | ------ | -------- |
|Added|NA|Module name: ohos.i18n<br>Class name: System|@ohos.i18n.d.ts|
|Added|NA|Class name: System<br>Method or attribute name: |@ohos.i18n.d.ts|
|Added|NA|Module name: ohos.i18n<br>Class name: System<br>Method or attribute name: static getDisplayCountry(country: string, locale: string, sentenceCase?: boolean): string;|@ohos.i18n.d.ts|
|Added|NA|Class name: System<br>Method or attribute name: static getDisplayCountry(country: string, locale: string, sentenceCase?: boolean): string;|@ohos.i18n.d.ts|
|Added|NA|Module name: ohos.i18n<br>Class name: System<br>Method or attribute name: static getDisplayLanguage(language: string, locale: string, sentenceCase?: boolean): string;|@ohos.i18n.d.ts|
|Added|NA|Class name: System<br>Method or attribute name: static getDisplayLanguage(language: string, locale: string, sentenceCase?: boolean): string;|@ohos.i18n.d.ts|
|Added|NA|Module name: ohos.i18n<br>Class name: System<br>Method or attribute name: static getSystemLanguages(): Array\<string>;|@ohos.i18n.d.ts|
|Added|NA|Class name: System<br>Method or attribute name: static getSystemLanguages(): Array\<string>;|@ohos.i18n.d.ts|
|Added|NA|Module name: ohos.i18n<br>Class name: System<br>Method or attribute name: static getSystemCountries(language: string): Array\<string>;|@ohos.i18n.d.ts|
|Added|NA|Class name: System<br>Method or attribute name: static getSystemCountries(language: string): Array\<string>;|@ohos.i18n.d.ts|
|Added|NA|Module name: ohos.i18n<br>Class name: System<br>Method or attribute name: static isSuggested(language: string, region?: string): boolean;|@ohos.i18n.d.ts|
|Added|NA|Class name: System<br>Method or attribute name: static isSuggested(language: string, region?: string): boolean;|@ohos.i18n.d.ts|
|Added|NA|Module name: ohos.i18n<br>Class name: System<br>Method or attribute name: static getSystemLanguage(): string;|@ohos.i18n.d.ts|
|Added|NA|Class name: System<br>Method or attribute name: static getSystemLanguage(): string;|@ohos.i18n.d.ts|
|Added|NA|Module name: ohos.i18n<br>Class name: System<br>Method or attribute name: static setSystemLanguage(language: string): void;|@ohos.i18n.d.ts|
|Added|NA|Class name: System<br>Method or attribute name: static setSystemLanguage(language: string): void;|@ohos.i18n.d.ts|
|Added|NA|Module name: ohos.i18n<br>Class name: System<br>Method or attribute name: static getSystemRegion(): string;|@ohos.i18n.d.ts|
|Added|NA|Class name: System<br>Method or attribute name: static getSystemRegion(): string;|@ohos.i18n.d.ts|
|Added|NA|Module name: ohos.i18n<br>Class name: System<br>Method or attribute name: static setSystemRegion(region: string): void;|@ohos.i18n.d.ts|
|Added|NA|Class name: System<br>Method or attribute name: static setSystemRegion(region: string): void;|@ohos.i18n.d.ts|
|Added|NA|Module name: ohos.i18n<br>Class name: System<br>Method or attribute name: static getSystemLocale(): string;|@ohos.i18n.d.ts|
|Added|NA|Class name: System<br>Method or attribute name: static getSystemLocale(): string;|@ohos.i18n.d.ts|
|Added|NA|Module name: ohos.i18n<br>Class name: System<br>Method or attribute name: static setSystemLocale(locale: string): void;|@ohos.i18n.d.ts|
|Added|NA|Class name: System<br>Method or attribute name: static setSystemLocale(locale: string): void;|@ohos.i18n.d.ts|
|Added|NA|Module name: ohos.i18n<br>Class name: System<br>Method or attribute name: static is24HourClock(): boolean;|@ohos.i18n.d.ts|
|Added|NA|Class name: System<br>Method or attribute name: static is24HourClock(): boolean;|@ohos.i18n.d.ts|
|Added|NA|Module name: ohos.i18n<br>Class name: System<br>Method or attribute name: static set24HourClock(option: boolean): void;|@ohos.i18n.d.ts|
|Added|NA|Class name: System<br>Method or attribute name: static set24HourClock(option: boolean): void;|@ohos.i18n.d.ts|
|Added|NA|Module name: ohos.i18n<br>Class name: System<br>Method or attribute name: static addPreferredLanguage(language: string, index?: number): void;|@ohos.i18n.d.ts|
|Added|NA|Class name: System<br>Method or attribute name: static addPreferredLanguage(language: string, index?: number): void;|@ohos.i18n.d.ts|
|Added|NA|Module name: ohos.i18n<br>Class name: System<br>Method or attribute name: static removePreferredLanguage(index: number): void;|@ohos.i18n.d.ts|
|Added|NA|Class name: System<br>Method or attribute name: static removePreferredLanguage(index: number): void;|@ohos.i18n.d.ts|
|Added|NA|Module name: ohos.i18n<br>Class name: System<br>Method or attribute name: static getPreferredLanguageList(): Array\<string>;|@ohos.i18n.d.ts|
|Added|NA|Class name: System<br>Method or attribute name: static getPreferredLanguageList(): Array\<string>;|@ohos.i18n.d.ts|
|Added|NA|Module name: ohos.i18n<br>Class name: System<br>Method or attribute name: static getFirstPreferredLanguage(): string;|@ohos.i18n.d.ts|
|Added|NA|Class name: System<br>Method or attribute name: static getFirstPreferredLanguage(): string;|@ohos.i18n.d.ts|
|Added|NA|Module name: ohos.i18n<br>Class name: System<br>Method or attribute name: static getAppPreferredLanguage(): string;|@ohos.i18n.d.ts|
|Added|NA|Class name: System<br>Method or attribute name: static getAppPreferredLanguage(): string;|@ohos.i18n.d.ts|
|Added|NA|Module name: ohos.i18n<br>Class name: System<br>Method or attribute name: static setUsingLocalDigit(flag: boolean): void;|@ohos.i18n.d.ts|
|Added|NA|Class name: System<br>Method or attribute name: static setUsingLocalDigit(flag: boolean): void;|@ohos.i18n.d.ts|
|Added|NA|Module name: ohos.i18n<br>Class name: System<br>Method or attribute name: static getUsingLocalDigit(): boolean;|@ohos.i18n.d.ts|
|Added|NA|Class name: System<br>Method or attribute name: static getUsingLocalDigit(): boolean;|@ohos.i18n.d.ts|
|Added|NA|Module name: ohos.i18n<br>Class name: I18NUtil|@ohos.i18n.d.ts|
|Added|NA|Class name: I18NUtil<br>Method or attribute name: |@ohos.i18n.d.ts|
|Added|NA|Module name: ohos.i18n<br>Class name: I18NUtil<br>Method or attribute name: static unitConvert(fromUnit: UnitInfo, toUnit: UnitInfo, value: number, locale: string, style?: string): string;|@ohos.i18n.d.ts|
|Added|NA|Class name: I18NUtil<br>Method or attribute name: static unitConvert(fromUnit: UnitInfo, toUnit: UnitInfo, value: number, locale: string, style?: string): string;|@ohos.i18n.d.ts|
|Added|NA|Module name: ohos.i18n<br>Class name: I18NUtil<br>Method or attribute name: static getDateOrder(locale: string): string;|@ohos.i18n.d.ts|
|Added|NA|Class name: I18NUtil<br>Method or attribute name: static getDateOrder(locale: string): string;|@ohos.i18n.d.ts|
|Added|NA|Class name: PhoneNumberFormatOptions<br>Method or attribute name: type?: string;|@ohos.i18n.d.ts|
|Added|NA|Module name: ohos.i18n<br>Class name: PhoneNumberFormat<br>Method or attribute name: getLocationName(number: string, locale: string): string;|@ohos.i18n.d.ts|
|Added|NA|Class name: PhoneNumberFormat<br>Method or attribute name: getLocationName(number: string, locale: string): string;|@ohos.i18n.d.ts|
|Added|NA|Module name: ohos.i18n<br>Class name: Unicode|@ohos.i18n.d.ts|
|Added|NA|Class name: Unicode<br>Method or attribute name: |@ohos.i18n.d.ts|
|Added|NA|Module name: ohos.i18n<br>Class name: Unicode<br>Method or attribute name: static isDigit(char: string): boolean;|@ohos.i18n.d.ts|
|Added|NA|Class name: Unicode<br>Method or attribute name: static isDigit(char: string): boolean;|@ohos.i18n.d.ts|
|Added|NA|Module name: ohos.i18n<br>Class name: Unicode<br>Method or attribute name: static isSpaceChar(char: string): boolean;|@ohos.i18n.d.ts|
|Added|NA|Class name: Unicode<br>Method or attribute name: static isSpaceChar(char: string): boolean;|@ohos.i18n.d.ts|
|Added|NA|Module name: ohos.i18n<br>Class name: Unicode<br>Method or attribute name: static isWhitespace(char: string): boolean;|@ohos.i18n.d.ts|
|Added|NA|Class name: Unicode<br>Method or attribute name: static isWhitespace(char: string): boolean;|@ohos.i18n.d.ts|
|Added|NA|Module name: ohos.i18n<br>Class name: Unicode<br>Method or attribute name: static isRTL(char: string): boolean;|@ohos.i18n.d.ts|
|Added|NA|Class name: Unicode<br>Method or attribute name: static isRTL(char: string): boolean;|@ohos.i18n.d.ts|
|Added|NA|Module name: ohos.i18n<br>Class name: Unicode<br>Method or attribute name: static isIdeograph(char: string): boolean;|@ohos.i18n.d.ts|
|Added|NA|Class name: Unicode<br>Method or attribute name: static isIdeograph(char: string): boolean;|@ohos.i18n.d.ts|
|Added|NA|Module name: ohos.i18n<br>Class name: Unicode<br>Method or attribute name: static isLetter(char: string): boolean;|@ohos.i18n.d.ts|
|Added|NA|Class name: Unicode<br>Method or attribute name: static isLetter(char: string): boolean;|@ohos.i18n.d.ts|
|Added|NA|Module name: ohos.i18n<br>Class name: Unicode<br>Method or attribute name: static isLowerCase(char: string): boolean;|@ohos.i18n.d.ts|
|Added|NA|Class name: Unicode<br>Method or attribute name: static isLowerCase(char: string): boolean;|@ohos.i18n.d.ts|
|Added|NA|Module name: ohos.i18n<br>Class name: Unicode<br>Method or attribute name: static isUpperCase(char: string): boolean;|@ohos.i18n.d.ts|
|Added|NA|Class name: Unicode<br>Method or attribute name: static isUpperCase(char: string): boolean;|@ohos.i18n.d.ts|
|Added|NA|Module name: ohos.i18n<br>Class name: Unicode<br>Method or attribute name: static getType(char: string): string;|@ohos.i18n.d.ts|
|Added|NA|Class name: Unicode<br>Method or attribute name: static getType(char: string): string;|@ohos.i18n.d.ts|
|Added|NA|Module name: ohos.i18n<br>Class name: TimeZone<br>Method or attribute name: static getAvailableIDs(): Array\<string>;|@ohos.i18n.d.ts|
|Added|NA|Class name: TimeZone<br>Method or attribute name: static getAvailableIDs(): Array\<string>;|@ohos.i18n.d.ts|
|Added|NA|Module name: ohos.i18n<br>Class name: TimeZone<br>Method or attribute name: static getAvailableZoneCityIDs(): Array\<string>;|@ohos.i18n.d.ts|
|Added|NA|Class name: TimeZone<br>Method or attribute name: static getAvailableZoneCityIDs(): Array\<string>;|@ohos.i18n.d.ts|
|Added|NA|Module name: ohos.i18n<br>Class name: TimeZone<br>Method or attribute name: static getCityDisplayName(cityID: string, locale: string): string;|@ohos.i18n.d.ts|
|Added|NA|Class name: TimeZone<br>Method or attribute name: static getCityDisplayName(cityID: string, locale: string): string;|@ohos.i18n.d.ts|
|Added|NA|Module name: ohos.i18n<br>Class name: TimeZone<br>Method or attribute name: static getTimezoneFromCity(cityID: string): TimeZone;|@ohos.i18n.d.ts|
|Added|NA|Class name: TimeZone<br>Method or attribute name: static getTimezoneFromCity(cityID: string): TimeZone;|@ohos.i18n.d.ts|
|Added|NA|Module name: ohos.i18n<br>Class name: Transliterator|@ohos.i18n.d.ts|
|Added|NA|Class name: Transliterator<br>Method or attribute name: |@ohos.i18n.d.ts|
|Added|NA|Module name: ohos.i18n<br>Class name: Transliterator<br>Method or attribute name: static getAvailableIDs(): string[];|@ohos.i18n.d.ts|
|Added|NA|Class name: Transliterator<br>Method or attribute name: static getAvailableIDs(): string[];|@ohos.i18n.d.ts|
|Added|NA|Module name: ohos.i18n<br>Class name: Transliterator<br>Method or attribute name: static getInstance(id: string): Transliterator;|@ohos.i18n.d.ts|
|Added|NA|Class name: Transliterator<br>Method or attribute name: static getInstance(id: string): Transliterator;|@ohos.i18n.d.ts|
|Added|NA|Module name: ohos.i18n<br>Class name: Transliterator<br>Method or attribute name: transform(text: string): string;|@ohos.i18n.d.ts|
|Added|NA|Class name: Transliterator<br>Method or attribute name: transform(text: string): string;|@ohos.i18n.d.ts|
|Added|NA|Class name: LocaleOptions<br>Method or attribute name: calendar?: string;|@ohos.intl.d.ts|
|Added|NA|Class name: LocaleOptions<br>Method or attribute name: collation?: string;|@ohos.intl.d.ts|
|Added|NA|Class name: LocaleOptions<br>Method or attribute name: hourCycle?: string;|@ohos.intl.d.ts|
|Added|NA|Class name: LocaleOptions<br>Method or attribute name: numberingSystem?: string;|@ohos.intl.d.ts|
|Added|NA|Class name: LocaleOptions<br>Method or attribute name: numeric?: boolean;|@ohos.intl.d.ts|
|Added|NA|Class name: LocaleOptions<br>Method or attribute name: caseFirst?: string;|@ohos.intl.d.ts|
|Added|NA|Class name: DateTimeOptions<br>Method or attribute name: locale?: string|@ohos.intl.d.ts|
|Added|NA|Class name: DateTimeOptions<br>Method or attribute name: dateStyle?: string|@ohos.intl.d.ts|
|Added|NA|Class name: DateTimeOptions<br>Method or attribute name: timeStyle?: string|@ohos.intl.d.ts|
|Added|NA|Class name: DateTimeOptions<br>Method or attribute name: hourCycle?: string|@ohos.intl.d.ts|
|Added|NA|Class name: DateTimeOptions<br>Method or attribute name: timeZone?: string|@ohos.intl.d.ts|
|Added|NA|Class name: DateTimeOptions<br>Method or attribute name: numberingSystem?: string|@ohos.intl.d.ts|
|Added|NA|Class name: DateTimeOptions<br>Method or attribute name: hour12?: boolean|@ohos.intl.d.ts|
|Added|NA|Class name: DateTimeOptions<br>Method or attribute name: weekday?: string|@ohos.intl.d.ts|
|Added|NA|Class name: DateTimeOptions<br>Method or attribute name: era?: string|@ohos.intl.d.ts|
|Added|NA|Class name: DateTimeOptions<br>Method or attribute name: year?: string|@ohos.intl.d.ts|
|Added|NA|Class name: DateTimeOptions<br>Method or attribute name: month?: string|@ohos.intl.d.ts|
|Added|NA|Class name: DateTimeOptions<br>Method or attribute name: day?: string|@ohos.intl.d.ts|
|Added|NA|Class name: DateTimeOptions<br>Method or attribute name: hour?: string|@ohos.intl.d.ts|
|Added|NA|Class name: DateTimeOptions<br>Method or attribute name: minute?: string|@ohos.intl.d.ts|
|Added|NA|Class name: DateTimeOptions<br>Method or attribute name: second?: string|@ohos.intl.d.ts|
|Added|NA|Class name: DateTimeOptions<br>Method or attribute name: timeZoneName?: string|@ohos.intl.d.ts|
|Added|NA|Class name: DateTimeOptions<br>Method or attribute name: dayPeriod?: string|@ohos.intl.d.ts|
|Added|NA|Class name: DateTimeOptions<br>Method or attribute name: localeMatcher?: string|@ohos.intl.d.ts|
|Added|NA|Class name: DateTimeOptions<br>Method or attribute name: formatMatcher?: string|@ohos.intl.d.ts|
|Added|NA|Class name: NumberOptions<br>Method or attribute name: locale?: string|@ohos.intl.d.ts|
|Added|NA|Class name: NumberOptions<br>Method or attribute name: currency?: string|@ohos.intl.d.ts|
|Added|NA|Class name: NumberOptions<br>Method or attribute name: currencySign?: string|@ohos.intl.d.ts|
|Added|NA|Class name: NumberOptions<br>Method or attribute name: currencyDisplay?: string|@ohos.intl.d.ts|
|Added|NA|Class name: NumberOptions<br>Method or attribute name: unit?: string|@ohos.intl.d.ts|
|Added|NA|Class name: NumberOptions<br>Method or attribute name: unitDisplay?: string|@ohos.intl.d.ts|
|Added|NA|Class name: NumberOptions<br>Method or attribute name: unitUsage?: string|@ohos.intl.d.ts|
|Added|NA|Class name: NumberOptions<br>Method or attribute name: signDisplay?: string|@ohos.intl.d.ts|
|Added|NA|Class name: NumberOptions<br>Method or attribute name: compactDisplay?: string|@ohos.intl.d.ts|
|Added|NA|Class name: NumberOptions<br>Method or attribute name: notation?: string|@ohos.intl.d.ts|
|Added|NA|Class name: NumberOptions<br>Method or attribute name: localeMatcher?: string|@ohos.intl.d.ts|
|Added|NA|Class name: NumberOptions<br>Method or attribute name: style?: string|@ohos.intl.d.ts|
|Added|NA|Class name: NumberOptions<br>Method or attribute name: numberingSystem?: string|@ohos.intl.d.ts|
|Added|NA|Class name: NumberOptions<br>Method or attribute name: useGrouping?: boolean|@ohos.intl.d.ts|
|Added|NA|Class name: NumberOptions<br>Method or attribute name: minimumIntegerDigits?: number|@ohos.intl.d.ts|
|Added|NA|Class name: NumberOptions<br>Method or attribute name: minimumFractionDigits?: number|@ohos.intl.d.ts|
|Added|NA|Class name: NumberOptions<br>Method or attribute name: maximumFractionDigits?: number|@ohos.intl.d.ts|
|Added|NA|Class name: NumberOptions<br>Method or attribute name: minimumSignificantDigits?: number|@ohos.intl.d.ts|
|Added|NA|Class name: NumberOptions<br>Method or attribute name: maximumSignificantDigits?: number|@ohos.intl.d.ts|
|Added|NA|Class name: CollatorOptions<br>Method or attribute name: localeMatcher?: string;|@ohos.intl.d.ts|
|Added|NA|Class name: CollatorOptions<br>Method or attribute name: usage?: string;|@ohos.intl.d.ts|
|Added|NA|Class name: CollatorOptions<br>Method or attribute name: sensitivity?: string;|@ohos.intl.d.ts|
|Added|NA|Class name: CollatorOptions<br>Method or attribute name: ignorePunctuation?: boolean;|@ohos.intl.d.ts|
|Added|NA|Class name: CollatorOptions<br>Method or attribute name: collation?: string;|@ohos.intl.d.ts|
|Added|NA|Class name: CollatorOptions<br>Method or attribute name: numeric?: boolean;|@ohos.intl.d.ts|
|Added|NA|Class name: CollatorOptions<br>Method or attribute name: caseFirst?: string;|@ohos.intl.d.ts|
|Added|NA|Class name: PluralRulesOptions<br>Method or attribute name: localeMatcher?: string;|@ohos.intl.d.ts|
|Added|NA|Class name: PluralRulesOptions<br>Method or attribute name: type?: string;|@ohos.intl.d.ts|
|Added|NA|Class name: PluralRulesOptions<br>Method or attribute name: minimumIntegerDigits?: number;|@ohos.intl.d.ts|
|Added|NA|Class name: PluralRulesOptions<br>Method or attribute name: minimumFractionDigits?: number;|@ohos.intl.d.ts|
|Added|NA|Class name: PluralRulesOptions<br>Method or attribute name: maximumFractionDigits?: number;|@ohos.intl.d.ts|
|Added|NA|Class name: PluralRulesOptions<br>Method or attribute name: minimumSignificantDigits?: number;|@ohos.intl.d.ts|
|Added|NA|Class name: PluralRulesOptions<br>Method or attribute name: maximumSignificantDigits?: number;|@ohos.intl.d.ts|
|Added|NA|Class name: RelativeTimeFormatInputOptions<br>Method or attribute name: localeMatcher?: string;|@ohos.intl.d.ts|
|Added|NA|Class name: RelativeTimeFormatInputOptions<br>Method or attribute name: numeric?: string;|@ohos.intl.d.ts|
|Added|NA|Class name: RelativeTimeFormatInputOptions<br>Method or attribute name: style?: string;|@ohos.intl.d.ts|
|Added|NA|Class name: ResourceManager<br>Method or attribute name: getStringValue(resource: Resource, callback: _AsyncCallback\<string>): void;|@ohos.resourceManager.d.ts|
|Added|NA|Class name: ResourceManager<br>Method or attribute name: getStringValue(resource: Resource): Promise\<string>;|@ohos.resourceManager.d.ts|
|Added|NA|Class name: ResourceManager<br>Method or attribute name: getStringArrayValue(resource: Resource, callback: _AsyncCallback\<Array\<string>>): void;|@ohos.resourceManager.d.ts|
|Added|NA|Class name: ResourceManager<br>Method or attribute name: getStringArrayValue(resource: Resource): Promise\<Array\<string>>;|@ohos.resourceManager.d.ts|
|Added|NA|Class name: ResourceManager<br>Method or attribute name: getMediaContent(resource: Resource, callback: _AsyncCallback\<Uint8Array>): void;|@ohos.resourceManager.d.ts|
|Added|NA|Class name: ResourceManager<br>Method or attribute name: getMediaContent(resource: Resource): Promise\<Uint8Array>;|@ohos.resourceManager.d.ts|
|Added|NA|Class name: ResourceManager<br>Method or attribute name: getMediaContentBase64(resource: Resource, callback: _AsyncCallback\<string>): void;|@ohos.resourceManager.d.ts|
|Added|NA|Class name: ResourceManager<br>Method or attribute name: getMediaContentBase64(resource: Resource): Promise\<string>;|@ohos.resourceManager.d.ts|
|Added|NA|Class name: ResourceManager<br>Method or attribute name: getPluralStringValue(resource: Resource, num: number, callback: _AsyncCallback\<string>): void;|@ohos.resourceManager.d.ts|
|Added|NA|Class name: ResourceManager<br>Method or attribute name: getPluralStringValue(resource: Resource, num: number): Promise\<string>;|@ohos.resourceManager.d.ts|
|Added|NA|Class name: ResourceManager<br>Method or attribute name: getStringByName(resName: string, callback: _AsyncCallback\<string>): void;|@ohos.resourceManager.d.ts|
|Added|NA|Class name: ResourceManager<br>Method or attribute name: getStringByName(resName: string): Promise\<string>;|@ohos.resourceManager.d.ts|
|Added|NA|Class name: ResourceManager<br>Method or attribute name: getStringArrayByName(resName: string, callback: _AsyncCallback\<Array\<string>>): void;|@ohos.resourceManager.d.ts|
|Added|NA|Class name: ResourceManager<br>Method or attribute name: getStringArrayByName(resName: string): Promise\<Array\<string>>;|@ohos.resourceManager.d.ts|
|Added|NA|Class name: ResourceManager<br>Method or attribute name: getMediaByName(resName: string, callback: _AsyncCallback\<Uint8Array>): void;|@ohos.resourceManager.d.ts|
|Added|NA|Class name: ResourceManager<br>Method or attribute name: getMediaByName(resName: string): Promise\<Uint8Array>;|@ohos.resourceManager.d.ts|
|Added|NA|Class name: ResourceManager<br>Method or attribute name: getMediaBase64ByName(resName: string, callback: _AsyncCallback\<string>): void;|@ohos.resourceManager.d.ts|
|Added|NA|Class name: ResourceManager<br>Method or attribute name: getMediaBase64ByName(resName: string): Promise\<string>;|@ohos.resourceManager.d.ts|
|Added|NA|Class name: ResourceManager<br>Method or attribute name: getPluralStringByName(resName: string, num: number, callback: _AsyncCallback\<string>): void;|@ohos.resourceManager.d.ts|
|Added|NA|Class name: ResourceManager<br>Method or attribute name: getPluralStringByName(resName: string, num: number): Promise\<string>;|@ohos.resourceManager.d.ts|
|Added|NA|Class name: ResourceManager<br>Method or attribute name: getStringSync(resId: number): string;|@ohos.resourceManager.d.ts|
|Added|NA|Class name: ResourceManager<br>Method or attribute name: getStringSync(resource: Resource): string;|@ohos.resourceManager.d.ts|
|Added|NA|Class name: ResourceManager<br>Method or attribute name: getStringByNameSync(resName: string): string;|@ohos.resourceManager.d.ts|
|Added|NA|Class name: ResourceManager<br>Method or attribute name: getBoolean(resId: number): boolean;|@ohos.resourceManager.d.ts|
|Added|NA|Class name: ResourceManager<br>Method or attribute name: getBoolean(resource: Resource): boolean;|@ohos.resourceManager.d.ts|
|Added|NA|Class name: ResourceManager<br>Method or attribute name: getBooleanByName(resName: string): boolean;|@ohos.resourceManager.d.ts|
|Added|NA|Class name: ResourceManager<br>Method or attribute name: getNumber(resId: number): number;|@ohos.resourceManager.d.ts|
|Added|NA|Class name: ResourceManager<br>Method or attribute name: getNumber(resource: Resource): number;|@ohos.resourceManager.d.ts|
|Added|NA|Class name: ResourceManager<br>Method or attribute name: getNumberByName(resName: string): number;|@ohos.resourceManager.d.ts|
|Added|NA|Class name: ResourceManager<br>Method or attribute name: getStringValue(resId: number, callback: _AsyncCallback\<string>): void;|@ohos.resourceManager.d.ts|
|Added|NA|Class name: ResourceManager<br>Method or attribute name: getStringValue(resId: number): Promise\<string>;|@ohos.resourceManager.d.ts|
|Added|NA|Class name: ResourceManager<br>Method or attribute name: getStringArrayValue(resId: number, callback: _AsyncCallback\<Array\<string>>): void;|@ohos.resourceManager.d.ts|
|Added|NA|Class name: ResourceManager<br>Method or attribute name: getStringArrayValue(resId: number): Promise\<Array\<string>>;|@ohos.resourceManager.d.ts|
|Added|NA|Class name: ResourceManager<br>Method or attribute name: getPluralStringValue(resId: number, num: number, callback: _AsyncCallback\<string>): void;|@ohos.resourceManager.d.ts|
|Added|NA|Class name: ResourceManager<br>Method or attribute name: getPluralStringValue(resId: number, num: number): Promise\<string>;|@ohos.resourceManager.d.ts|
|Added|NA|Class name: ResourceManager<br>Method or attribute name: getMediaContent(resId: number, callback: _AsyncCallback\<Uint8Array>): void;|@ohos.resourceManager.d.ts|
|Added|NA|Class name: ResourceManager<br>Method or attribute name: getMediaContent(resId: number): Promise\<Uint8Array>;|@ohos.resourceManager.d.ts|
|Added|NA|Class name: ResourceManager<br>Method or attribute name: getMediaContentBase64(resId: number, callback: _AsyncCallback\<string>): void;|@ohos.resourceManager.d.ts|
|Added|NA|Class name: ResourceManager<br>Method or attribute name: getMediaContentBase64(resId: number): Promise\<string>;|@ohos.resourceManager.d.ts|
|Added|NA|Class name: ResourceManager<br>Method or attribute name: getRawFileContent(path: string, callback: _AsyncCallback\<Uint8Array>): void;|@ohos.resourceManager.d.ts|
|Added|NA|Class name: ResourceManager<br>Method or attribute name: getRawFileContent(path: string): Promise\<Uint8Array>;|@ohos.resourceManager.d.ts|
|Added|NA|Class name: ResourceManager<br>Method or attribute name: getRawFd(path: string, callback: _AsyncCallback\<RawFileDescriptor>): void;|@ohos.resourceManager.d.ts|
|Added|NA|Class name: ResourceManager<br>Method or attribute name: getRawFd(path: string): Promise\<RawFileDescriptor>;|@ohos.resourceManager.d.ts|
|Added|NA|Class name: ResourceManager<br>Method or attribute name: closeRawFd(path: string, callback: _AsyncCallback\<void>): void;|@ohos.resourceManager.d.ts|
|Added|NA|Class name: ResourceManager<br>Method or attribute name: closeRawFd(path: string): Promise\<void>;|@ohos.resourceManager.d.ts|
|Added|NA|Module name: resource<br>Class name: Resource|resource.d.ts|
|Added|NA|Module name: resource<br>Class name: Resource<br>Method or attribute name: bundleName: string;|resource.d.ts|
|Added|NA|Module name: resource<br>Class name: Resource<br>Method or attribute name: moduleName: string;|resource.d.ts|
|Added|NA|Module name: resource<br>Class name: Resource<br>Method or attribute name: id: number;|resource.d.ts|
|Deleted|Module name: ohos.i18n<br>Class name: i18n<br>Method or attribute name: function getSystemLanguages(): Array\<string>;|NA|@ohos.i18n.d.ts|
|Deleted|Module name: ohos.i18n<br>Class name: i18n<br>Method or attribute name: function getSystemCountries(language: string): Array\<string>;|NA|@ohos.i18n.d.ts|
|Deleted|Module name: ohos.i18n<br>Class name: i18n<br>Method or attribute name: function isSuggested(language: string, region?: string): boolean;|NA|@ohos.i18n.d.ts|
|Deleted|Module name: ohos.i18n<br>Class name: i18n<br>Method or attribute name: function setSystemLanguage(language: string): boolean;|NA|@ohos.i18n.d.ts|
|Deleted|Module name: ohos.i18n<br>Class name: i18n<br>Method or attribute name: function setSystemRegion(region: string): boolean;|NA|@ohos.i18n.d.ts|
|Deleted|Module name: ohos.i18n<br>Class name: i18n<br>Method or attribute name: function setSystemLocale(locale: string): boolean;|NA|@ohos.i18n.d.ts|
|Deprecated version changed|Class name: i18n<br>Method or attribute name: function getDisplayCountry(country: string, locale: string, sentenceCase?: boolean): string;<br>Deprecated version: N/A|Class name: i18n<br>Method or attribute name: function getDisplayCountry(country: string, locale: string, sentenceCase?: boolean): string;<br>Deprecated version: 9<br>Substitute API: ohos.System.getDisplayCountry |@ohos.i18n.d.ts|
|Deprecated version changed|Class name: i18n<br>Method or attribute name: function getDisplayLanguage(language: string, locale: string, sentenceCase?: boolean): string;<br>Deprecated version: N/A|Class name: i18n<br>Method or attribute name: function getDisplayLanguage(language: string, locale: string, sentenceCase?: boolean): string;<br>Deprecated version: 9<br>Substitute API: ohos.System.getDisplayLanguage |@ohos.i18n.d.ts|
|Deprecated version changed|Class name: i18n<br>Method or attribute name: function getSystemLanguage(): string;<br>Deprecated version: N/A|Class name: i18n<br>Method or attribute name: function getSystemLanguage(): string;<br>Deprecated version: 9<br>Substitute API: ohos.System.getSystemLanguage |@ohos.i18n.d.ts|
|Deprecated version changed|Class name: i18n<br>Method or attribute name: function getSystemRegion(): string;<br>Deprecated version: N/A|Class name: i18n<br>Method or attribute name: function getSystemRegion(): string;<br>Deprecated version: 9<br>Substitute API: ohos.System.getSystemRegion |@ohos.i18n.d.ts|
|Deprecated version changed|Class name: i18n<br>Method or attribute name: function getSystemLocale(): string;<br>Deprecated version: N/A|Class name: i18n<br>Method or attribute name: function getSystemLocale(): string;<br>Deprecated version: 9<br>Substitute API: ohos.System.getSystemLocale |@ohos.i18n.d.ts|
|Deprecated version changed|Class name: Util<br>Deprecated version: N/A|Class name: Util<br>Deprecated version: 9<br>Substitute API: I18NUtil |@ohos.i18n.d.ts|
|Deprecated version changed|Class name: Util<br>Method or attribute name: unitConvert(fromUnit: UnitInfo, toUnit: UnitInfo, value: number, locale: string, style?: string): string;<br>Deprecated version: N/A|Class name: Util<br>Method or attribute name: unitConvert(fromUnit: UnitInfo, toUnit: UnitInfo, value: number, locale: string, style?: string): string;<br>Deprecated version: 9<br>Substitute API: I18NUtil.unitConvert |@ohos.i18n.d.ts|
|Deprecated version changed|Class name: Character<br>Deprecated version: N/A|Class name: Character<br>Deprecated version: 9<br>Substitute API: Unicode |@ohos.i18n.d.ts|
|Deprecated version changed|Class name: Character<br>Method or attribute name: isDigit(char: string): boolean;<br>Deprecated version: N/A|Class name: Character<br>Method or attribute name: isDigit(char: string): boolean;<br>Deprecated version: 9<br>Substitute API: Unicode.isDigit |@ohos.i18n.d.ts|
|Deprecated version changed|Class name: Character<br>Method or attribute name: isSpaceChar(char: string): boolean;<br>Deprecated version: N/A|Class name: Character<br>Method or attribute name: isSpaceChar(char: string): boolean;<br>Deprecated version: 9<br>Substitute API: Unicode.isSpaceChar |@ohos.i18n.d.ts|
|Deprecated version changed|Class name: Character<br>Method or attribute name: isWhitespace(char: string): boolean;<br>Deprecated version: N/A|Class name: Character<br>Method or attribute name: isWhitespace(char: string): boolean;<br>Deprecated version: 9<br>Substitute API: Unicode.isWhitespace |@ohos.i18n.d.ts|
|Deprecated version changed|Class name: Character<br>Method or attribute name: isRTL(char: string): boolean;<br>Deprecated version: N/A|Class name: Character<br>Method or attribute name: isRTL(char: string): boolean;<br>Deprecated version: 9<br>Substitute API: Unicode.isRTL |@ohos.i18n.d.ts|
|Deprecated version changed|Class name: Character<br>Method or attribute name: isIdeograph(char: string): boolean;<br>Deprecated version: N/A|Class name: Character<br>Method or attribute name: isIdeograph(char: string): boolean;<br>Deprecated version: 9<br>Substitute API: Unicode.isIdeograph |@ohos.i18n.d.ts|
|Deprecated version changed|Class name: Character<br>Method or attribute name: isLetter(char: string): boolean;<br>Deprecated version: N/A|Class name: Character<br>Method or attribute name: isLetter(char: string): boolean;<br>Deprecated version: 9<br>Substitute API: Unicode.isLetter |@ohos.i18n.d.ts|
|Deprecated version changed|Class name: Character<br>Method or attribute name: isLowerCase(char: string): boolean;<br>Deprecated version: N/A|Class name: Character<br>Method or attribute name: isLowerCase(char: string): boolean;<br>Deprecated version: 9<br>Substitute API: Unicode.isLowerCase |@ohos.i18n.d.ts|
|Deprecated version changed|Class name: Character<br>Method or attribute name: isUpperCase(char: string): boolean;<br>Deprecated version: N/A|Class name: Character<br>Method or attribute name: isUpperCase(char: string): boolean;<br>Deprecated version: 9<br>Substitute API: Unicode.isUpperCase |@ohos.i18n.d.ts|
|Deprecated version changed|Class name: Character<br>Method or attribute name: getType(char: string): string;<br>Deprecated version: N/A|Class name: Character<br>Method or attribute name: getType(char: string): string;<br>Deprecated version: 9<br>Substitute API: Unicode.getType |@ohos.i18n.d.ts|
|Deprecated version changed|Class name: i18n<br>Method or attribute name: function is24HourClock(): boolean;<br>Deprecated version: N/A|Class name: i18n<br>Method or attribute name: function is24HourClock(): boolean;<br>Deprecated version: 9<br>Substitute API: ohos.System.is24HourClock |@ohos.i18n.d.ts|
|Deprecated version changed|Class name: i18n<br>Method or attribute name: function set24HourClock(option: boolean): boolean;<br>Deprecated version: N/A|Class name: i18n<br>Method or attribute name: function set24HourClock(option: boolean): boolean;<br>Deprecated version: 9<br>Substitute API: ohos.System.set24HourClock |@ohos.i18n.d.ts|
|Deprecated version changed|Class name: i18n<br>Method or attribute name: function addPreferredLanguage(language: string, index?: number): boolean;<br>Deprecated version: N/A|Class name: i18n<br>Method or attribute name: function addPreferredLanguage(language: string, index?: number): boolean;<br>Deprecated version: 9<br>Substitute API: ohos.System.addPreferredLanguage |@ohos.i18n.d.ts|
|Deprecated version changed|Class name: i18n<br>Method or attribute name: function removePreferredLanguage(index: number): boolean;<br>Deprecated version: N/A|Class name: i18n<br>Method or attribute name: function removePreferredLanguage(index: number): boolean;<br>Deprecated version: 9<br>Substitute API: ohos.System.removePreferredLanguage |@ohos.i18n.d.ts|
|Deprecated version changed|Class name: i18n<br>Method or attribute name: function getPreferredLanguageList(): Array\<string>;<br>Deprecated version: N/A|Class name: i18n<br>Method or attribute name: function getPreferredLanguageList(): Array\<string>;<br>Deprecated version: 9<br>Substitute API: ohos.System.getPreferredLanguageList |@ohos.i18n.d.ts|
|Deprecated version changed|Class name: i18n<br>Method or attribute name: function getFirstPreferredLanguage(): string;<br>Deprecated version: N/A|Class name: i18n<br>Method or attribute name: function getFirstPreferredLanguage(): string;<br>Deprecated version: 9<br>Substitute API: ohos.System.getFirstPreferredLanguage |@ohos.i18n.d.ts|
|Deprecated version changed|Class name: AsyncCallback<br>Deprecated version: N/A|Class name: AsyncCallback<br>Deprecated version: 9<br>Substitute API: N/A|@ohos.resourceManager.d.ts|
|Deprecated version changed|Class name: ResourceManager<br>Method or attribute name: getString(resId: number, callback: AsyncCallback\<string>): void;<br>Deprecated version: N/A|Class name: ResourceManager<br>Method or attribute name: getString(resId: number, callback: AsyncCallback\<string>): void;<br>Deprecated version: 9<br>Substitute API: ohos.resourceManager.getStringValue |@ohos.resourceManager.d.ts|
|Deprecated version changed|Class name: ResourceManager<br>Method or attribute name: getString(resId: number): Promise\<string>;<br>Deprecated version: N/A|Class name: ResourceManager<br>Method or attribute name: getString(resId: number): Promise\<string>;<br>Deprecated version: 9<br>Substitute API: ohos.resourceManager.getStringValue |@ohos.resourceManager.d.ts|
|Deprecated version changed|Class name: ResourceManager<br>Method or attribute name: getStringArray(resId: number, callback: AsyncCallback\<Array\<string>>): void;<br>Deprecated version: N/A|Class name: ResourceManager<br>Method or attribute name: getStringArray(resId: number, callback: AsyncCallback\<Array\<string>>): void;<br>Deprecated version: 9<br>Substitute API: ohos.resourceManager.getStringArrayValue |@ohos.resourceManager.d.ts|
|Deprecated version changed|Class name: ResourceManager<br>Method or attribute name: getStringArray(resId: number): Promise\<Array\<string>>;<br>Deprecated version: N/A|Class name: ResourceManager<br>Method or attribute name: getStringArray(resId: number): Promise\<Array\<string>>;<br>Deprecated version: 9<br>Substitute API: ohos.resourceManager.getStringArrayValue |@ohos.resourceManager.d.ts|
|Deprecated version changed|Class name: ResourceManager<br>Method or attribute name: getMedia(resId: number, callback: AsyncCallback\<Uint8Array>): void;<br>Deprecated version: N/A|Class name: ResourceManager<br>Method or attribute name: getMedia(resId: number, callback: AsyncCallback\<Uint8Array>): void;<br>Deprecated version: 9<br>Substitute API: ohos.resourceManager.getMediaContent |@ohos.resourceManager.d.ts|
|Deprecated version changed|Class name: ResourceManager<br>Method or attribute name: getMedia(resId: number): Promise\<Uint8Array>;<br>Deprecated version: N/A|Class name: ResourceManager<br>Method or attribute name: getMedia(resId: number): Promise\<Uint8Array>;<br>Deprecated version: 9<br>Substitute API: ohos.resourceManager.getMediaContent |@ohos.resourceManager.d.ts|
|Deprecated version changed|Class name: ResourceManager<br>Method or attribute name: getMediaBase64(resId: number, callback: AsyncCallback\<string>): void;<br>Deprecated version: N/A|Class name: ResourceManager<br>Method or attribute name: getMediaBase64(resId: number, callback: AsyncCallback\<string>): void;<br>Deprecated version: 9<br>Substitute API: ohos.resourceManager.getMediaContentBase64 |@ohos.resourceManager.d.ts|
|Deprecated version changed|Class name: ResourceManager<br>Method or attribute name: getMediaBase64(resId: number): Promise\<string>;<br>Deprecated version: N/A|Class name: ResourceManager<br>Method or attribute name: getMediaBase64(resId: number): Promise\<string>;<br>Deprecated version: 9<br>Substitute API: ohos.resourceManager.getMediaContentBase64 |@ohos.resourceManager.d.ts|
|Deprecated version changed|Class name: ResourceManager<br>Method or attribute name: getPluralString(resId: number, num: number, callback: AsyncCallback\<string>): void;<br>Deprecated version: N/A|Class name: ResourceManager<br>Method or attribute name: getPluralString(resId: number, num: number, callback: AsyncCallback\<string>): void;<br>Deprecated version: 9<br>Substitute API: ohos.resourceManager.getPluralStringValue |@ohos.resourceManager.d.ts|
|Deprecated version changed|Class name: ResourceManager<br>Method or attribute name: getPluralString(resId: number, num: number): Promise\<string>;<br>Deprecated version: N/A|Class name: ResourceManager<br>Method or attribute name: getPluralString(resId: number, num: number): Promise\<string>;<br>Deprecated version: 9<br>Substitute API: ohos.resourceManager.getPluralStringValue |@ohos.resourceManager.d.ts|
|Deprecated version changed|Class name: ResourceManager<br>Method or attribute name: getRawFile(path: string, callback: AsyncCallback\<Uint8Array>): void;<br>Deprecated version: N/A|Class name: ResourceManager<br>Method or attribute name: getRawFile(path: string, callback: AsyncCallback\<Uint8Array>): void;<br>Deprecated version: 9<br>Substitute API: ohos.resourceManager.getRawFileContent |@ohos.resourceManager.d.ts|
|Deprecated version changed|Class name: ResourceManager<br>Method or attribute name: getRawFile(path: string): Promise\<Uint8Array>;<br>Deprecated version: N/A|Class name: ResourceManager<br>Method or attribute name: getRawFile(path: string): Promise\<Uint8Array>;<br>Deprecated version: 9<br>Substitute API: ohos.resourceManager.getRawFileContent |@ohos.resourceManager.d.ts|
|Deprecated version changed|Class name: ResourceManager<br>Method or attribute name: getRawFileDescriptor(path: string, callback: AsyncCallback\<RawFileDescriptor>): void;<br>Deprecated version: N/A|Class name: ResourceManager<br>Method or attribute name: getRawFileDescriptor(path: string, callback: AsyncCallback\<RawFileDescriptor>): void;<br>Deprecated version: 9<br>Substitute API: ohos.resourceManager.getRawFd |@ohos.resourceManager.d.ts|
|Deprecated version changed|Class name: ResourceManager<br>Method or attribute name: getRawFileDescriptor(path: string): Promise\<RawFileDescriptor>;<br>Deprecated version: N/A|Class name: ResourceManager<br>Method or attribute name: getRawFileDescriptor(path: string): Promise\<RawFileDescriptor>;<br>Deprecated version: 9<br>Substitute API: ohos.resourceManager.getRawFd |@ohos.resourceManager.d.ts|
|Deprecated version changed|Class name: ResourceManager<br>Method or attribute name: closeRawFileDescriptor(path: string, callback: AsyncCallback\<void>): void;<br>Deprecated version: N/A|Class name: ResourceManager<br>Method or attribute name: closeRawFileDescriptor(path: string, callback: AsyncCallback\<void>): void;<br>Deprecated version: 9<br>Substitute API: ohos.resourceManager.closeRawFd |@ohos.resourceManager.d.ts|
|Deprecated version changed|Class name: ResourceManager<br>Method or attribute name: closeRawFileDescriptor(path: string): Promise\<void>;<br>Deprecated version: N/A|Class name: ResourceManager<br>Method or attribute name: closeRawFileDescriptor(path: string): Promise\<void>;<br>Deprecated version: 9<br>Substitute API: ohos.resourceManager.closeRawFd |@ohos.resourceManager.d.ts|
|Initial version changed|Class name: Character<br>Method or attribute name: isDigit(char: string): boolean;<br>Initial version: N/A|Class name: Character<br>Method or attribute name: isDigit(char: string): boolean;<br>Initial version: 8|@ohos.i18n.d.ts|
|Initial version changed|Class name: Character<br>Method or attribute name: isSpaceChar(char: string): boolean;<br>Initial version: N/A|Class name: Character<br>Method or attribute name: isSpaceChar(char: string): boolean;<br>Initial version: 8|@ohos.i18n.d.ts|
|Initial version changed|Class name: Character<br>Method or attribute name: isWhitespace(char: string): boolean;<br>Initial version: N/A|Class name: Character<br>Method or attribute name: isWhitespace(char: string): boolean;<br>Initial version: 8|@ohos.i18n.d.ts|
|Initial version changed|Class name: Character<br>Method or attribute name: isRTL(char: string): boolean;<br>Initial version: N/A|Class name: Character<br>Method or attribute name: isRTL(char: string): boolean;<br>Initial version: 8|@ohos.i18n.d.ts|
|Initial version changed|Class name: Character<br>Method or attribute name: isIdeograph(char: string): boolean;<br>Initial version: N/A|Class name: Character<br>Method or attribute name: isIdeograph(char: string): boolean;<br>Initial version: 8|@ohos.i18n.d.ts|
|Initial version changed|Class name: Character<br>Method or attribute name: isLetter(char: string): boolean;<br>Initial version: N/A|Class name: Character<br>Method or attribute name: isLetter(char: string): boolean;<br>Initial version: 8|@ohos.i18n.d.ts|
|Initial version changed|Class name: Character<br>Method or attribute name: isLowerCase(char: string): boolean;<br>Initial version: N/A|Class name: Character<br>Method or attribute name: isLowerCase(char: string): boolean;<br>Initial version: 8|@ohos.i18n.d.ts|
|Initial version changed|Class name: Character<br>Method or attribute name: isUpperCase(char: string): boolean;<br>Initial version: N/A|Class name: Character<br>Method or attribute name: isUpperCase(char: string): boolean;<br>Initial version: 8|@ohos.i18n.d.ts|
|Initial version changed|Class name: Character<br>Method or attribute name: getType(char: string): string;<br>Initial version: N/A|Class name: Character<br>Method or attribute name: getType(char: string): string;<br>Initial version: 8|@ohos.i18n.d.ts|
|Function changed|Class name: ResourceManager<br>Method or attribute name: getDeviceCapability(callback: AsyncCallback\<DeviceCapability>): void;<br>|Class name: ResourceManager<br>Method or attribute name: getDeviceCapability(callback: _AsyncCallback\<DeviceCapability>): void;<br>|@ohos.resourceManager.d.ts|
|Function changed|Class name: ResourceManager<br>Method or attribute name: getConfiguration(callback: AsyncCallback\<Configuration>): void;<br>|Class name: ResourceManager<br>Method or attribute name: getConfiguration(callback: _AsyncCallback\<Configuration>): void;<br>|@ohos.resourceManager.d.ts|
| Change Type | Old Version | New Version | d.ts File |
| ---- | ------ | ------ | -------- |
|Added|NA|Module name: ohos.graphics.colorSpaceManager<br>Class name: colorSpaceManager|@ohos.graphics.colorSpaceManager.d.ts|
|Added|NA|Module name: ohos.graphics.colorSpaceManager<br>Class name: ColorSpace|@ohos.graphics.colorSpaceManager.d.ts|
|Added|NA|Module name: ohos.graphics.colorSpaceManager<br>Class name: ColorSpace<br>Method or attribute name: UNKNOWN = 0|@ohos.graphics.colorSpaceManager.d.ts|
|Added|NA|Module name: ohos.graphics.colorSpaceManager<br>Class name: ColorSpace<br>Method or attribute name: ADOBE_RGB_1998 = 1|@ohos.graphics.colorSpaceManager.d.ts|
|Added|NA|Module name: ohos.graphics.colorSpaceManager<br>Class name: ColorSpace<br>Method or attribute name: DCI_P3 = 2|@ohos.graphics.colorSpaceManager.d.ts|
|Added|NA|Module name: ohos.graphics.colorSpaceManager<br>Class name: ColorSpace<br>Method or attribute name: DISPLAY_P3 = 3|@ohos.graphics.colorSpaceManager.d.ts|
|Added|NA|Module name: ohos.graphics.colorSpaceManager<br>Class name: ColorSpace<br>Method or attribute name: SRGB = 4|@ohos.graphics.colorSpaceManager.d.ts|
|Added|NA|Module name: ohos.graphics.colorSpaceManager<br>Class name: ColorSpace<br>Method or attribute name: CUSTOM = 5|@ohos.graphics.colorSpaceManager.d.ts|
|Added|NA|Module name: ohos.graphics.colorSpaceManager<br>Class name: ColorSpacePrimaries|@ohos.graphics.colorSpaceManager.d.ts|
|Added|NA|Module name: ohos.graphics.colorSpaceManager<br>Class name: ColorSpacePrimaries<br>Method or attribute name: redX: number;|@ohos.graphics.colorSpaceManager.d.ts|
|Added|NA|Module name: ohos.graphics.colorSpaceManager<br>Class name: ColorSpacePrimaries<br>Method or attribute name: redY: number;|@ohos.graphics.colorSpaceManager.d.ts|
|Added|NA|Module name: ohos.graphics.colorSpaceManager<br>Class name: ColorSpacePrimaries<br>Method or attribute name: greenX: number;|@ohos.graphics.colorSpaceManager.d.ts|
|Added|NA|Module name: ohos.graphics.colorSpaceManager<br>Class name: ColorSpacePrimaries<br>Method or attribute name: greenY: number;|@ohos.graphics.colorSpaceManager.d.ts|
|Added|NA|Module name: ohos.graphics.colorSpaceManager<br>Class name: ColorSpacePrimaries<br>Method or attribute name: blueX: number;|@ohos.graphics.colorSpaceManager.d.ts|
|Added|NA|Module name: ohos.graphics.colorSpaceManager<br>Class name: ColorSpacePrimaries<br>Method or attribute name: blueY: number;|@ohos.graphics.colorSpaceManager.d.ts|
|Added|NA|Module name: ohos.graphics.colorSpaceManager<br>Class name: ColorSpacePrimaries<br>Method or attribute name: whitePointX: number;|@ohos.graphics.colorSpaceManager.d.ts|
|Added|NA|Module name: ohos.graphics.colorSpaceManager<br>Class name: ColorSpacePrimaries<br>Method or attribute name: whitePointY: number;|@ohos.graphics.colorSpaceManager.d.ts|
|Added|NA|Module name: ohos.graphics.colorSpaceManager<br>Class name: ColorSpaceManager|@ohos.graphics.colorSpaceManager.d.ts|
|Added|NA|Module name: ohos.graphics.colorSpaceManager<br>Class name: ColorSpaceManager<br>Method or attribute name: getColorSpaceName(): ColorSpace;|@ohos.graphics.colorSpaceManager.d.ts|
|Added|NA|Module name: ohos.graphics.colorSpaceManager<br>Class name: ColorSpaceManager<br>Method or attribute name: getWhitePoint(): Array\<number>;|@ohos.graphics.colorSpaceManager.d.ts|
|Added|NA|Module name: ohos.graphics.colorSpaceManager<br>Class name: ColorSpaceManager<br>Method or attribute name: getGamma(): number;|@ohos.graphics.colorSpaceManager.d.ts|
|Added|NA|Module name: ohos.graphics.colorSpaceManager<br>Class name: colorSpaceManager<br>Method or attribute name: function create(colorSpaceName: ColorSpace): ColorSpaceManager;|@ohos.graphics.colorSpaceManager.d.ts|
|Added|NA|Module name: ohos.graphics.colorSpaceManager<br>Class name: colorSpaceManager<br>Method or attribute name: function create(primaries: ColorSpacePrimaries, gamma: number): ColorSpaceManager;|@ohos.graphics.colorSpaceManager.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly READ_BUFFER: webgl.GLenum;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly UNPACK_ROW_LENGTH: webgl.GLenum;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly UNPACK_SKIP_ROWS: webgl.GLenum;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly UNPACK_SKIP_PIXELS: webgl.GLenum;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly PACK_ROW_LENGTH: webgl.GLenum;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly PACK_SKIP_ROWS: webgl.GLenum;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly PACK_SKIP_PIXELS: webgl.GLenum;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly COLOR: webgl.GLenum;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly DEPTH: webgl.GLenum;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly STENCIL: webgl.GLenum;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly RED: webgl.GLenum;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly RGB8: webgl.GLenum;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly RGBA8: webgl.GLenum;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly RGB10_A2: webgl.GLenum;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly TEXTURE_BINDING_3D: webgl.GLenum;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly UNPACK_SKIP_IMAGES: webgl.GLenum;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly UNPACK_IMAGE_HEIGHT: webgl.GLenum;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly TEXTURE_3D: webgl.GLenum;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly TEXTURE_WRAP_R: webgl.GLenum;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly MAX_3D_TEXTURE_SIZE: webgl.GLenum;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly UNSIGNED_INT_2_10_10_10_REV: webgl.GLenum;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly MAX_ELEMENTS_VERTICES: webgl.GLenum;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly MAX_ELEMENTS_INDICES: webgl.GLenum;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly TEXTURE_MIN_LOD: webgl.GLenum;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly TEXTURE_MAX_LOD: webgl.GLenum;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly TEXTURE_BASE_LEVEL: webgl.GLenum;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly TEXTURE_MAX_LEVEL: webgl.GLenum;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly MIN: webgl.GLenum;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly MAX: webgl.GLenum;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly DEPTH_COMPONENT24: webgl.GLenum;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly MAX_TEXTURE_LOD_BIAS: webgl.GLenum;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly TEXTURE_COMPARE_MODE: webgl.GLenum;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly TEXTURE_COMPARE_FUNC: webgl.GLenum;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly CURRENT_QUERY: webgl.GLenum;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly QUERY_RESULT: webgl.GLenum;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly QUERY_RESULT_AVAILABLE: webgl.GLenum;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly STREAM_READ: webgl.GLenum;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly STREAM_COPY: webgl.GLenum;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly STATIC_READ: webgl.GLenum;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly STATIC_COPY: webgl.GLenum;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly DYNAMIC_READ: webgl.GLenum;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly DYNAMIC_COPY: webgl.GLenum;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly MAX_DRAW_BUFFERS: webgl.GLenum;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly DRAW_BUFFER0: webgl.GLenum;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly DRAW_BUFFER1: webgl.GLenum;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly DRAW_BUFFER2: webgl.GLenum;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly DRAW_BUFFER3: webgl.GLenum;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly DRAW_BUFFER4: webgl.GLenum;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly DRAW_BUFFER5: webgl.GLenum;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly DRAW_BUFFER6: webgl.GLenum;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly DRAW_BUFFER7: webgl.GLenum;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly DRAW_BUFFER8: webgl.GLenum;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly DRAW_BUFFER9: webgl.GLenum;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly DRAW_BUFFER10: webgl.GLenum;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly DRAW_BUFFER11: webgl.GLenum;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly DRAW_BUFFER12: webgl.GLenum;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly DRAW_BUFFER13: webgl.GLenum;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly DRAW_BUFFER14: webgl.GLenum;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly DRAW_BUFFER15: webgl.GLenum;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly MAX_FRAGMENT_UNIFORM_COMPONENTS: webgl.GLenum;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly MAX_VERTEX_UNIFORM_COMPONENTS: webgl.GLenum;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly SAMPLER_3D: webgl.GLenum;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly SAMPLER_2D_SHADOW: webgl.GLenum;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly FRAGMENT_SHADER_DERIVATIVE_HINT: webgl.GLenum;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly PIXEL_PACK_BUFFER: webgl.GLenum;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly PIXEL_UNPACK_BUFFER: webgl.GLenum;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly PIXEL_PACK_BUFFER_BINDING: webgl.GLenum;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly PIXEL_UNPACK_BUFFER_BINDING: webgl.GLenum;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly FLOAT_MAT2x3: webgl.GLenum;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly FLOAT_MAT2x4: webgl.GLenum;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly FLOAT_MAT3x2: webgl.GLenum;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly FLOAT_MAT3x4: webgl.GLenum;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly FLOAT_MAT4x2: webgl.GLenum;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly FLOAT_MAT4x3: webgl.GLenum;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly SRGB: webgl.GLenum;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly SRGB8: webgl.GLenum;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly SRGB8_ALPHA8: webgl.GLenum;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly COMPARE_REF_TO_TEXTURE: webgl.GLenum;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly RGBA32F: webgl.GLenum;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly RGB32F: webgl.GLenum;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly RGBA16F: webgl.GLenum;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly RGB16F: webgl.GLenum;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly VERTEX_ATTRIB_ARRAY_INTEGER: webgl.GLenum;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly MAX_ARRAY_TEXTURE_LAYERS: webgl.GLenum;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly MIN_PROGRAM_TEXEL_OFFSET: webgl.GLenum;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly MAX_PROGRAM_TEXEL_OFFSET: webgl.GLenum;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly MAX_VARYING_COMPONENTS: webgl.GLenum;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly TEXTURE_2D_ARRAY: webgl.GLenum;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly TEXTURE_BINDING_2D_ARRAY: webgl.GLenum;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly R11F_G11F_B10F: webgl.GLenum;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly UNSIGNED_INT_10F_11F_11F_REV: webgl.GLenum;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly RGB9_E5: webgl.GLenum;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly UNSIGNED_INT_5_9_9_9_REV: webgl.GLenum;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly TRANSFORM_FEEDBACK_BUFFER_MODE: webgl.GLenum;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly MAX_TRANSFORM_FEEDBACK_SEPARATE_COMPONENTS: webgl.GLenum;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly TRANSFORM_FEEDBACK_VARYINGS: webgl.GLenum;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly TRANSFORM_FEEDBACK_BUFFER_START: webgl.GLenum;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly TRANSFORM_FEEDBACK_BUFFER_SIZE: webgl.GLenum;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN: webgl.GLenum;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly RASTERIZER_DISCARD: webgl.GLenum;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly MAX_TRANSFORM_FEEDBACK_INTERLEAVED_COMPONENTS: webgl.GLenum;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly MAX_TRANSFORM_FEEDBACK_SEPARATE_ATTRIBS: webgl.GLenum;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly INTERLEAVED_ATTRIBS: webgl.GLenum;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly SEPARATE_ATTRIBS: webgl.GLenum;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly TRANSFORM_FEEDBACK_BUFFER: webgl.GLenum;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly TRANSFORM_FEEDBACK_BUFFER_BINDING: webgl.GLenum;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly RGBA32UI: webgl.GLenum;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly RGB32UI: webgl.GLenum;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly RGBA16UI: webgl.GLenum;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly RGB16UI: webgl.GLenum;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly RGBA8UI: webgl.GLenum;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly RGB8UI: webgl.GLenum;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly RGBA32I: webgl.GLenum;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly RGB32I: webgl.GLenum;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly RGBA16I: webgl.GLenum;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly RGB16I: webgl.GLenum;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly RGBA8I: webgl.GLenum;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly RGB8I: webgl.GLenum;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly RED_INTEGER: webgl.GLenum;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly RGB_INTEGER: webgl.GLenum;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly RGBA_INTEGER: webgl.GLenum;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly SAMPLER_2D_ARRAY: webgl.GLenum;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly SAMPLER_2D_ARRAY_SHADOW: webgl.GLenum;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly SAMPLER_CUBE_SHADOW: webgl.GLenum;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly UNSIGNED_INT_VEC2: webgl.GLenum;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly UNSIGNED_INT_VEC3: webgl.GLenum;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly UNSIGNED_INT_VEC4: webgl.GLenum;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly INT_SAMPLER_2D: webgl.GLenum;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly INT_SAMPLER_3D: webgl.GLenum;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly INT_SAMPLER_CUBE: webgl.GLenum;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly INT_SAMPLER_2D_ARRAY: webgl.GLenum;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly UNSIGNED_INT_SAMPLER_2D: webgl.GLenum;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly UNSIGNED_INT_SAMPLER_3D: webgl.GLenum;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly UNSIGNED_INT_SAMPLER_CUBE: webgl.GLenum;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly UNSIGNED_INT_SAMPLER_2D_ARRAY: webgl.GLenum;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly DEPTH_COMPONENT32F: webgl.GLenum;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly DEPTH32F_STENCIL8: webgl.GLenum;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly FLOAT_32_UNSIGNED_INT_24_8_REV: webgl.GLenum;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly FRAMEBUFFER_ATTACHMENT_COLOR_ENCODING: webgl.GLenum;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly FRAMEBUFFER_ATTACHMENT_COMPONENT_TYPE: webgl.GLenum;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly FRAMEBUFFER_ATTACHMENT_RED_SIZE: webgl.GLenum;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly FRAMEBUFFER_ATTACHMENT_GREEN_SIZE: webgl.GLenum;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly FRAMEBUFFER_ATTACHMENT_BLUE_SIZE: webgl.GLenum;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly FRAMEBUFFER_ATTACHMENT_ALPHA_SIZE: webgl.GLenum;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly FRAMEBUFFER_ATTACHMENT_DEPTH_SIZE: webgl.GLenum;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly FRAMEBUFFER_ATTACHMENT_STENCIL_SIZE: webgl.GLenum;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly FRAMEBUFFER_DEFAULT: webgl.GLenum;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly UNSIGNED_INT_24_8: webgl.GLenum;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly DEPTH24_STENCIL8: webgl.GLenum;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly UNSIGNED_NORMALIZED: webgl.GLenum;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly DRAW_FRAMEBUFFER_BINDING: webgl.GLenum;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly READ_FRAMEBUFFER: webgl.GLenum;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly DRAW_FRAMEBUFFER: webgl.GLenum;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly READ_FRAMEBUFFER_BINDING: webgl.GLenum;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly RENDERBUFFER_SAMPLES: webgl.GLenum;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly FRAMEBUFFER_ATTACHMENT_TEXTURE_LAYER: webgl.GLenum;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly MAX_COLOR_ATTACHMENTS: webgl.GLenum;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly COLOR_ATTACHMENT1: webgl.GLenum;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly COLOR_ATTACHMENT2: webgl.GLenum;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly COLOR_ATTACHMENT3: webgl.GLenum;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly COLOR_ATTACHMENT4: webgl.GLenum;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly COLOR_ATTACHMENT5: webgl.GLenum;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly COLOR_ATTACHMENT6: webgl.GLenum;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly COLOR_ATTACHMENT7: webgl.GLenum;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly COLOR_ATTACHMENT8: webgl.GLenum;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly COLOR_ATTACHMENT9: webgl.GLenum;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly COLOR_ATTACHMENT10: webgl.GLenum;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly COLOR_ATTACHMENT11: webgl.GLenum;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly COLOR_ATTACHMENT12: webgl.GLenum;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly COLOR_ATTACHMENT13: webgl.GLenum;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly COLOR_ATTACHMENT14: webgl.GLenum;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly COLOR_ATTACHMENT15: webgl.GLenum;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly FRAMEBUFFER_INCOMPLETE_MULTISAMPLE: webgl.GLenum;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly MAX_SAMPLES: webgl.GLenum;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly HALF_FLOAT: webgl.GLenum;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly RG: webgl.GLenum;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly RG_INTEGER: webgl.GLenum;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly R8: webgl.GLenum;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly RG8: webgl.GLenum;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly R16F: webgl.GLenum;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly R32F: webgl.GLenum;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly RG16F: webgl.GLenum;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly RG32F: webgl.GLenum;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly R8I: webgl.GLenum;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly R8UI: webgl.GLenum;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly R16I: webgl.GLenum;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly R16UI: webgl.GLenum;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly R32I: webgl.GLenum;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly R32UI: webgl.GLenum;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly RG8I: webgl.GLenum;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly RG8UI: webgl.GLenum;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly RG16I: webgl.GLenum;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly RG16UI: webgl.GLenum;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly RG32I: webgl.GLenum;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly RG32UI: webgl.GLenum;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly VERTEX_ARRAY_BINDING: webgl.GLenum;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly R8_SNORM: webgl.GLenum;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly RG8_SNORM: webgl.GLenum;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly RGB8_SNORM: webgl.GLenum;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly RGBA8_SNORM: webgl.GLenum;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly SIGNED_NORMALIZED: webgl.GLenum;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly COPY_READ_BUFFER: webgl.GLenum;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly COPY_WRITE_BUFFER: webgl.GLenum;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly COPY_READ_BUFFER_BINDING: webgl.GLenum;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly COPY_WRITE_BUFFER_BINDING: webgl.GLenum;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly UNIFORM_BUFFER: webgl.GLenum;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly UNIFORM_BUFFER_BINDING: webgl.GLenum;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly UNIFORM_BUFFER_START: webgl.GLenum;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly UNIFORM_BUFFER_SIZE: webgl.GLenum;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly MAX_VERTEX_UNIFORM_BLOCKS: webgl.GLenum;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly MAX_FRAGMENT_UNIFORM_BLOCKS: webgl.GLenum;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly MAX_COMBINED_UNIFORM_BLOCKS: webgl.GLenum;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly MAX_UNIFORM_BUFFER_BINDINGS: webgl.GLenum;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly MAX_UNIFORM_BLOCK_SIZE: webgl.GLenum;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly MAX_COMBINED_VERTEX_UNIFORM_COMPONENTS: webgl.GLenum;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly MAX_COMBINED_FRAGMENT_UNIFORM_COMPONENTS: webgl.GLenum;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly UNIFORM_BUFFER_OFFSET_ALIGNMENT: webgl.GLenum;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly ACTIVE_UNIFORM_BLOCKS: webgl.GLenum;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly UNIFORM_TYPE: webgl.GLenum;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly UNIFORM_SIZE: webgl.GLenum;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly UNIFORM_BLOCK_INDEX: webgl.GLenum;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly UNIFORM_OFFSET: webgl.GLenum;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly UNIFORM_ARRAY_STRIDE: webgl.GLenum;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly UNIFORM_MATRIX_STRIDE: webgl.GLenum;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly UNIFORM_IS_ROW_MAJOR: webgl.GLenum;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly UNIFORM_BLOCK_BINDING: webgl.GLenum;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly UNIFORM_BLOCK_DATA_SIZE: webgl.GLenum;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly UNIFORM_BLOCK_ACTIVE_UNIFORMS: webgl.GLenum;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly UNIFORM_BLOCK_ACTIVE_UNIFORM_INDICES: webgl.GLenum;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly UNIFORM_BLOCK_REFERENCED_BY_VERTEX_SHADER: webgl.GLenum;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly UNIFORM_BLOCK_REFERENCED_BY_FRAGMENT_SHADER: webgl.GLenum;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly INVALID_INDEX: webgl.GLenum;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly MAX_VERTEX_OUTPUT_COMPONENTS: webgl.GLenum;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly MAX_FRAGMENT_INPUT_COMPONENTS: webgl.GLenum;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly MAX_SERVER_WAIT_TIMEOUT: webgl.GLenum;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly OBJECT_TYPE: webgl.GLenum;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly SYNC_CONDITION: webgl.GLenum;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly SYNC_STATUS: webgl.GLenum;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly SYNC_FLAGS: webgl.GLenum;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly SYNC_FENCE: webgl.GLenum;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly SYNC_GPU_COMMANDS_COMPLETE: webgl.GLenum;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly UNSIGNALED: webgl.GLenum;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly SIGNALED: webgl.GLenum;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly ALREADY_SIGNALED: webgl.GLenum;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly TIMEOUT_EXPIRED: webgl.GLenum;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly CONDITION_SATISFIED: webgl.GLenum;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly WAIT_FAILED: webgl.GLenum;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly SYNC_FLUSH_COMMANDS_BIT: webgl.GLenum;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly VERTEX_ATTRIB_ARRAY_DIVISOR: webgl.GLenum;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly ANY_SAMPLES_PASSED: webgl.GLenum;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly ANY_SAMPLES_PASSED_CONSERVATIVE: webgl.GLenum;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly SAMPLER_BINDING: webgl.GLenum;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly RGB10_A2UI: webgl.GLenum;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly INT_2_10_10_10_REV: webgl.GLenum;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly TRANSFORM_FEEDBACK: webgl.GLenum;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly TRANSFORM_FEEDBACK_PAUSED: webgl.GLenum;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly TRANSFORM_FEEDBACK_ACTIVE: webgl.GLenum;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly TRANSFORM_FEEDBACK_BINDING: webgl.GLenum;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly TEXTURE_IMMUTABLE_FORMAT: webgl.GLenum;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly MAX_ELEMENT_INDEX: webgl.GLenum;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly TEXTURE_IMMUTABLE_LEVELS: webgl.GLenum;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly MAX_CLIENT_WAIT_TIMEOUT_WEBGL: webgl.GLenum;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: texImage3D(target: webgl.GLenum, level: webgl.GLint, internalformat: webgl.GLint, width: webgl.GLsizei, height: webgl.GLsizei, depth: webgl.GLsizei, border: webgl.GLint, format: webgl.GLenum, type: webgl.GLenum, pboOffset: webgl.GLintptr): void;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: texImage3D(target: webgl.GLenum, level: webgl.GLint, internalformat: webgl.GLint, width: webgl.GLsizei, height: webgl.GLsizei, depth: webgl.GLsizei, border: webgl.GLint, format: webgl.GLenum, type: webgl.GLenum, source: webgl.TexImageSource): void;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: texImage3D(target: webgl.GLenum, level: webgl.GLint, internalformat: webgl.GLint, width: webgl.GLsizei, height: webgl.GLsizei, depth: webgl.GLsizei, border: webgl.GLint, format: webgl.GLenum, type: webgl.GLenum, srcData: ArrayBufferView \| null): void;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: texImage3D(target: webgl.GLenum, level: webgl.GLint, internalformat: webgl.GLint, width: webgl.GLsizei, height: webgl.GLsizei, depth: webgl.GLsizei, border: webgl.GLint, format: webgl.GLenum, type: webgl.GLenum, srcData: ArrayBufferView, srcOffset: webgl.GLuint): void;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: texSubImage3D(target: webgl.GLenum, level: webgl.GLint, xoffset: webgl.GLint, yoffset: webgl.GLint, zoffset: webgl.GLint, width: webgl.GLsizei, height: webgl.GLsizei, depth: webgl.GLsizei, format: webgl.GLenum, type: webgl.GLenum, pboOffset: webgl.GLintptr): void;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: texSubImage3D(target: webgl.GLenum, level: webgl.GLint, xoffset: webgl.GLint, yoffset: webgl.GLint, zoffset: webgl.GLint, width: webgl.GLsizei, height: webgl.GLsizei, depth: webgl.GLsizei, format: webgl.GLenum, type: webgl.GLenum, source: webgl.TexImageSource): void;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: texSubImage3D(target: webgl.GLenum, level: webgl.GLint, xoffset: webgl.GLint, yoffset: webgl.GLint, zoffset: webgl.GLint, width: webgl.GLsizei, height: webgl.GLsizei, depth: webgl.GLsizei, format: webgl.GLenum, type: webgl.GLenum, srcData: ArrayBufferView \| null, srcOffset?: webgl.GLuint): void;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: compressedTexImage3D(target: webgl.GLenum, level: webgl.GLint, internalformat: webgl.GLenum, width: webgl.GLsizei, height: webgl.GLsizei, depth: webgl.GLsizei, border: webgl.GLint, imageSize: webgl.GLsizei, offset: webgl.GLintptr): void;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: compressedTexImage3D(target: webgl.GLenum, level: webgl.GLint, internalformat: webgl.GLenum, width: webgl.GLsizei, height: webgl.GLsizei, depth: webgl.GLsizei, border: webgl.GLint, srcData: ArrayBufferView, srcOffset?: webgl.GLuint, srcLengthOverride?: webgl.GLuint): void;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: compressedTexSubImage3D(target: webgl.GLenum, level: webgl.GLint, xoffset: webgl.GLint, yoffset: webgl.GLint, zoffset: webgl.GLint, width: webgl.GLsizei, height: webgl.GLsizei, depth: webgl.GLsizei, format: webgl.GLenum, imageSize: webgl.GLsizei, offset: webgl.GLintptr): void;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextBase<br>Method or attribute name: compressedTexSubImage3D(target: webgl.GLenum, level: webgl.GLint, xoffset: webgl.GLint, yoffset: webgl.GLint, zoffset: webgl.GLint, width: webgl.GLsizei, height: webgl.GLsizei, depth: webgl.GLsizei, format: webgl.GLenum, srcData: ArrayBufferView, srcOffset?: webgl.GLuint, srcLengthOverride?: webgl.GLuint): void;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextOverloads<br>Method or attribute name: bufferData(target: webgl.GLenum, size: webgl.GLsizeiptr, usage: webgl.GLenum): void;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextOverloads<br>Method or attribute name: bufferData(target: webgl.GLenum, srcData: BufferSource \| null, usage: webgl.GLenum): void;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextOverloads<br>Method or attribute name: bufferSubData(target: webgl.GLenum, dstByteOffset: webgl.GLintptr, srcData: BufferSource): void;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextOverloads<br>Method or attribute name: bufferData(target: webgl.GLenum, srcData: ArrayBufferView, usage: webgl.GLenum, srcOffset: webgl.GLuint, length?: webgl.GLuint): void;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextOverloads<br>Method or attribute name: bufferSubData(target: webgl.GLenum, dstByteOffset: webgl.GLintptr, srcData: ArrayBufferView, srcOffset: webgl.GLuint, length?: webgl.GLuint): void;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextOverloads<br>Method or attribute name: texImage2D(target: webgl.GLenum, level: webgl.GLint, internalformat: webgl.GLint, width: webgl.GLsizei, height: webgl.GLsizei, border: webgl.GLint, format: webgl.GLenum, type: webgl.GLenum, pixels: ArrayBufferView \| null): void;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextOverloads<br>Method or attribute name: texImage2D(target: webgl.GLenum, level: webgl.GLint, internalformat: webgl.GLint, format: webgl.GLenum, type: webgl.GLenum, source: webgl.TexImageSource): void;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextOverloads<br>Method or attribute name: texSubImage2D(target: webgl.GLenum, level: webgl.GLint, xoffset: webgl.GLint, yoffset: webgl.GLint, width: webgl.GLsizei, height: webgl.GLsizei, format: webgl.GLenum, type: webgl.GLenum, pixels: ArrayBufferView \| null): void;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextOverloads<br>Method or attribute name: texSubImage2D(target: webgl.GLenum, level: webgl.GLint, xoffset: webgl.GLint, yoffset: webgl.GLint, format: webgl.GLenum, type: webgl.GLenum, source: webgl.TexImageSource): void;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextOverloads<br>Method or attribute name: texImage2D(target: webgl.GLenum, level: webgl.GLint, internalformat: webgl.GLint, width: webgl.GLsizei, height: webgl.GLsizei, border: webgl.GLint, format: webgl.GLenum, type: webgl.GLenum, pboOffset: webgl.GLintptr): void;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextOverloads<br>Method or attribute name: texImage2D(target: webgl.GLenum, level: webgl.GLint, internalformat: webgl.GLint, width: webgl.GLsizei, height: webgl.GLsizei, border: webgl.GLint, format: webgl.GLenum, type: webgl.GLenum, source: webgl.TexImageSource): void;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextOverloads<br>Method or attribute name: texImage2D(target: webgl.GLenum, level: webgl.GLint, internalformat: webgl.GLint, width: webgl.GLsizei, height: webgl.GLsizei, border: webgl.GLint, format: webgl.GLenum, type: webgl.GLenum, srcData: ArrayBufferView, srcOffset: webgl.GLuint): void;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextOverloads<br>Method or attribute name: texSubImage2D(target: webgl.GLenum, level: webgl.GLint, xoffset: webgl.GLint, yoffset: webgl.GLint, width: webgl.GLsizei, height: webgl.GLsizei, format: webgl.GLenum, type: webgl.GLenum, pboOffset: webgl.GLintptr): void;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextOverloads<br>Method or attribute name: texSubImage2D(target: webgl.GLenum, level: webgl.GLint, xoffset: webgl.GLint, yoffset: webgl.GLint, width: webgl.GLsizei, height: webgl.GLsizei, format: webgl.GLenum, type: webgl.GLenum, source: webgl.TexImageSource): void;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextOverloads<br>Method or attribute name: texSubImage2D(target: webgl.GLenum, level: webgl.GLint, xoffset: webgl.GLint, yoffset: webgl.GLint, width: webgl.GLsizei, height: webgl.GLsizei, format: webgl.GLenum, type: webgl.GLenum, srcData: ArrayBufferView, srcOffset: webgl.GLuint): void;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextOverloads<br>Method or attribute name: compressedTexImage2D(target: webgl.GLenum, level: webgl.GLint, internalformat: webgl.GLenum, width: webgl.GLsizei, height: webgl.GLsizei, border: webgl.GLint, imageSize: webgl.GLsizei, offset: webgl.GLintptr): void;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextOverloads<br>Method or attribute name: compressedTexImage2D(target: webgl.GLenum, level: webgl.GLint, internalformat: webgl.GLenum, width: webgl.GLsizei, height: webgl.GLsizei, border: webgl.GLint, srcData: ArrayBufferView, srcOffset?: webgl.GLuint, srcLengthOverride?: webgl.GLuint): void;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextOverloads<br>Method or attribute name: compressedTexSubImage2D(target: webgl.GLenum, level: webgl.GLint, xoffset: webgl.GLint, yoffset: webgl.GLint, width: webgl.GLsizei, height: webgl.GLsizei, format: webgl.GLenum, imageSize: webgl.GLsizei, offset: webgl.GLintptr): void;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextOverloads<br>Method or attribute name: compressedTexSubImage2D(target: webgl.GLenum, level: webgl.GLint, xoffset: webgl.GLint, yoffset: webgl.GLint, width: webgl.GLsizei, height: webgl.GLsizei, format: webgl.GLenum, srcData: ArrayBufferView, srcOffset?: webgl.GLuint, srcLengthOverride?: webgl.GLuint): void;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextOverloads<br>Method or attribute name: readPixels(x: webgl.GLint, y: webgl.GLint, width: webgl.GLsizei, height: webgl.GLsizei, format: webgl.GLenum, type: webgl.GLenum, dstData: ArrayBufferView \| null): void;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextOverloads<br>Method or attribute name: readPixels(x: webgl.GLint, y: webgl.GLint, width: webgl.GLsizei, height: webgl.GLsizei, format: webgl.GLenum, type: webgl.GLenum, offset: webgl.GLintptr): void;|webgl2.d.ts|
|Added|NA|Class name: WebGL2RenderingContextOverloads<br>Method or attribute name: readPixels(x: webgl.GLint, y: webgl.GLint, width: webgl.GLsizei, height: webgl.GLsizei, format: webgl.GLenum, type: webgl.GLenum, dstData: ArrayBufferView, dstOffset: webgl.GLuint): void;|webgl2.d.ts|
|Function changed|Class name: WebGL2RenderingContextBase<br>Method or attribute name: copyBufferSubData(readTarget: GLenum, writeTarget: GLenum, readOffset: GLintptr, writeOffset: GLintptr, size: GLsizeiptr): void;<br>|Class name: WebGL2RenderingContextBase<br>Method or attribute name: copyBufferSubData(readTarget: webgl.GLenum, writeTarget: webgl.GLenum, readOffset: webgl.GLintptr, writeOffset: webgl.GLintptr, size: webgl.GLsizeiptr): void;<br>|webgl2.d.ts|
|Function changed|Class name: WebGL2RenderingContextBase<br>Method or attribute name: getBufferSubData(target: GLenum, srcByteOffset: GLintptr, dstBuffer: ArrayBufferView, dstOffset?: GLuint, length?: GLuint): void;<br>|Class name: WebGL2RenderingContextBase<br>Method or attribute name: getBufferSubData(target: webgl.GLenum, srcByteOffset: webgl.GLintptr, dstBuffer: ArrayBufferView, dstOffset?: webgl.GLuint, length?: webgl.GLuint): void;<br>|webgl2.d.ts|
|Function changed|Class name: WebGL2RenderingContextBase<br>Method or attribute name: blitFramebuffer(srcX0: GLint, srcY0: GLint, srcX1: GLint, srcY1: GLint, dstX0: GLint, dstY0: GLint, dstX1: GLint, dstY1: GLint, mask: GLbitfield, filter: GLenum): void;<br>|Class name: WebGL2RenderingContextBase<br>Method or attribute name: blitFramebuffer(srcX0: webgl.GLint, srcY0: webgl.GLint, srcX1: webgl.GLint, srcY1: webgl.GLint, dstX0: webgl.GLint, dstY0: webgl.GLint, dstX1: webgl.GLint, dstY1: webgl.GLint, mask: webgl.GLbitfield, filter: webgl.GLenum): void;<br>|webgl2.d.ts|
|Function changed|Class name: WebGL2RenderingContextBase<br>Method or attribute name: framebufferTextureLayer(target: GLenum, attachment: GLenum, texture: WebGLTexture \| null, level: GLint, layer: GLint): void;<br>|Class name: WebGL2RenderingContextBase<br>Method or attribute name: framebufferTextureLayer(target: webgl.GLenum, attachment: webgl.GLenum, texture: webgl.WebGLTexture \| null, level: webgl.GLint, layer: webgl.GLint): void;<br>|webgl2.d.ts|
|Function changed|Class name: WebGL2RenderingContextBase<br>Method or attribute name: invalidateFramebuffer(target: GLenum, attachments: GLenum[]): void;<br>|Class name: WebGL2RenderingContextBase<br>Method or attribute name: invalidateFramebuffer(target: webgl.GLenum, attachments: webgl.GLenum[]): void;<br>|webgl2.d.ts|
|Function changed|Class name: WebGL2RenderingContextBase<br>Method or attribute name: invalidateSubFramebuffer(target: GLenum, attachments: GLenum[], x: GLint, y: GLint, width: GLsizei, height: GLsizei): void;<br>|Class name: WebGL2RenderingContextBase<br>Method or attribute name: invalidateSubFramebuffer(target: webgl.GLenum, attachments: webgl.GLenum[], x: webgl.GLint, y: webgl.GLint, width: webgl.GLsizei, height: webgl.GLsizei): void;<br>|webgl2.d.ts|
|Function changed|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readBuffer(src: GLenum): void;<br>|Class name: WebGL2RenderingContextBase<br>Method or attribute name: readBuffer(src: webgl.GLenum): void;<br>|webgl2.d.ts|
|Function changed|Class name: WebGL2RenderingContextBase<br>Method or attribute name: getInternalformatParameter(target: GLenum, internalformat: GLenum, pname: GLenum): any;<br>|Class name: WebGL2RenderingContextBase<br>Method or attribute name: getInternalformatParameter(target: webgl.GLenum, internalformat: webgl.GLenum, pname: webgl.GLenum): any;<br>|webgl2.d.ts|
|Function changed|Class name: WebGL2RenderingContextBase<br>Method or attribute name: renderbufferStorageMultisample(target: GLenum, samples: GLsizei, internalformat: GLenum, width: GLsizei, height: GLsizei): void;<br>|Class name: WebGL2RenderingContextBase<br>Method or attribute name: renderbufferStorageMultisample(target: webgl.GLenum, samples: webgl.GLsizei, internalformat: webgl.GLenum, width: webgl.GLsizei, height: webgl.GLsizei): void;<br>|webgl2.d.ts|
|Function changed|Class name: WebGL2RenderingContextBase<br>Method or attribute name: texStorage2D(target: GLenum, levels: GLsizei, internalformat: GLenum, width: GLsizei, height: GLsizei): void;<br>|Class name: WebGL2RenderingContextBase<br>Method or attribute name: texStorage2D(target: webgl.GLenum, levels: webgl.GLsizei, internalformat: webgl.GLenum, width: webgl.GLsizei, height: webgl.GLsizei): void;<br>|webgl2.d.ts|
|Function changed|Class name: WebGL2RenderingContextBase<br>Method or attribute name: texStorage3D(target: GLenum, levels: GLsizei, internalformat: GLenum, width: GLsizei, height: GLsizei, depth: GLsizei): void;<br>|Class name: WebGL2RenderingContextBase<br>Method or attribute name: texStorage3D(target: webgl.GLenum, levels: webgl.GLsizei, internalformat: webgl.GLenum, width: webgl.GLsizei, height: webgl.GLsizei, depth: webgl.GLsizei): void;<br>|webgl2.d.ts|
|Function changed|Class name: WebGL2RenderingContextBase<br>Method or attribute name: copyTexSubImage3D(target: GLenum, level: GLint, xoffset: GLint, yoffset: GLint, zoffset: GLint, x: GLint, y: GLint, width: GLsizei, height: GLsizei): void;<br>|Class name: WebGL2RenderingContextBase<br>Method or attribute name: copyTexSubImage3D(target: webgl.GLenum, level: webgl.GLint, xoffset: webgl.GLint, yoffset: webgl.GLint, zoffset: webgl.GLint, x: webgl.GLint, y: webgl.GLint, width: webgl.GLsizei, height: webgl.GLsizei): void;<br>|webgl2.d.ts|
|Function changed|Class name: WebGL2RenderingContextBase<br>Method or attribute name: getFragDataLocation(program: WebGLProgram, name: string): GLint;<br>|Class name: WebGL2RenderingContextBase<br>Method or attribute name: getFragDataLocation(program: webgl.WebGLProgram, name: string): webgl.GLint;<br>|webgl2.d.ts|
|Function changed|Class name: WebGL2RenderingContextBase<br>Method or attribute name: uniform1ui(location: WebGLUniformLocation \| null, v0: GLuint): void;<br>|Class name: WebGL2RenderingContextBase<br>Method or attribute name: uniform1ui(location: webgl.WebGLUniformLocation \| null, v0: webgl.GLuint): void;<br>|webgl2.d.ts|
|Function changed|Class name: WebGL2RenderingContextBase<br>Method or attribute name: uniform2ui(location: WebGLUniformLocation \| null, v0: GLuint, v1: GLuint): void;<br>|Class name: WebGL2RenderingContextBase<br>Method or attribute name: uniform2ui(location: webgl.WebGLUniformLocation \| null, v0: webgl.GLuint, v1: webgl.GLuint): void;<br>|webgl2.d.ts|
|Function changed|Class name: WebGL2RenderingContextBase<br>Method or attribute name: uniform3ui(location: WebGLUniformLocation \| null, v0: GLuint, v1: GLuint, v2: GLuint): void;<br>|Class name: WebGL2RenderingContextBase<br>Method or attribute name: uniform3ui(location: webgl.WebGLUniformLocation \| null, v0: webgl.GLuint, v1: webgl.GLuint, v2: webgl.GLuint): void;<br>|webgl2.d.ts|
|Function changed|Class name: WebGL2RenderingContextBase<br>Method or attribute name: uniform4ui(location: WebGLUniformLocation \| null, v0: GLuint, v1: GLuint, v2: GLuint, v3: GLuint): void;<br>|Class name: WebGL2RenderingContextBase<br>Method or attribute name: uniform4ui(location: webgl.WebGLUniformLocation \| null, v0: webgl.GLuint, v1: webgl.GLuint, v2: webgl.GLuint, v3: webgl.GLuint): void;<br>|webgl2.d.ts|
|Function changed|Class name: WebGL2RenderingContextBase<br>Method or attribute name: uniform1uiv(location: WebGLUniformLocation \| null, data: Uint32List, srcOffset?: GLuint, srcLength?: GLuint): void;<br>|Class name: WebGL2RenderingContextBase<br>Method or attribute name: uniform1uiv(location: webgl.WebGLUniformLocation \| null, data: Uint32List, srcOffset?: webgl.GLuint, srcLength?: webgl.GLuint): void;<br>|webgl2.d.ts|
|Function changed|Class name: WebGL2RenderingContextBase<br>Method or attribute name: uniform2uiv(location: WebGLUniformLocation \| null, data: Uint32List, srcOffset?: GLuint, srcLength?: GLuint): void;<br>|Class name: WebGL2RenderingContextBase<br>Method or attribute name: uniform2uiv(location: webgl.WebGLUniformLocation \| null, data: Uint32List, srcOffset?: webgl.GLuint, srcLength?: webgl.GLuint): void;<br>|webgl2.d.ts|
|Function changed|Class name: WebGL2RenderingContextBase<br>Method or attribute name: uniform3uiv(location: WebGLUniformLocation \| null, data: Uint32List, srcOffset?: GLuint, srcLength?: GLuint): void;<br>|Class name: WebGL2RenderingContextBase<br>Method or attribute name: uniform3uiv(location: webgl.WebGLUniformLocation \| null, data: Uint32List, srcOffset?: webgl.GLuint, srcLength?: webgl.GLuint): void;<br>|webgl2.d.ts|
|Function changed|Class name: WebGL2RenderingContextBase<br>Method or attribute name: uniform4uiv(location: WebGLUniformLocation \| null, data: Uint32List, srcOffset?: GLuint, srcLength?: GLuint): void;<br>|Class name: WebGL2RenderingContextBase<br>Method or attribute name: uniform4uiv(location: webgl.WebGLUniformLocation \| null, data: Uint32List, srcOffset?: webgl.GLuint, srcLength?: webgl.GLuint): void;<br>|webgl2.d.ts|
|Function changed|Class name: WebGL2RenderingContextBase<br>Method or attribute name: uniformMatrix3x2fv(location: WebGLUniformLocation \| null, transpose: GLboolean, data: Float32List, srcOffset?: GLuint, srcLength?: GLuint): void;<br>|Class name: WebGL2RenderingContextBase<br>Method or attribute name: uniformMatrix3x2fv(location: webgl.WebGLUniformLocation \| null, transpose: webgl.GLboolean, data: webgl.Float32List, srcOffset?: webgl.GLuint, srcLength?: webgl.GLuint): void;<br>|webgl2.d.ts|
|Function changed|Class name: WebGL2RenderingContextBase<br>Method or attribute name: uniformMatrix4x2fv(location: WebGLUniformLocation \| null, transpose: GLboolean, data: Float32List, srcOffset?: GLuint, srcLength?: GLuint): void;<br>|Class name: WebGL2RenderingContextBase<br>Method or attribute name: uniformMatrix4x2fv(location: webgl.WebGLUniformLocation \| null, transpose: webgl.GLboolean, data: webgl.Float32List, srcOffset?: webgl.GLuint, srcLength?: webgl.GLuint): void;<br>|webgl2.d.ts|
|Function changed|Class name: WebGL2RenderingContextBase<br>Method or attribute name: uniformMatrix2x3fv(location: WebGLUniformLocation \| null, transpose: GLboolean, data: Float32List, srcOffset?: GLuint, srcLength?: GLuint): void;<br>|Class name: WebGL2RenderingContextBase<br>Method or attribute name: uniformMatrix2x3fv(location: webgl.WebGLUniformLocation \| null, transpose: webgl.GLboolean, data: webgl.Float32List, srcOffset?: webgl.GLuint, srcLength?: webgl.GLuint): void;<br>|webgl2.d.ts|
|Function changed|Class name: WebGL2RenderingContextBase<br>Method or attribute name: uniformMatrix4x3fv(location: WebGLUniformLocation \| null, transpose: GLboolean, data: Float32List, srcOffset?: GLuint, srcLength?: GLuint): void;<br>|Class name: WebGL2RenderingContextBase<br>Method or attribute name: uniformMatrix4x3fv(location: webgl.WebGLUniformLocation \| null, transpose: webgl.GLboolean, data: webgl.Float32List, srcOffset?: webgl.GLuint, srcLength?: webgl.GLuint): void;<br>|webgl2.d.ts|
|Function changed|Class name: WebGL2RenderingContextBase<br>Method or attribute name: uniformMatrix2x4fv(location: WebGLUniformLocation \| null, transpose: GLboolean, data: Float32List, srcOffset?: GLuint, srcLength?: GLuint): void;<br>|Class name: WebGL2RenderingContextBase<br>Method or attribute name: uniformMatrix2x4fv(location: webgl.WebGLUniformLocation \| null, transpose: webgl.GLboolean, data: webgl.Float32List, srcOffset?: webgl.GLuint, srcLength?: webgl.GLuint): void;<br>|webgl2.d.ts|
|Function changed|Class name: WebGL2RenderingContextBase<br>Method or attribute name: uniformMatrix3x4fv(location: WebGLUniformLocation \| null, transpose: GLboolean, data: Float32List, srcOffset?: GLuint, srcLength?: GLuint): void;<br>|Class name: WebGL2RenderingContextBase<br>Method or attribute name: uniformMatrix3x4fv(location: webgl.WebGLUniformLocation \| null, transpose: webgl.GLboolean, data: webgl.Float32List, srcOffset?: webgl.GLuint, srcLength?: webgl.GLuint): void;<br>|webgl2.d.ts|
|Function changed|Class name: WebGL2RenderingContextBase<br>Method or attribute name: vertexAttribI4i(index: GLuint, x: GLint, y: GLint, z: GLint, w: GLint): void;<br>|Class name: WebGL2RenderingContextBase<br>Method or attribute name: vertexAttribI4i(index: webgl.GLuint, x: webgl.GLint, y: webgl.GLint, z: webgl.GLint, w: webgl.GLint): void;<br>|webgl2.d.ts|
|Function changed|Class name: WebGL2RenderingContextBase<br>Method or attribute name: vertexAttribI4iv(index: GLuint, values: Int32List): void;<br>|Class name: WebGL2RenderingContextBase<br>Method or attribute name: vertexAttribI4iv(index: webgl.GLuint, values: webgl.Int32List): void;<br>|webgl2.d.ts|
|Function changed|Class name: WebGL2RenderingContextBase<br>Method or attribute name: vertexAttribI4ui(index: GLuint, x: GLuint, y: GLuint, z: GLuint, w: GLuint): void;<br>|Class name: WebGL2RenderingContextBase<br>Method or attribute name: vertexAttribI4ui(index: webgl.GLuint, x: webgl.GLuint, y: webgl.GLuint, z: webgl.GLuint, w: webgl.GLuint): void;<br>|webgl2.d.ts|
|Function changed|Class name: WebGL2RenderingContextBase<br>Method or attribute name: vertexAttribI4uiv(index: GLuint, values: Uint32List): void;<br>|Class name: WebGL2RenderingContextBase<br>Method or attribute name: vertexAttribI4uiv(index: webgl.GLuint, values: Uint32List): void;<br>|webgl2.d.ts|
|Function changed|Class name: WebGL2RenderingContextBase<br>Method or attribute name: vertexAttribIPointer(index: GLuint, size: GLint, type: GLenum, stride: GLsizei, offset: GLintptr): void;<br>|Class name: WebGL2RenderingContextBase<br>Method or attribute name: vertexAttribIPointer(index: webgl.GLuint, size: webgl.GLint, type: webgl.GLenum, stride: webgl.GLsizei, offset: webgl.GLintptr): void;<br>|webgl2.d.ts|
|Function changed|Class name: WebGL2RenderingContextBase<br>Method or attribute name: vertexAttribDivisor(index: GLuint, divisor: GLuint): void;<br>|Class name: WebGL2RenderingContextBase<br>Method or attribute name: vertexAttribDivisor(index: webgl.GLuint, divisor: webgl.GLuint): void;<br>|webgl2.d.ts|
|Function changed|Class name: WebGL2RenderingContextBase<br>Method or attribute name: drawArraysInstanced(mode: GLenum, first: GLint, count: GLsizei, instanceCount: GLsizei): void;<br>|Class name: WebGL2RenderingContextBase<br>Method or attribute name: drawArraysInstanced(mode: webgl.GLenum, first: webgl.GLint, count: webgl.GLsizei, instanceCount: webgl.GLsizei): void;<br>|webgl2.d.ts|
|Function changed|Class name: WebGL2RenderingContextBase<br>Method or attribute name: drawElementsInstanced(mode: GLenum, count: GLsizei, type: GLenum, offset: GLintptr, instanceCount: GLsizei): void;<br>|Class name: WebGL2RenderingContextBase<br>Method or attribute name: drawElementsInstanced(mode: webgl.GLenum, count: webgl.GLsizei, type: webgl.GLenum, offset: webgl.GLintptr, instanceCount: webgl.GLsizei): void;<br>|webgl2.d.ts|
|Function changed|Class name: WebGL2RenderingContextBase<br>Method or attribute name: drawRangeElements(mode: GLenum, start: GLuint, end: GLuint, count: GLsizei, type: GLenum, offset: GLintptr): void;<br>|Class name: WebGL2RenderingContextBase<br>Method or attribute name: drawRangeElements(mode: webgl.GLenum, start: webgl.GLuint, end: webgl.GLuint, count: webgl.GLsizei, type: webgl.GLenum, offset: webgl.GLintptr): void;<br>|webgl2.d.ts|
|Function changed|Class name: WebGL2RenderingContextBase<br>Method or attribute name: drawBuffers(buffers: GLenum[]): void;<br>|Class name: WebGL2RenderingContextBase<br>Method or attribute name: drawBuffers(buffers: webgl.GLenum[]): void;<br>|webgl2.d.ts|
|Function changed|Class name: WebGL2RenderingContextBase<br>Method or attribute name: clearBufferfv(buffer: GLenum, drawbuffer: GLint, values: Float32List, srcOffset?: GLuint): void;<br>|Class name: WebGL2RenderingContextBase<br>Method or attribute name: clearBufferfv(buffer: webgl.GLenum, drawbuffer: webgl.GLint, values: webgl.Float32List, srcOffset?: webgl.GLuint): void;<br>|webgl2.d.ts|
|Function changed|Class name: WebGL2RenderingContextBase<br>Method or attribute name: clearBufferiv(buffer: GLenum, drawbuffer: GLint, values: Int32List, srcOffset?: GLuint): void;<br>|Class name: WebGL2RenderingContextBase<br>Method or attribute name: clearBufferiv(buffer: webgl.GLenum, drawbuffer: webgl.GLint, values: webgl.Int32List, srcOffset?: webgl.GLuint): void;<br>|webgl2.d.ts|
|Function changed|Class name: WebGL2RenderingContextBase<br>Method or attribute name: clearBufferuiv(buffer: GLenum, drawbuffer: GLint, values: Uint32List, srcOffset?: GLuint): void;<br>|Class name: WebGL2RenderingContextBase<br>Method or attribute name: clearBufferuiv(buffer: webgl.GLenum, drawbuffer: webgl.GLint, values: Uint32List, srcOffset?: webgl.GLuint): void;<br>|webgl2.d.ts|
|Function changed|Class name: WebGL2RenderingContextBase<br>Method or attribute name: clearBufferfi(buffer: GLenum, drawbuffer: GLint, depth: GLfloat, stencil: GLint): void;<br>|Class name: WebGL2RenderingContextBase<br>Method or attribute name: clearBufferfi(buffer: webgl.GLenum, drawbuffer: webgl.GLint, depth: webgl.GLfloat, stencil: webgl.GLint): void;<br>|webgl2.d.ts|
|Function changed|Class name: WebGL2RenderingContextBase<br>Method or attribute name: isQuery(query: WebGLQuery \| null): GLboolean;<br>|Class name: WebGL2RenderingContextBase<br>Method or attribute name: isQuery(query: WebGLQuery \| null): webgl.GLboolean;<br>|webgl2.d.ts|
|Function changed|Class name: WebGL2RenderingContextBase<br>Method or attribute name: beginQuery(target: GLenum, query: WebGLQuery): void;<br>|Class name: WebGL2RenderingContextBase<br>Method or attribute name: beginQuery(target: webgl.GLenum, query: WebGLQuery): void;<br>|webgl2.d.ts|
|Function changed|Class name: WebGL2RenderingContextBase<br>Method or attribute name: endQuery(target: GLenum): void;<br>|Class name: WebGL2RenderingContextBase<br>Method or attribute name: endQuery(target: webgl.GLenum): void;<br>|webgl2.d.ts|
|Function changed|Class name: WebGL2RenderingContextBase<br>Method or attribute name: getQuery(target: GLenum, pname: GLenum): WebGLQuery \| null;<br>|Class name: WebGL2RenderingContextBase<br>Method or attribute name: getQuery(target: webgl.GLenum, pname: webgl.GLenum): WebGLQuery \| null;<br>|webgl2.d.ts|
|Function changed|Class name: WebGL2RenderingContextBase<br>Method or attribute name: getQueryParameter(query: WebGLQuery, pname: GLenum): any;<br>|Class name: WebGL2RenderingContextBase<br>Method or attribute name: getQueryParameter(query: WebGLQuery, pname: webgl.GLenum): any;<br>|webgl2.d.ts|
|Function changed|Class name: WebGL2RenderingContextBase<br>Method or attribute name: isSampler(sampler: WebGLSampler \| null): GLboolean;<br>|Class name: WebGL2RenderingContextBase<br>Method or attribute name: isSampler(sampler: WebGLSampler \| null): webgl.GLboolean;<br>|webgl2.d.ts|
|Function changed|Class name: WebGL2RenderingContextBase<br>Method or attribute name: bindSampler(unit: GLuint, sampler: WebGLSampler \| null): void;<br>|Class name: WebGL2RenderingContextBase<br>Method or attribute name: bindSampler(unit: webgl.GLuint, sampler: WebGLSampler \| null): void;<br>|webgl2.d.ts|
|Function changed|Class name: WebGL2RenderingContextBase<br>Method or attribute name: samplerParameteri(sampler: WebGLSampler, pname: GLenum, param: GLint): void;<br>|Class name: WebGL2RenderingContextBase<br>Method or attribute name: samplerParameteri(sampler: WebGLSampler, pname: webgl.GLenum, param: webgl.GLint): void;<br>|webgl2.d.ts|
|Function changed|Class name: WebGL2RenderingContextBase<br>Method or attribute name: samplerParameterf(sampler: WebGLSampler, pname: GLenum, param: GLfloat): void;<br>|Class name: WebGL2RenderingContextBase<br>Method or attribute name: samplerParameterf(sampler: WebGLSampler, pname: webgl.GLenum, param: webgl.GLfloat): void;<br>|webgl2.d.ts|
|Function changed|Class name: WebGL2RenderingContextBase<br>Method or attribute name: getSamplerParameter(sampler: WebGLSampler, pname: GLenum): any;<br>|Class name: WebGL2RenderingContextBase<br>Method or attribute name: getSamplerParameter(sampler: WebGLSampler, pname: webgl.GLenum): any;<br>|webgl2.d.ts|
|Function changed|Class name: WebGL2RenderingContextBase<br>Method or attribute name: fenceSync(condition: GLenum, flags: GLbitfield): WebGLSync \| null;<br>|Class name: WebGL2RenderingContextBase<br>Method or attribute name: fenceSync(condition: webgl.GLenum, flags: webgl.GLbitfield): WebGLSync \| null;<br>|webgl2.d.ts|
|Function changed|Class name: WebGL2RenderingContextBase<br>Method or attribute name: isSync(sync: WebGLSync \| null): GLboolean;<br>|Class name: WebGL2RenderingContextBase<br>Method or attribute name: isSync(sync: WebGLSync \| null): webgl.GLboolean;<br>|webgl2.d.ts|
|Function changed|Class name: WebGL2RenderingContextBase<br>Method or attribute name: clientWaitSync(sync: WebGLSync, flags: GLbitfield, timeout: GLuint64): GLenum;<br>|Class name: WebGL2RenderingContextBase<br>Method or attribute name: clientWaitSync(sync: WebGLSync, flags: webgl.GLbitfield, timeout: GLuint64 ): webgl.GLenum;<br>|webgl2.d.ts|
|Function changed|Class name: WebGL2RenderingContextBase<br>Method or attribute name: waitSync(sync: WebGLSync, flags: GLbitfield, timeout: GLint64): void;<br>|Class name: WebGL2RenderingContextBase<br>Method or attribute name: waitSync(sync: WebGLSync, flags: webgl.GLbitfield, timeout: GLint64): void;<br>|webgl2.d.ts|
|Function changed|Class name: WebGL2RenderingContextBase<br>Method or attribute name: getSyncParameter(sync: WebGLSync, pname: GLenum): any;<br>|Class name: WebGL2RenderingContextBase<br>Method or attribute name: getSyncParameter(sync: WebGLSync, pname: webgl.GLenum): any;<br>|webgl2.d.ts|
|Function changed|Class name: WebGL2RenderingContextBase<br>Method or attribute name: isTransformFeedback(tf: WebGLTransformFeedback \| null): GLboolean;<br>|Class name: WebGL2RenderingContextBase<br>Method or attribute name: isTransformFeedback(tf: WebGLTransformFeedback \| null): webgl.GLboolean;<br>|webgl2.d.ts|
|Function changed|Class name: WebGL2RenderingContextBase<br>Method or attribute name: bindTransformFeedback(target: GLenum, tf: WebGLTransformFeedback \| null): void;<br>|Class name: WebGL2RenderingContextBase<br>Method or attribute name: bindTransformFeedback(target: webgl.GLenum, tf: WebGLTransformFeedback \| null): void;<br>|webgl2.d.ts|
|Function changed|Class name: WebGL2RenderingContextBase<br>Method or attribute name: beginTransformFeedback(primitiveMode: GLenum): void;<br>|Class name: WebGL2RenderingContextBase<br>Method or attribute name: beginTransformFeedback(primitiveMode: webgl.GLenum): void;<br>|webgl2.d.ts|
|Function changed|Class name: WebGL2RenderingContextBase<br>Method or attribute name: transformFeedbackVaryings(program: WebGLProgram, varyings: string[], bufferMode: GLenum): void;<br>|Class name: WebGL2RenderingContextBase<br>Method or attribute name: transformFeedbackVaryings(program: webgl.WebGLProgram, varyings: string[], bufferMode: webgl.GLenum): void;<br>|webgl2.d.ts|
|Function changed|Class name: WebGL2RenderingContextBase<br>Method or attribute name: getTransformFeedbackVarying(program: WebGLProgram, index: GLuint): WebGLActiveInfo \| null;<br>|Class name: WebGL2RenderingContextBase<br>Method or attribute name: getTransformFeedbackVarying(program: webgl.WebGLProgram, index: webgl.GLuint): webgl.WebGLActiveInfo \| null;<br>|webgl2.d.ts|
|Function changed|Class name: WebGL2RenderingContextBase<br>Method or attribute name: bindBufferBase(target: GLenum, index: GLuint, buffer: WebGLBuffer \| null): void;<br>|Class name: WebGL2RenderingContextBase<br>Method or attribute name: bindBufferBase(target: webgl.GLenum, index: webgl.GLuint, buffer: webgl.WebGLBuffer \| null): void;<br>|webgl2.d.ts|
|Function changed|Class name: WebGL2RenderingContextBase<br>Method or attribute name: bindBufferRange(target: GLenum, index: GLuint, buffer: WebGLBuffer \| null, offset: GLintptr, size: GLsizeiptr): void;<br>|Class name: WebGL2RenderingContextBase<br>Method or attribute name: bindBufferRange(target: webgl.GLenum, index: webgl.GLuint, buffer: webgl.WebGLBuffer \| null, offset: webgl.GLintptr, size: webgl.GLsizeiptr): void;<br>|webgl2.d.ts|
|Function changed|Class name: WebGL2RenderingContextBase<br>Method or attribute name: getIndexedParameter(target: GLenum, index: GLuint): any;<br>|Class name: WebGL2RenderingContextBase<br>Method or attribute name: getIndexedParameter(target: webgl.GLenum, index: webgl.GLuint): any;<br>|webgl2.d.ts|
|Function changed|Class name: WebGL2RenderingContextBase<br>Method or attribute name: getUniformIndices(program: WebGLProgram, uniformNames: string[]): GLuint[] \| null;<br>|Class name: WebGL2RenderingContextBase<br>Method or attribute name: getUniformIndices(program: webgl.WebGLProgram, uniformNames: string[]): webgl.GLuint[] \| null;<br>|webgl2.d.ts|
|Function changed|Class name: WebGL2RenderingContextBase<br>Method or attribute name: getActiveUniforms(program: WebGLProgram, uniformIndices: GLuint[], pname: GLenum): any;<br>|Class name: WebGL2RenderingContextBase<br>Method or attribute name: getActiveUniforms(program: webgl.WebGLProgram, uniformIndices: webgl.GLuint[], pname: webgl.GLenum): any;<br>|webgl2.d.ts|
|Function changed|Class name: WebGL2RenderingContextBase<br>Method or attribute name: getUniformBlockIndex(program: WebGLProgram, uniformBlockName: string): GLuint;<br>|Class name: WebGL2RenderingContextBase<br>Method or attribute name: getUniformBlockIndex(program: webgl.WebGLProgram, uniformBlockName: string): webgl.GLuint;<br>|webgl2.d.ts|
|Function changed|Class name: WebGL2RenderingContextBase<br>Method or attribute name: getActiveUniformBlockParameter(program: WebGLProgram, uniformBlockIndex: GLuint, pname: GLenum): any;<br>|Class name: WebGL2RenderingContextBase<br>Method or attribute name: getActiveUniformBlockParameter(program: webgl.WebGLProgram, uniformBlockIndex: webgl.GLuint, pname: webgl.GLenum): any;<br>|webgl2.d.ts|
|Function changed|Class name: WebGL2RenderingContextBase<br>Method or attribute name: getActiveUniformBlockName(program: WebGLProgram, uniformBlockIndex: GLuint): string \| null;<br>|Class name: WebGL2RenderingContextBase<br>Method or attribute name: getActiveUniformBlockName(program: webgl.WebGLProgram, uniformBlockIndex: webgl.GLuint): string \| null;<br>|webgl2.d.ts|
|Function changed|Class name: WebGL2RenderingContextBase<br>Method or attribute name: uniformBlockBinding(program: WebGLProgram, uniformBlockIndex: GLuint, uniformBlockBinding: GLuint): void;<br>|Class name: WebGL2RenderingContextBase<br>Method or attribute name: uniformBlockBinding(program: webgl.WebGLProgram, uniformBlockIndex: webgl.GLuint, uniformBlockBinding: webgl.GLuint): void;<br>|webgl2.d.ts|
|Function changed|Class name: WebGL2RenderingContextBase<br>Method or attribute name: isVertexArray(vertexArray: WebGLVertexArrayObject \| null): GLboolean;<br>|Class name: WebGL2RenderingContextBase<br>Method or attribute name: isVertexArray(vertexArray: WebGLVertexArrayObject \| null): webgl.GLboolean;<br>|webgl2.d.ts|
|Function changed|Class name: WebGL2RenderingContextOverloads<br>Method or attribute name: uniform1fv(location: WebGLUniformLocation \| null, data: Float32List, srcOffset?: GLuint, srcLength?: GLuint): void;<br>|Class name: WebGL2RenderingContextOverloads<br>Method or attribute name: uniform1fv(location: webgl.WebGLUniformLocation \| null, data: webgl.Float32List, srcOffset?: webgl.GLuint, srcLength?: webgl.GLuint): void;<br>|webgl2.d.ts|
|Function changed|Class name: WebGL2RenderingContextOverloads<br>Method or attribute name: uniform2fv(location: WebGLUniformLocation \| null, data: Float32List, srcOffset?: GLuint, srcLength?: GLuint): void;<br>|Class name: WebGL2RenderingContextOverloads<br>Method or attribute name: uniform2fv(location: webgl.WebGLUniformLocation \| null, data: webgl.Float32List, srcOffset?: webgl.GLuint, srcLength?: webgl.GLuint): void;<br>|webgl2.d.ts|
|Function changed|Class name: WebGL2RenderingContextOverloads<br>Method or attribute name: uniform3fv(location: WebGLUniformLocation \| null, data: Float32List, srcOffset?: GLuint, srcLength?: GLuint): void;<br>|Class name: WebGL2RenderingContextOverloads<br>Method or attribute name: uniform3fv(location: webgl.WebGLUniformLocation \| null, data: webgl.Float32List, srcOffset?: webgl.GLuint, srcLength?: webgl.GLuint): void;<br>|webgl2.d.ts|
|Function changed|Class name: WebGL2RenderingContextOverloads<br>Method or attribute name: uniform4fv(location: WebGLUniformLocation \| null, data: Float32List, srcOffset?: GLuint, srcLength?: GLuint): void;<br>|Class name: WebGL2RenderingContextOverloads<br>Method or attribute name: uniform4fv(location: webgl.WebGLUniformLocation \| null, data: webgl.Float32List, srcOffset?: webgl.GLuint, srcLength?: webgl.GLuint): void;<br>|webgl2.d.ts|
|Function changed|Class name: WebGL2RenderingContextOverloads<br>Method or attribute name: uniform1iv(location: WebGLUniformLocation \| null, data: Int32List, srcOffset?: GLuint, srcLength?: GLuint): void;<br>|Class name: WebGL2RenderingContextOverloads<br>Method or attribute name: uniform1iv(location: webgl.WebGLUniformLocation \| null, data: webgl.Int32List, srcOffset?: webgl.GLuint, srcLength?: webgl.GLuint): void;<br>|webgl2.d.ts|
|Function changed|Class name: WebGL2RenderingContextOverloads<br>Method or attribute name: uniform2iv(location: WebGLUniformLocation \| null, data: Int32List, srcOffset?: GLuint, srcLength?: GLuint): void;<br>|Class name: WebGL2RenderingContextOverloads<br>Method or attribute name: uniform2iv(location: webgl.WebGLUniformLocation \| null, data: webgl.Int32List, srcOffset?: webgl.GLuint, srcLength?: webgl.GLuint): void;<br>|webgl2.d.ts|
|Function changed|Class name: WebGL2RenderingContextOverloads<br>Method or attribute name: uniform3iv(location: WebGLUniformLocation \| null, data: Int32List, srcOffset?: GLuint, srcLength?: GLuint): void;<br>|Class name: WebGL2RenderingContextOverloads<br>Method or attribute name: uniform3iv(location: webgl.WebGLUniformLocation \| null, data: webgl.Int32List, srcOffset?: webgl.GLuint, srcLength?: webgl.GLuint): void;<br>|webgl2.d.ts|
|Function changed|Class name: WebGL2RenderingContextOverloads<br>Method or attribute name: uniform4iv(location: WebGLUniformLocation \| null, data: Int32List, srcOffset?: GLuint, srcLength?: GLuint): void;<br>|Class name: WebGL2RenderingContextOverloads<br>Method or attribute name: uniform4iv(location: webgl.WebGLUniformLocation \| null, data: webgl.Int32List, srcOffset?: webgl.GLuint, srcLength?: webgl.GLuint): void;<br>|webgl2.d.ts|
|Function changed|Class name: WebGL2RenderingContextOverloads<br>Method or attribute name: uniformMatrix2fv(location: WebGLUniformLocation \| null, transpose: GLboolean, data: Float32List, srcOffset?: GLuint, srcLength?: GLuint): void;<br>|Class name: WebGL2RenderingContextOverloads<br>Method or attribute name: uniformMatrix2fv(location: webgl.WebGLUniformLocation \| null, transpose: webgl.GLboolean, data: webgl.Float32List, srcOffset?: webgl.GLuint, srcLength?: webgl.GLuint): void;<br>|webgl2.d.ts|
|Function changed|Class name: WebGL2RenderingContextOverloads<br>Method or attribute name: uniformMatrix3fv(location: WebGLUniformLocation \| null, transpose: GLboolean, data: Float32List, srcOffset?: GLuint, srcLength?: GLuint): void;<br>|Class name: WebGL2RenderingContextOverloads<br>Method or attribute name: uniformMatrix3fv(location: webgl.WebGLUniformLocation \| null, transpose: webgl.GLboolean, data: webgl.Float32List, srcOffset?: webgl.GLuint, srcLength?: webgl.GLuint): void;<br>|webgl2.d.ts|
|Function changed|Class name: WebGL2RenderingContextOverloads<br>Method or attribute name: uniformMatrix4fv(location: WebGLUniformLocation \| null, transpose: GLboolean, data: Float32List, srcOffset?: GLuint, srcLength?: GLuint): void;<br>|Class name: WebGL2RenderingContextOverloads<br>Method or attribute name: uniformMatrix4fv(location: webgl.WebGLUniformLocation \| null, transpose: webgl.GLboolean, data: webgl.Float32List, srcOffset?: webgl.GLuint, srcLength?: webgl.GLuint): void;<br>|webgl2.d.ts|
| Change Type | Old Version | New Version | d.ts File |
| ---- | ------ | ------ | -------- |
|Added|NA|Module name: ohos.inputMethod<br>Class name: inputMethod|@ohos.inputMethod.d.ts|
|Added|NA|Module name: ohos.inputMethod<br>Class name: inputMethod<br>Method or attribute name: const MAX_TYPE_NUM: number|@ohos.inputMethod.d.ts|
|Added|NA|Module name: ohos.inputMethod<br>Class name: inputMethod<br>Method or attribute name: function getInputMethodSetting(): InputMethodSetting;|@ohos.inputMethod.d.ts|
|Added|NA|Module name: ohos.inputMethod<br>Class name: inputMethod<br>Method or attribute name: function getInputMethodController(): InputMethodController;|@ohos.inputMethod.d.ts|
|Added|NA|Module name: ohos.inputMethod<br>Class name: inputMethod<br>Method or attribute name: function getSetting(): InputMethodSetting;|@ohos.inputMethod.d.ts|
|Added|NA|Module name: ohos.inputMethod<br>Class name: inputMethod<br>Method or attribute name: function getController(): InputMethodController;|@ohos.inputMethod.d.ts|
|Added|NA|Module name: ohos.inputMethod<br>Class name: inputMethod<br>Method or attribute name: function switchInputMethod(target: InputMethodProperty, callback: AsyncCallback\<boolean>): void;|@ohos.inputMethod.d.ts|
|Added|NA|Module name: ohos.inputMethod<br>Class name: inputMethod<br>Method or attribute name: function switchInputMethod(target: InputMethodProperty): Promise\<boolean>;|@ohos.inputMethod.d.ts|
|Added|NA|Module name: ohos.inputMethod<br>Class name: inputMethod<br>Method or attribute name: function getCurrentInputMethod(): InputMethodProperty;|@ohos.inputMethod.d.ts|
|Added|NA|Module name: ohos.inputMethod<br>Class name: inputMethod<br>Method or attribute name: function switchCurrentInputMethodSubtype(target: InputMethodSubtype, callback: AsyncCallback\<boolean>): void;|@ohos.inputMethod.d.ts|
|Added|NA|Module name: ohos.inputMethod<br>Class name: inputMethod<br>Method or attribute name: function switchCurrentInputMethodSubtype(target: InputMethodSubtype): Promise\<boolean>;|@ohos.inputMethod.d.ts|
|Added|NA|Module name: ohos.inputMethod<br>Class name: inputMethod<br>Method or attribute name: function getCurrentInputMethodSubtype(): InputMethodSubtype;|@ohos.inputMethod.d.ts|
|Added|NA|Module name: ohos.inputMethod<br>Class name: inputMethod<br>Method or attribute name: function switchCurrentInputMethodAndSubtype(inputMethodProperty: InputMethodProperty, inputMethodSubtype: InputMethodSubtype, callback: AsyncCallback\<boolean>): void;|@ohos.inputMethod.d.ts|
|Added|NA|Module name: ohos.inputMethod<br>Class name: inputMethod<br>Method or attribute name: function switchCurrentInputMethodAndSubtype(inputMethodProperty: InputMethodProperty, inputMethodSubtype: InputMethodSubtype): Promise\<boolean>;|@ohos.inputMethod.d.ts|
|Added|NA|Module name: ohos.inputMethod<br>Class name: InputMethodSetting|@ohos.inputMethod.d.ts|
|Added|NA|Module name: ohos.inputMethod<br>Class name: InputMethodSetting<br>Method or attribute name: on(type: 'imeChange', callback: (inputMethodProperty: InputMethodProperty, inputMethodSubtype: InputMethodSubtype) => void): void;|@ohos.inputMethod.d.ts|
|Added|NA|Module name: ohos.inputMethod<br>Class name: InputMethodSetting<br>Method or attribute name: off(type: 'imeChange', callback?: (inputMethodProperty: InputMethodProperty, inputMethodSubtype: InputMethodSubtype) => void): void;|@ohos.inputMethod.d.ts|
|Added|NA|Module name: ohos.inputMethod<br>Class name: InputMethodSetting<br>Method or attribute name: listInputMethodSubtype(inputMethodProperty: InputMethodProperty, callback: AsyncCallback\<Array\<InputMethodSubtype>>): void;|@ohos.inputMethod.d.ts|
|Added|NA|Module name: ohos.inputMethod<br>Class name: InputMethodSetting<br>Method or attribute name: listInputMethodSubtype(inputMethodProperty: InputMethodProperty): Promise\<Array\<InputMethodSubtype>>;|@ohos.inputMethod.d.ts|
|Added|NA|Module name: ohos.inputMethod<br>Class name: InputMethodSetting<br>Method or attribute name: listCurrentInputMethodSubtype(callback: AsyncCallback\<Array\<InputMethodSubtype>>): void;|@ohos.inputMethod.d.ts|
|Added|NA|Module name: ohos.inputMethod<br>Class name: InputMethodSetting<br>Method or attribute name: listCurrentInputMethodSubtype(): Promise\<Array\<InputMethodSubtype>>;|@ohos.inputMethod.d.ts|
|Added|NA|Module name: ohos.inputMethod<br>Class name: InputMethodSetting<br>Method or attribute name: getInputMethods(enable: boolean, callback: AsyncCallback\<Array\<InputMethodProperty>>): void;|@ohos.inputMethod.d.ts|
|Added|NA|Module name: ohos.inputMethod<br>Class name: InputMethodSetting<br>Method or attribute name: getInputMethods(enable: boolean): Promise\<Array\<InputMethodProperty>>;|@ohos.inputMethod.d.ts|
|Added|NA|Module name: ohos.inputMethod<br>Class name: InputMethodSetting<br>Method or attribute name: listInputMethod(callback: AsyncCallback\<Array\<InputMethodProperty>>): void;|@ohos.inputMethod.d.ts|
|Added|NA|Module name: ohos.inputMethod<br>Class name: InputMethodSetting<br>Method or attribute name: listInputMethod(): Promise\<Array\<InputMethodProperty>>;|@ohos.inputMethod.d.ts|
|Added|NA|Module name: ohos.inputMethod<br>Class name: InputMethodSetting<br>Method or attribute name: showOptionalInputMethods(callback: AsyncCallback\<boolean>): void;|@ohos.inputMethod.d.ts|
|Added|NA|Module name: ohos.inputMethod<br>Class name: InputMethodSetting<br>Method or attribute name: showOptionalInputMethods(): Promise\<boolean>;|@ohos.inputMethod.d.ts|
|Added|NA|Module name: ohos.inputMethod<br>Class name: InputMethodSetting<br>Method or attribute name: displayOptionalInputMethod(callback: AsyncCallback\<void>): void;|@ohos.inputMethod.d.ts|
|Added|NA|Module name: ohos.inputMethod<br>Class name: InputMethodSetting<br>Method or attribute name: displayOptionalInputMethod(): Promise\<void>;|@ohos.inputMethod.d.ts|
|Added|NA|Module name: ohos.inputMethod<br>Class name: InputMethodController|@ohos.inputMethod.d.ts|
|Added|NA|Module name: ohos.inputMethod<br>Class name: InputMethodController<br>Method or attribute name: stopInputSession(callback: AsyncCallback\<boolean>): void;|@ohos.inputMethod.d.ts|
|Added|NA|Module name: ohos.inputMethod<br>Class name: InputMethodController<br>Method or attribute name: stopInputSession(): Promise\<boolean>;|@ohos.inputMethod.d.ts|
|Added|NA|Module name: ohos.inputMethod<br>Class name: InputMethodController<br>Method or attribute name: stopInput(callback: AsyncCallback\<boolean>): void;|@ohos.inputMethod.d.ts|
|Added|NA|Module name: ohos.inputMethod<br>Class name: InputMethodController<br>Method or attribute name: stopInput(): Promise\<boolean>;|@ohos.inputMethod.d.ts|
|Added|NA|Module name: ohos.inputMethod<br>Class name: InputMethodController<br>Method or attribute name: showSoftKeyboard(callback: AsyncCallback\<void>): void;|@ohos.inputMethod.d.ts|
|Added|NA|Module name: ohos.inputMethod<br>Class name: InputMethodController<br>Method or attribute name: showSoftKeyboard():Promise\<void>;|@ohos.inputMethod.d.ts|
|Added|NA|Module name: ohos.inputMethod<br>Class name: InputMethodController<br>Method or attribute name: hideSoftKeyboard(callback: AsyncCallback\<void>): void;|@ohos.inputMethod.d.ts|
|Added|NA|Module name: ohos.inputMethod<br>Class name: InputMethodController<br>Method or attribute name: hideSoftKeyboard():Promise\<void>;|@ohos.inputMethod.d.ts|
|Added|NA|Module name: ohos.inputMethod<br>Class name: InputMethodProperty|@ohos.inputMethod.d.ts|
|Added|NA|Module name: ohos.inputMethod<br>Class name: InputMethodProperty<br>Method or attribute name: readonly packageName: string;|@ohos.inputMethod.d.ts|
|Added|NA|Module name: ohos.inputMethod<br>Class name: InputMethodProperty<br>Method or attribute name: readonly methodId: string;|@ohos.inputMethod.d.ts|
|Added|NA|Module name: ohos.inputMethod<br>Class name: InputMethodProperty<br>Method or attribute name: readonly name: string;|@ohos.inputMethod.d.ts|
|Added|NA|Module name: ohos.inputMethod<br>Class name: InputMethodProperty<br>Method or attribute name: readonly id: string;|@ohos.inputMethod.d.ts|
|Added|NA|Module name: ohos.inputMethod<br>Class name: InputMethodProperty<br>Method or attribute name: readonly label?: string;|@ohos.inputMethod.d.ts|
|Added|NA|Module name: ohos.inputMethod<br>Class name: InputMethodProperty<br>Method or attribute name: readonly icon?: string;|@ohos.inputMethod.d.ts|
|Added|NA|Module name: ohos.inputMethod<br>Class name: InputMethodProperty<br>Method or attribute name: readonly iconId?: number;|@ohos.inputMethod.d.ts|
|Added|NA|Module name: ohos.inputMethod<br>Class name: InputMethodProperty<br>Method or attribute name: extra: object;|@ohos.inputMethod.d.ts|
|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: inputMethodEngine|@ohos.inputMethodEngine.d.ts|
|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: inputMethodEngine<br>Method or attribute name: const ENTER_KEY_TYPE_UNSPECIFIED: number;|@ohos.inputMethodEngine.d.ts|
|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: inputMethodEngine<br>Method or attribute name: const ENTER_KEY_TYPE_GO: number;|@ohos.inputMethodEngine.d.ts|
|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: inputMethodEngine<br>Method or attribute name: const ENTER_KEY_TYPE_SEARCH: number;|@ohos.inputMethodEngine.d.ts|
|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: inputMethodEngine<br>Method or attribute name: const ENTER_KEY_TYPE_SEND: number;|@ohos.inputMethodEngine.d.ts|
|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: inputMethodEngine<br>Method or attribute name: const ENTER_KEY_TYPE_NEXT: number;|@ohos.inputMethodEngine.d.ts|
|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: inputMethodEngine<br>Method or attribute name: const ENTER_KEY_TYPE_DONE: number;|@ohos.inputMethodEngine.d.ts|
|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: inputMethodEngine<br>Method or attribute name: const ENTER_KEY_TYPE_PREVIOUS: number;|@ohos.inputMethodEngine.d.ts|
|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: inputMethodEngine<br>Method or attribute name: const PATTERN_NULL: number;|@ohos.inputMethodEngine.d.ts|
|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: inputMethodEngine<br>Method or attribute name: const PATTERN_TEXT: number;|@ohos.inputMethodEngine.d.ts|
|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: inputMethodEngine<br>Method or attribute name: const PATTERN_NUMBER: number;|@ohos.inputMethodEngine.d.ts|
|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: inputMethodEngine<br>Method or attribute name: const PATTERN_PHONE: number;|@ohos.inputMethodEngine.d.ts|
|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: inputMethodEngine<br>Method or attribute name: const PATTERN_DATETIME: number;|@ohos.inputMethodEngine.d.ts|
|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: inputMethodEngine<br>Method or attribute name: const PATTERN_EMAIL: number;|@ohos.inputMethodEngine.d.ts|
|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: inputMethodEngine<br>Method or attribute name: const PATTERN_URI: number;|@ohos.inputMethodEngine.d.ts|
|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: inputMethodEngine<br>Method or attribute name: const PATTERN_PASSWORD: number;|@ohos.inputMethodEngine.d.ts|
|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: inputMethodEngine<br>Method or attribute name: const FLAG_SELECTING: number;|@ohos.inputMethodEngine.d.ts|
|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: inputMethodEngine<br>Method or attribute name: const FLAG_SINGLE_LINE: number;|@ohos.inputMethodEngine.d.ts|
|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: inputMethodEngine<br>Method or attribute name: const DISPLAY_MODE_PART: number;|@ohos.inputMethodEngine.d.ts|
|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: inputMethodEngine<br>Method or attribute name: const DISPLAY_MODE_FULL: number;|@ohos.inputMethodEngine.d.ts|
|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: inputMethodEngine<br>Method or attribute name: const OPTION_ASCII: number;|@ohos.inputMethodEngine.d.ts|
|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: inputMethodEngine<br>Method or attribute name: const OPTION_NONE: number;|@ohos.inputMethodEngine.d.ts|
|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: inputMethodEngine<br>Method or attribute name: const OPTION_AUTO_CAP_CHARACTERS: number;|@ohos.inputMethodEngine.d.ts|
|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: inputMethodEngine<br>Method or attribute name: const OPTION_AUTO_CAP_SENTENCES: number;|@ohos.inputMethodEngine.d.ts|
|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: inputMethodEngine<br>Method or attribute name: const OPTION_AUTO_WORDS: number;|@ohos.inputMethodEngine.d.ts|
|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: inputMethodEngine<br>Method or attribute name: const OPTION_MULTI_LINE: number;|@ohos.inputMethodEngine.d.ts|
|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: inputMethodEngine<br>Method or attribute name: const OPTION_NO_FULLSCREEN: number;|@ohos.inputMethodEngine.d.ts|
|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: inputMethodEngine<br>Method or attribute name: const CURSOR_UP: number;|@ohos.inputMethodEngine.d.ts|
|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: inputMethodEngine<br>Method or attribute name: const CURSOR_DOWN: number;|@ohos.inputMethodEngine.d.ts|
|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: inputMethodEngine<br>Method or attribute name: const CURSOR_LEFT: number;|@ohos.inputMethodEngine.d.ts|
|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: inputMethodEngine<br>Method or attribute name: const CURSOR_RIGHT: number;|@ohos.inputMethodEngine.d.ts|
|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: inputMethodEngine<br>Method or attribute name: const WINDOW_TYPE_INPUT_METHOD_FLOAT: number;|@ohos.inputMethodEngine.d.ts|
|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: inputMethodEngine<br>Method or attribute name: function getInputMethodAbility(): InputMethodAbility;|@ohos.inputMethodEngine.d.ts|
|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: inputMethodEngine<br>Method or attribute name: function getInputMethodEngine(): InputMethodEngine;|@ohos.inputMethodEngine.d.ts|
|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: inputMethodEngine<br>Method or attribute name: function getKeyboardDelegate(): KeyboardDelegate;|@ohos.inputMethodEngine.d.ts|
|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: inputMethodEngine<br>Method or attribute name: function createKeyboardDelegate(): KeyboardDelegate;|@ohos.inputMethodEngine.d.ts|
|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: KeyboardController|@ohos.inputMethodEngine.d.ts|
|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: KeyboardController<br>Method or attribute name: hide(callback: AsyncCallback\<void>): void;|@ohos.inputMethodEngine.d.ts|
|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: KeyboardController<br>Method or attribute name: hide(): Promise\<void>;|@ohos.inputMethodEngine.d.ts|
|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: KeyboardController<br>Method or attribute name: hideKeyboard(callback: AsyncCallback\<void>): void;|@ohos.inputMethodEngine.d.ts|
|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: KeyboardController<br>Method or attribute name: hideKeyboard(): Promise\<void>;|@ohos.inputMethodEngine.d.ts|
|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: InputMethodEngine|@ohos.inputMethodEngine.d.ts|
|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: InputMethodEngine<br>Method or attribute name: on(type: 'inputStart', callback: (kbController: KeyboardController, textInputClient: TextInputClient) => void): void;|@ohos.inputMethodEngine.d.ts|
|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: InputMethodEngine<br>Method or attribute name: off(type: 'inputStart', callback?: (kbController: KeyboardController, textInputClient: TextInputClient) => void): void;|@ohos.inputMethodEngine.d.ts|
|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: InputMethodEngine<br>Method or attribute name: on(type: 'keyboardShow'\|'keyboardHide', callback: () => void): void;|@ohos.inputMethodEngine.d.ts|
|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: InputMethodEngine<br>Method or attribute name: on(type: 'keyboardShow'\|'keyboardHide', callback: () => void): void;|@ohos.inputMethodEngine.d.ts|
|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: InputMethodEngine<br>Method or attribute name: off(type: 'keyboardShow'\|'keyboardHide', callback?: () => void): void;|@ohos.inputMethodEngine.d.ts|
|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: InputMethodEngine<br>Method or attribute name: off(type: 'keyboardShow'\|'keyboardHide', callback?: () => void): void;|@ohos.inputMethodEngine.d.ts|
|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: InputMethodAbility|@ohos.inputMethodEngine.d.ts|
|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: InputMethodAbility<br>Method or attribute name: on(type: 'inputStart', callback: (kbController: KeyboardController, inputClient: InputClient) => void): void;|@ohos.inputMethodEngine.d.ts|
|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: InputMethodAbility<br>Method or attribute name: off(type: 'inputStart', callback?: (kbController: KeyboardController, inputClient: InputClient) => void): void;|@ohos.inputMethodEngine.d.ts|
|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: InputMethodAbility<br>Method or attribute name: on(type: 'inputStop', callback: () => void): void;|@ohos.inputMethodEngine.d.ts|
|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: InputMethodAbility<br>Method or attribute name: off(type: 'inputStop', callback: () => void): void;|@ohos.inputMethodEngine.d.ts|
|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: InputMethodAbility<br>Method or attribute name: on(type: 'setCallingWindow', callback: (wid:number) => void): void;|@ohos.inputMethodEngine.d.ts|
|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: InputMethodAbility<br>Method or attribute name: off(type: 'setCallingWindow', callback: (wid:number) => void): void;|@ohos.inputMethodEngine.d.ts|
|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: InputMethodAbility<br>Method or attribute name: on(type: 'keyboardShow'\|'keyboardHide', callback: () => void): void;|@ohos.inputMethodEngine.d.ts|
|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: InputMethodAbility<br>Method or attribute name: on(type: 'keyboardShow'\|'keyboardHide', callback: () => void): void;|@ohos.inputMethodEngine.d.ts|
|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: InputMethodAbility<br>Method or attribute name: off(type: 'keyboardShow'\|'keyboardHide', callback?: () => void): void;|@ohos.inputMethodEngine.d.ts|
|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: InputMethodAbility<br>Method or attribute name: off(type: 'keyboardShow'\|'keyboardHide', callback?: () => void): void;|@ohos.inputMethodEngine.d.ts|
|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: InputMethodAbility<br>Method or attribute name: on(type: 'setSubtype', callback: (inputMethodSubtype: InputMethodSubtype) => void): void;|@ohos.inputMethodEngine.d.ts|
|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: InputMethodAbility<br>Method or attribute name: off(type: 'setSubtype', callback?: (inputMethodSubtype: InputMethodSubtype) => void): void;|@ohos.inputMethodEngine.d.ts|
|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: TextInputClient|@ohos.inputMethodEngine.d.ts|
|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: TextInputClient<br>Method or attribute name: sendKeyFunction(action: number, callback: AsyncCallback\<boolean>): void;|@ohos.inputMethodEngine.d.ts|
|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: TextInputClient<br>Method or attribute name: sendKeyFunction(action: number): Promise\<boolean>;|@ohos.inputMethodEngine.d.ts|
|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: TextInputClient<br>Method or attribute name: deleteForward(length: number, callback: AsyncCallback\<boolean>): void;|@ohos.inputMethodEngine.d.ts|
|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: TextInputClient<br>Method or attribute name: deleteForward(length: number): Promise\<boolean>;|@ohos.inputMethodEngine.d.ts|
|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: TextInputClient<br>Method or attribute name: deleteBackward(length: number, callback: AsyncCallback\<boolean>): void;|@ohos.inputMethodEngine.d.ts|
|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: TextInputClient<br>Method or attribute name: deleteBackward(length: number): Promise\<boolean>;|@ohos.inputMethodEngine.d.ts|
|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: TextInputClient<br>Method or attribute name: insertText(text: string, callback: AsyncCallback\<boolean>): void;|@ohos.inputMethodEngine.d.ts|
|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: TextInputClient<br>Method or attribute name: insertText(text: string): Promise\<boolean>;|@ohos.inputMethodEngine.d.ts|
|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: TextInputClient<br>Method or attribute name: getForward(length: number, callback: AsyncCallback\<string>): void;|@ohos.inputMethodEngine.d.ts|
|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: TextInputClient<br>Method or attribute name: getForward(length: number): Promise\<string>;|@ohos.inputMethodEngine.d.ts|
|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: TextInputClient<br>Method or attribute name: getBackward(length: number, callback: AsyncCallback\<string>): void;|@ohos.inputMethodEngine.d.ts|
|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: TextInputClient<br>Method or attribute name: getBackward(length: number): Promise\<string>;|@ohos.inputMethodEngine.d.ts|
|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: TextInputClient<br>Method or attribute name: getEditorAttribute(callback: AsyncCallback\<EditorAttribute>): void;|@ohos.inputMethodEngine.d.ts|
|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: TextInputClient<br>Method or attribute name: getEditorAttribute(): Promise\<EditorAttribute>;|@ohos.inputMethodEngine.d.ts|
|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: InputClient|@ohos.inputMethodEngine.d.ts|
|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: InputClient<br>Method or attribute name: sendKeyFunction(action: number, callback: AsyncCallback\<boolean>): void;|@ohos.inputMethodEngine.d.ts|
|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: InputClient<br>Method or attribute name: sendKeyFunction(action: number): Promise\<boolean>;|@ohos.inputMethodEngine.d.ts|
|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: InputClient<br>Method or attribute name: deleteForward(length: number, callback: AsyncCallback\<boolean>): void;|@ohos.inputMethodEngine.d.ts|
|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: InputClient<br>Method or attribute name: deleteForward(length: number): Promise\<boolean>;|@ohos.inputMethodEngine.d.ts|
|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: InputClient<br>Method or attribute name: deleteBackward(length: number, callback: AsyncCallback\<boolean>): void;|@ohos.inputMethodEngine.d.ts|
|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: InputClient<br>Method or attribute name: deleteBackward(length: number): Promise\<boolean>;|@ohos.inputMethodEngine.d.ts|
|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: InputClient<br>Method or attribute name: insertText(text: string, callback: AsyncCallback\<boolean>): void;|@ohos.inputMethodEngine.d.ts|
|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: InputClient<br>Method or attribute name: insertText(text: string): Promise\<boolean>;|@ohos.inputMethodEngine.d.ts|
|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: InputClient<br>Method or attribute name: getForward(length: number, callback: AsyncCallback\<string>): void;|@ohos.inputMethodEngine.d.ts|
|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: InputClient<br>Method or attribute name: getForward(length: number): Promise\<string>;|@ohos.inputMethodEngine.d.ts|
|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: InputClient<br>Method or attribute name: getBackward(length: number, callback: AsyncCallback\<string>): void;|@ohos.inputMethodEngine.d.ts|
|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: InputClient<br>Method or attribute name: getBackward(length: number): Promise\<string>;|@ohos.inputMethodEngine.d.ts|
|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: InputClient<br>Method or attribute name: getEditorAttribute(callback: AsyncCallback\<EditorAttribute>): void;|@ohos.inputMethodEngine.d.ts|
|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: InputClient<br>Method or attribute name: getEditorAttribute(): Promise\<EditorAttribute>;|@ohos.inputMethodEngine.d.ts|
|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: InputClient<br>Method or attribute name: moveCursor(direction: number, callback: AsyncCallback\<void>): void;|@ohos.inputMethodEngine.d.ts|
|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: InputClient<br>Method or attribute name: moveCursor(direction: number): Promise\<void>;|@ohos.inputMethodEngine.d.ts|
|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: KeyboardDelegate|@ohos.inputMethodEngine.d.ts|
|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: KeyboardDelegate<br>Method or attribute name: on(type: 'keyDown'\|'keyUp', callback: (event: KeyEvent) => boolean): void;|@ohos.inputMethodEngine.d.ts|
|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: KeyboardDelegate<br>Method or attribute name: on(type: 'keyDown'\|'keyUp', callback: (event: KeyEvent) => boolean): void;|@ohos.inputMethodEngine.d.ts|
|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: KeyboardDelegate<br>Method or attribute name: off(type: 'keyDown'\|'keyUp', callback?: (event: KeyEvent) => boolean): void;|@ohos.inputMethodEngine.d.ts|
|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: KeyboardDelegate<br>Method or attribute name: off(type: 'keyDown'\|'keyUp', callback?: (event: KeyEvent) => boolean): void;|@ohos.inputMethodEngine.d.ts|
|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: KeyboardDelegate<br>Method or attribute name: on(type: 'cursorContextChange', callback: (x: number, y: number, height: number) => void): void;|@ohos.inputMethodEngine.d.ts|
|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: KeyboardDelegate<br>Method or attribute name: off(type: 'cursorContextChange', callback?: (x: number, y: number, height: number) => void): void;|@ohos.inputMethodEngine.d.ts|
|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: KeyboardDelegate<br>Method or attribute name: on(type: 'selectionChange', callback: (oldBegin: number, oldEnd: number, newBegin: number, newEnd: number) => void): void;|@ohos.inputMethodEngine.d.ts|
|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: KeyboardDelegate<br>Method or attribute name: off(type: 'selectionChange', callback?: (oldBegin: number, oldEnd: number, newBegin: number, newEnd: number) => void): void;|@ohos.inputMethodEngine.d.ts|
|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: KeyboardDelegate<br>Method or attribute name: on(type: 'textChange', callback: (text: string) => void): void;|@ohos.inputMethodEngine.d.ts|
|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: KeyboardDelegate<br>Method or attribute name: off(type: 'textChange', callback?: (text: string) => void): void;|@ohos.inputMethodEngine.d.ts|
|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: EditorAttribute|@ohos.inputMethodEngine.d.ts|
|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: EditorAttribute<br>Method or attribute name: readonly inputPattern: number;|@ohos.inputMethodEngine.d.ts|
|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: EditorAttribute<br>Method or attribute name: readonly enterKeyType: number;|@ohos.inputMethodEngine.d.ts|
|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: KeyEvent|@ohos.inputMethodEngine.d.ts|
|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: KeyEvent<br>Method or attribute name: readonly keyCode: number;|@ohos.inputMethodEngine.d.ts|
|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: KeyEvent<br>Method or attribute name: readonly keyAction: number;|@ohos.inputMethodEngine.d.ts|
|Added|NA|Module name: ohos.InputMethodExtensionAbility<br>Class name: InputMethodExtensionAbility|@ohos.InputMethodExtensionAbility.d.ts|
|Added|NA|Module name: ohos.InputMethodExtensionAbility<br>Class name: InputMethodExtensionAbility<br>Method or attribute name: context: InputMethodExtensionContext;|@ohos.InputMethodExtensionAbility.d.ts|
|Added|NA|Module name: ohos.InputMethodExtensionAbility<br>Class name: InputMethodExtensionAbility<br>Method or attribute name: onCreate(want: Want): void;|@ohos.InputMethodExtensionAbility.d.ts|
|Added|NA|Module name: ohos.InputMethodExtensionAbility<br>Class name: InputMethodExtensionAbility<br>Method or attribute name: onDestroy(): void;|@ohos.InputMethodExtensionAbility.d.ts|
|Added|NA|Module name: ohos.InputMethodExtensionContext<br>Class name: InputMethodExtensionContext|@ohos.InputMethodExtensionContext.d.ts|
|Added|NA|Module name: ohos.InputMethodExtensionContext<br>Class name: InputMethodExtensionContext<br>Method or attribute name: destroy(callback: AsyncCallback\<void>): void;|@ohos.InputMethodExtensionContext.d.ts|
|Added|NA|Module name: ohos.InputMethodExtensionContext<br>Class name: InputMethodExtensionContext<br>Method or attribute name: destroy(): Promise\<void>;|@ohos.InputMethodExtensionContext.d.ts|
|Added|NA|Module name: ohos.InputMethodSubtype<br>Class name: InputMethodSubtype|@ohos.InputMethodSubtype.d.ts|
|Added|NA|Module name: ohos.InputMethodSubtype<br>Class name: InputMethodSubtype<br>Method or attribute name: readonly label?: string;|@ohos.InputMethodSubtype.d.ts|
|Added|NA|Module name: ohos.InputMethodSubtype<br>Class name: InputMethodSubtype<br>Method or attribute name: readonly name: string;|@ohos.InputMethodSubtype.d.ts|
|Added|NA|Module name: ohos.InputMethodSubtype<br>Class name: InputMethodSubtype<br>Method or attribute name: readonly id: string;|@ohos.InputMethodSubtype.d.ts|
|Added|NA|Module name: ohos.InputMethodSubtype<br>Class name: InputMethodSubtype<br>Method or attribute name: readonly mode?: 'upper'\|'lower';|@ohos.InputMethodSubtype.d.ts|
|Added|NA|Module name: ohos.InputMethodSubtype<br>Class name: InputMethodSubtype<br>Method or attribute name: readonly locale: string;|@ohos.InputMethodSubtype.d.ts|
|Added|NA|Module name: ohos.InputMethodSubtype<br>Class name: InputMethodSubtype<br>Method or attribute name: readonly language: string;|@ohos.InputMethodSubtype.d.ts|
|Added|NA|Module name: ohos.InputMethodSubtype<br>Class name: InputMethodSubtype<br>Method or attribute name: readonly icon?: string;|@ohos.InputMethodSubtype.d.ts|
|Added|NA|Module name: ohos.InputMethodSubtype<br>Class name: InputMethodSubtype<br>Method or attribute name: readonly iconId?: number;|@ohos.InputMethodSubtype.d.ts|
|Added|NA|Module name: ohos.InputMethodSubtype<br>Class name: InputMethodSubtype<br>Method or attribute name: extra: object;|@ohos.InputMethodSubtype.d.ts|
|Added|NA|Class name: pasteboard<br>Method or attribute name: const MIMETYPE_PIXELMAP: string;|@ohos.pasteboard.d.ts|
|Added|NA|Class name: pasteboard<br>Method or attribute name: function createData(mimeType: string, value: ValueType): PasteData;|@ohos.pasteboard.d.ts|
|Added|NA|Class name: pasteboard<br>Method or attribute name: function createRecord(mimeType: string, value: ValueType): PasteDataRecord;|@ohos.pasteboard.d.ts|
|Added|NA|Module name: ohos.pasteboard<br>Class name: ShareOption|@ohos.pasteboard.d.ts|
|Added|NA|Class name: ShareOption<br>Method or attribute name: |@ohos.pasteboard.d.ts|
|Added|NA|Module name: ohos.pasteboard<br>Class name: ShareOption<br>Method or attribute name: INAPP|@ohos.pasteboard.d.ts|
|Added|NA|Class name: ShareOption<br>Method or attribute name: INAPP|@ohos.pasteboard.d.ts|
|Added|NA|Module name: ohos.pasteboard<br>Class name: ShareOption<br>Method or attribute name: LOCALDEVICE|@ohos.pasteboard.d.ts|
|Added|NA|Class name: ShareOption<br>Method or attribute name: LOCALDEVICE|@ohos.pasteboard.d.ts|
|Added|NA|Module name: ohos.pasteboard<br>Class name: ShareOption<br>Method or attribute name: CROSSDEVICE|@ohos.pasteboard.d.ts|
|Added|NA|Class name: ShareOption<br>Method or attribute name: CROSSDEVICE|@ohos.pasteboard.d.ts|
|Added|NA|Module name: ohos.pasteboard<br>Class name: PasteDataProperty<br>Method or attribute name: shareOption: ShareOption;|@ohos.pasteboard.d.ts|
|Added|NA|Class name: PasteDataProperty<br>Method or attribute name: shareOption: ShareOption;|@ohos.pasteboard.d.ts|
|Added|NA|Class name: PasteDataRecord<br>Method or attribute name: pixelMap: image.PixelMap;|@ohos.pasteboard.d.ts|
|Added|NA|Class name: PasteDataRecord<br>Method or attribute name: data: {<br><br> [mimeType: string]: ArrayBuffer<br><br> }|@ohos.pasteboard.d.ts|
|Added|NA|Class name: PasteDataRecord<br>Method or attribute name: toPlainText(): string;|@ohos.pasteboard.d.ts|
|Added|NA|Class name: PasteData<br>Method or attribute name: addRecord(mimeType: string, value: ValueType): void;|@ohos.pasteboard.d.ts|
|Added|NA|Class name: PasteData<br>Method or attribute name: getPrimaryPixelMap(): image.PixelMap;|@ohos.pasteboard.d.ts|
|Added|NA|Class name: PasteData<br>Method or attribute name: setProperty(property: PasteDataProperty): void;|@ohos.pasteboard.d.ts|
|Added|NA|Class name: PasteData<br>Method or attribute name: getRecord(index: number): PasteDataRecord;|@ohos.pasteboard.d.ts|
|Added|NA|Class name: PasteData<br>Method or attribute name: hasType(mimeType: string): boolean;|@ohos.pasteboard.d.ts|
|Added|NA|Class name: PasteData<br>Method or attribute name: removeRecord(index: number): void;|@ohos.pasteboard.d.ts|
|Added|NA|Class name: PasteData<br>Method or attribute name: replaceRecord(index: number, record: PasteDataRecord): void;|@ohos.pasteboard.d.ts|
|Added|NA|Class name: SystemPasteboard<br>Method or attribute name: clearData(callback: AsyncCallback\<void>): void;|@ohos.pasteboard.d.ts|
|Added|NA|Class name: SystemPasteboard<br>Method or attribute name: clearData(): Promise\<void>;|@ohos.pasteboard.d.ts|
|Added|NA|Class name: SystemPasteboard<br>Method or attribute name: getData(callback: AsyncCallback\<PasteData>): void;|@ohos.pasteboard.d.ts|
|Added|NA|Class name: SystemPasteboard<br>Method or attribute name: getData(): Promise\<PasteData>;|@ohos.pasteboard.d.ts|
|Added|NA|Class name: SystemPasteboard<br>Method or attribute name: hasData(callback: AsyncCallback\<boolean>): void;|@ohos.pasteboard.d.ts|
|Added|NA|Class name: SystemPasteboard<br>Method or attribute name: hasData(): Promise\<boolean>;|@ohos.pasteboard.d.ts|
|Added|NA|Class name: SystemPasteboard<br>Method or attribute name: setData(data: PasteData, callback: AsyncCallback\<void>): void;|@ohos.pasteboard.d.ts|
|Added|NA|Class name: SystemPasteboard<br>Method or attribute name: setData(data: PasteData): Promise\<void>;|@ohos.pasteboard.d.ts|
|Added|NA|Class name: request<br>Method or attribute name: const EXCEPTION_PERMISSION: number;|@ohos.request.d.ts|
|Added|NA|Class name: request<br>Method or attribute name: const EXCEPTION_PARAMCHECK: number;|@ohos.request.d.ts|
|Added|NA|Class name: request<br>Method or attribute name: const EXCEPTION_UNSUPPORTED: number;|@ohos.request.d.ts|
|Added|NA|Class name: request<br>Method or attribute name: const EXCEPTION_FILEIO: number;|@ohos.request.d.ts|
|Added|NA|Class name: request<br>Method or attribute name: const EXCEPTION_FILEPATH: number;|@ohos.request.d.ts|
|Added|NA|Class name: request<br>Method or attribute name: const EXCEPTION_SERVICE: number;|@ohos.request.d.ts|
|Added|NA|Class name: request<br>Method or attribute name: const EXCEPTION_OTHERS: number;|@ohos.request.d.ts|
|Added|NA|Class name: request<br>Method or attribute name: const ERROR_OFFLINE: number;|@ohos.request.d.ts|
|Added|NA|Class name: request<br>Method or attribute name: const ERROR_UNSUPPORTED_NETWORK_TYPE: number;|@ohos.request.d.ts|
|Added|NA|Class name: request<br>Method or attribute name: const PAUSED_BY_USER: number;|@ohos.request.d.ts|
|Added|NA|Class name: request<br>Method or attribute name: function downloadFile(context: BaseContext, config: DownloadConfig, callback: AsyncCallback\<DownloadTask>): void;|@ohos.request.d.ts|
|Added|NA|Class name: request<br>Method or attribute name: function downloadFile(context: BaseContext, config: DownloadConfig): Promise\<DownloadTask>;|@ohos.request.d.ts|
|Added|NA|Class name: request<br>Method or attribute name: function uploadFile(context: BaseContext, config: UploadConfig, callback: AsyncCallback\<UploadTask>): void;|@ohos.request.d.ts|
|Added|NA|Class name: request<br>Method or attribute name: function uploadFile(context: BaseContext, config: UploadConfig): Promise\<UploadTask>;|@ohos.request.d.ts|
|Added|NA|Module name: ohos.request<br>Class name: DownloadConfig<br>Method or attribute name: background?: boolean;|@ohos.request.d.ts|
|Added|NA|Class name: DownloadConfig<br>Method or attribute name: background?: boolean;|@ohos.request.d.ts|
|Added|NA|Class name: DownloadTask<br>Method or attribute name: delete(callback: AsyncCallback\<boolean>): void;|@ohos.request.d.ts|
|Added|NA|Class name: DownloadTask<br>Method or attribute name: delete(): Promise\<boolean>;|@ohos.request.d.ts|
|Added|NA|Class name: DownloadTask<br>Method or attribute name: suspend(callback: AsyncCallback\<boolean>): void;|@ohos.request.d.ts|
|Added|NA|Class name: DownloadTask<br>Method or attribute name: suspend(): Promise\<boolean>;|@ohos.request.d.ts|
|Added|NA|Class name: DownloadTask<br>Method or attribute name: restore(callback: AsyncCallback\<boolean>): void;|@ohos.request.d.ts|
|Added|NA|Class name: DownloadTask<br>Method or attribute name: restore(): Promise\<boolean>;|@ohos.request.d.ts|
|Added|NA|Class name: DownloadTask<br>Method or attribute name: getTaskInfo(callback: AsyncCallback\<DownloadInfo>): void;|@ohos.request.d.ts|
|Added|NA|Class name: DownloadTask<br>Method or attribute name: getTaskInfo(): Promise\<DownloadInfo>;|@ohos.request.d.ts|
|Added|NA|Class name: DownloadTask<br>Method or attribute name: getTaskMimeType(callback: AsyncCallback\<string>): void;|@ohos.request.d.ts|
|Added|NA|Class name: DownloadTask<br>Method or attribute name: getTaskMimeType(): Promise\<string>;|@ohos.request.d.ts|
|Added|NA|Module name: ohos.request<br>Class name: TaskState|@ohos.request.d.ts|
|Added|NA|Class name: TaskState<br>Method or attribute name: |@ohos.request.d.ts|
|Added|NA|Module name: ohos.request<br>Class name: TaskState<br>Method or attribute name: path: string;|@ohos.request.d.ts|
|Added|NA|Class name: TaskState<br>Method or attribute name: path: string;|@ohos.request.d.ts|
|Added|NA|Module name: ohos.request<br>Class name: TaskState<br>Method or attribute name: responseCode: number;|@ohos.request.d.ts|
|Added|NA|Class name: TaskState<br>Method or attribute name: responseCode: number;|@ohos.request.d.ts|
|Added|NA|Module name: ohos.request<br>Class name: TaskState<br>Method or attribute name: message: string;|@ohos.request.d.ts|
|Added|NA|Class name: TaskState<br>Method or attribute name: message: string;|@ohos.request.d.ts|
|Added|NA|Class name: UploadTask<br>Method or attribute name: on(type:'complete' \| 'fail', callback: Callback\<Array\<TaskState>>): void;|@ohos.request.d.ts|
|Added|NA|Class name: UploadTask<br>Method or attribute name: on(type:'complete' \| 'fail', callback: Callback\<Array\<TaskState>>): void;|@ohos.request.d.ts|
|Added|NA|Class name: UploadTask<br>Method or attribute name: off(type:'complete' \| 'fail', callback?: Callback\<Array\<TaskState>>): void;|@ohos.request.d.ts|
|Added|NA|Class name: UploadTask<br>Method or attribute name: off(type:'complete' \| 'fail', callback?: Callback\<Array\<TaskState>>): void;|@ohos.request.d.ts|
|Added|NA|Class name: UploadTask<br>Method or attribute name: delete(callback: AsyncCallback\<boolean>): void;|@ohos.request.d.ts|
|Added|NA|Class name: UploadTask<br>Method or attribute name: delete(): Promise\<boolean>;|@ohos.request.d.ts|
|Added|NA|Module name: ohos.screenLock<br>Class name: EventType<br>Method or attribute name: type EventType =<br><br> 'beginWakeUp'<br><br> \| 'endWakeUp'<br><br> \| 'beginScreenOn'<br><br> \| 'endScreenOn'<br><br> \| 'beginScreenOff'<br><br> \| 'endScreenOff'<br><br> \| 'unlockScreen'<br><br> \| 'lockScreen'<br><br> \| 'beginExitAnimation'<br><br> \| 'beginSleep'<br><br> \| 'endSleep'<br><br> \| 'changeUser'<br><br> \| 'screenlockEnabled'<br><br> \| 'serviceRestart'|@ohos.screenLock.d.ts|
|Added|NA|Class name: EventType<br>Method or attribute name: type EventType =<br><br> 'beginWakeUp'<br><br> \| 'endWakeUp'<br><br> \| 'beginScreenOn'<br><br> \| 'endScreenOn'<br><br> \| 'beginScreenOff'<br><br> \| 'endScreenOff'<br><br> \| 'unlockScreen'<br><br> \| 'lockScreen'<br><br> \| 'beginExitAnimation'<br><br> \| 'beginSleep'<br><br> \| 'endSleep'<br><br> \| 'changeUser'<br><br> \| 'screenlockEnabled'<br><br> \| 'serviceRestart'|@ohos.screenLock.d.ts|
|Added|NA|Module name: ohos.screenLock<br>Class name: EventType<br>Method or attribute name: type EventType =<br><br> 'beginWakeUp'<br><br> \| 'endWakeUp'<br><br> \| 'beginScreenOn'<br><br> \| 'endScreenOn'<br><br> \| 'beginScreenOff'<br><br> \| 'endScreenOff'<br><br> \| 'unlockScreen'<br><br> \| 'lockScreen'<br><br> \| 'beginExitAnimation'<br><br> \| 'beginSleep'<br><br> \| 'endSleep'<br><br> \| 'changeUser'<br><br> \| 'screenlockEnabled'<br><br> \| 'serviceRestart'|@ohos.screenLock.d.ts|
|Added|NA|Class name: EventType<br>Method or attribute name: type EventType =<br><br> 'beginWakeUp'<br><br> \| 'endWakeUp'<br><br> \| 'beginScreenOn'<br><br> \| 'endScreenOn'<br><br> \| 'beginScreenOff'<br><br> \| 'endScreenOff'<br><br> \| 'unlockScreen'<br><br> \| 'lockScreen'<br><br> \| 'beginExitAnimation'<br><br> \| 'beginSleep'<br><br> \| 'endSleep'<br><br> \| 'changeUser'<br><br> \| 'screenlockEnabled'<br><br> \| 'serviceRestart'|@ohos.screenLock.d.ts|
|Added|NA|Module name: ohos.screenLock<br>Class name: EventType<br>Method or attribute name: type EventType =<br><br> 'beginWakeUp'<br><br> \| 'endWakeUp'<br><br> \| 'beginScreenOn'<br><br> \| 'endScreenOn'<br><br> \| 'beginScreenOff'<br><br> \| 'endScreenOff'<br><br> \| 'unlockScreen'<br><br> \| 'lockScreen'<br><br> \| 'beginExitAnimation'<br><br> \| 'beginSleep'<br><br> \| 'endSleep'<br><br> \| 'changeUser'<br><br> \| 'screenlockEnabled'<br><br> \| 'serviceRestart'|@ohos.screenLock.d.ts|
|Added|NA|Class name: EventType<br>Method or attribute name: type EventType =<br><br> 'beginWakeUp'<br><br> \| 'endWakeUp'<br><br> \| 'beginScreenOn'<br><br> \| 'endScreenOn'<br><br> \| 'beginScreenOff'<br><br> \| 'endScreenOff'<br><br> \| 'unlockScreen'<br><br> \| 'lockScreen'<br><br> \| 'beginExitAnimation'<br><br> \| 'beginSleep'<br><br> \| 'endSleep'<br><br> \| 'changeUser'<br><br> \| 'screenlockEnabled'<br><br> \| 'serviceRestart'|@ohos.screenLock.d.ts|
|Added|NA|Module name: ohos.screenLock<br>Class name: EventType<br>Method or attribute name: type EventType =<br><br> 'beginWakeUp'<br><br> \| 'endWakeUp'<br><br> \| 'beginScreenOn'<br><br> \| 'endScreenOn'<br><br> \| 'beginScreenOff'<br><br> \| 'endScreenOff'<br><br> \| 'unlockScreen'<br><br> \| 'lockScreen'<br><br> \| 'beginExitAnimation'<br><br> \| 'beginSleep'<br><br> \| 'endSleep'<br><br> \| 'changeUser'<br><br> \| 'screenlockEnabled'<br><br> \| 'serviceRestart'|@ohos.screenLock.d.ts|
|Added|NA|Class name: EventType<br>Method or attribute name: type EventType =<br><br> 'beginWakeUp'<br><br> \| 'endWakeUp'<br><br> \| 'beginScreenOn'<br><br> \| 'endScreenOn'<br><br> \| 'beginScreenOff'<br><br> \| 'endScreenOff'<br><br> \| 'unlockScreen'<br><br> \| 'lockScreen'<br><br> \| 'beginExitAnimation'<br><br> \| 'beginSleep'<br><br> \| 'endSleep'<br><br> \| 'changeUser'<br><br> \| 'screenlockEnabled'<br><br> \| 'serviceRestart'|@ohos.screenLock.d.ts|
|Added|NA|Module name: ohos.screenLock<br>Class name: EventType<br>Method or attribute name: type EventType =<br><br> 'beginWakeUp'<br><br> \| 'endWakeUp'<br><br> \| 'beginScreenOn'<br><br> \| 'endScreenOn'<br><br> \| 'beginScreenOff'<br><br> \| 'endScreenOff'<br><br> \| 'unlockScreen'<br><br> \| 'lockScreen'<br><br> \| 'beginExitAnimation'<br><br> \| 'beginSleep'<br><br> \| 'endSleep'<br><br> \| 'changeUser'<br><br> \| 'screenlockEnabled'<br><br> \| 'serviceRestart'|@ohos.screenLock.d.ts|
|Added|NA|Class name: EventType<br>Method or attribute name: type EventType =<br><br> 'beginWakeUp'<br><br> \| 'endWakeUp'<br><br> \| 'beginScreenOn'<br><br> \| 'endScreenOn'<br><br> \| 'beginScreenOff'<br><br> \| 'endScreenOff'<br><br> \| 'unlockScreen'<br><br> \| 'lockScreen'<br><br> \| 'beginExitAnimation'<br><br> \| 'beginSleep'<br><br> \| 'endSleep'<br><br> \| 'changeUser'<br><br> \| 'screenlockEnabled'<br><br> \| 'serviceRestart'|@ohos.screenLock.d.ts|
|Added|NA|Module name: ohos.screenLock<br>Class name: EventType<br>Method or attribute name: type EventType =<br><br> 'beginWakeUp'<br><br> \| 'endWakeUp'<br><br> \| 'beginScreenOn'<br><br> \| 'endScreenOn'<br><br> \| 'beginScreenOff'<br><br> \| 'endScreenOff'<br><br> \| 'unlockScreen'<br><br> \| 'lockScreen'<br><br> \| 'beginExitAnimation'<br><br> \| 'beginSleep'<br><br> \| 'endSleep'<br><br> \| 'changeUser'<br><br> \| 'screenlockEnabled'<br><br> \| 'serviceRestart'|@ohos.screenLock.d.ts|
|Added|NA|Class name: EventType<br>Method or attribute name: type EventType =<br><br> 'beginWakeUp'<br><br> \| 'endWakeUp'<br><br> \| 'beginScreenOn'<br><br> \| 'endScreenOn'<br><br> \| 'beginScreenOff'<br><br> \| 'endScreenOff'<br><br> \| 'unlockScreen'<br><br> \| 'lockScreen'<br><br> \| 'beginExitAnimation'<br><br> \| 'beginSleep'<br><br> \| 'endSleep'<br><br> \| 'changeUser'<br><br> \| 'screenlockEnabled'<br><br> \| 'serviceRestart'|@ohos.screenLock.d.ts|
|Added|NA|Module name: ohos.screenLock<br>Class name: EventType<br>Method or attribute name: type EventType =<br><br> 'beginWakeUp'<br><br> \| 'endWakeUp'<br><br> \| 'beginScreenOn'<br><br> \| 'endScreenOn'<br><br> \| 'beginScreenOff'<br><br> \| 'endScreenOff'<br><br> \| 'unlockScreen'<br><br> \| 'lockScreen'<br><br> \| 'beginExitAnimation'<br><br> \| 'beginSleep'<br><br> \| 'endSleep'<br><br> \| 'changeUser'<br><br> \| 'screenlockEnabled'<br><br> \| 'serviceRestart'|@ohos.screenLock.d.ts|
|Added|NA|Class name: EventType<br>Method or attribute name: type EventType =<br><br> 'beginWakeUp'<br><br> \| 'endWakeUp'<br><br> \| 'beginScreenOn'<br><br> \| 'endScreenOn'<br><br> \| 'beginScreenOff'<br><br> \| 'endScreenOff'<br><br> \| 'unlockScreen'<br><br> \| 'lockScreen'<br><br> \| 'beginExitAnimation'<br><br> \| 'beginSleep'<br><br> \| 'endSleep'<br><br> \| 'changeUser'<br><br> \| 'screenlockEnabled'<br><br> \| 'serviceRestart'|@ohos.screenLock.d.ts|
|Added|NA|Module name: ohos.screenLock<br>Class name: EventType<br>Method or attribute name: type EventType =<br><br> 'beginWakeUp'<br><br> \| 'endWakeUp'<br><br> \| 'beginScreenOn'<br><br> \| 'endScreenOn'<br><br> \| 'beginScreenOff'<br><br> \| 'endScreenOff'<br><br> \| 'unlockScreen'<br><br> \| 'lockScreen'<br><br> \| 'beginExitAnimation'<br><br> \| 'beginSleep'<br><br> \| 'endSleep'<br><br> \| 'changeUser'<br><br> \| 'screenlockEnabled'<br><br> \| 'serviceRestart'|@ohos.screenLock.d.ts|
|Added|NA|Class name: EventType<br>Method or attribute name: type EventType =<br><br> 'beginWakeUp'<br><br> \| 'endWakeUp'<br><br> \| 'beginScreenOn'<br><br> \| 'endScreenOn'<br><br> \| 'beginScreenOff'<br><br> \| 'endScreenOff'<br><br> \| 'unlockScreen'<br><br> \| 'lockScreen'<br><br> \| 'beginExitAnimation'<br><br> \| 'beginSleep'<br><br> \| 'endSleep'<br><br> \| 'changeUser'<br><br> \| 'screenlockEnabled'<br><br> \| 'serviceRestart'|@ohos.screenLock.d.ts|
|Added|NA|Module name: ohos.screenLock<br>Class name: EventType<br>Method or attribute name: type EventType =<br><br> 'beginWakeUp'<br><br> \| 'endWakeUp'<br><br> \| 'beginScreenOn'<br><br> \| 'endScreenOn'<br><br> \| 'beginScreenOff'<br><br> \| 'endScreenOff'<br><br> \| 'unlockScreen'<br><br> \| 'lockScreen'<br><br> \| 'beginExitAnimation'<br><br> \| 'beginSleep'<br><br> \| 'endSleep'<br><br> \| 'changeUser'<br><br> \| 'screenlockEnabled'<br><br> \| 'serviceRestart'|@ohos.screenLock.d.ts|
|Added|NA|Class name: EventType<br>Method or attribute name: type EventType =<br><br> 'beginWakeUp'<br><br> \| 'endWakeUp'<br><br> \| 'beginScreenOn'<br><br> \| 'endScreenOn'<br><br> \| 'beginScreenOff'<br><br> \| 'endScreenOff'<br><br> \| 'unlockScreen'<br><br> \| 'lockScreen'<br><br> \| 'beginExitAnimation'<br><br> \| 'beginSleep'<br><br> \| 'endSleep'<br><br> \| 'changeUser'<br><br> \| 'screenlockEnabled'<br><br> \| 'serviceRestart'|@ohos.screenLock.d.ts|
|Added|NA|Module name: ohos.screenLock<br>Class name: EventType<br>Method or attribute name: type EventType =<br><br> 'beginWakeUp'<br><br> \| 'endWakeUp'<br><br> \| 'beginScreenOn'<br><br> \| 'endScreenOn'<br><br> \| 'beginScreenOff'<br><br> \| 'endScreenOff'<br><br> \| 'unlockScreen'<br><br> \| 'lockScreen'<br><br> \| 'beginExitAnimation'<br><br> \| 'beginSleep'<br><br> \| 'endSleep'<br><br> \| 'changeUser'<br><br> \| 'screenlockEnabled'<br><br> \| 'serviceRestart'|@ohos.screenLock.d.ts|
|Added|NA|Class name: EventType<br>Method or attribute name: type EventType =<br><br> 'beginWakeUp'<br><br> \| 'endWakeUp'<br><br> \| 'beginScreenOn'<br><br> \| 'endScreenOn'<br><br> \| 'beginScreenOff'<br><br> \| 'endScreenOff'<br><br> \| 'unlockScreen'<br><br> \| 'lockScreen'<br><br> \| 'beginExitAnimation'<br><br> \| 'beginSleep'<br><br> \| 'endSleep'<br><br> \| 'changeUser'<br><br> \| 'screenlockEnabled'<br><br> \| 'serviceRestart'|@ohos.screenLock.d.ts|
|Added|NA|Module name: ohos.screenLock<br>Class name: EventType<br>Method or attribute name: type EventType =<br><br> 'beginWakeUp'<br><br> \| 'endWakeUp'<br><br> \| 'beginScreenOn'<br><br> \| 'endScreenOn'<br><br> \| 'beginScreenOff'<br><br> \| 'endScreenOff'<br><br> \| 'unlockScreen'<br><br> \| 'lockScreen'<br><br> \| 'beginExitAnimation'<br><br> \| 'beginSleep'<br><br> \| 'endSleep'<br><br> \| 'changeUser'<br><br> \| 'screenlockEnabled'<br><br> \| 'serviceRestart'|@ohos.screenLock.d.ts|
|Added|NA|Class name: EventType<br>Method or attribute name: type EventType =<br><br> 'beginWakeUp'<br><br> \| 'endWakeUp'<br><br> \| 'beginScreenOn'<br><br> \| 'endScreenOn'<br><br> \| 'beginScreenOff'<br><br> \| 'endScreenOff'<br><br> \| 'unlockScreen'<br><br> \| 'lockScreen'<br><br> \| 'beginExitAnimation'<br><br> \| 'beginSleep'<br><br> \| 'endSleep'<br><br> \| 'changeUser'<br><br> \| 'screenlockEnabled'<br><br> \| 'serviceRestart'|@ohos.screenLock.d.ts|
|Added|NA|Module name: ohos.screenLock<br>Class name: EventType<br>Method or attribute name: type EventType =<br><br> 'beginWakeUp'<br><br> \| 'endWakeUp'<br><br> \| 'beginScreenOn'<br><br> \| 'endScreenOn'<br><br> \| 'beginScreenOff'<br><br> \| 'endScreenOff'<br><br> \| 'unlockScreen'<br><br> \| 'lockScreen'<br><br> \| 'beginExitAnimation'<br><br> \| 'beginSleep'<br><br> \| 'endSleep'<br><br> \| 'changeUser'<br><br> \| 'screenlockEnabled'<br><br> \| 'serviceRestart'|@ohos.screenLock.d.ts|
|Added|NA|Class name: EventType<br>Method or attribute name: type EventType =<br><br> 'beginWakeUp'<br><br> \| 'endWakeUp'<br><br> \| 'beginScreenOn'<br><br> \| 'endScreenOn'<br><br> \| 'beginScreenOff'<br><br> \| 'endScreenOff'<br><br> \| 'unlockScreen'<br><br> \| 'lockScreen'<br><br> \| 'beginExitAnimation'<br><br> \| 'beginSleep'<br><br> \| 'endSleep'<br><br> \| 'changeUser'<br><br> \| 'screenlockEnabled'<br><br> \| 'serviceRestart'|@ohos.screenLock.d.ts|
|Added|NA|Module name: ohos.screenLock<br>Class name: EventType<br>Method or attribute name: type EventType =<br><br> 'beginWakeUp'<br><br> \| 'endWakeUp'<br><br> \| 'beginScreenOn'<br><br> \| 'endScreenOn'<br><br> \| 'beginScreenOff'<br><br> \| 'endScreenOff'<br><br> \| 'unlockScreen'<br><br> \| 'lockScreen'<br><br> \| 'beginExitAnimation'<br><br> \| 'beginSleep'<br><br> \| 'endSleep'<br><br> \| 'changeUser'<br><br> \| 'screenlockEnabled'<br><br> \| 'serviceRestart'|@ohos.screenLock.d.ts|
|Added|NA|Class name: EventType<br>Method or attribute name: type EventType =<br><br> 'beginWakeUp'<br><br> \| 'endWakeUp'<br><br> \| 'beginScreenOn'<br><br> \| 'endScreenOn'<br><br> \| 'beginScreenOff'<br><br> \| 'endScreenOff'<br><br> \| 'unlockScreen'<br><br> \| 'lockScreen'<br><br> \| 'beginExitAnimation'<br><br> \| 'beginSleep'<br><br> \| 'endSleep'<br><br> \| 'changeUser'<br><br> \| 'screenlockEnabled'<br><br> \| 'serviceRestart'|@ohos.screenLock.d.ts|
|Added|NA|Module name: ohos.screenLock<br>Class name: EventType<br>Method or attribute name: type EventType =<br><br> 'beginWakeUp'<br><br> \| 'endWakeUp'<br><br> \| 'beginScreenOn'<br><br> \| 'endScreenOn'<br><br> \| 'beginScreenOff'<br><br> \| 'endScreenOff'<br><br> \| 'unlockScreen'<br><br> \| 'lockScreen'<br><br> \| 'beginExitAnimation'<br><br> \| 'beginSleep'<br><br> \| 'endSleep'<br><br> \| 'changeUser'<br><br> \| 'screenlockEnabled'<br><br> \| 'serviceRestart'|@ohos.screenLock.d.ts|
|Added|NA|Class name: EventType<br>Method or attribute name: type EventType =<br><br> 'beginWakeUp'<br><br> \| 'endWakeUp'<br><br> \| 'beginScreenOn'<br><br> \| 'endScreenOn'<br><br> \| 'beginScreenOff'<br><br> \| 'endScreenOff'<br><br> \| 'unlockScreen'<br><br> \| 'lockScreen'<br><br> \| 'beginExitAnimation'<br><br> \| 'beginSleep'<br><br> \| 'endSleep'<br><br> \| 'changeUser'<br><br> \| 'screenlockEnabled'<br><br> \| 'serviceRestart'|@ohos.screenLock.d.ts|
|Added|NA|Class name: screenLock<br>Method or attribute name: function isLocked(): boolean;|@ohos.screenLock.d.ts|
|Added|NA|Class name: screenLock<br>Method or attribute name: function unlock(callback: AsyncCallback\<boolean>): void;|@ohos.screenLock.d.ts|
|Added|NA|Class name: screenLock<br>Method or attribute name: function unlock():Promise\<boolean>;|@ohos.screenLock.d.ts|
|Added|NA|Class name: screenLock<br>Method or attribute name: function lock(callback: AsyncCallback\<boolean>): void;|@ohos.screenLock.d.ts|
|Added|NA|Class name: screenLock<br>Method or attribute name: function lock():Promise\<boolean>;|@ohos.screenLock.d.ts|
|Added|NA|Module name: ohos.screenLock<br>Class name: SystemEvent|@ohos.screenLock.d.ts|
|Added|NA|Class name: SystemEvent<br>Method or attribute name: |@ohos.screenLock.d.ts|
|Added|NA|Module name: ohos.screenLock<br>Class name: SystemEvent<br>Method or attribute name: eventType: EventType,|@ohos.screenLock.d.ts|
|Added|NA|Class name: SystemEvent<br>Method or attribute name: eventType: EventType,|@ohos.screenLock.d.ts|
|Added|NA|Module name: ohos.screenLock<br>Class name: SystemEvent<br>Method or attribute name: params: string|@ohos.screenLock.d.ts|
|Added|NA|Class name: SystemEvent<br>Method or attribute name: params: string|@ohos.screenLock.d.ts|
|Added|NA|Class name: screenLock<br>Method or attribute name: function onSystemEvent(callback: Callback\<SystemEvent>): boolean;|@ohos.screenLock.d.ts|
|Added|NA|Class name: screenLock<br>Method or attribute name: function sendScreenLockEvent(event: String, parameter: number, callback: AsyncCallback\<boolean>): void;|@ohos.screenLock.d.ts|
|Added|NA|Class name: screenLock<br>Method or attribute name: function sendScreenLockEvent(event: String, parameter: number): Promise\<boolean>;|@ohos.screenLock.d.ts|
|Added|NA|Module name: ohos.systemDateTime<br>Class name: systemDateTime|@ohos.systemDateTime.d.ts|
|Added|NA|Module name: ohos.systemDateTime<br>Class name: systemDateTime<br>Method or attribute name: function setTime(time : number, callback : AsyncCallback\<void>) : void;|@ohos.systemDateTime.d.ts|
|Added|NA|Module name: ohos.systemDateTime<br>Class name: systemDateTime<br>Method or attribute name: function setTime(time : number) : Promise\<void>;|@ohos.systemDateTime.d.ts|
|Added|NA|Module name: ohos.systemDateTime<br>Class name: systemDateTime<br>Method or attribute name: function getCurrentTime(isNano: boolean, callback: AsyncCallback\<number>): void;|@ohos.systemDateTime.d.ts|
|Added|NA|Module name: ohos.systemDateTime<br>Class name: systemDateTime<br>Method or attribute name: function getCurrentTime(callback: AsyncCallback\<number>): void;|@ohos.systemDateTime.d.ts|
|Added|NA|Module name: ohos.systemDateTime<br>Class name: systemDateTime<br>Method or attribute name: function getCurrentTime(isNano?: boolean): Promise\<number>;|@ohos.systemDateTime.d.ts|
|Added|NA|Module name: ohos.systemDateTime<br>Class name: systemDateTime<br>Method or attribute name: function getRealActiveTime(isNano: boolean, callback: AsyncCallback\<number>): void;|@ohos.systemDateTime.d.ts|
|Added|NA|Module name: ohos.systemDateTime<br>Class name: systemDateTime<br>Method or attribute name: function getRealActiveTime(callback: AsyncCallback\<number>): void;|@ohos.systemDateTime.d.ts|
|Added|NA|Module name: ohos.systemDateTime<br>Class name: systemDateTime<br>Method or attribute name: function getRealActiveTime(isNano?: boolean): Promise\<number>;|@ohos.systemDateTime.d.ts|
|Added|NA|Module name: ohos.systemDateTime<br>Class name: systemDateTime<br>Method or attribute name: function getRealTime(isNano: boolean, callback: AsyncCallback\<number>): void;|@ohos.systemDateTime.d.ts|
|Added|NA|Module name: ohos.systemDateTime<br>Class name: systemDateTime<br>Method or attribute name: function getRealTime(callback: AsyncCallback\<number>): void;|@ohos.systemDateTime.d.ts|
|Added|NA|Module name: ohos.systemDateTime<br>Class name: systemDateTime<br>Method or attribute name: function getRealTime(isNano?: boolean): Promise\<number>;|@ohos.systemDateTime.d.ts|
|Added|NA|Module name: ohos.systemDateTime<br>Class name: systemDateTime<br>Method or attribute name: function setDate(date: Date, callback: AsyncCallback\<void>): void;|@ohos.systemDateTime.d.ts|
|Added|NA|Module name: ohos.systemDateTime<br>Class name: systemDateTime<br>Method or attribute name: function setDate(date: Date): Promise\<void>;|@ohos.systemDateTime.d.ts|
|Added|NA|Module name: ohos.systemDateTime<br>Class name: systemDateTime<br>Method or attribute name: function getDate(callback: AsyncCallback\<Date>): void;|@ohos.systemDateTime.d.ts|
|Added|NA|Module name: ohos.systemDateTime<br>Class name: systemDateTime<br>Method or attribute name: function getDate(): Promise\<Date>;|@ohos.systemDateTime.d.ts|
|Added|NA|Module name: ohos.systemDateTime<br>Class name: systemDateTime<br>Method or attribute name: function setTimezone(timezone: string, callback: AsyncCallback\<void>): void;|@ohos.systemDateTime.d.ts|
|Added|NA|Module name: ohos.systemDateTime<br>Class name: systemDateTime<br>Method or attribute name: function setTimezone(timezone: string): Promise\<void>;|@ohos.systemDateTime.d.ts|
|Added|NA|Module name: ohos.systemDateTime<br>Class name: systemDateTime<br>Method or attribute name: function getTimezone(callback: AsyncCallback\<string>): void;|@ohos.systemDateTime.d.ts|
|Added|NA|Module name: ohos.systemDateTime<br>Class name: systemDateTime<br>Method or attribute name: function getTimezone(): Promise\<string>;|@ohos.systemDateTime.d.ts|
|Added|NA|Class name: wallpaper<br>Method or attribute name: function getColorsSync(wallpaperType: WallpaperType): Array\<RgbaColor>;|@ohos.wallpaper.d.ts|
|Added|NA|Class name: wallpaper<br>Method or attribute name: function getMinHeightSync(): number;|@ohos.wallpaper.d.ts|
|Added|NA|Class name: wallpaper<br>Method or attribute name: function getMinWidthSync(): number;|@ohos.wallpaper.d.ts|
|Added|NA|Class name: wallpaper<br>Method or attribute name: function restore(wallpaperType: WallpaperType, callback: AsyncCallback\<void>): void;|@ohos.wallpaper.d.ts|
|Added|NA|Class name: wallpaper<br>Method or attribute name: function restore(wallpaperType: WallpaperType): Promise\<void>;|@ohos.wallpaper.d.ts|
|Added|NA|Class name: wallpaper<br>Method or attribute name: function setImage(source: string \| image.PixelMap, wallpaperType: WallpaperType, callback: AsyncCallback\<void>): void;|@ohos.wallpaper.d.ts|
|Added|NA|Class name: wallpaper<br>Method or attribute name: function setImage(source: string \| image.PixelMap, wallpaperType: WallpaperType): Promise\<void>;|@ohos.wallpaper.d.ts|
|Added|NA|Class name: wallpaper<br>Method or attribute name: function getImage(wallpaperType: WallpaperType, callback: AsyncCallback\<image.PixelMap>): void;|@ohos.wallpaper.d.ts|
|Added|NA|Class name: wallpaper<br>Method or attribute name: function getImage(wallpaperType: WallpaperType): Promise\<image.PixelMap>;|@ohos.wallpaper.d.ts|
|Deleted|Module name: ohos.inputmethod<br>Class name: inputMethod|NA|@ohos.inputmethod.d.ts|
|Deleted|Module name: ohos.inputmethod<br>Class name: inputMethod<br>Method or attribute name: const MAX_TYPE_NUM: number|NA|@ohos.inputmethod.d.ts|
|Deleted|Module name: ohos.inputmethod<br>Class name: inputMethod<br>Method or attribute name: function getInputMethodSetting(): InputMethodSetting;|NA|@ohos.inputmethod.d.ts|
|Deleted|Module name: ohos.inputmethod<br>Class name: inputMethod<br>Method or attribute name: function getInputMethodController(): InputMethodController;|NA|@ohos.inputmethod.d.ts|
|Deleted|Module name: ohos.inputmethod<br>Class name: InputMethodSetting|NA|@ohos.inputmethod.d.ts|
|Deleted|Module name: ohos.inputmethod<br>Class name: InputMethodSetting<br>Method or attribute name: listInputMethod(callback: AsyncCallback\<Array\<InputMethodProperty>>): void;|NA|@ohos.inputmethod.d.ts|
|Deleted|Module name: ohos.inputmethod<br>Class name: InputMethodSetting<br>Method or attribute name: listInputMethod(): Promise\<Array\<InputMethodProperty>>;|NA|@ohos.inputmethod.d.ts|
|Deleted|Module name: ohos.inputmethod<br>Class name: InputMethodSetting<br>Method or attribute name: displayOptionalInputMethod(callback: AsyncCallback\<void>): void;|NA|@ohos.inputmethod.d.ts|
|Deleted|Module name: ohos.inputmethod<br>Class name: InputMethodSetting<br>Method or attribute name: displayOptionalInputMethod(): Promise\<void>;|NA|@ohos.inputmethod.d.ts|
|Deleted|Module name: ohos.inputmethod<br>Class name: InputMethodController|NA|@ohos.inputmethod.d.ts|
|Deleted|Module name: ohos.inputmethod<br>Class name: InputMethodController<br>Method or attribute name: stopInput(callback: AsyncCallback\<boolean>): void;|NA|@ohos.inputmethod.d.ts|
|Deleted|Module name: ohos.inputmethod<br>Class name: InputMethodController<br>Method or attribute name: stopInput(): Promise\<boolean>;|NA|@ohos.inputmethod.d.ts|
|Deleted|Module name: ohos.inputmethod<br>Class name: InputMethodProperty|NA|@ohos.inputmethod.d.ts|
|Deleted|Module name: ohos.inputmethod<br>Class name: InputMethodProperty<br>Method or attribute name: readonly packageName: string;|NA|@ohos.inputmethod.d.ts|
|Deleted|Module name: ohos.inputmethod<br>Class name: InputMethodProperty<br>Method or attribute name: readonly methodId: string;|NA|@ohos.inputmethod.d.ts|
|Deleted|Module name: ohos.inputmethodengine<br>Class name: inputMethodEngine|NA|@ohos.inputmethodengine.d.ts|
|Deleted|Module name: ohos.inputmethodengine<br>Class name: inputMethodEngine<br>Method or attribute name: const ENTER_KEY_TYPE_UNSPECIFIED: number;|NA|@ohos.inputmethodengine.d.ts|
|Deleted|Module name: ohos.inputmethodengine<br>Class name: inputMethodEngine<br>Method or attribute name: const ENTER_KEY_TYPE_GO: number;|NA|@ohos.inputmethodengine.d.ts|
|Deleted|Module name: ohos.inputmethodengine<br>Class name: inputMethodEngine<br>Method or attribute name: const ENTER_KEY_TYPE_SEARCH: number;|NA|@ohos.inputmethodengine.d.ts|
|Deleted|Module name: ohos.inputmethodengine<br>Class name: inputMethodEngine<br>Method or attribute name: const ENTER_KEY_TYPE_SEND: number;|NA|@ohos.inputmethodengine.d.ts|
|Deleted|Module name: ohos.inputmethodengine<br>Class name: inputMethodEngine<br>Method or attribute name: const ENTER_KEY_TYPE_NEXT: number;|NA|@ohos.inputmethodengine.d.ts|
|Deleted|Module name: ohos.inputmethodengine<br>Class name: inputMethodEngine<br>Method or attribute name: const ENTER_KEY_TYPE_DONE: number;|NA|@ohos.inputmethodengine.d.ts|
|Deleted|Module name: ohos.inputmethodengine<br>Class name: inputMethodEngine<br>Method or attribute name: const ENTER_KEY_TYPE_PREVIOUS: number;|NA|@ohos.inputmethodengine.d.ts|
|Deleted|Module name: ohos.inputmethodengine<br>Class name: inputMethodEngine<br>Method or attribute name: const PATTERN_NULL: number;|NA|@ohos.inputmethodengine.d.ts|
|Deleted|Module name: ohos.inputmethodengine<br>Class name: inputMethodEngine<br>Method or attribute name: const PATTERN_TEXT: number;|NA|@ohos.inputmethodengine.d.ts|
|Deleted|Module name: ohos.inputmethodengine<br>Class name: inputMethodEngine<br>Method or attribute name: const PATTERN_NUMBER: number;|NA|@ohos.inputmethodengine.d.ts|
|Deleted|Module name: ohos.inputmethodengine<br>Class name: inputMethodEngine<br>Method or attribute name: const PATTERN_PHONE: number;|NA|@ohos.inputmethodengine.d.ts|
|Deleted|Module name: ohos.inputmethodengine<br>Class name: inputMethodEngine<br>Method or attribute name: const PATTERN_DATETIME: number;|NA|@ohos.inputmethodengine.d.ts|
|Deleted|Module name: ohos.inputmethodengine<br>Class name: inputMethodEngine<br>Method or attribute name: const PATTERN_EMAIL: number;|NA|@ohos.inputmethodengine.d.ts|
|Deleted|Module name: ohos.inputmethodengine<br>Class name: inputMethodEngine<br>Method or attribute name: const PATTERN_URI: number;|NA|@ohos.inputmethodengine.d.ts|
|Deleted|Module name: ohos.inputmethodengine<br>Class name: inputMethodEngine<br>Method or attribute name: const PATTERN_PASSWORD: number;|NA|@ohos.inputmethodengine.d.ts|
|Deleted|Module name: ohos.inputmethodengine<br>Class name: inputMethodEngine<br>Method or attribute name: const FLAG_SELECTING: number;|NA|@ohos.inputmethodengine.d.ts|
|Deleted|Module name: ohos.inputmethodengine<br>Class name: inputMethodEngine<br>Method or attribute name: const FLAG_SINGLE_LINE: number;|NA|@ohos.inputmethodengine.d.ts|
|Deleted|Module name: ohos.inputmethodengine<br>Class name: inputMethodEngine<br>Method or attribute name: const DISPLAY_MODE_PART: number;|NA|@ohos.inputmethodengine.d.ts|
|Deleted|Module name: ohos.inputmethodengine<br>Class name: inputMethodEngine<br>Method or attribute name: const DISPLAY_MODE_FULL: number;|NA|@ohos.inputmethodengine.d.ts|
|Deleted|Module name: ohos.inputmethodengine<br>Class name: inputMethodEngine<br>Method or attribute name: const OPTION_ASCII: number;|NA|@ohos.inputmethodengine.d.ts|
|Deleted|Module name: ohos.inputmethodengine<br>Class name: inputMethodEngine<br>Method or attribute name: const OPTION_NONE: number;|NA|@ohos.inputmethodengine.d.ts|
|Deleted|Module name: ohos.inputmethodengine<br>Class name: inputMethodEngine<br>Method or attribute name: const OPTION_AUTO_CAP_CHARACTERS: number;|NA|@ohos.inputmethodengine.d.ts|
|Deleted|Module name: ohos.inputmethodengine<br>Class name: inputMethodEngine<br>Method or attribute name: const OPTION_AUTO_CAP_SENTENCES: number;|NA|@ohos.inputmethodengine.d.ts|
|Deleted|Module name: ohos.inputmethodengine<br>Class name: inputMethodEngine<br>Method or attribute name: const OPTION_AUTO_WORDS: number;|NA|@ohos.inputmethodengine.d.ts|
|Deleted|Module name: ohos.inputmethodengine<br>Class name: inputMethodEngine<br>Method or attribute name: const OPTION_MULTI_LINE: number;|NA|@ohos.inputmethodengine.d.ts|
|Deleted|Module name: ohos.inputmethodengine<br>Class name: inputMethodEngine<br>Method or attribute name: const OPTION_NO_FULLSCREEN: number;|NA|@ohos.inputmethodengine.d.ts|
|Deleted|Module name: ohos.inputmethodengine<br>Class name: inputMethodEngine<br>Method or attribute name: function getInputMethodEngine(): InputMethodEngine;|NA|@ohos.inputmethodengine.d.ts|
|Deleted|Module name: ohos.inputmethodengine<br>Class name: inputMethodEngine<br>Method or attribute name: function createKeyboardDelegate(): KeyboardDelegate;|NA|@ohos.inputmethodengine.d.ts|
|Deleted|Module name: ohos.inputmethodengine<br>Class name: KeyboardController|NA|@ohos.inputmethodengine.d.ts|
|Deleted|Module name: ohos.inputmethodengine<br>Class name: KeyboardController<br>Method or attribute name: hideKeyboard(callback: AsyncCallback\<void>): void;|NA|@ohos.inputmethodengine.d.ts|
|Deleted|Module name: ohos.inputmethodengine<br>Class name: KeyboardController<br>Method or attribute name: hideKeyboard(): Promise\<void>;|NA|@ohos.inputmethodengine.d.ts|
|Deleted|Module name: ohos.inputmethodengine<br>Class name: InputMethodEngine|NA|@ohos.inputmethodengine.d.ts|
|Deleted|Module name: ohos.inputmethodengine<br>Class name: InputMethodEngine<br>Method or attribute name: on(type: 'inputStart', callback: (kbController: KeyboardController, textInputClient: TextInputClient) => void): void;|NA|@ohos.inputmethodengine.d.ts|
|Deleted|Module name: ohos.inputmethodengine<br>Class name: InputMethodEngine<br>Method or attribute name: off(type: 'inputStart', callback?: (kbController: KeyboardController, textInputClient: TextInputClient) => void): void;|NA|@ohos.inputmethodengine.d.ts|
|Deleted|Module name: ohos.inputmethodengine<br>Class name: InputMethodEngine<br>Method or attribute name: on(type: 'keyboardShow'\|'keyboardHide', callback: () => void): void;|NA|@ohos.inputmethodengine.d.ts|
|Deleted|Module name: ohos.inputmethodengine<br>Class name: InputMethodEngine<br>Method or attribute name: on(type: 'keyboardShow'\|'keyboardHide', callback: () => void): void;|NA|@ohos.inputmethodengine.d.ts|
|Deleted|Module name: ohos.inputmethodengine<br>Class name: InputMethodEngine<br>Method or attribute name: off(type: 'keyboardShow'\|'keyboardHide', callback?: () => void): void;|NA|@ohos.inputmethodengine.d.ts|
|Deleted|Module name: ohos.inputmethodengine<br>Class name: InputMethodEngine<br>Method or attribute name: off(type: 'keyboardShow'\|'keyboardHide', callback?: () => void): void;|NA|@ohos.inputmethodengine.d.ts|
|Deleted|Module name: ohos.inputmethodengine<br>Class name: TextInputClient|NA|@ohos.inputmethodengine.d.ts|
|Deleted|Module name: ohos.inputmethodengine<br>Class name: TextInputClient<br>Method or attribute name: sendKeyFunction(action: number, callback: AsyncCallback\<boolean>): void;|NA|@ohos.inputmethodengine.d.ts|
|Deleted|Module name: ohos.inputmethodengine<br>Class name: TextInputClient<br>Method or attribute name: sendKeyFunction(action: number): Promise\<boolean>;|NA|@ohos.inputmethodengine.d.ts|
|Deleted|Module name: ohos.inputmethodengine<br>Class name: TextInputClient<br>Method or attribute name: deleteForward(length: number, callback: AsyncCallback\<boolean>): void;|NA|@ohos.inputmethodengine.d.ts|
|Deleted|Module name: ohos.inputmethodengine<br>Class name: TextInputClient<br>Method or attribute name: deleteForward(length: number): Promise\<boolean>;|NA|@ohos.inputmethodengine.d.ts|
|Deleted|Module name: ohos.inputmethodengine<br>Class name: TextInputClient<br>Method or attribute name: deleteBackward(length: number, callback: AsyncCallback\<boolean>): void;|NA|@ohos.inputmethodengine.d.ts|
|Deleted|Module name: ohos.inputmethodengine<br>Class name: TextInputClient<br>Method or attribute name: deleteBackward(length: number): Promise\<boolean>;|NA|@ohos.inputmethodengine.d.ts|
|Deleted|Module name: ohos.inputmethodengine<br>Class name: TextInputClient<br>Method or attribute name: insertText(text: string, callback: AsyncCallback\<boolean>): void;|NA|@ohos.inputmethodengine.d.ts|
|Deleted|Module name: ohos.inputmethodengine<br>Class name: TextInputClient<br>Method or attribute name: insertText(text: string): Promise\<boolean>;|NA|@ohos.inputmethodengine.d.ts|
|Deleted|Module name: ohos.inputmethodengine<br>Class name: TextInputClient<br>Method or attribute name: getForward(length: number, callback: AsyncCallback\<string>): void;|NA|@ohos.inputmethodengine.d.ts|
|Deleted|Module name: ohos.inputmethodengine<br>Class name: TextInputClient<br>Method or attribute name: getForward(length: number): Promise\<string>;|NA|@ohos.inputmethodengine.d.ts|
|Deleted|Module name: ohos.inputmethodengine<br>Class name: TextInputClient<br>Method or attribute name: getBackward(length: number, callback: AsyncCallback\<string>): void;|NA|@ohos.inputmethodengine.d.ts|
|Deleted|Module name: ohos.inputmethodengine<br>Class name: TextInputClient<br>Method or attribute name: getBackward(length: number): Promise\<string>;|NA|@ohos.inputmethodengine.d.ts|
|Deleted|Module name: ohos.inputmethodengine<br>Class name: TextInputClient<br>Method or attribute name: getEditorAttribute(callback: AsyncCallback\<EditorAttribute>): void;|NA|@ohos.inputmethodengine.d.ts|
|Deleted|Module name: ohos.inputmethodengine<br>Class name: TextInputClient<br>Method or attribute name: getEditorAttribute(): Promise\<EditorAttribute>;|NA|@ohos.inputmethodengine.d.ts|
|Deleted|Module name: ohos.inputmethodengine<br>Class name: KeyboardDelegate|NA|@ohos.inputmethodengine.d.ts|
|Deleted|Module name: ohos.inputmethodengine<br>Class name: KeyboardDelegate<br>Method or attribute name: on(type: 'keyDown'\|'keyUp', callback: (event: KeyEvent) => boolean): void;|NA|@ohos.inputmethodengine.d.ts|
|Deleted|Module name: ohos.inputmethodengine<br>Class name: KeyboardDelegate<br>Method or attribute name: on(type: 'keyDown'\|'keyUp', callback: (event: KeyEvent) => boolean): void;|NA|@ohos.inputmethodengine.d.ts|
|Deleted|Module name: ohos.inputmethodengine<br>Class name: KeyboardDelegate<br>Method or attribute name: off(type: 'keyDown'\|'keyUp', callback?: (event: KeyEvent) => boolean): void;|NA|@ohos.inputmethodengine.d.ts|
|Deleted|Module name: ohos.inputmethodengine<br>Class name: KeyboardDelegate<br>Method or attribute name: off(type: 'keyDown'\|'keyUp', callback?: (event: KeyEvent) => boolean): void;|NA|@ohos.inputmethodengine.d.ts|
|Deleted|Module name: ohos.inputmethodengine<br>Class name: KeyboardDelegate<br>Method or attribute name: on(type: 'cursorContextChange', callback: (x: number, y: number, height: number) => void): void;|NA|@ohos.inputmethodengine.d.ts|
|Deleted|Module name: ohos.inputmethodengine<br>Class name: KeyboardDelegate<br>Method or attribute name: off(type: 'cursorContextChange', callback?: (x: number, y: number, height: number) => void): void;|NA|@ohos.inputmethodengine.d.ts|
|Deleted|Module name: ohos.inputmethodengine<br>Class name: KeyboardDelegate<br>Method or attribute name: on(type: 'selectionChange', callback: (oldBegin: number, oldEnd: number, newBegin: number, newEnd: number) => void): void;|NA|@ohos.inputmethodengine.d.ts|
|Deleted|Module name: ohos.inputmethodengine<br>Class name: KeyboardDelegate<br>Method or attribute name: off(type: 'selectionChange', callback?: (oldBegin: number, oldEnd: number, newBegin: number, newEnd: number) => void): void;|NA|@ohos.inputmethodengine.d.ts|
|Deleted|Module name: ohos.inputmethodengine<br>Class name: KeyboardDelegate<br>Method or attribute name: on(type: 'textChange', callback: (text: string) => void): void;|NA|@ohos.inputmethodengine.d.ts|
|Deleted|Module name: ohos.inputmethodengine<br>Class name: KeyboardDelegate<br>Method or attribute name: off(type: 'textChange', callback?: (text: string) => void): void;|NA|@ohos.inputmethodengine.d.ts|
|Deleted|Module name: ohos.inputmethodengine<br>Class name: EditorAttribute|NA|@ohos.inputmethodengine.d.ts|
|Deleted|Module name: ohos.inputmethodengine<br>Class name: EditorAttribute<br>Method or attribute name: readonly inputPattern: number;|NA|@ohos.inputmethodengine.d.ts|
|Deleted|Module name: ohos.inputmethodengine<br>Class name: EditorAttribute<br>Method or attribute name: readonly enterKeyType: number;|NA|@ohos.inputmethodengine.d.ts|
|Deleted|Module name: ohos.inputmethodengine<br>Class name: KeyEvent|NA|@ohos.inputmethodengine.d.ts|
|Deleted|Module name: ohos.inputmethodengine<br>Class name: KeyEvent<br>Method or attribute name: readonly keyCode: number;|NA|@ohos.inputmethodengine.d.ts|
|Deleted|Module name: ohos.inputmethodengine<br>Class name: KeyEvent<br>Method or attribute name: readonly keyAction: number;|NA|@ohos.inputmethodengine.d.ts|
|Deleted|Module name: ohos.wallpaper<br>Class name: wallpaper<br>Method or attribute name: function screenshotLiveWallpaper(scale: number, pixelFormat: image.PixelMapFormat, callback: AsyncCallback\<image.PixelMap>): void;|NA|@ohos.wallpaper.d.ts|
|Deleted|Module name: ohos.wallpaper<br>Class name: wallpaper<br>Method or attribute name: function screenshotLiveWallpaper(scale: number, pixelFormat: image.PixelMapFormat): Promise\<image.PixelMap>;|NA|@ohos.wallpaper.d.ts|
|Model changed|Class name: request<br>Method or attribute name: function download(config: DownloadConfig, callback: AsyncCallback\<DownloadTask>): void;<br>Model: N/A|Class name: request<br>Method or attribute name: function download(config: DownloadConfig, callback: AsyncCallback\<DownloadTask>): void;<br>Model: @FAModelOnly|@ohos.request.d.ts|
|Model changed|Class name: request<br>Method or attribute name: function download(config: DownloadConfig): Promise\<DownloadTask>;<br>Model: N/A|Class name: request<br>Method or attribute name: function download(config: DownloadConfig): Promise\<DownloadTask>;<br>Model: @FAModelOnly|@ohos.request.d.ts|
|Model changed|Class name: request<br>Method or attribute name: function upload(config: UploadConfig, callback: AsyncCallback\<UploadTask>): void;<br>Model: N/A|Class name: request<br>Method or attribute name: function upload(config: UploadConfig, callback: AsyncCallback\<UploadTask>): void;<br>Model: @FAModelOnly|@ohos.request.d.ts|
|Model changed|Class name: request<br>Method or attribute name: function upload(config: UploadConfig): Promise\<UploadTask>;<br>Model: N/A|Class name: request<br>Method or attribute name: function upload(config: UploadConfig): Promise\<UploadTask>;<br>Model: @FAModelOnly|@ohos.request.d.ts|
|Access level changed|Class name: systemTimer<br>Method or attribute name: const TIMER_TYPE_REALTIME: number;<br>Access level: public API|Class name: systemTimer<br>Method or attribute name: const TIMER_TYPE_REALTIME: number;<br>Access level: system API|@ohos.systemTimer.d.ts|
|Access level changed|Class name: systemTimer<br>Method or attribute name: const TIMER_TYPE_WAKEUP: number;<br>Access level: public API|Class name: systemTimer<br>Method or attribute name: const TIMER_TYPE_WAKEUP: number;<br>Access level: system API|@ohos.systemTimer.d.ts|
|Access level changed|Class name: systemTimer<br>Method or attribute name: const TIMER_TYPE_EXACT: number;<br>Access level: public API|Class name: systemTimer<br>Method or attribute name: const TIMER_TYPE_EXACT: number;<br>Access level: system API|@ohos.systemTimer.d.ts|
|Access level changed|Class name: systemTimer<br>Method or attribute name: const TIMER_TYPE_IDLE: number;<br>Access level: public API|Class name: systemTimer<br>Method or attribute name: const TIMER_TYPE_IDLE: number;<br>Access level: system API|@ohos.systemTimer.d.ts|
|Access level changed|Class name: systemTimer<br>Method or attribute name: function createTimer(options: TimerOptions, callback: AsyncCallback\<number>): void;<br>Access level: public API|Class name: systemTimer<br>Method or attribute name: function createTimer(options: TimerOptions, callback: AsyncCallback\<number>): void;<br>Access level: system API|@ohos.systemTimer.d.ts|
|Access level changed|Class name: systemTimer<br>Method or attribute name: function createTimer(options: TimerOptions): Promise\<number>;<br>Access level: public API|Class name: systemTimer<br>Method or attribute name: function createTimer(options: TimerOptions): Promise\<number>;<br>Access level: system API|@ohos.systemTimer.d.ts|
|Access level changed|Class name: systemTimer<br>Method or attribute name: function startTimer(timer: number, triggerTime: number, callback: AsyncCallback\<void>): void;<br>Access level: public API|Class name: systemTimer<br>Method or attribute name: function startTimer(timer: number, triggerTime: number, callback: AsyncCallback\<void>): void;<br>Access level: system API|@ohos.systemTimer.d.ts|
|Access level changed|Class name: systemTimer<br>Method or attribute name: function startTimer(timer: number, triggerTime: number): Promise\<void>;<br>Access level: public API|Class name: systemTimer<br>Method or attribute name: function startTimer(timer: number, triggerTime: number): Promise\<void>;<br>Access level: system API|@ohos.systemTimer.d.ts|
|Access level changed|Class name: systemTimer<br>Method or attribute name: function stopTimer(timer: number, callback: AsyncCallback\<void>): void;<br>Access level: public API|Class name: systemTimer<br>Method or attribute name: function stopTimer(timer: number, callback: AsyncCallback\<void>): void;<br>Access level: system API|@ohos.systemTimer.d.ts|
|Access level changed|Class name: systemTimer<br>Method or attribute name: function stopTimer(timer: number): Promise\<void>;<br>Access level: public API|Class name: systemTimer<br>Method or attribute name: function stopTimer(timer: number): Promise\<void>;<br>Access level: system API|@ohos.systemTimer.d.ts|
|Access level changed|Class name: systemTimer<br>Method or attribute name: function destroyTimer(timer: number, callback: AsyncCallback\<void>): void;<br>Access level: public API|Class name: systemTimer<br>Method or attribute name: function destroyTimer(timer: number, callback: AsyncCallback\<void>): void;<br>Access level: system API|@ohos.systemTimer.d.ts|
|Access level changed|Class name: systemTimer<br>Method or attribute name: function destroyTimer(timer: number): Promise\<void>;<br>Access level: public API|Class name: systemTimer<br>Method or attribute name: function destroyTimer(timer: number): Promise\<void>;<br>Access level: system API|@ohos.systemTimer.d.ts|
|Access level changed|Class name: TimerOptions<br>Access level: public API|Class name: TimerOptions<br>Access level: system API|@ohos.systemTimer.d.ts|
|Access level changed|Class name: TimerOptions<br>Method or attribute name: type: number;<br>Access level: public API|Class name: TimerOptions<br>Method or attribute name: type: number;<br>Access level: system API|@ohos.systemTimer.d.ts|
|Access level changed|Class name: TimerOptions<br>Method or attribute name: repeat: boolean;<br>Access level: public API|Class name: TimerOptions<br>Method or attribute name: repeat: boolean;<br>Access level: system API|@ohos.systemTimer.d.ts|
|Access level changed|Class name: TimerOptions<br>Method or attribute name: interval?: number;<br>Access level: public API|Class name: TimerOptions<br>Method or attribute name: interval?: number;<br>Access level: system API|@ohos.systemTimer.d.ts|
|Access level changed|Class name: TimerOptions<br>Method or attribute name: wantAgent?: WantAgent;<br>Access level: public API|Class name: TimerOptions<br>Method or attribute name: wantAgent?: WantAgent;<br>Access level: system API|@ohos.systemTimer.d.ts|
|Access level changed|Class name: TimerOptions<br>Method or attribute name: callback?: () => void;<br>Access level: public API|Class name: TimerOptions<br>Method or attribute name: callback?: () => void;<br>Access level: system API|@ohos.systemTimer.d.ts|
|Deprecated version changed|Class name: pasteboard<br>Method or attribute name: function createHtmlData(htmlText: string): PasteData;<br>Deprecated version: N/A|Class name: pasteboard<br>Method or attribute name: function createHtmlData(htmlText: string): PasteData;<br>Deprecated version: 9<br>Substitute API: ohos.pasteboard.pasteboard|@ohos.pasteboard.d.ts|
|Deprecated version changed|Class name: pasteboard<br>Method or attribute name: function createWantData(want: Want): PasteData;<br>Deprecated version: N/A|Class name: pasteboard<br>Method or attribute name: function createWantData(want: Want): PasteData;<br>Deprecated version: 9<br>Substitute API: ohos.pasteboard.pasteboard|@ohos.pasteboard.d.ts|
|Deprecated version changed|Class name: pasteboard<br>Method or attribute name: function createPlainTextData(text: string): PasteData;<br>Deprecated version: N/A|Class name: pasteboard<br>Method or attribute name: function createPlainTextData(text: string): PasteData;<br>Deprecated version: 9<br>Substitute API: ohos.pasteboard.pasteboard|@ohos.pasteboard.d.ts|
|Deprecated version changed|Class name: pasteboard<br>Method or attribute name: function createUriData(uri: string): PasteData;<br>Deprecated version: N/A|Class name: pasteboard<br>Method or attribute name: function createUriData(uri: string): PasteData;<br>Deprecated version: 9<br>Substitute API: ohos.pasteboard.pasteboard|@ohos.pasteboard.d.ts|
|Deprecated version changed|Class name: pasteboard<br>Method or attribute name: function createHtmlTextRecord(htmlText: string): PasteDataRecord;<br>Deprecated version: N/A|Class name: pasteboard<br>Method or attribute name: function createHtmlTextRecord(htmlText: string): PasteDataRecord;<br>Deprecated version: 9<br>Substitute API: ohos.pasteboard.pasteboard|@ohos.pasteboard.d.ts|
|Deprecated version changed|Class name: pasteboard<br>Method or attribute name: function createWantRecord(want: Want): PasteDataRecord;<br>Deprecated version: N/A|Class name: pasteboard<br>Method or attribute name: function createWantRecord(want: Want): PasteDataRecord;<br>Deprecated version: 9<br>Substitute API: ohos.pasteboard.pasteboard|@ohos.pasteboard.d.ts|
|Deprecated version changed|Class name: pasteboard<br>Method or attribute name: function createPlainTextRecord(text: string): PasteDataRecord;<br>Deprecated version: N/A|Class name: pasteboard<br>Method or attribute name: function createPlainTextRecord(text: string): PasteDataRecord;<br>Deprecated version: 9<br>Substitute API: ohos.pasteboard.pasteboard|@ohos.pasteboard.d.ts|
|Deprecated version changed|Class name: pasteboard<br>Method or attribute name: function createUriRecord(uri: string): PasteDataRecord;<br>Deprecated version: N/A|Class name: pasteboard<br>Method or attribute name: function createUriRecord(uri: string): PasteDataRecord;<br>Deprecated version: 9<br>Substitute API: ohos.pasteboard.pasteboard|@ohos.pasteboard.d.ts|
|Deprecated version changed|Class name: PasteDataRecord<br>Method or attribute name: convertToText(callback: AsyncCallback\<string>): void;<br>Deprecated version: N/A|Class name: PasteDataRecord<br>Method or attribute name: convertToText(callback: AsyncCallback\<string>): void;<br>Deprecated version: 9<br>Substitute API: ohos.pasteboard.pasteboard|@ohos.pasteboard.d.ts|
|Deprecated version changed|Class name: PasteDataRecord<br>Method or attribute name: convertToText(): Promise\<string>;<br>Deprecated version: N/A|Class name: PasteDataRecord<br>Method or attribute name: convertToText(): Promise\<string>;<br>Deprecated version: 9<br>Substitute API: ohos.pasteboard.pasteboard|@ohos.pasteboard.d.ts|
|Deprecated version changed|Class name: PasteData<br>Method or attribute name: addHtmlRecord(htmlText: string): void;<br>Deprecated version: N/A|Class name: PasteData<br>Method or attribute name: addHtmlRecord(htmlText: string): void;<br>Deprecated version: 9<br>Substitute API: ohos.pasteboard.pasteboard|@ohos.pasteboard.d.ts|
|Deprecated version changed|Class name: PasteData<br>Method or attribute name: addWantRecord(want: Want): void;<br>Deprecated version: N/A|Class name: PasteData<br>Method or attribute name: addWantRecord(want: Want): void;<br>Deprecated version: 9<br>Substitute API: ohos.pasteboard.pasteboard|@ohos.pasteboard.d.ts|
|Deprecated version changed|Class name: PasteData<br>Method or attribute name: addTextRecord(text: string): void;<br>Deprecated version: N/A|Class name: PasteData<br>Method or attribute name: addTextRecord(text: string): void;<br>Deprecated version: 9<br>Substitute API: ohos.pasteboard.pasteboard|@ohos.pasteboard.d.ts|
|Deprecated version changed|Class name: PasteData<br>Method or attribute name: addUriRecord(uri: string): void;<br>Deprecated version: N/A|Class name: PasteData<br>Method or attribute name: addUriRecord(uri: string): void;<br>Deprecated version: 9<br>Substitute API: ohos.pasteboard.pasteboard|@ohos.pasteboard.d.ts|
|Deprecated version changed|Class name: PasteData<br>Method or attribute name: getRecordAt(index: number): PasteDataRecord;<br>Deprecated version: N/A|Class name: PasteData<br>Method or attribute name: getRecordAt(index: number): PasteDataRecord;<br>Deprecated version: 9<br>Substitute API: ohos.pasteboard.pasteboard|@ohos.pasteboard.d.ts|
|Deprecated version changed|Class name: PasteData<br>Method or attribute name: hasMimeType(mimeType: string): boolean;<br>Deprecated version: N/A|Class name: PasteData<br>Method or attribute name: hasMimeType(mimeType: string): boolean;<br>Deprecated version: 9<br>Substitute API: ohos.pasteboard.pasteboard|@ohos.pasteboard.d.ts|
|Deprecated version changed|Class name: PasteData<br>Method or attribute name: removeRecordAt(index: number): boolean;<br>Deprecated version: N/A|Class name: PasteData<br>Method or attribute name: removeRecordAt(index: number): boolean;<br>Deprecated version: 9<br>Substitute API: ohos.pasteboard.pasteboard|@ohos.pasteboard.d.ts|
|Deprecated version changed|Class name: PasteData<br>Method or attribute name: replaceRecordAt(index: number, record: PasteDataRecord): boolean;<br>Deprecated version: N/A|Class name: PasteData<br>Method or attribute name: replaceRecordAt(index: number, record: PasteDataRecord): boolean;<br>Deprecated version: 9<br>Substitute API: ohos.pasteboard.pasteboard|@ohos.pasteboard.d.ts|
|Deprecated version changed|Class name: SystemPasteboard<br>Method or attribute name: clear(callback: AsyncCallback\<void>): void;<br>Deprecated version: N/A|Class name: SystemPasteboard<br>Method or attribute name: clear(callback: AsyncCallback\<void>): void;<br>Deprecated version: 9<br>Substitute API: ohos.pasteboard.pasteboard|@ohos.pasteboard.d.ts|
|Deprecated version changed|Class name: SystemPasteboard<br>Method or attribute name: clear(): Promise\<void>;<br>Deprecated version: N/A|Class name: SystemPasteboard<br>Method or attribute name: clear(): Promise\<void>;<br>Deprecated version: 9<br>Substitute API: ohos.pasteboard.pasteboard|@ohos.pasteboard.d.ts|
|Deprecated version changed|Class name: SystemPasteboard<br>Method or attribute name: getPasteData(callback: AsyncCallback\<PasteData>): void;<br>Deprecated version: N/A|Class name: SystemPasteboard<br>Method or attribute name: getPasteData(callback: AsyncCallback\<PasteData>): void;<br>Deprecated version: 9<br>Substitute API: ohos.pasteboard.pasteboard|@ohos.pasteboard.d.ts|
|Deprecated version changed|Class name: SystemPasteboard<br>Method or attribute name: getPasteData(): Promise\<PasteData>;<br>Deprecated version: N/A|Class name: SystemPasteboard<br>Method or attribute name: getPasteData(): Promise\<PasteData>;<br>Deprecated version: 9<br>Substitute API: ohos.pasteboard.pasteboard|@ohos.pasteboard.d.ts|
|Deprecated version changed|Class name: SystemPasteboard<br>Method or attribute name: hasPasteData(callback: AsyncCallback\<boolean>): void;<br>Deprecated version: N/A|Class name: SystemPasteboard<br>Method or attribute name: hasPasteData(callback: AsyncCallback\<boolean>): void;<br>Deprecated version: 9<br>Substitute API: ohos.pasteboard.pasteboard|@ohos.pasteboard.d.ts|
|Deprecated version changed|Class name: SystemPasteboard<br>Method or attribute name: hasPasteData(): Promise\<boolean>;<br>Deprecated version: N/A|Class name: SystemPasteboard<br>Method or attribute name: hasPasteData(): Promise\<boolean>;<br>Deprecated version: 9<br>Substitute API: ohos.pasteboard.pasteboard|@ohos.pasteboard.d.ts|
|Deprecated version changed|Class name: SystemPasteboard<br>Method or attribute name: setPasteData(data: PasteData, callback: AsyncCallback\<void>): void;<br>Deprecated version: N/A|Class name: SystemPasteboard<br>Method or attribute name: setPasteData(data: PasteData, callback: AsyncCallback\<void>): void;<br>Deprecated version: 9<br>Substitute API: ohos.pasteboard.pasteboard|@ohos.pasteboard.d.ts|
|Deprecated version changed|Class name: SystemPasteboard<br>Method or attribute name: setPasteData(data: PasteData): Promise\<void>;<br>Deprecated version: N/A|Class name: SystemPasteboard<br>Method or attribute name: setPasteData(data: PasteData): Promise\<void>;<br>Deprecated version: 9<br>Substitute API: ohos.pasteboard.pasteboard|@ohos.pasteboard.d.ts|
|Deprecated version changed|Class name: request<br>Method or attribute name: function download(config: DownloadConfig, callback: AsyncCallback\<DownloadTask>): void;<br>Deprecated version: N/A|Class name: request<br>Method or attribute name: function download(config: DownloadConfig, callback: AsyncCallback\<DownloadTask>): void;<br>Deprecated version: 9<br>Substitute API: ohos.request.downloadFile |@ohos.request.d.ts|
|Deprecated version changed|Class name: request<br>Method or attribute name: function download(config: DownloadConfig): Promise\<DownloadTask>;<br>Deprecated version: N/A|Class name: request<br>Method or attribute name: function download(config: DownloadConfig): Promise\<DownloadTask>;<br>Deprecated version: 9<br>Substitute API: ohos.request.downloadFile |@ohos.request.d.ts|
|Deprecated version changed|Class name: request<br>Method or attribute name: function upload(config: UploadConfig, callback: AsyncCallback\<UploadTask>): void;<br>Deprecated version: N/A|Class name: request<br>Method or attribute name: function upload(config: UploadConfig, callback: AsyncCallback\<UploadTask>): void;<br>Deprecated version: 9<br>Substitute API: ohos.request.uploadFile |@ohos.request.d.ts|
|Deprecated version changed|Class name: request<br>Method or attribute name: function upload(config: UploadConfig): Promise\<UploadTask>;<br>Deprecated version: N/A|Class name: request<br>Method or attribute name: function upload(config: UploadConfig): Promise\<UploadTask>;<br>Deprecated version: 9<br>Substitute API: ohos.request.uploadFile |@ohos.request.d.ts|
|Deprecated version changed|Class name: DownloadTask<br>Method or attribute name: remove(callback: AsyncCallback\<boolean>): void;<br>Deprecated version: N/A|Class name: DownloadTask<br>Method or attribute name: remove(callback: AsyncCallback\<boolean>): void;<br>Deprecated version: 9<br>Substitute API: ohos.request.delete |@ohos.request.d.ts|
|Deprecated version changed|Class name: DownloadTask<br>Method or attribute name: remove(): Promise\<boolean>;<br>Deprecated version: N/A|Class name: DownloadTask<br>Method or attribute name: remove(): Promise\<boolean>;<br>Deprecated version: 9<br>Substitute API: ohos.request.delete |@ohos.request.d.ts|
|Deprecated version changed|Class name: DownloadTask<br>Method or attribute name: pause(callback: AsyncCallback\<void>): void;<br>Deprecated version: N/A|Class name: DownloadTask<br>Method or attribute name: pause(callback: AsyncCallback\<void>): void;<br>Deprecated version: 9<br>Substitute API: ohos.request.suspend |@ohos.request.d.ts|
|Deprecated version changed|Class name: DownloadTask<br>Method or attribute name: pause(): Promise\<void>;<br>Deprecated version: N/A|Class name: DownloadTask<br>Method or attribute name: pause(): Promise\<void>;<br>Deprecated version: 9<br>Substitute API: ohos.request.suspend |@ohos.request.d.ts|
|Deprecated version changed|Class name: DownloadTask<br>Method or attribute name: resume(callback: AsyncCallback\<void>): void;<br>Deprecated version: N/A|Class name: DownloadTask<br>Method or attribute name: resume(callback: AsyncCallback\<void>): void;<br>Deprecated version: 9<br>Substitute API: ohos.request.restore |@ohos.request.d.ts|
|Deprecated version changed|Class name: DownloadTask<br>Method or attribute name: resume(): Promise\<void>;<br>Deprecated version: N/A|Class name: DownloadTask<br>Method or attribute name: resume(): Promise\<void>;<br>Deprecated version: 9<br>Substitute API: ohos.request.restore |@ohos.request.d.ts|
|Deprecated version changed|Class name: DownloadTask<br>Method or attribute name: query(callback: AsyncCallback\<DownloadInfo>): void;<br>Deprecated version: N/A|Class name: DownloadTask<br>Method or attribute name: query(callback: AsyncCallback\<DownloadInfo>): void;<br>Deprecated version: 9<br>Substitute API: ohos.request.getTaskInfo |@ohos.request.d.ts|
|Deprecated version changed|Class name: DownloadTask<br>Method or attribute name: query(): Promise\<DownloadInfo>;<br>Deprecated version: N/A|Class name: DownloadTask<br>Method or attribute name: query(): Promise\<DownloadInfo>;<br>Deprecated version: 9<br>Substitute API: ohos.request.getTaskInfo |@ohos.request.d.ts|
|Deprecated version changed|Class name: DownloadTask<br>Method or attribute name: queryMimeType(callback: AsyncCallback\<string>): void;<br>Deprecated version: N/A|Class name: DownloadTask<br>Method or attribute name: queryMimeType(callback: AsyncCallback\<string>): void;<br>Deprecated version: 9<br>Substitute API: ohos.request.getTaskMimeType |@ohos.request.d.ts|
|Deprecated version changed|Class name: DownloadTask<br>Method or attribute name: queryMimeType(): Promise\<string>;<br>Deprecated version: N/A|Class name: DownloadTask<br>Method or attribute name: queryMimeType(): Promise\<string>;<br>Deprecated version: 9<br>Substitute API: ohos.request.getTaskMimeType |@ohos.request.d.ts|
|Deprecated version changed|Class name: UploadTask<br>Method or attribute name: remove(callback: AsyncCallback\<boolean>): void;<br>Deprecated version: N/A|Class name: UploadTask<br>Method or attribute name: remove(callback: AsyncCallback\<boolean>): void;<br>Deprecated version: 9<br>Substitute API: ohos.request.delete |@ohos.request.d.ts|
|Deprecated version changed|Class name: UploadTask<br>Method or attribute name: remove(): Promise\<boolean>;<br>Deprecated version: N/A|Class name: UploadTask<br>Method or attribute name: remove(): Promise\<boolean>;<br>Deprecated version: 9<br>Substitute API: ohos.request.delete |@ohos.request.d.ts|
|Deprecated version changed|Class name: screenLock<br>Method or attribute name: function isScreenLocked(callback: AsyncCallback\<boolean>): void;<br>Deprecated version: N/A|Class name: screenLock<br>Method or attribute name: function isScreenLocked(callback: AsyncCallback\<boolean>): void;<br>Deprecated version: 9<br>Substitute API: N/A|@ohos.screenLock.d.ts|
|Deprecated version changed|Class name: screenLock<br>Method or attribute name: function isScreenLocked(): Promise\<boolean>;<br>Deprecated version: N/A|Class name: screenLock<br>Method or attribute name: function isScreenLocked(): Promise\<boolean>;<br>Deprecated version: 9<br>Substitute API: N/A|@ohos.screenLock.d.ts|
|Deprecated version changed|Class name: screenLock<br>Method or attribute name: function isSecureMode(callback: AsyncCallback\<boolean>): void;<br>Deprecated version: N/A|Class name: screenLock<br>Method or attribute name: function isSecureMode(callback: AsyncCallback\<boolean>): void;<br>Deprecated version: 9<br>Substitute API: N/A|@ohos.screenLock.d.ts|
|Deprecated version changed|Class name: screenLock<br>Method or attribute name: function isSecureMode(): Promise\<boolean>;<br>Deprecated version: N/A|Class name: screenLock<br>Method or attribute name: function isSecureMode(): Promise\<boolean>;<br>Deprecated version: 9<br>Substitute API: N/A|@ohos.screenLock.d.ts|
|Deprecated version changed|Class name: screenLock<br>Method or attribute name: function unlockScreen(callback: AsyncCallback\<void>): void;<br>Deprecated version: N/A|Class name: screenLock<br>Method or attribute name: function unlockScreen(callback: AsyncCallback\<void>): void;<br>Deprecated version: 9<br>Substitute API: N/A|@ohos.screenLock.d.ts|
|Deprecated version changed|Class name: screenLock<br>Method or attribute name: function unlockScreen():Promise\<void>;<br>Deprecated version: N/A|Class name: screenLock<br>Method or attribute name: function unlockScreen():Promise\<void>;<br>Deprecated version: 9<br>Substitute API: N/A|@ohos.screenLock.d.ts|
|Deprecated version changed|Class name: systemTime<br>Deprecated version: N/A|Class name: systemTime<br>Deprecated version: 9<br>Substitute API: ohos.systemDateTime |@ohos.systemTime.d.ts|
|Deprecated version changed|Class name: systemTime<br>Method or attribute name: function setTime(time : number, callback : AsyncCallback\<void>) : void;<br>Deprecated version: N/A|Class name: systemTime<br>Method or attribute name: function setTime(time : number, callback : AsyncCallback\<void>) : void;<br>Deprecated version: 9<br>Substitute API: N/A|@ohos.systemTime.d.ts|
|Deprecated version changed|Class name: systemTime<br>Method or attribute name: function setTime(time : number) : Promise\<void>;<br>Deprecated version: N/A|Class name: systemTime<br>Method or attribute name: function setTime(time : number) : Promise\<void>;<br>Deprecated version: 9<br>Substitute API: N/A|@ohos.systemTime.d.ts|
|Deprecated version changed|Class name: systemTime<br>Method or attribute name: function getCurrentTime(isNano?: boolean): Promise\<number>;<br>Deprecated version: N/A|Class name: systemTime<br>Method or attribute name: function getCurrentTime(isNano?: boolean): Promise\<number>;<br>Deprecated version: 9<br>Substitute API: ohos.systemDateTime/systemDateTime.getCurrentTime |@ohos.systemTime.d.ts|
|Deprecated version changed|Class name: systemTime<br>Method or attribute name: function getRealActiveTime(isNano?: boolean): Promise\<number>;<br>Deprecated version: N/A|Class name: systemTime<br>Method or attribute name: function getRealActiveTime(isNano?: boolean): Promise\<number>;<br>Deprecated version: 9<br>Substitute API: ohos.systemDateTime/systemDateTime.getRealActiveTime |@ohos.systemTime.d.ts|
|Deprecated version changed|Class name: systemTime<br>Method or attribute name: function getRealTime(isNano?: boolean): Promise\<number>;<br>Deprecated version: N/A|Class name: systemTime<br>Method or attribute name: function getRealTime(isNano?: boolean): Promise\<number>;<br>Deprecated version: 9<br>Substitute API: ohos.systemDateTime/systemDateTime.getRealTime |@ohos.systemTime.d.ts|
|Deprecated version changed|Class name: systemTime<br>Method or attribute name: function setDate(date: Date, callback: AsyncCallback\<void>): void;<br>Deprecated version: N/A|Class name: systemTime<br>Method or attribute name: function setDate(date: Date, callback: AsyncCallback\<void>): void;<br>Deprecated version: 9<br>Substitute API: N/A|@ohos.systemTime.d.ts|
|Deprecated version changed|Class name: systemTime<br>Method or attribute name: function setDate(date: Date): Promise\<void>;<br>Deprecated version: N/A|Class name: systemTime<br>Method or attribute name: function setDate(date: Date): Promise\<void>;<br>Deprecated version: 9<br>Substitute API: N/A|@ohos.systemTime.d.ts|
|Deprecated version changed|Class name: systemTime<br>Method or attribute name: function getDate(callback: AsyncCallback\<Date>): void;<br>Deprecated version: N/A|Class name: systemTime<br>Method or attribute name: function getDate(callback: AsyncCallback\<Date>): void;<br>Deprecated version: 9<br>Substitute API: ohos.systemDateTime/systemDateTime.getDate |@ohos.systemTime.d.ts|
|Deprecated version changed|Class name: systemTime<br>Method or attribute name: function getDate(): Promise\<Date>;<br>Deprecated version: N/A|Class name: systemTime<br>Method or attribute name: function getDate(): Promise\<Date>;<br>Deprecated version: 9<br>Substitute API: ohos.systemDateTime/systemDateTime.getDate |@ohos.systemTime.d.ts|
|Deprecated version changed|Class name: systemTime<br>Method or attribute name: function setTimezone(timezone: string, callback: AsyncCallback\<void>): void;<br>Deprecated version: N/A|Class name: systemTime<br>Method or attribute name: function setTimezone(timezone: string, callback: AsyncCallback\<void>): void;<br>Deprecated version: 9<br>Substitute API: N/A|@ohos.systemTime.d.ts|
|Deprecated version changed|Class name: systemTime<br>Method or attribute name: function setTimezone(timezone: string): Promise\<void>;<br>Deprecated version: N/A|Class name: systemTime<br>Method or attribute name: function setTimezone(timezone: string): Promise\<void>;<br>Deprecated version: 9<br>Substitute API: N/A|@ohos.systemTime.d.ts|
|Deprecated version changed|Class name: systemTime<br>Method or attribute name: function getTimezone(callback: AsyncCallback\<string>): void;<br>Deprecated version: N/A|Class name: systemTime<br>Method or attribute name: function getTimezone(callback: AsyncCallback\<string>): void;<br>Deprecated version: 9<br>Substitute API: ohos.systemDateTime/systemDateTime.getTimezone |@ohos.systemTime.d.ts|
|Deprecated version changed|Class name: systemTime<br>Method or attribute name: function getTimezone(): Promise\<string>;<br>Deprecated version: N/A|Class name: systemTime<br>Method or attribute name: function getTimezone(): Promise\<string>;<br>Deprecated version: 9<br>Substitute API: ohos.systemDateTime/systemDateTime.getTimezone |@ohos.systemTime.d.ts|
|Deprecated version changed|Class name: RgbaColor<br>Deprecated version: N/A|Class name: RgbaColor<br>Deprecated version: 9<br>Substitute API: N/A|@ohos.wallpaper.d.ts|
|Deprecated version changed|Class name: wallpaper<br>Method or attribute name: function getColors(wallpaperType: WallpaperType, callback: AsyncCallback\<Array\<RgbaColor>>): void;<br>Deprecated version: N/A|Class name: wallpaper<br>Method or attribute name: function getColors(wallpaperType: WallpaperType, callback: AsyncCallback\<Array\<RgbaColor>>): void;<br>Deprecated version: 9<br>Substitute API: N/A|@ohos.wallpaper.d.ts|
|Deprecated version changed|Class name: wallpaper<br>Method or attribute name: function getColors(wallpaperType: WallpaperType): Promise\<Array\<RgbaColor>>;<br>Deprecated version: N/A|Class name: wallpaper<br>Method or attribute name: function getColors(wallpaperType: WallpaperType): Promise\<Array\<RgbaColor>>;<br>Deprecated version: 9<br>Substitute API: N/A|@ohos.wallpaper.d.ts|
|Deprecated version changed|Class name: wallpaper<br>Method or attribute name: function getId(wallpaperType: WallpaperType, callback: AsyncCallback\<number>): void;<br>Deprecated version: N/A|Class name: wallpaper<br>Method or attribute name: function getId(wallpaperType: WallpaperType, callback: AsyncCallback\<number>): void;<br>Deprecated version: 9<br>Substitute API: N/A|@ohos.wallpaper.d.ts|
|Deprecated version changed|Class name: wallpaper<br>Method or attribute name: function getId(wallpaperType: WallpaperType): Promise\<number>;<br>Deprecated version: N/A|Class name: wallpaper<br>Method or attribute name: function getId(wallpaperType: WallpaperType): Promise\<number>;<br>Deprecated version: 9<br>Substitute API: N/A|@ohos.wallpaper.d.ts|
|Deprecated version changed|Class name: wallpaper<br>Method or attribute name: function getFile(wallpaperType: WallpaperType, callback: AsyncCallback\<number>): void;<br>Deprecated version: N/A|Class name: wallpaper<br>Method or attribute name: function getFile(wallpaperType: WallpaperType, callback: AsyncCallback\<number>): void;<br>Deprecated version: 9<br>Substitute API: N/A|@ohos.wallpaper.d.ts|
|Deprecated version changed|Class name: wallpaper<br>Method or attribute name: function getFile(wallpaperType: WallpaperType): Promise\<number>;<br>Deprecated version: N/A|Class name: wallpaper<br>Method or attribute name: function getFile(wallpaperType: WallpaperType): Promise\<number>;<br>Deprecated version: 9<br>Substitute API: N/A|@ohos.wallpaper.d.ts|
|Deprecated version changed|Class name: wallpaper<br>Method or attribute name: function getMinHeight(callback: AsyncCallback\<number>): void;<br>Deprecated version: N/A|Class name: wallpaper<br>Method or attribute name: function getMinHeight(callback: AsyncCallback\<number>): void;<br>Deprecated version: 9<br>Substitute API: N/A|@ohos.wallpaper.d.ts|
|Deprecated version changed|Class name: wallpaper<br>Method or attribute name: function getMinHeight(): Promise\<number>;<br>Deprecated version: N/A|Class name: wallpaper<br>Method or attribute name: function getMinHeight(): Promise\<number>;<br>Deprecated version: 9<br>Substitute API: N/A|@ohos.wallpaper.d.ts|
|Deprecated version changed|Class name: wallpaper<br>Method or attribute name: function getMinWidth(callback: AsyncCallback\<number>): void;<br>Deprecated version: N/A|Class name: wallpaper<br>Method or attribute name: function getMinWidth(callback: AsyncCallback\<number>): void;<br>Deprecated version: 9<br>Substitute API: N/A|@ohos.wallpaper.d.ts|
|Deprecated version changed|Class name: wallpaper<br>Method or attribute name: function getMinWidth(): Promise\<number>;<br>Deprecated version: N/A|Class name: wallpaper<br>Method or attribute name: function getMinWidth(): Promise\<number>;<br>Deprecated version: 9<br>Substitute API: N/A|@ohos.wallpaper.d.ts|
|Deprecated version changed|Class name: wallpaper<br>Method or attribute name: function isChangePermitted(callback: AsyncCallback\<boolean>): void;<br>Deprecated version: N/A|Class name: wallpaper<br>Method or attribute name: function isChangePermitted(callback: AsyncCallback\<boolean>): void;<br>Deprecated version: 9<br>Substitute API: N/A|@ohos.wallpaper.d.ts|
|Deprecated version changed|Class name: wallpaper<br>Method or attribute name: function isChangePermitted(): Promise\<boolean>;<br>Deprecated version: N/A|Class name: wallpaper<br>Method or attribute name: function isChangePermitted(): Promise\<boolean>;<br>Deprecated version: 9<br>Substitute API: N/A|@ohos.wallpaper.d.ts|
|Deprecated version changed|Class name: wallpaper<br>Method or attribute name: function isOperationAllowed(callback: AsyncCallback\<boolean>): void;<br>Deprecated version: N/A|Class name: wallpaper<br>Method or attribute name: function isOperationAllowed(callback: AsyncCallback\<boolean>): void;<br>Deprecated version: 9<br>Substitute API: N/A|@ohos.wallpaper.d.ts|
|Deprecated version changed|Class name: wallpaper<br>Method or attribute name: function isOperationAllowed(): Promise\<boolean>;<br>Deprecated version: N/A|Class name: wallpaper<br>Method or attribute name: function isOperationAllowed(): Promise\<boolean>;<br>Deprecated version: 9<br>Substitute API: N/A|@ohos.wallpaper.d.ts|
|Deprecated version changed|Class name: wallpaper<br>Method or attribute name: function reset(wallpaperType: WallpaperType, callback: AsyncCallback\<void>): void;<br>Deprecated version: N/A|Class name: wallpaper<br>Method or attribute name: function reset(wallpaperType: WallpaperType, callback: AsyncCallback\<void>): void;<br>Deprecated version: 9<br>Substitute API: N/A|@ohos.wallpaper.d.ts|
|Deprecated version changed|Class name: wallpaper<br>Method or attribute name: function reset(wallpaperType: WallpaperType): Promise\<void>;<br>Deprecated version: N/A|Class name: wallpaper<br>Method or attribute name: function reset(wallpaperType: WallpaperType): Promise\<void>;<br>Deprecated version: 9<br>Substitute API: N/A|@ohos.wallpaper.d.ts|
|Deprecated version changed|Class name: wallpaper<br>Method or attribute name: function setWallpaper(source: string \| image.PixelMap, wallpaperType: WallpaperType, callback: AsyncCallback\<void>): void;<br>Deprecated version: N/A|Class name: wallpaper<br>Method or attribute name: function setWallpaper(source: string \| image.PixelMap, wallpaperType: WallpaperType, callback: AsyncCallback\<void>): void;<br>Deprecated version: 9<br>Substitute API: N/A|@ohos.wallpaper.d.ts|
|Deprecated version changed|Class name: wallpaper<br>Method or attribute name: function setWallpaper(source: string \| image.PixelMap, wallpaperType: WallpaperType): Promise\<void>;<br>Deprecated version: N/A|Class name: wallpaper<br>Method or attribute name: function setWallpaper(source: string \| image.PixelMap, wallpaperType: WallpaperType): Promise\<void>;<br>Deprecated version: 9<br>Substitute API: N/A|@ohos.wallpaper.d.ts|
|Deprecated version changed|Class name: wallpaper<br>Method or attribute name: function getPixelMap(wallpaperType: WallpaperType, callback: AsyncCallback\<image.PixelMap>): void;<br>Deprecated version: N/A|Class name: wallpaper<br>Method or attribute name: function getPixelMap(wallpaperType: WallpaperType, callback: AsyncCallback\<image.PixelMap>): void;<br>Deprecated version: 9<br>Substitute API: N/A|@ohos.wallpaper.d.ts|
|Deprecated version changed|Class name: wallpaper<br>Method or attribute name: function getPixelMap(wallpaperType: WallpaperType): Promise\<image.PixelMap>;<br>Deprecated version: N/A|Class name: wallpaper<br>Method or attribute name: function getPixelMap(wallpaperType: WallpaperType): Promise\<image.PixelMap>;<br>Deprecated version: 9<br>Substitute API: N/A|@ohos.wallpaper.d.ts|
|Deprecated version changed|Class name: wallpaper<br>Method or attribute name: function on(type: 'colorChange', callback: (colors: Array\<RgbaColor>, wallpaperType: WallpaperType) => void): void;<br>Deprecated version: N/A|Class name: wallpaper<br>Method or attribute name: function on(type: 'colorChange', callback: (colors: Array\<RgbaColor>, wallpaperType: WallpaperType) => void): void;<br>Deprecated version: 9<br>Substitute API: N/A|@ohos.wallpaper.d.ts|
|Deprecated version changed|Class name: wallpaper<br>Method or attribute name: function off(type: 'colorChange', callback?: (colors: Array\<RgbaColor>, wallpaperType: WallpaperType) => void): void;<br>Deprecated version: N/A|Class name: wallpaper<br>Method or attribute name: function off(type: 'colorChange', callback?: (colors: Array\<RgbaColor>, wallpaperType: WallpaperType) => void): void;<br>Deprecated version: 9<br>Substitute API: N/A|@ohos.wallpaper.d.ts|
|Deprecated version changed|Class name: UploadResponse<br>Deprecated version: N/A|Class name: UploadResponse<br>Deprecated version: 9<br>Substitute API: ohos.request |@system.request.d.ts|
|Deprecated version changed|Class name: UploadResponse<br>Method or attribute name: code: number;<br>Deprecated version: N/A|Class name: UploadResponse<br>Method or attribute name: code: number;<br>Deprecated version: 9<br>Substitute API: N/A|@system.request.d.ts|
|Deprecated version changed|Class name: UploadResponse<br>Method or attribute name: data: string;<br>Deprecated version: N/A|Class name: UploadResponse<br>Method or attribute name: data: string;<br>Deprecated version: 9<br>Substitute API: N/A|@system.request.d.ts|
|Deprecated version changed|Class name: UploadResponse<br>Method or attribute name: headers: Object;<br>Deprecated version: N/A|Class name: UploadResponse<br>Method or attribute name: headers: Object;<br>Deprecated version: 9<br>Substitute API: N/A|@system.request.d.ts|
|Deprecated version changed|Class name: DownloadResponse<br>Deprecated version: N/A|Class name: DownloadResponse<br>Deprecated version: 9<br>Substitute API: N/A|@system.request.d.ts|
|Deprecated version changed|Class name: DownloadResponse<br>Method or attribute name: token: string;<br>Deprecated version: N/A|Class name: DownloadResponse<br>Method or attribute name: token: string;<br>Deprecated version: 9<br>Substitute API: N/A|@system.request.d.ts|
|Deprecated version changed|Class name: OnDownloadCompleteResponse<br>Deprecated version: N/A|Class name: OnDownloadCompleteResponse<br>Deprecated version: 9<br>Substitute API: N/A|@system.request.d.ts|
|Deprecated version changed|Class name: OnDownloadCompleteResponse<br>Method or attribute name: uri: string;<br>Deprecated version: N/A|Class name: OnDownloadCompleteResponse<br>Method or attribute name: uri: string;<br>Deprecated version: 9<br>Substitute API: N/A|@system.request.d.ts|
|Deprecated version changed|Class name: RequestFile<br>Deprecated version: N/A|Class name: RequestFile<br>Deprecated version: 9<br>Substitute API: N/A|@system.request.d.ts|
|Deprecated version changed|Class name: RequestFile<br>Method or attribute name: filename?: string;<br>Deprecated version: N/A|Class name: RequestFile<br>Method or attribute name: filename?: string;<br>Deprecated version: 9<br>Substitute API: N/A|@system.request.d.ts|
|Deprecated version changed|Class name: RequestFile<br>Method or attribute name: name?: string;<br>Deprecated version: N/A|Class name: RequestFile<br>Method or attribute name: name?: string;<br>Deprecated version: 9<br>Substitute API: N/A|@system.request.d.ts|
|Deprecated version changed|Class name: RequestFile<br>Method or attribute name: uri: string;<br>Deprecated version: N/A|Class name: RequestFile<br>Method or attribute name: uri: string;<br>Deprecated version: 9<br>Substitute API: N/A|@system.request.d.ts|
|Deprecated version changed|Class name: RequestFile<br>Method or attribute name: type?: string;<br>Deprecated version: N/A|Class name: RequestFile<br>Method or attribute name: type?: string;<br>Deprecated version: 9<br>Substitute API: N/A|@system.request.d.ts|
|Deprecated version changed|Class name: RequestData<br>Deprecated version: N/A|Class name: RequestData<br>Deprecated version: 9<br>Substitute API: N/A|@system.request.d.ts|
|Deprecated version changed|Class name: RequestData<br>Method or attribute name: name: string;<br>Deprecated version: N/A|Class name: RequestData<br>Method or attribute name: name: string;<br>Deprecated version: 9<br>Substitute API: N/A|@system.request.d.ts|
|Deprecated version changed|Class name: RequestData<br>Method or attribute name: value: string;<br>Deprecated version: N/A|Class name: RequestData<br>Method or attribute name: value: string;<br>Deprecated version: 9<br>Substitute API: N/A|@system.request.d.ts|
|Deprecated version changed|Class name: UploadRequestOptions<br>Deprecated version: N/A|Class name: UploadRequestOptions<br>Deprecated version: 9<br>Substitute API: N/A|@system.request.d.ts|
|Deprecated version changed|Class name: UploadRequestOptions<br>Method or attribute name: url: string;<br>Deprecated version: N/A|Class name: UploadRequestOptions<br>Method or attribute name: url: string;<br>Deprecated version: 9<br>Substitute API: N/A|@system.request.d.ts|
|Deprecated version changed|Class name: UploadRequestOptions<br>Method or attribute name: data?: Array\<RequestData>;<br>Deprecated version: N/A|Class name: UploadRequestOptions<br>Method or attribute name: data?: Array\<RequestData>;<br>Deprecated version: 9<br>Substitute API: N/A|@system.request.d.ts|
|Deprecated version changed|Class name: UploadRequestOptions<br>Method or attribute name: files: Array\<RequestFile>;<br>Deprecated version: N/A|Class name: UploadRequestOptions<br>Method or attribute name: files: Array\<RequestFile>;<br>Deprecated version: 9<br>Substitute API: N/A|@system.request.d.ts|
|Deprecated version changed|Class name: UploadRequestOptions<br>Method or attribute name: header?: Object;<br>Deprecated version: N/A|Class name: UploadRequestOptions<br>Method or attribute name: header?: Object;<br>Deprecated version: 9<br>Substitute API: N/A|@system.request.d.ts|
|Deprecated version changed|Class name: UploadRequestOptions<br>Method or attribute name: method?: string;<br>Deprecated version: N/A|Class name: UploadRequestOptions<br>Method or attribute name: method?: string;<br>Deprecated version: 9<br>Substitute API: N/A|@system.request.d.ts|
|Deprecated version changed|Class name: UploadRequestOptions<br>Method or attribute name: success?: (data: UploadResponse) => void;<br>Deprecated version: N/A|Class name: UploadRequestOptions<br>Method or attribute name: success?: (data: UploadResponse) => void;<br>Deprecated version: 9<br>Substitute API: N/A|@system.request.d.ts|
|Deprecated version changed|Class name: UploadRequestOptions<br>Method or attribute name: fail?: (data: any, code: number) => void;<br>Deprecated version: N/A|Class name: UploadRequestOptions<br>Method or attribute name: fail?: (data: any, code: number) => void;<br>Deprecated version: 9<br>Substitute API: N/A|@system.request.d.ts|
|Deprecated version changed|Class name: UploadRequestOptions<br>Method or attribute name: complete?: () => void;<br>Deprecated version: N/A|Class name: UploadRequestOptions<br>Method or attribute name: complete?: () => void;<br>Deprecated version: 9<br>Substitute API: N/A|@system.request.d.ts|
|Deprecated version changed|Class name: DownloadRequestOptions<br>Deprecated version: N/A|Class name: DownloadRequestOptions<br>Deprecated version: 9<br>Substitute API: N/A|@system.request.d.ts|
|Deprecated version changed|Class name: DownloadRequestOptions<br>Method or attribute name: url: string;<br>Deprecated version: N/A|Class name: DownloadRequestOptions<br>Method or attribute name: url: string;<br>Deprecated version: 9<br>Substitute API: N/A|@system.request.d.ts|
|Deprecated version changed|Class name: DownloadRequestOptions<br>Method or attribute name: filename?: string;<br>Deprecated version: N/A|Class name: DownloadRequestOptions<br>Method or attribute name: filename?: string;<br>Deprecated version: 9<br>Substitute API: N/A|@system.request.d.ts|
|Deprecated version changed|Class name: DownloadRequestOptions<br>Method or attribute name: header?: string;<br>Deprecated version: N/A|Class name: DownloadRequestOptions<br>Method or attribute name: header?: string;<br>Deprecated version: 9<br>Substitute API: N/A|@system.request.d.ts|
|Deprecated version changed|Class name: DownloadRequestOptions<br>Method or attribute name: description?: string;<br>Deprecated version: N/A|Class name: DownloadRequestOptions<br>Method or attribute name: description?: string;<br>Deprecated version: 9<br>Substitute API: N/A|@system.request.d.ts|
|Deprecated version changed|Class name: DownloadRequestOptions<br>Method or attribute name: success?: (data: DownloadResponse) => void;<br>Deprecated version: N/A|Class name: DownloadRequestOptions<br>Method or attribute name: success?: (data: DownloadResponse) => void;<br>Deprecated version: 9<br>Substitute API: N/A|@system.request.d.ts|
|Deprecated version changed|Class name: DownloadRequestOptions<br>Method or attribute name: fail?: (data: any, code: number) => void;<br>Deprecated version: N/A|Class name: DownloadRequestOptions<br>Method or attribute name: fail?: (data: any, code: number) => void;<br>Deprecated version: 9<br>Substitute API: N/A|@system.request.d.ts|
|Deprecated version changed|Class name: DownloadRequestOptions<br>Method or attribute name: complete?: () => void;<br>Deprecated version: N/A|Class name: DownloadRequestOptions<br>Method or attribute name: complete?: () => void;<br>Deprecated version: 9<br>Substitute API: N/A|@system.request.d.ts|
|Deprecated version changed|Class name: OnDownloadCompleteOptions<br>Deprecated version: N/A|Class name: OnDownloadCompleteOptions<br>Deprecated version: 9<br>Substitute API: N/A|@system.request.d.ts|
|Deprecated version changed|Class name: OnDownloadCompleteOptions<br>Method or attribute name: token: string;<br>Deprecated version: N/A|Class name: OnDownloadCompleteOptions<br>Method or attribute name: token: string;<br>Deprecated version: 9<br>Substitute API: N/A|@system.request.d.ts|
|Deprecated version changed|Class name: OnDownloadCompleteOptions<br>Method or attribute name: success?: (data: OnDownloadCompleteResponse) => void;<br>Deprecated version: N/A|Class name: OnDownloadCompleteOptions<br>Method or attribute name: success?: (data: OnDownloadCompleteResponse) => void;<br>Deprecated version: 9<br>Substitute API: N/A|@system.request.d.ts|
|Deprecated version changed|Class name: OnDownloadCompleteOptions<br>Method or attribute name: fail?: (data: any, code: number) => void;<br>Deprecated version: N/A|Class name: OnDownloadCompleteOptions<br>Method or attribute name: fail?: (data: any, code: number) => void;<br>Deprecated version: 9<br>Substitute API: N/A|@system.request.d.ts|
|Deprecated version changed|Class name: OnDownloadCompleteOptions<br>Method or attribute name: complete?: () => void;<br>Deprecated version: N/A|Class name: OnDownloadCompleteOptions<br>Method or attribute name: complete?: () => void;<br>Deprecated version: 9<br>Substitute API: N/A|@system.request.d.ts|
|Deprecated version changed|Class name: Request<br>Deprecated version: N/A|Class name: Request<br>Deprecated version: 9<br>Substitute API: N/A|@system.request.d.ts|
|Deprecated version changed|Class name: Request<br>Method or attribute name: static upload(options: UploadRequestOptions): void;<br>Deprecated version: N/A|Class name: Request<br>Method or attribute name: static upload(options: UploadRequestOptions): void;<br>Deprecated version: 9<br>Substitute API: N/A|@system.request.d.ts|
|Deprecated version changed|Class name: Request<br>Method or attribute name: static download(options: DownloadRequestOptions): void;<br>Deprecated version: N/A|Class name: Request<br>Method or attribute name: static download(options: DownloadRequestOptions): void;<br>Deprecated version: 9<br>Substitute API: N/A|@system.request.d.ts|
|Deprecated version changed|Class name: Request<br>Method or attribute name: static onDownloadComplete(options: OnDownloadCompleteOptions): void;<br>Deprecated version: N/A|Class name: Request<br>Method or attribute name: static onDownloadComplete(options: OnDownloadCompleteOptions): void;<br>Deprecated version: 9<br>Substitute API: N/A|@system.request.d.ts|
|Initial version changed|Class name: DownloadTask<br>Initial version: N/A|Class name: DownloadTask<br>Initial version: 6|@ohos.request.d.ts|
|Initial version changed|Class name: UploadTask<br>Initial version: N/A|Class name: UploadTask<br>Initial version: 6|@ohos.request.d.ts|
|Initial version changed|Class name: systemTimer<br>Method or attribute name: const TIMER_TYPE_REALTIME: number;<br>Initial version: N/A|Class name: systemTimer<br>Method or attribute name: const TIMER_TYPE_REALTIME: number;<br>Initial version: 7|@ohos.systemTimer.d.ts|
|Initial version changed|Class name: systemTimer<br>Method or attribute name: const TIMER_TYPE_WAKEUP: number;<br>Initial version: N/A|Class name: systemTimer<br>Method or attribute name: const TIMER_TYPE_WAKEUP: number;<br>Initial version: 7|@ohos.systemTimer.d.ts|
|Initial version changed|Class name: systemTimer<br>Method or attribute name: const TIMER_TYPE_EXACT: number;<br>Initial version: N/A|Class name: systemTimer<br>Method or attribute name: const TIMER_TYPE_EXACT: number;<br>Initial version: 7|@ohos.systemTimer.d.ts|
|Initial version changed|Class name: systemTimer<br>Method or attribute name: const TIMER_TYPE_IDLE: number;<br>Initial version: N/A|Class name: systemTimer<br>Method or attribute name: const TIMER_TYPE_IDLE: number;<br>Initial version: 7|@ohos.systemTimer.d.ts|
|Initial version changed|Class name: systemTimer<br>Method or attribute name: function createTimer(options: TimerOptions, callback: AsyncCallback\<number>): void;<br>Initial version: N/A|Class name: systemTimer<br>Method or attribute name: function createTimer(options: TimerOptions, callback: AsyncCallback\<number>): void;<br>Initial version: 7|@ohos.systemTimer.d.ts|
|Initial version changed|Class name: systemTimer<br>Method or attribute name: function createTimer(options: TimerOptions): Promise\<number>;<br>Initial version: N/A|Class name: systemTimer<br>Method or attribute name: function createTimer(options: TimerOptions): Promise\<number>;<br>Initial version: 7|@ohos.systemTimer.d.ts|
|Initial version changed|Class name: systemTimer<br>Method or attribute name: function startTimer(timer: number, triggerTime: number, callback: AsyncCallback\<void>): void;<br>Initial version: N/A|Class name: systemTimer<br>Method or attribute name: function startTimer(timer: number, triggerTime: number, callback: AsyncCallback\<void>): void;<br>Initial version: 7|@ohos.systemTimer.d.ts|
|Initial version changed|Class name: systemTimer<br>Method or attribute name: function startTimer(timer: number, triggerTime: number): Promise\<void>;<br>Initial version: N/A|Class name: systemTimer<br>Method or attribute name: function startTimer(timer: number, triggerTime: number): Promise\<void>;<br>Initial version: 7|@ohos.systemTimer.d.ts|
|Initial version changed|Class name: systemTimer<br>Method or attribute name: function stopTimer(timer: number, callback: AsyncCallback\<void>): void;<br>Initial version: N/A|Class name: systemTimer<br>Method or attribute name: function stopTimer(timer: number, callback: AsyncCallback\<void>): void;<br>Initial version: 7|@ohos.systemTimer.d.ts|
|Initial version changed|Class name: systemTimer<br>Method or attribute name: function stopTimer(timer: number): Promise\<void>;<br>Initial version: N/A|Class name: systemTimer<br>Method or attribute name: function stopTimer(timer: number): Promise\<void>;<br>Initial version: 7|@ohos.systemTimer.d.ts|
|Initial version changed|Class name: systemTimer<br>Method or attribute name: function destroyTimer(timer: number, callback: AsyncCallback\<void>): void;<br>Initial version: N/A|Class name: systemTimer<br>Method or attribute name: function destroyTimer(timer: number, callback: AsyncCallback\<void>): void;<br>Initial version: 7|@ohos.systemTimer.d.ts|
|Initial version changed|Class name: systemTimer<br>Method or attribute name: function destroyTimer(timer: number): Promise\<void>;<br>Initial version: N/A|Class name: systemTimer<br>Method or attribute name: function destroyTimer(timer: number): Promise\<void>;<br>Initial version: 7|@ohos.systemTimer.d.ts|
|Initial version changed|Class name: TimerOptions<br>Initial version: N/A|Class name: TimerOptions<br>Initial version: 7|@ohos.systemTimer.d.ts|
|Initial version changed|Class name: TimerOptions<br>Method or attribute name: type: number;<br>Initial version: N/A|Class name: TimerOptions<br>Method or attribute name: type: number;<br>Initial version: 7|@ohos.systemTimer.d.ts|
|Initial version changed|Class name: TimerOptions<br>Method or attribute name: repeat: boolean;<br>Initial version: N/A|Class name: TimerOptions<br>Method or attribute name: repeat: boolean;<br>Initial version: 7|@ohos.systemTimer.d.ts|
|Initial version changed|Class name: TimerOptions<br>Method or attribute name: interval?: number;<br>Initial version: N/A|Class name: TimerOptions<br>Method or attribute name: interval?: number;<br>Initial version: 7|@ohos.systemTimer.d.ts|
|Initial version changed|Class name: TimerOptions<br>Method or attribute name: wantAgent?: WantAgent;<br>Initial version: N/A|Class name: TimerOptions<br>Method or attribute name: wantAgent?: WantAgent;<br>Initial version: 7|@ohos.systemTimer.d.ts|
|Initial version changed|Class name: TimerOptions<br>Method or attribute name: callback?: () => void;<br>Initial version: N/A|Class name: TimerOptions<br>Method or attribute name: callback?: () => void;<br>Initial version: 7|@ohos.systemTimer.d.ts|
|Initial version changed|Class name: RgbaColor<br>Initial version: N/A|Class name: RgbaColor<br>Initial version: 7|@ohos.wallpaper.d.ts|
|Initial version changed|Class name: WallpaperType<br>Initial version: N/A|Class name: WallpaperType<br>Initial version: 7|@ohos.wallpaper.d.ts|
|Initial version changed|Class name: wallpaper<br>Method or attribute name: function getColors(wallpaperType: WallpaperType, callback: AsyncCallback\<Array\<RgbaColor>>): void;<br>Initial version: N/A|Class name: wallpaper<br>Method or attribute name: function getColors(wallpaperType: WallpaperType, callback: AsyncCallback\<Array\<RgbaColor>>): void;<br>Initial version: 7|@ohos.wallpaper.d.ts|
|Initial version changed|Class name: wallpaper<br>Method or attribute name: function getColors(wallpaperType: WallpaperType): Promise\<Array\<RgbaColor>>;<br>Initial version: N/A|Class name: wallpaper<br>Method or attribute name: function getColors(wallpaperType: WallpaperType): Promise\<Array\<RgbaColor>>;<br>Initial version: 7|@ohos.wallpaper.d.ts|
|Initial version changed|Class name: wallpaper<br>Method or attribute name: function getId(wallpaperType: WallpaperType, callback: AsyncCallback\<number>): void;<br>Initial version: N/A|Class name: wallpaper<br>Method or attribute name: function getId(wallpaperType: WallpaperType, callback: AsyncCallback\<number>): void;<br>Initial version: 7|@ohos.wallpaper.d.ts|
|Initial version changed|Class name: wallpaper<br>Method or attribute name: function getId(wallpaperType: WallpaperType): Promise\<number>;<br>Initial version: N/A|Class name: wallpaper<br>Method or attribute name: function getId(wallpaperType: WallpaperType): Promise\<number>;<br>Initial version: 7|@ohos.wallpaper.d.ts|
|Initial version changed|Class name: wallpaper<br>Method or attribute name: function getMinHeight(callback: AsyncCallback\<number>): void;<br>Initial version: N/A|Class name: wallpaper<br>Method or attribute name: function getMinHeight(callback: AsyncCallback\<number>): void;<br>Initial version: 7|@ohos.wallpaper.d.ts|
|Initial version changed|Class name: wallpaper<br>Method or attribute name: function getMinHeight(): Promise\<number>;<br>Initial version: N/A|Class name: wallpaper<br>Method or attribute name: function getMinHeight(): Promise\<number>;<br>Initial version: 7|@ohos.wallpaper.d.ts|
|Initial version changed|Class name: wallpaper<br>Method or attribute name: function getMinWidth(callback: AsyncCallback\<number>): void;<br>Initial version: N/A|Class name: wallpaper<br>Method or attribute name: function getMinWidth(callback: AsyncCallback\<number>): void;<br>Initial version: 7|@ohos.wallpaper.d.ts|
|Initial version changed|Class name: wallpaper<br>Method or attribute name: function getMinWidth(): Promise\<number>;<br>Initial version: N/A|Class name: wallpaper<br>Method or attribute name: function getMinWidth(): Promise\<number>;<br>Initial version: 7|@ohos.wallpaper.d.ts|
|Initial version changed|Class name: wallpaper<br>Method or attribute name: function isChangePermitted(callback: AsyncCallback\<boolean>): void;<br>Initial version: N/A|Class name: wallpaper<br>Method or attribute name: function isChangePermitted(callback: AsyncCallback\<boolean>): void;<br>Initial version: 7|@ohos.wallpaper.d.ts|
|Initial version changed|Class name: wallpaper<br>Method or attribute name: function isChangePermitted(): Promise\<boolean>;<br>Initial version: N/A|Class name: wallpaper<br>Method or attribute name: function isChangePermitted(): Promise\<boolean>;<br>Initial version: 7|@ohos.wallpaper.d.ts|
|Initial version changed|Class name: wallpaper<br>Method or attribute name: function isOperationAllowed(callback: AsyncCallback\<boolean>): void;<br>Initial version: N/A|Class name: wallpaper<br>Method or attribute name: function isOperationAllowed(callback: AsyncCallback\<boolean>): void;<br>Initial version: 7|@ohos.wallpaper.d.ts|
|Initial version changed|Class name: wallpaper<br>Method or attribute name: function isOperationAllowed(): Promise\<boolean>;<br>Initial version: N/A|Class name: wallpaper<br>Method or attribute name: function isOperationAllowed(): Promise\<boolean>;<br>Initial version: 7|@ohos.wallpaper.d.ts|
|Initial version changed|Class name: wallpaper<br>Method or attribute name: function reset(wallpaperType: WallpaperType, callback: AsyncCallback\<void>): void;<br>Initial version: N/A|Class name: wallpaper<br>Method or attribute name: function reset(wallpaperType: WallpaperType, callback: AsyncCallback\<void>): void;<br>Initial version: 7|@ohos.wallpaper.d.ts|
|Initial version changed|Class name: wallpaper<br>Method or attribute name: function reset(wallpaperType: WallpaperType): Promise\<void>;<br>Initial version: N/A|Class name: wallpaper<br>Method or attribute name: function reset(wallpaperType: WallpaperType): Promise\<void>;<br>Initial version: 7|@ohos.wallpaper.d.ts|
|Initial version changed|Class name: wallpaper<br>Method or attribute name: function setWallpaper(source: string \| image.PixelMap, wallpaperType: WallpaperType, callback: AsyncCallback\<void>): void;<br>Initial version: N/A|Class name: wallpaper<br>Method or attribute name: function setWallpaper(source: string \| image.PixelMap, wallpaperType: WallpaperType, callback: AsyncCallback\<void>): void;<br>Initial version: 7|@ohos.wallpaper.d.ts|
|Initial version changed|Class name: wallpaper<br>Method or attribute name: function setWallpaper(source: string \| image.PixelMap, wallpaperType: WallpaperType): Promise\<void>;<br>Initial version: N/A|Class name: wallpaper<br>Method or attribute name: function setWallpaper(source: string \| image.PixelMap, wallpaperType: WallpaperType): Promise\<void>;<br>Initial version: 7|@ohos.wallpaper.d.ts|
|Initial version changed|Class name: wallpaper<br>Method or attribute name: function getPixelMap(wallpaperType: WallpaperType, callback: AsyncCallback\<image.PixelMap>): void;<br>Initial version: N/A|Class name: wallpaper<br>Method or attribute name: function getPixelMap(wallpaperType: WallpaperType, callback: AsyncCallback\<image.PixelMap>): void;<br>Initial version: 7|@ohos.wallpaper.d.ts|
|Initial version changed|Class name: wallpaper<br>Method or attribute name: function getPixelMap(wallpaperType: WallpaperType): Promise\<image.PixelMap>;<br>Initial version: N/A|Class name: wallpaper<br>Method or attribute name: function getPixelMap(wallpaperType: WallpaperType): Promise\<image.PixelMap>;<br>Initial version: 7|@ohos.wallpaper.d.ts|
|Initial version changed|Class name: wallpaper<br>Method or attribute name: function on(type: 'colorChange', callback: (colors: Array\<RgbaColor>, wallpaperType: WallpaperType) => void): void;<br>Initial version: N/A|Class name: wallpaper<br>Method or attribute name: function on(type: 'colorChange', callback: (colors: Array\<RgbaColor>, wallpaperType: WallpaperType) => void): void;<br>Initial version: 7|@ohos.wallpaper.d.ts|
|Initial version changed|Class name: wallpaper<br>Method or attribute name: function off(type: 'colorChange', callback?: (colors: Array\<RgbaColor>, wallpaperType: WallpaperType) => void): void;<br>Initial version: N/A|Class name: wallpaper<br>Method or attribute name: function off(type: 'colorChange', callback?: (colors: Array\<RgbaColor>, wallpaperType: WallpaperType) => void): void;<br>Initial version: 7|@ohos.wallpaper.d.ts|
|Initial version changed|Class name: Request<br>Method or attribute name: static upload(options: UploadRequestOptions): void;<br>Initial version: N/A|Class name: Request<br>Method or attribute name: static upload(options: UploadRequestOptions): void;<br>Initial version: 3|@system.request.d.ts|
|Initial version changed|Class name: Request<br>Method or attribute name: static download(options: DownloadRequestOptions): void;<br>Initial version: N/A|Class name: Request<br>Method or attribute name: static download(options: DownloadRequestOptions): void;<br>Initial version: 3|@system.request.d.ts|
|Initial version changed|Class name: Request<br>Method or attribute name: static onDownloadComplete(options: OnDownloadCompleteOptions): void;<br>Initial version: N/A|Class name: Request<br>Method or attribute name: static onDownloadComplete(options: OnDownloadCompleteOptions): void;<br>Initial version: 3|@system.request.d.ts|
|Permission changed|Class name: wallpaper<br>Method or attribute name: function getPixelMap(wallpaperType: WallpaperType, callback: AsyncCallback\<image.PixelMap>): void;<br>Permission: ohos.permission.READ_USER_STORAGE|Class name: wallpaper<br>Method or attribute name: function getPixelMap(wallpaperType: WallpaperType, callback: AsyncCallback\<image.PixelMap>): void;<br>Permission: ohos.permission.GET_WALLPAPER|@ohos.wallpaper.d.ts|
|Permission changed|Class name: wallpaper<br>Method or attribute name: function getPixelMap(wallpaperType: WallpaperType): Promise\<image.PixelMap>;<br>Permission: ohos.permission.READ_USER_STORAGE|Class name: wallpaper<br>Method or attribute name: function getPixelMap(wallpaperType: WallpaperType): Promise\<image.PixelMap>;<br>Permission: ohos.permission.GET_WALLPAPER|@ohos.wallpaper.d.ts|
|Error code added|NA|Class name: SystemPasteboard<br>Method or attribute name: on(type: 'update', callback: () => void): void;<br>Error code: 401|@ohos.pasteboard.d.ts|
|Error code added|NA|Class name: SystemPasteboard<br>Method or attribute name: off(type: 'update', callback?: () => void): void;<br>Error code: 401|@ohos.pasteboard.d.ts|
|Error code added|NA|Class name: systemTimer<br>Method or attribute name: function createTimer(options: TimerOptions, callback: AsyncCallback\<number>): void;<br>Error code: 202, 401|@ohos.systemTimer.d.ts|
|Error code added|NA|Class name: systemTimer<br>Method or attribute name: function createTimer(options: TimerOptions): Promise\<number>;<br>Error code: 202, 401|@ohos.systemTimer.d.ts|
|Error code added|NA|Class name: systemTimer<br>Method or attribute name: function startTimer(timer: number, triggerTime: number, callback: AsyncCallback\<void>): void;<br>Error code: 202, 401|@ohos.systemTimer.d.ts|
|Error code added|NA|Class name: systemTimer<br>Method or attribute name: function startTimer(timer: number, triggerTime: number): Promise\<void>;<br>Error code: 202, 401|@ohos.systemTimer.d.ts|
|Error code added|NA|Class name: systemTimer<br>Method or attribute name: function stopTimer(timer: number, callback: AsyncCallback\<void>): void;<br>Error code: 202, 401|@ohos.systemTimer.d.ts|
|Error code added|NA|Class name: systemTimer<br>Method or attribute name: function stopTimer(timer: number): Promise\<void>;<br>Error code: 202, 401|@ohos.systemTimer.d.ts|
|Error code added|NA|Class name: systemTimer<br>Method or attribute name: function destroyTimer(timer: number, callback: AsyncCallback\<void>): void;<br>Error code: 202, 401|@ohos.systemTimer.d.ts|
|Error code added|NA|Class name: systemTimer<br>Method or attribute name: function destroyTimer(timer: number): Promise\<void>;<br>Error code: 202, 401|@ohos.systemTimer.d.ts|
|Permission added|Class name: DownloadTask<br>Permission: N/A|Class name: DownloadTask<br>Permission: ohos.permission.INTERNET|@ohos.request.d.ts|
|Permission added|Class name: UploadTask<br>Permission: N/A|Class name: UploadTask<br>Permission: ohos.permission.INTERNET|@ohos.request.d.ts|
|SysCap changed|Class name: DownloadTask<br>SysCap: N/A|Class name: DownloadTask<br>SysCap:SystemCapability.MiscServices.Download|@ohos.request.d.ts|
|SysCap changed|Class name: UploadTask<br>SysCap: N/A|Class name: UploadTask<br>SysCap:SystemCapability.MiscServices.Download|@ohos.request.d.ts|
|Function changed|Class name: systemTime<br>Method or attribute name: function getCurrentTime(isNano?: boolean, callback: AsyncCallback\<number>): void;<br>|Class name: systemTime<br>Method or attribute name: function getCurrentTime(isNano: boolean, callback: AsyncCallback\<number>): void;<br>|@ohos.systemTime.d.ts|
|Function changed|Class name: systemTime<br>Method or attribute name: function getCurrentTime(isNano?: boolean, callback: AsyncCallback\<number>): void;<br>|Class name: systemTime<br>Method or attribute name: function getCurrentTime(callback: AsyncCallback\<number>): void;<br>|@ohos.systemTime.d.ts|
|Function changed|Class name: systemTime<br>Method or attribute name: function getRealActiveTime(isNano?: boolean, callback: AsyncCallback\<number>): void;<br>|Class name: systemTime<br>Method or attribute name: function getRealActiveTime(isNano: boolean, callback: AsyncCallback\<number>): void;<br>|@ohos.systemTime.d.ts|
|Function changed|Class name: systemTime<br>Method or attribute name: function getRealActiveTime(isNano?: boolean, callback: AsyncCallback\<number>): void;<br>|Class name: systemTime<br>Method or attribute name: function getRealActiveTime(callback: AsyncCallback\<number>): void;<br>|@ohos.systemTime.d.ts|
|Function changed|Class name: systemTime<br>Method or attribute name: function getRealTime(isNano?: boolean, callback: AsyncCallback\<number>): void;<br>|Class name: systemTime<br>Method or attribute name: function getRealTime(isNano: boolean, callback: AsyncCallback\<number>): void;<br>|@ohos.systemTime.d.ts|
|Function changed|Class name: systemTime<br>Method or attribute name: function getRealTime(isNano?: boolean, callback: AsyncCallback\<number>): void;<br>|Class name: systemTime<br>Method or attribute name: function getRealTime(callback: AsyncCallback\<number>): void;<br>|@ohos.systemTime.d.ts|
| Change Type | Old Version | New Version | d.ts File |
| ---- | ------ | ------ | -------- |
|Added|NA|Module name: ohos.stationary<br>Class name: stationary|@ohos.stationary.d.ts|
|Added|NA|Module name: ohos.stationary<br>Class name: ActivityType<br>Method or attribute name: type ActivityType = 'still' \| 'relativeStill';|@ohos.stationary.d.ts|
|Added|NA|Module name: ohos.stationary<br>Class name: ActivityType<br>Method or attribute name: type ActivityType = 'still' \| 'relativeStill';|@ohos.stationary.d.ts|
|Added|NA|Module name: ohos.stationary<br>Class name: ActivityResponse|@ohos.stationary.d.ts|
|Added|NA|Module name: ohos.stationary<br>Class name: ActivityResponse<br>Method or attribute name: state: ActivityState;|@ohos.stationary.d.ts|
|Added|NA|Module name: ohos.stationary<br>Class name: ActivityEvent|@ohos.stationary.d.ts|
|Added|NA|Module name: ohos.stationary<br>Class name: ActivityEvent<br>Method or attribute name: ENTER = 1|@ohos.stationary.d.ts|
|Added|NA|Module name: ohos.stationary<br>Class name: ActivityEvent<br>Method or attribute name: EXIT = 2|@ohos.stationary.d.ts|
|Added|NA|Module name: ohos.stationary<br>Class name: ActivityEvent<br>Method or attribute name: ENTER_EXIT = 3|@ohos.stationary.d.ts|
|Added|NA|Module name: ohos.stationary<br>Class name: ActivityState|@ohos.stationary.d.ts|
|Added|NA|Module name: ohos.stationary<br>Class name: ActivityState<br>Method or attribute name: ENTER = 1|@ohos.stationary.d.ts|
|Added|NA|Module name: ohos.stationary<br>Class name: ActivityState<br>Method or attribute name: EXIT = 2|@ohos.stationary.d.ts|
|Added|NA|Module name: ohos.stationary<br>Class name: stationary<br>Method or attribute name: function on(activity: ActivityType, event: ActivityEvent, reportLatencyNs: number, callback: Callback\<ActivityResponse>): void;|@ohos.stationary.d.ts|
|Added|NA|Module name: ohos.stationary<br>Class name: stationary<br>Method or attribute name: function once(activity: ActivityType, callback: Callback\<ActivityResponse>): void;|@ohos.stationary.d.ts|
|Added|NA|Module name: ohos.stationary<br>Class name: stationary<br>Method or attribute name: function off(activity: ActivityType, event: ActivityEvent, callback?: Callback\<ActivityResponse>): void;|@ohos.stationary.d.ts|
| Change Type | Old Version | New Version | d.ts File |
| ---- | ------ | ------ | -------- |
|Added|NA|Module name: ohos.multimodalInput.inputDevice<br>Class name: ChangedType<br>Method or attribute name: type ChangedType = 'add' \| 'remove';|@ohos.multimodalInput.inputDevice.d.ts|
|Added|NA|Class name: ChangedType<br>Method or attribute name: type ChangedType = 'add' \| 'remove';|@ohos.multimodalInput.inputDevice.d.ts|
|Added|NA|Module name: ohos.multimodalInput.inputDevice<br>Class name: ChangedType<br>Method or attribute name: type ChangedType = 'add' \| 'remove';|@ohos.multimodalInput.inputDevice.d.ts|
|Added|NA|Class name: ChangedType<br>Method or attribute name: type ChangedType = 'add' \| 'remove';|@ohos.multimodalInput.inputDevice.d.ts|
|Added|NA|Module name: ohos.multimodalInput.inputDevice<br>Class name: AxisType<br>Method or attribute name: type AxisType = 'touchMajor' \| 'touchMinor' \| 'orientation' \| 'x' \| 'y' \| 'pressure' \| 'toolMinor' \| 'toolMajor' \| 'NULL';|@ohos.multimodalInput.inputDevice.d.ts|
|Added|NA|Class name: AxisType<br>Method or attribute name: type AxisType = 'touchMajor' \| 'touchMinor' \| 'orientation' \| 'x' \| 'y' \| 'pressure' \| 'toolMinor' \| 'toolMajor' \| 'NULL';|@ohos.multimodalInput.inputDevice.d.ts|
|Added|NA|Module name: ohos.multimodalInput.inputDevice<br>Class name: AxisType<br>Method or attribute name: type AxisType = 'touchMajor' \| 'touchMinor' \| 'orientation' \| 'x' \| 'y' \| 'pressure' \| 'toolMinor' \| 'toolMajor' \| 'NULL';|@ohos.multimodalInput.inputDevice.d.ts|
|Added|NA|Class name: AxisType<br>Method or attribute name: type AxisType = 'touchMajor' \| 'touchMinor' \| 'orientation' \| 'x' \| 'y' \| 'pressure' \| 'toolMinor' \| 'toolMajor' \| 'NULL';|@ohos.multimodalInput.inputDevice.d.ts|
|Added|NA|Module name: ohos.multimodalInput.inputDevice<br>Class name: AxisType<br>Method or attribute name: type AxisType = 'touchMajor' \| 'touchMinor' \| 'orientation' \| 'x' \| 'y' \| 'pressure' \| 'toolMinor' \| 'toolMajor' \| 'NULL';|@ohos.multimodalInput.inputDevice.d.ts|
|Added|NA|Class name: AxisType<br>Method or attribute name: type AxisType = 'touchMajor' \| 'touchMinor' \| 'orientation' \| 'x' \| 'y' \| 'pressure' \| 'toolMinor' \| 'toolMajor' \| 'NULL';|@ohos.multimodalInput.inputDevice.d.ts|
|Added|NA|Module name: ohos.multimodalInput.inputDevice<br>Class name: AxisType<br>Method or attribute name: type AxisType = 'touchMajor' \| 'touchMinor' \| 'orientation' \| 'x' \| 'y' \| 'pressure' \| 'toolMinor' \| 'toolMajor' \| 'NULL';|@ohos.multimodalInput.inputDevice.d.ts|
|Added|NA|Class name: AxisType<br>Method or attribute name: type AxisType = 'touchMajor' \| 'touchMinor' \| 'orientation' \| 'x' \| 'y' \| 'pressure' \| 'toolMinor' \| 'toolMajor' \| 'NULL';|@ohos.multimodalInput.inputDevice.d.ts|
|Added|NA|Module name: ohos.multimodalInput.inputDevice<br>Class name: AxisType<br>Method or attribute name: type AxisType = 'touchMajor' \| 'touchMinor' \| 'orientation' \| 'x' \| 'y' \| 'pressure' \| 'toolMinor' \| 'toolMajor' \| 'NULL';|@ohos.multimodalInput.inputDevice.d.ts|
|Added|NA|Class name: AxisType<br>Method or attribute name: type AxisType = 'touchMajor' \| 'touchMinor' \| 'orientation' \| 'x' \| 'y' \| 'pressure' \| 'toolMinor' \| 'toolMajor' \| 'NULL';|@ohos.multimodalInput.inputDevice.d.ts|
|Added|NA|Module name: ohos.multimodalInput.inputDevice<br>Class name: AxisType<br>Method or attribute name: type AxisType = 'touchMajor' \| 'touchMinor' \| 'orientation' \| 'x' \| 'y' \| 'pressure' \| 'toolMinor' \| 'toolMajor' \| 'NULL';|@ohos.multimodalInput.inputDevice.d.ts|
|Added|NA|Class name: AxisType<br>Method or attribute name: type AxisType = 'touchMajor' \| 'touchMinor' \| 'orientation' \| 'x' \| 'y' \| 'pressure' \| 'toolMinor' \| 'toolMajor' \| 'NULL';|@ohos.multimodalInput.inputDevice.d.ts|
|Added|NA|Module name: ohos.multimodalInput.inputDevice<br>Class name: AxisType<br>Method or attribute name: type AxisType = 'touchMajor' \| 'touchMinor' \| 'orientation' \| 'x' \| 'y' \| 'pressure' \| 'toolMinor' \| 'toolMajor' \| 'NULL';|@ohos.multimodalInput.inputDevice.d.ts|
|Added|NA|Class name: AxisType<br>Method or attribute name: type AxisType = 'touchMajor' \| 'touchMinor' \| 'orientation' \| 'x' \| 'y' \| 'pressure' \| 'toolMinor' \| 'toolMajor' \| 'NULL';|@ohos.multimodalInput.inputDevice.d.ts|
|Added|NA|Module name: ohos.multimodalInput.inputDevice<br>Class name: AxisType<br>Method or attribute name: type AxisType = 'touchMajor' \| 'touchMinor' \| 'orientation' \| 'x' \| 'y' \| 'pressure' \| 'toolMinor' \| 'toolMajor' \| 'NULL';|@ohos.multimodalInput.inputDevice.d.ts|
|Added|NA|Class name: AxisType<br>Method or attribute name: type AxisType = 'touchMajor' \| 'touchMinor' \| 'orientation' \| 'x' \| 'y' \| 'pressure' \| 'toolMinor' \| 'toolMajor' \| 'NULL';|@ohos.multimodalInput.inputDevice.d.ts|
|Added|NA|Module name: ohos.multimodalInput.inputDevice<br>Class name: AxisType<br>Method or attribute name: type AxisType = 'touchMajor' \| 'touchMinor' \| 'orientation' \| 'x' \| 'y' \| 'pressure' \| 'toolMinor' \| 'toolMajor' \| 'NULL';|@ohos.multimodalInput.inputDevice.d.ts|
|Added|NA|Class name: AxisType<br>Method or attribute name: type AxisType = 'touchMajor' \| 'touchMinor' \| 'orientation' \| 'x' \| 'y' \| 'pressure' \| 'toolMinor' \| 'toolMajor' \| 'NULL';|@ohos.multimodalInput.inputDevice.d.ts|
|Added|NA|Module name: ohos.multimodalInput.inputDevice<br>Class name: KeyboardType|@ohos.multimodalInput.inputDevice.d.ts|
|Added|NA|Class name: KeyboardType<br>Method or attribute name: |@ohos.multimodalInput.inputDevice.d.ts|
|Added|NA|Module name: ohos.multimodalInput.inputDevice<br>Class name: KeyboardType<br>Method or attribute name: NONE = 0|@ohos.multimodalInput.inputDevice.d.ts|
|Added|NA|Class name: KeyboardType<br>Method or attribute name: NONE = 0|@ohos.multimodalInput.inputDevice.d.ts|
|Added|NA|Module name: ohos.multimodalInput.inputDevice<br>Class name: KeyboardType<br>Method or attribute name: UNKNOWN = 1|@ohos.multimodalInput.inputDevice.d.ts|
|Added|NA|Class name: KeyboardType<br>Method or attribute name: UNKNOWN = 1|@ohos.multimodalInput.inputDevice.d.ts|
|Added|NA|Module name: ohos.multimodalInput.inputDevice<br>Class name: KeyboardType<br>Method or attribute name: ALPHABETIC_KEYBOARD = 2|@ohos.multimodalInput.inputDevice.d.ts|
|Added|NA|Class name: KeyboardType<br>Method or attribute name: ALPHABETIC_KEYBOARD = 2|@ohos.multimodalInput.inputDevice.d.ts|
|Added|NA|Module name: ohos.multimodalInput.inputDevice<br>Class name: KeyboardType<br>Method or attribute name: DIGITAL_KEYBOARD = 3|@ohos.multimodalInput.inputDevice.d.ts|
|Added|NA|Class name: KeyboardType<br>Method or attribute name: DIGITAL_KEYBOARD = 3|@ohos.multimodalInput.inputDevice.d.ts|
|Added|NA|Module name: ohos.multimodalInput.inputDevice<br>Class name: KeyboardType<br>Method or attribute name: HANDWRITING_PEN = 4|@ohos.multimodalInput.inputDevice.d.ts|
|Added|NA|Class name: KeyboardType<br>Method or attribute name: HANDWRITING_PEN = 4|@ohos.multimodalInput.inputDevice.d.ts|
|Added|NA|Module name: ohos.multimodalInput.inputDevice<br>Class name: KeyboardType<br>Method or attribute name: REMOTE_CONTROL = 5|@ohos.multimodalInput.inputDevice.d.ts|
|Added|NA|Class name: KeyboardType<br>Method or attribute name: REMOTE_CONTROL = 5|@ohos.multimodalInput.inputDevice.d.ts|
|Added|NA|Module name: ohos.multimodalInput.inputDevice<br>Class name: DeviceListener|@ohos.multimodalInput.inputDevice.d.ts|
|Added|NA|Class name: DeviceListener<br>Method or attribute name: |@ohos.multimodalInput.inputDevice.d.ts|
|Added|NA|Module name: ohos.multimodalInput.inputDevice<br>Class name: DeviceListener<br>Method or attribute name: type: ChangedType;|@ohos.multimodalInput.inputDevice.d.ts|
|Added|NA|Class name: DeviceListener<br>Method or attribute name: type: ChangedType;|@ohos.multimodalInput.inputDevice.d.ts|
|Added|NA|Module name: ohos.multimodalInput.inputDevice<br>Class name: DeviceListener<br>Method or attribute name: deviceId: number;|@ohos.multimodalInput.inputDevice.d.ts|
|Added|NA|Class name: DeviceListener<br>Method or attribute name: deviceId: number;|@ohos.multimodalInput.inputDevice.d.ts|
|Added|NA|Class name: inputDevice<br>Method or attribute name: function on(type: "change", listener: Callback\<DeviceListener>): void;|@ohos.multimodalInput.inputDevice.d.ts|
|Added|NA|Class name: inputDevice<br>Method or attribute name: function off(type: "change", listener?: Callback\<DeviceListener>): void;|@ohos.multimodalInput.inputDevice.d.ts|
|Added|NA|Class name: AxisRange<br>Method or attribute name: fuzz: number;|@ohos.multimodalInput.inputDevice.d.ts|
|Added|NA|Class name: AxisRange<br>Method or attribute name: flat: number;|@ohos.multimodalInput.inputDevice.d.ts|
|Added|NA|Class name: AxisRange<br>Method or attribute name: resolution: number;|@ohos.multimodalInput.inputDevice.d.ts|
|Added|NA|Class name: InputDeviceData<br>Method or attribute name: bus: number;|@ohos.multimodalInput.inputDevice.d.ts|
|Added|NA|Class name: InputDeviceData<br>Method or attribute name: product: number;|@ohos.multimodalInput.inputDevice.d.ts|
|Added|NA|Class name: InputDeviceData<br>Method or attribute name: vendor: number;|@ohos.multimodalInput.inputDevice.d.ts|
|Added|NA|Class name: InputDeviceData<br>Method or attribute name: version: number;|@ohos.multimodalInput.inputDevice.d.ts|
|Added|NA|Class name: InputDeviceData<br>Method or attribute name: phys: string;|@ohos.multimodalInput.inputDevice.d.ts|
|Added|NA|Class name: InputDeviceData<br>Method or attribute name: uniq: string;|@ohos.multimodalInput.inputDevice.d.ts|
|Added|NA|Class name: inputDevice<br>Method or attribute name: function getDeviceList(callback: AsyncCallback\<Array\<number>>): void;|@ohos.multimodalInput.inputDevice.d.ts|
|Added|NA|Class name: inputDevice<br>Method or attribute name: function getDeviceList(): Promise\<Array\<number>>;|@ohos.multimodalInput.inputDevice.d.ts|
|Added|NA|Class name: inputDevice<br>Method or attribute name: function getDeviceInfo(deviceId: number, callback: AsyncCallback\<InputDeviceData>): void;|@ohos.multimodalInput.inputDevice.d.ts|
|Added|NA|Class name: inputDevice<br>Method or attribute name: function getDeviceInfo(deviceId: number): Promise\<InputDeviceData>;|@ohos.multimodalInput.inputDevice.d.ts|
|Added|NA|Class name: inputDevice<br>Method or attribute name: function supportKeys(deviceId: number, keys: Array\<KeyCode>, callback: AsyncCallback\<Array\<boolean>>): void;|@ohos.multimodalInput.inputDevice.d.ts|
|Added|NA|Class name: inputDevice<br>Method or attribute name: function supportKeys(deviceId: number, keys: Array\<KeyCode>): Promise\<Array\<boolean>>;|@ohos.multimodalInput.inputDevice.d.ts|
|Added|NA|Class name: inputDevice<br>Method or attribute name: function getKeyboardType(deviceId: number, callback: AsyncCallback\<KeyboardType>): void;|@ohos.multimodalInput.inputDevice.d.ts|
|Added|NA|Class name: inputDevice<br>Method or attribute name: function getKeyboardType(deviceId: number): Promise\<KeyboardType>;|@ohos.multimodalInput.inputDevice.d.ts|
|Added|NA|Module name: ohos.multimodalInput.inputDeviceCooperate<br>Class name: inputDeviceCooperate|@ohos.multimodalInput.inputDeviceCooperate.d.ts|
|Added|NA|Module name: ohos.multimodalInput.inputDeviceCooperate<br>Class name: EventMsg|@ohos.multimodalInput.inputDeviceCooperate.d.ts|
|Added|NA|Module name: ohos.multimodalInput.inputDeviceCooperate<br>Class name: EventMsg<br>Method or attribute name: MSG_COOPERATE_INFO_START = 200|@ohos.multimodalInput.inputDeviceCooperate.d.ts|
|Added|NA|Module name: ohos.multimodalInput.inputDeviceCooperate<br>Class name: EventMsg<br>Method or attribute name: MSG_COOPERATE_INFO_SUCCESS = 201|@ohos.multimodalInput.inputDeviceCooperate.d.ts|
|Added|NA|Module name: ohos.multimodalInput.inputDeviceCooperate<br>Class name: EventMsg<br>Method or attribute name: MSG_COOPERATE_INFO_FAIL = 202|@ohos.multimodalInput.inputDeviceCooperate.d.ts|
|Added|NA|Module name: ohos.multimodalInput.inputDeviceCooperate<br>Class name: EventMsg<br>Method or attribute name: MSG_COOPERATE_STATE_ON = 500|@ohos.multimodalInput.inputDeviceCooperate.d.ts|
|Added|NA|Module name: ohos.multimodalInput.inputDeviceCooperate<br>Class name: EventMsg<br>Method or attribute name: MSG_COOPERATE_STATE_OFF = 501|@ohos.multimodalInput.inputDeviceCooperate.d.ts|
|Added|NA|Module name: ohos.multimodalInput.inputDeviceCooperate<br>Class name: inputDeviceCooperate<br>Method or attribute name: function enable(enable: boolean, callback: AsyncCallback\<void>): void;|@ohos.multimodalInput.inputDeviceCooperate.d.ts|
|Added|NA|Module name: ohos.multimodalInput.inputDeviceCooperate<br>Class name: inputDeviceCooperate<br>Method or attribute name: function enable(enable: boolean): Promise\<void>;|@ohos.multimodalInput.inputDeviceCooperate.d.ts|
|Added|NA|Module name: ohos.multimodalInput.inputDeviceCooperate<br>Class name: inputDeviceCooperate<br>Method or attribute name: function start(sinkDeviceDescriptor: string, srcInputDeviceId: number, callback: AsyncCallback\<void>): void;|@ohos.multimodalInput.inputDeviceCooperate.d.ts|
|Added|NA|Module name: ohos.multimodalInput.inputDeviceCooperate<br>Class name: inputDeviceCooperate<br>Method or attribute name: function start(sinkDeviceDescriptor: string, srcInputDeviceId: number): Promise\<void>;|@ohos.multimodalInput.inputDeviceCooperate.d.ts|
|Added|NA|Module name: ohos.multimodalInput.inputDeviceCooperate<br>Class name: inputDeviceCooperate<br>Method or attribute name: function stop(callback: AsyncCallback\<void>): void;|@ohos.multimodalInput.inputDeviceCooperate.d.ts|
|Added|NA|Module name: ohos.multimodalInput.inputDeviceCooperate<br>Class name: inputDeviceCooperate<br>Method or attribute name: function stop(): Promise\<void>;|@ohos.multimodalInput.inputDeviceCooperate.d.ts|
|Added|NA|Module name: ohos.multimodalInput.inputDeviceCooperate<br>Class name: inputDeviceCooperate<br>Method or attribute name: function getState(deviceDescriptor: string, callback: AsyncCallback\<{ state: boolean }>): void;|@ohos.multimodalInput.inputDeviceCooperate.d.ts|
|Added|NA|Module name: ohos.multimodalInput.inputDeviceCooperate<br>Class name: inputDeviceCooperate<br>Method or attribute name: function getState(deviceDescriptor: string): Promise\<{ state: boolean }>;|@ohos.multimodalInput.inputDeviceCooperate.d.ts|
|Added|NA|Module name: ohos.multimodalInput.inputDeviceCooperate<br>Class name: inputDeviceCooperate<br>Method or attribute name: function on(type: 'cooperation', callback: AsyncCallback\<{ deviceDescriptor: string, eventMsg: EventMsg }>): void;|@ohos.multimodalInput.inputDeviceCooperate.d.ts|
|Added|NA|Module name: ohos.multimodalInput.inputDeviceCooperate<br>Class name: inputDeviceCooperate<br>Method or attribute name: function off(type: 'cooperation', callback?: AsyncCallback\<void>): void;|@ohos.multimodalInput.inputDeviceCooperate.d.ts|
|Added|NA|Module name: ohos.multimodalInput.inputEvent<br>Class name: InputEvent|@ohos.multimodalInput.inputEvent.d.ts|
|Added|NA|Module name: ohos.multimodalInput.inputEvent<br>Class name: InputEvent<br>Method or attribute name: id: number;|@ohos.multimodalInput.inputEvent.d.ts|
|Added|NA|Module name: ohos.multimodalInput.inputEvent<br>Class name: InputEvent<br>Method or attribute name: deviceId: number;|@ohos.multimodalInput.inputEvent.d.ts|
|Added|NA|Module name: ohos.multimodalInput.inputEvent<br>Class name: InputEvent<br>Method or attribute name: actionTime: number;|@ohos.multimodalInput.inputEvent.d.ts|
|Added|NA|Module name: ohos.multimodalInput.inputEvent<br>Class name: InputEvent<br>Method or attribute name: screenId: number;|@ohos.multimodalInput.inputEvent.d.ts|
|Added|NA|Module name: ohos.multimodalInput.inputEvent<br>Class name: InputEvent<br>Method or attribute name: windowId: number;|@ohos.multimodalInput.inputEvent.d.ts|
|Added|NA|Class name: inputMonitor<br>Method or attribute name: function on(type:"mouse", receiver:Callback\<MouseEvent>):void;|@ohos.multimodalInput.inputMonitor.d.ts|
|Added|NA|Class name: inputMonitor<br>Method or attribute name: function off(type:"mouse", receiver?:Callback\<MouseEvent>):void;|@ohos.multimodalInput.inputMonitor.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_FN = 0|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_UNKNOWN = -1|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_HOME = 1|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_BACK = 2|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_MEDIA_PLAY_PAUSE = 10|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_MEDIA_STOP = 11|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_MEDIA_NEXT = 12|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_MEDIA_PREVIOUS = 13|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_MEDIA_REWIND = 14|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_MEDIA_FAST_FORWARD = 15|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_VOLUME_UP = 16|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_VOLUME_DOWN = 17|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_POWER = 18|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_CAMERA = 19|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_VOLUME_MUTE = 22|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_MUTE = 23|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_BRIGHTNESS_UP = 40|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_BRIGHTNESS_DOWN = 41|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_0 = 2000|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_1 = 2001|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_2 = 2002|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_3 = 2003|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_4 = 2004|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_5 = 2005|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_6 = 2006|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_7 = 2007|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_8 = 2008|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_9 = 2009|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_STAR = 2010|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_POUND = 2011|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_DPAD_UP = 2012|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_DPAD_DOWN = 2013|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_DPAD_LEFT = 2014|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_DPAD_RIGHT = 2015|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_DPAD_CENTER = 2016|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_A = 2017|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_B = 2018|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_C = 2019|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_D = 2020|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_E = 2021|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_F = 2022|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_G = 2023|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_H = 2024|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_I = 2025|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_J = 2026|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_K = 2027|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_L = 2028|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_M = 2029|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_N = 2030|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_O = 2031|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_P = 2032|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_Q = 2033|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_R = 2034|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_S = 2035|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_T = 2036|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_U = 2037|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_V = 2038|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_W = 2039|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_X = 2040|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_Y = 2041|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_Z = 2042|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_COMMA = 2043|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_PERIOD = 2044|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_ALT_LEFT = 2045|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_ALT_RIGHT = 2046|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_SHIFT_LEFT = 2047|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_SHIFT_RIGHT = 2048|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_TAB = 2049|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_SPACE = 2050|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_SYM = 2051|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_EXPLORER = 2052|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_ENVELOPE = 2053|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_ENTER = 2054|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_DEL = 2055|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_GRAVE = 2056|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_MINUS = 2057|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_EQUALS = 2058|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_LEFT_BRACKET = 2059|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_RIGHT_BRACKET = 2060|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_BACKSLASH = 2061|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_SEMICOLON = 2062|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_APOSTROPHE = 2063|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_SLASH = 2064|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_AT = 2065|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_PLUS = 2066|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_MENU = 2067|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_PAGE_UP = 2068|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_PAGE_DOWN = 2069|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_ESCAPE = 2070|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_FORWARD_DEL = 2071|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_CTRL_LEFT = 2072|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_CTRL_RIGHT = 2073|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_CAPS_LOCK = 2074|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_SCROLL_LOCK = 2075|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_META_LEFT = 2076|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_META_RIGHT = 2077|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_FUNCTION = 2078|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_SYSRQ = 2079|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_BREAK = 2080|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_MOVE_HOME = 2081|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_MOVE_END = 2082|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_INSERT = 2083|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_FORWARD = 2084|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_MEDIA_PLAY = 2085|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_MEDIA_PAUSE = 2086|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_MEDIA_CLOSE = 2087|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_MEDIA_EJECT = 2088|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_MEDIA_RECORD = 2089|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_F1 = 2090|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_F2 = 2091|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_F3 = 2092|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_F4 = 2093|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_F5 = 2094|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_F6 = 2095|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_F7 = 2096|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_F8 = 2097|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_F9 = 2098|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_F10 = 2099|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_F11 = 2100|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_F12 = 2101|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_NUM_LOCK = 2102|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_NUMPAD_0 = 2103|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_NUMPAD_1 = 2104|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_NUMPAD_2 = 2105|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_NUMPAD_3 = 2106|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_NUMPAD_4 = 2107|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_NUMPAD_5 = 2108|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_NUMPAD_6 = 2109|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_NUMPAD_7 = 2110|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_NUMPAD_8 = 2111|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_NUMPAD_9 = 2112|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_NUMPAD_DIVIDE = 2113|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_NUMPAD_MULTIPLY = 2114|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_NUMPAD_SUBTRACT = 2115|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_NUMPAD_ADD = 2116|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_NUMPAD_DOT = 2117|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_NUMPAD_COMMA = 2118|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_NUMPAD_ENTER = 2119|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_NUMPAD_EQUALS = 2120|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_NUMPAD_LEFT_PAREN = 2121|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_NUMPAD_RIGHT_PAREN = 2122|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_VIRTUAL_MULTITASK = 2210|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_SLEEP = 2600|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_ZENKAKU_HANKAKU = 2601|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_102ND = 2602|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_RO = 2603|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_KATAKANA = 2604|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_HIRAGANA = 2605|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_HENKAN = 2606|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_KATAKANA_HIRAGANA = 2607|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_MUHENKAN = 2608|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_LINEFEED = 2609|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_MACRO = 2610|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_NUMPAD_PLUSMINUS = 2611|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_SCALE = 2612|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_HANGUEL = 2613|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_HANJA = 2614|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_YEN = 2615|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_STOP = 2616|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_AGAIN = 2617|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_PROPS = 2618|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_UNDO = 2619|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_COPY = 2620|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_OPEN = 2621|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_PASTE = 2622|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_FIND = 2623|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_CUT = 2624|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_HELP = 2625|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_CALC = 2626|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_FILE = 2627|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_BOOKMARKS = 2628|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_NEXT = 2629|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_PLAYPAUSE = 2630|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_PREVIOUS = 2631|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_STOPCD = 2632|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_CONFIG = 2634|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_REFRESH = 2635|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_EXIT = 2636|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_EDIT = 2637|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_SCROLLUP = 2638|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_SCROLLDOWN = 2639|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_NEW = 2640|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_REDO = 2641|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_CLOSE = 2642|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_PLAY = 2643|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_BASSBOOST = 2644|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_PRINT = 2645|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_CHAT = 2646|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_FINANCE = 2647|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_CANCEL = 2648|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_KBDILLUM_TOGGLE = 2649|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_KBDILLUM_DOWN = 2650|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_KBDILLUM_UP = 2651|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_SEND = 2652|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_REPLY = 2653|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_FORWARDMAIL = 2654|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_SAVE = 2655|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_DOCUMENTS = 2656|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_VIDEO_NEXT = 2657|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_VIDEO_PREV = 2658|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_BRIGHTNESS_CYCLE = 2659|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_BRIGHTNESS_ZERO = 2660|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_DISPLAY_OFF = 2661|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_BTN_MISC = 2662|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_GOTO = 2663|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_INFO = 2664|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_PROGRAM = 2665|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_PVR = 2666|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_SUBTITLE = 2667|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_FULL_SCREEN = 2668|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_KEYBOARD = 2669|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_ASPECT_RATIO = 2670|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_PC = 2671|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_TV = 2672|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_TV2 = 2673|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_VCR = 2674|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_VCR2 = 2675|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_SAT = 2676|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_CD = 2677|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_TAPE = 2678|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_TUNER = 2679|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_PLAYER = 2680|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_DVD = 2681|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_AUDIO = 2682|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_VIDEO = 2683|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_MEMO = 2684|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_CALENDAR = 2685|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_RED = 2686|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_GREEN = 2687|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_YELLOW = 2688|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_BLUE = 2689|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_CHANNELUP = 2690|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_CHANNELDOWN = 2691|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_LAST = 2692|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_RESTART = 2693|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_SLOW = 2694|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_SHUFFLE = 2695|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_VIDEOPHONE = 2696|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_GAMES = 2697|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_ZOOMIN = 2698|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_ZOOMOUT = 2699|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_ZOOMRESET = 2700|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_WORDPROCESSOR = 2701|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_EDITOR = 2702|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_SPREADSHEET = 2703|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_GRAPHICSEDITOR = 2704|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_PRESENTATION = 2705|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_DATABASE = 2706|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_NEWS = 2707|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_VOICEMAIL = 2708|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_ADDRESSBOOK = 2709|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_MESSENGER = 2710|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_BRIGHTNESS_TOGGLE = 2711|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_SPELLCHECK = 2712|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_COFFEE = 2713|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_MEDIA_REPEAT = 2714|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_IMAGES = 2715|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_BUTTONCONFIG = 2716|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_TASKMANAGER = 2717|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_JOURNAL = 2718|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_CONTROLPANEL = 2719|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_APPSELECT = 2720|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_SCREENSAVER = 2721|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_ASSISTANT = 2722|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_KBD_LAYOUT_NEXT = 2723|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_BRIGHTNESS_MIN = 2724|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_BRIGHTNESS_MAX = 2725|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_KBDINPUTASSIST_PREV = 2726|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_KBDINPUTASSIST_NEXT = 2727|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_KBDINPUTASSIST_PREVGROUP = 2728|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_KBDINPUTASSIST_NEXTGROUP = 2729|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_KBDINPUTASSIST_ACCEPT = 2730|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_KBDINPUTASSIST_CANCEL = 2731|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_FRONT = 2800|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_SETUP = 2801|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_WAKEUP = 2802|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_SENDFILE = 2803|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_DELETEFILE = 2804|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_XFER = 2805|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_PROG1 = 2806|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_PROG2 = 2807|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_MSDOS = 2808|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_SCREENLOCK = 2809|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_DIRECTION_ROTATE_DISPLAY = 2810|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_CYCLEWINDOWS = 2811|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_COMPUTER = 2812|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_EJECTCLOSECD = 2813|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_ISO = 2814|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_MOVE = 2815|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_F13 = 2816|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_F14 = 2817|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_F15 = 2818|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_F16 = 2819|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_F17 = 2820|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_F18 = 2821|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_F19 = 2822|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_F20 = 2823|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_F21 = 2824|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_F22 = 2825|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_F23 = 2826|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_F24 = 2827|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_PROG3 = 2828|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_PROG4 = 2829|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_DASHBOARD = 2830|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_SUSPEND = 2831|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_HP = 2832|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_SOUND = 2833|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_QUESTION = 2834|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_CONNECT = 2836|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_SPORT = 2837|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_SHOP = 2838|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_ALTERASE = 2839|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_SWITCHVIDEOMODE = 2841|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_BATTERY = 2842|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_BLUETOOTH = 2843|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_WLAN = 2844|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_UWB = 2845|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_WWAN_WIMAX = 2846|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_RFKILL = 2847|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_CHANNEL = 3001|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_BTN_0 = 3100|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_BTN_1 = 3101|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_BTN_2 = 3102|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_BTN_3 = 3103|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_BTN_4 = 3104|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_BTN_5 = 3105|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_BTN_6 = 3106|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_BTN_7 = 3107|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_BTN_8 = 3108|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyCode<br>Class name: KeyCode<br>Method or attribute name: KEYCODE_BTN_9 = 3109|@ohos.multimodalInput.keyCode.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyEvent<br>Class name: Action|@ohos.multimodalInput.keyEvent.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyEvent<br>Class name: Action<br>Method or attribute name: CANCEL = 0|@ohos.multimodalInput.keyEvent.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyEvent<br>Class name: Action<br>Method or attribute name: DOWN = 1|@ohos.multimodalInput.keyEvent.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyEvent<br>Class name: Action<br>Method or attribute name: UP = 2|@ohos.multimodalInput.keyEvent.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyEvent<br>Class name: Key|@ohos.multimodalInput.keyEvent.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyEvent<br>Class name: Key<br>Method or attribute name: code: KeyCode;|@ohos.multimodalInput.keyEvent.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyEvent<br>Class name: Key<br>Method or attribute name: pressedTime: number;|@ohos.multimodalInput.keyEvent.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyEvent<br>Class name: Key<br>Method or attribute name: deviceId: number;|@ohos.multimodalInput.keyEvent.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyEvent<br>Class name: KeyEvent|@ohos.multimodalInput.keyEvent.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyEvent<br>Class name: KeyEvent<br>Method or attribute name: action: Action;|@ohos.multimodalInput.keyEvent.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyEvent<br>Class name: KeyEvent<br>Method or attribute name: key: Key;|@ohos.multimodalInput.keyEvent.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyEvent<br>Class name: KeyEvent<br>Method or attribute name: unicodeChar: number;|@ohos.multimodalInput.keyEvent.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyEvent<br>Class name: KeyEvent<br>Method or attribute name: keys: Key[];|@ohos.multimodalInput.keyEvent.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyEvent<br>Class name: KeyEvent<br>Method or attribute name: ctrlKey: boolean;|@ohos.multimodalInput.keyEvent.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyEvent<br>Class name: KeyEvent<br>Method or attribute name: altKey: boolean;|@ohos.multimodalInput.keyEvent.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyEvent<br>Class name: KeyEvent<br>Method or attribute name: shiftKey: boolean;|@ohos.multimodalInput.keyEvent.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyEvent<br>Class name: KeyEvent<br>Method or attribute name: logoKey: boolean;|@ohos.multimodalInput.keyEvent.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyEvent<br>Class name: KeyEvent<br>Method or attribute name: fnKey: boolean;|@ohos.multimodalInput.keyEvent.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyEvent<br>Class name: KeyEvent<br>Method or attribute name: capsLock: boolean;|@ohos.multimodalInput.keyEvent.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyEvent<br>Class name: KeyEvent<br>Method or attribute name: numLock: boolean;|@ohos.multimodalInput.keyEvent.d.ts|
|Added|NA|Module name: ohos.multimodalInput.keyEvent<br>Class name: KeyEvent<br>Method or attribute name: scrollLock: boolean;|@ohos.multimodalInput.keyEvent.d.ts|
|Added|NA|Module name: ohos.multimodalInput.mouseEvent<br>Class name: Action|@ohos.multimodalInput.mouseEvent.d.ts|
|Added|NA|Module name: ohos.multimodalInput.mouseEvent<br>Class name: Action<br>Method or attribute name: CANCEL = 0|@ohos.multimodalInput.mouseEvent.d.ts|
|Added|NA|Module name: ohos.multimodalInput.mouseEvent<br>Class name: Action<br>Method or attribute name: MOVE = 1|@ohos.multimodalInput.mouseEvent.d.ts|
|Added|NA|Module name: ohos.multimodalInput.mouseEvent<br>Class name: Action<br>Method or attribute name: BUTTON_DOWN = 2|@ohos.multimodalInput.mouseEvent.d.ts|
|Added|NA|Module name: ohos.multimodalInput.mouseEvent<br>Class name: Action<br>Method or attribute name: BUTTON_UP = 3|@ohos.multimodalInput.mouseEvent.d.ts|
|Added|NA|Module name: ohos.multimodalInput.mouseEvent<br>Class name: Action<br>Method or attribute name: AXIS_BEGIN = 4|@ohos.multimodalInput.mouseEvent.d.ts|
|Added|NA|Module name: ohos.multimodalInput.mouseEvent<br>Class name: Action<br>Method or attribute name: AXIS_UPDATE = 5|@ohos.multimodalInput.mouseEvent.d.ts|
|Added|NA|Module name: ohos.multimodalInput.mouseEvent<br>Class name: Action<br>Method or attribute name: AXIS_END = 6|@ohos.multimodalInput.mouseEvent.d.ts|
|Added|NA|Module name: ohos.multimodalInput.mouseEvent<br>Class name: Button|@ohos.multimodalInput.mouseEvent.d.ts|
|Added|NA|Module name: ohos.multimodalInput.mouseEvent<br>Class name: Button<br>Method or attribute name: LEFT = 0|@ohos.multimodalInput.mouseEvent.d.ts|
|Added|NA|Module name: ohos.multimodalInput.mouseEvent<br>Class name: Button<br>Method or attribute name: MIDDLE = 1|@ohos.multimodalInput.mouseEvent.d.ts|
|Added|NA|Module name: ohos.multimodalInput.mouseEvent<br>Class name: Button<br>Method or attribute name: RIGHT = 2|@ohos.multimodalInput.mouseEvent.d.ts|
|Added|NA|Module name: ohos.multimodalInput.mouseEvent<br>Class name: Button<br>Method or attribute name: SIDE = 3|@ohos.multimodalInput.mouseEvent.d.ts|
|Added|NA|Module name: ohos.multimodalInput.mouseEvent<br>Class name: Button<br>Method or attribute name: EXTRA = 4|@ohos.multimodalInput.mouseEvent.d.ts|
|Added|NA|Module name: ohos.multimodalInput.mouseEvent<br>Class name: Button<br>Method or attribute name: FORWARD = 5|@ohos.multimodalInput.mouseEvent.d.ts|
|Added|NA|Module name: ohos.multimodalInput.mouseEvent<br>Class name: Button<br>Method or attribute name: BACK = 6|@ohos.multimodalInput.mouseEvent.d.ts|
|Added|NA|Module name: ohos.multimodalInput.mouseEvent<br>Class name: Button<br>Method or attribute name: TASK = 7|@ohos.multimodalInput.mouseEvent.d.ts|
|Added|NA|Module name: ohos.multimodalInput.mouseEvent<br>Class name: Axis|@ohos.multimodalInput.mouseEvent.d.ts|
|Added|NA|Module name: ohos.multimodalInput.mouseEvent<br>Class name: Axis<br>Method or attribute name: SCROLL_VERTICAL = 0|@ohos.multimodalInput.mouseEvent.d.ts|
|Added|NA|Module name: ohos.multimodalInput.mouseEvent<br>Class name: Axis<br>Method or attribute name: SCROLL_HORIZONTAL = 1|@ohos.multimodalInput.mouseEvent.d.ts|
|Added|NA|Module name: ohos.multimodalInput.mouseEvent<br>Class name: Axis<br>Method or attribute name: PINCH = 2|@ohos.multimodalInput.mouseEvent.d.ts|
|Added|NA|Module name: ohos.multimodalInput.mouseEvent<br>Class name: AxisValue|@ohos.multimodalInput.mouseEvent.d.ts|
|Added|NA|Module name: ohos.multimodalInput.mouseEvent<br>Class name: AxisValue<br>Method or attribute name: axis: Axis;|@ohos.multimodalInput.mouseEvent.d.ts|
|Added|NA|Module name: ohos.multimodalInput.mouseEvent<br>Class name: AxisValue<br>Method or attribute name: value: number|@ohos.multimodalInput.mouseEvent.d.ts|
|Added|NA|Module name: ohos.multimodalInput.mouseEvent<br>Class name: MouseEvent|@ohos.multimodalInput.mouseEvent.d.ts|
|Added|NA|Module name: ohos.multimodalInput.mouseEvent<br>Class name: MouseEvent<br>Method or attribute name: action: Action;|@ohos.multimodalInput.mouseEvent.d.ts|
|Added|NA|Module name: ohos.multimodalInput.mouseEvent<br>Class name: MouseEvent<br>Method or attribute name: screenX: number;|@ohos.multimodalInput.mouseEvent.d.ts|
|Added|NA|Module name: ohos.multimodalInput.mouseEvent<br>Class name: MouseEvent<br>Method or attribute name: screenY: number;|@ohos.multimodalInput.mouseEvent.d.ts|
|Added|NA|Module name: ohos.multimodalInput.mouseEvent<br>Class name: MouseEvent<br>Method or attribute name: windowX: number;|@ohos.multimodalInput.mouseEvent.d.ts|
|Added|NA|Module name: ohos.multimodalInput.mouseEvent<br>Class name: MouseEvent<br>Method or attribute name: windowY: number;|@ohos.multimodalInput.mouseEvent.d.ts|
|Added|NA|Module name: ohos.multimodalInput.mouseEvent<br>Class name: MouseEvent<br>Method or attribute name: rawDeltaX: number;|@ohos.multimodalInput.mouseEvent.d.ts|
|Added|NA|Module name: ohos.multimodalInput.mouseEvent<br>Class name: MouseEvent<br>Method or attribute name: rawDeltaY: number;|@ohos.multimodalInput.mouseEvent.d.ts|
|Added|NA|Module name: ohos.multimodalInput.mouseEvent<br>Class name: MouseEvent<br>Method or attribute name: button: Button;|@ohos.multimodalInput.mouseEvent.d.ts|
|Added|NA|Module name: ohos.multimodalInput.mouseEvent<br>Class name: MouseEvent<br>Method or attribute name: pressedButtons: Button[];|@ohos.multimodalInput.mouseEvent.d.ts|
|Added|NA|Module name: ohos.multimodalInput.mouseEvent<br>Class name: MouseEvent<br>Method or attribute name: axes: AxisValue[];|@ohos.multimodalInput.mouseEvent.d.ts|
|Added|NA|Module name: ohos.multimodalInput.mouseEvent<br>Class name: MouseEvent<br>Method or attribute name: pressedKeys: KeyCode[];|@ohos.multimodalInput.mouseEvent.d.ts|
|Added|NA|Module name: ohos.multimodalInput.mouseEvent<br>Class name: MouseEvent<br>Method or attribute name: ctrlKey: boolean;|@ohos.multimodalInput.mouseEvent.d.ts|
|Added|NA|Module name: ohos.multimodalInput.mouseEvent<br>Class name: MouseEvent<br>Method or attribute name: altKey: boolean;|@ohos.multimodalInput.mouseEvent.d.ts|
|Added|NA|Module name: ohos.multimodalInput.mouseEvent<br>Class name: MouseEvent<br>Method or attribute name: shiftKey: boolean;|@ohos.multimodalInput.mouseEvent.d.ts|
|Added|NA|Module name: ohos.multimodalInput.mouseEvent<br>Class name: MouseEvent<br>Method or attribute name: logoKey: boolean;|@ohos.multimodalInput.mouseEvent.d.ts|
|Added|NA|Module name: ohos.multimodalInput.mouseEvent<br>Class name: MouseEvent<br>Method or attribute name: fnKey:boolean|@ohos.multimodalInput.mouseEvent.d.ts|
|Added|NA|Module name: ohos.multimodalInput.mouseEvent<br>Class name: MouseEvent<br>Method or attribute name: capsLock:boolean|@ohos.multimodalInput.mouseEvent.d.ts|
|Added|NA|Module name: ohos.multimodalInput.mouseEvent<br>Class name: MouseEvent<br>Method or attribute name: numLock:boolean|@ohos.multimodalInput.mouseEvent.d.ts|
|Added|NA|Module name: ohos.multimodalInput.mouseEvent<br>Class name: MouseEvent<br>Method or attribute name: scrollLock:boolean|@ohos.multimodalInput.mouseEvent.d.ts|
|Added|NA|Module name: ohos.multimodalInput.pointer<br>Class name: pointer|@ohos.multimodalInput.pointer.d.ts|
|Added|NA|Module name: ohos.multimodalInput.pointer<br>Class name: PointerStyle|@ohos.multimodalInput.pointer.d.ts|
|Added|NA|Module name: ohos.multimodalInput.pointer<br>Class name: PointerStyle<br>Method or attribute name: DEFAULT|@ohos.multimodalInput.pointer.d.ts|
|Added|NA|Module name: ohos.multimodalInput.pointer<br>Class name: PointerStyle<br>Method or attribute name: EAST|@ohos.multimodalInput.pointer.d.ts|
|Added|NA|Module name: ohos.multimodalInput.pointer<br>Class name: PointerStyle<br>Method or attribute name: WEST|@ohos.multimodalInput.pointer.d.ts|
|Added|NA|Module name: ohos.multimodalInput.pointer<br>Class name: PointerStyle<br>Method or attribute name: SOUTH|@ohos.multimodalInput.pointer.d.ts|
|Added|NA|Module name: ohos.multimodalInput.pointer<br>Class name: PointerStyle<br>Method or attribute name: NORTH|@ohos.multimodalInput.pointer.d.ts|
|Added|NA|Module name: ohos.multimodalInput.pointer<br>Class name: PointerStyle<br>Method or attribute name: WEST_EAST|@ohos.multimodalInput.pointer.d.ts|
|Added|NA|Module name: ohos.multimodalInput.pointer<br>Class name: PointerStyle<br>Method or attribute name: NORTH_SOUTH|@ohos.multimodalInput.pointer.d.ts|
|Added|NA|Module name: ohos.multimodalInput.pointer<br>Class name: PointerStyle<br>Method or attribute name: NORTH_EAST|@ohos.multimodalInput.pointer.d.ts|
|Added|NA|Module name: ohos.multimodalInput.pointer<br>Class name: PointerStyle<br>Method or attribute name: NORTH_WEST|@ohos.multimodalInput.pointer.d.ts|
|Added|NA|Module name: ohos.multimodalInput.pointer<br>Class name: PointerStyle<br>Method or attribute name: SOUTH_EAST|@ohos.multimodalInput.pointer.d.ts|
|Added|NA|Module name: ohos.multimodalInput.pointer<br>Class name: PointerStyle<br>Method or attribute name: SOUTH_WEST|@ohos.multimodalInput.pointer.d.ts|
|Added|NA|Module name: ohos.multimodalInput.pointer<br>Class name: PointerStyle<br>Method or attribute name: NORTH_EAST_SOUTH_WEST|@ohos.multimodalInput.pointer.d.ts|
|Added|NA|Module name: ohos.multimodalInput.pointer<br>Class name: PointerStyle<br>Method or attribute name: NORTH_WEST_SOUTH_EAST|@ohos.multimodalInput.pointer.d.ts|
|Added|NA|Module name: ohos.multimodalInput.pointer<br>Class name: PointerStyle<br>Method or attribute name: CROSS|@ohos.multimodalInput.pointer.d.ts|
|Added|NA|Module name: ohos.multimodalInput.pointer<br>Class name: PointerStyle<br>Method or attribute name: CURSOR_COPY|@ohos.multimodalInput.pointer.d.ts|
|Added|NA|Module name: ohos.multimodalInput.pointer<br>Class name: PointerStyle<br>Method or attribute name: CURSOR_FORBID|@ohos.multimodalInput.pointer.d.ts|
|Added|NA|Module name: ohos.multimodalInput.pointer<br>Class name: PointerStyle<br>Method or attribute name: COLOR_SUCKER|@ohos.multimodalInput.pointer.d.ts|
|Added|NA|Module name: ohos.multimodalInput.pointer<br>Class name: PointerStyle<br>Method or attribute name: HAND_GRABBING|@ohos.multimodalInput.pointer.d.ts|
|Added|NA|Module name: ohos.multimodalInput.pointer<br>Class name: PointerStyle<br>Method or attribute name: HAND_OPEN|@ohos.multimodalInput.pointer.d.ts|
|Added|NA|Module name: ohos.multimodalInput.pointer<br>Class name: PointerStyle<br>Method or attribute name: HAND_POINTING|@ohos.multimodalInput.pointer.d.ts|
|Added|NA|Module name: ohos.multimodalInput.pointer<br>Class name: PointerStyle<br>Method or attribute name: HELP|@ohos.multimodalInput.pointer.d.ts|
|Added|NA|Module name: ohos.multimodalInput.pointer<br>Class name: PointerStyle<br>Method or attribute name: MOVE|@ohos.multimodalInput.pointer.d.ts|
|Added|NA|Module name: ohos.multimodalInput.pointer<br>Class name: PointerStyle<br>Method or attribute name: RESIZE_LEFT_RIGHT|@ohos.multimodalInput.pointer.d.ts|
|Added|NA|Module name: ohos.multimodalInput.pointer<br>Class name: PointerStyle<br>Method or attribute name: RESIZE_UP_DOWN|@ohos.multimodalInput.pointer.d.ts|
|Added|NA|Module name: ohos.multimodalInput.pointer<br>Class name: PointerStyle<br>Method or attribute name: SCREENSHOT_CHOOSE|@ohos.multimodalInput.pointer.d.ts|
|Added|NA|Module name: ohos.multimodalInput.pointer<br>Class name: PointerStyle<br>Method or attribute name: SCREENSHOT_CURSOR|@ohos.multimodalInput.pointer.d.ts|
|Added|NA|Module name: ohos.multimodalInput.pointer<br>Class name: PointerStyle<br>Method or attribute name: TEXT_CURSOR|@ohos.multimodalInput.pointer.d.ts|
|Added|NA|Module name: ohos.multimodalInput.pointer<br>Class name: PointerStyle<br>Method or attribute name: ZOOM_IN|@ohos.multimodalInput.pointer.d.ts|
|Added|NA|Module name: ohos.multimodalInput.pointer<br>Class name: PointerStyle<br>Method or attribute name: ZOOM_OUT|@ohos.multimodalInput.pointer.d.ts|
|Added|NA|Module name: ohos.multimodalInput.pointer<br>Class name: PointerStyle<br>Method or attribute name: MIDDLE_BTN_EAST|@ohos.multimodalInput.pointer.d.ts|
|Added|NA|Module name: ohos.multimodalInput.pointer<br>Class name: PointerStyle<br>Method or attribute name: MIDDLE_BTN_WEST|@ohos.multimodalInput.pointer.d.ts|
|Added|NA|Module name: ohos.multimodalInput.pointer<br>Class name: PointerStyle<br>Method or attribute name: MIDDLE_BTN_SOUTH|@ohos.multimodalInput.pointer.d.ts|
|Added|NA|Module name: ohos.multimodalInput.pointer<br>Class name: PointerStyle<br>Method or attribute name: MIDDLE_BTN_NORTH|@ohos.multimodalInput.pointer.d.ts|
|Added|NA|Module name: ohos.multimodalInput.pointer<br>Class name: PointerStyle<br>Method or attribute name: MIDDLE_BTN_NORTH_SOUTH|@ohos.multimodalInput.pointer.d.ts|
|Added|NA|Module name: ohos.multimodalInput.pointer<br>Class name: PointerStyle<br>Method or attribute name: MIDDLE_BTN_NORTH_EAST|@ohos.multimodalInput.pointer.d.ts|
|Added|NA|Module name: ohos.multimodalInput.pointer<br>Class name: PointerStyle<br>Method or attribute name: MIDDLE_BTN_NORTH_WEST|@ohos.multimodalInput.pointer.d.ts|
|Added|NA|Module name: ohos.multimodalInput.pointer<br>Class name: PointerStyle<br>Method or attribute name: MIDDLE_BTN_SOUTH_EAST|@ohos.multimodalInput.pointer.d.ts|
|Added|NA|Module name: ohos.multimodalInput.pointer<br>Class name: PointerStyle<br>Method or attribute name: MIDDLE_BTN_SOUTH_WEST|@ohos.multimodalInput.pointer.d.ts|
|Added|NA|Module name: ohos.multimodalInput.pointer<br>Class name: PointerStyle<br>Method or attribute name: MIDDLE_BTN_NORTH_SOUTH_WEST_EAST|@ohos.multimodalInput.pointer.d.ts|
|Added|NA|Module name: ohos.multimodalInput.pointer<br>Class name: pointer<br>Method or attribute name: function setPointerSpeed(speed: number, callback: AsyncCallback\<void>): void;|@ohos.multimodalInput.pointer.d.ts|
|Added|NA|Module name: ohos.multimodalInput.pointer<br>Class name: pointer<br>Method or attribute name: function setPointerSpeed(speed: number): Promise\<void>;|@ohos.multimodalInput.pointer.d.ts|
|Added|NA|Module name: ohos.multimodalInput.pointer<br>Class name: pointer<br>Method or attribute name: function getPointerSpeed(callback: AsyncCallback\<number>): void;|@ohos.multimodalInput.pointer.d.ts|
|Added|NA|Module name: ohos.multimodalInput.pointer<br>Class name: pointer<br>Method or attribute name: function getPointerSpeed(): Promise\<number>;|@ohos.multimodalInput.pointer.d.ts|
|Added|NA|Module name: ohos.multimodalInput.pointer<br>Class name: pointer<br>Method or attribute name: function setPointerStyle(windowId: number, pointerStyle: PointerStyle, callback: AsyncCallback\<void>): void;|@ohos.multimodalInput.pointer.d.ts|
|Added|NA|Module name: ohos.multimodalInput.pointer<br>Class name: pointer<br>Method or attribute name: function setPointerStyle(windowId: number, pointerStyle: PointerStyle): Promise\<void>;|@ohos.multimodalInput.pointer.d.ts|
|Added|NA|Module name: ohos.multimodalInput.pointer<br>Class name: pointer<br>Method or attribute name: function getPointerStyle(windowId: number, callback: AsyncCallback\<PointerStyle>): void;|@ohos.multimodalInput.pointer.d.ts|
|Added|NA|Module name: ohos.multimodalInput.pointer<br>Class name: pointer<br>Method or attribute name: function getPointerStyle(windowId: number): Promise\<PointerStyle>;|@ohos.multimodalInput.pointer.d.ts|
|Added|NA|Module name: ohos.multimodalInput.pointer<br>Class name: pointer<br>Method or attribute name: function setPointerVisible(visible: boolean, callback: AsyncCallback\<void>): void;|@ohos.multimodalInput.pointer.d.ts|
|Added|NA|Module name: ohos.multimodalInput.pointer<br>Class name: pointer<br>Method or attribute name: function setPointerVisible(visible: boolean): Promise\<void>;|@ohos.multimodalInput.pointer.d.ts|
|Added|NA|Module name: ohos.multimodalInput.pointer<br>Class name: pointer<br>Method or attribute name: function isPointerVisible(callback: AsyncCallback\<boolean>): void;|@ohos.multimodalInput.pointer.d.ts|
|Added|NA|Module name: ohos.multimodalInput.pointer<br>Class name: pointer<br>Method or attribute name: function isPointerVisible(): Promise\<boolean>;|@ohos.multimodalInput.pointer.d.ts|
|Added|NA|Module name: ohos.multimodalInput.touchEvent<br>Class name: Action|@ohos.multimodalInput.touchEvent.d.ts|
|Added|NA|Module name: ohos.multimodalInput.touchEvent<br>Class name: Action<br>Method or attribute name: CANCEL = 0|@ohos.multimodalInput.touchEvent.d.ts|
|Added|NA|Module name: ohos.multimodalInput.touchEvent<br>Class name: Action<br>Method or attribute name: DOWN = 1|@ohos.multimodalInput.touchEvent.d.ts|
|Added|NA|Module name: ohos.multimodalInput.touchEvent<br>Class name: Action<br>Method or attribute name: MOVE = 2|@ohos.multimodalInput.touchEvent.d.ts|
|Added|NA|Module name: ohos.multimodalInput.touchEvent<br>Class name: Action<br>Method or attribute name: UP = 3|@ohos.multimodalInput.touchEvent.d.ts|
|Added|NA|Module name: ohos.multimodalInput.touchEvent<br>Class name: ToolType|@ohos.multimodalInput.touchEvent.d.ts|
|Added|NA|Module name: ohos.multimodalInput.touchEvent<br>Class name: ToolType<br>Method or attribute name: FINGER = 0|@ohos.multimodalInput.touchEvent.d.ts|
|Added|NA|Module name: ohos.multimodalInput.touchEvent<br>Class name: ToolType<br>Method or attribute name: PEN = 1|@ohos.multimodalInput.touchEvent.d.ts|
|Added|NA|Module name: ohos.multimodalInput.touchEvent<br>Class name: ToolType<br>Method or attribute name: RUBBER = 2|@ohos.multimodalInput.touchEvent.d.ts|
|Added|NA|Module name: ohos.multimodalInput.touchEvent<br>Class name: ToolType<br>Method or attribute name: BRUSH = 3|@ohos.multimodalInput.touchEvent.d.ts|
|Added|NA|Module name: ohos.multimodalInput.touchEvent<br>Class name: ToolType<br>Method or attribute name: PENCIL = 4|@ohos.multimodalInput.touchEvent.d.ts|
|Added|NA|Module name: ohos.multimodalInput.touchEvent<br>Class name: ToolType<br>Method or attribute name: AIRBRUSH = 5|@ohos.multimodalInput.touchEvent.d.ts|
|Added|NA|Module name: ohos.multimodalInput.touchEvent<br>Class name: ToolType<br>Method or attribute name: MOUSE = 6|@ohos.multimodalInput.touchEvent.d.ts|
|Added|NA|Module name: ohos.multimodalInput.touchEvent<br>Class name: ToolType<br>Method or attribute name: LENS = 7|@ohos.multimodalInput.touchEvent.d.ts|
|Added|NA|Module name: ohos.multimodalInput.touchEvent<br>Class name: SourceType|@ohos.multimodalInput.touchEvent.d.ts|
|Added|NA|Module name: ohos.multimodalInput.touchEvent<br>Class name: SourceType<br>Method or attribute name: TOUCH_SCREEN = 0|@ohos.multimodalInput.touchEvent.d.ts|
|Added|NA|Module name: ohos.multimodalInput.touchEvent<br>Class name: SourceType<br>Method or attribute name: PEN = 1|@ohos.multimodalInput.touchEvent.d.ts|
|Added|NA|Module name: ohos.multimodalInput.touchEvent<br>Class name: SourceType<br>Method or attribute name: TOUCH_PAD = 2|@ohos.multimodalInput.touchEvent.d.ts|
|Added|NA|Module name: ohos.multimodalInput.touchEvent<br>Class name: Touch|@ohos.multimodalInput.touchEvent.d.ts|
|Added|NA|Module name: ohos.multimodalInput.touchEvent<br>Class name: Touch<br>Method or attribute name: id: number;|@ohos.multimodalInput.touchEvent.d.ts|
|Added|NA|Module name: ohos.multimodalInput.touchEvent<br>Class name: Touch<br>Method or attribute name: pressedTime: number;|@ohos.multimodalInput.touchEvent.d.ts|
|Added|NA|Module name: ohos.multimodalInput.touchEvent<br>Class name: Touch<br>Method or attribute name: screenX: number;|@ohos.multimodalInput.touchEvent.d.ts|
|Added|NA|Module name: ohos.multimodalInput.touchEvent<br>Class name: Touch<br>Method or attribute name: screenY: number;|@ohos.multimodalInput.touchEvent.d.ts|
|Added|NA|Module name: ohos.multimodalInput.touchEvent<br>Class name: Touch<br>Method or attribute name: windowX: number;|@ohos.multimodalInput.touchEvent.d.ts|
|Added|NA|Module name: ohos.multimodalInput.touchEvent<br>Class name: Touch<br>Method or attribute name: windowY: number;|@ohos.multimodalInput.touchEvent.d.ts|
|Added|NA|Module name: ohos.multimodalInput.touchEvent<br>Class name: Touch<br>Method or attribute name: pressure: number;|@ohos.multimodalInput.touchEvent.d.ts|
|Added|NA|Module name: ohos.multimodalInput.touchEvent<br>Class name: Touch<br>Method or attribute name: width: number;|@ohos.multimodalInput.touchEvent.d.ts|
|Added|NA|Module name: ohos.multimodalInput.touchEvent<br>Class name: Touch<br>Method or attribute name: height: number;|@ohos.multimodalInput.touchEvent.d.ts|
|Added|NA|Module name: ohos.multimodalInput.touchEvent<br>Class name: Touch<br>Method or attribute name: tiltX: number;|@ohos.multimodalInput.touchEvent.d.ts|
|Added|NA|Module name: ohos.multimodalInput.touchEvent<br>Class name: Touch<br>Method or attribute name: tiltY: number;|@ohos.multimodalInput.touchEvent.d.ts|
|Added|NA|Module name: ohos.multimodalInput.touchEvent<br>Class name: Touch<br>Method or attribute name: toolX: number;|@ohos.multimodalInput.touchEvent.d.ts|
|Added|NA|Module name: ohos.multimodalInput.touchEvent<br>Class name: Touch<br>Method or attribute name: toolY: number;|@ohos.multimodalInput.touchEvent.d.ts|
|Added|NA|Module name: ohos.multimodalInput.touchEvent<br>Class name: Touch<br>Method or attribute name: toolWidth: number;|@ohos.multimodalInput.touchEvent.d.ts|
|Added|NA|Module name: ohos.multimodalInput.touchEvent<br>Class name: Touch<br>Method or attribute name: toolHeight: number;|@ohos.multimodalInput.touchEvent.d.ts|
|Added|NA|Module name: ohos.multimodalInput.touchEvent<br>Class name: Touch<br>Method or attribute name: rawX: number;|@ohos.multimodalInput.touchEvent.d.ts|
|Added|NA|Module name: ohos.multimodalInput.touchEvent<br>Class name: Touch<br>Method or attribute name: rawY: number;|@ohos.multimodalInput.touchEvent.d.ts|
|Added|NA|Module name: ohos.multimodalInput.touchEvent<br>Class name: Touch<br>Method or attribute name: toolType: ToolType;|@ohos.multimodalInput.touchEvent.d.ts|
|Added|NA|Module name: ohos.multimodalInput.touchEvent<br>Class name: TouchEvent|@ohos.multimodalInput.touchEvent.d.ts|
|Added|NA|Module name: ohos.multimodalInput.touchEvent<br>Class name: TouchEvent<br>Method or attribute name: action: Action;|@ohos.multimodalInput.touchEvent.d.ts|
|Added|NA|Module name: ohos.multimodalInput.touchEvent<br>Class name: TouchEvent<br>Method or attribute name: touch: Touch;|@ohos.multimodalInput.touchEvent.d.ts|
|Added|NA|Module name: ohos.multimodalInput.touchEvent<br>Class name: TouchEvent<br>Method or attribute name: touches: Touch[];|@ohos.multimodalInput.touchEvent.d.ts|
|Added|NA|Module name: ohos.multimodalInput.touchEvent<br>Class name: TouchEvent<br>Method or attribute name: sourceType: SourceType;|@ohos.multimodalInput.touchEvent.d.ts|
|Deprecated version changed|Class name: inputDevice<br>Method or attribute name: function getDeviceIds(callback: AsyncCallback\<Array\<number>>): void;<br>Deprecated version: N/A|Class name: inputDevice<br>Method or attribute name: function getDeviceIds(callback: AsyncCallback\<Array\<number>>): void;<br>Deprecated version: 9<br>Substitute API: ohos.multimodalInput.inputDevice|@ohos.multimodalInput.inputDevice.d.ts|
|Deprecated version changed|Class name: inputDevice<br>Method or attribute name: function getDeviceIds(): Promise\<Array\<number>>;<br>Deprecated version: N/A|Class name: inputDevice<br>Method or attribute name: function getDeviceIds(): Promise\<Array\<number>>;<br>Deprecated version: 9<br>Substitute API: ohos.multimodalInput.inputDevice|@ohos.multimodalInput.inputDevice.d.ts|
|Deprecated version changed|Class name: inputDevice<br>Method or attribute name: function getDevice(deviceId: number, callback: AsyncCallback\<InputDeviceData>): void;<br>Deprecated version: N/A|Class name: inputDevice<br>Method or attribute name: function getDevice(deviceId: number, callback: AsyncCallback\<InputDeviceData>): void;<br>Deprecated version: 9<br>Substitute API: ohos.multimodalInput.inputDevice|@ohos.multimodalInput.inputDevice.d.ts|
|Deprecated version changed|Class name: inputDevice<br>Method or attribute name: function getDevice(deviceId: number): Promise\<InputDeviceData>;<br>Deprecated version: N/A|Class name: inputDevice<br>Method or attribute name: function getDevice(deviceId: number): Promise\<InputDeviceData>;<br>Deprecated version: 9<br>Substitute API: ohos.multimodalInput.inputDevice|@ohos.multimodalInput.inputDevice.d.ts|
|Initial version changed|Class name: SourceType<br>Method or attribute name: type SourceType = 'keyboard' \| 'mouse' \| 'touchpad' \| 'touchscreen' \| 'joystick' \| 'trackball';<br>Initial version: N/A|Class name: SourceType<br>Method or attribute name: type SourceType = 'keyboard' \| 'mouse' \| 'touchpad' \| 'touchscreen' \| 'joystick' \| 'trackball';<br>Initial version: 9|@ohos.multimodalInput.inputDevice.d.ts|
|Initial version changed|Class name: SourceType<br>Method or attribute name: type SourceType = 'keyboard' \| 'mouse' \| 'touchpad' \| 'touchscreen' \| 'joystick' \| 'trackball';<br>Initial version: N/A|Class name: SourceType<br>Method or attribute name: type SourceType = 'keyboard' \| 'mouse' \| 'touchpad' \| 'touchscreen' \| 'joystick' \| 'trackball';<br>Initial version: 9|@ohos.multimodalInput.inputDevice.d.ts|
|Initial version changed|Class name: SourceType<br>Method or attribute name: type SourceType = 'keyboard' \| 'mouse' \| 'touchpad' \| 'touchscreen' \| 'joystick' \| 'trackball';<br>Initial version: N/A|Class name: SourceType<br>Method or attribute name: type SourceType = 'keyboard' \| 'mouse' \| 'touchpad' \| 'touchscreen' \| 'joystick' \| 'trackball';<br>Initial version: 9|@ohos.multimodalInput.inputDevice.d.ts|
|Initial version changed|Class name: SourceType<br>Method or attribute name: type SourceType = 'keyboard' \| 'mouse' \| 'touchpad' \| 'touchscreen' \| 'joystick' \| 'trackball';<br>Initial version: N/A|Class name: SourceType<br>Method or attribute name: type SourceType = 'keyboard' \| 'mouse' \| 'touchpad' \| 'touchscreen' \| 'joystick' \| 'trackball';<br>Initial version: 9|@ohos.multimodalInput.inputDevice.d.ts|
|Initial version changed|Class name: SourceType<br>Method or attribute name: type SourceType = 'keyboard' \| 'mouse' \| 'touchpad' \| 'touchscreen' \| 'joystick' \| 'trackball';<br>Initial version: N/A|Class name: SourceType<br>Method or attribute name: type SourceType = 'keyboard' \| 'mouse' \| 'touchpad' \| 'touchscreen' \| 'joystick' \| 'trackball';<br>Initial version: 9|@ohos.multimodalInput.inputDevice.d.ts|
|Initial version changed|Class name: SourceType<br>Method or attribute name: type SourceType = 'keyboard' \| 'mouse' \| 'touchpad' \| 'touchscreen' \| 'joystick' \| 'trackball';<br>Initial version: N/A|Class name: SourceType<br>Method or attribute name: type SourceType = 'keyboard' \| 'mouse' \| 'touchpad' \| 'touchscreen' \| 'joystick' \| 'trackball';<br>Initial version: 9|@ohos.multimodalInput.inputDevice.d.ts|
|Initial version changed|Class name: AxisRange<br>Initial version: N/A|Class name: AxisRange<br>Initial version: 8|@ohos.multimodalInput.inputDevice.d.ts|
|Initial version changed|Class name: AxisRange<br>Method or attribute name: source: SourceType;<br>Initial version: N/A|Class name: AxisRange<br>Method or attribute name: source: SourceType;<br>Initial version: 8|@ohos.multimodalInput.inputDevice.d.ts|
|Initial version changed|Class name: AxisRange<br>Method or attribute name: min: number;<br>Initial version: N/A|Class name: AxisRange<br>Method or attribute name: min: number;<br>Initial version: 8|@ohos.multimodalInput.inputDevice.d.ts|
|Initial version changed|Class name: InputDeviceData<br>Initial version: N/A|Class name: InputDeviceData<br>Initial version: 8|@ohos.multimodalInput.inputDevice.d.ts|
|Initial version changed|Class name: InputDeviceData<br>Method or attribute name: id: number;<br>Initial version: N/A|Class name: InputDeviceData<br>Method or attribute name: id: number;<br>Initial version: 8|@ohos.multimodalInput.inputDevice.d.ts|
|Initial version changed|Class name: InputDeviceData<br>Method or attribute name: name: string;<br>Initial version: N/A|Class name: InputDeviceData<br>Method or attribute name: name: string;<br>Initial version: 8|@ohos.multimodalInput.inputDevice.d.ts|
|Initial version changed|Class name: KeyEvent<br>Initial version: N/A|Class name: KeyEvent<br>Initial version: 8|@ohos.multimodalInput.inputEventClient.d.ts|
|Error code added|NA|Class name: inputConsumer<br>Method or attribute name: function on(type: "key", keyOptions: KeyOptions, callback: Callback\<KeyOptions>): void;<br>Error code: 401|@ohos.multimodalInput.inputConsumer.d.ts|
|Error code added|NA|Class name: inputConsumer<br>Method or attribute name: function off(type: "key", keyOptions: KeyOptions, callback?: Callback\<KeyOptions>): void;<br>Error code: 401|@ohos.multimodalInput.inputConsumer.d.ts|
|Error code added|NA|Class name: inputEventClient<br>Method or attribute name: function injectEvent({KeyEvent: KeyEvent}): void;<br>Error code: 401|@ohos.multimodalInput.inputEventClient.d.ts|
|Error code added|NA|Class name: inputMonitor<br>Method or attribute name: function on(type:"touch", receiver:TouchEventReceiver):void;<br>Error code: 401, 201|@ohos.multimodalInput.inputMonitor.d.ts|
|Error code added|NA|Class name: inputMonitor<br>Method or attribute name: function off(type:"touch", receiver?:TouchEventReceiver):void;<br>Error code: 401, 201|@ohos.multimodalInput.inputMonitor.d.ts|
因为 它太大了无法显示 source diff 。你可以改为 查看blob
| Change Type | Old Version | New Version | d.ts File |
| ---- | ------ | ------ | -------- |
|Added|NA|Module name: ohos.commonEventManager<br>Class name: commonEventManager|@ohos.commonEventManager.d.ts|
|Added|NA|Module name: ohos.commonEventManager<br>Class name: commonEventManager<br>Method or attribute name: function publish(event: string, callback: AsyncCallback\<void>): void;|@ohos.commonEventManager.d.ts|
|Added|NA|Module name: ohos.commonEventManager<br>Class name: commonEventManager<br>Method or attribute name: function publish(event: string, options: CommonEventPublishData, callback: AsyncCallback\<void>): void;|@ohos.commonEventManager.d.ts|
|Added|NA|Module name: ohos.commonEventManager<br>Class name: commonEventManager<br>Method or attribute name: function publishAsUser(event: string, userId: number, callback: AsyncCallback\<void>): void;|@ohos.commonEventManager.d.ts|
|Added|NA|Module name: ohos.commonEventManager<br>Class name: commonEventManager<br>Method or attribute name: function publishAsUser(event: string, userId: number, options: CommonEventPublishData, callback: AsyncCallback\<void>): void;|@ohos.commonEventManager.d.ts|
|Added|NA|Module name: ohos.commonEventManager<br>Class name: commonEventManager<br>Method or attribute name: function createSubscriber(subscribeInfo: CommonEventSubscribeInfo, callback: AsyncCallback\<CommonEventSubscriber>): void;|@ohos.commonEventManager.d.ts|
|Added|NA|Module name: ohos.commonEventManager<br>Class name: commonEventManager<br>Method or attribute name: function createSubscriber(subscribeInfo: CommonEventSubscribeInfo): Promise\<CommonEventSubscriber>;|@ohos.commonEventManager.d.ts|
|Added|NA|Module name: ohos.commonEventManager<br>Class name: commonEventManager<br>Method or attribute name: function subscribe(subscriber: CommonEventSubscriber, callback: AsyncCallback\<CommonEventData>): void;|@ohos.commonEventManager.d.ts|
|Added|NA|Module name: ohos.commonEventManager<br>Class name: commonEventManager<br>Method or attribute name: function unsubscribe(subscriber: CommonEventSubscriber, callback?: AsyncCallback\<void>): void;|@ohos.commonEventManager.d.ts|
|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support|@ohos.commonEventManager.d.ts|
|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_BOOT_COMPLETED = "usual.event.BOOT_COMPLETED"|@ohos.commonEventManager.d.ts|
|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_LOCKED_BOOT_COMPLETED = "usual.event.LOCKED_BOOT_COMPLETED"|@ohos.commonEventManager.d.ts|
|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_SHUTDOWN = "usual.event.SHUTDOWN"|@ohos.commonEventManager.d.ts|
|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_BATTERY_CHANGED = "usual.event.BATTERY_CHANGED"|@ohos.commonEventManager.d.ts|
|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_BATTERY_LOW = "usual.event.BATTERY_LOW"|@ohos.commonEventManager.d.ts|
|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_BATTERY_OKAY = "usual.event.BATTERY_OKAY"|@ohos.commonEventManager.d.ts|
|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_POWER_CONNECTED = "usual.event.POWER_CONNECTED"|@ohos.commonEventManager.d.ts|
|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_POWER_DISCONNECTED = "usual.event.POWER_DISCONNECTED"|@ohos.commonEventManager.d.ts|
|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_SCREEN_OFF = "usual.event.SCREEN_OFF"|@ohos.commonEventManager.d.ts|
|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_SCREEN_ON = "usual.event.SCREEN_ON"|@ohos.commonEventManager.d.ts|
|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_THERMAL_LEVEL_CHANGED = "usual.event.THERMAL_LEVEL_CHANGED"|@ohos.commonEventManager.d.ts|
|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_USER_PRESENT = "usual.event.USER_PRESENT"|@ohos.commonEventManager.d.ts|
|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_TIME_TICK = "usual.event.TIME_TICK"|@ohos.commonEventManager.d.ts|
|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_TIME_CHANGED = "usual.event.TIME_CHANGED"|@ohos.commonEventManager.d.ts|
|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_DATE_CHANGED = "usual.event.DATE_CHANGED"|@ohos.commonEventManager.d.ts|
|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_TIMEZONE_CHANGED = "usual.event.TIMEZONE_CHANGED"|@ohos.commonEventManager.d.ts|
|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_CLOSE_SYSTEM_DIALOGS = "usual.event.CLOSE_SYSTEM_DIALOGS"|@ohos.commonEventManager.d.ts|
|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_PACKAGE_ADDED = "usual.event.PACKAGE_ADDED"|@ohos.commonEventManager.d.ts|
|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_PACKAGE_REPLACED = "usual.event.PACKAGE_REPLACED"|@ohos.commonEventManager.d.ts|
|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_MY_PACKAGE_REPLACED = "usual.event.MY_PACKAGE_REPLACED"|@ohos.commonEventManager.d.ts|
|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_PACKAGE_REMOVED = "usual.event.PACKAGE_REMOVED"|@ohos.commonEventManager.d.ts|
|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_BUNDLE_REMOVED = "usual.event.BUNDLE_REMOVED"|@ohos.commonEventManager.d.ts|
|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_PACKAGE_FULLY_REMOVED = "usual.event.PACKAGE_FULLY_REMOVED"|@ohos.commonEventManager.d.ts|
|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_PACKAGE_CHANGED = "usual.event.PACKAGE_CHANGED"|@ohos.commonEventManager.d.ts|
|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_PACKAGE_RESTARTED = "usual.event.PACKAGE_RESTARTED"|@ohos.commonEventManager.d.ts|
|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_PACKAGE_DATA_CLEARED = "usual.event.PACKAGE_DATA_CLEARED"|@ohos.commonEventManager.d.ts|
|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_PACKAGE_CACHE_CLEARED = "usual.event.PACKAGE_CACHE_CLEARED"|@ohos.commonEventManager.d.ts|
|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_PACKAGES_SUSPENDED = "usual.event.PACKAGES_SUSPENDED"|@ohos.commonEventManager.d.ts|
|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_PACKAGES_UNSUSPENDED = "usual.event.PACKAGES_UNSUSPENDED"|@ohos.commonEventManager.d.ts|
|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_MY_PACKAGE_SUSPENDED = "usual.event.MY_PACKAGE_SUSPENDED"|@ohos.commonEventManager.d.ts|
|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_MY_PACKAGE_UNSUSPENDED = "usual.event.MY_PACKAGE_UNSUSPENDED"|@ohos.commonEventManager.d.ts|
|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_UID_REMOVED = "usual.event.UID_REMOVED"|@ohos.commonEventManager.d.ts|
|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_PACKAGE_FIRST_LAUNCH = "usual.event.PACKAGE_FIRST_LAUNCH"|@ohos.commonEventManager.d.ts|
|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_PACKAGE_NEEDS_VERIFICATION =<br> "usual.event.PACKAGE_NEEDS_VERIFICATION"|@ohos.commonEventManager.d.ts|
|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_PACKAGE_VERIFIED = "usual.event.PACKAGE_VERIFIED"|@ohos.commonEventManager.d.ts|
|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_EXTERNAL_APPLICATIONS_AVAILABLE =<br> "usual.event.EXTERNAL_APPLICATIONS_AVAILABLE"|@ohos.commonEventManager.d.ts|
|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_EXTERNAL_APPLICATIONS_UNAVAILABLE =<br> "usual.event.EXTERNAL_APPLICATIONS_UNAVAILABLE"|@ohos.commonEventManager.d.ts|
|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_CONFIGURATION_CHANGED = "usual.event.CONFIGURATION_CHANGED"|@ohos.commonEventManager.d.ts|
|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_LOCALE_CHANGED = "usual.event.LOCALE_CHANGED"|@ohos.commonEventManager.d.ts|
|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_MANAGE_PACKAGE_STORAGE = "usual.event.MANAGE_PACKAGE_STORAGE"|@ohos.commonEventManager.d.ts|
|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_DRIVE_MODE = "common.event.DRIVE_MODE"|@ohos.commonEventManager.d.ts|
|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_HOME_MODE = "common.event.HOME_MODE"|@ohos.commonEventManager.d.ts|
|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_OFFICE_MODE = "common.event.OFFICE_MODE"|@ohos.commonEventManager.d.ts|
|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_USER_STARTED = "usual.event.USER_STARTED"|@ohos.commonEventManager.d.ts|
|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_USER_BACKGROUND = "usual.event.USER_BACKGROUND"|@ohos.commonEventManager.d.ts|
|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_USER_FOREGROUND = "usual.event.USER_FOREGROUND"|@ohos.commonEventManager.d.ts|
|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_USER_SWITCHED = "usual.event.USER_SWITCHED"|@ohos.commonEventManager.d.ts|
|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_USER_STARTING = "usual.event.USER_STARTING"|@ohos.commonEventManager.d.ts|
|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_USER_UNLOCKED = "usual.event.USER_UNLOCKED"|@ohos.commonEventManager.d.ts|
|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_USER_STOPPING = "usual.event.USER_STOPPING"|@ohos.commonEventManager.d.ts|
|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_USER_STOPPED = "usual.event.USER_STOPPED"|@ohos.commonEventManager.d.ts|
|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_DISTRIBUTED_ACCOUNT_LOGIN = "common.event.DISTRIBUTED_ACCOUNT_LOGIN"|@ohos.commonEventManager.d.ts|
|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_DISTRIBUTED_ACCOUNT_LOGOUT = "common.event.DISTRIBUTED_ACCOUNT_LOGOUT"|@ohos.commonEventManager.d.ts|
|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_DISTRIBUTED_ACCOUNT_TOKEN_INVALID = "common.event.DISTRIBUTED_ACCOUNT_TOKEN_INVALID"|@ohos.commonEventManager.d.ts|
|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_DISTRIBUTED_ACCOUNT_LOGOFF = "common.event.DISTRIBUTED_ACCOUNT_LOGOFF"|@ohos.commonEventManager.d.ts|
|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_WIFI_POWER_STATE = "usual.event.wifi.POWER_STATE"|@ohos.commonEventManager.d.ts|
|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_WIFI_SCAN_FINISHED = "usual.event.wifi.SCAN_FINISHED"|@ohos.commonEventManager.d.ts|
|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_WIFI_RSSI_VALUE = "usual.event.wifi.RSSI_VALUE"|@ohos.commonEventManager.d.ts|
|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_WIFI_CONN_STATE = "usual.event.wifi.CONN_STATE"|@ohos.commonEventManager.d.ts|
|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_WIFI_HOTSPOT_STATE = "usual.event.wifi.HOTSPOT_STATE"|@ohos.commonEventManager.d.ts|
|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_WIFI_AP_STA_JOIN = "usual.event.wifi.WIFI_HS_STA_JOIN"|@ohos.commonEventManager.d.ts|
|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_WIFI_AP_STA_LEAVE = "usual.event.wifi.WIFI_HS_STA_LEAVE"|@ohos.commonEventManager.d.ts|
|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_WIFI_MPLINK_STATE_CHANGE = "usual.event.wifi.mplink.STATE_CHANGE"|@ohos.commonEventManager.d.ts|
|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_WIFI_P2P_CONN_STATE = "usual.event.wifi.p2p.CONN_STATE_CHANGE"|@ohos.commonEventManager.d.ts|
|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_WIFI_P2P_STATE_CHANGED = "usual.event.wifi.p2p.STATE_CHANGE"|@ohos.commonEventManager.d.ts|
|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_WIFI_P2P_PEERS_STATE_CHANGED =<br> "usual.event.wifi.p2p.DEVICES_CHANGE"|@ohos.commonEventManager.d.ts|
|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_WIFI_P2P_PEERS_DISCOVERY_STATE_CHANGED =<br> "usual.event.wifi.p2p.PEER_DISCOVERY_STATE_CHANGE"|@ohos.commonEventManager.d.ts|
|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_WIFI_P2P_CURRENT_DEVICE_STATE_CHANGED =<br> "usual.event.wifi.p2p.CURRENT_DEVICE_CHANGE"|@ohos.commonEventManager.d.ts|
|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_WIFI_P2P_GROUP_STATE_CHANGED =<br> "usual.event.wifi.p2p.GROUP_STATE_CHANGED"|@ohos.commonEventManager.d.ts|
|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_BLUETOOTH_HANDSFREE_AG_CONNECT_STATE_UPDATE =<br> "usual.event.bluetooth.handsfree.ag.CONNECT_STATE_UPDATE"|@ohos.commonEventManager.d.ts|
|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_BLUETOOTH_HANDSFREE_AG_CURRENT_DEVICE_UPDATE =<br> "usual.event.bluetooth.handsfree.ag.CURRENT_DEVICE_UPDATE"|@ohos.commonEventManager.d.ts|
|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_BLUETOOTH_HANDSFREE_AG_AUDIO_STATE_UPDATE =<br> "usual.event.bluetooth.handsfree.ag.AUDIO_STATE_UPDATE"|@ohos.commonEventManager.d.ts|
|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_BLUETOOTH_A2DPSOURCE_CONNECT_STATE_UPDATE =<br> "usual.event.bluetooth.a2dpsource.CONNECT_STATE_UPDATE"|@ohos.commonEventManager.d.ts|
|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_BLUETOOTH_A2DPSOURCE_CURRENT_DEVICE_UPDATE =<br> "usual.event.bluetooth.a2dpsource.CURRENT_DEVICE_UPDATE"|@ohos.commonEventManager.d.ts|
|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_BLUETOOTH_A2DPSOURCE_PLAYING_STATE_UPDATE =<br> "usual.event.bluetooth.a2dpsource.PLAYING_STATE_UPDATE"|@ohos.commonEventManager.d.ts|
|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_BLUETOOTH_A2DPSOURCE_AVRCP_CONNECT_STATE_UPDATE =<br> "usual.event.bluetooth.a2dpsource.AVRCP_CONNECT_STATE_UPDATE"|@ohos.commonEventManager.d.ts|
|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_BLUETOOTH_A2DPSOURCE_CODEC_VALUE_UPDATE =<br> "usual.event.bluetooth.a2dpsource.CODEC_VALUE_UPDATE"|@ohos.commonEventManager.d.ts|
|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_BLUETOOTH_REMOTEDEVICE_DISCOVERED =<br> "usual.event.bluetooth.remotedevice.DISCOVERED"|@ohos.commonEventManager.d.ts|
|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_BLUETOOTH_REMOTEDEVICE_CLASS_VALUE_UPDATE =<br> "usual.event.bluetooth.remotedevice.CLASS_VALUE_UPDATE"|@ohos.commonEventManager.d.ts|
|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_BLUETOOTH_REMOTEDEVICE_ACL_CONNECTED =<br> "usual.event.bluetooth.remotedevice.ACL_CONNECTED"|@ohos.commonEventManager.d.ts|
|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_BLUETOOTH_REMOTEDEVICE_ACL_DISCONNECTED =<br> "usual.event.bluetooth.remotedevice.ACL_DISCONNECTED"|@ohos.commonEventManager.d.ts|
|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_BLUETOOTH_REMOTEDEVICE_NAME_UPDATE =<br> "usual.event.bluetooth.remotedevice.NAME_UPDATE"|@ohos.commonEventManager.d.ts|
|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_BLUETOOTH_REMOTEDEVICE_PAIR_STATE =<br> "usual.event.bluetooth.remotedevice.PAIR_STATE"|@ohos.commonEventManager.d.ts|
|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_BLUETOOTH_REMOTEDEVICE_BATTERY_VALUE_UPDATE =<br> "usual.event.bluetooth.remotedevice.BATTERY_VALUE_UPDATE"|@ohos.commonEventManager.d.ts|
|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_BLUETOOTH_REMOTEDEVICE_SDP_RESULT =<br> "usual.event.bluetooth.remotedevice.SDP_RESULT"|@ohos.commonEventManager.d.ts|
|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_BLUETOOTH_REMOTEDEVICE_UUID_VALUE =<br> "usual.event.bluetooth.remotedevice.UUID_VALUE"|@ohos.commonEventManager.d.ts|
|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_BLUETOOTH_REMOTEDEVICE_PAIRING_REQ =<br> "usual.event.bluetooth.remotedevice.PAIRING_REQ"|@ohos.commonEventManager.d.ts|
|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_BLUETOOTH_REMOTEDEVICE_PAIRING_CANCEL =<br> "usual.event.bluetooth.remotedevice.PAIRING_CANCEL"|@ohos.commonEventManager.d.ts|
|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_BLUETOOTH_REMOTEDEVICE_CONNECT_REQ =<br> "usual.event.bluetooth.remotedevice.CONNECT_REQ"|@ohos.commonEventManager.d.ts|
|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_BLUETOOTH_REMOTEDEVICE_CONNECT_REPLY =<br> "usual.event.bluetooth.remotedevice.CONNECT_REPLY"|@ohos.commonEventManager.d.ts|
|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_BLUETOOTH_REMOTEDEVICE_CONNECT_CANCEL =<br> "usual.event.bluetooth.remotedevice.CONNECT_CANCEL"|@ohos.commonEventManager.d.ts|
|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_BLUETOOTH_HANDSFREEUNIT_CONNECT_STATE_UPDATE =<br> "usual.event.bluetooth.handsfreeunit.CONNECT_STATE_UPDATE"|@ohos.commonEventManager.d.ts|
|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_BLUETOOTH_HANDSFREEUNIT_AUDIO_STATE_UPDATE =<br> "usual.event.bluetooth.handsfreeunit.AUDIO_STATE_UPDATE"|@ohos.commonEventManager.d.ts|
|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_BLUETOOTH_HANDSFREEUNIT_AG_COMMON_EVENT =<br> "usual.event.bluetooth.handsfreeunit.AG_COMMON_EVENT"|@ohos.commonEventManager.d.ts|
|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_BLUETOOTH_HANDSFREEUNIT_AG_CALL_STATE_UPDATE =<br> "usual.event.bluetooth.handsfreeunit.AG_CALL_STATE_UPDATE"|@ohos.commonEventManager.d.ts|
|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_BLUETOOTH_HOST_STATE_UPDATE =<br> "usual.event.bluetooth.host.STATE_UPDATE"|@ohos.commonEventManager.d.ts|
|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_BLUETOOTH_HOST_REQ_DISCOVERABLE =<br> "usual.event.bluetooth.host.REQ_DISCOVERABLE"|@ohos.commonEventManager.d.ts|
|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_BLUETOOTH_HOST_REQ_ENABLE = "usual.event.bluetooth.host.REQ_ENABLE"|@ohos.commonEventManager.d.ts|
|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_BLUETOOTH_HOST_REQ_DISABLE =<br> "usual.event.bluetooth.host.REQ_DISABLE"|@ohos.commonEventManager.d.ts|
|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_BLUETOOTH_HOST_SCAN_MODE_UPDATE =<br> "usual.event.bluetooth.host.SCAN_MODE_UPDATE"|@ohos.commonEventManager.d.ts|
|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_BLUETOOTH_HOST_DISCOVERY_STARTED =<br> "usual.event.bluetooth.host.DISCOVERY_STARTED"|@ohos.commonEventManager.d.ts|
|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_BLUETOOTH_HOST_DISCOVERY_FINISHED =<br> "usual.event.bluetooth.host.DISCOVERY_FINISHED"|@ohos.commonEventManager.d.ts|
|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_BLUETOOTH_HOST_NAME_UPDATE =<br> "usual.event.bluetooth.host.NAME_UPDATE"|@ohos.commonEventManager.d.ts|
|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_BLUETOOTH_A2DPSINK_CONNECT_STATE_UPDATE =<br> "usual.event.bluetooth.a2dpsink.CONNECT_STATE_UPDATE"|@ohos.commonEventManager.d.ts|
|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_BLUETOOTH_A2DPSINK_PLAYING_STATE_UPDATE =<br> "usual.event.bluetooth.a2dpsink.PLAYING_STATE_UPDATE"|@ohos.commonEventManager.d.ts|
|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_BLUETOOTH_A2DPSINK_AUDIO_STATE_UPDATE =<br> "usual.event.bluetooth.a2dpsink.AUDIO_STATE_UPDATE"|@ohos.commonEventManager.d.ts|
|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_NFC_ACTION_ADAPTER_STATE_CHANGED =<br> "usual.event.nfc.action.ADAPTER_STATE_CHANGED"|@ohos.commonEventManager.d.ts|
|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_NFC_ACTION_RF_FIELD_ON_DETECTED =<br> "usual.event.nfc.action.RF_FIELD_ON_DETECTED"|@ohos.commonEventManager.d.ts|
|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_NFC_ACTION_RF_FIELD_OFF_DETECTED =<br> "usual.event.nfc.action.RF_FIELD_OFF_DETECTED"|@ohos.commonEventManager.d.ts|
|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_DISCHARGING = "usual.event.DISCHARGING"|@ohos.commonEventManager.d.ts|
|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_CHARGING = "usual.event.CHARGING"|@ohos.commonEventManager.d.ts|
|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_DEVICE_IDLE_MODE_CHANGED = "usual.event.DEVICE_IDLE_MODE_CHANGED"|@ohos.commonEventManager.d.ts|
|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_POWER_SAVE_MODE_CHANGED = "usual.event.POWER_SAVE_MODE_CHANGED"|@ohos.commonEventManager.d.ts|
|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_USER_ADDED = "usual.event.USER_ADDED"|@ohos.commonEventManager.d.ts|
|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_USER_REMOVED = "usual.event.USER_REMOVED"|@ohos.commonEventManager.d.ts|
|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_ABILITY_ADDED = "common.event.ABILITY_ADDED"|@ohos.commonEventManager.d.ts|
|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_ABILITY_REMOVED = "common.event.ABILITY_REMOVED"|@ohos.commonEventManager.d.ts|
|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_ABILITY_UPDATED = "common.event.ABILITY_UPDATED"|@ohos.commonEventManager.d.ts|
|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_LOCATION_MODE_STATE_CHANGED =<br> "usual.event.location.MODE_STATE_CHANGED"|@ohos.commonEventManager.d.ts|
|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_IVI_SLEEP = "common.event.IVI_SLEEP"|@ohos.commonEventManager.d.ts|
|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_IVI_PAUSE = "common.event.IVI_PAUSE"|@ohos.commonEventManager.d.ts|
|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_IVI_STANDBY = "common.event.IVI_STANDBY"|@ohos.commonEventManager.d.ts|
|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_IVI_LASTMODE_SAVE = "common.event.IVI_LASTMODE_SAVE"|@ohos.commonEventManager.d.ts|
|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_IVI_VOLTAGE_ABNORMAL = "common.event.IVI_VOLTAGE_ABNORMAL"|@ohos.commonEventManager.d.ts|
|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_IVI_HIGH_TEMPERATURE = "common.event.IVI_HIGH_TEMPERATURE"|@ohos.commonEventManager.d.ts|
|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_IVI_EXTREME_TEMPERATURE = "common.event.IVI_EXTREME_TEMPERATURE"|@ohos.commonEventManager.d.ts|
|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_IVI_TEMPERATURE_ABNORMAL = "common.event.IVI_TEMPERATURE_ABNORMAL"|@ohos.commonEventManager.d.ts|
|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_IVI_VOLTAGE_RECOVERY = "common.event.IVI_VOLTAGE_RECOVERY"|@ohos.commonEventManager.d.ts|
|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_IVI_TEMPERATURE_RECOVERY = "common.event.IVI_TEMPERATURE_RECOVERY"|@ohos.commonEventManager.d.ts|
|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_IVI_ACTIVE = "common.event.IVI_ACTIVE"|@ohos.commonEventManager.d.ts|
|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_USB_STATE = "usual.event.hardware.usb.action.USB_STATE"|@ohos.commonEventManager.d.ts|
|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_USB_PORT_CHANGED = "usual.event.hardware.usb.action.USB_PORT_CHANGED"|@ohos.commonEventManager.d.ts|
|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_USB_DEVICE_ATTACHED =<br> "usual.event.hardware.usb.action.USB_DEVICE_ATTACHED"|@ohos.commonEventManager.d.ts|
|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_USB_DEVICE_DETACHED =<br> "usual.event.hardware.usb.action.USB_DEVICE_DETACHED"|@ohos.commonEventManager.d.ts|
|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_USB_ACCESSORY_ATTACHED =<br> "usual.event.hardware.usb.action.USB_ACCESSORY_ATTACHED"|@ohos.commonEventManager.d.ts|
|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_USB_ACCESSORY_DETACHED =<br> "usual.event.hardware.usb.action.USB_ACCESSORY_DETACHED"|@ohos.commonEventManager.d.ts|
|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_DISK_REMOVED = "usual.event.data.DISK_REMOVED"|@ohos.commonEventManager.d.ts|
|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_DISK_UNMOUNTED = "usual.event.data.DISK_UNMOUNTED"|@ohos.commonEventManager.d.ts|
|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_DISK_MOUNTED = "usual.event.data.DISK_MOUNTED"|@ohos.commonEventManager.d.ts|
|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_DISK_BAD_REMOVAL = "usual.event.data.DISK_BAD_REMOVAL"|@ohos.commonEventManager.d.ts|
|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_DISK_UNMOUNTABLE = "usual.event.data.DISK_UNMOUNTABLE"|@ohos.commonEventManager.d.ts|
|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_DISK_EJECT = "usual.event.data.DISK_EJECT"|@ohos.commonEventManager.d.ts|
|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_VOLUME_REMOVED = "usual.event.data.VOLUME_REMOVED"|@ohos.commonEventManager.d.ts|
|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_VOLUME_UNMOUNTED = "usual.event.data.VOLUME_UNMOUNTED"|@ohos.commonEventManager.d.ts|
|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_VOLUME_MOUNTED = "usual.event.data.VOLUME_MOUNTED"|@ohos.commonEventManager.d.ts|
|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_VOLUME_BAD_REMOVAL = "usual.event.data.VOLUME_BAD_REMOVAL"|@ohos.commonEventManager.d.ts|
|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_VOLUME_EJECT = "usual.event.data.VOLUME_EJECT"|@ohos.commonEventManager.d.ts|
|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_VISIBLE_ACCOUNTS_UPDATED =<br> "usual.event.data.VISIBLE_ACCOUNTS_UPDATED"|@ohos.commonEventManager.d.ts|
|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_ACCOUNT_DELETED = "usual.event.data.ACCOUNT_DELETED"|@ohos.commonEventManager.d.ts|
|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_FOUNDATION_READY = "common.event.FOUNDATION_READY"|@ohos.commonEventManager.d.ts|
|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_AIRPLANE_MODE_CHANGED = "usual.event.AIRPLANE_MODE"|@ohos.commonEventManager.d.ts|
|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_SPLIT_SCREEN = "common.event.SPLIT_SCREEN"|@ohos.commonEventManager.d.ts|
|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_SLOT_CHANGE = "usual.event.SLOT_CHANGE"|@ohos.commonEventManager.d.ts|
|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_SPN_INFO_CHANGED = "usual.event.SPN_INFO_CHANGED"|@ohos.commonEventManager.d.ts|
|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_QUICK_FIX_APPLY_RESULT = "usual.event.QUICK_FIX_APPLY_RESULT"|@ohos.commonEventManager.d.ts|
|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_USER_INFO_UPDATED = "usual.event.USER_INFO_UPDATED"|@ohos.commonEventManager.d.ts|
|Added|NA|Module name: ohos.notification<br>Class name: RemoveReason|@ohos.notification.d.ts|
|Added|NA|Class name: RemoveReason<br>Method or attribute name: |@ohos.notification.d.ts|
|Added|NA|Module name: ohos.notification<br>Class name: RemoveReason<br>Method or attribute name: CLICK_REASON_REMOVE = 1|@ohos.notification.d.ts|
|Added|NA|Class name: RemoveReason<br>Method or attribute name: CLICK_REASON_REMOVE = 1|@ohos.notification.d.ts|
|Added|NA|Module name: ohos.notification<br>Class name: RemoveReason<br>Method or attribute name: CANCEL_REASON_REMOVE = 2|@ohos.notification.d.ts|
|Added|NA|Class name: RemoveReason<br>Method or attribute name: CANCEL_REASON_REMOVE = 2|@ohos.notification.d.ts|
|Added|NA|Module name: ohos.notificationManager<br>Class name: notificationManager|@ohos.notificationManager.d.ts|
|Added|NA|Module name: ohos.notificationManager<br>Class name: notificationManager<br>Method or attribute name: function publish(request: NotificationRequest, callback: AsyncCallback\<void>): void;|@ohos.notificationManager.d.ts|
|Added|NA|Module name: ohos.notificationManager<br>Class name: notificationManager<br>Method or attribute name: function publish(request: NotificationRequest): Promise\<void>;|@ohos.notificationManager.d.ts|
|Added|NA|Module name: ohos.notificationManager<br>Class name: notificationManager<br>Method or attribute name: function publish(request: NotificationRequest, userId: number, callback: AsyncCallback\<void>): void;|@ohos.notificationManager.d.ts|
|Added|NA|Module name: ohos.notificationManager<br>Class name: notificationManager<br>Method or attribute name: function publish(request: NotificationRequest, userId: number): Promise\<void>;|@ohos.notificationManager.d.ts|
|Added|NA|Module name: ohos.notificationManager<br>Class name: notificationManager<br>Method or attribute name: function publishAsBundle(request: NotificationRequest, representativeBundle: string, userId: number, callback: AsyncCallback\<void>): void;|@ohos.notificationManager.d.ts|
|Added|NA|Module name: ohos.notificationManager<br>Class name: notificationManager<br>Method or attribute name: function publishAsBundle(request: NotificationRequest, representativeBundle: string, userId: number): Promise\<void>;|@ohos.notificationManager.d.ts|
|Added|NA|Module name: ohos.notificationManager<br>Class name: notificationManager<br>Method or attribute name: function cancel(id: number, callback: AsyncCallback\<void>): void;|@ohos.notificationManager.d.ts|
|Added|NA|Module name: ohos.notificationManager<br>Class name: notificationManager<br>Method or attribute name: function cancel(id: number, label: string, callback: AsyncCallback\<void>): void;|@ohos.notificationManager.d.ts|
|Added|NA|Module name: ohos.notificationManager<br>Class name: notificationManager<br>Method or attribute name: function cancel(id: number, label?: string): Promise\<void>;|@ohos.notificationManager.d.ts|
|Added|NA|Module name: ohos.notificationManager<br>Class name: notificationManager<br>Method or attribute name: function cancelAsBundle(id: number, representativeBundle: string, userId: number, callback: AsyncCallback\<void>): void;|@ohos.notificationManager.d.ts|
|Added|NA|Module name: ohos.notificationManager<br>Class name: notificationManager<br>Method or attribute name: function cancelAsBundle(id: number, representativeBundle: string, userId: number): Promise\<void>;|@ohos.notificationManager.d.ts|
|Added|NA|Module name: ohos.notificationManager<br>Class name: notificationManager<br>Method or attribute name: function cancelAll(callback: AsyncCallback\<void>): void;|@ohos.notificationManager.d.ts|
|Added|NA|Module name: ohos.notificationManager<br>Class name: notificationManager<br>Method or attribute name: function cancelAll(): Promise\<void>;|@ohos.notificationManager.d.ts|
|Added|NA|Module name: ohos.notificationManager<br>Class name: notificationManager<br>Method or attribute name: function addSlot(slot: NotificationSlot, callback: AsyncCallback\<void>): void;|@ohos.notificationManager.d.ts|
|Added|NA|Module name: ohos.notificationManager<br>Class name: notificationManager<br>Method or attribute name: function addSlot(slot: NotificationSlot): Promise\<void>;|@ohos.notificationManager.d.ts|
|Added|NA|Module name: ohos.notificationManager<br>Class name: notificationManager<br>Method or attribute name: function addSlot(type: SlotType, callback: AsyncCallback\<void>): void;|@ohos.notificationManager.d.ts|
|Added|NA|Module name: ohos.notificationManager<br>Class name: notificationManager<br>Method or attribute name: function addSlot(type: SlotType): Promise\<void>;|@ohos.notificationManager.d.ts|
|Added|NA|Module name: ohos.notificationManager<br>Class name: notificationManager<br>Method or attribute name: function addSlots(slots: Array\<NotificationSlot>, callback: AsyncCallback\<void>): void;|@ohos.notificationManager.d.ts|
|Added|NA|Module name: ohos.notificationManager<br>Class name: notificationManager<br>Method or attribute name: function addSlots(slots: Array\<NotificationSlot>): Promise\<void>;|@ohos.notificationManager.d.ts|
|Added|NA|Module name: ohos.notificationManager<br>Class name: notificationManager<br>Method or attribute name: function getSlot(slotType: SlotType, callback: AsyncCallback\<NotificationSlot>): void;|@ohos.notificationManager.d.ts|
|Added|NA|Module name: ohos.notificationManager<br>Class name: notificationManager<br>Method or attribute name: function getSlot(slotType: SlotType): Promise\<NotificationSlot>;|@ohos.notificationManager.d.ts|
|Added|NA|Module name: ohos.notificationManager<br>Class name: notificationManager<br>Method or attribute name: function getSlots(callback: AsyncCallback\<Array\<NotificationSlot>>): void;|@ohos.notificationManager.d.ts|
|Added|NA|Module name: ohos.notificationManager<br>Class name: notificationManager<br>Method or attribute name: function getSlots(): Promise\<Array\<NotificationSlot>>;|@ohos.notificationManager.d.ts|
|Added|NA|Module name: ohos.notificationManager<br>Class name: notificationManager<br>Method or attribute name: function removeSlot(slotType: SlotType, callback: AsyncCallback\<void>): void;|@ohos.notificationManager.d.ts|
|Added|NA|Module name: ohos.notificationManager<br>Class name: notificationManager<br>Method or attribute name: function removeSlot(slotType: SlotType): Promise\<void>;|@ohos.notificationManager.d.ts|
|Added|NA|Module name: ohos.notificationManager<br>Class name: notificationManager<br>Method or attribute name: function removeAllSlots(callback: AsyncCallback\<void>): void;|@ohos.notificationManager.d.ts|
|Added|NA|Module name: ohos.notificationManager<br>Class name: notificationManager<br>Method or attribute name: function removeAllSlots(): Promise\<void>;|@ohos.notificationManager.d.ts|
|Added|NA|Module name: ohos.notificationManager<br>Class name: notificationManager<br>Method or attribute name: function setNotificationEnable(bundle: BundleOption, enable: boolean, callback: AsyncCallback\<void>): void;|@ohos.notificationManager.d.ts|
|Added|NA|Module name: ohos.notificationManager<br>Class name: notificationManager<br>Method or attribute name: function setNotificationEnable(bundle: BundleOption, enable: boolean): Promise\<void>;|@ohos.notificationManager.d.ts|
|Added|NA|Module name: ohos.notificationManager<br>Class name: notificationManager<br>Method or attribute name: function isNotificationEnabled(bundle: BundleOption, callback: AsyncCallback\<boolean>): void;|@ohos.notificationManager.d.ts|
|Added|NA|Module name: ohos.notificationManager<br>Class name: notificationManager<br>Method or attribute name: function isNotificationEnabled(bundle: BundleOption): Promise\<boolean>;|@ohos.notificationManager.d.ts|
|Added|NA|Module name: ohos.notificationManager<br>Class name: notificationManager<br>Method or attribute name: function isNotificationEnabled(callback: AsyncCallback\<boolean>): void;|@ohos.notificationManager.d.ts|
|Added|NA|Module name: ohos.notificationManager<br>Class name: notificationManager<br>Method or attribute name: function isNotificationEnabled(): Promise\<boolean>;|@ohos.notificationManager.d.ts|
|Added|NA|Module name: ohos.notificationManager<br>Class name: notificationManager<br>Method or attribute name: function isNotificationEnabled(userId: number, callback: AsyncCallback\<boolean>): void;|@ohos.notificationManager.d.ts|
|Added|NA|Module name: ohos.notificationManager<br>Class name: notificationManager<br>Method or attribute name: function isNotificationEnabled(userId: number): Promise\<boolean>;|@ohos.notificationManager.d.ts|
|Added|NA|Module name: ohos.notificationManager<br>Class name: notificationManager<br>Method or attribute name: function displayBadge(bundle: BundleOption, enable: boolean, callback: AsyncCallback\<void>): void;|@ohos.notificationManager.d.ts|
|Added|NA|Module name: ohos.notificationManager<br>Class name: notificationManager<br>Method or attribute name: function displayBadge(bundle: BundleOption, enable: boolean): Promise\<void>;|@ohos.notificationManager.d.ts|
|Added|NA|Module name: ohos.notificationManager<br>Class name: notificationManager<br>Method or attribute name: function isBadgeDisplayed(bundle: BundleOption, callback: AsyncCallback\<boolean>): void;|@ohos.notificationManager.d.ts|
|Added|NA|Module name: ohos.notificationManager<br>Class name: notificationManager<br>Method or attribute name: function isBadgeDisplayed(bundle: BundleOption): Promise\<boolean>;|@ohos.notificationManager.d.ts|
|Added|NA|Module name: ohos.notificationManager<br>Class name: notificationManager<br>Method or attribute name: function setSlotByBundle(bundle: BundleOption, slot: NotificationSlot, callback: AsyncCallback\<void>): void;|@ohos.notificationManager.d.ts|
|Added|NA|Module name: ohos.notificationManager<br>Class name: notificationManager<br>Method or attribute name: function setSlotByBundle(bundle: BundleOption, slot: NotificationSlot): Promise\<void>;|@ohos.notificationManager.d.ts|
|Added|NA|Module name: ohos.notificationManager<br>Class name: notificationManager<br>Method or attribute name: function getSlotsByBundle(bundle: BundleOption, callback: AsyncCallback\<Array\<NotificationSlot>>): void;|@ohos.notificationManager.d.ts|
|Added|NA|Module name: ohos.notificationManager<br>Class name: notificationManager<br>Method or attribute name: function getSlotsByBundle(bundle: BundleOption): Promise\<Array\<NotificationSlot>>;|@ohos.notificationManager.d.ts|
|Added|NA|Module name: ohos.notificationManager<br>Class name: notificationManager<br>Method or attribute name: function getSlotNumByBundle(bundle: BundleOption, callback: AsyncCallback\<number>): void;|@ohos.notificationManager.d.ts|
|Added|NA|Module name: ohos.notificationManager<br>Class name: notificationManager<br>Method or attribute name: function getSlotNumByBundle(bundle: BundleOption): Promise\<number>;|@ohos.notificationManager.d.ts|
|Added|NA|Module name: ohos.notificationManager<br>Class name: notificationManager<br>Method or attribute name: function getAllActiveNotifications(callback: AsyncCallback\<Array\<NotificationRequest>>): void;|@ohos.notificationManager.d.ts|
|Added|NA|Module name: ohos.notificationManager<br>Class name: notificationManager<br>Method or attribute name: function getAllActiveNotifications(): Promise\<Array\<NotificationRequest>>;|@ohos.notificationManager.d.ts|
|Added|NA|Module name: ohos.notificationManager<br>Class name: notificationManager<br>Method or attribute name: function getActiveNotificationCount(callback: AsyncCallback\<number>): void;|@ohos.notificationManager.d.ts|
|Added|NA|Module name: ohos.notificationManager<br>Class name: notificationManager<br>Method or attribute name: function getActiveNotificationCount(): Promise\<number>;|@ohos.notificationManager.d.ts|
|Added|NA|Module name: ohos.notificationManager<br>Class name: notificationManager<br>Method or attribute name: function getActiveNotifications(callback: AsyncCallback\<Array\<NotificationRequest>>): void;|@ohos.notificationManager.d.ts|
|Added|NA|Module name: ohos.notificationManager<br>Class name: notificationManager<br>Method or attribute name: function getActiveNotifications(): Promise\<Array\<NotificationRequest>>;|@ohos.notificationManager.d.ts|
|Added|NA|Module name: ohos.notificationManager<br>Class name: notificationManager<br>Method or attribute name: function cancelGroup(groupName: string, callback: AsyncCallback\<void>): void;|@ohos.notificationManager.d.ts|
|Added|NA|Module name: ohos.notificationManager<br>Class name: notificationManager<br>Method or attribute name: function cancelGroup(groupName: string): Promise\<void>;|@ohos.notificationManager.d.ts|
|Added|NA|Module name: ohos.notificationManager<br>Class name: notificationManager<br>Method or attribute name: function removeGroupByBundle(bundle: BundleOption, groupName: string, callback: AsyncCallback\<void>): void;|@ohos.notificationManager.d.ts|
|Added|NA|Module name: ohos.notificationManager<br>Class name: notificationManager<br>Method or attribute name: function removeGroupByBundle(bundle: BundleOption, groupName: string): Promise\<void>;|@ohos.notificationManager.d.ts|
|Added|NA|Module name: ohos.notificationManager<br>Class name: notificationManager<br>Method or attribute name: function setDoNotDisturbDate(date: DoNotDisturbDate, callback: AsyncCallback\<void>): void;|@ohos.notificationManager.d.ts|
|Added|NA|Module name: ohos.notificationManager<br>Class name: notificationManager<br>Method or attribute name: function setDoNotDisturbDate(date: DoNotDisturbDate): Promise\<void>;|@ohos.notificationManager.d.ts|
|Added|NA|Module name: ohos.notificationManager<br>Class name: notificationManager<br>Method or attribute name: function setDoNotDisturbDate(date: DoNotDisturbDate, userId: number, callback: AsyncCallback\<void>): void;|@ohos.notificationManager.d.ts|
|Added|NA|Module name: ohos.notificationManager<br>Class name: notificationManager<br>Method or attribute name: function setDoNotDisturbDate(date: DoNotDisturbDate, userId: number): Promise\<void>;|@ohos.notificationManager.d.ts|
|Added|NA|Module name: ohos.notificationManager<br>Class name: notificationManager<br>Method or attribute name: function getDoNotDisturbDate(callback: AsyncCallback\<DoNotDisturbDate>): void;|@ohos.notificationManager.d.ts|
|Added|NA|Module name: ohos.notificationManager<br>Class name: notificationManager<br>Method or attribute name: function getDoNotDisturbDate(): Promise\<DoNotDisturbDate>;|@ohos.notificationManager.d.ts|
|Added|NA|Module name: ohos.notificationManager<br>Class name: notificationManager<br>Method or attribute name: function getDoNotDisturbDate(userId: number, callback: AsyncCallback\<DoNotDisturbDate>): void;|@ohos.notificationManager.d.ts|
|Added|NA|Module name: ohos.notificationManager<br>Class name: notificationManager<br>Method or attribute name: function getDoNotDisturbDate(userId: number): Promise\<DoNotDisturbDate>;|@ohos.notificationManager.d.ts|
|Added|NA|Module name: ohos.notificationManager<br>Class name: notificationManager<br>Method or attribute name: function isSupportDoNotDisturbMode(callback: AsyncCallback\<boolean>): void;|@ohos.notificationManager.d.ts|
|Added|NA|Module name: ohos.notificationManager<br>Class name: notificationManager<br>Method or attribute name: function isSupportDoNotDisturbMode(): Promise\<boolean>;|@ohos.notificationManager.d.ts|
|Added|NA|Module name: ohos.notificationManager<br>Class name: notificationManager<br>Method or attribute name: function isSupportTemplate(templateName: string, callback: AsyncCallback\<boolean>): void;|@ohos.notificationManager.d.ts|
|Added|NA|Module name: ohos.notificationManager<br>Class name: notificationManager<br>Method or attribute name: function isSupportTemplate(templateName: string): Promise\<boolean>;|@ohos.notificationManager.d.ts|
|Added|NA|Module name: ohos.notificationManager<br>Class name: notificationManager<br>Method or attribute name: function requestEnableNotification(callback: AsyncCallback\<void>): void;|@ohos.notificationManager.d.ts|
|Added|NA|Module name: ohos.notificationManager<br>Class name: notificationManager<br>Method or attribute name: function requestEnableNotification(): Promise\<void>;|@ohos.notificationManager.d.ts|
|Added|NA|Module name: ohos.notificationManager<br>Class name: notificationManager<br>Method or attribute name: function setDistributedEnable(enable: boolean, callback: AsyncCallback\<void>): void;|@ohos.notificationManager.d.ts|
|Added|NA|Module name: ohos.notificationManager<br>Class name: notificationManager<br>Method or attribute name: function setDistributedEnable(enable: boolean): Promise\<void>;|@ohos.notificationManager.d.ts|
|Added|NA|Module name: ohos.notificationManager<br>Class name: notificationManager<br>Method or attribute name: function isDistributedEnabled(callback: AsyncCallback\<boolean>): void;|@ohos.notificationManager.d.ts|
|Added|NA|Module name: ohos.notificationManager<br>Class name: notificationManager<br>Method or attribute name: function isDistributedEnabled(): Promise\<boolean>;|@ohos.notificationManager.d.ts|
|Added|NA|Module name: ohos.notificationManager<br>Class name: notificationManager<br>Method or attribute name: function setDistributedEnableByBundle(bundle: BundleOption, enable: boolean, callback: AsyncCallback\<void>): void;|@ohos.notificationManager.d.ts|
|Added|NA|Module name: ohos.notificationManager<br>Class name: notificationManager<br>Method or attribute name: function setDistributedEnableByBundle(bundle: BundleOption, enable: boolean): Promise\<void>;|@ohos.notificationManager.d.ts|
|Added|NA|Module name: ohos.notificationManager<br>Class name: notificationManager<br>Method or attribute name: function isDistributedEnabledByBundle(bundle: BundleOption, callback: AsyncCallback\<boolean>): void;|@ohos.notificationManager.d.ts|
|Added|NA|Module name: ohos.notificationManager<br>Class name: notificationManager<br>Method or attribute name: function isDistributedEnabledByBundle(bundle: BundleOption): Promise\<boolean>;|@ohos.notificationManager.d.ts|
|Added|NA|Module name: ohos.notificationManager<br>Class name: notificationManager<br>Method or attribute name: function getDeviceRemindType(callback: AsyncCallback\<DeviceRemindType>): void;|@ohos.notificationManager.d.ts|
|Added|NA|Module name: ohos.notificationManager<br>Class name: notificationManager<br>Method or attribute name: function getDeviceRemindType(): Promise\<DeviceRemindType>;|@ohos.notificationManager.d.ts|
|Added|NA|Module name: ohos.notificationManager<br>Class name: notificationManager<br>Method or attribute name: function setNotificationEnableSlot(bundle: BundleOption, type: SlotType, enable: boolean, callback: AsyncCallback\<void>): void;|@ohos.notificationManager.d.ts|
|Added|NA|Module name: ohos.notificationManager<br>Class name: notificationManager<br>Method or attribute name: function setNotificationEnableSlot(bundle: BundleOption, type: SlotType, enable: boolean): Promise\<void>;|@ohos.notificationManager.d.ts|
|Added|NA|Module name: ohos.notificationManager<br>Class name: notificationManager<br>Method or attribute name: function isNotificationSlotEnabled(bundle: BundleOption, type: SlotType, callback: AsyncCallback\<boolean>): void;|@ohos.notificationManager.d.ts|
|Added|NA|Module name: ohos.notificationManager<br>Class name: notificationManager<br>Method or attribute name: function isNotificationSlotEnabled(bundle: BundleOption, type: SlotType): Promise\<boolean>;|@ohos.notificationManager.d.ts|
|Added|NA|Module name: ohos.notificationManager<br>Class name: notificationManager<br>Method or attribute name: function setSyncNotificationEnabledWithoutApp(userId: number, enable: boolean, callback: AsyncCallback\<void>): void;|@ohos.notificationManager.d.ts|
|Added|NA|Module name: ohos.notificationManager<br>Class name: notificationManager<br>Method or attribute name: function setSyncNotificationEnabledWithoutApp(userId: number, enable: boolean): Promise\<void>;|@ohos.notificationManager.d.ts|
|Added|NA|Module name: ohos.notificationManager<br>Class name: notificationManager<br>Method or attribute name: function getSyncNotificationEnabledWithoutApp(userId: number, callback: AsyncCallback\<boolean>): void;|@ohos.notificationManager.d.ts|
|Added|NA|Module name: ohos.notificationManager<br>Class name: notificationManager<br>Method or attribute name: function getSyncNotificationEnabledWithoutApp(userId: number): Promise\<boolean>;|@ohos.notificationManager.d.ts|
|Added|NA|Module name: ohos.notificationManager<br>Class name: SlotType|@ohos.notificationManager.d.ts|
|Added|NA|Module name: ohos.notificationManager<br>Class name: SlotType<br>Method or attribute name: UNKNOWN_TYPE = 0|@ohos.notificationManager.d.ts|
|Added|NA|Module name: ohos.notificationManager<br>Class name: SlotType<br>Method or attribute name: SOCIAL_COMMUNICATION = 1|@ohos.notificationManager.d.ts|
|Added|NA|Module name: ohos.notificationManager<br>Class name: SlotType<br>Method or attribute name: SERVICE_INFORMATION = 2|@ohos.notificationManager.d.ts|
|Added|NA|Module name: ohos.notificationManager<br>Class name: SlotType<br>Method or attribute name: CONTENT_INFORMATION = 3|@ohos.notificationManager.d.ts|
|Added|NA|Module name: ohos.notificationManager<br>Class name: SlotType<br>Method or attribute name: OTHER_TYPES = 0xFFFF|@ohos.notificationManager.d.ts|
|Added|NA|Module name: ohos.notificationManager<br>Class name: ContentType|@ohos.notificationManager.d.ts|
|Added|NA|Module name: ohos.notificationManager<br>Class name: ContentType<br>Method or attribute name: NOTIFICATION_CONTENT_BASIC_TEXT|@ohos.notificationManager.d.ts|
|Added|NA|Module name: ohos.notificationManager<br>Class name: ContentType<br>Method or attribute name: NOTIFICATION_CONTENT_LONG_TEXT|@ohos.notificationManager.d.ts|
|Added|NA|Module name: ohos.notificationManager<br>Class name: ContentType<br>Method or attribute name: NOTIFICATION_CONTENT_PICTURE|@ohos.notificationManager.d.ts|
|Added|NA|Module name: ohos.notificationManager<br>Class name: ContentType<br>Method or attribute name: NOTIFICATION_CONTENT_CONVERSATION|@ohos.notificationManager.d.ts|
|Added|NA|Module name: ohos.notificationManager<br>Class name: ContentType<br>Method or attribute name: NOTIFICATION_CONTENT_MULTILINE|@ohos.notificationManager.d.ts|
|Added|NA|Module name: ohos.notificationManager<br>Class name: SlotLevel|@ohos.notificationManager.d.ts|
|Added|NA|Module name: ohos.notificationManager<br>Class name: SlotLevel<br>Method or attribute name: LEVEL_NONE = 0|@ohos.notificationManager.d.ts|
|Added|NA|Module name: ohos.notificationManager<br>Class name: SlotLevel<br>Method or attribute name: LEVEL_MIN = 1|@ohos.notificationManager.d.ts|
|Added|NA|Module name: ohos.notificationManager<br>Class name: SlotLevel<br>Method or attribute name: LEVEL_LOW = 2|@ohos.notificationManager.d.ts|
|Added|NA|Module name: ohos.notificationManager<br>Class name: SlotLevel<br>Method or attribute name: LEVEL_DEFAULT = 3|@ohos.notificationManager.d.ts|
|Added|NA|Module name: ohos.notificationManager<br>Class name: SlotLevel<br>Method or attribute name: LEVEL_HIGH = 4|@ohos.notificationManager.d.ts|
|Added|NA|Module name: ohos.notificationManager<br>Class name: DoNotDisturbType|@ohos.notificationManager.d.ts|
|Added|NA|Module name: ohos.notificationManager<br>Class name: DoNotDisturbType<br>Method or attribute name: TYPE_NONE = 0|@ohos.notificationManager.d.ts|
|Added|NA|Module name: ohos.notificationManager<br>Class name: DoNotDisturbType<br>Method or attribute name: TYPE_ONCE = 1|@ohos.notificationManager.d.ts|
|Added|NA|Module name: ohos.notificationManager<br>Class name: DoNotDisturbType<br>Method or attribute name: TYPE_DAILY = 2|@ohos.notificationManager.d.ts|
|Added|NA|Module name: ohos.notificationManager<br>Class name: DoNotDisturbType<br>Method or attribute name: TYPE_CLEARLY = 3|@ohos.notificationManager.d.ts|
|Added|NA|Module name: ohos.notificationManager<br>Class name: DoNotDisturbDate|@ohos.notificationManager.d.ts|
|Added|NA|Module name: ohos.notificationManager<br>Class name: DoNotDisturbDate<br>Method or attribute name: type: DoNotDisturbType;|@ohos.notificationManager.d.ts|
|Added|NA|Module name: ohos.notificationManager<br>Class name: DoNotDisturbDate<br>Method or attribute name: begin: Date;|@ohos.notificationManager.d.ts|
|Added|NA|Module name: ohos.notificationManager<br>Class name: DoNotDisturbDate<br>Method or attribute name: end: Date;|@ohos.notificationManager.d.ts|
|Added|NA|Module name: ohos.notificationManager<br>Class name: DeviceRemindType|@ohos.notificationManager.d.ts|
|Added|NA|Module name: ohos.notificationManager<br>Class name: DeviceRemindType<br>Method or attribute name: IDLE_DONOT_REMIND = 0|@ohos.notificationManager.d.ts|
|Added|NA|Module name: ohos.notificationManager<br>Class name: DeviceRemindType<br>Method or attribute name: IDLE_REMIND = 1|@ohos.notificationManager.d.ts|
|Added|NA|Module name: ohos.notificationManager<br>Class name: DeviceRemindType<br>Method or attribute name: ACTIVE_DONOT_REMIND = 2|@ohos.notificationManager.d.ts|
|Added|NA|Module name: ohos.notificationManager<br>Class name: DeviceRemindType<br>Method or attribute name: ACTIVE_REMIND = 3|@ohos.notificationManager.d.ts|
|Added|NA|Module name: ohos.notificationManager<br>Class name: SourceType|@ohos.notificationManager.d.ts|
|Added|NA|Module name: ohos.notificationManager<br>Class name: SourceType<br>Method or attribute name: TYPE_NORMAL = 0|@ohos.notificationManager.d.ts|
|Added|NA|Module name: ohos.notificationManager<br>Class name: SourceType<br>Method or attribute name: TYPE_CONTINUOUS = 1|@ohos.notificationManager.d.ts|
|Added|NA|Module name: ohos.notificationManager<br>Class name: SourceType<br>Method or attribute name: TYPE_TIMER = 2|@ohos.notificationManager.d.ts|
|Added|NA|Module name: ohos.notificationSubscribe<br>Class name: notificationSubscribe|@ohos.notificationSubscribe.d.ts|
|Added|NA|Module name: ohos.notificationSubscribe<br>Class name: NotificationKey|@ohos.notificationSubscribe.d.ts|
|Added|NA|Module name: ohos.notificationSubscribe<br>Class name: NotificationKey<br>Method or attribute name: id: number;|@ohos.notificationSubscribe.d.ts|
|Added|NA|Module name: ohos.notificationSubscribe<br>Class name: NotificationKey<br>Method or attribute name: label?: string;|@ohos.notificationSubscribe.d.ts|
|Added|NA|Module name: ohos.notificationSubscribe<br>Class name: RemoveReason|@ohos.notificationSubscribe.d.ts|
|Added|NA|Module name: ohos.notificationSubscribe<br>Class name: RemoveReason<br>Method or attribute name: CLICK_REASON_REMOVE = 1|@ohos.notificationSubscribe.d.ts|
|Added|NA|Module name: ohos.notificationSubscribe<br>Class name: RemoveReason<br>Method or attribute name: CANCEL_REASON_REMOVE = 2|@ohos.notificationSubscribe.d.ts|
|Added|NA|Module name: ohos.notificationSubscribe<br>Class name: notificationSubscribe<br>Method or attribute name: function subscribe(subscriber: NotificationSubscriber, callback: AsyncCallback\<void>): void;|@ohos.notificationSubscribe.d.ts|
|Added|NA|Module name: ohos.notificationSubscribe<br>Class name: notificationSubscribe<br>Method or attribute name: function subscribe(subscriber: NotificationSubscriber, info: NotificationSubscribeInfo, callback: AsyncCallback\<void>): void;|@ohos.notificationSubscribe.d.ts|
|Added|NA|Module name: ohos.notificationSubscribe<br>Class name: notificationSubscribe<br>Method or attribute name: function subscribe(subscriber: NotificationSubscriber, info?: NotificationSubscribeInfo): Promise\<void>;|@ohos.notificationSubscribe.d.ts|
|Added|NA|Module name: ohos.notificationSubscribe<br>Class name: notificationSubscribe<br>Method or attribute name: function unsubscribe(subscriber: NotificationSubscriber, callback: AsyncCallback\<void>): void;|@ohos.notificationSubscribe.d.ts|
|Added|NA|Module name: ohos.notificationSubscribe<br>Class name: notificationSubscribe<br>Method or attribute name: function unsubscribe(subscriber: NotificationSubscriber): Promise\<void>;|@ohos.notificationSubscribe.d.ts|
|Added|NA|Module name: ohos.notificationSubscribe<br>Class name: notificationSubscribe<br>Method or attribute name: function remove(bundle: BundleOption, notificationKey: NotificationKey, reason: RemoveReason, callback: AsyncCallback\<void>): void;|@ohos.notificationSubscribe.d.ts|
|Added|NA|Module name: ohos.notificationSubscribe<br>Class name: notificationSubscribe<br>Method or attribute name: function remove(bundle: BundleOption, notificationKey: NotificationKey, reason: RemoveReason): Promise\<void>;|@ohos.notificationSubscribe.d.ts|
|Added|NA|Module name: ohos.notificationSubscribe<br>Class name: notificationSubscribe<br>Method or attribute name: function remove(hashCode: string, reason: RemoveReason, callback: AsyncCallback\<void>): void;|@ohos.notificationSubscribe.d.ts|
|Added|NA|Module name: ohos.notificationSubscribe<br>Class name: notificationSubscribe<br>Method or attribute name: function remove(hashCode: string, reason: RemoveReason): Promise\<void>;|@ohos.notificationSubscribe.d.ts|
|Added|NA|Module name: ohos.notificationSubscribe<br>Class name: notificationSubscribe<br>Method or attribute name: function removeAll(bundle: BundleOption, callback: AsyncCallback\<void>): void;|@ohos.notificationSubscribe.d.ts|
|Added|NA|Module name: ohos.notificationSubscribe<br>Class name: notificationSubscribe<br>Method or attribute name: function removeAll(callback: AsyncCallback\<void>): void;|@ohos.notificationSubscribe.d.ts|
|Added|NA|Module name: ohos.notificationSubscribe<br>Class name: notificationSubscribe<br>Method or attribute name: function removeAll(userId: number, callback: AsyncCallback\<void>): void;|@ohos.notificationSubscribe.d.ts|
|Added|NA|Module name: ohos.notificationSubscribe<br>Class name: notificationSubscribe<br>Method or attribute name: function removeAll(userId: number): Promise\<void>;|@ohos.notificationSubscribe.d.ts|
|Added|NA|Module name: ohos.notificationSubscribe<br>Class name: notificationSubscribe<br>Method or attribute name: function removeAll(bundle?: BundleOption): Promise\<void>;|@ohos.notificationSubscribe.d.ts|
|Added|NA|Module name: ohos.reminderAgentManager<br>Class name: reminderAgentManager|@ohos.reminderAgentManager.d.ts|
|Added|NA|Module name: ohos.reminderAgentManager<br>Class name: reminderAgentManager<br>Method or attribute name: function publishReminder(reminderReq: ReminderRequest, callback: AsyncCallback\<number>): void;|@ohos.reminderAgentManager.d.ts|
|Added|NA|Module name: ohos.reminderAgentManager<br>Class name: reminderAgentManager<br>Method or attribute name: function publishReminder(reminderReq: ReminderRequest): Promise\<number>;|@ohos.reminderAgentManager.d.ts|
|Added|NA|Module name: ohos.reminderAgentManager<br>Class name: reminderAgentManager<br>Method or attribute name: function cancelReminder(reminderId: number, callback: AsyncCallback\<void>): void;|@ohos.reminderAgentManager.d.ts|
|Added|NA|Module name: ohos.reminderAgentManager<br>Class name: reminderAgentManager<br>Method or attribute name: function cancelReminder(reminderId: number): Promise\<void>;|@ohos.reminderAgentManager.d.ts|
|Added|NA|Module name: ohos.reminderAgentManager<br>Class name: reminderAgentManager<br>Method or attribute name: function getValidReminders(callback: AsyncCallback\<Array\<ReminderRequest>>): void;|@ohos.reminderAgentManager.d.ts|
|Added|NA|Module name: ohos.reminderAgentManager<br>Class name: reminderAgentManager<br>Method or attribute name: function getValidReminders(): Promise\<Array\<ReminderRequest>>;|@ohos.reminderAgentManager.d.ts|
|Added|NA|Module name: ohos.reminderAgentManager<br>Class name: reminderAgentManager<br>Method or attribute name: function cancelAllReminders(callback: AsyncCallback\<void>): void;|@ohos.reminderAgentManager.d.ts|
|Added|NA|Module name: ohos.reminderAgentManager<br>Class name: reminderAgentManager<br>Method or attribute name: function cancelAllReminders(): Promise\<void>;|@ohos.reminderAgentManager.d.ts|
|Added|NA|Module name: ohos.reminderAgentManager<br>Class name: reminderAgentManager<br>Method or attribute name: function addNotificationSlot(slot: NotificationSlot, callback: AsyncCallback\<void>): void;|@ohos.reminderAgentManager.d.ts|
|Added|NA|Module name: ohos.reminderAgentManager<br>Class name: reminderAgentManager<br>Method or attribute name: function addNotificationSlot(slot: NotificationSlot): Promise\<void>;|@ohos.reminderAgentManager.d.ts|
|Added|NA|Module name: ohos.reminderAgentManager<br>Class name: reminderAgentManager<br>Method or attribute name: function removeNotificationSlot(slotType: notification.SlotType, callback: AsyncCallback\<void>): void;|@ohos.reminderAgentManager.d.ts|
|Added|NA|Module name: ohos.reminderAgentManager<br>Class name: reminderAgentManager<br>Method or attribute name: function removeNotificationSlot(slotType: notification.SlotType): Promise\<void>;|@ohos.reminderAgentManager.d.ts|
|Added|NA|Module name: ohos.reminderAgentManager<br>Class name: ActionButtonType|@ohos.reminderAgentManager.d.ts|
|Added|NA|Module name: ohos.reminderAgentManager<br>Class name: ActionButtonType<br>Method or attribute name: ACTION_BUTTON_TYPE_CLOSE = 0|@ohos.reminderAgentManager.d.ts|
|Added|NA|Module name: ohos.reminderAgentManager<br>Class name: ActionButtonType<br>Method or attribute name: ACTION_BUTTON_TYPE_SNOOZE = 1|@ohos.reminderAgentManager.d.ts|
|Added|NA|Module name: ohos.reminderAgentManager<br>Class name: ReminderType|@ohos.reminderAgentManager.d.ts|
|Added|NA|Module name: ohos.reminderAgentManager<br>Class name: ReminderType<br>Method or attribute name: REMINDER_TYPE_TIMER = 0|@ohos.reminderAgentManager.d.ts|
|Added|NA|Module name: ohos.reminderAgentManager<br>Class name: ReminderType<br>Method or attribute name: REMINDER_TYPE_CALENDAR = 1|@ohos.reminderAgentManager.d.ts|
|Added|NA|Module name: ohos.reminderAgentManager<br>Class name: ReminderType<br>Method or attribute name: REMINDER_TYPE_ALARM = 2|@ohos.reminderAgentManager.d.ts|
|Added|NA|Module name: ohos.reminderAgentManager<br>Class name: ActionButton|@ohos.reminderAgentManager.d.ts|
|Added|NA|Module name: ohos.reminderAgentManager<br>Class name: ActionButton<br>Method or attribute name: title: string;|@ohos.reminderAgentManager.d.ts|
|Added|NA|Module name: ohos.reminderAgentManager<br>Class name: ActionButton<br>Method or attribute name: type: ActionButtonType;|@ohos.reminderAgentManager.d.ts|
|Added|NA|Module name: ohos.reminderAgentManager<br>Class name: WantAgent|@ohos.reminderAgentManager.d.ts|
|Added|NA|Module name: ohos.reminderAgentManager<br>Class name: WantAgent<br>Method or attribute name: pkgName: string;|@ohos.reminderAgentManager.d.ts|
|Added|NA|Module name: ohos.reminderAgentManager<br>Class name: WantAgent<br>Method or attribute name: abilityName: string;|@ohos.reminderAgentManager.d.ts|
|Added|NA|Module name: ohos.reminderAgentManager<br>Class name: MaxScreenWantAgent|@ohos.reminderAgentManager.d.ts|
|Added|NA|Module name: ohos.reminderAgentManager<br>Class name: MaxScreenWantAgent<br>Method or attribute name: pkgName: string;|@ohos.reminderAgentManager.d.ts|
|Added|NA|Module name: ohos.reminderAgentManager<br>Class name: MaxScreenWantAgent<br>Method or attribute name: abilityName: string;|@ohos.reminderAgentManager.d.ts|
|Added|NA|Module name: ohos.reminderAgentManager<br>Class name: ReminderRequest|@ohos.reminderAgentManager.d.ts|
|Added|NA|Module name: ohos.reminderAgentManager<br>Class name: ReminderRequest<br>Method or attribute name: reminderType: ReminderType;|@ohos.reminderAgentManager.d.ts|
|Added|NA|Module name: ohos.reminderAgentManager<br>Class name: ReminderRequest<br>Method or attribute name: actionButton?: [ActionButton?, ActionButton?];|@ohos.reminderAgentManager.d.ts|
|Added|NA|Module name: ohos.reminderAgentManager<br>Class name: ReminderRequest<br>Method or attribute name: wantAgent?: WantAgent;|@ohos.reminderAgentManager.d.ts|
|Added|NA|Module name: ohos.reminderAgentManager<br>Class name: ReminderRequest<br>Method or attribute name: maxScreenWantAgent?: MaxScreenWantAgent;|@ohos.reminderAgentManager.d.ts|
|Added|NA|Module name: ohos.reminderAgentManager<br>Class name: ReminderRequest<br>Method or attribute name: ringDuration?: number;|@ohos.reminderAgentManager.d.ts|
|Added|NA|Module name: ohos.reminderAgentManager<br>Class name: ReminderRequest<br>Method or attribute name: snoozeTimes?: number;|@ohos.reminderAgentManager.d.ts|
|Added|NA|Module name: ohos.reminderAgentManager<br>Class name: ReminderRequest<br>Method or attribute name: timeInterval?: number;|@ohos.reminderAgentManager.d.ts|
|Added|NA|Module name: ohos.reminderAgentManager<br>Class name: ReminderRequest<br>Method or attribute name: title?: string;|@ohos.reminderAgentManager.d.ts|
|Added|NA|Module name: ohos.reminderAgentManager<br>Class name: ReminderRequest<br>Method or attribute name: content?: string;|@ohos.reminderAgentManager.d.ts|
|Added|NA|Module name: ohos.reminderAgentManager<br>Class name: ReminderRequest<br>Method or attribute name: expiredContent?: string;|@ohos.reminderAgentManager.d.ts|
|Added|NA|Module name: ohos.reminderAgentManager<br>Class name: ReminderRequest<br>Method or attribute name: snoozeContent?: string;|@ohos.reminderAgentManager.d.ts|
|Added|NA|Module name: ohos.reminderAgentManager<br>Class name: ReminderRequest<br>Method or attribute name: notificationId?: number;|@ohos.reminderAgentManager.d.ts|
|Added|NA|Module name: ohos.reminderAgentManager<br>Class name: ReminderRequest<br>Method or attribute name: slotType?: notification.SlotType;|@ohos.reminderAgentManager.d.ts|
|Added|NA|Module name: ohos.reminderAgentManager<br>Class name: ReminderRequestCalendar|@ohos.reminderAgentManager.d.ts|
|Added|NA|Module name: ohos.reminderAgentManager<br>Class name: ReminderRequestCalendar<br>Method or attribute name: dateTime: LocalDateTime;|@ohos.reminderAgentManager.d.ts|
|Added|NA|Module name: ohos.reminderAgentManager<br>Class name: ReminderRequestCalendar<br>Method or attribute name: repeatMonths?: Array\<number>;|@ohos.reminderAgentManager.d.ts|
|Added|NA|Module name: ohos.reminderAgentManager<br>Class name: ReminderRequestCalendar<br>Method or attribute name: repeatDays?: Array\<number>;|@ohos.reminderAgentManager.d.ts|
|Added|NA|Module name: ohos.reminderAgentManager<br>Class name: ReminderRequestAlarm|@ohos.reminderAgentManager.d.ts|
|Added|NA|Module name: ohos.reminderAgentManager<br>Class name: ReminderRequestAlarm<br>Method or attribute name: hour: number;|@ohos.reminderAgentManager.d.ts|
|Added|NA|Module name: ohos.reminderAgentManager<br>Class name: ReminderRequestAlarm<br>Method or attribute name: minute: number;|@ohos.reminderAgentManager.d.ts|
|Added|NA|Module name: ohos.reminderAgentManager<br>Class name: ReminderRequestAlarm<br>Method or attribute name: daysOfWeek?: Array\<number>;|@ohos.reminderAgentManager.d.ts|
|Added|NA|Module name: ohos.reminderAgentManager<br>Class name: ReminderRequestTimer|@ohos.reminderAgentManager.d.ts|
|Added|NA|Module name: ohos.reminderAgentManager<br>Class name: ReminderRequestTimer<br>Method or attribute name: triggerTimeInSeconds: number;|@ohos.reminderAgentManager.d.ts|
|Added|NA|Module name: ohos.reminderAgentManager<br>Class name: LocalDateTime|@ohos.reminderAgentManager.d.ts|
|Added|NA|Module name: ohos.reminderAgentManager<br>Class name: LocalDateTime<br>Method or attribute name: year: number;|@ohos.reminderAgentManager.d.ts|
|Added|NA|Module name: ohos.reminderAgentManager<br>Class name: LocalDateTime<br>Method or attribute name: month: number;|@ohos.reminderAgentManager.d.ts|
|Added|NA|Module name: ohos.reminderAgentManager<br>Class name: LocalDateTime<br>Method or attribute name: day: number;|@ohos.reminderAgentManager.d.ts|
|Added|NA|Module name: ohos.reminderAgentManager<br>Class name: LocalDateTime<br>Method or attribute name: hour: number;|@ohos.reminderAgentManager.d.ts|
|Added|NA|Module name: ohos.reminderAgentManager<br>Class name: LocalDateTime<br>Method or attribute name: minute: number;|@ohos.reminderAgentManager.d.ts|
|Added|NA|Module name: ohos.reminderAgentManager<br>Class name: LocalDateTime<br>Method or attribute name: second?: number;|@ohos.reminderAgentManager.d.ts|
|Added|NA|Module name: commonEventSubscriber<br>Class name: CommonEventSubscriber<br>Method or attribute name: finishCommonEvent(callback: AsyncCallback\<void>): void;|commonEventSubscriber.d.ts|
|Added|NA|Module name: commonEventSubscriber<br>Class name: CommonEventSubscriber<br>Method or attribute name: finishCommonEvent(): Promise\<void>;|commonEventSubscriber.d.ts|
|Added|NA|Module name: NotificationCommonDef<br>Class name: BundleOption|NotificationCommonDef.d.ts|
|Added|NA|Module name: NotificationCommonDef<br>Class name: BundleOption<br>Method or attribute name: bundle: string;|NotificationCommonDef.d.ts|
|Added|NA|Module name: NotificationCommonDef<br>Class name: BundleOption<br>Method or attribute name: uid?: number;|NotificationCommonDef.d.ts|
|Added|NA|Module name: notificationRequest<br>Class name: NotificationRequest<br>Method or attribute name: removalWantAgent?: WantAgent;|notificationRequest.d.ts|
|Added|NA|Module name: notificationRequest<br>Class name: NotificationRequest<br>Method or attribute name: badgeNumber?: number;|notificationRequest.d.ts|
|Added|NA|Module name: notificationSlot<br>Class name: NotificationSlot<br>Method or attribute name: readonly enabled?: boolean;|notificationSlot.d.ts|
|Deprecated version changed|Class name: commonEvent<br>Deprecated version: N/A|Class name: commonEvent<br>Deprecated version: 9<br>Substitute API: ohos.commonEventManager |@ohos.commonEvent.d.ts|
|Deprecated version changed|Class name: commonEvent<br>Method or attribute name: function publish(event: string, callback: AsyncCallback\<void>): void;<br>Deprecated version: N/A|Class name: commonEvent<br>Method or attribute name: function publish(event: string, callback: AsyncCallback\<void>): void;<br>Deprecated version: 9<br>Substitute API: ohos.commonEventManager.publish |@ohos.commonEvent.d.ts|
|Deprecated version changed|Class name: commonEvent<br>Method or attribute name: function publish(event: string, options: CommonEventPublishData, callback: AsyncCallback\<void>): void;<br>Deprecated version: N/A|Class name: commonEvent<br>Method or attribute name: function publish(event: string, options: CommonEventPublishData, callback: AsyncCallback\<void>): void;<br>Deprecated version: 9<br>Substitute API: ohos.commonEventManager.publish |@ohos.commonEvent.d.ts|
|Deprecated version changed|Class name: commonEvent<br>Method or attribute name: function publishAsUser(event: string, userId: number, callback: AsyncCallback\<void>): void;<br>Deprecated version: N/A|Class name: commonEvent<br>Method or attribute name: function publishAsUser(event: string, userId: number, callback: AsyncCallback\<void>): void;<br>Deprecated version: 9<br>Substitute API: ohos.commonEventManager.publishAsUser |@ohos.commonEvent.d.ts|
|Deprecated version changed|Class name: commonEvent<br>Method or attribute name: function publishAsUser(event: string, userId: number, options: CommonEventPublishData, callback: AsyncCallback\<void>): void;<br>Deprecated version: N/A|Class name: commonEvent<br>Method or attribute name: function publishAsUser(event: string, userId: number, options: CommonEventPublishData, callback: AsyncCallback\<void>): void;<br>Deprecated version: 9<br>Substitute API: ohos.commonEventManager.publishAsUser |@ohos.commonEvent.d.ts|
|Deprecated version changed|Class name: commonEvent<br>Method or attribute name: function createSubscriber(subscribeInfo: CommonEventSubscribeInfo, callback: AsyncCallback\<CommonEventSubscriber>): void;<br>Deprecated version: N/A|Class name: commonEvent<br>Method or attribute name: function createSubscriber(subscribeInfo: CommonEventSubscribeInfo, callback: AsyncCallback\<CommonEventSubscriber>): void;<br>Deprecated version: 9<br>Substitute API: ohos.commonEventManager.createSubscriber |@ohos.commonEvent.d.ts|
|Deprecated version changed|Class name: commonEvent<br>Method or attribute name: function createSubscriber(subscribeInfo: CommonEventSubscribeInfo): Promise\<CommonEventSubscriber>;<br>Deprecated version: N/A|Class name: commonEvent<br>Method or attribute name: function createSubscriber(subscribeInfo: CommonEventSubscribeInfo): Promise\<CommonEventSubscriber>;<br>Deprecated version: 9<br>Substitute API: ohos.commonEventManager.createSubscriber |@ohos.commonEvent.d.ts|
|Deprecated version changed|Class name: commonEvent<br>Method or attribute name: function subscribe(subscriber: CommonEventSubscriber, callback: AsyncCallback\<CommonEventData>): void;<br>Deprecated version: N/A|Class name: commonEvent<br>Method or attribute name: function subscribe(subscriber: CommonEventSubscriber, callback: AsyncCallback\<CommonEventData>): void;<br>Deprecated version: 9<br>Substitute API: ohos.commonEventManager.subscribe |@ohos.commonEvent.d.ts|
|Deprecated version changed|Class name: commonEvent<br>Method or attribute name: function unsubscribe(subscriber: CommonEventSubscriber, callback?: AsyncCallback\<void>): void;<br>Deprecated version: N/A|Class name: commonEvent<br>Method or attribute name: function unsubscribe(subscriber: CommonEventSubscriber, callback?: AsyncCallback\<void>): void;<br>Deprecated version: 9<br>Substitute API: ohos.commonEventManager.unsubscribe |@ohos.commonEvent.d.ts|
|Deprecated version changed|Class name: Support<br>Deprecated version: N/A|Class name: Support<br>Deprecated version: 9<br>Substitute API: ohos.commonEventManager.Support |@ohos.commonEvent.d.ts|
|Deprecated version changed|Class name: notification<br>Deprecated version: N/A|Class name: notification<br>Deprecated version: 9<br>Substitute API: ohos.notificationManager and ohos.notificationSubscribe |@ohos.notification.d.ts|
|Deprecated version changed|Class name: notification<br>Method or attribute name: function publish(request: NotificationRequest, callback: AsyncCallback\<void>): void;<br>Deprecated version: N/A|Class name: notification<br>Method or attribute name: function publish(request: NotificationRequest, callback: AsyncCallback\<void>): void;<br>Deprecated version: 9<br>Substitute API: ohos.notificationManager.publish |@ohos.notification.d.ts|
|Deprecated version changed|Class name: notification<br>Method or attribute name: function publish(request: NotificationRequest): Promise\<void>;<br>Deprecated version: N/A|Class name: notification<br>Method or attribute name: function publish(request: NotificationRequest): Promise\<void>;<br>Deprecated version: 9<br>Substitute API: ohos.notificationManager.publish |@ohos.notification.d.ts|
|Deprecated version changed|Class name: notification<br>Method or attribute name: function publish(request: NotificationRequest, userId: number, callback: AsyncCallback\<void>): void;<br>Deprecated version: N/A|Class name: notification<br>Method or attribute name: function publish(request: NotificationRequest, userId: number, callback: AsyncCallback\<void>): void;<br>Deprecated version: 9<br>Substitute API: ohos.notificationManager.publish |@ohos.notification.d.ts|
|Deprecated version changed|Class name: notification<br>Method or attribute name: function publish(request: NotificationRequest, userId: number): Promise\<void>;<br>Deprecated version: N/A|Class name: notification<br>Method or attribute name: function publish(request: NotificationRequest, userId: number): Promise\<void>;<br>Deprecated version: 9<br>Substitute API: ohos.notificationManager.publish |@ohos.notification.d.ts|
|Deprecated version changed|Class name: notification<br>Method or attribute name: function cancel(id: number, callback: AsyncCallback\<void>): void;<br>Deprecated version: N/A|Class name: notification<br>Method or attribute name: function cancel(id: number, callback: AsyncCallback\<void>): void;<br>Deprecated version: 9<br>Substitute API: ohos.notificationManager.cancel |@ohos.notification.d.ts|
|Deprecated version changed|Class name: notification<br>Method or attribute name: function cancel(id: number, label: string, callback: AsyncCallback\<void>): void;<br>Deprecated version: N/A|Class name: notification<br>Method or attribute name: function cancel(id: number, label: string, callback: AsyncCallback\<void>): void;<br>Deprecated version: 9<br>Substitute API: ohos.notificationManager.cancel |@ohos.notification.d.ts|
|Deprecated version changed|Class name: notification<br>Method or attribute name: function cancel(id: number, label?: string): Promise\<void>;<br>Deprecated version: N/A|Class name: notification<br>Method or attribute name: function cancel(id: number, label?: string): Promise\<void>;<br>Deprecated version: 9<br>Substitute API: ohos.notificationManager.cancel |@ohos.notification.d.ts|
|Deprecated version changed|Class name: notification<br>Method or attribute name: function cancelAll(callback: AsyncCallback\<void>): void;<br>Deprecated version: N/A|Class name: notification<br>Method or attribute name: function cancelAll(callback: AsyncCallback\<void>): void;<br>Deprecated version: 9<br>Substitute API: ohos.notificationManager.cancelAll |@ohos.notification.d.ts|
|Deprecated version changed|Class name: notification<br>Method or attribute name: function cancelAll(): Promise\<void>;<br>Deprecated version: N/A|Class name: notification<br>Method or attribute name: function cancelAll(): Promise\<void>;<br>Deprecated version: 9<br>Substitute API: ohos.notificationManager.cancelAll |@ohos.notification.d.ts|
|Deprecated version changed|Class name: notification<br>Method or attribute name: function addSlot(slot: NotificationSlot, callback: AsyncCallback\<void>): void;<br>Deprecated version: N/A|Class name: notification<br>Method or attribute name: function addSlot(slot: NotificationSlot, callback: AsyncCallback\<void>): void;<br>Deprecated version: 9<br>Substitute API: ohos.notificationManager.addSlot |@ohos.notification.d.ts|
|Deprecated version changed|Class name: notification<br>Method or attribute name: function addSlot(slot: NotificationSlot): Promise\<void>;<br>Deprecated version: N/A|Class name: notification<br>Method or attribute name: function addSlot(slot: NotificationSlot): Promise\<void>;<br>Deprecated version: 9<br>Substitute API: ohos.notificationManager.addSlot |@ohos.notification.d.ts|
|Deprecated version changed|Class name: notification<br>Method or attribute name: function addSlot(type: SlotType, callback: AsyncCallback\<void>): void;<br>Deprecated version: N/A|Class name: notification<br>Method or attribute name: function addSlot(type: SlotType, callback: AsyncCallback\<void>): void;<br>Deprecated version: 9<br>Substitute API: ohos.notificationManager.addSlot |@ohos.notification.d.ts|
|Deprecated version changed|Class name: notification<br>Method or attribute name: function addSlot(type: SlotType): Promise\<void>;<br>Deprecated version: N/A|Class name: notification<br>Method or attribute name: function addSlot(type: SlotType): Promise\<void>;<br>Deprecated version: 9<br>Substitute API: ohos.notificationManager.addSlot |@ohos.notification.d.ts|
|Deprecated version changed|Class name: notification<br>Method or attribute name: function addSlots(slots: Array\<NotificationSlot>, callback: AsyncCallback\<void>): void;<br>Deprecated version: N/A|Class name: notification<br>Method or attribute name: function addSlots(slots: Array\<NotificationSlot>, callback: AsyncCallback\<void>): void;<br>Deprecated version: 9<br>Substitute API: ohos.notificationManager.addSlots |@ohos.notification.d.ts|
|Deprecated version changed|Class name: notification<br>Method or attribute name: function addSlots(slots: Array\<NotificationSlot>): Promise\<void>;<br>Deprecated version: N/A|Class name: notification<br>Method or attribute name: function addSlots(slots: Array\<NotificationSlot>): Promise\<void>;<br>Deprecated version: 9<br>Substitute API: ohos.notificationManager.addSlots |@ohos.notification.d.ts|
|Deprecated version changed|Class name: notification<br>Method or attribute name: function getSlot(slotType: SlotType, callback: AsyncCallback\<NotificationSlot>): void;<br>Deprecated version: N/A|Class name: notification<br>Method or attribute name: function getSlot(slotType: SlotType, callback: AsyncCallback\<NotificationSlot>): void;<br>Deprecated version: 9<br>Substitute API: ohos.notificationManager.getSlot |@ohos.notification.d.ts|
|Deprecated version changed|Class name: notification<br>Method or attribute name: function getSlot(slotType: SlotType): Promise\<NotificationSlot>;<br>Deprecated version: N/A|Class name: notification<br>Method or attribute name: function getSlot(slotType: SlotType): Promise\<NotificationSlot>;<br>Deprecated version: 9<br>Substitute API: ohos.notificationManager.getSlot |@ohos.notification.d.ts|
|Deprecated version changed|Class name: notification<br>Method or attribute name: function getSlots(callback: AsyncCallback\<Array\<NotificationSlot>>): void;<br>Deprecated version: N/A|Class name: notification<br>Method or attribute name: function getSlots(callback: AsyncCallback\<Array\<NotificationSlot>>): void;<br>Deprecated version: 9<br>Substitute API: ohos.notificationManager.getSlots |@ohos.notification.d.ts|
|Deprecated version changed|Class name: notification<br>Method or attribute name: function getSlots(): Promise\<Array\<NotificationSlot>>;<br>Deprecated version: N/A|Class name: notification<br>Method or attribute name: function getSlots(): Promise\<Array\<NotificationSlot>>;<br>Deprecated version: 9<br>Substitute API: ohos.notificationManager.getSlots |@ohos.notification.d.ts|
|Deprecated version changed|Class name: notification<br>Method or attribute name: function removeSlot(slotType: SlotType, callback: AsyncCallback\<void>): void;<br>Deprecated version: N/A|Class name: notification<br>Method or attribute name: function removeSlot(slotType: SlotType, callback: AsyncCallback\<void>): void;<br>Deprecated version: 9<br>Substitute API: ohos.notificationManager.removeSlot |@ohos.notification.d.ts|
|Deprecated version changed|Class name: notification<br>Method or attribute name: function removeSlot(slotType: SlotType): Promise\<void>;<br>Deprecated version: N/A|Class name: notification<br>Method or attribute name: function removeSlot(slotType: SlotType): Promise\<void>;<br>Deprecated version: 9<br>Substitute API: ohos.notificationManager.removeSlot |@ohos.notification.d.ts|
|Deprecated version changed|Class name: notification<br>Method or attribute name: function removeAllSlots(callback: AsyncCallback\<void>): void;<br>Deprecated version: N/A|Class name: notification<br>Method or attribute name: function removeAllSlots(callback: AsyncCallback\<void>): void;<br>Deprecated version: 9<br>Substitute API: ohos.notificationManager.removeAllSlots |@ohos.notification.d.ts|
|Deprecated version changed|Class name: notification<br>Method or attribute name: function removeAllSlots(): Promise\<void>;<br>Deprecated version: N/A|Class name: notification<br>Method or attribute name: function removeAllSlots(): Promise\<void>;<br>Deprecated version: 9<br>Substitute API: ohos.notificationManager.removeAllSlots |@ohos.notification.d.ts|
|Deprecated version changed|Class name: SlotType<br>Deprecated version: N/A|Class name: SlotType<br>Deprecated version: 9<br>Substitute API: ohos.notificationManager.SlotType |@ohos.notification.d.ts|
|Deprecated version changed|Class name: ContentType<br>Deprecated version: N/A|Class name: ContentType<br>Deprecated version: 9<br>Substitute API: ohos.notificationManager.ContentType |@ohos.notification.d.ts|
|Deprecated version changed|Class name: SlotLevel<br>Deprecated version: N/A|Class name: SlotLevel<br>Deprecated version: 9<br>Substitute API: ohos.notificationManager.SlotLevel |@ohos.notification.d.ts|
|Deprecated version changed|Class name: notification<br>Method or attribute name: function subscribe(subscriber: NotificationSubscriber, callback: AsyncCallback\<void>): void;<br>Deprecated version: N/A|Class name: notification<br>Method or attribute name: function subscribe(subscriber: NotificationSubscriber, callback: AsyncCallback\<void>): void;<br>Deprecated version: 9<br>Substitute API: ohos.notificationSubscribe.subscribe |@ohos.notification.d.ts|
|Deprecated version changed|Class name: notification<br>Method or attribute name: function subscribe(subscriber: NotificationSubscriber, info: NotificationSubscribeInfo, callback: AsyncCallback\<void>): void;<br>Deprecated version: N/A|Class name: notification<br>Method or attribute name: function subscribe(subscriber: NotificationSubscriber, info: NotificationSubscribeInfo, callback: AsyncCallback\<void>): void;<br>Deprecated version: 9<br>Substitute API: ohos.notificationSubscribe.subscribe |@ohos.notification.d.ts|
|Deprecated version changed|Class name: notification<br>Method or attribute name: function subscribe(subscriber: NotificationSubscriber, info?: NotificationSubscribeInfo): Promise\<void>;<br>Deprecated version: N/A|Class name: notification<br>Method or attribute name: function subscribe(subscriber: NotificationSubscriber, info?: NotificationSubscribeInfo): Promise\<void>;<br>Deprecated version: 9<br>Substitute API: ohos.notificationSubscribe.subscribe |@ohos.notification.d.ts|
|Deprecated version changed|Class name: notification<br>Method or attribute name: function unsubscribe(subscriber: NotificationSubscriber, callback: AsyncCallback\<void>): void;<br>Deprecated version: N/A|Class name: notification<br>Method or attribute name: function unsubscribe(subscriber: NotificationSubscriber, callback: AsyncCallback\<void>): void;<br>Deprecated version: 9<br>Substitute API: ohos.notificationSubscribe.unsubscribe |@ohos.notification.d.ts|
|Deprecated version changed|Class name: notification<br>Method or attribute name: function unsubscribe(subscriber: NotificationSubscriber): Promise\<void>;<br>Deprecated version: N/A|Class name: notification<br>Method or attribute name: function unsubscribe(subscriber: NotificationSubscriber): Promise\<void>;<br>Deprecated version: 9<br>Substitute API: ohos.notificationSubscribe.unsubscribe |@ohos.notification.d.ts|
|Deprecated version changed|Class name: notification<br>Method or attribute name: function enableNotification(bundle: BundleOption, enable: boolean, callback: AsyncCallback\<void>): void;<br>Deprecated version: N/A|Class name: notification<br>Method or attribute name: function enableNotification(bundle: BundleOption, enable: boolean, callback: AsyncCallback\<void>): void;<br>Deprecated version: 9<br>Substitute API: ohos.notificationManager.setNotificationEnable |@ohos.notification.d.ts|
|Deprecated version changed|Class name: notification<br>Method or attribute name: function enableNotification(bundle: BundleOption, enable: boolean): Promise\<void>;<br>Deprecated version: N/A|Class name: notification<br>Method or attribute name: function enableNotification(bundle: BundleOption, enable: boolean): Promise\<void>;<br>Deprecated version: 9<br>Substitute API: ohos.notificationManager.setNotificationEnable |@ohos.notification.d.ts|
|Deprecated version changed|Class name: notification<br>Method or attribute name: function isNotificationEnabled(bundle: BundleOption, callback: AsyncCallback\<boolean>): void;<br>Deprecated version: N/A|Class name: notification<br>Method or attribute name: function isNotificationEnabled(bundle: BundleOption, callback: AsyncCallback\<boolean>): void;<br>Deprecated version: 9<br>Substitute API: ohos.notificationManager.isNotificationEnabled |@ohos.notification.d.ts|
|Deprecated version changed|Class name: notification<br>Method or attribute name: function isNotificationEnabled(bundle: BundleOption): Promise\<boolean>;<br>Deprecated version: N/A|Class name: notification<br>Method or attribute name: function isNotificationEnabled(bundle: BundleOption): Promise\<boolean>;<br>Deprecated version: 9<br>Substitute API: ohos.notificationManager.isNotificationEnabled |@ohos.notification.d.ts|
|Deprecated version changed|Class name: notification<br>Method or attribute name: function isNotificationEnabled(callback: AsyncCallback\<boolean>): void;<br>Deprecated version: N/A|Class name: notification<br>Method or attribute name: function isNotificationEnabled(callback: AsyncCallback\<boolean>): void;<br>Deprecated version: 9<br>Substitute API: ohos.notificationManager.isNotificationEnabled |@ohos.notification.d.ts|
|Deprecated version changed|Class name: notification<br>Method or attribute name: function isNotificationEnabled(): Promise\<boolean>;<br>Deprecated version: N/A|Class name: notification<br>Method or attribute name: function isNotificationEnabled(): Promise\<boolean>;<br>Deprecated version: 9<br>Substitute API: ohos.notificationManager.isNotificationEnabled |@ohos.notification.d.ts|
|Deprecated version changed|Class name: notification<br>Method or attribute name: function isNotificationEnabled(userId: number, callback: AsyncCallback\<boolean>): void;<br>Deprecated version: N/A|Class name: notification<br>Method or attribute name: function isNotificationEnabled(userId: number, callback: AsyncCallback\<boolean>): void;<br>Deprecated version: 9<br>Substitute API: ohos.notificationManager.isNotificationEnabled |@ohos.notification.d.ts|
|Deprecated version changed|Class name: notification<br>Method or attribute name: function isNotificationEnabled(userId: number): Promise\<boolean>;<br>Deprecated version: N/A|Class name: notification<br>Method or attribute name: function isNotificationEnabled(userId: number): Promise\<boolean>;<br>Deprecated version: 9<br>Substitute API: ohos.notificationManager.isNotificationEnabled |@ohos.notification.d.ts|
|Deprecated version changed|Class name: notification<br>Method or attribute name: function displayBadge(bundle: BundleOption, enable: boolean, callback: AsyncCallback\<void>): void;<br>Deprecated version: N/A|Class name: notification<br>Method or attribute name: function displayBadge(bundle: BundleOption, enable: boolean, callback: AsyncCallback\<void>): void;<br>Deprecated version: 9<br>Substitute API: ohos.notificationManager.displayBadge |@ohos.notification.d.ts|
|Deprecated version changed|Class name: notification<br>Method or attribute name: function displayBadge(bundle: BundleOption, enable: boolean): Promise\<void>;<br>Deprecated version: N/A|Class name: notification<br>Method or attribute name: function displayBadge(bundle: BundleOption, enable: boolean): Promise\<void>;<br>Deprecated version: 9<br>Substitute API: ohos.notificationManager.displayBadge |@ohos.notification.d.ts|
|Deprecated version changed|Class name: notification<br>Method or attribute name: function isBadgeDisplayed(bundle: BundleOption, callback: AsyncCallback\<boolean>): void;<br>Deprecated version: N/A|Class name: notification<br>Method or attribute name: function isBadgeDisplayed(bundle: BundleOption, callback: AsyncCallback\<boolean>): void;<br>Deprecated version: 9<br>Substitute API: ohos.notificationManager.isBadgeDisplayed |@ohos.notification.d.ts|
|Deprecated version changed|Class name: notification<br>Method or attribute name: function isBadgeDisplayed(bundle: BundleOption): Promise\<boolean>;<br>Deprecated version: N/A|Class name: notification<br>Method or attribute name: function isBadgeDisplayed(bundle: BundleOption): Promise\<boolean>;<br>Deprecated version: 9<br>Substitute API: ohos.notificationManager.isBadgeDisplayed |@ohos.notification.d.ts|
|Deprecated version changed|Class name: notification<br>Method or attribute name: function setSlotByBundle(bundle: BundleOption, slot: NotificationSlot, callback: AsyncCallback\<void>): void;<br>Deprecated version: N/A|Class name: notification<br>Method or attribute name: function setSlotByBundle(bundle: BundleOption, slot: NotificationSlot, callback: AsyncCallback\<void>): void;<br>Deprecated version: 9<br>Substitute API: ohos.notificationManager.setSlotByBundle |@ohos.notification.d.ts|
|Deprecated version changed|Class name: notification<br>Method or attribute name: function setSlotByBundle(bundle: BundleOption, slot: NotificationSlot): Promise\<void>;<br>Deprecated version: N/A|Class name: notification<br>Method or attribute name: function setSlotByBundle(bundle: BundleOption, slot: NotificationSlot): Promise\<void>;<br>Deprecated version: 9<br>Substitute API: ohos.notificationManager.setSlotByBundle |@ohos.notification.d.ts|
|Deprecated version changed|Class name: notification<br>Method or attribute name: function getSlotsByBundle(bundle: BundleOption, callback: AsyncCallback\<Array\<NotificationSlot>>): void;<br>Deprecated version: N/A|Class name: notification<br>Method or attribute name: function getSlotsByBundle(bundle: BundleOption, callback: AsyncCallback\<Array\<NotificationSlot>>): void;<br>Deprecated version: 9<br>Substitute API: ohos.notificationManager.getSlotsByBundle |@ohos.notification.d.ts|
|Deprecated version changed|Class name: notification<br>Method or attribute name: function getSlotsByBundle(bundle: BundleOption): Promise\<Array\<NotificationSlot>>;<br>Deprecated version: N/A|Class name: notification<br>Method or attribute name: function getSlotsByBundle(bundle: BundleOption): Promise\<Array\<NotificationSlot>>;<br>Deprecated version: 9<br>Substitute API: ohos.notificationManager.getSlotsByBundle |@ohos.notification.d.ts|
|Deprecated version changed|Class name: notification<br>Method or attribute name: function getSlotNumByBundle(bundle: BundleOption, callback: AsyncCallback\<number>): void;<br>Deprecated version: N/A|Class name: notification<br>Method or attribute name: function getSlotNumByBundle(bundle: BundleOption, callback: AsyncCallback\<number>): void;<br>Deprecated version: 9<br>Substitute API: ohos.notificationManager.getSlotNumByBundle |@ohos.notification.d.ts|
|Deprecated version changed|Class name: notification<br>Method or attribute name: function getSlotNumByBundle(bundle: BundleOption): Promise\<number>;<br>Deprecated version: N/A|Class name: notification<br>Method or attribute name: function getSlotNumByBundle(bundle: BundleOption): Promise\<number>;<br>Deprecated version: 9<br>Substitute API: ohos.notificationManager.getSlotNumByBundle |@ohos.notification.d.ts|
|Deprecated version changed|Class name: notification<br>Method or attribute name: function removeAll(bundle: BundleOption, callback: AsyncCallback\<void>): void;<br>Deprecated version: N/A|Class name: notification<br>Method or attribute name: function removeAll(bundle: BundleOption, callback: AsyncCallback\<void>): void;<br>Deprecated version: 9<br>Substitute API: ohos.notificationSubscribe.removeAll |@ohos.notification.d.ts|
|Deprecated version changed|Class name: notification<br>Method or attribute name: function removeAll(callback: AsyncCallback\<void>): void;<br>Deprecated version: N/A|Class name: notification<br>Method or attribute name: function removeAll(callback: AsyncCallback\<void>): void;<br>Deprecated version: 9<br>Substitute API: ohos.notificationSubscribe.removeAll |@ohos.notification.d.ts|
|Deprecated version changed|Class name: notification<br>Method or attribute name: function removeAll(userId: number, callback: AsyncCallback\<void>): void;<br>Deprecated version: N/A|Class name: notification<br>Method or attribute name: function removeAll(userId: number, callback: AsyncCallback\<void>): void;<br>Deprecated version: 9<br>Substitute API: ohos.notificationSubscribe.removeAll |@ohos.notification.d.ts|
|Deprecated version changed|Class name: notification<br>Method or attribute name: function removeAll(userId: number): Promise\<void>;<br>Deprecated version: N/A|Class name: notification<br>Method or attribute name: function removeAll(userId: number): Promise\<void>;<br>Deprecated version: 9<br>Substitute API: ohos.notificationSubscribe.removeAll |@ohos.notification.d.ts|
|Deprecated version changed|Class name: notification<br>Method or attribute name: function removeAll(bundle?: BundleOption): Promise\<void>;<br>Deprecated version: N/A|Class name: notification<br>Method or attribute name: function removeAll(bundle?: BundleOption): Promise\<void>;<br>Deprecated version: 9<br>Substitute API: notificationSubscribe.removeAll |@ohos.notification.d.ts|
|Deprecated version changed|Class name: notification<br>Method or attribute name: function getAllActiveNotifications(callback: AsyncCallback\<Array\<NotificationRequest>>): void;<br>Deprecated version: N/A|Class name: notification<br>Method or attribute name: function getAllActiveNotifications(callback: AsyncCallback\<Array\<NotificationRequest>>): void;<br>Deprecated version: 9<br>Substitute API: ohos.notificationManager.getAllActiveNotifications |@ohos.notification.d.ts|
|Deprecated version changed|Class name: notification<br>Method or attribute name: function getAllActiveNotifications(): Promise\<Array\<NotificationRequest>>;<br>Deprecated version: N/A|Class name: notification<br>Method or attribute name: function getAllActiveNotifications(): Promise\<Array\<NotificationRequest>>;<br>Deprecated version: 9<br>Substitute API: ohos.notificationManager.getAllActiveNotifications |@ohos.notification.d.ts|
|Deprecated version changed|Class name: notification<br>Method or attribute name: function getActiveNotificationCount(callback: AsyncCallback\<number>): void;<br>Deprecated version: N/A|Class name: notification<br>Method or attribute name: function getActiveNotificationCount(callback: AsyncCallback\<number>): void;<br>Deprecated version: 9<br>Substitute API: ohos.notificationManager.getActiveNotificationCount |@ohos.notification.d.ts|
|Deprecated version changed|Class name: notification<br>Method or attribute name: function getActiveNotificationCount(): Promise\<number>;<br>Deprecated version: N/A|Class name: notification<br>Method or attribute name: function getActiveNotificationCount(): Promise\<number>;<br>Deprecated version: 9<br>Substitute API: ohos.notificationManager.getActiveNotificationCount |@ohos.notification.d.ts|
|Deprecated version changed|Class name: notification<br>Method or attribute name: function getActiveNotifications(callback: AsyncCallback\<Array\<NotificationRequest>>): void;<br>Deprecated version: N/A|Class name: notification<br>Method or attribute name: function getActiveNotifications(callback: AsyncCallback\<Array\<NotificationRequest>>): void;<br>Deprecated version: 9<br>Substitute API: ohos.notificationManager.cancelGroup |@ohos.notification.d.ts|
|Deprecated version changed|Class name: notification<br>Method or attribute name: function getActiveNotifications(): Promise\<Array\<NotificationRequest>>;<br>Deprecated version: N/A|Class name: notification<br>Method or attribute name: function getActiveNotifications(): Promise\<Array\<NotificationRequest>>;<br>Deprecated version: 9<br>Substitute API: ohos.notificationManager.cancelGroup |@ohos.notification.d.ts|
|Deprecated version changed|Class name: notification<br>Method or attribute name: function cancelGroup(groupName: string, callback: AsyncCallback\<void>): void;<br>Deprecated version: N/A|Class name: notification<br>Method or attribute name: function cancelGroup(groupName: string, callback: AsyncCallback\<void>): void;<br>Deprecated version: 9<br>Substitute API: ohos.notificationManager.cancelGroup |@ohos.notification.d.ts|
|Deprecated version changed|Class name: notification<br>Method or attribute name: function cancelGroup(groupName: string): Promise\<void>;<br>Deprecated version: N/A|Class name: notification<br>Method or attribute name: function cancelGroup(groupName: string): Promise\<void>;<br>Deprecated version: 9<br>Substitute API: ohos.notificationManager.cancelGroup |@ohos.notification.d.ts|
|Deprecated version changed|Class name: notification<br>Method or attribute name: function removeGroupByBundle(bundle: BundleOption, groupName: string, callback: AsyncCallback\<void>): void;<br>Deprecated version: N/A|Class name: notification<br>Method or attribute name: function removeGroupByBundle(bundle: BundleOption, groupName: string, callback: AsyncCallback\<void>): void;<br>Deprecated version: 9<br>Substitute API: ohos.notificationManager.removeGroupByBundle |@ohos.notification.d.ts|
|Deprecated version changed|Class name: notification<br>Method or attribute name: function removeGroupByBundle(bundle: BundleOption, groupName: string): Promise\<void>;<br>Deprecated version: N/A|Class name: notification<br>Method or attribute name: function removeGroupByBundle(bundle: BundleOption, groupName: string): Promise\<void>;<br>Deprecated version: 9<br>Substitute API: ohos.notificationManager.removeGroupByBundle |@ohos.notification.d.ts|
|Deprecated version changed|Class name: notification<br>Method or attribute name: function setDoNotDisturbDate(date: DoNotDisturbDate, callback: AsyncCallback\<void>): void;<br>Deprecated version: N/A|Class name: notification<br>Method or attribute name: function setDoNotDisturbDate(date: DoNotDisturbDate, callback: AsyncCallback\<void>): void;<br>Deprecated version: 9<br>Substitute API: ohos.notificationManager.setDoNotDisturbDate |@ohos.notification.d.ts|
|Deprecated version changed|Class name: notification<br>Method or attribute name: function setDoNotDisturbDate(date: DoNotDisturbDate): Promise\<void>;<br>Deprecated version: N/A|Class name: notification<br>Method or attribute name: function setDoNotDisturbDate(date: DoNotDisturbDate): Promise\<void>;<br>Deprecated version: 9<br>Substitute API: ohos.notificationManager.setDoNotDisturbDate |@ohos.notification.d.ts|
|Deprecated version changed|Class name: notification<br>Method or attribute name: function setDoNotDisturbDate(date: DoNotDisturbDate, userId: number, callback: AsyncCallback\<void>): void;<br>Deprecated version: N/A|Class name: notification<br>Method or attribute name: function setDoNotDisturbDate(date: DoNotDisturbDate, userId: number, callback: AsyncCallback\<void>): void;<br>Deprecated version: 9<br>Substitute API: ohos.notificationManager.setDoNotDisturbDate |@ohos.notification.d.ts|
|Deprecated version changed|Class name: notification<br>Method or attribute name: function setDoNotDisturbDate(date: DoNotDisturbDate, userId: number): Promise\<void>;<br>Deprecated version: N/A|Class name: notification<br>Method or attribute name: function setDoNotDisturbDate(date: DoNotDisturbDate, userId: number): Promise\<void>;<br>Deprecated version: 9<br>Substitute API: ohos.notificationManager.setDoNotDisturbDate |@ohos.notification.d.ts|
|Deprecated version changed|Class name: notification<br>Method or attribute name: function getDoNotDisturbDate(callback: AsyncCallback\<DoNotDisturbDate>): void;<br>Deprecated version: N/A|Class name: notification<br>Method or attribute name: function getDoNotDisturbDate(callback: AsyncCallback\<DoNotDisturbDate>): void;<br>Deprecated version: 9<br>Substitute API: ohos.notificationManager.getDoNotDisturbDate |@ohos.notification.d.ts|
|Deprecated version changed|Class name: notification<br>Method or attribute name: function getDoNotDisturbDate(): Promise\<DoNotDisturbDate>;<br>Deprecated version: N/A|Class name: notification<br>Method or attribute name: function getDoNotDisturbDate(): Promise\<DoNotDisturbDate>;<br>Deprecated version: 9<br>Substitute API: ohos.notificationManager.getDoNotDisturbDate |@ohos.notification.d.ts|
|Deprecated version changed|Class name: notification<br>Method or attribute name: function getDoNotDisturbDate(userId: number, callback: AsyncCallback\<DoNotDisturbDate>): void;<br>Deprecated version: N/A|Class name: notification<br>Method or attribute name: function getDoNotDisturbDate(userId: number, callback: AsyncCallback\<DoNotDisturbDate>): void;<br>Deprecated version: 9<br>Substitute API: ohos.notificationManager.getDoNotDisturbDate |@ohos.notification.d.ts|
|Deprecated version changed|Class name: notification<br>Method or attribute name: function getDoNotDisturbDate(userId: number): Promise\<DoNotDisturbDate>;<br>Deprecated version: N/A|Class name: notification<br>Method or attribute name: function getDoNotDisturbDate(userId: number): Promise\<DoNotDisturbDate>;<br>Deprecated version: 9<br>Substitute API: ohos.notificationManager.getDoNotDisturbDate |@ohos.notification.d.ts|
|Deprecated version changed|Class name: notification<br>Method or attribute name: function supportDoNotDisturbMode(callback: AsyncCallback\<boolean>): void;<br>Deprecated version: N/A|Class name: notification<br>Method or attribute name: function supportDoNotDisturbMode(callback: AsyncCallback\<boolean>): void;<br>Deprecated version: 9<br>Substitute API: ohos.notificationManager.isSupportDoNotDisturbMode |@ohos.notification.d.ts|
|Deprecated version changed|Class name: notification<br>Method or attribute name: function supportDoNotDisturbMode(): Promise\<boolean>;<br>Deprecated version: N/A|Class name: notification<br>Method or attribute name: function supportDoNotDisturbMode(): Promise\<boolean>;<br>Deprecated version: 9<br>Substitute API: ohos.notificationManager.isSupportDoNotDisturbMode |@ohos.notification.d.ts|
|Deprecated version changed|Class name: notification<br>Method or attribute name: function isSupportTemplate(templateName: string, callback: AsyncCallback\<boolean>): void;<br>Deprecated version: N/A|Class name: notification<br>Method or attribute name: function isSupportTemplate(templateName: string, callback: AsyncCallback\<boolean>): void;<br>Deprecated version: 9<br>Substitute API: ohos.notificationManager.isSupportTemplate |@ohos.notification.d.ts|
|Deprecated version changed|Class name: notification<br>Method or attribute name: function isSupportTemplate(templateName: string): Promise\<boolean>;<br>Deprecated version: N/A|Class name: notification<br>Method or attribute name: function isSupportTemplate(templateName: string): Promise\<boolean>;<br>Deprecated version: 9<br>Substitute API: ohos.notificationManager.isSupportTemplate |@ohos.notification.d.ts|
|Deprecated version changed|Class name: notification<br>Method or attribute name: function requestEnableNotification(callback: AsyncCallback\<void>): void;<br>Deprecated version: N/A|Class name: notification<br>Method or attribute name: function requestEnableNotification(callback: AsyncCallback\<void>): void;<br>Deprecated version: 9<br>Substitute API: ohos.notificationManager.requestEnableNotification |@ohos.notification.d.ts|
|Deprecated version changed|Class name: notification<br>Method or attribute name: function requestEnableNotification(): Promise\<void>;<br>Deprecated version: N/A|Class name: notification<br>Method or attribute name: function requestEnableNotification(): Promise\<void>;<br>Deprecated version: 9<br>Substitute API: ohos.notificationManager.requestEnableNotification |@ohos.notification.d.ts|
|Deprecated version changed|Class name: notification<br>Method or attribute name: function enableDistributed(enable: boolean, callback: AsyncCallback\<void>): void;<br>Deprecated version: N/A|Class name: notification<br>Method or attribute name: function enableDistributed(enable: boolean, callback: AsyncCallback\<void>): void;<br>Deprecated version: 9<br>Substitute API: ohos.notificationManager.setDistributedEnable |@ohos.notification.d.ts|
|Deprecated version changed|Class name: notification<br>Method or attribute name: function enableDistributed(enable: boolean): Promise\<void>;<br>Deprecated version: N/A|Class name: notification<br>Method or attribute name: function enableDistributed(enable: boolean): Promise\<void>;<br>Deprecated version: 9<br>Substitute API: ohos.notificationManager.setDistributedEnable |@ohos.notification.d.ts|
|Deprecated version changed|Class name: notification<br>Method or attribute name: function isDistributedEnabled(callback: AsyncCallback\<boolean>): void;<br>Deprecated version: N/A|Class name: notification<br>Method or attribute name: function isDistributedEnabled(callback: AsyncCallback\<boolean>): void;<br>Deprecated version: 9<br>Substitute API: ohos.notificationManager.isDistributedEnabled |@ohos.notification.d.ts|
|Deprecated version changed|Class name: notification<br>Method or attribute name: function isDistributedEnabled(): Promise\<boolean>;<br>Deprecated version: N/A|Class name: notification<br>Method or attribute name: function isDistributedEnabled(): Promise\<boolean>;<br>Deprecated version: 9<br>Substitute API: ohos.notificationManager.isDistributedEnabled |@ohos.notification.d.ts|
|Deprecated version changed|Class name: notification<br>Method or attribute name: function enableDistributedByBundle(bundle: BundleOption, enable: boolean, callback: AsyncCallback\<void>): void;<br>Deprecated version: N/A|Class name: notification<br>Method or attribute name: function enableDistributedByBundle(bundle: BundleOption, enable: boolean, callback: AsyncCallback\<void>): void;<br>Deprecated version: 9<br>Substitute API: ohos.notificationManager.setDistributedEnableByBundle |@ohos.notification.d.ts|
|Deprecated version changed|Class name: notification<br>Method or attribute name: function enableDistributedByBundle(bundle: BundleOption, enable: boolean): Promise\<void>;<br>Deprecated version: N/A|Class name: notification<br>Method or attribute name: function enableDistributedByBundle(bundle: BundleOption, enable: boolean): Promise\<void>;<br>Deprecated version: 9<br>Substitute API: ohos.notificationManager.setDistributedEnableByBundle |@ohos.notification.d.ts|
|Deprecated version changed|Class name: notification<br>Method or attribute name: function isDistributedEnabledByBundle(bundle: BundleOption, callback: AsyncCallback\<boolean>): void;<br>Deprecated version: N/A|Class name: notification<br>Method or attribute name: function isDistributedEnabledByBundle(bundle: BundleOption, callback: AsyncCallback\<boolean>): void;<br>Deprecated version: 9<br>Substitute API: ohos.notificationManager.isDistributedEnabledByBundle |@ohos.notification.d.ts|
|Deprecated version changed|Class name: notification<br>Method or attribute name: function isDistributedEnabledByBundle(bundle: BundleOption): Promise\<boolean>;<br>Deprecated version: N/A|Class name: notification<br>Method or attribute name: function isDistributedEnabledByBundle(bundle: BundleOption): Promise\<boolean>;<br>Deprecated version: 9<br>Substitute API: ohos.notificationManager.isDistributedEnabledByBundle |@ohos.notification.d.ts|
|Deprecated version changed|Class name: notification<br>Method or attribute name: function getDeviceRemindType(callback: AsyncCallback\<DeviceRemindType>): void;<br>Deprecated version: N/A|Class name: notification<br>Method or attribute name: function getDeviceRemindType(callback: AsyncCallback\<DeviceRemindType>): void;<br>Deprecated version: 9<br>Substitute API: ohos.notificationManager.getDeviceRemindType |@ohos.notification.d.ts|
|Deprecated version changed|Class name: notification<br>Method or attribute name: function getDeviceRemindType(): Promise\<DeviceRemindType>;<br>Deprecated version: N/A|Class name: notification<br>Method or attribute name: function getDeviceRemindType(): Promise\<DeviceRemindType>;<br>Deprecated version: 9<br>Substitute API: ohos.notificationManager.getDeviceRemindType |@ohos.notification.d.ts|
|Deprecated version changed|Class name: BundleOption<br>Deprecated version: N/A|Class name: BundleOption<br>Deprecated version: 9<br>Substitute API: ohos.notificationManager.BundleOption |@ohos.notification.d.ts|
|Deprecated version changed|Class name: NotificationKey<br>Deprecated version: N/A|Class name: NotificationKey<br>Deprecated version: 9<br>Substitute API: ohos.notificationManager.NotificationKey |@ohos.notification.d.ts|
|Deprecated version changed|Class name: DoNotDisturbType<br>Deprecated version: N/A|Class name: DoNotDisturbType<br>Deprecated version: 9<br>Substitute API: ohos.notificationManager.DoNotDisturbType |@ohos.notification.d.ts|
|Deprecated version changed|Class name: DoNotDisturbDate<br>Deprecated version: N/A|Class name: DoNotDisturbDate<br>Deprecated version: 9<br>Substitute API: ohos.notificationManager.DoNotDisturbDate |@ohos.notification.d.ts|
|Deprecated version changed|Class name: DeviceRemindType<br>Deprecated version: N/A|Class name: DeviceRemindType<br>Deprecated version: 9<br>Substitute API: ohos.notificationManager.DeviceRemindType |@ohos.notification.d.ts|
|Deprecated version changed|Class name: SourceType<br>Deprecated version: N/A|Class name: SourceType<br>Deprecated version: 9<br>Substitute API: ohos.notificationManager.SourceType |@ohos.notification.d.ts|
|Deprecated version changed|Class name: reminderAgent<br>Deprecated version: N/A|Class name: reminderAgent<br>Deprecated version: 9<br>Substitute API: reminderAgentManager |@ohos.reminderAgent.d.ts|
|Deprecated version changed|Class name: reminderAgent<br>Method or attribute name: function publishReminder(reminderReq: ReminderRequest, callback: AsyncCallback\<number>): void;<br>Deprecated version: N/A|Class name: reminderAgent<br>Method or attribute name: function publishReminder(reminderReq: ReminderRequest, callback: AsyncCallback\<number>): void;<br>Deprecated version: 9<br>Substitute API: reminderAgentManager.publishReminder |@ohos.reminderAgent.d.ts|
|Deprecated version changed|Class name: reminderAgent<br>Method or attribute name: function publishReminder(reminderReq: ReminderRequest): Promise\<number>;<br>Deprecated version: N/A|Class name: reminderAgent<br>Method or attribute name: function publishReminder(reminderReq: ReminderRequest): Promise\<number>;<br>Deprecated version: 9<br>Substitute API: reminderAgentManager.publishReminder |@ohos.reminderAgent.d.ts|
|Deprecated version changed|Class name: reminderAgent<br>Method or attribute name: function cancelReminder(reminderId: number, callback: AsyncCallback\<void>): void;<br>Deprecated version: N/A|Class name: reminderAgent<br>Method or attribute name: function cancelReminder(reminderId: number, callback: AsyncCallback\<void>): void;<br>Deprecated version: 9<br>Substitute API: reminderAgentManager.cancelReminder |@ohos.reminderAgent.d.ts|
|Deprecated version changed|Class name: reminderAgent<br>Method or attribute name: function cancelReminder(reminderId: number): Promise\<void>;<br>Deprecated version: N/A|Class name: reminderAgent<br>Method or attribute name: function cancelReminder(reminderId: number): Promise\<void>;<br>Deprecated version: 9<br>Substitute API: reminderAgentManager.cancelReminder |@ohos.reminderAgent.d.ts|
|Deprecated version changed|Class name: reminderAgent<br>Method or attribute name: function getValidReminders(callback: AsyncCallback\<Array\<ReminderRequest>>): void;<br>Deprecated version: N/A|Class name: reminderAgent<br>Method or attribute name: function getValidReminders(callback: AsyncCallback\<Array\<ReminderRequest>>): void;<br>Deprecated version: 9<br>Substitute API: reminderAgentManager.getValidReminders |@ohos.reminderAgent.d.ts|
|Deprecated version changed|Class name: reminderAgent<br>Method or attribute name: function getValidReminders(): Promise\<Array\<ReminderRequest>>;<br>Deprecated version: N/A|Class name: reminderAgent<br>Method or attribute name: function getValidReminders(): Promise\<Array\<ReminderRequest>>;<br>Deprecated version: 9<br>Substitute API: reminderAgentManager.getValidReminders |@ohos.reminderAgent.d.ts|
|Deprecated version changed|Class name: reminderAgent<br>Method or attribute name: function cancelAllReminders(callback: AsyncCallback\<void>): void;<br>Deprecated version: N/A|Class name: reminderAgent<br>Method or attribute name: function cancelAllReminders(callback: AsyncCallback\<void>): void;<br>Deprecated version: 9<br>Substitute API: reminderAgentManager.cancelAllReminders |@ohos.reminderAgent.d.ts|
|Deprecated version changed|Class name: reminderAgent<br>Method or attribute name: function cancelAllReminders(): Promise\<void>;<br>Deprecated version: N/A|Class name: reminderAgent<br>Method or attribute name: function cancelAllReminders(): Promise\<void>;<br>Deprecated version: 9<br>Substitute API: reminderAgentManager.cancelAllReminders |@ohos.reminderAgent.d.ts|
|Deprecated version changed|Class name: reminderAgent<br>Method or attribute name: function addNotificationSlot(slot: NotificationSlot, callback: AsyncCallback\<void>): void;<br>Deprecated version: N/A|Class name: reminderAgent<br>Method or attribute name: function addNotificationSlot(slot: NotificationSlot, callback: AsyncCallback\<void>): void;<br>Deprecated version: 9<br>Substitute API: reminderAgentManager.addNotificationSlot |@ohos.reminderAgent.d.ts|
|Deprecated version changed|Class name: reminderAgent<br>Method or attribute name: function addNotificationSlot(slot: NotificationSlot): Promise\<void>;<br>Deprecated version: N/A|Class name: reminderAgent<br>Method or attribute name: function addNotificationSlot(slot: NotificationSlot): Promise\<void>;<br>Deprecated version: 9<br>Substitute API: reminderAgentManager.addNotificationSlot |@ohos.reminderAgent.d.ts|
|Deprecated version changed|Class name: reminderAgent<br>Method or attribute name: function removeNotificationSlot(slotType: notification.SlotType, callback: AsyncCallback\<void>): void;<br>Deprecated version: N/A|Class name: reminderAgent<br>Method or attribute name: function removeNotificationSlot(slotType: notification.SlotType, callback: AsyncCallback\<void>): void;<br>Deprecated version: 9<br>Substitute API: reminderAgentManager.removeNotificationSlot |@ohos.reminderAgent.d.ts|
|Deprecated version changed|Class name: reminderAgent<br>Method or attribute name: function removeNotificationSlot(slotType: notification.SlotType): Promise\<void>;<br>Deprecated version: N/A|Class name: reminderAgent<br>Method or attribute name: function removeNotificationSlot(slotType: notification.SlotType): Promise\<void>;<br>Deprecated version: 9<br>Substitute API: reminderAgentManager.removeNotificationSlot |@ohos.reminderAgent.d.ts|
|Deprecated version changed|Class name: ActionButtonType<br>Deprecated version: N/A|Class name: ActionButtonType<br>Deprecated version: 9<br>Substitute API: reminderAgentManager.ActionButtonType |@ohos.reminderAgent.d.ts|
|Deprecated version changed|Class name: ActionButtonType<br>Method or attribute name: ACTION_BUTTON_TYPE_CLOSE = 0<br>Deprecated version: N/A|Class name: ActionButtonType<br>Method or attribute name: ACTION_BUTTON_TYPE_CLOSE = 0<br>Deprecated version: 9<br>Substitute API: reminderAgentManager.ActionButtonType.ACTION_BUTTON_TYPE_CLOSE |@ohos.reminderAgent.d.ts|
|Deprecated version changed|Class name: ActionButtonType<br>Method or attribute name: ACTION_BUTTON_TYPE_SNOOZE = 1<br>Deprecated version: N/A|Class name: ActionButtonType<br>Method or attribute name: ACTION_BUTTON_TYPE_SNOOZE = 1<br>Deprecated version: 9<br>Substitute API: reminderAgentManager.ActionButtonType.ACTION_BUTTON_TYPE_SNOOZE |@ohos.reminderAgent.d.ts|
|Deprecated version changed|Class name: ReminderType<br>Deprecated version: N/A|Class name: ReminderType<br>Deprecated version: 9<br>Substitute API: reminderAgentManager.ReminderType |@ohos.reminderAgent.d.ts|
|Deprecated version changed|Class name: ReminderType<br>Method or attribute name: REMINDER_TYPE_TIMER = 0<br>Deprecated version: N/A|Class name: ReminderType<br>Method or attribute name: REMINDER_TYPE_TIMER = 0<br>Deprecated version: 9<br>Substitute API: reminderAgentManager.ReminderType.REMINDER_TYPE_TIMER |@ohos.reminderAgent.d.ts|
|Deprecated version changed|Class name: ReminderType<br>Method or attribute name: REMINDER_TYPE_CALENDAR = 1<br>Deprecated version: N/A|Class name: ReminderType<br>Method or attribute name: REMINDER_TYPE_CALENDAR = 1<br>Deprecated version: 9<br>Substitute API: reminderAgentManager.ReminderType.REMINDER_TYPE_CALENDAR |@ohos.reminderAgent.d.ts|
|Deprecated version changed|Class name: ReminderType<br>Method or attribute name: REMINDER_TYPE_ALARM = 2<br>Deprecated version: N/A|Class name: ReminderType<br>Method or attribute name: REMINDER_TYPE_ALARM = 2<br>Deprecated version: 9<br>Substitute API: reminderAgentManager.ReminderType.REMINDER_TYPE_ALARM |@ohos.reminderAgent.d.ts|
|Deprecated version changed|Class name: ActionButton<br>Deprecated version: N/A|Class name: ActionButton<br>Deprecated version: 9<br>Substitute API: reminderAgentManager.ActionButton |@ohos.reminderAgent.d.ts|
|Deprecated version changed|Class name: ActionButton<br>Method or attribute name: title: string;<br>Deprecated version: N/A|Class name: ActionButton<br>Method or attribute name: title: string;<br>Deprecated version: 9<br>Substitute API: reminderAgentManager.ActionButton.title |@ohos.reminderAgent.d.ts|
|Deprecated version changed|Class name: ActionButton<br>Method or attribute name: type: ActionButtonType;<br>Deprecated version: N/A|Class name: ActionButton<br>Method or attribute name: type: ActionButtonType;<br>Deprecated version: 9<br>Substitute API: reminderAgentManager.ActionButton.type |@ohos.reminderAgent.d.ts|
|Deprecated version changed|Class name: WantAgent<br>Deprecated version: N/A|Class name: WantAgent<br>Deprecated version: 9<br>Substitute API: reminderAgentManager.WantAgent |@ohos.reminderAgent.d.ts|
|Deprecated version changed|Class name: WantAgent<br>Method or attribute name: pkgName: string;<br>Deprecated version: N/A|Class name: WantAgent<br>Method or attribute name: pkgName: string;<br>Deprecated version: 9<br>Substitute API: reminderAgentManager.WantAgent.pkgName |@ohos.reminderAgent.d.ts|
|Deprecated version changed|Class name: WantAgent<br>Method or attribute name: abilityName: string;<br>Deprecated version: N/A|Class name: WantAgent<br>Method or attribute name: abilityName: string;<br>Deprecated version: 9<br>Substitute API: reminderAgentManager.WantAgent.abilityName |@ohos.reminderAgent.d.ts|
|Deprecated version changed|Class name: MaxScreenWantAgent<br>Deprecated version: N/A|Class name: MaxScreenWantAgent<br>Deprecated version: 9<br>Substitute API: reminderAgentManager.MaxScreenWantAgent |@ohos.reminderAgent.d.ts|
|Deprecated version changed|Class name: MaxScreenWantAgent<br>Method or attribute name: pkgName: string;<br>Deprecated version: N/A|Class name: MaxScreenWantAgent<br>Method or attribute name: pkgName: string;<br>Deprecated version: 9<br>Substitute API: reminderAgentManager.MaxScreenWantAgent.pkgName |@ohos.reminderAgent.d.ts|
|Deprecated version changed|Class name: MaxScreenWantAgent<br>Method or attribute name: abilityName: string;<br>Deprecated version: N/A|Class name: MaxScreenWantAgent<br>Method or attribute name: abilityName: string;<br>Deprecated version: 9<br>Substitute API: reminderAgentManager.MaxScreenWantAgent.abilityName |@ohos.reminderAgent.d.ts|
|Deprecated version changed|Class name: ReminderRequest<br>Deprecated version: N/A|Class name: ReminderRequest<br>Deprecated version: 9<br>Substitute API: reminderAgentManager.ReminderRequest |@ohos.reminderAgent.d.ts|
|Deprecated version changed|Class name: ReminderRequest<br>Method or attribute name: reminderType: ReminderType;<br>Deprecated version: N/A|Class name: ReminderRequest<br>Method or attribute name: reminderType: ReminderType;<br>Deprecated version: 9<br>Substitute API: reminderAgentManager.ReminderRequest.reminderType |@ohos.reminderAgent.d.ts|
|Deprecated version changed|Class name: ReminderRequest<br>Method or attribute name: actionButton?: [ActionButton?, ActionButton?];<br>Deprecated version: N/A|Class name: ReminderRequest<br>Method or attribute name: actionButton?: [ActionButton?, ActionButton?];<br>Deprecated version: 9<br>Substitute API: reminderAgentManager.ReminderRequest.actionButton |@ohos.reminderAgent.d.ts|
|Deprecated version changed|Class name: ReminderRequest<br>Method or attribute name: wantAgent?: WantAgent;<br>Deprecated version: N/A|Class name: ReminderRequest<br>Method or attribute name: wantAgent?: WantAgent;<br>Deprecated version: 9<br>Substitute API: reminderAgentManager.ReminderRequest.wantAgent |@ohos.reminderAgent.d.ts|
|Deprecated version changed|Class name: ReminderRequest<br>Method or attribute name: maxScreenWantAgent?: MaxScreenWantAgent;<br>Deprecated version: N/A|Class name: ReminderRequest<br>Method or attribute name: maxScreenWantAgent?: MaxScreenWantAgent;<br>Deprecated version: 9<br>Substitute API: reminderAgentManager.ReminderRequest.maxScreenWantAgent |@ohos.reminderAgent.d.ts|
|Deprecated version changed|Class name: ReminderRequest<br>Method or attribute name: ringDuration?: number;<br>Deprecated version: N/A|Class name: ReminderRequest<br>Method or attribute name: ringDuration?: number;<br>Deprecated version: 9<br>Substitute API: reminderAgentManager.ReminderRequest.ringDuration |@ohos.reminderAgent.d.ts|
|Deprecated version changed|Class name: ReminderRequest<br>Method or attribute name: snoozeTimes?: number;<br>Deprecated version: N/A|Class name: ReminderRequest<br>Method or attribute name: snoozeTimes?: number;<br>Deprecated version: 9<br>Substitute API: reminderAgentManager.ReminderRequest.snoozeTimes |@ohos.reminderAgent.d.ts|
|Deprecated version changed|Class name: ReminderRequest<br>Method or attribute name: timeInterval?: number;<br>Deprecated version: N/A|Class name: ReminderRequest<br>Method or attribute name: timeInterval?: number;<br>Deprecated version: 9<br>Substitute API: reminderAgentManager.ReminderRequest.timeInterval |@ohos.reminderAgent.d.ts|
|Deprecated version changed|Class name: ReminderRequest<br>Method or attribute name: title?: string;<br>Deprecated version: N/A|Class name: ReminderRequest<br>Method or attribute name: title?: string;<br>Deprecated version: 9<br>Substitute API: reminderAgentManager.ReminderRequest.title |@ohos.reminderAgent.d.ts|
|Deprecated version changed|Class name: ReminderRequest<br>Method or attribute name: content?: string;<br>Deprecated version: N/A|Class name: ReminderRequest<br>Method or attribute name: content?: string;<br>Deprecated version: 9<br>Substitute API: reminderAgentManager.ReminderRequest.content |@ohos.reminderAgent.d.ts|
|Deprecated version changed|Class name: ReminderRequest<br>Method or attribute name: expiredContent?: string;<br>Deprecated version: N/A|Class name: ReminderRequest<br>Method or attribute name: expiredContent?: string;<br>Deprecated version: 9<br>Substitute API: reminderAgentManager.ReminderRequest.expiredContent |@ohos.reminderAgent.d.ts|
|Deprecated version changed|Class name: ReminderRequest<br>Method or attribute name: snoozeContent?: string;<br>Deprecated version: N/A|Class name: ReminderRequest<br>Method or attribute name: snoozeContent?: string;<br>Deprecated version: 9<br>Substitute API: reminderAgentManager.ReminderRequest.snoozeContent |@ohos.reminderAgent.d.ts|
|Deprecated version changed|Class name: ReminderRequest<br>Method or attribute name: notificationId?: number;<br>Deprecated version: N/A|Class name: ReminderRequest<br>Method or attribute name: notificationId?: number;<br>Deprecated version: 9<br>Substitute API: reminderAgentManager.ReminderRequest.notificationId |@ohos.reminderAgent.d.ts|
|Deprecated version changed|Class name: ReminderRequest<br>Method or attribute name: slotType?: notification.SlotType;<br>Deprecated version: N/A|Class name: ReminderRequest<br>Method or attribute name: slotType?: notification.SlotType;<br>Deprecated version: 9<br>Substitute API: reminderAgentManager.ReminderRequest.slotType |@ohos.reminderAgent.d.ts|
|Deprecated version changed|Class name: ReminderRequestCalendar<br>Deprecated version: N/A|Class name: ReminderRequestCalendar<br>Deprecated version: 9<br>Substitute API: reminderAgentManager.ReminderRequestCalendar |@ohos.reminderAgent.d.ts|
|Deprecated version changed|Class name: ReminderRequestCalendar<br>Method or attribute name: dateTime: LocalDateTime;<br>Deprecated version: N/A|Class name: ReminderRequestCalendar<br>Method or attribute name: dateTime: LocalDateTime;<br>Deprecated version: 9<br>Substitute API: reminderAgentManager.ReminderRequestCalendar.dateTime |@ohos.reminderAgent.d.ts|
|Deprecated version changed|Class name: ReminderRequestCalendar<br>Method or attribute name: repeatMonths?: Array\<number>;<br>Deprecated version: N/A|Class name: ReminderRequestCalendar<br>Method or attribute name: repeatMonths?: Array\<number>;<br>Deprecated version: 9<br>Substitute API: reminderAgentManager.ReminderRequestCalendar.repeatMonths |@ohos.reminderAgent.d.ts|
|Deprecated version changed|Class name: ReminderRequestCalendar<br>Method or attribute name: repeatDays?: Array\<number>;<br>Deprecated version: N/A|Class name: ReminderRequestCalendar<br>Method or attribute name: repeatDays?: Array\<number>;<br>Deprecated version: 9<br>Substitute API: reminderAgentManager.ReminderRequestCalendar.repeatDays |@ohos.reminderAgent.d.ts|
|Deprecated version changed|Class name: ReminderRequestAlarm<br>Deprecated version: N/A|Class name: ReminderRequestAlarm<br>Deprecated version: 9<br>Substitute API: reminderAgentManager.ReminderRequestAlarm |@ohos.reminderAgent.d.ts|
|Deprecated version changed|Class name: ReminderRequestAlarm<br>Method or attribute name: hour: number;<br>Deprecated version: N/A|Class name: ReminderRequestAlarm<br>Method or attribute name: hour: number;<br>Deprecated version: 9<br>Substitute API: reminderAgentManager.ReminderRequestAlarm.hour |@ohos.reminderAgent.d.ts|
|Deprecated version changed|Class name: ReminderRequestAlarm<br>Method or attribute name: minute: number;<br>Deprecated version: N/A|Class name: ReminderRequestAlarm<br>Method or attribute name: minute: number;<br>Deprecated version: 9<br>Substitute API: reminderAgentManager.ReminderRequestAlarm.minute |@ohos.reminderAgent.d.ts|
|Deprecated version changed|Class name: ReminderRequestAlarm<br>Method or attribute name: daysOfWeek?: Array\<number>;<br>Deprecated version: N/A|Class name: ReminderRequestAlarm<br>Method or attribute name: daysOfWeek?: Array\<number>;<br>Deprecated version: 9<br>Substitute API: reminderAgentManager.ReminderRequestAlarm.daysOfWeek |@ohos.reminderAgent.d.ts|
|Deprecated version changed|Class name: ReminderRequestTimer<br>Deprecated version: N/A|Class name: ReminderRequestTimer<br>Deprecated version: 9<br>Substitute API: reminderAgentManager.ReminderRequestTimer |@ohos.reminderAgent.d.ts|
|Deprecated version changed|Class name: LocalDateTime<br>Method or attribute name: year: number;<br>Deprecated version: N/A|Class name: LocalDateTime<br>Method or attribute name: year: number;<br>Deprecated version: 9<br>Substitute API: reminderAgentManager.ReminderRequestTimer.year |@ohos.reminderAgent.d.ts|
|Deprecated version changed|Class name: LocalDateTime<br>Method or attribute name: month: number;<br>Deprecated version: N/A|Class name: LocalDateTime<br>Method or attribute name: month: number;<br>Deprecated version: 9<br>Substitute API: reminderAgentManager.ReminderRequestTimer.month |@ohos.reminderAgent.d.ts|
|Deprecated version changed|Class name: LocalDateTime<br>Method or attribute name: day: number;<br>Deprecated version: N/A|Class name: LocalDateTime<br>Method or attribute name: day: number;<br>Deprecated version: 9<br>Substitute API: reminderAgentManager.ReminderRequestTimer.day |@ohos.reminderAgent.d.ts|
|Deprecated version changed|Class name: LocalDateTime<br>Method or attribute name: hour: number;<br>Deprecated version: N/A|Class name: LocalDateTime<br>Method or attribute name: hour: number;<br>Deprecated version: 9<br>Substitute API: reminderAgentManager.ReminderRequestTimer.hour |@ohos.reminderAgent.d.ts|
|Deprecated version changed|Class name: LocalDateTime<br>Method or attribute name: minute: number;<br>Deprecated version: N/A|Class name: LocalDateTime<br>Method or attribute name: minute: number;<br>Deprecated version: 9<br>Substitute API: reminderAgentManager.ReminderRequestTimer.minute |@ohos.reminderAgent.d.ts|
|Deprecated version changed|Class name: LocalDateTime<br>Method or attribute name: second?: number;<br>Deprecated version: N/A|Class name: LocalDateTime<br>Method or attribute name: second?: number;<br>Deprecated version: 9<br>Substitute API: reminderAgentManager.ReminderRequestTimer.second |@ohos.reminderAgent.d.ts|
|SysCap changed|Class name: ReminderRequestAlarm<br>SysCap:Define alarm reminder object.|Class name: ReminderRequestAlarm<br>SysCap:SystemCapability.Notification.ReminderAgent|@ohos.reminderAgent.d.ts|
|Function changed|Class name: notification<br>Method or attribute name: function remove(bundle: BundleOption, notificationKey: NotificationKey, callback: AsyncCallback\<void>): void;<br>|Class name: notification<br>Method or attribute name: function remove(bundle: BundleOption, notificationKey: NotificationKey, reason: RemoveReason, callback: AsyncCallback\<void>): void;<br>|@ohos.notification.d.ts|
|Function changed|Class name: notification<br>Method or attribute name: function remove(hashCode: string, callback: AsyncCallback\<void>): void;<br>|Class name: notification<br>Method or attribute name: function remove(bundle: BundleOption, notificationKey: NotificationKey, reason: RemoveReason, callback: AsyncCallback\<void>): void;<br>|@ohos.notification.d.ts|
|Function changed|Class name: notification<br>Method or attribute name: function remove(bundle: BundleOption, notificationKey: NotificationKey): Promise\<void>;<br>|Class name: notification<br>Method or attribute name: function remove(bundle: BundleOption, notificationKey: NotificationKey, reason: RemoveReason): Promise\<void>;<br>|@ohos.notification.d.ts|
|Function changed|Class name: notification<br>Method or attribute name: function remove(hashCode: string): Promise\<void>;<br>|Class name: notification<br>Method or attribute name: function remove(bundle: BundleOption, notificationKey: NotificationKey, reason: RemoveReason): Promise\<void>;<br>|@ohos.notification.d.ts|
|Function changed|Class name: notification<br>Method or attribute name: function remove(bundle: BundleOption, notificationKey: NotificationKey, callback: AsyncCallback\<void>): void;<br>|Class name: notification<br>Method or attribute name: function remove(hashCode: string, reason: RemoveReason, callback: AsyncCallback\<void>): void;<br>|@ohos.notification.d.ts|
|Function changed|Class name: notification<br>Method or attribute name: function remove(hashCode: string, callback: AsyncCallback\<void>): void;<br>|Class name: notification<br>Method or attribute name: function remove(hashCode: string, reason: RemoveReason, callback: AsyncCallback\<void>): void;<br>|@ohos.notification.d.ts|
|Function changed|Class name: notification<br>Method or attribute name: function remove(bundle: BundleOption, notificationKey: NotificationKey): Promise\<void>;<br>|Class name: notification<br>Method or attribute name: function remove(hashCode: string, reason: RemoveReason): Promise\<void>;<br>|@ohos.notification.d.ts|
|Function changed|Class name: notification<br>Method or attribute name: function remove(hashCode: string): Promise\<void>;<br>|Class name: notification<br>Method or attribute name: function remove(hashCode: string, reason: RemoveReason): Promise\<void>;<br>|@ohos.notification.d.ts|
| Change Type | Old Version | New Version | d.ts File |
| ---- | ------ | ------ | -------- |
|Added|NA|Module name: ohos.resourceschedule.backgroundTaskManager<br>Class name: backgroundTaskManager|@ohos.resourceschedule.backgroundTaskManager.d.ts|
|Added|NA|Module name: ohos.resourceschedule.backgroundTaskManager<br>Class name: DelaySuspendInfo|@ohos.resourceschedule.backgroundTaskManager.d.ts|
|Added|NA|Module name: ohos.resourceschedule.backgroundTaskManager<br>Class name: DelaySuspendInfo<br>Method or attribute name: requestId: number;|@ohos.resourceschedule.backgroundTaskManager.d.ts|
|Added|NA|Module name: ohos.resourceschedule.backgroundTaskManager<br>Class name: DelaySuspendInfo<br>Method or attribute name: actualDelayTime: number;|@ohos.resourceschedule.backgroundTaskManager.d.ts|
|Added|NA|Module name: ohos.resourceschedule.backgroundTaskManager<br>Class name: backgroundTaskManager<br>Method or attribute name: function cancelSuspendDelay(requestId: number): void;|@ohos.resourceschedule.backgroundTaskManager.d.ts|
|Added|NA|Module name: ohos.resourceschedule.backgroundTaskManager<br>Class name: backgroundTaskManager<br>Method or attribute name: function getRemainingDelayTime(requestId: number, callback: AsyncCallback\<number>): void;|@ohos.resourceschedule.backgroundTaskManager.d.ts|
|Added|NA|Module name: ohos.resourceschedule.backgroundTaskManager<br>Class name: backgroundTaskManager<br>Method or attribute name: function getRemainingDelayTime(requestId: number): Promise\<number>;|@ohos.resourceschedule.backgroundTaskManager.d.ts|
|Added|NA|Module name: ohos.resourceschedule.backgroundTaskManager<br>Class name: backgroundTaskManager<br>Method or attribute name: function requestSuspendDelay(reason: string, callback: Callback\<void>): DelaySuspendInfo;|@ohos.resourceschedule.backgroundTaskManager.d.ts|
|Added|NA|Module name: ohos.resourceschedule.backgroundTaskManager<br>Class name: backgroundTaskManager<br>Method or attribute name: function startBackgroundRunning(context: Context, bgMode: BackgroundMode, wantAgent: WantAgent, callback: AsyncCallback\<void>): void;|@ohos.resourceschedule.backgroundTaskManager.d.ts|
|Added|NA|Module name: ohos.resourceschedule.backgroundTaskManager<br>Class name: backgroundTaskManager<br>Method or attribute name: function startBackgroundRunning(context: Context, bgMode: BackgroundMode, wantAgent: WantAgent): Promise\<void>;|@ohos.resourceschedule.backgroundTaskManager.d.ts|
|Added|NA|Module name: ohos.resourceschedule.backgroundTaskManager<br>Class name: backgroundTaskManager<br>Method or attribute name: function stopBackgroundRunning(context: Context, callback: AsyncCallback\<void>): void;|@ohos.resourceschedule.backgroundTaskManager.d.ts|
|Added|NA|Module name: ohos.resourceschedule.backgroundTaskManager<br>Class name: backgroundTaskManager<br>Method or attribute name: function stopBackgroundRunning(context: Context): Promise\<void>;|@ohos.resourceschedule.backgroundTaskManager.d.ts|
|Added|NA|Module name: ohos.resourceschedule.backgroundTaskManager<br>Class name: backgroundTaskManager<br>Method or attribute name: function applyEfficiencyResources(request: EfficiencyResourcesRequest): void;|@ohos.resourceschedule.backgroundTaskManager.d.ts|
|Added|NA|Module name: ohos.resourceschedule.backgroundTaskManager<br>Class name: backgroundTaskManager<br>Method or attribute name: function resetAllEfficiencyResources(): void;|@ohos.resourceschedule.backgroundTaskManager.d.ts|
|Added|NA|Module name: ohos.resourceschedule.backgroundTaskManager<br>Class name: BackgroundMode|@ohos.resourceschedule.backgroundTaskManager.d.ts|
|Added|NA|Module name: ohos.resourceschedule.backgroundTaskManager<br>Class name: BackgroundMode<br>Method or attribute name: DATA_TRANSFER = 1|@ohos.resourceschedule.backgroundTaskManager.d.ts|
|Added|NA|Module name: ohos.resourceschedule.backgroundTaskManager<br>Class name: BackgroundMode<br>Method or attribute name: AUDIO_PLAYBACK = 2|@ohos.resourceschedule.backgroundTaskManager.d.ts|
|Added|NA|Module name: ohos.resourceschedule.backgroundTaskManager<br>Class name: BackgroundMode<br>Method or attribute name: AUDIO_RECORDING = 3|@ohos.resourceschedule.backgroundTaskManager.d.ts|
|Added|NA|Module name: ohos.resourceschedule.backgroundTaskManager<br>Class name: BackgroundMode<br>Method or attribute name: LOCATION = 4|@ohos.resourceschedule.backgroundTaskManager.d.ts|
|Added|NA|Module name: ohos.resourceschedule.backgroundTaskManager<br>Class name: BackgroundMode<br>Method or attribute name: BLUETOOTH_INTERACTION = 5|@ohos.resourceschedule.backgroundTaskManager.d.ts|
|Added|NA|Module name: ohos.resourceschedule.backgroundTaskManager<br>Class name: BackgroundMode<br>Method or attribute name: MULTI_DEVICE_CONNECTION = 6|@ohos.resourceschedule.backgroundTaskManager.d.ts|
|Added|NA|Module name: ohos.resourceschedule.backgroundTaskManager<br>Class name: BackgroundMode<br>Method or attribute name: WIFI_INTERACTION = 7|@ohos.resourceschedule.backgroundTaskManager.d.ts|
|Added|NA|Module name: ohos.resourceschedule.backgroundTaskManager<br>Class name: BackgroundMode<br>Method or attribute name: VOIP = 8|@ohos.resourceschedule.backgroundTaskManager.d.ts|
|Added|NA|Module name: ohos.resourceschedule.backgroundTaskManager<br>Class name: BackgroundMode<br>Method or attribute name: TASK_KEEPING = 9|@ohos.resourceschedule.backgroundTaskManager.d.ts|
|Added|NA|Module name: ohos.resourceschedule.backgroundTaskManager<br>Class name: ResourceType|@ohos.resourceschedule.backgroundTaskManager.d.ts|
|Added|NA|Module name: ohos.resourceschedule.backgroundTaskManager<br>Class name: ResourceType<br>Method or attribute name: CPU = 1|@ohos.resourceschedule.backgroundTaskManager.d.ts|
|Added|NA|Module name: ohos.resourceschedule.backgroundTaskManager<br>Class name: ResourceType<br>Method or attribute name: COMMON_EVENT = 1 \<\< 1|@ohos.resourceschedule.backgroundTaskManager.d.ts|
|Added|NA|Module name: ohos.resourceschedule.backgroundTaskManager<br>Class name: ResourceType<br>Method or attribute name: TIMER = 1 \<\< 2|@ohos.resourceschedule.backgroundTaskManager.d.ts|
|Added|NA|Module name: ohos.resourceschedule.backgroundTaskManager<br>Class name: ResourceType<br>Method or attribute name: WORK_SCHEDULER = 1 \<\< 3|@ohos.resourceschedule.backgroundTaskManager.d.ts|
|Added|NA|Module name: ohos.resourceschedule.backgroundTaskManager<br>Class name: ResourceType<br>Method or attribute name: BLUETOOTH = 1 \<\< 4|@ohos.resourceschedule.backgroundTaskManager.d.ts|
|Added|NA|Module name: ohos.resourceschedule.backgroundTaskManager<br>Class name: ResourceType<br>Method or attribute name: GPS = 1 \<\< 5|@ohos.resourceschedule.backgroundTaskManager.d.ts|
|Added|NA|Module name: ohos.resourceschedule.backgroundTaskManager<br>Class name: ResourceType<br>Method or attribute name: AUDIO = 1 \<\< 6|@ohos.resourceschedule.backgroundTaskManager.d.ts|
|Added|NA|Module name: ohos.resourceschedule.backgroundTaskManager<br>Class name: EfficiencyResourcesRequest|@ohos.resourceschedule.backgroundTaskManager.d.ts|
|Added|NA|Module name: ohos.resourceschedule.backgroundTaskManager<br>Class name: EfficiencyResourcesRequest<br>Method or attribute name: resourceTypes: number;|@ohos.resourceschedule.backgroundTaskManager.d.ts|
|Added|NA|Module name: ohos.resourceschedule.backgroundTaskManager<br>Class name: EfficiencyResourcesRequest<br>Method or attribute name: isApply: boolean;|@ohos.resourceschedule.backgroundTaskManager.d.ts|
|Added|NA|Module name: ohos.resourceschedule.backgroundTaskManager<br>Class name: EfficiencyResourcesRequest<br>Method or attribute name: timeOut: number;|@ohos.resourceschedule.backgroundTaskManager.d.ts|
|Added|NA|Module name: ohos.resourceschedule.backgroundTaskManager<br>Class name: EfficiencyResourcesRequest<br>Method or attribute name: isPersist?: boolean;|@ohos.resourceschedule.backgroundTaskManager.d.ts|
|Added|NA|Module name: ohos.resourceschedule.backgroundTaskManager<br>Class name: EfficiencyResourcesRequest<br>Method or attribute name: isProcess?: boolean;|@ohos.resourceschedule.backgroundTaskManager.d.ts|
|Added|NA|Module name: ohos.resourceschedule.backgroundTaskManager<br>Class name: EfficiencyResourcesRequest<br>Method or attribute name: reason: string;|@ohos.resourceschedule.backgroundTaskManager.d.ts|
|Added|NA|Module name: ohos.resourceschedule.usageStatistics<br>Class name: usageStatistics|@ohos.resourceschedule.usageStatistics.d.ts|
|Added|NA|Module name: ohos.resourceschedule.usageStatistics<br>Class name: BundleStatsInfo|@ohos.resourceschedule.usageStatistics.d.ts|
|Added|NA|Module name: ohos.resourceschedule.usageStatistics<br>Class name: BundleStatsInfo<br>Method or attribute name: id: number;|@ohos.resourceschedule.usageStatistics.d.ts|
|Added|NA|Module name: ohos.resourceschedule.usageStatistics<br>Class name: BundleStatsInfo<br>Method or attribute name: abilityInFgTotalTime?: number;|@ohos.resourceschedule.usageStatistics.d.ts|
|Added|NA|Module name: ohos.resourceschedule.usageStatistics<br>Class name: BundleStatsInfo<br>Method or attribute name: abilityPrevAccessTime?: number;|@ohos.resourceschedule.usageStatistics.d.ts|
|Added|NA|Module name: ohos.resourceschedule.usageStatistics<br>Class name: BundleStatsInfo<br>Method or attribute name: abilityPrevSeenTime?: number;|@ohos.resourceschedule.usageStatistics.d.ts|
|Added|NA|Module name: ohos.resourceschedule.usageStatistics<br>Class name: BundleStatsInfo<br>Method or attribute name: abilitySeenTotalTime?: number;|@ohos.resourceschedule.usageStatistics.d.ts|
|Added|NA|Module name: ohos.resourceschedule.usageStatistics<br>Class name: BundleStatsInfo<br>Method or attribute name: bundleName?: string;|@ohos.resourceschedule.usageStatistics.d.ts|
|Added|NA|Module name: ohos.resourceschedule.usageStatistics<br>Class name: BundleStatsInfo<br>Method or attribute name: fgAbilityAccessTotalTime?: number;|@ohos.resourceschedule.usageStatistics.d.ts|
|Added|NA|Module name: ohos.resourceschedule.usageStatistics<br>Class name: BundleStatsInfo<br>Method or attribute name: fgAbilityPrevAccessTime?: number;|@ohos.resourceschedule.usageStatistics.d.ts|
|Added|NA|Module name: ohos.resourceschedule.usageStatistics<br>Class name: BundleStatsInfo<br>Method or attribute name: infosBeginTime?: number;|@ohos.resourceschedule.usageStatistics.d.ts|
|Added|NA|Module name: ohos.resourceschedule.usageStatistics<br>Class name: BundleStatsInfo<br>Method or attribute name: infosEndTime?: number;|@ohos.resourceschedule.usageStatistics.d.ts|
|Added|NA|Module name: ohos.resourceschedule.usageStatistics<br>Class name: HapFormInfo|@ohos.resourceschedule.usageStatistics.d.ts|
|Added|NA|Module name: ohos.resourceschedule.usageStatistics<br>Class name: HapFormInfo<br>Method or attribute name: formName: string;|@ohos.resourceschedule.usageStatistics.d.ts|
|Added|NA|Module name: ohos.resourceschedule.usageStatistics<br>Class name: HapFormInfo<br>Method or attribute name: formDimension: number;|@ohos.resourceschedule.usageStatistics.d.ts|
|Added|NA|Module name: ohos.resourceschedule.usageStatistics<br>Class name: HapFormInfo<br>Method or attribute name: formId: number;|@ohos.resourceschedule.usageStatistics.d.ts|
|Added|NA|Module name: ohos.resourceschedule.usageStatistics<br>Class name: HapFormInfo<br>Method or attribute name: formLastUsedTime: number;|@ohos.resourceschedule.usageStatistics.d.ts|
|Added|NA|Module name: ohos.resourceschedule.usageStatistics<br>Class name: HapFormInfo<br>Method or attribute name: count: number;|@ohos.resourceschedule.usageStatistics.d.ts|
|Added|NA|Module name: ohos.resourceschedule.usageStatistics<br>Class name: HapModuleInfo|@ohos.resourceschedule.usageStatistics.d.ts|
|Added|NA|Module name: ohos.resourceschedule.usageStatistics<br>Class name: HapModuleInfo<br>Method or attribute name: deviceId?: string;|@ohos.resourceschedule.usageStatistics.d.ts|
|Added|NA|Module name: ohos.resourceschedule.usageStatistics<br>Class name: HapModuleInfo<br>Method or attribute name: bundleName: string;|@ohos.resourceschedule.usageStatistics.d.ts|
|Added|NA|Module name: ohos.resourceschedule.usageStatistics<br>Class name: HapModuleInfo<br>Method or attribute name: moduleName: string;|@ohos.resourceschedule.usageStatistics.d.ts|
|Added|NA|Module name: ohos.resourceschedule.usageStatistics<br>Class name: HapModuleInfo<br>Method or attribute name: abilityName?: string;|@ohos.resourceschedule.usageStatistics.d.ts|
|Added|NA|Module name: ohos.resourceschedule.usageStatistics<br>Class name: HapModuleInfo<br>Method or attribute name: appLabelId?: number;|@ohos.resourceschedule.usageStatistics.d.ts|
|Added|NA|Module name: ohos.resourceschedule.usageStatistics<br>Class name: HapModuleInfo<br>Method or attribute name: labelId?: number;|@ohos.resourceschedule.usageStatistics.d.ts|
|Added|NA|Module name: ohos.resourceschedule.usageStatistics<br>Class name: HapModuleInfo<br>Method or attribute name: descriptionId?: number;|@ohos.resourceschedule.usageStatistics.d.ts|
|Added|NA|Module name: ohos.resourceschedule.usageStatistics<br>Class name: HapModuleInfo<br>Method or attribute name: abilityLableId?: number;|@ohos.resourceschedule.usageStatistics.d.ts|
|Added|NA|Module name: ohos.resourceschedule.usageStatistics<br>Class name: HapModuleInfo<br>Method or attribute name: abilityDescriptionId?: number;|@ohos.resourceschedule.usageStatistics.d.ts|
|Added|NA|Module name: ohos.resourceschedule.usageStatistics<br>Class name: HapModuleInfo<br>Method or attribute name: abilityIconId?: number;|@ohos.resourceschedule.usageStatistics.d.ts|
|Added|NA|Module name: ohos.resourceschedule.usageStatistics<br>Class name: HapModuleInfo<br>Method or attribute name: launchedCount: number;|@ohos.resourceschedule.usageStatistics.d.ts|
|Added|NA|Module name: ohos.resourceschedule.usageStatistics<br>Class name: HapModuleInfo<br>Method or attribute name: lastModuleUsedTime: number;|@ohos.resourceschedule.usageStatistics.d.ts|
|Added|NA|Module name: ohos.resourceschedule.usageStatistics<br>Class name: HapModuleInfo<br>Method or attribute name: formRecords: Array\<HapFormInfo>;|@ohos.resourceschedule.usageStatistics.d.ts|
|Added|NA|Module name: ohos.resourceschedule.usageStatistics<br>Class name: DeviceEventStats|@ohos.resourceschedule.usageStatistics.d.ts|
|Added|NA|Module name: ohos.resourceschedule.usageStatistics<br>Class name: DeviceEventStats<br>Method or attribute name: name: string;|@ohos.resourceschedule.usageStatistics.d.ts|
|Added|NA|Module name: ohos.resourceschedule.usageStatistics<br>Class name: DeviceEventStats<br>Method or attribute name: eventId: number;|@ohos.resourceschedule.usageStatistics.d.ts|
|Added|NA|Module name: ohos.resourceschedule.usageStatistics<br>Class name: DeviceEventStats<br>Method or attribute name: count: number;|@ohos.resourceschedule.usageStatistics.d.ts|
|Added|NA|Module name: ohos.resourceschedule.usageStatistics<br>Class name: BundleEvents|@ohos.resourceschedule.usageStatistics.d.ts|
|Added|NA|Module name: ohos.resourceschedule.usageStatistics<br>Class name: BundleEvents<br>Method or attribute name: appGroup?: number;|@ohos.resourceschedule.usageStatistics.d.ts|
|Added|NA|Module name: ohos.resourceschedule.usageStatistics<br>Class name: BundleEvents<br>Method or attribute name: bundleName?: string;|@ohos.resourceschedule.usageStatistics.d.ts|
|Added|NA|Module name: ohos.resourceschedule.usageStatistics<br>Class name: BundleEvents<br>Method or attribute name: indexOfLink?: string;|@ohos.resourceschedule.usageStatistics.d.ts|
|Added|NA|Module name: ohos.resourceschedule.usageStatistics<br>Class name: BundleEvents<br>Method or attribute name: nameOfClass?: string;|@ohos.resourceschedule.usageStatistics.d.ts|
|Added|NA|Module name: ohos.resourceschedule.usageStatistics<br>Class name: BundleEvents<br>Method or attribute name: eventOccurredTime?: number;|@ohos.resourceschedule.usageStatistics.d.ts|
|Added|NA|Module name: ohos.resourceschedule.usageStatistics<br>Class name: BundleEvents<br>Method or attribute name: eventId?: number;|@ohos.resourceschedule.usageStatistics.d.ts|
|Added|NA|Module name: ohos.resourceschedule.usageStatistics<br>Class name: AppGroupCallbackInfo|@ohos.resourceschedule.usageStatistics.d.ts|
|Added|NA|Module name: ohos.resourceschedule.usageStatistics<br>Class name: AppGroupCallbackInfo<br>Method or attribute name: appOldGroup: number;|@ohos.resourceschedule.usageStatistics.d.ts|
|Added|NA|Module name: ohos.resourceschedule.usageStatistics<br>Class name: AppGroupCallbackInfo<br>Method or attribute name: appNewGroup: number;|@ohos.resourceschedule.usageStatistics.d.ts|
|Added|NA|Module name: ohos.resourceschedule.usageStatistics<br>Class name: AppGroupCallbackInfo<br>Method or attribute name: userId: number;|@ohos.resourceschedule.usageStatistics.d.ts|
|Added|NA|Module name: ohos.resourceschedule.usageStatistics<br>Class name: AppGroupCallbackInfo<br>Method or attribute name: changeReason: number;|@ohos.resourceschedule.usageStatistics.d.ts|
|Added|NA|Module name: ohos.resourceschedule.usageStatistics<br>Class name: AppGroupCallbackInfo<br>Method or attribute name: bundleName: string;|@ohos.resourceschedule.usageStatistics.d.ts|
|Added|NA|Module name: ohos.resourceschedule.usageStatistics<br>Class name: usageStatistics<br>Method or attribute name: function isIdleState(bundleName: string, callback: AsyncCallback\<boolean>): void;|@ohos.resourceschedule.usageStatistics.d.ts|
|Added|NA|Module name: ohos.resourceschedule.usageStatistics<br>Class name: usageStatistics<br>Method or attribute name: function isIdleState(bundleName: string): Promise\<boolean>;|@ohos.resourceschedule.usageStatistics.d.ts|
|Added|NA|Module name: ohos.resourceschedule.usageStatistics<br>Class name: usageStatistics<br>Method or attribute name: function queryAppGroup(callback: AsyncCallback\<number>): void;|@ohos.resourceschedule.usageStatistics.d.ts|
|Added|NA|Module name: ohos.resourceschedule.usageStatistics<br>Class name: usageStatistics<br>Method or attribute name: function queryAppGroup(): Promise\<number>;|@ohos.resourceschedule.usageStatistics.d.ts|
|Added|NA|Module name: ohos.resourceschedule.usageStatistics<br>Class name: usageStatistics<br>Method or attribute name: function queryAppGroup(bundleName : string, callback: AsyncCallback\<number>): void;|@ohos.resourceschedule.usageStatistics.d.ts|
|Added|NA|Module name: ohos.resourceschedule.usageStatistics<br>Class name: usageStatistics<br>Method or attribute name: function queryAppGroup(bundleName : string): Promise\<number>;|@ohos.resourceschedule.usageStatistics.d.ts|
|Added|NA|Module name: ohos.resourceschedule.usageStatistics<br>Class name: BundleStatsMap|@ohos.resourceschedule.usageStatistics.d.ts|
|Added|NA|Module name: ohos.resourceschedule.usageStatistics<br>Class name: BundleStatsMap<br>Method or attribute name: [key: string]: BundleStatsInfo;|@ohos.resourceschedule.usageStatistics.d.ts|
|Added|NA|Module name: ohos.resourceschedule.usageStatistics<br>Class name: usageStatistics<br>Method or attribute name: function queryBundleStatsInfos(begin: number, end: number, callback: AsyncCallback\<BundleStatsMap>): void;|@ohos.resourceschedule.usageStatistics.d.ts|
|Added|NA|Module name: ohos.resourceschedule.usageStatistics<br>Class name: usageStatistics<br>Method or attribute name: function queryBundleStatsInfos(begin: number, end: number): Promise\<BundleStatsMap>;|@ohos.resourceschedule.usageStatistics.d.ts|
|Added|NA|Module name: ohos.resourceschedule.usageStatistics<br>Class name: IntervalType|@ohos.resourceschedule.usageStatistics.d.ts|
|Added|NA|Module name: ohos.resourceschedule.usageStatistics<br>Class name: IntervalType<br>Method or attribute name: BY_OPTIMIZED = 0|@ohos.resourceschedule.usageStatistics.d.ts|
|Added|NA|Module name: ohos.resourceschedule.usageStatistics<br>Class name: IntervalType<br>Method or attribute name: BY_DAILY = 1|@ohos.resourceschedule.usageStatistics.d.ts|
|Added|NA|Module name: ohos.resourceschedule.usageStatistics<br>Class name: IntervalType<br>Method or attribute name: BY_WEEKLY = 2|@ohos.resourceschedule.usageStatistics.d.ts|
|Added|NA|Module name: ohos.resourceschedule.usageStatistics<br>Class name: IntervalType<br>Method or attribute name: BY_MONTHLY = 3|@ohos.resourceschedule.usageStatistics.d.ts|
|Added|NA|Module name: ohos.resourceschedule.usageStatistics<br>Class name: IntervalType<br>Method or attribute name: BY_ANNUALLY = 4|@ohos.resourceschedule.usageStatistics.d.ts|
|Added|NA|Module name: ohos.resourceschedule.usageStatistics<br>Class name: usageStatistics<br>Method or attribute name: function queryBundleStatsInfoByInterval(byInterval: IntervalType, begin: number, end: number, callback: AsyncCallback\<Array\<BundleStatsInfo>>): void;|@ohos.resourceschedule.usageStatistics.d.ts|
|Added|NA|Module name: ohos.resourceschedule.usageStatistics<br>Class name: usageStatistics<br>Method or attribute name: function queryBundleStatsInfoByInterval(byInterval: IntervalType, begin: number, end: number): Promise\<Array\<BundleStatsInfo>>;|@ohos.resourceschedule.usageStatistics.d.ts|
|Added|NA|Module name: ohos.resourceschedule.usageStatistics<br>Class name: usageStatistics<br>Method or attribute name: function queryBundleEvents(begin: number, end: number, callback: AsyncCallback\<Array\<BundleEvents>>): void;|@ohos.resourceschedule.usageStatistics.d.ts|
|Added|NA|Module name: ohos.resourceschedule.usageStatistics<br>Class name: usageStatistics<br>Method or attribute name: function queryBundleEvents(begin: number, end: number): Promise\<Array\<BundleEvents>>;|@ohos.resourceschedule.usageStatistics.d.ts|
|Added|NA|Module name: ohos.resourceschedule.usageStatistics<br>Class name: usageStatistics<br>Method or attribute name: function queryCurrentBundleEvents(begin: number, end: number, callback: AsyncCallback\<Array\<BundleEvents>>): void;|@ohos.resourceschedule.usageStatistics.d.ts|
|Added|NA|Module name: ohos.resourceschedule.usageStatistics<br>Class name: usageStatistics<br>Method or attribute name: function queryCurrentBundleEvents(begin: number, end: number): Promise\<Array\<BundleEvents>>;|@ohos.resourceschedule.usageStatistics.d.ts|
|Added|NA|Module name: ohos.resourceschedule.usageStatistics<br>Class name: usageStatistics<br>Method or attribute name: function queryModuleUsageRecords(maxNum: number, callback: AsyncCallback\<Array\<HapModuleInfo>>): void;|@ohos.resourceschedule.usageStatistics.d.ts|
|Added|NA|Module name: ohos.resourceschedule.usageStatistics<br>Class name: usageStatistics<br>Method or attribute name: function queryModuleUsageRecords(maxNum: number): Promise\<Array\<HapModuleInfo>>;|@ohos.resourceschedule.usageStatistics.d.ts|
|Added|NA|Module name: ohos.resourceschedule.usageStatistics<br>Class name: usageStatistics<br>Method or attribute name: function queryModuleUsageRecords(callback: AsyncCallback\<Array\<HapModuleInfo>>): void;|@ohos.resourceschedule.usageStatistics.d.ts|
|Added|NA|Module name: ohos.resourceschedule.usageStatistics<br>Class name: usageStatistics<br>Method or attribute name: function queryModuleUsageRecords(): Promise\<Array\<HapModuleInfo>>;|@ohos.resourceschedule.usageStatistics.d.ts|
|Added|NA|Module name: ohos.resourceschedule.usageStatistics<br>Class name: GroupType|@ohos.resourceschedule.usageStatistics.d.ts|
|Added|NA|Module name: ohos.resourceschedule.usageStatistics<br>Class name: GroupType<br>Method or attribute name: ALIVE_GROUP = 10|@ohos.resourceschedule.usageStatistics.d.ts|
|Added|NA|Module name: ohos.resourceschedule.usageStatistics<br>Class name: GroupType<br>Method or attribute name: DAILY_GROUP = 20|@ohos.resourceschedule.usageStatistics.d.ts|
|Added|NA|Module name: ohos.resourceschedule.usageStatistics<br>Class name: GroupType<br>Method or attribute name: FIXED_GROUP = 30|@ohos.resourceschedule.usageStatistics.d.ts|
|Added|NA|Module name: ohos.resourceschedule.usageStatistics<br>Class name: GroupType<br>Method or attribute name: RARE_GROUP = 40|@ohos.resourceschedule.usageStatistics.d.ts|
|Added|NA|Module name: ohos.resourceschedule.usageStatistics<br>Class name: GroupType<br>Method or attribute name: LIMITED_GROUP = 50|@ohos.resourceschedule.usageStatistics.d.ts|
|Added|NA|Module name: ohos.resourceschedule.usageStatistics<br>Class name: GroupType<br>Method or attribute name: NEVER_GROUP = 60|@ohos.resourceschedule.usageStatistics.d.ts|
|Added|NA|Module name: ohos.resourceschedule.usageStatistics<br>Class name: usageStatistics<br>Method or attribute name: function setAppGroup(bundleName: string, newGroup: GroupType, callback: AsyncCallback\<void>): void;|@ohos.resourceschedule.usageStatistics.d.ts|
|Added|NA|Module name: ohos.resourceschedule.usageStatistics<br>Class name: usageStatistics<br>Method or attribute name: function setAppGroup(bundleName: string, newGroup: GroupType): Promise\<void>;|@ohos.resourceschedule.usageStatistics.d.ts|
|Added|NA|Module name: ohos.resourceschedule.usageStatistics<br>Class name: usageStatistics<br>Method or attribute name: function registerAppGroupCallBack(groupCallback: Callback\<AppGroupCallbackInfo>, callback: AsyncCallback\<void>): void;|@ohos.resourceschedule.usageStatistics.d.ts|
|Added|NA|Module name: ohos.resourceschedule.usageStatistics<br>Class name: usageStatistics<br>Method or attribute name: function registerAppGroupCallBack(groupCallback: Callback\<AppGroupCallbackInfo>): Promise\<void>;|@ohos.resourceschedule.usageStatistics.d.ts|
|Added|NA|Module name: ohos.resourceschedule.usageStatistics<br>Class name: usageStatistics<br>Method or attribute name: function unregisterAppGroupCallBack(callback: AsyncCallback\<void>): void;|@ohos.resourceschedule.usageStatistics.d.ts|
|Added|NA|Module name: ohos.resourceschedule.usageStatistics<br>Class name: usageStatistics<br>Method or attribute name: function unregisterAppGroupCallBack(): Promise\<void>;|@ohos.resourceschedule.usageStatistics.d.ts|
|Added|NA|Module name: ohos.resourceschedule.usageStatistics<br>Class name: usageStatistics<br>Method or attribute name: function queryDeviceEventStats(begin: number, end: number, callback: AsyncCallback\<Array\<DeviceEventStats>>): void;|@ohos.resourceschedule.usageStatistics.d.ts|
|Added|NA|Module name: ohos.resourceschedule.usageStatistics<br>Class name: usageStatistics<br>Method or attribute name: function queryDeviceEventStats(begin: number, end: number): Promise\<Array\<DeviceEventStats>>;|@ohos.resourceschedule.usageStatistics.d.ts|
|Added|NA|Module name: ohos.resourceschedule.usageStatistics<br>Class name: usageStatistics<br>Method or attribute name: function queryNotificationEventStats(begin: number, end: number, callback: AsyncCallback\<Array\<DeviceEventStats>>): void;|@ohos.resourceschedule.usageStatistics.d.ts|
|Added|NA|Module name: ohos.resourceschedule.usageStatistics<br>Class name: usageStatistics<br>Method or attribute name: function queryNotificationEventStats(begin: number, end: number): Promise\<Array\<DeviceEventStats>>;|@ohos.resourceschedule.usageStatistics.d.ts|
|Added|NA|Module name: ohos.resourceschedule.workScheduler<br>Class name: workScheduler|@ohos.resourceschedule.workScheduler.d.ts|
|Added|NA|Module name: ohos.resourceschedule.workScheduler<br>Class name: WorkInfo|@ohos.resourceschedule.workScheduler.d.ts|
|Added|NA|Module name: ohos.resourceschedule.workScheduler<br>Class name: WorkInfo<br>Method or attribute name: workId: number;|@ohos.resourceschedule.workScheduler.d.ts|
|Added|NA|Module name: ohos.resourceschedule.workScheduler<br>Class name: WorkInfo<br>Method or attribute name: bundleName: string;|@ohos.resourceschedule.workScheduler.d.ts|
|Added|NA|Module name: ohos.resourceschedule.workScheduler<br>Class name: WorkInfo<br>Method or attribute name: abilityName: string;|@ohos.resourceschedule.workScheduler.d.ts|
|Added|NA|Module name: ohos.resourceschedule.workScheduler<br>Class name: WorkInfo<br>Method or attribute name: isPersisted?: boolean;|@ohos.resourceschedule.workScheduler.d.ts|
|Added|NA|Module name: ohos.resourceschedule.workScheduler<br>Class name: WorkInfo<br>Method or attribute name: networkType?: NetworkType;|@ohos.resourceschedule.workScheduler.d.ts|
|Added|NA|Module name: ohos.resourceschedule.workScheduler<br>Class name: WorkInfo<br>Method or attribute name: isCharging?: boolean;|@ohos.resourceschedule.workScheduler.d.ts|
|Added|NA|Module name: ohos.resourceschedule.workScheduler<br>Class name: WorkInfo<br>Method or attribute name: chargerType?: ChargingType;|@ohos.resourceschedule.workScheduler.d.ts|
|Added|NA|Module name: ohos.resourceschedule.workScheduler<br>Class name: WorkInfo<br>Method or attribute name: batteryLevel?: number;|@ohos.resourceschedule.workScheduler.d.ts|
|Added|NA|Module name: ohos.resourceschedule.workScheduler<br>Class name: WorkInfo<br>Method or attribute name: batteryStatus?: BatteryStatus;|@ohos.resourceschedule.workScheduler.d.ts|
|Added|NA|Module name: ohos.resourceschedule.workScheduler<br>Class name: WorkInfo<br>Method or attribute name: storageRequest?: StorageRequest;|@ohos.resourceschedule.workScheduler.d.ts|
|Added|NA|Module name: ohos.resourceschedule.workScheduler<br>Class name: WorkInfo<br>Method or attribute name: repeatCycleTime?: number;|@ohos.resourceschedule.workScheduler.d.ts|
|Added|NA|Module name: ohos.resourceschedule.workScheduler<br>Class name: WorkInfo<br>Method or attribute name: isRepeat?: boolean;|@ohos.resourceschedule.workScheduler.d.ts|
|Added|NA|Module name: ohos.resourceschedule.workScheduler<br>Class name: WorkInfo<br>Method or attribute name: repeatCount?: number;|@ohos.resourceschedule.workScheduler.d.ts|
|Added|NA|Module name: ohos.resourceschedule.workScheduler<br>Class name: WorkInfo<br>Method or attribute name: isDeepIdle?: boolean;|@ohos.resourceschedule.workScheduler.d.ts|
|Added|NA|Module name: ohos.resourceschedule.workScheduler<br>Class name: WorkInfo<br>Method or attribute name: idleWaitTime?: number;|@ohos.resourceschedule.workScheduler.d.ts|
|Added|NA|Module name: ohos.resourceschedule.workScheduler<br>Class name: WorkInfo<br>Method or attribute name: parameters?: {[key: string]: number \| string \| boolean};|@ohos.resourceschedule.workScheduler.d.ts|
|Added|NA|Module name: ohos.resourceschedule.workScheduler<br>Class name: workScheduler<br>Method or attribute name: function startWork(work: WorkInfo): void;|@ohos.resourceschedule.workScheduler.d.ts|
|Added|NA|Module name: ohos.resourceschedule.workScheduler<br>Class name: workScheduler<br>Method or attribute name: function stopWork(work: WorkInfo, needCancel?: boolean): void;|@ohos.resourceschedule.workScheduler.d.ts|
|Added|NA|Module name: ohos.resourceschedule.workScheduler<br>Class name: workScheduler<br>Method or attribute name: function getWorkStatus(workId: number, callback: AsyncCallback\<WorkInfo>): void;|@ohos.resourceschedule.workScheduler.d.ts|
|Added|NA|Module name: ohos.resourceschedule.workScheduler<br>Class name: workScheduler<br>Method or attribute name: function getWorkStatus(workId: number): Promise\<WorkInfo>;|@ohos.resourceschedule.workScheduler.d.ts|
|Added|NA|Module name: ohos.resourceschedule.workScheduler<br>Class name: workScheduler<br>Method or attribute name: function obtainAllWorks(callback: AsyncCallback\<void>): Array\<WorkInfo>;|@ohos.resourceschedule.workScheduler.d.ts|
|Added|NA|Module name: ohos.resourceschedule.workScheduler<br>Class name: workScheduler<br>Method or attribute name: function obtainAllWorks(): Promise\<Array\<WorkInfo>>;|@ohos.resourceschedule.workScheduler.d.ts|
|Added|NA|Module name: ohos.resourceschedule.workScheduler<br>Class name: workScheduler<br>Method or attribute name: function stopAndClearWorks(): void;|@ohos.resourceschedule.workScheduler.d.ts|
|Added|NA|Module name: ohos.resourceschedule.workScheduler<br>Class name: workScheduler<br>Method or attribute name: function isLastWorkTimeOut(workId: number, callback: AsyncCallback\<void>): boolean;|@ohos.resourceschedule.workScheduler.d.ts|
|Added|NA|Module name: ohos.resourceschedule.workScheduler<br>Class name: workScheduler<br>Method or attribute name: function isLastWorkTimeOut(workId: number): Promise\<boolean>;|@ohos.resourceschedule.workScheduler.d.ts|
|Added|NA|Module name: ohos.resourceschedule.workScheduler<br>Class name: NetworkType|@ohos.resourceschedule.workScheduler.d.ts|
|Added|NA|Module name: ohos.resourceschedule.workScheduler<br>Class name: NetworkType<br>Method or attribute name: NETWORK_TYPE_ANY = 0|@ohos.resourceschedule.workScheduler.d.ts|
|Added|NA|Module name: ohos.resourceschedule.workScheduler<br>Class name: NetworkType<br>Method or attribute name: NETWORK_TYPE_MOBILE|@ohos.resourceschedule.workScheduler.d.ts|
|Added|NA|Module name: ohos.resourceschedule.workScheduler<br>Class name: NetworkType<br>Method or attribute name: NETWORK_TYPE_WIFI|@ohos.resourceschedule.workScheduler.d.ts|
|Added|NA|Module name: ohos.resourceschedule.workScheduler<br>Class name: NetworkType<br>Method or attribute name: NETWORK_TYPE_BLUETOOTH|@ohos.resourceschedule.workScheduler.d.ts|
|Added|NA|Module name: ohos.resourceschedule.workScheduler<br>Class name: NetworkType<br>Method or attribute name: NETWORK_TYPE_WIFI_P2P|@ohos.resourceschedule.workScheduler.d.ts|
|Added|NA|Module name: ohos.resourceschedule.workScheduler<br>Class name: NetworkType<br>Method or attribute name: NETWORK_TYPE_ETHERNET|@ohos.resourceschedule.workScheduler.d.ts|
|Added|NA|Module name: ohos.resourceschedule.workScheduler<br>Class name: ChargingType|@ohos.resourceschedule.workScheduler.d.ts|
|Added|NA|Module name: ohos.resourceschedule.workScheduler<br>Class name: ChargingType<br>Method or attribute name: CHARGING_PLUGGED_ANY = 0|@ohos.resourceschedule.workScheduler.d.ts|
|Added|NA|Module name: ohos.resourceschedule.workScheduler<br>Class name: ChargingType<br>Method or attribute name: CHARGING_PLUGGED_AC|@ohos.resourceschedule.workScheduler.d.ts|
|Added|NA|Module name: ohos.resourceschedule.workScheduler<br>Class name: ChargingType<br>Method or attribute name: CHARGING_PLUGGED_USB|@ohos.resourceschedule.workScheduler.d.ts|
|Added|NA|Module name: ohos.resourceschedule.workScheduler<br>Class name: ChargingType<br>Method or attribute name: CHARGING_PLUGGED_WIRELESS|@ohos.resourceschedule.workScheduler.d.ts|
|Added|NA|Module name: ohos.resourceschedule.workScheduler<br>Class name: BatteryStatus|@ohos.resourceschedule.workScheduler.d.ts|
|Added|NA|Module name: ohos.resourceschedule.workScheduler<br>Class name: BatteryStatus<br>Method or attribute name: BATTERY_STATUS_LOW = 0|@ohos.resourceschedule.workScheduler.d.ts|
|Added|NA|Module name: ohos.resourceschedule.workScheduler<br>Class name: BatteryStatus<br>Method or attribute name: BATTERY_STATUS_OKAY|@ohos.resourceschedule.workScheduler.d.ts|
|Added|NA|Module name: ohos.resourceschedule.workScheduler<br>Class name: BatteryStatus<br>Method or attribute name: BATTERY_STATUS_LOW_OR_OKAY|@ohos.resourceschedule.workScheduler.d.ts|
|Added|NA|Module name: ohos.resourceschedule.workScheduler<br>Class name: StorageRequest|@ohos.resourceschedule.workScheduler.d.ts|
|Added|NA|Module name: ohos.resourceschedule.workScheduler<br>Class name: StorageRequest<br>Method or attribute name: STORAGE_LEVEL_LOW = 0|@ohos.resourceschedule.workScheduler.d.ts|
|Added|NA|Module name: ohos.resourceschedule.workScheduler<br>Class name: StorageRequest<br>Method or attribute name: STORAGE_LEVEL_OKAY|@ohos.resourceschedule.workScheduler.d.ts|
|Added|NA|Module name: ohos.resourceschedule.workScheduler<br>Class name: StorageRequest<br>Method or attribute name: STORAGE_LEVEL_LOW_OR_OKAY|@ohos.resourceschedule.workScheduler.d.ts|
|Added|NA|Module name: ohos.WorkSchedulerExtensionAbility<br>Class name: WorkSchedulerExtensionAbility|@ohos.WorkSchedulerExtensionAbility.d.ts|
|Added|NA|Module name: ohos.WorkSchedulerExtensionAbility<br>Class name: WorkSchedulerExtensionAbility<br>Method or attribute name: onWorkStart(work: workScheduler.WorkInfo): void;|@ohos.WorkSchedulerExtensionAbility.d.ts|
|Added|NA|Module name: ohos.WorkSchedulerExtensionAbility<br>Class name: WorkSchedulerExtensionAbility<br>Method or attribute name: onWorkStop(work: workScheduler.WorkInfo): void;|@ohos.WorkSchedulerExtensionAbility.d.ts|
|Deprecated version changed|Class name: particleAbility<br>Method or attribute name: function startBackgroundRunning(id: number, request: NotificationRequest, callback: AsyncCallback\<void>): void;<br>Deprecated version: N/A|Class name: particleAbility<br>Method or attribute name: function startBackgroundRunning(id: number, request: NotificationRequest, callback: AsyncCallback\<void>): void;<br>Deprecated version: 9<br>Substitute API: ohos.resourceschedule.backgroundTaskManager.startBackgroundRunning |@ohos.ability.particleAbility.d.ts|
|Deprecated version changed|Class name: particleAbility<br>Method or attribute name: function startBackgroundRunning(id: number, request: NotificationRequest): Promise\<void>;<br>Deprecated version: N/A|Class name: particleAbility<br>Method or attribute name: function startBackgroundRunning(id: number, request: NotificationRequest): Promise\<void>;<br>Deprecated version: 9<br>Substitute API: ohos.resourceschedule.backgroundTaskManager.startBackgroundRunning |@ohos.ability.particleAbility.d.ts|
|Deprecated version changed|Class name: particleAbility<br>Method or attribute name: function cancelBackgroundRunning(callback: AsyncCallback\<void>): void;<br>Deprecated version: N/A|Class name: particleAbility<br>Method or attribute name: function cancelBackgroundRunning(callback: AsyncCallback\<void>): void;<br>Deprecated version: 9<br>Substitute API: ohos.resourceschedule.backgroundTaskManager.stopBackgroundRunning |@ohos.ability.particleAbility.d.ts|
|Deprecated version changed|Class name: particleAbility<br>Method or attribute name: function cancelBackgroundRunning(): Promise\<void>;<br>Deprecated version: N/A|Class name: particleAbility<br>Method or attribute name: function cancelBackgroundRunning(): Promise\<void>;<br>Deprecated version: 9<br>Substitute API: ohos.resourceschedule.backgroundTaskManager.stopBackgroundRunning |@ohos.ability.particleAbility.d.ts|
|Deprecated version changed|Class name: backgroundTaskManager<br>Deprecated version: N/A|Class name: backgroundTaskManager<br>Deprecated version: 9<br>Substitute API: ohos.resourceschedule.backgroundTaskManager |@ohos.backgroundTaskManager.d.ts|
|Deprecated version changed|Class name: DelaySuspendInfo<br>Deprecated version: N/A|Class name: DelaySuspendInfo<br>Deprecated version: 9<br>Substitute API: ohos.resourceschedule.backgroundTaskManager.DelaySuspendInfo |@ohos.backgroundTaskManager.d.ts|
|Deprecated version changed|Class name: backgroundTaskManager<br>Method or attribute name: function cancelSuspendDelay(requestId: number): void;<br>Deprecated version: N/A|Class name: backgroundTaskManager<br>Method or attribute name: function cancelSuspendDelay(requestId: number): void;<br>Deprecated version: 9<br>Substitute API: ohos.resourceschedule.backgroundTaskManager.cancelSuspendDelay |@ohos.backgroundTaskManager.d.ts|
|Deprecated version changed|Class name: backgroundTaskManager<br>Method or attribute name: function getRemainingDelayTime(requestId: number, callback: AsyncCallback\<number>): void;<br>Deprecated version: N/A|Class name: backgroundTaskManager<br>Method or attribute name: function getRemainingDelayTime(requestId: number, callback: AsyncCallback\<number>): void;<br>Deprecated version: 9<br>Substitute API: ohos.resourceschedule.backgroundTaskManager.getRemainingDelayTime |@ohos.backgroundTaskManager.d.ts|
|Deprecated version changed|Class name: backgroundTaskManager<br>Method or attribute name: function getRemainingDelayTime(requestId: number): Promise\<number>;<br>Deprecated version: N/A|Class name: backgroundTaskManager<br>Method or attribute name: function getRemainingDelayTime(requestId: number): Promise\<number>;<br>Deprecated version: 9<br>Substitute API: ohos.resourceschedule.backgroundTaskManager.getRemainingDelayTime |@ohos.backgroundTaskManager.d.ts|
|Deprecated version changed|Class name: backgroundTaskManager<br>Method or attribute name: function requestSuspendDelay(reason: string, callback: Callback\<void>): DelaySuspendInfo;<br>Deprecated version: N/A|Class name: backgroundTaskManager<br>Method or attribute name: function requestSuspendDelay(reason: string, callback: Callback\<void>): DelaySuspendInfo;<br>Deprecated version: 9<br>Substitute API: ohos.resourceschedule.backgroundTaskManager.requestSuspendDelay |@ohos.backgroundTaskManager.d.ts|
|Deprecated version changed|Class name: backgroundTaskManager<br>Method or attribute name: function startBackgroundRunning(context: Context, bgMode: BackgroundMode, wantAgent: WantAgent, callback: AsyncCallback\<void>): void;<br>Deprecated version: N/A|Class name: backgroundTaskManager<br>Method or attribute name: function startBackgroundRunning(context: Context, bgMode: BackgroundMode, wantAgent: WantAgent, callback: AsyncCallback\<void>): void;<br>Deprecated version: 9<br>Substitute API: ohos.resourceschedule.backgroundTaskManager.startBackgroundRunning |@ohos.backgroundTaskManager.d.ts|
|Deprecated version changed|Class name: backgroundTaskManager<br>Method or attribute name: function startBackgroundRunning(context: Context, bgMode: BackgroundMode, wantAgent: WantAgent): Promise\<void>;<br>Deprecated version: N/A|Class name: backgroundTaskManager<br>Method or attribute name: function startBackgroundRunning(context: Context, bgMode: BackgroundMode, wantAgent: WantAgent): Promise\<void>;<br>Deprecated version: 9<br>Substitute API: ohos.resourceschedule.backgroundTaskManager.startBackgroundRunning |@ohos.backgroundTaskManager.d.ts|
|Deprecated version changed|Class name: backgroundTaskManager<br>Method or attribute name: function stopBackgroundRunning(context: Context, callback: AsyncCallback\<void>): void;<br>Deprecated version: N/A|Class name: backgroundTaskManager<br>Method or attribute name: function stopBackgroundRunning(context: Context, callback: AsyncCallback\<void>): void;<br>Deprecated version: 9<br>Substitute API: ohos.resourceschedule.backgroundTaskManager.stopBackgroundRunning |@ohos.backgroundTaskManager.d.ts|
|Deprecated version changed|Class name: backgroundTaskManager<br>Method or attribute name: function stopBackgroundRunning(context: Context): Promise\<void>;<br>Deprecated version: N/A|Class name: backgroundTaskManager<br>Method or attribute name: function stopBackgroundRunning(context: Context): Promise\<void>;<br>Deprecated version: 9<br>Substitute API: ohos.resourceschedule.backgroundTaskManager.stopBackgroundRunning |@ohos.backgroundTaskManager.d.ts|
|Deprecated version changed|Class name: BackgroundMode<br>Deprecated version: N/A|Class name: BackgroundMode<br>Deprecated version: 9<br>Substitute API: ohos.resourceschedule.backgroundTaskManager.BackgroundMode |@ohos.backgroundTaskManager.d.ts|
|Deprecated version changed|Class name: bundleState<br>Deprecated version: N/A|Class name: bundleState<br>Deprecated version: 9<br>Substitute API: ohos.resourceschedule.usageStatistics |@ohos.bundleState.d.ts|
|Deprecated version changed|Class name: BundleStateInfo<br>Deprecated version: N/A|Class name: BundleStateInfo<br>Deprecated version: 9<br>Substitute API: ohos.resourceschedule.usageStatistics.BundleStatsInfo |@ohos.bundleState.d.ts|
|Deprecated version changed|Class name: BundleActiveState<br>Deprecated version: N/A|Class name: BundleActiveState<br>Deprecated version: 9<br>Substitute API: ohos.resourceschedule.usageStatistics.BundleEvents |@ohos.bundleState.d.ts|
|Deprecated version changed|Class name: bundleState<br>Method or attribute name: function isIdleState(bundleName: string, callback: AsyncCallback\<boolean>): void;<br>Deprecated version: N/A|Class name: bundleState<br>Method or attribute name: function isIdleState(bundleName: string, callback: AsyncCallback\<boolean>): void;<br>Deprecated version: 9<br>Substitute API: ohos.resourceschedule.usageStatistics.isIdleState |@ohos.bundleState.d.ts|
|Deprecated version changed|Class name: bundleState<br>Method or attribute name: function isIdleState(bundleName: string): Promise\<boolean>;<br>Deprecated version: N/A|Class name: bundleState<br>Method or attribute name: function isIdleState(bundleName: string): Promise\<boolean>;<br>Deprecated version: 9<br>Substitute API: ohos.resourceschedule.usageStatistics.isIdleState |@ohos.bundleState.d.ts|
|Deprecated version changed|Class name: bundleState<br>Method or attribute name: function queryAppUsagePriorityGroup(callback: AsyncCallback\<number>): void;<br>Deprecated version: N/A|Class name: bundleState<br>Method or attribute name: function queryAppUsagePriorityGroup(callback: AsyncCallback\<number>): void;<br>Deprecated version: 9<br>Substitute API: ohos.resourceschedule.usageStatistics.queryAppGroup |@ohos.bundleState.d.ts|
|Deprecated version changed|Class name: bundleState<br>Method or attribute name: function queryAppUsagePriorityGroup(): Promise\<number>;<br>Deprecated version: N/A|Class name: bundleState<br>Method or attribute name: function queryAppUsagePriorityGroup(): Promise\<number>;<br>Deprecated version: 9<br>Substitute API: ohos.resourceschedule.usageStatistics.queryAppGroup |@ohos.bundleState.d.ts|
|Deprecated version changed|Class name: BundleActiveInfoResponse<br>Deprecated version: N/A|Class name: BundleActiveInfoResponse<br>Deprecated version: 9<br>Substitute API: ohos.resourceschedule.usageStatistics.BundleStatsMap |@ohos.bundleState.d.ts|
|Deprecated version changed|Class name: bundleState<br>Method or attribute name: function queryBundleStateInfos(begin: number, end: number, callback: AsyncCallback\<BundleActiveInfoResponse>): void;<br>Deprecated version: N/A|Class name: bundleState<br>Method or attribute name: function queryBundleStateInfos(begin: number, end: number, callback: AsyncCallback\<BundleActiveInfoResponse>): void;<br>Deprecated version: 9<br>Substitute API: ohos.resourceschedule.usageStatistics.queryBundleStatsInfos |@ohos.bundleState.d.ts|
|Deprecated version changed|Class name: bundleState<br>Method or attribute name: function queryBundleStateInfos(begin: number, end: number): Promise\<BundleActiveInfoResponse>;<br>Deprecated version: N/A|Class name: bundleState<br>Method or attribute name: function queryBundleStateInfos(begin: number, end: number): Promise\<BundleActiveInfoResponse>;<br>Deprecated version: 9<br>Substitute API: ohos.resourceschedule.usageStatistics.queryBundleStatsInfos |@ohos.bundleState.d.ts|
|Deprecated version changed|Class name: IntervalType<br>Deprecated version: N/A|Class name: IntervalType<br>Deprecated version: 9<br>Substitute API: ohos.resourceschedule.usageStatistics.IntervalType |@ohos.bundleState.d.ts|
|Deprecated version changed|Class name: bundleState<br>Method or attribute name: function queryBundleStateInfoByInterval(byInterval: IntervalType, begin: number, end: number, callback: AsyncCallback\<Array\<BundleStateInfo>>): void;<br>Deprecated version: N/A|Class name: bundleState<br>Method or attribute name: function queryBundleStateInfoByInterval(byInterval: IntervalType, begin: number, end: number, callback: AsyncCallback\<Array\<BundleStateInfo>>): void;<br>Deprecated version: 9<br>Substitute API: ohos.resourceschedule.usageStatistics.queryBundleStatsInfoByInterval |@ohos.bundleState.d.ts|
|Deprecated version changed|Class name: bundleState<br>Method or attribute name: function queryBundleStateInfoByInterval(byInterval: IntervalType, begin: number, end: number): Promise\<Array\<BundleStateInfo>>;<br>Deprecated version: N/A|Class name: bundleState<br>Method or attribute name: function queryBundleStateInfoByInterval(byInterval: IntervalType, begin: number, end: number): Promise\<Array\<BundleStateInfo>>;<br>Deprecated version: 9<br>Substitute API: ohos.resourceschedule.usageStatistics.queryBundleStatsInfoByInterval |@ohos.bundleState.d.ts|
|Deprecated version changed|Class name: bundleState<br>Method or attribute name: function queryBundleActiveStates(begin: number, end: number, callback: AsyncCallback\<Array\<BundleActiveState>>): void;<br>Deprecated version: N/A|Class name: bundleState<br>Method or attribute name: function queryBundleActiveStates(begin: number, end: number, callback: AsyncCallback\<Array\<BundleActiveState>>): void;<br>Deprecated version: 9<br>Substitute API: ohos.resourceschedule.usageStatistics.queryBundleEvents |@ohos.bundleState.d.ts|
|Deprecated version changed|Class name: bundleState<br>Method or attribute name: function queryBundleActiveStates(begin: number, end: number): Promise\<Array\<BundleActiveState>>;<br>Deprecated version: N/A|Class name: bundleState<br>Method or attribute name: function queryBundleActiveStates(begin: number, end: number): Promise\<Array\<BundleActiveState>>;<br>Deprecated version: 9<br>Substitute API: ohos.resourceschedule.usageStatistics.queryBundleEvents |@ohos.bundleState.d.ts|
|Deprecated version changed|Class name: bundleState<br>Method or attribute name: function queryCurrentBundleActiveStates(begin: number, end: number, callback: AsyncCallback\<Array\<BundleActiveState>>): void;<br>Deprecated version: N/A|Class name: bundleState<br>Method or attribute name: function queryCurrentBundleActiveStates(begin: number, end: number, callback: AsyncCallback\<Array\<BundleActiveState>>): void;<br>Deprecated version: 9<br>Substitute API: ohos.resourceschedule.usageStatistics.queryCurrentBundleEvents |@ohos.bundleState.d.ts|
|Deprecated version changed|Class name: bundleState<br>Method or attribute name: function queryCurrentBundleActiveStates(begin: number, end: number): Promise\<Array\<BundleActiveState>>;<br>Deprecated version: N/A|Class name: bundleState<br>Method or attribute name: function queryCurrentBundleActiveStates(begin: number, end: number): Promise\<Array\<BundleActiveState>>;<br>Deprecated version: 9<br>Substitute API: ohos.resourceschedule.usageStatistics.queryCurrentBundleEvents |@ohos.bundleState.d.ts|
| Change Type | Old Version | New Version | d.ts File |
| ---- | ------ | ------ | -------- |
|Added|NA|Class name: AtManager<br>Method or attribute name: verifyAccessTokenSync(tokenID: number, permissionName: Permissions): GrantStatus;|@ohos.abilityAccessCtrl.d.ts|
|Added|NA|Class name: AtManager<br>Method or attribute name: checkAccessToken(tokenID: number, permissionName: Permissions): Promise\<GrantStatus>;|@ohos.abilityAccessCtrl.d.ts|
|Added|NA|Class name: AtManager<br>Method or attribute name: requestPermissionsFromUser(context: Context, permissionList: Array\<Permissions>, requestCallback: AsyncCallback\<PermissionRequestResult>) : void;|@ohos.abilityAccessCtrl.d.ts|
|Added|NA|Class name: AtManager<br>Method or attribute name: requestPermissionsFromUser(context: Context, permissionList: Array\<Permissions>) : Promise\<PermissionRequestResult>;|@ohos.abilityAccessCtrl.d.ts|
|Added|NA|Class name: AtManager<br>Method or attribute name: getVersion(): Promise\<number>;|@ohos.abilityAccessCtrl.d.ts|
|Added|NA|Class name: AtManager<br>Method or attribute name: on(type: 'permissionStateChange', tokenIDList: Array\<number>, permissionList: Array\<Permissions>, callback: Callback\<PermissionStateChangeInfo>): void;|@ohos.abilityAccessCtrl.d.ts|
|Added|NA|Class name: AtManager<br>Method or attribute name: off(type: 'permissionStateChange', tokenIDList: Array\<number>, permissionList: Array\<Permissions>, callback?: Callback\<PermissionStateChangeInfo>): void;|@ohos.abilityAccessCtrl.d.ts|
|Added|NA|Module name: ohos.abilityAccessCtrl<br>Class name: PermissionStateChangeType|@ohos.abilityAccessCtrl.d.ts|
|Added|NA|Class name: PermissionStateChangeType<br>Method or attribute name: |@ohos.abilityAccessCtrl.d.ts|
|Added|NA|Module name: ohos.abilityAccessCtrl<br>Class name: PermissionStateChangeType<br>Method or attribute name: PERMISSION_REVOKED_OPER = 0|@ohos.abilityAccessCtrl.d.ts|
|Added|NA|Class name: PermissionStateChangeType<br>Method or attribute name: PERMISSION_REVOKED_OPER = 0|@ohos.abilityAccessCtrl.d.ts|
|Added|NA|Module name: ohos.abilityAccessCtrl<br>Class name: PermissionStateChangeType<br>Method or attribute name: PERMISSION_GRANTED_OPER = 1|@ohos.abilityAccessCtrl.d.ts|
|Added|NA|Class name: PermissionStateChangeType<br>Method or attribute name: PERMISSION_GRANTED_OPER = 1|@ohos.abilityAccessCtrl.d.ts|
|Added|NA|Module name: ohos.abilityAccessCtrl<br>Class name: PermissionStateChangeInfo|@ohos.abilityAccessCtrl.d.ts|
|Added|NA|Class name: PermissionStateChangeInfo<br>Method or attribute name: |@ohos.abilityAccessCtrl.d.ts|
|Added|NA|Module name: ohos.abilityAccessCtrl<br>Class name: PermissionStateChangeInfo<br>Method or attribute name: change: PermissionStateChangeType;|@ohos.abilityAccessCtrl.d.ts|
|Added|NA|Class name: PermissionStateChangeInfo<br>Method or attribute name: change: PermissionStateChangeType;|@ohos.abilityAccessCtrl.d.ts|
|Added|NA|Module name: ohos.abilityAccessCtrl<br>Class name: PermissionStateChangeInfo<br>Method or attribute name: tokenID: number;|@ohos.abilityAccessCtrl.d.ts|
|Added|NA|Class name: PermissionStateChangeInfo<br>Method or attribute name: tokenID: number;|@ohos.abilityAccessCtrl.d.ts|
|Added|NA|Module name: ohos.abilityAccessCtrl<br>Class name: PermissionStateChangeInfo<br>Method or attribute name: permissionName: Permissions;|@ohos.abilityAccessCtrl.d.ts|
|Added|NA|Class name: PermissionStateChangeInfo<br>Method or attribute name: permissionName: Permissions;|@ohos.abilityAccessCtrl.d.ts|
|Added|NA|Module name: ohos.privacyManager<br>Class name: privacyManager|@ohos.privacyManager.d.ts|
|Added|NA|Module name: ohos.privacyManager<br>Class name: privacyManager<br>Method or attribute name: function addPermissionUsedRecord(tokenID: number, permissionName: Permissions, successCount: number, failCount: number): Promise\<void>;|@ohos.privacyManager.d.ts|
|Added|NA|Module name: ohos.privacyManager<br>Class name: privacyManager<br>Method or attribute name: function addPermissionUsedRecord(tokenID: number, permissionName: Permissions, successCount: number, failCount: number, callback: AsyncCallback\<void>): void;|@ohos.privacyManager.d.ts|
|Added|NA|Module name: ohos.privacyManager<br>Class name: privacyManager<br>Method or attribute name: function getPermissionUsedRecord(request: PermissionUsedRequest): Promise\<PermissionUsedResponse>;|@ohos.privacyManager.d.ts|
|Added|NA|Module name: ohos.privacyManager<br>Class name: privacyManager<br>Method or attribute name: function getPermissionUsedRecord(request: PermissionUsedRequest, callback: AsyncCallback\<PermissionUsedResponse>): void;|@ohos.privacyManager.d.ts|
|Added|NA|Module name: ohos.privacyManager<br>Class name: privacyManager<br>Method or attribute name: function startUsingPermission(tokenID: number, permissionName: Permissions): Promise\<void>;|@ohos.privacyManager.d.ts|
|Added|NA|Module name: ohos.privacyManager<br>Class name: privacyManager<br>Method or attribute name: function startUsingPermission(tokenID: number, permissionName: Permissions, callback: AsyncCallback\<void>): void;|@ohos.privacyManager.d.ts|
|Added|NA|Module name: ohos.privacyManager<br>Class name: privacyManager<br>Method or attribute name: function stopUsingPermission(tokenID: number, permissionName: Permissions): Promise\<void>;|@ohos.privacyManager.d.ts|
|Added|NA|Module name: ohos.privacyManager<br>Class name: privacyManager<br>Method or attribute name: function stopUsingPermission(tokenID: number, permissionName: Permissions, callback: AsyncCallback\<void>): void;|@ohos.privacyManager.d.ts|
|Added|NA|Module name: ohos.privacyManager<br>Class name: privacyManager<br>Method or attribute name: function on(type: 'activeStateChange', permissionList: Array\<Permissions>, callback: Callback\<ActiveChangeResponse>): void;|@ohos.privacyManager.d.ts|
|Added|NA|Module name: ohos.privacyManager<br>Class name: privacyManager<br>Method or attribute name: function off(type: 'activeStateChange', permissionList: Array\<Permissions>, callback?: Callback\<ActiveChangeResponse>): void;|@ohos.privacyManager.d.ts|
|Added|NA|Module name: ohos.privacyManager<br>Class name: PermissionActiveStatus|@ohos.privacyManager.d.ts|
|Added|NA|Module name: ohos.privacyManager<br>Class name: PermissionActiveStatus<br>Method or attribute name: PERM_INACTIVE = 0|@ohos.privacyManager.d.ts|
|Added|NA|Module name: ohos.privacyManager<br>Class name: PermissionActiveStatus<br>Method or attribute name: PERM_ACTIVE_IN_FOREGROUND = 1|@ohos.privacyManager.d.ts|
|Added|NA|Module name: ohos.privacyManager<br>Class name: PermissionActiveStatus<br>Method or attribute name: PERM_ACTIVE_IN_BACKGROUND = 2|@ohos.privacyManager.d.ts|
|Added|NA|Module name: ohos.privacyManager<br>Class name: ActiveChangeResponse|@ohos.privacyManager.d.ts|
|Added|NA|Module name: ohos.privacyManager<br>Class name: ActiveChangeResponse<br>Method or attribute name: tokenId: number;|@ohos.privacyManager.d.ts|
|Added|NA|Module name: ohos.privacyManager<br>Class name: ActiveChangeResponse<br>Method or attribute name: permissionName: Permissions;|@ohos.privacyManager.d.ts|
|Added|NA|Module name: ohos.privacyManager<br>Class name: ActiveChangeResponse<br>Method or attribute name: deviceId: string;|@ohos.privacyManager.d.ts|
|Added|NA|Module name: ohos.privacyManager<br>Class name: ActiveChangeResponse<br>Method or attribute name: activeStatus: PermissionActiveStatus;|@ohos.privacyManager.d.ts|
|Added|NA|Module name: ohos.privacyManager<br>Class name: PermissionUsageFlag|@ohos.privacyManager.d.ts|
|Added|NA|Module name: ohos.privacyManager<br>Class name: PermissionUsageFlag<br>Method or attribute name: FLAG_PERMISSION_USAGE_SUMMARY = 0|@ohos.privacyManager.d.ts|
|Added|NA|Module name: ohos.privacyManager<br>Class name: PermissionUsageFlag<br>Method or attribute name: FLAG_PERMISSION_USAGE_DETAIL = 1|@ohos.privacyManager.d.ts|
|Added|NA|Module name: ohos.privacyManager<br>Class name: PermissionUsedRequest|@ohos.privacyManager.d.ts|
|Added|NA|Module name: ohos.privacyManager<br>Class name: PermissionUsedRequest<br>Method or attribute name: tokenId: number;|@ohos.privacyManager.d.ts|
|Added|NA|Module name: ohos.privacyManager<br>Class name: PermissionUsedRequest<br>Method or attribute name: isRemote: boolean;|@ohos.privacyManager.d.ts|
|Added|NA|Module name: ohos.privacyManager<br>Class name: PermissionUsedRequest<br>Method or attribute name: deviceId: string;|@ohos.privacyManager.d.ts|
|Added|NA|Module name: ohos.privacyManager<br>Class name: PermissionUsedRequest<br>Method or attribute name: bundleName: string;|@ohos.privacyManager.d.ts|
|Added|NA|Module name: ohos.privacyManager<br>Class name: PermissionUsedRequest<br>Method or attribute name: permissionNames: Array\<Permissions>;|@ohos.privacyManager.d.ts|
|Added|NA|Module name: ohos.privacyManager<br>Class name: PermissionUsedRequest<br>Method or attribute name: beginTime: number;|@ohos.privacyManager.d.ts|
|Added|NA|Module name: ohos.privacyManager<br>Class name: PermissionUsedRequest<br>Method or attribute name: endTime: number;|@ohos.privacyManager.d.ts|
|Added|NA|Module name: ohos.privacyManager<br>Class name: PermissionUsedRequest<br>Method or attribute name: flag: PermissionUsageFlag;|@ohos.privacyManager.d.ts|
|Added|NA|Module name: ohos.privacyManager<br>Class name: PermissionUsedResponse|@ohos.privacyManager.d.ts|
|Added|NA|Module name: ohos.privacyManager<br>Class name: PermissionUsedResponse<br>Method or attribute name: beginTime: number;|@ohos.privacyManager.d.ts|
|Added|NA|Module name: ohos.privacyManager<br>Class name: PermissionUsedResponse<br>Method or attribute name: endTime: number;|@ohos.privacyManager.d.ts|
|Added|NA|Module name: ohos.privacyManager<br>Class name: PermissionUsedResponse<br>Method or attribute name: bundleRecords: Array\<BundleUsedRecord>;|@ohos.privacyManager.d.ts|
|Added|NA|Module name: ohos.privacyManager<br>Class name: BundleUsedRecord|@ohos.privacyManager.d.ts|
|Added|NA|Module name: ohos.privacyManager<br>Class name: BundleUsedRecord<br>Method or attribute name: tokenId: number;|@ohos.privacyManager.d.ts|
|Added|NA|Module name: ohos.privacyManager<br>Class name: BundleUsedRecord<br>Method or attribute name: isRemote: boolean;|@ohos.privacyManager.d.ts|
|Added|NA|Module name: ohos.privacyManager<br>Class name: BundleUsedRecord<br>Method or attribute name: deviceId: string;|@ohos.privacyManager.d.ts|
|Added|NA|Module name: ohos.privacyManager<br>Class name: BundleUsedRecord<br>Method or attribute name: bundleName: string;|@ohos.privacyManager.d.ts|
|Added|NA|Module name: ohos.privacyManager<br>Class name: BundleUsedRecord<br>Method or attribute name: permissionRecords: Array\<PermissionUsedRecord>;|@ohos.privacyManager.d.ts|
|Added|NA|Module name: ohos.privacyManager<br>Class name: PermissionUsedRecord|@ohos.privacyManager.d.ts|
|Added|NA|Module name: ohos.privacyManager<br>Class name: PermissionUsedRecord<br>Method or attribute name: permissionName: Permissions;|@ohos.privacyManager.d.ts|
|Added|NA|Module name: ohos.privacyManager<br>Class name: PermissionUsedRecord<br>Method or attribute name: accessCount: number;|@ohos.privacyManager.d.ts|
|Added|NA|Module name: ohos.privacyManager<br>Class name: PermissionUsedRecord<br>Method or attribute name: rejectCount: number;|@ohos.privacyManager.d.ts|
|Added|NA|Module name: ohos.privacyManager<br>Class name: PermissionUsedRecord<br>Method or attribute name: lastAccessTime: number;|@ohos.privacyManager.d.ts|
|Added|NA|Module name: ohos.privacyManager<br>Class name: PermissionUsedRecord<br>Method or attribute name: lastRejectTime: number;|@ohos.privacyManager.d.ts|
|Added|NA|Module name: ohos.privacyManager<br>Class name: PermissionUsedRecord<br>Method or attribute name: lastAccessDuration: number;|@ohos.privacyManager.d.ts|
|Added|NA|Module name: ohos.privacyManager<br>Class name: PermissionUsedRecord<br>Method or attribute name: accessRecords: Array\<UsedRecordDetail>;|@ohos.privacyManager.d.ts|
|Added|NA|Module name: ohos.privacyManager<br>Class name: PermissionUsedRecord<br>Method or attribute name: rejectRecords: Array\<UsedRecordDetail>;|@ohos.privacyManager.d.ts|
|Added|NA|Module name: ohos.privacyManager<br>Class name: UsedRecordDetail|@ohos.privacyManager.d.ts|
|Added|NA|Module name: ohos.privacyManager<br>Class name: UsedRecordDetail<br>Method or attribute name: status: number;|@ohos.privacyManager.d.ts|
|Added|NA|Module name: ohos.privacyManager<br>Class name: UsedRecordDetail<br>Method or attribute name: timestamp: number;|@ohos.privacyManager.d.ts|
|Added|NA|Module name: ohos.privacyManager<br>Class name: UsedRecordDetail<br>Method or attribute name: accessDuration: number;|@ohos.privacyManager.d.ts|
|Added|NA|Module name: ohos.security.cert<br>Class name: cert|@ohos.security.cert.d.ts|
|Added|NA|Module name: ohos.security.cert<br>Class name: CertResult|@ohos.security.cert.d.ts|
|Added|NA|Module name: ohos.security.cert<br>Class name: CertResult<br>Method or attribute name: INVALID_PARAMS = 401|@ohos.security.cert.d.ts|
|Added|NA|Module name: ohos.security.cert<br>Class name: CertResult<br>Method or attribute name: NOT_SUPPORT = 801|@ohos.security.cert.d.ts|
|Added|NA|Module name: ohos.security.cert<br>Class name: CertResult<br>Method or attribute name: ERR_OUT_OF_MEMORY = 19020001|@ohos.security.cert.d.ts|
|Added|NA|Module name: ohos.security.cert<br>Class name: CertResult<br>Method or attribute name: ERR_RUNTIME_ERROR = 19020002|@ohos.security.cert.d.ts|
|Added|NA|Module name: ohos.security.cert<br>Class name: CertResult<br>Method or attribute name: ERR_CRYPTO_OPERATION = 19030001|@ohos.security.cert.d.ts|
|Added|NA|Module name: ohos.security.cert<br>Class name: CertResult<br>Method or attribute name: ERR_CERT_SIGNATURE_FAILURE = 19030002|@ohos.security.cert.d.ts|
|Added|NA|Module name: ohos.security.cert<br>Class name: CertResult<br>Method or attribute name: ERR_CERT_NOT_YET_VALID = 19030003|@ohos.security.cert.d.ts|
|Added|NA|Module name: ohos.security.cert<br>Class name: CertResult<br>Method or attribute name: ERR_CERT_HAS_EXPIRED = 19030004|@ohos.security.cert.d.ts|
|Added|NA|Module name: ohos.security.cert<br>Class name: CertResult<br>Method or attribute name: ERR_UNABLE_TO_GET_ISSUER_CERT_LOCALLY = 19030005|@ohos.security.cert.d.ts|
|Added|NA|Module name: ohos.security.cert<br>Class name: CertResult<br>Method or attribute name: ERR_KEYUSAGE_NO_CERTSIGN = 19030006|@ohos.security.cert.d.ts|
|Added|NA|Module name: ohos.security.cert<br>Class name: CertResult<br>Method or attribute name: ERR_KEYUSAGE_NO_DIGITAL_SIGNATURE = 19030007|@ohos.security.cert.d.ts|
|Added|NA|Module name: ohos.security.cert<br>Class name: DataBlob|@ohos.security.cert.d.ts|
|Added|NA|Module name: ohos.security.cert<br>Class name: DataBlob<br>Method or attribute name: data : Uint8Array;|@ohos.security.cert.d.ts|
|Added|NA|Module name: ohos.security.cert<br>Class name: DataArray|@ohos.security.cert.d.ts|
|Added|NA|Module name: ohos.security.cert<br>Class name: DataArray<br>Method or attribute name: data : Array\<Uint8Array>;|@ohos.security.cert.d.ts|
|Added|NA|Module name: ohos.security.cert<br>Class name: EncodingFormat|@ohos.security.cert.d.ts|
|Added|NA|Module name: ohos.security.cert<br>Class name: EncodingFormat<br>Method or attribute name: FORMAT_DER = 0|@ohos.security.cert.d.ts|
|Added|NA|Module name: ohos.security.cert<br>Class name: EncodingFormat<br>Method or attribute name: FORMAT_PEM = 1|@ohos.security.cert.d.ts|
|Added|NA|Module name: ohos.security.cert<br>Class name: EncodingBlob|@ohos.security.cert.d.ts|
|Added|NA|Module name: ohos.security.cert<br>Class name: EncodingBlob<br>Method or attribute name: data : Uint8Array;|@ohos.security.cert.d.ts|
|Added|NA|Module name: ohos.security.cert<br>Class name: EncodingBlob<br>Method or attribute name: encodingFormat : EncodingFormat;|@ohos.security.cert.d.ts|
|Added|NA|Module name: ohos.security.cert<br>Class name: CertChainData|@ohos.security.cert.d.ts|
|Added|NA|Module name: ohos.security.cert<br>Class name: CertChainData<br>Method or attribute name: data: Uint8Array;|@ohos.security.cert.d.ts|
|Added|NA|Module name: ohos.security.cert<br>Class name: CertChainData<br>Method or attribute name: count : number;|@ohos.security.cert.d.ts|
|Added|NA|Module name: ohos.security.cert<br>Class name: CertChainData<br>Method or attribute name: encodingFormat: EncodingFormat;|@ohos.security.cert.d.ts|
|Added|NA|Module name: ohos.security.cert<br>Class name: X509Cert|@ohos.security.cert.d.ts|
|Added|NA|Module name: ohos.security.cert<br>Class name: X509Cert<br>Method or attribute name: verify(key : cryptoFramework.PubKey, callback : AsyncCallback\<void>) : void;|@ohos.security.cert.d.ts|
|Added|NA|Module name: ohos.security.cert<br>Class name: X509Cert<br>Method or attribute name: verify(key : cryptoFramework.PubKey) : Promise\<void>;|@ohos.security.cert.d.ts|
|Added|NA|Module name: ohos.security.cert<br>Class name: X509Cert<br>Method or attribute name: getEncoded(callback : AsyncCallback\<EncodingBlob>) : void;|@ohos.security.cert.d.ts|
|Added|NA|Module name: ohos.security.cert<br>Class name: X509Cert<br>Method or attribute name: getEncoded() : Promise\<EncodingBlob>;|@ohos.security.cert.d.ts|
|Added|NA|Module name: ohos.security.cert<br>Class name: X509Cert<br>Method or attribute name: getPublicKey() : cryptoFramework.PubKey;|@ohos.security.cert.d.ts|
|Added|NA|Module name: ohos.security.cert<br>Class name: X509Cert<br>Method or attribute name: checkValidityWithDate(date: string) : void;|@ohos.security.cert.d.ts|
|Added|NA|Module name: ohos.security.cert<br>Class name: X509Cert<br>Method or attribute name: getVersion() : number;|@ohos.security.cert.d.ts|
|Added|NA|Module name: ohos.security.cert<br>Class name: X509Cert<br>Method or attribute name: getSerialNumber() : number;|@ohos.security.cert.d.ts|
|Added|NA|Module name: ohos.security.cert<br>Class name: X509Cert<br>Method or attribute name: getIssuerName() : DataBlob;|@ohos.security.cert.d.ts|
|Added|NA|Module name: ohos.security.cert<br>Class name: X509Cert<br>Method or attribute name: getSubjectName() : DataBlob;|@ohos.security.cert.d.ts|
|Added|NA|Module name: ohos.security.cert<br>Class name: X509Cert<br>Method or attribute name: getNotBeforeTime() : string;|@ohos.security.cert.d.ts|
|Added|NA|Module name: ohos.security.cert<br>Class name: X509Cert<br>Method or attribute name: getNotAfterTime() : string;|@ohos.security.cert.d.ts|
|Added|NA|Module name: ohos.security.cert<br>Class name: X509Cert<br>Method or attribute name: getSignature() : DataBlob;|@ohos.security.cert.d.ts|
|Added|NA|Module name: ohos.security.cert<br>Class name: X509Cert<br>Method or attribute name: getSignatureAlgName() : string;|@ohos.security.cert.d.ts|
|Added|NA|Module name: ohos.security.cert<br>Class name: X509Cert<br>Method or attribute name: getSignatureAlgOid() : string;|@ohos.security.cert.d.ts|
|Added|NA|Module name: ohos.security.cert<br>Class name: X509Cert<br>Method or attribute name: getSignatureAlgParams() : DataBlob;|@ohos.security.cert.d.ts|
|Added|NA|Module name: ohos.security.cert<br>Class name: X509Cert<br>Method or attribute name: getKeyUsage() : DataBlob;|@ohos.security.cert.d.ts|
|Added|NA|Module name: ohos.security.cert<br>Class name: X509Cert<br>Method or attribute name: getExtKeyUsage() : DataArray;|@ohos.security.cert.d.ts|
|Added|NA|Module name: ohos.security.cert<br>Class name: X509Cert<br>Method or attribute name: getBasicConstraints() : number;|@ohos.security.cert.d.ts|
|Added|NA|Module name: ohos.security.cert<br>Class name: X509Cert<br>Method or attribute name: getSubjectAltNames() : DataArray;|@ohos.security.cert.d.ts|
|Added|NA|Module name: ohos.security.cert<br>Class name: X509Cert<br>Method or attribute name: getIssuerAltNames() : DataArray;|@ohos.security.cert.d.ts|
|Added|NA|Module name: ohos.security.cert<br>Class name: cert<br>Method or attribute name: function createX509Cert(inStream : EncodingBlob, callback : AsyncCallback\<X509Cert>) : void;|@ohos.security.cert.d.ts|
|Added|NA|Module name: ohos.security.cert<br>Class name: cert<br>Method or attribute name: function createX509Cert(inStream : EncodingBlob) : Promise\<X509Cert>;|@ohos.security.cert.d.ts|
|Added|NA|Module name: ohos.security.cert<br>Class name: X509CrlEntry|@ohos.security.cert.d.ts|
|Added|NA|Module name: ohos.security.cert<br>Class name: X509CrlEntry<br>Method or attribute name: getEncoded(callback : AsyncCallback\<EncodingBlob>) : void;|@ohos.security.cert.d.ts|
|Added|NA|Module name: ohos.security.cert<br>Class name: X509CrlEntry<br>Method or attribute name: getEncoded() : Promise\<EncodingBlob>;|@ohos.security.cert.d.ts|
|Added|NA|Module name: ohos.security.cert<br>Class name: X509CrlEntry<br>Method or attribute name: getSerialNumber() : number;|@ohos.security.cert.d.ts|
|Added|NA|Module name: ohos.security.cert<br>Class name: X509CrlEntry<br>Method or attribute name: getCertIssuer() : DataBlob;|@ohos.security.cert.d.ts|
|Added|NA|Module name: ohos.security.cert<br>Class name: X509CrlEntry<br>Method or attribute name: getRevocationDate() : string;|@ohos.security.cert.d.ts|
|Added|NA|Module name: ohos.security.cert<br>Class name: X509Crl|@ohos.security.cert.d.ts|
|Added|NA|Module name: ohos.security.cert<br>Class name: X509Crl<br>Method or attribute name: isRevoked(cert : X509Cert) : boolean;|@ohos.security.cert.d.ts|
|Added|NA|Module name: ohos.security.cert<br>Class name: X509Crl<br>Method or attribute name: getType() : string;|@ohos.security.cert.d.ts|
|Added|NA|Module name: ohos.security.cert<br>Class name: X509Crl<br>Method or attribute name: getEncoded(callback : AsyncCallback\<EncodingBlob>) : void;|@ohos.security.cert.d.ts|
|Added|NA|Module name: ohos.security.cert<br>Class name: X509Crl<br>Method or attribute name: getEncoded() : Promise\<EncodingBlob>;|@ohos.security.cert.d.ts|
|Added|NA|Module name: ohos.security.cert<br>Class name: X509Crl<br>Method or attribute name: verify(key : cryptoFramework.PubKey, callback : AsyncCallback\<void>) : void;|@ohos.security.cert.d.ts|
|Added|NA|Module name: ohos.security.cert<br>Class name: X509Crl<br>Method or attribute name: verify(key : cryptoFramework.PubKey) : Promise\<void>;|@ohos.security.cert.d.ts|
|Added|NA|Module name: ohos.security.cert<br>Class name: X509Crl<br>Method or attribute name: getVersion() : number;|@ohos.security.cert.d.ts|
|Added|NA|Module name: ohos.security.cert<br>Class name: X509Crl<br>Method or attribute name: getIssuerName() : DataBlob;|@ohos.security.cert.d.ts|
|Added|NA|Module name: ohos.security.cert<br>Class name: X509Crl<br>Method or attribute name: getLastUpdate() : string;|@ohos.security.cert.d.ts|
|Added|NA|Module name: ohos.security.cert<br>Class name: X509Crl<br>Method or attribute name: getNextUpdate() : string;|@ohos.security.cert.d.ts|
|Added|NA|Module name: ohos.security.cert<br>Class name: X509Crl<br>Method or attribute name: getRevokedCert(serialNumber : number) : X509CrlEntry;|@ohos.security.cert.d.ts|
|Added|NA|Module name: ohos.security.cert<br>Class name: X509Crl<br>Method or attribute name: getRevokedCertWithCert(cert : X509Cert) : X509CrlEntry;|@ohos.security.cert.d.ts|
|Added|NA|Module name: ohos.security.cert<br>Class name: X509Crl<br>Method or attribute name: getRevokedCerts(callback : AsyncCallback\<Array\<X509CrlEntry>>) : void;|@ohos.security.cert.d.ts|
|Added|NA|Module name: ohos.security.cert<br>Class name: X509Crl<br>Method or attribute name: getRevokedCerts() : Promise\<Array\<X509CrlEntry>>;|@ohos.security.cert.d.ts|
|Added|NA|Module name: ohos.security.cert<br>Class name: X509Crl<br>Method or attribute name: getTbsInfo() : DataBlob;|@ohos.security.cert.d.ts|
|Added|NA|Module name: ohos.security.cert<br>Class name: X509Crl<br>Method or attribute name: getSignature() : DataBlob;|@ohos.security.cert.d.ts|
|Added|NA|Module name: ohos.security.cert<br>Class name: X509Crl<br>Method or attribute name: getSignatureAlgName() : string;|@ohos.security.cert.d.ts|
|Added|NA|Module name: ohos.security.cert<br>Class name: X509Crl<br>Method or attribute name: getSignatureAlgOid() : string;|@ohos.security.cert.d.ts|
|Added|NA|Module name: ohos.security.cert<br>Class name: X509Crl<br>Method or attribute name: getSignatureAlgParams() : DataBlob;|@ohos.security.cert.d.ts|
|Added|NA|Module name: ohos.security.cert<br>Class name: cert<br>Method or attribute name: function createX509Crl(inStream : EncodingBlob, callback : AsyncCallback\<X509Crl>) : void;|@ohos.security.cert.d.ts|
|Added|NA|Module name: ohos.security.cert<br>Class name: cert<br>Method or attribute name: function createX509Crl(inStream : EncodingBlob) : Promise\<X509Crl>;|@ohos.security.cert.d.ts|
|Added|NA|Module name: ohos.security.cert<br>Class name: CertChainValidator|@ohos.security.cert.d.ts|
|Added|NA|Module name: ohos.security.cert<br>Class name: CertChainValidator<br>Method or attribute name: validate(certChain : CertChainData, callback : AsyncCallback\<void>) : void;|@ohos.security.cert.d.ts|
|Added|NA|Module name: ohos.security.cert<br>Class name: CertChainValidator<br>Method or attribute name: validate(certChain : CertChainData) : Promise\<void>;|@ohos.security.cert.d.ts|
|Added|NA|Module name: ohos.security.cert<br>Class name: CertChainValidator<br>Method or attribute name: readonly algorithm : string;|@ohos.security.cert.d.ts|
|Added|NA|Module name: ohos.security.cert<br>Class name: cert<br>Method or attribute name: function createCertChainValidator(algorithm :string) : CertChainValidator;|@ohos.security.cert.d.ts|
|Added|NA|Module name: ohos.security.cryptoFramework<br>Class name: cryptoFramework|@ohos.security.cryptoFramework.d.ts|
|Added|NA|Module name: ohos.security.cryptoFramework<br>Class name: Result|@ohos.security.cryptoFramework.d.ts|
|Added|NA|Module name: ohos.security.cryptoFramework<br>Class name: Result<br>Method or attribute name: INVALID_PARAMS = 401|@ohos.security.cryptoFramework.d.ts|
|Added|NA|Module name: ohos.security.cryptoFramework<br>Class name: Result<br>Method or attribute name: NOT_SUPPORT = 801|@ohos.security.cryptoFramework.d.ts|
|Added|NA|Module name: ohos.security.cryptoFramework<br>Class name: Result<br>Method or attribute name: ERR_OUT_OF_MEMORY = 17620001|@ohos.security.cryptoFramework.d.ts|
|Added|NA|Module name: ohos.security.cryptoFramework<br>Class name: Result<br>Method or attribute name: ERR_RUNTIME_ERROR = 17620002|@ohos.security.cryptoFramework.d.ts|
|Added|NA|Module name: ohos.security.cryptoFramework<br>Class name: Result<br>Method or attribute name: ERR_CRYPTO_OPERATION = 17630001|@ohos.security.cryptoFramework.d.ts|
|Added|NA|Module name: ohos.security.cryptoFramework<br>Class name: DataBlob|@ohos.security.cryptoFramework.d.ts|
|Added|NA|Module name: ohos.security.cryptoFramework<br>Class name: DataBlob<br>Method or attribute name: data : Uint8Array;|@ohos.security.cryptoFramework.d.ts|
|Added|NA|Module name: ohos.security.cryptoFramework<br>Class name: ParamsSpec|@ohos.security.cryptoFramework.d.ts|
|Added|NA|Module name: ohos.security.cryptoFramework<br>Class name: ParamsSpec<br>Method or attribute name: algName : string;|@ohos.security.cryptoFramework.d.ts|
|Added|NA|Module name: ohos.security.cryptoFramework<br>Class name: IvParamsSpec|@ohos.security.cryptoFramework.d.ts|
|Added|NA|Module name: ohos.security.cryptoFramework<br>Class name: IvParamsSpec<br>Method or attribute name: iv : DataBlob;|@ohos.security.cryptoFramework.d.ts|
|Added|NA|Module name: ohos.security.cryptoFramework<br>Class name: GcmParamsSpec|@ohos.security.cryptoFramework.d.ts|
|Added|NA|Module name: ohos.security.cryptoFramework<br>Class name: GcmParamsSpec<br>Method or attribute name: iv : DataBlob;|@ohos.security.cryptoFramework.d.ts|
|Added|NA|Module name: ohos.security.cryptoFramework<br>Class name: GcmParamsSpec<br>Method or attribute name: aad : DataBlob;|@ohos.security.cryptoFramework.d.ts|
|Added|NA|Module name: ohos.security.cryptoFramework<br>Class name: GcmParamsSpec<br>Method or attribute name: authTag : DataBlob;|@ohos.security.cryptoFramework.d.ts|
|Added|NA|Module name: ohos.security.cryptoFramework<br>Class name: CcmParamsSpec|@ohos.security.cryptoFramework.d.ts|
|Added|NA|Module name: ohos.security.cryptoFramework<br>Class name: CcmParamsSpec<br>Method or attribute name: iv : DataBlob;|@ohos.security.cryptoFramework.d.ts|
|Added|NA|Module name: ohos.security.cryptoFramework<br>Class name: CcmParamsSpec<br>Method or attribute name: aad : DataBlob;|@ohos.security.cryptoFramework.d.ts|
|Added|NA|Module name: ohos.security.cryptoFramework<br>Class name: CcmParamsSpec<br>Method or attribute name: authTag : DataBlob;|@ohos.security.cryptoFramework.d.ts|
|Added|NA|Module name: ohos.security.cryptoFramework<br>Class name: CryptoMode|@ohos.security.cryptoFramework.d.ts|
|Added|NA|Module name: ohos.security.cryptoFramework<br>Class name: CryptoMode<br>Method or attribute name: ENCRYPT_MODE = 0|@ohos.security.cryptoFramework.d.ts|
|Added|NA|Module name: ohos.security.cryptoFramework<br>Class name: CryptoMode<br>Method or attribute name: DECRYPT_MODE = 1|@ohos.security.cryptoFramework.d.ts|
|Added|NA|Module name: ohos.security.cryptoFramework<br>Class name: Key|@ohos.security.cryptoFramework.d.ts|
|Added|NA|Module name: ohos.security.cryptoFramework<br>Class name: Key<br>Method or attribute name: getEncoded() : DataBlob;|@ohos.security.cryptoFramework.d.ts|
|Added|NA|Module name: ohos.security.cryptoFramework<br>Class name: Key<br>Method or attribute name: readonly format : string;|@ohos.security.cryptoFramework.d.ts|
|Added|NA|Module name: ohos.security.cryptoFramework<br>Class name: Key<br>Method or attribute name: readonly algName : string;|@ohos.security.cryptoFramework.d.ts|
|Added|NA|Module name: ohos.security.cryptoFramework<br>Class name: SymKey|@ohos.security.cryptoFramework.d.ts|
|Added|NA|Module name: ohos.security.cryptoFramework<br>Class name: SymKey<br>Method or attribute name: clearMem() : void;|@ohos.security.cryptoFramework.d.ts|
|Added|NA|Module name: ohos.security.cryptoFramework<br>Class name: PriKey|@ohos.security.cryptoFramework.d.ts|
|Added|NA|Module name: ohos.security.cryptoFramework<br>Class name: PriKey<br>Method or attribute name: clearMem() : void;|@ohos.security.cryptoFramework.d.ts|
|Added|NA|Module name: ohos.security.cryptoFramework<br>Class name: PubKey|@ohos.security.cryptoFramework.d.ts|
|Added|NA|Module name: ohos.security.cryptoFramework<br>Class name: KeyPair|@ohos.security.cryptoFramework.d.ts|
|Added|NA|Module name: ohos.security.cryptoFramework<br>Class name: KeyPair<br>Method or attribute name: readonly priKey : PriKey;|@ohos.security.cryptoFramework.d.ts|
|Added|NA|Module name: ohos.security.cryptoFramework<br>Class name: KeyPair<br>Method or attribute name: readonly pubKey : PubKey;|@ohos.security.cryptoFramework.d.ts|
|Added|NA|Module name: ohos.security.cryptoFramework<br>Class name: Random|@ohos.security.cryptoFramework.d.ts|
|Added|NA|Module name: ohos.security.cryptoFramework<br>Class name: Random<br>Method or attribute name: generateRandom(len : number, callback: AsyncCallback\<DataBlob>) : void;|@ohos.security.cryptoFramework.d.ts|
|Added|NA|Module name: ohos.security.cryptoFramework<br>Class name: Random<br>Method or attribute name: generateRandom(len : number) : Promise\<DataBlob>;|@ohos.security.cryptoFramework.d.ts|
|Added|NA|Module name: ohos.security.cryptoFramework<br>Class name: Random<br>Method or attribute name: setSeed(seed : DataBlob) : void;|@ohos.security.cryptoFramework.d.ts|
|Added|NA|Module name: ohos.security.cryptoFramework<br>Class name: cryptoFramework<br>Method or attribute name: function createRandom() : Random;|@ohos.security.cryptoFramework.d.ts|
|Added|NA|Module name: ohos.security.cryptoFramework<br>Class name: AsyKeyGenerator|@ohos.security.cryptoFramework.d.ts|
|Added|NA|Module name: ohos.security.cryptoFramework<br>Class name: AsyKeyGenerator<br>Method or attribute name: generateKeyPair(callback : AsyncCallback\<KeyPair>) : void;|@ohos.security.cryptoFramework.d.ts|
|Added|NA|Module name: ohos.security.cryptoFramework<br>Class name: AsyKeyGenerator<br>Method or attribute name: generateKeyPair() : Promise\<KeyPair>;|@ohos.security.cryptoFramework.d.ts|
|Added|NA|Module name: ohos.security.cryptoFramework<br>Class name: AsyKeyGenerator<br>Method or attribute name: convertKey(pubKey : DataBlob, priKey : DataBlob, callback : AsyncCallback\<KeyPair>) : void;|@ohos.security.cryptoFramework.d.ts|
|Added|NA|Module name: ohos.security.cryptoFramework<br>Class name: AsyKeyGenerator<br>Method or attribute name: convertKey(pubKey : DataBlob, priKey : DataBlob) : Promise\<KeyPair>;|@ohos.security.cryptoFramework.d.ts|
|Added|NA|Module name: ohos.security.cryptoFramework<br>Class name: AsyKeyGenerator<br>Method or attribute name: readonly algName : string;|@ohos.security.cryptoFramework.d.ts|
|Added|NA|Module name: ohos.security.cryptoFramework<br>Class name: SymKeyGenerator|@ohos.security.cryptoFramework.d.ts|
|Added|NA|Module name: ohos.security.cryptoFramework<br>Class name: SymKeyGenerator<br>Method or attribute name: generateSymKey(callback : AsyncCallback\<SymKey>) : void;|@ohos.security.cryptoFramework.d.ts|
|Added|NA|Module name: ohos.security.cryptoFramework<br>Class name: SymKeyGenerator<br>Method or attribute name: generateSymKey() : Promise\<SymKey>;|@ohos.security.cryptoFramework.d.ts|
|Added|NA|Module name: ohos.security.cryptoFramework<br>Class name: SymKeyGenerator<br>Method or attribute name: convertKey(key : DataBlob, callback : AsyncCallback\<SymKey>) : void;|@ohos.security.cryptoFramework.d.ts|
|Added|NA|Module name: ohos.security.cryptoFramework<br>Class name: SymKeyGenerator<br>Method or attribute name: convertKey(key : DataBlob) : Promise\<SymKey>;|@ohos.security.cryptoFramework.d.ts|
|Added|NA|Module name: ohos.security.cryptoFramework<br>Class name: SymKeyGenerator<br>Method or attribute name: readonly algName : string;|@ohos.security.cryptoFramework.d.ts|
|Added|NA|Module name: ohos.security.cryptoFramework<br>Class name: cryptoFramework<br>Method or attribute name: function createAsyKeyGenerator(algName : string) : AsyKeyGenerator;|@ohos.security.cryptoFramework.d.ts|
|Added|NA|Module name: ohos.security.cryptoFramework<br>Class name: cryptoFramework<br>Method or attribute name: function createSymKeyGenerator(algName : string) : SymKeyGenerator;|@ohos.security.cryptoFramework.d.ts|
|Added|NA|Module name: ohos.security.cryptoFramework<br>Class name: Mac|@ohos.security.cryptoFramework.d.ts|
|Added|NA|Module name: ohos.security.cryptoFramework<br>Class name: Mac<br>Method or attribute name: init(key : SymKey, callback : AsyncCallback\<void>) : void;|@ohos.security.cryptoFramework.d.ts|
|Added|NA|Module name: ohos.security.cryptoFramework<br>Class name: Mac<br>Method or attribute name: init(key : SymKey) : Promise\<void>;|@ohos.security.cryptoFramework.d.ts|
|Added|NA|Module name: ohos.security.cryptoFramework<br>Class name: Mac<br>Method or attribute name: update(input : DataBlob, callback : AsyncCallback\<void>) : void;|@ohos.security.cryptoFramework.d.ts|
|Added|NA|Module name: ohos.security.cryptoFramework<br>Class name: Mac<br>Method or attribute name: update(input : DataBlob) : Promise\<void>;|@ohos.security.cryptoFramework.d.ts|
|Added|NA|Module name: ohos.security.cryptoFramework<br>Class name: Mac<br>Method or attribute name: doFinal(callback : AsyncCallback\<DataBlob>) : void;|@ohos.security.cryptoFramework.d.ts|
|Added|NA|Module name: ohos.security.cryptoFramework<br>Class name: Mac<br>Method or attribute name: doFinal() : Promise\<DataBlob>;|@ohos.security.cryptoFramework.d.ts|
|Added|NA|Module name: ohos.security.cryptoFramework<br>Class name: Mac<br>Method or attribute name: getMacLength() : number;|@ohos.security.cryptoFramework.d.ts|
|Added|NA|Module name: ohos.security.cryptoFramework<br>Class name: Mac<br>Method or attribute name: readonly algName : string;|@ohos.security.cryptoFramework.d.ts|
|Added|NA|Module name: ohos.security.cryptoFramework<br>Class name: cryptoFramework<br>Method or attribute name: function createMac(algName : string) : Mac;|@ohos.security.cryptoFramework.d.ts|
|Added|NA|Module name: ohos.security.cryptoFramework<br>Class name: Md|@ohos.security.cryptoFramework.d.ts|
|Added|NA|Module name: ohos.security.cryptoFramework<br>Class name: Md<br>Method or attribute name: update(input : DataBlob, callback : AsyncCallback\<void>) : void;|@ohos.security.cryptoFramework.d.ts|
|Added|NA|Module name: ohos.security.cryptoFramework<br>Class name: Md<br>Method or attribute name: update(input : DataBlob) : Promise\<void>;|@ohos.security.cryptoFramework.d.ts|
|Added|NA|Module name: ohos.security.cryptoFramework<br>Class name: Md<br>Method or attribute name: digest(callback : AsyncCallback\<DataBlob>) : void;|@ohos.security.cryptoFramework.d.ts|
|Added|NA|Module name: ohos.security.cryptoFramework<br>Class name: Md<br>Method or attribute name: digest() : Promise\<DataBlob>;|@ohos.security.cryptoFramework.d.ts|
|Added|NA|Module name: ohos.security.cryptoFramework<br>Class name: Md<br>Method or attribute name: getMdLength() : number;|@ohos.security.cryptoFramework.d.ts|
|Added|NA|Module name: ohos.security.cryptoFramework<br>Class name: Md<br>Method or attribute name: readonly algName : string;|@ohos.security.cryptoFramework.d.ts|
|Added|NA|Module name: ohos.security.cryptoFramework<br>Class name: cryptoFramework<br>Method or attribute name: function createMd(algName : string) : Md;|@ohos.security.cryptoFramework.d.ts|
|Added|NA|Module name: ohos.security.cryptoFramework<br>Class name: Cipher|@ohos.security.cryptoFramework.d.ts|
|Added|NA|Module name: ohos.security.cryptoFramework<br>Class name: Cipher<br>Method or attribute name: init(opMode : CryptoMode, key : Key, params : ParamsSpec, callback : AsyncCallback\<void>) : void;|@ohos.security.cryptoFramework.d.ts|
|Added|NA|Module name: ohos.security.cryptoFramework<br>Class name: Cipher<br>Method or attribute name: init(opMode : CryptoMode, key : Key, params : ParamsSpec) : Promise\<void>;|@ohos.security.cryptoFramework.d.ts|
|Added|NA|Module name: ohos.security.cryptoFramework<br>Class name: Cipher<br>Method or attribute name: update(data : DataBlob, callback : AsyncCallback\<DataBlob>) : void;|@ohos.security.cryptoFramework.d.ts|
|Added|NA|Module name: ohos.security.cryptoFramework<br>Class name: Cipher<br>Method or attribute name: update(data : DataBlob) : Promise\<DataBlob>;|@ohos.security.cryptoFramework.d.ts|
|Added|NA|Module name: ohos.security.cryptoFramework<br>Class name: Cipher<br>Method or attribute name: doFinal(data : DataBlob, callback : AsyncCallback\<DataBlob>) : void;|@ohos.security.cryptoFramework.d.ts|
|Added|NA|Module name: ohos.security.cryptoFramework<br>Class name: Cipher<br>Method or attribute name: doFinal(data : DataBlob) : Promise\<DataBlob>;|@ohos.security.cryptoFramework.d.ts|
|Added|NA|Module name: ohos.security.cryptoFramework<br>Class name: Cipher<br>Method or attribute name: readonly algName : string;|@ohos.security.cryptoFramework.d.ts|
|Added|NA|Module name: ohos.security.cryptoFramework<br>Class name: cryptoFramework<br>Method or attribute name: function createCipher(transformation : string) : Cipher;|@ohos.security.cryptoFramework.d.ts|
|Added|NA|Module name: ohos.security.cryptoFramework<br>Class name: Sign|@ohos.security.cryptoFramework.d.ts|
|Added|NA|Module name: ohos.security.cryptoFramework<br>Class name: Sign<br>Method or attribute name: init(priKey : PriKey, callback : AsyncCallback\<void>) : void;|@ohos.security.cryptoFramework.d.ts|
|Added|NA|Module name: ohos.security.cryptoFramework<br>Class name: Sign<br>Method or attribute name: init(priKey : PriKey) : Promise\<void>;|@ohos.security.cryptoFramework.d.ts|
|Added|NA|Module name: ohos.security.cryptoFramework<br>Class name: Sign<br>Method or attribute name: update(data : DataBlob, callback : AsyncCallback\<void>) : void;|@ohos.security.cryptoFramework.d.ts|
|Added|NA|Module name: ohos.security.cryptoFramework<br>Class name: Sign<br>Method or attribute name: update(data : DataBlob) : Promise\<void>;|@ohos.security.cryptoFramework.d.ts|
|Added|NA|Module name: ohos.security.cryptoFramework<br>Class name: Sign<br>Method or attribute name: sign(data : DataBlob, callback : AsyncCallback\<DataBlob>) : void;|@ohos.security.cryptoFramework.d.ts|
|Added|NA|Module name: ohos.security.cryptoFramework<br>Class name: Sign<br>Method or attribute name: sign(data : DataBlob) : Promise\<DataBlob>;|@ohos.security.cryptoFramework.d.ts|
|Added|NA|Module name: ohos.security.cryptoFramework<br>Class name: Sign<br>Method or attribute name: readonly algName : string;|@ohos.security.cryptoFramework.d.ts|
|Added|NA|Module name: ohos.security.cryptoFramework<br>Class name: Verify|@ohos.security.cryptoFramework.d.ts|
|Added|NA|Module name: ohos.security.cryptoFramework<br>Class name: Verify<br>Method or attribute name: init(pubKey : PubKey, callback : AsyncCallback\<void>) : void;|@ohos.security.cryptoFramework.d.ts|
|Added|NA|Module name: ohos.security.cryptoFramework<br>Class name: Verify<br>Method or attribute name: init(pubKey : PubKey) : Promise\<void>;|@ohos.security.cryptoFramework.d.ts|
|Added|NA|Module name: ohos.security.cryptoFramework<br>Class name: Verify<br>Method or attribute name: update(data : DataBlob, callback : AsyncCallback\<void>) : void;|@ohos.security.cryptoFramework.d.ts|
|Added|NA|Module name: ohos.security.cryptoFramework<br>Class name: Verify<br>Method or attribute name: update(data : DataBlob) : Promise\<void>;|@ohos.security.cryptoFramework.d.ts|
|Added|NA|Module name: ohos.security.cryptoFramework<br>Class name: Verify<br>Method or attribute name: verify(data : DataBlob, signatureData : DataBlob, callback : AsyncCallback\<boolean>) : void;|@ohos.security.cryptoFramework.d.ts|
|Added|NA|Module name: ohos.security.cryptoFramework<br>Class name: Verify<br>Method or attribute name: verify(data : DataBlob, signatureData : DataBlob) : Promise\<boolean>;|@ohos.security.cryptoFramework.d.ts|
|Added|NA|Module name: ohos.security.cryptoFramework<br>Class name: Verify<br>Method or attribute name: readonly algName : string;|@ohos.security.cryptoFramework.d.ts|
|Added|NA|Module name: ohos.security.cryptoFramework<br>Class name: cryptoFramework<br>Method or attribute name: function createSign(algName : string) : Sign;|@ohos.security.cryptoFramework.d.ts|
|Added|NA|Module name: ohos.security.cryptoFramework<br>Class name: cryptoFramework<br>Method or attribute name: function createVerify(algName : string) : Verify;|@ohos.security.cryptoFramework.d.ts|
|Added|NA|Module name: ohos.security.cryptoFramework<br>Class name: KeyAgreement|@ohos.security.cryptoFramework.d.ts|
|Added|NA|Module name: ohos.security.cryptoFramework<br>Class name: KeyAgreement<br>Method or attribute name: generateSecret(priKey : PriKey, pubKey : PubKey, callback : AsyncCallback\<DataBlob>) : void;|@ohos.security.cryptoFramework.d.ts|
|Added|NA|Module name: ohos.security.cryptoFramework<br>Class name: KeyAgreement<br>Method or attribute name: generateSecret(priKey : PriKey, pubKey : PubKey) : Promise\<DataBlob>;|@ohos.security.cryptoFramework.d.ts|
|Added|NA|Module name: ohos.security.cryptoFramework<br>Class name: KeyAgreement<br>Method or attribute name: readonly algName : string;|@ohos.security.cryptoFramework.d.ts|
|Added|NA|Module name: ohos.security.cryptoFramework<br>Class name: cryptoFramework<br>Method or attribute name: function createKeyAgreement(algName : string) : KeyAgreement;|@ohos.security.cryptoFramework.d.ts|
|Added|NA|Class name: huks<br>Method or attribute name: function generateKeyItem(keyAlias: string, options: HuksOptions, callback: AsyncCallback\<void>) : void;|@ohos.security.huks.d.ts|
|Added|NA|Class name: huks<br>Method or attribute name: function generateKeyItem(keyAlias: string, options: HuksOptions) : Promise\<void>;|@ohos.security.huks.d.ts|
|Added|NA|Class name: huks<br>Method or attribute name: function deleteKeyItem(keyAlias: string, options: HuksOptions, callback: AsyncCallback\<void>) : void;|@ohos.security.huks.d.ts|
|Added|NA|Class name: huks<br>Method or attribute name: function deleteKeyItem(keyAlias: string, options: HuksOptions) : Promise\<void>;|@ohos.security.huks.d.ts|
|Added|NA|Class name: huks<br>Method or attribute name: function importKeyItem(keyAlias: string, options: HuksOptions, callback: AsyncCallback\<void>) : void;|@ohos.security.huks.d.ts|
|Added|NA|Class name: huks<br>Method or attribute name: function importKeyItem(keyAlias: string, options: HuksOptions) : Promise\<void>;|@ohos.security.huks.d.ts|
|Added|NA|Class name: huks<br>Method or attribute name: function importWrappedKeyItem(keyAlias: string, wrappingKeyAlias: string, options: HuksOptions, callback: AsyncCallback\<void>) : void;|@ohos.security.huks.d.ts|
|Added|NA|Class name: huks<br>Method or attribute name: function importWrappedKeyItem(keyAlias: string, wrappingKeyAlias: string, options: HuksOptions) : Promise\<void>;|@ohos.security.huks.d.ts|
|Added|NA|Class name: huks<br>Method or attribute name: function exportKeyItem(keyAlias: string, options: HuksOptions, callback: AsyncCallback\<HuksReturnResult>) : void;|@ohos.security.huks.d.ts|
|Added|NA|Class name: huks<br>Method or attribute name: function exportKeyItem(keyAlias: string, options: HuksOptions) : Promise\<HuksReturnResult>;|@ohos.security.huks.d.ts|
|Added|NA|Class name: huks<br>Method or attribute name: function getKeyItemProperties(keyAlias: string, options: HuksOptions, callback: AsyncCallback\<HuksReturnResult>) : void;|@ohos.security.huks.d.ts|
|Added|NA|Class name: huks<br>Method or attribute name: function getKeyItemProperties(keyAlias: string, options: HuksOptions) : Promise\<HuksReturnResult>;|@ohos.security.huks.d.ts|
|Added|NA|Class name: huks<br>Method or attribute name: function isKeyItemExist(keyAlias: string, options: HuksOptions, callback: AsyncCallback\<boolean>) : void;|@ohos.security.huks.d.ts|
|Added|NA|Class name: huks<br>Method or attribute name: function isKeyItemExist(keyAlias: string, options: HuksOptions) : Promise\<boolean>;|@ohos.security.huks.d.ts|
|Added|NA|Class name: huks<br>Method or attribute name: function initSession(keyAlias: string, options: HuksOptions, callback: AsyncCallback\<HuksSessionHandle>) : void;|@ohos.security.huks.d.ts|
|Added|NA|Class name: huks<br>Method or attribute name: function initSession(keyAlias: string, options: HuksOptions) : Promise\<HuksSessionHandle>;|@ohos.security.huks.d.ts|
|Added|NA|Class name: huks<br>Method or attribute name: function updateSession(handle: number, options: HuksOptions, callback: AsyncCallback\<HuksReturnResult>) : void;|@ohos.security.huks.d.ts|
|Added|NA|Class name: huks<br>Method or attribute name: function updateSession(handle: number, options: HuksOptions, token: Uint8Array, callback: AsyncCallback\<HuksReturnResult>) : void;|@ohos.security.huks.d.ts|
|Added|NA|Class name: huks<br>Method or attribute name: function updateSession(handle: number, options: HuksOptions, token?: Uint8Array) : Promise\<HuksReturnResult>;|@ohos.security.huks.d.ts|
|Added|NA|Class name: huks<br>Method or attribute name: function finishSession(handle: number, options: HuksOptions, callback: AsyncCallback\<HuksReturnResult>) : void;|@ohos.security.huks.d.ts|
|Added|NA|Class name: huks<br>Method or attribute name: function finishSession(handle: number, options: HuksOptions, token: Uint8Array, callback: AsyncCallback\<HuksReturnResult>) : void;|@ohos.security.huks.d.ts|
|Added|NA|Class name: huks<br>Method or attribute name: function finishSession(handle: number, options: HuksOptions, token?: Uint8Array) : Promise\<HuksReturnResult>;|@ohos.security.huks.d.ts|
|Added|NA|Class name: huks<br>Method or attribute name: function abortSession(handle: number, options: HuksOptions, callback: AsyncCallback\<void>) : void;|@ohos.security.huks.d.ts|
|Added|NA|Class name: huks<br>Method or attribute name: function abortSession(handle: number, options: HuksOptions) : Promise\<void>;|@ohos.security.huks.d.ts|
|Added|NA|Class name: huks<br>Method or attribute name: function attestKeyItem(keyAlias: string, options: HuksOptions, callback: AsyncCallback\<HuksReturnResult>) : void;|@ohos.security.huks.d.ts|
|Added|NA|Class name: huks<br>Method or attribute name: function attestKeyItem(keyAlias: string, options: HuksOptions) : Promise\<HuksReturnResult>;|@ohos.security.huks.d.ts|
|Added|NA|Module name: ohos.security.huks<br>Class name: HuksSessionHandle|@ohos.security.huks.d.ts|
|Added|NA|Class name: HuksSessionHandle<br>Method or attribute name: |@ohos.security.huks.d.ts|
|Added|NA|Module name: ohos.security.huks<br>Class name: HuksSessionHandle<br>Method or attribute name: handle: number;|@ohos.security.huks.d.ts|
|Added|NA|Class name: HuksSessionHandle<br>Method or attribute name: handle: number;|@ohos.security.huks.d.ts|
|Added|NA|Module name: ohos.security.huks<br>Class name: HuksSessionHandle<br>Method or attribute name: challenge?: Uint8Array;|@ohos.security.huks.d.ts|
|Added|NA|Class name: HuksSessionHandle<br>Method or attribute name: challenge?: Uint8Array;|@ohos.security.huks.d.ts|
|Added|NA|Module name: ohos.security.huks<br>Class name: HuksReturnResult|@ohos.security.huks.d.ts|
|Added|NA|Class name: HuksReturnResult<br>Method or attribute name: |@ohos.security.huks.d.ts|
|Added|NA|Module name: ohos.security.huks<br>Class name: HuksReturnResult<br>Method or attribute name: outData?: Uint8Array;|@ohos.security.huks.d.ts|
|Added|NA|Class name: HuksReturnResult<br>Method or attribute name: outData?: Uint8Array;|@ohos.security.huks.d.ts|
|Added|NA|Module name: ohos.security.huks<br>Class name: HuksReturnResult<br>Method or attribute name: properties?: Array\<HuksParam>;|@ohos.security.huks.d.ts|
|Added|NA|Class name: HuksReturnResult<br>Method or attribute name: properties?: Array\<HuksParam>;|@ohos.security.huks.d.ts|
|Added|NA|Module name: ohos.security.huks<br>Class name: HuksReturnResult<br>Method or attribute name: certChains?: Array\<string>;|@ohos.security.huks.d.ts|
|Added|NA|Class name: HuksReturnResult<br>Method or attribute name: certChains?: Array\<string>;|@ohos.security.huks.d.ts|
|Added|NA|Module name: ohos.security.huks<br>Class name: HuksExceptionErrCode|@ohos.security.huks.d.ts|
|Added|NA|Class name: HuksExceptionErrCode<br>Method or attribute name: |@ohos.security.huks.d.ts|
|Added|NA|Module name: ohos.security.huks<br>Class name: HuksExceptionErrCode<br>Method or attribute name: HUKS_ERR_CODE_PERMISSION_FAIL = 201|@ohos.security.huks.d.ts|
|Added|NA|Class name: HuksExceptionErrCode<br>Method or attribute name: HUKS_ERR_CODE_PERMISSION_FAIL = 201|@ohos.security.huks.d.ts|
|Added|NA|Module name: ohos.security.huks<br>Class name: HuksExceptionErrCode<br>Method or attribute name: HUKS_ERR_CODE_ILLEGAL_ARGUMENT = 401|@ohos.security.huks.d.ts|
|Added|NA|Class name: HuksExceptionErrCode<br>Method or attribute name: HUKS_ERR_CODE_ILLEGAL_ARGUMENT = 401|@ohos.security.huks.d.ts|
|Added|NA|Module name: ohos.security.huks<br>Class name: HuksExceptionErrCode<br>Method or attribute name: HUKS_ERR_CODE_NOT_SUPPORTED_API = 801|@ohos.security.huks.d.ts|
|Added|NA|Class name: HuksExceptionErrCode<br>Method or attribute name: HUKS_ERR_CODE_NOT_SUPPORTED_API = 801|@ohos.security.huks.d.ts|
|Added|NA|Module name: ohos.security.huks<br>Class name: HuksExceptionErrCode<br>Method or attribute name: HUKS_ERR_CODE_FEATURE_NOT_SUPPORTED = 12000001|@ohos.security.huks.d.ts|
|Added|NA|Class name: HuksExceptionErrCode<br>Method or attribute name: HUKS_ERR_CODE_FEATURE_NOT_SUPPORTED = 12000001|@ohos.security.huks.d.ts|
|Added|NA|Module name: ohos.security.huks<br>Class name: HuksExceptionErrCode<br>Method or attribute name: HUKS_ERR_CODE_MISSING_CRYPTO_ALG_ARGUMENT = 12000002|@ohos.security.huks.d.ts|
|Added|NA|Class name: HuksExceptionErrCode<br>Method or attribute name: HUKS_ERR_CODE_MISSING_CRYPTO_ALG_ARGUMENT = 12000002|@ohos.security.huks.d.ts|
|Added|NA|Module name: ohos.security.huks<br>Class name: HuksExceptionErrCode<br>Method or attribute name: HUKS_ERR_CODE_INVALID_CRYPTO_ALG_ARGUMENT = 12000003|@ohos.security.huks.d.ts|
|Added|NA|Class name: HuksExceptionErrCode<br>Method or attribute name: HUKS_ERR_CODE_INVALID_CRYPTO_ALG_ARGUMENT = 12000003|@ohos.security.huks.d.ts|
|Added|NA|Module name: ohos.security.huks<br>Class name: HuksExceptionErrCode<br>Method or attribute name: HUKS_ERR_CODE_FILE_OPERATION_FAIL = 12000004|@ohos.security.huks.d.ts|
|Added|NA|Class name: HuksExceptionErrCode<br>Method or attribute name: HUKS_ERR_CODE_FILE_OPERATION_FAIL = 12000004|@ohos.security.huks.d.ts|
|Added|NA|Module name: ohos.security.huks<br>Class name: HuksExceptionErrCode<br>Method or attribute name: HUKS_ERR_CODE_COMMUNICATION_FAIL = 12000005|@ohos.security.huks.d.ts|
|Added|NA|Class name: HuksExceptionErrCode<br>Method or attribute name: HUKS_ERR_CODE_COMMUNICATION_FAIL = 12000005|@ohos.security.huks.d.ts|
|Added|NA|Module name: ohos.security.huks<br>Class name: HuksExceptionErrCode<br>Method or attribute name: HUKS_ERR_CODE_CRYPTO_FAIL = 12000006|@ohos.security.huks.d.ts|
|Added|NA|Class name: HuksExceptionErrCode<br>Method or attribute name: HUKS_ERR_CODE_CRYPTO_FAIL = 12000006|@ohos.security.huks.d.ts|
|Added|NA|Module name: ohos.security.huks<br>Class name: HuksExceptionErrCode<br>Method or attribute name: HUKS_ERR_CODE_KEY_AUTH_PERMANENTLY_INVALIDATED = 12000007|@ohos.security.huks.d.ts|
|Added|NA|Class name: HuksExceptionErrCode<br>Method or attribute name: HUKS_ERR_CODE_KEY_AUTH_PERMANENTLY_INVALIDATED = 12000007|@ohos.security.huks.d.ts|
|Added|NA|Module name: ohos.security.huks<br>Class name: HuksExceptionErrCode<br>Method or attribute name: HUKS_ERR_CODE_KEY_AUTH_VERIFY_FAILED = 12000008|@ohos.security.huks.d.ts|
|Added|NA|Class name: HuksExceptionErrCode<br>Method or attribute name: HUKS_ERR_CODE_KEY_AUTH_VERIFY_FAILED = 12000008|@ohos.security.huks.d.ts|
|Added|NA|Module name: ohos.security.huks<br>Class name: HuksExceptionErrCode<br>Method or attribute name: HUKS_ERR_CODE_KEY_AUTH_TIME_OUT = 12000009|@ohos.security.huks.d.ts|
|Added|NA|Class name: HuksExceptionErrCode<br>Method or attribute name: HUKS_ERR_CODE_KEY_AUTH_TIME_OUT = 12000009|@ohos.security.huks.d.ts|
|Added|NA|Module name: ohos.security.huks<br>Class name: HuksExceptionErrCode<br>Method or attribute name: HUKS_ERR_CODE_SESSION_LIMIT = 12000010|@ohos.security.huks.d.ts|
|Added|NA|Class name: HuksExceptionErrCode<br>Method or attribute name: HUKS_ERR_CODE_SESSION_LIMIT = 12000010|@ohos.security.huks.d.ts|
|Added|NA|Module name: ohos.security.huks<br>Class name: HuksExceptionErrCode<br>Method or attribute name: HUKS_ERR_CODE_ITEM_NOT_EXIST = 12000011|@ohos.security.huks.d.ts|
|Added|NA|Class name: HuksExceptionErrCode<br>Method or attribute name: HUKS_ERR_CODE_ITEM_NOT_EXIST = 12000011|@ohos.security.huks.d.ts|
|Added|NA|Module name: ohos.security.huks<br>Class name: HuksExceptionErrCode<br>Method or attribute name: HUKS_ERR_CODE_EXTERNAL_ERROR = 12000012|@ohos.security.huks.d.ts|
|Added|NA|Class name: HuksExceptionErrCode<br>Method or attribute name: HUKS_ERR_CODE_EXTERNAL_ERROR = 12000012|@ohos.security.huks.d.ts|
|Added|NA|Module name: ohos.security.huks<br>Class name: HuksExceptionErrCode<br>Method or attribute name: HUKS_ERR_CODE_CREDENTIAL_NOT_EXIST = 12000013|@ohos.security.huks.d.ts|
|Added|NA|Class name: HuksExceptionErrCode<br>Method or attribute name: HUKS_ERR_CODE_CREDENTIAL_NOT_EXIST = 12000013|@ohos.security.huks.d.ts|
|Added|NA|Module name: ohos.security.huks<br>Class name: HuksExceptionErrCode<br>Method or attribute name: HUKS_ERR_CODE_INSUFFICIENT_MEMORY = 12000014|@ohos.security.huks.d.ts|
|Added|NA|Class name: HuksExceptionErrCode<br>Method or attribute name: HUKS_ERR_CODE_INSUFFICIENT_MEMORY = 12000014|@ohos.security.huks.d.ts|
|Added|NA|Module name: ohos.security.huks<br>Class name: HuksExceptionErrCode<br>Method or attribute name: HUKS_ERR_CODE_CALL_SERVICE_FAILED = 12000015|@ohos.security.huks.d.ts|
|Added|NA|Class name: HuksExceptionErrCode<br>Method or attribute name: HUKS_ERR_CODE_CALL_SERVICE_FAILED = 12000015|@ohos.security.huks.d.ts|
|Added|NA|Module name: ohos.security.huks<br>Class name: HuksKeyDigest<br>Method or attribute name: HUKS_DIGEST_SM3 = 2|@ohos.security.huks.d.ts|
|Added|NA|Class name: HuksKeyDigest<br>Method or attribute name: HUKS_DIGEST_SM3 = 2|@ohos.security.huks.d.ts|
|Added|NA|Module name: ohos.security.huks<br>Class name: HuksKeySize<br>Method or attribute name: HUKS_SM2_KEY_SIZE_256 = 256|@ohos.security.huks.d.ts|
|Added|NA|Class name: HuksKeySize<br>Method or attribute name: HUKS_SM2_KEY_SIZE_256 = 256|@ohos.security.huks.d.ts|
|Added|NA|Module name: ohos.security.huks<br>Class name: HuksKeySize<br>Method or attribute name: HUKS_SM4_KEY_SIZE_128 = 128|@ohos.security.huks.d.ts|
|Added|NA|Class name: HuksKeySize<br>Method or attribute name: HUKS_SM4_KEY_SIZE_128 = 128|@ohos.security.huks.d.ts|
|Added|NA|Module name: ohos.security.huks<br>Class name: HuksKeyAlg<br>Method or attribute name: HUKS_ALG_SM2 = 150|@ohos.security.huks.d.ts|
|Added|NA|Class name: HuksKeyAlg<br>Method or attribute name: HUKS_ALG_SM2 = 150|@ohos.security.huks.d.ts|
|Added|NA|Module name: ohos.security.huks<br>Class name: HuksKeyAlg<br>Method or attribute name: HUKS_ALG_SM3 = 151|@ohos.security.huks.d.ts|
|Added|NA|Class name: HuksKeyAlg<br>Method or attribute name: HUKS_ALG_SM3 = 151|@ohos.security.huks.d.ts|
|Added|NA|Module name: ohos.security.huks<br>Class name: HuksKeyAlg<br>Method or attribute name: HUKS_ALG_SM4 = 152|@ohos.security.huks.d.ts|
|Added|NA|Class name: HuksKeyAlg<br>Method or attribute name: HUKS_ALG_SM4 = 152|@ohos.security.huks.d.ts|
|Added|NA|Module name: ohos.security.huks<br>Class name: HuksUnwrapSuite|@ohos.security.huks.d.ts|
|Added|NA|Class name: HuksUnwrapSuite<br>Method or attribute name: |@ohos.security.huks.d.ts|
|Added|NA|Module name: ohos.security.huks<br>Class name: HuksUnwrapSuite<br>Method or attribute name: HUKS_UNWRAP_SUITE_X25519_AES_256_GCM_NOPADDING = 1|@ohos.security.huks.d.ts|
|Added|NA|Class name: HuksUnwrapSuite<br>Method or attribute name: HUKS_UNWRAP_SUITE_X25519_AES_256_GCM_NOPADDING = 1|@ohos.security.huks.d.ts|
|Added|NA|Module name: ohos.security.huks<br>Class name: HuksUnwrapSuite<br>Method or attribute name: HUKS_UNWRAP_SUITE_ECDH_AES_256_GCM_NOPADDING = 2|@ohos.security.huks.d.ts|
|Added|NA|Class name: HuksUnwrapSuite<br>Method or attribute name: HUKS_UNWRAP_SUITE_ECDH_AES_256_GCM_NOPADDING = 2|@ohos.security.huks.d.ts|
|Added|NA|Module name: ohos.security.huks<br>Class name: HuksImportKeyType|@ohos.security.huks.d.ts|
|Added|NA|Class name: HuksImportKeyType<br>Method or attribute name: |@ohos.security.huks.d.ts|
|Added|NA|Module name: ohos.security.huks<br>Class name: HuksImportKeyType<br>Method or attribute name: HUKS_KEY_TYPE_PUBLIC_KEY = 0|@ohos.security.huks.d.ts|
|Added|NA|Class name: HuksImportKeyType<br>Method or attribute name: HUKS_KEY_TYPE_PUBLIC_KEY = 0|@ohos.security.huks.d.ts|
|Added|NA|Module name: ohos.security.huks<br>Class name: HuksImportKeyType<br>Method or attribute name: HUKS_KEY_TYPE_PRIVATE_KEY = 1|@ohos.security.huks.d.ts|
|Added|NA|Class name: HuksImportKeyType<br>Method or attribute name: HUKS_KEY_TYPE_PRIVATE_KEY = 1|@ohos.security.huks.d.ts|
|Added|NA|Module name: ohos.security.huks<br>Class name: HuksImportKeyType<br>Method or attribute name: HUKS_KEY_TYPE_KEY_PAIR = 2|@ohos.security.huks.d.ts|
|Added|NA|Class name: HuksImportKeyType<br>Method or attribute name: HUKS_KEY_TYPE_KEY_PAIR = 2|@ohos.security.huks.d.ts|
|Added|NA|Module name: ohos.security.huks<br>Class name: HuksUserAuthType|@ohos.security.huks.d.ts|
|Added|NA|Class name: HuksUserAuthType<br>Method or attribute name: |@ohos.security.huks.d.ts|
|Added|NA|Module name: ohos.security.huks<br>Class name: HuksUserAuthType<br>Method or attribute name: HUKS_USER_AUTH_TYPE_FINGERPRINT = 1 \<\< 0|@ohos.security.huks.d.ts|
|Added|NA|Class name: HuksUserAuthType<br>Method or attribute name: HUKS_USER_AUTH_TYPE_FINGERPRINT = 1 \<\< 0|@ohos.security.huks.d.ts|
|Added|NA|Module name: ohos.security.huks<br>Class name: HuksUserAuthType<br>Method or attribute name: HUKS_USER_AUTH_TYPE_FACE = 1 \<\< 1|@ohos.security.huks.d.ts|
|Added|NA|Class name: HuksUserAuthType<br>Method or attribute name: HUKS_USER_AUTH_TYPE_FACE = 1 \<\< 1|@ohos.security.huks.d.ts|
|Added|NA|Module name: ohos.security.huks<br>Class name: HuksUserAuthType<br>Method or attribute name: HUKS_USER_AUTH_TYPE_PIN = 1 \<\< 2|@ohos.security.huks.d.ts|
|Added|NA|Class name: HuksUserAuthType<br>Method or attribute name: HUKS_USER_AUTH_TYPE_PIN = 1 \<\< 2|@ohos.security.huks.d.ts|
|Added|NA|Module name: ohos.security.huks<br>Class name: HuksAuthAccessType|@ohos.security.huks.d.ts|
|Added|NA|Class name: HuksAuthAccessType<br>Method or attribute name: |@ohos.security.huks.d.ts|
|Added|NA|Module name: ohos.security.huks<br>Class name: HuksAuthAccessType<br>Method or attribute name: HUKS_AUTH_ACCESS_INVALID_CLEAR_PASSWORD = 1 \<\< 0|@ohos.security.huks.d.ts|
|Added|NA|Class name: HuksAuthAccessType<br>Method or attribute name: HUKS_AUTH_ACCESS_INVALID_CLEAR_PASSWORD = 1 \<\< 0|@ohos.security.huks.d.ts|
|Added|NA|Module name: ohos.security.huks<br>Class name: HuksAuthAccessType<br>Method or attribute name: HUKS_AUTH_ACCESS_INVALID_NEW_BIO_ENROLL = 1 \<\< 1|@ohos.security.huks.d.ts|
|Added|NA|Class name: HuksAuthAccessType<br>Method or attribute name: HUKS_AUTH_ACCESS_INVALID_NEW_BIO_ENROLL = 1 \<\< 1|@ohos.security.huks.d.ts|
|Added|NA|Module name: ohos.security.huks<br>Class name: HuksChallengeType|@ohos.security.huks.d.ts|
|Added|NA|Class name: HuksChallengeType<br>Method or attribute name: |@ohos.security.huks.d.ts|
|Added|NA|Module name: ohos.security.huks<br>Class name: HuksChallengeType<br>Method or attribute name: HUKS_CHALLENGE_TYPE_NORMAL = 0|@ohos.security.huks.d.ts|
|Added|NA|Class name: HuksChallengeType<br>Method or attribute name: HUKS_CHALLENGE_TYPE_NORMAL = 0|@ohos.security.huks.d.ts|
|Added|NA|Module name: ohos.security.huks<br>Class name: HuksChallengeType<br>Method or attribute name: HUKS_CHALLENGE_TYPE_CUSTOM = 1|@ohos.security.huks.d.ts|
|Added|NA|Class name: HuksChallengeType<br>Method or attribute name: HUKS_CHALLENGE_TYPE_CUSTOM = 1|@ohos.security.huks.d.ts|
|Added|NA|Module name: ohos.security.huks<br>Class name: HuksChallengeType<br>Method or attribute name: HUKS_CHALLENGE_TYPE_NONE = 2|@ohos.security.huks.d.ts|
|Added|NA|Class name: HuksChallengeType<br>Method or attribute name: HUKS_CHALLENGE_TYPE_NONE = 2|@ohos.security.huks.d.ts|
|Added|NA|Module name: ohos.security.huks<br>Class name: HuksChallengePosition|@ohos.security.huks.d.ts|
|Added|NA|Class name: HuksChallengePosition<br>Method or attribute name: |@ohos.security.huks.d.ts|
|Added|NA|Module name: ohos.security.huks<br>Class name: HuksChallengePosition<br>Method or attribute name: HUKS_CHALLENGE_POS_0 = 0|@ohos.security.huks.d.ts|
|Added|NA|Class name: HuksChallengePosition<br>Method or attribute name: HUKS_CHALLENGE_POS_0 = 0|@ohos.security.huks.d.ts|
|Added|NA|Module name: ohos.security.huks<br>Class name: HuksChallengePosition<br>Method or attribute name: HUKS_CHALLENGE_POS_1|@ohos.security.huks.d.ts|
|Added|NA|Class name: HuksChallengePosition<br>Method or attribute name: HUKS_CHALLENGE_POS_1|@ohos.security.huks.d.ts|
|Added|NA|Module name: ohos.security.huks<br>Class name: HuksChallengePosition<br>Method or attribute name: HUKS_CHALLENGE_POS_2|@ohos.security.huks.d.ts|
|Added|NA|Class name: HuksChallengePosition<br>Method or attribute name: HUKS_CHALLENGE_POS_2|@ohos.security.huks.d.ts|
|Added|NA|Module name: ohos.security.huks<br>Class name: HuksChallengePosition<br>Method or attribute name: HUKS_CHALLENGE_POS_3|@ohos.security.huks.d.ts|
|Added|NA|Class name: HuksChallengePosition<br>Method or attribute name: HUKS_CHALLENGE_POS_3|@ohos.security.huks.d.ts|
|Added|NA|Module name: ohos.security.huks<br>Class name: HuksSecureSignType|@ohos.security.huks.d.ts|
|Added|NA|Class name: HuksSecureSignType<br>Method or attribute name: |@ohos.security.huks.d.ts|
|Added|NA|Module name: ohos.security.huks<br>Class name: HuksSecureSignType<br>Method or attribute name: HUKS_SECURE_SIGN_WITH_AUTHINFO = 1|@ohos.security.huks.d.ts|
|Added|NA|Class name: HuksSecureSignType<br>Method or attribute name: HUKS_SECURE_SIGN_WITH_AUTHINFO = 1|@ohos.security.huks.d.ts|
|Added|NA|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_IMPORT_KEY_TYPE = HuksTagType.HUKS_TAG_TYPE_UINT \| 25|@ohos.security.huks.d.ts|
|Added|NA|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_UNWRAP_ALGORITHM_SUITE = HuksTagType.HUKS_TAG_TYPE_UINT \| 26|@ohos.security.huks.d.ts|
|Added|NA|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_KEY_AUTH_ACCESS_TYPE = HuksTagType.HUKS_TAG_TYPE_UINT \| 307|@ohos.security.huks.d.ts|
|Added|NA|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_KEY_SECURE_SIGN_TYPE = HuksTagType.HUKS_TAG_TYPE_UINT \| 308|@ohos.security.huks.d.ts|
|Added|NA|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_CHALLENGE_TYPE = HuksTagType.HUKS_TAG_TYPE_UINT \| 309|@ohos.security.huks.d.ts|
|Added|NA|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_CHALLENGE_POS = HuksTagType.HUKS_TAG_TYPE_UINT \| 310|@ohos.security.huks.d.ts|
|Added|NA|Module name: PermissionRequestResult<br>Class name: PermissionRequestResult|PermissionRequestResult.d.ts|
|Added|NA|Module name: PermissionRequestResult<br>Class name: PermissionRequestResult<br>Method or attribute name: permissions: Array\<string>;|PermissionRequestResult.d.ts|
|Added|NA|Module name: PermissionRequestResult<br>Class name: PermissionRequestResult<br>Method or attribute name: authResults: Array\<number>;|PermissionRequestResult.d.ts|
|Deprecated version changed|Class name: AtManager<br>Method or attribute name: verifyAccessToken(tokenID: number, permissionName: string): Promise\<GrantStatus>;<br>Deprecated version: N/A|Class name: AtManager<br>Method or attribute name: verifyAccessToken(tokenID: number, permissionName: string): Promise\<GrantStatus>;<br>Deprecated version: 9<br>Substitute API: ohos.abilityAccessCtrl.AtManager|@ohos.abilityAccessCtrl.d.ts|
|Deprecated version changed|Class name: huks<br>Method or attribute name: function generateKey(keyAlias: string, options: HuksOptions, callback: AsyncCallback\<HuksResult>) : void;<br>Deprecated version: N/A|Class name: huks<br>Method or attribute name: function generateKey(keyAlias: string, options: HuksOptions, callback: AsyncCallback\<HuksResult>) : void;<br>Deprecated version: 9<br>Substitute API: ohos.security.huks.generateKeyItem |@ohos.security.huks.d.ts|
|Deprecated version changed|Class name: huks<br>Method or attribute name: function generateKey(keyAlias: string, options: HuksOptions) : Promise\<HuksResult>;<br>Deprecated version: N/A|Class name: huks<br>Method or attribute name: function generateKey(keyAlias: string, options: HuksOptions) : Promise\<HuksResult>;<br>Deprecated version: 9<br>Substitute API: ohos.security.huks.generateKeyItem |@ohos.security.huks.d.ts|
|Deprecated version changed|Class name: huks<br>Method or attribute name: function deleteKey(keyAlias: string, options: HuksOptions, callback: AsyncCallback\<HuksResult>) : void;<br>Deprecated version: N/A|Class name: huks<br>Method or attribute name: function deleteKey(keyAlias: string, options: HuksOptions, callback: AsyncCallback\<HuksResult>) : void;<br>Deprecated version: 9<br>Substitute API: ohos.security.huks.deleteKeyItem |@ohos.security.huks.d.ts|
|Deprecated version changed|Class name: huks<br>Method or attribute name: function deleteKey(keyAlias: string, options: HuksOptions) : Promise\<HuksResult>;<br>Deprecated version: N/A|Class name: huks<br>Method or attribute name: function deleteKey(keyAlias: string, options: HuksOptions) : Promise\<HuksResult>;<br>Deprecated version: 9<br>Substitute API: ohos.security.huks.deleteKeyItem |@ohos.security.huks.d.ts|
|Deprecated version changed|Class name: huks<br>Method or attribute name: function importKey(keyAlias: string, options: HuksOptions, callback: AsyncCallback\<HuksResult>) : void;<br>Deprecated version: N/A|Class name: huks<br>Method or attribute name: function importKey(keyAlias: string, options: HuksOptions, callback: AsyncCallback\<HuksResult>) : void;<br>Deprecated version: 9<br>Substitute API: ohos.security.huks.importKeyItem |@ohos.security.huks.d.ts|
|Deprecated version changed|Class name: huks<br>Method or attribute name: function importKey(keyAlias: string, options: HuksOptions) : Promise\<HuksResult>;<br>Deprecated version: N/A|Class name: huks<br>Method or attribute name: function importKey(keyAlias: string, options: HuksOptions) : Promise\<HuksResult>;<br>Deprecated version: 9<br>Substitute API: ohos.security.huks.importKeyItem |@ohos.security.huks.d.ts|
|Deprecated version changed|Class name: huks<br>Method or attribute name: function exportKey(keyAlias: string, options: HuksOptions, callback: AsyncCallback\<HuksResult>) : void;<br>Deprecated version: N/A|Class name: huks<br>Method or attribute name: function exportKey(keyAlias: string, options: HuksOptions, callback: AsyncCallback\<HuksResult>) : void;<br>Deprecated version: 9<br>Substitute API: ohos.security.huks.exportKeyItem |@ohos.security.huks.d.ts|
|Deprecated version changed|Class name: huks<br>Method or attribute name: function exportKey(keyAlias: string, options: HuksOptions) : Promise\<HuksResult>;<br>Deprecated version: N/A|Class name: huks<br>Method or attribute name: function exportKey(keyAlias: string, options: HuksOptions) : Promise\<HuksResult>;<br>Deprecated version: 9<br>Substitute API: ohos.security.huks.exportKeyItem |@ohos.security.huks.d.ts|
|Deprecated version changed|Class name: huks<br>Method or attribute name: function getKeyProperties(keyAlias: string, options: HuksOptions, callback: AsyncCallback\<HuksResult>) : void;<br>Deprecated version: N/A|Class name: huks<br>Method or attribute name: function getKeyProperties(keyAlias: string, options: HuksOptions, callback: AsyncCallback\<HuksResult>) : void;<br>Deprecated version: 9<br>Substitute API: ohos.security.huks.getKeyItemProperties |@ohos.security.huks.d.ts|
|Deprecated version changed|Class name: huks<br>Method or attribute name: function getKeyProperties(keyAlias: string, options: HuksOptions) : Promise\<HuksResult>;<br>Deprecated version: N/A|Class name: huks<br>Method or attribute name: function getKeyProperties(keyAlias: string, options: HuksOptions) : Promise\<HuksResult>;<br>Deprecated version: 9<br>Substitute API: ohos.security.huks.getKeyItemProperties |@ohos.security.huks.d.ts|
|Deprecated version changed|Class name: huks<br>Method or attribute name: function isKeyExist(keyAlias: string, options: HuksOptions, callback: AsyncCallback\<boolean>) : void;<br>Deprecated version: N/A|Class name: huks<br>Method or attribute name: function isKeyExist(keyAlias: string, options: HuksOptions, callback: AsyncCallback\<boolean>) : void;<br>Deprecated version: 9<br>Substitute API: ohos.security.huks.isKeyItemExist |@ohos.security.huks.d.ts|
|Deprecated version changed|Class name: huks<br>Method or attribute name: function isKeyExist(keyAlias: string, options: HuksOptions) : Promise\<boolean>;<br>Deprecated version: N/A|Class name: huks<br>Method or attribute name: function isKeyExist(keyAlias: string, options: HuksOptions) : Promise\<boolean>;<br>Deprecated version: 9<br>Substitute API: ohos.security.huks.isKeyItemExist |@ohos.security.huks.d.ts|
|Deprecated version changed|Class name: huks<br>Method or attribute name: function init(keyAlias: string, options: HuksOptions, callback: AsyncCallback\<HuksHandle>) : void;<br>Deprecated version: N/A|Class name: huks<br>Method or attribute name: function init(keyAlias: string, options: HuksOptions, callback: AsyncCallback\<HuksHandle>) : void;<br>Deprecated version: 9<br>Substitute API: ohos.security.huks.initSession |@ohos.security.huks.d.ts|
|Deprecated version changed|Class name: huks<br>Method or attribute name: function init(keyAlias: string, options: HuksOptions) : Promise\<HuksHandle>;<br>Deprecated version: N/A|Class name: huks<br>Method or attribute name: function init(keyAlias: string, options: HuksOptions) : Promise\<HuksHandle>;<br>Deprecated version: 9<br>Substitute API: ohos.security.huks.initSession |@ohos.security.huks.d.ts|
|Deprecated version changed|Class name: huks<br>Method or attribute name: function update(handle: number, token?: Uint8Array, options: HuksOptions, callback: AsyncCallback\<HuksResult>) : void;<br>Deprecated version: N/A|Class name: huks<br>Method or attribute name: function update(handle: number, token?: Uint8Array, options: HuksOptions, callback: AsyncCallback\<HuksResult>) : void;<br>Deprecated version: 9<br>Substitute API: ohos.security.huks.updateSession |@ohos.security.huks.d.ts|
|Deprecated version changed|Class name: huks<br>Method or attribute name: function update(handle: number, token?: Uint8Array, options: HuksOptions) : Promise\<HuksResult>;<br>Deprecated version: N/A|Class name: huks<br>Method or attribute name: function update(handle: number, token?: Uint8Array, options: HuksOptions) : Promise\<HuksResult>;<br>Deprecated version: 9<br>Substitute API: ohos.security.huks.updateSession |@ohos.security.huks.d.ts|
|Deprecated version changed|Class name: huks<br>Method or attribute name: function finish(handle: number, options: HuksOptions, callback: AsyncCallback\<HuksResult>) : void;<br>Deprecated version: N/A|Class name: huks<br>Method or attribute name: function finish(handle: number, options: HuksOptions, callback: AsyncCallback\<HuksResult>) : void;<br>Deprecated version: 9<br>Substitute API: ohos.security.huks.finishSession |@ohos.security.huks.d.ts|
|Deprecated version changed|Class name: huks<br>Method or attribute name: function finish(handle: number, options: HuksOptions) : Promise\<HuksResult>;<br>Deprecated version: N/A|Class name: huks<br>Method or attribute name: function finish(handle: number, options: HuksOptions) : Promise\<HuksResult>;<br>Deprecated version: 9<br>Substitute API: ohos.security.huks.finishSession |@ohos.security.huks.d.ts|
|Deprecated version changed|Class name: huks<br>Method or attribute name: function abort(handle: number, options: HuksOptions, callback: AsyncCallback\<HuksResult>) : void;<br>Deprecated version: N/A|Class name: huks<br>Method or attribute name: function abort(handle: number, options: HuksOptions, callback: AsyncCallback\<HuksResult>) : void;<br>Deprecated version: 9<br>Substitute API: ohos.security.huks.abortSession |@ohos.security.huks.d.ts|
|Deprecated version changed|Class name: huks<br>Method or attribute name: function abort(handle: number, options: HuksOptions) : Promise\<HuksResult>;<br>Deprecated version: N/A|Class name: huks<br>Method or attribute name: function abort(handle: number, options: HuksOptions) : Promise\<HuksResult>;<br>Deprecated version: 9<br>Substitute API: ohos.security.huks.abortSession |@ohos.security.huks.d.ts|
|Deprecated version changed|Class name: HuksHandle<br>Deprecated version: N/A|Class name: HuksHandle<br>Deprecated version: 9<br>Substitute API: ohos.security.huks.HuksSessionHandle |@ohos.security.huks.d.ts|
|Deprecated version changed|Class name: HuksResult<br>Deprecated version: N/A|Class name: HuksResult<br>Deprecated version: 9<br>Substitute API: ohos.security.huks.HuksReturnResult |@ohos.security.huks.d.ts|
|Deprecated version changed|Class name: HuksErrorCode<br>Deprecated version: N/A|Class name: HuksErrorCode<br>Deprecated version: 9<br>Substitute API: ohos.security.huks.HuksExceptionErrCode |@ohos.security.huks.d.ts|
|Deprecated version changed|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_INVALID = HuksTagType.HUKS_TAG_TYPE_INVALID \| 0<br>Deprecated version: N/A|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_INVALID = HuksTagType.HUKS_TAG_TYPE_INVALID \| 0<br>Deprecated version: 9<br>Substitute API: N/A|@ohos.security.huks.d.ts|
|Deprecated version changed|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_PWD = HuksTagType.HUKS_TAG_TYPE_BYTES \| 13<br>Deprecated version: N/A|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_PWD = HuksTagType.HUKS_TAG_TYPE_BYTES \| 13<br>Deprecated version: 9<br>Substitute API: N/A|@ohos.security.huks.d.ts|
|Deprecated version changed|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_DERIVE_MAIN_KEY = HuksTagType.HUKS_TAG_TYPE_BYTES \| 16<br>Deprecated version: N/A|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_DERIVE_MAIN_KEY = HuksTagType.HUKS_TAG_TYPE_BYTES \| 16<br>Deprecated version: 9<br>Substitute API: N/A|@ohos.security.huks.d.ts|
|Deprecated version changed|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_DERIVE_FACTOR = HuksTagType.HUKS_TAG_TYPE_BYTES \| 17<br>Deprecated version: N/A|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_DERIVE_FACTOR = HuksTagType.HUKS_TAG_TYPE_BYTES \| 17<br>Deprecated version: 9<br>Substitute API: N/A|@ohos.security.huks.d.ts|
|Deprecated version changed|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_DERIVE_ALG = HuksTagType.HUKS_TAG_TYPE_UINT \| 18<br>Deprecated version: N/A|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_DERIVE_ALG = HuksTagType.HUKS_TAG_TYPE_UINT \| 18<br>Deprecated version: 9<br>Substitute API: N/A|@ohos.security.huks.d.ts|
|Deprecated version changed|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_ACTIVE_DATETIME = HuksTagType.HUKS_TAG_TYPE_ULONG \| 201<br>Deprecated version: N/A|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_ACTIVE_DATETIME = HuksTagType.HUKS_TAG_TYPE_ULONG \| 201<br>Deprecated version: 9<br>Substitute API: N/A|@ohos.security.huks.d.ts|
|Deprecated version changed|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_ORIGINATION_EXPIRE_DATETIME = HuksTagType.HUKS_TAG_TYPE_ULONG \| 202<br>Deprecated version: N/A|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_ORIGINATION_EXPIRE_DATETIME = HuksTagType.HUKS_TAG_TYPE_ULONG \| 202<br>Deprecated version: 9<br>Substitute API: N/A|@ohos.security.huks.d.ts|
|Deprecated version changed|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_USAGE_EXPIRE_DATETIME = HuksTagType.HUKS_TAG_TYPE_ULONG \| 203<br>Deprecated version: N/A|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_USAGE_EXPIRE_DATETIME = HuksTagType.HUKS_TAG_TYPE_ULONG \| 203<br>Deprecated version: 9<br>Substitute API: N/A|@ohos.security.huks.d.ts|
|Deprecated version changed|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_CREATION_DATETIME = HuksTagType.HUKS_TAG_TYPE_ULONG \| 204<br>Deprecated version: N/A|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_CREATION_DATETIME = HuksTagType.HUKS_TAG_TYPE_ULONG \| 204<br>Deprecated version: 9<br>Substitute API: N/A|@ohos.security.huks.d.ts|
|Deprecated version changed|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_ATTESTATION_ID_BRAND = HuksTagType.HUKS_TAG_TYPE_BYTES \| 503<br>Deprecated version: N/A|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_ATTESTATION_ID_BRAND = HuksTagType.HUKS_TAG_TYPE_BYTES \| 503<br>Deprecated version: 9<br>Substitute API: N/A|@ohos.security.huks.d.ts|
|Deprecated version changed|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_ATTESTATION_ID_DEVICE = HuksTagType.HUKS_TAG_TYPE_BYTES \| 504<br>Deprecated version: N/A|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_ATTESTATION_ID_DEVICE = HuksTagType.HUKS_TAG_TYPE_BYTES \| 504<br>Deprecated version: 9<br>Substitute API: N/A|@ohos.security.huks.d.ts|
|Deprecated version changed|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_ATTESTATION_ID_PRODUCT = HuksTagType.HUKS_TAG_TYPE_BYTES \| 505<br>Deprecated version: N/A|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_ATTESTATION_ID_PRODUCT = HuksTagType.HUKS_TAG_TYPE_BYTES \| 505<br>Deprecated version: 9<br>Substitute API: N/A|@ohos.security.huks.d.ts|
|Deprecated version changed|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_ATTESTATION_ID_SERIAL = HuksTagType.HUKS_TAG_TYPE_BYTES \| 506<br>Deprecated version: N/A|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_ATTESTATION_ID_SERIAL = HuksTagType.HUKS_TAG_TYPE_BYTES \| 506<br>Deprecated version: 9<br>Substitute API: N/A|@ohos.security.huks.d.ts|
|Deprecated version changed|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_ATTESTATION_ID_IMEI = HuksTagType.HUKS_TAG_TYPE_BYTES \| 507<br>Deprecated version: N/A|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_ATTESTATION_ID_IMEI = HuksTagType.HUKS_TAG_TYPE_BYTES \| 507<br>Deprecated version: 9<br>Substitute API: N/A|@ohos.security.huks.d.ts|
|Deprecated version changed|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_ATTESTATION_ID_MEID = HuksTagType.HUKS_TAG_TYPE_BYTES \| 508<br>Deprecated version: N/A|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_ATTESTATION_ID_MEID = HuksTagType.HUKS_TAG_TYPE_BYTES \| 508<br>Deprecated version: 9<br>Substitute API: N/A|@ohos.security.huks.d.ts|
|Deprecated version changed|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_ATTESTATION_ID_MANUFACTURER = HuksTagType.HUKS_TAG_TYPE_BYTES \| 509<br>Deprecated version: N/A|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_ATTESTATION_ID_MANUFACTURER = HuksTagType.HUKS_TAG_TYPE_BYTES \| 509<br>Deprecated version: 9<br>Substitute API: N/A|@ohos.security.huks.d.ts|
|Deprecated version changed|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_ATTESTATION_ID_MODEL = HuksTagType.HUKS_TAG_TYPE_BYTES \| 510<br>Deprecated version: N/A|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_ATTESTATION_ID_MODEL = HuksTagType.HUKS_TAG_TYPE_BYTES \| 510<br>Deprecated version: 9<br>Substitute API: N/A|@ohos.security.huks.d.ts|
|Deprecated version changed|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_ATTESTATION_ID_SOCID = HuksTagType.HUKS_TAG_TYPE_BYTES \| 512<br>Deprecated version: N/A|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_ATTESTATION_ID_SOCID = HuksTagType.HUKS_TAG_TYPE_BYTES \| 512<br>Deprecated version: 9<br>Substitute API: N/A|@ohos.security.huks.d.ts|
|Deprecated version changed|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_ATTESTATION_ID_UDID = HuksTagType.HUKS_TAG_TYPE_BYTES \| 513<br>Deprecated version: N/A|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_ATTESTATION_ID_UDID = HuksTagType.HUKS_TAG_TYPE_BYTES \| 513<br>Deprecated version: 9<br>Substitute API: N/A|@ohos.security.huks.d.ts|
|Deprecated version changed|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_SECURE_KEY_ALIAS = HuksTagType.HUKS_TAG_TYPE_BOOL \| 1009<br>Deprecated version: N/A|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_SECURE_KEY_ALIAS = HuksTagType.HUKS_TAG_TYPE_BOOL \| 1009<br>Deprecated version: 9<br>Substitute API: N/A|@ohos.security.huks.d.ts|
|Deprecated version changed|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_SECURE_KEY_UUID = HuksTagType.HUKS_TAG_TYPE_BYTES \| 1010<br>Deprecated version: N/A|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_SECURE_KEY_UUID = HuksTagType.HUKS_TAG_TYPE_BYTES \| 1010<br>Deprecated version: 9<br>Substitute API: N/A|@ohos.security.huks.d.ts|
|Deprecated version changed|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_PROCESS_NAME = HuksTagType.HUKS_TAG_TYPE_BYTES \| 10001<br>Deprecated version: N/A|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_PROCESS_NAME = HuksTagType.HUKS_TAG_TYPE_BYTES \| 10001<br>Deprecated version: 9<br>Substitute API: N/A|@ohos.security.huks.d.ts|
|Deprecated version changed|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_PACKAGE_NAME = HuksTagType.HUKS_TAG_TYPE_BYTES \| 10002<br>Deprecated version: N/A|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_PACKAGE_NAME = HuksTagType.HUKS_TAG_TYPE_BYTES \| 10002<br>Deprecated version: 9<br>Substitute API: N/A|@ohos.security.huks.d.ts|
|Deprecated version changed|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_ACCESS_TIME = HuksTagType.HUKS_TAG_TYPE_UINT \| 10003<br>Deprecated version: N/A|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_ACCESS_TIME = HuksTagType.HUKS_TAG_TYPE_UINT \| 10003<br>Deprecated version: 9<br>Substitute API: N/A|@ohos.security.huks.d.ts|
|Deprecated version changed|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_USES_TIME = HuksTagType.HUKS_TAG_TYPE_UINT \| 10004<br>Deprecated version: N/A|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_USES_TIME = HuksTagType.HUKS_TAG_TYPE_UINT \| 10004<br>Deprecated version: 9<br>Substitute API: N/A|@ohos.security.huks.d.ts|
|Deprecated version changed|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_CRYPTO_CTX = HuksTagType.HUKS_TAG_TYPE_ULONG \| 10005<br>Deprecated version: N/A|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_CRYPTO_CTX = HuksTagType.HUKS_TAG_TYPE_ULONG \| 10005<br>Deprecated version: 9<br>Substitute API: N/A|@ohos.security.huks.d.ts|
|Deprecated version changed|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_KEY_VERSION = HuksTagType.HUKS_TAG_TYPE_UINT \| 10007<br>Deprecated version: N/A|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_KEY_VERSION = HuksTagType.HUKS_TAG_TYPE_UINT \| 10007<br>Deprecated version: 9<br>Substitute API: N/A|@ohos.security.huks.d.ts|
|Deprecated version changed|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_PAYLOAD_LEN = HuksTagType.HUKS_TAG_TYPE_UINT \| 10008<br>Deprecated version: N/A|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_PAYLOAD_LEN = HuksTagType.HUKS_TAG_TYPE_UINT \| 10008<br>Deprecated version: 9<br>Substitute API: N/A|@ohos.security.huks.d.ts|
|Deprecated version changed|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_IS_KEY_HANDLE = HuksTagType.HUKS_TAG_TYPE_ULONG \| 10010<br>Deprecated version: N/A|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_IS_KEY_HANDLE = HuksTagType.HUKS_TAG_TYPE_ULONG \| 10010<br>Deprecated version: 9<br>Substitute API: N/A|@ohos.security.huks.d.ts|
|Deprecated version changed|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_OS_VERSION = HuksTagType.HUKS_TAG_TYPE_UINT \| 10101<br>Deprecated version: N/A|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_OS_VERSION = HuksTagType.HUKS_TAG_TYPE_UINT \| 10101<br>Deprecated version: 9<br>Substitute API: N/A|@ohos.security.huks.d.ts|
|Deprecated version changed|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_OS_PATCHLEVEL = HuksTagType.HUKS_TAG_TYPE_UINT \| 10102<br>Deprecated version: N/A|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_OS_PATCHLEVEL = HuksTagType.HUKS_TAG_TYPE_UINT \| 10102<br>Deprecated version: 9<br>Substitute API: N/A|@ohos.security.huks.d.ts|
|Deprecated version changed|Class name: Cipher<br>Deprecated version: N/A|Class name: Cipher<br>Deprecated version: 9<br>Substitute API: ohos.security.cryptoFramework.Cipher |@system.cipher.d.ts|
|Deprecated version changed|Class name: Cipher<br>Method or attribute name: static rsa(options: CipherRsaOptions): void;<br>Deprecated version: N/A|Class name: Cipher<br>Method or attribute name: static rsa(options: CipherRsaOptions): void;<br>Deprecated version: 9<br>Substitute API: N/A|@system.cipher.d.ts|
|Deprecated version changed|Class name: Cipher<br>Method or attribute name: static aes(options: CipherAesOptions): void;<br>Deprecated version: N/A|Class name: Cipher<br>Method or attribute name: static aes(options: CipherAesOptions): void;<br>Deprecated version: 9<br>Substitute API: N/A|@system.cipher.d.ts|
|Initial version changed|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_INVALID = HuksTagType.HUKS_TAG_TYPE_INVALID \| 0<br>Initial version: N/A|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_INVALID = HuksTagType.HUKS_TAG_TYPE_INVALID \| 0<br>Initial version: 8|@ohos.security.huks.d.ts|
|Initial version changed|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_PWD = HuksTagType.HUKS_TAG_TYPE_BYTES \| 13<br>Initial version: N/A|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_PWD = HuksTagType.HUKS_TAG_TYPE_BYTES \| 13<br>Initial version: 8|@ohos.security.huks.d.ts|
|Initial version changed|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_DERIVE_MAIN_KEY = HuksTagType.HUKS_TAG_TYPE_BYTES \| 16<br>Initial version: N/A|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_DERIVE_MAIN_KEY = HuksTagType.HUKS_TAG_TYPE_BYTES \| 16<br>Initial version: 8|@ohos.security.huks.d.ts|
|Initial version changed|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_DERIVE_FACTOR = HuksTagType.HUKS_TAG_TYPE_BYTES \| 17<br>Initial version: N/A|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_DERIVE_FACTOR = HuksTagType.HUKS_TAG_TYPE_BYTES \| 17<br>Initial version: 8|@ohos.security.huks.d.ts|
|Initial version changed|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_DERIVE_ALG = HuksTagType.HUKS_TAG_TYPE_UINT \| 18<br>Initial version: N/A|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_DERIVE_ALG = HuksTagType.HUKS_TAG_TYPE_UINT \| 18<br>Initial version: 8|@ohos.security.huks.d.ts|
|Initial version changed|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_ACTIVE_DATETIME = HuksTagType.HUKS_TAG_TYPE_ULONG \| 201<br>Initial version: N/A|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_ACTIVE_DATETIME = HuksTagType.HUKS_TAG_TYPE_ULONG \| 201<br>Initial version: 8|@ohos.security.huks.d.ts|
|Initial version changed|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_ORIGINATION_EXPIRE_DATETIME = HuksTagType.HUKS_TAG_TYPE_ULONG \| 202<br>Initial version: N/A|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_ORIGINATION_EXPIRE_DATETIME = HuksTagType.HUKS_TAG_TYPE_ULONG \| 202<br>Initial version: 8|@ohos.security.huks.d.ts|
|Initial version changed|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_USAGE_EXPIRE_DATETIME = HuksTagType.HUKS_TAG_TYPE_ULONG \| 203<br>Initial version: N/A|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_USAGE_EXPIRE_DATETIME = HuksTagType.HUKS_TAG_TYPE_ULONG \| 203<br>Initial version: 8|@ohos.security.huks.d.ts|
|Initial version changed|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_CREATION_DATETIME = HuksTagType.HUKS_TAG_TYPE_ULONG \| 204<br>Initial version: N/A|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_CREATION_DATETIME = HuksTagType.HUKS_TAG_TYPE_ULONG \| 204<br>Initial version: 8|@ohos.security.huks.d.ts|
|Initial version changed|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_ATTESTATION_ID_BRAND = HuksTagType.HUKS_TAG_TYPE_BYTES \| 503<br>Initial version: N/A|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_ATTESTATION_ID_BRAND = HuksTagType.HUKS_TAG_TYPE_BYTES \| 503<br>Initial version: 8|@ohos.security.huks.d.ts|
|Initial version changed|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_ATTESTATION_ID_DEVICE = HuksTagType.HUKS_TAG_TYPE_BYTES \| 504<br>Initial version: N/A|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_ATTESTATION_ID_DEVICE = HuksTagType.HUKS_TAG_TYPE_BYTES \| 504<br>Initial version: 8|@ohos.security.huks.d.ts|
|Initial version changed|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_ATTESTATION_ID_PRODUCT = HuksTagType.HUKS_TAG_TYPE_BYTES \| 505<br>Initial version: N/A|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_ATTESTATION_ID_PRODUCT = HuksTagType.HUKS_TAG_TYPE_BYTES \| 505<br>Initial version: 8|@ohos.security.huks.d.ts|
|Initial version changed|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_ATTESTATION_ID_SERIAL = HuksTagType.HUKS_TAG_TYPE_BYTES \| 506<br>Initial version: N/A|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_ATTESTATION_ID_SERIAL = HuksTagType.HUKS_TAG_TYPE_BYTES \| 506<br>Initial version: 8|@ohos.security.huks.d.ts|
|Initial version changed|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_ATTESTATION_ID_IMEI = HuksTagType.HUKS_TAG_TYPE_BYTES \| 507<br>Initial version: N/A|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_ATTESTATION_ID_IMEI = HuksTagType.HUKS_TAG_TYPE_BYTES \| 507<br>Initial version: 8|@ohos.security.huks.d.ts|
|Initial version changed|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_ATTESTATION_ID_MEID = HuksTagType.HUKS_TAG_TYPE_BYTES \| 508<br>Initial version: N/A|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_ATTESTATION_ID_MEID = HuksTagType.HUKS_TAG_TYPE_BYTES \| 508<br>Initial version: 8|@ohos.security.huks.d.ts|
|Initial version changed|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_ATTESTATION_ID_MANUFACTURER = HuksTagType.HUKS_TAG_TYPE_BYTES \| 509<br>Initial version: N/A|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_ATTESTATION_ID_MANUFACTURER = HuksTagType.HUKS_TAG_TYPE_BYTES \| 509<br>Initial version: 8|@ohos.security.huks.d.ts|
|Initial version changed|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_ATTESTATION_ID_MODEL = HuksTagType.HUKS_TAG_TYPE_BYTES \| 510<br>Initial version: N/A|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_ATTESTATION_ID_MODEL = HuksTagType.HUKS_TAG_TYPE_BYTES \| 510<br>Initial version: 8|@ohos.security.huks.d.ts|
|Initial version changed|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_ATTESTATION_ID_SOCID = HuksTagType.HUKS_TAG_TYPE_BYTES \| 512<br>Initial version: N/A|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_ATTESTATION_ID_SOCID = HuksTagType.HUKS_TAG_TYPE_BYTES \| 512<br>Initial version: 8|@ohos.security.huks.d.ts|
|Initial version changed|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_ATTESTATION_ID_UDID = HuksTagType.HUKS_TAG_TYPE_BYTES \| 513<br>Initial version: N/A|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_ATTESTATION_ID_UDID = HuksTagType.HUKS_TAG_TYPE_BYTES \| 513<br>Initial version: 8|@ohos.security.huks.d.ts|
|Initial version changed|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_SECURE_KEY_ALIAS = HuksTagType.HUKS_TAG_TYPE_BOOL \| 1009<br>Initial version: N/A|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_SECURE_KEY_ALIAS = HuksTagType.HUKS_TAG_TYPE_BOOL \| 1009<br>Initial version: 8|@ohos.security.huks.d.ts|
|Initial version changed|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_SECURE_KEY_UUID = HuksTagType.HUKS_TAG_TYPE_BYTES \| 1010<br>Initial version: N/A|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_SECURE_KEY_UUID = HuksTagType.HUKS_TAG_TYPE_BYTES \| 1010<br>Initial version: 8|@ohos.security.huks.d.ts|
|Initial version changed|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_PROCESS_NAME = HuksTagType.HUKS_TAG_TYPE_BYTES \| 10001<br>Initial version: N/A|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_PROCESS_NAME = HuksTagType.HUKS_TAG_TYPE_BYTES \| 10001<br>Initial version: 8|@ohos.security.huks.d.ts|
|Initial version changed|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_PACKAGE_NAME = HuksTagType.HUKS_TAG_TYPE_BYTES \| 10002<br>Initial version: N/A|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_PACKAGE_NAME = HuksTagType.HUKS_TAG_TYPE_BYTES \| 10002<br>Initial version: 8|@ohos.security.huks.d.ts|
|Initial version changed|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_ACCESS_TIME = HuksTagType.HUKS_TAG_TYPE_UINT \| 10003<br>Initial version: N/A|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_ACCESS_TIME = HuksTagType.HUKS_TAG_TYPE_UINT \| 10003<br>Initial version: 8|@ohos.security.huks.d.ts|
|Initial version changed|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_USES_TIME = HuksTagType.HUKS_TAG_TYPE_UINT \| 10004<br>Initial version: N/A|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_USES_TIME = HuksTagType.HUKS_TAG_TYPE_UINT \| 10004<br>Initial version: 8|@ohos.security.huks.d.ts|
|Initial version changed|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_CRYPTO_CTX = HuksTagType.HUKS_TAG_TYPE_ULONG \| 10005<br>Initial version: N/A|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_CRYPTO_CTX = HuksTagType.HUKS_TAG_TYPE_ULONG \| 10005<br>Initial version: 8|@ohos.security.huks.d.ts|
|Initial version changed|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_KEY_VERSION = HuksTagType.HUKS_TAG_TYPE_UINT \| 10007<br>Initial version: N/A|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_KEY_VERSION = HuksTagType.HUKS_TAG_TYPE_UINT \| 10007<br>Initial version: 8|@ohos.security.huks.d.ts|
|Initial version changed|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_PAYLOAD_LEN = HuksTagType.HUKS_TAG_TYPE_UINT \| 10008<br>Initial version: N/A|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_PAYLOAD_LEN = HuksTagType.HUKS_TAG_TYPE_UINT \| 10008<br>Initial version: 8|@ohos.security.huks.d.ts|
|Initial version changed|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_IS_KEY_HANDLE = HuksTagType.HUKS_TAG_TYPE_ULONG \| 10010<br>Initial version: N/A|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_IS_KEY_HANDLE = HuksTagType.HUKS_TAG_TYPE_ULONG \| 10010<br>Initial version: 8|@ohos.security.huks.d.ts|
|Initial version changed|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_OS_VERSION = HuksTagType.HUKS_TAG_TYPE_UINT \| 10101<br>Initial version: N/A|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_OS_VERSION = HuksTagType.HUKS_TAG_TYPE_UINT \| 10101<br>Initial version: 8|@ohos.security.huks.d.ts|
|Initial version changed|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_OS_PATCHLEVEL = HuksTagType.HUKS_TAG_TYPE_UINT \| 10102<br>Initial version: N/A|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_OS_PATCHLEVEL = HuksTagType.HUKS_TAG_TYPE_UINT \| 10102<br>Initial version: 8|@ohos.security.huks.d.ts|
|Function changed|Class name: AtManager<br>Method or attribute name: verifyAccessToken(tokenID: number, permissionName: string): Promise\<GrantStatus>;<br>|Class name: AtManager<br>Method or attribute name: verifyAccessToken(tokenID: number, permissionName: string): Promise\<GrantStatus>;<br>|@ohos.abilityAccessCtrl.d.ts|
|Function changed|Class name: AtManager<br>Method or attribute name: verifyAccessToken(tokenID: number, permissionName: string): Promise\<GrantStatus>;<br>|Class name: AtManager<br>Method or attribute name: verifyAccessToken(tokenID: number, permissionName: Permissions): Promise\<GrantStatus>;<br>|@ohos.abilityAccessCtrl.d.ts|
|Function changed|Class name: AtManager<br>Method or attribute name: grantUserGrantedPermission(tokenID: number, permissionName: string, permissionFlag: number): Promise\<number>;<br>|Class name: AtManager<br>Method or attribute name: grantUserGrantedPermission(tokenID: number, permissionName: Permissions, permissionFlags: number): Promise\<void>;<br>|@ohos.abilityAccessCtrl.d.ts|
|Function changed|Class name: AtManager<br>Method or attribute name: grantUserGrantedPermission(tokenID: number, permissionName: string, permissionFlag: number, callback: AsyncCallback\<number>): void;<br>|Class name: AtManager<br>Method or attribute name: grantUserGrantedPermission(tokenID: number, permissionName: Permissions, permissionFlags: number, callback: AsyncCallback\<void>): void;<br>|@ohos.abilityAccessCtrl.d.ts|
|Function changed|Class name: AtManager<br>Method or attribute name: revokeUserGrantedPermission(tokenID: number, permissionName: string, permissionFlag: number): Promise\<number>;<br>|Class name: AtManager<br>Method or attribute name: revokeUserGrantedPermission(tokenID: number, permissionName: Permissions, permissionFlags: number): Promise\<void>;<br>|@ohos.abilityAccessCtrl.d.ts|
|Function changed|Class name: AtManager<br>Method or attribute name: revokeUserGrantedPermission(tokenID: number, permissionName: string, permissionFlag: number, callback: AsyncCallback\<number>): void;<br>|Class name: AtManager<br>Method or attribute name: revokeUserGrantedPermission(tokenID: number, permissionName: Permissions, permissionFlags: number, callback: AsyncCallback\<void>): void;<br>|@ohos.abilityAccessCtrl.d.ts|
|Function changed|Class name: AtManager<br>Method or attribute name: getPermissionFlags(tokenID: number, permissionName: string): Promise\<number>;<br>|Class name: AtManager<br>Method or attribute name: getPermissionFlags(tokenID: number, permissionName: Permissions): Promise\<number>;<br>|@ohos.abilityAccessCtrl.d.ts|
因为 它太大了无法显示 source diff 。你可以改为 查看blob
| Change Type | Old Version | New Version | d.ts File |
| ---- | ------ | ------ | -------- |
|Added|NA|Module name: ohos.systemParameterEnhance<br>Class name: systemParameterEnhance|@ohos.systemParameterEnhance.d.ts|
|Added|NA|Module name: ohos.systemParameterEnhance<br>Class name: systemParameterEnhance<br>Method or attribute name: function getSync(key: string, def?: string): string;|@ohos.systemParameterEnhance.d.ts|
|Added|NA|Module name: ohos.systemParameterEnhance<br>Class name: systemParameterEnhance<br>Method or attribute name: function get(key: string, callback: AsyncCallback\<string>): void;|@ohos.systemParameterEnhance.d.ts|
|Added|NA|Module name: ohos.systemParameterEnhance<br>Class name: systemParameterEnhance<br>Method or attribute name: function get(key: string, def: string, callback: AsyncCallback\<string>): void;|@ohos.systemParameterEnhance.d.ts|
|Added|NA|Module name: ohos.systemParameterEnhance<br>Class name: systemParameterEnhance<br>Method or attribute name: function get(key: string, def?: string): Promise\<string>;|@ohos.systemParameterEnhance.d.ts|
|Added|NA|Module name: ohos.systemParameterEnhance<br>Class name: systemParameterEnhance<br>Method or attribute name: function setSync(key: string, value: string): void;|@ohos.systemParameterEnhance.d.ts|
|Added|NA|Module name: ohos.systemParameterEnhance<br>Class name: systemParameterEnhance<br>Method or attribute name: function set(key: string, value: string, callback: AsyncCallback\<void>): void;|@ohos.systemParameterEnhance.d.ts|
|Added|NA|Module name: ohos.systemParameterEnhance<br>Class name: systemParameterEnhance<br>Method or attribute name: function set(key: string, value: string): Promise\<void>;|@ohos.systemParameterEnhance.d.ts|
|Deprecated version changed|Class name: deviceInfo<br>Method or attribute name: const hardwareProfile: string;<br>Deprecated version: N/A|Class name: deviceInfo<br>Method or attribute name: const hardwareProfile: string;<br>Deprecated version: 9<br>Substitute API: N/A|@ohos.deviceInfo.d.ts|
|Deprecated version changed|Class name: Device<br>Method or attribute name: static getInfo(options?: GetDeviceOptions): void;<br>Deprecated version: N/A|Class name: Device<br>Method or attribute name: static getInfo(options?: GetDeviceOptions): void;<br>Deprecated version: 6<br>Substitute API: N/A|@system.device.d.ts|
|Permission added|Class name: deviceInfo<br>Method or attribute name: const serial: string;<br>Permission: N/A|Class name: deviceInfo<br>Method or attribute name: const serial: string;<br>Permission: ohos.permission.sec.ACCESS_UDID|@ohos.deviceInfo.d.ts|
|Permission added|Class name: deviceInfo<br>Method or attribute name: const udid: string;<br>Permission: N/A|Class name: deviceInfo<br>Method or attribute name: const udid: string;<br>Permission: ohos.permission.sec.ACCESS_UDID|@ohos.deviceInfo.d.ts|
| Change Type | Old Version | New Version | d.ts File |
| ---- | ------ | ------ | -------- |
|Added|NA|Class name: call<br>Method or attribute name: function dialCall(phoneNumber: string, callback: AsyncCallback\<void>): void;|@ohos.telephony.call.d.ts|
|Added|NA|Class name: call<br>Method or attribute name: function dialCall(phoneNumber: string, options: DialCallOptions, callback: AsyncCallback\<void>): void;|@ohos.telephony.call.d.ts|
|Added|NA|Class name: call<br>Method or attribute name: function dialCall(phoneNumber: string, options?: DialCallOptions): Promise\<void>;|@ohos.telephony.call.d.ts|
|Added|NA|Class name: call<br>Method or attribute name: function answerCall(callId: number, callback: AsyncCallback\<void>): void;|@ohos.telephony.call.d.ts|
|Added|NA|Class name: call<br>Method or attribute name: function answerCall(callId?: number): Promise\<void>;|@ohos.telephony.call.d.ts|
|Added|NA|Class name: call<br>Method or attribute name: function answerCall(callback: AsyncCallback\<void>): void;|@ohos.telephony.call.d.ts|
|Added|NA|Class name: call<br>Method or attribute name: function hangUpCall(callId: number, callback: AsyncCallback\<void>): void;|@ohos.telephony.call.d.ts|
|Added|NA|Class name: call<br>Method or attribute name: function hangUpCall(callId?: number): Promise\<void>;|@ohos.telephony.call.d.ts|
|Added|NA|Class name: call<br>Method or attribute name: function hangUpCall(callback: AsyncCallback\<void>): void;|@ohos.telephony.call.d.ts|
|Added|NA|Class name: call<br>Method or attribute name: function rejectCall(callId: number, callback: AsyncCallback\<void>): void;|@ohos.telephony.call.d.ts|
|Added|NA|Class name: call<br>Method or attribute name: function rejectCall(callId: number, options: RejectMessageOptions, callback: AsyncCallback\<void>): void;|@ohos.telephony.call.d.ts|
|Added|NA|Class name: call<br>Method or attribute name: function rejectCall(callId?: number, options?: RejectMessageOptions): Promise\<void>;|@ohos.telephony.call.d.ts|
|Added|NA|Class name: call<br>Method or attribute name: function rejectCall(callback: AsyncCallback\<void>): void;|@ohos.telephony.call.d.ts|
|Added|NA|Class name: call<br>Method or attribute name: function rejectCall(options: RejectMessageOptions, callback: AsyncCallback\<void>): void;|@ohos.telephony.call.d.ts|
|Added|NA|Class name: call<br>Method or attribute name: function on(type: 'mmiCodeResult', callback: Callback\<MmiCodeResults>): void;|@ohos.telephony.call.d.ts|
|Added|NA|Class name: call<br>Method or attribute name: function off(type: 'mmiCodeResult', callback?: Callback\<MmiCodeResults>): void;|@ohos.telephony.call.d.ts|
|Added|NA|Module name: ohos.telephony.call<br>Class name: AudioDevice<br>Method or attribute name: DEVICE_EARPIECE|@ohos.telephony.call.d.ts|
|Added|NA|Class name: AudioDevice<br>Method or attribute name: DEVICE_EARPIECE|@ohos.telephony.call.d.ts|
|Added|NA|Class name: CallTransferInfo<br>Method or attribute name: startHour?: number;|@ohos.telephony.call.d.ts|
|Added|NA|Class name: CallTransferInfo<br>Method or attribute name: startMinute?: number;|@ohos.telephony.call.d.ts|
|Added|NA|Class name: CallTransferInfo<br>Method or attribute name: endHour?: number;|@ohos.telephony.call.d.ts|
|Added|NA|Class name: CallTransferInfo<br>Method or attribute name: endMinute?: number;|@ohos.telephony.call.d.ts|
|Added|NA|Module name: ohos.telephony.call<br>Class name: DialCallOptions|@ohos.telephony.call.d.ts|
|Added|NA|Class name: DialCallOptions<br>Method or attribute name: |@ohos.telephony.call.d.ts|
|Added|NA|Module name: ohos.telephony.call<br>Class name: DialCallOptions<br>Method or attribute name: accountId?: number;|@ohos.telephony.call.d.ts|
|Added|NA|Class name: DialCallOptions<br>Method or attribute name: accountId?: number;|@ohos.telephony.call.d.ts|
|Added|NA|Module name: ohos.telephony.call<br>Class name: DialCallOptions<br>Method or attribute name: videoState?: VideoStateType;|@ohos.telephony.call.d.ts|
|Added|NA|Class name: DialCallOptions<br>Method or attribute name: videoState?: VideoStateType;|@ohos.telephony.call.d.ts|
|Added|NA|Module name: ohos.telephony.call<br>Class name: DialCallOptions<br>Method or attribute name: dialScene?: DialScene;|@ohos.telephony.call.d.ts|
|Added|NA|Class name: DialCallOptions<br>Method or attribute name: dialScene?: DialScene;|@ohos.telephony.call.d.ts|
|Added|NA|Module name: ohos.telephony.call<br>Class name: DialCallOptions<br>Method or attribute name: dialType?: DialType;|@ohos.telephony.call.d.ts|
|Added|NA|Class name: DialCallOptions<br>Method or attribute name: dialType?: DialType;|@ohos.telephony.call.d.ts|
|Added|NA|Class name: CallTransferResult<br>Method or attribute name: startHour: number;|@ohos.telephony.call.d.ts|
|Added|NA|Class name: CallTransferResult<br>Method or attribute name: startMinute: number;|@ohos.telephony.call.d.ts|
|Added|NA|Class name: CallTransferResult<br>Method or attribute name: endHour: number;|@ohos.telephony.call.d.ts|
|Added|NA|Class name: CallTransferResult<br>Method or attribute name: endMinute: number;|@ohos.telephony.call.d.ts|
|Added|NA|Module name: ohos.telephony.call<br>Class name: AudioDeviceOptions|@ohos.telephony.call.d.ts|
|Added|NA|Class name: AudioDeviceOptions<br>Method or attribute name: |@ohos.telephony.call.d.ts|
|Added|NA|Module name: ohos.telephony.call<br>Class name: AudioDeviceOptions<br>Method or attribute name: bluetoothAddress?: string;|@ohos.telephony.call.d.ts|
|Added|NA|Class name: AudioDeviceOptions<br>Method or attribute name: bluetoothAddress?: string;|@ohos.telephony.call.d.ts|
|Added|NA|Module name: ohos.telephony.call<br>Class name: MmiCodeResults|@ohos.telephony.call.d.ts|
|Added|NA|Class name: MmiCodeResults<br>Method or attribute name: |@ohos.telephony.call.d.ts|
|Added|NA|Module name: ohos.telephony.call<br>Class name: MmiCodeResults<br>Method or attribute name: result: MmiCodeResult;|@ohos.telephony.call.d.ts|
|Added|NA|Class name: MmiCodeResults<br>Method or attribute name: result: MmiCodeResult;|@ohos.telephony.call.d.ts|
|Added|NA|Module name: ohos.telephony.call<br>Class name: MmiCodeResults<br>Method or attribute name: message: string;|@ohos.telephony.call.d.ts|
|Added|NA|Class name: MmiCodeResults<br>Method or attribute name: message: string;|@ohos.telephony.call.d.ts|
|Added|NA|Module name: ohos.telephony.call<br>Class name: MmiCodeResult|@ohos.telephony.call.d.ts|
|Added|NA|Class name: MmiCodeResult<br>Method or attribute name: |@ohos.telephony.call.d.ts|
|Added|NA|Module name: ohos.telephony.call<br>Class name: MmiCodeResult<br>Method or attribute name: MMI_CODE_SUCCESS = 0|@ohos.telephony.call.d.ts|
|Added|NA|Class name: MmiCodeResult<br>Method or attribute name: MMI_CODE_SUCCESS = 0|@ohos.telephony.call.d.ts|
|Added|NA|Module name: ohos.telephony.call<br>Class name: MmiCodeResult<br>Method or attribute name: MMI_CODE_FAILED = 1|@ohos.telephony.call.d.ts|
|Added|NA|Class name: MmiCodeResult<br>Method or attribute name: MMI_CODE_FAILED = 1|@ohos.telephony.call.d.ts|
|Added|NA|Module name: ohos.telephony.call<br>Class name: DisconnectedReason|@ohos.telephony.call.d.ts|
|Added|NA|Class name: DisconnectedReason<br>Method or attribute name: |@ohos.telephony.call.d.ts|
|Added|NA|Module name: ohos.telephony.call<br>Class name: DisconnectedReason<br>Method or attribute name: UNASSIGNED_NUMBER = 1|@ohos.telephony.call.d.ts|
|Added|NA|Class name: DisconnectedReason<br>Method or attribute name: UNASSIGNED_NUMBER = 1|@ohos.telephony.call.d.ts|
|Added|NA|Module name: ohos.telephony.call<br>Class name: DisconnectedReason<br>Method or attribute name: NO_ROUTE_TO_DESTINATION = 3|@ohos.telephony.call.d.ts|
|Added|NA|Class name: DisconnectedReason<br>Method or attribute name: NO_ROUTE_TO_DESTINATION = 3|@ohos.telephony.call.d.ts|
|Added|NA|Module name: ohos.telephony.call<br>Class name: DisconnectedReason<br>Method or attribute name: CHANNEL_UNACCEPTABLE = 6|@ohos.telephony.call.d.ts|
|Added|NA|Class name: DisconnectedReason<br>Method or attribute name: CHANNEL_UNACCEPTABLE = 6|@ohos.telephony.call.d.ts|
|Added|NA|Module name: ohos.telephony.call<br>Class name: DisconnectedReason<br>Method or attribute name: OPERATOR_DETERMINED_BARRING = 8|@ohos.telephony.call.d.ts|
|Added|NA|Class name: DisconnectedReason<br>Method or attribute name: OPERATOR_DETERMINED_BARRING = 8|@ohos.telephony.call.d.ts|
|Added|NA|Module name: ohos.telephony.call<br>Class name: DisconnectedReason<br>Method or attribute name: CALL_COMPLETED_ELSEWHERE = 13|@ohos.telephony.call.d.ts|
|Added|NA|Class name: DisconnectedReason<br>Method or attribute name: CALL_COMPLETED_ELSEWHERE = 13|@ohos.telephony.call.d.ts|
|Added|NA|Module name: ohos.telephony.call<br>Class name: DisconnectedReason<br>Method or attribute name: NORMAL_CALL_CLEARING = 16|@ohos.telephony.call.d.ts|
|Added|NA|Class name: DisconnectedReason<br>Method or attribute name: NORMAL_CALL_CLEARING = 16|@ohos.telephony.call.d.ts|
|Added|NA|Module name: ohos.telephony.call<br>Class name: DisconnectedReason<br>Method or attribute name: USER_BUSY = 17|@ohos.telephony.call.d.ts|
|Added|NA|Class name: DisconnectedReason<br>Method or attribute name: USER_BUSY = 17|@ohos.telephony.call.d.ts|
|Added|NA|Module name: ohos.telephony.call<br>Class name: DisconnectedReason<br>Method or attribute name: NO_USER_RESPONDING = 18|@ohos.telephony.call.d.ts|
|Added|NA|Class name: DisconnectedReason<br>Method or attribute name: NO_USER_RESPONDING = 18|@ohos.telephony.call.d.ts|
|Added|NA|Module name: ohos.telephony.call<br>Class name: DisconnectedReason<br>Method or attribute name: USER_ALERTING_NO_ANSWER = 19|@ohos.telephony.call.d.ts|
|Added|NA|Class name: DisconnectedReason<br>Method or attribute name: USER_ALERTING_NO_ANSWER = 19|@ohos.telephony.call.d.ts|
|Added|NA|Module name: ohos.telephony.call<br>Class name: DisconnectedReason<br>Method or attribute name: CALL_REJECTED = 21|@ohos.telephony.call.d.ts|
|Added|NA|Class name: DisconnectedReason<br>Method or attribute name: CALL_REJECTED = 21|@ohos.telephony.call.d.ts|
|Added|NA|Module name: ohos.telephony.call<br>Class name: DisconnectedReason<br>Method or attribute name: NUMBER_CHANGED = 22|@ohos.telephony.call.d.ts|
|Added|NA|Class name: DisconnectedReason<br>Method or attribute name: NUMBER_CHANGED = 22|@ohos.telephony.call.d.ts|
|Added|NA|Module name: ohos.telephony.call<br>Class name: DisconnectedReason<br>Method or attribute name: CALL_REJECTED_DUE_TO_FEATURE_AT_THE_DESTINATION = 24|@ohos.telephony.call.d.ts|
|Added|NA|Class name: DisconnectedReason<br>Method or attribute name: CALL_REJECTED_DUE_TO_FEATURE_AT_THE_DESTINATION = 24|@ohos.telephony.call.d.ts|
|Added|NA|Module name: ohos.telephony.call<br>Class name: DisconnectedReason<br>Method or attribute name: FAILED_PRE_EMPTION = 25|@ohos.telephony.call.d.ts|
|Added|NA|Class name: DisconnectedReason<br>Method or attribute name: FAILED_PRE_EMPTION = 25|@ohos.telephony.call.d.ts|
|Added|NA|Module name: ohos.telephony.call<br>Class name: DisconnectedReason<br>Method or attribute name: NON_SELECTED_USER_CLEARING = 26|@ohos.telephony.call.d.ts|
|Added|NA|Class name: DisconnectedReason<br>Method or attribute name: NON_SELECTED_USER_CLEARING = 26|@ohos.telephony.call.d.ts|
|Added|NA|Module name: ohos.telephony.call<br>Class name: DisconnectedReason<br>Method or attribute name: DESTINATION_OUT_OF_ORDER = 27|@ohos.telephony.call.d.ts|
|Added|NA|Class name: DisconnectedReason<br>Method or attribute name: DESTINATION_OUT_OF_ORDER = 27|@ohos.telephony.call.d.ts|
|Added|NA|Module name: ohos.telephony.call<br>Class name: DisconnectedReason<br>Method or attribute name: INVALID_NUMBER_FORMAT = 28|@ohos.telephony.call.d.ts|
|Added|NA|Class name: DisconnectedReason<br>Method or attribute name: INVALID_NUMBER_FORMAT = 28|@ohos.telephony.call.d.ts|
|Added|NA|Module name: ohos.telephony.call<br>Class name: DisconnectedReason<br>Method or attribute name: FACILITY_REJECTED = 29|@ohos.telephony.call.d.ts|
|Added|NA|Class name: DisconnectedReason<br>Method or attribute name: FACILITY_REJECTED = 29|@ohos.telephony.call.d.ts|
|Added|NA|Module name: ohos.telephony.call<br>Class name: DisconnectedReason<br>Method or attribute name: RESPONSE_TO_STATUS_ENQUIRY = 30|@ohos.telephony.call.d.ts|
|Added|NA|Class name: DisconnectedReason<br>Method or attribute name: RESPONSE_TO_STATUS_ENQUIRY = 30|@ohos.telephony.call.d.ts|
|Added|NA|Module name: ohos.telephony.call<br>Class name: DisconnectedReason<br>Method or attribute name: NORMAL_UNSPECIFIED = 31|@ohos.telephony.call.d.ts|
|Added|NA|Class name: DisconnectedReason<br>Method or attribute name: NORMAL_UNSPECIFIED = 31|@ohos.telephony.call.d.ts|
|Added|NA|Module name: ohos.telephony.call<br>Class name: DisconnectedReason<br>Method or attribute name: NO_CIRCUIT_CHANNEL_AVAILABLE = 34|@ohos.telephony.call.d.ts|
|Added|NA|Class name: DisconnectedReason<br>Method or attribute name: NO_CIRCUIT_CHANNEL_AVAILABLE = 34|@ohos.telephony.call.d.ts|
|Added|NA|Module name: ohos.telephony.call<br>Class name: DisconnectedReason<br>Method or attribute name: NETWORK_OUT_OF_ORDER = 38|@ohos.telephony.call.d.ts|
|Added|NA|Class name: DisconnectedReason<br>Method or attribute name: NETWORK_OUT_OF_ORDER = 38|@ohos.telephony.call.d.ts|
|Added|NA|Module name: ohos.telephony.call<br>Class name: DisconnectedReason<br>Method or attribute name: TEMPORARY_FAILURE = 41|@ohos.telephony.call.d.ts|
|Added|NA|Class name: DisconnectedReason<br>Method or attribute name: TEMPORARY_FAILURE = 41|@ohos.telephony.call.d.ts|
|Added|NA|Module name: ohos.telephony.call<br>Class name: DisconnectedReason<br>Method or attribute name: SWITCHING_EQUIPMENT_CONGESTION = 42|@ohos.telephony.call.d.ts|
|Added|NA|Class name: DisconnectedReason<br>Method or attribute name: SWITCHING_EQUIPMENT_CONGESTION = 42|@ohos.telephony.call.d.ts|
|Added|NA|Module name: ohos.telephony.call<br>Class name: DisconnectedReason<br>Method or attribute name: ACCESS_INFORMATION_DISCARDED = 43|@ohos.telephony.call.d.ts|
|Added|NA|Class name: DisconnectedReason<br>Method or attribute name: ACCESS_INFORMATION_DISCARDED = 43|@ohos.telephony.call.d.ts|
|Added|NA|Module name: ohos.telephony.call<br>Class name: DisconnectedReason<br>Method or attribute name: REQUEST_CIRCUIT_CHANNEL_NOT_AVAILABLE = 44|@ohos.telephony.call.d.ts|
|Added|NA|Class name: DisconnectedReason<br>Method or attribute name: REQUEST_CIRCUIT_CHANNEL_NOT_AVAILABLE = 44|@ohos.telephony.call.d.ts|
|Added|NA|Module name: ohos.telephony.call<br>Class name: DisconnectedReason<br>Method or attribute name: RESOURCES_UNAVAILABLE_UNSPECIFIED = 47|@ohos.telephony.call.d.ts|
|Added|NA|Class name: DisconnectedReason<br>Method or attribute name: RESOURCES_UNAVAILABLE_UNSPECIFIED = 47|@ohos.telephony.call.d.ts|
|Added|NA|Module name: ohos.telephony.call<br>Class name: DisconnectedReason<br>Method or attribute name: QUALITY_OF_SERVICE_UNAVAILABLE = 49|@ohos.telephony.call.d.ts|
|Added|NA|Class name: DisconnectedReason<br>Method or attribute name: QUALITY_OF_SERVICE_UNAVAILABLE = 49|@ohos.telephony.call.d.ts|
|Added|NA|Module name: ohos.telephony.call<br>Class name: DisconnectedReason<br>Method or attribute name: REQUESTED_FACILITY_NOT_SUBSCRIBED = 50|@ohos.telephony.call.d.ts|
|Added|NA|Class name: DisconnectedReason<br>Method or attribute name: REQUESTED_FACILITY_NOT_SUBSCRIBED = 50|@ohos.telephony.call.d.ts|
|Added|NA|Module name: ohos.telephony.call<br>Class name: DisconnectedReason<br>Method or attribute name: INCOMING_CALLS_BARRED_WITHIN_THE_CUG = 55|@ohos.telephony.call.d.ts|
|Added|NA|Class name: DisconnectedReason<br>Method or attribute name: INCOMING_CALLS_BARRED_WITHIN_THE_CUG = 55|@ohos.telephony.call.d.ts|
|Added|NA|Module name: ohos.telephony.call<br>Class name: DisconnectedReason<br>Method or attribute name: BEARER_CAPABILITY_NOT_AUTHORIZED = 57|@ohos.telephony.call.d.ts|
|Added|NA|Class name: DisconnectedReason<br>Method or attribute name: BEARER_CAPABILITY_NOT_AUTHORIZED = 57|@ohos.telephony.call.d.ts|
|Added|NA|Module name: ohos.telephony.call<br>Class name: DisconnectedReason<br>Method or attribute name: BEARER_CAPABILITY_NOT_PRESENTLY_AVAILABLE = 58|@ohos.telephony.call.d.ts|
|Added|NA|Class name: DisconnectedReason<br>Method or attribute name: BEARER_CAPABILITY_NOT_PRESENTLY_AVAILABLE = 58|@ohos.telephony.call.d.ts|
|Added|NA|Module name: ohos.telephony.call<br>Class name: DisconnectedReason<br>Method or attribute name: SERVICE_OR_OPTION_NOT_AVAILABLE_UNSPECIFIED = 63|@ohos.telephony.call.d.ts|
|Added|NA|Class name: DisconnectedReason<br>Method or attribute name: SERVICE_OR_OPTION_NOT_AVAILABLE_UNSPECIFIED = 63|@ohos.telephony.call.d.ts|
|Added|NA|Module name: ohos.telephony.call<br>Class name: DisconnectedReason<br>Method or attribute name: BEARER_SERVICE_NOT_IMPLEMENTED = 65|@ohos.telephony.call.d.ts|
|Added|NA|Class name: DisconnectedReason<br>Method or attribute name: BEARER_SERVICE_NOT_IMPLEMENTED = 65|@ohos.telephony.call.d.ts|
|Added|NA|Module name: ohos.telephony.call<br>Class name: DisconnectedReason<br>Method or attribute name: ACM_EQUALTO_OR_GREATER_THAN_THE_MAXIMUM_VALUE = 68|@ohos.telephony.call.d.ts|
|Added|NA|Class name: DisconnectedReason<br>Method or attribute name: ACM_EQUALTO_OR_GREATER_THAN_THE_MAXIMUM_VALUE = 68|@ohos.telephony.call.d.ts|
|Added|NA|Module name: ohos.telephony.call<br>Class name: DisconnectedReason<br>Method or attribute name: REQUESTED_FACILITY_NOT_IMPLEMENTED = 69|@ohos.telephony.call.d.ts|
|Added|NA|Class name: DisconnectedReason<br>Method or attribute name: REQUESTED_FACILITY_NOT_IMPLEMENTED = 69|@ohos.telephony.call.d.ts|
|Added|NA|Module name: ohos.telephony.call<br>Class name: DisconnectedReason<br>Method or attribute name: ONLY_RESTRICTED_DIGITAL_INFO_BEARER_CAPABILITY_IS_AVAILABLE = 70|@ohos.telephony.call.d.ts|
|Added|NA|Class name: DisconnectedReason<br>Method or attribute name: ONLY_RESTRICTED_DIGITAL_INFO_BEARER_CAPABILITY_IS_AVAILABLE = 70|@ohos.telephony.call.d.ts|
|Added|NA|Module name: ohos.telephony.call<br>Class name: DisconnectedReason<br>Method or attribute name: SERVICE_OR_OPTION_NOT_IMPLEMENTED_UNSPECIFIED = 79|@ohos.telephony.call.d.ts|
|Added|NA|Class name: DisconnectedReason<br>Method or attribute name: SERVICE_OR_OPTION_NOT_IMPLEMENTED_UNSPECIFIED = 79|@ohos.telephony.call.d.ts|
|Added|NA|Module name: ohos.telephony.call<br>Class name: DisconnectedReason<br>Method or attribute name: INVALID_TRANSACTION_IDENTIFIER_VALUE = 81|@ohos.telephony.call.d.ts|
|Added|NA|Class name: DisconnectedReason<br>Method or attribute name: INVALID_TRANSACTION_IDENTIFIER_VALUE = 81|@ohos.telephony.call.d.ts|
|Added|NA|Module name: ohos.telephony.call<br>Class name: DisconnectedReason<br>Method or attribute name: USER_NOT_MEMBER_OF_CUG = 87|@ohos.telephony.call.d.ts|
|Added|NA|Class name: DisconnectedReason<br>Method or attribute name: USER_NOT_MEMBER_OF_CUG = 87|@ohos.telephony.call.d.ts|
|Added|NA|Module name: ohos.telephony.call<br>Class name: DisconnectedReason<br>Method or attribute name: INCOMPATIBLE_DESTINATION = 88|@ohos.telephony.call.d.ts|
|Added|NA|Class name: DisconnectedReason<br>Method or attribute name: INCOMPATIBLE_DESTINATION = 88|@ohos.telephony.call.d.ts|
|Added|NA|Module name: ohos.telephony.call<br>Class name: DisconnectedReason<br>Method or attribute name: INVALID_TRANSIT_NETWORK_SELECTION = 91|@ohos.telephony.call.d.ts|
|Added|NA|Class name: DisconnectedReason<br>Method or attribute name: INVALID_TRANSIT_NETWORK_SELECTION = 91|@ohos.telephony.call.d.ts|
|Added|NA|Module name: ohos.telephony.call<br>Class name: DisconnectedReason<br>Method or attribute name: SEMANTICALLY_INCORRECT_MESSAGE = 95|@ohos.telephony.call.d.ts|
|Added|NA|Class name: DisconnectedReason<br>Method or attribute name: SEMANTICALLY_INCORRECT_MESSAGE = 95|@ohos.telephony.call.d.ts|
|Added|NA|Module name: ohos.telephony.call<br>Class name: DisconnectedReason<br>Method or attribute name: INVALID_MANDATORY_INFORMATION = 96|@ohos.telephony.call.d.ts|
|Added|NA|Class name: DisconnectedReason<br>Method or attribute name: INVALID_MANDATORY_INFORMATION = 96|@ohos.telephony.call.d.ts|
|Added|NA|Module name: ohos.telephony.call<br>Class name: DisconnectedReason<br>Method or attribute name: MESSAGE_TYPE_NON_EXISTENT_OR_NOT_IMPLEMENTED = 97|@ohos.telephony.call.d.ts|
|Added|NA|Class name: DisconnectedReason<br>Method or attribute name: MESSAGE_TYPE_NON_EXISTENT_OR_NOT_IMPLEMENTED = 97|@ohos.telephony.call.d.ts|
|Added|NA|Module name: ohos.telephony.call<br>Class name: DisconnectedReason<br>Method or attribute name: MESSAGE_TYPE_NOT_COMPATIBLE_WITH_PROTOCOL_STATE = 98|@ohos.telephony.call.d.ts|
|Added|NA|Class name: DisconnectedReason<br>Method or attribute name: MESSAGE_TYPE_NOT_COMPATIBLE_WITH_PROTOCOL_STATE = 98|@ohos.telephony.call.d.ts|
|Added|NA|Module name: ohos.telephony.call<br>Class name: DisconnectedReason<br>Method or attribute name: INFORMATION_ELEMENT_NON_EXISTENT_OR_NOT_IMPLEMENTED = 99|@ohos.telephony.call.d.ts|
|Added|NA|Class name: DisconnectedReason<br>Method or attribute name: INFORMATION_ELEMENT_NON_EXISTENT_OR_NOT_IMPLEMENTED = 99|@ohos.telephony.call.d.ts|
|Added|NA|Module name: ohos.telephony.call<br>Class name: DisconnectedReason<br>Method or attribute name: CONDITIONAL_IE_ERROR = 100|@ohos.telephony.call.d.ts|
|Added|NA|Class name: DisconnectedReason<br>Method or attribute name: CONDITIONAL_IE_ERROR = 100|@ohos.telephony.call.d.ts|
|Added|NA|Module name: ohos.telephony.call<br>Class name: DisconnectedReason<br>Method or attribute name: MESSAGE_NOT_COMPATIBLE_WITH_PROTOCOL_STATE = 101|@ohos.telephony.call.d.ts|
|Added|NA|Class name: DisconnectedReason<br>Method or attribute name: MESSAGE_NOT_COMPATIBLE_WITH_PROTOCOL_STATE = 101|@ohos.telephony.call.d.ts|
|Added|NA|Module name: ohos.telephony.call<br>Class name: DisconnectedReason<br>Method or attribute name: RECOVERY_ON_TIMER_EXPIRED = 102|@ohos.telephony.call.d.ts|
|Added|NA|Class name: DisconnectedReason<br>Method or attribute name: RECOVERY_ON_TIMER_EXPIRED = 102|@ohos.telephony.call.d.ts|
|Added|NA|Module name: ohos.telephony.call<br>Class name: DisconnectedReason<br>Method or attribute name: PROTOCOL_ERROR_UNSPECIFIED = 111|@ohos.telephony.call.d.ts|
|Added|NA|Class name: DisconnectedReason<br>Method or attribute name: PROTOCOL_ERROR_UNSPECIFIED = 111|@ohos.telephony.call.d.ts|
|Added|NA|Module name: ohos.telephony.call<br>Class name: DisconnectedReason<br>Method or attribute name: INTERWORKING_UNSPECIFIED = 127|@ohos.telephony.call.d.ts|
|Added|NA|Class name: DisconnectedReason<br>Method or attribute name: INTERWORKING_UNSPECIFIED = 127|@ohos.telephony.call.d.ts|
|Added|NA|Module name: ohos.telephony.call<br>Class name: DisconnectedReason<br>Method or attribute name: CALL_BARRED = 240|@ohos.telephony.call.d.ts|
|Added|NA|Class name: DisconnectedReason<br>Method or attribute name: CALL_BARRED = 240|@ohos.telephony.call.d.ts|
|Added|NA|Module name: ohos.telephony.call<br>Class name: DisconnectedReason<br>Method or attribute name: FDN_BLOCKED = 241|@ohos.telephony.call.d.ts|
|Added|NA|Class name: DisconnectedReason<br>Method or attribute name: FDN_BLOCKED = 241|@ohos.telephony.call.d.ts|
|Added|NA|Module name: ohos.telephony.call<br>Class name: DisconnectedReason<br>Method or attribute name: IMSI_UNKNOWN_IN_VLR = 242|@ohos.telephony.call.d.ts|
|Added|NA|Class name: DisconnectedReason<br>Method or attribute name: IMSI_UNKNOWN_IN_VLR = 242|@ohos.telephony.call.d.ts|
|Added|NA|Module name: ohos.telephony.call<br>Class name: DisconnectedReason<br>Method or attribute name: IMEI_NOT_ACCEPTED = 243|@ohos.telephony.call.d.ts|
|Added|NA|Class name: DisconnectedReason<br>Method or attribute name: IMEI_NOT_ACCEPTED = 243|@ohos.telephony.call.d.ts|
|Added|NA|Module name: ohos.telephony.call<br>Class name: DisconnectedReason<br>Method or attribute name: DIAL_MODIFIED_TO_USSD = 244|@ohos.telephony.call.d.ts|
|Added|NA|Class name: DisconnectedReason<br>Method or attribute name: DIAL_MODIFIED_TO_USSD = 244|@ohos.telephony.call.d.ts|
|Added|NA|Module name: ohos.telephony.call<br>Class name: DisconnectedReason<br>Method or attribute name: DIAL_MODIFIED_TO_SS = 245|@ohos.telephony.call.d.ts|
|Added|NA|Class name: DisconnectedReason<br>Method or attribute name: DIAL_MODIFIED_TO_SS = 245|@ohos.telephony.call.d.ts|
|Added|NA|Module name: ohos.telephony.call<br>Class name: DisconnectedReason<br>Method or attribute name: DIAL_MODIFIED_TO_DIAL = 246|@ohos.telephony.call.d.ts|
|Added|NA|Class name: DisconnectedReason<br>Method or attribute name: DIAL_MODIFIED_TO_DIAL = 246|@ohos.telephony.call.d.ts|
|Added|NA|Module name: ohos.telephony.call<br>Class name: DisconnectedReason<br>Method or attribute name: RADIO_OFF = 247|@ohos.telephony.call.d.ts|
|Added|NA|Class name: DisconnectedReason<br>Method or attribute name: RADIO_OFF = 247|@ohos.telephony.call.d.ts|
|Added|NA|Module name: ohos.telephony.call<br>Class name: DisconnectedReason<br>Method or attribute name: OUT_OF_SERVICE = 248|@ohos.telephony.call.d.ts|
|Added|NA|Class name: DisconnectedReason<br>Method or attribute name: OUT_OF_SERVICE = 248|@ohos.telephony.call.d.ts|
|Added|NA|Module name: ohos.telephony.call<br>Class name: DisconnectedReason<br>Method or attribute name: NO_VALID_SIM = 249|@ohos.telephony.call.d.ts|
|Added|NA|Class name: DisconnectedReason<br>Method or attribute name: NO_VALID_SIM = 249|@ohos.telephony.call.d.ts|
|Added|NA|Module name: ohos.telephony.call<br>Class name: DisconnectedReason<br>Method or attribute name: RADIO_INTERNAL_ERROR = 250|@ohos.telephony.call.d.ts|
|Added|NA|Class name: DisconnectedReason<br>Method or attribute name: RADIO_INTERNAL_ERROR = 250|@ohos.telephony.call.d.ts|
|Added|NA|Module name: ohos.telephony.call<br>Class name: DisconnectedReason<br>Method or attribute name: NETWORK_RESP_TIMEOUT = 251|@ohos.telephony.call.d.ts|
|Added|NA|Class name: DisconnectedReason<br>Method or attribute name: NETWORK_RESP_TIMEOUT = 251|@ohos.telephony.call.d.ts|
|Added|NA|Module name: ohos.telephony.call<br>Class name: DisconnectedReason<br>Method or attribute name: NETWORK_REJECT = 252|@ohos.telephony.call.d.ts|
|Added|NA|Class name: DisconnectedReason<br>Method or attribute name: NETWORK_REJECT = 252|@ohos.telephony.call.d.ts|
|Added|NA|Module name: ohos.telephony.call<br>Class name: DisconnectedReason<br>Method or attribute name: RADIO_ACCESS_FAILURE = 253|@ohos.telephony.call.d.ts|
|Added|NA|Class name: DisconnectedReason<br>Method or attribute name: RADIO_ACCESS_FAILURE = 253|@ohos.telephony.call.d.ts|
|Added|NA|Module name: ohos.telephony.call<br>Class name: DisconnectedReason<br>Method or attribute name: RADIO_LINK_FAILURE = 254|@ohos.telephony.call.d.ts|
|Added|NA|Class name: DisconnectedReason<br>Method or attribute name: RADIO_LINK_FAILURE = 254|@ohos.telephony.call.d.ts|
|Added|NA|Module name: ohos.telephony.call<br>Class name: DisconnectedReason<br>Method or attribute name: RADIO_LINK_LOST = 255|@ohos.telephony.call.d.ts|
|Added|NA|Class name: DisconnectedReason<br>Method or attribute name: RADIO_LINK_LOST = 255|@ohos.telephony.call.d.ts|
|Added|NA|Module name: ohos.telephony.call<br>Class name: DisconnectedReason<br>Method or attribute name: RADIO_UPLINK_FAILURE = 256|@ohos.telephony.call.d.ts|
|Added|NA|Class name: DisconnectedReason<br>Method or attribute name: RADIO_UPLINK_FAILURE = 256|@ohos.telephony.call.d.ts|
|Added|NA|Module name: ohos.telephony.call<br>Class name: DisconnectedReason<br>Method or attribute name: RADIO_SETUP_FAILURE = 257|@ohos.telephony.call.d.ts|
|Added|NA|Class name: DisconnectedReason<br>Method or attribute name: RADIO_SETUP_FAILURE = 257|@ohos.telephony.call.d.ts|
|Added|NA|Module name: ohos.telephony.call<br>Class name: DisconnectedReason<br>Method or attribute name: RADIO_RELEASE_NORMAL = 258|@ohos.telephony.call.d.ts|
|Added|NA|Class name: DisconnectedReason<br>Method or attribute name: RADIO_RELEASE_NORMAL = 258|@ohos.telephony.call.d.ts|
|Added|NA|Module name: ohos.telephony.call<br>Class name: DisconnectedReason<br>Method or attribute name: RADIO_RELEASE_ABNORMAL = 259|@ohos.telephony.call.d.ts|
|Added|NA|Class name: DisconnectedReason<br>Method or attribute name: RADIO_RELEASE_ABNORMAL = 259|@ohos.telephony.call.d.ts|
|Added|NA|Module name: ohos.telephony.call<br>Class name: DisconnectedReason<br>Method or attribute name: ACCESS_CLASS_BLOCKED = 260|@ohos.telephony.call.d.ts|
|Added|NA|Class name: DisconnectedReason<br>Method or attribute name: ACCESS_CLASS_BLOCKED = 260|@ohos.telephony.call.d.ts|
|Added|NA|Module name: ohos.telephony.call<br>Class name: DisconnectedReason<br>Method or attribute name: NETWORK_DETACH = 261|@ohos.telephony.call.d.ts|
|Added|NA|Class name: DisconnectedReason<br>Method or attribute name: NETWORK_DETACH = 261|@ohos.telephony.call.d.ts|
|Added|NA|Module name: ohos.telephony.call<br>Class name: DisconnectedReason<br>Method or attribute name: INVALID_PARAMETER = 1025|@ohos.telephony.call.d.ts|
|Added|NA|Class name: DisconnectedReason<br>Method or attribute name: INVALID_PARAMETER = 1025|@ohos.telephony.call.d.ts|
|Added|NA|Module name: ohos.telephony.call<br>Class name: DisconnectedReason<br>Method or attribute name: SIM_NOT_EXIT = 1026|@ohos.telephony.call.d.ts|
|Added|NA|Class name: DisconnectedReason<br>Method or attribute name: SIM_NOT_EXIT = 1026|@ohos.telephony.call.d.ts|
|Added|NA|Module name: ohos.telephony.call<br>Class name: DisconnectedReason<br>Method or attribute name: SIM_PIN_NEED = 1027|@ohos.telephony.call.d.ts|
|Added|NA|Class name: DisconnectedReason<br>Method or attribute name: SIM_PIN_NEED = 1027|@ohos.telephony.call.d.ts|
|Added|NA|Module name: ohos.telephony.call<br>Class name: DisconnectedReason<br>Method or attribute name: CALL_NOT_ALLOW = 1029|@ohos.telephony.call.d.ts|
|Added|NA|Class name: DisconnectedReason<br>Method or attribute name: CALL_NOT_ALLOW = 1029|@ohos.telephony.call.d.ts|
|Added|NA|Module name: ohos.telephony.call<br>Class name: DisconnectedReason<br>Method or attribute name: SIM_INVALID = 1045|@ohos.telephony.call.d.ts|
|Added|NA|Class name: DisconnectedReason<br>Method or attribute name: SIM_INVALID = 1045|@ohos.telephony.call.d.ts|
|Added|NA|Module name: ohos.telephony.call<br>Class name: DisconnectedReason<br>Method or attribute name: UNKNOWN = 1279|@ohos.telephony.call.d.ts|
|Added|NA|Class name: DisconnectedReason<br>Method or attribute name: UNKNOWN = 1279|@ohos.telephony.call.d.ts|
|Added|NA|Class name: DisconnectedDetails<br>Method or attribute name: reason: DisconnectedReason;|@ohos.telephony.call.d.ts|
|Added|NA|Class name: DisconnectedDetails<br>Method or attribute name: message: string;|@ohos.telephony.call.d.ts|
|Added|NA|Class name: data<br>Method or attribute name: function getDefaultCellularDataSlotIdSync(): number;|@ohos.telephony.data.d.ts|
|Added|NA|Class name: radio<br>Method or attribute name: function isNRSupported(): boolean;|@ohos.telephony.radio.d.ts|
|Added|NA|Class name: radio<br>Method or attribute name: function isNRSupported(slotId: number): boolean;|@ohos.telephony.radio.d.ts|
|Added|NA|Class name: radio<br>Method or attribute name: function getImsRegInfo(slotId: number, imsType: ImsServiceType, callback: AsyncCallback\<ImsRegInfo>): void;|@ohos.telephony.radio.d.ts|
|Added|NA|Class name: radio<br>Method or attribute name: function getImsRegInfo(slotId: number, imsType: ImsServiceType): Promise\<ImsRegInfo>;|@ohos.telephony.radio.d.ts|
|Added|NA|Class name: radio<br>Method or attribute name: function on(type: 'imsRegStateChange', slotId: number, imsType: ImsServiceType, callback: Callback\<ImsRegInfo>): void;|@ohos.telephony.radio.d.ts|
|Added|NA|Class name: radio<br>Method or attribute name: function off(type: 'imsRegStateChange', slotId: number, imsType: ImsServiceType, callback?: Callback\<ImsRegInfo>): void;|@ohos.telephony.radio.d.ts|
|Added|NA|Module name: ohos.telephony.radio<br>Class name: SignalInformation<br>Method or attribute name: dBm: number;|@ohos.telephony.radio.d.ts|
|Added|NA|Class name: SignalInformation<br>Method or attribute name: dBm: number;|@ohos.telephony.radio.d.ts|
|Added|NA|Module name: ohos.telephony.radio<br>Class name: ImsRegState|@ohos.telephony.radio.d.ts|
|Added|NA|Class name: ImsRegState<br>Method or attribute name: |@ohos.telephony.radio.d.ts|
|Added|NA|Module name: ohos.telephony.radio<br>Class name: ImsRegState<br>Method or attribute name: IMS_UNREGISTERED|@ohos.telephony.radio.d.ts|
|Added|NA|Class name: ImsRegState<br>Method or attribute name: IMS_UNREGISTERED|@ohos.telephony.radio.d.ts|
|Added|NA|Module name: ohos.telephony.radio<br>Class name: ImsRegState<br>Method or attribute name: IMS_REGISTERED|@ohos.telephony.radio.d.ts|
|Added|NA|Class name: ImsRegState<br>Method or attribute name: IMS_REGISTERED|@ohos.telephony.radio.d.ts|
|Added|NA|Module name: ohos.telephony.radio<br>Class name: ImsRegTech|@ohos.telephony.radio.d.ts|
|Added|NA|Class name: ImsRegTech<br>Method or attribute name: |@ohos.telephony.radio.d.ts|
|Added|NA|Module name: ohos.telephony.radio<br>Class name: ImsRegTech<br>Method or attribute name: REGISTRATION_TECH_NONE|@ohos.telephony.radio.d.ts|
|Added|NA|Class name: ImsRegTech<br>Method or attribute name: REGISTRATION_TECH_NONE|@ohos.telephony.radio.d.ts|
|Added|NA|Module name: ohos.telephony.radio<br>Class name: ImsRegTech<br>Method or attribute name: REGISTRATION_TECH_LTE|@ohos.telephony.radio.d.ts|
|Added|NA|Class name: ImsRegTech<br>Method or attribute name: REGISTRATION_TECH_LTE|@ohos.telephony.radio.d.ts|
|Added|NA|Module name: ohos.telephony.radio<br>Class name: ImsRegTech<br>Method or attribute name: REGISTRATION_TECH_IWLAN|@ohos.telephony.radio.d.ts|
|Added|NA|Class name: ImsRegTech<br>Method or attribute name: REGISTRATION_TECH_IWLAN|@ohos.telephony.radio.d.ts|
|Added|NA|Module name: ohos.telephony.radio<br>Class name: ImsRegTech<br>Method or attribute name: REGISTRATION_TECH_NR|@ohos.telephony.radio.d.ts|
|Added|NA|Class name: ImsRegTech<br>Method or attribute name: REGISTRATION_TECH_NR|@ohos.telephony.radio.d.ts|
|Added|NA|Module name: ohos.telephony.radio<br>Class name: ImsRegInfo|@ohos.telephony.radio.d.ts|
|Added|NA|Class name: ImsRegInfo<br>Method or attribute name: |@ohos.telephony.radio.d.ts|
|Added|NA|Module name: ohos.telephony.radio<br>Class name: ImsRegInfo<br>Method or attribute name: imsRegState: ImsRegState;|@ohos.telephony.radio.d.ts|
|Added|NA|Class name: ImsRegInfo<br>Method or attribute name: imsRegState: ImsRegState;|@ohos.telephony.radio.d.ts|
|Added|NA|Module name: ohos.telephony.radio<br>Class name: ImsRegInfo<br>Method or attribute name: imsRegTech: ImsRegTech;|@ohos.telephony.radio.d.ts|
|Added|NA|Class name: ImsRegInfo<br>Method or attribute name: imsRegTech: ImsRegTech;|@ohos.telephony.radio.d.ts|
|Added|NA|Module name: ohos.telephony.radio<br>Class name: ImsServiceType|@ohos.telephony.radio.d.ts|
|Added|NA|Class name: ImsServiceType<br>Method or attribute name: |@ohos.telephony.radio.d.ts|
|Added|NA|Module name: ohos.telephony.radio<br>Class name: ImsServiceType<br>Method or attribute name: TYPE_VOICE|@ohos.telephony.radio.d.ts|
|Added|NA|Class name: ImsServiceType<br>Method or attribute name: TYPE_VOICE|@ohos.telephony.radio.d.ts|
|Added|NA|Module name: ohos.telephony.radio<br>Class name: ImsServiceType<br>Method or attribute name: TYPE_VIDEO|@ohos.telephony.radio.d.ts|
|Added|NA|Class name: ImsServiceType<br>Method or attribute name: TYPE_VIDEO|@ohos.telephony.radio.d.ts|
|Added|NA|Module name: ohos.telephony.radio<br>Class name: ImsServiceType<br>Method or attribute name: TYPE_UT|@ohos.telephony.radio.d.ts|
|Added|NA|Class name: ImsServiceType<br>Method or attribute name: TYPE_UT|@ohos.telephony.radio.d.ts|
|Added|NA|Module name: ohos.telephony.radio<br>Class name: ImsServiceType<br>Method or attribute name: TYPE_SMS|@ohos.telephony.radio.d.ts|
|Added|NA|Class name: ImsServiceType<br>Method or attribute name: TYPE_SMS|@ohos.telephony.radio.d.ts|
|Added|NA|Class name: sim<br>Method or attribute name: function getOpKey(slotId: number, callback: AsyncCallback\<string>): void;|@ohos.telephony.sim.d.ts|
|Added|NA|Class name: sim<br>Method or attribute name: function getOpKey(slotId: number): Promise\<string>;|@ohos.telephony.sim.d.ts|
|Added|NA|Class name: sim<br>Method or attribute name: function getOpName(slotId: number, callback: AsyncCallback\<string>): void;|@ohos.telephony.sim.d.ts|
|Added|NA|Class name: sim<br>Method or attribute name: function getOpName(slotId: number): Promise\<string>;|@ohos.telephony.sim.d.ts|
|Added|NA|Module name: ohos.telephony.sim<br>Class name: OperatorConfigKey|@ohos.telephony.sim.d.ts|
|Added|NA|Class name: OperatorConfigKey<br>Method or attribute name: |@ohos.telephony.sim.d.ts|
|Added|NA|Module name: ohos.telephony.sim<br>Class name: OperatorConfigKey<br>Method or attribute name: KEY_VOICE_MAIL_NUMBER_STRING = "voice_mail_number_string"|@ohos.telephony.sim.d.ts|
|Added|NA|Class name: OperatorConfigKey<br>Method or attribute name: KEY_VOICE_MAIL_NUMBER_STRING = "voice_mail_number_string"|@ohos.telephony.sim.d.ts|
|Added|NA|Module name: ohos.telephony.sim<br>Class name: OperatorConfigKey<br>Method or attribute name: KEY_IMS_SWITCH_ON_BY_DEFAULT_BOOL = "ims_switch_on_by_default_bool"|@ohos.telephony.sim.d.ts|
|Added|NA|Class name: OperatorConfigKey<br>Method or attribute name: KEY_IMS_SWITCH_ON_BY_DEFAULT_BOOL = "ims_switch_on_by_default_bool"|@ohos.telephony.sim.d.ts|
|Added|NA|Module name: ohos.telephony.sim<br>Class name: OperatorConfigKey<br>Method or attribute name: KEY_HIDE_IMS_SWITCH_BOOL = "hide_ims_switch_bool"|@ohos.telephony.sim.d.ts|
|Added|NA|Class name: OperatorConfigKey<br>Method or attribute name: KEY_HIDE_IMS_SWITCH_BOOL = "hide_ims_switch_bool"|@ohos.telephony.sim.d.ts|
|Added|NA|Module name: ohos.telephony.sim<br>Class name: OperatorConfigKey<br>Method or attribute name: KEY_VOLTE_SUPPORTED_BOOL = "volte_supported_bool"|@ohos.telephony.sim.d.ts|
|Added|NA|Class name: OperatorConfigKey<br>Method or attribute name: KEY_VOLTE_SUPPORTED_BOOL = "volte_supported_bool"|@ohos.telephony.sim.d.ts|
|Added|NA|Module name: ohos.telephony.sim<br>Class name: OperatorConfigKey<br>Method or attribute name: KEY_NR_MODE_SUPPORTED_LIST_INT_ARRAY = "nr_mode_supported_list_int_array"|@ohos.telephony.sim.d.ts|
|Added|NA|Class name: OperatorConfigKey<br>Method or attribute name: KEY_NR_MODE_SUPPORTED_LIST_INT_ARRAY = "nr_mode_supported_list_int_array"|@ohos.telephony.sim.d.ts|
|Added|NA|Module name: ohos.telephony.sim<br>Class name: OperatorConfigKey<br>Method or attribute name: KEY_VOLTE_PROVISIONING_SUPPORTED_BOOL = "volte_provisioning_supported_bool"|@ohos.telephony.sim.d.ts|
|Added|NA|Class name: OperatorConfigKey<br>Method or attribute name: KEY_VOLTE_PROVISIONING_SUPPORTED_BOOL = "volte_provisioning_supported_bool"|@ohos.telephony.sim.d.ts|
|Added|NA|Module name: ohos.telephony.sim<br>Class name: OperatorConfigKey<br>Method or attribute name: KEY_SS_OVER_UT_SUPPORTED_BOOL = "ss_over_ut_supported_bool"|@ohos.telephony.sim.d.ts|
|Added|NA|Class name: OperatorConfigKey<br>Method or attribute name: KEY_SS_OVER_UT_SUPPORTED_BOOL = "ss_over_ut_supported_bool"|@ohos.telephony.sim.d.ts|
|Added|NA|Module name: ohos.telephony.sim<br>Class name: OperatorConfigKey<br>Method or attribute name: KEY_IMS_GBA_REQUIRED_BOOL = "ims_gba_required_bool"|@ohos.telephony.sim.d.ts|
|Added|NA|Class name: OperatorConfigKey<br>Method or attribute name: KEY_IMS_GBA_REQUIRED_BOOL = "ims_gba_required_bool"|@ohos.telephony.sim.d.ts|
|Added|NA|Module name: ohos.telephony.sim<br>Class name: OperatorConfigKey<br>Method or attribute name: KEY_UT_PROVISIONING_SUPPORTED_BOOL = "ut_provisioning_supported_bool"|@ohos.telephony.sim.d.ts|
|Added|NA|Class name: OperatorConfigKey<br>Method or attribute name: KEY_UT_PROVISIONING_SUPPORTED_BOOL = "ut_provisioning_supported_bool"|@ohos.telephony.sim.d.ts|
|Added|NA|Module name: ohos.telephony.sim<br>Class name: OperatorConfigKey<br>Method or attribute name: KEY_IMS_PREFER_FOR_EMERGENCY_BOOL = "ims_prefer_for_emergency_bool"|@ohos.telephony.sim.d.ts|
|Added|NA|Class name: OperatorConfigKey<br>Method or attribute name: KEY_IMS_PREFER_FOR_EMERGENCY_BOOL = "ims_prefer_for_emergency_bool"|@ohos.telephony.sim.d.ts|
|Added|NA|Module name: ohos.telephony.sim<br>Class name: OperatorConfigKey<br>Method or attribute name: KEY_CALL_WAITING_SERVICE_CLASS_INT = "call_waiting_service_class_int"|@ohos.telephony.sim.d.ts|
|Added|NA|Class name: OperatorConfigKey<br>Method or attribute name: KEY_CALL_WAITING_SERVICE_CLASS_INT = "call_waiting_service_class_int"|@ohos.telephony.sim.d.ts|
|Added|NA|Module name: ohos.telephony.sim<br>Class name: OperatorConfigKey<br>Method or attribute name: KEY_CALL_TRANSFER_VISIBILITY_BOOL = "call_transfer_visibility_bool"|@ohos.telephony.sim.d.ts|
|Added|NA|Class name: OperatorConfigKey<br>Method or attribute name: KEY_CALL_TRANSFER_VISIBILITY_BOOL = "call_transfer_visibility_bool"|@ohos.telephony.sim.d.ts|
|Added|NA|Module name: ohos.telephony.sim<br>Class name: OperatorConfigKey<br>Method or attribute name: KEY_IMS_CALL_DISCONNECT_REASON_INFO_MAPPING_STRING_ARRAY = "ims_call_disconnect_reason_info_mapping_string_array"|@ohos.telephony.sim.d.ts|
|Added|NA|Class name: OperatorConfigKey<br>Method or attribute name: KEY_IMS_CALL_DISCONNECT_REASON_INFO_MAPPING_STRING_ARRAY = "ims_call_disconnect_reason_info_mapping_string_array"|@ohos.telephony.sim.d.ts|
|Added|NA|Module name: ohos.telephony.sim<br>Class name: OperatorConfigKey<br>Method or attribute name: KEY_FORCE_VOLTE_SWITCH_ON_BOOL = "force_volte_switch_on_bool"|@ohos.telephony.sim.d.ts|
|Added|NA|Class name: OperatorConfigKey<br>Method or attribute name: KEY_FORCE_VOLTE_SWITCH_ON_BOOL = "force_volte_switch_on_bool"|@ohos.telephony.sim.d.ts|
|Added|NA|Module name: ohos.telephony.sim<br>Class name: OperatorConfigKey<br>Method or attribute name: KEY_ENABLE_OPERATOR_NAME_CUST_BOOL = "enable_operator_name_cust_bool"|@ohos.telephony.sim.d.ts|
|Added|NA|Class name: OperatorConfigKey<br>Method or attribute name: KEY_ENABLE_OPERATOR_NAME_CUST_BOOL = "enable_operator_name_cust_bool"|@ohos.telephony.sim.d.ts|
|Added|NA|Module name: ohos.telephony.sim<br>Class name: OperatorConfigKey<br>Method or attribute name: KEY_OPERATOR_NAME_CUST_STRING = "operator_name_cust_string"|@ohos.telephony.sim.d.ts|
|Added|NA|Class name: OperatorConfigKey<br>Method or attribute name: KEY_OPERATOR_NAME_CUST_STRING = "operator_name_cust_string"|@ohos.telephony.sim.d.ts|
|Added|NA|Module name: ohos.telephony.sim<br>Class name: OperatorConfigKey<br>Method or attribute name: KEY_SPN_DISPLAY_CONDITION_CUST_INT = "spn_display_condition_cust_int"|@ohos.telephony.sim.d.ts|
|Added|NA|Class name: OperatorConfigKey<br>Method or attribute name: KEY_SPN_DISPLAY_CONDITION_CUST_INT = "spn_display_condition_cust_int"|@ohos.telephony.sim.d.ts|
|Added|NA|Module name: ohos.telephony.sim<br>Class name: OperatorConfigKey<br>Method or attribute name: KEY_PNN_CUST_STRING_ARRAY = "pnn_cust_string_array"|@ohos.telephony.sim.d.ts|
|Added|NA|Class name: OperatorConfigKey<br>Method or attribute name: KEY_PNN_CUST_STRING_ARRAY = "pnn_cust_string_array"|@ohos.telephony.sim.d.ts|
|Added|NA|Module name: ohos.telephony.sim<br>Class name: OperatorConfigKey<br>Method or attribute name: KEY_OPL_CUST_STRING_ARRAY = "opl_cust_string_array"|@ohos.telephony.sim.d.ts|
|Added|NA|Class name: OperatorConfigKey<br>Method or attribute name: KEY_OPL_CUST_STRING_ARRAY = "opl_cust_string_array"|@ohos.telephony.sim.d.ts|
|Added|NA|Module name: ohos.telephony.sim<br>Class name: OperatorConfigKey<br>Method or attribute name: KEY_EMERGENCY_CALL_STRING_ARRAY = "emergency_call_string_array"|@ohos.telephony.sim.d.ts|
|Added|NA|Class name: OperatorConfigKey<br>Method or attribute name: KEY_EMERGENCY_CALL_STRING_ARRAY = "emergency_call_string_array"|@ohos.telephony.sim.d.ts|
|Deleted|Module name: ohos.telephony.call<br>Class name: call<br>Method or attribute name: function answer(callId: number, callback: AsyncCallback\<void>): void;|NA|@ohos.telephony.call.d.ts|
|Deleted|Module name: ohos.telephony.call<br>Class name: call<br>Method or attribute name: function answer(callId: number): Promise\<void>;|NA|@ohos.telephony.call.d.ts|
|Deleted|Module name: ohos.telephony.call<br>Class name: call<br>Method or attribute name: function hangup(callId: number, callback: AsyncCallback\<void>): void;|NA|@ohos.telephony.call.d.ts|
|Deleted|Module name: ohos.telephony.call<br>Class name: call<br>Method or attribute name: function hangup(callId: number): Promise\<void>;|NA|@ohos.telephony.call.d.ts|
|Deleted|Module name: ohos.telephony.call<br>Class name: call<br>Method or attribute name: function reject(callId: number, callback: AsyncCallback\<void>): void;|NA|@ohos.telephony.call.d.ts|
|Deleted|Module name: ohos.telephony.call<br>Class name: call<br>Method or attribute name: function reject(callId: number, options: RejectMessageOptions, callback: AsyncCallback\<void>): void;|NA|@ohos.telephony.call.d.ts|
|Deleted|Module name: ohos.telephony.call<br>Class name: call<br>Method or attribute name: function reject(callId: number, options?: RejectMessageOptions): Promise\<void>;|NA|@ohos.telephony.call.d.ts|
|Deleted|Module name: ohos.telephony.call<br>Class name: DisconnectedDetails|NA|@ohos.telephony.call.d.ts|
|Deleted|Module name: ohos.telephony.call<br>Class name: DisconnectedDetails<br>Method or attribute name: UNASSIGNED_NUMBER = 1|NA|@ohos.telephony.call.d.ts|
|Deleted|Module name: ohos.telephony.call<br>Class name: DisconnectedDetails<br>Method or attribute name: NO_ROUTE_TO_DESTINATION = 3|NA|@ohos.telephony.call.d.ts|
|Deleted|Module name: ohos.telephony.call<br>Class name: DisconnectedDetails<br>Method or attribute name: CHANNEL_UNACCEPTABLE = 6|NA|@ohos.telephony.call.d.ts|
|Deleted|Module name: ohos.telephony.call<br>Class name: DisconnectedDetails<br>Method or attribute name: OPERATOR_DETERMINED_BARRING = 8|NA|@ohos.telephony.call.d.ts|
|Deleted|Module name: ohos.telephony.call<br>Class name: DisconnectedDetails<br>Method or attribute name: NORMAL_CALL_CLEARING = 16|NA|@ohos.telephony.call.d.ts|
|Deleted|Module name: ohos.telephony.call<br>Class name: DisconnectedDetails<br>Method or attribute name: USER_BUSY = 17|NA|@ohos.telephony.call.d.ts|
|Deleted|Module name: ohos.telephony.call<br>Class name: DisconnectedDetails<br>Method or attribute name: NO_USER_RESPONDING = 18|NA|@ohos.telephony.call.d.ts|
|Deleted|Module name: ohos.telephony.call<br>Class name: DisconnectedDetails<br>Method or attribute name: USER_ALERTING_NO_ANSWER = 19|NA|@ohos.telephony.call.d.ts|
|Deleted|Module name: ohos.telephony.call<br>Class name: DisconnectedDetails<br>Method or attribute name: CALL_REJECTED = 21|NA|@ohos.telephony.call.d.ts|
|Deleted|Module name: ohos.telephony.call<br>Class name: DisconnectedDetails<br>Method or attribute name: NUMBER_CHANGED = 22|NA|@ohos.telephony.call.d.ts|
|Deleted|Module name: ohos.telephony.call<br>Class name: DisconnectedDetails<br>Method or attribute name: DESTINATION_OUT_OF_ORDER = 27|NA|@ohos.telephony.call.d.ts|
|Deleted|Module name: ohos.telephony.call<br>Class name: DisconnectedDetails<br>Method or attribute name: INVALID_NUMBER_FORMAT = 28|NA|@ohos.telephony.call.d.ts|
|Deleted|Module name: ohos.telephony.call<br>Class name: DisconnectedDetails<br>Method or attribute name: NETWORK_OUT_OF_ORDER = 38|NA|@ohos.telephony.call.d.ts|
|Deleted|Module name: ohos.telephony.call<br>Class name: DisconnectedDetails<br>Method or attribute name: TEMPORARY_FAILURE = 41|NA|@ohos.telephony.call.d.ts|
|Deleted|Module name: ohos.telephony.call<br>Class name: DisconnectedDetails<br>Method or attribute name: INVALID_PARAMETER = 1025|NA|@ohos.telephony.call.d.ts|
|Deleted|Module name: ohos.telephony.call<br>Class name: DisconnectedDetails<br>Method or attribute name: SIM_NOT_EXIT = 1026|NA|@ohos.telephony.call.d.ts|
|Deleted|Module name: ohos.telephony.call<br>Class name: DisconnectedDetails<br>Method or attribute name: SIM_PIN_NEED = 1027|NA|@ohos.telephony.call.d.ts|
|Deleted|Module name: ohos.telephony.call<br>Class name: DisconnectedDetails<br>Method or attribute name: CALL_NOT_ALLOW = 1029|NA|@ohos.telephony.call.d.ts|
|Deleted|Module name: ohos.telephony.call<br>Class name: DisconnectedDetails<br>Method or attribute name: SIM_INVALID = 1045|NA|@ohos.telephony.call.d.ts|
|Deleted|Module name: ohos.telephony.call<br>Class name: DisconnectedDetails<br>Method or attribute name: UNKNOWN = 1279|NA|@ohos.telephony.call.d.ts|
|Deprecated version changed|Class name: call<br>Method or attribute name: function dial(phoneNumber: string, callback: AsyncCallback\<boolean>): void;<br>Deprecated version: N/A|Class name: call<br>Method or attribute name: function dial(phoneNumber: string, callback: AsyncCallback\<boolean>): void;<br>Deprecated version: 9<br>Substitute API: telephony.call|@ohos.telephony.call.d.ts|
|Deprecated version changed|Class name: call<br>Method or attribute name: function dial(phoneNumber: string, options: DialOptions, callback: AsyncCallback\<boolean>): void;<br>Deprecated version: N/A|Class name: call<br>Method or attribute name: function dial(phoneNumber: string, options: DialOptions, callback: AsyncCallback\<boolean>): void;<br>Deprecated version: 9<br>Substitute API: telephony.call|@ohos.telephony.call.d.ts|
|Deprecated version changed|Class name: call<br>Method or attribute name: function dial(phoneNumber: string, options?: DialOptions): Promise\<boolean>;<br>Deprecated version: N/A|Class name: call<br>Method or attribute name: function dial(phoneNumber: string, options?: DialOptions): Promise\<boolean>;<br>Deprecated version: 9<br>Substitute API: telephony.call|@ohos.telephony.call.d.ts|
|Deprecated version changed|Class name: radio<br>Method or attribute name: function isNrSupported(): boolean;<br>Deprecated version: N/A|Class name: radio<br>Method or attribute name: function isNrSupported(): boolean;<br>Deprecated version: 9<br>Substitute API: telephony.radio|@ohos.telephony.radio.d.ts|
|Deprecated version changed|Class name: radio<br>Method or attribute name: function isNrSupported(slotId: number): boolean;<br>Deprecated version: N/A|Class name: radio<br>Method or attribute name: function isNrSupported(slotId: number): boolean;<br>Deprecated version: 9<br>Substitute API: telephony.radio|@ohos.telephony.radio.d.ts|
|Initial version changed|Class name: CallTransferInfo<br>Method or attribute name: transferNum: string;<br>Initial version: N/A|Class name: CallTransferInfo<br>Method or attribute name: transferNum: string;<br>Initial version: 8|@ohos.telephony.call.d.ts|
|Initial version changed|Class name: CallTransferInfo<br>Method or attribute name: type: CallTransferType;<br>Initial version: N/A|Class name: CallTransferInfo<br>Method or attribute name: type: CallTransferType;<br>Initial version: 8|@ohos.telephony.call.d.ts|
|Initial version changed|Class name: CallTransferInfo<br>Method or attribute name: settingType: CallTransferSettingType;<br>Initial version: N/A|Class name: CallTransferInfo<br>Method or attribute name: settingType: CallTransferSettingType;<br>Initial version: 8|@ohos.telephony.call.d.ts|
|Initial version changed|Class name: CallTransferResult<br>Method or attribute name: status: TransferStatus;<br>Initial version: N/A|Class name: CallTransferResult<br>Method or attribute name: status: TransferStatus;<br>Initial version: 8|@ohos.telephony.call.d.ts|
|Initial version changed|Class name: CallTransferResult<br>Method or attribute name: number: string;<br>Initial version: N/A|Class name: CallTransferResult<br>Method or attribute name: number: string;<br>Initial version: 8|@ohos.telephony.call.d.ts|
|Initial version changed|Class name: CallWaitingStatus<br>Method or attribute name: CALL_WAITING_DISABLE = 0<br>Initial version: N/A|Class name: CallWaitingStatus<br>Method or attribute name: CALL_WAITING_DISABLE = 0<br>Initial version: 7|@ohos.telephony.call.d.ts|
|Initial version changed|Class name: CallWaitingStatus<br>Method or attribute name: CALL_WAITING_ENABLE = 1<br>Initial version: N/A|Class name: CallWaitingStatus<br>Method or attribute name: CALL_WAITING_ENABLE = 1<br>Initial version: 7|@ohos.telephony.call.d.ts|
|Initial version changed|Class name: RestrictionStatus<br>Method or attribute name: RESTRICTION_DISABLE = 0<br>Initial version: N/A|Class name: RestrictionStatus<br>Method or attribute name: RESTRICTION_DISABLE = 0<br>Initial version: 8|@ohos.telephony.call.d.ts|
|Initial version changed|Class name: RestrictionStatus<br>Method or attribute name: RESTRICTION_ENABLE = 1<br>Initial version: N/A|Class name: RestrictionStatus<br>Method or attribute name: RESTRICTION_ENABLE = 1<br>Initial version: 8|@ohos.telephony.call.d.ts|
|Initial version changed|Class name: TransferStatus<br>Method or attribute name: TRANSFER_DISABLE = 0<br>Initial version: N/A|Class name: TransferStatus<br>Method or attribute name: TRANSFER_DISABLE = 0<br>Initial version: 8|@ohos.telephony.call.d.ts|
|Initial version changed|Class name: TransferStatus<br>Method or attribute name: TRANSFER_ENABLE = 1<br>Initial version: N/A|Class name: TransferStatus<br>Method or attribute name: TRANSFER_ENABLE = 1<br>Initial version: 8|@ohos.telephony.call.d.ts|
|Initial version changed|Class name: EmergencyNumberOptions<br>Method or attribute name: slotId?: number;<br>Initial version: N/A|Class name: EmergencyNumberOptions<br>Method or attribute name: slotId?: number;<br>Initial version: 7|@ohos.telephony.call.d.ts|
|Initial version changed|Class name: NumberFormatOptions<br>Method or attribute name: countryCode?: string;<br>Initial version: N/A|Class name: NumberFormatOptions<br>Method or attribute name: countryCode?: string;<br>Initial version: 7|@ohos.telephony.call.d.ts|
|Permission changed|Class name: observer<br>Method or attribute name: function on(type: 'cellInfoChange', callback: Callback\<Array\<CellInformation>>): void;<br>Permission: ohos.permission.LOCATION|Class name: observer<br>Method or attribute name: function on(type: 'cellInfoChange', callback: Callback\<Array\<CellInformation>>): void;<br>Permission: ohos.permission.LOCATION and ohos.permission.APPROXIMATELY_LOCATION|@ohos.telephony.observer.d.ts|
|Permission changed|Class name: observer<br>Method or attribute name: function on(type: 'cellInfoChange', options: { slotId: number },<br> callback: Callback\<Array\<CellInformation>>): void;<br>Permission: ohos.permission.LOCATION|Class name: observer<br>Method or attribute name: function on(type: 'cellInfoChange', options: { slotId: number },<br> callback: Callback\<Array\<CellInformation>>): void;<br>Permission: ohos.permission.LOCATION and ohos.permission.APPROXIMATELY_LOCATION|@ohos.telephony.observer.d.ts|
|Permission changed|Class name: radio<br>Method or attribute name: function getCellInformation(callback: AsyncCallback\<Array\<CellInformation>>): void;<br>Permission: ohos.permission.LOCATION|Class name: radio<br>Method or attribute name: function getCellInformation(callback: AsyncCallback\<Array\<CellInformation>>): void;<br>Permission: ohos.permission.LOCATION and ohos.permission.APPROXIMATELY_LOCATION|@ohos.telephony.radio.d.ts|
|Permission changed|Class name: radio<br>Method or attribute name: function getCellInformation(slotId: number, callback: AsyncCallback\<Array\<CellInformation>>): void;<br>Permission: ohos.permission.LOCATION|Class name: radio<br>Method or attribute name: function getCellInformation(slotId: number, callback: AsyncCallback\<Array\<CellInformation>>): void;<br>Permission: ohos.permission.LOCATION and ohos.permission.APPROXIMATELY_LOCATION|@ohos.telephony.radio.d.ts|
|Permission changed|Class name: radio<br>Method or attribute name: function getCellInformation(slotId?: number): Promise\<Array\<CellInformation>>;<br>Permission: ohos.permission.LOCATION|Class name: radio<br>Method or attribute name: function getCellInformation(slotId?: number): Promise\<Array\<CellInformation>>;<br>Permission: ohos.permission.LOCATION and ohos.permission.APPROXIMATELY_LOCATION|@ohos.telephony.radio.d.ts|
|Permission deleted|Class name: data<br>Method or attribute name: function getDefaultCellularDataSlotId(callback: AsyncCallback\<number>): void;<br>Permission: ohos.permission.GET_NETWORK_INFO|Class name: data<br>Method or attribute name: function getDefaultCellularDataSlotId(callback: AsyncCallback\<number>): void;<br>Permission: N/A|@ohos.telephony.data.d.ts|
|Permission deleted|Class name: data<br>Method or attribute name: function getDefaultCellularDataSlotId(): Promise\<number>;<br>Permission: ohos.permission.GET_NETWORK_INFO|Class name: data<br>Method or attribute name: function getDefaultCellularDataSlotId(): Promise\<number>;<br>Permission: N/A|@ohos.telephony.data.d.ts|
|Error code added|NA|Class name: call<br>Method or attribute name: function muteRinger(callback: AsyncCallback\<void>): void;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.call.d.ts|
|Error code added|NA|Class name: call<br>Method or attribute name: function muteRinger(): Promise\<void>;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.call.d.ts|
|Error code added|NA|Class name: call<br>Method or attribute name: function isEmergencyPhoneNumber(phoneNumber: string, callback: AsyncCallback\<boolean>): void;<br>Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.call.d.ts|
|Error code added|NA|Class name: call<br>Method or attribute name: function isEmergencyPhoneNumber(phoneNumber: string, options: EmergencyNumberOptions, callback: AsyncCallback\<boolean>): void;<br>Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.call.d.ts|
|Error code added|NA|Class name: call<br>Method or attribute name: function isEmergencyPhoneNumber(phoneNumber: string, options?: EmergencyNumberOptions): Promise\<boolean>;<br>Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.call.d.ts|
|Error code added|NA|Class name: call<br>Method or attribute name: function formatPhoneNumber(phoneNumber: string, callback: AsyncCallback\<string>): void;<br>Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.call.d.ts|
|Error code added|NA|Class name: call<br>Method or attribute name: function formatPhoneNumber(phoneNumber: string, options: NumberFormatOptions, callback: AsyncCallback\<string>): void;<br>Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.call.d.ts|
|Error code added|NA|Class name: call<br>Method or attribute name: function formatPhoneNumber(phoneNumber: string, options?: NumberFormatOptions): Promise\<string>;<br>Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.call.d.ts|
|Error code added|NA|Class name: call<br>Method or attribute name: function formatPhoneNumberToE164(phoneNumber: string, countryCode: string, callback: AsyncCallback\<string>): void;<br>Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.call.d.ts|
|Error code added|NA|Class name: call<br>Method or attribute name: function formatPhoneNumberToE164(phoneNumber: string, countryCode: string): Promise\<string>;<br>Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.call.d.ts|
|Error code added|NA|Class name: call<br>Method or attribute name: function holdCall(callId: number, callback: AsyncCallback\<void>): void;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.call.d.ts|
|Error code added|NA|Class name: call<br>Method or attribute name: function holdCall(callId: number): Promise\<void>;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.call.d.ts|
|Error code added|NA|Class name: call<br>Method or attribute name: function unHoldCall(callId: number, callback: AsyncCallback\<void>): void;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.call.d.ts|
|Error code added|NA|Class name: call<br>Method or attribute name: function unHoldCall(callId: number): Promise\<void>;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.call.d.ts|
|Error code added|NA|Class name: call<br>Method or attribute name: function switchCall(callId: number, callback: AsyncCallback\<void>): void;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.call.d.ts|
|Error code added|NA|Class name: call<br>Method or attribute name: function switchCall(callId: number): Promise\<void>;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.call.d.ts|
|Error code added|NA|Class name: call<br>Method or attribute name: function combineConference(callId: number, callback: AsyncCallback\<void>): void;<br>Error code: 401, 801, 8300001, 8300002, 8300003|@ohos.telephony.call.d.ts|
|Error code added|NA|Class name: call<br>Method or attribute name: function combineConference(callId: number): Promise\<void>;<br>Error code: 401, 801, 8300001, 8300002, 8300003|@ohos.telephony.call.d.ts|
|Error code added|NA|Class name: call<br>Method or attribute name: function getMainCallId(callId: number, callback: AsyncCallback\<number>): void;<br>Error code: 401, 801, 8300001, 8300002, 8300003|@ohos.telephony.call.d.ts|
|Error code added|NA|Class name: call<br>Method or attribute name: function getMainCallId(callId: number): Promise\<number>;<br>Error code: 401, 801, 8300001, 8300002, 8300003|@ohos.telephony.call.d.ts|
|Error code added|NA|Class name: call<br>Method or attribute name: function getSubCallIdList(callId: number, callback: AsyncCallback\<Array\<string>>): void;<br>Error code: 401, 801, 8300001, 8300002, 8300003|@ohos.telephony.call.d.ts|
|Error code added|NA|Class name: call<br>Method or attribute name: function getSubCallIdList(callId: number): Promise\<Array\<string>>;<br>Error code: 401, 801, 8300001, 8300002, 8300003|@ohos.telephony.call.d.ts|
|Error code added|NA|Class name: call<br>Method or attribute name: function getCallIdListForConference(callId: number, callback: AsyncCallback\<Array\<string>>): void;<br>Error code: 401, 801, 8300001, 8300002, 8300003|@ohos.telephony.call.d.ts|
|Error code added|NA|Class name: call<br>Method or attribute name: function getCallIdListForConference(callId: number): Promise\<Array\<string>>;<br>Error code: 401, 801, 8300001, 8300002, 8300003|@ohos.telephony.call.d.ts|
|Error code added|NA|Class name: call<br>Method or attribute name: function getCallWaitingStatus(slotId: number, callback: AsyncCallback\<CallWaitingStatus>): void;<br>Error code: 201, 401, 801, 8300001, 8300002, 8300003|@ohos.telephony.call.d.ts|
|Error code added|NA|Class name: call<br>Method or attribute name: function getCallWaitingStatus(slotId: number): Promise\<CallWaitingStatus>;<br>Error code: 201, 401, 801, 8300001, 8300002, 8300003|@ohos.telephony.call.d.ts|
|Error code added|NA|Class name: call<br>Method or attribute name: function setCallWaiting(slotId: number, activate: boolean, callback: AsyncCallback\<void>): void;<br>Error code: 201, 401, 801, 8300001, 8300002, 8300003|@ohos.telephony.call.d.ts|
|Error code added|NA|Class name: call<br>Method or attribute name: function setCallWaiting(slotId: number, activate: boolean): Promise\<void>;<br>Error code: 201, 401, 801, 8300001, 8300002, 8300003|@ohos.telephony.call.d.ts|
|Error code added|NA|Class name: call<br>Method or attribute name: function startDTMF(callId: number, character: string, callback: AsyncCallback\<void>): void;<br>Error code: 401, 801, 8300001, 8300002, 8300003|@ohos.telephony.call.d.ts|
|Error code added|NA|Class name: call<br>Method or attribute name: function startDTMF(callId: number, character: string): Promise\<void>;<br>Error code: 401, 801, 8300001, 8300002, 8300003|@ohos.telephony.call.d.ts|
|Error code added|NA|Class name: call<br>Method or attribute name: function stopDTMF(callId: number, callback: AsyncCallback\<void>): void;<br>Error code: 401, 801, 8300001, 8300002, 8300003|@ohos.telephony.call.d.ts|
|Error code added|NA|Class name: call<br>Method or attribute name: function stopDTMF(callId: number): Promise\<void>;<br>Error code: 401, 801, 8300001, 8300002, 8300003|@ohos.telephony.call.d.ts|
|Error code added|NA|Class name: call<br>Method or attribute name: function isInEmergencyCall(callback: AsyncCallback\<boolean>): void;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.call.d.ts|
|Error code added|NA|Class name: call<br>Method or attribute name: function isInEmergencyCall(): Promise\<boolean>;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.call.d.ts|
|Error code added|NA|Class name: call<br>Method or attribute name: function on(type: 'callDetailsChange', callback: Callback\<CallAttributeOptions>): void;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.call.d.ts|
|Error code added|NA|Class name: call<br>Method or attribute name: function off(type: 'callDetailsChange', callback?: Callback\<CallAttributeOptions>): void;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.call.d.ts|
|Error code added|NA|Class name: call<br>Method or attribute name: function on(type: 'callEventChange', callback: Callback\<CallEventOptions>): void;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.call.d.ts|
|Error code added|NA|Class name: call<br>Method or attribute name: function off(type: 'callEventChange', callback?: Callback\<CallEventOptions>): void;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.call.d.ts|
|Error code added|NA|Class name: call<br>Method or attribute name: function on(type: 'callDisconnectedCause', callback: Callback\<DisconnectedDetails>): void;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.call.d.ts|
|Error code added|NA|Class name: call<br>Method or attribute name: function off(type: 'callDisconnectedCause', callback?: Callback\<DisconnectedDetails>): void;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.call.d.ts|
|Error code added|NA|Class name: call<br>Method or attribute name: function isNewCallAllowed(callback: AsyncCallback\<boolean>): void;<br>Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.call.d.ts|
|Error code added|NA|Class name: call<br>Method or attribute name: function isNewCallAllowed(): Promise\<boolean>;<br>Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.call.d.ts|
|Error code added|NA|Class name: call<br>Method or attribute name: function separateConference(callId: number, callback: AsyncCallback\<void>): void;<br>Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.call.d.ts|
|Error code added|NA|Class name: call<br>Method or attribute name: function separateConference(callId: number): Promise\<void>;<br>Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.call.d.ts|
|Error code added|NA|Class name: call<br>Method or attribute name: function getCallRestrictionStatus(slotId: number, type: CallRestrictionType, callback: AsyncCallback\<RestrictionStatus>): void;<br>Error code: 201, 401, 801, 8300001, 8300002, 8300003|@ohos.telephony.call.d.ts|
|Error code added|NA|Class name: call<br>Method or attribute name: function getCallRestrictionStatus(slotId: number, type: CallRestrictionType): Promise\<RestrictionStatus>;<br>Error code: 201, 401, 801, 8300001, 8300002, 8300003|@ohos.telephony.call.d.ts|
|Error code added|NA|Class name: call<br>Method or attribute name: function setCallRestriction(slotId: number, info: CallRestrictionInfo, callback: AsyncCallback\<void>): void;<br>Error code: 201, 401, 801, 8300001, 8300002, 8300003|@ohos.telephony.call.d.ts|
|Error code added|NA|Class name: call<br>Method or attribute name: function setCallRestriction(slotId: number, info: CallRestrictionInfo): Promise\<void>;<br>Error code: 201, 401, 801, 8300001, 8300002, 8300003|@ohos.telephony.call.d.ts|
|Error code added|NA|Class name: call<br>Method or attribute name: function getCallTransferInfo(slotId: number, type: CallTransferType, callback: AsyncCallback\<CallTransferResult>): void;<br>Error code: 201, 401, 801, 8300001, 8300002, 8300003|@ohos.telephony.call.d.ts|
|Error code added|NA|Class name: call<br>Method or attribute name: function getCallTransferInfo(slotId: number, type: CallTransferType): Promise\<CallTransferResult>;<br>Error code: 201, 401, 801, 8300001, 8300002, 8300003|@ohos.telephony.call.d.ts|
|Error code added|NA|Class name: call<br>Method or attribute name: function setCallTransfer(slotId: number, info: CallTransferInfo, callback: AsyncCallback\<void>): void;<br>Error code: 201, 401, 801, 8300001, 8300002, 8300003|@ohos.telephony.call.d.ts|
|Error code added|NA|Class name: call<br>Method or attribute name: function setCallTransfer(slotId: number, info: CallTransferInfo): Promise\<void>;<br>Error code: 201, 401, 801, 8300001, 8300002, 8300003|@ohos.telephony.call.d.ts|
|Error code added|NA|Class name: call<br>Method or attribute name: function isRinging(callback: AsyncCallback\<boolean>): void;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.call.d.ts|
|Error code added|NA|Class name: call<br>Method or attribute name: function isRinging(): Promise\<boolean>;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.call.d.ts|
|Error code added|NA|Class name: call<br>Method or attribute name: function setMuted(callback: AsyncCallback\<void>): void;<br>Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.call.d.ts|
|Error code added|NA|Class name: call<br>Method or attribute name: function setMuted(): Promise\<void>;<br>Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.call.d.ts|
|Error code added|NA|Class name: call<br>Method or attribute name: function cancelMuted(callback: AsyncCallback\<void>): void;<br>Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.call.d.ts|
|Error code added|NA|Class name: call<br>Method or attribute name: function cancelMuted(): Promise\<void>;<br>Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.call.d.ts|
|Error code added|NA|Class name: call<br>Method or attribute name: function setAudioDevice(device: AudioDevice, callback: AsyncCallback\<void>): void;<br>Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.call.d.ts|
|Error code added|NA|Class name: call<br>Method or attribute name: function joinConference(mainCallId: number, callNumberList: Array\<string>, callback: AsyncCallback\<void>): void;<br>Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.call.d.ts|
|Error code added|NA|Class name: call<br>Method or attribute name: function joinConference(mainCallId: number, callNumberList: Array\<string>): Promise\<void>;<br>Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.call.d.ts|
|Error code added|NA|Class name: call<br>Method or attribute name: function updateImsCallMode(callId: number, mode: ImsCallMode, callback: AsyncCallback\<void>): void;<br>Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.call.d.ts|
|Error code added|NA|Class name: call<br>Method or attribute name: function updateImsCallMode(callId: number, mode: ImsCallMode): Promise\<void>;<br>Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.call.d.ts|
|Error code added|NA|Class name: call<br>Method or attribute name: function enableImsSwitch(slotId: number, callback: AsyncCallback\<void>): void;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.call.d.ts|
|Error code added|NA|Class name: call<br>Method or attribute name: function enableImsSwitch(slotId: number): Promise\<void>;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.call.d.ts|
|Error code added|NA|Class name: call<br>Method or attribute name: function disableImsSwitch(slotId: number, callback: AsyncCallback\<void>): void;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.call.d.ts|
|Error code added|NA|Class name: call<br>Method or attribute name: function disableImsSwitch(slotId: number): Promise\<void>;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.call.d.ts|
|Error code added|NA|Class name: call<br>Method or attribute name: function isImsSwitchEnabled(slotId: number, callback: AsyncCallback\<boolean>): void;<br>Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.call.d.ts|
|Error code added|NA|Class name: call<br>Method or attribute name: function isImsSwitchEnabled(slotId: number): Promise\<boolean>;<br>Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.call.d.ts|
|Error code added|NA|Class name: data<br>Method or attribute name: function setDefaultCellularDataSlotId(slotId: number, callback: AsyncCallback\<void>): void;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999, 8301001|@ohos.telephony.data.d.ts|
|Error code added|NA|Class name: data<br>Method or attribute name: function setDefaultCellularDataSlotId(slotId: number): Promise\<void>;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999, 8301001|@ohos.telephony.data.d.ts|
|Error code added|NA|Class name: data<br>Method or attribute name: function isCellularDataEnabled(callback: AsyncCallback\<boolean>): void;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.data.d.ts|
|Error code added|NA|Class name: data<br>Method or attribute name: function isCellularDataEnabled(): Promise\<boolean>;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.data.d.ts|
|Error code added|NA|Class name: data<br>Method or attribute name: function enableCellularData(callback: AsyncCallback\<void>): void;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.data.d.ts|
|Error code added|NA|Class name: data<br>Method or attribute name: function enableCellularData(): Promise\<void>;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.data.d.ts|
|Error code added|NA|Class name: data<br>Method or attribute name: function disableCellularData(callback: AsyncCallback\<void>): void;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.data.d.ts|
|Error code added|NA|Class name: data<br>Method or attribute name: function disableCellularData(): Promise\<void>;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.data.d.ts|
|Error code added|NA|Class name: data<br>Method or attribute name: function isCellularDataRoamingEnabled(slotId: number, callback: AsyncCallback\<boolean>): void;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.data.d.ts|
|Error code added|NA|Class name: data<br>Method or attribute name: function isCellularDataRoamingEnabled(slotId: number): Promise\<boolean>;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.data.d.ts|
|Error code added|NA|Class name: data<br>Method or attribute name: function enableCellularDataRoaming(slotId: number, callback: AsyncCallback\<void>): void;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.data.d.ts|
|Error code added|NA|Class name: data<br>Method or attribute name: function enableCellularDataRoaming(slotId: number): Promise\<void>;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.data.d.ts|
|Error code added|NA|Class name: data<br>Method or attribute name: function disableCellularDataRoaming(slotId: number, callback: AsyncCallback\<void>): void;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.data.d.ts|
|Error code added|NA|Class name: data<br>Method or attribute name: function disableCellularDataRoaming(slotId: number): Promise\<void>;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.data.d.ts|
|Error code added|NA|Class name: observer<br>Method or attribute name: function on(type: 'networkStateChange', callback: Callback\<NetworkState>): void;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.observer.d.ts|
|Error code added|NA|Class name: observer<br>Method or attribute name: function on(type: 'networkStateChange', options: { slotId: number }, callback: Callback\<NetworkState>): void;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.observer.d.ts|
|Error code added|NA|Class name: observer<br>Method or attribute name: function off(type: 'networkStateChange', callback?: Callback\<NetworkState>): void;<br>Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.observer.d.ts|
|Error code added|NA|Class name: observer<br>Method or attribute name: function on(type: 'signalInfoChange', callback: Callback\<Array\<SignalInformation>>): void;<br>Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.observer.d.ts|
|Error code added|NA|Class name: observer<br>Method or attribute name: function on(type: 'signalInfoChange', options: { slotId: number },<br> callback: Callback\<Array\<SignalInformation>>): void;<br>Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.observer.d.ts|
|Error code added|NA|Class name: observer<br>Method or attribute name: function off(type: 'signalInfoChange', callback?: Callback\<Array\<SignalInformation>>): void;<br>Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.observer.d.ts|
|Error code added|NA|Class name: observer<br>Method or attribute name: function on(type: 'cellInfoChange', callback: Callback\<Array\<CellInformation>>): void;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.observer.d.ts|
|Error code added|NA|Class name: observer<br>Method or attribute name: function on(type: 'cellInfoChange', options: { slotId: number },<br> callback: Callback\<Array\<CellInformation>>): void;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.observer.d.ts|
|Error code added|NA|Class name: observer<br>Method or attribute name: function off(type: 'cellInfoChange', callback?: Callback\<Array\<CellInformation>>): void;<br>Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.observer.d.ts|
|Error code added|NA|Class name: observer<br>Method or attribute name: function on(type: 'cellularDataConnectionStateChange',<br> callback: Callback\<{ state: DataConnectState, network: RatType }>): void;<br>Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.observer.d.ts|
|Error code added|NA|Class name: observer<br>Method or attribute name: function on(type: 'cellularDataConnectionStateChange', options: { slotId: number },<br> callback: Callback\<{ state: DataConnectState, network: RatType }>): void;<br>Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.observer.d.ts|
|Error code added|NA|Class name: observer<br>Method or attribute name: function off(type: 'cellularDataConnectionStateChange',<br> callback?: Callback\<{ state: DataConnectState, network: RatType }>): void;<br>Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.observer.d.ts|
|Error code added|NA|Class name: observer<br>Method or attribute name: function on(type: 'cellularDataFlowChange', callback: Callback\<DataFlowType>): void;<br>Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.observer.d.ts|
|Error code added|NA|Class name: observer<br>Method or attribute name: function on(type: 'cellularDataFlowChange', options: { slotId: number },<br> callback: Callback\<DataFlowType>): void;<br>Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.observer.d.ts|
|Error code added|NA|Class name: observer<br>Method or attribute name: function off(type: 'cellularDataFlowChange', callback?: Callback\<DataFlowType>): void;<br>Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.observer.d.ts|
|Error code added|NA|Class name: observer<br>Method or attribute name: function on(type: 'callStateChange', callback: Callback\<{ state: CallState, number: string }>): void;<br>Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.observer.d.ts|
|Error code added|NA|Class name: observer<br>Method or attribute name: function on(type: 'callStateChange', options: { slotId: number },<br> callback: Callback\<{ state: CallState, number: string }>): void;<br>Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.observer.d.ts|
|Error code added|NA|Class name: observer<br>Method or attribute name: function off(type: 'callStateChange', callback?: Callback\<{ state: CallState, number: string }>): void;<br>Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.observer.d.ts|
|Error code added|NA|Class name: observer<br>Method or attribute name: function on(type: 'simStateChange', callback: Callback\<SimStateData>): void;<br>Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.observer.d.ts|
|Error code added|NA|Class name: observer<br>Method or attribute name: function on(type: 'simStateChange', options: { slotId: number }, callback: Callback\<SimStateData>): void;<br>Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.observer.d.ts|
|Error code added|NA|Class name: observer<br>Method or attribute name: function off(type: 'simStateChange', callback?: Callback\<SimStateData>): void;<br>Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.observer.d.ts|
|Error code added|NA|Class name: radio<br>Method or attribute name: function getRadioTech(slotId: number,<br> callback: AsyncCallback\<{psRadioTech: RadioTechnology, csRadioTech: RadioTechnology}>): void;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.radio.d.ts|
|Error code added|NA|Class name: radio<br>Method or attribute name: function getRadioTech(slotId: number): Promise\<{psRadioTech: RadioTechnology, csRadioTech: RadioTechnology}>;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.radio.d.ts|
|Error code added|NA|Class name: radio<br>Method or attribute name: function getNetworkState(callback: AsyncCallback\<NetworkState>): void;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.radio.d.ts|
|Error code added|NA|Class name: radio<br>Method or attribute name: function getNetworkState(slotId: number, callback: AsyncCallback\<NetworkState>): void;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.radio.d.ts|
|Error code added|NA|Class name: radio<br>Method or attribute name: function getNetworkState(slotId?: number): Promise\<NetworkState>;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.radio.d.ts|
|Error code added|NA|Class name: radio<br>Method or attribute name: function sendUpdateCellLocationRequest(callback: AsyncCallback\<void>): void;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.radio.d.ts|
|Error code added|NA|Class name: radio<br>Method or attribute name: function getCellInformation(callback: AsyncCallback\<Array\<CellInformation>>): void;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.radio.d.ts|
|Error code added|NA|Class name: radio<br>Method or attribute name: function getCellInformation(slotId: number, callback: AsyncCallback\<Array\<CellInformation>>): void;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.radio.d.ts|
|Error code added|NA|Class name: radio<br>Method or attribute name: function getCellInformation(slotId?: number): Promise\<Array\<CellInformation>>;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.radio.d.ts|
|Error code added|NA|Class name: radio<br>Method or attribute name: function getNetworkSelectionMode(slotId: number, callback: AsyncCallback\<NetworkSelectionMode>): void;<br>Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.radio.d.ts|
|Error code added|NA|Class name: radio<br>Method or attribute name: function getNetworkSelectionMode(slotId: number): Promise\<NetworkSelectionMode>;<br>Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.radio.d.ts|
|Error code added|NA|Class name: radio<br>Method or attribute name: function setNetworkSelectionMode(options: NetworkSelectionModeOptions, callback: AsyncCallback\<void>): void;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.radio.d.ts|
|Error code added|NA|Class name: radio<br>Method or attribute name: function setNetworkSelectionMode(options: NetworkSelectionModeOptions): Promise\<void>;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.radio.d.ts|
|Error code added|NA|Class name: radio<br>Method or attribute name: function getNetworkSearchInformation(slotId: number, callback: AsyncCallback\<NetworkSearchResult>): void;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.radio.d.ts|
|Error code added|NA|Class name: radio<br>Method or attribute name: function getNetworkSearchInformation(slotId: number): Promise\<NetworkSearchResult>;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.radio.d.ts|
|Error code added|NA|Class name: radio<br>Method or attribute name: function getISOCountryCodeForNetwork(slotId: number, callback: AsyncCallback\<string>): void;<br>Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.radio.d.ts|
|Error code added|NA|Class name: radio<br>Method or attribute name: function getISOCountryCodeForNetwork(slotId: number): Promise\<string>;<br>Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.radio.d.ts|
|Error code added|NA|Class name: radio<br>Method or attribute name: function getNrOptionMode(callback: AsyncCallback\<NrOptionMode>): void;<br>Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.radio.d.ts|
|Error code added|NA|Class name: radio<br>Method or attribute name: function getNrOptionMode(slotId: number, callback: AsyncCallback\<NrOptionMode>): void;<br>Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.radio.d.ts|
|Error code added|NA|Class name: radio<br>Method or attribute name: function getNrOptionMode(slotId?: number): Promise\<NrOptionMode>;<br>Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.radio.d.ts|
|Error code added|NA|Class name: radio<br>Method or attribute name: function getIMEI(callback: AsyncCallback\<string>): void;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.radio.d.ts|
|Error code added|NA|Class name: radio<br>Method or attribute name: function getIMEI(slotId: number, callback: AsyncCallback\<string>): void;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.radio.d.ts|
|Error code added|NA|Class name: radio<br>Method or attribute name: function getIMEI(slotId?: number): Promise\<string>;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.radio.d.ts|
|Error code added|NA|Class name: radio<br>Method or attribute name: function getMEID(callback: AsyncCallback\<string>): void;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.radio.d.ts|
|Error code added|NA|Class name: radio<br>Method or attribute name: function getMEID(slotId: number, callback: AsyncCallback\<string>): void;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.radio.d.ts|
|Error code added|NA|Class name: radio<br>Method or attribute name: function getMEID(slotId?: number): Promise\<string>;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.radio.d.ts|
|Error code added|NA|Class name: radio<br>Method or attribute name: function getUniqueDeviceId(callback: AsyncCallback\<string>): void;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.radio.d.ts|
|Error code added|NA|Class name: radio<br>Method or attribute name: function getUniqueDeviceId(slotId: number, callback: AsyncCallback\<string>): void;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.radio.d.ts|
|Error code added|NA|Class name: radio<br>Method or attribute name: function getUniqueDeviceId(slotId?: number): Promise\<string>;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.radio.d.ts|
|Error code added|NA|Class name: radio<br>Method or attribute name: function getPrimarySlotId(callback: AsyncCallback\<number>): void;<br>Error code: 8300001, 8300002, 8300003, 8300999|@ohos.telephony.radio.d.ts|
|Error code added|NA|Class name: radio<br>Method or attribute name: function getPrimarySlotId(): Promise\<number>;<br>Error code: 8300001, 8300002, 8300003, 8300999|@ohos.telephony.radio.d.ts|
|Error code added|NA|Class name: radio<br>Method or attribute name: function setPrimarySlotId(slotId: number, callback: AsyncCallback\<void>): void;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999|@ohos.telephony.radio.d.ts|
|Error code added|NA|Class name: radio<br>Method or attribute name: function setPrimarySlotId(slotId: number): Promise\<void>;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999|@ohos.telephony.radio.d.ts|
|Error code added|NA|Class name: radio<br>Method or attribute name: function getSignalInformation(slotId: number, callback: AsyncCallback\<Array\<SignalInformation>>): void;<br>Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.radio.d.ts|
|Error code added|NA|Class name: radio<br>Method or attribute name: function getSignalInformation(slotId: number): Promise\<Array\<SignalInformation>>;<br>Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.radio.d.ts|
|Error code added|NA|Class name: radio<br>Method or attribute name: function isRadioOn(callback: AsyncCallback\<boolean>): void;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.radio.d.ts|
|Error code added|NA|Class name: radio<br>Method or attribute name: function isRadioOn(slotId: number, callback: AsyncCallback\<boolean>): void<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.radio.d.ts|
|Error code added|NA|Class name: radio<br>Method or attribute name: function isRadioOn(slotId?: number): Promise\<boolean>;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.radio.d.ts|
|Error code added|NA|Class name: radio<br>Method or attribute name: function turnOnRadio(callback: AsyncCallback\<void>): void;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.radio.d.ts|
|Error code added|NA|Class name: radio<br>Method or attribute name: function turnOnRadio(slotId: number, callback: AsyncCallback\<void>): void;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.radio.d.ts|
|Error code added|NA|Class name: radio<br>Method or attribute name: function turnOnRadio(slotId?: number): Promise\<void>;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.radio.d.ts|
|Error code added|NA|Class name: radio<br>Method or attribute name: function turnOffRadio(callback: AsyncCallback\<void>): void;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.radio.d.ts|
|Error code added|NA|Class name: radio<br>Method or attribute name: function turnOffRadio(slotId: number, callback: AsyncCallback\<void>): void;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.radio.d.ts|
|Error code added|NA|Class name: radio<br>Method or attribute name: function turnOffRadio(slotId?: number): Promise\<void>;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.radio.d.ts|
|Error code added|NA|Class name: radio<br>Method or attribute name: function getOperatorName(slotId: number, callback: AsyncCallback\<string>): void;<br>Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.radio.d.ts|
|Error code added|NA|Class name: radio<br>Method or attribute name: function getOperatorName(slotId: number): Promise\<string>;<br>Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.radio.d.ts|
|Error code added|NA|Class name: radio<br>Method or attribute name: function setPreferredNetwork(slotId: number, networkMode: PreferredNetworkMode, callback: AsyncCallback\<void>): void;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.radio.d.ts|
|Error code added|NA|Class name: radio<br>Method or attribute name: function setPreferredNetwork(slotId: number, networkMode: PreferredNetworkMode): Promise\<void>;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.radio.d.ts|
|Error code added|NA|Class name: radio<br>Method or attribute name: function getPreferredNetwork(slotId: number, callback: AsyncCallback\<PreferredNetworkMode>): void;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.radio.d.ts|
|Error code added|NA|Class name: radio<br>Method or attribute name: function getPreferredNetwork(slotId: number): Promise\<PreferredNetworkMode>;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.radio.d.ts|
|Error code added|NA|Class name: sim<br>Method or attribute name: function hasOperatorPrivileges(slotId: number, callback: AsyncCallback\<boolean>): void;<br>Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.sim.d.ts|
|Error code added|NA|Class name: sim<br>Method or attribute name: function hasOperatorPrivileges(slotId: number): Promise\<boolean>;<br>Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.sim.d.ts|
|Error code added|NA|Class name: sim<br>Method or attribute name: function getISOCountryCodeForSim(slotId: number, callback: AsyncCallback\<string>): void;<br>Error code: 401, 8300001, 8300002, 8300003, 8300004, 8300999|@ohos.telephony.sim.d.ts|
|Error code added|NA|Class name: sim<br>Method or attribute name: function getISOCountryCodeForSim(slotId: number): Promise\<string>;<br>Error code: 401, 8300001, 8300002, 8300003, 8300004, 8300999|@ohos.telephony.sim.d.ts|
|Error code added|NA|Class name: sim<br>Method or attribute name: function getSimOperatorNumeric(slotId: number, callback: AsyncCallback\<string>): void;<br>Error code: 401, 8300001, 8300002, 8300003, 8300004, 8300999|@ohos.telephony.sim.d.ts|
|Error code added|NA|Class name: sim<br>Method or attribute name: function getSimOperatorNumeric(slotId: number): Promise\<string>;<br>Error code: 401, 8300001, 8300002, 8300003, 8300004, 8300999|@ohos.telephony.sim.d.ts|
|Error code added|NA|Class name: sim<br>Method or attribute name: function getSimSpn(slotId: number, callback: AsyncCallback\<string>): void;<br>Error code: 401, 8300001, 8300002, 8300003, 8300004, 8300999|@ohos.telephony.sim.d.ts|
|Error code added|NA|Class name: sim<br>Method or attribute name: function getSimSpn(slotId: number): Promise\<string>;<br>Error code: 401, 8300001, 8300002, 8300003, 8300004, 8300999|@ohos.telephony.sim.d.ts|
|Error code added|NA|Class name: sim<br>Method or attribute name: function getSimState(slotId: number, callback: AsyncCallback\<SimState>): void;<br>Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.sim.d.ts|
|Error code added|NA|Class name: sim<br>Method or attribute name: function getSimState(slotId: number): Promise\<SimState>;<br>Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.sim.d.ts|
|Error code added|NA|Class name: sim<br>Method or attribute name: function getCardType(slotId: number, callback: AsyncCallback\<CardType>): void;<br>Error code: 401, 8300001, 8300002, 8300003, 8300004, 8300999|@ohos.telephony.sim.d.ts|
|Error code added|NA|Class name: sim<br>Method or attribute name: function getCardType(slotId: number): Promise\<CardType>;<br>Error code: 401, 8300001, 8300002, 8300003, 8300004, 8300999|@ohos.telephony.sim.d.ts|
|Error code added|NA|Class name: sim<br>Method or attribute name: function getSimIccId(slotId: number, callback: AsyncCallback\<string>): void;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999|@ohos.telephony.sim.d.ts|
|Error code added|NA|Class name: sim<br>Method or attribute name: function getSimIccId(slotId: number): Promise\<string>;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999|@ohos.telephony.sim.d.ts|
|Error code added|NA|Class name: sim<br>Method or attribute name: function getVoiceMailIdentifier(slotId: number, callback: AsyncCallback\<string>): void;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999|@ohos.telephony.sim.d.ts|
|Error code added|NA|Class name: sim<br>Method or attribute name: function getVoiceMailIdentifier(slotId: number): Promise\<string>;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999|@ohos.telephony.sim.d.ts|
|Error code added|NA|Class name: sim<br>Method or attribute name: function getVoiceMailNumber(slotId: number, callback: AsyncCallback\<string>): void;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999|@ohos.telephony.sim.d.ts|
|Error code added|NA|Class name: sim<br>Method or attribute name: function getVoiceMailNumber(slotId: number): Promise\<string>;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999|@ohos.telephony.sim.d.ts|
|Error code added|NA|Class name: sim<br>Method or attribute name: function setVoiceMailInfo(slotId: number, mailName: string, mailNumber: string, callback: AsyncCallback\<void>): void;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999, 8301002|@ohos.telephony.sim.d.ts|
|Error code added|NA|Class name: sim<br>Method or attribute name: function setVoiceMailInfo(slotId: number, mailName: string, mailNumber: string): Promise\<void>;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999, 8301002|@ohos.telephony.sim.d.ts|
|Error code added|NA|Class name: sim<br>Method or attribute name: function getSimTelephoneNumber(slotId: number, callback: AsyncCallback\<string>): void;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999|@ohos.telephony.sim.d.ts|
|Error code added|NA|Class name: sim<br>Method or attribute name: function getSimTelephoneNumber(slotId: number): Promise\<string>;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999|@ohos.telephony.sim.d.ts|
|Error code added|NA|Class name: sim<br>Method or attribute name: function getSimGid1(slotId: number, callback: AsyncCallback\<string>): void;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999|@ohos.telephony.sim.d.ts|
|Error code added|NA|Class name: sim<br>Method or attribute name: function getSimGid1(slotId: number): Promise\<string>;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999|@ohos.telephony.sim.d.ts|
|Error code added|NA|Class name: sim<br>Method or attribute name: function getIMSI(slotId: number, callback: AsyncCallback\<string>): void;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999|@ohos.telephony.sim.d.ts|
|Error code added|NA|Class name: sim<br>Method or attribute name: function getIMSI(slotId: number): Promise\<string>;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999|@ohos.telephony.sim.d.ts|
|Error code added|NA|Class name: sim<br>Method or attribute name: function hasSimCard(slotId: number, callback: AsyncCallback\<boolean>): void;<br>Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.sim.d.ts|
|Error code added|NA|Class name: sim<br>Method or attribute name: function hasSimCard(slotId: number): Promise\<boolean>;<br>Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.sim.d.ts|
|Error code added|NA|Class name: sim<br>Method or attribute name: function getSimAccountInfo(slotId: number, callback: AsyncCallback\<IccAccountInfo>): void;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999, 8301002|@ohos.telephony.sim.d.ts|
|Error code added|NA|Class name: sim<br>Method or attribute name: function getSimAccountInfo(slotId: number): Promise\<IccAccountInfo>;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999, 8301002|@ohos.telephony.sim.d.ts|
|Error code added|NA|Class name: sim<br>Method or attribute name: function getActiveSimAccountInfoList(callback: AsyncCallback\<Array\<IccAccountInfo>>): void;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999|@ohos.telephony.sim.d.ts|
|Error code added|NA|Class name: sim<br>Method or attribute name: function getActiveSimAccountInfoList(): Promise\<Array\<IccAccountInfo>>;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999|@ohos.telephony.sim.d.ts|
|Error code added|NA|Class name: sim<br>Method or attribute name: function setDefaultVoiceSlotId(slotId: number, callback: AsyncCallback\<void>): void;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999, 8301001|@ohos.telephony.sim.d.ts|
|Error code added|NA|Class name: sim<br>Method or attribute name: function setDefaultVoiceSlotId(slotId: number): Promise\<void>;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999, 8301001|@ohos.telephony.sim.d.ts|
|Error code added|NA|Class name: sim<br>Method or attribute name: function activateSim(slotId: number, callback: AsyncCallback\<void>): void;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999|@ohos.telephony.sim.d.ts|
|Error code added|NA|Class name: sim<br>Method or attribute name: function activateSim(slotId: number): Promise\<void>;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999|@ohos.telephony.sim.d.ts|
|Error code added|NA|Class name: sim<br>Method or attribute name: function deactivateSim(slotId: number, callback: AsyncCallback\<void>): void;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999|@ohos.telephony.sim.d.ts|
|Error code added|NA|Class name: sim<br>Method or attribute name: function deactivateSim(slotId: number): Promise\<void>;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999|@ohos.telephony.sim.d.ts|
|Error code added|NA|Class name: sim<br>Method or attribute name: function setShowName(slotId: number, name: string, callback: AsyncCallback\<void>): void;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999|@ohos.telephony.sim.d.ts|
|Error code added|NA|Class name: sim<br>Method or attribute name: function setShowName(slotId: number, name: string): Promise\<void>;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999|@ohos.telephony.sim.d.ts|
|Error code added|NA|Class name: sim<br>Method or attribute name: function getShowName(slotId: number, callback: AsyncCallback\<string>): void;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999|@ohos.telephony.sim.d.ts|
|Error code added|NA|Class name: sim<br>Method or attribute name: function getShowName(slotId: number): Promise\<string>;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999|@ohos.telephony.sim.d.ts|
|Error code added|NA|Class name: sim<br>Method or attribute name: function setShowNumber(slotId: number, number: string, callback: AsyncCallback\<void>): void;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999|@ohos.telephony.sim.d.ts|
|Error code added|NA|Class name: sim<br>Method or attribute name: function setShowNumber(slotId: number, number: string): Promise\<void>;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999|@ohos.telephony.sim.d.ts|
|Error code added|NA|Class name: sim<br>Method or attribute name: function getShowNumber(slotId: number, callback: AsyncCallback\<string>): void;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999|@ohos.telephony.sim.d.ts|
|Error code added|NA|Class name: sim<br>Method or attribute name: function getShowNumber(slotId: number): Promise\<string>;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999|@ohos.telephony.sim.d.ts|
|Error code added|NA|Class name: sim<br>Method or attribute name: function getOperatorConfigs(slotId: number, callback: AsyncCallback\<Array\<OperatorConfig>>): void;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.sim.d.ts|
|Error code added|NA|Class name: sim<br>Method or attribute name: function getOperatorConfigs(slotId: number): Promise\<Array\<OperatorConfig>>;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.sim.d.ts|
|Error code added|NA|Class name: sim<br>Method or attribute name: function unlockPin(slotId: number, pin: string, callback: AsyncCallback\<LockStatusResponse>): void;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999, 8301002|@ohos.telephony.sim.d.ts|
|Error code added|NA|Class name: sim<br>Method or attribute name: function unlockPin(slotId: number, pin: string): Promise\<LockStatusResponse>;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999, 8301002|@ohos.telephony.sim.d.ts|
|Error code added|NA|Class name: sim<br>Method or attribute name: function unlockPuk(slotId: number, newPin: string, puk: string, callback: AsyncCallback\<LockStatusResponse>): void;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999, 8301002|@ohos.telephony.sim.d.ts|
|Error code added|NA|Class name: sim<br>Method or attribute name: function unlockPuk(slotId: number, newPin: string, puk: string): Promise\<LockStatusResponse>;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999, 8301002|@ohos.telephony.sim.d.ts|
|Error code added|NA|Class name: sim<br>Method or attribute name: function alterPin(slotId: number, newPin: string, oldPin: string, callback: AsyncCallback\<LockStatusResponse>): void;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999, 8301002|@ohos.telephony.sim.d.ts|
|Error code added|NA|Class name: sim<br>Method or attribute name: function alterPin(slotId: number, newPin: string, oldPin: string): Promise\<LockStatusResponse>;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999, 8301002|@ohos.telephony.sim.d.ts|
|Error code added|NA|Class name: sim<br>Method or attribute name: function setLockState(slotId: number, options: LockInfo, callback: AsyncCallback\<LockStatusResponse>): void;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999, 8301002|@ohos.telephony.sim.d.ts|
|Error code added|NA|Class name: sim<br>Method or attribute name: function setLockState(slotId: number, options: LockInfo): Promise\<LockStatusResponse>;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999, 8301002|@ohos.telephony.sim.d.ts|
|Error code added|NA|Class name: sim<br>Method or attribute name: function unlockPin2(slotId: number, pin2: string, callback: AsyncCallback\<LockStatusResponse>): void;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999, 8301002|@ohos.telephony.sim.d.ts|
|Error code added|NA|Class name: sim<br>Method or attribute name: function unlockPin2(slotId: number, pin2: string): Promise\<LockStatusResponse>;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999, 8301002|@ohos.telephony.sim.d.ts|
|Error code added|NA|Class name: sim<br>Method or attribute name: function unlockPuk2(slotId: number, newPin2: string, puk2: string, callback: AsyncCallback\<LockStatusResponse>): void;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999, 8301002|@ohos.telephony.sim.d.ts|
|Error code added|NA|Class name: sim<br>Method or attribute name: function unlockPuk2(slotId: number, newPin2: string, puk2: string): Promise\<LockStatusResponse>;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999, 8301002|@ohos.telephony.sim.d.ts|
|Error code added|NA|Class name: sim<br>Method or attribute name: function alterPin2(slotId: number, newPin2: string, oldPin2: string, callback: AsyncCallback\<LockStatusResponse>): void;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999, 8301002|@ohos.telephony.sim.d.ts|
|Error code added|NA|Class name: sim<br>Method or attribute name: function alterPin2(slotId: number, newPin2: string, oldPin2: string): Promise\<LockStatusResponse>;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999, 8301002|@ohos.telephony.sim.d.ts|
|Error code added|NA|Class name: sim<br>Method or attribute name: function queryIccDiallingNumbers(slotId: number, type: ContactType, callback: AsyncCallback\<Array\<DiallingNumbersInfo>>): void<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999, 8301002|@ohos.telephony.sim.d.ts|
|Error code added|NA|Class name: sim<br>Method or attribute name: function queryIccDiallingNumbers(slotId: number, type: ContactType): Promise\<Array\<DiallingNumbersInfo>>;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999, 8301002|@ohos.telephony.sim.d.ts|
|Error code added|NA|Class name: sim<br>Method or attribute name: function addIccDiallingNumbers(slotId: number, type: ContactType, diallingNumbers: DiallingNumbersInfo, callback: AsyncCallback\<void>): void;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999, 8301002|@ohos.telephony.sim.d.ts|
|Error code added|NA|Class name: sim<br>Method or attribute name: function addIccDiallingNumbers(slotId: number, type: ContactType, diallingNumbers: DiallingNumbersInfo): Promise\<void>;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999, 8301002|@ohos.telephony.sim.d.ts|
|Error code added|NA|Class name: sim<br>Method or attribute name: function delIccDiallingNumbers(slotId: number, type: ContactType, diallingNumbers: DiallingNumbersInfo, callback: AsyncCallback\<void>): void;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999, 8301002|@ohos.telephony.sim.d.ts|
|Error code added|NA|Class name: sim<br>Method or attribute name: function delIccDiallingNumbers(slotId: number, type: ContactType, diallingNumbers: DiallingNumbersInfo): Promise\<void>;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999, 8301002|@ohos.telephony.sim.d.ts|
|Error code added|NA|Class name: sim<br>Method or attribute name: function updateIccDiallingNumbers(slotId: number, type: ContactType, diallingNumbers: DiallingNumbersInfo, callback: AsyncCallback\<void>): void;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999, 8301002|@ohos.telephony.sim.d.ts|
|Error code added|NA|Class name: sim<br>Method or attribute name: function updateIccDiallingNumbers(slotId: number, type: ContactType, diallingNumbers: DiallingNumbersInfo): Promise\<void>;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999, 8301002|@ohos.telephony.sim.d.ts|
|Error code added|NA|Class name: sim<br>Method or attribute name: function getLockState(slotId: number, lockType: LockType, callback: AsyncCallback\<LockState>): void;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999, 8301002|@ohos.telephony.sim.d.ts|
|Error code added|NA|Class name: sim<br>Method or attribute name: function getLockState(slotId: number, lockType: LockType): Promise\<LockState>;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999, 8301002|@ohos.telephony.sim.d.ts|
|Error code added|NA|Class name: sim<br>Method or attribute name: function sendEnvelopeCmd(slotId: number, cmd: string, callback: AsyncCallback\<void>): void;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999|@ohos.telephony.sim.d.ts|
|Error code added|NA|Class name: sim<br>Method or attribute name: function sendEnvelopeCmd(slotId: number, cmd: string): Promise\<void>;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999|@ohos.telephony.sim.d.ts|
|Error code added|NA|Class name: sim<br>Method or attribute name: function sendTerminalResponseCmd(slotId: number, cmd: string, callback: AsyncCallback\<void>): void;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999|@ohos.telephony.sim.d.ts|
|Error code added|NA|Class name: sim<br>Method or attribute name: function sendTerminalResponseCmd(slotId: number, cmd: string): Promise\<void>;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999|@ohos.telephony.sim.d.ts|
|Error code added|NA|Class name: sim<br>Method or attribute name: function unlockSimLock(slotId: number, lockInfo: PersoLockInfo, callback: AsyncCallback\<LockStatusResponse>): void;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999, 8301002|@ohos.telephony.sim.d.ts|
|Error code added|NA|Class name: sim<br>Method or attribute name: function unlockSimLock(slotId: number, lockInfo: PersoLockInfo): Promise\<LockStatusResponse>;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999, 8301002|@ohos.telephony.sim.d.ts|
|Error code added|NA|Class name: sms<br>Method or attribute name: function splitMessage(content: string, callback: AsyncCallback\<Array\<string>>): void;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.sms.d.ts|
|Error code added|NA|Class name: sms<br>Method or attribute name: function splitMessage(content: string): Promise\<Array\<string>>;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.sms.d.ts|
|Error code added|NA|Class name: sms<br>Method or attribute name: function createMessage(pdu: Array\<number>, specification: string, callback: AsyncCallback\<ShortMessage>): void;<br>Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.sms.d.ts|
|Error code added|NA|Class name: sms<br>Method or attribute name: function createMessage(pdu: Array\<number>, specification: string): Promise\<ShortMessage>;<br>Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.sms.d.ts|
|Error code added|NA|Class name: sms<br>Method or attribute name: function sendMessage(options: SendMessageOptions): void;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.sms.d.ts|
|Error code added|NA|Class name: sms<br>Method or attribute name: function setDefaultSmsSlotId(slotId: number, callback: AsyncCallback\<void>): void;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999|@ohos.telephony.sms.d.ts|
|Error code added|NA|Class name: sms<br>Method or attribute name: function setDefaultSmsSlotId(slotId: number): Promise\<void>;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999|@ohos.telephony.sms.d.ts|
|Error code added|NA|Class name: sms<br>Method or attribute name: function setSmscAddr(slotId: number, smscAddr: string, callback: AsyncCallback\<void>): void;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.sms.d.ts|
|Error code added|NA|Class name: sms<br>Method or attribute name: function setSmscAddr(slotId: number, smscAddr: string): Promise\<void>;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.sms.d.ts|
|Error code added|NA|Class name: sms<br>Method or attribute name: function getSmscAddr(slotId: number, callback: AsyncCallback\<string>): void;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.sms.d.ts|
|Error code added|NA|Class name: sms<br>Method or attribute name: function getSmscAddr(slotId: number): Promise\<string>;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.sms.d.ts|
|Error code added|NA|Class name: sms<br>Method or attribute name: function addSimMessage(options: SimMessageOptions, callback: AsyncCallback\<void>): void;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.sms.d.ts|
|Error code added|NA|Class name: sms<br>Method or attribute name: function addSimMessage(options: SimMessageOptions): Promise\<void>;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.sms.d.ts|
|Error code added|NA|Class name: sms<br>Method or attribute name: function delSimMessage(slotId: number, msgIndex: number, callback: AsyncCallback\<void>): void;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.sms.d.ts|
|Error code added|NA|Class name: sms<br>Method or attribute name: function delSimMessage(slotId: number, msgIndex: number): Promise\<void>;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.sms.d.ts|
|Error code added|NA|Class name: sms<br>Method or attribute name: function updateSimMessage(options: UpdateSimMessageOptions, callback: AsyncCallback\<void>): void;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.sms.d.ts|
|Error code added|NA|Class name: sms<br>Method or attribute name: function updateSimMessage(options: UpdateSimMessageOptions): Promise\<void>;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.sms.d.ts|
|Error code added|NA|Class name: sms<br>Method or attribute name: function getAllSimMessages(slotId: number, callback: AsyncCallback\<Array\<SimShortMessage>>): void;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.sms.d.ts|
|Error code added|NA|Class name: sms<br>Method or attribute name: function getAllSimMessages(slotId: number): Promise\<Array\<SimShortMessage>>;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.sms.d.ts|
|Error code added|NA|Class name: sms<br>Method or attribute name: function setCBConfig(options: CBConfigOptions, callback: AsyncCallback\<void>): void;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.sms.d.ts|
|Error code added|NA|Class name: sms<br>Method or attribute name: function setCBConfig(options: CBConfigOptions): Promise\<void>;<br>Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.sms.d.ts|
|Error code added|NA|Class name: sms<br>Method or attribute name: function getSmsSegmentsInfo(slotId: number, message: string, force7bit: boolean, callback: AsyncCallback\<SmsSegmentsInfo>): void;<br>Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.sms.d.ts|
|Error code added|NA|Class name: sms<br>Method or attribute name: function getSmsSegmentsInfo(slotId: number, message: string, force7bit: boolean): Promise\<SmsSegmentsInfo>;<br>Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.sms.d.ts|
|Error code added|NA|Class name: sms<br>Method or attribute name: function getImsShortMessageFormat(callback: AsyncCallback\<string>): void;<br>Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.sms.d.ts|
|Error code added|NA|Class name: sms<br>Method or attribute name: function getImsShortMessageFormat(): Promise\<string>;<br>Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.sms.d.ts|
|Error code added|NA|Class name: sms<br>Method or attribute name: function decodeMms(mmsFilePathName: string \| Array\<number>, callback: AsyncCallback\<MmsInformation>): void;<br>Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.sms.d.ts|
|Error code added|NA|Class name: sms<br>Method or attribute name: function decodeMms(mmsFilePathName: string \| Array\<number>): Promise\<MmsInformation>;<br>Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.sms.d.ts|
|Error code added|NA|Class name: sms<br>Method or attribute name: function encodeMms(mms: MmsInformation, callback: AsyncCallback\<Array\<number>>): void;<br>Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.sms.d.ts|
|Error code added|NA|Class name: sms<br>Method or attribute name: function encodeMms(mms: MmsInformation): Promise\<Array\<number>>;<br>Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.sms.d.ts|
|Permission added|Class name: call<br>Method or attribute name: function holdCall(callId: number, callback: AsyncCallback\<void>): void;<br>Permission: N/A|Class name: call<br>Method or attribute name: function holdCall(callId: number, callback: AsyncCallback\<void>): void;<br>Permission: ohos.permission.ANSWER_CALL|@ohos.telephony.call.d.ts|
|Permission added|Class name: call<br>Method or attribute name: function holdCall(callId: number): Promise\<void>;<br>Permission: N/A|Class name: call<br>Method or attribute name: function holdCall(callId: number): Promise\<void>;<br>Permission: ohos.permission.ANSWER_CALL|@ohos.telephony.call.d.ts|
|Permission added|Class name: call<br>Method or attribute name: function unHoldCall(callId: number, callback: AsyncCallback\<void>): void;<br>Permission: N/A|Class name: call<br>Method or attribute name: function unHoldCall(callId: number, callback: AsyncCallback\<void>): void;<br>Permission: ohos.permission.ANSWER_CALL|@ohos.telephony.call.d.ts|
|Permission added|Class name: call<br>Method or attribute name: function unHoldCall(callId: number): Promise\<void>;<br>Permission: N/A|Class name: call<br>Method or attribute name: function unHoldCall(callId: number): Promise\<void>;<br>Permission: ohos.permission.ANSWER_CALL|@ohos.telephony.call.d.ts|
|Permission added|Class name: call<br>Method or attribute name: function switchCall(callId: number, callback: AsyncCallback\<void>): void;<br>Permission: N/A|Class name: call<br>Method or attribute name: function switchCall(callId: number, callback: AsyncCallback\<void>): void;<br>Permission: ohos.permission.ANSWER_CALL|@ohos.telephony.call.d.ts|
|Permission added|Class name: call<br>Method or attribute name: function switchCall(callId: number): Promise\<void>;<br>Permission: N/A|Class name: call<br>Method or attribute name: function switchCall(callId: number): Promise\<void>;<br>Permission: ohos.permission.ANSWER_CALL|@ohos.telephony.call.d.ts|
|Permission added|Class name: call<br>Method or attribute name: function getCallWaitingStatus(slotId: number, callback: AsyncCallback\<CallWaitingStatus>): void;<br>Permission: N/A|Class name: call<br>Method or attribute name: function getCallWaitingStatus(slotId: number, callback: AsyncCallback\<CallWaitingStatus>): void;<br>Permission: ohos.permission.GET_TELEPHONY_STATE|@ohos.telephony.call.d.ts|
|Permission added|Class name: call<br>Method or attribute name: function getCallWaitingStatus(slotId: number): Promise\<CallWaitingStatus>;<br>Permission: N/A|Class name: call<br>Method or attribute name: function getCallWaitingStatus(slotId: number): Promise\<CallWaitingStatus>;<br>Permission: ohos.permission.GET_TELEPHONY_STATE|@ohos.telephony.call.d.ts|
|Permission added|Class name: call<br>Method or attribute name: function setCallWaiting(slotId: number, activate: boolean, callback: AsyncCallback\<void>): void;<br>Permission: N/A|Class name: call<br>Method or attribute name: function setCallWaiting(slotId: number, activate: boolean, callback: AsyncCallback\<void>): void;<br>Permission: ohos.permission.SET_TELEPHONY_STATE|@ohos.telephony.call.d.ts|
|Permission added|Class name: call<br>Method or attribute name: function setCallWaiting(slotId: number, activate: boolean): Promise\<void>;<br>Permission: N/A|Class name: call<br>Method or attribute name: function setCallWaiting(slotId: number, activate: boolean): Promise\<void>;<br>Permission: ohos.permission.SET_TELEPHONY_STATE|@ohos.telephony.call.d.ts|
|Permission added|Class name: call<br>Method or attribute name: function on(type: 'callDetailsChange', callback: Callback\<CallAttributeOptions>): void;<br>Permission: N/A|Class name: call<br>Method or attribute name: function on(type: 'callDetailsChange', callback: Callback\<CallAttributeOptions>): void;<br>Permission: ohos.permission.SET_TELEPHONY_STATE|@ohos.telephony.call.d.ts|
|Permission added|Class name: call<br>Method or attribute name: function off(type: 'callDetailsChange', callback?: Callback\<CallAttributeOptions>): void;<br>Permission: N/A|Class name: call<br>Method or attribute name: function off(type: 'callDetailsChange', callback?: Callback\<CallAttributeOptions>): void;<br>Permission: ohos.permission.SET_TELEPHONY_STATE|@ohos.telephony.call.d.ts|
|Permission added|Class name: call<br>Method or attribute name: function on(type: 'callEventChange', callback: Callback\<CallEventOptions>): void;<br>Permission: N/A|Class name: call<br>Method or attribute name: function on(type: 'callEventChange', callback: Callback\<CallEventOptions>): void;<br>Permission: ohos.permission.SET_TELEPHONY_STATE|@ohos.telephony.call.d.ts|
|Permission added|Class name: call<br>Method or attribute name: function off(type: 'callEventChange', callback?: Callback\<CallEventOptions>): void;<br>Permission: N/A|Class name: call<br>Method or attribute name: function off(type: 'callEventChange', callback?: Callback\<CallEventOptions>): void;<br>Permission: ohos.permission.SET_TELEPHONY_STATE|@ohos.telephony.call.d.ts|
|Permission added|Class name: call<br>Method or attribute name: function on(type: 'callDisconnectedCause', callback: Callback\<DisconnectedDetails>): void;<br>Permission: N/A|Class name: call<br>Method or attribute name: function on(type: 'callDisconnectedCause', callback: Callback\<DisconnectedDetails>): void;<br>Permission: ohos.permission.SET_TELEPHONY_STATE|@ohos.telephony.call.d.ts|
|Permission added|Class name: call<br>Method or attribute name: function off(type: 'callDisconnectedCause', callback?: Callback\<DisconnectedDetails>): void;<br>Permission: N/A|Class name: call<br>Method or attribute name: function off(type: 'callDisconnectedCause', callback?: Callback\<DisconnectedDetails>): void;<br>Permission: ohos.permission.SET_TELEPHONY_STATE|@ohos.telephony.call.d.ts|
|Permission added|Class name: call<br>Method or attribute name: function getCallRestrictionStatus(slotId: number, type: CallRestrictionType, callback: AsyncCallback\<RestrictionStatus>): void;<br>Permission: N/A|Class name: call<br>Method or attribute name: function getCallRestrictionStatus(slotId: number, type: CallRestrictionType, callback: AsyncCallback\<RestrictionStatus>): void;<br>Permission: ohos.permission.GET_TELEPHONY_STATE|@ohos.telephony.call.d.ts|
|Permission added|Class name: call<br>Method or attribute name: function getCallRestrictionStatus(slotId: number, type: CallRestrictionType): Promise\<RestrictionStatus>;<br>Permission: N/A|Class name: call<br>Method or attribute name: function getCallRestrictionStatus(slotId: number, type: CallRestrictionType): Promise\<RestrictionStatus>;<br>Permission: ohos.permission.GET_TELEPHONY_STATE|@ohos.telephony.call.d.ts|
|Permission added|Class name: call<br>Method or attribute name: function setCallRestriction(slotId: number, info: CallRestrictionInfo, callback: AsyncCallback\<void>): void;<br>Permission: N/A|Class name: call<br>Method or attribute name: function setCallRestriction(slotId: number, info: CallRestrictionInfo, callback: AsyncCallback\<void>): void;<br>Permission: ohos.permission.SET_TELEPHONY_STATE|@ohos.telephony.call.d.ts|
|Permission added|Class name: call<br>Method or attribute name: function setCallRestriction(slotId: number, info: CallRestrictionInfo): Promise\<void>;<br>Permission: N/A|Class name: call<br>Method or attribute name: function setCallRestriction(slotId: number, info: CallRestrictionInfo): Promise\<void>;<br>Permission: ohos.permission.SET_TELEPHONY_STATE|@ohos.telephony.call.d.ts|
|Permission added|Class name: call<br>Method or attribute name: function getCallTransferInfo(slotId: number, type: CallTransferType, callback: AsyncCallback\<CallTransferResult>): void;<br>Permission: N/A|Class name: call<br>Method or attribute name: function getCallTransferInfo(slotId: number, type: CallTransferType, callback: AsyncCallback\<CallTransferResult>): void;<br>Permission: ohos.permission.GET_TELEPHONY_STATE|@ohos.telephony.call.d.ts|
|Permission added|Class name: call<br>Method or attribute name: function getCallTransferInfo(slotId: number, type: CallTransferType): Promise\<CallTransferResult>;<br>Permission: N/A|Class name: call<br>Method or attribute name: function getCallTransferInfo(slotId: number, type: CallTransferType): Promise\<CallTransferResult>;<br>Permission: ohos.permission.GET_TELEPHONY_STATE|@ohos.telephony.call.d.ts|
|Permission added|Class name: call<br>Method or attribute name: function setCallTransfer(slotId: number, info: CallTransferInfo, callback: AsyncCallback\<void>): void;<br>Permission: N/A|Class name: call<br>Method or attribute name: function setCallTransfer(slotId: number, info: CallTransferInfo, callback: AsyncCallback\<void>): void;<br>Permission: ohos.permission.SET_TELEPHONY_STATE|@ohos.telephony.call.d.ts|
|Permission added|Class name: call<br>Method or attribute name: function setCallTransfer(slotId: number, info: CallTransferInfo): Promise\<void>;<br>Permission: N/A|Class name: call<br>Method or attribute name: function setCallTransfer(slotId: number, info: CallTransferInfo): Promise\<void>;<br>Permission: ohos.permission.SET_TELEPHONY_STATE|@ohos.telephony.call.d.ts|
|Permission added|Class name: call<br>Method or attribute name: function enableImsSwitch(slotId: number, callback: AsyncCallback\<void>): void;<br>Permission: N/A|Class name: call<br>Method or attribute name: function enableImsSwitch(slotId: number, callback: AsyncCallback\<void>): void;<br>Permission: ohos.permission.SET_TELEPHONY_STATE|@ohos.telephony.call.d.ts|
|Permission added|Class name: call<br>Method or attribute name: function enableImsSwitch(slotId: number): Promise\<void>;<br>Permission: N/A|Class name: call<br>Method or attribute name: function enableImsSwitch(slotId: number): Promise\<void>;<br>Permission: ohos.permission.SET_TELEPHONY_STATE|@ohos.telephony.call.d.ts|
|Permission added|Class name: call<br>Method or attribute name: function disableImsSwitch(slotId: number, callback: AsyncCallback\<void>): void;<br>Permission: N/A|Class name: call<br>Method or attribute name: function disableImsSwitch(slotId: number, callback: AsyncCallback\<void>): void;<br>Permission: ohos.permission.SET_TELEPHONY_STATE|@ohos.telephony.call.d.ts|
|Permission added|Class name: call<br>Method or attribute name: function disableImsSwitch(slotId: number): Promise\<void>;<br>Permission: N/A|Class name: call<br>Method or attribute name: function disableImsSwitch(slotId: number): Promise\<void>;<br>Permission: ohos.permission.SET_TELEPHONY_STATE|@ohos.telephony.call.d.ts|
|Permission added|Class name: radio<br>Method or attribute name: function sendUpdateCellLocationRequest(callback: AsyncCallback\<void>): void;<br>Permission: N/A|Class name: radio<br>Method or attribute name: function sendUpdateCellLocationRequest(callback: AsyncCallback\<void>): void;<br>Permission: ohos.permission.LOCATION and ohos.permission.APPROXIMATELY_LOCATION|@ohos.telephony.radio.d.ts|
|Permission added|Class name: sim<br>Method or attribute name: function getLockState(slotId: number, lockType: LockType, callback: AsyncCallback\<LockState>): void;<br>Permission: N/A|Class name: sim<br>Method or attribute name: function getLockState(slotId: number, lockType: LockType, callback: AsyncCallback\<LockState>): void;<br>Permission: ohos.permission.GET_TELEPHONY_STATE|@ohos.telephony.sim.d.ts|
|Permission added|Class name: sim<br>Method or attribute name: function getLockState(slotId: number, lockType: LockType): Promise\<LockState>;<br>Permission: N/A|Class name: sim<br>Method or attribute name: function getLockState(slotId: number, lockType: LockType): Promise\<LockState>;<br>Permission: ohos.permission.GET_TELEPHONY_STATE|@ohos.telephony.sim.d.ts|
|Function changed|Class name: call<br>Method or attribute name: function setAudioDevice(device: AudioDevice, callback: AsyncCallback\<void>): void;<br>|Class name: call<br>Method or attribute name: function setAudioDevice(device: AudioDevice, callback: AsyncCallback\<void>): void;<br>|@ohos.telephony.call.d.ts|
|Function changed|Class name: call<br>Method or attribute name: function setAudioDevice(device: AudioDevice, callback: AsyncCallback\<void>): void;<br>|Class name: call<br>Method or attribute name: function setAudioDevice(device: AudioDevice, options: AudioDeviceOptions, callback: AsyncCallback\<void>): void;<br>|@ohos.telephony.call.d.ts|
|Function changed|Class name: call<br>Method or attribute name: function setAudioDevice(device: AudioDevice): Promise\<void>;<br>|Class name: call<br>Method or attribute name: function setAudioDevice(device: AudioDevice, options?: AudioDeviceOptions): Promise\<void>;<br>|@ohos.telephony.call.d.ts|
|Function changed|Class name: radio<br>Method or attribute name: function sendUpdateCellLocationRequest(callback: AsyncCallback\<void>): void;<br>|Class name: radio<br>Method or attribute name: function sendUpdateCellLocationRequest(callback: AsyncCallback\<void>): void;<br>|@ohos.telephony.radio.d.ts|
|Function changed|Class name: radio<br>Method or attribute name: function sendUpdateCellLocationRequest(callback: AsyncCallback\<void>): void;<br>|Class name: radio<br>Method or attribute name: function sendUpdateCellLocationRequest(slotId: number, callback: AsyncCallback\<void>): void;<br>|@ohos.telephony.radio.d.ts|
|Function changed|Class name: radio<br>Method or attribute name: function sendUpdateCellLocationRequest(): Promise\<void>;<br>|Class name: radio<br>Method or attribute name: function sendUpdateCellLocationRequest(slotId?: number): Promise\<void>;<br>|@ohos.telephony.radio.d.ts|
|Function changed|Class name: sms<br>Method or attribute name: function isImsSmsSupported(callback: AsyncCallback\<boolean>): void;<br>|Class name: sms<br>Method or attribute name: function isImsSmsSupported(slotId: number, callback: AsyncCallback\<boolean>): void;<br>|@ohos.telephony.sms.d.ts|
|Function changed|Class name: sms<br>Method or attribute name: function isImsSmsSupported(): Promise\<boolean>;<br>|Class name: sms<br>Method or attribute name: function isImsSmsSupported(slotId: number): Promise\<boolean>;<br>|@ohos.telephony.sms.d.ts|
| Change Type | Old Version | New Version | d.ts File |
| ---- | ------ | ------ | -------- |
|Added|NA|Module name: ohos.UiTest<br>Class name: MatchPattern|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: MatchPattern<br>Method or attribute name: EQUALS = 0|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: MatchPattern<br>Method or attribute name: CONTAINS = 1|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: MatchPattern<br>Method or attribute name: STARTS_WITH = 2|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: MatchPattern<br>Method or attribute name: ENDS_WITH = 3|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: By|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: By<br>Method or attribute name: text(txt: string, pattern?: MatchPattern): By;|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: By<br>Method or attribute name: key(key: string): By;|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: By<br>Method or attribute name: id(id: number): By;|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: By<br>Method or attribute name: type(tp: string): By;|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: By<br>Method or attribute name: clickable(b?: boolean): By;|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: By<br>Method or attribute name: scrollable(b?: boolean): By;|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: By<br>Method or attribute name: enabled(b?: boolean): By;|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: By<br>Method or attribute name: focused(b?: boolean): By;|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: By<br>Method or attribute name: selected(b?: boolean): By;|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: By<br>Method or attribute name: isBefore(by: By): By;|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: By<br>Method or attribute name: isAfter(by: By): By;|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: UiComponent|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: UiComponent<br>Method or attribute name: click(): Promise\<void>;|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: UiComponent<br>Method or attribute name: doubleClick(): Promise\<void>;|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: UiComponent<br>Method or attribute name: longClick(): Promise\<void>;|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: UiComponent<br>Method or attribute name: getId(): Promise\<number>;|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: UiComponent<br>Method or attribute name: getKey(): Promise\<string>;|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: UiComponent<br>Method or attribute name: getText(): Promise\<string>;|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: UiComponent<br>Method or attribute name: getType(): Promise\<string>;|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: UiComponent<br>Method or attribute name: isClickable(): Promise\<boolean>;|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: UiComponent<br>Method or attribute name: isScrollable(): Promise\<boolean>;|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: UiComponent<br>Method or attribute name: isEnabled(): Promise\<boolean>;|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: UiComponent<br>Method or attribute name: isFocused(): Promise\<boolean>;|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: UiComponent<br>Method or attribute name: isSelected(): Promise\<boolean>;|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: UiComponent<br>Method or attribute name: inputText(text: string): Promise\<void>;|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: UiComponent<br>Method or attribute name: scrollSearch(by: By): Promise\<UiComponent>;|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: UiDriver|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: UiDriver<br>Method or attribute name: static create(): UiDriver;|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: UiDriver<br>Method or attribute name: delayMs(duration: number): Promise\<void>;|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: UiDriver<br>Method or attribute name: findComponent(by: By): Promise\<UiComponent>;|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: UiDriver<br>Method or attribute name: findComponents(by: By): Promise\<Array\<UiComponent>>;|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: UiDriver<br>Method or attribute name: assertComponentExist(by: By): Promise\<void>;|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: UiDriver<br>Method or attribute name: pressBack(): Promise\<void>;|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: UiDriver<br>Method or attribute name: triggerKey(keyCode: number): Promise\<void>;|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: UiDriver<br>Method or attribute name: click(x: number, y: number): Promise\<void>;|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: UiDriver<br>Method or attribute name: doubleClick(x: number, y: number): Promise\<void>;|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: UiDriver<br>Method or attribute name: longClick(x: number, y: number): Promise\<void>;|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: UiDriver<br>Method or attribute name: swipe(startx: number, starty: number, endx: number, endy: number): Promise\<void>;|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: UiDriver<br>Method or attribute name: screenCap(savePath: string): Promise\<boolean>;|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: WindowMode|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: WindowMode<br>Method or attribute name: FULLSCREEN = 0|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: WindowMode<br>Method or attribute name: PRIMARY = 1|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: WindowMode<br>Method or attribute name: SECONDARY = 2|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: WindowMode<br>Method or attribute name: FLOATING = 3|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: ResizeDirection|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: ResizeDirection<br>Method or attribute name: LEFT = 0|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: ResizeDirection<br>Method or attribute name: RIGHT = 1|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: ResizeDirection<br>Method or attribute name: UP = 2|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: ResizeDirection<br>Method or attribute name: DOWN = 3|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: ResizeDirection<br>Method or attribute name: LEFT_UP = 4|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: ResizeDirection<br>Method or attribute name: LEFT_DOWN = 5|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: ResizeDirection<br>Method or attribute name: RIGHT_UP = 6|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: ResizeDirection<br>Method or attribute name: RIGHT_DOWN = 7|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: DisplayRotation|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: DisplayRotation<br>Method or attribute name: ROTATION_0 = 0|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: DisplayRotation<br>Method or attribute name: ROTATION_90 = 1|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: DisplayRotation<br>Method or attribute name: ROTATION_180 = 2|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: DisplayRotation<br>Method or attribute name: ROTATION_270 = 3|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: Point|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: Point<br>Method or attribute name: readonly x: number;|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: Point<br>Method or attribute name: readonly y: number;|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: Rect|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: Rect<br>Method or attribute name: readonly left: number;|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: Rect<br>Method or attribute name: readonly top: number;|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: Rect<br>Method or attribute name: readonly right: number;|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: Rect<br>Method or attribute name: readonly bottom: number;|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: WindowFilter|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: WindowFilter<br>Method or attribute name: bundleName?: string;|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: WindowFilter<br>Method or attribute name: title?: string;|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: WindowFilter<br>Method or attribute name: focused?: boolean;|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: WindowFilter<br>Method or attribute name: actived?: boolean;|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: On|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: On<br>Method or attribute name: text(txt: string, pattern?: MatchPattern): On;|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: On<br>Method or attribute name: id(id: string): On;|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: On<br>Method or attribute name: type(tp: string): On;|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: On<br>Method or attribute name: clickable(b?: boolean): On;|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: On<br>Method or attribute name: longClickable(b?: boolean): On;|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: On<br>Method or attribute name: scrollable(b?: boolean): On;|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: On<br>Method or attribute name: enabled(b?: boolean): On;|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: On<br>Method or attribute name: focused(b?: boolean): On;|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: On<br>Method or attribute name: selected(b?: boolean): On;|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: On<br>Method or attribute name: checked(b?: boolean): On;|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: On<br>Method or attribute name: checkable(b?: boolean): On;|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: On<br>Method or attribute name: isBefore(on: On): On;|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: On<br>Method or attribute name: isAfter(on: On): On;|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: Component|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: Component<br>Method or attribute name: click(): Promise\<void>;|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: Component<br>Method or attribute name: doubleClick(): Promise\<void>;|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: Component<br>Method or attribute name: longClick(): Promise\<void>;|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: Component<br>Method or attribute name: getId(): Promise\<string>;|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: Component<br>Method or attribute name: getText(): Promise\<string>;|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: Component<br>Method or attribute name: getType(): Promise\<string>;|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: Component<br>Method or attribute name: isClickable(): Promise\<boolean>;|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: Component<br>Method or attribute name: isLongClickable(): Promise\<boolean>;|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: Component<br>Method or attribute name: isScrollable(): Promise\<boolean>;|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: Component<br>Method or attribute name: isEnabled(): Promise\<boolean>;|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: Component<br>Method or attribute name: isFocused(): Promise\<boolean>;|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: Component<br>Method or attribute name: isSelected(): Promise\<boolean>;|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: Component<br>Method or attribute name: isChecked(): Promise\<boolean>;|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: Component<br>Method or attribute name: isCheckable(): Promise\<boolean>;|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: Component<br>Method or attribute name: inputText(text: string): Promise\<void>;|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: Component<br>Method or attribute name: clearText(): Promise\<void>;|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: Component<br>Method or attribute name: scrollToTop(speed?: number): Promise\<void>;|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: Component<br>Method or attribute name: scrollToBottom(speed?: number): Promise\<void>;|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: Component<br>Method or attribute name: scrollSearch(on: On): Promise\<Component>;|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: Component<br>Method or attribute name: getBounds(): Promise\<Rect>;|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: Component<br>Method or attribute name: getBoundsCenter(): Promise\<Point>;|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: Component<br>Method or attribute name: dragTo(target: Component): Promise\<void>;|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: Component<br>Method or attribute name: pinchOut(scale: number): Promise\<void>;|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: Component<br>Method or attribute name: pinchIn(scale: number): Promise\<void>;|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: Driver|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: Driver<br>Method or attribute name: static create(): Driver;|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: Driver<br>Method or attribute name: delayMs(duration: number): Promise\<void>;|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: Driver<br>Method or attribute name: findComponent(on: On): Promise\<Component>;|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: Driver<br>Method or attribute name: findWindow(filter: WindowFilter): Promise\<UiWindow>;|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: Driver<br>Method or attribute name: waitForComponent(on: On, time: number): Promise\<Component>;|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: Driver<br>Method or attribute name: findComponents(on: On): Promise\<Array\<Component>>;|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: Driver<br>Method or attribute name: assertComponentExist(on: On): Promise\<void>;|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: Driver<br>Method or attribute name: pressBack(): Promise\<void>;|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: Driver<br>Method or attribute name: triggerKey(keyCode: number): Promise\<void>;|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: Driver<br>Method or attribute name: triggerCombineKeys(key0: number, key1: number, key2?: number): Promise\<void>;|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: Driver<br>Method or attribute name: click(x: number, y: number): Promise\<void>;|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: Driver<br>Method or attribute name: doubleClick(x: number, y: number): Promise\<void>;|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: Driver<br>Method or attribute name: longClick(x: number, y: number): Promise\<void>;|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: Driver<br>Method or attribute name: swipe(startx: number, starty: number, endx: number, endy: number, speed?: number): Promise\<void>;|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: Driver<br>Method or attribute name: drag(startx: number, starty: number, endx: number, endy: number, speed?: number): Promise\<void>;|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: Driver<br>Method or attribute name: screenCap(savePath: string): Promise\<boolean>;|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: Driver<br>Method or attribute name: setDisplayRotation(rotation: DisplayRotation): Promise\<void>;|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: Driver<br>Method or attribute name: getDisplayRotation(): Promise\<DisplayRotation>;|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: Driver<br>Method or attribute name: setDisplayRotationEnabled(enabled: boolean): Promise\<void>;|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: Driver<br>Method or attribute name: getDisplaySize(): Promise\<Point>;|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: Driver<br>Method or attribute name: getDisplayDensity(): Promise\<Point>;|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: Driver<br>Method or attribute name: wakeUpDisplay(): Promise\<void>;|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: Driver<br>Method or attribute name: pressHome(): Promise\<void>;|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: Driver<br>Method or attribute name: waitForIdle(idleTime: number, timeout: number): Promise\<boolean>;|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: Driver<br>Method or attribute name: fling(from: Point, to: Point, stepLen: number, speed: number): Promise\<void>;|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: Driver<br>Method or attribute name: injectMultiPointerAction(pointers: PointerMatrix, speed?: number): Promise\<boolean>;|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: UiWindow|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: UiWindow<br>Method or attribute name: getBundleName(): Promise\<string>;|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: UiWindow<br>Method or attribute name: getBounds(): Promise\<Rect>;|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: UiWindow<br>Method or attribute name: getTitle(): Promise\<string>;|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: UiWindow<br>Method or attribute name: getWindowMode(): Promise\<WindowMode>;|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: UiWindow<br>Method or attribute name: isFocused(): Promise\<boolean>;|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: UiWindow<br>Method or attribute name: isActived(): Promise\<boolean>;|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: UiWindow<br>Method or attribute name: focus(): Promise\<void>;|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: UiWindow<br>Method or attribute name: moveTo(x: number, y: number): Promise\<void>;|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: UiWindow<br>Method or attribute name: resize(wide: number, height: number, direction: ResizeDirection): Promise\<void>;|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: UiWindow<br>Method or attribute name: split(): Promise\<void>;|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: UiWindow<br>Method or attribute name: maximize(): Promise\<void>;|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: UiWindow<br>Method or attribute name: minimize(): Promise\<void>;|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: UiWindow<br>Method or attribute name: resume(): Promise\<void>;|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: UiWindow<br>Method or attribute name: close(): Promise\<void>;|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: PointerMatrix|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: PointerMatrix<br>Method or attribute name: static create(fingers: number, steps: number): PointerMatrix;|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: PointerMatrix<br>Method or attribute name: setPoint(finger: number, step: number, point: Point): void;|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: global<br>Method or attribute name: declare const BY: By;|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: global<br>Method or attribute name: declare const ON: On;|@ohos.UiTest.d.ts|
|Deleted|Module name: ohos.uitest<br>Class name: MatchPattern|NA|@ohos.uitest.d.ts|
|Deleted|Module name: ohos.uitest<br>Class name: MatchPattern<br>Method or attribute name: EQUALS = 0|NA|@ohos.uitest.d.ts|
|Deleted|Module name: ohos.uitest<br>Class name: MatchPattern<br>Method or attribute name: CONTAINS = 1|NA|@ohos.uitest.d.ts|
|Deleted|Module name: ohos.uitest<br>Class name: MatchPattern<br>Method or attribute name: STARTS_WITH = 2|NA|@ohos.uitest.d.ts|
|Deleted|Module name: ohos.uitest<br>Class name: MatchPattern<br>Method or attribute name: ENDS_WITH = 3|NA|@ohos.uitest.d.ts|
|Deleted|Module name: ohos.uitest<br>Class name: By|NA|@ohos.uitest.d.ts|
|Deleted|Module name: ohos.uitest<br>Class name: By<br>Method or attribute name: text(txt:string,pattern?:MatchPattern):By;|NA|@ohos.uitest.d.ts|
|Deleted|Module name: ohos.uitest<br>Class name: By<br>Method or attribute name: key(key:string):By;|NA|@ohos.uitest.d.ts|
|Deleted|Module name: ohos.uitest<br>Class name: By<br>Method or attribute name: id(id:number):By;|NA|@ohos.uitest.d.ts|
|Deleted|Module name: ohos.uitest<br>Class name: By<br>Method or attribute name: type(tp:string):By;|NA|@ohos.uitest.d.ts|
|Deleted|Module name: ohos.uitest<br>Class name: By<br>Method or attribute name: clickable(b?:bool):By;|NA|@ohos.uitest.d.ts|
|Deleted|Module name: ohos.uitest<br>Class name: By<br>Method or attribute name: scrollable(b?:bool):By;|NA|@ohos.uitest.d.ts|
|Deleted|Module name: ohos.uitest<br>Class name: By<br>Method or attribute name: enabled(b?:bool):By;|NA|@ohos.uitest.d.ts|
|Deleted|Module name: ohos.uitest<br>Class name: By<br>Method or attribute name: focused(b?:bool):By;|NA|@ohos.uitest.d.ts|
|Deleted|Module name: ohos.uitest<br>Class name: By<br>Method or attribute name: selected(b?:bool):By;|NA|@ohos.uitest.d.ts|
|Deleted|Module name: ohos.uitest<br>Class name: By<br>Method or attribute name: isBefore(by:By):By;|NA|@ohos.uitest.d.ts|
|Deleted|Module name: ohos.uitest<br>Class name: By<br>Method or attribute name: isAfter(by:By):By;|NA|@ohos.uitest.d.ts|
|Deleted|Module name: ohos.uitest<br>Class name: UiComponent|NA|@ohos.uitest.d.ts|
|Deleted|Module name: ohos.uitest<br>Class name: UiComponent<br>Method or attribute name: click():Promise\<void>;|NA|@ohos.uitest.d.ts|
|Deleted|Module name: ohos.uitest<br>Class name: UiComponent<br>Method or attribute name: doubleClick():Promise\<void>;|NA|@ohos.uitest.d.ts|
|Deleted|Module name: ohos.uitest<br>Class name: UiComponent<br>Method or attribute name: longClick():Promise\<void>;|NA|@ohos.uitest.d.ts|
|Deleted|Module name: ohos.uitest<br>Class name: UiComponent<br>Method or attribute name: getId():Promise\<number>;|NA|@ohos.uitest.d.ts|
|Deleted|Module name: ohos.uitest<br>Class name: UiComponent<br>Method or attribute name: getKey():Promise\<string>;|NA|@ohos.uitest.d.ts|
|Deleted|Module name: ohos.uitest<br>Class name: UiComponent<br>Method or attribute name: getText():Promise\<string>;|NA|@ohos.uitest.d.ts|
|Deleted|Module name: ohos.uitest<br>Class name: UiComponent<br>Method or attribute name: getType():Promise\<string>;|NA|@ohos.uitest.d.ts|
|Deleted|Module name: ohos.uitest<br>Class name: UiComponent<br>Method or attribute name: isClickable():Promise\<bool>;|NA|@ohos.uitest.d.ts|
|Deleted|Module name: ohos.uitest<br>Class name: UiComponent<br>Method or attribute name: isScrollable():Promise\<bool>;|NA|@ohos.uitest.d.ts|
|Deleted|Module name: ohos.uitest<br>Class name: UiComponent<br>Method or attribute name: isEnabled():Promise\<bool>;|NA|@ohos.uitest.d.ts|
|Deleted|Module name: ohos.uitest<br>Class name: UiComponent<br>Method or attribute name: isFocused():Promise\<bool>;|NA|@ohos.uitest.d.ts|
|Deleted|Module name: ohos.uitest<br>Class name: UiComponent<br>Method or attribute name: isSelected():Promise\<bool>;|NA|@ohos.uitest.d.ts|
|Deleted|Module name: ohos.uitest<br>Class name: UiComponent<br>Method or attribute name: inputText(text: string):Promise\<void>;|NA|@ohos.uitest.d.ts|
|Deleted|Module name: ohos.uitest<br>Class name: UiComponent<br>Method or attribute name: scrollSearch(by:By):Promise\<UiComponent>;|NA|@ohos.uitest.d.ts|
|Deleted|Module name: ohos.uitest<br>Class name: UiDriver|NA|@ohos.uitest.d.ts|
|Deleted|Module name: ohos.uitest<br>Class name: UiDriver<br>Method or attribute name: static create():UiDriver;|NA|@ohos.uitest.d.ts|
|Deleted|Module name: ohos.uitest<br>Class name: UiDriver<br>Method or attribute name: delayMs(duration:number):Promise\<void>;|NA|@ohos.uitest.d.ts|
|Deleted|Module name: ohos.uitest<br>Class name: UiDriver<br>Method or attribute name: findComponent(by:By):Promise\<UiComponent>;|NA|@ohos.uitest.d.ts|
|Deleted|Module name: ohos.uitest<br>Class name: UiDriver<br>Method or attribute name: findComponents(by:By):Promise\<Array\<UiComponent>>;|NA|@ohos.uitest.d.ts|
|Deleted|Module name: ohos.uitest<br>Class name: UiDriver<br>Method or attribute name: assertComponentExist(by:By):Promise\<void>;|NA|@ohos.uitest.d.ts|
|Deleted|Module name: ohos.uitest<br>Class name: UiDriver<br>Method or attribute name: pressBack():Promise\<void>;|NA|@ohos.uitest.d.ts|
|Deleted|Module name: ohos.uitest<br>Class name: UiDriver<br>Method or attribute name: triggerKey(keyCode:number):Promise\<void>;|NA|@ohos.uitest.d.ts|
|Deleted|Module name: ohos.uitest<br>Class name: UiDriver<br>Method or attribute name: click(x:number,y:number):Promise\<void>;|NA|@ohos.uitest.d.ts|
|Deleted|Module name: ohos.uitest<br>Class name: UiDriver<br>Method or attribute name: doubleClick(x:number,y:number):Promise\<void>;|NA|@ohos.uitest.d.ts|
|Deleted|Module name: ohos.uitest<br>Class name: UiDriver<br>Method or attribute name: longClick(x:number,y:number):Promise\<void>;|NA|@ohos.uitest.d.ts|
|Deleted|Module name: ohos.uitest<br>Class name: UiDriver<br>Method or attribute name: swipe(startx:number,starty:number,endx:number,endy:number):Promise\<void>;|NA|@ohos.uitest.d.ts|
|Deleted|Module name: ohos.uitest<br>Class name: UiDriver<br>Method or attribute name: screenCap(savePath:string):Promise\<bool>;|NA|@ohos.uitest.d.ts|
|Deleted|Module name: ohos.uitest<br>Class name: global<br>Method or attribute name: const BY:By;|NA|@ohos.uitest.d.ts|
| Change Type | Old Version | New Version | d.ts File |
| ---- | ------ | ------ | -------- |
|Added|NA|Class name: update<br>Method or attribute name: function getOnlineUpdater(upgradeInfo: UpgradeInfo): Updater;|@ohos.update.d.ts|
|Added|NA|Class name: update<br>Method or attribute name: function getRestorer(): Restorer;|@ohos.update.d.ts|
|Added|NA|Class name: update<br>Method or attribute name: function getLocalUpdater(): LocalUpdater;|@ohos.update.d.ts|
|Added|NA|Class name: Updater<br>Method or attribute name: getNewVersionDescription(versionDigestInfo: VersionDigestInfo, descriptionOptions: DescriptionOptions, callback: AsyncCallback\<Array\<ComponentDescription>>): void;|@ohos.update.d.ts|
|Added|NA|Class name: Updater<br>Method or attribute name: getNewVersionDescription(versionDigestInfo: VersionDigestInfo, descriptionOptions: DescriptionOptions): Promise\<Array\<ComponentDescription>>;|@ohos.update.d.ts|
|Added|NA|Class name: Updater<br>Method or attribute name: getCurrentVersionInfo(callback: AsyncCallback\<CurrentVersionInfo>): void;|@ohos.update.d.ts|
|Added|NA|Class name: Updater<br>Method or attribute name: getCurrentVersionInfo(): Promise\<CurrentVersionInfo>;|@ohos.update.d.ts|
|Added|NA|Class name: Updater<br>Method or attribute name: getCurrentVersionDescription(descriptionOptions: DescriptionOptions, callback: AsyncCallback\<Array\<ComponentDescription>>): void;|@ohos.update.d.ts|
|Added|NA|Class name: Updater<br>Method or attribute name: getCurrentVersionDescription(descriptionOptions: DescriptionOptions): Promise\<Array\<ComponentDescription>>;|@ohos.update.d.ts|
|Added|NA|Class name: Updater<br>Method or attribute name: getTaskInfo(callback: AsyncCallback\<TaskInfo>): void;|@ohos.update.d.ts|
|Added|NA|Class name: Updater<br>Method or attribute name: getTaskInfo(): Promise\<TaskInfo>;|@ohos.update.d.ts|
|Added|NA|Class name: Updater<br>Method or attribute name: download(versionDigestInfo: VersionDigestInfo, downloadOptions: DownloadOptions, callback: AsyncCallback\<void>): void;|@ohos.update.d.ts|
|Added|NA|Class name: Updater<br>Method or attribute name: download(versionDigestInfo: VersionDigestInfo, downloadOptions: DownloadOptions): Promise\<void>;|@ohos.update.d.ts|
|Added|NA|Class name: Updater<br>Method or attribute name: resumeDownload(versionDigestInfo: VersionDigestInfo, resumeDownloadOptions: ResumeDownloadOptions, callback: AsyncCallback\<void>): void;|@ohos.update.d.ts|
|Added|NA|Class name: Updater<br>Method or attribute name: resumeDownload(versionDigestInfo: VersionDigestInfo, resumeDownloadOptions: ResumeDownloadOptions): Promise\<void>;|@ohos.update.d.ts|
|Added|NA|Class name: Updater<br>Method or attribute name: pauseDownload(versionDigestInfo: VersionDigestInfo, pauseDownloadOptions: PauseDownloadOptions, callback: AsyncCallback\<void>): void;|@ohos.update.d.ts|
|Added|NA|Class name: Updater<br>Method or attribute name: pauseDownload(versionDigestInfo: VersionDigestInfo, pauseDownloadOptions: PauseDownloadOptions): Promise\<void>;|@ohos.update.d.ts|
|Added|NA|Class name: Updater<br>Method or attribute name: upgrade(versionDigestInfo: VersionDigestInfo, upgradeOptions: UpgradeOptions, callback: AsyncCallback\<void>): void;|@ohos.update.d.ts|
|Added|NA|Class name: Updater<br>Method or attribute name: upgrade(versionDigestInfo: VersionDigestInfo, upgradeOptions: UpgradeOptions): Promise\<void>;|@ohos.update.d.ts|
|Added|NA|Class name: Updater<br>Method or attribute name: clearError(versionDigestInfo: VersionDigestInfo, clearOptions: ClearOptions, callback: AsyncCallback\<void>): void;|@ohos.update.d.ts|
|Added|NA|Class name: Updater<br>Method or attribute name: clearError(versionDigestInfo: VersionDigestInfo, clearOptions: ClearOptions): Promise\<void>;|@ohos.update.d.ts|
|Added|NA|Class name: Updater<br>Method or attribute name: getUpgradePolicy(callback: AsyncCallback\<UpgradePolicy>): void;|@ohos.update.d.ts|
|Added|NA|Class name: Updater<br>Method or attribute name: getUpgradePolicy(): Promise\<UpgradePolicy>;|@ohos.update.d.ts|
|Added|NA|Class name: Updater<br>Method or attribute name: setUpgradePolicy(policy: UpgradePolicy, callback: AsyncCallback\<void>): void;|@ohos.update.d.ts|
|Added|NA|Class name: Updater<br>Method or attribute name: setUpgradePolicy(policy: UpgradePolicy): Promise\<void>;|@ohos.update.d.ts|
|Added|NA|Class name: Updater<br>Method or attribute name: terminateUpgrade(callback: AsyncCallback\<void>): void;|@ohos.update.d.ts|
|Added|NA|Class name: Updater<br>Method or attribute name: terminateUpgrade(): Promise\<void>;|@ohos.update.d.ts|
|Added|NA|Class name: Updater<br>Method or attribute name: on(eventClassifyInfo: EventClassifyInfo, taskCallback: UpgradeTaskCallback): void;|@ohos.update.d.ts|
|Added|NA|Class name: Updater<br>Method or attribute name: off(eventClassifyInfo: EventClassifyInfo, taskCallback?: UpgradeTaskCallback): void;|@ohos.update.d.ts|
|Added|NA|Module name: ohos.update<br>Class name: Restorer|@ohos.update.d.ts|
|Added|NA|Class name: Restorer<br>Method or attribute name: |@ohos.update.d.ts|
|Added|NA|Module name: ohos.update<br>Class name: Restorer<br>Method or attribute name: factoryReset(callback: AsyncCallback\<void>): void;|@ohos.update.d.ts|
|Added|NA|Class name: Restorer<br>Method or attribute name: factoryReset(callback: AsyncCallback\<void>): void;|@ohos.update.d.ts|
|Added|NA|Module name: ohos.update<br>Class name: Restorer<br>Method or attribute name: factoryReset(): Promise\<void>;|@ohos.update.d.ts|
|Added|NA|Class name: Restorer<br>Method or attribute name: factoryReset(): Promise\<void>;|@ohos.update.d.ts|
|Added|NA|Module name: ohos.update<br>Class name: LocalUpdater|@ohos.update.d.ts|
|Added|NA|Class name: LocalUpdater<br>Method or attribute name: |@ohos.update.d.ts|
|Added|NA|Module name: ohos.update<br>Class name: LocalUpdater<br>Method or attribute name: verifyUpgradePackage(upgradeFile: UpgradeFile, certsFile: string, callback: AsyncCallback\<void>): void;|@ohos.update.d.ts|
|Added|NA|Class name: LocalUpdater<br>Method or attribute name: verifyUpgradePackage(upgradeFile: UpgradeFile, certsFile: string, callback: AsyncCallback\<void>): void;|@ohos.update.d.ts|
|Added|NA|Module name: ohos.update<br>Class name: LocalUpdater<br>Method or attribute name: verifyUpgradePackage(upgradeFile: UpgradeFile, certsFile: string): Promise\<void>;|@ohos.update.d.ts|
|Added|NA|Class name: LocalUpdater<br>Method or attribute name: verifyUpgradePackage(upgradeFile: UpgradeFile, certsFile: string): Promise\<void>;|@ohos.update.d.ts|
|Added|NA|Module name: ohos.update<br>Class name: LocalUpdater<br>Method or attribute name: applyNewVersion(upgradeFiles: Array\<UpgradeFile>, callback: AsyncCallback\<void>): void;|@ohos.update.d.ts|
|Added|NA|Class name: LocalUpdater<br>Method or attribute name: applyNewVersion(upgradeFiles: Array\<UpgradeFile>, callback: AsyncCallback\<void>): void;|@ohos.update.d.ts|
|Added|NA|Module name: ohos.update<br>Class name: LocalUpdater<br>Method or attribute name: applyNewVersion(upgradeFiles: Array\<UpgradeFile>): Promise\<void>;|@ohos.update.d.ts|
|Added|NA|Class name: LocalUpdater<br>Method or attribute name: applyNewVersion(upgradeFiles: Array\<UpgradeFile>): Promise\<void>;|@ohos.update.d.ts|
|Added|NA|Module name: ohos.update<br>Class name: LocalUpdater<br>Method or attribute name: on(eventClassifyInfo: EventClassifyInfo, taskCallback: UpgradeTaskCallback): void;|@ohos.update.d.ts|
|Added|NA|Class name: LocalUpdater<br>Method or attribute name: on(eventClassifyInfo: EventClassifyInfo, taskCallback: UpgradeTaskCallback): void;|@ohos.update.d.ts|
|Added|NA|Module name: ohos.update<br>Class name: LocalUpdater<br>Method or attribute name: off(eventClassifyInfo: EventClassifyInfo, taskCallback?: UpgradeTaskCallback): void;|@ohos.update.d.ts|
|Added|NA|Class name: LocalUpdater<br>Method or attribute name: off(eventClassifyInfo: EventClassifyInfo, taskCallback?: UpgradeTaskCallback): void;|@ohos.update.d.ts|
|Added|NA|Module name: ohos.update<br>Class name: UpgradeInfo|@ohos.update.d.ts|
|Added|NA|Class name: UpgradeInfo<br>Method or attribute name: |@ohos.update.d.ts|
|Added|NA|Module name: ohos.update<br>Class name: UpgradeInfo<br>Method or attribute name: upgradeApp: string;|@ohos.update.d.ts|
|Added|NA|Class name: UpgradeInfo<br>Method or attribute name: upgradeApp: string;|@ohos.update.d.ts|
|Added|NA|Module name: ohos.update<br>Class name: UpgradeInfo<br>Method or attribute name: businessType: BusinessType;|@ohos.update.d.ts|
|Added|NA|Class name: UpgradeInfo<br>Method or attribute name: businessType: BusinessType;|@ohos.update.d.ts|
|Added|NA|Module name: ohos.update<br>Class name: BusinessType|@ohos.update.d.ts|
|Added|NA|Class name: BusinessType<br>Method or attribute name: |@ohos.update.d.ts|
|Added|NA|Module name: ohos.update<br>Class name: BusinessType<br>Method or attribute name: vendor: BusinessVendor;|@ohos.update.d.ts|
|Added|NA|Class name: BusinessType<br>Method or attribute name: vendor: BusinessVendor;|@ohos.update.d.ts|
|Added|NA|Module name: ohos.update<br>Class name: BusinessType<br>Method or attribute name: subType: BusinessSubType;|@ohos.update.d.ts|
|Added|NA|Class name: BusinessType<br>Method or attribute name: subType: BusinessSubType;|@ohos.update.d.ts|
|Added|NA|Class name: CheckResult<br>Method or attribute name: isExistNewVersion: boolean;|@ohos.update.d.ts|
|Added|NA|Class name: CheckResult<br>Method or attribute name: newVersionInfo: NewVersionInfo;|@ohos.update.d.ts|
|Added|NA|Class name: NewVersionInfo<br>Method or attribute name: versionDigestInfo: VersionDigestInfo;|@ohos.update.d.ts|
|Added|NA|Class name: NewVersionInfo<br>Method or attribute name: versionComponents: Array\<VersionComponent>;|@ohos.update.d.ts|
|Added|NA|Module name: ohos.update<br>Class name: VersionDigestInfo|@ohos.update.d.ts|
|Added|NA|Class name: VersionDigestInfo<br>Method or attribute name: |@ohos.update.d.ts|
|Added|NA|Module name: ohos.update<br>Class name: VersionDigestInfo<br>Method or attribute name: versionDigest: string;|@ohos.update.d.ts|
|Added|NA|Class name: VersionDigestInfo<br>Method or attribute name: versionDigest: string;|@ohos.update.d.ts|
|Added|NA|Module name: ohos.update<br>Class name: VersionComponent|@ohos.update.d.ts|
|Added|NA|Class name: VersionComponent<br>Method or attribute name: |@ohos.update.d.ts|
|Added|NA|Module name: ohos.update<br>Class name: VersionComponent<br>Method or attribute name: componentId: string;|@ohos.update.d.ts|
|Added|NA|Class name: VersionComponent<br>Method or attribute name: componentId: string;|@ohos.update.d.ts|
|Added|NA|Module name: ohos.update<br>Class name: VersionComponent<br>Method or attribute name: componentType: ComponentType;|@ohos.update.d.ts|
|Added|NA|Class name: VersionComponent<br>Method or attribute name: componentType: ComponentType;|@ohos.update.d.ts|
|Added|NA|Module name: ohos.update<br>Class name: VersionComponent<br>Method or attribute name: upgradeAction: UpgradeAction;|@ohos.update.d.ts|
|Added|NA|Class name: VersionComponent<br>Method or attribute name: upgradeAction: UpgradeAction;|@ohos.update.d.ts|
|Added|NA|Module name: ohos.update<br>Class name: VersionComponent<br>Method or attribute name: displayVersion: string;|@ohos.update.d.ts|
|Added|NA|Class name: VersionComponent<br>Method or attribute name: displayVersion: string;|@ohos.update.d.ts|
|Added|NA|Module name: ohos.update<br>Class name: VersionComponent<br>Method or attribute name: innerVersion: string;|@ohos.update.d.ts|
|Added|NA|Class name: VersionComponent<br>Method or attribute name: innerVersion: string;|@ohos.update.d.ts|
|Added|NA|Module name: ohos.update<br>Class name: VersionComponent<br>Method or attribute name: size: number;|@ohos.update.d.ts|
|Added|NA|Class name: VersionComponent<br>Method or attribute name: size: number;|@ohos.update.d.ts|
|Added|NA|Module name: ohos.update<br>Class name: VersionComponent<br>Method or attribute name: effectiveMode: EffectiveMode;|@ohos.update.d.ts|
|Added|NA|Class name: VersionComponent<br>Method or attribute name: effectiveMode: EffectiveMode;|@ohos.update.d.ts|
|Added|NA|Module name: ohos.update<br>Class name: VersionComponent<br>Method or attribute name: descriptionInfo: DescriptionInfo;|@ohos.update.d.ts|
|Added|NA|Class name: VersionComponent<br>Method or attribute name: descriptionInfo: DescriptionInfo;|@ohos.update.d.ts|
|Added|NA|Module name: ohos.update<br>Class name: DescriptionOptions|@ohos.update.d.ts|
|Added|NA|Class name: DescriptionOptions<br>Method or attribute name: |@ohos.update.d.ts|
|Added|NA|Module name: ohos.update<br>Class name: DescriptionOptions<br>Method or attribute name: format: DescriptionFormat;|@ohos.update.d.ts|
|Added|NA|Class name: DescriptionOptions<br>Method or attribute name: format: DescriptionFormat;|@ohos.update.d.ts|
|Added|NA|Module name: ohos.update<br>Class name: DescriptionOptions<br>Method or attribute name: language: string;|@ohos.update.d.ts|
|Added|NA|Class name: DescriptionOptions<br>Method or attribute name: language: string;|@ohos.update.d.ts|
|Added|NA|Module name: ohos.update<br>Class name: ComponentDescription|@ohos.update.d.ts|
|Added|NA|Class name: ComponentDescription<br>Method or attribute name: |@ohos.update.d.ts|
|Added|NA|Module name: ohos.update<br>Class name: ComponentDescription<br>Method or attribute name: componentId: string;|@ohos.update.d.ts|
|Added|NA|Class name: ComponentDescription<br>Method or attribute name: componentId: string;|@ohos.update.d.ts|
|Added|NA|Module name: ohos.update<br>Class name: ComponentDescription<br>Method or attribute name: descriptionInfo: DescriptionInfo;|@ohos.update.d.ts|
|Added|NA|Class name: ComponentDescription<br>Method or attribute name: descriptionInfo: DescriptionInfo;|@ohos.update.d.ts|
|Added|NA|Class name: DescriptionInfo<br>Method or attribute name: descriptionType: DescriptionType;|@ohos.update.d.ts|
|Added|NA|Module name: ohos.update<br>Class name: CurrentVersionInfo|@ohos.update.d.ts|
|Added|NA|Class name: CurrentVersionInfo<br>Method or attribute name: |@ohos.update.d.ts|
|Added|NA|Module name: ohos.update<br>Class name: CurrentVersionInfo<br>Method or attribute name: osVersion: string;|@ohos.update.d.ts|
|Added|NA|Class name: CurrentVersionInfo<br>Method or attribute name: osVersion: string;|@ohos.update.d.ts|
|Added|NA|Module name: ohos.update<br>Class name: CurrentVersionInfo<br>Method or attribute name: deviceName: string;|@ohos.update.d.ts|
|Added|NA|Class name: CurrentVersionInfo<br>Method or attribute name: deviceName: string;|@ohos.update.d.ts|
|Added|NA|Module name: ohos.update<br>Class name: CurrentVersionInfo<br>Method or attribute name: versionComponents: Array\<VersionComponent>;|@ohos.update.d.ts|
|Added|NA|Class name: CurrentVersionInfo<br>Method or attribute name: versionComponents: Array\<VersionComponent>;|@ohos.update.d.ts|
|Added|NA|Module name: ohos.update<br>Class name: DownloadOptions|@ohos.update.d.ts|
|Added|NA|Class name: DownloadOptions<br>Method or attribute name: |@ohos.update.d.ts|
|Added|NA|Module name: ohos.update<br>Class name: DownloadOptions<br>Method or attribute name: allowNetwork: NetType;|@ohos.update.d.ts|
|Added|NA|Class name: DownloadOptions<br>Method or attribute name: allowNetwork: NetType;|@ohos.update.d.ts|
|Added|NA|Module name: ohos.update<br>Class name: DownloadOptions<br>Method or attribute name: order: Order;|@ohos.update.d.ts|
|Added|NA|Class name: DownloadOptions<br>Method or attribute name: order: Order;|@ohos.update.d.ts|
|Added|NA|Module name: ohos.update<br>Class name: ResumeDownloadOptions|@ohos.update.d.ts|
|Added|NA|Class name: ResumeDownloadOptions<br>Method or attribute name: |@ohos.update.d.ts|
|Added|NA|Module name: ohos.update<br>Class name: ResumeDownloadOptions<br>Method or attribute name: allowNetwork: NetType;|@ohos.update.d.ts|
|Added|NA|Class name: ResumeDownloadOptions<br>Method or attribute name: allowNetwork: NetType;|@ohos.update.d.ts|
|Added|NA|Module name: ohos.update<br>Class name: PauseDownloadOptions|@ohos.update.d.ts|
|Added|NA|Class name: PauseDownloadOptions<br>Method or attribute name: |@ohos.update.d.ts|
|Added|NA|Module name: ohos.update<br>Class name: PauseDownloadOptions<br>Method or attribute name: isAllowAutoResume: boolean;|@ohos.update.d.ts|
|Added|NA|Class name: PauseDownloadOptions<br>Method or attribute name: isAllowAutoResume: boolean;|@ohos.update.d.ts|
|Added|NA|Module name: ohos.update<br>Class name: UpgradeOptions|@ohos.update.d.ts|
|Added|NA|Class name: UpgradeOptions<br>Method or attribute name: |@ohos.update.d.ts|
|Added|NA|Module name: ohos.update<br>Class name: UpgradeOptions<br>Method or attribute name: order: Order;|@ohos.update.d.ts|
|Added|NA|Class name: UpgradeOptions<br>Method or attribute name: order: Order;|@ohos.update.d.ts|
|Added|NA|Module name: ohos.update<br>Class name: ClearOptions|@ohos.update.d.ts|
|Added|NA|Class name: ClearOptions<br>Method or attribute name: |@ohos.update.d.ts|
|Added|NA|Module name: ohos.update<br>Class name: ClearOptions<br>Method or attribute name: status: UpgradeStatus;|@ohos.update.d.ts|
|Added|NA|Class name: ClearOptions<br>Method or attribute name: status: UpgradeStatus;|@ohos.update.d.ts|
|Added|NA|Module name: ohos.update<br>Class name: UpgradePolicy|@ohos.update.d.ts|
|Added|NA|Class name: UpgradePolicy<br>Method or attribute name: |@ohos.update.d.ts|
|Added|NA|Module name: ohos.update<br>Class name: UpgradePolicy<br>Method or attribute name: downloadStrategy: boolean;|@ohos.update.d.ts|
|Added|NA|Class name: UpgradePolicy<br>Method or attribute name: downloadStrategy: boolean;|@ohos.update.d.ts|
|Added|NA|Module name: ohos.update<br>Class name: UpgradePolicy<br>Method or attribute name: autoUpgradeStrategy: boolean;|@ohos.update.d.ts|
|Added|NA|Class name: UpgradePolicy<br>Method or attribute name: autoUpgradeStrategy: boolean;|@ohos.update.d.ts|
|Added|NA|Module name: ohos.update<br>Class name: UpgradePolicy<br>Method or attribute name: autoUpgradePeriods: Array\<UpgradePeriod>;|@ohos.update.d.ts|
|Added|NA|Class name: UpgradePolicy<br>Method or attribute name: autoUpgradePeriods: Array\<UpgradePeriod>;|@ohos.update.d.ts|
|Added|NA|Module name: ohos.update<br>Class name: UpgradePeriod|@ohos.update.d.ts|
|Added|NA|Class name: UpgradePeriod<br>Method or attribute name: |@ohos.update.d.ts|
|Added|NA|Module name: ohos.update<br>Class name: UpgradePeriod<br>Method or attribute name: start: number;|@ohos.update.d.ts|
|Added|NA|Class name: UpgradePeriod<br>Method or attribute name: start: number;|@ohos.update.d.ts|
|Added|NA|Module name: ohos.update<br>Class name: UpgradePeriod<br>Method or attribute name: end: number;|@ohos.update.d.ts|
|Added|NA|Class name: UpgradePeriod<br>Method or attribute name: end: number;|@ohos.update.d.ts|
|Added|NA|Module name: ohos.update<br>Class name: TaskInfo|@ohos.update.d.ts|
|Added|NA|Class name: TaskInfo<br>Method or attribute name: |@ohos.update.d.ts|
|Added|NA|Module name: ohos.update<br>Class name: TaskInfo<br>Method or attribute name: existTask: boolean;|@ohos.update.d.ts|
|Added|NA|Class name: TaskInfo<br>Method or attribute name: existTask: boolean;|@ohos.update.d.ts|
|Added|NA|Module name: ohos.update<br>Class name: TaskInfo<br>Method or attribute name: taskBody: TaskBody;|@ohos.update.d.ts|
|Added|NA|Class name: TaskInfo<br>Method or attribute name: taskBody: TaskBody;|@ohos.update.d.ts|
|Added|NA|Module name: ohos.update<br>Class name: EventInfo|@ohos.update.d.ts|
|Added|NA|Class name: EventInfo<br>Method or attribute name: |@ohos.update.d.ts|
|Added|NA|Module name: ohos.update<br>Class name: EventInfo<br>Method or attribute name: eventId: EventId;|@ohos.update.d.ts|
|Added|NA|Class name: EventInfo<br>Method or attribute name: eventId: EventId;|@ohos.update.d.ts|
|Added|NA|Module name: ohos.update<br>Class name: EventInfo<br>Method or attribute name: taskBody: TaskBody;|@ohos.update.d.ts|
|Added|NA|Class name: EventInfo<br>Method or attribute name: taskBody: TaskBody;|@ohos.update.d.ts|
|Added|NA|Module name: ohos.update<br>Class name: TaskBody|@ohos.update.d.ts|
|Added|NA|Class name: TaskBody<br>Method or attribute name: |@ohos.update.d.ts|
|Added|NA|Module name: ohos.update<br>Class name: TaskBody<br>Method or attribute name: versionDigestInfo: VersionDigestInfo;|@ohos.update.d.ts|
|Added|NA|Class name: TaskBody<br>Method or attribute name: versionDigestInfo: VersionDigestInfo;|@ohos.update.d.ts|
|Added|NA|Module name: ohos.update<br>Class name: TaskBody<br>Method or attribute name: status: UpgradeStatus;|@ohos.update.d.ts|
|Added|NA|Class name: TaskBody<br>Method or attribute name: status: UpgradeStatus;|@ohos.update.d.ts|
|Added|NA|Module name: ohos.update<br>Class name: TaskBody<br>Method or attribute name: subStatus: number;|@ohos.update.d.ts|
|Added|NA|Class name: TaskBody<br>Method or attribute name: subStatus: number;|@ohos.update.d.ts|
|Added|NA|Module name: ohos.update<br>Class name: TaskBody<br>Method or attribute name: progress: number;|@ohos.update.d.ts|
|Added|NA|Class name: TaskBody<br>Method or attribute name: progress: number;|@ohos.update.d.ts|
|Added|NA|Module name: ohos.update<br>Class name: TaskBody<br>Method or attribute name: installMode: number;|@ohos.update.d.ts|
|Added|NA|Class name: TaskBody<br>Method or attribute name: installMode: number;|@ohos.update.d.ts|
|Added|NA|Module name: ohos.update<br>Class name: TaskBody<br>Method or attribute name: errorMessages: Array\<ErrorMessage>;|@ohos.update.d.ts|
|Added|NA|Class name: TaskBody<br>Method or attribute name: errorMessages: Array\<ErrorMessage>;|@ohos.update.d.ts|
|Added|NA|Module name: ohos.update<br>Class name: TaskBody<br>Method or attribute name: versionComponents: Array\<VersionComponent>;|@ohos.update.d.ts|
|Added|NA|Class name: TaskBody<br>Method or attribute name: versionComponents: Array\<VersionComponent>;|@ohos.update.d.ts|
|Added|NA|Module name: ohos.update<br>Class name: ErrorMessage|@ohos.update.d.ts|
|Added|NA|Class name: ErrorMessage<br>Method or attribute name: |@ohos.update.d.ts|
|Added|NA|Module name: ohos.update<br>Class name: ErrorMessage<br>Method or attribute name: errorCode: number;|@ohos.update.d.ts|
|Added|NA|Class name: ErrorMessage<br>Method or attribute name: errorCode: number;|@ohos.update.d.ts|
|Added|NA|Module name: ohos.update<br>Class name: ErrorMessage<br>Method or attribute name: errorMessage: string;|@ohos.update.d.ts|
|Added|NA|Class name: ErrorMessage<br>Method or attribute name: errorMessage: string;|@ohos.update.d.ts|
|Added|NA|Module name: ohos.update<br>Class name: EventClassifyInfo|@ohos.update.d.ts|
|Added|NA|Class name: EventClassifyInfo<br>Method or attribute name: |@ohos.update.d.ts|
|Added|NA|Module name: ohos.update<br>Class name: EventClassifyInfo<br>Method or attribute name: eventClassify: EventClassify;|@ohos.update.d.ts|
|Added|NA|Class name: EventClassifyInfo<br>Method or attribute name: eventClassify: EventClassify;|@ohos.update.d.ts|
|Added|NA|Module name: ohos.update<br>Class name: EventClassifyInfo<br>Method or attribute name: extraInfo: string;|@ohos.update.d.ts|
|Added|NA|Class name: EventClassifyInfo<br>Method or attribute name: extraInfo: string;|@ohos.update.d.ts|
|Added|NA|Module name: ohos.update<br>Class name: UpgradeFile|@ohos.update.d.ts|
|Added|NA|Class name: UpgradeFile<br>Method or attribute name: |@ohos.update.d.ts|
|Added|NA|Module name: ohos.update<br>Class name: UpgradeFile<br>Method or attribute name: fileType: ComponentType;|@ohos.update.d.ts|
|Added|NA|Class name: UpgradeFile<br>Method or attribute name: fileType: ComponentType;|@ohos.update.d.ts|
|Added|NA|Module name: ohos.update<br>Class name: UpgradeFile<br>Method or attribute name: filePath: string;|@ohos.update.d.ts|
|Added|NA|Class name: UpgradeFile<br>Method or attribute name: filePath: string;|@ohos.update.d.ts|
|Added|NA|Module name: ohos.update<br>Class name: UpgradeTaskCallback|@ohos.update.d.ts|
|Added|NA|Class name: UpgradeTaskCallback<br>Method or attribute name: |@ohos.update.d.ts|
|Added|NA|Module name: ohos.update<br>Class name: UpgradeTaskCallback<br>Method or attribute name: (eventInfo: EventInfo): void;|@ohos.update.d.ts|
|Added|NA|Class name: UpgradeTaskCallback<br>Method or attribute name: (eventInfo: EventInfo): void;|@ohos.update.d.ts|
|Added|NA|Module name: ohos.update<br>Class name: BusinessVendor|@ohos.update.d.ts|
|Added|NA|Class name: BusinessVendor<br>Method or attribute name: |@ohos.update.d.ts|
|Added|NA|Module name: ohos.update<br>Class name: BusinessVendor<br>Method or attribute name: PUBLIC = "public"|@ohos.update.d.ts|
|Added|NA|Class name: BusinessVendor<br>Method or attribute name: PUBLIC = "public"|@ohos.update.d.ts|
|Added|NA|Module name: ohos.update<br>Class name: BusinessSubType|@ohos.update.d.ts|
|Added|NA|Class name: BusinessSubType<br>Method or attribute name: |@ohos.update.d.ts|
|Added|NA|Module name: ohos.update<br>Class name: BusinessSubType<br>Method or attribute name: FIRMWARE = 1|@ohos.update.d.ts|
|Added|NA|Class name: BusinessSubType<br>Method or attribute name: FIRMWARE = 1|@ohos.update.d.ts|
|Added|NA|Module name: ohos.update<br>Class name: ComponentType|@ohos.update.d.ts|
|Added|NA|Class name: ComponentType<br>Method or attribute name: |@ohos.update.d.ts|
|Added|NA|Module name: ohos.update<br>Class name: ComponentType<br>Method or attribute name: OTA = 1|@ohos.update.d.ts|
|Added|NA|Class name: ComponentType<br>Method or attribute name: OTA = 1|@ohos.update.d.ts|
|Added|NA|Module name: ohos.update<br>Class name: UpgradeAction|@ohos.update.d.ts|
|Added|NA|Class name: UpgradeAction<br>Method or attribute name: |@ohos.update.d.ts|
|Added|NA|Module name: ohos.update<br>Class name: UpgradeAction<br>Method or attribute name: UPGRADE = "upgrade"|@ohos.update.d.ts|
|Added|NA|Class name: UpgradeAction<br>Method or attribute name: UPGRADE = "upgrade"|@ohos.update.d.ts|
|Added|NA|Module name: ohos.update<br>Class name: UpgradeAction<br>Method or attribute name: RECOVERY = "recovery"|@ohos.update.d.ts|
|Added|NA|Class name: UpgradeAction<br>Method or attribute name: RECOVERY = "recovery"|@ohos.update.d.ts|
|Added|NA|Module name: ohos.update<br>Class name: EffectiveMode|@ohos.update.d.ts|
|Added|NA|Class name: EffectiveMode<br>Method or attribute name: |@ohos.update.d.ts|
|Added|NA|Module name: ohos.update<br>Class name: EffectiveMode<br>Method or attribute name: COLD = 1|@ohos.update.d.ts|
|Added|NA|Class name: EffectiveMode<br>Method or attribute name: COLD = 1|@ohos.update.d.ts|
|Added|NA|Module name: ohos.update<br>Class name: EffectiveMode<br>Method or attribute name: LIVE = 2|@ohos.update.d.ts|
|Added|NA|Class name: EffectiveMode<br>Method or attribute name: LIVE = 2|@ohos.update.d.ts|
|Added|NA|Module name: ohos.update<br>Class name: EffectiveMode<br>Method or attribute name: LIVE_AND_COLD = 3|@ohos.update.d.ts|
|Added|NA|Class name: EffectiveMode<br>Method or attribute name: LIVE_AND_COLD = 3|@ohos.update.d.ts|
|Added|NA|Module name: ohos.update<br>Class name: DescriptionType|@ohos.update.d.ts|
|Added|NA|Class name: DescriptionType<br>Method or attribute name: |@ohos.update.d.ts|
|Added|NA|Module name: ohos.update<br>Class name: DescriptionType<br>Method or attribute name: CONTENT = 0|@ohos.update.d.ts|
|Added|NA|Class name: DescriptionType<br>Method or attribute name: CONTENT = 0|@ohos.update.d.ts|
|Added|NA|Module name: ohos.update<br>Class name: DescriptionType<br>Method or attribute name: URI = 1|@ohos.update.d.ts|
|Added|NA|Class name: DescriptionType<br>Method or attribute name: URI = 1|@ohos.update.d.ts|
|Added|NA|Module name: ohos.update<br>Class name: DescriptionFormat|@ohos.update.d.ts|
|Added|NA|Class name: DescriptionFormat<br>Method or attribute name: |@ohos.update.d.ts|
|Added|NA|Module name: ohos.update<br>Class name: DescriptionFormat<br>Method or attribute name: STANDARD = 0|@ohos.update.d.ts|
|Added|NA|Class name: DescriptionFormat<br>Method or attribute name: STANDARD = 0|@ohos.update.d.ts|
|Added|NA|Module name: ohos.update<br>Class name: DescriptionFormat<br>Method or attribute name: SIMPLIFIED = 1|@ohos.update.d.ts|
|Added|NA|Class name: DescriptionFormat<br>Method or attribute name: SIMPLIFIED = 1|@ohos.update.d.ts|
|Added|NA|Module name: ohos.update<br>Class name: NetType|@ohos.update.d.ts|
|Added|NA|Class name: NetType<br>Method or attribute name: |@ohos.update.d.ts|
|Added|NA|Module name: ohos.update<br>Class name: NetType<br>Method or attribute name: CELLULAR = 1|@ohos.update.d.ts|
|Added|NA|Class name: NetType<br>Method or attribute name: CELLULAR = 1|@ohos.update.d.ts|
|Added|NA|Module name: ohos.update<br>Class name: NetType<br>Method or attribute name: METERED_WIFI = 2|@ohos.update.d.ts|
|Added|NA|Class name: NetType<br>Method or attribute name: METERED_WIFI = 2|@ohos.update.d.ts|
|Added|NA|Module name: ohos.update<br>Class name: NetType<br>Method or attribute name: NOT_METERED_WIFI = 4|@ohos.update.d.ts|
|Added|NA|Class name: NetType<br>Method or attribute name: NOT_METERED_WIFI = 4|@ohos.update.d.ts|
|Added|NA|Module name: ohos.update<br>Class name: NetType<br>Method or attribute name: WIFI = 6|@ohos.update.d.ts|
|Added|NA|Class name: NetType<br>Method or attribute name: WIFI = 6|@ohos.update.d.ts|
|Added|NA|Module name: ohos.update<br>Class name: NetType<br>Method or attribute name: CELLULAR_AND_WIFI = 7|@ohos.update.d.ts|
|Added|NA|Class name: NetType<br>Method or attribute name: CELLULAR_AND_WIFI = 7|@ohos.update.d.ts|
|Added|NA|Module name: ohos.update<br>Class name: Order|@ohos.update.d.ts|
|Added|NA|Class name: Order<br>Method or attribute name: |@ohos.update.d.ts|
|Added|NA|Module name: ohos.update<br>Class name: Order<br>Method or attribute name: DOWNLOAD = 1|@ohos.update.d.ts|
|Added|NA|Class name: Order<br>Method or attribute name: DOWNLOAD = 1|@ohos.update.d.ts|
|Added|NA|Module name: ohos.update<br>Class name: Order<br>Method or attribute name: INSTALL = 2|@ohos.update.d.ts|
|Added|NA|Class name: Order<br>Method or attribute name: INSTALL = 2|@ohos.update.d.ts|
|Added|NA|Module name: ohos.update<br>Class name: Order<br>Method or attribute name: DOWNLOAD_AND_INSTALL = 3|@ohos.update.d.ts|
|Added|NA|Class name: Order<br>Method or attribute name: DOWNLOAD_AND_INSTALL = 3|@ohos.update.d.ts|
|Added|NA|Module name: ohos.update<br>Class name: Order<br>Method or attribute name: APPLY = 4|@ohos.update.d.ts|
|Added|NA|Class name: Order<br>Method or attribute name: APPLY = 4|@ohos.update.d.ts|
|Added|NA|Module name: ohos.update<br>Class name: Order<br>Method or attribute name: INSTALL_AND_APPLY = 6|@ohos.update.d.ts|
|Added|NA|Class name: Order<br>Method or attribute name: INSTALL_AND_APPLY = 6|@ohos.update.d.ts|
|Added|NA|Module name: ohos.update<br>Class name: UpgradeStatus|@ohos.update.d.ts|
|Added|NA|Class name: UpgradeStatus<br>Method or attribute name: |@ohos.update.d.ts|
|Added|NA|Module name: ohos.update<br>Class name: UpgradeStatus<br>Method or attribute name: WAITING_DOWNLOAD = 20|@ohos.update.d.ts|
|Added|NA|Class name: UpgradeStatus<br>Method or attribute name: WAITING_DOWNLOAD = 20|@ohos.update.d.ts|
|Added|NA|Module name: ohos.update<br>Class name: UpgradeStatus<br>Method or attribute name: DOWNLOADING = 21|@ohos.update.d.ts|
|Added|NA|Class name: UpgradeStatus<br>Method or attribute name: DOWNLOADING = 21|@ohos.update.d.ts|
|Added|NA|Module name: ohos.update<br>Class name: UpgradeStatus<br>Method or attribute name: DOWNLOAD_PAUSED = 22|@ohos.update.d.ts|
|Added|NA|Class name: UpgradeStatus<br>Method or attribute name: DOWNLOAD_PAUSED = 22|@ohos.update.d.ts|
|Added|NA|Module name: ohos.update<br>Class name: UpgradeStatus<br>Method or attribute name: DOWNLOAD_FAIL = 23|@ohos.update.d.ts|
|Added|NA|Class name: UpgradeStatus<br>Method or attribute name: DOWNLOAD_FAIL = 23|@ohos.update.d.ts|
|Added|NA|Module name: ohos.update<br>Class name: UpgradeStatus<br>Method or attribute name: WAITING_INSTALL = 30|@ohos.update.d.ts|
|Added|NA|Class name: UpgradeStatus<br>Method or attribute name: WAITING_INSTALL = 30|@ohos.update.d.ts|
|Added|NA|Module name: ohos.update<br>Class name: UpgradeStatus<br>Method or attribute name: UPDATING = 31|@ohos.update.d.ts|
|Added|NA|Class name: UpgradeStatus<br>Method or attribute name: UPDATING = 31|@ohos.update.d.ts|
|Added|NA|Module name: ohos.update<br>Class name: UpgradeStatus<br>Method or attribute name: WAITING_APPLY = 40|@ohos.update.d.ts|
|Added|NA|Class name: UpgradeStatus<br>Method or attribute name: WAITING_APPLY = 40|@ohos.update.d.ts|
|Added|NA|Module name: ohos.update<br>Class name: UpgradeStatus<br>Method or attribute name: APPLYING = 41|@ohos.update.d.ts|
|Added|NA|Class name: UpgradeStatus<br>Method or attribute name: APPLYING = 41|@ohos.update.d.ts|
|Added|NA|Module name: ohos.update<br>Class name: UpgradeStatus<br>Method or attribute name: UPGRADE_SUCCESS = 50|@ohos.update.d.ts|
|Added|NA|Class name: UpgradeStatus<br>Method or attribute name: UPGRADE_SUCCESS = 50|@ohos.update.d.ts|
|Added|NA|Module name: ohos.update<br>Class name: UpgradeStatus<br>Method or attribute name: UPGRADE_FAIL = 51|@ohos.update.d.ts|
|Added|NA|Class name: UpgradeStatus<br>Method or attribute name: UPGRADE_FAIL = 51|@ohos.update.d.ts|
|Added|NA|Module name: ohos.update<br>Class name: EventClassify|@ohos.update.d.ts|
|Added|NA|Class name: EventClassify<br>Method or attribute name: |@ohos.update.d.ts|
|Added|NA|Module name: ohos.update<br>Class name: EventClassify<br>Method or attribute name: TASK = 0x01000000|@ohos.update.d.ts|
|Added|NA|Class name: EventClassify<br>Method or attribute name: TASK = 0x01000000|@ohos.update.d.ts|
|Added|NA|Module name: ohos.update<br>Class name: EventId|@ohos.update.d.ts|
|Added|NA|Class name: EventId<br>Method or attribute name: |@ohos.update.d.ts|
|Added|NA|Module name: ohos.update<br>Class name: EventId<br>Method or attribute name: EVENT_TASK_BASE = EventClassify.TASK|@ohos.update.d.ts|
|Added|NA|Class name: EventId<br>Method or attribute name: EVENT_TASK_BASE = EventClassify.TASK|@ohos.update.d.ts|
|Added|NA|Module name: ohos.update<br>Class name: EventId<br>Method or attribute name: EVENT_TASK_RECEIVE|@ohos.update.d.ts|
|Added|NA|Class name: EventId<br>Method or attribute name: EVENT_TASK_RECEIVE|@ohos.update.d.ts|
|Added|NA|Module name: ohos.update<br>Class name: EventId<br>Method or attribute name: EVENT_TASK_CANCEL|@ohos.update.d.ts|
|Added|NA|Class name: EventId<br>Method or attribute name: EVENT_TASK_CANCEL|@ohos.update.d.ts|
|Added|NA|Module name: ohos.update<br>Class name: EventId<br>Method or attribute name: EVENT_DOWNLOAD_WAIT|@ohos.update.d.ts|
|Added|NA|Class name: EventId<br>Method or attribute name: EVENT_DOWNLOAD_WAIT|@ohos.update.d.ts|
|Added|NA|Module name: ohos.update<br>Class name: EventId<br>Method or attribute name: EVENT_DOWNLOAD_START|@ohos.update.d.ts|
|Added|NA|Class name: EventId<br>Method or attribute name: EVENT_DOWNLOAD_START|@ohos.update.d.ts|
|Added|NA|Module name: ohos.update<br>Class name: EventId<br>Method or attribute name: EVENT_DOWNLOAD_UPDATE|@ohos.update.d.ts|
|Added|NA|Class name: EventId<br>Method or attribute name: EVENT_DOWNLOAD_UPDATE|@ohos.update.d.ts|
|Added|NA|Module name: ohos.update<br>Class name: EventId<br>Method or attribute name: EVENT_DOWNLOAD_PAUSE|@ohos.update.d.ts|
|Added|NA|Class name: EventId<br>Method or attribute name: EVENT_DOWNLOAD_PAUSE|@ohos.update.d.ts|
|Added|NA|Module name: ohos.update<br>Class name: EventId<br>Method or attribute name: EVENT_DOWNLOAD_RESUME|@ohos.update.d.ts|
|Added|NA|Class name: EventId<br>Method or attribute name: EVENT_DOWNLOAD_RESUME|@ohos.update.d.ts|
|Added|NA|Module name: ohos.update<br>Class name: EventId<br>Method or attribute name: EVENT_DOWNLOAD_SUCCESS|@ohos.update.d.ts|
|Added|NA|Class name: EventId<br>Method or attribute name: EVENT_DOWNLOAD_SUCCESS|@ohos.update.d.ts|
|Added|NA|Module name: ohos.update<br>Class name: EventId<br>Method or attribute name: EVENT_DOWNLOAD_FAIL|@ohos.update.d.ts|
|Added|NA|Class name: EventId<br>Method or attribute name: EVENT_DOWNLOAD_FAIL|@ohos.update.d.ts|
|Added|NA|Module name: ohos.update<br>Class name: EventId<br>Method or attribute name: EVENT_UPGRADE_WAIT|@ohos.update.d.ts|
|Added|NA|Class name: EventId<br>Method or attribute name: EVENT_UPGRADE_WAIT|@ohos.update.d.ts|
|Added|NA|Module name: ohos.update<br>Class name: EventId<br>Method or attribute name: EVENT_UPGRADE_START|@ohos.update.d.ts|
|Added|NA|Class name: EventId<br>Method or attribute name: EVENT_UPGRADE_START|@ohos.update.d.ts|
|Added|NA|Module name: ohos.update<br>Class name: EventId<br>Method or attribute name: EVENT_UPGRADE_UPDATE|@ohos.update.d.ts|
|Added|NA|Class name: EventId<br>Method or attribute name: EVENT_UPGRADE_UPDATE|@ohos.update.d.ts|
|Added|NA|Module name: ohos.update<br>Class name: EventId<br>Method or attribute name: EVENT_APPLY_WAIT|@ohos.update.d.ts|
|Added|NA|Class name: EventId<br>Method or attribute name: EVENT_APPLY_WAIT|@ohos.update.d.ts|
|Added|NA|Module name: ohos.update<br>Class name: EventId<br>Method or attribute name: EVENT_APPLY_START|@ohos.update.d.ts|
|Added|NA|Class name: EventId<br>Method or attribute name: EVENT_APPLY_START|@ohos.update.d.ts|
|Added|NA|Module name: ohos.update<br>Class name: EventId<br>Method or attribute name: EVENT_UPGRADE_SUCCESS|@ohos.update.d.ts|
|Added|NA|Class name: EventId<br>Method or attribute name: EVENT_UPGRADE_SUCCESS|@ohos.update.d.ts|
|Added|NA|Module name: ohos.update<br>Class name: EventId<br>Method or attribute name: EVENT_UPGRADE_FAIL|@ohos.update.d.ts|
|Added|NA|Class name: EventId<br>Method or attribute name: EVENT_UPGRADE_FAIL|@ohos.update.d.ts|
|Deleted|Module name: ohos.update<br>Class name: UpdateTypes<br>Method or attribute name: type UpdateTypes =<br> 'OTA' \|<br> 'patch';|NA|@ohos.update.d.ts|
|Deleted|Module name: ohos.update<br>Class name: UpdateTypes<br>Method or attribute name: type UpdateTypes =<br> 'OTA' \|<br> 'patch';|NA|@ohos.update.d.ts|
|Deleted|Module name: ohos.update<br>Class name: PackageTypes|NA|@ohos.update.d.ts|
|Deleted|Module name: ohos.update<br>Class name: PackageTypes<br>Method or attribute name: PACKAGE_TYPE_NORMAL = 1|NA|@ohos.update.d.ts|
|Deleted|Module name: ohos.update<br>Class name: PackageTypes<br>Method or attribute name: PACKAGE_TYPE_BASE = 2|NA|@ohos.update.d.ts|
|Deleted|Module name: ohos.update<br>Class name: PackageTypes<br>Method or attribute name: PACKAGE_TYPE_CUST = 3|NA|@ohos.update.d.ts|
|Deleted|Module name: ohos.update<br>Class name: PackageTypes<br>Method or attribute name: PACKAGE_TYPE_PRELOAD = 4|NA|@ohos.update.d.ts|
|Deleted|Module name: ohos.update<br>Class name: PackageTypes<br>Method or attribute name: PACKAGE_TYPE_COTA = 5|NA|@ohos.update.d.ts|
|Deleted|Module name: ohos.update<br>Class name: PackageTypes<br>Method or attribute name: PACKAGE_TYPE_VERSION = 6|NA|@ohos.update.d.ts|
|Deleted|Module name: ohos.update<br>Class name: PackageTypes<br>Method or attribute name: PACKAGE_TYPE_PATCH = 7|NA|@ohos.update.d.ts|
|Deleted|Module name: ohos.update<br>Class name: CheckResult<br>Method or attribute name: versionName: number;|NA|@ohos.update.d.ts|
|Deleted|Module name: ohos.update<br>Class name: CheckResult<br>Method or attribute name: versionCode: string;|NA|@ohos.update.d.ts|
|Deleted|Module name: ohos.update<br>Class name: CheckResult<br>Method or attribute name: size: number;|NA|@ohos.update.d.ts|
|Deleted|Module name: ohos.update<br>Class name: CheckResult<br>Method or attribute name: verifyInfo: string;|NA|@ohos.update.d.ts|
|Deleted|Module name: ohos.update<br>Class name: CheckResult<br>Method or attribute name: packageType: PackageTypes;|NA|@ohos.update.d.ts|
|Deleted|Module name: ohos.update<br>Class name: CheckResult<br>Method or attribute name: descriptionId: string;|NA|@ohos.update.d.ts|
|Deleted|Module name: ohos.update<br>Class name: DescriptionInfo<br>Method or attribute name: descriptionId: string;|NA|@ohos.update.d.ts|
|Deleted|Module name: ohos.update<br>Class name: NewVersionStatus|NA|@ohos.update.d.ts|
|Deleted|Module name: ohos.update<br>Class name: NewVersionStatus<br>Method or attribute name: VERSION_STATUS_ERR = -1|NA|@ohos.update.d.ts|
|Deleted|Module name: ohos.update<br>Class name: NewVersionStatus<br>Method or attribute name: VERSION_STATUS_NEW = 0|NA|@ohos.update.d.ts|
|Deleted|Module name: ohos.update<br>Class name: NewVersionStatus<br>Method or attribute name: VERSION_STATUS_NONE = 1|NA|@ohos.update.d.ts|
|Deleted|Module name: ohos.update<br>Class name: NewVersionStatus<br>Method or attribute name: VERSION_STATUS_BUSY = 2|NA|@ohos.update.d.ts|
|Deleted|Module name: ohos.update<br>Class name: NewVersionInfo<br>Method or attribute name: status: NewVersionStatus;|NA|@ohos.update.d.ts|
|Deleted|Module name: ohos.update<br>Class name: NewVersionInfo<br>Method or attribute name: errMsg: string;|NA|@ohos.update.d.ts|
|Deleted|Module name: ohos.update<br>Class name: NewVersionInfo<br>Method or attribute name: checkResults: Array\<CheckResult>;|NA|@ohos.update.d.ts|
|Deleted|Module name: ohos.update<br>Class name: NewVersionInfo<br>Method or attribute name: descriptionInfo: Array\<DescriptionInfo>;|NA|@ohos.update.d.ts|
|Deleted|Module name: ohos.update<br>Class name: UpdateState|NA|@ohos.update.d.ts|
|Deleted|Module name: ohos.update<br>Class name: UpdateState<br>Method or attribute name: UPDATE_STATE_INIT = 0|NA|@ohos.update.d.ts|
|Deleted|Module name: ohos.update<br>Class name: UpdateState<br>Method or attribute name: UPDATE_STATE_CHECK_VERSION_ON = 10|NA|@ohos.update.d.ts|
|Deleted|Module name: ohos.update<br>Class name: UpdateState<br>Method or attribute name: UPDATE_STATE_CHECK_VERSION_FAIL|NA|@ohos.update.d.ts|
|Deleted|Module name: ohos.update<br>Class name: UpdateState<br>Method or attribute name: UPDATE_STATE_CHECK_VERSION_SUCCESS|NA|@ohos.update.d.ts|
|Deleted|Module name: ohos.update<br>Class name: UpdateState<br>Method or attribute name: UPDATE_STATE_DOWNLOAD_ON = 20|NA|@ohos.update.d.ts|
|Deleted|Module name: ohos.update<br>Class name: UpdateState<br>Method or attribute name: UPDATE_STATE_DOWNLOAD_PAUSE|NA|@ohos.update.d.ts|
|Deleted|Module name: ohos.update<br>Class name: UpdateState<br>Method or attribute name: UPDATE_STATE_DOWNLOAD_CANCEL|NA|@ohos.update.d.ts|
|Deleted|Module name: ohos.update<br>Class name: UpdateState<br>Method or attribute name: UPDATE_STATE_DOWNLOAD_FAIL|NA|@ohos.update.d.ts|
|Deleted|Module name: ohos.update<br>Class name: UpdateState<br>Method or attribute name: UPDATE_STATE_DOWNLOAD_SUCCESS|NA|@ohos.update.d.ts|
|Deleted|Module name: ohos.update<br>Class name: UpdateState<br>Method or attribute name: UPDATE_STATE_VERIFY_ON = 30|NA|@ohos.update.d.ts|
|Deleted|Module name: ohos.update<br>Class name: UpdateState<br>Method or attribute name: UPDATE_STATE_VERIFY_FAIL|NA|@ohos.update.d.ts|
|Deleted|Module name: ohos.update<br>Class name: UpdateState<br>Method or attribute name: UPDATE_STATE_VERIFY_SUCCESS|NA|@ohos.update.d.ts|
|Deleted|Module name: ohos.update<br>Class name: UpdateState<br>Method or attribute name: UPDATE_STATE_PACKAGE_TRANS_ON = 70|NA|@ohos.update.d.ts|
|Deleted|Module name: ohos.update<br>Class name: UpdateState<br>Method or attribute name: UPDATE_STATE_PACKAGE_TRANS_FAIL|NA|@ohos.update.d.ts|
|Deleted|Module name: ohos.update<br>Class name: UpdateState<br>Method or attribute name: UPDATE_STATE_PACKAGE_TRANS_SUCCESS|NA|@ohos.update.d.ts|
|Deleted|Module name: ohos.update<br>Class name: UpdateState<br>Method or attribute name: UPDATE_STATE_INSTALL_ON = 80|NA|@ohos.update.d.ts|
|Deleted|Module name: ohos.update<br>Class name: UpdateState<br>Method or attribute name: UPDATE_STATE_INSTALL_FAIL|NA|@ohos.update.d.ts|
|Deleted|Module name: ohos.update<br>Class name: UpdateState<br>Method or attribute name: UPDATE_STATE_INSTALL_SUCCESS|NA|@ohos.update.d.ts|
|Deleted|Module name: ohos.update<br>Class name: UpdateState<br>Method or attribute name: UPDATE_STATE_UPDATE_ON = 90|NA|@ohos.update.d.ts|
|Deleted|Module name: ohos.update<br>Class name: UpdateState<br>Method or attribute name: UPDATE_STATE_UPDATE_FAIL|NA|@ohos.update.d.ts|
|Deleted|Module name: ohos.update<br>Class name: UpdateState<br>Method or attribute name: UPDATE_STATE_UPDATE_SUCCESS|NA|@ohos.update.d.ts|
|Deleted|Module name: ohos.update<br>Class name: Progress|NA|@ohos.update.d.ts|
|Deleted|Module name: ohos.update<br>Class name: Progress<br>Method or attribute name: percent: number;|NA|@ohos.update.d.ts|
|Deleted|Module name: ohos.update<br>Class name: Progress<br>Method or attribute name: status: UpdateState;|NA|@ohos.update.d.ts|
|Deleted|Module name: ohos.update<br>Class name: Progress<br>Method or attribute name: endReason: string;|NA|@ohos.update.d.ts|
|Deleted|Module name: ohos.update<br>Class name: InstallMode|NA|@ohos.update.d.ts|
|Deleted|Module name: ohos.update<br>Class name: InstallMode<br>Method or attribute name: INSTALL_MODE_NORMAL|NA|@ohos.update.d.ts|
|Deleted|Module name: ohos.update<br>Class name: InstallMode<br>Method or attribute name: INSTALL_MODE_NIGHT|NA|@ohos.update.d.ts|
|Deleted|Module name: ohos.update<br>Class name: InstallMode<br>Method or attribute name: INSTALL_MODE_AUTO|NA|@ohos.update.d.ts|
|Deleted|Module name: ohos.update<br>Class name: UpdatePolicy|NA|@ohos.update.d.ts|
|Deleted|Module name: ohos.update<br>Class name: UpdatePolicy<br>Method or attribute name: autoDownload: boolean;|NA|@ohos.update.d.ts|
|Deleted|Module name: ohos.update<br>Class name: UpdatePolicy<br>Method or attribute name: installMode: INSTALL_MODE;|NA|@ohos.update.d.ts|
|Deleted|Module name: ohos.update<br>Class name: UpdatePolicy<br>Method or attribute name: autoUpgradeInterval: Array\<number>;|NA|@ohos.update.d.ts|
|Deleted|Module name: ohos.update<br>Class name: UpdateProgressCallback|NA|@ohos.update.d.ts|
|Deleted|Module name: ohos.update<br>Class name: UpdateProgressCallback<br>Method or attribute name: (progress: Progress): void;|NA|@ohos.update.d.ts|
|Deleted|Module name: ohos.update<br>Class name: Updater<br>Method or attribute name: getUpdatePolicy(callback: AsyncCallback\<UpdatePolicy>): void;|NA|@ohos.update.d.ts|
|Deleted|Module name: ohos.update<br>Class name: Updater<br>Method or attribute name: getUpdatePolicy(): Promise\<UpdatePolicy>;|NA|@ohos.update.d.ts|
|Deleted|Module name: ohos.update<br>Class name: Updater<br>Method or attribute name: setUpdatePolicy(policy: UpdatePolicy, callback: AsyncCallback\<number>): void;|NA|@ohos.update.d.ts|
|Deleted|Module name: ohos.update<br>Class name: Updater<br>Method or attribute name: setUpdatePolicy(policy: UpdatePolicy): Promise\<number>;|NA|@ohos.update.d.ts|
|Deleted|Module name: ohos.update<br>Class name: Updater<br>Method or attribute name: applyNewVersion(callback: AsyncCallback\<number>): void;|NA|@ohos.update.d.ts|
|Deleted|Module name: ohos.update<br>Class name: Updater<br>Method or attribute name: applyNewVersion(): Promise\<number>;|NA|@ohos.update.d.ts|
|Deleted|Module name: ohos.update<br>Class name: Updater<br>Method or attribute name: rebootAndCleanCache(callback: AsyncCallback\<number>): void;|NA|@ohos.update.d.ts|
|Deleted|Module name: ohos.update<br>Class name: Updater<br>Method or attribute name: rebootAndCleanCache(): Promise\<number>;|NA|@ohos.update.d.ts|
|Deleted|Module name: ohos.update<br>Class name: Updater<br>Method or attribute name: rebootAndCleanUserData(callback: AsyncCallback\<number>): void;|NA|@ohos.update.d.ts|
|Deleted|Module name: ohos.update<br>Class name: Updater<br>Method or attribute name: rebootAndCleanUserData(): Promise\<number>;|NA|@ohos.update.d.ts|
|Deleted|Module name: ohos.update<br>Class name: Updater<br>Method or attribute name: verifyUpdatePackage(upgradeFile: string, certsFile: string): void;|NA|@ohos.update.d.ts|
|Deleted|Module name: ohos.update<br>Class name: Updater<br>Method or attribute name: on(eventType: 'downloadProgress', callback: UpdateProgressCallback): void;|NA|@ohos.update.d.ts|
|Deleted|Module name: ohos.update<br>Class name: Updater<br>Method or attribute name: on(eventType: 'upgradeProgress', callback: UpdateProgressCallback): void;|NA|@ohos.update.d.ts|
|Deleted|Module name: ohos.update<br>Class name: Updater<br>Method or attribute name: on(eventType: 'verifyProgress', callback: UpdateProgressCallback): void;|NA|@ohos.update.d.ts|
|Deleted|Module name: ohos.update<br>Class name: Updater<br>Method or attribute name: off(eventType: 'downloadProgress', callback?: UpdateProgressCallback): void;|NA|@ohos.update.d.ts|
|Deleted|Module name: ohos.update<br>Class name: Updater<br>Method or attribute name: off(eventType: 'upgradeProgress', callback?: UpdateProgressCallback): void;|NA|@ohos.update.d.ts|
|Deleted|Module name: ohos.update<br>Class name: Updater<br>Method or attribute name: off(eventType: 'verifyProgress', callback?: UpdateProgressCallback): void;|NA|@ohos.update.d.ts|
|Deleted|Module name: ohos.update<br>Class name: Updater<br>Method or attribute name: cancel(): void;|NA|@ohos.update.d.ts|
|Deleted|Module name: ohos.update<br>Class name: update<br>Method or attribute name: function getUpdater(upgradeFile: string, updateType?: UpdateTypes): Updater;|NA|@ohos.update.d.ts|
|Deleted|Module name: ohos.update<br>Class name: update<br>Method or attribute name: function getUpdaterForOther(upgradeFile: string, device: string, updateType?: UpdateTypes): Updater;|NA|@ohos.update.d.ts|
|Deleted|Module name: ohos.update<br>Class name: update<br>Method or attribute name: function getUpdaterFromOther(upgradeFile: string, device: string, updateType?: UpdateTypes): Updater;|NA|@ohos.update.d.ts|
|Initial version changed|Class name: update<br>Initial version: 6|Class name: update<br>Initial version: 9|@ohos.update.d.ts|
|Initial version changed|Class name: Updater<br>Initial version: 6|Class name: Updater<br>Initial version: 9|@ohos.update.d.ts|
|Initial version changed|Class name: Updater<br>Method or attribute name: getNewVersionInfo(callback: AsyncCallback\<NewVersionInfo>): void;<br>Initial version: 6|Class name: Updater<br>Method or attribute name: getNewVersionInfo(callback: AsyncCallback\<NewVersionInfo>): void;<br>Initial version: 9|@ohos.update.d.ts|
|Initial version changed|Class name: Updater<br>Method or attribute name: getNewVersionInfo(): Promise\<NewVersionInfo>;<br>Initial version: 6|Class name: Updater<br>Method or attribute name: getNewVersionInfo(): Promise\<NewVersionInfo>;<br>Initial version: 9|@ohos.update.d.ts|
|Initial version changed|Class name: CheckResult<br>Initial version: 6|Class name: CheckResult<br>Initial version: 9|@ohos.update.d.ts|
|Initial version changed|Class name: NewVersionInfo<br>Initial version: 6|Class name: NewVersionInfo<br>Initial version: 9|@ohos.update.d.ts|
|Initial version changed|Class name: DescriptionInfo<br>Initial version: 6|Class name: DescriptionInfo<br>Initial version: 9|@ohos.update.d.ts|
|Initial version changed|Class name: DescriptionInfo<br>Method or attribute name: content: string;<br>Initial version: 6|Class name: DescriptionInfo<br>Method or attribute name: content: string;<br>Initial version: 9|@ohos.update.d.ts|
|Error code added|NA|Class name: Updater<br>Method or attribute name: getNewVersionInfo(callback: AsyncCallback\<NewVersionInfo>): void;<br>Error code: 201, 11500104|@ohos.update.d.ts|
|Error code added|NA|Class name: Updater<br>Method or attribute name: getNewVersionInfo(): Promise\<NewVersionInfo>;<br>Error code: 201, 11500104|@ohos.update.d.ts|
|Permission added|Class name: Updater<br>Method or attribute name: getNewVersionInfo(callback: AsyncCallback\<NewVersionInfo>): void;<br>Permission: N/A|Class name: Updater<br>Method or attribute name: getNewVersionInfo(callback: AsyncCallback\<NewVersionInfo>): void;<br>Permission: ohos.permission.UPDATE_SYSTEM|@ohos.update.d.ts|
|Permission added|Class name: Updater<br>Method or attribute name: getNewVersionInfo(): Promise\<NewVersionInfo>;<br>Permission: N/A|Class name: Updater<br>Method or attribute name: getNewVersionInfo(): Promise\<NewVersionInfo>;<br>Permission: ohos.permission.UPDATE_SYSTEM|@ohos.update.d.ts|
|Function changed|Class name: Updater<br>Method or attribute name: checkNewVersion(callback: AsyncCallback\<NewVersionInfo>): void;<br>|Class name: Updater<br>Method or attribute name: checkNewVersion(callback: AsyncCallback\<CheckResult>): void;<br>|@ohos.update.d.ts|
|Function changed|Class name: Updater<br>Method or attribute name: checkNewVersion(): Promise\<NewVersionInfo>;<br>|Class name: Updater<br>Method or attribute name: checkNewVersion(): Promise\<CheckResult>;<br>|@ohos.update.d.ts|
| Change Type | Old Version | New Version | d.ts File |
| ---- | ------ | ------ | -------- |
|Added|NA|Class name: usb<br>Method or attribute name: function usbFunctionsFromString(funcs: string): number;|@ohos.usb.d.ts|
|Added|NA|Class name: usb<br>Method or attribute name: function usbFunctionsToString(funcs: FunctionType): string;|@ohos.usb.d.ts|
|Added|NA|Class name: usb<br>Method or attribute name: function setCurrentFunctions(funcs: FunctionType): Promise\<boolean>;|@ohos.usb.d.ts|
|Added|NA|Class name: usb<br>Method or attribute name: function getCurrentFunctions(): FunctionType;|@ohos.usb.d.ts|
|Added|NA|Class name: usb<br>Method or attribute name: function getPorts(): Array\<USBPort>;|@ohos.usb.d.ts|
|Added|NA|Class name: usb<br>Method or attribute name: function getSupportedModes(portId: number): PortModeType;|@ohos.usb.d.ts|
|Added|NA|Class name: usb<br>Method or attribute name: function setPortRoles(portId: number, powerRole: PowerRoleType, dataRole: DataRoleType): Promise\<boolean>;|@ohos.usb.d.ts|
|Added|NA|Module name: ohos.usb<br>Class name: PowerRoleType|@ohos.usb.d.ts|
|Added|NA|Class name: PowerRoleType<br>Method or attribute name: |@ohos.usb.d.ts|
|Added|NA|Module name: ohos.usb<br>Class name: PowerRoleType<br>Method or attribute name: NONE = 0|@ohos.usb.d.ts|
|Added|NA|Class name: PowerRoleType<br>Method or attribute name: NONE = 0|@ohos.usb.d.ts|
|Added|NA|Module name: ohos.usb<br>Class name: PowerRoleType<br>Method or attribute name: SOURCE = 1|@ohos.usb.d.ts|
|Added|NA|Class name: PowerRoleType<br>Method or attribute name: SOURCE = 1|@ohos.usb.d.ts|
|Added|NA|Module name: ohos.usb<br>Class name: PowerRoleType<br>Method or attribute name: SINK = 2|@ohos.usb.d.ts|
|Added|NA|Class name: PowerRoleType<br>Method or attribute name: SINK = 2|@ohos.usb.d.ts|
|Added|NA|Module name: ohos.usb<br>Class name: DataRoleType|@ohos.usb.d.ts|
|Added|NA|Class name: DataRoleType<br>Method or attribute name: |@ohos.usb.d.ts|
|Added|NA|Module name: ohos.usb<br>Class name: DataRoleType<br>Method or attribute name: NONE = 0|@ohos.usb.d.ts|
|Added|NA|Class name: DataRoleType<br>Method or attribute name: NONE = 0|@ohos.usb.d.ts|
|Added|NA|Module name: ohos.usb<br>Class name: DataRoleType<br>Method or attribute name: HOST = 1|@ohos.usb.d.ts|
|Added|NA|Class name: DataRoleType<br>Method or attribute name: HOST = 1|@ohos.usb.d.ts|
|Added|NA|Module name: ohos.usb<br>Class name: DataRoleType<br>Method or attribute name: DEVICE = 2|@ohos.usb.d.ts|
|Added|NA|Class name: DataRoleType<br>Method or attribute name: DEVICE = 2|@ohos.usb.d.ts|
|Added|NA|Module name: ohos.usb<br>Class name: PortModeType|@ohos.usb.d.ts|
|Added|NA|Class name: PortModeType<br>Method or attribute name: |@ohos.usb.d.ts|
|Added|NA|Module name: ohos.usb<br>Class name: PortModeType<br>Method or attribute name: NONE = 0|@ohos.usb.d.ts|
|Added|NA|Class name: PortModeType<br>Method or attribute name: NONE = 0|@ohos.usb.d.ts|
|Added|NA|Module name: ohos.usb<br>Class name: PortModeType<br>Method or attribute name: UFP = 1|@ohos.usb.d.ts|
|Added|NA|Class name: PortModeType<br>Method or attribute name: UFP = 1|@ohos.usb.d.ts|
|Added|NA|Module name: ohos.usb<br>Class name: PortModeType<br>Method or attribute name: DFP = 2|@ohos.usb.d.ts|
|Added|NA|Class name: PortModeType<br>Method or attribute name: DFP = 2|@ohos.usb.d.ts|
|Added|NA|Module name: ohos.usb<br>Class name: PortModeType<br>Method or attribute name: DRP = 3|@ohos.usb.d.ts|
|Added|NA|Class name: PortModeType<br>Method or attribute name: DRP = 3|@ohos.usb.d.ts|
|Added|NA|Module name: ohos.usb<br>Class name: PortModeType<br>Method or attribute name: NUM_MODES = 4|@ohos.usb.d.ts|
|Added|NA|Class name: PortModeType<br>Method or attribute name: NUM_MODES = 4|@ohos.usb.d.ts|
|Added|NA|Module name: ohos.usb<br>Class name: USBPortStatus|@ohos.usb.d.ts|
|Added|NA|Class name: USBPortStatus<br>Method or attribute name: |@ohos.usb.d.ts|
|Added|NA|Module name: ohos.usb<br>Class name: USBPortStatus<br>Method or attribute name: currentMode: number;|@ohos.usb.d.ts|
|Added|NA|Class name: USBPortStatus<br>Method or attribute name: currentMode: number;|@ohos.usb.d.ts|
|Added|NA|Module name: ohos.usb<br>Class name: USBPortStatus<br>Method or attribute name: currentPowerRole: number;|@ohos.usb.d.ts|
|Added|NA|Class name: USBPortStatus<br>Method or attribute name: currentPowerRole: number;|@ohos.usb.d.ts|
|Added|NA|Module name: ohos.usb<br>Class name: USBPortStatus<br>Method or attribute name: currentDataRole: number;|@ohos.usb.d.ts|
|Added|NA|Class name: USBPortStatus<br>Method or attribute name: currentDataRole: number;|@ohos.usb.d.ts|
|Added|NA|Module name: ohos.usb<br>Class name: USBPort|@ohos.usb.d.ts|
|Added|NA|Class name: USBPort<br>Method or attribute name: |@ohos.usb.d.ts|
|Added|NA|Module name: ohos.usb<br>Class name: USBPort<br>Method or attribute name: id: number;|@ohos.usb.d.ts|
|Added|NA|Class name: USBPort<br>Method or attribute name: id: number;|@ohos.usb.d.ts|
|Added|NA|Module name: ohos.usb<br>Class name: USBPort<br>Method or attribute name: supportedModes: PortModeType;|@ohos.usb.d.ts|
|Added|NA|Class name: USBPort<br>Method or attribute name: supportedModes: PortModeType;|@ohos.usb.d.ts|
|Added|NA|Module name: ohos.usb<br>Class name: USBPort<br>Method or attribute name: status: USBPortStatus;|@ohos.usb.d.ts|
|Added|NA|Class name: USBPort<br>Method or attribute name: status: USBPortStatus;|@ohos.usb.d.ts|
|Added|NA|Class name: USBRequestTargetType<br>Method or attribute name: USB_REQUEST_TARGET_INTERFACE = 1|@ohos.usb.d.ts|
|Added|NA|Class name: USBRequestTargetType<br>Method or attribute name: USB_REQUEST_TARGET_ENDPOINT = 2|@ohos.usb.d.ts|
|Added|NA|Class name: USBRequestTargetType<br>Method or attribute name: USB_REQUEST_TARGET_OTHER = 3|@ohos.usb.d.ts|
|Added|NA|Class name: USBControlRequestType<br>Method or attribute name: USB_REQUEST_TYPE_CLASS = 1|@ohos.usb.d.ts|
|Added|NA|Class name: USBControlRequestType<br>Method or attribute name: USB_REQUEST_TYPE_VENDOR = 2|@ohos.usb.d.ts|
|Added|NA|Module name: ohos.usb<br>Class name: FunctionType|@ohos.usb.d.ts|
|Added|NA|Class name: FunctionType<br>Method or attribute name: |@ohos.usb.d.ts|
|Added|NA|Module name: ohos.usb<br>Class name: FunctionType<br>Method or attribute name: NONE = 0|@ohos.usb.d.ts|
|Added|NA|Class name: FunctionType<br>Method or attribute name: NONE = 0|@ohos.usb.d.ts|
|Added|NA|Module name: ohos.usb<br>Class name: FunctionType<br>Method or attribute name: ACM = 1|@ohos.usb.d.ts|
|Added|NA|Class name: FunctionType<br>Method or attribute name: ACM = 1|@ohos.usb.d.ts|
|Added|NA|Module name: ohos.usb<br>Class name: FunctionType<br>Method or attribute name: ECM = 2|@ohos.usb.d.ts|
|Added|NA|Class name: FunctionType<br>Method or attribute name: ECM = 2|@ohos.usb.d.ts|
|Added|NA|Module name: ohos.usb<br>Class name: FunctionType<br>Method or attribute name: HDC = 4|@ohos.usb.d.ts|
|Added|NA|Class name: FunctionType<br>Method or attribute name: HDC = 4|@ohos.usb.d.ts|
|Added|NA|Module name: ohos.usb<br>Class name: FunctionType<br>Method or attribute name: MTP = 8|@ohos.usb.d.ts|
|Added|NA|Class name: FunctionType<br>Method or attribute name: MTP = 8|@ohos.usb.d.ts|
|Added|NA|Module name: ohos.usb<br>Class name: FunctionType<br>Method or attribute name: PTP = 16|@ohos.usb.d.ts|
|Added|NA|Class name: FunctionType<br>Method or attribute name: PTP = 16|@ohos.usb.d.ts|
|Added|NA|Module name: ohos.usb<br>Class name: FunctionType<br>Method or attribute name: RNDIS = 32|@ohos.usb.d.ts|
|Added|NA|Class name: FunctionType<br>Method or attribute name: RNDIS = 32|@ohos.usb.d.ts|
|Added|NA|Module name: ohos.usb<br>Class name: FunctionType<br>Method or attribute name: MIDI = 64|@ohos.usb.d.ts|
|Added|NA|Class name: FunctionType<br>Method or attribute name: MIDI = 64|@ohos.usb.d.ts|
|Added|NA|Module name: ohos.usb<br>Class name: FunctionType<br>Method or attribute name: AUDIO_SOURCE = 128|@ohos.usb.d.ts|
|Added|NA|Class name: FunctionType<br>Method or attribute name: AUDIO_SOURCE = 128|@ohos.usb.d.ts|
|Added|NA|Module name: ohos.usb<br>Class name: FunctionType<br>Method or attribute name: NCM = 256|@ohos.usb.d.ts|
|Added|NA|Class name: FunctionType<br>Method or attribute name: NCM = 256|@ohos.usb.d.ts|
|Added|NA|Module name: ohos.usbManager<br>Class name: usbManager|@ohos.usbManager.d.ts|
|Added|NA|Module name: ohos.usbManager<br>Class name: usbManager<br>Method or attribute name: function getDevices(): Array\<Readonly\<USBDevice>>;|@ohos.usbManager.d.ts|
|Added|NA|Module name: ohos.usbManager<br>Class name: usbManager<br>Method or attribute name: function connectDevice(device: USBDevice): Readonly\<USBDevicePipe>;|@ohos.usbManager.d.ts|
|Added|NA|Module name: ohos.usbManager<br>Class name: usbManager<br>Method or attribute name: function hasRight(deviceName: string): boolean;|@ohos.usbManager.d.ts|
|Added|NA|Module name: ohos.usbManager<br>Class name: usbManager<br>Method or attribute name: function requestRight(deviceName: string): Promise\<boolean>;|@ohos.usbManager.d.ts|
|Added|NA|Module name: ohos.usbManager<br>Class name: usbManager<br>Method or attribute name: function removeRight(deviceName: string): boolean;|@ohos.usbManager.d.ts|
|Added|NA|Module name: ohos.usbManager<br>Class name: usbManager<br>Method or attribute name: function addRight(bundleName: string, deviceName: string): boolean;|@ohos.usbManager.d.ts|
|Added|NA|Module name: ohos.usbManager<br>Class name: usbManager<br>Method or attribute name: function usbFunctionsFromString(funcs: string): number;|@ohos.usbManager.d.ts|
|Added|NA|Module name: ohos.usbManager<br>Class name: usbManager<br>Method or attribute name: function usbFunctionsToString(funcs: FunctionType): string;|@ohos.usbManager.d.ts|
|Added|NA|Module name: ohos.usbManager<br>Class name: usbManager<br>Method or attribute name: function setCurrentFunctions(funcs: FunctionType): Promise\<void>;|@ohos.usbManager.d.ts|
|Added|NA|Module name: ohos.usbManager<br>Class name: usbManager<br>Method or attribute name: function getCurrentFunctions(): FunctionType;|@ohos.usbManager.d.ts|
|Added|NA|Module name: ohos.usbManager<br>Class name: usbManager<br>Method or attribute name: function getPorts(): Array\<USBPort>;|@ohos.usbManager.d.ts|
|Added|NA|Module name: ohos.usbManager<br>Class name: usbManager<br>Method or attribute name: function getSupportedModes(portId: number): PortModeType;|@ohos.usbManager.d.ts|
|Added|NA|Module name: ohos.usbManager<br>Class name: usbManager<br>Method or attribute name: function setPortRoles(portId: number, powerRole: PowerRoleType, dataRole: DataRoleType): Promise\<void>;|@ohos.usbManager.d.ts|
|Added|NA|Module name: ohos.usbManager<br>Class name: usbManager<br>Method or attribute name: function claimInterface(pipe: USBDevicePipe, iface: USBInterface, force?: boolean): number;|@ohos.usbManager.d.ts|
|Added|NA|Module name: ohos.usbManager<br>Class name: usbManager<br>Method or attribute name: function releaseInterface(pipe: USBDevicePipe, iface: USBInterface): number;|@ohos.usbManager.d.ts|
|Added|NA|Module name: ohos.usbManager<br>Class name: usbManager<br>Method or attribute name: function setConfiguration(pipe: USBDevicePipe, config: USBConfiguration): number;|@ohos.usbManager.d.ts|
|Added|NA|Module name: ohos.usbManager<br>Class name: usbManager<br>Method or attribute name: function setInterface(pipe: USBDevicePipe, iface: USBInterface): number;|@ohos.usbManager.d.ts|
|Added|NA|Module name: ohos.usbManager<br>Class name: usbManager<br>Method or attribute name: function getRawDescriptor(pipe: USBDevicePipe): Uint8Array;|@ohos.usbManager.d.ts|
|Added|NA|Module name: ohos.usbManager<br>Class name: usbManager<br>Method or attribute name: function getFileDescriptor(pipe: USBDevicePipe): number;|@ohos.usbManager.d.ts|
|Added|NA|Module name: ohos.usbManager<br>Class name: usbManager<br>Method or attribute name: function controlTransfer(pipe: USBDevicePipe, controlparam: USBControlParams, timeout?: number): Promise\<number>;|@ohos.usbManager.d.ts|
|Added|NA|Module name: ohos.usbManager<br>Class name: usbManager<br>Method or attribute name: function bulkTransfer(pipe: USBDevicePipe, endpoint: USBEndpoint, buffer: Uint8Array,<br><br> timeout?: number): Promise\<number>;|@ohos.usbManager.d.ts|
|Added|NA|Module name: ohos.usbManager<br>Class name: usbManager<br>Method or attribute name: function closePipe(pipe: USBDevicePipe): number;|@ohos.usbManager.d.ts|
|Added|NA|Module name: ohos.usbManager<br>Class name: USBEndpoint|@ohos.usbManager.d.ts|
|Added|NA|Module name: ohos.usbManager<br>Class name: USBEndpoint<br>Method or attribute name: address: number;|@ohos.usbManager.d.ts|
|Added|NA|Module name: ohos.usbManager<br>Class name: USBEndpoint<br>Method or attribute name: attributes: number;|@ohos.usbManager.d.ts|
|Added|NA|Module name: ohos.usbManager<br>Class name: USBEndpoint<br>Method or attribute name: interval: number;|@ohos.usbManager.d.ts|
|Added|NA|Module name: ohos.usbManager<br>Class name: USBEndpoint<br>Method or attribute name: maxPacketSize: number;|@ohos.usbManager.d.ts|
|Added|NA|Module name: ohos.usbManager<br>Class name: USBEndpoint<br>Method or attribute name: direction: USBRequestDirection;|@ohos.usbManager.d.ts|
|Added|NA|Module name: ohos.usbManager<br>Class name: USBEndpoint<br>Method or attribute name: number: number;|@ohos.usbManager.d.ts|
|Added|NA|Module name: ohos.usbManager<br>Class name: USBEndpoint<br>Method or attribute name: type: number;|@ohos.usbManager.d.ts|
|Added|NA|Module name: ohos.usbManager<br>Class name: USBEndpoint<br>Method or attribute name: interfaceId: number;|@ohos.usbManager.d.ts|
|Added|NA|Module name: ohos.usbManager<br>Class name: USBInterface|@ohos.usbManager.d.ts|
|Added|NA|Module name: ohos.usbManager<br>Class name: USBInterface<br>Method or attribute name: id: number;|@ohos.usbManager.d.ts|
|Added|NA|Module name: ohos.usbManager<br>Class name: USBInterface<br>Method or attribute name: protocol: number;|@ohos.usbManager.d.ts|
|Added|NA|Module name: ohos.usbManager<br>Class name: USBInterface<br>Method or attribute name: clazz: number;|@ohos.usbManager.d.ts|
|Added|NA|Module name: ohos.usbManager<br>Class name: USBInterface<br>Method or attribute name: subClass: number;|@ohos.usbManager.d.ts|
|Added|NA|Module name: ohos.usbManager<br>Class name: USBInterface<br>Method or attribute name: alternateSetting: number;|@ohos.usbManager.d.ts|
|Added|NA|Module name: ohos.usbManager<br>Class name: USBInterface<br>Method or attribute name: name: string;|@ohos.usbManager.d.ts|
|Added|NA|Module name: ohos.usbManager<br>Class name: USBInterface<br>Method or attribute name: endpoints: Array\<USBEndpoint>;|@ohos.usbManager.d.ts|
|Added|NA|Module name: ohos.usbManager<br>Class name: USBConfiguration|@ohos.usbManager.d.ts|
|Added|NA|Module name: ohos.usbManager<br>Class name: USBConfiguration<br>Method or attribute name: id: number;|@ohos.usbManager.d.ts|
|Added|NA|Module name: ohos.usbManager<br>Class name: USBConfiguration<br>Method or attribute name: attributes: number;|@ohos.usbManager.d.ts|
|Added|NA|Module name: ohos.usbManager<br>Class name: USBConfiguration<br>Method or attribute name: maxPower: number;|@ohos.usbManager.d.ts|
|Added|NA|Module name: ohos.usbManager<br>Class name: USBConfiguration<br>Method or attribute name: name: string;|@ohos.usbManager.d.ts|
|Added|NA|Module name: ohos.usbManager<br>Class name: USBConfiguration<br>Method or attribute name: isRemoteWakeup: boolean;|@ohos.usbManager.d.ts|
|Added|NA|Module name: ohos.usbManager<br>Class name: USBConfiguration<br>Method or attribute name: isSelfPowered: boolean;|@ohos.usbManager.d.ts|
|Added|NA|Module name: ohos.usbManager<br>Class name: USBConfiguration<br>Method or attribute name: interfaces: Array\<USBInterface>;|@ohos.usbManager.d.ts|
|Added|NA|Module name: ohos.usbManager<br>Class name: USBDevice|@ohos.usbManager.d.ts|
|Added|NA|Module name: ohos.usbManager<br>Class name: USBDevice<br>Method or attribute name: busNum: number;|@ohos.usbManager.d.ts|
|Added|NA|Module name: ohos.usbManager<br>Class name: USBDevice<br>Method or attribute name: devAddress: number;|@ohos.usbManager.d.ts|
|Added|NA|Module name: ohos.usbManager<br>Class name: USBDevice<br>Method or attribute name: serial: string;|@ohos.usbManager.d.ts|
|Added|NA|Module name: ohos.usbManager<br>Class name: USBDevice<br>Method or attribute name: name: string;|@ohos.usbManager.d.ts|
|Added|NA|Module name: ohos.usbManager<br>Class name: USBDevice<br>Method or attribute name: manufacturerName: string;|@ohos.usbManager.d.ts|
|Added|NA|Module name: ohos.usbManager<br>Class name: USBDevice<br>Method or attribute name: productName: string;|@ohos.usbManager.d.ts|
|Added|NA|Module name: ohos.usbManager<br>Class name: USBDevice<br>Method or attribute name: version: string;|@ohos.usbManager.d.ts|
|Added|NA|Module name: ohos.usbManager<br>Class name: USBDevice<br>Method or attribute name: vendorId: number;|@ohos.usbManager.d.ts|
|Added|NA|Module name: ohos.usbManager<br>Class name: USBDevice<br>Method or attribute name: productId: number;|@ohos.usbManager.d.ts|
|Added|NA|Module name: ohos.usbManager<br>Class name: USBDevice<br>Method or attribute name: clazz: number;|@ohos.usbManager.d.ts|
|Added|NA|Module name: ohos.usbManager<br>Class name: USBDevice<br>Method or attribute name: subClass: number;|@ohos.usbManager.d.ts|
|Added|NA|Module name: ohos.usbManager<br>Class name: USBDevice<br>Method or attribute name: protocol: number;|@ohos.usbManager.d.ts|
|Added|NA|Module name: ohos.usbManager<br>Class name: USBDevice<br>Method or attribute name: configs: Array\<USBConfiguration>;|@ohos.usbManager.d.ts|
|Added|NA|Module name: ohos.usbManager<br>Class name: USBDevicePipe|@ohos.usbManager.d.ts|
|Added|NA|Module name: ohos.usbManager<br>Class name: USBDevicePipe<br>Method or attribute name: busNum: number;|@ohos.usbManager.d.ts|
|Added|NA|Module name: ohos.usbManager<br>Class name: USBDevicePipe<br>Method or attribute name: devAddress: number;|@ohos.usbManager.d.ts|
|Added|NA|Module name: ohos.usbManager<br>Class name: PowerRoleType|@ohos.usbManager.d.ts|
|Added|NA|Module name: ohos.usbManager<br>Class name: PowerRoleType<br>Method or attribute name: NONE = 0|@ohos.usbManager.d.ts|
|Added|NA|Module name: ohos.usbManager<br>Class name: PowerRoleType<br>Method or attribute name: SOURCE = 1|@ohos.usbManager.d.ts|
|Added|NA|Module name: ohos.usbManager<br>Class name: PowerRoleType<br>Method or attribute name: SINK = 2|@ohos.usbManager.d.ts|
|Added|NA|Module name: ohos.usbManager<br>Class name: DataRoleType|@ohos.usbManager.d.ts|
|Added|NA|Module name: ohos.usbManager<br>Class name: DataRoleType<br>Method or attribute name: NONE = 0|@ohos.usbManager.d.ts|
|Added|NA|Module name: ohos.usbManager<br>Class name: DataRoleType<br>Method or attribute name: HOST = 1|@ohos.usbManager.d.ts|
|Added|NA|Module name: ohos.usbManager<br>Class name: DataRoleType<br>Method or attribute name: DEVICE = 2|@ohos.usbManager.d.ts|
|Added|NA|Module name: ohos.usbManager<br>Class name: PortModeType|@ohos.usbManager.d.ts|
|Added|NA|Module name: ohos.usbManager<br>Class name: PortModeType<br>Method or attribute name: NONE = 0|@ohos.usbManager.d.ts|
|Added|NA|Module name: ohos.usbManager<br>Class name: PortModeType<br>Method or attribute name: UFP = 1|@ohos.usbManager.d.ts|
|Added|NA|Module name: ohos.usbManager<br>Class name: PortModeType<br>Method or attribute name: DFP = 2|@ohos.usbManager.d.ts|
|Added|NA|Module name: ohos.usbManager<br>Class name: PortModeType<br>Method or attribute name: DRP = 3|@ohos.usbManager.d.ts|
|Added|NA|Module name: ohos.usbManager<br>Class name: PortModeType<br>Method or attribute name: NUM_MODES = 4|@ohos.usbManager.d.ts|
|Added|NA|Module name: ohos.usbManager<br>Class name: USBPortStatus|@ohos.usbManager.d.ts|
|Added|NA|Module name: ohos.usbManager<br>Class name: USBPortStatus<br>Method or attribute name: currentMode: number;|@ohos.usbManager.d.ts|
|Added|NA|Module name: ohos.usbManager<br>Class name: USBPortStatus<br>Method or attribute name: currentPowerRole: number;|@ohos.usbManager.d.ts|
|Added|NA|Module name: ohos.usbManager<br>Class name: USBPortStatus<br>Method or attribute name: currentDataRole: number;|@ohos.usbManager.d.ts|
|Added|NA|Module name: ohos.usbManager<br>Class name: USBPort|@ohos.usbManager.d.ts|
|Added|NA|Module name: ohos.usbManager<br>Class name: USBPort<br>Method or attribute name: id: number;|@ohos.usbManager.d.ts|
|Added|NA|Module name: ohos.usbManager<br>Class name: USBPort<br>Method or attribute name: supportedModes: PortModeType;|@ohos.usbManager.d.ts|
|Added|NA|Module name: ohos.usbManager<br>Class name: USBPort<br>Method or attribute name: status: USBPortStatus;|@ohos.usbManager.d.ts|
|Added|NA|Module name: ohos.usbManager<br>Class name: USBControlParams|@ohos.usbManager.d.ts|
|Added|NA|Module name: ohos.usbManager<br>Class name: USBControlParams<br>Method or attribute name: request: number;|@ohos.usbManager.d.ts|
|Added|NA|Module name: ohos.usbManager<br>Class name: USBControlParams<br>Method or attribute name: target: USBRequestTargetType;|@ohos.usbManager.d.ts|
|Added|NA|Module name: ohos.usbManager<br>Class name: USBControlParams<br>Method or attribute name: reqType: USBControlRequestType;|@ohos.usbManager.d.ts|
|Added|NA|Module name: ohos.usbManager<br>Class name: USBControlParams<br>Method or attribute name: value: number;|@ohos.usbManager.d.ts|
|Added|NA|Module name: ohos.usbManager<br>Class name: USBControlParams<br>Method or attribute name: index: number;|@ohos.usbManager.d.ts|
|Added|NA|Module name: ohos.usbManager<br>Class name: USBControlParams<br>Method or attribute name: data: Uint8Array;|@ohos.usbManager.d.ts|
|Added|NA|Module name: ohos.usbManager<br>Class name: USBRequestTargetType|@ohos.usbManager.d.ts|
|Added|NA|Module name: ohos.usbManager<br>Class name: USBRequestTargetType<br>Method or attribute name: USB_REQUEST_TARGET_DEVICE = 0|@ohos.usbManager.d.ts|
|Added|NA|Module name: ohos.usbManager<br>Class name: USBRequestTargetType<br>Method or attribute name: USB_REQUEST_TARGET_INTERFACE = 1|@ohos.usbManager.d.ts|
|Added|NA|Module name: ohos.usbManager<br>Class name: USBRequestTargetType<br>Method or attribute name: USB_REQUEST_TARGET_ENDPOINT = 2|@ohos.usbManager.d.ts|
|Added|NA|Module name: ohos.usbManager<br>Class name: USBRequestTargetType<br>Method or attribute name: USB_REQUEST_TARGET_OTHER = 3|@ohos.usbManager.d.ts|
|Added|NA|Module name: ohos.usbManager<br>Class name: USBControlRequestType|@ohos.usbManager.d.ts|
|Added|NA|Module name: ohos.usbManager<br>Class name: USBControlRequestType<br>Method or attribute name: USB_REQUEST_TYPE_STANDARD = 0|@ohos.usbManager.d.ts|
|Added|NA|Module name: ohos.usbManager<br>Class name: USBControlRequestType<br>Method or attribute name: USB_REQUEST_TYPE_CLASS = 1|@ohos.usbManager.d.ts|
|Added|NA|Module name: ohos.usbManager<br>Class name: USBControlRequestType<br>Method or attribute name: USB_REQUEST_TYPE_VENDOR = 2|@ohos.usbManager.d.ts|
|Added|NA|Module name: ohos.usbManager<br>Class name: USBRequestDirection|@ohos.usbManager.d.ts|
|Added|NA|Module name: ohos.usbManager<br>Class name: USBRequestDirection<br>Method or attribute name: USB_REQUEST_DIR_TO_DEVICE = 0|@ohos.usbManager.d.ts|
|Added|NA|Module name: ohos.usbManager<br>Class name: USBRequestDirection<br>Method or attribute name: USB_REQUEST_DIR_FROM_DEVICE = 0x80|@ohos.usbManager.d.ts|
|Added|NA|Module name: ohos.usbManager<br>Class name: FunctionType|@ohos.usbManager.d.ts|
|Added|NA|Module name: ohos.usbManager<br>Class name: FunctionType<br>Method or attribute name: NONE = 0|@ohos.usbManager.d.ts|
|Added|NA|Module name: ohos.usbManager<br>Class name: FunctionType<br>Method or attribute name: ACM = 1|@ohos.usbManager.d.ts|
|Added|NA|Module name: ohos.usbManager<br>Class name: FunctionType<br>Method or attribute name: ECM = 2|@ohos.usbManager.d.ts|
|Added|NA|Module name: ohos.usbManager<br>Class name: FunctionType<br>Method or attribute name: HDC = 4|@ohos.usbManager.d.ts|
|Added|NA|Module name: ohos.usbManager<br>Class name: FunctionType<br>Method or attribute name: MTP = 8|@ohos.usbManager.d.ts|
|Added|NA|Module name: ohos.usbManager<br>Class name: FunctionType<br>Method or attribute name: PTP = 16|@ohos.usbManager.d.ts|
|Added|NA|Module name: ohos.usbManager<br>Class name: FunctionType<br>Method or attribute name: RNDIS = 32|@ohos.usbManager.d.ts|
|Added|NA|Module name: ohos.usbManager<br>Class name: FunctionType<br>Method or attribute name: MIDI = 64|@ohos.usbManager.d.ts|
|Added|NA|Module name: ohos.usbManager<br>Class name: FunctionType<br>Method or attribute name: AUDIO_SOURCE = 128|@ohos.usbManager.d.ts|
|Added|NA|Module name: ohos.usbManager<br>Class name: FunctionType<br>Method or attribute name: NCM = 256|@ohos.usbManager.d.ts|
|Deprecated version changed|Class name: usb<br>Deprecated version: N/A|Class name: usb<br>Deprecated version: 9<br>Substitute API: ohos.usbManager |@ohos.usb.d.ts|
|Function changed|Class name: usb<br>Method or attribute name: function controlTransfer(pipe: USBDevicePipe, contrlparam: USBControlParams, timeout?: number): Promise\<number>;<br>|Class name: usb<br>Method or attribute name: function controlTransfer(pipe: USBDevicePipe, controlparam: USBControlParams, timeout?: number): Promise\<number>;<br>|@ohos.usb.d.ts|
| Change Type | Old Version | New Version | d.ts File |
| ---- | ------ | ------ | -------- |
|Added|NA|Module name: ohos.userIAM.faceAuth<br>Class name: faceAuth|@ohos.userIAM.faceAuth.d.ts|
|Added|NA|Module name: ohos.userIAM.faceAuth<br>Class name: FaceAuthManager|@ohos.userIAM.faceAuth.d.ts|
|Added|NA|Module name: ohos.userIAM.faceAuth<br>Class name: FaceAuthManager<br>Method or attribute name: constructor();|@ohos.userIAM.faceAuth.d.ts|
|Added|NA|Module name: ohos.userIAM.faceAuth<br>Class name: FaceAuthManager<br>Method or attribute name: setSurfaceId(surfaceId: string): void;|@ohos.userIAM.faceAuth.d.ts|
|Added|NA|Module name: ohos.userIAM.userAuth<br>Class name: AuthEventKey<br>Method or attribute name: type AuthEventKey = "result" \| "tip";|@ohos.userIAM.userAuth.d.ts|
|Added|NA|Class name: AuthEventKey<br>Method or attribute name: type AuthEventKey = "result" \| "tip";|@ohos.userIAM.userAuth.d.ts|
|Added|NA|Module name: ohos.userIAM.userAuth<br>Class name: AuthEventKey<br>Method or attribute name: type AuthEventKey = "result" \| "tip";|@ohos.userIAM.userAuth.d.ts|
|Added|NA|Class name: AuthEventKey<br>Method or attribute name: type AuthEventKey = "result" \| "tip";|@ohos.userIAM.userAuth.d.ts|
|Added|NA|Module name: ohos.userIAM.userAuth<br>Class name: AuthEvent|@ohos.userIAM.userAuth.d.ts|
|Added|NA|Class name: AuthEvent<br>Method or attribute name: |@ohos.userIAM.userAuth.d.ts|
|Added|NA|Module name: ohos.userIAM.userAuth<br>Class name: AuthEvent<br>Method or attribute name: callback(result: EventInfo): void;|@ohos.userIAM.userAuth.d.ts|
|Added|NA|Class name: AuthEvent<br>Method or attribute name: callback(result: EventInfo): void;|@ohos.userIAM.userAuth.d.ts|
|Added|NA|Module name: ohos.userIAM.userAuth<br>Class name: AuthResultInfo|@ohos.userIAM.userAuth.d.ts|
|Added|NA|Class name: AuthResultInfo<br>Method or attribute name: |@ohos.userIAM.userAuth.d.ts|
|Added|NA|Module name: ohos.userIAM.userAuth<br>Class name: AuthResultInfo<br>Method or attribute name: result: number;|@ohos.userIAM.userAuth.d.ts|
|Added|NA|Class name: AuthResultInfo<br>Method or attribute name: result: number;|@ohos.userIAM.userAuth.d.ts|
|Added|NA|Module name: ohos.userIAM.userAuth<br>Class name: AuthResultInfo<br>Method or attribute name: token ?: Uint8Array;|@ohos.userIAM.userAuth.d.ts|
|Added|NA|Class name: AuthResultInfo<br>Method or attribute name: token ?: Uint8Array;|@ohos.userIAM.userAuth.d.ts|
|Added|NA|Module name: ohos.userIAM.userAuth<br>Class name: AuthResultInfo<br>Method or attribute name: remainAttempts ?: number;|@ohos.userIAM.userAuth.d.ts|
|Added|NA|Class name: AuthResultInfo<br>Method or attribute name: remainAttempts ?: number;|@ohos.userIAM.userAuth.d.ts|
|Added|NA|Module name: ohos.userIAM.userAuth<br>Class name: AuthResultInfo<br>Method or attribute name: lockoutDuration ?: number;|@ohos.userIAM.userAuth.d.ts|
|Added|NA|Class name: AuthResultInfo<br>Method or attribute name: lockoutDuration ?: number;|@ohos.userIAM.userAuth.d.ts|
|Added|NA|Module name: ohos.userIAM.userAuth<br>Class name: TipInfo|@ohos.userIAM.userAuth.d.ts|
|Added|NA|Class name: TipInfo<br>Method or attribute name: |@ohos.userIAM.userAuth.d.ts|
|Added|NA|Module name: ohos.userIAM.userAuth<br>Class name: TipInfo<br>Method or attribute name: module: number;|@ohos.userIAM.userAuth.d.ts|
|Added|NA|Class name: TipInfo<br>Method or attribute name: module: number;|@ohos.userIAM.userAuth.d.ts|
|Added|NA|Module name: ohos.userIAM.userAuth<br>Class name: TipInfo<br>Method or attribute name: tip: number;|@ohos.userIAM.userAuth.d.ts|
|Added|NA|Class name: TipInfo<br>Method or attribute name: tip: number;|@ohos.userIAM.userAuth.d.ts|
|Added|NA|Module name: ohos.userIAM.userAuth<br>Class name: AuthInstance|@ohos.userIAM.userAuth.d.ts|
|Added|NA|Class name: AuthInstance<br>Method or attribute name: |@ohos.userIAM.userAuth.d.ts|
|Added|NA|Module name: ohos.userIAM.userAuth<br>Class name: AuthInstance<br>Method or attribute name: on: (name: AuthEventKey, callback: AuthEvent) => void;|@ohos.userIAM.userAuth.d.ts|
|Added|NA|Class name: AuthInstance<br>Method or attribute name: on: (name: AuthEventKey, callback: AuthEvent) => void;|@ohos.userIAM.userAuth.d.ts|
|Added|NA|Module name: ohos.userIAM.userAuth<br>Class name: AuthInstance<br>Method or attribute name: off: (name: AuthEventKey) => void;|@ohos.userIAM.userAuth.d.ts|
|Added|NA|Class name: AuthInstance<br>Method or attribute name: off: (name: AuthEventKey) => void;|@ohos.userIAM.userAuth.d.ts|
|Added|NA|Module name: ohos.userIAM.userAuth<br>Class name: AuthInstance<br>Method or attribute name: start: () => void;|@ohos.userIAM.userAuth.d.ts|
|Added|NA|Class name: AuthInstance<br>Method or attribute name: start: () => void;|@ohos.userIAM.userAuth.d.ts|
|Added|NA|Module name: ohos.userIAM.userAuth<br>Class name: AuthInstance<br>Method or attribute name: cancel: () => void;|@ohos.userIAM.userAuth.d.ts|
|Added|NA|Class name: AuthInstance<br>Method or attribute name: cancel: () => void;|@ohos.userIAM.userAuth.d.ts|
|Added|NA|Class name: userAuth<br>Method or attribute name: function getAvailableStatus(authType: UserAuthType, authTrustLevel: AuthTrustLevel): void;|@ohos.userIAM.userAuth.d.ts|
|Added|NA|Class name: userAuth<br>Method or attribute name: function getAuthInstance(challenge: Uint8Array, authType: UserAuthType, authTrustLevel: AuthTrustLevel): AuthInstance;|@ohos.userIAM.userAuth.d.ts|
|Added|NA|Module name: ohos.userIAM.userAuth<br>Class name: UserAuthResultCode|@ohos.userIAM.userAuth.d.ts|
|Added|NA|Class name: UserAuthResultCode<br>Method or attribute name: |@ohos.userIAM.userAuth.d.ts|
|Added|NA|Module name: ohos.userIAM.userAuth<br>Class name: UserAuthResultCode<br>Method or attribute name: SUCCESS = 12500000|@ohos.userIAM.userAuth.d.ts|
|Added|NA|Class name: UserAuthResultCode<br>Method or attribute name: SUCCESS = 12500000|@ohos.userIAM.userAuth.d.ts|
|Added|NA|Module name: ohos.userIAM.userAuth<br>Class name: UserAuthResultCode<br>Method or attribute name: FAIL = 12500001|@ohos.userIAM.userAuth.d.ts|
|Added|NA|Class name: UserAuthResultCode<br>Method or attribute name: FAIL = 12500001|@ohos.userIAM.userAuth.d.ts|
|Added|NA|Module name: ohos.userIAM.userAuth<br>Class name: UserAuthResultCode<br>Method or attribute name: GENERAL_ERROR = 12500002|@ohos.userIAM.userAuth.d.ts|
|Added|NA|Class name: UserAuthResultCode<br>Method or attribute name: GENERAL_ERROR = 12500002|@ohos.userIAM.userAuth.d.ts|
|Added|NA|Module name: ohos.userIAM.userAuth<br>Class name: UserAuthResultCode<br>Method or attribute name: CANCELED = 12500003|@ohos.userIAM.userAuth.d.ts|
|Added|NA|Class name: UserAuthResultCode<br>Method or attribute name: CANCELED = 12500003|@ohos.userIAM.userAuth.d.ts|
|Added|NA|Module name: ohos.userIAM.userAuth<br>Class name: UserAuthResultCode<br>Method or attribute name: TIMEOUT = 12500004|@ohos.userIAM.userAuth.d.ts|
|Added|NA|Class name: UserAuthResultCode<br>Method or attribute name: TIMEOUT = 12500004|@ohos.userIAM.userAuth.d.ts|
|Added|NA|Module name: ohos.userIAM.userAuth<br>Class name: UserAuthResultCode<br>Method or attribute name: TYPE_NOT_SUPPORT = 12500005|@ohos.userIAM.userAuth.d.ts|
|Added|NA|Class name: UserAuthResultCode<br>Method or attribute name: TYPE_NOT_SUPPORT = 12500005|@ohos.userIAM.userAuth.d.ts|
|Added|NA|Module name: ohos.userIAM.userAuth<br>Class name: UserAuthResultCode<br>Method or attribute name: TRUST_LEVEL_NOT_SUPPORT = 12500006|@ohos.userIAM.userAuth.d.ts|
|Added|NA|Class name: UserAuthResultCode<br>Method or attribute name: TRUST_LEVEL_NOT_SUPPORT = 12500006|@ohos.userIAM.userAuth.d.ts|
|Added|NA|Module name: ohos.userIAM.userAuth<br>Class name: UserAuthResultCode<br>Method or attribute name: BUSY = 12500007|@ohos.userIAM.userAuth.d.ts|
|Added|NA|Class name: UserAuthResultCode<br>Method or attribute name: BUSY = 12500007|@ohos.userIAM.userAuth.d.ts|
|Added|NA|Module name: ohos.userIAM.userAuth<br>Class name: UserAuthResultCode<br>Method or attribute name: LOCKED = 12500009|@ohos.userIAM.userAuth.d.ts|
|Added|NA|Class name: UserAuthResultCode<br>Method or attribute name: LOCKED = 12500009|@ohos.userIAM.userAuth.d.ts|
|Added|NA|Module name: ohos.userIAM.userAuth<br>Class name: UserAuthResultCode<br>Method or attribute name: NOT_ENROLLED = 12500010|@ohos.userIAM.userAuth.d.ts|
|Added|NA|Class name: UserAuthResultCode<br>Method or attribute name: NOT_ENROLLED = 12500010|@ohos.userIAM.userAuth.d.ts|
|Deprecated version changed|Class name: AuthenticationResult<br>Deprecated version: N/A|Class name: AuthenticationResult<br>Deprecated version: 8<br>Substitute API: ohos.userIAM.userAuth.ResultCode |@ohos.userIAM.userAuth.d.ts|
|Deprecated version changed|Class name: Authenticator<br>Deprecated version: N/A|Class name: Authenticator<br>Deprecated version: 8<br>Substitute API: N/A|@ohos.userIAM.userAuth.d.ts|
|Deprecated version changed|Class name: UserAuth<br>Deprecated version: N/A|Class name: UserAuth<br>Deprecated version: 9<br>Substitute API: ohos.userIAM.userAuth.AuthInstance |@ohos.userIAM.userAuth.d.ts|
|Deprecated version changed|Class name: UserAuth<br>Method or attribute name: constructor();<br>Deprecated version: N/A|Class name: UserAuth<br>Method or attribute name: constructor();<br>Deprecated version: 9<br>Substitute API: ohos.userIAM.userAuth.getAuthInstance |@ohos.userIAM.userAuth.d.ts|
|Deprecated version changed|Class name: UserAuth<br>Method or attribute name: auth(challenge: Uint8Array, authType: UserAuthType, authTrustLevel: AuthTrustLevel, callback: IUserAuthCallback): Uint8Array;<br>Deprecated version: N/A|Class name: UserAuth<br>Method or attribute name: auth(challenge: Uint8Array, authType: UserAuthType, authTrustLevel: AuthTrustLevel, callback: IUserAuthCallback): Uint8Array;<br>Deprecated version: 9<br>Substitute API: ohos.userIAM.userAuth.AuthInstance.start |@ohos.userIAM.userAuth.d.ts|
|Deprecated version changed|Class name: IUserAuthCallback<br>Deprecated version: N/A|Class name: IUserAuthCallback<br>Deprecated version: 9<br>Substitute API: ohos.userIAM.userAuth.AuthEvent |@ohos.userIAM.userAuth.d.ts|
|Deprecated version changed|Class name: AuthResult<br>Deprecated version: N/A|Class name: AuthResult<br>Deprecated version: 9<br>Substitute API: ohos.userIAM.userAuth.AuthResultInfo |@ohos.userIAM.userAuth.d.ts|
|Deprecated version changed|Class name: ResultCode<br>Deprecated version: N/A|Class name: ResultCode<br>Deprecated version: 9<br>Substitute API: ohos.userIAM.userAuth.UserAuthResultCode |@ohos.userIAM.userAuth.d.ts|
|Deprecated version changed|Class name: ResultCode<br>Method or attribute name: SUCCESS = 0<br>Deprecated version: N/A|Class name: ResultCode<br>Method or attribute name: SUCCESS = 0<br>Deprecated version: 9<br>Substitute API: N/A|@ohos.userIAM.userAuth.d.ts|
|Deprecated version changed|Class name: ResultCode<br>Method or attribute name: FAIL = 1<br>Deprecated version: N/A|Class name: ResultCode<br>Method or attribute name: FAIL = 1<br>Deprecated version: 9<br>Substitute API: N/A|@ohos.userIAM.userAuth.d.ts|
|Deprecated version changed|Class name: ResultCode<br>Method or attribute name: GENERAL_ERROR = 2<br>Deprecated version: N/A|Class name: ResultCode<br>Method or attribute name: GENERAL_ERROR = 2<br>Deprecated version: 9<br>Substitute API: N/A|@ohos.userIAM.userAuth.d.ts|
|Deprecated version changed|Class name: ResultCode<br>Method or attribute name: CANCELED = 3<br>Deprecated version: N/A|Class name: ResultCode<br>Method or attribute name: CANCELED = 3<br>Deprecated version: 9<br>Substitute API: N/A|@ohos.userIAM.userAuth.d.ts|
|Deprecated version changed|Class name: ResultCode<br>Method or attribute name: TIMEOUT = 4<br>Deprecated version: N/A|Class name: ResultCode<br>Method or attribute name: TIMEOUT = 4<br>Deprecated version: 9<br>Substitute API: N/A|@ohos.userIAM.userAuth.d.ts|
|Deprecated version changed|Class name: ResultCode<br>Method or attribute name: TYPE_NOT_SUPPORT = 5<br>Deprecated version: N/A|Class name: ResultCode<br>Method or attribute name: TYPE_NOT_SUPPORT = 5<br>Deprecated version: 9<br>Substitute API: N/A|@ohos.userIAM.userAuth.d.ts|
|Deprecated version changed|Class name: ResultCode<br>Method or attribute name: TRUST_LEVEL_NOT_SUPPORT = 6<br>Deprecated version: N/A|Class name: ResultCode<br>Method or attribute name: TRUST_LEVEL_NOT_SUPPORT = 6<br>Deprecated version: 9<br>Substitute API: N/A|@ohos.userIAM.userAuth.d.ts|
|Deprecated version changed|Class name: ResultCode<br>Method or attribute name: BUSY = 7<br>Deprecated version: N/A|Class name: ResultCode<br>Method or attribute name: BUSY = 7<br>Deprecated version: 9<br>Substitute API: N/A|@ohos.userIAM.userAuth.d.ts|
|Deprecated version changed|Class name: ResultCode<br>Method or attribute name: INVALID_PARAMETERS = 8<br>Deprecated version: N/A|Class name: ResultCode<br>Method or attribute name: INVALID_PARAMETERS = 8<br>Deprecated version: 9<br>Substitute API: N/A|@ohos.userIAM.userAuth.d.ts|
|Deprecated version changed|Class name: ResultCode<br>Method or attribute name: LOCKED = 9<br>Deprecated version: N/A|Class name: ResultCode<br>Method or attribute name: LOCKED = 9<br>Deprecated version: 9<br>Substitute API: N/A|@ohos.userIAM.userAuth.d.ts|
|Deprecated version changed|Class name: ResultCode<br>Method or attribute name: NOT_ENROLLED = 10<br>Deprecated version: N/A|Class name: ResultCode<br>Method or attribute name: NOT_ENROLLED = 10<br>Deprecated version: 9<br>Substitute API: N/A|@ohos.userIAM.userAuth.d.ts|
|Initial version changed|Class name: AuthType<br>Method or attribute name: type AuthType = "ALL" \| "FACE_ONLY";<br>Initial version: N/A|Class name: AuthType<br>Method or attribute name: type AuthType = "ALL" \| "FACE_ONLY";<br>Initial version: 6|@ohos.userIAM.userAuth.d.ts|
|Initial version changed|Class name: AuthType<br>Method or attribute name: type AuthType = "ALL" \| "FACE_ONLY";<br>Initial version: N/A|Class name: AuthType<br>Method or attribute name: type AuthType = "ALL" \| "FACE_ONLY";<br>Initial version: 6|@ohos.userIAM.userAuth.d.ts|
|Initial version changed|Class name: SecureLevel<br>Method or attribute name: type SecureLevel = "S1" \| "S2" \| "S3" \| "S4";<br>Initial version: N/A|Class name: SecureLevel<br>Method or attribute name: type SecureLevel = "S1" \| "S2" \| "S3" \| "S4";<br>Initial version: 6|@ohos.userIAM.userAuth.d.ts|
|Initial version changed|Class name: SecureLevel<br>Method or attribute name: type SecureLevel = "S1" \| "S2" \| "S3" \| "S4";<br>Initial version: N/A|Class name: SecureLevel<br>Method or attribute name: type SecureLevel = "S1" \| "S2" \| "S3" \| "S4";<br>Initial version: 6|@ohos.userIAM.userAuth.d.ts|
|Initial version changed|Class name: SecureLevel<br>Method or attribute name: type SecureLevel = "S1" \| "S2" \| "S3" \| "S4";<br>Initial version: N/A|Class name: SecureLevel<br>Method or attribute name: type SecureLevel = "S1" \| "S2" \| "S3" \| "S4";<br>Initial version: 6|@ohos.userIAM.userAuth.d.ts|
|Initial version changed|Class name: SecureLevel<br>Method or attribute name: type SecureLevel = "S1" \| "S2" \| "S3" \| "S4";<br>Initial version: N/A|Class name: SecureLevel<br>Method or attribute name: type SecureLevel = "S1" \| "S2" \| "S3" \| "S4";<br>Initial version: 6|@ohos.userIAM.userAuth.d.ts|
|Initial version changed|Class name: AuthenticationResult<br>Initial version: N/A|Class name: AuthenticationResult<br>Initial version: 6|@ohos.userIAM.userAuth.d.ts|
|Initial version changed|Class name: AuthenticationResult<br>Method or attribute name: NO_SUPPORT = -1<br>Initial version: N/A|Class name: AuthenticationResult<br>Method or attribute name: NO_SUPPORT = -1<br>Initial version: 6|@ohos.userIAM.userAuth.d.ts|
|Initial version changed|Class name: AuthenticationResult<br>Method or attribute name: SUCCESS = 0<br>Initial version: N/A|Class name: AuthenticationResult<br>Method or attribute name: SUCCESS = 0<br>Initial version: 6|@ohos.userIAM.userAuth.d.ts|
|Initial version changed|Class name: AuthenticationResult<br>Method or attribute name: COMPARE_FAILURE = 1<br>Initial version: N/A|Class name: AuthenticationResult<br>Method or attribute name: COMPARE_FAILURE = 1<br>Initial version: 6|@ohos.userIAM.userAuth.d.ts|
|Initial version changed|Class name: AuthenticationResult<br>Method or attribute name: CANCELED = 2<br>Initial version: N/A|Class name: AuthenticationResult<br>Method or attribute name: CANCELED = 2<br>Initial version: 6|@ohos.userIAM.userAuth.d.ts|
|Initial version changed|Class name: AuthenticationResult<br>Method or attribute name: TIMEOUT = 3<br>Initial version: N/A|Class name: AuthenticationResult<br>Method or attribute name: TIMEOUT = 3<br>Initial version: 6|@ohos.userIAM.userAuth.d.ts|
|Initial version changed|Class name: AuthenticationResult<br>Method or attribute name: CAMERA_FAIL = 4<br>Initial version: N/A|Class name: AuthenticationResult<br>Method or attribute name: CAMERA_FAIL = 4<br>Initial version: 6|@ohos.userIAM.userAuth.d.ts|
|Initial version changed|Class name: AuthenticationResult<br>Method or attribute name: BUSY = 5<br>Initial version: N/A|Class name: AuthenticationResult<br>Method or attribute name: BUSY = 5<br>Initial version: 6|@ohos.userIAM.userAuth.d.ts|
|Initial version changed|Class name: AuthenticationResult<br>Method or attribute name: INVALID_PARAMETERS = 6<br>Initial version: N/A|Class name: AuthenticationResult<br>Method or attribute name: INVALID_PARAMETERS = 6<br>Initial version: 6|@ohos.userIAM.userAuth.d.ts|
|Initial version changed|Class name: AuthenticationResult<br>Method or attribute name: LOCKED = 7<br>Initial version: N/A|Class name: AuthenticationResult<br>Method or attribute name: LOCKED = 7<br>Initial version: 6|@ohos.userIAM.userAuth.d.ts|
|Initial version changed|Class name: AuthenticationResult<br>Method or attribute name: NOT_ENROLLED = 8<br>Initial version: N/A|Class name: AuthenticationResult<br>Method or attribute name: NOT_ENROLLED = 8<br>Initial version: 6|@ohos.userIAM.userAuth.d.ts|
|Initial version changed|Class name: AuthenticationResult<br>Method or attribute name: GENERAL_ERROR = 100<br>Initial version: N/A|Class name: AuthenticationResult<br>Method or attribute name: GENERAL_ERROR = 100<br>Initial version: 6|@ohos.userIAM.userAuth.d.ts|
|Initial version changed|Class name: Authenticator<br>Initial version: N/A|Class name: Authenticator<br>Initial version: 6|@ohos.userIAM.userAuth.d.ts|
|Initial version changed|Class name: Authenticator<br>Method or attribute name: execute(type: AuthType, level: SecureLevel, callback: AsyncCallback\<number>): void;<br>Initial version: N/A|Class name: Authenticator<br>Method or attribute name: execute(type: AuthType, level: SecureLevel, callback: AsyncCallback\<number>): void;<br>Initial version: 6|@ohos.userIAM.userAuth.d.ts|
|Initial version changed|Class name: Authenticator<br>Method or attribute name: execute(type: AuthType, level: SecureLevel): Promise\<number>;<br>Initial version: N/A|Class name: Authenticator<br>Method or attribute name: execute(type: AuthType, level: SecureLevel): Promise\<number>;<br>Initial version: 6|@ohos.userIAM.userAuth.d.ts|
|Initial version changed|Class name: IUserAuthCallback<br>Initial version: N/A|Class name: IUserAuthCallback<br>Initial version: 8|@ohos.userIAM.userAuth.d.ts|
|Initial version changed|Class name: AuthResult<br>Method or attribute name: token ?: Uint8Array;<br>Initial version: N/A|Class name: AuthResult<br>Method or attribute name: token ?: Uint8Array;<br>Initial version: 8|@ohos.userIAM.userAuth.d.ts|
|Initial version changed|Class name: AuthResult<br>Method or attribute name: remainTimes ?: number;<br>Initial version: N/A|Class name: AuthResult<br>Method or attribute name: remainTimes ?: number;<br>Initial version: 8|@ohos.userIAM.userAuth.d.ts|
|Initial version changed|Class name: AuthResult<br>Method or attribute name: freezingTime ?: number;<br>Initial version: N/A|Class name: AuthResult<br>Method or attribute name: freezingTime ?: number;<br>Initial version: 8|@ohos.userIAM.userAuth.d.ts|
|Permission deleted|Class name: userAuth<br>Permission: ohos.permission.ACCESS_BIOMETRIC|Class name: userAuth<br>Permission: N/A|@ohos.userIAM.userAuth.d.ts|
|Permission added|Class name: Authenticator<br>Method or attribute name: execute(type: AuthType, level: SecureLevel, callback: AsyncCallback\<number>): void;<br>Permission: N/A|Class name: Authenticator<br>Method or attribute name: execute(type: AuthType, level: SecureLevel, callback: AsyncCallback\<number>): void;<br>Permission: ohos.permission.ACCESS_BIOMETRIC|@ohos.userIAM.userAuth.d.ts|
|Permission added|Class name: Authenticator<br>Method or attribute name: execute(type: AuthType, level: SecureLevel): Promise\<number>;<br>Permission: N/A|Class name: Authenticator<br>Method or attribute name: execute(type: AuthType, level: SecureLevel): Promise\<number>;<br>Permission: ohos.permission.ACCESS_BIOMETRIC|@ohos.userIAM.userAuth.d.ts|
| Change Type | Old Version | New Version | d.ts File |
| ---- | ------ | ------ | -------- |
|Added|NA|Module name: ohos.web.webview<br>Class name: webview|@ohos.web.webview.d.ts|
|Added|NA|Module name: ohos.web.webview<br>Class name: WebHeader|@ohos.web.webview.d.ts|
|Added|NA|Module name: ohos.web.webview<br>Class name: WebHeader<br>Method or attribute name: headerKey: string;|@ohos.web.webview.d.ts|
|Added|NA|Module name: ohos.web.webview<br>Class name: WebHeader<br>Method or attribute name: headerValue: string;|@ohos.web.webview.d.ts|
|Added|NA|Module name: ohos.web.webview<br>Class name: WebHitTestType|@ohos.web.webview.d.ts|
|Added|NA|Module name: ohos.web.webview<br>Class name: WebHitTestType<br>Method or attribute name: EditText|@ohos.web.webview.d.ts|
|Added|NA|Module name: ohos.web.webview<br>Class name: WebHitTestType<br>Method or attribute name: Email|@ohos.web.webview.d.ts|
|Added|NA|Module name: ohos.web.webview<br>Class name: WebHitTestType<br>Method or attribute name: HttpAnchor|@ohos.web.webview.d.ts|
|Added|NA|Module name: ohos.web.webview<br>Class name: WebHitTestType<br>Method or attribute name: HttpAnchorImg|@ohos.web.webview.d.ts|
|Added|NA|Module name: ohos.web.webview<br>Class name: WebHitTestType<br>Method or attribute name: Img|@ohos.web.webview.d.ts|
|Added|NA|Module name: ohos.web.webview<br>Class name: WebHitTestType<br>Method or attribute name: Map|@ohos.web.webview.d.ts|
|Added|NA|Module name: ohos.web.webview<br>Class name: WebHitTestType<br>Method or attribute name: Phone|@ohos.web.webview.d.ts|
|Added|NA|Module name: ohos.web.webview<br>Class name: WebHitTestType<br>Method or attribute name: Unknown|@ohos.web.webview.d.ts|
|Added|NA|Module name: ohos.web.webview<br>Class name: HitTestValue|@ohos.web.webview.d.ts|
|Added|NA|Module name: ohos.web.webview<br>Class name: HitTestValue<br>Method or attribute name: type: WebHitTestType;|@ohos.web.webview.d.ts|
|Added|NA|Module name: ohos.web.webview<br>Class name: HitTestValue<br>Method or attribute name: extra: string;|@ohos.web.webview.d.ts|
|Added|NA|Module name: ohos.web.webview<br>Class name: WebCustomScheme|@ohos.web.webview.d.ts|
|Added|NA|Module name: ohos.web.webview<br>Class name: WebCustomScheme<br>Method or attribute name: schemeName: string;|@ohos.web.webview.d.ts|
|Added|NA|Module name: ohos.web.webview<br>Class name: WebCustomScheme<br>Method or attribute name: isSupportCORS: boolean;|@ohos.web.webview.d.ts|
|Added|NA|Module name: ohos.web.webview<br>Class name: WebCustomScheme<br>Method or attribute name: isSupportFetch: boolean;|@ohos.web.webview.d.ts|
|Added|NA|Module name: ohos.web.webview<br>Class name: WebStorageOrigin|@ohos.web.webview.d.ts|
|Added|NA|Module name: ohos.web.webview<br>Class name: WebStorageOrigin<br>Method or attribute name: origin: string;|@ohos.web.webview.d.ts|
|Added|NA|Module name: ohos.web.webview<br>Class name: WebStorageOrigin<br>Method or attribute name: usage: number;|@ohos.web.webview.d.ts|
|Added|NA|Module name: ohos.web.webview<br>Class name: WebStorageOrigin<br>Method or attribute name: quota: number;|@ohos.web.webview.d.ts|
|Added|NA|Module name: ohos.web.webview<br>Class name: webview<br>Method or attribute name: function once(type: string, callback: Callback\<void>): void;|@ohos.web.webview.d.ts|
|Added|NA|Module name: ohos.web.webview<br>Class name: WebStorage|@ohos.web.webview.d.ts|
|Added|NA|Module name: ohos.web.webview<br>Class name: WebStorage<br>Method or attribute name: static deleteAllData(): void;|@ohos.web.webview.d.ts|
|Added|NA|Module name: ohos.web.webview<br>Class name: WebStorage<br>Method or attribute name: static deleteOrigin(origin: string): void;|@ohos.web.webview.d.ts|
|Added|NA|Module name: ohos.web.webview<br>Class name: WebStorage<br>Method or attribute name: static getOrigins(): Promise\<Array\<WebStorageOrigin>>;|@ohos.web.webview.d.ts|
|Added|NA|Module name: ohos.web.webview<br>Class name: WebStorage<br>Method or attribute name: static getOrigins(callback: AsyncCallback\<Array\<WebStorageOrigin>>): void;|@ohos.web.webview.d.ts|
|Added|NA|Module name: ohos.web.webview<br>Class name: WebStorage<br>Method or attribute name: static getOriginQuota(origin: string): Promise\<number>;|@ohos.web.webview.d.ts|
|Added|NA|Module name: ohos.web.webview<br>Class name: WebStorage<br>Method or attribute name: static getOriginQuota(origin: string, callback: AsyncCallback\<number>): void;|@ohos.web.webview.d.ts|
|Added|NA|Module name: ohos.web.webview<br>Class name: WebStorage<br>Method or attribute name: static getOriginUsage(origin: string): Promise\<number> ;|@ohos.web.webview.d.ts|
|Added|NA|Module name: ohos.web.webview<br>Class name: WebStorage<br>Method or attribute name: static getOriginUsage(origin: string, callback: AsyncCallback\<number>): void;|@ohos.web.webview.d.ts|
|Added|NA|Module name: ohos.web.webview<br>Class name: WebDataBase|@ohos.web.webview.d.ts|
|Added|NA|Module name: ohos.web.webview<br>Class name: WebDataBase<br>Method or attribute name: static existHttpAuthCredentials(): boolean;|@ohos.web.webview.d.ts|
|Added|NA|Module name: ohos.web.webview<br>Class name: WebDataBase<br>Method or attribute name: static deleteHttpAuthCredentials(): void;|@ohos.web.webview.d.ts|
|Added|NA|Module name: ohos.web.webview<br>Class name: WebDataBase<br>Method or attribute name: static getHttpAuthCredentials(host: string, realm: string): Array\<string>;|@ohos.web.webview.d.ts|
|Added|NA|Module name: ohos.web.webview<br>Class name: WebDataBase<br>Method or attribute name: static saveHttpAuthCredentials(host: string, realm: string, username: string, password: string): void;|@ohos.web.webview.d.ts|
|Added|NA|Module name: ohos.web.webview<br>Class name: GeolocationPermissions|@ohos.web.webview.d.ts|
|Added|NA|Module name: ohos.web.webview<br>Class name: GeolocationPermissions<br>Method or attribute name: static allowGeolocation(origin: string): void;|@ohos.web.webview.d.ts|
|Added|NA|Module name: ohos.web.webview<br>Class name: GeolocationPermissions<br>Method or attribute name: static deleteGeolocation(origin: string): void;|@ohos.web.webview.d.ts|
|Added|NA|Module name: ohos.web.webview<br>Class name: GeolocationPermissions<br>Method or attribute name: static deleteAllGeolocation(): void;|@ohos.web.webview.d.ts|
|Added|NA|Module name: ohos.web.webview<br>Class name: GeolocationPermissions<br>Method or attribute name: static getAccessibleGeolocation(origin: string): Promise\<boolean>;|@ohos.web.webview.d.ts|
|Added|NA|Module name: ohos.web.webview<br>Class name: GeolocationPermissions<br>Method or attribute name: static getAccessibleGeolocation(origin: string, callback: AsyncCallback\<boolean>): void;|@ohos.web.webview.d.ts|
|Added|NA|Module name: ohos.web.webview<br>Class name: GeolocationPermissions<br>Method or attribute name: static getStoredGeolocation(): Promise\<Array\<string>>;|@ohos.web.webview.d.ts|
|Added|NA|Module name: ohos.web.webview<br>Class name: GeolocationPermissions<br>Method or attribute name: static getStoredGeolocation(callback: AsyncCallback\<Array\<string>>): void;|@ohos.web.webview.d.ts|
|Added|NA|Module name: ohos.web.webview<br>Class name: WebCookieManager|@ohos.web.webview.d.ts|
|Added|NA|Module name: ohos.web.webview<br>Class name: WebCookieManager<br>Method or attribute name: static getCookie(url: string): string;|@ohos.web.webview.d.ts|
|Added|NA|Module name: ohos.web.webview<br>Class name: WebCookieManager<br>Method or attribute name: static setCookie(url: string, value: string): void;|@ohos.web.webview.d.ts|
|Added|NA|Module name: ohos.web.webview<br>Class name: WebCookieManager<br>Method or attribute name: static saveCookieAsync(): Promise\<void>;|@ohos.web.webview.d.ts|
|Added|NA|Module name: ohos.web.webview<br>Class name: WebCookieManager<br>Method or attribute name: static saveCookieAsync(callback: AsyncCallback\<void>): void;|@ohos.web.webview.d.ts|
|Added|NA|Module name: ohos.web.webview<br>Class name: WebCookieManager<br>Method or attribute name: static isCookieAllowed(): boolean;|@ohos.web.webview.d.ts|
|Added|NA|Module name: ohos.web.webview<br>Class name: WebCookieManager<br>Method or attribute name: static putAcceptCookieEnabled(accept: boolean): void;|@ohos.web.webview.d.ts|
|Added|NA|Module name: ohos.web.webview<br>Class name: WebCookieManager<br>Method or attribute name: static isThirdPartyCookieAllowed(): boolean;|@ohos.web.webview.d.ts|
|Added|NA|Module name: ohos.web.webview<br>Class name: WebCookieManager<br>Method or attribute name: static putAcceptThirdPartyCookieEnabled(accept: boolean): void;|@ohos.web.webview.d.ts|
|Added|NA|Module name: ohos.web.webview<br>Class name: WebCookieManager<br>Method or attribute name: static existCookie(): boolean;|@ohos.web.webview.d.ts|
|Added|NA|Module name: ohos.web.webview<br>Class name: WebCookieManager<br>Method or attribute name: static deleteEntireCookie(): void;|@ohos.web.webview.d.ts|
|Added|NA|Module name: ohos.web.webview<br>Class name: WebCookieManager<br>Method or attribute name: static deleteSessionCookie(): void;|@ohos.web.webview.d.ts|
|Added|NA|Module name: ohos.web.webview<br>Class name: WebMessagePort|@ohos.web.webview.d.ts|
|Added|NA|Module name: ohos.web.webview<br>Class name: WebMessagePort<br>Method or attribute name: close(): void;|@ohos.web.webview.d.ts|
|Added|NA|Module name: ohos.web.webview<br>Class name: WebMessagePort<br>Method or attribute name: postMessageEvent(message: WebMessage): void;|@ohos.web.webview.d.ts|
|Added|NA|Module name: ohos.web.webview<br>Class name: WebMessagePort<br>Method or attribute name: onMessageEvent(callback: (result: WebMessage) => void): void;|@ohos.web.webview.d.ts|
|Added|NA|Module name: ohos.web.webview<br>Class name: HistoryItem|@ohos.web.webview.d.ts|
|Added|NA|Module name: ohos.web.webview<br>Class name: HistoryItem<br>Method or attribute name: icon: image.PixelMap;|@ohos.web.webview.d.ts|
|Added|NA|Module name: ohos.web.webview<br>Class name: HistoryItem<br>Method or attribute name: historyUrl: string;|@ohos.web.webview.d.ts|
|Added|NA|Module name: ohos.web.webview<br>Class name: HistoryItem<br>Method or attribute name: historyRawUrl: string;|@ohos.web.webview.d.ts|
|Added|NA|Module name: ohos.web.webview<br>Class name: HistoryItem<br>Method or attribute name: title: string;|@ohos.web.webview.d.ts|
|Added|NA|Module name: ohos.web.webview<br>Class name: BackForwardList|@ohos.web.webview.d.ts|
|Added|NA|Module name: ohos.web.webview<br>Class name: BackForwardList<br>Method or attribute name: currentIndex: number;|@ohos.web.webview.d.ts|
|Added|NA|Module name: ohos.web.webview<br>Class name: BackForwardList<br>Method or attribute name: size: number;|@ohos.web.webview.d.ts|
|Added|NA|Module name: ohos.web.webview<br>Class name: BackForwardList<br>Method or attribute name: getItemAtIndex(index: number): HistoryItem;|@ohos.web.webview.d.ts|
|Added|NA|Module name: ohos.web.webview<br>Class name: WebviewController|@ohos.web.webview.d.ts|
|Added|NA|Module name: ohos.web.webview<br>Class name: WebviewController<br>Method or attribute name: static initializeWebEngine(): void;|@ohos.web.webview.d.ts|
|Added|NA|Module name: ohos.web.webview<br>Class name: WebviewController<br>Method or attribute name: static setWebDebuggingAccess(webDebuggingAccess: boolean): void;|@ohos.web.webview.d.ts|
|Added|NA|Module name: ohos.web.webview<br>Class name: WebviewController<br>Method or attribute name: accessForward(): boolean;|@ohos.web.webview.d.ts|
|Added|NA|Module name: ohos.web.webview<br>Class name: WebviewController<br>Method or attribute name: accessBackward(): boolean;|@ohos.web.webview.d.ts|
|Added|NA|Module name: ohos.web.webview<br>Class name: WebviewController<br>Method or attribute name: accessStep(step: number): boolean;|@ohos.web.webview.d.ts|
|Added|NA|Module name: ohos.web.webview<br>Class name: WebviewController<br>Method or attribute name: forward(): void;|@ohos.web.webview.d.ts|
|Added|NA|Module name: ohos.web.webview<br>Class name: WebviewController<br>Method or attribute name: backward(): void;|@ohos.web.webview.d.ts|
|Added|NA|Module name: ohos.web.webview<br>Class name: WebviewController<br>Method or attribute name: clearHistory(): void;|@ohos.web.webview.d.ts|
|Added|NA|Module name: ohos.web.webview<br>Class name: WebviewController<br>Method or attribute name: onActive(): void;|@ohos.web.webview.d.ts|
|Added|NA|Module name: ohos.web.webview<br>Class name: WebviewController<br>Method or attribute name: onInactive(): void;|@ohos.web.webview.d.ts|
|Added|NA|Module name: ohos.web.webview<br>Class name: WebviewController<br>Method or attribute name: refresh(): void;|@ohos.web.webview.d.ts|
|Added|NA|Module name: ohos.web.webview<br>Class name: WebviewController<br>Method or attribute name: loadData(data: string, mimeType: string, encoding: string, baseUrl?: string, historyUrl?: string): void;|@ohos.web.webview.d.ts|
|Added|NA|Module name: ohos.web.webview<br>Class name: WebviewController<br>Method or attribute name: loadUrl(url: string \| Resource, headers?: Array\<WebHeader>): void;|@ohos.web.webview.d.ts|
|Added|NA|Module name: ohos.web.webview<br>Class name: WebviewController<br>Method or attribute name: getHitTest(): WebHitTestType;|@ohos.web.webview.d.ts|
|Added|NA|Module name: ohos.web.webview<br>Class name: WebviewController<br>Method or attribute name: storeWebArchive(baseName: string, autoName: boolean): Promise\<string>;|@ohos.web.webview.d.ts|
|Added|NA|Module name: ohos.web.webview<br>Class name: WebviewController<br>Method or attribute name: storeWebArchive(baseName: string, autoName: boolean, callback: AsyncCallback\<string>): void;|@ohos.web.webview.d.ts|
|Added|NA|Module name: ohos.web.webview<br>Class name: WebviewController<br>Method or attribute name: zoom(factor: number): void;|@ohos.web.webview.d.ts|
|Added|NA|Module name: ohos.web.webview<br>Class name: WebviewController<br>Method or attribute name: zoomIn(): void;|@ohos.web.webview.d.ts|
|Added|NA|Module name: ohos.web.webview<br>Class name: WebviewController<br>Method or attribute name: zoomOut(): void;|@ohos.web.webview.d.ts|
|Added|NA|Module name: ohos.web.webview<br>Class name: WebviewController<br>Method or attribute name: getHitTestValue(): HitTestValue;|@ohos.web.webview.d.ts|
|Added|NA|Module name: ohos.web.webview<br>Class name: WebviewController<br>Method or attribute name: getWebId(): number;|@ohos.web.webview.d.ts|
|Added|NA|Module name: ohos.web.webview<br>Class name: WebviewController<br>Method or attribute name: getUserAgent(): string;|@ohos.web.webview.d.ts|
|Added|NA|Module name: ohos.web.webview<br>Class name: WebviewController<br>Method or attribute name: getTitle(): string;|@ohos.web.webview.d.ts|
|Added|NA|Module name: ohos.web.webview<br>Class name: WebviewController<br>Method or attribute name: getPageHeight(): number;|@ohos.web.webview.d.ts|
|Added|NA|Module name: ohos.web.webview<br>Class name: WebviewController<br>Method or attribute name: backOrForward(step: number): void;|@ohos.web.webview.d.ts|
|Added|NA|Module name: ohos.web.webview<br>Class name: WebviewController<br>Method or attribute name: requestFocus(): void;|@ohos.web.webview.d.ts|
|Added|NA|Module name: ohos.web.webview<br>Class name: WebviewController<br>Method or attribute name: createWebMessagePorts(): Array\<WebMessagePort>;|@ohos.web.webview.d.ts|
|Added|NA|Module name: ohos.web.webview<br>Class name: WebviewController<br>Method or attribute name: postMessage(name: string, ports: Array\<WebMessagePort>, uri: string): void;|@ohos.web.webview.d.ts|
|Added|NA|Module name: ohos.web.webview<br>Class name: WebviewController<br>Method or attribute name: stop(): void;|@ohos.web.webview.d.ts|
|Added|NA|Module name: ohos.web.webview<br>Class name: WebviewController<br>Method or attribute name: registerJavaScriptProxy(object: object, name: string, methodList: Array\<string>): void;|@ohos.web.webview.d.ts|
|Added|NA|Module name: ohos.web.webview<br>Class name: WebviewController<br>Method or attribute name: deleteJavaScriptRegister(name: string): void;|@ohos.web.webview.d.ts|
|Added|NA|Module name: ohos.web.webview<br>Class name: WebviewController<br>Method or attribute name: searchAllAsync(searchString: string): void;|@ohos.web.webview.d.ts|
|Added|NA|Module name: ohos.web.webview<br>Class name: WebviewController<br>Method or attribute name: clearMatches(): void;|@ohos.web.webview.d.ts|
|Added|NA|Module name: ohos.web.webview<br>Class name: WebviewController<br>Method or attribute name: searchNext(forward: boolean): void;|@ohos.web.webview.d.ts|
|Added|NA|Module name: ohos.web.webview<br>Class name: WebviewController<br>Method or attribute name: clearSslCache(): void;|@ohos.web.webview.d.ts|
|Added|NA|Module name: ohos.web.webview<br>Class name: WebviewController<br>Method or attribute name: clearClientAuthenticationCache(): void;|@ohos.web.webview.d.ts|
|Added|NA|Module name: ohos.web.webview<br>Class name: WebviewController<br>Method or attribute name: runJavaScript(script: string): Promise\<string>;|@ohos.web.webview.d.ts|
|Added|NA|Module name: ohos.web.webview<br>Class name: WebviewController<br>Method or attribute name: runJavaScript(script: string, callback: AsyncCallback\<string>): void;|@ohos.web.webview.d.ts|
|Added|NA|Module name: ohos.web.webview<br>Class name: WebviewController<br>Method or attribute name: getUrl(): string;|@ohos.web.webview.d.ts|
|Added|NA|Module name: ohos.web.webview<br>Class name: WebviewController<br>Method or attribute name: pageUp(top:boolean): void;|@ohos.web.webview.d.ts|
|Added|NA|Module name: ohos.web.webview<br>Class name: WebviewController<br>Method or attribute name: pageDown(bottom:boolean): void;|@ohos.web.webview.d.ts|
|Added|NA|Module name: ohos.web.webview<br>Class name: WebviewController<br>Method or attribute name: getOriginalUrl(): string;|@ohos.web.webview.d.ts|
|Added|NA|Module name: ohos.web.webview<br>Class name: WebviewController<br>Method or attribute name: getFavicon(): image.PixelMap;|@ohos.web.webview.d.ts|
|Added|NA|Module name: ohos.web.webview<br>Class name: WebviewController<br>Method or attribute name: setNetworkAvailable(enable: boolean): void;|@ohos.web.webview.d.ts|
|Added|NA|Module name: ohos.web.webview<br>Class name: WebviewController<br>Method or attribute name: hasImage(): Promise\<boolean>;|@ohos.web.webview.d.ts|
|Added|NA|Module name: ohos.web.webview<br>Class name: WebviewController<br>Method or attribute name: hasImage(callback: AsyncCallback\<boolean>): void;|@ohos.web.webview.d.ts|
|Added|NA|Module name: ohos.web.webview<br>Class name: WebviewController<br>Method or attribute name: getBackForwardEntries(): BackForwardList;|@ohos.web.webview.d.ts|
|Added|NA|Module name: ohos.web.webview<br>Class name: WebviewController<br>Method or attribute name: removeCache(clearRom: boolean): void;|@ohos.web.webview.d.ts|
|Added|NA|Module name: ohos.web.webview<br>Class name: WebviewController<br>Method or attribute name: scrollTo(x:number, y:number): void;|@ohos.web.webview.d.ts|
|Added|NA|Module name: ohos.web.webview<br>Class name: WebviewController<br>Method or attribute name: scrollBy(deltaX:number, deltaY:number): void;|@ohos.web.webview.d.ts|
|Added|NA|Module name: ohos.web.webview<br>Class name: WebviewController<br>Method or attribute name: slideScroll(vx:number, vy:number): void;|@ohos.web.webview.d.ts|
|Added|NA|Module name: ohos.web.webview<br>Class name: WebviewController<br>Method or attribute name: serializeWebState(): Uint8Array;|@ohos.web.webview.d.ts|
|Added|NA|Module name: ohos.web.webview<br>Class name: WebviewController<br>Method or attribute name: restoreWebState(state: Uint8Array): void;|@ohos.web.webview.d.ts|
|Added|NA|Module name: ohos.web.webview<br>Class name: WebviewController<br>Method or attribute name: static customizeSchemes(schemes: Array\<WebCustomScheme>): void;|@ohos.web.webview.d.ts|
| Change Type | Old Version | New Version | d.ts File |
| ---- | ------ | ------ | -------- |
|Added|NA|Module name: ohos.animation.windowAnimationManager<br>Class name: windowAnimationManager|@ohos.animation.windowAnimationManager.d.ts|
|Added|NA|Module name: ohos.animation.windowAnimationManager<br>Class name: windowAnimationManager<br>Method or attribute name: function setController(controller: WindowAnimationController): void;|@ohos.animation.windowAnimationManager.d.ts|
|Added|NA|Module name: ohos.animation.windowAnimationManager<br>Class name: windowAnimationManager<br>Method or attribute name: function minimizeWindowWithAnimation(windowTarget: WindowAnimationTarget,<br> callback: AsyncCallback\<WindowAnimationFinishedCallback>): void;|@ohos.animation.windowAnimationManager.d.ts|
|Added|NA|Module name: ohos.animation.windowAnimationManager<br>Class name: windowAnimationManager<br>Method or attribute name: function minimizeWindowWithAnimation(windowTarget: WindowAnimationTarget): Promise\<WindowAnimationFinishedCallback>;|@ohos.animation.windowAnimationManager.d.ts|
|Added|NA|Module name: ohos.animation.windowAnimationManager<br>Class name: RRect|@ohos.animation.windowAnimationManager.d.ts|
|Added|NA|Module name: ohos.animation.windowAnimationManager<br>Class name: RRect<br>Method or attribute name: left: number;|@ohos.animation.windowAnimationManager.d.ts|
|Added|NA|Module name: ohos.animation.windowAnimationManager<br>Class name: RRect<br>Method or attribute name: top: number;|@ohos.animation.windowAnimationManager.d.ts|
|Added|NA|Module name: ohos.animation.windowAnimationManager<br>Class name: RRect<br>Method or attribute name: width: number;|@ohos.animation.windowAnimationManager.d.ts|
|Added|NA|Module name: ohos.animation.windowAnimationManager<br>Class name: RRect<br>Method or attribute name: height: number;|@ohos.animation.windowAnimationManager.d.ts|
|Added|NA|Module name: ohos.animation.windowAnimationManager<br>Class name: RRect<br>Method or attribute name: radius: number;|@ohos.animation.windowAnimationManager.d.ts|
|Added|NA|Module name: ohos.animation.windowAnimationManager<br>Class name: WindowAnimationTarget|@ohos.animation.windowAnimationManager.d.ts|
|Added|NA|Module name: ohos.animation.windowAnimationManager<br>Class name: WindowAnimationTarget<br>Method or attribute name: readonly bundleName: string;|@ohos.animation.windowAnimationManager.d.ts|
|Added|NA|Module name: ohos.animation.windowAnimationManager<br>Class name: WindowAnimationTarget<br>Method or attribute name: readonly abilityName: string;|@ohos.animation.windowAnimationManager.d.ts|
|Added|NA|Module name: ohos.animation.windowAnimationManager<br>Class name: WindowAnimationTarget<br>Method or attribute name: readonly windowBounds: RRect;|@ohos.animation.windowAnimationManager.d.ts|
|Added|NA|Module name: ohos.animation.windowAnimationManager<br>Class name: WindowAnimationTarget<br>Method or attribute name: readonly missionId: number;|@ohos.animation.windowAnimationManager.d.ts|
|Added|NA|Module name: ohos.animation.windowAnimationManager<br>Class name: WindowAnimationFinishedCallback|@ohos.animation.windowAnimationManager.d.ts|
|Added|NA|Module name: ohos.animation.windowAnimationManager<br>Class name: WindowAnimationFinishedCallback<br>Method or attribute name: onAnimationFinish(): void;|@ohos.animation.windowAnimationManager.d.ts|
|Added|NA|Module name: ohos.animation.windowAnimationManager<br>Class name: WindowAnimationController|@ohos.animation.windowAnimationManager.d.ts|
|Added|NA|Module name: ohos.animation.windowAnimationManager<br>Class name: WindowAnimationController<br>Method or attribute name: onStartAppFromLauncher(startingWindowTarget: WindowAnimationTarget,<br> finishCallback: WindowAnimationFinishedCallback): void;|@ohos.animation.windowAnimationManager.d.ts|
|Added|NA|Module name: ohos.animation.windowAnimationManager<br>Class name: WindowAnimationController<br>Method or attribute name: onStartAppFromRecent(startingWindowTarget: WindowAnimationTarget,<br> finishCallback: WindowAnimationFinishedCallback): void;|@ohos.animation.windowAnimationManager.d.ts|
|Added|NA|Module name: ohos.animation.windowAnimationManager<br>Class name: WindowAnimationController<br>Method or attribute name: onStartAppFromOther(startingWindowTarget: WindowAnimationTarget,<br> finishCallback: WindowAnimationFinishedCallback): void;|@ohos.animation.windowAnimationManager.d.ts|
|Added|NA|Module name: ohos.animation.windowAnimationManager<br>Class name: WindowAnimationController<br>Method or attribute name: onAppTransition(fromWindowTarget: WindowAnimationTarget, toWindowTarget: WindowAnimationTarget,<br> finishCallback: WindowAnimationFinishedCallback): void;|@ohos.animation.windowAnimationManager.d.ts|
|Added|NA|Module name: ohos.animation.windowAnimationManager<br>Class name: WindowAnimationController<br>Method or attribute name: onMinimizeWindow(minimizingWindowTarget: WindowAnimationTarget,<br> finishCallback: WindowAnimationFinishedCallback): void;|@ohos.animation.windowAnimationManager.d.ts|
|Added|NA|Module name: ohos.animation.windowAnimationManager<br>Class name: WindowAnimationController<br>Method or attribute name: onCloseWindow(closingWindowTarget: WindowAnimationTarget, finishCallback: WindowAnimationFinishedCallback): void;|@ohos.animation.windowAnimationManager.d.ts|
|Added|NA|Module name: ohos.animation.windowAnimationManager<br>Class name: WindowAnimationController<br>Method or attribute name: onScreenUnlock(finishCallback: WindowAnimationFinishedCallback): void;|@ohos.animation.windowAnimationManager.d.ts|
|Added|NA|Module name: ohos.animation.windowAnimationManager<br>Class name: WindowAnimationController<br>Method or attribute name: onWindowAnimationTargetsUpdate(fullScreenWindowTarget: WindowAnimationTarget,<br> floatingWindowTargets: Array\<WindowAnimationTarget>): void;|@ohos.animation.windowAnimationManager.d.ts|
|Added|NA|Module name: ohos.application.WindowExtensionAbility<br>Class name: WindowExtensionAbility|@ohos.application.WindowExtensionAbility.d.ts|
|Added|NA|Module name: ohos.application.WindowExtensionAbility<br>Class name: WindowExtensionAbility<br>Method or attribute name: context: WindowExtensionContext;|@ohos.application.WindowExtensionAbility.d.ts|
|Added|NA|Module name: ohos.application.WindowExtensionAbility<br>Class name: WindowExtensionAbility<br>Method or attribute name: onConnect(want: Want): void;|@ohos.application.WindowExtensionAbility.d.ts|
|Added|NA|Module name: ohos.application.WindowExtensionAbility<br>Class name: WindowExtensionAbility<br>Method or attribute name: onDisconnect(want: Want): void;|@ohos.application.WindowExtensionAbility.d.ts|
|Added|NA|Module name: ohos.application.WindowExtensionAbility<br>Class name: WindowExtensionAbility<br>Method or attribute name: onWindowReady(window: window.Window): void;|@ohos.application.WindowExtensionAbility.d.ts|
|Added|NA|Class name: display<br>Method or attribute name: function getDefaultDisplaySync(): Display;|@ohos.display.d.ts|
|Added|NA|Class name: display<br>Method or attribute name: function getAllDisplays(callback: AsyncCallback\<Array\<Display>>): void;|@ohos.display.d.ts|
|Added|NA|Class name: display<br>Method or attribute name: function getAllDisplays(): Promise\<Array\<Display>>;|@ohos.display.d.ts|
|Added|NA|Class name: display<br>Method or attribute name: function hasPrivateWindow(displayId: number): boolean;|@ohos.display.d.ts|
|Added|NA|Module name: ohos.display<br>Class name: Rect|@ohos.display.d.ts|
|Added|NA|Class name: Rect<br>Method or attribute name: |@ohos.display.d.ts|
|Added|NA|Module name: ohos.display<br>Class name: Rect<br>Method or attribute name: left: number;|@ohos.display.d.ts|
|Added|NA|Class name: Rect<br>Method or attribute name: left: number;|@ohos.display.d.ts|
|Added|NA|Module name: ohos.display<br>Class name: Rect<br>Method or attribute name: top: number;|@ohos.display.d.ts|
|Added|NA|Class name: Rect<br>Method or attribute name: top: number;|@ohos.display.d.ts|
|Added|NA|Module name: ohos.display<br>Class name: Rect<br>Method or attribute name: width: number;|@ohos.display.d.ts|
|Added|NA|Class name: Rect<br>Method or attribute name: width: number;|@ohos.display.d.ts|
|Added|NA|Module name: ohos.display<br>Class name: Rect<br>Method or attribute name: height: number;|@ohos.display.d.ts|
|Added|NA|Class name: Rect<br>Method or attribute name: height: number;|@ohos.display.d.ts|
|Added|NA|Module name: ohos.display<br>Class name: WaterfallDisplayAreaRects|@ohos.display.d.ts|
|Added|NA|Class name: WaterfallDisplayAreaRects<br>Method or attribute name: |@ohos.display.d.ts|
|Added|NA|Module name: ohos.display<br>Class name: WaterfallDisplayAreaRects<br>Method or attribute name: readonly left: Rect;|@ohos.display.d.ts|
|Added|NA|Class name: WaterfallDisplayAreaRects<br>Method or attribute name: readonly left: Rect;|@ohos.display.d.ts|
|Added|NA|Module name: ohos.display<br>Class name: WaterfallDisplayAreaRects<br>Method or attribute name: readonly right: Rect;|@ohos.display.d.ts|
|Added|NA|Class name: WaterfallDisplayAreaRects<br>Method or attribute name: readonly right: Rect;|@ohos.display.d.ts|
|Added|NA|Module name: ohos.display<br>Class name: WaterfallDisplayAreaRects<br>Method or attribute name: readonly top: Rect;|@ohos.display.d.ts|
|Added|NA|Class name: WaterfallDisplayAreaRects<br>Method or attribute name: readonly top: Rect;|@ohos.display.d.ts|
|Added|NA|Module name: ohos.display<br>Class name: WaterfallDisplayAreaRects<br>Method or attribute name: readonly bottom: Rect;|@ohos.display.d.ts|
|Added|NA|Class name: WaterfallDisplayAreaRects<br>Method or attribute name: readonly bottom: Rect;|@ohos.display.d.ts|
|Added|NA|Module name: ohos.display<br>Class name: CutoutInfo|@ohos.display.d.ts|
|Added|NA|Class name: CutoutInfo<br>Method or attribute name: |@ohos.display.d.ts|
|Added|NA|Module name: ohos.display<br>Class name: CutoutInfo<br>Method or attribute name: readonly boundingRects: Array\<Rect>;|@ohos.display.d.ts|
|Added|NA|Class name: CutoutInfo<br>Method or attribute name: readonly boundingRects: Array\<Rect>;|@ohos.display.d.ts|
|Added|NA|Module name: ohos.display<br>Class name: CutoutInfo<br>Method or attribute name: readonly waterfallDisplayAreaRects: WaterfallDisplayAreaRects;|@ohos.display.d.ts|
|Added|NA|Class name: CutoutInfo<br>Method or attribute name: readonly waterfallDisplayAreaRects: WaterfallDisplayAreaRects;|@ohos.display.d.ts|
|Added|NA|Module name: ohos.display<br>Class name: Display<br>Method or attribute name: getCutoutInfo(callback: AsyncCallback\<CutoutInfo>): void;|@ohos.display.d.ts|
|Added|NA|Class name: Display<br>Method or attribute name: getCutoutInfo(callback: AsyncCallback\<CutoutInfo>): void;|@ohos.display.d.ts|
|Added|NA|Module name: ohos.display<br>Class name: Display<br>Method or attribute name: getCutoutInfo(): Promise\<CutoutInfo>;|@ohos.display.d.ts|
|Added|NA|Class name: Display<br>Method or attribute name: getCutoutInfo(): Promise\<CutoutInfo>;|@ohos.display.d.ts|
|Added|NA|Module name: ohos.screen<br>Class name: screen|@ohos.screen.d.ts|
|Added|NA|Module name: ohos.screen<br>Class name: screen<br>Method or attribute name: function getAllScreens(callback: AsyncCallback\<Array\<Screen>>): void;|@ohos.screen.d.ts|
|Added|NA|Module name: ohos.screen<br>Class name: screen<br>Method or attribute name: function getAllScreens(): Promise\<Array\<Screen>>;|@ohos.screen.d.ts|
|Added|NA|Module name: ohos.screen<br>Class name: screen<br>Method or attribute name: function on(eventType: 'connect' \| 'disconnect' \| 'change', callback: Callback\<number>): void;|@ohos.screen.d.ts|
|Added|NA|Module name: ohos.screen<br>Class name: screen<br>Method or attribute name: function on(eventType: 'connect' \| 'disconnect' \| 'change', callback: Callback\<number>): void;|@ohos.screen.d.ts|
|Added|NA|Module name: ohos.screen<br>Class name: screen<br>Method or attribute name: function on(eventType: 'connect' \| 'disconnect' \| 'change', callback: Callback\<number>): void;|@ohos.screen.d.ts|
|Added|NA|Module name: ohos.screen<br>Class name: screen<br>Method or attribute name: function off(eventType: 'connect' \| 'disconnect' \| 'change', callback?: Callback\<number>): void;|@ohos.screen.d.ts|
|Added|NA|Module name: ohos.screen<br>Class name: screen<br>Method or attribute name: function off(eventType: 'connect' \| 'disconnect' \| 'change', callback?: Callback\<number>): void;|@ohos.screen.d.ts|
|Added|NA|Module name: ohos.screen<br>Class name: screen<br>Method or attribute name: function off(eventType: 'connect' \| 'disconnect' \| 'change', callback?: Callback\<number>): void;|@ohos.screen.d.ts|
|Added|NA|Module name: ohos.screen<br>Class name: screen<br>Method or attribute name: function makeExpand(options:Array\<ExpandOption>, callback: AsyncCallback\<number>): void;|@ohos.screen.d.ts|
|Added|NA|Module name: ohos.screen<br>Class name: screen<br>Method or attribute name: function makeExpand(options:Array\<ExpandOption>): Promise\<number>;|@ohos.screen.d.ts|
|Added|NA|Module name: ohos.screen<br>Class name: screen<br>Method or attribute name: function makeMirror(mainScreen:number, mirrorScreen:Array\<number>, callback: AsyncCallback\<number>): void;|@ohos.screen.d.ts|
|Added|NA|Module name: ohos.screen<br>Class name: screen<br>Method or attribute name: function makeMirror(mainScreen:number, mirrorScreen:Array\<number>): Promise\<number>;|@ohos.screen.d.ts|
|Added|NA|Module name: ohos.screen<br>Class name: screen<br>Method or attribute name: function createVirtualScreen(options:VirtualScreenOption, callback: AsyncCallback\<Screen>): void;|@ohos.screen.d.ts|
|Added|NA|Module name: ohos.screen<br>Class name: screen<br>Method or attribute name: function createVirtualScreen(options:VirtualScreenOption): Promise\<Screen>;|@ohos.screen.d.ts|
|Added|NA|Module name: ohos.screen<br>Class name: screen<br>Method or attribute name: function destroyVirtualScreen(screenId:number, callback: AsyncCallback\<void>): void;|@ohos.screen.d.ts|
|Added|NA|Module name: ohos.screen<br>Class name: screen<br>Method or attribute name: function destroyVirtualScreen(screenId:number): Promise\<void>;|@ohos.screen.d.ts|
|Added|NA|Module name: ohos.screen<br>Class name: screen<br>Method or attribute name: function setVirtualScreenSurface(screenId:number, surfaceId: string, callback: AsyncCallback\<void>): void;|@ohos.screen.d.ts|
|Added|NA|Module name: ohos.screen<br>Class name: screen<br>Method or attribute name: function setVirtualScreenSurface(screenId:number, surfaceId: string): Promise\<void>;|@ohos.screen.d.ts|
|Added|NA|Module name: ohos.screen<br>Class name: screen<br>Method or attribute name: function isScreenRotationLocked(callback: AsyncCallback\<boolean>): void;|@ohos.screen.d.ts|
|Added|NA|Module name: ohos.screen<br>Class name: screen<br>Method or attribute name: function isScreenRotationLocked(): Promise\<boolean>;|@ohos.screen.d.ts|
|Added|NA|Module name: ohos.screen<br>Class name: screen<br>Method or attribute name: function setScreenRotationLocked(isLocked:boolean, callback: AsyncCallback\<void>): void;|@ohos.screen.d.ts|
|Added|NA|Module name: ohos.screen<br>Class name: screen<br>Method or attribute name: function setScreenRotationLocked(isLocked:boolean): Promise\<void>;|@ohos.screen.d.ts|
|Added|NA|Module name: ohos.screen<br>Class name: ExpandOption|@ohos.screen.d.ts|
|Added|NA|Module name: ohos.screen<br>Class name: ExpandOption<br>Method or attribute name: screenId: number;|@ohos.screen.d.ts|
|Added|NA|Module name: ohos.screen<br>Class name: ExpandOption<br>Method or attribute name: startX: number;|@ohos.screen.d.ts|
|Added|NA|Module name: ohos.screen<br>Class name: ExpandOption<br>Method or attribute name: startY: number;|@ohos.screen.d.ts|
|Added|NA|Module name: ohos.screen<br>Class name: VirtualScreenOption|@ohos.screen.d.ts|
|Added|NA|Module name: ohos.screen<br>Class name: VirtualScreenOption<br>Method or attribute name: name: string|@ohos.screen.d.ts|
|Added|NA|Module name: ohos.screen<br>Class name: VirtualScreenOption<br>Method or attribute name: width: number|@ohos.screen.d.ts|
|Added|NA|Module name: ohos.screen<br>Class name: VirtualScreenOption<br>Method or attribute name: height: number|@ohos.screen.d.ts|
|Added|NA|Module name: ohos.screen<br>Class name: VirtualScreenOption<br>Method or attribute name: density: number|@ohos.screen.d.ts|
|Added|NA|Module name: ohos.screen<br>Class name: VirtualScreenOption<br>Method or attribute name: surfaceId: string|@ohos.screen.d.ts|
|Added|NA|Module name: ohos.screen<br>Class name: Screen|@ohos.screen.d.ts|
|Added|NA|Module name: ohos.screen<br>Class name: Screen<br>Method or attribute name: readonly id: number;|@ohos.screen.d.ts|
|Added|NA|Module name: ohos.screen<br>Class name: Screen<br>Method or attribute name: readonly parent: number;|@ohos.screen.d.ts|
|Added|NA|Module name: ohos.screen<br>Class name: Screen<br>Method or attribute name: readonly supportedModeInfo: Array\<ScreenModeInfo>;|@ohos.screen.d.ts|
|Added|NA|Module name: ohos.screen<br>Class name: Screen<br>Method or attribute name: readonly activeModeIndex: number;|@ohos.screen.d.ts|
|Added|NA|Module name: ohos.screen<br>Class name: Screen<br>Method or attribute name: readonly orientation: Orientation;|@ohos.screen.d.ts|
|Added|NA|Module name: ohos.screen<br>Class name: Screen<br>Method or attribute name: setOrientation(orientation: Orientation, callback: AsyncCallback\<void>): void;|@ohos.screen.d.ts|
|Added|NA|Module name: ohos.screen<br>Class name: Screen<br>Method or attribute name: setOrientation(orientation: Orientation): Promise\<void>;|@ohos.screen.d.ts|
|Added|NA|Module name: ohos.screen<br>Class name: Screen<br>Method or attribute name: setScreenActiveMode(modeIndex: number, callback: AsyncCallback\<void>): void;|@ohos.screen.d.ts|
|Added|NA|Module name: ohos.screen<br>Class name: Screen<br>Method or attribute name: setScreenActiveMode(modeIndex: number): Promise\<void>;|@ohos.screen.d.ts|
|Added|NA|Module name: ohos.screen<br>Class name: Screen<br>Method or attribute name: setDensityDpi(densityDpi: number, callback: AsyncCallback\<void>): void;|@ohos.screen.d.ts|
|Added|NA|Module name: ohos.screen<br>Class name: Screen<br>Method or attribute name: setDensityDpi(densityDpi: number): Promise\<void>;|@ohos.screen.d.ts|
|Added|NA|Module name: ohos.screen<br>Class name: Orientation|@ohos.screen.d.ts|
|Added|NA|Module name: ohos.screen<br>Class name: Orientation<br>Method or attribute name: UNSPECIFIED = 0|@ohos.screen.d.ts|
|Added|NA|Module name: ohos.screen<br>Class name: Orientation<br>Method or attribute name: VERTICAL = 1|@ohos.screen.d.ts|
|Added|NA|Module name: ohos.screen<br>Class name: Orientation<br>Method or attribute name: HORIZONTAL = 2|@ohos.screen.d.ts|
|Added|NA|Module name: ohos.screen<br>Class name: Orientation<br>Method or attribute name: REVERSE_VERTICAL = 3|@ohos.screen.d.ts|
|Added|NA|Module name: ohos.screen<br>Class name: Orientation<br>Method or attribute name: REVERSE_HORIZONTAL = 4|@ohos.screen.d.ts|
|Added|NA|Module name: ohos.screen<br>Class name: ScreenModeInfo|@ohos.screen.d.ts|
|Added|NA|Module name: ohos.screen<br>Class name: ScreenModeInfo<br>Method or attribute name: id: number;|@ohos.screen.d.ts|
|Added|NA|Module name: ohos.screen<br>Class name: ScreenModeInfo<br>Method or attribute name: width: number;|@ohos.screen.d.ts|
|Added|NA|Module name: ohos.screen<br>Class name: ScreenModeInfo<br>Method or attribute name: height: number;|@ohos.screen.d.ts|
|Added|NA|Module name: ohos.screen<br>Class name: ScreenModeInfo<br>Method or attribute name: refreshRate: number;|@ohos.screen.d.ts|
|Added|NA|Class name: WindowType<br>Method or attribute name: TYPE_INPUT_METHOD|@ohos.window.d.ts|
|Added|NA|Class name: WindowType<br>Method or attribute name: TYPE_STATUS_BAR|@ohos.window.d.ts|
|Added|NA|Class name: WindowType<br>Method or attribute name: TYPE_PANEL|@ohos.window.d.ts|
|Added|NA|Class name: WindowType<br>Method or attribute name: TYPE_KEYGUARD|@ohos.window.d.ts|
|Added|NA|Class name: WindowType<br>Method or attribute name: TYPE_VOLUME_OVERLAY|@ohos.window.d.ts|
|Added|NA|Class name: WindowType<br>Method or attribute name: TYPE_NAVIGATION_BAR|@ohos.window.d.ts|
|Added|NA|Class name: WindowType<br>Method or attribute name: TYPE_FLOAT|@ohos.window.d.ts|
|Added|NA|Class name: WindowType<br>Method or attribute name: TYPE_WALLPAPER|@ohos.window.d.ts|
|Added|NA|Class name: WindowType<br>Method or attribute name: TYPE_DESKTOP|@ohos.window.d.ts|
|Added|NA|Class name: WindowType<br>Method or attribute name: TYPE_LAUNCHER_RECENT|@ohos.window.d.ts|
|Added|NA|Class name: WindowType<br>Method or attribute name: TYPE_LAUNCHER_DOCK|@ohos.window.d.ts|
|Added|NA|Class name: WindowType<br>Method or attribute name: TYPE_VOICE_INTERACTION|@ohos.window.d.ts|
|Added|NA|Class name: WindowType<br>Method or attribute name: TYPE_POINTER|@ohos.window.d.ts|
|Added|NA|Class name: WindowType<br>Method or attribute name: TYPE_FLOAT_CAMERA|@ohos.window.d.ts|
|Added|NA|Class name: WindowType<br>Method or attribute name: TYPE_DIALOG|@ohos.window.d.ts|
|Added|NA|Class name: WindowType<br>Method or attribute name: TYPE_SCREENSHOT|@ohos.window.d.ts|
|Added|NA|Module name: ohos.window<br>Class name: AvoidAreaType<br>Method or attribute name: TYPE_SYSTEM_GESTURE|@ohos.window.d.ts|
|Added|NA|Class name: AvoidAreaType<br>Method or attribute name: TYPE_SYSTEM_GESTURE|@ohos.window.d.ts|
|Added|NA|Module name: ohos.window<br>Class name: AvoidAreaType<br>Method or attribute name: TYPE_KEYBOARD|@ohos.window.d.ts|
|Added|NA|Class name: AvoidAreaType<br>Method or attribute name: TYPE_KEYBOARD|@ohos.window.d.ts|
|Added|NA|Module name: ohos.window<br>Class name: WindowLayoutMode|@ohos.window.d.ts|
|Added|NA|Class name: WindowLayoutMode<br>Method or attribute name: |@ohos.window.d.ts|
|Added|NA|Module name: ohos.window<br>Class name: WindowLayoutMode<br>Method or attribute name: WINDOW_LAYOUT_MODE_CASCADE|@ohos.window.d.ts|
|Added|NA|Class name: WindowLayoutMode<br>Method or attribute name: WINDOW_LAYOUT_MODE_CASCADE|@ohos.window.d.ts|
|Added|NA|Module name: ohos.window<br>Class name: WindowLayoutMode<br>Method or attribute name: WINDOW_LAYOUT_MODE_TILE|@ohos.window.d.ts|
|Added|NA|Class name: WindowLayoutMode<br>Method or attribute name: WINDOW_LAYOUT_MODE_TILE|@ohos.window.d.ts|
|Added|NA|Module name: ohos.window<br>Class name: AvoidArea<br>Method or attribute name: visible: boolean;|@ohos.window.d.ts|
|Added|NA|Class name: AvoidArea<br>Method or attribute name: visible: boolean;|@ohos.window.d.ts|
|Added|NA|Class name: WindowProperties<br>Method or attribute name: id: number|@ohos.window.d.ts|
|Added|NA|Module name: ohos.window<br>Class name: ScaleOptions|@ohos.window.d.ts|
|Added|NA|Class name: ScaleOptions<br>Method or attribute name: |@ohos.window.d.ts|
|Added|NA|Module name: ohos.window<br>Class name: ScaleOptions<br>Method or attribute name: x?: number;|@ohos.window.d.ts|
|Added|NA|Class name: ScaleOptions<br>Method or attribute name: x?: number;|@ohos.window.d.ts|
|Added|NA|Module name: ohos.window<br>Class name: ScaleOptions<br>Method or attribute name: y?: number;|@ohos.window.d.ts|
|Added|NA|Class name: ScaleOptions<br>Method or attribute name: y?: number;|@ohos.window.d.ts|
|Added|NA|Module name: ohos.window<br>Class name: ScaleOptions<br>Method or attribute name: pivotX?: number;|@ohos.window.d.ts|
|Added|NA|Class name: ScaleOptions<br>Method or attribute name: pivotX?: number;|@ohos.window.d.ts|
|Added|NA|Module name: ohos.window<br>Class name: ScaleOptions<br>Method or attribute name: pivotY?: number;|@ohos.window.d.ts|
|Added|NA|Class name: ScaleOptions<br>Method or attribute name: pivotY?: number;|@ohos.window.d.ts|
|Added|NA|Module name: ohos.window<br>Class name: RotateOptions|@ohos.window.d.ts|
|Added|NA|Class name: RotateOptions<br>Method or attribute name: |@ohos.window.d.ts|
|Added|NA|Module name: ohos.window<br>Class name: RotateOptions<br>Method or attribute name: x?: number;|@ohos.window.d.ts|
|Added|NA|Class name: RotateOptions<br>Method or attribute name: x?: number;|@ohos.window.d.ts|
|Added|NA|Module name: ohos.window<br>Class name: RotateOptions<br>Method or attribute name: y?: number;|@ohos.window.d.ts|
|Added|NA|Class name: RotateOptions<br>Method or attribute name: y?: number;|@ohos.window.d.ts|
|Added|NA|Module name: ohos.window<br>Class name: RotateOptions<br>Method or attribute name: z?: number;|@ohos.window.d.ts|
|Added|NA|Class name: RotateOptions<br>Method or attribute name: z?: number;|@ohos.window.d.ts|
|Added|NA|Module name: ohos.window<br>Class name: RotateOptions<br>Method or attribute name: pivotX?: number;|@ohos.window.d.ts|
|Added|NA|Class name: RotateOptions<br>Method or attribute name: pivotX?: number;|@ohos.window.d.ts|
|Added|NA|Module name: ohos.window<br>Class name: RotateOptions<br>Method or attribute name: pivotY?: number;|@ohos.window.d.ts|
|Added|NA|Class name: RotateOptions<br>Method or attribute name: pivotY?: number;|@ohos.window.d.ts|
|Added|NA|Module name: ohos.window<br>Class name: TranslateOptions|@ohos.window.d.ts|
|Added|NA|Class name: TranslateOptions<br>Method or attribute name: |@ohos.window.d.ts|
|Added|NA|Module name: ohos.window<br>Class name: TranslateOptions<br>Method or attribute name: x?: number;|@ohos.window.d.ts|
|Added|NA|Class name: TranslateOptions<br>Method or attribute name: x?: number;|@ohos.window.d.ts|
|Added|NA|Module name: ohos.window<br>Class name: TranslateOptions<br>Method or attribute name: y?: number;|@ohos.window.d.ts|
|Added|NA|Class name: TranslateOptions<br>Method or attribute name: y?: number;|@ohos.window.d.ts|
|Added|NA|Module name: ohos.window<br>Class name: TranslateOptions<br>Method or attribute name: z?: number;|@ohos.window.d.ts|
|Added|NA|Class name: TranslateOptions<br>Method or attribute name: z?: number;|@ohos.window.d.ts|
|Added|NA|Module name: ohos.window<br>Class name: TransitionContext|@ohos.window.d.ts|
|Added|NA|Class name: TransitionContext<br>Method or attribute name: |@ohos.window.d.ts|
|Added|NA|Module name: ohos.window<br>Class name: TransitionContext<br>Method or attribute name: toWindow: Window|@ohos.window.d.ts|
|Added|NA|Class name: TransitionContext<br>Method or attribute name: toWindow: Window|@ohos.window.d.ts|
|Added|NA|Module name: ohos.window<br>Class name: TransitionContext<br>Method or attribute name: completeTransition(isCompleted: boolean): void;|@ohos.window.d.ts|
|Added|NA|Class name: TransitionContext<br>Method or attribute name: completeTransition(isCompleted: boolean): void;|@ohos.window.d.ts|
|Added|NA|Module name: ohos.window<br>Class name: TransitionController|@ohos.window.d.ts|
|Added|NA|Class name: TransitionController<br>Method or attribute name: |@ohos.window.d.ts|
|Added|NA|Module name: ohos.window<br>Class name: TransitionController<br>Method or attribute name: animationForShown(context: TransitionContext): void;|@ohos.window.d.ts|
|Added|NA|Class name: TransitionController<br>Method or attribute name: animationForShown(context: TransitionContext): void;|@ohos.window.d.ts|
|Added|NA|Module name: ohos.window<br>Class name: TransitionController<br>Method or attribute name: animationForHidden(context: TransitionContext): void;|@ohos.window.d.ts|
|Added|NA|Class name: TransitionController<br>Method or attribute name: animationForHidden(context: TransitionContext): void;|@ohos.window.d.ts|
|Added|NA|Module name: ohos.window<br>Class name: Configuration|@ohos.window.d.ts|
|Added|NA|Class name: Configuration<br>Method or attribute name: |@ohos.window.d.ts|
|Added|NA|Module name: ohos.window<br>Class name: Configuration<br>Method or attribute name: name: string|@ohos.window.d.ts|
|Added|NA|Class name: Configuration<br>Method or attribute name: name: string|@ohos.window.d.ts|
|Added|NA|Module name: ohos.window<br>Class name: Configuration<br>Method or attribute name: windowType: WindowType|@ohos.window.d.ts|
|Added|NA|Class name: Configuration<br>Method or attribute name: windowType: WindowType|@ohos.window.d.ts|
|Added|NA|Module name: ohos.window<br>Class name: Configuration<br>Method or attribute name: ctx?: BaseContext|@ohos.window.d.ts|
|Added|NA|Class name: Configuration<br>Method or attribute name: ctx?: BaseContext|@ohos.window.d.ts|
|Added|NA|Module name: ohos.window<br>Class name: Configuration<br>Method or attribute name: displayId?: number|@ohos.window.d.ts|
|Added|NA|Class name: Configuration<br>Method or attribute name: displayId?: number|@ohos.window.d.ts|
|Added|NA|Module name: ohos.window<br>Class name: Configuration<br>Method or attribute name: parentId?: number|@ohos.window.d.ts|
|Added|NA|Class name: Configuration<br>Method or attribute name: parentId?: number|@ohos.window.d.ts|
|Added|NA|Class name: window<br>Method or attribute name: function createWindow(config: Configuration, callback: AsyncCallback\<Window>): void;|@ohos.window.d.ts|
|Added|NA|Class name: window<br>Method or attribute name: function createWindow(config: Configuration): Promise\<Window>;|@ohos.window.d.ts|
|Added|NA|Class name: window<br>Method or attribute name: function findWindow(name: string): Window;|@ohos.window.d.ts|
|Added|NA|Class name: window<br>Method or attribute name: function getLastWindow(ctx: BaseContext, callback: AsyncCallback\<Window>): void;|@ohos.window.d.ts|
|Added|NA|Class name: window<br>Method or attribute name: function getLastWindow(ctx: BaseContext): Promise\<Window>;|@ohos.window.d.ts|
|Added|NA|Class name: window<br>Method or attribute name: function minimizeAll(id: number, callback: AsyncCallback\<void>): void;|@ohos.window.d.ts|
|Added|NA|Class name: window<br>Method or attribute name: function minimizeAll(id: number): Promise\<void>;|@ohos.window.d.ts|
|Added|NA|Class name: window<br>Method or attribute name: function toggleShownStateForAllAppWindows(callback: AsyncCallback\<void>): void;|@ohos.window.d.ts|
|Added|NA|Class name: window<br>Method or attribute name: function toggleShownStateForAllAppWindows(): Promise\<void>;|@ohos.window.d.ts|
|Added|NA|Class name: window<br>Method or attribute name: function setWindowLayoutMode(mode: WindowLayoutMode, callback: AsyncCallback\<void>): void;|@ohos.window.d.ts|
|Added|NA|Class name: window<br>Method or attribute name: function setWindowLayoutMode(mode: WindowLayoutMode): Promise\<void>;|@ohos.window.d.ts|
|Added|NA|Module name: ohos.window<br>Class name: Orientation|@ohos.window.d.ts|
|Added|NA|Class name: Orientation<br>Method or attribute name: |@ohos.window.d.ts|
|Added|NA|Module name: ohos.window<br>Class name: Orientation<br>Method or attribute name: UNSPECIFIED = 0|@ohos.window.d.ts|
|Added|NA|Class name: Orientation<br>Method or attribute name: UNSPECIFIED = 0|@ohos.window.d.ts|
|Added|NA|Module name: ohos.window<br>Class name: Orientation<br>Method or attribute name: PORTRAIT = 1|@ohos.window.d.ts|
|Added|NA|Class name: Orientation<br>Method or attribute name: PORTRAIT = 1|@ohos.window.d.ts|
|Added|NA|Module name: ohos.window<br>Class name: Orientation<br>Method or attribute name: LANDSCAPE = 2|@ohos.window.d.ts|
|Added|NA|Class name: Orientation<br>Method or attribute name: LANDSCAPE = 2|@ohos.window.d.ts|
|Added|NA|Module name: ohos.window<br>Class name: Orientation<br>Method or attribute name: PORTRAIT_INVERTED = 3|@ohos.window.d.ts|
|Added|NA|Class name: Orientation<br>Method or attribute name: PORTRAIT_INVERTED = 3|@ohos.window.d.ts|
|Added|NA|Module name: ohos.window<br>Class name: Orientation<br>Method or attribute name: LANDSCAPE_INVERTED = 4|@ohos.window.d.ts|
|Added|NA|Class name: Orientation<br>Method or attribute name: LANDSCAPE_INVERTED = 4|@ohos.window.d.ts|
|Added|NA|Module name: ohos.window<br>Class name: Orientation<br>Method or attribute name: AUTO_ROTATION = 5|@ohos.window.d.ts|
|Added|NA|Class name: Orientation<br>Method or attribute name: AUTO_ROTATION = 5|@ohos.window.d.ts|
|Added|NA|Module name: ohos.window<br>Class name: Orientation<br>Method or attribute name: AUTO_ROTATION_PORTRAIT = 6|@ohos.window.d.ts|
|Added|NA|Class name: Orientation<br>Method or attribute name: AUTO_ROTATION_PORTRAIT = 6|@ohos.window.d.ts|
|Added|NA|Module name: ohos.window<br>Class name: Orientation<br>Method or attribute name: AUTO_ROTATION_LANDSCAPE = 7|@ohos.window.d.ts|
|Added|NA|Class name: Orientation<br>Method or attribute name: AUTO_ROTATION_LANDSCAPE = 7|@ohos.window.d.ts|
|Added|NA|Module name: ohos.window<br>Class name: Orientation<br>Method or attribute name: AUTO_ROTATION_RESTRICTED = 8|@ohos.window.d.ts|
|Added|NA|Class name: Orientation<br>Method or attribute name: AUTO_ROTATION_RESTRICTED = 8|@ohos.window.d.ts|
|Added|NA|Module name: ohos.window<br>Class name: Orientation<br>Method or attribute name: AUTO_ROTATION_PORTRAIT_RESTRICTED = 9|@ohos.window.d.ts|
|Added|NA|Class name: Orientation<br>Method or attribute name: AUTO_ROTATION_PORTRAIT_RESTRICTED = 9|@ohos.window.d.ts|
|Added|NA|Module name: ohos.window<br>Class name: Orientation<br>Method or attribute name: AUTO_ROTATION_LANDSCAPE_RESTRICTED = 10|@ohos.window.d.ts|
|Added|NA|Class name: Orientation<br>Method or attribute name: AUTO_ROTATION_LANDSCAPE_RESTRICTED = 10|@ohos.window.d.ts|
|Added|NA|Module name: ohos.window<br>Class name: Orientation<br>Method or attribute name: LOCKED = 11|@ohos.window.d.ts|
|Added|NA|Class name: Orientation<br>Method or attribute name: LOCKED = 11|@ohos.window.d.ts|
|Added|NA|Module name: ohos.window<br>Class name: BlurStyle|@ohos.window.d.ts|
|Added|NA|Class name: BlurStyle<br>Method or attribute name: |@ohos.window.d.ts|
|Added|NA|Module name: ohos.window<br>Class name: BlurStyle<br>Method or attribute name: OFF|@ohos.window.d.ts|
|Added|NA|Class name: BlurStyle<br>Method or attribute name: OFF|@ohos.window.d.ts|
|Added|NA|Module name: ohos.window<br>Class name: BlurStyle<br>Method or attribute name: THIN|@ohos.window.d.ts|
|Added|NA|Class name: BlurStyle<br>Method or attribute name: THIN|@ohos.window.d.ts|
|Added|NA|Module name: ohos.window<br>Class name: BlurStyle<br>Method or attribute name: REGULAR|@ohos.window.d.ts|
|Added|NA|Class name: BlurStyle<br>Method or attribute name: REGULAR|@ohos.window.d.ts|
|Added|NA|Module name: ohos.window<br>Class name: BlurStyle<br>Method or attribute name: THICK|@ohos.window.d.ts|
|Added|NA|Class name: BlurStyle<br>Method or attribute name: THICK|@ohos.window.d.ts|
|Added|NA|Class name: Window<br>Method or attribute name: hideWithAnimation(callback: AsyncCallback\<void>): void;|@ohos.window.d.ts|
|Added|NA|Class name: Window<br>Method or attribute name: hideWithAnimation(): Promise\<void>;|@ohos.window.d.ts|
|Added|NA|Class name: Window<br>Method or attribute name: showWindow(callback: AsyncCallback\<void>): void;|@ohos.window.d.ts|
|Added|NA|Class name: Window<br>Method or attribute name: showWindow(): Promise\<void>;|@ohos.window.d.ts|
|Added|NA|Class name: Window<br>Method or attribute name: showWithAnimation(callback: AsyncCallback\<void>): void;|@ohos.window.d.ts|
|Added|NA|Class name: Window<br>Method or attribute name: showWithAnimation(): Promise\<void>;|@ohos.window.d.ts|
|Added|NA|Class name: Window<br>Method or attribute name: destroyWindow(callback: AsyncCallback\<void>): void;|@ohos.window.d.ts|
|Added|NA|Class name: Window<br>Method or attribute name: destroyWindow(): Promise\<void>;|@ohos.window.d.ts|
|Added|NA|Class name: Window<br>Method or attribute name: moveWindowTo(x: number, y: number): Promise\<void>;|@ohos.window.d.ts|
|Added|NA|Class name: Window<br>Method or attribute name: moveWindowTo(x: number, y: number, callback: AsyncCallback\<void>): void;|@ohos.window.d.ts|
|Added|NA|Class name: Window<br>Method or attribute name: resize(width: number, height: number): Promise\<void>;|@ohos.window.d.ts|
|Added|NA|Class name: Window<br>Method or attribute name: resize(width: number, height: number, callback: AsyncCallback\<void>): void;|@ohos.window.d.ts|
|Added|NA|Class name: Window<br>Method or attribute name: setWindowMode(mode: WindowMode): Promise\<void>;|@ohos.window.d.ts|
|Added|NA|Class name: Window<br>Method or attribute name: setWindowMode(mode: WindowMode, callback: AsyncCallback\<void>): void;|@ohos.window.d.ts|
|Added|NA|Class name: Window<br>Method or attribute name: getWindowProperties(): WindowProperties;|@ohos.window.d.ts|
|Added|NA|Class name: Window<br>Method or attribute name: getWindowAvoidArea(type: AvoidAreaType): AvoidArea;|@ohos.window.d.ts|
|Added|NA|Class name: Window<br>Method or attribute name: setWindowLayoutFullScreen(isLayoutFullScreen: boolean, callback: AsyncCallback\<void>): void;|@ohos.window.d.ts|
|Added|NA|Class name: Window<br>Method or attribute name: setWindowLayoutFullScreen(isLayoutFullScreen: boolean): Promise\<void>;|@ohos.window.d.ts|
|Added|NA|Class name: Window<br>Method or attribute name: setWindowSystemBarEnable(names: Array\<'status'\|'navigation'>, callback: AsyncCallback\<void>): void;|@ohos.window.d.ts|
|Added|NA|Class name: Window<br>Method or attribute name: setWindowSystemBarEnable(names: Array\<'status'\|'navigation'>): Promise\<void>;|@ohos.window.d.ts|
|Added|NA|Class name: Window<br>Method or attribute name: setWindowSystemBarProperties(systemBarProperties: SystemBarProperties, callback: AsyncCallback\<void>): void;|@ohos.window.d.ts|
|Added|NA|Class name: Window<br>Method or attribute name: setWindowSystemBarProperties(systemBarProperties: SystemBarProperties): Promise\<void>;|@ohos.window.d.ts|
|Added|NA|Class name: Window<br>Method or attribute name: setPreferredOrientation(orientation: Orientation): Promise\<void>;|@ohos.window.d.ts|
|Added|NA|Class name: Window<br>Method or attribute name: setPreferredOrientation(orientation: Orientation, callback: AsyncCallback\<void>): void;|@ohos.window.d.ts|
|Added|NA|Class name: Window<br>Method or attribute name: setUIContent(path: string, callback: AsyncCallback\<void>): void;|@ohos.window.d.ts|
|Added|NA|Class name: Window<br>Method or attribute name: setUIContent(path: string): Promise\<void>;|@ohos.window.d.ts|
|Added|NA|Class name: Window<br>Method or attribute name: isWindowShowing(): boolean;|@ohos.window.d.ts|
|Added|NA|Class name: Window<br>Method or attribute name: on(type: 'avoidAreaChange', callback: Callback\<{ type: AvoidAreaType, area: AvoidArea }>): void;|@ohos.window.d.ts|
|Added|NA|Class name: Window<br>Method or attribute name: off(type: 'avoidAreaChange', callback?: Callback\<{ type: AvoidAreaType, area: AvoidArea }>): void;|@ohos.window.d.ts|
|Added|NA|Class name: Window<br>Method or attribute name: on(type: 'touchOutside', callback: Callback\<void>): void;|@ohos.window.d.ts|
|Added|NA|Class name: Window<br>Method or attribute name: off(type: 'touchOutside', callback?: Callback\<void>): void;|@ohos.window.d.ts|
|Added|NA|Class name: Window<br>Method or attribute name: on(type: 'screenshot', callback: Callback\<void>): void;|@ohos.window.d.ts|
|Added|NA|Class name: Window<br>Method or attribute name: off(type: 'screenshot', callback?: Callback\<void>): void;|@ohos.window.d.ts|
|Added|NA|Class name: Window<br>Method or attribute name: bindDialogTarget(token: rpc.RemoteObject, deathCallback: Callback\<void>): Promise\<void>;|@ohos.window.d.ts|
|Added|NA|Class name: Window<br>Method or attribute name: bindDialogTarget(token: rpc.RemoteObject, deathCallback: Callback\<void>, callback: AsyncCallback\<void>): void;|@ohos.window.d.ts|
|Added|NA|Class name: Window<br>Method or attribute name: bindDialogTarget(requestInfo: dialogRequest.RequestInfo, deathCallback: Callback\<void>): Promise\<void>;|@ohos.window.d.ts|
|Added|NA|Class name: Window<br>Method or attribute name: bindDialogTarget(requestInfo: dialogRequest.RequestInfo, deathCallback: Callback\<void>, callback: AsyncCallback\<void>): void;|@ohos.window.d.ts|
|Added|NA|Class name: Window<br>Method or attribute name: isWindowSupportWideGamut(): Promise\<boolean>;|@ohos.window.d.ts|
|Added|NA|Class name: Window<br>Method or attribute name: isWindowSupportWideGamut(callback: AsyncCallback\<boolean>): void;|@ohos.window.d.ts|
|Added|NA|Class name: Window<br>Method or attribute name: setWindowColorSpace(colorSpace:ColorSpace): Promise\<void>;|@ohos.window.d.ts|
|Added|NA|Class name: Window<br>Method or attribute name: setWindowColorSpace(colorSpace:ColorSpace, callback: AsyncCallback\<void>): void;|@ohos.window.d.ts|
|Added|NA|Class name: Window<br>Method or attribute name: getWindowColorSpace(): ColorSpace;|@ohos.window.d.ts|
|Added|NA|Class name: Window<br>Method or attribute name: setWindowBackgroundColor(color: string): void;|@ohos.window.d.ts|
|Added|NA|Class name: Window<br>Method or attribute name: setWindowBrightness(brightness: number): Promise\<void>;|@ohos.window.d.ts|
|Added|NA|Class name: Window<br>Method or attribute name: setWindowBrightness(brightness: number, callback: AsyncCallback\<void>): void;|@ohos.window.d.ts|
|Added|NA|Class name: Window<br>Method or attribute name: setWindowFocusable(isFocusable: boolean): Promise\<void>;|@ohos.window.d.ts|
|Added|NA|Class name: Window<br>Method or attribute name: setWindowFocusable(isFocusable: boolean, callback: AsyncCallback\<void>): void;|@ohos.window.d.ts|
|Added|NA|Class name: Window<br>Method or attribute name: setWindowKeepScreenOn(isKeepScreenOn: boolean): Promise\<void>;|@ohos.window.d.ts|
|Added|NA|Class name: Window<br>Method or attribute name: setWindowKeepScreenOn(isKeepScreenOn: boolean, callback: AsyncCallback\<void>): void;|@ohos.window.d.ts|
|Added|NA|Class name: Window<br>Method or attribute name: setWakeUpScreen(wakeUp: boolean): void;|@ohos.window.d.ts|
|Added|NA|Class name: Window<br>Method or attribute name: setWindowPrivacyMode(isPrivacyMode: boolean): Promise\<void>;|@ohos.window.d.ts|
|Added|NA|Class name: Window<br>Method or attribute name: setWindowPrivacyMode(isPrivacyMode: boolean, callback: AsyncCallback\<void>): void;|@ohos.window.d.ts|
|Added|NA|Class name: Window<br>Method or attribute name: setSnapshotSkip(isSkip: boolean): void;|@ohos.window.d.ts|
|Added|NA|Class name: Window<br>Method or attribute name: setWindowTouchable(isTouchable: boolean): Promise\<void>;|@ohos.window.d.ts|
|Added|NA|Class name: Window<br>Method or attribute name: setWindowTouchable(isTouchable: boolean, callback: AsyncCallback\<void>): void;|@ohos.window.d.ts|
|Added|NA|Class name: Window<br>Method or attribute name: setForbidSplitMove(isForbidSplitMove: boolean, callback: AsyncCallback\<void>): void;|@ohos.window.d.ts|
|Added|NA|Class name: Window<br>Method or attribute name: setForbidSplitMove(isForbidSplitMove: boolean): Promise\<void>;|@ohos.window.d.ts|
|Added|NA|Class name: Window<br>Method or attribute name: snapshot(callback: AsyncCallback\<image.PixelMap>): void;|@ohos.window.d.ts|
|Added|NA|Class name: Window<br>Method or attribute name: snapshot(): Promise\<image.PixelMap>;|@ohos.window.d.ts|
|Added|NA|Class name: Window<br>Method or attribute name: opacity(opacity: number): void;|@ohos.window.d.ts|
|Added|NA|Class name: Window<br>Method or attribute name: scale(scaleOptions: ScaleOptions): void;|@ohos.window.d.ts|
|Added|NA|Class name: Window<br>Method or attribute name: rotate(rotateOptions: RotateOptions): void;|@ohos.window.d.ts|
|Added|NA|Class name: Window<br>Method or attribute name: translate(translateOptions: TranslateOptions): void;|@ohos.window.d.ts|
|Added|NA|Class name: Window<br>Method or attribute name: getTransitionController(): TransitionController;|@ohos.window.d.ts|
|Added|NA|Class name: Window<br>Method or attribute name: setBlur(radius: number): void;|@ohos.window.d.ts|
|Added|NA|Class name: Window<br>Method or attribute name: setBackdropBlur(radius: number): void;|@ohos.window.d.ts|
|Added|NA|Class name: Window<br>Method or attribute name: setBackdropBlurStyle(blurStyle: BlurStyle): void;|@ohos.window.d.ts|
|Added|NA|Class name: Window<br>Method or attribute name: setShadow(radius: number, color?: string, offsetX?: number, offsetY?: number): void;|@ohos.window.d.ts|
|Added|NA|Class name: Window<br>Method or attribute name: setCornerRadius(cornerRadius: number): void;|@ohos.window.d.ts|
|Added|NA|Module name: ohos.window<br>Class name: WindowStageEventType|@ohos.window.d.ts|
|Added|NA|Class name: WindowStageEventType<br>Method or attribute name: |@ohos.window.d.ts|
|Added|NA|Module name: ohos.window<br>Class name: WindowStageEventType<br>Method or attribute name: SHOWN = 1|@ohos.window.d.ts|
|Added|NA|Class name: WindowStageEventType<br>Method or attribute name: SHOWN = 1|@ohos.window.d.ts|
|Added|NA|Module name: ohos.window<br>Class name: WindowStageEventType<br>Method or attribute name: ACTIVE|@ohos.window.d.ts|
|Added|NA|Class name: WindowStageEventType<br>Method or attribute name: ACTIVE|@ohos.window.d.ts|
|Added|NA|Module name: ohos.window<br>Class name: WindowStageEventType<br>Method or attribute name: INACTIVE|@ohos.window.d.ts|
|Added|NA|Class name: WindowStageEventType<br>Method or attribute name: INACTIVE|@ohos.window.d.ts|
|Added|NA|Module name: ohos.window<br>Class name: WindowStageEventType<br>Method or attribute name: HIDDEN|@ohos.window.d.ts|
|Added|NA|Class name: WindowStageEventType<br>Method or attribute name: HIDDEN|@ohos.window.d.ts|
|Added|NA|Module name: ohos.window<br>Class name: WindowStage|@ohos.window.d.ts|
|Added|NA|Class name: WindowStage<br>Method or attribute name: |@ohos.window.d.ts|
|Added|NA|Module name: ohos.window<br>Class name: WindowStage<br>Method or attribute name: getMainWindow(): Promise\<Window>;|@ohos.window.d.ts|
|Added|NA|Class name: WindowStage<br>Method or attribute name: getMainWindow(): Promise\<Window>;|@ohos.window.d.ts|
|Added|NA|Module name: ohos.window<br>Class name: WindowStage<br>Method or attribute name: getMainWindow(callback: AsyncCallback\<Window>): void;|@ohos.window.d.ts|
|Added|NA|Class name: WindowStage<br>Method or attribute name: getMainWindow(callback: AsyncCallback\<Window>): void;|@ohos.window.d.ts|
|Added|NA|Module name: ohos.window<br>Class name: WindowStage<br>Method or attribute name: getMainWindowSync(): Window;|@ohos.window.d.ts|
|Added|NA|Class name: WindowStage<br>Method or attribute name: getMainWindowSync(): Window;|@ohos.window.d.ts|
|Added|NA|Module name: ohos.window<br>Class name: WindowStage<br>Method or attribute name: createSubWindow(name: string): Promise\<Window>;|@ohos.window.d.ts|
|Added|NA|Class name: WindowStage<br>Method or attribute name: createSubWindow(name: string): Promise\<Window>;|@ohos.window.d.ts|
|Added|NA|Module name: ohos.window<br>Class name: WindowStage<br>Method or attribute name: createSubWindow(name: string, callback: AsyncCallback\<Window>): void;|@ohos.window.d.ts|
|Added|NA|Class name: WindowStage<br>Method or attribute name: createSubWindow(name: string, callback: AsyncCallback\<Window>): void;|@ohos.window.d.ts|
|Added|NA|Module name: ohos.window<br>Class name: WindowStage<br>Method or attribute name: getSubWindow(): Promise\<Array\<Window>>;|@ohos.window.d.ts|
|Added|NA|Class name: WindowStage<br>Method or attribute name: getSubWindow(): Promise\<Array\<Window>>;|@ohos.window.d.ts|
|Added|NA|Module name: ohos.window<br>Class name: WindowStage<br>Method or attribute name: getSubWindow(callback: AsyncCallback\<Array\<Window>>): void;|@ohos.window.d.ts|
|Added|NA|Class name: WindowStage<br>Method or attribute name: getSubWindow(callback: AsyncCallback\<Array\<Window>>): void;|@ohos.window.d.ts|
|Added|NA|Module name: ohos.window<br>Class name: WindowStage<br>Method or attribute name: loadContent(path: string, storage: LocalStorage, callback: AsyncCallback\<void>): void;|@ohos.window.d.ts|
|Added|NA|Module name: ohos.window<br>Class name: WindowStage<br>Method or attribute name: loadContent(path: string, storage?: LocalStorage): Promise\<void>;|@ohos.window.d.ts|
|Added|NA|Class name: WindowStage<br>Method or attribute name: loadContent(path: string, storage?: LocalStorage): Promise\<void>;|@ohos.window.d.ts|
|Added|NA|Module name: ohos.window<br>Class name: WindowStage<br>Method or attribute name: loadContent(path: string, callback: AsyncCallback\<void>): void;|@ohos.window.d.ts|
|Added|NA|Module name: ohos.window<br>Class name: WindowStage<br>Method or attribute name: on(eventType: 'windowStageEvent', callback: Callback\<WindowStageEventType>): void;|@ohos.window.d.ts|
|Added|NA|Class name: WindowStage<br>Method or attribute name: on(eventType: 'windowStageEvent', callback: Callback\<WindowStageEventType>): void;|@ohos.window.d.ts|
|Added|NA|Module name: ohos.window<br>Class name: WindowStage<br>Method or attribute name: off(eventType: 'windowStageEvent', callback?: Callback\<WindowStageEventType>): void;|@ohos.window.d.ts|
|Added|NA|Class name: WindowStage<br>Method or attribute name: off(eventType: 'windowStageEvent', callback?: Callback\<WindowStageEventType>): void;|@ohos.window.d.ts|
|Added|NA|Module name: ohos.window<br>Class name: WindowStage<br>Method or attribute name: disableWindowDecor(): void;|@ohos.window.d.ts|
|Added|NA|Class name: WindowStage<br>Method or attribute name: disableWindowDecor(): void;|@ohos.window.d.ts|
|Added|NA|Module name: ohos.window<br>Class name: WindowStage<br>Method or attribute name: setShowOnLockScreen(showOnLockScreen: boolean): void;|@ohos.window.d.ts|
|Added|NA|Class name: WindowStage<br>Method or attribute name: setShowOnLockScreen(showOnLockScreen: boolean): void;|@ohos.window.d.ts|
|Added|NA|Module name: WindowExtensionContext<br>Class name: WindowExtensionContext|WindowExtensionContext.d.ts|
|Added|NA|Module name: WindowExtensionContext<br>Class name: WindowExtensionContext<br>Method or attribute name: startAbility(want: Want, options: StartOptions, callback: AsyncCallback\<void>): void;|WindowExtensionContext.d.ts|
|Added|NA|Module name: WindowExtensionContext<br>Class name: WindowExtensionContext<br>Method or attribute name: startAbility(want: Want, options?: StartOptions): Promise\<void>;|WindowExtensionContext.d.ts|
|Model changed|Class name: WindowType<br>Method or attribute name: TYPE_APP<br>Model: N/A|Class name: WindowType<br>Method or attribute name: TYPE_APP<br>Model: @FAModelOnly|@ohos.window.d.ts|
|Model changed|Class name: window<br>Method or attribute name: function create(id: string, type: WindowType, callback: AsyncCallback\<Window>): void;<br>Model: N/A|Class name: window<br>Method or attribute name: function create(id: string, type: WindowType, callback: AsyncCallback\<Window>): void;<br>Model: @FAModelOnly|@ohos.window.d.ts|
|Model changed|Class name: window<br>Method or attribute name: function create(id: string, type: WindowType): Promise\<Window>;<br>Model: N/A|Class name: window<br>Method or attribute name: function create(id: string, type: WindowType): Promise\<Window>;<br>Model: @FAModelOnly|@ohos.window.d.ts|
|Model changed|Class name: window<br>Method or attribute name: function getTopWindow(callback: AsyncCallback\<Window>): void;<br>Model: N/A|Class name: window<br>Method or attribute name: function getTopWindow(callback: AsyncCallback\<Window>): void;<br>Model: @FAModelOnly|@ohos.window.d.ts|
|Model changed|Class name: window<br>Method or attribute name: function getTopWindow(): Promise\<Window>;<br>Model: N/A|Class name: window<br>Method or attribute name: function getTopWindow(): Promise\<Window>;<br>Model: @FAModelOnly|@ohos.window.d.ts|
|Deprecated version changed|Class name: display<br>Method or attribute name: function getDefaultDisplay(callback: AsyncCallback\<Display>): void;<br>Deprecated version: N/A|Class name: display<br>Method or attribute name: function getDefaultDisplay(callback: AsyncCallback\<Display>): void;<br>Deprecated version: 9<br>Substitute API: ohos.display|@ohos.display.d.ts|
|Deprecated version changed|Class name: display<br>Method or attribute name: function getDefaultDisplay(): Promise\<Display>;<br>Deprecated version: N/A|Class name: display<br>Method or attribute name: function getDefaultDisplay(): Promise\<Display>;<br>Deprecated version: 9<br>Substitute API: ohos.display|@ohos.display.d.ts|
|Deprecated version changed|Class name: display<br>Method or attribute name: function getAllDisplay(callback: AsyncCallback\<Array\<Display>>): void;<br>Deprecated version: N/A|Class name: display<br>Method or attribute name: function getAllDisplay(callback: AsyncCallback\<Array\<Display>>): void;<br>Deprecated version: 9<br>Substitute API: ohos.display|@ohos.display.d.ts|
|Deprecated version changed|Class name: display<br>Method or attribute name: function getAllDisplay(): Promise\<Array\<Display>>;<br>Deprecated version: N/A|Class name: display<br>Method or attribute name: function getAllDisplay(): Promise\<Array\<Display>>;<br>Deprecated version: 9<br>Substitute API: ohos.display|@ohos.display.d.ts|
|Deprecated version changed|Class name: WindowProperties<br>Method or attribute name: dimBehindValue: number<br>Deprecated version: N/A|Class name: WindowProperties<br>Method or attribute name: dimBehindValue: number<br>Deprecated version: 9<br>Substitute API: N/A|@ohos.window.d.ts|
|Deprecated version changed|Class name: WindowProperties<br>Method or attribute name: isRoundCorner: boolean<br>Deprecated version: N/A|Class name: WindowProperties<br>Method or attribute name: isRoundCorner: boolean<br>Deprecated version: 9<br>Substitute API: N/A|@ohos.window.d.ts|
|Deprecated version changed|Class name: window<br>Method or attribute name: function create(id: string, type: WindowType, callback: AsyncCallback\<Window>): void;<br>Deprecated version: N/A|Class name: window<br>Method or attribute name: function create(id: string, type: WindowType, callback: AsyncCallback\<Window>): void;<br>Deprecated version: 9<br>Substitute API: ohos.window|@ohos.window.d.ts|
|Deprecated version changed|Class name: window<br>Method or attribute name: function create(id: string, type: WindowType): Promise\<Window>;<br>Deprecated version: N/A|Class name: window<br>Method or attribute name: function create(id: string, type: WindowType): Promise\<Window>;<br>Deprecated version: 9<br>Substitute API: ohos.window|@ohos.window.d.ts|
|Deprecated version changed|Class name: window<br>Method or attribute name: function find(id: string, callback: AsyncCallback\<Window>): void;<br>Deprecated version: N/A|Class name: window<br>Method or attribute name: function find(id: string, callback: AsyncCallback\<Window>): void;<br>Deprecated version: 9<br>Substitute API: ohos.window|@ohos.window.d.ts|
|Deprecated version changed|Class name: window<br>Method or attribute name: function find(id: string): Promise\<Window>;<br>Deprecated version: N/A|Class name: window<br>Method or attribute name: function find(id: string): Promise\<Window>;<br>Deprecated version: 9<br>Substitute API: ohos.window|@ohos.window.d.ts|
|Deprecated version changed|Class name: window<br>Method or attribute name: function getTopWindow(callback: AsyncCallback\<Window>): void;<br>Deprecated version: N/A|Class name: window<br>Method or attribute name: function getTopWindow(callback: AsyncCallback\<Window>): void;<br>Deprecated version: 9<br>Substitute API: ohos.window|@ohos.window.d.ts|
|Deprecated version changed|Class name: window<br>Method or attribute name: function getTopWindow(): Promise\<Window>;<br>Deprecated version: N/A|Class name: window<br>Method or attribute name: function getTopWindow(): Promise\<Window>;<br>Deprecated version: 9<br>Substitute API: ohos.window|@ohos.window.d.ts|
|Deprecated version changed|Class name: Window<br>Method or attribute name: show(callback: AsyncCallback\<void>): void;<br>Deprecated version: N/A|Class name: Window<br>Method or attribute name: show(callback: AsyncCallback\<void>): void;<br>Deprecated version: 9<br>Substitute API: ohos.window.Window|@ohos.window.d.ts|
|Deprecated version changed|Class name: Window<br>Method or attribute name: show(): Promise\<void>;<br>Deprecated version: N/A|Class name: Window<br>Method or attribute name: show(): Promise\<void>;<br>Deprecated version: 9<br>Substitute API: ohos.window.Window|@ohos.window.d.ts|
|Deprecated version changed|Class name: Window<br>Method or attribute name: destroy(callback: AsyncCallback\<void>): void;<br>Deprecated version: N/A|Class name: Window<br>Method or attribute name: destroy(callback: AsyncCallback\<void>): void;<br>Deprecated version: 9<br>Substitute API: ohos.window.Window|@ohos.window.d.ts|
|Deprecated version changed|Class name: Window<br>Method or attribute name: destroy(): Promise\<void>;<br>Deprecated version: N/A|Class name: Window<br>Method or attribute name: destroy(): Promise\<void>;<br>Deprecated version: 9<br>Substitute API: ohos.window.Window|@ohos.window.d.ts|
|Deprecated version changed|Class name: Window<br>Method or attribute name: moveTo(x: number, y: number): Promise\<void>;<br>Deprecated version: N/A|Class name: Window<br>Method or attribute name: moveTo(x: number, y: number): Promise\<void>;<br>Deprecated version: 9<br>Substitute API: ohos.window.Window|@ohos.window.d.ts|
|Deprecated version changed|Class name: Window<br>Method or attribute name: moveTo(x: number, y: number, callback: AsyncCallback\<void>): void;<br>Deprecated version: N/A|Class name: Window<br>Method or attribute name: moveTo(x: number, y: number, callback: AsyncCallback\<void>): void;<br>Deprecated version: 9<br>Substitute API: ohos.window.Window|@ohos.window.d.ts|
|Deprecated version changed|Class name: Window<br>Method or attribute name: resetSize(width: number, height: number): Promise\<void>;<br>Deprecated version: N/A|Class name: Window<br>Method or attribute name: resetSize(width: number, height: number): Promise\<void>;<br>Deprecated version: 9<br>Substitute API: ohos.window.Window|@ohos.window.d.ts|
|Deprecated version changed|Class name: Window<br>Method or attribute name: resetSize(width: number, height: number, callback: AsyncCallback\<void>): void;<br>Deprecated version: N/A|Class name: Window<br>Method or attribute name: resetSize(width: number, height: number, callback: AsyncCallback\<void>): void;<br>Deprecated version: 9<br>Substitute API: ohos.window.Window|@ohos.window.d.ts|
|Deprecated version changed|Class name: Window<br>Method or attribute name: setWindowType(type: WindowType): Promise\<void>;<br>Deprecated version: N/A|Class name: Window<br>Method or attribute name: setWindowType(type: WindowType): Promise\<void>;<br>Deprecated version: 9<br>Substitute API: N/A|@ohos.window.d.ts|
|Deprecated version changed|Class name: Window<br>Method or attribute name: setWindowType(type: WindowType, callback: AsyncCallback\<void>): void;<br>Deprecated version: N/A|Class name: Window<br>Method or attribute name: setWindowType(type: WindowType, callback: AsyncCallback\<void>): void;<br>Deprecated version: 9<br>Substitute API: N/A|@ohos.window.d.ts|
|Deprecated version changed|Class name: Window<br>Method or attribute name: getProperties(callback: AsyncCallback\<WindowProperties>): void;<br>Deprecated version: N/A|Class name: Window<br>Method or attribute name: getProperties(callback: AsyncCallback\<WindowProperties>): void;<br>Deprecated version: 9<br>Substitute API: ohos.window.Window|@ohos.window.d.ts|
|Deprecated version changed|Class name: Window<br>Method or attribute name: getProperties(): Promise\<WindowProperties>;<br>Deprecated version: N/A|Class name: Window<br>Method or attribute name: getProperties(): Promise\<WindowProperties>;<br>Deprecated version: 9<br>Substitute API: ohos.window.Window|@ohos.window.d.ts|
|Deprecated version changed|Class name: Window<br>Method or attribute name: getAvoidArea(type: AvoidAreaType, callback: AsyncCallback\<AvoidArea>): void;<br>Deprecated version: N/A|Class name: Window<br>Method or attribute name: getAvoidArea(type: AvoidAreaType, callback: AsyncCallback\<AvoidArea>): void;<br>Deprecated version: 9<br>Substitute API: ohos.window.Window|@ohos.window.d.ts|
|Deprecated version changed|Class name: Window<br>Method or attribute name: getAvoidArea(type: AvoidAreaType): Promise\<AvoidArea>;<br>Deprecated version: N/A|Class name: Window<br>Method or attribute name: getAvoidArea(type: AvoidAreaType): Promise\<AvoidArea>;<br>Deprecated version: 9<br>Substitute API: ohos.window.Window|@ohos.window.d.ts|
|Deprecated version changed|Class name: Window<br>Method or attribute name: setFullScreen(isFullScreen: boolean, callback: AsyncCallback\<void>): void;<br>Deprecated version: N/A|Class name: Window<br>Method or attribute name: setFullScreen(isFullScreen: boolean, callback: AsyncCallback\<void>): void;<br>Deprecated version: 9<br>Substitute API: ohos.window.Window|@ohos.window.d.ts|
|Deprecated version changed|Class name: Window<br>Method or attribute name: setFullScreen(isFullScreen: boolean): Promise\<void>;<br>Deprecated version: N/A|Class name: Window<br>Method or attribute name: setFullScreen(isFullScreen: boolean): Promise\<void>;<br>Deprecated version: 9<br>Substitute API: ohos.window.Window|@ohos.window.d.ts|
|Deprecated version changed|Class name: Window<br>Method or attribute name: setLayoutFullScreen(isLayoutFullScreen: boolean, callback: AsyncCallback\<void>): void;<br>Deprecated version: N/A|Class name: Window<br>Method or attribute name: setLayoutFullScreen(isLayoutFullScreen: boolean, callback: AsyncCallback\<void>): void;<br>Deprecated version: 9<br>Substitute API: ohos.window.Window|@ohos.window.d.ts|
|Deprecated version changed|Class name: Window<br>Method or attribute name: setLayoutFullScreen(isLayoutFullScreen: boolean): Promise\<void>;<br>Deprecated version: N/A|Class name: Window<br>Method or attribute name: setLayoutFullScreen(isLayoutFullScreen: boolean): Promise\<void>;<br>Deprecated version: 9<br>Substitute API: ohos.window.Window|@ohos.window.d.ts|
|Deprecated version changed|Class name: Window<br>Method or attribute name: setSystemBarEnable(names: Array\<'status'\|'navigation'>, callback: AsyncCallback\<void>): void;<br>Deprecated version: N/A|Class name: Window<br>Method or attribute name: setSystemBarEnable(names: Array\<'status'\|'navigation'>, callback: AsyncCallback\<void>): void;<br>Deprecated version: 9<br>Substitute API: ohos.window.Window|@ohos.window.d.ts|
|Deprecated version changed|Class name: Window<br>Method or attribute name: setSystemBarEnable(names: Array\<'status'\|'navigation'>): Promise\<void>;<br>Deprecated version: N/A|Class name: Window<br>Method or attribute name: setSystemBarEnable(names: Array\<'status'\|'navigation'>): Promise\<void>;<br>Deprecated version: 9<br>Substitute API: ohos.window.Window|@ohos.window.d.ts|
|Deprecated version changed|Class name: Window<br>Method or attribute name: setSystemBarProperties(systemBarProperties: SystemBarProperties, callback: AsyncCallback\<void>): void;<br>Deprecated version: N/A|Class name: Window<br>Method or attribute name: setSystemBarProperties(systemBarProperties: SystemBarProperties, callback: AsyncCallback\<void>): void;<br>Deprecated version: 9<br>Substitute API: ohos.window.Window|@ohos.window.d.ts|
|Deprecated version changed|Class name: Window<br>Method or attribute name: setSystemBarProperties(systemBarProperties: SystemBarProperties): Promise\<void>;<br>Deprecated version: N/A|Class name: Window<br>Method or attribute name: setSystemBarProperties(systemBarProperties: SystemBarProperties): Promise\<void>;<br>Deprecated version: 9<br>Substitute API: ohos.window.Window|@ohos.window.d.ts|
|Deprecated version changed|Class name: Window<br>Method or attribute name: loadContent(path: string, callback: AsyncCallback\<void>): void;<br>Deprecated version: N/A|Class name: Window<br>Method or attribute name: loadContent(path: string, callback: AsyncCallback\<void>): void;<br>Deprecated version: 9<br>Substitute API: ohos.window.Window|@ohos.window.d.ts|
|Deprecated version changed|Class name: Window<br>Method or attribute name: loadContent(path: string): Promise\<void>;<br>Deprecated version: N/A|Class name: Window<br>Method or attribute name: loadContent(path: string): Promise\<void>;<br>Deprecated version: 9<br>Substitute API: ohos.window.Window|@ohos.window.d.ts|
|Deprecated version changed|Class name: Window<br>Method or attribute name: isShowing(callback: AsyncCallback\<boolean>): void;<br>Deprecated version: N/A|Class name: Window<br>Method or attribute name: isShowing(callback: AsyncCallback\<boolean>): void;<br>Deprecated version: 9<br>Substitute API: ohos.window.Window|@ohos.window.d.ts|
|Deprecated version changed|Class name: Window<br>Method or attribute name: isShowing(): Promise\<boolean>;<br>Deprecated version: N/A|Class name: Window<br>Method or attribute name: isShowing(): Promise\<boolean>;<br>Deprecated version: 9<br>Substitute API: ohos.window.Window|@ohos.window.d.ts|
|Deprecated version changed|Class name: Window<br>Method or attribute name: on(type: 'systemAvoidAreaChange', callback: Callback\<AvoidArea>): void;<br>Deprecated version: N/A|Class name: Window<br>Method or attribute name: on(type: 'systemAvoidAreaChange', callback: Callback\<AvoidArea>): void;<br>Deprecated version: 9<br>Substitute API: ohos.window.Window|@ohos.window.d.ts|
|Deprecated version changed|Class name: Window<br>Method or attribute name: off(type: 'systemAvoidAreaChange', callback?: Callback\<AvoidArea>): void;<br>Deprecated version: N/A|Class name: Window<br>Method or attribute name: off(type: 'systemAvoidAreaChange', callback?: Callback\<AvoidArea>): void;<br>Deprecated version: 9<br>Substitute API: ohos.window.Window|@ohos.window.d.ts|
|Deprecated version changed|Class name: Window<br>Method or attribute name: isSupportWideGamut(): Promise\<boolean>;<br>Deprecated version: N/A|Class name: Window<br>Method or attribute name: isSupportWideGamut(): Promise\<boolean>;<br>Deprecated version: 9<br>Substitute API: ohos.window.Window|@ohos.window.d.ts|
|Deprecated version changed|Class name: Window<br>Method or attribute name: isSupportWideGamut(callback: AsyncCallback\<boolean>): void;<br>Deprecated version: N/A|Class name: Window<br>Method or attribute name: isSupportWideGamut(callback: AsyncCallback\<boolean>): void;<br>Deprecated version: 9<br>Substitute API: ohos.window.Window|@ohos.window.d.ts|
|Deprecated version changed|Class name: Window<br>Method or attribute name: setColorSpace(colorSpace:ColorSpace): Promise\<void>;<br>Deprecated version: N/A|Class name: Window<br>Method or attribute name: setColorSpace(colorSpace:ColorSpace): Promise\<void>;<br>Deprecated version: 9<br>Substitute API: ohos.window.Window|@ohos.window.d.ts|
|Deprecated version changed|Class name: Window<br>Method or attribute name: setColorSpace(colorSpace:ColorSpace, callback: AsyncCallback\<void>): void;<br>Deprecated version: N/A|Class name: Window<br>Method or attribute name: setColorSpace(colorSpace:ColorSpace, callback: AsyncCallback\<void>): void;<br>Deprecated version: 9<br>Substitute API: ohos.window.Window|@ohos.window.d.ts|
|Deprecated version changed|Class name: Window<br>Method or attribute name: getColorSpace(): Promise\<ColorSpace>;<br>Deprecated version: N/A|Class name: Window<br>Method or attribute name: getColorSpace(): Promise\<ColorSpace>;<br>Deprecated version: 9<br>Substitute API: ohos.window.Window|@ohos.window.d.ts|
|Deprecated version changed|Class name: Window<br>Method or attribute name: getColorSpace(callback: AsyncCallback\<ColorSpace>): void;<br>Deprecated version: N/A|Class name: Window<br>Method or attribute name: getColorSpace(callback: AsyncCallback\<ColorSpace>): void;<br>Deprecated version: 9<br>Substitute API: ohos.window.Window|@ohos.window.d.ts|
|Deprecated version changed|Class name: Window<br>Method or attribute name: setBackgroundColor(color: string): Promise\<void>;<br>Deprecated version: N/A|Class name: Window<br>Method or attribute name: setBackgroundColor(color: string): Promise\<void>;<br>Deprecated version: 9<br>Substitute API: ohos.window.Window|@ohos.window.d.ts|
|Deprecated version changed|Class name: Window<br>Method or attribute name: setBackgroundColor(color: string, callback: AsyncCallback\<void>): void;<br>Deprecated version: N/A|Class name: Window<br>Method or attribute name: setBackgroundColor(color: string, callback: AsyncCallback\<void>): void;<br>Deprecated version: 9<br>Substitute API: ohos.window.Window|@ohos.window.d.ts|
|Deprecated version changed|Class name: Window<br>Method or attribute name: setBrightness(brightness: number): Promise\<void>;<br>Deprecated version: N/A|Class name: Window<br>Method or attribute name: setBrightness(brightness: number): Promise\<void>;<br>Deprecated version: 9<br>Substitute API: ohos.window.Window|@ohos.window.d.ts|
|Deprecated version changed|Class name: Window<br>Method or attribute name: setBrightness(brightness: number, callback: AsyncCallback\<void>): void;<br>Deprecated version: N/A|Class name: Window<br>Method or attribute name: setBrightness(brightness: number, callback: AsyncCallback\<void>): void;<br>Deprecated version: 9<br>Substitute API: ohos.window.Window|@ohos.window.d.ts|
|Deprecated version changed|Class name: Window<br>Method or attribute name: setDimBehind(dimBehindValue: number, callback: AsyncCallback\<void>): void;<br>Deprecated version: N/A|Class name: Window<br>Method or attribute name: setDimBehind(dimBehindValue: number, callback: AsyncCallback\<void>): void;<br>Deprecated version: 9<br>Substitute API: N/A|@ohos.window.d.ts|
|Deprecated version changed|Class name: Window<br>Method or attribute name: setDimBehind(dimBehindValue: number): Promise\<void>;<br>Deprecated version: N/A|Class name: Window<br>Method or attribute name: setDimBehind(dimBehindValue: number): Promise\<void>;<br>Deprecated version: 9<br>Substitute API: N/A|@ohos.window.d.ts|
|Deprecated version changed|Class name: Window<br>Method or attribute name: setFocusable(isFocusable: boolean): Promise\<void>;<br>Deprecated version: N/A|Class name: Window<br>Method or attribute name: setFocusable(isFocusable: boolean): Promise\<void>;<br>Deprecated version: 9<br>Substitute API: ohos.window.Window|@ohos.window.d.ts|
|Deprecated version changed|Class name: Window<br>Method or attribute name: setFocusable(isFocusable: boolean, callback: AsyncCallback\<void>): void;<br>Deprecated version: N/A|Class name: Window<br>Method or attribute name: setFocusable(isFocusable: boolean, callback: AsyncCallback\<void>): void;<br>Deprecated version: 9<br>Substitute API: ohos.window.Window|@ohos.window.d.ts|
|Deprecated version changed|Class name: Window<br>Method or attribute name: setKeepScreenOn(isKeepScreenOn: boolean): Promise\<void>;<br>Deprecated version: N/A|Class name: Window<br>Method or attribute name: setKeepScreenOn(isKeepScreenOn: boolean): Promise\<void>;<br>Deprecated version: 9<br>Substitute API: ohos.window.Window|@ohos.window.d.ts|
|Deprecated version changed|Class name: Window<br>Method or attribute name: setKeepScreenOn(isKeepScreenOn: boolean, callback: AsyncCallback\<void>): void;<br>Deprecated version: N/A|Class name: Window<br>Method or attribute name: setKeepScreenOn(isKeepScreenOn: boolean, callback: AsyncCallback\<void>): void;<br>Deprecated version: 9<br>Substitute API: ohos.window.Window|@ohos.window.d.ts|
|Deprecated version changed|Class name: Window<br>Method or attribute name: setOutsideTouchable(touchable: boolean): Promise\<void>;<br>Deprecated version: N/A|Class name: Window<br>Method or attribute name: setOutsideTouchable(touchable: boolean): Promise\<void>;<br>Deprecated version: 9<br>Substitute API: N/A|@ohos.window.d.ts|
|Deprecated version changed|Class name: Window<br>Method or attribute name: setOutsideTouchable(touchable: boolean, callback: AsyncCallback\<void>): void;<br>Deprecated version: N/A|Class name: Window<br>Method or attribute name: setOutsideTouchable(touchable: boolean, callback: AsyncCallback\<void>): void;<br>Deprecated version: 9<br>Substitute API: N/A|@ohos.window.d.ts|
|Deprecated version changed|Class name: Window<br>Method or attribute name: setPrivacyMode(isPrivacyMode: boolean): Promise\<void>;<br>Deprecated version: N/A|Class name: Window<br>Method or attribute name: setPrivacyMode(isPrivacyMode: boolean): Promise\<void>;<br>Deprecated version: 9<br>Substitute API: ohos.window.Window|@ohos.window.d.ts|
|Deprecated version changed|Class name: Window<br>Method or attribute name: setPrivacyMode(isPrivacyMode: boolean, callback: AsyncCallback\<void>): void;<br>Deprecated version: N/A|Class name: Window<br>Method or attribute name: setPrivacyMode(isPrivacyMode: boolean, callback: AsyncCallback\<void>): void;<br>Deprecated version: 9<br>Substitute API: ohos.window.Window|@ohos.window.d.ts|
|Deprecated version changed|Class name: Window<br>Method or attribute name: setTouchable(isTouchable: boolean): Promise\<void>;<br>Deprecated version: N/A|Class name: Window<br>Method or attribute name: setTouchable(isTouchable: boolean): Promise\<void>;<br>Deprecated version: 9<br>Substitute API: ohos.window.Window|@ohos.window.d.ts|
|Deprecated version changed|Class name: Window<br>Method or attribute name: setTouchable(isTouchable: boolean, callback: AsyncCallback\<void>): void;<br>Deprecated version: N/A|Class name: Window<br>Method or attribute name: setTouchable(isTouchable: boolean, callback: AsyncCallback\<void>): void;<br>Deprecated version: 9<br>Substitute API: ohos.window.Window|@ohos.window.d.ts|
|Error code added|NA|Class name: display<br>Method or attribute name: function on(type: 'add' \| 'remove' \| 'change', callback: Callback\<number>): void;<br>Error code: 401|@ohos.display.d.ts|
|Error code added|NA|Class name: display<br>Method or attribute name: function on(type: 'add' \| 'remove' \| 'change', callback: Callback\<number>): void;<br>Error code: 401|@ohos.display.d.ts|
|Error code added|NA|Class name: display<br>Method or attribute name: function on(type: 'add' \| 'remove' \| 'change', callback: Callback\<number>): void;<br>Error code: 401|@ohos.display.d.ts|
|Error code added|NA|Class name: display<br>Method or attribute name: function off(type: 'add' \| 'remove' \| 'change', callback?: Callback\<number>): void;<br>Error code: 401|@ohos.display.d.ts|
|Error code added|NA|Class name: display<br>Method or attribute name: function off(type: 'add' \| 'remove' \| 'change', callback?: Callback\<number>): void;<br>Error code: 401|@ohos.display.d.ts|
|Error code added|NA|Class name: display<br>Method or attribute name: function off(type: 'add' \| 'remove' \| 'change', callback?: Callback\<number>): void;<br>Error code: 401|@ohos.display.d.ts|
|Error code added|NA|Class name: screenshot<br>Method or attribute name: function save(options?: ScreenshotOptions): Promise\<image.PixelMap>;<br>Error code: 201, 401|@ohos.screenshot.d.ts|
|Error code added|NA|Class name: window<br>Method or attribute name: function on(type: 'systemBarTintChange', callback: Callback\<SystemBarTintState>): void;<br>Error code: 401|@ohos.window.d.ts|
|Error code added|NA|Class name: window<br>Method or attribute name: function off(type: 'systemBarTintChange', callback?: Callback\<SystemBarTintState>): void;<br>Error code: 401|@ohos.window.d.ts|
|Error code added|NA|Class name: Window<br>Method or attribute name: hide (callback: AsyncCallback\<void>): void;<br>Error code: 1300002|@ohos.window.d.ts|
|Error code added|NA|Class name: Window<br>Method or attribute name: hide(): Promise\<void>;<br>Error code: 1300002|@ohos.window.d.ts|
|Error code added|NA|Class name: Window<br>Method or attribute name: on(type: 'windowSizeChange', callback: Callback\<Size>): void;<br>Error code: 401|@ohos.window.d.ts|
|Error code added|NA|Class name: Window<br>Method or attribute name: off(type: 'windowSizeChange', callback?: Callback\<Size>): void;<br>Error code: 401|@ohos.window.d.ts|
|Error code added|NA|Class name: Window<br>Method or attribute name: on(type: 'keyboardHeightChange', callback: Callback\<number>): void;<br>Error code: 401|@ohos.window.d.ts|
|Error code added|NA|Class name: Window<br>Method or attribute name: off(type: 'keyboardHeightChange', callback?: Callback\<number>): void;<br>Error code: 401|@ohos.window.d.ts|
|Function changed|Class name: screenshot<br>Method or attribute name: function save(options?: ScreenshotOptions, callback: AsyncCallback\<image.PixelMap>): void;<br>|Class name: screenshot<br>Method or attribute name: function save(options: ScreenshotOptions, callback: AsyncCallback\<image.PixelMap>): void;<br>|@ohos.screenshot.d.ts|
|Function changed|Class name: screenshot<br>Method or attribute name: function save(options?: ScreenshotOptions, callback: AsyncCallback\<image.PixelMap>): void;<br>|Class name: screenshot<br>Method or attribute name: function save(callback: AsyncCallback\<image.PixelMap>): void;<br>|@ohos.screenshot.d.ts|
|Function changed|Class name: window<br>Method or attribute name: function create(id: string, type: WindowType, callback: AsyncCallback\<Window>): void;<br>|Class name: window<br>Method or attribute name: function create(id: string, type: WindowType, callback: AsyncCallback\<Window>): void;<br>|@ohos.window.d.ts|
|Function changed|Class name: window<br>Method or attribute name: function create(ctx: Context, id: string, type: WindowType, callback: AsyncCallback\<Window>): void;<br>|Class name: window<br>Method or attribute name: function create(id: string, type: WindowType, callback: AsyncCallback\<Window>): void;<br>|@ohos.window.d.ts|
|Function changed|Class name: window<br>Method or attribute name: function create(id: string, type: WindowType): Promise\<Window>;<br>|Class name: window<br>Method or attribute name: function create(id: string, type: WindowType): Promise\<Window>;<br>|@ohos.window.d.ts|
|Function changed|Class name: window<br>Method or attribute name: function create(ctx: Context, id: string, type: WindowType): Promise\<Window>;<br>|Class name: window<br>Method or attribute name: function create(id: string, type: WindowType): Promise\<Window>;<br>|@ohos.window.d.ts|
|Function changed|Class name: window<br>Method or attribute name: function create(id: string, type: WindowType): Promise\<Window>;<br>|Class name: window<br>Method or attribute name: function create(ctx: BaseContext, id: string, type: WindowType): Promise\<Window>;<br>|@ohos.window.d.ts|
|Function changed|Class name: window<br>Method or attribute name: function create(ctx: Context, id: string, type: WindowType): Promise\<Window>;<br>|Class name: window<br>Method or attribute name: function create(ctx: BaseContext, id: string, type: WindowType): Promise\<Window>;<br>|@ohos.window.d.ts|
|Function changed|Class name: window<br>Method or attribute name: function create(id: string, type: WindowType, callback: AsyncCallback\<Window>): void;<br>|Class name: window<br>Method or attribute name: function create(ctx: BaseContext, id: string, type: WindowType, callback: AsyncCallback\<Window>): void;<br>|@ohos.window.d.ts|
|Function changed|Class name: window<br>Method or attribute name: function create(ctx: Context, id: string, type: WindowType, callback: AsyncCallback\<Window>): void;<br>|Class name: window<br>Method or attribute name: function create(ctx: BaseContext, id: string, type: WindowType, callback: AsyncCallback\<Window>): void;<br>|@ohos.window.d.ts|
|Function changed|Class name: window<br>Method or attribute name: function getTopWindow(callback: AsyncCallback\<Window>): void;<br>|Class name: window<br>Method or attribute name: function getTopWindow(callback: AsyncCallback\<Window>): void;<br>|@ohos.window.d.ts|
|Function changed|Class name: window<br>Method or attribute name: function getTopWindow(ctx: Context, callback: AsyncCallback\<Window>): void;<br>|Class name: window<br>Method or attribute name: function getTopWindow(callback: AsyncCallback\<Window>): void;<br>|@ohos.window.d.ts|
|Function changed|Class name: window<br>Method or attribute name: function getTopWindow(): Promise\<Window>;<br>|Class name: window<br>Method or attribute name: function getTopWindow(): Promise\<Window>;<br>|@ohos.window.d.ts|
|Function changed|Class name: window<br>Method or attribute name: function getTopWindow(ctx: Context): Promise\<Window>;<br>|Class name: window<br>Method or attribute name: function getTopWindow(): Promise\<Window>;<br>|@ohos.window.d.ts|
|Function changed|Class name: window<br>Method or attribute name: function getTopWindow(): Promise\<Window>;<br>|Class name: window<br>Method or attribute name: function getTopWindow(ctx: BaseContext): Promise\<Window>;<br>|@ohos.window.d.ts|
|Function changed|Class name: window<br>Method or attribute name: function getTopWindow(ctx: Context): Promise\<Window>;<br>|Class name: window<br>Method or attribute name: function getTopWindow(ctx: BaseContext): Promise\<Window>;<br>|@ohos.window.d.ts|
|Function changed|Class name: window<br>Method or attribute name: function getTopWindow(callback: AsyncCallback\<Window>): void;<br>|Class name: window<br>Method or attribute name: function getTopWindow(ctx: BaseContext, callback: AsyncCallback\<Window>): void;<br>|@ohos.window.d.ts|
|Function changed|Class name: window<br>Method or attribute name: function getTopWindow(ctx: Context, callback: AsyncCallback\<Window>): void;<br>|Class name: window<br>Method or attribute name: function getTopWindow(ctx: BaseContext, callback: AsyncCallback\<Window>): void;<br>|@ohos.window.d.ts|
|Function changed|Class name: Window<br>Method or attribute name: loadContent(path: string, callback: AsyncCallback\<void>): void;<br>|Class name: Window<br>Method or attribute name: loadContent(path: string, storage: LocalStorage, callback: AsyncCallback\<void>): void;<br>|@ohos.window.d.ts|
|Function changed|Class name: Window<br>Method or attribute name: loadContent(path: string): Promise\<void>;<br>|Class name: Window<br>Method or attribute name: loadContent(path: string, storage: LocalStorage): Promise\<void>;<br>|@ohos.window.d.ts|
|Function changed|Class name: Window<br>Method or attribute name: loadContent(path: string, callback: AsyncCallback\<void>): void;<br>|Class name: Window<br>Method or attribute name: loadContent(path: string, callback: AsyncCallback\<void>): void;<br>|@ohos.window.d.ts|
|Function changed|Class name: Window<br>Method or attribute name: loadContent(path: string): Promise\<void>;<br>|Class name: Window<br>Method or attribute name: loadContent(path: string): Promise\<void>;<br>|@ohos.window.d.ts|
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册