diff --git a/en/release-notes/api-diff/Beta5 to v3.2-Release/Readme-EN.md b/en/release-notes/api-diff/Beta5 to v3.2-Release/Readme-EN.md new file mode 100644 index 0000000000000000000000000000000000000000..05f31e9c24fcd389a6e419b8fdd4cb0131f608a2 --- /dev/null +++ b/en/release-notes/api-diff/Beta5 to v3.2-Release/Readme-EN.md @@ -0,0 +1,27 @@ +# 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 diff --git a/en/release-notes/api-diff/Beta5 to v3.2-Release/js-apidiff-ability.md b/en/release-notes/api-diff/Beta5 to v3.2-Release/js-apidiff-ability.md new file mode 100644 index 0000000000000000000000000000000000000000..cf37a9c8272c182a208a248e4cf1d54c921dcbcc --- /dev/null +++ b/en/release-notes/api-diff/Beta5 to v3.2-Release/js-apidiff-ability.md @@ -0,0 +1,260 @@ +| Change Type | Old Version | New Version | d.ts File | +| ---- | ------ | ------ | -------- | +|Added|NA|Module name: ohos.app.ability.abilityManager
Class name: AbilityState
Method or attribute name: FOCUS = 2|@ohos.app.ability.abilityManager.d.ts| +|Added|NA|Class name: appManager
Method or attribute name: function getRunningProcessInformation(): Promise\>;|@ohos.app.ability.appManager.d.ts| +|Added|NA|Class name: appManager
Method or attribute name: function getRunningProcessInformation(callback: AsyncCallback\>): void;|@ohos.app.ability.appManager.d.ts| +|Added|NA|Class name: RestartFlag
Method or attribute name: RESTART_WHEN_JS_CRASH = 0x0001|@ohos.app.ability.appRecovery.d.ts| +|Added|NA|Class name: RestartFlag
Method or attribute name: RESTART_WHEN_APP_FREEZE = 0x0002|@ohos.app.ability.appRecovery.d.ts| +|Added|NA|Module name: ohos.app.ability.dialogRequest
Class name: dialogRequest|@ohos.app.ability.dialogRequest.d.ts| +|Added|NA|Module name: ohos.app.ability.dialogRequest
Class name: RequestInfo|@ohos.app.ability.dialogRequest.d.ts| +|Added|NA|Module name: ohos.app.ability.dialogRequest
Class name: ResultCode|@ohos.app.ability.dialogRequest.d.ts| +|Added|NA|Module name: ohos.app.ability.dialogRequest
Class name: ResultCode
Method or attribute name: RESULT_OK = 0|@ohos.app.ability.dialogRequest.d.ts| +|Added|NA|Module name: ohos.app.ability.dialogRequest
Class name: ResultCode
Method or attribute name: RESULT_CANCEL = 1|@ohos.app.ability.dialogRequest.d.ts| +|Added|NA|Module name: ohos.app.ability.dialogRequest
Class name: RequestResult|@ohos.app.ability.dialogRequest.d.ts| +|Added|NA|Module name: ohos.app.ability.dialogRequest
Class name: RequestResult
Method or attribute name: result: ResultCode;|@ohos.app.ability.dialogRequest.d.ts| +|Added|NA|Module name: ohos.app.ability.dialogRequest
Class name: RequestCallback|@ohos.app.ability.dialogRequest.d.ts| +|Added|NA|Module name: ohos.app.ability.dialogRequest
Class name: RequestCallback
Method or attribute name: setRequestResult(result: RequestResult): void;|@ohos.app.ability.dialogRequest.d.ts| +|Added|NA|Module name: ohos.app.ability.dialogRequest
Class name: dialogRequest
Method or attribute name: function getRequestInfo(want: Want): RequestInfo;|@ohos.app.ability.dialogRequest.d.ts| +|Added|NA|Module name: ohos.app.ability.dialogRequest
Class name: dialogRequest
Method or attribute name: function getRequestCallback(want: Want): RequestCallback;|@ohos.app.ability.dialogRequest.d.ts| +|Added|NA|Class name: Want
Method or attribute name: parameters?: {[key: string]: Object};|@ohos.app.ability.Want.d.ts| +|Added|NA|Class name: CompleteData
Method or attribute name: extraInfo?: { [key: string]: Object };|@ohos.app.ability.wantAgent.d.ts| +|Added|NA|Module name: ohos.app.ability.wantConstant
Class name: Params|@ohos.app.ability.wantConstant.d.ts| +|Added|NA|Class name: Params
Method or attribute name: |@ohos.app.ability.wantConstant.d.ts| +|Added|NA|Module name: ohos.app.ability.wantConstant
Class name: Params
Method or attribute name: DLP_PARAMS_SANDBOX = "ohos.dlp.params.sandbox"|@ohos.app.ability.wantConstant.d.ts| +|Added|NA|Class name: Params
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
Class name: Params
Method or attribute name: DLP_PARAMS_BUNDLE_NAME = "ohos.dlp.params.bundleName"|@ohos.app.ability.wantConstant.d.ts| +|Added|NA|Class name: Params
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
Class name: Params
Method or attribute name: DLP_PARAMS_MODULE_NAME = "ohos.dlp.params.moduleName"|@ohos.app.ability.wantConstant.d.ts| +|Added|NA|Class name: Params
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
Class name: Params
Method or attribute name: DLP_PARAMS_ABILITY_NAME = "ohos.dlp.params.abilityName"|@ohos.app.ability.wantConstant.d.ts| +|Added|NA|Class name: Params
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
Class name: Params
Method or attribute name: DLP_PARAMS_INDEX = "ohos.dlp.params.index"|@ohos.app.ability.wantConstant.d.ts| +|Added|NA|Class name: Params
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
Class name: Params
Method or attribute name: ABILITY_BACK_TO_OTHER_MISSION_STACK = "ability.params.backToOtherMissionStack"|@ohos.app.ability.wantConstant.d.ts| +|Added|NA|Class name: Params
Method or attribute name: ABILITY_BACK_TO_OTHER_MISSION_STACK = "ability.params.backToOtherMissionStack"|@ohos.app.ability.wantConstant.d.ts| +|Added|NA|Class name: continuationManager
Method or attribute name: function on(type: "deviceSelected", token: number, callback: Callback\>): void;|@ohos.continuation.continuationManager.d.ts| +|Added|NA|Class name: continuationManager
Method or attribute name: function off(type: "deviceSelected", token: number): void;|@ohos.continuation.continuationManager.d.ts| +|Added|NA|Class name: continuationManager
Method or attribute name: function on(type: "deviceUnselected", token: number, callback: Callback\>): void;|@ohos.continuation.continuationManager.d.ts| +|Added|NA|Class name: continuationManager
Method or attribute name: function off(type: "deviceUnselected", token: number): void;|@ohos.continuation.continuationManager.d.ts| +|Added|NA|Module name: AbilityDelegator
Class name: AbilityDelegator|AbilityDelegator.d.ts| +|Added|NA|Module name: AbilityDelegator
Class name: AbilityDelegator
Method or attribute name: addAbilityMonitor(monitor: AbilityMonitor, callback: AsyncCallback\): void;|AbilityDelegator.d.ts| +|Added|NA|Module name: AbilityDelegator
Class name: AbilityDelegator
Method or attribute name: addAbilityMonitor(monitor: AbilityMonitor): Promise\;|AbilityDelegator.d.ts| +|Added|NA|Module name: AbilityDelegator
Class name: AbilityDelegator
Method or attribute name: addAbilityStageMonitor(monitor: AbilityStageMonitor, callback: AsyncCallback\): void;|AbilityDelegator.d.ts| +|Added|NA|Module name: AbilityDelegator
Class name: AbilityDelegator
Method or attribute name: addAbilityStageMonitor(monitor: AbilityStageMonitor): Promise\;|AbilityDelegator.d.ts| +|Added|NA|Module name: AbilityDelegator
Class name: AbilityDelegator
Method or attribute name: removeAbilityMonitor(monitor: AbilityMonitor, callback: AsyncCallback\): void;|AbilityDelegator.d.ts| +|Added|NA|Module name: AbilityDelegator
Class name: AbilityDelegator
Method or attribute name: removeAbilityMonitor(monitor: AbilityMonitor): Promise\;|AbilityDelegator.d.ts| +|Added|NA|Module name: AbilityDelegator
Class name: AbilityDelegator
Method or attribute name: removeAbilityStageMonitor(monitor: AbilityStageMonitor, callback: AsyncCallback\): void;|AbilityDelegator.d.ts| +|Added|NA|Module name: AbilityDelegator
Class name: AbilityDelegator
Method or attribute name: removeAbilityStageMonitor(monitor: AbilityStageMonitor): Promise\;|AbilityDelegator.d.ts| +|Added|NA|Module name: AbilityDelegator
Class name: AbilityDelegator
Method or attribute name: waitAbilityMonitor(monitor: AbilityMonitor, callback: AsyncCallback\): void;|AbilityDelegator.d.ts| +|Added|NA|Module name: AbilityDelegator
Class name: AbilityDelegator
Method or attribute name: waitAbilityMonitor(monitor: AbilityMonitor, timeout: number, callback: AsyncCallback\): void;|AbilityDelegator.d.ts| +|Added|NA|Module name: AbilityDelegator
Class name: AbilityDelegator
Method or attribute name: waitAbilityMonitor(monitor: AbilityMonitor, timeout?: number): Promise\;|AbilityDelegator.d.ts| +|Added|NA|Module name: AbilityDelegator
Class name: AbilityDelegator
Method or attribute name: waitAbilityStageMonitor(monitor: AbilityStageMonitor, callback: AsyncCallback\): void;|AbilityDelegator.d.ts| +|Added|NA|Module name: AbilityDelegator
Class name: AbilityDelegator
Method or attribute name: waitAbilityStageMonitor(monitor: AbilityStageMonitor, timeout: number, callback: AsyncCallback\): void;|AbilityDelegator.d.ts| +|Added|NA|Module name: AbilityDelegator
Class name: AbilityDelegator
Method or attribute name: waitAbilityStageMonitor(monitor: AbilityStageMonitor, timeout?: number): Promise\;|AbilityDelegator.d.ts| +|Added|NA|Module name: AbilityDelegator
Class name: AbilityDelegator
Method or attribute name: getAppContext(): Context;|AbilityDelegator.d.ts| +|Added|NA|Module name: AbilityDelegator
Class name: AbilityDelegator
Method or attribute name: getAbilityState(ability: UIAbility): number;|AbilityDelegator.d.ts| +|Added|NA|Module name: AbilityDelegator
Class name: AbilityDelegator
Method or attribute name: getCurrentTopAbility(callback: AsyncCallback\): void;|AbilityDelegator.d.ts| +|Added|NA|Module name: AbilityDelegator
Class name: AbilityDelegator
Method or attribute name: getCurrentTopAbility(): Promise\|AbilityDelegator.d.ts| +|Added|NA|Module name: AbilityDelegator
Class name: AbilityDelegator
Method or attribute name: startAbility(want: Want, callback: AsyncCallback\): void;|AbilityDelegator.d.ts| +|Added|NA|Module name: AbilityDelegator
Class name: AbilityDelegator
Method or attribute name: startAbility(want: Want): Promise\;|AbilityDelegator.d.ts| +|Added|NA|Module name: AbilityDelegator
Class name: AbilityDelegator
Method or attribute name: doAbilityForeground(ability: UIAbility, callback: AsyncCallback\): void;|AbilityDelegator.d.ts| +|Added|NA|Module name: AbilityDelegator
Class name: AbilityDelegator
Method or attribute name: doAbilityForeground(ability: UIAbility): Promise\;|AbilityDelegator.d.ts| +|Added|NA|Module name: AbilityDelegator
Class name: AbilityDelegator
Method or attribute name: doAbilityBackground(ability: UIAbility, callback: AsyncCallback\): void;|AbilityDelegator.d.ts| +|Added|NA|Module name: AbilityDelegator
Class name: AbilityDelegator
Method or attribute name: doAbilityBackground(ability: UIAbility): Promise\;|AbilityDelegator.d.ts| +|Added|NA|Module name: AbilityDelegator
Class name: AbilityDelegator
Method or attribute name: print(msg: string, callback: AsyncCallback\): void;|AbilityDelegator.d.ts| +|Added|NA|Module name: AbilityDelegator
Class name: AbilityDelegator
Method or attribute name: print(msg: string): Promise\;|AbilityDelegator.d.ts| +|Added|NA|Module name: AbilityDelegator
Class name: AbilityDelegator
Method or attribute name: printSync(msg: string): void;|AbilityDelegator.d.ts| +|Added|NA|Module name: AbilityDelegator
Class name: AbilityDelegator
Method or attribute name: executeShellCommand(cmd: string, callback: AsyncCallback\): void;|AbilityDelegator.d.ts| +|Added|NA|Module name: AbilityDelegator
Class name: AbilityDelegator
Method or attribute name: executeShellCommand(cmd: string, timeoutSecs: number, callback: AsyncCallback\): void;|AbilityDelegator.d.ts| +|Added|NA|Module name: AbilityDelegator
Class name: AbilityDelegator
Method or attribute name: executeShellCommand(cmd: string, timeoutSecs?: number): Promise\;|AbilityDelegator.d.ts| +|Added|NA|Module name: AbilityDelegator
Class name: AbilityDelegator
Method or attribute name: finishTest(msg: string, code: number, callback: AsyncCallback\): void;|AbilityDelegator.d.ts| +|Added|NA|Module name: AbilityDelegator
Class name: AbilityDelegator
Method or attribute name: finishTest(msg: string, code: number): Promise\;|AbilityDelegator.d.ts| +|Added|NA|Module name: AbilityMonitor
Class name: AbilityMonitor|AbilityMonitor.d.ts| +|Added|NA|Module name: AbilityMonitor
Class name: AbilityMonitor
Method or attribute name: abilityName: string;|AbilityMonitor.d.ts| +|Added|NA|Module name: AbilityMonitor
Class name: AbilityMonitor
Method or attribute name: moduleName?: string;|AbilityMonitor.d.ts| +|Added|NA|Module name: AbilityMonitor
Class name: AbilityMonitor
Method or attribute name: onAbilityCreate?:(ability: UIAbility) => void;|AbilityMonitor.d.ts| +|Added|NA|Module name: AbilityMonitor
Class name: AbilityMonitor
Method or attribute name: onAbilityForeground?:(ability: UIAbility) => void;|AbilityMonitor.d.ts| +|Added|NA|Module name: AbilityMonitor
Class name: AbilityMonitor
Method or attribute name: onAbilityBackground?:(ability: UIAbility) => void;|AbilityMonitor.d.ts| +|Added|NA|Module name: AbilityMonitor
Class name: AbilityMonitor
Method or attribute name: onAbilityDestroy?:(ability: UIAbility) => void;|AbilityMonitor.d.ts| +|Added|NA|Module name: AbilityMonitor
Class name: AbilityMonitor
Method or attribute name: onWindowStageCreate?:(ability: UIAbility) => void;|AbilityMonitor.d.ts| +|Added|NA|Module name: AbilityMonitor
Class name: AbilityMonitor
Method or attribute name: onWindowStageRestore?:(ability: UIAbility) => void;|AbilityMonitor.d.ts| +|Added|NA|Module name: AbilityMonitor
Class name: AbilityMonitor
Method or attribute name: onWindowStageDestroy?:(ability: UIAbility) => void;|AbilityMonitor.d.ts| +|Added|NA|Module name: AbilityStageMonitor
Class name: AbilityStageMonitor|AbilityStageMonitor.d.ts| +|Added|NA|Module name: AbilityStageMonitor
Class name: AbilityStageMonitor
Method or attribute name: moduleName: string;|AbilityStageMonitor.d.ts| +|Added|NA|Module name: AbilityStageMonitor
Class name: AbilityStageMonitor
Method or attribute name: srcEntrance: string;|AbilityStageMonitor.d.ts| +|Added|NA|Class name: ApplicationContext
Method or attribute name: getRunningProcessInformation(): Promise\>;|ApplicationContext.d.ts| +|Added|NA|Class name: ApplicationContext
Method or attribute name: getRunningProcessInformation(callback: AsyncCallback\>): void;|ApplicationContext.d.ts| +|Added|NA|Class name: ApplicationContext
Method or attribute name: killAllProcesses(): Promise\;|ApplicationContext.d.ts| +|Added|NA|Class name: ApplicationContext
Method or attribute name: killAllProcesses(callback: AsyncCallback\);|ApplicationContext.d.ts| +|Added|NA|Class name: Context
Method or attribute name: area: contextConstant.AreaMode;|Context.d.ts| +|Added|NA|Module name: ProcessInformation
Class name: ProcessInformation|ProcessInformation.d.ts| +|Added|NA|Module name: ProcessInformation
Class name: ProcessInformation
Method or attribute name: pid: number;|ProcessInformation.d.ts| +|Added|NA|Module name: ProcessInformation
Class name: ProcessInformation
Method or attribute name: uid: number;|ProcessInformation.d.ts| +|Added|NA|Module name: ProcessInformation
Class name: ProcessInformation
Method or attribute name: processName: string;|ProcessInformation.d.ts| +|Added|NA|Module name: ProcessInformation
Class name: ProcessInformation
Method or attribute name: bundleNames: Array\;|ProcessInformation.d.ts| +|Added|NA|Class name: ServiceExtensionContext
Method or attribute name: startRecentAbility(want: Want, callback: AsyncCallback\): void;|ServiceExtensionContext.d.ts| +|Added|NA|Class name: ServiceExtensionContext
Method or attribute name: startRecentAbility(want: Want, options: StartOptions, callback: AsyncCallback\): void;|ServiceExtensionContext.d.ts| +|Added|NA|Class name: ServiceExtensionContext
Method or attribute name: startRecentAbility(want: Want, options?: StartOptions): Promise\;|ServiceExtensionContext.d.ts| +|Added|NA|Class name: UIAbilityContext
Method or attribute name: startRecentAbility(want: Want, callback: AsyncCallback\): void;|UIAbilityContext.d.ts| +|Added|NA|Class name: UIAbilityContext
Method or attribute name: startRecentAbility(want: Want, options: StartOptions, callback: AsyncCallback\): void;|UIAbilityContext.d.ts| +|Added|NA|Class name: UIAbilityContext
Method or attribute name: startRecentAbility(want: Want, options?: StartOptions): Promise\;|UIAbilityContext.d.ts| +|Added|NA|Class name: UIAbilityContext
Method or attribute name: requestDialogService(want: Want, result: AsyncCallback\): void;|UIAbilityContext.d.ts| +|Added|NA|Class name: UIAbilityContext
Method or attribute name: requestDialogService(want: Want): Promise\;|UIAbilityContext.d.ts| +|Deleted|Module name: ohos.ability.wantConstant
Class name: Action
Method or attribute name: ACTION_APP_ACCOUNT_AUTH = "ohos.appAccount.action.auth"|NA|@ohos.ability.wantConstant.d.ts| +|Deleted|Module name: ohos.ability.wantConstant
Class name: Action
Method or attribute name: ACTION_MARKET_DOWNLOAD = "ohos.want.action.marketDownload"|NA|@ohos.ability.wantConstant.d.ts| +|Deleted|Module name: ohos.ability.wantConstant
Class name: Action
Method or attribute name: ACTION_MARKET_CROWDTEST = "ohos.want.action.marketCrowdTest"|NA|@ohos.ability.wantConstant.d.ts| +|Deleted|Module name: ohos.ability.wantConstant
Class name: Action
Method or attribute name: DLP_PARAMS_SANDBOX = "ohos.dlp.params.sandbox"|NA|@ohos.ability.wantConstant.d.ts| +|Deleted|Module name: ohos.ability.wantConstant
Class name: Action
Method or attribute name: DLP_PARAMS_BUNDLE_NAME = "ohos.dlp.params.bundleName"|NA|@ohos.ability.wantConstant.d.ts| +|Deleted|Module name: ohos.ability.wantConstant
Class name: Action
Method or attribute name: DLP_PARAMS_MODULE_NAME = "ohos.dlp.params.moduleName"|NA|@ohos.ability.wantConstant.d.ts| +|Deleted|Module name: ohos.ability.wantConstant
Class name: Action
Method or attribute name: DLP_PARAMS_ABILITY_NAME = "ohos.dlp.params.abilityName"|NA|@ohos.ability.wantConstant.d.ts| +|Deleted|Module name: ohos.ability.wantConstant
Class name: Action
Method or attribute name: DLP_PARAMS_INDEX = "ohos.dlp.params.index"|NA|@ohos.ability.wantConstant.d.ts| +|Deleted|Module name: ohos.app.ability.appManager
Class name: appManager
Method or attribute name: function getProcessRunningInformation(): Promise\>;|NA|@ohos.app.ability.appManager.d.ts| +|Deleted|Module name: ohos.app.ability.appManager
Class name: appManager
Method or attribute name: function getProcessRunningInformation(callback: AsyncCallback\>): void;|NA|@ohos.app.ability.appManager.d.ts| +|Deleted|Module name: ohos.app.ability.appRecovery
Class name: RestartFlag
Method or attribute name: CPP_CRASH_NO_RESTART = 0x0001|NA|@ohos.app.ability.appRecovery.d.ts| +|Deleted|Module name: ohos.app.ability.appRecovery
Class name: RestartFlag
Method or attribute name: JS_CRASH_NO_RESTART = 0x0002|NA|@ohos.app.ability.appRecovery.d.ts| +|Deleted|Module name: ohos.app.ability.appRecovery
Class name: RestartFlag
Method or attribute name: APP_FREEZE_NO_RESTART = 0x0004|NA|@ohos.app.ability.appRecovery.d.ts| +|Deleted|Module name: ohos.app.ability.common
Class name: AreaMode|NA|@ohos.app.ability.common.d.ts| +|Deleted|Module name: ohos.app.ability.common
Class name: AreaMode
Method or attribute name: EL1 = 0|NA|@ohos.app.ability.common.d.ts| +|Deleted|Module name: ohos.app.ability.common
Class name: AreaMode
Method or attribute name: EL2 = 1|NA|@ohos.app.ability.common.d.ts| +|Deleted|Module name: ohos.app.ability.wantConstant
Class name: Action|NA|@ohos.app.ability.wantConstant.d.ts| +|Deleted|Module name: ohos.app.ability.wantConstant
Class name: Action
Method or attribute name: ACTION_HOME = "ohos.want.action.home"|NA|@ohos.app.ability.wantConstant.d.ts| +|Deleted|Module name: ohos.app.ability.wantConstant
Class name: Action
Method or attribute name: ACTION_DIAL = "ohos.want.action.dial"|NA|@ohos.app.ability.wantConstant.d.ts| +|Deleted|Module name: ohos.app.ability.wantConstant
Class name: Action
Method or attribute name: ACTION_SEARCH = "ohos.want.action.search"|NA|@ohos.app.ability.wantConstant.d.ts| +|Deleted|Module name: ohos.app.ability.wantConstant
Class name: Action
Method or attribute name: ACTION_WIRELESS_SETTINGS = "ohos.settings.wireless"|NA|@ohos.app.ability.wantConstant.d.ts| +|Deleted|Module name: ohos.app.ability.wantConstant
Class name: Action
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
Class name: Action
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
Class name: Action
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
Class name: Action
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
Class name: Action
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
Class name: Action
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
Class name: Action
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
Class name: Action
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
Class name: Action
Method or attribute name: ACTION_CHOOSE = "ohos.want.action.choose"|NA|@ohos.app.ability.wantConstant.d.ts| +|Deleted|Module name: ohos.app.ability.wantConstant
Class name: Action
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
Class name: Action
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
Class name: Action
Method or attribute name: ACTION_SELECT = "ohos.want.action.select"|NA|@ohos.app.ability.wantConstant.d.ts| +|Deleted|Module name: ohos.app.ability.wantConstant
Class name: Action
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
Class name: Action
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
Class name: Action
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
Class name: Action
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
Class name: Action
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
Class name: Action
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
Class name: Action
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
Class name: Action
Method or attribute name: ACTION_FILE_SELECT = "ohos.action.fileSelect"|NA|@ohos.app.ability.wantConstant.d.ts| +|Deleted|Module name: ohos.app.ability.wantConstant
Class name: Action
Method or attribute name: PARAMS_STREAM = "ability.params.stream"|NA|@ohos.app.ability.wantConstant.d.ts| +|Deleted|Module name: ohos.app.ability.wantConstant
Class name: Action
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
Class name: Action
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
Class name: Action
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
Class name: Action
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
Class name: Action
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
Class name: Action
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
Class name: Action
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
Class name: Action
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
Class name: Entity|NA|@ohos.app.ability.wantConstant.d.ts| +|Deleted|Module name: ohos.app.ability.wantConstant
Class name: Entity
Method or attribute name: ENTITY_DEFAULT = "entity.system.default"|NA|@ohos.app.ability.wantConstant.d.ts| +|Deleted|Module name: ohos.app.ability.wantConstant
Class name: Entity
Method or attribute name: ENTITY_HOME = "entity.system.home"|NA|@ohos.app.ability.wantConstant.d.ts| +|Deleted|Module name: ohos.app.ability.wantConstant
Class name: Entity
Method or attribute name: ENTITY_VOICE = "entity.system.voice"|NA|@ohos.app.ability.wantConstant.d.ts| +|Deleted|Module name: ohos.app.ability.wantConstant
Class name: Entity
Method or attribute name: ENTITY_BROWSABLE = "entity.system.browsable"|NA|@ohos.app.ability.wantConstant.d.ts| +|Deleted|Module name: ohos.app.ability.wantConstant
Class name: Entity
Method or attribute name: ENTITY_VIDEO = "entity.system.video"|NA|@ohos.app.ability.wantConstant.d.ts| +|Deleted|Module name: ohos.app.ability.wantConstant
Class name: Flags
Method or attribute name: FLAG_ABILITY_FORWARD_RESULT = 0x00000004|NA|@ohos.app.ability.wantConstant.d.ts| +|Deleted|Module name: ohos.app.ability.wantConstant
Class name: Flags
Method or attribute name: FLAG_ABILITY_CONTINUATION = 0x00000008|NA|@ohos.app.ability.wantConstant.d.ts| +|Deleted|Module name: ohos.app.ability.wantConstant
Class name: Flags
Method or attribute name: FLAG_NOT_OHOS_COMPONENT = 0x00000010|NA|@ohos.app.ability.wantConstant.d.ts| +|Deleted|Module name: ohos.app.ability.wantConstant
Class name: Flags
Method or attribute name: FLAG_ABILITY_FORM_ENABLED = 0x00000020|NA|@ohos.app.ability.wantConstant.d.ts| +|Deleted|Module name: ohos.app.ability.wantConstant
Class name: Flags
Method or attribute name: FLAG_AUTH_PERSISTABLE_URI_PERMISSION = 0x00000040|NA|@ohos.app.ability.wantConstant.d.ts| +|Deleted|Module name: ohos.app.ability.wantConstant
Class name: Flags
Method or attribute name: FLAG_AUTH_PREFIX_URI_PERMISSION = 0x00000080|NA|@ohos.app.ability.wantConstant.d.ts| +|Deleted|Module name: ohos.app.ability.wantConstant
Class name: Flags
Method or attribute name: FLAG_ABILITYSLICE_MULTI_DEVICE = 0x00000100|NA|@ohos.app.ability.wantConstant.d.ts| +|Deleted|Module name: ohos.app.ability.wantConstant
Class name: Flags
Method or attribute name: FLAG_START_FOREGROUND_ABILITY = 0x00000200|NA|@ohos.app.ability.wantConstant.d.ts| +|Deleted|Module name: ohos.app.ability.wantConstant
Class name: Flags
Method or attribute name: FLAG_ABILITY_CONTINUATION_REVERSIBLE = 0x00000400|NA|@ohos.app.ability.wantConstant.d.ts| +|Deleted|Module name: ohos.app.ability.wantConstant
Class name: Flags
Method or attribute name: FLAG_INSTALL_WITH_BACKGROUND_MODE = 0x80000000|NA|@ohos.app.ability.wantConstant.d.ts| +|Deleted|Module name: ohos.app.ability.wantConstant
Class name: Flags
Method or attribute name: FLAG_ABILITY_CLEAR_MISSION = 0x00008000|NA|@ohos.app.ability.wantConstant.d.ts| +|Deleted|Module name: ohos.app.ability.wantConstant
Class name: Flags
Method or attribute name: FLAG_ABILITY_NEW_MISSION = 0x10000000|NA|@ohos.app.ability.wantConstant.d.ts| +|Deleted|Module name: ohos.app.ability.wantConstant
Class name: Flags
Method or attribute name: FLAG_ABILITY_MISSION_TOP = 0x20000000|NA|@ohos.app.ability.wantConstant.d.ts| +|Deleted|Module name: ohos.app.form.formInfo
Class name: FormInfo
Method or attribute name: relatedBundleName: string;|NA|@ohos.app.form.formInfo.d.ts| +|Deleted|Module name: ohos.continuation.continuationManager
Class name: continuationManager
Method or attribute name: function on(type: "deviceConnect", token: number, callback: Callback\>): void;|NA|@ohos.continuation.continuationManager.d.ts| +|Deleted|Module name: ohos.continuation.continuationManager
Class name: continuationManager
Method or attribute name: function off(type: "deviceConnect", token: number): void;|NA|@ohos.continuation.continuationManager.d.ts| +|Deleted|Module name: ohos.continuation.continuationManager
Class name: continuationManager
Method or attribute name: function on(type: "deviceDisconnect", token: number, callback: Callback\>): void;|NA|@ohos.continuation.continuationManager.d.ts| +|Deleted|Module name: ohos.continuation.continuationManager
Class name: continuationManager
Method or attribute name: function off(type: "deviceDisconnect", token: number): void;|NA|@ohos.continuation.continuationManager.d.ts| +|Deleted|Module name: abilityDelegator
Class name: AbilityDelegator|NA|abilityDelegator.d.ts| +|Deleted|Module name: abilityDelegator
Class name: AbilityDelegator
Method or attribute name: addAbilityMonitor(monitor: AbilityMonitor, callback: AsyncCallback\): void;|NA|abilityDelegator.d.ts| +|Deleted|Module name: abilityDelegator
Class name: AbilityDelegator
Method or attribute name: addAbilityMonitor(monitor: AbilityMonitor): Promise\;|NA|abilityDelegator.d.ts| +|Deleted|Module name: abilityDelegator
Class name: AbilityDelegator
Method or attribute name: addAbilityStageMonitor(monitor: AbilityStageMonitor, callback: AsyncCallback\): void;|NA|abilityDelegator.d.ts| +|Deleted|Module name: abilityDelegator
Class name: AbilityDelegator
Method or attribute name: addAbilityStageMonitor(monitor: AbilityStageMonitor): Promise\;|NA|abilityDelegator.d.ts| +|Deleted|Module name: abilityDelegator
Class name: AbilityDelegator
Method or attribute name: removeAbilityMonitor(monitor: AbilityMonitor, callback: AsyncCallback\): void;|NA|abilityDelegator.d.ts| +|Deleted|Module name: abilityDelegator
Class name: AbilityDelegator
Method or attribute name: removeAbilityMonitor(monitor: AbilityMonitor): Promise\;|NA|abilityDelegator.d.ts| +|Deleted|Module name: abilityDelegator
Class name: AbilityDelegator
Method or attribute name: removeAbilityStageMonitor(monitor: AbilityStageMonitor, callback: AsyncCallback\): void;|NA|abilityDelegator.d.ts| +|Deleted|Module name: abilityDelegator
Class name: AbilityDelegator
Method or attribute name: removeAbilityStageMonitor(monitor: AbilityStageMonitor): Promise\;|NA|abilityDelegator.d.ts| +|Deleted|Module name: abilityDelegator
Class name: AbilityDelegator
Method or attribute name: waitAbilityMonitor(monitor: AbilityMonitor, callback: AsyncCallback\): void;|NA|abilityDelegator.d.ts| +|Deleted|Module name: abilityDelegator
Class name: AbilityDelegator
Method or attribute name: waitAbilityMonitor(monitor: AbilityMonitor, timeout: number, callback: AsyncCallback\): void;|NA|abilityDelegator.d.ts| +|Deleted|Module name: abilityDelegator
Class name: AbilityDelegator
Method or attribute name: waitAbilityMonitor(monitor: AbilityMonitor, timeout?: number): Promise\;|NA|abilityDelegator.d.ts| +|Deleted|Module name: abilityDelegator
Class name: AbilityDelegator
Method or attribute name: waitAbilityStageMonitor(monitor: AbilityStageMonitor, callback: AsyncCallback\): void;|NA|abilityDelegator.d.ts| +|Deleted|Module name: abilityDelegator
Class name: AbilityDelegator
Method or attribute name: waitAbilityStageMonitor(monitor: AbilityStageMonitor, timeout: number, callback: AsyncCallback\): void;|NA|abilityDelegator.d.ts| +|Deleted|Module name: abilityDelegator
Class name: AbilityDelegator
Method or attribute name: waitAbilityStageMonitor(monitor: AbilityStageMonitor, timeout?: number): Promise\;|NA|abilityDelegator.d.ts| +|Deleted|Module name: abilityDelegator
Class name: AbilityDelegator
Method or attribute name: getAppContext(): Context;|NA|abilityDelegator.d.ts| +|Deleted|Module name: abilityDelegator
Class name: AbilityDelegator
Method or attribute name: getAbilityState(ability: UIAbility): number;|NA|abilityDelegator.d.ts| +|Deleted|Module name: abilityDelegator
Class name: AbilityDelegator
Method or attribute name: getCurrentTopAbility(callback: AsyncCallback\): void;|NA|abilityDelegator.d.ts| +|Deleted|Module name: abilityDelegator
Class name: AbilityDelegator
Method or attribute name: getCurrentTopAbility(): Promise\|NA|abilityDelegator.d.ts| +|Deleted|Module name: abilityDelegator
Class name: AbilityDelegator
Method or attribute name: startAbility(want: Want, callback: AsyncCallback\): void;|NA|abilityDelegator.d.ts| +|Deleted|Module name: abilityDelegator
Class name: AbilityDelegator
Method or attribute name: startAbility(want: Want): Promise\;|NA|abilityDelegator.d.ts| +|Deleted|Module name: abilityDelegator
Class name: AbilityDelegator
Method or attribute name: doAbilityForeground(ability: UIAbility, callback: AsyncCallback\): void;|NA|abilityDelegator.d.ts| +|Deleted|Module name: abilityDelegator
Class name: AbilityDelegator
Method or attribute name: doAbilityForeground(ability: UIAbility): Promise\;|NA|abilityDelegator.d.ts| +|Deleted|Module name: abilityDelegator
Class name: AbilityDelegator
Method or attribute name: doAbilityBackground(ability: UIAbility, callback: AsyncCallback\): void;|NA|abilityDelegator.d.ts| +|Deleted|Module name: abilityDelegator
Class name: AbilityDelegator
Method or attribute name: doAbilityBackground(ability: UIAbility): Promise\;|NA|abilityDelegator.d.ts| +|Deleted|Module name: abilityDelegator
Class name: AbilityDelegator
Method or attribute name: print(msg: string, callback: AsyncCallback\): void;|NA|abilityDelegator.d.ts| +|Deleted|Module name: abilityDelegator
Class name: AbilityDelegator
Method or attribute name: print(msg: string): Promise\;|NA|abilityDelegator.d.ts| +|Deleted|Module name: abilityDelegator
Class name: AbilityDelegator
Method or attribute name: printSync(msg: string): void;|NA|abilityDelegator.d.ts| +|Deleted|Module name: abilityDelegator
Class name: AbilityDelegator
Method or attribute name: executeShellCommand(cmd: string, callback: AsyncCallback\): void;|NA|abilityDelegator.d.ts| +|Deleted|Module name: abilityDelegator
Class name: AbilityDelegator
Method or attribute name: executeShellCommand(cmd: string, timeoutSecs: number, callback: AsyncCallback\): void;|NA|abilityDelegator.d.ts| +|Deleted|Module name: abilityDelegator
Class name: AbilityDelegator
Method or attribute name: executeShellCommand(cmd: string, timeoutSecs?: number): Promise\;|NA|abilityDelegator.d.ts| +|Deleted|Module name: abilityDelegator
Class name: AbilityDelegator
Method or attribute name: finishTest(msg: string, code: number, callback: AsyncCallback\): void;|NA|abilityDelegator.d.ts| +|Deleted|Module name: abilityDelegator
Class name: AbilityDelegator
Method or attribute name: finishTest(msg: string, code: number): Promise\;|NA|abilityDelegator.d.ts| +|Deleted|Module name: abilityMonitor
Class name: AbilityMonitor|NA|abilityMonitor.d.ts| +|Deleted|Module name: abilityMonitor
Class name: AbilityMonitor
Method or attribute name: abilityName: string;|NA|abilityMonitor.d.ts| +|Deleted|Module name: abilityMonitor
Class name: AbilityMonitor
Method or attribute name: moduleName?: string;|NA|abilityMonitor.d.ts| +|Deleted|Module name: abilityMonitor
Class name: AbilityMonitor
Method or attribute name: onAbilityCreate?:(ability: UIAbility) => void;|NA|abilityMonitor.d.ts| +|Deleted|Module name: abilityMonitor
Class name: AbilityMonitor
Method or attribute name: onAbilityForeground?:(ability: UIAbility) => void;|NA|abilityMonitor.d.ts| +|Deleted|Module name: abilityMonitor
Class name: AbilityMonitor
Method or attribute name: onAbilityBackground?:(ability: UIAbility) => void;|NA|abilityMonitor.d.ts| +|Deleted|Module name: abilityMonitor
Class name: AbilityMonitor
Method or attribute name: onAbilityDestroy?:(ability: UIAbility) => void;|NA|abilityMonitor.d.ts| +|Deleted|Module name: abilityMonitor
Class name: AbilityMonitor
Method or attribute name: onWindowStageCreate?:(ability: UIAbility) => void;|NA|abilityMonitor.d.ts| +|Deleted|Module name: abilityMonitor
Class name: AbilityMonitor
Method or attribute name: onWindowStageRestore?:(ability: UIAbility) => void;|NA|abilityMonitor.d.ts| +|Deleted|Module name: abilityMonitor
Class name: AbilityMonitor
Method or attribute name: onWindowStageDestroy?:(ability: UIAbility) => void;|NA|abilityMonitor.d.ts| +|Deleted|Module name: abilityStageMonitor
Class name: AbilityStageMonitor|NA|abilityStageMonitor.d.ts| +|Deleted|Module name: abilityStageMonitor
Class name: AbilityStageMonitor
Method or attribute name: moduleName: string;|NA|abilityStageMonitor.d.ts| +|Deleted|Module name: abilityStageMonitor
Class name: AbilityStageMonitor
Method or attribute name: srcEntrance: string;|NA|abilityStageMonitor.d.ts| +|Deleted|Module name: ApplicationContext
Class name: ApplicationContext
Method or attribute name: getProcessRunningInformation(): Promise\>;|NA|ApplicationContext.d.ts| +|Deleted|Module name: ApplicationContext
Class name: ApplicationContext
Method or attribute name: getProcessRunningInformation(callback: AsyncCallback\>): void;|NA|ApplicationContext.d.ts| +|Deleted|Module name: ApplicationContext
Class name: ApplicationContext
Method or attribute name: killProcessesBySelf(): Promise\;|NA|ApplicationContext.d.ts| +|Deleted|Module name: ApplicationContext
Class name: ApplicationContext
Method or attribute name: killProcessesBySelf(callback: AsyncCallback\);|NA|ApplicationContext.d.ts| +|Deleted|Module name: Context
Class name: AreaMode|NA|Context.d.ts| +|Deleted|Module name: Context
Class name: AreaMode
Method or attribute name: EL1 = 0|NA|Context.d.ts| +|Deleted|Module name: Context
Class name: AreaMode
Method or attribute name: EL2 = 1|NA|Context.d.ts| +|Deleted|Module name: ProcessRunningInformation
Class name: ProcessRunningInformation|NA|ProcessRunningInformation.d.ts| +|Deleted|Module name: ProcessRunningInformation
Class name: ProcessRunningInformation
Method or attribute name: pid: number;|NA|ProcessRunningInformation.d.ts| +|Deleted|Module name: ProcessRunningInformation
Class name: ProcessRunningInformation
Method or attribute name: uid: number;|NA|ProcessRunningInformation.d.ts| +|Deleted|Module name: ProcessRunningInformation
Class name: ProcessRunningInformation
Method or attribute name: processName: string;|NA|ProcessRunningInformation.d.ts| +|Deleted|Module name: ProcessRunningInformation
Class name: ProcessRunningInformation
Method or attribute name: bundleNames: Array\;|NA|ProcessRunningInformation.d.ts| +|Access level changed|Class name: WindowMode
Access level: public API|Class name: WindowMode
Access level: system API|@ohos.app.ability.AbilityConstant.d.ts| +|Access level changed|Class name: StartOptions
Method or attribute name: windowMode?: number;
Access level: public API|Class name: StartOptions
Method or attribute name: windowMode?: number;
Access level: system API|@ohos.app.ability.StartOptions.d.ts| +|Access level changed|Class name: ServiceExtensionContext
Method or attribute name: startAbility(want: Want, callback: AsyncCallback\): void;
Access level: system API|Class name: ServiceExtensionContext
Method or attribute name: startAbility(want: Want, callback: AsyncCallback\): void;
Access level: public API|ServiceExtensionContext.d.ts| +|Access level changed|Class name: ServiceExtensionContext
Method or attribute name: startAbility(want: Want, options: StartOptions, callback: AsyncCallback\): void;
Access level: system API|Class name: ServiceExtensionContext
Method or attribute name: startAbility(want: Want, options: StartOptions, callback: AsyncCallback\): void;
Access level: public API|ServiceExtensionContext.d.ts| +|Access level changed|Class name: ServiceExtensionContext
Method or attribute name: startAbility(want: Want, options?: StartOptions): Promise\;
Access level: system API|Class name: ServiceExtensionContext
Method or attribute name: startAbility(want: Want, options?: StartOptions): Promise\;
Access level: public API|ServiceExtensionContext.d.ts| +|Access level changed|Class name: ServiceExtensionContext
Method or attribute name: terminateSelf(callback: AsyncCallback\): void;
Access level: system API|Class name: ServiceExtensionContext
Method or attribute name: terminateSelf(callback: AsyncCallback\): void;
Access level: public API|ServiceExtensionContext.d.ts| +|Access level changed|Class name: ServiceExtensionContext
Method or attribute name: terminateSelf(): Promise\;
Access level: system API|Class name: ServiceExtensionContext
Method or attribute name: terminateSelf(): Promise\;
Access level: public API|ServiceExtensionContext.d.ts| +|Access level changed|Class name: UIAbilityContext
Method or attribute name: startAbilityByCall(want: Want): Promise\;
Access level: system API|Class name: UIAbilityContext
Method or attribute name: startAbilityByCall(want: Want): Promise\;
Access level: public API|UIAbilityContext.d.ts| +|Permission changed|Class name: distributedMissionManager
Method or attribute name: function continueMission(parameter: ContinueDeviceInfo, options: ContinueCallback, callback: AsyncCallback\): void;
Permission: ohos.permission.MANAGE_MISSIONS|Class name: distributedMissionManager
Method or attribute name: function continueMission(parameter: ContinueDeviceInfo, options: ContinueCallback, callback: AsyncCallback\): void;
Permission: ohos.permission.MANAGE_MISSIONS and ohos.permission.DISTRIBUTED_DATASYNC|@ohos.distributedMissionManager.d.ts| +|Permission changed|Class name: distributedMissionManager
Method or attribute name: function continueMission(parameter: ContinueDeviceInfo, options: ContinueCallback): Promise\;
Permission: ohos.permission.MANAGE_MISSIONS|Class name: distributedMissionManager
Method or attribute name: function continueMission(parameter: ContinueDeviceInfo, options: ContinueCallback): Promise\;
Permission: ohos.permission.MANAGE_MISSIONS and ohos.permission.DISTRIBUTED_DATASYNC|@ohos.distributedMissionManager.d.ts| +|Permission added|Class name: continuationManager
Method or attribute name: function registerContinuation(callback: AsyncCallback\): void;
Permission: N/A|Class name: continuationManager
Method or attribute name: function registerContinuation(callback: AsyncCallback\): void;
Permission: ohos.permission.DISTRIBUTED_DATASYNC|@ohos.continuation.continuationManager.d.ts| +|Permission added|Class name: continuationManager
Method or attribute name: function registerContinuation(options: ContinuationExtraParams, callback: AsyncCallback\): void;
Permission: N/A|Class name: continuationManager
Method or attribute name: function registerContinuation(options: ContinuationExtraParams, callback: AsyncCallback\): void;
Permission: ohos.permission.DISTRIBUTED_DATASYNC|@ohos.continuation.continuationManager.d.ts| +|Permission added|Class name: continuationManager
Method or attribute name: function registerContinuation(options?: ContinuationExtraParams): Promise\;
Permission: N/A|Class name: continuationManager
Method or attribute name: function registerContinuation(options?: ContinuationExtraParams): Promise\;
Permission: ohos.permission.DISTRIBUTED_DATASYNC|@ohos.continuation.continuationManager.d.ts| +|Permission added|Class name: continuationManager
Method or attribute name: function unregisterContinuation(token: number, callback: AsyncCallback\): void;
Permission: N/A|Class name: continuationManager
Method or attribute name: function unregisterContinuation(token: number, callback: AsyncCallback\): void;
Permission: ohos.permission.DISTRIBUTED_DATASYNC|@ohos.continuation.continuationManager.d.ts| +|Permission added|Class name: continuationManager
Method or attribute name: function unregisterContinuation(token: number): Promise\;
Permission: N/A|Class name: continuationManager
Method or attribute name: function unregisterContinuation(token: number): Promise\;
Permission: ohos.permission.DISTRIBUTED_DATASYNC|@ohos.continuation.continuationManager.d.ts| +|Permission added|Class name: continuationManager
Method or attribute name: function updateContinuationState(token: number, deviceId: string, status: DeviceConnectState, callback: AsyncCallback\): void;
Permission: N/A|Class name: continuationManager
Method or attribute name: function updateContinuationState(token: number, deviceId: string, status: DeviceConnectState, callback: AsyncCallback\): void;
Permission: ohos.permission.DISTRIBUTED_DATASYNC|@ohos.continuation.continuationManager.d.ts| +|Permission added|Class name: continuationManager
Method or attribute name: function updateContinuationState(token: number, deviceId: string, status: DeviceConnectState): Promise\;
Permission: N/A|Class name: continuationManager
Method or attribute name: function updateContinuationState(token: number, deviceId: string, status: DeviceConnectState): Promise\;
Permission: ohos.permission.DISTRIBUTED_DATASYNC|@ohos.continuation.continuationManager.d.ts| +|Permission added|Class name: continuationManager
Method or attribute name: function startContinuationDeviceManager(token: number, callback: AsyncCallback\): void;
Permission: N/A|Class name: continuationManager
Method or attribute name: function startContinuationDeviceManager(token: number, callback: AsyncCallback\): void;
Permission: ohos.permission.DISTRIBUTED_DATASYNC|@ohos.continuation.continuationManager.d.ts| +|Permission added|Class name: continuationManager
Method or attribute name: function startContinuationDeviceManager(token: number, options: ContinuationExtraParams, callback: AsyncCallback\): void;
Permission: N/A|Class name: continuationManager
Method or attribute name: function startContinuationDeviceManager(token: number, options: ContinuationExtraParams, callback: AsyncCallback\): void;
Permission: ohos.permission.DISTRIBUTED_DATASYNC|@ohos.continuation.continuationManager.d.ts| +|Permission added|Class name: continuationManager
Method or attribute name: function startContinuationDeviceManager(token: number, options?: ContinuationExtraParams): Promise\;
Permission: N/A|Class name: continuationManager
Method or attribute name: function startContinuationDeviceManager(token: number, options?: ContinuationExtraParams): Promise\;
Permission: ohos.permission.DISTRIBUTED_DATASYNC|@ohos.continuation.continuationManager.d.ts| +|Function changed|Class name: CalleeCallback
Method or attribute name: (indata: rpc.MessageParcel): rpc.Sequenceable;
|Class name: CalleeCallback
Method or attribute name: (indata: rpc.MessageSequence): rpc.Parcelable;
|@ohos.app.ability.UIAbility.d.ts| +|Function changed|Class name: Caller
Method or attribute name: call(method: string, data: rpc.Sequenceable): Promise\;
|Class name: Caller
Method or attribute name: call(method: string, data: rpc.Parcelable): Promise\;
|@ohos.app.ability.UIAbility.d.ts| +|Function changed|Class name: Caller
Method or attribute name: callWithResult(method: string, data: rpc.Sequenceable): Promise\;
|Class name: Caller
Method or attribute name: callWithResult(method: string, data: rpc.Parcelable): Promise\;
|@ohos.app.ability.UIAbility.d.ts| +|Function changed|Class name: UIAbility
Method or attribute name: onContinue(wantParam: { [key: string]: any }): AbilityConstant.OnContinueResult;
|Class name: UIAbility
Method or attribute name: onContinue(wantParam: { [key: string]: Object }): AbilityConstant.OnContinueResult;
|@ohos.app.ability.UIAbility.d.ts| +|Function changed|Class name: UIAbility
Method or attribute name: onSaveState(reason: AbilityConstant.StateType, wantParam : {[key: string]: any}): AbilityConstant.OnSaveResult;
|Class name: UIAbility
Method or attribute name: onSaveState(reason: AbilityConstant.StateType, wantParam : {[key: string]: Object}): AbilityConstant.OnSaveResult;
|@ohos.app.ability.UIAbility.d.ts| +|Function changed|Class name: FormExtensionAbility
Method or attribute name: onShareForm?(formId: string): { [key: string]: any };
|Class name: FormExtensionAbility
Method or attribute name: onShareForm?(formId: string): { [key: string]: Object };
|@ohos.app.form.FormExtensionAbility.d.ts| diff --git a/en/release-notes/api-diff/Beta5 to v3.2-Release/js-apidiff-account.md b/en/release-notes/api-diff/Beta5 to v3.2-Release/js-apidiff-account.md new file mode 100644 index 0000000000000000000000000000000000000000..17de07451aae15cf50516251b7853d0e26b48881 --- /dev/null +++ b/en/release-notes/api-diff/Beta5 to v3.2-Release/js-apidiff-account.md @@ -0,0 +1,55 @@ +| Change Type | Old Version | New Version | d.ts File | +| ---- | ------ | ------ | -------- | +|Added|NA|Class name: Authenticator
Method or attribute name: checkAccountRemovable(name: string, callback: AuthCallback): void;|@ohos.account.appAccount.d.ts| +|Added|NA|Class name: AccountManager
Method or attribute name: checkOsAccountConstraintEnabled(localId: number, constraint: string, callback: AsyncCallback\): void;|@ohos.account.osAccount.d.ts| +|Added|NA|Class name: AccountManager
Method or attribute name: checkOsAccountConstraintEnabled(localId: number, constraint: string): Promise\;|@ohos.account.osAccount.d.ts| +|Added|NA|Class name: AccountManager
Method or attribute name: getOsAccountLocalId(callback: AsyncCallback\): void;|@ohos.account.osAccount.d.ts| +|Added|NA|Class name: AccountManager
Method or attribute name: getOsAccountLocalId(): Promise\;|@ohos.account.osAccount.d.ts| +|Added|NA|Class name: AccountManager
Method or attribute name: getOsAccountLocalIdForUid(uid: number, callback: AsyncCallback\): void;|@ohos.account.osAccount.d.ts| +|Added|NA|Class name: AccountManager
Method or attribute name: getOsAccountLocalIdForUid(uid: number): Promise\;|@ohos.account.osAccount.d.ts| +|Added|NA|Class name: AccountManager
Method or attribute name: getOsAccountLocalIdForDomain(domainInfo: DomainAccountInfo, callback: AsyncCallback\): void;|@ohos.account.osAccount.d.ts| +|Added|NA|Class name: AccountManager
Method or attribute name: getOsAccountLocalIdForDomain(domainInfo: DomainAccountInfo): Promise\;|@ohos.account.osAccount.d.ts| +|Added|NA|Class name: AccountManager
Method or attribute name: getActivatedOsAccountLocalIds(callback: AsyncCallback\>): void;|@ohos.account.osAccount.d.ts| +|Added|NA|Class name: AccountManager
Method or attribute name: getActivatedOsAccountLocalIds(): Promise\>;|@ohos.account.osAccount.d.ts| +|Added|NA|Class name: AccountManager
Method or attribute name: getOsAccountLocalIdForSerialNumber(serialNumber: number, callback: AsyncCallback\): void;|@ohos.account.osAccount.d.ts| +|Added|NA|Class name: AccountManager
Method or attribute name: getOsAccountLocalIdForSerialNumber(serialNumber: number): Promise\;|@ohos.account.osAccount.d.ts| +|Added|NA|Class name: AccountManager
Method or attribute name: getSerialNumberForOsAccountLocalId(localId: number, callback: AsyncCallback\): void;|@ohos.account.osAccount.d.ts| +|Added|NA|Class name: AccountManager
Method or attribute name: getSerialNumberForOsAccountLocalId(localId: number): Promise\;|@ohos.account.osAccount.d.ts| +|Added|NA|Class name: AccountManager
Method or attribute name: getBundleIdForUid(uid: number, callback: AsyncCallback\): void;|@ohos.account.osAccount.d.ts| +|Added|NA|Class name: AccountManager
Method or attribute name: getBundleIdForUid(uid: number): Promise\;|@ohos.account.osAccount.d.ts| +|Added|NA|Class name: AccountManager
Method or attribute name: getOsAccountConstraintSourceTypes(localId: number, constraint: string, callback: AsyncCallback\>): void;|@ohos.account.osAccount.d.ts| +|Added|NA|Class name: AccountManager
Method or attribute name: getOsAccountConstraintSourceTypes(localId: number, constraint: string): Promise\>;|@ohos.account.osAccount.d.ts| +|Deleted|Module name: ohos.account.appAccount
Class name: OAuthTokenInfo
Method or attribute name: account?: AppAccountInfo;|NA|@ohos.account.appAccount.d.ts| +|Deleted|Module name: ohos.account.appAccount
Class name: AuthenticatorCallback
Method or attribute name: onRequestContinued?: () => void;|NA|@ohos.account.appAccount.d.ts| +|Deleted|Module name: ohos.account.appAccount
Class name: Authenticator
Method or attribute name: isAccountRemovable(name: string, callback: AuthCallback): void;|NA|@ohos.account.appAccount.d.ts| +|Deleted|Module name: ohos.account.osAccount
Class name: AccountManager
Method or attribute name: checkConstraintEnabled(localId: number, constraint: string, callback: AsyncCallback\): void;|NA|@ohos.account.osAccount.d.ts| +|Deleted|Module name: ohos.account.osAccount
Class name: AccountManager
Method or attribute name: checkConstraintEnabled(localId: number, constraint: string): Promise\;|NA|@ohos.account.osAccount.d.ts| +|Deleted|Module name: ohos.account.osAccount
Class name: AccountManager
Method or attribute name: queryOsAccountLocalIdFromProcess(callback: AsyncCallback\): void;|NA|@ohos.account.osAccount.d.ts| +|Deleted|Module name: ohos.account.osAccount
Class name: AccountManager
Method or attribute name: queryOsAccountLocalIdFromProcess(): Promise\;|NA|@ohos.account.osAccount.d.ts| +|Deleted|Module name: ohos.account.osAccount
Class name: AccountManager
Method or attribute name: queryOsAccountLocalIdFromUid(uid: number, callback: AsyncCallback\): void;|NA|@ohos.account.osAccount.d.ts| +|Deleted|Module name: ohos.account.osAccount
Class name: AccountManager
Method or attribute name: queryOsAccountLocalIdFromUid(uid: number): Promise\;|NA|@ohos.account.osAccount.d.ts| +|Deleted|Module name: ohos.account.osAccount
Class name: AccountManager
Method or attribute name: queryOsAccountLocalIdFromDomain(domainInfo: DomainAccountInfo, callback: AsyncCallback\): void;|NA|@ohos.account.osAccount.d.ts| +|Deleted|Module name: ohos.account.osAccount
Class name: AccountManager
Method or attribute name: queryOsAccountLocalIdFromDomain(domainInfo: DomainAccountInfo): Promise\;|NA|@ohos.account.osAccount.d.ts| +|Deleted|Module name: ohos.account.osAccount
Class name: AccountManager
Method or attribute name: getActivatedOsAccountIds(callback: AsyncCallback\>): void;|NA|@ohos.account.osAccount.d.ts| +|Deleted|Module name: ohos.account.osAccount
Class name: AccountManager
Method or attribute name: getActivatedOsAccountIds(): Promise\>;|NA|@ohos.account.osAccount.d.ts| +|Deleted|Module name: ohos.account.osAccount
Class name: AccountManager
Method or attribute name: queryOsAccountLocalIdBySerialNumber(serialNumber: number, callback: AsyncCallback\): void;|NA|@ohos.account.osAccount.d.ts| +|Deleted|Module name: ohos.account.osAccount
Class name: AccountManager
Method or attribute name: queryOsAccountLocalIdBySerialNumber(serialNumber: number): Promise\;|NA|@ohos.account.osAccount.d.ts| +|Deleted|Module name: ohos.account.osAccount
Class name: AccountManager
Method or attribute name: querySerialNumberByOsAccountLocalId(localId: number, callback: AsyncCallback\): void;|NA|@ohos.account.osAccount.d.ts| +|Deleted|Module name: ohos.account.osAccount
Class name: AccountManager
Method or attribute name: querySerialNumberByOsAccountLocalId(localId: number): Promise\;|NA|@ohos.account.osAccount.d.ts| +|Deleted|Module name: ohos.account.osAccount
Class name: AccountManager
Method or attribute name: getBundleIdFromUid(uid: number, callback: AsyncCallback\): void;|NA|@ohos.account.osAccount.d.ts| +|Deleted|Module name: ohos.account.osAccount
Class name: AccountManager
Method or attribute name: getBundleIdFromUid(uid: number): Promise\;|NA|@ohos.account.osAccount.d.ts| +|Deleted|Module name: ohos.account.osAccount
Class name: AccountManager
Method or attribute name: queryOsAccountConstraintSourceTypes(localId: number, constraint: string, callback: AsyncCallback\>): void;|NA|@ohos.account.osAccount.d.ts| +|Deleted|Module name: ohos.account.osAccount
Class name: AccountManager
Method or attribute name: queryOsAccountConstraintSourceTypes(localId: number, constraint: string): Promise\>;|NA|@ohos.account.osAccount.d.ts| +|Initial version changed|Class name: ConstraintSourceType
Method or attribute name: CONSTRAINT_NOT_EXIST = 0
Initial version: N/A|Class name: ConstraintSourceType
Method or attribute name: CONSTRAINT_NOT_EXIST = 0
Initial version: 9|@ohos.account.osAccount.d.ts| +|Initial version changed|Class name: ConstraintSourceType
Method or attribute name: CONSTRAINT_TYPE_BASE = 1
Initial version: N/A|Class name: ConstraintSourceType
Method or attribute name: CONSTRAINT_TYPE_BASE = 1
Initial version: 9|@ohos.account.osAccount.d.ts| +|Initial version changed|Class name: ConstraintSourceType
Method or attribute name: CONSTRAINT_TYPE_DEVICE_OWNER = 2
Initial version: N/A|Class name: ConstraintSourceType
Method or attribute name: CONSTRAINT_TYPE_DEVICE_OWNER = 2
Initial version: 9|@ohos.account.osAccount.d.ts| +|Initial version changed|Class name: ConstraintSourceType
Method or attribute name: CONSTRAINT_TYPE_PROFILE_OWNER = 3
Initial version: N/A|Class name: ConstraintSourceType
Method or attribute name: CONSTRAINT_TYPE_PROFILE_OWNER = 3
Initial version: 9|@ohos.account.osAccount.d.ts| +|Initial version changed|Class name: ConstraintSourceTypeInfo
Method or attribute name: localId: number;
Initial version: N/A|Class name: ConstraintSourceTypeInfo
Method or attribute name: localId: number;
Initial version: 9|@ohos.account.osAccount.d.ts| +|Initial version changed|Class name: ConstraintSourceTypeInfo
Method or attribute name: type: ConstraintSourceType;
Initial version: N/A|Class name: ConstraintSourceTypeInfo
Method or attribute name: type: ConstraintSourceType;
Initial version: 9|@ohos.account.osAccount.d.ts| +|Permission deleted|Class name: AccountManager
Method or attribute name: checkOsAccountVerified(callback: AsyncCallback\): void;
Permission: ohos.permission.MANAGE_LOCAL_ACCOUNTS or ohos.permission.INTERACT_ACROSS_LOCAL_ACCOUNTS|Class name: AccountManager
Method or attribute name: checkOsAccountVerified(callback: AsyncCallback\): void;
Permission: N/A|@ohos.account.osAccount.d.ts| +|Error code added|NA|Class name: PINAuth
Method or attribute name: unregisterInputer(): void;
Error code: 201|@ohos.account.osAccount.d.ts| +|Error code added|NA|Class name: UserIdentityManager
Method or attribute name: closeSession(): void;
Error code: 201|@ohos.account.osAccount.d.ts| +|Function changed|Class name: AccountManager
Method or attribute name: checkOsAccountVerified(localId?: number): Promise\;
|Class name: AccountManager
Method or attribute name: checkOsAccountVerified(): Promise\;
|@ohos.account.osAccount.d.ts| +|Function changed|Class name: AccountManager
Method or attribute name: checkOsAccountVerified(localId?: number): Promise\;
|Class name: AccountManager
Method or attribute name: checkOsAccountVerified(localId: number): Promise\;
|@ohos.account.osAccount.d.ts| +|Function changed|Class name: IInputData
Method or attribute name: onSetData: (pinSubType: AuthSubType, data: Uint8Array) => void;
|Class name: IInputData
Method or attribute name: onSetData: (authSubType: AuthSubType, data: Uint8Array) => void;
|@ohos.account.osAccount.d.ts| +|Function changed|Class name: IInputer
Method or attribute name: onGetData: (pinSubType: AuthSubType, callback: IInputData) => void;
|Class name: IInputer
Method or attribute name: onGetData: (authSubType: AuthSubType, callback: IInputData) => void;
|@ohos.account.osAccount.d.ts| diff --git a/en/release-notes/api-diff/Beta5 to v3.2-Release/js-apidiff-application.md b/en/release-notes/api-diff/Beta5 to v3.2-Release/js-apidiff-application.md new file mode 100644 index 0000000000000000000000000000000000000000..ab155c3f0e588ba49155cdb780691e7975da09d0 --- /dev/null +++ b/en/release-notes/api-diff/Beta5 to v3.2-Release/js-apidiff-application.md @@ -0,0 +1,4 @@ +| Change Type | Old Version | New Version | d.ts File | +| ---- | ------ | ------ | -------- | +|Error code added|NA|Class name: call
Method or attribute name: function makeCall(phoneNumber: string, callback: AsyncCallback\): void;
Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.call.d.ts| +|Error code added|NA|Class name: call
Method or attribute name: function makeCall(phoneNumber: string): Promise\;
Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.call.d.ts| diff --git a/en/release-notes/api-diff/Beta5 to v3.2-Release/js-apidiff-arkui.md b/en/release-notes/api-diff/Beta5 to v3.2-Release/js-apidiff-arkui.md new file mode 100644 index 0000000000000000000000000000000000000000..0dd1f8e1399750448ba3469c370d96a8e04c1e67 --- /dev/null +++ b/en/release-notes/api-diff/Beta5 to v3.2-Release/js-apidiff-arkui.md @@ -0,0 +1,1231 @@ +| Change Type | Old Version | New Version | d.ts File | +| ---- | ------ | ------ | -------- | +|Added|NA|Module name: ohos.font
Class name: font|@ohos.font.d.ts| +|Added|NA|Module name: ohos.font
Class name: FontOptions|@ohos.font.d.ts| +|Added|NA|Module name: ohos.font
Class name: FontOptions
Method or attribute name: familyName: string;|@ohos.font.d.ts| +|Added|NA|Module name: ohos.font
Class name: FontOptions
Method or attribute name: familySrc: string;|@ohos.font.d.ts| +|Added|NA|Module name: ohos.font
Class name: font
Method or attribute name: function registerFont(options: FontOptions):void;|@ohos.font.d.ts| +|Added|NA|Module name: ohos.measure
Class name: MeasureOptions|@ohos.measure.d.ts| +|Added|NA|Module name: ohos.measure
Class name: MeasureOptions
Method or attribute name: textContent: string;|@ohos.measure.d.ts| +|Added|NA|Module name: ohos.measure
Class name: MeasureOptions
Method or attribute name: fontSize?: number \| string \| Resource;|@ohos.measure.d.ts| +|Added|NA|Module name: ohos.measure
Class name: MeasureOptions
Method or attribute name: fontStyle?: number \| FontStyle;|@ohos.measure.d.ts| +|Added|NA|Module name: ohos.measure
Class name: MeasureOptions
Method or attribute name: fontWeight?: number \| string \| FontWeight;|@ohos.measure.d.ts| +|Added|NA|Module name: ohos.measure
Class name: MeasureOptions
Method or attribute name: fontFamily?: string \| Resource;|@ohos.measure.d.ts| +|Added|NA|Module name: ohos.measure
Class name: MeasureOptions
Method or attribute name: letterSpacing?: number \| string;|@ohos.measure.d.ts| +|Added|NA|Module name: ohos.measure
Class name: MeasureText|@ohos.measure.d.ts| +|Added|NA|Module name: ohos.measure
Class name: MeasureText
Method or attribute name: static measureText(options: MeasureOptions): number;|@ohos.measure.d.ts| +|Added|NA|Class name: PushParameterForStage
Method or attribute name: target: Want;|@ohos.pluginComponent.d.ts| +|Added|NA|Class name: RequestParameterForStage
Method or attribute name: target: Want;|@ohos.pluginComponent.d.ts| +|Added|NA|Class name: ShowToastOptions
Method or attribute name: message: string;|@ohos.prompt.d.ts| +|Added|NA|Class name: Button
Method or attribute name: text: string;|@ohos.prompt.d.ts| +|Added|NA|Class name: Button
Method or attribute name: color: string;|@ohos.prompt.d.ts| +|Added|NA|Class name: ShowDialogOptions
Method or attribute name: title?: string;|@ohos.prompt.d.ts| +|Added|NA|Class name: ShowDialogOptions
Method or attribute name: message?: string;|@ohos.prompt.d.ts| +|Added|NA|Class name: ActionMenuOptions
Method or attribute name: title?: string;|@ohos.prompt.d.ts| +|Added|NA|Class name: router
Method or attribute name: function showAlertBeforeBackPage(options: EnableAlertOptions):void;|@ohos.router.d.ts| +|Added|NA|Class name: router
Method or attribute name: function hideAlertBeforeBackPage():void;|@ohos.router.d.ts| +|Added|NA|Class name: CanvasRenderer
Method or attribute name: filter: string;|canvas.d.ts| +|Added|NA|Class name: CanvasRenderer
Method or attribute name: imageSmoothingQuality: ImageSmoothingQuality;|canvas.d.ts| +|Added|NA|Class name: CanvasRenderer
Method or attribute name: direction: CanvasDirection;|canvas.d.ts| +|Added|NA|Class name: global
Method or attribute name: declare const Concurrent: MethodDecorator;|common.d.ts| +|Added|NA|Class name: BorderImageOption
Method or attribute name: source?: string \| Resource \| LinearGradient,|common.d.ts| +|Added|NA|Module name: common
Class name: LinearGradient|common.d.ts| +|Added|NA|Class name: LinearGradient
Method or attribute name: |common.d.ts| +|Added|NA|Module name: common
Class name: LinearGradient
Method or attribute name: angle?: number \| string;|common.d.ts| +|Added|NA|Class name: LinearGradient
Method or attribute name: angle?: number \| string;|common.d.ts| +|Added|NA|Module name: common
Class name: LinearGradient
Method or attribute name: direction?: GradientDirection;|common.d.ts| +|Added|NA|Class name: LinearGradient
Method or attribute name: direction?: GradientDirection;|common.d.ts| +|Added|NA|Module name: common
Class name: LinearGradient
Method or attribute name: colors: Array\;|common.d.ts| +|Added|NA|Class name: LinearGradient
Method or attribute name: colors: Array\;|common.d.ts| +|Added|NA|Module name: common
Class name: LinearGradient
Method or attribute name: repeating?: boolean;|common.d.ts| +|Added|NA|Class name: LinearGradient
Method or attribute name: repeating?: boolean;|common.d.ts| +|Added|NA|Class name: ImageAttribute
Method or attribute name: draggable(value: boolean): ImageAttribute;|image.d.ts| +|Added|NA|Class name: ListAttribute
Method or attribute name: onScrollStart(event: () => void): ListAttribute;|list.d.ts| +|Added|NA|Class name: ListAttribute
Method or attribute name: onScrollFrameBegin(event: (offset: number, state: ScrollState) => { offsetRemain: number }): ListAttribute;|list.d.ts| +|Added|NA|Module name: menu
Class name: MenuInterface|menu.d.ts| +|Added|NA|Module name: menu
Class name: MenuInterface
Method or attribute name: (): MenuAttribute;|menu.d.ts| +|Added|NA|Module name: menu
Class name: MenuAttribute|menu.d.ts| +|Added|NA|Module name: menu
Class name: MenuAttribute
Method or attribute name: fontSize(value: Length): MenuAttribute;|menu.d.ts| +|Added|NA|Module name: menu
Class name: global
Method or attribute name: declare const Menu: MenuInterface;|menu.d.ts| +|Added|NA|Module name: menu
Class name: global
Method or attribute name: declare const MenuInstance: MenuAttribute;|menu.d.ts| +|Added|NA|Module name: menu_item
Class name: MenuItemOptions|menu_item.d.ts| +|Added|NA|Module name: menu_item
Class name: MenuItemOptions
Method or attribute name: startIcon?: ResourceStr;|menu_item.d.ts| +|Added|NA|Module name: menu_item
Class name: MenuItemOptions
Method or attribute name: content?: ResourceStr;|menu_item.d.ts| +|Added|NA|Module name: menu_item
Class name: MenuItemOptions
Method or attribute name: endIcon?: ResourceStr;|menu_item.d.ts| +|Added|NA|Module name: menu_item
Class name: MenuItemOptions
Method or attribute name: labelInfo?: ResourceStr;|menu_item.d.ts| +|Added|NA|Module name: menu_item
Class name: MenuItemOptions
Method or attribute name: builder?: CustomBuilder;|menu_item.d.ts| +|Added|NA|Module name: menu_item
Class name: MenuItemInterface|menu_item.d.ts| +|Added|NA|Module name: menu_item
Class name: MenuItemInterface
Method or attribute name: (value?: MenuItemOptions \| CustomBuilder): MenuItemAttribute;|menu_item.d.ts| +|Added|NA|Module name: menu_item
Class name: MenuItemAttribute|menu_item.d.ts| +|Added|NA|Module name: menu_item
Class name: MenuItemAttribute
Method or attribute name: selected(value: boolean): MenuItemAttribute;|menu_item.d.ts| +|Added|NA|Module name: menu_item
Class name: MenuItemAttribute
Method or attribute name: selectIcon(value: boolean): MenuItemAttribute;|menu_item.d.ts| +|Added|NA|Module name: menu_item
Class name: MenuItemAttribute
Method or attribute name: onChange(callback: (selected: boolean) => void): MenuItemAttribute;|menu_item.d.ts| +|Added|NA|Module name: menu_item
Class name: global
Method or attribute name: declare const MenuItem: MenuItemInterface;|menu_item.d.ts| +|Added|NA|Module name: menu_item
Class name: global
Method or attribute name: declare const MenuItemInstance: MenuItemAttribute;|menu_item.d.ts| +|Added|NA|Module name: menu_item_group
Class name: MenuItemGroupOptions|menu_item_group.d.ts| +|Added|NA|Module name: menu_item_group
Class name: MenuItemGroupOptions
Method or attribute name: header?: ResourceStr \| CustomBuilder;|menu_item_group.d.ts| +|Added|NA|Module name: menu_item_group
Class name: MenuItemGroupOptions
Method or attribute name: footer?: ResourceStr \| CustomBuilder;|menu_item_group.d.ts| +|Added|NA|Module name: menu_item_group
Class name: MenuItemGroupInterface|menu_item_group.d.ts| +|Added|NA|Module name: menu_item_group
Class name: MenuItemGroupInterface
Method or attribute name: (value?: MenuItemGroupOptions): MenuItemGroupAttribute;|menu_item_group.d.ts| +|Added|NA|Module name: menu_item_group
Class name: MenuItemGroupAttribute|menu_item_group.d.ts| +|Added|NA|Module name: menu_item_group
Class name: global
Method or attribute name: declare const MenuItemGroup: MenuItemGroupInterface;|menu_item_group.d.ts| +|Added|NA|Module name: menu_item_group
Class name: global
Method or attribute name: declare const MenuItemGroupInstance: MenuItemGroupAttribute;|menu_item_group.d.ts| +|Added|NA|Class name: PluginComponentTemplate
Method or attribute name: bundleName: string;|plugin_component.d.ts| +|Added|NA|Class name: ScrollAttribute
Method or attribute name: onScrollStart(event: () => void): ScrollAttribute;|scroll.d.ts| +|Added|NA|Class name: ScrollAttribute
Method or attribute name: onScrollStop(event: () => void): ScrollAttribute;|scroll.d.ts| +|Added|NA|Class name: ScrollAttribute
Method or attribute name: onScrollFrameBegin(event: (offset: number, state: ScrollState) => { offsetRemain: number }): ScrollAttribute;|scroll.d.ts| +|Added|NA|Class name: ShapeInterface
Method or attribute name: (value: PixelMap): ShapeAttribute;|shape.d.ts| +|Added|NA|Class name: ShapeInterface
Method or attribute name: (): ShapeAttribute;|shape.d.ts| +|Added|NA|Module name: tab_content
Class name: SubTabBarStyle|tab_content.d.ts| +|Added|NA|Class name: SubTabBarStyle
Method or attribute name: |tab_content.d.ts| +|Added|NA|Module name: tab_content
Class name: SubTabBarStyle
Method or attribute name: constructor(content: string \| Resource);|tab_content.d.ts| +|Added|NA|Class name: SubTabBarStyle
Method or attribute name: constructor(content: string \| Resource);|tab_content.d.ts| +|Added|NA|Module name: tab_content
Class name: BottomTabBarStyle|tab_content.d.ts| +|Added|NA|Class name: BottomTabBarStyle
Method or attribute name: |tab_content.d.ts| +|Added|NA|Module name: tab_content
Class name: BottomTabBarStyle
Method or attribute name: constructor(icon: string \| Resource, text: string \| Resource);|tab_content.d.ts| +|Added|NA|Class name: BottomTabBarStyle
Method or attribute name: constructor(icon: string \| Resource, text: string \| Resource);|tab_content.d.ts| +|Added|NA|Class name: TabContentAttribute
Method or attribute name: tabBar(value: SubTabBarStyle \| BottomTabBarStyle): TabContentAttribute;|tab_content.d.ts| +|Deleted|Module name: ohos.pluginComponent
Class name: PushParameterForStage
Method or attribute name: want: Want;|NA|@ohos.pluginComponent.d.ts| +|Deleted|Module name: ohos.pluginComponent
Class name: RequestParameterForStage
Method or attribute name: want: Want;|NA|@ohos.pluginComponent.d.ts| +|Deleted|Module name: ohos.router
Class name: router
Method or attribute name: function enableBackPageAlert(options: EnableAlertOptions):void;|NA|@ohos.router.d.ts| +|Deleted|Module name: canvas
Class name: CanvasRenderer
Method or attribute name: filter(filter: string): void;|NA|canvas.d.ts| +|Deleted|Module name: canvas
Class name: CanvasRenderer
Method or attribute name: imageSmoothingQuality(quality: ImageSmoothingQuality): void;|NA|canvas.d.ts| +|Deleted|Module name: canvas
Class name: CanvasRenderer
Method or attribute name: direction(direction: CanvasDirection): void;|NA|canvas.d.ts| +|Deleted|Module name: list
Class name: ListAttribute
Method or attribute name: onScrollBegin(event: (dx: number, dy: number) => { dxRemain: number, dyRemain: number }): ListAttribute;|NA|list.d.ts| +|Deleted|Module name: plugin_component
Class name: PluginComponentTemplate
Method or attribute name: ability: string;|NA|plugin_component.d.ts| +|Deleted|Module name: scroll
Class name: ScrollAttribute
Method or attribute name: onScrollBegin(event: (dx: number, dy: number) => { dxRemain: number, dyRemain: number }): ScrollAttribute;|NA|scroll.d.ts| +|Deleted|Module name: web
Class name: WebMessagePort|NA|web.d.ts| +|Deleted|Module name: web
Class name: WebMessagePort
Method or attribute name: constructor();|NA|web.d.ts| +|Deleted|Module name: web
Class name: WebMessagePort
Method or attribute name: close(): void;|NA|web.d.ts| +|Deleted|Module name: web
Class name: WebMessagePort
Method or attribute name: postMessageEvent(message: WebMessageEvent): void;|NA|web.d.ts| +|Deleted|Module name: web
Class name: WebMessagePort
Method or attribute name: onMessageEvent(callback: (result: string) => void): void;|NA|web.d.ts| +|Deleted|Module name: web
Class name: WebMessageEvent|NA|web.d.ts| +|Deleted|Module name: web
Class name: WebMessageEvent
Method or attribute name: constructor();|NA|web.d.ts| +|Deleted|Module name: web
Class name: WebMessageEvent
Method or attribute name: getData(): string;|NA|web.d.ts| +|Deleted|Module name: web
Class name: WebMessageEvent
Method or attribute name: setData(data: string): void;|NA|web.d.ts| +|Deleted|Module name: web
Class name: WebMessageEvent
Method or attribute name: getPorts(): Array\;|NA|web.d.ts| +|Deleted|Module name: web
Class name: WebMessageEvent
Method or attribute name: setPorts(ports: Array\): void;|NA|web.d.ts| +|Deleted|Module name: web
Class name: HitTestValue|NA|web.d.ts| +|Deleted|Module name: web
Class name: HitTestValue
Method or attribute name: constructor();|NA|web.d.ts| +|Deleted|Module name: web
Class name: HitTestValue
Method or attribute name: getType(): HitTestType;|NA|web.d.ts| +|Deleted|Module name: web
Class name: HitTestValue
Method or attribute name: getExtra(): string;|NA|web.d.ts| +|Deleted|Module name: web
Class name: WebCookie
Method or attribute name: isCookieAllowed(): boolean;|NA|web.d.ts| +|Deleted|Module name: web
Class name: WebCookie
Method or attribute name: isThirdPartyCookieAllowed(): boolean;|NA|web.d.ts| +|Deleted|Module name: web
Class name: WebCookie
Method or attribute name: isFileURICookieAllowed(): boolean;|NA|web.d.ts| +|Deleted|Module name: web
Class name: WebCookie
Method or attribute name: putAcceptCookieEnabled(accept: boolean): void;|NA|web.d.ts| +|Deleted|Module name: web
Class name: WebCookie
Method or attribute name: putAcceptThirdPartyCookieEnabled(accept: boolean): void;|NA|web.d.ts| +|Deleted|Module name: web
Class name: WebCookie
Method or attribute name: putAcceptFileURICookieEnabled(accept: boolean): void;|NA|web.d.ts| +|Deleted|Module name: web
Class name: WebCookie
Method or attribute name: setCookie(url: string, value: string): boolean;|NA|web.d.ts| +|Deleted|Module name: web
Class name: WebCookie
Method or attribute name: saveCookieSync(): boolean;|NA|web.d.ts| +|Deleted|Module name: web
Class name: WebCookie
Method or attribute name: getCookie(url: string): string;|NA|web.d.ts| +|Deleted|Module name: web
Class name: WebCookie
Method or attribute name: existCookie(): boolean;|NA|web.d.ts| +|Deleted|Module name: web
Class name: WebCookie
Method or attribute name: deleteEntireCookie(): void;|NA|web.d.ts| +|Deleted|Module name: web
Class name: WebCookie
Method or attribute name: deleteSessionCookie(): void;|NA|web.d.ts| +|Deleted|Module name: web
Class name: WebCookie
Method or attribute name: deleteExpiredCookie(): void;|NA|web.d.ts| +|Deleted|Module name: web
Class name: WebController
Method or attribute name: zoomIn(): boolean;|NA|web.d.ts| +|Deleted|Module name: web
Class name: WebController
Method or attribute name: zoomOut(): boolean;|NA|web.d.ts| +|Deleted|Module name: web
Class name: WebController
Method or attribute name: createWebMessagePorts(): Array\;|NA|web.d.ts| +|Deleted|Module name: web
Class name: WebController
Method or attribute name: postMessage(options: { message: WebMessageEvent, uri: string}): void;|NA|web.d.ts| +|Deleted|Module name: web
Class name: WebController
Method or attribute name: getHitTestValue(): HitTestValue;|NA|web.d.ts| +|Deleted|Module name: web
Class name: WebController
Method or attribute name: getWebId(): number;|NA|web.d.ts| +|Deleted|Module name: web
Class name: WebController
Method or attribute name: getDefaultUserAgent(): string;|NA|web.d.ts| +|Deleted|Module name: web
Class name: WebController
Method or attribute name: getTitle(): string;|NA|web.d.ts| +|Deleted|Module name: web
Class name: WebController
Method or attribute name: getPageHeight(): number;|NA|web.d.ts| +|Deleted|Module name: web
Class name: WebController
Method or attribute name: backOrForward(step: number): void;|NA|web.d.ts| +|Deleted|Module name: web
Class name: WebController
Method or attribute name: searchAllAsync(searchString: string): void;|NA|web.d.ts| +|Deleted|Module name: web
Class name: WebController
Method or attribute name: clearMatches(): void;|NA|web.d.ts| +|Deleted|Module name: web
Class name: WebController
Method or attribute name: searchNext(forward: boolean): void;|NA|web.d.ts| +|Deleted|Module name: web
Class name: WebController
Method or attribute name: clearSslCache(): void;|NA|web.d.ts| +|Deleted|Module name: web
Class name: WebController
Method or attribute name: clearClientAuthenticationCache(): void;|NA|web.d.ts| +|Deleted|Module name: web
Class name: WebController
Method or attribute name: getUrl(): string;|NA|web.d.ts| +|Deleted|Module name: web
Class name: WebAttribute
Method or attribute name: webDebuggingAccess(webDebuggingAccess: boolean): WebAttribute;|NA|web.d.ts| +|Access level changed|Class name: curves
Method or attribute name: function springMotion(response?: number, dampingFraction?: number, overlapDuration?: number): ICurve;
Access level: system API|Class name: curves
Method or attribute name: function springMotion(response?: number, dampingFraction?: number, overlapDuration?: number): ICurve;
Access level: public API|@ohos.curves.d.ts| +|Access level changed|Class name: curves
Method or attribute name: function responsiveSpringMotion(response?: number, dampingFraction?: number, overlapDuration?: number): ICurve;
Access level: system API|Class name: curves
Method or attribute name: function responsiveSpringMotion(response?: number, dampingFraction?: number, overlapDuration?: number): ICurve;
Access level: public API|@ohos.curves.d.ts| +|Access level changed|Class name: global
Method or attribute name: declare const Animator: AnimatorInterface;
Access level: public API|Class name: global
Method or attribute name: declare const Animator: AnimatorInterface;
Access level: system API|animator.d.ts| +|Access level changed|Class name: global
Method or attribute name: declare const AnimatorInstance: AnimatorAttribute;
Access level: public API|Class name: global
Method or attribute name: declare const AnimatorInstance: AnimatorAttribute;
Access level: system API|animator.d.ts| +|Access level changed|Class name: global
Method or attribute name: declare const Calendar: CalendarInterface;
Access level: public API|Class name: global
Method or attribute name: declare const Calendar: CalendarInterface;
Access level: system API|calendar.d.ts| +|Access level changed|Class name: global
Method or attribute name: declare const CalendarInstance: CalendarAttribute;
Access level: public API|Class name: global
Method or attribute name: declare const CalendarInstance: CalendarAttribute;
Access level: system API|calendar.d.ts| +|Access level changed|Class name:
Method or attribute name: function postCardAction(component: Object, action: Object): void;
Access level: system API|Class name:
Method or attribute name: function postCardAction(component: Object, action: Object): void;
Access level: public API|common.d.ts| +|Access level changed|Class name: BlurStyle
Method or attribute name: Thin
Access level: system API|Class name: BlurStyle
Method or attribute name: Thin
Access level: public API|common.d.ts| +|Access level changed|Class name: BlurStyle
Method or attribute name: Regular
Access level: system API|Class name: BlurStyle
Method or attribute name: Regular
Access level: public API|common.d.ts| +|Access level changed|Class name: BlurStyle
Method or attribute name: Thick
Access level: system API|Class name: BlurStyle
Method or attribute name: Thick
Access level: public API|common.d.ts| +|Access level changed|Class name: CommonMethod
Method or attribute name: backgroundBlurStyle(value: BlurStyle): T;
Access level: system API|Class name: CommonMethod
Method or attribute name: backgroundBlurStyle(value: BlurStyle): T;
Access level: public API|common.d.ts| +|Access level changed|Class name: global
Method or attribute name: declare const FormComponent: FormComponentInterface;
Access level: public API|Class name: global
Method or attribute name: declare const FormComponent: FormComponentInterface;
Access level: system API|form_component.d.ts| +|Access level changed|Class name: global
Method or attribute name: declare const FormComponentInstance: FormComponentAttribute;
Access level: public API|Class name: global
Method or attribute name: declare const FormComponentInstance: FormComponentAttribute;
Access level: system API|form_component.d.ts| +|Access level changed|Class name: global
Method or attribute name: declare const PluginComponent: PluginComponentInterface;
Access level: public API|Class name: global
Method or attribute name: declare const PluginComponent: PluginComponentInterface;
Access level: system API|plugin_component.d.ts| +|Access level changed|Class name: global
Method or attribute name: declare const PluginComponentInstance: PluginComponentAttribute;
Access level: public API|Class name: global
Method or attribute name: declare const PluginComponentInstance: PluginComponentAttribute;
Access level: system API|plugin_component.d.ts| +|Access level changed|Class name: global
Method or attribute name: declare const RemoteWindow: RemoteWindowInterface;
Access level: public API|Class name: global
Method or attribute name: declare const RemoteWindow: RemoteWindowInterface;
Access level: system API|remote_window.d.ts| +|Access level changed|Class name: global
Method or attribute name: declare const RemoteWindowInstance: RemoteWindowAttribute;
Access level: public API|Class name: global
Method or attribute name: declare const RemoteWindowInstance: RemoteWindowAttribute;
Access level: system API|remote_window.d.ts| +|Deprecated version changed|Class name: router
Method or attribute name: function disableAlertBeforeBackPage():void;
Deprecated version: N/A|Class name: router
Method or attribute name: function disableAlertBeforeBackPage():void;
Deprecated version: 9
Substitute API: ohos.router.router|@ohos.router.d.ts| +|Deprecated version changed|Class name: GridItemAttribute
Method or attribute name: forceRebuild(value: boolean): GridItemAttribute;
Deprecated version: N/A|Class name: GridItemAttribute
Method or attribute name: forceRebuild(value: boolean): GridItemAttribute;
Deprecated version: 9
Substitute API: N/A|gridItem.d.ts| +|Deprecated version changed|Class name: global
Method or attribute name: declare const GridContainer: GridContainerInterface
Deprecated version: N/A|Class name: global
Method or attribute name: declare const GridContainer: GridContainerInterface
Deprecated version: 9
Substitute API: grid_col/|grid_container.d.ts| +|Deprecated version changed|Class name: global
Method or attribute name: declare const GridContainerInstance: GridContainerAttribute;
Deprecated version: N/A|Class name: global
Method or attribute name: declare const GridContainerInstance: GridContainerAttribute;
Deprecated version: 9
Substitute API: grid_col/|grid_container.d.ts| +|Deprecated version changed|Class name: ScrollAttribute
Method or attribute name: onScrollEnd(event: () => void): ScrollAttribute;
Deprecated version: N/A|Class name: ScrollAttribute
Method or attribute name: onScrollEnd(event: () => void): ScrollAttribute;
Deprecated version: 9
Substitute API: scroll/Scroll|scroll.d.ts| +|Initial version changed|Class name: CanvasPattern
Initial version: 8|Class name: CanvasPattern
Initial version: 9|canvaspattern.d.ts| +|Initial version changed|Class name: CanvasPattern
Method or attribute name: setTransform(transform?: Matrix2D): void;
Initial version: 8|Class name: CanvasPattern
Method or attribute name: setTransform(transform?: Matrix2D): void;
Initial version: 9|canvaspattern.d.ts| +|Initial version changed|Class name: Matrix2D
Initial version: 8|Class name: Matrix2D
Initial version: 9|canvaspattern.d.ts| +|Initial version changed|Class name: Matrix2D
Method or attribute name: scaleX?: number;
Initial version: 8|Class name: Matrix2D
Method or attribute name: scaleX?: number;
Initial version: 9|canvaspattern.d.ts| +|Initial version changed|Class name: Matrix2D
Method or attribute name: rotateY?: number;
Initial version: 8|Class name: Matrix2D
Method or attribute name: rotateY?: number;
Initial version: 9|canvaspattern.d.ts| +|Initial version changed|Class name: Matrix2D
Method or attribute name: rotateX?: number;
Initial version: 8|Class name: Matrix2D
Method or attribute name: rotateX?: number;
Initial version: 9|canvaspattern.d.ts| +|Initial version changed|Class name: Matrix2D
Method or attribute name: scaleY?: number;
Initial version: 8|Class name: Matrix2D
Method or attribute name: scaleY?: number;
Initial version: 9|canvaspattern.d.ts| +|Initial version changed|Class name: Matrix2D
Method or attribute name: translateX?: number;
Initial version: 8|Class name: Matrix2D
Method or attribute name: translateX?: number;
Initial version: 9|canvaspattern.d.ts| +|Initial version changed|Class name: Matrix2D
Method or attribute name: translateY?: number;
Initial version: 8|Class name: Matrix2D
Method or attribute name: translateY?: number;
Initial version: 9|canvaspattern.d.ts| +|Initial version changed|Class name: Matrix2D
Method or attribute name: identity(): Matrix2D;
Initial version: 8|Class name: Matrix2D
Method or attribute name: identity(): Matrix2D;
Initial version: 9|canvaspattern.d.ts| +|Initial version changed|Class name: Matrix2D
Method or attribute name: invert(): Matrix2D;
Initial version: 8|Class name: Matrix2D
Method or attribute name: invert(): Matrix2D;
Initial version: 9|canvaspattern.d.ts| +|Initial version changed|Class name: Matrix2D
Method or attribute name: multiply(other?: Matrix2D): Matrix2D;
Initial version: 8|Class name: Matrix2D
Method or attribute name: multiply(other?: Matrix2D): Matrix2D;
Initial version: 9|canvaspattern.d.ts| +|Initial version changed|Class name: Matrix2D
Method or attribute name: rotate(rx?: number, ry?: number): Matrix2D;
Initial version: 8|Class name: Matrix2D
Method or attribute name: rotate(rx?: number, ry?: number): Matrix2D;
Initial version: 9|canvaspattern.d.ts| +|Initial version changed|Class name: Matrix2D
Method or attribute name: translate(tx?: number, ty?: number): Matrix2D;
Initial version: 8|Class name: Matrix2D
Method or attribute name: translate(tx?: number, ty?: number): Matrix2D;
Initial version: 9|canvaspattern.d.ts| +|Initial version changed|Class name: Matrix2D
Method or attribute name: scale(sx?: number, sy?: number): Matrix2D;
Initial version: 8|Class name: Matrix2D
Method or attribute name: scale(sx?: number, sy?: number): Matrix2D;
Initial version: 9|canvaspattern.d.ts| +|Initial version changed|Class name: Matrix2D
Method or attribute name: constructor();
Initial version: 8|Class name: Matrix2D
Method or attribute name: constructor();
Initial version: 9|canvaspattern.d.ts| +|Initial version changed|Class name: console
Initial version: 7|Class name: console
Initial version: 9|global.d.ts| +|Initial version changed|Class name: console
Method or attribute name: static debug(message: string, ...arguments: any[]): void;
Initial version: 7|Class name: console
Method or attribute name: static debug(message: string, ...arguments: any[]): void;
Initial version: 9|global.d.ts| +|Initial version changed|Class name: console
Method or attribute name: static log(message: string, ...arguments: any[]): void;
Initial version: 7|Class name: console
Method or attribute name: static log(message: string, ...arguments: any[]): void;
Initial version: 9|global.d.ts| +|Initial version changed|Class name: console
Method or attribute name: static info(message: string, ...arguments: any[]): void;
Initial version: 7|Class name: console
Method or attribute name: static info(message: string, ...arguments: any[]): void;
Initial version: 9|global.d.ts| +|Initial version changed|Class name: console
Method or attribute name: static warn(message: string, ...arguments: any[]): void;
Initial version: 7|Class name: console
Method or attribute name: static warn(message: string, ...arguments: any[]): void;
Initial version: 9|global.d.ts| +|Initial version changed|Class name: console
Method or attribute name: static error(message: string, ...arguments: any[]): void;
Initial version: 7|Class name: console
Method or attribute name: static error(message: string, ...arguments: any[]): void;
Initial version: 9|global.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const AbilityComponent: AbilityComponentInterface;
Initial version: N/A|Class name: global
Method or attribute name: declare const AbilityComponent: AbilityComponentInterface;
Initial version: 9|ability_component.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const AbilityComponentInstance: AbilityComponentAttribute;
Initial version: N/A|Class name: global
Method or attribute name: declare const AbilityComponentInstance: AbilityComponentAttribute;
Initial version: 9|ability_component.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const AlphabetIndexer: AlphabetIndexerInterface;
Initial version: N/A|Class name: global
Method or attribute name: declare const AlphabetIndexer: AlphabetIndexerInterface;
Initial version: 7|alphabet_indexer.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const AlphabetIndexerInstance: AlphabetIndexerAttribute;
Initial version: N/A|Class name: global
Method or attribute name: declare const AlphabetIndexerInstance: AlphabetIndexerAttribute;
Initial version: 7|alphabet_indexer.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const Animator: AnimatorInterface;
Initial version: N/A|Class name: global
Method or attribute name: declare const Animator: AnimatorInterface;
Initial version: 7|animator.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const AnimatorInstance: AnimatorAttribute;
Initial version: N/A|Class name: global
Method or attribute name: declare const AnimatorInstance: AnimatorAttribute;
Initial version: 7|animator.d.ts| +|Initial version changed|Class name: BadgePosition
Initial version: 7|Class name: BadgePosition
Initial version: 9|badge.d.ts| +|Initial version changed|Class name: BadgePosition
Method or attribute name: RightTop
Initial version: 7|Class name: BadgePosition
Method or attribute name: RightTop
Initial version: 9|badge.d.ts| +|Initial version changed|Class name: BadgePosition
Method or attribute name: Right
Initial version: 7|Class name: BadgePosition
Method or attribute name: Right
Initial version: 9|badge.d.ts| +|Initial version changed|Class name: BadgePosition
Method or attribute name: Left
Initial version: 7|Class name: BadgePosition
Method or attribute name: Left
Initial version: 9|badge.d.ts| +|Initial version changed|Class name: BadgeStyle
Initial version: 7|Class name: BadgeStyle
Initial version: 9|badge.d.ts| +|Initial version changed|Class name: BadgeStyle
Method or attribute name: color?: ResourceColor;
Initial version: 7|Class name: BadgeStyle
Method or attribute name: color?: ResourceColor;
Initial version: 9|badge.d.ts| +|Initial version changed|Class name: BadgeStyle
Method or attribute name: fontSize?: number \| string;
Initial version: 7|Class name: BadgeStyle
Method or attribute name: fontSize?: number \| string;
Initial version: 9|badge.d.ts| +|Initial version changed|Class name: BadgeStyle
Method or attribute name: badgeSize?: number \| string;
Initial version: 7|Class name: BadgeStyle
Method or attribute name: badgeSize?: number \| string;
Initial version: 9|badge.d.ts| +|Initial version changed|Class name: BadgeStyle
Method or attribute name: badgeColor?: ResourceColor;
Initial version: 7|Class name: BadgeStyle
Method or attribute name: badgeColor?: ResourceColor;
Initial version: 9|badge.d.ts| +|Initial version changed|Class name: BadgeParam
Initial version: 7|Class name: BadgeParam
Initial version: 9|badge.d.ts| +|Initial version changed|Class name: BadgeParam
Method or attribute name: position?: BadgePosition;
Initial version: 7|Class name: BadgeParam
Method or attribute name: position?: BadgePosition;
Initial version: 9|badge.d.ts| +|Initial version changed|Class name: BadgeParam
Method or attribute name: style: BadgeStyle;
Initial version: 7|Class name: BadgeParam
Method or attribute name: style: BadgeStyle;
Initial version: 9|badge.d.ts| +|Initial version changed|Class name: BadgeParamWithNumber
Initial version: 7|Class name: BadgeParamWithNumber
Initial version: 9|badge.d.ts| +|Initial version changed|Class name: BadgeParamWithNumber
Method or attribute name: count: number;
Initial version: 7|Class name: BadgeParamWithNumber
Method or attribute name: count: number;
Initial version: 9|badge.d.ts| +|Initial version changed|Class name: BadgeParamWithNumber
Method or attribute name: maxCount?: number;
Initial version: 7|Class name: BadgeParamWithNumber
Method or attribute name: maxCount?: number;
Initial version: 9|badge.d.ts| +|Initial version changed|Class name: BadgeParamWithString
Initial version: 7|Class name: BadgeParamWithString
Initial version: 9|badge.d.ts| +|Initial version changed|Class name: BadgeParamWithString
Method or attribute name: value: string;
Initial version: 7|Class name: BadgeParamWithString
Method or attribute name: value: string;
Initial version: 9|badge.d.ts| +|Initial version changed|Class name: BadgeInterface
Initial version: 7|Class name: BadgeInterface
Initial version: 9|badge.d.ts| +|Initial version changed|Class name: BadgeInterface
Method or attribute name: (value: BadgeParamWithNumber): BadgeAttribute;
Initial version: 7|Class name: BadgeInterface
Method or attribute name: (value: BadgeParamWithNumber): BadgeAttribute;
Initial version: 9|badge.d.ts| +|Initial version changed|Class name: BadgeInterface
Method or attribute name: (value: BadgeParamWithString): BadgeAttribute;
Initial version: 7|Class name: BadgeInterface
Method or attribute name: (value: BadgeParamWithString): BadgeAttribute;
Initial version: 9|badge.d.ts| +|Initial version changed|Class name: BadgeAttribute
Initial version: 7|Class name: BadgeAttribute
Initial version: 9|badge.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const Badge: BadgeInterface;
Initial version: N/A|Class name: global
Method or attribute name: declare const Badge: BadgeInterface;
Initial version: 9|badge.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const BadgeInstance: BadgeAttribute;
Initial version: N/A|Class name: global
Method or attribute name: declare const BadgeInstance: BadgeAttribute;
Initial version: 9|badge.d.ts| +|Initial version changed|Class name: BlankInterface
Initial version: 7|Class name: BlankInterface
Initial version: 9|blank.d.ts| +|Initial version changed|Class name: BlankInterface
Method or attribute name: (min?: number \| string): BlankAttribute;
Initial version: 7|Class name: BlankInterface
Method or attribute name: (min?: number \| string): BlankAttribute;
Initial version: 9|blank.d.ts| +|Initial version changed|Class name: BlankAttribute
Initial version: 7|Class name: BlankAttribute
Initial version: 9|blank.d.ts| +|Initial version changed|Class name: BlankAttribute
Method or attribute name: color(value: ResourceColor): BlankAttribute;
Initial version: 7|Class name: BlankAttribute
Method or attribute name: color(value: ResourceColor): BlankAttribute;
Initial version: 9|blank.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const Blank: BlankInterface;
Initial version: N/A|Class name: global
Method or attribute name: declare const Blank: BlankInterface;
Initial version: 9|blank.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const BlankInstance: BlankAttribute;
Initial version: N/A|Class name: global
Method or attribute name: declare const BlankInstance: BlankAttribute;
Initial version: 9|blank.d.ts| +|Initial version changed|Class name: ButtonType
Initial version: 7|Class name: ButtonType
Initial version: 9|button.d.ts| +|Initial version changed|Class name: ButtonType
Method or attribute name: Capsule
Initial version: 7|Class name: ButtonType
Method or attribute name: Capsule
Initial version: 9|button.d.ts| +|Initial version changed|Class name: ButtonType
Method or attribute name: Circle
Initial version: 7|Class name: ButtonType
Method or attribute name: Circle
Initial version: 9|button.d.ts| +|Initial version changed|Class name: ButtonType
Method or attribute name: Normal
Initial version: 7|Class name: ButtonType
Method or attribute name: Normal
Initial version: 9|button.d.ts| +|Initial version changed|Class name: ButtonOptions
Initial version: 7|Class name: ButtonOptions
Initial version: 9|button.d.ts| +|Initial version changed|Class name: ButtonOptions
Method or attribute name: type?: ButtonType;
Initial version: 7|Class name: ButtonOptions
Method or attribute name: type?: ButtonType;
Initial version: 9|button.d.ts| +|Initial version changed|Class name: ButtonOptions
Method or attribute name: stateEffect?: boolean;
Initial version: 7|Class name: ButtonOptions
Method or attribute name: stateEffect?: boolean;
Initial version: 9|button.d.ts| +|Initial version changed|Class name: ButtonInterface
Initial version: 7|Class name: ButtonInterface
Initial version: 9|button.d.ts| +|Initial version changed|Class name: ButtonInterface
Method or attribute name: (): ButtonAttribute;
Initial version: 7|Class name: ButtonInterface
Method or attribute name: (): ButtonAttribute;
Initial version: 9|button.d.ts| +|Initial version changed|Class name: ButtonInterface
Method or attribute name: (options: ButtonOptions): ButtonAttribute;
Initial version: 7|Class name: ButtonInterface
Method or attribute name: (options: ButtonOptions): ButtonAttribute;
Initial version: 9|button.d.ts| +|Initial version changed|Class name: ButtonInterface
Method or attribute name: (label: ResourceStr, options?: ButtonOptions): ButtonAttribute;
Initial version: 7|Class name: ButtonInterface
Method or attribute name: (label: ResourceStr, options?: ButtonOptions): ButtonAttribute;
Initial version: 9|button.d.ts| +|Initial version changed|Class name: ButtonAttribute
Initial version: 7|Class name: ButtonAttribute
Initial version: 9|button.d.ts| +|Initial version changed|Class name: ButtonAttribute
Method or attribute name: type(value: ButtonType): ButtonAttribute;
Initial version: 7|Class name: ButtonAttribute
Method or attribute name: type(value: ButtonType): ButtonAttribute;
Initial version: 9|button.d.ts| +|Initial version changed|Class name: ButtonAttribute
Method or attribute name: stateEffect(value: boolean): ButtonAttribute;
Initial version: 7|Class name: ButtonAttribute
Method or attribute name: stateEffect(value: boolean): ButtonAttribute;
Initial version: 9|button.d.ts| +|Initial version changed|Class name: ButtonAttribute
Method or attribute name: fontColor(value: ResourceColor): ButtonAttribute;
Initial version: 7|Class name: ButtonAttribute
Method or attribute name: fontColor(value: ResourceColor): ButtonAttribute;
Initial version: 9|button.d.ts| +|Initial version changed|Class name: ButtonAttribute
Method or attribute name: fontSize(value: Length): ButtonAttribute;
Initial version: 7|Class name: ButtonAttribute
Method or attribute name: fontSize(value: Length): ButtonAttribute;
Initial version: 9|button.d.ts| +|Initial version changed|Class name: ButtonAttribute
Method or attribute name: fontWeight(value: number \| FontWeight \| string): ButtonAttribute;
Initial version: 7|Class name: ButtonAttribute
Method or attribute name: fontWeight(value: number \| FontWeight \| string): ButtonAttribute;
Initial version: 9|button.d.ts| +|Initial version changed|Class name: ButtonAttribute
Method or attribute name: fontStyle(value: FontStyle): ButtonAttribute;
Initial version: 8|Class name: ButtonAttribute
Method or attribute name: fontStyle(value: FontStyle): ButtonAttribute;
Initial version: 9|button.d.ts| +|Initial version changed|Class name: ButtonAttribute
Method or attribute name: fontFamily(value: string \| Resource): ButtonAttribute;
Initial version: 8|Class name: ButtonAttribute
Method or attribute name: fontFamily(value: string \| Resource): ButtonAttribute;
Initial version: 9|button.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const Button: ButtonInterface;
Initial version: N/A|Class name: global
Method or attribute name: declare const Button: ButtonInterface;
Initial version: 9|button.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const ButtonInstance: ButtonAttribute;
Initial version: N/A|Class name: global
Method or attribute name: declare const ButtonInstance: ButtonAttribute;
Initial version: 9|button.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const Calendar: CalendarInterface;
Initial version: N/A|Class name: global
Method or attribute name: declare const Calendar: CalendarInterface;
Initial version: 7|calendar.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const CalendarInstance: CalendarAttribute;
Initial version: N/A|Class name: global
Method or attribute name: declare const CalendarInstance: CalendarAttribute;
Initial version: 7|calendar.d.ts| +|Initial version changed|Class name: CanvasGradient
Initial version: 8|Class name: CanvasGradient
Initial version: 9|canvas.d.ts| +|Initial version changed|Class name: CanvasGradient
Method or attribute name: addColorStop(offset: number, color: string): void;
Initial version: 8|Class name: CanvasGradient
Method or attribute name: addColorStop(offset: number, color: string): void;
Initial version: 9|canvas.d.ts| +|Initial version changed|Class name: CanvasPath
Initial version: 8|Class name: CanvasPath
Initial version: 9|canvas.d.ts| +|Initial version changed|Class name: CanvasPath
Method or attribute name: arc(x: number, y: number, radius: number, startAngle: number, endAngle: number, counterclockwise?: boolean): void;
Initial version: 8|Class name: CanvasPath
Method or attribute name: arc(x: number, y: number, radius: number, startAngle: number, endAngle: number, counterclockwise?: boolean): void;
Initial version: 9|canvas.d.ts| +|Initial version changed|Class name: CanvasPath
Method or attribute name: arcTo(x1: number, y1: number, x2: number, y2: number, radius: number): void;
Initial version: 8|Class name: CanvasPath
Method or attribute name: arcTo(x1: number, y1: number, x2: number, y2: number, radius: number): void;
Initial version: 9|canvas.d.ts| +|Initial version changed|Class name: CanvasPath
Method or attribute name: bezierCurveTo(cp1x: number, cp1y: number, cp2x: number, cp2y: number, x: number, y: number): void;
Initial version: 8|Class name: CanvasPath
Method or attribute name: bezierCurveTo(cp1x: number, cp1y: number, cp2x: number, cp2y: number, x: number, y: number): void;
Initial version: 9|canvas.d.ts| +|Initial version changed|Class name: CanvasPath
Method or attribute name: closePath(): void;
Initial version: 8|Class name: CanvasPath
Method or attribute name: closePath(): void;
Initial version: 9|canvas.d.ts| +|Initial version changed|Class name: CanvasPath
Method or attribute name: ellipse(
x: number,
y: number,
radiusX: number,
radiusY: number,
rotation: number,
startAngle: number,
endAngle: number,
counterclockwise?: boolean,
): void;
Initial version: 8|Class name: CanvasPath
Method or attribute name: ellipse(
x: number,
y: number,
radiusX: number,
radiusY: number,
rotation: number,
startAngle: number,
endAngle: number,
counterclockwise?: boolean,
): void;
Initial version: 9|canvas.d.ts| +|Initial version changed|Class name: CanvasPath
Method or attribute name: lineTo(x: number, y: number): void;
Initial version: 8|Class name: CanvasPath
Method or attribute name: lineTo(x: number, y: number): void;
Initial version: 9|canvas.d.ts| +|Initial version changed|Class name: CanvasPath
Method or attribute name: moveTo(x: number, y: number): void;
Initial version: 8|Class name: CanvasPath
Method or attribute name: moveTo(x: number, y: number): void;
Initial version: 9|canvas.d.ts| +|Initial version changed|Class name: CanvasPath
Method or attribute name: quadraticCurveTo(cpx: number, cpy: number, x: number, y: number): void;
Initial version: 8|Class name: CanvasPath
Method or attribute name: quadraticCurveTo(cpx: number, cpy: number, x: number, y: number): void;
Initial version: 9|canvas.d.ts| +|Initial version changed|Class name: CanvasPath
Method or attribute name: rect(x: number, y: number, w: number, h: number): void;
Initial version: 8|Class name: CanvasPath
Method or attribute name: rect(x: number, y: number, w: number, h: number): void;
Initial version: 9|canvas.d.ts| +|Initial version changed|Class name: Path2D
Initial version: 8|Class name: Path2D
Initial version: 9|canvas.d.ts| +|Initial version changed|Class name: Path2D
Method or attribute name: addPath(path: Path2D, transform?: Matrix2D): void;
Initial version: 8|Class name: Path2D
Method or attribute name: addPath(path: Path2D, transform?: Matrix2D): void;
Initial version: 9|canvas.d.ts| +|Initial version changed|Class name: Path2D
Method or attribute name: constructor();
Initial version: 8|Class name: Path2D
Method or attribute name: constructor();
Initial version: 9|canvas.d.ts| +|Initial version changed|Class name: Path2D
Method or attribute name: constructor(path: Path2D);
Initial version: 8|Class name: Path2D
Method or attribute name: constructor(path: Path2D);
Initial version: 9|canvas.d.ts| +|Initial version changed|Class name: Path2D
Method or attribute name: constructor(d: string);
Initial version: 8|Class name: Path2D
Method or attribute name: constructor(d: string);
Initial version: 9|canvas.d.ts| +|Initial version changed|Class name: TextMetrics
Initial version: 8|Class name: TextMetrics
Initial version: 9|canvas.d.ts| +|Initial version changed|Class name: TextMetrics
Method or attribute name: readonly actualBoundingBoxAscent: number;
Initial version: 8|Class name: TextMetrics
Method or attribute name: readonly actualBoundingBoxAscent: number;
Initial version: 9|canvas.d.ts| +|Initial version changed|Class name: TextMetrics
Method or attribute name: readonly actualBoundingBoxDescent: number;
Initial version: 8|Class name: TextMetrics
Method or attribute name: readonly actualBoundingBoxDescent: number;
Initial version: 9|canvas.d.ts| +|Initial version changed|Class name: TextMetrics
Method or attribute name: readonly actualBoundingBoxLeft: number;
Initial version: 8|Class name: TextMetrics
Method or attribute name: readonly actualBoundingBoxLeft: number;
Initial version: 9|canvas.d.ts| +|Initial version changed|Class name: TextMetrics
Method or attribute name: readonly actualBoundingBoxRight: number;
Initial version: 8|Class name: TextMetrics
Method or attribute name: readonly actualBoundingBoxRight: number;
Initial version: 9|canvas.d.ts| +|Initial version changed|Class name: TextMetrics
Method or attribute name: readonly alphabeticBaseline: number;
Initial version: 8|Class name: TextMetrics
Method or attribute name: readonly alphabeticBaseline: number;
Initial version: 9|canvas.d.ts| +|Initial version changed|Class name: TextMetrics
Method or attribute name: readonly emHeightAscent: number;
Initial version: 8|Class name: TextMetrics
Method or attribute name: readonly emHeightAscent: number;
Initial version: 9|canvas.d.ts| +|Initial version changed|Class name: TextMetrics
Method or attribute name: readonly emHeightDescent: number;
Initial version: 8|Class name: TextMetrics
Method or attribute name: readonly emHeightDescent: number;
Initial version: 9|canvas.d.ts| +|Initial version changed|Class name: TextMetrics
Method or attribute name: readonly fontBoundingBoxAscent: number;
Initial version: 8|Class name: TextMetrics
Method or attribute name: readonly fontBoundingBoxAscent: number;
Initial version: 9|canvas.d.ts| +|Initial version changed|Class name: TextMetrics
Method or attribute name: readonly fontBoundingBoxDescent: number;
Initial version: 8|Class name: TextMetrics
Method or attribute name: readonly fontBoundingBoxDescent: number;
Initial version: 9|canvas.d.ts| +|Initial version changed|Class name: TextMetrics
Method or attribute name: readonly hangingBaseline: number;
Initial version: 8|Class name: TextMetrics
Method or attribute name: readonly hangingBaseline: number;
Initial version: 9|canvas.d.ts| +|Initial version changed|Class name: TextMetrics
Method or attribute name: readonly ideographicBaseline: number;
Initial version: 8|Class name: TextMetrics
Method or attribute name: readonly ideographicBaseline: number;
Initial version: 9|canvas.d.ts| +|Initial version changed|Class name: TextMetrics
Method or attribute name: readonly width: number;
Initial version: 8|Class name: TextMetrics
Method or attribute name: readonly width: number;
Initial version: 9|canvas.d.ts| +|Initial version changed|Class name: TextMetrics
Method or attribute name: readonly height: number;
Initial version: 8|Class name: TextMetrics
Method or attribute name: readonly height: number;
Initial version: 9|canvas.d.ts| +|Initial version changed|Class name: ImageBitmap
Initial version: 8|Class name: ImageBitmap
Initial version: 9|canvas.d.ts| +|Initial version changed|Class name: ImageBitmap
Method or attribute name: readonly height: number;
Initial version: 8|Class name: ImageBitmap
Method or attribute name: readonly height: number;
Initial version: 9|canvas.d.ts| +|Initial version changed|Class name: ImageBitmap
Method or attribute name: readonly width: number;
Initial version: 8|Class name: ImageBitmap
Method or attribute name: readonly width: number;
Initial version: 9|canvas.d.ts| +|Initial version changed|Class name: ImageBitmap
Method or attribute name: close(): void;
Initial version: 8|Class name: ImageBitmap
Method or attribute name: close(): void;
Initial version: 9|canvas.d.ts| +|Initial version changed|Class name: ImageBitmap
Method or attribute name: constructor(src: string);
Initial version: 8|Class name: ImageBitmap
Method or attribute name: constructor(src: string);
Initial version: 9|canvas.d.ts| +|Initial version changed|Class name: ImageData
Initial version: 8|Class name: ImageData
Initial version: 9|canvas.d.ts| +|Initial version changed|Class name: ImageData
Method or attribute name: readonly data: Uint8ClampedArray;
Initial version: 8|Class name: ImageData
Method or attribute name: readonly data: Uint8ClampedArray;
Initial version: 9|canvas.d.ts| +|Initial version changed|Class name: ImageData
Method or attribute name: readonly height: number;
Initial version: 8|Class name: ImageData
Method or attribute name: readonly height: number;
Initial version: 9|canvas.d.ts| +|Initial version changed|Class name: ImageData
Method or attribute name: readonly width: number;
Initial version: 8|Class name: ImageData
Method or attribute name: readonly width: number;
Initial version: 9|canvas.d.ts| +|Initial version changed|Class name: ImageData
Method or attribute name: constructor(width: number, height: number, data?: Uint8ClampedArray);
Initial version: 8|Class name: ImageData
Method or attribute name: constructor(width: number, height: number, data?: Uint8ClampedArray);
Initial version: 9|canvas.d.ts| +|Initial version changed|Class name: RenderingContextSettings
Initial version: 8|Class name: RenderingContextSettings
Initial version: 9|canvas.d.ts| +|Initial version changed|Class name: RenderingContextSettings
Method or attribute name: antialias?: boolean;
Initial version: 8|Class name: RenderingContextSettings
Method or attribute name: antialias?: boolean;
Initial version: 9|canvas.d.ts| +|Initial version changed|Class name: RenderingContextSettings
Method or attribute name: constructor(antialias?: boolean);
Initial version: 8|Class name: RenderingContextSettings
Method or attribute name: constructor(antialias?: boolean);
Initial version: 9|canvas.d.ts| +|Initial version changed|Class name: CanvasRenderer
Initial version: 8|Class name: CanvasRenderer
Initial version: 9|canvas.d.ts| +|Initial version changed|Class name: CanvasRenderer
Method or attribute name: globalAlpha: number;
Initial version: 8|Class name: CanvasRenderer
Method or attribute name: globalAlpha: number;
Initial version: 9|canvas.d.ts| +|Initial version changed|Class name: CanvasRenderer
Method or attribute name: globalCompositeOperation: string;
Initial version: 8|Class name: CanvasRenderer
Method or attribute name: globalCompositeOperation: string;
Initial version: 9|canvas.d.ts| +|Initial version changed|Class name: CanvasRenderer
Method or attribute name: drawImage(image: ImageBitmap \| PixelMap, dx: number, dy: number): void;
Initial version: 8|Class name: CanvasRenderer
Method or attribute name: drawImage(image: ImageBitmap \| PixelMap, dx: number, dy: number): void;
Initial version: 9|canvas.d.ts| +|Initial version changed|Class name: CanvasRenderer
Method or attribute name: drawImage(image: ImageBitmap \| PixelMap, dx: number, dy: number, dw: number, dh: number): void;
Initial version: 8|Class name: CanvasRenderer
Method or attribute name: drawImage(image: ImageBitmap \| PixelMap, dx: number, dy: number, dw: number, dh: number): void;
Initial version: 9|canvas.d.ts| +|Initial version changed|Class name: CanvasRenderer
Method or attribute name: drawImage(
image: ImageBitmap \| PixelMap,
sx: number,
sy: number,
sw: number,
sh: number,
dx: number,
dy: number,
dw: number,
dh: number,
): void;
Initial version: 8|Class name: CanvasRenderer
Method or attribute name: drawImage(
image: ImageBitmap \| PixelMap,
sx: number,
sy: number,
sw: number,
sh: number,
dx: number,
dy: number,
dw: number,
dh: number,
): void;
Initial version: 9|canvas.d.ts| +|Initial version changed|Class name: CanvasRenderer
Method or attribute name: beginPath(): void;
Initial version: 8|Class name: CanvasRenderer
Method or attribute name: beginPath(): void;
Initial version: 9|canvas.d.ts| +|Initial version changed|Class name: CanvasRenderer
Method or attribute name: clip(fillRule?: CanvasFillRule): void;
Initial version: 8|Class name: CanvasRenderer
Method or attribute name: clip(fillRule?: CanvasFillRule): void;
Initial version: 9|canvas.d.ts| +|Initial version changed|Class name: CanvasRenderer
Method or attribute name: clip(path: Path2D, fillRule?: CanvasFillRule): void;
Initial version: 8|Class name: CanvasRenderer
Method or attribute name: clip(path: Path2D, fillRule?: CanvasFillRule): void;
Initial version: 9|canvas.d.ts| +|Initial version changed|Class name: CanvasRenderer
Method or attribute name: fill(fillRule?: CanvasFillRule): void;
Initial version: 8|Class name: CanvasRenderer
Method or attribute name: fill(fillRule?: CanvasFillRule): void;
Initial version: 9|canvas.d.ts| +|Initial version changed|Class name: CanvasRenderer
Method or attribute name: fill(path: Path2D, fillRule?: CanvasFillRule): void;
Initial version: 8|Class name: CanvasRenderer
Method or attribute name: fill(path: Path2D, fillRule?: CanvasFillRule): void;
Initial version: 9|canvas.d.ts| +|Initial version changed|Class name: CanvasRenderer
Method or attribute name: stroke(): void;
Initial version: 8|Class name: CanvasRenderer
Method or attribute name: stroke(): void;
Initial version: 9|canvas.d.ts| +|Initial version changed|Class name: CanvasRenderer
Method or attribute name: stroke(path: Path2D): void;
Initial version: 8|Class name: CanvasRenderer
Method or attribute name: stroke(path: Path2D): void;
Initial version: 9|canvas.d.ts| +|Initial version changed|Class name: CanvasRenderer
Method or attribute name: fillStyle: string \| CanvasGradient \| CanvasPattern;
Initial version: 8|Class name: CanvasRenderer
Method or attribute name: fillStyle: string \| CanvasGradient \| CanvasPattern;
Initial version: 9|canvas.d.ts| +|Initial version changed|Class name: CanvasRenderer
Method or attribute name: strokeStyle: string \| CanvasGradient \| CanvasPattern;
Initial version: 8|Class name: CanvasRenderer
Method or attribute name: strokeStyle: string \| CanvasGradient \| CanvasPattern;
Initial version: 9|canvas.d.ts| +|Initial version changed|Class name: CanvasRenderer
Method or attribute name: createLinearGradient(x0: number, y0: number, x1: number, y1: number): CanvasGradient;
Initial version: 8|Class name: CanvasRenderer
Method or attribute name: createLinearGradient(x0: number, y0: number, x1: number, y1: number): CanvasGradient;
Initial version: 9|canvas.d.ts| +|Initial version changed|Class name: CanvasRenderer
Method or attribute name: createPattern(image: ImageBitmap, repetition: string \| null): CanvasPattern \| null;
Initial version: 8|Class name: CanvasRenderer
Method or attribute name: createPattern(image: ImageBitmap, repetition: string \| null): CanvasPattern \| null;
Initial version: 9|canvas.d.ts| +|Initial version changed|Class name: CanvasRenderer
Method or attribute name: createRadialGradient(x0: number, y0: number, r0: number, x1: number, y1: number, r1: number): CanvasGradient;
Initial version: 8|Class name: CanvasRenderer
Method or attribute name: createRadialGradient(x0: number, y0: number, r0: number, x1: number, y1: number, r1: number): CanvasGradient;
Initial version: 9|canvas.d.ts| +|Initial version changed|Class name: CanvasRenderer
Method or attribute name: createImageData(sw: number, sh: number): ImageData;
Initial version: 8|Class name: CanvasRenderer
Method or attribute name: createImageData(sw: number, sh: number): ImageData;
Initial version: 9|canvas.d.ts| +|Initial version changed|Class name: CanvasRenderer
Method or attribute name: createImageData(imagedata: ImageData): ImageData;
Initial version: 8|Class name: CanvasRenderer
Method or attribute name: createImageData(imagedata: ImageData): ImageData;
Initial version: 9|canvas.d.ts| +|Initial version changed|Class name: CanvasRenderer
Method or attribute name: getImageData(sx: number, sy: number, sw: number, sh: number): ImageData;
Initial version: 8|Class name: CanvasRenderer
Method or attribute name: getImageData(sx: number, sy: number, sw: number, sh: number): ImageData;
Initial version: 9|canvas.d.ts| +|Initial version changed|Class name: CanvasRenderer
Method or attribute name: putImageData(imagedata: ImageData, dx: number, dy: number): void;
Initial version: 8|Class name: CanvasRenderer
Method or attribute name: putImageData(imagedata: ImageData, dx: number, dy: number): void;
Initial version: 9|canvas.d.ts| +|Initial version changed|Class name: CanvasRenderer
Method or attribute name: putImageData(
imagedata: ImageData,
dx: number,
dy: number,
dirtyX: number,
dirtyY: number,
dirtyWidth: number,
dirtyHeight: number,
): void;
Initial version: 8|Class name: CanvasRenderer
Method or attribute name: putImageData(
imagedata: ImageData,
dx: number,
dy: number,
dirtyX: number,
dirtyY: number,
dirtyWidth: number,
dirtyHeight: number,
): void;
Initial version: 9|canvas.d.ts| +|Initial version changed|Class name: CanvasRenderer
Method or attribute name: imageSmoothingEnabled: boolean;
Initial version: 8|Class name: CanvasRenderer
Method or attribute name: imageSmoothingEnabled: boolean;
Initial version: 9|canvas.d.ts| +|Initial version changed|Class name: CanvasRenderer
Method or attribute name: lineCap: CanvasLineCap;
Initial version: 8|Class name: CanvasRenderer
Method or attribute name: lineCap: CanvasLineCap;
Initial version: 9|canvas.d.ts| +|Initial version changed|Class name: CanvasRenderer
Method or attribute name: lineDashOffset: number;
Initial version: 8|Class name: CanvasRenderer
Method or attribute name: lineDashOffset: number;
Initial version: 9|canvas.d.ts| +|Initial version changed|Class name: CanvasRenderer
Method or attribute name: lineJoin: CanvasLineJoin;
Initial version: 8|Class name: CanvasRenderer
Method or attribute name: lineJoin: CanvasLineJoin;
Initial version: 9|canvas.d.ts| +|Initial version changed|Class name: CanvasRenderer
Method or attribute name: lineWidth: number;
Initial version: 8|Class name: CanvasRenderer
Method or attribute name: lineWidth: number;
Initial version: 9|canvas.d.ts| +|Initial version changed|Class name: CanvasRenderer
Method or attribute name: miterLimit: number;
Initial version: 8|Class name: CanvasRenderer
Method or attribute name: miterLimit: number;
Initial version: 9|canvas.d.ts| +|Initial version changed|Class name: CanvasRenderer
Method or attribute name: getLineDash(): number[];
Initial version: 8|Class name: CanvasRenderer
Method or attribute name: getLineDash(): number[];
Initial version: 9|canvas.d.ts| +|Initial version changed|Class name: CanvasRenderer
Method or attribute name: setLineDash(segments: number[]): void;
Initial version: 8|Class name: CanvasRenderer
Method or attribute name: setLineDash(segments: number[]): void;
Initial version: 9|canvas.d.ts| +|Initial version changed|Class name: CanvasRenderer
Method or attribute name: clearRect(x: number, y: number, w: number, h: number): void;
Initial version: 8|Class name: CanvasRenderer
Method or attribute name: clearRect(x: number, y: number, w: number, h: number): void;
Initial version: 9|canvas.d.ts| +|Initial version changed|Class name: CanvasRenderer
Method or attribute name: fillRect(x: number, y: number, w: number, h: number): void;
Initial version: 8|Class name: CanvasRenderer
Method or attribute name: fillRect(x: number, y: number, w: number, h: number): void;
Initial version: 9|canvas.d.ts| +|Initial version changed|Class name: CanvasRenderer
Method or attribute name: strokeRect(x: number, y: number, w: number, h: number): void;
Initial version: 8|Class name: CanvasRenderer
Method or attribute name: strokeRect(x: number, y: number, w: number, h: number): void;
Initial version: 9|canvas.d.ts| +|Initial version changed|Class name: CanvasRenderer
Method or attribute name: shadowBlur: number;
Initial version: 8|Class name: CanvasRenderer
Method or attribute name: shadowBlur: number;
Initial version: 9|canvas.d.ts| +|Initial version changed|Class name: CanvasRenderer
Method or attribute name: shadowColor: string;
Initial version: 8|Class name: CanvasRenderer
Method or attribute name: shadowColor: string;
Initial version: 9|canvas.d.ts| +|Initial version changed|Class name: CanvasRenderer
Method or attribute name: shadowOffsetX: number;
Initial version: 8|Class name: CanvasRenderer
Method or attribute name: shadowOffsetX: number;
Initial version: 9|canvas.d.ts| +|Initial version changed|Class name: CanvasRenderer
Method or attribute name: shadowOffsetY: number;
Initial version: 8|Class name: CanvasRenderer
Method or attribute name: shadowOffsetY: number;
Initial version: 9|canvas.d.ts| +|Initial version changed|Class name: CanvasRenderer
Method or attribute name: restore(): void;
Initial version: 8|Class name: CanvasRenderer
Method or attribute name: restore(): void;
Initial version: 9|canvas.d.ts| +|Initial version changed|Class name: CanvasRenderer
Method or attribute name: save(): void;
Initial version: 8|Class name: CanvasRenderer
Method or attribute name: save(): void;
Initial version: 9|canvas.d.ts| +|Initial version changed|Class name: CanvasRenderer
Method or attribute name: fillText(text: string, x: number, y: number, maxWidth?: number): void;
Initial version: 8|Class name: CanvasRenderer
Method or attribute name: fillText(text: string, x: number, y: number, maxWidth?: number): void;
Initial version: 9|canvas.d.ts| +|Initial version changed|Class name: CanvasRenderer
Method or attribute name: measureText(text: string): TextMetrics;
Initial version: 8|Class name: CanvasRenderer
Method or attribute name: measureText(text: string): TextMetrics;
Initial version: 9|canvas.d.ts| +|Initial version changed|Class name: CanvasRenderer
Method or attribute name: strokeText(text: string, x: number, y: number, maxWidth?: number): void;
Initial version: 8|Class name: CanvasRenderer
Method or attribute name: strokeText(text: string, x: number, y: number, maxWidth?: number): void;
Initial version: 9|canvas.d.ts| +|Initial version changed|Class name: CanvasRenderer
Method or attribute name: font: string;
Initial version: 8|Class name: CanvasRenderer
Method or attribute name: font: string;
Initial version: 9|canvas.d.ts| +|Initial version changed|Class name: CanvasRenderer
Method or attribute name: textAlign: CanvasTextAlign;
Initial version: 8|Class name: CanvasRenderer
Method or attribute name: textAlign: CanvasTextAlign;
Initial version: 9|canvas.d.ts| +|Initial version changed|Class name: CanvasRenderer
Method or attribute name: textBaseline: CanvasTextBaseline;
Initial version: 8|Class name: CanvasRenderer
Method or attribute name: textBaseline: CanvasTextBaseline;
Initial version: 9|canvas.d.ts| +|Initial version changed|Class name: CanvasRenderer
Method or attribute name: getTransform(): Matrix2D;
Initial version: 8|Class name: CanvasRenderer
Method or attribute name: getTransform(): Matrix2D;
Initial version: 9|canvas.d.ts| +|Initial version changed|Class name: CanvasRenderer
Method or attribute name: resetTransform(): void;
Initial version: 8|Class name: CanvasRenderer
Method or attribute name: resetTransform(): void;
Initial version: 9|canvas.d.ts| +|Initial version changed|Class name: CanvasRenderer
Method or attribute name: rotate(angle: number): void;
Initial version: 8|Class name: CanvasRenderer
Method or attribute name: rotate(angle: number): void;
Initial version: 9|canvas.d.ts| +|Initial version changed|Class name: CanvasRenderer
Method or attribute name: scale(x: number, y: number): void;
Initial version: 8|Class name: CanvasRenderer
Method or attribute name: scale(x: number, y: number): void;
Initial version: 9|canvas.d.ts| +|Initial version changed|Class name: CanvasRenderer
Method or attribute name: setTransform(a: number, b: number, c: number, d: number, e: number, f: number): void;
Initial version: 8|Class name: CanvasRenderer
Method or attribute name: setTransform(a: number, b: number, c: number, d: number, e: number, f: number): void;
Initial version: 9|canvas.d.ts| +|Initial version changed|Class name: CanvasRenderer
Method or attribute name: setTransform(transform?: Matrix2D): void;
Initial version: 8|Class name: CanvasRenderer
Method or attribute name: setTransform(transform?: Matrix2D): void;
Initial version: 9|canvas.d.ts| +|Initial version changed|Class name: CanvasRenderer
Method or attribute name: transform(a: number, b: number, c: number, d: number, e: number, f: number): void;
Initial version: 8|Class name: CanvasRenderer
Method or attribute name: transform(a: number, b: number, c: number, d: number, e: number, f: number): void;
Initial version: 9|canvas.d.ts| +|Initial version changed|Class name: CanvasRenderer
Method or attribute name: translate(x: number, y: number): void;
Initial version: 8|Class name: CanvasRenderer
Method or attribute name: translate(x: number, y: number): void;
Initial version: 9|canvas.d.ts| +|Initial version changed|Class name: CanvasRenderer
Method or attribute name: transferFromImageBitmap(bitmap: ImageBitmap): void;
Initial version: 8|Class name: CanvasRenderer
Method or attribute name: transferFromImageBitmap(bitmap: ImageBitmap): void;
Initial version: 9|canvas.d.ts| +|Initial version changed|Class name: CanvasRenderingContext2D
Initial version: 8|Class name: CanvasRenderingContext2D
Initial version: 9|canvas.d.ts| +|Initial version changed|Class name: CanvasRenderingContext2D
Method or attribute name: readonly height: number;
Initial version: 8|Class name: CanvasRenderingContext2D
Method or attribute name: readonly height: number;
Initial version: 9|canvas.d.ts| +|Initial version changed|Class name: CanvasRenderingContext2D
Method or attribute name: readonly width: number;
Initial version: 8|Class name: CanvasRenderingContext2D
Method or attribute name: readonly width: number;
Initial version: 9|canvas.d.ts| +|Initial version changed|Class name: CanvasRenderingContext2D
Method or attribute name: toDataURL(type?: string, quality?: any): string;
Initial version: 8|Class name: CanvasRenderingContext2D
Method or attribute name: toDataURL(type?: string, quality?: any): string;
Initial version: 9|canvas.d.ts| +|Initial version changed|Class name: CanvasRenderingContext2D
Method or attribute name: constructor(settings?: RenderingContextSettings);
Initial version: 8|Class name: CanvasRenderingContext2D
Method or attribute name: constructor(settings?: RenderingContextSettings);
Initial version: 9|canvas.d.ts| +|Initial version changed|Class name: OffscreenCanvasRenderingContext2D
Initial version: 8|Class name: OffscreenCanvasRenderingContext2D
Initial version: 9|canvas.d.ts| +|Initial version changed|Class name: OffscreenCanvasRenderingContext2D
Method or attribute name: toDataURL(type?: string, quality?: any): string;
Initial version: 8|Class name: OffscreenCanvasRenderingContext2D
Method or attribute name: toDataURL(type?: string, quality?: any): string;
Initial version: 9|canvas.d.ts| +|Initial version changed|Class name: OffscreenCanvasRenderingContext2D
Method or attribute name: transferToImageBitmap(): ImageBitmap;
Initial version: 8|Class name: OffscreenCanvasRenderingContext2D
Method or attribute name: transferToImageBitmap(): ImageBitmap;
Initial version: 9|canvas.d.ts| +|Initial version changed|Class name: OffscreenCanvasRenderingContext2D
Method or attribute name: constructor(width: number, height: number, settings?: RenderingContextSettings);
Initial version: 8|Class name: OffscreenCanvasRenderingContext2D
Method or attribute name: constructor(width: number, height: number, settings?: RenderingContextSettings);
Initial version: 9|canvas.d.ts| +|Initial version changed|Class name: OffscreenCanvas
Initial version: 8|Class name: OffscreenCanvas
Initial version: 9|canvas.d.ts| +|Initial version changed|Class name: OffscreenCanvas
Method or attribute name: height: number;
Initial version: 8|Class name: OffscreenCanvas
Method or attribute name: height: number;
Initial version: 9|canvas.d.ts| +|Initial version changed|Class name: OffscreenCanvas
Method or attribute name: width: number;
Initial version: 8|Class name: OffscreenCanvas
Method or attribute name: width: number;
Initial version: 9|canvas.d.ts| +|Initial version changed|Class name: OffscreenCanvas
Method or attribute name: transferToImageBitmap(): ImageBitmap;
Initial version: 8|Class name: OffscreenCanvas
Method or attribute name: transferToImageBitmap(): ImageBitmap;
Initial version: 9|canvas.d.ts| +|Initial version changed|Class name: OffscreenCanvas
Method or attribute name: constructor(width: number, height: number);
Initial version: 8|Class name: OffscreenCanvas
Method or attribute name: constructor(width: number, height: number);
Initial version: 9|canvas.d.ts| +|Initial version changed|Class name: CanvasInterface
Initial version: 8|Class name: CanvasInterface
Initial version: 9|canvas.d.ts| +|Initial version changed|Class name: CanvasInterface
Method or attribute name: (context?: CanvasRenderingContext2D): CanvasAttribute;
Initial version: 8|Class name: CanvasInterface
Method or attribute name: (context?: CanvasRenderingContext2D): CanvasAttribute;
Initial version: 9|canvas.d.ts| +|Initial version changed|Class name: CanvasAttribute
Method or attribute name: onReady(event: () => void): CanvasAttribute;
Initial version: 8|Class name: CanvasAttribute
Method or attribute name: onReady(event: () => void): CanvasAttribute;
Initial version: 9|canvas.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const Canvas: CanvasInterface;
Initial version: N/A|Class name: global
Method or attribute name: declare const Canvas: CanvasInterface;
Initial version: 9|canvas.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const CanvasInstance: CanvasAttribute;
Initial version: N/A|Class name: global
Method or attribute name: declare const CanvasInstance: CanvasAttribute;
Initial version: 9|canvas.d.ts| +|Initial version changed|Class name: CheckboxOptions
Initial version: 8|Class name: CheckboxOptions
Initial version: 9|checkbox.d.ts| +|Initial version changed|Class name: CheckboxOptions
Method or attribute name: name?: string;
Initial version: 8|Class name: CheckboxOptions
Method or attribute name: name?: string;
Initial version: 9|checkbox.d.ts| +|Initial version changed|Class name: CheckboxOptions
Method or attribute name: group?: string;
Initial version: 8|Class name: CheckboxOptions
Method or attribute name: group?: string;
Initial version: 9|checkbox.d.ts| +|Initial version changed|Class name: CheckboxInterface
Initial version: 8|Class name: CheckboxInterface
Initial version: 9|checkbox.d.ts| +|Initial version changed|Class name: CheckboxInterface
Method or attribute name: (options?: CheckboxOptions): CheckboxAttribute;
Initial version: 8|Class name: CheckboxInterface
Method or attribute name: (options?: CheckboxOptions): CheckboxAttribute;
Initial version: 9|checkbox.d.ts| +|Initial version changed|Class name: CheckboxAttribute
Initial version: 8|Class name: CheckboxAttribute
Initial version: 9|checkbox.d.ts| +|Initial version changed|Class name: CheckboxAttribute
Method or attribute name: select(value: boolean): CheckboxAttribute;
Initial version: 8|Class name: CheckboxAttribute
Method or attribute name: select(value: boolean): CheckboxAttribute;
Initial version: 9|checkbox.d.ts| +|Initial version changed|Class name: CheckboxAttribute
Method or attribute name: selectedColor(value: ResourceColor): CheckboxAttribute;
Initial version: 8|Class name: CheckboxAttribute
Method or attribute name: selectedColor(value: ResourceColor): CheckboxAttribute;
Initial version: 9|checkbox.d.ts| +|Initial version changed|Class name: CheckboxAttribute
Method or attribute name: onChange(callback: (value: boolean) => void): CheckboxAttribute;
Initial version: 8|Class name: CheckboxAttribute
Method or attribute name: onChange(callback: (value: boolean) => void): CheckboxAttribute;
Initial version: 9|checkbox.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const Checkbox: CheckboxInterface;
Initial version: N/A|Class name: global
Method or attribute name: declare const Checkbox: CheckboxInterface;
Initial version: 9|checkbox.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const CheckboxInstance: CheckboxAttribute;
Initial version: N/A|Class name: global
Method or attribute name: declare const CheckboxInstance: CheckboxAttribute;
Initial version: 9|checkbox.d.ts| +|Initial version changed|Class name: SelectStatus
Initial version: 8|Class name: SelectStatus
Initial version: 9|checkboxgroup.d.ts| +|Initial version changed|Class name: SelectStatus
Method or attribute name: All
Initial version: 8|Class name: SelectStatus
Method or attribute name: All
Initial version: 9|checkboxgroup.d.ts| +|Initial version changed|Class name: SelectStatus
Method or attribute name: Part
Initial version: 8|Class name: SelectStatus
Method or attribute name: Part
Initial version: 9|checkboxgroup.d.ts| +|Initial version changed|Class name: SelectStatus
Method or attribute name: None
Initial version: 8|Class name: SelectStatus
Method or attribute name: None
Initial version: 9|checkboxgroup.d.ts| +|Initial version changed|Class name: CheckboxGroupOptions
Initial version: 8|Class name: CheckboxGroupOptions
Initial version: 9|checkboxgroup.d.ts| +|Initial version changed|Class name: CheckboxGroupOptions
Method or attribute name: group?: string;
Initial version: 8|Class name: CheckboxGroupOptions
Method or attribute name: group?: string;
Initial version: 9|checkboxgroup.d.ts| +|Initial version changed|Class name: CheckboxGroupResult
Initial version: 8|Class name: CheckboxGroupResult
Initial version: 9|checkboxgroup.d.ts| +|Initial version changed|Class name: CheckboxGroupResult
Method or attribute name: name: Array\;
Initial version: 8|Class name: CheckboxGroupResult
Method or attribute name: name: Array\;
Initial version: 9|checkboxgroup.d.ts| +|Initial version changed|Class name: CheckboxGroupResult
Method or attribute name: status: SelectStatus;
Initial version: 8|Class name: CheckboxGroupResult
Method or attribute name: status: SelectStatus;
Initial version: 9|checkboxgroup.d.ts| +|Initial version changed|Class name: CheckboxGroupInterface
Initial version: 8|Class name: CheckboxGroupInterface
Initial version: 9|checkboxgroup.d.ts| +|Initial version changed|Class name: CheckboxGroupInterface
Method or attribute name: (options?: CheckboxGroupOptions): CheckboxGroupAttribute;
Initial version: 8|Class name: CheckboxGroupInterface
Method or attribute name: (options?: CheckboxGroupOptions): CheckboxGroupAttribute;
Initial version: 9|checkboxgroup.d.ts| +|Initial version changed|Class name: CheckboxGroupAttribute
Initial version: 8|Class name: CheckboxGroupAttribute
Initial version: 9|checkboxgroup.d.ts| +|Initial version changed|Class name: CheckboxGroupAttribute
Method or attribute name: selectAll(value: boolean): CheckboxGroupAttribute;
Initial version: 8|Class name: CheckboxGroupAttribute
Method or attribute name: selectAll(value: boolean): CheckboxGroupAttribute;
Initial version: 9|checkboxgroup.d.ts| +|Initial version changed|Class name: CheckboxGroupAttribute
Method or attribute name: selectedColor(value: ResourceColor): CheckboxGroupAttribute;
Initial version: 8|Class name: CheckboxGroupAttribute
Method or attribute name: selectedColor(value: ResourceColor): CheckboxGroupAttribute;
Initial version: 9|checkboxgroup.d.ts| +|Initial version changed|Class name: CheckboxGroupAttribute
Method or attribute name: onChange(callback: (event: CheckboxGroupResult) => void): CheckboxGroupAttribute;
Initial version: 8|Class name: CheckboxGroupAttribute
Method or attribute name: onChange(callback: (event: CheckboxGroupResult) => void): CheckboxGroupAttribute;
Initial version: 9|checkboxgroup.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const CheckboxGroup: CheckboxGroupInterface;
Initial version: N/A|Class name: global
Method or attribute name: declare const CheckboxGroup: CheckboxGroupInterface;
Initial version: 9|checkboxgroup.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const CheckboxGroupInstance: CheckboxGroupAttribute;
Initial version: N/A|Class name: global
Method or attribute name: declare const CheckboxGroupInstance: CheckboxGroupAttribute;
Initial version: 9|checkboxgroup.d.ts| +|Initial version changed|Class name: CircleOptions
Initial version: 7|Class name: CircleOptions
Initial version: 9|circle.d.ts| +|Initial version changed|Class name: CircleOptions
Method or attribute name: width?: string \| number;
Initial version: 7|Class name: CircleOptions
Method or attribute name: width?: string \| number;
Initial version: 9|circle.d.ts| +|Initial version changed|Class name: CircleOptions
Method or attribute name: height?: string \| number;
Initial version: 7|Class name: CircleOptions
Method or attribute name: height?: string \| number;
Initial version: 9|circle.d.ts| +|Initial version changed|Class name: CircleInterface
Initial version: 7|Class name: CircleInterface
Initial version: 9|circle.d.ts| +|Initial version changed|Class name: CircleInterface
Method or attribute name: new (value?: CircleOptions): CircleAttribute;
Initial version: 7|Class name: CircleInterface
Method or attribute name: new (value?: CircleOptions): CircleAttribute;
Initial version: 9|circle.d.ts| +|Initial version changed|Class name: CircleInterface
Method or attribute name: (value?: CircleOptions): CircleAttribute;
Initial version: 7|Class name: CircleInterface
Method or attribute name: (value?: CircleOptions): CircleAttribute;
Initial version: 9|circle.d.ts| +|Initial version changed|Class name: CircleAttribute
Initial version: 7|Class name: CircleAttribute
Initial version: 9|circle.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const Circle: CircleInterface;
Initial version: N/A|Class name: global
Method or attribute name: declare const Circle: CircleInterface;
Initial version: 9|circle.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const CircleInstance: CircleAttribute;
Initial version: N/A|Class name: global
Method or attribute name: declare const CircleInstance: CircleAttribute;
Initial version: 9|circle.d.ts| +|Initial version changed|Class name: ColumnInterface
Initial version: 7|Class name: ColumnInterface
Initial version: 9|column.d.ts| +|Initial version changed|Class name: ColumnInterface
Method or attribute name: (value?: { space?: string \| number }): ColumnAttribute;
Initial version: 7|Class name: ColumnInterface
Method or attribute name: (value?: { space?: string \| number }): ColumnAttribute;
Initial version: 9|column.d.ts| +|Initial version changed|Class name: ColumnAttribute
Initial version: 7|Class name: ColumnAttribute
Initial version: 9|column.d.ts| +|Initial version changed|Class name: ColumnAttribute
Method or attribute name: alignItems(value: HorizontalAlign): ColumnAttribute;
Initial version: 7|Class name: ColumnAttribute
Method or attribute name: alignItems(value: HorizontalAlign): ColumnAttribute;
Initial version: 9|column.d.ts| +|Initial version changed|Class name: ColumnAttribute
Method or attribute name: justifyContent(value: FlexAlign): ColumnAttribute;
Initial version: 8|Class name: ColumnAttribute
Method or attribute name: justifyContent(value: FlexAlign): ColumnAttribute;
Initial version: 9|column.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const Column: ColumnInterface;
Initial version: N/A|Class name: global
Method or attribute name: declare const Column: ColumnInterface;
Initial version: 9|column.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const ColumnInstance: ColumnAttribute;
Initial version: N/A|Class name: global
Method or attribute name: declare const ColumnInstance: ColumnAttribute;
Initial version: 9|column.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const ColumnSplitInstance: ColumnSplitAttribute;
Initial version: N/A|Class name: global
Method or attribute name: declare const ColumnSplitInstance: ColumnSplitAttribute;
Initial version: 7|column_split.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const ColumnSplit: ColumnSplitInterface;
Initial version: N/A|Class name: global
Method or attribute name: declare const ColumnSplit: ColumnSplitInterface;
Initial version: 7|column_split.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const Component: ClassDecorator;
Initial version: 7|Class name: global
Method or attribute name: declare const Component: ClassDecorator;
Initial version: 9|common.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const Observed: ClassDecorator;
Initial version: 7|Class name: global
Method or attribute name: declare const Observed: ClassDecorator;
Initial version: 9|common.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const Preview: ClassDecorator & ((value: PreviewParams) => ClassDecorator);
Initial version: 7|Class name: global
Method or attribute name: declare const Preview: ClassDecorator & ((value: PreviewParams) => ClassDecorator);
Initial version: 9|common.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const BuilderParam: PropertyDecorator;
Initial version: 7|Class name: global
Method or attribute name: declare const BuilderParam: PropertyDecorator;
Initial version: 9|common.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const State: PropertyDecorator;
Initial version: 7|Class name: global
Method or attribute name: declare const State: PropertyDecorator;
Initial version: 9|common.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const Prop: PropertyDecorator;
Initial version: 7|Class name: global
Method or attribute name: declare const Prop: PropertyDecorator;
Initial version: 9|common.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const Link: PropertyDecorator;
Initial version: 7|Class name: global
Method or attribute name: declare const Link: PropertyDecorator;
Initial version: 9|common.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const ObjectLink: PropertyDecorator;
Initial version: 7|Class name: global
Method or attribute name: declare const ObjectLink: PropertyDecorator;
Initial version: 9|common.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const Provide: PropertyDecorator & ((value: string) => PropertyDecorator);
Initial version: 7|Class name: global
Method or attribute name: declare const Provide: PropertyDecorator & ((value: string) => PropertyDecorator);
Initial version: 9|common.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const Consume: PropertyDecorator & ((value: string) => PropertyDecorator);
Initial version: 7|Class name: global
Method or attribute name: declare const Consume: PropertyDecorator & ((value: string) => PropertyDecorator);
Initial version: 9|common.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const Watch: (value: string) => PropertyDecorator;
Initial version: 7|Class name: global
Method or attribute name: declare const Watch: (value: string) => PropertyDecorator;
Initial version: 9|common.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const Builder: MethodDecorator;
Initial version: 7|Class name: global
Method or attribute name: declare const Builder: MethodDecorator;
Initial version: 9|common.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const Styles: MethodDecorator;
Initial version: 8|Class name: global
Method or attribute name: declare const Styles: MethodDecorator;
Initial version: 9|common.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const Extend: MethodDecorator & ((value: any) => MethodDecorator);
Initial version: 7|Class name: global
Method or attribute name: declare const Extend: MethodDecorator & ((value: any) => MethodDecorator);
Initial version: 9|common.d.ts| +|Initial version changed|Class name: Configuration
Initial version: 7|Class name: Configuration
Initial version: 9|common.d.ts| +|Initial version changed|Class name: Configuration
Method or attribute name: readonly colorMode: string;
Initial version: 7|Class name: Configuration
Method or attribute name: readonly colorMode: string;
Initial version: 9|common.d.ts| +|Initial version changed|Class name: Configuration
Method or attribute name: readonly fontScale: number;
Initial version: 7|Class name: Configuration
Method or attribute name: readonly fontScale: number;
Initial version: 9|common.d.ts| +|Initial version changed|Class name: Rectangle
Initial version: 8|Class name: Rectangle
Initial version: 9|common.d.ts| +|Initial version changed|Class name: Rectangle
Method or attribute name: x?: Length;
Initial version: 8|Class name: Rectangle
Method or attribute name: x?: Length;
Initial version: 9|common.d.ts| +|Initial version changed|Class name: Rectangle
Method or attribute name: y?: Length;
Initial version: 8|Class name: Rectangle
Method or attribute name: y?: Length;
Initial version: 9|common.d.ts| +|Initial version changed|Class name: Rectangle
Method or attribute name: width?: Length;
Initial version: 8|Class name: Rectangle
Method or attribute name: width?: Length;
Initial version: 9|common.d.ts| +|Initial version changed|Class name: Rectangle
Method or attribute name: height?: Length;
Initial version: 8|Class name: Rectangle
Method or attribute name: height?: Length;
Initial version: 9|common.d.ts| +|Initial version changed|Class name:
Method or attribute name: function $r(value: string, ...params: any[]): Resource;
Initial version: 7|Class name:
Method or attribute name: function $r(value: string, ...params: any[]): Resource;
Initial version: 9|common.d.ts| +|Initial version changed|Class name:
Method or attribute name: function $rawfile(value: string): Resource;
Initial version: 7|Class name:
Method or attribute name: function $rawfile(value: string): Resource;
Initial version: 9|common.d.ts| +|Initial version changed|Class name: AnimateParam
Initial version: 7|Class name: AnimateParam
Initial version: 9|common.d.ts| +|Initial version changed|Class name: AnimateParam
Method or attribute name: duration?: number;
Initial version: 7|Class name: AnimateParam
Method or attribute name: duration?: number;
Initial version: 9|common.d.ts| +|Initial version changed|Class name: AnimateParam
Method or attribute name: playMode?: PlayMode;
Initial version: 7|Class name: AnimateParam
Method or attribute name: playMode?: PlayMode;
Initial version: 9|common.d.ts| +|Initial version changed|Class name: AnimateParam
Method or attribute name: onFinish?: () => void;
Initial version: 7|Class name: AnimateParam
Method or attribute name: onFinish?: () => void;
Initial version: 9|common.d.ts| +|Initial version changed|Class name: TranslateOptions
Initial version: 7|Class name: TranslateOptions
Initial version: 9|common.d.ts| +|Initial version changed|Class name: TranslateOptions
Method or attribute name: x?: number \| string;
Initial version: 7|Class name: TranslateOptions
Method or attribute name: x?: number \| string;
Initial version: 9|common.d.ts| +|Initial version changed|Class name: TranslateOptions
Method or attribute name: y?: number \| string;
Initial version: 7|Class name: TranslateOptions
Method or attribute name: y?: number \| string;
Initial version: 9|common.d.ts| +|Initial version changed|Class name: TranslateOptions
Method or attribute name: z?: number \| string;
Initial version: 7|Class name: TranslateOptions
Method or attribute name: z?: number \| string;
Initial version: 9|common.d.ts| +|Initial version changed|Class name: ScaleOptions
Initial version: 7|Class name: ScaleOptions
Initial version: 9|common.d.ts| +|Initial version changed|Class name: ScaleOptions
Method or attribute name: x?: number;
Initial version: 7|Class name: ScaleOptions
Method or attribute name: x?: number;
Initial version: 9|common.d.ts| +|Initial version changed|Class name: ScaleOptions
Method or attribute name: y?: number;
Initial version: 7|Class name: ScaleOptions
Method or attribute name: y?: number;
Initial version: 9|common.d.ts| +|Initial version changed|Class name: ScaleOptions
Method or attribute name: z?: number;
Initial version: 7|Class name: ScaleOptions
Method or attribute name: z?: number;
Initial version: 9|common.d.ts| +|Initial version changed|Class name: ScaleOptions
Method or attribute name: centerX?: number \| string;
Initial version: 7|Class name: ScaleOptions
Method or attribute name: centerX?: number \| string;
Initial version: 9|common.d.ts| +|Initial version changed|Class name: ScaleOptions
Method or attribute name: centerY?: number \| string;
Initial version: 7|Class name: ScaleOptions
Method or attribute name: centerY?: number \| string;
Initial version: 9|common.d.ts| +|Initial version changed|Class name: RotateOptions
Method or attribute name: x?: number;
Initial version: 7|Class name: RotateOptions
Method or attribute name: x?: number;
Initial version: 9|common.d.ts| +|Initial version changed|Class name: RotateOptions
Method or attribute name: y?: number;
Initial version: 7|Class name: RotateOptions
Method or attribute name: y?: number;
Initial version: 9|common.d.ts| +|Initial version changed|Class name: RotateOptions
Method or attribute name: z?: number;
Initial version: 7|Class name: RotateOptions
Method or attribute name: z?: number;
Initial version: 9|common.d.ts| +|Initial version changed|Class name: RotateOptions
Method or attribute name: centerX?: number \| string;
Initial version: 7|Class name: RotateOptions
Method or attribute name: centerX?: number \| string;
Initial version: 9|common.d.ts| +|Initial version changed|Class name: RotateOptions
Method or attribute name: centerY?: number \| string;
Initial version: 7|Class name: RotateOptions
Method or attribute name: centerY?: number \| string;
Initial version: 9|common.d.ts| +|Initial version changed|Class name: RotateOptions
Method or attribute name: angle: number \| string;
Initial version: 7|Class name: RotateOptions
Method or attribute name: angle: number \| string;
Initial version: 9|common.d.ts| +|Initial version changed|Class name: TransitionOptions
Initial version: 7|Class name: TransitionOptions
Initial version: 9|common.d.ts| +|Initial version changed|Class name: TransitionOptions
Method or attribute name: type?: TransitionType;
Initial version: 7|Class name: TransitionOptions
Method or attribute name: type?: TransitionType;
Initial version: 9|common.d.ts| +|Initial version changed|Class name: TransitionOptions
Method or attribute name: opacity?: number;
Initial version: 7|Class name: TransitionOptions
Method or attribute name: opacity?: number;
Initial version: 9|common.d.ts| +|Initial version changed|Class name: TransitionOptions
Method or attribute name: translate?: TranslateOptions;
Initial version: 7|Class name: TransitionOptions
Method or attribute name: translate?: TranslateOptions;
Initial version: 9|common.d.ts| +|Initial version changed|Class name: TransitionOptions
Method or attribute name: scale?: ScaleOptions;
Initial version: 7|Class name: TransitionOptions
Method or attribute name: scale?: ScaleOptions;
Initial version: 9|common.d.ts| +|Initial version changed|Class name: TransitionOptions
Method or attribute name: rotate?: RotateOptions;
Initial version: 7|Class name: TransitionOptions
Method or attribute name: rotate?: RotateOptions;
Initial version: 9|common.d.ts| +|Initial version changed|Class name:
Method or attribute name: function animateTo(value: AnimateParam, event: () => void): void;
Initial version: 7|Class name:
Method or attribute name: function animateTo(value: AnimateParam, event: () => void): void;
Initial version: 9|common.d.ts| +|Initial version changed|Class name:
Method or attribute name: function vp2px(value: number): number;
Initial version: 7|Class name:
Method or attribute name: function vp2px(value: number): number;
Initial version: 9|common.d.ts| +|Initial version changed|Class name:
Method or attribute name: function px2vp(value: number): number;
Initial version: 7|Class name:
Method or attribute name: function px2vp(value: number): number;
Initial version: 9|common.d.ts| +|Initial version changed|Class name:
Method or attribute name: function fp2px(value: number): number;
Initial version: 7|Class name:
Method or attribute name: function fp2px(value: number): number;
Initial version: 9|common.d.ts| +|Initial version changed|Class name:
Method or attribute name: function px2fp(value: number): number;
Initial version: 7|Class name:
Method or attribute name: function px2fp(value: number): number;
Initial version: 9|common.d.ts| +|Initial version changed|Class name:
Method or attribute name: function lpx2px(value: number): number;
Initial version: 7|Class name:
Method or attribute name: function lpx2px(value: number): number;
Initial version: 9|common.d.ts| +|Initial version changed|Class name:
Method or attribute name: function px2lpx(value: number): number;
Initial version: 7|Class name:
Method or attribute name: function px2lpx(value: number): number;
Initial version: 9|common.d.ts| +|Initial version changed|Class name: EventTarget
Initial version: 8|Class name: EventTarget
Initial version: 9|common.d.ts| +|Initial version changed|Class name: EventTarget
Method or attribute name: area: Area;
Initial version: 8|Class name: EventTarget
Method or attribute name: area: Area;
Initial version: 9|common.d.ts| +|Initial version changed|Class name: BaseEvent
Initial version: 8|Class name: BaseEvent
Initial version: 9|common.d.ts| +|Initial version changed|Class name: BaseEvent
Method or attribute name: target: EventTarget;
Initial version: 8|Class name: BaseEvent
Method or attribute name: target: EventTarget;
Initial version: 9|common.d.ts| +|Initial version changed|Class name: BaseEvent
Method or attribute name: timestamp: number;
Initial version: 8|Class name: BaseEvent
Method or attribute name: timestamp: number;
Initial version: 9|common.d.ts| +|Initial version changed|Class name: BaseEvent
Method or attribute name: source: SourceType;
Initial version: 8|Class name: BaseEvent
Method or attribute name: source: SourceType;
Initial version: 9|common.d.ts| +|Initial version changed|Class name: ClickEvent
Initial version: 7|Class name: ClickEvent
Initial version: 9|common.d.ts| +|Initial version changed|Class name: ClickEvent
Method or attribute name: screenX: number;
Initial version: 7|Class name: ClickEvent
Method or attribute name: screenX: number;
Initial version: 9|common.d.ts| +|Initial version changed|Class name: ClickEvent
Method or attribute name: screenY: number;
Initial version: 7|Class name: ClickEvent
Method or attribute name: screenY: number;
Initial version: 9|common.d.ts| +|Initial version changed|Class name: ClickEvent
Method or attribute name: x: number;
Initial version: 7|Class name: ClickEvent
Method or attribute name: x: number;
Initial version: 9|common.d.ts| +|Initial version changed|Class name: ClickEvent
Method or attribute name: y: number;
Initial version: 7|Class name: ClickEvent
Method or attribute name: y: number;
Initial version: 9|common.d.ts| +|Initial version changed|Class name: StateStyles
Initial version: 8|Class name: StateStyles
Initial version: 9|common.d.ts| +|Initial version changed|Class name: StateStyles
Method or attribute name: normal?: any;
Initial version: 8|Class name: StateStyles
Method or attribute name: normal?: any;
Initial version: 9|common.d.ts| +|Initial version changed|Class name: StateStyles
Method or attribute name: pressed?: any;
Initial version: 8|Class name: StateStyles
Method or attribute name: pressed?: any;
Initial version: 9|common.d.ts| +|Initial version changed|Class name: StateStyles
Method or attribute name: disabled?: any;
Initial version: 8|Class name: StateStyles
Method or attribute name: disabled?: any;
Initial version: 9|common.d.ts| +|Initial version changed|Class name: StateStyles
Method or attribute name: focused?: any;
Initial version: 8|Class name: StateStyles
Method or attribute name: focused?: any;
Initial version: 9|common.d.ts| +|Initial version changed|Class name: StateStyles
Method or attribute name: clicked?: any;
Initial version: 8|Class name: StateStyles
Method or attribute name: clicked?: any;
Initial version: 9|common.d.ts| +|Initial version changed|Class name: CommonMethod
Initial version: 7|Class name: CommonMethod
Initial version: 9|common.d.ts| +|Initial version changed|Class name: CommonMethod
Method or attribute name: constructor();
Initial version: 7|Class name: CommonMethod
Method or attribute name: constructor();
Initial version: 9|common.d.ts| +|Initial version changed|Class name: CommonMethod
Method or attribute name: width(value: Length): T;
Initial version: 7|Class name: CommonMethod
Method or attribute name: width(value: Length): T;
Initial version: 9|common.d.ts| +|Initial version changed|Class name: CommonMethod
Method or attribute name: height(value: Length): T;
Initial version: 7|Class name: CommonMethod
Method or attribute name: height(value: Length): T;
Initial version: 9|common.d.ts| +|Initial version changed|Class name: CommonMethod
Method or attribute name: responseRegion(value: Array\ \| Rectangle): T;
Initial version: 8|Class name: CommonMethod
Method or attribute name: responseRegion(value: Array\ \| Rectangle): T;
Initial version: 9|common.d.ts| +|Initial version changed|Class name: CommonMethod
Method or attribute name: size(value: SizeOptions): T;
Initial version: 7|Class name: CommonMethod
Method or attribute name: size(value: SizeOptions): T;
Initial version: 9|common.d.ts| +|Initial version changed|Class name: CommonMethod
Method or attribute name: constraintSize(value: ConstraintSizeOptions): T;
Initial version: 7|Class name: CommonMethod
Method or attribute name: constraintSize(value: ConstraintSizeOptions): T;
Initial version: 9|common.d.ts| +|Initial version changed|Class name: CommonMethod
Method or attribute name: layoutWeight(value: number \| string): T;
Initial version: 7|Class name: CommonMethod
Method or attribute name: layoutWeight(value: number \| string): T;
Initial version: 9|common.d.ts| +|Initial version changed|Class name: CommonMethod
Method or attribute name: padding(value: Padding \| Length): T;
Initial version: 7|Class name: CommonMethod
Method or attribute name: padding(value: Padding \| Length): T;
Initial version: 9|common.d.ts| +|Initial version changed|Class name: CommonMethod
Method or attribute name: margin(value: Margin \| Length): T;
Initial version: 7|Class name: CommonMethod
Method or attribute name: margin(value: Margin \| Length): T;
Initial version: 9|common.d.ts| +|Initial version changed|Class name: CommonMethod
Method or attribute name: backgroundColor(value: ResourceColor): T;
Initial version: 7|Class name: CommonMethod
Method or attribute name: backgroundColor(value: ResourceColor): T;
Initial version: 9|common.d.ts| +|Initial version changed|Class name: CommonMethod
Method or attribute name: backgroundImage(src: ResourceStr, repeat?: ImageRepeat): T;
Initial version: 7|Class name: CommonMethod
Method or attribute name: backgroundImage(src: ResourceStr, repeat?: ImageRepeat): T;
Initial version: 9|common.d.ts| +|Initial version changed|Class name: CommonMethod
Method or attribute name: backgroundImageSize(value: SizeOptions \| ImageSize): T;
Initial version: 7|Class name: CommonMethod
Method or attribute name: backgroundImageSize(value: SizeOptions \| ImageSize): T;
Initial version: 9|common.d.ts| +|Initial version changed|Class name: CommonMethod
Method or attribute name: backgroundImagePosition(value: Position \| Alignment): T;
Initial version: 7|Class name: CommonMethod
Method or attribute name: backgroundImagePosition(value: Position \| Alignment): T;
Initial version: 9|common.d.ts| +|Initial version changed|Class name: CommonMethod
Method or attribute name: opacity(value: number \| Resource): T;
Initial version: 7|Class name: CommonMethod
Method or attribute name: opacity(value: number \| Resource): T;
Initial version: 9|common.d.ts| +|Initial version changed|Class name: CommonMethod
Method or attribute name: border(value: BorderOptions): T;
Initial version: 7|Class name: CommonMethod
Method or attribute name: border(value: BorderOptions): T;
Initial version: 9|common.d.ts| +|Initial version changed|Class name: CommonMethod
Method or attribute name: borderStyle(value: BorderStyle): T;
Initial version: 7|Class name: CommonMethod
Method or attribute name: borderStyle(value: BorderStyle): T;
Initial version: 9|common.d.ts| +|Initial version changed|Class name: CommonMethod
Method or attribute name: borderWidth(value: Length): T;
Initial version: 7|Class name: CommonMethod
Method or attribute name: borderWidth(value: Length): T;
Initial version: 9|common.d.ts| +|Initial version changed|Class name: CommonMethod
Method or attribute name: borderColor(value: ResourceColor): T;
Initial version: 7|Class name: CommonMethod
Method or attribute name: borderColor(value: ResourceColor): T;
Initial version: 9|common.d.ts| +|Initial version changed|Class name: CommonMethod
Method or attribute name: borderRadius(value: Length): T;
Initial version: 7|Class name: CommonMethod
Method or attribute name: borderRadius(value: Length): T;
Initial version: 9|common.d.ts| +|Initial version changed|Class name: CommonMethod
Method or attribute name: onClick(event: (event?: ClickEvent) => void): T;
Initial version: 7|Class name: CommonMethod
Method or attribute name: onClick(event: (event?: ClickEvent) => void): T;
Initial version: 9|common.d.ts| +|Initial version changed|Class name: CommonMethod
Method or attribute name: animation(value: AnimateParam): T;
Initial version: 7|Class name: CommonMethod
Method or attribute name: animation(value: AnimateParam): T;
Initial version: 9|common.d.ts| +|Initial version changed|Class name: CommonMethod
Method or attribute name: transition(value: TransitionOptions): T;
Initial version: 7|Class name: CommonMethod
Method or attribute name: transition(value: TransitionOptions): T;
Initial version: 9|common.d.ts| +|Initial version changed|Class name: CommonMethod
Method or attribute name: blur(value: number): T;
Initial version: 7|Class name: CommonMethod
Method or attribute name: blur(value: number): T;
Initial version: 9|common.d.ts| +|Initial version changed|Class name: CommonMethod
Method or attribute name: brightness(value: number): T;
Initial version: 7|Class name: CommonMethod
Method or attribute name: brightness(value: number): T;
Initial version: 9|common.d.ts| +|Initial version changed|Class name: CommonMethod
Method or attribute name: contrast(value: number): T;
Initial version: 7|Class name: CommonMethod
Method or attribute name: contrast(value: number): T;
Initial version: 9|common.d.ts| +|Initial version changed|Class name: CommonMethod
Method or attribute name: grayscale(value: number): T;
Initial version: 7|Class name: CommonMethod
Method or attribute name: grayscale(value: number): T;
Initial version: 9|common.d.ts| +|Initial version changed|Class name: CommonMethod
Method or attribute name: colorBlend(value: Color \| string \| Resource): T;
Initial version: 7|Class name: CommonMethod
Method or attribute name: colorBlend(value: Color \| string \| Resource): T;
Initial version: 9|common.d.ts| +|Initial version changed|Class name: CommonMethod
Method or attribute name: saturate(value: number): T;
Initial version: 7|Class name: CommonMethod
Method or attribute name: saturate(value: number): T;
Initial version: 9|common.d.ts| +|Initial version changed|Class name: CommonMethod
Method or attribute name: sepia(value: number): T;
Initial version: 7|Class name: CommonMethod
Method or attribute name: sepia(value: number): T;
Initial version: 9|common.d.ts| +|Initial version changed|Class name: CommonMethod
Method or attribute name: invert(value: number): T;
Initial version: 7|Class name: CommonMethod
Method or attribute name: invert(value: number): T;
Initial version: 9|common.d.ts| +|Initial version changed|Class name: CommonMethod
Method or attribute name: hueRotate(value: number \| string): T;
Initial version: 7|Class name: CommonMethod
Method or attribute name: hueRotate(value: number \| string): T;
Initial version: 9|common.d.ts| +|Initial version changed|Class name: CommonMethod
Method or attribute name: backdropBlur(value: number): T;
Initial version: 7|Class name: CommonMethod
Method or attribute name: backdropBlur(value: number): T;
Initial version: 9|common.d.ts| +|Initial version changed|Class name: CommonMethod
Method or attribute name: translate(value: TranslateOptions): T;
Initial version: 7|Class name: CommonMethod
Method or attribute name: translate(value: TranslateOptions): T;
Initial version: 9|common.d.ts| +|Initial version changed|Class name: CommonMethod
Method or attribute name: scale(value: ScaleOptions): T;
Initial version: 7|Class name: CommonMethod
Method or attribute name: scale(value: ScaleOptions): T;
Initial version: 9|common.d.ts| +|Initial version changed|Class name: CommonMethod
Method or attribute name: rotate(value: RotateOptions): T;
Initial version: 7|Class name: CommonMethod
Method or attribute name: rotate(value: RotateOptions): T;
Initial version: 9|common.d.ts| +|Initial version changed|Class name: CommonMethod
Method or attribute name: onAppear(event: () => void): T;
Initial version: 7|Class name: CommonMethod
Method or attribute name: onAppear(event: () => void): T;
Initial version: 9|common.d.ts| +|Initial version changed|Class name: CommonMethod
Method or attribute name: onDisAppear(event: () => void): T;
Initial version: 7|Class name: CommonMethod
Method or attribute name: onDisAppear(event: () => void): T;
Initial version: 9|common.d.ts| +|Initial version changed|Class name: CommonMethod
Method or attribute name: visibility(value: Visibility): T;
Initial version: 7|Class name: CommonMethod
Method or attribute name: visibility(value: Visibility): T;
Initial version: 9|common.d.ts| +|Initial version changed|Class name: CommonMethod
Method or attribute name: flexGrow(value: number): T;
Initial version: 7|Class name: CommonMethod
Method or attribute name: flexGrow(value: number): T;
Initial version: 9|common.d.ts| +|Initial version changed|Class name: CommonMethod
Method or attribute name: flexShrink(value: number): T;
Initial version: 7|Class name: CommonMethod
Method or attribute name: flexShrink(value: number): T;
Initial version: 9|common.d.ts| +|Initial version changed|Class name: CommonMethod
Method or attribute name: flexBasis(value: number \| string): T;
Initial version: 7|Class name: CommonMethod
Method or attribute name: flexBasis(value: number \| string): T;
Initial version: 9|common.d.ts| +|Initial version changed|Class name: CommonMethod
Method or attribute name: alignSelf(value: ItemAlign): T;
Initial version: 7|Class name: CommonMethod
Method or attribute name: alignSelf(value: ItemAlign): T;
Initial version: 9|common.d.ts| +|Initial version changed|Class name: CommonMethod
Method or attribute name: displayPriority(value: number): T;
Initial version: 7|Class name: CommonMethod
Method or attribute name: displayPriority(value: number): T;
Initial version: 9|common.d.ts| +|Initial version changed|Class name: CommonMethod
Method or attribute name: zIndex(value: number): T;
Initial version: 7|Class name: CommonMethod
Method or attribute name: zIndex(value: number): T;
Initial version: 9|common.d.ts| +|Initial version changed|Class name: CommonMethod
Method or attribute name: direction(value: Direction): T;
Initial version: 7|Class name: CommonMethod
Method or attribute name: direction(value: Direction): T;
Initial version: 9|common.d.ts| +|Initial version changed|Class name: CommonMethod
Method or attribute name: align(value: Alignment): T;
Initial version: 7|Class name: CommonMethod
Method or attribute name: align(value: Alignment): T;
Initial version: 9|common.d.ts| +|Initial version changed|Class name: CommonMethod
Method or attribute name: position(value: Position): T;
Initial version: 7|Class name: CommonMethod
Method or attribute name: position(value: Position): T;
Initial version: 9|common.d.ts| +|Initial version changed|Class name: CommonMethod
Method or attribute name: markAnchor(value: Position): T;
Initial version: 7|Class name: CommonMethod
Method or attribute name: markAnchor(value: Position): T;
Initial version: 9|common.d.ts| +|Initial version changed|Class name: CommonMethod
Method or attribute name: offset(value: Position): T;
Initial version: 7|Class name: CommonMethod
Method or attribute name: offset(value: Position): T;
Initial version: 9|common.d.ts| +|Initial version changed|Class name: CommonMethod
Method or attribute name: enabled(value: boolean): T;
Initial version: 7|Class name: CommonMethod
Method or attribute name: enabled(value: boolean): T;
Initial version: 9|common.d.ts| +|Initial version changed|Class name: CommonMethod
Method or attribute name: aspectRatio(value: number): T;
Initial version: 7|Class name: CommonMethod
Method or attribute name: aspectRatio(value: number): T;
Initial version: 9|common.d.ts| +|Initial version changed|Class name: CommonMethod
Method or attribute name: overlay(value: string, options?: { align?: Alignment; offset?: { x?: number; y?: number } }): T;
Initial version: 7|Class name: CommonMethod
Method or attribute name: overlay(value: string, options?: { align?: Alignment; offset?: { x?: number; y?: number } }): T;
Initial version: 9|common.d.ts| +|Initial version changed|Class name: CommonMethod
Method or attribute name: linearGradient(value: {
angle?: number \| string;
direction?: GradientDirection;
colors: Array\;
repeating?: boolean;
}): T;
Initial version: 7|Class name: CommonMethod
Method or attribute name: linearGradient(value: {
angle?: number \| string;
direction?: GradientDirection;
colors: Array\;
repeating?: boolean;
}): T;
Initial version: 9|common.d.ts| +|Initial version changed|Class name: CommonMethod
Method or attribute name: sweepGradient(value: {
center: Array\;
start?: number \| string;
end?: number \| string;
rotation?: number \| string;
colors: Array\;
repeating?: boolean;
}): T;
Initial version: 7|Class name: CommonMethod
Method or attribute name: sweepGradient(value: {
center: Array\;
start?: number \| string;
end?: number \| string;
rotation?: number \| string;
colors: Array\;
repeating?: boolean;
}): T;
Initial version: 9|common.d.ts| +|Initial version changed|Class name: CommonMethod
Method or attribute name: radialGradient(value: { center: Array\; radius: number \| string; colors: Array\; repeating?: boolean }): T;
Initial version: 7|Class name: CommonMethod
Method or attribute name: radialGradient(value: { center: Array\; radius: number \| string; colors: Array\; repeating?: boolean }): T;
Initial version: 9|common.d.ts| +|Initial version changed|Class name: CommonMethod
Method or attribute name: shadow(value: {
radius: number \| Resource;
color?: Color \| string \| Resource;
offsetX?: number \| Resource;
offsetY?: number \| Resource;
}): T;
Initial version: 7|Class name: CommonMethod
Method or attribute name: shadow(value: {
radius: number \| Resource;
color?: Color \| string \| Resource;
offsetX?: number \| Resource;
offsetY?: number \| Resource;
}): T;
Initial version: 9|common.d.ts| +|Initial version changed|Class name: CommonMethod
Method or attribute name: clip(value: boolean \| CircleAttribute \| EllipseAttribute \| PathAttribute \| RectAttribute): T;
Initial version: 7|Class name: CommonMethod
Method or attribute name: clip(value: boolean \| CircleAttribute \| EllipseAttribute \| PathAttribute \| RectAttribute): T;
Initial version: 9|common.d.ts| +|Initial version changed|Class name: CommonMethod
Method or attribute name: mask(value: CircleAttribute \| EllipseAttribute \| PathAttribute \| RectAttribute): T;
Initial version: 7|Class name: CommonMethod
Method or attribute name: mask(value: CircleAttribute \| EllipseAttribute \| PathAttribute \| RectAttribute): T;
Initial version: 9|common.d.ts| +|Initial version changed|Class name: CommonMethod
Method or attribute name: id(value: string): T;
Initial version: 8|Class name: CommonMethod
Method or attribute name: id(value: string): T;
Initial version: 9|common.d.ts| +|Initial version changed|Class name: CommonMethod
Method or attribute name: stateStyles(value: StateStyles): T;
Initial version: 8|Class name: CommonMethod
Method or attribute name: stateStyles(value: StateStyles): T;
Initial version: 9|common.d.ts| +|Initial version changed|Class name: CommonAttribute
Initial version: 7|Class name: CommonAttribute
Initial version: 9|common.d.ts| +|Initial version changed|Class name: CommonInterface
Initial version: 7|Class name: CommonInterface
Initial version: 9|common.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const CommonInstance: CommonAttribute;
Initial version: 7|Class name: global
Method or attribute name: declare const CommonInstance: CommonAttribute;
Initial version: 9|common.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const Common: CommonInterface;
Initial version: 7|Class name: global
Method or attribute name: declare const Common: CommonInterface;
Initial version: 9|common.d.ts| +|Initial version changed|Class name: CommonShapeMethod
Initial version: 7|Class name: CommonShapeMethod
Initial version: 9|common.d.ts| +|Initial version changed|Class name: CommonShapeMethod
Method or attribute name: constructor();
Initial version: 7|Class name: CommonShapeMethod
Method or attribute name: constructor();
Initial version: 9|common.d.ts| +|Initial version changed|Class name: CommonShapeMethod
Method or attribute name: stroke(value: ResourceColor): T;
Initial version: 7|Class name: CommonShapeMethod
Method or attribute name: stroke(value: ResourceColor): T;
Initial version: 9|common.d.ts| +|Initial version changed|Class name: CommonShapeMethod
Method or attribute name: fill(value: ResourceColor): T;
Initial version: 7|Class name: CommonShapeMethod
Method or attribute name: fill(value: ResourceColor): T;
Initial version: 9|common.d.ts| +|Initial version changed|Class name: CommonShapeMethod
Method or attribute name: strokeDashOffset(value: number \| string): T;
Initial version: 7|Class name: CommonShapeMethod
Method or attribute name: strokeDashOffset(value: number \| string): T;
Initial version: 9|common.d.ts| +|Initial version changed|Class name: CommonShapeMethod
Method or attribute name: strokeLineCap(value: LineCapStyle): T;
Initial version: 7|Class name: CommonShapeMethod
Method or attribute name: strokeLineCap(value: LineCapStyle): T;
Initial version: 9|common.d.ts| +|Initial version changed|Class name: CommonShapeMethod
Method or attribute name: strokeLineJoin(value: LineJoinStyle): T;
Initial version: 7|Class name: CommonShapeMethod
Method or attribute name: strokeLineJoin(value: LineJoinStyle): T;
Initial version: 9|common.d.ts| +|Initial version changed|Class name: CommonShapeMethod
Method or attribute name: strokeMiterLimit(value: number \| string): T;
Initial version: 7|Class name: CommonShapeMethod
Method or attribute name: strokeMiterLimit(value: number \| string): T;
Initial version: 9|common.d.ts| +|Initial version changed|Class name: CommonShapeMethod
Method or attribute name: strokeOpacity(value: number \| string \| Resource): T;
Initial version: 7|Class name: CommonShapeMethod
Method or attribute name: strokeOpacity(value: number \| string \| Resource): T;
Initial version: 9|common.d.ts| +|Initial version changed|Class name: CommonShapeMethod
Method or attribute name: fillOpacity(value: number \| string \| Resource): T;
Initial version: 7|Class name: CommonShapeMethod
Method or attribute name: fillOpacity(value: number \| string \| Resource): T;
Initial version: 9|common.d.ts| +|Initial version changed|Class name: CommonShapeMethod
Method or attribute name: strokeWidth(value: Length): T;
Initial version: 7|Class name: CommonShapeMethod
Method or attribute name: strokeWidth(value: Length): T;
Initial version: 9|common.d.ts| +|Initial version changed|Class name: CommonShapeMethod
Method or attribute name: antiAlias(value: boolean): T;
Initial version: 7|Class name: CommonShapeMethod
Method or attribute name: antiAlias(value: boolean): T;
Initial version: 9|common.d.ts| +|Initial version changed|Class name: CommonShapeMethod
Method or attribute name: strokeDashArray(value: Array\): T;
Initial version: 7|Class name: CommonShapeMethod
Method or attribute name: strokeDashArray(value: Array\): T;
Initial version: 9|common.d.ts| +|Initial version changed|Class name: CustomComponent
Method or attribute name: build(): void;
Initial version: 7|Class name: CustomComponent
Method or attribute name: build(): void;
Initial version: 9|common.d.ts| +|Initial version changed|Class name: CustomComponent
Method or attribute name: aboutToAppear?(): void;
Initial version: 7|Class name: CustomComponent
Method or attribute name: aboutToAppear?(): void;
Initial version: 9|common.d.ts| +|Initial version changed|Class name: CustomComponent
Method or attribute name: aboutToDisappear?(): void;
Initial version: 7|Class name: CustomComponent
Method or attribute name: aboutToDisappear?(): void;
Initial version: 9|common.d.ts| +|Initial version changed|Class name: View
Initial version: 7|Class name: View
Initial version: 9|common.d.ts| +|Initial version changed|Class name: CounterInterface
Initial version: 7|Class name: CounterInterface
Initial version: 9|counter.d.ts| +|Initial version changed|Class name: CounterInterface
Method or attribute name: (): CounterAttribute;
Initial version: 7|Class name: CounterInterface
Method or attribute name: (): CounterAttribute;
Initial version: 9|counter.d.ts| +|Initial version changed|Class name: CounterAttribute
Initial version: 7|Class name: CounterAttribute
Initial version: 9|counter.d.ts| +|Initial version changed|Class name: CounterAttribute
Method or attribute name: onInc(event: () => void): CounterAttribute;
Initial version: 7|Class name: CounterAttribute
Method or attribute name: onInc(event: () => void): CounterAttribute;
Initial version: 9|counter.d.ts| +|Initial version changed|Class name: CounterAttribute
Method or attribute name: onDec(event: () => void): CounterAttribute;
Initial version: 7|Class name: CounterAttribute
Method or attribute name: onDec(event: () => void): CounterAttribute;
Initial version: 9|counter.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const CounterInstance: CounterAttribute;
Initial version: N/A|Class name: global
Method or attribute name: declare const CounterInstance: CounterAttribute;
Initial version: 9|counter.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const Counter: CounterInterface;
Initial version: N/A|Class name: global
Method or attribute name: declare const Counter: CounterInterface;
Initial version: 9|counter.d.ts| +|Initial version changed|Class name: DataPanelType
Initial version: 8|Class name: DataPanelType
Initial version: 9|data_panel.d.ts| +|Initial version changed|Class name: DataPanelType
Method or attribute name: Line
Initial version: 8|Class name: DataPanelType
Method or attribute name: Line
Initial version: 9|data_panel.d.ts| +|Initial version changed|Class name: DataPanelType
Method or attribute name: Circle
Initial version: 8|Class name: DataPanelType
Method or attribute name: Circle
Initial version: 9|data_panel.d.ts| +|Initial version changed|Class name: DataPanelOptions
Initial version: 7|Class name: DataPanelOptions
Initial version: 9|data_panel.d.ts| +|Initial version changed|Class name: DataPanelOptions
Method or attribute name: values: number[];
Initial version: 7|Class name: DataPanelOptions
Method or attribute name: values: number[];
Initial version: 9|data_panel.d.ts| +|Initial version changed|Class name: DataPanelOptions
Method or attribute name: max?: number;
Initial version: 7|Class name: DataPanelOptions
Method or attribute name: max?: number;
Initial version: 9|data_panel.d.ts| +|Initial version changed|Class name: DataPanelOptions
Method or attribute name: type?: DataPanelType;
Initial version: 8|Class name: DataPanelOptions
Method or attribute name: type?: DataPanelType;
Initial version: 9|data_panel.d.ts| +|Initial version changed|Class name: DataPanelInterface
Initial version: 7|Class name: DataPanelInterface
Initial version: 9|data_panel.d.ts| +|Initial version changed|Class name: DataPanelInterface
Method or attribute name: (options: DataPanelOptions): DataPanelAttribute;
Initial version: 7|Class name: DataPanelInterface
Method or attribute name: (options: DataPanelOptions): DataPanelAttribute;
Initial version: 9|data_panel.d.ts| +|Initial version changed|Class name: DataPanelAttribute
Initial version: 7|Class name: DataPanelAttribute
Initial version: 9|data_panel.d.ts| +|Initial version changed|Class name: DataPanelAttribute
Method or attribute name: closeEffect(value: boolean): DataPanelAttribute;
Initial version: 7|Class name: DataPanelAttribute
Method or attribute name: closeEffect(value: boolean): DataPanelAttribute;
Initial version: 9|data_panel.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const DataPanel: DataPanelInterface
Initial version: N/A|Class name: global
Method or attribute name: declare const DataPanel: DataPanelInterface
Initial version: 9|data_panel.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const DataPanelInstance: DataPanelAttribute;
Initial version: N/A|Class name: global
Method or attribute name: declare const DataPanelInstance: DataPanelAttribute;
Initial version: 9|data_panel.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const DatePicker: DatePickerInterface;
Initial version: N/A|Class name: global
Method or attribute name: declare const DatePicker: DatePickerInterface;
Initial version: 8|date_picker.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const DatePickerInstance: DatePickerAttribute;
Initial version: N/A|Class name: global
Method or attribute name: declare const DatePickerInstance: DatePickerAttribute;
Initial version: 8|date_picker.d.ts| +|Initial version changed|Class name: DividerInterface
Initial version: 7|Class name: DividerInterface
Initial version: 9|divider.d.ts| +|Initial version changed|Class name: DividerInterface
Method or attribute name: (): DividerAttribute;
Initial version: 7|Class name: DividerInterface
Method or attribute name: (): DividerAttribute;
Initial version: 9|divider.d.ts| +|Initial version changed|Class name: DividerAttribute
Initial version: 7|Class name: DividerAttribute
Initial version: 9|divider.d.ts| +|Initial version changed|Class name: DividerAttribute
Method or attribute name: vertical(value: boolean): DividerAttribute;
Initial version: 7|Class name: DividerAttribute
Method or attribute name: vertical(value: boolean): DividerAttribute;
Initial version: 9|divider.d.ts| +|Initial version changed|Class name: DividerAttribute
Method or attribute name: color(value: ResourceColor): DividerAttribute;
Initial version: 7|Class name: DividerAttribute
Method or attribute name: color(value: ResourceColor): DividerAttribute;
Initial version: 9|divider.d.ts| +|Initial version changed|Class name: DividerAttribute
Method or attribute name: strokeWidth(value: number \| string): DividerAttribute;
Initial version: 7|Class name: DividerAttribute
Method or attribute name: strokeWidth(value: number \| string): DividerAttribute;
Initial version: 9|divider.d.ts| +|Initial version changed|Class name: DividerAttribute
Method or attribute name: lineCap(value: LineCapStyle): DividerAttribute;
Initial version: 7|Class name: DividerAttribute
Method or attribute name: lineCap(value: LineCapStyle): DividerAttribute;
Initial version: 9|divider.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const Divider: DividerInterface;
Initial version: N/A|Class name: global
Method or attribute name: declare const Divider: DividerInterface;
Initial version: 9|divider.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const DividerInstance: DividerAttribute;
Initial version: N/A|Class name: global
Method or attribute name: declare const DividerInstance: DividerAttribute;
Initial version: 9|divider.d.ts| +|Initial version changed|Class name: EllipseInterface
Initial version: 7|Class name: EllipseInterface
Initial version: 9|ellipse.d.ts| +|Initial version changed|Class name: EllipseInterface
Method or attribute name: new (value?: { width?: string \| number; height?: string \| number }): EllipseAttribute;
Initial version: 7|Class name: EllipseInterface
Method or attribute name: new (value?: { width?: string \| number; height?: string \| number }): EllipseAttribute;
Initial version: 9|ellipse.d.ts| +|Initial version changed|Class name: EllipseInterface
Method or attribute name: (value?: { width?: string \| number; height?: string \| number }): EllipseAttribute;
Initial version: 7|Class name: EllipseInterface
Method or attribute name: (value?: { width?: string \| number; height?: string \| number }): EllipseAttribute;
Initial version: 9|ellipse.d.ts| +|Initial version changed|Class name: EllipseAttribute
Initial version: 7|Class name: EllipseAttribute
Initial version: 9|ellipse.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const Ellipse: EllipseInterface;
Initial version: N/A|Class name: global
Method or attribute name: declare const Ellipse: EllipseInterface;
Initial version: 9|ellipse.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const EllipseInstance: EllipseAttribute;
Initial version: N/A|Class name: global
Method or attribute name: declare const EllipseInstance: EllipseAttribute;
Initial version: 9|ellipse.d.ts| +|Initial version changed|Class name: Color
Initial version: 7|Class name: Color
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: Color
Method or attribute name: White
Initial version: 7|Class name: Color
Method or attribute name: White
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: Color
Method or attribute name: Black
Initial version: 7|Class name: Color
Method or attribute name: Black
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: Color
Method or attribute name: Blue
Initial version: 7|Class name: Color
Method or attribute name: Blue
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: Color
Method or attribute name: Brown
Initial version: 7|Class name: Color
Method or attribute name: Brown
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: Color
Method or attribute name: Gray
Initial version: 7|Class name: Color
Method or attribute name: Gray
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: Color
Method or attribute name: Green
Initial version: 7|Class name: Color
Method or attribute name: Green
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: Color
Method or attribute name: Grey
Initial version: 7|Class name: Color
Method or attribute name: Grey
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: Color
Method or attribute name: Orange
Initial version: 7|Class name: Color
Method or attribute name: Orange
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: Color
Method or attribute name: Pink
Initial version: 7|Class name: Color
Method or attribute name: Pink
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: Color
Method or attribute name: Red
Initial version: 7|Class name: Color
Method or attribute name: Red
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: Color
Method or attribute name: Yellow
Initial version: 7|Class name: Color
Method or attribute name: Yellow
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: ImageFit
Initial version: 7|Class name: ImageFit
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: ImageFit
Method or attribute name: Contain
Initial version: 7|Class name: ImageFit
Method or attribute name: Contain
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: ImageFit
Method or attribute name: Cover
Initial version: 7|Class name: ImageFit
Method or attribute name: Cover
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: ImageFit
Method or attribute name: Auto
Initial version: 7|Class name: ImageFit
Method or attribute name: Auto
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: ImageFit
Method or attribute name: Fill
Initial version: 7|Class name: ImageFit
Method or attribute name: Fill
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: ImageFit
Method or attribute name: ScaleDown
Initial version: 7|Class name: ImageFit
Method or attribute name: ScaleDown
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: ImageFit
Method or attribute name: None
Initial version: 7|Class name: ImageFit
Method or attribute name: None
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: BorderStyle
Initial version: 7|Class name: BorderStyle
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: BorderStyle
Method or attribute name: Dotted
Initial version: 7|Class name: BorderStyle
Method or attribute name: Dotted
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: BorderStyle
Method or attribute name: Dashed
Initial version: 7|Class name: BorderStyle
Method or attribute name: Dashed
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: BorderStyle
Method or attribute name: Solid
Initial version: 7|Class name: BorderStyle
Method or attribute name: Solid
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: LineJoinStyle
Initial version: 7|Class name: LineJoinStyle
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: LineJoinStyle
Method or attribute name: Miter
Initial version: 7|Class name: LineJoinStyle
Method or attribute name: Miter
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: LineJoinStyle
Method or attribute name: Round
Initial version: 7|Class name: LineJoinStyle
Method or attribute name: Round
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: LineJoinStyle
Method or attribute name: Bevel
Initial version: 7|Class name: LineJoinStyle
Method or attribute name: Bevel
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: TouchType
Initial version: 7|Class name: TouchType
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: TouchType
Method or attribute name: Down
Initial version: 7|Class name: TouchType
Method or attribute name: Down
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: TouchType
Method or attribute name: Up
Initial version: 7|Class name: TouchType
Method or attribute name: Up
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: TouchType
Method or attribute name: Move
Initial version: 7|Class name: TouchType
Method or attribute name: Move
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: TouchType
Method or attribute name: Cancel
Initial version: 7|Class name: TouchType
Method or attribute name: Cancel
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: MouseButton
Initial version: 8|Class name: MouseButton
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: MouseButton
Method or attribute name: Left
Initial version: 8|Class name: MouseButton
Method or attribute name: Left
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: MouseButton
Method or attribute name: Right
Initial version: 8|Class name: MouseButton
Method or attribute name: Right
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: MouseButton
Method or attribute name: Middle
Initial version: 8|Class name: MouseButton
Method or attribute name: Middle
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: MouseButton
Method or attribute name: Back
Initial version: 8|Class name: MouseButton
Method or attribute name: Back
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: MouseButton
Method or attribute name: Forward
Initial version: 8|Class name: MouseButton
Method or attribute name: Forward
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: MouseButton
Method or attribute name: None
Initial version: 8|Class name: MouseButton
Method or attribute name: None
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: MouseAction
Initial version: 8|Class name: MouseAction
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: MouseAction
Method or attribute name: Press
Initial version: 8|Class name: MouseAction
Method or attribute name: Press
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: MouseAction
Method or attribute name: Release
Initial version: 8|Class name: MouseAction
Method or attribute name: Release
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: MouseAction
Method or attribute name: Move
Initial version: 8|Class name: MouseAction
Method or attribute name: Move
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: MouseAction
Method or attribute name: Hover
Initial version: 8|Class name: MouseAction
Method or attribute name: Hover
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: AnimationStatus
Initial version: 7|Class name: AnimationStatus
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: AnimationStatus
Method or attribute name: Initial
Initial version: 7|Class name: AnimationStatus
Method or attribute name: Initial
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: AnimationStatus
Method or attribute name: Running
Initial version: 7|Class name: AnimationStatus
Method or attribute name: Running
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: AnimationStatus
Method or attribute name: Paused
Initial version: 7|Class name: AnimationStatus
Method or attribute name: Paused
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: AnimationStatus
Method or attribute name: Stopped
Initial version: 7|Class name: AnimationStatus
Method or attribute name: Stopped
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: Curve
Initial version: 7|Class name: Curve
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: Curve
Method or attribute name: Linear
Initial version: 7|Class name: Curve
Method or attribute name: Linear
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: Curve
Method or attribute name: Ease
Initial version: 7|Class name: Curve
Method or attribute name: Ease
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: Curve
Method or attribute name: EaseIn
Initial version: 7|Class name: Curve
Method or attribute name: EaseIn
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: Curve
Method or attribute name: EaseOut
Initial version: 7|Class name: Curve
Method or attribute name: EaseOut
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: Curve
Method or attribute name: EaseInOut
Initial version: 7|Class name: Curve
Method or attribute name: EaseInOut
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: Curve
Method or attribute name: FastOutSlowIn
Initial version: 7|Class name: Curve
Method or attribute name: FastOutSlowIn
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: Curve
Method or attribute name: LinearOutSlowIn
Initial version: 7|Class name: Curve
Method or attribute name: LinearOutSlowIn
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: Curve
Method or attribute name: FastOutLinearIn
Initial version: 7|Class name: Curve
Method or attribute name: FastOutLinearIn
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: Curve
Method or attribute name: ExtremeDeceleration
Initial version: 7|Class name: Curve
Method or attribute name: ExtremeDeceleration
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: Curve
Method or attribute name: Sharp
Initial version: 7|Class name: Curve
Method or attribute name: Sharp
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: Curve
Method or attribute name: Rhythm
Initial version: 7|Class name: Curve
Method or attribute name: Rhythm
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: Curve
Method or attribute name: Smooth
Initial version: 7|Class name: Curve
Method or attribute name: Smooth
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: Curve
Method or attribute name: Friction
Initial version: 7|Class name: Curve
Method or attribute name: Friction
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: FillMode
Initial version: 7|Class name: FillMode
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: FillMode
Method or attribute name: None
Initial version: 7|Class name: FillMode
Method or attribute name: None
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: FillMode
Method or attribute name: Forwards
Initial version: 7|Class name: FillMode
Method or attribute name: Forwards
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: FillMode
Method or attribute name: Backwards
Initial version: 7|Class name: FillMode
Method or attribute name: Backwards
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: FillMode
Method or attribute name: Both
Initial version: 7|Class name: FillMode
Method or attribute name: Both
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: PlayMode
Initial version: 7|Class name: PlayMode
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: PlayMode
Method or attribute name: Normal
Initial version: 7|Class name: PlayMode
Method or attribute name: Normal
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: PlayMode
Method or attribute name: Reverse
Initial version: 7|Class name: PlayMode
Method or attribute name: Reverse
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: PlayMode
Method or attribute name: Alternate
Initial version: 7|Class name: PlayMode
Method or attribute name: Alternate
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: PlayMode
Method or attribute name: AlternateReverse
Initial version: 7|Class name: PlayMode
Method or attribute name: AlternateReverse
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: KeyType
Initial version: 7|Class name: KeyType
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: KeyType
Method or attribute name: Down
Initial version: 7|Class name: KeyType
Method or attribute name: Down
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: KeyType
Method or attribute name: Up
Initial version: 7|Class name: KeyType
Method or attribute name: Up
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: KeySource
Initial version: 7|Class name: KeySource
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: KeySource
Method or attribute name: Unknown
Initial version: 7|Class name: KeySource
Method or attribute name: Unknown
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: KeySource
Method or attribute name: Keyboard
Initial version: 7|Class name: KeySource
Method or attribute name: Keyboard
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: Edge
Initial version: 7|Class name: Edge
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: Edge
Method or attribute name: Top
Initial version: 7|Class name: Edge
Method or attribute name: Top
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: Edge
Method or attribute name: Bottom
Initial version: 7|Class name: Edge
Method or attribute name: Bottom
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: Edge
Method or attribute name: Start
Initial version: 7|Class name: Edge
Method or attribute name: Start
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: Edge
Method or attribute name: End
Initial version: 7|Class name: Edge
Method or attribute name: End
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: Week
Initial version: 7|Class name: Week
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: Week
Method or attribute name: Mon
Initial version: 7|Class name: Week
Method or attribute name: Mon
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: Week
Method or attribute name: Tue
Initial version: 7|Class name: Week
Method or attribute name: Tue
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: Week
Method or attribute name: Wed
Initial version: 7|Class name: Week
Method or attribute name: Wed
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: Week
Method or attribute name: Thur
Initial version: 7|Class name: Week
Method or attribute name: Thur
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: Week
Method or attribute name: Fri
Initial version: 7|Class name: Week
Method or attribute name: Fri
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: Week
Method or attribute name: Sat
Initial version: 7|Class name: Week
Method or attribute name: Sat
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: Week
Method or attribute name: Sun
Initial version: 7|Class name: Week
Method or attribute name: Sun
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: Direction
Initial version: 7|Class name: Direction
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: Direction
Method or attribute name: Ltr
Initial version: 7|Class name: Direction
Method or attribute name: Ltr
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: Direction
Method or attribute name: Rtl
Initial version: 7|Class name: Direction
Method or attribute name: Rtl
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: Direction
Method or attribute name: Auto
Initial version: 7|Class name: Direction
Method or attribute name: Auto
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: BarState
Initial version: 7|Class name: BarState
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: BarState
Method or attribute name: Off
Initial version: 7|Class name: BarState
Method or attribute name: Off
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: BarState
Method or attribute name: Auto
Initial version: 7|Class name: BarState
Method or attribute name: Auto
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: BarState
Method or attribute name: On
Initial version: 7|Class name: BarState
Method or attribute name: On
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: EdgeEffect
Initial version: 7|Class name: EdgeEffect
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: EdgeEffect
Method or attribute name: Spring
Initial version: 7|Class name: EdgeEffect
Method or attribute name: Spring
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: EdgeEffect
Method or attribute name: Fade
Initial version: 7|Class name: EdgeEffect
Method or attribute name: Fade
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: EdgeEffect
Method or attribute name: None
Initial version: 7|Class name: EdgeEffect
Method or attribute name: None
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: Alignment
Initial version: 7|Class name: Alignment
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: Alignment
Method or attribute name: TopStart
Initial version: 7|Class name: Alignment
Method or attribute name: TopStart
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: Alignment
Method or attribute name: Top
Initial version: 7|Class name: Alignment
Method or attribute name: Top
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: Alignment
Method or attribute name: TopEnd
Initial version: 7|Class name: Alignment
Method or attribute name: TopEnd
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: Alignment
Method or attribute name: Start
Initial version: 7|Class name: Alignment
Method or attribute name: Start
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: Alignment
Method or attribute name: Center
Initial version: 7|Class name: Alignment
Method or attribute name: Center
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: Alignment
Method or attribute name: End
Initial version: 7|Class name: Alignment
Method or attribute name: End
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: Alignment
Method or attribute name: BottomStart
Initial version: 7|Class name: Alignment
Method or attribute name: BottomStart
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: Alignment
Method or attribute name: Bottom
Initial version: 7|Class name: Alignment
Method or attribute name: Bottom
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: Alignment
Method or attribute name: BottomEnd
Initial version: 7|Class name: Alignment
Method or attribute name: BottomEnd
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: TransitionType
Initial version: 7|Class name: TransitionType
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: TransitionType
Method or attribute name: All
Initial version: 7|Class name: TransitionType
Method or attribute name: All
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: TransitionType
Method or attribute name: Insert
Initial version: 7|Class name: TransitionType
Method or attribute name: Insert
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: TransitionType
Method or attribute name: Delete
Initial version: 7|Class name: TransitionType
Method or attribute name: Delete
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: RelateType
Initial version: 7|Class name: RelateType
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: RelateType
Method or attribute name: FILL
Initial version: 7|Class name: RelateType
Method or attribute name: FILL
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: RelateType
Method or attribute name: FIT
Initial version: 7|Class name: RelateType
Method or attribute name: FIT
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: Visibility
Initial version: 7|Class name: Visibility
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: Visibility
Method or attribute name: Visible
Initial version: 7|Class name: Visibility
Method or attribute name: Visible
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: Visibility
Method or attribute name: Hidden
Initial version: 7|Class name: Visibility
Method or attribute name: Hidden
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: Visibility
Method or attribute name: None
Initial version: 7|Class name: Visibility
Method or attribute name: None
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: LineCapStyle
Initial version: 7|Class name: LineCapStyle
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: LineCapStyle
Method or attribute name: Butt
Initial version: 7|Class name: LineCapStyle
Method or attribute name: Butt
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: LineCapStyle
Method or attribute name: Round
Initial version: 7|Class name: LineCapStyle
Method or attribute name: Round
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: LineCapStyle
Method or attribute name: Square
Initial version: 7|Class name: LineCapStyle
Method or attribute name: Square
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: Axis
Initial version: 7|Class name: Axis
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: Axis
Method or attribute name: Vertical
Initial version: 7|Class name: Axis
Method or attribute name: Vertical
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: Axis
Method or attribute name: Horizontal
Initial version: 7|Class name: Axis
Method or attribute name: Horizontal
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: HorizontalAlign
Initial version: 7|Class name: HorizontalAlign
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: HorizontalAlign
Method or attribute name: Start
Initial version: 7|Class name: HorizontalAlign
Method or attribute name: Start
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: HorizontalAlign
Method or attribute name: Center
Initial version: 7|Class name: HorizontalAlign
Method or attribute name: Center
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: HorizontalAlign
Method or attribute name: End
Initial version: 7|Class name: HorizontalAlign
Method or attribute name: End
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: FlexAlign
Initial version: 7|Class name: FlexAlign
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: FlexAlign
Method or attribute name: Start
Initial version: 7|Class name: FlexAlign
Method or attribute name: Start
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: FlexAlign
Method or attribute name: Center
Initial version: 7|Class name: FlexAlign
Method or attribute name: Center
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: FlexAlign
Method or attribute name: End
Initial version: 7|Class name: FlexAlign
Method or attribute name: End
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: FlexAlign
Method or attribute name: SpaceBetween
Initial version: 7|Class name: FlexAlign
Method or attribute name: SpaceBetween
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: FlexAlign
Method or attribute name: SpaceAround
Initial version: 7|Class name: FlexAlign
Method or attribute name: SpaceAround
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: FlexAlign
Method or attribute name: SpaceEvenly
Initial version: 7|Class name: FlexAlign
Method or attribute name: SpaceEvenly
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: ItemAlign
Initial version: 7|Class name: ItemAlign
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: ItemAlign
Method or attribute name: Auto
Initial version: 7|Class name: ItemAlign
Method or attribute name: Auto
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: ItemAlign
Method or attribute name: Start
Initial version: 7|Class name: ItemAlign
Method or attribute name: Start
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: ItemAlign
Method or attribute name: Center
Initial version: 7|Class name: ItemAlign
Method or attribute name: Center
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: ItemAlign
Method or attribute name: End
Initial version: 7|Class name: ItemAlign
Method or attribute name: End
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: ItemAlign
Method or attribute name: Baseline
Initial version: 7|Class name: ItemAlign
Method or attribute name: Baseline
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: ItemAlign
Method or attribute name: Stretch
Initial version: 7|Class name: ItemAlign
Method or attribute name: Stretch
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: FlexDirection
Initial version: 7|Class name: FlexDirection
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: FlexDirection
Method or attribute name: Row
Initial version: 7|Class name: FlexDirection
Method or attribute name: Row
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: FlexDirection
Method or attribute name: Column
Initial version: 7|Class name: FlexDirection
Method or attribute name: Column
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: FlexDirection
Method or attribute name: RowReverse
Initial version: 7|Class name: FlexDirection
Method or attribute name: RowReverse
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: FlexDirection
Method or attribute name: ColumnReverse
Initial version: 7|Class name: FlexDirection
Method or attribute name: ColumnReverse
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: FlexWrap
Initial version: 7|Class name: FlexWrap
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: FlexWrap
Method or attribute name: NoWrap
Initial version: 7|Class name: FlexWrap
Method or attribute name: NoWrap
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: FlexWrap
Method or attribute name: Wrap
Initial version: 7|Class name: FlexWrap
Method or attribute name: Wrap
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: FlexWrap
Method or attribute name: WrapReverse
Initial version: 7|Class name: FlexWrap
Method or attribute name: WrapReverse
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: VerticalAlign
Initial version: 7|Class name: VerticalAlign
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: VerticalAlign
Method or attribute name: Top
Initial version: 7|Class name: VerticalAlign
Method or attribute name: Top
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: VerticalAlign
Method or attribute name: Center
Initial version: 7|Class name: VerticalAlign
Method or attribute name: Center
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: VerticalAlign
Method or attribute name: Bottom
Initial version: 7|Class name: VerticalAlign
Method or attribute name: Bottom
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: ImageRepeat
Initial version: 7|Class name: ImageRepeat
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: ImageRepeat
Method or attribute name: NoRepeat
Initial version: 7|Class name: ImageRepeat
Method or attribute name: NoRepeat
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: ImageRepeat
Method or attribute name: X
Initial version: 7|Class name: ImageRepeat
Method or attribute name: X
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: ImageRepeat
Method or attribute name: Y
Initial version: 7|Class name: ImageRepeat
Method or attribute name: Y
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: ImageRepeat
Method or attribute name: XY
Initial version: 7|Class name: ImageRepeat
Method or attribute name: XY
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: ImageSize
Initial version: 7|Class name: ImageSize
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: ImageSize
Method or attribute name: Auto
Initial version: 7|Class name: ImageSize
Method or attribute name: Auto
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: ImageSize
Method or attribute name: Cover
Initial version: 7|Class name: ImageSize
Method or attribute name: Cover
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: ImageSize
Method or attribute name: Contain
Initial version: 7|Class name: ImageSize
Method or attribute name: Contain
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: GradientDirection
Initial version: 7|Class name: GradientDirection
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: GradientDirection
Method or attribute name: Left
Initial version: 7|Class name: GradientDirection
Method or attribute name: Left
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: GradientDirection
Method or attribute name: Top
Initial version: 7|Class name: GradientDirection
Method or attribute name: Top
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: GradientDirection
Method or attribute name: Right
Initial version: 7|Class name: GradientDirection
Method or attribute name: Right
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: GradientDirection
Method or attribute name: Bottom
Initial version: 7|Class name: GradientDirection
Method or attribute name: Bottom
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: GradientDirection
Method or attribute name: LeftTop
Initial version: 7|Class name: GradientDirection
Method or attribute name: LeftTop
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: GradientDirection
Method or attribute name: LeftBottom
Initial version: 7|Class name: GradientDirection
Method or attribute name: LeftBottom
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: GradientDirection
Method or attribute name: RightTop
Initial version: 7|Class name: GradientDirection
Method or attribute name: RightTop
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: GradientDirection
Method or attribute name: RightBottom
Initial version: 7|Class name: GradientDirection
Method or attribute name: RightBottom
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: GradientDirection
Method or attribute name: None
Initial version: 7|Class name: GradientDirection
Method or attribute name: None
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: SharedTransitionEffectType
Initial version: 7|Class name: SharedTransitionEffectType
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: SharedTransitionEffectType
Method or attribute name: Static
Initial version: 7|Class name: SharedTransitionEffectType
Method or attribute name: Static
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: SharedTransitionEffectType
Method or attribute name: Exchange
Initial version: 7|Class name: SharedTransitionEffectType
Method or attribute name: Exchange
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: FontStyle
Initial version: 7|Class name: FontStyle
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: FontStyle
Method or attribute name: Normal
Initial version: 7|Class name: FontStyle
Method or attribute name: Normal
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: FontStyle
Method or attribute name: Italic
Initial version: 7|Class name: FontStyle
Method or attribute name: Italic
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: FontWeight
Initial version: 7|Class name: FontWeight
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: FontWeight
Method or attribute name: Lighter
Initial version: 7|Class name: FontWeight
Method or attribute name: Lighter
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: FontWeight
Method or attribute name: Normal
Initial version: 7|Class name: FontWeight
Method or attribute name: Normal
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: FontWeight
Method or attribute name: Regular
Initial version: 7|Class name: FontWeight
Method or attribute name: Regular
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: FontWeight
Method or attribute name: Medium
Initial version: 7|Class name: FontWeight
Method or attribute name: Medium
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: FontWeight
Method or attribute name: Bold
Initial version: 7|Class name: FontWeight
Method or attribute name: Bold
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: FontWeight
Method or attribute name: Bolder
Initial version: 7|Class name: FontWeight
Method or attribute name: Bolder
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: TextAlign
Initial version: 7|Class name: TextAlign
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: TextAlign
Method or attribute name: Center
Initial version: 7|Class name: TextAlign
Method or attribute name: Center
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: TextAlign
Method or attribute name: Start
Initial version: 7|Class name: TextAlign
Method or attribute name: Start
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: TextAlign
Method or attribute name: End
Initial version: 7|Class name: TextAlign
Method or attribute name: End
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: TextOverflow
Initial version: 7|Class name: TextOverflow
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: TextOverflow
Method or attribute name: Clip
Initial version: 7|Class name: TextOverflow
Method or attribute name: Clip
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: TextOverflow
Method or attribute name: Ellipsis
Initial version: 7|Class name: TextOverflow
Method or attribute name: Ellipsis
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: TextOverflow
Method or attribute name: None
Initial version: 7|Class name: TextOverflow
Method or attribute name: None
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: TextDecorationType
Initial version: 7|Class name: TextDecorationType
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: TextDecorationType
Method or attribute name: None
Initial version: 7|Class name: TextDecorationType
Method or attribute name: None
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: TextDecorationType
Method or attribute name: Underline
Initial version: 7|Class name: TextDecorationType
Method or attribute name: Underline
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: TextDecorationType
Method or attribute name: Overline
Initial version: 7|Class name: TextDecorationType
Method or attribute name: Overline
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: TextDecorationType
Method or attribute name: LineThrough
Initial version: 7|Class name: TextDecorationType
Method or attribute name: LineThrough
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: TextCase
Initial version: 7|Class name: TextCase
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: TextCase
Method or attribute name: Normal
Initial version: 7|Class name: TextCase
Method or attribute name: Normal
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: TextCase
Method or attribute name: LowerCase
Initial version: 7|Class name: TextCase
Method or attribute name: LowerCase
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: TextCase
Method or attribute name: UpperCase
Initial version: 7|Class name: TextCase
Method or attribute name: UpperCase
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: ResponseType
Initial version: 8|Class name: ResponseType
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: ResponseType
Method or attribute name: RightClick
Initial version: 8|Class name: ResponseType
Method or attribute name: RightClick
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: ResponseType
Method or attribute name: LongPress
Initial version: 8|Class name: ResponseType
Method or attribute name: LongPress
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: HoverEffect
Initial version: 8|Class name: HoverEffect
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: HoverEffect
Method or attribute name: Auto
Initial version: 8|Class name: HoverEffect
Method or attribute name: Auto
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: HoverEffect
Method or attribute name: Scale
Initial version: 8|Class name: HoverEffect
Method or attribute name: Scale
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: HoverEffect
Method or attribute name: Highlight
Initial version: 8|Class name: HoverEffect
Method or attribute name: Highlight
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: HoverEffect
Method or attribute name: None
Initial version: 8|Class name: HoverEffect
Method or attribute name: None
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: Placement
Initial version: 8|Class name: Placement
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: Placement
Method or attribute name: Left
Initial version: 8|Class name: Placement
Method or attribute name: Left
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: Placement
Method or attribute name: Right
Initial version: 8|Class name: Placement
Method or attribute name: Right
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: Placement
Method or attribute name: Top
Initial version: 8|Class name: Placement
Method or attribute name: Top
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: Placement
Method or attribute name: Bottom
Initial version: 8|Class name: Placement
Method or attribute name: Bottom
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: Placement
Method or attribute name: TopLeft
Initial version: 8|Class name: Placement
Method or attribute name: TopLeft
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: Placement
Method or attribute name: TopRight
Initial version: 8|Class name: Placement
Method or attribute name: TopRight
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: Placement
Method or attribute name: BottomLeft
Initial version: 8|Class name: Placement
Method or attribute name: BottomLeft
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: Placement
Method or attribute name: BottomRight
Initial version: 8|Class name: Placement
Method or attribute name: BottomRight
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: FlexOptions
Initial version: 7|Class name: FlexOptions
Initial version: 9|flex.d.ts| +|Initial version changed|Class name: FlexOptions
Method or attribute name: direction?: FlexDirection;
Initial version: 7|Class name: FlexOptions
Method or attribute name: direction?: FlexDirection;
Initial version: 9|flex.d.ts| +|Initial version changed|Class name: FlexOptions
Method or attribute name: wrap?: FlexWrap;
Initial version: 7|Class name: FlexOptions
Method or attribute name: wrap?: FlexWrap;
Initial version: 9|flex.d.ts| +|Initial version changed|Class name: FlexOptions
Method or attribute name: justifyContent?: FlexAlign;
Initial version: 7|Class name: FlexOptions
Method or attribute name: justifyContent?: FlexAlign;
Initial version: 9|flex.d.ts| +|Initial version changed|Class name: FlexOptions
Method or attribute name: alignItems?: ItemAlign;
Initial version: 7|Class name: FlexOptions
Method or attribute name: alignItems?: ItemAlign;
Initial version: 9|flex.d.ts| +|Initial version changed|Class name: FlexOptions
Method or attribute name: alignContent?: FlexAlign;
Initial version: 7|Class name: FlexOptions
Method or attribute name: alignContent?: FlexAlign;
Initial version: 9|flex.d.ts| +|Initial version changed|Class name: FlexInterface
Initial version: 7|Class name: FlexInterface
Initial version: 9|flex.d.ts| +|Initial version changed|Class name: FlexInterface
Method or attribute name: (value?: FlexOptions): FlexAttribute;
Initial version: 7|Class name: FlexInterface
Method or attribute name: (value?: FlexOptions): FlexAttribute;
Initial version: 9|flex.d.ts| +|Initial version changed|Class name: FlexAttribute
Initial version: 7|Class name: FlexAttribute
Initial version: 9|flex.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const Flex: FlexInterface;
Initial version: N/A|Class name: global
Method or attribute name: declare const Flex: FlexInterface;
Initial version: 9|flex.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const FlexInstance: FlexAttribute;
Initial version: N/A|Class name: global
Method or attribute name: declare const FlexInstance: FlexAttribute;
Initial version: 9|flex.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const FlowItem: FlowItemInterface
Initial version: N/A|Class name: global
Method or attribute name: declare const FlowItem: FlowItemInterface
Initial version: 9|flow_item.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const FlowItemInstance: FlowItemAttribute;
Initial version: N/A|Class name: global
Method or attribute name: declare const FlowItemInstance: FlowItemAttribute;
Initial version: 9|flow_item.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const FormComponent: FormComponentInterface;
Initial version: N/A|Class name: global
Method or attribute name: declare const FormComponent: FormComponentInterface;
Initial version: 7|form_component.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const FormComponentInstance: FormComponentAttribute;
Initial version: N/A|Class name: global
Method or attribute name: declare const FormComponentInstance: FormComponentAttribute;
Initial version: 7|form_component.d.ts| +|Initial version changed|Class name: ForEachInterface
Initial version: 7|Class name: ForEachInterface
Initial version: 9|for_each.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const ForEach: ForEachInterface;
Initial version: N/A|Class name: global
Method or attribute name: declare const ForEach: ForEachInterface;
Initial version: 9|for_each.d.ts| +|Initial version changed|Class name: GaugeInterface
Initial version: 8|Class name: GaugeInterface
Initial version: 9|gauge.d.ts| +|Initial version changed|Class name: GaugeInterface
Method or attribute name: (options: { value: number; min?: number; max?: number }): GaugeAttribute;
Initial version: 8|Class name: GaugeInterface
Method or attribute name: (options: { value: number; min?: number; max?: number }): GaugeAttribute;
Initial version: 9|gauge.d.ts| +|Initial version changed|Class name: GaugeAttribute
Initial version: 8|Class name: GaugeAttribute
Initial version: 9|gauge.d.ts| +|Initial version changed|Class name: GaugeAttribute
Method or attribute name: value(value: number): GaugeAttribute;
Initial version: 8|Class name: GaugeAttribute
Method or attribute name: value(value: number): GaugeAttribute;
Initial version: 9|gauge.d.ts| +|Initial version changed|Class name: GaugeAttribute
Method or attribute name: startAngle(angle: number): GaugeAttribute;
Initial version: 8|Class name: GaugeAttribute
Method or attribute name: startAngle(angle: number): GaugeAttribute;
Initial version: 9|gauge.d.ts| +|Initial version changed|Class name: GaugeAttribute
Method or attribute name: endAngle(angle: number): GaugeAttribute;
Initial version: 8|Class name: GaugeAttribute
Method or attribute name: endAngle(angle: number): GaugeAttribute;
Initial version: 9|gauge.d.ts| +|Initial version changed|Class name: GaugeAttribute
Method or attribute name: colors(colors: Array\): GaugeAttribute;
Initial version: 8|Class name: GaugeAttribute
Method or attribute name: colors(colors: Array\): GaugeAttribute;
Initial version: 9|gauge.d.ts| +|Initial version changed|Class name: GaugeAttribute
Method or attribute name: strokeWidth(length: Length): GaugeAttribute;
Initial version: 8|Class name: GaugeAttribute
Method or attribute name: strokeWidth(length: Length): GaugeAttribute;
Initial version: 9|gauge.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const Gauge: GaugeInterface;
Initial version: N/A|Class name: global
Method or attribute name: declare const Gauge: GaugeInterface;
Initial version: 9|gauge.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const GaugeInstance: GaugeAttribute;
Initial version: N/A|Class name: global
Method or attribute name: declare const GaugeInstance: GaugeAttribute;
Initial version: 9|gauge.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const TapGesture: TapGestureInterface;
Initial version: N/A|Class name: global
Method or attribute name: declare const TapGesture: TapGestureInterface;
Initial version: 7|gesture.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const LongPressGesture: LongPressGestureInterface;
Initial version: N/A|Class name: global
Method or attribute name: declare const LongPressGesture: LongPressGestureInterface;
Initial version: 7|gesture.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const PanGesture: PanGestureInterface;
Initial version: N/A|Class name: global
Method or attribute name: declare const PanGesture: PanGestureInterface;
Initial version: 7|gesture.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const SwipeGesture: SwipeGestureInterface;
Initial version: N/A|Class name: global
Method or attribute name: declare const SwipeGesture: SwipeGestureInterface;
Initial version: 7|gesture.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const PinchGesture: PinchGestureInterface;
Initial version: N/A|Class name: global
Method or attribute name: declare const PinchGesture: PinchGestureInterface;
Initial version: 7|gesture.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const RotationGesture: RotationGestureInterface;
Initial version: N/A|Class name: global
Method or attribute name: declare const RotationGesture: RotationGestureInterface;
Initial version: 7|gesture.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const GestureGroup: GestureGroupInterface;
Initial version: N/A|Class name: global
Method or attribute name: declare const GestureGroup: GestureGroupInterface;
Initial version: 7|gesture.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const Grid: GridInterface;
Initial version: N/A|Class name: global
Method or attribute name: declare const Grid: GridInterface;
Initial version: 7|grid.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const GridInstance: GridAttribute;
Initial version: N/A|Class name: global
Method or attribute name: declare const GridInstance: GridAttribute;
Initial version: 7|grid.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const GridItem: GridItemInterface
Initial version: N/A|Class name: global
Method or attribute name: declare const GridItem: GridItemInterface
Initial version: 7|gridItem.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const GridItemInstance: GridItemAttribute;
Initial version: N/A|Class name: global
Method or attribute name: declare const GridItemInstance: GridItemAttribute;
Initial version: 7|gridItem.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const GridCol: GridColInterface
Initial version: N/A|Class name: global
Method or attribute name: declare const GridCol: GridColInterface
Initial version: 9|grid_col.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const GridColInstance: GridColAttribute;
Initial version: N/A|Class name: global
Method or attribute name: declare const GridColInstance: GridColAttribute;
Initial version: 9|grid_col.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const GridContainer: GridContainerInterface
Initial version: N/A|Class name: global
Method or attribute name: declare const GridContainer: GridContainerInterface
Initial version: 7|grid_container.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const GridContainerInstance: GridContainerAttribute;
Initial version: N/A|Class name: global
Method or attribute name: declare const GridContainerInstance: GridContainerAttribute;
Initial version: 7|grid_container.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const GridRow: GridRowInterface;
Initial version: N/A|Class name: global
Method or attribute name: declare const GridRow: GridRowInterface;
Initial version: 9|grid_row.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const GridRowInstance: GridRowAttribute;
Initial version: N/A|Class name: global
Method or attribute name: declare const GridRowInstance: GridRowAttribute;
Initial version: 9|grid_row.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const Hyperlink: HyperlinkInterface;
Initial version: N/A|Class name: global
Method or attribute name: declare const Hyperlink: HyperlinkInterface;
Initial version: 7|hyperlink.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const HyperlinkInterface: HyperlinkAttribute;
Initial version: N/A|Class name: global
Method or attribute name: declare const HyperlinkInterface: HyperlinkAttribute;
Initial version: 7|hyperlink.d.ts| +|Initial version changed|Class name: ImageRenderMode
Initial version: 7|Class name: ImageRenderMode
Initial version: 9|image.d.ts| +|Initial version changed|Class name: ImageRenderMode
Method or attribute name: Original
Initial version: 7|Class name: ImageRenderMode
Method or attribute name: Original
Initial version: 9|image.d.ts| +|Initial version changed|Class name: ImageRenderMode
Method or attribute name: Template
Initial version: 7|Class name: ImageRenderMode
Method or attribute name: Template
Initial version: 9|image.d.ts| +|Initial version changed|Class name: ImageInterpolation
Initial version: 7|Class name: ImageInterpolation
Initial version: 9|image.d.ts| +|Initial version changed|Class name: ImageInterpolation
Method or attribute name: None
Initial version: 7|Class name: ImageInterpolation
Method or attribute name: None
Initial version: 9|image.d.ts| +|Initial version changed|Class name: ImageInterpolation
Method or attribute name: Low
Initial version: 7|Class name: ImageInterpolation
Method or attribute name: Low
Initial version: 9|image.d.ts| +|Initial version changed|Class name: ImageInterpolation
Method or attribute name: Medium
Initial version: 7|Class name: ImageInterpolation
Method or attribute name: Medium
Initial version: 9|image.d.ts| +|Initial version changed|Class name: ImageInterpolation
Method or attribute name: High
Initial version: 7|Class name: ImageInterpolation
Method or attribute name: High
Initial version: 9|image.d.ts| +|Initial version changed|Class name: ImageInterface
Initial version: 7|Class name: ImageInterface
Initial version: 9|image.d.ts| +|Initial version changed|Class name: ImageInterface
Method or attribute name: (src: string \| PixelMap \| Resource): ImageAttribute;
Initial version: 7|Class name: ImageInterface
Method or attribute name: (src: string \| PixelMap \| Resource): ImageAttribute;
Initial version: 9|image.d.ts| +|Initial version changed|Class name: ImageAttribute
Initial version: 7|Class name: ImageAttribute
Initial version: 9|image.d.ts| +|Initial version changed|Class name: ImageAttribute
Method or attribute name: alt(value: string \| Resource): ImageAttribute;
Initial version: 7|Class name: ImageAttribute
Method or attribute name: alt(value: string \| Resource): ImageAttribute;
Initial version: 9|image.d.ts| +|Initial version changed|Class name: ImageAttribute
Method or attribute name: matchTextDirection(value: boolean): ImageAttribute;
Initial version: 7|Class name: ImageAttribute
Method or attribute name: matchTextDirection(value: boolean): ImageAttribute;
Initial version: 9|image.d.ts| +|Initial version changed|Class name: ImageAttribute
Method or attribute name: fitOriginalSize(value: boolean): ImageAttribute;
Initial version: 7|Class name: ImageAttribute
Method or attribute name: fitOriginalSize(value: boolean): ImageAttribute;
Initial version: 9|image.d.ts| +|Initial version changed|Class name: ImageAttribute
Method or attribute name: fillColor(value: ResourceColor): ImageAttribute;
Initial version: 7|Class name: ImageAttribute
Method or attribute name: fillColor(value: ResourceColor): ImageAttribute;
Initial version: 9|image.d.ts| +|Initial version changed|Class name: ImageAttribute
Method or attribute name: objectFit(value: ImageFit): ImageAttribute;
Initial version: 7|Class name: ImageAttribute
Method or attribute name: objectFit(value: ImageFit): ImageAttribute;
Initial version: 9|image.d.ts| +|Initial version changed|Class name: ImageAttribute
Method or attribute name: objectRepeat(value: ImageRepeat): ImageAttribute;
Initial version: 7|Class name: ImageAttribute
Method or attribute name: objectRepeat(value: ImageRepeat): ImageAttribute;
Initial version: 9|image.d.ts| +|Initial version changed|Class name: ImageAttribute
Method or attribute name: autoResize(value: boolean): ImageAttribute;
Initial version: 7|Class name: ImageAttribute
Method or attribute name: autoResize(value: boolean): ImageAttribute;
Initial version: 9|image.d.ts| +|Initial version changed|Class name: ImageAttribute
Method or attribute name: renderMode(value: ImageRenderMode): ImageAttribute;
Initial version: 7|Class name: ImageAttribute
Method or attribute name: renderMode(value: ImageRenderMode): ImageAttribute;
Initial version: 9|image.d.ts| +|Initial version changed|Class name: ImageAttribute
Method or attribute name: interpolation(value: ImageInterpolation): ImageAttribute;
Initial version: 7|Class name: ImageAttribute
Method or attribute name: interpolation(value: ImageInterpolation): ImageAttribute;
Initial version: 9|image.d.ts| +|Initial version changed|Class name: ImageAttribute
Method or attribute name: sourceSize(value: { width: number; height: number }): ImageAttribute;
Initial version: 7|Class name: ImageAttribute
Method or attribute name: sourceSize(value: { width: number; height: number }): ImageAttribute;
Initial version: 9|image.d.ts| +|Initial version changed|Class name: ImageAttribute
Method or attribute name: syncLoad(value: boolean): ImageAttribute;
Initial version: 8|Class name: ImageAttribute
Method or attribute name: syncLoad(value: boolean): ImageAttribute;
Initial version: 9|image.d.ts| +|Initial version changed|Class name: ImageAttribute
Method or attribute name: onComplete(
callback: (event?: {
width: number;
height: number;
componentWidth: number;
componentHeight: number;
loadingStatus: number;
}) => void,
): ImageAttribute;
Initial version: 7|Class name: ImageAttribute
Method or attribute name: onComplete(
callback: (event?: {
width: number;
height: number;
componentWidth: number;
componentHeight: number;
loadingStatus: number;
}) => void,
): ImageAttribute;
Initial version: 9|image.d.ts| +|Initial version changed|Class name: ImageAttribute
Method or attribute name: onError(callback: (event?: { componentWidth: number; componentHeight: number }) => void): ImageAttribute;
Initial version: 7|Class name: ImageAttribute
Method or attribute name: onError(callback: (event?: { componentWidth: number; componentHeight: number }) => void): ImageAttribute;
Initial version: 9|image.d.ts| +|Initial version changed|Class name: ImageAttribute
Method or attribute name: onFinish(event: () => void): ImageAttribute;
Initial version: 7|Class name: ImageAttribute
Method or attribute name: onFinish(event: () => void): ImageAttribute;
Initial version: 9|image.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const Image: ImageInterface;
Initial version: N/A|Class name: global
Method or attribute name: declare const Image: ImageInterface;
Initial version: 9|image.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const ImageInstance: ImageAttribute;
Initial version: N/A|Class name: global
Method or attribute name: declare const ImageInstance: ImageAttribute;
Initial version: 9|image.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const ImageAnimator: ImageAnimatorInterface;
Initial version: N/A|Class name: global
Method or attribute name: declare const ImageAnimator: ImageAnimatorInterface;
Initial version: 7|image_animator.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const ImageAnimatorInstance: ImageAnimatorAttribute;
Initial version: N/A|Class name: global
Method or attribute name: declare const ImageAnimatorInstance: ImageAnimatorAttribute;
Initial version: 7|image_animator.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const LazyForEach: LazyForEachInterface;
Initial version: N/A|Class name: global
Method or attribute name: declare const LazyForEach: LazyForEachInterface;
Initial version: 7|lazy_for_each.d.ts| +|Initial version changed|Class name: LineInterface
Initial version: 7|Class name: LineInterface
Initial version: 9|line.d.ts| +|Initial version changed|Class name: LineInterface
Method or attribute name: new (value?: { width?: string \| number; height?: string \| number }): LineAttribute;
Initial version: 7|Class name: LineInterface
Method or attribute name: new (value?: { width?: string \| number; height?: string \| number }): LineAttribute;
Initial version: 9|line.d.ts| +|Initial version changed|Class name: LineInterface
Method or attribute name: (value?: { width?: string \| number; height?: string \| number }): LineAttribute;
Initial version: 7|Class name: LineInterface
Method or attribute name: (value?: { width?: string \| number; height?: string \| number }): LineAttribute;
Initial version: 9|line.d.ts| +|Initial version changed|Class name: LineAttribute
Initial version: 7|Class name: LineAttribute
Initial version: 9|line.d.ts| +|Initial version changed|Class name: LineAttribute
Method or attribute name: startPoint(value: Array\): LineAttribute;
Initial version: 7|Class name: LineAttribute
Method or attribute name: startPoint(value: Array\): LineAttribute;
Initial version: 9|line.d.ts| +|Initial version changed|Class name: LineAttribute
Method or attribute name: endPoint(value: Array\): LineAttribute;
Initial version: 7|Class name: LineAttribute
Method or attribute name: endPoint(value: Array\): LineAttribute;
Initial version: 9|line.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const Line: LineInterface;
Initial version: N/A|Class name: global
Method or attribute name: declare const Line: LineInterface;
Initial version: 9|line.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const LineInstance: LineAttribute;
Initial version: N/A|Class name: global
Method or attribute name: declare const LineInstance: LineAttribute;
Initial version: 9|line.d.ts| +|Initial version changed|Class name: ScrollState
Initial version: 7|Class name: ScrollState
Initial version: 9|list.d.ts| +|Initial version changed|Class name: ScrollState
Method or attribute name: Idle
Initial version: 7|Class name: ScrollState
Method or attribute name: Idle
Initial version: 9|list.d.ts| +|Initial version changed|Class name: ScrollState
Method or attribute name: Scroll
Initial version: 7|Class name: ScrollState
Method or attribute name: Scroll
Initial version: 9|list.d.ts| +|Initial version changed|Class name: ScrollState
Method or attribute name: Fling
Initial version: 7|Class name: ScrollState
Method or attribute name: Fling
Initial version: 9|list.d.ts| +|Initial version changed|Class name: ListInterface
Initial version: 7|Class name: ListInterface
Initial version: 9|list.d.ts| +|Initial version changed|Class name: ListInterface
Method or attribute name: (value?: { initialIndex?: number; space?: number \| string; scroller?: Scroller }): ListAttribute;
Initial version: 7|Class name: ListInterface
Method or attribute name: (value?: { initialIndex?: number; space?: number \| string; scroller?: Scroller }): ListAttribute;
Initial version: 9|list.d.ts| +|Initial version changed|Class name: ListAttribute
Initial version: 7|Class name: ListAttribute
Initial version: 9|list.d.ts| +|Initial version changed|Class name: ListAttribute
Method or attribute name: listDirection(value: Axis): ListAttribute;
Initial version: 7|Class name: ListAttribute
Method or attribute name: listDirection(value: Axis): ListAttribute;
Initial version: 9|list.d.ts| +|Initial version changed|Class name: ListAttribute
Method or attribute name: scrollBar(value: BarState): ListAttribute;
Initial version: 7|Class name: ListAttribute
Method or attribute name: scrollBar(value: BarState): ListAttribute;
Initial version: 9|list.d.ts| +|Initial version changed|Class name: ListAttribute
Method or attribute name: edgeEffect(value: EdgeEffect): ListAttribute;
Initial version: 7|Class name: ListAttribute
Method or attribute name: edgeEffect(value: EdgeEffect): ListAttribute;
Initial version: 9|list.d.ts| +|Initial version changed|Class name: ListAttribute
Method or attribute name: divider(
value: {
strokeWidth: Length;
color?: ResourceColor;
startMargin?: Length;
endMargin?: Length;
} \| null,
): ListAttribute;
Initial version: 7|Class name: ListAttribute
Method or attribute name: divider(
value: {
strokeWidth: Length;
color?: ResourceColor;
startMargin?: Length;
endMargin?: Length;
} \| null,
): ListAttribute;
Initial version: 9|list.d.ts| +|Initial version changed|Class name: ListAttribute
Method or attribute name: multiSelectable(value: boolean): ListAttribute;
Initial version: 8|Class name: ListAttribute
Method or attribute name: multiSelectable(value: boolean): ListAttribute;
Initial version: 9|list.d.ts| +|Initial version changed|Class name: ListAttribute
Method or attribute name: cachedCount(value: number): ListAttribute;
Initial version: 7|Class name: ListAttribute
Method or attribute name: cachedCount(value: number): ListAttribute;
Initial version: 9|list.d.ts| +|Initial version changed|Class name: ListAttribute
Method or attribute name: chainAnimation(value: boolean): ListAttribute;
Initial version: 7|Class name: ListAttribute
Method or attribute name: chainAnimation(value: boolean): ListAttribute;
Initial version: 9|list.d.ts| +|Initial version changed|Class name: ListAttribute
Method or attribute name: onScroll(event: (scrollOffset: number, scrollState: ScrollState) => void): ListAttribute;
Initial version: 7|Class name: ListAttribute
Method or attribute name: onScroll(event: (scrollOffset: number, scrollState: ScrollState) => void): ListAttribute;
Initial version: 9|list.d.ts| +|Initial version changed|Class name: ListAttribute
Method or attribute name: onScrollIndex(event: (start: number, end: number) => void): ListAttribute;
Initial version: 7|Class name: ListAttribute
Method or attribute name: onScrollIndex(event: (start: number, end: number) => void): ListAttribute;
Initial version: 9|list.d.ts| +|Initial version changed|Class name: ListAttribute
Method or attribute name: onReachStart(event: () => void): ListAttribute;
Initial version: 7|Class name: ListAttribute
Method or attribute name: onReachStart(event: () => void): ListAttribute;
Initial version: 9|list.d.ts| +|Initial version changed|Class name: ListAttribute
Method or attribute name: onReachEnd(event: () => void): ListAttribute;
Initial version: 7|Class name: ListAttribute
Method or attribute name: onReachEnd(event: () => void): ListAttribute;
Initial version: 9|list.d.ts| +|Initial version changed|Class name: ListAttribute
Method or attribute name: onScrollStop(event: () => void): ListAttribute;
Initial version: 7|Class name: ListAttribute
Method or attribute name: onScrollStop(event: () => void): ListAttribute;
Initial version: 9|list.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const List: ListInterface;
Initial version: N/A|Class name: global
Method or attribute name: declare const List: ListInterface;
Initial version: 9|list.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const ListInstance: ListAttribute;
Initial version: N/A|Class name: global
Method or attribute name: declare const ListInstance: ListAttribute;
Initial version: 9|list.d.ts| +|Initial version changed|Class name: ListItemInterface
Initial version: 7|Class name: ListItemInterface
Initial version: 9|list_item.d.ts| +|Initial version changed|Class name: ListItemInterface
Method or attribute name: (value?: string): ListItemAttribute;
Initial version: 7|Class name: ListItemInterface
Method or attribute name: (value?: string): ListItemAttribute;
Initial version: 9|list_item.d.ts| +|Initial version changed|Class name: ListItemAttribute
Initial version: 7|Class name: ListItemAttribute
Initial version: 9|list_item.d.ts| +|Initial version changed|Class name: ListItemAttribute
Method or attribute name: onSelect(event: (isSelected: boolean) => void): ListItemAttribute;
Initial version: 8|Class name: ListItemAttribute
Method or attribute name: onSelect(event: (isSelected: boolean) => void): ListItemAttribute;
Initial version: 9|list_item.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const ListItemInstance: ListItemAttribute;
Initial version: 7|Class name: global
Method or attribute name: declare const ListItemInstance: ListItemAttribute;
Initial version: 9|list_item.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const ListItem: ListItemInterface;
Initial version: N/A|Class name: global
Method or attribute name: declare const ListItem: ListItemInterface;
Initial version: 9|list_item.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const ListItemGroup: ListItemGroupInterface;
Initial version: N/A|Class name: global
Method or attribute name: declare const ListItemGroup: ListItemGroupInterface;
Initial version: 9|list_item_group.d.ts| +|Initial version changed|Class name: LoadingProgressStyle
Initial version: 8|Class name: LoadingProgressStyle
Initial version: 9|loading_progress.d.ts| +|Initial version changed|Class name: LoadingProgressStyle
Method or attribute name: Default
Initial version: 8|Class name: LoadingProgressStyle
Method or attribute name: Default
Initial version: 9|loading_progress.d.ts| +|Initial version changed|Class name: LoadingProgressStyle
Method or attribute name: Circular
Initial version: 8|Class name: LoadingProgressStyle
Method or attribute name: Circular
Initial version: 9|loading_progress.d.ts| +|Initial version changed|Class name: LoadingProgressStyle
Method or attribute name: Orbital
Initial version: 8|Class name: LoadingProgressStyle
Method or attribute name: Orbital
Initial version: 9|loading_progress.d.ts| +|Initial version changed|Class name: LoadingProgressInterface
Initial version: 8|Class name: LoadingProgressInterface
Initial version: 9|loading_progress.d.ts| +|Initial version changed|Class name: LoadingProgressInterface
Method or attribute name: (): LoadingProgressAttribute;
Initial version: 8|Class name: LoadingProgressInterface
Method or attribute name: (): LoadingProgressAttribute;
Initial version: 9|loading_progress.d.ts| +|Initial version changed|Class name: LoadingProgressAttribute
Initial version: 8|Class name: LoadingProgressAttribute
Initial version: 9|loading_progress.d.ts| +|Initial version changed|Class name: LoadingProgressAttribute
Method or attribute name: color(value: ResourceColor): LoadingProgressAttribute;
Initial version: 8|Class name: LoadingProgressAttribute
Method or attribute name: color(value: ResourceColor): LoadingProgressAttribute;
Initial version: 9|loading_progress.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const LoadingProgress: LoadingProgressInterface;
Initial version: 8|Class name: global
Method or attribute name: declare const LoadingProgress: LoadingProgressInterface;
Initial version: 9|loading_progress.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const LoadingProgressInstance: LoadingProgressAttribute;
Initial version: 8|Class name: global
Method or attribute name: declare const LoadingProgressInstance: LoadingProgressAttribute;
Initial version: 9|loading_progress.d.ts| +|Initial version changed|Class name: MarqueeInterface
Initial version: 8|Class name: MarqueeInterface
Initial version: 9|marquee.d.ts| +|Initial version changed|Class name: MarqueeInterface
Method or attribute name: (value: { start: boolean; step?: number; loop?: number; fromStart?: boolean; src: string }): MarqueeAttribute;
Initial version: 8|Class name: MarqueeInterface
Method or attribute name: (value: { start: boolean; step?: number; loop?: number; fromStart?: boolean; src: string }): MarqueeAttribute;
Initial version: 9|marquee.d.ts| +|Initial version changed|Class name: MarqueeAttribute
Initial version: 8|Class name: MarqueeAttribute
Initial version: 9|marquee.d.ts| +|Initial version changed|Class name: MarqueeAttribute
Method or attribute name: fontColor(value: ResourceColor): MarqueeAttribute;
Initial version: 8|Class name: MarqueeAttribute
Method or attribute name: fontColor(value: ResourceColor): MarqueeAttribute;
Initial version: 9|marquee.d.ts| +|Initial version changed|Class name: MarqueeAttribute
Method or attribute name: fontSize(value: Length): MarqueeAttribute;
Initial version: 8|Class name: MarqueeAttribute
Method or attribute name: fontSize(value: Length): MarqueeAttribute;
Initial version: 9|marquee.d.ts| +|Initial version changed|Class name: MarqueeAttribute
Method or attribute name: allowScale(value: boolean): MarqueeAttribute;
Initial version: 8|Class name: MarqueeAttribute
Method or attribute name: allowScale(value: boolean): MarqueeAttribute;
Initial version: 9|marquee.d.ts| +|Initial version changed|Class name: MarqueeAttribute
Method or attribute name: fontWeight(value: number \| FontWeight \| string): MarqueeAttribute;
Initial version: 8|Class name: MarqueeAttribute
Method or attribute name: fontWeight(value: number \| FontWeight \| string): MarqueeAttribute;
Initial version: 9|marquee.d.ts| +|Initial version changed|Class name: MarqueeAttribute
Method or attribute name: fontFamily(value: string \| Resource): MarqueeAttribute;
Initial version: 8|Class name: MarqueeAttribute
Method or attribute name: fontFamily(value: string \| Resource): MarqueeAttribute;
Initial version: 9|marquee.d.ts| +|Initial version changed|Class name: MarqueeAttribute
Method or attribute name: onStart(event: () => void): MarqueeAttribute;
Initial version: 8|Class name: MarqueeAttribute
Method or attribute name: onStart(event: () => void): MarqueeAttribute;
Initial version: 9|marquee.d.ts| +|Initial version changed|Class name: MarqueeAttribute
Method or attribute name: onBounce(event: () => void): MarqueeAttribute;
Initial version: 8|Class name: MarqueeAttribute
Method or attribute name: onBounce(event: () => void): MarqueeAttribute;
Initial version: 9|marquee.d.ts| +|Initial version changed|Class name: MarqueeAttribute
Method or attribute name: onFinish(event: () => void): MarqueeAttribute;
Initial version: 8|Class name: MarqueeAttribute
Method or attribute name: onFinish(event: () => void): MarqueeAttribute;
Initial version: 9|marquee.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const Marquee: MarqueeInterface;
Initial version: N/A|Class name: global
Method or attribute name: declare const Marquee: MarqueeInterface;
Initial version: 9|marquee.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const MarqueeInstance: MarqueeAttribute;
Initial version: N/A|Class name: global
Method or attribute name: declare const MarqueeInstance: MarqueeAttribute;
Initial version: 9|marquee.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const Navigation: NavigationInterface;
Initial version: N/A|Class name: global
Method or attribute name: declare const Navigation: NavigationInterface;
Initial version: 8|navigation.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const NavigationInstance: NavigationAttribute;
Initial version: N/A|Class name: global
Method or attribute name: declare const NavigationInstance: NavigationAttribute;
Initial version: 8|navigation.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const Navigator: NavigatorInterface;
Initial version: N/A|Class name: global
Method or attribute name: declare const Navigator: NavigatorInterface;
Initial version: 7|navigator.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const NavigatorInstance: NavigatorAttribute;
Initial version: N/A|Class name: global
Method or attribute name: declare const NavigatorInstance: NavigatorAttribute;
Initial version: 7|navigator.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const NavDestination: NavDestinationInterface;
Initial version: N/A|Class name: global
Method or attribute name: declare const NavDestination: NavDestinationInterface;
Initial version: 9|nav_destination.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const NavDestinationInstance: NavDestinationAttribute;
Initial version: N/A|Class name: global
Method or attribute name: declare const NavDestinationInstance: NavDestinationAttribute;
Initial version: 9|nav_destination.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const NavRouter: NavRouterInterface;
Initial version: N/A|Class name: global
Method or attribute name: declare const NavRouter: NavRouterInterface;
Initial version: 9|nav_router.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const NavRouterInstance: NavRouterAttribute;
Initial version: N/A|Class name: global
Method or attribute name: declare const NavRouterInstance: NavRouterAttribute;
Initial version: 9|nav_router.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const PageTransitionEnter: PageTransitionEnterInterface;
Initial version: N/A|Class name: global
Method or attribute name: declare const PageTransitionEnter: PageTransitionEnterInterface;
Initial version: 7|page_transition.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const PageTransitionExit: PageTransitionExitInterface;
Initial version: N/A|Class name: global
Method or attribute name: declare const PageTransitionExit: PageTransitionExitInterface;
Initial version: 7|page_transition.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const Panel: PanelInterface;
Initial version: N/A|Class name: global
Method or attribute name: declare const Panel: PanelInterface;
Initial version: 7|panel.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const PanelInstance: PanelAttribute;
Initial version: N/A|Class name: global
Method or attribute name: declare const PanelInstance: PanelAttribute;
Initial version: 7|panel.d.ts| +|Initial version changed|Class name: PathInterface
Initial version: 7|Class name: PathInterface
Initial version: 9|path.d.ts| +|Initial version changed|Class name: PathInterface
Method or attribute name: new (value?: { width?: number \| string; height?: number \| string; commands?: string }): PathAttribute;
Initial version: 7|Class name: PathInterface
Method or attribute name: new (value?: { width?: number \| string; height?: number \| string; commands?: string }): PathAttribute;
Initial version: 9|path.d.ts| +|Initial version changed|Class name: PathInterface
Method or attribute name: (value?: { width?: number \| string; height?: number \| string; commands?: string }): PathAttribute;
Initial version: 7|Class name: PathInterface
Method or attribute name: (value?: { width?: number \| string; height?: number \| string; commands?: string }): PathAttribute;
Initial version: 9|path.d.ts| +|Initial version changed|Class name: PathAttribute
Initial version: 7|Class name: PathAttribute
Initial version: 9|path.d.ts| +|Initial version changed|Class name: PathAttribute
Method or attribute name: commands(value: string): PathAttribute;
Initial version: 7|Class name: PathAttribute
Method or attribute name: commands(value: string): PathAttribute;
Initial version: 9|path.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const Path: PathInterface;
Initial version: N/A|Class name: global
Method or attribute name: declare const Path: PathInterface;
Initial version: 9|path.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const PathInstance: PathAttribute;
Initial version: N/A|Class name: global
Method or attribute name: declare const PathInstance: PathAttribute;
Initial version: 9|path.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const PatternLock: PatternLockInterface;
Initial version: N/A|Class name: global
Method or attribute name: declare const PatternLock: PatternLockInterface;
Initial version: 9|pattern_lock.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const PatternLockInstance: PatternLockAttribute;
Initial version: N/A|Class name: global
Method or attribute name: declare const PatternLockInstance: PatternLockAttribute;
Initial version: 9|pattern_lock.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const PluginComponent: PluginComponentInterface;
Initial version: N/A|Class name: global
Method or attribute name: declare const PluginComponent: PluginComponentInterface;
Initial version: 9|plugin_component.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const PluginComponentInstance: PluginComponentAttribute;
Initial version: N/A|Class name: global
Method or attribute name: declare const PluginComponentInstance: PluginComponentAttribute;
Initial version: 9|plugin_component.d.ts| +|Initial version changed|Class name: PolygonInterface
Initial version: 7|Class name: PolygonInterface
Initial version: 9|polygon.d.ts| +|Initial version changed|Class name: PolygonInterface
Method or attribute name: new (value?: { width?: string \| number; height?: string \| number }): PolygonAttribute;
Initial version: 7|Class name: PolygonInterface
Method or attribute name: new (value?: { width?: string \| number; height?: string \| number }): PolygonAttribute;
Initial version: 9|polygon.d.ts| +|Initial version changed|Class name: PolygonInterface
Method or attribute name: (value?: { width?: string \| number; height?: string \| number }): PolygonAttribute;
Initial version: 7|Class name: PolygonInterface
Method or attribute name: (value?: { width?: string \| number; height?: string \| number }): PolygonAttribute;
Initial version: 9|polygon.d.ts| +|Initial version changed|Class name: PolygonAttribute
Method or attribute name: points(value: Array\): PolygonAttribute;
Initial version: 7|Class name: PolygonAttribute
Method or attribute name: points(value: Array\): PolygonAttribute;
Initial version: 9|polygon.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const Polygon: PolygonInterface;
Initial version: N/A|Class name: global
Method or attribute name: declare const Polygon: PolygonInterface;
Initial version: 9|polygon.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const PolygonInstance: PolygonAttribute;
Initial version: N/A|Class name: global
Method or attribute name: declare const PolygonInstance: PolygonAttribute;
Initial version: 9|polygon.d.ts| +|Initial version changed|Class name: PolylineInterface
Initial version: 7|Class name: PolylineInterface
Initial version: 9|polyline.d.ts| +|Initial version changed|Class name: PolylineInterface
Method or attribute name: new (value?: { width?: string \| number; height?: string \| number }): PolylineAttribute;
Initial version: 7|Class name: PolylineInterface
Method or attribute name: new (value?: { width?: string \| number; height?: string \| number }): PolylineAttribute;
Initial version: 9|polyline.d.ts| +|Initial version changed|Class name: PolylineInterface
Method or attribute name: (value?: { width?: string \| number; height?: string \| number }): PolylineAttribute;
Initial version: 7|Class name: PolylineInterface
Method or attribute name: (value?: { width?: string \| number; height?: string \| number }): PolylineAttribute;
Initial version: 9|polyline.d.ts| +|Initial version changed|Class name: PolylineAttribute
Initial version: 7|Class name: PolylineAttribute
Initial version: 9|polyline.d.ts| +|Initial version changed|Class name: PolylineAttribute
Method or attribute name: points(value: Array\): PolylineAttribute;
Initial version: 7|Class name: PolylineAttribute
Method or attribute name: points(value: Array\): PolylineAttribute;
Initial version: 9|polyline.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const Polyline: PolylineInterface;
Initial version: N/A|Class name: global
Method or attribute name: declare const Polyline: PolylineInterface;
Initial version: 9|polyline.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const PolylineInstance: PolylineAttribute;
Initial version: N/A|Class name: global
Method or attribute name: declare const PolylineInstance: PolylineAttribute;
Initial version: 9|polyline.d.ts| +|Initial version changed|Class name: ProgressOptions
Initial version: 7|Class name: ProgressOptions
Initial version: 9|progress.d.ts| +|Initial version changed|Class name: ProgressOptions
Method or attribute name: value: number;
Initial version: 7|Class name: ProgressOptions
Method or attribute name: value: number;
Initial version: 9|progress.d.ts| +|Initial version changed|Class name: ProgressOptions
Method or attribute name: total?: number;
Initial version: 7|Class name: ProgressOptions
Method or attribute name: total?: number;
Initial version: 9|progress.d.ts| +|Initial version changed|Class name: ProgressOptions
Method or attribute name: type?: ProgressType
Initial version: 8|Class name: ProgressOptions
Method or attribute name: type?: ProgressType
Initial version: 9|progress.d.ts| +|Initial version changed|Class name: ProgressType
Initial version: 8|Class name: ProgressType
Initial version: 9|progress.d.ts| +|Initial version changed|Class name: ProgressType
Method or attribute name: Linear
Initial version: 8|Class name: ProgressType
Method or attribute name: Linear
Initial version: 9|progress.d.ts| +|Initial version changed|Class name: ProgressType
Method or attribute name: Ring
Initial version: 8|Class name: ProgressType
Method or attribute name: Ring
Initial version: 9|progress.d.ts| +|Initial version changed|Class name: ProgressType
Method or attribute name: Eclipse
Initial version: 8|Class name: ProgressType
Method or attribute name: Eclipse
Initial version: 9|progress.d.ts| +|Initial version changed|Class name: ProgressType
Method or attribute name: ScaleRing
Initial version: 8|Class name: ProgressType
Method or attribute name: ScaleRing
Initial version: 9|progress.d.ts| +|Initial version changed|Class name: ProgressType
Method or attribute name: Capsule
Initial version: 8|Class name: ProgressType
Method or attribute name: Capsule
Initial version: 9|progress.d.ts| +|Initial version changed|Class name: ProgressStyleOptions
Initial version: 8|Class name: ProgressStyleOptions
Initial version: 9|progress.d.ts| +|Initial version changed|Class name: ProgressStyleOptions
Method or attribute name: strokeWidth?: Length;
Initial version: 8|Class name: ProgressStyleOptions
Method or attribute name: strokeWidth?: Length;
Initial version: 9|progress.d.ts| +|Initial version changed|Class name: ProgressStyleOptions
Method or attribute name: scaleCount?: number;
Initial version: 8|Class name: ProgressStyleOptions
Method or attribute name: scaleCount?: number;
Initial version: 9|progress.d.ts| +|Initial version changed|Class name: ProgressStyleOptions
Method or attribute name: scaleWidth?: Length;
Initial version: 8|Class name: ProgressStyleOptions
Method or attribute name: scaleWidth?: Length;
Initial version: 9|progress.d.ts| +|Initial version changed|Class name: ProgressStyle
Initial version: 7|Class name: ProgressStyle
Initial version: 9|progress.d.ts| +|Initial version changed|Class name: ProgressStyle
Method or attribute name: Linear
Initial version: 7|Class name: ProgressStyle
Method or attribute name: Linear
Initial version: 9|progress.d.ts| +|Initial version changed|Class name: ProgressStyle
Method or attribute name: Ring
Initial version: 8|Class name: ProgressStyle
Method or attribute name: Ring
Initial version: 9|progress.d.ts| +|Initial version changed|Class name: ProgressStyle
Method or attribute name: Eclipse
Initial version: 7|Class name: ProgressStyle
Method or attribute name: Eclipse
Initial version: 9|progress.d.ts| +|Initial version changed|Class name: ProgressStyle
Method or attribute name: ScaleRing
Initial version: 8|Class name: ProgressStyle
Method or attribute name: ScaleRing
Initial version: 9|progress.d.ts| +|Initial version changed|Class name: ProgressStyle
Method or attribute name: Capsule
Initial version: 8|Class name: ProgressStyle
Method or attribute name: Capsule
Initial version: 9|progress.d.ts| +|Initial version changed|Class name: ProgressInterface
Initial version: 7|Class name: ProgressInterface
Initial version: 9|progress.d.ts| +|Initial version changed|Class name: ProgressInterface
Method or attribute name: (options: ProgressOptions): ProgressAttribute;
Initial version: 7|Class name: ProgressInterface
Method or attribute name: (options: ProgressOptions): ProgressAttribute;
Initial version: 9|progress.d.ts| +|Initial version changed|Class name: ProgressAttribute
Initial version: 7|Class name: ProgressAttribute
Initial version: 9|progress.d.ts| +|Initial version changed|Class name: ProgressAttribute
Method or attribute name: value(value: number): ProgressAttribute;
Initial version: 7|Class name: ProgressAttribute
Method or attribute name: value(value: number): ProgressAttribute;
Initial version: 9|progress.d.ts| +|Initial version changed|Class name: ProgressAttribute
Method or attribute name: color(value: ResourceColor): ProgressAttribute;
Initial version: 7|Class name: ProgressAttribute
Method or attribute name: color(value: ResourceColor): ProgressAttribute;
Initial version: 9|progress.d.ts| +|Initial version changed|Class name: ProgressAttribute
Method or attribute name: style(value: ProgressStyleOptions): ProgressAttribute;
Initial version: 8|Class name: ProgressAttribute
Method or attribute name: style(value: ProgressStyleOptions): ProgressAttribute;
Initial version: 9|progress.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const Progress: ProgressInterface;
Initial version: N/A|Class name: global
Method or attribute name: declare const Progress: ProgressInterface;
Initial version: 9|progress.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const ProgressInstance: ProgressAttribute;
Initial version: N/A|Class name: global
Method or attribute name: declare const ProgressInstance: ProgressAttribute;
Initial version: 9|progress.d.ts| +|Initial version changed|Class name: QRCodeInterface
Initial version: 7|Class name: QRCodeInterface
Initial version: 9|qrcode.d.ts| +|Initial version changed|Class name: QRCodeInterface
Method or attribute name: (value: string): QRCodeAttribute;
Initial version: 7|Class name: QRCodeInterface
Method or attribute name: (value: string): QRCodeAttribute;
Initial version: 9|qrcode.d.ts| +|Initial version changed|Class name: QRCodeAttribute
Initial version: 7|Class name: QRCodeAttribute
Initial version: 9|qrcode.d.ts| +|Initial version changed|Class name: QRCodeAttribute
Method or attribute name: color(value: ResourceColor): QRCodeAttribute;
Initial version: 7|Class name: QRCodeAttribute
Method or attribute name: color(value: ResourceColor): QRCodeAttribute;
Initial version: 9|qrcode.d.ts| +|Initial version changed|Class name: QRCodeAttribute
Method or attribute name: backgroundColor(value: ResourceColor): QRCodeAttribute;
Initial version: 7|Class name: QRCodeAttribute
Method or attribute name: backgroundColor(value: ResourceColor): QRCodeAttribute;
Initial version: 9|qrcode.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const QRCode: QRCodeInterface;
Initial version: N/A|Class name: global
Method or attribute name: declare const QRCode: QRCodeInterface;
Initial version: 9|qrcode.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const QRCodeInstance: QRCodeAttribute;
Initial version: N/A|Class name: global
Method or attribute name: declare const QRCodeInstance: QRCodeAttribute;
Initial version: 9|qrcode.d.ts| +|Initial version changed|Class name: RadioOptions
Initial version: 8|Class name: RadioOptions
Initial version: 9|radio.d.ts| +|Initial version changed|Class name: RadioOptions
Method or attribute name: group: string;
Initial version: 8|Class name: RadioOptions
Method or attribute name: group: string;
Initial version: 9|radio.d.ts| +|Initial version changed|Class name: RadioOptions
Method or attribute name: value: string;
Initial version: 8|Class name: RadioOptions
Method or attribute name: value: string;
Initial version: 9|radio.d.ts| +|Initial version changed|Class name: RadioInterface
Initial version: 8|Class name: RadioInterface
Initial version: 9|radio.d.ts| +|Initial version changed|Class name: RadioInterface
Method or attribute name: (options: RadioOptions): RadioAttribute;
Initial version: 8|Class name: RadioInterface
Method or attribute name: (options: RadioOptions): RadioAttribute;
Initial version: 9|radio.d.ts| +|Initial version changed|Class name: RadioAttribute
Initial version: 8|Class name: RadioAttribute
Initial version: 9|radio.d.ts| +|Initial version changed|Class name: RadioAttribute
Method or attribute name: checked(value: boolean): RadioAttribute;
Initial version: 8|Class name: RadioAttribute
Method or attribute name: checked(value: boolean): RadioAttribute;
Initial version: 9|radio.d.ts| +|Initial version changed|Class name: RadioAttribute
Method or attribute name: onChange(callback: (isChecked: boolean) => void): RadioAttribute;
Initial version: 8|Class name: RadioAttribute
Method or attribute name: onChange(callback: (isChecked: boolean) => void): RadioAttribute;
Initial version: 9|radio.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const Radio: RadioInterface;
Initial version: N/A|Class name: global
Method or attribute name: declare const Radio: RadioInterface;
Initial version: 9|radio.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const RadioInstance: RadioAttribute;
Initial version: N/A|Class name: global
Method or attribute name: declare const RadioInstance: RadioAttribute;
Initial version: 9|radio.d.ts| +|Initial version changed|Class name: RatingInterface
Initial version: 7|Class name: RatingInterface
Initial version: 9|rating.d.ts| +|Initial version changed|Class name: RatingInterface
Method or attribute name: (options?: { rating: number; indicator?: boolean }): RatingAttribute;
Initial version: 7|Class name: RatingInterface
Method or attribute name: (options?: { rating: number; indicator?: boolean }): RatingAttribute;
Initial version: 9|rating.d.ts| +|Initial version changed|Class name: RatingAttribute
Initial version: 7|Class name: RatingAttribute
Initial version: 9|rating.d.ts| +|Initial version changed|Class name: RatingAttribute
Method or attribute name: stars(value: number): RatingAttribute;
Initial version: 7|Class name: RatingAttribute
Method or attribute name: stars(value: number): RatingAttribute;
Initial version: 9|rating.d.ts| +|Initial version changed|Class name: RatingAttribute
Method or attribute name: stepSize(value: number): RatingAttribute;
Initial version: 7|Class name: RatingAttribute
Method or attribute name: stepSize(value: number): RatingAttribute;
Initial version: 9|rating.d.ts| +|Initial version changed|Class name: RatingAttribute
Method or attribute name: starStyle(value: { backgroundUri: string; foregroundUri: string; secondaryUri?: string }): RatingAttribute;
Initial version: 7|Class name: RatingAttribute
Method or attribute name: starStyle(value: { backgroundUri: string; foregroundUri: string; secondaryUri?: string }): RatingAttribute;
Initial version: 9|rating.d.ts| +|Initial version changed|Class name: RatingAttribute
Method or attribute name: onChange(callback: (value: number) => void): RatingAttribute;
Initial version: 7|Class name: RatingAttribute
Method or attribute name: onChange(callback: (value: number) => void): RatingAttribute;
Initial version: 9|rating.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const Rating: RatingInterface;
Initial version: N/A|Class name: global
Method or attribute name: declare const Rating: RatingInterface;
Initial version: 9|rating.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const RatingInstance: RatingAttribute;
Initial version: N/A|Class name: global
Method or attribute name: declare const RatingInstance: RatingAttribute;
Initial version: 9|rating.d.ts| +|Initial version changed|Class name: RectInterface
Initial version: 7|Class name: RectInterface
Initial version: 9|rect.d.ts| +|Initial version changed|Class name: RectInterface
Method or attribute name: new (
value?:
{
width?: number \| string;
height?: number \| string;
radius?: number \| string \| Array\;
}
\| {
width?: number \| string;
height?: number \| string;
radiusWidth?: number \| string;
radiusHeight?: number \| string;
},
): RectAttribute;
Initial version: 7|Class name: RectInterface
Method or attribute name: new (
value?:
{
width?: number \| string;
height?: number \| string;
radius?: number \| string \| Array\;
}
\| {
width?: number \| string;
height?: number \| string;
radiusWidth?: number \| string;
radiusHeight?: number \| string;
},
): RectAttribute;
Initial version: 9|rect.d.ts| +|Initial version changed|Class name: RectInterface
Method or attribute name: (
value?:
{
width?: number \| string;
height?: number \| string;
radius?: number \| string \| Array\;
}
\| {
width?: number \| string;
height?: number \| string;
radiusWidth?: number \| string;
radiusHeight?: number \| string;
},
): RectAttribute;
Initial version: 7|Class name: RectInterface
Method or attribute name: (
value?:
{
width?: number \| string;
height?: number \| string;
radius?: number \| string \| Array\;
}
\| {
width?: number \| string;
height?: number \| string;
radiusWidth?: number \| string;
radiusHeight?: number \| string;
},
): RectAttribute;
Initial version: 9|rect.d.ts| +|Initial version changed|Class name: RectAttribute
Initial version: 7|Class name: RectAttribute
Initial version: 9|rect.d.ts| +|Initial version changed|Class name: RectAttribute
Method or attribute name: radiusWidth(value: number \| string): RectAttribute;
Initial version: 7|Class name: RectAttribute
Method or attribute name: radiusWidth(value: number \| string): RectAttribute;
Initial version: 9|rect.d.ts| +|Initial version changed|Class name: RectAttribute
Method or attribute name: radiusHeight(value: number \| string): RectAttribute;
Initial version: 7|Class name: RectAttribute
Method or attribute name: radiusHeight(value: number \| string): RectAttribute;
Initial version: 9|rect.d.ts| +|Initial version changed|Class name: RectAttribute
Method or attribute name: radius(value: number \| string \| Array\): RectAttribute;
Initial version: 7|Class name: RectAttribute
Method or attribute name: radius(value: number \| string \| Array\): RectAttribute;
Initial version: 9|rect.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const Rect: RectInterface;
Initial version: N/A|Class name: global
Method or attribute name: declare const Rect: RectInterface;
Initial version: 9|rect.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const Refresh: RefreshInterface;
Initial version: N/A|Class name: global
Method or attribute name: declare const Refresh: RefreshInterface;
Initial version: 8|refresh.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const RefreshInstance: RefreshAttribute;
Initial version: N/A|Class name: global
Method or attribute name: declare const RefreshInstance: RefreshAttribute;
Initial version: 8|refresh.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const RemoteWindow: RemoteWindowInterface;
Initial version: N/A|Class name: global
Method or attribute name: declare const RemoteWindow: RemoteWindowInterface;
Initial version: 9|remote_window.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const RemoteWindowInstance: RemoteWindowAttribute;
Initial version: N/A|Class name: global
Method or attribute name: declare const RemoteWindowInstance: RemoteWindowAttribute;
Initial version: 9|remote_window.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const RichText: RichTextInterface;
Initial version: N/A|Class name: global
Method or attribute name: declare const RichText: RichTextInterface;
Initial version: 8|rich_text.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const RichTextInstance: RichTextAttribute;
Initial version: N/A|Class name: global
Method or attribute name: declare const RichTextInstance: RichTextAttribute;
Initial version: 8|rich_text.d.ts| +|Initial version changed|Class name: RowInterface
Initial version: 7|Class name: RowInterface
Initial version: 9|row.d.ts| +|Initial version changed|Class name: RowInterface
Method or attribute name: (value?: { space?: string \| number }): RowAttribute;
Initial version: 7|Class name: RowInterface
Method or attribute name: (value?: { space?: string \| number }): RowAttribute;
Initial version: 9|row.d.ts| +|Initial version changed|Class name: RowAttribute
Initial version: 7|Class name: RowAttribute
Initial version: 9|row.d.ts| +|Initial version changed|Class name: RowAttribute
Method or attribute name: alignItems(value: VerticalAlign): RowAttribute;
Initial version: 7|Class name: RowAttribute
Method or attribute name: alignItems(value: VerticalAlign): RowAttribute;
Initial version: 9|row.d.ts| +|Initial version changed|Class name: RowAttribute
Method or attribute name: justifyContent(value: FlexAlign): RowAttribute;
Initial version: 8|Class name: RowAttribute
Method or attribute name: justifyContent(value: FlexAlign): RowAttribute;
Initial version: 9|row.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const Row: RowInterface;
Initial version: N/A|Class name: global
Method or attribute name: declare const Row: RowInterface;
Initial version: 9|row.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const RowInstance: RowAttribute;
Initial version: N/A|Class name: global
Method or attribute name: declare const RowInstance: RowAttribute;
Initial version: 9|row.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const RowSplit: RowSplitInterface;
Initial version: N/A|Class name: global
Method or attribute name: declare const RowSplit: RowSplitInterface;
Initial version: 7|row_split.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const RowSplitInstance: RowSplitAttribute;
Initial version: N/A|Class name: global
Method or attribute name: declare const RowSplitInstance: RowSplitAttribute;
Initial version: 7|row_split.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const Scroll: ScrollInterface;
Initial version: N/A|Class name: global
Method or attribute name: declare const Scroll: ScrollInterface;
Initial version: 7|scroll.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const ScrollInstance: ScrollAttribute;
Initial version: N/A|Class name: global
Method or attribute name: declare const ScrollInstance: ScrollAttribute;
Initial version: 7|scroll.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const ScrollBar: ScrollBarInterface;
Initial version: N/A|Class name: global
Method or attribute name: declare const ScrollBar: ScrollBarInterface;
Initial version: 8|scroll_bar.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const ScrollBarInstance: ScrollBarAttribute;
Initial version: N/A|Class name: global
Method or attribute name: declare const ScrollBarInstance: ScrollBarAttribute;
Initial version: 8|scroll_bar.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const Search: SearchInterface;
Initial version: N/A|Class name: global
Method or attribute name: declare const Search: SearchInterface;
Initial version: 8|search.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const SearchInstance: SearchAttribute;
Initial version: N/A|Class name: global
Method or attribute name: declare const SearchInstance: SearchAttribute;
Initial version: 8|search.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const Select: SelectInterface;
Initial version: N/A|Class name: global
Method or attribute name: declare const Select: SelectInterface;
Initial version: 8|select.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const SelectInstance: SelectAttribute;
Initial version: N/A|Class name: global
Method or attribute name: declare const SelectInstance: SelectAttribute;
Initial version: 8|select.d.ts| +|Initial version changed|Class name: ShapeInterface
Initial version: 7|Class name: ShapeInterface
Initial version: 9|shape.d.ts| +|Initial version changed|Class name: ShapeAttribute
Initial version: 7|Class name: ShapeAttribute
Initial version: 9|shape.d.ts| +|Initial version changed|Class name: ShapeAttribute
Method or attribute name: viewPort(value: { x?: number \| string; y?: number \| string; width?: number \| string; height?: number \| string }): ShapeAttribute;
Initial version: 7|Class name: ShapeAttribute
Method or attribute name: viewPort(value: { x?: number \| string; y?: number \| string; width?: number \| string; height?: number \| string }): ShapeAttribute;
Initial version: 9|shape.d.ts| +|Initial version changed|Class name: ShapeAttribute
Method or attribute name: stroke(value: ResourceColor): ShapeAttribute;
Initial version: 7|Class name: ShapeAttribute
Method or attribute name: stroke(value: ResourceColor): ShapeAttribute;
Initial version: 9|shape.d.ts| +|Initial version changed|Class name: ShapeAttribute
Method or attribute name: fill(value: ResourceColor): ShapeAttribute;
Initial version: 7|Class name: ShapeAttribute
Method or attribute name: fill(value: ResourceColor): ShapeAttribute;
Initial version: 9|shape.d.ts| +|Initial version changed|Class name: ShapeAttribute
Method or attribute name: strokeDashOffset(value: number \| string): ShapeAttribute;
Initial version: 7|Class name: ShapeAttribute
Method or attribute name: strokeDashOffset(value: number \| string): ShapeAttribute;
Initial version: 9|shape.d.ts| +|Initial version changed|Class name: ShapeAttribute
Method or attribute name: strokeDashArray(value: Array\): ShapeAttribute;
Initial version: 7|Class name: ShapeAttribute
Method or attribute name: strokeDashArray(value: Array\): ShapeAttribute;
Initial version: 9|shape.d.ts| +|Initial version changed|Class name: ShapeAttribute
Method or attribute name: strokeLineCap(value: LineCapStyle): ShapeAttribute;
Initial version: 7|Class name: ShapeAttribute
Method or attribute name: strokeLineCap(value: LineCapStyle): ShapeAttribute;
Initial version: 9|shape.d.ts| +|Initial version changed|Class name: ShapeAttribute
Method or attribute name: strokeLineJoin(value: LineJoinStyle): ShapeAttribute;
Initial version: 7|Class name: ShapeAttribute
Method or attribute name: strokeLineJoin(value: LineJoinStyle): ShapeAttribute;
Initial version: 9|shape.d.ts| +|Initial version changed|Class name: ShapeAttribute
Method or attribute name: strokeMiterLimit(value: number \| string): ShapeAttribute;
Initial version: 7|Class name: ShapeAttribute
Method or attribute name: strokeMiterLimit(value: number \| string): ShapeAttribute;
Initial version: 9|shape.d.ts| +|Initial version changed|Class name: ShapeAttribute
Method or attribute name: strokeOpacity(value: number \| string \| Resource): ShapeAttribute;
Initial version: 7|Class name: ShapeAttribute
Method or attribute name: strokeOpacity(value: number \| string \| Resource): ShapeAttribute;
Initial version: 9|shape.d.ts| +|Initial version changed|Class name: ShapeAttribute
Method or attribute name: fillOpacity(value: number \| string \| Resource): ShapeAttribute;
Initial version: 7|Class name: ShapeAttribute
Method or attribute name: fillOpacity(value: number \| string \| Resource): ShapeAttribute;
Initial version: 9|shape.d.ts| +|Initial version changed|Class name: ShapeAttribute
Method or attribute name: strokeWidth(value: number \| string): ShapeAttribute;
Initial version: 7|Class name: ShapeAttribute
Method or attribute name: strokeWidth(value: number \| string): ShapeAttribute;
Initial version: 9|shape.d.ts| +|Initial version changed|Class name: ShapeAttribute
Method or attribute name: antiAlias(value: boolean): ShapeAttribute;
Initial version: 7|Class name: ShapeAttribute
Method or attribute name: antiAlias(value: boolean): ShapeAttribute;
Initial version: 9|shape.d.ts| +|Initial version changed|Class name: ShapeAttribute
Method or attribute name: mesh(value: Array\, column: number, row: number): ShapeAttribute;
Initial version: 8|Class name: ShapeAttribute
Method or attribute name: mesh(value: Array\, column: number, row: number): ShapeAttribute;
Initial version: 9|shape.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const Shape: ShapeInterface;
Initial version: N/A|Class name: global
Method or attribute name: declare const Shape: ShapeInterface;
Initial version: 9|shape.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const ShapeInstance: ShapeAttribute;
Initial version: N/A|Class name: global
Method or attribute name: declare const ShapeInstance: ShapeAttribute;
Initial version: 9|shape.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const SideBarContainer: SideBarContainerInterface;
Initial version: N/A|Class name: global
Method or attribute name: declare const SideBarContainer: SideBarContainerInterface;
Initial version: 8|sidebar.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const SideBarContainerInstance: SideBarContainerAttribute;
Initial version: N/A|Class name: global
Method or attribute name: declare const SideBarContainerInstance: SideBarContainerAttribute;
Initial version: 8|sidebar.d.ts| +|Initial version changed|Class name: SliderStyle
Initial version: 7|Class name: SliderStyle
Initial version: 9|slider.d.ts| +|Initial version changed|Class name: SliderStyle
Method or attribute name: OutSet
Initial version: 7|Class name: SliderStyle
Method or attribute name: OutSet
Initial version: 9|slider.d.ts| +|Initial version changed|Class name: SliderStyle
Method or attribute name: InSet
Initial version: 7|Class name: SliderStyle
Method or attribute name: InSet
Initial version: 9|slider.d.ts| +|Initial version changed|Class name: SliderChangeMode
Initial version: 7|Class name: SliderChangeMode
Initial version: 9|slider.d.ts| +|Initial version changed|Class name: SliderChangeMode
Method or attribute name: Begin
Initial version: 7|Class name: SliderChangeMode
Method or attribute name: Begin
Initial version: 9|slider.d.ts| +|Initial version changed|Class name: SliderChangeMode
Method or attribute name: Moving
Initial version: 7|Class name: SliderChangeMode
Method or attribute name: Moving
Initial version: 9|slider.d.ts| +|Initial version changed|Class name: SliderChangeMode
Method or attribute name: End
Initial version: 7|Class name: SliderChangeMode
Method or attribute name: End
Initial version: 9|slider.d.ts| +|Initial version changed|Class name: SliderChangeMode
Method or attribute name: Click
Initial version: 8|Class name: SliderChangeMode
Method or attribute name: Click
Initial version: 9|slider.d.ts| +|Initial version changed|Class name: SliderOptions
Initial version: 7|Class name: SliderOptions
Initial version: 9|slider.d.ts| +|Initial version changed|Class name: SliderOptions
Method or attribute name: value?: number;
Initial version: 7|Class name: SliderOptions
Method or attribute name: value?: number;
Initial version: 9|slider.d.ts| +|Initial version changed|Class name: SliderOptions
Method or attribute name: min?: number;
Initial version: 7|Class name: SliderOptions
Method or attribute name: min?: number;
Initial version: 9|slider.d.ts| +|Initial version changed|Class name: SliderOptions
Method or attribute name: max?: number;
Initial version: 7|Class name: SliderOptions
Method or attribute name: max?: number;
Initial version: 9|slider.d.ts| +|Initial version changed|Class name: SliderOptions
Method or attribute name: step?: number;
Initial version: 7|Class name: SliderOptions
Method or attribute name: step?: number;
Initial version: 9|slider.d.ts| +|Initial version changed|Class name: SliderOptions
Method or attribute name: style?: SliderStyle;
Initial version: 7|Class name: SliderOptions
Method or attribute name: style?: SliderStyle;
Initial version: 9|slider.d.ts| +|Initial version changed|Class name: SliderOptions
Method or attribute name: direction?: Axis;
Initial version: 8|Class name: SliderOptions
Method or attribute name: direction?: Axis;
Initial version: 9|slider.d.ts| +|Initial version changed|Class name: SliderOptions
Method or attribute name: reverse?: boolean;
Initial version: 8|Class name: SliderOptions
Method or attribute name: reverse?: boolean;
Initial version: 9|slider.d.ts| +|Initial version changed|Class name: SliderInterface
Initial version: 7|Class name: SliderInterface
Initial version: 9|slider.d.ts| +|Initial version changed|Class name: SliderInterface
Method or attribute name: (options?: SliderOptions): SliderAttribute;
Initial version: 7|Class name: SliderInterface
Method or attribute name: (options?: SliderOptions): SliderAttribute;
Initial version: 9|slider.d.ts| +|Initial version changed|Class name: SliderAttribute
Initial version: 7|Class name: SliderAttribute
Initial version: 9|slider.d.ts| +|Initial version changed|Class name: SliderAttribute
Method or attribute name: blockColor(value: ResourceColor): SliderAttribute;
Initial version: 7|Class name: SliderAttribute
Method or attribute name: blockColor(value: ResourceColor): SliderAttribute;
Initial version: 9|slider.d.ts| +|Initial version changed|Class name: SliderAttribute
Method or attribute name: trackColor(value: ResourceColor): SliderAttribute;
Initial version: 7|Class name: SliderAttribute
Method or attribute name: trackColor(value: ResourceColor): SliderAttribute;
Initial version: 9|slider.d.ts| +|Initial version changed|Class name: SliderAttribute
Method or attribute name: selectedColor(value: ResourceColor): SliderAttribute;
Initial version: 7|Class name: SliderAttribute
Method or attribute name: selectedColor(value: ResourceColor): SliderAttribute;
Initial version: 9|slider.d.ts| +|Initial version changed|Class name: SliderAttribute
Method or attribute name: showSteps(value: boolean): SliderAttribute;
Initial version: 7|Class name: SliderAttribute
Method or attribute name: showSteps(value: boolean): SliderAttribute;
Initial version: 9|slider.d.ts| +|Initial version changed|Class name: SliderAttribute
Method or attribute name: showTips(value: boolean): SliderAttribute;
Initial version: 7|Class name: SliderAttribute
Method or attribute name: showTips(value: boolean): SliderAttribute;
Initial version: 9|slider.d.ts| +|Initial version changed|Class name: SliderAttribute
Method or attribute name: trackThickness(value: Length): SliderAttribute;
Initial version: 8|Class name: SliderAttribute
Method or attribute name: trackThickness(value: Length): SliderAttribute;
Initial version: 9|slider.d.ts| +|Initial version changed|Class name: SliderAttribute
Method or attribute name: onChange(callback: (value: number, mode: SliderChangeMode) => void): SliderAttribute;
Initial version: 7|Class name: SliderAttribute
Method or attribute name: onChange(callback: (value: number, mode: SliderChangeMode) => void): SliderAttribute;
Initial version: 9|slider.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const Slider: SliderInterface;
Initial version: N/A|Class name: global
Method or attribute name: declare const Slider: SliderInterface;
Initial version: 9|slider.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const SliderInstance: SliderAttribute;
Initial version: N/A|Class name: global
Method or attribute name: declare const SliderInstance: SliderAttribute;
Initial version: 9|slider.d.ts| +|Initial version changed|Class name: SpanInterface
Initial version: 7|Class name: SpanInterface
Initial version: 9|span.d.ts| +|Initial version changed|Class name: SpanInterface
Method or attribute name: (value: string \| Resource): SpanAttribute;
Initial version: 7|Class name: SpanInterface
Method or attribute name: (value: string \| Resource): SpanAttribute;
Initial version: 9|span.d.ts| +|Initial version changed|Class name: SpanAttribute
Initial version: 7|Class name: SpanAttribute
Initial version: 9|span.d.ts| +|Initial version changed|Class name: SpanAttribute
Method or attribute name: fontColor(value: ResourceColor): SpanAttribute;
Initial version: 7|Class name: SpanAttribute
Method or attribute name: fontColor(value: ResourceColor): SpanAttribute;
Initial version: 9|span.d.ts| +|Initial version changed|Class name: SpanAttribute
Method or attribute name: fontSize(value: number \| string \| Resource): SpanAttribute;
Initial version: 7|Class name: SpanAttribute
Method or attribute name: fontSize(value: number \| string \| Resource): SpanAttribute;
Initial version: 9|span.d.ts| +|Initial version changed|Class name: SpanAttribute
Method or attribute name: fontStyle(value: FontStyle): SpanAttribute;
Initial version: 7|Class name: SpanAttribute
Method or attribute name: fontStyle(value: FontStyle): SpanAttribute;
Initial version: 9|span.d.ts| +|Initial version changed|Class name: SpanAttribute
Method or attribute name: fontWeight(value: number \| FontWeight \| string): SpanAttribute;
Initial version: 7|Class name: SpanAttribute
Method or attribute name: fontWeight(value: number \| FontWeight \| string): SpanAttribute;
Initial version: 9|span.d.ts| +|Initial version changed|Class name: SpanAttribute
Method or attribute name: fontFamily(value: string \| Resource): SpanAttribute;
Initial version: 7|Class name: SpanAttribute
Method or attribute name: fontFamily(value: string \| Resource): SpanAttribute;
Initial version: 9|span.d.ts| +|Initial version changed|Class name: SpanAttribute
Method or attribute name: decoration(value: { type: TextDecorationType; color?: ResourceColor }): SpanAttribute;
Initial version: 7|Class name: SpanAttribute
Method or attribute name: decoration(value: { type: TextDecorationType; color?: ResourceColor }): SpanAttribute;
Initial version: 9|span.d.ts| +|Initial version changed|Class name: SpanAttribute
Method or attribute name: letterSpacing(value: number \| string): SpanAttribute;
Initial version: 7|Class name: SpanAttribute
Method or attribute name: letterSpacing(value: number \| string): SpanAttribute;
Initial version: 9|span.d.ts| +|Initial version changed|Class name: SpanAttribute
Method or attribute name: textCase(value: TextCase): SpanAttribute;
Initial version: N/A|Class name: SpanAttribute
Method or attribute name: textCase(value: TextCase): SpanAttribute;
Initial version: 9|span.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const Span: SpanInterface;
Initial version: N/A|Class name: global
Method or attribute name: declare const Span: SpanInterface;
Initial version: 9|span.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const SpanInstance: SpanAttribute;
Initial version: N/A|Class name: global
Method or attribute name: declare const SpanInstance: SpanAttribute;
Initial version: 9|span.d.ts| +|Initial version changed|Class name: StackInterface
Initial version: 7|Class name: StackInterface
Initial version: 9|stack.d.ts| +|Initial version changed|Class name: StackInterface
Method or attribute name: (value?: { alignContent?: Alignment }): StackAttribute;
Initial version: 7|Class name: StackInterface
Method or attribute name: (value?: { alignContent?: Alignment }): StackAttribute;
Initial version: 9|stack.d.ts| +|Initial version changed|Class name: StackAttribute
Initial version: 7|Class name: StackAttribute
Initial version: 9|stack.d.ts| +|Initial version changed|Class name: StackAttribute
Method or attribute name: alignContent(value: Alignment): StackAttribute;
Initial version: 7|Class name: StackAttribute
Method or attribute name: alignContent(value: Alignment): StackAttribute;
Initial version: 9|stack.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const Stack: StackInterface;
Initial version: N/A|Class name: global
Method or attribute name: declare const Stack: StackInterface;
Initial version: 9|stack.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const StackInstance: StackAttribute;
Initial version: N/A|Class name: global
Method or attribute name: declare const StackInstance: StackAttribute;
Initial version: 9|stack.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const Stepper: StepperInterface;
Initial version: N/A|Class name: global
Method or attribute name: declare const Stepper: StepperInterface;
Initial version: 8|stepper.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const StepperInstance: StepperAttribute;
Initial version: N/A|Class name: global
Method or attribute name: declare const StepperInstance: StepperAttribute;
Initial version: 8|stepper.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const StepperItemInstance: StepperItemAttribute;
Initial version: N/A|Class name: global
Method or attribute name: declare const StepperItemInstance: StepperItemAttribute;
Initial version: 8|stepper_item.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const StepperItem: StepperItemInterface;
Initial version: N/A|Class name: global
Method or attribute name: declare const StepperItem: StepperItemInterface;
Initial version: 8|stepper_item.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const Swiper: SwiperInterface;
Initial version: N/A|Class name: global
Method or attribute name: declare const Swiper: SwiperInterface;
Initial version: 7|swiper.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const SwiperInstance: SwiperAttribute;
Initial version: N/A|Class name: global
Method or attribute name: declare const SwiperInstance: SwiperAttribute;
Initial version: 7|swiper.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const Tabs: TabsInterface;
Initial version: N/A|Class name: global
Method or attribute name: declare const Tabs: TabsInterface;
Initial version: 7|tabs.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const TabsInstance: TabsAttribute;
Initial version: N/A|Class name: global
Method or attribute name: declare const TabsInstance: TabsAttribute;
Initial version: 7|tabs.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const TabContent: TabContentInterface;
Initial version: N/A|Class name: global
Method or attribute name: declare const TabContent: TabContentInterface;
Initial version: 7|tab_content.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const TabContentInstance: TabContentAttribute;
Initial version: N/A|Class name: global
Method or attribute name: declare const TabContentInstance: TabContentAttribute;
Initial version: 7|tab_content.d.ts| +|Initial version changed|Class name: TextInterface
Initial version: 7|Class name: TextInterface
Initial version: 9|text.d.ts| +|Initial version changed|Class name: TextInterface
Method or attribute name: (content?: string \| Resource): TextAttribute;
Initial version: 7|Class name: TextInterface
Method or attribute name: (content?: string \| Resource): TextAttribute;
Initial version: 9|text.d.ts| +|Initial version changed|Class name: TextAttribute
Initial version: 7|Class name: TextAttribute
Initial version: 9|text.d.ts| +|Initial version changed|Class name: TextAttribute
Method or attribute name: fontColor(value: ResourceColor): TextAttribute;
Initial version: 7|Class name: TextAttribute
Method or attribute name: fontColor(value: ResourceColor): TextAttribute;
Initial version: 9|text.d.ts| +|Initial version changed|Class name: TextAttribute
Method or attribute name: fontSize(value: number \| string \| Resource): TextAttribute;
Initial version: 7|Class name: TextAttribute
Method or attribute name: fontSize(value: number \| string \| Resource): TextAttribute;
Initial version: 9|text.d.ts| +|Initial version changed|Class name: TextAttribute
Method or attribute name: minFontSize(value: number \| string \| Resource): TextAttribute;
Initial version: 7|Class name: TextAttribute
Method or attribute name: minFontSize(value: number \| string \| Resource): TextAttribute;
Initial version: 9|text.d.ts| +|Initial version changed|Class name: TextAttribute
Method or attribute name: maxFontSize(value: number \| string \| Resource): TextAttribute;
Initial version: 7|Class name: TextAttribute
Method or attribute name: maxFontSize(value: number \| string \| Resource): TextAttribute;
Initial version: 9|text.d.ts| +|Initial version changed|Class name: TextAttribute
Method or attribute name: fontStyle(value: FontStyle): TextAttribute;
Initial version: 7|Class name: TextAttribute
Method or attribute name: fontStyle(value: FontStyle): TextAttribute;
Initial version: 9|text.d.ts| +|Initial version changed|Class name: TextAttribute
Method or attribute name: fontWeight(value: number \| FontWeight \| string): TextAttribute;
Initial version: 7|Class name: TextAttribute
Method or attribute name: fontWeight(value: number \| FontWeight \| string): TextAttribute;
Initial version: 9|text.d.ts| +|Initial version changed|Class name: TextAttribute
Method or attribute name: textAlign(value: TextAlign): TextAttribute;
Initial version: 7|Class name: TextAttribute
Method or attribute name: textAlign(value: TextAlign): TextAttribute;
Initial version: 9|text.d.ts| +|Initial version changed|Class name: TextAttribute
Method or attribute name: lineHeight(value: number \| string \| Resource): TextAttribute;
Initial version: 7|Class name: TextAttribute
Method or attribute name: lineHeight(value: number \| string \| Resource): TextAttribute;
Initial version: 9|text.d.ts| +|Initial version changed|Class name: TextAttribute
Method or attribute name: textOverflow(value: { overflow: TextOverflow }): TextAttribute;
Initial version: 7|Class name: TextAttribute
Method or attribute name: textOverflow(value: { overflow: TextOverflow }): TextAttribute;
Initial version: 9|text.d.ts| +|Initial version changed|Class name: TextAttribute
Method or attribute name: fontFamily(value: string \| Resource): TextAttribute;
Initial version: 7|Class name: TextAttribute
Method or attribute name: fontFamily(value: string \| Resource): TextAttribute;
Initial version: 9|text.d.ts| +|Initial version changed|Class name: TextAttribute
Method or attribute name: maxLines(value: number): TextAttribute;
Initial version: 7|Class name: TextAttribute
Method or attribute name: maxLines(value: number): TextAttribute;
Initial version: 9|text.d.ts| +|Initial version changed|Class name: TextAttribute
Method or attribute name: decoration(value: { type: TextDecorationType; color?: ResourceColor }): TextAttribute;
Initial version: 7|Class name: TextAttribute
Method or attribute name: decoration(value: { type: TextDecorationType; color?: ResourceColor }): TextAttribute;
Initial version: 9|text.d.ts| +|Initial version changed|Class name: TextAttribute
Method or attribute name: letterSpacing(value: number \| string): TextAttribute;
Initial version: 7|Class name: TextAttribute
Method or attribute name: letterSpacing(value: number \| string): TextAttribute;
Initial version: 9|text.d.ts| +|Initial version changed|Class name: TextAttribute
Method or attribute name: textCase(value: TextCase): TextAttribute;
Initial version: 7|Class name: TextAttribute
Method or attribute name: textCase(value: TextCase): TextAttribute;
Initial version: 9|text.d.ts| +|Initial version changed|Class name: TextAttribute
Method or attribute name: baselineOffset(value: number \| string): TextAttribute;
Initial version: 7|Class name: TextAttribute
Method or attribute name: baselineOffset(value: number \| string): TextAttribute;
Initial version: 9|text.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const TextInstance: TextAttribute;
Initial version: N/A|Class name: global
Method or attribute name: declare const TextInstance: TextAttribute;
Initial version: 9|text.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const Text: TextInterface;
Initial version: N/A|Class name: global
Method or attribute name: declare const Text: TextInterface;
Initial version: 9|text.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const TextArea: TextAreaInterface;
Initial version: N/A|Class name: global
Method or attribute name: declare const TextArea: TextAreaInterface;
Initial version: 7|text_area.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const TextAreaInstance: TextAreaAttribute;
Initial version: N/A|Class name: global
Method or attribute name: declare const TextAreaInstance: TextAreaAttribute;
Initial version: 7|text_area.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const TextClock: TextClockInterface;
Initial version: N/A|Class name: global
Method or attribute name: declare const TextClock: TextClockInterface;
Initial version: 8|text_clock.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const TextClockInstance: TextClockAttribute;
Initial version: N/A|Class name: global
Method or attribute name: declare const TextClockInstance: TextClockAttribute;
Initial version: 8|text_clock.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const TextInput: TextInputInterface;
Initial version: N/A|Class name: global
Method or attribute name: declare const TextInput: TextInputInterface;
Initial version: 7|text_input.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const TextInputInstance: TextInputAttribute;
Initial version: N/A|Class name: global
Method or attribute name: declare const TextInputInstance: TextInputAttribute;
Initial version: 7|text_input.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const TextPicker: TextPickerInterface;
Initial version: N/A|Class name: global
Method or attribute name: declare const TextPicker: TextPickerInterface;
Initial version: 8|text_picker.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const TextPickerInstance: TextPickerAttribute;
Initial version: N/A|Class name: global
Method or attribute name: declare const TextPickerInstance: TextPickerAttribute;
Initial version: 8|text_picker.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const TextTimer: TextTimerInterface;
Initial version: N/A|Class name: global
Method or attribute name: declare const TextTimer: TextTimerInterface;
Initial version: 8|text_timer.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const TextTimerInstance: TextTimerAttribute;
Initial version: N/A|Class name: global
Method or attribute name: declare const TextTimerInstance: TextTimerAttribute;
Initial version: 8|text_timer.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const TimePicker: TimePickerInterface;
Initial version: N/A|Class name: global
Method or attribute name: declare const TimePicker: TimePickerInterface;
Initial version: 8|time_picker.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const TimePickerInstance: TimePickerAttribute;
Initial version: N/A|Class name: global
Method or attribute name: declare const TimePickerInstance: TimePickerAttribute;
Initial version: 8|time_picker.d.ts| +|Initial version changed|Class name: ToggleType
Initial version: 8|Class name: ToggleType
Initial version: 9|toggle.d.ts| +|Initial version changed|Class name: ToggleType
Method or attribute name: Checkbox
Initial version: 8|Class name: ToggleType
Method or attribute name: Checkbox
Initial version: 9|toggle.d.ts| +|Initial version changed|Class name: ToggleType
Method or attribute name: Switch
Initial version: 8|Class name: ToggleType
Method or attribute name: Switch
Initial version: 9|toggle.d.ts| +|Initial version changed|Class name: ToggleType
Method or attribute name: Button
Initial version: 8|Class name: ToggleType
Method or attribute name: Button
Initial version: 9|toggle.d.ts| +|Initial version changed|Class name: ToggleInterface
Initial version: 8|Class name: ToggleInterface
Initial version: 9|toggle.d.ts| +|Initial version changed|Class name: ToggleInterface
Method or attribute name: (options: { type: ToggleType; isOn?: boolean }): ToggleAttribute;
Initial version: 8|Class name: ToggleInterface
Method or attribute name: (options: { type: ToggleType; isOn?: boolean }): ToggleAttribute;
Initial version: 9|toggle.d.ts| +|Initial version changed|Class name: ToggleAttribute
Initial version: 8|Class name: ToggleAttribute
Initial version: 9|toggle.d.ts| +|Initial version changed|Class name: ToggleAttribute
Method or attribute name: onChange(callback: (isOn: boolean) => void): ToggleAttribute;
Initial version: 8|Class name: ToggleAttribute
Method or attribute name: onChange(callback: (isOn: boolean) => void): ToggleAttribute;
Initial version: 9|toggle.d.ts| +|Initial version changed|Class name: ToggleAttribute
Method or attribute name: selectedColor(value: ResourceColor): ToggleAttribute;
Initial version: 8|Class name: ToggleAttribute
Method or attribute name: selectedColor(value: ResourceColor): ToggleAttribute;
Initial version: 9|toggle.d.ts| +|Initial version changed|Class name: ToggleAttribute
Method or attribute name: switchPointColor(color: ResourceColor): ToggleAttribute;
Initial version: 8|Class name: ToggleAttribute
Method or attribute name: switchPointColor(color: ResourceColor): ToggleAttribute;
Initial version: 9|toggle.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const Toggle: ToggleInterface;
Initial version: N/A|Class name: global
Method or attribute name: declare const Toggle: ToggleInterface;
Initial version: 9|toggle.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const ToggleInstance: ToggleAttribute;
Initial version: N/A|Class name: global
Method or attribute name: declare const ToggleInstance: ToggleAttribute;
Initial version: 9|toggle.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const Video: VideoInterface;
Initial version: N/A|Class name: global
Method or attribute name: declare const Video: VideoInterface;
Initial version: 7|video.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const VideoInstance: VideoAttribute;
Initial version: N/A|Class name: global
Method or attribute name: declare const VideoInstance: VideoAttribute;
Initial version: 7|video.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const WaterFlow: WaterFlowInterface;
Initial version: N/A|Class name: global
Method or attribute name: declare const WaterFlow: WaterFlowInterface;
Initial version: 9|water_flow.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const WaterFlowInstance: WaterFlowAttribute;
Initial version: N/A|Class name: global
Method or attribute name: declare const WaterFlowInstance: WaterFlowAttribute;
Initial version: 9|water_flow.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const Web: WebInterface;
Initial version: N/A|Class name: global
Method or attribute name: declare const Web: WebInterface;
Initial version: 8|web.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const WebInstance: WebAttribute;
Initial version: N/A|Class name: global
Method or attribute name: declare const WebInstance: WebAttribute;
Initial version: 8|web.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const XComponent: XComponentInterface;
Initial version: N/A|Class name: global
Method or attribute name: declare const XComponent: XComponentInterface;
Initial version: 8|xcomponent.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const XComponentInstance: XComponentAttribute;
Initial version: N/A|Class name: global
Method or attribute name: declare const XComponentInstance: XComponentAttribute;
Initial version: 8|xcomponent.d.ts| +|SysCap changed|Class name: console
Method or attribute name: static debug(message: string, ...arguments: any[]): void;
SysCap:SystemCapability.ArkUI.ArkUI.Full|Class name: console
Method or attribute name: static debug(message: string, ...arguments: any[]): void;
SysCap: N/A|global.d.ts| +|SysCap changed|Class name: console
Method or attribute name: static log(message: string, ...arguments: any[]): void;
SysCap:SystemCapability.ArkUI.ArkUI.Full|Class name: console
Method or attribute name: static log(message: string, ...arguments: any[]): void;
SysCap: N/A|global.d.ts| +|SysCap changed|Class name: console
Method or attribute name: static info(message: string, ...arguments: any[]): void;
SysCap:SystemCapability.ArkUI.ArkUI.Full|Class name: console
Method or attribute name: static info(message: string, ...arguments: any[]): void;
SysCap: N/A|global.d.ts| +|SysCap changed|Class name: console
Method or attribute name: static warn(message: string, ...arguments: any[]): void;
SysCap:SystemCapability.ArkUI.ArkUI.Full|Class name: console
Method or attribute name: static warn(message: string, ...arguments: any[]): void;
SysCap: N/A|global.d.ts| +|SysCap changed|Class name: console
Method or attribute name: static error(message: string, ...arguments: any[]): void;
SysCap:SystemCapability.ArkUI.ArkUI.Full|Class name: console
Method or attribute name: static error(message: string, ...arguments: any[]): void;
SysCap: N/A|global.d.ts| +|SysCap changed|Class name: TabContentInterface
SysCap: N/A|Class name: TabContentInterface
SysCap:SystemCapability.ArkUI.ArkUI.Full|tab_content.d.ts| +|SysCap changed|Class name: TabContentInterface
Method or attribute name: (): TabContentAttribute;
SysCap: N/A|Class name: TabContentInterface
Method or attribute name: (): TabContentAttribute;
SysCap:SystemCapability.ArkUI.ArkUI.Full|tab_content.d.ts| +|SysCap changed|Class name: TabContentAttribute
SysCap: N/A|Class name: TabContentAttribute
SysCap:SystemCapability.ArkUI.ArkUI.Full|tab_content.d.ts| +|SysCap changed|Class name: TabContentAttribute
Method or attribute name: tabBar(value: string \| Resource \| CustomBuilder \|
{ icon?: string \| Resource; text?: string \| Resource }): TabContentAttribute;
SysCap: N/A|Class name: TabContentAttribute
Method or attribute name: tabBar(value: string \| Resource \| CustomBuilder \|
{ icon?: string \| Resource; text?: string \| Resource }): TabContentAttribute;
SysCap:SystemCapability.ArkUI.ArkUI.Full|tab_content.d.ts| +|SysCap changed|Class name: global
Method or attribute name: declare const TabContent: TabContentInterface;
SysCap: N/A|Class name: global
Method or attribute name: declare const TabContent: TabContentInterface;
SysCap:SystemCapability.ArkUI.ArkUI.Full|tab_content.d.ts| +|SysCap changed|Class name: global
Method or attribute name: declare const TabContentInstance: TabContentAttribute;
SysCap: N/A|Class name: global
Method or attribute name: declare const TabContentInstance: TabContentAttribute;
SysCap:SystemCapability.ArkUI.ArkUI.Full|tab_content.d.ts| +|Function changed|Class name:
Method or attribute name: function getInspectorTree(): string;
|Class name:
Method or attribute name: function getInspectorTree(): Object;
|global.d.ts| +|Function changed|Class name: LocalStorage
Method or attribute name: get\(propName: string): T;
|Class name: LocalStorage
Method or attribute name: get\(propName: string): T \| undefined;
|common_ts_ets_api.d.ts| +|Function changed|Class name: LocalStorage
Method or attribute name: setOrCreate\(propName: string, newValue?: T): boolean;
|Class name: LocalStorage
Method or attribute name: setOrCreate\(propName: string, newValue: T): boolean;
|common_ts_ets_api.d.ts| +|Function changed|Class name: LocalStorage
Method or attribute name: link\(propName: string, linkUser?: T, subscribersName?: string): T;
|Class name: LocalStorage
Method or attribute name: link\(propName: string): SubscribedAbstractProperty\;
|common_ts_ets_api.d.ts| +|Function changed|Class name: LocalStorage
Method or attribute name: setAndLink\(propName: string, defaultValue: T, linkUser?: T, subscribersName?: string): T;
|Class name: LocalStorage
Method or attribute name: setAndLink\(propName: string, defaultValue: T): SubscribedAbstractProperty\;
|common_ts_ets_api.d.ts| +|Function changed|Class name: LocalStorage
Method or attribute name: prop\(propName: string, propUser?: T, subscribersName?: string): T;
|Class name: LocalStorage
Method or attribute name: prop\(propName: string): SubscribedAbstractProperty\;
|common_ts_ets_api.d.ts| +|Function changed|Class name: LocalStorage
Method or attribute name: setAndProp\(propName: string, defaultValue: T, propUser?: T, subscribersName?: string): T;
|Class name: LocalStorage
Method or attribute name: setAndProp\(propName: string, defaultValue: S): SubscribedAbstractProperty\;
|common_ts_ets_api.d.ts| diff --git a/en/release-notes/api-diff/Beta5 to v3.2-Release/js-apidiff-battery.md b/en/release-notes/api-diff/Beta5 to v3.2-Release/js-apidiff-battery.md new file mode 100644 index 0000000000000000000000000000000000000000..5e6c519ae799808f6f13107e6108cad74e509fd8 --- /dev/null +++ b/en/release-notes/api-diff/Beta5 to v3.2-Release/js-apidiff-battery.md @@ -0,0 +1,38 @@ +| Change Type | Old Version | New Version | d.ts File | +| ---- | ------ | ------ | -------- | +|Added|NA|Class name: BatteryCapacityLevel
Method or attribute name: LEVEL_WARNING|@ohos.batteryInfo.d.ts| +|Added|NA|Class name: BatteryCapacityLevel
Method or attribute name: LEVEL_SHUTDOWN|@ohos.batteryInfo.d.ts| +|Added|NA|Module name: ohos.batteryInfo
Class name: CommonEventBatteryChangedKey|@ohos.batteryInfo.d.ts| +|Added|NA|Class name: CommonEventBatteryChangedKey
Method or attribute name: |@ohos.batteryInfo.d.ts| +|Added|NA|Module name: ohos.batteryInfo
Class name: CommonEventBatteryChangedKey
Method or attribute name: EXTRA_SOC = "soc"|@ohos.batteryInfo.d.ts| +|Added|NA|Class name: CommonEventBatteryChangedKey
Method or attribute name: EXTRA_SOC = "soc"|@ohos.batteryInfo.d.ts| +|Added|NA|Module name: ohos.batteryInfo
Class name: CommonEventBatteryChangedKey
Method or attribute name: EXTRA_CHARGE_STATE = "chargeState"|@ohos.batteryInfo.d.ts| +|Added|NA|Class name: CommonEventBatteryChangedKey
Method or attribute name: EXTRA_CHARGE_STATE = "chargeState"|@ohos.batteryInfo.d.ts| +|Added|NA|Module name: ohos.batteryInfo
Class name: CommonEventBatteryChangedKey
Method or attribute name: EXTRA_HEALTH_STATE = "healthState"|@ohos.batteryInfo.d.ts| +|Added|NA|Class name: CommonEventBatteryChangedKey
Method or attribute name: EXTRA_HEALTH_STATE = "healthState"|@ohos.batteryInfo.d.ts| +|Added|NA|Module name: ohos.batteryInfo
Class name: CommonEventBatteryChangedKey
Method or attribute name: EXTRA_PLUGGED_TYPE = "pluggedType"|@ohos.batteryInfo.d.ts| +|Added|NA|Class name: CommonEventBatteryChangedKey
Method or attribute name: EXTRA_PLUGGED_TYPE = "pluggedType"|@ohos.batteryInfo.d.ts| +|Added|NA|Module name: ohos.batteryInfo
Class name: CommonEventBatteryChangedKey
Method or attribute name: EXTRA_VOLTAGE = "voltage"|@ohos.batteryInfo.d.ts| +|Added|NA|Class name: CommonEventBatteryChangedKey
Method or attribute name: EXTRA_VOLTAGE = "voltage"|@ohos.batteryInfo.d.ts| +|Added|NA|Module name: ohos.batteryInfo
Class name: CommonEventBatteryChangedKey
Method or attribute name: EXTRA_TECHNOLOGY = "technology"|@ohos.batteryInfo.d.ts| +|Added|NA|Class name: CommonEventBatteryChangedKey
Method or attribute name: EXTRA_TECHNOLOGY = "technology"|@ohos.batteryInfo.d.ts| +|Added|NA|Module name: ohos.batteryInfo
Class name: CommonEventBatteryChangedKey
Method or attribute name: EXTRA_TEMPERATURE = "temperature"|@ohos.batteryInfo.d.ts| +|Added|NA|Class name: CommonEventBatteryChangedKey
Method or attribute name: EXTRA_TEMPERATURE = "temperature"|@ohos.batteryInfo.d.ts| +|Added|NA|Module name: ohos.batteryInfo
Class name: CommonEventBatteryChangedKey
Method or attribute name: EXTRA_PRESENT = "present"|@ohos.batteryInfo.d.ts| +|Added|NA|Class name: CommonEventBatteryChangedKey
Method or attribute name: EXTRA_PRESENT = "present"|@ohos.batteryInfo.d.ts| +|Added|NA|Module name: ohos.batteryInfo
Class name: CommonEventBatteryChangedKey
Method or attribute name: EXTRA_CAPACITY_LEVEL = "capacityLevel"|@ohos.batteryInfo.d.ts| +|Added|NA|Class name: CommonEventBatteryChangedKey
Method or attribute name: EXTRA_CAPACITY_LEVEL = "capacityLevel"|@ohos.batteryInfo.d.ts| +|Deleted|Module name: ohos.batteryInfo
Class name: BatteryCapacityLevel
Method or attribute name: LEVEL_NONE|NA|@ohos.batteryInfo.d.ts| +|Deleted|Module name: ohos.batteryInfo
Class name: CommonEventBatteryChangedCode|NA|@ohos.batteryInfo.d.ts| +|Deleted|Module name: ohos.batteryInfo
Class name: CommonEventBatteryChangedCode
Method or attribute name: EXTRA_SOC = 0|NA|@ohos.batteryInfo.d.ts| +|Deleted|Module name: ohos.batteryInfo
Class name: CommonEventBatteryChangedCode
Method or attribute name: EXTRA_VOLTAGE|NA|@ohos.batteryInfo.d.ts| +|Deleted|Module name: ohos.batteryInfo
Class name: CommonEventBatteryChangedCode
Method or attribute name: EXTRA_TEMPERATURE|NA|@ohos.batteryInfo.d.ts| +|Deleted|Module name: ohos.batteryInfo
Class name: CommonEventBatteryChangedCode
Method or attribute name: EXTRA_HEALTH_STATE|NA|@ohos.batteryInfo.d.ts| +|Deleted|Module name: ohos.batteryInfo
Class name: CommonEventBatteryChangedCode
Method or attribute name: EXTRA_PLUGGED_TYPE|NA|@ohos.batteryInfo.d.ts| +|Deleted|Module name: ohos.batteryInfo
Class name: CommonEventBatteryChangedCode
Method or attribute name: EXTRA_MAX_CURRENT|NA|@ohos.batteryInfo.d.ts| +|Deleted|Module name: ohos.batteryInfo
Class name: CommonEventBatteryChangedCode
Method or attribute name: EXTRA_MAX_VOLTAGE|NA|@ohos.batteryInfo.d.ts| +|Deleted|Module name: ohos.batteryInfo
Class name: CommonEventBatteryChangedCode
Method or attribute name: EXTRA_CHARGE_STATE|NA|@ohos.batteryInfo.d.ts| +|Deleted|Module name: ohos.batteryInfo
Class name: CommonEventBatteryChangedCode
Method or attribute name: EXTRA_CHARGE_COUNTER|NA|@ohos.batteryInfo.d.ts| +|Deleted|Module name: ohos.batteryInfo
Class name: CommonEventBatteryChangedCode
Method or attribute name: EXTRA_PRESENT|NA|@ohos.batteryInfo.d.ts| +|Deleted|Module name: ohos.batteryInfo
Class name: CommonEventBatteryChangedCode
Method or attribute name: EXTRA_TECHNOLOGY|NA|@ohos.batteryInfo.d.ts| +|Access level changed|Class name: batteryInfo
Method or attribute name: const estimatedRemainingChargeTime: number;
Access level: public API|Class name: batteryInfo
Method or attribute name: const estimatedRemainingChargeTime: number;
Access level: system API|@ohos.batteryInfo.d.ts| diff --git a/en/release-notes/api-diff/Beta5 to v3.2-Release/js-apidiff-bundle.md b/en/release-notes/api-diff/Beta5 to v3.2-Release/js-apidiff-bundle.md new file mode 100644 index 0000000000000000000000000000000000000000..ef45da74b5275f5dc4c1fc92198b0f76b61a065e --- /dev/null +++ b/en/release-notes/api-diff/Beta5 to v3.2-Release/js-apidiff-bundle.md @@ -0,0 +1,351 @@ +| Change Type | Old Version | New Version | d.ts File | +| ---- | ------ | ------ | -------- | +|Added|NA|Class name: LaunchType
Method or attribute name: MULTITON = 1|@ohos.bundle.bundleManager.d.ts| +|Added|NA|Module name: ohos.bundle.bundleManager
Class name: ModuleType|@ohos.bundle.bundleManager.d.ts| +|Added|NA|Class name: ModuleType
Method or attribute name: |@ohos.bundle.bundleManager.d.ts| +|Added|NA|Module name: ohos.bundle.bundleManager
Class name: ModuleType
Method or attribute name: ENTRY = 1|@ohos.bundle.bundleManager.d.ts| +|Added|NA|Class name: ModuleType
Method or attribute name: ENTRY = 1|@ohos.bundle.bundleManager.d.ts| +|Added|NA|Module name: ohos.bundle.bundleManager
Class name: ModuleType
Method or attribute name: FEATURE = 2|@ohos.bundle.bundleManager.d.ts| +|Added|NA|Class name: ModuleType
Method or attribute name: FEATURE = 2|@ohos.bundle.bundleManager.d.ts| +|Added|NA|Module name: ohos.bundle.bundleManager
Class name: ModuleType
Method or attribute name: SHARED = 3|@ohos.bundle.bundleManager.d.ts| +|Added|NA|Class name: ModuleType
Method or attribute name: SHARED = 3|@ohos.bundle.bundleManager.d.ts| +|Added|NA|Module name: ohos.bundle.bundleManager
Class name: BundleType|@ohos.bundle.bundleManager.d.ts| +|Added|NA|Class name: BundleType
Method or attribute name: |@ohos.bundle.bundleManager.d.ts| +|Added|NA|Module name: ohos.bundle.bundleManager
Class name: BundleType
Method or attribute name: APP = 0|@ohos.bundle.bundleManager.d.ts| +|Added|NA|Class name: BundleType
Method or attribute name: APP = 0|@ohos.bundle.bundleManager.d.ts| +|Added|NA|Module name: ohos.bundle.bundleManager
Class name: BundleType
Method or attribute name: ATOMIC_SERVICE = 1|@ohos.bundle.bundleManager.d.ts| +|Added|NA|Class name: BundleType
Method or attribute name: ATOMIC_SERVICE = 1|@ohos.bundle.bundleManager.d.ts| +|Added|NA|Class name: BundleInstaller
Method or attribute name: install(hapFilePaths: Array\, callback: AsyncCallback\) : void;|@ohos.bundle.installer.d.ts| +|Added|NA|Class name: BundleInstaller
Method or attribute name: recover(bundleName: string, callback: AsyncCallback\): void;|@ohos.bundle.installer.d.ts| +|Added|NA|Class name: InstallParam
Method or attribute name: userId?: number;|@ohos.bundle.installer.d.ts| +|Added|NA|Class name: InstallParam
Method or attribute name: installFlag?: number;|@ohos.bundle.installer.d.ts| +|Added|NA|Class name: InstallParam
Method or attribute name: isKeepData?: boolean;|@ohos.bundle.installer.d.ts| +|Added|NA|Module name: AbilityInfo
Class name: AbilityInfo|AbilityInfo.d.ts| +|Added|NA|Module name: AbilityInfo
Class name: AbilityInfo
Method or attribute name: readonly bundleName: string;|AbilityInfo.d.ts| +|Added|NA|Module name: AbilityInfo
Class name: AbilityInfo
Method or attribute name: readonly moduleName: string;|AbilityInfo.d.ts| +|Added|NA|Module name: AbilityInfo
Class name: AbilityInfo
Method or attribute name: readonly name: string;|AbilityInfo.d.ts| +|Added|NA|Module name: AbilityInfo
Class name: AbilityInfo
Method or attribute name: readonly label: string;|AbilityInfo.d.ts| +|Added|NA|Module name: AbilityInfo
Class name: AbilityInfo
Method or attribute name: readonly labelId: number;|AbilityInfo.d.ts| +|Added|NA|Module name: AbilityInfo
Class name: AbilityInfo
Method or attribute name: readonly description: string;|AbilityInfo.d.ts| +|Added|NA|Module name: AbilityInfo
Class name: AbilityInfo
Method or attribute name: readonly descriptionId: number;|AbilityInfo.d.ts| +|Added|NA|Module name: AbilityInfo
Class name: AbilityInfo
Method or attribute name: readonly icon: string;|AbilityInfo.d.ts| +|Added|NA|Module name: AbilityInfo
Class name: AbilityInfo
Method or attribute name: readonly iconId: number;|AbilityInfo.d.ts| +|Added|NA|Module name: AbilityInfo
Class name: AbilityInfo
Method or attribute name: readonly process: string;|AbilityInfo.d.ts| +|Added|NA|Module name: AbilityInfo
Class name: AbilityInfo
Method or attribute name: readonly exported: boolean;|AbilityInfo.d.ts| +|Added|NA|Module name: AbilityInfo
Class name: AbilityInfo
Method or attribute name: readonly type: bundleManager.AbilityType;|AbilityInfo.d.ts| +|Added|NA|Module name: AbilityInfo
Class name: AbilityInfo
Method or attribute name: readonly orientation: bundleManager.DisplayOrientation;|AbilityInfo.d.ts| +|Added|NA|Module name: AbilityInfo
Class name: AbilityInfo
Method or attribute name: readonly launchType: bundleManager.LaunchType;|AbilityInfo.d.ts| +|Added|NA|Module name: AbilityInfo
Class name: AbilityInfo
Method or attribute name: readonly permissions: Array\;|AbilityInfo.d.ts| +|Added|NA|Module name: AbilityInfo
Class name: AbilityInfo
Method or attribute name: readonly readPermission: string;|AbilityInfo.d.ts| +|Added|NA|Module name: AbilityInfo
Class name: AbilityInfo
Method or attribute name: readonly writePermission: string;|AbilityInfo.d.ts| +|Added|NA|Module name: AbilityInfo
Class name: AbilityInfo
Method or attribute name: readonly uri: string;|AbilityInfo.d.ts| +|Added|NA|Module name: AbilityInfo
Class name: AbilityInfo
Method or attribute name: readonly deviceTypes: Array\;|AbilityInfo.d.ts| +|Added|NA|Module name: AbilityInfo
Class name: AbilityInfo
Method or attribute name: readonly applicationInfo: ApplicationInfo;|AbilityInfo.d.ts| +|Added|NA|Module name: AbilityInfo
Class name: AbilityInfo
Method or attribute name: readonly metadata: Array\;|AbilityInfo.d.ts| +|Added|NA|Module name: AbilityInfo
Class name: AbilityInfo
Method or attribute name: readonly enabled: boolean;|AbilityInfo.d.ts| +|Added|NA|Module name: AbilityInfo
Class name: AbilityInfo
Method or attribute name: readonly supportWindowModes: Array\;|AbilityInfo.d.ts| +|Added|NA|Module name: AbilityInfo
Class name: AbilityInfo
Method or attribute name: readonly windowSize: WindowSize;|AbilityInfo.d.ts| +|Added|NA|Module name: AbilityInfo
Class name: WindowSize|AbilityInfo.d.ts| +|Added|NA|Module name: AbilityInfo
Class name: WindowSize
Method or attribute name: readonly maxWindowRatio: number;|AbilityInfo.d.ts| +|Added|NA|Module name: AbilityInfo
Class name: WindowSize
Method or attribute name: readonly minWindowRatio: number;|AbilityInfo.d.ts| +|Added|NA|Module name: AbilityInfo
Class name: WindowSize
Method or attribute name: readonly maxWindowWidth: number;|AbilityInfo.d.ts| +|Added|NA|Module name: AbilityInfo
Class name: WindowSize
Method or attribute name: readonly minWindowWidth: number;|AbilityInfo.d.ts| +|Added|NA|Module name: AbilityInfo
Class name: WindowSize
Method or attribute name: readonly maxWindowHeight: number;|AbilityInfo.d.ts| +|Added|NA|Module name: AbilityInfo
Class name: WindowSize
Method or attribute name: readonly minWindowHeight: number;|AbilityInfo.d.ts| +|Added|NA|Module name: ApplicationInfo
Class name: ApplicationInfo|ApplicationInfo.d.ts| +|Added|NA|Module name: ApplicationInfo
Class name: ApplicationInfo
Method or attribute name: readonly name: string;|ApplicationInfo.d.ts| +|Added|NA|Module name: ApplicationInfo
Class name: ApplicationInfo
Method or attribute name: readonly description: string;|ApplicationInfo.d.ts| +|Added|NA|Module name: ApplicationInfo
Class name: ApplicationInfo
Method or attribute name: readonly descriptionId: number;|ApplicationInfo.d.ts| +|Added|NA|Module name: ApplicationInfo
Class name: ApplicationInfo
Method or attribute name: readonly enabled: boolean;|ApplicationInfo.d.ts| +|Added|NA|Module name: ApplicationInfo
Class name: ApplicationInfo
Method or attribute name: readonly label: string;|ApplicationInfo.d.ts| +|Added|NA|Module name: ApplicationInfo
Class name: ApplicationInfo
Method or attribute name: readonly labelId: number;|ApplicationInfo.d.ts| +|Added|NA|Module name: ApplicationInfo
Class name: ApplicationInfo
Method or attribute name: readonly icon: string;|ApplicationInfo.d.ts| +|Added|NA|Module name: ApplicationInfo
Class name: ApplicationInfo
Method or attribute name: readonly iconId: number;|ApplicationInfo.d.ts| +|Added|NA|Module name: ApplicationInfo
Class name: ApplicationInfo
Method or attribute name: readonly process: string;|ApplicationInfo.d.ts| +|Added|NA|Module name: ApplicationInfo
Class name: ApplicationInfo
Method or attribute name: readonly permissions: Array\;|ApplicationInfo.d.ts| +|Added|NA|Module name: ApplicationInfo
Class name: ApplicationInfo
Method or attribute name: readonly codePath: string;|ApplicationInfo.d.ts| +|Added|NA|Module name: ApplicationInfo
Class name: ApplicationInfo
Method or attribute name: readonly metadata: Map\>;|ApplicationInfo.d.ts| +|Added|NA|Module name: ApplicationInfo
Class name: ApplicationInfo
Method or attribute name: readonly removable: boolean;|ApplicationInfo.d.ts| +|Added|NA|Module name: ApplicationInfo
Class name: ApplicationInfo
Method or attribute name: readonly accessTokenId: number;|ApplicationInfo.d.ts| +|Added|NA|Module name: ApplicationInfo
Class name: ApplicationInfo
Method or attribute name: readonly uid: number;|ApplicationInfo.d.ts| +|Added|NA|Module name: ApplicationInfo
Class name: ApplicationInfo
Method or attribute name: readonly iconResource: Resource;|ApplicationInfo.d.ts| +|Added|NA|Module name: ApplicationInfo
Class name: ApplicationInfo
Method or attribute name: readonly labelResource: Resource;|ApplicationInfo.d.ts| +|Added|NA|Module name: ApplicationInfo
Class name: ApplicationInfo
Method or attribute name: readonly descriptionResource: Resource;|ApplicationInfo.d.ts| +|Added|NA|Module name: ApplicationInfo
Class name: ApplicationInfo
Method or attribute name: readonly appDistributionType: string;|ApplicationInfo.d.ts| +|Added|NA|Module name: ApplicationInfo
Class name: ApplicationInfo
Method or attribute name: readonly appProvisionType: string;|ApplicationInfo.d.ts| +|Added|NA|Module name: ApplicationInfo
Class name: ApplicationInfo
Method or attribute name: readonly systemApp: boolean;|ApplicationInfo.d.ts| +|Added|NA|Module name: ApplicationInfo
Class name: ApplicationInfo
Method or attribute name: readonly bundleType: bundleManager.BundleType;|ApplicationInfo.d.ts| +|Added|NA|Module name: BundleInfo
Class name: BundleInfo|BundleInfo.d.ts| +|Added|NA|Module name: BundleInfo
Class name: BundleInfo
Method or attribute name: readonly name: string;|BundleInfo.d.ts| +|Added|NA|Module name: BundleInfo
Class name: BundleInfo
Method or attribute name: readonly vendor: string;|BundleInfo.d.ts| +|Added|NA|Module name: BundleInfo
Class name: BundleInfo
Method or attribute name: readonly versionCode: number;|BundleInfo.d.ts| +|Added|NA|Module name: BundleInfo
Class name: BundleInfo
Method or attribute name: readonly versionName: string;|BundleInfo.d.ts| +|Added|NA|Module name: BundleInfo
Class name: BundleInfo
Method or attribute name: readonly minCompatibleVersionCode: number;|BundleInfo.d.ts| +|Added|NA|Module name: BundleInfo
Class name: BundleInfo
Method or attribute name: readonly targetVersion: number;|BundleInfo.d.ts| +|Added|NA|Module name: BundleInfo
Class name: BundleInfo
Method or attribute name: readonly appInfo: ApplicationInfo;|BundleInfo.d.ts| +|Added|NA|Module name: BundleInfo
Class name: BundleInfo
Method or attribute name: readonly hapModulesInfo: Array\;|BundleInfo.d.ts| +|Added|NA|Module name: BundleInfo
Class name: BundleInfo
Method or attribute name: readonly reqPermissionDetails: Array\;|BundleInfo.d.ts| +|Added|NA|Module name: BundleInfo
Class name: BundleInfo
Method or attribute name: readonly permissionGrantStates: Array\;|BundleInfo.d.ts| +|Added|NA|Module name: BundleInfo
Class name: BundleInfo
Method or attribute name: readonly signatureInfo: SignatureInfo;|BundleInfo.d.ts| +|Added|NA|Module name: BundleInfo
Class name: BundleInfo
Method or attribute name: readonly installTime: number;|BundleInfo.d.ts| +|Added|NA|Module name: BundleInfo
Class name: BundleInfo
Method or attribute name: readonly updateTime: number;|BundleInfo.d.ts| +|Added|NA|Module name: BundleInfo
Class name: ReqPermissionDetail|BundleInfo.d.ts| +|Added|NA|Module name: BundleInfo
Class name: ReqPermissionDetail
Method or attribute name: name: string;|BundleInfo.d.ts| +|Added|NA|Module name: BundleInfo
Class name: ReqPermissionDetail
Method or attribute name: reason: string;|BundleInfo.d.ts| +|Added|NA|Module name: BundleInfo
Class name: ReqPermissionDetail
Method or attribute name: reasonId: number;|BundleInfo.d.ts| +|Added|NA|Module name: BundleInfo
Class name: ReqPermissionDetail
Method or attribute name: usedScene: UsedScene;|BundleInfo.d.ts| +|Added|NA|Module name: BundleInfo
Class name: UsedScene|BundleInfo.d.ts| +|Added|NA|Module name: BundleInfo
Class name: UsedScene
Method or attribute name: abilities: Array\;|BundleInfo.d.ts| +|Added|NA|Module name: BundleInfo
Class name: UsedScene
Method or attribute name: when: string;|BundleInfo.d.ts| +|Added|NA|Module name: BundleInfo
Class name: SignatureInfo|BundleInfo.d.ts| +|Added|NA|Module name: BundleInfo
Class name: SignatureInfo
Method or attribute name: readonly appId: string;|BundleInfo.d.ts| +|Added|NA|Module name: BundleInfo
Class name: SignatureInfo
Method or attribute name: readonly fingerprint: string;|BundleInfo.d.ts| +|Added|NA|Module name: BundlePackInfo
Class name: BundlePackInfo|BundlePackInfo.d.ts| +|Added|NA|Module name: BundlePackInfo
Class name: BundlePackInfo
Method or attribute name: readonly packages: Array\;|BundlePackInfo.d.ts| +|Added|NA|Module name: BundlePackInfo
Class name: BundlePackInfo
Method or attribute name: readonly summary: PackageSummary;|BundlePackInfo.d.ts| +|Added|NA|Module name: BundlePackInfo
Class name: PackageConfig|BundlePackInfo.d.ts| +|Added|NA|Module name: BundlePackInfo
Class name: PackageConfig
Method or attribute name: readonly deviceTypes: Array\;|BundlePackInfo.d.ts| +|Added|NA|Module name: BundlePackInfo
Class name: PackageConfig
Method or attribute name: readonly name: string;|BundlePackInfo.d.ts| +|Added|NA|Module name: BundlePackInfo
Class name: PackageConfig
Method or attribute name: readonly moduleType: string;|BundlePackInfo.d.ts| +|Added|NA|Module name: BundlePackInfo
Class name: PackageConfig
Method or attribute name: readonly deliveryWithInstall: boolean;|BundlePackInfo.d.ts| +|Added|NA|Module name: BundlePackInfo
Class name: PackageSummary|BundlePackInfo.d.ts| +|Added|NA|Module name: BundlePackInfo
Class name: PackageSummary
Method or attribute name: readonly app: BundleConfigInfo;|BundlePackInfo.d.ts| +|Added|NA|Module name: BundlePackInfo
Class name: PackageSummary
Method or attribute name: readonly modules: Array\;|BundlePackInfo.d.ts| +|Added|NA|Module name: BundlePackInfo
Class name: BundleConfigInfo|BundlePackInfo.d.ts| +|Added|NA|Module name: BundlePackInfo
Class name: BundleConfigInfo
Method or attribute name: readonly bundleName: string;|BundlePackInfo.d.ts| +|Added|NA|Module name: BundlePackInfo
Class name: BundleConfigInfo
Method or attribute name: readonly version: Version;|BundlePackInfo.d.ts| +|Added|NA|Module name: BundlePackInfo
Class name: ExtensionAbility|BundlePackInfo.d.ts| +|Added|NA|Module name: BundlePackInfo
Class name: ExtensionAbility
Method or attribute name: readonly name: string;|BundlePackInfo.d.ts| +|Added|NA|Module name: BundlePackInfo
Class name: ExtensionAbility
Method or attribute name: readonly forms: Array\;|BundlePackInfo.d.ts| +|Added|NA|Module name: BundlePackInfo
Class name: ModuleConfigInfo|BundlePackInfo.d.ts| +|Added|NA|Module name: BundlePackInfo
Class name: ModuleConfigInfo
Method or attribute name: readonly mainAbility: string;|BundlePackInfo.d.ts| +|Added|NA|Module name: BundlePackInfo
Class name: ModuleConfigInfo
Method or attribute name: readonly apiVersion: ApiVersion;|BundlePackInfo.d.ts| +|Added|NA|Module name: BundlePackInfo
Class name: ModuleConfigInfo
Method or attribute name: readonly deviceTypes: Array\;|BundlePackInfo.d.ts| +|Added|NA|Module name: BundlePackInfo
Class name: ModuleConfigInfo
Method or attribute name: readonly distro: ModuleDistroInfo;|BundlePackInfo.d.ts| +|Added|NA|Module name: BundlePackInfo
Class name: ModuleConfigInfo
Method or attribute name: readonly abilities: Array\;|BundlePackInfo.d.ts| +|Added|NA|Module name: BundlePackInfo
Class name: ModuleConfigInfo
Method or attribute name: readonly extensionAbilities: Array\;|BundlePackInfo.d.ts| +|Added|NA|Module name: BundlePackInfo
Class name: ModuleDistroInfo|BundlePackInfo.d.ts| +|Added|NA|Module name: BundlePackInfo
Class name: ModuleDistroInfo
Method or attribute name: readonly deliveryWithInstall: boolean;|BundlePackInfo.d.ts| +|Added|NA|Module name: BundlePackInfo
Class name: ModuleDistroInfo
Method or attribute name: readonly installationFree: boolean;|BundlePackInfo.d.ts| +|Added|NA|Module name: BundlePackInfo
Class name: ModuleDistroInfo
Method or attribute name: readonly moduleName: string;|BundlePackInfo.d.ts| +|Added|NA|Module name: BundlePackInfo
Class name: ModuleDistroInfo
Method or attribute name: readonly moduleType: string;|BundlePackInfo.d.ts| +|Added|NA|Module name: BundlePackInfo
Class name: ModuleAbilityInfo|BundlePackInfo.d.ts| +|Added|NA|Module name: BundlePackInfo
Class name: ModuleAbilityInfo
Method or attribute name: readonly name: string;|BundlePackInfo.d.ts| +|Added|NA|Module name: BundlePackInfo
Class name: ModuleAbilityInfo
Method or attribute name: readonly label: string;|BundlePackInfo.d.ts| +|Added|NA|Module name: BundlePackInfo
Class name: ModuleAbilityInfo
Method or attribute name: readonly exported: boolean;|BundlePackInfo.d.ts| +|Added|NA|Module name: BundlePackInfo
Class name: ModuleAbilityInfo
Method or attribute name: readonly forms: Array\;|BundlePackInfo.d.ts| +|Added|NA|Module name: BundlePackInfo
Class name: AbilityFormInfo|BundlePackInfo.d.ts| +|Added|NA|Module name: BundlePackInfo
Class name: AbilityFormInfo
Method or attribute name: readonly name: string;|BundlePackInfo.d.ts| +|Added|NA|Module name: BundlePackInfo
Class name: AbilityFormInfo
Method or attribute name: readonly type: string;|BundlePackInfo.d.ts| +|Added|NA|Module name: BundlePackInfo
Class name: AbilityFormInfo
Method or attribute name: readonly updateEnabled: boolean;|BundlePackInfo.d.ts| +|Added|NA|Module name: BundlePackInfo
Class name: AbilityFormInfo
Method or attribute name: readonly scheduledUpdateTime: string;|BundlePackInfo.d.ts| +|Added|NA|Module name: BundlePackInfo
Class name: AbilityFormInfo
Method or attribute name: readonly updateDuration: number;|BundlePackInfo.d.ts| +|Added|NA|Module name: BundlePackInfo
Class name: AbilityFormInfo
Method or attribute name: readonly supportDimensions: Array\;|BundlePackInfo.d.ts| +|Added|NA|Module name: BundlePackInfo
Class name: AbilityFormInfo
Method or attribute name: readonly defaultDimension: string;|BundlePackInfo.d.ts| +|Added|NA|Module name: BundlePackInfo
Class name: Version|BundlePackInfo.d.ts| +|Added|NA|Module name: BundlePackInfo
Class name: Version
Method or attribute name: readonly minCompatibleVersionCode: number;|BundlePackInfo.d.ts| +|Added|NA|Module name: BundlePackInfo
Class name: Version
Method or attribute name: readonly name: string;|BundlePackInfo.d.ts| +|Added|NA|Module name: BundlePackInfo
Class name: Version
Method or attribute name: readonly code: number;|BundlePackInfo.d.ts| +|Added|NA|Module name: BundlePackInfo
Class name: ApiVersion|BundlePackInfo.d.ts| +|Added|NA|Module name: BundlePackInfo
Class name: ApiVersion
Method or attribute name: readonly releaseType: string;|BundlePackInfo.d.ts| +|Added|NA|Module name: BundlePackInfo
Class name: ApiVersion
Method or attribute name: readonly compatible: number;|BundlePackInfo.d.ts| +|Added|NA|Module name: BundlePackInfo
Class name: ApiVersion
Method or attribute name: readonly target: number;|BundlePackInfo.d.ts| +|Added|NA|Module name: DispatchInfo
Class name: DispatchInfo|DispatchInfo.d.ts| +|Added|NA|Module name: DispatchInfo
Class name: DispatchInfo
Method or attribute name: readonly version: string;|DispatchInfo.d.ts| +|Added|NA|Module name: DispatchInfo
Class name: DispatchInfo
Method or attribute name: readonly dispatchAPIVersion: string;|DispatchInfo.d.ts| +|Added|NA|Module name: ElementName
Class name: ElementName|ElementName.d.ts| +|Added|NA|Module name: ElementName
Class name: ElementName
Method or attribute name: deviceId?: string;|ElementName.d.ts| +|Added|NA|Module name: ElementName
Class name: ElementName
Method or attribute name: bundleName: string;|ElementName.d.ts| +|Added|NA|Module name: ElementName
Class name: ElementName
Method or attribute name: moduleName?: string;|ElementName.d.ts| +|Added|NA|Module name: ElementName
Class name: ElementName
Method or attribute name: abilityName: string;|ElementName.d.ts| +|Added|NA|Module name: ElementName
Class name: ElementName
Method or attribute name: uri?: string;|ElementName.d.ts| +|Added|NA|Module name: ElementName
Class name: ElementName
Method or attribute name: shortName?: string;|ElementName.d.ts| +|Added|NA|Module name: ExtensionAbilityInfo
Class name: ExtensionAbilityInfo|ExtensionAbilityInfo.d.ts| +|Added|NA|Module name: ExtensionAbilityInfo
Class name: ExtensionAbilityInfo
Method or attribute name: readonly bundleName: string;|ExtensionAbilityInfo.d.ts| +|Added|NA|Module name: ExtensionAbilityInfo
Class name: ExtensionAbilityInfo
Method or attribute name: readonly moduleName: string;|ExtensionAbilityInfo.d.ts| +|Added|NA|Module name: ExtensionAbilityInfo
Class name: ExtensionAbilityInfo
Method or attribute name: readonly name: string;|ExtensionAbilityInfo.d.ts| +|Added|NA|Module name: ExtensionAbilityInfo
Class name: ExtensionAbilityInfo
Method or attribute name: readonly labelId: number;|ExtensionAbilityInfo.d.ts| +|Added|NA|Module name: ExtensionAbilityInfo
Class name: ExtensionAbilityInfo
Method or attribute name: readonly descriptionId: number;|ExtensionAbilityInfo.d.ts| +|Added|NA|Module name: ExtensionAbilityInfo
Class name: ExtensionAbilityInfo
Method or attribute name: readonly iconId: number;|ExtensionAbilityInfo.d.ts| +|Added|NA|Module name: ExtensionAbilityInfo
Class name: ExtensionAbilityInfo
Method or attribute name: readonly exported: boolean;|ExtensionAbilityInfo.d.ts| +|Added|NA|Module name: ExtensionAbilityInfo
Class name: ExtensionAbilityInfo
Method or attribute name: readonly extensionAbilityType: bundleManager.ExtensionAbilityType;|ExtensionAbilityInfo.d.ts| +|Added|NA|Module name: ExtensionAbilityInfo
Class name: ExtensionAbilityInfo
Method or attribute name: readonly permissions: Array\;|ExtensionAbilityInfo.d.ts| +|Added|NA|Module name: ExtensionAbilityInfo
Class name: ExtensionAbilityInfo
Method or attribute name: readonly applicationInfo: ApplicationInfo;|ExtensionAbilityInfo.d.ts| +|Added|NA|Module name: ExtensionAbilityInfo
Class name: ExtensionAbilityInfo
Method or attribute name: readonly metadata: Array\;|ExtensionAbilityInfo.d.ts| +|Added|NA|Module name: ExtensionAbilityInfo
Class name: ExtensionAbilityInfo
Method or attribute name: readonly enabled: boolean;|ExtensionAbilityInfo.d.ts| +|Added|NA|Module name: ExtensionAbilityInfo
Class name: ExtensionAbilityInfo
Method or attribute name: readonly readPermission: string;|ExtensionAbilityInfo.d.ts| +|Added|NA|Module name: ExtensionAbilityInfo
Class name: ExtensionAbilityInfo
Method or attribute name: readonly writePermission: string;|ExtensionAbilityInfo.d.ts| +|Added|NA|Module name: HapModuleInfo
Class name: HapModuleInfo|HapModuleInfo.d.ts| +|Added|NA|Module name: HapModuleInfo
Class name: HapModuleInfo
Method or attribute name: readonly name: string;|HapModuleInfo.d.ts| +|Added|NA|Module name: HapModuleInfo
Class name: HapModuleInfo
Method or attribute name: readonly icon: string;|HapModuleInfo.d.ts| +|Added|NA|Module name: HapModuleInfo
Class name: HapModuleInfo
Method or attribute name: readonly iconId: number;|HapModuleInfo.d.ts| +|Added|NA|Module name: HapModuleInfo
Class name: HapModuleInfo
Method or attribute name: readonly label: string;|HapModuleInfo.d.ts| +|Added|NA|Module name: HapModuleInfo
Class name: HapModuleInfo
Method or attribute name: readonly labelId: number;|HapModuleInfo.d.ts| +|Added|NA|Module name: HapModuleInfo
Class name: HapModuleInfo
Method or attribute name: readonly description: string;|HapModuleInfo.d.ts| +|Added|NA|Module name: HapModuleInfo
Class name: HapModuleInfo
Method or attribute name: readonly descriptionId: number;|HapModuleInfo.d.ts| +|Added|NA|Module name: HapModuleInfo
Class name: HapModuleInfo
Method or attribute name: readonly mainElementName: string;|HapModuleInfo.d.ts| +|Added|NA|Module name: HapModuleInfo
Class name: HapModuleInfo
Method or attribute name: readonly abilitiesInfo: Array\;|HapModuleInfo.d.ts| +|Added|NA|Module name: HapModuleInfo
Class name: HapModuleInfo
Method or attribute name: readonly extensionAbilitiesInfo: Array\;|HapModuleInfo.d.ts| +|Added|NA|Module name: HapModuleInfo
Class name: HapModuleInfo
Method or attribute name: readonly metadata: Array\;|HapModuleInfo.d.ts| +|Added|NA|Module name: HapModuleInfo
Class name: HapModuleInfo
Method or attribute name: readonly deviceTypes: Array\;|HapModuleInfo.d.ts| +|Added|NA|Module name: HapModuleInfo
Class name: HapModuleInfo
Method or attribute name: readonly installationFree: boolean;|HapModuleInfo.d.ts| +|Added|NA|Module name: HapModuleInfo
Class name: HapModuleInfo
Method or attribute name: readonly hashValue: string;|HapModuleInfo.d.ts| +|Added|NA|Module name: HapModuleInfo
Class name: HapModuleInfo
Method or attribute name: readonly type: bundleManager.ModuleType;|HapModuleInfo.d.ts| +|Added|NA|Module name: HapModuleInfo
Class name: HapModuleInfo
Method or attribute name: readonly dependencies: Array\;|HapModuleInfo.d.ts| +|Added|NA|Module name: HapModuleInfo
Class name: HapModuleInfo
Method or attribute name: readonly preloads: Array\;|HapModuleInfo.d.ts| +|Added|NA|Module name: HapModuleInfo
Class name: Dependency|HapModuleInfo.d.ts| +|Added|NA|Module name: HapModuleInfo
Class name: Dependency
Method or attribute name: readonly moduleName: string;|HapModuleInfo.d.ts| +|Added|NA|Module name: HapModuleInfo
Class name: PreloadItem|HapModuleInfo.d.ts| +|Added|NA|Module name: HapModuleInfo
Class name: PreloadItem
Method or attribute name: readonly moduleName: string;|HapModuleInfo.d.ts| +|Added|NA|Module name: LauncherAbilityInfo
Class name: LauncherAbilityInfo|LauncherAbilityInfo.d.ts| +|Added|NA|Module name: LauncherAbilityInfo
Class name: LauncherAbilityInfo
Method or attribute name: readonly applicationInfo: ApplicationInfo;|LauncherAbilityInfo.d.ts| +|Added|NA|Module name: LauncherAbilityInfo
Class name: LauncherAbilityInfo
Method or attribute name: readonly elementName : ElementName;|LauncherAbilityInfo.d.ts| +|Added|NA|Module name: LauncherAbilityInfo
Class name: LauncherAbilityInfo
Method or attribute name: readonly labelId: number;|LauncherAbilityInfo.d.ts| +|Added|NA|Module name: LauncherAbilityInfo
Class name: LauncherAbilityInfo
Method or attribute name: readonly iconId: number;|LauncherAbilityInfo.d.ts| +|Added|NA|Module name: LauncherAbilityInfo
Class name: LauncherAbilityInfo
Method or attribute name: readonly userId: number;|LauncherAbilityInfo.d.ts| +|Added|NA|Module name: LauncherAbilityInfo
Class name: LauncherAbilityInfo
Method or attribute name: readonly installTime : number;|LauncherAbilityInfo.d.ts| +|Added|NA|Module name: Metadata
Class name: Metadata|Metadata.d.ts| +|Added|NA|Module name: Metadata
Class name: Metadata
Method or attribute name: name: string;|Metadata.d.ts| +|Added|NA|Module name: Metadata
Class name: Metadata
Method or attribute name: value: string;|Metadata.d.ts| +|Added|NA|Module name: Metadata
Class name: Metadata
Method or attribute name: resource: string;|Metadata.d.ts| +|Added|NA|Module name: PermissionDef
Class name: PermissionDef
Method or attribute name: readonly permissionName: string;|PermissionDef.d.ts| +|Added|NA|Module name: PermissionDef
Class name: PermissionDef
Method or attribute name: readonly grantMode: number;|PermissionDef.d.ts| +|Added|NA|Module name: PermissionDef
Class name: PermissionDef
Method or attribute name: readonly labelId: number;|PermissionDef.d.ts| +|Added|NA|Module name: PermissionDef
Class name: PermissionDef
Method or attribute name: readonly descriptionId: number;|PermissionDef.d.ts| +|Added|NA|Module name: RemoteAbilityInfo
Class name: RemoteAbilityInfo|RemoteAbilityInfo.d.ts| +|Added|NA|Module name: RemoteAbilityInfo
Class name: RemoteAbilityInfo
Method or attribute name: readonly elementName: ElementName;|RemoteAbilityInfo.d.ts| +|Added|NA|Module name: RemoteAbilityInfo
Class name: RemoteAbilityInfo
Method or attribute name: readonly label: string;|RemoteAbilityInfo.d.ts| +|Added|NA|Module name: RemoteAbilityInfo
Class name: RemoteAbilityInfo
Method or attribute name: readonly icon: string;|RemoteAbilityInfo.d.ts| +|Added|NA|Module name: ShortcutInfo
Class name: ShortcutInfo|ShortcutInfo.d.ts| +|Added|NA|Module name: ShortcutInfo
Class name: ShortcutInfo
Method or attribute name: readonly id: string;|ShortcutInfo.d.ts| +|Added|NA|Module name: ShortcutInfo
Class name: ShortcutInfo
Method or attribute name: readonly bundleName: string;|ShortcutInfo.d.ts| +|Added|NA|Module name: ShortcutInfo
Class name: ShortcutInfo
Method or attribute name: readonly moduleName: string;|ShortcutInfo.d.ts| +|Added|NA|Module name: ShortcutInfo
Class name: ShortcutInfo
Method or attribute name: readonly hostAbility: string;|ShortcutInfo.d.ts| +|Added|NA|Module name: ShortcutInfo
Class name: ShortcutInfo
Method or attribute name: readonly icon: string;|ShortcutInfo.d.ts| +|Added|NA|Module name: ShortcutInfo
Class name: ShortcutInfo
Method or attribute name: readonly iconId: number;|ShortcutInfo.d.ts| +|Added|NA|Module name: ShortcutInfo
Class name: ShortcutInfo
Method or attribute name: readonly label: string;|ShortcutInfo.d.ts| +|Added|NA|Module name: ShortcutInfo
Class name: ShortcutInfo
Method or attribute name: readonly labelId: number;|ShortcutInfo.d.ts| +|Added|NA|Module name: ShortcutInfo
Class name: ShortcutInfo
Method or attribute name: readonly wants: Array\;|ShortcutInfo.d.ts| +|Added|NA|Module name: ShortcutInfo
Class name: ShortcutWant|ShortcutInfo.d.ts| +|Added|NA|Module name: ShortcutInfo
Class name: ShortcutWant
Method or attribute name: readonly targetBundle: string;|ShortcutInfo.d.ts| +|Added|NA|Module name: ShortcutInfo
Class name: ShortcutWant
Method or attribute name: readonly targetModule: string;|ShortcutInfo.d.ts| +|Added|NA|Module name: ShortcutInfo
Class name: ShortcutWant
Method or attribute name: readonly targetAbility: string;|ShortcutInfo.d.ts| +|Deleted|Module name: ohos.bundle.bundleManager
Class name: LaunchType
Method or attribute name: STANDARD = 1|NA|@ohos.bundle.bundleManager.d.ts| +|Deleted|Module name: ohos.bundle.bundleManager
Class name: bundleManager
Method or attribute name: function getAbilityIcon(bundleName: string, moduleName: string, abilityName: string, callback: AsyncCallback\): void;|NA|@ohos.bundle.bundleManager.d.ts| +|Deleted|Module name: ohos.bundle.bundleManager
Class name: bundleManager
Method or attribute name: function getAbilityIcon(bundleName: string, moduleName: string, abilityName: string): Promise\;|NA|@ohos.bundle.bundleManager.d.ts| +|Deleted|Module name: abilityInfo
Class name: AbilityInfo
Method or attribute name: readonly type: bundleManager.AbilityType;|NA|abilityInfo.d.ts| +|Deleted|Module name: abilityInfo
Class name: AbilityInfo
Method or attribute name: readonly orientation: bundleManager.DisplayOrientation;|NA|abilityInfo.d.ts| +|Deleted|Module name: abilityInfo
Class name: AbilityInfo
Method or attribute name: readonly launchType: bundleManager.LaunchType;|NA|abilityInfo.d.ts| +|Deleted|Module name: abilityInfo
Class name: AbilityInfo
Method or attribute name: readonly metadata: Array\;|NA|abilityInfo.d.ts| +|Deleted|Module name: abilityInfo
Class name: AbilityInfo
Method or attribute name: readonly supportWindowModes: Array\;|NA|abilityInfo.d.ts| +|Deleted|Module name: abilityInfo
Class name: AbilityInfo
Method or attribute name: readonly windowSize: WindowSize;|NA|abilityInfo.d.ts| +|Deleted|Module name: abilityInfo
Class name: WindowSize|NA|abilityInfo.d.ts| +|Deleted|Module name: abilityInfo
Class name: WindowSize
Method or attribute name: readonly maxWindowRatio: number;|NA|abilityInfo.d.ts| +|Deleted|Module name: abilityInfo
Class name: WindowSize
Method or attribute name: readonly minWindowRatio: number;|NA|abilityInfo.d.ts| +|Deleted|Module name: abilityInfo
Class name: WindowSize
Method or attribute name: readonly maxWindowWidth: number;|NA|abilityInfo.d.ts| +|Deleted|Module name: abilityInfo
Class name: WindowSize
Method or attribute name: readonly minWindowWidth: number;|NA|abilityInfo.d.ts| +|Deleted|Module name: abilityInfo
Class name: WindowSize
Method or attribute name: readonly maxWindowHeight: number;|NA|abilityInfo.d.ts| +|Deleted|Module name: abilityInfo
Class name: WindowSize
Method or attribute name: readonly minWindowHeight: number;|NA|abilityInfo.d.ts| +|Deleted|Module name: applicationInfo
Class name: ApplicationInfo
Method or attribute name: readonly labelId: number;|NA|applicationInfo.d.ts| +|Deleted|Module name: applicationInfo
Class name: ApplicationInfo
Method or attribute name: readonly iconId: number;|NA|applicationInfo.d.ts| +|Deleted|Module name: applicationInfo
Class name: ApplicationInfo
Method or attribute name: readonly metadata: Map\>;|NA|applicationInfo.d.ts| +|Deleted|Module name: applicationInfo
Class name: ApplicationInfo
Method or attribute name: readonly iconResource: Resource;|NA|applicationInfo.d.ts| +|Deleted|Module name: applicationInfo
Class name: ApplicationInfo
Method or attribute name: readonly labelResource: Resource;|NA|applicationInfo.d.ts| +|Deleted|Module name: applicationInfo
Class name: ApplicationInfo
Method or attribute name: readonly descriptionResource: Resource;|NA|applicationInfo.d.ts| +|Deleted|Module name: applicationInfo
Class name: ApplicationInfo
Method or attribute name: readonly appDistributionType: string;|NA|applicationInfo.d.ts| +|Deleted|Module name: applicationInfo
Class name: ApplicationInfo
Method or attribute name: readonly appProvisionType: string;|NA|applicationInfo.d.ts| +|Deleted|Module name: bundleInfo
Class name: BundleInfo
Method or attribute name: readonly hapModulesInfo: Array\;|NA|bundleInfo.d.ts| +|Deleted|Module name: bundleInfo
Class name: BundleInfo
Method or attribute name: readonly permissionGrantStates: Array\;|NA|bundleInfo.d.ts| +|Deleted|Module name: bundleInfo
Class name: BundleInfo
Method or attribute name: readonly signatureInfo: SignatureInfo;|NA|bundleInfo.d.ts| +|Deleted|Module name: bundleInfo
Class name: ReqPermissionDetail
Method or attribute name: reasonId: number;|NA|bundleInfo.d.ts| +|Deleted|Module name: bundleInfo
Class name: SignatureInfo|NA|bundleInfo.d.ts| +|Deleted|Module name: bundleInfo
Class name: SignatureInfo
Method or attribute name: readonly appId: string;|NA|bundleInfo.d.ts| +|Deleted|Module name: bundleInfo
Class name: SignatureInfo
Method or attribute name: readonly fingerprint: string;|NA|bundleInfo.d.ts| +|Deleted|Module name: dispatchInfo
Class name: DispatchInfo|NA|dispatchInfo.d.ts| +|Deleted|Module name: dispatchInfo
Class name: DispatchInfo
Method or attribute name: readonly version: string;|NA|dispatchInfo.d.ts| +|Deleted|Module name: dispatchInfo
Class name: DispatchInfo
Method or attribute name: readonly dispatchAPIVersion: string;|NA|dispatchInfo.d.ts| +|Deleted|Module name: elementName
Class name: ElementName
Method or attribute name: moduleName?: string;|NA|elementName.d.ts| +|Deleted|Module name: extensionAbilityInfo
Class name: ExtensionAbilityInfo|NA|extensionAbilityInfo.d.ts| +|Deleted|Module name: extensionAbilityInfo
Class name: ExtensionAbilityInfo
Method or attribute name: readonly bundleName: string;|NA|extensionAbilityInfo.d.ts| +|Deleted|Module name: extensionAbilityInfo
Class name: ExtensionAbilityInfo
Method or attribute name: readonly moduleName: string;|NA|extensionAbilityInfo.d.ts| +|Deleted|Module name: extensionAbilityInfo
Class name: ExtensionAbilityInfo
Method or attribute name: readonly name: string;|NA|extensionAbilityInfo.d.ts| +|Deleted|Module name: extensionAbilityInfo
Class name: ExtensionAbilityInfo
Method or attribute name: readonly labelId: number;|NA|extensionAbilityInfo.d.ts| +|Deleted|Module name: extensionAbilityInfo
Class name: ExtensionAbilityInfo
Method or attribute name: readonly descriptionId: number;|NA|extensionAbilityInfo.d.ts| +|Deleted|Module name: extensionAbilityInfo
Class name: ExtensionAbilityInfo
Method or attribute name: readonly iconId: number;|NA|extensionAbilityInfo.d.ts| +|Deleted|Module name: extensionAbilityInfo
Class name: ExtensionAbilityInfo
Method or attribute name: readonly isVisible: boolean;|NA|extensionAbilityInfo.d.ts| +|Deleted|Module name: extensionAbilityInfo
Class name: ExtensionAbilityInfo
Method or attribute name: readonly extensionAbilityType: bundleManager.ExtensionAbilityType;|NA|extensionAbilityInfo.d.ts| +|Deleted|Module name: extensionAbilityInfo
Class name: ExtensionAbilityInfo
Method or attribute name: readonly permissions: Array\;|NA|extensionAbilityInfo.d.ts| +|Deleted|Module name: extensionAbilityInfo
Class name: ExtensionAbilityInfo
Method or attribute name: readonly applicationInfo: ApplicationInfo;|NA|extensionAbilityInfo.d.ts| +|Deleted|Module name: extensionAbilityInfo
Class name: ExtensionAbilityInfo
Method or attribute name: readonly metadata: Array\;|NA|extensionAbilityInfo.d.ts| +|Deleted|Module name: extensionAbilityInfo
Class name: ExtensionAbilityInfo
Method or attribute name: readonly enabled: boolean;|NA|extensionAbilityInfo.d.ts| +|Deleted|Module name: extensionAbilityInfo
Class name: ExtensionAbilityInfo
Method or attribute name: readonly readPermission: string;|NA|extensionAbilityInfo.d.ts| +|Deleted|Module name: extensionAbilityInfo
Class name: ExtensionAbilityInfo
Method or attribute name: readonly writePermission: string;|NA|extensionAbilityInfo.d.ts| +|Deleted|Module name: hapModuleInfo
Class name: HapModuleInfo
Method or attribute name: readonly mainElementName: string;|NA|hapModuleInfo.d.ts| +|Deleted|Module name: hapModuleInfo
Class name: HapModuleInfo
Method or attribute name: readonly abilitiesInfo: Array\;|NA|hapModuleInfo.d.ts| +|Deleted|Module name: hapModuleInfo
Class name: HapModuleInfo
Method or attribute name: readonly extensionAbilitiesInfo: Array\;|NA|hapModuleInfo.d.ts| +|Deleted|Module name: hapModuleInfo
Class name: HapModuleInfo
Method or attribute name: readonly metadata: Array\;|NA|hapModuleInfo.d.ts| +|Deleted|Module name: hapModuleInfo
Class name: HapModuleInfo
Method or attribute name: readonly hashValue: string;|NA|hapModuleInfo.d.ts| +|Deleted|Module name: metadata
Class name: Metadata|NA|metadata.d.ts| +|Deleted|Module name: metadata
Class name: Metadata
Method or attribute name: name: string;|NA|metadata.d.ts| +|Deleted|Module name: metadata
Class name: Metadata
Method or attribute name: value: string;|NA|metadata.d.ts| +|Deleted|Module name: metadata
Class name: Metadata
Method or attribute name: resource: string;|NA|metadata.d.ts| +|Deleted|Module name: packInfo
Class name: BundlePackInfo|NA|packInfo.d.ts| +|Deleted|Module name: packInfo
Class name: BundlePackInfo
Method or attribute name: readonly packages: Array\;|NA|packInfo.d.ts| +|Deleted|Module name: packInfo
Class name: BundlePackInfo
Method or attribute name: readonly summary: PackageSummary;|NA|packInfo.d.ts| +|Deleted|Module name: packInfo
Class name: PackageConfig|NA|packInfo.d.ts| +|Deleted|Module name: packInfo
Class name: PackageConfig
Method or attribute name: readonly deviceTypes: Array\;|NA|packInfo.d.ts| +|Deleted|Module name: packInfo
Class name: PackageConfig
Method or attribute name: readonly name: string;|NA|packInfo.d.ts| +|Deleted|Module name: packInfo
Class name: PackageConfig
Method or attribute name: readonly moduleType: string;|NA|packInfo.d.ts| +|Deleted|Module name: packInfo
Class name: PackageConfig
Method or attribute name: readonly deliveryWithInstall: boolean;|NA|packInfo.d.ts| +|Deleted|Module name: packInfo
Class name: PackageSummary|NA|packInfo.d.ts| +|Deleted|Module name: packInfo
Class name: PackageSummary
Method or attribute name: readonly app: BundleConfigInfo;|NA|packInfo.d.ts| +|Deleted|Module name: packInfo
Class name: PackageSummary
Method or attribute name: readonly modules: Array\;|NA|packInfo.d.ts| +|Deleted|Module name: packInfo
Class name: BundleConfigInfo|NA|packInfo.d.ts| +|Deleted|Module name: packInfo
Class name: BundleConfigInfo
Method or attribute name: readonly bundleName: string;|NA|packInfo.d.ts| +|Deleted|Module name: packInfo
Class name: BundleConfigInfo
Method or attribute name: readonly version: Version;|NA|packInfo.d.ts| +|Deleted|Module name: packInfo
Class name: ExtensionAbility|NA|packInfo.d.ts| +|Deleted|Module name: packInfo
Class name: ExtensionAbility
Method or attribute name: readonly name: string;|NA|packInfo.d.ts| +|Deleted|Module name: packInfo
Class name: ExtensionAbility
Method or attribute name: readonly forms: Array\;|NA|packInfo.d.ts| +|Deleted|Module name: packInfo
Class name: ModuleConfigInfo|NA|packInfo.d.ts| +|Deleted|Module name: packInfo
Class name: ModuleConfigInfo
Method or attribute name: readonly mainAbility: string;|NA|packInfo.d.ts| +|Deleted|Module name: packInfo
Class name: ModuleConfigInfo
Method or attribute name: readonly apiVersion: ApiVersion;|NA|packInfo.d.ts| +|Deleted|Module name: packInfo
Class name: ModuleConfigInfo
Method or attribute name: readonly deviceTypes: Array\;|NA|packInfo.d.ts| +|Deleted|Module name: packInfo
Class name: ModuleConfigInfo
Method or attribute name: readonly distro: ModuleDistroInfo;|NA|packInfo.d.ts| +|Deleted|Module name: packInfo
Class name: ModuleConfigInfo
Method or attribute name: readonly abilities: Array\;|NA|packInfo.d.ts| +|Deleted|Module name: packInfo
Class name: ModuleConfigInfo
Method or attribute name: readonly extensionAbilities: Array\;|NA|packInfo.d.ts| +|Deleted|Module name: packInfo
Class name: ModuleDistroInfo|NA|packInfo.d.ts| +|Deleted|Module name: packInfo
Class name: ModuleDistroInfo
Method or attribute name: readonly deliveryWithInstall: boolean;|NA|packInfo.d.ts| +|Deleted|Module name: packInfo
Class name: ModuleDistroInfo
Method or attribute name: readonly installationFree: boolean;|NA|packInfo.d.ts| +|Deleted|Module name: packInfo
Class name: ModuleDistroInfo
Method or attribute name: readonly moduleName: string;|NA|packInfo.d.ts| +|Deleted|Module name: packInfo
Class name: ModuleDistroInfo
Method or attribute name: readonly moduleType: string;|NA|packInfo.d.ts| +|Deleted|Module name: packInfo
Class name: ModuleAbilityInfo|NA|packInfo.d.ts| +|Deleted|Module name: packInfo
Class name: ModuleAbilityInfo
Method or attribute name: readonly name: string;|NA|packInfo.d.ts| +|Deleted|Module name: packInfo
Class name: ModuleAbilityInfo
Method or attribute name: readonly label: string;|NA|packInfo.d.ts| +|Deleted|Module name: packInfo
Class name: ModuleAbilityInfo
Method or attribute name: readonly visible: boolean;|NA|packInfo.d.ts| +|Deleted|Module name: packInfo
Class name: ModuleAbilityInfo
Method or attribute name: readonly forms: Array\;|NA|packInfo.d.ts| +|Deleted|Module name: packInfo
Class name: AbilityFormInfo|NA|packInfo.d.ts| +|Deleted|Module name: packInfo
Class name: AbilityFormInfo
Method or attribute name: readonly name: string;|NA|packInfo.d.ts| +|Deleted|Module name: packInfo
Class name: AbilityFormInfo
Method or attribute name: readonly type: string;|NA|packInfo.d.ts| +|Deleted|Module name: packInfo
Class name: AbilityFormInfo
Method or attribute name: readonly updateEnabled: boolean;|NA|packInfo.d.ts| +|Deleted|Module name: packInfo
Class name: AbilityFormInfo
Method or attribute name: readonly scheduledUpdateTime: string;|NA|packInfo.d.ts| +|Deleted|Module name: packInfo
Class name: AbilityFormInfo
Method or attribute name: readonly updateDuration: number;|NA|packInfo.d.ts| +|Deleted|Module name: packInfo
Class name: AbilityFormInfo
Method or attribute name: readonly supportDimensions: Array\;|NA|packInfo.d.ts| +|Deleted|Module name: packInfo
Class name: AbilityFormInfo
Method or attribute name: readonly defaultDimension: string;|NA|packInfo.d.ts| +|Deleted|Module name: packInfo
Class name: Version|NA|packInfo.d.ts| +|Deleted|Module name: packInfo
Class name: Version
Method or attribute name: readonly minCompatibleVersionCode: number;|NA|packInfo.d.ts| +|Deleted|Module name: packInfo
Class name: Version
Method or attribute name: readonly name: string;|NA|packInfo.d.ts| +|Deleted|Module name: packInfo
Class name: Version
Method or attribute name: readonly code: number;|NA|packInfo.d.ts| +|Deleted|Module name: packInfo
Class name: ApiVersion|NA|packInfo.d.ts| +|Deleted|Module name: packInfo
Class name: ApiVersion
Method or attribute name: readonly releaseType: string;|NA|packInfo.d.ts| +|Deleted|Module name: packInfo
Class name: ApiVersion
Method or attribute name: readonly compatible: number;|NA|packInfo.d.ts| +|Deleted|Module name: packInfo
Class name: ApiVersion
Method or attribute name: readonly target: number;|NA|packInfo.d.ts| +|Deleted|Module name: permissionDef
Class name: PermissionDef|NA|permissionDef.d.ts| +|Deleted|Module name: permissionDef
Class name: PermissionDef
Method or attribute name: readonly permissionName: string;|NA|permissionDef.d.ts| +|Deleted|Module name: permissionDef
Class name: PermissionDef
Method or attribute name: readonly grantMode: number;|NA|permissionDef.d.ts| +|Deleted|Module name: permissionDef
Class name: PermissionDef
Method or attribute name: readonly labelId: number;|NA|permissionDef.d.ts| +|Deleted|Module name: permissionDef
Class name: PermissionDef
Method or attribute name: readonly descriptionId: number;|NA|permissionDef.d.ts| +|Deleted|Module name: shortcutInfo
Class name: ShortcutInfo
Method or attribute name: readonly moduleName: string;|NA|shortcutInfo.d.ts| +|Deleted|Module name: shortcutInfo
Class name: ShortcutWant
Method or attribute name: readonly targetModule: string;|NA|shortcutInfo.d.ts| +|Deleted|Module name: shortcutInfo
Class name: ShortcutWant
Method or attribute name: readonly targetAbility: string;|NA|shortcutInfo.d.ts| +|Function changed|Class name: BundleInstaller
Method or attribute name: uninstall(bundleName: string, installParam: InstallParam, callback : AsyncCallback\) : void;
|Class name: BundleInstaller
Method or attribute name: uninstall(bundleName: string, installParam: InstallParam, callback : AsyncCallback\) : void;
|@ohos.bundle.installer.d.ts| +|Function changed|Class name: BundleInstaller
Method or attribute name: uninstall(bundleName: string, installParam: InstallParam, callback : AsyncCallback\) : void;
|Class name: BundleInstaller
Method or attribute name: uninstall(bundleName: string, callback : AsyncCallback\) : void;
|@ohos.bundle.installer.d.ts| diff --git a/en/release-notes/api-diff/Beta5 to v3.2-Release/js-apidiff-communication.md b/en/release-notes/api-diff/Beta5 to v3.2-Release/js-apidiff-communication.md new file mode 100644 index 0000000000000000000000000000000000000000..09724a663dd015ce4ab728de8640a2f0b0bd0409 --- /dev/null +++ b/en/release-notes/api-diff/Beta5 to v3.2-Release/js-apidiff-communication.md @@ -0,0 +1,641 @@ +| Change Type | Old Version | New Version | d.ts File | +| ---- | ------ | ------ | -------- | +|Added|NA|Module name: ohos.bluetoothManager
Class name: bluetoothManager|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: bluetoothManager
Method or attribute name: function getState(): BluetoothState;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: bluetoothManager
Method or attribute name: function getBtConnectionState(): ProfileConnectionState;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: bluetoothManager
Method or attribute name: function pairDevice(deviceId: string): void;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: bluetoothManager
Method or attribute name: function cancelPairedDevice(deviceId: string): void;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: bluetoothManager
Method or attribute name: function getRemoteDeviceName(deviceId: string): string;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: bluetoothManager
Method or attribute name: function getRemoteDeviceClass(deviceId: string): DeviceClass;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: bluetoothManager
Method or attribute name: function enableBluetooth(): void;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: bluetoothManager
Method or attribute name: function disableBluetooth(): void;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: bluetoothManager
Method or attribute name: function getLocalName(): string;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: bluetoothManager
Method or attribute name: function getPairedDevices(): Array\;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: bluetoothManager
Method or attribute name: function getProfileConnectionState(profileId: ProfileId): ProfileConnectionState;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: bluetoothManager
Method or attribute name: function setDevicePairingConfirmation(device: string, accept: boolean): void;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: bluetoothManager
Method or attribute name: function setLocalName(name: string): void;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: bluetoothManager
Method or attribute name: function setBluetoothScanMode(mode: ScanMode, duration: number): void;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: bluetoothManager
Method or attribute name: function getBluetoothScanMode(): ScanMode;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: bluetoothManager
Method or attribute name: function startBluetoothDiscovery(): void;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: bluetoothManager
Method or attribute name: function stopBluetoothDiscovery(): void;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: bluetoothManager
Method or attribute name: function on(type: "bluetoothDeviceFind", callback: Callback\>): void;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: bluetoothManager
Method or attribute name: function off(type: "bluetoothDeviceFind", callback?: Callback\>): void;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: bluetoothManager
Method or attribute name: function on(type: "bondStateChange", callback: Callback\): void;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: bluetoothManager
Method or attribute name: function off(type: "bondStateChange", callback?: Callback\): void;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: bluetoothManager
Method or attribute name: function on(type: "pinRequired", callback: Callback\): void;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: bluetoothManager
Method or attribute name: function off(type: "pinRequired", callback?: Callback\): void;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: bluetoothManager
Method or attribute name: function on(type: "stateChange", callback: Callback\): void;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: bluetoothManager
Method or attribute name: function off(type: "stateChange", callback?: Callback\): void;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: bluetoothManager
Method or attribute name: function sppListen(name: string, option: SppOption, callback: AsyncCallback\): void;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: bluetoothManager
Method or attribute name: function sppAccept(serverSocket: number, callback: AsyncCallback\): void;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: bluetoothManager
Method or attribute name: function sppConnect(device: string, option: SppOption, callback: AsyncCallback\): void;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: bluetoothManager
Method or attribute name: function sppCloseServerSocket(socket: number): void;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: bluetoothManager
Method or attribute name: function sppCloseClientSocket(socket: number): void;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: bluetoothManager
Method or attribute name: function sppWrite(clientSocket: number, data: ArrayBuffer): void;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: bluetoothManager
Method or attribute name: function on(type: "sppRead", clientSocket: number, callback: Callback\): void;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: bluetoothManager
Method or attribute name: function off(type: "sppRead", clientSocket: number, callback?: Callback\): void;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: bluetoothManager
Method or attribute name: function getProfileInstance(profileId: ProfileId): A2dpSourceProfile \| HandsFreeAudioGatewayProfile \| HidHostProfile \| PanProfile;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: BaseProfile|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: BaseProfile
Method or attribute name: getConnectionDevices(): Array\;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: BaseProfile
Method or attribute name: getDeviceState(device: string): ProfileConnectionState;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: A2dpSourceProfile|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: A2dpSourceProfile
Method or attribute name: connect(device: string): void;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: A2dpSourceProfile
Method or attribute name: disconnect(device: string): void;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: A2dpSourceProfile
Method or attribute name: on(type: "connectionStateChange", callback: Callback\): void;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: A2dpSourceProfile
Method or attribute name: off(type: "connectionStateChange", callback?: Callback\): void;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: A2dpSourceProfile
Method or attribute name: getPlayingState(device: string): PlayingState;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: HandsFreeAudioGatewayProfile|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: HandsFreeAudioGatewayProfile
Method or attribute name: connect(device: string): void;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: HandsFreeAudioGatewayProfile
Method or attribute name: disconnect(device: string): void;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: HandsFreeAudioGatewayProfile
Method or attribute name: on(type: "connectionStateChange", callback: Callback\): void;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: HandsFreeAudioGatewayProfile
Method or attribute name: off(type: "connectionStateChange", callback?: Callback\): void;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: HidHostProfile|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: HidHostProfile
Method or attribute name: connect(device: string): void;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: HidHostProfile
Method or attribute name: disconnect(device: string): void;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: HidHostProfile
Method or attribute name: on(type: "connectionStateChange", callback: Callback\): void;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: HidHostProfile
Method or attribute name: off(type: "connectionStateChange", callback?: Callback\): void;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: PanProfile|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: PanProfile
Method or attribute name: disconnect(device: string): void;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: PanProfile
Method or attribute name: on(type: "connectionStateChange", callback: Callback\): void;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: PanProfile
Method or attribute name: off(type: "connectionStateChange", callback?: Callback\): void;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: PanProfile
Method or attribute name: setTethering(enable: boolean): void;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: PanProfile
Method or attribute name: isTetheringOn(): boolean;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: BLE|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: BLE
Method or attribute name: function createGattServer(): GattServer;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: BLE
Method or attribute name: function createGattClientDevice(deviceId: string): GattClientDevice;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: BLE
Method or attribute name: function getConnectedBLEDevices(): Array\;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: BLE
Method or attribute name: function startBLEScan(filters: Array\, options?: ScanOptions): void;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: BLE
Method or attribute name: function stopBLEScan(): void;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: BLE
Method or attribute name: function on(type: "BLEDeviceFind", callback: Callback\>): void;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: BLE
Method or attribute name: function off(type: "BLEDeviceFind", callback?: Callback\>): void;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: GattServer|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: GattServer
Method or attribute name: startAdvertising(setting: AdvertiseSetting, advData: AdvertiseData, advResponse?: AdvertiseData): void;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: GattServer
Method or attribute name: stopAdvertising(): void;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: GattServer
Method or attribute name: addService(service: GattService): void;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: GattServer
Method or attribute name: removeService(serviceUuid: string): void;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: GattServer
Method or attribute name: close(): void;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: GattServer
Method or attribute name: notifyCharacteristicChanged(deviceId: string, notifyCharacteristic: NotifyCharacteristic): void;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: GattServer
Method or attribute name: sendResponse(serverResponse: ServerResponse): void;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: GattServer
Method or attribute name: on(type: "characteristicRead", callback: Callback\): void;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: GattServer
Method or attribute name: off(type: "characteristicRead", callback?: Callback\): void;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: GattServer
Method or attribute name: on(type: "characteristicWrite", callback: Callback\): void;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: GattServer
Method or attribute name: off(type: "characteristicWrite", callback?: Callback\): void;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: GattServer
Method or attribute name: on(type: "descriptorRead", callback: Callback\): void;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: GattServer
Method or attribute name: off(type: "descriptorRead", callback?: Callback\): void;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: GattServer
Method or attribute name: on(type: "descriptorWrite", callback: Callback\): void;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: GattServer
Method or attribute name: off(type: "descriptorWrite", callback?: Callback\): void;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: GattServer
Method or attribute name: on(type: "connectStateChange", callback: Callback\): void;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: GattServer
Method or attribute name: off(type: "connectStateChange", callback?: Callback\): void;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: GattClientDevice|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: GattClientDevice
Method or attribute name: connect(): void;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: GattClientDevice
Method or attribute name: disconnect(): void;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: GattClientDevice
Method or attribute name: close(): void;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: GattClientDevice
Method or attribute name: getDeviceName(callback: AsyncCallback\): void;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: GattClientDevice
Method or attribute name: getDeviceName(): Promise\;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: GattClientDevice
Method or attribute name: getServices(callback: AsyncCallback\>): void;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: GattClientDevice
Method or attribute name: getServices(): Promise\>;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: GattClientDevice
Method or attribute name: readCharacteristicValue(characteristic: BLECharacteristic, callback: AsyncCallback\): void;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: GattClientDevice
Method or attribute name: readCharacteristicValue(characteristic: BLECharacteristic): Promise\;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: GattClientDevice
Method or attribute name: readDescriptorValue(descriptor: BLEDescriptor, callback: AsyncCallback\): void;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: GattClientDevice
Method or attribute name: readDescriptorValue(descriptor: BLEDescriptor): Promise\;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: GattClientDevice
Method or attribute name: writeCharacteristicValue(characteristic: BLECharacteristic): void;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: GattClientDevice
Method or attribute name: writeDescriptorValue(descriptor: BLEDescriptor): void;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: GattClientDevice
Method or attribute name: getRssiValue(callback: AsyncCallback\): void;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: GattClientDevice
Method or attribute name: getRssiValue(): Promise\;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: GattClientDevice
Method or attribute name: setBLEMtuSize(mtu: number): void;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: GattClientDevice
Method or attribute name: setNotifyCharacteristicChanged(characteristic: BLECharacteristic, enable: boolean): void;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: GattClientDevice
Method or attribute name: on(type: "BLECharacteristicChange", callback: Callback\): void;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: GattClientDevice
Method or attribute name: off(type: "BLECharacteristicChange", callback?: Callback\): void;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: GattClientDevice
Method or attribute name: on(type: "BLEConnectionStateChange", callback: Callback\): void;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: GattClientDevice
Method or attribute name: off(type: "BLEConnectionStateChange", callback?: Callback\): void;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: GattService|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: GattService
Method or attribute name: serviceUuid: string;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: GattService
Method or attribute name: isPrimary: boolean;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: GattService
Method or attribute name: characteristics: Array\;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: GattService
Method or attribute name: includeServices?: Array\;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: BLECharacteristic|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: BLECharacteristic
Method or attribute name: serviceUuid: string;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: BLECharacteristic
Method or attribute name: characteristicUuid: string;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: BLECharacteristic
Method or attribute name: characteristicValue: ArrayBuffer;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: BLECharacteristic
Method or attribute name: descriptors: Array\;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: BLEDescriptor|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: BLEDescriptor
Method or attribute name: serviceUuid: string;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: BLEDescriptor
Method or attribute name: characteristicUuid: string;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: BLEDescriptor
Method or attribute name: descriptorUuid: string;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: BLEDescriptor
Method or attribute name: descriptorValue: ArrayBuffer;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: NotifyCharacteristic|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: NotifyCharacteristic
Method or attribute name: serviceUuid: string;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: NotifyCharacteristic
Method or attribute name: characteristicUuid: string;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: NotifyCharacteristic
Method or attribute name: characteristicValue: ArrayBuffer;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: NotifyCharacteristic
Method or attribute name: confirm: boolean;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: CharacteristicReadRequest|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: CharacteristicReadRequest
Method or attribute name: deviceId: string;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: CharacteristicReadRequest
Method or attribute name: transId: number;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: CharacteristicReadRequest
Method or attribute name: offset: number;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: CharacteristicReadRequest
Method or attribute name: characteristicUuid: string;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: CharacteristicReadRequest
Method or attribute name: serviceUuid: string;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: CharacteristicWriteRequest|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: CharacteristicWriteRequest
Method or attribute name: deviceId: string;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: CharacteristicWriteRequest
Method or attribute name: transId: number;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: CharacteristicWriteRequest
Method or attribute name: offset: number;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: CharacteristicWriteRequest
Method or attribute name: isPrep: boolean;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: CharacteristicWriteRequest
Method or attribute name: needRsp: boolean;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: CharacteristicWriteRequest
Method or attribute name: value: ArrayBuffer;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: CharacteristicWriteRequest
Method or attribute name: characteristicUuid: string;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: CharacteristicWriteRequest
Method or attribute name: serviceUuid: string;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: DescriptorReadRequest|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: DescriptorReadRequest
Method or attribute name: deviceId: string;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: DescriptorReadRequest
Method or attribute name: transId: number;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: DescriptorReadRequest
Method or attribute name: offset: number;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: DescriptorReadRequest
Method or attribute name: descriptorUuid: string;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: DescriptorReadRequest
Method or attribute name: characteristicUuid: string;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: DescriptorReadRequest
Method or attribute name: serviceUuid: string;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: DescriptorWriteRequest|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: DescriptorWriteRequest
Method or attribute name: deviceId: string;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: DescriptorWriteRequest
Method or attribute name: transId: number;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: DescriptorWriteRequest
Method or attribute name: offset: number;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: DescriptorWriteRequest
Method or attribute name: isPrep: boolean;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: DescriptorWriteRequest
Method or attribute name: needRsp: boolean;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: DescriptorWriteRequest
Method or attribute name: value: ArrayBuffer;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: DescriptorWriteRequest
Method or attribute name: descriptorUuid: string;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: DescriptorWriteRequest
Method or attribute name: characteristicUuid: string;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: DescriptorWriteRequest
Method or attribute name: serviceUuid: string;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: ServerResponse|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: ServerResponse
Method or attribute name: deviceId: string;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: ServerResponse
Method or attribute name: transId: number;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: ServerResponse
Method or attribute name: status: number;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: ServerResponse
Method or attribute name: offset: number;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: ServerResponse
Method or attribute name: value: ArrayBuffer;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: BLEConnectChangedState|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: BLEConnectChangedState
Method or attribute name: deviceId: string;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: BLEConnectChangedState
Method or attribute name: state: ProfileConnectionState;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: ScanResult|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: ScanResult
Method or attribute name: deviceId: string;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: ScanResult
Method or attribute name: rssi: number;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: ScanResult
Method or attribute name: data: ArrayBuffer;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: AdvertiseSetting|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: AdvertiseSetting
Method or attribute name: interval?: number;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: AdvertiseSetting
Method or attribute name: txPower?: number;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: AdvertiseSetting
Method or attribute name: connectable?: boolean;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: AdvertiseData|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: AdvertiseData
Method or attribute name: serviceUuids: Array\;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: AdvertiseData
Method or attribute name: manufactureData: Array\;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: AdvertiseData
Method or attribute name: serviceData: Array\;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: ManufactureData|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: ManufactureData
Method or attribute name: manufactureId: number;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: ManufactureData
Method or attribute name: manufactureValue: ArrayBuffer;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: ServiceData|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: ServiceData
Method or attribute name: serviceUuid: string;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: ServiceData
Method or attribute name: serviceValue: ArrayBuffer;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: ScanFilter|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: ScanFilter
Method or attribute name: deviceId?: string;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: ScanFilter
Method or attribute name: name?: string;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: ScanFilter
Method or attribute name: serviceUuid?: string;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: ScanFilter
Method or attribute name: serviceUuidMask?: string;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: ScanFilter
Method or attribute name: serviceSolicitationUuid?: string;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: ScanFilter
Method or attribute name: serviceSolicitationUuidMask?: string;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: ScanFilter
Method or attribute name: serviceData?: ArrayBuffer;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: ScanFilter
Method or attribute name: serviceDataMask?: ArrayBuffer;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: ScanFilter
Method or attribute name: manufactureId?: number;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: ScanFilter
Method or attribute name: manufactureData?: ArrayBuffer;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: ScanFilter
Method or attribute name: manufactureDataMask?: ArrayBuffer;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: ScanOptions|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: ScanOptions
Method or attribute name: interval?: number;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: ScanOptions
Method or attribute name: dutyMode?: ScanDuty;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: ScanOptions
Method or attribute name: matchMode?: MatchMode;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: SppOption|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: SppOption
Method or attribute name: uuid: string;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: SppOption
Method or attribute name: secure: boolean;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: SppOption
Method or attribute name: type: SppType;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: PinRequiredParam|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: PinRequiredParam
Method or attribute name: deviceId: string;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: PinRequiredParam
Method or attribute name: pinCode: string;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: DeviceClass|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: DeviceClass
Method or attribute name: majorClass: MajorClass;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: DeviceClass
Method or attribute name: majorMinorClass: MajorMinorClass;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: DeviceClass
Method or attribute name: classOfDevice: number;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: BondStateParam|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: BondStateParam
Method or attribute name: deviceId: string;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: BondStateParam
Method or attribute name: state: BondState;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: StateChangeParam|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: StateChangeParam
Method or attribute name: deviceId: string;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: StateChangeParam
Method or attribute name: state: ProfileConnectionState;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: ScanDuty|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: ScanDuty
Method or attribute name: SCAN_MODE_LOW_POWER = 0|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: ScanDuty
Method or attribute name: SCAN_MODE_BALANCED = 1|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: ScanDuty
Method or attribute name: SCAN_MODE_LOW_LATENCY = 2|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: MatchMode|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: MatchMode
Method or attribute name: MATCH_MODE_AGGRESSIVE = 1|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: MatchMode
Method or attribute name: MATCH_MODE_STICKY = 2|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: ProfileConnectionState|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: ProfileConnectionState
Method or attribute name: STATE_DISCONNECTED = 0|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: ProfileConnectionState
Method or attribute name: STATE_CONNECTING = 1|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: ProfileConnectionState
Method or attribute name: STATE_CONNECTED = 2|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: ProfileConnectionState
Method or attribute name: STATE_DISCONNECTING = 3|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: BluetoothState|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: BluetoothState
Method or attribute name: STATE_OFF = 0|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: BluetoothState
Method or attribute name: STATE_TURNING_ON = 1|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: BluetoothState
Method or attribute name: STATE_ON = 2|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: BluetoothState
Method or attribute name: STATE_TURNING_OFF = 3|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: BluetoothState
Method or attribute name: STATE_BLE_TURNING_ON = 4|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: BluetoothState
Method or attribute name: STATE_BLE_ON = 5|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: BluetoothState
Method or attribute name: STATE_BLE_TURNING_OFF = 6|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: SppType|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: SppType
Method or attribute name: SPP_RFCOMM|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: ScanMode|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: ScanMode
Method or attribute name: SCAN_MODE_NONE = 0|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: ScanMode
Method or attribute name: SCAN_MODE_CONNECTABLE = 1|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: ScanMode
Method or attribute name: SCAN_MODE_GENERAL_DISCOVERABLE = 2|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: ScanMode
Method or attribute name: SCAN_MODE_LIMITED_DISCOVERABLE = 3|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: ScanMode
Method or attribute name: SCAN_MODE_CONNECTABLE_GENERAL_DISCOVERABLE = 4|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: ScanMode
Method or attribute name: SCAN_MODE_CONNECTABLE_LIMITED_DISCOVERABLE = 5|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: BondState|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: BondState
Method or attribute name: BOND_STATE_INVALID = 0|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: BondState
Method or attribute name: BOND_STATE_BONDING = 1|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: BondState
Method or attribute name: BOND_STATE_BONDED = 2|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorClass|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorClass
Method or attribute name: MAJOR_MISC = 0x0000|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorClass
Method or attribute name: MAJOR_COMPUTER = 0x0100|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorClass
Method or attribute name: MAJOR_PHONE = 0x0200|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorClass
Method or attribute name: MAJOR_NETWORKING = 0x0300|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorClass
Method or attribute name: MAJOR_AUDIO_VIDEO = 0x0400|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorClass
Method or attribute name: MAJOR_PERIPHERAL = 0x0500|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorClass
Method or attribute name: MAJOR_IMAGING = 0x0600|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorClass
Method or attribute name: MAJOR_WEARABLE = 0x0700|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorClass
Method or attribute name: MAJOR_TOY = 0x0800|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorClass
Method or attribute name: MAJOR_HEALTH = 0x0900|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorClass
Method or attribute name: MAJOR_UNCATEGORIZED = 0x1F00|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorMinorClass|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorMinorClass
Method or attribute name: COMPUTER_UNCATEGORIZED = 0x0100|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorMinorClass
Method or attribute name: COMPUTER_DESKTOP = 0x0104|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorMinorClass
Method or attribute name: COMPUTER_SERVER = 0x0108|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorMinorClass
Method or attribute name: COMPUTER_LAPTOP = 0x010C|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorMinorClass
Method or attribute name: COMPUTER_HANDHELD_PC_PDA = 0x0110|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorMinorClass
Method or attribute name: COMPUTER_PALM_SIZE_PC_PDA = 0x0114|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorMinorClass
Method or attribute name: COMPUTER_WEARABLE = 0x0118|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorMinorClass
Method or attribute name: COMPUTER_TABLET = 0x011C|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorMinorClass
Method or attribute name: PHONE_UNCATEGORIZED = 0x0200|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorMinorClass
Method or attribute name: PHONE_CELLULAR = 0x0204|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorMinorClass
Method or attribute name: PHONE_CORDLESS = 0x0208|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorMinorClass
Method or attribute name: PHONE_SMART = 0x020C|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorMinorClass
Method or attribute name: PHONE_MODEM_OR_GATEWAY = 0x0210|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorMinorClass
Method or attribute name: PHONE_ISDN = 0x0214|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorMinorClass
Method or attribute name: NETWORK_FULLY_AVAILABLE = 0x0300|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorMinorClass
Method or attribute name: NETWORK_1_TO_17_UTILIZED = 0x0320|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorMinorClass
Method or attribute name: NETWORK_17_TO_33_UTILIZED = 0x0340|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorMinorClass
Method or attribute name: NETWORK_33_TO_50_UTILIZED = 0x0360|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorMinorClass
Method or attribute name: NETWORK_60_TO_67_UTILIZED = 0x0380|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorMinorClass
Method or attribute name: NETWORK_67_TO_83_UTILIZED = 0x03A0|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorMinorClass
Method or attribute name: NETWORK_83_TO_99_UTILIZED = 0x03C0|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorMinorClass
Method or attribute name: NETWORK_NO_SERVICE = 0x03E0|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorMinorClass
Method or attribute name: AUDIO_VIDEO_UNCATEGORIZED = 0x0400|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorMinorClass
Method or attribute name: AUDIO_VIDEO_WEARABLE_HEADSET = 0x0404|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorMinorClass
Method or attribute name: AUDIO_VIDEO_HANDSFREE = 0x0408|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorMinorClass
Method or attribute name: AUDIO_VIDEO_MICROPHONE = 0x0410|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorMinorClass
Method or attribute name: AUDIO_VIDEO_LOUDSPEAKER = 0x0414|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorMinorClass
Method or attribute name: AUDIO_VIDEO_HEADPHONES = 0x0418|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorMinorClass
Method or attribute name: AUDIO_VIDEO_PORTABLE_AUDIO = 0x041C|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorMinorClass
Method or attribute name: AUDIO_VIDEO_CAR_AUDIO = 0x0420|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorMinorClass
Method or attribute name: AUDIO_VIDEO_SET_TOP_BOX = 0x0424|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorMinorClass
Method or attribute name: AUDIO_VIDEO_HIFI_AUDIO = 0x0428|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorMinorClass
Method or attribute name: AUDIO_VIDEO_VCR = 0x042C|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorMinorClass
Method or attribute name: AUDIO_VIDEO_VIDEO_CAMERA = 0x0430|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorMinorClass
Method or attribute name: AUDIO_VIDEO_CAMCORDER = 0x0434|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorMinorClass
Method or attribute name: AUDIO_VIDEO_VIDEO_MONITOR = 0x0438|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorMinorClass
Method or attribute name: AUDIO_VIDEO_VIDEO_DISPLAY_AND_LOUDSPEAKER = 0x043C|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorMinorClass
Method or attribute name: AUDIO_VIDEO_VIDEO_CONFERENCING = 0x0440|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorMinorClass
Method or attribute name: AUDIO_VIDEO_VIDEO_GAMING_TOY = 0x0448|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorMinorClass
Method or attribute name: PERIPHERAL_NON_KEYBOARD_NON_POINTING = 0x0500|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorMinorClass
Method or attribute name: PERIPHERAL_KEYBOARD = 0x0540|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorMinorClass
Method or attribute name: PERIPHERAL_POINTING_DEVICE = 0x0580|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorMinorClass
Method or attribute name: PERIPHERAL_KEYBOARD_POINTING = 0x05C0|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorMinorClass
Method or attribute name: PERIPHERAL_UNCATEGORIZED = 0x0500|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorMinorClass
Method or attribute name: PERIPHERAL_JOYSTICK = 0x0504|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorMinorClass
Method or attribute name: PERIPHERAL_GAMEPAD = 0x0508|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorMinorClass
Method or attribute name: PERIPHERAL_REMOTE_CONTROL = 0x05C0|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorMinorClass
Method or attribute name: PERIPHERAL_SENSING_DEVICE = 0x0510|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorMinorClass
Method or attribute name: PERIPHERAL_DIGITIZER_TABLET = 0x0514|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorMinorClass
Method or attribute name: PERIPHERAL_CARD_READER = 0x0518|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorMinorClass
Method or attribute name: PERIPHERAL_DIGITAL_PEN = 0x051C|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorMinorClass
Method or attribute name: PERIPHERAL_SCANNER_RFID = 0x0520|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorMinorClass
Method or attribute name: PERIPHERAL_GESTURAL_INPUT = 0x0522|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorMinorClass
Method or attribute name: IMAGING_UNCATEGORIZED = 0x0600|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorMinorClass
Method or attribute name: IMAGING_DISPLAY = 0x0610|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorMinorClass
Method or attribute name: IMAGING_CAMERA = 0x0620|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorMinorClass
Method or attribute name: IMAGING_SCANNER = 0x0640|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorMinorClass
Method or attribute name: IMAGING_PRINTER = 0x0680|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorMinorClass
Method or attribute name: WEARABLE_UNCATEGORIZED = 0x0700|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorMinorClass
Method or attribute name: WEARABLE_WRIST_WATCH = 0x0704|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorMinorClass
Method or attribute name: WEARABLE_PAGER = 0x0708|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorMinorClass
Method or attribute name: WEARABLE_JACKET = 0x070C|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorMinorClass
Method or attribute name: WEARABLE_HELMET = 0x0710|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorMinorClass
Method or attribute name: WEARABLE_GLASSES = 0x0714|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorMinorClass
Method or attribute name: TOY_UNCATEGORIZED = 0x0800|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorMinorClass
Method or attribute name: TOY_ROBOT = 0x0804|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorMinorClass
Method or attribute name: TOY_VEHICLE = 0x0808|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorMinorClass
Method or attribute name: TOY_DOLL_ACTION_FIGURE = 0x080C|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorMinorClass
Method or attribute name: TOY_CONTROLLER = 0x0810|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorMinorClass
Method or attribute name: TOY_GAME = 0x0814|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorMinorClass
Method or attribute name: HEALTH_UNCATEGORIZED = 0x0900|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorMinorClass
Method or attribute name: HEALTH_BLOOD_PRESSURE = 0x0904|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorMinorClass
Method or attribute name: HEALTH_THERMOMETER = 0x0908|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorMinorClass
Method or attribute name: HEALTH_WEIGHING = 0x090C|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorMinorClass
Method or attribute name: HEALTH_GLUCOSE = 0x0910|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorMinorClass
Method or attribute name: HEALTH_PULSE_OXIMETER = 0x0914|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorMinorClass
Method or attribute name: HEALTH_PULSE_RATE = 0x0918|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorMinorClass
Method or attribute name: HEALTH_DATA_DISPLAY = 0x091C|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorMinorClass
Method or attribute name: HEALTH_STEP_COUNTER = 0x0920|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorMinorClass
Method or attribute name: HEALTH_BODY_COMPOSITION_ANALYZER = 0x0924|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorMinorClass
Method or attribute name: HEALTH_PEAK_FLOW_MONITOR = 0x0928|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorMinorClass
Method or attribute name: HEALTH_MEDICATION_MONITOR = 0x092C|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorMinorClass
Method or attribute name: HEALTH_KNEE_PROSTHESIS = 0x0930|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorMinorClass
Method or attribute name: HEALTH_ANKLE_PROSTHESIS = 0x0934|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorMinorClass
Method or attribute name: HEALTH_GENERIC_HEALTH_MANAGER = 0x0938|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorMinorClass
Method or attribute name: HEALTH_PERSONAL_MOBILITY_DEVICE = 0x093C|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: PlayingState|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: PlayingState
Method or attribute name: STATE_NOT_PLAYING|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: PlayingState
Method or attribute name: STATE_PLAYING|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: ProfileId|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: ProfileId
Method or attribute name: PROFILE_A2DP_SOURCE = 1|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: ProfileId
Method or attribute name: PROFILE_HANDS_FREE_AUDIO_GATEWAY = 4|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: ProfileId
Method or attribute name: PROFILE_HID_HOST = 6|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: ProfileId
Method or attribute name: PROFILE_PAN_NETWORK = 7|@ohos.bluetoothManager.d.ts| +|Added|NA|Class name: connection
Method or attribute name: function getAppNet(callback: AsyncCallback\): void;|@ohos.net.connection.d.ts| +|Added|NA|Class name: connection
Method or attribute name: function getAppNet(): Promise\;|@ohos.net.connection.d.ts| +|Added|NA|Class name: connection
Method or attribute name: function setAppNet(netHandle: NetHandle, callback: AsyncCallback\): void;|@ohos.net.connection.d.ts| +|Added|NA|Class name: connection
Method or attribute name: function setAppNet(netHandle: NetHandle): Promise\;|@ohos.net.connection.d.ts| +|Added|NA|Class name: TLSSecureOptions
Method or attribute name: password?: string;|@ohos.net.socket.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: WifiEapConfig
Method or attribute name: certEntry: Uint8Array;|@ohos.wifiManager.d.ts| +|Added|NA|Class name: WifiEapConfig
Method or attribute name: certEntry: Uint8Array;|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: WifiEapConfig
Method or attribute name: certPassword: string;|@ohos.wifiManager.d.ts| +|Added|NA|Class name: WifiEapConfig
Method or attribute name: certPassword: string;|@ohos.wifiManager.d.ts| +|Added|NA|Class name: WifiDeviceConfig
Method or attribute name: bssid?: string;|@ohos.wifiManager.d.ts| +|Added|NA|Class name: WifiDeviceConfig
Method or attribute name: isHiddenSsid?: boolean;|@ohos.wifiManager.d.ts| +|Added|NA|Class name: WifiDeviceConfig
Method or attribute name: creatorUid?: number;|@ohos.wifiManager.d.ts| +|Added|NA|Class name: WifiDeviceConfig
Method or attribute name: disableReason?: number;|@ohos.wifiManager.d.ts| +|Added|NA|Class name: WifiDeviceConfig
Method or attribute name: netId?: number;|@ohos.wifiManager.d.ts| +|Added|NA|Class name: WifiDeviceConfig
Method or attribute name: randomMacType?: number;|@ohos.wifiManager.d.ts| +|Added|NA|Class name: WifiDeviceConfig
Method or attribute name: randomMacAddr?: string;|@ohos.wifiManager.d.ts| +|Added|NA|Class name: WifiDeviceConfig
Method or attribute name: ipType?: IpType;|@ohos.wifiManager.d.ts| +|Added|NA|Class name: WifiDeviceConfig
Method or attribute name: staticIp?: IpConfig;|@ohos.wifiManager.d.ts| +|Added|NA|Class name: WifiDeviceConfig
Method or attribute name: eapConfig?: WifiEapConfig;|@ohos.wifiManager.d.ts| +|Deleted|Module name: ohos.bluetooth
Class name: bluetooth
Method or attribute name: function getProfileInst(profileId: ProfileId): A2dpSourceProfile \| HandsFreeAudioGatewayProfile \| HidHostProfile \| PanProfile;|NA|@ohos.bluetooth.d.ts| +|Deleted|Module name: ohos.bluetooth
Class name: HidHostProfile|NA|@ohos.bluetooth.d.ts| +|Deleted|Module name: ohos.bluetooth
Class name: HidHostProfile
Method or attribute name: connect(device: string): boolean;|NA|@ohos.bluetooth.d.ts| +|Deleted|Module name: ohos.bluetooth
Class name: HidHostProfile
Method or attribute name: disconnect(device: string): boolean;|NA|@ohos.bluetooth.d.ts| +|Deleted|Module name: ohos.bluetooth
Class name: HidHostProfile
Method or attribute name: on(type: "connectionStateChange", callback: Callback\): void;|NA|@ohos.bluetooth.d.ts| +|Deleted|Module name: ohos.bluetooth
Class name: HidHostProfile
Method or attribute name: off(type: "connectionStateChange", callback?: Callback\): void;|NA|@ohos.bluetooth.d.ts| +|Deleted|Module name: ohos.bluetooth
Class name: PanProfile|NA|@ohos.bluetooth.d.ts| +|Deleted|Module name: ohos.bluetooth
Class name: PanProfile
Method or attribute name: disconnect(device: string): boolean;|NA|@ohos.bluetooth.d.ts| +|Deleted|Module name: ohos.bluetooth
Class name: PanProfile
Method or attribute name: on(type: "connectionStateChange", callback: Callback\): void;|NA|@ohos.bluetooth.d.ts| +|Deleted|Module name: ohos.bluetooth
Class name: PanProfile
Method or attribute name: off(type: "connectionStateChange", callback?: Callback\): void;|NA|@ohos.bluetooth.d.ts| +|Deleted|Module name: ohos.bluetooth
Class name: PanProfile
Method or attribute name: setTethering(enable: boolean): void;|NA|@ohos.bluetooth.d.ts| +|Deleted|Module name: ohos.bluetooth
Class name: PanProfile
Method or attribute name: isTetheringOn(): boolean;|NA|@ohos.bluetooth.d.ts| +|Deleted|Module name: ohos.bluetooth
Class name: ScanFilter
Method or attribute name: serviceUuidMask?: string;|NA|@ohos.bluetooth.d.ts| +|Deleted|Module name: ohos.bluetooth
Class name: ScanFilter
Method or attribute name: serviceSolicitationUuid?: string;|NA|@ohos.bluetooth.d.ts| +|Deleted|Module name: ohos.bluetooth
Class name: ScanFilter
Method or attribute name: serviceSolicitationUuidMask?: string;|NA|@ohos.bluetooth.d.ts| +|Deleted|Module name: ohos.bluetooth
Class name: ScanFilter
Method or attribute name: serviceData?: ArrayBuffer;|NA|@ohos.bluetooth.d.ts| +|Deleted|Module name: ohos.bluetooth
Class name: ScanFilter
Method or attribute name: serviceDataMask?: ArrayBuffer;|NA|@ohos.bluetooth.d.ts| +|Deleted|Module name: ohos.bluetooth
Class name: ScanFilter
Method or attribute name: manufactureId?: number;|NA|@ohos.bluetooth.d.ts| +|Deleted|Module name: ohos.bluetooth
Class name: ScanFilter
Method or attribute name: manufactureData?: ArrayBuffer;|NA|@ohos.bluetooth.d.ts| +|Deleted|Module name: ohos.bluetooth
Class name: ScanFilter
Method or attribute name: manufactureDataMask?: ArrayBuffer;|NA|@ohos.bluetooth.d.ts| +|Deleted|Module name: ohos.bluetooth
Class name: ProfileId
Method or attribute name: PROFILE_HID_HOST = 6|NA|@ohos.bluetooth.d.ts| +|Deleted|Module name: ohos.bluetooth
Class name: ProfileId
Method or attribute name: PROFILE_PAN_NETWORK = 7|NA|@ohos.bluetooth.d.ts| +|Deleted|Module name: ohos.net.socket
Class name: TLSSecureOptions
Method or attribute name: passwd?: string;|NA|@ohos.net.socket.d.ts| +|Deprecated version changed|Class name: bluetooth
Deprecated version: N/A|Class name: bluetooth
Deprecated version: 9
Substitute API: ohos.bluetoothManager |@ohos.bluetooth.d.ts| +|Deprecated version changed|Class name: bluetooth
Method or attribute name: function getState(): BluetoothState;
Deprecated version: N/A|Class name: bluetooth
Method or attribute name: function getState(): BluetoothState;
Deprecated version: 9
Substitute API: ohos.bluetoothManager/bluetoothManager.getState |@ohos.bluetooth.d.ts| +|Deprecated version changed|Class name: bluetooth
Method or attribute name: function getBtConnectionState(): ProfileConnectionState;
Deprecated version: N/A|Class name: bluetooth
Method or attribute name: function getBtConnectionState(): ProfileConnectionState;
Deprecated version: 9
Substitute API: ohos.bluetoothManager/bluetoothManager.getBtConnectionState |@ohos.bluetooth.d.ts| +|Deprecated version changed|Class name: bluetooth
Method or attribute name: function pairDevice(deviceId: string): boolean;
Deprecated version: N/A|Class name: bluetooth
Method or attribute name: function pairDevice(deviceId: string): boolean;
Deprecated version: 9
Substitute API: ohos.bluetoothManager/bluetoothManager.pairDevice |@ohos.bluetooth.d.ts| +|Deprecated version changed|Class name: bluetooth
Method or attribute name: function cancelPairedDevice(deviceId: string): boolean;
Deprecated version: N/A|Class name: bluetooth
Method or attribute name: function cancelPairedDevice(deviceId: string): boolean;
Deprecated version: 9
Substitute API: ohos.bluetoothManager/bluetoothManager.cancelPairedDevice |@ohos.bluetooth.d.ts| +|Deprecated version changed|Class name: bluetooth
Method or attribute name: function getRemoteDeviceName(deviceId: string): string;
Deprecated version: N/A|Class name: bluetooth
Method or attribute name: function getRemoteDeviceName(deviceId: string): string;
Deprecated version: 9
Substitute API: ohos.bluetoothManager/bluetoothManager.getRemoteDeviceName |@ohos.bluetooth.d.ts| +|Deprecated version changed|Class name: bluetooth
Method or attribute name: function getRemoteDeviceClass(deviceId: string): DeviceClass;
Deprecated version: N/A|Class name: bluetooth
Method or attribute name: function getRemoteDeviceClass(deviceId: string): DeviceClass;
Deprecated version: 9
Substitute API: ohos.bluetoothManager/bluetoothManager.getRemoteDeviceClass |@ohos.bluetooth.d.ts| +|Deprecated version changed|Class name: bluetooth
Method or attribute name: function enableBluetooth(): boolean;
Deprecated version: N/A|Class name: bluetooth
Method or attribute name: function enableBluetooth(): boolean;
Deprecated version: 9
Substitute API: ohos.bluetoothManager/bluetoothManager.enableBluetooth |@ohos.bluetooth.d.ts| +|Deprecated version changed|Class name: bluetooth
Method or attribute name: function disableBluetooth(): boolean;
Deprecated version: N/A|Class name: bluetooth
Method or attribute name: function disableBluetooth(): boolean;
Deprecated version: 9
Substitute API: ohos.bluetoothManager/bluetoothManager.disableBluetooth |@ohos.bluetooth.d.ts| +|Deprecated version changed|Class name: bluetooth
Method or attribute name: function getLocalName(): string;
Deprecated version: N/A|Class name: bluetooth
Method or attribute name: function getLocalName(): string;
Deprecated version: 9
Substitute API: ohos.bluetoothManager/bluetoothManager.getLocalName |@ohos.bluetooth.d.ts| +|Deprecated version changed|Class name: bluetooth
Method or attribute name: function getPairedDevices(): Array\;
Deprecated version: N/A|Class name: bluetooth
Method or attribute name: function getPairedDevices(): Array\;
Deprecated version: 9
Substitute API: ohos.bluetoothManager/bluetoothManager.getPairedDevices |@ohos.bluetooth.d.ts| +|Deprecated version changed|Class name: bluetooth
Method or attribute name: function getProfileConnState(profileId: ProfileId): ProfileConnectionState;
Deprecated version: N/A|Class name: bluetooth
Method or attribute name: function getProfileConnState(profileId: ProfileId): ProfileConnectionState;
Deprecated version: 9
Substitute API: ohos.bluetoothManager/bluetoothManager.getProfileConnectionState |@ohos.bluetooth.d.ts| +|Deprecated version changed|Class name: bluetooth
Method or attribute name: function setDevicePairingConfirmation(device: string, accept: boolean): boolean;
Deprecated version: N/A|Class name: bluetooth
Method or attribute name: function setDevicePairingConfirmation(device: string, accept: boolean): boolean;
Deprecated version: 9
Substitute API: ohos.bluetoothManager/bluetoothManager.setDevicePairingConfirmation |@ohos.bluetooth.d.ts| +|Deprecated version changed|Class name: bluetooth
Method or attribute name: function setLocalName(name: string): boolean;
Deprecated version: N/A|Class name: bluetooth
Method or attribute name: function setLocalName(name: string): boolean;
Deprecated version: 9
Substitute API: ohos.bluetoothManager/bluetoothManager.setLocalName |@ohos.bluetooth.d.ts| +|Deprecated version changed|Class name: bluetooth
Method or attribute name: function setBluetoothScanMode(mode: ScanMode, duration: number): boolean;
Deprecated version: N/A|Class name: bluetooth
Method or attribute name: function setBluetoothScanMode(mode: ScanMode, duration: number): boolean;
Deprecated version: 9
Substitute API: ohos.bluetoothManager/bluetoothManager.setBluetoothScanMode |@ohos.bluetooth.d.ts| +|Deprecated version changed|Class name: bluetooth
Method or attribute name: function getBluetoothScanMode(): ScanMode;
Deprecated version: N/A|Class name: bluetooth
Method or attribute name: function getBluetoothScanMode(): ScanMode;
Deprecated version: 9
Substitute API: ohos.bluetoothManager/bluetoothManager.getBluetoothScanMode |@ohos.bluetooth.d.ts| +|Deprecated version changed|Class name: bluetooth
Method or attribute name: function startBluetoothDiscovery(): boolean;
Deprecated version: N/A|Class name: bluetooth
Method or attribute name: function startBluetoothDiscovery(): boolean;
Deprecated version: 9
Substitute API: ohos.bluetoothManager/bluetoothManager.startBluetoothDiscovery |@ohos.bluetooth.d.ts| +|Deprecated version changed|Class name: bluetooth
Method or attribute name: function stopBluetoothDiscovery(): boolean;
Deprecated version: N/A|Class name: bluetooth
Method or attribute name: function stopBluetoothDiscovery(): boolean;
Deprecated version: 9
Substitute API: ohos.bluetoothManager/bluetoothManager.stopBluetoothDiscovery |@ohos.bluetooth.d.ts| +|Deprecated version changed|Class name: bluetooth
Method or attribute name: function on(type: "bluetoothDeviceFind", callback: Callback\>): void;
Deprecated version: N/A|Class name: bluetooth
Method or attribute name: function on(type: "bluetoothDeviceFind", callback: Callback\>): void;
Deprecated version: 9
Substitute API: ohos.bluetoothManager/bluetoothManager.on|@ohos.bluetooth.d.ts| +|Deprecated version changed|Class name: bluetooth
Method or attribute name: function off(type: "bluetoothDeviceFind", callback?: Callback\>): void;
Deprecated version: N/A|Class name: bluetooth
Method or attribute name: function off(type: "bluetoothDeviceFind", callback?: Callback\>): void;
Deprecated version: 9
Substitute API: ohos.bluetoothManager/bluetoothManager.off|@ohos.bluetooth.d.ts| +|Deprecated version changed|Class name: bluetooth
Method or attribute name: function on(type: "bondStateChange", callback: Callback\): void;
Deprecated version: N/A|Class name: bluetooth
Method or attribute name: function on(type: "bondStateChange", callback: Callback\): void;
Deprecated version: 9
Substitute API: ohos.bluetoothManager/bluetoothManager.on|@ohos.bluetooth.d.ts| +|Deprecated version changed|Class name: bluetooth
Method or attribute name: function off(type: "bondStateChange", callback?: Callback\): void;
Deprecated version: N/A|Class name: bluetooth
Method or attribute name: function off(type: "bondStateChange", callback?: Callback\): void;
Deprecated version: 9
Substitute API: ohos.bluetoothManager/bluetoothManager.off|@ohos.bluetooth.d.ts| +|Deprecated version changed|Class name: bluetooth
Method or attribute name: function on(type: "pinRequired", callback: Callback\): void;
Deprecated version: N/A|Class name: bluetooth
Method or attribute name: function on(type: "pinRequired", callback: Callback\): void;
Deprecated version: 9
Substitute API: ohos.bluetoothManager/bluetoothManager.on|@ohos.bluetooth.d.ts| +|Deprecated version changed|Class name: bluetooth
Method or attribute name: function off(type: "pinRequired", callback?: Callback\): void;
Deprecated version: N/A|Class name: bluetooth
Method or attribute name: function off(type: "pinRequired", callback?: Callback\): void;
Deprecated version: 9
Substitute API: ohos.bluetoothManager/bluetoothManager.off|@ohos.bluetooth.d.ts| +|Deprecated version changed|Class name: bluetooth
Method or attribute name: function on(type: "stateChange", callback: Callback\): void;
Deprecated version: N/A|Class name: bluetooth
Method or attribute name: function on(type: "stateChange", callback: Callback\): void;
Deprecated version: 9
Substitute API: ohos.bluetoothManager/bluetoothManager.on|@ohos.bluetooth.d.ts| +|Deprecated version changed|Class name: bluetooth
Method or attribute name: function off(type: "stateChange", callback?: Callback\): void;
Deprecated version: N/A|Class name: bluetooth
Method or attribute name: function off(type: "stateChange", callback?: Callback\): void;
Deprecated version: 9
Substitute API: ohos.bluetoothManager/bluetoothManager.off|@ohos.bluetooth.d.ts| +|Deprecated version changed|Class name: bluetooth
Method or attribute name: function sppListen(name: string, option: SppOption, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: bluetooth
Method or attribute name: function sppListen(name: string, option: SppOption, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.bluetoothManager/bluetoothManager.sppListen |@ohos.bluetooth.d.ts| +|Deprecated version changed|Class name: bluetooth
Method or attribute name: function sppAccept(serverSocket: number, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: bluetooth
Method or attribute name: function sppAccept(serverSocket: number, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.bluetoothManager/bluetoothManager.sppAccept |@ohos.bluetooth.d.ts| +|Deprecated version changed|Class name: bluetooth
Method or attribute name: function sppConnect(device: string, option: SppOption, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: bluetooth
Method or attribute name: function sppConnect(device: string, option: SppOption, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.bluetoothManager/bluetoothManager.sppConnect |@ohos.bluetooth.d.ts| +|Deprecated version changed|Class name: bluetooth
Method or attribute name: function sppCloseServerSocket(socket: number): void;
Deprecated version: N/A|Class name: bluetooth
Method or attribute name: function sppCloseServerSocket(socket: number): void;
Deprecated version: 9
Substitute API: ohos.bluetoothManager/bluetoothManager.sppCloseServerSocket |@ohos.bluetooth.d.ts| +|Deprecated version changed|Class name: bluetooth
Method or attribute name: function sppCloseClientSocket(socket: number): void;
Deprecated version: N/A|Class name: bluetooth
Method or attribute name: function sppCloseClientSocket(socket: number): void;
Deprecated version: 9
Substitute API: ohos.bluetoothManager/bluetoothManager.sppCloseClientSocket |@ohos.bluetooth.d.ts| +|Deprecated version changed|Class name: bluetooth
Method or attribute name: function sppWrite(clientSocket: number, data: ArrayBuffer): boolean;
Deprecated version: N/A|Class name: bluetooth
Method or attribute name: function sppWrite(clientSocket: number, data: ArrayBuffer): boolean;
Deprecated version: 9
Substitute API: ohos.bluetoothManager/bluetoothManager.sppWrite |@ohos.bluetooth.d.ts| +|Deprecated version changed|Class name: bluetooth
Method or attribute name: function on(type: "sppRead", clientSocket: number, callback: Callback\): void;
Deprecated version: N/A|Class name: bluetooth
Method or attribute name: function on(type: "sppRead", clientSocket: number, callback: Callback\): void;
Deprecated version: 9
Substitute API: ohos.bluetoothManager/bluetoothManager.on|@ohos.bluetooth.d.ts| +|Deprecated version changed|Class name: bluetooth
Method or attribute name: function off(type: "sppRead", clientSocket: number, callback?: Callback\): void;
Deprecated version: N/A|Class name: bluetooth
Method or attribute name: function off(type: "sppRead", clientSocket: number, callback?: Callback\): void;
Deprecated version: 9
Substitute API: ohos.bluetoothManager/bluetoothManager.off|@ohos.bluetooth.d.ts| +|Deprecated version changed|Class name: bluetooth
Method or attribute name: function getProfile(profileId: ProfileId): A2dpSourceProfile \| HandsFreeAudioGatewayProfile;
Deprecated version: N/A|Class name: bluetooth
Method or attribute name: function getProfile(profileId: ProfileId): A2dpSourceProfile \| HandsFreeAudioGatewayProfile;
Deprecated version: 9
Substitute API: ohos.bluetoothManager/bluetoothManager.getProfileInstance |@ohos.bluetooth.d.ts| +|Deprecated version changed|Class name: BaseProfile
Deprecated version: N/A|Class name: BaseProfile
Deprecated version: 9
Substitute API: ohos.bluetoothManager/bluetoothManager.BaseProfile |@ohos.bluetooth.d.ts| +|Deprecated version changed|Class name: BaseProfile
Method or attribute name: getConnectionDevices(): Array\;
Deprecated version: N/A|Class name: BaseProfile
Method or attribute name: getConnectionDevices(): Array\;
Deprecated version: 9
Substitute API: ohos.bluetoothManager/bluetoothManager.BaseProfile|@ohos.bluetooth.d.ts| +|Deprecated version changed|Class name: BaseProfile
Method or attribute name: getDeviceState(device: string): ProfileConnectionState;
Deprecated version: N/A|Class name: BaseProfile
Method or attribute name: getDeviceState(device: string): ProfileConnectionState;
Deprecated version: 9
Substitute API: ohos.bluetoothManager/bluetoothManager.BaseProfile|@ohos.bluetooth.d.ts| +|Deprecated version changed|Class name: A2dpSourceProfile
Deprecated version: N/A|Class name: A2dpSourceProfile
Deprecated version: 9
Substitute API: ohos.bluetoothManager/bluetoothManager.A2dpSourceProfile |@ohos.bluetooth.d.ts| +|Deprecated version changed|Class name: A2dpSourceProfile
Method or attribute name: connect(device: string): boolean;
Deprecated version: N/A|Class name: A2dpSourceProfile
Method or attribute name: connect(device: string): boolean;
Deprecated version: 9
Substitute API: ohos.bluetoothManager/bluetoothManager.A2dpSourceProfile|@ohos.bluetooth.d.ts| +|Deprecated version changed|Class name: A2dpSourceProfile
Method or attribute name: disconnect(device: string): boolean;
Deprecated version: N/A|Class name: A2dpSourceProfile
Method or attribute name: disconnect(device: string): boolean;
Deprecated version: 9
Substitute API: ohos.bluetoothManager/bluetoothManager.A2dpSourceProfile|@ohos.bluetooth.d.ts| +|Deprecated version changed|Class name: A2dpSourceProfile
Method or attribute name: on(type: "connectionStateChange", callback: Callback\): void;
Deprecated version: N/A|Class name: A2dpSourceProfile
Method or attribute name: on(type: "connectionStateChange", callback: Callback\): void;
Deprecated version: 9
Substitute API: ohos.bluetoothManager/bluetoothManager.A2dpSourceProfile.on|@ohos.bluetooth.d.ts| +|Deprecated version changed|Class name: A2dpSourceProfile
Method or attribute name: off(type: "connectionStateChange", callback?: Callback\): void;
Deprecated version: N/A|Class name: A2dpSourceProfile
Method or attribute name: off(type: "connectionStateChange", callback?: Callback\): void;
Deprecated version: 9
Substitute API: ohos.bluetoothManager/bluetoothManager.A2dpSourceProfile.off|@ohos.bluetooth.d.ts| +|Deprecated version changed|Class name: A2dpSourceProfile
Method or attribute name: getPlayingState(device: string): PlayingState;
Deprecated version: N/A|Class name: A2dpSourceProfile
Method or attribute name: getPlayingState(device: string): PlayingState;
Deprecated version: 9
Substitute API: ohos.bluetoothManager/bluetoothManager.A2dpSourceProfile|@ohos.bluetooth.d.ts| +|Deprecated version changed|Class name: HandsFreeAudioGatewayProfile
Deprecated version: N/A|Class name: HandsFreeAudioGatewayProfile
Deprecated version: 9
Substitute API: ohos.bluetoothManager/bluetoothManager.HandsFreeAudioGatewayProfile |@ohos.bluetooth.d.ts| +|Deprecated version changed|Class name: HandsFreeAudioGatewayProfile
Method or attribute name: connect(device: string): boolean;
Deprecated version: N/A|Class name: HandsFreeAudioGatewayProfile
Method or attribute name: connect(device: string): boolean;
Deprecated version: 9
Substitute API: ohos.bluetoothManager/bluetoothManager.HandsFreeAudioGatewayProfile|@ohos.bluetooth.d.ts| +|Deprecated version changed|Class name: HandsFreeAudioGatewayProfile
Method or attribute name: disconnect(device: string): boolean;
Deprecated version: N/A|Class name: HandsFreeAudioGatewayProfile
Method or attribute name: disconnect(device: string): boolean;
Deprecated version: 9
Substitute API: ohos.bluetoothManager/bluetoothManager.HandsFreeAudioGatewayProfile|@ohos.bluetooth.d.ts| +|Deprecated version changed|Class name: HandsFreeAudioGatewayProfile
Method or attribute name: on(type: "connectionStateChange", callback: Callback\): void;
Deprecated version: N/A|Class name: HandsFreeAudioGatewayProfile
Method or attribute name: on(type: "connectionStateChange", callback: Callback\): void;
Deprecated version: 9
Substitute API: ohos.bluetoothManager/bluetoothManager.HandsFreeAudioGatewayProfile.on|@ohos.bluetooth.d.ts| +|Deprecated version changed|Class name: HandsFreeAudioGatewayProfile
Method or attribute name: off(type: "connectionStateChange", callback?: Callback\): void;
Deprecated version: N/A|Class name: HandsFreeAudioGatewayProfile
Method or attribute name: off(type: "connectionStateChange", callback?: Callback\): void;
Deprecated version: 9
Substitute API: ohos.bluetoothManager/bluetoothManager.HandsFreeAudioGatewayProfile.off|@ohos.bluetooth.d.ts| +|Deprecated version changed|Class name: BLE
Method or attribute name: function createGattServer(): GattServer;
Deprecated version: N/A|Class name: BLE
Method or attribute name: function createGattServer(): GattServer;
Deprecated version: 9
Substitute API: ohos.bluetoothManager/bluetoothManager.BLE.createGattServer |@ohos.bluetooth.d.ts| +|Deprecated version changed|Class name: BLE
Method or attribute name: function createGattClientDevice(deviceId: string): GattClientDevice;
Deprecated version: N/A|Class name: BLE
Method or attribute name: function createGattClientDevice(deviceId: string): GattClientDevice;
Deprecated version: 9
Substitute API: ohos.bluetoothManager/bluetoothManager.BLE.createGattClientDevice |@ohos.bluetooth.d.ts| +|Deprecated version changed|Class name: BLE
Method or attribute name: function getConnectedBLEDevices(): Array\;
Deprecated version: N/A|Class name: BLE
Method or attribute name: function getConnectedBLEDevices(): Array\;
Deprecated version: 9
Substitute API: ohos.bluetoothManager/bluetoothManager.BLE.getConnectedBLEDevices |@ohos.bluetooth.d.ts| +|Deprecated version changed|Class name: BLE
Method or attribute name: function startBLEScan(filters: Array\, options?: ScanOptions): void;
Deprecated version: N/A|Class name: BLE
Method or attribute name: function startBLEScan(filters: Array\, options?: ScanOptions): void;
Deprecated version: 9
Substitute API: ohos.bluetoothManager/bluetoothManager.BLE.startBLEScan |@ohos.bluetooth.d.ts| +|Deprecated version changed|Class name: BLE
Method or attribute name: function stopBLEScan(): void;
Deprecated version: N/A|Class name: BLE
Method or attribute name: function stopBLEScan(): void;
Deprecated version: 9
Substitute API: ohos.bluetoothManager/bluetoothManager.BLE.stopBLEScan |@ohos.bluetooth.d.ts| +|Deprecated version changed|Class name: BLE
Method or attribute name: function on(type: "BLEDeviceFind", callback: Callback\>): void;
Deprecated version: N/A|Class name: BLE
Method or attribute name: function on(type: "BLEDeviceFind", callback: Callback\>): void;
Deprecated version: 9
Substitute API: ohos.bluetoothManager/bluetoothManager.BLE.on|@ohos.bluetooth.d.ts| +|Deprecated version changed|Class name: BLE
Method or attribute name: function off(type: "BLEDeviceFind", callback?: Callback\>): void;
Deprecated version: N/A|Class name: BLE
Method or attribute name: function off(type: "BLEDeviceFind", callback?: Callback\>): void;
Deprecated version: 9
Substitute API: ohos.bluetoothManager/bluetoothManager.BLE.off|@ohos.bluetooth.d.ts| +|Deprecated version changed|Class name: GattServer
Deprecated version: N/A|Class name: GattServer
Deprecated version: 9
Substitute API: ohos.bluetoothManager/bluetoothManager.GattServer |@ohos.bluetooth.d.ts| +|Deprecated version changed|Class name: GattServer
Method or attribute name: startAdvertising(setting: AdvertiseSetting, advData: AdvertiseData, advResponse?: AdvertiseData): void;
Deprecated version: N/A|Class name: GattServer
Method or attribute name: startAdvertising(setting: AdvertiseSetting, advData: AdvertiseData, advResponse?: AdvertiseData): void;
Deprecated version: 9
Substitute API: ohos.bluetoothManager/bluetoothManager.GattServer|@ohos.bluetooth.d.ts| +|Deprecated version changed|Class name: GattServer
Method or attribute name: stopAdvertising(): void;
Deprecated version: N/A|Class name: GattServer
Method or attribute name: stopAdvertising(): void;
Deprecated version: 9
Substitute API: ohos.bluetoothManager/bluetoothManager.GattServer|@ohos.bluetooth.d.ts| +|Deprecated version changed|Class name: GattServer
Method or attribute name: addService(service: GattService): boolean;
Deprecated version: N/A|Class name: GattServer
Method or attribute name: addService(service: GattService): boolean;
Deprecated version: 9
Substitute API: ohos.bluetoothManager/bluetoothManager.GattServer|@ohos.bluetooth.d.ts| +|Deprecated version changed|Class name: GattServer
Method or attribute name: removeService(serviceUuid: string): boolean;
Deprecated version: N/A|Class name: GattServer
Method or attribute name: removeService(serviceUuid: string): boolean;
Deprecated version: 9
Substitute API: ohos.bluetoothManager/bluetoothManager.GattServer|@ohos.bluetooth.d.ts| +|Deprecated version changed|Class name: GattServer
Method or attribute name: close(): void;
Deprecated version: N/A|Class name: GattServer
Method or attribute name: close(): void;
Deprecated version: 9
Substitute API: ohos.bluetoothManager/bluetoothManager.GattServer|@ohos.bluetooth.d.ts| +|Deprecated version changed|Class name: GattServer
Method or attribute name: notifyCharacteristicChanged(deviceId: string, notifyCharacteristic: NotifyCharacteristic): boolean;
Deprecated version: N/A|Class name: GattServer
Method or attribute name: notifyCharacteristicChanged(deviceId: string, notifyCharacteristic: NotifyCharacteristic): boolean;
Deprecated version: 9
Substitute API: ohos.bluetoothManager/bluetoothManager.GattServer|@ohos.bluetooth.d.ts| +|Deprecated version changed|Class name: GattServer
Method or attribute name: sendResponse(serverResponse: ServerResponse): boolean;
Deprecated version: N/A|Class name: GattServer
Method or attribute name: sendResponse(serverResponse: ServerResponse): boolean;
Deprecated version: 9
Substitute API: ohos.bluetoothManager/bluetoothManager.GattServer|@ohos.bluetooth.d.ts| +|Deprecated version changed|Class name: GattServer
Method or attribute name: on(type: "characteristicRead", callback: Callback\): void;
Deprecated version: N/A|Class name: GattServer
Method or attribute name: on(type: "characteristicRead", callback: Callback\): void;
Deprecated version: 9
Substitute API: ohos.bluetoothManager/bluetoothManager.GattServer|@ohos.bluetooth.d.ts| +|Deprecated version changed|Class name: GattServer
Method or attribute name: off(type: "characteristicRead", callback?: Callback\): void;
Deprecated version: N/A|Class name: GattServer
Method or attribute name: off(type: "characteristicRead", callback?: Callback\): void;
Deprecated version: 9
Substitute API: ohos.bluetoothManager/bluetoothManager.GattServer|@ohos.bluetooth.d.ts| +|Deprecated version changed|Class name: GattServer
Method or attribute name: on(type: "characteristicWrite", callback: Callback\): void;
Deprecated version: N/A|Class name: GattServer
Method or attribute name: on(type: "characteristicWrite", callback: Callback\): void;
Deprecated version: 9
Substitute API: ohos.bluetoothManager/bluetoothManager.GattServer|@ohos.bluetooth.d.ts| +|Deprecated version changed|Class name: GattServer
Method or attribute name: off(type: "characteristicWrite", callback?: Callback\): void;
Deprecated version: N/A|Class name: GattServer
Method or attribute name: off(type: "characteristicWrite", callback?: Callback\): void;
Deprecated version: 9
Substitute API: ohos.bluetoothManager/bluetoothManager.GattServer|@ohos.bluetooth.d.ts| +|Deprecated version changed|Class name: GattServer
Method or attribute name: on(type: "descriptorRead", callback: Callback\): void;
Deprecated version: N/A|Class name: GattServer
Method or attribute name: on(type: "descriptorRead", callback: Callback\): void;
Deprecated version: 9
Substitute API: ohos.bluetoothManager/bluetoothManager.GattServer|@ohos.bluetooth.d.ts| +|Deprecated version changed|Class name: GattServer
Method or attribute name: off(type: "descriptorRead", callback?: Callback\): void;
Deprecated version: N/A|Class name: GattServer
Method or attribute name: off(type: "descriptorRead", callback?: Callback\): void;
Deprecated version: 9
Substitute API: ohos.bluetoothManager/bluetoothManager.GattServer|@ohos.bluetooth.d.ts| +|Deprecated version changed|Class name: GattServer
Method or attribute name: on(type: "descriptorWrite", callback: Callback\): void;
Deprecated version: N/A|Class name: GattServer
Method or attribute name: on(type: "descriptorWrite", callback: Callback\): void;
Deprecated version: 9
Substitute API: ohos.bluetoothManager/bluetoothManager.GattServer|@ohos.bluetooth.d.ts| +|Deprecated version changed|Class name: GattServer
Method or attribute name: off(type: "descriptorWrite", callback?: Callback\): void;
Deprecated version: N/A|Class name: GattServer
Method or attribute name: off(type: "descriptorWrite", callback?: Callback\): void;
Deprecated version: 9
Substitute API: ohos.bluetoothManager/bluetoothManager.GattServer|@ohos.bluetooth.d.ts| +|Deprecated version changed|Class name: GattServer
Method or attribute name: on(type: "connectStateChange", callback: Callback\): void;
Deprecated version: N/A|Class name: GattServer
Method or attribute name: on(type: "connectStateChange", callback: Callback\): void;
Deprecated version: 9
Substitute API: ohos.bluetoothManager/bluetoothManager.GattServer|@ohos.bluetooth.d.ts| +|Deprecated version changed|Class name: GattServer
Method or attribute name: off(type: "connectStateChange", callback?: Callback\): void;
Deprecated version: N/A|Class name: GattServer
Method or attribute name: off(type: "connectStateChange", callback?: Callback\): void;
Deprecated version: 9
Substitute API: ohos.bluetoothManager/bluetoothManager.GattServer|@ohos.bluetooth.d.ts| +|Deprecated version changed|Class name: GattClientDevice
Deprecated version: N/A|Class name: GattClientDevice
Deprecated version: 9
Substitute API: ohos.bluetoothManager/bluetoothManager.GattClientDevice |@ohos.bluetooth.d.ts| +|Deprecated version changed|Class name: GattClientDevice
Method or attribute name: connect(): boolean;
Deprecated version: N/A|Class name: GattClientDevice
Method or attribute name: connect(): boolean;
Deprecated version: 9
Substitute API: ohos.bluetoothManager/bluetoothManager.GattClientDevice|@ohos.bluetooth.d.ts| +|Deprecated version changed|Class name: GattClientDevice
Method or attribute name: disconnect(): boolean;
Deprecated version: N/A|Class name: GattClientDevice
Method or attribute name: disconnect(): boolean;
Deprecated version: 9
Substitute API: ohos.bluetoothManager/bluetoothManager.GattClientDevice|@ohos.bluetooth.d.ts| +|Deprecated version changed|Class name: GattClientDevice
Method or attribute name: close(): boolean;
Deprecated version: N/A|Class name: GattClientDevice
Method or attribute name: close(): boolean;
Deprecated version: 9
Substitute API: ohos.bluetoothManager/bluetoothManager.GattClientDevice|@ohos.bluetooth.d.ts| +|Deprecated version changed|Class name: GattClientDevice
Method or attribute name: getDeviceName(callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: GattClientDevice
Method or attribute name: getDeviceName(callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.bluetoothManager/bluetoothManager.GattClientDevice|@ohos.bluetooth.d.ts| +|Deprecated version changed|Class name: GattClientDevice
Method or attribute name: getDeviceName(): Promise\;
Deprecated version: N/A|Class name: GattClientDevice
Method or attribute name: getDeviceName(): Promise\;
Deprecated version: 9
Substitute API: ohos.bluetoothManager/bluetoothManager.GattClientDevice|@ohos.bluetooth.d.ts| +|Deprecated version changed|Class name: GattClientDevice
Method or attribute name: getServices(callback: AsyncCallback\>): void;
Deprecated version: N/A|Class name: GattClientDevice
Method or attribute name: getServices(callback: AsyncCallback\>): void;
Deprecated version: 9
Substitute API: ohos.bluetoothManager/bluetoothManager.GattClientDevice|@ohos.bluetooth.d.ts| +|Deprecated version changed|Class name: GattClientDevice
Method or attribute name: getServices(): Promise\>;
Deprecated version: N/A|Class name: GattClientDevice
Method or attribute name: getServices(): Promise\>;
Deprecated version: 9
Substitute API: ohos.bluetoothManager/bluetoothManager.GattClientDevice|@ohos.bluetooth.d.ts| +|Deprecated version changed|Class name: GattClientDevice
Method or attribute name: readCharacteristicValue(characteristic: BLECharacteristic, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: GattClientDevice
Method or attribute name: readCharacteristicValue(characteristic: BLECharacteristic, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.bluetoothManager/bluetoothManager.GattClientDevice|@ohos.bluetooth.d.ts| +|Deprecated version changed|Class name: GattClientDevice
Method or attribute name: readCharacteristicValue(characteristic: BLECharacteristic): Promise\;
Deprecated version: N/A|Class name: GattClientDevice
Method or attribute name: readCharacteristicValue(characteristic: BLECharacteristic): Promise\;
Deprecated version: 9
Substitute API: ohos.bluetoothManager/bluetoothManager.GattClientDevice|@ohos.bluetooth.d.ts| +|Deprecated version changed|Class name: GattClientDevice
Method or attribute name: readDescriptorValue(descriptor: BLEDescriptor, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: GattClientDevice
Method or attribute name: readDescriptorValue(descriptor: BLEDescriptor, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.bluetoothManager/bluetoothManager.GattClientDevice|@ohos.bluetooth.d.ts| +|Deprecated version changed|Class name: GattClientDevice
Method or attribute name: readDescriptorValue(descriptor: BLEDescriptor): Promise\;
Deprecated version: N/A|Class name: GattClientDevice
Method or attribute name: readDescriptorValue(descriptor: BLEDescriptor): Promise\;
Deprecated version: 9
Substitute API: ohos.bluetoothManager/bluetoothManager.GattClientDevice|@ohos.bluetooth.d.ts| +|Deprecated version changed|Class name: GattClientDevice
Method or attribute name: writeCharacteristicValue(characteristic: BLECharacteristic): boolean;
Deprecated version: N/A|Class name: GattClientDevice
Method or attribute name: writeCharacteristicValue(characteristic: BLECharacteristic): boolean;
Deprecated version: 9
Substitute API: ohos.bluetoothManager/bluetoothManager.GattClientDevice|@ohos.bluetooth.d.ts| +|Deprecated version changed|Class name: GattClientDevice
Method or attribute name: writeDescriptorValue(descriptor: BLEDescriptor): boolean;
Deprecated version: N/A|Class name: GattClientDevice
Method or attribute name: writeDescriptorValue(descriptor: BLEDescriptor): boolean;
Deprecated version: 9
Substitute API: ohos.bluetoothManager/bluetoothManager.GattClientDevice|@ohos.bluetooth.d.ts| +|Deprecated version changed|Class name: GattClientDevice
Method or attribute name: getRssiValue(callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: GattClientDevice
Method or attribute name: getRssiValue(callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.bluetoothManager/bluetoothManager.GattClientDevice|@ohos.bluetooth.d.ts| +|Deprecated version changed|Class name: GattClientDevice
Method or attribute name: getRssiValue(): Promise\;
Deprecated version: N/A|Class name: GattClientDevice
Method or attribute name: getRssiValue(): Promise\;
Deprecated version: 9
Substitute API: ohos.bluetoothManager/bluetoothManager.GattClientDevice|@ohos.bluetooth.d.ts| +|Deprecated version changed|Class name: GattClientDevice
Method or attribute name: setBLEMtuSize(mtu: number): boolean;
Deprecated version: N/A|Class name: GattClientDevice
Method or attribute name: setBLEMtuSize(mtu: number): boolean;
Deprecated version: 9
Substitute API: ohos.bluetoothManager/bluetoothManager.GattClientDevice|@ohos.bluetooth.d.ts| +|Deprecated version changed|Class name: GattClientDevice
Method or attribute name: setNotifyCharacteristicChanged(characteristic: BLECharacteristic, enable: boolean): boolean;
Deprecated version: N/A|Class name: GattClientDevice
Method or attribute name: setNotifyCharacteristicChanged(characteristic: BLECharacteristic, enable: boolean): boolean;
Deprecated version: 9
Substitute API: ohos.bluetoothManager/bluetoothManager.GattClientDevice|@ohos.bluetooth.d.ts| +|Deprecated version changed|Class name: GattClientDevice
Method or attribute name: on(type: "BLECharacteristicChange", callback: Callback\): void;
Deprecated version: N/A|Class name: GattClientDevice
Method or attribute name: on(type: "BLECharacteristicChange", callback: Callback\): void;
Deprecated version: 9
Substitute API: ohos.bluetoothManager/bluetoothManager.GattClientDevice|@ohos.bluetooth.d.ts| +|Deprecated version changed|Class name: GattClientDevice
Method or attribute name: off(type: "BLECharacteristicChange", callback?: Callback\): void;
Deprecated version: N/A|Class name: GattClientDevice
Method or attribute name: off(type: "BLECharacteristicChange", callback?: Callback\): void;
Deprecated version: 9
Substitute API: ohos.bluetoothManager/bluetoothManager.GattClientDevice|@ohos.bluetooth.d.ts| +|Deprecated version changed|Class name: GattClientDevice
Method or attribute name: on(type: "BLEConnectionStateChange", callback: Callback\): void;
Deprecated version: N/A|Class name: GattClientDevice
Method or attribute name: on(type: "BLEConnectionStateChange", callback: Callback\): void;
Deprecated version: 9
Substitute API: ohos.bluetoothManager/bluetoothManager.GattClientDevice|@ohos.bluetooth.d.ts| +|Deprecated version changed|Class name: GattClientDevice
Method or attribute name: off(type: "BLEConnectionStateChange", callback?: Callback\): void;
Deprecated version: N/A|Class name: GattClientDevice
Method or attribute name: off(type: "BLEConnectionStateChange", callback?: Callback\): void;
Deprecated version: 9
Substitute API: ohos.bluetoothManager/bluetoothManager.GattClientDevice|@ohos.bluetooth.d.ts| +|Deprecated version changed|Class name: GattService
Deprecated version: N/A|Class name: GattService
Deprecated version: 9
Substitute API: ohos.bluetoothManager/bluetoothManager.GattService |@ohos.bluetooth.d.ts| +|Deprecated version changed|Class name: BLECharacteristic
Deprecated version: N/A|Class name: BLECharacteristic
Deprecated version: 9
Substitute API: ohos.bluetoothManager/bluetoothManager.BLECharacteristic |@ohos.bluetooth.d.ts| +|Deprecated version changed|Class name: BLEDescriptor
Deprecated version: N/A|Class name: BLEDescriptor
Deprecated version: 9
Substitute API: ohos.bluetoothManager/bluetoothManager.BLEDescriptor |@ohos.bluetooth.d.ts| +|Deprecated version changed|Class name: NotifyCharacteristic
Deprecated version: N/A|Class name: NotifyCharacteristic
Deprecated version: 9
Substitute API: ohos.bluetoothManager/bluetoothManager.NotifyCharacteristic |@ohos.bluetooth.d.ts| +|Deprecated version changed|Class name: CharacteristicReadReq
Deprecated version: N/A|Class name: CharacteristicReadReq
Deprecated version: 9
Substitute API: ohos.bluetoothManager/bluetoothManager.CharacteristicReadRequest |@ohos.bluetooth.d.ts| +|Deprecated version changed|Class name: CharacteristicWriteReq
Deprecated version: N/A|Class name: CharacteristicWriteReq
Deprecated version: 9
Substitute API: ohos.bluetoothManager/bluetoothManager.CharacteristicWriteRequest |@ohos.bluetooth.d.ts| +|Deprecated version changed|Class name: DescriptorReadReq
Deprecated version: N/A|Class name: DescriptorReadReq
Deprecated version: 9
Substitute API: ohos.bluetoothManager/bluetoothManager.DescriptorReadRequest |@ohos.bluetooth.d.ts| +|Deprecated version changed|Class name: DescriptorWriteReq
Deprecated version: N/A|Class name: DescriptorWriteReq
Deprecated version: 9
Substitute API: ohos.bluetoothManager/bluetoothManager.DescriptorWriteRequest |@ohos.bluetooth.d.ts| +|Deprecated version changed|Class name: ServerResponse
Deprecated version: N/A|Class name: ServerResponse
Deprecated version: 9
Substitute API: ohos.bluetoothManager/bluetoothManager.ServerResponse |@ohos.bluetooth.d.ts| +|Deprecated version changed|Class name: BLEConnectChangedState
Deprecated version: N/A|Class name: BLEConnectChangedState
Deprecated version: 9
Substitute API: ohos.bluetoothManager/bluetoothManager.BLEConnectChangedState |@ohos.bluetooth.d.ts| +|Deprecated version changed|Class name: ScanResult
Deprecated version: N/A|Class name: ScanResult
Deprecated version: 9
Substitute API: ohos.bluetoothManager/bluetoothManager.ScanResult |@ohos.bluetooth.d.ts| +|Deprecated version changed|Class name: AdvertiseSetting
Deprecated version: N/A|Class name: AdvertiseSetting
Deprecated version: 9
Substitute API: ohos.bluetoothManager/bluetoothManager.AdvertiseSetting |@ohos.bluetooth.d.ts| +|Deprecated version changed|Class name: AdvertiseData
Deprecated version: N/A|Class name: AdvertiseData
Deprecated version: 9
Substitute API: ohos.bluetoothManager/bluetoothManager.AdvertiseData |@ohos.bluetooth.d.ts| +|Deprecated version changed|Class name: ManufactureData
Deprecated version: N/A|Class name: ManufactureData
Deprecated version: 9
Substitute API: ohos.bluetoothManager/bluetoothManager.ManufactureData |@ohos.bluetooth.d.ts| +|Deprecated version changed|Class name: ServiceData
Deprecated version: N/A|Class name: ServiceData
Deprecated version: 9
Substitute API: ohos.bluetoothManager/bluetoothManager.ServiceData |@ohos.bluetooth.d.ts| +|Deprecated version changed|Class name: ScanFilter
Deprecated version: N/A|Class name: ScanFilter
Deprecated version: 9
Substitute API: ohos.bluetoothManager/bluetoothManager.ScanFilter |@ohos.bluetooth.d.ts| +|Deprecated version changed|Class name: ScanOptions
Deprecated version: N/A|Class name: ScanOptions
Deprecated version: 9
Substitute API: ohos.bluetoothManager/bluetoothManager.ScanOptions |@ohos.bluetooth.d.ts| +|Deprecated version changed|Class name: SppOption
Deprecated version: N/A|Class name: SppOption
Deprecated version: 9
Substitute API: ohos.bluetoothManager/bluetoothManager.SppOption |@ohos.bluetooth.d.ts| +|Deprecated version changed|Class name: PinRequiredParam
Deprecated version: N/A|Class name: PinRequiredParam
Deprecated version: 9
Substitute API: ohos.bluetoothManager/bluetoothManager.PinRequiredParam |@ohos.bluetooth.d.ts| +|Deprecated version changed|Class name: DeviceClass
Deprecated version: N/A|Class name: DeviceClass
Deprecated version: 9
Substitute API: ohos.bluetoothManager/bluetoothManager.DeviceClass |@ohos.bluetooth.d.ts| +|Deprecated version changed|Class name: BondStateParam
Deprecated version: N/A|Class name: BondStateParam
Deprecated version: 9
Substitute API: ohos.bluetoothManager/bluetoothManager.BondStateParam |@ohos.bluetooth.d.ts| +|Deprecated version changed|Class name: ScanDuty
Deprecated version: N/A|Class name: ScanDuty
Deprecated version: 9
Substitute API: ohos.bluetoothManager/bluetoothManager.ScanDuty |@ohos.bluetooth.d.ts| +|Deprecated version changed|Class name: MatchMode
Deprecated version: N/A|Class name: MatchMode
Deprecated version: 9
Substitute API: ohos.bluetoothManager/bluetoothManager.MatchMode |@ohos.bluetooth.d.ts| +|Deprecated version changed|Class name: ProfileConnectionState
Deprecated version: N/A|Class name: ProfileConnectionState
Deprecated version: 9
Substitute API: ohos.bluetoothManager/bluetoothManager.ProfileConnectionState |@ohos.bluetooth.d.ts| +|Deprecated version changed|Class name: BluetoothState
Deprecated version: N/A|Class name: BluetoothState
Deprecated version: 9
Substitute API: ohos.bluetoothManager/bluetoothManager.BluetoothState |@ohos.bluetooth.d.ts| +|Deprecated version changed|Class name: SppType
Deprecated version: N/A|Class name: SppType
Deprecated version: 9
Substitute API: ohos.bluetoothManager/bluetoothManager.SppType |@ohos.bluetooth.d.ts| +|Deprecated version changed|Class name: ScanMode
Deprecated version: N/A|Class name: ScanMode
Deprecated version: 9
Substitute API: ohos.bluetoothManager/bluetoothManager.ScanMode |@ohos.bluetooth.d.ts| +|Deprecated version changed|Class name: BondState
Deprecated version: N/A|Class name: BondState
Deprecated version: 9
Substitute API: ohos.bluetoothManager/bluetoothManager.BondState |@ohos.bluetooth.d.ts| +|Deprecated version changed|Class name: MajorClass
Deprecated version: N/A|Class name: MajorClass
Deprecated version: 9
Substitute API: ohos.bluetoothManager/bluetoothManager.MajorClass |@ohos.bluetooth.d.ts| +|Deprecated version changed|Class name: MajorMinorClass
Deprecated version: N/A|Class name: MajorMinorClass
Deprecated version: 9
Substitute API: ohos.bluetoothManager/bluetoothManager.MajorMinorClass |@ohos.bluetooth.d.ts| +|Deprecated version changed|Class name: StateChangeParam
Deprecated version: N/A|Class name: StateChangeParam
Deprecated version: 9
Substitute API: ohos.bluetoothManager/bluetoothManager.StateChangeParam |@ohos.bluetooth.d.ts| +|Deprecated version changed|Class name: PlayingState
Deprecated version: N/A|Class name: PlayingState
Deprecated version: 9
Substitute API: ohos.bluetoothManager/bluetoothManager.PlayingState |@ohos.bluetooth.d.ts| +|Deprecated version changed|Class name: ProfileId
Deprecated version: N/A|Class name: ProfileId
Deprecated version: 9
Substitute API: ohos.bluetoothManager/bluetoothManager.ProfileId |@ohos.bluetooth.d.ts| +|Permission changed|Class name: connection
Method or attribute name: function getAddressesByName(host: string, callback: AsyncCallback\>): void;
Permission: ohos.permission.GET_NETWORK_INFO|Class name: connection
Method or attribute name: function getAddressesByName(host: string, callback: AsyncCallback\>): void;
Permission: ohos.permission.INTERNET|@ohos.net.connection.d.ts| +|Permission changed|Class name: connection
Method or attribute name: function getAddressesByName(host: string): Promise\>;
Permission: ohos.permission.GET_NETWORK_INFO|Class name: connection
Method or attribute name: function getAddressesByName(host: string): Promise\>;
Permission: ohos.permission.INTERNET|@ohos.net.connection.d.ts| +|Permission changed|Class name: NetHandle
Method or attribute name: getAddressesByName(host: string, callback: AsyncCallback\>): void;
Permission: ohos.permission.GET_NETWORK_INFO|Class name: NetHandle
Method or attribute name: getAddressesByName(host: string, callback: AsyncCallback\>): void;
Permission: ohos.permission.INTERNET|@ohos.net.connection.d.ts| +|Permission changed|Class name: NetHandle
Method or attribute name: getAddressesByName(host: string): Promise\>;
Permission: ohos.permission.GET_NETWORK_INFO|Class name: NetHandle
Method or attribute name: getAddressesByName(host: string): Promise\>;
Permission: ohos.permission.INTERNET|@ohos.net.connection.d.ts| +|Permission changed|Class name: NetHandle
Method or attribute name: getAddressByName(host: string, callback: AsyncCallback\): void;
Permission: ohos.permission.GET_NETWORK_INFO|Class name: NetHandle
Method or attribute name: getAddressByName(host: string, callback: AsyncCallback\): void;
Permission: ohos.permission.INTERNET|@ohos.net.connection.d.ts| +|Permission changed|Class name: NetHandle
Method or attribute name: getAddressByName(host: string): Promise\;
Permission: ohos.permission.GET_NETWORK_INFO|Class name: NetHandle
Method or attribute name: getAddressByName(host: string): Promise\;
Permission: ohos.permission.INTERNET|@ohos.net.connection.d.ts| +|Error code added|NA|Class name: connection
Method or attribute name: function getDefaultNet(callback: AsyncCallback\): void;
Error code: 201, 2100002, 2100003|@ohos.net.connection.d.ts| +|Error code added|NA|Class name: connection
Method or attribute name: function getDefaultNet(): Promise\;
Error code: 201, 2100002, 2100003|@ohos.net.connection.d.ts| +|Error code added|NA|Class name: connection
Method or attribute name: function getAllNets(callback: AsyncCallback\>): void;
Error code: 201, 2100002, 2100003|@ohos.net.connection.d.ts| +|Error code added|NA|Class name: connection
Method or attribute name: function getAllNets(): Promise\>;
Error code: 201, 2100002, 2100003|@ohos.net.connection.d.ts| +|Error code added|NA|Class name: connection
Method or attribute name: function getConnectionProperties(netHandle: NetHandle, callback: AsyncCallback\): void;
Error code: 201, 401, 2100001, 2100002, 2100003|@ohos.net.connection.d.ts| +|Error code added|NA|Class name: connection
Method or attribute name: function getConnectionProperties(netHandle: NetHandle): Promise\;
Error code: 201, 401, 2100001, 2100002, 2100003|@ohos.net.connection.d.ts| +|Error code added|NA|Class name: connection
Method or attribute name: function getNetCapabilities(netHandle: NetHandle, callback: AsyncCallback\): void;
Error code: 201, 401, 2100001, 2100002, 2100003|@ohos.net.connection.d.ts| +|Error code added|NA|Class name: connection
Method or attribute name: function getNetCapabilities(netHandle: NetHandle): Promise\;
Error code: 201, 401, 2100001, 2100002, 2100003|@ohos.net.connection.d.ts| +|Error code added|NA|Class name: connection
Method or attribute name: function hasDefaultNet(callback: AsyncCallback\): void;
Error code: 201, 2100002, 2100003|@ohos.net.connection.d.ts| +|Error code added|NA|Class name: connection
Method or attribute name: function hasDefaultNet(): Promise\;
Error code: 201, 2100002, 2100003|@ohos.net.connection.d.ts| +|Error code added|NA|Class name: connection
Method or attribute name: function enableAirplaneMode(callback: AsyncCallback\): void;
Error code: 201, 2100002, 2100003|@ohos.net.connection.d.ts| +|Error code added|NA|Class name: connection
Method or attribute name: function enableAirplaneMode(): Promise\;
Error code: 201, 2100002, 2100003|@ohos.net.connection.d.ts| +|Error code added|NA|Class name: connection
Method or attribute name: function disableAirplaneMode(callback: AsyncCallback\): void;
Error code: 201, 2100002, 2100003|@ohos.net.connection.d.ts| +|Error code added|NA|Class name: connection
Method or attribute name: function disableAirplaneMode(): Promise\;
Error code: 201, 2100002, 2100003|@ohos.net.connection.d.ts| +|Error code added|NA|Class name: connection
Method or attribute name: function reportNetConnected(netHandle: NetHandle, callback: AsyncCallback\): void;
Error code: 201, 401, 2100001, 2100002, 2100003|@ohos.net.connection.d.ts| +|Error code added|NA|Class name: connection
Method or attribute name: function reportNetConnected(netHandle: NetHandle): Promise\;
Error code: 201, 401, 2100001, 2100002, 2100003|@ohos.net.connection.d.ts| +|Error code added|NA|Class name: connection
Method or attribute name: function reportNetDisconnected(netHandle: NetHandle, callback: AsyncCallback\): void;
Error code: 201, 401, 2100001, 2100002, 2100003|@ohos.net.connection.d.ts| +|Error code added|NA|Class name: connection
Method or attribute name: function reportNetDisconnected(netHandle: NetHandle): Promise\;
Error code: 201, 401, 2100001, 2100002, 2100003|@ohos.net.connection.d.ts| +|Error code added|NA|Class name: connection
Method or attribute name: function getAddressesByName(host: string, callback: AsyncCallback\>): void;
Error code: 201, 401, 2100001, 2100002, 2100003|@ohos.net.connection.d.ts| +|Error code added|NA|Class name: connection
Method or attribute name: function getAddressesByName(host: string): Promise\>;
Error code: 201, 401, 2100001, 2100002, 2100003|@ohos.net.connection.d.ts| +|Error code added|NA|Class name: NetConnection
Method or attribute name: register(callback: AsyncCallback\): void;
Error code: 201, 2100002, 2100003, 2101008, 2101022|@ohos.net.connection.d.ts| +|Error code added|NA|Class name: NetConnection
Method or attribute name: unregister(callback: AsyncCallback\): void;
Error code: 2100002, 2100003, 2101007|@ohos.net.connection.d.ts| +|Error code added|NA|Class name: NetHandle
Method or attribute name: bindSocket(socketParam: TCPSocket \| UDPSocket, callback: AsyncCallback\): void;
Error code: 401, 2100001, 2100002, 2100003|@ohos.net.connection.d.ts| +|Error code added|NA|Class name: NetHandle
Method or attribute name: bindSocket(socketParam: TCPSocket \| UDPSocket): Promise\;
Error code: 401, 2100001, 2100002, 2100003|@ohos.net.connection.d.ts| +|Error code added|NA|Class name: NetHandle
Method or attribute name: getAddressesByName(host: string, callback: AsyncCallback\>): void;
Error code: 201, 401, 2100001, 2100002, 2100003|@ohos.net.connection.d.ts| +|Error code added|NA|Class name: NetHandle
Method or attribute name: getAddressesByName(host: string): Promise\>;
Error code: 201, 401, 2100001, 2100002, 2100003|@ohos.net.connection.d.ts| +|Error code added|NA|Class name: NetHandle
Method or attribute name: getAddressByName(host: string, callback: AsyncCallback\): void;
Error code: 201, 401, 2100001, 2100002, 2100003|@ohos.net.connection.d.ts| +|Error code added|NA|Class name: NetHandle
Method or attribute name: getAddressByName(host: string): Promise\;
Error code: 201, 401, 2100001, 2100002, 2100003|@ohos.net.connection.d.ts| +|Error code added|NA|Class name: ethernet
Method or attribute name: function getIfaceConfig(iface: string, callback: AsyncCallback\): void;
Error code: 201, 401, 2200001, 2200002, 2200003, 2201005|@ohos.net.ethernet.d.ts| +|Error code added|NA|Class name: ethernet
Method or attribute name: function getIfaceConfig(iface: string): Promise\;
Error code: 201, 401, 2200001, 2200002, 2200003, 2201005|@ohos.net.ethernet.d.ts| +|Error code added|NA|Class name: ethernet
Method or attribute name: function setIfaceConfig(iface: string, ic: InterfaceConfiguration, callback: AsyncCallback\): void;
Error code: 201, 401, 2200001, 2200002, 2200003, 2201004, 2201005, 2201006, 2201007|@ohos.net.ethernet.d.ts| +|Error code added|NA|Class name: ethernet
Method or attribute name: function setIfaceConfig(iface: string, ic: InterfaceConfiguration): Promise\;
Error code: 201, 401, 2200001, 2200002, 2200003, 2201004, 2201005, 2201006, 2201007|@ohos.net.ethernet.d.ts| +|Error code added|NA|Class name: ethernet
Method or attribute name: function isIfaceActive(iface: string, callback: AsyncCallback\): void;
Error code: 201, 401, 2200001, 2200002, 2200003, 2201005|@ohos.net.ethernet.d.ts| +|Error code added|NA|Class name: ethernet
Method or attribute name: function isIfaceActive(iface: string): Promise\;
Error code: 201, 401, 2200001, 2200002, 2200003, 2201005|@ohos.net.ethernet.d.ts| +|Error code added|NA|Class name: ethernet
Method or attribute name: function getAllActiveIfaces(callback: AsyncCallback\>): void;
Error code: 201, 2200002, 2200003|@ohos.net.ethernet.d.ts| +|Error code added|NA|Class name: ethernet
Method or attribute name: function getAllActiveIfaces(): Promise\>;
Error code: 201, 2200002, 2200003|@ohos.net.ethernet.d.ts| +|Error code added|NA|Class name: HttpRequest
Method or attribute name: request(url: string, callback: AsyncCallback\): void;
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
Method or attribute name: request(url: string, options: HttpRequestOptions, callback: AsyncCallback\): void;
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
Method or attribute name: request(url: string, options?: HttpRequestOptions): Promise\;
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
Method or attribute name: function isSharingSupported(callback: AsyncCallback\): void;
Error code: 201, 2200002, 2200003, 2202011|@ohos.net.sharing.d.ts| +|Error code added|NA|Class name: sharing
Method or attribute name: function isSharingSupported(): Promise\;
Error code: 201, 2200002, 2200003, 2202011|@ohos.net.sharing.d.ts| +|Error code added|NA|Class name: sharing
Method or attribute name: function isSharing(callback: AsyncCallback\): void;
Error code: 201, 2200002, 2200003, 2202011|@ohos.net.sharing.d.ts| +|Error code added|NA|Class name: sharing
Method or attribute name: function isSharing(): Promise\;
Error code: 201, 2200002, 2200003, 2202011|@ohos.net.sharing.d.ts| +|Error code added|NA|Class name: sharing
Method or attribute name: function startSharing(type: SharingIfaceType, callback: AsyncCallback\): void;
Error code: 201, 401, 2200001, 2200002, 2200003, 2202004, 2202005, 2202006, 2202009, 2202011|@ohos.net.sharing.d.ts| +|Error code added|NA|Class name: sharing
Method or attribute name: function startSharing(type: SharingIfaceType): Promise\;
Error code: 201, 401, 2200001, 2200002, 2200003, 2202004, 2202005, 2202006, 2202009, 2202011|@ohos.net.sharing.d.ts| +|Error code added|NA|Class name: sharing
Method or attribute name: function stopSharing(type: SharingIfaceType, callback: AsyncCallback\): void;
Error code: 201, 401, 2200001, 2200002, 2200003, 2202004, 2202005, 2202006, 2202011|@ohos.net.sharing.d.ts| +|Error code added|NA|Class name: sharing
Method or attribute name: function stopSharing(type: SharingIfaceType): Promise\;
Error code: 201, 401, 2200001, 2200002, 2200003, 2202004, 2202005, 2202006, 2202011|@ohos.net.sharing.d.ts| +|Error code added|NA|Class name: sharing
Method or attribute name: function getStatsRxBytes(callback: AsyncCallback\): void;
Error code: 201, 2200002, 2200003|@ohos.net.sharing.d.ts| +|Error code added|NA|Class name: sharing
Method or attribute name: function getStatsRxBytes(): Promise\;
Error code: 201, 2200002, 2200003|@ohos.net.sharing.d.ts| +|Error code added|NA|Class name: sharing
Method or attribute name: function getStatsTxBytes(callback: AsyncCallback\): void;
Error code: 201, 2200002, 2200003|@ohos.net.sharing.d.ts| +|Error code added|NA|Class name: sharing
Method or attribute name: function getStatsTxBytes(): Promise\;
Error code: 201, 2200002, 2200003|@ohos.net.sharing.d.ts| +|Error code added|NA|Class name: sharing
Method or attribute name: function getStatsTotalBytes(callback: AsyncCallback\): void;
Error code: 201, 2200002, 2200003|@ohos.net.sharing.d.ts| +|Error code added|NA|Class name: sharing
Method or attribute name: function getStatsTotalBytes(): Promise\;
Error code: 201, 2200002, 2200003|@ohos.net.sharing.d.ts| +|Error code added|NA|Class name: sharing
Method or attribute name: function getSharingIfaces(state: SharingIfaceState, callback: AsyncCallback\>): void;
Error code: 201, 401, 2200001, 2200002, 2200003|@ohos.net.sharing.d.ts| +|Error code added|NA|Class name: sharing
Method or attribute name: function getSharingIfaces(state: SharingIfaceState): Promise\>;
Error code: 201, 401, 2200001, 2200002, 2200003|@ohos.net.sharing.d.ts| +|Error code added|NA|Class name: sharing
Method or attribute name: function getSharingState(type: SharingIfaceType, callback: AsyncCallback\): void;
Error code: 201, 401, 2200001, 2200002, 2200003|@ohos.net.sharing.d.ts| +|Error code added|NA|Class name: sharing
Method or attribute name: function getSharingState(type: SharingIfaceType): Promise\;
Error code: 201, 401, 2200001, 2200002, 2200003|@ohos.net.sharing.d.ts| +|Error code added|NA|Class name: sharing
Method or attribute name: function getSharableRegexes(type: SharingIfaceType, callback: AsyncCallback\>): void;
Error code: 201, 401, 2200001, 2200002, 2200003|@ohos.net.sharing.d.ts| +|Error code added|NA|Class name: sharing
Method or attribute name: function getSharableRegexes(type: SharingIfaceType): Promise\>;
Error code: 201, 401, 2200001, 2200002, 2200003|@ohos.net.sharing.d.ts| +|Error code added|NA|Class name: sharing
Method or attribute name: function on(type: 'sharingStateChange', callback: Callback\): void;
Error code: 201, 401|@ohos.net.sharing.d.ts| +|Error code added|NA|Class name: sharing
Method or attribute name: function off(type: 'sharingStateChange', callback?: Callback\): void;
Error code: 201, 401|@ohos.net.sharing.d.ts| +|Error code added|NA|Class name: sharing
Method or attribute name: function on(type: 'interfaceSharingStateChange', callback: Callback\<{ type: SharingIfaceType, iface: string, state: SharingIfaceState }>): void;
Error code: 201, 401|@ohos.net.sharing.d.ts| +|Error code added|NA|Class name: sharing
Method or attribute name: function off(type: 'interfaceSharingStateChange', callback?: Callback\<{ type: SharingIfaceType, iface: string, state: SharingIfaceState }>): void;
Error code: 201, 401|@ohos.net.sharing.d.ts| +|Error code added|NA|Class name: sharing
Method or attribute name: function on(type: 'sharingUpstreamChange', callback: Callback\): void;
Error code: 201, 401|@ohos.net.sharing.d.ts| +|Error code added|NA|Class name: sharing
Method or attribute name: function off(type: 'sharingUpstreamChange', callback?: Callback\): void;
Error code: 201, 401|@ohos.net.sharing.d.ts| +|Error code added|NA|Class name: UDPSocket
Method or attribute name: bind(address: NetAddress, callback: AsyncCallback\): void;
Error code: 401, 201|@ohos.net.socket.d.ts| +|Error code added|NA|Class name: UDPSocket
Method or attribute name: bind(address: NetAddress): Promise\;
Error code: 401, 201|@ohos.net.socket.d.ts| +|Error code added|NA|Class name: UDPSocket
Method or attribute name: send(options: UDPSendOptions, callback: AsyncCallback\): void;
Error code: 401, 201|@ohos.net.socket.d.ts| +|Error code added|NA|Class name: UDPSocket
Method or attribute name: send(options: UDPSendOptions): Promise\;
Error code: 401, 201|@ohos.net.socket.d.ts| +|Error code added|NA|Class name: UDPSocket
Method or attribute name: close(callback: AsyncCallback\): void;
Error code: 201|@ohos.net.socket.d.ts| +|Error code added|NA|Class name: UDPSocket
Method or attribute name: close(): Promise\;
Error code: 201|@ohos.net.socket.d.ts| +|Error code added|NA|Class name: UDPSocket
Method or attribute name: getState(callback: AsyncCallback\): void;
Error code: 201|@ohos.net.socket.d.ts| +|Error code added|NA|Class name: UDPSocket
Method or attribute name: getState(): Promise\;
Error code: 201|@ohos.net.socket.d.ts| +|Error code added|NA|Class name: UDPSocket
Method or attribute name: setExtraOptions(options: UDPExtraOptions, callback: AsyncCallback\): void;
Error code: 401, 201|@ohos.net.socket.d.ts| +|Error code added|NA|Class name: UDPSocket
Method or attribute name: setExtraOptions(options: UDPExtraOptions): Promise\;
Error code: 401, 201|@ohos.net.socket.d.ts| +|Error code added|NA|Class name: TCPSocket
Method or attribute name: bind(address: NetAddress, callback: AsyncCallback\): void;
Error code: 401, 201|@ohos.net.socket.d.ts| +|Error code added|NA|Class name: TCPSocket
Method or attribute name: bind(address: NetAddress): Promise\;
Error code: 401, 201|@ohos.net.socket.d.ts| +|Error code added|NA|Class name: TCPSocket
Method or attribute name: connect(options: TCPConnectOptions, callback: AsyncCallback\): void;
Error code: 401, 201|@ohos.net.socket.d.ts| +|Error code added|NA|Class name: TCPSocket
Method or attribute name: connect(options: TCPConnectOptions): Promise\;
Error code: 401, 201|@ohos.net.socket.d.ts| +|Error code added|NA|Class name: TCPSocket
Method or attribute name: send(options: TCPSendOptions, callback: AsyncCallback\): void;
Error code: 401, 201|@ohos.net.socket.d.ts| +|Error code added|NA|Class name: TCPSocket
Method or attribute name: send(options: TCPSendOptions): Promise\;
Error code: 401, 201|@ohos.net.socket.d.ts| +|Error code added|NA|Class name: TCPSocket
Method or attribute name: close(callback: AsyncCallback\): void;
Error code: 201|@ohos.net.socket.d.ts| +|Error code added|NA|Class name: TCPSocket
Method or attribute name: close(): Promise\;
Error code: 201|@ohos.net.socket.d.ts| +|Error code added|NA|Class name: TCPSocket
Method or attribute name: getRemoteAddress(callback: AsyncCallback\): void;
Error code: 201|@ohos.net.socket.d.ts| +|Error code added|NA|Class name: TCPSocket
Method or attribute name: getRemoteAddress(): Promise\;
Error code: 201|@ohos.net.socket.d.ts| +|Error code added|NA|Class name: TCPSocket
Method or attribute name: getState(callback: AsyncCallback\): void;
Error code: 201|@ohos.net.socket.d.ts| +|Error code added|NA|Class name: TCPSocket
Method or attribute name: getState(): Promise\;
Error code: 201|@ohos.net.socket.d.ts| +|Error code added|NA|Class name: TCPSocket
Method or attribute name: setExtraOptions(options: TCPExtraOptions, callback: AsyncCallback\): void;
Error code: 401, 201|@ohos.net.socket.d.ts| +|Error code added|NA|Class name: TCPSocket
Method or attribute name: setExtraOptions(options: TCPExtraOptions): Promise\;
Error code: 401, 201|@ohos.net.socket.d.ts| +|Error code added|NA|Class name: WebSocket
Method or attribute name: connect(url: string, callback: AsyncCallback\): void;
Error code: 401, 201|@ohos.net.webSocket.d.ts| +|Error code added|NA|Class name: WebSocket
Method or attribute name: connect(url: string, options: WebSocketRequestOptions, callback: AsyncCallback\): void;
Error code: 401, 201|@ohos.net.webSocket.d.ts| +|Error code added|NA|Class name: WebSocket
Method or attribute name: connect(url: string, options?: WebSocketRequestOptions): Promise\;
Error code: 401, 201|@ohos.net.webSocket.d.ts| +|Error code added|NA|Class name: WebSocket
Method or attribute name: send(data: string \| ArrayBuffer, callback: AsyncCallback\): void;
Error code: 401, 201|@ohos.net.webSocket.d.ts| +|Error code added|NA|Class name: WebSocket
Method or attribute name: send(data: string \| ArrayBuffer): Promise\;
Error code: 401, 201|@ohos.net.webSocket.d.ts| +|Error code added|NA|Class name: WebSocket
Method or attribute name: close(callback: AsyncCallback\): void;
Error code: 401, 201|@ohos.net.webSocket.d.ts| +|Error code added|NA|Class name: WebSocket
Method or attribute name: close(options: WebSocketCloseOptions, callback: AsyncCallback\): void;
Error code: 401, 201|@ohos.net.webSocket.d.ts| +|Error code added|NA|Class name: WebSocket
Method or attribute name: close(options?: WebSocketCloseOptions): Promise\;
Error code: 401, 201|@ohos.net.webSocket.d.ts| +|Permission added|Class name: connection
Method or attribute name: function enableAirplaneMode(callback: AsyncCallback\): void;
Permission: N/A|Class name: connection
Method or attribute name: function enableAirplaneMode(callback: AsyncCallback\): void;
Permission: ohos.permission.CONNECTIVITY_INTERNAL|@ohos.net.connection.d.ts| +|Permission added|Class name: connection
Method or attribute name: function enableAirplaneMode(): Promise\;
Permission: N/A|Class name: connection
Method or attribute name: function enableAirplaneMode(): Promise\;
Permission: ohos.permission.CONNECTIVITY_INTERNAL|@ohos.net.connection.d.ts| +|Permission added|Class name: connection
Method or attribute name: function disableAirplaneMode(callback: AsyncCallback\): void;
Permission: N/A|Class name: connection
Method or attribute name: function disableAirplaneMode(callback: AsyncCallback\): void;
Permission: ohos.permission.CONNECTIVITY_INTERNAL|@ohos.net.connection.d.ts| +|Permission added|Class name: connection
Method or attribute name: function disableAirplaneMode(): Promise\;
Permission: N/A|Class name: connection
Method or attribute name: function disableAirplaneMode(): Promise\;
Permission: ohos.permission.CONNECTIVITY_INTERNAL|@ohos.net.connection.d.ts| +|Function changed|Class name: RemoteProxy
Method or attribute name: unregisterDeathRecipient(recipient: DeathRecipient, flags: number): boolean;
|Class name: RemoteProxy
Method or attribute name: unregisterDeathRecipient(recipient: DeathRecipient, flags: number): void;
|@ohos.rpc.d.ts| diff --git a/en/release-notes/api-diff/Beta5 to v3.2-Release/js-apidiff-compiler-and-runtime.md b/en/release-notes/api-diff/Beta5 to v3.2-Release/js-apidiff-compiler-and-runtime.md new file mode 100644 index 0000000000000000000000000000000000000000..f56509087cfab1ecb49587bcf8efe1f8018332be --- /dev/null +++ b/en/release-notes/api-diff/Beta5 to v3.2-Release/js-apidiff-compiler-and-runtime.md @@ -0,0 +1,7 @@ +| Change Type | Old Version | New Version | d.ts File | +| ---- | ------ | ------ | -------- | +|Added|NA|Class name: util
Method or attribute name: function generateRandomUUID(entropyCache?: boolean): string;|@ohos.util.d.ts| +|Added|NA|Class name: util
Method or attribute name: function generateRandomBinaryUUID(entropyCache?: boolean): Uint8Array;|@ohos.util.d.ts| +|Deleted|Module name: ohos.util
Class name: util
Method or attribute name: function randomUUID(entropyCache?: boolean): string;|NA|@ohos.util.d.ts| +|Deleted|Module name: ohos.util
Class name: util
Method or attribute name: function randomBinaryUUID(entropyCache?: boolean): Uint8Array;|NA|@ohos.util.d.ts| +|Function changed|Class name: LRUCache
Method or attribute name: contains(key: object): boolean;
|Class name: LRUCache
Method or attribute name: contains(key: K): boolean;
|@ohos.util.d.ts| diff --git a/en/release-notes/api-diff/Beta5 to v3.2-Release/js-apidiff-dfx.md b/en/release-notes/api-diff/Beta5 to v3.2-Release/js-apidiff-dfx.md new file mode 100644 index 0000000000000000000000000000000000000000..638f094b8685d05cb832840a56c423f6cf62f7f7 --- /dev/null +++ b/en/release-notes/api-diff/Beta5 to v3.2-Release/js-apidiff-dfx.md @@ -0,0 +1,26 @@ +| Change Type | Old Version | New Version | d.ts File | +| ---- | ------ | ------ | -------- | +|Added|NA|Module name: ohos.hiviewdfx.hiAppEvent
Class name: event|@ohos.hiviewdfx.hiAppEvent.d.ts| +|Added|NA|Class name: event
Method or attribute name: |@ohos.hiviewdfx.hiAppEvent.d.ts| +|Added|NA|Module name: ohos.hiviewdfx.hiAppEvent
Class name: event
Method or attribute name: const USER_LOGIN: string;|@ohos.hiviewdfx.hiAppEvent.d.ts| +|Added|NA|Class name: event
Method or attribute name: const USER_LOGIN: string;|@ohos.hiviewdfx.hiAppEvent.d.ts| +|Added|NA|Module name: ohos.hiviewdfx.hiAppEvent
Class name: event
Method or attribute name: const USER_LOGOUT: string;|@ohos.hiviewdfx.hiAppEvent.d.ts| +|Added|NA|Class name: event
Method or attribute name: const USER_LOGOUT: string;|@ohos.hiviewdfx.hiAppEvent.d.ts| +|Added|NA|Module name: ohos.hiviewdfx.hiAppEvent
Class name: event
Method or attribute name: const DISTRIBUTED_SERVICE_START: string;|@ohos.hiviewdfx.hiAppEvent.d.ts| +|Added|NA|Class name: event
Method or attribute name: const DISTRIBUTED_SERVICE_START: string;|@ohos.hiviewdfx.hiAppEvent.d.ts| +|Added|NA|Module name: ohos.hiviewdfx.hiAppEvent
Class name: param|@ohos.hiviewdfx.hiAppEvent.d.ts| +|Added|NA|Class name: param
Method or attribute name: |@ohos.hiviewdfx.hiAppEvent.d.ts| +|Added|NA|Module name: ohos.hiviewdfx.hiAppEvent
Class name: param
Method or attribute name: const USER_ID: string;|@ohos.hiviewdfx.hiAppEvent.d.ts| +|Added|NA|Class name: param
Method or attribute name: const USER_ID: string;|@ohos.hiviewdfx.hiAppEvent.d.ts| +|Added|NA|Module name: ohos.hiviewdfx.hiAppEvent
Class name: param
Method or attribute name: const DISTRIBUTED_SERVICE_NAME: string;|@ohos.hiviewdfx.hiAppEvent.d.ts| +|Added|NA|Class name: param
Method or attribute name: const DISTRIBUTED_SERVICE_NAME: string;|@ohos.hiviewdfx.hiAppEvent.d.ts| +|Added|NA|Module name: ohos.hiviewdfx.hiAppEvent
Class name: param
Method or attribute name: const DISTRIBUTED_SERVICE_INSTANCE_ID: string;|@ohos.hiviewdfx.hiAppEvent.d.ts| +|Added|NA|Class name: param
Method or attribute name: const DISTRIBUTED_SERVICE_INSTANCE_ID: string;|@ohos.hiviewdfx.hiAppEvent.d.ts| +|Deleted|Module name: ohos.hiviewdfx.hiAppEvent
Class name: Event|NA|@ohos.hiviewdfx.hiAppEvent.d.ts| +|Deleted|Module name: ohos.hiviewdfx.hiAppEvent
Class name: Event
Method or attribute name: const USER_LOGIN: string;|NA|@ohos.hiviewdfx.hiAppEvent.d.ts| +|Deleted|Module name: ohos.hiviewdfx.hiAppEvent
Class name: Event
Method or attribute name: const USER_LOGOUT: string;|NA|@ohos.hiviewdfx.hiAppEvent.d.ts| +|Deleted|Module name: ohos.hiviewdfx.hiAppEvent
Class name: Event
Method or attribute name: const DISTRIBUTED_SERVICE_START: string;|NA|@ohos.hiviewdfx.hiAppEvent.d.ts| +|Deleted|Module name: ohos.hiviewdfx.hiAppEvent
Class name: Param|NA|@ohos.hiviewdfx.hiAppEvent.d.ts| +|Deleted|Module name: ohos.hiviewdfx.hiAppEvent
Class name: Param
Method or attribute name: const USER_ID: string;|NA|@ohos.hiviewdfx.hiAppEvent.d.ts| +|Deleted|Module name: ohos.hiviewdfx.hiAppEvent
Class name: Param
Method or attribute name: const DISTRIBUTED_SERVICE_NAME: string;|NA|@ohos.hiviewdfx.hiAppEvent.d.ts| +|Deleted|Module name: ohos.hiviewdfx.hiAppEvent
Class name: Param
Method or attribute name: const DISTRIBUTED_SERVICE_INSTANCE_ID: string;|NA|@ohos.hiviewdfx.hiAppEvent.d.ts| diff --git a/en/release-notes/api-diff/Beta5 to v3.2-Release/js-apidiff-distributed-data.md b/en/release-notes/api-diff/Beta5 to v3.2-Release/js-apidiff-distributed-data.md new file mode 100644 index 0000000000000000000000000000000000000000..2e88a701d3c006fc535a512a43c5a671eab72275 --- /dev/null +++ b/en/release-notes/api-diff/Beta5 to v3.2-Release/js-apidiff-distributed-data.md @@ -0,0 +1,162 @@ +| Change Type | Old Version | New Version | d.ts File | +| ---- | ------ | ------ | -------- | +|Added|NA|Module name: ohos.data.distributedDataObject
Class name: DataObject|@ohos.data.distributedDataObject.d.ts| +|Added|NA|Class name: DataObject
Method or attribute name: |@ohos.data.distributedDataObject.d.ts| +|Added|NA|Module name: ohos.data.distributedDataObject
Class name: DataObject
Method or attribute name: setSessionId(sessionId: string, callback: AsyncCallback\): void;|@ohos.data.distributedDataObject.d.ts| +|Added|NA|Class name: DataObject
Method or attribute name: setSessionId(sessionId: string, callback: AsyncCallback\): void;|@ohos.data.distributedDataObject.d.ts| +|Added|NA|Module name: ohos.data.distributedDataObject
Class name: DataObject
Method or attribute name: setSessionId(callback: AsyncCallback\): void;|@ohos.data.distributedDataObject.d.ts| +|Added|NA|Class name: DataObject
Method or attribute name: setSessionId(callback: AsyncCallback\): void;|@ohos.data.distributedDataObject.d.ts| +|Added|NA|Module name: ohos.data.distributedDataObject
Class name: DataObject
Method or attribute name: setSessionId(sessionId?: string): Promise\;|@ohos.data.distributedDataObject.d.ts| +|Added|NA|Class name: DataObject
Method or attribute name: setSessionId(sessionId?: string): Promise\;|@ohos.data.distributedDataObject.d.ts| +|Added|NA|Module name: ohos.data.distributedDataObject
Class name: DataObject
Method or attribute name: on(type: 'change', callback: Callback\<{ sessionId: string, fields: Array\ }>): void;|@ohos.data.distributedDataObject.d.ts| +|Added|NA|Class name: DataObject
Method or attribute name: on(type: 'change', callback: Callback\<{ sessionId: string, fields: Array\ }>): void;|@ohos.data.distributedDataObject.d.ts| +|Added|NA|Module name: ohos.data.distributedDataObject
Class name: DataObject
Method or attribute name: off(type: 'change', callback?: Callback\<{ sessionId: string, fields: Array\ }>): void;|@ohos.data.distributedDataObject.d.ts| +|Added|NA|Class name: DataObject
Method or attribute name: off(type: 'change', callback?: Callback\<{ sessionId: string, fields: Array\ }>): void;|@ohos.data.distributedDataObject.d.ts| +|Added|NA|Module name: ohos.data.distributedDataObject
Class name: DataObject
Method or attribute name: on(type: 'status',

callback: Callback\<{ sessionId: string, networkId: string, status: 'online' \| 'offline' }>): void;|@ohos.data.distributedDataObject.d.ts| +|Added|NA|Class name: DataObject
Method or attribute name: on(type: 'status',

callback: Callback\<{ sessionId: string, networkId: string, status: 'online' \| 'offline' }>): void;|@ohos.data.distributedDataObject.d.ts| +|Added|NA|Module name: ohos.data.distributedDataObject
Class name: DataObject
Method or attribute name: off(type: 'status',

callback?: Callback\<{ sessionId: string, deviceId: string, status: 'online' \| 'offline' }>): void;|@ohos.data.distributedDataObject.d.ts| +|Added|NA|Class name: DataObject
Method or attribute name: off(type: 'status',

callback?: Callback\<{ sessionId: string, deviceId: string, status: 'online' \| 'offline' }>): void;|@ohos.data.distributedDataObject.d.ts| +|Added|NA|Module name: ohos.data.distributedDataObject
Class name: DataObject
Method or attribute name: save(deviceId: string, callback: AsyncCallback\): void;|@ohos.data.distributedDataObject.d.ts| +|Added|NA|Class name: DataObject
Method or attribute name: save(deviceId: string, callback: AsyncCallback\): void;|@ohos.data.distributedDataObject.d.ts| +|Added|NA|Module name: ohos.data.distributedDataObject
Class name: DataObject
Method or attribute name: save(deviceId: string): Promise\;|@ohos.data.distributedDataObject.d.ts| +|Added|NA|Class name: DataObject
Method or attribute name: save(deviceId: string): Promise\;|@ohos.data.distributedDataObject.d.ts| +|Added|NA|Module name: ohos.data.distributedDataObject
Class name: DataObject
Method or attribute name: revokeSave(callback: AsyncCallback\): void;|@ohos.data.distributedDataObject.d.ts| +|Added|NA|Class name: DataObject
Method or attribute name: revokeSave(callback: AsyncCallback\): void;|@ohos.data.distributedDataObject.d.ts| +|Added|NA|Module name: ohos.data.distributedDataObject
Class name: DataObject
Method or attribute name: revokeSave(): Promise\;|@ohos.data.distributedDataObject.d.ts| +|Added|NA|Class name: DataObject
Method or attribute name: revokeSave(): Promise\;|@ohos.data.distributedDataObject.d.ts| +|Added|NA|Class name: Constants
Method or attribute name: readonly MAX_KEY_LENGTH: number;|@ohos.data.distributedKVStore.d.ts| +|Added|NA|Class name: Constants
Method or attribute name: readonly MAX_VALUE_LENGTH: number;|@ohos.data.distributedKVStore.d.ts| +|Added|NA|Class name: Constants
Method or attribute name: readonly MAX_KEY_LENGTH_DEVICE: number;|@ohos.data.distributedKVStore.d.ts| +|Added|NA|Class name: Constants
Method or attribute name: readonly MAX_STORE_ID_LENGTH: number;|@ohos.data.distributedKVStore.d.ts| +|Added|NA|Class name: Constants
Method or attribute name: readonly MAX_QUERY_LENGTH: number;|@ohos.data.distributedKVStore.d.ts| +|Added|NA|Class name: Constants
Method or attribute name: readonly MAX_BATCH_SIZE: number;|@ohos.data.distributedKVStore.d.ts| +|Deleted|Module name: ohos.data.distributedDataObject
Class name: DistributedObjectV9|NA|@ohos.data.distributedDataObject.d.ts| +|Deleted|Module name: ohos.data.distributedDataObject
Class name: DistributedObjectV9
Method or attribute name: setSessionId(sessionId: string, callback: AsyncCallback\): void;|NA|@ohos.data.distributedDataObject.d.ts| +|Deleted|Module name: ohos.data.distributedDataObject
Class name: DistributedObjectV9
Method or attribute name: setSessionId(callback: AsyncCallback\): void;|NA|@ohos.data.distributedDataObject.d.ts| +|Deleted|Module name: ohos.data.distributedDataObject
Class name: DistributedObjectV9
Method or attribute name: setSessionId(sessionId?: string): Promise\;|NA|@ohos.data.distributedDataObject.d.ts| +|Deleted|Module name: ohos.data.distributedDataObject
Class name: DistributedObjectV9
Method or attribute name: on(type: 'change', callback: Callback\<{ sessionId: string, fields: Array\ }>): void;|NA|@ohos.data.distributedDataObject.d.ts| +|Deleted|Module name: ohos.data.distributedDataObject
Class name: DistributedObjectV9
Method or attribute name: off(type: 'change', callback?: Callback\<{ sessionId: string, fields: Array\ }>): void;|NA|@ohos.data.distributedDataObject.d.ts| +|Deleted|Module name: ohos.data.distributedDataObject
Class name: DistributedObjectV9
Method or attribute name: on(type: 'status',

callback: Callback\<{ sessionId: string, networkId: string, status: 'online' \| 'offline' }>): void;|NA|@ohos.data.distributedDataObject.d.ts| +|Deleted|Module name: ohos.data.distributedDataObject
Class name: DistributedObjectV9
Method or attribute name: off(type: 'status',

callback?: Callback\<{ sessionId: string, deviceId: string, status: 'online' \| 'offline' }>): void;|NA|@ohos.data.distributedDataObject.d.ts| +|Deleted|Module name: ohos.data.distributedDataObject
Class name: DistributedObjectV9
Method or attribute name: save(deviceId: string, callback: AsyncCallback\): void;|NA|@ohos.data.distributedDataObject.d.ts| +|Deleted|Module name: ohos.data.distributedDataObject
Class name: DistributedObjectV9
Method or attribute name: save(deviceId: string): Promise\;|NA|@ohos.data.distributedDataObject.d.ts| +|Deleted|Module name: ohos.data.distributedDataObject
Class name: DistributedObjectV9
Method or attribute name: revokeSave(callback: AsyncCallback\): void;|NA|@ohos.data.distributedDataObject.d.ts| +|Deleted|Module name: ohos.data.distributedDataObject
Class name: DistributedObjectV9
Method or attribute name: revokeSave(): Promise\;|NA|@ohos.data.distributedDataObject.d.ts| +|Deleted|Module name: ohos.data.distributedKVStore
Class name: Constants|NA|@ohos.data.distributedKVStore.d.ts| +|Deleted|Module name: ohos.data.distributedKVStore
Class name: Constants
Method or attribute name: const MAX_KEY_LENGTH = 1024;|NA|@ohos.data.distributedKVStore.d.ts| +|Deleted|Module name: ohos.data.distributedKVStore
Class name: Constants
Method or attribute name: const MAX_VALUE_LENGTH = 4194303;|NA|@ohos.data.distributedKVStore.d.ts| +|Deleted|Module name: ohos.data.distributedKVStore
Class name: Constants
Method or attribute name: const MAX_KEY_LENGTH_DEVICE = 896;|NA|@ohos.data.distributedKVStore.d.ts| +|Deleted|Module name: ohos.data.distributedKVStore
Class name: Constants
Method or attribute name: const MAX_STORE_ID_LENGTH = 128;|NA|@ohos.data.distributedKVStore.d.ts| +|Deleted|Module name: ohos.data.distributedKVStore
Class name: Constants
Method or attribute name: const MAX_QUERY_LENGTH = 512000;|NA|@ohos.data.distributedKVStore.d.ts| +|Deleted|Module name: ohos.data.distributedKVStore
Class name: Constants
Method or attribute name: const MAX_BATCH_SIZE = 128;|NA|@ohos.data.distributedKVStore.d.ts| +|Deleted|Module name: ohos.data.rdb
Class name: rdb
Method or attribute name: function getRdbStoreV9(context: Context, config: StoreConfigV9, version: number, callback: AsyncCallback\): void;|NA|@ohos.data.rdb.d.ts| +|Deleted|Module name: ohos.data.rdb
Class name: rdb
Method or attribute name: function getRdbStoreV9(context: Context, config: StoreConfigV9, version: number): Promise\;|NA|@ohos.data.rdb.d.ts| +|Deleted|Module name: ohos.data.rdb
Class name: rdb
Method or attribute name: function deleteRdbStoreV9(context: Context, name: string, callback: AsyncCallback\): void;|NA|@ohos.data.rdb.d.ts| +|Deleted|Module name: ohos.data.rdb
Class name: rdb
Method or attribute name: function deleteRdbStoreV9(context: Context, name: string): Promise\;|NA|@ohos.data.rdb.d.ts| +|Deleted|Module name: ohos.data.rdb
Class name: SecurityLevel|NA|@ohos.data.rdb.d.ts| +|Deleted|Module name: ohos.data.rdb
Class name: SecurityLevel
Method or attribute name: S1 = 1|NA|@ohos.data.rdb.d.ts| +|Deleted|Module name: ohos.data.rdb
Class name: SecurityLevel
Method or attribute name: S2 = 2|NA|@ohos.data.rdb.d.ts| +|Deleted|Module name: ohos.data.rdb
Class name: SecurityLevel
Method or attribute name: S3 = 3|NA|@ohos.data.rdb.d.ts| +|Deleted|Module name: ohos.data.rdb
Class name: SecurityLevel
Method or attribute name: S4 = 4|NA|@ohos.data.rdb.d.ts| +|Deleted|Module name: ohos.data.rdb
Class name: RdbStoreV9|NA|@ohos.data.rdb.d.ts| +|Deleted|Module name: ohos.data.rdb
Class name: RdbStoreV9
Method or attribute name: insert(table: string, values: ValuesBucket, callback: AsyncCallback\): void;|NA|@ohos.data.rdb.d.ts| +|Deleted|Module name: ohos.data.rdb
Class name: RdbStoreV9
Method or attribute name: insert(table: string, values: ValuesBucket): Promise\;|NA|@ohos.data.rdb.d.ts| +|Deleted|Module name: ohos.data.rdb
Class name: RdbStoreV9
Method or attribute name: batchInsert(table: string, values: Array\, callback: AsyncCallback\): void;|NA|@ohos.data.rdb.d.ts| +|Deleted|Module name: ohos.data.rdb
Class name: RdbStoreV9
Method or attribute name: batchInsert(table: string, values: Array\): Promise\;|NA|@ohos.data.rdb.d.ts| +|Deleted|Module name: ohos.data.rdb
Class name: RdbStoreV9
Method or attribute name: update(values: ValuesBucket, predicates: RdbPredicatesV9, callback: AsyncCallback\): void;|NA|@ohos.data.rdb.d.ts| +|Deleted|Module name: ohos.data.rdb
Class name: RdbStoreV9
Method or attribute name: update(values: ValuesBucket, predicates: RdbPredicatesV9): Promise\;|NA|@ohos.data.rdb.d.ts| +|Deleted|Module name: ohos.data.rdb
Class name: RdbStoreV9
Method or attribute name: update(table: string, values: ValuesBucket, predicates: dataSharePredicates.DataSharePredicates, callback: AsyncCallback\): void;|NA|@ohos.data.rdb.d.ts| +|Deleted|Module name: ohos.data.rdb
Class name: RdbStoreV9
Method or attribute name: update(table: string, values: ValuesBucket, predicates: dataSharePredicates.DataSharePredicates): Promise\;|NA|@ohos.data.rdb.d.ts| +|Deleted|Module name: ohos.data.rdb
Class name: RdbStoreV9
Method or attribute name: delete(predicates: RdbPredicatesV9, callback: AsyncCallback\): void;|NA|@ohos.data.rdb.d.ts| +|Deleted|Module name: ohos.data.rdb
Class name: RdbStoreV9
Method or attribute name: delete(predicates: RdbPredicatesV9): Promise\;|NA|@ohos.data.rdb.d.ts| +|Deleted|Module name: ohos.data.rdb
Class name: RdbStoreV9
Method or attribute name: delete(table: string, predicates: dataSharePredicates.DataSharePredicates, callback: AsyncCallback\): void;|NA|@ohos.data.rdb.d.ts| +|Deleted|Module name: ohos.data.rdb
Class name: RdbStoreV9
Method or attribute name: delete(table: string, predicates: dataSharePredicates.DataSharePredicates): Promise\;|NA|@ohos.data.rdb.d.ts| +|Deleted|Module name: ohos.data.rdb
Class name: RdbStoreV9
Method or attribute name: query(predicates: RdbPredicatesV9, columns: Array\, callback: AsyncCallback\): void;|NA|@ohos.data.rdb.d.ts| +|Deleted|Module name: ohos.data.rdb
Class name: RdbStoreV9
Method or attribute name: query(predicates: RdbPredicatesV9, columns ?: Array\): Promise\;|NA|@ohos.data.rdb.d.ts| +|Deleted|Module name: ohos.data.rdb
Class name: RdbStoreV9
Method or attribute name: query(table: string, predicates: dataSharePredicates.DataSharePredicates, columns: Array\, callback: AsyncCallback\): void;|NA|@ohos.data.rdb.d.ts| +|Deleted|Module name: ohos.data.rdb
Class name: RdbStoreV9
Method or attribute name: query(table: string, predicates: dataSharePredicates.DataSharePredicates, columns ?: Array\): Promise\;|NA|@ohos.data.rdb.d.ts| +|Deleted|Module name: ohos.data.rdb
Class name: RdbStoreV9
Method or attribute name: remoteQuery(device: string, table: string, predicates: RdbPredicatesV9, columns: Array\, callback: AsyncCallback\): void;|NA|@ohos.data.rdb.d.ts| +|Deleted|Module name: ohos.data.rdb
Class name: RdbStoreV9
Method or attribute name: remoteQuery(device: string, table: string, predicates: RdbPredicatesV9, columns: Array\): Promise\;|NA|@ohos.data.rdb.d.ts| +|Deleted|Module name: ohos.data.rdb
Class name: RdbStoreV9
Method or attribute name: querySql(sql: string, bindArgs: Array\, callback: AsyncCallback\): void;|NA|@ohos.data.rdb.d.ts| +|Deleted|Module name: ohos.data.rdb
Class name: RdbStoreV9
Method or attribute name: querySql(sql: string, bindArgs ?: Array\): Promise\;|NA|@ohos.data.rdb.d.ts| +|Deleted|Module name: ohos.data.rdb
Class name: RdbStoreV9
Method or attribute name: executeSql(sql: string, bindArgs: Array\, callback: AsyncCallback\): void;|NA|@ohos.data.rdb.d.ts| +|Deleted|Module name: ohos.data.rdb
Class name: RdbStoreV9
Method or attribute name: executeSql(sql: string, bindArgs ?: Array\): Promise\;|NA|@ohos.data.rdb.d.ts| +|Deleted|Module name: ohos.data.rdb
Class name: RdbStoreV9
Method or attribute name: beginTransaction(): void;|NA|@ohos.data.rdb.d.ts| +|Deleted|Module name: ohos.data.rdb
Class name: RdbStoreV9
Method or attribute name: commit(): void;|NA|@ohos.data.rdb.d.ts| +|Deleted|Module name: ohos.data.rdb
Class name: RdbStoreV9
Method or attribute name: rollBack(): void;|NA|@ohos.data.rdb.d.ts| +|Deleted|Module name: ohos.data.rdb
Class name: RdbStoreV9
Method or attribute name: backup(destName: string, callback: AsyncCallback\): void;|NA|@ohos.data.rdb.d.ts| +|Deleted|Module name: ohos.data.rdb
Class name: RdbStoreV9
Method or attribute name: backup(destName: string): Promise\;|NA|@ohos.data.rdb.d.ts| +|Deleted|Module name: ohos.data.rdb
Class name: RdbStoreV9
Method or attribute name: restore(srcName: string, callback: AsyncCallback\): void;|NA|@ohos.data.rdb.d.ts| +|Deleted|Module name: ohos.data.rdb
Class name: RdbStoreV9
Method or attribute name: restore(srcName: string): Promise\;|NA|@ohos.data.rdb.d.ts| +|Deleted|Module name: ohos.data.rdb
Class name: RdbStoreV9
Method or attribute name: setDistributedTables(tables: Array\, callback: AsyncCallback\): void;|NA|@ohos.data.rdb.d.ts| +|Deleted|Module name: ohos.data.rdb
Class name: RdbStoreV9
Method or attribute name: setDistributedTables(tables: Array\): Promise\;|NA|@ohos.data.rdb.d.ts| +|Deleted|Module name: ohos.data.rdb
Class name: RdbStoreV9
Method or attribute name: obtainDistributedTableName(device: string, table: string, callback: AsyncCallback\): void;|NA|@ohos.data.rdb.d.ts| +|Deleted|Module name: ohos.data.rdb
Class name: RdbStoreV9
Method or attribute name: obtainDistributedTableName(device: string, table: string): Promise\;|NA|@ohos.data.rdb.d.ts| +|Deleted|Module name: ohos.data.rdb
Class name: RdbStoreV9
Method or attribute name: sync(mode: SyncMode, predicates: RdbPredicatesV9, callback: AsyncCallback\>): void;|NA|@ohos.data.rdb.d.ts| +|Deleted|Module name: ohos.data.rdb
Class name: RdbStoreV9
Method or attribute name: sync(mode: SyncMode, predicates: RdbPredicatesV9): Promise\>;|NA|@ohos.data.rdb.d.ts| +|Deleted|Module name: ohos.data.rdb
Class name: RdbStoreV9
Method or attribute name: on(event: 'dataChange', type: SubscribeType, observer: Callback\>): void;|NA|@ohos.data.rdb.d.ts| +|Deleted|Module name: ohos.data.rdb
Class name: RdbStoreV9
Method or attribute name: off(event: 'dataChange', type: SubscribeType, observer: Callback\>): void;|NA|@ohos.data.rdb.d.ts| +|Deleted|Module name: ohos.data.rdb
Class name: StoreConfigV9|NA|@ohos.data.rdb.d.ts| +|Deleted|Module name: ohos.data.rdb
Class name: StoreConfigV9
Method or attribute name: name: string;|NA|@ohos.data.rdb.d.ts| +|Deleted|Module name: ohos.data.rdb
Class name: StoreConfigV9
Method or attribute name: securityLevel: SecurityLevel;|NA|@ohos.data.rdb.d.ts| +|Deleted|Module name: ohos.data.rdb
Class name: StoreConfigV9
Method or attribute name: encrypt ?: boolean;|NA|@ohos.data.rdb.d.ts| +|Deleted|Module name: ohos.data.rdb
Class name: RdbPredicatesV9|NA|@ohos.data.rdb.d.ts| +|Deleted|Module name: ohos.data.rdb
Class name: RdbPredicatesV9
Method or attribute name: constructor(name: string)|NA|@ohos.data.rdb.d.ts| +|Deleted|Module name: ohos.data.rdb
Class name: RdbPredicatesV9
Method or attribute name: inDevices(devices: Array\): RdbPredicatesV9;|NA|@ohos.data.rdb.d.ts| +|Deleted|Module name: ohos.data.rdb
Class name: RdbPredicatesV9
Method or attribute name: inAllDevices(): RdbPredicatesV9;|NA|@ohos.data.rdb.d.ts| +|Deleted|Module name: ohos.data.rdb
Class name: RdbPredicatesV9
Method or attribute name: equalTo(field: string, value: ValueType): RdbPredicatesV9;|NA|@ohos.data.rdb.d.ts| +|Deleted|Module name: ohos.data.rdb
Class name: RdbPredicatesV9
Method or attribute name: notEqualTo(field: string, value: ValueType): RdbPredicatesV9;|NA|@ohos.data.rdb.d.ts| +|Deleted|Module name: ohos.data.rdb
Class name: RdbPredicatesV9
Method or attribute name: beginWrap(): RdbPredicatesV9;|NA|@ohos.data.rdb.d.ts| +|Deleted|Module name: ohos.data.rdb
Class name: RdbPredicatesV9
Method or attribute name: endWrap(): RdbPredicatesV9;|NA|@ohos.data.rdb.d.ts| +|Deleted|Module name: ohos.data.rdb
Class name: RdbPredicatesV9
Method or attribute name: or(): RdbPredicatesV9;|NA|@ohos.data.rdb.d.ts| +|Deleted|Module name: ohos.data.rdb
Class name: RdbPredicatesV9
Method or attribute name: and(): RdbPredicatesV9;|NA|@ohos.data.rdb.d.ts| +|Deleted|Module name: ohos.data.rdb
Class name: RdbPredicatesV9
Method or attribute name: contains(field: string, value: string): RdbPredicatesV9;|NA|@ohos.data.rdb.d.ts| +|Deleted|Module name: ohos.data.rdb
Class name: RdbPredicatesV9
Method or attribute name: beginsWith(field: string, value: string): RdbPredicatesV9;|NA|@ohos.data.rdb.d.ts| +|Deleted|Module name: ohos.data.rdb
Class name: RdbPredicatesV9
Method or attribute name: endsWith(field: string, value: string): RdbPredicatesV9;|NA|@ohos.data.rdb.d.ts| +|Deleted|Module name: ohos.data.rdb
Class name: RdbPredicatesV9
Method or attribute name: isNull(field: string): RdbPredicatesV9;|NA|@ohos.data.rdb.d.ts| +|Deleted|Module name: ohos.data.rdb
Class name: RdbPredicatesV9
Method or attribute name: isNotNull(field: string): RdbPredicatesV9;|NA|@ohos.data.rdb.d.ts| +|Deleted|Module name: ohos.data.rdb
Class name: RdbPredicatesV9
Method or attribute name: like(field: string, value: string): RdbPredicatesV9;|NA|@ohos.data.rdb.d.ts| +|Deleted|Module name: ohos.data.rdb
Class name: RdbPredicatesV9
Method or attribute name: glob(field: string, value: string): RdbPredicatesV9;|NA|@ohos.data.rdb.d.ts| +|Deleted|Module name: ohos.data.rdb
Class name: RdbPredicatesV9
Method or attribute name: between(field: string, low: ValueType, high: ValueType): RdbPredicatesV9;|NA|@ohos.data.rdb.d.ts| +|Deleted|Module name: ohos.data.rdb
Class name: RdbPredicatesV9
Method or attribute name: notBetween(field: string, low: ValueType, high: ValueType): RdbPredicatesV9;|NA|@ohos.data.rdb.d.ts| +|Deleted|Module name: ohos.data.rdb
Class name: RdbPredicatesV9
Method or attribute name: greaterThan(field: string, value: ValueType): RdbPredicatesV9;|NA|@ohos.data.rdb.d.ts| +|Deleted|Module name: ohos.data.rdb
Class name: RdbPredicatesV9
Method or attribute name: lessThan(field: string, value: ValueType): RdbPredicatesV9;|NA|@ohos.data.rdb.d.ts| +|Deleted|Module name: ohos.data.rdb
Class name: RdbPredicatesV9
Method or attribute name: greaterThanOrEqualTo(field: string, value: ValueType): RdbPredicatesV9;|NA|@ohos.data.rdb.d.ts| +|Deleted|Module name: ohos.data.rdb
Class name: RdbPredicatesV9
Method or attribute name: lessThanOrEqualTo(field: string, value: ValueType): RdbPredicatesV9;|NA|@ohos.data.rdb.d.ts| +|Deleted|Module name: ohos.data.rdb
Class name: RdbPredicatesV9
Method or attribute name: orderByAsc(field: string): RdbPredicatesV9;|NA|@ohos.data.rdb.d.ts| +|Deleted|Module name: ohos.data.rdb
Class name: RdbPredicatesV9
Method or attribute name: orderByDesc(field: string): RdbPredicatesV9;|NA|@ohos.data.rdb.d.ts| +|Deleted|Module name: ohos.data.rdb
Class name: RdbPredicatesV9
Method or attribute name: distinct(): RdbPredicatesV9;|NA|@ohos.data.rdb.d.ts| +|Deleted|Module name: ohos.data.rdb
Class name: RdbPredicatesV9
Method or attribute name: limitAs(value: number): RdbPredicatesV9;|NA|@ohos.data.rdb.d.ts| +|Deleted|Module name: ohos.data.rdb
Class name: RdbPredicatesV9
Method or attribute name: offsetAs(rowOffset: number): RdbPredicatesV9;|NA|@ohos.data.rdb.d.ts| +|Deleted|Module name: ohos.data.rdb
Class name: RdbPredicatesV9
Method or attribute name: groupBy(fields: Array\): RdbPredicatesV9;|NA|@ohos.data.rdb.d.ts| +|Deleted|Module name: ohos.data.rdb
Class name: RdbPredicatesV9
Method or attribute name: indexedBy(field: string): RdbPredicatesV9;|NA|@ohos.data.rdb.d.ts| +|Deleted|Module name: ohos.data.rdb
Class name: RdbPredicatesV9
Method or attribute name: in(field: string, value: Array\): RdbPredicatesV9;|NA|@ohos.data.rdb.d.ts| +|Deleted|Module name: ohos.data.rdb
Class name: RdbPredicatesV9
Method or attribute name: notIn(field: string, value: Array\): RdbPredicatesV9;|NA|@ohos.data.rdb.d.ts| +|Deleted|Module name: resultSet
Class name: ResultSetV9|NA|resultSet.d.ts| +|Deleted|Module name: resultSet
Class name: ResultSetV9
Method or attribute name: columnNames: Array\;|NA|resultSet.d.ts| +|Deleted|Module name: resultSet
Class name: ResultSetV9
Method or attribute name: columnCount: number;|NA|resultSet.d.ts| +|Deleted|Module name: resultSet
Class name: ResultSetV9
Method or attribute name: rowCount: number;|NA|resultSet.d.ts| +|Deleted|Module name: resultSet
Class name: ResultSetV9
Method or attribute name: rowIndex: number;|NA|resultSet.d.ts| +|Deleted|Module name: resultSet
Class name: ResultSetV9
Method or attribute name: isAtFirstRow: boolean;|NA|resultSet.d.ts| +|Deleted|Module name: resultSet
Class name: ResultSetV9
Method or attribute name: isAtLastRow: boolean;|NA|resultSet.d.ts| +|Deleted|Module name: resultSet
Class name: ResultSetV9
Method or attribute name: isEnded: boolean;|NA|resultSet.d.ts| +|Deleted|Module name: resultSet
Class name: ResultSetV9
Method or attribute name: isStarted: boolean;|NA|resultSet.d.ts| +|Deleted|Module name: resultSet
Class name: ResultSetV9
Method or attribute name: isClosed: boolean;|NA|resultSet.d.ts| +|Deleted|Module name: resultSet
Class name: ResultSetV9
Method or attribute name: getColumnIndex(columnName: string): number;|NA|resultSet.d.ts| +|Deleted|Module name: resultSet
Class name: ResultSetV9
Method or attribute name: getColumnName(columnIndex: number): string;|NA|resultSet.d.ts| +|Deleted|Module name: resultSet
Class name: ResultSetV9
Method or attribute name: goTo(offset: number): boolean;|NA|resultSet.d.ts| +|Deleted|Module name: resultSet
Class name: ResultSetV9
Method or attribute name: goToRow(position: number): boolean;|NA|resultSet.d.ts| +|Deleted|Module name: resultSet
Class name: ResultSetV9
Method or attribute name: goToFirstRow(): boolean;|NA|resultSet.d.ts| +|Deleted|Module name: resultSet
Class name: ResultSetV9
Method or attribute name: goToLastRow(): boolean;|NA|resultSet.d.ts| +|Deleted|Module name: resultSet
Class name: ResultSetV9
Method or attribute name: goToNextRow(): boolean;|NA|resultSet.d.ts| +|Deleted|Module name: resultSet
Class name: ResultSetV9
Method or attribute name: goToPreviousRow(): boolean;|NA|resultSet.d.ts| +|Deleted|Module name: resultSet
Class name: ResultSetV9
Method or attribute name: getBlob(columnIndex: number): Uint8Array;|NA|resultSet.d.ts| +|Deleted|Module name: resultSet
Class name: ResultSetV9
Method or attribute name: getString(columnIndex: number): string;|NA|resultSet.d.ts| +|Deleted|Module name: resultSet
Class name: ResultSetV9
Method or attribute name: getLong(columnIndex: number): number;|NA|resultSet.d.ts| +|Deleted|Module name: resultSet
Class name: ResultSetV9
Method or attribute name: getDouble(columnIndex: number): number;|NA|resultSet.d.ts| +|Deleted|Module name: resultSet
Class name: ResultSetV9
Method or attribute name: isColumnNull(columnIndex: number): boolean;|NA|resultSet.d.ts| +|Deleted|Module name: resultSet
Class name: ResultSetV9
Method or attribute name: close(): void;|NA|resultSet.d.ts| +|Deprecated version changed|Class name: rdb
Deprecated version: N/A|Class name: rdb
Deprecated version: 9
Substitute API: ohos.data.relationalStore |@ohos.data.rdb.d.ts| +|Permission added|Class name: SubscribeType
Permission: N/A|Class name: SubscribeType
Permission: ohos.permission.DISTRIBUTED_DATASYNC|@ohos.data.rdb.d.ts| +|Permission added|Class name: SubscribeType
Permission: N/A|Class name: SubscribeType
Permission: ohos.permission.DISTRIBUTED_DATASYNC|@ohos.data.relationalStore.d.ts| +|Function changed|Class name: distributedDataObject
Method or attribute name: function create(context: Context, source: object): DistributedObjectV9;
|Class name: distributedDataObject
Method or attribute name: function create(context: Context, source: object): DataObject;
|@ohos.data.distributedDataObject.d.ts| diff --git a/en/release-notes/api-diff/Beta5 to v3.2-Release/js-apidiff-file-management.md b/en/release-notes/api-diff/Beta5 to v3.2-Release/js-apidiff-file-management.md new file mode 100644 index 0000000000000000000000000000000000000000..6c65e9529c874439fda858918312ccfc5c56b49d --- /dev/null +++ b/en/release-notes/api-diff/Beta5 to v3.2-Release/js-apidiff-file-management.md @@ -0,0 +1,225 @@ +| Change Type | Old Version | New Version | d.ts File | +| ---- | ------ | ------ | -------- | +|Added|NA|Module name: ohos.file.fs
Class name: fileIo
Method or attribute name: function listFile(path: string, options?: {
recursion?: boolean;
listNum?: number;
filter?: Filter;
}): Promise\;|@ohos.file.fs.d.ts| +|Added|NA|Module name: ohos.file.fs
Class name: fileIo
Method or attribute name: function listFile(path: string, callback: AsyncCallback\): void;|@ohos.file.fs.d.ts| +|Added|NA|Module name: ohos.file.fs
Class name: fileIo
Method or attribute name: function listFile(path: string, options: {
recursion?: boolean;
listNum?: number;
filter?: Filter;
}, callback: AsyncCallback\): void;|@ohos.file.fs.d.ts| +|Added|NA|Module name: ohos.file.fs
Class name: fileIo
Method or attribute name: function listFileSync(path: string, options?: {
recursion?: boolean;
listNum?: number;
filter?: Filter;
}): string[];|@ohos.file.fs.d.ts| +|Added|NA|Module name: ohos.file.fs
Class name: fileIo
Method or attribute name: function moveFile(src: string, dest: string, mode?: number): Promise\;|@ohos.file.fs.d.ts| +|Added|NA|Module name: ohos.file.fs
Class name: fileIo
Method or attribute name: function moveFile(src: string, dest: string, callback: AsyncCallback\): void;|@ohos.file.fs.d.ts| +|Added|NA|Module name: ohos.file.fs
Class name: fileIo
Method or attribute name: function moveFile(src: string, dest: string, mode: number, callback: AsyncCallback\): void;|@ohos.file.fs.d.ts| +|Added|NA|Module name: ohos.file.fs
Class name: fileIo
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
Class name: File
Method or attribute name: lock(exclusive?: boolean): Promise\;|@ohos.file.fs.d.ts| +|Added|NA|Module name: ohos.file.fs
Class name: File
Method or attribute name: lock(callback: AsyncCallback\): void;|@ohos.file.fs.d.ts| +|Added|NA|Module name: ohos.file.fs
Class name: File
Method or attribute name: lock(exclusive: boolean, callback: AsyncCallback\): void;|@ohos.file.fs.d.ts| +|Added|NA|Module name: ohos.file.fs
Class name: File
Method or attribute name: tryLock(exclusive?: boolean): void;|@ohos.file.fs.d.ts| +|Added|NA|Module name: ohos.file.fs
Class name: File
Method or attribute name: unlock(): void;|@ohos.file.fs.d.ts| +|Added|NA|Module name: ohos.file.hash
Class name: hash|@ohos.file.hash.d.ts| +|Added|NA|Class name: hash
Method or attribute name: |@ohos.file.hash.d.ts| +|Added|NA|Module name: ohos.file.hash
Class name: hash
Method or attribute name: function hash(path: string, algorithm: string): Promise\;|@ohos.file.hash.d.ts| +|Added|NA|Class name: hash
Method or attribute name: function hash(path: string, algorithm: string): Promise\;|@ohos.file.hash.d.ts| +|Added|NA|Module name: ohos.file.hash
Class name: hash
Method or attribute name: function hash(path: string, algorithm: string, callback: AsyncCallback\): void;|@ohos.file.hash.d.ts| +|Added|NA|Class name: hash
Method or attribute name: function hash(path: string, algorithm: string, callback: AsyncCallback\): void;|@ohos.file.hash.d.ts| +|Added|NA|Module name: ohos.file.picker
Class name: picker|@ohos.file.picker.d.ts| +|Added|NA|Module name: ohos.file.picker
Class name: PhotoViewMIMETypes|@ohos.file.picker.d.ts| +|Added|NA|Module name: ohos.file.picker
Class name: PhotoViewMIMETypes
Method or attribute name: IMAGE_TYPE = "image/*"|@ohos.file.picker.d.ts| +|Added|NA|Module name: ohos.file.picker
Class name: PhotoViewMIMETypes
Method or attribute name: VIDEO_TYPE = "video/*"|@ohos.file.picker.d.ts| +|Added|NA|Module name: ohos.file.picker
Class name: PhotoViewMIMETypes
Method or attribute name: IMAGE_VIDEO_TYPE = "*/*"|@ohos.file.picker.d.ts| +|Added|NA|Module name: ohos.file.picker
Class name: PhotoSelectOptions|@ohos.file.picker.d.ts| +|Added|NA|Module name: ohos.file.picker
Class name: PhotoSelectOptions
Method or attribute name: MIMEType?: PhotoViewMIMETypes;|@ohos.file.picker.d.ts| +|Added|NA|Module name: ohos.file.picker
Class name: PhotoSelectOptions
Method or attribute name: maxSelectNumber?: number;|@ohos.file.picker.d.ts| +|Added|NA|Module name: ohos.file.picker
Class name: PhotoSelectResult|@ohos.file.picker.d.ts| +|Added|NA|Module name: ohos.file.picker
Class name: PhotoSelectResult
Method or attribute name: photoUris: Array\;|@ohos.file.picker.d.ts| +|Added|NA|Module name: ohos.file.picker
Class name: PhotoSelectResult
Method or attribute name: isOriginalPhoto: boolean;|@ohos.file.picker.d.ts| +|Added|NA|Module name: ohos.file.picker
Class name: PhotoSaveOptions|@ohos.file.picker.d.ts| +|Added|NA|Module name: ohos.file.picker
Class name: PhotoSaveOptions
Method or attribute name: newFileNames?: Array\;|@ohos.file.picker.d.ts| +|Added|NA|Module name: ohos.file.picker
Class name: PhotoViewPicker|@ohos.file.picker.d.ts| +|Added|NA|Module name: ohos.file.picker
Class name: PhotoViewPicker
Method or attribute name: select(option?: PhotoSelectOptions) : Promise\;|@ohos.file.picker.d.ts| +|Added|NA|Module name: ohos.file.picker
Class name: PhotoViewPicker
Method or attribute name: select(option: PhotoSelectOptions, callback: AsyncCallback\) : void;|@ohos.file.picker.d.ts| +|Added|NA|Module name: ohos.file.picker
Class name: PhotoViewPicker
Method or attribute name: select(callback: AsyncCallback\) : void;|@ohos.file.picker.d.ts| +|Added|NA|Module name: ohos.file.picker
Class name: PhotoViewPicker
Method or attribute name: save(option?: PhotoSaveOptions) : Promise\>;|@ohos.file.picker.d.ts| +|Added|NA|Module name: ohos.file.picker
Class name: PhotoViewPicker
Method or attribute name: save(option: PhotoSaveOptions, callback: AsyncCallback\>) : void;|@ohos.file.picker.d.ts| +|Added|NA|Module name: ohos.file.picker
Class name: PhotoViewPicker
Method or attribute name: save(callback: AsyncCallback\>) : void;|@ohos.file.picker.d.ts| +|Added|NA|Module name: ohos.file.picker
Class name: DocumentSelectOptions|@ohos.file.picker.d.ts| +|Added|NA|Module name: ohos.file.picker
Class name: DocumentSaveOptions|@ohos.file.picker.d.ts| +|Added|NA|Module name: ohos.file.picker
Class name: DocumentSaveOptions
Method or attribute name: newFileNames?: Array\;|@ohos.file.picker.d.ts| +|Added|NA|Module name: ohos.file.picker
Class name: DocumentViewPicker|@ohos.file.picker.d.ts| +|Added|NA|Module name: ohos.file.picker
Class name: DocumentViewPicker
Method or attribute name: select(option?: DocumentSelectOptions) : Promise\>;|@ohos.file.picker.d.ts| +|Added|NA|Module name: ohos.file.picker
Class name: DocumentViewPicker
Method or attribute name: select(option: DocumentSelectOptions, callback: AsyncCallback\>) : void;|@ohos.file.picker.d.ts| +|Added|NA|Module name: ohos.file.picker
Class name: DocumentViewPicker
Method or attribute name: select(callback: AsyncCallback\>) : void;|@ohos.file.picker.d.ts| +|Added|NA|Module name: ohos.file.picker
Class name: DocumentViewPicker
Method or attribute name: save(option?: DocumentSaveOptions) : Promise\>;|@ohos.file.picker.d.ts| +|Added|NA|Module name: ohos.file.picker
Class name: DocumentViewPicker
Method or attribute name: save(option: DocumentSaveOptions, callback: AsyncCallback\>) : void;|@ohos.file.picker.d.ts| +|Added|NA|Module name: ohos.file.picker
Class name: DocumentViewPicker
Method or attribute name: save(callback: AsyncCallback\>) : void;|@ohos.file.picker.d.ts| +|Added|NA|Module name: ohos.file.picker
Class name: AudioSelectOptions|@ohos.file.picker.d.ts| +|Added|NA|Module name: ohos.file.picker
Class name: AudioSaveOptions|@ohos.file.picker.d.ts| +|Added|NA|Module name: ohos.file.picker
Class name: AudioSaveOptions
Method or attribute name: newFileNames?: Array\;|@ohos.file.picker.d.ts| +|Added|NA|Module name: ohos.file.picker
Class name: AudioViewPicker|@ohos.file.picker.d.ts| +|Added|NA|Module name: ohos.file.picker
Class name: AudioViewPicker
Method or attribute name: select(option?: AudioSelectOptions) : Promise\>;|@ohos.file.picker.d.ts| +|Added|NA|Module name: ohos.file.picker
Class name: AudioViewPicker
Method or attribute name: select(option: AudioSelectOptions, callback: AsyncCallback\>) : void;|@ohos.file.picker.d.ts| +|Added|NA|Module name: ohos.file.picker
Class name: AudioViewPicker
Method or attribute name: select(callback: AsyncCallback\>) : void;|@ohos.file.picker.d.ts| +|Added|NA|Module name: ohos.file.picker
Class name: AudioViewPicker
Method or attribute name: save(option?: AudioSaveOptions) : Promise\>;|@ohos.file.picker.d.ts| +|Added|NA|Module name: ohos.file.picker
Class name: AudioViewPicker
Method or attribute name: save(option: AudioSaveOptions, callback: AsyncCallback\>) : void;|@ohos.file.picker.d.ts| +|Added|NA|Module name: ohos.file.picker
Class name: AudioViewPicker
Method or attribute name: save(callback: AsyncCallback\>) : void;|@ohos.file.picker.d.ts| +|Added|NA|Module name: ohos.file.securityLabel
Class name: DataLevel
Method or attribute name: type DataLevel = 's0'\|'s1'\|'s2'\|'s3'\|'s4';|@ohos.file.securityLabel.d.ts| +|Added|NA|Class name: DataLevel
Method or attribute name: type DataLevel = 's0'\|'s1'\|'s2'\|'s3'\|'s4';|@ohos.file.securityLabel.d.ts| +|Added|NA|Module name: ohos.file.securityLabel
Class name: DataLevel
Method or attribute name: type DataLevel = 's0'\|'s1'\|'s2'\|'s3'\|'s4';|@ohos.file.securityLabel.d.ts| +|Added|NA|Class name: DataLevel
Method or attribute name: type DataLevel = 's0'\|'s1'\|'s2'\|'s3'\|'s4';|@ohos.file.securityLabel.d.ts| +|Added|NA|Module name: ohos.file.securityLabel
Class name: DataLevel
Method or attribute name: type DataLevel = 's0'\|'s1'\|'s2'\|'s3'\|'s4';|@ohos.file.securityLabel.d.ts| +|Added|NA|Class name: DataLevel
Method or attribute name: type DataLevel = 's0'\|'s1'\|'s2'\|'s3'\|'s4';|@ohos.file.securityLabel.d.ts| +|Added|NA|Module name: ohos.file.securityLabel
Class name: DataLevel
Method or attribute name: type DataLevel = 's0'\|'s1'\|'s2'\|'s3'\|'s4';|@ohos.file.securityLabel.d.ts| +|Added|NA|Class name: DataLevel
Method or attribute name: type DataLevel = 's0'\|'s1'\|'s2'\|'s3'\|'s4';|@ohos.file.securityLabel.d.ts| +|Added|NA|Module name: ohos.file.securityLabel
Class name: DataLevel
Method or attribute name: type DataLevel = 's0'\|'s1'\|'s2'\|'s3'\|'s4';|@ohos.file.securityLabel.d.ts| +|Added|NA|Class name: DataLevel
Method or attribute name: type DataLevel = 's0'\|'s1'\|'s2'\|'s3'\|'s4';|@ohos.file.securityLabel.d.ts| +|Added|NA|Module name: ohos.file.statvfs
Class name: statfs|@ohos.file.statvfs.d.ts| +|Added|NA|Class name: statfs
Method or attribute name: |@ohos.file.statvfs.d.ts| +|Added|NA|Module name: ohos.file.statvfs
Class name: statfs
Method or attribute name: function getFreeSize(path: string): Promise\;|@ohos.file.statvfs.d.ts| +|Added|NA|Class name: statfs
Method or attribute name: function getFreeSize(path: string): Promise\;|@ohos.file.statvfs.d.ts| +|Added|NA|Module name: ohos.file.statvfs
Class name: statfs
Method or attribute name: function getFreeSize(path: string, callback: AsyncCallback\): void;|@ohos.file.statvfs.d.ts| +|Added|NA|Class name: statfs
Method or attribute name: function getFreeSize(path: string, callback: AsyncCallback\): void;|@ohos.file.statvfs.d.ts| +|Added|NA|Module name: ohos.file.statvfs
Class name: statfs
Method or attribute name: function getTotalSize(path: string): Promise\;|@ohos.file.statvfs.d.ts| +|Added|NA|Class name: statfs
Method or attribute name: function getTotalSize(path: string): Promise\;|@ohos.file.statvfs.d.ts| +|Added|NA|Module name: ohos.file.statvfs
Class name: statfs
Method or attribute name: function getTotalSize(path: string, callback: AsyncCallback\): void;|@ohos.file.statvfs.d.ts| +|Added|NA|Class name: statfs
Method or attribute name: function getTotalSize(path: string, callback: AsyncCallback\): void;|@ohos.file.statvfs.d.ts| +|Added|NA|Module name: ohos.file.storageStatistics
Class name: storageStatistics|@ohos.file.storageStatistics.d.ts| +|Added|NA|Module name: ohos.file.storageStatistics
Class name: storageStatistics
Method or attribute name: function getTotalSizeOfVolume(volumeUuid: string, callback: AsyncCallback\): void;|@ohos.file.storageStatistics.d.ts| +|Added|NA|Module name: ohos.file.storageStatistics
Class name: storageStatistics
Method or attribute name: function getTotalSizeOfVolume(volumeUuid: string): Promise\;|@ohos.file.storageStatistics.d.ts| +|Added|NA|Module name: ohos.file.storageStatistics
Class name: storageStatistics
Method or attribute name: function getFreeSizeOfVolume(volumeUuid: string, callback: AsyncCallback\): void;|@ohos.file.storageStatistics.d.ts| +|Added|NA|Module name: ohos.file.storageStatistics
Class name: storageStatistics
Method or attribute name: function getFreeSizeOfVolume(volumeUuid: string): Promise\;|@ohos.file.storageStatistics.d.ts| +|Added|NA|Module name: ohos.file.storageStatistics
Class name: BundleStats|@ohos.file.storageStatistics.d.ts| +|Added|NA|Module name: ohos.file.storageStatistics
Class name: BundleStats
Method or attribute name: appSize: number;|@ohos.file.storageStatistics.d.ts| +|Added|NA|Module name: ohos.file.storageStatistics
Class name: BundleStats
Method or attribute name: cacheSize: number;|@ohos.file.storageStatistics.d.ts| +|Added|NA|Module name: ohos.file.storageStatistics
Class name: BundleStats
Method or attribute name: dataSize: number;|@ohos.file.storageStatistics.d.ts| +|Added|NA|Module name: ohos.file.storageStatistics
Class name: storageStatistics
Method or attribute name: function getBundleStats(packageName: string, callback: AsyncCallback\): void;|@ohos.file.storageStatistics.d.ts| +|Added|NA|Module name: ohos.file.storageStatistics
Class name: storageStatistics
Method or attribute name: function getBundleStats(packageName: string): Promise\;|@ohos.file.storageStatistics.d.ts| +|Added|NA|Module name: ohos.file.storageStatistics
Class name: storageStatistics
Method or attribute name: function getCurrentBundleStats(callback: AsyncCallback\): void;|@ohos.file.storageStatistics.d.ts| +|Added|NA|Module name: ohos.file.storageStatistics
Class name: storageStatistics
Method or attribute name: function getCurrentBundleStats(): Promise\;|@ohos.file.storageStatistics.d.ts| +|Added|NA|Module name: ohos.file.storageStatistics
Class name: storageStatistics
Method or attribute name: function getSystemSize(callback: AsyncCallback\): void;|@ohos.file.storageStatistics.d.ts| +|Added|NA|Module name: ohos.file.storageStatistics
Class name: storageStatistics
Method or attribute name: function getSystemSize(): Promise\;|@ohos.file.storageStatistics.d.ts| +|Added|NA|Module name: ohos.file.storageStatistics
Class name: StorageStats|@ohos.file.storageStatistics.d.ts| +|Added|NA|Module name: ohos.file.storageStatistics
Class name: StorageStats
Method or attribute name: total: number;|@ohos.file.storageStatistics.d.ts| +|Added|NA|Module name: ohos.file.storageStatistics
Class name: StorageStats
Method or attribute name: audio: number;|@ohos.file.storageStatistics.d.ts| +|Added|NA|Module name: ohos.file.storageStatistics
Class name: StorageStats
Method or attribute name: video: number;|@ohos.file.storageStatistics.d.ts| +|Added|NA|Module name: ohos.file.storageStatistics
Class name: StorageStats
Method or attribute name: image: number;|@ohos.file.storageStatistics.d.ts| +|Added|NA|Module name: ohos.file.storageStatistics
Class name: StorageStats
Method or attribute name: file: number;|@ohos.file.storageStatistics.d.ts| +|Added|NA|Module name: ohos.file.storageStatistics
Class name: StorageStats
Method or attribute name: app: number;|@ohos.file.storageStatistics.d.ts| +|Added|NA|Module name: ohos.file.storageStatistics
Class name: storageStatistics
Method or attribute name: function getUserStorageStats(): Promise\;|@ohos.file.storageStatistics.d.ts| +|Added|NA|Module name: ohos.file.storageStatistics
Class name: storageStatistics
Method or attribute name: function getUserStorageStats(callback: AsyncCallback\): void;|@ohos.file.storageStatistics.d.ts| +|Added|NA|Module name: ohos.file.storageStatistics
Class name: storageStatistics
Method or attribute name: function getUserStorageStats(userId: number): Promise\;|@ohos.file.storageStatistics.d.ts| +|Added|NA|Module name: ohos.file.storageStatistics
Class name: storageStatistics
Method or attribute name: function getUserStorageStats(userId: number, callback: AsyncCallback\): void;|@ohos.file.storageStatistics.d.ts| +|Added|NA|Module name: ohos.file.storageStatistics
Class name: storageStatistics
Method or attribute name: function getTotalSize(callback: AsyncCallback\): void;|@ohos.file.storageStatistics.d.ts| +|Added|NA|Module name: ohos.file.storageStatistics
Class name: storageStatistics
Method or attribute name: function getTotalSize(): Promise\;|@ohos.file.storageStatistics.d.ts| +|Added|NA|Module name: ohos.file.storageStatistics
Class name: storageStatistics
Method or attribute name: function getFreeSize(callback: AsyncCallback\): void;|@ohos.file.storageStatistics.d.ts| +|Added|NA|Module name: ohos.file.storageStatistics
Class name: storageStatistics
Method or attribute name: function getFreeSize(): Promise\;|@ohos.file.storageStatistics.d.ts| +|Added|NA|Module name: ohos.file.volumeManager
Class name: volumeManager|@ohos.file.volumeManager.d.ts| +|Added|NA|Module name: ohos.file.volumeManager
Class name: Volume|@ohos.file.volumeManager.d.ts| +|Added|NA|Module name: ohos.file.volumeManager
Class name: Volume
Method or attribute name: id: string;|@ohos.file.volumeManager.d.ts| +|Added|NA|Module name: ohos.file.volumeManager
Class name: Volume
Method or attribute name: uuid: string;|@ohos.file.volumeManager.d.ts| +|Added|NA|Module name: ohos.file.volumeManager
Class name: Volume
Method or attribute name: diskId: string;|@ohos.file.volumeManager.d.ts| +|Added|NA|Module name: ohos.file.volumeManager
Class name: Volume
Method or attribute name: description: string;|@ohos.file.volumeManager.d.ts| +|Added|NA|Module name: ohos.file.volumeManager
Class name: Volume
Method or attribute name: removable: boolean;|@ohos.file.volumeManager.d.ts| +|Added|NA|Module name: ohos.file.volumeManager
Class name: Volume
Method or attribute name: state: number;|@ohos.file.volumeManager.d.ts| +|Added|NA|Module name: ohos.file.volumeManager
Class name: Volume
Method or attribute name: path: string;|@ohos.file.volumeManager.d.ts| +|Added|NA|Module name: ohos.file.volumeManager
Class name: volumeManager
Method or attribute name: function getAllVolumes(callback: AsyncCallback\>): void;|@ohos.file.volumeManager.d.ts| +|Added|NA|Module name: ohos.file.volumeManager
Class name: volumeManager
Method or attribute name: function getAllVolumes(): Promise\>;|@ohos.file.volumeManager.d.ts| +|Added|NA|Module name: ohos.file.volumeManager
Class name: volumeManager
Method or attribute name: function mount(volumeId: string, callback: AsyncCallback\): void;|@ohos.file.volumeManager.d.ts| +|Added|NA|Module name: ohos.file.volumeManager
Class name: volumeManager
Method or attribute name: function mount(volumeId: string): Promise\;|@ohos.file.volumeManager.d.ts| +|Added|NA|Module name: ohos.file.volumeManager
Class name: volumeManager
Method or attribute name: function unmount(volumeId: string, callback: AsyncCallback\): void;|@ohos.file.volumeManager.d.ts| +|Added|NA|Module name: ohos.file.volumeManager
Class name: volumeManager
Method or attribute name: function unmount(volumeId: string): Promise\;|@ohos.file.volumeManager.d.ts| +|Added|NA|Module name: ohos.file.volumeManager
Class name: volumeManager
Method or attribute name: function getVolumeByUuid(uuid: string, callback: AsyncCallback\): void;|@ohos.file.volumeManager.d.ts| +|Added|NA|Module name: ohos.file.volumeManager
Class name: volumeManager
Method or attribute name: function getVolumeByUuid(uuid: string): Promise\;|@ohos.file.volumeManager.d.ts| +|Added|NA|Module name: ohos.file.volumeManager
Class name: volumeManager
Method or attribute name: function getVolumeById(volumeId: string, callback: AsyncCallback\): void;|@ohos.file.volumeManager.d.ts| +|Added|NA|Module name: ohos.file.volumeManager
Class name: volumeManager
Method or attribute name: function getVolumeById(volumeId: string): Promise\;|@ohos.file.volumeManager.d.ts| +|Added|NA|Module name: ohos.file.volumeManager
Class name: volumeManager
Method or attribute name: function setVolumeDescription(uuid: string, description: string, callback: AsyncCallback\): void;|@ohos.file.volumeManager.d.ts| +|Added|NA|Module name: ohos.file.volumeManager
Class name: volumeManager
Method or attribute name: function setVolumeDescription(uuid: string, description: string): Promise\;|@ohos.file.volumeManager.d.ts| +|Added|NA|Module name: ohos.file.volumeManager
Class name: volumeManager
Method or attribute name: function format(volumeId: string, fsType: string, callback: AsyncCallback\): void;|@ohos.file.volumeManager.d.ts| +|Added|NA|Module name: ohos.file.volumeManager
Class name: volumeManager
Method or attribute name: function format(volumeId: string, fsType: string): Promise\;|@ohos.file.volumeManager.d.ts| +|Added|NA|Module name: ohos.file.volumeManager
Class name: volumeManager
Method or attribute name: function partition(diskId: string, type: number, callback: AsyncCallback\): void;|@ohos.file.volumeManager.d.ts| +|Added|NA|Module name: ohos.file.volumeManager
Class name: volumeManager
Method or attribute name: function partition(diskId: string, type: number): Promise\;|@ohos.file.volumeManager.d.ts| +|Deleted|Module name: ohos.file.hash
Class name: Hash|NA|@ohos.file.hash.d.ts| +|Deleted|Module name: ohos.file.hash
Class name: Hash
Method or attribute name: function hash(path: string, algorithm: string): Promise\;|NA|@ohos.file.hash.d.ts| +|Deleted|Module name: ohos.file.hash
Class name: Hash
Method or attribute name: function hash(path: string, algorithm: string, callback: AsyncCallback\): void;|NA|@ohos.file.hash.d.ts| +|Deleted|Module name: ohos.file.securityLabel
Class name: dataLevel
Method or attribute name: type dataLevel = 's0'\|'s1'\|'s2'\|'s3'\|'s4';|NA|@ohos.file.securityLabel.d.ts| +|Deleted|Module name: ohos.file.securityLabel
Class name: dataLevel
Method or attribute name: type dataLevel = 's0'\|'s1'\|'s2'\|'s3'\|'s4';|NA|@ohos.file.securityLabel.d.ts| +|Deleted|Module name: ohos.file.securityLabel
Class name: dataLevel
Method or attribute name: type dataLevel = 's0'\|'s1'\|'s2'\|'s3'\|'s4';|NA|@ohos.file.securityLabel.d.ts| +|Deleted|Module name: ohos.file.securityLabel
Class name: dataLevel
Method or attribute name: type dataLevel = 's0'\|'s1'\|'s2'\|'s3'\|'s4';|NA|@ohos.file.securityLabel.d.ts| +|Deleted|Module name: ohos.file.securityLabel
Class name: dataLevel
Method or attribute name: type dataLevel = 's0'\|'s1'\|'s2'\|'s3'\|'s4';|NA|@ohos.file.securityLabel.d.ts| +|Deleted|Module name: ohos.file.statvfs
Class name: Statfs|NA|@ohos.file.statvfs.d.ts| +|Deleted|Module name: ohos.file.statvfs
Class name: Statfs
Method or attribute name: function getFreeSize(path: string): Promise\;|NA|@ohos.file.statvfs.d.ts| +|Deleted|Module name: ohos.file.statvfs
Class name: Statfs
Method or attribute name: function getFreeSize(path: string, callback: AsyncCallback\): void;|NA|@ohos.file.statvfs.d.ts| +|Deleted|Module name: ohos.file.statvfs
Class name: Statfs
Method or attribute name: function getTotalSize(path: string): Promise\;|NA|@ohos.file.statvfs.d.ts| +|Deleted|Module name: ohos.file.statvfs
Class name: Statfs
Method or attribute name: function getTotalSize(path: string, callback: AsyncCallback\): void;|NA|@ohos.file.statvfs.d.ts| +|Deleted|Module name: ohos.storageStatistics
Class name: storageStatistics|NA|@ohos.storageStatistics.d.ts| +|Deleted|Module name: ohos.storageStatistics
Class name: storageStatistics
Method or attribute name: function getTotalSizeOfVolume(volumeUuid: string, callback: AsyncCallback\): void;|NA|@ohos.storageStatistics.d.ts| +|Deleted|Module name: ohos.storageStatistics
Class name: storageStatistics
Method or attribute name: function getTotalSizeOfVolume(volumeUuid: string): Promise\;|NA|@ohos.storageStatistics.d.ts| +|Deleted|Module name: ohos.storageStatistics
Class name: storageStatistics
Method or attribute name: function getFreeSizeOfVolume(volumeUuid: string, callback: AsyncCallback\): void;|NA|@ohos.storageStatistics.d.ts| +|Deleted|Module name: ohos.storageStatistics
Class name: storageStatistics
Method or attribute name: function getFreeSizeOfVolume(volumeUuid: string): Promise\;|NA|@ohos.storageStatistics.d.ts| +|Deleted|Module name: ohos.storageStatistics
Class name: BundleStats|NA|@ohos.storageStatistics.d.ts| +|Deleted|Module name: ohos.storageStatistics
Class name: BundleStats
Method or attribute name: appSize: number;|NA|@ohos.storageStatistics.d.ts| +|Deleted|Module name: ohos.storageStatistics
Class name: BundleStats
Method or attribute name: cacheSize: number;|NA|@ohos.storageStatistics.d.ts| +|Deleted|Module name: ohos.storageStatistics
Class name: BundleStats
Method or attribute name: dataSize: number;|NA|@ohos.storageStatistics.d.ts| +|Deleted|Module name: ohos.storageStatistics
Class name: storageStatistics
Method or attribute name: function getBundleStats(packageName: string, callback: AsyncCallback\): void;|NA|@ohos.storageStatistics.d.ts| +|Deleted|Module name: ohos.storageStatistics
Class name: storageStatistics
Method or attribute name: function getBundleStats(packageName: string): Promise\;|NA|@ohos.storageStatistics.d.ts| +|Deleted|Module name: ohos.storageStatistics
Class name: storageStatistics
Method or attribute name: function getCurrentBundleStats(callback: AsyncCallback\): void;|NA|@ohos.storageStatistics.d.ts| +|Deleted|Module name: ohos.storageStatistics
Class name: storageStatistics
Method or attribute name: function getCurrentBundleStats(): Promise\;|NA|@ohos.storageStatistics.d.ts| +|Deleted|Module name: ohos.storageStatistics
Class name: storageStatistics
Method or attribute name: function getSystemSize(callback: AsyncCallback\): void;|NA|@ohos.storageStatistics.d.ts| +|Deleted|Module name: ohos.storageStatistics
Class name: storageStatistics
Method or attribute name: function getSystemSize(): Promise\;|NA|@ohos.storageStatistics.d.ts| +|Deleted|Module name: ohos.storageStatistics
Class name: StorageStats|NA|@ohos.storageStatistics.d.ts| +|Deleted|Module name: ohos.storageStatistics
Class name: StorageStats
Method or attribute name: total: number;|NA|@ohos.storageStatistics.d.ts| +|Deleted|Module name: ohos.storageStatistics
Class name: StorageStats
Method or attribute name: audio: number;|NA|@ohos.storageStatistics.d.ts| +|Deleted|Module name: ohos.storageStatistics
Class name: StorageStats
Method or attribute name: video: number;|NA|@ohos.storageStatistics.d.ts| +|Deleted|Module name: ohos.storageStatistics
Class name: StorageStats
Method or attribute name: image: number;|NA|@ohos.storageStatistics.d.ts| +|Deleted|Module name: ohos.storageStatistics
Class name: StorageStats
Method or attribute name: file: number;|NA|@ohos.storageStatistics.d.ts| +|Deleted|Module name: ohos.storageStatistics
Class name: StorageStats
Method or attribute name: app: number;|NA|@ohos.storageStatistics.d.ts| +|Deleted|Module name: ohos.storageStatistics
Class name: storageStatistics
Method or attribute name: function getUserStorageStats(userId?: number): Promise\;|NA|@ohos.storageStatistics.d.ts| +|Deleted|Module name: ohos.storageStatistics
Class name: storageStatistics
Method or attribute name: function getUserStorageStats(callback: AsyncCallback\): void;|NA|@ohos.storageStatistics.d.ts| +|Deleted|Module name: ohos.storageStatistics
Class name: storageStatistics
Method or attribute name: function getUserStorageStats(userId: number, callback: AsyncCallback\): void;|NA|@ohos.storageStatistics.d.ts| +|Deleted|Module name: ohos.storageStatistics
Class name: storageStatistics
Method or attribute name: function getTotalSize(callback: AsyncCallback\): void;|NA|@ohos.storageStatistics.d.ts| +|Deleted|Module name: ohos.storageStatistics
Class name: storageStatistics
Method or attribute name: function getTotalSize(): Promise\;|NA|@ohos.storageStatistics.d.ts| +|Deleted|Module name: ohos.storageStatistics
Class name: storageStatistics
Method or attribute name: function getFreeSize(callback: AsyncCallback\): void;|NA|@ohos.storageStatistics.d.ts| +|Deleted|Module name: ohos.storageStatistics
Class name: storageStatistics
Method or attribute name: function getFreeSize(): Promise\;|NA|@ohos.storageStatistics.d.ts| +|Deleted|Module name: ohos.volumeManager
Class name: volumeManager|NA|@ohos.volumeManager.d.ts| +|Deleted|Module name: ohos.volumeManager
Class name: Volume|NA|@ohos.volumeManager.d.ts| +|Deleted|Module name: ohos.volumeManager
Class name: Volume
Method or attribute name: id: string;|NA|@ohos.volumeManager.d.ts| +|Deleted|Module name: ohos.volumeManager
Class name: Volume
Method or attribute name: uuid: string;|NA|@ohos.volumeManager.d.ts| +|Deleted|Module name: ohos.volumeManager
Class name: Volume
Method or attribute name: diskId: string;|NA|@ohos.volumeManager.d.ts| +|Deleted|Module name: ohos.volumeManager
Class name: Volume
Method or attribute name: description: string;|NA|@ohos.volumeManager.d.ts| +|Deleted|Module name: ohos.volumeManager
Class name: Volume
Method or attribute name: removable: boolean;|NA|@ohos.volumeManager.d.ts| +|Deleted|Module name: ohos.volumeManager
Class name: Volume
Method or attribute name: state: number;|NA|@ohos.volumeManager.d.ts| +|Deleted|Module name: ohos.volumeManager
Class name: Volume
Method or attribute name: path: string;|NA|@ohos.volumeManager.d.ts| +|Deleted|Module name: ohos.volumeManager
Class name: volumeManager
Method or attribute name: function getAllVolumes(callback: AsyncCallback\>): void;|NA|@ohos.volumeManager.d.ts| +|Deleted|Module name: ohos.volumeManager
Class name: volumeManager
Method or attribute name: function getAllVolumes(): Promise\>;|NA|@ohos.volumeManager.d.ts| +|Deleted|Module name: ohos.volumeManager
Class name: volumeManager
Method or attribute name: function mount(volumeId: string, callback: AsyncCallback\): void;|NA|@ohos.volumeManager.d.ts| +|Deleted|Module name: ohos.volumeManager
Class name: volumeManager
Method or attribute name: function mount(volumeId: string): Promise\;|NA|@ohos.volumeManager.d.ts| +|Deleted|Module name: ohos.volumeManager
Class name: volumeManager
Method or attribute name: function unmount(volumeId: string, callback: AsyncCallback\): void;|NA|@ohos.volumeManager.d.ts| +|Deleted|Module name: ohos.volumeManager
Class name: volumeManager
Method or attribute name: function unmount(volumeId: string): Promise\;|NA|@ohos.volumeManager.d.ts| +|Deleted|Module name: ohos.volumeManager
Class name: volumeManager
Method or attribute name: function getVolumeByUuid(uuid: string, callback: AsyncCallback\): void;|NA|@ohos.volumeManager.d.ts| +|Deleted|Module name: ohos.volumeManager
Class name: volumeManager
Method or attribute name: function getVolumeByUuid(uuid: string): Promise\;|NA|@ohos.volumeManager.d.ts| +|Deleted|Module name: ohos.volumeManager
Class name: volumeManager
Method or attribute name: function getVolumeById(volumeId: string, callback: AsyncCallback\): void;|NA|@ohos.volumeManager.d.ts| +|Deleted|Module name: ohos.volumeManager
Class name: volumeManager
Method or attribute name: function getVolumeById(volumeId: string): Promise\;|NA|@ohos.volumeManager.d.ts| +|Deleted|Module name: ohos.volumeManager
Class name: volumeManager
Method or attribute name: function setVolumeDescription(uuid: string, description: string, callback: AsyncCallback\): void;|NA|@ohos.volumeManager.d.ts| +|Deleted|Module name: ohos.volumeManager
Class name: volumeManager
Method or attribute name: function setVolumeDescription(uuid: string, description: string): Promise\;|NA|@ohos.volumeManager.d.ts| +|Deleted|Module name: ohos.volumeManager
Class name: volumeManager
Method or attribute name: function format(volumeId: string, fsType: string, callback: AsyncCallback\): void;|NA|@ohos.volumeManager.d.ts| +|Deleted|Module name: ohos.volumeManager
Class name: volumeManager
Method or attribute name: function format(volumeId: string, fsType: string): Promise\;|NA|@ohos.volumeManager.d.ts| +|Deleted|Module name: ohos.volumeManager
Class name: volumeManager
Method or attribute name: function partition(diskId: string, type: number, callback: AsyncCallback\): void;|NA|@ohos.volumeManager.d.ts| +|Deleted|Module name: ohos.volumeManager
Class name: volumeManager
Method or attribute name: function partition(diskId: string, type: number): Promise\;|NA|@ohos.volumeManager.d.ts| +|Deprecated version changed|Class name: fileIO
Method or attribute name: function opendir(path: string): Promise\;
Deprecated version: N/A|Class name: fileIO
Method or attribute name: function opendir(path: string): Promise\;
Deprecated version: 9
Substitute API: ohos.file.fs.listFile |@ohos.fileio.d.ts| +|Deprecated version changed|Class name: fileIO
Method or attribute name: function opendir(path: string, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: fileIO
Method or attribute name: function opendir(path: string, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.file.fs.listFile |@ohos.fileio.d.ts| +|Deprecated version changed|Class name: fileIO
Method or attribute name: function opendirSync(path: string): Dir;
Deprecated version: N/A|Class name: fileIO
Method or attribute name: function opendirSync(path: string): Dir;
Deprecated version: 9
Substitute API: ohos.file.fs.listFile |@ohos.fileio.d.ts| +|Deprecated version changed|Class name: Dir
Method or attribute name: read(): Promise\;
Deprecated version: N/A|Class name: Dir
Method or attribute name: read(): Promise\;
Deprecated version: 9
Substitute API: ohos.file.fs.listFile |@ohos.fileio.d.ts| +|Deprecated version changed|Class name: Dir
Method or attribute name: read(callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: Dir
Method or attribute name: read(callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.file.fs.listFile |@ohos.fileio.d.ts| +|Deprecated version changed|Class name: Dir
Method or attribute name: readSync(): Dirent;
Deprecated version: N/A|Class name: Dir
Method or attribute name: readSync(): Dirent;
Deprecated version: 9
Substitute API: ohos.file.fs.listFile |@ohos.fileio.d.ts| +|Deprecated version changed|Class name: Dir
Method or attribute name: close(): Promise\;
Deprecated version: N/A|Class name: Dir
Method or attribute name: close(): Promise\;
Deprecated version: 9
Substitute API: ohos.file.fs.listFile |@ohos.fileio.d.ts| +|Deprecated version changed|Class name: Dir
Method or attribute name: close(callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: Dir
Method or attribute name: close(callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.file.fs.listFile |@ohos.fileio.d.ts| +|Deprecated version changed|Class name: Dir
Method or attribute name: closeSync(): void;
Deprecated version: N/A|Class name: Dir
Method or attribute name: closeSync(): void;
Deprecated version: 9
Substitute API: ohos.file.fs.listFile |@ohos.fileio.d.ts| +|Deprecated version changed|Class name: Dirent
Deprecated version: N/A|Class name: Dirent
Deprecated version: 9
Substitute API: ohos.file.fs.listFile |@ohos.fileio.d.ts| +|Deprecated version changed|Class name: Dirent
Method or attribute name: readonly name: string;
Deprecated version: N/A|Class name: Dirent
Method or attribute name: readonly name: string;
Deprecated version: 9
Substitute API: ohos.file.fs.listFile |@ohos.fileio.d.ts| +|Deprecated version changed|Class name: Dirent
Method or attribute name: isBlockDevice(): boolean;
Deprecated version: N/A|Class name: Dirent
Method or attribute name: isBlockDevice(): boolean;
Deprecated version: 9
Substitute API: ohos.file.fs.listFile |@ohos.fileio.d.ts| +|Deprecated version changed|Class name: Dirent
Method or attribute name: isCharacterDevice(): boolean;
Deprecated version: N/A|Class name: Dirent
Method or attribute name: isCharacterDevice(): boolean;
Deprecated version: 9
Substitute API: ohos.file.fs.listFile |@ohos.fileio.d.ts| +|Deprecated version changed|Class name: Dirent
Method or attribute name: isDirectory(): boolean;
Deprecated version: N/A|Class name: Dirent
Method or attribute name: isDirectory(): boolean;
Deprecated version: 9
Substitute API: ohos.file.fs.listFile |@ohos.fileio.d.ts| +|Deprecated version changed|Class name: Dirent
Method or attribute name: isFIFO(): boolean;
Deprecated version: N/A|Class name: Dirent
Method or attribute name: isFIFO(): boolean;
Deprecated version: 9
Substitute API: ohos.file.fs.listFile |@ohos.fileio.d.ts| +|Deprecated version changed|Class name: Dirent
Method or attribute name: isFile(): boolean;
Deprecated version: N/A|Class name: Dirent
Method or attribute name: isFile(): boolean;
Deprecated version: 9
Substitute API: ohos.file.fs.listFile |@ohos.fileio.d.ts| +|Deprecated version changed|Class name: Dirent
Method or attribute name: isSocket(): boolean;
Deprecated version: N/A|Class name: Dirent
Method or attribute name: isSocket(): boolean;
Deprecated version: 9
Substitute API: ohos.file.fs.listFile |@ohos.fileio.d.ts| +|Deprecated version changed|Class name: Dirent
Method or attribute name: isSymbolicLink(): boolean;
Deprecated version: N/A|Class name: Dirent
Method or attribute name: isSymbolicLink(): boolean;
Deprecated version: 9
Substitute API: ohos.file.fs.listFile |@ohos.fileio.d.ts| +|Initial version changed|Class name: fileIO
Method or attribute name: function opendirSync(path: string): Dir;
Initial version: N/A|Class name: fileIO
Method or attribute name: function opendirSync(path: string): Dir;
Initial version: 6|@ohos.fileio.d.ts| +|Function changed|Class name: securityLabel
Method or attribute name: function setSecurityLabel(path: string, type: dataLevel): Promise\;
|Class name: securityLabel
Method or attribute name: function setSecurityLabel(path: string, type: DataLevel): Promise\;
|@ohos.file.securityLabel.d.ts| +|Function changed|Class name: securityLabel
Method or attribute name: function setSecurityLabel(path: string, type: dataLevel, callback: AsyncCallback\): void;
|Class name: securityLabel
Method or attribute name: function setSecurityLabel(path: string, type: DataLevel, callback: AsyncCallback\): void;
|@ohos.file.securityLabel.d.ts| +|Function changed|Class name: securityLabel
Method or attribute name: function setSecurityLabelSync(path: string, type: dataLevel): void;
|Class name: securityLabel
Method or attribute name: function setSecurityLabelSync(path: string, type: DataLevel): void;
|@ohos.file.securityLabel.d.ts| diff --git a/en/release-notes/api-diff/Beta5 to v3.2-Release/js-apidiff-misc.md b/en/release-notes/api-diff/Beta5 to v3.2-Release/js-apidiff-misc.md new file mode 100644 index 0000000000000000000000000000000000000000..bbaf534ad50bfdd0bdc16b388d6a8d621863d928 --- /dev/null +++ b/en/release-notes/api-diff/Beta5 to v3.2-Release/js-apidiff-misc.md @@ -0,0 +1,73 @@ +| Change Type | Old Version | New Version | d.ts File | +| ---- | ------ | ------ | -------- | +|Added|NA|Class name: ShareOption
Method or attribute name: INAPP|@ohos.pasteboard.d.ts| +|Added|NA|Class name: ShareOption
Method or attribute name: LOCALDEVICE|@ohos.pasteboard.d.ts| +|Added|NA|Class name: ShareOption
Method or attribute name: CROSSDEVICE|@ohos.pasteboard.d.ts| +|Added|NA|Class name: PasteDataRecord
Method or attribute name: toPlainText(): string;|@ohos.pasteboard.d.ts| +|Deleted|Module name: ohos.pasteboard
Class name: ShareOption
Method or attribute name: InApp|NA|@ohos.pasteboard.d.ts| +|Deleted|Module name: ohos.pasteboard
Class name: ShareOption
Method or attribute name: LocalDevice|NA|@ohos.pasteboard.d.ts| +|Deleted|Module name: ohos.pasteboard
Class name: ShareOption
Method or attribute name: CrossDevice|NA|@ohos.pasteboard.d.ts| +|Deleted|Module name: ohos.pasteboard
Class name: PasteDataRecord
Method or attribute name: convertToTextV9(callback: AsyncCallback\): void;|NA|@ohos.pasteboard.d.ts| +|Deleted|Module name: ohos.pasteboard
Class name: PasteDataRecord
Method or attribute name: convertToTextV9(): Promise\;|NA|@ohos.pasteboard.d.ts| +|Deleted|Module name: ohos.request
Class name: request
Method or attribute name: function download(context: BaseContext, config: DownloadConfig, callback: AsyncCallback\): void;|NA|@ohos.request.d.ts| +|Deleted|Module name: ohos.request
Class name: request
Method or attribute name: function download(context: BaseContext, config: DownloadConfig): Promise\;|NA|@ohos.request.d.ts| +|Deleted|Module name: ohos.request
Class name: request
Method or attribute name: function upload(context: BaseContext, config: UploadConfig, callback: AsyncCallback\): void;|NA|@ohos.request.d.ts| +|Deleted|Module name: ohos.request
Class name: request
Method or attribute name: function upload(context: BaseContext, config: UploadConfig): Promise\;|NA|@ohos.request.d.ts| +|Deleted|Module name: ohos.screenLock
Class name: screenLock
Method or attribute name: function isSecure(): boolean;|NA|@ohos.screenLock.d.ts| +|Deleted|Module name: ohos.wallpaper
Class name: wallpaper
Method or attribute name: function getIdSync(wallpaperType: WallpaperType): number;|NA|@ohos.wallpaper.d.ts| +|Deleted|Module name: ohos.wallpaper
Class name: wallpaper
Method or attribute name: function getFileSync(wallpaperType: WallpaperType): number;|NA|@ohos.wallpaper.d.ts| +|Deleted|Module name: ohos.wallpaper
Class name: wallpaper
Method or attribute name: function isChangeAllowed(): boolean;|NA|@ohos.wallpaper.d.ts| +|Deleted|Module name: ohos.wallpaper
Class name: wallpaper
Method or attribute name: function isUserChangeAllowed(): boolean;|NA|@ohos.wallpaper.d.ts| +|Model changed|Class name: InputMethodExtensionAbility
Model: N/A|Class name: InputMethodExtensionAbility
Model: @StageModelOnly|@ohos.InputMethodExtensionAbility.d.ts| +|Model changed|Class name: InputMethodExtensionAbility
Method or attribute name: context: InputMethodExtensionContext;
Model: N/A|Class name: InputMethodExtensionAbility
Method or attribute name: context: InputMethodExtensionContext;
Model: @StageModelOnly|@ohos.InputMethodExtensionAbility.d.ts| +|Model changed|Class name: InputMethodExtensionAbility
Method or attribute name: onCreate(want: Want): void;
Model: N/A|Class name: InputMethodExtensionAbility
Method or attribute name: onCreate(want: Want): void;
Model: @StageModelOnly|@ohos.InputMethodExtensionAbility.d.ts| +|Model changed|Class name: InputMethodExtensionAbility
Method or attribute name: onDestroy(): void;
Model: N/A|Class name: InputMethodExtensionAbility
Method or attribute name: onDestroy(): void;
Model: @StageModelOnly|@ohos.InputMethodExtensionAbility.d.ts| +|Model changed|Class name: InputMethodExtensionContext
Model: N/A|Class name: InputMethodExtensionContext
Model: @StageModelOnly|@ohos.InputMethodExtensionContext.d.ts| +|Model changed|Class name: InputMethodExtensionContext
Method or attribute name: destroy(callback: AsyncCallback\): void;
Model: N/A|Class name: InputMethodExtensionContext
Method or attribute name: destroy(callback: AsyncCallback\): void;
Model: @StageModelOnly|@ohos.InputMethodExtensionContext.d.ts| +|Model changed|Class name: InputMethodExtensionContext
Method or attribute name: destroy(): Promise\;
Model: N/A|Class name: InputMethodExtensionContext
Method or attribute name: destroy(): Promise\;
Model: @StageModelOnly|@ohos.InputMethodExtensionContext.d.ts| +|Access level changed|Class name: screenLock
Method or attribute name: function isLocked(): boolean;
Access level: public API|Class name: screenLock
Method or attribute name: function isLocked(): boolean;
Access level: system API|@ohos.screenLock.d.ts| +|Access level changed|Class name: screenLock
Method or attribute name: function unlock(callback: AsyncCallback\): void;
Access level: public API|Class name: screenLock
Method or attribute name: function unlock(callback: AsyncCallback\): void;
Access level: system API|@ohos.screenLock.d.ts| +|Access level changed|Class name: screenLock
Method or attribute name: function unlock():Promise\;
Access level: public API|Class name: screenLock
Method or attribute name: function unlock():Promise\;
Access level: system API|@ohos.screenLock.d.ts| +|Access level changed|Class name: wallpaper
Method or attribute name: function getColorsSync(wallpaperType: WallpaperType): Array\;
Access level: public API|Class name: wallpaper
Method or attribute name: function getColorsSync(wallpaperType: WallpaperType): Array\;
Access level: system API|@ohos.wallpaper.d.ts| +|Access level changed|Class name: wallpaper
Method or attribute name: function getMinHeightSync(): number;
Access level: public API|Class name: wallpaper
Method or attribute name: function getMinHeightSync(): number;
Access level: system API|@ohos.wallpaper.d.ts| +|Access level changed|Class name: wallpaper
Method or attribute name: function getMinWidthSync(): number;
Access level: public API|Class name: wallpaper
Method or attribute name: function getMinWidthSync(): number;
Access level: system API|@ohos.wallpaper.d.ts| +|Access level changed|Class name: wallpaper
Method or attribute name: function restore(wallpaperType: WallpaperType, callback: AsyncCallback\): void;
Access level: public API|Class name: wallpaper
Method or attribute name: function restore(wallpaperType: WallpaperType, callback: AsyncCallback\): void;
Access level: system API|@ohos.wallpaper.d.ts| +|Access level changed|Class name: wallpaper
Method or attribute name: function restore(wallpaperType: WallpaperType): Promise\;
Access level: public API|Class name: wallpaper
Method or attribute name: function restore(wallpaperType: WallpaperType): Promise\;
Access level: system API|@ohos.wallpaper.d.ts| +|Access level changed|Class name: wallpaper
Method or attribute name: function setImage(source: string \| image.PixelMap, wallpaperType: WallpaperType, callback: AsyncCallback\): void;
Access level: public API|Class name: wallpaper
Method or attribute name: function setImage(source: string \| image.PixelMap, wallpaperType: WallpaperType, callback: AsyncCallback\): void;
Access level: system API|@ohos.wallpaper.d.ts| +|Access level changed|Class name: wallpaper
Method or attribute name: function setImage(source: string \| image.PixelMap, wallpaperType: WallpaperType): Promise\;
Access level: public API|Class name: wallpaper
Method or attribute name: function setImage(source: string \| image.PixelMap, wallpaperType: WallpaperType): Promise\;
Access level: system API|@ohos.wallpaper.d.ts| +|Deprecated version changed|Class name: RgbaColor
Deprecated version: N/A|Class name: RgbaColor
Deprecated version: 9
Substitute API: N/A|@ohos.wallpaper.d.ts| +|Deprecated version changed|Class name: wallpaper
Method or attribute name: function on(type: 'colorChange', callback: (colors: Array\, wallpaperType: WallpaperType) => void): void;
Deprecated version: N/A|Class name: wallpaper
Method or attribute name: function on(type: 'colorChange', callback: (colors: Array\, wallpaperType: WallpaperType) => void): void;
Deprecated version: 9
Substitute API: N/A|@ohos.wallpaper.d.ts| +|Deprecated version changed|Class name: wallpaper
Method or attribute name: function off(type: 'colorChange', callback?: (colors: Array\, wallpaperType: WallpaperType) => void): void;
Deprecated version: N/A|Class name: wallpaper
Method or attribute name: function off(type: 'colorChange', callback?: (colors: Array\, wallpaperType: WallpaperType) => void): void;
Deprecated version: 9
Substitute API: N/A|@ohos.wallpaper.d.ts| +|Initial version changed|Class name: RgbaColor
Initial version: N/A|Class name: RgbaColor
Initial version: 7|@ohos.wallpaper.d.ts| +|Initial version changed|Class name: WallpaperType
Initial version: N/A|Class name: WallpaperType
Initial version: 7|@ohos.wallpaper.d.ts| +|Initial version changed|Class name: wallpaper
Method or attribute name: function getColors(wallpaperType: WallpaperType, callback: AsyncCallback\>): void;
Initial version: N/A|Class name: wallpaper
Method or attribute name: function getColors(wallpaperType: WallpaperType, callback: AsyncCallback\>): void;
Initial version: 7|@ohos.wallpaper.d.ts| +|Initial version changed|Class name: wallpaper
Method or attribute name: function getColors(wallpaperType: WallpaperType): Promise\>;
Initial version: N/A|Class name: wallpaper
Method or attribute name: function getColors(wallpaperType: WallpaperType): Promise\>;
Initial version: 7|@ohos.wallpaper.d.ts| +|Initial version changed|Class name: wallpaper
Method or attribute name: function getId(wallpaperType: WallpaperType, callback: AsyncCallback\): void;
Initial version: N/A|Class name: wallpaper
Method or attribute name: function getId(wallpaperType: WallpaperType, callback: AsyncCallback\): void;
Initial version: 7|@ohos.wallpaper.d.ts| +|Initial version changed|Class name: wallpaper
Method or attribute name: function getId(wallpaperType: WallpaperType): Promise\;
Initial version: N/A|Class name: wallpaper
Method or attribute name: function getId(wallpaperType: WallpaperType): Promise\;
Initial version: 7|@ohos.wallpaper.d.ts| +|Initial version changed|Class name: wallpaper
Method or attribute name: function getMinHeight(callback: AsyncCallback\): void;
Initial version: N/A|Class name: wallpaper
Method or attribute name: function getMinHeight(callback: AsyncCallback\): void;
Initial version: 7|@ohos.wallpaper.d.ts| +|Initial version changed|Class name: wallpaper
Method or attribute name: function getMinHeight(): Promise\;
Initial version: N/A|Class name: wallpaper
Method or attribute name: function getMinHeight(): Promise\;
Initial version: 7|@ohos.wallpaper.d.ts| +|Initial version changed|Class name: wallpaper
Method or attribute name: function getMinWidth(callback: AsyncCallback\): void;
Initial version: N/A|Class name: wallpaper
Method or attribute name: function getMinWidth(callback: AsyncCallback\): void;
Initial version: 7|@ohos.wallpaper.d.ts| +|Initial version changed|Class name: wallpaper
Method or attribute name: function getMinWidth(): Promise\;
Initial version: N/A|Class name: wallpaper
Method or attribute name: function getMinWidth(): Promise\;
Initial version: 7|@ohos.wallpaper.d.ts| +|Initial version changed|Class name: wallpaper
Method or attribute name: function isChangePermitted(callback: AsyncCallback\): void;
Initial version: N/A|Class name: wallpaper
Method or attribute name: function isChangePermitted(callback: AsyncCallback\): void;
Initial version: 7|@ohos.wallpaper.d.ts| +|Initial version changed|Class name: wallpaper
Method or attribute name: function isChangePermitted(): Promise\;
Initial version: N/A|Class name: wallpaper
Method or attribute name: function isChangePermitted(): Promise\;
Initial version: 7|@ohos.wallpaper.d.ts| +|Initial version changed|Class name: wallpaper
Method or attribute name: function isOperationAllowed(callback: AsyncCallback\): void;
Initial version: N/A|Class name: wallpaper
Method or attribute name: function isOperationAllowed(callback: AsyncCallback\): void;
Initial version: 7|@ohos.wallpaper.d.ts| +|Initial version changed|Class name: wallpaper
Method or attribute name: function isOperationAllowed(): Promise\;
Initial version: N/A|Class name: wallpaper
Method or attribute name: function isOperationAllowed(): Promise\;
Initial version: 7|@ohos.wallpaper.d.ts| +|Initial version changed|Class name: wallpaper
Method or attribute name: function reset(wallpaperType: WallpaperType, callback: AsyncCallback\): void;
Initial version: N/A|Class name: wallpaper
Method or attribute name: function reset(wallpaperType: WallpaperType, callback: AsyncCallback\): void;
Initial version: 7|@ohos.wallpaper.d.ts| +|Initial version changed|Class name: wallpaper
Method or attribute name: function reset(wallpaperType: WallpaperType): Promise\;
Initial version: N/A|Class name: wallpaper
Method or attribute name: function reset(wallpaperType: WallpaperType): Promise\;
Initial version: 7|@ohos.wallpaper.d.ts| +|Initial version changed|Class name: wallpaper
Method or attribute name: function setWallpaper(source: string \| image.PixelMap, wallpaperType: WallpaperType, callback: AsyncCallback\): void;
Initial version: N/A|Class name: wallpaper
Method or attribute name: function setWallpaper(source: string \| image.PixelMap, wallpaperType: WallpaperType, callback: AsyncCallback\): void;
Initial version: 7|@ohos.wallpaper.d.ts| +|Initial version changed|Class name: wallpaper
Method or attribute name: function setWallpaper(source: string \| image.PixelMap, wallpaperType: WallpaperType): Promise\;
Initial version: N/A|Class name: wallpaper
Method or attribute name: function setWallpaper(source: string \| image.PixelMap, wallpaperType: WallpaperType): Promise\;
Initial version: 7|@ohos.wallpaper.d.ts| +|Initial version changed|Class name: wallpaper
Method or attribute name: function getPixelMap(wallpaperType: WallpaperType, callback: AsyncCallback\): void;
Initial version: N/A|Class name: wallpaper
Method or attribute name: function getPixelMap(wallpaperType: WallpaperType, callback: AsyncCallback\): void;
Initial version: 7|@ohos.wallpaper.d.ts| +|Initial version changed|Class name: wallpaper
Method or attribute name: function getPixelMap(wallpaperType: WallpaperType): Promise\;
Initial version: N/A|Class name: wallpaper
Method or attribute name: function getPixelMap(wallpaperType: WallpaperType): Promise\;
Initial version: 7|@ohos.wallpaper.d.ts| +|Initial version changed|Class name: wallpaper
Method or attribute name: function on(type: 'colorChange', callback: (colors: Array\, wallpaperType: WallpaperType) => void): void;
Initial version: 9|Class name: wallpaper
Method or attribute name: function on(type: 'colorChange', callback: (colors: Array\, wallpaperType: WallpaperType) => void): void;
Initial version: 7|@ohos.wallpaper.d.ts| +|Initial version changed|Class name: wallpaper
Method or attribute name: function off(type: 'colorChange', callback?: (colors: Array\, wallpaperType: WallpaperType) => void): void;
Initial version: 9|Class name: wallpaper
Method or attribute name: function off(type: 'colorChange', callback?: (colors: Array\, wallpaperType: WallpaperType) => void): void;
Initial version: 7|@ohos.wallpaper.d.ts| +|Initial version changed|Class name: Request
Method or attribute name: static upload(options: UploadRequestOptions): void;
Initial version: N/A|Class name: Request
Method or attribute name: static upload(options: UploadRequestOptions): void;
Initial version: 3|@system.request.d.ts| +|Initial version changed|Class name: Request
Method or attribute name: static download(options: DownloadRequestOptions): void;
Initial version: N/A|Class name: Request
Method or attribute name: static download(options: DownloadRequestOptions): void;
Initial version: 3|@system.request.d.ts| +|Initial version changed|Class name: Request
Method or attribute name: static onDownloadComplete(options: OnDownloadCompleteOptions): void;
Initial version: N/A|Class name: Request
Method or attribute name: static onDownloadComplete(options: OnDownloadCompleteOptions): void;
Initial version: 3|@system.request.d.ts| +|Permission deleted|Class name: InputMethodSetting
Method or attribute name: showOptionalInputMethods(callback: AsyncCallback\): void;
Permission: ohos.permission.CONNECT_IME_ABILITY|Class name: InputMethodSetting
Method or attribute name: showOptionalInputMethods(callback: AsyncCallback\): void;
Permission: N/A|@ohos.inputMethod.d.ts| +|Permission deleted|Class name: InputMethodSetting
Method or attribute name: showOptionalInputMethods(): Promise\;
Permission: ohos.permission.CONNECT_IME_ABILITY|Class name: InputMethodSetting
Method or attribute name: showOptionalInputMethods(): Promise\;
Permission: N/A|@ohos.inputMethod.d.ts| +|Error code added|NA|Class name: screenLock
Method or attribute name: function isLocked(): boolean;
Error code: 202|@ohos.screenLock.d.ts| +|Error code added|NA|Class name: wallpaper
Method or attribute name: function getMinHeightSync(): number;
Error code: 202|@ohos.wallpaper.d.ts| +|Error code added|NA|Class name: wallpaper
Method or attribute name: function getMinWidthSync(): number;
Error code: 202|@ohos.wallpaper.d.ts| +|Permission added|Class name: request
Method or attribute name: function uploadFile(context: BaseContext, config: UploadConfig, callback: AsyncCallback\): void;
Permission: N/A|Class name: request
Method or attribute name: function uploadFile(context: BaseContext, config: UploadConfig, callback: AsyncCallback\): void;
Permission: ohos.permission.INTERNET|@ohos.request.d.ts| +|SysCap changed|Class name: wallpaper
Method or attribute name: function on(type: 'colorChange', callback: (colors: Array\, wallpaperType: WallpaperType) => void): void;
SysCap: N/A|Class name: wallpaper
Method or attribute name: function on(type: 'colorChange', callback: (colors: Array\, wallpaperType: WallpaperType) => void): void;
SysCap:SystemCapability.MiscServices.Wallpaper|@ohos.wallpaper.d.ts| +|SysCap changed|Class name: wallpaper
Method or attribute name: function off(type: 'colorChange', callback?: (colors: Array\, wallpaperType: WallpaperType) => void): void;
SysCap: N/A|Class name: wallpaper
Method or attribute name: function off(type: 'colorChange', callback?: (colors: Array\, wallpaperType: WallpaperType) => void): void;
SysCap:SystemCapability.MiscServices.Wallpaper|@ohos.wallpaper.d.ts| diff --git a/en/release-notes/api-diff/Beta5 to v3.2-Release/js-apidiff-multimedia.md b/en/release-notes/api-diff/Beta5 to v3.2-Release/js-apidiff-multimedia.md new file mode 100644 index 0000000000000000000000000000000000000000..1cfb9bcfe51068dc05e61da9af7b30d358c13fae --- /dev/null +++ b/en/release-notes/api-diff/Beta5 to v3.2-Release/js-apidiff-multimedia.md @@ -0,0 +1,245 @@ +| Change Type | Old Version | New Version | d.ts File | +| ---- | ------ | ------ | -------- | +|Access level changed|Class name: VolumeEvent
Access level: system API|Class name: VolumeEvent
Access level: public API|@ohos.multimedia.audio.d.ts| +|Access level changed|Class name: VolumeEvent
Method or attribute name: volumeGroupId: number;
Access level: public API|Class name: VolumeEvent
Method or attribute name: volumeGroupId: number;
Access level: system API|@ohos.multimedia.audio.d.ts| +|Access level changed|Class name: VolumeEvent
Method or attribute name: networkId: string;
Access level: public API|Class name: VolumeEvent
Method or attribute name: networkId: string;
Access level: system API|@ohos.multimedia.audio.d.ts| +|Access level changed|Class name: avSession
Method or attribute name: function off(type: 'sessionCreate' \| 'sessionDestroy' \| 'topSessionChange', callback?: (session: AVSessionDescriptor) => void): void;
Access level: public API|Class name: avSession
Method or attribute name: function off(type: 'sessionCreate' \| 'sessionDestroy' \| 'topSessionChange', callback?: (session: AVSessionDescriptor) => void): void;
Access level: system API|@ohos.multimedia.avsession.d.ts| +|Access level changed|Class name: avSession
Method or attribute name: function off(type: 'sessionCreate' \| 'sessionDestroy' \| 'topSessionChange', callback?: (session: AVSessionDescriptor) => void): void;
Access level: public API|Class name: avSession
Method or attribute name: function off(type: 'sessionCreate' \| 'sessionDestroy' \| 'topSessionChange', callback?: (session: AVSessionDescriptor) => void): void;
Access level: system API|@ohos.multimedia.avsession.d.ts| +|Access level changed|Class name: avSession
Method or attribute name: function off(type: 'sessionCreate' \| 'sessionDestroy' \| 'topSessionChange', callback?: (session: AVSessionDescriptor) => void): void;
Access level: public API|Class name: avSession
Method or attribute name: function off(type: 'sessionCreate' \| 'sessionDestroy' \| 'topSessionChange', callback?: (session: AVSessionDescriptor) => void): void;
Access level: system API|@ohos.multimedia.avsession.d.ts| +|Access level changed|Class name: avSession
Method or attribute name: function off(type: 'sessionServiceDie', callback?: () => void): void;
Access level: public API|Class name: avSession
Method or attribute name: function off(type: 'sessionServiceDie', callback?: () => void): void;
Access level: system API|@ohos.multimedia.avsession.d.ts| +|Access level changed|Class name: AVSession
Method or attribute name: off(type: 'play' \| 'pause' \| 'stop' \| 'playNext' \| 'playPrevious' \| 'fastForward' \| 'rewind', callback?: () => void): void;
Access level: public API|Class name: AVSession
Method or attribute name: off(type: 'play' \| 'pause' \| 'stop' \| 'playNext' \| 'playPrevious' \| 'fastForward' \| 'rewind', callback?: () => void): void;
Access level: system API|@ohos.multimedia.avsession.d.ts| +|Access level changed|Class name: AVSession
Method or attribute name: off(type: 'play' \| 'pause' \| 'stop' \| 'playNext' \| 'playPrevious' \| 'fastForward' \| 'rewind', callback?: () => void): void;
Access level: public API|Class name: AVSession
Method or attribute name: off(type: 'play' \| 'pause' \| 'stop' \| 'playNext' \| 'playPrevious' \| 'fastForward' \| 'rewind', callback?: () => void): void;
Access level: system API|@ohos.multimedia.avsession.d.ts| +|Access level changed|Class name: AVSession
Method or attribute name: off(type: 'play' \| 'pause' \| 'stop' \| 'playNext' \| 'playPrevious' \| 'fastForward' \| 'rewind', callback?: () => void): void;
Access level: public API|Class name: AVSession
Method or attribute name: off(type: 'play' \| 'pause' \| 'stop' \| 'playNext' \| 'playPrevious' \| 'fastForward' \| 'rewind', callback?: () => void): void;
Access level: system API|@ohos.multimedia.avsession.d.ts| +|Access level changed|Class name: AVSession
Method or attribute name: off(type: 'play' \| 'pause' \| 'stop' \| 'playNext' \| 'playPrevious' \| 'fastForward' \| 'rewind', callback?: () => void): void;
Access level: public API|Class name: AVSession
Method or attribute name: off(type: 'play' \| 'pause' \| 'stop' \| 'playNext' \| 'playPrevious' \| 'fastForward' \| 'rewind', callback?: () => void): void;
Access level: system API|@ohos.multimedia.avsession.d.ts| +|Access level changed|Class name: AVSession
Method or attribute name: off(type: 'play' \| 'pause' \| 'stop' \| 'playNext' \| 'playPrevious' \| 'fastForward' \| 'rewind', callback?: () => void): void;
Access level: public API|Class name: AVSession
Method or attribute name: off(type: 'play' \| 'pause' \| 'stop' \| 'playNext' \| 'playPrevious' \| 'fastForward' \| 'rewind', callback?: () => void): void;
Access level: system API|@ohos.multimedia.avsession.d.ts| +|Access level changed|Class name: AVSession
Method or attribute name: off(type: 'play' \| 'pause' \| 'stop' \| 'playNext' \| 'playPrevious' \| 'fastForward' \| 'rewind', callback?: () => void): void;
Access level: public API|Class name: AVSession
Method or attribute name: off(type: 'play' \| 'pause' \| 'stop' \| 'playNext' \| 'playPrevious' \| 'fastForward' \| 'rewind', callback?: () => void): void;
Access level: system API|@ohos.multimedia.avsession.d.ts| +|Access level changed|Class name: AVSession
Method or attribute name: off(type: 'play' \| 'pause' \| 'stop' \| 'playNext' \| 'playPrevious' \| 'fastForward' \| 'rewind', callback?: () => void): void;
Access level: public API|Class name: AVSession
Method or attribute name: off(type: 'play' \| 'pause' \| 'stop' \| 'playNext' \| 'playPrevious' \| 'fastForward' \| 'rewind', callback?: () => void): void;
Access level: system API|@ohos.multimedia.avsession.d.ts| +|Access level changed|Class name: AVSession
Method or attribute name: off(type: 'seek', callback?: (time: number) => void): void;
Access level: public API|Class name: AVSession
Method or attribute name: off(type: 'seek', callback?: (time: number) => void): void;
Access level: system API|@ohos.multimedia.avsession.d.ts| +|Access level changed|Class name: AVSession
Method or attribute name: off(type: 'setSpeed', callback?: (speed: number) => void): void;
Access level: public API|Class name: AVSession
Method or attribute name: off(type: 'setSpeed', callback?: (speed: number) => void): void;
Access level: system API|@ohos.multimedia.avsession.d.ts| +|Access level changed|Class name: AVSession
Method or attribute name: off(type: 'setLoopMode', callback?: (mode: LoopMode) => void): void;
Access level: public API|Class name: AVSession
Method or attribute name: off(type: 'setLoopMode', callback?: (mode: LoopMode) => void): void;
Access level: system API|@ohos.multimedia.avsession.d.ts| +|Access level changed|Class name: AVSession
Method or attribute name: off(type: 'toggleFavorite', callback?: (assetId: string) => void): void;
Access level: public API|Class name: AVSession
Method or attribute name: off(type: 'toggleFavorite', callback?: (assetId: string) => void): void;
Access level: system API|@ohos.multimedia.avsession.d.ts| +|Access level changed|Class name: AVSession
Method or attribute name: off(type: 'handleKeyEvent', callback?: (event: KeyEvent) => void): void;
Access level: public API|Class name: AVSession
Method or attribute name: off(type: 'handleKeyEvent', callback?: (event: KeyEvent) => void): void;
Access level: system API|@ohos.multimedia.avsession.d.ts| +|Access level changed|Class name: AVSession
Method or attribute name: off(type: 'outputDeviceChange', callback?: (device: OutputDeviceInfo) => void): void;
Access level: public API|Class name: AVSession
Method or attribute name: off(type: 'outputDeviceChange', callback?: (device: OutputDeviceInfo) => void): void;
Access level: system API|@ohos.multimedia.avsession.d.ts| +|Access level changed|Class name: AVSessionController
Method or attribute name: off(type: 'metadataChange', callback?: (data: AVMetadata) => void);
Access level: public API|Class name: AVSessionController
Method or attribute name: off(type: 'metadataChange', callback?: (data: AVMetadata) => void);
Access level: system API|@ohos.multimedia.avsession.d.ts| +|Access level changed|Class name: AVSessionController
Method or attribute name: off(type: 'playbackStateChange', callback?: (state: AVPlaybackState) => void);
Access level: public API|Class name: AVSessionController
Method or attribute name: off(type: 'playbackStateChange', callback?: (state: AVPlaybackState) => void);
Access level: system API|@ohos.multimedia.avsession.d.ts| +|Access level changed|Class name: AVSessionController
Method or attribute name: off(type: 'sessionDestroy', callback?: () => void);
Access level: public API|Class name: AVSessionController
Method or attribute name: off(type: 'sessionDestroy', callback?: () => void);
Access level: system API|@ohos.multimedia.avsession.d.ts| +|Access level changed|Class name: AVSessionController
Method or attribute name: off(type: 'activeStateChange', callback?: (isActive: boolean) => void);
Access level: public API|Class name: AVSessionController
Method or attribute name: off(type: 'activeStateChange', callback?: (isActive: boolean) => void);
Access level: system API|@ohos.multimedia.avsession.d.ts| +|Access level changed|Class name: AVSessionController
Method or attribute name: off(type: 'validCommandChange', callback?: (commands: Array\) => void);
Access level: public API|Class name: AVSessionController
Method or attribute name: off(type: 'validCommandChange', callback?: (commands: Array\) => void);
Access level: system API|@ohos.multimedia.avsession.d.ts| +|Access level changed|Class name: AVSessionController
Method or attribute name: off(type: 'outputDeviceChange', callback?: (device: OutputDeviceInfo) => void): void;
Access level: public API|Class name: AVSessionController
Method or attribute name: off(type: 'outputDeviceChange', callback?: (device: OutputDeviceInfo) => void): void;
Access level: system API|@ohos.multimedia.avsession.d.ts| +|Deprecated version changed|Class name: AudioManager
Method or attribute name: on(type: 'volumeChange', callback: Callback\): void;
Deprecated version: 9|Class name: AudioManager
Method or attribute name: on(type: 'volumeChange', callback: Callback\): void;
Deprecated version: N/A
Substitute API: ohos.multimedia.audio.AudioVolumeManager|@ohos.multimedia.audio.d.ts| +|Deprecated version changed|Class name: mediaLibrary
Deprecated version: N/A|Class name: mediaLibrary
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: mediaLibrary
Method or attribute name: function getMediaLibrary(): MediaLibrary;
Deprecated version: N/A|Class name: mediaLibrary
Method or attribute name: function getMediaLibrary(): MediaLibrary;
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: mediaLibrary
Method or attribute name: function getMediaLibrary(context: Context): MediaLibrary;
Deprecated version: N/A|Class name: mediaLibrary
Method or attribute name: function getMediaLibrary(context: Context): MediaLibrary;
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: MediaType
Deprecated version: N/A|Class name: MediaType
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: MediaType
Method or attribute name: FILE = 0
Deprecated version: N/A|Class name: MediaType
Method or attribute name: FILE = 0
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: MediaType
Method or attribute name: IMAGE
Deprecated version: N/A|Class name: MediaType
Method or attribute name: IMAGE
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: MediaType
Method or attribute name: VIDEO
Deprecated version: N/A|Class name: MediaType
Method or attribute name: VIDEO
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: MediaType
Method or attribute name: AUDIO
Deprecated version: N/A|Class name: MediaType
Method or attribute name: AUDIO
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: FileAsset
Deprecated version: N/A|Class name: FileAsset
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: FileAsset
Method or attribute name: readonly id: number;
Deprecated version: N/A|Class name: FileAsset
Method or attribute name: readonly id: number;
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: FileAsset
Method or attribute name: readonly uri: string;
Deprecated version: N/A|Class name: FileAsset
Method or attribute name: readonly uri: string;
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: FileAsset
Method or attribute name: readonly mimeType: string;
Deprecated version: N/A|Class name: FileAsset
Method or attribute name: readonly mimeType: string;
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: FileAsset
Method or attribute name: readonly mediaType: MediaType;
Deprecated version: N/A|Class name: FileAsset
Method or attribute name: readonly mediaType: MediaType;
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: FileAsset
Method or attribute name: displayName: string;
Deprecated version: N/A|Class name: FileAsset
Method or attribute name: displayName: string;
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: FileAsset
Method or attribute name: title: string;
Deprecated version: N/A|Class name: FileAsset
Method or attribute name: title: string;
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: FileAsset
Method or attribute name: relativePath: string;
Deprecated version: N/A|Class name: FileAsset
Method or attribute name: relativePath: string;
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: FileAsset
Method or attribute name: readonly parent: number;
Deprecated version: N/A|Class name: FileAsset
Method or attribute name: readonly parent: number;
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: FileAsset
Method or attribute name: readonly size: number;
Deprecated version: N/A|Class name: FileAsset
Method or attribute name: readonly size: number;
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: FileAsset
Method or attribute name: readonly dateAdded: number;
Deprecated version: N/A|Class name: FileAsset
Method or attribute name: readonly dateAdded: number;
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: FileAsset
Method or attribute name: readonly dateModified: number;
Deprecated version: N/A|Class name: FileAsset
Method or attribute name: readonly dateModified: number;
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: FileAsset
Method or attribute name: readonly dateTaken: number;
Deprecated version: N/A|Class name: FileAsset
Method or attribute name: readonly dateTaken: number;
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: FileAsset
Method or attribute name: readonly artist: string;
Deprecated version: N/A|Class name: FileAsset
Method or attribute name: readonly artist: string;
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: FileAsset
Method or attribute name: readonly audioAlbum: string;
Deprecated version: N/A|Class name: FileAsset
Method or attribute name: readonly audioAlbum: string;
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: FileAsset
Method or attribute name: readonly width: number;
Deprecated version: N/A|Class name: FileAsset
Method or attribute name: readonly width: number;
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: FileAsset
Method or attribute name: readonly height: number;
Deprecated version: N/A|Class name: FileAsset
Method or attribute name: readonly height: number;
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: FileAsset
Method or attribute name: orientation: number;
Deprecated version: N/A|Class name: FileAsset
Method or attribute name: orientation: number;
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: FileAsset
Method or attribute name: readonly duration: number;
Deprecated version: N/A|Class name: FileAsset
Method or attribute name: readonly duration: number;
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: FileAsset
Method or attribute name: readonly albumId: number;
Deprecated version: N/A|Class name: FileAsset
Method or attribute name: readonly albumId: number;
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: FileAsset
Method or attribute name: readonly albumUri: string;
Deprecated version: N/A|Class name: FileAsset
Method or attribute name: readonly albumUri: string;
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: FileAsset
Method or attribute name: readonly albumName: string;
Deprecated version: N/A|Class name: FileAsset
Method or attribute name: readonly albumName: string;
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: FileAsset
Method or attribute name: isDirectory(callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: FileAsset
Method or attribute name: isDirectory(callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: FileAsset
Method or attribute name: isDirectory():Promise\;
Deprecated version: N/A|Class name: FileAsset
Method or attribute name: isDirectory():Promise\;
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: FileAsset
Method or attribute name: commitModify(callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: FileAsset
Method or attribute name: commitModify(callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: FileAsset
Method or attribute name: commitModify(): Promise\;
Deprecated version: N/A|Class name: FileAsset
Method or attribute name: commitModify(): Promise\;
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: FileAsset
Method or attribute name: open(mode: string, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: FileAsset
Method or attribute name: open(mode: string, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: FileAsset
Method or attribute name: open(mode: string): Promise\;
Deprecated version: N/A|Class name: FileAsset
Method or attribute name: open(mode: string): Promise\;
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: FileAsset
Method or attribute name: close(fd: number, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: FileAsset
Method or attribute name: close(fd: number, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: FileAsset
Method or attribute name: close(fd: number): Promise\;
Deprecated version: N/A|Class name: FileAsset
Method or attribute name: close(fd: number): Promise\;
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: FileAsset
Method or attribute name: getThumbnail(callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: FileAsset
Method or attribute name: getThumbnail(callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: FileAsset
Method or attribute name: getThumbnail(size: Size, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: FileAsset
Method or attribute name: getThumbnail(size: Size, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: FileAsset
Method or attribute name: getThumbnail(size?: Size): Promise\;
Deprecated version: N/A|Class name: FileAsset
Method or attribute name: getThumbnail(size?: Size): Promise\;
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: FileAsset
Method or attribute name: favorite(isFavorite: boolean, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: FileAsset
Method or attribute name: favorite(isFavorite: boolean, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: FileAsset
Method or attribute name: favorite(isFavorite: boolean): Promise\;
Deprecated version: N/A|Class name: FileAsset
Method or attribute name: favorite(isFavorite: boolean): Promise\;
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: FileAsset
Method or attribute name: isFavorite(callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: FileAsset
Method or attribute name: isFavorite(callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: FileAsset
Method or attribute name: isFavorite():Promise\;
Deprecated version: N/A|Class name: FileAsset
Method or attribute name: isFavorite():Promise\;
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: FileAsset
Method or attribute name: trash(isTrash: boolean, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: FileAsset
Method or attribute name: trash(isTrash: boolean, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: FileAsset
Method or attribute name: trash(isTrash: boolean): Promise\;
Deprecated version: N/A|Class name: FileAsset
Method or attribute name: trash(isTrash: boolean): Promise\;
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: FileAsset
Method or attribute name: isTrash(callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: FileAsset
Method or attribute name: isTrash(callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: FileAsset
Method or attribute name: isTrash():Promise\;
Deprecated version: N/A|Class name: FileAsset
Method or attribute name: isTrash():Promise\;
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: FileKey
Deprecated version: N/A|Class name: FileKey
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: FileKey
Method or attribute name: ID = "file_id"
Deprecated version: N/A|Class name: FileKey
Method or attribute name: ID = "file_id"
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: FileKey
Method or attribute name: RELATIVE_PATH = "relative_path"
Deprecated version: N/A|Class name: FileKey
Method or attribute name: RELATIVE_PATH = "relative_path"
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: FileKey
Method or attribute name: DISPLAY_NAME = "display_name"
Deprecated version: N/A|Class name: FileKey
Method or attribute name: DISPLAY_NAME = "display_name"
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: FileKey
Method or attribute name: PARENT = "parent"
Deprecated version: N/A|Class name: FileKey
Method or attribute name: PARENT = "parent"
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: FileKey
Method or attribute name: MIME_TYPE = "mime_type"
Deprecated version: N/A|Class name: FileKey
Method or attribute name: MIME_TYPE = "mime_type"
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: FileKey
Method or attribute name: MEDIA_TYPE = "media_type"
Deprecated version: N/A|Class name: FileKey
Method or attribute name: MEDIA_TYPE = "media_type"
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: FileKey
Method or attribute name: SIZE = "size"
Deprecated version: N/A|Class name: FileKey
Method or attribute name: SIZE = "size"
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: FileKey
Method or attribute name: DATE_ADDED = "date_added"
Deprecated version: N/A|Class name: FileKey
Method or attribute name: DATE_ADDED = "date_added"
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: FileKey
Method or attribute name: DATE_MODIFIED = "date_modified"
Deprecated version: N/A|Class name: FileKey
Method or attribute name: DATE_MODIFIED = "date_modified"
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: FileKey
Method or attribute name: DATE_TAKEN = "date_taken"
Deprecated version: N/A|Class name: FileKey
Method or attribute name: DATE_TAKEN = "date_taken"
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: FileKey
Method or attribute name: TITLE = "title"
Deprecated version: N/A|Class name: FileKey
Method or attribute name: TITLE = "title"
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: FileKey
Method or attribute name: ARTIST = "artist"
Deprecated version: N/A|Class name: FileKey
Method or attribute name: ARTIST = "artist"
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: FileKey
Method or attribute name: AUDIOALBUM = "audio_album"
Deprecated version: N/A|Class name: FileKey
Method or attribute name: AUDIOALBUM = "audio_album"
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: FileKey
Method or attribute name: DURATION = "duration"
Deprecated version: N/A|Class name: FileKey
Method or attribute name: DURATION = "duration"
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: FileKey
Method or attribute name: WIDTH = "width"
Deprecated version: N/A|Class name: FileKey
Method or attribute name: WIDTH = "width"
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: FileKey
Method or attribute name: HEIGHT = "height"
Deprecated version: N/A|Class name: FileKey
Method or attribute name: HEIGHT = "height"
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: FileKey
Method or attribute name: ORIENTATION = "orientation"
Deprecated version: N/A|Class name: FileKey
Method or attribute name: ORIENTATION = "orientation"
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: FileKey
Method or attribute name: ALBUM_ID = "bucket_id"
Deprecated version: N/A|Class name: FileKey
Method or attribute name: ALBUM_ID = "bucket_id"
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: FileKey
Method or attribute name: ALBUM_NAME = "bucket_display_name"
Deprecated version: N/A|Class name: FileKey
Method or attribute name: ALBUM_NAME = "bucket_display_name"
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: MediaFetchOptions
Deprecated version: N/A|Class name: MediaFetchOptions
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: MediaFetchOptions
Method or attribute name: selections: string;
Deprecated version: N/A|Class name: MediaFetchOptions
Method or attribute name: selections: string;
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: MediaFetchOptions
Method or attribute name: selectionArgs: Array\;
Deprecated version: N/A|Class name: MediaFetchOptions
Method or attribute name: selectionArgs: Array\;
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: MediaFetchOptions
Method or attribute name: order?: string;
Deprecated version: N/A|Class name: MediaFetchOptions
Method or attribute name: order?: string;
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: MediaFetchOptions
Method or attribute name: uri?: string;
Deprecated version: N/A|Class name: MediaFetchOptions
Method or attribute name: uri?: string;
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: MediaFetchOptions
Method or attribute name: networkId?: string;
Deprecated version: N/A|Class name: MediaFetchOptions
Method or attribute name: networkId?: string;
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: MediaFetchOptions
Method or attribute name: extendArgs?: string;
Deprecated version: N/A|Class name: MediaFetchOptions
Method or attribute name: extendArgs?: string;
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: FetchFileResult
Deprecated version: N/A|Class name: FetchFileResult
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: FetchFileResult
Method or attribute name: getCount(): number;
Deprecated version: N/A|Class name: FetchFileResult
Method or attribute name: getCount(): number;
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: FetchFileResult
Method or attribute name: isAfterLast(): boolean;
Deprecated version: N/A|Class name: FetchFileResult
Method or attribute name: isAfterLast(): boolean;
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: FetchFileResult
Method or attribute name: close(): void;
Deprecated version: N/A|Class name: FetchFileResult
Method or attribute name: close(): void;
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: FetchFileResult
Method or attribute name: getFirstObject(callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: FetchFileResult
Method or attribute name: getFirstObject(callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: FetchFileResult
Method or attribute name: getFirstObject(): Promise\;
Deprecated version: N/A|Class name: FetchFileResult
Method or attribute name: getFirstObject(): Promise\;
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: FetchFileResult
Method or attribute name: getNextObject(callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: FetchFileResult
Method or attribute name: getNextObject(callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: FetchFileResult
Method or attribute name: getNextObject(): Promise\;
Deprecated version: N/A|Class name: FetchFileResult
Method or attribute name: getNextObject(): Promise\;
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: FetchFileResult
Method or attribute name: getLastObject(callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: FetchFileResult
Method or attribute name: getLastObject(callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: FetchFileResult
Method or attribute name: getLastObject(): Promise\;
Deprecated version: N/A|Class name: FetchFileResult
Method or attribute name: getLastObject(): Promise\;
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: FetchFileResult
Method or attribute name: getPositionObject(index: number, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: FetchFileResult
Method or attribute name: getPositionObject(index: number, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: FetchFileResult
Method or attribute name: getPositionObject(index: number): Promise\;
Deprecated version: N/A|Class name: FetchFileResult
Method or attribute name: getPositionObject(index: number): Promise\;
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: FetchFileResult
Method or attribute name: getAllObject(callback: AsyncCallback\>): void;
Deprecated version: N/A|Class name: FetchFileResult
Method or attribute name: getAllObject(callback: AsyncCallback\>): void;
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: FetchFileResult
Method or attribute name: getAllObject(): Promise\>;
Deprecated version: N/A|Class name: FetchFileResult
Method or attribute name: getAllObject(): Promise\>;
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: Album
Deprecated version: N/A|Class name: Album
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: Album
Method or attribute name: readonly albumId: number;
Deprecated version: N/A|Class name: Album
Method or attribute name: readonly albumId: number;
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: Album
Method or attribute name: albumName: string;
Deprecated version: N/A|Class name: Album
Method or attribute name: albumName: string;
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: Album
Method or attribute name: readonly albumUri: string;
Deprecated version: N/A|Class name: Album
Method or attribute name: readonly albumUri: string;
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: Album
Method or attribute name: readonly dateModified: number;
Deprecated version: N/A|Class name: Album
Method or attribute name: readonly dateModified: number;
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: Album
Method or attribute name: readonly count: number;
Deprecated version: N/A|Class name: Album
Method or attribute name: readonly count: number;
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: Album
Method or attribute name: readonly relativePath: string;
Deprecated version: N/A|Class name: Album
Method or attribute name: readonly relativePath: string;
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: Album
Method or attribute name: readonly coverUri: string;
Deprecated version: N/A|Class name: Album
Method or attribute name: readonly coverUri: string;
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: Album
Method or attribute name: commitModify(callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: Album
Method or attribute name: commitModify(callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: Album
Method or attribute name: commitModify(): Promise\;
Deprecated version: N/A|Class name: Album
Method or attribute name: commitModify(): Promise\;
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: Album
Method or attribute name: getFileAssets(callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: Album
Method or attribute name: getFileAssets(callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: Album
Method or attribute name: getFileAssets(options: MediaFetchOptions, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: Album
Method or attribute name: getFileAssets(options: MediaFetchOptions, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: Album
Method or attribute name: getFileAssets(options?: MediaFetchOptions): Promise\;
Deprecated version: N/A|Class name: Album
Method or attribute name: getFileAssets(options?: MediaFetchOptions): Promise\;
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: DirectoryType
Deprecated version: N/A|Class name: DirectoryType
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: DirectoryType
Method or attribute name: DIR_CAMERA = 0
Deprecated version: N/A|Class name: DirectoryType
Method or attribute name: DIR_CAMERA = 0
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: DirectoryType
Method or attribute name: DIR_VIDEO
Deprecated version: N/A|Class name: DirectoryType
Method or attribute name: DIR_VIDEO
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: DirectoryType
Method or attribute name: DIR_IMAGE
Deprecated version: N/A|Class name: DirectoryType
Method or attribute name: DIR_IMAGE
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: DirectoryType
Method or attribute name: DIR_AUDIO
Deprecated version: N/A|Class name: DirectoryType
Method or attribute name: DIR_AUDIO
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: DirectoryType
Method or attribute name: DIR_DOCUMENTS
Deprecated version: N/A|Class name: DirectoryType
Method or attribute name: DIR_DOCUMENTS
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: DirectoryType
Method or attribute name: DIR_DOWNLOAD
Deprecated version: N/A|Class name: DirectoryType
Method or attribute name: DIR_DOWNLOAD
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: MediaLibrary
Deprecated version: N/A|Class name: MediaLibrary
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: MediaLibrary
Method or attribute name: getPublicDirectory(type: DirectoryType, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: MediaLibrary
Method or attribute name: getPublicDirectory(type: DirectoryType, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: MediaLibrary
Method or attribute name: getPublicDirectory(type: DirectoryType): Promise\;
Deprecated version: N/A|Class name: MediaLibrary
Method or attribute name: getPublicDirectory(type: DirectoryType): Promise\;
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: MediaLibrary
Method or attribute name: getFileAssets(options: MediaFetchOptions, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: MediaLibrary
Method or attribute name: getFileAssets(options: MediaFetchOptions, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: MediaLibrary
Method or attribute name: getFileAssets(options: MediaFetchOptions): Promise\;
Deprecated version: N/A|Class name: MediaLibrary
Method or attribute name: getFileAssets(options: MediaFetchOptions): Promise\;
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: MediaLibrary
Method or attribute name: on(type: 'deviceChange'\|'albumChange'\|'imageChange'\|'audioChange'\|'videoChange'\|'fileChange'\|'remoteFileChange', callback: Callback\): void;
Deprecated version: N/A|Class name: MediaLibrary
Method or attribute name: on(type: 'deviceChange'\|'albumChange'\|'imageChange'\|'audioChange'\|'videoChange'\|'fileChange'\|'remoteFileChange', callback: Callback\): void;
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: MediaLibrary
Method or attribute name: on(type: 'deviceChange'\|'albumChange'\|'imageChange'\|'audioChange'\|'videoChange'\|'fileChange'\|'remoteFileChange', callback: Callback\): void;
Deprecated version: N/A|Class name: MediaLibrary
Method or attribute name: on(type: 'deviceChange'\|'albumChange'\|'imageChange'\|'audioChange'\|'videoChange'\|'fileChange'\|'remoteFileChange', callback: Callback\): void;
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: MediaLibrary
Method or attribute name: on(type: 'deviceChange'\|'albumChange'\|'imageChange'\|'audioChange'\|'videoChange'\|'fileChange'\|'remoteFileChange', callback: Callback\): void;
Deprecated version: N/A|Class name: MediaLibrary
Method or attribute name: on(type: 'deviceChange'\|'albumChange'\|'imageChange'\|'audioChange'\|'videoChange'\|'fileChange'\|'remoteFileChange', callback: Callback\): void;
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: MediaLibrary
Method or attribute name: on(type: 'deviceChange'\|'albumChange'\|'imageChange'\|'audioChange'\|'videoChange'\|'fileChange'\|'remoteFileChange', callback: Callback\): void;
Deprecated version: N/A|Class name: MediaLibrary
Method or attribute name: on(type: 'deviceChange'\|'albumChange'\|'imageChange'\|'audioChange'\|'videoChange'\|'fileChange'\|'remoteFileChange', callback: Callback\): void;
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: MediaLibrary
Method or attribute name: on(type: 'deviceChange'\|'albumChange'\|'imageChange'\|'audioChange'\|'videoChange'\|'fileChange'\|'remoteFileChange', callback: Callback\): void;
Deprecated version: N/A|Class name: MediaLibrary
Method or attribute name: on(type: 'deviceChange'\|'albumChange'\|'imageChange'\|'audioChange'\|'videoChange'\|'fileChange'\|'remoteFileChange', callback: Callback\): void;
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: MediaLibrary
Method or attribute name: on(type: 'deviceChange'\|'albumChange'\|'imageChange'\|'audioChange'\|'videoChange'\|'fileChange'\|'remoteFileChange', callback: Callback\): void;
Deprecated version: N/A|Class name: MediaLibrary
Method or attribute name: on(type: 'deviceChange'\|'albumChange'\|'imageChange'\|'audioChange'\|'videoChange'\|'fileChange'\|'remoteFileChange', callback: Callback\): void;
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: MediaLibrary
Method or attribute name: on(type: 'deviceChange'\|'albumChange'\|'imageChange'\|'audioChange'\|'videoChange'\|'fileChange'\|'remoteFileChange', callback: Callback\): void;
Deprecated version: N/A|Class name: MediaLibrary
Method or attribute name: on(type: 'deviceChange'\|'albumChange'\|'imageChange'\|'audioChange'\|'videoChange'\|'fileChange'\|'remoteFileChange', callback: Callback\): void;
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: MediaLibrary
Method or attribute name: off(type: 'deviceChange'\|'albumChange'\|'imageChange'\|'audioChange'\|'videoChange'\|'fileChange'\|'remoteFileChange', callback?: Callback\): void;
Deprecated version: N/A|Class name: MediaLibrary
Method or attribute name: off(type: 'deviceChange'\|'albumChange'\|'imageChange'\|'audioChange'\|'videoChange'\|'fileChange'\|'remoteFileChange', callback?: Callback\): void;
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: MediaLibrary
Method or attribute name: off(type: 'deviceChange'\|'albumChange'\|'imageChange'\|'audioChange'\|'videoChange'\|'fileChange'\|'remoteFileChange', callback?: Callback\): void;
Deprecated version: N/A|Class name: MediaLibrary
Method or attribute name: off(type: 'deviceChange'\|'albumChange'\|'imageChange'\|'audioChange'\|'videoChange'\|'fileChange'\|'remoteFileChange', callback?: Callback\): void;
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: MediaLibrary
Method or attribute name: off(type: 'deviceChange'\|'albumChange'\|'imageChange'\|'audioChange'\|'videoChange'\|'fileChange'\|'remoteFileChange', callback?: Callback\): void;
Deprecated version: N/A|Class name: MediaLibrary
Method or attribute name: off(type: 'deviceChange'\|'albumChange'\|'imageChange'\|'audioChange'\|'videoChange'\|'fileChange'\|'remoteFileChange', callback?: Callback\): void;
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: MediaLibrary
Method or attribute name: off(type: 'deviceChange'\|'albumChange'\|'imageChange'\|'audioChange'\|'videoChange'\|'fileChange'\|'remoteFileChange', callback?: Callback\): void;
Deprecated version: N/A|Class name: MediaLibrary
Method or attribute name: off(type: 'deviceChange'\|'albumChange'\|'imageChange'\|'audioChange'\|'videoChange'\|'fileChange'\|'remoteFileChange', callback?: Callback\): void;
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: MediaLibrary
Method or attribute name: off(type: 'deviceChange'\|'albumChange'\|'imageChange'\|'audioChange'\|'videoChange'\|'fileChange'\|'remoteFileChange', callback?: Callback\): void;
Deprecated version: N/A|Class name: MediaLibrary
Method or attribute name: off(type: 'deviceChange'\|'albumChange'\|'imageChange'\|'audioChange'\|'videoChange'\|'fileChange'\|'remoteFileChange', callback?: Callback\): void;
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: MediaLibrary
Method or attribute name: off(type: 'deviceChange'\|'albumChange'\|'imageChange'\|'audioChange'\|'videoChange'\|'fileChange'\|'remoteFileChange', callback?: Callback\): void;
Deprecated version: N/A|Class name: MediaLibrary
Method or attribute name: off(type: 'deviceChange'\|'albumChange'\|'imageChange'\|'audioChange'\|'videoChange'\|'fileChange'\|'remoteFileChange', callback?: Callback\): void;
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: MediaLibrary
Method or attribute name: off(type: 'deviceChange'\|'albumChange'\|'imageChange'\|'audioChange'\|'videoChange'\|'fileChange'\|'remoteFileChange', callback?: Callback\): void;
Deprecated version: N/A|Class name: MediaLibrary
Method or attribute name: off(type: 'deviceChange'\|'albumChange'\|'imageChange'\|'audioChange'\|'videoChange'\|'fileChange'\|'remoteFileChange', callback?: Callback\): void;
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: MediaLibrary
Method or attribute name: createAsset(mediaType: MediaType, displayName: string, relativePath: string, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: MediaLibrary
Method or attribute name: createAsset(mediaType: MediaType, displayName: string, relativePath: string, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: MediaLibrary
Method or attribute name: createAsset(mediaType: MediaType, displayName: string, relativePath: string): Promise\;
Deprecated version: N/A|Class name: MediaLibrary
Method or attribute name: createAsset(mediaType: MediaType, displayName: string, relativePath: string): Promise\;
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: MediaLibrary
Method or attribute name: deleteAsset(uri: string, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: MediaLibrary
Method or attribute name: deleteAsset(uri: string, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: MediaLibrary
Method or attribute name: deleteAsset(uri: string): Promise\;
Deprecated version: N/A|Class name: MediaLibrary
Method or attribute name: deleteAsset(uri: string): Promise\;
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: MediaLibrary
Method or attribute name: getAlbums(options: MediaFetchOptions, callback: AsyncCallback\>): void;
Deprecated version: N/A|Class name: MediaLibrary
Method or attribute name: getAlbums(options: MediaFetchOptions, callback: AsyncCallback\>): void;
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: MediaLibrary
Method or attribute name: getAlbums(options: MediaFetchOptions): Promise\>;
Deprecated version: N/A|Class name: MediaLibrary
Method or attribute name: getAlbums(options: MediaFetchOptions): Promise\>;
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: MediaLibrary
Method or attribute name: getActivePeers(callback: AsyncCallback\>): void;
Deprecated version: N/A|Class name: MediaLibrary
Method or attribute name: getActivePeers(callback: AsyncCallback\>): void;
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: MediaLibrary
Method or attribute name: getActivePeers(): Promise\>;
Deprecated version: N/A|Class name: MediaLibrary
Method or attribute name: getActivePeers(): Promise\>;
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: MediaLibrary
Method or attribute name: getAllPeers(callback: AsyncCallback\>): void;
Deprecated version: N/A|Class name: MediaLibrary
Method or attribute name: getAllPeers(callback: AsyncCallback\>): void;
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: MediaLibrary
Method or attribute name: getAllPeers(): Promise\>;
Deprecated version: N/A|Class name: MediaLibrary
Method or attribute name: getAllPeers(): Promise\>;
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: MediaLibrary
Method or attribute name: release(callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: MediaLibrary
Method or attribute name: release(callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: MediaLibrary
Method or attribute name: release(): Promise\;
Deprecated version: N/A|Class name: MediaLibrary
Method or attribute name: release(): Promise\;
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: Size
Deprecated version: N/A|Class name: Size
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: Size
Method or attribute name: width: number;
Deprecated version: N/A|Class name: Size
Method or attribute name: width: number;
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: Size
Method or attribute name: height: number;
Deprecated version: N/A|Class name: Size
Method or attribute name: height: number;
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: PeerInfo
Deprecated version: N/A|Class name: PeerInfo
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: PeerInfo
Method or attribute name: readonly deviceName: string;
Deprecated version: N/A|Class name: PeerInfo
Method or attribute name: readonly deviceName: string;
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: PeerInfo
Method or attribute name: readonly networkId: string;
Deprecated version: N/A|Class name: PeerInfo
Method or attribute name: readonly networkId: string;
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: PeerInfo
Method or attribute name: readonly deviceType: DeviceType;
Deprecated version: N/A|Class name: PeerInfo
Method or attribute name: readonly deviceType: DeviceType;
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: PeerInfo
Method or attribute name: readonly isOnline: boolean;
Deprecated version: N/A|Class name: PeerInfo
Method or attribute name: readonly isOnline: boolean;
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: DeviceType
Deprecated version: N/A|Class name: DeviceType
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: DeviceType
Method or attribute name: TYPE_UNKNOWN = 0
Deprecated version: N/A|Class name: DeviceType
Method or attribute name: TYPE_UNKNOWN = 0
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: DeviceType
Method or attribute name: TYPE_LAPTOP
Deprecated version: N/A|Class name: DeviceType
Method or attribute name: TYPE_LAPTOP
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: DeviceType
Method or attribute name: TYPE_PHONE
Deprecated version: N/A|Class name: DeviceType
Method or attribute name: TYPE_PHONE
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: DeviceType
Method or attribute name: TYPE_TABLET
Deprecated version: N/A|Class name: DeviceType
Method or attribute name: TYPE_TABLET
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: DeviceType
Method or attribute name: TYPE_WATCH
Deprecated version: N/A|Class name: DeviceType
Method or attribute name: TYPE_WATCH
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: DeviceType
Method or attribute name: TYPE_CAR
Deprecated version: N/A|Class name: DeviceType
Method or attribute name: TYPE_CAR
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: DeviceType
Method or attribute name: TYPE_TV
Deprecated version: N/A|Class name: DeviceType
Method or attribute name: TYPE_TV
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Initial version changed|Class name: AudioManager
Method or attribute name: on(type: 'volumeChange', callback: Callback\): void;
Initial version: 8|Class name: AudioManager
Method or attribute name: on(type: 'volumeChange', callback: Callback\): void;
Initial version: 9|@ohos.multimedia.audio.d.ts| +|Initial version changed|Class name: VolumeEvent
Initial version: 8|Class name: VolumeEvent
Initial version: 9|@ohos.multimedia.audio.d.ts| +|Initial version changed|Class name: VolumeEvent
Method or attribute name: volumeType: AudioVolumeType;
Initial version: 8|Class name: VolumeEvent
Method or attribute name: volumeType: AudioVolumeType;
Initial version: 9|@ohos.multimedia.audio.d.ts| +|Initial version changed|Class name: VolumeEvent
Method or attribute name: volume: number;
Initial version: 8|Class name: VolumeEvent
Method or attribute name: volume: number;
Initial version: 9|@ohos.multimedia.audio.d.ts| +|Initial version changed|Class name: VolumeEvent
Method or attribute name: updateUi: boolean;
Initial version: 8|Class name: VolumeEvent
Method or attribute name: updateUi: boolean;
Initial version: 9|@ohos.multimedia.audio.d.ts| +|Initial version changed|Class name: avSession
Method or attribute name: function off(type: 'sessionCreate' \| 'sessionDestroy' \| 'topSessionChange', callback?: (session: AVSessionDescriptor) => void): void;
Initial version: N/A|Class name: avSession
Method or attribute name: function off(type: 'sessionCreate' \| 'sessionDestroy' \| 'topSessionChange', callback?: (session: AVSessionDescriptor) => void): void;
Initial version: 9|@ohos.multimedia.avsession.d.ts| +|Initial version changed|Class name: avSession
Method or attribute name: function off(type: 'sessionCreate' \| 'sessionDestroy' \| 'topSessionChange', callback?: (session: AVSessionDescriptor) => void): void;
Initial version: N/A|Class name: avSession
Method or attribute name: function off(type: 'sessionCreate' \| 'sessionDestroy' \| 'topSessionChange', callback?: (session: AVSessionDescriptor) => void): void;
Initial version: 9|@ohos.multimedia.avsession.d.ts| +|Initial version changed|Class name: avSession
Method or attribute name: function off(type: 'sessionCreate' \| 'sessionDestroy' \| 'topSessionChange', callback?: (session: AVSessionDescriptor) => void): void;
Initial version: N/A|Class name: avSession
Method or attribute name: function off(type: 'sessionCreate' \| 'sessionDestroy' \| 'topSessionChange', callback?: (session: AVSessionDescriptor) => void): void;
Initial version: 9|@ohos.multimedia.avsession.d.ts| +|Initial version changed|Class name: avSession
Method or attribute name: function off(type: 'sessionServiceDie', callback?: () => void): void;
Initial version: N/A|Class name: avSession
Method or attribute name: function off(type: 'sessionServiceDie', callback?: () => void): void;
Initial version: 9|@ohos.multimedia.avsession.d.ts| +|Initial version changed|Class name: AVSession
Method or attribute name: off(type: 'play' \| 'pause' \| 'stop' \| 'playNext' \| 'playPrevious' \| 'fastForward' \| 'rewind', callback?: () => void): void;
Initial version: N/A|Class name: AVSession
Method or attribute name: off(type: 'play' \| 'pause' \| 'stop' \| 'playNext' \| 'playPrevious' \| 'fastForward' \| 'rewind', callback?: () => void): void;
Initial version: 9|@ohos.multimedia.avsession.d.ts| +|Initial version changed|Class name: AVSession
Method or attribute name: off(type: 'play' \| 'pause' \| 'stop' \| 'playNext' \| 'playPrevious' \| 'fastForward' \| 'rewind', callback?: () => void): void;
Initial version: N/A|Class name: AVSession
Method or attribute name: off(type: 'play' \| 'pause' \| 'stop' \| 'playNext' \| 'playPrevious' \| 'fastForward' \| 'rewind', callback?: () => void): void;
Initial version: 9|@ohos.multimedia.avsession.d.ts| +|Initial version changed|Class name: AVSession
Method or attribute name: off(type: 'play' \| 'pause' \| 'stop' \| 'playNext' \| 'playPrevious' \| 'fastForward' \| 'rewind', callback?: () => void): void;
Initial version: N/A|Class name: AVSession
Method or attribute name: off(type: 'play' \| 'pause' \| 'stop' \| 'playNext' \| 'playPrevious' \| 'fastForward' \| 'rewind', callback?: () => void): void;
Initial version: 9|@ohos.multimedia.avsession.d.ts| +|Initial version changed|Class name: AVSession
Method or attribute name: off(type: 'play' \| 'pause' \| 'stop' \| 'playNext' \| 'playPrevious' \| 'fastForward' \| 'rewind', callback?: () => void): void;
Initial version: N/A|Class name: AVSession
Method or attribute name: off(type: 'play' \| 'pause' \| 'stop' \| 'playNext' \| 'playPrevious' \| 'fastForward' \| 'rewind', callback?: () => void): void;
Initial version: 9|@ohos.multimedia.avsession.d.ts| +|Initial version changed|Class name: AVSession
Method or attribute name: off(type: 'play' \| 'pause' \| 'stop' \| 'playNext' \| 'playPrevious' \| 'fastForward' \| 'rewind', callback?: () => void): void;
Initial version: N/A|Class name: AVSession
Method or attribute name: off(type: 'play' \| 'pause' \| 'stop' \| 'playNext' \| 'playPrevious' \| 'fastForward' \| 'rewind', callback?: () => void): void;
Initial version: 9|@ohos.multimedia.avsession.d.ts| +|Initial version changed|Class name: AVSession
Method or attribute name: off(type: 'play' \| 'pause' \| 'stop' \| 'playNext' \| 'playPrevious' \| 'fastForward' \| 'rewind', callback?: () => void): void;
Initial version: N/A|Class name: AVSession
Method or attribute name: off(type: 'play' \| 'pause' \| 'stop' \| 'playNext' \| 'playPrevious' \| 'fastForward' \| 'rewind', callback?: () => void): void;
Initial version: 9|@ohos.multimedia.avsession.d.ts| +|Initial version changed|Class name: AVSession
Method or attribute name: off(type: 'play' \| 'pause' \| 'stop' \| 'playNext' \| 'playPrevious' \| 'fastForward' \| 'rewind', callback?: () => void): void;
Initial version: N/A|Class name: AVSession
Method or attribute name: off(type: 'play' \| 'pause' \| 'stop' \| 'playNext' \| 'playPrevious' \| 'fastForward' \| 'rewind', callback?: () => void): void;
Initial version: 9|@ohos.multimedia.avsession.d.ts| +|Initial version changed|Class name: AVSession
Method or attribute name: off(type: 'seek', callback?: (time: number) => void): void;
Initial version: N/A|Class name: AVSession
Method or attribute name: off(type: 'seek', callback?: (time: number) => void): void;
Initial version: 9|@ohos.multimedia.avsession.d.ts| +|Initial version changed|Class name: AVSession
Method or attribute name: off(type: 'setSpeed', callback?: (speed: number) => void): void;
Initial version: N/A|Class name: AVSession
Method or attribute name: off(type: 'setSpeed', callback?: (speed: number) => void): void;
Initial version: 9|@ohos.multimedia.avsession.d.ts| +|Initial version changed|Class name: AVSession
Method or attribute name: off(type: 'setLoopMode', callback?: (mode: LoopMode) => void): void;
Initial version: N/A|Class name: AVSession
Method or attribute name: off(type: 'setLoopMode', callback?: (mode: LoopMode) => void): void;
Initial version: 9|@ohos.multimedia.avsession.d.ts| +|Initial version changed|Class name: AVSession
Method or attribute name: off(type: 'toggleFavorite', callback?: (assetId: string) => void): void;
Initial version: N/A|Class name: AVSession
Method or attribute name: off(type: 'toggleFavorite', callback?: (assetId: string) => void): void;
Initial version: 9|@ohos.multimedia.avsession.d.ts| +|Initial version changed|Class name: AVSession
Method or attribute name: off(type: 'handleKeyEvent', callback?: (event: KeyEvent) => void): void;
Initial version: N/A|Class name: AVSession
Method or attribute name: off(type: 'handleKeyEvent', callback?: (event: KeyEvent) => void): void;
Initial version: 9|@ohos.multimedia.avsession.d.ts| +|Initial version changed|Class name: AVSession
Method or attribute name: off(type: 'outputDeviceChange', callback?: (device: OutputDeviceInfo) => void): void;
Initial version: N/A|Class name: AVSession
Method or attribute name: off(type: 'outputDeviceChange', callback?: (device: OutputDeviceInfo) => void): void;
Initial version: 9|@ohos.multimedia.avsession.d.ts| +|Initial version changed|Class name: AVSessionController
Method or attribute name: off(type: 'metadataChange', callback?: (data: AVMetadata) => void);
Initial version: N/A|Class name: AVSessionController
Method or attribute name: off(type: 'metadataChange', callback?: (data: AVMetadata) => void);
Initial version: 9|@ohos.multimedia.avsession.d.ts| +|Initial version changed|Class name: AVSessionController
Method or attribute name: off(type: 'playbackStateChange', callback?: (state: AVPlaybackState) => void);
Initial version: N/A|Class name: AVSessionController
Method or attribute name: off(type: 'playbackStateChange', callback?: (state: AVPlaybackState) => void);
Initial version: 9|@ohos.multimedia.avsession.d.ts| +|Initial version changed|Class name: AVSessionController
Method or attribute name: off(type: 'sessionDestroy', callback?: () => void);
Initial version: N/A|Class name: AVSessionController
Method or attribute name: off(type: 'sessionDestroy', callback?: () => void);
Initial version: 9|@ohos.multimedia.avsession.d.ts| +|Initial version changed|Class name: AVSessionController
Method or attribute name: off(type: 'activeStateChange', callback?: (isActive: boolean) => void);
Initial version: N/A|Class name: AVSessionController
Method or attribute name: off(type: 'activeStateChange', callback?: (isActive: boolean) => void);
Initial version: 9|@ohos.multimedia.avsession.d.ts| +|Initial version changed|Class name: AVSessionController
Method or attribute name: off(type: 'validCommandChange', callback?: (commands: Array\) => void);
Initial version: N/A|Class name: AVSessionController
Method or attribute name: off(type: 'validCommandChange', callback?: (commands: Array\) => void);
Initial version: 9|@ohos.multimedia.avsession.d.ts| +|Initial version changed|Class name: AVSessionController
Method or attribute name: off(type: 'outputDeviceChange', callback?: (device: OutputDeviceInfo) => void): void;
Initial version: N/A|Class name: AVSessionController
Method or attribute name: off(type: 'outputDeviceChange', callback?: (device: OutputDeviceInfo) => void): void;
Initial version: 9|@ohos.multimedia.avsession.d.ts| +|Initial version changed|Class name: AVFileDescriptor
Initial version: N/A|Class name: AVFileDescriptor
Initial version: 9|@ohos.multimedia.media.d.ts| +|Error code added|NA|Class name: avSession
Method or attribute name: function off(type: 'sessionCreate' \| 'sessionDestroy' \| 'topSessionChange', callback?: (session: AVSessionDescriptor) => void): void;
Error code: 201, 401|@ohos.multimedia.avsession.d.ts| +|Error code added|NA|Class name: avSession
Method or attribute name: function off(type: 'sessionCreate' \| 'sessionDestroy' \| 'topSessionChange', callback?: (session: AVSessionDescriptor) => void): void;
Error code: 201, 401|@ohos.multimedia.avsession.d.ts| +|Error code added|NA|Class name: avSession
Method or attribute name: function off(type: 'sessionCreate' \| 'sessionDestroy' \| 'topSessionChange', callback?: (session: AVSessionDescriptor) => void): void;
Error code: 201, 401|@ohos.multimedia.avsession.d.ts| +|Error code added|NA|Class name: avSession
Method or attribute name: function off(type: 'sessionServiceDie', callback?: () => void): void;
Error code: 201, 401|@ohos.multimedia.avsession.d.ts| +|Error code added|NA|Class name: AVSession
Method or attribute name: off(type: 'play' \| 'pause' \| 'stop' \| 'playNext' \| 'playPrevious' \| 'fastForward' \| 'rewind', callback?: () => void): void;
Error code: 401|@ohos.multimedia.avsession.d.ts| +|Error code added|NA|Class name: AVSession
Method or attribute name: off(type: 'play' \| 'pause' \| 'stop' \| 'playNext' \| 'playPrevious' \| 'fastForward' \| 'rewind', callback?: () => void): void;
Error code: 401|@ohos.multimedia.avsession.d.ts| +|Error code added|NA|Class name: AVSession
Method or attribute name: off(type: 'play' \| 'pause' \| 'stop' \| 'playNext' \| 'playPrevious' \| 'fastForward' \| 'rewind', callback?: () => void): void;
Error code: 401|@ohos.multimedia.avsession.d.ts| +|Error code added|NA|Class name: AVSession
Method or attribute name: off(type: 'play' \| 'pause' \| 'stop' \| 'playNext' \| 'playPrevious' \| 'fastForward' \| 'rewind', callback?: () => void): void;
Error code: 401|@ohos.multimedia.avsession.d.ts| +|Error code added|NA|Class name: AVSession
Method or attribute name: off(type: 'play' \| 'pause' \| 'stop' \| 'playNext' \| 'playPrevious' \| 'fastForward' \| 'rewind', callback?: () => void): void;
Error code: 401|@ohos.multimedia.avsession.d.ts| +|Error code added|NA|Class name: AVSession
Method or attribute name: off(type: 'play' \| 'pause' \| 'stop' \| 'playNext' \| 'playPrevious' \| 'fastForward' \| 'rewind', callback?: () => void): void;
Error code: 401|@ohos.multimedia.avsession.d.ts| +|Error code added|NA|Class name: AVSession
Method or attribute name: off(type: 'play' \| 'pause' \| 'stop' \| 'playNext' \| 'playPrevious' \| 'fastForward' \| 'rewind', callback?: () => void): void;
Error code: 401|@ohos.multimedia.avsession.d.ts| +|Error code added|NA|Class name: AVSession
Method or attribute name: off(type: 'seek', callback?: (time: number) => void): void;
Error code: 401|@ohos.multimedia.avsession.d.ts| +|Error code added|NA|Class name: AVSession
Method or attribute name: off(type: 'setSpeed', callback?: (speed: number) => void): void;
Error code: 401|@ohos.multimedia.avsession.d.ts| +|Error code added|NA|Class name: AVSession
Method or attribute name: off(type: 'setLoopMode', callback?: (mode: LoopMode) => void): void;
Error code: 401|@ohos.multimedia.avsession.d.ts| +|Error code added|NA|Class name: AVSession
Method or attribute name: off(type: 'toggleFavorite', callback?: (assetId: string) => void): void;
Error code: 401|@ohos.multimedia.avsession.d.ts| +|Error code added|NA|Class name: AVSession
Method or attribute name: off(type: 'handleKeyEvent', callback?: (event: KeyEvent) => void): void;
Error code: 401|@ohos.multimedia.avsession.d.ts| +|Error code added|NA|Class name: AVSession
Method or attribute name: off(type: 'outputDeviceChange', callback?: (device: OutputDeviceInfo) => void): void;
Error code: 401|@ohos.multimedia.avsession.d.ts| +|Error code added|NA|Class name: AVSessionController
Method or attribute name: off(type: 'metadataChange', callback?: (data: AVMetadata) => void);
Error code: 401|@ohos.multimedia.avsession.d.ts| +|Error code added|NA|Class name: AVSessionController
Method or attribute name: off(type: 'playbackStateChange', callback?: (state: AVPlaybackState) => void);
Error code: 401|@ohos.multimedia.avsession.d.ts| +|Error code added|NA|Class name: AVSessionController
Method or attribute name: off(type: 'sessionDestroy', callback?: () => void);
Error code: 401|@ohos.multimedia.avsession.d.ts| +|Error code added|NA|Class name: AVSessionController
Method or attribute name: off(type: 'activeStateChange', callback?: (isActive: boolean) => void);
Error code: 401|@ohos.multimedia.avsession.d.ts| +|Error code added|NA|Class name: AVSessionController
Method or attribute name: off(type: 'validCommandChange', callback?: (commands: Array\) => void);
Error code: 401|@ohos.multimedia.avsession.d.ts| +|Error code added|NA|Class name: AVSessionController
Method or attribute name: off(type: 'outputDeviceChange', callback?: (device: OutputDeviceInfo) => void): void;
Error code: 401|@ohos.multimedia.avsession.d.ts| +|Permission added|Class name: avSession
Method or attribute name: function off(type: 'sessionCreate' \| 'sessionDestroy' \| 'topSessionChange', callback?: (session: AVSessionDescriptor) => void): void;
Permission: N/A|Class name: avSession
Method or attribute name: function off(type: 'sessionCreate' \| 'sessionDestroy' \| 'topSessionChange', callback?: (session: AVSessionDescriptor) => void): void;
Permission: ohos.permission.MANAGE_MEDIA_RESOURCES|@ohos.multimedia.avsession.d.ts| +|Permission added|Class name: avSession
Method or attribute name: function off(type: 'sessionCreate' \| 'sessionDestroy' \| 'topSessionChange', callback?: (session: AVSessionDescriptor) => void): void;
Permission: N/A|Class name: avSession
Method or attribute name: function off(type: 'sessionCreate' \| 'sessionDestroy' \| 'topSessionChange', callback?: (session: AVSessionDescriptor) => void): void;
Permission: ohos.permission.MANAGE_MEDIA_RESOURCES|@ohos.multimedia.avsession.d.ts| +|Permission added|Class name: avSession
Method or attribute name: function off(type: 'sessionCreate' \| 'sessionDestroy' \| 'topSessionChange', callback?: (session: AVSessionDescriptor) => void): void;
Permission: N/A|Class name: avSession
Method or attribute name: function off(type: 'sessionCreate' \| 'sessionDestroy' \| 'topSessionChange', callback?: (session: AVSessionDescriptor) => void): void;
Permission: ohos.permission.MANAGE_MEDIA_RESOURCES|@ohos.multimedia.avsession.d.ts| +|SysCap changed|Class name: avSession
Method or attribute name: function off(type: 'sessionCreate' \| 'sessionDestroy' \| 'topSessionChange', callback?: (session: AVSessionDescriptor) => void): void;
SysCap:SystemCapability.Multimedia.AVSession.Core|Class name: avSession
Method or attribute name: function off(type: 'sessionCreate' \| 'sessionDestroy' \| 'topSessionChange', callback?: (session: AVSessionDescriptor) => void): void;
SysCap:SystemCapability.Multimedia.AVSession.Manager|@ohos.multimedia.avsession.d.ts| +|SysCap changed|Class name: avSession
Method or attribute name: function off(type: 'sessionCreate' \| 'sessionDestroy' \| 'topSessionChange', callback?: (session: AVSessionDescriptor) => void): void;
SysCap:SystemCapability.Multimedia.AVSession.Core|Class name: avSession
Method or attribute name: function off(type: 'sessionCreate' \| 'sessionDestroy' \| 'topSessionChange', callback?: (session: AVSessionDescriptor) => void): void;
SysCap:SystemCapability.Multimedia.AVSession.Manager|@ohos.multimedia.avsession.d.ts| +|SysCap changed|Class name: avSession
Method or attribute name: function off(type: 'sessionCreate' \| 'sessionDestroy' \| 'topSessionChange', callback?: (session: AVSessionDescriptor) => void): void;
SysCap:SystemCapability.Multimedia.AVSession.Core|Class name: avSession
Method or attribute name: function off(type: 'sessionCreate' \| 'sessionDestroy' \| 'topSessionChange', callback?: (session: AVSessionDescriptor) => void): void;
SysCap:SystemCapability.Multimedia.AVSession.Manager|@ohos.multimedia.avsession.d.ts| +|SysCap changed|Class name: AVFileDescriptor
SysCap: N/A|Class name: AVFileDescriptor
SysCap:SystemCapability.Multimedia.Media.Core|@ohos.multimedia.media.d.ts| diff --git a/en/release-notes/api-diff/Beta5 to v3.2-Release/js-apidiff-notification.md b/en/release-notes/api-diff/Beta5 to v3.2-Release/js-apidiff-notification.md new file mode 100644 index 0000000000000000000000000000000000000000..c2c6bb575fe2416360782cd437f570a03140d7e8 --- /dev/null +++ b/en/release-notes/api-diff/Beta5 to v3.2-Release/js-apidiff-notification.md @@ -0,0 +1,26 @@ +| Change Type | Old Version | New Version | d.ts File | +| ---- | ------ | ------ | -------- | +|Added|NA|Class name: notificationManager
Method or attribute name: function isSupportDoNotDisturbMode(callback: AsyncCallback\): void;|@ohos.notificationManager.d.ts| +|Added|NA|Class name: notificationManager
Method or attribute name: function isSupportDoNotDisturbMode(): Promise\;|@ohos.notificationManager.d.ts| +|Added|NA|Module name: NotificationCommonDef
Class name: BundleOption|NotificationCommonDef.d.ts| +|Added|NA|Module name: NotificationCommonDef
Class name: BundleOption
Method or attribute name: bundle: string;|NotificationCommonDef.d.ts| +|Added|NA|Module name: NotificationCommonDef
Class name: BundleOption
Method or attribute name: uid?: number;|NotificationCommonDef.d.ts| +|Deleted|Module name: ohos.commonEvent
Class name: Support
Method or attribute name: COMMON_EVENT_PACKAGE_CACHE_CLEARED = "usual.event.PACKAGE_CACHE_CLEARED"|NA|@ohos.commonEvent.d.ts| +|Deleted|Module name: ohos.commonEvent
Class name: Support
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
Class name: Support
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
Class name: Support
Method or attribute name: COMMON_EVENT_VOLUME_REMOVED = "usual.event.data.VOLUME_REMOVED"|NA|@ohos.commonEvent.d.ts| +|Deleted|Module name: ohos.commonEvent
Class name: Support
Method or attribute name: COMMON_EVENT_VOLUME_UNMOUNTED = "usual.event.data.VOLUME_UNMOUNTED"|NA|@ohos.commonEvent.d.ts| +|Deleted|Module name: ohos.commonEvent
Class name: Support
Method or attribute name: COMMON_EVENT_VOLUME_MOUNTED = "usual.event.data.VOLUME_MOUNTED"|NA|@ohos.commonEvent.d.ts| +|Deleted|Module name: ohos.commonEvent
Class name: Support
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
Class name: Support
Method or attribute name: COMMON_EVENT_VOLUME_EJECT = "usual.event.data.VOLUME_EJECT"|NA|@ohos.commonEvent.d.ts| +|Deleted|Module name: ohos.commonEvent
Class name: Support
Method or attribute name: COMMON_EVENT_SLOT_CHANGE = "usual.event.SLOT_CHANGE"|NA|@ohos.commonEvent.d.ts| +|Deleted|Module name: ohos.commonEvent
Class name: Support
Method or attribute name: COMMON_EVENT_SPN_INFO_CHANGED = "usual.event.SPN_INFO_CHANGED"|NA|@ohos.commonEvent.d.ts| +|Deleted|Module name: ohos.commonEvent
Class name: Support
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
Class name: notificationManager
Method or attribute name: function supportDoNotDisturbMode(callback: AsyncCallback\): void;|NA|@ohos.notificationManager.d.ts| +|Deleted|Module name: ohos.notificationManager
Class name: notificationManager
Method or attribute name: function supportDoNotDisturbMode(): Promise\;|NA|@ohos.notificationManager.d.ts| +|Deleted|Module name: ohos.notificationManager
Class name: BundleOption|NA|@ohos.notificationManager.d.ts| +|Deleted|Module name: ohos.notificationManager
Class name: BundleOption
Method or attribute name: bundle: string;|NA|@ohos.notificationManager.d.ts| +|Deleted|Module name: ohos.notificationManager
Class name: BundleOption
Method or attribute name: uid?: number;|NA|@ohos.notificationManager.d.ts| +|Deleted|Module name: ohos.notificationSubscribe
Class name: BundleOption|NA|@ohos.notificationSubscribe.d.ts| +|Deleted|Module name: ohos.notificationSubscribe
Class name: BundleOption
Method or attribute name: bundle: string;|NA|@ohos.notificationSubscribe.d.ts| +|Deleted|Module name: ohos.notificationSubscribe
Class name: BundleOption
Method or attribute name: uid?: number;|NA|@ohos.notificationSubscribe.d.ts| diff --git a/en/release-notes/api-diff/Beta5 to v3.2-Release/js-apidiff-resource-scheduler.md b/en/release-notes/api-diff/Beta5 to v3.2-Release/js-apidiff-resource-scheduler.md new file mode 100644 index 0000000000000000000000000000000000000000..9e5e0dd68427d8b8ec00df6804d331cc8f7c22ac --- /dev/null +++ b/en/release-notes/api-diff/Beta5 to v3.2-Release/js-apidiff-resource-scheduler.md @@ -0,0 +1,14 @@ +| Change Type | Old Version | New Version | d.ts File | +| ---- | ------ | ------ | -------- | +|Added|NA|Class name: WorkInfo
Method or attribute name: parameters?: {[key: string]: number \| string \| boolean};|@ohos.resourceschedule.workScheduler.d.ts| +|Access level changed|Class name: BundleEvents
Access level: public API|Class name: BundleEvents
Access level: system API|@ohos.resourceschedule.usageStatistics.d.ts| +|Access level changed|Class name: usageStatistics
Method or attribute name: function isIdleState(bundleName: string, callback: AsyncCallback\): void;
Access level: public API|Class name: usageStatistics
Method or attribute name: function isIdleState(bundleName: string, callback: AsyncCallback\): void;
Access level: system API|@ohos.resourceschedule.usageStatistics.d.ts| +|Access level changed|Class name: usageStatistics
Method or attribute name: function isIdleState(bundleName: string): Promise\;
Access level: public API|Class name: usageStatistics
Method or attribute name: function isIdleState(bundleName: string): Promise\;
Access level: system API|@ohos.resourceschedule.usageStatistics.d.ts| +|Access level changed|Class name: usageStatistics
Method or attribute name: function queryAppGroup(callback: AsyncCallback\): void;
Access level: public API|Class name: usageStatistics
Method or attribute name: function queryAppGroup(callback: AsyncCallback\): void;
Access level: system API|@ohos.resourceschedule.usageStatistics.d.ts| +|Access level changed|Class name: usageStatistics
Method or attribute name: function queryAppGroup(): Promise\;
Access level: public API|Class name: usageStatistics
Method or attribute name: function queryAppGroup(): Promise\;
Access level: system API|@ohos.resourceschedule.usageStatistics.d.ts| +|Access level changed|Class name: usageStatistics
Method or attribute name: function queryCurrentBundleEvents(begin: number, end: number, callback: AsyncCallback\>): void;
Access level: public API|Class name: usageStatistics
Method or attribute name: function queryCurrentBundleEvents(begin: number, end: number, callback: AsyncCallback\>): void;
Access level: system API|@ohos.resourceschedule.usageStatistics.d.ts| +|Access level changed|Class name: usageStatistics
Method or attribute name: function queryCurrentBundleEvents(begin: number, end: number): Promise\>;
Access level: public API|Class name: usageStatistics
Method or attribute name: function queryCurrentBundleEvents(begin: number, end: number): Promise\>;
Access level: system API|@ohos.resourceschedule.usageStatistics.d.ts| +|Permission added|Class name: usageStatistics
Method or attribute name: function isIdleState(bundleName: string, callback: AsyncCallback\): void;
Permission: N/A|Class name: usageStatistics
Method or attribute name: function isIdleState(bundleName: string, callback: AsyncCallback\): void;
Permission: ohos.permission.BUNDLE_ACTIVE_INFO|@ohos.resourceschedule.usageStatistics.d.ts| +|Permission added|Class name: usageStatistics
Method or attribute name: function isIdleState(bundleName: string): Promise\;
Permission: N/A|Class name: usageStatistics
Method or attribute name: function isIdleState(bundleName: string): Promise\;
Permission: ohos.permission.BUNDLE_ACTIVE_INFO|@ohos.resourceschedule.usageStatistics.d.ts| +|SysCap changed|Class name: backgroundTaskManager
SysCap:SystemCapability.ResourceSchedule.BackgroundTaskManager.TransientTask|Class name: backgroundTaskManager
SysCap: N/A|@ohos.resourceschedule.backgroundTaskManager.d.ts| +|SysCap changed|Class name: workScheduler
SysCap:SystemCapability.ResourceSchedule.WorkScheduler|Class name: workScheduler
SysCap: N/A|@ohos.resourceschedule.workScheduler.d.ts| diff --git a/en/release-notes/api-diff/Beta5 to v3.2-Release/js-apidiff-security.md b/en/release-notes/api-diff/Beta5 to v3.2-Release/js-apidiff-security.md new file mode 100644 index 0000000000000000000000000000000000000000..276017a21b0d91624686a7d3accc7f8a23eb6ba3 --- /dev/null +++ b/en/release-notes/api-diff/Beta5 to v3.2-Release/js-apidiff-security.md @@ -0,0 +1,25 @@ +| Change Type | Old Version | New Version | d.ts File | +| ---- | ------ | ------ | -------- | +|Added|NA|Class name: privacyManager
Method or attribute name: function getPermissionUsedRecord(request: PermissionUsedRequest): Promise\;|@ohos.privacyManager.d.ts| +|Added|NA|Class name: privacyManager
Method or attribute name: function getPermissionUsedRecord(request: PermissionUsedRequest, callback: AsyncCallback\): void;|@ohos.privacyManager.d.ts| +|Added|NA|Class name: ParamsSpec
Method or attribute name: algName : string;|@ohos.security.cryptoFramework.d.ts| +|Deleted|Module name: ohos.privacyManager
Class name: privacyManager
Method or attribute name: function getPermissionUsedRecords(request: PermissionUsedRequest): Promise\;|NA|@ohos.privacyManager.d.ts| +|Deleted|Module name: ohos.privacyManager
Class name: privacyManager
Method or attribute name: function getPermissionUsedRecords(request: PermissionUsedRequest, callback: AsyncCallback\): void;|NA|@ohos.privacyManager.d.ts| +|Deleted|Module name: ohos.security.cryptoFramework
Class name: ParamsSpec
Method or attribute name: algoName : string;|NA|@ohos.security.cryptoFramework.d.ts| +|Deleted|Module name: ohos.security.huks
Class name: HuksErrorCode
Method or attribute name: HUKS_ERROR_GET_USERIAM_SECINFO_FAILED = -40|NA|@ohos.security.huks.d.ts| +|Deleted|Module name: ohos.security.huks
Class name: HuksErrorCode
Method or attribute name: HUKS_ERROR_GET_USERIAM_AUTHINFO_FAILED = -41|NA|@ohos.security.huks.d.ts| +|Deleted|Module name: ohos.security.huks
Class name: HuksErrorCode
Method or attribute name: HUKS_ERROR_USER_AUTH_TYPE_NOT_SUPPORT = -42|NA|@ohos.security.huks.d.ts| +|Deleted|Module name: ohos.security.huks
Class name: HuksErrorCode
Method or attribute name: HUKS_ERROR_KEY_AUTH_FAILED = -43|NA|@ohos.security.huks.d.ts| +|Deleted|Module name: ohos.security.huks
Class name: HuksErrorCode
Method or attribute name: HUKS_ERROR_DEVICE_NO_CREDENTIAL = -44|NA|@ohos.security.huks.d.ts| +|Deleted|Module name: ohos.security.huks
Class name: HuksErrorCode
Method or attribute name: HUKS_ERROR_INVALID_WRAPPED_FORMAT = -126|NA|@ohos.security.huks.d.ts| +|Deleted|Module name: ohos.security.huks
Class name: HuksErrorCode
Method or attribute name: HUKS_ERROR_INVALID_USAGE_OF_KEY = -127|NA|@ohos.security.huks.d.ts| +|Function changed|Class name: AtManager
Method or attribute name: requestPermissionsFromUser(context: Context, permissions: Array\, requestCallback: AsyncCallback\) : void;
|Class name: AtManager
Method or attribute name: requestPermissionsFromUser(context: Context, permissionList: Array\, requestCallback: AsyncCallback\) : void;
|@ohos.abilityAccessCtrl.d.ts| +|Function changed|Class name: AtManager
Method or attribute name: requestPermissionsFromUser(context: Context, permissions: Array\) : Promise\;
|Class name: AtManager
Method or attribute name: requestPermissionsFromUser(context: Context, permissionList: Array\) : Promise\;
|@ohos.abilityAccessCtrl.d.ts| +|Function changed|Class name: AtManager
Method or attribute name: grantUserGrantedPermission(tokenID: number, permissionName: Permissions, permissionFlag: number): Promise\;
|Class name: AtManager
Method or attribute name: grantUserGrantedPermission(tokenID: number, permissionName: Permissions, permissionFlags: number): Promise\;
|@ohos.abilityAccessCtrl.d.ts| +|Function changed|Class name: AtManager
Method or attribute name: grantUserGrantedPermission(tokenID: number, permissionName: Permissions, permissionFlag: number, callback: AsyncCallback\): void;
|Class name: AtManager
Method or attribute name: grantUserGrantedPermission(tokenID: number, permissionName: Permissions, permissionFlags: number, callback: AsyncCallback\): void;
|@ohos.abilityAccessCtrl.d.ts| +|Function changed|Class name: AtManager
Method or attribute name: revokeUserGrantedPermission(tokenID: number, permissionName: Permissions, permissionFlag: number): Promise\;
|Class name: AtManager
Method or attribute name: revokeUserGrantedPermission(tokenID: number, permissionName: Permissions, permissionFlags: number): Promise\;
|@ohos.abilityAccessCtrl.d.ts| +|Function changed|Class name: AtManager
Method or attribute name: revokeUserGrantedPermission(tokenID: number, permissionName: Permissions, permissionFlag: number, callback: AsyncCallback\): void;
|Class name: AtManager
Method or attribute name: revokeUserGrantedPermission(tokenID: number, permissionName: Permissions, permissionFlags: number, callback: AsyncCallback\): void;
|@ohos.abilityAccessCtrl.d.ts| +|Function changed|Class name: AtManager
Method or attribute name: on(type: 'permissionStateChange', tokenIDList: Array\, permissionNameList: Array\, callback: Callback\): void;
|Class name: AtManager
Method or attribute name: on(type: 'permissionStateChange', tokenIDList: Array\, permissionList: Array\, callback: Callback\): void;
|@ohos.abilityAccessCtrl.d.ts| +|Function changed|Class name: AtManager
Method or attribute name: off(type: 'permissionStateChange', tokenIDList: Array\, permissionNameList: Array\, callback?: Callback\): void;
|Class name: AtManager
Method or attribute name: off(type: 'permissionStateChange', tokenIDList: Array\, permissionList: Array\, callback?: Callback\): void;
|@ohos.abilityAccessCtrl.d.ts| +|Function changed|Class name: privacyManager
Method or attribute name: function on(type: 'activeStateChange', permissionNameList: Array\, callback: Callback\): void;
|Class name: privacyManager
Method or attribute name: function on(type: 'activeStateChange', permissionList: Array\, callback: Callback\): void;
|@ohos.privacyManager.d.ts| +|Function changed|Class name: privacyManager
Method or attribute name: function off(type: 'activeStateChange', permissionNameList: Array\, callback?: Callback\): void;
|Class name: privacyManager
Method or attribute name: function off(type: 'activeStateChange', permissionList: Array\, callback?: Callback\): void;
|@ohos.privacyManager.d.ts| diff --git a/en/release-notes/api-diff/Beta5 to v3.2-Release/js-apidiff-sensor.md b/en/release-notes/api-diff/Beta5 to v3.2-Release/js-apidiff-sensor.md new file mode 100644 index 0000000000000000000000000000000000000000..75263f0c81651b075b21aff862c6f616d1698062 --- /dev/null +++ b/en/release-notes/api-diff/Beta5 to v3.2-Release/js-apidiff-sensor.md @@ -0,0 +1,4 @@ +| Change Type | Old Version | New Version | d.ts File | +| ---- | ------ | ------ | -------- | +|Added|NA|Class name: Sensor
Method or attribute name: vendorName:string;|@ohos.sensor.d.ts| +|Deleted|Module name: ohos.sensor
Class name: Sensor
Method or attribute name: venderName:string;|NA|@ohos.sensor.d.ts| diff --git a/en/release-notes/api-diff/Beta5 to v3.2-Release/js-apidiff-start-up.md b/en/release-notes/api-diff/Beta5 to v3.2-Release/js-apidiff-start-up.md new file mode 100644 index 0000000000000000000000000000000000000000..cb4776e8242ed3df63028580ef0c41df40e40c1c --- /dev/null +++ b/en/release-notes/api-diff/Beta5 to v3.2-Release/js-apidiff-start-up.md @@ -0,0 +1,20 @@ +| Change Type | Old Version | New Version | d.ts File | +| ---- | ------ | ------ | -------- | +|Added|NA|Module name: ohos.systemParameterEnhance
Class name: systemParameterEnhance|@ohos.systemParameterEnhance.d.ts| +|Added|NA|Module name: ohos.systemParameterEnhance
Class name: systemParameterEnhance
Method or attribute name: function getSync(key: string, def?: string): string;|@ohos.systemParameterEnhance.d.ts| +|Added|NA|Module name: ohos.systemParameterEnhance
Class name: systemParameterEnhance
Method or attribute name: function get(key: string, callback: AsyncCallback\): void;|@ohos.systemParameterEnhance.d.ts| +|Added|NA|Module name: ohos.systemParameterEnhance
Class name: systemParameterEnhance
Method or attribute name: function get(key: string, def: string, callback: AsyncCallback\): void;|@ohos.systemParameterEnhance.d.ts| +|Added|NA|Module name: ohos.systemParameterEnhance
Class name: systemParameterEnhance
Method or attribute name: function get(key: string, def?: string): Promise\;|@ohos.systemParameterEnhance.d.ts| +|Added|NA|Module name: ohos.systemParameterEnhance
Class name: systemParameterEnhance
Method or attribute name: function setSync(key: string, value: string): void;|@ohos.systemParameterEnhance.d.ts| +|Added|NA|Module name: ohos.systemParameterEnhance
Class name: systemParameterEnhance
Method or attribute name: function set(key: string, value: string, callback: AsyncCallback\): void;|@ohos.systemParameterEnhance.d.ts| +|Added|NA|Module name: ohos.systemParameterEnhance
Class name: systemParameterEnhance
Method or attribute name: function set(key: string, value: string): Promise\;|@ohos.systemParameterEnhance.d.ts| +|Deleted|Module name: ohos.systemParameterV9
Class name: systemParameterV9|NA|@ohos.systemParameterV9.d.ts| +|Deleted|Module name: ohos.systemParameterV9
Class name: systemParameterV9
Method or attribute name: function getSync(key: string, def?: string): string;|NA|@ohos.systemParameterV9.d.ts| +|Deleted|Module name: ohos.systemParameterV9
Class name: systemParameterV9
Method or attribute name: function get(key: string, callback: AsyncCallback\): void;|NA|@ohos.systemParameterV9.d.ts| +|Deleted|Module name: ohos.systemParameterV9
Class name: systemParameterV9
Method or attribute name: function get(key: string, def: string, callback: AsyncCallback\): void;|NA|@ohos.systemParameterV9.d.ts| +|Deleted|Module name: ohos.systemParameterV9
Class name: systemParameterV9
Method or attribute name: function get(key: string, def?: string): Promise\;|NA|@ohos.systemParameterV9.d.ts| +|Deleted|Module name: ohos.systemParameterV9
Class name: systemParameterV9
Method or attribute name: function setSync(key: string, value: string): void;|NA|@ohos.systemParameterV9.d.ts| +|Deleted|Module name: ohos.systemParameterV9
Class name: systemParameterV9
Method or attribute name: function set(key: string, value: string, callback: AsyncCallback\): void;|NA|@ohos.systemParameterV9.d.ts| +|Deleted|Module name: ohos.systemParameterV9
Class name: systemParameterV9
Method or attribute name: function set(key: string, value: string): Promise\;|NA|@ohos.systemParameterV9.d.ts| +|Deprecated version changed|Class name: deviceInfo
Method or attribute name: const hardwareProfile: string;
Deprecated version: N/A|Class name: deviceInfo
Method or attribute name: const hardwareProfile: string;
Deprecated version: 9
Substitute API: N/A|@ohos.deviceInfo.d.ts| +|Deprecated version changed|Class name: Device
Method or attribute name: static getInfo(options?: GetDeviceOptions): void;
Deprecated version: N/A|Class name: Device
Method or attribute name: static getInfo(options?: GetDeviceOptions): void;
Deprecated version: 6
Substitute API: N/A|@system.device.d.ts| diff --git a/en/release-notes/api-diff/Beta5 to v3.2-Release/js-apidiff-telephony.md b/en/release-notes/api-diff/Beta5 to v3.2-Release/js-apidiff-telephony.md new file mode 100644 index 0000000000000000000000000000000000000000..95fbe364b989bfe5855a91c6a4b2402156642ba2 --- /dev/null +++ b/en/release-notes/api-diff/Beta5 to v3.2-Release/js-apidiff-telephony.md @@ -0,0 +1,315 @@ +| Change Type | Old Version | New Version | d.ts File | +| ---- | ------ | ------ | -------- | +|Added|NA|Class name: call
Method or attribute name: function dialCall(phoneNumber: string, callback: AsyncCallback\): void;|@ohos.telephony.call.d.ts| +|Added|NA|Class name: call
Method or attribute name: function dialCall(phoneNumber: string, options: DialCallOptions, callback: AsyncCallback\): void;|@ohos.telephony.call.d.ts| +|Added|NA|Class name: call
Method or attribute name: function dialCall(phoneNumber: string, options?: DialCallOptions): Promise\;|@ohos.telephony.call.d.ts| +|Added|NA|Class name: call
Method or attribute name: function answerCall(callId: number, callback: AsyncCallback\): void;|@ohos.telephony.call.d.ts| +|Added|NA|Class name: call
Method or attribute name: function answerCall(callId?: number): Promise\;|@ohos.telephony.call.d.ts| +|Added|NA|Class name: call
Method or attribute name: function answerCall(callback: AsyncCallback\): void;|@ohos.telephony.call.d.ts| +|Added|NA|Class name: call
Method or attribute name: function hangUpCall(callId: number, callback: AsyncCallback\): void;|@ohos.telephony.call.d.ts| +|Added|NA|Class name: call
Method or attribute name: function hangUpCall(callId?: number): Promise\;|@ohos.telephony.call.d.ts| +|Added|NA|Class name: call
Method or attribute name: function hangUpCall(callback: AsyncCallback\): void;|@ohos.telephony.call.d.ts| +|Added|NA|Class name: call
Method or attribute name: function rejectCall(callId: number, callback: AsyncCallback\): void;|@ohos.telephony.call.d.ts| +|Added|NA|Class name: call
Method or attribute name: function rejectCall(callId: number, options: RejectMessageOptions, callback: AsyncCallback\): void;|@ohos.telephony.call.d.ts| +|Added|NA|Class name: call
Method or attribute name: function rejectCall(callId?: number, options?: RejectMessageOptions): Promise\;|@ohos.telephony.call.d.ts| +|Added|NA|Class name: call
Method or attribute name: function rejectCall(callback: AsyncCallback\): void;|@ohos.telephony.call.d.ts| +|Added|NA|Class name: call
Method or attribute name: function rejectCall(options: RejectMessageOptions, callback: AsyncCallback\): void;|@ohos.telephony.call.d.ts| +|Added|NA|Module name: ohos.telephony.call
Class name: DialCallOptions|@ohos.telephony.call.d.ts| +|Added|NA|Class name: DialCallOptions
Method or attribute name: |@ohos.telephony.call.d.ts| +|Added|NA|Module name: ohos.telephony.call
Class name: DialCallOptions
Method or attribute name: accountId?: number;|@ohos.telephony.call.d.ts| +|Added|NA|Class name: DialCallOptions
Method or attribute name: accountId?: number;|@ohos.telephony.call.d.ts| +|Added|NA|Module name: ohos.telephony.call
Class name: DialCallOptions
Method or attribute name: videoState?: VideoStateType;|@ohos.telephony.call.d.ts| +|Added|NA|Class name: DialCallOptions
Method or attribute name: videoState?: VideoStateType;|@ohos.telephony.call.d.ts| +|Added|NA|Module name: ohos.telephony.call
Class name: DialCallOptions
Method or attribute name: dialScene?: DialScene;|@ohos.telephony.call.d.ts| +|Added|NA|Class name: DialCallOptions
Method or attribute name: dialScene?: DialScene;|@ohos.telephony.call.d.ts| +|Added|NA|Module name: ohos.telephony.call
Class name: DialCallOptions
Method or attribute name: dialType?: DialType;|@ohos.telephony.call.d.ts| +|Added|NA|Class name: DialCallOptions
Method or attribute name: dialType?: DialType;|@ohos.telephony.call.d.ts| +|Added|NA|Class name: radio
Method or attribute name: function isNRSupported(): boolean;|@ohos.telephony.radio.d.ts| +|Added|NA|Class name: radio
Method or attribute name: function isNRSupported(slotId: number): boolean;|@ohos.telephony.radio.d.ts| +|Added|NA|Module name: ohos.telephony.radio
Class name: SignalInformation
Method or attribute name: dBm: number;|@ohos.telephony.radio.d.ts| +|Added|NA|Class name: SignalInformation
Method or attribute name: dBm: number;|@ohos.telephony.radio.d.ts| +|Added|NA|Class name: OperatorConfigKey
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
Class name: call
Method or attribute name: function answer(callId: number, callback: AsyncCallback\): void;|NA|@ohos.telephony.call.d.ts| +|Deleted|Module name: ohos.telephony.call
Class name: call
Method or attribute name: function answer(callId?: number): Promise\;|NA|@ohos.telephony.call.d.ts| +|Deleted|Module name: ohos.telephony.call
Class name: call
Method or attribute name: function answer(callback: AsyncCallback\): void;|NA|@ohos.telephony.call.d.ts| +|Deleted|Module name: ohos.telephony.call
Class name: call
Method or attribute name: function hangup(callId: number, callback: AsyncCallback\): void;|NA|@ohos.telephony.call.d.ts| +|Deleted|Module name: ohos.telephony.call
Class name: call
Method or attribute name: function hangup(callId?: number): Promise\;|NA|@ohos.telephony.call.d.ts| +|Deleted|Module name: ohos.telephony.call
Class name: call
Method or attribute name: function hangup(callback: AsyncCallback\): void;|NA|@ohos.telephony.call.d.ts| +|Deleted|Module name: ohos.telephony.call
Class name: call
Method or attribute name: function reject(callId: number, callback: AsyncCallback\): void;|NA|@ohos.telephony.call.d.ts| +|Deleted|Module name: ohos.telephony.call
Class name: call
Method or attribute name: function reject(callId: number, options: RejectMessageOptions, callback: AsyncCallback\): void;|NA|@ohos.telephony.call.d.ts| +|Deleted|Module name: ohos.telephony.call
Class name: call
Method or attribute name: function reject(callId?: number, options?: RejectMessageOptions): Promise\;|NA|@ohos.telephony.call.d.ts| +|Deleted|Module name: ohos.telephony.call
Class name: call
Method or attribute name: function reject(callback: AsyncCallback\): void;|NA|@ohos.telephony.call.d.ts| +|Deleted|Module name: ohos.telephony.call
Class name: call
Method or attribute name: function reject(options: RejectMessageOptions, callback: AsyncCallback\): void;|NA|@ohos.telephony.call.d.ts| +|Deleted|Module name: ohos.telephony.sim
Class name: OperatorConfigKey
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
Method or attribute name: function dial(phoneNumber: string, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: call
Method or attribute name: function dial(phoneNumber: string, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: telephony.call|@ohos.telephony.call.d.ts| +|Deprecated version changed|Class name: call
Method or attribute name: function dial(phoneNumber: string, options: DialOptions, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: call
Method or attribute name: function dial(phoneNumber: string, options: DialOptions, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: telephony.call|@ohos.telephony.call.d.ts| +|Deprecated version changed|Class name: call
Method or attribute name: function dial(phoneNumber: string, options?: DialOptions): Promise\;
Deprecated version: N/A|Class name: call
Method or attribute name: function dial(phoneNumber: string, options?: DialOptions): Promise\;
Deprecated version: 9
Substitute API: telephony.call|@ohos.telephony.call.d.ts| +|Deprecated version changed|Class name: radio
Method or attribute name: function isNrSupported(): boolean;
Deprecated version: N/A|Class name: radio
Method or attribute name: function isNrSupported(): boolean;
Deprecated version: 9
Substitute API: telephony.radio|@ohos.telephony.radio.d.ts| +|Deprecated version changed|Class name: radio
Method or attribute name: function isNrSupported(slotId: number): boolean;
Deprecated version: N/A|Class name: radio
Method or attribute name: function isNrSupported(slotId: number): boolean;
Deprecated version: 9
Substitute API: telephony.radio|@ohos.telephony.radio.d.ts| +|Error code added|NA|Class name: call
Method or attribute name: function muteRinger(callback: AsyncCallback\): void;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.call.d.ts| +|Error code added|NA|Class name: call
Method or attribute name: function muteRinger(): Promise\;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.call.d.ts| +|Error code added|NA|Class name: call
Method or attribute name: function isEmergencyPhoneNumber(phoneNumber: string, callback: AsyncCallback\): void;
Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.call.d.ts| +|Error code added|NA|Class name: call
Method or attribute name: function isEmergencyPhoneNumber(phoneNumber: string, options: EmergencyNumberOptions, callback: AsyncCallback\): void;
Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.call.d.ts| +|Error code added|NA|Class name: call
Method or attribute name: function isEmergencyPhoneNumber(phoneNumber: string, options?: EmergencyNumberOptions): Promise\;
Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.call.d.ts| +|Error code added|NA|Class name: call
Method or attribute name: function formatPhoneNumber(phoneNumber: string, callback: AsyncCallback\): void;
Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.call.d.ts| +|Error code added|NA|Class name: call
Method or attribute name: function formatPhoneNumber(phoneNumber: string, options: NumberFormatOptions, callback: AsyncCallback\): void;
Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.call.d.ts| +|Error code added|NA|Class name: call
Method or attribute name: function formatPhoneNumber(phoneNumber: string, options?: NumberFormatOptions): Promise\;
Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.call.d.ts| +|Error code added|NA|Class name: call
Method or attribute name: function formatPhoneNumberToE164(phoneNumber: string, countryCode: string, callback: AsyncCallback\): void;
Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.call.d.ts| +|Error code added|NA|Class name: call
Method or attribute name: function formatPhoneNumberToE164(phoneNumber: string, countryCode: string): Promise\;
Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.call.d.ts| +|Error code added|NA|Class name: call
Method or attribute name: function holdCall(callId: number, callback: AsyncCallback\): void;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.call.d.ts| +|Error code added|NA|Class name: call
Method or attribute name: function holdCall(callId: number): Promise\;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.call.d.ts| +|Error code added|NA|Class name: call
Method or attribute name: function unHoldCall(callId: number, callback: AsyncCallback\): void;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.call.d.ts| +|Error code added|NA|Class name: call
Method or attribute name: function unHoldCall(callId: number): Promise\;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.call.d.ts| +|Error code added|NA|Class name: call
Method or attribute name: function switchCall(callId: number, callback: AsyncCallback\): void;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.call.d.ts| +|Error code added|NA|Class name: call
Method or attribute name: function switchCall(callId: number): Promise\;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.call.d.ts| +|Error code added|NA|Class name: call
Method or attribute name: function combineConference(callId: number, callback: AsyncCallback\): void;
Error code: 401, 801, 8300001, 8300002, 8300003|@ohos.telephony.call.d.ts| +|Error code added|NA|Class name: call
Method or attribute name: function combineConference(callId: number): Promise\;
Error code: 401, 801, 8300001, 8300002, 8300003|@ohos.telephony.call.d.ts| +|Error code added|NA|Class name: call
Method or attribute name: function getMainCallId(callId: number, callback: AsyncCallback\): void;
Error code: 401, 801, 8300001, 8300002, 8300003|@ohos.telephony.call.d.ts| +|Error code added|NA|Class name: call
Method or attribute name: function getMainCallId(callId: number): Promise\;
Error code: 401, 801, 8300001, 8300002, 8300003|@ohos.telephony.call.d.ts| +|Error code added|NA|Class name: call
Method or attribute name: function getSubCallIdList(callId: number, callback: AsyncCallback\>): void;
Error code: 401, 801, 8300001, 8300002, 8300003|@ohos.telephony.call.d.ts| +|Error code added|NA|Class name: call
Method or attribute name: function getSubCallIdList(callId: number): Promise\>;
Error code: 401, 801, 8300001, 8300002, 8300003|@ohos.telephony.call.d.ts| +|Error code added|NA|Class name: call
Method or attribute name: function getCallIdListForConference(callId: number, callback: AsyncCallback\>): void;
Error code: 401, 801, 8300001, 8300002, 8300003|@ohos.telephony.call.d.ts| +|Error code added|NA|Class name: call
Method or attribute name: function getCallIdListForConference(callId: number): Promise\>;
Error code: 401, 801, 8300001, 8300002, 8300003|@ohos.telephony.call.d.ts| +|Error code added|NA|Class name: call
Method or attribute name: function getCallWaitingStatus(slotId: number, callback: AsyncCallback\): void;
Error code: 201, 401, 801, 8300001, 8300002, 8300003|@ohos.telephony.call.d.ts| +|Error code added|NA|Class name: call
Method or attribute name: function getCallWaitingStatus(slotId: number): Promise\;
Error code: 201, 401, 801, 8300001, 8300002, 8300003|@ohos.telephony.call.d.ts| +|Error code added|NA|Class name: call
Method or attribute name: function setCallWaiting(slotId: number, activate: boolean, callback: AsyncCallback\): void;
Error code: 201, 401, 801, 8300001, 8300002, 8300003|@ohos.telephony.call.d.ts| +|Error code added|NA|Class name: call
Method or attribute name: function setCallWaiting(slotId: number, activate: boolean): Promise\;
Error code: 201, 401, 801, 8300001, 8300002, 8300003|@ohos.telephony.call.d.ts| +|Error code added|NA|Class name: call
Method or attribute name: function startDTMF(callId: number, character: string, callback: AsyncCallback\): void;
Error code: 401, 801, 8300001, 8300002, 8300003|@ohos.telephony.call.d.ts| +|Error code added|NA|Class name: call
Method or attribute name: function startDTMF(callId: number, character: string): Promise\;
Error code: 401, 801, 8300001, 8300002, 8300003|@ohos.telephony.call.d.ts| +|Error code added|NA|Class name: call
Method or attribute name: function stopDTMF(callId: number, callback: AsyncCallback\): void;
Error code: 401, 801, 8300001, 8300002, 8300003|@ohos.telephony.call.d.ts| +|Error code added|NA|Class name: call
Method or attribute name: function stopDTMF(callId: number): Promise\;
Error code: 401, 801, 8300001, 8300002, 8300003|@ohos.telephony.call.d.ts| +|Error code added|NA|Class name: call
Method or attribute name: function isInEmergencyCall(callback: AsyncCallback\): void;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.call.d.ts| +|Error code added|NA|Class name: call
Method or attribute name: function isInEmergencyCall(): Promise\;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.call.d.ts| +|Error code added|NA|Class name: call
Method or attribute name: function on(type: 'callDetailsChange', callback: Callback\): void;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.call.d.ts| +|Error code added|NA|Class name: call
Method or attribute name: function off(type: 'callDetailsChange', callback?: Callback\): void;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.call.d.ts| +|Error code added|NA|Class name: call
Method or attribute name: function on(type: 'callEventChange', callback: Callback\): void;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.call.d.ts| +|Error code added|NA|Class name: call
Method or attribute name: function off(type: 'callEventChange', callback?: Callback\): void;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.call.d.ts| +|Error code added|NA|Class name: call
Method or attribute name: function on(type: 'callDisconnectedCause', callback: Callback\): void;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.call.d.ts| +|Error code added|NA|Class name: call
Method or attribute name: function off(type: 'callDisconnectedCause', callback?: Callback\): void;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.call.d.ts| +|Error code added|NA|Class name: call
Method or attribute name: function isNewCallAllowed(callback: AsyncCallback\): void;
Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.call.d.ts| +|Error code added|NA|Class name: call
Method or attribute name: function isNewCallAllowed(): Promise\;
Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.call.d.ts| +|Error code added|NA|Class name: call
Method or attribute name: function separateConference(callId: number, callback: AsyncCallback\): void;
Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.call.d.ts| +|Error code added|NA|Class name: call
Method or attribute name: function separateConference(callId: number): Promise\;
Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.call.d.ts| +|Error code added|NA|Class name: call
Method or attribute name: function getCallRestrictionStatus(slotId: number, type: CallRestrictionType, callback: AsyncCallback\): void;
Error code: 201, 401, 801, 8300001, 8300002, 8300003|@ohos.telephony.call.d.ts| +|Error code added|NA|Class name: call
Method or attribute name: function getCallRestrictionStatus(slotId: number, type: CallRestrictionType): Promise\;
Error code: 201, 401, 801, 8300001, 8300002, 8300003|@ohos.telephony.call.d.ts| +|Error code added|NA|Class name: call
Method or attribute name: function setCallRestriction(slotId: number, info: CallRestrictionInfo, callback: AsyncCallback\): void;
Error code: 201, 401, 801, 8300001, 8300002, 8300003|@ohos.telephony.call.d.ts| +|Error code added|NA|Class name: call
Method or attribute name: function setCallRestriction(slotId: number, info: CallRestrictionInfo): Promise\;
Error code: 201, 401, 801, 8300001, 8300002, 8300003|@ohos.telephony.call.d.ts| +|Error code added|NA|Class name: call
Method or attribute name: function getCallTransferInfo(slotId: number, type: CallTransferType, callback: AsyncCallback\): void;
Error code: 201, 401, 801, 8300001, 8300002, 8300003|@ohos.telephony.call.d.ts| +|Error code added|NA|Class name: call
Method or attribute name: function getCallTransferInfo(slotId: number, type: CallTransferType): Promise\;
Error code: 201, 401, 801, 8300001, 8300002, 8300003|@ohos.telephony.call.d.ts| +|Error code added|NA|Class name: call
Method or attribute name: function setCallTransfer(slotId: number, info: CallTransferInfo, callback: AsyncCallback\): void;
Error code: 201, 401, 801, 8300001, 8300002, 8300003|@ohos.telephony.call.d.ts| +|Error code added|NA|Class name: call
Method or attribute name: function setCallTransfer(slotId: number, info: CallTransferInfo): Promise\;
Error code: 201, 401, 801, 8300001, 8300002, 8300003|@ohos.telephony.call.d.ts| +|Error code added|NA|Class name: call
Method or attribute name: function isRinging(callback: AsyncCallback\): void;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.call.d.ts| +|Error code added|NA|Class name: call
Method or attribute name: function isRinging(): Promise\;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.call.d.ts| +|Error code added|NA|Class name: call
Method or attribute name: function setMuted(callback: AsyncCallback\): void;
Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.call.d.ts| +|Error code added|NA|Class name: call
Method or attribute name: function setMuted(): Promise\;
Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.call.d.ts| +|Error code added|NA|Class name: call
Method or attribute name: function cancelMuted(callback: AsyncCallback\): void;
Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.call.d.ts| +|Error code added|NA|Class name: call
Method or attribute name: function cancelMuted(): Promise\;
Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.call.d.ts| +|Error code added|NA|Class name: call
Method or attribute name: function setAudioDevice(device: AudioDevice, callback: AsyncCallback\): void;
Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.call.d.ts| +|Error code added|NA|Class name: call
Method or attribute name: function setAudioDevice(device: AudioDevice, options: AudioDeviceOptions, callback: AsyncCallback\): void;
Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.call.d.ts| +|Error code added|NA|Class name: call
Method or attribute name: function setAudioDevice(device: AudioDevice, options?: AudioDeviceOptions): Promise\;
Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.call.d.ts| +|Error code added|NA|Class name: call
Method or attribute name: function joinConference(mainCallId: number, callNumberList: Array\, callback: AsyncCallback\): void;
Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.call.d.ts| +|Error code added|NA|Class name: call
Method or attribute name: function joinConference(mainCallId: number, callNumberList: Array\): Promise\;
Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.call.d.ts| +|Error code added|NA|Class name: call
Method or attribute name: function updateImsCallMode(callId: number, mode: ImsCallMode, callback: AsyncCallback\): void;
Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.call.d.ts| +|Error code added|NA|Class name: call
Method or attribute name: function updateImsCallMode(callId: number, mode: ImsCallMode): Promise\;
Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.call.d.ts| +|Error code added|NA|Class name: call
Method or attribute name: function enableImsSwitch(slotId: number, callback: AsyncCallback\): void;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.call.d.ts| +|Error code added|NA|Class name: call
Method or attribute name: function enableImsSwitch(slotId: number): Promise\;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.call.d.ts| +|Error code added|NA|Class name: call
Method or attribute name: function disableImsSwitch(slotId: number, callback: AsyncCallback\): void;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.call.d.ts| +|Error code added|NA|Class name: call
Method or attribute name: function disableImsSwitch(slotId: number): Promise\;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.call.d.ts| +|Error code added|NA|Class name: call
Method or attribute name: function isImsSwitchEnabled(slotId: number, callback: AsyncCallback\): void;
Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.call.d.ts| +|Error code added|NA|Class name: call
Method or attribute name: function isImsSwitchEnabled(slotId: number): Promise\;
Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.call.d.ts| +|Error code added|NA|Class name: data
Method or attribute name: function setDefaultCellularDataSlotId(slotId: number, callback: AsyncCallback\): void;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999, 8301001|@ohos.telephony.data.d.ts| +|Error code added|NA|Class name: data
Method or attribute name: function setDefaultCellularDataSlotId(slotId: number): Promise\;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999, 8301001|@ohos.telephony.data.d.ts| +|Error code added|NA|Class name: data
Method or attribute name: function isCellularDataEnabled(callback: AsyncCallback\): void;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.data.d.ts| +|Error code added|NA|Class name: data
Method or attribute name: function isCellularDataEnabled(): Promise\;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.data.d.ts| +|Error code added|NA|Class name: data
Method or attribute name: function enableCellularData(callback: AsyncCallback\): void;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.data.d.ts| +|Error code added|NA|Class name: data
Method or attribute name: function enableCellularData(): Promise\;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.data.d.ts| +|Error code added|NA|Class name: data
Method or attribute name: function disableCellularData(callback: AsyncCallback\): void;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.data.d.ts| +|Error code added|NA|Class name: data
Method or attribute name: function disableCellularData(): Promise\;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.data.d.ts| +|Error code added|NA|Class name: data
Method or attribute name: function isCellularDataRoamingEnabled(slotId: number, callback: AsyncCallback\): void;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.data.d.ts| +|Error code added|NA|Class name: data
Method or attribute name: function isCellularDataRoamingEnabled(slotId: number): Promise\;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.data.d.ts| +|Error code added|NA|Class name: data
Method or attribute name: function enableCellularDataRoaming(slotId: number, callback: AsyncCallback\): void;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.data.d.ts| +|Error code added|NA|Class name: data
Method or attribute name: function enableCellularDataRoaming(slotId: number): Promise\;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.data.d.ts| +|Error code added|NA|Class name: data
Method or attribute name: function disableCellularDataRoaming(slotId: number, callback: AsyncCallback\): void;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.data.d.ts| +|Error code added|NA|Class name: data
Method or attribute name: function disableCellularDataRoaming(slotId: number): Promise\;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.data.d.ts| +|Error code added|NA|Class name: observer
Method or attribute name: function on(type: 'networkStateChange', callback: Callback\): void;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.observer.d.ts| +|Error code added|NA|Class name: observer
Method or attribute name: function on(type: 'networkStateChange', options: { slotId: number }, callback: Callback\): void;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.observer.d.ts| +|Error code added|NA|Class name: observer
Method or attribute name: function off(type: 'networkStateChange', callback?: Callback\): void;
Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.observer.d.ts| +|Error code added|NA|Class name: observer
Method or attribute name: function on(type: 'signalInfoChange', callback: Callback\>): void;
Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.observer.d.ts| +|Error code added|NA|Class name: observer
Method or attribute name: function on(type: 'signalInfoChange', options: { slotId: number },
callback: Callback\>): void;
Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.observer.d.ts| +|Error code added|NA|Class name: observer
Method or attribute name: function off(type: 'signalInfoChange', callback?: Callback\>): void;
Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.observer.d.ts| +|Error code added|NA|Class name: observer
Method or attribute name: function on(type: 'cellInfoChange', callback: Callback\>): void;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.observer.d.ts| +|Error code added|NA|Class name: observer
Method or attribute name: function on(type: 'cellInfoChange', options: { slotId: number },
callback: Callback\>): void;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.observer.d.ts| +|Error code added|NA|Class name: observer
Method or attribute name: function off(type: 'cellInfoChange', callback?: Callback\>): void;
Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.observer.d.ts| +|Error code added|NA|Class name: observer
Method or attribute name: function on(type: 'cellularDataConnectionStateChange',
callback: Callback\<{ state: DataConnectState, network: RatType }>): void;
Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.observer.d.ts| +|Error code added|NA|Class name: observer
Method or attribute name: function on(type: 'cellularDataConnectionStateChange', options: { slotId: number },
callback: Callback\<{ state: DataConnectState, network: RatType }>): void;
Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.observer.d.ts| +|Error code added|NA|Class name: observer
Method or attribute name: function off(type: 'cellularDataConnectionStateChange',
callback?: Callback\<{ state: DataConnectState, network: RatType }>): void;
Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.observer.d.ts| +|Error code added|NA|Class name: observer
Method or attribute name: function on(type: 'cellularDataFlowChange', callback: Callback\): void;
Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.observer.d.ts| +|Error code added|NA|Class name: observer
Method or attribute name: function on(type: 'cellularDataFlowChange', options: { slotId: number },
callback: Callback\): void;
Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.observer.d.ts| +|Error code added|NA|Class name: observer
Method or attribute name: function off(type: 'cellularDataFlowChange', callback?: Callback\): void;
Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.observer.d.ts| +|Error code added|NA|Class name: observer
Method or attribute name: function on(type: 'callStateChange', callback: Callback\<{ state: CallState, number: string }>): void;
Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.observer.d.ts| +|Error code added|NA|Class name: observer
Method or attribute name: function on(type: 'callStateChange', options: { slotId: number },
callback: Callback\<{ state: CallState, number: string }>): void;
Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.observer.d.ts| +|Error code added|NA|Class name: observer
Method or attribute name: function off(type: 'callStateChange', callback?: Callback\<{ state: CallState, number: string }>): void;
Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.observer.d.ts| +|Error code added|NA|Class name: observer
Method or attribute name: function on(type: 'simStateChange', callback: Callback\): void;
Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.observer.d.ts| +|Error code added|NA|Class name: observer
Method or attribute name: function on(type: 'simStateChange', options: { slotId: number }, callback: Callback\): void;
Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.observer.d.ts| +|Error code added|NA|Class name: observer
Method or attribute name: function off(type: 'simStateChange', callback?: Callback\): void;
Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.observer.d.ts| +|Error code added|NA|Class name: radio
Method or attribute name: function getRadioTech(slotId: number,
callback: AsyncCallback\<{psRadioTech: RadioTechnology, csRadioTech: RadioTechnology}>): void;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.radio.d.ts| +|Error code added|NA|Class name: radio
Method or attribute name: function getRadioTech(slotId: number): Promise\<{psRadioTech: RadioTechnology, csRadioTech: RadioTechnology}>;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.radio.d.ts| +|Error code added|NA|Class name: radio
Method or attribute name: function getNetworkState(callback: AsyncCallback\): void;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.radio.d.ts| +|Error code added|NA|Class name: radio
Method or attribute name: function getNetworkState(slotId: number, callback: AsyncCallback\): void;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.radio.d.ts| +|Error code added|NA|Class name: radio
Method or attribute name: function getNetworkState(slotId?: number): Promise\;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.radio.d.ts| +|Error code added|NA|Class name: radio
Method or attribute name: function sendUpdateCellLocationRequest(callback: AsyncCallback\): void;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.radio.d.ts| +|Error code added|NA|Class name: radio
Method or attribute name: function sendUpdateCellLocationRequest(slotId: number, callback: AsyncCallback\): void;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.radio.d.ts| +|Error code added|NA|Class name: radio
Method or attribute name: function sendUpdateCellLocationRequest(slotId?: number): Promise\;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.radio.d.ts| +|Error code added|NA|Class name: radio
Method or attribute name: function getCellInformation(callback: AsyncCallback\>): void;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.radio.d.ts| +|Error code added|NA|Class name: radio
Method or attribute name: function getCellInformation(slotId: number, callback: AsyncCallback\>): void;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.radio.d.ts| +|Error code added|NA|Class name: radio
Method or attribute name: function getCellInformation(slotId?: number): Promise\>;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.radio.d.ts| +|Error code added|NA|Class name: radio
Method or attribute name: function getNetworkSelectionMode(slotId: number, callback: AsyncCallback\): void;
Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.radio.d.ts| +|Error code added|NA|Class name: radio
Method or attribute name: function getNetworkSelectionMode(slotId: number): Promise\;
Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.radio.d.ts| +|Error code added|NA|Class name: radio
Method or attribute name: function setNetworkSelectionMode(options: NetworkSelectionModeOptions, callback: AsyncCallback\): void;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.radio.d.ts| +|Error code added|NA|Class name: radio
Method or attribute name: function setNetworkSelectionMode(options: NetworkSelectionModeOptions): Promise\;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.radio.d.ts| +|Error code added|NA|Class name: radio
Method or attribute name: function getNetworkSearchInformation(slotId: number, callback: AsyncCallback\): void;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.radio.d.ts| +|Error code added|NA|Class name: radio
Method or attribute name: function getNetworkSearchInformation(slotId: number): Promise\;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.radio.d.ts| +|Error code added|NA|Class name: radio
Method or attribute name: function getISOCountryCodeForNetwork(slotId: number, callback: AsyncCallback\): void;
Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.radio.d.ts| +|Error code added|NA|Class name: radio
Method or attribute name: function getISOCountryCodeForNetwork(slotId: number): Promise\;
Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.radio.d.ts| +|Error code added|NA|Class name: radio
Method or attribute name: function getNrOptionMode(callback: AsyncCallback\): void;
Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.radio.d.ts| +|Error code added|NA|Class name: radio
Method or attribute name: function getNrOptionMode(slotId: number, callback: AsyncCallback\): void;
Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.radio.d.ts| +|Error code added|NA|Class name: radio
Method or attribute name: function getNrOptionMode(slotId?: number): Promise\;
Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.radio.d.ts| +|Error code added|NA|Class name: radio
Method or attribute name: function getIMEI(callback: AsyncCallback\): void;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.radio.d.ts| +|Error code added|NA|Class name: radio
Method or attribute name: function getIMEI(slotId: number, callback: AsyncCallback\): void;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.radio.d.ts| +|Error code added|NA|Class name: radio
Method or attribute name: function getIMEI(slotId?: number): Promise\;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.radio.d.ts| +|Error code added|NA|Class name: radio
Method or attribute name: function getMEID(callback: AsyncCallback\): void;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.radio.d.ts| +|Error code added|NA|Class name: radio
Method or attribute name: function getMEID(slotId: number, callback: AsyncCallback\): void;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.radio.d.ts| +|Error code added|NA|Class name: radio
Method or attribute name: function getMEID(slotId?: number): Promise\;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.radio.d.ts| +|Error code added|NA|Class name: radio
Method or attribute name: function getUniqueDeviceId(callback: AsyncCallback\): void;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.radio.d.ts| +|Error code added|NA|Class name: radio
Method or attribute name: function getUniqueDeviceId(slotId: number, callback: AsyncCallback\): void;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.radio.d.ts| +|Error code added|NA|Class name: radio
Method or attribute name: function getUniqueDeviceId(slotId?: number): Promise\;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.radio.d.ts| +|Error code added|NA|Class name: radio
Method or attribute name: function getPrimarySlotId(callback: AsyncCallback\): void;
Error code: 8300001, 8300002, 8300003, 8300999|@ohos.telephony.radio.d.ts| +|Error code added|NA|Class name: radio
Method or attribute name: function getPrimarySlotId(): Promise\;
Error code: 8300001, 8300002, 8300003, 8300999|@ohos.telephony.radio.d.ts| +|Error code added|NA|Class name: radio
Method or attribute name: function setPrimarySlotId(slotId: number, callback: AsyncCallback\): void;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999|@ohos.telephony.radio.d.ts| +|Error code added|NA|Class name: radio
Method or attribute name: function setPrimarySlotId(slotId: number): Promise\;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999|@ohos.telephony.radio.d.ts| +|Error code added|NA|Class name: radio
Method or attribute name: function getSignalInformation(slotId: number, callback: AsyncCallback\>): void;
Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.radio.d.ts| +|Error code added|NA|Class name: radio
Method or attribute name: function getSignalInformation(slotId: number): Promise\>;
Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.radio.d.ts| +|Error code added|NA|Class name: radio
Method or attribute name: function isRadioOn(callback: AsyncCallback\): void;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.radio.d.ts| +|Error code added|NA|Class name: radio
Method or attribute name: function isRadioOn(slotId: number, callback: AsyncCallback\): void
Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.radio.d.ts| +|Error code added|NA|Class name: radio
Method or attribute name: function isRadioOn(slotId?: number): Promise\;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.radio.d.ts| +|Error code added|NA|Class name: radio
Method or attribute name: function turnOnRadio(callback: AsyncCallback\): void;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.radio.d.ts| +|Error code added|NA|Class name: radio
Method or attribute name: function turnOnRadio(slotId: number, callback: AsyncCallback\): void;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.radio.d.ts| +|Error code added|NA|Class name: radio
Method or attribute name: function turnOnRadio(slotId?: number): Promise\;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.radio.d.ts| +|Error code added|NA|Class name: radio
Method or attribute name: function turnOffRadio(callback: AsyncCallback\): void;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.radio.d.ts| +|Error code added|NA|Class name: radio
Method or attribute name: function turnOffRadio(slotId: number, callback: AsyncCallback\): void;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.radio.d.ts| +|Error code added|NA|Class name: radio
Method or attribute name: function turnOffRadio(slotId?: number): Promise\;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.radio.d.ts| +|Error code added|NA|Class name: radio
Method or attribute name: function getOperatorName(slotId: number, callback: AsyncCallback\): void;
Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.radio.d.ts| +|Error code added|NA|Class name: radio
Method or attribute name: function getOperatorName(slotId: number): Promise\;
Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.radio.d.ts| +|Error code added|NA|Class name: radio
Method or attribute name: function setPreferredNetwork(slotId: number, networkMode: PreferredNetworkMode, callback: AsyncCallback\): void;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.radio.d.ts| +|Error code added|NA|Class name: radio
Method or attribute name: function setPreferredNetwork(slotId: number, networkMode: PreferredNetworkMode): Promise\;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.radio.d.ts| +|Error code added|NA|Class name: radio
Method or attribute name: function getPreferredNetwork(slotId: number, callback: AsyncCallback\): void;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.radio.d.ts| +|Error code added|NA|Class name: radio
Method or attribute name: function getPreferredNetwork(slotId: number): Promise\;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.radio.d.ts| +|Error code added|NA|Class name: sim
Method or attribute name: function hasOperatorPrivileges(slotId: number, callback: AsyncCallback\): void;
Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.sim.d.ts| +|Error code added|NA|Class name: sim
Method or attribute name: function hasOperatorPrivileges(slotId: number): Promise\;
Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.sim.d.ts| +|Error code added|NA|Class name: sim
Method or attribute name: function getISOCountryCodeForSim(slotId: number, callback: AsyncCallback\): void;
Error code: 401, 8300001, 8300002, 8300003, 8300004, 8300999|@ohos.telephony.sim.d.ts| +|Error code added|NA|Class name: sim
Method or attribute name: function getISOCountryCodeForSim(slotId: number): Promise\;
Error code: 401, 8300001, 8300002, 8300003, 8300004, 8300999|@ohos.telephony.sim.d.ts| +|Error code added|NA|Class name: sim
Method or attribute name: function getSimOperatorNumeric(slotId: number, callback: AsyncCallback\): void;
Error code: 401, 8300001, 8300002, 8300003, 8300004, 8300999|@ohos.telephony.sim.d.ts| +|Error code added|NA|Class name: sim
Method or attribute name: function getSimOperatorNumeric(slotId: number): Promise\;
Error code: 401, 8300001, 8300002, 8300003, 8300004, 8300999|@ohos.telephony.sim.d.ts| +|Error code added|NA|Class name: sim
Method or attribute name: function getSimSpn(slotId: number, callback: AsyncCallback\): void;
Error code: 401, 8300001, 8300002, 8300003, 8300004, 8300999|@ohos.telephony.sim.d.ts| +|Error code added|NA|Class name: sim
Method or attribute name: function getSimSpn(slotId: number): Promise\;
Error code: 401, 8300001, 8300002, 8300003, 8300004, 8300999|@ohos.telephony.sim.d.ts| +|Error code added|NA|Class name: sim
Method or attribute name: function getSimState(slotId: number, callback: AsyncCallback\): void;
Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.sim.d.ts| +|Error code added|NA|Class name: sim
Method or attribute name: function getSimState(slotId: number): Promise\;
Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.sim.d.ts| +|Error code added|NA|Class name: sim
Method or attribute name: function getCardType(slotId: number, callback: AsyncCallback\): void;
Error code: 401, 8300001, 8300002, 8300003, 8300004, 8300999|@ohos.telephony.sim.d.ts| +|Error code added|NA|Class name: sim
Method or attribute name: function getCardType(slotId: number): Promise\;
Error code: 401, 8300001, 8300002, 8300003, 8300004, 8300999|@ohos.telephony.sim.d.ts| +|Error code added|NA|Class name: sim
Method or attribute name: function getSimIccId(slotId: number, callback: AsyncCallback\): void;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999|@ohos.telephony.sim.d.ts| +|Error code added|NA|Class name: sim
Method or attribute name: function getSimIccId(slotId: number): Promise\;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999|@ohos.telephony.sim.d.ts| +|Error code added|NA|Class name: sim
Method or attribute name: function getVoiceMailIdentifier(slotId: number, callback: AsyncCallback\): void;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999|@ohos.telephony.sim.d.ts| +|Error code added|NA|Class name: sim
Method or attribute name: function getVoiceMailIdentifier(slotId: number): Promise\;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999|@ohos.telephony.sim.d.ts| +|Error code added|NA|Class name: sim
Method or attribute name: function getVoiceMailNumber(slotId: number, callback: AsyncCallback\): void;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999|@ohos.telephony.sim.d.ts| +|Error code added|NA|Class name: sim
Method or attribute name: function getVoiceMailNumber(slotId: number): Promise\;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999|@ohos.telephony.sim.d.ts| +|Error code added|NA|Class name: sim
Method or attribute name: function setVoiceMailInfo(slotId: number, mailName: string, mailNumber: string, callback: AsyncCallback\): void;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999, 8301002|@ohos.telephony.sim.d.ts| +|Error code added|NA|Class name: sim
Method or attribute name: function setVoiceMailInfo(slotId: number, mailName: string, mailNumber: string): Promise\;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999, 8301002|@ohos.telephony.sim.d.ts| +|Error code added|NA|Class name: sim
Method or attribute name: function getSimTelephoneNumber(slotId: number, callback: AsyncCallback\): void;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999|@ohos.telephony.sim.d.ts| +|Error code added|NA|Class name: sim
Method or attribute name: function getSimTelephoneNumber(slotId: number): Promise\;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999|@ohos.telephony.sim.d.ts| +|Error code added|NA|Class name: sim
Method or attribute name: function getSimGid1(slotId: number, callback: AsyncCallback\): void;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999|@ohos.telephony.sim.d.ts| +|Error code added|NA|Class name: sim
Method or attribute name: function getSimGid1(slotId: number): Promise\;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999|@ohos.telephony.sim.d.ts| +|Error code added|NA|Class name: sim
Method or attribute name: function getIMSI(slotId: number, callback: AsyncCallback\): void;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999|@ohos.telephony.sim.d.ts| +|Error code added|NA|Class name: sim
Method or attribute name: function getIMSI(slotId: number): Promise\;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999|@ohos.telephony.sim.d.ts| +|Error code added|NA|Class name: sim
Method or attribute name: function hasSimCard(slotId: number, callback: AsyncCallback\): void;
Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.sim.d.ts| +|Error code added|NA|Class name: sim
Method or attribute name: function hasSimCard(slotId: number): Promise\;
Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.sim.d.ts| +|Error code added|NA|Class name: sim
Method or attribute name: function getSimAccountInfo(slotId: number, callback: AsyncCallback\): void;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999, 8301002|@ohos.telephony.sim.d.ts| +|Error code added|NA|Class name: sim
Method or attribute name: function getSimAccountInfo(slotId: number): Promise\;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999, 8301002|@ohos.telephony.sim.d.ts| +|Error code added|NA|Class name: sim
Method or attribute name: function getActiveSimAccountInfoList(callback: AsyncCallback\>): void;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999|@ohos.telephony.sim.d.ts| +|Error code added|NA|Class name: sim
Method or attribute name: function getActiveSimAccountInfoList(): Promise\>;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999|@ohos.telephony.sim.d.ts| +|Error code added|NA|Class name: sim
Method or attribute name: function setDefaultVoiceSlotId(slotId: number, callback: AsyncCallback\): void;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999, 8301001|@ohos.telephony.sim.d.ts| +|Error code added|NA|Class name: sim
Method or attribute name: function setDefaultVoiceSlotId(slotId: number): Promise\;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999, 8301001|@ohos.telephony.sim.d.ts| +|Error code added|NA|Class name: sim
Method or attribute name: function activateSim(slotId: number, callback: AsyncCallback\): void;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999|@ohos.telephony.sim.d.ts| +|Error code added|NA|Class name: sim
Method or attribute name: function activateSim(slotId: number): Promise\;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999|@ohos.telephony.sim.d.ts| +|Error code added|NA|Class name: sim
Method or attribute name: function deactivateSim(slotId: number, callback: AsyncCallback\): void;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999|@ohos.telephony.sim.d.ts| +|Error code added|NA|Class name: sim
Method or attribute name: function deactivateSim(slotId: number): Promise\;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999|@ohos.telephony.sim.d.ts| +|Error code added|NA|Class name: sim
Method or attribute name: function setShowName(slotId: number, name: string, callback: AsyncCallback\): void;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999|@ohos.telephony.sim.d.ts| +|Error code added|NA|Class name: sim
Method or attribute name: function setShowName(slotId: number, name: string): Promise\;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999|@ohos.telephony.sim.d.ts| +|Error code added|NA|Class name: sim
Method or attribute name: function getShowName(slotId: number, callback: AsyncCallback\): void;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999|@ohos.telephony.sim.d.ts| +|Error code added|NA|Class name: sim
Method or attribute name: function getShowName(slotId: number): Promise\;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999|@ohos.telephony.sim.d.ts| +|Error code added|NA|Class name: sim
Method or attribute name: function setShowNumber(slotId: number, number: string, callback: AsyncCallback\): void;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999|@ohos.telephony.sim.d.ts| +|Error code added|NA|Class name: sim
Method or attribute name: function setShowNumber(slotId: number, number: string): Promise\;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999|@ohos.telephony.sim.d.ts| +|Error code added|NA|Class name: sim
Method or attribute name: function getShowNumber(slotId: number, callback: AsyncCallback\): void;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999|@ohos.telephony.sim.d.ts| +|Error code added|NA|Class name: sim
Method or attribute name: function getShowNumber(slotId: number): Promise\;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999|@ohos.telephony.sim.d.ts| +|Error code added|NA|Class name: sim
Method or attribute name: function getOperatorConfigs(slotId: number, callback: AsyncCallback\>): void;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.sim.d.ts| +|Error code added|NA|Class name: sim
Method or attribute name: function getOperatorConfigs(slotId: number): Promise\>;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.sim.d.ts| +|Error code added|NA|Class name: sim
Method or attribute name: function unlockPin(slotId: number, pin: string, callback: AsyncCallback\): void;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999, 8301002|@ohos.telephony.sim.d.ts| +|Error code added|NA|Class name: sim
Method or attribute name: function unlockPin(slotId: number, pin: string): Promise\;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999, 8301002|@ohos.telephony.sim.d.ts| +|Error code added|NA|Class name: sim
Method or attribute name: function unlockPuk(slotId: number, newPin: string, puk: string, callback: AsyncCallback\): void;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999, 8301002|@ohos.telephony.sim.d.ts| +|Error code added|NA|Class name: sim
Method or attribute name: function unlockPuk(slotId: number, newPin: string, puk: string): Promise\;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999, 8301002|@ohos.telephony.sim.d.ts| +|Error code added|NA|Class name: sim
Method or attribute name: function alterPin(slotId: number, newPin: string, oldPin: string, callback: AsyncCallback\): void;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999, 8301002|@ohos.telephony.sim.d.ts| +|Error code added|NA|Class name: sim
Method or attribute name: function alterPin(slotId: number, newPin: string, oldPin: string): Promise\;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999, 8301002|@ohos.telephony.sim.d.ts| +|Error code added|NA|Class name: sim
Method or attribute name: function setLockState(slotId: number, options: LockInfo, callback: AsyncCallback\): void;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999, 8301002|@ohos.telephony.sim.d.ts| +|Error code added|NA|Class name: sim
Method or attribute name: function setLockState(slotId: number, options: LockInfo): Promise\;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999, 8301002|@ohos.telephony.sim.d.ts| +|Error code added|NA|Class name: sim
Method or attribute name: function unlockPin2(slotId: number, pin2: string, callback: AsyncCallback\): void;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999, 8301002|@ohos.telephony.sim.d.ts| +|Error code added|NA|Class name: sim
Method or attribute name: function unlockPin2(slotId: number, pin2: string): Promise\;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999, 8301002|@ohos.telephony.sim.d.ts| +|Error code added|NA|Class name: sim
Method or attribute name: function unlockPuk2(slotId: number, newPin2: string, puk2: string, callback: AsyncCallback\): void;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999, 8301002|@ohos.telephony.sim.d.ts| +|Error code added|NA|Class name: sim
Method or attribute name: function unlockPuk2(slotId: number, newPin2: string, puk2: string): Promise\;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999, 8301002|@ohos.telephony.sim.d.ts| +|Error code added|NA|Class name: sim
Method or attribute name: function alterPin2(slotId: number, newPin2: string, oldPin2: string, callback: AsyncCallback\): void;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999, 8301002|@ohos.telephony.sim.d.ts| +|Error code added|NA|Class name: sim
Method or attribute name: function alterPin2(slotId: number, newPin2: string, oldPin2: string): Promise\;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999, 8301002|@ohos.telephony.sim.d.ts| +|Error code added|NA|Class name: sim
Method or attribute name: function queryIccDiallingNumbers(slotId: number, type: ContactType, callback: AsyncCallback\>): void
Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999, 8301002|@ohos.telephony.sim.d.ts| +|Error code added|NA|Class name: sim
Method or attribute name: function queryIccDiallingNumbers(slotId: number, type: ContactType): Promise\>;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999, 8301002|@ohos.telephony.sim.d.ts| +|Error code added|NA|Class name: sim
Method or attribute name: function addIccDiallingNumbers(slotId: number, type: ContactType, diallingNumbers: DiallingNumbersInfo, callback: AsyncCallback\): void;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999, 8301002|@ohos.telephony.sim.d.ts| +|Error code added|NA|Class name: sim
Method or attribute name: function addIccDiallingNumbers(slotId: number, type: ContactType, diallingNumbers: DiallingNumbersInfo): Promise\;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999, 8301002|@ohos.telephony.sim.d.ts| +|Error code added|NA|Class name: sim
Method or attribute name: function delIccDiallingNumbers(slotId: number, type: ContactType, diallingNumbers: DiallingNumbersInfo, callback: AsyncCallback\): void;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999, 8301002|@ohos.telephony.sim.d.ts| +|Error code added|NA|Class name: sim
Method or attribute name: function delIccDiallingNumbers(slotId: number, type: ContactType, diallingNumbers: DiallingNumbersInfo): Promise\;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999, 8301002|@ohos.telephony.sim.d.ts| +|Error code added|NA|Class name: sim
Method or attribute name: function updateIccDiallingNumbers(slotId: number, type: ContactType, diallingNumbers: DiallingNumbersInfo, callback: AsyncCallback\): void;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999, 8301002|@ohos.telephony.sim.d.ts| +|Error code added|NA|Class name: sim
Method or attribute name: function updateIccDiallingNumbers(slotId: number, type: ContactType, diallingNumbers: DiallingNumbersInfo): Promise\;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999, 8301002|@ohos.telephony.sim.d.ts| +|Error code added|NA|Class name: sim
Method or attribute name: function getLockState(slotId: number, lockType: LockType, callback: AsyncCallback\): void;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999, 8301002|@ohos.telephony.sim.d.ts| +|Error code added|NA|Class name: sim
Method or attribute name: function getLockState(slotId: number, lockType: LockType): Promise\;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999, 8301002|@ohos.telephony.sim.d.ts| +|Error code added|NA|Class name: sim
Method or attribute name: function sendEnvelopeCmd(slotId: number, cmd: string, callback: AsyncCallback\): void;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999|@ohos.telephony.sim.d.ts| +|Error code added|NA|Class name: sim
Method or attribute name: function sendEnvelopeCmd(slotId: number, cmd: string): Promise\;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999|@ohos.telephony.sim.d.ts| +|Error code added|NA|Class name: sim
Method or attribute name: function sendTerminalResponseCmd(slotId: number, cmd: string, callback: AsyncCallback\): void;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999|@ohos.telephony.sim.d.ts| +|Error code added|NA|Class name: sim
Method or attribute name: function sendTerminalResponseCmd(slotId: number, cmd: string): Promise\;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999|@ohos.telephony.sim.d.ts| +|Error code added|NA|Class name: sim
Method or attribute name: function unlockSimLock(slotId: number, lockInfo: PersoLockInfo, callback: AsyncCallback\): void;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999, 8301002|@ohos.telephony.sim.d.ts| +|Error code added|NA|Class name: sim
Method or attribute name: function unlockSimLock(slotId: number, lockInfo: PersoLockInfo): Promise\;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999, 8301002|@ohos.telephony.sim.d.ts| +|Error code added|NA|Class name: sms
Method or attribute name: function splitMessage(content: string, callback: AsyncCallback\>): void;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.sms.d.ts| +|Error code added|NA|Class name: sms
Method or attribute name: function splitMessage(content: string): Promise\>;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.sms.d.ts| +|Error code added|NA|Class name: sms
Method or attribute name: function createMessage(pdu: Array\, specification: string, callback: AsyncCallback\): void;
Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.sms.d.ts| +|Error code added|NA|Class name: sms
Method or attribute name: function createMessage(pdu: Array\, specification: string): Promise\;
Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.sms.d.ts| +|Error code added|NA|Class name: sms
Method or attribute name: function sendMessage(options: SendMessageOptions): void;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.sms.d.ts| +|Error code added|NA|Class name: sms
Method or attribute name: function setDefaultSmsSlotId(slotId: number, callback: AsyncCallback\): void;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999|@ohos.telephony.sms.d.ts| +|Error code added|NA|Class name: sms
Method or attribute name: function setDefaultSmsSlotId(slotId: number): Promise\;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999|@ohos.telephony.sms.d.ts| +|Error code added|NA|Class name: sms
Method or attribute name: function setSmscAddr(slotId: number, smscAddr: string, callback: AsyncCallback\): void;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.sms.d.ts| +|Error code added|NA|Class name: sms
Method or attribute name: function setSmscAddr(slotId: number, smscAddr: string): Promise\;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.sms.d.ts| +|Error code added|NA|Class name: sms
Method or attribute name: function getSmscAddr(slotId: number, callback: AsyncCallback\): void;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.sms.d.ts| +|Error code added|NA|Class name: sms
Method or attribute name: function getSmscAddr(slotId: number): Promise\;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.sms.d.ts| +|Error code added|NA|Class name: sms
Method or attribute name: function addSimMessage(options: SimMessageOptions, callback: AsyncCallback\): void;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.sms.d.ts| +|Error code added|NA|Class name: sms
Method or attribute name: function addSimMessage(options: SimMessageOptions): Promise\;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.sms.d.ts| +|Error code added|NA|Class name: sms
Method or attribute name: function delSimMessage(slotId: number, msgIndex: number, callback: AsyncCallback\): void;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.sms.d.ts| +|Error code added|NA|Class name: sms
Method or attribute name: function delSimMessage(slotId: number, msgIndex: number): Promise\;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.sms.d.ts| +|Error code added|NA|Class name: sms
Method or attribute name: function updateSimMessage(options: UpdateSimMessageOptions, callback: AsyncCallback\): void;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.sms.d.ts| +|Error code added|NA|Class name: sms
Method or attribute name: function updateSimMessage(options: UpdateSimMessageOptions): Promise\;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.sms.d.ts| +|Error code added|NA|Class name: sms
Method or attribute name: function getAllSimMessages(slotId: number, callback: AsyncCallback\>): void;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.sms.d.ts| +|Error code added|NA|Class name: sms
Method or attribute name: function getAllSimMessages(slotId: number): Promise\>;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.sms.d.ts| +|Error code added|NA|Class name: sms
Method or attribute name: function setCBConfig(options: CBConfigOptions, callback: AsyncCallback\): void;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.sms.d.ts| +|Error code added|NA|Class name: sms
Method or attribute name: function setCBConfig(options: CBConfigOptions): Promise\;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.sms.d.ts| +|Error code added|NA|Class name: sms
Method or attribute name: function getSmsSegmentsInfo(slotId: number, message: string, force7bit: boolean, callback: AsyncCallback\): void;
Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.sms.d.ts| +|Error code added|NA|Class name: sms
Method or attribute name: function getSmsSegmentsInfo(slotId: number, message: string, force7bit: boolean): Promise\;
Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.sms.d.ts| +|Error code added|NA|Class name: sms
Method or attribute name: function isImsSmsSupported(slotId: number, callback: AsyncCallback\): void;
Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.sms.d.ts| +|Error code added|NA|Class name: sms
Method or attribute name: function isImsSmsSupported(slotId: number): Promise\;
Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.sms.d.ts| +|Error code added|NA|Class name: sms
Method or attribute name: function getImsShortMessageFormat(callback: AsyncCallback\): void;
Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.sms.d.ts| +|Error code added|NA|Class name: sms
Method or attribute name: function getImsShortMessageFormat(): Promise\;
Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.sms.d.ts| +|Error code added|NA|Class name: sms
Method or attribute name: function decodeMms(mmsFilePathName: string \| Array\, callback: AsyncCallback\): void;
Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.sms.d.ts| +|Error code added|NA|Class name: sms
Method or attribute name: function decodeMms(mmsFilePathName: string \| Array\): Promise\;
Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.sms.d.ts| +|Error code added|NA|Class name: sms
Method or attribute name: function encodeMms(mms: MmsInformation, callback: AsyncCallback\>): void;
Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.sms.d.ts| +|Error code added|NA|Class name: sms
Method or attribute name: function encodeMms(mms: MmsInformation): Promise\>;
Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.sms.d.ts| diff --git a/en/release-notes/api-diff/Beta5 to v3.2-Release/js-apidiff-unitest.md b/en/release-notes/api-diff/Beta5 to v3.2-Release/js-apidiff-unitest.md new file mode 100644 index 0000000000000000000000000000000000000000..000698595f361de69afea7c66149567b13439969 --- /dev/null +++ b/en/release-notes/api-diff/Beta5 to v3.2-Release/js-apidiff-unitest.md @@ -0,0 +1,328 @@ +| Change Type | Old Version | New Version | d.ts File | +| ---- | ------ | ------ | -------- | +|Added|NA|Module name: ohos.UiTest
Class name: MatchPattern|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: MatchPattern
Method or attribute name: EQUALS = 0|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: MatchPattern
Method or attribute name: CONTAINS = 1|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: MatchPattern
Method or attribute name: STARTS_WITH = 2|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: MatchPattern
Method or attribute name: ENDS_WITH = 3|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: By|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: By
Method or attribute name: text(txt: string, pattern?: MatchPattern): By;|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: By
Method or attribute name: key(key: string): By;|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: By
Method or attribute name: id(id: number): By;|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: By
Method or attribute name: type(tp: string): By;|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: By
Method or attribute name: clickable(b?: boolean): By;|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: By
Method or attribute name: scrollable(b?: boolean): By;|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: By
Method or attribute name: enabled(b?: boolean): By;|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: By
Method or attribute name: focused(b?: boolean): By;|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: By
Method or attribute name: selected(b?: boolean): By;|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: By
Method or attribute name: isBefore(by: By): By;|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: By
Method or attribute name: isAfter(by: By): By;|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: UiComponent|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: UiComponent
Method or attribute name: click(): Promise\;|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: UiComponent
Method or attribute name: doubleClick(): Promise\;|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: UiComponent
Method or attribute name: longClick(): Promise\;|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: UiComponent
Method or attribute name: getId(): Promise\;|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: UiComponent
Method or attribute name: getKey(): Promise\;|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: UiComponent
Method or attribute name: getText(): Promise\;|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: UiComponent
Method or attribute name: getType(): Promise\;|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: UiComponent
Method or attribute name: isClickable(): Promise\;|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: UiComponent
Method or attribute name: isScrollable(): Promise\;|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: UiComponent
Method or attribute name: isEnabled(): Promise\;|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: UiComponent
Method or attribute name: isFocused(): Promise\;|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: UiComponent
Method or attribute name: isSelected(): Promise\;|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: UiComponent
Method or attribute name: inputText(text: string): Promise\;|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: UiComponent
Method or attribute name: scrollSearch(by: By): Promise\;|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: UiDriver|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: UiDriver
Method or attribute name: static create(): UiDriver;|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: UiDriver
Method or attribute name: delayMs(duration: number): Promise\;|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: UiDriver
Method or attribute name: findComponent(by: By): Promise\;|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: UiDriver
Method or attribute name: findComponents(by: By): Promise\>;|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: UiDriver
Method or attribute name: assertComponentExist(by: By): Promise\;|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: UiDriver
Method or attribute name: pressBack(): Promise\;|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: UiDriver
Method or attribute name: triggerKey(keyCode: number): Promise\;|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: UiDriver
Method or attribute name: click(x: number, y: number): Promise\;|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: UiDriver
Method or attribute name: doubleClick(x: number, y: number): Promise\;|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: UiDriver
Method or attribute name: longClick(x: number, y: number): Promise\;|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: UiDriver
Method or attribute name: swipe(startx: number, starty: number, endx: number, endy: number): Promise\;|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: UiDriver
Method or attribute name: screenCap(savePath: string): Promise\;|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: WindowMode|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: WindowMode
Method or attribute name: FULLSCREEN = 0|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: WindowMode
Method or attribute name: PRIMARY = 1|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: WindowMode
Method or attribute name: SECONDARY = 2|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: WindowMode
Method or attribute name: FLOATING = 3|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: ResizeDirection|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: ResizeDirection
Method or attribute name: LEFT = 0|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: ResizeDirection
Method or attribute name: RIGHT = 1|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: ResizeDirection
Method or attribute name: UP = 2|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: ResizeDirection
Method or attribute name: DOWN = 3|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: ResizeDirection
Method or attribute name: LEFT_UP = 4|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: ResizeDirection
Method or attribute name: LEFT_DOWN = 5|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: ResizeDirection
Method or attribute name: RIGHT_UP = 6|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: ResizeDirection
Method or attribute name: RIGHT_DOWN = 7|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: DisplayRotation|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: DisplayRotation
Method or attribute name: ROTATION_0 = 0|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: DisplayRotation
Method or attribute name: ROTATION_90 = 1|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: DisplayRotation
Method or attribute name: ROTATION_180 = 2|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: DisplayRotation
Method or attribute name: ROTATION_270 = 3|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: Point|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: Point
Method or attribute name: readonly x: number;|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: Point
Method or attribute name: readonly y: number;|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: Rect|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: Rect
Method or attribute name: readonly left: number;|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: Rect
Method or attribute name: readonly top: number;|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: Rect
Method or attribute name: readonly right: number;|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: Rect
Method or attribute name: readonly bottom: number;|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: WindowFilter|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: WindowFilter
Method or attribute name: bundleName?: string;|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: WindowFilter
Method or attribute name: title?: string;|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: WindowFilter
Method or attribute name: focused?: boolean;|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: WindowFilter
Method or attribute name: actived?: boolean;|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: On|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: On
Method or attribute name: text(txt: string, pattern?: MatchPattern): On;|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: On
Method or attribute name: id(id: string): On;|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: On
Method or attribute name: type(tp: string): On;|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: On
Method or attribute name: clickable(b?: boolean): On;|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: On
Method or attribute name: longClickable(b?: boolean): On;|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: On
Method or attribute name: scrollable(b?: boolean): On;|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: On
Method or attribute name: enabled(b?: boolean): On;|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: On
Method or attribute name: focused(b?: boolean): On;|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: On
Method or attribute name: selected(b?: boolean): On;|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: On
Method or attribute name: checked(b?: boolean): On;|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: On
Method or attribute name: checkable(b?: boolean): On;|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: On
Method or attribute name: isBefore(on: On): On;|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: On
Method or attribute name: isAfter(on: On): On;|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: Component|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: Component
Method or attribute name: click(): Promise\;|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: Component
Method or attribute name: doubleClick(): Promise\;|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: Component
Method or attribute name: longClick(): Promise\;|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: Component
Method or attribute name: getId(): Promise\;|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: Component
Method or attribute name: getText(): Promise\;|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: Component
Method or attribute name: getType(): Promise\;|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: Component
Method or attribute name: isClickable(): Promise\;|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: Component
Method or attribute name: isLongClickable(): Promise\;|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: Component
Method or attribute name: isScrollable(): Promise\;|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: Component
Method or attribute name: isEnabled(): Promise\;|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: Component
Method or attribute name: isFocused(): Promise\;|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: Component
Method or attribute name: isSelected(): Promise\;|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: Component
Method or attribute name: isChecked(): Promise\;|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: Component
Method or attribute name: isCheckable(): Promise\;|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: Component
Method or attribute name: inputText(text: string): Promise\;|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: Component
Method or attribute name: clearText(): Promise\;|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: Component
Method or attribute name: scrollToTop(speed?: number): Promise\;|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: Component
Method or attribute name: scrollToBottom(speed?: number): Promise\;|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: Component
Method or attribute name: scrollSearch(on: On): Promise\;|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: Component
Method or attribute name: getBounds(): Promise\;|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: Component
Method or attribute name: getBoundsCenter(): Promise\;|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: Component
Method or attribute name: dragTo(target: Component): Promise\;|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: Component
Method or attribute name: pinchOut(scale: number): Promise\;|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: Component
Method or attribute name: pinchIn(scale: number): Promise\;|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: Driver|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: Driver
Method or attribute name: static create(): Driver;|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: Driver
Method or attribute name: delayMs(duration: number): Promise\;|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: Driver
Method or attribute name: findComponent(on: On): Promise\;|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: Driver
Method or attribute name: findWindow(filter: WindowFilter): Promise\;|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: Driver
Method or attribute name: waitForComponent(on: On, time: number): Promise\;|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: Driver
Method or attribute name: findComponents(on: On): Promise\>;|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: Driver
Method or attribute name: assertComponentExist(on: On): Promise\;|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: Driver
Method or attribute name: pressBack(): Promise\;|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: Driver
Method or attribute name: triggerKey(keyCode: number): Promise\;|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: Driver
Method or attribute name: triggerCombineKeys(key0: number, key1: number, key2?: number): Promise\;|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: Driver
Method or attribute name: click(x: number, y: number): Promise\;|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: Driver
Method or attribute name: doubleClick(x: number, y: number): Promise\;|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: Driver
Method or attribute name: longClick(x: number, y: number): Promise\;|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: Driver
Method or attribute name: swipe(startx: number, starty: number, endx: number, endy: number, speed?: number): Promise\;|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: Driver
Method or attribute name: drag(startx: number, starty: number, endx: number, endy: number, speed?: number): Promise\;|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: Driver
Method or attribute name: screenCap(savePath: string): Promise\;|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: Driver
Method or attribute name: setDisplayRotation(rotation: DisplayRotation): Promise\;|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: Driver
Method or attribute name: getDisplayRotation(): Promise\;|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: Driver
Method or attribute name: setDisplayRotationEnabled(enabled: boolean): Promise\;|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: Driver
Method or attribute name: getDisplaySize(): Promise\;|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: Driver
Method or attribute name: getDisplayDensity(): Promise\;|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: Driver
Method or attribute name: wakeUpDisplay(): Promise\;|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: Driver
Method or attribute name: pressHome(): Promise\;|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: Driver
Method or attribute name: waitForIdle(idleTime: number, timeout: number): Promise\;|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: Driver
Method or attribute name: fling(from: Point, to: Point, stepLen: number, speed: number): Promise\;|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: Driver
Method or attribute name: injectMultiPointerAction(pointers: PointerMatrix, speed?: number): Promise\;|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: UiWindow|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: UiWindow
Method or attribute name: getBundleName(): Promise\;|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: UiWindow
Method or attribute name: getBounds(): Promise\;|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: UiWindow
Method or attribute name: getTitle(): Promise\;|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: UiWindow
Method or attribute name: getWindowMode(): Promise\;|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: UiWindow
Method or attribute name: isFocused(): Promise\;|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: UiWindow
Method or attribute name: isActived(): Promise\;|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: UiWindow
Method or attribute name: focus(): Promise\;|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: UiWindow
Method or attribute name: moveTo(x: number, y: number): Promise\;|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: UiWindow
Method or attribute name: resize(wide: number, height: number, direction: ResizeDirection): Promise\;|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: UiWindow
Method or attribute name: split(): Promise\;|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: UiWindow
Method or attribute name: maximize(): Promise\;|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: UiWindow
Method or attribute name: minimize(): Promise\;|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: UiWindow
Method or attribute name: resume(): Promise\;|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: UiWindow
Method or attribute name: close(): Promise\;|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: PointerMatrix|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: PointerMatrix
Method or attribute name: static create(fingers: number, steps: number): PointerMatrix;|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: PointerMatrix
Method or attribute name: setPoint(finger: number, step: number, point: Point): void;|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: global
Method or attribute name: declare const BY: By;|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: global
Method or attribute name: declare const ON: On;|@ohos.UiTest.d.ts| +|Deleted|Module name: ohos.uitest
Class name: MatchPattern|NA|@ohos.uitest.d.ts| +|Deleted|Module name: ohos.uitest
Class name: MatchPattern
Method or attribute name: EQUALS = 0|NA|@ohos.uitest.d.ts| +|Deleted|Module name: ohos.uitest
Class name: MatchPattern
Method or attribute name: CONTAINS = 1|NA|@ohos.uitest.d.ts| +|Deleted|Module name: ohos.uitest
Class name: MatchPattern
Method or attribute name: STARTS_WITH = 2|NA|@ohos.uitest.d.ts| +|Deleted|Module name: ohos.uitest
Class name: MatchPattern
Method or attribute name: ENDS_WITH = 3|NA|@ohos.uitest.d.ts| +|Deleted|Module name: ohos.uitest
Class name: By|NA|@ohos.uitest.d.ts| +|Deleted|Module name: ohos.uitest
Class name: By
Method or attribute name: text(txt: string, pattern?: MatchPattern): By;|NA|@ohos.uitest.d.ts| +|Deleted|Module name: ohos.uitest
Class name: By
Method or attribute name: key(key: string): By;|NA|@ohos.uitest.d.ts| +|Deleted|Module name: ohos.uitest
Class name: By
Method or attribute name: id(id: number): By;|NA|@ohos.uitest.d.ts| +|Deleted|Module name: ohos.uitest
Class name: By
Method or attribute name: type(tp: string): By;|NA|@ohos.uitest.d.ts| +|Deleted|Module name: ohos.uitest
Class name: By
Method or attribute name: clickable(b?: boolean): By;|NA|@ohos.uitest.d.ts| +|Deleted|Module name: ohos.uitest
Class name: By
Method or attribute name: scrollable(b?: boolean): By;|NA|@ohos.uitest.d.ts| +|Deleted|Module name: ohos.uitest
Class name: By
Method or attribute name: enabled(b?: boolean): By;|NA|@ohos.uitest.d.ts| +|Deleted|Module name: ohos.uitest
Class name: By
Method or attribute name: focused(b?: boolean): By;|NA|@ohos.uitest.d.ts| +|Deleted|Module name: ohos.uitest
Class name: By
Method or attribute name: selected(b?: boolean): By;|NA|@ohos.uitest.d.ts| +|Deleted|Module name: ohos.uitest
Class name: By
Method or attribute name: isBefore(by: By): By;|NA|@ohos.uitest.d.ts| +|Deleted|Module name: ohos.uitest
Class name: By
Method or attribute name: isAfter(by: By): By;|NA|@ohos.uitest.d.ts| +|Deleted|Module name: ohos.uitest
Class name: UiComponent|NA|@ohos.uitest.d.ts| +|Deleted|Module name: ohos.uitest
Class name: UiComponent
Method or attribute name: click(): Promise\;|NA|@ohos.uitest.d.ts| +|Deleted|Module name: ohos.uitest
Class name: UiComponent
Method or attribute name: doubleClick(): Promise\;|NA|@ohos.uitest.d.ts| +|Deleted|Module name: ohos.uitest
Class name: UiComponent
Method or attribute name: longClick(): Promise\;|NA|@ohos.uitest.d.ts| +|Deleted|Module name: ohos.uitest
Class name: UiComponent
Method or attribute name: getId(): Promise\;|NA|@ohos.uitest.d.ts| +|Deleted|Module name: ohos.uitest
Class name: UiComponent
Method or attribute name: getKey(): Promise\;|NA|@ohos.uitest.d.ts| +|Deleted|Module name: ohos.uitest
Class name: UiComponent
Method or attribute name: getText(): Promise\;|NA|@ohos.uitest.d.ts| +|Deleted|Module name: ohos.uitest
Class name: UiComponent
Method or attribute name: getType(): Promise\;|NA|@ohos.uitest.d.ts| +|Deleted|Module name: ohos.uitest
Class name: UiComponent
Method or attribute name: isClickable(): Promise\;|NA|@ohos.uitest.d.ts| +|Deleted|Module name: ohos.uitest
Class name: UiComponent
Method or attribute name: isScrollable(): Promise\;|NA|@ohos.uitest.d.ts| +|Deleted|Module name: ohos.uitest
Class name: UiComponent
Method or attribute name: isEnabled(): Promise\;|NA|@ohos.uitest.d.ts| +|Deleted|Module name: ohos.uitest
Class name: UiComponent
Method or attribute name: isFocused(): Promise\;|NA|@ohos.uitest.d.ts| +|Deleted|Module name: ohos.uitest
Class name: UiComponent
Method or attribute name: isSelected(): Promise\;|NA|@ohos.uitest.d.ts| +|Deleted|Module name: ohos.uitest
Class name: UiComponent
Method or attribute name: inputText(text: string): Promise\;|NA|@ohos.uitest.d.ts| +|Deleted|Module name: ohos.uitest
Class name: UiComponent
Method or attribute name: scrollSearch(by: By): Promise\;|NA|@ohos.uitest.d.ts| +|Deleted|Module name: ohos.uitest
Class name: UiDriver|NA|@ohos.uitest.d.ts| +|Deleted|Module name: ohos.uitest
Class name: UiDriver
Method or attribute name: static create(): UiDriver;|NA|@ohos.uitest.d.ts| +|Deleted|Module name: ohos.uitest
Class name: UiDriver
Method or attribute name: delayMs(duration: number): Promise\;|NA|@ohos.uitest.d.ts| +|Deleted|Module name: ohos.uitest
Class name: UiDriver
Method or attribute name: findComponent(by: By): Promise\;|NA|@ohos.uitest.d.ts| +|Deleted|Module name: ohos.uitest
Class name: UiDriver
Method or attribute name: findComponents(by: By): Promise\>;|NA|@ohos.uitest.d.ts| +|Deleted|Module name: ohos.uitest
Class name: UiDriver
Method or attribute name: assertComponentExist(by: By): Promise\;|NA|@ohos.uitest.d.ts| +|Deleted|Module name: ohos.uitest
Class name: UiDriver
Method or attribute name: pressBack(): Promise\;|NA|@ohos.uitest.d.ts| +|Deleted|Module name: ohos.uitest
Class name: UiDriver
Method or attribute name: triggerKey(keyCode: number): Promise\;|NA|@ohos.uitest.d.ts| +|Deleted|Module name: ohos.uitest
Class name: UiDriver
Method or attribute name: click(x: number, y: number): Promise\;|NA|@ohos.uitest.d.ts| +|Deleted|Module name: ohos.uitest
Class name: UiDriver
Method or attribute name: doubleClick(x: number, y: number): Promise\;|NA|@ohos.uitest.d.ts| +|Deleted|Module name: ohos.uitest
Class name: UiDriver
Method or attribute name: longClick(x: number, y: number): Promise\;|NA|@ohos.uitest.d.ts| +|Deleted|Module name: ohos.uitest
Class name: UiDriver
Method or attribute name: swipe(startx: number, starty: number, endx: number, endy: number): Promise\;|NA|@ohos.uitest.d.ts| +|Deleted|Module name: ohos.uitest
Class name: UiDriver
Method or attribute name: screenCap(savePath: string): Promise\;|NA|@ohos.uitest.d.ts| +|Deleted|Module name: ohos.uitest
Class name: WindowMode|NA|@ohos.uitest.d.ts| +|Deleted|Module name: ohos.uitest
Class name: WindowMode
Method or attribute name: FULLSCREEN|NA|@ohos.uitest.d.ts| +|Deleted|Module name: ohos.uitest
Class name: WindowMode
Method or attribute name: PRIMARY|NA|@ohos.uitest.d.ts| +|Deleted|Module name: ohos.uitest
Class name: WindowMode
Method or attribute name: SECONDARY|NA|@ohos.uitest.d.ts| +|Deleted|Module name: ohos.uitest
Class name: WindowMode
Method or attribute name: FLOATING|NA|@ohos.uitest.d.ts| +|Deleted|Module name: ohos.uitest
Class name: ResizeDirection|NA|@ohos.uitest.d.ts| +|Deleted|Module name: ohos.uitest
Class name: ResizeDirection
Method or attribute name: LEFT|NA|@ohos.uitest.d.ts| +|Deleted|Module name: ohos.uitest
Class name: ResizeDirection
Method or attribute name: RIGHT|NA|@ohos.uitest.d.ts| +|Deleted|Module name: ohos.uitest
Class name: ResizeDirection
Method or attribute name: UP|NA|@ohos.uitest.d.ts| +|Deleted|Module name: ohos.uitest
Class name: ResizeDirection
Method or attribute name: DOWN|NA|@ohos.uitest.d.ts| +|Deleted|Module name: ohos.uitest
Class name: ResizeDirection
Method or attribute name: LEFT_UP|NA|@ohos.uitest.d.ts| +|Deleted|Module name: ohos.uitest
Class name: ResizeDirection
Method or attribute name: LEFT_DOWN|NA|@ohos.uitest.d.ts| +|Deleted|Module name: ohos.uitest
Class name: ResizeDirection
Method or attribute name: RIGHT_UP|NA|@ohos.uitest.d.ts| +|Deleted|Module name: ohos.uitest
Class name: ResizeDirection
Method or attribute name: RIGHT_DOWN|NA|@ohos.uitest.d.ts| +|Deleted|Module name: ohos.uitest
Class name: DisplayRotation|NA|@ohos.uitest.d.ts| +|Deleted|Module name: ohos.uitest
Class name: DisplayRotation
Method or attribute name: ROTATION_0|NA|@ohos.uitest.d.ts| +|Deleted|Module name: ohos.uitest
Class name: DisplayRotation
Method or attribute name: ROTATION_90|NA|@ohos.uitest.d.ts| +|Deleted|Module name: ohos.uitest
Class name: DisplayRotation
Method or attribute name: ROTATION_180|NA|@ohos.uitest.d.ts| +|Deleted|Module name: ohos.uitest
Class name: DisplayRotation
Method or attribute name: ROTATION_270|NA|@ohos.uitest.d.ts| +|Deleted|Module name: ohos.uitest
Class name: Point|NA|@ohos.uitest.d.ts| +|Deleted|Module name: ohos.uitest
Class name: Point
Method or attribute name: readonly X: number;|NA|@ohos.uitest.d.ts| +|Deleted|Module name: ohos.uitest
Class name: Point
Method or attribute name: readonly Y: number;|NA|@ohos.uitest.d.ts| +|Deleted|Module name: ohos.uitest
Class name: Rect|NA|@ohos.uitest.d.ts| +|Deleted|Module name: ohos.uitest
Class name: Rect
Method or attribute name: readonly left: number;|NA|@ohos.uitest.d.ts| +|Deleted|Module name: ohos.uitest
Class name: Rect
Method or attribute name: readonly top: number;|NA|@ohos.uitest.d.ts| +|Deleted|Module name: ohos.uitest
Class name: Rect
Method or attribute name: readonly right: number;|NA|@ohos.uitest.d.ts| +|Deleted|Module name: ohos.uitest
Class name: Rect
Method or attribute name: readonly bottom: number;|NA|@ohos.uitest.d.ts| +|Deleted|Module name: ohos.uitest
Class name: WindowFilter|NA|@ohos.uitest.d.ts| +|Deleted|Module name: ohos.uitest
Class name: WindowFilter
Method or attribute name: bundleName?: string;|NA|@ohos.uitest.d.ts| +|Deleted|Module name: ohos.uitest
Class name: WindowFilter
Method or attribute name: title?: string;|NA|@ohos.uitest.d.ts| +|Deleted|Module name: ohos.uitest
Class name: WindowFilter
Method or attribute name: focused?: boolean;|NA|@ohos.uitest.d.ts| +|Deleted|Module name: ohos.uitest
Class name: WindowFilter
Method or attribute name: actived?: boolean;|NA|@ohos.uitest.d.ts| +|Deleted|Module name: ohos.uitest
Class name: On|NA|@ohos.uitest.d.ts| +|Deleted|Module name: ohos.uitest
Class name: On
Method or attribute name: text(txt: string, pattern?: MatchPattern): On;|NA|@ohos.uitest.d.ts| +|Deleted|Module name: ohos.uitest
Class name: On
Method or attribute name: id(id: string): On;|NA|@ohos.uitest.d.ts| +|Deleted|Module name: ohos.uitest
Class name: On
Method or attribute name: type(tp: string): On;|NA|@ohos.uitest.d.ts| +|Deleted|Module name: ohos.uitest
Class name: On
Method or attribute name: clickable(b?: boolean): On;|NA|@ohos.uitest.d.ts| +|Deleted|Module name: ohos.uitest
Class name: On
Method or attribute name: longClickable(b?: boolean): On;|NA|@ohos.uitest.d.ts| +|Deleted|Module name: ohos.uitest
Class name: On
Method or attribute name: scrollable(b?: boolean): On;|NA|@ohos.uitest.d.ts| +|Deleted|Module name: ohos.uitest
Class name: On
Method or attribute name: enabled(b?: boolean): On;|NA|@ohos.uitest.d.ts| +|Deleted|Module name: ohos.uitest
Class name: On
Method or attribute name: focused(b?: boolean): On;|NA|@ohos.uitest.d.ts| +|Deleted|Module name: ohos.uitest
Class name: On
Method or attribute name: selected(b?: boolean): On;|NA|@ohos.uitest.d.ts| +|Deleted|Module name: ohos.uitest
Class name: On
Method or attribute name: checked(b?: boolean): On;|NA|@ohos.uitest.d.ts| +|Deleted|Module name: ohos.uitest
Class name: On
Method or attribute name: checkable(b?: boolean): On;|NA|@ohos.uitest.d.ts| +|Deleted|Module name: ohos.uitest
Class name: On
Method or attribute name: isBefore(on: On): On;|NA|@ohos.uitest.d.ts| +|Deleted|Module name: ohos.uitest
Class name: On
Method or attribute name: isAfter(on: On): On;|NA|@ohos.uitest.d.ts| +|Deleted|Module name: ohos.uitest
Class name: Component|NA|@ohos.uitest.d.ts| +|Deleted|Module name: ohos.uitest
Class name: Component
Method or attribute name: click(): Promise\;|NA|@ohos.uitest.d.ts| +|Deleted|Module name: ohos.uitest
Class name: Component
Method or attribute name: doubleClick(): Promise\;|NA|@ohos.uitest.d.ts| +|Deleted|Module name: ohos.uitest
Class name: Component
Method or attribute name: longClick(): Promise\;|NA|@ohos.uitest.d.ts| +|Deleted|Module name: ohos.uitest
Class name: Component
Method or attribute name: getId(): Promise\;|NA|@ohos.uitest.d.ts| +|Deleted|Module name: ohos.uitest
Class name: Component
Method or attribute name: getText(): Promise\;|NA|@ohos.uitest.d.ts| +|Deleted|Module name: ohos.uitest
Class name: Component
Method or attribute name: getType(): Promise\;|NA|@ohos.uitest.d.ts| +|Deleted|Module name: ohos.uitest
Class name: Component
Method or attribute name: isClickable(): Promise\;|NA|@ohos.uitest.d.ts| +|Deleted|Module name: ohos.uitest
Class name: Component
Method or attribute name: isLongClickable(): Promise\;|NA|@ohos.uitest.d.ts| +|Deleted|Module name: ohos.uitest
Class name: Component
Method or attribute name: isScrollable(): Promise\;|NA|@ohos.uitest.d.ts| +|Deleted|Module name: ohos.uitest
Class name: Component
Method or attribute name: isEnabled(): Promise\;|NA|@ohos.uitest.d.ts| +|Deleted|Module name: ohos.uitest
Class name: Component
Method or attribute name: isFocused(): Promise\;|NA|@ohos.uitest.d.ts| +|Deleted|Module name: ohos.uitest
Class name: Component
Method or attribute name: isSelected(): Promise\;|NA|@ohos.uitest.d.ts| +|Deleted|Module name: ohos.uitest
Class name: Component
Method or attribute name: isChecked(): Promise\;|NA|@ohos.uitest.d.ts| +|Deleted|Module name: ohos.uitest
Class name: Component
Method or attribute name: isCheckable(): Promise\;|NA|@ohos.uitest.d.ts| +|Deleted|Module name: ohos.uitest
Class name: Component
Method or attribute name: inputText(text: string): Promise\;|NA|@ohos.uitest.d.ts| +|Deleted|Module name: ohos.uitest
Class name: Component
Method or attribute name: clearText(): Promise\;|NA|@ohos.uitest.d.ts| +|Deleted|Module name: ohos.uitest
Class name: Component
Method or attribute name: scrollToTop(speed?: number): Promise\;|NA|@ohos.uitest.d.ts| +|Deleted|Module name: ohos.uitest
Class name: Component
Method or attribute name: scrollToBottom(speed?: number): Promise\;|NA|@ohos.uitest.d.ts| +|Deleted|Module name: ohos.uitest
Class name: Component
Method or attribute name: scrollSearch(on: On): Promise\;|NA|@ohos.uitest.d.ts| +|Deleted|Module name: ohos.uitest
Class name: Component
Method or attribute name: getBounds(): Promise\;|NA|@ohos.uitest.d.ts| +|Deleted|Module name: ohos.uitest
Class name: Component
Method or attribute name: getBoundsCenter(): Promise\;|NA|@ohos.uitest.d.ts| +|Deleted|Module name: ohos.uitest
Class name: Component
Method or attribute name: dragTo(target: Component): Promise\;|NA|@ohos.uitest.d.ts| +|Deleted|Module name: ohos.uitest
Class name: Component
Method or attribute name: pinchOut(scale: number): Promise\;|NA|@ohos.uitest.d.ts| +|Deleted|Module name: ohos.uitest
Class name: Component
Method or attribute name: pinchIn(scale: number): Promise\;|NA|@ohos.uitest.d.ts| +|Deleted|Module name: ohos.uitest
Class name: Driver|NA|@ohos.uitest.d.ts| +|Deleted|Module name: ohos.uitest
Class name: Driver
Method or attribute name: static create(): Driver;|NA|@ohos.uitest.d.ts| +|Deleted|Module name: ohos.uitest
Class name: Driver
Method or attribute name: delayMs(duration: number): Promise\;|NA|@ohos.uitest.d.ts| +|Deleted|Module name: ohos.uitest
Class name: Driver
Method or attribute name: findComponent(on: On): Promise\;|NA|@ohos.uitest.d.ts| +|Deleted|Module name: ohos.uitest
Class name: Driver
Method or attribute name: findWindow(filter: WindowFilter): Promise\;|NA|@ohos.uitest.d.ts| +|Deleted|Module name: ohos.uitest
Class name: Driver
Method or attribute name: waitForComponent(on: On, time: number): Promise\;|NA|@ohos.uitest.d.ts| +|Deleted|Module name: ohos.uitest
Class name: Driver
Method or attribute name: findComponents(on: On): Promise\>;|NA|@ohos.uitest.d.ts| +|Deleted|Module name: ohos.uitest
Class name: Driver
Method or attribute name: assertComponentExist(on: On): Promise\;|NA|@ohos.uitest.d.ts| +|Deleted|Module name: ohos.uitest
Class name: Driver
Method or attribute name: pressBack(): Promise\;|NA|@ohos.uitest.d.ts| +|Deleted|Module name: ohos.uitest
Class name: Driver
Method or attribute name: triggerKey(keyCode: number): Promise\;|NA|@ohos.uitest.d.ts| +|Deleted|Module name: ohos.uitest
Class name: Driver
Method or attribute name: triggerCombineKeys(key0: number, key1: number, key2?: number): Promise\;|NA|@ohos.uitest.d.ts| +|Deleted|Module name: ohos.uitest
Class name: Driver
Method or attribute name: click(x: number, y: number): Promise\;|NA|@ohos.uitest.d.ts| +|Deleted|Module name: ohos.uitest
Class name: Driver
Method or attribute name: doubleClick(x: number, y: number): Promise\;|NA|@ohos.uitest.d.ts| +|Deleted|Module name: ohos.uitest
Class name: Driver
Method or attribute name: longClick(x: number, y: number): Promise\;|NA|@ohos.uitest.d.ts| +|Deleted|Module name: ohos.uitest
Class name: Driver
Method or attribute name: swipe(startx: number, starty: number, endx: number, endy: number, speed?: number): Promise\;|NA|@ohos.uitest.d.ts| +|Deleted|Module name: ohos.uitest
Class name: Driver
Method or attribute name: drag(startx: number, starty: number, endx: number, endy: number, speed?: number): Promise\;|NA|@ohos.uitest.d.ts| +|Deleted|Module name: ohos.uitest
Class name: Driver
Method or attribute name: screenCap(savePath: string): Promise\;|NA|@ohos.uitest.d.ts| +|Deleted|Module name: ohos.uitest
Class name: Driver
Method or attribute name: setDisplayRotation(rotation: DisplayRotation): Promise\;|NA|@ohos.uitest.d.ts| +|Deleted|Module name: ohos.uitest
Class name: Driver
Method or attribute name: getDisplayRotation(): Promise\;|NA|@ohos.uitest.d.ts| +|Deleted|Module name: ohos.uitest
Class name: Driver
Method or attribute name: setDisplayRotationEnabled(enabled: boolean): Promise\;|NA|@ohos.uitest.d.ts| +|Deleted|Module name: ohos.uitest
Class name: Driver
Method or attribute name: getDisplaySize(): Promise\;|NA|@ohos.uitest.d.ts| +|Deleted|Module name: ohos.uitest
Class name: Driver
Method or attribute name: getDisplayDensity(): Promise\;|NA|@ohos.uitest.d.ts| +|Deleted|Module name: ohos.uitest
Class name: Driver
Method or attribute name: wakeUpDisplay(): Promise\;|NA|@ohos.uitest.d.ts| +|Deleted|Module name: ohos.uitest
Class name: Driver
Method or attribute name: pressHome(): Promise\;|NA|@ohos.uitest.d.ts| +|Deleted|Module name: ohos.uitest
Class name: Driver
Method or attribute name: waitForIdle(idleTime: number, timeout: number): Promise\;|NA|@ohos.uitest.d.ts| +|Deleted|Module name: ohos.uitest
Class name: Driver
Method or attribute name: fling(from: Point, to: Point, stepLen: number, speed: number): Promise\;|NA|@ohos.uitest.d.ts| +|Deleted|Module name: ohos.uitest
Class name: Driver
Method or attribute name: injectMultiPointerAction(pointers: PointerMatrix, speed?: number): Promise\;|NA|@ohos.uitest.d.ts| +|Deleted|Module name: ohos.uitest
Class name: UiWindow|NA|@ohos.uitest.d.ts| +|Deleted|Module name: ohos.uitest
Class name: UiWindow
Method or attribute name: getBundleName(): Promise\;|NA|@ohos.uitest.d.ts| +|Deleted|Module name: ohos.uitest
Class name: UiWindow
Method or attribute name: getBounds(): Promise\;|NA|@ohos.uitest.d.ts| +|Deleted|Module name: ohos.uitest
Class name: UiWindow
Method or attribute name: getTitle(): Promise\;|NA|@ohos.uitest.d.ts| +|Deleted|Module name: ohos.uitest
Class name: UiWindow
Method or attribute name: getWindowMode(): Promise\;|NA|@ohos.uitest.d.ts| +|Deleted|Module name: ohos.uitest
Class name: UiWindow
Method or attribute name: isFocused(): Promise\;|NA|@ohos.uitest.d.ts| +|Deleted|Module name: ohos.uitest
Class name: UiWindow
Method or attribute name: isActived(): Promise\;|NA|@ohos.uitest.d.ts| +|Deleted|Module name: ohos.uitest
Class name: UiWindow
Method or attribute name: focus(): Promise\;|NA|@ohos.uitest.d.ts| +|Deleted|Module name: ohos.uitest
Class name: UiWindow
Method or attribute name: moveTo(x: number, y: number): Promise\;|NA|@ohos.uitest.d.ts| +|Deleted|Module name: ohos.uitest
Class name: UiWindow
Method or attribute name: resize(wide: number, height: number, direction: ResizeDirection): Promise\;|NA|@ohos.uitest.d.ts| +|Deleted|Module name: ohos.uitest
Class name: UiWindow
Method or attribute name: split(): Promise\;|NA|@ohos.uitest.d.ts| +|Deleted|Module name: ohos.uitest
Class name: UiWindow
Method or attribute name: maximize(): Promise\;|NA|@ohos.uitest.d.ts| +|Deleted|Module name: ohos.uitest
Class name: UiWindow
Method or attribute name: minimize(): Promise\;|NA|@ohos.uitest.d.ts| +|Deleted|Module name: ohos.uitest
Class name: UiWindow
Method or attribute name: resume(): Promise\;|NA|@ohos.uitest.d.ts| +|Deleted|Module name: ohos.uitest
Class name: UiWindow
Method or attribute name: close(): Promise\;|NA|@ohos.uitest.d.ts| +|Deleted|Module name: ohos.uitest
Class name: PointerMatrix|NA|@ohos.uitest.d.ts| +|Deleted|Module name: ohos.uitest
Class name: PointerMatrix
Method or attribute name: static create(fingers: number, steps: number): PointerMatrix;|NA|@ohos.uitest.d.ts| +|Deleted|Module name: ohos.uitest
Class name: PointerMatrix
Method or attribute name: setPoint(finger: number, step: number, point: Point): void;|NA|@ohos.uitest.d.ts| +|Deleted|Module name: ohos.uitest
Class name: global
Method or attribute name: declare const BY: By;|NA|@ohos.uitest.d.ts| +|Deleted|Module name: ohos.uitest
Class name: global
Method or attribute name: declare const ON: On;|NA|@ohos.uitest.d.ts| diff --git a/en/release-notes/api-diff/Beta5 to v3.2-Release/js-apidiff-update.md b/en/release-notes/api-diff/Beta5 to v3.2-Release/js-apidiff-update.md new file mode 100644 index 0000000000000000000000000000000000000000..73e129abae9d55c18e88a03ac19ccf7abbba2b61 --- /dev/null +++ b/en/release-notes/api-diff/Beta5 to v3.2-Release/js-apidiff-update.md @@ -0,0 +1,53 @@ +| Change Type | Old Version | New Version | d.ts File | +| ---- | ------ | ------ | -------- | +|Initial version changed|Class name: UpgradeTaskCallback
Method or attribute name: (eventInfo: EventInfo): void;
Initial version: N/A|Class name: UpgradeTaskCallback
Method or attribute name: (eventInfo: EventInfo): void;
Initial version: 9|@ohos.update.d.ts| +|Initial version changed|Class name: BusinessVendor
Method or attribute name: PUBLIC = "public"
Initial version: N/A|Class name: BusinessVendor
Method or attribute name: PUBLIC = "public"
Initial version: 9|@ohos.update.d.ts| +|Initial version changed|Class name: BusinessSubType
Method or attribute name: FIRMWARE = 1
Initial version: N/A|Class name: BusinessSubType
Method or attribute name: FIRMWARE = 1
Initial version: 9|@ohos.update.d.ts| +|Initial version changed|Class name: ComponentType
Method or attribute name: OTA = 1
Initial version: N/A|Class name: ComponentType
Method or attribute name: OTA = 1
Initial version: 9|@ohos.update.d.ts| +|Initial version changed|Class name: UpgradeAction
Method or attribute name: UPGRADE = "upgrade"
Initial version: N/A|Class name: UpgradeAction
Method or attribute name: UPGRADE = "upgrade"
Initial version: 9|@ohos.update.d.ts| +|Initial version changed|Class name: UpgradeAction
Method or attribute name: RECOVERY = "recovery"
Initial version: N/A|Class name: UpgradeAction
Method or attribute name: RECOVERY = "recovery"
Initial version: 9|@ohos.update.d.ts| +|Initial version changed|Class name: EffectiveMode
Method or attribute name: COLD = 1
Initial version: N/A|Class name: EffectiveMode
Method or attribute name: COLD = 1
Initial version: 9|@ohos.update.d.ts| +|Initial version changed|Class name: EffectiveMode
Method or attribute name: LIVE = 2
Initial version: N/A|Class name: EffectiveMode
Method or attribute name: LIVE = 2
Initial version: 9|@ohos.update.d.ts| +|Initial version changed|Class name: EffectiveMode
Method or attribute name: LIVE_AND_COLD = 3
Initial version: N/A|Class name: EffectiveMode
Method or attribute name: LIVE_AND_COLD = 3
Initial version: 9|@ohos.update.d.ts| +|Initial version changed|Class name: DescriptionType
Method or attribute name: CONTENT = 0
Initial version: N/A|Class name: DescriptionType
Method or attribute name: CONTENT = 0
Initial version: 9|@ohos.update.d.ts| +|Initial version changed|Class name: DescriptionType
Method or attribute name: URI = 1
Initial version: N/A|Class name: DescriptionType
Method or attribute name: URI = 1
Initial version: 9|@ohos.update.d.ts| +|Initial version changed|Class name: DescriptionFormat
Method or attribute name: STANDARD = 0
Initial version: N/A|Class name: DescriptionFormat
Method or attribute name: STANDARD = 0
Initial version: 9|@ohos.update.d.ts| +|Initial version changed|Class name: DescriptionFormat
Method or attribute name: SIMPLIFIED = 1
Initial version: N/A|Class name: DescriptionFormat
Method or attribute name: SIMPLIFIED = 1
Initial version: 9|@ohos.update.d.ts| +|Initial version changed|Class name: NetType
Method or attribute name: CELLULAR = 1
Initial version: N/A|Class name: NetType
Method or attribute name: CELLULAR = 1
Initial version: 9|@ohos.update.d.ts| +|Initial version changed|Class name: NetType
Method or attribute name: METERED_WIFI = 2
Initial version: N/A|Class name: NetType
Method or attribute name: METERED_WIFI = 2
Initial version: 9|@ohos.update.d.ts| +|Initial version changed|Class name: NetType
Method or attribute name: NOT_METERED_WIFI = 4
Initial version: N/A|Class name: NetType
Method or attribute name: NOT_METERED_WIFI = 4
Initial version: 9|@ohos.update.d.ts| +|Initial version changed|Class name: NetType
Method or attribute name: WIFI = 6
Initial version: N/A|Class name: NetType
Method or attribute name: WIFI = 6
Initial version: 9|@ohos.update.d.ts| +|Initial version changed|Class name: NetType
Method or attribute name: CELLULAR_AND_WIFI = 7
Initial version: N/A|Class name: NetType
Method or attribute name: CELLULAR_AND_WIFI = 7
Initial version: 9|@ohos.update.d.ts| +|Initial version changed|Class name: Order
Method or attribute name: DOWNLOAD = 1
Initial version: N/A|Class name: Order
Method or attribute name: DOWNLOAD = 1
Initial version: 9|@ohos.update.d.ts| +|Initial version changed|Class name: Order
Method or attribute name: INSTALL = 2
Initial version: N/A|Class name: Order
Method or attribute name: INSTALL = 2
Initial version: 9|@ohos.update.d.ts| +|Initial version changed|Class name: Order
Method or attribute name: DOWNLOAD_AND_INSTALL = 3
Initial version: N/A|Class name: Order
Method or attribute name: DOWNLOAD_AND_INSTALL = 3
Initial version: 9|@ohos.update.d.ts| +|Initial version changed|Class name: Order
Method or attribute name: APPLY = 4
Initial version: N/A|Class name: Order
Method or attribute name: APPLY = 4
Initial version: 9|@ohos.update.d.ts| +|Initial version changed|Class name: Order
Method or attribute name: INSTALL_AND_APPLY = 6
Initial version: N/A|Class name: Order
Method or attribute name: INSTALL_AND_APPLY = 6
Initial version: 9|@ohos.update.d.ts| +|Initial version changed|Class name: UpgradeStatus
Method or attribute name: WAITING_DOWNLOAD = 20
Initial version: N/A|Class name: UpgradeStatus
Method or attribute name: WAITING_DOWNLOAD = 20
Initial version: 9|@ohos.update.d.ts| +|Initial version changed|Class name: UpgradeStatus
Method or attribute name: DOWNLOADING = 21
Initial version: N/A|Class name: UpgradeStatus
Method or attribute name: DOWNLOADING = 21
Initial version: 9|@ohos.update.d.ts| +|Initial version changed|Class name: UpgradeStatus
Method or attribute name: DOWNLOAD_PAUSED = 22
Initial version: N/A|Class name: UpgradeStatus
Method or attribute name: DOWNLOAD_PAUSED = 22
Initial version: 9|@ohos.update.d.ts| +|Initial version changed|Class name: UpgradeStatus
Method or attribute name: DOWNLOAD_FAIL = 23
Initial version: N/A|Class name: UpgradeStatus
Method or attribute name: DOWNLOAD_FAIL = 23
Initial version: 9|@ohos.update.d.ts| +|Initial version changed|Class name: UpgradeStatus
Method or attribute name: WAITING_INSTALL = 30
Initial version: N/A|Class name: UpgradeStatus
Method or attribute name: WAITING_INSTALL = 30
Initial version: 9|@ohos.update.d.ts| +|Initial version changed|Class name: UpgradeStatus
Method or attribute name: UPDATING = 31
Initial version: N/A|Class name: UpgradeStatus
Method or attribute name: UPDATING = 31
Initial version: 9|@ohos.update.d.ts| +|Initial version changed|Class name: UpgradeStatus
Method or attribute name: WAITING_APPLY = 40
Initial version: N/A|Class name: UpgradeStatus
Method or attribute name: WAITING_APPLY = 40
Initial version: 9|@ohos.update.d.ts| +|Initial version changed|Class name: UpgradeStatus
Method or attribute name: APPLYING = 41
Initial version: N/A|Class name: UpgradeStatus
Method or attribute name: APPLYING = 41
Initial version: 9|@ohos.update.d.ts| +|Initial version changed|Class name: UpgradeStatus
Method or attribute name: UPGRADE_SUCCESS = 50
Initial version: N/A|Class name: UpgradeStatus
Method or attribute name: UPGRADE_SUCCESS = 50
Initial version: 9|@ohos.update.d.ts| +|Initial version changed|Class name: UpgradeStatus
Method or attribute name: UPGRADE_FAIL = 51
Initial version: N/A|Class name: UpgradeStatus
Method or attribute name: UPGRADE_FAIL = 51
Initial version: 9|@ohos.update.d.ts| +|Initial version changed|Class name: EventClassify
Method or attribute name: TASK = 0x01000000
Initial version: N/A|Class name: EventClassify
Method or attribute name: TASK = 0x01000000
Initial version: 9|@ohos.update.d.ts| +|Initial version changed|Class name: EventId
Method or attribute name: EVENT_TASK_BASE = EventClassify.TASK
Initial version: N/A|Class name: EventId
Method or attribute name: EVENT_TASK_BASE = EventClassify.TASK
Initial version: 9|@ohos.update.d.ts| +|Initial version changed|Class name: EventId
Method or attribute name: EVENT_TASK_RECEIVE
Initial version: N/A|Class name: EventId
Method or attribute name: EVENT_TASK_RECEIVE
Initial version: 9|@ohos.update.d.ts| +|Initial version changed|Class name: EventId
Method or attribute name: EVENT_TASK_CANCEL
Initial version: N/A|Class name: EventId
Method or attribute name: EVENT_TASK_CANCEL
Initial version: 9|@ohos.update.d.ts| +|Initial version changed|Class name: EventId
Method or attribute name: EVENT_DOWNLOAD_WAIT
Initial version: N/A|Class name: EventId
Method or attribute name: EVENT_DOWNLOAD_WAIT
Initial version: 9|@ohos.update.d.ts| +|Initial version changed|Class name: EventId
Method or attribute name: EVENT_DOWNLOAD_START
Initial version: N/A|Class name: EventId
Method or attribute name: EVENT_DOWNLOAD_START
Initial version: 9|@ohos.update.d.ts| +|Initial version changed|Class name: EventId
Method or attribute name: EVENT_DOWNLOAD_UPDATE
Initial version: N/A|Class name: EventId
Method or attribute name: EVENT_DOWNLOAD_UPDATE
Initial version: 9|@ohos.update.d.ts| +|Initial version changed|Class name: EventId
Method or attribute name: EVENT_DOWNLOAD_PAUSE
Initial version: N/A|Class name: EventId
Method or attribute name: EVENT_DOWNLOAD_PAUSE
Initial version: 9|@ohos.update.d.ts| +|Initial version changed|Class name: EventId
Method or attribute name: EVENT_DOWNLOAD_RESUME
Initial version: N/A|Class name: EventId
Method or attribute name: EVENT_DOWNLOAD_RESUME
Initial version: 9|@ohos.update.d.ts| +|Initial version changed|Class name: EventId
Method or attribute name: EVENT_DOWNLOAD_SUCCESS
Initial version: N/A|Class name: EventId
Method or attribute name: EVENT_DOWNLOAD_SUCCESS
Initial version: 9|@ohos.update.d.ts| +|Initial version changed|Class name: EventId
Method or attribute name: EVENT_DOWNLOAD_FAIL
Initial version: N/A|Class name: EventId
Method or attribute name: EVENT_DOWNLOAD_FAIL
Initial version: 9|@ohos.update.d.ts| +|Initial version changed|Class name: EventId
Method or attribute name: EVENT_UPGRADE_WAIT
Initial version: N/A|Class name: EventId
Method or attribute name: EVENT_UPGRADE_WAIT
Initial version: 9|@ohos.update.d.ts| +|Initial version changed|Class name: EventId
Method or attribute name: EVENT_UPGRADE_START
Initial version: N/A|Class name: EventId
Method or attribute name: EVENT_UPGRADE_START
Initial version: 9|@ohos.update.d.ts| +|Initial version changed|Class name: EventId
Method or attribute name: EVENT_UPGRADE_UPDATE
Initial version: N/A|Class name: EventId
Method or attribute name: EVENT_UPGRADE_UPDATE
Initial version: 9|@ohos.update.d.ts| +|Initial version changed|Class name: EventId
Method or attribute name: EVENT_APPLY_WAIT
Initial version: N/A|Class name: EventId
Method or attribute name: EVENT_APPLY_WAIT
Initial version: 9|@ohos.update.d.ts| +|Initial version changed|Class name: EventId
Method or attribute name: EVENT_APPLY_START
Initial version: N/A|Class name: EventId
Method or attribute name: EVENT_APPLY_START
Initial version: 9|@ohos.update.d.ts| +|Initial version changed|Class name: EventId
Method or attribute name: EVENT_UPGRADE_SUCCESS
Initial version: N/A|Class name: EventId
Method or attribute name: EVENT_UPGRADE_SUCCESS
Initial version: 9|@ohos.update.d.ts| +|Initial version changed|Class name: EventId
Method or attribute name: EVENT_UPGRADE_FAIL
Initial version: N/A|Class name: EventId
Method or attribute name: EVENT_UPGRADE_FAIL
Initial version: 9|@ohos.update.d.ts| diff --git a/en/release-notes/api-diff/Beta5 to v3.2-Release/js-apidiff-usb.md b/en/release-notes/api-diff/Beta5 to v3.2-Release/js-apidiff-usb.md new file mode 100644 index 0000000000000000000000000000000000000000..ddc8e7d2443d4bb54bf3f0909324876eacfac93c --- /dev/null +++ b/en/release-notes/api-diff/Beta5 to v3.2-Release/js-apidiff-usb.md @@ -0,0 +1,236 @@ +| Change Type | Old Version | New Version | d.ts File | +| ---- | ------ | ------ | -------- | +|Added|NA|Module name: ohos.usbManager
Class name: usbManager|@ohos.usbManager.d.ts| +|Added|NA|Module name: ohos.usbManager
Class name: usbManager
Method or attribute name: function getDevices(): Array\>;|@ohos.usbManager.d.ts| +|Added|NA|Module name: ohos.usbManager
Class name: usbManager
Method or attribute name: function connectDevice(device: USBDevice): Readonly\;|@ohos.usbManager.d.ts| +|Added|NA|Module name: ohos.usbManager
Class name: usbManager
Method or attribute name: function hasRight(deviceName: string): boolean;|@ohos.usbManager.d.ts| +|Added|NA|Module name: ohos.usbManager
Class name: usbManager
Method or attribute name: function requestRight(deviceName: string): Promise\;|@ohos.usbManager.d.ts| +|Added|NA|Module name: ohos.usbManager
Class name: usbManager
Method or attribute name: function removeRight(deviceName: string): boolean;|@ohos.usbManager.d.ts| +|Added|NA|Module name: ohos.usbManager
Class name: usbManager
Method or attribute name: function addRight(bundleName: string, deviceName: string): boolean;|@ohos.usbManager.d.ts| +|Added|NA|Module name: ohos.usbManager
Class name: usbManager
Method or attribute name: function usbFunctionsFromString(funcs: string): number;|@ohos.usbManager.d.ts| +|Added|NA|Module name: ohos.usbManager
Class name: usbManager
Method or attribute name: function usbFunctionsToString(funcs: FunctionType): string;|@ohos.usbManager.d.ts| +|Added|NA|Module name: ohos.usbManager
Class name: usbManager
Method or attribute name: function setCurrentFunctions(funcs: FunctionType): Promise\;|@ohos.usbManager.d.ts| +|Added|NA|Module name: ohos.usbManager
Class name: usbManager
Method or attribute name: function getCurrentFunctions(): FunctionType;|@ohos.usbManager.d.ts| +|Added|NA|Module name: ohos.usbManager
Class name: usbManager
Method or attribute name: function getPorts(): Array\;|@ohos.usbManager.d.ts| +|Added|NA|Module name: ohos.usbManager
Class name: usbManager
Method or attribute name: function getSupportedModes(portId: number): PortModeType;|@ohos.usbManager.d.ts| +|Added|NA|Module name: ohos.usbManager
Class name: usbManager
Method or attribute name: function setPortRoles(portId: number, powerRole: PowerRoleType, dataRole: DataRoleType): Promise\;|@ohos.usbManager.d.ts| +|Added|NA|Module name: ohos.usbManager
Class name: usbManager
Method or attribute name: function claimInterface(pipe: USBDevicePipe, iface: USBInterface, force?: boolean): number;|@ohos.usbManager.d.ts| +|Added|NA|Module name: ohos.usbManager
Class name: usbManager
Method or attribute name: function releaseInterface(pipe: USBDevicePipe, iface: USBInterface): number;|@ohos.usbManager.d.ts| +|Added|NA|Module name: ohos.usbManager
Class name: usbManager
Method or attribute name: function setConfiguration(pipe: USBDevicePipe, config: USBConfiguration): number;|@ohos.usbManager.d.ts| +|Added|NA|Module name: ohos.usbManager
Class name: usbManager
Method or attribute name: function setInterface(pipe: USBDevicePipe, iface: USBInterface): number;|@ohos.usbManager.d.ts| +|Added|NA|Module name: ohos.usbManager
Class name: usbManager
Method or attribute name: function getRawDescriptor(pipe: USBDevicePipe): Uint8Array;|@ohos.usbManager.d.ts| +|Added|NA|Module name: ohos.usbManager
Class name: usbManager
Method or attribute name: function getFileDescriptor(pipe: USBDevicePipe): number;|@ohos.usbManager.d.ts| +|Added|NA|Module name: ohos.usbManager
Class name: usbManager
Method or attribute name: function controlTransfer(pipe: USBDevicePipe, controlparam: USBControlParams, timeout?: number): Promise\;|@ohos.usbManager.d.ts| +|Added|NA|Module name: ohos.usbManager
Class name: usbManager
Method or attribute name: function bulkTransfer(pipe: USBDevicePipe, endpoint: USBEndpoint, buffer: Uint8Array,

timeout?: number): Promise\;|@ohos.usbManager.d.ts| +|Added|NA|Module name: ohos.usbManager
Class name: usbManager
Method or attribute name: function closePipe(pipe: USBDevicePipe): number;|@ohos.usbManager.d.ts| +|Added|NA|Module name: ohos.usbManager
Class name: USBEndpoint|@ohos.usbManager.d.ts| +|Added|NA|Module name: ohos.usbManager
Class name: USBEndpoint
Method or attribute name: address: number;|@ohos.usbManager.d.ts| +|Added|NA|Module name: ohos.usbManager
Class name: USBEndpoint
Method or attribute name: attributes: number;|@ohos.usbManager.d.ts| +|Added|NA|Module name: ohos.usbManager
Class name: USBEndpoint
Method or attribute name: interval: number;|@ohos.usbManager.d.ts| +|Added|NA|Module name: ohos.usbManager
Class name: USBEndpoint
Method or attribute name: maxPacketSize: number;|@ohos.usbManager.d.ts| +|Added|NA|Module name: ohos.usbManager
Class name: USBEndpoint
Method or attribute name: direction: USBRequestDirection;|@ohos.usbManager.d.ts| +|Added|NA|Module name: ohos.usbManager
Class name: USBEndpoint
Method or attribute name: number: number;|@ohos.usbManager.d.ts| +|Added|NA|Module name: ohos.usbManager
Class name: USBEndpoint
Method or attribute name: type: number;|@ohos.usbManager.d.ts| +|Added|NA|Module name: ohos.usbManager
Class name: USBEndpoint
Method or attribute name: interfaceId: number;|@ohos.usbManager.d.ts| +|Added|NA|Module name: ohos.usbManager
Class name: USBInterface|@ohos.usbManager.d.ts| +|Added|NA|Module name: ohos.usbManager
Class name: USBInterface
Method or attribute name: id: number;|@ohos.usbManager.d.ts| +|Added|NA|Module name: ohos.usbManager
Class name: USBInterface
Method or attribute name: protocol: number;|@ohos.usbManager.d.ts| +|Added|NA|Module name: ohos.usbManager
Class name: USBInterface
Method or attribute name: clazz: number;|@ohos.usbManager.d.ts| +|Added|NA|Module name: ohos.usbManager
Class name: USBInterface
Method or attribute name: subClass: number;|@ohos.usbManager.d.ts| +|Added|NA|Module name: ohos.usbManager
Class name: USBInterface
Method or attribute name: alternateSetting: number;|@ohos.usbManager.d.ts| +|Added|NA|Module name: ohos.usbManager
Class name: USBInterface
Method or attribute name: name: string;|@ohos.usbManager.d.ts| +|Added|NA|Module name: ohos.usbManager
Class name: USBInterface
Method or attribute name: endpoints: Array\;|@ohos.usbManager.d.ts| +|Added|NA|Module name: ohos.usbManager
Class name: USBConfiguration|@ohos.usbManager.d.ts| +|Added|NA|Module name: ohos.usbManager
Class name: USBConfiguration
Method or attribute name: id: number;|@ohos.usbManager.d.ts| +|Added|NA|Module name: ohos.usbManager
Class name: USBConfiguration
Method or attribute name: attributes: number;|@ohos.usbManager.d.ts| +|Added|NA|Module name: ohos.usbManager
Class name: USBConfiguration
Method or attribute name: maxPower: number;|@ohos.usbManager.d.ts| +|Added|NA|Module name: ohos.usbManager
Class name: USBConfiguration
Method or attribute name: name: string;|@ohos.usbManager.d.ts| +|Added|NA|Module name: ohos.usbManager
Class name: USBConfiguration
Method or attribute name: isRemoteWakeup: boolean;|@ohos.usbManager.d.ts| +|Added|NA|Module name: ohos.usbManager
Class name: USBConfiguration
Method or attribute name: isSelfPowered: boolean;|@ohos.usbManager.d.ts| +|Added|NA|Module name: ohos.usbManager
Class name: USBConfiguration
Method or attribute name: interfaces: Array\;|@ohos.usbManager.d.ts| +|Added|NA|Module name: ohos.usbManager
Class name: USBDevice|@ohos.usbManager.d.ts| +|Added|NA|Module name: ohos.usbManager
Class name: USBDevice
Method or attribute name: busNum: number;|@ohos.usbManager.d.ts| +|Added|NA|Module name: ohos.usbManager
Class name: USBDevice
Method or attribute name: devAddress: number;|@ohos.usbManager.d.ts| +|Added|NA|Module name: ohos.usbManager
Class name: USBDevice
Method or attribute name: serial: string;|@ohos.usbManager.d.ts| +|Added|NA|Module name: ohos.usbManager
Class name: USBDevice
Method or attribute name: name: string;|@ohos.usbManager.d.ts| +|Added|NA|Module name: ohos.usbManager
Class name: USBDevice
Method or attribute name: manufacturerName: string;|@ohos.usbManager.d.ts| +|Added|NA|Module name: ohos.usbManager
Class name: USBDevice
Method or attribute name: productName: string;|@ohos.usbManager.d.ts| +|Added|NA|Module name: ohos.usbManager
Class name: USBDevice
Method or attribute name: version: string;|@ohos.usbManager.d.ts| +|Added|NA|Module name: ohos.usbManager
Class name: USBDevice
Method or attribute name: vendorId: number;|@ohos.usbManager.d.ts| +|Added|NA|Module name: ohos.usbManager
Class name: USBDevice
Method or attribute name: productId: number;|@ohos.usbManager.d.ts| +|Added|NA|Module name: ohos.usbManager
Class name: USBDevice
Method or attribute name: clazz: number;|@ohos.usbManager.d.ts| +|Added|NA|Module name: ohos.usbManager
Class name: USBDevice
Method or attribute name: subClass: number;|@ohos.usbManager.d.ts| +|Added|NA|Module name: ohos.usbManager
Class name: USBDevice
Method or attribute name: protocol: number;|@ohos.usbManager.d.ts| +|Added|NA|Module name: ohos.usbManager
Class name: USBDevice
Method or attribute name: configs: Array\;|@ohos.usbManager.d.ts| +|Added|NA|Module name: ohos.usbManager
Class name: USBDevicePipe|@ohos.usbManager.d.ts| +|Added|NA|Module name: ohos.usbManager
Class name: USBDevicePipe
Method or attribute name: busNum: number;|@ohos.usbManager.d.ts| +|Added|NA|Module name: ohos.usbManager
Class name: USBDevicePipe
Method or attribute name: devAddress: number;|@ohos.usbManager.d.ts| +|Added|NA|Module name: ohos.usbManager
Class name: PowerRoleType|@ohos.usbManager.d.ts| +|Added|NA|Module name: ohos.usbManager
Class name: PowerRoleType
Method or attribute name: NONE = 0|@ohos.usbManager.d.ts| +|Added|NA|Module name: ohos.usbManager
Class name: PowerRoleType
Method or attribute name: SOURCE = 1|@ohos.usbManager.d.ts| +|Added|NA|Module name: ohos.usbManager
Class name: PowerRoleType
Method or attribute name: SINK = 2|@ohos.usbManager.d.ts| +|Added|NA|Module name: ohos.usbManager
Class name: DataRoleType|@ohos.usbManager.d.ts| +|Added|NA|Module name: ohos.usbManager
Class name: DataRoleType
Method or attribute name: NONE = 0|@ohos.usbManager.d.ts| +|Added|NA|Module name: ohos.usbManager
Class name: DataRoleType
Method or attribute name: HOST = 1|@ohos.usbManager.d.ts| +|Added|NA|Module name: ohos.usbManager
Class name: DataRoleType
Method or attribute name: DEVICE = 2|@ohos.usbManager.d.ts| +|Added|NA|Module name: ohos.usbManager
Class name: PortModeType|@ohos.usbManager.d.ts| +|Added|NA|Module name: ohos.usbManager
Class name: PortModeType
Method or attribute name: NONE = 0|@ohos.usbManager.d.ts| +|Added|NA|Module name: ohos.usbManager
Class name: PortModeType
Method or attribute name: UFP = 1|@ohos.usbManager.d.ts| +|Added|NA|Module name: ohos.usbManager
Class name: PortModeType
Method or attribute name: DFP = 2|@ohos.usbManager.d.ts| +|Added|NA|Module name: ohos.usbManager
Class name: PortModeType
Method or attribute name: DRP = 3|@ohos.usbManager.d.ts| +|Added|NA|Module name: ohos.usbManager
Class name: PortModeType
Method or attribute name: NUM_MODES = 4|@ohos.usbManager.d.ts| +|Added|NA|Module name: ohos.usbManager
Class name: USBPortStatus|@ohos.usbManager.d.ts| +|Added|NA|Module name: ohos.usbManager
Class name: USBPortStatus
Method or attribute name: currentMode: number;|@ohos.usbManager.d.ts| +|Added|NA|Module name: ohos.usbManager
Class name: USBPortStatus
Method or attribute name: currentPowerRole: number;|@ohos.usbManager.d.ts| +|Added|NA|Module name: ohos.usbManager
Class name: USBPortStatus
Method or attribute name: currentDataRole: number;|@ohos.usbManager.d.ts| +|Added|NA|Module name: ohos.usbManager
Class name: USBPort|@ohos.usbManager.d.ts| +|Added|NA|Module name: ohos.usbManager
Class name: USBPort
Method or attribute name: id: number;|@ohos.usbManager.d.ts| +|Added|NA|Module name: ohos.usbManager
Class name: USBPort
Method or attribute name: supportedModes: PortModeType;|@ohos.usbManager.d.ts| +|Added|NA|Module name: ohos.usbManager
Class name: USBPort
Method or attribute name: status: USBPortStatus;|@ohos.usbManager.d.ts| +|Added|NA|Module name: ohos.usbManager
Class name: USBControlParams|@ohos.usbManager.d.ts| +|Added|NA|Module name: ohos.usbManager
Class name: USBControlParams
Method or attribute name: request: number;|@ohos.usbManager.d.ts| +|Added|NA|Module name: ohos.usbManager
Class name: USBControlParams
Method or attribute name: target: USBRequestTargetType;|@ohos.usbManager.d.ts| +|Added|NA|Module name: ohos.usbManager
Class name: USBControlParams
Method or attribute name: reqType: USBControlRequestType;|@ohos.usbManager.d.ts| +|Added|NA|Module name: ohos.usbManager
Class name: USBControlParams
Method or attribute name: value: number;|@ohos.usbManager.d.ts| +|Added|NA|Module name: ohos.usbManager
Class name: USBControlParams
Method or attribute name: index: number;|@ohos.usbManager.d.ts| +|Added|NA|Module name: ohos.usbManager
Class name: USBControlParams
Method or attribute name: data: Uint8Array;|@ohos.usbManager.d.ts| +|Added|NA|Module name: ohos.usbManager
Class name: USBRequestTargetType|@ohos.usbManager.d.ts| +|Added|NA|Module name: ohos.usbManager
Class name: USBRequestTargetType
Method or attribute name: USB_REQUEST_TARGET_DEVICE = 0|@ohos.usbManager.d.ts| +|Added|NA|Module name: ohos.usbManager
Class name: USBRequestTargetType
Method or attribute name: USB_REQUEST_TARGET_INTERFACE = 1|@ohos.usbManager.d.ts| +|Added|NA|Module name: ohos.usbManager
Class name: USBRequestTargetType
Method or attribute name: USB_REQUEST_TARGET_ENDPOINT = 2|@ohos.usbManager.d.ts| +|Added|NA|Module name: ohos.usbManager
Class name: USBRequestTargetType
Method or attribute name: USB_REQUEST_TARGET_OTHER = 3|@ohos.usbManager.d.ts| +|Added|NA|Module name: ohos.usbManager
Class name: USBControlRequestType|@ohos.usbManager.d.ts| +|Added|NA|Module name: ohos.usbManager
Class name: USBControlRequestType
Method or attribute name: USB_REQUEST_TYPE_STANDARD = 0|@ohos.usbManager.d.ts| +|Added|NA|Module name: ohos.usbManager
Class name: USBControlRequestType
Method or attribute name: USB_REQUEST_TYPE_CLASS = 1|@ohos.usbManager.d.ts| +|Added|NA|Module name: ohos.usbManager
Class name: USBControlRequestType
Method or attribute name: USB_REQUEST_TYPE_VENDOR = 2|@ohos.usbManager.d.ts| +|Added|NA|Module name: ohos.usbManager
Class name: USBRequestDirection|@ohos.usbManager.d.ts| +|Added|NA|Module name: ohos.usbManager
Class name: USBRequestDirection
Method or attribute name: USB_REQUEST_DIR_TO_DEVICE = 0|@ohos.usbManager.d.ts| +|Added|NA|Module name: ohos.usbManager
Class name: USBRequestDirection
Method or attribute name: USB_REQUEST_DIR_FROM_DEVICE = 0x80|@ohos.usbManager.d.ts| +|Added|NA|Module name: ohos.usbManager
Class name: FunctionType|@ohos.usbManager.d.ts| +|Added|NA|Module name: ohos.usbManager
Class name: FunctionType
Method or attribute name: NONE = 0|@ohos.usbManager.d.ts| +|Added|NA|Module name: ohos.usbManager
Class name: FunctionType
Method or attribute name: ACM = 1|@ohos.usbManager.d.ts| +|Added|NA|Module name: ohos.usbManager
Class name: FunctionType
Method or attribute name: ECM = 2|@ohos.usbManager.d.ts| +|Added|NA|Module name: ohos.usbManager
Class name: FunctionType
Method or attribute name: HDC = 4|@ohos.usbManager.d.ts| +|Added|NA|Module name: ohos.usbManager
Class name: FunctionType
Method or attribute name: MTP = 8|@ohos.usbManager.d.ts| +|Added|NA|Module name: ohos.usbManager
Class name: FunctionType
Method or attribute name: PTP = 16|@ohos.usbManager.d.ts| +|Added|NA|Module name: ohos.usbManager
Class name: FunctionType
Method or attribute name: RNDIS = 32|@ohos.usbManager.d.ts| +|Added|NA|Module name: ohos.usbManager
Class name: FunctionType
Method or attribute name: MIDI = 64|@ohos.usbManager.d.ts| +|Added|NA|Module name: ohos.usbManager
Class name: FunctionType
Method or attribute name: AUDIO_SOURCE = 128|@ohos.usbManager.d.ts| +|Added|NA|Module name: ohos.usbManager
Class name: FunctionType
Method or attribute name: NCM = 256|@ohos.usbManager.d.ts| +|Deleted|Module name: ohos.usbV9
Class name: usbV9|NA|@ohos.usbV9.d.ts| +|Deleted|Module name: ohos.usbV9
Class name: usbV9
Method or attribute name: function getDevices(): Array\>;|NA|@ohos.usbV9.d.ts| +|Deleted|Module name: ohos.usbV9
Class name: usbV9
Method or attribute name: function connectDevice(device: USBDevice): Readonly\;|NA|@ohos.usbV9.d.ts| +|Deleted|Module name: ohos.usbV9
Class name: usbV9
Method or attribute name: function hasRight(deviceName: string): boolean;|NA|@ohos.usbV9.d.ts| +|Deleted|Module name: ohos.usbV9
Class name: usbV9
Method or attribute name: function requestRight(deviceName: string): Promise\;|NA|@ohos.usbV9.d.ts| +|Deleted|Module name: ohos.usbV9
Class name: usbV9
Method or attribute name: function removeRight(deviceName: string): boolean;|NA|@ohos.usbV9.d.ts| +|Deleted|Module name: ohos.usbV9
Class name: usbV9
Method or attribute name: function addRight(bundleName: string, deviceName: string): boolean;|NA|@ohos.usbV9.d.ts| +|Deleted|Module name: ohos.usbV9
Class name: usbV9
Method or attribute name: function usbFunctionsFromString(funcs: string): number;|NA|@ohos.usbV9.d.ts| +|Deleted|Module name: ohos.usbV9
Class name: usbV9
Method or attribute name: function usbFunctionsToString(funcs: FunctionType): string;|NA|@ohos.usbV9.d.ts| +|Deleted|Module name: ohos.usbV9
Class name: usbV9
Method or attribute name: function setCurrentFunctions(funcs: FunctionType): Promise\;|NA|@ohos.usbV9.d.ts| +|Deleted|Module name: ohos.usbV9
Class name: usbV9
Method or attribute name: function getCurrentFunctions(): FunctionType;|NA|@ohos.usbV9.d.ts| +|Deleted|Module name: ohos.usbV9
Class name: usbV9
Method or attribute name: function getPorts(): Array\;|NA|@ohos.usbV9.d.ts| +|Deleted|Module name: ohos.usbV9
Class name: usbV9
Method or attribute name: function getSupportedModes(portId: number): PortModeType;|NA|@ohos.usbV9.d.ts| +|Deleted|Module name: ohos.usbV9
Class name: usbV9
Method or attribute name: function setPortRoles(portId: number, powerRole: PowerRoleType, dataRole: DataRoleType): Promise\;|NA|@ohos.usbV9.d.ts| +|Deleted|Module name: ohos.usbV9
Class name: usbV9
Method or attribute name: function claimInterface(pipe: USBDevicePipe, iface: USBInterface, force?: boolean): number;|NA|@ohos.usbV9.d.ts| +|Deleted|Module name: ohos.usbV9
Class name: usbV9
Method or attribute name: function releaseInterface(pipe: USBDevicePipe, iface: USBInterface): number;|NA|@ohos.usbV9.d.ts| +|Deleted|Module name: ohos.usbV9
Class name: usbV9
Method or attribute name: function setConfiguration(pipe: USBDevicePipe, config: USBConfig): number;|NA|@ohos.usbV9.d.ts| +|Deleted|Module name: ohos.usbV9
Class name: usbV9
Method or attribute name: function setInterface(pipe: USBDevicePipe, iface: USBInterface): number;|NA|@ohos.usbV9.d.ts| +|Deleted|Module name: ohos.usbV9
Class name: usbV9
Method or attribute name: function getRawDescriptor(pipe: USBDevicePipe): Uint8Array;|NA|@ohos.usbV9.d.ts| +|Deleted|Module name: ohos.usbV9
Class name: usbV9
Method or attribute name: function getFileDescriptor(pipe: USBDevicePipe): number;|NA|@ohos.usbV9.d.ts| +|Deleted|Module name: ohos.usbV9
Class name: usbV9
Method or attribute name: function controlTransfer(pipe: USBDevicePipe, controlparam: USBControlParams, timeout?: number): Promise\;|NA|@ohos.usbV9.d.ts| +|Deleted|Module name: ohos.usbV9
Class name: usbV9
Method or attribute name: function bulkTransfer(pipe: USBDevicePipe, endpoint: USBEndpoint, buffer: Uint8Array,

timeout?: number): Promise\;|NA|@ohos.usbV9.d.ts| +|Deleted|Module name: ohos.usbV9
Class name: usbV9
Method or attribute name: function closePipe(pipe: USBDevicePipe): number;|NA|@ohos.usbV9.d.ts| +|Deleted|Module name: ohos.usbV9
Class name: USBEndpoint|NA|@ohos.usbV9.d.ts| +|Deleted|Module name: ohos.usbV9
Class name: USBEndpoint
Method or attribute name: address: number;|NA|@ohos.usbV9.d.ts| +|Deleted|Module name: ohos.usbV9
Class name: USBEndpoint
Method or attribute name: attributes: number;|NA|@ohos.usbV9.d.ts| +|Deleted|Module name: ohos.usbV9
Class name: USBEndpoint
Method or attribute name: interval: number;|NA|@ohos.usbV9.d.ts| +|Deleted|Module name: ohos.usbV9
Class name: USBEndpoint
Method or attribute name: maxPacketSize: number;|NA|@ohos.usbV9.d.ts| +|Deleted|Module name: ohos.usbV9
Class name: USBEndpoint
Method or attribute name: direction: USBRequestDirection;|NA|@ohos.usbV9.d.ts| +|Deleted|Module name: ohos.usbV9
Class name: USBEndpoint
Method or attribute name: number: number;|NA|@ohos.usbV9.d.ts| +|Deleted|Module name: ohos.usbV9
Class name: USBEndpoint
Method or attribute name: type: number;|NA|@ohos.usbV9.d.ts| +|Deleted|Module name: ohos.usbV9
Class name: USBEndpoint
Method or attribute name: interfaceId: number;|NA|@ohos.usbV9.d.ts| +|Deleted|Module name: ohos.usbV9
Class name: USBInterface|NA|@ohos.usbV9.d.ts| +|Deleted|Module name: ohos.usbV9
Class name: USBInterface
Method or attribute name: id: number;|NA|@ohos.usbV9.d.ts| +|Deleted|Module name: ohos.usbV9
Class name: USBInterface
Method or attribute name: protocol: number;|NA|@ohos.usbV9.d.ts| +|Deleted|Module name: ohos.usbV9
Class name: USBInterface
Method or attribute name: clazz: number;|NA|@ohos.usbV9.d.ts| +|Deleted|Module name: ohos.usbV9
Class name: USBInterface
Method or attribute name: subClass: number;|NA|@ohos.usbV9.d.ts| +|Deleted|Module name: ohos.usbV9
Class name: USBInterface
Method or attribute name: alternateSetting: number;|NA|@ohos.usbV9.d.ts| +|Deleted|Module name: ohos.usbV9
Class name: USBInterface
Method or attribute name: name: string;|NA|@ohos.usbV9.d.ts| +|Deleted|Module name: ohos.usbV9
Class name: USBInterface
Method or attribute name: endpoints: Array\;|NA|@ohos.usbV9.d.ts| +|Deleted|Module name: ohos.usbV9
Class name: USBConfig|NA|@ohos.usbV9.d.ts| +|Deleted|Module name: ohos.usbV9
Class name: USBConfig
Method or attribute name: id: number;|NA|@ohos.usbV9.d.ts| +|Deleted|Module name: ohos.usbV9
Class name: USBConfig
Method or attribute name: attributes: number;|NA|@ohos.usbV9.d.ts| +|Deleted|Module name: ohos.usbV9
Class name: USBConfig
Method or attribute name: maxPower: number;|NA|@ohos.usbV9.d.ts| +|Deleted|Module name: ohos.usbV9
Class name: USBConfig
Method or attribute name: name: string;|NA|@ohos.usbV9.d.ts| +|Deleted|Module name: ohos.usbV9
Class name: USBConfig
Method or attribute name: isRemoteWakeup: boolean;|NA|@ohos.usbV9.d.ts| +|Deleted|Module name: ohos.usbV9
Class name: USBConfig
Method or attribute name: isSelfPowered: boolean;|NA|@ohos.usbV9.d.ts| +|Deleted|Module name: ohos.usbV9
Class name: USBConfig
Method or attribute name: interfaces: Array\;|NA|@ohos.usbV9.d.ts| +|Deleted|Module name: ohos.usbV9
Class name: USBDevice|NA|@ohos.usbV9.d.ts| +|Deleted|Module name: ohos.usbV9
Class name: USBDevice
Method or attribute name: busNum: number;|NA|@ohos.usbV9.d.ts| +|Deleted|Module name: ohos.usbV9
Class name: USBDevice
Method or attribute name: devAddress: number;|NA|@ohos.usbV9.d.ts| +|Deleted|Module name: ohos.usbV9
Class name: USBDevice
Method or attribute name: serial: string;|NA|@ohos.usbV9.d.ts| +|Deleted|Module name: ohos.usbV9
Class name: USBDevice
Method or attribute name: name: string;|NA|@ohos.usbV9.d.ts| +|Deleted|Module name: ohos.usbV9
Class name: USBDevice
Method or attribute name: manufacturerName: string;|NA|@ohos.usbV9.d.ts| +|Deleted|Module name: ohos.usbV9
Class name: USBDevice
Method or attribute name: productName: string;|NA|@ohos.usbV9.d.ts| +|Deleted|Module name: ohos.usbV9
Class name: USBDevice
Method or attribute name: version: string;|NA|@ohos.usbV9.d.ts| +|Deleted|Module name: ohos.usbV9
Class name: USBDevice
Method or attribute name: vendorId: number;|NA|@ohos.usbV9.d.ts| +|Deleted|Module name: ohos.usbV9
Class name: USBDevice
Method or attribute name: productId: number;|NA|@ohos.usbV9.d.ts| +|Deleted|Module name: ohos.usbV9
Class name: USBDevice
Method or attribute name: clazz: number;|NA|@ohos.usbV9.d.ts| +|Deleted|Module name: ohos.usbV9
Class name: USBDevice
Method or attribute name: subClass: number;|NA|@ohos.usbV9.d.ts| +|Deleted|Module name: ohos.usbV9
Class name: USBDevice
Method or attribute name: protocol: number;|NA|@ohos.usbV9.d.ts| +|Deleted|Module name: ohos.usbV9
Class name: USBDevice
Method or attribute name: configs: Array\;|NA|@ohos.usbV9.d.ts| +|Deleted|Module name: ohos.usbV9
Class name: USBDevicePipe|NA|@ohos.usbV9.d.ts| +|Deleted|Module name: ohos.usbV9
Class name: USBDevicePipe
Method or attribute name: busNum: number;|NA|@ohos.usbV9.d.ts| +|Deleted|Module name: ohos.usbV9
Class name: USBDevicePipe
Method or attribute name: devAddress: number;|NA|@ohos.usbV9.d.ts| +|Deleted|Module name: ohos.usbV9
Class name: PowerRoleType|NA|@ohos.usbV9.d.ts| +|Deleted|Module name: ohos.usbV9
Class name: PowerRoleType
Method or attribute name: NONE = 0|NA|@ohos.usbV9.d.ts| +|Deleted|Module name: ohos.usbV9
Class name: PowerRoleType
Method or attribute name: SOURCE = 1|NA|@ohos.usbV9.d.ts| +|Deleted|Module name: ohos.usbV9
Class name: PowerRoleType
Method or attribute name: SINK = 2|NA|@ohos.usbV9.d.ts| +|Deleted|Module name: ohos.usbV9
Class name: DataRoleType|NA|@ohos.usbV9.d.ts| +|Deleted|Module name: ohos.usbV9
Class name: DataRoleType
Method or attribute name: NONE = 0|NA|@ohos.usbV9.d.ts| +|Deleted|Module name: ohos.usbV9
Class name: DataRoleType
Method or attribute name: HOST = 1|NA|@ohos.usbV9.d.ts| +|Deleted|Module name: ohos.usbV9
Class name: DataRoleType
Method or attribute name: DEVICE = 2|NA|@ohos.usbV9.d.ts| +|Deleted|Module name: ohos.usbV9
Class name: PortModeType|NA|@ohos.usbV9.d.ts| +|Deleted|Module name: ohos.usbV9
Class name: PortModeType
Method or attribute name: NONE = 0|NA|@ohos.usbV9.d.ts| +|Deleted|Module name: ohos.usbV9
Class name: PortModeType
Method or attribute name: UFP = 1|NA|@ohos.usbV9.d.ts| +|Deleted|Module name: ohos.usbV9
Class name: PortModeType
Method or attribute name: DFP = 2|NA|@ohos.usbV9.d.ts| +|Deleted|Module name: ohos.usbV9
Class name: PortModeType
Method or attribute name: DRP = 3|NA|@ohos.usbV9.d.ts| +|Deleted|Module name: ohos.usbV9
Class name: PortModeType
Method or attribute name: NUM_MODES = 4|NA|@ohos.usbV9.d.ts| +|Deleted|Module name: ohos.usbV9
Class name: USBPortStatus|NA|@ohos.usbV9.d.ts| +|Deleted|Module name: ohos.usbV9
Class name: USBPortStatus
Method or attribute name: currentMode: number;|NA|@ohos.usbV9.d.ts| +|Deleted|Module name: ohos.usbV9
Class name: USBPortStatus
Method or attribute name: currentPowerRole: number;|NA|@ohos.usbV9.d.ts| +|Deleted|Module name: ohos.usbV9
Class name: USBPortStatus
Method or attribute name: currentDataRole: number;|NA|@ohos.usbV9.d.ts| +|Deleted|Module name: ohos.usbV9
Class name: USBPort|NA|@ohos.usbV9.d.ts| +|Deleted|Module name: ohos.usbV9
Class name: USBPort
Method or attribute name: id: number;|NA|@ohos.usbV9.d.ts| +|Deleted|Module name: ohos.usbV9
Class name: USBPort
Method or attribute name: supportedModes: PortModeType;|NA|@ohos.usbV9.d.ts| +|Deleted|Module name: ohos.usbV9
Class name: USBPort
Method or attribute name: status: USBPortStatus;|NA|@ohos.usbV9.d.ts| +|Deleted|Module name: ohos.usbV9
Class name: USBControlParams|NA|@ohos.usbV9.d.ts| +|Deleted|Module name: ohos.usbV9
Class name: USBControlParams
Method or attribute name: request: number;|NA|@ohos.usbV9.d.ts| +|Deleted|Module name: ohos.usbV9
Class name: USBControlParams
Method or attribute name: target: USBRequestTargetType;|NA|@ohos.usbV9.d.ts| +|Deleted|Module name: ohos.usbV9
Class name: USBControlParams
Method or attribute name: reqType: USBControlRequestType;|NA|@ohos.usbV9.d.ts| +|Deleted|Module name: ohos.usbV9
Class name: USBControlParams
Method or attribute name: value: number;|NA|@ohos.usbV9.d.ts| +|Deleted|Module name: ohos.usbV9
Class name: USBControlParams
Method or attribute name: index: number;|NA|@ohos.usbV9.d.ts| +|Deleted|Module name: ohos.usbV9
Class name: USBControlParams
Method or attribute name: data: Uint8Array;|NA|@ohos.usbV9.d.ts| +|Deleted|Module name: ohos.usbV9
Class name: USBRequestTargetType|NA|@ohos.usbV9.d.ts| +|Deleted|Module name: ohos.usbV9
Class name: USBRequestTargetType
Method or attribute name: USB_REQUEST_TARGET_DEVICE = 0|NA|@ohos.usbV9.d.ts| +|Deleted|Module name: ohos.usbV9
Class name: USBRequestTargetType
Method or attribute name: USB_REQUEST_TARGET_INTERFACE = 1|NA|@ohos.usbV9.d.ts| +|Deleted|Module name: ohos.usbV9
Class name: USBRequestTargetType
Method or attribute name: USB_REQUEST_TARGET_ENDPOINT = 2|NA|@ohos.usbV9.d.ts| +|Deleted|Module name: ohos.usbV9
Class name: USBRequestTargetType
Method or attribute name: USB_REQUEST_TARGET_OTHER = 3|NA|@ohos.usbV9.d.ts| +|Deleted|Module name: ohos.usbV9
Class name: USBControlRequestType|NA|@ohos.usbV9.d.ts| +|Deleted|Module name: ohos.usbV9
Class name: USBControlRequestType
Method or attribute name: USB_REQUEST_TYPE_STANDARD = 0|NA|@ohos.usbV9.d.ts| +|Deleted|Module name: ohos.usbV9
Class name: USBControlRequestType
Method or attribute name: USB_REQUEST_TYPE_CLASS = 1|NA|@ohos.usbV9.d.ts| +|Deleted|Module name: ohos.usbV9
Class name: USBControlRequestType
Method or attribute name: USB_REQUEST_TYPE_VENDOR = 2|NA|@ohos.usbV9.d.ts| +|Deleted|Module name: ohos.usbV9
Class name: USBRequestDirection|NA|@ohos.usbV9.d.ts| +|Deleted|Module name: ohos.usbV9
Class name: USBRequestDirection
Method or attribute name: USB_REQUEST_DIR_TO_DEVICE = 0|NA|@ohos.usbV9.d.ts| +|Deleted|Module name: ohos.usbV9
Class name: USBRequestDirection
Method or attribute name: USB_REQUEST_DIR_FROM_DEVICE = 0x80|NA|@ohos.usbV9.d.ts| +|Deleted|Module name: ohos.usbV9
Class name: FunctionType|NA|@ohos.usbV9.d.ts| +|Deleted|Module name: ohos.usbV9
Class name: FunctionType
Method or attribute name: NONE = 0|NA|@ohos.usbV9.d.ts| +|Deleted|Module name: ohos.usbV9
Class name: FunctionType
Method or attribute name: ACM = 1|NA|@ohos.usbV9.d.ts| +|Deleted|Module name: ohos.usbV9
Class name: FunctionType
Method or attribute name: ECM = 2|NA|@ohos.usbV9.d.ts| +|Deleted|Module name: ohos.usbV9
Class name: FunctionType
Method or attribute name: HDC = 4|NA|@ohos.usbV9.d.ts| +|Deleted|Module name: ohos.usbV9
Class name: FunctionType
Method or attribute name: MTP = 8|NA|@ohos.usbV9.d.ts| +|Deleted|Module name: ohos.usbV9
Class name: FunctionType
Method or attribute name: PTP = 16|NA|@ohos.usbV9.d.ts| +|Deleted|Module name: ohos.usbV9
Class name: FunctionType
Method or attribute name: RNDIS = 32|NA|@ohos.usbV9.d.ts| +|Deleted|Module name: ohos.usbV9
Class name: FunctionType
Method or attribute name: MIDI = 64|NA|@ohos.usbV9.d.ts| +|Deleted|Module name: ohos.usbV9
Class name: FunctionType
Method or attribute name: AUDIO_SOURCE = 128|NA|@ohos.usbV9.d.ts| +|Deleted|Module name: ohos.usbV9
Class name: FunctionType
Method or attribute name: NCM = 256|NA|@ohos.usbV9.d.ts| diff --git a/en/release-notes/api-diff/Beta5 to v3.2-Release/js-apidiff-user-iam.md b/en/release-notes/api-diff/Beta5 to v3.2-Release/js-apidiff-user-iam.md new file mode 100644 index 0000000000000000000000000000000000000000..44290217c29952334c469989d9388413375612dc --- /dev/null +++ b/en/release-notes/api-diff/Beta5 to v3.2-Release/js-apidiff-user-iam.md @@ -0,0 +1,3 @@ +| Change Type | Old Version | New Version | d.ts File | +| ---- | ------ | ------ | -------- | +|Deleted|Module name: ohos.userIAM.userAuth
Class name: userAuth
Method or attribute name: function getVersion(): number;|NA|@ohos.userIAM.userAuth.d.ts| diff --git a/en/release-notes/api-diff/Beta5 to v3.2-Release/js-apidiff-web.md b/en/release-notes/api-diff/Beta5 to v3.2-Release/js-apidiff-web.md new file mode 100644 index 0000000000000000000000000000000000000000..59d5b2ba41e5efbb407d81a637e4a70b68557170 --- /dev/null +++ b/en/release-notes/api-diff/Beta5 to v3.2-Release/js-apidiff-web.md @@ -0,0 +1,46 @@ +| Change Type | Old Version | New Version | d.ts File | +| ---- | ------ | ------ | -------- | +|Added|NA|Module name: ohos.web.webview
Class name: WebHeader|@ohos.web.webview.d.ts| +|Added|NA|Class name: WebHeader
Method or attribute name: |@ohos.web.webview.d.ts| +|Added|NA|Module name: ohos.web.webview
Class name: WebHeader
Method or attribute name: headerKey: string;|@ohos.web.webview.d.ts| +|Added|NA|Class name: WebHeader
Method or attribute name: headerKey: string;|@ohos.web.webview.d.ts| +|Added|NA|Module name: ohos.web.webview
Class name: WebHeader
Method or attribute name: headerValue: string;|@ohos.web.webview.d.ts| +|Added|NA|Class name: WebHeader
Method or attribute name: headerValue: string;|@ohos.web.webview.d.ts| +|Added|NA|Module name: ohos.web.webview
Class name: WebHitTestType|@ohos.web.webview.d.ts| +|Added|NA|Class name: WebHitTestType
Method or attribute name: |@ohos.web.webview.d.ts| +|Added|NA|Module name: ohos.web.webview
Class name: WebHitTestType
Method or attribute name: EditText|@ohos.web.webview.d.ts| +|Added|NA|Class name: WebHitTestType
Method or attribute name: EditText|@ohos.web.webview.d.ts| +|Added|NA|Module name: ohos.web.webview
Class name: WebHitTestType
Method or attribute name: Email|@ohos.web.webview.d.ts| +|Added|NA|Class name: WebHitTestType
Method or attribute name: Email|@ohos.web.webview.d.ts| +|Added|NA|Module name: ohos.web.webview
Class name: WebHitTestType
Method or attribute name: HttpAnchor|@ohos.web.webview.d.ts| +|Added|NA|Class name: WebHitTestType
Method or attribute name: HttpAnchor|@ohos.web.webview.d.ts| +|Added|NA|Module name: ohos.web.webview
Class name: WebHitTestType
Method or attribute name: HttpAnchorImg|@ohos.web.webview.d.ts| +|Added|NA|Class name: WebHitTestType
Method or attribute name: HttpAnchorImg|@ohos.web.webview.d.ts| +|Added|NA|Module name: ohos.web.webview
Class name: WebHitTestType
Method or attribute name: Img|@ohos.web.webview.d.ts| +|Added|NA|Class name: WebHitTestType
Method or attribute name: Img|@ohos.web.webview.d.ts| +|Added|NA|Module name: ohos.web.webview
Class name: WebHitTestType
Method or attribute name: Map|@ohos.web.webview.d.ts| +|Added|NA|Class name: WebHitTestType
Method or attribute name: Map|@ohos.web.webview.d.ts| +|Added|NA|Module name: ohos.web.webview
Class name: WebHitTestType
Method or attribute name: Phone|@ohos.web.webview.d.ts| +|Added|NA|Class name: WebHitTestType
Method or attribute name: Phone|@ohos.web.webview.d.ts| +|Added|NA|Module name: ohos.web.webview
Class name: WebHitTestType
Method or attribute name: Unknown|@ohos.web.webview.d.ts| +|Added|NA|Class name: WebHitTestType
Method or attribute name: Unknown|@ohos.web.webview.d.ts| +|Added|NA|Class name: HitTestValue
Method or attribute name: type: WebHitTestType;|@ohos.web.webview.d.ts| +|Added|NA|Class name: WebviewController
Method or attribute name: static setWebDebuggingAccess(webDebuggingAccess: boolean): void;|@ohos.web.webview.d.ts| +|Deleted|Module name: ohos.web.webview
Class name: HeaderV9|NA|@ohos.web.webview.d.ts| +|Deleted|Module name: ohos.web.webview
Class name: HeaderV9
Method or attribute name: headerKey: string;|NA|@ohos.web.webview.d.ts| +|Deleted|Module name: ohos.web.webview
Class name: HeaderV9
Method or attribute name: headerValue: string;|NA|@ohos.web.webview.d.ts| +|Deleted|Module name: ohos.web.webview
Class name: HitTestTypeV9|NA|@ohos.web.webview.d.ts| +|Deleted|Module name: ohos.web.webview
Class name: HitTestTypeV9
Method or attribute name: EditText|NA|@ohos.web.webview.d.ts| +|Deleted|Module name: ohos.web.webview
Class name: HitTestTypeV9
Method or attribute name: Email|NA|@ohos.web.webview.d.ts| +|Deleted|Module name: ohos.web.webview
Class name: HitTestTypeV9
Method or attribute name: HttpAnchor|NA|@ohos.web.webview.d.ts| +|Deleted|Module name: ohos.web.webview
Class name: HitTestTypeV9
Method or attribute name: HttpAnchorImg|NA|@ohos.web.webview.d.ts| +|Deleted|Module name: ohos.web.webview
Class name: HitTestTypeV9
Method or attribute name: Img|NA|@ohos.web.webview.d.ts| +|Deleted|Module name: ohos.web.webview
Class name: HitTestTypeV9
Method or attribute name: Map|NA|@ohos.web.webview.d.ts| +|Deleted|Module name: ohos.web.webview
Class name: HitTestTypeV9
Method or attribute name: Phone|NA|@ohos.web.webview.d.ts| +|Deleted|Module name: ohos.web.webview
Class name: HitTestTypeV9
Method or attribute name: Unknown|NA|@ohos.web.webview.d.ts| +|Deleted|Module name: ohos.web.webview
Class name: WebAsyncController|NA|@ohos.web.webview.d.ts| +|Deleted|Module name: ohos.web.webview
Class name: WebAsyncController
Method or attribute name: constructor(controller: WebController);|NA|@ohos.web.webview.d.ts| +|Deleted|Module name: ohos.web.webview
Class name: WebAsyncController
Method or attribute name: storeWebArchive(baseName: string, autoName: boolean): Promise\;|NA|@ohos.web.webview.d.ts| +|Deleted|Module name: ohos.web.webview
Class name: WebAsyncController
Method or attribute name: storeWebArchive(baseName: string, autoName: boolean, callback : AsyncCallback\): void;|NA|@ohos.web.webview.d.ts| +|Function changed|Class name: WebviewController
Method or attribute name: loadUrl(url: string \| Resource, headers?: Array\): void;
|Class name: WebviewController
Method or attribute name: loadUrl(url: string \| Resource, headers?: Array\): void;
|@ohos.web.webview.d.ts| +|Function changed|Class name: WebviewController
Method or attribute name: getHitTest(): HitTestTypeV9;
|Class name: WebviewController
Method or attribute name: getHitTest(): WebHitTestType;
|@ohos.web.webview.d.ts| diff --git a/en/release-notes/api-diff/Beta5 to v3.2-Release/js-apidiff-window.md b/en/release-notes/api-diff/Beta5 to v3.2-Release/js-apidiff-window.md new file mode 100644 index 0000000000000000000000000000000000000000..7d73fa9be97611dfdd6f62aff337ba409da90202 --- /dev/null +++ b/en/release-notes/api-diff/Beta5 to v3.2-Release/js-apidiff-window.md @@ -0,0 +1,74 @@ +| Change Type | Old Version | New Version | d.ts File | +| ---- | ------ | ------ | -------- | +|Added|NA|Class name: WindowExtensionAbility
Method or attribute name: context: WindowExtensionContext;|@ohos.application.WindowExtensionAbility.d.ts| +|Added|NA|Class name: Window
Method or attribute name: bindDialogTarget(requestInfo: dialogRequest.RequestInfo, deathCallback: Callback\): Promise\;|@ohos.window.d.ts| +|Added|NA|Class name: Window
Method or attribute name: bindDialogTarget(requestInfo: dialogRequest.RequestInfo, deathCallback: Callback\, callback: AsyncCallback\): void;|@ohos.window.d.ts| +|Added|NA|Module name: WindowExtensionContext
Class name: WindowExtensionContext|WindowExtensionContext.d.ts| +|Added|NA|Module name: WindowExtensionContext
Class name: WindowExtensionContext
Method or attribute name: startAbility(want: Want, options: StartOptions, callback: AsyncCallback\): void;|WindowExtensionContext.d.ts| +|Added|NA|Module name: WindowExtensionContext
Class name: WindowExtensionContext
Method or attribute name: startAbility(want: Want, options?: StartOptions): Promise\;|WindowExtensionContext.d.ts| +|Deleted|Module name: ohos.window
Class name: Window
Method or attribute name: on(type: 'dialogTargetTouch', callback: Callback\): void;|NA|@ohos.window.d.ts| +|Deleted|Module name: ohos.window
Class name: Window
Method or attribute name: off(type: 'dialogTargetTouch', callback?: Callback\): void;|NA|@ohos.window.d.ts| +|Access level changed|Class name: WindowAnimationFinishedCallback
Method or attribute name: onAnimationFinish(): void;
Access level: public API|Class name: WindowAnimationFinishedCallback
Method or attribute name: onAnimationFinish(): void;
Access level: system API|@ohos.animation.windowAnimationManager.d.ts| +|Access level changed|Class name: WindowType
Method or attribute name: TYPE_FLOAT_CAMERA
Access level: public API|Class name: WindowType
Method or attribute name: TYPE_FLOAT_CAMERA
Access level: system API|@ohos.window.d.ts| +|Initial version changed|Class name: RRect
Method or attribute name: left: number;
Initial version: N/A|Class name: RRect
Method or attribute name: left: number;
Initial version: 9|@ohos.animation.windowAnimationManager.d.ts| +|Initial version changed|Class name: RRect
Method or attribute name: top: number;
Initial version: N/A|Class name: RRect
Method or attribute name: top: number;
Initial version: 9|@ohos.animation.windowAnimationManager.d.ts| +|Initial version changed|Class name: RRect
Method or attribute name: width: number;
Initial version: N/A|Class name: RRect
Method or attribute name: width: number;
Initial version: 9|@ohos.animation.windowAnimationManager.d.ts| +|Initial version changed|Class name: RRect
Method or attribute name: height: number;
Initial version: N/A|Class name: RRect
Method or attribute name: height: number;
Initial version: 9|@ohos.animation.windowAnimationManager.d.ts| +|Initial version changed|Class name: RRect
Method or attribute name: radius: number;
Initial version: N/A|Class name: RRect
Method or attribute name: radius: number;
Initial version: 9|@ohos.animation.windowAnimationManager.d.ts| +|Initial version changed|Class name: WindowAnimationTarget
Method or attribute name: readonly bundleName: string;
Initial version: N/A|Class name: WindowAnimationTarget
Method or attribute name: readonly bundleName: string;
Initial version: 9|@ohos.animation.windowAnimationManager.d.ts| +|Initial version changed|Class name: WindowAnimationTarget
Method or attribute name: readonly abilityName: string;
Initial version: N/A|Class name: WindowAnimationTarget
Method or attribute name: readonly abilityName: string;
Initial version: 9|@ohos.animation.windowAnimationManager.d.ts| +|Initial version changed|Class name: WindowAnimationTarget
Method or attribute name: readonly windowBounds: RRect;
Initial version: N/A|Class name: WindowAnimationTarget
Method or attribute name: readonly windowBounds: RRect;
Initial version: 9|@ohos.animation.windowAnimationManager.d.ts| +|Initial version changed|Class name: WindowAnimationTarget
Method or attribute name: readonly missionId: number;
Initial version: N/A|Class name: WindowAnimationTarget
Method or attribute name: readonly missionId: number;
Initial version: 9|@ohos.animation.windowAnimationManager.d.ts| +|Initial version changed|Class name: WindowAnimationFinishedCallback
Method or attribute name: onAnimationFinish(): void;
Initial version: N/A|Class name: WindowAnimationFinishedCallback
Method or attribute name: onAnimationFinish(): void;
Initial version: 9|@ohos.animation.windowAnimationManager.d.ts| +|Initial version changed|Class name: Rect
Method or attribute name: left: number;
Initial version: N/A|Class name: Rect
Method or attribute name: left: number;
Initial version: 9|@ohos.display.d.ts| +|Initial version changed|Class name: Rect
Method or attribute name: top: number;
Initial version: N/A|Class name: Rect
Method or attribute name: top: number;
Initial version: 9|@ohos.display.d.ts| +|Initial version changed|Class name: Rect
Method or attribute name: width: number;
Initial version: N/A|Class name: Rect
Method or attribute name: width: number;
Initial version: 9|@ohos.display.d.ts| +|Initial version changed|Class name: Rect
Method or attribute name: height: number;
Initial version: N/A|Class name: Rect
Method or attribute name: height: number;
Initial version: 9|@ohos.display.d.ts| +|Initial version changed|Class name: WaterfallDisplayAreaRects
Method or attribute name: readonly left: Rect;
Initial version: N/A|Class name: WaterfallDisplayAreaRects
Method or attribute name: readonly left: Rect;
Initial version: 9|@ohos.display.d.ts| +|Initial version changed|Class name: WaterfallDisplayAreaRects
Method or attribute name: readonly right: Rect;
Initial version: N/A|Class name: WaterfallDisplayAreaRects
Method or attribute name: readonly right: Rect;
Initial version: 9|@ohos.display.d.ts| +|Initial version changed|Class name: WaterfallDisplayAreaRects
Method or attribute name: readonly top: Rect;
Initial version: N/A|Class name: WaterfallDisplayAreaRects
Method or attribute name: readonly top: Rect;
Initial version: 9|@ohos.display.d.ts| +|Initial version changed|Class name: WaterfallDisplayAreaRects
Method or attribute name: readonly bottom: Rect;
Initial version: N/A|Class name: WaterfallDisplayAreaRects
Method or attribute name: readonly bottom: Rect;
Initial version: 9|@ohos.display.d.ts| +|Initial version changed|Class name: CutoutInfo
Method or attribute name: readonly boundingRects: Array\;
Initial version: N/A|Class name: CutoutInfo
Method or attribute name: readonly boundingRects: Array\;
Initial version: 9|@ohos.display.d.ts| +|Initial version changed|Class name: CutoutInfo
Method or attribute name: readonly waterfallDisplayAreaRects: WaterfallDisplayAreaRects;
Initial version: N/A|Class name: CutoutInfo
Method or attribute name: readonly waterfallDisplayAreaRects: WaterfallDisplayAreaRects;
Initial version: 9|@ohos.display.d.ts| +|Initial version changed|Class name: ScaleOptions
Method or attribute name: x?: number;
Initial version: N/A|Class name: ScaleOptions
Method or attribute name: x?: number;
Initial version: 9|@ohos.window.d.ts| +|Initial version changed|Class name: ScaleOptions
Method or attribute name: y?: number;
Initial version: N/A|Class name: ScaleOptions
Method or attribute name: y?: number;
Initial version: 9|@ohos.window.d.ts| +|Initial version changed|Class name: ScaleOptions
Method or attribute name: pivotX?: number;
Initial version: N/A|Class name: ScaleOptions
Method or attribute name: pivotX?: number;
Initial version: 9|@ohos.window.d.ts| +|Initial version changed|Class name: ScaleOptions
Method or attribute name: pivotY?: number;
Initial version: N/A|Class name: ScaleOptions
Method or attribute name: pivotY?: number;
Initial version: 9|@ohos.window.d.ts| +|Initial version changed|Class name: RotateOptions
Method or attribute name: x?: number;
Initial version: N/A|Class name: RotateOptions
Method or attribute name: x?: number;
Initial version: 9|@ohos.window.d.ts| +|Initial version changed|Class name: RotateOptions
Method or attribute name: y?: number;
Initial version: N/A|Class name: RotateOptions
Method or attribute name: y?: number;
Initial version: 9|@ohos.window.d.ts| +|Initial version changed|Class name: RotateOptions
Method or attribute name: z?: number;
Initial version: N/A|Class name: RotateOptions
Method or attribute name: z?: number;
Initial version: 9|@ohos.window.d.ts| +|Initial version changed|Class name: RotateOptions
Method or attribute name: pivotX?: number;
Initial version: N/A|Class name: RotateOptions
Method or attribute name: pivotX?: number;
Initial version: 9|@ohos.window.d.ts| +|Initial version changed|Class name: RotateOptions
Method or attribute name: pivotY?: number;
Initial version: N/A|Class name: RotateOptions
Method or attribute name: pivotY?: number;
Initial version: 9|@ohos.window.d.ts| +|Initial version changed|Class name: TranslateOptions
Method or attribute name: x?: number;
Initial version: N/A|Class name: TranslateOptions
Method or attribute name: x?: number;
Initial version: 9|@ohos.window.d.ts| +|Initial version changed|Class name: TranslateOptions
Method or attribute name: y?: number;
Initial version: N/A|Class name: TranslateOptions
Method or attribute name: y?: number;
Initial version: 9|@ohos.window.d.ts| +|Initial version changed|Class name: TranslateOptions
Method or attribute name: z?: number;
Initial version: N/A|Class name: TranslateOptions
Method or attribute name: z?: number;
Initial version: 9|@ohos.window.d.ts| +|Initial version changed|Class name: TransitionContext
Method or attribute name: toWindow: Window
Initial version: N/A|Class name: TransitionContext
Method or attribute name: toWindow: Window
Initial version: 9|@ohos.window.d.ts| +|Initial version changed|Class name: TransitionContext
Method or attribute name: completeTransition(isCompleted: boolean): void;
Initial version: N/A|Class name: TransitionContext
Method or attribute name: completeTransition(isCompleted: boolean): void;
Initial version: 9|@ohos.window.d.ts| +|Initial version changed|Class name: TransitionController
Method or attribute name: animationForShown(context: TransitionContext): void;
Initial version: N/A|Class name: TransitionController
Method or attribute name: animationForShown(context: TransitionContext): void;
Initial version: 9|@ohos.window.d.ts| +|Initial version changed|Class name: TransitionController
Method or attribute name: animationForHidden(context: TransitionContext): void;
Initial version: N/A|Class name: TransitionController
Method or attribute name: animationForHidden(context: TransitionContext): void;
Initial version: 9|@ohos.window.d.ts| +|Initial version changed|Class name: Configuration
Method or attribute name: name: string
Initial version: N/A|Class name: Configuration
Method or attribute name: name: string
Initial version: 9|@ohos.window.d.ts| +|Initial version changed|Class name: Configuration
Method or attribute name: windowType: WindowType
Initial version: N/A|Class name: Configuration
Method or attribute name: windowType: WindowType
Initial version: 9|@ohos.window.d.ts| +|Initial version changed|Class name: Configuration
Method or attribute name: ctx?: BaseContext
Initial version: N/A|Class name: Configuration
Method or attribute name: ctx?: BaseContext
Initial version: 9|@ohos.window.d.ts| +|Initial version changed|Class name: Configuration
Method or attribute name: displayId?: number
Initial version: N/A|Class name: Configuration
Method or attribute name: displayId?: number
Initial version: 9|@ohos.window.d.ts| +|Initial version changed|Class name: Configuration
Method or attribute name: parentId?: number
Initial version: N/A|Class name: Configuration
Method or attribute name: parentId?: number
Initial version: 9|@ohos.window.d.ts| +|Initial version changed|Class name: Orientation
Method or attribute name: UNSPECIFIED = 0
Initial version: N/A|Class name: Orientation
Method or attribute name: UNSPECIFIED = 0
Initial version: 9|@ohos.window.d.ts| +|Initial version changed|Class name: Orientation
Method or attribute name: PORTRAIT = 1
Initial version: N/A|Class name: Orientation
Method or attribute name: PORTRAIT = 1
Initial version: 9|@ohos.window.d.ts| +|Initial version changed|Class name: Orientation
Method or attribute name: LANDSCAPE = 2
Initial version: N/A|Class name: Orientation
Method or attribute name: LANDSCAPE = 2
Initial version: 9|@ohos.window.d.ts| +|Initial version changed|Class name: Orientation
Method or attribute name: PORTRAIT_INVERTED = 3
Initial version: N/A|Class name: Orientation
Method or attribute name: PORTRAIT_INVERTED = 3
Initial version: 9|@ohos.window.d.ts| +|Initial version changed|Class name: Orientation
Method or attribute name: LANDSCAPE_INVERTED = 4
Initial version: N/A|Class name: Orientation
Method or attribute name: LANDSCAPE_INVERTED = 4
Initial version: 9|@ohos.window.d.ts| +|Initial version changed|Class name: Orientation
Method or attribute name: AUTO_ROTATION = 5
Initial version: N/A|Class name: Orientation
Method or attribute name: AUTO_ROTATION = 5
Initial version: 9|@ohos.window.d.ts| +|Initial version changed|Class name: Orientation
Method or attribute name: AUTO_ROTATION_PORTRAIT = 6
Initial version: N/A|Class name: Orientation
Method or attribute name: AUTO_ROTATION_PORTRAIT = 6
Initial version: 9|@ohos.window.d.ts| +|Initial version changed|Class name: Orientation
Method or attribute name: AUTO_ROTATION_LANDSCAPE = 7
Initial version: N/A|Class name: Orientation
Method or attribute name: AUTO_ROTATION_LANDSCAPE = 7
Initial version: 9|@ohos.window.d.ts| +|Initial version changed|Class name: Orientation
Method or attribute name: AUTO_ROTATION_RESTRICTED = 8
Initial version: N/A|Class name: Orientation
Method or attribute name: AUTO_ROTATION_RESTRICTED = 8
Initial version: 9|@ohos.window.d.ts| +|Initial version changed|Class name: Orientation
Method or attribute name: AUTO_ROTATION_PORTRAIT_RESTRICTED = 9
Initial version: N/A|Class name: Orientation
Method or attribute name: AUTO_ROTATION_PORTRAIT_RESTRICTED = 9
Initial version: 9|@ohos.window.d.ts| +|Initial version changed|Class name: Orientation
Method or attribute name: AUTO_ROTATION_LANDSCAPE_RESTRICTED = 10
Initial version: N/A|Class name: Orientation
Method or attribute name: AUTO_ROTATION_LANDSCAPE_RESTRICTED = 10
Initial version: 9|@ohos.window.d.ts| +|Initial version changed|Class name: Orientation
Method or attribute name: LOCKED = 11
Initial version: N/A|Class name: Orientation
Method or attribute name: LOCKED = 11
Initial version: 9|@ohos.window.d.ts| +|Initial version changed|Class name: BlurStyle
Method or attribute name: OFF
Initial version: N/A|Class name: BlurStyle
Method or attribute name: OFF
Initial version: 9|@ohos.window.d.ts| +|Initial version changed|Class name: BlurStyle
Method or attribute name: THIN
Initial version: N/A|Class name: BlurStyle
Method or attribute name: THIN
Initial version: 9|@ohos.window.d.ts| +|Initial version changed|Class name: BlurStyle
Method or attribute name: REGULAR
Initial version: N/A|Class name: BlurStyle
Method or attribute name: REGULAR
Initial version: 9|@ohos.window.d.ts| +|Initial version changed|Class name: BlurStyle
Method or attribute name: THICK
Initial version: N/A|Class name: BlurStyle
Method or attribute name: THICK
Initial version: 9|@ohos.window.d.ts| +|Initial version changed|Class name: WindowStageEventType
Method or attribute name: SHOWN = 1
Initial version: N/A|Class name: WindowStageEventType
Method or attribute name: SHOWN = 1
Initial version: 9|@ohos.window.d.ts| +|Initial version changed|Class name: WindowStageEventType
Method or attribute name: ACTIVE
Initial version: N/A|Class name: WindowStageEventType
Method or attribute name: ACTIVE
Initial version: 9|@ohos.window.d.ts| +|Initial version changed|Class name: WindowStageEventType
Method or attribute name: INACTIVE
Initial version: N/A|Class name: WindowStageEventType
Method or attribute name: INACTIVE
Initial version: 9|@ohos.window.d.ts| +|Initial version changed|Class name: WindowStageEventType
Method or attribute name: HIDDEN
Initial version: N/A|Class name: WindowStageEventType
Method or attribute name: HIDDEN
Initial version: 9|@ohos.window.d.ts| +|Permission deleted|Class name: WindowType
Method or attribute name: TYPE_FLOAT_CAMERA
Permission: ohos.permission.SYSTEM_FLOAT_WINDOW|Class name: WindowType
Method or attribute name: TYPE_FLOAT_CAMERA
Permission: N/A|@ohos.window.d.ts| diff --git a/en/release-notes/api-diff/v3.2-Release/Readme-EN.md b/en/release-notes/api-diff/v3.2-Release/Readme-EN.md new file mode 100644 index 0000000000000000000000000000000000000000..6aac74379b3fdc2b30bdcda3286c59d62f712f68 --- /dev/null +++ b/en/release-notes/api-diff/v3.2-Release/Readme-EN.md @@ -0,0 +1,35 @@ +# 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 diff --git a/en/release-notes/api-diff/v3.2-Release/js-apidiff-ability.md b/en/release-notes/api-diff/v3.2-Release/js-apidiff-ability.md new file mode 100644 index 0000000000000000000000000000000000000000..5df16922c5938c685642ed5b918211f113db6179 --- /dev/null +++ b/en/release-notes/api-diff/v3.2-Release/js-apidiff-ability.md @@ -0,0 +1,734 @@ +| Change Type | Old Version | New Version | d.ts File | +| ---- | ------ | ------ | -------- | +|Added|NA|Module name: lifecycle
Class name: LifecycleForm
Method or attribute name: onShare?(formId: string): {[key: string]: any};|lifecycle.d.ts| +|Added|NA|Module name: ohos.ability.ability
Class name: ability|@ohos.ability.ability.d.ts| +|Added|NA|Module name: ohos.app.ability.Ability
Class name: Ability|@ohos.app.ability.Ability.d.ts| +|Added|NA|Module name: ohos.app.ability.Ability
Class name: Ability
Method or attribute name: onConfigurationUpdate(newConfig: Configuration): void;|@ohos.app.ability.Ability.d.ts| +|Added|NA|Module name: ohos.app.ability.Ability
Class name: Ability
Method or attribute name: onMemoryLevel(level: AbilityConstant.MemoryLevel): void;|@ohos.app.ability.Ability.d.ts| +|Added|NA|Module name: ohos.app.ability.AbilityConstant
Class name: AbilityConstant|@ohos.app.ability.AbilityConstant.d.ts| +|Added|NA|Module name: ohos.app.ability.AbilityConstant
Class name: LaunchParam|@ohos.app.ability.AbilityConstant.d.ts| +|Added|NA|Module name: ohos.app.ability.AbilityConstant
Class name: LaunchParam
Method or attribute name: launchReason: LaunchReason;|@ohos.app.ability.AbilityConstant.d.ts| +|Added|NA|Module name: ohos.app.ability.AbilityConstant
Class name: LaunchParam
Method or attribute name: lastExitReason: LastExitReason;|@ohos.app.ability.AbilityConstant.d.ts| +|Added|NA|Module name: ohos.app.ability.AbilityConstant
Class name: LaunchReason|@ohos.app.ability.AbilityConstant.d.ts| +|Added|NA|Module name: ohos.app.ability.AbilityConstant
Class name: LaunchReason
Method or attribute name: UNKNOWN = 0|@ohos.app.ability.AbilityConstant.d.ts| +|Added|NA|Module name: ohos.app.ability.AbilityConstant
Class name: LaunchReason
Method or attribute name: START_ABILITY = 1|@ohos.app.ability.AbilityConstant.d.ts| +|Added|NA|Module name: ohos.app.ability.AbilityConstant
Class name: LaunchReason
Method or attribute name: CALL = 2|@ohos.app.ability.AbilityConstant.d.ts| +|Added|NA|Module name: ohos.app.ability.AbilityConstant
Class name: LaunchReason
Method or attribute name: CONTINUATION = 3|@ohos.app.ability.AbilityConstant.d.ts| +|Added|NA|Module name: ohos.app.ability.AbilityConstant
Class name: LaunchReason
Method or attribute name: APP_RECOVERY = 4|@ohos.app.ability.AbilityConstant.d.ts| +|Added|NA|Module name: ohos.app.ability.AbilityConstant
Class name: LastExitReason|@ohos.app.ability.AbilityConstant.d.ts| +|Added|NA|Module name: ohos.app.ability.AbilityConstant
Class name: LastExitReason
Method or attribute name: UNKNOWN = 0|@ohos.app.ability.AbilityConstant.d.ts| +|Added|NA|Module name: ohos.app.ability.AbilityConstant
Class name: LastExitReason
Method or attribute name: ABILITY_NOT_RESPONDING = 1|@ohos.app.ability.AbilityConstant.d.ts| +|Added|NA|Module name: ohos.app.ability.AbilityConstant
Class name: LastExitReason
Method or attribute name: NORMAL = 2|@ohos.app.ability.AbilityConstant.d.ts| +|Added|NA|Module name: ohos.app.ability.AbilityConstant
Class name: OnContinueResult|@ohos.app.ability.AbilityConstant.d.ts| +|Added|NA|Module name: ohos.app.ability.AbilityConstant
Class name: OnContinueResult
Method or attribute name: AGREE = 0|@ohos.app.ability.AbilityConstant.d.ts| +|Added|NA|Module name: ohos.app.ability.AbilityConstant
Class name: OnContinueResult
Method or attribute name: REJECT = 1|@ohos.app.ability.AbilityConstant.d.ts| +|Added|NA|Module name: ohos.app.ability.AbilityConstant
Class name: OnContinueResult
Method or attribute name: MISMATCH = 2|@ohos.app.ability.AbilityConstant.d.ts| +|Added|NA|Module name: ohos.app.ability.AbilityConstant
Class name: MemoryLevel|@ohos.app.ability.AbilityConstant.d.ts| +|Added|NA|Module name: ohos.app.ability.AbilityConstant
Class name: MemoryLevel
Method or attribute name: MEMORY_LEVEL_MODERATE = 0|@ohos.app.ability.AbilityConstant.d.ts| +|Added|NA|Module name: ohos.app.ability.AbilityConstant
Class name: MemoryLevel
Method or attribute name: MEMORY_LEVEL_LOW = 1|@ohos.app.ability.AbilityConstant.d.ts| +|Added|NA|Module name: ohos.app.ability.AbilityConstant
Class name: MemoryLevel
Method or attribute name: MEMORY_LEVEL_CRITICAL = 2|@ohos.app.ability.AbilityConstant.d.ts| +|Added|NA|Module name: ohos.app.ability.AbilityConstant
Class name: WindowMode|@ohos.app.ability.AbilityConstant.d.ts| +|Added|NA|Module name: ohos.app.ability.AbilityConstant
Class name: WindowMode
Method or attribute name: WINDOW_MODE_UNDEFINED = 0|@ohos.app.ability.AbilityConstant.d.ts| +|Added|NA|Module name: ohos.app.ability.AbilityConstant
Class name: WindowMode
Method or attribute name: WINDOW_MODE_FULLSCREEN = 1|@ohos.app.ability.AbilityConstant.d.ts| +|Added|NA|Module name: ohos.app.ability.AbilityConstant
Class name: WindowMode
Method or attribute name: WINDOW_MODE_SPLIT_PRIMARY = 100|@ohos.app.ability.AbilityConstant.d.ts| +|Added|NA|Module name: ohos.app.ability.AbilityConstant
Class name: WindowMode
Method or attribute name: WINDOW_MODE_SPLIT_SECONDARY = 101|@ohos.app.ability.AbilityConstant.d.ts| +|Added|NA|Module name: ohos.app.ability.AbilityConstant
Class name: WindowMode
Method or attribute name: WINDOW_MODE_FLOATING = 102|@ohos.app.ability.AbilityConstant.d.ts| +|Added|NA|Module name: ohos.app.ability.AbilityConstant
Class name: OnSaveResult|@ohos.app.ability.AbilityConstant.d.ts| +|Added|NA|Module name: ohos.app.ability.AbilityConstant
Class name: OnSaveResult
Method or attribute name: ALL_AGREE = 0|@ohos.app.ability.AbilityConstant.d.ts| +|Added|NA|Module name: ohos.app.ability.AbilityConstant
Class name: OnSaveResult
Method or attribute name: CONTINUATION_REJECT = 1|@ohos.app.ability.AbilityConstant.d.ts| +|Added|NA|Module name: ohos.app.ability.AbilityConstant
Class name: OnSaveResult
Method or attribute name: CONTINUATION_MISMATCH = 2|@ohos.app.ability.AbilityConstant.d.ts| +|Added|NA|Module name: ohos.app.ability.AbilityConstant
Class name: OnSaveResult
Method or attribute name: RECOVERY_AGREE = 3|@ohos.app.ability.AbilityConstant.d.ts| +|Added|NA|Module name: ohos.app.ability.AbilityConstant
Class name: OnSaveResult
Method or attribute name: RECOVERY_REJECT = 4|@ohos.app.ability.AbilityConstant.d.ts| +|Added|NA|Module name: ohos.app.ability.AbilityConstant
Class name: OnSaveResult
Method or attribute name: ALL_REJECT|@ohos.app.ability.AbilityConstant.d.ts| +|Added|NA|Module name: ohos.app.ability.AbilityConstant
Class name: StateType|@ohos.app.ability.AbilityConstant.d.ts| +|Added|NA|Module name: ohos.app.ability.AbilityConstant
Class name: StateType
Method or attribute name: CONTINUATION = 0|@ohos.app.ability.AbilityConstant.d.ts| +|Added|NA|Module name: ohos.app.ability.AbilityConstant
Class name: StateType
Method or attribute name: APP_RECOVERY = 1|@ohos.app.ability.AbilityConstant.d.ts| +|Added|NA|Module name: ohos.app.ability.abilityDelegatorRegistry
Class name: abilityDelegatorRegistry|@ohos.app.ability.abilityDelegatorRegistry.d.ts| +|Added|NA|Module name: ohos.app.ability.abilityDelegatorRegistry
Class name: abilityDelegatorRegistry
Method or attribute name: function getAbilityDelegator(): AbilityDelegator;|@ohos.app.ability.abilityDelegatorRegistry.d.ts| +|Added|NA|Module name: ohos.app.ability.abilityDelegatorRegistry
Class name: abilityDelegatorRegistry
Method or attribute name: function getArguments(): AbilityDelegatorArgs;|@ohos.app.ability.abilityDelegatorRegistry.d.ts| +|Added|NA|Module name: ohos.app.ability.abilityDelegatorRegistry
Class name: AbilityLifecycleState|@ohos.app.ability.abilityDelegatorRegistry.d.ts| +|Added|NA|Module name: ohos.app.ability.abilityDelegatorRegistry
Class name: AbilityLifecycleState
Method or attribute name: UNINITIALIZED|@ohos.app.ability.abilityDelegatorRegistry.d.ts| +|Added|NA|Module name: ohos.app.ability.abilityDelegatorRegistry
Class name: AbilityLifecycleState
Method or attribute name: CREATE|@ohos.app.ability.abilityDelegatorRegistry.d.ts| +|Added|NA|Module name: ohos.app.ability.abilityDelegatorRegistry
Class name: AbilityLifecycleState
Method or attribute name: FOREGROUND|@ohos.app.ability.abilityDelegatorRegistry.d.ts| +|Added|NA|Module name: ohos.app.ability.abilityDelegatorRegistry
Class name: AbilityLifecycleState
Method or attribute name: BACKGROUND|@ohos.app.ability.abilityDelegatorRegistry.d.ts| +|Added|NA|Module name: ohos.app.ability.abilityDelegatorRegistry
Class name: AbilityLifecycleState
Method or attribute name: DESTROY|@ohos.app.ability.abilityDelegatorRegistry.d.ts| +|Added|NA|Module name: ohos.app.ability.AbilityLifecycleCallback
Class name: AbilityLifecycleCallback|@ohos.app.ability.AbilityLifecycleCallback.d.ts| +|Added|NA|Module name: ohos.app.ability.AbilityLifecycleCallback
Class name: AbilityLifecycleCallback
Method or attribute name: onAbilityCreate(ability: UIAbility): void;|@ohos.app.ability.AbilityLifecycleCallback.d.ts| +|Added|NA|Module name: ohos.app.ability.AbilityLifecycleCallback
Class name: AbilityLifecycleCallback
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
Class name: AbilityLifecycleCallback
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
Class name: AbilityLifecycleCallback
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
Class name: AbilityLifecycleCallback
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
Class name: AbilityLifecycleCallback
Method or attribute name: onAbilityDestroy(ability: UIAbility): void;|@ohos.app.ability.AbilityLifecycleCallback.d.ts| +|Added|NA|Module name: ohos.app.ability.AbilityLifecycleCallback
Class name: AbilityLifecycleCallback
Method or attribute name: onAbilityForeground(ability: UIAbility): void;|@ohos.app.ability.AbilityLifecycleCallback.d.ts| +|Added|NA|Module name: ohos.app.ability.AbilityLifecycleCallback
Class name: AbilityLifecycleCallback
Method or attribute name: onAbilityBackground(ability: UIAbility): void;|@ohos.app.ability.AbilityLifecycleCallback.d.ts| +|Added|NA|Module name: ohos.app.ability.AbilityLifecycleCallback
Class name: AbilityLifecycleCallback
Method or attribute name: onAbilityContinue(ability: UIAbility): void;|@ohos.app.ability.AbilityLifecycleCallback.d.ts| +|Added|NA|Module name: ohos.app.ability.abilityManager
Class name: abilityManager|@ohos.app.ability.abilityManager.d.ts| +|Added|NA|Module name: ohos.app.ability.abilityManager
Class name: AbilityState|@ohos.app.ability.abilityManager.d.ts| +|Added|NA|Module name: ohos.app.ability.abilityManager
Class name: AbilityState
Method or attribute name: INITIAL = 0|@ohos.app.ability.abilityManager.d.ts| +|Added|NA|Module name: ohos.app.ability.abilityManager
Class name: AbilityState
Method or attribute name: FOCUS = 2|@ohos.app.ability.abilityManager.d.ts| +|Added|NA|Module name: ohos.app.ability.abilityManager
Class name: AbilityState
Method or attribute name: FOREGROUND = 9|@ohos.app.ability.abilityManager.d.ts| +|Added|NA|Module name: ohos.app.ability.abilityManager
Class name: AbilityState
Method or attribute name: BACKGROUND = 10|@ohos.app.ability.abilityManager.d.ts| +|Added|NA|Module name: ohos.app.ability.abilityManager
Class name: AbilityState
Method or attribute name: FOREGROUNDING = 11|@ohos.app.ability.abilityManager.d.ts| +|Added|NA|Module name: ohos.app.ability.abilityManager
Class name: AbilityState
Method or attribute name: BACKGROUNDING = 12|@ohos.app.ability.abilityManager.d.ts| +|Added|NA|Module name: ohos.app.ability.abilityManager
Class name: abilityManager
Method or attribute name: function updateConfiguration(config: Configuration, callback: AsyncCallback\): void;|@ohos.app.ability.abilityManager.d.ts| +|Added|NA|Module name: ohos.app.ability.abilityManager
Class name: abilityManager
Method or attribute name: function updateConfiguration(config: Configuration): Promise\;|@ohos.app.ability.abilityManager.d.ts| +|Added|NA|Module name: ohos.app.ability.abilityManager
Class name: abilityManager
Method or attribute name: function getAbilityRunningInfos(): Promise\>;|@ohos.app.ability.abilityManager.d.ts| +|Added|NA|Module name: ohos.app.ability.abilityManager
Class name: abilityManager
Method or attribute name: function getAbilityRunningInfos(callback: AsyncCallback\>): void;|@ohos.app.ability.abilityManager.d.ts| +|Added|NA|Module name: ohos.app.ability.abilityManager
Class name: abilityManager
Method or attribute name: function getExtensionRunningInfos(upperLimit: number): Promise\>;|@ohos.app.ability.abilityManager.d.ts| +|Added|NA|Module name: ohos.app.ability.abilityManager
Class name: abilityManager
Method or attribute name: function getExtensionRunningInfos(upperLimit: number, callback: AsyncCallback\>): void;|@ohos.app.ability.abilityManager.d.ts| +|Added|NA|Module name: ohos.app.ability.abilityManager
Class name: abilityManager
Method or attribute name: function getTopAbility(): Promise\;|@ohos.app.ability.abilityManager.d.ts| +|Added|NA|Module name: ohos.app.ability.abilityManager
Class name: abilityManager
Method or attribute name: function getTopAbility(callback: AsyncCallback\): void;|@ohos.app.ability.abilityManager.d.ts| +|Added|NA|Module name: ohos.app.ability.AbilityStage
Class name: AbilityStage|@ohos.app.ability.AbilityStage.d.ts| +|Added|NA|Module name: ohos.app.ability.AbilityStage
Class name: AbilityStage
Method or attribute name: context: AbilityStageContext;|@ohos.app.ability.AbilityStage.d.ts| +|Added|NA|Module name: ohos.app.ability.AbilityStage
Class name: AbilityStage
Method or attribute name: onCreate(): void;|@ohos.app.ability.AbilityStage.d.ts| +|Added|NA|Module name: ohos.app.ability.AbilityStage
Class name: AbilityStage
Method or attribute name: onAcceptWant(want: Want): string;|@ohos.app.ability.AbilityStage.d.ts| +|Added|NA|Module name: ohos.app.ability.AbilityStage
Class name: AbilityStage
Method or attribute name: onConfigurationUpdate(newConfig: Configuration): void;|@ohos.app.ability.AbilityStage.d.ts| +|Added|NA|Module name: ohos.app.ability.AbilityStage
Class name: AbilityStage
Method or attribute name: onMemoryLevel(level: AbilityConstant.MemoryLevel): void;|@ohos.app.ability.AbilityStage.d.ts| +|Added|NA|Module name: ohos.app.ability.appManager
Class name: appManager|@ohos.app.ability.appManager.d.ts| +|Added|NA|Module name: ohos.app.ability.appManager
Class name: ApplicationState|@ohos.app.ability.appManager.d.ts| +|Added|NA|Module name: ohos.app.ability.appManager
Class name: ApplicationState
Method or attribute name: STATE_CREATE|@ohos.app.ability.appManager.d.ts| +|Added|NA|Module name: ohos.app.ability.appManager
Class name: ApplicationState
Method or attribute name: STATE_FOREGROUND|@ohos.app.ability.appManager.d.ts| +|Added|NA|Module name: ohos.app.ability.appManager
Class name: ApplicationState
Method or attribute name: STATE_ACTIVE|@ohos.app.ability.appManager.d.ts| +|Added|NA|Module name: ohos.app.ability.appManager
Class name: ApplicationState
Method or attribute name: STATE_BACKGROUND|@ohos.app.ability.appManager.d.ts| +|Added|NA|Module name: ohos.app.ability.appManager
Class name: ApplicationState
Method or attribute name: STATE_DESTROY|@ohos.app.ability.appManager.d.ts| +|Added|NA|Module name: ohos.app.ability.appManager
Class name: ProcessState|@ohos.app.ability.appManager.d.ts| +|Added|NA|Module name: ohos.app.ability.appManager
Class name: ProcessState
Method or attribute name: STATE_CREATE|@ohos.app.ability.appManager.d.ts| +|Added|NA|Module name: ohos.app.ability.appManager
Class name: ProcessState
Method or attribute name: STATE_FOREGROUND|@ohos.app.ability.appManager.d.ts| +|Added|NA|Module name: ohos.app.ability.appManager
Class name: ProcessState
Method or attribute name: STATE_ACTIVE|@ohos.app.ability.appManager.d.ts| +|Added|NA|Module name: ohos.app.ability.appManager
Class name: ProcessState
Method or attribute name: STATE_BACKGROUND|@ohos.app.ability.appManager.d.ts| +|Added|NA|Module name: ohos.app.ability.appManager
Class name: ProcessState
Method or attribute name: STATE_DESTROY|@ohos.app.ability.appManager.d.ts| +|Added|NA|Module name: ohos.app.ability.appManager
Class name: appManager
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
Class name: appManager
Method or attribute name: function on(type: "applicationState", observer: ApplicationStateObserver, bundleNameList: Array\): number;|@ohos.app.ability.appManager.d.ts| +|Added|NA|Module name: ohos.app.ability.appManager
Class name: appManager
Method or attribute name: function off(type: "applicationState", observerId: number, callback: AsyncCallback\): void;|@ohos.app.ability.appManager.d.ts| +|Added|NA|Module name: ohos.app.ability.appManager
Class name: appManager
Method or attribute name: function off(type: "applicationState", observerId: number): Promise\;|@ohos.app.ability.appManager.d.ts| +|Added|NA|Module name: ohos.app.ability.appManager
Class name: appManager
Method or attribute name: function getForegroundApplications(callback: AsyncCallback\>): void;|@ohos.app.ability.appManager.d.ts| +|Added|NA|Module name: ohos.app.ability.appManager
Class name: appManager
Method or attribute name: function getForegroundApplications(): Promise\>;|@ohos.app.ability.appManager.d.ts| +|Added|NA|Module name: ohos.app.ability.appManager
Class name: appManager
Method or attribute name: function killProcessWithAccount(bundleName: string, accountId: number): Promise\;|@ohos.app.ability.appManager.d.ts| +|Added|NA|Module name: ohos.app.ability.appManager
Class name: appManager
Method or attribute name: function killProcessWithAccount(bundleName: string, accountId: number, callback: AsyncCallback\): void;|@ohos.app.ability.appManager.d.ts| +|Added|NA|Module name: ohos.app.ability.appManager
Class name: appManager
Method or attribute name: function isRunningInStabilityTest(callback: AsyncCallback\): void;|@ohos.app.ability.appManager.d.ts| +|Added|NA|Module name: ohos.app.ability.appManager
Class name: appManager
Method or attribute name: function isRunningInStabilityTest(): Promise\;|@ohos.app.ability.appManager.d.ts| +|Added|NA|Module name: ohos.app.ability.appManager
Class name: appManager
Method or attribute name: function killProcessesByBundleName(bundleName: string): Promise\;|@ohos.app.ability.appManager.d.ts| +|Added|NA|Module name: ohos.app.ability.appManager
Class name: appManager
Method or attribute name: function killProcessesByBundleName(bundleName: string, callback: AsyncCallback\);|@ohos.app.ability.appManager.d.ts| +|Added|NA|Module name: ohos.app.ability.appManager
Class name: appManager
Method or attribute name: function clearUpApplicationData(bundleName: string): Promise\;|@ohos.app.ability.appManager.d.ts| +|Added|NA|Module name: ohos.app.ability.appManager
Class name: appManager
Method or attribute name: function clearUpApplicationData(bundleName: string, callback: AsyncCallback\);|@ohos.app.ability.appManager.d.ts| +|Added|NA|Module name: ohos.app.ability.appManager
Class name: appManager
Method or attribute name: function isRamConstrainedDevice(): Promise\;|@ohos.app.ability.appManager.d.ts| +|Added|NA|Module name: ohos.app.ability.appManager
Class name: appManager
Method or attribute name: function isRamConstrainedDevice(callback: AsyncCallback\): void;|@ohos.app.ability.appManager.d.ts| +|Added|NA|Module name: ohos.app.ability.appManager
Class name: appManager
Method or attribute name: function getAppMemorySize(): Promise\;|@ohos.app.ability.appManager.d.ts| +|Added|NA|Module name: ohos.app.ability.appManager
Class name: appManager
Method or attribute name: function getAppMemorySize(callback: AsyncCallback\): void;|@ohos.app.ability.appManager.d.ts| +|Added|NA|Module name: ohos.app.ability.appManager
Class name: appManager
Method or attribute name: function getRunningProcessInformation(): Promise\>;|@ohos.app.ability.appManager.d.ts| +|Added|NA|Module name: ohos.app.ability.appManager
Class name: appManager
Method or attribute name: function getRunningProcessInformation(callback: AsyncCallback\>): void;|@ohos.app.ability.appManager.d.ts| +|Added|NA|Module name: ohos.app.ability.appRecovery
Class name: appRecovery|@ohos.app.ability.appRecovery.d.ts| +|Added|NA|Module name: ohos.app.ability.appRecovery
Class name: RestartFlag|@ohos.app.ability.appRecovery.d.ts| +|Added|NA|Module name: ohos.app.ability.appRecovery
Class name: RestartFlag
Method or attribute name: ALWAYS_RESTART = 0|@ohos.app.ability.appRecovery.d.ts| +|Added|NA|Module name: ohos.app.ability.appRecovery
Class name: RestartFlag
Method or attribute name: RESTART_WHEN_JS_CRASH = 0x0001|@ohos.app.ability.appRecovery.d.ts| +|Added|NA|Module name: ohos.app.ability.appRecovery
Class name: RestartFlag
Method or attribute name: RESTART_WHEN_APP_FREEZE = 0x0002|@ohos.app.ability.appRecovery.d.ts| +|Added|NA|Module name: ohos.app.ability.appRecovery
Class name: RestartFlag
Method or attribute name: NO_RESTART = 0xFFFF|@ohos.app.ability.appRecovery.d.ts| +|Added|NA|Module name: ohos.app.ability.appRecovery
Class name: SaveOccasionFlag|@ohos.app.ability.appRecovery.d.ts| +|Added|NA|Module name: ohos.app.ability.appRecovery
Class name: SaveOccasionFlag
Method or attribute name: SAVE_WHEN_ERROR = 0x0001|@ohos.app.ability.appRecovery.d.ts| +|Added|NA|Module name: ohos.app.ability.appRecovery
Class name: SaveOccasionFlag
Method or attribute name: SAVE_WHEN_BACKGROUND = 0x0002|@ohos.app.ability.appRecovery.d.ts| +|Added|NA|Module name: ohos.app.ability.appRecovery
Class name: SaveModeFlag|@ohos.app.ability.appRecovery.d.ts| +|Added|NA|Module name: ohos.app.ability.appRecovery
Class name: SaveModeFlag
Method or attribute name: SAVE_WITH_FILE = 0x0001|@ohos.app.ability.appRecovery.d.ts| +|Added|NA|Module name: ohos.app.ability.appRecovery
Class name: SaveModeFlag
Method or attribute name: SAVE_WITH_SHARED_MEMORY = 0x0002|@ohos.app.ability.appRecovery.d.ts| +|Added|NA|Module name: ohos.app.ability.appRecovery
Class name: appRecovery
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
Class name: appRecovery
Method or attribute name: function restartApp(): void;|@ohos.app.ability.appRecovery.d.ts| +|Added|NA|Module name: ohos.app.ability.appRecovery
Class name: appRecovery
Method or attribute name: function saveAppState(): boolean;|@ohos.app.ability.appRecovery.d.ts| +|Added|NA|Module name: ohos.app.ability.common
Class name: common|@ohos.app.ability.common.d.ts| +|Added|NA|Module name: ohos.app.ability.Configuration
Class name: Configuration|@ohos.app.ability.Configuration.d.ts| +|Added|NA|Module name: ohos.app.ability.Configuration
Class name: Configuration
Method or attribute name: language?: string;|@ohos.app.ability.Configuration.d.ts| +|Added|NA|Module name: ohos.app.ability.Configuration
Class name: Configuration
Method or attribute name: colorMode?: ConfigurationConstant.ColorMode;|@ohos.app.ability.Configuration.d.ts| +|Added|NA|Module name: ohos.app.ability.Configuration
Class name: Configuration
Method or attribute name: direction?: ConfigurationConstant.Direction;|@ohos.app.ability.Configuration.d.ts| +|Added|NA|Module name: ohos.app.ability.Configuration
Class name: Configuration
Method or attribute name: screenDensity?: ConfigurationConstant.ScreenDensity;|@ohos.app.ability.Configuration.d.ts| +|Added|NA|Module name: ohos.app.ability.Configuration
Class name: Configuration
Method or attribute name: displayId?: number;|@ohos.app.ability.Configuration.d.ts| +|Added|NA|Module name: ohos.app.ability.Configuration
Class name: Configuration
Method or attribute name: hasPointerDevice?: boolean;|@ohos.app.ability.Configuration.d.ts| +|Added|NA|Module name: ohos.app.ability.ConfigurationConstant
Class name: ConfigurationConstant|@ohos.app.ability.ConfigurationConstant.d.ts| +|Added|NA|Module name: ohos.app.ability.ConfigurationConstant
Class name: ColorMode|@ohos.app.ability.ConfigurationConstant.d.ts| +|Added|NA|Module name: ohos.app.ability.ConfigurationConstant
Class name: ColorMode
Method or attribute name: COLOR_MODE_NOT_SET = -1|@ohos.app.ability.ConfigurationConstant.d.ts| +|Added|NA|Module name: ohos.app.ability.ConfigurationConstant
Class name: ColorMode
Method or attribute name: COLOR_MODE_DARK = 0|@ohos.app.ability.ConfigurationConstant.d.ts| +|Added|NA|Module name: ohos.app.ability.ConfigurationConstant
Class name: ColorMode
Method or attribute name: COLOR_MODE_LIGHT = 1|@ohos.app.ability.ConfigurationConstant.d.ts| +|Added|NA|Module name: ohos.app.ability.ConfigurationConstant
Class name: Direction|@ohos.app.ability.ConfigurationConstant.d.ts| +|Added|NA|Module name: ohos.app.ability.ConfigurationConstant
Class name: Direction
Method or attribute name: DIRECTION_NOT_SET = -1|@ohos.app.ability.ConfigurationConstant.d.ts| +|Added|NA|Module name: ohos.app.ability.ConfigurationConstant
Class name: Direction
Method or attribute name: DIRECTION_VERTICAL = 0|@ohos.app.ability.ConfigurationConstant.d.ts| +|Added|NA|Module name: ohos.app.ability.ConfigurationConstant
Class name: Direction
Method or attribute name: DIRECTION_HORIZONTAL = 1|@ohos.app.ability.ConfigurationConstant.d.ts| +|Added|NA|Module name: ohos.app.ability.ConfigurationConstant
Class name: ScreenDensity|@ohos.app.ability.ConfigurationConstant.d.ts| +|Added|NA|Module name: ohos.app.ability.ConfigurationConstant
Class name: ScreenDensity
Method or attribute name: SCREEN_DENSITY_NOT_SET = 0|@ohos.app.ability.ConfigurationConstant.d.ts| +|Added|NA|Module name: ohos.app.ability.ConfigurationConstant
Class name: ScreenDensity
Method or attribute name: SCREEN_DENSITY_SDPI = 120|@ohos.app.ability.ConfigurationConstant.d.ts| +|Added|NA|Module name: ohos.app.ability.ConfigurationConstant
Class name: ScreenDensity
Method or attribute name: SCREEN_DENSITY_MDPI = 160|@ohos.app.ability.ConfigurationConstant.d.ts| +|Added|NA|Module name: ohos.app.ability.ConfigurationConstant
Class name: ScreenDensity
Method or attribute name: SCREEN_DENSITY_LDPI = 240|@ohos.app.ability.ConfigurationConstant.d.ts| +|Added|NA|Module name: ohos.app.ability.ConfigurationConstant
Class name: ScreenDensity
Method or attribute name: SCREEN_DENSITY_XLDPI = 320|@ohos.app.ability.ConfigurationConstant.d.ts| +|Added|NA|Module name: ohos.app.ability.ConfigurationConstant
Class name: ScreenDensity
Method or attribute name: SCREEN_DENSITY_XXLDPI = 480|@ohos.app.ability.ConfigurationConstant.d.ts| +|Added|NA|Module name: ohos.app.ability.ConfigurationConstant
Class name: ScreenDensity
Method or attribute name: SCREEN_DENSITY_XXXLDPI = 640|@ohos.app.ability.ConfigurationConstant.d.ts| +|Added|NA|Module name: ohos.app.ability.contextConstant
Class name: contextConstant|@ohos.app.ability.contextConstant.d.ts| +|Added|NA|Module name: ohos.app.ability.contextConstant
Class name: AreaMode|@ohos.app.ability.contextConstant.d.ts| +|Added|NA|Module name: ohos.app.ability.contextConstant
Class name: AreaMode
Method or attribute name: EL1 = 0|@ohos.app.ability.contextConstant.d.ts| +|Added|NA|Module name: ohos.app.ability.contextConstant
Class name: AreaMode
Method or attribute name: EL2 = 1|@ohos.app.ability.contextConstant.d.ts| +|Added|NA|Module name: ohos.app.ability.dataUriUtils
Class name: dataUriUtils|@ohos.app.ability.dataUriUtils.d.ts| +|Added|NA|Module name: ohos.app.ability.dataUriUtils
Class name: dataUriUtils
Method or attribute name: function getId(uri: string): number|@ohos.app.ability.dataUriUtils.d.ts| +|Added|NA|Module name: ohos.app.ability.dataUriUtils
Class name: dataUriUtils
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
Class name: dataUriUtils
Method or attribute name: function deleteId(uri: string): string|@ohos.app.ability.dataUriUtils.d.ts| +|Added|NA|Module name: ohos.app.ability.dataUriUtils
Class name: dataUriUtils
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
Class name: dialogRequest|@ohos.app.ability.dialogRequest.d.ts| +|Added|NA|Module name: ohos.app.ability.dialogRequest
Class name: RequestInfo|@ohos.app.ability.dialogRequest.d.ts| +|Added|NA|Module name: ohos.app.ability.dialogRequest
Class name: ResultCode|@ohos.app.ability.dialogRequest.d.ts| +|Added|NA|Module name: ohos.app.ability.dialogRequest
Class name: ResultCode
Method or attribute name: RESULT_OK = 0|@ohos.app.ability.dialogRequest.d.ts| +|Added|NA|Module name: ohos.app.ability.dialogRequest
Class name: ResultCode
Method or attribute name: RESULT_CANCEL = 1|@ohos.app.ability.dialogRequest.d.ts| +|Added|NA|Module name: ohos.app.ability.dialogRequest
Class name: RequestResult|@ohos.app.ability.dialogRequest.d.ts| +|Added|NA|Module name: ohos.app.ability.dialogRequest
Class name: RequestResult
Method or attribute name: result: ResultCode;|@ohos.app.ability.dialogRequest.d.ts| +|Added|NA|Module name: ohos.app.ability.dialogRequest
Class name: RequestCallback|@ohos.app.ability.dialogRequest.d.ts| +|Added|NA|Module name: ohos.app.ability.dialogRequest
Class name: RequestCallback
Method or attribute name: setRequestResult(result: RequestResult): void;|@ohos.app.ability.dialogRequest.d.ts| +|Added|NA|Module name: ohos.app.ability.dialogRequest
Class name: dialogRequest
Method or attribute name: function getRequestInfo(want: Want): RequestInfo;|@ohos.app.ability.dialogRequest.d.ts| +|Added|NA|Module name: ohos.app.ability.dialogRequest
Class name: dialogRequest
Method or attribute name: function getRequestCallback(want: Want): RequestCallback;|@ohos.app.ability.dialogRequest.d.ts| +|Added|NA|Module name: ohos.app.ability.EnvironmentCallback
Class name: EnvironmentCallback|@ohos.app.ability.EnvironmentCallback.d.ts| +|Added|NA|Module name: ohos.app.ability.EnvironmentCallback
Class name: EnvironmentCallback
Method or attribute name: onConfigurationUpdated(config: Configuration): void;|@ohos.app.ability.EnvironmentCallback.d.ts| +|Added|NA|Module name: ohos.app.ability.EnvironmentCallback
Class name: EnvironmentCallback
Method or attribute name: onMemoryLevel(level: AbilityConstant.MemoryLevel): void;|@ohos.app.ability.EnvironmentCallback.d.ts| +|Added|NA|Module name: ohos.app.ability.errorManager
Class name: errorManager|@ohos.app.ability.errorManager.d.ts| +|Added|NA|Module name: ohos.app.ability.errorManager
Class name: errorManager
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
Class name: errorManager
Method or attribute name: function off(type: "error", observerId: number, callback: AsyncCallback\): void;|@ohos.app.ability.errorManager.d.ts| +|Added|NA|Module name: ohos.app.ability.errorManager
Class name: errorManager
Method or attribute name: function off(type: "error", observerId: number): Promise\;|@ohos.app.ability.errorManager.d.ts| +|Added|NA|Module name: ohos.app.ability.ExtensionAbility
Class name: ExtensionAbility|@ohos.app.ability.ExtensionAbility.d.ts| +|Added|NA|Module name: ohos.app.ability.missionManager
Class name: missionManager|@ohos.app.ability.missionManager.d.ts| +|Added|NA|Module name: ohos.app.ability.missionManager
Class name: missionManager
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
Class name: missionManager
Method or attribute name: function off(type: "mission", listenerId: number, callback: AsyncCallback\): void;|@ohos.app.ability.missionManager.d.ts| +|Added|NA|Module name: ohos.app.ability.missionManager
Class name: missionManager
Method or attribute name: function off(type: "mission", listenerId: number): Promise\;|@ohos.app.ability.missionManager.d.ts| +|Added|NA|Module name: ohos.app.ability.missionManager
Class name: missionManager
Method or attribute name: function getMissionInfo(deviceId: string, missionId: number, callback: AsyncCallback\): void;|@ohos.app.ability.missionManager.d.ts| +|Added|NA|Module name: ohos.app.ability.missionManager
Class name: missionManager
Method or attribute name: function getMissionInfo(deviceId: string, missionId: number): Promise\;|@ohos.app.ability.missionManager.d.ts| +|Added|NA|Module name: ohos.app.ability.missionManager
Class name: missionManager
Method or attribute name: function getMissionInfos(deviceId: string, numMax: number, callback: AsyncCallback\>): void;|@ohos.app.ability.missionManager.d.ts| +|Added|NA|Module name: ohos.app.ability.missionManager
Class name: missionManager
Method or attribute name: function getMissionInfos(deviceId: string, numMax: number): Promise\>;|@ohos.app.ability.missionManager.d.ts| +|Added|NA|Module name: ohos.app.ability.missionManager
Class name: missionManager
Method or attribute name: function getMissionSnapShot(deviceId: string, missionId: number, callback: AsyncCallback\): void;|@ohos.app.ability.missionManager.d.ts| +|Added|NA|Module name: ohos.app.ability.missionManager
Class name: missionManager
Method or attribute name: function getMissionSnapShot(deviceId: string, missionId: number): Promise\;|@ohos.app.ability.missionManager.d.ts| +|Added|NA|Module name: ohos.app.ability.missionManager
Class name: missionManager
Method or attribute name: function getLowResolutionMissionSnapShot(deviceId: string, missionId: number, callback: AsyncCallback\): void;|@ohos.app.ability.missionManager.d.ts| +|Added|NA|Module name: ohos.app.ability.missionManager
Class name: missionManager
Method or attribute name: function getLowResolutionMissionSnapShot(deviceId: string, missionId: number): Promise\;|@ohos.app.ability.missionManager.d.ts| +|Added|NA|Module name: ohos.app.ability.missionManager
Class name: missionManager
Method or attribute name: function lockMission(missionId: number, callback: AsyncCallback\): void;|@ohos.app.ability.missionManager.d.ts| +|Added|NA|Module name: ohos.app.ability.missionManager
Class name: missionManager
Method or attribute name: function lockMission(missionId: number): Promise\;|@ohos.app.ability.missionManager.d.ts| +|Added|NA|Module name: ohos.app.ability.missionManager
Class name: missionManager
Method or attribute name: function unlockMission(missionId: number, callback: AsyncCallback\): void;|@ohos.app.ability.missionManager.d.ts| +|Added|NA|Module name: ohos.app.ability.missionManager
Class name: missionManager
Method or attribute name: function unlockMission(missionId: number): Promise\;|@ohos.app.ability.missionManager.d.ts| +|Added|NA|Module name: ohos.app.ability.missionManager
Class name: missionManager
Method or attribute name: function clearMission(missionId: number, callback: AsyncCallback\): void;|@ohos.app.ability.missionManager.d.ts| +|Added|NA|Module name: ohos.app.ability.missionManager
Class name: missionManager
Method or attribute name: function clearMission(missionId: number): Promise\;|@ohos.app.ability.missionManager.d.ts| +|Added|NA|Module name: ohos.app.ability.missionManager
Class name: missionManager
Method or attribute name: function clearAllMissions(callback: AsyncCallback\): void;|@ohos.app.ability.missionManager.d.ts| +|Added|NA|Module name: ohos.app.ability.missionManager
Class name: missionManager
Method or attribute name: function clearAllMissions(): Promise\;|@ohos.app.ability.missionManager.d.ts| +|Added|NA|Module name: ohos.app.ability.missionManager
Class name: missionManager
Method or attribute name: function moveMissionToFront(missionId: number, callback: AsyncCallback\): void;|@ohos.app.ability.missionManager.d.ts| +|Added|NA|Module name: ohos.app.ability.missionManager
Class name: missionManager
Method or attribute name: function moveMissionToFront(missionId: number, options: StartOptions, callback: AsyncCallback\): void;|@ohos.app.ability.missionManager.d.ts| +|Added|NA|Module name: ohos.app.ability.missionManager
Class name: missionManager
Method or attribute name: function moveMissionToFront(missionId: number, options?: StartOptions): Promise\;|@ohos.app.ability.missionManager.d.ts| +|Added|NA|Module name: ohos.app.ability.quickFixManager
Class name: quickFixManager|@ohos.app.ability.quickFixManager.d.ts| +|Added|NA|Module name: ohos.app.ability.quickFixManager
Class name: HapModuleQuickFixInfo|@ohos.app.ability.quickFixManager.d.ts| +|Added|NA|Module name: ohos.app.ability.quickFixManager
Class name: HapModuleQuickFixInfo
Method or attribute name: readonly moduleName: string;|@ohos.app.ability.quickFixManager.d.ts| +|Added|NA|Module name: ohos.app.ability.quickFixManager
Class name: HapModuleQuickFixInfo
Method or attribute name: readonly originHapHash: string;|@ohos.app.ability.quickFixManager.d.ts| +|Added|NA|Module name: ohos.app.ability.quickFixManager
Class name: HapModuleQuickFixInfo
Method or attribute name: readonly quickFixFilePath: string;|@ohos.app.ability.quickFixManager.d.ts| +|Added|NA|Module name: ohos.app.ability.quickFixManager
Class name: ApplicationQuickFixInfo|@ohos.app.ability.quickFixManager.d.ts| +|Added|NA|Module name: ohos.app.ability.quickFixManager
Class name: ApplicationQuickFixInfo
Method or attribute name: readonly bundleName: string;|@ohos.app.ability.quickFixManager.d.ts| +|Added|NA|Module name: ohos.app.ability.quickFixManager
Class name: ApplicationQuickFixInfo
Method or attribute name: readonly bundleVersionCode: number;|@ohos.app.ability.quickFixManager.d.ts| +|Added|NA|Module name: ohos.app.ability.quickFixManager
Class name: ApplicationQuickFixInfo
Method or attribute name: readonly bundleVersionName: string;|@ohos.app.ability.quickFixManager.d.ts| +|Added|NA|Module name: ohos.app.ability.quickFixManager
Class name: ApplicationQuickFixInfo
Method or attribute name: readonly quickFixVersionCode: number;|@ohos.app.ability.quickFixManager.d.ts| +|Added|NA|Module name: ohos.app.ability.quickFixManager
Class name: ApplicationQuickFixInfo
Method or attribute name: readonly quickFixVersionName: string;|@ohos.app.ability.quickFixManager.d.ts| +|Added|NA|Module name: ohos.app.ability.quickFixManager
Class name: ApplicationQuickFixInfo
Method or attribute name: readonly hapModuleQuickFixInfo: Array\;|@ohos.app.ability.quickFixManager.d.ts| +|Added|NA|Module name: ohos.app.ability.quickFixManager
Class name: quickFixManager
Method or attribute name: function applyQuickFix(hapModuleQuickFixFiles: Array\, callback: AsyncCallback\): void;|@ohos.app.ability.quickFixManager.d.ts| +|Added|NA|Module name: ohos.app.ability.quickFixManager
Class name: quickFixManager
Method or attribute name: function applyQuickFix(hapModuleQuickFixFiles: Array\): Promise\;|@ohos.app.ability.quickFixManager.d.ts| +|Added|NA|Module name: ohos.app.ability.quickFixManager
Class name: quickFixManager
Method or attribute name: function getApplicationQuickFixInfo(bundleName: string, callback: AsyncCallback\): void;|@ohos.app.ability.quickFixManager.d.ts| +|Added|NA|Module name: ohos.app.ability.quickFixManager
Class name: quickFixManager
Method or attribute name: function getApplicationQuickFixInfo(bundleName: string): Promise\;|@ohos.app.ability.quickFixManager.d.ts| +|Added|NA|Module name: ohos.app.ability.ServiceExtensionAbility
Class name: ServiceExtensionAbility|@ohos.app.ability.ServiceExtensionAbility.d.ts| +|Added|NA|Module name: ohos.app.ability.ServiceExtensionAbility
Class name: ServiceExtensionAbility
Method or attribute name: context: ServiceExtensionContext;|@ohos.app.ability.ServiceExtensionAbility.d.ts| +|Added|NA|Module name: ohos.app.ability.ServiceExtensionAbility
Class name: ServiceExtensionAbility
Method or attribute name: onCreate(want: Want): void;|@ohos.app.ability.ServiceExtensionAbility.d.ts| +|Added|NA|Module name: ohos.app.ability.ServiceExtensionAbility
Class name: ServiceExtensionAbility
Method or attribute name: onDestroy(): void;|@ohos.app.ability.ServiceExtensionAbility.d.ts| +|Added|NA|Module name: ohos.app.ability.ServiceExtensionAbility
Class name: ServiceExtensionAbility
Method or attribute name: onRequest(want: Want, startId: number): void;|@ohos.app.ability.ServiceExtensionAbility.d.ts| +|Added|NA|Module name: ohos.app.ability.ServiceExtensionAbility
Class name: ServiceExtensionAbility
Method or attribute name: onConnect(want: Want): rpc.RemoteObject \| Promise\;|@ohos.app.ability.ServiceExtensionAbility.d.ts| +|Added|NA|Module name: ohos.app.ability.ServiceExtensionAbility
Class name: ServiceExtensionAbility
Method or attribute name: onDisconnect(want: Want): void \| Promise\;|@ohos.app.ability.ServiceExtensionAbility.d.ts| +|Added|NA|Module name: ohos.app.ability.ServiceExtensionAbility
Class name: ServiceExtensionAbility
Method or attribute name: onReconnect(want: Want): void;|@ohos.app.ability.ServiceExtensionAbility.d.ts| +|Added|NA|Module name: ohos.app.ability.ServiceExtensionAbility
Class name: ServiceExtensionAbility
Method or attribute name: onConfigurationUpdate(newConfig: Configuration): void;|@ohos.app.ability.ServiceExtensionAbility.d.ts| +|Added|NA|Module name: ohos.app.ability.ServiceExtensionAbility
Class name: ServiceExtensionAbility
Method or attribute name: onDump(params: Array\): Array\;|@ohos.app.ability.ServiceExtensionAbility.d.ts| +|Added|NA|Module name: ohos.app.ability.StartOptions
Class name: StartOptions|@ohos.app.ability.StartOptions.d.ts| +|Added|NA|Module name: ohos.app.ability.StartOptions
Class name: StartOptions
Method or attribute name: windowMode?: number;|@ohos.app.ability.StartOptions.d.ts| +|Added|NA|Module name: ohos.app.ability.StartOptions
Class name: StartOptions
Method or attribute name: displayId?: number;|@ohos.app.ability.StartOptions.d.ts| +|Added|NA|Module name: ohos.app.ability.UIAbility
Class name: OnReleaseCallback|@ohos.app.ability.UIAbility.d.ts| +|Added|NA|Module name: ohos.app.ability.UIAbility
Class name: OnReleaseCallback
Method or attribute name: (msg: string): void;|@ohos.app.ability.UIAbility.d.ts| +|Added|NA|Module name: ohos.app.ability.UIAbility
Class name: CalleeCallback|@ohos.app.ability.UIAbility.d.ts| +|Added|NA|Module name: ohos.app.ability.UIAbility
Class name: CalleeCallback
Method or attribute name: (indata: rpc.MessageSequence): rpc.Parcelable;|@ohos.app.ability.UIAbility.d.ts| +|Added|NA|Module name: ohos.app.ability.UIAbility
Class name: Caller|@ohos.app.ability.UIAbility.d.ts| +|Added|NA|Module name: ohos.app.ability.UIAbility
Class name: Caller
Method or attribute name: call(method: string, data: rpc.Parcelable): Promise\;|@ohos.app.ability.UIAbility.d.ts| +|Added|NA|Module name: ohos.app.ability.UIAbility
Class name: Caller
Method or attribute name: callWithResult(method: string, data: rpc.Parcelable): Promise\;|@ohos.app.ability.UIAbility.d.ts| +|Added|NA|Module name: ohos.app.ability.UIAbility
Class name: Caller
Method or attribute name: release(): void;|@ohos.app.ability.UIAbility.d.ts| +|Added|NA|Module name: ohos.app.ability.UIAbility
Class name: Caller
Method or attribute name: onRelease(callback: OnReleaseCallback): void;|@ohos.app.ability.UIAbility.d.ts| +|Added|NA|Module name: ohos.app.ability.UIAbility
Class name: Caller
Method or attribute name: on(type: "release", callback: OnReleaseCallback): void;|@ohos.app.ability.UIAbility.d.ts| +|Added|NA|Module name: ohos.app.ability.UIAbility
Class name: Caller
Method or attribute name: off(type: "release", callback: OnReleaseCallback): void;|@ohos.app.ability.UIAbility.d.ts| +|Added|NA|Module name: ohos.app.ability.UIAbility
Class name: Caller
Method or attribute name: off(type: "release"): void;|@ohos.app.ability.UIAbility.d.ts| +|Added|NA|Module name: ohos.app.ability.UIAbility
Class name: Callee|@ohos.app.ability.UIAbility.d.ts| +|Added|NA|Module name: ohos.app.ability.UIAbility
Class name: Callee
Method or attribute name: on(method: string, callback: CalleeCallback): void;|@ohos.app.ability.UIAbility.d.ts| +|Added|NA|Module name: ohos.app.ability.UIAbility
Class name: Callee
Method or attribute name: off(method: string): void;|@ohos.app.ability.UIAbility.d.ts| +|Added|NA|Module name: ohos.app.ability.UIAbility
Class name: UIAbility|@ohos.app.ability.UIAbility.d.ts| +|Added|NA|Module name: ohos.app.ability.UIAbility
Class name: UIAbility
Method or attribute name: context: UIAbilityContext;|@ohos.app.ability.UIAbility.d.ts| +|Added|NA|Module name: ohos.app.ability.UIAbility
Class name: UIAbility
Method or attribute name: launchWant: Want;|@ohos.app.ability.UIAbility.d.ts| +|Added|NA|Module name: ohos.app.ability.UIAbility
Class name: UIAbility
Method or attribute name: lastRequestWant: Want;|@ohos.app.ability.UIAbility.d.ts| +|Added|NA|Module name: ohos.app.ability.UIAbility
Class name: UIAbility
Method or attribute name: callee: Callee;|@ohos.app.ability.UIAbility.d.ts| +|Added|NA|Module name: ohos.app.ability.UIAbility
Class name: UIAbility
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
Class name: UIAbility
Method or attribute name: onWindowStageCreate(windowStage: window.WindowStage): void;|@ohos.app.ability.UIAbility.d.ts| +|Added|NA|Module name: ohos.app.ability.UIAbility
Class name: UIAbility
Method or attribute name: onWindowStageDestroy(): void;|@ohos.app.ability.UIAbility.d.ts| +|Added|NA|Module name: ohos.app.ability.UIAbility
Class name: UIAbility
Method or attribute name: onWindowStageRestore(windowStage: window.WindowStage): void;|@ohos.app.ability.UIAbility.d.ts| +|Added|NA|Module name: ohos.app.ability.UIAbility
Class name: UIAbility
Method or attribute name: onDestroy(): void \| Promise\;|@ohos.app.ability.UIAbility.d.ts| +|Added|NA|Module name: ohos.app.ability.UIAbility
Class name: UIAbility
Method or attribute name: onForeground(): void;|@ohos.app.ability.UIAbility.d.ts| +|Added|NA|Module name: ohos.app.ability.UIAbility
Class name: UIAbility
Method or attribute name: onBackground(): void;|@ohos.app.ability.UIAbility.d.ts| +|Added|NA|Module name: ohos.app.ability.UIAbility
Class name: UIAbility
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
Class name: UIAbility
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
Class name: UIAbility
Method or attribute name: onDump(params: Array\): Array\;|@ohos.app.ability.UIAbility.d.ts| +|Added|NA|Module name: ohos.app.ability.UIAbility
Class name: UIAbility
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
Class name: Want|@ohos.app.ability.Want.d.ts| +|Added|NA|Module name: ohos.app.ability.Want
Class name: Want
Method or attribute name: bundleName?: string;|@ohos.app.ability.Want.d.ts| +|Added|NA|Module name: ohos.app.ability.Want
Class name: Want
Method or attribute name: abilityName?: string;|@ohos.app.ability.Want.d.ts| +|Added|NA|Module name: ohos.app.ability.Want
Class name: Want
Method or attribute name: deviceId?: string;|@ohos.app.ability.Want.d.ts| +|Added|NA|Module name: ohos.app.ability.Want
Class name: Want
Method or attribute name: uri?: string;|@ohos.app.ability.Want.d.ts| +|Added|NA|Module name: ohos.app.ability.Want
Class name: Want
Method or attribute name: type?: string;|@ohos.app.ability.Want.d.ts| +|Added|NA|Module name: ohos.app.ability.Want
Class name: Want
Method or attribute name: flags?: number;|@ohos.app.ability.Want.d.ts| +|Added|NA|Module name: ohos.app.ability.Want
Class name: Want
Method or attribute name: action?: string;|@ohos.app.ability.Want.d.ts| +|Added|NA|Module name: ohos.app.ability.Want
Class name: Want
Method or attribute name: parameters?: {[key: string]: Object};|@ohos.app.ability.Want.d.ts| +|Added|NA|Module name: ohos.app.ability.Want
Class name: Want
Method or attribute name: entities?: Array\;|@ohos.app.ability.Want.d.ts| +|Added|NA|Module name: ohos.app.ability.Want
Class name: Want
Method or attribute name: moduleName?: string;|@ohos.app.ability.Want.d.ts| +|Added|NA|Module name: ohos.app.ability.wantAgent
Class name: wantAgent|@ohos.app.ability.wantAgent.d.ts| +|Added|NA|Module name: ohos.app.ability.wantAgent
Class name: wantAgent
Method or attribute name: function getBundleName(agent: WantAgent, callback: AsyncCallback\): void;|@ohos.app.ability.wantAgent.d.ts| +|Added|NA|Module name: ohos.app.ability.wantAgent
Class name: wantAgent
Method or attribute name: function getBundleName(agent: WantAgent): Promise\;|@ohos.app.ability.wantAgent.d.ts| +|Added|NA|Module name: ohos.app.ability.wantAgent
Class name: wantAgent
Method or attribute name: function getUid(agent: WantAgent, callback: AsyncCallback\): void;|@ohos.app.ability.wantAgent.d.ts| +|Added|NA|Module name: ohos.app.ability.wantAgent
Class name: wantAgent
Method or attribute name: function getUid(agent: WantAgent): Promise\;|@ohos.app.ability.wantAgent.d.ts| +|Added|NA|Module name: ohos.app.ability.wantAgent
Class name: wantAgent
Method or attribute name: function getWant(agent: WantAgent, callback: AsyncCallback\): void;|@ohos.app.ability.wantAgent.d.ts| +|Added|NA|Module name: ohos.app.ability.wantAgent
Class name: wantAgent
Method or attribute name: function getWant(agent: WantAgent): Promise\;|@ohos.app.ability.wantAgent.d.ts| +|Added|NA|Module name: ohos.app.ability.wantAgent
Class name: wantAgent
Method or attribute name: function cancel(agent: WantAgent, callback: AsyncCallback\): void;|@ohos.app.ability.wantAgent.d.ts| +|Added|NA|Module name: ohos.app.ability.wantAgent
Class name: wantAgent
Method or attribute name: function cancel(agent: WantAgent): Promise\;|@ohos.app.ability.wantAgent.d.ts| +|Added|NA|Module name: ohos.app.ability.wantAgent
Class name: wantAgent
Method or attribute name: function trigger(agent: WantAgent, triggerInfo: TriggerInfo, callback?: AsyncCallback\): void;|@ohos.app.ability.wantAgent.d.ts| +|Added|NA|Module name: ohos.app.ability.wantAgent
Class name: wantAgent
Method or attribute name: function equal(agent: WantAgent, otherAgent: WantAgent, callback: AsyncCallback\): void;|@ohos.app.ability.wantAgent.d.ts| +|Added|NA|Module name: ohos.app.ability.wantAgent
Class name: wantAgent
Method or attribute name: function equal(agent: WantAgent, otherAgent: WantAgent): Promise\;|@ohos.app.ability.wantAgent.d.ts| +|Added|NA|Module name: ohos.app.ability.wantAgent
Class name: wantAgent
Method or attribute name: function getWantAgent(info: WantAgentInfo, callback: AsyncCallback\): void;|@ohos.app.ability.wantAgent.d.ts| +|Added|NA|Module name: ohos.app.ability.wantAgent
Class name: wantAgent
Method or attribute name: function getWantAgent(info: WantAgentInfo): Promise\;|@ohos.app.ability.wantAgent.d.ts| +|Added|NA|Module name: ohos.app.ability.wantAgent
Class name: wantAgent
Method or attribute name: function getOperationType(agent: WantAgent, callback: AsyncCallback\): void;|@ohos.app.ability.wantAgent.d.ts| +|Added|NA|Module name: ohos.app.ability.wantAgent
Class name: wantAgent
Method or attribute name: function getOperationType(agent: WantAgent): Promise\;|@ohos.app.ability.wantAgent.d.ts| +|Added|NA|Module name: ohos.app.ability.wantAgent
Class name: WantAgentFlags|@ohos.app.ability.wantAgent.d.ts| +|Added|NA|Module name: ohos.app.ability.wantAgent
Class name: WantAgentFlags
Method or attribute name: ONE_TIME_FLAG = 0|@ohos.app.ability.wantAgent.d.ts| +|Added|NA|Module name: ohos.app.ability.wantAgent
Class name: WantAgentFlags
Method or attribute name: NO_BUILD_FLAG|@ohos.app.ability.wantAgent.d.ts| +|Added|NA|Module name: ohos.app.ability.wantAgent
Class name: WantAgentFlags
Method or attribute name: CANCEL_PRESENT_FLAG|@ohos.app.ability.wantAgent.d.ts| +|Added|NA|Module name: ohos.app.ability.wantAgent
Class name: WantAgentFlags
Method or attribute name: UPDATE_PRESENT_FLAG|@ohos.app.ability.wantAgent.d.ts| +|Added|NA|Module name: ohos.app.ability.wantAgent
Class name: WantAgentFlags
Method or attribute name: CONSTANT_FLAG|@ohos.app.ability.wantAgent.d.ts| +|Added|NA|Module name: ohos.app.ability.wantAgent
Class name: WantAgentFlags
Method or attribute name: REPLACE_ELEMENT|@ohos.app.ability.wantAgent.d.ts| +|Added|NA|Module name: ohos.app.ability.wantAgent
Class name: WantAgentFlags
Method or attribute name: REPLACE_ACTION|@ohos.app.ability.wantAgent.d.ts| +|Added|NA|Module name: ohos.app.ability.wantAgent
Class name: WantAgentFlags
Method or attribute name: REPLACE_URI|@ohos.app.ability.wantAgent.d.ts| +|Added|NA|Module name: ohos.app.ability.wantAgent
Class name: WantAgentFlags
Method or attribute name: REPLACE_ENTITIES|@ohos.app.ability.wantAgent.d.ts| +|Added|NA|Module name: ohos.app.ability.wantAgent
Class name: WantAgentFlags
Method or attribute name: REPLACE_BUNDLE|@ohos.app.ability.wantAgent.d.ts| +|Added|NA|Module name: ohos.app.ability.wantAgent
Class name: OperationType|@ohos.app.ability.wantAgent.d.ts| +|Added|NA|Module name: ohos.app.ability.wantAgent
Class name: OperationType
Method or attribute name: UNKNOWN_TYPE = 0|@ohos.app.ability.wantAgent.d.ts| +|Added|NA|Module name: ohos.app.ability.wantAgent
Class name: OperationType
Method or attribute name: START_ABILITY|@ohos.app.ability.wantAgent.d.ts| +|Added|NA|Module name: ohos.app.ability.wantAgent
Class name: OperationType
Method or attribute name: START_ABILITIES|@ohos.app.ability.wantAgent.d.ts| +|Added|NA|Module name: ohos.app.ability.wantAgent
Class name: OperationType
Method or attribute name: START_SERVICE|@ohos.app.ability.wantAgent.d.ts| +|Added|NA|Module name: ohos.app.ability.wantAgent
Class name: OperationType
Method or attribute name: SEND_COMMON_EVENT|@ohos.app.ability.wantAgent.d.ts| +|Added|NA|Module name: ohos.app.ability.wantAgent
Class name: CompleteData|@ohos.app.ability.wantAgent.d.ts| +|Added|NA|Module name: ohos.app.ability.wantAgent
Class name: CompleteData
Method or attribute name: info: WantAgent;|@ohos.app.ability.wantAgent.d.ts| +|Added|NA|Module name: ohos.app.ability.wantAgent
Class name: CompleteData
Method or attribute name: want: Want;|@ohos.app.ability.wantAgent.d.ts| +|Added|NA|Module name: ohos.app.ability.wantAgent
Class name: CompleteData
Method or attribute name: finalCode: number;|@ohos.app.ability.wantAgent.d.ts| +|Added|NA|Module name: ohos.app.ability.wantAgent
Class name: CompleteData
Method or attribute name: finalData: string;|@ohos.app.ability.wantAgent.d.ts| +|Added|NA|Module name: ohos.app.ability.wantAgent
Class name: CompleteData
Method or attribute name: extraInfo?: { [key: string]: Object };|@ohos.app.ability.wantAgent.d.ts| +|Added|NA|Module name: ohos.app.ability.wantConstant
Class name: wantConstant|@ohos.app.ability.wantConstant.d.ts| +|Added|NA|Module name: ohos.app.ability.wantConstant
Class name: Params|@ohos.app.ability.wantConstant.d.ts| +|Added|NA|Module name: ohos.app.ability.wantConstant
Class name: Params
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
Class name: Params
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
Class name: Params
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
Class name: Params
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
Class name: Params
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
Class name: Params
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
Class name: Flags|@ohos.app.ability.wantConstant.d.ts| +|Added|NA|Module name: ohos.app.ability.wantConstant
Class name: Flags
Method or attribute name: FLAG_AUTH_READ_URI_PERMISSION = 0x00000001|@ohos.app.ability.wantConstant.d.ts| +|Added|NA|Module name: ohos.app.ability.wantConstant
Class name: Flags
Method or attribute name: FLAG_AUTH_WRITE_URI_PERMISSION = 0x00000002|@ohos.app.ability.wantConstant.d.ts| +|Added|NA|Module name: ohos.app.ability.wantConstant
Class name: Flags
Method or attribute name: FLAG_INSTALL_ON_DEMAND = 0x00000800|@ohos.app.ability.wantConstant.d.ts| +|Added|NA|Module name: ohos.app.form.formBindingData
Class name: formBindingData|@ohos.app.form.formBindingData.d.ts| +|Added|NA|Module name: ohos.app.form.formBindingData
Class name: formBindingData
Method or attribute name: function createFormBindingData(obj?: Object \| string): FormBindingData;|@ohos.app.form.formBindingData.d.ts| +|Added|NA|Module name: ohos.app.form.formBindingData
Class name: FormBindingData|@ohos.app.form.formBindingData.d.ts| +|Added|NA|Module name: ohos.app.form.formBindingData
Class name: FormBindingData
Method or attribute name: data: Object|@ohos.app.form.formBindingData.d.ts| +|Added|NA|Module name: ohos.app.form.FormExtensionAbility
Class name: FormExtensionAbility|@ohos.app.form.FormExtensionAbility.d.ts| +|Added|NA|Module name: ohos.app.form.FormExtensionAbility
Class name: FormExtensionAbility
Method or attribute name: context: FormExtensionContext;|@ohos.app.form.FormExtensionAbility.d.ts| +|Added|NA|Module name: ohos.app.form.FormExtensionAbility
Class name: FormExtensionAbility
Method or attribute name: onAddForm(want: Want): formBindingData.FormBindingData;|@ohos.app.form.FormExtensionAbility.d.ts| +|Added|NA|Module name: ohos.app.form.FormExtensionAbility
Class name: FormExtensionAbility
Method or attribute name: onCastToNormalForm(formId: string): void;|@ohos.app.form.FormExtensionAbility.d.ts| +|Added|NA|Module name: ohos.app.form.FormExtensionAbility
Class name: FormExtensionAbility
Method or attribute name: onUpdateForm(formId: string): void;|@ohos.app.form.FormExtensionAbility.d.ts| +|Added|NA|Module name: ohos.app.form.FormExtensionAbility
Class name: FormExtensionAbility
Method or attribute name: onChangeFormVisibility(newStatus: { [key: string]: number }): void;|@ohos.app.form.FormExtensionAbility.d.ts| +|Added|NA|Module name: ohos.app.form.FormExtensionAbility
Class name: FormExtensionAbility
Method or attribute name: onFormEvent(formId: string, message: string): void;|@ohos.app.form.FormExtensionAbility.d.ts| +|Added|NA|Module name: ohos.app.form.FormExtensionAbility
Class name: FormExtensionAbility
Method or attribute name: onRemoveForm(formId: string): void;|@ohos.app.form.FormExtensionAbility.d.ts| +|Added|NA|Module name: ohos.app.form.FormExtensionAbility
Class name: FormExtensionAbility
Method or attribute name: onConfigurationUpdate(newConfig: Configuration): void;|@ohos.app.form.FormExtensionAbility.d.ts| +|Added|NA|Module name: ohos.app.form.FormExtensionAbility
Class name: FormExtensionAbility
Method or attribute name: onAcquireFormState?(want: Want): formInfo.FormState;|@ohos.app.form.FormExtensionAbility.d.ts| +|Added|NA|Module name: ohos.app.form.FormExtensionAbility
Class name: FormExtensionAbility
Method or attribute name: onShareForm?(formId: string): { [key: string]: Object };|@ohos.app.form.FormExtensionAbility.d.ts| +|Added|NA|Module name: ohos.app.form.formHost
Class name: formHost|@ohos.app.form.formHost.d.ts| +|Added|NA|Module name: ohos.app.form.formHost
Class name: formHost
Method or attribute name: function deleteForm(formId: string, callback: AsyncCallback\): void;|@ohos.app.form.formHost.d.ts| +|Added|NA|Module name: ohos.app.form.formHost
Class name: formHost
Method or attribute name: function deleteForm(formId: string): Promise\;|@ohos.app.form.formHost.d.ts| +|Added|NA|Module name: ohos.app.form.formHost
Class name: formHost
Method or attribute name: function releaseForm(formId: string, callback: AsyncCallback\): void;|@ohos.app.form.formHost.d.ts| +|Added|NA|Module name: ohos.app.form.formHost
Class name: formHost
Method or attribute name: function releaseForm(formId: string, isReleaseCache: boolean, callback: AsyncCallback\): void;|@ohos.app.form.formHost.d.ts| +|Added|NA|Module name: ohos.app.form.formHost
Class name: formHost
Method or attribute name: function releaseForm(formId: string, isReleaseCache?: boolean): Promise\;|@ohos.app.form.formHost.d.ts| +|Added|NA|Module name: ohos.app.form.formHost
Class name: formHost
Method or attribute name: function requestForm(formId: string, callback: AsyncCallback\): void;|@ohos.app.form.formHost.d.ts| +|Added|NA|Module name: ohos.app.form.formHost
Class name: formHost
Method or attribute name: function requestForm(formId: string): Promise\;|@ohos.app.form.formHost.d.ts| +|Added|NA|Module name: ohos.app.form.formHost
Class name: formHost
Method or attribute name: function castToNormalForm(formId: string, callback: AsyncCallback\): void;|@ohos.app.form.formHost.d.ts| +|Added|NA|Module name: ohos.app.form.formHost
Class name: formHost
Method or attribute name: function castToNormalForm(formId: string): Promise\;|@ohos.app.form.formHost.d.ts| +|Added|NA|Module name: ohos.app.form.formHost
Class name: formHost
Method or attribute name: function notifyVisibleForms(formIds: Array\, callback: AsyncCallback\): void;|@ohos.app.form.formHost.d.ts| +|Added|NA|Module name: ohos.app.form.formHost
Class name: formHost
Method or attribute name: function notifyVisibleForms(formIds: Array\): Promise\;|@ohos.app.form.formHost.d.ts| +|Added|NA|Module name: ohos.app.form.formHost
Class name: formHost
Method or attribute name: function notifyInvisibleForms(formIds: Array\, callback: AsyncCallback\): void;|@ohos.app.form.formHost.d.ts| +|Added|NA|Module name: ohos.app.form.formHost
Class name: formHost
Method or attribute name: function notifyInvisibleForms(formIds: Array\): Promise\;|@ohos.app.form.formHost.d.ts| +|Added|NA|Module name: ohos.app.form.formHost
Class name: formHost
Method or attribute name: function enableFormsUpdate(formIds: Array\, callback: AsyncCallback\): void;|@ohos.app.form.formHost.d.ts| +|Added|NA|Module name: ohos.app.form.formHost
Class name: formHost
Method or attribute name: function enableFormsUpdate(formIds: Array\): Promise\;|@ohos.app.form.formHost.d.ts| +|Added|NA|Module name: ohos.app.form.formHost
Class name: formHost
Method or attribute name: function disableFormsUpdate(formIds: Array\, callback: AsyncCallback\): void;|@ohos.app.form.formHost.d.ts| +|Added|NA|Module name: ohos.app.form.formHost
Class name: formHost
Method or attribute name: function disableFormsUpdate(formIds: Array\): Promise\;|@ohos.app.form.formHost.d.ts| +|Added|NA|Module name: ohos.app.form.formHost
Class name: formHost
Method or attribute name: function isSystemReady(callback: AsyncCallback\): void;|@ohos.app.form.formHost.d.ts| +|Added|NA|Module name: ohos.app.form.formHost
Class name: formHost
Method or attribute name: function isSystemReady(): Promise\;|@ohos.app.form.formHost.d.ts| +|Added|NA|Module name: ohos.app.form.formHost
Class name: formHost
Method or attribute name: function getAllFormsInfo(callback: AsyncCallback\>): void;|@ohos.app.form.formHost.d.ts| +|Added|NA|Module name: ohos.app.form.formHost
Class name: formHost
Method or attribute name: function getAllFormsInfo(): Promise\>;|@ohos.app.form.formHost.d.ts| +|Added|NA|Module name: ohos.app.form.formHost
Class name: formHost
Method or attribute name: function getFormsInfo(bundleName: string, callback: AsyncCallback\>): void;|@ohos.app.form.formHost.d.ts| +|Added|NA|Module name: ohos.app.form.formHost
Class name: formHost
Method or attribute name: function getFormsInfo(bundleName: string, moduleName: string, callback: AsyncCallback\>): void;|@ohos.app.form.formHost.d.ts| +|Added|NA|Module name: ohos.app.form.formHost
Class name: formHost
Method or attribute name: function getFormsInfo(bundleName: string, moduleName?: string): Promise\>;|@ohos.app.form.formHost.d.ts| +|Added|NA|Module name: ohos.app.form.formHost
Class name: formHost
Method or attribute name: function deleteInvalidForms(formIds: Array\, callback: AsyncCallback\): void;|@ohos.app.form.formHost.d.ts| +|Added|NA|Module name: ohos.app.form.formHost
Class name: formHost
Method or attribute name: function deleteInvalidForms(formIds: Array\): Promise\;|@ohos.app.form.formHost.d.ts| +|Added|NA|Module name: ohos.app.form.formHost
Class name: formHost
Method or attribute name: function acquireFormState(want: Want, callback: AsyncCallback\): void;|@ohos.app.form.formHost.d.ts| +|Added|NA|Module name: ohos.app.form.formHost
Class name: formHost
Method or attribute name: function acquireFormState(want: Want): Promise\;|@ohos.app.form.formHost.d.ts| +|Added|NA|Module name: ohos.app.form.formHost
Class name: formHost
Method or attribute name: function on(type: "formUninstall", callback: Callback\): void;|@ohos.app.form.formHost.d.ts| +|Added|NA|Module name: ohos.app.form.formHost
Class name: formHost
Method or attribute name: function off(type: "formUninstall", callback?: Callback\): void;|@ohos.app.form.formHost.d.ts| +|Added|NA|Module name: ohos.app.form.formHost
Class name: formHost
Method or attribute name: function notifyFormsVisible(formIds: Array\, isVisible: boolean, callback: AsyncCallback\): void;|@ohos.app.form.formHost.d.ts| +|Added|NA|Module name: ohos.app.form.formHost
Class name: formHost
Method or attribute name: function notifyFormsVisible(formIds: Array\, isVisible: boolean): Promise\;|@ohos.app.form.formHost.d.ts| +|Added|NA|Module name: ohos.app.form.formHost
Class name: formHost
Method or attribute name: function notifyFormsEnableUpdate(formIds: Array\, isEnableUpdate: boolean, callback: AsyncCallback\): void;|@ohos.app.form.formHost.d.ts| +|Added|NA|Module name: ohos.app.form.formHost
Class name: formHost
Method or attribute name: function notifyFormsEnableUpdate(formIds: Array\, isEnableUpdate: boolean): Promise\;|@ohos.app.form.formHost.d.ts| +|Added|NA|Module name: ohos.app.form.formHost
Class name: formHost
Method or attribute name: function shareForm(formId: string, deviceId: string, callback: AsyncCallback\): void;|@ohos.app.form.formHost.d.ts| +|Added|NA|Module name: ohos.app.form.formHost
Class name: formHost
Method or attribute name: function shareForm(formId: string, deviceId: string): Promise\;|@ohos.app.form.formHost.d.ts| +|Added|NA|Module name: ohos.app.form.formHost
Class name: formHost
Method or attribute name: function notifyFormsPrivacyProtected(formIds: Array\, isProtected: boolean, callback: AsyncCallback\): void;|@ohos.app.form.formHost.d.ts| +|Added|NA|Module name: ohos.app.form.formHost
Class name: formHost
Method or attribute name: function notifyFormsPrivacyProtected(formIds: Array\, isProtected: boolean): Promise\;|@ohos.app.form.formHost.d.ts| +|Added|NA|Module name: ohos.app.form.formInfo
Class name: formInfo|@ohos.app.form.formInfo.d.ts| +|Added|NA|Module name: ohos.app.form.formInfo
Class name: FormInfo|@ohos.app.form.formInfo.d.ts| +|Added|NA|Module name: ohos.app.form.formInfo
Class name: FormInfo
Method or attribute name: bundleName: string;|@ohos.app.form.formInfo.d.ts| +|Added|NA|Module name: ohos.app.form.formInfo
Class name: FormInfo
Method or attribute name: moduleName: string;|@ohos.app.form.formInfo.d.ts| +|Added|NA|Module name: ohos.app.form.formInfo
Class name: FormInfo
Method or attribute name: abilityName: string;|@ohos.app.form.formInfo.d.ts| +|Added|NA|Module name: ohos.app.form.formInfo
Class name: FormInfo
Method or attribute name: name: string;|@ohos.app.form.formInfo.d.ts| +|Added|NA|Module name: ohos.app.form.formInfo
Class name: FormInfo
Method or attribute name: description: string;|@ohos.app.form.formInfo.d.ts| +|Added|NA|Module name: ohos.app.form.formInfo
Class name: FormInfo
Method or attribute name: type: FormType;|@ohos.app.form.formInfo.d.ts| +|Added|NA|Module name: ohos.app.form.formInfo
Class name: FormInfo
Method or attribute name: jsComponentName: string;|@ohos.app.form.formInfo.d.ts| +|Added|NA|Module name: ohos.app.form.formInfo
Class name: FormInfo
Method or attribute name: colorMode: ColorMode;|@ohos.app.form.formInfo.d.ts| +|Added|NA|Module name: ohos.app.form.formInfo
Class name: FormInfo
Method or attribute name: isDefault: boolean;|@ohos.app.form.formInfo.d.ts| +|Added|NA|Module name: ohos.app.form.formInfo
Class name: FormInfo
Method or attribute name: updateEnabled: boolean;|@ohos.app.form.formInfo.d.ts| +|Added|NA|Module name: ohos.app.form.formInfo
Class name: FormInfo
Method or attribute name: formVisibleNotify: boolean;|@ohos.app.form.formInfo.d.ts| +|Added|NA|Module name: ohos.app.form.formInfo
Class name: FormInfo
Method or attribute name: scheduledUpdateTime: string;|@ohos.app.form.formInfo.d.ts| +|Added|NA|Module name: ohos.app.form.formInfo
Class name: FormInfo
Method or attribute name: formConfigAbility: string;|@ohos.app.form.formInfo.d.ts| +|Added|NA|Module name: ohos.app.form.formInfo
Class name: FormInfo
Method or attribute name: updateDuration: number;|@ohos.app.form.formInfo.d.ts| +|Added|NA|Module name: ohos.app.form.formInfo
Class name: FormInfo
Method or attribute name: defaultDimension: number;|@ohos.app.form.formInfo.d.ts| +|Added|NA|Module name: ohos.app.form.formInfo
Class name: FormInfo
Method or attribute name: supportDimensions: Array\;|@ohos.app.form.formInfo.d.ts| +|Added|NA|Module name: ohos.app.form.formInfo
Class name: FormInfo
Method or attribute name: customizeData: {[key: string]: [value: string]};|@ohos.app.form.formInfo.d.ts| +|Added|NA|Module name: ohos.app.form.formInfo
Class name: FormType|@ohos.app.form.formInfo.d.ts| +|Added|NA|Module name: ohos.app.form.formInfo
Class name: FormType
Method or attribute name: JS = 1|@ohos.app.form.formInfo.d.ts| +|Added|NA|Module name: ohos.app.form.formInfo
Class name: FormType
Method or attribute name: eTS = 2|@ohos.app.form.formInfo.d.ts| +|Added|NA|Module name: ohos.app.form.formInfo
Class name: ColorMode|@ohos.app.form.formInfo.d.ts| +|Added|NA|Module name: ohos.app.form.formInfo
Class name: ColorMode
Method or attribute name: MODE_AUTO = -1|@ohos.app.form.formInfo.d.ts| +|Added|NA|Module name: ohos.app.form.formInfo
Class name: ColorMode
Method or attribute name: MODE_DARK = 0|@ohos.app.form.formInfo.d.ts| +|Added|NA|Module name: ohos.app.form.formInfo
Class name: ColorMode
Method or attribute name: MODE_LIGHT = 1|@ohos.app.form.formInfo.d.ts| +|Added|NA|Module name: ohos.app.form.formInfo
Class name: FormStateInfo|@ohos.app.form.formInfo.d.ts| +|Added|NA|Module name: ohos.app.form.formInfo
Class name: FormStateInfo
Method or attribute name: formState: FormState;|@ohos.app.form.formInfo.d.ts| +|Added|NA|Module name: ohos.app.form.formInfo
Class name: FormStateInfo
Method or attribute name: want: Want;|@ohos.app.form.formInfo.d.ts| +|Added|NA|Module name: ohos.app.form.formInfo
Class name: FormState|@ohos.app.form.formInfo.d.ts| +|Added|NA|Module name: ohos.app.form.formInfo
Class name: FormState
Method or attribute name: UNKNOWN = -1|@ohos.app.form.formInfo.d.ts| +|Added|NA|Module name: ohos.app.form.formInfo
Class name: FormState
Method or attribute name: DEFAULT = 0|@ohos.app.form.formInfo.d.ts| +|Added|NA|Module name: ohos.app.form.formInfo
Class name: FormState
Method or attribute name: READY = 1|@ohos.app.form.formInfo.d.ts| +|Added|NA|Module name: ohos.app.form.formInfo
Class name: FormParam|@ohos.app.form.formInfo.d.ts| +|Added|NA|Module name: ohos.app.form.formInfo
Class name: FormParam
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
Class name: FormParam
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
Class name: FormParam
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
Class name: FormParam
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
Class name: FormParam
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
Class name: FormParam
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
Class name: FormParam
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
Class name: FormParam
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
Class name: FormParam
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
Class name: FormParam
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
Class name: FormInfoFilter|@ohos.app.form.formInfo.d.ts| +|Added|NA|Module name: ohos.app.form.formInfo
Class name: FormInfoFilter
Method or attribute name: moduleName?: string;|@ohos.app.form.formInfo.d.ts| +|Added|NA|Module name: ohos.app.form.formInfo
Class name: FormDimension|@ohos.app.form.formInfo.d.ts| +|Added|NA|Module name: ohos.app.form.formInfo
Class name: FormDimension
Method or attribute name: Dimension_1_2 = 1|@ohos.app.form.formInfo.d.ts| +|Added|NA|Module name: ohos.app.form.formInfo
Class name: FormDimension
Method or attribute name: Dimension_2_2|@ohos.app.form.formInfo.d.ts| +|Added|NA|Module name: ohos.app.form.formInfo
Class name: FormDimension
Method or attribute name: Dimension_2_4|@ohos.app.form.formInfo.d.ts| +|Added|NA|Module name: ohos.app.form.formInfo
Class name: FormDimension
Method or attribute name: Dimension_4_4|@ohos.app.form.formInfo.d.ts| +|Added|NA|Module name: ohos.app.form.formInfo
Class name: FormDimension
Method or attribute name: Dimension_2_1|@ohos.app.form.formInfo.d.ts| +|Added|NA|Module name: ohos.app.form.formInfo
Class name: VisibilityType|@ohos.app.form.formInfo.d.ts| +|Added|NA|Module name: ohos.app.form.formInfo
Class name: VisibilityType
Method or attribute name: FORM_VISIBLE = 1|@ohos.app.form.formInfo.d.ts| +|Added|NA|Module name: ohos.app.form.formInfo
Class name: VisibilityType
Method or attribute name: FORM_INVISIBLE|@ohos.app.form.formInfo.d.ts| +|Added|NA|Module name: ohos.app.form.formProvider
Class name: formProvider|@ohos.app.form.formProvider.d.ts| +|Added|NA|Module name: ohos.app.form.formProvider
Class name: formProvider
Method or attribute name: function setFormNextRefreshTime(formId: string, minute: number, callback: AsyncCallback\): void;|@ohos.app.form.formProvider.d.ts| +|Added|NA|Module name: ohos.app.form.formProvider
Class name: formProvider
Method or attribute name: function setFormNextRefreshTime(formId: string, minute: number): Promise\;|@ohos.app.form.formProvider.d.ts| +|Added|NA|Module name: ohos.app.form.formProvider
Class name: formProvider
Method or attribute name: function updateForm(formId: string, formBindingData: formBindingData.FormBindingData, callback: AsyncCallback\): void;|@ohos.app.form.formProvider.d.ts| +|Added|NA|Module name: ohos.app.form.formProvider
Class name: formProvider
Method or attribute name: function updateForm(formId: string, formBindingData: formBindingData.FormBindingData): Promise\;|@ohos.app.form.formProvider.d.ts| +|Added|NA|Module name: ohos.app.form.formProvider
Class name: formProvider
Method or attribute name: function getFormsInfo(filter: formInfo.FormInfoFilter, callback: AsyncCallback\>): void;|@ohos.app.form.formProvider.d.ts| +|Added|NA|Module name: ohos.app.form.formProvider
Class name: formProvider
Method or attribute name: function getFormsInfo(callback: AsyncCallback\>): void;|@ohos.app.form.formProvider.d.ts| +|Added|NA|Module name: ohos.app.form.formProvider
Class name: formProvider
Method or attribute name: function getFormsInfo(filter?: formInfo.FormInfoFilter): Promise\>;|@ohos.app.form.formProvider.d.ts| +|Added|NA|Module name: ohos.app.form.formProvider
Class name: formProvider
Method or attribute name: function requestPublishForm(want: Want, formBindingData: formBindingData.FormBindingData, callback: AsyncCallback\): void;|@ohos.app.form.formProvider.d.ts| +|Added|NA|Module name: ohos.app.form.formProvider
Class name: formProvider
Method or attribute name: function requestPublishForm(want: Want, callback: AsyncCallback\): void;|@ohos.app.form.formProvider.d.ts| +|Added|NA|Module name: ohos.app.form.formProvider
Class name: formProvider
Method or attribute name: function requestPublishForm(want: Want, formBindingData?: formBindingData.FormBindingData): Promise\;|@ohos.app.form.formProvider.d.ts| +|Added|NA|Module name: ohos.app.form.formProvider
Class name: formProvider
Method or attribute name: function isRequestPublishFormSupported(callback: AsyncCallback\): void;|@ohos.app.form.formProvider.d.ts| +|Added|NA|Module name: ohos.app.form.formProvider
Class name: formProvider
Method or attribute name: function isRequestPublishFormSupported(): Promise\;|@ohos.app.form.formProvider.d.ts| +|Added|NA|Module name: ohos.application.formError
Class name: FormError
Method or attribute name: ERR_DISTRIBUTED_SCHEDULE_FAILED = 37|@ohos.application.formError.d.ts| +|Added|NA|Module name: ohos.application.StaticSubscriberExtensionAbility
Class name: StaticSubscriberExtensionAbility|@ohos.application.StaticSubscriberExtensionAbility.d.ts| +|Added|NA|Module name: ohos.application.StaticSubscriberExtensionAbility
Class name: StaticSubscriberExtensionAbility
Method or attribute name: onReceiveEvent(event: CommonEventData): void;|@ohos.application.StaticSubscriberExtensionAbility.d.ts| +|Added|NA|Class name: continuationManager
Method or attribute name: function on(type: "deviceSelected", token: number, callback: Callback\>): void;|@ohos.continuation.continuationManager.d.ts| +|Added|NA|Class name: continuationManager
Method or attribute name: function off(type: "deviceSelected", token: number): void;|@ohos.continuation.continuationManager.d.ts| +|Added|NA|Class name: continuationManager
Method or attribute name: function on(type: "deviceUnselected", token: number, callback: Callback\>): void;|@ohos.continuation.continuationManager.d.ts| +|Added|NA|Class name: continuationManager
Method or attribute name: function off(type: "deviceUnselected", token: number): void;|@ohos.continuation.continuationManager.d.ts| +|Added|NA|Class name: continuationManager
Method or attribute name: function registerContinuation(callback: AsyncCallback\): void;|@ohos.continuation.continuationManager.d.ts| +|Added|NA|Class name: continuationManager
Method or attribute name: function registerContinuation(options: ContinuationExtraParams, callback: AsyncCallback\): void;|@ohos.continuation.continuationManager.d.ts| +|Added|NA|Class name: continuationManager
Method or attribute name: function registerContinuation(options?: ContinuationExtraParams): Promise\;|@ohos.continuation.continuationManager.d.ts| +|Added|NA|Class name: continuationManager
Method or attribute name: function unregisterContinuation(token: number, callback: AsyncCallback\): void;|@ohos.continuation.continuationManager.d.ts| +|Added|NA|Class name: continuationManager
Method or attribute name: function unregisterContinuation(token: number): Promise\;|@ohos.continuation.continuationManager.d.ts| +|Added|NA|Class name: continuationManager
Method or attribute name: function updateContinuationState(token: number, deviceId: string, status: DeviceConnectState, callback: AsyncCallback\): void;|@ohos.continuation.continuationManager.d.ts| +|Added|NA|Class name: continuationManager
Method or attribute name: function updateContinuationState(token: number, deviceId: string, status: DeviceConnectState): Promise\;|@ohos.continuation.continuationManager.d.ts| +|Added|NA|Class name: continuationManager
Method or attribute name: function startContinuationDeviceManager(token: number, callback: AsyncCallback\): void;|@ohos.continuation.continuationManager.d.ts| +|Added|NA|Class name: continuationManager
Method or attribute name: function startContinuationDeviceManager(token: number, options: ContinuationExtraParams, callback: AsyncCallback\): void;|@ohos.continuation.continuationManager.d.ts| +|Added|NA|Class name: continuationManager
Method or attribute name: function startContinuationDeviceManager(token: number, options?: ContinuationExtraParams): Promise\;|@ohos.continuation.continuationManager.d.ts| +|Added|NA|Module name: ohos.distributedMissionManager
Class name: distributedMissionManager|@ohos.distributedMissionManager.d.ts| +|Added|NA|Module name: ohos.distributedMissionManager
Class name: distributedMissionManager
Method or attribute name: function startSyncRemoteMissions(parameter: MissionParameter, callback: AsyncCallback\): void;|@ohos.distributedMissionManager.d.ts| +|Added|NA|Module name: ohos.distributedMissionManager
Class name: distributedMissionManager
Method or attribute name: function startSyncRemoteMissions(parameter: MissionParameter): Promise\;|@ohos.distributedMissionManager.d.ts| +|Added|NA|Module name: ohos.distributedMissionManager
Class name: distributedMissionManager
Method or attribute name: function stopSyncRemoteMissions(parameter: MissionDeviceInfo, callback: AsyncCallback\): void;|@ohos.distributedMissionManager.d.ts| +|Added|NA|Module name: ohos.distributedMissionManager
Class name: distributedMissionManager
Method or attribute name: function stopSyncRemoteMissions(parameter: MissionDeviceInfo): Promise\;|@ohos.distributedMissionManager.d.ts| +|Added|NA|Module name: ohos.distributedMissionManager
Class name: distributedMissionManager
Method or attribute name: function registerMissionListener(parameter: MissionDeviceInfo, options: MissionCallback, callback: AsyncCallback\): void;|@ohos.distributedMissionManager.d.ts| +|Added|NA|Module name: ohos.distributedMissionManager
Class name: distributedMissionManager
Method or attribute name: function registerMissionListener(parameter: MissionDeviceInfo, options: MissionCallback): Promise\;|@ohos.distributedMissionManager.d.ts| +|Added|NA|Module name: ohos.distributedMissionManager
Class name: distributedMissionManager
Method or attribute name: function unRegisterMissionListener(parameter: MissionDeviceInfo, callback: AsyncCallback\): void;|@ohos.distributedMissionManager.d.ts| +|Added|NA|Module name: ohos.distributedMissionManager
Class name: distributedMissionManager
Method or attribute name: function unRegisterMissionListener(parameter: MissionDeviceInfo): Promise\;|@ohos.distributedMissionManager.d.ts| +|Added|NA|Module name: ohos.distributedMissionManager
Class name: distributedMissionManager
Method or attribute name: function continueMission(parameter: ContinueDeviceInfo, options: ContinueCallback, callback: AsyncCallback\): void;|@ohos.distributedMissionManager.d.ts| +|Added|NA|Module name: ohos.distributedMissionManager
Class name: distributedMissionManager
Method or attribute name: function continueMission(parameter: ContinueDeviceInfo, options: ContinueCallback): Promise\;|@ohos.distributedMissionManager.d.ts| +|Added|NA|Class name: Context
Method or attribute name: getExternalCacheDir(callback: AsyncCallback\): void|context.d.ts| +|Added|NA|Class name: Context
Method or attribute name: getExternalCacheDir(): Promise\;|context.d.ts| +|Added|NA|Module name: AbilityDelegator
Class name: AbilityDelegator|AbilityDelegator.d.ts| +|Added|NA|Module name: AbilityDelegator
Class name: AbilityDelegator
Method or attribute name: addAbilityMonitor(monitor: AbilityMonitor, callback: AsyncCallback\): void;|AbilityDelegator.d.ts| +|Added|NA|Module name: AbilityDelegator
Class name: AbilityDelegator
Method or attribute name: addAbilityMonitor(monitor: AbilityMonitor): Promise\;|AbilityDelegator.d.ts| +|Added|NA|Module name: AbilityDelegator
Class name: AbilityDelegator
Method or attribute name: addAbilityStageMonitor(monitor: AbilityStageMonitor, callback: AsyncCallback\): void;|AbilityDelegator.d.ts| +|Added|NA|Module name: AbilityDelegator
Class name: AbilityDelegator
Method or attribute name: addAbilityStageMonitor(monitor: AbilityStageMonitor): Promise\;|AbilityDelegator.d.ts| +|Added|NA|Module name: AbilityDelegator
Class name: AbilityDelegator
Method or attribute name: removeAbilityMonitor(monitor: AbilityMonitor, callback: AsyncCallback\): void;|AbilityDelegator.d.ts| +|Added|NA|Module name: AbilityDelegator
Class name: AbilityDelegator
Method or attribute name: removeAbilityMonitor(monitor: AbilityMonitor): Promise\;|AbilityDelegator.d.ts| +|Added|NA|Module name: AbilityDelegator
Class name: AbilityDelegator
Method or attribute name: removeAbilityStageMonitor(monitor: AbilityStageMonitor, callback: AsyncCallback\): void;|AbilityDelegator.d.ts| +|Added|NA|Module name: AbilityDelegator
Class name: AbilityDelegator
Method or attribute name: removeAbilityStageMonitor(monitor: AbilityStageMonitor): Promise\;|AbilityDelegator.d.ts| +|Added|NA|Module name: AbilityDelegator
Class name: AbilityDelegator
Method or attribute name: waitAbilityMonitor(monitor: AbilityMonitor, callback: AsyncCallback\): void;|AbilityDelegator.d.ts| +|Added|NA|Module name: AbilityDelegator
Class name: AbilityDelegator
Method or attribute name: waitAbilityMonitor(monitor: AbilityMonitor, timeout: number, callback: AsyncCallback\): void;|AbilityDelegator.d.ts| +|Added|NA|Module name: AbilityDelegator
Class name: AbilityDelegator
Method or attribute name: waitAbilityMonitor(monitor: AbilityMonitor, timeout?: number): Promise\;|AbilityDelegator.d.ts| +|Added|NA|Module name: AbilityDelegator
Class name: AbilityDelegator
Method or attribute name: waitAbilityStageMonitor(monitor: AbilityStageMonitor, callback: AsyncCallback\): void;|AbilityDelegator.d.ts| +|Added|NA|Module name: AbilityDelegator
Class name: AbilityDelegator
Method or attribute name: waitAbilityStageMonitor(monitor: AbilityStageMonitor, timeout: number, callback: AsyncCallback\): void;|AbilityDelegator.d.ts| +|Added|NA|Module name: AbilityDelegator
Class name: AbilityDelegator
Method or attribute name: waitAbilityStageMonitor(monitor: AbilityStageMonitor, timeout?: number): Promise\;|AbilityDelegator.d.ts| +|Added|NA|Module name: AbilityDelegator
Class name: AbilityDelegator
Method or attribute name: getAppContext(): Context;|AbilityDelegator.d.ts| +|Added|NA|Module name: AbilityDelegator
Class name: AbilityDelegator
Method or attribute name: getAbilityState(ability: UIAbility): number;|AbilityDelegator.d.ts| +|Added|NA|Module name: AbilityDelegator
Class name: AbilityDelegator
Method or attribute name: getCurrentTopAbility(callback: AsyncCallback\): void;|AbilityDelegator.d.ts| +|Added|NA|Module name: AbilityDelegator
Class name: AbilityDelegator
Method or attribute name: getCurrentTopAbility(): Promise\|AbilityDelegator.d.ts| +|Added|NA|Module name: AbilityDelegator
Class name: AbilityDelegator
Method or attribute name: startAbility(want: Want, callback: AsyncCallback\): void;|AbilityDelegator.d.ts| +|Added|NA|Module name: AbilityDelegator
Class name: AbilityDelegator
Method or attribute name: startAbility(want: Want): Promise\;|AbilityDelegator.d.ts| +|Added|NA|Module name: AbilityDelegator
Class name: AbilityDelegator
Method or attribute name: doAbilityForeground(ability: UIAbility, callback: AsyncCallback\): void;|AbilityDelegator.d.ts| +|Added|NA|Module name: AbilityDelegator
Class name: AbilityDelegator
Method or attribute name: doAbilityForeground(ability: UIAbility): Promise\;|AbilityDelegator.d.ts| +|Added|NA|Module name: AbilityDelegator
Class name: AbilityDelegator
Method or attribute name: doAbilityBackground(ability: UIAbility, callback: AsyncCallback\): void;|AbilityDelegator.d.ts| +|Added|NA|Module name: AbilityDelegator
Class name: AbilityDelegator
Method or attribute name: doAbilityBackground(ability: UIAbility): Promise\;|AbilityDelegator.d.ts| +|Added|NA|Module name: AbilityDelegator
Class name: AbilityDelegator
Method or attribute name: print(msg: string, callback: AsyncCallback\): void;|AbilityDelegator.d.ts| +|Added|NA|Module name: AbilityDelegator
Class name: AbilityDelegator
Method or attribute name: print(msg: string): Promise\;|AbilityDelegator.d.ts| +|Added|NA|Module name: AbilityDelegator
Class name: AbilityDelegator
Method or attribute name: printSync(msg: string): void;|AbilityDelegator.d.ts| +|Added|NA|Module name: AbilityDelegator
Class name: AbilityDelegator
Method or attribute name: executeShellCommand(cmd: string, callback: AsyncCallback\): void;|AbilityDelegator.d.ts| +|Added|NA|Module name: AbilityDelegator
Class name: AbilityDelegator
Method or attribute name: executeShellCommand(cmd: string, timeoutSecs: number, callback: AsyncCallback\): void;|AbilityDelegator.d.ts| +|Added|NA|Module name: AbilityDelegator
Class name: AbilityDelegator
Method or attribute name: executeShellCommand(cmd: string, timeoutSecs?: number): Promise\;|AbilityDelegator.d.ts| +|Added|NA|Module name: AbilityDelegator
Class name: AbilityDelegator
Method or attribute name: finishTest(msg: string, code: number, callback: AsyncCallback\): void;|AbilityDelegator.d.ts| +|Added|NA|Module name: AbilityDelegator
Class name: AbilityDelegator
Method or attribute name: finishTest(msg: string, code: number): Promise\;|AbilityDelegator.d.ts| +|Added|NA|Module name: AbilityMonitor
Class name: AbilityMonitor|AbilityMonitor.d.ts| +|Added|NA|Module name: AbilityMonitor
Class name: AbilityMonitor
Method or attribute name: abilityName: string;|AbilityMonitor.d.ts| +|Added|NA|Module name: AbilityMonitor
Class name: AbilityMonitor
Method or attribute name: moduleName?: string;|AbilityMonitor.d.ts| +|Added|NA|Module name: AbilityMonitor
Class name: AbilityMonitor
Method or attribute name: onAbilityCreate?:(ability: UIAbility) => void;|AbilityMonitor.d.ts| +|Added|NA|Module name: AbilityMonitor
Class name: AbilityMonitor
Method or attribute name: onAbilityForeground?:(ability: UIAbility) => void;|AbilityMonitor.d.ts| +|Added|NA|Module name: AbilityMonitor
Class name: AbilityMonitor
Method or attribute name: onAbilityBackground?:(ability: UIAbility) => void;|AbilityMonitor.d.ts| +|Added|NA|Module name: AbilityMonitor
Class name: AbilityMonitor
Method or attribute name: onAbilityDestroy?:(ability: UIAbility) => void;|AbilityMonitor.d.ts| +|Added|NA|Module name: AbilityMonitor
Class name: AbilityMonitor
Method or attribute name: onWindowStageCreate?:(ability: UIAbility) => void;|AbilityMonitor.d.ts| +|Added|NA|Module name: AbilityMonitor
Class name: AbilityMonitor
Method or attribute name: onWindowStageRestore?:(ability: UIAbility) => void;|AbilityMonitor.d.ts| +|Added|NA|Module name: AbilityMonitor
Class name: AbilityMonitor
Method or attribute name: onWindowStageDestroy?:(ability: UIAbility) => void;|AbilityMonitor.d.ts| +|Added|NA|Module name: AbilityStageContext
Class name: AbilityStageContext|AbilityStageContext.d.ts| +|Added|NA|Module name: AbilityStageContext
Class name: AbilityStageContext
Method or attribute name: currentHapModuleInfo: HapModuleInfo;|AbilityStageContext.d.ts| +|Added|NA|Module name: AbilityStageContext
Class name: AbilityStageContext
Method or attribute name: config: Configuration;|AbilityStageContext.d.ts| +|Added|NA|Module name: AbilityStageMonitor
Class name: AbilityStageMonitor|AbilityStageMonitor.d.ts| +|Added|NA|Module name: AbilityStageMonitor
Class name: AbilityStageMonitor
Method or attribute name: moduleName: string;|AbilityStageMonitor.d.ts| +|Added|NA|Module name: AbilityStageMonitor
Class name: AbilityStageMonitor
Method or attribute name: srcEntrance: string;|AbilityStageMonitor.d.ts| +|Added|NA|Module name: AbilityStateData
Class name: AbilityStateData
Method or attribute name: moduleName: string;|AbilityStateData.d.ts| +|Added|NA|Module name: ApplicationContext
Class name: ApplicationContext|ApplicationContext.d.ts| +|Added|NA|Module name: ApplicationContext
Class name: ApplicationContext
Method or attribute name: on(type: "abilityLifecycle", callback: AbilityLifecycleCallback): number;|ApplicationContext.d.ts| +|Added|NA|Module name: ApplicationContext
Class name: ApplicationContext
Method or attribute name: off(type: "abilityLifecycle", callbackId: number, callback: AsyncCallback\): void;|ApplicationContext.d.ts| +|Added|NA|Module name: ApplicationContext
Class name: ApplicationContext
Method or attribute name: off(type: "abilityLifecycle", callbackId: number): Promise\;|ApplicationContext.d.ts| +|Added|NA|Module name: ApplicationContext
Class name: ApplicationContext
Method or attribute name: on(type: "environment", callback: EnvironmentCallback): number;|ApplicationContext.d.ts| +|Added|NA|Module name: ApplicationContext
Class name: ApplicationContext
Method or attribute name: off(type: "environment", callbackId: number, callback: AsyncCallback\): void;|ApplicationContext.d.ts| +|Added|NA|Module name: ApplicationContext
Class name: ApplicationContext
Method or attribute name: off(type: "environment", callbackId: number): Promise\;|ApplicationContext.d.ts| +|Added|NA|Module name: ApplicationContext
Class name: ApplicationContext
Method or attribute name: getRunningProcessInformation(): Promise\>;|ApplicationContext.d.ts| +|Added|NA|Module name: ApplicationContext
Class name: ApplicationContext
Method or attribute name: getRunningProcessInformation(callback: AsyncCallback\>): void;|ApplicationContext.d.ts| +|Added|NA|Module name: ApplicationContext
Class name: ApplicationContext
Method or attribute name: killAllProcesses(): Promise\;|ApplicationContext.d.ts| +|Added|NA|Module name: ApplicationContext
Class name: ApplicationContext
Method or attribute name: killAllProcesses(callback: AsyncCallback\);|ApplicationContext.d.ts| +|Added|NA|Module name: ApplicationStateObserver
Class name: ApplicationStateObserver
Method or attribute name: onProcessStateChanged(processData: ProcessData): void;|ApplicationStateObserver.d.ts| +|Added|NA|Module name: Context
Class name: Context|Context.d.ts| +|Added|NA|Module name: Context
Class name: Context
Method or attribute name: resourceManager: resmgr.ResourceManager;|Context.d.ts| +|Added|NA|Module name: Context
Class name: Context
Method or attribute name: applicationInfo: ApplicationInfo;|Context.d.ts| +|Added|NA|Module name: Context
Class name: Context
Method or attribute name: cacheDir: string;|Context.d.ts| +|Added|NA|Module name: Context
Class name: Context
Method or attribute name: tempDir: string;|Context.d.ts| +|Added|NA|Module name: Context
Class name: Context
Method or attribute name: filesDir: string;|Context.d.ts| +|Added|NA|Module name: Context
Class name: Context
Method or attribute name: databaseDir: string;|Context.d.ts| +|Added|NA|Module name: Context
Class name: Context
Method or attribute name: preferencesDir: string;|Context.d.ts| +|Added|NA|Module name: Context
Class name: Context
Method or attribute name: bundleCodeDir: string;|Context.d.ts| +|Added|NA|Module name: Context
Class name: Context
Method or attribute name: distributedFilesDir: string;|Context.d.ts| +|Added|NA|Module name: Context
Class name: Context
Method or attribute name: eventHub: EventHub;|Context.d.ts| +|Added|NA|Module name: Context
Class name: Context
Method or attribute name: area: contextConstant.AreaMode;|Context.d.ts| +|Added|NA|Module name: Context
Class name: Context
Method or attribute name: createBundleContext(bundleName: string): Context;|Context.d.ts| +|Added|NA|Module name: Context
Class name: Context
Method or attribute name: createModuleContext(moduleName: string): Context;|Context.d.ts| +|Added|NA|Module name: Context
Class name: Context
Method or attribute name: createModuleContext(bundleName: string, moduleName: string): Context;|Context.d.ts| +|Added|NA|Module name: Context
Class name: Context
Method or attribute name: getApplicationContext(): ApplicationContext;|Context.d.ts| +|Added|NA|Module name: ContinueCallback
Class name: ContinueCallback|ContinueCallback.d.ts| +|Added|NA|Module name: ContinueCallback
Class name: ContinueCallback
Method or attribute name: onContinueDone(result: number): void;|ContinueCallback.d.ts| +|Added|NA|Module name: ContinueDeviceInfo
Class name: ContinueDeviceInfo|ContinueDeviceInfo.d.ts| +|Added|NA|Module name: ContinueDeviceInfo
Class name: ContinueDeviceInfo
Method or attribute name: srcDeviceId: string;|ContinueDeviceInfo.d.ts| +|Added|NA|Module name: ContinueDeviceInfo
Class name: ContinueDeviceInfo
Method or attribute name: dstDeviceId: string;|ContinueDeviceInfo.d.ts| +|Added|NA|Module name: ContinueDeviceInfo
Class name: ContinueDeviceInfo
Method or attribute name: missionId: number;|ContinueDeviceInfo.d.ts| +|Added|NA|Module name: ContinueDeviceInfo
Class name: ContinueDeviceInfo
Method or attribute name: wantParam: {[key: string]: any};|ContinueDeviceInfo.d.ts| +|Added|NA|Module name: ErrorObserver
Class name: ErrorObserver|ErrorObserver.d.ts| +|Added|NA|Module name: ErrorObserver
Class name: ErrorObserver
Method or attribute name: onUnhandledException(errMsg: string): void;|ErrorObserver.d.ts| +|Added|NA|Module name: EventHub
Class name: EventHub|EventHub.d.ts| +|Added|NA|Module name: EventHub
Class name: EventHub
Method or attribute name: on(event: string, callback: Function): void|EventHub.d.ts| +|Added|NA|Module name: EventHub
Class name: EventHub
Method or attribute name: off(event: string, callback?: Function): void|EventHub.d.ts| +|Added|NA|Module name: EventHub
Class name: EventHub
Method or attribute name: emit(event: string, ...args: Object[]): void|EventHub.d.ts| +|Added|NA|Module name: ExtensionContext
Class name: ExtensionContext|ExtensionContext.d.ts| +|Added|NA|Module name: ExtensionContext
Class name: ExtensionContext
Method or attribute name: currentHapModuleInfo: HapModuleInfo;|ExtensionContext.d.ts| +|Added|NA|Module name: ExtensionContext
Class name: ExtensionContext
Method or attribute name: config: Configuration;|ExtensionContext.d.ts| +|Added|NA|Module name: ExtensionContext
Class name: ExtensionContext
Method or attribute name: extensionAbilityInfo: ExtensionAbilityInfo;|ExtensionContext.d.ts| +|Added|NA|Module name: ExtensionRunningInfo
Class name: ExtensionRunningInfo|ExtensionRunningInfo.d.ts| +|Added|NA|Module name: ExtensionRunningInfo
Class name: ExtensionRunningInfo
Method or attribute name: extension: ElementName;|ExtensionRunningInfo.d.ts| +|Added|NA|Module name: ExtensionRunningInfo
Class name: ExtensionRunningInfo
Method or attribute name: pid: number;|ExtensionRunningInfo.d.ts| +|Added|NA|Module name: ExtensionRunningInfo
Class name: ExtensionRunningInfo
Method or attribute name: uid: number;|ExtensionRunningInfo.d.ts| +|Added|NA|Module name: ExtensionRunningInfo
Class name: ExtensionRunningInfo
Method or attribute name: processName: string;|ExtensionRunningInfo.d.ts| +|Added|NA|Module name: ExtensionRunningInfo
Class name: ExtensionRunningInfo
Method or attribute name: startTime: number;|ExtensionRunningInfo.d.ts| +|Added|NA|Module name: ExtensionRunningInfo
Class name: ExtensionRunningInfo
Method or attribute name: clientPackage: Array\;|ExtensionRunningInfo.d.ts| +|Added|NA|Module name: ExtensionRunningInfo
Class name: ExtensionRunningInfo
Method or attribute name: type: bundle.ExtensionAbilityType;|ExtensionRunningInfo.d.ts| +|Added|NA|Module name: FormExtensionContext
Class name: FormExtensionContext|FormExtensionContext.d.ts| +|Added|NA|Module name: FormExtensionContext
Class name: FormExtensionContext
Method or attribute name: startAbility(want: Want, callback: AsyncCallback\): void;|FormExtensionContext.d.ts| +|Added|NA|Module name: FormExtensionContext
Class name: FormExtensionContext
Method or attribute name: startAbility(want: Want): Promise\;|FormExtensionContext.d.ts| +|Added|NA|Module name: MissionCallbacks
Class name: MissionCallback|MissionCallbacks.d.ts| +|Added|NA|Module name: MissionCallbacks
Class name: MissionCallback
Method or attribute name: notifyMissionsChanged(deviceId: string): void;|MissionCallbacks.d.ts| +|Added|NA|Module name: MissionCallbacks
Class name: MissionCallback
Method or attribute name: notifySnapshot(deviceId: string, mission: number): void;|MissionCallbacks.d.ts| +|Added|NA|Module name: MissionCallbacks
Class name: MissionCallback
Method or attribute name: notifyNetDisconnect(deviceId: string, state: number): void;|MissionCallbacks.d.ts| +|Added|NA|Module name: MissionDeviceInfo
Class name: MissionDeviceInfo|MissionDeviceInfo.d.ts| +|Added|NA|Module name: MissionDeviceInfo
Class name: MissionDeviceInfo
Method or attribute name: deviceId: string;|MissionDeviceInfo.d.ts| +|Added|NA|Module name: MissionListener
Class name: MissionListener
Method or attribute name: onMissionLabelUpdated(mission: number): void;|MissionListener.d.ts| +|Added|NA|Module name: MissionListener
Class name: MissionListener
Method or attribute name: onMissionIconUpdated(mission: number, icon: image.PixelMap): void;|MissionListener.d.ts| +|Added|NA|Module name: MissionListener
Class name: MissionListener
Method or attribute name: onMissionClosed(mission: number): void;|MissionListener.d.ts| +|Added|NA|Module name: MissionParameter
Class name: MissionParameter|MissionParameter.d.ts| +|Added|NA|Module name: MissionParameter
Class name: MissionParameter
Method or attribute name: deviceId: string;|MissionParameter.d.ts| +|Added|NA|Module name: MissionParameter
Class name: MissionParameter
Method or attribute name: fixConflict: boolean;|MissionParameter.d.ts| +|Added|NA|Module name: MissionParameter
Class name: MissionParameter
Method or attribute name: tag: number;|MissionParameter.d.ts| +|Added|NA|Class name: ProcessData
Method or attribute name: state: number;|ProcessData.d.ts| +|Added|NA|Class name: ProcessData
Method or attribute name: isContinuousTask: boolean;|ProcessData.d.ts| +|Added|NA|Class name: ProcessData
Method or attribute name: isKeepAlive: boolean;|ProcessData.d.ts| +|Added|NA|Module name: ProcessInformation
Class name: ProcessInformation|ProcessInformation.d.ts| +|Added|NA|Module name: ProcessInformation
Class name: ProcessInformation
Method or attribute name: pid: number;|ProcessInformation.d.ts| +|Added|NA|Module name: ProcessInformation
Class name: ProcessInformation
Method or attribute name: uid: number;|ProcessInformation.d.ts| +|Added|NA|Module name: ProcessInformation
Class name: ProcessInformation
Method or attribute name: processName: string;|ProcessInformation.d.ts| +|Added|NA|Module name: ProcessInformation
Class name: ProcessInformation
Method or attribute name: bundleNames: Array\;|ProcessInformation.d.ts| +|Added|NA|Module name: ServiceExtensionContext
Class name: ServiceExtensionContext|ServiceExtensionContext.d.ts| +|Added|NA|Module name: ServiceExtensionContext
Class name: ServiceExtensionContext
Method or attribute name: startAbility(want: Want, callback: AsyncCallback\): void;|ServiceExtensionContext.d.ts| +|Added|NA|Module name: ServiceExtensionContext
Class name: ServiceExtensionContext
Method or attribute name: startAbility(want: Want, options: StartOptions, callback: AsyncCallback\): void;|ServiceExtensionContext.d.ts| +|Added|NA|Module name: ServiceExtensionContext
Class name: ServiceExtensionContext
Method or attribute name: startAbility(want: Want, options?: StartOptions): Promise\;|ServiceExtensionContext.d.ts| +|Added|NA|Module name: ServiceExtensionContext
Class name: ServiceExtensionContext
Method or attribute name: startAbilityWithAccount(want: Want, accountId: number, callback: AsyncCallback\): void;|ServiceExtensionContext.d.ts| +|Added|NA|Module name: ServiceExtensionContext
Class name: ServiceExtensionContext
Method or attribute name: startAbilityWithAccount(want: Want, accountId: number, options: StartOptions, callback: AsyncCallback\): void;|ServiceExtensionContext.d.ts| +|Added|NA|Module name: ServiceExtensionContext
Class name: ServiceExtensionContext
Method or attribute name: startAbilityWithAccount(want: Want, accountId: number, options?: StartOptions): Promise\;|ServiceExtensionContext.d.ts| +|Added|NA|Module name: ServiceExtensionContext
Class name: ServiceExtensionContext
Method or attribute name: startServiceExtensionAbility(want: Want, callback: AsyncCallback\): void;|ServiceExtensionContext.d.ts| +|Added|NA|Module name: ServiceExtensionContext
Class name: ServiceExtensionContext
Method or attribute name: startServiceExtensionAbility(want: Want): Promise\;|ServiceExtensionContext.d.ts| +|Added|NA|Module name: ServiceExtensionContext
Class name: ServiceExtensionContext
Method or attribute name: startServiceExtensionAbilityWithAccount(want: Want, accountId: number, callback: AsyncCallback\): void;|ServiceExtensionContext.d.ts| +|Added|NA|Module name: ServiceExtensionContext
Class name: ServiceExtensionContext
Method or attribute name: startServiceExtensionAbilityWithAccount(want: Want, accountId: number): Promise\;|ServiceExtensionContext.d.ts| +|Added|NA|Module name: ServiceExtensionContext
Class name: ServiceExtensionContext
Method or attribute name: stopServiceExtensionAbility(want: Want, callback: AsyncCallback\): void;|ServiceExtensionContext.d.ts| +|Added|NA|Module name: ServiceExtensionContext
Class name: ServiceExtensionContext
Method or attribute name: stopServiceExtensionAbility(want: Want): Promise\;|ServiceExtensionContext.d.ts| +|Added|NA|Module name: ServiceExtensionContext
Class name: ServiceExtensionContext
Method or attribute name: stopServiceExtensionAbilityWithAccount(want: Want, accountId: number, callback: AsyncCallback\): void;|ServiceExtensionContext.d.ts| +|Added|NA|Module name: ServiceExtensionContext
Class name: ServiceExtensionContext
Method or attribute name: stopServiceExtensionAbilityWithAccount(want: Want, accountId: number): Promise\;|ServiceExtensionContext.d.ts| +|Added|NA|Module name: ServiceExtensionContext
Class name: ServiceExtensionContext
Method or attribute name: terminateSelf(callback: AsyncCallback\): void;|ServiceExtensionContext.d.ts| +|Added|NA|Module name: ServiceExtensionContext
Class name: ServiceExtensionContext
Method or attribute name: terminateSelf(): Promise\;|ServiceExtensionContext.d.ts| +|Added|NA|Module name: ServiceExtensionContext
Class name: ServiceExtensionContext
Method or attribute name: connectServiceExtensionAbility(want: Want, options: ConnectOptions): number;|ServiceExtensionContext.d.ts| +|Added|NA|Module name: ServiceExtensionContext
Class name: ServiceExtensionContext
Method or attribute name: connectServiceExtensionAbilityWithAccount(want: Want, accountId: number, options: ConnectOptions): number;|ServiceExtensionContext.d.ts| +|Added|NA|Module name: ServiceExtensionContext
Class name: ServiceExtensionContext
Method or attribute name: disconnectServiceExtensionAbility(connection: number, callback: AsyncCallback\): void;|ServiceExtensionContext.d.ts| +|Added|NA|Module name: ServiceExtensionContext
Class name: ServiceExtensionContext
Method or attribute name: disconnectServiceExtensionAbility(connection: number): Promise\;|ServiceExtensionContext.d.ts| +|Added|NA|Module name: ServiceExtensionContext
Class name: ServiceExtensionContext
Method or attribute name: startAbilityByCall(want: Want): Promise\;|ServiceExtensionContext.d.ts| +|Added|NA|Module name: ServiceExtensionContext
Class name: ServiceExtensionContext
Method or attribute name: startRecentAbility(want: Want, callback: AsyncCallback\): void;|ServiceExtensionContext.d.ts| +|Added|NA|Module name: ServiceExtensionContext
Class name: ServiceExtensionContext
Method or attribute name: startRecentAbility(want: Want, options: StartOptions, callback: AsyncCallback\): void;|ServiceExtensionContext.d.ts| +|Added|NA|Module name: ServiceExtensionContext
Class name: ServiceExtensionContext
Method or attribute name: startRecentAbility(want: Want, options?: StartOptions): Promise\;|ServiceExtensionContext.d.ts| +|Added|NA|Class name: ShellCmdResult
Method or attribute name: stdResult: string;|shellCmdResult.d.ts| +|Added|NA|Module name: UIAbilityContext
Class name: UIAbilityContext|UIAbilityContext.d.ts| +|Added|NA|Module name: UIAbilityContext
Class name: UIAbilityContext
Method or attribute name: abilityInfo: AbilityInfo;|UIAbilityContext.d.ts| +|Added|NA|Module name: UIAbilityContext
Class name: UIAbilityContext
Method or attribute name: currentHapModuleInfo: HapModuleInfo;|UIAbilityContext.d.ts| +|Added|NA|Module name: UIAbilityContext
Class name: UIAbilityContext
Method or attribute name: config: Configuration;|UIAbilityContext.d.ts| +|Added|NA|Module name: UIAbilityContext
Class name: UIAbilityContext
Method or attribute name: startAbility(want: Want, callback: AsyncCallback\): void;|UIAbilityContext.d.ts| +|Added|NA|Module name: UIAbilityContext
Class name: UIAbilityContext
Method or attribute name: startAbility(want: Want, options: StartOptions, callback: AsyncCallback\): void;|UIAbilityContext.d.ts| +|Added|NA|Module name: UIAbilityContext
Class name: UIAbilityContext
Method or attribute name: startAbility(want: Want, options?: StartOptions): Promise\;|UIAbilityContext.d.ts| +|Added|NA|Module name: UIAbilityContext
Class name: UIAbilityContext
Method or attribute name: startAbilityByCall(want: Want): Promise\;|UIAbilityContext.d.ts| +|Added|NA|Module name: UIAbilityContext
Class name: UIAbilityContext
Method or attribute name: startAbilityWithAccount(want: Want, accountId: number, callback: AsyncCallback\): void;|UIAbilityContext.d.ts| +|Added|NA|Module name: UIAbilityContext
Class name: UIAbilityContext
Method or attribute name: startAbilityWithAccount(want: Want, accountId: number, options: StartOptions, callback: AsyncCallback\): void;|UIAbilityContext.d.ts| +|Added|NA|Module name: UIAbilityContext
Class name: UIAbilityContext
Method or attribute name: startAbilityWithAccount(want: Want, accountId: number, options?: StartOptions): Promise\;|UIAbilityContext.d.ts| +|Added|NA|Module name: UIAbilityContext
Class name: UIAbilityContext
Method or attribute name: startAbilityForResult(want: Want, callback: AsyncCallback\): void;|UIAbilityContext.d.ts| +|Added|NA|Module name: UIAbilityContext
Class name: UIAbilityContext
Method or attribute name: startAbilityForResult(want: Want, options: StartOptions, callback: AsyncCallback\): void;|UIAbilityContext.d.ts| +|Added|NA|Module name: UIAbilityContext
Class name: UIAbilityContext
Method or attribute name: startAbilityForResult(want: Want, options?: StartOptions): Promise\;|UIAbilityContext.d.ts| +|Added|NA|Module name: UIAbilityContext
Class name: UIAbilityContext
Method or attribute name: startAbilityForResultWithAccount(want: Want, accountId: number, callback: AsyncCallback\): void;|UIAbilityContext.d.ts| +|Added|NA|Module name: UIAbilityContext
Class name: UIAbilityContext
Method or attribute name: startAbilityForResultWithAccount(want: Want, accountId: number, options: StartOptions, callback: AsyncCallback\): void;|UIAbilityContext.d.ts| +|Added|NA|Module name: UIAbilityContext
Class name: UIAbilityContext
Method or attribute name: startAbilityForResultWithAccount(want: Want, accountId: number, options?: StartOptions): Promise\;|UIAbilityContext.d.ts| +|Added|NA|Module name: UIAbilityContext
Class name: UIAbilityContext
Method or attribute name: startServiceExtensionAbility(want: Want, callback: AsyncCallback\): void;|UIAbilityContext.d.ts| +|Added|NA|Module name: UIAbilityContext
Class name: UIAbilityContext
Method or attribute name: startServiceExtensionAbility(want: Want): Promise\;|UIAbilityContext.d.ts| +|Added|NA|Module name: UIAbilityContext
Class name: UIAbilityContext
Method or attribute name: startServiceExtensionAbilityWithAccount(want: Want, accountId: number, callback: AsyncCallback\): void;|UIAbilityContext.d.ts| +|Added|NA|Module name: UIAbilityContext
Class name: UIAbilityContext
Method or attribute name: startServiceExtensionAbilityWithAccount(want: Want, accountId: number): Promise\;|UIAbilityContext.d.ts| +|Added|NA|Module name: UIAbilityContext
Class name: UIAbilityContext
Method or attribute name: stopServiceExtensionAbility(want: Want, callback: AsyncCallback\): void;|UIAbilityContext.d.ts| +|Added|NA|Module name: UIAbilityContext
Class name: UIAbilityContext
Method or attribute name: stopServiceExtensionAbility(want: Want): Promise\;|UIAbilityContext.d.ts| +|Added|NA|Module name: UIAbilityContext
Class name: UIAbilityContext
Method or attribute name: stopServiceExtensionAbilityWithAccount(want: Want, accountId: number, callback: AsyncCallback\): void;|UIAbilityContext.d.ts| +|Added|NA|Module name: UIAbilityContext
Class name: UIAbilityContext
Method or attribute name: stopServiceExtensionAbilityWithAccount(want: Want, accountId: number): Promise\;|UIAbilityContext.d.ts| +|Added|NA|Module name: UIAbilityContext
Class name: UIAbilityContext
Method or attribute name: terminateSelf(callback: AsyncCallback\): void;|UIAbilityContext.d.ts| +|Added|NA|Module name: UIAbilityContext
Class name: UIAbilityContext
Method or attribute name: terminateSelf(): Promise\;|UIAbilityContext.d.ts| +|Added|NA|Module name: UIAbilityContext
Class name: UIAbilityContext
Method or attribute name: terminateSelfWithResult(parameter: AbilityResult, callback: AsyncCallback\): void;|UIAbilityContext.d.ts| +|Added|NA|Module name: UIAbilityContext
Class name: UIAbilityContext
Method or attribute name: terminateSelfWithResult(parameter: AbilityResult): Promise\;|UIAbilityContext.d.ts| +|Added|NA|Module name: UIAbilityContext
Class name: UIAbilityContext
Method or attribute name: connectServiceExtensionAbility(want: Want, options: ConnectOptions): number;|UIAbilityContext.d.ts| +|Added|NA|Module name: UIAbilityContext
Class name: UIAbilityContext
Method or attribute name: connectServiceExtensionAbilityWithAccount(want: Want, accountId: number, options: ConnectOptions): number;|UIAbilityContext.d.ts| +|Added|NA|Module name: UIAbilityContext
Class name: UIAbilityContext
Method or attribute name: disconnectServiceExtensionAbility(connection: number, callback: AsyncCallback\): void;|UIAbilityContext.d.ts| +|Added|NA|Module name: UIAbilityContext
Class name: UIAbilityContext
Method or attribute name: disconnectServiceExtensionAbility(connection: number): Promise\;|UIAbilityContext.d.ts| +|Added|NA|Module name: UIAbilityContext
Class name: UIAbilityContext
Method or attribute name: setMissionLabel(label: string, callback: AsyncCallback\): void;|UIAbilityContext.d.ts| +|Added|NA|Module name: UIAbilityContext
Class name: UIAbilityContext
Method or attribute name: setMissionLabel(label: string): Promise\;|UIAbilityContext.d.ts| +|Added|NA|Module name: UIAbilityContext
Class name: UIAbilityContext
Method or attribute name: setMissionIcon(icon: image.PixelMap, callback: AsyncCallback\): void;|UIAbilityContext.d.ts| +|Added|NA|Module name: UIAbilityContext
Class name: UIAbilityContext
Method or attribute name: setMissionIcon(icon: image.PixelMap): Promise\;|UIAbilityContext.d.ts| +|Added|NA|Module name: UIAbilityContext
Class name: UIAbilityContext
Method or attribute name: restoreWindowStage(localStorage: LocalStorage): void;|UIAbilityContext.d.ts| +|Added|NA|Module name: UIAbilityContext
Class name: UIAbilityContext
Method or attribute name: isTerminating(): boolean;|UIAbilityContext.d.ts| +|Added|NA|Module name: UIAbilityContext
Class name: UIAbilityContext
Method or attribute name: startRecentAbility(want: Want, callback: AsyncCallback\): void;|UIAbilityContext.d.ts| +|Added|NA|Module name: UIAbilityContext
Class name: UIAbilityContext
Method or attribute name: startRecentAbility(want: Want, options: StartOptions, callback: AsyncCallback\): void;|UIAbilityContext.d.ts| +|Added|NA|Module name: UIAbilityContext
Class name: UIAbilityContext
Method or attribute name: startRecentAbility(want: Want, options?: StartOptions): Promise\;|UIAbilityContext.d.ts| +|Added|NA|Module name: UIAbilityContext
Class name: UIAbilityContext
Method or attribute name: requestDialogService(want: Want, result: AsyncCallback\): void;|UIAbilityContext.d.ts| +|Added|NA|Module name: UIAbilityContext
Class name: UIAbilityContext
Method or attribute name: requestDialogService(want: Want): Promise\;|UIAbilityContext.d.ts| +|Deleted|Module name: abilityDelegator
Class name: AbilityDelegator|NA|abilityDelegator.d.ts| +|Deleted|Module name: abilityDelegator
Class name: AbilityDelegator
Method or attribute name: print(msg: string, callback: AsyncCallback\): void;|NA|abilityDelegator.d.ts| +|Deleted|Module name: abilityDelegator
Class name: AbilityDelegator
Method or attribute name: print(msg: string): Promise\;|NA|abilityDelegator.d.ts| +|Deleted|Module name: abilityDelegator
Class name: AbilityDelegator
Method or attribute name: executeShellCommand(cmd: string, callback: AsyncCallback\): void;|NA|abilityDelegator.d.ts| +|Deleted|Module name: abilityDelegator
Class name: AbilityDelegator
Method or attribute name: executeShellCommand(cmd: string, timeoutSecs: number, callback: AsyncCallback\): void;|NA|abilityDelegator.d.ts| +|Deleted|Module name: abilityDelegator
Class name: AbilityDelegator
Method or attribute name: executeShellCommand(cmd: string, timeoutSecs?: number): Promise\;|NA|abilityDelegator.d.ts| +|Deleted|Module name: abilityDelegator
Class name: AbilityDelegator
Method or attribute name: finishTest(msg: string, code: number, callback: AsyncCallback\): void;|NA|abilityDelegator.d.ts| +|Deleted|Module name: abilityDelegator
Class name: AbilityDelegator
Method or attribute name: finishTest(msg: string, code: number): Promise\;|NA|abilityDelegator.d.ts| +|Deleted|Module name: BaseContext
Class name: BaseContext|NA|BaseContext.d.ts| +|Access level changed|Class name: abilityManager
Access level: public API|Class name: abilityManager
Access level: system API|@ohos.application.abilityManager.d.ts| +|Deprecated version changed|Class name: dataUriUtils
Deprecated version: N/A|Class name: dataUriUtils
Deprecated version: 9
Substitute API: @ohos.app.ability.dataUriUtils.d.ts |@ohos.ability.dataUriUtils.d.ts| +|Deprecated version changed|Class name: wantConstant
Deprecated version: N/A|Class name: wantConstant
Deprecated version: 9
Substitute API: ohos.app.ability.wantConstant |@ohos.ability.wantConstant.d.ts| +|Deprecated version changed|Class name: Action
Method or attribute name: ACTION_APP_ACCOUNT_OAUTH = "ohos.account.appAccount.action.oauth"
Deprecated version: N/A|Class name: Action
Method or attribute name: ACTION_APP_ACCOUNT_OAUTH = "ohos.account.appAccount.action.oauth"
Deprecated version: 9
Substitute API: wantConstant.Action|@ohos.ability.wantConstant.d.ts| +|Deprecated version changed|Class name: abilityDelegatorRegistry
Deprecated version: N/A|Class name: abilityDelegatorRegistry
Deprecated version: 9
Substitute API: ohos.app.ability.abilityDelegatorRegistry |@ohos.application.abilityDelegatorRegistry.d.ts| +|Deprecated version changed|Class name: abilityManager
Deprecated version: N/A|Class name: abilityManager
Deprecated version: 9
Substitute API: ohos.app.ability.abilityManager |@ohos.application.abilityManager.d.ts| +|Deprecated version changed|Class name: appManager
Deprecated version: N/A|Class name: appManager
Deprecated version: 9
Substitute API: ohos.app.ability.appManager |@ohos.application.appManager.d.ts| +|Deprecated version changed|Class name: appManager
Method or attribute name: function getProcessRunningInfos(): Promise\>;
Deprecated version: N/A|Class name: appManager
Method or attribute name: function getProcessRunningInfos(): Promise\>;
Deprecated version: 9
Substitute API: ohos.app.ability.appManager|@ohos.application.appManager.d.ts| +|Deprecated version changed|Class name: appManager
Method or attribute name: function getProcessRunningInfos(callback: AsyncCallback\>): void;
Deprecated version: N/A|Class name: appManager
Method or attribute name: function getProcessRunningInfos(callback: AsyncCallback\>): void;
Deprecated version: 9
Substitute API: ohos.app.ability.appManager|@ohos.application.appManager.d.ts| +|Deprecated version changed|Class name: Configuration
Deprecated version: N/A|Class name: Configuration
Deprecated version: 9
Substitute API: ohos.app.ability.Configuration |@ohos.application.Configuration.d.ts| +|Deprecated version changed|Class name: ConfigurationConstant
Deprecated version: N/A|Class name: ConfigurationConstant
Deprecated version: 9
Substitute API: ohos.app.ability.ConfigurationConstant |@ohos.application.ConfigurationConstant.d.ts| +|Deprecated version changed|Class name: formBindingData
Deprecated version: N/A|Class name: formBindingData
Deprecated version: 9
Substitute API: ohos.app.form.formBindingData |@ohos.application.formBindingData.d.ts| +|Deprecated version changed|Class name: formHost
Deprecated version: N/A|Class name: formHost
Deprecated version: 9
Substitute API: ohos.app.form.formHost |@ohos.application.formHost.d.ts| +|Deprecated version changed|Class name: formInfo
Deprecated version: N/A|Class name: formInfo
Deprecated version: 9
Substitute API: ohos.app.form.formInfo |@ohos.application.formInfo.d.ts| +|Deprecated version changed|Class name: formProvider
Deprecated version: N/A|Class name: formProvider
Deprecated version: 9
Substitute API: ohos.app.form.formProvider |@ohos.application.formProvider.d.ts| +|Deprecated version changed|Class name: missionManager
Deprecated version: N/A|Class name: missionManager
Deprecated version: 9
Substitute API: ohos.app.ability.missionManager |@ohos.application.missionManager.d.ts| +|Deprecated version changed|Class name: Want
Deprecated version: N/A|Class name: Want
Deprecated version: 9
Substitute API: ohos.app.ability.Want |@ohos.application.Want.d.ts| +|Deprecated version changed|Class name: continuationManager
Method or attribute name: function on(type: "deviceConnect", callback: Callback\): void;
Deprecated version: N/A|Class name: continuationManager
Method or attribute name: function on(type: "deviceConnect", callback: Callback\): void;
Deprecated version: 9
Substitute API: ohos.continuation.continuationManager.continuationManager|@ohos.continuation.continuationManager.d.ts| +|Deprecated version changed|Class name: continuationManager
Method or attribute name: function on(type: "deviceDisconnect", callback: Callback\): void;
Deprecated version: N/A|Class name: continuationManager
Method or attribute name: function on(type: "deviceDisconnect", callback: Callback\): void;
Deprecated version: 9
Substitute API: ohos.continuation.continuationManager.continuationManager|@ohos.continuation.continuationManager.d.ts| +|Deprecated version changed|Class name: continuationManager
Method or attribute name: function register(callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: continuationManager
Method or attribute name: function register(callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.continuation.continuationManager.continuationManager|@ohos.continuation.continuationManager.d.ts| +|Deprecated version changed|Class name: continuationManager
Method or attribute name: function register(options: ContinuationExtraParams, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: continuationManager
Method or attribute name: function register(options: ContinuationExtraParams, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.continuation.continuationManager.continuationManager|@ohos.continuation.continuationManager.d.ts| +|Deprecated version changed|Class name: continuationManager
Method or attribute name: function register(options?: ContinuationExtraParams): Promise\;
Deprecated version: N/A|Class name: continuationManager
Method or attribute name: function register(options?: ContinuationExtraParams): Promise\;
Deprecated version: 9
Substitute API: ohos.continuation.continuationManager.continuationManager|@ohos.continuation.continuationManager.d.ts| +|Deprecated version changed|Class name: continuationManager
Method or attribute name: function unregister(token: number, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: continuationManager
Method or attribute name: function unregister(token: number, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.continuation.continuationManager.continuationManager|@ohos.continuation.continuationManager.d.ts| +|Deprecated version changed|Class name: continuationManager
Method or attribute name: function unregister(token: number): Promise\;
Deprecated version: N/A|Class name: continuationManager
Method or attribute name: function unregister(token: number): Promise\;
Deprecated version: 9
Substitute API: ohos.continuation.continuationManager.continuationManager|@ohos.continuation.continuationManager.d.ts| +|Deprecated version changed|Class name: continuationManager
Method or attribute name: function updateConnectStatus(token: number, deviceId: string, status: DeviceConnectState, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: continuationManager
Method or attribute name: function updateConnectStatus(token: number, deviceId: string, status: DeviceConnectState, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.continuation.continuationManager.continuationManager|@ohos.continuation.continuationManager.d.ts| +|Deprecated version changed|Class name: continuationManager
Method or attribute name: function updateConnectStatus(token: number, deviceId: string, status: DeviceConnectState): Promise\;
Deprecated version: N/A|Class name: continuationManager
Method or attribute name: function updateConnectStatus(token: number, deviceId: string, status: DeviceConnectState): Promise\;
Deprecated version: 9
Substitute API: ohos.continuation.continuationManager.continuationManager|@ohos.continuation.continuationManager.d.ts| +|Deprecated version changed|Class name: continuationManager
Method or attribute name: function startDeviceManager(token: number, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: continuationManager
Method or attribute name: function startDeviceManager(token: number, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.continuation.continuationManager.continuationManager|@ohos.continuation.continuationManager.d.ts| +|Deprecated version changed|Class name: continuationManager
Method or attribute name: function startDeviceManager(token: number, options: ContinuationExtraParams, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: continuationManager
Method or attribute name: function startDeviceManager(token: number, options: ContinuationExtraParams, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.continuation.continuationManager.continuationManager|@ohos.continuation.continuationManager.d.ts| +|Deprecated version changed|Class name: continuationManager
Method or attribute name: function startDeviceManager(token: number, options?: ContinuationExtraParams): Promise\;
Deprecated version: N/A|Class name: continuationManager
Method or attribute name: function startDeviceManager(token: number, options?: ContinuationExtraParams): Promise\;
Deprecated version: 9
Substitute API: ohos.continuation.continuationManager.continuationManager|@ohos.continuation.continuationManager.d.ts| +|Deprecated version changed|Class name: wantAgent
Deprecated version: N/A|Class name: wantAgent
Deprecated version: 9
Substitute API: ohos.app.ability.wantAgent |@ohos.wantAgent.d.ts| +|Deprecated version changed|Class name: Want
Deprecated version: N/A|Class name: Want
Deprecated version: 9
Substitute API: ohos.app.ability.Want |want.d.ts| +|Deprecated version changed|Class name: Context
Method or attribute name: setShowOnLockScreen(show: boolean, callback: AsyncCallback\): void
Deprecated version: N/A|Class name: Context
Method or attribute name: setShowOnLockScreen(show: boolean, callback: AsyncCallback\): void
Deprecated version: 9
Substitute API: ohos.window|context.d.ts| +|Deprecated version changed|Class name: Context
Method or attribute name: setShowOnLockScreen(show: boolean): Promise\;
Deprecated version: N/A|Class name: Context
Method or attribute name: setShowOnLockScreen(show: boolean): Promise\;
Deprecated version: 9
Substitute API: ohos.window|context.d.ts| +|Deprecated version changed|Class name: ProcessRunningInfo
Deprecated version: N/A|Class name: ProcessRunningInfo
Deprecated version: 9
Substitute API: ProcessInformation |ProcessRunningInfo.d.ts| +|Deprecated version changed|Class name: ProcessRunningInfo
Method or attribute name: pid: number;
Deprecated version: N/A|Class name: ProcessRunningInfo
Method or attribute name: pid: number;
Deprecated version: 9
Substitute API: ProcessInformation.pid |ProcessRunningInfo.d.ts| +|Deprecated version changed|Class name: ProcessRunningInfo
Method or attribute name: uid: number;
Deprecated version: N/A|Class name: ProcessRunningInfo
Method or attribute name: uid: number;
Deprecated version: 9
Substitute API: ProcessInformation.uid |ProcessRunningInfo.d.ts| +|Deprecated version changed|Class name: ProcessRunningInfo
Method or attribute name: processName: string;
Deprecated version: N/A|Class name: ProcessRunningInfo
Method or attribute name: processName: string;
Deprecated version: 9
Substitute API: ProcessInformation.processName |ProcessRunningInfo.d.ts| +|Deprecated version changed|Class name: ProcessRunningInfo
Method or attribute name: bundleNames: Array\;
Deprecated version: N/A|Class name: ProcessRunningInfo
Method or attribute name: bundleNames: Array\;
Deprecated version: 9
Substitute API: ProcessInformation.bundleNames |ProcessRunningInfo.d.ts| +|Permission changed|Class name: formHost
Method or attribute name: function acquireFormState(want: Want, callback: AsyncCallback\): void;
Permission: ohos.permission.GET_BUNDLE_INFO and ohos.permission.GET_BUNDLE_INFO_PRIVILEGED.|Class name: formHost
Method or attribute name: function acquireFormState(want: Want, callback: AsyncCallback\): void;
Permission: ohos.permission.REQUIRE_FORM and ohos.permission.GET_BUNDLE_INFO_PRIVILEGED|@ohos.application.formHost.d.ts| +|Permission changed|Class name: formHost
Method or attribute name: function acquireFormState(want: Want): Promise\;
Permission: ohos.permission.GET_BUNDLE_INFO and ohos.permission.GET_BUNDLE_INFO_PRIVILEGED.|Class name: formHost
Method or attribute name: function acquireFormState(want: Want): Promise\;
Permission: ohos.permission.REQUIRE_FORM and ohos.permission.GET_BUNDLE_INFO_PRIVILEGED|@ohos.application.formHost.d.ts| +|SysCap changed|Class name: ProcessData
SysCap:SystemCapability.Ability.AbilityRuntime.Mission|Class name: ProcessData
SysCap:SystemCapability.Ability.AbilityRuntime.Core|ProcessData.d.ts| +|SysCap changed|Class name: ProcessData
Method or attribute name: bundleName: string;
SysCap:SystemCapability.Ability.AbilityRuntime.Mission|Class name: ProcessData
Method or attribute name: bundleName: string;
SysCap:SystemCapability.Ability.AbilityRuntime.Core|ProcessData.d.ts| +|SysCap changed|Class name: ProcessData
Method or attribute name: pid: number;
SysCap:SystemCapability.Ability.AbilityRuntime.Mission|Class name: ProcessData
Method or attribute name: pid: number;
SysCap:SystemCapability.Ability.AbilityRuntime.Core|ProcessData.d.ts| +|SysCap changed|Class name: ProcessData
Method or attribute name: uid: number;
SysCap:SystemCapability.Ability.AbilityRuntime.Mission|Class name: ProcessData
Method or attribute name: uid: number;
SysCap:SystemCapability.Ability.AbilityRuntime.Core|ProcessData.d.ts| diff --git a/en/release-notes/api-diff/v3.2-Release/js-apidiff-accessibility.md b/en/release-notes/api-diff/v3.2-Release/js-apidiff-accessibility.md new file mode 100644 index 0000000000000000000000000000000000000000..5cd29a0284699fbbfb28ff1cdd5baaa6c33add9f --- /dev/null +++ b/en/release-notes/api-diff/v3.2-Release/js-apidiff-accessibility.md @@ -0,0 +1,109 @@ +| Change Type | Old Version | New Version | d.ts File | +| ---- | ------ | ------ | -------- | +|Added|NA|Module name: ohos.accessibility.config
Class name: config|@ohos.accessibility.config.d.ts| +|Added|NA|Module name: ohos.accessibility.config
Class name: DaltonizationColorFilter
Method or attribute name: type DaltonizationColorFilter = 'Normal' \| 'Protanomaly' \| 'Deuteranomaly' \| 'Tritanomaly';|@ohos.accessibility.config.d.ts| +|Added|NA|Module name: ohos.accessibility.config
Class name: DaltonizationColorFilter
Method or attribute name: type DaltonizationColorFilter = 'Normal' \| 'Protanomaly' \| 'Deuteranomaly' \| 'Tritanomaly';|@ohos.accessibility.config.d.ts| +|Added|NA|Module name: ohos.accessibility.config
Class name: DaltonizationColorFilter
Method or attribute name: type DaltonizationColorFilter = 'Normal' \| 'Protanomaly' \| 'Deuteranomaly' \| 'Tritanomaly';|@ohos.accessibility.config.d.ts| +|Added|NA|Module name: ohos.accessibility.config
Class name: DaltonizationColorFilter
Method or attribute name: type DaltonizationColorFilter = 'Normal' \| 'Protanomaly' \| 'Deuteranomaly' \| 'Tritanomaly';|@ohos.accessibility.config.d.ts| +|Added|NA|Module name: ohos.accessibility.config
Class name: config
Method or attribute name: var highContrastText: Config\;|@ohos.accessibility.config.d.ts| +|Added|NA|Module name: ohos.accessibility.config
Class name: config
Method or attribute name: var invertColor: Config\;|@ohos.accessibility.config.d.ts| +|Added|NA|Module name: ohos.accessibility.config
Class name: config
Method or attribute name: var daltonizationColorFilter: Config\;|@ohos.accessibility.config.d.ts| +|Added|NA|Module name: ohos.accessibility.config
Class name: config
Method or attribute name: var contentTimeout: Config\;|@ohos.accessibility.config.d.ts| +|Added|NA|Module name: ohos.accessibility.config
Class name: config
Method or attribute name: var animationOff: Config\;|@ohos.accessibility.config.d.ts| +|Added|NA|Module name: ohos.accessibility.config
Class name: config
Method or attribute name: var brightnessDiscount: Config\;|@ohos.accessibility.config.d.ts| +|Added|NA|Module name: ohos.accessibility.config
Class name: config
Method or attribute name: var mouseKey: Config\;|@ohos.accessibility.config.d.ts| +|Added|NA|Module name: ohos.accessibility.config
Class name: config
Method or attribute name: var mouseAutoClick: Config\;|@ohos.accessibility.config.d.ts| +|Added|NA|Module name: ohos.accessibility.config
Class name: config
Method or attribute name: var shortkey: Config\;|@ohos.accessibility.config.d.ts| +|Added|NA|Module name: ohos.accessibility.config
Class name: config
Method or attribute name: var shortkeyTarget: Config\;|@ohos.accessibility.config.d.ts| +|Added|NA|Module name: ohos.accessibility.config
Class name: config
Method or attribute name: var captions: Config\;|@ohos.accessibility.config.d.ts| +|Added|NA|Module name: ohos.accessibility.config
Class name: config
Method or attribute name: var captionsStyle: Config\;|@ohos.accessibility.config.d.ts| +|Added|NA|Module name: ohos.accessibility.config
Class name: config
Method or attribute name: function enableAbility(name: string, capability: Array\): Promise\;|@ohos.accessibility.config.d.ts| +|Added|NA|Module name: ohos.accessibility.config
Class name: config
Method or attribute name: function enableAbility(name: string, capability: Array\, callback: AsyncCallback\): void;|@ohos.accessibility.config.d.ts| +|Added|NA|Module name: ohos.accessibility.config
Class name: config
Method or attribute name: function disableAbility(name: string): Promise\;|@ohos.accessibility.config.d.ts| +|Added|NA|Module name: ohos.accessibility.config
Class name: config
Method or attribute name: function disableAbility(name: string, callback: AsyncCallback\): void;|@ohos.accessibility.config.d.ts| +|Added|NA|Module name: ohos.accessibility.config
Class name: config
Method or attribute name: function on(type: 'enabledAccessibilityExtensionListChange', callback: Callback\): void;|@ohos.accessibility.config.d.ts| +|Added|NA|Module name: ohos.accessibility.config
Class name: config
Method or attribute name: function off(type: 'enabledAccessibilityExtensionListChange', callback?: Callback\): void;|@ohos.accessibility.config.d.ts| +|Added|NA|Module name: ohos.accessibility.config
Class name: Config|@ohos.accessibility.config.d.ts| +|Added|NA|Module name: ohos.accessibility.config
Class name: Config
Method or attribute name: set(value: T): Promise\;|@ohos.accessibility.config.d.ts| +|Added|NA|Module name: ohos.accessibility.config
Class name: Config
Method or attribute name: set(value: T, callback: AsyncCallback\): void;|@ohos.accessibility.config.d.ts| +|Added|NA|Module name: ohos.accessibility.config
Class name: Config
Method or attribute name: get(): Promise\;|@ohos.accessibility.config.d.ts| +|Added|NA|Module name: ohos.accessibility.config
Class name: Config
Method or attribute name: get(callback: AsyncCallback\): void;|@ohos.accessibility.config.d.ts| +|Added|NA|Module name: ohos.accessibility.config
Class name: Config
Method or attribute name: on(callback: Callback\): void;|@ohos.accessibility.config.d.ts| +|Added|NA|Module name: ohos.accessibility.config
Class name: Config
Method or attribute name: off(callback?: Callback\): void;|@ohos.accessibility.config.d.ts| +|Added|NA|Class name: AbilityType
Method or attribute name: type AbilityType = 'audible' \| 'generic' \| 'haptic' \| 'spoken' \| 'visual' \| 'all';|@ohos.accessibility.d.ts| +|Added|NA|Class name: AbilityType
Method or attribute name: type AbilityType = 'audible' \| 'generic' \| 'haptic' \| 'spoken' \| 'visual' \| 'all';|@ohos.accessibility.d.ts| +|Added|NA|Class name: AbilityType
Method or attribute name: type AbilityType = 'audible' \| 'generic' \| 'haptic' \| 'spoken' \| 'visual' \| 'all';|@ohos.accessibility.d.ts| +|Added|NA|Class name: AbilityType
Method or attribute name: type AbilityType = 'audible' \| 'generic' \| 'haptic' \| 'spoken' \| 'visual' \| 'all';|@ohos.accessibility.d.ts| +|Added|NA|Class name: AbilityType
Method or attribute name: type AbilityType = 'audible' \| 'generic' \| 'haptic' \| 'spoken' \| 'visual' \| 'all';|@ohos.accessibility.d.ts| +|Added|NA|Class name: AbilityType
Method or attribute name: type AbilityType = 'audible' \| 'generic' \| 'haptic' \| 'spoken' \| 'visual' \| 'all';|@ohos.accessibility.d.ts| +|Added|NA|Class name: accessibility
Method or attribute name: function getAccessibilityExtensionList(abilityType: AbilityType, stateType: AbilityState): Promise\>;|@ohos.accessibility.d.ts| +|Added|NA|Class name: accessibility
Method or attribute name: function getAccessibilityExtensionList(abilityType: AbilityType, stateType: AbilityState, callback: AsyncCallback\>): void;|@ohos.accessibility.d.ts| +|Added|NA|Class name: accessibility
Method or attribute name: function sendAccessibilityEvent(event: EventInfo, callback: AsyncCallback\): void;|@ohos.accessibility.d.ts| +|Added|NA|Class name: accessibility
Method or attribute name: function sendAccessibilityEvent(event: EventInfo): Promise\;|@ohos.accessibility.d.ts| +|Added|NA|Module name: ohos.accessibility
Class name: AccessibilityAbilityInfo
Method or attribute name: readonly targetBundleNames: Array\;|@ohos.accessibility.d.ts| +|Added|NA|Class name: AccessibilityAbilityInfo
Method or attribute name: readonly targetBundleNames: Array\;|@ohos.accessibility.d.ts| +|Added|NA|Module name: ohos.accessibility.GesturePath
Class name: GesturePath|@ohos.accessibility.GesturePath.d.ts| +|Added|NA|Module name: ohos.accessibility.GesturePath
Class name: GesturePath
Method or attribute name: constructor(durationTime: number);|@ohos.accessibility.GesturePath.d.ts| +|Added|NA|Module name: ohos.accessibility.GesturePath
Class name: GesturePath
Method or attribute name: points: Array\;|@ohos.accessibility.GesturePath.d.ts| +|Added|NA|Module name: ohos.accessibility.GesturePath
Class name: GesturePath
Method or attribute name: durationTime: number;|@ohos.accessibility.GesturePath.d.ts| +|Added|NA|Module name: ohos.accessibility.GesturePoint
Class name: GesturePoint|@ohos.accessibility.GesturePoint.d.ts| +|Added|NA|Module name: ohos.accessibility.GesturePoint
Class name: GesturePoint
Method or attribute name: constructor(positionX: number, positionY: number);|@ohos.accessibility.GesturePoint.d.ts| +|Added|NA|Module name: ohos.accessibility.GesturePoint
Class name: GesturePoint
Method or attribute name: positionX: number;|@ohos.accessibility.GesturePoint.d.ts| +|Added|NA|Module name: ohos.accessibility.GesturePoint
Class name: GesturePoint
Method or attribute name: positionY: number;|@ohos.accessibility.GesturePoint.d.ts| +|Added|NA|Module name: ohos.application.AccessibilityExtensionAbility
Class name: AccessibilityExtensionAbility|@ohos.application.AccessibilityExtensionAbility.d.ts| +|Added|NA|Module name: ohos.application.AccessibilityExtensionAbility
Class name: AccessibilityExtensionAbility
Method or attribute name: context: AccessibilityExtensionContext;|@ohos.application.AccessibilityExtensionAbility.d.ts| +|Added|NA|Module name: ohos.application.AccessibilityExtensionAbility
Class name: AccessibilityExtensionAbility
Method or attribute name: onConnect(): void;|@ohos.application.AccessibilityExtensionAbility.d.ts| +|Added|NA|Module name: ohos.application.AccessibilityExtensionAbility
Class name: AccessibilityExtensionAbility
Method or attribute name: onDisconnect(): void;|@ohos.application.AccessibilityExtensionAbility.d.ts| +|Added|NA|Module name: ohos.application.AccessibilityExtensionAbility
Class name: AccessibilityExtensionAbility
Method or attribute name: onAccessibilityEvent(event: AccessibilityEvent): void;|@ohos.application.AccessibilityExtensionAbility.d.ts| +|Added|NA|Module name: ohos.application.AccessibilityExtensionAbility
Class name: AccessibilityExtensionAbility
Method or attribute name: onKeyEvent(keyEvent: KeyEvent): boolean;|@ohos.application.AccessibilityExtensionAbility.d.ts| +|Added|NA|Module name: ohos.application.AccessibilityExtensionAbility
Class name: AccessibilityEvent|@ohos.application.AccessibilityExtensionAbility.d.ts| +|Added|NA|Module name: ohos.application.AccessibilityExtensionAbility
Class name: AccessibilityEvent
Method or attribute name: eventType: accessibility.EventType \| accessibility.WindowUpdateType \|
TouchGuideType \| GestureType \| PageUpdateType;|@ohos.application.AccessibilityExtensionAbility.d.ts| +|Added|NA|Module name: ohos.application.AccessibilityExtensionAbility
Class name: AccessibilityEvent
Method or attribute name: target?: AccessibilityElement;|@ohos.application.AccessibilityExtensionAbility.d.ts| +|Added|NA|Module name: ohos.application.AccessibilityExtensionAbility
Class name: AccessibilityEvent
Method or attribute name: timeStamp?: number;|@ohos.application.AccessibilityExtensionAbility.d.ts| +|Added|NA|Module name: AccessibilityExtensionContext
Class name: AccessibilityExtensionContext|AccessibilityExtensionContext.d.ts| +|Added|NA|Module name: AccessibilityExtensionContext
Class name: AccessibilityExtensionContext
Method or attribute name: setTargetBundleName(targetNames: Array\): Promise\;|AccessibilityExtensionContext.d.ts| +|Added|NA|Module name: AccessibilityExtensionContext
Class name: AccessibilityExtensionContext
Method or attribute name: setTargetBundleName(targetNames: Array\, callback: AsyncCallback\): void;|AccessibilityExtensionContext.d.ts| +|Added|NA|Module name: AccessibilityExtensionContext
Class name: AccessibilityExtensionContext
Method or attribute name: getFocusElement(isAccessibilityFocus?: boolean): Promise\;|AccessibilityExtensionContext.d.ts| +|Added|NA|Module name: AccessibilityExtensionContext
Class name: AccessibilityExtensionContext
Method or attribute name: getFocusElement(callback: AsyncCallback\): void;|AccessibilityExtensionContext.d.ts| +|Added|NA|Module name: AccessibilityExtensionContext
Class name: AccessibilityExtensionContext
Method or attribute name: getFocusElement(isAccessibilityFocus: boolean, callback: AsyncCallback\): void;|AccessibilityExtensionContext.d.ts| +|Added|NA|Module name: AccessibilityExtensionContext
Class name: AccessibilityExtensionContext
Method or attribute name: getWindowRootElement(windowId?: number): Promise\;|AccessibilityExtensionContext.d.ts| +|Added|NA|Module name: AccessibilityExtensionContext
Class name: AccessibilityExtensionContext
Method or attribute name: getWindowRootElement(callback: AsyncCallback\): void;|AccessibilityExtensionContext.d.ts| +|Added|NA|Module name: AccessibilityExtensionContext
Class name: AccessibilityExtensionContext
Method or attribute name: getWindowRootElement(windowId: number, callback: AsyncCallback\): void;|AccessibilityExtensionContext.d.ts| +|Added|NA|Module name: AccessibilityExtensionContext
Class name: AccessibilityExtensionContext
Method or attribute name: getWindows(displayId?: number): Promise\>;|AccessibilityExtensionContext.d.ts| +|Added|NA|Module name: AccessibilityExtensionContext
Class name: AccessibilityExtensionContext
Method or attribute name: getWindows(callback: AsyncCallback\>): void;|AccessibilityExtensionContext.d.ts| +|Added|NA|Module name: AccessibilityExtensionContext
Class name: AccessibilityExtensionContext
Method or attribute name: getWindows(displayId: number, callback: AsyncCallback\>): void;|AccessibilityExtensionContext.d.ts| +|Added|NA|Module name: AccessibilityExtensionContext
Class name: AccessibilityExtensionContext
Method or attribute name: injectGesture(gesturePath: GesturePath): Promise\;|AccessibilityExtensionContext.d.ts| +|Added|NA|Module name: AccessibilityExtensionContext
Class name: AccessibilityExtensionContext
Method or attribute name: injectGesture(gesturePath: GesturePath, callback: AsyncCallback\): void;|AccessibilityExtensionContext.d.ts| +|Added|NA|Module name: AccessibilityExtensionContext
Class name: AccessibilityElement|AccessibilityExtensionContext.d.ts| +|Added|NA|Module name: AccessibilityExtensionContext
Class name: AccessibilityElement
Method or attribute name: attributeNames\(): Promise\>;|AccessibilityExtensionContext.d.ts| +|Added|NA|Module name: AccessibilityExtensionContext
Class name: AccessibilityElement
Method or attribute name: attributeNames\(callback: AsyncCallback\>): void;|AccessibilityExtensionContext.d.ts| +|Added|NA|Module name: AccessibilityExtensionContext
Class name: AccessibilityElement
Method or attribute name: attributeValue\(attributeName: T): Promise\;|AccessibilityExtensionContext.d.ts| +|Added|NA|Module name: AccessibilityExtensionContext
Class name: AccessibilityElement
Method or attribute name: attributeValue\(attributeName: T,
callback: AsyncCallback\): void;|AccessibilityExtensionContext.d.ts| +|Added|NA|Module name: AccessibilityExtensionContext
Class name: AccessibilityElement
Method or attribute name: actionNames(): Promise\>;|AccessibilityExtensionContext.d.ts| +|Added|NA|Module name: AccessibilityExtensionContext
Class name: AccessibilityElement
Method or attribute name: actionNames(callback: AsyncCallback\>): void;|AccessibilityExtensionContext.d.ts| +|Added|NA|Module name: AccessibilityExtensionContext
Class name: AccessibilityElement
Method or attribute name: performAction(actionName: string, parameters?: object): Promise\;|AccessibilityExtensionContext.d.ts| +|Added|NA|Module name: AccessibilityExtensionContext
Class name: AccessibilityElement
Method or attribute name: performAction(actionName: string, callback: AsyncCallback\): void;|AccessibilityExtensionContext.d.ts| +|Added|NA|Module name: AccessibilityExtensionContext
Class name: AccessibilityElement
Method or attribute name: performAction(actionName: string, parameters: object, callback: AsyncCallback\): void;|AccessibilityExtensionContext.d.ts| +|Added|NA|Module name: AccessibilityExtensionContext
Class name: AccessibilityElement
Method or attribute name: findElement(type: 'content', condition: string): Promise\>;|AccessibilityExtensionContext.d.ts| +|Added|NA|Module name: AccessibilityExtensionContext
Class name: AccessibilityElement
Method or attribute name: findElement(type: 'content', condition: string, callback: AsyncCallback\>): void|AccessibilityExtensionContext.d.ts| +|Added|NA|Module name: AccessibilityExtensionContext
Class name: AccessibilityElement
Method or attribute name: findElement(type: 'focusType', condition: FocusType): Promise\;|AccessibilityExtensionContext.d.ts| +|Added|NA|Module name: AccessibilityExtensionContext
Class name: AccessibilityElement
Method or attribute name: findElement(type: 'focusType', condition: FocusType, callback: AsyncCallback\): void|AccessibilityExtensionContext.d.ts| +|Added|NA|Module name: AccessibilityExtensionContext
Class name: AccessibilityElement
Method or attribute name: findElement(type: 'focusDirection', condition: FocusDirection): Promise\;|AccessibilityExtensionContext.d.ts| +|Added|NA|Module name: AccessibilityExtensionContext
Class name: AccessibilityElement
Method or attribute name: findElement(type: 'focusDirection', condition: FocusDirection, callback: AsyncCallback\): void|AccessibilityExtensionContext.d.ts| +|Added|NA|Module name: AccessibilityExtensionContext
Class name: Rect|AccessibilityExtensionContext.d.ts| +|Added|NA|Module name: AccessibilityExtensionContext
Class name: Rect
Method or attribute name: left: number;|AccessibilityExtensionContext.d.ts| +|Added|NA|Module name: AccessibilityExtensionContext
Class name: Rect
Method or attribute name: top: number;|AccessibilityExtensionContext.d.ts| +|Added|NA|Module name: AccessibilityExtensionContext
Class name: Rect
Method or attribute name: width: number;|AccessibilityExtensionContext.d.ts| +|Added|NA|Module name: AccessibilityExtensionContext
Class name: Rect
Method or attribute name: height: number;|AccessibilityExtensionContext.d.ts| +|Deprecated version changed|Class name: accessibility
Method or attribute name: function getAbilityLists(abilityType: AbilityType, stateType: AbilityState,

callback: AsyncCallback\>): void;
Deprecated version: N/A|Class name: accessibility
Method or attribute name: function getAbilityLists(abilityType: AbilityType, stateType: AbilityState,

callback: AsyncCallback\>): void;
Deprecated version: 9
Substitute API: ohos.accessibility|@ohos.accessibility.d.ts| +|Deprecated version changed|Class name: accessibility
Method or attribute name: function getAbilityLists(abilityType: AbilityType,

stateType: AbilityState): Promise\>;
Deprecated version: N/A|Class name: accessibility
Method or attribute name: function getAbilityLists(abilityType: AbilityType,

stateType: AbilityState): Promise\>;
Deprecated version: 9
Substitute API: ohos.accessibility|@ohos.accessibility.d.ts| +|Deprecated version changed|Class name: accessibility
Method or attribute name: function sendEvent(event: EventInfo, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: accessibility
Method or attribute name: function sendEvent(event: EventInfo, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.accessibility|@ohos.accessibility.d.ts| +|Deprecated version changed|Class name: accessibility
Method or attribute name: function sendEvent(event: EventInfo): Promise\;
Deprecated version: N/A|Class name: accessibility
Method or attribute name: function sendEvent(event: EventInfo): Promise\;
Deprecated version: 9
Substitute API: ohos.accessibility|@ohos.accessibility.d.ts| +|Error code added|NA|Class name: accessibility
Method or attribute name: function on(type: 'accessibilityStateChange', callback: Callback\): void;
Error code: 401|@ohos.accessibility.d.ts| +|Error code added|NA|Class name: accessibility
Method or attribute name: function on(type: 'touchGuideStateChange', callback: Callback\): void;
Error code: 401|@ohos.accessibility.d.ts| +|Error code added|NA|Class name: accessibility
Method or attribute name: function off(type: 'accessibilityStateChange', callback?: Callback\): void;
Error code: 401|@ohos.accessibility.d.ts| +|Error code added|NA|Class name: accessibility
Method or attribute name: function off(type: 'touchGuideStateChange', callback?: Callback\): void;
Error code: 401|@ohos.accessibility.d.ts| +|Error code added|NA|Class name: CaptionsManager
Method or attribute name: on(type: 'enableChange', callback: Callback\): void;
Error code: 401|@ohos.accessibility.d.ts| +|Error code added|NA|Class name: CaptionsManager
Method or attribute name: on(type: 'styleChange', callback: Callback\): void;
Error code: 401|@ohos.accessibility.d.ts| +|Error code added|NA|Class name: CaptionsManager
Method or attribute name: off(type: 'enableChange', callback?: Callback\): void;
Error code: 401|@ohos.accessibility.d.ts| +|Error code added|NA|Class name: CaptionsManager
Method or attribute name: off(type: 'styleChange', callback?: Callback\): void;
Error code: 401|@ohos.accessibility.d.ts| diff --git a/en/release-notes/api-diff/v3.2-Release/js-apidiff-account.md b/en/release-notes/api-diff/v3.2-Release/js-apidiff-account.md new file mode 100644 index 0000000000000000000000000000000000000000..25cae994bd97211a14524125324ed3ca60b2f0b5 --- /dev/null +++ b/en/release-notes/api-diff/v3.2-Release/js-apidiff-account.md @@ -0,0 +1,378 @@ +| Change Type | Old Version | New Version | d.ts File | +| ---- | ------ | ------ | -------- | +|Added|NA|Class name: AppAccountManager
Method or attribute name: createAccount(name: string, callback: AsyncCallback\): void;|@ohos.account.appAccount.d.ts| +|Added|NA|Class name: AppAccountManager
Method or attribute name: createAccount(name: string, options: CreateAccountOptions, callback: AsyncCallback\): void;|@ohos.account.appAccount.d.ts| +|Added|NA|Class name: AppAccountManager
Method or attribute name: createAccount(name: string, options?: CreateAccountOptions): Promise\;|@ohos.account.appAccount.d.ts| +|Added|NA|Class name: AppAccountManager
Method or attribute name: createAccountImplicitly(owner: string, callback: AuthCallback): void;|@ohos.account.appAccount.d.ts| +|Added|NA|Class name: AppAccountManager
Method or attribute name: createAccountImplicitly(owner: string, options: CreateAccountImplicitlyOptions, callback: AuthCallback): void;|@ohos.account.appAccount.d.ts| +|Added|NA|Class name: AppAccountManager
Method or attribute name: removeAccount(name: string, callback: AsyncCallback\): void;|@ohos.account.appAccount.d.ts| +|Added|NA|Class name: AppAccountManager
Method or attribute name: removeAccount(name: string): Promise\;|@ohos.account.appAccount.d.ts| +|Added|NA|Class name: AppAccountManager
Method or attribute name: setAppAccess(name: string, bundleName: string, isAccessible: boolean, callback: AsyncCallback\): void;|@ohos.account.appAccount.d.ts| +|Added|NA|Class name: AppAccountManager
Method or attribute name: setAppAccess(name: string, bundleName: string, isAccessible: boolean): Promise\;|@ohos.account.appAccount.d.ts| +|Added|NA|Class name: AppAccountManager
Method or attribute name: checkAppAccess(name: string, bundleName: string, callback: AsyncCallback\): void;|@ohos.account.appAccount.d.ts| +|Added|NA|Class name: AppAccountManager
Method or attribute name: checkAppAccess(name: string, bundleName: string): Promise\;|@ohos.account.appAccount.d.ts| +|Added|NA|Class name: AppAccountManager
Method or attribute name: checkDataSyncEnabled(name: string, callback: AsyncCallback\): void;|@ohos.account.appAccount.d.ts| +|Added|NA|Class name: AppAccountManager
Method or attribute name: checkDataSyncEnabled(name: string): Promise\;|@ohos.account.appAccount.d.ts| +|Added|NA|Class name: AppAccountManager
Method or attribute name: setCredential(name: string, credentialType: string, credential: string,
callback: AsyncCallback\): void;|@ohos.account.appAccount.d.ts| +|Added|NA|Class name: AppAccountManager
Method or attribute name: setCredential(name: string, credentialType: string, credential: string): Promise\;|@ohos.account.appAccount.d.ts| +|Added|NA|Class name: AppAccountManager
Method or attribute name: setDataSyncEnabled(name: string, isEnabled: boolean, callback: AsyncCallback\): void;|@ohos.account.appAccount.d.ts| +|Added|NA|Class name: AppAccountManager
Method or attribute name: setDataSyncEnabled(name: string, isEnabled: boolean): Promise\;|@ohos.account.appAccount.d.ts| +|Added|NA|Class name: AppAccountManager
Method or attribute name: setCustomData(name: string, key: string, value: string, callback: AsyncCallback\): void;|@ohos.account.appAccount.d.ts| +|Added|NA|Class name: AppAccountManager
Method or attribute name: setCustomData(name: string, key: string, value: string): Promise\;|@ohos.account.appAccount.d.ts| +|Added|NA|Class name: AppAccountManager
Method or attribute name: getAccountsByOwner(owner: string, callback: AsyncCallback\>): void;|@ohos.account.appAccount.d.ts| +|Added|NA|Class name: AppAccountManager
Method or attribute name: getAccountsByOwner(owner: string): Promise\>;|@ohos.account.appAccount.d.ts| +|Added|NA|Class name: AppAccountManager
Method or attribute name: getCredential(name: string, credentialType: string, callback: AsyncCallback\): void;|@ohos.account.appAccount.d.ts| +|Added|NA|Class name: AppAccountManager
Method or attribute name: getCredential(name: string, credentialType: string): Promise\;|@ohos.account.appAccount.d.ts| +|Added|NA|Class name: AppAccountManager
Method or attribute name: getCustomData(name: string, key: string, callback: AsyncCallback\): void;|@ohos.account.appAccount.d.ts| +|Added|NA|Class name: AppAccountManager
Method or attribute name: getCustomData(name: string, key: string): Promise\;|@ohos.account.appAccount.d.ts| +|Added|NA|Class name: AppAccountManager
Method or attribute name: getCustomDataSync(name: string, key: string): string;|@ohos.account.appAccount.d.ts| +|Added|NA|Class name: AppAccountManager
Method or attribute name: on(type: 'accountChange', owners: Array\, callback: Callback\>): void;|@ohos.account.appAccount.d.ts| +|Added|NA|Class name: AppAccountManager
Method or attribute name: off(type: 'accountChange', callback?: Callback\>): void;|@ohos.account.appAccount.d.ts| +|Added|NA|Class name: AppAccountManager
Method or attribute name: auth(name: string, owner: string, authType: string, callback: AuthCallback): void;|@ohos.account.appAccount.d.ts| +|Added|NA|Class name: AppAccountManager
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
Method or attribute name: getAuthToken(name: string, owner: string, authType: string, callback: AsyncCallback\): void;|@ohos.account.appAccount.d.ts| +|Added|NA|Class name: AppAccountManager
Method or attribute name: getAuthToken(name: string, owner: string, authType: string): Promise\;|@ohos.account.appAccount.d.ts| +|Added|NA|Class name: AppAccountManager
Method or attribute name: setAuthToken(name: string, authType: string, token: string, callback: AsyncCallback\): void;|@ohos.account.appAccount.d.ts| +|Added|NA|Class name: AppAccountManager
Method or attribute name: setAuthToken(name: string, authType: string, token: string): Promise\;|@ohos.account.appAccount.d.ts| +|Added|NA|Class name: AppAccountManager
Method or attribute name: deleteAuthToken(name: string, owner: string, authType: string, token: string, callback: AsyncCallback\): void;|@ohos.account.appAccount.d.ts| +|Added|NA|Class name: AppAccountManager
Method or attribute name: deleteAuthToken(name: string, owner: string, authType: string, token: string): Promise\;|@ohos.account.appAccount.d.ts| +|Added|NA|Class name: AppAccountManager
Method or attribute name: setAuthTokenVisibility(name: string, authType: string, bundleName: string, isVisible: boolean, callback: AsyncCallback\): void;|@ohos.account.appAccount.d.ts| +|Added|NA|Class name: AppAccountManager
Method or attribute name: setAuthTokenVisibility(name: string, authType: string, bundleName: string, isVisible: boolean): Promise\;|@ohos.account.appAccount.d.ts| +|Added|NA|Class name: AppAccountManager
Method or attribute name: checkAuthTokenVisibility(name: string, authType: string, bundleName: string, callback: AsyncCallback\): void;|@ohos.account.appAccount.d.ts| +|Added|NA|Class name: AppAccountManager
Method or attribute name: checkAuthTokenVisibility(name: string, authType: string, bundleName: string): Promise\;|@ohos.account.appAccount.d.ts| +|Added|NA|Class name: AppAccountManager
Method or attribute name: getAllAuthTokens(name: string, owner: string, callback: AsyncCallback\>): void;|@ohos.account.appAccount.d.ts| +|Added|NA|Class name: AppAccountManager
Method or attribute name: getAllAuthTokens(name: string, owner: string): Promise\>;|@ohos.account.appAccount.d.ts| +|Added|NA|Class name: AppAccountManager
Method or attribute name: getAuthList(name: string, authType: string, callback: AsyncCallback\>): void;|@ohos.account.appAccount.d.ts| +|Added|NA|Class name: AppAccountManager
Method or attribute name: getAuthList(name: string, authType: string): Promise\>;|@ohos.account.appAccount.d.ts| +|Added|NA|Class name: AppAccountManager
Method or attribute name: getAuthCallback(sessionId: string, callback: AsyncCallback\): void;|@ohos.account.appAccount.d.ts| +|Added|NA|Class name: AppAccountManager
Method or attribute name: getAuthCallback(sessionId: string): Promise\;|@ohos.account.appAccount.d.ts| +|Added|NA|Class name: AppAccountManager
Method or attribute name: queryAuthenticatorInfo(owner: string, callback: AsyncCallback\): void;|@ohos.account.appAccount.d.ts| +|Added|NA|Class name: AppAccountManager
Method or attribute name: queryAuthenticatorInfo(owner: string): Promise\;|@ohos.account.appAccount.d.ts| +|Added|NA|Class name: AppAccountManager
Method or attribute name: checkAccountLabels(name: string, owner: string, labels: Array\, callback: AsyncCallback\): void;|@ohos.account.appAccount.d.ts| +|Added|NA|Class name: AppAccountManager
Method or attribute name: checkAccountLabels(name: string, owner: string, labels: Array\): Promise\;|@ohos.account.appAccount.d.ts| +|Added|NA|Class name: AppAccountManager
Method or attribute name: deleteCredential(name: string, credentialType: string, callback: AsyncCallback\): void;|@ohos.account.appAccount.d.ts| +|Added|NA|Class name: AppAccountManager
Method or attribute name: deleteCredential(name: string, credentialType: string): Promise\;|@ohos.account.appAccount.d.ts| +|Added|NA|Class name: AppAccountManager
Method or attribute name: selectAccountsByOptions(options: SelectAccountsOptions, callback: AsyncCallback\>): void;|@ohos.account.appAccount.d.ts| +|Added|NA|Class name: AppAccountManager
Method or attribute name: selectAccountsByOptions(options: SelectAccountsOptions): Promise\>;|@ohos.account.appAccount.d.ts| +|Added|NA|Class name: AppAccountManager
Method or attribute name: verifyCredential(name: string, owner: string, callback: AuthCallback): void;|@ohos.account.appAccount.d.ts| +|Added|NA|Class name: AppAccountManager
Method or attribute name: verifyCredential(name: string, owner: string, options: VerifyCredentialOptions, callback: AuthCallback): void;|@ohos.account.appAccount.d.ts| +|Added|NA|Class name: AppAccountManager
Method or attribute name: setAuthenticatorProperties(owner: string, callback: AuthCallback): void;|@ohos.account.appAccount.d.ts| +|Added|NA|Class name: AppAccountManager
Method or attribute name: setAuthenticatorProperties(owner: string, options: SetPropertiesOptions, callback: AuthCallback): void;|@ohos.account.appAccount.d.ts| +|Added|NA|Module name: ohos.account.appAccount
Class name: AuthTokenInfo|@ohos.account.appAccount.d.ts| +|Added|NA|Class name: AuthTokenInfo
Method or attribute name: |@ohos.account.appAccount.d.ts| +|Added|NA|Module name: ohos.account.appAccount
Class name: AuthTokenInfo
Method or attribute name: authType: string;|@ohos.account.appAccount.d.ts| +|Added|NA|Class name: AuthTokenInfo
Method or attribute name: authType: string;|@ohos.account.appAccount.d.ts| +|Added|NA|Module name: ohos.account.appAccount
Class name: AuthTokenInfo
Method or attribute name: token: string;|@ohos.account.appAccount.d.ts| +|Added|NA|Class name: AuthTokenInfo
Method or attribute name: token: string;|@ohos.account.appAccount.d.ts| +|Added|NA|Module name: ohos.account.appAccount
Class name: AuthTokenInfo
Method or attribute name: account?: AppAccountInfo;|@ohos.account.appAccount.d.ts| +|Added|NA|Class name: AuthTokenInfo
Method or attribute name: account?: AppAccountInfo;|@ohos.account.appAccount.d.ts| +|Added|NA|Module name: ohos.account.appAccount
Class name: AuthResult|@ohos.account.appAccount.d.ts| +|Added|NA|Class name: AuthResult
Method or attribute name: |@ohos.account.appAccount.d.ts| +|Added|NA|Module name: ohos.account.appAccount
Class name: AuthResult
Method or attribute name: account?: AppAccountInfo;|@ohos.account.appAccount.d.ts| +|Added|NA|Class name: AuthResult
Method or attribute name: account?: AppAccountInfo;|@ohos.account.appAccount.d.ts| +|Added|NA|Module name: ohos.account.appAccount
Class name: AuthResult
Method or attribute name: tokenInfo?: AuthTokenInfo;|@ohos.account.appAccount.d.ts| +|Added|NA|Class name: AuthResult
Method or attribute name: tokenInfo?: AuthTokenInfo;|@ohos.account.appAccount.d.ts| +|Added|NA|Module name: ohos.account.appAccount
Class name: CreateAccountOptions|@ohos.account.appAccount.d.ts| +|Added|NA|Class name: CreateAccountOptions
Method or attribute name: |@ohos.account.appAccount.d.ts| +|Added|NA|Module name: ohos.account.appAccount
Class name: CreateAccountOptions
Method or attribute name: customData?: {[key: string]: string};|@ohos.account.appAccount.d.ts| +|Added|NA|Class name: CreateAccountOptions
Method or attribute name: customData?: {[key: string]: string};|@ohos.account.appAccount.d.ts| +|Added|NA|Module name: ohos.account.appAccount
Class name: CreateAccountImplicitlyOptions|@ohos.account.appAccount.d.ts| +|Added|NA|Class name: CreateAccountImplicitlyOptions
Method or attribute name: |@ohos.account.appAccount.d.ts| +|Added|NA|Module name: ohos.account.appAccount
Class name: CreateAccountImplicitlyOptions
Method or attribute name: requiredLabels?: Array\;|@ohos.account.appAccount.d.ts| +|Added|NA|Class name: CreateAccountImplicitlyOptions
Method or attribute name: requiredLabels?: Array\;|@ohos.account.appAccount.d.ts| +|Added|NA|Module name: ohos.account.appAccount
Class name: CreateAccountImplicitlyOptions
Method or attribute name: authType?: string;|@ohos.account.appAccount.d.ts| +|Added|NA|Class name: CreateAccountImplicitlyOptions
Method or attribute name: authType?: string;|@ohos.account.appAccount.d.ts| +|Added|NA|Module name: ohos.account.appAccount
Class name: CreateAccountImplicitlyOptions
Method or attribute name: parameters?: {[key:string]: Object};|@ohos.account.appAccount.d.ts| +|Added|NA|Class name: CreateAccountImplicitlyOptions
Method or attribute name: parameters?: {[key:string]: Object};|@ohos.account.appAccount.d.ts| +|Added|NA|Module name: ohos.account.appAccount
Class name: SelectAccountsOptions|@ohos.account.appAccount.d.ts| +|Added|NA|Class name: SelectAccountsOptions
Method or attribute name: |@ohos.account.appAccount.d.ts| +|Added|NA|Module name: ohos.account.appAccount
Class name: SelectAccountsOptions
Method or attribute name: allowedAccounts?: Array\;|@ohos.account.appAccount.d.ts| +|Added|NA|Class name: SelectAccountsOptions
Method or attribute name: allowedAccounts?: Array\;|@ohos.account.appAccount.d.ts| +|Added|NA|Module name: ohos.account.appAccount
Class name: SelectAccountsOptions
Method or attribute name: allowedOwners?: Array\;|@ohos.account.appAccount.d.ts| +|Added|NA|Class name: SelectAccountsOptions
Method or attribute name: allowedOwners?: Array\;|@ohos.account.appAccount.d.ts| +|Added|NA|Module name: ohos.account.appAccount
Class name: SelectAccountsOptions
Method or attribute name: requiredLabels?: Array\;|@ohos.account.appAccount.d.ts| +|Added|NA|Class name: SelectAccountsOptions
Method or attribute name: requiredLabels?: Array\;|@ohos.account.appAccount.d.ts| +|Added|NA|Module name: ohos.account.appAccount
Class name: VerifyCredentialOptions|@ohos.account.appAccount.d.ts| +|Added|NA|Class name: VerifyCredentialOptions
Method or attribute name: |@ohos.account.appAccount.d.ts| +|Added|NA|Module name: ohos.account.appAccount
Class name: VerifyCredentialOptions
Method or attribute name: credentialType?: string;|@ohos.account.appAccount.d.ts| +|Added|NA|Class name: VerifyCredentialOptions
Method or attribute name: credentialType?: string;|@ohos.account.appAccount.d.ts| +|Added|NA|Module name: ohos.account.appAccount
Class name: VerifyCredentialOptions
Method or attribute name: credential?: string;|@ohos.account.appAccount.d.ts| +|Added|NA|Class name: VerifyCredentialOptions
Method or attribute name: credential?: string;|@ohos.account.appAccount.d.ts| +|Added|NA|Module name: ohos.account.appAccount
Class name: VerifyCredentialOptions
Method or attribute name: parameters?: {[key:string]: Object};|@ohos.account.appAccount.d.ts| +|Added|NA|Class name: VerifyCredentialOptions
Method or attribute name: parameters?: {[key:string]: Object};|@ohos.account.appAccount.d.ts| +|Added|NA|Module name: ohos.account.appAccount
Class name: SetPropertiesOptions|@ohos.account.appAccount.d.ts| +|Added|NA|Class name: SetPropertiesOptions
Method or attribute name: |@ohos.account.appAccount.d.ts| +|Added|NA|Module name: ohos.account.appAccount
Class name: SetPropertiesOptions
Method or attribute name: properties?: {[key: string]: Object};|@ohos.account.appAccount.d.ts| +|Added|NA|Class name: SetPropertiesOptions
Method or attribute name: properties?: {[key: string]: Object};|@ohos.account.appAccount.d.ts| +|Added|NA|Module name: ohos.account.appAccount
Class name: SetPropertiesOptions
Method or attribute name: parameters?: {[key: string]: Object};|@ohos.account.appAccount.d.ts| +|Added|NA|Class name: SetPropertiesOptions
Method or attribute name: parameters?: {[key: string]: Object};|@ohos.account.appAccount.d.ts| +|Added|NA|Class name: Constants
Method or attribute name: ACTION_CREATE_ACCOUNT_IMPLICITLY = "createAccountImplicitly"|@ohos.account.appAccount.d.ts| +|Added|NA|Class name: Constants
Method or attribute name: ACTION_AUTH = "auth"|@ohos.account.appAccount.d.ts| +|Added|NA|Class name: Constants
Method or attribute name: ACTION_VERIFY_CREDENTIAL = "verifyCredential"|@ohos.account.appAccount.d.ts| +|Added|NA|Class name: Constants
Method or attribute name: ACTION_SET_AUTHENTICATOR_PROPERTIES = "setAuthenticatorProperties"|@ohos.account.appAccount.d.ts| +|Added|NA|Class name: Constants
Method or attribute name: KEY_REQUIRED_LABELS = "requiredLabels"|@ohos.account.appAccount.d.ts| +|Added|NA|Class name: Constants
Method or attribute name: KEY_BOOLEAN_RESULT = "booleanResult"|@ohos.account.appAccount.d.ts| +|Added|NA|Module name: ohos.account.appAccount
Class name: AuthCallback|@ohos.account.appAccount.d.ts| +|Added|NA|Class name: AuthCallback
Method or attribute name: |@ohos.account.appAccount.d.ts| +|Added|NA|Module name: ohos.account.appAccount
Class name: AuthCallback
Method or attribute name: onResult: (code: number, result?: AuthResult) => void;|@ohos.account.appAccount.d.ts| +|Added|NA|Class name: AuthCallback
Method or attribute name: onResult: (code: number, result?: AuthResult) => void;|@ohos.account.appAccount.d.ts| +|Added|NA|Module name: ohos.account.appAccount
Class name: AuthCallback
Method or attribute name: onRequestRedirected: (request: Want) => void;|@ohos.account.appAccount.d.ts| +|Added|NA|Class name: AuthCallback
Method or attribute name: onRequestRedirected: (request: Want) => void;|@ohos.account.appAccount.d.ts| +|Added|NA|Module name: ohos.account.appAccount
Class name: AuthCallback
Method or attribute name: onRequestContinued?: () => void;|@ohos.account.appAccount.d.ts| +|Added|NA|Class name: AuthCallback
Method or attribute name: onRequestContinued?: () => void;|@ohos.account.appAccount.d.ts| +|Added|NA|Class name: Authenticator
Method or attribute name: createAccountImplicitly(options: CreateAccountImplicitlyOptions, callback: AuthCallback): void;|@ohos.account.appAccount.d.ts| +|Added|NA|Class name: Authenticator
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
Method or attribute name: verifyCredential(name: string, options: VerifyCredentialOptions, callback: AuthCallback): void;|@ohos.account.appAccount.d.ts| +|Added|NA|Class name: Authenticator
Method or attribute name: setProperties(options: SetPropertiesOptions, callback: AuthCallback): void;|@ohos.account.appAccount.d.ts| +|Added|NA|Class name: Authenticator
Method or attribute name: checkAccountLabels(name: string, labels: Array\, callback: AuthCallback): void;|@ohos.account.appAccount.d.ts| +|Added|NA|Class name: Authenticator
Method or attribute name: checkAccountRemovable(name: string, callback: AuthCallback): void;|@ohos.account.appAccount.d.ts| +|Added|NA|Class name: Authenticator
Method or attribute name: getRemoteObject(): rpc.RemoteObject;|@ohos.account.appAccount.d.ts| +|Added|NA|Class name: DistributedAccountAbility
Method or attribute name: getOsAccountDistributedInfo(callback: AsyncCallback\): void;|@ohos.account.distributedAccount.d.ts| +|Added|NA|Class name: DistributedAccountAbility
Method or attribute name: getOsAccountDistributedInfo(): Promise\;|@ohos.account.distributedAccount.d.ts| +|Added|NA|Class name: DistributedAccountAbility
Method or attribute name: setOsAccountDistributedInfo(accountInfo: DistributedInfo, callback: AsyncCallback\): void;|@ohos.account.distributedAccount.d.ts| +|Added|NA|Class name: DistributedAccountAbility
Method or attribute name: setOsAccountDistributedInfo(accountInfo: DistributedInfo): Promise\;|@ohos.account.distributedAccount.d.ts| +|Added|NA|Class name: DistributedInfo
Method or attribute name: nickname?: string;|@ohos.account.distributedAccount.d.ts| +|Added|NA|Class name: DistributedInfo
Method or attribute name: avatar?: string;|@ohos.account.distributedAccount.d.ts| +|Added|NA|Class name: AccountManager
Method or attribute name: checkMultiOsAccountEnabled(callback: AsyncCallback\): void;|@ohos.account.osAccount.d.ts| +|Added|NA|Class name: AccountManager
Method or attribute name: checkMultiOsAccountEnabled(): Promise\;|@ohos.account.osAccount.d.ts| +|Added|NA|Class name: AccountManager
Method or attribute name: checkOsAccountActivated(localId: number, callback: AsyncCallback\): void;|@ohos.account.osAccount.d.ts| +|Added|NA|Class name: AccountManager
Method or attribute name: checkOsAccountActivated(localId: number): Promise\;|@ohos.account.osAccount.d.ts| +|Added|NA|Class name: AccountManager
Method or attribute name: checkOsAccountConstraintEnabled(localId: number, constraint: string, callback: AsyncCallback\): void;|@ohos.account.osAccount.d.ts| +|Added|NA|Class name: AccountManager
Method or attribute name: checkOsAccountConstraintEnabled(localId: number, constraint: string): Promise\;|@ohos.account.osAccount.d.ts| +|Added|NA|Class name: AccountManager
Method or attribute name: checkOsAccountTestable(callback: AsyncCallback\): void;|@ohos.account.osAccount.d.ts| +|Added|NA|Class name: AccountManager
Method or attribute name: checkOsAccountTestable(): Promise\;|@ohos.account.osAccount.d.ts| +|Added|NA|Class name: AccountManager
Method or attribute name: checkOsAccountVerified(callback: AsyncCallback\): void;|@ohos.account.osAccount.d.ts| +|Added|NA|Class name: AccountManager
Method or attribute name: checkOsAccountVerified(): Promise\;|@ohos.account.osAccount.d.ts| +|Added|NA|Class name: AccountManager
Method or attribute name: checkOsAccountVerified(localId: number, callback: AsyncCallback\): void;|@ohos.account.osAccount.d.ts| +|Added|NA|Class name: AccountManager
Method or attribute name: checkOsAccountVerified(localId: number): Promise\;|@ohos.account.osAccount.d.ts| +|Added|NA|Class name: AccountManager
Method or attribute name: getOsAccountCount(callback: AsyncCallback\): void;|@ohos.account.osAccount.d.ts| +|Added|NA|Class name: AccountManager
Method or attribute name: getOsAccountCount(): Promise\;|@ohos.account.osAccount.d.ts| +|Added|NA|Class name: AccountManager
Method or attribute name: getOsAccountLocalId(callback: AsyncCallback\): void;|@ohos.account.osAccount.d.ts| +|Added|NA|Class name: AccountManager
Method or attribute name: getOsAccountLocalId(): Promise\;|@ohos.account.osAccount.d.ts| +|Added|NA|Class name: AccountManager
Method or attribute name: getOsAccountLocalIdForUid(uid: number, callback: AsyncCallback\): void;|@ohos.account.osAccount.d.ts| +|Added|NA|Class name: AccountManager
Method or attribute name: getOsAccountLocalIdForUid(uid: number): Promise\;|@ohos.account.osAccount.d.ts| +|Added|NA|Class name: AccountManager
Method or attribute name: getOsAccountLocalIdForDomain(domainInfo: DomainAccountInfo, callback: AsyncCallback\): void;|@ohos.account.osAccount.d.ts| +|Added|NA|Class name: AccountManager
Method or attribute name: getOsAccountLocalIdForDomain(domainInfo: DomainAccountInfo): Promise\;|@ohos.account.osAccount.d.ts| +|Added|NA|Class name: AccountManager
Method or attribute name: getOsAccountConstraints(localId: number, callback: AsyncCallback\>): void;|@ohos.account.osAccount.d.ts| +|Added|NA|Class name: AccountManager
Method or attribute name: getOsAccountConstraints(localId: number): Promise\>;|@ohos.account.osAccount.d.ts| +|Added|NA|Class name: AccountManager
Method or attribute name: getActivatedOsAccountLocalIds(callback: AsyncCallback\>): void;|@ohos.account.osAccount.d.ts| +|Added|NA|Class name: AccountManager
Method or attribute name: getActivatedOsAccountLocalIds(): Promise\>;|@ohos.account.osAccount.d.ts| +|Added|NA|Class name: AccountManager
Method or attribute name: getCurrentOsAccount(callback: AsyncCallback\): void;|@ohos.account.osAccount.d.ts| +|Added|NA|Class name: AccountManager
Method or attribute name: getCurrentOsAccount(): Promise\;|@ohos.account.osAccount.d.ts| +|Added|NA|Class name: AccountManager
Method or attribute name: getOsAccountType(callback: AsyncCallback\): void;|@ohos.account.osAccount.d.ts| +|Added|NA|Class name: AccountManager
Method or attribute name: getOsAccountType(): Promise\;|@ohos.account.osAccount.d.ts| +|Added|NA|Class name: AccountManager
Method or attribute name: queryDistributedVirtualDeviceId(callback: AsyncCallback\): void;|@ohos.account.osAccount.d.ts| +|Added|NA|Class name: AccountManager
Method or attribute name: queryDistributedVirtualDeviceId(): Promise\;|@ohos.account.osAccount.d.ts| +|Added|NA|Class name: AccountManager
Method or attribute name: getOsAccountLocalIdForSerialNumber(serialNumber: number, callback: AsyncCallback\): void;|@ohos.account.osAccount.d.ts| +|Added|NA|Class name: AccountManager
Method or attribute name: getOsAccountLocalIdForSerialNumber(serialNumber: number): Promise\;|@ohos.account.osAccount.d.ts| +|Added|NA|Class name: AccountManager
Method or attribute name: getSerialNumberForOsAccountLocalId(localId: number, callback: AsyncCallback\): void;|@ohos.account.osAccount.d.ts| +|Added|NA|Class name: AccountManager
Method or attribute name: getSerialNumberForOsAccountLocalId(localId: number): Promise\;|@ohos.account.osAccount.d.ts| +|Added|NA|Class name: AccountManager
Method or attribute name: getBundleIdForUid(uid: number, callback: AsyncCallback\): void;|@ohos.account.osAccount.d.ts| +|Added|NA|Class name: AccountManager
Method or attribute name: getBundleIdForUid(uid: number): Promise\;|@ohos.account.osAccount.d.ts| +|Added|NA|Class name: AccountManager
Method or attribute name: isMainOsAccount(callback: AsyncCallback\): void;|@ohos.account.osAccount.d.ts| +|Added|NA|Class name: AccountManager
Method or attribute name: isMainOsAccount(): Promise\;|@ohos.account.osAccount.d.ts| +|Added|NA|Class name: AccountManager
Method or attribute name: getOsAccountConstraintSourceTypes(localId: number, constraint: string, callback: AsyncCallback\>): void;|@ohos.account.osAccount.d.ts| +|Added|NA|Class name: AccountManager
Method or attribute name: getOsAccountConstraintSourceTypes(localId: number, constraint: string): Promise\>;|@ohos.account.osAccount.d.ts| +|Added|NA|Module name: ohos.account.osAccount
Class name: InputerManager|@ohos.account.osAccount.d.ts| +|Added|NA|Class name: InputerManager
Method or attribute name: |@ohos.account.osAccount.d.ts| +|Added|NA|Module name: ohos.account.osAccount
Class name: InputerManager
Method or attribute name: static registerInputer(authType: AuthType, inputer: IInputer): void;|@ohos.account.osAccount.d.ts| +|Added|NA|Class name: InputerManager
Method or attribute name: static registerInputer(authType: AuthType, inputer: IInputer): void;|@ohos.account.osAccount.d.ts| +|Added|NA|Module name: ohos.account.osAccount
Class name: InputerManager
Method or attribute name: static unregisterInputer(authType: AuthType): void;|@ohos.account.osAccount.d.ts| +|Added|NA|Class name: InputerManager
Method or attribute name: static unregisterInputer(authType: AuthType): void;|@ohos.account.osAccount.d.ts| +|Added|NA|Module name: ohos.account.osAccount
Class name: DomainPlugin|@ohos.account.osAccount.d.ts| +|Added|NA|Class name: DomainPlugin
Method or attribute name: |@ohos.account.osAccount.d.ts| +|Added|NA|Module name: ohos.account.osAccount
Class name: DomainPlugin
Method or attribute name: auth(domainAccountInfo: DomainAccountInfo, credential: Uint8Array, callback: IUserAuthCallback): void;|@ohos.account.osAccount.d.ts| +|Added|NA|Class name: DomainPlugin
Method or attribute name: auth(domainAccountInfo: DomainAccountInfo, credential: Uint8Array, callback: IUserAuthCallback): void;|@ohos.account.osAccount.d.ts| +|Added|NA|Module name: ohos.account.osAccount
Class name: DomainAccountManager|@ohos.account.osAccount.d.ts| +|Added|NA|Class name: DomainAccountManager
Method or attribute name: |@ohos.account.osAccount.d.ts| +|Added|NA|Module name: ohos.account.osAccount
Class name: DomainAccountManager
Method or attribute name: static registerPlugin(plugin: DomainPlugin): void;|@ohos.account.osAccount.d.ts| +|Added|NA|Class name: DomainAccountManager
Method or attribute name: static registerPlugin(plugin: DomainPlugin): void;|@ohos.account.osAccount.d.ts| +|Added|NA|Module name: ohos.account.osAccount
Class name: DomainAccountManager
Method or attribute name: static unregisterPlugin(): void;|@ohos.account.osAccount.d.ts| +|Added|NA|Class name: DomainAccountManager
Method or attribute name: static unregisterPlugin(): void;|@ohos.account.osAccount.d.ts| +|Added|NA|Class name: UserIdentityManager
Method or attribute name: getAuthInfo(callback: AsyncCallback\>): void;|@ohos.account.osAccount.d.ts| +|Added|NA|Class name: UserIdentityManager
Method or attribute name: getAuthInfo(authType: AuthType, callback: AsyncCallback\>): void;|@ohos.account.osAccount.d.ts| +|Added|NA|Module name: ohos.account.osAccount
Class name: AuthType
Method or attribute name: DOMAIN = 1024|@ohos.account.osAccount.d.ts| +|Added|NA|Class name: AuthType
Method or attribute name: DOMAIN = 1024|@ohos.account.osAccount.d.ts| +|Added|NA|Module name: ohos.account.osAccount
Class name: AuthSubType
Method or attribute name: DOMAIN_MIXED = 10240001|@ohos.account.osAccount.d.ts| +|Added|NA|Class name: AuthSubType
Method or attribute name: DOMAIN_MIXED = 10240001|@ohos.account.osAccount.d.ts| +|Added|NA|Module name: ohos.account.osAccount
Class name: ConstraintSourceType|@ohos.account.osAccount.d.ts| +|Added|NA|Class name: ConstraintSourceType
Method or attribute name: |@ohos.account.osAccount.d.ts| +|Added|NA|Module name: ohos.account.osAccount
Class name: ConstraintSourceType
Method or attribute name: CONSTRAINT_NOT_EXIST = 0|@ohos.account.osAccount.d.ts| +|Added|NA|Class name: ConstraintSourceType
Method or attribute name: CONSTRAINT_NOT_EXIST = 0|@ohos.account.osAccount.d.ts| +|Added|NA|Module name: ohos.account.osAccount
Class name: ConstraintSourceType
Method or attribute name: CONSTRAINT_TYPE_BASE = 1|@ohos.account.osAccount.d.ts| +|Added|NA|Class name: ConstraintSourceType
Method or attribute name: CONSTRAINT_TYPE_BASE = 1|@ohos.account.osAccount.d.ts| +|Added|NA|Module name: ohos.account.osAccount
Class name: ConstraintSourceType
Method or attribute name: CONSTRAINT_TYPE_DEVICE_OWNER = 2|@ohos.account.osAccount.d.ts| +|Added|NA|Class name: ConstraintSourceType
Method or attribute name: CONSTRAINT_TYPE_DEVICE_OWNER = 2|@ohos.account.osAccount.d.ts| +|Added|NA|Module name: ohos.account.osAccount
Class name: ConstraintSourceType
Method or attribute name: CONSTRAINT_TYPE_PROFILE_OWNER = 3|@ohos.account.osAccount.d.ts| +|Added|NA|Class name: ConstraintSourceType
Method or attribute name: CONSTRAINT_TYPE_PROFILE_OWNER = 3|@ohos.account.osAccount.d.ts| +|Added|NA|Module name: ohos.account.osAccount
Class name: ConstraintSourceTypeInfo|@ohos.account.osAccount.d.ts| +|Added|NA|Class name: ConstraintSourceTypeInfo
Method or attribute name: |@ohos.account.osAccount.d.ts| +|Added|NA|Module name: ohos.account.osAccount
Class name: ConstraintSourceTypeInfo
Method or attribute name: localId: number;|@ohos.account.osAccount.d.ts| +|Added|NA|Class name: ConstraintSourceTypeInfo
Method or attribute name: localId: number;|@ohos.account.osAccount.d.ts| +|Added|NA|Module name: ohos.account.osAccount
Class name: ConstraintSourceTypeInfo
Method or attribute name: type: ConstraintSourceType;|@ohos.account.osAccount.d.ts| +|Added|NA|Class name: ConstraintSourceTypeInfo
Method or attribute name: type: ConstraintSourceType;|@ohos.account.osAccount.d.ts| +|Deprecated version changed|Class name: AppAccountManager
Method or attribute name: addAccount(name: string, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: AppAccountManager
Method or attribute name: addAccount(name: string, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: appAccount.AppAccountManager|@ohos.account.appAccount.d.ts| +|Deprecated version changed|Class name: AppAccountManager
Method or attribute name: addAccount(name: string, extraInfo: string, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: AppAccountManager
Method or attribute name: addAccount(name: string, extraInfo: string, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: appAccount.AppAccountManager|@ohos.account.appAccount.d.ts| +|Deprecated version changed|Class name: AppAccountManager
Method or attribute name: addAccount(name: string, extraInfo?: string): Promise\;
Deprecated version: N/A|Class name: AppAccountManager
Method or attribute name: addAccount(name: string, extraInfo?: string): Promise\;
Deprecated version: 9
Substitute API: appAccount.AppAccountManager|@ohos.account.appAccount.d.ts| +|Deprecated version changed|Class name: AppAccountManager
Method or attribute name: addAccountImplicitly(owner: string, authType: string, options: {[key: string]: any}, callback: AuthenticatorCallback): void;
Deprecated version: N/A|Class name: AppAccountManager
Method or attribute name: addAccountImplicitly(owner: string, authType: string, options: {[key: string]: any}, callback: AuthenticatorCallback): void;
Deprecated version: 9
Substitute API: appAccount.AppAccountManager|@ohos.account.appAccount.d.ts| +|Deprecated version changed|Class name: AppAccountManager
Method or attribute name: deleteAccount(name: string, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: AppAccountManager
Method or attribute name: deleteAccount(name: string, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: appAccount.AppAccountManager|@ohos.account.appAccount.d.ts| +|Deprecated version changed|Class name: AppAccountManager
Method or attribute name: deleteAccount(name: string): Promise\;
Deprecated version: N/A|Class name: AppAccountManager
Method or attribute name: deleteAccount(name: string): Promise\;
Deprecated version: 9
Substitute API: appAccount.AppAccountManager|@ohos.account.appAccount.d.ts| +|Deprecated version changed|Class name: AppAccountManager
Method or attribute name: disableAppAccess(name: string, bundleName: string, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: AppAccountManager
Method or attribute name: disableAppAccess(name: string, bundleName: string, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: appAccount.AppAccountManager|@ohos.account.appAccount.d.ts| +|Deprecated version changed|Class name: AppAccountManager
Method or attribute name: disableAppAccess(name: string, bundleName: string): Promise\;
Deprecated version: N/A|Class name: AppAccountManager
Method or attribute name: disableAppAccess(name: string, bundleName: string): Promise\;
Deprecated version: 9
Substitute API: appAccount.AppAccountManager|@ohos.account.appAccount.d.ts| +|Deprecated version changed|Class name: AppAccountManager
Method or attribute name: enableAppAccess(name: string, bundleName: string, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: AppAccountManager
Method or attribute name: enableAppAccess(name: string, bundleName: string, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: appAccount.AppAccountManager|@ohos.account.appAccount.d.ts| +|Deprecated version changed|Class name: AppAccountManager
Method or attribute name: enableAppAccess(name: string, bundleName: string): Promise\;
Deprecated version: N/A|Class name: AppAccountManager
Method or attribute name: enableAppAccess(name: string, bundleName: string): Promise\;
Deprecated version: 9
Substitute API: appAccount.AppAccountManager|@ohos.account.appAccount.d.ts| +|Deprecated version changed|Class name: AppAccountManager
Method or attribute name: checkAppAccountSyncEnable(name: string, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: AppAccountManager
Method or attribute name: checkAppAccountSyncEnable(name: string, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: appAccount.AppAccountManager|@ohos.account.appAccount.d.ts| +|Deprecated version changed|Class name: AppAccountManager
Method or attribute name: checkAppAccountSyncEnable(name: string): Promise\;
Deprecated version: N/A|Class name: AppAccountManager
Method or attribute name: checkAppAccountSyncEnable(name: string): Promise\;
Deprecated version: 9
Substitute API: appAccount.AppAccountManager|@ohos.account.appAccount.d.ts| +|Deprecated version changed|Class name: AppAccountManager
Method or attribute name: setAccountCredential(name: string, credentialType: string, credential: string,
callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: AppAccountManager
Method or attribute name: setAccountCredential(name: string, credentialType: string, credential: string,
callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: appAccount.AppAccountManager|@ohos.account.appAccount.d.ts| +|Deprecated version changed|Class name: AppAccountManager
Method or attribute name: setAccountCredential(name: string, credentialType: string, credential: string): Promise\;
Deprecated version: N/A|Class name: AppAccountManager
Method or attribute name: setAccountCredential(name: string, credentialType: string, credential: string): Promise\;
Deprecated version: 9
Substitute API: appAccount.AppAccountManager|@ohos.account.appAccount.d.ts| +|Deprecated version changed|Class name: AppAccountManager
Method or attribute name: setAccountExtraInfo(name: string, extraInfo: string, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: AppAccountManager
Method or attribute name: setAccountExtraInfo(name: string, extraInfo: string, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: appAccount.AppAccountManager|@ohos.account.appAccount.d.ts| +|Deprecated version changed|Class name: AppAccountManager
Method or attribute name: setAccountExtraInfo(name: string, extraInfo: string): Promise\;
Deprecated version: N/A|Class name: AppAccountManager
Method or attribute name: setAccountExtraInfo(name: string, extraInfo: string): Promise\;
Deprecated version: 9
Substitute API: appAccount.AppAccountManager|@ohos.account.appAccount.d.ts| +|Deprecated version changed|Class name: AppAccountManager
Method or attribute name: setAppAccountSyncEnable(name: string, isEnable: boolean, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: AppAccountManager
Method or attribute name: setAppAccountSyncEnable(name: string, isEnable: boolean, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: appAccount.AppAccountManager|@ohos.account.appAccount.d.ts| +|Deprecated version changed|Class name: AppAccountManager
Method or attribute name: setAppAccountSyncEnable(name: string, isEnable: boolean): Promise\;
Deprecated version: N/A|Class name: AppAccountManager
Method or attribute name: setAppAccountSyncEnable(name: string, isEnable: boolean): Promise\;
Deprecated version: 9
Substitute API: appAccount.AppAccountManager|@ohos.account.appAccount.d.ts| +|Deprecated version changed|Class name: AppAccountManager
Method or attribute name: setAssociatedData(name: string, key: string, value: string, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: AppAccountManager
Method or attribute name: setAssociatedData(name: string, key: string, value: string, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: appAccount.AppAccountManager|@ohos.account.appAccount.d.ts| +|Deprecated version changed|Class name: AppAccountManager
Method or attribute name: setAssociatedData(name: string, key: string, value: string): Promise\;
Deprecated version: N/A|Class name: AppAccountManager
Method or attribute name: setAssociatedData(name: string, key: string, value: string): Promise\;
Deprecated version: 9
Substitute API: appAccount.AppAccountManager|@ohos.account.appAccount.d.ts| +|Deprecated version changed|Class name: AppAccountManager
Method or attribute name: getAllAccessibleAccounts(callback: AsyncCallback\>): void;
Deprecated version: N/A|Class name: AppAccountManager
Method or attribute name: getAllAccessibleAccounts(callback: AsyncCallback\>): void;
Deprecated version: 9
Substitute API: appAccount.AppAccountManager|@ohos.account.appAccount.d.ts| +|Deprecated version changed|Class name: AppAccountManager
Method or attribute name: getAllAccessibleAccounts(): Promise\>;
Deprecated version: N/A|Class name: AppAccountManager
Method or attribute name: getAllAccessibleAccounts(): Promise\>;
Deprecated version: 9
Substitute API: appAccount.AppAccountManager|@ohos.account.appAccount.d.ts| +|Deprecated version changed|Class name: AppAccountManager
Method or attribute name: getAllAccounts(owner: string, callback: AsyncCallback\>): void;
Deprecated version: N/A|Class name: AppAccountManager
Method or attribute name: getAllAccounts(owner: string, callback: AsyncCallback\>): void;
Deprecated version: 9
Substitute API: appAccount.AppAccountManager|@ohos.account.appAccount.d.ts| +|Deprecated version changed|Class name: AppAccountManager
Method or attribute name: getAllAccounts(owner: string): Promise\>;
Deprecated version: N/A|Class name: AppAccountManager
Method or attribute name: getAllAccounts(owner: string): Promise\>;
Deprecated version: 9
Substitute API: appAccount.AppAccountManager|@ohos.account.appAccount.d.ts| +|Deprecated version changed|Class name: AppAccountManager
Method or attribute name: getAccountCredential(name: string, credentialType: string, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: AppAccountManager
Method or attribute name: getAccountCredential(name: string, credentialType: string, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: appAccount.AppAccountManager|@ohos.account.appAccount.d.ts| +|Deprecated version changed|Class name: AppAccountManager
Method or attribute name: getAccountCredential(name: string, credentialType: string): Promise\;
Deprecated version: N/A|Class name: AppAccountManager
Method or attribute name: getAccountCredential(name: string, credentialType: string): Promise\;
Deprecated version: 9
Substitute API: appAccount.AppAccountManager|@ohos.account.appAccount.d.ts| +|Deprecated version changed|Class name: AppAccountManager
Method or attribute name: getAccountExtraInfo(name: string, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: AppAccountManager
Method or attribute name: getAccountExtraInfo(name: string, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: appAccount.AppAccountManager|@ohos.account.appAccount.d.ts| +|Deprecated version changed|Class name: AppAccountManager
Method or attribute name: getAccountExtraInfo(name: string): Promise\;
Deprecated version: N/A|Class name: AppAccountManager
Method or attribute name: getAccountExtraInfo(name: string): Promise\;
Deprecated version: 9
Substitute API: appAccount.AppAccountManager|@ohos.account.appAccount.d.ts| +|Deprecated version changed|Class name: AppAccountManager
Method or attribute name: getAssociatedData(name: string, key: string, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: AppAccountManager
Method or attribute name: getAssociatedData(name: string, key: string, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: appAccount.AppAccountManager|@ohos.account.appAccount.d.ts| +|Deprecated version changed|Class name: AppAccountManager
Method or attribute name: getAssociatedData(name: string, key: string): Promise\;
Deprecated version: N/A|Class name: AppAccountManager
Method or attribute name: getAssociatedData(name: string, key: string): Promise\;
Deprecated version: 9
Substitute API: appAccount.AppAccountManager|@ohos.account.appAccount.d.ts| +|Deprecated version changed|Class name: AppAccountManager
Method or attribute name: on(type: 'change', owners: Array\, callback: Callback\>): void;
Deprecated version: N/A|Class name: AppAccountManager
Method or attribute name: on(type: 'change', owners: Array\, callback: Callback\>): void;
Deprecated version: 9
Substitute API: appAccount.AppAccountManager|@ohos.account.appAccount.d.ts| +|Deprecated version changed|Class name: AppAccountManager
Method or attribute name: off(type: 'change', callback?: Callback\>): void;
Deprecated version: N/A|Class name: AppAccountManager
Method or attribute name: off(type: 'change', callback?: Callback\>): void;
Deprecated version: 9
Substitute API: appAccount.AppAccountManager|@ohos.account.appAccount.d.ts| +|Deprecated version changed|Class name: AppAccountManager
Method or attribute name: authenticate(name: string, owner: string, authType: string, options: {[key: string]: any}, callback: AuthenticatorCallback): void;
Deprecated version: N/A|Class name: AppAccountManager
Method or attribute name: authenticate(name: string, owner: string, authType: string, options: {[key: string]: any}, callback: AuthenticatorCallback): void;
Deprecated version: 9
Substitute API: appAccount.AppAccountManager|@ohos.account.appAccount.d.ts| +|Deprecated version changed|Class name: AppAccountManager
Method or attribute name: getOAuthToken(name: string, owner: string, authType: string, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: AppAccountManager
Method or attribute name: getOAuthToken(name: string, owner: string, authType: string, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: appAccount.AppAccountManager|@ohos.account.appAccount.d.ts| +|Deprecated version changed|Class name: AppAccountManager
Method or attribute name: getOAuthToken(name: string, owner: string, authType: string): Promise\;
Deprecated version: N/A|Class name: AppAccountManager
Method or attribute name: getOAuthToken(name: string, owner: string, authType: string): Promise\;
Deprecated version: 9
Substitute API: appAccount.AppAccountManager|@ohos.account.appAccount.d.ts| +|Deprecated version changed|Class name: AppAccountManager
Method or attribute name: setOAuthToken(name: string, authType: string, token: string, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: AppAccountManager
Method or attribute name: setOAuthToken(name: string, authType: string, token: string, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: appAccount.AppAccountManager|@ohos.account.appAccount.d.ts| +|Deprecated version changed|Class name: AppAccountManager
Method or attribute name: setOAuthToken(name: string, authType: string, token: string): Promise\;
Deprecated version: N/A|Class name: AppAccountManager
Method or attribute name: setOAuthToken(name: string, authType: string, token: string): Promise\;
Deprecated version: 9
Substitute API: appAccount.AppAccountManager|@ohos.account.appAccount.d.ts| +|Deprecated version changed|Class name: AppAccountManager
Method or attribute name: deleteOAuthToken(name: string, owner: string, authType: string, token: string, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: AppAccountManager
Method or attribute name: deleteOAuthToken(name: string, owner: string, authType: string, token: string, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: appAccount.AppAccountManager|@ohos.account.appAccount.d.ts| +|Deprecated version changed|Class name: AppAccountManager
Method or attribute name: deleteOAuthToken(name: string, owner: string, authType: string, token: string): Promise\;
Deprecated version: N/A|Class name: AppAccountManager
Method or attribute name: deleteOAuthToken(name: string, owner: string, authType: string, token: string): Promise\;
Deprecated version: 9
Substitute API: appAccount.AppAccountManager|@ohos.account.appAccount.d.ts| +|Deprecated version changed|Class name: AppAccountManager
Method or attribute name: setOAuthTokenVisibility(name: string, authType: string, bundleName: string, isVisible: boolean, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: AppAccountManager
Method or attribute name: setOAuthTokenVisibility(name: string, authType: string, bundleName: string, isVisible: boolean, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: appAccount.AppAccountManager|@ohos.account.appAccount.d.ts| +|Deprecated version changed|Class name: AppAccountManager
Method or attribute name: setOAuthTokenVisibility(name: string, authType: string, bundleName: string, isVisible: boolean): Promise\;
Deprecated version: N/A|Class name: AppAccountManager
Method or attribute name: setOAuthTokenVisibility(name: string, authType: string, bundleName: string, isVisible: boolean): Promise\;
Deprecated version: 9
Substitute API: appAccount.AppAccountManager|@ohos.account.appAccount.d.ts| +|Deprecated version changed|Class name: AppAccountManager
Method or attribute name: checkOAuthTokenVisibility(name: string, authType: string, bundleName: string, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: AppAccountManager
Method or attribute name: checkOAuthTokenVisibility(name: string, authType: string, bundleName: string, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: appAccount.AppAccountManager|@ohos.account.appAccount.d.ts| +|Deprecated version changed|Class name: AppAccountManager
Method or attribute name: checkOAuthTokenVisibility(name: string, authType: string, bundleName: string): Promise\;
Deprecated version: N/A|Class name: AppAccountManager
Method or attribute name: checkOAuthTokenVisibility(name: string, authType: string, bundleName: string): Promise\;
Deprecated version: 9
Substitute API: appAccount.AppAccountManager|@ohos.account.appAccount.d.ts| +|Deprecated version changed|Class name: AppAccountManager
Method or attribute name: getAllOAuthTokens(name: string, owner: string, callback: AsyncCallback\>): void;
Deprecated version: N/A|Class name: AppAccountManager
Method or attribute name: getAllOAuthTokens(name: string, owner: string, callback: AsyncCallback\>): void;
Deprecated version: 9
Substitute API: appAccount.AppAccountManager|@ohos.account.appAccount.d.ts| +|Deprecated version changed|Class name: AppAccountManager
Method or attribute name: getAllOAuthTokens(name: string, owner: string): Promise\>;
Deprecated version: N/A|Class name: AppAccountManager
Method or attribute name: getAllOAuthTokens(name: string, owner: string): Promise\>;
Deprecated version: 9
Substitute API: appAccount.AppAccountManager|@ohos.account.appAccount.d.ts| +|Deprecated version changed|Class name: AppAccountManager
Method or attribute name: getOAuthList(name: string, authType: string, callback: AsyncCallback\>): void;
Deprecated version: N/A|Class name: AppAccountManager
Method or attribute name: getOAuthList(name: string, authType: string, callback: AsyncCallback\>): void;
Deprecated version: 9
Substitute API: appAccount.AppAccountManager|@ohos.account.appAccount.d.ts| +|Deprecated version changed|Class name: AppAccountManager
Method or attribute name: getOAuthList(name: string, authType: string): Promise\>;
Deprecated version: N/A|Class name: AppAccountManager
Method or attribute name: getOAuthList(name: string, authType: string): Promise\>;
Deprecated version: 9
Substitute API: appAccount.AppAccountManager|@ohos.account.appAccount.d.ts| +|Deprecated version changed|Class name: AppAccountManager
Method or attribute name: getAuthenticatorCallback(sessionId: string, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: AppAccountManager
Method or attribute name: getAuthenticatorCallback(sessionId: string, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: appAccount.AppAccountManager|@ohos.account.appAccount.d.ts| +|Deprecated version changed|Class name: AppAccountManager
Method or attribute name: getAuthenticatorCallback(sessionId: string): Promise\;
Deprecated version: N/A|Class name: AppAccountManager
Method or attribute name: getAuthenticatorCallback(sessionId: string): Promise\;
Deprecated version: 9
Substitute API: appAccount.AppAccountManager|@ohos.account.appAccount.d.ts| +|Deprecated version changed|Class name: AppAccountManager
Method or attribute name: getAuthenticatorInfo(owner: string, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: AppAccountManager
Method or attribute name: getAuthenticatorInfo(owner: string, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: appAccount.AppAccountManager|@ohos.account.appAccount.d.ts| +|Deprecated version changed|Class name: AppAccountManager
Method or attribute name: getAuthenticatorInfo(owner: string): Promise\;
Deprecated version: N/A|Class name: AppAccountManager
Method or attribute name: getAuthenticatorInfo(owner: string): Promise\;
Deprecated version: 9
Substitute API: appAccount.AppAccountManager|@ohos.account.appAccount.d.ts| +|Deprecated version changed|Class name: OAuthTokenInfo
Deprecated version: N/A|Class name: OAuthTokenInfo
Deprecated version: 9
Substitute API: appAccount.AuthTokenInfo |@ohos.account.appAccount.d.ts| +|Deprecated version changed|Class name: Constants
Method or attribute name: ACTION_ADD_ACCOUNT_IMPLICITLY = "addAccountImplicitly"
Deprecated version: N/A|Class name: Constants
Method or attribute name: ACTION_ADD_ACCOUNT_IMPLICITLY = "addAccountImplicitly"
Deprecated version: 9
Substitute API: appAccount.Constants|@ohos.account.appAccount.d.ts| +|Deprecated version changed|Class name: Constants
Method or attribute name: ACTION_AUTHENTICATE = "authenticate"
Deprecated version: N/A|Class name: Constants
Method or attribute name: ACTION_AUTHENTICATE = "authenticate"
Deprecated version: 9
Substitute API: appAccount.Constants|@ohos.account.appAccount.d.ts| +|Deprecated version changed|Class name: ResultCode
Deprecated version: N/A|Class name: ResultCode
Deprecated version: 9
Substitute API: N/A|@ohos.account.appAccount.d.ts| +|Deprecated version changed|Class name: AuthenticatorCallback
Deprecated version: N/A|Class name: AuthenticatorCallback
Deprecated version: 9
Substitute API: AppAccount.AuthCallback |@ohos.account.appAccount.d.ts| +|Deprecated version changed|Class name: Authenticator
Method or attribute name: addAccountImplicitly(authType: string, callerBundleName: string, options: {[key: string]: any}, callback: AuthenticatorCallback): void;
Deprecated version: N/A|Class name: Authenticator
Method or attribute name: addAccountImplicitly(authType: string, callerBundleName: string, options: {[key: string]: any}, callback: AuthenticatorCallback): void;
Deprecated version: 9
Substitute API: appAccount.Authenticator|@ohos.account.appAccount.d.ts| +|Deprecated version changed|Class name: Authenticator
Method or attribute name: authenticate(name: string, authType: string, callerBundleName: string, options: {[key: string]: any}, callback: AuthenticatorCallback): void;
Deprecated version: N/A|Class name: Authenticator
Method or attribute name: authenticate(name: string, authType: string, callerBundleName: string, options: {[key: string]: any}, callback: AuthenticatorCallback): void;
Deprecated version: 9
Substitute API: appAccount.Authenticator|@ohos.account.appAccount.d.ts| +|Deprecated version changed|Class name: DistributedAccountAbility
Method or attribute name: queryOsAccountDistributedInfo(callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: DistributedAccountAbility
Method or attribute name: queryOsAccountDistributedInfo(callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: distributedAccount.DistributedAccountAbility|@ohos.account.distributedAccount.d.ts| +|Deprecated version changed|Class name: DistributedAccountAbility
Method or attribute name: queryOsAccountDistributedInfo(): Promise\;
Deprecated version: N/A|Class name: DistributedAccountAbility
Method or attribute name: queryOsAccountDistributedInfo(): Promise\;
Deprecated version: 9
Substitute API: distributedAccount.DistributedAccountAbility|@ohos.account.distributedAccount.d.ts| +|Deprecated version changed|Class name: DistributedAccountAbility
Method or attribute name: updateOsAccountDistributedInfo(accountInfo: DistributedInfo, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: DistributedAccountAbility
Method or attribute name: updateOsAccountDistributedInfo(accountInfo: DistributedInfo, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: distributedAccount.DistributedAccountAbility|@ohos.account.distributedAccount.d.ts| +|Deprecated version changed|Class name: DistributedAccountAbility
Method or attribute name: updateOsAccountDistributedInfo(accountInfo: DistributedInfo): Promise\;
Deprecated version: N/A|Class name: DistributedAccountAbility
Method or attribute name: updateOsAccountDistributedInfo(accountInfo: DistributedInfo): Promise\;
Deprecated version: 9
Substitute API: distributedAccount.DistributedAccountAbility|@ohos.account.distributedAccount.d.ts| +|Deprecated version changed|Class name: AccountManager
Method or attribute name: isMultiOsAccountEnable(callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: AccountManager
Method or attribute name: isMultiOsAccountEnable(callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: osAccount.AccountManager|@ohos.account.osAccount.d.ts| +|Deprecated version changed|Class name: AccountManager
Method or attribute name: isMultiOsAccountEnable(): Promise\;
Deprecated version: N/A|Class name: AccountManager
Method or attribute name: isMultiOsAccountEnable(): Promise\;
Deprecated version: 9
Substitute API: osAccount.AccountManager|@ohos.account.osAccount.d.ts| +|Deprecated version changed|Class name: AccountManager
Method or attribute name: isOsAccountActived(localId: number, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: AccountManager
Method or attribute name: isOsAccountActived(localId: number, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: osAccount.AccountManager|@ohos.account.osAccount.d.ts| +|Deprecated version changed|Class name: AccountManager
Method or attribute name: isOsAccountActived(localId: number): Promise\;
Deprecated version: N/A|Class name: AccountManager
Method or attribute name: isOsAccountActived(localId: number): Promise\;
Deprecated version: 9
Substitute API: osAccount.AccountManager|@ohos.account.osAccount.d.ts| +|Deprecated version changed|Class name: AccountManager
Method or attribute name: isOsAccountConstraintEnable(localId: number, constraint: string, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: AccountManager
Method or attribute name: isOsAccountConstraintEnable(localId: number, constraint: string, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: osAccount.AccountManager|@ohos.account.osAccount.d.ts| +|Deprecated version changed|Class name: AccountManager
Method or attribute name: isOsAccountConstraintEnable(localId: number, constraint: string): Promise\;
Deprecated version: N/A|Class name: AccountManager
Method or attribute name: isOsAccountConstraintEnable(localId: number, constraint: string): Promise\;
Deprecated version: 9
Substitute API: osAccount.AccountManager|@ohos.account.osAccount.d.ts| +|Deprecated version changed|Class name: AccountManager
Method or attribute name: isTestOsAccount(callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: AccountManager
Method or attribute name: isTestOsAccount(callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: osAccount.AccountManager|@ohos.account.osAccount.d.ts| +|Deprecated version changed|Class name: AccountManager
Method or attribute name: isTestOsAccount(): Promise\;
Deprecated version: N/A|Class name: AccountManager
Method or attribute name: isTestOsAccount(): Promise\;
Deprecated version: 9
Substitute API: osAccount.AccountManager|@ohos.account.osAccount.d.ts| +|Deprecated version changed|Class name: AccountManager
Method or attribute name: isOsAccountVerified(callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: AccountManager
Method or attribute name: isOsAccountVerified(callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: osAccount.AccountManager|@ohos.account.osAccount.d.ts| +|Deprecated version changed|Class name: AccountManager
Method or attribute name: isOsAccountVerified(localId: number, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: AccountManager
Method or attribute name: isOsAccountVerified(localId: number, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: osAccount.AccountManager|@ohos.account.osAccount.d.ts| +|Deprecated version changed|Class name: AccountManager
Method or attribute name: isOsAccountVerified(localId?: number): Promise\;
Deprecated version: N/A|Class name: AccountManager
Method or attribute name: isOsAccountVerified(localId?: number): Promise\;
Deprecated version: 9
Substitute API: osAccount.AccountManager|@ohos.account.osAccount.d.ts| +|Deprecated version changed|Class name: AccountManager
Method or attribute name: getCreatedOsAccountsCount(callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: AccountManager
Method or attribute name: getCreatedOsAccountsCount(callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: osAccount.AccountManager|@ohos.account.osAccount.d.ts| +|Deprecated version changed|Class name: AccountManager
Method or attribute name: getCreatedOsAccountsCount(): Promise\;
Deprecated version: N/A|Class name: AccountManager
Method or attribute name: getCreatedOsAccountsCount(): Promise\;
Deprecated version: 9
Substitute API: osAccount.AccountManager|@ohos.account.osAccount.d.ts| +|Deprecated version changed|Class name: AccountManager
Method or attribute name: getOsAccountLocalIdFromProcess(callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: AccountManager
Method or attribute name: getOsAccountLocalIdFromProcess(callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: osAccount.AccountManager|@ohos.account.osAccount.d.ts| +|Deprecated version changed|Class name: AccountManager
Method or attribute name: getOsAccountLocalIdFromProcess(): Promise\;
Deprecated version: N/A|Class name: AccountManager
Method or attribute name: getOsAccountLocalIdFromProcess(): Promise\;
Deprecated version: 9
Substitute API: osAccount.AccountManager|@ohos.account.osAccount.d.ts| +|Deprecated version changed|Class name: AccountManager
Method or attribute name: getOsAccountLocalIdFromUid(uid: number, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: AccountManager
Method or attribute name: getOsAccountLocalIdFromUid(uid: number, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: osAccount.AccountManager|@ohos.account.osAccount.d.ts| +|Deprecated version changed|Class name: AccountManager
Method or attribute name: getOsAccountLocalIdFromUid(uid: number): Promise\;
Deprecated version: N/A|Class name: AccountManager
Method or attribute name: getOsAccountLocalIdFromUid(uid: number): Promise\;
Deprecated version: 9
Substitute API: osAccount.AccountManager|@ohos.account.osAccount.d.ts| +|Deprecated version changed|Class name: AccountManager
Method or attribute name: getOsAccountLocalIdFromDomain(domainInfo: DomainAccountInfo, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: AccountManager
Method or attribute name: getOsAccountLocalIdFromDomain(domainInfo: DomainAccountInfo, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: osAccount.AccountManager|@ohos.account.osAccount.d.ts| +|Deprecated version changed|Class name: AccountManager
Method or attribute name: getOsAccountLocalIdFromDomain(domainInfo: DomainAccountInfo): Promise\;
Deprecated version: N/A|Class name: AccountManager
Method or attribute name: getOsAccountLocalIdFromDomain(domainInfo: DomainAccountInfo): Promise\;
Deprecated version: 9
Substitute API: osAccount.AccountManager|@ohos.account.osAccount.d.ts| +|Deprecated version changed|Class name: AccountManager
Method or attribute name: getOsAccountAllConstraints(localId: number, callback: AsyncCallback\>): void;
Deprecated version: N/A|Class name: AccountManager
Method or attribute name: getOsAccountAllConstraints(localId: number, callback: AsyncCallback\>): void;
Deprecated version: 9
Substitute API: osAccount.AccountManager|@ohos.account.osAccount.d.ts| +|Deprecated version changed|Class name: AccountManager
Method or attribute name: getOsAccountAllConstraints(localId: number): Promise\>;
Deprecated version: N/A|Class name: AccountManager
Method or attribute name: getOsAccountAllConstraints(localId: number): Promise\>;
Deprecated version: 9
Substitute API: osAccount.AccountManager|@ohos.account.osAccount.d.ts| +|Deprecated version changed|Class name: AccountManager
Method or attribute name: queryActivatedOsAccountIds(callback: AsyncCallback\>): void;
Deprecated version: N/A|Class name: AccountManager
Method or attribute name: queryActivatedOsAccountIds(callback: AsyncCallback\>): void;
Deprecated version: 9
Substitute API: osAccount.AccountManager|@ohos.account.osAccount.d.ts| +|Deprecated version changed|Class name: AccountManager
Method or attribute name: queryActivatedOsAccountIds(): Promise\>;
Deprecated version: N/A|Class name: AccountManager
Method or attribute name: queryActivatedOsAccountIds(): Promise\>;
Deprecated version: 9
Substitute API: osAccount.AccountManager|@ohos.account.osAccount.d.ts| +|Deprecated version changed|Class name: AccountManager
Method or attribute name: queryCurrentOsAccount(callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: AccountManager
Method or attribute name: queryCurrentOsAccount(callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: osAccount.AccountManager|@ohos.account.osAccount.d.ts| +|Deprecated version changed|Class name: AccountManager
Method or attribute name: queryCurrentOsAccount(): Promise\;
Deprecated version: N/A|Class name: AccountManager
Method or attribute name: queryCurrentOsAccount(): Promise\;
Deprecated version: 9
Substitute API: osAccount.AccountManager|@ohos.account.osAccount.d.ts| +|Deprecated version changed|Class name: AccountManager
Method or attribute name: getOsAccountTypeFromProcess(callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: AccountManager
Method or attribute name: getOsAccountTypeFromProcess(callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: osAccount.AccountManager|@ohos.account.osAccount.d.ts| +|Deprecated version changed|Class name: AccountManager
Method or attribute name: getOsAccountTypeFromProcess(): Promise\;
Deprecated version: N/A|Class name: AccountManager
Method or attribute name: getOsAccountTypeFromProcess(): Promise\;
Deprecated version: 9
Substitute API: osAccount.AccountManager|@ohos.account.osAccount.d.ts| +|Deprecated version changed|Class name: AccountManager
Method or attribute name: getDistributedVirtualDeviceId(callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: AccountManager
Method or attribute name: getDistributedVirtualDeviceId(callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: osAccount.AccountManager|@ohos.account.osAccount.d.ts| +|Deprecated version changed|Class name: AccountManager
Method or attribute name: getDistributedVirtualDeviceId(): Promise\;
Deprecated version: N/A|Class name: AccountManager
Method or attribute name: getDistributedVirtualDeviceId(): Promise\;
Deprecated version: 9
Substitute API: osAccount.AccountManager|@ohos.account.osAccount.d.ts| +|Deprecated version changed|Class name: AccountManager
Method or attribute name: getOsAccountLocalIdBySerialNumber(serialNumber: number, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: AccountManager
Method or attribute name: getOsAccountLocalIdBySerialNumber(serialNumber: number, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: osAccount.AccountManager|@ohos.account.osAccount.d.ts| +|Deprecated version changed|Class name: AccountManager
Method or attribute name: getOsAccountLocalIdBySerialNumber(serialNumber: number): Promise\;
Deprecated version: N/A|Class name: AccountManager
Method or attribute name: getOsAccountLocalIdBySerialNumber(serialNumber: number): Promise\;
Deprecated version: 9
Substitute API: osAccount.AccountManager|@ohos.account.osAccount.d.ts| +|Deprecated version changed|Class name: AccountManager
Method or attribute name: getSerialNumberByOsAccountLocalId(localId: number, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: AccountManager
Method or attribute name: getSerialNumberByOsAccountLocalId(localId: number, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: osAccount.AccountManager|@ohos.account.osAccount.d.ts| +|Deprecated version changed|Class name: AccountManager
Method or attribute name: getSerialNumberByOsAccountLocalId(localId: number): Promise\;
Deprecated version: N/A|Class name: AccountManager
Method or attribute name: getSerialNumberByOsAccountLocalId(localId: number): Promise\;
Deprecated version: 9
Substitute API: osAccount.AccountManager|@ohos.account.osAccount.d.ts| +|Initial version changed|Class name: OAuthTokenInfo
Method or attribute name: authType: string;
Initial version: N/A|Class name: OAuthTokenInfo
Method or attribute name: authType: string;
Initial version: 8|@ohos.account.appAccount.d.ts| +|Initial version changed|Class name: OAuthTokenInfo
Method or attribute name: token: string;
Initial version: N/A|Class name: OAuthTokenInfo
Method or attribute name: token: string;
Initial version: 8|@ohos.account.appAccount.d.ts| +|Initial version changed|Class name: Constants
Method or attribute name: ACTION_ADD_ACCOUNT_IMPLICITLY = "addAccountImplicitly"
Initial version: N/A|Class name: Constants
Method or attribute name: ACTION_ADD_ACCOUNT_IMPLICITLY = "addAccountImplicitly"
Initial version: 8|@ohos.account.appAccount.d.ts| +|Initial version changed|Class name: Constants
Method or attribute name: ACTION_AUTHENTICATE = "authenticate"
Initial version: N/A|Class name: Constants
Method or attribute name: ACTION_AUTHENTICATE = "authenticate"
Initial version: 8|@ohos.account.appAccount.d.ts| +|Initial version changed|Class name: Constants
Method or attribute name: KEY_NAME = "name"
Initial version: N/A|Class name: Constants
Method or attribute name: KEY_NAME = "name"
Initial version: 8|@ohos.account.appAccount.d.ts| +|Initial version changed|Class name: Constants
Method or attribute name: KEY_OWNER = "owner"
Initial version: N/A|Class name: Constants
Method or attribute name: KEY_OWNER = "owner"
Initial version: 8|@ohos.account.appAccount.d.ts| +|Initial version changed|Class name: Constants
Method or attribute name: KEY_TOKEN = "token"
Initial version: N/A|Class name: Constants
Method or attribute name: KEY_TOKEN = "token"
Initial version: 8|@ohos.account.appAccount.d.ts| +|Initial version changed|Class name: Constants
Method or attribute name: KEY_ACTION = "action"
Initial version: N/A|Class name: Constants
Method or attribute name: KEY_ACTION = "action"
Initial version: 8|@ohos.account.appAccount.d.ts| +|Initial version changed|Class name: Constants
Method or attribute name: KEY_AUTH_TYPE = "authType"
Initial version: N/A|Class name: Constants
Method or attribute name: KEY_AUTH_TYPE = "authType"
Initial version: 8|@ohos.account.appAccount.d.ts| +|Initial version changed|Class name: Constants
Method or attribute name: KEY_SESSION_ID = "sessionId"
Initial version: N/A|Class name: Constants
Method or attribute name: KEY_SESSION_ID = "sessionId"
Initial version: 8|@ohos.account.appAccount.d.ts| +|Initial version changed|Class name: Constants
Method or attribute name: KEY_CALLER_PID = "callerPid"
Initial version: N/A|Class name: Constants
Method or attribute name: KEY_CALLER_PID = "callerPid"
Initial version: 8|@ohos.account.appAccount.d.ts| +|Initial version changed|Class name: Constants
Method or attribute name: KEY_CALLER_UID = "callerUid"
Initial version: N/A|Class name: Constants
Method or attribute name: KEY_CALLER_UID = "callerUid"
Initial version: 8|@ohos.account.appAccount.d.ts| +|Initial version changed|Class name: Constants
Method or attribute name: KEY_CALLER_BUNDLE_NAME = "callerBundleName"
Initial version: N/A|Class name: Constants
Method or attribute name: KEY_CALLER_BUNDLE_NAME = "callerBundleName"
Initial version: 8|@ohos.account.appAccount.d.ts| +|Initial version changed|Class name: DistributedInfo
Method or attribute name: name: string;
Initial version: N/A|Class name: DistributedInfo
Method or attribute name: name: string;
Initial version: 7|@ohos.account.distributedAccount.d.ts| +|Initial version changed|Class name: DistributedInfo
Method or attribute name: id: string;
Initial version: N/A|Class name: DistributedInfo
Method or attribute name: id: string;
Initial version: 7|@ohos.account.distributedAccount.d.ts| +|Initial version changed|Class name: DistributedInfo
Method or attribute name: event: string;
Initial version: N/A|Class name: DistributedInfo
Method or attribute name: event: string;
Initial version: 7|@ohos.account.distributedAccount.d.ts| +|Initial version changed|Class name: PINAuth
Method or attribute name: unregisterInputer(): void;
Initial version: N/A|Class name: PINAuth
Method or attribute name: unregisterInputer(): void;
Initial version: 8|@ohos.account.osAccount.d.ts| +|Permission changed|Class name: UserIdentityManager
Method or attribute name: getAuthInfo(authType?: AuthType): Promise\>;
Permission: ohos.permission.ACCESS_USER_IDM|Class name: UserIdentityManager
Method or attribute name: getAuthInfo(authType?: AuthType): Promise\>;
Permission: ohos.permission.USE_USER_IDM|@ohos.account.osAccount.d.ts| +|Error code added|NA|Class name: AccountManager
Method or attribute name: activateOsAccount(localId: number, callback: AsyncCallback\): void;
Error code: 201, 401, 12300001, 12300002, 12300003, 12300008, 12300009|@ohos.account.osAccount.d.ts| +|Error code added|NA|Class name: AccountManager
Method or attribute name: activateOsAccount(localId: number): Promise\;
Error code: 201, 401, 12300001, 12300002, 12300003, 12300008, 12300009|@ohos.account.osAccount.d.ts| +|Error code added|NA|Class name: AccountManager
Method or attribute name: removeOsAccount(localId: number, callback: AsyncCallback\): void;
Error code: 201, 401, 12300001, 12300002, 12300003, 12300008|@ohos.account.osAccount.d.ts| +|Error code added|NA|Class name: AccountManager
Method or attribute name: removeOsAccount(localId: number): Promise\;
Error code: 201, 401, 12300001, 12300002, 12300003, 12300008|@ohos.account.osAccount.d.ts| +|Error code added|NA|Class name: AccountManager
Method or attribute name: setOsAccountConstraints(localId: number, constraints: Array\, enable: boolean,
callback: AsyncCallback\): void;
Error code: 201, 401, 12300001, 12300002, 12300003, 12300008|@ohos.account.osAccount.d.ts| +|Error code added|NA|Class name: AccountManager
Method or attribute name: setOsAccountConstraints(localId: number, constraints: Array\, enable: boolean): Promise\;
Error code: 201, 401, 12300001, 12300002, 12300003, 12300008|@ohos.account.osAccount.d.ts| +|Error code added|NA|Class name: AccountManager
Method or attribute name: setOsAccountName(localId: number, localName: string, callback: AsyncCallback\): void;
Error code: 201, 401, 12300001, 12300002, 12300003, 12300008|@ohos.account.osAccount.d.ts| +|Error code added|NA|Class name: AccountManager
Method or attribute name: setOsAccountName(localId: number, localName: string): Promise\;
Error code: 201, 401, 12300001, 12300002, 12300003, 12300008|@ohos.account.osAccount.d.ts| +|Error code added|NA|Class name: AccountManager
Method or attribute name: queryMaxOsAccountNumber(callback: AsyncCallback\): void;
Error code: 401, 12300001|@ohos.account.osAccount.d.ts| +|Error code added|NA|Class name: AccountManager
Method or attribute name: queryMaxOsAccountNumber(): Promise\;
Error code: 401, 12300001|@ohos.account.osAccount.d.ts| +|Error code added|NA|Class name: AccountManager
Method or attribute name: queryAllCreatedOsAccounts(callback: AsyncCallback\>): void;
Error code: 201, 401, 12300001|@ohos.account.osAccount.d.ts| +|Error code added|NA|Class name: AccountManager
Method or attribute name: queryAllCreatedOsAccounts(): Promise\>;
Error code: 201, 401, 12300001|@ohos.account.osAccount.d.ts| +|Error code added|NA|Class name: AccountManager
Method or attribute name: createOsAccount(localName: string, type: OsAccountType, callback: AsyncCallback\): void;
Error code: 201, 401, 12300001, 12300002, 12300005, 12300006, 12300007|@ohos.account.osAccount.d.ts| +|Error code added|NA|Class name: AccountManager
Method or attribute name: createOsAccount(localName: string, type: OsAccountType): Promise\;
Error code: 201, 401, 12300001, 12300002, 12300005, 12300006, 12300007|@ohos.account.osAccount.d.ts| +|Error code added|NA|Class name: AccountManager
Method or attribute name: createOsAccountForDomain(type: OsAccountType, domainInfo: DomainAccountInfo, callback: AsyncCallback\): void;
Error code: 201, 401, 12300001, 12300002, 12300005, 12300006, 12300007|@ohos.account.osAccount.d.ts| +|Error code added|NA|Class name: AccountManager
Method or attribute name: createOsAccountForDomain(type: OsAccountType, domainInfo: DomainAccountInfo): Promise\;
Error code: 201, 401, 12300001, 12300002, 12300005, 12300006, 12300007|@ohos.account.osAccount.d.ts| +|Error code added|NA|Class name: AccountManager
Method or attribute name: queryOsAccountById(localId: number, callback: AsyncCallback\): void;
Error code: 201, 401, 12300001, 12300002, 12300003|@ohos.account.osAccount.d.ts| +|Error code added|NA|Class name: AccountManager
Method or attribute name: queryOsAccountById(localId: number): Promise\;
Error code: 201, 401, 12300001, 12300002, 12300003|@ohos.account.osAccount.d.ts| +|Error code added|NA|Class name: AccountManager
Method or attribute name: getOsAccountProfilePhoto(localId: number, callback: AsyncCallback\): void;
Error code: 201, 401, 12300001, 12300002, 12300003|@ohos.account.osAccount.d.ts| +|Error code added|NA|Class name: AccountManager
Method or attribute name: getOsAccountProfilePhoto(localId: number): Promise\;
Error code: 201, 401, 12300001, 12300002, 12300003|@ohos.account.osAccount.d.ts| +|Error code added|NA|Class name: AccountManager
Method or attribute name: setOsAccountProfilePhoto(localId: number, photo: string, callback: AsyncCallback\): void;
Error code: 201, 401, 12300001, 12300002, 12300003, 12300008|@ohos.account.osAccount.d.ts| +|Error code added|NA|Class name: AccountManager
Method or attribute name: setOsAccountProfilePhoto(localId: number, photo: string): Promise\;
Error code: 201, 401, 12300001, 12300002, 12300003, 12300008|@ohos.account.osAccount.d.ts| +|Error code added|NA|Class name: AccountManager
Method or attribute name: on(type: 'activate' \| 'activating', name: string, callback: Callback\): void;
Error code: 201, 401, 12300001, 12300002, 12300011|@ohos.account.osAccount.d.ts| +|Error code added|NA|Class name: AccountManager
Method or attribute name: on(type: 'activate' \| 'activating', name: string, callback: Callback\): void;
Error code: 201, 401, 12300001, 12300002, 12300011|@ohos.account.osAccount.d.ts| +|Error code added|NA|Class name: AccountManager
Method or attribute name: off(type: 'activate' \| 'activating', name: string, callback?: Callback\): void;
Error code: 201, 401, 12300001, 12300002, 12300012|@ohos.account.osAccount.d.ts| +|Error code added|NA|Class name: AccountManager
Method or attribute name: off(type: 'activate' \| 'activating', name: string, callback?: Callback\): void;
Error code: 201, 401, 12300001, 12300002, 12300012|@ohos.account.osAccount.d.ts| +|Error code added|NA|Class name: UserAuth
Method or attribute name: getAvailableStatus(authType: AuthType, authTrustLevel: AuthTrustLevel): number;
Error code: 201, 401, 12300001, 12300002|@ohos.account.osAccount.d.ts| +|Error code added|NA|Class name: UserAuth
Method or attribute name: getProperty(request: GetPropertyRequest, callback: AsyncCallback\): void;
Error code: 201, 401, 12300001, 12300002|@ohos.account.osAccount.d.ts| +|Error code added|NA|Class name: UserAuth
Method or attribute name: getProperty(request: GetPropertyRequest): Promise\;
Error code: 201, 401, 12300001, 12300002|@ohos.account.osAccount.d.ts| +|Error code added|NA|Class name: UserAuth
Method or attribute name: auth(challenge: Uint8Array, authType: AuthType, authTrustLevel: AuthTrustLevel, callback: IUserAuthCallback): Uint8Array;
Error code: 201, 401, 12300001, 12300002, 12300101, 12300105, 12300106, 12300110, 12300111, 12300112|@ohos.account.osAccount.d.ts| +|Error code added|NA|Class name: UserAuth
Method or attribute name: authUser(userId: number, challenge: Uint8Array, authType: AuthType, authTrustLevel: AuthTrustLevel, callback: IUserAuthCallback): Uint8Array;
Error code: 201, 401, 12300001, 12300002, 12300101, 12300105, 12300106, 12300110, 12300111, 12300112|@ohos.account.osAccount.d.ts| +|Error code added|NA|Class name: PINAuth
Method or attribute name: unregisterInputer(): void;
Error code: 201|@ohos.account.osAccount.d.ts| +|Error code added|NA|Class name: UserIdentityManager
Method or attribute name: openSession(callback: AsyncCallback\): void;
Error code: 201, 401, 12300001|@ohos.account.osAccount.d.ts| +|Error code added|NA|Class name: UserIdentityManager
Method or attribute name: openSession(): Promise\;
Error code: 201, 401, 12300001|@ohos.account.osAccount.d.ts| +|Error code added|NA|Class name: UserIdentityManager
Method or attribute name: addCredential(credentialInfo: CredentialInfo, callback: IIdmCallback): void;
Error code: 201, 401, 12300001, 12300002, 12300101, 12300106|@ohos.account.osAccount.d.ts| +|Error code added|NA|Class name: UserIdentityManager
Method or attribute name: updateCredential(credentialInfo: CredentialInfo, callback: IIdmCallback): void;
Error code: 201, 401, 12300001, 12300002, 12300101, 12300106|@ohos.account.osAccount.d.ts| +|Error code added|NA|Class name: UserIdentityManager
Method or attribute name: closeSession(): void;
Error code: 201|@ohos.account.osAccount.d.ts| +|Error code added|NA|Class name: UserIdentityManager
Method or attribute name: delUser(token: Uint8Array, callback: IIdmCallback): void;
Error code: 201, 401, 12300001, 12300101|@ohos.account.osAccount.d.ts| +|Error code added|NA|Class name: UserIdentityManager
Method or attribute name: delCred(credentialId: Uint8Array, token: Uint8Array, callback: IIdmCallback): void;
Error code: 201, 401, 12300001, 12300002, 12300101, 12300102|@ohos.account.osAccount.d.ts| +|Error code added|NA|Class name: UserIdentityManager
Method or attribute name: getAuthInfo(authType?: AuthType): Promise\>;
Error code: 201, 401, 12300001, 12300002, 12300102|@ohos.account.osAccount.d.ts| +|Permission added|Class name: AccountManager
Method or attribute name: isOsAccountVerified(callback: AsyncCallback\): void;
Permission: N/A|Class name: AccountManager
Method or attribute name: isOsAccountVerified(callback: AsyncCallback\): void;
Permission: ohos.permission.MANAGE_LOCAL_ACCOUNTS or ohos.permission.INTERACT_ACROSS_LOCAL_ACCOUNTS|@ohos.account.osAccount.d.ts| +|Function changed|Class name: AppAccountManager
Method or attribute name: getAllAccounts(owner: string, callback: AsyncCallback\>): void;
|Class name: AppAccountManager
Method or attribute name: getAllAccounts(callback: AsyncCallback\>): void;
|@ohos.account.appAccount.d.ts| +|Function changed|Class name: AppAccountManager
Method or attribute name: getAllAccounts(owner: string): Promise\>;
|Class name: AppAccountManager
Method or attribute name: getAllAccounts(): Promise\>;
|@ohos.account.appAccount.d.ts| +|Function changed|Class name: AppAccountManager
Method or attribute name: getAllAccounts(owner: string, callback: AsyncCallback\>): void;
|Class name: AppAccountManager
Method or attribute name: getAllAccounts(owner: string, callback: AsyncCallback\>): void;
|@ohos.account.appAccount.d.ts| +|Function changed|Class name: AppAccountManager
Method or attribute name: getAllAccounts(owner: string): Promise\>;
|Class name: AppAccountManager
Method or attribute name: getAllAccounts(owner: string): Promise\>;
|@ohos.account.appAccount.d.ts| +|Function changed|Class name: UserAuth
Method or attribute name: setProperty(request: SetPropertyRequest, callback: AsyncCallback\): void;
|Class name: UserAuth
Method or attribute name: setProperty(request: SetPropertyRequest, callback: AsyncCallback\): void;
|@ohos.account.osAccount.d.ts| +|Function changed|Class name: UserAuth
Method or attribute name: setProperty(request: SetPropertyRequest): Promise\;
|Class name: UserAuth
Method or attribute name: setProperty(request: SetPropertyRequest): Promise\;
|@ohos.account.osAccount.d.ts| +|Function changed|Class name: UserAuth
Method or attribute name: cancelAuth(contextID: Uint8Array): number;
|Class name: UserAuth
Method or attribute name: cancelAuth(contextID: Uint8Array): void;
|@ohos.account.osAccount.d.ts| +|Function changed|Class name: PINAuth
Method or attribute name: registerInputer(inputer: IInputer): boolean;
|Class name: PINAuth
Method or attribute name: registerInputer(inputer: IInputer): void;
|@ohos.account.osAccount.d.ts| +|Function changed|Class name: UserIdentityManager
Method or attribute name: cancel(challenge: Uint8Array): number;
|Class name: UserIdentityManager
Method or attribute name: cancel(challenge: Uint8Array): void;
|@ohos.account.osAccount.d.ts| +|Function changed|Class name: IInputData
Method or attribute name: onSetData: (pinSubType: AuthSubType, data: Uint8Array) => void;
|Class name: IInputData
Method or attribute name: onSetData: (authSubType: AuthSubType, data: Uint8Array) => void;
|@ohos.account.osAccount.d.ts| +|Function changed|Class name: IInputer
Method or attribute name: onGetData: (callback: IInputData) => void;
|Class name: IInputer
Method or attribute name: onGetData: (authSubType: AuthSubType, callback: IInputData) => void;
|@ohos.account.osAccount.d.ts| diff --git a/en/release-notes/api-diff/v3.2-Release/js-apidiff-application.md b/en/release-notes/api-diff/v3.2-Release/js-apidiff-application.md new file mode 100644 index 0000000000000000000000000000000000000000..c6f3b8e96d36519e2be06378f5a3fa41d1a962c6 --- /dev/null +++ b/en/release-notes/api-diff/v3.2-Release/js-apidiff-application.md @@ -0,0 +1,79 @@ +| Change Type | Old Version | New Version | d.ts File | +| ---- | ------ | ------ | -------- | +|Added|NA|Class name: Contact
Method or attribute name: readonly id?: number|@ohos.contact.d.ts| +|Added|NA|Class name: Contact
Method or attribute name: readonly key?: string|@ohos.contact.d.ts| +|Added|NA|Class name: Contact
Method or attribute name: contactAttributes?: ContactAttributes|@ohos.contact.d.ts| +|Added|NA|Class name: Contact
Method or attribute name: emails?: Email[]|@ohos.contact.d.ts| +|Added|NA|Class name: Contact
Method or attribute name: events?: Event[]|@ohos.contact.d.ts| +|Added|NA|Class name: Contact
Method or attribute name: groups?: Group[]|@ohos.contact.d.ts| +|Added|NA|Class name: Contact
Method or attribute name: imAddresses?: ImAddress[]|@ohos.contact.d.ts| +|Added|NA|Class name: Contact
Method or attribute name: phoneNumbers?: PhoneNumber[]|@ohos.contact.d.ts| +|Added|NA|Class name: Contact
Method or attribute name: portrait?: Portrait|@ohos.contact.d.ts| +|Added|NA|Class name: Contact
Method or attribute name: postalAddresses?: PostalAddress[]|@ohos.contact.d.ts| +|Added|NA|Class name: Contact
Method or attribute name: relations?: Relation[]|@ohos.contact.d.ts| +|Added|NA|Class name: Contact
Method or attribute name: sipAddresses?: SipAddress[]|@ohos.contact.d.ts| +|Added|NA|Class name: Contact
Method or attribute name: websites?: Website[]|@ohos.contact.d.ts| +|Added|NA|Class name: Contact
Method or attribute name: name?: Name|@ohos.contact.d.ts| +|Added|NA|Class name: Contact
Method or attribute name: nickName?: NickName|@ohos.contact.d.ts| +|Added|NA|Class name: Contact
Method or attribute name: note?: Note|@ohos.contact.d.ts| +|Added|NA|Class name: Contact
Method or attribute name: organization?: Organization|@ohos.contact.d.ts| +|Added|NA|Class name: Email
Method or attribute name: labelName?: string|@ohos.contact.d.ts| +|Added|NA|Class name: Email
Method or attribute name: displayName?: string|@ohos.contact.d.ts| +|Added|NA|Class name: Email
Method or attribute name: labelId?: number|@ohos.contact.d.ts| +|Added|NA|Class name: Event
Method or attribute name: labelName?: string|@ohos.contact.d.ts| +|Added|NA|Class name: Event
Method or attribute name: labelId?: number|@ohos.contact.d.ts| +|Added|NA|Class name: Group
Method or attribute name: groupId?: number|@ohos.contact.d.ts| +|Added|NA|Class name: Holder
Method or attribute name: readonly displayName?: string|@ohos.contact.d.ts| +|Added|NA|Class name: Holder
Method or attribute name: holderId?: number|@ohos.contact.d.ts| +|Added|NA|Class name: ImAddress
Method or attribute name: labelName?: string|@ohos.contact.d.ts| +|Added|NA|Class name: ImAddress
Method or attribute name: labelId?: number|@ohos.contact.d.ts| +|Added|NA|Class name: Name
Method or attribute name: familyName?: string|@ohos.contact.d.ts| +|Added|NA|Class name: Name
Method or attribute name: familyNamePhonetic?: string|@ohos.contact.d.ts| +|Added|NA|Class name: Name
Method or attribute name: givenName?: string|@ohos.contact.d.ts| +|Added|NA|Class name: Name
Method or attribute name: givenNamePhonetic?: string|@ohos.contact.d.ts| +|Added|NA|Class name: Name
Method or attribute name: middleName?: string|@ohos.contact.d.ts| +|Added|NA|Class name: Name
Method or attribute name: middleNamePhonetic?: string|@ohos.contact.d.ts| +|Added|NA|Class name: Name
Method or attribute name: namePrefix?: string|@ohos.contact.d.ts| +|Added|NA|Class name: Name
Method or attribute name: nameSuffix?: string|@ohos.contact.d.ts| +|Added|NA|Class name: Organization
Method or attribute name: title?: string|@ohos.contact.d.ts| +|Added|NA|Class name: PhoneNumber
Method or attribute name: labelName?: string|@ohos.contact.d.ts| +|Added|NA|Class name: PhoneNumber
Method or attribute name: labelId?: number|@ohos.contact.d.ts| +|Added|NA|Class name: PostalAddress
Method or attribute name: city?: string|@ohos.contact.d.ts| +|Added|NA|Class name: PostalAddress
Method or attribute name: country?: string|@ohos.contact.d.ts| +|Added|NA|Class name: PostalAddress
Method or attribute name: labelName?: string|@ohos.contact.d.ts| +|Added|NA|Class name: PostalAddress
Method or attribute name: neighborhood?: string|@ohos.contact.d.ts| +|Added|NA|Class name: PostalAddress
Method or attribute name: pobox?: string|@ohos.contact.d.ts| +|Added|NA|Class name: PostalAddress
Method or attribute name: postcode?: string|@ohos.contact.d.ts| +|Added|NA|Class name: PostalAddress
Method or attribute name: region?: string|@ohos.contact.d.ts| +|Added|NA|Class name: PostalAddress
Method or attribute name: street?: string|@ohos.contact.d.ts| +|Added|NA|Class name: PostalAddress
Method or attribute name: labelId?: number|@ohos.contact.d.ts| +|Added|NA|Class name: Relation
Method or attribute name: labelName?: string|@ohos.contact.d.ts| +|Added|NA|Class name: Relation
Method or attribute name: labelId?: number|@ohos.contact.d.ts| +|Added|NA|Class name: SipAddress
Method or attribute name: labelName?: string|@ohos.contact.d.ts| +|Added|NA|Class name: SipAddress
Method or attribute name: labelId?: number|@ohos.contact.d.ts| +|Model changed|Class name: settings
Method or attribute name: function getValue(dataAbilityHelper: DataAbilityHelper, name: string, callback: AsyncCallback\): void;
Model: N/A|Class name: settings
Method or attribute name: function getValue(dataAbilityHelper: DataAbilityHelper, name: string, callback: AsyncCallback\): void;
Model: @FAModelOnly|@ohos.settings.d.ts| +|Model changed|Class name: settings
Method or attribute name: function getValue(dataAbilityHelper: DataAbilityHelper, name: string): Promise\;
Model: N/A|Class name: settings
Method or attribute name: function getValue(dataAbilityHelper: DataAbilityHelper, name: string): Promise\;
Model: @FAModelOnly|@ohos.settings.d.ts| +|Model changed|Class name: settings
Method or attribute name: function setValue(dataAbilityHelper: DataAbilityHelper, name: string, value: object, callback: AsyncCallback\): void;
Model: N/A|Class name: settings
Method or attribute name: function setValue(dataAbilityHelper: DataAbilityHelper, name: string, value: object, callback: AsyncCallback\): void;
Model: @FAModelOnly|@ohos.settings.d.ts| +|Model changed|Class name: settings
Method or attribute name: function setValue(dataAbilityHelper: DataAbilityHelper, name: string, value: object): Promise\;
Model: N/A|Class name: settings
Method or attribute name: function setValue(dataAbilityHelper: DataAbilityHelper, name: string, value: object): Promise\;
Model: @FAModelOnly|@ohos.settings.d.ts| +|Model changed|Class name: settings
Method or attribute name: function getValueSync(dataAbilityHelper: DataAbilityHelper, name: string, defValue: string): string;
Model: N/A|Class name: settings
Method or attribute name: function getValueSync(dataAbilityHelper: DataAbilityHelper, name: string, defValue: string): string;
Model: @FAModelOnly|@ohos.settings.d.ts| +|Model changed|Class name: settings
Method or attribute name: function setValueSync(dataAbilityHelper: DataAbilityHelper, name: string, value: string): boolean;
Model: N/A|Class name: settings
Method or attribute name: function setValueSync(dataAbilityHelper: DataAbilityHelper, name: string, value: string): boolean;
Model: @FAModelOnly|@ohos.settings.d.ts| +|Deprecated version changed|Class name: settings
Method or attribute name: function getURI(name: string, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: settings
Method or attribute name: function getURI(name: string, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: N/A|@ohos.settings.d.ts| +|Deprecated version changed|Class name: settings
Method or attribute name: function getURI(name: string): Promise\;
Deprecated version: N/A|Class name: settings
Method or attribute name: function getURI(name: string): Promise\;
Deprecated version: 9
Substitute API: N/A|@ohos.settings.d.ts| +|Deprecated version changed|Class name: settings
Method or attribute name: function getValue(dataAbilityHelper: DataAbilityHelper, name: string, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: settings
Method or attribute name: function getValue(dataAbilityHelper: DataAbilityHelper, name: string, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: N/A|@ohos.settings.d.ts| +|Deprecated version changed|Class name: settings
Method or attribute name: function getValue(dataAbilityHelper: DataAbilityHelper, name: string): Promise\;
Deprecated version: N/A|Class name: settings
Method or attribute name: function getValue(dataAbilityHelper: DataAbilityHelper, name: string): Promise\;
Deprecated version: 9
Substitute API: N/A|@ohos.settings.d.ts| +|Deprecated version changed|Class name: settings
Method or attribute name: function setValue(dataAbilityHelper: DataAbilityHelper, name: string, value: object, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: settings
Method or attribute name: function setValue(dataAbilityHelper: DataAbilityHelper, name: string, value: object, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: N/A|@ohos.settings.d.ts| +|Deprecated version changed|Class name: settings
Method or attribute name: function setValue(dataAbilityHelper: DataAbilityHelper, name: string, value: object): Promise\;
Deprecated version: N/A|Class name: settings
Method or attribute name: function setValue(dataAbilityHelper: DataAbilityHelper, name: string, value: object): Promise\;
Deprecated version: 9
Substitute API: N/A|@ohos.settings.d.ts| +|Deprecated version changed|Class name: settings
Method or attribute name: function getValueSync(dataAbilityHelper: DataAbilityHelper, name: string, defValue: string): string;
Deprecated version: N/A|Class name: settings
Method or attribute name: function getValueSync(dataAbilityHelper: DataAbilityHelper, name: string, defValue: string): string;
Deprecated version: 9
Substitute API: N/A|@ohos.settings.d.ts| +|Deprecated version changed|Class name: settings
Method or attribute name: function setValueSync(dataAbilityHelper: DataAbilityHelper, name: string, value: string): boolean;
Deprecated version: N/A|Class name: settings
Method or attribute name: function setValueSync(dataAbilityHelper: DataAbilityHelper, name: string, value: string): boolean;
Deprecated version: 9
Substitute API: N/A|@ohos.settings.d.ts| +|Error code added|NA|Class name: call
Method or attribute name: function makeCall(phoneNumber: string, callback: AsyncCallback\): void;
Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.call.d.ts| +|Error code added|NA|Class name: call
Method or attribute name: function makeCall(phoneNumber: string): Promise\;
Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.call.d.ts| +|Permission added|Class name: contact
Method or attribute name: function addContact(contact: Contact, callback: AsyncCallback\): void;
Permission: N/A|Class name: contact
Method or attribute name: function addContact(contact: Contact, callback: AsyncCallback\): void;
Permission: ohos.permission.WRITE_CONTACTS|@ohos.contact.d.ts| +|Permission added|Class name: contact
Method or attribute name: function addContact(contact: Contact): Promise\;
Permission: N/A|Class name: contact
Method or attribute name: function addContact(contact: Contact): Promise\;
Permission: ohos.permission.WRITE_CONTACTS|@ohos.contact.d.ts| +|Permission added|Class name: contact
Method or attribute name: function deleteContact(key: string, callback: AsyncCallback\): void;
Permission: N/A|Class name: contact
Method or attribute name: function deleteContact(key: string, callback: AsyncCallback\): void;
Permission: ohos.permission.WRITE_CONTACTS|@ohos.contact.d.ts| +|Permission added|Class name: contact
Method or attribute name: function deleteContact(key: string): Promise\;
Permission: N/A|Class name: contact
Method or attribute name: function deleteContact(key: string): Promise\;
Permission: ohos.permission.WRITE_CONTACTS|@ohos.contact.d.ts| +|Permission added|Class name: contact
Method or attribute name: function updateContact(contact: Contact, callback: AsyncCallback\): void;
Permission: N/A|Class name: contact
Method or attribute name: function updateContact(contact: Contact, callback: AsyncCallback\): void;
Permission: ohos.permission.WRITE_CONTACTS|@ohos.contact.d.ts| +|Permission added|Class name: contact
Method or attribute name: function updateContact(contact: Contact, attrs: ContactAttributes, callback: AsyncCallback\): void;
Permission: N/A|Class name: contact
Method or attribute name: function updateContact(contact: Contact, attrs: ContactAttributes, callback: AsyncCallback\): void;
Permission: ohos.permission.WRITE_CONTACTS|@ohos.contact.d.ts| +|Permission added|Class name: contact
Method or attribute name: function updateContact(contact: Contact, attrs?: ContactAttributes): Promise\;
Permission: N/A|Class name: contact
Method or attribute name: function updateContact(contact: Contact, attrs?: ContactAttributes): Promise\;
Permission: ohos.permission.WRITE_CONTACTS|@ohos.contact.d.ts| +|Permission added|Class name: settings
Method or attribute name: function setValueSync(dataAbilityHelper: DataAbilityHelper, name: string, value: string): boolean;
Permission: N/A|Class name: settings
Method or attribute name: function setValueSync(dataAbilityHelper: DataAbilityHelper, name: string, value: string): boolean;
Permission: ohos.permission.MANAGE_SECURE_SETTINGS|@ohos.settings.d.ts| +|SysCap changed|Class name: contact
Method or attribute name: function selectContact(callback: AsyncCallback\>): void;
SysCap:SystemCapability.Applications.ContactsData|Class name: contact
Method or attribute name: function selectContact(callback: AsyncCallback\>): void;
SysCap:SystemCapability.Applications.Contacts|@ohos.contact.d.ts| +|SysCap changed|Class name: contact
Method or attribute name: function selectContact(): Promise\>;
SysCap:SystemCapability.Applications.ContactsData|Class name: contact
Method or attribute name: function selectContact(): Promise\>;
SysCap:SystemCapability.Applications.Contacts|@ohos.contact.d.ts| diff --git a/en/release-notes/api-diff/v3.2-Release/js-apidiff-arkui.md b/en/release-notes/api-diff/v3.2-Release/js-apidiff-arkui.md new file mode 100644 index 0000000000000000000000000000000000000000..0e4ea03dc2482bb2dc1ee8b7fe9963fbd26fed70 --- /dev/null +++ b/en/release-notes/api-diff/v3.2-Release/js-apidiff-arkui.md @@ -0,0 +1,2213 @@ +| Change Type | Old Version | New Version | d.ts File | +| ---- | ------ | ------ | -------- | +|Added|NA|Module name: canvaspattern
Class name: CanvasPattern|canvaspattern.d.ts| +|Added|NA|Module name: canvaspattern
Class name: CanvasPattern
Method or attribute name: setTransform(transform?: Matrix2D): void;|canvaspattern.d.ts| +|Added|NA|Module name: canvaspattern
Class name: Matrix2D|canvaspattern.d.ts| +|Added|NA|Module name: canvaspattern
Class name: Matrix2D
Method or attribute name: scaleX?: number;|canvaspattern.d.ts| +|Added|NA|Module name: canvaspattern
Class name: Matrix2D
Method or attribute name: rotateY?: number;|canvaspattern.d.ts| +|Added|NA|Module name: canvaspattern
Class name: Matrix2D
Method or attribute name: rotateX?: number;|canvaspattern.d.ts| +|Added|NA|Module name: canvaspattern
Class name: Matrix2D
Method or attribute name: scaleY?: number;|canvaspattern.d.ts| +|Added|NA|Module name: canvaspattern
Class name: Matrix2D
Method or attribute name: translateX?: number;|canvaspattern.d.ts| +|Added|NA|Module name: canvaspattern
Class name: Matrix2D
Method or attribute name: translateY?: number;|canvaspattern.d.ts| +|Added|NA|Module name: canvaspattern
Class name: Matrix2D
Method or attribute name: identity(): Matrix2D;|canvaspattern.d.ts| +|Added|NA|Module name: canvaspattern
Class name: Matrix2D
Method or attribute name: invert(): Matrix2D;|canvaspattern.d.ts| +|Added|NA|Module name: canvaspattern
Class name: Matrix2D
Method or attribute name: multiply(other?: Matrix2D): Matrix2D;|canvaspattern.d.ts| +|Added|NA|Module name: canvaspattern
Class name: Matrix2D
Method or attribute name: rotate(rx?: number, ry?: number): Matrix2D;|canvaspattern.d.ts| +|Added|NA|Module name: canvaspattern
Class name: Matrix2D
Method or attribute name: translate(tx?: number, ty?: number): Matrix2D;|canvaspattern.d.ts| +|Added|NA|Module name: canvaspattern
Class name: Matrix2D
Method or attribute name: scale(sx?: number, sy?: number): Matrix2D;|canvaspattern.d.ts| +|Added|NA|Module name: canvaspattern
Class name: Matrix2D
Method or attribute name: constructor();|canvaspattern.d.ts| +|Added|NA|Class name: AnimatorResult
Method or attribute name: reset(options: AnimatorOptions): void;|@ohos.animator.d.ts| +|Added|NA|Class name: Animator
Method or attribute name: static create(options: AnimatorOptions): AnimatorResult;|@ohos.animator.d.ts| +|Added|NA|Module name: ohos.curves
Class name: ICurve|@ohos.curves.d.ts| +|Added|NA|Class name: ICurve
Method or attribute name: |@ohos.curves.d.ts| +|Added|NA|Module name: ohos.curves
Class name: ICurve
Method or attribute name: interpolate(fraction : number) : number;|@ohos.curves.d.ts| +|Added|NA|Class name: ICurve
Method or attribute name: interpolate(fraction : number) : number;|@ohos.curves.d.ts| +|Added|NA|Class name: curves
Method or attribute name: function initCurve(curve?: Curve): ICurve;|@ohos.curves.d.ts| +|Added|NA|Class name: curves
Method or attribute name: function stepsCurve(count: number, end: boolean): ICurve;|@ohos.curves.d.ts| +|Added|NA|Class name: curves
Method or attribute name: function cubicBezierCurve(x1: number, y1: number, x2: number, y2: number): ICurve;|@ohos.curves.d.ts| +|Added|NA|Class name: curves
Method or attribute name: function springCurve(velocity: number, mass: number, stiffness: number, damping: number): ICurve;|@ohos.curves.d.ts| +|Added|NA|Class name: curves
Method or attribute name: function springMotion(response?: number, dampingFraction?: number, overlapDuration?: number): ICurve;|@ohos.curves.d.ts| +|Added|NA|Class name: curves
Method or attribute name: function responsiveSpringMotion(response?: number, dampingFraction?: number, overlapDuration?: number): ICurve;|@ohos.curves.d.ts| +|Added|NA|Module name: ohos.font
Class name: font|@ohos.font.d.ts| +|Added|NA|Module name: ohos.font
Class name: FontOptions|@ohos.font.d.ts| +|Added|NA|Module name: ohos.font
Class name: FontOptions
Method or attribute name: familyName: string;|@ohos.font.d.ts| +|Added|NA|Module name: ohos.font
Class name: FontOptions
Method or attribute name: familySrc: string;|@ohos.font.d.ts| +|Added|NA|Module name: ohos.font
Class name: font
Method or attribute name: function registerFont(options: FontOptions):void;|@ohos.font.d.ts| +|Added|NA|Module name: ohos.measure
Class name: MeasureOptions|@ohos.measure.d.ts| +|Added|NA|Module name: ohos.measure
Class name: MeasureOptions
Method or attribute name: textContent: string;|@ohos.measure.d.ts| +|Added|NA|Module name: ohos.measure
Class name: MeasureOptions
Method or attribute name: fontSize?: number \| string \| Resource;|@ohos.measure.d.ts| +|Added|NA|Module name: ohos.measure
Class name: MeasureOptions
Method or attribute name: fontStyle?: number \| FontStyle;|@ohos.measure.d.ts| +|Added|NA|Module name: ohos.measure
Class name: MeasureOptions
Method or attribute name: fontWeight?: number \| string \| FontWeight;|@ohos.measure.d.ts| +|Added|NA|Module name: ohos.measure
Class name: MeasureOptions
Method or attribute name: fontFamily?: string \| Resource;|@ohos.measure.d.ts| +|Added|NA|Module name: ohos.measure
Class name: MeasureOptions
Method or attribute name: letterSpacing?: number \| string;|@ohos.measure.d.ts| +|Added|NA|Module name: ohos.measure
Class name: MeasureText|@ohos.measure.d.ts| +|Added|NA|Module name: ohos.measure
Class name: MeasureText
Method or attribute name: static measureText(options: MeasureOptions): number;|@ohos.measure.d.ts| +|Added|NA|Module name: ohos.pluginComponent
Class name: PushParameterForStage|@ohos.pluginComponent.d.ts| +|Added|NA|Class name: PushParameterForStage
Method or attribute name: |@ohos.pluginComponent.d.ts| +|Added|NA|Module name: ohos.pluginComponent
Class name: PushParameterForStage
Method or attribute name: owner: Want;|@ohos.pluginComponent.d.ts| +|Added|NA|Class name: PushParameterForStage
Method or attribute name: owner: Want;|@ohos.pluginComponent.d.ts| +|Added|NA|Module name: ohos.pluginComponent
Class name: PushParameterForStage
Method or attribute name: target: Want;|@ohos.pluginComponent.d.ts| +|Added|NA|Class name: PushParameterForStage
Method or attribute name: target: Want;|@ohos.pluginComponent.d.ts| +|Added|NA|Module name: ohos.pluginComponent
Class name: PushParameterForStage
Method or attribute name: name: string;|@ohos.pluginComponent.d.ts| +|Added|NA|Class name: PushParameterForStage
Method or attribute name: name: string;|@ohos.pluginComponent.d.ts| +|Added|NA|Module name: ohos.pluginComponent
Class name: PushParameterForStage
Method or attribute name: data: KVObject;|@ohos.pluginComponent.d.ts| +|Added|NA|Class name: PushParameterForStage
Method or attribute name: data: KVObject;|@ohos.pluginComponent.d.ts| +|Added|NA|Module name: ohos.pluginComponent
Class name: PushParameterForStage
Method or attribute name: extraData: KVObject;|@ohos.pluginComponent.d.ts| +|Added|NA|Class name: PushParameterForStage
Method or attribute name: extraData: KVObject;|@ohos.pluginComponent.d.ts| +|Added|NA|Module name: ohos.pluginComponent
Class name: PushParameterForStage
Method or attribute name: jsonPath?: string;|@ohos.pluginComponent.d.ts| +|Added|NA|Class name: PushParameterForStage
Method or attribute name: jsonPath?: string;|@ohos.pluginComponent.d.ts| +|Added|NA|Module name: ohos.pluginComponent
Class name: RequestParameterForStage|@ohos.pluginComponent.d.ts| +|Added|NA|Class name: RequestParameterForStage
Method or attribute name: |@ohos.pluginComponent.d.ts| +|Added|NA|Module name: ohos.pluginComponent
Class name: RequestParameterForStage
Method or attribute name: owner: Want;|@ohos.pluginComponent.d.ts| +|Added|NA|Class name: RequestParameterForStage
Method or attribute name: owner: Want;|@ohos.pluginComponent.d.ts| +|Added|NA|Module name: ohos.pluginComponent
Class name: RequestParameterForStage
Method or attribute name: target: Want;|@ohos.pluginComponent.d.ts| +|Added|NA|Class name: RequestParameterForStage
Method or attribute name: target: Want;|@ohos.pluginComponent.d.ts| +|Added|NA|Module name: ohos.pluginComponent
Class name: RequestParameterForStage
Method or attribute name: name: string;|@ohos.pluginComponent.d.ts| +|Added|NA|Class name: RequestParameterForStage
Method or attribute name: name: string;|@ohos.pluginComponent.d.ts| +|Added|NA|Module name: ohos.pluginComponent
Class name: RequestParameterForStage
Method or attribute name: data: KVObject;|@ohos.pluginComponent.d.ts| +|Added|NA|Class name: RequestParameterForStage
Method or attribute name: data: KVObject;|@ohos.pluginComponent.d.ts| +|Added|NA|Module name: ohos.pluginComponent
Class name: RequestParameterForStage
Method or attribute name: jsonPath?: string;|@ohos.pluginComponent.d.ts| +|Added|NA|Class name: RequestParameterForStage
Method or attribute name: jsonPath?: string;|@ohos.pluginComponent.d.ts| +|Added|NA|Class name: pluginComponentManager
Method or attribute name: function push(param: PushParameterForStage, callback: AsyncCallback\): void;|@ohos.pluginComponent.d.ts| +|Added|NA|Class name: pluginComponentManager
Method or attribute name: function request(param: RequestParameterForStage, callback: AsyncCallback\): void;|@ohos.pluginComponent.d.ts| +|Added|NA|Module name: ohos.promptAction
Class name: promptAction|@ohos.promptAction.d.ts| +|Added|NA|Module name: ohos.promptAction
Class name: ShowToastOptions|@ohos.promptAction.d.ts| +|Added|NA|Module name: ohos.promptAction
Class name: ShowToastOptions
Method or attribute name: message: string \| Resource;|@ohos.promptAction.d.ts| +|Added|NA|Module name: ohos.promptAction
Class name: ShowToastOptions
Method or attribute name: duration?: number;|@ohos.promptAction.d.ts| +|Added|NA|Module name: ohos.promptAction
Class name: ShowToastOptions
Method or attribute name: bottom?: string \| number;|@ohos.promptAction.d.ts| +|Added|NA|Module name: ohos.promptAction
Class name: Button|@ohos.promptAction.d.ts| +|Added|NA|Module name: ohos.promptAction
Class name: Button
Method or attribute name: text: string \| Resource;|@ohos.promptAction.d.ts| +|Added|NA|Module name: ohos.promptAction
Class name: Button
Method or attribute name: color: string \| Resource;|@ohos.promptAction.d.ts| +|Added|NA|Module name: ohos.promptAction
Class name: ShowDialogSuccessResponse|@ohos.promptAction.d.ts| +|Added|NA|Module name: ohos.promptAction
Class name: ShowDialogSuccessResponse
Method or attribute name: index: number;|@ohos.promptAction.d.ts| +|Added|NA|Module name: ohos.promptAction
Class name: ShowDialogOptions|@ohos.promptAction.d.ts| +|Added|NA|Module name: ohos.promptAction
Class name: ShowDialogOptions
Method or attribute name: title?: string \| Resource;|@ohos.promptAction.d.ts| +|Added|NA|Module name: ohos.promptAction
Class name: ShowDialogOptions
Method or attribute name: message?: string \| Resource;|@ohos.promptAction.d.ts| +|Added|NA|Module name: ohos.promptAction
Class name: ShowDialogOptions
Method or attribute name: buttons?: [Button, Button?, Button?];|@ohos.promptAction.d.ts| +|Added|NA|Module name: ohos.promptAction
Class name: ActionMenuSuccessResponse|@ohos.promptAction.d.ts| +|Added|NA|Module name: ohos.promptAction
Class name: ActionMenuSuccessResponse
Method or attribute name: index: number;|@ohos.promptAction.d.ts| +|Added|NA|Module name: ohos.promptAction
Class name: ActionMenuOptions|@ohos.promptAction.d.ts| +|Added|NA|Module name: ohos.promptAction
Class name: ActionMenuOptions
Method or attribute name: title?: string \| Resource;|@ohos.promptAction.d.ts| +|Added|NA|Module name: ohos.promptAction
Class name: ActionMenuOptions
Method or attribute name: buttons: [Button, Button?, Button?, Button?, Button?, Button?];|@ohos.promptAction.d.ts| +|Added|NA|Module name: ohos.promptAction
Class name: promptAction
Method or attribute name: function showToast(options: ShowToastOptions):void;|@ohos.promptAction.d.ts| +|Added|NA|Module name: ohos.promptAction
Class name: promptAction
Method or attribute name: function showDialog(options: ShowDialogOptions, callback: AsyncCallback\):void;|@ohos.promptAction.d.ts| +|Added|NA|Module name: ohos.promptAction
Class name: promptAction
Method or attribute name: function showDialog(options: ShowDialogOptions): Promise\;|@ohos.promptAction.d.ts| +|Added|NA|Module name: ohos.promptAction
Class name: promptAction
Method or attribute name: function showActionMenu(options: ActionMenuOptions, callback: AsyncCallback\):void;|@ohos.promptAction.d.ts| +|Added|NA|Module name: ohos.promptAction
Class name: promptAction
Method or attribute name: function showActionMenu(options: ActionMenuOptions): Promise\;|@ohos.promptAction.d.ts| +|Added|NA|Module name: ohos.router
Class name: RouterMode|@ohos.router.d.ts| +|Added|NA|Class name: RouterMode
Method or attribute name: |@ohos.router.d.ts| +|Added|NA|Module name: ohos.router
Class name: RouterMode
Method or attribute name: Standard|@ohos.router.d.ts| +|Added|NA|Class name: RouterMode
Method or attribute name: Standard|@ohos.router.d.ts| +|Added|NA|Module name: ohos.router
Class name: RouterMode
Method or attribute name: Single|@ohos.router.d.ts| +|Added|NA|Class name: RouterMode
Method or attribute name: Single|@ohos.router.d.ts| +|Added|NA|Class name: router
Method or attribute name: function pushUrl(options: RouterOptions, callback: AsyncCallback\):void;|@ohos.router.d.ts| +|Added|NA|Class name: router
Method or attribute name: function pushUrl(options: RouterOptions): Promise\;|@ohos.router.d.ts| +|Added|NA|Class name: router
Method or attribute name: function pushUrl(options: RouterOptions, mode: RouterMode, callback: AsyncCallback\):void;|@ohos.router.d.ts| +|Added|NA|Class name: router
Method or attribute name: function pushUrl(options: RouterOptions, mode: RouterMode): Promise\;|@ohos.router.d.ts| +|Added|NA|Class name: router
Method or attribute name: function replaceUrl(options: RouterOptions, callback: AsyncCallback\):void;|@ohos.router.d.ts| +|Added|NA|Class name: router
Method or attribute name: function replaceUrl(options: RouterOptions): Promise\;|@ohos.router.d.ts| +|Added|NA|Class name: router
Method or attribute name: function replaceUrl(options: RouterOptions, mode: RouterMode, callback: AsyncCallback\):void;|@ohos.router.d.ts| +|Added|NA|Class name: router
Method or attribute name: function replaceUrl(options: RouterOptions, mode: RouterMode): Promise\;|@ohos.router.d.ts| +|Added|NA|Class name: router
Method or attribute name: function showAlertBeforeBackPage(options: EnableAlertOptions):void;|@ohos.router.d.ts| +|Added|NA|Class name: router
Method or attribute name: function hideAlertBeforeBackPage():void;|@ohos.router.d.ts| +|Added|NA|Module name: ability_component
Class name: AbilityComponentInterface|ability_component.d.ts| +|Added|NA|Module name: ability_component
Class name: AbilityComponentInterface
Method or attribute name: (value: {want: import('../api/@ohos.app.ability.Want').default}): AbilityComponentAttribute;|ability_component.d.ts| +|Added|NA|Module name: ability_component
Class name: AbilityComponentAttribute|ability_component.d.ts| +|Added|NA|Module name: ability_component
Class name: AbilityComponentAttribute
Method or attribute name: onConnect(callback: () => void): AbilityComponentAttribute;|ability_component.d.ts| +|Added|NA|Module name: ability_component
Class name: AbilityComponentAttribute
Method or attribute name: onDisconnect(callback: () => void): AbilityComponentAttribute;|ability_component.d.ts| +|Added|NA|Module name: ability_component
Class name: global
Method or attribute name: declare const AbilityComponent: AbilityComponentInterface;|ability_component.d.ts| +|Added|NA|Module name: ability_component
Class name: global
Method or attribute name: declare const AbilityComponentInstance: AbilityComponentAttribute;|ability_component.d.ts| +|Added|NA|Class name: CanvasRenderer
Method or attribute name: filter: string;|canvas.d.ts| +|Added|NA|Class name: CanvasRenderer
Method or attribute name: imageSmoothingQuality: ImageSmoothingQuality;|canvas.d.ts| +|Added|NA|Class name: CanvasRenderer
Method or attribute name: direction: CanvasDirection;|canvas.d.ts| +|Added|NA|Class name: global
Method or attribute name: declare const Entry: ClassDecorator & ((storage?: LocalStorage) => ClassDecorator);|common.d.ts| +|Added|NA|Class name: global
Method or attribute name: declare const Concurrent: MethodDecorator;|common.d.ts| +|Added|NA|Class name: global
Method or attribute name: declare const LocalStorageLink: (value: string) => PropertyDecorator;|common.d.ts| +|Added|NA|Class name: global
Method or attribute name: declare const LocalStorageProp: (value: string) => PropertyDecorator;|common.d.ts| +|Added|NA|Class name:
Method or attribute name: function getContext(component?: Object): Context;|common.d.ts| +|Added|NA|Class name:
Method or attribute name: function postCardAction(component: Object, action: Object): void;|common.d.ts| +|Added|NA|Class name: AnimateParam
Method or attribute name: curve?: Curve \| string \| ICurve;|common.d.ts| +|Added|NA|Module name: common
Class name: ICurve|common.d.ts| +|Added|NA|Class name: ICurve
Method or attribute name: |common.d.ts| +|Added|NA|Module name: common
Class name: ICurve
Method or attribute name: interpolate(fraction : number) : number;|common.d.ts| +|Added|NA|Class name: ICurve
Method or attribute name: interpolate(fraction : number) : number;|common.d.ts| +|Added|NA|Module name: common
Class name: AlignRuleOption|common.d.ts| +|Added|NA|Class name: AlignRuleOption
Method or attribute name: |common.d.ts| +|Added|NA|Module name: common
Class name: AlignRuleOption
Method or attribute name: left?: { anchor: string, align: HorizontalAlign };|common.d.ts| +|Added|NA|Class name: AlignRuleOption
Method or attribute name: left?: { anchor: string, align: HorizontalAlign };|common.d.ts| +|Added|NA|Module name: common
Class name: AlignRuleOption
Method or attribute name: right?: { anchor: string, align: HorizontalAlign };|common.d.ts| +|Added|NA|Class name: AlignRuleOption
Method or attribute name: right?: { anchor: string, align: HorizontalAlign };|common.d.ts| +|Added|NA|Module name: common
Class name: AlignRuleOption
Method or attribute name: middle?: { anchor: string, align: HorizontalAlign };|common.d.ts| +|Added|NA|Class name: AlignRuleOption
Method or attribute name: middle?: { anchor: string, align: HorizontalAlign };|common.d.ts| +|Added|NA|Module name: common
Class name: AlignRuleOption
Method or attribute name: top?: { anchor: string, align: VerticalAlign };|common.d.ts| +|Added|NA|Class name: AlignRuleOption
Method or attribute name: top?: { anchor: string, align: VerticalAlign };|common.d.ts| +|Added|NA|Module name: common
Class name: AlignRuleOption
Method or attribute name: bottom?: { anchor: string, align: VerticalAlign };|common.d.ts| +|Added|NA|Class name: AlignRuleOption
Method or attribute name: bottom?: { anchor: string, align: VerticalAlign };|common.d.ts| +|Added|NA|Module name: common
Class name: AlignRuleOption
Method or attribute name: center?: { anchor: string, align: VerticalAlign };|common.d.ts| +|Added|NA|Class name: AlignRuleOption
Method or attribute name: center?: { anchor: string, align: VerticalAlign };|common.d.ts| +|Added|NA|Module name: common
Class name: focusControl|common.d.ts| +|Added|NA|Class name: focusControl
Method or attribute name: |common.d.ts| +|Added|NA|Module name: common
Class name: focusControl
Method or attribute name: function requestFocus(value: string): boolean;|common.d.ts| +|Added|NA|Class name: focusControl
Method or attribute name: function requestFocus(value: string): boolean;|common.d.ts| +|Added|NA|Module name: common
Class name: SourceTool|common.d.ts| +|Added|NA|Class name: SourceTool
Method or attribute name: |common.d.ts| +|Added|NA|Module name: common
Class name: SourceTool
Method or attribute name: Unknown|common.d.ts| +|Added|NA|Class name: SourceTool
Method or attribute name: Unknown|common.d.ts| +|Added|NA|Module name: common
Class name: SourceTool
Method or attribute name: FINGER|common.d.ts| +|Added|NA|Class name: SourceTool
Method or attribute name: FINGER|common.d.ts| +|Added|NA|Module name: common
Class name: SourceTool
Method or attribute name: PEN|common.d.ts| +|Added|NA|Class name: SourceTool
Method or attribute name: PEN|common.d.ts| +|Added|NA|Module name: common
Class name: RepeatMode|common.d.ts| +|Added|NA|Class name: RepeatMode
Method or attribute name: |common.d.ts| +|Added|NA|Module name: common
Class name: RepeatMode
Method or attribute name: Repeat|common.d.ts| +|Added|NA|Class name: RepeatMode
Method or attribute name: Repeat|common.d.ts| +|Added|NA|Module name: common
Class name: RepeatMode
Method or attribute name: Stretch|common.d.ts| +|Added|NA|Class name: RepeatMode
Method or attribute name: Stretch|common.d.ts| +|Added|NA|Module name: common
Class name: RepeatMode
Method or attribute name: Round|common.d.ts| +|Added|NA|Class name: RepeatMode
Method or attribute name: Round|common.d.ts| +|Added|NA|Module name: common
Class name: RepeatMode
Method or attribute name: Space|common.d.ts| +|Added|NA|Class name: RepeatMode
Method or attribute name: Space|common.d.ts| +|Added|NA|Module name: common
Class name: BlurStyle|common.d.ts| +|Added|NA|Class name: BlurStyle
Method or attribute name: |common.d.ts| +|Added|NA|Module name: common
Class name: BlurStyle
Method or attribute name: Thin|common.d.ts| +|Added|NA|Class name: BlurStyle
Method or attribute name: Thin|common.d.ts| +|Added|NA|Module name: common
Class name: BlurStyle
Method or attribute name: Regular|common.d.ts| +|Added|NA|Class name: BlurStyle
Method or attribute name: Regular|common.d.ts| +|Added|NA|Module name: common
Class name: BlurStyle
Method or attribute name: Thick|common.d.ts| +|Added|NA|Class name: BlurStyle
Method or attribute name: Thick|common.d.ts| +|Added|NA|Class name: BaseEvent
Method or attribute name: pressure: number;|common.d.ts| +|Added|NA|Class name: BaseEvent
Method or attribute name: tiltX: number;|common.d.ts| +|Added|NA|Class name: BaseEvent
Method or attribute name: tiltY: number;|common.d.ts| +|Added|NA|Class name: BaseEvent
Method or attribute name: sourceTool: SourceTool;|common.d.ts| +|Added|NA|Module name: common
Class name: BorderImageOption|common.d.ts| +|Added|NA|Class name: BorderImageOption
Method or attribute name: |common.d.ts| +|Added|NA|Module name: common
Class name: BorderImageOption
Method or attribute name: slice?: Length \| EdgeWidths,|common.d.ts| +|Added|NA|Class name: BorderImageOption
Method or attribute name: slice?: Length \| EdgeWidths,|common.d.ts| +|Added|NA|Module name: common
Class name: BorderImageOption
Method or attribute name: repeat?: RepeatMode,|common.d.ts| +|Added|NA|Class name: BorderImageOption
Method or attribute name: repeat?: RepeatMode,|common.d.ts| +|Added|NA|Module name: common
Class name: BorderImageOption
Method or attribute name: source?: string \| Resource \| LinearGradient,|common.d.ts| +|Added|NA|Class name: BorderImageOption
Method or attribute name: source?: string \| Resource \| LinearGradient,|common.d.ts| +|Added|NA|Module name: common
Class name: BorderImageOption
Method or attribute name: width?: Length \| EdgeWidths,|common.d.ts| +|Added|NA|Class name: BorderImageOption
Method or attribute name: width?: Length \| EdgeWidths,|common.d.ts| +|Added|NA|Module name: common
Class name: BorderImageOption
Method or attribute name: outset?: Length \| EdgeWidths,|common.d.ts| +|Added|NA|Class name: BorderImageOption
Method or attribute name: outset?: Length \| EdgeWidths,|common.d.ts| +|Added|NA|Module name: common
Class name: BorderImageOption
Method or attribute name: fill?: boolean|common.d.ts| +|Added|NA|Class name: BorderImageOption
Method or attribute name: fill?: boolean|common.d.ts| +|Added|NA|Module name: common
Class name: PopupOptions
Method or attribute name: arrowOffset?: Length;|common.d.ts| +|Added|NA|Class name: PopupOptions
Method or attribute name: arrowOffset?: Length;|common.d.ts| +|Added|NA|Module name: common
Class name: PopupOptions
Method or attribute name: showInSubWindow?: boolean;|common.d.ts| +|Added|NA|Class name: PopupOptions
Method or attribute name: showInSubWindow?: boolean;|common.d.ts| +|Added|NA|Module name: common
Class name: CustomPopupOptions
Method or attribute name: arrowOffset?: Length;|common.d.ts| +|Added|NA|Class name: CustomPopupOptions
Method or attribute name: arrowOffset?: Length;|common.d.ts| +|Added|NA|Module name: common
Class name: CustomPopupOptions
Method or attribute name: showInSubWindow?: boolean;|common.d.ts| +|Added|NA|Class name: CustomPopupOptions
Method or attribute name: showInSubWindow?: boolean;|common.d.ts| +|Added|NA|Class name: CommonMethod
Method or attribute name: hitTestBehavior(value: HitTestMode): T;|common.d.ts| +|Added|NA|Class name: CommonMethod
Method or attribute name: backgroundBlurStyle(value: BlurStyle): T;|common.d.ts| +|Added|NA|Class name: CommonMethod
Method or attribute name: borderStyle(value: EdgeStyles): T;|common.d.ts| +|Added|NA|Class name: CommonMethod
Method or attribute name: borderWidth(value: EdgeWidths): T;|common.d.ts| +|Added|NA|Class name: CommonMethod
Method or attribute name: borderColor(value: EdgeColors): T;|common.d.ts| +|Added|NA|Class name: CommonMethod
Method or attribute name: borderRadius(value: BorderRadiuses): T;|common.d.ts| +|Added|NA|Class name: CommonMethod
Method or attribute name: borderImage(value: BorderImageOption): T;|common.d.ts| +|Added|NA|Class name: CommonMethod
Method or attribute name: tabIndex(index: number): T;|common.d.ts| +|Added|NA|Class name: CommonMethod
Method or attribute name: defaultFocus(value: boolean): T;|common.d.ts| +|Added|NA|Class name: CommonMethod
Method or attribute name: groupDefaultFocus(value: boolean): T;|common.d.ts| +|Added|NA|Class name: CommonMethod
Method or attribute name: focusOnTouch(value: boolean): T;|common.d.ts| +|Added|NA|Class name: CommonMethod
Method or attribute name: alignRules(value: AlignRuleOption): T;|common.d.ts| +|Added|NA|Class name: CommonMethod
Method or attribute name: onVisibleAreaChange(ratios: Array\, event: (isVisible: boolean, currentRatio: number) => void): T;|common.d.ts| +|Added|NA|Module name: common
Class name: LinearGradient|common.d.ts| +|Added|NA|Class name: LinearGradient
Method or attribute name: |common.d.ts| +|Added|NA|Module name: common
Class name: LinearGradient
Method or attribute name: angle?: number \| string;|common.d.ts| +|Added|NA|Class name: LinearGradient
Method or attribute name: angle?: number \| string;|common.d.ts| +|Added|NA|Module name: common
Class name: LinearGradient
Method or attribute name: direction?: GradientDirection;|common.d.ts| +|Added|NA|Class name: LinearGradient
Method or attribute name: direction?: GradientDirection;|common.d.ts| +|Added|NA|Module name: common
Class name: LinearGradient
Method or attribute name: colors: Array\;|common.d.ts| +|Added|NA|Class name: LinearGradient
Method or attribute name: colors: Array\;|common.d.ts| +|Added|NA|Module name: common
Class name: LinearGradient
Method or attribute name: repeating?: boolean;|common.d.ts| +|Added|NA|Class name: LinearGradient
Method or attribute name: repeating?: boolean;|common.d.ts| +|Added|NA|Module name: common
Class name: LayoutBorderInfo|common.d.ts| +|Added|NA|Class name: LayoutBorderInfo
Method or attribute name: |common.d.ts| +|Added|NA|Module name: common
Class name: LayoutBorderInfo
Method or attribute name: borderWidth: EdgeWidths,|common.d.ts| +|Added|NA|Class name: LayoutBorderInfo
Method or attribute name: borderWidth: EdgeWidths,|common.d.ts| +|Added|NA|Module name: common
Class name: LayoutBorderInfo
Method or attribute name: margin: Margin,|common.d.ts| +|Added|NA|Class name: LayoutBorderInfo
Method or attribute name: margin: Margin,|common.d.ts| +|Added|NA|Module name: common
Class name: LayoutBorderInfo
Method or attribute name: padding: Padding,|common.d.ts| +|Added|NA|Class name: LayoutBorderInfo
Method or attribute name: padding: Padding,|common.d.ts| +|Added|NA|Module name: common
Class name: LayoutInfo|common.d.ts| +|Added|NA|Class name: LayoutInfo
Method or attribute name: |common.d.ts| +|Added|NA|Module name: common
Class name: LayoutInfo
Method or attribute name: position: Position,|common.d.ts| +|Added|NA|Class name: LayoutInfo
Method or attribute name: position: Position,|common.d.ts| +|Added|NA|Module name: common
Class name: LayoutInfo
Method or attribute name: constraint: ConstraintSizeOptions,|common.d.ts| +|Added|NA|Class name: LayoutInfo
Method or attribute name: constraint: ConstraintSizeOptions,|common.d.ts| +|Added|NA|Module name: common
Class name: LayoutChild|common.d.ts| +|Added|NA|Class name: LayoutChild
Method or attribute name: |common.d.ts| +|Added|NA|Module name: common
Class name: LayoutChild
Method or attribute name: name: string,|common.d.ts| +|Added|NA|Class name: LayoutChild
Method or attribute name: name: string,|common.d.ts| +|Added|NA|Module name: common
Class name: LayoutChild
Method or attribute name: id: string,|common.d.ts| +|Added|NA|Class name: LayoutChild
Method or attribute name: id: string,|common.d.ts| +|Added|NA|Module name: common
Class name: LayoutChild
Method or attribute name: constraint: ConstraintSizeOptions,|common.d.ts| +|Added|NA|Class name: LayoutChild
Method or attribute name: constraint: ConstraintSizeOptions,|common.d.ts| +|Added|NA|Module name: common
Class name: LayoutChild
Method or attribute name: borderInfo: LayoutBorderInfo,|common.d.ts| +|Added|NA|Class name: LayoutChild
Method or attribute name: borderInfo: LayoutBorderInfo,|common.d.ts| +|Added|NA|Module name: common
Class name: LayoutChild
Method or attribute name: position: Position,|common.d.ts| +|Added|NA|Class name: LayoutChild
Method or attribute name: position: Position,|common.d.ts| +|Added|NA|Module name: common
Class name: LayoutChild
Method or attribute name: measure(childConstraint: ConstraintSizeOptions),|common.d.ts| +|Added|NA|Class name: LayoutChild
Method or attribute name: measure(childConstraint: ConstraintSizeOptions),|common.d.ts| +|Added|NA|Module name: common
Class name: LayoutChild
Method or attribute name: layout(childLayoutInfo: LayoutInfo)|common.d.ts| +|Added|NA|Class name: LayoutChild
Method or attribute name: layout(childLayoutInfo: LayoutInfo)|common.d.ts| +|Added|NA|Class name: CustomComponent
Method or attribute name: onLayout?(children: Array\, constraint: ConstraintSizeOptions): void;|common.d.ts| +|Added|NA|Class name: CustomComponent
Method or attribute name: onMeasure?(children: Array\, constraint: ConstraintSizeOptions): void;|common.d.ts| +|Added|NA|Class name: CustomComponent
Method or attribute name: pageTransition?(): void;|common.d.ts| +|Added|NA|Module name: common
Class name: SpecialEvent|common.d.ts| +|Added|NA|Class name: SpecialEvent
Method or attribute name: |common.d.ts| +|Added|NA|Module name: common_ts_ets_api
Class name: AppStorage|common_ts_ets_api.d.ts| +|Added|NA|Module name: common_ts_ets_api
Class name: AppStorage
Method or attribute name: static Link(propName: string): any;|common_ts_ets_api.d.ts| +|Added|NA|Module name: common_ts_ets_api
Class name: AppStorage
Method or attribute name: static SetAndLink\(propName: string, defaultValue: T): SubscribedAbstractProperty\;|common_ts_ets_api.d.ts| +|Added|NA|Module name: common_ts_ets_api
Class name: AppStorage
Method or attribute name: static Prop(propName: string): any;|common_ts_ets_api.d.ts| +|Added|NA|Module name: common_ts_ets_api
Class name: AppStorage
Method or attribute name: static SetAndProp\(propName: string, defaultValue: S): SubscribedAbstractProperty\;|common_ts_ets_api.d.ts| +|Added|NA|Module name: common_ts_ets_api
Class name: AppStorage
Method or attribute name: static Has(propName: string): boolean;|common_ts_ets_api.d.ts| +|Added|NA|Module name: common_ts_ets_api
Class name: AppStorage
Method or attribute name: static Get\(propName: string): T \| undefined;|common_ts_ets_api.d.ts| +|Added|NA|Module name: common_ts_ets_api
Class name: AppStorage
Method or attribute name: static Set\(propName: string, newValue: T): boolean;|common_ts_ets_api.d.ts| +|Added|NA|Module name: common_ts_ets_api
Class name: AppStorage
Method or attribute name: static SetOrCreate\(propName: string, newValue: T): void;|common_ts_ets_api.d.ts| +|Added|NA|Module name: common_ts_ets_api
Class name: AppStorage
Method or attribute name: static Delete(propName: string): boolean;|common_ts_ets_api.d.ts| +|Added|NA|Module name: common_ts_ets_api
Class name: AppStorage
Method or attribute name: static Keys(): IterableIterator\;|common_ts_ets_api.d.ts| +|Added|NA|Module name: common_ts_ets_api
Class name: AppStorage
Method or attribute name: static staticClear(): boolean;|common_ts_ets_api.d.ts| +|Added|NA|Module name: common_ts_ets_api
Class name: AppStorage
Method or attribute name: static Clear(): boolean;|common_ts_ets_api.d.ts| +|Added|NA|Module name: common_ts_ets_api
Class name: AppStorage
Method or attribute name: static IsMutable(propName: string): boolean;|common_ts_ets_api.d.ts| +|Added|NA|Module name: common_ts_ets_api
Class name: AppStorage
Method or attribute name: static Size(): number;|common_ts_ets_api.d.ts| +|Added|NA|Module name: common_ts_ets_api
Class name: SubscribedAbstractProperty|common_ts_ets_api.d.ts| +|Added|NA|Module name: common_ts_ets_api
Class name: SubscribedAbstractProperty
Method or attribute name: protected subscribers_: Set\;|common_ts_ets_api.d.ts| +|Added|NA|Module name: common_ts_ets_api
Class name: SubscribedAbstractProperty
Method or attribute name: private id_;|common_ts_ets_api.d.ts| +|Added|NA|Module name: common_ts_ets_api
Class name: SubscribedAbstractProperty
Method or attribute name: private info_?;|common_ts_ets_api.d.ts| +|Added|NA|Module name: common_ts_ets_api
Class name: SubscribedAbstractProperty
Method or attribute name: constructor(
/**
* Subscriber IPropertySubscriber.
* @since 7
* @systemapi
*/
subscribeMe?: IPropertySubscriber,
/**
* Subscriber info.
* @since 7
* @systemapi
*/
info?: string,
);|common_ts_ets_api.d.ts| +|Added|NA|Module name: common_ts_ets_api
Class name: SubscribedAbstractProperty
Method or attribute name: id(): number;|common_ts_ets_api.d.ts| +|Added|NA|Module name: common_ts_ets_api
Class name: SubscribedAbstractProperty
Method or attribute name: info(): string;|common_ts_ets_api.d.ts| +|Added|NA|Module name: common_ts_ets_api
Class name: SubscribedAbstractProperty
Method or attribute name: abstract get(): T;|common_ts_ets_api.d.ts| +|Added|NA|Module name: common_ts_ets_api
Class name: SubscribedAbstractProperty
Method or attribute name: abstract set(newValue: T): void;|common_ts_ets_api.d.ts| +|Added|NA|Module name: common_ts_ets_api
Class name: SubscribedAbstractProperty
Method or attribute name: createTwoWaySync(subscribeMe?: IPropertySubscriber, info?: string): SyncedPropertyTwoWay\;|common_ts_ets_api.d.ts| +|Added|NA|Module name: common_ts_ets_api
Class name: SubscribedAbstractProperty
Method or attribute name: createOneWaySync(subscribeMe?: IPropertySubscriber, info?: string): SyncedPropertyOneWay\;|common_ts_ets_api.d.ts| +|Added|NA|Module name: common_ts_ets_api
Class name: SubscribedAbstractProperty
Method or attribute name: unlinkSuscriber(subscriberId: number): void;|common_ts_ets_api.d.ts| +|Added|NA|Module name: common_ts_ets_api
Class name: SubscribedAbstractProperty
Method or attribute name: protected notifyHasChanged(newValue: T): void;|common_ts_ets_api.d.ts| +|Added|NA|Module name: common_ts_ets_api
Class name: SubscribedAbstractProperty
Method or attribute name: protected notifyPropertyRead(): void;|common_ts_ets_api.d.ts| +|Added|NA|Module name: common_ts_ets_api
Class name: SubscribedAbstractProperty
Method or attribute name: numberOfSubscrbers(): number;|common_ts_ets_api.d.ts| +|Added|NA|Module name: common_ts_ets_api
Class name: IPropertySubscriber|common_ts_ets_api.d.ts| +|Added|NA|Module name: common_ts_ets_api
Class name: IPropertySubscriber
Method or attribute name: id(): number;|common_ts_ets_api.d.ts| +|Added|NA|Module name: common_ts_ets_api
Class name: IPropertySubscriber
Method or attribute name: aboutToBeDeleted(owningView?: IPropertySubscriber): void;|common_ts_ets_api.d.ts| +|Added|NA|Module name: common_ts_ets_api
Class name: SyncedPropertyTwoWay|common_ts_ets_api.d.ts| +|Added|NA|Module name: common_ts_ets_api
Class name: SyncedPropertyTwoWay
Method or attribute name: private source_;|common_ts_ets_api.d.ts| +|Added|NA|Module name: common_ts_ets_api
Class name: SyncedPropertyTwoWay
Method or attribute name: constructor(source: SubscribedAbstractProperty\, subscribeMe?: IPropertySubscriber, info?: string);|common_ts_ets_api.d.ts| +|Added|NA|Module name: common_ts_ets_api
Class name: SyncedPropertyTwoWay
Method or attribute name: aboutToBeDeleted(unsubscribeMe?: IPropertySubscriber): void;|common_ts_ets_api.d.ts| +|Added|NA|Module name: common_ts_ets_api
Class name: SyncedPropertyTwoWay
Method or attribute name: hasChanged(newValue: T): void;|common_ts_ets_api.d.ts| +|Added|NA|Module name: common_ts_ets_api
Class name: SyncedPropertyTwoWay
Method or attribute name: get(): T;|common_ts_ets_api.d.ts| +|Added|NA|Module name: common_ts_ets_api
Class name: SyncedPropertyTwoWay
Method or attribute name: set(newValue: T): void;|common_ts_ets_api.d.ts| +|Added|NA|Module name: common_ts_ets_api
Class name: SyncedPropertyOneWay|common_ts_ets_api.d.ts| +|Added|NA|Module name: common_ts_ets_api
Class name: SyncedPropertyOneWay
Method or attribute name: private wrappedValue_;|common_ts_ets_api.d.ts| +|Added|NA|Module name: common_ts_ets_api
Class name: SyncedPropertyOneWay
Method or attribute name: private source_;|common_ts_ets_api.d.ts| +|Added|NA|Module name: common_ts_ets_api
Class name: SyncedPropertyOneWay
Method or attribute name: constructor(source: SubscribedAbstractProperty\, subscribeMe?: IPropertySubscriber, info?: string);|common_ts_ets_api.d.ts| +|Added|NA|Module name: common_ts_ets_api
Class name: SyncedPropertyOneWay
Method or attribute name: aboutToBeDeleted(unsubscribeMe?: IPropertySubscriber): void;|common_ts_ets_api.d.ts| +|Added|NA|Module name: common_ts_ets_api
Class name: SyncedPropertyOneWay
Method or attribute name: hasChanged(newValue: T): void;|common_ts_ets_api.d.ts| +|Added|NA|Module name: common_ts_ets_api
Class name: SyncedPropertyOneWay
Method or attribute name: get(): T;|common_ts_ets_api.d.ts| +|Added|NA|Module name: common_ts_ets_api
Class name: SyncedPropertyOneWay
Method or attribute name: set(newValue: T): void;|common_ts_ets_api.d.ts| +|Added|NA|Module name: common_ts_ets_api
Class name: ISinglePropertyChangeSubscriber|common_ts_ets_api.d.ts| +|Added|NA|Module name: common_ts_ets_api
Class name: ISinglePropertyChangeSubscriber
Method or attribute name: hasChanged(newValue: T): void;|common_ts_ets_api.d.ts| +|Added|NA|Module name: common_ts_ets_api
Class name: SubscribaleAbstract|common_ts_ets_api.d.ts| +|Added|NA|Module name: common_ts_ets_api
Class name: SubscribaleAbstract
Method or attribute name: private owningProperties_: Set\;|common_ts_ets_api.d.ts| +|Added|NA|Module name: common_ts_ets_api
Class name: SubscribaleAbstract
Method or attribute name: constructor();|common_ts_ets_api.d.ts| +|Added|NA|Module name: common_ts_ets_api
Class name: SubscribaleAbstract
Method or attribute name: protected notifyPropertyHasChanged(propName: string, newValue: any): void;|common_ts_ets_api.d.ts| +|Added|NA|Module name: common_ts_ets_api
Class name: SubscribaleAbstract
Method or attribute name: public addOwningProperty(subscriber: IPropertySubscriber): void;|common_ts_ets_api.d.ts| +|Added|NA|Module name: common_ts_ets_api
Class name: SubscribaleAbstract
Method or attribute name: public removeOwningProperty(property: IPropertySubscriber): void;|common_ts_ets_api.d.ts| +|Added|NA|Module name: common_ts_ets_api
Class name: SubscribaleAbstract
Method or attribute name: public removeOwningPropertyById(subscriberId: number): void;|common_ts_ets_api.d.ts| +|Added|NA|Module name: common_ts_ets_api
Class name: Environment|common_ts_ets_api.d.ts| +|Added|NA|Module name: common_ts_ets_api
Class name: Environment
Method or attribute name: constructor();|common_ts_ets_api.d.ts| +|Added|NA|Module name: common_ts_ets_api
Class name: Environment
Method or attribute name: static EnvProp\(key: string, value: S): boolean;|common_ts_ets_api.d.ts| +|Added|NA|Module name: common_ts_ets_api
Class name: Environment
Method or attribute name: static EnvProps(
props: {
key: string;
defaultValue: any;
}[],
): void;|common_ts_ets_api.d.ts| +|Added|NA|Module name: common_ts_ets_api
Class name: Environment
Method or attribute name: static Keys(): Array\;|common_ts_ets_api.d.ts| +|Added|NA|Module name: common_ts_ets_api
Class name: PersistentStorage|common_ts_ets_api.d.ts| +|Added|NA|Module name: common_ts_ets_api
Class name: PersistentStorage
Method or attribute name: constructor(appStorage: AppStorage, storage: Storage);|common_ts_ets_api.d.ts| +|Added|NA|Module name: common_ts_ets_api
Class name: PersistentStorage
Method or attribute name: static PersistProp\(key: string, defaultValue: T): void;|common_ts_ets_api.d.ts| +|Added|NA|Module name: common_ts_ets_api
Class name: PersistentStorage
Method or attribute name: static DeleteProp(key: string): void;|common_ts_ets_api.d.ts| +|Added|NA|Module name: common_ts_ets_api
Class name: PersistentStorage
Method or attribute name: static PersistProps(
properties: {
key: string;
defaultValue: any;
}[],
): void;|common_ts_ets_api.d.ts| +|Added|NA|Module name: common_ts_ets_api
Class name: PersistentStorage
Method or attribute name: static Keys(): Array\;|common_ts_ets_api.d.ts| +|Added|NA|Module name: common_ts_ets_api
Class name: global
Method or attribute name: declare const appStorage: AppStorage;|common_ts_ets_api.d.ts| +|Added|NA|Module name: common_ts_ets_api
Class name: LocalStorage|common_ts_ets_api.d.ts| +|Added|NA|Module name: common_ts_ets_api
Class name: LocalStorage
Method or attribute name: constructor(initializingProperties?: Object);|common_ts_ets_api.d.ts| +|Added|NA|Module name: common_ts_ets_api
Class name: LocalStorage
Method or attribute name: static GetShared(): LocalStorage;|common_ts_ets_api.d.ts| +|Added|NA|Module name: common_ts_ets_api
Class name: LocalStorage
Method or attribute name: has(propName: string): boolean;|common_ts_ets_api.d.ts| +|Added|NA|Module name: common_ts_ets_api
Class name: LocalStorage
Method or attribute name: keys(): IterableIterator\;|common_ts_ets_api.d.ts| +|Added|NA|Module name: common_ts_ets_api
Class name: LocalStorage
Method or attribute name: size(): number;|common_ts_ets_api.d.ts| +|Added|NA|Module name: common_ts_ets_api
Class name: LocalStorage
Method or attribute name: get\(propName: string): T \| undefined;|common_ts_ets_api.d.ts| +|Added|NA|Module name: common_ts_ets_api
Class name: LocalStorage
Method or attribute name: set\(propName: string, newValue: T): boolean;|common_ts_ets_api.d.ts| +|Added|NA|Module name: common_ts_ets_api
Class name: LocalStorage
Method or attribute name: setOrCreate\(propName: string, newValue: T): boolean;|common_ts_ets_api.d.ts| +|Added|NA|Module name: common_ts_ets_api
Class name: LocalStorage
Method or attribute name: link\(propName: string): SubscribedAbstractProperty\;|common_ts_ets_api.d.ts| +|Added|NA|Module name: common_ts_ets_api
Class name: LocalStorage
Method or attribute name: setAndLink\(propName: string, defaultValue: T): SubscribedAbstractProperty\;|common_ts_ets_api.d.ts| +|Added|NA|Module name: common_ts_ets_api
Class name: LocalStorage
Method or attribute name: prop\(propName: string): SubscribedAbstractProperty\;|common_ts_ets_api.d.ts| +|Added|NA|Module name: common_ts_ets_api
Class name: LocalStorage
Method or attribute name: setAndProp\(propName: string, defaultValue: S): SubscribedAbstractProperty\;|common_ts_ets_api.d.ts| +|Added|NA|Module name: common_ts_ets_api
Class name: LocalStorage
Method or attribute name: delete(propName: string): boolean;|common_ts_ets_api.d.ts| +|Added|NA|Module name: common_ts_ets_api
Class name: LocalStorage
Method or attribute name: clear(): boolean;|common_ts_ets_api.d.ts| +|Added|NA|Module name: common_ts_ets_api
Class name: StateManagement|common_ts_ets_api.d.ts| +|Added|NA|Class name: Color
Method or attribute name: Transparent|enums.d.ts| +|Added|NA|Class name: Placement
Method or attribute name: LeftTop|enums.d.ts| +|Added|NA|Class name: Placement
Method or attribute name: LeftBottom|enums.d.ts| +|Added|NA|Class name: Placement
Method or attribute name: RightTop|enums.d.ts| +|Added|NA|Class name: Placement
Method or attribute name: RightBottom|enums.d.ts| +|Added|NA|Module name: enums
Class name: CopyOptions|enums.d.ts| +|Added|NA|Class name: CopyOptions
Method or attribute name: |enums.d.ts| +|Added|NA|Module name: enums
Class name: CopyOptions
Method or attribute name: None = 0|enums.d.ts| +|Added|NA|Class name: CopyOptions
Method or attribute name: None = 0|enums.d.ts| +|Added|NA|Module name: enums
Class name: CopyOptions
Method or attribute name: InApp = 1|enums.d.ts| +|Added|NA|Class name: CopyOptions
Method or attribute name: InApp = 1|enums.d.ts| +|Added|NA|Module name: enums
Class name: CopyOptions
Method or attribute name: LocalDevice = 2|enums.d.ts| +|Added|NA|Class name: CopyOptions
Method or attribute name: LocalDevice = 2|enums.d.ts| +|Added|NA|Module name: enums
Class name: HitTestMode|enums.d.ts| +|Added|NA|Class name: HitTestMode
Method or attribute name: |enums.d.ts| +|Added|NA|Module name: enums
Class name: HitTestMode
Method or attribute name: Default|enums.d.ts| +|Added|NA|Class name: HitTestMode
Method or attribute name: Default|enums.d.ts| +|Added|NA|Module name: enums
Class name: HitTestMode
Method or attribute name: Block|enums.d.ts| +|Added|NA|Class name: HitTestMode
Method or attribute name: Block|enums.d.ts| +|Added|NA|Module name: enums
Class name: HitTestMode
Method or attribute name: Transparent|enums.d.ts| +|Added|NA|Class name: HitTestMode
Method or attribute name: Transparent|enums.d.ts| +|Added|NA|Module name: enums
Class name: HitTestMode
Method or attribute name: None|enums.d.ts| +|Added|NA|Class name: HitTestMode
Method or attribute name: None|enums.d.ts| +|Added|NA|Module name: enums
Class name: TitleHeight|enums.d.ts| +|Added|NA|Class name: TitleHeight
Method or attribute name: |enums.d.ts| +|Added|NA|Module name: enums
Class name: TitleHeight
Method or attribute name: MainOnly|enums.d.ts| +|Added|NA|Class name: TitleHeight
Method or attribute name: MainOnly|enums.d.ts| +|Added|NA|Module name: enums
Class name: TitleHeight
Method or attribute name: MainWithSub|enums.d.ts| +|Added|NA|Class name: TitleHeight
Method or attribute name: MainWithSub|enums.d.ts| +|Added|NA|Module name: flow_item
Class name: FlowItemInterface|flow_item.d.ts| +|Added|NA|Module name: flow_item
Class name: FlowItemInterface
Method or attribute name: (): FlowItemAttribute;|flow_item.d.ts| +|Added|NA|Module name: flow_item
Class name: FlowItemAttribute|flow_item.d.ts| +|Added|NA|Module name: flow_item
Class name: global
Method or attribute name: declare const FlowItem: FlowItemInterface|flow_item.d.ts| +|Added|NA|Module name: flow_item
Class name: global
Method or attribute name: declare const FlowItemInstance: FlowItemAttribute;|flow_item.d.ts| +|Added|NA|Module name: form_component
Class name: FormDimension
Method or attribute name: Dimension_2_1|form_component.d.ts| +|Added|NA|Class name: FormDimension
Method or attribute name: Dimension_2_1|form_component.d.ts| +|Added|NA|Module name: grid_col
Class name: GridColColumnOption|grid_col.d.ts| +|Added|NA|Module name: grid_col
Class name: GridColColumnOption
Method or attribute name: xs?: number,|grid_col.d.ts| +|Added|NA|Module name: grid_col
Class name: GridColColumnOption
Method or attribute name: sm?: number,|grid_col.d.ts| +|Added|NA|Module name: grid_col
Class name: GridColColumnOption
Method or attribute name: md?: number,|grid_col.d.ts| +|Added|NA|Module name: grid_col
Class name: GridColColumnOption
Method or attribute name: lg?: number,|grid_col.d.ts| +|Added|NA|Module name: grid_col
Class name: GridColColumnOption
Method or attribute name: xl?: number,|grid_col.d.ts| +|Added|NA|Module name: grid_col
Class name: GridColColumnOption
Method or attribute name: xxl?: number,|grid_col.d.ts| +|Added|NA|Module name: grid_col
Class name: GridColOptions|grid_col.d.ts| +|Added|NA|Module name: grid_col
Class name: GridColOptions
Method or attribute name: span?: number \| GridColColumnOption;|grid_col.d.ts| +|Added|NA|Module name: grid_col
Class name: GridColOptions
Method or attribute name: offset?: number \| GridColColumnOption;|grid_col.d.ts| +|Added|NA|Module name: grid_col
Class name: GridColOptions
Method or attribute name: order?: number \| GridColColumnOption;|grid_col.d.ts| +|Added|NA|Module name: grid_col
Class name: GridColInterface|grid_col.d.ts| +|Added|NA|Module name: grid_col
Class name: GridColInterface
Method or attribute name: (option?: GridColOptions): GridColAttribute;|grid_col.d.ts| +|Added|NA|Module name: grid_col
Class name: GridColAttribute|grid_col.d.ts| +|Added|NA|Module name: grid_col
Class name: GridColAttribute
Method or attribute name: span(value: number \| GridColColumnOption): GridRowAttribute;|grid_col.d.ts| +|Added|NA|Module name: grid_col
Class name: GridColAttribute
Method or attribute name: offset(value: number \| GridColColumnOption): GridRowAttribute;|grid_col.d.ts| +|Added|NA|Module name: grid_col
Class name: GridColAttribute
Method or attribute name: order(value: number \| GridColColumnOption): GridRowAttribute;|grid_col.d.ts| +|Added|NA|Module name: grid_col
Class name: global
Method or attribute name: declare const GridCol: GridColInterface|grid_col.d.ts| +|Added|NA|Module name: grid_col
Class name: global
Method or attribute name: declare const GridColInstance: GridColAttribute;|grid_col.d.ts| +|Added|NA|Module name: grid_row
Class name: GridRowSizeOption|grid_row.d.ts| +|Added|NA|Module name: grid_row
Class name: GridRowSizeOption
Method or attribute name: xs?: Length,|grid_row.d.ts| +|Added|NA|Module name: grid_row
Class name: GridRowSizeOption
Method or attribute name: sm?: Length,|grid_row.d.ts| +|Added|NA|Module name: grid_row
Class name: GridRowSizeOption
Method or attribute name: md?: Length,|grid_row.d.ts| +|Added|NA|Module name: grid_row
Class name: GridRowSizeOption
Method or attribute name: lg?: Length,|grid_row.d.ts| +|Added|NA|Module name: grid_row
Class name: GridRowSizeOption
Method or attribute name: xl?: Length,|grid_row.d.ts| +|Added|NA|Module name: grid_row
Class name: GridRowSizeOption
Method or attribute name: xxl?: Length,|grid_row.d.ts| +|Added|NA|Module name: grid_row
Class name: GridRowColumnOption|grid_row.d.ts| +|Added|NA|Module name: grid_row
Class name: GridRowColumnOption
Method or attribute name: xs?: number,|grid_row.d.ts| +|Added|NA|Module name: grid_row
Class name: GridRowColumnOption
Method or attribute name: sm?: number,|grid_row.d.ts| +|Added|NA|Module name: grid_row
Class name: GridRowColumnOption
Method or attribute name: md?: number,|grid_row.d.ts| +|Added|NA|Module name: grid_row
Class name: GridRowColumnOption
Method or attribute name: lg?: number,|grid_row.d.ts| +|Added|NA|Module name: grid_row
Class name: GridRowColumnOption
Method or attribute name: xl?: number,|grid_row.d.ts| +|Added|NA|Module name: grid_row
Class name: GridRowColumnOption
Method or attribute name: xxl?: number,|grid_row.d.ts| +|Added|NA|Module name: grid_row
Class name: GutterOption|grid_row.d.ts| +|Added|NA|Module name: grid_row
Class name: GutterOption
Method or attribute name: x?: Length \| GridRowSizeOption,|grid_row.d.ts| +|Added|NA|Module name: grid_row
Class name: GutterOption
Method or attribute name: y?: Length \| GridRowSizeOption|grid_row.d.ts| +|Added|NA|Module name: grid_row
Class name: BreakpointsReference|grid_row.d.ts| +|Added|NA|Module name: grid_row
Class name: BreakpointsReference
Method or attribute name: WindowSize|grid_row.d.ts| +|Added|NA|Module name: grid_row
Class name: BreakpointsReference
Method or attribute name: ComponentSize|grid_row.d.ts| +|Added|NA|Module name: grid_row
Class name: GridRowDirection|grid_row.d.ts| +|Added|NA|Module name: grid_row
Class name: GridRowDirection
Method or attribute name: Row|grid_row.d.ts| +|Added|NA|Module name: grid_row
Class name: GridRowDirection
Method or attribute name: RowReverse|grid_row.d.ts| +|Added|NA|Module name: grid_row
Class name: BreakPoints|grid_row.d.ts| +|Added|NA|Module name: grid_row
Class name: BreakPoints
Method or attribute name: value?: Array\,|grid_row.d.ts| +|Added|NA|Module name: grid_row
Class name: BreakPoints
Method or attribute name: reference?: BreakpointsReference,|grid_row.d.ts| +|Added|NA|Module name: grid_row
Class name: GridRowOptions|grid_row.d.ts| +|Added|NA|Module name: grid_row
Class name: GridRowOptions
Method or attribute name: gutter?: Length \| GutterOption;|grid_row.d.ts| +|Added|NA|Module name: grid_row
Class name: GridRowOptions
Method or attribute name: columns?: number \| GridRowColumnOption;|grid_row.d.ts| +|Added|NA|Module name: grid_row
Class name: GridRowOptions
Method or attribute name: breakpoints?: BreakPoints;|grid_row.d.ts| +|Added|NA|Module name: grid_row
Class name: GridRowOptions
Method or attribute name: direction?: GridRowDirection;|grid_row.d.ts| +|Added|NA|Module name: grid_row
Class name: GridRowInterface|grid_row.d.ts| +|Added|NA|Module name: grid_row
Class name: GridRowInterface
Method or attribute name: (option?: GridRowOptions): GridRowAttribute;|grid_row.d.ts| +|Added|NA|Module name: grid_row
Class name: GridRowAttribute|grid_row.d.ts| +|Added|NA|Module name: grid_row
Class name: GridRowAttribute
Method or attribute name: onBreakpointChange(callback: (breakpoints: string) => void): GridRowAttribute;|grid_row.d.ts| +|Added|NA|Module name: grid_row
Class name: global
Method or attribute name: declare const GridRow: GridRowInterface;|grid_row.d.ts| +|Added|NA|Module name: grid_row
Class name: global
Method or attribute name: declare const GridRowInstance: GridRowAttribute;|grid_row.d.ts| +|Added|NA|Class name: ImageAttribute
Method or attribute name: colorFilter(value: ColorFilter): ImageAttribute;|image.d.ts| +|Added|NA|Class name: ImageAttribute
Method or attribute name: copyOption(value: CopyOptions): ImageAttribute;|image.d.ts| +|Added|NA|Class name: ImageAttribute
Method or attribute name: draggable(value: boolean): ImageAttribute;|image.d.ts| +|Added|NA|Class name: ImageAttribute
Method or attribute name: onError(callback: (event?: { componentWidth: number; componentHeight: number; message: string }) => void): ImageAttribute;|image.d.ts| +|Added|NA|Module name: image_animator
Class name: ImageFrameInfo|image_animator.d.ts| +|Added|NA|Class name: ImageFrameInfo
Method or attribute name: |image_animator.d.ts| +|Added|NA|Module name: image_animator
Class name: ImageFrameInfo
Method or attribute name: src: string \| Resource;|image_animator.d.ts| +|Added|NA|Class name: ImageFrameInfo
Method or attribute name: src: string \| Resource;|image_animator.d.ts| +|Added|NA|Module name: image_animator
Class name: ImageFrameInfo
Method or attribute name: width?: number \| string;|image_animator.d.ts| +|Added|NA|Class name: ImageFrameInfo
Method or attribute name: width?: number \| string;|image_animator.d.ts| +|Added|NA|Module name: image_animator
Class name: ImageFrameInfo
Method or attribute name: height?: number \| string;|image_animator.d.ts| +|Added|NA|Class name: ImageFrameInfo
Method or attribute name: height?: number \| string;|image_animator.d.ts| +|Added|NA|Module name: image_animator
Class name: ImageFrameInfo
Method or attribute name: top?: number \| string;|image_animator.d.ts| +|Added|NA|Class name: ImageFrameInfo
Method or attribute name: top?: number \| string;|image_animator.d.ts| +|Added|NA|Module name: image_animator
Class name: ImageFrameInfo
Method or attribute name: left?: number \| string;|image_animator.d.ts| +|Added|NA|Class name: ImageFrameInfo
Method or attribute name: left?: number \| string;|image_animator.d.ts| +|Added|NA|Module name: image_animator
Class name: ImageFrameInfo
Method or attribute name: duration?: number;|image_animator.d.ts| +|Added|NA|Class name: ImageFrameInfo
Method or attribute name: duration?: number;|image_animator.d.ts| +|Added|NA|Module name: list
Class name: ListItemAlign|list.d.ts| +|Added|NA|Class name: ListItemAlign
Method or attribute name: |list.d.ts| +|Added|NA|Module name: list
Class name: ListItemAlign
Method or attribute name: Start|list.d.ts| +|Added|NA|Class name: ListItemAlign
Method or attribute name: Start|list.d.ts| +|Added|NA|Module name: list
Class name: ListItemAlign
Method or attribute name: Center|list.d.ts| +|Added|NA|Class name: ListItemAlign
Method or attribute name: Center|list.d.ts| +|Added|NA|Module name: list
Class name: ListItemAlign
Method or attribute name: End|list.d.ts| +|Added|NA|Class name: ListItemAlign
Method or attribute name: End|list.d.ts| +|Added|NA|Module name: list
Class name: StickyStyle|list.d.ts| +|Added|NA|Class name: StickyStyle
Method or attribute name: |list.d.ts| +|Added|NA|Module name: list
Class name: StickyStyle
Method or attribute name: None = 0|list.d.ts| +|Added|NA|Class name: StickyStyle
Method or attribute name: None = 0|list.d.ts| +|Added|NA|Module name: list
Class name: StickyStyle
Method or attribute name: Header = 1|list.d.ts| +|Added|NA|Class name: StickyStyle
Method or attribute name: Header = 1|list.d.ts| +|Added|NA|Module name: list
Class name: StickyStyle
Method or attribute name: Footer = 2|list.d.ts| +|Added|NA|Class name: StickyStyle
Method or attribute name: Footer = 2|list.d.ts| +|Added|NA|Class name: ListAttribute
Method or attribute name: lanes(value: number \| LengthConstrain): ListAttribute;|list.d.ts| +|Added|NA|Class name: ListAttribute
Method or attribute name: alignListItem(value: ListItemAlign): ListAttribute;|list.d.ts| +|Added|NA|Class name: ListAttribute
Method or attribute name: sticky(value: StickyStyle): ListAttribute;|list.d.ts| +|Added|NA|Class name: ListAttribute
Method or attribute name: onScrollStart(event: () => void): ListAttribute;|list.d.ts| +|Added|NA|Class name: ListAttribute
Method or attribute name: onScrollFrameBegin(event: (offset: number, state: ScrollState) => { offsetRemain: number }): ListAttribute;|list.d.ts| +|Added|NA|Module name: list_item
Class name: SwipeEdgeEffect|list_item.d.ts| +|Added|NA|Class name: SwipeEdgeEffect
Method or attribute name: |list_item.d.ts| +|Added|NA|Module name: list_item
Class name: SwipeEdgeEffect
Method or attribute name: Spring|list_item.d.ts| +|Added|NA|Class name: SwipeEdgeEffect
Method or attribute name: Spring|list_item.d.ts| +|Added|NA|Module name: list_item
Class name: SwipeEdgeEffect
Method or attribute name: None|list_item.d.ts| +|Added|NA|Class name: SwipeEdgeEffect
Method or attribute name: None|list_item.d.ts| +|Added|NA|Module name: list_item
Class name: SwipeActionOptions|list_item.d.ts| +|Added|NA|Class name: SwipeActionOptions
Method or attribute name: |list_item.d.ts| +|Added|NA|Module name: list_item
Class name: SwipeActionOptions
Method or attribute name: start?: CustomBuilder;|list_item.d.ts| +|Added|NA|Class name: SwipeActionOptions
Method or attribute name: start?: CustomBuilder;|list_item.d.ts| +|Added|NA|Module name: list_item
Class name: SwipeActionOptions
Method or attribute name: end?: CustomBuilder;|list_item.d.ts| +|Added|NA|Class name: SwipeActionOptions
Method or attribute name: end?: CustomBuilder;|list_item.d.ts| +|Added|NA|Module name: list_item
Class name: SwipeActionOptions
Method or attribute name: edgeEffect?: SwipeEdgeEffect;|list_item.d.ts| +|Added|NA|Class name: SwipeActionOptions
Method or attribute name: edgeEffect?: SwipeEdgeEffect;|list_item.d.ts| +|Added|NA|Class name: ListItemAttribute
Method or attribute name: swipeAction(value: SwipeActionOptions): ListItemAttribute;|list_item.d.ts| +|Added|NA|Module name: list_item_group
Class name: ListItemGroupOptions|list_item_group.d.ts| +|Added|NA|Module name: list_item_group
Class name: ListItemGroupOptions
Method or attribute name: header?: CustomBuilder;|list_item_group.d.ts| +|Added|NA|Module name: list_item_group
Class name: ListItemGroupOptions
Method or attribute name: footer?: CustomBuilder;|list_item_group.d.ts| +|Added|NA|Module name: list_item_group
Class name: ListItemGroupOptions
Method or attribute name: space?: number \| string;|list_item_group.d.ts| +|Added|NA|Module name: list_item_group
Class name: ListItemGroupInterface|list_item_group.d.ts| +|Added|NA|Module name: list_item_group
Class name: ListItemGroupInterface
Method or attribute name: (options?: ListItemGroupOptions): ListItemGroupAttribute;|list_item_group.d.ts| +|Added|NA|Module name: list_item_group
Class name: ListItemGroupAttribute|list_item_group.d.ts| +|Added|NA|Module name: list_item_group
Class name: ListItemGroupAttribute
Method or attribute name: divider(
value: {
strokeWidth: Length;
color?: ResourceColor;
startMargin?: Length;
endMargin?: Length;
} \| null,
): ListItemGroupAttribute;|list_item_group.d.ts| +|Added|NA|Module name: list_item_group
Class name: global
Method or attribute name: declare const ListItemGroupInstance: ListItemGroupAttribute;|list_item_group.d.ts| +|Added|NA|Module name: list_item_group
Class name: global
Method or attribute name: declare const ListItemGroup: ListItemGroupInterface;|list_item_group.d.ts| +|Added|NA|Module name: menu
Class name: MenuInterface|menu.d.ts| +|Added|NA|Module name: menu
Class name: MenuInterface
Method or attribute name: (): MenuAttribute;|menu.d.ts| +|Added|NA|Module name: menu
Class name: MenuAttribute|menu.d.ts| +|Added|NA|Module name: menu
Class name: MenuAttribute
Method or attribute name: fontSize(value: Length): MenuAttribute;|menu.d.ts| +|Added|NA|Module name: menu
Class name: global
Method or attribute name: declare const Menu: MenuInterface;|menu.d.ts| +|Added|NA|Module name: menu
Class name: global
Method or attribute name: declare const MenuInstance: MenuAttribute;|menu.d.ts| +|Added|NA|Module name: menu_item
Class name: MenuItemOptions|menu_item.d.ts| +|Added|NA|Module name: menu_item
Class name: MenuItemOptions
Method or attribute name: startIcon?: ResourceStr;|menu_item.d.ts| +|Added|NA|Module name: menu_item
Class name: MenuItemOptions
Method or attribute name: content?: ResourceStr;|menu_item.d.ts| +|Added|NA|Module name: menu_item
Class name: MenuItemOptions
Method or attribute name: endIcon?: ResourceStr;|menu_item.d.ts| +|Added|NA|Module name: menu_item
Class name: MenuItemOptions
Method or attribute name: labelInfo?: ResourceStr;|menu_item.d.ts| +|Added|NA|Module name: menu_item
Class name: MenuItemOptions
Method or attribute name: builder?: CustomBuilder;|menu_item.d.ts| +|Added|NA|Module name: menu_item
Class name: MenuItemInterface|menu_item.d.ts| +|Added|NA|Module name: menu_item
Class name: MenuItemInterface
Method or attribute name: (value?: MenuItemOptions \| CustomBuilder): MenuItemAttribute;|menu_item.d.ts| +|Added|NA|Module name: menu_item
Class name: MenuItemAttribute|menu_item.d.ts| +|Added|NA|Module name: menu_item
Class name: MenuItemAttribute
Method or attribute name: selected(value: boolean): MenuItemAttribute;|menu_item.d.ts| +|Added|NA|Module name: menu_item
Class name: MenuItemAttribute
Method or attribute name: selectIcon(value: boolean): MenuItemAttribute;|menu_item.d.ts| +|Added|NA|Module name: menu_item
Class name: MenuItemAttribute
Method or attribute name: onChange(callback: (selected: boolean) => void): MenuItemAttribute;|menu_item.d.ts| +|Added|NA|Module name: menu_item
Class name: global
Method or attribute name: declare const MenuItem: MenuItemInterface;|menu_item.d.ts| +|Added|NA|Module name: menu_item
Class name: global
Method or attribute name: declare const MenuItemInstance: MenuItemAttribute;|menu_item.d.ts| +|Added|NA|Module name: menu_item_group
Class name: MenuItemGroupOptions|menu_item_group.d.ts| +|Added|NA|Module name: menu_item_group
Class name: MenuItemGroupOptions
Method or attribute name: header?: ResourceStr \| CustomBuilder;|menu_item_group.d.ts| +|Added|NA|Module name: menu_item_group
Class name: MenuItemGroupOptions
Method or attribute name: footer?: ResourceStr \| CustomBuilder;|menu_item_group.d.ts| +|Added|NA|Module name: menu_item_group
Class name: MenuItemGroupInterface|menu_item_group.d.ts| +|Added|NA|Module name: menu_item_group
Class name: MenuItemGroupInterface
Method or attribute name: (value?: MenuItemGroupOptions): MenuItemGroupAttribute;|menu_item_group.d.ts| +|Added|NA|Module name: menu_item_group
Class name: MenuItemGroupAttribute|menu_item_group.d.ts| +|Added|NA|Module name: menu_item_group
Class name: global
Method or attribute name: declare const MenuItemGroup: MenuItemGroupInterface;|menu_item_group.d.ts| +|Added|NA|Module name: menu_item_group
Class name: global
Method or attribute name: declare const MenuItemGroupInstance: MenuItemGroupAttribute;|menu_item_group.d.ts| +|Added|NA|Module name: navigation
Class name: NavigationCommonTitle|navigation.d.ts| +|Added|NA|Class name: NavigationCommonTitle
Method or attribute name: |navigation.d.ts| +|Added|NA|Module name: navigation
Class name: NavigationCommonTitle
Method or attribute name: main: string;|navigation.d.ts| +|Added|NA|Class name: NavigationCommonTitle
Method or attribute name: main: string;|navigation.d.ts| +|Added|NA|Module name: navigation
Class name: NavigationCommonTitle
Method or attribute name: sub: string;|navigation.d.ts| +|Added|NA|Class name: NavigationCommonTitle
Method or attribute name: sub: string;|navigation.d.ts| +|Added|NA|Module name: navigation
Class name: NavigationCustomTitle|navigation.d.ts| +|Added|NA|Class name: NavigationCustomTitle
Method or attribute name: |navigation.d.ts| +|Added|NA|Module name: navigation
Class name: NavigationCustomTitle
Method or attribute name: builder: CustomBuilder;|navigation.d.ts| +|Added|NA|Class name: NavigationCustomTitle
Method or attribute name: builder: CustomBuilder;|navigation.d.ts| +|Added|NA|Module name: navigation
Class name: NavigationCustomTitle
Method or attribute name: height: TitleHeight \| Length;|navigation.d.ts| +|Added|NA|Class name: NavigationCustomTitle
Method or attribute name: height: TitleHeight \| Length;|navigation.d.ts| +|Added|NA|Module name: navigation
Class name: NavigationMode|navigation.d.ts| +|Added|NA|Class name: NavigationMode
Method or attribute name: |navigation.d.ts| +|Added|NA|Module name: navigation
Class name: NavigationMode
Method or attribute name: Stack|navigation.d.ts| +|Added|NA|Class name: NavigationMode
Method or attribute name: Stack|navigation.d.ts| +|Added|NA|Module name: navigation
Class name: NavigationMode
Method or attribute name: Split|navigation.d.ts| +|Added|NA|Class name: NavigationMode
Method or attribute name: Split|navigation.d.ts| +|Added|NA|Module name: navigation
Class name: NavigationMode
Method or attribute name: Auto|navigation.d.ts| +|Added|NA|Class name: NavigationMode
Method or attribute name: Auto|navigation.d.ts| +|Added|NA|Module name: navigation
Class name: NavBarPosition|navigation.d.ts| +|Added|NA|Class name: NavBarPosition
Method or attribute name: |navigation.d.ts| +|Added|NA|Module name: navigation
Class name: NavBarPosition
Method or attribute name: Start|navigation.d.ts| +|Added|NA|Class name: NavBarPosition
Method or attribute name: Start|navigation.d.ts| +|Added|NA|Module name: navigation
Class name: NavBarPosition
Method or attribute name: End|navigation.d.ts| +|Added|NA|Class name: NavBarPosition
Method or attribute name: End|navigation.d.ts| +|Added|NA|Class name: NavigationAttribute
Method or attribute name: navBarWidth(value: Length): NavigationAttribute;|navigation.d.ts| +|Added|NA|Class name: NavigationAttribute
Method or attribute name: navBarPosition(value: NavBarPosition): NavigationAttribute;|navigation.d.ts| +|Added|NA|Class name: NavigationAttribute
Method or attribute name: mode(value: NavigationMode): NavigationAttribute;|navigation.d.ts| +|Added|NA|Class name: NavigationAttribute
Method or attribute name: backButtonIcon(value: string \| PixelMap \| Resource): NavigationAttribute;|navigation.d.ts| +|Added|NA|Class name: NavigationAttribute
Method or attribute name: hideNavBar(value: boolean): NavigationAttribute;|navigation.d.ts| +|Added|NA|Class name: NavigationAttribute
Method or attribute name: onNavBarStateChange(callback: (isVisible: boolean) => void): NavigationAttribute;|navigation.d.ts| +|Added|NA|Module name: nav_destination
Class name: NavDestinationCommonTitle|nav_destination.d.ts| +|Added|NA|Module name: nav_destination
Class name: NavDestinationCommonTitle
Method or attribute name: main: string;|nav_destination.d.ts| +|Added|NA|Module name: nav_destination
Class name: NavDestinationCommonTitle
Method or attribute name: sub: string;|nav_destination.d.ts| +|Added|NA|Module name: nav_destination
Class name: NavDestinationCustomTitle|nav_destination.d.ts| +|Added|NA|Module name: nav_destination
Class name: NavDestinationCustomTitle
Method or attribute name: builder: CustomBuilder;|nav_destination.d.ts| +|Added|NA|Module name: nav_destination
Class name: NavDestinationCustomTitle
Method or attribute name: height: TitleHeight \| Length;|nav_destination.d.ts| +|Added|NA|Module name: nav_destination
Class name: NavDestinationInterface|nav_destination.d.ts| +|Added|NA|Module name: nav_destination
Class name: NavDestinationInterface
Method or attribute name: (): NavDestinationAttribute;|nav_destination.d.ts| +|Added|NA|Module name: nav_destination
Class name: NavDestinationAttribute|nav_destination.d.ts| +|Added|NA|Module name: nav_destination
Class name: NavDestinationAttribute
Method or attribute name: title(value: string \| CustomBuilder \| NavDestinationCommonTitle \| NavDestinationCustomTitle): NavDestinationAttribute;|nav_destination.d.ts| +|Added|NA|Module name: nav_destination
Class name: NavDestinationAttribute
Method or attribute name: hideTitleBar(value: boolean): NavDestinationAttribute;|nav_destination.d.ts| +|Added|NA|Module name: nav_destination
Class name: global
Method or attribute name: declare const NavDestination: NavDestinationInterface;|nav_destination.d.ts| +|Added|NA|Module name: nav_destination
Class name: global
Method or attribute name: declare const NavDestinationInstance: NavDestinationAttribute;|nav_destination.d.ts| +|Added|NA|Module name: nav_router
Class name: NavRouterInterface|nav_router.d.ts| +|Added|NA|Module name: nav_router
Class name: NavRouterInterface
Method or attribute name: (): NavRouterAttribute;|nav_router.d.ts| +|Added|NA|Module name: nav_router
Class name: NavRouterAttribute|nav_router.d.ts| +|Added|NA|Module name: nav_router
Class name: NavRouterAttribute
Method or attribute name: onStateChange(callback: (isActivated: boolean) => void): NavRouterAttribute;|nav_router.d.ts| +|Added|NA|Module name: nav_router
Class name: global
Method or attribute name: declare const NavRouter: NavRouterInterface;|nav_router.d.ts| +|Added|NA|Module name: nav_router
Class name: global
Method or attribute name: declare const NavRouterInstance: NavRouterAttribute;|nav_router.d.ts| +|Added|NA|Module name: panel
Class name: PanelAttribute
Method or attribute name: backgroundMask(color: ResourceColor): PanelAttribute;|panel.d.ts| +|Added|NA|Class name: PanelAttribute
Method or attribute name: backgroundMask(color: ResourceColor): PanelAttribute;|panel.d.ts| +|Added|NA|Module name: panel
Class name: PanelAttribute
Method or attribute name: onHeightChange(callback: (value: number) => void): PanelAttribute;|panel.d.ts| +|Added|NA|Class name: PanelAttribute
Method or attribute name: onHeightChange(callback: (value: number) => void): PanelAttribute;|panel.d.ts| +|Added|NA|Module name: pattern_lock
Class name: PatternLockController|pattern_lock.d.ts| +|Added|NA|Module name: pattern_lock
Class name: PatternLockController
Method or attribute name: constructor();|pattern_lock.d.ts| +|Added|NA|Module name: pattern_lock
Class name: PatternLockController
Method or attribute name: reset();|pattern_lock.d.ts| +|Added|NA|Module name: pattern_lock
Class name: PatternLockInterface|pattern_lock.d.ts| +|Added|NA|Module name: pattern_lock
Class name: PatternLockInterface
Method or attribute name: (controller?: PatternLockController): PatternLockAttribute;|pattern_lock.d.ts| +|Added|NA|Module name: pattern_lock
Class name: PatternLockAttribute|pattern_lock.d.ts| +|Added|NA|Module name: pattern_lock
Class name: PatternLockAttribute
Method or attribute name: sideLength(value: Length): PatternLockAttribute;|pattern_lock.d.ts| +|Added|NA|Module name: pattern_lock
Class name: PatternLockAttribute
Method or attribute name: circleRadius(value: Length): PatternLockAttribute;|pattern_lock.d.ts| +|Added|NA|Module name: pattern_lock
Class name: PatternLockAttribute
Method or attribute name: backgroundColor(value: ResourceColor): PatternLockAttribute;|pattern_lock.d.ts| +|Added|NA|Module name: pattern_lock
Class name: PatternLockAttribute
Method or attribute name: regularColor(value: ResourceColor): PatternLockAttribute;|pattern_lock.d.ts| +|Added|NA|Module name: pattern_lock
Class name: PatternLockAttribute
Method or attribute name: selectedColor(value: ResourceColor): PatternLockAttribute;|pattern_lock.d.ts| +|Added|NA|Module name: pattern_lock
Class name: PatternLockAttribute
Method or attribute name: activeColor(value: ResourceColor): PatternLockAttribute;|pattern_lock.d.ts| +|Added|NA|Module name: pattern_lock
Class name: PatternLockAttribute
Method or attribute name: pathColor(value: ResourceColor): PatternLockAttribute;|pattern_lock.d.ts| +|Added|NA|Module name: pattern_lock
Class name: PatternLockAttribute
Method or attribute name: pathStrokeWidth(value: number \| string): PatternLockAttribute;|pattern_lock.d.ts| +|Added|NA|Module name: pattern_lock
Class name: PatternLockAttribute
Method or attribute name: onPatternComplete(callback: (input: Array\) => void): PatternLockAttribute;|pattern_lock.d.ts| +|Added|NA|Module name: pattern_lock
Class name: PatternLockAttribute
Method or attribute name: autoReset(value: boolean): PatternLockAttribute;|pattern_lock.d.ts| +|Added|NA|Module name: pattern_lock
Class name: global
Method or attribute name: declare const PatternLock: PatternLockInterface;|pattern_lock.d.ts| +|Added|NA|Module name: pattern_lock
Class name: global
Method or attribute name: declare const PatternLockInstance: PatternLockAttribute;|pattern_lock.d.ts| +|Added|NA|Module name: plugin_component
Class name: PluginComponentTemplate|plugin_component.d.ts| +|Added|NA|Module name: plugin_component
Class name: PluginComponentTemplate
Method or attribute name: source: string;|plugin_component.d.ts| +|Added|NA|Module name: plugin_component
Class name: PluginComponentTemplate
Method or attribute name: bundleName: string;|plugin_component.d.ts| +|Added|NA|Module name: plugin_component
Class name: PluginComponentInterface|plugin_component.d.ts| +|Added|NA|Module name: plugin_component
Class name: PluginComponentInterface
Method or attribute name: (value: { template: PluginComponentTemplate; data: any }): PluginComponentAttribute;|plugin_component.d.ts| +|Added|NA|Module name: plugin_component
Class name: PluginComponentAttribute|plugin_component.d.ts| +|Added|NA|Module name: plugin_component
Class name: PluginComponentAttribute
Method or attribute name: onComplete(callback: () => void): PluginComponentAttribute;|plugin_component.d.ts| +|Added|NA|Module name: plugin_component
Class name: PluginComponentAttribute
Method or attribute name: onError(callback: (info: { errcode: number; msg: string }) => void): PluginComponentAttribute;|plugin_component.d.ts| +|Added|NA|Module name: plugin_component
Class name: global
Method or attribute name: declare const PluginComponent: PluginComponentInterface;|plugin_component.d.ts| +|Added|NA|Module name: plugin_component
Class name: global
Method or attribute name: declare const PluginComponentInstance: PluginComponentAttribute;|plugin_component.d.ts| +|Added|NA|Class name: global
Method or attribute name: declare const RectInstance: RectAttribute;|rect.d.ts| +|Added|NA|Module name: relative_container
Class name: RelativeContainerInterface|relative_container.d.ts| +|Added|NA|Module name: relative_container
Class name: RelativeContainerInterface
Method or attribute name: (): RelativeContainerAttribute;|relative_container.d.ts| +|Added|NA|Module name: relative_container
Class name: RelativeContainerAttribute|relative_container.d.ts| +|Added|NA|Module name: relative_container
Class name: global
Method or attribute name: declare const RelativeContainer : RelativeContainerInterface;|relative_container.d.ts| +|Added|NA|Module name: relative_container
Class name: global
Method or attribute name: declare const RelativeContainerInstance: RelativeContainerAttribute;|relative_container.d.ts| +|Added|NA|Module name: remote_window
Class name: RRect|remote_window.d.ts| +|Added|NA|Module name: remote_window
Class name: RRect
Method or attribute name: left: number;|remote_window.d.ts| +|Added|NA|Module name: remote_window
Class name: RRect
Method or attribute name: top: number;|remote_window.d.ts| +|Added|NA|Module name: remote_window
Class name: RRect
Method or attribute name: width: number;|remote_window.d.ts| +|Added|NA|Module name: remote_window
Class name: RRect
Method or attribute name: height: number;|remote_window.d.ts| +|Added|NA|Module name: remote_window
Class name: RRect
Method or attribute name: radius: number;|remote_window.d.ts| +|Added|NA|Module name: remote_window
Class name: WindowAnimationTarget|remote_window.d.ts| +|Added|NA|Module name: remote_window
Class name: WindowAnimationTarget
Method or attribute name: readonly bundleName: string;|remote_window.d.ts| +|Added|NA|Module name: remote_window
Class name: WindowAnimationTarget
Method or attribute name: readonly abilityName: string;|remote_window.d.ts| +|Added|NA|Module name: remote_window
Class name: WindowAnimationTarget
Method or attribute name: readonly windowBounds: RRect;|remote_window.d.ts| +|Added|NA|Module name: remote_window
Class name: WindowAnimationTarget
Method or attribute name: readonly missionId: number;|remote_window.d.ts| +|Added|NA|Module name: remote_window
Class name: RemoteWindowInterface|remote_window.d.ts| +|Added|NA|Module name: remote_window
Class name: RemoteWindowInterface
Method or attribute name: (target: WindowAnimationTarget): RemoteWindowAttribute;|remote_window.d.ts| +|Added|NA|Module name: remote_window
Class name: RemoteWindowAttribute|remote_window.d.ts| +|Added|NA|Module name: remote_window
Class name: global
Method or attribute name: declare const RemoteWindow: RemoteWindowInterface;|remote_window.d.ts| +|Added|NA|Module name: remote_window
Class name: global
Method or attribute name: declare const RemoteWindowInstance: RemoteWindowAttribute;|remote_window.d.ts| +|Added|NA|Class name: Scroller
Method or attribute name: scrollPage(value: { next: boolean });|scroll.d.ts| +|Added|NA|Class name: Scroller
Method or attribute name: scrollBy(dx: Length, dy: Length);|scroll.d.ts| +|Added|NA|Class name: ScrollAttribute
Method or attribute name: onScrollStart(event: () => void): ScrollAttribute;|scroll.d.ts| +|Added|NA|Class name: ScrollAttribute
Method or attribute name: onScrollStop(event: () => void): ScrollAttribute;|scroll.d.ts| +|Added|NA|Class name: ScrollAttribute
Method or attribute name: onScrollFrameBegin(event: (offset: number, state: ScrollState) => { offsetRemain: number }): ScrollAttribute;|scroll.d.ts| +|Added|NA|Module name: search
Class name: SearchAttribute
Method or attribute name: copyOption(value: CopyOptions): SearchAttribute;|search.d.ts| +|Added|NA|Class name: SearchAttribute
Method or attribute name: copyOption(value: CopyOptions): SearchAttribute;|search.d.ts| +|Added|NA|Module name: search
Class name: SearchAttribute
Method or attribute name: textAlign(value: TextAlign): SearchAttribute;|search.d.ts| +|Added|NA|Class name: SearchAttribute
Method or attribute name: textAlign(value: TextAlign): SearchAttribute;|search.d.ts| +|Added|NA|Class name: ShapeInterface
Method or attribute name: (value: PixelMap): ShapeAttribute;|shape.d.ts| +|Added|NA|Class name: ShapeInterface
Method or attribute name: (): ShapeAttribute;|shape.d.ts| +|Added|NA|Module name: sidebar
Class name: SideBarPosition|sidebar.d.ts| +|Added|NA|Class name: SideBarPosition
Method or attribute name: |sidebar.d.ts| +|Added|NA|Module name: sidebar
Class name: SideBarPosition
Method or attribute name: Start|sidebar.d.ts| +|Added|NA|Class name: SideBarPosition
Method or attribute name: Start|sidebar.d.ts| +|Added|NA|Module name: sidebar
Class name: SideBarPosition
Method or attribute name: End|sidebar.d.ts| +|Added|NA|Class name: SideBarPosition
Method or attribute name: End|sidebar.d.ts| +|Added|NA|Module name: sidebar
Class name: SideBarContainerAttribute
Method or attribute name: sideBarWidth(value: Length): SideBarContainerAttribute;|sidebar.d.ts| +|Added|NA|Class name: SideBarContainerAttribute
Method or attribute name: sideBarWidth(value: Length): SideBarContainerAttribute;|sidebar.d.ts| +|Added|NA|Module name: sidebar
Class name: SideBarContainerAttribute
Method or attribute name: minSideBarWidth(value: Length): SideBarContainerAttribute;|sidebar.d.ts| +|Added|NA|Class name: SideBarContainerAttribute
Method or attribute name: minSideBarWidth(value: Length): SideBarContainerAttribute;|sidebar.d.ts| +|Added|NA|Module name: sidebar
Class name: SideBarContainerAttribute
Method or attribute name: maxSideBarWidth(value: Length): SideBarContainerAttribute;|sidebar.d.ts| +|Added|NA|Class name: SideBarContainerAttribute
Method or attribute name: maxSideBarWidth(value: Length): SideBarContainerAttribute;|sidebar.d.ts| +|Added|NA|Module name: sidebar
Class name: SideBarContainerAttribute
Method or attribute name: autoHide(value: boolean): SideBarContainerAttribute;|sidebar.d.ts| +|Added|NA|Class name: SideBarContainerAttribute
Method or attribute name: autoHide(value: boolean): SideBarContainerAttribute;|sidebar.d.ts| +|Added|NA|Module name: sidebar
Class name: SideBarContainerAttribute
Method or attribute name: sideBarPosition(value: SideBarPosition): SideBarContainerAttribute;|sidebar.d.ts| +|Added|NA|Class name: SideBarContainerAttribute
Method or attribute name: sideBarPosition(value: SideBarPosition): SideBarContainerAttribute;|sidebar.d.ts| +|Added|NA|Module name: swiper
Class name: SwiperAttribute
Method or attribute name: onAnimationStart(event: (index: number) => void): SwiperAttribute;|swiper.d.ts| +|Added|NA|Class name: SwiperAttribute
Method or attribute name: onAnimationStart(event: (index: number) => void): SwiperAttribute;|swiper.d.ts| +|Added|NA|Module name: swiper
Class name: SwiperAttribute
Method or attribute name: onAnimationEnd(event: (index: number) => void): SwiperAttribute;|swiper.d.ts| +|Added|NA|Class name: SwiperAttribute
Method or attribute name: onAnimationEnd(event: (index: number) => void): SwiperAttribute;|swiper.d.ts| +|Added|NA|Module name: tabs
Class name: TabsAttribute
Method or attribute name: barPosition(value: BarPosition): TabsAttribute;|tabs.d.ts| +|Added|NA|Class name: TabsAttribute
Method or attribute name: barPosition(value: BarPosition): TabsAttribute;|tabs.d.ts| +|Added|NA|Module name: tab_content
Class name: SubTabBarStyle|tab_content.d.ts| +|Added|NA|Class name: SubTabBarStyle
Method or attribute name: |tab_content.d.ts| +|Added|NA|Module name: tab_content
Class name: SubTabBarStyle
Method or attribute name: constructor(content: string \| Resource);|tab_content.d.ts| +|Added|NA|Class name: SubTabBarStyle
Method or attribute name: constructor(content: string \| Resource);|tab_content.d.ts| +|Added|NA|Module name: tab_content
Class name: BottomTabBarStyle|tab_content.d.ts| +|Added|NA|Class name: BottomTabBarStyle
Method or attribute name: |tab_content.d.ts| +|Added|NA|Module name: tab_content
Class name: BottomTabBarStyle
Method or attribute name: constructor(icon: string \| Resource, text: string \| Resource);|tab_content.d.ts| +|Added|NA|Class name: BottomTabBarStyle
Method or attribute name: constructor(icon: string \| Resource, text: string \| Resource);|tab_content.d.ts| +|Added|NA|Class name: TabContentAttribute
Method or attribute name: tabBar(value: SubTabBarStyle \| BottomTabBarStyle): TabContentAttribute;|tab_content.d.ts| +|Added|NA|Class name: TextAttribute
Method or attribute name: copyOption(value: CopyOptions): TextAttribute;|text.d.ts| +|Added|NA|Module name: text_area
Class name: TextAreaAttribute
Method or attribute name: copyOption(value: CopyOptions): TextAreaAttribute;|text_area.d.ts| +|Added|NA|Class name: TextAreaAttribute
Method or attribute name: copyOption(value: CopyOptions): TextAreaAttribute;|text_area.d.ts| +|Added|NA|Module name: text_input
Class name: InputType
Method or attribute name: PhoneNumber|text_input.d.ts| +|Added|NA|Class name: InputType
Method or attribute name: PhoneNumber|text_input.d.ts| +|Added|NA|Module name: text_input
Class name: TextInputStyle|text_input.d.ts| +|Added|NA|Class name: TextInputStyle
Method or attribute name: |text_input.d.ts| +|Added|NA|Module name: text_input
Class name: TextInputStyle
Method or attribute name: Default|text_input.d.ts| +|Added|NA|Class name: TextInputStyle
Method or attribute name: Default|text_input.d.ts| +|Added|NA|Module name: text_input
Class name: TextInputStyle
Method or attribute name: Inline|text_input.d.ts| +|Added|NA|Class name: TextInputStyle
Method or attribute name: Inline|text_input.d.ts| +|Added|NA|Module name: text_input
Class name: TextInputAttribute
Method or attribute name: copyOption(value: CopyOptions): TextInputAttribute;|text_input.d.ts| +|Added|NA|Class name: TextInputAttribute
Method or attribute name: copyOption(value: CopyOptions): TextInputAttribute;|text_input.d.ts| +|Added|NA|Module name: text_input
Class name: TextInputAttribute
Method or attribute name: showPasswordIcon(value: boolean): TextInputAttribute;|text_input.d.ts| +|Added|NA|Class name: TextInputAttribute
Method or attribute name: showPasswordIcon(value: boolean): TextInputAttribute;|text_input.d.ts| +|Added|NA|Module name: text_input
Class name: TextInputAttribute
Method or attribute name: textAlign(value: TextAlign): TextInputAttribute;|text_input.d.ts| +|Added|NA|Class name: TextInputAttribute
Method or attribute name: textAlign(value: TextAlign): TextInputAttribute;|text_input.d.ts| +|Added|NA|Module name: text_input
Class name: TextInputAttribute
Method or attribute name: style(value: TextInputStyle): TextInputAttribute;|text_input.d.ts| +|Added|NA|Class name: TextInputAttribute
Method or attribute name: style(value: TextInputStyle): TextInputAttribute;|text_input.d.ts| +|Added|NA|Module name: units
Class name: Resource
Method or attribute name: readonly bundleName: string;|units.d.ts| +|Added|NA|Class name: Resource
Method or attribute name: readonly bundleName: string;|units.d.ts| +|Added|NA|Module name: units
Class name: Resource
Method or attribute name: readonly moduleName: string;|units.d.ts| +|Added|NA|Class name: Resource
Method or attribute name: readonly moduleName: string;|units.d.ts| +|Added|NA|Class name: BorderOptions
Method or attribute name: width?: EdgeWidths \| Length;|units.d.ts| +|Added|NA|Class name: BorderOptions
Method or attribute name: color?: EdgeColors \| ResourceColor;|units.d.ts| +|Added|NA|Class name: BorderOptions
Method or attribute name: radius?: BorderRadiuses \| Length;|units.d.ts| +|Added|NA|Class name: BorderOptions
Method or attribute name: style?: EdgeStyles \| BorderStyle;|units.d.ts| +|Added|NA|Module name: units
Class name: ColorFilter|units.d.ts| +|Added|NA|Class name: ColorFilter
Method or attribute name: |units.d.ts| +|Added|NA|Module name: units
Class name: ColorFilter
Method or attribute name: constructor(value: number[]);|units.d.ts| +|Added|NA|Class name: ColorFilter
Method or attribute name: constructor(value: number[]);|units.d.ts| +|Added|NA|Module name: units
Class name: GlobalResource|units.d.ts| +|Added|NA|Class name: GlobalResource
Method or attribute name: |units.d.ts| +|Added|NA|Module name: water_flow
Class name: WaterFlowOptions|water_flow.d.ts| +|Added|NA|Module name: water_flow
Class name: WaterFlowOptions
Method or attribute name: footer?: CustomBuilder;|water_flow.d.ts| +|Added|NA|Module name: water_flow
Class name: WaterFlowOptions
Method or attribute name: scroller?: Scroller;|water_flow.d.ts| +|Added|NA|Module name: water_flow
Class name: WaterFlowInterface|water_flow.d.ts| +|Added|NA|Module name: water_flow
Class name: WaterFlowInterface
Method or attribute name: (options?: WaterFlowOptions): WaterFlowAttribute;|water_flow.d.ts| +|Added|NA|Module name: water_flow
Class name: WaterFlowAttribute|water_flow.d.ts| +|Added|NA|Module name: water_flow
Class name: WaterFlowAttribute
Method or attribute name: columnsTemplate(value: string): WaterFlowAttribute;|water_flow.d.ts| +|Added|NA|Module name: water_flow
Class name: WaterFlowAttribute
Method or attribute name: itemConstraintSize(value: ConstraintSizeOptions): WaterFlowAttribute;|water_flow.d.ts| +|Added|NA|Module name: water_flow
Class name: WaterFlowAttribute
Method or attribute name: rowsTemplate(value: string): WaterFlowAttribute;|water_flow.d.ts| +|Added|NA|Module name: water_flow
Class name: WaterFlowAttribute
Method or attribute name: columnsGap(value: Length): WaterFlowAttribute;|water_flow.d.ts| +|Added|NA|Module name: water_flow
Class name: WaterFlowAttribute
Method or attribute name: rowsGap(value: Length): WaterFlowAttribute;|water_flow.d.ts| +|Added|NA|Module name: water_flow
Class name: WaterFlowAttribute
Method or attribute name: layoutDirection(value: FlexDirection): WaterFlowAttribute;|water_flow.d.ts| +|Added|NA|Module name: water_flow
Class name: WaterFlowAttribute
Method or attribute name: onReachStart(event: () => void): WaterFlowAttribute;|water_flow.d.ts| +|Added|NA|Module name: water_flow
Class name: WaterFlowAttribute
Method or attribute name: onReachEnd(event: () => void): WaterFlowAttribute;|water_flow.d.ts| +|Added|NA|Module name: water_flow
Class name: global
Method or attribute name: declare const WaterFlow: WaterFlowInterface;|water_flow.d.ts| +|Added|NA|Module name: water_flow
Class name: global
Method or attribute name: declare const WaterFlowInstance: WaterFlowAttribute;|water_flow.d.ts| +|Added|NA|Module name: web
Class name: CacheMode
Method or attribute name: Default|web.d.ts| +|Added|NA|Class name: CacheMode
Method or attribute name: Default|web.d.ts| +|Added|NA|Module name: web
Class name: WebDarkMode|web.d.ts| +|Added|NA|Class name: WebDarkMode
Method or attribute name: |web.d.ts| +|Added|NA|Module name: web
Class name: WebDarkMode
Method or attribute name: Off|web.d.ts| +|Added|NA|Class name: WebDarkMode
Method or attribute name: Off|web.d.ts| +|Added|NA|Module name: web
Class name: WebDarkMode
Method or attribute name: On|web.d.ts| +|Added|NA|Class name: WebDarkMode
Method or attribute name: On|web.d.ts| +|Added|NA|Module name: web
Class name: WebDarkMode
Method or attribute name: Auto|web.d.ts| +|Added|NA|Class name: WebDarkMode
Method or attribute name: Auto|web.d.ts| +|Added|NA|Module name: web
Class name: FullScreenExitHandler|web.d.ts| +|Added|NA|Class name: FullScreenExitHandler
Method or attribute name: |web.d.ts| +|Added|NA|Module name: web
Class name: FullScreenExitHandler
Method or attribute name: constructor();|web.d.ts| +|Added|NA|Class name: FullScreenExitHandler
Method or attribute name: constructor();|web.d.ts| +|Added|NA|Module name: web
Class name: FullScreenExitHandler
Method or attribute name: exitFullScreen(): void;|web.d.ts| +|Added|NA|Class name: FullScreenExitHandler
Method or attribute name: exitFullScreen(): void;|web.d.ts| +|Added|NA|Module name: web
Class name: RenderExitReason|web.d.ts| +|Added|NA|Class name: RenderExitReason
Method or attribute name: |web.d.ts| +|Added|NA|Module name: web
Class name: RenderExitReason
Method or attribute name: ProcessAbnormalTermination|web.d.ts| +|Added|NA|Class name: RenderExitReason
Method or attribute name: ProcessAbnormalTermination|web.d.ts| +|Added|NA|Module name: web
Class name: RenderExitReason
Method or attribute name: ProcessWasKilled|web.d.ts| +|Added|NA|Class name: RenderExitReason
Method or attribute name: ProcessWasKilled|web.d.ts| +|Added|NA|Module name: web
Class name: RenderExitReason
Method or attribute name: ProcessCrashed|web.d.ts| +|Added|NA|Class name: RenderExitReason
Method or attribute name: ProcessCrashed|web.d.ts| +|Added|NA|Module name: web
Class name: RenderExitReason
Method or attribute name: ProcessOom|web.d.ts| +|Added|NA|Class name: RenderExitReason
Method or attribute name: ProcessOom|web.d.ts| +|Added|NA|Module name: web
Class name: RenderExitReason
Method or attribute name: ProcessExitUnknown|web.d.ts| +|Added|NA|Class name: RenderExitReason
Method or attribute name: ProcessExitUnknown|web.d.ts| +|Added|NA|Module name: web
Class name: SslError|web.d.ts| +|Added|NA|Class name: SslError
Method or attribute name: |web.d.ts| +|Added|NA|Module name: web
Class name: SslError
Method or attribute name: Invalid|web.d.ts| +|Added|NA|Class name: SslError
Method or attribute name: Invalid|web.d.ts| +|Added|NA|Module name: web
Class name: SslError
Method or attribute name: HostMismatch|web.d.ts| +|Added|NA|Class name: SslError
Method or attribute name: HostMismatch|web.d.ts| +|Added|NA|Module name: web
Class name: SslError
Method or attribute name: DateInvalid|web.d.ts| +|Added|NA|Class name: SslError
Method or attribute name: DateInvalid|web.d.ts| +|Added|NA|Module name: web
Class name: SslError
Method or attribute name: Untrusted|web.d.ts| +|Added|NA|Class name: SslError
Method or attribute name: Untrusted|web.d.ts| +|Added|NA|Module name: web
Class name: FileSelectorMode|web.d.ts| +|Added|NA|Class name: FileSelectorMode
Method or attribute name: |web.d.ts| +|Added|NA|Module name: web
Class name: FileSelectorMode
Method or attribute name: FileOpenMode|web.d.ts| +|Added|NA|Class name: FileSelectorMode
Method or attribute name: FileOpenMode|web.d.ts| +|Added|NA|Module name: web
Class name: FileSelectorMode
Method or attribute name: FileOpenMultipleMode|web.d.ts| +|Added|NA|Class name: FileSelectorMode
Method or attribute name: FileOpenMultipleMode|web.d.ts| +|Added|NA|Module name: web
Class name: FileSelectorMode
Method or attribute name: FileOpenFolderMode|web.d.ts| +|Added|NA|Class name: FileSelectorMode
Method or attribute name: FileOpenFolderMode|web.d.ts| +|Added|NA|Module name: web
Class name: FileSelectorMode
Method or attribute name: FileSaveMode|web.d.ts| +|Added|NA|Class name: FileSelectorMode
Method or attribute name: FileSaveMode|web.d.ts| +|Added|NA|Module name: web
Class name: FileSelectorParam|web.d.ts| +|Added|NA|Class name: FileSelectorParam
Method or attribute name: |web.d.ts| +|Added|NA|Module name: web
Class name: FileSelectorParam
Method or attribute name: constructor();|web.d.ts| +|Added|NA|Class name: FileSelectorParam
Method or attribute name: constructor();|web.d.ts| +|Added|NA|Module name: web
Class name: FileSelectorParam
Method or attribute name: getTitle(): string;|web.d.ts| +|Added|NA|Class name: FileSelectorParam
Method or attribute name: getTitle(): string;|web.d.ts| +|Added|NA|Module name: web
Class name: FileSelectorParam
Method or attribute name: getMode(): FileSelectorMode;|web.d.ts| +|Added|NA|Class name: FileSelectorParam
Method or attribute name: getMode(): FileSelectorMode;|web.d.ts| +|Added|NA|Module name: web
Class name: FileSelectorParam
Method or attribute name: getAcceptType(): Array\;|web.d.ts| +|Added|NA|Class name: FileSelectorParam
Method or attribute name: getAcceptType(): Array\;|web.d.ts| +|Added|NA|Module name: web
Class name: FileSelectorParam
Method or attribute name: isCapture(): boolean;|web.d.ts| +|Added|NA|Class name: FileSelectorParam
Method or attribute name: isCapture(): boolean;|web.d.ts| +|Added|NA|Module name: web
Class name: JsResult
Method or attribute name: handlePromptConfirm(result: string): void;|web.d.ts| +|Added|NA|Class name: JsResult
Method or attribute name: handlePromptConfirm(result: string): void;|web.d.ts| +|Added|NA|Module name: web
Class name: FileSelectorResult|web.d.ts| +|Added|NA|Class name: FileSelectorResult
Method or attribute name: |web.d.ts| +|Added|NA|Module name: web
Class name: FileSelectorResult
Method or attribute name: constructor();|web.d.ts| +|Added|NA|Class name: FileSelectorResult
Method or attribute name: constructor();|web.d.ts| +|Added|NA|Module name: web
Class name: FileSelectorResult
Method or attribute name: handleFileList(fileList: Array\): void;|web.d.ts| +|Added|NA|Class name: FileSelectorResult
Method or attribute name: handleFileList(fileList: Array\): void;|web.d.ts| +|Added|NA|Module name: web
Class name: HttpAuthHandler|web.d.ts| +|Added|NA|Class name: HttpAuthHandler
Method or attribute name: |web.d.ts| +|Added|NA|Module name: web
Class name: HttpAuthHandler
Method or attribute name: constructor();|web.d.ts| +|Added|NA|Class name: HttpAuthHandler
Method or attribute name: constructor();|web.d.ts| +|Added|NA|Module name: web
Class name: HttpAuthHandler
Method or attribute name: confirm(userName: string, password: string): boolean;|web.d.ts| +|Added|NA|Class name: HttpAuthHandler
Method or attribute name: confirm(userName: string, password: string): boolean;|web.d.ts| +|Added|NA|Module name: web
Class name: HttpAuthHandler
Method or attribute name: cancel(): void;|web.d.ts| +|Added|NA|Class name: HttpAuthHandler
Method or attribute name: cancel(): void;|web.d.ts| +|Added|NA|Module name: web
Class name: HttpAuthHandler
Method or attribute name: isHttpAuthInfoSaved(): boolean;|web.d.ts| +|Added|NA|Class name: HttpAuthHandler
Method or attribute name: isHttpAuthInfoSaved(): boolean;|web.d.ts| +|Added|NA|Module name: web
Class name: SslErrorHandler|web.d.ts| +|Added|NA|Class name: SslErrorHandler
Method or attribute name: |web.d.ts| +|Added|NA|Module name: web
Class name: SslErrorHandler
Method or attribute name: constructor();|web.d.ts| +|Added|NA|Class name: SslErrorHandler
Method or attribute name: constructor();|web.d.ts| +|Added|NA|Module name: web
Class name: SslErrorHandler
Method or attribute name: handleConfirm(): void;|web.d.ts| +|Added|NA|Class name: SslErrorHandler
Method or attribute name: handleConfirm(): void;|web.d.ts| +|Added|NA|Module name: web
Class name: SslErrorHandler
Method or attribute name: handleCancel(): void;|web.d.ts| +|Added|NA|Class name: SslErrorHandler
Method or attribute name: handleCancel(): void;|web.d.ts| +|Added|NA|Module name: web
Class name: ClientAuthenticationHandler|web.d.ts| +|Added|NA|Class name: ClientAuthenticationHandler
Method or attribute name: |web.d.ts| +|Added|NA|Module name: web
Class name: ClientAuthenticationHandler
Method or attribute name: constructor();|web.d.ts| +|Added|NA|Class name: ClientAuthenticationHandler
Method or attribute name: constructor();|web.d.ts| +|Added|NA|Module name: web
Class name: ClientAuthenticationHandler
Method or attribute name: confirm(priKeyFile : string, certChainFile : string): void;|web.d.ts| +|Added|NA|Class name: ClientAuthenticationHandler
Method or attribute name: confirm(priKeyFile : string, certChainFile : string): void;|web.d.ts| +|Added|NA|Module name: web
Class name: ClientAuthenticationHandler
Method or attribute name: cancel(): void;|web.d.ts| +|Added|NA|Class name: ClientAuthenticationHandler
Method or attribute name: cancel(): void;|web.d.ts| +|Added|NA|Module name: web
Class name: ClientAuthenticationHandler
Method or attribute name: ignore(): void;|web.d.ts| +|Added|NA|Class name: ClientAuthenticationHandler
Method or attribute name: ignore(): void;|web.d.ts| +|Added|NA|Module name: web
Class name: ProtectedResourceType|web.d.ts| +|Added|NA|Class name: ProtectedResourceType
Method or attribute name: |web.d.ts| +|Added|NA|Module name: web
Class name: ProtectedResourceType
Method or attribute name: MidiSysex = "TYPE_MIDI_SYSEX"|web.d.ts| +|Added|NA|Class name: ProtectedResourceType
Method or attribute name: MidiSysex = "TYPE_MIDI_SYSEX"|web.d.ts| +|Added|NA|Module name: web
Class name: PermissionRequest|web.d.ts| +|Added|NA|Class name: PermissionRequest
Method or attribute name: |web.d.ts| +|Added|NA|Module name: web
Class name: PermissionRequest
Method or attribute name: constructor();|web.d.ts| +|Added|NA|Class name: PermissionRequest
Method or attribute name: constructor();|web.d.ts| +|Added|NA|Module name: web
Class name: PermissionRequest
Method or attribute name: deny(): void;|web.d.ts| +|Added|NA|Class name: PermissionRequest
Method or attribute name: deny(): void;|web.d.ts| +|Added|NA|Module name: web
Class name: PermissionRequest
Method or attribute name: getOrigin(): string;|web.d.ts| +|Added|NA|Class name: PermissionRequest
Method or attribute name: getOrigin(): string;|web.d.ts| +|Added|NA|Module name: web
Class name: PermissionRequest
Method or attribute name: getAccessibleResource(): Array\;|web.d.ts| +|Added|NA|Class name: PermissionRequest
Method or attribute name: getAccessibleResource(): Array\;|web.d.ts| +|Added|NA|Module name: web
Class name: PermissionRequest
Method or attribute name: grant(resources: Array\): void;|web.d.ts| +|Added|NA|Class name: PermissionRequest
Method or attribute name: grant(resources: Array\): void;|web.d.ts| +|Added|NA|Module name: web
Class name: DataResubmissionHandler|web.d.ts| +|Added|NA|Class name: DataResubmissionHandler
Method or attribute name: |web.d.ts| +|Added|NA|Module name: web
Class name: DataResubmissionHandler
Method or attribute name: constructor();|web.d.ts| +|Added|NA|Class name: DataResubmissionHandler
Method or attribute name: constructor();|web.d.ts| +|Added|NA|Module name: web
Class name: DataResubmissionHandler
Method or attribute name: resend(): void;|web.d.ts| +|Added|NA|Class name: DataResubmissionHandler
Method or attribute name: resend(): void;|web.d.ts| +|Added|NA|Module name: web
Class name: DataResubmissionHandler
Method or attribute name: cancel(): void;|web.d.ts| +|Added|NA|Class name: DataResubmissionHandler
Method or attribute name: cancel(): void;|web.d.ts| +|Added|NA|Module name: web
Class name: ControllerHandler|web.d.ts| +|Added|NA|Class name: ControllerHandler
Method or attribute name: |web.d.ts| +|Added|NA|Module name: web
Class name: ControllerHandler
Method or attribute name: constructor();|web.d.ts| +|Added|NA|Class name: ControllerHandler
Method or attribute name: constructor();|web.d.ts| +|Added|NA|Module name: web
Class name: ControllerHandler
Method or attribute name: setWebController(controller: WebviewController): void;|web.d.ts| +|Added|NA|Class name: ControllerHandler
Method or attribute name: setWebController(controller: WebviewController): void;|web.d.ts| +|Added|NA|Module name: web
Class name: ContextMenuSourceType|web.d.ts| +|Added|NA|Class name: ContextMenuSourceType
Method or attribute name: |web.d.ts| +|Added|NA|Module name: web
Class name: ContextMenuSourceType
Method or attribute name: None|web.d.ts| +|Added|NA|Class name: ContextMenuSourceType
Method or attribute name: None|web.d.ts| +|Added|NA|Module name: web
Class name: ContextMenuSourceType
Method or attribute name: Mouse|web.d.ts| +|Added|NA|Class name: ContextMenuSourceType
Method or attribute name: Mouse|web.d.ts| +|Added|NA|Module name: web
Class name: ContextMenuSourceType
Method or attribute name: LongPress|web.d.ts| +|Added|NA|Class name: ContextMenuSourceType
Method or attribute name: LongPress|web.d.ts| +|Added|NA|Module name: web
Class name: ContextMenuMediaType|web.d.ts| +|Added|NA|Class name: ContextMenuMediaType
Method or attribute name: |web.d.ts| +|Added|NA|Module name: web
Class name: ContextMenuMediaType
Method or attribute name: None|web.d.ts| +|Added|NA|Class name: ContextMenuMediaType
Method or attribute name: None|web.d.ts| +|Added|NA|Module name: web
Class name: ContextMenuMediaType
Method or attribute name: Image|web.d.ts| +|Added|NA|Class name: ContextMenuMediaType
Method or attribute name: Image|web.d.ts| +|Added|NA|Module name: web
Class name: ContextMenuInputFieldType|web.d.ts| +|Added|NA|Class name: ContextMenuInputFieldType
Method or attribute name: |web.d.ts| +|Added|NA|Module name: web
Class name: ContextMenuInputFieldType
Method or attribute name: None|web.d.ts| +|Added|NA|Class name: ContextMenuInputFieldType
Method or attribute name: None|web.d.ts| +|Added|NA|Module name: web
Class name: ContextMenuInputFieldType
Method or attribute name: PlainText|web.d.ts| +|Added|NA|Class name: ContextMenuInputFieldType
Method or attribute name: PlainText|web.d.ts| +|Added|NA|Module name: web
Class name: ContextMenuInputFieldType
Method or attribute name: Password|web.d.ts| +|Added|NA|Class name: ContextMenuInputFieldType
Method or attribute name: Password|web.d.ts| +|Added|NA|Module name: web
Class name: ContextMenuInputFieldType
Method or attribute name: Number|web.d.ts| +|Added|NA|Class name: ContextMenuInputFieldType
Method or attribute name: Number|web.d.ts| +|Added|NA|Module name: web
Class name: ContextMenuInputFieldType
Method or attribute name: Telephone|web.d.ts| +|Added|NA|Class name: ContextMenuInputFieldType
Method or attribute name: Telephone|web.d.ts| +|Added|NA|Module name: web
Class name: ContextMenuInputFieldType
Method or attribute name: Other|web.d.ts| +|Added|NA|Class name: ContextMenuInputFieldType
Method or attribute name: Other|web.d.ts| +|Added|NA|Module name: web
Class name: ContextMenuEditStateFlags|web.d.ts| +|Added|NA|Class name: ContextMenuEditStateFlags
Method or attribute name: |web.d.ts| +|Added|NA|Module name: web
Class name: ContextMenuEditStateFlags
Method or attribute name: NONE = 0|web.d.ts| +|Added|NA|Class name: ContextMenuEditStateFlags
Method or attribute name: NONE = 0|web.d.ts| +|Added|NA|Module name: web
Class name: ContextMenuEditStateFlags
Method or attribute name: CAN_CUT = 1 \<\< 0|web.d.ts| +|Added|NA|Class name: ContextMenuEditStateFlags
Method or attribute name: CAN_CUT = 1 \<\< 0|web.d.ts| +|Added|NA|Module name: web
Class name: ContextMenuEditStateFlags
Method or attribute name: CAN_COPY = 1 \<\< 1|web.d.ts| +|Added|NA|Class name: ContextMenuEditStateFlags
Method or attribute name: CAN_COPY = 1 \<\< 1|web.d.ts| +|Added|NA|Module name: web
Class name: ContextMenuEditStateFlags
Method or attribute name: CAN_PASTE = 1 \<\< 2|web.d.ts| +|Added|NA|Class name: ContextMenuEditStateFlags
Method or attribute name: CAN_PASTE = 1 \<\< 2|web.d.ts| +|Added|NA|Module name: web
Class name: ContextMenuEditStateFlags
Method or attribute name: CAN_SELECT_ALL = 1 \<\< 3|web.d.ts| +|Added|NA|Class name: ContextMenuEditStateFlags
Method or attribute name: CAN_SELECT_ALL = 1 \<\< 3|web.d.ts| +|Added|NA|Module name: web
Class name: WebContextMenuParam|web.d.ts| +|Added|NA|Class name: WebContextMenuParam
Method or attribute name: |web.d.ts| +|Added|NA|Module name: web
Class name: WebContextMenuParam
Method or attribute name: constructor();|web.d.ts| +|Added|NA|Class name: WebContextMenuParam
Method or attribute name: constructor();|web.d.ts| +|Added|NA|Module name: web
Class name: WebContextMenuParam
Method or attribute name: x(): number;|web.d.ts| +|Added|NA|Class name: WebContextMenuParam
Method or attribute name: x(): number;|web.d.ts| +|Added|NA|Module name: web
Class name: WebContextMenuParam
Method or attribute name: y(): number;|web.d.ts| +|Added|NA|Class name: WebContextMenuParam
Method or attribute name: y(): number;|web.d.ts| +|Added|NA|Module name: web
Class name: WebContextMenuParam
Method or attribute name: getLinkUrl(): string;|web.d.ts| +|Added|NA|Class name: WebContextMenuParam
Method or attribute name: getLinkUrl(): string;|web.d.ts| +|Added|NA|Module name: web
Class name: WebContextMenuParam
Method or attribute name: getUnfilteredLinkUrl(): string;|web.d.ts| +|Added|NA|Class name: WebContextMenuParam
Method or attribute name: getUnfilteredLinkUrl(): string;|web.d.ts| +|Added|NA|Module name: web
Class name: WebContextMenuParam
Method or attribute name: getSourceUrl(): string;|web.d.ts| +|Added|NA|Class name: WebContextMenuParam
Method or attribute name: getSourceUrl(): string;|web.d.ts| +|Added|NA|Module name: web
Class name: WebContextMenuParam
Method or attribute name: existsImageContents(): boolean;|web.d.ts| +|Added|NA|Class name: WebContextMenuParam
Method or attribute name: existsImageContents(): boolean;|web.d.ts| +|Added|NA|Module name: web
Class name: WebContextMenuParam
Method or attribute name: getMediaType(): ContextMenuMediaType;|web.d.ts| +|Added|NA|Class name: WebContextMenuParam
Method or attribute name: getMediaType(): ContextMenuMediaType;|web.d.ts| +|Added|NA|Module name: web
Class name: WebContextMenuParam
Method or attribute name: getSelectionText(): string;|web.d.ts| +|Added|NA|Class name: WebContextMenuParam
Method or attribute name: getSelectionText(): string;|web.d.ts| +|Added|NA|Module name: web
Class name: WebContextMenuParam
Method or attribute name: getSourceType(): ContextMenuSourceType;|web.d.ts| +|Added|NA|Class name: WebContextMenuParam
Method or attribute name: getSourceType(): ContextMenuSourceType;|web.d.ts| +|Added|NA|Module name: web
Class name: WebContextMenuParam
Method or attribute name: getInputFieldType(): ContextMenuInputFieldType;|web.d.ts| +|Added|NA|Class name: WebContextMenuParam
Method or attribute name: getInputFieldType(): ContextMenuInputFieldType;|web.d.ts| +|Added|NA|Module name: web
Class name: WebContextMenuParam
Method or attribute name: isEditable(): boolean;|web.d.ts| +|Added|NA|Class name: WebContextMenuParam
Method or attribute name: isEditable(): boolean;|web.d.ts| +|Added|NA|Module name: web
Class name: WebContextMenuParam
Method or attribute name: getEditStateFlags(): number;|web.d.ts| +|Added|NA|Class name: WebContextMenuParam
Method or attribute name: getEditStateFlags(): number;|web.d.ts| +|Added|NA|Module name: web
Class name: WebContextMenuResult|web.d.ts| +|Added|NA|Class name: WebContextMenuResult
Method or attribute name: |web.d.ts| +|Added|NA|Module name: web
Class name: WebContextMenuResult
Method or attribute name: constructor();|web.d.ts| +|Added|NA|Class name: WebContextMenuResult
Method or attribute name: constructor();|web.d.ts| +|Added|NA|Module name: web
Class name: WebContextMenuResult
Method or attribute name: closeContextMenu(): void;|web.d.ts| +|Added|NA|Class name: WebContextMenuResult
Method or attribute name: closeContextMenu(): void;|web.d.ts| +|Added|NA|Module name: web
Class name: WebContextMenuResult
Method or attribute name: copyImage(): void;|web.d.ts| +|Added|NA|Class name: WebContextMenuResult
Method or attribute name: copyImage(): void;|web.d.ts| +|Added|NA|Module name: web
Class name: WebContextMenuResult
Method or attribute name: copy(): void;|web.d.ts| +|Added|NA|Class name: WebContextMenuResult
Method or attribute name: copy(): void;|web.d.ts| +|Added|NA|Module name: web
Class name: WebContextMenuResult
Method or attribute name: paste(): void;|web.d.ts| +|Added|NA|Class name: WebContextMenuResult
Method or attribute name: paste(): void;|web.d.ts| +|Added|NA|Module name: web
Class name: WebContextMenuResult
Method or attribute name: cut(): void;|web.d.ts| +|Added|NA|Class name: WebContextMenuResult
Method or attribute name: cut(): void;|web.d.ts| +|Added|NA|Module name: web
Class name: WebContextMenuResult
Method or attribute name: selectAll(): void;|web.d.ts| +|Added|NA|Class name: WebContextMenuResult
Method or attribute name: selectAll(): void;|web.d.ts| +|Added|NA|Class name: ConsoleMessage
Method or attribute name: constructor();|web.d.ts| +|Added|NA|Module name: web
Class name: WebResourceRequest
Method or attribute name: getRequestMethod(): string;|web.d.ts| +|Added|NA|Class name: WebResourceRequest
Method or attribute name: getRequestMethod(): string;|web.d.ts| +|Added|NA|Module name: web
Class name: WebResourceResponse
Method or attribute name: setResponseData(data: string \| number);|web.d.ts| +|Added|NA|Class name: WebResourceResponse
Method or attribute name: setResponseData(data: string \| number);|web.d.ts| +|Added|NA|Module name: web
Class name: WebResourceResponse
Method or attribute name: setResponseEncoding(encoding: string);|web.d.ts| +|Added|NA|Class name: WebResourceResponse
Method or attribute name: setResponseEncoding(encoding: string);|web.d.ts| +|Added|NA|Module name: web
Class name: WebResourceResponse
Method or attribute name: setResponseMimeType(mimeType: string);|web.d.ts| +|Added|NA|Class name: WebResourceResponse
Method or attribute name: setResponseMimeType(mimeType: string);|web.d.ts| +|Added|NA|Module name: web
Class name: WebResourceResponse
Method or attribute name: setReasonMessage(reason: string);|web.d.ts| +|Added|NA|Class name: WebResourceResponse
Method or attribute name: setReasonMessage(reason: string);|web.d.ts| +|Added|NA|Module name: web
Class name: WebResourceResponse
Method or attribute name: setResponseHeader(header: Array\
);|web.d.ts| +|Added|NA|Class name: WebResourceResponse
Method or attribute name: setResponseHeader(header: Array\
);|web.d.ts| +|Added|NA|Module name: web
Class name: WebResourceResponse
Method or attribute name: setResponseCode(code: number);|web.d.ts| +|Added|NA|Class name: WebResourceResponse
Method or attribute name: setResponseCode(code: number);|web.d.ts| +|Added|NA|Module name: web
Class name: WebResourceResponse
Method or attribute name: setResponseIsReady(IsReady: boolean);|web.d.ts| +|Added|NA|Class name: WebResourceResponse
Method or attribute name: setResponseIsReady(IsReady: boolean);|web.d.ts| +|Added|NA|Class name: WebController
Method or attribute name: getCookieManager() : WebCookie|web.d.ts| +|Added|NA|Class name: WebOptions
Method or attribute name: controller: WebController \| WebviewController;|web.d.ts| +|Added|NA|Class name: WebAttribute
Method or attribute name: darkMode(mode: WebDarkMode): WebAttribute;|web.d.ts| +|Added|NA|Class name: WebAttribute
Method or attribute name: forceDarkAccess(access: boolean): WebAttribute;|web.d.ts| +|Added|NA|Class name: WebAttribute
Method or attribute name: textZoomRatio(textZoomRatio: number): WebAttribute;|web.d.ts| +|Added|NA|Class name: WebAttribute
Method or attribute name: initialScale(percent: number): WebAttribute;|web.d.ts| +|Added|NA|Class name: WebAttribute
Method or attribute name: onPrompt(callback: (event?: {url: string, message: string, value: string, result: JsResult }) => boolean): WebAttribute;|web.d.ts| +|Added|NA|Class name: WebAttribute
Method or attribute name: onRenderExited(callback: (event?: { renderExitReason: RenderExitReason }) => void): WebAttribute;|web.d.ts| +|Added|NA|Class name: WebAttribute
Method or attribute name: onShowFileSelector(callback: (event?: { result: FileSelectorResult,
fileSelector: FileSelectorParam }) => boolean): WebAttribute;|web.d.ts| +|Added|NA|Class name: WebAttribute
Method or attribute name: onResourceLoad(callback: (event: {url: string}) => void): WebAttribute;|web.d.ts| +|Added|NA|Class name: WebAttribute
Method or attribute name: onFullScreenExit(callback: () => void): WebAttribute;|web.d.ts| +|Added|NA|Class name: WebAttribute
Method or attribute name: onFullScreenEnter(callback: (event: { handler: FullScreenExitHandler}) => void): WebAttribute;|web.d.ts| +|Added|NA|Class name: WebAttribute
Method or attribute name: onScaleChange(callback: (event: {oldScale: number, newScale: number}) => void): WebAttribute;|web.d.ts| +|Added|NA|Class name: WebAttribute
Method or attribute name: onHttpAuthRequest(callback: (event?: { handler: HttpAuthHandler, host: string, realm: string }) => boolean): WebAttribute;|web.d.ts| +|Added|NA|Class name: WebAttribute
Method or attribute name: onInterceptRequest(callback: (event?: { request: WebResourceRequest}) => WebResourceResponse): WebAttribute;|web.d.ts| +|Added|NA|Class name: WebAttribute
Method or attribute name: onPermissionRequest(callback: (event?: { request: PermissionRequest }) => void): WebAttribute;|web.d.ts| +|Added|NA|Class name: WebAttribute
Method or attribute name: onContextMenuShow(callback: (event?: { param: WebContextMenuParam, result: WebContextMenuResult }) => boolean): WebAttribute;|web.d.ts| +|Added|NA|Class name: WebAttribute
Method or attribute name: mediaPlayGestureAccess(access: boolean): WebAttribute;|web.d.ts| +|Added|NA|Class name: WebAttribute
Method or attribute name: onSearchResultReceive(callback: (event?: {activeMatchOrdinal: number, numberOfMatches: number, isDoneCounting: boolean}) => void): WebAttribute|web.d.ts| +|Added|NA|Class name: WebAttribute
Method or attribute name: onScroll(callback: (event: {xOffset: number, yOffset: number}) => void): WebAttribute;|web.d.ts| +|Added|NA|Class name: WebAttribute
Method or attribute name: onSslErrorEventReceive(callback: (event: { handler: SslErrorHandler, error: SslError }) => void): WebAttribute;|web.d.ts| +|Added|NA|Class name: WebAttribute
Method or attribute name: onClientAuthenticationRequest(callback: (event: {handler : ClientAuthenticationHandler, host : string, port : number,
keyTypes : Array\, issuers : Array\}) => void): WebAttribute;|web.d.ts| +|Added|NA|Class name: WebAttribute
Method or attribute name: onWindowNew(callback: (event: {isAlert: boolean, isUserTrigger: boolean, targetUrl: string,
handler: ControllerHandler}) => void): WebAttribute;|web.d.ts| +|Added|NA|Class name: WebAttribute
Method or attribute name: onWindowExit(callback: () => void): WebAttribute;|web.d.ts| +|Added|NA|Class name: WebAttribute
Method or attribute name: multiWindowAccess(multiWindow: boolean): WebAttribute;|web.d.ts| +|Added|NA|Class name: WebAttribute
Method or attribute name: onInterceptKeyEvent(callback: (event: KeyEvent) => boolean): WebAttribute;|web.d.ts| +|Added|NA|Class name: WebAttribute
Method or attribute name: webStandardFont(family: string): WebAttribute;|web.d.ts| +|Added|NA|Class name: WebAttribute
Method or attribute name: webSerifFont(family: string): WebAttribute;|web.d.ts| +|Added|NA|Class name: WebAttribute
Method or attribute name: webSansSerifFont(family: string): WebAttribute;|web.d.ts| +|Added|NA|Class name: WebAttribute
Method or attribute name: webFixedFont(family: string): WebAttribute;|web.d.ts| +|Added|NA|Class name: WebAttribute
Method or attribute name: webFantasyFont(family: string): WebAttribute;|web.d.ts| +|Added|NA|Class name: WebAttribute
Method or attribute name: webCursiveFont(family: string): WebAttribute;|web.d.ts| +|Added|NA|Class name: WebAttribute
Method or attribute name: defaultFixedFontSize(size: number): WebAttribute;|web.d.ts| +|Added|NA|Class name: WebAttribute
Method or attribute name: defaultFontSize(size: number): WebAttribute;|web.d.ts| +|Added|NA|Class name: WebAttribute
Method or attribute name: minFontSize(size: number): WebAttribute;|web.d.ts| +|Added|NA|Class name: WebAttribute
Method or attribute name: minLogicalFontSize(size: number): WebAttribute;|web.d.ts| +|Added|NA|Class name: WebAttribute
Method or attribute name: blockNetwork(block: boolean): WebAttribute;|web.d.ts| +|Added|NA|Class name: WebAttribute
Method or attribute name: horizontalScrollBarAccess(horizontalScrollBar: boolean): WebAttribute;|web.d.ts| +|Added|NA|Class name: WebAttribute
Method or attribute name: verticalScrollBarAccess(verticalScrollBar: boolean): WebAttribute;|web.d.ts| +|Added|NA|Class name: WebAttribute
Method or attribute name: onTouchIconUrlReceived(callback: (event: {url: string,
precomposed: boolean}) => void): WebAttribute;|web.d.ts| +|Added|NA|Class name: WebAttribute
Method or attribute name: onFaviconReceived(callback: (event: {favicon: PixelMap}) => void): WebAttribute;|web.d.ts| +|Added|NA|Class name: WebAttribute
Method or attribute name: onPageVisible(callback: (event: {url: string}) => void): WebAttribute;|web.d.ts| +|Added|NA|Class name: WebAttribute
Method or attribute name: onDataResubmitted(callback: (event: {handler: DataResubmissionHandler}) => void): WebAttribute;|web.d.ts| +|Added|NA|Class name: WebAttribute
Method or attribute name: pinchSmooth(isEnabled: boolean): WebAttribute;|web.d.ts| +|Added|NA|Module name: viewmodel
Class name: OffscreenCanvasRenderingContext2D
Method or attribute name: drawImage(image: image.PixelMap, dx: number, dy: number, dw: number, dh: number): void;|viewmodel.d.ts| +|Added|NA|Module name: viewmodel
Class name: OffscreenCanvasRenderingContext2D
Method or attribute name: drawImage(
image: image.PixelMap,
sx: number,
sy: number,
sw: number,
sh: number,
dx: number,
dy: number,
dw: number,
dh: number,
): void;|viewmodel.d.ts| +|Added|NA|Module name: viewmodel
Class name: OffscreenCanvasRenderingContext2D
Method or attribute name: getPixelMap(sx: number, sy: number, sw: number, sh: number): image.PixelMap|viewmodel.d.ts| +|Added|NA|Module name: viewmodel
Class name: CanvasRenderingContext2D
Method or attribute name: drawImage(image: image.PixelMap, dx: number, dy: number, dWidth: number, dHeight: number): void;|viewmodel.d.ts| +|Added|NA|Module name: viewmodel
Class name: CanvasRenderingContext2D
Method or attribute name: drawImage(
image: image.PixelMap,
sx: number,
sy: number,
sWidth: number,
sHeight: number,
dx: number,
dy: number,
dWidth: number,
dHeight: number,
): void;|viewmodel.d.ts| +|Added|NA|Module name: viewmodel
Class name: CanvasRenderingContext2D
Method or attribute name: getPixelMap(sx: number, sy: number, sw: number, sh: number): image.PixelMap|viewmodel.d.ts| +|Deleted|Module name: canvas
Class name: CanvasPattern|NA|canvas.d.ts| +|Deleted|Module name: canvas
Class name: CanvasPattern
Method or attribute name: setTransform(transform?: Matrix2D): void;|NA|canvas.d.ts| +|Deleted|Module name: canvas
Class name: CanvasRenderer
Method or attribute name: filter(filter: string): void;|NA|canvas.d.ts| +|Deleted|Module name: canvas
Class name: CanvasRenderer
Method or attribute name: imageSmoothingQuality(quality: ImageSmoothingQuality): void;|NA|canvas.d.ts| +|Deleted|Module name: canvas
Class name: CanvasRenderer
Method or attribute name: direction(direction: CanvasDirection): void;|NA|canvas.d.ts| +|Deleted|Module name: common
Class name: global
Method or attribute name: declare const isSystemplugin: (...args: string[]) => any;|NA|common.d.ts| +|Deleted|Module name: state_management
Class name: IPropertySubscriber|NA|state_management.d.ts| +|Deleted|Module name: state_management
Class name: IPropertySubscriber
Method or attribute name: id(): number;|NA|state_management.d.ts| +|Deleted|Module name: state_management
Class name: IPropertySubscriber
Method or attribute name: aboutToBeDeleted(owningView?: IPropertySubscriber): void;|NA|state_management.d.ts| +|Deleted|Module name: state_management
Class name: ISinglePropertyChangeSubscriber|NA|state_management.d.ts| +|Deleted|Module name: state_management
Class name: ISinglePropertyChangeSubscriber
Method or attribute name: hasChanged(newValue: T): void;|NA|state_management.d.ts| +|Deleted|Module name: state_management
Class name: SubscribedAbstractProperty|NA|state_management.d.ts| +|Deleted|Module name: state_management
Class name: SubscribedAbstractProperty
Method or attribute name: protected subscribers_: Set\;|NA|state_management.d.ts| +|Deleted|Module name: state_management
Class name: SubscribedAbstractProperty
Method or attribute name: private id_;|NA|state_management.d.ts| +|Deleted|Module name: state_management
Class name: SubscribedAbstractProperty
Method or attribute name: private info_?;|NA|state_management.d.ts| +|Deleted|Module name: state_management
Class name: SubscribedAbstractProperty
Method or attribute name: constructor(
/**
* Subscriber IPropertySubscriber.
* @since 7
* @systemapi
*/
subscribeMe?: IPropertySubscriber,
/**
* Subscriber info.
* @since 7
* @systemapi
*/
info?: string,
);|NA|state_management.d.ts| +|Deleted|Module name: state_management
Class name: SubscribedAbstractProperty
Method or attribute name: id(): number;|NA|state_management.d.ts| +|Deleted|Module name: state_management
Class name: SubscribedAbstractProperty
Method or attribute name: info(): string;|NA|state_management.d.ts| +|Deleted|Module name: state_management
Class name: SubscribedAbstractProperty
Method or attribute name: abstract get(): T;|NA|state_management.d.ts| +|Deleted|Module name: state_management
Class name: SubscribedAbstractProperty
Method or attribute name: abstract set(newValue: T): void;|NA|state_management.d.ts| +|Deleted|Module name: state_management
Class name: SubscribedAbstractProperty
Method or attribute name: createTwoWaySync(subscribeMe?: IPropertySubscriber, info?: string): SyncedPropertyTwoWay\;|NA|state_management.d.ts| +|Deleted|Module name: state_management
Class name: SubscribedAbstractProperty
Method or attribute name: createOneWaySync(subscribeMe?: IPropertySubscriber, info?: string): SyncedPropertyOneWay\;|NA|state_management.d.ts| +|Deleted|Module name: state_management
Class name: SubscribedAbstractProperty
Method or attribute name: unlinkSuscriber(subscriberId: number): void;|NA|state_management.d.ts| +|Deleted|Module name: state_management
Class name: SubscribedAbstractProperty
Method or attribute name: protected notifyHasChanged(newValue: T): void;|NA|state_management.d.ts| +|Deleted|Module name: state_management
Class name: SubscribedAbstractProperty
Method or attribute name: protected notifyPropertyRead(): void;|NA|state_management.d.ts| +|Deleted|Module name: state_management
Class name: SubscribedAbstractProperty
Method or attribute name: numberOfSubscrbers(): number;|NA|state_management.d.ts| +|Deleted|Module name: state_management
Class name: SyncedPropertyTwoWay|NA|state_management.d.ts| +|Deleted|Module name: state_management
Class name: SyncedPropertyTwoWay
Method or attribute name: private source_;|NA|state_management.d.ts| +|Deleted|Module name: state_management
Class name: SyncedPropertyTwoWay
Method or attribute name: constructor(source: SubscribedAbstractProperty\, subscribeMe?: IPropertySubscriber, info?: string);|NA|state_management.d.ts| +|Deleted|Module name: state_management
Class name: SyncedPropertyTwoWay
Method or attribute name: aboutToBeDeleted(unsubscribeMe?: IPropertySubscriber): void;|NA|state_management.d.ts| +|Deleted|Module name: state_management
Class name: SyncedPropertyTwoWay
Method or attribute name: hasChanged(newValue: T): void;|NA|state_management.d.ts| +|Deleted|Module name: state_management
Class name: SyncedPropertyTwoWay
Method or attribute name: get(): T;|NA|state_management.d.ts| +|Deleted|Module name: state_management
Class name: SyncedPropertyTwoWay
Method or attribute name: set(newValue: T): void;|NA|state_management.d.ts| +|Deleted|Module name: state_management
Class name: SyncedPropertyOneWay|NA|state_management.d.ts| +|Deleted|Module name: state_management
Class name: SyncedPropertyOneWay
Method or attribute name: private wrappedValue_;|NA|state_management.d.ts| +|Deleted|Module name: state_management
Class name: SyncedPropertyOneWay
Method or attribute name: private source_;|NA|state_management.d.ts| +|Deleted|Module name: state_management
Class name: SyncedPropertyOneWay
Method or attribute name: constructor(source: SubscribedAbstractProperty\, subscribeMe?: IPropertySubscriber, info?: string);|NA|state_management.d.ts| +|Deleted|Module name: state_management
Class name: SyncedPropertyOneWay
Method or attribute name: aboutToBeDeleted(unsubscribeMe?: IPropertySubscriber): void;|NA|state_management.d.ts| +|Deleted|Module name: state_management
Class name: SyncedPropertyOneWay
Method or attribute name: hasChanged(newValue: T): void;|NA|state_management.d.ts| +|Deleted|Module name: state_management
Class name: SyncedPropertyOneWay
Method or attribute name: get(): T;|NA|state_management.d.ts| +|Deleted|Module name: state_management
Class name: SyncedPropertyOneWay
Method or attribute name: set(newValue: T): void;|NA|state_management.d.ts| +|Deleted|Module name: state_management
Class name: AppStorage|NA|state_management.d.ts| +|Deleted|Module name: state_management
Class name: AppStorage
Method or attribute name: static Link(propName: string): any;|NA|state_management.d.ts| +|Deleted|Module name: state_management
Class name: AppStorage
Method or attribute name: static SetAndLink\(propName: string, defaultValue: T): SubscribedAbstractProperty\;|NA|state_management.d.ts| +|Deleted|Module name: state_management
Class name: AppStorage
Method or attribute name: static Prop(propName: string): any;|NA|state_management.d.ts| +|Deleted|Module name: state_management
Class name: AppStorage
Method or attribute name: static SetAndProp\(propName: string, defaultValue: S): SubscribedAbstractProperty\;|NA|state_management.d.ts| +|Deleted|Module name: state_management
Class name: AppStorage
Method or attribute name: static Has(propName: string): boolean;|NA|state_management.d.ts| +|Deleted|Module name: state_management
Class name: AppStorage
Method or attribute name: static Get\(propName: string): T \| undefined;|NA|state_management.d.ts| +|Deleted|Module name: state_management
Class name: AppStorage
Method or attribute name: static Set\(propName: string, newValue: T): boolean;|NA|state_management.d.ts| +|Deleted|Module name: state_management
Class name: AppStorage
Method or attribute name: static SetOrCreate\(propName: string, newValue: T): void;|NA|state_management.d.ts| +|Deleted|Module name: state_management
Class name: AppStorage
Method or attribute name: static Delete(propName: string): boolean;|NA|state_management.d.ts| +|Deleted|Module name: state_management
Class name: AppStorage
Method or attribute name: static Keys(): IterableIterator\;|NA|state_management.d.ts| +|Deleted|Module name: state_management
Class name: AppStorage
Method or attribute name: static staticClear(): boolean;|NA|state_management.d.ts| +|Deleted|Module name: state_management
Class name: AppStorage
Method or attribute name: static IsMutable(propName: string): boolean;|NA|state_management.d.ts| +|Deleted|Module name: state_management
Class name: AppStorage
Method or attribute name: static Size(): number;|NA|state_management.d.ts| +|Deleted|Module name: state_management
Class name: Environment|NA|state_management.d.ts| +|Deleted|Module name: state_management
Class name: Environment
Method or attribute name: constructor();|NA|state_management.d.ts| +|Deleted|Module name: state_management
Class name: Environment
Method or attribute name: static EnvProp\(key: string, value: S): boolean;|NA|state_management.d.ts| +|Deleted|Module name: state_management
Class name: Environment
Method or attribute name: static EnvProps(
props: {
key: string;
defaultValue: any;
}[],
): void;|NA|state_management.d.ts| +|Deleted|Module name: state_management
Class name: Environment
Method or attribute name: static Keys(): Array\;|NA|state_management.d.ts| +|Deleted|Module name: state_management
Class name: PersistentStorage|NA|state_management.d.ts| +|Deleted|Module name: state_management
Class name: PersistentStorage
Method or attribute name: constructor(appStorage: AppStorage, storage: Storage);|NA|state_management.d.ts| +|Deleted|Module name: state_management
Class name: PersistentStorage
Method or attribute name: static PersistProp\(key: string, defaultValue: T): void;|NA|state_management.d.ts| +|Deleted|Module name: state_management
Class name: PersistentStorage
Method or attribute name: static DeleteProp(key: string): void;|NA|state_management.d.ts| +|Deleted|Module name: state_management
Class name: PersistentStorage
Method or attribute name: static PersistProps(
properties: {
key: string;
defaultValue: any;
}[],
): void;|NA|state_management.d.ts| +|Deleted|Module name: state_management
Class name: PersistentStorage
Method or attribute name: static Keys(): Array\;|NA|state_management.d.ts| +|Deleted|Module name: state_management
Class name: SubscribaleAbstract|NA|state_management.d.ts| +|Deleted|Module name: state_management
Class name: SubscribaleAbstract
Method or attribute name: private owningProperties_: Set\;|NA|state_management.d.ts| +|Deleted|Module name: state_management
Class name: SubscribaleAbstract
Method or attribute name: constructor();|NA|state_management.d.ts| +|Deleted|Module name: state_management
Class name: SubscribaleAbstract
Method or attribute name: protected notifyPropertyHasChanged(propName: string, newValue: any): void;|NA|state_management.d.ts| +|Deleted|Module name: state_management
Class name: SubscribaleAbstract
Method or attribute name: public addOwningProperty(subscriber: IPropertySubscriber): void;|NA|state_management.d.ts| +|Deleted|Module name: state_management
Class name: SubscribaleAbstract
Method or attribute name: public removeOwningProperty(property: IPropertySubscriber): void;|NA|state_management.d.ts| +|Deleted|Module name: state_management
Class name: SubscribaleAbstract
Method or attribute name: public removeOwningPropertyById(subscriberId: number): void;|NA|state_management.d.ts| +|Deleted|Module name: state_management
Class name: global
Method or attribute name: declare const appStorage: AppStorage;|NA|state_management.d.ts| +|Access level changed|Class name:
Method or attribute name: function getInspectorByKey(id: string): string;
Access level: system API|Class name:
Method or attribute name: function getInspectorByKey(id: string): string;
Access level: public API|global.d.ts| +|Access level changed|Class name:
Method or attribute name: function sendEventByKey(id: string, action: number, params: string): boolean;
Access level: system API|Class name:
Method or attribute name: function sendEventByKey(id: string, action: number, params: string): boolean;
Access level: public API|global.d.ts| +|Access level changed|Class name:
Method or attribute name: function sendTouchEvent(event: TouchObject): boolean;
Access level: system API|Class name:
Method or attribute name: function sendTouchEvent(event: TouchObject): boolean;
Access level: public API|global.d.ts| +|Access level changed|Class name:
Method or attribute name: function sendKeyEvent(event: KeyEvent): boolean;
Access level: system API|Class name:
Method or attribute name: function sendKeyEvent(event: KeyEvent): boolean;
Access level: public API|global.d.ts| +|Access level changed|Class name:
Method or attribute name: function sendMouseEvent(event: MouseEvent): boolean;
Access level: system API|Class name:
Method or attribute name: function sendMouseEvent(event: MouseEvent): boolean;
Access level: public API|global.d.ts| +|Access level changed|Class name: global
Method or attribute name: declare const Animator: AnimatorInterface;
Access level: public API|Class name: global
Method or attribute name: declare const Animator: AnimatorInterface;
Access level: system API|animator.d.ts| +|Access level changed|Class name: global
Method or attribute name: declare const AnimatorInstance: AnimatorAttribute;
Access level: public API|Class name: global
Method or attribute name: declare const AnimatorInstance: AnimatorAttribute;
Access level: system API|animator.d.ts| +|Access level changed|Class name: global
Method or attribute name: declare const Calendar: CalendarInterface;
Access level: public API|Class name: global
Method or attribute name: declare const Calendar: CalendarInterface;
Access level: system API|calendar.d.ts| +|Access level changed|Class name: global
Method or attribute name: declare const CalendarInstance: CalendarAttribute;
Access level: public API|Class name: global
Method or attribute name: declare const CalendarInstance: CalendarAttribute;
Access level: system API|calendar.d.ts| +|Access level changed|Class name: PreviewParams
Access level: system API|Class name: PreviewParams
Access level: public API|common.d.ts| +|Access level changed|Class name: PreviewParams
Method or attribute name: title?: string;
Access level: system API|Class name: PreviewParams
Method or attribute name: title?: string;
Access level: public API|common.d.ts| +|Access level changed|Class name: PreviewParams
Method or attribute name: width?: number;
Access level: system API|Class name: PreviewParams
Method or attribute name: width?: number;
Access level: public API|common.d.ts| +|Access level changed|Class name: PreviewParams
Method or attribute name: height?: number;
Access level: system API|Class name: PreviewParams
Method or attribute name: height?: number;
Access level: public API|common.d.ts| +|Access level changed|Class name: PreviewParams
Method or attribute name: locale?: string;
Access level: system API|Class name: PreviewParams
Method or attribute name: locale?: string;
Access level: public API|common.d.ts| +|Access level changed|Class name: PreviewParams
Method or attribute name: colorMode?: string;
Access level: system API|Class name: PreviewParams
Method or attribute name: colorMode?: string;
Access level: public API|common.d.ts| +|Access level changed|Class name: PreviewParams
Method or attribute name: deviceType?: string;
Access level: system API|Class name: PreviewParams
Method or attribute name: deviceType?: string;
Access level: public API|common.d.ts| +|Access level changed|Class name: PreviewParams
Method or attribute name: dpi?: number;
Access level: system API|Class name: PreviewParams
Method or attribute name: dpi?: number;
Access level: public API|common.d.ts| +|Access level changed|Class name: PreviewParams
Method or attribute name: orientation?: string;
Access level: system API|Class name: PreviewParams
Method or attribute name: orientation?: string;
Access level: public API|common.d.ts| +|Access level changed|Class name: PreviewParams
Method or attribute name: roundScreen?: boolean;
Access level: system API|Class name: PreviewParams
Method or attribute name: roundScreen?: boolean;
Access level: public API|common.d.ts| +|Access level changed|Class name: CommonShapeMethod
Method or attribute name: constructor();
Access level: public API|Class name: CommonShapeMethod
Method or attribute name: constructor();
Access level: system API|common.d.ts| +|Access level changed|Class name: global
Method or attribute name: declare const FormComponent: FormComponentInterface;
Access level: public API|Class name: global
Method or attribute name: declare const FormComponent: FormComponentInterface;
Access level: system API|form_component.d.ts| +|Access level changed|Class name: global
Method or attribute name: declare const FormComponentInstance: FormComponentAttribute;
Access level: public API|Class name: global
Method or attribute name: declare const FormComponentInstance: FormComponentAttribute;
Access level: system API|form_component.d.ts| +|Deprecated version changed|Class name: AnimatorResult
Method or attribute name: update(options: AnimatorOptions): void;
Deprecated version: N/A|Class name: AnimatorResult
Method or attribute name: update(options: AnimatorOptions): void;
Deprecated version: 9
Substitute API: ohos.animator.reset |@ohos.animator.d.ts| +|Deprecated version changed|Class name: Animator
Method or attribute name: static createAnimator(options: AnimatorOptions): AnimatorResult;
Deprecated version: N/A|Class name: Animator
Method or attribute name: static createAnimator(options: AnimatorOptions): AnimatorResult;
Deprecated version: 9
Substitute API: ohos.animator.create |@ohos.animator.d.ts| +|Deprecated version changed|Class name: curves
Method or attribute name: function init(curve?: Curve): string;
Deprecated version: N/A|Class name: curves
Method or attribute name: function init(curve?: Curve): string;
Deprecated version: 9
Substitute API: initCurve |@ohos.curves.d.ts| +|Deprecated version changed|Class name: curves
Method or attribute name: function steps(count: number, end: boolean): string;
Deprecated version: N/A|Class name: curves
Method or attribute name: function steps(count: number, end: boolean): string;
Deprecated version: 9
Substitute API: stepsCurve |@ohos.curves.d.ts| +|Deprecated version changed|Class name: curves
Method or attribute name: function cubicBezier(x1: number, y1: number, x2: number, y2: number): string;
Deprecated version: N/A|Class name: curves
Method or attribute name: function cubicBezier(x1: number, y1: number, x2: number, y2: number): string;
Deprecated version: 9
Substitute API: cubicBezierCurve |@ohos.curves.d.ts| +|Deprecated version changed|Class name: curves
Method or attribute name: function spring(velocity: number, mass: number, stiffness: number, damping: number): string;
Deprecated version: N/A|Class name: curves
Method or attribute name: function spring(velocity: number, mass: number, stiffness: number, damping: number): string;
Deprecated version: 9
Substitute API: springCurve |@ohos.curves.d.ts| +|Deprecated version changed|Class name: prompt
Deprecated version: N/A|Class name: prompt
Deprecated version: 9
Substitute API: ohos.promptAction |@ohos.prompt.d.ts| +|Deprecated version changed|Class name: router
Method or attribute name: function push(options: RouterOptions):void;
Deprecated version: N/A|Class name: router
Method or attribute name: function push(options: RouterOptions):void;
Deprecated version: 9
Substitute API: ohos.router.router|@ohos.router.d.ts| +|Deprecated version changed|Class name: router
Method or attribute name: function replace(options: RouterOptions):void;
Deprecated version: N/A|Class name: router
Method or attribute name: function replace(options: RouterOptions):void;
Deprecated version: 9
Substitute API: ohos.router.router|@ohos.router.d.ts| +|Deprecated version changed|Class name: router
Method or attribute name: function enableAlertBeforeBackPage(options: EnableAlertOptions):void;
Deprecated version: N/A|Class name: router
Method or attribute name: function enableAlertBeforeBackPage(options: EnableAlertOptions):void;
Deprecated version: 9
Substitute API: ohos.router.router|@ohos.router.d.ts| +|Deprecated version changed|Class name: router
Method or attribute name: function disableAlertBeforeBackPage():void;
Deprecated version: N/A|Class name: router
Method or attribute name: function disableAlertBeforeBackPage():void;
Deprecated version: 9
Substitute API: ohos.router.router|@ohos.router.d.ts| +|Deprecated version changed|Class name: CommonMethod
Method or attribute name: touchable(value: boolean): T;
Deprecated version: N/A|Class name: CommonMethod
Method or attribute name: touchable(value: boolean): T;
Deprecated version: 9
Substitute API: hitTestBehavior |common.d.ts| +|Deprecated version changed|Class name: Edge
Method or attribute name: Center
Deprecated version: N/A|Class name: Edge
Method or attribute name: Center
Deprecated version: 9
Substitute API: N/A|enums.d.ts| +|Deprecated version changed|Class name: Edge
Method or attribute name: Baseline
Deprecated version: N/A|Class name: Edge
Method or attribute name: Baseline
Deprecated version: 9
Substitute API: N/A|enums.d.ts| +|Deprecated version changed|Class name: Edge
Method or attribute name: Middle
Deprecated version: N/A|Class name: Edge
Method or attribute name: Middle
Deprecated version: 9
Substitute API: N/A|enums.d.ts| +|Deprecated version changed|Class name: GridItemAttribute
Method or attribute name: forceRebuild(value: boolean): GridItemAttribute;
Deprecated version: N/A|Class name: GridItemAttribute
Method or attribute name: forceRebuild(value: boolean): GridItemAttribute;
Deprecated version: 9
Substitute API: N/A|gridItem.d.ts| +|Deprecated version changed|Class name: global
Method or attribute name: declare const GridContainer: GridContainerInterface
Deprecated version: N/A|Class name: global
Method or attribute name: declare const GridContainer: GridContainerInterface
Deprecated version: 9
Substitute API: grid_col/|grid_container.d.ts| +|Deprecated version changed|Class name: global
Method or attribute name: declare const GridContainerInstance: GridContainerAttribute;
Deprecated version: N/A|Class name: global
Method or attribute name: declare const GridContainerInstance: GridContainerAttribute;
Deprecated version: 9
Substitute API: grid_col/|grid_container.d.ts| +|Deprecated version changed|Class name: ImageAnimatorAttribute
Method or attribute name: preDecode(value: number): ImageAnimatorAttribute;
Deprecated version: N/A|Class name: ImageAnimatorAttribute
Method or attribute name: preDecode(value: number): ImageAnimatorAttribute;
Deprecated version: 9
Substitute API: N/A|image_animator.d.ts| +|Deprecated version changed|Class name: ListAttribute
Method or attribute name: editMode(value: boolean): ListAttribute;
Deprecated version: N/A|Class name: ListAttribute
Method or attribute name: editMode(value: boolean): ListAttribute;
Deprecated version: 9
Substitute API: N/A|list.d.ts| +|Deprecated version changed|Class name: ListAttribute
Method or attribute name: onItemDelete(event: (index: number) => boolean): ListAttribute;
Deprecated version: N/A|Class name: ListAttribute
Method or attribute name: onItemDelete(event: (index: number) => boolean): ListAttribute;
Deprecated version: 9
Substitute API: N/A|list.d.ts| +|Deprecated version changed|Class name: EditMode
Deprecated version: N/A|Class name: EditMode
Deprecated version: 9
Substitute API: N/A|list_item.d.ts| +|Deprecated version changed|Class name: ListItemAttribute
Method or attribute name: editable(value: boolean \| EditMode): ListItemAttribute;
Deprecated version: N/A|Class name: ListItemAttribute
Method or attribute name: editable(value: boolean \| EditMode): ListItemAttribute;
Deprecated version: 9
Substitute API: N/A|list_item.d.ts| +|Deprecated version changed|Class name: NavigationAttribute
Method or attribute name: subTitle(value: string): NavigationAttribute;
Deprecated version: N/A|Class name: NavigationAttribute
Method or attribute name: subTitle(value: string): NavigationAttribute;
Deprecated version: 9
Substitute API: title |navigation.d.ts| +|Deprecated version changed|Class name: global
Method or attribute name: declare const RectInStance: RectAttribute;
Deprecated version: N/A|Class name: global
Method or attribute name: declare const RectInStance: RectAttribute;
Deprecated version: 9
Substitute API: N/A|rect.d.ts| +|Deprecated version changed|Class name: ScrollDirection
Method or attribute name: Free
Deprecated version: N/A|Class name: ScrollDirection
Method or attribute name: Free
Deprecated version: 9
Substitute API: N/A|scroll.d.ts| +|Deprecated version changed|Class name: Scroller
Method or attribute name: scrollPage(value: { next: boolean; direction?: Axis });
Deprecated version: N/A|Class name: Scroller
Method or attribute name: scrollPage(value: { next: boolean; direction?: Axis });
Deprecated version: 9
Substitute API: N/A|scroll.d.ts| +|Deprecated version changed|Class name: ScrollAttribute
Method or attribute name: onScrollEnd(event: () => void): ScrollAttribute;
Deprecated version: N/A|Class name: ScrollAttribute
Method or attribute name: onScrollEnd(event: () => void): ScrollAttribute;
Deprecated version: 9
Substitute API: scroll/Scroll|scroll.d.ts| +|Deprecated version changed|Class name: SliderAttribute
Method or attribute name: minLabel(value: string): SliderAttribute;
Deprecated version: N/A|Class name: SliderAttribute
Method or attribute name: minLabel(value: string): SliderAttribute;
Deprecated version: 9
Substitute API: min |slider.d.ts| +|Deprecated version changed|Class name: SliderAttribute
Method or attribute name: maxLabel(value: string): SliderAttribute;
Deprecated version: N/A|Class name: SliderAttribute
Method or attribute name: maxLabel(value: string): SliderAttribute;
Deprecated version: 9
Substitute API: max |slider.d.ts| +|Deprecated version changed|Class name: ConsoleMessage
Method or attribute name: constructor(message: string, sourceId: string, lineNumber: number, messageLevel: MessageLevel);
Deprecated version: N/A|Class name: ConsoleMessage
Method or attribute name: constructor(message: string, sourceId: string, lineNumber: number, messageLevel: MessageLevel);
Deprecated version: 9
Substitute API: ohos.web.ConsoleMessage|web.d.ts| +|Deprecated version changed|Class name: WebCookie
Method or attribute name: setCookie();
Deprecated version: N/A|Class name: WebCookie
Method or attribute name: setCookie();
Deprecated version: 9
Substitute API: ohos.web.webview.webview.WebCookieManager|web.d.ts| +|Deprecated version changed|Class name: WebCookie
Method or attribute name: saveCookie();
Deprecated version: N/A|Class name: WebCookie
Method or attribute name: saveCookie();
Deprecated version: 9
Substitute API: ohos.web.webview.webview.WebCookieManager|web.d.ts| +|Deprecated version changed|Class name: WebController
Deprecated version: N/A|Class name: WebController
Deprecated version: 9
Substitute API: ohos.web.webview.webview.WebviewController |web.d.ts| +|Deprecated version changed|Class name: WebController
Method or attribute name: constructor();
Deprecated version: N/A|Class name: WebController
Method or attribute name: constructor();
Deprecated version: 9
Substitute API: N/A|web.d.ts| +|Deprecated version changed|Class name: WebController
Method or attribute name: onInactive(): void;
Deprecated version: N/A|Class name: WebController
Method or attribute name: onInactive(): void;
Deprecated version: 9
Substitute API: ohos.web.webview.webview.WebviewController|web.d.ts| +|Deprecated version changed|Class name: WebController
Method or attribute name: onActive(): void;
Deprecated version: N/A|Class name: WebController
Method or attribute name: onActive(): void;
Deprecated version: 9
Substitute API: ohos.web.webview.webview.WebviewController|web.d.ts| +|Deprecated version changed|Class name: WebController
Method or attribute name: zoom(factor: number): void;
Deprecated version: N/A|Class name: WebController
Method or attribute name: zoom(factor: number): void;
Deprecated version: 9
Substitute API: ohos.web.webview.webview.WebviewController|web.d.ts| +|Deprecated version changed|Class name: WebController
Method or attribute name: clearHistory(): void;
Deprecated version: N/A|Class name: WebController
Method or attribute name: clearHistory(): void;
Deprecated version: 9
Substitute API: ohos.web.webview.webview.WebviewController|web.d.ts| +|Deprecated version changed|Class name: WebController
Method or attribute name: runJavaScript(options: { script: string, callback?: (result: string) => void });
Deprecated version: N/A|Class name: WebController
Method or attribute name: runJavaScript(options: { script: string, callback?: (result: string) => void });
Deprecated version: 9
Substitute API: ohos.web.webview.webview.WebviewController|web.d.ts| +|Deprecated version changed|Class name: WebController
Method or attribute name: loadData(options: { data: string, mimeType: string, encoding: string, baseUrl?: string, historyUrl?: string });
Deprecated version: N/A|Class name: WebController
Method or attribute name: loadData(options: { data: string, mimeType: string, encoding: string, baseUrl?: string, historyUrl?: string });
Deprecated version: 9
Substitute API: ohos.web.webview.webview.WebviewController|web.d.ts| +|Deprecated version changed|Class name: WebController
Method or attribute name: loadUrl(options: { url: string \| Resource, headers?: Array\
});
Deprecated version: N/A|Class name: WebController
Method or attribute name: loadUrl(options: { url: string \| Resource, headers?: Array\
});
Deprecated version: 9
Substitute API: ohos.web.webview.webview.WebviewController|web.d.ts| +|Deprecated version changed|Class name: WebController
Method or attribute name: refresh();
Deprecated version: N/A|Class name: WebController
Method or attribute name: refresh();
Deprecated version: 9
Substitute API: ohos.web.webview.webview.WebviewController|web.d.ts| +|Deprecated version changed|Class name: WebController
Method or attribute name: stop();
Deprecated version: N/A|Class name: WebController
Method or attribute name: stop();
Deprecated version: 9
Substitute API: ohos.web.webview.webview.WebviewController|web.d.ts| +|Deprecated version changed|Class name: WebController
Method or attribute name: registerJavaScriptProxy(options: { object: object, name: string, methodList: Array\ });
Deprecated version: N/A|Class name: WebController
Method or attribute name: registerJavaScriptProxy(options: { object: object, name: string, methodList: Array\ });
Deprecated version: 9
Substitute API: ohos.web.webview.webview.WebviewController|web.d.ts| +|Deprecated version changed|Class name: WebController
Method or attribute name: deleteJavaScriptRegister(name: string);
Deprecated version: N/A|Class name: WebController
Method or attribute name: deleteJavaScriptRegister(name: string);
Deprecated version: 9
Substitute API: ohos.web.webview.webview.WebviewController|web.d.ts| +|Deprecated version changed|Class name: WebController
Method or attribute name: getHitTest(): HitTestType;
Deprecated version: N/A|Class name: WebController
Method or attribute name: getHitTest(): HitTestType;
Deprecated version: 9
Substitute API: ohos.web.webview.webview.WebviewController|web.d.ts| +|Deprecated version changed|Class name: WebController
Method or attribute name: requestFocus();
Deprecated version: N/A|Class name: WebController
Method or attribute name: requestFocus();
Deprecated version: 9
Substitute API: ohos.web.webview.webview.WebviewController|web.d.ts| +|Deprecated version changed|Class name: WebController
Method or attribute name: accessBackward(): boolean;
Deprecated version: N/A|Class name: WebController
Method or attribute name: accessBackward(): boolean;
Deprecated version: 9
Substitute API: ohos.web.webview.webview.WebviewController|web.d.ts| +|Deprecated version changed|Class name: WebController
Method or attribute name: accessForward(): boolean;
Deprecated version: N/A|Class name: WebController
Method or attribute name: accessForward(): boolean;
Deprecated version: 9
Substitute API: ohos.web.webview.webview.WebviewController|web.d.ts| +|Deprecated version changed|Class name: WebController
Method or attribute name: accessStep(step: number): boolean;
Deprecated version: N/A|Class name: WebController
Method or attribute name: accessStep(step: number): boolean;
Deprecated version: 9
Substitute API: ohos.web.webview.webview.WebviewController|web.d.ts| +|Deprecated version changed|Class name: WebController
Method or attribute name: backward();
Deprecated version: N/A|Class name: WebController
Method or attribute name: backward();
Deprecated version: 9
Substitute API: ohos.web.webview.webview.WebviewController|web.d.ts| +|Deprecated version changed|Class name: WebController
Method or attribute name: forward();
Deprecated version: N/A|Class name: WebController
Method or attribute name: forward();
Deprecated version: 9
Substitute API: ohos.web.webview.webview.WebviewController|web.d.ts| +|Deprecated version changed|Class name: WebAttribute
Method or attribute name: textZoomAtio(textZoomAtio: number): WebAttribute;
Deprecated version: N/A|Class name: WebAttribute
Method or attribute name: textZoomAtio(textZoomAtio: number): WebAttribute;
Deprecated version: 9
Substitute API: ohos.web.WebAttribute|web.d.ts| +|Deprecated version changed|Class name: WebAttribute
Method or attribute name: onSslErrorReceive(callback: (event?: { handler: Function, error: object }) => void): WebAttribute;
Deprecated version: N/A|Class name: WebAttribute
Method or attribute name: onSslErrorReceive(callback: (event?: { handler: Function, error: object }) => void): WebAttribute;
Deprecated version: 9
Substitute API: ohos.web.WebAttribute|web.d.ts| +|Deprecated version changed|Class name: WebAttribute
Method or attribute name: onRenderExited(callback: (event?: { detail: object }) => boolean): WebAttribute;
Deprecated version: N/A|Class name: WebAttribute
Method or attribute name: onRenderExited(callback: (event?: { detail: object }) => boolean): WebAttribute;
Deprecated version: 9
Substitute API: ohos.web.WebAttribute|web.d.ts| +|Deprecated version changed|Class name: WebAttribute
Method or attribute name: onFileSelectorShow(callback: (event?: { callback: Function, fileSelector: object }) => void): WebAttribute;
Deprecated version: N/A|Class name: WebAttribute
Method or attribute name: onFileSelectorShow(callback: (event?: { callback: Function, fileSelector: object }) => void): WebAttribute;
Deprecated version: 9
Substitute API: ohos.web.WebAttribute|web.d.ts| +|Initial version changed|Class name: console
Initial version: 7|Class name: console
Initial version: 9|global.d.ts| +|Initial version changed|Class name: console
Method or attribute name: static debug(message: string, ...arguments: any[]): void;
Initial version: 7|Class name: console
Method or attribute name: static debug(message: string, ...arguments: any[]): void;
Initial version: 9|global.d.ts| +|Initial version changed|Class name: console
Method or attribute name: static log(message: string, ...arguments: any[]): void;
Initial version: 7|Class name: console
Method or attribute name: static log(message: string, ...arguments: any[]): void;
Initial version: 9|global.d.ts| +|Initial version changed|Class name: console
Method or attribute name: static info(message: string, ...arguments: any[]): void;
Initial version: 7|Class name: console
Method or attribute name: static info(message: string, ...arguments: any[]): void;
Initial version: 9|global.d.ts| +|Initial version changed|Class name: console
Method or attribute name: static warn(message: string, ...arguments: any[]): void;
Initial version: 7|Class name: console
Method or attribute name: static warn(message: string, ...arguments: any[]): void;
Initial version: 9|global.d.ts| +|Initial version changed|Class name: console
Method or attribute name: static error(message: string, ...arguments: any[]): void;
Initial version: 7|Class name: console
Method or attribute name: static error(message: string, ...arguments: any[]): void;
Initial version: 9|global.d.ts| +|Initial version changed|Class name:
Method or attribute name: function getInspectorByKey(id: string): string;
Initial version: 8|Class name:
Method or attribute name: function getInspectorByKey(id: string): string;
Initial version: 9|global.d.ts| +|Initial version changed|Class name:
Method or attribute name: function sendEventByKey(id: string, action: number, params: string): boolean;
Initial version: 8|Class name:
Method or attribute name: function sendEventByKey(id: string, action: number, params: string): boolean;
Initial version: 9|global.d.ts| +|Initial version changed|Class name:
Method or attribute name: function sendTouchEvent(event: TouchObject): boolean;
Initial version: 8|Class name:
Method or attribute name: function sendTouchEvent(event: TouchObject): boolean;
Initial version: 9|global.d.ts| +|Initial version changed|Class name:
Method or attribute name: function sendKeyEvent(event: KeyEvent): boolean;
Initial version: 8|Class name:
Method or attribute name: function sendKeyEvent(event: KeyEvent): boolean;
Initial version: 9|global.d.ts| +|Initial version changed|Class name:
Method or attribute name: function sendMouseEvent(event: MouseEvent): boolean;
Initial version: 8|Class name:
Method or attribute name: function sendMouseEvent(event: MouseEvent): boolean;
Initial version: 9|global.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const AlphabetIndexer: AlphabetIndexerInterface;
Initial version: N/A|Class name: global
Method or attribute name: declare const AlphabetIndexer: AlphabetIndexerInterface;
Initial version: 7|alphabet_indexer.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const AlphabetIndexerInstance: AlphabetIndexerAttribute;
Initial version: N/A|Class name: global
Method or attribute name: declare const AlphabetIndexerInstance: AlphabetIndexerAttribute;
Initial version: 7|alphabet_indexer.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const Animator: AnimatorInterface;
Initial version: N/A|Class name: global
Method or attribute name: declare const Animator: AnimatorInterface;
Initial version: 7|animator.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const AnimatorInstance: AnimatorAttribute;
Initial version: N/A|Class name: global
Method or attribute name: declare const AnimatorInstance: AnimatorAttribute;
Initial version: 7|animator.d.ts| +|Initial version changed|Class name: BadgePosition
Initial version: 7|Class name: BadgePosition
Initial version: 9|badge.d.ts| +|Initial version changed|Class name: BadgePosition
Method or attribute name: RightTop
Initial version: 7|Class name: BadgePosition
Method or attribute name: RightTop
Initial version: 9|badge.d.ts| +|Initial version changed|Class name: BadgePosition
Method or attribute name: Right
Initial version: 7|Class name: BadgePosition
Method or attribute name: Right
Initial version: 9|badge.d.ts| +|Initial version changed|Class name: BadgePosition
Method or attribute name: Left
Initial version: 7|Class name: BadgePosition
Method or attribute name: Left
Initial version: 9|badge.d.ts| +|Initial version changed|Class name: BadgeStyle
Initial version: 7|Class name: BadgeStyle
Initial version: 9|badge.d.ts| +|Initial version changed|Class name: BadgeStyle
Method or attribute name: color?: ResourceColor;
Initial version: 7|Class name: BadgeStyle
Method or attribute name: color?: ResourceColor;
Initial version: 9|badge.d.ts| +|Initial version changed|Class name: BadgeStyle
Method or attribute name: fontSize?: number \| string;
Initial version: 7|Class name: BadgeStyle
Method or attribute name: fontSize?: number \| string;
Initial version: 9|badge.d.ts| +|Initial version changed|Class name: BadgeStyle
Method or attribute name: badgeSize?: number \| string;
Initial version: 7|Class name: BadgeStyle
Method or attribute name: badgeSize?: number \| string;
Initial version: 9|badge.d.ts| +|Initial version changed|Class name: BadgeStyle
Method or attribute name: badgeColor?: ResourceColor;
Initial version: 7|Class name: BadgeStyle
Method or attribute name: badgeColor?: ResourceColor;
Initial version: 9|badge.d.ts| +|Initial version changed|Class name: BadgeParam
Initial version: 7|Class name: BadgeParam
Initial version: 9|badge.d.ts| +|Initial version changed|Class name: BadgeParam
Method or attribute name: position?: BadgePosition;
Initial version: 7|Class name: BadgeParam
Method or attribute name: position?: BadgePosition;
Initial version: 9|badge.d.ts| +|Initial version changed|Class name: BadgeParam
Method or attribute name: style: BadgeStyle;
Initial version: 7|Class name: BadgeParam
Method or attribute name: style: BadgeStyle;
Initial version: 9|badge.d.ts| +|Initial version changed|Class name: BadgeParamWithNumber
Initial version: 7|Class name: BadgeParamWithNumber
Initial version: 9|badge.d.ts| +|Initial version changed|Class name: BadgeParamWithNumber
Method or attribute name: count: number;
Initial version: 7|Class name: BadgeParamWithNumber
Method or attribute name: count: number;
Initial version: 9|badge.d.ts| +|Initial version changed|Class name: BadgeParamWithNumber
Method or attribute name: maxCount?: number;
Initial version: 7|Class name: BadgeParamWithNumber
Method or attribute name: maxCount?: number;
Initial version: 9|badge.d.ts| +|Initial version changed|Class name: BadgeParamWithString
Initial version: 7|Class name: BadgeParamWithString
Initial version: 9|badge.d.ts| +|Initial version changed|Class name: BadgeParamWithString
Method or attribute name: value: string;
Initial version: 7|Class name: BadgeParamWithString
Method or attribute name: value: string;
Initial version: 9|badge.d.ts| +|Initial version changed|Class name: BadgeInterface
Initial version: 7|Class name: BadgeInterface
Initial version: 9|badge.d.ts| +|Initial version changed|Class name: BadgeInterface
Method or attribute name: (value: BadgeParamWithNumber): BadgeAttribute;
Initial version: 7|Class name: BadgeInterface
Method or attribute name: (value: BadgeParamWithNumber): BadgeAttribute;
Initial version: 9|badge.d.ts| +|Initial version changed|Class name: BadgeInterface
Method or attribute name: (value: BadgeParamWithString): BadgeAttribute;
Initial version: 7|Class name: BadgeInterface
Method or attribute name: (value: BadgeParamWithString): BadgeAttribute;
Initial version: 9|badge.d.ts| +|Initial version changed|Class name: BadgeAttribute
Initial version: 7|Class name: BadgeAttribute
Initial version: 9|badge.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const Badge: BadgeInterface;
Initial version: N/A|Class name: global
Method or attribute name: declare const Badge: BadgeInterface;
Initial version: 9|badge.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const BadgeInstance: BadgeAttribute;
Initial version: N/A|Class name: global
Method or attribute name: declare const BadgeInstance: BadgeAttribute;
Initial version: 9|badge.d.ts| +|Initial version changed|Class name: BlankInterface
Initial version: 7|Class name: BlankInterface
Initial version: 9|blank.d.ts| +|Initial version changed|Class name: BlankInterface
Method or attribute name: (min?: number \| string): BlankAttribute;
Initial version: 7|Class name: BlankInterface
Method or attribute name: (min?: number \| string): BlankAttribute;
Initial version: 9|blank.d.ts| +|Initial version changed|Class name: BlankAttribute
Initial version: 7|Class name: BlankAttribute
Initial version: 9|blank.d.ts| +|Initial version changed|Class name: BlankAttribute
Method or attribute name: color(value: ResourceColor): BlankAttribute;
Initial version: 7|Class name: BlankAttribute
Method or attribute name: color(value: ResourceColor): BlankAttribute;
Initial version: 9|blank.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const Blank: BlankInterface;
Initial version: N/A|Class name: global
Method or attribute name: declare const Blank: BlankInterface;
Initial version: 9|blank.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const BlankInstance: BlankAttribute;
Initial version: N/A|Class name: global
Method or attribute name: declare const BlankInstance: BlankAttribute;
Initial version: 9|blank.d.ts| +|Initial version changed|Class name: ButtonType
Initial version: 7|Class name: ButtonType
Initial version: 9|button.d.ts| +|Initial version changed|Class name: ButtonType
Method or attribute name: Capsule
Initial version: 7|Class name: ButtonType
Method or attribute name: Capsule
Initial version: 9|button.d.ts| +|Initial version changed|Class name: ButtonType
Method or attribute name: Circle
Initial version: 7|Class name: ButtonType
Method or attribute name: Circle
Initial version: 9|button.d.ts| +|Initial version changed|Class name: ButtonType
Method or attribute name: Normal
Initial version: 7|Class name: ButtonType
Method or attribute name: Normal
Initial version: 9|button.d.ts| +|Initial version changed|Class name: ButtonOptions
Initial version: 7|Class name: ButtonOptions
Initial version: 9|button.d.ts| +|Initial version changed|Class name: ButtonOptions
Method or attribute name: type?: ButtonType;
Initial version: 7|Class name: ButtonOptions
Method or attribute name: type?: ButtonType;
Initial version: 9|button.d.ts| +|Initial version changed|Class name: ButtonOptions
Method or attribute name: stateEffect?: boolean;
Initial version: 7|Class name: ButtonOptions
Method or attribute name: stateEffect?: boolean;
Initial version: 9|button.d.ts| +|Initial version changed|Class name: ButtonInterface
Initial version: 7|Class name: ButtonInterface
Initial version: 9|button.d.ts| +|Initial version changed|Class name: ButtonInterface
Method or attribute name: (): ButtonAttribute;
Initial version: 7|Class name: ButtonInterface
Method or attribute name: (): ButtonAttribute;
Initial version: 9|button.d.ts| +|Initial version changed|Class name: ButtonInterface
Method or attribute name: (options: ButtonOptions): ButtonAttribute;
Initial version: 7|Class name: ButtonInterface
Method or attribute name: (options: ButtonOptions): ButtonAttribute;
Initial version: 9|button.d.ts| +|Initial version changed|Class name: ButtonInterface
Method or attribute name: (label: ResourceStr, options?: ButtonOptions): ButtonAttribute;
Initial version: 7|Class name: ButtonInterface
Method or attribute name: (label: ResourceStr, options?: ButtonOptions): ButtonAttribute;
Initial version: 9|button.d.ts| +|Initial version changed|Class name: ButtonAttribute
Initial version: 7|Class name: ButtonAttribute
Initial version: 9|button.d.ts| +|Initial version changed|Class name: ButtonAttribute
Method or attribute name: type(value: ButtonType): ButtonAttribute;
Initial version: 7|Class name: ButtonAttribute
Method or attribute name: type(value: ButtonType): ButtonAttribute;
Initial version: 9|button.d.ts| +|Initial version changed|Class name: ButtonAttribute
Method or attribute name: stateEffect(value: boolean): ButtonAttribute;
Initial version: 7|Class name: ButtonAttribute
Method or attribute name: stateEffect(value: boolean): ButtonAttribute;
Initial version: 9|button.d.ts| +|Initial version changed|Class name: ButtonAttribute
Method or attribute name: fontColor(value: ResourceColor): ButtonAttribute;
Initial version: 7|Class name: ButtonAttribute
Method or attribute name: fontColor(value: ResourceColor): ButtonAttribute;
Initial version: 9|button.d.ts| +|Initial version changed|Class name: ButtonAttribute
Method or attribute name: fontSize(value: Length): ButtonAttribute;
Initial version: 7|Class name: ButtonAttribute
Method or attribute name: fontSize(value: Length): ButtonAttribute;
Initial version: 9|button.d.ts| +|Initial version changed|Class name: ButtonAttribute
Method or attribute name: fontWeight(value: number \| FontWeight \| string): ButtonAttribute;
Initial version: 7|Class name: ButtonAttribute
Method or attribute name: fontWeight(value: number \| FontWeight \| string): ButtonAttribute;
Initial version: 9|button.d.ts| +|Initial version changed|Class name: ButtonAttribute
Method or attribute name: fontStyle(value: FontStyle): ButtonAttribute;
Initial version: 8|Class name: ButtonAttribute
Method or attribute name: fontStyle(value: FontStyle): ButtonAttribute;
Initial version: 9|button.d.ts| +|Initial version changed|Class name: ButtonAttribute
Method or attribute name: fontFamily(value: string \| Resource): ButtonAttribute;
Initial version: 8|Class name: ButtonAttribute
Method or attribute name: fontFamily(value: string \| Resource): ButtonAttribute;
Initial version: 9|button.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const Button: ButtonInterface;
Initial version: N/A|Class name: global
Method or attribute name: declare const Button: ButtonInterface;
Initial version: 9|button.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const ButtonInstance: ButtonAttribute;
Initial version: N/A|Class name: global
Method or attribute name: declare const ButtonInstance: ButtonAttribute;
Initial version: 9|button.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const Calendar: CalendarInterface;
Initial version: N/A|Class name: global
Method or attribute name: declare const Calendar: CalendarInterface;
Initial version: 7|calendar.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const CalendarInstance: CalendarAttribute;
Initial version: N/A|Class name: global
Method or attribute name: declare const CalendarInstance: CalendarAttribute;
Initial version: 7|calendar.d.ts| +|Initial version changed|Class name: CanvasGradient
Initial version: 8|Class name: CanvasGradient
Initial version: 9|canvas.d.ts| +|Initial version changed|Class name: CanvasGradient
Method or attribute name: addColorStop(offset: number, color: string): void;
Initial version: 8|Class name: CanvasGradient
Method or attribute name: addColorStop(offset: number, color: string): void;
Initial version: 9|canvas.d.ts| +|Initial version changed|Class name: CanvasPath
Initial version: 8|Class name: CanvasPath
Initial version: 9|canvas.d.ts| +|Initial version changed|Class name: CanvasPath
Method or attribute name: arc(x: number, y: number, radius: number, startAngle: number, endAngle: number, counterclockwise?: boolean): void;
Initial version: 8|Class name: CanvasPath
Method or attribute name: arc(x: number, y: number, radius: number, startAngle: number, endAngle: number, counterclockwise?: boolean): void;
Initial version: 9|canvas.d.ts| +|Initial version changed|Class name: CanvasPath
Method or attribute name: arcTo(x1: number, y1: number, x2: number, y2: number, radius: number): void;
Initial version: 8|Class name: CanvasPath
Method or attribute name: arcTo(x1: number, y1: number, x2: number, y2: number, radius: number): void;
Initial version: 9|canvas.d.ts| +|Initial version changed|Class name: CanvasPath
Method or attribute name: bezierCurveTo(cp1x: number, cp1y: number, cp2x: number, cp2y: number, x: number, y: number): void;
Initial version: 8|Class name: CanvasPath
Method or attribute name: bezierCurveTo(cp1x: number, cp1y: number, cp2x: number, cp2y: number, x: number, y: number): void;
Initial version: 9|canvas.d.ts| +|Initial version changed|Class name: CanvasPath
Method or attribute name: closePath(): void;
Initial version: 8|Class name: CanvasPath
Method or attribute name: closePath(): void;
Initial version: 9|canvas.d.ts| +|Initial version changed|Class name: CanvasPath
Method or attribute name: ellipse(
x: number,
y: number,
radiusX: number,
radiusY: number,
rotation: number,
startAngle: number,
endAngle: number,
counterclockwise?: boolean,
): void;
Initial version: 8|Class name: CanvasPath
Method or attribute name: ellipse(
x: number,
y: number,
radiusX: number,
radiusY: number,
rotation: number,
startAngle: number,
endAngle: number,
counterclockwise?: boolean,
): void;
Initial version: 9|canvas.d.ts| +|Initial version changed|Class name: CanvasPath
Method or attribute name: lineTo(x: number, y: number): void;
Initial version: 8|Class name: CanvasPath
Method or attribute name: lineTo(x: number, y: number): void;
Initial version: 9|canvas.d.ts| +|Initial version changed|Class name: CanvasPath
Method or attribute name: moveTo(x: number, y: number): void;
Initial version: 8|Class name: CanvasPath
Method or attribute name: moveTo(x: number, y: number): void;
Initial version: 9|canvas.d.ts| +|Initial version changed|Class name: CanvasPath
Method or attribute name: quadraticCurveTo(cpx: number, cpy: number, x: number, y: number): void;
Initial version: 8|Class name: CanvasPath
Method or attribute name: quadraticCurveTo(cpx: number, cpy: number, x: number, y: number): void;
Initial version: 9|canvas.d.ts| +|Initial version changed|Class name: CanvasPath
Method or attribute name: rect(x: number, y: number, w: number, h: number): void;
Initial version: 8|Class name: CanvasPath
Method or attribute name: rect(x: number, y: number, w: number, h: number): void;
Initial version: 9|canvas.d.ts| +|Initial version changed|Class name: Path2D
Initial version: 8|Class name: Path2D
Initial version: 9|canvas.d.ts| +|Initial version changed|Class name: Path2D
Method or attribute name: addPath(path: Path2D, transform?: Matrix2D): void;
Initial version: 8|Class name: Path2D
Method or attribute name: addPath(path: Path2D, transform?: Matrix2D): void;
Initial version: 9|canvas.d.ts| +|Initial version changed|Class name: Path2D
Method or attribute name: constructor();
Initial version: 8|Class name: Path2D
Method or attribute name: constructor();
Initial version: 9|canvas.d.ts| +|Initial version changed|Class name: Path2D
Method or attribute name: constructor(path: Path2D);
Initial version: 8|Class name: Path2D
Method or attribute name: constructor(path: Path2D);
Initial version: 9|canvas.d.ts| +|Initial version changed|Class name: Path2D
Method or attribute name: constructor(d: string);
Initial version: 8|Class name: Path2D
Method or attribute name: constructor(d: string);
Initial version: 9|canvas.d.ts| +|Initial version changed|Class name: TextMetrics
Initial version: 8|Class name: TextMetrics
Initial version: 9|canvas.d.ts| +|Initial version changed|Class name: TextMetrics
Method or attribute name: readonly actualBoundingBoxAscent: number;
Initial version: 8|Class name: TextMetrics
Method or attribute name: readonly actualBoundingBoxAscent: number;
Initial version: 9|canvas.d.ts| +|Initial version changed|Class name: TextMetrics
Method or attribute name: readonly actualBoundingBoxDescent: number;
Initial version: 8|Class name: TextMetrics
Method or attribute name: readonly actualBoundingBoxDescent: number;
Initial version: 9|canvas.d.ts| +|Initial version changed|Class name: TextMetrics
Method or attribute name: readonly actualBoundingBoxLeft: number;
Initial version: 8|Class name: TextMetrics
Method or attribute name: readonly actualBoundingBoxLeft: number;
Initial version: 9|canvas.d.ts| +|Initial version changed|Class name: TextMetrics
Method or attribute name: readonly actualBoundingBoxRight: number;
Initial version: 8|Class name: TextMetrics
Method or attribute name: readonly actualBoundingBoxRight: number;
Initial version: 9|canvas.d.ts| +|Initial version changed|Class name: TextMetrics
Method or attribute name: readonly alphabeticBaseline: number;
Initial version: 8|Class name: TextMetrics
Method or attribute name: readonly alphabeticBaseline: number;
Initial version: 9|canvas.d.ts| +|Initial version changed|Class name: TextMetrics
Method or attribute name: readonly emHeightAscent: number;
Initial version: 8|Class name: TextMetrics
Method or attribute name: readonly emHeightAscent: number;
Initial version: 9|canvas.d.ts| +|Initial version changed|Class name: TextMetrics
Method or attribute name: readonly emHeightDescent: number;
Initial version: 8|Class name: TextMetrics
Method or attribute name: readonly emHeightDescent: number;
Initial version: 9|canvas.d.ts| +|Initial version changed|Class name: TextMetrics
Method or attribute name: readonly fontBoundingBoxAscent: number;
Initial version: 8|Class name: TextMetrics
Method or attribute name: readonly fontBoundingBoxAscent: number;
Initial version: 9|canvas.d.ts| +|Initial version changed|Class name: TextMetrics
Method or attribute name: readonly fontBoundingBoxDescent: number;
Initial version: 8|Class name: TextMetrics
Method or attribute name: readonly fontBoundingBoxDescent: number;
Initial version: 9|canvas.d.ts| +|Initial version changed|Class name: TextMetrics
Method or attribute name: readonly hangingBaseline: number;
Initial version: 8|Class name: TextMetrics
Method or attribute name: readonly hangingBaseline: number;
Initial version: 9|canvas.d.ts| +|Initial version changed|Class name: TextMetrics
Method or attribute name: readonly ideographicBaseline: number;
Initial version: 8|Class name: TextMetrics
Method or attribute name: readonly ideographicBaseline: number;
Initial version: 9|canvas.d.ts| +|Initial version changed|Class name: TextMetrics
Method or attribute name: readonly width: number;
Initial version: 8|Class name: TextMetrics
Method or attribute name: readonly width: number;
Initial version: 9|canvas.d.ts| +|Initial version changed|Class name: TextMetrics
Method or attribute name: readonly height: number;
Initial version: 8|Class name: TextMetrics
Method or attribute name: readonly height: number;
Initial version: 9|canvas.d.ts| +|Initial version changed|Class name: ImageBitmap
Initial version: 8|Class name: ImageBitmap
Initial version: 9|canvas.d.ts| +|Initial version changed|Class name: ImageBitmap
Method or attribute name: readonly height: number;
Initial version: 8|Class name: ImageBitmap
Method or attribute name: readonly height: number;
Initial version: 9|canvas.d.ts| +|Initial version changed|Class name: ImageBitmap
Method or attribute name: readonly width: number;
Initial version: 8|Class name: ImageBitmap
Method or attribute name: readonly width: number;
Initial version: 9|canvas.d.ts| +|Initial version changed|Class name: ImageBitmap
Method or attribute name: close(): void;
Initial version: 8|Class name: ImageBitmap
Method or attribute name: close(): void;
Initial version: 9|canvas.d.ts| +|Initial version changed|Class name: ImageBitmap
Method or attribute name: constructor(src: string);
Initial version: 8|Class name: ImageBitmap
Method or attribute name: constructor(src: string);
Initial version: 9|canvas.d.ts| +|Initial version changed|Class name: ImageData
Initial version: 8|Class name: ImageData
Initial version: 9|canvas.d.ts| +|Initial version changed|Class name: ImageData
Method or attribute name: readonly data: Uint8ClampedArray;
Initial version: 8|Class name: ImageData
Method or attribute name: readonly data: Uint8ClampedArray;
Initial version: 9|canvas.d.ts| +|Initial version changed|Class name: ImageData
Method or attribute name: readonly height: number;
Initial version: 8|Class name: ImageData
Method or attribute name: readonly height: number;
Initial version: 9|canvas.d.ts| +|Initial version changed|Class name: ImageData
Method or attribute name: readonly width: number;
Initial version: 8|Class name: ImageData
Method or attribute name: readonly width: number;
Initial version: 9|canvas.d.ts| +|Initial version changed|Class name: ImageData
Method or attribute name: constructor(width: number, height: number, data?: Uint8ClampedArray);
Initial version: 8|Class name: ImageData
Method or attribute name: constructor(width: number, height: number, data?: Uint8ClampedArray);
Initial version: 9|canvas.d.ts| +|Initial version changed|Class name: RenderingContextSettings
Initial version: 8|Class name: RenderingContextSettings
Initial version: 9|canvas.d.ts| +|Initial version changed|Class name: RenderingContextSettings
Method or attribute name: antialias?: boolean;
Initial version: 8|Class name: RenderingContextSettings
Method or attribute name: antialias?: boolean;
Initial version: 9|canvas.d.ts| +|Initial version changed|Class name: RenderingContextSettings
Method or attribute name: constructor(antialias?: boolean);
Initial version: 8|Class name: RenderingContextSettings
Method or attribute name: constructor(antialias?: boolean);
Initial version: 9|canvas.d.ts| +|Initial version changed|Class name: CanvasRenderer
Initial version: 8|Class name: CanvasRenderer
Initial version: 9|canvas.d.ts| +|Initial version changed|Class name: CanvasRenderer
Method or attribute name: globalAlpha: number;
Initial version: 8|Class name: CanvasRenderer
Method or attribute name: globalAlpha: number;
Initial version: 9|canvas.d.ts| +|Initial version changed|Class name: CanvasRenderer
Method or attribute name: globalCompositeOperation: string;
Initial version: 8|Class name: CanvasRenderer
Method or attribute name: globalCompositeOperation: string;
Initial version: 9|canvas.d.ts| +|Initial version changed|Class name: CanvasRenderer
Method or attribute name: drawImage(image: ImageBitmap \| PixelMap, dx: number, dy: number): void;
Initial version: 8|Class name: CanvasRenderer
Method or attribute name: drawImage(image: ImageBitmap \| PixelMap, dx: number, dy: number): void;
Initial version: 9|canvas.d.ts| +|Initial version changed|Class name: CanvasRenderer
Method or attribute name: drawImage(image: ImageBitmap \| PixelMap, dx: number, dy: number, dw: number, dh: number): void;
Initial version: 8|Class name: CanvasRenderer
Method or attribute name: drawImage(image: ImageBitmap \| PixelMap, dx: number, dy: number, dw: number, dh: number): void;
Initial version: 9|canvas.d.ts| +|Initial version changed|Class name: CanvasRenderer
Method or attribute name: drawImage(
image: ImageBitmap \| PixelMap,
sx: number,
sy: number,
sw: number,
sh: number,
dx: number,
dy: number,
dw: number,
dh: number,
): void;
Initial version: 8|Class name: CanvasRenderer
Method or attribute name: drawImage(
image: ImageBitmap \| PixelMap,
sx: number,
sy: number,
sw: number,
sh: number,
dx: number,
dy: number,
dw: number,
dh: number,
): void;
Initial version: 9|canvas.d.ts| +|Initial version changed|Class name: CanvasRenderer
Method or attribute name: beginPath(): void;
Initial version: 8|Class name: CanvasRenderer
Method or attribute name: beginPath(): void;
Initial version: 9|canvas.d.ts| +|Initial version changed|Class name: CanvasRenderer
Method or attribute name: clip(fillRule?: CanvasFillRule): void;
Initial version: 8|Class name: CanvasRenderer
Method or attribute name: clip(fillRule?: CanvasFillRule): void;
Initial version: 9|canvas.d.ts| +|Initial version changed|Class name: CanvasRenderer
Method or attribute name: clip(path: Path2D, fillRule?: CanvasFillRule): void;
Initial version: 8|Class name: CanvasRenderer
Method or attribute name: clip(path: Path2D, fillRule?: CanvasFillRule): void;
Initial version: 9|canvas.d.ts| +|Initial version changed|Class name: CanvasRenderer
Method or attribute name: fill(fillRule?: CanvasFillRule): void;
Initial version: 8|Class name: CanvasRenderer
Method or attribute name: fill(fillRule?: CanvasFillRule): void;
Initial version: 9|canvas.d.ts| +|Initial version changed|Class name: CanvasRenderer
Method or attribute name: fill(path: Path2D, fillRule?: CanvasFillRule): void;
Initial version: 8|Class name: CanvasRenderer
Method or attribute name: fill(path: Path2D, fillRule?: CanvasFillRule): void;
Initial version: 9|canvas.d.ts| +|Initial version changed|Class name: CanvasRenderer
Method or attribute name: stroke(): void;
Initial version: 8|Class name: CanvasRenderer
Method or attribute name: stroke(): void;
Initial version: 9|canvas.d.ts| +|Initial version changed|Class name: CanvasRenderer
Method or attribute name: stroke(path: Path2D): void;
Initial version: 8|Class name: CanvasRenderer
Method or attribute name: stroke(path: Path2D): void;
Initial version: 9|canvas.d.ts| +|Initial version changed|Class name: CanvasRenderer
Method or attribute name: fillStyle: string \| CanvasGradient \| CanvasPattern;
Initial version: 8|Class name: CanvasRenderer
Method or attribute name: fillStyle: string \| CanvasGradient \| CanvasPattern;
Initial version: 9|canvas.d.ts| +|Initial version changed|Class name: CanvasRenderer
Method or attribute name: strokeStyle: string \| CanvasGradient \| CanvasPattern;
Initial version: 8|Class name: CanvasRenderer
Method or attribute name: strokeStyle: string \| CanvasGradient \| CanvasPattern;
Initial version: 9|canvas.d.ts| +|Initial version changed|Class name: CanvasRenderer
Method or attribute name: createLinearGradient(x0: number, y0: number, x1: number, y1: number): CanvasGradient;
Initial version: 8|Class name: CanvasRenderer
Method or attribute name: createLinearGradient(x0: number, y0: number, x1: number, y1: number): CanvasGradient;
Initial version: 9|canvas.d.ts| +|Initial version changed|Class name: CanvasRenderer
Method or attribute name: createPattern(image: ImageBitmap, repetition: string \| null): CanvasPattern \| null;
Initial version: 8|Class name: CanvasRenderer
Method or attribute name: createPattern(image: ImageBitmap, repetition: string \| null): CanvasPattern \| null;
Initial version: 9|canvas.d.ts| +|Initial version changed|Class name: CanvasRenderer
Method or attribute name: createRadialGradient(x0: number, y0: number, r0: number, x1: number, y1: number, r1: number): CanvasGradient;
Initial version: 8|Class name: CanvasRenderer
Method or attribute name: createRadialGradient(x0: number, y0: number, r0: number, x1: number, y1: number, r1: number): CanvasGradient;
Initial version: 9|canvas.d.ts| +|Initial version changed|Class name: CanvasRenderer
Method or attribute name: createImageData(sw: number, sh: number): ImageData;
Initial version: 8|Class name: CanvasRenderer
Method or attribute name: createImageData(sw: number, sh: number): ImageData;
Initial version: 9|canvas.d.ts| +|Initial version changed|Class name: CanvasRenderer
Method or attribute name: createImageData(imagedata: ImageData): ImageData;
Initial version: 8|Class name: CanvasRenderer
Method or attribute name: createImageData(imagedata: ImageData): ImageData;
Initial version: 9|canvas.d.ts| +|Initial version changed|Class name: CanvasRenderer
Method or attribute name: getImageData(sx: number, sy: number, sw: number, sh: number): ImageData;
Initial version: 8|Class name: CanvasRenderer
Method or attribute name: getImageData(sx: number, sy: number, sw: number, sh: number): ImageData;
Initial version: 9|canvas.d.ts| +|Initial version changed|Class name: CanvasRenderer
Method or attribute name: putImageData(imagedata: ImageData, dx: number, dy: number): void;
Initial version: 8|Class name: CanvasRenderer
Method or attribute name: putImageData(imagedata: ImageData, dx: number, dy: number): void;
Initial version: 9|canvas.d.ts| +|Initial version changed|Class name: CanvasRenderer
Method or attribute name: putImageData(
imagedata: ImageData,
dx: number,
dy: number,
dirtyX: number,
dirtyY: number,
dirtyWidth: number,
dirtyHeight: number,
): void;
Initial version: 8|Class name: CanvasRenderer
Method or attribute name: putImageData(
imagedata: ImageData,
dx: number,
dy: number,
dirtyX: number,
dirtyY: number,
dirtyWidth: number,
dirtyHeight: number,
): void;
Initial version: 9|canvas.d.ts| +|Initial version changed|Class name: CanvasRenderer
Method or attribute name: imageSmoothingEnabled: boolean;
Initial version: 8|Class name: CanvasRenderer
Method or attribute name: imageSmoothingEnabled: boolean;
Initial version: 9|canvas.d.ts| +|Initial version changed|Class name: CanvasRenderer
Method or attribute name: lineCap: CanvasLineCap;
Initial version: 8|Class name: CanvasRenderer
Method or attribute name: lineCap: CanvasLineCap;
Initial version: 9|canvas.d.ts| +|Initial version changed|Class name: CanvasRenderer
Method or attribute name: lineDashOffset: number;
Initial version: 8|Class name: CanvasRenderer
Method or attribute name: lineDashOffset: number;
Initial version: 9|canvas.d.ts| +|Initial version changed|Class name: CanvasRenderer
Method or attribute name: lineJoin: CanvasLineJoin;
Initial version: 8|Class name: CanvasRenderer
Method or attribute name: lineJoin: CanvasLineJoin;
Initial version: 9|canvas.d.ts| +|Initial version changed|Class name: CanvasRenderer
Method or attribute name: lineWidth: number;
Initial version: 8|Class name: CanvasRenderer
Method or attribute name: lineWidth: number;
Initial version: 9|canvas.d.ts| +|Initial version changed|Class name: CanvasRenderer
Method or attribute name: miterLimit: number;
Initial version: 8|Class name: CanvasRenderer
Method or attribute name: miterLimit: number;
Initial version: 9|canvas.d.ts| +|Initial version changed|Class name: CanvasRenderer
Method or attribute name: getLineDash(): number[];
Initial version: 8|Class name: CanvasRenderer
Method or attribute name: getLineDash(): number[];
Initial version: 9|canvas.d.ts| +|Initial version changed|Class name: CanvasRenderer
Method or attribute name: setLineDash(segments: number[]): void;
Initial version: 8|Class name: CanvasRenderer
Method or attribute name: setLineDash(segments: number[]): void;
Initial version: 9|canvas.d.ts| +|Initial version changed|Class name: CanvasRenderer
Method or attribute name: clearRect(x: number, y: number, w: number, h: number): void;
Initial version: 8|Class name: CanvasRenderer
Method or attribute name: clearRect(x: number, y: number, w: number, h: number): void;
Initial version: 9|canvas.d.ts| +|Initial version changed|Class name: CanvasRenderer
Method or attribute name: fillRect(x: number, y: number, w: number, h: number): void;
Initial version: 8|Class name: CanvasRenderer
Method or attribute name: fillRect(x: number, y: number, w: number, h: number): void;
Initial version: 9|canvas.d.ts| +|Initial version changed|Class name: CanvasRenderer
Method or attribute name: strokeRect(x: number, y: number, w: number, h: number): void;
Initial version: 8|Class name: CanvasRenderer
Method or attribute name: strokeRect(x: number, y: number, w: number, h: number): void;
Initial version: 9|canvas.d.ts| +|Initial version changed|Class name: CanvasRenderer
Method or attribute name: shadowBlur: number;
Initial version: 8|Class name: CanvasRenderer
Method or attribute name: shadowBlur: number;
Initial version: 9|canvas.d.ts| +|Initial version changed|Class name: CanvasRenderer
Method or attribute name: shadowColor: string;
Initial version: 8|Class name: CanvasRenderer
Method or attribute name: shadowColor: string;
Initial version: 9|canvas.d.ts| +|Initial version changed|Class name: CanvasRenderer
Method or attribute name: shadowOffsetX: number;
Initial version: 8|Class name: CanvasRenderer
Method or attribute name: shadowOffsetX: number;
Initial version: 9|canvas.d.ts| +|Initial version changed|Class name: CanvasRenderer
Method or attribute name: shadowOffsetY: number;
Initial version: 8|Class name: CanvasRenderer
Method or attribute name: shadowOffsetY: number;
Initial version: 9|canvas.d.ts| +|Initial version changed|Class name: CanvasRenderer
Method or attribute name: restore(): void;
Initial version: 8|Class name: CanvasRenderer
Method or attribute name: restore(): void;
Initial version: 9|canvas.d.ts| +|Initial version changed|Class name: CanvasRenderer
Method or attribute name: save(): void;
Initial version: 8|Class name: CanvasRenderer
Method or attribute name: save(): void;
Initial version: 9|canvas.d.ts| +|Initial version changed|Class name: CanvasRenderer
Method or attribute name: fillText(text: string, x: number, y: number, maxWidth?: number): void;
Initial version: 8|Class name: CanvasRenderer
Method or attribute name: fillText(text: string, x: number, y: number, maxWidth?: number): void;
Initial version: 9|canvas.d.ts| +|Initial version changed|Class name: CanvasRenderer
Method or attribute name: measureText(text: string): TextMetrics;
Initial version: 8|Class name: CanvasRenderer
Method or attribute name: measureText(text: string): TextMetrics;
Initial version: 9|canvas.d.ts| +|Initial version changed|Class name: CanvasRenderer
Method or attribute name: strokeText(text: string, x: number, y: number, maxWidth?: number): void;
Initial version: 8|Class name: CanvasRenderer
Method or attribute name: strokeText(text: string, x: number, y: number, maxWidth?: number): void;
Initial version: 9|canvas.d.ts| +|Initial version changed|Class name: CanvasRenderer
Method or attribute name: font: string;
Initial version: 8|Class name: CanvasRenderer
Method or attribute name: font: string;
Initial version: 9|canvas.d.ts| +|Initial version changed|Class name: CanvasRenderer
Method or attribute name: textAlign: CanvasTextAlign;
Initial version: 8|Class name: CanvasRenderer
Method or attribute name: textAlign: CanvasTextAlign;
Initial version: 9|canvas.d.ts| +|Initial version changed|Class name: CanvasRenderer
Method or attribute name: textBaseline: CanvasTextBaseline;
Initial version: 8|Class name: CanvasRenderer
Method or attribute name: textBaseline: CanvasTextBaseline;
Initial version: 9|canvas.d.ts| +|Initial version changed|Class name: CanvasRenderer
Method or attribute name: getTransform(): Matrix2D;
Initial version: 8|Class name: CanvasRenderer
Method or attribute name: getTransform(): Matrix2D;
Initial version: 9|canvas.d.ts| +|Initial version changed|Class name: CanvasRenderer
Method or attribute name: resetTransform(): void;
Initial version: 8|Class name: CanvasRenderer
Method or attribute name: resetTransform(): void;
Initial version: 9|canvas.d.ts| +|Initial version changed|Class name: CanvasRenderer
Method or attribute name: rotate(angle: number): void;
Initial version: 8|Class name: CanvasRenderer
Method or attribute name: rotate(angle: number): void;
Initial version: 9|canvas.d.ts| +|Initial version changed|Class name: CanvasRenderer
Method or attribute name: scale(x: number, y: number): void;
Initial version: 8|Class name: CanvasRenderer
Method or attribute name: scale(x: number, y: number): void;
Initial version: 9|canvas.d.ts| +|Initial version changed|Class name: CanvasRenderer
Method or attribute name: setTransform(a: number, b: number, c: number, d: number, e: number, f: number): void;
Initial version: 8|Class name: CanvasRenderer
Method or attribute name: setTransform(a: number, b: number, c: number, d: number, e: number, f: number): void;
Initial version: 9|canvas.d.ts| +|Initial version changed|Class name: CanvasRenderer
Method or attribute name: setTransform(transform?: Matrix2D): void;
Initial version: 8|Class name: CanvasRenderer
Method or attribute name: setTransform(transform?: Matrix2D): void;
Initial version: 9|canvas.d.ts| +|Initial version changed|Class name: CanvasRenderer
Method or attribute name: transform(a: number, b: number, c: number, d: number, e: number, f: number): void;
Initial version: 8|Class name: CanvasRenderer
Method or attribute name: transform(a: number, b: number, c: number, d: number, e: number, f: number): void;
Initial version: 9|canvas.d.ts| +|Initial version changed|Class name: CanvasRenderer
Method or attribute name: translate(x: number, y: number): void;
Initial version: 8|Class name: CanvasRenderer
Method or attribute name: translate(x: number, y: number): void;
Initial version: 9|canvas.d.ts| +|Initial version changed|Class name: CanvasRenderer
Method or attribute name: transferFromImageBitmap(bitmap: ImageBitmap): void;
Initial version: 8|Class name: CanvasRenderer
Method or attribute name: transferFromImageBitmap(bitmap: ImageBitmap): void;
Initial version: 9|canvas.d.ts| +|Initial version changed|Class name: CanvasRenderingContext2D
Initial version: 8|Class name: CanvasRenderingContext2D
Initial version: 9|canvas.d.ts| +|Initial version changed|Class name: CanvasRenderingContext2D
Method or attribute name: readonly height: number;
Initial version: 8|Class name: CanvasRenderingContext2D
Method or attribute name: readonly height: number;
Initial version: 9|canvas.d.ts| +|Initial version changed|Class name: CanvasRenderingContext2D
Method or attribute name: readonly width: number;
Initial version: 8|Class name: CanvasRenderingContext2D
Method or attribute name: readonly width: number;
Initial version: 9|canvas.d.ts| +|Initial version changed|Class name: CanvasRenderingContext2D
Method or attribute name: toDataURL(type?: string, quality?: any): string;
Initial version: 8|Class name: CanvasRenderingContext2D
Method or attribute name: toDataURL(type?: string, quality?: any): string;
Initial version: 9|canvas.d.ts| +|Initial version changed|Class name: CanvasRenderingContext2D
Method or attribute name: constructor(settings?: RenderingContextSettings);
Initial version: 8|Class name: CanvasRenderingContext2D
Method or attribute name: constructor(settings?: RenderingContextSettings);
Initial version: 9|canvas.d.ts| +|Initial version changed|Class name: OffscreenCanvasRenderingContext2D
Initial version: 8|Class name: OffscreenCanvasRenderingContext2D
Initial version: 9|canvas.d.ts| +|Initial version changed|Class name: OffscreenCanvasRenderingContext2D
Method or attribute name: toDataURL(type?: string, quality?: any): string;
Initial version: 8|Class name: OffscreenCanvasRenderingContext2D
Method or attribute name: toDataURL(type?: string, quality?: any): string;
Initial version: 9|canvas.d.ts| +|Initial version changed|Class name: OffscreenCanvasRenderingContext2D
Method or attribute name: transferToImageBitmap(): ImageBitmap;
Initial version: 8|Class name: OffscreenCanvasRenderingContext2D
Method or attribute name: transferToImageBitmap(): ImageBitmap;
Initial version: 9|canvas.d.ts| +|Initial version changed|Class name: OffscreenCanvasRenderingContext2D
Method or attribute name: constructor(width: number, height: number, settings?: RenderingContextSettings);
Initial version: 8|Class name: OffscreenCanvasRenderingContext2D
Method or attribute name: constructor(width: number, height: number, settings?: RenderingContextSettings);
Initial version: 9|canvas.d.ts| +|Initial version changed|Class name: OffscreenCanvas
Initial version: 8|Class name: OffscreenCanvas
Initial version: 9|canvas.d.ts| +|Initial version changed|Class name: OffscreenCanvas
Method or attribute name: height: number;
Initial version: 8|Class name: OffscreenCanvas
Method or attribute name: height: number;
Initial version: 9|canvas.d.ts| +|Initial version changed|Class name: OffscreenCanvas
Method or attribute name: width: number;
Initial version: 8|Class name: OffscreenCanvas
Method or attribute name: width: number;
Initial version: 9|canvas.d.ts| +|Initial version changed|Class name: OffscreenCanvas
Method or attribute name: transferToImageBitmap(): ImageBitmap;
Initial version: 8|Class name: OffscreenCanvas
Method or attribute name: transferToImageBitmap(): ImageBitmap;
Initial version: 9|canvas.d.ts| +|Initial version changed|Class name: OffscreenCanvas
Method or attribute name: constructor(width: number, height: number);
Initial version: 8|Class name: OffscreenCanvas
Method or attribute name: constructor(width: number, height: number);
Initial version: 9|canvas.d.ts| +|Initial version changed|Class name: CanvasInterface
Initial version: 8|Class name: CanvasInterface
Initial version: 9|canvas.d.ts| +|Initial version changed|Class name: CanvasInterface
Method or attribute name: (context?: CanvasRenderingContext2D): CanvasAttribute;
Initial version: 8|Class name: CanvasInterface
Method or attribute name: (context?: CanvasRenderingContext2D): CanvasAttribute;
Initial version: 9|canvas.d.ts| +|Initial version changed|Class name: CanvasAttribute
Method or attribute name: onReady(event: () => void): CanvasAttribute;
Initial version: 8|Class name: CanvasAttribute
Method or attribute name: onReady(event: () => void): CanvasAttribute;
Initial version: 9|canvas.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const Canvas: CanvasInterface;
Initial version: N/A|Class name: global
Method or attribute name: declare const Canvas: CanvasInterface;
Initial version: 9|canvas.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const CanvasInstance: CanvasAttribute;
Initial version: N/A|Class name: global
Method or attribute name: declare const CanvasInstance: CanvasAttribute;
Initial version: 9|canvas.d.ts| +|Initial version changed|Class name: CheckboxOptions
Initial version: 8|Class name: CheckboxOptions
Initial version: 9|checkbox.d.ts| +|Initial version changed|Class name: CheckboxOptions
Method or attribute name: name?: string;
Initial version: 8|Class name: CheckboxOptions
Method or attribute name: name?: string;
Initial version: 9|checkbox.d.ts| +|Initial version changed|Class name: CheckboxOptions
Method or attribute name: group?: string;
Initial version: 8|Class name: CheckboxOptions
Method or attribute name: group?: string;
Initial version: 9|checkbox.d.ts| +|Initial version changed|Class name: CheckboxInterface
Initial version: 8|Class name: CheckboxInterface
Initial version: 9|checkbox.d.ts| +|Initial version changed|Class name: CheckboxInterface
Method or attribute name: (options?: CheckboxOptions): CheckboxAttribute;
Initial version: 8|Class name: CheckboxInterface
Method or attribute name: (options?: CheckboxOptions): CheckboxAttribute;
Initial version: 9|checkbox.d.ts| +|Initial version changed|Class name: CheckboxAttribute
Initial version: 8|Class name: CheckboxAttribute
Initial version: 9|checkbox.d.ts| +|Initial version changed|Class name: CheckboxAttribute
Method or attribute name: select(value: boolean): CheckboxAttribute;
Initial version: 8|Class name: CheckboxAttribute
Method or attribute name: select(value: boolean): CheckboxAttribute;
Initial version: 9|checkbox.d.ts| +|Initial version changed|Class name: CheckboxAttribute
Method or attribute name: selectedColor(value: ResourceColor): CheckboxAttribute;
Initial version: 8|Class name: CheckboxAttribute
Method or attribute name: selectedColor(value: ResourceColor): CheckboxAttribute;
Initial version: 9|checkbox.d.ts| +|Initial version changed|Class name: CheckboxAttribute
Method or attribute name: onChange(callback: (value: boolean) => void): CheckboxAttribute;
Initial version: 8|Class name: CheckboxAttribute
Method or attribute name: onChange(callback: (value: boolean) => void): CheckboxAttribute;
Initial version: 9|checkbox.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const Checkbox: CheckboxInterface;
Initial version: N/A|Class name: global
Method or attribute name: declare const Checkbox: CheckboxInterface;
Initial version: 9|checkbox.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const CheckboxInstance: CheckboxAttribute;
Initial version: N/A|Class name: global
Method or attribute name: declare const CheckboxInstance: CheckboxAttribute;
Initial version: 9|checkbox.d.ts| +|Initial version changed|Class name: SelectStatus
Initial version: 8|Class name: SelectStatus
Initial version: 9|checkboxgroup.d.ts| +|Initial version changed|Class name: SelectStatus
Method or attribute name: All
Initial version: 8|Class name: SelectStatus
Method or attribute name: All
Initial version: 9|checkboxgroup.d.ts| +|Initial version changed|Class name: SelectStatus
Method or attribute name: Part
Initial version: 8|Class name: SelectStatus
Method or attribute name: Part
Initial version: 9|checkboxgroup.d.ts| +|Initial version changed|Class name: SelectStatus
Method or attribute name: None
Initial version: 8|Class name: SelectStatus
Method or attribute name: None
Initial version: 9|checkboxgroup.d.ts| +|Initial version changed|Class name: CheckboxGroupOptions
Initial version: 8|Class name: CheckboxGroupOptions
Initial version: 9|checkboxgroup.d.ts| +|Initial version changed|Class name: CheckboxGroupOptions
Method or attribute name: group?: string;
Initial version: 8|Class name: CheckboxGroupOptions
Method or attribute name: group?: string;
Initial version: 9|checkboxgroup.d.ts| +|Initial version changed|Class name: CheckboxGroupResult
Initial version: 8|Class name: CheckboxGroupResult
Initial version: 9|checkboxgroup.d.ts| +|Initial version changed|Class name: CheckboxGroupResult
Method or attribute name: name: Array\;
Initial version: 8|Class name: CheckboxGroupResult
Method or attribute name: name: Array\;
Initial version: 9|checkboxgroup.d.ts| +|Initial version changed|Class name: CheckboxGroupResult
Method or attribute name: status: SelectStatus;
Initial version: 8|Class name: CheckboxGroupResult
Method or attribute name: status: SelectStatus;
Initial version: 9|checkboxgroup.d.ts| +|Initial version changed|Class name: CheckboxGroupInterface
Initial version: 8|Class name: CheckboxGroupInterface
Initial version: 9|checkboxgroup.d.ts| +|Initial version changed|Class name: CheckboxGroupInterface
Method or attribute name: (options?: CheckboxGroupOptions): CheckboxGroupAttribute;
Initial version: 8|Class name: CheckboxGroupInterface
Method or attribute name: (options?: CheckboxGroupOptions): CheckboxGroupAttribute;
Initial version: 9|checkboxgroup.d.ts| +|Initial version changed|Class name: CheckboxGroupAttribute
Initial version: 8|Class name: CheckboxGroupAttribute
Initial version: 9|checkboxgroup.d.ts| +|Initial version changed|Class name: CheckboxGroupAttribute
Method or attribute name: selectAll(value: boolean): CheckboxGroupAttribute;
Initial version: 8|Class name: CheckboxGroupAttribute
Method or attribute name: selectAll(value: boolean): CheckboxGroupAttribute;
Initial version: 9|checkboxgroup.d.ts| +|Initial version changed|Class name: CheckboxGroupAttribute
Method or attribute name: selectedColor(value: ResourceColor): CheckboxGroupAttribute;
Initial version: 8|Class name: CheckboxGroupAttribute
Method or attribute name: selectedColor(value: ResourceColor): CheckboxGroupAttribute;
Initial version: 9|checkboxgroup.d.ts| +|Initial version changed|Class name: CheckboxGroupAttribute
Method or attribute name: onChange(callback: (event: CheckboxGroupResult) => void): CheckboxGroupAttribute;
Initial version: 8|Class name: CheckboxGroupAttribute
Method or attribute name: onChange(callback: (event: CheckboxGroupResult) => void): CheckboxGroupAttribute;
Initial version: 9|checkboxgroup.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const CheckboxGroup: CheckboxGroupInterface;
Initial version: N/A|Class name: global
Method or attribute name: declare const CheckboxGroup: CheckboxGroupInterface;
Initial version: 9|checkboxgroup.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const CheckboxGroupInstance: CheckboxGroupAttribute;
Initial version: N/A|Class name: global
Method or attribute name: declare const CheckboxGroupInstance: CheckboxGroupAttribute;
Initial version: 9|checkboxgroup.d.ts| +|Initial version changed|Class name: CircleOptions
Initial version: 7|Class name: CircleOptions
Initial version: 9|circle.d.ts| +|Initial version changed|Class name: CircleOptions
Method or attribute name: width?: string \| number;
Initial version: 7|Class name: CircleOptions
Method or attribute name: width?: string \| number;
Initial version: 9|circle.d.ts| +|Initial version changed|Class name: CircleOptions
Method or attribute name: height?: string \| number;
Initial version: 7|Class name: CircleOptions
Method or attribute name: height?: string \| number;
Initial version: 9|circle.d.ts| +|Initial version changed|Class name: CircleInterface
Initial version: 7|Class name: CircleInterface
Initial version: 9|circle.d.ts| +|Initial version changed|Class name: CircleInterface
Method or attribute name: new (value?: CircleOptions): CircleAttribute;
Initial version: 7|Class name: CircleInterface
Method or attribute name: new (value?: CircleOptions): CircleAttribute;
Initial version: 9|circle.d.ts| +|Initial version changed|Class name: CircleInterface
Method or attribute name: (value?: CircleOptions): CircleAttribute;
Initial version: 7|Class name: CircleInterface
Method or attribute name: (value?: CircleOptions): CircleAttribute;
Initial version: 9|circle.d.ts| +|Initial version changed|Class name: CircleAttribute
Initial version: 7|Class name: CircleAttribute
Initial version: 9|circle.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const Circle: CircleInterface;
Initial version: N/A|Class name: global
Method or attribute name: declare const Circle: CircleInterface;
Initial version: 9|circle.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const CircleInstance: CircleAttribute;
Initial version: N/A|Class name: global
Method or attribute name: declare const CircleInstance: CircleAttribute;
Initial version: 9|circle.d.ts| +|Initial version changed|Class name: ColumnInterface
Initial version: 7|Class name: ColumnInterface
Initial version: 9|column.d.ts| +|Initial version changed|Class name: ColumnInterface
Method or attribute name: (value?: { space?: string \| number }): ColumnAttribute;
Initial version: 7|Class name: ColumnInterface
Method or attribute name: (value?: { space?: string \| number }): ColumnAttribute;
Initial version: 9|column.d.ts| +|Initial version changed|Class name: ColumnAttribute
Initial version: 7|Class name: ColumnAttribute
Initial version: 9|column.d.ts| +|Initial version changed|Class name: ColumnAttribute
Method or attribute name: alignItems(value: HorizontalAlign): ColumnAttribute;
Initial version: 7|Class name: ColumnAttribute
Method or attribute name: alignItems(value: HorizontalAlign): ColumnAttribute;
Initial version: 9|column.d.ts| +|Initial version changed|Class name: ColumnAttribute
Method or attribute name: justifyContent(value: FlexAlign): ColumnAttribute;
Initial version: 8|Class name: ColumnAttribute
Method or attribute name: justifyContent(value: FlexAlign): ColumnAttribute;
Initial version: 9|column.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const Column: ColumnInterface;
Initial version: N/A|Class name: global
Method or attribute name: declare const Column: ColumnInterface;
Initial version: 9|column.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const ColumnInstance: ColumnAttribute;
Initial version: N/A|Class name: global
Method or attribute name: declare const ColumnInstance: ColumnAttribute;
Initial version: 9|column.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const ColumnSplitInstance: ColumnSplitAttribute;
Initial version: N/A|Class name: global
Method or attribute name: declare const ColumnSplitInstance: ColumnSplitAttribute;
Initial version: 7|column_split.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const ColumnSplit: ColumnSplitInterface;
Initial version: N/A|Class name: global
Method or attribute name: declare const ColumnSplit: ColumnSplitInterface;
Initial version: 7|column_split.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const Component: ClassDecorator;
Initial version: 7|Class name: global
Method or attribute name: declare const Component: ClassDecorator;
Initial version: 9|common.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const Observed: ClassDecorator;
Initial version: 7|Class name: global
Method or attribute name: declare const Observed: ClassDecorator;
Initial version: 9|common.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const Preview: ClassDecorator & ((value: PreviewParams) => ClassDecorator);
Initial version: 7|Class name: global
Method or attribute name: declare const Preview: ClassDecorator & ((value: PreviewParams) => ClassDecorator);
Initial version: 9|common.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const BuilderParam: PropertyDecorator;
Initial version: 7|Class name: global
Method or attribute name: declare const BuilderParam: PropertyDecorator;
Initial version: 9|common.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const State: PropertyDecorator;
Initial version: 7|Class name: global
Method or attribute name: declare const State: PropertyDecorator;
Initial version: 9|common.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const Prop: PropertyDecorator;
Initial version: 7|Class name: global
Method or attribute name: declare const Prop: PropertyDecorator;
Initial version: 9|common.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const Link: PropertyDecorator;
Initial version: 7|Class name: global
Method or attribute name: declare const Link: PropertyDecorator;
Initial version: 9|common.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const ObjectLink: PropertyDecorator;
Initial version: 7|Class name: global
Method or attribute name: declare const ObjectLink: PropertyDecorator;
Initial version: 9|common.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const Provide: PropertyDecorator & ((value: string) => PropertyDecorator);
Initial version: 7|Class name: global
Method or attribute name: declare const Provide: PropertyDecorator & ((value: string) => PropertyDecorator);
Initial version: 9|common.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const Consume: PropertyDecorator & ((value: string) => PropertyDecorator);
Initial version: 7|Class name: global
Method or attribute name: declare const Consume: PropertyDecorator & ((value: string) => PropertyDecorator);
Initial version: 9|common.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const Watch: (value: string) => PropertyDecorator;
Initial version: 7|Class name: global
Method or attribute name: declare const Watch: (value: string) => PropertyDecorator;
Initial version: 9|common.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const Builder: MethodDecorator;
Initial version: 7|Class name: global
Method or attribute name: declare const Builder: MethodDecorator;
Initial version: 9|common.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const Styles: MethodDecorator;
Initial version: 8|Class name: global
Method or attribute name: declare const Styles: MethodDecorator;
Initial version: 9|common.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const Extend: MethodDecorator & ((value: any) => MethodDecorator);
Initial version: 7|Class name: global
Method or attribute name: declare const Extend: MethodDecorator & ((value: any) => MethodDecorator);
Initial version: 9|common.d.ts| +|Initial version changed|Class name: Configuration
Initial version: 7|Class name: Configuration
Initial version: 9|common.d.ts| +|Initial version changed|Class name: Configuration
Method or attribute name: readonly colorMode: string;
Initial version: 7|Class name: Configuration
Method or attribute name: readonly colorMode: string;
Initial version: 9|common.d.ts| +|Initial version changed|Class name: Configuration
Method or attribute name: readonly fontScale: number;
Initial version: 7|Class name: Configuration
Method or attribute name: readonly fontScale: number;
Initial version: 9|common.d.ts| +|Initial version changed|Class name: Rectangle
Initial version: 8|Class name: Rectangle
Initial version: 9|common.d.ts| +|Initial version changed|Class name: Rectangle
Method or attribute name: x?: Length;
Initial version: 8|Class name: Rectangle
Method or attribute name: x?: Length;
Initial version: 9|common.d.ts| +|Initial version changed|Class name: Rectangle
Method or attribute name: y?: Length;
Initial version: 8|Class name: Rectangle
Method or attribute name: y?: Length;
Initial version: 9|common.d.ts| +|Initial version changed|Class name: Rectangle
Method or attribute name: width?: Length;
Initial version: 8|Class name: Rectangle
Method or attribute name: width?: Length;
Initial version: 9|common.d.ts| +|Initial version changed|Class name: Rectangle
Method or attribute name: height?: Length;
Initial version: 8|Class name: Rectangle
Method or attribute name: height?: Length;
Initial version: 9|common.d.ts| +|Initial version changed|Class name:
Method or attribute name: function $r(value: string, ...params: any[]): Resource;
Initial version: 7|Class name:
Method or attribute name: function $r(value: string, ...params: any[]): Resource;
Initial version: 9|common.d.ts| +|Initial version changed|Class name:
Method or attribute name: function $rawfile(value: string): Resource;
Initial version: 7|Class name:
Method or attribute name: function $rawfile(value: string): Resource;
Initial version: 9|common.d.ts| +|Initial version changed|Class name: AnimateParam
Initial version: 7|Class name: AnimateParam
Initial version: 9|common.d.ts| +|Initial version changed|Class name: AnimateParam
Method or attribute name: duration?: number;
Initial version: 7|Class name: AnimateParam
Method or attribute name: duration?: number;
Initial version: 9|common.d.ts| +|Initial version changed|Class name: AnimateParam
Method or attribute name: playMode?: PlayMode;
Initial version: 7|Class name: AnimateParam
Method or attribute name: playMode?: PlayMode;
Initial version: 9|common.d.ts| +|Initial version changed|Class name: AnimateParam
Method or attribute name: onFinish?: () => void;
Initial version: 7|Class name: AnimateParam
Method or attribute name: onFinish?: () => void;
Initial version: 9|common.d.ts| +|Initial version changed|Class name: TranslateOptions
Initial version: 7|Class name: TranslateOptions
Initial version: 9|common.d.ts| +|Initial version changed|Class name: TranslateOptions
Method or attribute name: x?: number \| string;
Initial version: 7|Class name: TranslateOptions
Method or attribute name: x?: number \| string;
Initial version: 9|common.d.ts| +|Initial version changed|Class name: TranslateOptions
Method or attribute name: y?: number \| string;
Initial version: 7|Class name: TranslateOptions
Method or attribute name: y?: number \| string;
Initial version: 9|common.d.ts| +|Initial version changed|Class name: TranslateOptions
Method or attribute name: z?: number \| string;
Initial version: 7|Class name: TranslateOptions
Method or attribute name: z?: number \| string;
Initial version: 9|common.d.ts| +|Initial version changed|Class name: ScaleOptions
Initial version: 7|Class name: ScaleOptions
Initial version: 9|common.d.ts| +|Initial version changed|Class name: ScaleOptions
Method or attribute name: x?: number;
Initial version: 7|Class name: ScaleOptions
Method or attribute name: x?: number;
Initial version: 9|common.d.ts| +|Initial version changed|Class name: ScaleOptions
Method or attribute name: y?: number;
Initial version: 7|Class name: ScaleOptions
Method or attribute name: y?: number;
Initial version: 9|common.d.ts| +|Initial version changed|Class name: ScaleOptions
Method or attribute name: z?: number;
Initial version: 7|Class name: ScaleOptions
Method or attribute name: z?: number;
Initial version: 9|common.d.ts| +|Initial version changed|Class name: ScaleOptions
Method or attribute name: centerX?: number \| string;
Initial version: 7|Class name: ScaleOptions
Method or attribute name: centerX?: number \| string;
Initial version: 9|common.d.ts| +|Initial version changed|Class name: ScaleOptions
Method or attribute name: centerY?: number \| string;
Initial version: 7|Class name: ScaleOptions
Method or attribute name: centerY?: number \| string;
Initial version: 9|common.d.ts| +|Initial version changed|Class name: RotateOptions
Method or attribute name: x?: number;
Initial version: 7|Class name: RotateOptions
Method or attribute name: x?: number;
Initial version: 9|common.d.ts| +|Initial version changed|Class name: RotateOptions
Method or attribute name: y?: number;
Initial version: 7|Class name: RotateOptions
Method or attribute name: y?: number;
Initial version: 9|common.d.ts| +|Initial version changed|Class name: RotateOptions
Method or attribute name: z?: number;
Initial version: 7|Class name: RotateOptions
Method or attribute name: z?: number;
Initial version: 9|common.d.ts| +|Initial version changed|Class name: RotateOptions
Method or attribute name: centerX?: number \| string;
Initial version: 7|Class name: RotateOptions
Method or attribute name: centerX?: number \| string;
Initial version: 9|common.d.ts| +|Initial version changed|Class name: RotateOptions
Method or attribute name: centerY?: number \| string;
Initial version: 7|Class name: RotateOptions
Method or attribute name: centerY?: number \| string;
Initial version: 9|common.d.ts| +|Initial version changed|Class name: RotateOptions
Method or attribute name: angle: number \| string;
Initial version: 7|Class name: RotateOptions
Method or attribute name: angle: number \| string;
Initial version: 9|common.d.ts| +|Initial version changed|Class name: TransitionOptions
Initial version: 7|Class name: TransitionOptions
Initial version: 9|common.d.ts| +|Initial version changed|Class name: TransitionOptions
Method or attribute name: type?: TransitionType;
Initial version: 7|Class name: TransitionOptions
Method or attribute name: type?: TransitionType;
Initial version: 9|common.d.ts| +|Initial version changed|Class name: TransitionOptions
Method or attribute name: opacity?: number;
Initial version: 7|Class name: TransitionOptions
Method or attribute name: opacity?: number;
Initial version: 9|common.d.ts| +|Initial version changed|Class name: TransitionOptions
Method or attribute name: translate?: TranslateOptions;
Initial version: 7|Class name: TransitionOptions
Method or attribute name: translate?: TranslateOptions;
Initial version: 9|common.d.ts| +|Initial version changed|Class name: TransitionOptions
Method or attribute name: scale?: ScaleOptions;
Initial version: 7|Class name: TransitionOptions
Method or attribute name: scale?: ScaleOptions;
Initial version: 9|common.d.ts| +|Initial version changed|Class name: TransitionOptions
Method or attribute name: rotate?: RotateOptions;
Initial version: 7|Class name: TransitionOptions
Method or attribute name: rotate?: RotateOptions;
Initial version: 9|common.d.ts| +|Initial version changed|Class name: PreviewParams
Initial version: 8|Class name: PreviewParams
Initial version: 9|common.d.ts| +|Initial version changed|Class name: PreviewParams
Method or attribute name: title?: string;
Initial version: 8|Class name: PreviewParams
Method or attribute name: title?: string;
Initial version: 9|common.d.ts| +|Initial version changed|Class name: PreviewParams
Method or attribute name: width?: number;
Initial version: 8|Class name: PreviewParams
Method or attribute name: width?: number;
Initial version: 9|common.d.ts| +|Initial version changed|Class name: PreviewParams
Method or attribute name: height?: number;
Initial version: 8|Class name: PreviewParams
Method or attribute name: height?: number;
Initial version: 9|common.d.ts| +|Initial version changed|Class name: PreviewParams
Method or attribute name: locale?: string;
Initial version: 8|Class name: PreviewParams
Method or attribute name: locale?: string;
Initial version: 9|common.d.ts| +|Initial version changed|Class name: PreviewParams
Method or attribute name: colorMode?: string;
Initial version: 8|Class name: PreviewParams
Method or attribute name: colorMode?: string;
Initial version: 9|common.d.ts| +|Initial version changed|Class name: PreviewParams
Method or attribute name: deviceType?: string;
Initial version: 8|Class name: PreviewParams
Method or attribute name: deviceType?: string;
Initial version: 9|common.d.ts| +|Initial version changed|Class name: PreviewParams
Method or attribute name: dpi?: number;
Initial version: 8|Class name: PreviewParams
Method or attribute name: dpi?: number;
Initial version: 9|common.d.ts| +|Initial version changed|Class name: PreviewParams
Method or attribute name: orientation?: string;
Initial version: 8|Class name: PreviewParams
Method or attribute name: orientation?: string;
Initial version: 9|common.d.ts| +|Initial version changed|Class name: PreviewParams
Method or attribute name: roundScreen?: boolean;
Initial version: 8|Class name: PreviewParams
Method or attribute name: roundScreen?: boolean;
Initial version: 9|common.d.ts| +|Initial version changed|Class name:
Method or attribute name: function animateTo(value: AnimateParam, event: () => void): void;
Initial version: 7|Class name:
Method or attribute name: function animateTo(value: AnimateParam, event: () => void): void;
Initial version: 9|common.d.ts| +|Initial version changed|Class name:
Method or attribute name: function vp2px(value: number): number;
Initial version: 7|Class name:
Method or attribute name: function vp2px(value: number): number;
Initial version: 9|common.d.ts| +|Initial version changed|Class name:
Method or attribute name: function px2vp(value: number): number;
Initial version: 7|Class name:
Method or attribute name: function px2vp(value: number): number;
Initial version: 9|common.d.ts| +|Initial version changed|Class name:
Method or attribute name: function fp2px(value: number): number;
Initial version: 7|Class name:
Method or attribute name: function fp2px(value: number): number;
Initial version: 9|common.d.ts| +|Initial version changed|Class name:
Method or attribute name: function px2fp(value: number): number;
Initial version: 7|Class name:
Method or attribute name: function px2fp(value: number): number;
Initial version: 9|common.d.ts| +|Initial version changed|Class name:
Method or attribute name: function lpx2px(value: number): number;
Initial version: 7|Class name:
Method or attribute name: function lpx2px(value: number): number;
Initial version: 9|common.d.ts| +|Initial version changed|Class name:
Method or attribute name: function px2lpx(value: number): number;
Initial version: 7|Class name:
Method or attribute name: function px2lpx(value: number): number;
Initial version: 9|common.d.ts| +|Initial version changed|Class name: EventTarget
Initial version: 8|Class name: EventTarget
Initial version: 9|common.d.ts| +|Initial version changed|Class name: EventTarget
Method or attribute name: area: Area;
Initial version: 8|Class name: EventTarget
Method or attribute name: area: Area;
Initial version: 9|common.d.ts| +|Initial version changed|Class name: BaseEvent
Initial version: 8|Class name: BaseEvent
Initial version: 9|common.d.ts| +|Initial version changed|Class name: BaseEvent
Method or attribute name: target: EventTarget;
Initial version: 8|Class name: BaseEvent
Method or attribute name: target: EventTarget;
Initial version: 9|common.d.ts| +|Initial version changed|Class name: BaseEvent
Method or attribute name: timestamp: number;
Initial version: 8|Class name: BaseEvent
Method or attribute name: timestamp: number;
Initial version: 9|common.d.ts| +|Initial version changed|Class name: BaseEvent
Method or attribute name: source: SourceType;
Initial version: 8|Class name: BaseEvent
Method or attribute name: source: SourceType;
Initial version: 9|common.d.ts| +|Initial version changed|Class name: ClickEvent
Initial version: 7|Class name: ClickEvent
Initial version: 9|common.d.ts| +|Initial version changed|Class name: ClickEvent
Method or attribute name: screenX: number;
Initial version: 7|Class name: ClickEvent
Method or attribute name: screenX: number;
Initial version: 9|common.d.ts| +|Initial version changed|Class name: ClickEvent
Method or attribute name: screenY: number;
Initial version: 7|Class name: ClickEvent
Method or attribute name: screenY: number;
Initial version: 9|common.d.ts| +|Initial version changed|Class name: ClickEvent
Method or attribute name: x: number;
Initial version: 7|Class name: ClickEvent
Method or attribute name: x: number;
Initial version: 9|common.d.ts| +|Initial version changed|Class name: ClickEvent
Method or attribute name: y: number;
Initial version: 7|Class name: ClickEvent
Method or attribute name: y: number;
Initial version: 9|common.d.ts| +|Initial version changed|Class name: StateStyles
Initial version: 8|Class name: StateStyles
Initial version: 9|common.d.ts| +|Initial version changed|Class name: StateStyles
Method or attribute name: normal?: any;
Initial version: 8|Class name: StateStyles
Method or attribute name: normal?: any;
Initial version: 9|common.d.ts| +|Initial version changed|Class name: StateStyles
Method or attribute name: pressed?: any;
Initial version: 8|Class name: StateStyles
Method or attribute name: pressed?: any;
Initial version: 9|common.d.ts| +|Initial version changed|Class name: StateStyles
Method or attribute name: disabled?: any;
Initial version: 8|Class name: StateStyles
Method or attribute name: disabled?: any;
Initial version: 9|common.d.ts| +|Initial version changed|Class name: StateStyles
Method or attribute name: focused?: any;
Initial version: 8|Class name: StateStyles
Method or attribute name: focused?: any;
Initial version: 9|common.d.ts| +|Initial version changed|Class name: StateStyles
Method or attribute name: clicked?: any;
Initial version: 8|Class name: StateStyles
Method or attribute name: clicked?: any;
Initial version: 9|common.d.ts| +|Initial version changed|Class name: CommonMethod
Initial version: 7|Class name: CommonMethod
Initial version: 9|common.d.ts| +|Initial version changed|Class name: CommonMethod
Method or attribute name: constructor();
Initial version: 7|Class name: CommonMethod
Method or attribute name: constructor();
Initial version: 9|common.d.ts| +|Initial version changed|Class name: CommonMethod
Method or attribute name: width(value: Length): T;
Initial version: 7|Class name: CommonMethod
Method or attribute name: width(value: Length): T;
Initial version: 9|common.d.ts| +|Initial version changed|Class name: CommonMethod
Method or attribute name: height(value: Length): T;
Initial version: 7|Class name: CommonMethod
Method or attribute name: height(value: Length): T;
Initial version: 9|common.d.ts| +|Initial version changed|Class name: CommonMethod
Method or attribute name: responseRegion(value: Array\ \| Rectangle): T;
Initial version: 8|Class name: CommonMethod
Method or attribute name: responseRegion(value: Array\ \| Rectangle): T;
Initial version: 9|common.d.ts| +|Initial version changed|Class name: CommonMethod
Method or attribute name: size(value: SizeOptions): T;
Initial version: 7|Class name: CommonMethod
Method or attribute name: size(value: SizeOptions): T;
Initial version: 9|common.d.ts| +|Initial version changed|Class name: CommonMethod
Method or attribute name: constraintSize(value: ConstraintSizeOptions): T;
Initial version: 7|Class name: CommonMethod
Method or attribute name: constraintSize(value: ConstraintSizeOptions): T;
Initial version: 9|common.d.ts| +|Initial version changed|Class name: CommonMethod
Method or attribute name: layoutWeight(value: number \| string): T;
Initial version: 7|Class name: CommonMethod
Method or attribute name: layoutWeight(value: number \| string): T;
Initial version: 9|common.d.ts| +|Initial version changed|Class name: CommonMethod
Method or attribute name: padding(value: Padding \| Length): T;
Initial version: 7|Class name: CommonMethod
Method or attribute name: padding(value: Padding \| Length): T;
Initial version: 9|common.d.ts| +|Initial version changed|Class name: CommonMethod
Method or attribute name: margin(value: Margin \| Length): T;
Initial version: 7|Class name: CommonMethod
Method or attribute name: margin(value: Margin \| Length): T;
Initial version: 9|common.d.ts| +|Initial version changed|Class name: CommonMethod
Method or attribute name: backgroundColor(value: ResourceColor): T;
Initial version: 7|Class name: CommonMethod
Method or attribute name: backgroundColor(value: ResourceColor): T;
Initial version: 9|common.d.ts| +|Initial version changed|Class name: CommonMethod
Method or attribute name: backgroundImage(src: ResourceStr, repeat?: ImageRepeat): T;
Initial version: 7|Class name: CommonMethod
Method or attribute name: backgroundImage(src: ResourceStr, repeat?: ImageRepeat): T;
Initial version: 9|common.d.ts| +|Initial version changed|Class name: CommonMethod
Method or attribute name: backgroundImageSize(value: SizeOptions \| ImageSize): T;
Initial version: 7|Class name: CommonMethod
Method or attribute name: backgroundImageSize(value: SizeOptions \| ImageSize): T;
Initial version: 9|common.d.ts| +|Initial version changed|Class name: CommonMethod
Method or attribute name: backgroundImagePosition(value: Position \| Alignment): T;
Initial version: 7|Class name: CommonMethod
Method or attribute name: backgroundImagePosition(value: Position \| Alignment): T;
Initial version: 9|common.d.ts| +|Initial version changed|Class name: CommonMethod
Method or attribute name: opacity(value: number \| Resource): T;
Initial version: 7|Class name: CommonMethod
Method or attribute name: opacity(value: number \| Resource): T;
Initial version: 9|common.d.ts| +|Initial version changed|Class name: CommonMethod
Method or attribute name: border(value: BorderOptions): T;
Initial version: 7|Class name: CommonMethod
Method or attribute name: border(value: BorderOptions): T;
Initial version: 9|common.d.ts| +|Initial version changed|Class name: CommonMethod
Method or attribute name: borderStyle(value: BorderStyle): T;
Initial version: 7|Class name: CommonMethod
Method or attribute name: borderStyle(value: BorderStyle): T;
Initial version: 9|common.d.ts| +|Initial version changed|Class name: CommonMethod
Method or attribute name: borderWidth(value: Length): T;
Initial version: 7|Class name: CommonMethod
Method or attribute name: borderWidth(value: Length): T;
Initial version: 9|common.d.ts| +|Initial version changed|Class name: CommonMethod
Method or attribute name: borderColor(value: ResourceColor): T;
Initial version: 7|Class name: CommonMethod
Method or attribute name: borderColor(value: ResourceColor): T;
Initial version: 9|common.d.ts| +|Initial version changed|Class name: CommonMethod
Method or attribute name: borderRadius(value: Length): T;
Initial version: 7|Class name: CommonMethod
Method or attribute name: borderRadius(value: Length): T;
Initial version: 9|common.d.ts| +|Initial version changed|Class name: CommonMethod
Method or attribute name: onClick(event: (event?: ClickEvent) => void): T;
Initial version: 7|Class name: CommonMethod
Method or attribute name: onClick(event: (event?: ClickEvent) => void): T;
Initial version: 9|common.d.ts| +|Initial version changed|Class name: CommonMethod
Method or attribute name: animation(value: AnimateParam): T;
Initial version: 7|Class name: CommonMethod
Method or attribute name: animation(value: AnimateParam): T;
Initial version: 9|common.d.ts| +|Initial version changed|Class name: CommonMethod
Method or attribute name: transition(value: TransitionOptions): T;
Initial version: 7|Class name: CommonMethod
Method or attribute name: transition(value: TransitionOptions): T;
Initial version: 9|common.d.ts| +|Initial version changed|Class name: CommonMethod
Method or attribute name: blur(value: number): T;
Initial version: 7|Class name: CommonMethod
Method or attribute name: blur(value: number): T;
Initial version: 9|common.d.ts| +|Initial version changed|Class name: CommonMethod
Method or attribute name: brightness(value: number): T;
Initial version: 7|Class name: CommonMethod
Method or attribute name: brightness(value: number): T;
Initial version: 9|common.d.ts| +|Initial version changed|Class name: CommonMethod
Method or attribute name: contrast(value: number): T;
Initial version: 7|Class name: CommonMethod
Method or attribute name: contrast(value: number): T;
Initial version: 9|common.d.ts| +|Initial version changed|Class name: CommonMethod
Method or attribute name: grayscale(value: number): T;
Initial version: 7|Class name: CommonMethod
Method or attribute name: grayscale(value: number): T;
Initial version: 9|common.d.ts| +|Initial version changed|Class name: CommonMethod
Method or attribute name: colorBlend(value: Color \| string \| Resource): T;
Initial version: 7|Class name: CommonMethod
Method or attribute name: colorBlend(value: Color \| string \| Resource): T;
Initial version: 9|common.d.ts| +|Initial version changed|Class name: CommonMethod
Method or attribute name: saturate(value: number): T;
Initial version: 7|Class name: CommonMethod
Method or attribute name: saturate(value: number): T;
Initial version: 9|common.d.ts| +|Initial version changed|Class name: CommonMethod
Method or attribute name: sepia(value: number): T;
Initial version: 7|Class name: CommonMethod
Method or attribute name: sepia(value: number): T;
Initial version: 9|common.d.ts| +|Initial version changed|Class name: CommonMethod
Method or attribute name: invert(value: number): T;
Initial version: 7|Class name: CommonMethod
Method or attribute name: invert(value: number): T;
Initial version: 9|common.d.ts| +|Initial version changed|Class name: CommonMethod
Method or attribute name: hueRotate(value: number \| string): T;
Initial version: 7|Class name: CommonMethod
Method or attribute name: hueRotate(value: number \| string): T;
Initial version: 9|common.d.ts| +|Initial version changed|Class name: CommonMethod
Method or attribute name: backdropBlur(value: number): T;
Initial version: 7|Class name: CommonMethod
Method or attribute name: backdropBlur(value: number): T;
Initial version: 9|common.d.ts| +|Initial version changed|Class name: CommonMethod
Method or attribute name: translate(value: TranslateOptions): T;
Initial version: 7|Class name: CommonMethod
Method or attribute name: translate(value: TranslateOptions): T;
Initial version: 9|common.d.ts| +|Initial version changed|Class name: CommonMethod
Method or attribute name: scale(value: ScaleOptions): T;
Initial version: 7|Class name: CommonMethod
Method or attribute name: scale(value: ScaleOptions): T;
Initial version: 9|common.d.ts| +|Initial version changed|Class name: CommonMethod
Method or attribute name: rotate(value: RotateOptions): T;
Initial version: 7|Class name: CommonMethod
Method or attribute name: rotate(value: RotateOptions): T;
Initial version: 9|common.d.ts| +|Initial version changed|Class name: CommonMethod
Method or attribute name: onAppear(event: () => void): T;
Initial version: 7|Class name: CommonMethod
Method or attribute name: onAppear(event: () => void): T;
Initial version: 9|common.d.ts| +|Initial version changed|Class name: CommonMethod
Method or attribute name: onDisAppear(event: () => void): T;
Initial version: 7|Class name: CommonMethod
Method or attribute name: onDisAppear(event: () => void): T;
Initial version: 9|common.d.ts| +|Initial version changed|Class name: CommonMethod
Method or attribute name: visibility(value: Visibility): T;
Initial version: 7|Class name: CommonMethod
Method or attribute name: visibility(value: Visibility): T;
Initial version: 9|common.d.ts| +|Initial version changed|Class name: CommonMethod
Method or attribute name: flexGrow(value: number): T;
Initial version: 7|Class name: CommonMethod
Method or attribute name: flexGrow(value: number): T;
Initial version: 9|common.d.ts| +|Initial version changed|Class name: CommonMethod
Method or attribute name: flexShrink(value: number): T;
Initial version: 7|Class name: CommonMethod
Method or attribute name: flexShrink(value: number): T;
Initial version: 9|common.d.ts| +|Initial version changed|Class name: CommonMethod
Method or attribute name: flexBasis(value: number \| string): T;
Initial version: 7|Class name: CommonMethod
Method or attribute name: flexBasis(value: number \| string): T;
Initial version: 9|common.d.ts| +|Initial version changed|Class name: CommonMethod
Method or attribute name: alignSelf(value: ItemAlign): T;
Initial version: 7|Class name: CommonMethod
Method or attribute name: alignSelf(value: ItemAlign): T;
Initial version: 9|common.d.ts| +|Initial version changed|Class name: CommonMethod
Method or attribute name: displayPriority(value: number): T;
Initial version: 7|Class name: CommonMethod
Method or attribute name: displayPriority(value: number): T;
Initial version: 9|common.d.ts| +|Initial version changed|Class name: CommonMethod
Method or attribute name: zIndex(value: number): T;
Initial version: 7|Class name: CommonMethod
Method or attribute name: zIndex(value: number): T;
Initial version: 9|common.d.ts| +|Initial version changed|Class name: CommonMethod
Method or attribute name: direction(value: Direction): T;
Initial version: 7|Class name: CommonMethod
Method or attribute name: direction(value: Direction): T;
Initial version: 9|common.d.ts| +|Initial version changed|Class name: CommonMethod
Method or attribute name: align(value: Alignment): T;
Initial version: 7|Class name: CommonMethod
Method or attribute name: align(value: Alignment): T;
Initial version: 9|common.d.ts| +|Initial version changed|Class name: CommonMethod
Method or attribute name: position(value: Position): T;
Initial version: 7|Class name: CommonMethod
Method or attribute name: position(value: Position): T;
Initial version: 9|common.d.ts| +|Initial version changed|Class name: CommonMethod
Method or attribute name: markAnchor(value: Position): T;
Initial version: 7|Class name: CommonMethod
Method or attribute name: markAnchor(value: Position): T;
Initial version: 9|common.d.ts| +|Initial version changed|Class name: CommonMethod
Method or attribute name: offset(value: Position): T;
Initial version: 7|Class name: CommonMethod
Method or attribute name: offset(value: Position): T;
Initial version: 9|common.d.ts| +|Initial version changed|Class name: CommonMethod
Method or attribute name: enabled(value: boolean): T;
Initial version: 7|Class name: CommonMethod
Method or attribute name: enabled(value: boolean): T;
Initial version: 9|common.d.ts| +|Initial version changed|Class name: CommonMethod
Method or attribute name: aspectRatio(value: number): T;
Initial version: 7|Class name: CommonMethod
Method or attribute name: aspectRatio(value: number): T;
Initial version: 9|common.d.ts| +|Initial version changed|Class name: CommonMethod
Method or attribute name: overlay(value: string, options?: { align?: Alignment; offset?: { x?: number; y?: number } }): T;
Initial version: 7|Class name: CommonMethod
Method or attribute name: overlay(value: string, options?: { align?: Alignment; offset?: { x?: number; y?: number } }): T;
Initial version: 9|common.d.ts| +|Initial version changed|Class name: CommonMethod
Method or attribute name: linearGradient(value: {
angle?: number \| string;
direction?: GradientDirection;
colors: Array\;
repeating?: boolean;
}): T;
Initial version: 7|Class name: CommonMethod
Method or attribute name: linearGradient(value: {
angle?: number \| string;
direction?: GradientDirection;
colors: Array\;
repeating?: boolean;
}): T;
Initial version: 9|common.d.ts| +|Initial version changed|Class name: CommonMethod
Method or attribute name: sweepGradient(value: {
center: Array\;
start?: number \| string;
end?: number \| string;
rotation?: number \| string;
colors: Array\;
repeating?: boolean;
}): T;
Initial version: 7|Class name: CommonMethod
Method or attribute name: sweepGradient(value: {
center: Array\;
start?: number \| string;
end?: number \| string;
rotation?: number \| string;
colors: Array\;
repeating?: boolean;
}): T;
Initial version: 9|common.d.ts| +|Initial version changed|Class name: CommonMethod
Method or attribute name: radialGradient(value: { center: Array\; radius: number \| string; colors: Array\; repeating?: boolean }): T;
Initial version: 7|Class name: CommonMethod
Method or attribute name: radialGradient(value: { center: Array\; radius: number \| string; colors: Array\; repeating?: boolean }): T;
Initial version: 9|common.d.ts| +|Initial version changed|Class name: CommonMethod
Method or attribute name: shadow(value: {
radius: number \| Resource;
color?: Color \| string \| Resource;
offsetX?: number \| Resource;
offsetY?: number \| Resource;
}): T;
Initial version: 7|Class name: CommonMethod
Method or attribute name: shadow(value: {
radius: number \| Resource;
color?: Color \| string \| Resource;
offsetX?: number \| Resource;
offsetY?: number \| Resource;
}): T;
Initial version: 9|common.d.ts| +|Initial version changed|Class name: CommonMethod
Method or attribute name: clip(value: boolean \| CircleAttribute \| EllipseAttribute \| PathAttribute \| RectAttribute): T;
Initial version: 7|Class name: CommonMethod
Method or attribute name: clip(value: boolean \| CircleAttribute \| EllipseAttribute \| PathAttribute \| RectAttribute): T;
Initial version: 9|common.d.ts| +|Initial version changed|Class name: CommonMethod
Method or attribute name: mask(value: CircleAttribute \| EllipseAttribute \| PathAttribute \| RectAttribute): T;
Initial version: 7|Class name: CommonMethod
Method or attribute name: mask(value: CircleAttribute \| EllipseAttribute \| PathAttribute \| RectAttribute): T;
Initial version: 9|common.d.ts| +|Initial version changed|Class name: CommonMethod
Method or attribute name: id(value: string): T;
Initial version: 8|Class name: CommonMethod
Method or attribute name: id(value: string): T;
Initial version: 9|common.d.ts| +|Initial version changed|Class name: CommonMethod
Method or attribute name: stateStyles(value: StateStyles): T;
Initial version: 8|Class name: CommonMethod
Method or attribute name: stateStyles(value: StateStyles): T;
Initial version: 9|common.d.ts| +|Initial version changed|Class name: CommonAttribute
Initial version: 7|Class name: CommonAttribute
Initial version: 9|common.d.ts| +|Initial version changed|Class name: CommonInterface
Initial version: 7|Class name: CommonInterface
Initial version: 9|common.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const CommonInstance: CommonAttribute;
Initial version: 7|Class name: global
Method or attribute name: declare const CommonInstance: CommonAttribute;
Initial version: 9|common.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const Common: CommonInterface;
Initial version: 7|Class name: global
Method or attribute name: declare const Common: CommonInterface;
Initial version: 9|common.d.ts| +|Initial version changed|Class name: CommonShapeMethod
Initial version: 7|Class name: CommonShapeMethod
Initial version: 9|common.d.ts| +|Initial version changed|Class name: CommonShapeMethod
Method or attribute name: constructor();
Initial version: 7|Class name: CommonShapeMethod
Method or attribute name: constructor();
Initial version: 9|common.d.ts| +|Initial version changed|Class name: CommonShapeMethod
Method or attribute name: stroke(value: ResourceColor): T;
Initial version: 7|Class name: CommonShapeMethod
Method or attribute name: stroke(value: ResourceColor): T;
Initial version: 9|common.d.ts| +|Initial version changed|Class name: CommonShapeMethod
Method or attribute name: fill(value: ResourceColor): T;
Initial version: 7|Class name: CommonShapeMethod
Method or attribute name: fill(value: ResourceColor): T;
Initial version: 9|common.d.ts| +|Initial version changed|Class name: CommonShapeMethod
Method or attribute name: strokeDashOffset(value: number \| string): T;
Initial version: 7|Class name: CommonShapeMethod
Method or attribute name: strokeDashOffset(value: number \| string): T;
Initial version: 9|common.d.ts| +|Initial version changed|Class name: CommonShapeMethod
Method or attribute name: strokeLineCap(value: LineCapStyle): T;
Initial version: 7|Class name: CommonShapeMethod
Method or attribute name: strokeLineCap(value: LineCapStyle): T;
Initial version: 9|common.d.ts| +|Initial version changed|Class name: CommonShapeMethod
Method or attribute name: strokeLineJoin(value: LineJoinStyle): T;
Initial version: 7|Class name: CommonShapeMethod
Method or attribute name: strokeLineJoin(value: LineJoinStyle): T;
Initial version: 9|common.d.ts| +|Initial version changed|Class name: CommonShapeMethod
Method or attribute name: strokeMiterLimit(value: number \| string): T;
Initial version: 7|Class name: CommonShapeMethod
Method or attribute name: strokeMiterLimit(value: number \| string): T;
Initial version: 9|common.d.ts| +|Initial version changed|Class name: CommonShapeMethod
Method or attribute name: strokeOpacity(value: number \| string \| Resource): T;
Initial version: 7|Class name: CommonShapeMethod
Method or attribute name: strokeOpacity(value: number \| string \| Resource): T;
Initial version: 9|common.d.ts| +|Initial version changed|Class name: CommonShapeMethod
Method or attribute name: fillOpacity(value: number \| string \| Resource): T;
Initial version: 7|Class name: CommonShapeMethod
Method or attribute name: fillOpacity(value: number \| string \| Resource): T;
Initial version: 9|common.d.ts| +|Initial version changed|Class name: CommonShapeMethod
Method or attribute name: strokeWidth(value: Length): T;
Initial version: 7|Class name: CommonShapeMethod
Method or attribute name: strokeWidth(value: Length): T;
Initial version: 9|common.d.ts| +|Initial version changed|Class name: CommonShapeMethod
Method or attribute name: antiAlias(value: boolean): T;
Initial version: 7|Class name: CommonShapeMethod
Method or attribute name: antiAlias(value: boolean): T;
Initial version: 9|common.d.ts| +|Initial version changed|Class name: CommonShapeMethod
Method or attribute name: strokeDashArray(value: Array\): T;
Initial version: 7|Class name: CommonShapeMethod
Method or attribute name: strokeDashArray(value: Array\): T;
Initial version: 9|common.d.ts| +|Initial version changed|Class name: CustomComponent
Initial version: 7|Class name: CustomComponent
Initial version: 9|common.d.ts| +|Initial version changed|Class name: CustomComponent
Method or attribute name: build(): void;
Initial version: 7|Class name: CustomComponent
Method or attribute name: build(): void;
Initial version: 9|common.d.ts| +|Initial version changed|Class name: CustomComponent
Method or attribute name: aboutToAppear?(): void;
Initial version: 7|Class name: CustomComponent
Method or attribute name: aboutToAppear?(): void;
Initial version: 9|common.d.ts| +|Initial version changed|Class name: CustomComponent
Method or attribute name: aboutToDisappear?(): void;
Initial version: 7|Class name: CustomComponent
Method or attribute name: aboutToDisappear?(): void;
Initial version: 9|common.d.ts| +|Initial version changed|Class name: View
Initial version: 7|Class name: View
Initial version: 9|common.d.ts| +|Initial version changed|Class name: CounterInterface
Initial version: 7|Class name: CounterInterface
Initial version: 9|counter.d.ts| +|Initial version changed|Class name: CounterInterface
Method or attribute name: (): CounterAttribute;
Initial version: 7|Class name: CounterInterface
Method or attribute name: (): CounterAttribute;
Initial version: 9|counter.d.ts| +|Initial version changed|Class name: CounterAttribute
Initial version: 7|Class name: CounterAttribute
Initial version: 9|counter.d.ts| +|Initial version changed|Class name: CounterAttribute
Method or attribute name: onInc(event: () => void): CounterAttribute;
Initial version: 7|Class name: CounterAttribute
Method or attribute name: onInc(event: () => void): CounterAttribute;
Initial version: 9|counter.d.ts| +|Initial version changed|Class name: CounterAttribute
Method or attribute name: onDec(event: () => void): CounterAttribute;
Initial version: 7|Class name: CounterAttribute
Method or attribute name: onDec(event: () => void): CounterAttribute;
Initial version: 9|counter.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const CounterInstance: CounterAttribute;
Initial version: N/A|Class name: global
Method or attribute name: declare const CounterInstance: CounterAttribute;
Initial version: 9|counter.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const Counter: CounterInterface;
Initial version: N/A|Class name: global
Method or attribute name: declare const Counter: CounterInterface;
Initial version: 9|counter.d.ts| +|Initial version changed|Class name: DataPanelType
Initial version: 8|Class name: DataPanelType
Initial version: 9|data_panel.d.ts| +|Initial version changed|Class name: DataPanelType
Method or attribute name: Line
Initial version: 8|Class name: DataPanelType
Method or attribute name: Line
Initial version: 9|data_panel.d.ts| +|Initial version changed|Class name: DataPanelType
Method or attribute name: Circle
Initial version: 8|Class name: DataPanelType
Method or attribute name: Circle
Initial version: 9|data_panel.d.ts| +|Initial version changed|Class name: DataPanelOptions
Initial version: 7|Class name: DataPanelOptions
Initial version: 9|data_panel.d.ts| +|Initial version changed|Class name: DataPanelOptions
Method or attribute name: values: number[];
Initial version: 7|Class name: DataPanelOptions
Method or attribute name: values: number[];
Initial version: 9|data_panel.d.ts| +|Initial version changed|Class name: DataPanelOptions
Method or attribute name: max?: number;
Initial version: 7|Class name: DataPanelOptions
Method or attribute name: max?: number;
Initial version: 9|data_panel.d.ts| +|Initial version changed|Class name: DataPanelOptions
Method or attribute name: type?: DataPanelType;
Initial version: 8|Class name: DataPanelOptions
Method or attribute name: type?: DataPanelType;
Initial version: 9|data_panel.d.ts| +|Initial version changed|Class name: DataPanelInterface
Initial version: 7|Class name: DataPanelInterface
Initial version: 9|data_panel.d.ts| +|Initial version changed|Class name: DataPanelInterface
Method or attribute name: (options: DataPanelOptions): DataPanelAttribute;
Initial version: 7|Class name: DataPanelInterface
Method or attribute name: (options: DataPanelOptions): DataPanelAttribute;
Initial version: 9|data_panel.d.ts| +|Initial version changed|Class name: DataPanelAttribute
Initial version: 7|Class name: DataPanelAttribute
Initial version: 9|data_panel.d.ts| +|Initial version changed|Class name: DataPanelAttribute
Method or attribute name: closeEffect(value: boolean): DataPanelAttribute;
Initial version: 7|Class name: DataPanelAttribute
Method or attribute name: closeEffect(value: boolean): DataPanelAttribute;
Initial version: 9|data_panel.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const DataPanel: DataPanelInterface
Initial version: N/A|Class name: global
Method or attribute name: declare const DataPanel: DataPanelInterface
Initial version: 9|data_panel.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const DataPanelInstance: DataPanelAttribute;
Initial version: N/A|Class name: global
Method or attribute name: declare const DataPanelInstance: DataPanelAttribute;
Initial version: 9|data_panel.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const DatePicker: DatePickerInterface;
Initial version: N/A|Class name: global
Method or attribute name: declare const DatePicker: DatePickerInterface;
Initial version: 8|date_picker.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const DatePickerInstance: DatePickerAttribute;
Initial version: N/A|Class name: global
Method or attribute name: declare const DatePickerInstance: DatePickerAttribute;
Initial version: 8|date_picker.d.ts| +|Initial version changed|Class name: DividerInterface
Initial version: 7|Class name: DividerInterface
Initial version: 9|divider.d.ts| +|Initial version changed|Class name: DividerInterface
Method or attribute name: (): DividerAttribute;
Initial version: 7|Class name: DividerInterface
Method or attribute name: (): DividerAttribute;
Initial version: 9|divider.d.ts| +|Initial version changed|Class name: DividerAttribute
Initial version: 7|Class name: DividerAttribute
Initial version: 9|divider.d.ts| +|Initial version changed|Class name: DividerAttribute
Method or attribute name: vertical(value: boolean): DividerAttribute;
Initial version: 7|Class name: DividerAttribute
Method or attribute name: vertical(value: boolean): DividerAttribute;
Initial version: 9|divider.d.ts| +|Initial version changed|Class name: DividerAttribute
Method or attribute name: color(value: ResourceColor): DividerAttribute;
Initial version: 7|Class name: DividerAttribute
Method or attribute name: color(value: ResourceColor): DividerAttribute;
Initial version: 9|divider.d.ts| +|Initial version changed|Class name: DividerAttribute
Method or attribute name: strokeWidth(value: number \| string): DividerAttribute;
Initial version: 7|Class name: DividerAttribute
Method or attribute name: strokeWidth(value: number \| string): DividerAttribute;
Initial version: 9|divider.d.ts| +|Initial version changed|Class name: DividerAttribute
Method or attribute name: lineCap(value: LineCapStyle): DividerAttribute;
Initial version: 7|Class name: DividerAttribute
Method or attribute name: lineCap(value: LineCapStyle): DividerAttribute;
Initial version: 9|divider.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const Divider: DividerInterface;
Initial version: N/A|Class name: global
Method or attribute name: declare const Divider: DividerInterface;
Initial version: 9|divider.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const DividerInstance: DividerAttribute;
Initial version: N/A|Class name: global
Method or attribute name: declare const DividerInstance: DividerAttribute;
Initial version: 9|divider.d.ts| +|Initial version changed|Class name: EllipseInterface
Initial version: 7|Class name: EllipseInterface
Initial version: 9|ellipse.d.ts| +|Initial version changed|Class name: EllipseInterface
Method or attribute name: new (value?: { width?: string \| number; height?: string \| number }): EllipseAttribute;
Initial version: 7|Class name: EllipseInterface
Method or attribute name: new (value?: { width?: string \| number; height?: string \| number }): EllipseAttribute;
Initial version: 9|ellipse.d.ts| +|Initial version changed|Class name: EllipseInterface
Method or attribute name: (value?: { width?: string \| number; height?: string \| number }): EllipseAttribute;
Initial version: 7|Class name: EllipseInterface
Method or attribute name: (value?: { width?: string \| number; height?: string \| number }): EllipseAttribute;
Initial version: 9|ellipse.d.ts| +|Initial version changed|Class name: EllipseAttribute
Initial version: 7|Class name: EllipseAttribute
Initial version: 9|ellipse.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const Ellipse: EllipseInterface;
Initial version: N/A|Class name: global
Method or attribute name: declare const Ellipse: EllipseInterface;
Initial version: 9|ellipse.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const EllipseInstance: EllipseAttribute;
Initial version: N/A|Class name: global
Method or attribute name: declare const EllipseInstance: EllipseAttribute;
Initial version: 9|ellipse.d.ts| +|Initial version changed|Class name: Color
Initial version: 7|Class name: Color
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: Color
Method or attribute name: White
Initial version: 7|Class name: Color
Method or attribute name: White
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: Color
Method or attribute name: Black
Initial version: 7|Class name: Color
Method or attribute name: Black
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: Color
Method or attribute name: Blue
Initial version: 7|Class name: Color
Method or attribute name: Blue
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: Color
Method or attribute name: Brown
Initial version: 7|Class name: Color
Method or attribute name: Brown
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: Color
Method or attribute name: Gray
Initial version: 7|Class name: Color
Method or attribute name: Gray
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: Color
Method or attribute name: Green
Initial version: 7|Class name: Color
Method or attribute name: Green
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: Color
Method or attribute name: Grey
Initial version: 7|Class name: Color
Method or attribute name: Grey
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: Color
Method or attribute name: Orange
Initial version: 7|Class name: Color
Method or attribute name: Orange
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: Color
Method or attribute name: Pink
Initial version: 7|Class name: Color
Method or attribute name: Pink
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: Color
Method or attribute name: Red
Initial version: 7|Class name: Color
Method or attribute name: Red
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: Color
Method or attribute name: Yellow
Initial version: 7|Class name: Color
Method or attribute name: Yellow
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: ImageFit
Initial version: 7|Class name: ImageFit
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: ImageFit
Method or attribute name: Contain
Initial version: 7|Class name: ImageFit
Method or attribute name: Contain
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: ImageFit
Method or attribute name: Cover
Initial version: 7|Class name: ImageFit
Method or attribute name: Cover
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: ImageFit
Method or attribute name: Auto
Initial version: 7|Class name: ImageFit
Method or attribute name: Auto
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: ImageFit
Method or attribute name: Fill
Initial version: 7|Class name: ImageFit
Method or attribute name: Fill
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: ImageFit
Method or attribute name: ScaleDown
Initial version: 7|Class name: ImageFit
Method or attribute name: ScaleDown
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: ImageFit
Method or attribute name: None
Initial version: 7|Class name: ImageFit
Method or attribute name: None
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: BorderStyle
Initial version: 7|Class name: BorderStyle
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: BorderStyle
Method or attribute name: Dotted
Initial version: 7|Class name: BorderStyle
Method or attribute name: Dotted
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: BorderStyle
Method or attribute name: Dashed
Initial version: 7|Class name: BorderStyle
Method or attribute name: Dashed
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: BorderStyle
Method or attribute name: Solid
Initial version: 7|Class name: BorderStyle
Method or attribute name: Solid
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: LineJoinStyle
Initial version: 7|Class name: LineJoinStyle
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: LineJoinStyle
Method or attribute name: Miter
Initial version: 7|Class name: LineJoinStyle
Method or attribute name: Miter
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: LineJoinStyle
Method or attribute name: Round
Initial version: 7|Class name: LineJoinStyle
Method or attribute name: Round
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: LineJoinStyle
Method or attribute name: Bevel
Initial version: 7|Class name: LineJoinStyle
Method or attribute name: Bevel
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: TouchType
Initial version: 7|Class name: TouchType
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: TouchType
Method or attribute name: Down
Initial version: 7|Class name: TouchType
Method or attribute name: Down
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: TouchType
Method or attribute name: Up
Initial version: 7|Class name: TouchType
Method or attribute name: Up
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: TouchType
Method or attribute name: Move
Initial version: 7|Class name: TouchType
Method or attribute name: Move
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: TouchType
Method or attribute name: Cancel
Initial version: 7|Class name: TouchType
Method or attribute name: Cancel
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: MouseButton
Initial version: 8|Class name: MouseButton
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: MouseButton
Method or attribute name: Left
Initial version: 8|Class name: MouseButton
Method or attribute name: Left
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: MouseButton
Method or attribute name: Right
Initial version: 8|Class name: MouseButton
Method or attribute name: Right
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: MouseButton
Method or attribute name: Middle
Initial version: 8|Class name: MouseButton
Method or attribute name: Middle
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: MouseButton
Method or attribute name: Back
Initial version: 8|Class name: MouseButton
Method or attribute name: Back
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: MouseButton
Method or attribute name: Forward
Initial version: 8|Class name: MouseButton
Method or attribute name: Forward
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: MouseButton
Method or attribute name: None
Initial version: 8|Class name: MouseButton
Method or attribute name: None
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: MouseAction
Initial version: 8|Class name: MouseAction
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: MouseAction
Method or attribute name: Press
Initial version: 8|Class name: MouseAction
Method or attribute name: Press
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: MouseAction
Method or attribute name: Release
Initial version: 8|Class name: MouseAction
Method or attribute name: Release
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: MouseAction
Method or attribute name: Move
Initial version: 8|Class name: MouseAction
Method or attribute name: Move
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: MouseAction
Method or attribute name: Hover
Initial version: 8|Class name: MouseAction
Method or attribute name: Hover
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: AnimationStatus
Initial version: 7|Class name: AnimationStatus
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: AnimationStatus
Method or attribute name: Initial
Initial version: 7|Class name: AnimationStatus
Method or attribute name: Initial
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: AnimationStatus
Method or attribute name: Running
Initial version: 7|Class name: AnimationStatus
Method or attribute name: Running
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: AnimationStatus
Method or attribute name: Paused
Initial version: 7|Class name: AnimationStatus
Method or attribute name: Paused
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: AnimationStatus
Method or attribute name: Stopped
Initial version: 7|Class name: AnimationStatus
Method or attribute name: Stopped
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: Curve
Initial version: 7|Class name: Curve
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: Curve
Method or attribute name: Linear
Initial version: 7|Class name: Curve
Method or attribute name: Linear
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: Curve
Method or attribute name: Ease
Initial version: 7|Class name: Curve
Method or attribute name: Ease
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: Curve
Method or attribute name: EaseIn
Initial version: 7|Class name: Curve
Method or attribute name: EaseIn
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: Curve
Method or attribute name: EaseOut
Initial version: 7|Class name: Curve
Method or attribute name: EaseOut
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: Curve
Method or attribute name: EaseInOut
Initial version: 7|Class name: Curve
Method or attribute name: EaseInOut
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: Curve
Method or attribute name: FastOutSlowIn
Initial version: 7|Class name: Curve
Method or attribute name: FastOutSlowIn
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: Curve
Method or attribute name: LinearOutSlowIn
Initial version: 7|Class name: Curve
Method or attribute name: LinearOutSlowIn
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: Curve
Method or attribute name: FastOutLinearIn
Initial version: 7|Class name: Curve
Method or attribute name: FastOutLinearIn
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: Curve
Method or attribute name: ExtremeDeceleration
Initial version: 7|Class name: Curve
Method or attribute name: ExtremeDeceleration
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: Curve
Method or attribute name: Sharp
Initial version: 7|Class name: Curve
Method or attribute name: Sharp
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: Curve
Method or attribute name: Rhythm
Initial version: 7|Class name: Curve
Method or attribute name: Rhythm
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: Curve
Method or attribute name: Smooth
Initial version: 7|Class name: Curve
Method or attribute name: Smooth
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: Curve
Method or attribute name: Friction
Initial version: 7|Class name: Curve
Method or attribute name: Friction
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: FillMode
Initial version: 7|Class name: FillMode
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: FillMode
Method or attribute name: None
Initial version: 7|Class name: FillMode
Method or attribute name: None
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: FillMode
Method or attribute name: Forwards
Initial version: 7|Class name: FillMode
Method or attribute name: Forwards
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: FillMode
Method or attribute name: Backwards
Initial version: 7|Class name: FillMode
Method or attribute name: Backwards
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: FillMode
Method or attribute name: Both
Initial version: 7|Class name: FillMode
Method or attribute name: Both
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: PlayMode
Initial version: 7|Class name: PlayMode
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: PlayMode
Method or attribute name: Normal
Initial version: 7|Class name: PlayMode
Method or attribute name: Normal
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: PlayMode
Method or attribute name: Reverse
Initial version: 7|Class name: PlayMode
Method or attribute name: Reverse
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: PlayMode
Method or attribute name: Alternate
Initial version: 7|Class name: PlayMode
Method or attribute name: Alternate
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: PlayMode
Method or attribute name: AlternateReverse
Initial version: 7|Class name: PlayMode
Method or attribute name: AlternateReverse
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: KeyType
Initial version: 7|Class name: KeyType
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: KeyType
Method or attribute name: Down
Initial version: 7|Class name: KeyType
Method or attribute name: Down
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: KeyType
Method or attribute name: Up
Initial version: 7|Class name: KeyType
Method or attribute name: Up
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: KeySource
Initial version: 7|Class name: KeySource
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: KeySource
Method or attribute name: Unknown
Initial version: 7|Class name: KeySource
Method or attribute name: Unknown
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: KeySource
Method or attribute name: Keyboard
Initial version: 7|Class name: KeySource
Method or attribute name: Keyboard
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: Edge
Initial version: 7|Class name: Edge
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: Edge
Method or attribute name: Top
Initial version: 7|Class name: Edge
Method or attribute name: Top
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: Edge
Method or attribute name: Bottom
Initial version: 7|Class name: Edge
Method or attribute name: Bottom
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: Edge
Method or attribute name: Start
Initial version: 7|Class name: Edge
Method or attribute name: Start
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: Edge
Method or attribute name: End
Initial version: 7|Class name: Edge
Method or attribute name: End
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: Week
Initial version: 7|Class name: Week
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: Week
Method or attribute name: Mon
Initial version: 7|Class name: Week
Method or attribute name: Mon
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: Week
Method or attribute name: Tue
Initial version: 7|Class name: Week
Method or attribute name: Tue
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: Week
Method or attribute name: Wed
Initial version: 7|Class name: Week
Method or attribute name: Wed
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: Week
Method or attribute name: Thur
Initial version: 7|Class name: Week
Method or attribute name: Thur
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: Week
Method or attribute name: Fri
Initial version: 7|Class name: Week
Method or attribute name: Fri
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: Week
Method or attribute name: Sat
Initial version: 7|Class name: Week
Method or attribute name: Sat
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: Week
Method or attribute name: Sun
Initial version: 7|Class name: Week
Method or attribute name: Sun
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: Direction
Initial version: 7|Class name: Direction
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: Direction
Method or attribute name: Ltr
Initial version: 7|Class name: Direction
Method or attribute name: Ltr
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: Direction
Method or attribute name: Rtl
Initial version: 7|Class name: Direction
Method or attribute name: Rtl
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: Direction
Method or attribute name: Auto
Initial version: 7|Class name: Direction
Method or attribute name: Auto
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: BarState
Initial version: 7|Class name: BarState
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: BarState
Method or attribute name: Off
Initial version: 7|Class name: BarState
Method or attribute name: Off
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: BarState
Method or attribute name: Auto
Initial version: 7|Class name: BarState
Method or attribute name: Auto
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: BarState
Method or attribute name: On
Initial version: 7|Class name: BarState
Method or attribute name: On
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: EdgeEffect
Initial version: 7|Class name: EdgeEffect
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: EdgeEffect
Method or attribute name: Spring
Initial version: 7|Class name: EdgeEffect
Method or attribute name: Spring
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: EdgeEffect
Method or attribute name: Fade
Initial version: 7|Class name: EdgeEffect
Method or attribute name: Fade
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: EdgeEffect
Method or attribute name: None
Initial version: 7|Class name: EdgeEffect
Method or attribute name: None
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: Alignment
Initial version: 7|Class name: Alignment
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: Alignment
Method or attribute name: TopStart
Initial version: 7|Class name: Alignment
Method or attribute name: TopStart
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: Alignment
Method or attribute name: Top
Initial version: 7|Class name: Alignment
Method or attribute name: Top
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: Alignment
Method or attribute name: TopEnd
Initial version: 7|Class name: Alignment
Method or attribute name: TopEnd
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: Alignment
Method or attribute name: Start
Initial version: 7|Class name: Alignment
Method or attribute name: Start
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: Alignment
Method or attribute name: Center
Initial version: 7|Class name: Alignment
Method or attribute name: Center
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: Alignment
Method or attribute name: End
Initial version: 7|Class name: Alignment
Method or attribute name: End
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: Alignment
Method or attribute name: BottomStart
Initial version: 7|Class name: Alignment
Method or attribute name: BottomStart
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: Alignment
Method or attribute name: Bottom
Initial version: 7|Class name: Alignment
Method or attribute name: Bottom
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: Alignment
Method or attribute name: BottomEnd
Initial version: 7|Class name: Alignment
Method or attribute name: BottomEnd
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: TransitionType
Initial version: 7|Class name: TransitionType
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: TransitionType
Method or attribute name: All
Initial version: 7|Class name: TransitionType
Method or attribute name: All
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: TransitionType
Method or attribute name: Insert
Initial version: 7|Class name: TransitionType
Method or attribute name: Insert
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: TransitionType
Method or attribute name: Delete
Initial version: 7|Class name: TransitionType
Method or attribute name: Delete
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: RelateType
Initial version: 7|Class name: RelateType
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: RelateType
Method or attribute name: FILL
Initial version: 7|Class name: RelateType
Method or attribute name: FILL
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: RelateType
Method or attribute name: FIT
Initial version: 7|Class name: RelateType
Method or attribute name: FIT
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: Visibility
Initial version: 7|Class name: Visibility
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: Visibility
Method or attribute name: Visible
Initial version: 7|Class name: Visibility
Method or attribute name: Visible
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: Visibility
Method or attribute name: Hidden
Initial version: 7|Class name: Visibility
Method or attribute name: Hidden
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: Visibility
Method or attribute name: None
Initial version: 7|Class name: Visibility
Method or attribute name: None
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: LineCapStyle
Initial version: 7|Class name: LineCapStyle
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: LineCapStyle
Method or attribute name: Butt
Initial version: 7|Class name: LineCapStyle
Method or attribute name: Butt
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: LineCapStyle
Method or attribute name: Round
Initial version: 7|Class name: LineCapStyle
Method or attribute name: Round
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: LineCapStyle
Method or attribute name: Square
Initial version: 7|Class name: LineCapStyle
Method or attribute name: Square
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: Axis
Initial version: 7|Class name: Axis
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: Axis
Method or attribute name: Vertical
Initial version: 7|Class name: Axis
Method or attribute name: Vertical
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: Axis
Method or attribute name: Horizontal
Initial version: 7|Class name: Axis
Method or attribute name: Horizontal
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: HorizontalAlign
Initial version: 7|Class name: HorizontalAlign
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: HorizontalAlign
Method or attribute name: Start
Initial version: 7|Class name: HorizontalAlign
Method or attribute name: Start
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: HorizontalAlign
Method or attribute name: Center
Initial version: 7|Class name: HorizontalAlign
Method or attribute name: Center
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: HorizontalAlign
Method or attribute name: End
Initial version: 7|Class name: HorizontalAlign
Method or attribute name: End
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: FlexAlign
Initial version: 7|Class name: FlexAlign
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: FlexAlign
Method or attribute name: Start
Initial version: 7|Class name: FlexAlign
Method or attribute name: Start
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: FlexAlign
Method or attribute name: Center
Initial version: 7|Class name: FlexAlign
Method or attribute name: Center
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: FlexAlign
Method or attribute name: End
Initial version: 7|Class name: FlexAlign
Method or attribute name: End
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: FlexAlign
Method or attribute name: SpaceBetween
Initial version: 7|Class name: FlexAlign
Method or attribute name: SpaceBetween
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: FlexAlign
Method or attribute name: SpaceAround
Initial version: 7|Class name: FlexAlign
Method or attribute name: SpaceAround
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: FlexAlign
Method or attribute name: SpaceEvenly
Initial version: 7|Class name: FlexAlign
Method or attribute name: SpaceEvenly
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: ItemAlign
Initial version: 7|Class name: ItemAlign
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: ItemAlign
Method or attribute name: Auto
Initial version: 7|Class name: ItemAlign
Method or attribute name: Auto
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: ItemAlign
Method or attribute name: Start
Initial version: 7|Class name: ItemAlign
Method or attribute name: Start
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: ItemAlign
Method or attribute name: Center
Initial version: 7|Class name: ItemAlign
Method or attribute name: Center
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: ItemAlign
Method or attribute name: End
Initial version: 7|Class name: ItemAlign
Method or attribute name: End
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: ItemAlign
Method or attribute name: Baseline
Initial version: 7|Class name: ItemAlign
Method or attribute name: Baseline
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: ItemAlign
Method or attribute name: Stretch
Initial version: 7|Class name: ItemAlign
Method or attribute name: Stretch
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: FlexDirection
Initial version: 7|Class name: FlexDirection
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: FlexDirection
Method or attribute name: Row
Initial version: 7|Class name: FlexDirection
Method or attribute name: Row
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: FlexDirection
Method or attribute name: Column
Initial version: 7|Class name: FlexDirection
Method or attribute name: Column
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: FlexDirection
Method or attribute name: RowReverse
Initial version: 7|Class name: FlexDirection
Method or attribute name: RowReverse
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: FlexDirection
Method or attribute name: ColumnReverse
Initial version: 7|Class name: FlexDirection
Method or attribute name: ColumnReverse
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: FlexWrap
Initial version: 7|Class name: FlexWrap
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: FlexWrap
Method or attribute name: NoWrap
Initial version: 7|Class name: FlexWrap
Method or attribute name: NoWrap
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: FlexWrap
Method or attribute name: Wrap
Initial version: 7|Class name: FlexWrap
Method or attribute name: Wrap
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: FlexWrap
Method or attribute name: WrapReverse
Initial version: 7|Class name: FlexWrap
Method or attribute name: WrapReverse
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: VerticalAlign
Initial version: 7|Class name: VerticalAlign
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: VerticalAlign
Method or attribute name: Top
Initial version: 7|Class name: VerticalAlign
Method or attribute name: Top
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: VerticalAlign
Method or attribute name: Center
Initial version: 7|Class name: VerticalAlign
Method or attribute name: Center
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: VerticalAlign
Method or attribute name: Bottom
Initial version: 7|Class name: VerticalAlign
Method or attribute name: Bottom
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: ImageRepeat
Initial version: 7|Class name: ImageRepeat
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: ImageRepeat
Method or attribute name: NoRepeat
Initial version: 7|Class name: ImageRepeat
Method or attribute name: NoRepeat
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: ImageRepeat
Method or attribute name: X
Initial version: 7|Class name: ImageRepeat
Method or attribute name: X
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: ImageRepeat
Method or attribute name: Y
Initial version: 7|Class name: ImageRepeat
Method or attribute name: Y
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: ImageRepeat
Method or attribute name: XY
Initial version: 7|Class name: ImageRepeat
Method or attribute name: XY
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: ImageSize
Initial version: 7|Class name: ImageSize
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: ImageSize
Method or attribute name: Auto
Initial version: 7|Class name: ImageSize
Method or attribute name: Auto
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: ImageSize
Method or attribute name: Cover
Initial version: 7|Class name: ImageSize
Method or attribute name: Cover
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: ImageSize
Method or attribute name: Contain
Initial version: 7|Class name: ImageSize
Method or attribute name: Contain
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: GradientDirection
Initial version: 7|Class name: GradientDirection
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: GradientDirection
Method or attribute name: Left
Initial version: 7|Class name: GradientDirection
Method or attribute name: Left
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: GradientDirection
Method or attribute name: Top
Initial version: 7|Class name: GradientDirection
Method or attribute name: Top
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: GradientDirection
Method or attribute name: Right
Initial version: 7|Class name: GradientDirection
Method or attribute name: Right
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: GradientDirection
Method or attribute name: Bottom
Initial version: 7|Class name: GradientDirection
Method or attribute name: Bottom
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: GradientDirection
Method or attribute name: LeftTop
Initial version: 7|Class name: GradientDirection
Method or attribute name: LeftTop
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: GradientDirection
Method or attribute name: LeftBottom
Initial version: 7|Class name: GradientDirection
Method or attribute name: LeftBottom
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: GradientDirection
Method or attribute name: RightTop
Initial version: 7|Class name: GradientDirection
Method or attribute name: RightTop
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: GradientDirection
Method or attribute name: RightBottom
Initial version: 7|Class name: GradientDirection
Method or attribute name: RightBottom
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: GradientDirection
Method or attribute name: None
Initial version: 7|Class name: GradientDirection
Method or attribute name: None
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: SharedTransitionEffectType
Initial version: 7|Class name: SharedTransitionEffectType
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: SharedTransitionEffectType
Method or attribute name: Static
Initial version: 7|Class name: SharedTransitionEffectType
Method or attribute name: Static
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: SharedTransitionEffectType
Method or attribute name: Exchange
Initial version: 7|Class name: SharedTransitionEffectType
Method or attribute name: Exchange
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: FontStyle
Initial version: 7|Class name: FontStyle
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: FontStyle
Method or attribute name: Normal
Initial version: 7|Class name: FontStyle
Method or attribute name: Normal
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: FontStyle
Method or attribute name: Italic
Initial version: 7|Class name: FontStyle
Method or attribute name: Italic
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: FontWeight
Initial version: 7|Class name: FontWeight
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: FontWeight
Method or attribute name: Lighter
Initial version: 7|Class name: FontWeight
Method or attribute name: Lighter
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: FontWeight
Method or attribute name: Normal
Initial version: 7|Class name: FontWeight
Method or attribute name: Normal
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: FontWeight
Method or attribute name: Regular
Initial version: 7|Class name: FontWeight
Method or attribute name: Regular
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: FontWeight
Method or attribute name: Medium
Initial version: 7|Class name: FontWeight
Method or attribute name: Medium
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: FontWeight
Method or attribute name: Bold
Initial version: 7|Class name: FontWeight
Method or attribute name: Bold
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: FontWeight
Method or attribute name: Bolder
Initial version: 7|Class name: FontWeight
Method or attribute name: Bolder
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: TextAlign
Initial version: 7|Class name: TextAlign
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: TextAlign
Method or attribute name: Center
Initial version: 7|Class name: TextAlign
Method or attribute name: Center
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: TextAlign
Method or attribute name: Start
Initial version: 7|Class name: TextAlign
Method or attribute name: Start
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: TextAlign
Method or attribute name: End
Initial version: 7|Class name: TextAlign
Method or attribute name: End
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: TextOverflow
Initial version: 7|Class name: TextOverflow
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: TextOverflow
Method or attribute name: Clip
Initial version: 7|Class name: TextOverflow
Method or attribute name: Clip
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: TextOverflow
Method or attribute name: Ellipsis
Initial version: 7|Class name: TextOverflow
Method or attribute name: Ellipsis
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: TextOverflow
Method or attribute name: None
Initial version: 7|Class name: TextOverflow
Method or attribute name: None
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: TextDecorationType
Initial version: 7|Class name: TextDecorationType
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: TextDecorationType
Method or attribute name: None
Initial version: 7|Class name: TextDecorationType
Method or attribute name: None
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: TextDecorationType
Method or attribute name: Underline
Initial version: 7|Class name: TextDecorationType
Method or attribute name: Underline
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: TextDecorationType
Method or attribute name: Overline
Initial version: 7|Class name: TextDecorationType
Method or attribute name: Overline
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: TextDecorationType
Method or attribute name: LineThrough
Initial version: 7|Class name: TextDecorationType
Method or attribute name: LineThrough
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: TextCase
Initial version: 7|Class name: TextCase
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: TextCase
Method or attribute name: Normal
Initial version: 7|Class name: TextCase
Method or attribute name: Normal
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: TextCase
Method or attribute name: LowerCase
Initial version: 7|Class name: TextCase
Method or attribute name: LowerCase
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: TextCase
Method or attribute name: UpperCase
Initial version: 7|Class name: TextCase
Method or attribute name: UpperCase
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: ResponseType
Initial version: 8|Class name: ResponseType
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: ResponseType
Method or attribute name: RightClick
Initial version: 8|Class name: ResponseType
Method or attribute name: RightClick
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: ResponseType
Method or attribute name: LongPress
Initial version: 8|Class name: ResponseType
Method or attribute name: LongPress
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: HoverEffect
Initial version: 8|Class name: HoverEffect
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: HoverEffect
Method or attribute name: Auto
Initial version: 8|Class name: HoverEffect
Method or attribute name: Auto
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: HoverEffect
Method or attribute name: Scale
Initial version: 8|Class name: HoverEffect
Method or attribute name: Scale
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: HoverEffect
Method or attribute name: Highlight
Initial version: 8|Class name: HoverEffect
Method or attribute name: Highlight
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: HoverEffect
Method or attribute name: None
Initial version: 8|Class name: HoverEffect
Method or attribute name: None
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: Placement
Initial version: 8|Class name: Placement
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: Placement
Method or attribute name: Left
Initial version: 8|Class name: Placement
Method or attribute name: Left
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: Placement
Method or attribute name: Right
Initial version: 8|Class name: Placement
Method or attribute name: Right
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: Placement
Method or attribute name: Top
Initial version: 8|Class name: Placement
Method or attribute name: Top
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: Placement
Method or attribute name: Bottom
Initial version: 8|Class name: Placement
Method or attribute name: Bottom
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: Placement
Method or attribute name: TopLeft
Initial version: 8|Class name: Placement
Method or attribute name: TopLeft
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: Placement
Method or attribute name: TopRight
Initial version: 8|Class name: Placement
Method or attribute name: TopRight
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: Placement
Method or attribute name: BottomLeft
Initial version: 8|Class name: Placement
Method or attribute name: BottomLeft
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: Placement
Method or attribute name: BottomRight
Initial version: 8|Class name: Placement
Method or attribute name: BottomRight
Initial version: 9|enums.d.ts| +|Initial version changed|Class name: FlexOptions
Initial version: 7|Class name: FlexOptions
Initial version: 9|flex.d.ts| +|Initial version changed|Class name: FlexOptions
Method or attribute name: direction?: FlexDirection;
Initial version: 7|Class name: FlexOptions
Method or attribute name: direction?: FlexDirection;
Initial version: 9|flex.d.ts| +|Initial version changed|Class name: FlexOptions
Method or attribute name: wrap?: FlexWrap;
Initial version: 7|Class name: FlexOptions
Method or attribute name: wrap?: FlexWrap;
Initial version: 9|flex.d.ts| +|Initial version changed|Class name: FlexOptions
Method or attribute name: justifyContent?: FlexAlign;
Initial version: 7|Class name: FlexOptions
Method or attribute name: justifyContent?: FlexAlign;
Initial version: 9|flex.d.ts| +|Initial version changed|Class name: FlexOptions
Method or attribute name: alignItems?: ItemAlign;
Initial version: 7|Class name: FlexOptions
Method or attribute name: alignItems?: ItemAlign;
Initial version: 9|flex.d.ts| +|Initial version changed|Class name: FlexOptions
Method or attribute name: alignContent?: FlexAlign;
Initial version: 7|Class name: FlexOptions
Method or attribute name: alignContent?: FlexAlign;
Initial version: 9|flex.d.ts| +|Initial version changed|Class name: FlexInterface
Initial version: 7|Class name: FlexInterface
Initial version: 9|flex.d.ts| +|Initial version changed|Class name: FlexInterface
Method or attribute name: (value?: FlexOptions): FlexAttribute;
Initial version: 7|Class name: FlexInterface
Method or attribute name: (value?: FlexOptions): FlexAttribute;
Initial version: 9|flex.d.ts| +|Initial version changed|Class name: FlexAttribute
Initial version: 7|Class name: FlexAttribute
Initial version: 9|flex.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const Flex: FlexInterface;
Initial version: N/A|Class name: global
Method or attribute name: declare const Flex: FlexInterface;
Initial version: 9|flex.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const FlexInstance: FlexAttribute;
Initial version: N/A|Class name: global
Method or attribute name: declare const FlexInstance: FlexAttribute;
Initial version: 9|flex.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const FormComponent: FormComponentInterface;
Initial version: N/A|Class name: global
Method or attribute name: declare const FormComponent: FormComponentInterface;
Initial version: 7|form_component.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const FormComponentInstance: FormComponentAttribute;
Initial version: N/A|Class name: global
Method or attribute name: declare const FormComponentInstance: FormComponentAttribute;
Initial version: 7|form_component.d.ts| +|Initial version changed|Class name: ForEachInterface
Initial version: 7|Class name: ForEachInterface
Initial version: 9|for_each.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const ForEach: ForEachInterface;
Initial version: N/A|Class name: global
Method or attribute name: declare const ForEach: ForEachInterface;
Initial version: 9|for_each.d.ts| +|Initial version changed|Class name: GaugeInterface
Initial version: 8|Class name: GaugeInterface
Initial version: 9|gauge.d.ts| +|Initial version changed|Class name: GaugeInterface
Method or attribute name: (options: { value: number; min?: number; max?: number }): GaugeAttribute;
Initial version: 8|Class name: GaugeInterface
Method or attribute name: (options: { value: number; min?: number; max?: number }): GaugeAttribute;
Initial version: 9|gauge.d.ts| +|Initial version changed|Class name: GaugeAttribute
Initial version: 8|Class name: GaugeAttribute
Initial version: 9|gauge.d.ts| +|Initial version changed|Class name: GaugeAttribute
Method or attribute name: value(value: number): GaugeAttribute;
Initial version: 8|Class name: GaugeAttribute
Method or attribute name: value(value: number): GaugeAttribute;
Initial version: 9|gauge.d.ts| +|Initial version changed|Class name: GaugeAttribute
Method or attribute name: startAngle(angle: number): GaugeAttribute;
Initial version: 8|Class name: GaugeAttribute
Method or attribute name: startAngle(angle: number): GaugeAttribute;
Initial version: 9|gauge.d.ts| +|Initial version changed|Class name: GaugeAttribute
Method or attribute name: endAngle(angle: number): GaugeAttribute;
Initial version: 8|Class name: GaugeAttribute
Method or attribute name: endAngle(angle: number): GaugeAttribute;
Initial version: 9|gauge.d.ts| +|Initial version changed|Class name: GaugeAttribute
Method or attribute name: colors(colors: Array\): GaugeAttribute;
Initial version: 8|Class name: GaugeAttribute
Method or attribute name: colors(colors: Array\): GaugeAttribute;
Initial version: 9|gauge.d.ts| +|Initial version changed|Class name: GaugeAttribute
Method or attribute name: strokeWidth(length: Length): GaugeAttribute;
Initial version: 8|Class name: GaugeAttribute
Method or attribute name: strokeWidth(length: Length): GaugeAttribute;
Initial version: 9|gauge.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const Gauge: GaugeInterface;
Initial version: N/A|Class name: global
Method or attribute name: declare const Gauge: GaugeInterface;
Initial version: 9|gauge.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const GaugeInstance: GaugeAttribute;
Initial version: N/A|Class name: global
Method or attribute name: declare const GaugeInstance: GaugeAttribute;
Initial version: 9|gauge.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const TapGesture: TapGestureInterface;
Initial version: N/A|Class name: global
Method or attribute name: declare const TapGesture: TapGestureInterface;
Initial version: 7|gesture.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const LongPressGesture: LongPressGestureInterface;
Initial version: N/A|Class name: global
Method or attribute name: declare const LongPressGesture: LongPressGestureInterface;
Initial version: 7|gesture.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const PanGesture: PanGestureInterface;
Initial version: N/A|Class name: global
Method or attribute name: declare const PanGesture: PanGestureInterface;
Initial version: 7|gesture.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const SwipeGesture: SwipeGestureInterface;
Initial version: N/A|Class name: global
Method or attribute name: declare const SwipeGesture: SwipeGestureInterface;
Initial version: 7|gesture.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const PinchGesture: PinchGestureInterface;
Initial version: N/A|Class name: global
Method or attribute name: declare const PinchGesture: PinchGestureInterface;
Initial version: 7|gesture.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const RotationGesture: RotationGestureInterface;
Initial version: N/A|Class name: global
Method or attribute name: declare const RotationGesture: RotationGestureInterface;
Initial version: 7|gesture.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const GestureGroup: GestureGroupInterface;
Initial version: N/A|Class name: global
Method or attribute name: declare const GestureGroup: GestureGroupInterface;
Initial version: 7|gesture.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const Grid: GridInterface;
Initial version: N/A|Class name: global
Method or attribute name: declare const Grid: GridInterface;
Initial version: 7|grid.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const GridInstance: GridAttribute;
Initial version: N/A|Class name: global
Method or attribute name: declare const GridInstance: GridAttribute;
Initial version: 7|grid.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const GridItem: GridItemInterface
Initial version: N/A|Class name: global
Method or attribute name: declare const GridItem: GridItemInterface
Initial version: 7|gridItem.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const GridItemInstance: GridItemAttribute;
Initial version: N/A|Class name: global
Method or attribute name: declare const GridItemInstance: GridItemAttribute;
Initial version: 7|gridItem.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const GridContainer: GridContainerInterface
Initial version: N/A|Class name: global
Method or attribute name: declare const GridContainer: GridContainerInterface
Initial version: 7|grid_container.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const GridContainerInstance: GridContainerAttribute;
Initial version: N/A|Class name: global
Method or attribute name: declare const GridContainerInstance: GridContainerAttribute;
Initial version: 7|grid_container.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const Hyperlink: HyperlinkInterface;
Initial version: N/A|Class name: global
Method or attribute name: declare const Hyperlink: HyperlinkInterface;
Initial version: 7|hyperlink.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const HyperlinkInterface: HyperlinkAttribute;
Initial version: N/A|Class name: global
Method or attribute name: declare const HyperlinkInterface: HyperlinkAttribute;
Initial version: 7|hyperlink.d.ts| +|Initial version changed|Class name: ImageRenderMode
Initial version: 7|Class name: ImageRenderMode
Initial version: 9|image.d.ts| +|Initial version changed|Class name: ImageRenderMode
Method or attribute name: Original
Initial version: 7|Class name: ImageRenderMode
Method or attribute name: Original
Initial version: 9|image.d.ts| +|Initial version changed|Class name: ImageRenderMode
Method or attribute name: Template
Initial version: 7|Class name: ImageRenderMode
Method or attribute name: Template
Initial version: 9|image.d.ts| +|Initial version changed|Class name: ImageInterpolation
Initial version: 7|Class name: ImageInterpolation
Initial version: 9|image.d.ts| +|Initial version changed|Class name: ImageInterpolation
Method or attribute name: None
Initial version: 7|Class name: ImageInterpolation
Method or attribute name: None
Initial version: 9|image.d.ts| +|Initial version changed|Class name: ImageInterpolation
Method or attribute name: Low
Initial version: 7|Class name: ImageInterpolation
Method or attribute name: Low
Initial version: 9|image.d.ts| +|Initial version changed|Class name: ImageInterpolation
Method or attribute name: Medium
Initial version: 7|Class name: ImageInterpolation
Method or attribute name: Medium
Initial version: 9|image.d.ts| +|Initial version changed|Class name: ImageInterpolation
Method or attribute name: High
Initial version: 7|Class name: ImageInterpolation
Method or attribute name: High
Initial version: 9|image.d.ts| +|Initial version changed|Class name: ImageInterface
Initial version: 7|Class name: ImageInterface
Initial version: 9|image.d.ts| +|Initial version changed|Class name: ImageInterface
Method or attribute name: (src: string \| PixelMap \| Resource): ImageAttribute;
Initial version: 7|Class name: ImageInterface
Method or attribute name: (src: string \| PixelMap \| Resource): ImageAttribute;
Initial version: 9|image.d.ts| +|Initial version changed|Class name: ImageAttribute
Initial version: 7|Class name: ImageAttribute
Initial version: 9|image.d.ts| +|Initial version changed|Class name: ImageAttribute
Method or attribute name: alt(value: string \| Resource): ImageAttribute;
Initial version: 7|Class name: ImageAttribute
Method or attribute name: alt(value: string \| Resource): ImageAttribute;
Initial version: 9|image.d.ts| +|Initial version changed|Class name: ImageAttribute
Method or attribute name: matchTextDirection(value: boolean): ImageAttribute;
Initial version: 7|Class name: ImageAttribute
Method or attribute name: matchTextDirection(value: boolean): ImageAttribute;
Initial version: 9|image.d.ts| +|Initial version changed|Class name: ImageAttribute
Method or attribute name: fitOriginalSize(value: boolean): ImageAttribute;
Initial version: 7|Class name: ImageAttribute
Method or attribute name: fitOriginalSize(value: boolean): ImageAttribute;
Initial version: 9|image.d.ts| +|Initial version changed|Class name: ImageAttribute
Method or attribute name: fillColor(value: ResourceColor): ImageAttribute;
Initial version: 7|Class name: ImageAttribute
Method or attribute name: fillColor(value: ResourceColor): ImageAttribute;
Initial version: 9|image.d.ts| +|Initial version changed|Class name: ImageAttribute
Method or attribute name: objectFit(value: ImageFit): ImageAttribute;
Initial version: 7|Class name: ImageAttribute
Method or attribute name: objectFit(value: ImageFit): ImageAttribute;
Initial version: 9|image.d.ts| +|Initial version changed|Class name: ImageAttribute
Method or attribute name: objectRepeat(value: ImageRepeat): ImageAttribute;
Initial version: 7|Class name: ImageAttribute
Method or attribute name: objectRepeat(value: ImageRepeat): ImageAttribute;
Initial version: 9|image.d.ts| +|Initial version changed|Class name: ImageAttribute
Method or attribute name: autoResize(value: boolean): ImageAttribute;
Initial version: 7|Class name: ImageAttribute
Method or attribute name: autoResize(value: boolean): ImageAttribute;
Initial version: 9|image.d.ts| +|Initial version changed|Class name: ImageAttribute
Method or attribute name: renderMode(value: ImageRenderMode): ImageAttribute;
Initial version: 7|Class name: ImageAttribute
Method or attribute name: renderMode(value: ImageRenderMode): ImageAttribute;
Initial version: 9|image.d.ts| +|Initial version changed|Class name: ImageAttribute
Method or attribute name: interpolation(value: ImageInterpolation): ImageAttribute;
Initial version: 7|Class name: ImageAttribute
Method or attribute name: interpolation(value: ImageInterpolation): ImageAttribute;
Initial version: 9|image.d.ts| +|Initial version changed|Class name: ImageAttribute
Method or attribute name: sourceSize(value: { width: number; height: number }): ImageAttribute;
Initial version: 7|Class name: ImageAttribute
Method or attribute name: sourceSize(value: { width: number; height: number }): ImageAttribute;
Initial version: 9|image.d.ts| +|Initial version changed|Class name: ImageAttribute
Method or attribute name: syncLoad(value: boolean): ImageAttribute;
Initial version: 8|Class name: ImageAttribute
Method or attribute name: syncLoad(value: boolean): ImageAttribute;
Initial version: 9|image.d.ts| +|Initial version changed|Class name: ImageAttribute
Method or attribute name: onComplete(
callback: (event?: {
width: number;
height: number;
componentWidth: number;
componentHeight: number;
loadingStatus: number;
}) => void,
): ImageAttribute;
Initial version: 7|Class name: ImageAttribute
Method or attribute name: onComplete(
callback: (event?: {
width: number;
height: number;
componentWidth: number;
componentHeight: number;
loadingStatus: number;
}) => void,
): ImageAttribute;
Initial version: 9|image.d.ts| +|Initial version changed|Class name: ImageAttribute
Method or attribute name: onError(callback: (event?: { componentWidth: number; componentHeight: number }) => void): ImageAttribute;
Initial version: 7|Class name: ImageAttribute
Method or attribute name: onError(callback: (event?: { componentWidth: number; componentHeight: number }) => void): ImageAttribute;
Initial version: 9|image.d.ts| +|Initial version changed|Class name: ImageAttribute
Method or attribute name: onFinish(event: () => void): ImageAttribute;
Initial version: 7|Class name: ImageAttribute
Method or attribute name: onFinish(event: () => void): ImageAttribute;
Initial version: 9|image.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const Image: ImageInterface;
Initial version: N/A|Class name: global
Method or attribute name: declare const Image: ImageInterface;
Initial version: 9|image.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const ImageInstance: ImageAttribute;
Initial version: N/A|Class name: global
Method or attribute name: declare const ImageInstance: ImageAttribute;
Initial version: 9|image.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const ImageAnimator: ImageAnimatorInterface;
Initial version: N/A|Class name: global
Method or attribute name: declare const ImageAnimator: ImageAnimatorInterface;
Initial version: 7|image_animator.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const ImageAnimatorInstance: ImageAnimatorAttribute;
Initial version: N/A|Class name: global
Method or attribute name: declare const ImageAnimatorInstance: ImageAnimatorAttribute;
Initial version: 7|image_animator.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const LazyForEach: LazyForEachInterface;
Initial version: N/A|Class name: global
Method or attribute name: declare const LazyForEach: LazyForEachInterface;
Initial version: 7|lazy_for_each.d.ts| +|Initial version changed|Class name: LineInterface
Initial version: 7|Class name: LineInterface
Initial version: 9|line.d.ts| +|Initial version changed|Class name: LineInterface
Method or attribute name: new (value?: { width?: string \| number; height?: string \| number }): LineAttribute;
Initial version: 7|Class name: LineInterface
Method or attribute name: new (value?: { width?: string \| number; height?: string \| number }): LineAttribute;
Initial version: 9|line.d.ts| +|Initial version changed|Class name: LineInterface
Method or attribute name: (value?: { width?: string \| number; height?: string \| number }): LineAttribute;
Initial version: 7|Class name: LineInterface
Method or attribute name: (value?: { width?: string \| number; height?: string \| number }): LineAttribute;
Initial version: 9|line.d.ts| +|Initial version changed|Class name: LineAttribute
Initial version: 7|Class name: LineAttribute
Initial version: 9|line.d.ts| +|Initial version changed|Class name: LineAttribute
Method or attribute name: startPoint(value: Array\): LineAttribute;
Initial version: 7|Class name: LineAttribute
Method or attribute name: startPoint(value: Array\): LineAttribute;
Initial version: 9|line.d.ts| +|Initial version changed|Class name: LineAttribute
Method or attribute name: endPoint(value: Array\): LineAttribute;
Initial version: 7|Class name: LineAttribute
Method or attribute name: endPoint(value: Array\): LineAttribute;
Initial version: 9|line.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const Line: LineInterface;
Initial version: N/A|Class name: global
Method or attribute name: declare const Line: LineInterface;
Initial version: 9|line.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const LineInstance: LineAttribute;
Initial version: N/A|Class name: global
Method or attribute name: declare const LineInstance: LineAttribute;
Initial version: 9|line.d.ts| +|Initial version changed|Class name: ScrollState
Initial version: 7|Class name: ScrollState
Initial version: 9|list.d.ts| +|Initial version changed|Class name: ScrollState
Method or attribute name: Idle
Initial version: 7|Class name: ScrollState
Method or attribute name: Idle
Initial version: 9|list.d.ts| +|Initial version changed|Class name: ScrollState
Method or attribute name: Scroll
Initial version: 7|Class name: ScrollState
Method or attribute name: Scroll
Initial version: 9|list.d.ts| +|Initial version changed|Class name: ScrollState
Method or attribute name: Fling
Initial version: 7|Class name: ScrollState
Method or attribute name: Fling
Initial version: 9|list.d.ts| +|Initial version changed|Class name: ListInterface
Initial version: 7|Class name: ListInterface
Initial version: 9|list.d.ts| +|Initial version changed|Class name: ListInterface
Method or attribute name: (value?: { initialIndex?: number; space?: number \| string; scroller?: Scroller }): ListAttribute;
Initial version: 7|Class name: ListInterface
Method or attribute name: (value?: { initialIndex?: number; space?: number \| string; scroller?: Scroller }): ListAttribute;
Initial version: 9|list.d.ts| +|Initial version changed|Class name: ListAttribute
Initial version: 7|Class name: ListAttribute
Initial version: 9|list.d.ts| +|Initial version changed|Class name: ListAttribute
Method or attribute name: listDirection(value: Axis): ListAttribute;
Initial version: 7|Class name: ListAttribute
Method or attribute name: listDirection(value: Axis): ListAttribute;
Initial version: 9|list.d.ts| +|Initial version changed|Class name: ListAttribute
Method or attribute name: scrollBar(value: BarState): ListAttribute;
Initial version: 7|Class name: ListAttribute
Method or attribute name: scrollBar(value: BarState): ListAttribute;
Initial version: 9|list.d.ts| +|Initial version changed|Class name: ListAttribute
Method or attribute name: edgeEffect(value: EdgeEffect): ListAttribute;
Initial version: 7|Class name: ListAttribute
Method or attribute name: edgeEffect(value: EdgeEffect): ListAttribute;
Initial version: 9|list.d.ts| +|Initial version changed|Class name: ListAttribute
Method or attribute name: divider(
value: {
strokeWidth: Length;
color?: ResourceColor;
startMargin?: Length;
endMargin?: Length;
} \| null,
): ListAttribute;
Initial version: 7|Class name: ListAttribute
Method or attribute name: divider(
value: {
strokeWidth: Length;
color?: ResourceColor;
startMargin?: Length;
endMargin?: Length;
} \| null,
): ListAttribute;
Initial version: 9|list.d.ts| +|Initial version changed|Class name: ListAttribute
Method or attribute name: multiSelectable(value: boolean): ListAttribute;
Initial version: 8|Class name: ListAttribute
Method or attribute name: multiSelectable(value: boolean): ListAttribute;
Initial version: 9|list.d.ts| +|Initial version changed|Class name: ListAttribute
Method or attribute name: cachedCount(value: number): ListAttribute;
Initial version: 7|Class name: ListAttribute
Method or attribute name: cachedCount(value: number): ListAttribute;
Initial version: 9|list.d.ts| +|Initial version changed|Class name: ListAttribute
Method or attribute name: chainAnimation(value: boolean): ListAttribute;
Initial version: 7|Class name: ListAttribute
Method or attribute name: chainAnimation(value: boolean): ListAttribute;
Initial version: 9|list.d.ts| +|Initial version changed|Class name: ListAttribute
Method or attribute name: onScroll(event: (scrollOffset: number, scrollState: ScrollState) => void): ListAttribute;
Initial version: 7|Class name: ListAttribute
Method or attribute name: onScroll(event: (scrollOffset: number, scrollState: ScrollState) => void): ListAttribute;
Initial version: 9|list.d.ts| +|Initial version changed|Class name: ListAttribute
Method or attribute name: onScrollIndex(event: (start: number, end: number) => void): ListAttribute;
Initial version: 7|Class name: ListAttribute
Method or attribute name: onScrollIndex(event: (start: number, end: number) => void): ListAttribute;
Initial version: 9|list.d.ts| +|Initial version changed|Class name: ListAttribute
Method or attribute name: onReachStart(event: () => void): ListAttribute;
Initial version: 7|Class name: ListAttribute
Method or attribute name: onReachStart(event: () => void): ListAttribute;
Initial version: 9|list.d.ts| +|Initial version changed|Class name: ListAttribute
Method or attribute name: onReachEnd(event: () => void): ListAttribute;
Initial version: 7|Class name: ListAttribute
Method or attribute name: onReachEnd(event: () => void): ListAttribute;
Initial version: 9|list.d.ts| +|Initial version changed|Class name: ListAttribute
Method or attribute name: onScrollStop(event: () => void): ListAttribute;
Initial version: 7|Class name: ListAttribute
Method or attribute name: onScrollStop(event: () => void): ListAttribute;
Initial version: 9|list.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const List: ListInterface;
Initial version: N/A|Class name: global
Method or attribute name: declare const List: ListInterface;
Initial version: 9|list.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const ListInstance: ListAttribute;
Initial version: N/A|Class name: global
Method or attribute name: declare const ListInstance: ListAttribute;
Initial version: 9|list.d.ts| +|Initial version changed|Class name: ListItemInterface
Initial version: 7|Class name: ListItemInterface
Initial version: 9|list_item.d.ts| +|Initial version changed|Class name: ListItemInterface
Method or attribute name: (value?: string): ListItemAttribute;
Initial version: 7|Class name: ListItemInterface
Method or attribute name: (value?: string): ListItemAttribute;
Initial version: 9|list_item.d.ts| +|Initial version changed|Class name: ListItemAttribute
Initial version: 7|Class name: ListItemAttribute
Initial version: 9|list_item.d.ts| +|Initial version changed|Class name: ListItemAttribute
Method or attribute name: onSelect(event: (isSelected: boolean) => void): ListItemAttribute;
Initial version: 8|Class name: ListItemAttribute
Method or attribute name: onSelect(event: (isSelected: boolean) => void): ListItemAttribute;
Initial version: 9|list_item.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const ListItemInstance: ListItemAttribute;
Initial version: 7|Class name: global
Method or attribute name: declare const ListItemInstance: ListItemAttribute;
Initial version: 9|list_item.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const ListItem: ListItemInterface;
Initial version: N/A|Class name: global
Method or attribute name: declare const ListItem: ListItemInterface;
Initial version: 9|list_item.d.ts| +|Initial version changed|Class name: LoadingProgressStyle
Initial version: 8|Class name: LoadingProgressStyle
Initial version: 9|loading_progress.d.ts| +|Initial version changed|Class name: LoadingProgressStyle
Method or attribute name: Default
Initial version: 8|Class name: LoadingProgressStyle
Method or attribute name: Default
Initial version: 9|loading_progress.d.ts| +|Initial version changed|Class name: LoadingProgressStyle
Method or attribute name: Circular
Initial version: 8|Class name: LoadingProgressStyle
Method or attribute name: Circular
Initial version: 9|loading_progress.d.ts| +|Initial version changed|Class name: LoadingProgressStyle
Method or attribute name: Orbital
Initial version: 8|Class name: LoadingProgressStyle
Method or attribute name: Orbital
Initial version: 9|loading_progress.d.ts| +|Initial version changed|Class name: LoadingProgressInterface
Initial version: 8|Class name: LoadingProgressInterface
Initial version: 9|loading_progress.d.ts| +|Initial version changed|Class name: LoadingProgressInterface
Method or attribute name: (): LoadingProgressAttribute;
Initial version: 8|Class name: LoadingProgressInterface
Method or attribute name: (): LoadingProgressAttribute;
Initial version: 9|loading_progress.d.ts| +|Initial version changed|Class name: LoadingProgressAttribute
Initial version: 8|Class name: LoadingProgressAttribute
Initial version: 9|loading_progress.d.ts| +|Initial version changed|Class name: LoadingProgressAttribute
Method or attribute name: color(value: ResourceColor): LoadingProgressAttribute;
Initial version: 8|Class name: LoadingProgressAttribute
Method or attribute name: color(value: ResourceColor): LoadingProgressAttribute;
Initial version: 9|loading_progress.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const LoadingProgress: LoadingProgressInterface;
Initial version: 8|Class name: global
Method or attribute name: declare const LoadingProgress: LoadingProgressInterface;
Initial version: 9|loading_progress.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const LoadingProgressInstance: LoadingProgressAttribute;
Initial version: 8|Class name: global
Method or attribute name: declare const LoadingProgressInstance: LoadingProgressAttribute;
Initial version: 9|loading_progress.d.ts| +|Initial version changed|Class name: MarqueeInterface
Initial version: 8|Class name: MarqueeInterface
Initial version: 9|marquee.d.ts| +|Initial version changed|Class name: MarqueeInterface
Method or attribute name: (value: { start: boolean; step?: number; loop?: number; fromStart?: boolean; src: string }): MarqueeAttribute;
Initial version: 8|Class name: MarqueeInterface
Method or attribute name: (value: { start: boolean; step?: number; loop?: number; fromStart?: boolean; src: string }): MarqueeAttribute;
Initial version: 9|marquee.d.ts| +|Initial version changed|Class name: MarqueeAttribute
Initial version: 8|Class name: MarqueeAttribute
Initial version: 9|marquee.d.ts| +|Initial version changed|Class name: MarqueeAttribute
Method or attribute name: fontColor(value: ResourceColor): MarqueeAttribute;
Initial version: 8|Class name: MarqueeAttribute
Method or attribute name: fontColor(value: ResourceColor): MarqueeAttribute;
Initial version: 9|marquee.d.ts| +|Initial version changed|Class name: MarqueeAttribute
Method or attribute name: fontSize(value: Length): MarqueeAttribute;
Initial version: 8|Class name: MarqueeAttribute
Method or attribute name: fontSize(value: Length): MarqueeAttribute;
Initial version: 9|marquee.d.ts| +|Initial version changed|Class name: MarqueeAttribute
Method or attribute name: allowScale(value: boolean): MarqueeAttribute;
Initial version: 8|Class name: MarqueeAttribute
Method or attribute name: allowScale(value: boolean): MarqueeAttribute;
Initial version: 9|marquee.d.ts| +|Initial version changed|Class name: MarqueeAttribute
Method or attribute name: fontWeight(value: number \| FontWeight \| string): MarqueeAttribute;
Initial version: 8|Class name: MarqueeAttribute
Method or attribute name: fontWeight(value: number \| FontWeight \| string): MarqueeAttribute;
Initial version: 9|marquee.d.ts| +|Initial version changed|Class name: MarqueeAttribute
Method or attribute name: fontFamily(value: string \| Resource): MarqueeAttribute;
Initial version: 8|Class name: MarqueeAttribute
Method or attribute name: fontFamily(value: string \| Resource): MarqueeAttribute;
Initial version: 9|marquee.d.ts| +|Initial version changed|Class name: MarqueeAttribute
Method or attribute name: onStart(event: () => void): MarqueeAttribute;
Initial version: 8|Class name: MarqueeAttribute
Method or attribute name: onStart(event: () => void): MarqueeAttribute;
Initial version: 9|marquee.d.ts| +|Initial version changed|Class name: MarqueeAttribute
Method or attribute name: onBounce(event: () => void): MarqueeAttribute;
Initial version: 8|Class name: MarqueeAttribute
Method or attribute name: onBounce(event: () => void): MarqueeAttribute;
Initial version: 9|marquee.d.ts| +|Initial version changed|Class name: MarqueeAttribute
Method or attribute name: onFinish(event: () => void): MarqueeAttribute;
Initial version: 8|Class name: MarqueeAttribute
Method or attribute name: onFinish(event: () => void): MarqueeAttribute;
Initial version: 9|marquee.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const Marquee: MarqueeInterface;
Initial version: N/A|Class name: global
Method or attribute name: declare const Marquee: MarqueeInterface;
Initial version: 9|marquee.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const MarqueeInstance: MarqueeAttribute;
Initial version: N/A|Class name: global
Method or attribute name: declare const MarqueeInstance: MarqueeAttribute;
Initial version: 9|marquee.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const Navigation: NavigationInterface;
Initial version: N/A|Class name: global
Method or attribute name: declare const Navigation: NavigationInterface;
Initial version: 8|navigation.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const NavigationInstance: NavigationAttribute;
Initial version: N/A|Class name: global
Method or attribute name: declare const NavigationInstance: NavigationAttribute;
Initial version: 8|navigation.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const Navigator: NavigatorInterface;
Initial version: N/A|Class name: global
Method or attribute name: declare const Navigator: NavigatorInterface;
Initial version: 7|navigator.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const NavigatorInstance: NavigatorAttribute;
Initial version: N/A|Class name: global
Method or attribute name: declare const NavigatorInstance: NavigatorAttribute;
Initial version: 7|navigator.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const PageTransitionEnter: PageTransitionEnterInterface;
Initial version: N/A|Class name: global
Method or attribute name: declare const PageTransitionEnter: PageTransitionEnterInterface;
Initial version: 7|page_transition.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const PageTransitionExit: PageTransitionExitInterface;
Initial version: N/A|Class name: global
Method or attribute name: declare const PageTransitionExit: PageTransitionExitInterface;
Initial version: 7|page_transition.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const Panel: PanelInterface;
Initial version: N/A|Class name: global
Method or attribute name: declare const Panel: PanelInterface;
Initial version: 7|panel.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const PanelInstance: PanelAttribute;
Initial version: N/A|Class name: global
Method or attribute name: declare const PanelInstance: PanelAttribute;
Initial version: 7|panel.d.ts| +|Initial version changed|Class name: PathInterface
Initial version: 7|Class name: PathInterface
Initial version: 9|path.d.ts| +|Initial version changed|Class name: PathInterface
Method or attribute name: new (value?: { width?: number \| string; height?: number \| string; commands?: string }): PathAttribute;
Initial version: 7|Class name: PathInterface
Method or attribute name: new (value?: { width?: number \| string; height?: number \| string; commands?: string }): PathAttribute;
Initial version: 9|path.d.ts| +|Initial version changed|Class name: PathInterface
Method or attribute name: (value?: { width?: number \| string; height?: number \| string; commands?: string }): PathAttribute;
Initial version: 7|Class name: PathInterface
Method or attribute name: (value?: { width?: number \| string; height?: number \| string; commands?: string }): PathAttribute;
Initial version: 9|path.d.ts| +|Initial version changed|Class name: PathAttribute
Initial version: 7|Class name: PathAttribute
Initial version: 9|path.d.ts| +|Initial version changed|Class name: PathAttribute
Method or attribute name: commands(value: string): PathAttribute;
Initial version: 7|Class name: PathAttribute
Method or attribute name: commands(value: string): PathAttribute;
Initial version: 9|path.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const Path: PathInterface;
Initial version: N/A|Class name: global
Method or attribute name: declare const Path: PathInterface;
Initial version: 9|path.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const PathInstance: PathAttribute;
Initial version: N/A|Class name: global
Method or attribute name: declare const PathInstance: PathAttribute;
Initial version: 9|path.d.ts| +|Initial version changed|Class name: PolygonInterface
Initial version: 7|Class name: PolygonInterface
Initial version: 9|polygon.d.ts| +|Initial version changed|Class name: PolygonInterface
Method or attribute name: new (value?: { width?: string \| number; height?: string \| number }): PolygonAttribute;
Initial version: 7|Class name: PolygonInterface
Method or attribute name: new (value?: { width?: string \| number; height?: string \| number }): PolygonAttribute;
Initial version: 9|polygon.d.ts| +|Initial version changed|Class name: PolygonInterface
Method or attribute name: (value?: { width?: string \| number; height?: string \| number }): PolygonAttribute;
Initial version: 7|Class name: PolygonInterface
Method or attribute name: (value?: { width?: string \| number; height?: string \| number }): PolygonAttribute;
Initial version: 9|polygon.d.ts| +|Initial version changed|Class name: PolygonAttribute
Method or attribute name: points(value: Array\): PolygonAttribute;
Initial version: 7|Class name: PolygonAttribute
Method or attribute name: points(value: Array\): PolygonAttribute;
Initial version: 9|polygon.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const Polygon: PolygonInterface;
Initial version: N/A|Class name: global
Method or attribute name: declare const Polygon: PolygonInterface;
Initial version: 9|polygon.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const PolygonInstance: PolygonAttribute;
Initial version: N/A|Class name: global
Method or attribute name: declare const PolygonInstance: PolygonAttribute;
Initial version: 9|polygon.d.ts| +|Initial version changed|Class name: PolylineInterface
Initial version: 7|Class name: PolylineInterface
Initial version: 9|polyline.d.ts| +|Initial version changed|Class name: PolylineInterface
Method or attribute name: new (value?: { width?: string \| number; height?: string \| number }): PolylineAttribute;
Initial version: 7|Class name: PolylineInterface
Method or attribute name: new (value?: { width?: string \| number; height?: string \| number }): PolylineAttribute;
Initial version: 9|polyline.d.ts| +|Initial version changed|Class name: PolylineInterface
Method or attribute name: (value?: { width?: string \| number; height?: string \| number }): PolylineAttribute;
Initial version: 7|Class name: PolylineInterface
Method or attribute name: (value?: { width?: string \| number; height?: string \| number }): PolylineAttribute;
Initial version: 9|polyline.d.ts| +|Initial version changed|Class name: PolylineAttribute
Initial version: 7|Class name: PolylineAttribute
Initial version: 9|polyline.d.ts| +|Initial version changed|Class name: PolylineAttribute
Method or attribute name: points(value: Array\): PolylineAttribute;
Initial version: 7|Class name: PolylineAttribute
Method or attribute name: points(value: Array\): PolylineAttribute;
Initial version: 9|polyline.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const Polyline: PolylineInterface;
Initial version: N/A|Class name: global
Method or attribute name: declare const Polyline: PolylineInterface;
Initial version: 9|polyline.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const PolylineInstance: PolylineAttribute;
Initial version: N/A|Class name: global
Method or attribute name: declare const PolylineInstance: PolylineAttribute;
Initial version: 9|polyline.d.ts| +|Initial version changed|Class name: ProgressOptions
Initial version: 7|Class name: ProgressOptions
Initial version: 9|progress.d.ts| +|Initial version changed|Class name: ProgressOptions
Method or attribute name: value: number;
Initial version: 7|Class name: ProgressOptions
Method or attribute name: value: number;
Initial version: 9|progress.d.ts| +|Initial version changed|Class name: ProgressOptions
Method or attribute name: total?: number;
Initial version: 7|Class name: ProgressOptions
Method or attribute name: total?: number;
Initial version: 9|progress.d.ts| +|Initial version changed|Class name: ProgressOptions
Method or attribute name: type?: ProgressType
Initial version: 8|Class name: ProgressOptions
Method or attribute name: type?: ProgressType
Initial version: 9|progress.d.ts| +|Initial version changed|Class name: ProgressType
Initial version: 8|Class name: ProgressType
Initial version: 9|progress.d.ts| +|Initial version changed|Class name: ProgressType
Method or attribute name: Linear
Initial version: 8|Class name: ProgressType
Method or attribute name: Linear
Initial version: 9|progress.d.ts| +|Initial version changed|Class name: ProgressType
Method or attribute name: Ring
Initial version: 8|Class name: ProgressType
Method or attribute name: Ring
Initial version: 9|progress.d.ts| +|Initial version changed|Class name: ProgressType
Method or attribute name: Eclipse
Initial version: 8|Class name: ProgressType
Method or attribute name: Eclipse
Initial version: 9|progress.d.ts| +|Initial version changed|Class name: ProgressType
Method or attribute name: ScaleRing
Initial version: 8|Class name: ProgressType
Method or attribute name: ScaleRing
Initial version: 9|progress.d.ts| +|Initial version changed|Class name: ProgressType
Method or attribute name: Capsule
Initial version: 8|Class name: ProgressType
Method or attribute name: Capsule
Initial version: 9|progress.d.ts| +|Initial version changed|Class name: ProgressStyleOptions
Initial version: 8|Class name: ProgressStyleOptions
Initial version: 9|progress.d.ts| +|Initial version changed|Class name: ProgressStyleOptions
Method or attribute name: strokeWidth?: Length;
Initial version: 8|Class name: ProgressStyleOptions
Method or attribute name: strokeWidth?: Length;
Initial version: 9|progress.d.ts| +|Initial version changed|Class name: ProgressStyleOptions
Method or attribute name: scaleCount?: number;
Initial version: 8|Class name: ProgressStyleOptions
Method or attribute name: scaleCount?: number;
Initial version: 9|progress.d.ts| +|Initial version changed|Class name: ProgressStyleOptions
Method or attribute name: scaleWidth?: Length;
Initial version: 8|Class name: ProgressStyleOptions
Method or attribute name: scaleWidth?: Length;
Initial version: 9|progress.d.ts| +|Initial version changed|Class name: ProgressStyle
Initial version: 7|Class name: ProgressStyle
Initial version: 9|progress.d.ts| +|Initial version changed|Class name: ProgressStyle
Method or attribute name: Linear
Initial version: 7|Class name: ProgressStyle
Method or attribute name: Linear
Initial version: 9|progress.d.ts| +|Initial version changed|Class name: ProgressStyle
Method or attribute name: Ring
Initial version: 8|Class name: ProgressStyle
Method or attribute name: Ring
Initial version: 9|progress.d.ts| +|Initial version changed|Class name: ProgressStyle
Method or attribute name: Eclipse
Initial version: 7|Class name: ProgressStyle
Method or attribute name: Eclipse
Initial version: 9|progress.d.ts| +|Initial version changed|Class name: ProgressStyle
Method or attribute name: ScaleRing
Initial version: 8|Class name: ProgressStyle
Method or attribute name: ScaleRing
Initial version: 9|progress.d.ts| +|Initial version changed|Class name: ProgressStyle
Method or attribute name: Capsule
Initial version: 8|Class name: ProgressStyle
Method or attribute name: Capsule
Initial version: 9|progress.d.ts| +|Initial version changed|Class name: ProgressInterface
Initial version: 7|Class name: ProgressInterface
Initial version: 9|progress.d.ts| +|Initial version changed|Class name: ProgressInterface
Method or attribute name: (options: ProgressOptions): ProgressAttribute;
Initial version: 7|Class name: ProgressInterface
Method or attribute name: (options: ProgressOptions): ProgressAttribute;
Initial version: 9|progress.d.ts| +|Initial version changed|Class name: ProgressAttribute
Initial version: 7|Class name: ProgressAttribute
Initial version: 9|progress.d.ts| +|Initial version changed|Class name: ProgressAttribute
Method or attribute name: value(value: number): ProgressAttribute;
Initial version: 7|Class name: ProgressAttribute
Method or attribute name: value(value: number): ProgressAttribute;
Initial version: 9|progress.d.ts| +|Initial version changed|Class name: ProgressAttribute
Method or attribute name: color(value: ResourceColor): ProgressAttribute;
Initial version: 7|Class name: ProgressAttribute
Method or attribute name: color(value: ResourceColor): ProgressAttribute;
Initial version: 9|progress.d.ts| +|Initial version changed|Class name: ProgressAttribute
Method or attribute name: style(value: ProgressStyleOptions): ProgressAttribute;
Initial version: 8|Class name: ProgressAttribute
Method or attribute name: style(value: ProgressStyleOptions): ProgressAttribute;
Initial version: 9|progress.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const Progress: ProgressInterface;
Initial version: N/A|Class name: global
Method or attribute name: declare const Progress: ProgressInterface;
Initial version: 9|progress.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const ProgressInstance: ProgressAttribute;
Initial version: N/A|Class name: global
Method or attribute name: declare const ProgressInstance: ProgressAttribute;
Initial version: 9|progress.d.ts| +|Initial version changed|Class name: QRCodeInterface
Initial version: 7|Class name: QRCodeInterface
Initial version: 9|qrcode.d.ts| +|Initial version changed|Class name: QRCodeInterface
Method or attribute name: (value: string): QRCodeAttribute;
Initial version: 7|Class name: QRCodeInterface
Method or attribute name: (value: string): QRCodeAttribute;
Initial version: 9|qrcode.d.ts| +|Initial version changed|Class name: QRCodeAttribute
Initial version: 7|Class name: QRCodeAttribute
Initial version: 9|qrcode.d.ts| +|Initial version changed|Class name: QRCodeAttribute
Method or attribute name: color(value: ResourceColor): QRCodeAttribute;
Initial version: 7|Class name: QRCodeAttribute
Method or attribute name: color(value: ResourceColor): QRCodeAttribute;
Initial version: 9|qrcode.d.ts| +|Initial version changed|Class name: QRCodeAttribute
Method or attribute name: backgroundColor(value: ResourceColor): QRCodeAttribute;
Initial version: 7|Class name: QRCodeAttribute
Method or attribute name: backgroundColor(value: ResourceColor): QRCodeAttribute;
Initial version: 9|qrcode.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const QRCode: QRCodeInterface;
Initial version: N/A|Class name: global
Method or attribute name: declare const QRCode: QRCodeInterface;
Initial version: 9|qrcode.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const QRCodeInstance: QRCodeAttribute;
Initial version: N/A|Class name: global
Method or attribute name: declare const QRCodeInstance: QRCodeAttribute;
Initial version: 9|qrcode.d.ts| +|Initial version changed|Class name: RadioOptions
Initial version: 8|Class name: RadioOptions
Initial version: 9|radio.d.ts| +|Initial version changed|Class name: RadioOptions
Method or attribute name: group: string;
Initial version: 8|Class name: RadioOptions
Method or attribute name: group: string;
Initial version: 9|radio.d.ts| +|Initial version changed|Class name: RadioOptions
Method or attribute name: value: string;
Initial version: 8|Class name: RadioOptions
Method or attribute name: value: string;
Initial version: 9|radio.d.ts| +|Initial version changed|Class name: RadioInterface
Initial version: 8|Class name: RadioInterface
Initial version: 9|radio.d.ts| +|Initial version changed|Class name: RadioInterface
Method or attribute name: (options: RadioOptions): RadioAttribute;
Initial version: 8|Class name: RadioInterface
Method or attribute name: (options: RadioOptions): RadioAttribute;
Initial version: 9|radio.d.ts| +|Initial version changed|Class name: RadioAttribute
Initial version: 8|Class name: RadioAttribute
Initial version: 9|radio.d.ts| +|Initial version changed|Class name: RadioAttribute
Method or attribute name: checked(value: boolean): RadioAttribute;
Initial version: 8|Class name: RadioAttribute
Method or attribute name: checked(value: boolean): RadioAttribute;
Initial version: 9|radio.d.ts| +|Initial version changed|Class name: RadioAttribute
Method or attribute name: onChange(callback: (isChecked: boolean) => void): RadioAttribute;
Initial version: 8|Class name: RadioAttribute
Method or attribute name: onChange(callback: (isChecked: boolean) => void): RadioAttribute;
Initial version: 9|radio.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const Radio: RadioInterface;
Initial version: N/A|Class name: global
Method or attribute name: declare const Radio: RadioInterface;
Initial version: 9|radio.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const RadioInstance: RadioAttribute;
Initial version: N/A|Class name: global
Method or attribute name: declare const RadioInstance: RadioAttribute;
Initial version: 9|radio.d.ts| +|Initial version changed|Class name: RatingInterface
Initial version: 7|Class name: RatingInterface
Initial version: 9|rating.d.ts| +|Initial version changed|Class name: RatingInterface
Method or attribute name: (options?: { rating: number; indicator?: boolean }): RatingAttribute;
Initial version: 7|Class name: RatingInterface
Method or attribute name: (options?: { rating: number; indicator?: boolean }): RatingAttribute;
Initial version: 9|rating.d.ts| +|Initial version changed|Class name: RatingAttribute
Initial version: 7|Class name: RatingAttribute
Initial version: 9|rating.d.ts| +|Initial version changed|Class name: RatingAttribute
Method or attribute name: stars(value: number): RatingAttribute;
Initial version: 7|Class name: RatingAttribute
Method or attribute name: stars(value: number): RatingAttribute;
Initial version: 9|rating.d.ts| +|Initial version changed|Class name: RatingAttribute
Method or attribute name: stepSize(value: number): RatingAttribute;
Initial version: 7|Class name: RatingAttribute
Method or attribute name: stepSize(value: number): RatingAttribute;
Initial version: 9|rating.d.ts| +|Initial version changed|Class name: RatingAttribute
Method or attribute name: starStyle(value: { backgroundUri: string; foregroundUri: string; secondaryUri?: string }): RatingAttribute;
Initial version: 7|Class name: RatingAttribute
Method or attribute name: starStyle(value: { backgroundUri: string; foregroundUri: string; secondaryUri?: string }): RatingAttribute;
Initial version: 9|rating.d.ts| +|Initial version changed|Class name: RatingAttribute
Method or attribute name: onChange(callback: (value: number) => void): RatingAttribute;
Initial version: 7|Class name: RatingAttribute
Method or attribute name: onChange(callback: (value: number) => void): RatingAttribute;
Initial version: 9|rating.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const Rating: RatingInterface;
Initial version: N/A|Class name: global
Method or attribute name: declare const Rating: RatingInterface;
Initial version: 9|rating.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const RatingInstance: RatingAttribute;
Initial version: N/A|Class name: global
Method or attribute name: declare const RatingInstance: RatingAttribute;
Initial version: 9|rating.d.ts| +|Initial version changed|Class name: RectInterface
Initial version: 7|Class name: RectInterface
Initial version: 9|rect.d.ts| +|Initial version changed|Class name: RectInterface
Method or attribute name: new (
value?:
{
width?: number \| string;
height?: number \| string;
radius?: number \| string \| Array\;
}
\| {
width?: number \| string;
height?: number \| string;
radiusWidth?: number \| string;
radiusHeight?: number \| string;
},
): RectAttribute;
Initial version: 7|Class name: RectInterface
Method or attribute name: new (
value?:
{
width?: number \| string;
height?: number \| string;
radius?: number \| string \| Array\;
}
\| {
width?: number \| string;
height?: number \| string;
radiusWidth?: number \| string;
radiusHeight?: number \| string;
},
): RectAttribute;
Initial version: 9|rect.d.ts| +|Initial version changed|Class name: RectInterface
Method or attribute name: (
value?:
{
width?: number \| string;
height?: number \| string;
radius?: number \| string \| Array\;
}
\| {
width?: number \| string;
height?: number \| string;
radiusWidth?: number \| string;
radiusHeight?: number \| string;
},
): RectAttribute;
Initial version: 7|Class name: RectInterface
Method or attribute name: (
value?:
{
width?: number \| string;
height?: number \| string;
radius?: number \| string \| Array\;
}
\| {
width?: number \| string;
height?: number \| string;
radiusWidth?: number \| string;
radiusHeight?: number \| string;
},
): RectAttribute;
Initial version: 9|rect.d.ts| +|Initial version changed|Class name: RectAttribute
Initial version: 7|Class name: RectAttribute
Initial version: 9|rect.d.ts| +|Initial version changed|Class name: RectAttribute
Method or attribute name: radiusWidth(value: number \| string): RectAttribute;
Initial version: 7|Class name: RectAttribute
Method or attribute name: radiusWidth(value: number \| string): RectAttribute;
Initial version: 9|rect.d.ts| +|Initial version changed|Class name: RectAttribute
Method or attribute name: radiusHeight(value: number \| string): RectAttribute;
Initial version: 7|Class name: RectAttribute
Method or attribute name: radiusHeight(value: number \| string): RectAttribute;
Initial version: 9|rect.d.ts| +|Initial version changed|Class name: RectAttribute
Method or attribute name: radius(value: number \| string \| Array\): RectAttribute;
Initial version: 7|Class name: RectAttribute
Method or attribute name: radius(value: number \| string \| Array\): RectAttribute;
Initial version: 9|rect.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const Rect: RectInterface;
Initial version: N/A|Class name: global
Method or attribute name: declare const Rect: RectInterface;
Initial version: 9|rect.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const Refresh: RefreshInterface;
Initial version: N/A|Class name: global
Method or attribute name: declare const Refresh: RefreshInterface;
Initial version: 8|refresh.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const RefreshInstance: RefreshAttribute;
Initial version: N/A|Class name: global
Method or attribute name: declare const RefreshInstance: RefreshAttribute;
Initial version: 8|refresh.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const RichText: RichTextInterface;
Initial version: N/A|Class name: global
Method or attribute name: declare const RichText: RichTextInterface;
Initial version: 8|rich_text.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const RichTextInstance: RichTextAttribute;
Initial version: N/A|Class name: global
Method or attribute name: declare const RichTextInstance: RichTextAttribute;
Initial version: 8|rich_text.d.ts| +|Initial version changed|Class name: RowInterface
Initial version: 7|Class name: RowInterface
Initial version: 9|row.d.ts| +|Initial version changed|Class name: RowInterface
Method or attribute name: (value?: { space?: string \| number }): RowAttribute;
Initial version: 7|Class name: RowInterface
Method or attribute name: (value?: { space?: string \| number }): RowAttribute;
Initial version: 9|row.d.ts| +|Initial version changed|Class name: RowAttribute
Initial version: 7|Class name: RowAttribute
Initial version: 9|row.d.ts| +|Initial version changed|Class name: RowAttribute
Method or attribute name: alignItems(value: VerticalAlign): RowAttribute;
Initial version: 7|Class name: RowAttribute
Method or attribute name: alignItems(value: VerticalAlign): RowAttribute;
Initial version: 9|row.d.ts| +|Initial version changed|Class name: RowAttribute
Method or attribute name: justifyContent(value: FlexAlign): RowAttribute;
Initial version: 8|Class name: RowAttribute
Method or attribute name: justifyContent(value: FlexAlign): RowAttribute;
Initial version: 9|row.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const Row: RowInterface;
Initial version: N/A|Class name: global
Method or attribute name: declare const Row: RowInterface;
Initial version: 9|row.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const RowInstance: RowAttribute;
Initial version: N/A|Class name: global
Method or attribute name: declare const RowInstance: RowAttribute;
Initial version: 9|row.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const RowSplit: RowSplitInterface;
Initial version: N/A|Class name: global
Method or attribute name: declare const RowSplit: RowSplitInterface;
Initial version: 7|row_split.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const RowSplitInstance: RowSplitAttribute;
Initial version: N/A|Class name: global
Method or attribute name: declare const RowSplitInstance: RowSplitAttribute;
Initial version: 7|row_split.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const Scroll: ScrollInterface;
Initial version: N/A|Class name: global
Method or attribute name: declare const Scroll: ScrollInterface;
Initial version: 7|scroll.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const ScrollInstance: ScrollAttribute;
Initial version: N/A|Class name: global
Method or attribute name: declare const ScrollInstance: ScrollAttribute;
Initial version: 7|scroll.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const ScrollBar: ScrollBarInterface;
Initial version: N/A|Class name: global
Method or attribute name: declare const ScrollBar: ScrollBarInterface;
Initial version: 8|scroll_bar.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const ScrollBarInstance: ScrollBarAttribute;
Initial version: N/A|Class name: global
Method or attribute name: declare const ScrollBarInstance: ScrollBarAttribute;
Initial version: 8|scroll_bar.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const Search: SearchInterface;
Initial version: N/A|Class name: global
Method or attribute name: declare const Search: SearchInterface;
Initial version: 8|search.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const SearchInstance: SearchAttribute;
Initial version: N/A|Class name: global
Method or attribute name: declare const SearchInstance: SearchAttribute;
Initial version: 8|search.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const Select: SelectInterface;
Initial version: N/A|Class name: global
Method or attribute name: declare const Select: SelectInterface;
Initial version: 8|select.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const SelectInstance: SelectAttribute;
Initial version: N/A|Class name: global
Method or attribute name: declare const SelectInstance: SelectAttribute;
Initial version: 8|select.d.ts| +|Initial version changed|Class name: ShapeInterface
Initial version: 7|Class name: ShapeInterface
Initial version: 9|shape.d.ts| +|Initial version changed|Class name: ShapeAttribute
Initial version: 7|Class name: ShapeAttribute
Initial version: 9|shape.d.ts| +|Initial version changed|Class name: ShapeAttribute
Method or attribute name: viewPort(value: { x?: number \| string; y?: number \| string; width?: number \| string; height?: number \| string }): ShapeAttribute;
Initial version: 7|Class name: ShapeAttribute
Method or attribute name: viewPort(value: { x?: number \| string; y?: number \| string; width?: number \| string; height?: number \| string }): ShapeAttribute;
Initial version: 9|shape.d.ts| +|Initial version changed|Class name: ShapeAttribute
Method or attribute name: stroke(value: ResourceColor): ShapeAttribute;
Initial version: 7|Class name: ShapeAttribute
Method or attribute name: stroke(value: ResourceColor): ShapeAttribute;
Initial version: 9|shape.d.ts| +|Initial version changed|Class name: ShapeAttribute
Method or attribute name: fill(value: ResourceColor): ShapeAttribute;
Initial version: 7|Class name: ShapeAttribute
Method or attribute name: fill(value: ResourceColor): ShapeAttribute;
Initial version: 9|shape.d.ts| +|Initial version changed|Class name: ShapeAttribute
Method or attribute name: strokeDashOffset(value: number \| string): ShapeAttribute;
Initial version: 7|Class name: ShapeAttribute
Method or attribute name: strokeDashOffset(value: number \| string): ShapeAttribute;
Initial version: 9|shape.d.ts| +|Initial version changed|Class name: ShapeAttribute
Method or attribute name: strokeDashArray(value: Array\): ShapeAttribute;
Initial version: 7|Class name: ShapeAttribute
Method or attribute name: strokeDashArray(value: Array\): ShapeAttribute;
Initial version: 9|shape.d.ts| +|Initial version changed|Class name: ShapeAttribute
Method or attribute name: strokeLineCap(value: LineCapStyle): ShapeAttribute;
Initial version: 7|Class name: ShapeAttribute
Method or attribute name: strokeLineCap(value: LineCapStyle): ShapeAttribute;
Initial version: 9|shape.d.ts| +|Initial version changed|Class name: ShapeAttribute
Method or attribute name: strokeLineJoin(value: LineJoinStyle): ShapeAttribute;
Initial version: 7|Class name: ShapeAttribute
Method or attribute name: strokeLineJoin(value: LineJoinStyle): ShapeAttribute;
Initial version: 9|shape.d.ts| +|Initial version changed|Class name: ShapeAttribute
Method or attribute name: strokeMiterLimit(value: number \| string): ShapeAttribute;
Initial version: 7|Class name: ShapeAttribute
Method or attribute name: strokeMiterLimit(value: number \| string): ShapeAttribute;
Initial version: 9|shape.d.ts| +|Initial version changed|Class name: ShapeAttribute
Method or attribute name: strokeOpacity(value: number \| string \| Resource): ShapeAttribute;
Initial version: 7|Class name: ShapeAttribute
Method or attribute name: strokeOpacity(value: number \| string \| Resource): ShapeAttribute;
Initial version: 9|shape.d.ts| +|Initial version changed|Class name: ShapeAttribute
Method or attribute name: fillOpacity(value: number \| string \| Resource): ShapeAttribute;
Initial version: 7|Class name: ShapeAttribute
Method or attribute name: fillOpacity(value: number \| string \| Resource): ShapeAttribute;
Initial version: 9|shape.d.ts| +|Initial version changed|Class name: ShapeAttribute
Method or attribute name: strokeWidth(value: number \| string): ShapeAttribute;
Initial version: 7|Class name: ShapeAttribute
Method or attribute name: strokeWidth(value: number \| string): ShapeAttribute;
Initial version: 9|shape.d.ts| +|Initial version changed|Class name: ShapeAttribute
Method or attribute name: antiAlias(value: boolean): ShapeAttribute;
Initial version: 7|Class name: ShapeAttribute
Method or attribute name: antiAlias(value: boolean): ShapeAttribute;
Initial version: 9|shape.d.ts| +|Initial version changed|Class name: ShapeAttribute
Method or attribute name: mesh(value: Array\, column: number, row: number): ShapeAttribute;
Initial version: 8|Class name: ShapeAttribute
Method or attribute name: mesh(value: Array\, column: number, row: number): ShapeAttribute;
Initial version: 9|shape.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const Shape: ShapeInterface;
Initial version: N/A|Class name: global
Method or attribute name: declare const Shape: ShapeInterface;
Initial version: 9|shape.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const ShapeInstance: ShapeAttribute;
Initial version: N/A|Class name: global
Method or attribute name: declare const ShapeInstance: ShapeAttribute;
Initial version: 9|shape.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const SideBarContainer: SideBarContainerInterface;
Initial version: N/A|Class name: global
Method or attribute name: declare const SideBarContainer: SideBarContainerInterface;
Initial version: 8|sidebar.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const SideBarContainerInstance: SideBarContainerAttribute;
Initial version: N/A|Class name: global
Method or attribute name: declare const SideBarContainerInstance: SideBarContainerAttribute;
Initial version: 8|sidebar.d.ts| +|Initial version changed|Class name: SliderStyle
Initial version: 7|Class name: SliderStyle
Initial version: 9|slider.d.ts| +|Initial version changed|Class name: SliderStyle
Method or attribute name: OutSet
Initial version: 7|Class name: SliderStyle
Method or attribute name: OutSet
Initial version: 9|slider.d.ts| +|Initial version changed|Class name: SliderStyle
Method or attribute name: InSet
Initial version: 7|Class name: SliderStyle
Method or attribute name: InSet
Initial version: 9|slider.d.ts| +|Initial version changed|Class name: SliderChangeMode
Initial version: 7|Class name: SliderChangeMode
Initial version: 9|slider.d.ts| +|Initial version changed|Class name: SliderChangeMode
Method or attribute name: Begin
Initial version: 7|Class name: SliderChangeMode
Method or attribute name: Begin
Initial version: 9|slider.d.ts| +|Initial version changed|Class name: SliderChangeMode
Method or attribute name: Moving
Initial version: 7|Class name: SliderChangeMode
Method or attribute name: Moving
Initial version: 9|slider.d.ts| +|Initial version changed|Class name: SliderChangeMode
Method or attribute name: End
Initial version: 7|Class name: SliderChangeMode
Method or attribute name: End
Initial version: 9|slider.d.ts| +|Initial version changed|Class name: SliderChangeMode
Method or attribute name: Click
Initial version: 8|Class name: SliderChangeMode
Method or attribute name: Click
Initial version: 9|slider.d.ts| +|Initial version changed|Class name: SliderOptions
Initial version: 7|Class name: SliderOptions
Initial version: 9|slider.d.ts| +|Initial version changed|Class name: SliderOptions
Method or attribute name: value?: number;
Initial version: 7|Class name: SliderOptions
Method or attribute name: value?: number;
Initial version: 9|slider.d.ts| +|Initial version changed|Class name: SliderOptions
Method or attribute name: min?: number;
Initial version: 7|Class name: SliderOptions
Method or attribute name: min?: number;
Initial version: 9|slider.d.ts| +|Initial version changed|Class name: SliderOptions
Method or attribute name: max?: number;
Initial version: 7|Class name: SliderOptions
Method or attribute name: max?: number;
Initial version: 9|slider.d.ts| +|Initial version changed|Class name: SliderOptions
Method or attribute name: step?: number;
Initial version: 7|Class name: SliderOptions
Method or attribute name: step?: number;
Initial version: 9|slider.d.ts| +|Initial version changed|Class name: SliderOptions
Method or attribute name: style?: SliderStyle;
Initial version: 7|Class name: SliderOptions
Method or attribute name: style?: SliderStyle;
Initial version: 9|slider.d.ts| +|Initial version changed|Class name: SliderOptions
Method or attribute name: direction?: Axis;
Initial version: 8|Class name: SliderOptions
Method or attribute name: direction?: Axis;
Initial version: 9|slider.d.ts| +|Initial version changed|Class name: SliderOptions
Method or attribute name: reverse?: boolean;
Initial version: 8|Class name: SliderOptions
Method or attribute name: reverse?: boolean;
Initial version: 9|slider.d.ts| +|Initial version changed|Class name: SliderInterface
Initial version: 7|Class name: SliderInterface
Initial version: 9|slider.d.ts| +|Initial version changed|Class name: SliderInterface
Method or attribute name: (options?: SliderOptions): SliderAttribute;
Initial version: 7|Class name: SliderInterface
Method or attribute name: (options?: SliderOptions): SliderAttribute;
Initial version: 9|slider.d.ts| +|Initial version changed|Class name: SliderAttribute
Initial version: 7|Class name: SliderAttribute
Initial version: 9|slider.d.ts| +|Initial version changed|Class name: SliderAttribute
Method or attribute name: blockColor(value: ResourceColor): SliderAttribute;
Initial version: 7|Class name: SliderAttribute
Method or attribute name: blockColor(value: ResourceColor): SliderAttribute;
Initial version: 9|slider.d.ts| +|Initial version changed|Class name: SliderAttribute
Method or attribute name: trackColor(value: ResourceColor): SliderAttribute;
Initial version: 7|Class name: SliderAttribute
Method or attribute name: trackColor(value: ResourceColor): SliderAttribute;
Initial version: 9|slider.d.ts| +|Initial version changed|Class name: SliderAttribute
Method or attribute name: selectedColor(value: ResourceColor): SliderAttribute;
Initial version: 7|Class name: SliderAttribute
Method or attribute name: selectedColor(value: ResourceColor): SliderAttribute;
Initial version: 9|slider.d.ts| +|Initial version changed|Class name: SliderAttribute
Method or attribute name: showSteps(value: boolean): SliderAttribute;
Initial version: 7|Class name: SliderAttribute
Method or attribute name: showSteps(value: boolean): SliderAttribute;
Initial version: 9|slider.d.ts| +|Initial version changed|Class name: SliderAttribute
Method or attribute name: showTips(value: boolean): SliderAttribute;
Initial version: 7|Class name: SliderAttribute
Method or attribute name: showTips(value: boolean): SliderAttribute;
Initial version: 9|slider.d.ts| +|Initial version changed|Class name: SliderAttribute
Method or attribute name: trackThickness(value: Length): SliderAttribute;
Initial version: 8|Class name: SliderAttribute
Method or attribute name: trackThickness(value: Length): SliderAttribute;
Initial version: 9|slider.d.ts| +|Initial version changed|Class name: SliderAttribute
Method or attribute name: onChange(callback: (value: number, mode: SliderChangeMode) => void): SliderAttribute;
Initial version: 7|Class name: SliderAttribute
Method or attribute name: onChange(callback: (value: number, mode: SliderChangeMode) => void): SliderAttribute;
Initial version: 9|slider.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const Slider: SliderInterface;
Initial version: N/A|Class name: global
Method or attribute name: declare const Slider: SliderInterface;
Initial version: 9|slider.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const SliderInstance: SliderAttribute;
Initial version: N/A|Class name: global
Method or attribute name: declare const SliderInstance: SliderAttribute;
Initial version: 9|slider.d.ts| +|Initial version changed|Class name: SpanInterface
Initial version: 7|Class name: SpanInterface
Initial version: 9|span.d.ts| +|Initial version changed|Class name: SpanInterface
Method or attribute name: (value: string \| Resource): SpanAttribute;
Initial version: 7|Class name: SpanInterface
Method or attribute name: (value: string \| Resource): SpanAttribute;
Initial version: 9|span.d.ts| +|Initial version changed|Class name: SpanAttribute
Initial version: 7|Class name: SpanAttribute
Initial version: 9|span.d.ts| +|Initial version changed|Class name: SpanAttribute
Method or attribute name: fontColor(value: ResourceColor): SpanAttribute;
Initial version: 7|Class name: SpanAttribute
Method or attribute name: fontColor(value: ResourceColor): SpanAttribute;
Initial version: 9|span.d.ts| +|Initial version changed|Class name: SpanAttribute
Method or attribute name: fontSize(value: number \| string \| Resource): SpanAttribute;
Initial version: 7|Class name: SpanAttribute
Method or attribute name: fontSize(value: number \| string \| Resource): SpanAttribute;
Initial version: 9|span.d.ts| +|Initial version changed|Class name: SpanAttribute
Method or attribute name: fontStyle(value: FontStyle): SpanAttribute;
Initial version: 7|Class name: SpanAttribute
Method or attribute name: fontStyle(value: FontStyle): SpanAttribute;
Initial version: 9|span.d.ts| +|Initial version changed|Class name: SpanAttribute
Method or attribute name: fontWeight(value: number \| FontWeight \| string): SpanAttribute;
Initial version: 7|Class name: SpanAttribute
Method or attribute name: fontWeight(value: number \| FontWeight \| string): SpanAttribute;
Initial version: 9|span.d.ts| +|Initial version changed|Class name: SpanAttribute
Method or attribute name: fontFamily(value: string \| Resource): SpanAttribute;
Initial version: 7|Class name: SpanAttribute
Method or attribute name: fontFamily(value: string \| Resource): SpanAttribute;
Initial version: 9|span.d.ts| +|Initial version changed|Class name: SpanAttribute
Method or attribute name: decoration(value: { type: TextDecorationType; color?: ResourceColor }): SpanAttribute;
Initial version: 7|Class name: SpanAttribute
Method or attribute name: decoration(value: { type: TextDecorationType; color?: ResourceColor }): SpanAttribute;
Initial version: 9|span.d.ts| +|Initial version changed|Class name: SpanAttribute
Method or attribute name: letterSpacing(value: number \| string): SpanAttribute;
Initial version: 7|Class name: SpanAttribute
Method or attribute name: letterSpacing(value: number \| string): SpanAttribute;
Initial version: 9|span.d.ts| +|Initial version changed|Class name: SpanAttribute
Method or attribute name: textCase(value: TextCase): SpanAttribute;
Initial version: N/A|Class name: SpanAttribute
Method or attribute name: textCase(value: TextCase): SpanAttribute;
Initial version: 9|span.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const Span: SpanInterface;
Initial version: N/A|Class name: global
Method or attribute name: declare const Span: SpanInterface;
Initial version: 9|span.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const SpanInstance: SpanAttribute;
Initial version: N/A|Class name: global
Method or attribute name: declare const SpanInstance: SpanAttribute;
Initial version: 9|span.d.ts| +|Initial version changed|Class name: StackInterface
Initial version: 7|Class name: StackInterface
Initial version: 9|stack.d.ts| +|Initial version changed|Class name: StackInterface
Method or attribute name: (value?: { alignContent?: Alignment }): StackAttribute;
Initial version: 7|Class name: StackInterface
Method or attribute name: (value?: { alignContent?: Alignment }): StackAttribute;
Initial version: 9|stack.d.ts| +|Initial version changed|Class name: StackAttribute
Initial version: 7|Class name: StackAttribute
Initial version: 9|stack.d.ts| +|Initial version changed|Class name: StackAttribute
Method or attribute name: alignContent(value: Alignment): StackAttribute;
Initial version: 7|Class name: StackAttribute
Method or attribute name: alignContent(value: Alignment): StackAttribute;
Initial version: 9|stack.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const Stack: StackInterface;
Initial version: N/A|Class name: global
Method or attribute name: declare const Stack: StackInterface;
Initial version: 9|stack.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const StackInstance: StackAttribute;
Initial version: N/A|Class name: global
Method or attribute name: declare const StackInstance: StackAttribute;
Initial version: 9|stack.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const Stepper: StepperInterface;
Initial version: N/A|Class name: global
Method or attribute name: declare const Stepper: StepperInterface;
Initial version: 8|stepper.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const StepperInstance: StepperAttribute;
Initial version: N/A|Class name: global
Method or attribute name: declare const StepperInstance: StepperAttribute;
Initial version: 8|stepper.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const StepperItemInstance: StepperItemAttribute;
Initial version: N/A|Class name: global
Method or attribute name: declare const StepperItemInstance: StepperItemAttribute;
Initial version: 8|stepper_item.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const StepperItem: StepperItemInterface;
Initial version: N/A|Class name: global
Method or attribute name: declare const StepperItem: StepperItemInterface;
Initial version: 8|stepper_item.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const Swiper: SwiperInterface;
Initial version: N/A|Class name: global
Method or attribute name: declare const Swiper: SwiperInterface;
Initial version: 7|swiper.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const SwiperInstance: SwiperAttribute;
Initial version: N/A|Class name: global
Method or attribute name: declare const SwiperInstance: SwiperAttribute;
Initial version: 7|swiper.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const Tabs: TabsInterface;
Initial version: N/A|Class name: global
Method or attribute name: declare const Tabs: TabsInterface;
Initial version: 7|tabs.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const TabsInstance: TabsAttribute;
Initial version: N/A|Class name: global
Method or attribute name: declare const TabsInstance: TabsAttribute;
Initial version: 7|tabs.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const TabContent: TabContentInterface;
Initial version: N/A|Class name: global
Method or attribute name: declare const TabContent: TabContentInterface;
Initial version: 7|tab_content.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const TabContentInstance: TabContentAttribute;
Initial version: N/A|Class name: global
Method or attribute name: declare const TabContentInstance: TabContentAttribute;
Initial version: 7|tab_content.d.ts| +|Initial version changed|Class name: TextInterface
Initial version: 7|Class name: TextInterface
Initial version: 9|text.d.ts| +|Initial version changed|Class name: TextInterface
Method or attribute name: (content?: string \| Resource): TextAttribute;
Initial version: 7|Class name: TextInterface
Method or attribute name: (content?: string \| Resource): TextAttribute;
Initial version: 9|text.d.ts| +|Initial version changed|Class name: TextAttribute
Initial version: 7|Class name: TextAttribute
Initial version: 9|text.d.ts| +|Initial version changed|Class name: TextAttribute
Method or attribute name: fontColor(value: ResourceColor): TextAttribute;
Initial version: 7|Class name: TextAttribute
Method or attribute name: fontColor(value: ResourceColor): TextAttribute;
Initial version: 9|text.d.ts| +|Initial version changed|Class name: TextAttribute
Method or attribute name: fontSize(value: number \| string \| Resource): TextAttribute;
Initial version: 7|Class name: TextAttribute
Method or attribute name: fontSize(value: number \| string \| Resource): TextAttribute;
Initial version: 9|text.d.ts| +|Initial version changed|Class name: TextAttribute
Method or attribute name: minFontSize(value: number \| string \| Resource): TextAttribute;
Initial version: 7|Class name: TextAttribute
Method or attribute name: minFontSize(value: number \| string \| Resource): TextAttribute;
Initial version: 9|text.d.ts| +|Initial version changed|Class name: TextAttribute
Method or attribute name: maxFontSize(value: number \| string \| Resource): TextAttribute;
Initial version: 7|Class name: TextAttribute
Method or attribute name: maxFontSize(value: number \| string \| Resource): TextAttribute;
Initial version: 9|text.d.ts| +|Initial version changed|Class name: TextAttribute
Method or attribute name: fontStyle(value: FontStyle): TextAttribute;
Initial version: 7|Class name: TextAttribute
Method or attribute name: fontStyle(value: FontStyle): TextAttribute;
Initial version: 9|text.d.ts| +|Initial version changed|Class name: TextAttribute
Method or attribute name: fontWeight(value: number \| FontWeight \| string): TextAttribute;
Initial version: 7|Class name: TextAttribute
Method or attribute name: fontWeight(value: number \| FontWeight \| string): TextAttribute;
Initial version: 9|text.d.ts| +|Initial version changed|Class name: TextAttribute
Method or attribute name: textAlign(value: TextAlign): TextAttribute;
Initial version: 7|Class name: TextAttribute
Method or attribute name: textAlign(value: TextAlign): TextAttribute;
Initial version: 9|text.d.ts| +|Initial version changed|Class name: TextAttribute
Method or attribute name: lineHeight(value: number \| string \| Resource): TextAttribute;
Initial version: 7|Class name: TextAttribute
Method or attribute name: lineHeight(value: number \| string \| Resource): TextAttribute;
Initial version: 9|text.d.ts| +|Initial version changed|Class name: TextAttribute
Method or attribute name: textOverflow(value: { overflow: TextOverflow }): TextAttribute;
Initial version: 7|Class name: TextAttribute
Method or attribute name: textOverflow(value: { overflow: TextOverflow }): TextAttribute;
Initial version: 9|text.d.ts| +|Initial version changed|Class name: TextAttribute
Method or attribute name: fontFamily(value: string \| Resource): TextAttribute;
Initial version: 7|Class name: TextAttribute
Method or attribute name: fontFamily(value: string \| Resource): TextAttribute;
Initial version: 9|text.d.ts| +|Initial version changed|Class name: TextAttribute
Method or attribute name: maxLines(value: number): TextAttribute;
Initial version: 7|Class name: TextAttribute
Method or attribute name: maxLines(value: number): TextAttribute;
Initial version: 9|text.d.ts| +|Initial version changed|Class name: TextAttribute
Method or attribute name: decoration(value: { type: TextDecorationType; color?: ResourceColor }): TextAttribute;
Initial version: 7|Class name: TextAttribute
Method or attribute name: decoration(value: { type: TextDecorationType; color?: ResourceColor }): TextAttribute;
Initial version: 9|text.d.ts| +|Initial version changed|Class name: TextAttribute
Method or attribute name: letterSpacing(value: number \| string): TextAttribute;
Initial version: 7|Class name: TextAttribute
Method or attribute name: letterSpacing(value: number \| string): TextAttribute;
Initial version: 9|text.d.ts| +|Initial version changed|Class name: TextAttribute
Method or attribute name: textCase(value: TextCase): TextAttribute;
Initial version: 7|Class name: TextAttribute
Method or attribute name: textCase(value: TextCase): TextAttribute;
Initial version: 9|text.d.ts| +|Initial version changed|Class name: TextAttribute
Method or attribute name: baselineOffset(value: number \| string): TextAttribute;
Initial version: 7|Class name: TextAttribute
Method or attribute name: baselineOffset(value: number \| string): TextAttribute;
Initial version: 9|text.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const TextInstance: TextAttribute;
Initial version: N/A|Class name: global
Method or attribute name: declare const TextInstance: TextAttribute;
Initial version: 9|text.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const Text: TextInterface;
Initial version: N/A|Class name: global
Method or attribute name: declare const Text: TextInterface;
Initial version: 9|text.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const TextArea: TextAreaInterface;
Initial version: N/A|Class name: global
Method or attribute name: declare const TextArea: TextAreaInterface;
Initial version: 7|text_area.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const TextAreaInstance: TextAreaAttribute;
Initial version: N/A|Class name: global
Method or attribute name: declare const TextAreaInstance: TextAreaAttribute;
Initial version: 7|text_area.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const TextClock: TextClockInterface;
Initial version: N/A|Class name: global
Method or attribute name: declare const TextClock: TextClockInterface;
Initial version: 8|text_clock.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const TextClockInstance: TextClockAttribute;
Initial version: N/A|Class name: global
Method or attribute name: declare const TextClockInstance: TextClockAttribute;
Initial version: 8|text_clock.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const TextInput: TextInputInterface;
Initial version: N/A|Class name: global
Method or attribute name: declare const TextInput: TextInputInterface;
Initial version: 7|text_input.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const TextInputInstance: TextInputAttribute;
Initial version: N/A|Class name: global
Method or attribute name: declare const TextInputInstance: TextInputAttribute;
Initial version: 7|text_input.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const TextPicker: TextPickerInterface;
Initial version: N/A|Class name: global
Method or attribute name: declare const TextPicker: TextPickerInterface;
Initial version: 8|text_picker.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const TextPickerInstance: TextPickerAttribute;
Initial version: N/A|Class name: global
Method or attribute name: declare const TextPickerInstance: TextPickerAttribute;
Initial version: 8|text_picker.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const TextTimer: TextTimerInterface;
Initial version: N/A|Class name: global
Method or attribute name: declare const TextTimer: TextTimerInterface;
Initial version: 8|text_timer.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const TextTimerInstance: TextTimerAttribute;
Initial version: N/A|Class name: global
Method or attribute name: declare const TextTimerInstance: TextTimerAttribute;
Initial version: 8|text_timer.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const TimePicker: TimePickerInterface;
Initial version: N/A|Class name: global
Method or attribute name: declare const TimePicker: TimePickerInterface;
Initial version: 8|time_picker.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const TimePickerInstance: TimePickerAttribute;
Initial version: N/A|Class name: global
Method or attribute name: declare const TimePickerInstance: TimePickerAttribute;
Initial version: 8|time_picker.d.ts| +|Initial version changed|Class name: ToggleType
Initial version: 8|Class name: ToggleType
Initial version: 9|toggle.d.ts| +|Initial version changed|Class name: ToggleType
Method or attribute name: Checkbox
Initial version: 8|Class name: ToggleType
Method or attribute name: Checkbox
Initial version: 9|toggle.d.ts| +|Initial version changed|Class name: ToggleType
Method or attribute name: Switch
Initial version: 8|Class name: ToggleType
Method or attribute name: Switch
Initial version: 9|toggle.d.ts| +|Initial version changed|Class name: ToggleType
Method or attribute name: Button
Initial version: 8|Class name: ToggleType
Method or attribute name: Button
Initial version: 9|toggle.d.ts| +|Initial version changed|Class name: ToggleInterface
Initial version: 8|Class name: ToggleInterface
Initial version: 9|toggle.d.ts| +|Initial version changed|Class name: ToggleInterface
Method or attribute name: (options: { type: ToggleType; isOn?: boolean }): ToggleAttribute;
Initial version: 8|Class name: ToggleInterface
Method or attribute name: (options: { type: ToggleType; isOn?: boolean }): ToggleAttribute;
Initial version: 9|toggle.d.ts| +|Initial version changed|Class name: ToggleAttribute
Initial version: 8|Class name: ToggleAttribute
Initial version: 9|toggle.d.ts| +|Initial version changed|Class name: ToggleAttribute
Method or attribute name: onChange(callback: (isOn: boolean) => void): ToggleAttribute;
Initial version: 8|Class name: ToggleAttribute
Method or attribute name: onChange(callback: (isOn: boolean) => void): ToggleAttribute;
Initial version: 9|toggle.d.ts| +|Initial version changed|Class name: ToggleAttribute
Method or attribute name: selectedColor(value: ResourceColor): ToggleAttribute;
Initial version: 8|Class name: ToggleAttribute
Method or attribute name: selectedColor(value: ResourceColor): ToggleAttribute;
Initial version: 9|toggle.d.ts| +|Initial version changed|Class name: ToggleAttribute
Method or attribute name: switchPointColor(color: ResourceColor): ToggleAttribute;
Initial version: 8|Class name: ToggleAttribute
Method or attribute name: switchPointColor(color: ResourceColor): ToggleAttribute;
Initial version: 9|toggle.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const Toggle: ToggleInterface;
Initial version: N/A|Class name: global
Method or attribute name: declare const Toggle: ToggleInterface;
Initial version: 9|toggle.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const ToggleInstance: ToggleAttribute;
Initial version: N/A|Class name: global
Method or attribute name: declare const ToggleInstance: ToggleAttribute;
Initial version: 9|toggle.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const Video: VideoInterface;
Initial version: N/A|Class name: global
Method or attribute name: declare const Video: VideoInterface;
Initial version: 7|video.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const VideoInstance: VideoAttribute;
Initial version: N/A|Class name: global
Method or attribute name: declare const VideoInstance: VideoAttribute;
Initial version: 7|video.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const Web: WebInterface;
Initial version: N/A|Class name: global
Method or attribute name: declare const Web: WebInterface;
Initial version: 8|web.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const WebInstance: WebAttribute;
Initial version: N/A|Class name: global
Method or attribute name: declare const WebInstance: WebAttribute;
Initial version: 8|web.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const XComponent: XComponentInterface;
Initial version: N/A|Class name: global
Method or attribute name: declare const XComponent: XComponentInterface;
Initial version: 8|xcomponent.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const XComponentInstance: XComponentAttribute;
Initial version: N/A|Class name: global
Method or attribute name: declare const XComponentInstance: XComponentAttribute;
Initial version: 8|xcomponent.d.ts| +|SysCap changed|Class name: console
Method or attribute name: static debug(message: string, ...arguments: any[]): void;
SysCap:SystemCapability.ArkUI.ArkUI.Full|Class name: console
Method or attribute name: static debug(message: string, ...arguments: any[]): void;
SysCap: N/A|global.d.ts| +|SysCap changed|Class name: console
Method or attribute name: static log(message: string, ...arguments: any[]): void;
SysCap:SystemCapability.ArkUI.ArkUI.Full|Class name: console
Method or attribute name: static log(message: string, ...arguments: any[]): void;
SysCap: N/A|global.d.ts| +|SysCap changed|Class name: console
Method or attribute name: static info(message: string, ...arguments: any[]): void;
SysCap:SystemCapability.ArkUI.ArkUI.Full|Class name: console
Method or attribute name: static info(message: string, ...arguments: any[]): void;
SysCap: N/A|global.d.ts| +|SysCap changed|Class name: console
Method or attribute name: static warn(message: string, ...arguments: any[]): void;
SysCap:SystemCapability.ArkUI.ArkUI.Full|Class name: console
Method or attribute name: static warn(message: string, ...arguments: any[]): void;
SysCap: N/A|global.d.ts| +|SysCap changed|Class name: console
Method or attribute name: static error(message: string, ...arguments: any[]): void;
SysCap:SystemCapability.ArkUI.ArkUI.Full|Class name: console
Method or attribute name: static error(message: string, ...arguments: any[]): void;
SysCap: N/A|global.d.ts| +|SysCap changed|Class name:
Method or attribute name: function getInspectorByKey(id: string): string;
SysCap:SystemCapability.ArkUI.ArkUI.Full|Class name:
Method or attribute name: function getInspectorByKey(id: string): string;
SysCap: N/A|global.d.ts| +|SysCap changed|Class name:
Method or attribute name: function sendEventByKey(id: string, action: number, params: string): boolean;
SysCap:SystemCapability.ArkUI.ArkUI.Full|Class name:
Method or attribute name: function sendEventByKey(id: string, action: number, params: string): boolean;
SysCap: N/A|global.d.ts| +|SysCap changed|Class name:
Method or attribute name: function sendTouchEvent(event: TouchObject): boolean;
SysCap:SystemCapability.ArkUI.ArkUI.Full|Class name:
Method or attribute name: function sendTouchEvent(event: TouchObject): boolean;
SysCap: N/A|global.d.ts| +|SysCap changed|Class name:
Method or attribute name: function sendKeyEvent(event: KeyEvent): boolean;
SysCap:SystemCapability.ArkUI.ArkUI.Full|Class name:
Method or attribute name: function sendKeyEvent(event: KeyEvent): boolean;
SysCap: N/A|global.d.ts| +|SysCap changed|Class name:
Method or attribute name: function sendMouseEvent(event: MouseEvent): boolean;
SysCap:SystemCapability.ArkUI.ArkUI.Full|Class name:
Method or attribute name: function sendMouseEvent(event: MouseEvent): boolean;
SysCap: N/A|global.d.ts| +|SysCap changed|Class name: RouterOptions
SysCap:SystemCapability.ArkUI.ArkUI.Full|Class name: RouterOptions
SysCap:SystemCapability.ArkUI.ArkUI.Lite|@ohos.router.d.ts| +|SysCap changed|Class name: router
Method or attribute name: function replace(options: RouterOptions):void;
SysCap:SystemCapability.ArkUI.ArkUI.Full|Class name: router
Method or attribute name: function replace(options: RouterOptions):void;
SysCap:SystemCapability.ArkUI.ArkUI.Lite|@ohos.router.d.ts| +|SysCap changed|Class name: TabContentInterface
SysCap: N/A|Class name: TabContentInterface
SysCap:SystemCapability.ArkUI.ArkUI.Full|tab_content.d.ts| +|SysCap changed|Class name: TabContentInterface
Method or attribute name: (): TabContentAttribute;
SysCap: N/A|Class name: TabContentInterface
Method or attribute name: (): TabContentAttribute;
SysCap:SystemCapability.ArkUI.ArkUI.Full|tab_content.d.ts| +|SysCap changed|Class name: TabContentAttribute
SysCap: N/A|Class name: TabContentAttribute
SysCap:SystemCapability.ArkUI.ArkUI.Full|tab_content.d.ts| +|SysCap changed|Class name: TabContentAttribute
Method or attribute name: tabBar(value: string \| Resource \| CustomBuilder \|
{ icon?: string \| Resource; text?: string \| Resource }): TabContentAttribute;
SysCap: N/A|Class name: TabContentAttribute
Method or attribute name: tabBar(value: string \| Resource \| CustomBuilder \|
{ icon?: string \| Resource; text?: string \| Resource }): TabContentAttribute;
SysCap:SystemCapability.ArkUI.ArkUI.Full|tab_content.d.ts| +|SysCap changed|Class name: global
Method or attribute name: declare const TabContent: TabContentInterface;
SysCap: N/A|Class name: global
Method or attribute name: declare const TabContent: TabContentInterface;
SysCap:SystemCapability.ArkUI.ArkUI.Full|tab_content.d.ts| +|SysCap changed|Class name: global
Method or attribute name: declare const TabContentInstance: TabContentAttribute;
SysCap: N/A|Class name: global
Method or attribute name: declare const TabContentInstance: TabContentAttribute;
SysCap:SystemCapability.ArkUI.ArkUI.Full|tab_content.d.ts| +|SysCap changed|Class name:
Method or attribute name: function createLocalParticleAbility(name?: string): any;
SysCap:SystemCapability.ArkUI.ArkUI.Full|Class name:
Method or attribute name: function createLocalParticleAbility(name?: string): any;
SysCap: N/A|global.d.ts| +|Function changed|Class name:
Method or attribute name: function getInspectorTree(): string;
|Class name:
Method or attribute name: function getInspectorTree(): Object;
|global.d.ts| +|Function changed|Class name: FormComponentInterface
Method or attribute name: (value: {
id: number;
name: string;
bundle: string;
ability: string;
module: string;
dimension?: FormDimension;
temporary?: boolean;
}): FormComponentAttribute;
|Class name: FormComponentInterface
Method or attribute name: (value: {
id: number;
name: string;
bundle: string;
ability: string;
module: string;
dimension?: FormDimension;
temporary?: boolean;
want?: import('../api/@ohos.app.ability.Want').default;
}): FormComponentAttribute;
|form_component.d.ts| +|Function changed|Class name: ImageAnimatorAttribute
Method or attribute name: images(
value: Array\<{
src: string;
width?: number \| string;
height?: number \| string;
top?: number \| string;
left?: number \| string;
duration?: number;
}>,
): ImageAnimatorAttribute;
|Class name: ImageAnimatorAttribute
Method or attribute name: images(value: Array\): ImageAnimatorAttribute;
|image_animator.d.ts| +|Function changed|Class name: NavigationAttribute
Method or attribute name: title(value: string \| CustomBuilder): NavigationAttribute;
|Class name: NavigationAttribute
Method or attribute name: title(value: string \| CustomBuilder \| NavigationCommonTitle \| NavigationCustomTitle): NavigationAttribute;
|navigation.d.ts| +|Function changed|Class name: WebAttribute
Method or attribute name: javaScriptProxy(javaScriptProxy: { object: object, name: string, methodList: Array\,
controller: WebController }): WebAttribute;
|Class name: WebAttribute
Method or attribute name: javaScriptProxy(javaScriptProxy: { object: object, name: string, methodList: Array\,
controller: WebController \| WebviewController }): WebAttribute;
|web.d.ts| +|Function changed|Class name: WebAttribute
Method or attribute name: onRefreshAccessedHistory(callback: (event?: { url: string, refreshed: boolean }) => void): WebAttribute;
|Class name: WebAttribute
Method or attribute name: onRefreshAccessedHistory(callback: (event?: { url: string, isRefreshed: boolean }) => void): WebAttribute;
|web.d.ts| +|Function changed|Class name: XComponentController
Method or attribute name: getXComponentSurfaceId();
|Class name: XComponentController
Method or attribute name: getXComponentSurfaceId(): string;
|xcomponent.d.ts| +|Function changed|Class name: XComponentController
Method or attribute name: getXComponentContext();
|Class name: XComponentController
Method or attribute name: getXComponentContext(): Object;
|xcomponent.d.ts| +|Function changed|Class name: XComponentController
Method or attribute name: setXComponentSurfaceSize(value: {
surfaceWidth: number;
surfaceHeight: number;
});
|Class name: XComponentController
Method or attribute name: setXComponentSurfaceSize(value: {
surfaceWidth: number;
surfaceHeight: number;
}): void;
|xcomponent.d.ts| diff --git a/en/release-notes/api-diff/v3.2-Release/js-apidiff-battery.md b/en/release-notes/api-diff/v3.2-Release/js-apidiff-battery.md new file mode 100644 index 0000000000000000000000000000000000000000..b5fc1371e3daea14de8e2735b00162516d0ada23 --- /dev/null +++ b/en/release-notes/api-diff/v3.2-Release/js-apidiff-battery.md @@ -0,0 +1,115 @@ +| Change Type | Old Version | New Version | d.ts File | +| ---- | ------ | ------ | -------- | +|Added|NA|Module name: ohos.batteryInfo
Class name: batteryInfo
Method or attribute name: const batteryCapacityLevel: BatteryCapacityLevel;|@ohos.batteryInfo.d.ts| +|Added|NA|Module name: ohos.batteryInfo
Class name: batteryInfo
Method or attribute name: const estimatedRemainingChargeTime: number;|@ohos.batteryInfo.d.ts| +|Added|NA|Module name: ohos.batteryInfo
Class name: batteryInfo
Method or attribute name: const totalEnergy: number;|@ohos.batteryInfo.d.ts| +|Added|NA|Module name: ohos.batteryInfo
Class name: batteryInfo
Method or attribute name: const nowCurrent: number;|@ohos.batteryInfo.d.ts| +|Added|NA|Module name: ohos.batteryInfo
Class name: batteryInfo
Method or attribute name: const remainingEnergy: number;|@ohos.batteryInfo.d.ts| +|Added|NA|Module name: ohos.batteryInfo
Class name: BatteryCapacityLevel|@ohos.batteryInfo.d.ts| +|Added|NA|Module name: ohos.batteryInfo
Class name: BatteryCapacityLevel
Method or attribute name: LEVEL_FULL|@ohos.batteryInfo.d.ts| +|Added|NA|Module name: ohos.batteryInfo
Class name: BatteryCapacityLevel
Method or attribute name: LEVEL_HIGH|@ohos.batteryInfo.d.ts| +|Added|NA|Module name: ohos.batteryInfo
Class name: BatteryCapacityLevel
Method or attribute name: LEVEL_NORMAL|@ohos.batteryInfo.d.ts| +|Added|NA|Module name: ohos.batteryInfo
Class name: BatteryCapacityLevel
Method or attribute name: LEVEL_LOW|@ohos.batteryInfo.d.ts| +|Added|NA|Module name: ohos.batteryInfo
Class name: BatteryCapacityLevel
Method or attribute name: LEVEL_WARNING|@ohos.batteryInfo.d.ts| +|Added|NA|Module name: ohos.batteryInfo
Class name: BatteryCapacityLevel
Method or attribute name: LEVEL_CRITICAL|@ohos.batteryInfo.d.ts| +|Added|NA|Module name: ohos.batteryInfo
Class name: BatteryCapacityLevel
Method or attribute name: LEVEL_SHUTDOWN|@ohos.batteryInfo.d.ts| +|Added|NA|Module name: ohos.batteryInfo
Class name: CommonEventBatteryChangedKey|@ohos.batteryInfo.d.ts| +|Added|NA|Module name: ohos.batteryInfo
Class name: CommonEventBatteryChangedKey
Method or attribute name: EXTRA_SOC = "soc"|@ohos.batteryInfo.d.ts| +|Added|NA|Module name: ohos.batteryInfo
Class name: CommonEventBatteryChangedKey
Method or attribute name: EXTRA_CHARGE_STATE = "chargeState"|@ohos.batteryInfo.d.ts| +|Added|NA|Module name: ohos.batteryInfo
Class name: CommonEventBatteryChangedKey
Method or attribute name: EXTRA_HEALTH_STATE = "healthState"|@ohos.batteryInfo.d.ts| +|Added|NA|Module name: ohos.batteryInfo
Class name: CommonEventBatteryChangedKey
Method or attribute name: EXTRA_PLUGGED_TYPE = "pluggedType"|@ohos.batteryInfo.d.ts| +|Added|NA|Module name: ohos.batteryInfo
Class name: CommonEventBatteryChangedKey
Method or attribute name: EXTRA_VOLTAGE = "voltage"|@ohos.batteryInfo.d.ts| +|Added|NA|Module name: ohos.batteryInfo
Class name: CommonEventBatteryChangedKey
Method or attribute name: EXTRA_TECHNOLOGY = "technology"|@ohos.batteryInfo.d.ts| +|Added|NA|Module name: ohos.batteryInfo
Class name: CommonEventBatteryChangedKey
Method or attribute name: EXTRA_TEMPERATURE = "temperature"|@ohos.batteryInfo.d.ts| +|Added|NA|Module name: ohos.batteryInfo
Class name: CommonEventBatteryChangedKey
Method or attribute name: EXTRA_PRESENT = "present"|@ohos.batteryInfo.d.ts| +|Added|NA|Module name: ohos.batteryInfo
Class name: CommonEventBatteryChangedKey
Method or attribute name: EXTRA_CAPACITY_LEVEL = "capacityLevel"|@ohos.batteryInfo.d.ts| +|Added|NA|Class name: power
Method or attribute name: function shutdown(reason: string): void;|@ohos.power.d.ts| +|Added|NA|Class name: power
Method or attribute name: function reboot(reason: string): void;|@ohos.power.d.ts| +|Added|NA|Class name: power
Method or attribute name: function isActive(): boolean;|@ohos.power.d.ts| +|Added|NA|Class name: power
Method or attribute name: function wakeup(detail: string): void;|@ohos.power.d.ts| +|Added|NA|Class name: power
Method or attribute name: function suspend(): void;|@ohos.power.d.ts| +|Added|NA|Class name: power
Method or attribute name: function getPowerMode(): DevicePowerMode;|@ohos.power.d.ts| +|Added|NA|Class name: power
Method or attribute name: function setPowerMode(mode: DevicePowerMode, callback: AsyncCallback\): void;|@ohos.power.d.ts| +|Added|NA|Class name: power
Method or attribute name: function setPowerMode(mode: DevicePowerMode): Promise\;|@ohos.power.d.ts| +|Added|NA|Module name: ohos.power
Class name: DevicePowerMode|@ohos.power.d.ts| +|Added|NA|Class name: DevicePowerMode
Method or attribute name: |@ohos.power.d.ts| +|Added|NA|Module name: ohos.power
Class name: DevicePowerMode
Method or attribute name: MODE_NORMAL = 600|@ohos.power.d.ts| +|Added|NA|Class name: DevicePowerMode
Method or attribute name: MODE_NORMAL = 600|@ohos.power.d.ts| +|Added|NA|Module name: ohos.power
Class name: DevicePowerMode
Method or attribute name: MODE_POWER_SAVE|@ohos.power.d.ts| +|Added|NA|Class name: DevicePowerMode
Method or attribute name: MODE_POWER_SAVE|@ohos.power.d.ts| +|Added|NA|Module name: ohos.power
Class name: DevicePowerMode
Method or attribute name: MODE_PERFORMANCE|@ohos.power.d.ts| +|Added|NA|Class name: DevicePowerMode
Method or attribute name: MODE_PERFORMANCE|@ohos.power.d.ts| +|Added|NA|Module name: ohos.power
Class name: DevicePowerMode
Method or attribute name: MODE_EXTREME_POWER_SAVE|@ohos.power.d.ts| +|Added|NA|Class name: DevicePowerMode
Method or attribute name: MODE_EXTREME_POWER_SAVE|@ohos.power.d.ts| +|Added|NA|Class name: RunningLock
Method or attribute name: hold(timeout: number): void;|@ohos.runningLock.d.ts| +|Added|NA|Class name: RunningLock
Method or attribute name: isHolding(): boolean;|@ohos.runningLock.d.ts| +|Added|NA|Class name: RunningLock
Method or attribute name: unhold(): void;|@ohos.runningLock.d.ts| +|Added|NA|Class name: runningLock
Method or attribute name: function isSupported(type: RunningLockType): boolean;|@ohos.runningLock.d.ts| +|Added|NA|Class name: runningLock
Method or attribute name: function create(name: string, type: RunningLockType, callback: AsyncCallback\): void;|@ohos.runningLock.d.ts| +|Added|NA|Class name: runningLock
Method or attribute name: function create(name: string, type: RunningLockType): Promise\;|@ohos.runningLock.d.ts| +|Added|NA|Class name: thermal
Method or attribute name: function registerThermalLevelCallback(callback: Callback\): void;|@ohos.thermal.d.ts| +|Added|NA|Class name: thermal
Method or attribute name: function unregisterThermalLevelCallback(callback?: Callback\): void;|@ohos.thermal.d.ts| +|Added|NA|Class name: thermal
Method or attribute name: function getLevel(): ThermalLevel;|@ohos.thermal.d.ts| +|Deleted|Module name: ohos.power
Class name: power
Method or attribute name: function shutdownDevice(reason: string): void;|NA|@ohos.power.d.ts| +|Access level changed|Class name: brightness
Access level: public API|Class name: brightness
Access level: system API|@ohos.brightness.d.ts| +|Deprecated version changed|Class name: power
Method or attribute name: function rebootDevice(reason: string): void;
Deprecated version: N/A|Class name: power
Method or attribute name: function rebootDevice(reason: string): void;
Deprecated version: 9
Substitute API: {@link power|@ohos.power.d.ts| +|Deprecated version changed|Class name: power
Method or attribute name: function isScreenOn(callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: power
Method or attribute name: function isScreenOn(callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: {@link power|@ohos.power.d.ts| +|Deprecated version changed|Class name: power
Method or attribute name: function isScreenOn(): Promise\;
Deprecated version: N/A|Class name: power
Method or attribute name: function isScreenOn(): Promise\;
Deprecated version: 9
Substitute API: {@link power|@ohos.power.d.ts| +|Deprecated version changed|Class name: RunningLock
Method or attribute name: lock(timeout: number): void;
Deprecated version: N/A|Class name: RunningLock
Method or attribute name: lock(timeout: number): void;
Deprecated version: 9
Substitute API: {@link RunningLock|@ohos.runningLock.d.ts| +|Deprecated version changed|Class name: RunningLock
Method or attribute name: isUsed(): boolean;
Deprecated version: N/A|Class name: RunningLock
Method or attribute name: isUsed(): boolean;
Deprecated version: 9
Substitute API: {@link RunningLock|@ohos.runningLock.d.ts| +|Deprecated version changed|Class name: RunningLock
Method or attribute name: unlock(): void;
Deprecated version: N/A|Class name: RunningLock
Method or attribute name: unlock(): void;
Deprecated version: 9
Substitute API: {@link RunningLock|@ohos.runningLock.d.ts| +|Deprecated version changed|Class name: runningLock
Method or attribute name: function isRunningLockTypeSupported(type: RunningLockType, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: runningLock
Method or attribute name: function isRunningLockTypeSupported(type: RunningLockType, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: {@link RunningLock|@ohos.runningLock.d.ts| +|Deprecated version changed|Class name: runningLock
Method or attribute name: function isRunningLockTypeSupported(type: RunningLockType): Promise\;
Deprecated version: N/A|Class name: runningLock
Method or attribute name: function isRunningLockTypeSupported(type: RunningLockType): Promise\;
Deprecated version: 9
Substitute API: {@link RunningLock|@ohos.runningLock.d.ts| +|Deprecated version changed|Class name: runningLock
Method or attribute name: function createRunningLock(name: string, type: RunningLockType, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: runningLock
Method or attribute name: function createRunningLock(name: string, type: RunningLockType, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: {@link RunningLock|@ohos.runningLock.d.ts| +|Deprecated version changed|Class name: runningLock
Method or attribute name: function createRunningLock(name: string, type: RunningLockType): Promise\;
Deprecated version: N/A|Class name: runningLock
Method or attribute name: function createRunningLock(name: string, type: RunningLockType): Promise\;
Deprecated version: 9
Substitute API: {@link RunningLock|@ohos.runningLock.d.ts| +|Deprecated version changed|Class name: thermal
Method or attribute name: function subscribeThermalLevel(callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: thermal
Method or attribute name: function subscribeThermalLevel(callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: {@link thermal|@ohos.thermal.d.ts| +|Deprecated version changed|Class name: thermal
Method or attribute name: function unsubscribeThermalLevel(callback?: AsyncCallback\): void;
Deprecated version: N/A|Class name: thermal
Method or attribute name: function unsubscribeThermalLevel(callback?: AsyncCallback\): void;
Deprecated version: 9
Substitute API: {@link thermal|@ohos.thermal.d.ts| +|Deprecated version changed|Class name: thermal
Method or attribute name: function getThermalLevel(): ThermalLevel;
Deprecated version: N/A|Class name: thermal
Method or attribute name: function getThermalLevel(): ThermalLevel;
Deprecated version: 9
Substitute API: {@link thermal|@ohos.thermal.d.ts| +|Deprecated version changed|Class name: BatteryResponse
Deprecated version: N/A|Class name: BatteryResponse
Deprecated version: 6
Substitute API: N/A|@system.battery.d.ts| +|Deprecated version changed|Class name: BatteryResponse
Method or attribute name: charging: boolean;
Deprecated version: N/A|Class name: BatteryResponse
Method or attribute name: charging: boolean;
Deprecated version: 6
Substitute API: N/A|@system.battery.d.ts| +|Deprecated version changed|Class name: BatteryResponse
Method or attribute name: level: number;
Deprecated version: N/A|Class name: BatteryResponse
Method or attribute name: level: number;
Deprecated version: 6
Substitute API: N/A|@system.battery.d.ts| +|Deprecated version changed|Class name: GetStatusOptions
Deprecated version: N/A|Class name: GetStatusOptions
Deprecated version: 6
Substitute API: N/A|@system.battery.d.ts| +|Deprecated version changed|Class name: GetStatusOptions
Method or attribute name: success?: (data: BatteryResponse) => void;
Deprecated version: N/A|Class name: GetStatusOptions
Method or attribute name: success?: (data: BatteryResponse) => void;
Deprecated version: 6
Substitute API: N/A|@system.battery.d.ts| +|Deprecated version changed|Class name: GetStatusOptions
Method or attribute name: fail?: (data: string, code: number) => void;
Deprecated version: N/A|Class name: GetStatusOptions
Method or attribute name: fail?: (data: string, code: number) => void;
Deprecated version: 6
Substitute API: N/A|@system.battery.d.ts| +|Deprecated version changed|Class name: GetStatusOptions
Method or attribute name: complete?: () => void;
Deprecated version: N/A|Class name: GetStatusOptions
Method or attribute name: complete?: () => void;
Deprecated version: 6
Substitute API: N/A|@system.battery.d.ts| +|Deprecated version changed|Class name: Battery
Deprecated version: N/A|Class name: Battery
Deprecated version: 6
Substitute API: N/A|@system.battery.d.ts| +|Deprecated version changed|Class name: Battery
Method or attribute name: static getStatus(options?: GetStatusOptions): void;
Deprecated version: N/A|Class name: Battery
Method or attribute name: static getStatus(options?: GetStatusOptions): void;
Deprecated version: 6
Substitute API: N/A|@system.battery.d.ts| +|Deprecated version changed|Class name: BrightnessResponse
Deprecated version: N/A|Class name: BrightnessResponse
Deprecated version: 7
Substitute API: N/A|@system.brightness.d.ts| +|Deprecated version changed|Class name: BrightnessResponse
Method or attribute name: value: number;
Deprecated version: N/A|Class name: BrightnessResponse
Method or attribute name: value: number;
Deprecated version: 7
Substitute API: N/A|@system.brightness.d.ts| +|Deprecated version changed|Class name: GetBrightnessOptions
Deprecated version: N/A|Class name: GetBrightnessOptions
Deprecated version: 7
Substitute API: N/A|@system.brightness.d.ts| +|Deprecated version changed|Class name: GetBrightnessOptions
Method or attribute name: success?: (data: BrightnessResponse) => void;
Deprecated version: N/A|Class name: GetBrightnessOptions
Method or attribute name: success?: (data: BrightnessResponse) => void;
Deprecated version: 7
Substitute API: N/A|@system.brightness.d.ts| +|Deprecated version changed|Class name: GetBrightnessOptions
Method or attribute name: fail?: (data: string, code: number) => void;
Deprecated version: N/A|Class name: GetBrightnessOptions
Method or attribute name: fail?: (data: string, code: number) => void;
Deprecated version: 7
Substitute API: N/A|@system.brightness.d.ts| +|Deprecated version changed|Class name: GetBrightnessOptions
Method or attribute name: complete?: () => void;
Deprecated version: N/A|Class name: GetBrightnessOptions
Method or attribute name: complete?: () => void;
Deprecated version: 7
Substitute API: N/A|@system.brightness.d.ts| +|Deprecated version changed|Class name: SetBrightnessOptions
Deprecated version: N/A|Class name: SetBrightnessOptions
Deprecated version: 7
Substitute API: N/A|@system.brightness.d.ts| +|Deprecated version changed|Class name: SetBrightnessOptions
Method or attribute name: value: number;
Deprecated version: N/A|Class name: SetBrightnessOptions
Method or attribute name: value: number;
Deprecated version: 7
Substitute API: N/A|@system.brightness.d.ts| +|Deprecated version changed|Class name: SetBrightnessOptions
Method or attribute name: success?: () => void;
Deprecated version: N/A|Class name: SetBrightnessOptions
Method or attribute name: success?: () => void;
Deprecated version: 7
Substitute API: N/A|@system.brightness.d.ts| +|Deprecated version changed|Class name: SetBrightnessOptions
Method or attribute name: fail?: (data: string, code: number) => void;
Deprecated version: N/A|Class name: SetBrightnessOptions
Method or attribute name: fail?: (data: string, code: number) => void;
Deprecated version: 7
Substitute API: N/A|@system.brightness.d.ts| +|Deprecated version changed|Class name: SetBrightnessOptions
Method or attribute name: complete?: () => void
Deprecated version: N/A|Class name: SetBrightnessOptions
Method or attribute name: complete?: () => void
Deprecated version: 7
Substitute API: N/A|@system.brightness.d.ts| +|Deprecated version changed|Class name: BrightnessModeResponse
Deprecated version: N/A|Class name: BrightnessModeResponse
Deprecated version: 7
Substitute API: N/A|@system.brightness.d.ts| +|Deprecated version changed|Class name: BrightnessModeResponse
Method or attribute name: mode: number;
Deprecated version: N/A|Class name: BrightnessModeResponse
Method or attribute name: mode: number;
Deprecated version: 7
Substitute API: N/A|@system.brightness.d.ts| +|Deprecated version changed|Class name: GetBrightnessModeOptions
Deprecated version: N/A|Class name: GetBrightnessModeOptions
Deprecated version: 7
Substitute API: N/A|@system.brightness.d.ts| +|Deprecated version changed|Class name: GetBrightnessModeOptions
Method or attribute name: success?: (data: BrightnessModeResponse) => void;
Deprecated version: N/A|Class name: GetBrightnessModeOptions
Method or attribute name: success?: (data: BrightnessModeResponse) => void;
Deprecated version: 7
Substitute API: N/A|@system.brightness.d.ts| +|Deprecated version changed|Class name: GetBrightnessModeOptions
Method or attribute name: fail?: (data: string, code: number) => void;
Deprecated version: N/A|Class name: GetBrightnessModeOptions
Method or attribute name: fail?: (data: string, code: number) => void;
Deprecated version: 7
Substitute API: N/A|@system.brightness.d.ts| +|Deprecated version changed|Class name: GetBrightnessModeOptions
Method or attribute name: complete?: () => void;
Deprecated version: N/A|Class name: GetBrightnessModeOptions
Method or attribute name: complete?: () => void;
Deprecated version: 7
Substitute API: N/A|@system.brightness.d.ts| +|Deprecated version changed|Class name: SetBrightnessModeOptions
Deprecated version: N/A|Class name: SetBrightnessModeOptions
Deprecated version: 7
Substitute API: N/A|@system.brightness.d.ts| +|Deprecated version changed|Class name: SetBrightnessModeOptions
Method or attribute name: mode: number;
Deprecated version: N/A|Class name: SetBrightnessModeOptions
Method or attribute name: mode: number;
Deprecated version: 7
Substitute API: N/A|@system.brightness.d.ts| +|Deprecated version changed|Class name: SetBrightnessModeOptions
Method or attribute name: success?: () => void;
Deprecated version: N/A|Class name: SetBrightnessModeOptions
Method or attribute name: success?: () => void;
Deprecated version: 7
Substitute API: N/A|@system.brightness.d.ts| +|Deprecated version changed|Class name: SetBrightnessModeOptions
Method or attribute name: fail?: (data: string, code: number) => void;
Deprecated version: N/A|Class name: SetBrightnessModeOptions
Method or attribute name: fail?: (data: string, code: number) => void;
Deprecated version: 7
Substitute API: N/A|@system.brightness.d.ts| +|Deprecated version changed|Class name: SetBrightnessModeOptions
Method or attribute name: complete?: () => void
Deprecated version: N/A|Class name: SetBrightnessModeOptions
Method or attribute name: complete?: () => void
Deprecated version: 7
Substitute API: N/A|@system.brightness.d.ts| +|Deprecated version changed|Class name: SetKeepScreenOnOptions
Deprecated version: N/A|Class name: SetKeepScreenOnOptions
Deprecated version: 7
Substitute API: N/A|@system.brightness.d.ts| +|Deprecated version changed|Class name: SetKeepScreenOnOptions
Method or attribute name: keepScreenOn: boolean;
Deprecated version: N/A|Class name: SetKeepScreenOnOptions
Method or attribute name: keepScreenOn: boolean;
Deprecated version: 7
Substitute API: N/A|@system.brightness.d.ts| +|Deprecated version changed|Class name: SetKeepScreenOnOptions
Method or attribute name: success?: () => void;
Deprecated version: N/A|Class name: SetKeepScreenOnOptions
Method or attribute name: success?: () => void;
Deprecated version: 7
Substitute API: N/A|@system.brightness.d.ts| +|Deprecated version changed|Class name: SetKeepScreenOnOptions
Method or attribute name: fail?: (data: string, code: number) => void;
Deprecated version: N/A|Class name: SetKeepScreenOnOptions
Method or attribute name: fail?: (data: string, code: number) => void;
Deprecated version: 7
Substitute API: N/A|@system.brightness.d.ts| +|Deprecated version changed|Class name: SetKeepScreenOnOptions
Method or attribute name: complete?: () => void
Deprecated version: N/A|Class name: SetKeepScreenOnOptions
Method or attribute name: complete?: () => void
Deprecated version: 7
Substitute API: N/A|@system.brightness.d.ts| +|Deprecated version changed|Class name: Brightness
Deprecated version: N/A|Class name: Brightness
Deprecated version: 7
Substitute API: N/A|@system.brightness.d.ts| +|Deprecated version changed|Class name: Brightness
Method or attribute name: static getValue(options?: GetBrightnessOptions): void;
Deprecated version: N/A|Class name: Brightness
Method or attribute name: static getValue(options?: GetBrightnessOptions): void;
Deprecated version: 7
Substitute API: N/A|@system.brightness.d.ts| +|Deprecated version changed|Class name: Brightness
Method or attribute name: static setValue(options?: SetBrightnessOptions): void;
Deprecated version: N/A|Class name: Brightness
Method or attribute name: static setValue(options?: SetBrightnessOptions): void;
Deprecated version: 7
Substitute API: N/A|@system.brightness.d.ts| +|Deprecated version changed|Class name: Brightness
Method or attribute name: static getMode(options?: GetBrightnessModeOptions): void;
Deprecated version: N/A|Class name: Brightness
Method or attribute name: static getMode(options?: GetBrightnessModeOptions): void;
Deprecated version: 7
Substitute API: N/A|@system.brightness.d.ts| +|Deprecated version changed|Class name: Brightness
Method or attribute name: static setMode(options?: SetBrightnessModeOptions): void;
Deprecated version: N/A|Class name: Brightness
Method or attribute name: static setMode(options?: SetBrightnessModeOptions): void;
Deprecated version: 7
Substitute API: N/A|@system.brightness.d.ts| +|Deprecated version changed|Class name: Brightness
Method or attribute name: static setKeepScreenOn(options?: SetKeepScreenOnOptions): void;
Deprecated version: N/A|Class name: Brightness
Method or attribute name: static setKeepScreenOn(options?: SetKeepScreenOnOptions): void;
Deprecated version: 7
Substitute API: N/A|@system.brightness.d.ts| +|Error code added|NA|Class name: batteryStats
Method or attribute name: function getBatteryStats(callback: AsyncCallback\>): void;
Error code: 401|@ohos.batteryStatistics.d.ts| +|Error code added|NA|Class name: batteryStats
Method or attribute name: function getAppPowerValue(uid: number): number;
Error code: 4600101|@ohos.batteryStatistics.d.ts| +|Error code added|NA|Class name: batteryStats
Method or attribute name: function getAppPowerPercent(uid: number): number;
Error code: 4600101|@ohos.batteryStatistics.d.ts| +|Error code added|NA|Class name: batteryStats
Method or attribute name: function getHardwareUnitPowerValue(type: ConsumptionType): number;
Error code: 401, 4600101|@ohos.batteryStatistics.d.ts| +|Error code added|NA|Class name: batteryStats
Method or attribute name: function getHardwareUnitPowerPercent(type: ConsumptionType): number;
Error code: 401, 4600101|@ohos.batteryStatistics.d.ts| +|Error code added|NA|Class name: brightness
Method or attribute name: function setValue(value: number): void;
Error code: 401, 4700101|@ohos.brightness.d.ts| diff --git a/en/release-notes/api-diff/v3.2-Release/js-apidiff-bundle.md b/en/release-notes/api-diff/v3.2-Release/js-apidiff-bundle.md new file mode 100644 index 0000000000000000000000000000000000000000..215b910aaa1df235c7f4e2837f546085edebfeca --- /dev/null +++ b/en/release-notes/api-diff/v3.2-Release/js-apidiff-bundle.md @@ -0,0 +1,547 @@ +| Change Type | Old Version | New Version | d.ts File | +| ---- | ------ | ------ | -------- | +|Added|NA|Module name: ohos.bundle.appControl
Class name: appControl|@ohos.bundle.appControl.d.ts| +|Added|NA|Module name: ohos.bundle.appControl
Class name: appControl
Method or attribute name: function setDisposedStatus(appId: string, disposedWant: Want, callback: AsyncCallback\): void;|@ohos.bundle.appControl.d.ts| +|Added|NA|Module name: ohos.bundle.appControl
Class name: appControl
Method or attribute name: function setDisposedStatus(appId: string, disposedWant: Want): Promise\;|@ohos.bundle.appControl.d.ts| +|Added|NA|Module name: ohos.bundle.appControl
Class name: appControl
Method or attribute name: function getDisposedStatus(appId: string, callback: AsyncCallback\): void;|@ohos.bundle.appControl.d.ts| +|Added|NA|Module name: ohos.bundle.appControl
Class name: appControl
Method or attribute name: function getDisposedStatus(appId: string): Promise\;|@ohos.bundle.appControl.d.ts| +|Added|NA|Module name: ohos.bundle.appControl
Class name: appControl
Method or attribute name: function deleteDisposedStatus(appId: string, callback: AsyncCallback\): void;|@ohos.bundle.appControl.d.ts| +|Added|NA|Module name: ohos.bundle.appControl
Class name: appControl
Method or attribute name: function deleteDisposedStatus(appId: string): Promise\;|@ohos.bundle.appControl.d.ts| +|Added|NA|Module name: ohos.bundle.bundleManager
Class name: bundleManager|@ohos.bundle.bundleManager.d.ts| +|Added|NA|Module name: ohos.bundle.bundleManager
Class name: BundleFlag|@ohos.bundle.bundleManager.d.ts| +|Added|NA|Module name: ohos.bundle.bundleManager
Class name: BundleFlag
Method or attribute name: GET_BUNDLE_INFO_DEFAULT = 0x00000000|@ohos.bundle.bundleManager.d.ts| +|Added|NA|Module name: ohos.bundle.bundleManager
Class name: BundleFlag
Method or attribute name: GET_BUNDLE_INFO_WITH_APPLICATION = 0x00000001|@ohos.bundle.bundleManager.d.ts| +|Added|NA|Module name: ohos.bundle.bundleManager
Class name: BundleFlag
Method or attribute name: GET_BUNDLE_INFO_WITH_HAP_MODULE = 0x00000002|@ohos.bundle.bundleManager.d.ts| +|Added|NA|Module name: ohos.bundle.bundleManager
Class name: BundleFlag
Method or attribute name: GET_BUNDLE_INFO_WITH_ABILITY = 0x00000004|@ohos.bundle.bundleManager.d.ts| +|Added|NA|Module name: ohos.bundle.bundleManager
Class name: BundleFlag
Method or attribute name: GET_BUNDLE_INFO_WITH_EXTENSION_ABILITY = 0x00000008|@ohos.bundle.bundleManager.d.ts| +|Added|NA|Module name: ohos.bundle.bundleManager
Class name: BundleFlag
Method or attribute name: GET_BUNDLE_INFO_WITH_REQUESTED_PERMISSION = 0x00000010|@ohos.bundle.bundleManager.d.ts| +|Added|NA|Module name: ohos.bundle.bundleManager
Class name: BundleFlag
Method or attribute name: GET_BUNDLE_INFO_WITH_METADATA = 0x00000020|@ohos.bundle.bundleManager.d.ts| +|Added|NA|Module name: ohos.bundle.bundleManager
Class name: BundleFlag
Method or attribute name: GET_BUNDLE_INFO_WITH_DISABLE = 0x00000040|@ohos.bundle.bundleManager.d.ts| +|Added|NA|Module name: ohos.bundle.bundleManager
Class name: BundleFlag
Method or attribute name: GET_BUNDLE_INFO_WITH_SIGNATURE_INFO = 0x00000080|@ohos.bundle.bundleManager.d.ts| +|Added|NA|Module name: ohos.bundle.bundleManager
Class name: ApplicationFlag|@ohos.bundle.bundleManager.d.ts| +|Added|NA|Module name: ohos.bundle.bundleManager
Class name: ApplicationFlag
Method or attribute name: GET_APPLICATION_INFO_DEFAULT = 0x00000000|@ohos.bundle.bundleManager.d.ts| +|Added|NA|Module name: ohos.bundle.bundleManager
Class name: ApplicationFlag
Method or attribute name: GET_APPLICATION_INFO_WITH_PERMISSION = 0x00000001|@ohos.bundle.bundleManager.d.ts| +|Added|NA|Module name: ohos.bundle.bundleManager
Class name: ApplicationFlag
Method or attribute name: GET_APPLICATION_INFO_WITH_METADATA = 0x00000002|@ohos.bundle.bundleManager.d.ts| +|Added|NA|Module name: ohos.bundle.bundleManager
Class name: ApplicationFlag
Method or attribute name: GET_APPLICATION_INFO_WITH_DISABLE = 0x00000004|@ohos.bundle.bundleManager.d.ts| +|Added|NA|Module name: ohos.bundle.bundleManager
Class name: AbilityFlag|@ohos.bundle.bundleManager.d.ts| +|Added|NA|Module name: ohos.bundle.bundleManager
Class name: AbilityFlag
Method or attribute name: GET_ABILITY_INFO_DEFAULT = 0x00000000|@ohos.bundle.bundleManager.d.ts| +|Added|NA|Module name: ohos.bundle.bundleManager
Class name: AbilityFlag
Method or attribute name: GET_ABILITY_INFO_WITH_PERMISSION = 0x00000001|@ohos.bundle.bundleManager.d.ts| +|Added|NA|Module name: ohos.bundle.bundleManager
Class name: AbilityFlag
Method or attribute name: GET_ABILITY_INFO_WITH_APPLICATION = 0x00000002|@ohos.bundle.bundleManager.d.ts| +|Added|NA|Module name: ohos.bundle.bundleManager
Class name: AbilityFlag
Method or attribute name: GET_ABILITY_INFO_WITH_METADATA = 0x00000004|@ohos.bundle.bundleManager.d.ts| +|Added|NA|Module name: ohos.bundle.bundleManager
Class name: AbilityFlag
Method or attribute name: GET_ABILITY_INFO_WITH_DISABLE = 0x00000008|@ohos.bundle.bundleManager.d.ts| +|Added|NA|Module name: ohos.bundle.bundleManager
Class name: AbilityFlag
Method or attribute name: GET_ABILITY_INFO_ONLY_SYSTEM_APP = 0x00000010|@ohos.bundle.bundleManager.d.ts| +|Added|NA|Module name: ohos.bundle.bundleManager
Class name: ExtensionAbilityFlag|@ohos.bundle.bundleManager.d.ts| +|Added|NA|Module name: ohos.bundle.bundleManager
Class name: ExtensionAbilityFlag
Method or attribute name: GET_EXTENSION_ABILITY_INFO_DEFAULT = 0x00000000|@ohos.bundle.bundleManager.d.ts| +|Added|NA|Module name: ohos.bundle.bundleManager
Class name: ExtensionAbilityFlag
Method or attribute name: GET_EXTENSION_ABILITY_INFO_WITH_PERMISSION = 0x00000001|@ohos.bundle.bundleManager.d.ts| +|Added|NA|Module name: ohos.bundle.bundleManager
Class name: ExtensionAbilityFlag
Method or attribute name: GET_EXTENSION_ABILITY_INFO_WITH_APPLICATION = 0x00000002|@ohos.bundle.bundleManager.d.ts| +|Added|NA|Module name: ohos.bundle.bundleManager
Class name: ExtensionAbilityFlag
Method or attribute name: GET_EXTENSION_ABILITY_INFO_WITH_METADATA = 0x00000004|@ohos.bundle.bundleManager.d.ts| +|Added|NA|Module name: ohos.bundle.bundleManager
Class name: ExtensionAbilityType|@ohos.bundle.bundleManager.d.ts| +|Added|NA|Module name: ohos.bundle.bundleManager
Class name: ExtensionAbilityType
Method or attribute name: FORM = 0|@ohos.bundle.bundleManager.d.ts| +|Added|NA|Module name: ohos.bundle.bundleManager
Class name: ExtensionAbilityType
Method or attribute name: WORK_SCHEDULER = 1|@ohos.bundle.bundleManager.d.ts| +|Added|NA|Module name: ohos.bundle.bundleManager
Class name: ExtensionAbilityType
Method or attribute name: INPUT_METHOD = 2|@ohos.bundle.bundleManager.d.ts| +|Added|NA|Module name: ohos.bundle.bundleManager
Class name: ExtensionAbilityType
Method or attribute name: SERVICE = 3|@ohos.bundle.bundleManager.d.ts| +|Added|NA|Module name: ohos.bundle.bundleManager
Class name: ExtensionAbilityType
Method or attribute name: ACCESSIBILITY = 4|@ohos.bundle.bundleManager.d.ts| +|Added|NA|Module name: ohos.bundle.bundleManager
Class name: ExtensionAbilityType
Method or attribute name: DATA_SHARE = 5|@ohos.bundle.bundleManager.d.ts| +|Added|NA|Module name: ohos.bundle.bundleManager
Class name: ExtensionAbilityType
Method or attribute name: FILE_SHARE = 6|@ohos.bundle.bundleManager.d.ts| +|Added|NA|Module name: ohos.bundle.bundleManager
Class name: ExtensionAbilityType
Method or attribute name: STATIC_SUBSCRIBER = 7|@ohos.bundle.bundleManager.d.ts| +|Added|NA|Module name: ohos.bundle.bundleManager
Class name: ExtensionAbilityType
Method or attribute name: WALLPAPER = 8|@ohos.bundle.bundleManager.d.ts| +|Added|NA|Module name: ohos.bundle.bundleManager
Class name: ExtensionAbilityType
Method or attribute name: BACKUP = 9|@ohos.bundle.bundleManager.d.ts| +|Added|NA|Module name: ohos.bundle.bundleManager
Class name: ExtensionAbilityType
Method or attribute name: WINDOW = 10|@ohos.bundle.bundleManager.d.ts| +|Added|NA|Module name: ohos.bundle.bundleManager
Class name: ExtensionAbilityType
Method or attribute name: ENTERPRISE_ADMIN = 11|@ohos.bundle.bundleManager.d.ts| +|Added|NA|Module name: ohos.bundle.bundleManager
Class name: ExtensionAbilityType
Method or attribute name: THUMBNAIL = 13|@ohos.bundle.bundleManager.d.ts| +|Added|NA|Module name: ohos.bundle.bundleManager
Class name: ExtensionAbilityType
Method or attribute name: PREVIEW = 14|@ohos.bundle.bundleManager.d.ts| +|Added|NA|Module name: ohos.bundle.bundleManager
Class name: ExtensionAbilityType
Method or attribute name: UNSPECIFIED = 255|@ohos.bundle.bundleManager.d.ts| +|Added|NA|Module name: ohos.bundle.bundleManager
Class name: PermissionGrantState|@ohos.bundle.bundleManager.d.ts| +|Added|NA|Module name: ohos.bundle.bundleManager
Class name: PermissionGrantState
Method or attribute name: PERMISSION_DENIED = -1|@ohos.bundle.bundleManager.d.ts| +|Added|NA|Module name: ohos.bundle.bundleManager
Class name: PermissionGrantState
Method or attribute name: PERMISSION_GRANTED = 0|@ohos.bundle.bundleManager.d.ts| +|Added|NA|Module name: ohos.bundle.bundleManager
Class name: SupportWindowMode|@ohos.bundle.bundleManager.d.ts| +|Added|NA|Module name: ohos.bundle.bundleManager
Class name: SupportWindowMode
Method or attribute name: FULL_SCREEN = 0|@ohos.bundle.bundleManager.d.ts| +|Added|NA|Module name: ohos.bundle.bundleManager
Class name: SupportWindowMode
Method or attribute name: SPLIT = 1|@ohos.bundle.bundleManager.d.ts| +|Added|NA|Module name: ohos.bundle.bundleManager
Class name: SupportWindowMode
Method or attribute name: FLOATING = 2|@ohos.bundle.bundleManager.d.ts| +|Added|NA|Module name: ohos.bundle.bundleManager
Class name: LaunchType|@ohos.bundle.bundleManager.d.ts| +|Added|NA|Module name: ohos.bundle.bundleManager
Class name: LaunchType
Method or attribute name: SINGLETON = 0|@ohos.bundle.bundleManager.d.ts| +|Added|NA|Module name: ohos.bundle.bundleManager
Class name: LaunchType
Method or attribute name: MULTITON = 1|@ohos.bundle.bundleManager.d.ts| +|Added|NA|Module name: ohos.bundle.bundleManager
Class name: LaunchType
Method or attribute name: SPECIFIED = 2|@ohos.bundle.bundleManager.d.ts| +|Added|NA|Module name: ohos.bundle.bundleManager
Class name: AbilityType|@ohos.bundle.bundleManager.d.ts| +|Added|NA|Module name: ohos.bundle.bundleManager
Class name: AbilityType
Method or attribute name: PAGE = 1|@ohos.bundle.bundleManager.d.ts| +|Added|NA|Module name: ohos.bundle.bundleManager
Class name: AbilityType
Method or attribute name: SERVICE = 2|@ohos.bundle.bundleManager.d.ts| +|Added|NA|Module name: ohos.bundle.bundleManager
Class name: AbilityType
Method or attribute name: DATA = 3|@ohos.bundle.bundleManager.d.ts| +|Added|NA|Module name: ohos.bundle.bundleManager
Class name: DisplayOrientation|@ohos.bundle.bundleManager.d.ts| +|Added|NA|Module name: ohos.bundle.bundleManager
Class name: DisplayOrientation
Method or attribute name: UNSPECIFIED|@ohos.bundle.bundleManager.d.ts| +|Added|NA|Module name: ohos.bundle.bundleManager
Class name: DisplayOrientation
Method or attribute name: LANDSCAPE|@ohos.bundle.bundleManager.d.ts| +|Added|NA|Module name: ohos.bundle.bundleManager
Class name: DisplayOrientation
Method or attribute name: PORTRAIT|@ohos.bundle.bundleManager.d.ts| +|Added|NA|Module name: ohos.bundle.bundleManager
Class name: DisplayOrientation
Method or attribute name: FOLLOW_RECENT|@ohos.bundle.bundleManager.d.ts| +|Added|NA|Module name: ohos.bundle.bundleManager
Class name: DisplayOrientation
Method or attribute name: LANDSCAPE_INVERTED|@ohos.bundle.bundleManager.d.ts| +|Added|NA|Module name: ohos.bundle.bundleManager
Class name: DisplayOrientation
Method or attribute name: PORTRAIT_INVERTED|@ohos.bundle.bundleManager.d.ts| +|Added|NA|Module name: ohos.bundle.bundleManager
Class name: DisplayOrientation
Method or attribute name: AUTO_ROTATION|@ohos.bundle.bundleManager.d.ts| +|Added|NA|Module name: ohos.bundle.bundleManager
Class name: DisplayOrientation
Method or attribute name: AUTO_ROTATION_LANDSCAPE|@ohos.bundle.bundleManager.d.ts| +|Added|NA|Module name: ohos.bundle.bundleManager
Class name: DisplayOrientation
Method or attribute name: AUTO_ROTATION_PORTRAIT|@ohos.bundle.bundleManager.d.ts| +|Added|NA|Module name: ohos.bundle.bundleManager
Class name: DisplayOrientation
Method or attribute name: AUTO_ROTATION_RESTRICTED|@ohos.bundle.bundleManager.d.ts| +|Added|NA|Module name: ohos.bundle.bundleManager
Class name: DisplayOrientation
Method or attribute name: AUTO_ROTATION_LANDSCAPE_RESTRICTED|@ohos.bundle.bundleManager.d.ts| +|Added|NA|Module name: ohos.bundle.bundleManager
Class name: DisplayOrientation
Method or attribute name: AUTO_ROTATION_PORTRAIT_RESTRICTED|@ohos.bundle.bundleManager.d.ts| +|Added|NA|Module name: ohos.bundle.bundleManager
Class name: DisplayOrientation
Method or attribute name: LOCKED|@ohos.bundle.bundleManager.d.ts| +|Added|NA|Module name: ohos.bundle.bundleManager
Class name: ModuleType|@ohos.bundle.bundleManager.d.ts| +|Added|NA|Module name: ohos.bundle.bundleManager
Class name: ModuleType
Method or attribute name: ENTRY = 1|@ohos.bundle.bundleManager.d.ts| +|Added|NA|Module name: ohos.bundle.bundleManager
Class name: ModuleType
Method or attribute name: FEATURE = 2|@ohos.bundle.bundleManager.d.ts| +|Added|NA|Module name: ohos.bundle.bundleManager
Class name: ModuleType
Method or attribute name: SHARED = 3|@ohos.bundle.bundleManager.d.ts| +|Added|NA|Module name: ohos.bundle.bundleManager
Class name: BundleType|@ohos.bundle.bundleManager.d.ts| +|Added|NA|Module name: ohos.bundle.bundleManager
Class name: BundleType
Method or attribute name: APP = 0|@ohos.bundle.bundleManager.d.ts| +|Added|NA|Module name: ohos.bundle.bundleManager
Class name: BundleType
Method or attribute name: ATOMIC_SERVICE = 1|@ohos.bundle.bundleManager.d.ts| +|Added|NA|Module name: ohos.bundle.bundleManager
Class name: bundleManager
Method or attribute name: function getBundleInfoForSelf(bundleFlags: number): Promise\;|@ohos.bundle.bundleManager.d.ts| +|Added|NA|Module name: ohos.bundle.bundleManager
Class name: bundleManager
Method or attribute name: function getBundleInfoForSelf(bundleFlags: number, callback: AsyncCallback\): void;|@ohos.bundle.bundleManager.d.ts| +|Added|NA|Module name: ohos.bundle.bundleManager
Class name: bundleManager
Method or attribute name: function getBundleInfo(bundleName: string, bundleFlags: number, callback: AsyncCallback\): void;|@ohos.bundle.bundleManager.d.ts| +|Added|NA|Module name: ohos.bundle.bundleManager
Class name: bundleManager
Method or attribute name: function getBundleInfo(bundleName: string, bundleFlags: number, userId: number, callback: AsyncCallback\): void;|@ohos.bundle.bundleManager.d.ts| +|Added|NA|Module name: ohos.bundle.bundleManager
Class name: bundleManager
Method or attribute name: function getBundleInfo(bundleName: string, bundleFlags: number, userId?: number): Promise\;|@ohos.bundle.bundleManager.d.ts| +|Added|NA|Module name: ohos.bundle.bundleManager
Class name: bundleManager
Method or attribute name: function getApplicationInfo(bundleName: string, appFlags: number, callback: AsyncCallback\): void;|@ohos.bundle.bundleManager.d.ts| +|Added|NA|Module name: ohos.bundle.bundleManager
Class name: bundleManager
Method or attribute name: function getApplicationInfo(bundleName: string, appFlags: number, userId: number, callback: AsyncCallback\): void;|@ohos.bundle.bundleManager.d.ts| +|Added|NA|Module name: ohos.bundle.bundleManager
Class name: bundleManager
Method or attribute name: function getApplicationInfo(bundleName: string, appFlags: number, userId?: number): Promise\;|@ohos.bundle.bundleManager.d.ts| +|Added|NA|Module name: ohos.bundle.bundleManager
Class name: bundleManager
Method or attribute name: function getAllBundleInfo(bundleFlags: number, callback: AsyncCallback\>): void;|@ohos.bundle.bundleManager.d.ts| +|Added|NA|Module name: ohos.bundle.bundleManager
Class name: bundleManager
Method or attribute name: function getAllBundleInfo(bundleFlags: number, userId: number, callback: AsyncCallback\>): void;|@ohos.bundle.bundleManager.d.ts| +|Added|NA|Module name: ohos.bundle.bundleManager
Class name: bundleManager
Method or attribute name: function getAllBundleInfo(bundleFlags: number, userId?: number): Promise\>;|@ohos.bundle.bundleManager.d.ts| +|Added|NA|Module name: ohos.bundle.bundleManager
Class name: bundleManager
Method or attribute name: function getAllApplicationInfo(appFlags: number, callback: AsyncCallback\>): void;|@ohos.bundle.bundleManager.d.ts| +|Added|NA|Module name: ohos.bundle.bundleManager
Class name: bundleManager
Method or attribute name: function getAllApplicationInfo(appFlags: number, userId: number, callback: AsyncCallback\>): void;|@ohos.bundle.bundleManager.d.ts| +|Added|NA|Module name: ohos.bundle.bundleManager
Class name: bundleManager
Method or attribute name: function getAllApplicationInfo(appFlags: number, userId?: number): Promise\>;|@ohos.bundle.bundleManager.d.ts| +|Added|NA|Module name: ohos.bundle.bundleManager
Class name: bundleManager
Method or attribute name: function queryAbilityInfo(want: Want, abilityFlags: number, callback: AsyncCallback\>): void;|@ohos.bundle.bundleManager.d.ts| +|Added|NA|Module name: ohos.bundle.bundleManager
Class name: bundleManager
Method or attribute name: function queryAbilityInfo(want: Want, abilityFlags: number, userId: number, callback: AsyncCallback\>): void;|@ohos.bundle.bundleManager.d.ts| +|Added|NA|Module name: ohos.bundle.bundleManager
Class name: bundleManager
Method or attribute name: function queryAbilityInfo(want: Want, abilityFlags: number, userId?: number): Promise\>;|@ohos.bundle.bundleManager.d.ts| +|Added|NA|Module name: ohos.bundle.bundleManager
Class name: bundleManager
Method or attribute name: function queryExtensionAbilityInfo(want: Want, extensionAbilityType: ExtensionAbilityType, extensionAbilityFlags: number, callback: AsyncCallback\>): void;|@ohos.bundle.bundleManager.d.ts| +|Added|NA|Module name: ohos.bundle.bundleManager
Class name: bundleManager
Method or attribute name: function queryExtensionAbilityInfo(want: Want, extensionAbilityType: ExtensionAbilityType, extensionAbilityFlags: number, userId: number, callback: AsyncCallback\>): void;|@ohos.bundle.bundleManager.d.ts| +|Added|NA|Module name: ohos.bundle.bundleManager
Class name: bundleManager
Method or attribute name: function queryExtensionAbilityInfo(want: Want, extensionAbilityType: ExtensionAbilityType, extensionAbilityFlags: number, userId?: number): Promise\>;|@ohos.bundle.bundleManager.d.ts| +|Added|NA|Module name: ohos.bundle.bundleManager
Class name: bundleManager
Method or attribute name: function getBundleNameByUid(uid: number, callback: AsyncCallback\): void|@ohos.bundle.bundleManager.d.ts| +|Added|NA|Module name: ohos.bundle.bundleManager
Class name: bundleManager
Method or attribute name: function getBundleNameByUid(uid: number): Promise\;|@ohos.bundle.bundleManager.d.ts| +|Added|NA|Module name: ohos.bundle.bundleManager
Class name: bundleManager
Method or attribute name: function getBundleArchiveInfo(hapFilePath: string, bundleFlags: number, callback: AsyncCallback\): void|@ohos.bundle.bundleManager.d.ts| +|Added|NA|Module name: ohos.bundle.bundleManager
Class name: bundleManager
Method or attribute name: function getBundleArchiveInfo(hapFilePath: string, bundleFlags: number): Promise\;|@ohos.bundle.bundleManager.d.ts| +|Added|NA|Module name: ohos.bundle.bundleManager
Class name: bundleManager
Method or attribute name: function cleanBundleCacheFiles(bundleName: string, callback: AsyncCallback\): void;|@ohos.bundle.bundleManager.d.ts| +|Added|NA|Module name: ohos.bundle.bundleManager
Class name: bundleManager
Method or attribute name: function cleanBundleCacheFiles(bundleName: string): Promise\;|@ohos.bundle.bundleManager.d.ts| +|Added|NA|Module name: ohos.bundle.bundleManager
Class name: bundleManager
Method or attribute name: function setApplicationEnabled(bundleName: string, isEnabled: boolean, callback: AsyncCallback\): void;|@ohos.bundle.bundleManager.d.ts| +|Added|NA|Module name: ohos.bundle.bundleManager
Class name: bundleManager
Method or attribute name: function setApplicationEnabled(bundleName: string, isEnabled: boolean): Promise\;|@ohos.bundle.bundleManager.d.ts| +|Added|NA|Module name: ohos.bundle.bundleManager
Class name: bundleManager
Method or attribute name: function setAbilityEnabled(info: AbilityInfo, isEnabled: boolean, callback: AsyncCallback\): void;|@ohos.bundle.bundleManager.d.ts| +|Added|NA|Module name: ohos.bundle.bundleManager
Class name: bundleManager
Method or attribute name: function setAbilityEnabled(info: AbilityInfo, isEnabled: boolean): Promise\;|@ohos.bundle.bundleManager.d.ts| +|Added|NA|Module name: ohos.bundle.bundleManager
Class name: bundleManager
Method or attribute name: function isApplicationEnabled(bundleName: string, callback: AsyncCallback\): void;|@ohos.bundle.bundleManager.d.ts| +|Added|NA|Module name: ohos.bundle.bundleManager
Class name: bundleManager
Method or attribute name: function isApplicationEnabled(bundleName: string): Promise\;|@ohos.bundle.bundleManager.d.ts| +|Added|NA|Module name: ohos.bundle.bundleManager
Class name: bundleManager
Method or attribute name: function isAbilityEnabled(info: AbilityInfo, callback: AsyncCallback\): void;|@ohos.bundle.bundleManager.d.ts| +|Added|NA|Module name: ohos.bundle.bundleManager
Class name: bundleManager
Method or attribute name: function isAbilityEnabled(info: AbilityInfo): Promise\;|@ohos.bundle.bundleManager.d.ts| +|Added|NA|Module name: ohos.bundle.bundleManager
Class name: bundleManager
Method or attribute name: function getLaunchWantForBundle(bundleName: string, userId: number, callback: AsyncCallback\): void;|@ohos.bundle.bundleManager.d.ts| +|Added|NA|Module name: ohos.bundle.bundleManager
Class name: bundleManager
Method or attribute name: function getLaunchWantForBundle(bundleName: string, callback: AsyncCallback\): void;|@ohos.bundle.bundleManager.d.ts| +|Added|NA|Module name: ohos.bundle.bundleManager
Class name: bundleManager
Method or attribute name: function getLaunchWantForBundle(bundleName: string, userId?: number): Promise\;|@ohos.bundle.bundleManager.d.ts| +|Added|NA|Module name: ohos.bundle.bundleManager
Class name: bundleManager
Method or attribute name: function getProfileByAbility(moduleName: string, abilityName: string, metadataName: string, callback: AsyncCallback\>): void;|@ohos.bundle.bundleManager.d.ts| +|Added|NA|Module name: ohos.bundle.bundleManager
Class name: bundleManager
Method or attribute name: function getProfileByAbility(moduleName: string, abilityName: string, metadataName?: string): Promise\>;|@ohos.bundle.bundleManager.d.ts| +|Added|NA|Module name: ohos.bundle.bundleManager
Class name: bundleManager
Method or attribute name: function getProfileByExtensionAbility(moduleName: string, extensionAbilityName: string, metadataName: string, callback: AsyncCallback\>): void;|@ohos.bundle.bundleManager.d.ts| +|Added|NA|Module name: ohos.bundle.bundleManager
Class name: bundleManager
Method or attribute name: function getProfileByExtensionAbility(moduleName: string, extensionAbilityName: string, metadataName?: string): Promise\>;|@ohos.bundle.bundleManager.d.ts| +|Added|NA|Module name: ohos.bundle.bundleManager
Class name: bundleManager
Method or attribute name: function getPermissionDef(permissionName: string, callback: AsyncCallback\): void;|@ohos.bundle.bundleManager.d.ts| +|Added|NA|Module name: ohos.bundle.bundleManager
Class name: bundleManager
Method or attribute name: function getPermissionDef(permissionName: string): Promise\;|@ohos.bundle.bundleManager.d.ts| +|Added|NA|Module name: ohos.bundle.bundleManager
Class name: bundleManager
Method or attribute name: function getAbilityLabel(bundleName: string, moduleName: string, abilityName: string, callback: AsyncCallback\): void;|@ohos.bundle.bundleManager.d.ts| +|Added|NA|Module name: ohos.bundle.bundleManager
Class name: bundleManager
Method or attribute name: function getAbilityLabel(bundleName: string, moduleName: string, abilityName: string): Promise\;|@ohos.bundle.bundleManager.d.ts| +|Added|NA|Module name: ohos.bundle.bundleManager
Class name: bundleManager
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
Class name: bundleManager
Method or attribute name: function getApplicationInfoSync(bundleName: string, applicationFlags: number) : ApplicationInfo;|@ohos.bundle.bundleManager.d.ts| +|Added|NA|Module name: ohos.bundle.bundleManager
Class name: bundleManager
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
Class name: bundleManager
Method or attribute name: function getBundleInfoSync(bundleName: string, bundleFlags: number): BundleInfo;|@ohos.bundle.bundleManager.d.ts| +|Added|NA|Module name: ohos.bundle.bundleMonitor
Class name: bundleMonitor|@ohos.bundle.bundleMonitor.d.ts| +|Added|NA|Module name: ohos.bundle.bundleMonitor
Class name: BundleChangedEvent
Method or attribute name: type BundleChangedEvent = 'add' \| 'update' \| 'remove';|@ohos.bundle.bundleMonitor.d.ts| +|Added|NA|Module name: ohos.bundle.bundleMonitor
Class name: BundleChangedEvent
Method or attribute name: type BundleChangedEvent = 'add' \| 'update' \| 'remove';|@ohos.bundle.bundleMonitor.d.ts| +|Added|NA|Module name: ohos.bundle.bundleMonitor
Class name: BundleChangedEvent
Method or attribute name: type BundleChangedEvent = 'add' \| 'update' \| 'remove';|@ohos.bundle.bundleMonitor.d.ts| +|Added|NA|Module name: ohos.bundle.bundleMonitor
Class name: BundleChangedInfo|@ohos.bundle.bundleMonitor.d.ts| +|Added|NA|Module name: ohos.bundle.bundleMonitor
Class name: BundleChangedInfo
Method or attribute name: readonly bundleName: string;|@ohos.bundle.bundleMonitor.d.ts| +|Added|NA|Module name: ohos.bundle.bundleMonitor
Class name: BundleChangedInfo
Method or attribute name: readonly userId: number;|@ohos.bundle.bundleMonitor.d.ts| +|Added|NA|Module name: ohos.bundle.bundleMonitor
Class name: bundleMonitor
Method or attribute name: function on(type: BundleChangedEvent, callback: Callback\): void;|@ohos.bundle.bundleMonitor.d.ts| +|Added|NA|Module name: ohos.bundle.bundleMonitor
Class name: bundleMonitor
Method or attribute name: function on(type: BundleChangedEvent, callback: Callback\): void;|@ohos.bundle.bundleMonitor.d.ts| +|Added|NA|Module name: ohos.bundle.bundleMonitor
Class name: bundleMonitor
Method or attribute name: function on(type: BundleChangedEvent, callback: Callback\): void;|@ohos.bundle.bundleMonitor.d.ts| +|Added|NA|Module name: ohos.bundle.bundleMonitor
Class name: bundleMonitor
Method or attribute name: function off(type: BundleChangedEvent, callback?: Callback\): void;|@ohos.bundle.bundleMonitor.d.ts| +|Added|NA|Module name: ohos.bundle.bundleMonitor
Class name: bundleMonitor
Method or attribute name: function off(type: BundleChangedEvent, callback?: Callback\): void;|@ohos.bundle.bundleMonitor.d.ts| +|Added|NA|Module name: ohos.bundle.bundleMonitor
Class name: bundleMonitor
Method or attribute name: function off(type: BundleChangedEvent, callback?: Callback\): void;|@ohos.bundle.bundleMonitor.d.ts| +|Added|NA|Module name: ohos.bundle.defaultAppManager
Class name: defaultAppManager|@ohos.bundle.defaultAppManager.d.ts| +|Added|NA|Module name: ohos.bundle.defaultAppManager
Class name: ApplicationType|@ohos.bundle.defaultAppManager.d.ts| +|Added|NA|Module name: ohos.bundle.defaultAppManager
Class name: ApplicationType
Method or attribute name: BROWSER = "Web Browser"|@ohos.bundle.defaultAppManager.d.ts| +|Added|NA|Module name: ohos.bundle.defaultAppManager
Class name: ApplicationType
Method or attribute name: IMAGE = "Image Gallery"|@ohos.bundle.defaultAppManager.d.ts| +|Added|NA|Module name: ohos.bundle.defaultAppManager
Class name: ApplicationType
Method or attribute name: AUDIO = "Audio Player"|@ohos.bundle.defaultAppManager.d.ts| +|Added|NA|Module name: ohos.bundle.defaultAppManager
Class name: ApplicationType
Method or attribute name: VIDEO = "Video Player"|@ohos.bundle.defaultAppManager.d.ts| +|Added|NA|Module name: ohos.bundle.defaultAppManager
Class name: ApplicationType
Method or attribute name: PDF = "PDF Viewer"|@ohos.bundle.defaultAppManager.d.ts| +|Added|NA|Module name: ohos.bundle.defaultAppManager
Class name: ApplicationType
Method or attribute name: WORD = "Word Viewer"|@ohos.bundle.defaultAppManager.d.ts| +|Added|NA|Module name: ohos.bundle.defaultAppManager
Class name: ApplicationType
Method or attribute name: EXCEL = "Excel Viewer"|@ohos.bundle.defaultAppManager.d.ts| +|Added|NA|Module name: ohos.bundle.defaultAppManager
Class name: ApplicationType
Method or attribute name: PPT = "PPT Viewer"|@ohos.bundle.defaultAppManager.d.ts| +|Added|NA|Module name: ohos.bundle.defaultAppManager
Class name: defaultAppManager
Method or attribute name: function isDefaultApplication(type: string, callback: AsyncCallback\) : void;|@ohos.bundle.defaultAppManager.d.ts| +|Added|NA|Module name: ohos.bundle.defaultAppManager
Class name: defaultAppManager
Method or attribute name: function isDefaultApplication(type: string) : Promise\;|@ohos.bundle.defaultAppManager.d.ts| +|Added|NA|Module name: ohos.bundle.defaultAppManager
Class name: defaultAppManager
Method or attribute name: function getDefaultApplication(type: string, userId: number, callback: AsyncCallback\) : void;|@ohos.bundle.defaultAppManager.d.ts| +|Added|NA|Module name: ohos.bundle.defaultAppManager
Class name: defaultAppManager
Method or attribute name: function getDefaultApplication(type: string, callback: AsyncCallback\) : void;|@ohos.bundle.defaultAppManager.d.ts| +|Added|NA|Module name: ohos.bundle.defaultAppManager
Class name: defaultAppManager
Method or attribute name: function getDefaultApplication(type: string, userId?: number) : Promise\;|@ohos.bundle.defaultAppManager.d.ts| +|Added|NA|Module name: ohos.bundle.defaultAppManager
Class name: defaultAppManager
Method or attribute name: function setDefaultApplication(type: string, elementName: ElementName, userId: number, callback: AsyncCallback\) : void;|@ohos.bundle.defaultAppManager.d.ts| +|Added|NA|Module name: ohos.bundle.defaultAppManager
Class name: defaultAppManager
Method or attribute name: function setDefaultApplication(type: string, elementName: ElementName, callback: AsyncCallback\) : void;|@ohos.bundle.defaultAppManager.d.ts| +|Added|NA|Module name: ohos.bundle.defaultAppManager
Class name: defaultAppManager
Method or attribute name: function setDefaultApplication(type: string, elementName: ElementName, userId?: number) : Promise\;|@ohos.bundle.defaultAppManager.d.ts| +|Added|NA|Module name: ohos.bundle.defaultAppManager
Class name: defaultAppManager
Method or attribute name: function resetDefaultApplication(type: string, userId: number, callback: AsyncCallback\) : void;|@ohos.bundle.defaultAppManager.d.ts| +|Added|NA|Module name: ohos.bundle.defaultAppManager
Class name: defaultAppManager
Method or attribute name: function resetDefaultApplication(type: string, callback: AsyncCallback\) : void;|@ohos.bundle.defaultAppManager.d.ts| +|Added|NA|Module name: ohos.bundle.defaultAppManager
Class name: defaultAppManager
Method or attribute name: function resetDefaultApplication(type: string, userId?: number) : Promise\;|@ohos.bundle.defaultAppManager.d.ts| +|Added|NA|Module name: ohos.bundle.distributedBundleManager
Class name: distributedBundleManager|@ohos.bundle.distributedBundleManager.d.ts| +|Added|NA|Module name: ohos.bundle.distributedBundleManager
Class name: distributedBundleManager
Method or attribute name: function getRemoteAbilityInfo(elementName: ElementName, callback: AsyncCallback\): void;|@ohos.bundle.distributedBundleManager.d.ts| +|Added|NA|Module name: ohos.bundle.distributedBundleManager
Class name: distributedBundleManager
Method or attribute name: function getRemoteAbilityInfo(elementName: ElementName): Promise\;|@ohos.bundle.distributedBundleManager.d.ts| +|Added|NA|Module name: ohos.bundle.distributedBundleManager
Class name: distributedBundleManager
Method or attribute name: function getRemoteAbilityInfo(elementNames: Array\, callback: AsyncCallback\>): void;|@ohos.bundle.distributedBundleManager.d.ts| +|Added|NA|Module name: ohos.bundle.distributedBundleManager
Class name: distributedBundleManager
Method or attribute name: function getRemoteAbilityInfo(elementNames: Array\): Promise\>;|@ohos.bundle.distributedBundleManager.d.ts| +|Added|NA|Module name: ohos.bundle.distributedBundleManager
Class name: distributedBundleManager
Method or attribute name: function getRemoteAbilityInfo(elementName: ElementName, locale: string, callback: AsyncCallback\): void;|@ohos.bundle.distributedBundleManager.d.ts| +|Added|NA|Module name: ohos.bundle.distributedBundleManager
Class name: distributedBundleManager
Method or attribute name: function getRemoteAbilityInfo(elementName: ElementName, locale: string): Promise\;|@ohos.bundle.distributedBundleManager.d.ts| +|Added|NA|Module name: ohos.bundle.distributedBundleManager
Class name: distributedBundleManager
Method or attribute name: function getRemoteAbilityInfo(elementNames: Array\, locale: string, callback: AsyncCallback\>): void;|@ohos.bundle.distributedBundleManager.d.ts| +|Added|NA|Module name: ohos.bundle.distributedBundleManager
Class name: distributedBundleManager
Method or attribute name: function getRemoteAbilityInfo(elementNames: Array\, locale: string): Promise\>;|@ohos.bundle.distributedBundleManager.d.ts| +|Added|NA|Module name: ohos.bundle.freeInstall
Class name: freeInstall|@ohos.bundle.freeInstall.d.ts| +|Added|NA|Module name: ohos.bundle.freeInstall
Class name: UpgradeFlag|@ohos.bundle.freeInstall.d.ts| +|Added|NA|Module name: ohos.bundle.freeInstall
Class name: UpgradeFlag
Method or attribute name: NOT_UPGRADE = 0|@ohos.bundle.freeInstall.d.ts| +|Added|NA|Module name: ohos.bundle.freeInstall
Class name: UpgradeFlag
Method or attribute name: SINGLE_UPGRADE = 1|@ohos.bundle.freeInstall.d.ts| +|Added|NA|Module name: ohos.bundle.freeInstall
Class name: UpgradeFlag
Method or attribute name: RELATION_UPGRADE = 2|@ohos.bundle.freeInstall.d.ts| +|Added|NA|Module name: ohos.bundle.freeInstall
Class name: BundlePackFlag|@ohos.bundle.freeInstall.d.ts| +|Added|NA|Module name: ohos.bundle.freeInstall
Class name: BundlePackFlag
Method or attribute name: GET_PACK_INFO_ALL = 0x00000000|@ohos.bundle.freeInstall.d.ts| +|Added|NA|Module name: ohos.bundle.freeInstall
Class name: BundlePackFlag
Method or attribute name: GET_PACKAGES = 0x00000001|@ohos.bundle.freeInstall.d.ts| +|Added|NA|Module name: ohos.bundle.freeInstall
Class name: BundlePackFlag
Method or attribute name: GET_BUNDLE_SUMMARY = 0x00000002|@ohos.bundle.freeInstall.d.ts| +|Added|NA|Module name: ohos.bundle.freeInstall
Class name: BundlePackFlag
Method or attribute name: GET_MODULE_SUMMARY = 0x00000004|@ohos.bundle.freeInstall.d.ts| +|Added|NA|Module name: ohos.bundle.freeInstall
Class name: freeInstall
Method or attribute name: function setHapModuleUpgradeFlag(bundleName: string, moduleName: string, upgradeFlag: UpgradeFlag, callback: AsyncCallback\) : void;|@ohos.bundle.freeInstall.d.ts| +|Added|NA|Module name: ohos.bundle.freeInstall
Class name: freeInstall
Method or attribute name: function setHapModuleUpgradeFlag(bundleName: string, moduleName: string, upgradeFlag: UpgradeFlag): Promise\;|@ohos.bundle.freeInstall.d.ts| +|Added|NA|Module name: ohos.bundle.freeInstall
Class name: freeInstall
Method or attribute name: function isHapModuleRemovable(bundleName: string, moduleName: string, callback: AsyncCallback\): void;|@ohos.bundle.freeInstall.d.ts| +|Added|NA|Module name: ohos.bundle.freeInstall
Class name: freeInstall
Method or attribute name: function isHapModuleRemovable(bundleName: string, moduleName: string): Promise\;|@ohos.bundle.freeInstall.d.ts| +|Added|NA|Module name: ohos.bundle.freeInstall
Class name: freeInstall
Method or attribute name: function getBundlePackInfo(bundleName: string, bundlePackFlag : BundlePackFlag, callback: AsyncCallback\): void;|@ohos.bundle.freeInstall.d.ts| +|Added|NA|Module name: ohos.bundle.freeInstall
Class name: freeInstall
Method or attribute name: function getBundlePackInfo(bundleName: string, bundlePackFlag : BundlePackFlag): Promise\;|@ohos.bundle.freeInstall.d.ts| +|Added|NA|Module name: ohos.bundle.freeInstall
Class name: freeInstall
Method or attribute name: function getDispatchInfo(callback: AsyncCallback\): void;|@ohos.bundle.freeInstall.d.ts| +|Added|NA|Module name: ohos.bundle.freeInstall
Class name: freeInstall
Method or attribute name: function getDispatchInfo(): Promise\;|@ohos.bundle.freeInstall.d.ts| +|Added|NA|Module name: ohos.bundle.installer
Class name: installer|@ohos.bundle.installer.d.ts| +|Added|NA|Module name: ohos.bundle.installer
Class name: installer
Method or attribute name: function getBundleInstaller(callback: AsyncCallback\): void|@ohos.bundle.installer.d.ts| +|Added|NA|Module name: ohos.bundle.installer
Class name: installer
Method or attribute name: function getBundleInstaller(): Promise\;|@ohos.bundle.installer.d.ts| +|Added|NA|Module name: ohos.bundle.installer
Class name: BundleInstaller|@ohos.bundle.installer.d.ts| +|Added|NA|Module name: ohos.bundle.installer
Class name: BundleInstaller
Method or attribute name: install(hapFilePaths: Array\, installParam: InstallParam, callback: AsyncCallback\) : void;|@ohos.bundle.installer.d.ts| +|Added|NA|Module name: ohos.bundle.installer
Class name: BundleInstaller
Method or attribute name: install(hapFilePaths: Array\, callback: AsyncCallback\) : void;|@ohos.bundle.installer.d.ts| +|Added|NA|Module name: ohos.bundle.installer
Class name: BundleInstaller
Method or attribute name: install(hapFilePaths: Array\, installParam?: InstallParam) : Promise\;|@ohos.bundle.installer.d.ts| +|Added|NA|Module name: ohos.bundle.installer
Class name: BundleInstaller
Method or attribute name: uninstall(bundleName: string, installParam: InstallParam, callback : AsyncCallback\) : void;|@ohos.bundle.installer.d.ts| +|Added|NA|Module name: ohos.bundle.installer
Class name: BundleInstaller
Method or attribute name: uninstall(bundleName: string, callback : AsyncCallback\) : void;|@ohos.bundle.installer.d.ts| +|Added|NA|Module name: ohos.bundle.installer
Class name: BundleInstaller
Method or attribute name: uninstall(bundleName: string, installParam?: InstallParam) : Promise\;|@ohos.bundle.installer.d.ts| +|Added|NA|Module name: ohos.bundle.installer
Class name: BundleInstaller
Method or attribute name: recover(bundleName: string, installParam: InstallParam, callback: AsyncCallback\): void;|@ohos.bundle.installer.d.ts| +|Added|NA|Module name: ohos.bundle.installer
Class name: BundleInstaller
Method or attribute name: recover(bundleName: string, callback: AsyncCallback\): void;|@ohos.bundle.installer.d.ts| +|Added|NA|Module name: ohos.bundle.installer
Class name: BundleInstaller
Method or attribute name: recover(bundleName: string, installParam?: InstallParam) : Promise\;|@ohos.bundle.installer.d.ts| +|Added|NA|Module name: ohos.bundle.installer
Class name: HashParam|@ohos.bundle.installer.d.ts| +|Added|NA|Module name: ohos.bundle.installer
Class name: HashParam
Method or attribute name: moduleName: string;|@ohos.bundle.installer.d.ts| +|Added|NA|Module name: ohos.bundle.installer
Class name: HashParam
Method or attribute name: hashValue: string;|@ohos.bundle.installer.d.ts| +|Added|NA|Module name: ohos.bundle.installer
Class name: InstallParam|@ohos.bundle.installer.d.ts| +|Added|NA|Module name: ohos.bundle.installer
Class name: InstallParam
Method or attribute name: userId?: number;|@ohos.bundle.installer.d.ts| +|Added|NA|Module name: ohos.bundle.installer
Class name: InstallParam
Method or attribute name: installFlag?: number;|@ohos.bundle.installer.d.ts| +|Added|NA|Module name: ohos.bundle.installer
Class name: InstallParam
Method or attribute name: isKeepData?: boolean;|@ohos.bundle.installer.d.ts| +|Added|NA|Module name: ohos.bundle.installer
Class name: InstallParam
Method or attribute name: hashParams?: Array\;|@ohos.bundle.installer.d.ts| +|Added|NA|Module name: ohos.bundle.installer
Class name: InstallParam
Method or attribute name: crowdtestDeadline?: number;|@ohos.bundle.installer.d.ts| +|Added|NA|Module name: ohos.bundle.launcherBundleManager
Class name: launcherBundleManager|@ohos.bundle.launcherBundleManager.d.ts| +|Added|NA|Module name: ohos.bundle.launcherBundleManager
Class name: launcherBundleManager
Method or attribute name: function getLauncherAbilityInfo(bundleName: string, userId: number, callback: AsyncCallback\>) : void;|@ohos.bundle.launcherBundleManager.d.ts| +|Added|NA|Module name: ohos.bundle.launcherBundleManager
Class name: launcherBundleManager
Method or attribute name: function getLauncherAbilityInfo(bundleName: string, userId: number) : Promise\>;|@ohos.bundle.launcherBundleManager.d.ts| +|Added|NA|Module name: ohos.bundle.launcherBundleManager
Class name: launcherBundleManager
Method or attribute name: function getAllLauncherAbilityInfo(userId: number, callback: AsyncCallback\>) : void;|@ohos.bundle.launcherBundleManager.d.ts| +|Added|NA|Module name: ohos.bundle.launcherBundleManager
Class name: launcherBundleManager
Method or attribute name: function getAllLauncherAbilityInfo(userId: number) : Promise\>;|@ohos.bundle.launcherBundleManager.d.ts| +|Added|NA|Module name: ohos.bundle.launcherBundleManager
Class name: launcherBundleManager
Method or attribute name: function getShortcutInfo(bundleName :string, callback: AsyncCallback\>) : void;|@ohos.bundle.launcherBundleManager.d.ts| +|Added|NA|Module name: ohos.bundle.launcherBundleManager
Class name: launcherBundleManager
Method or attribute name: function getShortcutInfo(bundleName : string) : Promise\>;|@ohos.bundle.launcherBundleManager.d.ts| +|Added|NA|Class name: zlib
Method or attribute name: function compressFile(inFile: string, outFile: string, options: Options, callback: AsyncCallback\): void;|@ohos.zlib.d.ts| +|Added|NA|Class name: zlib
Method or attribute name: function compressFile(inFile:string, outFile:string, options: Options): Promise\;|@ohos.zlib.d.ts| +|Added|NA|Class name: zlib
Method or attribute name: function decompressFile(inFile: string, outFile: string, options: Options, callback: AsyncCallback\): void;|@ohos.zlib.d.ts| +|Added|NA|Class name: zlib
Method or attribute name: function decompressFile(inFile: string, outFile: string, options: Options): Promise\;|@ohos.zlib.d.ts| +|Added|NA|Module name: AbilityInfo
Class name: AbilityInfo|AbilityInfo.d.ts| +|Added|NA|Module name: AbilityInfo
Class name: AbilityInfo
Method or attribute name: readonly bundleName: string;|AbilityInfo.d.ts| +|Added|NA|Module name: AbilityInfo
Class name: AbilityInfo
Method or attribute name: readonly moduleName: string;|AbilityInfo.d.ts| +|Added|NA|Module name: AbilityInfo
Class name: AbilityInfo
Method or attribute name: readonly name: string;|AbilityInfo.d.ts| +|Added|NA|Module name: AbilityInfo
Class name: AbilityInfo
Method or attribute name: readonly label: string;|AbilityInfo.d.ts| +|Added|NA|Module name: AbilityInfo
Class name: AbilityInfo
Method or attribute name: readonly labelId: number;|AbilityInfo.d.ts| +|Added|NA|Module name: AbilityInfo
Class name: AbilityInfo
Method or attribute name: readonly description: string;|AbilityInfo.d.ts| +|Added|NA|Module name: AbilityInfo
Class name: AbilityInfo
Method or attribute name: readonly descriptionId: number;|AbilityInfo.d.ts| +|Added|NA|Module name: AbilityInfo
Class name: AbilityInfo
Method or attribute name: readonly icon: string;|AbilityInfo.d.ts| +|Added|NA|Module name: AbilityInfo
Class name: AbilityInfo
Method or attribute name: readonly iconId: number;|AbilityInfo.d.ts| +|Added|NA|Module name: AbilityInfo
Class name: AbilityInfo
Method or attribute name: readonly process: string;|AbilityInfo.d.ts| +|Added|NA|Module name: AbilityInfo
Class name: AbilityInfo
Method or attribute name: readonly exported: boolean;|AbilityInfo.d.ts| +|Added|NA|Module name: AbilityInfo
Class name: AbilityInfo
Method or attribute name: readonly type: bundleManager.AbilityType;|AbilityInfo.d.ts| +|Added|NA|Module name: AbilityInfo
Class name: AbilityInfo
Method or attribute name: readonly orientation: bundleManager.DisplayOrientation;|AbilityInfo.d.ts| +|Added|NA|Module name: AbilityInfo
Class name: AbilityInfo
Method or attribute name: readonly launchType: bundleManager.LaunchType;|AbilityInfo.d.ts| +|Added|NA|Module name: AbilityInfo
Class name: AbilityInfo
Method or attribute name: readonly permissions: Array\;|AbilityInfo.d.ts| +|Added|NA|Module name: AbilityInfo
Class name: AbilityInfo
Method or attribute name: readonly readPermission: string;|AbilityInfo.d.ts| +|Added|NA|Module name: AbilityInfo
Class name: AbilityInfo
Method or attribute name: readonly writePermission: string;|AbilityInfo.d.ts| +|Added|NA|Module name: AbilityInfo
Class name: AbilityInfo
Method or attribute name: readonly uri: string;|AbilityInfo.d.ts| +|Added|NA|Module name: AbilityInfo
Class name: AbilityInfo
Method or attribute name: readonly deviceTypes: Array\;|AbilityInfo.d.ts| +|Added|NA|Module name: AbilityInfo
Class name: AbilityInfo
Method or attribute name: readonly applicationInfo: ApplicationInfo;|AbilityInfo.d.ts| +|Added|NA|Module name: AbilityInfo
Class name: AbilityInfo
Method or attribute name: readonly metadata: Array\;|AbilityInfo.d.ts| +|Added|NA|Module name: AbilityInfo
Class name: AbilityInfo
Method or attribute name: readonly enabled: boolean;|AbilityInfo.d.ts| +|Added|NA|Module name: AbilityInfo
Class name: AbilityInfo
Method or attribute name: readonly supportWindowModes: Array\;|AbilityInfo.d.ts| +|Added|NA|Module name: AbilityInfo
Class name: AbilityInfo
Method or attribute name: readonly windowSize: WindowSize;|AbilityInfo.d.ts| +|Added|NA|Module name: AbilityInfo
Class name: WindowSize|AbilityInfo.d.ts| +|Added|NA|Module name: AbilityInfo
Class name: WindowSize
Method or attribute name: readonly maxWindowRatio: number;|AbilityInfo.d.ts| +|Added|NA|Module name: AbilityInfo
Class name: WindowSize
Method or attribute name: readonly minWindowRatio: number;|AbilityInfo.d.ts| +|Added|NA|Module name: AbilityInfo
Class name: WindowSize
Method or attribute name: readonly maxWindowWidth: number;|AbilityInfo.d.ts| +|Added|NA|Module name: AbilityInfo
Class name: WindowSize
Method or attribute name: readonly minWindowWidth: number;|AbilityInfo.d.ts| +|Added|NA|Module name: AbilityInfo
Class name: WindowSize
Method or attribute name: readonly maxWindowHeight: number;|AbilityInfo.d.ts| +|Added|NA|Module name: AbilityInfo
Class name: WindowSize
Method or attribute name: readonly minWindowHeight: number;|AbilityInfo.d.ts| +|Added|NA|Module name: ApplicationInfo
Class name: ApplicationInfo|ApplicationInfo.d.ts| +|Added|NA|Module name: ApplicationInfo
Class name: ApplicationInfo
Method or attribute name: readonly name: string;|ApplicationInfo.d.ts| +|Added|NA|Module name: ApplicationInfo
Class name: ApplicationInfo
Method or attribute name: readonly description: string;|ApplicationInfo.d.ts| +|Added|NA|Module name: ApplicationInfo
Class name: ApplicationInfo
Method or attribute name: readonly descriptionId: number;|ApplicationInfo.d.ts| +|Added|NA|Module name: ApplicationInfo
Class name: ApplicationInfo
Method or attribute name: readonly enabled: boolean;|ApplicationInfo.d.ts| +|Added|NA|Module name: ApplicationInfo
Class name: ApplicationInfo
Method or attribute name: readonly label: string;|ApplicationInfo.d.ts| +|Added|NA|Module name: ApplicationInfo
Class name: ApplicationInfo
Method or attribute name: readonly labelId: number;|ApplicationInfo.d.ts| +|Added|NA|Module name: ApplicationInfo
Class name: ApplicationInfo
Method or attribute name: readonly icon: string;|ApplicationInfo.d.ts| +|Added|NA|Module name: ApplicationInfo
Class name: ApplicationInfo
Method or attribute name: readonly iconId: number;|ApplicationInfo.d.ts| +|Added|NA|Module name: ApplicationInfo
Class name: ApplicationInfo
Method or attribute name: readonly process: string;|ApplicationInfo.d.ts| +|Added|NA|Module name: ApplicationInfo
Class name: ApplicationInfo
Method or attribute name: readonly permissions: Array\;|ApplicationInfo.d.ts| +|Added|NA|Module name: ApplicationInfo
Class name: ApplicationInfo
Method or attribute name: readonly codePath: string;|ApplicationInfo.d.ts| +|Added|NA|Module name: ApplicationInfo
Class name: ApplicationInfo
Method or attribute name: readonly metadata: Map\>;|ApplicationInfo.d.ts| +|Added|NA|Module name: ApplicationInfo
Class name: ApplicationInfo
Method or attribute name: readonly removable: boolean;|ApplicationInfo.d.ts| +|Added|NA|Module name: ApplicationInfo
Class name: ApplicationInfo
Method or attribute name: readonly accessTokenId: number;|ApplicationInfo.d.ts| +|Added|NA|Module name: ApplicationInfo
Class name: ApplicationInfo
Method or attribute name: readonly uid: number;|ApplicationInfo.d.ts| +|Added|NA|Module name: ApplicationInfo
Class name: ApplicationInfo
Method or attribute name: readonly iconResource: Resource;|ApplicationInfo.d.ts| +|Added|NA|Module name: ApplicationInfo
Class name: ApplicationInfo
Method or attribute name: readonly labelResource: Resource;|ApplicationInfo.d.ts| +|Added|NA|Module name: ApplicationInfo
Class name: ApplicationInfo
Method or attribute name: readonly descriptionResource: Resource;|ApplicationInfo.d.ts| +|Added|NA|Module name: ApplicationInfo
Class name: ApplicationInfo
Method or attribute name: readonly appDistributionType: string;|ApplicationInfo.d.ts| +|Added|NA|Module name: ApplicationInfo
Class name: ApplicationInfo
Method or attribute name: readonly appProvisionType: string;|ApplicationInfo.d.ts| +|Added|NA|Module name: ApplicationInfo
Class name: ApplicationInfo
Method or attribute name: readonly systemApp: boolean;|ApplicationInfo.d.ts| +|Added|NA|Module name: ApplicationInfo
Class name: ApplicationInfo
Method or attribute name: readonly bundleType: bundleManager.BundleType;|ApplicationInfo.d.ts| +|Added|NA|Module name: BundleInfo
Class name: BundleInfo|BundleInfo.d.ts| +|Added|NA|Module name: BundleInfo
Class name: BundleInfo
Method or attribute name: readonly name: string;|BundleInfo.d.ts| +|Added|NA|Module name: BundleInfo
Class name: BundleInfo
Method or attribute name: readonly vendor: string;|BundleInfo.d.ts| +|Added|NA|Module name: BundleInfo
Class name: BundleInfo
Method or attribute name: readonly versionCode: number;|BundleInfo.d.ts| +|Added|NA|Module name: BundleInfo
Class name: BundleInfo
Method or attribute name: readonly versionName: string;|BundleInfo.d.ts| +|Added|NA|Module name: BundleInfo
Class name: BundleInfo
Method or attribute name: readonly minCompatibleVersionCode: number;|BundleInfo.d.ts| +|Added|NA|Module name: BundleInfo
Class name: BundleInfo
Method or attribute name: readonly targetVersion: number;|BundleInfo.d.ts| +|Added|NA|Module name: BundleInfo
Class name: BundleInfo
Method or attribute name: readonly appInfo: ApplicationInfo;|BundleInfo.d.ts| +|Added|NA|Module name: BundleInfo
Class name: BundleInfo
Method or attribute name: readonly hapModulesInfo: Array\;|BundleInfo.d.ts| +|Added|NA|Module name: BundleInfo
Class name: BundleInfo
Method or attribute name: readonly reqPermissionDetails: Array\;|BundleInfo.d.ts| +|Added|NA|Module name: BundleInfo
Class name: BundleInfo
Method or attribute name: readonly permissionGrantStates: Array\;|BundleInfo.d.ts| +|Added|NA|Module name: BundleInfo
Class name: BundleInfo
Method or attribute name: readonly signatureInfo: SignatureInfo;|BundleInfo.d.ts| +|Added|NA|Module name: BundleInfo
Class name: BundleInfo
Method or attribute name: readonly installTime: number;|BundleInfo.d.ts| +|Added|NA|Module name: BundleInfo
Class name: BundleInfo
Method or attribute name: readonly updateTime: number;|BundleInfo.d.ts| +|Added|NA|Module name: BundleInfo
Class name: ReqPermissionDetail|BundleInfo.d.ts| +|Added|NA|Module name: BundleInfo
Class name: ReqPermissionDetail
Method or attribute name: name: string;|BundleInfo.d.ts| +|Added|NA|Module name: BundleInfo
Class name: ReqPermissionDetail
Method or attribute name: reason: string;|BundleInfo.d.ts| +|Added|NA|Module name: BundleInfo
Class name: ReqPermissionDetail
Method or attribute name: reasonId: number;|BundleInfo.d.ts| +|Added|NA|Module name: BundleInfo
Class name: ReqPermissionDetail
Method or attribute name: usedScene: UsedScene;|BundleInfo.d.ts| +|Added|NA|Module name: BundleInfo
Class name: UsedScene|BundleInfo.d.ts| +|Added|NA|Module name: BundleInfo
Class name: UsedScene
Method or attribute name: abilities: Array\;|BundleInfo.d.ts| +|Added|NA|Module name: BundleInfo
Class name: UsedScene
Method or attribute name: when: string;|BundleInfo.d.ts| +|Added|NA|Module name: BundleInfo
Class name: SignatureInfo|BundleInfo.d.ts| +|Added|NA|Module name: BundleInfo
Class name: SignatureInfo
Method or attribute name: readonly appId: string;|BundleInfo.d.ts| +|Added|NA|Module name: BundleInfo
Class name: SignatureInfo
Method or attribute name: readonly fingerprint: string;|BundleInfo.d.ts| +|Added|NA|Module name: BundlePackInfo
Class name: BundlePackInfo|BundlePackInfo.d.ts| +|Added|NA|Module name: BundlePackInfo
Class name: BundlePackInfo
Method or attribute name: readonly packages: Array\;|BundlePackInfo.d.ts| +|Added|NA|Module name: BundlePackInfo
Class name: BundlePackInfo
Method or attribute name: readonly summary: PackageSummary;|BundlePackInfo.d.ts| +|Added|NA|Module name: BundlePackInfo
Class name: PackageConfig|BundlePackInfo.d.ts| +|Added|NA|Module name: BundlePackInfo
Class name: PackageConfig
Method or attribute name: readonly deviceTypes: Array\;|BundlePackInfo.d.ts| +|Added|NA|Module name: BundlePackInfo
Class name: PackageConfig
Method or attribute name: readonly name: string;|BundlePackInfo.d.ts| +|Added|NA|Module name: BundlePackInfo
Class name: PackageConfig
Method or attribute name: readonly moduleType: string;|BundlePackInfo.d.ts| +|Added|NA|Module name: BundlePackInfo
Class name: PackageConfig
Method or attribute name: readonly deliveryWithInstall: boolean;|BundlePackInfo.d.ts| +|Added|NA|Module name: BundlePackInfo
Class name: PackageSummary|BundlePackInfo.d.ts| +|Added|NA|Module name: BundlePackInfo
Class name: PackageSummary
Method or attribute name: readonly app: BundleConfigInfo;|BundlePackInfo.d.ts| +|Added|NA|Module name: BundlePackInfo
Class name: PackageSummary
Method or attribute name: readonly modules: Array\;|BundlePackInfo.d.ts| +|Added|NA|Module name: BundlePackInfo
Class name: BundleConfigInfo|BundlePackInfo.d.ts| +|Added|NA|Module name: BundlePackInfo
Class name: BundleConfigInfo
Method or attribute name: readonly bundleName: string;|BundlePackInfo.d.ts| +|Added|NA|Module name: BundlePackInfo
Class name: BundleConfigInfo
Method or attribute name: readonly version: Version;|BundlePackInfo.d.ts| +|Added|NA|Module name: BundlePackInfo
Class name: ExtensionAbility|BundlePackInfo.d.ts| +|Added|NA|Module name: BundlePackInfo
Class name: ExtensionAbility
Method or attribute name: readonly name: string;|BundlePackInfo.d.ts| +|Added|NA|Module name: BundlePackInfo
Class name: ExtensionAbility
Method or attribute name: readonly forms: Array\;|BundlePackInfo.d.ts| +|Added|NA|Module name: BundlePackInfo
Class name: ModuleConfigInfo|BundlePackInfo.d.ts| +|Added|NA|Module name: BundlePackInfo
Class name: ModuleConfigInfo
Method or attribute name: readonly mainAbility: string;|BundlePackInfo.d.ts| +|Added|NA|Module name: BundlePackInfo
Class name: ModuleConfigInfo
Method or attribute name: readonly apiVersion: ApiVersion;|BundlePackInfo.d.ts| +|Added|NA|Module name: BundlePackInfo
Class name: ModuleConfigInfo
Method or attribute name: readonly deviceTypes: Array\;|BundlePackInfo.d.ts| +|Added|NA|Module name: BundlePackInfo
Class name: ModuleConfigInfo
Method or attribute name: readonly distro: ModuleDistroInfo;|BundlePackInfo.d.ts| +|Added|NA|Module name: BundlePackInfo
Class name: ModuleConfigInfo
Method or attribute name: readonly abilities: Array\;|BundlePackInfo.d.ts| +|Added|NA|Module name: BundlePackInfo
Class name: ModuleConfigInfo
Method or attribute name: readonly extensionAbilities: Array\;|BundlePackInfo.d.ts| +|Added|NA|Module name: BundlePackInfo
Class name: ModuleDistroInfo|BundlePackInfo.d.ts| +|Added|NA|Module name: BundlePackInfo
Class name: ModuleDistroInfo
Method or attribute name: readonly deliveryWithInstall: boolean;|BundlePackInfo.d.ts| +|Added|NA|Module name: BundlePackInfo
Class name: ModuleDistroInfo
Method or attribute name: readonly installationFree: boolean;|BundlePackInfo.d.ts| +|Added|NA|Module name: BundlePackInfo
Class name: ModuleDistroInfo
Method or attribute name: readonly moduleName: string;|BundlePackInfo.d.ts| +|Added|NA|Module name: BundlePackInfo
Class name: ModuleDistroInfo
Method or attribute name: readonly moduleType: string;|BundlePackInfo.d.ts| +|Added|NA|Module name: BundlePackInfo
Class name: ModuleAbilityInfo|BundlePackInfo.d.ts| +|Added|NA|Module name: BundlePackInfo
Class name: ModuleAbilityInfo
Method or attribute name: readonly name: string;|BundlePackInfo.d.ts| +|Added|NA|Module name: BundlePackInfo
Class name: ModuleAbilityInfo
Method or attribute name: readonly label: string;|BundlePackInfo.d.ts| +|Added|NA|Module name: BundlePackInfo
Class name: ModuleAbilityInfo
Method or attribute name: readonly exported: boolean;|BundlePackInfo.d.ts| +|Added|NA|Module name: BundlePackInfo
Class name: ModuleAbilityInfo
Method or attribute name: readonly forms: Array\;|BundlePackInfo.d.ts| +|Added|NA|Module name: BundlePackInfo
Class name: AbilityFormInfo|BundlePackInfo.d.ts| +|Added|NA|Module name: BundlePackInfo
Class name: AbilityFormInfo
Method or attribute name: readonly name: string;|BundlePackInfo.d.ts| +|Added|NA|Module name: BundlePackInfo
Class name: AbilityFormInfo
Method or attribute name: readonly type: string;|BundlePackInfo.d.ts| +|Added|NA|Module name: BundlePackInfo
Class name: AbilityFormInfo
Method or attribute name: readonly updateEnabled: boolean;|BundlePackInfo.d.ts| +|Added|NA|Module name: BundlePackInfo
Class name: AbilityFormInfo
Method or attribute name: readonly scheduledUpdateTime: string;|BundlePackInfo.d.ts| +|Added|NA|Module name: BundlePackInfo
Class name: AbilityFormInfo
Method or attribute name: readonly updateDuration: number;|BundlePackInfo.d.ts| +|Added|NA|Module name: BundlePackInfo
Class name: AbilityFormInfo
Method or attribute name: readonly supportDimensions: Array\;|BundlePackInfo.d.ts| +|Added|NA|Module name: BundlePackInfo
Class name: AbilityFormInfo
Method or attribute name: readonly defaultDimension: string;|BundlePackInfo.d.ts| +|Added|NA|Module name: BundlePackInfo
Class name: Version|BundlePackInfo.d.ts| +|Added|NA|Module name: BundlePackInfo
Class name: Version
Method or attribute name: readonly minCompatibleVersionCode: number;|BundlePackInfo.d.ts| +|Added|NA|Module name: BundlePackInfo
Class name: Version
Method or attribute name: readonly name: string;|BundlePackInfo.d.ts| +|Added|NA|Module name: BundlePackInfo
Class name: Version
Method or attribute name: readonly code: number;|BundlePackInfo.d.ts| +|Added|NA|Module name: BundlePackInfo
Class name: ApiVersion|BundlePackInfo.d.ts| +|Added|NA|Module name: BundlePackInfo
Class name: ApiVersion
Method or attribute name: readonly releaseType: string;|BundlePackInfo.d.ts| +|Added|NA|Module name: BundlePackInfo
Class name: ApiVersion
Method or attribute name: readonly compatible: number;|BundlePackInfo.d.ts| +|Added|NA|Module name: BundlePackInfo
Class name: ApiVersion
Method or attribute name: readonly target: number;|BundlePackInfo.d.ts| +|Added|NA|Module name: DispatchInfo
Class name: DispatchInfo|DispatchInfo.d.ts| +|Added|NA|Module name: DispatchInfo
Class name: DispatchInfo
Method or attribute name: readonly version: string;|DispatchInfo.d.ts| +|Added|NA|Module name: DispatchInfo
Class name: DispatchInfo
Method or attribute name: readonly dispatchAPIVersion: string;|DispatchInfo.d.ts| +|Added|NA|Module name: ElementName
Class name: ElementName|ElementName.d.ts| +|Added|NA|Module name: ElementName
Class name: ElementName
Method or attribute name: deviceId?: string;|ElementName.d.ts| +|Added|NA|Module name: ElementName
Class name: ElementName
Method or attribute name: bundleName: string;|ElementName.d.ts| +|Added|NA|Module name: ElementName
Class name: ElementName
Method or attribute name: moduleName?: string;|ElementName.d.ts| +|Added|NA|Module name: ElementName
Class name: ElementName
Method or attribute name: abilityName: string;|ElementName.d.ts| +|Added|NA|Module name: ElementName
Class name: ElementName
Method or attribute name: uri?: string;|ElementName.d.ts| +|Added|NA|Module name: ElementName
Class name: ElementName
Method or attribute name: shortName?: string;|ElementName.d.ts| +|Added|NA|Module name: ExtensionAbilityInfo
Class name: ExtensionAbilityInfo|ExtensionAbilityInfo.d.ts| +|Added|NA|Module name: ExtensionAbilityInfo
Class name: ExtensionAbilityInfo
Method or attribute name: readonly bundleName: string;|ExtensionAbilityInfo.d.ts| +|Added|NA|Module name: ExtensionAbilityInfo
Class name: ExtensionAbilityInfo
Method or attribute name: readonly moduleName: string;|ExtensionAbilityInfo.d.ts| +|Added|NA|Module name: ExtensionAbilityInfo
Class name: ExtensionAbilityInfo
Method or attribute name: readonly name: string;|ExtensionAbilityInfo.d.ts| +|Added|NA|Module name: ExtensionAbilityInfo
Class name: ExtensionAbilityInfo
Method or attribute name: readonly labelId: number;|ExtensionAbilityInfo.d.ts| +|Added|NA|Module name: ExtensionAbilityInfo
Class name: ExtensionAbilityInfo
Method or attribute name: readonly descriptionId: number;|ExtensionAbilityInfo.d.ts| +|Added|NA|Module name: ExtensionAbilityInfo
Class name: ExtensionAbilityInfo
Method or attribute name: readonly iconId: number;|ExtensionAbilityInfo.d.ts| +|Added|NA|Module name: ExtensionAbilityInfo
Class name: ExtensionAbilityInfo
Method or attribute name: readonly exported: boolean;|ExtensionAbilityInfo.d.ts| +|Added|NA|Module name: ExtensionAbilityInfo
Class name: ExtensionAbilityInfo
Method or attribute name: readonly extensionAbilityType: bundleManager.ExtensionAbilityType;|ExtensionAbilityInfo.d.ts| +|Added|NA|Module name: ExtensionAbilityInfo
Class name: ExtensionAbilityInfo
Method or attribute name: readonly permissions: Array\;|ExtensionAbilityInfo.d.ts| +|Added|NA|Module name: ExtensionAbilityInfo
Class name: ExtensionAbilityInfo
Method or attribute name: readonly applicationInfo: ApplicationInfo;|ExtensionAbilityInfo.d.ts| +|Added|NA|Module name: ExtensionAbilityInfo
Class name: ExtensionAbilityInfo
Method or attribute name: readonly metadata: Array\;|ExtensionAbilityInfo.d.ts| +|Added|NA|Module name: ExtensionAbilityInfo
Class name: ExtensionAbilityInfo
Method or attribute name: readonly enabled: boolean;|ExtensionAbilityInfo.d.ts| +|Added|NA|Module name: ExtensionAbilityInfo
Class name: ExtensionAbilityInfo
Method or attribute name: readonly readPermission: string;|ExtensionAbilityInfo.d.ts| +|Added|NA|Module name: ExtensionAbilityInfo
Class name: ExtensionAbilityInfo
Method or attribute name: readonly writePermission: string;|ExtensionAbilityInfo.d.ts| +|Added|NA|Module name: HapModuleInfo
Class name: HapModuleInfo|HapModuleInfo.d.ts| +|Added|NA|Module name: HapModuleInfo
Class name: HapModuleInfo
Method or attribute name: readonly name: string;|HapModuleInfo.d.ts| +|Added|NA|Module name: HapModuleInfo
Class name: HapModuleInfo
Method or attribute name: readonly icon: string;|HapModuleInfo.d.ts| +|Added|NA|Module name: HapModuleInfo
Class name: HapModuleInfo
Method or attribute name: readonly iconId: number;|HapModuleInfo.d.ts| +|Added|NA|Module name: HapModuleInfo
Class name: HapModuleInfo
Method or attribute name: readonly label: string;|HapModuleInfo.d.ts| +|Added|NA|Module name: HapModuleInfo
Class name: HapModuleInfo
Method or attribute name: readonly labelId: number;|HapModuleInfo.d.ts| +|Added|NA|Module name: HapModuleInfo
Class name: HapModuleInfo
Method or attribute name: readonly description: string;|HapModuleInfo.d.ts| +|Added|NA|Module name: HapModuleInfo
Class name: HapModuleInfo
Method or attribute name: readonly descriptionId: number;|HapModuleInfo.d.ts| +|Added|NA|Module name: HapModuleInfo
Class name: HapModuleInfo
Method or attribute name: readonly mainElementName: string;|HapModuleInfo.d.ts| +|Added|NA|Module name: HapModuleInfo
Class name: HapModuleInfo
Method or attribute name: readonly abilitiesInfo: Array\;|HapModuleInfo.d.ts| +|Added|NA|Module name: HapModuleInfo
Class name: HapModuleInfo
Method or attribute name: readonly extensionAbilitiesInfo: Array\;|HapModuleInfo.d.ts| +|Added|NA|Module name: HapModuleInfo
Class name: HapModuleInfo
Method or attribute name: readonly metadata: Array\;|HapModuleInfo.d.ts| +|Added|NA|Module name: HapModuleInfo
Class name: HapModuleInfo
Method or attribute name: readonly deviceTypes: Array\;|HapModuleInfo.d.ts| +|Added|NA|Module name: HapModuleInfo
Class name: HapModuleInfo
Method or attribute name: readonly installationFree: boolean;|HapModuleInfo.d.ts| +|Added|NA|Module name: HapModuleInfo
Class name: HapModuleInfo
Method or attribute name: readonly hashValue: string;|HapModuleInfo.d.ts| +|Added|NA|Module name: HapModuleInfo
Class name: HapModuleInfo
Method or attribute name: readonly type: bundleManager.ModuleType;|HapModuleInfo.d.ts| +|Added|NA|Module name: HapModuleInfo
Class name: HapModuleInfo
Method or attribute name: readonly dependencies: Array\;|HapModuleInfo.d.ts| +|Added|NA|Module name: HapModuleInfo
Class name: HapModuleInfo
Method or attribute name: readonly preloads: Array\;|HapModuleInfo.d.ts| +|Added|NA|Module name: HapModuleInfo
Class name: Dependency|HapModuleInfo.d.ts| +|Added|NA|Module name: HapModuleInfo
Class name: Dependency
Method or attribute name: readonly moduleName: string;|HapModuleInfo.d.ts| +|Added|NA|Module name: HapModuleInfo
Class name: PreloadItem|HapModuleInfo.d.ts| +|Added|NA|Module name: HapModuleInfo
Class name: PreloadItem
Method or attribute name: readonly moduleName: string;|HapModuleInfo.d.ts| +|Added|NA|Module name: LauncherAbilityInfo
Class name: LauncherAbilityInfo|LauncherAbilityInfo.d.ts| +|Added|NA|Module name: LauncherAbilityInfo
Class name: LauncherAbilityInfo
Method or attribute name: readonly applicationInfo: ApplicationInfo;|LauncherAbilityInfo.d.ts| +|Added|NA|Module name: LauncherAbilityInfo
Class name: LauncherAbilityInfo
Method or attribute name: readonly elementName : ElementName;|LauncherAbilityInfo.d.ts| +|Added|NA|Module name: LauncherAbilityInfo
Class name: LauncherAbilityInfo
Method or attribute name: readonly labelId: number;|LauncherAbilityInfo.d.ts| +|Added|NA|Module name: LauncherAbilityInfo
Class name: LauncherAbilityInfo
Method or attribute name: readonly iconId: number;|LauncherAbilityInfo.d.ts| +|Added|NA|Module name: LauncherAbilityInfo
Class name: LauncherAbilityInfo
Method or attribute name: readonly userId: number;|LauncherAbilityInfo.d.ts| +|Added|NA|Module name: LauncherAbilityInfo
Class name: LauncherAbilityInfo
Method or attribute name: readonly installTime : number;|LauncherAbilityInfo.d.ts| +|Added|NA|Module name: Metadata
Class name: Metadata|Metadata.d.ts| +|Added|NA|Module name: Metadata
Class name: Metadata
Method or attribute name: name: string;|Metadata.d.ts| +|Added|NA|Module name: Metadata
Class name: Metadata
Method or attribute name: value: string;|Metadata.d.ts| +|Added|NA|Module name: Metadata
Class name: Metadata
Method or attribute name: resource: string;|Metadata.d.ts| +|Added|NA|Module name: PermissionDef
Class name: PermissionDef
Method or attribute name: readonly permissionName: string;|PermissionDef.d.ts| +|Added|NA|Module name: PermissionDef
Class name: PermissionDef
Method or attribute name: readonly grantMode: number;|PermissionDef.d.ts| +|Added|NA|Module name: PermissionDef
Class name: PermissionDef
Method or attribute name: readonly labelId: number;|PermissionDef.d.ts| +|Added|NA|Module name: PermissionDef
Class name: PermissionDef
Method or attribute name: readonly descriptionId: number;|PermissionDef.d.ts| +|Added|NA|Module name: RemoteAbilityInfo
Class name: RemoteAbilityInfo|RemoteAbilityInfo.d.ts| +|Added|NA|Module name: RemoteAbilityInfo
Class name: RemoteAbilityInfo
Method or attribute name: readonly elementName: ElementName;|RemoteAbilityInfo.d.ts| +|Added|NA|Module name: RemoteAbilityInfo
Class name: RemoteAbilityInfo
Method or attribute name: readonly label: string;|RemoteAbilityInfo.d.ts| +|Added|NA|Module name: RemoteAbilityInfo
Class name: RemoteAbilityInfo
Method or attribute name: readonly icon: string;|RemoteAbilityInfo.d.ts| +|Added|NA|Module name: ShortcutInfo
Class name: ShortcutInfo|ShortcutInfo.d.ts| +|Added|NA|Module name: ShortcutInfo
Class name: ShortcutInfo
Method or attribute name: readonly id: string;|ShortcutInfo.d.ts| +|Added|NA|Module name: ShortcutInfo
Class name: ShortcutInfo
Method or attribute name: readonly bundleName: string;|ShortcutInfo.d.ts| +|Added|NA|Module name: ShortcutInfo
Class name: ShortcutInfo
Method or attribute name: readonly moduleName: string;|ShortcutInfo.d.ts| +|Added|NA|Module name: ShortcutInfo
Class name: ShortcutInfo
Method or attribute name: readonly hostAbility: string;|ShortcutInfo.d.ts| +|Added|NA|Module name: ShortcutInfo
Class name: ShortcutInfo
Method or attribute name: readonly icon: string;|ShortcutInfo.d.ts| +|Added|NA|Module name: ShortcutInfo
Class name: ShortcutInfo
Method or attribute name: readonly iconId: number;|ShortcutInfo.d.ts| +|Added|NA|Module name: ShortcutInfo
Class name: ShortcutInfo
Method or attribute name: readonly label: string;|ShortcutInfo.d.ts| +|Added|NA|Module name: ShortcutInfo
Class name: ShortcutInfo
Method or attribute name: readonly labelId: number;|ShortcutInfo.d.ts| +|Added|NA|Module name: ShortcutInfo
Class name: ShortcutInfo
Method or attribute name: readonly wants: Array\;|ShortcutInfo.d.ts| +|Added|NA|Module name: ShortcutInfo
Class name: ShortcutWant|ShortcutInfo.d.ts| +|Added|NA|Module name: ShortcutInfo
Class name: ShortcutWant
Method or attribute name: readonly targetBundle: string;|ShortcutInfo.d.ts| +|Added|NA|Module name: ShortcutInfo
Class name: ShortcutWant
Method or attribute name: readonly targetModule: string;|ShortcutInfo.d.ts| +|Added|NA|Module name: ShortcutInfo
Class name: ShortcutWant
Method or attribute name: readonly targetAbility: string;|ShortcutInfo.d.ts| +|Model changed|Class name: AbilityInfo
Method or attribute name: readonly orientation: bundle.DisplayOrientation;
Model: @FAModelOnly|Class name: AbilityInfo
Method or attribute name: readonly orientation: bundle.DisplayOrientation;
Model: N/A|abilityInfo.d.ts| +|Access level changed|Class name: LauncherAbilityInfo
Access level: public API|Class name: LauncherAbilityInfo
Access level: system API|launcherAbilityInfo.d.ts| +|Deprecated version changed|Class name: bundle
Deprecated version: N/A|Class name: bundle
Deprecated version: 9
Substitute API: ohos.bundle.bundleManager |@ohos.bundle.d.ts| +|Deprecated version changed|Class name: BundleFlag
Deprecated version: N/A|Class name: BundleFlag
Deprecated version: 9
Substitute API: ohos.bundle.bundleManager.BundleFlag|@ohos.bundle.d.ts| +|Deprecated version changed|Class name: ColorMode
Deprecated version: N/A|Class name: ColorMode
Deprecated version: 9
Substitute API: N/A|@ohos.bundle.d.ts| +|Deprecated version changed|Class name: GrantStatus
Deprecated version: N/A|Class name: GrantStatus
Deprecated version: 9
Substitute API: ohos.bundle.bundleManager.PermissionGrantState |@ohos.bundle.d.ts| +|Deprecated version changed|Class name: AbilityType
Deprecated version: N/A|Class name: AbilityType
Deprecated version: 9
Substitute API: ohos.bundle.bundleManager.AbilityType |@ohos.bundle.d.ts| +|Deprecated version changed|Class name: AbilitySubType
Deprecated version: N/A|Class name: AbilitySubType
Deprecated version: 9
Substitute API: N/A|@ohos.bundle.d.ts| +|Deprecated version changed|Class name: DisplayOrientation
Deprecated version: N/A|Class name: DisplayOrientation
Deprecated version: 9
Substitute API: ohos.bundle.bundleManager.DisplayOrientation |@ohos.bundle.d.ts| +|Deprecated version changed|Class name: LaunchMode
Deprecated version: N/A|Class name: LaunchMode
Deprecated version: 9
Substitute API: ohos.bundle.bundleManager.LaunchType |@ohos.bundle.d.ts| +|Deprecated version changed|Class name: BundleOptions
Deprecated version: N/A|Class name: BundleOptions
Deprecated version: 9
Substitute API: N/A|@ohos.bundle.d.ts| +|Deprecated version changed|Class name: InstallErrorCode
Deprecated version: N/A|Class name: InstallErrorCode
Deprecated version: 9
Substitute API: N/A|@ohos.bundle.d.ts| +|Deprecated version changed|Class name: bundle
Method or attribute name: function getBundleInfo(bundleName: string, bundleFlags: number, options: BundleOptions, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: bundle
Method or attribute name: function getBundleInfo(bundleName: string, bundleFlags: number, options: BundleOptions, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.bundle.bundleManager|@ohos.bundle.d.ts| +|Deprecated version changed|Class name: bundle
Method or attribute name: function getBundleInfo(bundleName: string, bundleFlags: number, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: bundle
Method or attribute name: function getBundleInfo(bundleName: string, bundleFlags: number, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.bundle.bundleManager|@ohos.bundle.d.ts| +|Deprecated version changed|Class name: bundle
Method or attribute name: function getBundleInfo(bundleName: string, bundleFlags: number, options?: BundleOptions): Promise\;
Deprecated version: N/A|Class name: bundle
Method or attribute name: function getBundleInfo(bundleName: string, bundleFlags: number, options?: BundleOptions): Promise\;
Deprecated version: 9
Substitute API: ohos.bundle.bundleManager|@ohos.bundle.d.ts| +|Deprecated version changed|Class name: bundle
Method or attribute name: function getBundleInstaller(callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: bundle
Method or attribute name: function getBundleInstaller(callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.bundle.installer|@ohos.bundle.d.ts| +|Deprecated version changed|Class name: bundle
Method or attribute name: function getBundleInstaller(): Promise\;
Deprecated version: N/A|Class name: bundle
Method or attribute name: function getBundleInstaller(): Promise\;
Deprecated version: 9
Substitute API: ohos.bundle.installer|@ohos.bundle.d.ts| +|Deprecated version changed|Class name: bundle
Method or attribute name: function getAbilityInfo(bundleName: string, abilityName: string, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: bundle
Method or attribute name: function getAbilityInfo(bundleName: string, abilityName: string, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.bundle.bundleManager|@ohos.bundle.d.ts| +|Deprecated version changed|Class name: bundle
Method or attribute name: function getAbilityInfo(bundleName: string, abilityName: string): Promise\;
Deprecated version: N/A|Class name: bundle
Method or attribute name: function getAbilityInfo(bundleName: string, abilityName: string): Promise\;
Deprecated version: 9
Substitute API: ohos.bundle.bundleManager|@ohos.bundle.d.ts| +|Deprecated version changed|Class name: bundle
Method or attribute name: function getApplicationInfo(bundleName: string, bundleFlags: number, userId: number, callback: AsyncCallback\) : void;
Deprecated version: N/A|Class name: bundle
Method or attribute name: function getApplicationInfo(bundleName: string, bundleFlags: number, userId: number, callback: AsyncCallback\) : void;
Deprecated version: 9
Substitute API: ohos.bundle.bundleManager|@ohos.bundle.d.ts| +|Deprecated version changed|Class name: bundle
Method or attribute name: function getApplicationInfo(bundleName: string, bundleFlags: number, callback: AsyncCallback\) : void;
Deprecated version: N/A|Class name: bundle
Method or attribute name: function getApplicationInfo(bundleName: string, bundleFlags: number, callback: AsyncCallback\) : void;
Deprecated version: 9
Substitute API: ohos.bundle.bundleManager|@ohos.bundle.d.ts| +|Deprecated version changed|Class name: bundle
Method or attribute name: function getApplicationInfo(bundleName: string, bundleFlags: number, userId?: number) : Promise\;
Deprecated version: N/A|Class name: bundle
Method or attribute name: function getApplicationInfo(bundleName: string, bundleFlags: number, userId?: number) : Promise\;
Deprecated version: 9
Substitute API: ohos.bundle.bundleManager|@ohos.bundle.d.ts| +|Deprecated version changed|Class name: bundle
Method or attribute name: function queryAbilityByWant(want: Want, bundleFlags: number, userId: number, callback: AsyncCallback\>): void;
Deprecated version: N/A|Class name: bundle
Method or attribute name: function queryAbilityByWant(want: Want, bundleFlags: number, userId: number, callback: AsyncCallback\>): void;
Deprecated version: 9
Substitute API: ohos.bundle.bundleManager|@ohos.bundle.d.ts| +|Deprecated version changed|Class name: bundle
Method or attribute name: function queryAbilityByWant(want: Want, bundleFlags: number, callback: AsyncCallback\>): void;
Deprecated version: N/A|Class name: bundle
Method or attribute name: function queryAbilityByWant(want: Want, bundleFlags: number, callback: AsyncCallback\>): void;
Deprecated version: 9
Substitute API: ohos.bundle.bundleManager|@ohos.bundle.d.ts| +|Deprecated version changed|Class name: bundle
Method or attribute name: function queryAbilityByWant(want: Want, bundleFlags: number, userId?:number): Promise\>;
Deprecated version: N/A|Class name: bundle
Method or attribute name: function queryAbilityByWant(want: Want, bundleFlags: number, userId?:number): Promise\>;
Deprecated version: 9
Substitute API: ohos.bundle.bundleManager|@ohos.bundle.d.ts| +|Deprecated version changed|Class name: bundle
Method or attribute name: function getAllBundleInfo(bundleFlag: BundleFlag, userId: number, callback: AsyncCallback\>) : void;
Deprecated version: N/A|Class name: bundle
Method or attribute name: function getAllBundleInfo(bundleFlag: BundleFlag, userId: number, callback: AsyncCallback\>) : void;
Deprecated version: 9
Substitute API: ohos.bundle.bundleManager|@ohos.bundle.d.ts| +|Deprecated version changed|Class name: bundle
Method or attribute name: function getAllBundleInfo(bundleFlag: BundleFlag, callback: AsyncCallback\>) : void;
Deprecated version: N/A|Class name: bundle
Method or attribute name: function getAllBundleInfo(bundleFlag: BundleFlag, callback: AsyncCallback\>) : void;
Deprecated version: 9
Substitute API: ohos.bundle.bundleManager|@ohos.bundle.d.ts| +|Deprecated version changed|Class name: bundle
Method or attribute name: function getAllBundleInfo(bundleFlag: BundleFlag, userId?: number) : Promise\>;
Deprecated version: N/A|Class name: bundle
Method or attribute name: function getAllBundleInfo(bundleFlag: BundleFlag, userId?: number) : Promise\>;
Deprecated version: 9
Substitute API: ohos.bundle.bundleManager|@ohos.bundle.d.ts| +|Deprecated version changed|Class name: bundle
Method or attribute name: function getAllApplicationInfo(bundleFlags: number, userId: number, callback: AsyncCallback\>) : void;
Deprecated version: N/A|Class name: bundle
Method or attribute name: function getAllApplicationInfo(bundleFlags: number, userId: number, callback: AsyncCallback\>) : void;
Deprecated version: 9
Substitute API: ohos.bundle.bundleManager|@ohos.bundle.d.ts| +|Deprecated version changed|Class name: bundle
Method or attribute name: function getAllApplicationInfo(bundleFlags: number, callback: AsyncCallback\>) : void;
Deprecated version: N/A|Class name: bundle
Method or attribute name: function getAllApplicationInfo(bundleFlags: number, callback: AsyncCallback\>) : void;
Deprecated version: 9
Substitute API: ohos.bundle.bundleManager|@ohos.bundle.d.ts| +|Deprecated version changed|Class name: bundle
Method or attribute name: function getAllApplicationInfo(bundleFlags: number, userId?: number) : Promise\>;
Deprecated version: N/A|Class name: bundle
Method or attribute name: function getAllApplicationInfo(bundleFlags: number, userId?: number) : Promise\>;
Deprecated version: 9
Substitute API: ohos.bundle.bundleManager|@ohos.bundle.d.ts| +|Deprecated version changed|Class name: bundle
Method or attribute name: function getNameForUid(uid: number, callback: AsyncCallback\) : void
Deprecated version: N/A|Class name: bundle
Method or attribute name: function getNameForUid(uid: number, callback: AsyncCallback\) : void
Deprecated version: 9
Substitute API: ohos.bundle.bundleManager|@ohos.bundle.d.ts| +|Deprecated version changed|Class name: bundle
Method or attribute name: function getNameForUid(uid: number) : Promise\;
Deprecated version: N/A|Class name: bundle
Method or attribute name: function getNameForUid(uid: number) : Promise\;
Deprecated version: 9
Substitute API: ohos.bundle.bundleManager|@ohos.bundle.d.ts| +|Deprecated version changed|Class name: bundle
Method or attribute name: function getBundleArchiveInfo(hapFilePath: string, bundleFlags: number, callback: AsyncCallback\) : void
Deprecated version: N/A|Class name: bundle
Method or attribute name: function getBundleArchiveInfo(hapFilePath: string, bundleFlags: number, callback: AsyncCallback\) : void
Deprecated version: 9
Substitute API: ohos.bundle.bundleManager|@ohos.bundle.d.ts| +|Deprecated version changed|Class name: bundle
Method or attribute name: function getBundleArchiveInfo(hapFilePath: string, bundleFlags: number) : Promise\;
Deprecated version: N/A|Class name: bundle
Method or attribute name: function getBundleArchiveInfo(hapFilePath: string, bundleFlags: number) : Promise\;
Deprecated version: 9
Substitute API: ohos.bundle.bundleManager|@ohos.bundle.d.ts| +|Deprecated version changed|Class name: bundle
Method or attribute name: function getLaunchWantForBundle(bundleName: string, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: bundle
Method or attribute name: function getLaunchWantForBundle(bundleName: string, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.bundle.bundleManager|@ohos.bundle.d.ts| +|Deprecated version changed|Class name: bundle
Method or attribute name: function getLaunchWantForBundle(bundleName: string): Promise\;
Deprecated version: N/A|Class name: bundle
Method or attribute name: function getLaunchWantForBundle(bundleName: string): Promise\;
Deprecated version: 9
Substitute API: ohos.bundle.bundleManager|@ohos.bundle.d.ts| +|Deprecated version changed|Class name: bundle
Method or attribute name: function cleanBundleCacheFiles(bundleName: string, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: bundle
Method or attribute name: function cleanBundleCacheFiles(bundleName: string, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.bundle.bundleManager|@ohos.bundle.d.ts| +|Deprecated version changed|Class name: bundle
Method or attribute name: function cleanBundleCacheFiles(bundleName: string): Promise\;
Deprecated version: N/A|Class name: bundle
Method or attribute name: function cleanBundleCacheFiles(bundleName: string): Promise\;
Deprecated version: 9
Substitute API: ohos.bundle.bundleManager|@ohos.bundle.d.ts| +|Deprecated version changed|Class name: bundle
Method or attribute name: function setApplicationEnabled(bundleName: string, isEnable: boolean, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: bundle
Method or attribute name: function setApplicationEnabled(bundleName: string, isEnable: boolean, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.bundle.bundleManager|@ohos.bundle.d.ts| +|Deprecated version changed|Class name: bundle
Method or attribute name: function setApplicationEnabled(bundleName: string, isEnable: boolean): Promise\;
Deprecated version: N/A|Class name: bundle
Method or attribute name: function setApplicationEnabled(bundleName: string, isEnable: boolean): Promise\;
Deprecated version: 9
Substitute API: ohos.bundle.bundleManager|@ohos.bundle.d.ts| +|Deprecated version changed|Class name: bundle
Method or attribute name: function setAbilityEnabled(info: AbilityInfo, isEnable: boolean, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: bundle
Method or attribute name: function setAbilityEnabled(info: AbilityInfo, isEnable: boolean, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.bundle.bundleManager|@ohos.bundle.d.ts| +|Deprecated version changed|Class name: bundle
Method or attribute name: function setAbilityEnabled(info: AbilityInfo, isEnable: boolean): Promise\;
Deprecated version: N/A|Class name: bundle
Method or attribute name: function setAbilityEnabled(info: AbilityInfo, isEnable: boolean): Promise\;
Deprecated version: 9
Substitute API: ohos.bundle.bundleManager|@ohos.bundle.d.ts| +|Deprecated version changed|Class name: bundle
Method or attribute name: function getPermissionDef(permissionName: string, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: bundle
Method or attribute name: function getPermissionDef(permissionName: string, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.bundle.bundleManager|@ohos.bundle.d.ts| +|Deprecated version changed|Class name: bundle
Method or attribute name: function getPermissionDef(permissionName: string): Promise\;
Deprecated version: N/A|Class name: bundle
Method or attribute name: function getPermissionDef(permissionName: string): Promise\;
Deprecated version: 9
Substitute API: ohos.bundle.bundleManager|@ohos.bundle.d.ts| +|Deprecated version changed|Class name: bundle
Method or attribute name: function getAbilityLabel(bundleName: string, abilityName: string, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: bundle
Method or attribute name: function getAbilityLabel(bundleName: string, abilityName: string, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.bundle.bundleManager|@ohos.bundle.d.ts| +|Deprecated version changed|Class name: bundle
Method or attribute name: function getAbilityLabel(bundleName: string, abilityName: string): Promise\;
Deprecated version: N/A|Class name: bundle
Method or attribute name: function getAbilityLabel(bundleName: string, abilityName: string): Promise\;
Deprecated version: 9
Substitute API: ohos.bundle.bundleManager|@ohos.bundle.d.ts| +|Deprecated version changed|Class name: bundle
Method or attribute name: function getAbilityIcon(bundleName: string, abilityName: string, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: bundle
Method or attribute name: function getAbilityIcon(bundleName: string, abilityName: string, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.resourceManager|@ohos.bundle.d.ts| +|Deprecated version changed|Class name: bundle
Method or attribute name: function getAbilityIcon(bundleName: string, abilityName: string): Promise\;
Deprecated version: N/A|Class name: bundle
Method or attribute name: function getAbilityIcon(bundleName: string, abilityName: string): Promise\;
Deprecated version: 9
Substitute API: ohos.resourceManager|@ohos.bundle.d.ts| +|Deprecated version changed|Class name: bundle
Method or attribute name: function isAbilityEnabled(info: AbilityInfo, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: bundle
Method or attribute name: function isAbilityEnabled(info: AbilityInfo, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.bundle.bundleManager|@ohos.bundle.d.ts| +|Deprecated version changed|Class name: bundle
Method or attribute name: function isAbilityEnabled(info: AbilityInfo): Promise\;
Deprecated version: N/A|Class name: bundle
Method or attribute name: function isAbilityEnabled(info: AbilityInfo): Promise\;
Deprecated version: 9
Substitute API: ohos.bundle.bundleManager|@ohos.bundle.d.ts| +|Deprecated version changed|Class name: bundle
Method or attribute name: function isApplicationEnabled(bundleName: string, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: bundle
Method or attribute name: function isApplicationEnabled(bundleName: string, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.bundle.bundleManager|@ohos.bundle.d.ts| +|Deprecated version changed|Class name: bundle
Method or attribute name: function isApplicationEnabled(bundleName: string): Promise\;
Deprecated version: N/A|Class name: bundle
Method or attribute name: function isApplicationEnabled(bundleName: string): Promise\;
Deprecated version: 9
Substitute API: ohos.bundle.bundleManager|@ohos.bundle.d.ts| +|Deprecated version changed|Class name: innerBundleManager
Deprecated version: N/A|Class name: innerBundleManager
Deprecated version: 9
Substitute API: ohos.bundle.launcherBundleManager |@ohos.bundle.innerBundleManager.d.ts| +|Deprecated version changed|Class name: innerBundleManager
Method or attribute name: function getLauncherAbilityInfos(bundleName: string, userId: number, callback: AsyncCallback\>) : void;
Deprecated version: N/A|Class name: innerBundleManager
Method or attribute name: function getLauncherAbilityInfos(bundleName: string, userId: number, callback: AsyncCallback\>) : void;
Deprecated version: 9
Substitute API: ohos.bundle.launcherBundleManager|@ohos.bundle.innerBundleManager.d.ts| +|Deprecated version changed|Class name: innerBundleManager
Method or attribute name: function getLauncherAbilityInfos(bundleName: string, userId: number) : Promise\>;
Deprecated version: N/A|Class name: innerBundleManager
Method or attribute name: function getLauncherAbilityInfos(bundleName: string, userId: number) : Promise\>;
Deprecated version: 9
Substitute API: ohos.bundle.launcherBundleManager|@ohos.bundle.innerBundleManager.d.ts| +|Deprecated version changed|Class name: innerBundleManager
Method or attribute name: function on(type:"BundleStatusChange", bundleStatusCallback : BundleStatusCallback, callback: AsyncCallback\) : void;
Deprecated version: N/A|Class name: innerBundleManager
Method or attribute name: function on(type:"BundleStatusChange", bundleStatusCallback : BundleStatusCallback, callback: AsyncCallback\) : void;
Deprecated version: 9
Substitute API: ohos.bundle.bundleMonitor|@ohos.bundle.innerBundleManager.d.ts| +|Deprecated version changed|Class name: innerBundleManager
Method or attribute name: function on(type:"BundleStatusChange", bundleStatusCallback : BundleStatusCallback): Promise\;
Deprecated version: N/A|Class name: innerBundleManager
Method or attribute name: function on(type:"BundleStatusChange", bundleStatusCallback : BundleStatusCallback): Promise\;
Deprecated version: 9
Substitute API: ohos.bundle.bundleMonitor|@ohos.bundle.innerBundleManager.d.ts| +|Deprecated version changed|Class name: innerBundleManager
Method or attribute name: function off(type:"BundleStatusChange", callback: AsyncCallback\) : void;
Deprecated version: N/A|Class name: innerBundleManager
Method or attribute name: function off(type:"BundleStatusChange", callback: AsyncCallback\) : void;
Deprecated version: 9
Substitute API: ohos.bundle.bundleMonitor|@ohos.bundle.innerBundleManager.d.ts| +|Deprecated version changed|Class name: innerBundleManager
Method or attribute name: function off(type:"BundleStatusChange"): Promise\;
Deprecated version: N/A|Class name: innerBundleManager
Method or attribute name: function off(type:"BundleStatusChange"): Promise\;
Deprecated version: 9
Substitute API: ohos.bundle.bundleMonitor|@ohos.bundle.innerBundleManager.d.ts| +|Deprecated version changed|Class name: innerBundleManager
Method or attribute name: function getAllLauncherAbilityInfos(userId: number, callback: AsyncCallback\>) : void;
Deprecated version: N/A|Class name: innerBundleManager
Method or attribute name: function getAllLauncherAbilityInfos(userId: number, callback: AsyncCallback\>) : void;
Deprecated version: 9
Substitute API: ohos.bundle.launcherBundleManager|@ohos.bundle.innerBundleManager.d.ts| +|Deprecated version changed|Class name: innerBundleManager
Method or attribute name: function getAllLauncherAbilityInfos(userId: number) : Promise\>;
Deprecated version: N/A|Class name: innerBundleManager
Method or attribute name: function getAllLauncherAbilityInfos(userId: number) : Promise\>;
Deprecated version: 9
Substitute API: ohos.bundle.launcherBundleManager|@ohos.bundle.innerBundleManager.d.ts| +|Deprecated version changed|Class name: innerBundleManager
Method or attribute name: function getShortcutInfos(bundleName :string, callback: AsyncCallback\>) : void;
Deprecated version: N/A|Class name: innerBundleManager
Method or attribute name: function getShortcutInfos(bundleName :string, callback: AsyncCallback\>) : void;
Deprecated version: 9
Substitute API: ohos.bundle.launcherBundleManager|@ohos.bundle.innerBundleManager.d.ts| +|Deprecated version changed|Class name: innerBundleManager
Method or attribute name: function getShortcutInfos(bundleName : string) : Promise\>;
Deprecated version: N/A|Class name: innerBundleManager
Method or attribute name: function getShortcutInfos(bundleName : string) : Promise\>;
Deprecated version: 9
Substitute API: ohos.bundle.launcherBundleManager|@ohos.bundle.innerBundleManager.d.ts| +|Deprecated version changed|Class name: distributedBundle
Deprecated version: N/A|Class name: distributedBundle
Deprecated version: 9
Substitute API: ohos.bundle.distributedBundleManager |@ohos.distributedBundle.d.ts| +|Deprecated version changed|Class name: distributedBundle
Method or attribute name: function getRemoteAbilityInfo(elementName: ElementName, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: distributedBundle
Method or attribute name: function getRemoteAbilityInfo(elementName: ElementName, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.bundle.distributedBundleManager|@ohos.distributedBundle.d.ts| +|Deprecated version changed|Class name: distributedBundle
Method or attribute name: function getRemoteAbilityInfo(elementName: ElementName): Promise\;
Deprecated version: N/A|Class name: distributedBundle
Method or attribute name: function getRemoteAbilityInfo(elementName: ElementName): Promise\;
Deprecated version: 9
Substitute API: ohos.bundle.distributedBundleManager|@ohos.distributedBundle.d.ts| +|Deprecated version changed|Class name: distributedBundle
Method or attribute name: function getRemoteAbilityInfos(elementNames: Array\, callback: AsyncCallback\>): void;
Deprecated version: N/A|Class name: distributedBundle
Method or attribute name: function getRemoteAbilityInfos(elementNames: Array\, callback: AsyncCallback\>): void;
Deprecated version: 9
Substitute API: ohos.bundle.distributedBundleManager|@ohos.distributedBundle.d.ts| +|Deprecated version changed|Class name: distributedBundle
Method or attribute name: function getRemoteAbilityInfos(elementNames: Array\): Promise\>;
Deprecated version: N/A|Class name: distributedBundle
Method or attribute name: function getRemoteAbilityInfos(elementNames: Array\): Promise\>;
Deprecated version: 9
Substitute API: ohos.bundle.distributedBundleManager|@ohos.distributedBundle.d.ts| +|Deprecated version changed|Class name: ErrorCode
Deprecated version: N/A|Class name: ErrorCode
Deprecated version: 9
Substitute API: N/A|@ohos.zlib.d.ts| +|Deprecated version changed|Class name: zlib
Method or attribute name: function zipFile(inFile:string, outFile:string, options: Options): Promise\;
Deprecated version: N/A|Class name: zlib
Method or attribute name: function zipFile(inFile:string, outFile:string, options: Options): Promise\;
Deprecated version: 9
Substitute API: ohos.zlib|@ohos.zlib.d.ts| +|Deprecated version changed|Class name: zlib
Method or attribute name: function unzipFile(inFile:string, outFile:string, options: Options): Promise\;
Deprecated version: N/A|Class name: zlib
Method or attribute name: function unzipFile(inFile:string, outFile:string, options: Options): Promise\;
Deprecated version: 9
Substitute API: ohos.zlib|@ohos.zlib.d.ts| +|Deprecated version changed|Class name: CheckPackageHasInstalledResponse
Deprecated version: N/A|Class name: CheckPackageHasInstalledResponse
Deprecated version: 9
Substitute API: N/A|@system.package.d.ts| +|Deprecated version changed|Class name: CheckPackageHasInstalledOptions
Deprecated version: N/A|Class name: CheckPackageHasInstalledOptions
Deprecated version: 9
Substitute API: N/A|@system.package.d.ts| +|Deprecated version changed|Class name: Package
Deprecated version: N/A|Class name: Package
Deprecated version: 9
Substitute API: N/A|@system.package.d.ts| +|Deprecated version changed|Class name: Package
Method or attribute name: static hasInstalled(options: CheckPackageHasInstalledOptions): void;
Deprecated version: N/A|Class name: Package
Method or attribute name: static hasInstalled(options: CheckPackageHasInstalledOptions): void;
Deprecated version: 9
Substitute API: N/A|@system.package.d.ts| +|Deprecated version changed|Class name: AbilityInfo
Deprecated version: N/A|Class name: AbilityInfo
Deprecated version: 9
Substitute API: ohos.bundle.bundleManager.AbilityInfo |abilityInfo.d.ts| +|Deprecated version changed|Class name: ApplicationInfo
Deprecated version: N/A|Class name: ApplicationInfo
Deprecated version: 9
Substitute API: ohos.bundle.bundleManager.ApplicationInfo |applicationInfo.d.ts| +|Deprecated version changed|Class name: ApplicationInfo
Method or attribute name: readonly labelId: string;
Deprecated version: N/A|Class name: ApplicationInfo
Method or attribute name: readonly labelId: string;
Deprecated version: 9
Substitute API: ohos.bundle.bundleManager.ApplicationInfo.labelIndex |applicationInfo.d.ts| +|Deprecated version changed|Class name: ApplicationInfo
Method or attribute name: readonly iconId: string;
Deprecated version: N/A|Class name: ApplicationInfo
Method or attribute name: readonly iconId: string;
Deprecated version: 9
Substitute API: ohos.bundle.bundleManager.ApplicationInfo.iconIndex |applicationInfo.d.ts| +|Deprecated version changed|Class name: UsedScene
Deprecated version: N/A|Class name: UsedScene
Deprecated version: 9
Substitute API: ohos.bundle.bundleManager.UsedScene |bundleInfo.d.ts| +|Deprecated version changed|Class name: ReqPermissionDetail
Deprecated version: N/A|Class name: ReqPermissionDetail
Deprecated version: 9
Substitute API: ohos.bundle.bundleManager.ReqPermissionDetail |bundleInfo.d.ts| +|Deprecated version changed|Class name: BundleInfo
Deprecated version: N/A|Class name: BundleInfo
Deprecated version: 9
Substitute API: ohos.bundle.bundleManager.BundleInfo |bundleInfo.d.ts| +|Deprecated version changed|Class name: InstallParam
Deprecated version: N/A|Class name: InstallParam
Deprecated version: 9
Substitute API: ohos.bundle.installer|bundleInstaller.d.ts| +|Deprecated version changed|Class name: InstallParam
Method or attribute name: userId: number;
Deprecated version: N/A|Class name: InstallParam
Method or attribute name: userId: number;
Deprecated version: 9
Substitute API: ohos.bundle.installer.InstallParam|bundleInstaller.d.ts| +|Deprecated version changed|Class name: InstallParam
Method or attribute name: installFlag: number;
Deprecated version: N/A|Class name: InstallParam
Method or attribute name: installFlag: number;
Deprecated version: 9
Substitute API: ohos.bundle.installer.InstallParam|bundleInstaller.d.ts| +|Deprecated version changed|Class name: InstallParam
Method or attribute name: isKeepData: boolean;
Deprecated version: N/A|Class name: InstallParam
Method or attribute name: isKeepData: boolean;
Deprecated version: 9
Substitute API: ohos.bundle.installer.InstallParam|bundleInstaller.d.ts| +|Deprecated version changed|Class name: InstallStatus
Deprecated version: N/A|Class name: InstallStatus
Deprecated version: 9
Substitute API: N/A|bundleInstaller.d.ts| +|Deprecated version changed|Class name: InstallStatus
Method or attribute name: status: bundle.InstallErrorCode;
Deprecated version: N/A|Class name: InstallStatus
Method or attribute name: status: bundle.InstallErrorCode;
Deprecated version: 9
Substitute API: N/A|bundleInstaller.d.ts| +|Deprecated version changed|Class name: InstallStatus
Method or attribute name: statusMessage: string;
Deprecated version: N/A|Class name: InstallStatus
Method or attribute name: statusMessage: string;
Deprecated version: 9
Substitute API: N/A|bundleInstaller.d.ts| +|Deprecated version changed|Class name: BundleInstaller
Deprecated version: N/A|Class name: BundleInstaller
Deprecated version: 9
Substitute API: ohos.bundle.installer|bundleInstaller.d.ts| +|Deprecated version changed|Class name: BundleInstaller
Method or attribute name: install(bundleFilePaths: Array\, param: InstallParam, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: BundleInstaller
Method or attribute name: install(bundleFilePaths: Array\, param: InstallParam, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.bundle.installer.BundleInstaller|bundleInstaller.d.ts| +|Deprecated version changed|Class name: BundleInstaller
Method or attribute name: uninstall(bundleName: string, param: InstallParam, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: BundleInstaller
Method or attribute name: uninstall(bundleName: string, param: InstallParam, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.bundle.installer.BundleInstaller|bundleInstaller.d.ts| +|Deprecated version changed|Class name: BundleInstaller
Method or attribute name: recover(bundleName: string, param: InstallParam, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: BundleInstaller
Method or attribute name: recover(bundleName: string, param: InstallParam, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.bundle.installer.BundleInstaller|bundleInstaller.d.ts| +|Deprecated version changed|Class name: BundleStatusCallback
Deprecated version: N/A|Class name: BundleStatusCallback
Deprecated version: 9
Substitute API: N/A|bundleStatusCallback.d.ts| +|Deprecated version changed|Class name: CustomizeData
Deprecated version: N/A|Class name: CustomizeData
Deprecated version: 9
Substitute API: ohos.bundle.bundleManager.Metadata |customizeData.d.ts| +|Deprecated version changed|Class name: ElementName
Deprecated version: N/A|Class name: ElementName
Deprecated version: 9
Substitute API: ohos.bundle.bundleManager.ElementName |elementName.d.ts| +|Deprecated version changed|Class name: HapModuleInfo
Deprecated version: N/A|Class name: HapModuleInfo
Deprecated version: 9
Substitute API: ohos.bundle.bundleManager.HapModuleInfo |hapModuleInfo.d.ts| +|Deprecated version changed|Class name: LauncherAbilityInfo
Deprecated version: N/A|Class name: LauncherAbilityInfo
Deprecated version: 9
Substitute API: ohos.bundle.bundleManager.LauncherAbilityInfo |launcherAbilityInfo.d.ts| +|Deprecated version changed|Class name: ModuleInfo
Deprecated version: N/A|Class name: ModuleInfo
Deprecated version: 9
Substitute API: ohos.bundle.bundleManager.HapModuleInfo |moduleInfo.d.ts| +|Deprecated version changed|Class name: PermissionDef
Deprecated version: N/A|Class name: PermissionDef
Deprecated version: 9
Substitute API: ohos.bundle.bundleManager.PermissionDef |PermissionDef.d.ts| +|Deprecated version changed|Class name: RemoteAbilityInfo
Deprecated version: N/A|Class name: RemoteAbilityInfo
Deprecated version: 9
Substitute API: ohos.bundle.distributedBundleManager.RemoteAbilityInfo |remoteAbilityInfo.d.ts| +|Deprecated version changed|Class name: ShortcutWant
Deprecated version: N/A|Class name: ShortcutWant
Deprecated version: 9
Substitute API: ohos.bundle.launcherBundleManager.ShortcutWant |shortcutInfo.d.ts| +|Deprecated version changed|Class name: ShortcutInfo
Deprecated version: N/A|Class name: ShortcutInfo
Deprecated version: 9
Substitute API: ohos.bundle.launcherBundleManager.ShortcutInfo |shortcutInfo.d.ts| +|Initial version changed|Class name: LauncherAbilityInfo
Initial version: N/A|Class name: LauncherAbilityInfo
Initial version: 8|launcherAbilityInfo.d.ts| diff --git a/en/release-notes/api-diff/v3.2-Release/js-apidiff-communication.md b/en/release-notes/api-diff/v3.2-Release/js-apidiff-communication.md new file mode 100644 index 0000000000000000000000000000000000000000..862a1a1b4bb5bad1a43da03a1073cace7cbdf23f --- /dev/null +++ b/en/release-notes/api-diff/v3.2-Release/js-apidiff-communication.md @@ -0,0 +1,1792 @@ +| Change Type | Old Version | New Version | d.ts File | +| ---- | ------ | ------ | -------- | +|Added|NA|Module name: ohos.bluetoothManager
Class name: bluetoothManager|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: bluetoothManager
Method or attribute name: function getState(): BluetoothState;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: bluetoothManager
Method or attribute name: function getBtConnectionState(): ProfileConnectionState;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: bluetoothManager
Method or attribute name: function pairDevice(deviceId: string): void;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: bluetoothManager
Method or attribute name: function cancelPairedDevice(deviceId: string): void;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: bluetoothManager
Method or attribute name: function getRemoteDeviceName(deviceId: string): string;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: bluetoothManager
Method or attribute name: function getRemoteDeviceClass(deviceId: string): DeviceClass;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: bluetoothManager
Method or attribute name: function enableBluetooth(): void;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: bluetoothManager
Method or attribute name: function disableBluetooth(): void;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: bluetoothManager
Method or attribute name: function getLocalName(): string;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: bluetoothManager
Method or attribute name: function getPairedDevices(): Array\;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: bluetoothManager
Method or attribute name: function getProfileConnectionState(profileId: ProfileId): ProfileConnectionState;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: bluetoothManager
Method or attribute name: function setDevicePairingConfirmation(device: string, accept: boolean): void;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: bluetoothManager
Method or attribute name: function setLocalName(name: string): void;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: bluetoothManager
Method or attribute name: function setBluetoothScanMode(mode: ScanMode, duration: number): void;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: bluetoothManager
Method or attribute name: function getBluetoothScanMode(): ScanMode;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: bluetoothManager
Method or attribute name: function startBluetoothDiscovery(): void;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: bluetoothManager
Method or attribute name: function stopBluetoothDiscovery(): void;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: bluetoothManager
Method or attribute name: function on(type: "bluetoothDeviceFind", callback: Callback\>): void;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: bluetoothManager
Method or attribute name: function off(type: "bluetoothDeviceFind", callback?: Callback\>): void;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: bluetoothManager
Method or attribute name: function on(type: "bondStateChange", callback: Callback\): void;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: bluetoothManager
Method or attribute name: function off(type: "bondStateChange", callback?: Callback\): void;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: bluetoothManager
Method or attribute name: function on(type: "pinRequired", callback: Callback\): void;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: bluetoothManager
Method or attribute name: function off(type: "pinRequired", callback?: Callback\): void;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: bluetoothManager
Method or attribute name: function on(type: "stateChange", callback: Callback\): void;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: bluetoothManager
Method or attribute name: function off(type: "stateChange", callback?: Callback\): void;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: bluetoothManager
Method or attribute name: function sppListen(name: string, option: SppOption, callback: AsyncCallback\): void;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: bluetoothManager
Method or attribute name: function sppAccept(serverSocket: number, callback: AsyncCallback\): void;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: bluetoothManager
Method or attribute name: function sppConnect(device: string, option: SppOption, callback: AsyncCallback\): void;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: bluetoothManager
Method or attribute name: function sppCloseServerSocket(socket: number): void;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: bluetoothManager
Method or attribute name: function sppCloseClientSocket(socket: number): void;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: bluetoothManager
Method or attribute name: function sppWrite(clientSocket: number, data: ArrayBuffer): void;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: bluetoothManager
Method or attribute name: function on(type: "sppRead", clientSocket: number, callback: Callback\): void;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: bluetoothManager
Method or attribute name: function off(type: "sppRead", clientSocket: number, callback?: Callback\): void;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: bluetoothManager
Method or attribute name: function getProfileInstance(profileId: ProfileId): A2dpSourceProfile \| HandsFreeAudioGatewayProfile \| HidHostProfile \| PanProfile;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: BaseProfile|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: BaseProfile
Method or attribute name: getConnectionDevices(): Array\;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: BaseProfile
Method or attribute name: getDeviceState(device: string): ProfileConnectionState;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: A2dpSourceProfile|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: A2dpSourceProfile
Method or attribute name: connect(device: string): void;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: A2dpSourceProfile
Method or attribute name: disconnect(device: string): void;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: A2dpSourceProfile
Method or attribute name: on(type: "connectionStateChange", callback: Callback\): void;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: A2dpSourceProfile
Method or attribute name: off(type: "connectionStateChange", callback?: Callback\): void;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: A2dpSourceProfile
Method or attribute name: getPlayingState(device: string): PlayingState;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: HandsFreeAudioGatewayProfile|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: HandsFreeAudioGatewayProfile
Method or attribute name: connect(device: string): void;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: HandsFreeAudioGatewayProfile
Method or attribute name: disconnect(device: string): void;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: HandsFreeAudioGatewayProfile
Method or attribute name: on(type: "connectionStateChange", callback: Callback\): void;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: HandsFreeAudioGatewayProfile
Method or attribute name: off(type: "connectionStateChange", callback?: Callback\): void;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: HidHostProfile|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: HidHostProfile
Method or attribute name: connect(device: string): void;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: HidHostProfile
Method or attribute name: disconnect(device: string): void;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: HidHostProfile
Method or attribute name: on(type: "connectionStateChange", callback: Callback\): void;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: HidHostProfile
Method or attribute name: off(type: "connectionStateChange", callback?: Callback\): void;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: PanProfile|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: PanProfile
Method or attribute name: disconnect(device: string): void;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: PanProfile
Method or attribute name: on(type: "connectionStateChange", callback: Callback\): void;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: PanProfile
Method or attribute name: off(type: "connectionStateChange", callback?: Callback\): void;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: PanProfile
Method or attribute name: setTethering(enable: boolean): void;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: PanProfile
Method or attribute name: isTetheringOn(): boolean;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: BLE|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: BLE
Method or attribute name: function createGattServer(): GattServer;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: BLE
Method or attribute name: function createGattClientDevice(deviceId: string): GattClientDevice;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: BLE
Method or attribute name: function getConnectedBLEDevices(): Array\;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: BLE
Method or attribute name: function startBLEScan(filters: Array\, options?: ScanOptions): void;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: BLE
Method or attribute name: function stopBLEScan(): void;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: BLE
Method or attribute name: function on(type: "BLEDeviceFind", callback: Callback\>): void;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: BLE
Method or attribute name: function off(type: "BLEDeviceFind", callback?: Callback\>): void;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: GattServer|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: GattServer
Method or attribute name: startAdvertising(setting: AdvertiseSetting, advData: AdvertiseData, advResponse?: AdvertiseData): void;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: GattServer
Method or attribute name: stopAdvertising(): void;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: GattServer
Method or attribute name: addService(service: GattService): void;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: GattServer
Method or attribute name: removeService(serviceUuid: string): void;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: GattServer
Method or attribute name: close(): void;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: GattServer
Method or attribute name: notifyCharacteristicChanged(deviceId: string, notifyCharacteristic: NotifyCharacteristic): void;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: GattServer
Method or attribute name: sendResponse(serverResponse: ServerResponse): void;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: GattServer
Method or attribute name: on(type: "characteristicRead", callback: Callback\): void;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: GattServer
Method or attribute name: off(type: "characteristicRead", callback?: Callback\): void;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: GattServer
Method or attribute name: on(type: "characteristicWrite", callback: Callback\): void;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: GattServer
Method or attribute name: off(type: "characteristicWrite", callback?: Callback\): void;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: GattServer
Method or attribute name: on(type: "descriptorRead", callback: Callback\): void;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: GattServer
Method or attribute name: off(type: "descriptorRead", callback?: Callback\): void;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: GattServer
Method or attribute name: on(type: "descriptorWrite", callback: Callback\): void;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: GattServer
Method or attribute name: off(type: "descriptorWrite", callback?: Callback\): void;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: GattServer
Method or attribute name: on(type: "connectStateChange", callback: Callback\): void;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: GattServer
Method or attribute name: off(type: "connectStateChange", callback?: Callback\): void;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: GattClientDevice|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: GattClientDevice
Method or attribute name: connect(): void;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: GattClientDevice
Method or attribute name: disconnect(): void;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: GattClientDevice
Method or attribute name: close(): void;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: GattClientDevice
Method or attribute name: getDeviceName(callback: AsyncCallback\): void;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: GattClientDevice
Method or attribute name: getDeviceName(): Promise\;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: GattClientDevice
Method or attribute name: getServices(callback: AsyncCallback\>): void;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: GattClientDevice
Method or attribute name: getServices(): Promise\>;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: GattClientDevice
Method or attribute name: readCharacteristicValue(characteristic: BLECharacteristic, callback: AsyncCallback\): void;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: GattClientDevice
Method or attribute name: readCharacteristicValue(characteristic: BLECharacteristic): Promise\;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: GattClientDevice
Method or attribute name: readDescriptorValue(descriptor: BLEDescriptor, callback: AsyncCallback\): void;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: GattClientDevice
Method or attribute name: readDescriptorValue(descriptor: BLEDescriptor): Promise\;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: GattClientDevice
Method or attribute name: writeCharacteristicValue(characteristic: BLECharacteristic): void;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: GattClientDevice
Method or attribute name: writeDescriptorValue(descriptor: BLEDescriptor): void;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: GattClientDevice
Method or attribute name: getRssiValue(callback: AsyncCallback\): void;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: GattClientDevice
Method or attribute name: getRssiValue(): Promise\;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: GattClientDevice
Method or attribute name: setBLEMtuSize(mtu: number): void;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: GattClientDevice
Method or attribute name: setNotifyCharacteristicChanged(characteristic: BLECharacteristic, enable: boolean): void;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: GattClientDevice
Method or attribute name: on(type: "BLECharacteristicChange", callback: Callback\): void;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: GattClientDevice
Method or attribute name: off(type: "BLECharacteristicChange", callback?: Callback\): void;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: GattClientDevice
Method or attribute name: on(type: "BLEConnectionStateChange", callback: Callback\): void;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: GattClientDevice
Method or attribute name: off(type: "BLEConnectionStateChange", callback?: Callback\): void;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: GattService|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: GattService
Method or attribute name: serviceUuid: string;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: GattService
Method or attribute name: isPrimary: boolean;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: GattService
Method or attribute name: characteristics: Array\;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: GattService
Method or attribute name: includeServices?: Array\;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: BLECharacteristic|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: BLECharacteristic
Method or attribute name: serviceUuid: string;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: BLECharacteristic
Method or attribute name: characteristicUuid: string;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: BLECharacteristic
Method or attribute name: characteristicValue: ArrayBuffer;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: BLECharacteristic
Method or attribute name: descriptors: Array\;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: BLEDescriptor|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: BLEDescriptor
Method or attribute name: serviceUuid: string;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: BLEDescriptor
Method or attribute name: characteristicUuid: string;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: BLEDescriptor
Method or attribute name: descriptorUuid: string;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: BLEDescriptor
Method or attribute name: descriptorValue: ArrayBuffer;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: NotifyCharacteristic|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: NotifyCharacteristic
Method or attribute name: serviceUuid: string;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: NotifyCharacteristic
Method or attribute name: characteristicUuid: string;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: NotifyCharacteristic
Method or attribute name: characteristicValue: ArrayBuffer;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: NotifyCharacteristic
Method or attribute name: confirm: boolean;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: CharacteristicReadRequest|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: CharacteristicReadRequest
Method or attribute name: deviceId: string;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: CharacteristicReadRequest
Method or attribute name: transId: number;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: CharacteristicReadRequest
Method or attribute name: offset: number;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: CharacteristicReadRequest
Method or attribute name: characteristicUuid: string;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: CharacteristicReadRequest
Method or attribute name: serviceUuid: string;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: CharacteristicWriteRequest|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: CharacteristicWriteRequest
Method or attribute name: deviceId: string;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: CharacteristicWriteRequest
Method or attribute name: transId: number;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: CharacteristicWriteRequest
Method or attribute name: offset: number;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: CharacteristicWriteRequest
Method or attribute name: isPrep: boolean;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: CharacteristicWriteRequest
Method or attribute name: needRsp: boolean;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: CharacteristicWriteRequest
Method or attribute name: value: ArrayBuffer;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: CharacteristicWriteRequest
Method or attribute name: characteristicUuid: string;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: CharacteristicWriteRequest
Method or attribute name: serviceUuid: string;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: DescriptorReadRequest|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: DescriptorReadRequest
Method or attribute name: deviceId: string;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: DescriptorReadRequest
Method or attribute name: transId: number;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: DescriptorReadRequest
Method or attribute name: offset: number;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: DescriptorReadRequest
Method or attribute name: descriptorUuid: string;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: DescriptorReadRequest
Method or attribute name: characteristicUuid: string;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: DescriptorReadRequest
Method or attribute name: serviceUuid: string;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: DescriptorWriteRequest|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: DescriptorWriteRequest
Method or attribute name: deviceId: string;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: DescriptorWriteRequest
Method or attribute name: transId: number;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: DescriptorWriteRequest
Method or attribute name: offset: number;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: DescriptorWriteRequest
Method or attribute name: isPrep: boolean;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: DescriptorWriteRequest
Method or attribute name: needRsp: boolean;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: DescriptorWriteRequest
Method or attribute name: value: ArrayBuffer;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: DescriptorWriteRequest
Method or attribute name: descriptorUuid: string;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: DescriptorWriteRequest
Method or attribute name: characteristicUuid: string;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: DescriptorWriteRequest
Method or attribute name: serviceUuid: string;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: ServerResponse|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: ServerResponse
Method or attribute name: deviceId: string;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: ServerResponse
Method or attribute name: transId: number;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: ServerResponse
Method or attribute name: status: number;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: ServerResponse
Method or attribute name: offset: number;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: ServerResponse
Method or attribute name: value: ArrayBuffer;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: BLEConnectChangedState|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: BLEConnectChangedState
Method or attribute name: deviceId: string;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: BLEConnectChangedState
Method or attribute name: state: ProfileConnectionState;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: ScanResult|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: ScanResult
Method or attribute name: deviceId: string;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: ScanResult
Method or attribute name: rssi: number;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: ScanResult
Method or attribute name: data: ArrayBuffer;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: AdvertiseSetting|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: AdvertiseSetting
Method or attribute name: interval?: number;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: AdvertiseSetting
Method or attribute name: txPower?: number;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: AdvertiseSetting
Method or attribute name: connectable?: boolean;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: AdvertiseData|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: AdvertiseData
Method or attribute name: serviceUuids: Array\;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: AdvertiseData
Method or attribute name: manufactureData: Array\;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: AdvertiseData
Method or attribute name: serviceData: Array\;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: ManufactureData|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: ManufactureData
Method or attribute name: manufactureId: number;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: ManufactureData
Method or attribute name: manufactureValue: ArrayBuffer;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: ServiceData|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: ServiceData
Method or attribute name: serviceUuid: string;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: ServiceData
Method or attribute name: serviceValue: ArrayBuffer;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: ScanFilter|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: ScanFilter
Method or attribute name: deviceId?: string;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: ScanFilter
Method or attribute name: name?: string;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: ScanFilter
Method or attribute name: serviceUuid?: string;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: ScanFilter
Method or attribute name: serviceUuidMask?: string;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: ScanFilter
Method or attribute name: serviceSolicitationUuid?: string;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: ScanFilter
Method or attribute name: serviceSolicitationUuidMask?: string;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: ScanFilter
Method or attribute name: serviceData?: ArrayBuffer;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: ScanFilter
Method or attribute name: serviceDataMask?: ArrayBuffer;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: ScanFilter
Method or attribute name: manufactureId?: number;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: ScanFilter
Method or attribute name: manufactureData?: ArrayBuffer;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: ScanFilter
Method or attribute name: manufactureDataMask?: ArrayBuffer;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: ScanOptions|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: ScanOptions
Method or attribute name: interval?: number;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: ScanOptions
Method or attribute name: dutyMode?: ScanDuty;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: ScanOptions
Method or attribute name: matchMode?: MatchMode;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: SppOption|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: SppOption
Method or attribute name: uuid: string;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: SppOption
Method or attribute name: secure: boolean;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: SppOption
Method or attribute name: type: SppType;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: PinRequiredParam|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: PinRequiredParam
Method or attribute name: deviceId: string;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: PinRequiredParam
Method or attribute name: pinCode: string;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: DeviceClass|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: DeviceClass
Method or attribute name: majorClass: MajorClass;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: DeviceClass
Method or attribute name: majorMinorClass: MajorMinorClass;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: DeviceClass
Method or attribute name: classOfDevice: number;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: BondStateParam|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: BondStateParam
Method or attribute name: deviceId: string;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: BondStateParam
Method or attribute name: state: BondState;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: StateChangeParam|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: StateChangeParam
Method or attribute name: deviceId: string;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: StateChangeParam
Method or attribute name: state: ProfileConnectionState;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: ScanDuty|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: ScanDuty
Method or attribute name: SCAN_MODE_LOW_POWER = 0|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: ScanDuty
Method or attribute name: SCAN_MODE_BALANCED = 1|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: ScanDuty
Method or attribute name: SCAN_MODE_LOW_LATENCY = 2|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: MatchMode|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: MatchMode
Method or attribute name: MATCH_MODE_AGGRESSIVE = 1|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: MatchMode
Method or attribute name: MATCH_MODE_STICKY = 2|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: ProfileConnectionState|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: ProfileConnectionState
Method or attribute name: STATE_DISCONNECTED = 0|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: ProfileConnectionState
Method or attribute name: STATE_CONNECTING = 1|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: ProfileConnectionState
Method or attribute name: STATE_CONNECTED = 2|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: ProfileConnectionState
Method or attribute name: STATE_DISCONNECTING = 3|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: BluetoothState|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: BluetoothState
Method or attribute name: STATE_OFF = 0|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: BluetoothState
Method or attribute name: STATE_TURNING_ON = 1|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: BluetoothState
Method or attribute name: STATE_ON = 2|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: BluetoothState
Method or attribute name: STATE_TURNING_OFF = 3|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: BluetoothState
Method or attribute name: STATE_BLE_TURNING_ON = 4|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: BluetoothState
Method or attribute name: STATE_BLE_ON = 5|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: BluetoothState
Method or attribute name: STATE_BLE_TURNING_OFF = 6|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: SppType|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: SppType
Method or attribute name: SPP_RFCOMM|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: ScanMode|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: ScanMode
Method or attribute name: SCAN_MODE_NONE = 0|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: ScanMode
Method or attribute name: SCAN_MODE_CONNECTABLE = 1|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: ScanMode
Method or attribute name: SCAN_MODE_GENERAL_DISCOVERABLE = 2|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: ScanMode
Method or attribute name: SCAN_MODE_LIMITED_DISCOVERABLE = 3|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: ScanMode
Method or attribute name: SCAN_MODE_CONNECTABLE_GENERAL_DISCOVERABLE = 4|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: ScanMode
Method or attribute name: SCAN_MODE_CONNECTABLE_LIMITED_DISCOVERABLE = 5|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: BondState|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: BondState
Method or attribute name: BOND_STATE_INVALID = 0|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: BondState
Method or attribute name: BOND_STATE_BONDING = 1|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: BondState
Method or attribute name: BOND_STATE_BONDED = 2|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorClass|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorClass
Method or attribute name: MAJOR_MISC = 0x0000|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorClass
Method or attribute name: MAJOR_COMPUTER = 0x0100|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorClass
Method or attribute name: MAJOR_PHONE = 0x0200|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorClass
Method or attribute name: MAJOR_NETWORKING = 0x0300|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorClass
Method or attribute name: MAJOR_AUDIO_VIDEO = 0x0400|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorClass
Method or attribute name: MAJOR_PERIPHERAL = 0x0500|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorClass
Method or attribute name: MAJOR_IMAGING = 0x0600|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorClass
Method or attribute name: MAJOR_WEARABLE = 0x0700|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorClass
Method or attribute name: MAJOR_TOY = 0x0800|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorClass
Method or attribute name: MAJOR_HEALTH = 0x0900|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorClass
Method or attribute name: MAJOR_UNCATEGORIZED = 0x1F00|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorMinorClass|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorMinorClass
Method or attribute name: COMPUTER_UNCATEGORIZED = 0x0100|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorMinorClass
Method or attribute name: COMPUTER_DESKTOP = 0x0104|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorMinorClass
Method or attribute name: COMPUTER_SERVER = 0x0108|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorMinorClass
Method or attribute name: COMPUTER_LAPTOP = 0x010C|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorMinorClass
Method or attribute name: COMPUTER_HANDHELD_PC_PDA = 0x0110|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorMinorClass
Method or attribute name: COMPUTER_PALM_SIZE_PC_PDA = 0x0114|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorMinorClass
Method or attribute name: COMPUTER_WEARABLE = 0x0118|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorMinorClass
Method or attribute name: COMPUTER_TABLET = 0x011C|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorMinorClass
Method or attribute name: PHONE_UNCATEGORIZED = 0x0200|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorMinorClass
Method or attribute name: PHONE_CELLULAR = 0x0204|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorMinorClass
Method or attribute name: PHONE_CORDLESS = 0x0208|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorMinorClass
Method or attribute name: PHONE_SMART = 0x020C|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorMinorClass
Method or attribute name: PHONE_MODEM_OR_GATEWAY = 0x0210|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorMinorClass
Method or attribute name: PHONE_ISDN = 0x0214|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorMinorClass
Method or attribute name: NETWORK_FULLY_AVAILABLE = 0x0300|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorMinorClass
Method or attribute name: NETWORK_1_TO_17_UTILIZED = 0x0320|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorMinorClass
Method or attribute name: NETWORK_17_TO_33_UTILIZED = 0x0340|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorMinorClass
Method or attribute name: NETWORK_33_TO_50_UTILIZED = 0x0360|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorMinorClass
Method or attribute name: NETWORK_60_TO_67_UTILIZED = 0x0380|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorMinorClass
Method or attribute name: NETWORK_67_TO_83_UTILIZED = 0x03A0|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorMinorClass
Method or attribute name: NETWORK_83_TO_99_UTILIZED = 0x03C0|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorMinorClass
Method or attribute name: NETWORK_NO_SERVICE = 0x03E0|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorMinorClass
Method or attribute name: AUDIO_VIDEO_UNCATEGORIZED = 0x0400|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorMinorClass
Method or attribute name: AUDIO_VIDEO_WEARABLE_HEADSET = 0x0404|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorMinorClass
Method or attribute name: AUDIO_VIDEO_HANDSFREE = 0x0408|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorMinorClass
Method or attribute name: AUDIO_VIDEO_MICROPHONE = 0x0410|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorMinorClass
Method or attribute name: AUDIO_VIDEO_LOUDSPEAKER = 0x0414|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorMinorClass
Method or attribute name: AUDIO_VIDEO_HEADPHONES = 0x0418|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorMinorClass
Method or attribute name: AUDIO_VIDEO_PORTABLE_AUDIO = 0x041C|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorMinorClass
Method or attribute name: AUDIO_VIDEO_CAR_AUDIO = 0x0420|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorMinorClass
Method or attribute name: AUDIO_VIDEO_SET_TOP_BOX = 0x0424|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorMinorClass
Method or attribute name: AUDIO_VIDEO_HIFI_AUDIO = 0x0428|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorMinorClass
Method or attribute name: AUDIO_VIDEO_VCR = 0x042C|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorMinorClass
Method or attribute name: AUDIO_VIDEO_VIDEO_CAMERA = 0x0430|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorMinorClass
Method or attribute name: AUDIO_VIDEO_CAMCORDER = 0x0434|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorMinorClass
Method or attribute name: AUDIO_VIDEO_VIDEO_MONITOR = 0x0438|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorMinorClass
Method or attribute name: AUDIO_VIDEO_VIDEO_DISPLAY_AND_LOUDSPEAKER = 0x043C|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorMinorClass
Method or attribute name: AUDIO_VIDEO_VIDEO_CONFERENCING = 0x0440|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorMinorClass
Method or attribute name: AUDIO_VIDEO_VIDEO_GAMING_TOY = 0x0448|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorMinorClass
Method or attribute name: PERIPHERAL_NON_KEYBOARD_NON_POINTING = 0x0500|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorMinorClass
Method or attribute name: PERIPHERAL_KEYBOARD = 0x0540|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorMinorClass
Method or attribute name: PERIPHERAL_POINTING_DEVICE = 0x0580|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorMinorClass
Method or attribute name: PERIPHERAL_KEYBOARD_POINTING = 0x05C0|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorMinorClass
Method or attribute name: PERIPHERAL_UNCATEGORIZED = 0x0500|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorMinorClass
Method or attribute name: PERIPHERAL_JOYSTICK = 0x0504|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorMinorClass
Method or attribute name: PERIPHERAL_GAMEPAD = 0x0508|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorMinorClass
Method or attribute name: PERIPHERAL_REMOTE_CONTROL = 0x05C0|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorMinorClass
Method or attribute name: PERIPHERAL_SENSING_DEVICE = 0x0510|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorMinorClass
Method or attribute name: PERIPHERAL_DIGITIZER_TABLET = 0x0514|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorMinorClass
Method or attribute name: PERIPHERAL_CARD_READER = 0x0518|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorMinorClass
Method or attribute name: PERIPHERAL_DIGITAL_PEN = 0x051C|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorMinorClass
Method or attribute name: PERIPHERAL_SCANNER_RFID = 0x0520|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorMinorClass
Method or attribute name: PERIPHERAL_GESTURAL_INPUT = 0x0522|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorMinorClass
Method or attribute name: IMAGING_UNCATEGORIZED = 0x0600|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorMinorClass
Method or attribute name: IMAGING_DISPLAY = 0x0610|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorMinorClass
Method or attribute name: IMAGING_CAMERA = 0x0620|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorMinorClass
Method or attribute name: IMAGING_SCANNER = 0x0640|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorMinorClass
Method or attribute name: IMAGING_PRINTER = 0x0680|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorMinorClass
Method or attribute name: WEARABLE_UNCATEGORIZED = 0x0700|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorMinorClass
Method or attribute name: WEARABLE_WRIST_WATCH = 0x0704|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorMinorClass
Method or attribute name: WEARABLE_PAGER = 0x0708|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorMinorClass
Method or attribute name: WEARABLE_JACKET = 0x070C|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorMinorClass
Method or attribute name: WEARABLE_HELMET = 0x0710|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorMinorClass
Method or attribute name: WEARABLE_GLASSES = 0x0714|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorMinorClass
Method or attribute name: TOY_UNCATEGORIZED = 0x0800|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorMinorClass
Method or attribute name: TOY_ROBOT = 0x0804|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorMinorClass
Method or attribute name: TOY_VEHICLE = 0x0808|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorMinorClass
Method or attribute name: TOY_DOLL_ACTION_FIGURE = 0x080C|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorMinorClass
Method or attribute name: TOY_CONTROLLER = 0x0810|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorMinorClass
Method or attribute name: TOY_GAME = 0x0814|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorMinorClass
Method or attribute name: HEALTH_UNCATEGORIZED = 0x0900|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorMinorClass
Method or attribute name: HEALTH_BLOOD_PRESSURE = 0x0904|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorMinorClass
Method or attribute name: HEALTH_THERMOMETER = 0x0908|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorMinorClass
Method or attribute name: HEALTH_WEIGHING = 0x090C|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorMinorClass
Method or attribute name: HEALTH_GLUCOSE = 0x0910|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorMinorClass
Method or attribute name: HEALTH_PULSE_OXIMETER = 0x0914|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorMinorClass
Method or attribute name: HEALTH_PULSE_RATE = 0x0918|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorMinorClass
Method or attribute name: HEALTH_DATA_DISPLAY = 0x091C|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorMinorClass
Method or attribute name: HEALTH_STEP_COUNTER = 0x0920|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorMinorClass
Method or attribute name: HEALTH_BODY_COMPOSITION_ANALYZER = 0x0924|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorMinorClass
Method or attribute name: HEALTH_PEAK_FLOW_MONITOR = 0x0928|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorMinorClass
Method or attribute name: HEALTH_MEDICATION_MONITOR = 0x092C|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorMinorClass
Method or attribute name: HEALTH_KNEE_PROSTHESIS = 0x0930|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorMinorClass
Method or attribute name: HEALTH_ANKLE_PROSTHESIS = 0x0934|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorMinorClass
Method or attribute name: HEALTH_GENERIC_HEALTH_MANAGER = 0x0938|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: MajorMinorClass
Method or attribute name: HEALTH_PERSONAL_MOBILITY_DEVICE = 0x093C|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: PlayingState|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: PlayingState
Method or attribute name: STATE_NOT_PLAYING|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: PlayingState
Method or attribute name: STATE_PLAYING|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: ProfileId|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: ProfileId
Method or attribute name: PROFILE_A2DP_SOURCE = 1|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: ProfileId
Method or attribute name: PROFILE_HANDS_FREE_AUDIO_GATEWAY = 4|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: ProfileId
Method or attribute name: PROFILE_HID_HOST = 6|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: ProfileId
Method or attribute name: PROFILE_PAN_NETWORK = 7|@ohos.bluetoothManager.d.ts| +|Added|NA|Class name: connectedTag
Method or attribute name: function initialize(): void;|@ohos.connectedTag.d.ts| +|Added|NA|Class name: connectedTag
Method or attribute name: function uninitialize(): void;|@ohos.connectedTag.d.ts| +|Added|NA|Class name: connectedTag
Method or attribute name: function read(): Promise\;|@ohos.connectedTag.d.ts| +|Added|NA|Class name: connectedTag
Method or attribute name: function read(callback: AsyncCallback\): void;|@ohos.connectedTag.d.ts| +|Added|NA|Class name: connectedTag
Method or attribute name: function write(data: number[]): Promise\;|@ohos.connectedTag.d.ts| +|Added|NA|Class name: connectedTag
Method or attribute name: function write(data: number[], callback: AsyncCallback\): void;|@ohos.connectedTag.d.ts| +|Added|NA|Class name: connection
Method or attribute name: function getDefaultNetSync(): NetHandle;|@ohos.net.connection.d.ts| +|Added|NA|Class name: connection
Method or attribute name: function isDefaultNetMetered(callback: AsyncCallback\): void;|@ohos.net.connection.d.ts| +|Added|NA|Class name: connection
Method or attribute name: function isDefaultNetMetered(): Promise\;|@ohos.net.connection.d.ts| +|Added|NA|Class name: connection
Method or attribute name: function getAppNet(callback: AsyncCallback\): void;|@ohos.net.connection.d.ts| +|Added|NA|Class name: connection
Method or attribute name: function getAppNet(): Promise\;|@ohos.net.connection.d.ts| +|Added|NA|Class name: connection
Method or attribute name: function setAppNet(netHandle: NetHandle, callback: AsyncCallback\): void;|@ohos.net.connection.d.ts| +|Added|NA|Class name: connection
Method or attribute name: function setAppNet(netHandle: NetHandle): Promise\;|@ohos.net.connection.d.ts| +|Added|NA|Class name: NetHandle
Method or attribute name: bindSocket(socketParam: TCPSocket \| UDPSocket, callback: AsyncCallback\): void;|@ohos.net.connection.d.ts| +|Added|NA|Class name: NetHandle
Method or attribute name: bindSocket(socketParam: TCPSocket \| UDPSocket): Promise\;|@ohos.net.connection.d.ts| +|Added|NA|Module name: ohos.net.ethernet
Class name: ethernet|@ohos.net.ethernet.d.ts| +|Added|NA|Module name: ohos.net.ethernet
Class name: ethernet
Method or attribute name: function getIfaceConfig(iface: string, callback: AsyncCallback\): void;|@ohos.net.ethernet.d.ts| +|Added|NA|Module name: ohos.net.ethernet
Class name: ethernet
Method or attribute name: function getIfaceConfig(iface: string): Promise\;|@ohos.net.ethernet.d.ts| +|Added|NA|Module name: ohos.net.ethernet
Class name: ethernet
Method or attribute name: function setIfaceConfig(iface: string, ic: InterfaceConfiguration, callback: AsyncCallback\): void;|@ohos.net.ethernet.d.ts| +|Added|NA|Module name: ohos.net.ethernet
Class name: ethernet
Method or attribute name: function setIfaceConfig(iface: string, ic: InterfaceConfiguration): Promise\;|@ohos.net.ethernet.d.ts| +|Added|NA|Module name: ohos.net.ethernet
Class name: ethernet
Method or attribute name: function isIfaceActive(iface: string, callback: AsyncCallback\): void;|@ohos.net.ethernet.d.ts| +|Added|NA|Module name: ohos.net.ethernet
Class name: ethernet
Method or attribute name: function isIfaceActive(iface: string): Promise\;|@ohos.net.ethernet.d.ts| +|Added|NA|Module name: ohos.net.ethernet
Class name: ethernet
Method or attribute name: function getAllActiveIfaces(callback: AsyncCallback\>): void;|@ohos.net.ethernet.d.ts| +|Added|NA|Module name: ohos.net.ethernet
Class name: ethernet
Method or attribute name: function getAllActiveIfaces(): Promise\>;|@ohos.net.ethernet.d.ts| +|Added|NA|Module name: ohos.net.ethernet
Class name: InterfaceConfiguration|@ohos.net.ethernet.d.ts| +|Added|NA|Module name: ohos.net.ethernet
Class name: InterfaceConfiguration
Method or attribute name: mode: IPSetMode;|@ohos.net.ethernet.d.ts| +|Added|NA|Module name: ohos.net.ethernet
Class name: InterfaceConfiguration
Method or attribute name: ipAddr: string;|@ohos.net.ethernet.d.ts| +|Added|NA|Module name: ohos.net.ethernet
Class name: InterfaceConfiguration
Method or attribute name: route: string;|@ohos.net.ethernet.d.ts| +|Added|NA|Module name: ohos.net.ethernet
Class name: InterfaceConfiguration
Method or attribute name: gateway: string;|@ohos.net.ethernet.d.ts| +|Added|NA|Module name: ohos.net.ethernet
Class name: InterfaceConfiguration
Method or attribute name: netMask: string;|@ohos.net.ethernet.d.ts| +|Added|NA|Module name: ohos.net.ethernet
Class name: InterfaceConfiguration
Method or attribute name: dnsServers: string;|@ohos.net.ethernet.d.ts| +|Added|NA|Module name: ohos.net.ethernet
Class name: IPSetMode|@ohos.net.ethernet.d.ts| +|Added|NA|Module name: ohos.net.ethernet
Class name: IPSetMode
Method or attribute name: STATIC = 0|@ohos.net.ethernet.d.ts| +|Added|NA|Module name: ohos.net.ethernet
Class name: IPSetMode
Method or attribute name: DHCP = 1|@ohos.net.ethernet.d.ts| +|Added|NA|Module name: ohos.net.http
Class name: HttpRequestOptions
Method or attribute name: expectDataType?: HttpDataType;|@ohos.net.http.d.ts| +|Added|NA|Class name: HttpRequestOptions
Method or attribute name: expectDataType?: HttpDataType;|@ohos.net.http.d.ts| +|Added|NA|Module name: ohos.net.http
Class name: HttpRequestOptions
Method or attribute name: usingCache?: boolean;|@ohos.net.http.d.ts| +|Added|NA|Class name: HttpRequestOptions
Method or attribute name: usingCache?: boolean;|@ohos.net.http.d.ts| +|Added|NA|Module name: ohos.net.http
Class name: HttpRequestOptions
Method or attribute name: priority?: number;|@ohos.net.http.d.ts| +|Added|NA|Class name: HttpRequestOptions
Method or attribute name: priority?: number;|@ohos.net.http.d.ts| +|Added|NA|Module name: ohos.net.http
Class name: HttpRequestOptions
Method or attribute name: usingProtocol?: HttpProtocol;|@ohos.net.http.d.ts| +|Added|NA|Class name: HttpRequestOptions
Method or attribute name: usingProtocol?: HttpProtocol;|@ohos.net.http.d.ts| +|Added|NA|Module name: ohos.net.http
Class name: HttpProtocol|@ohos.net.http.d.ts| +|Added|NA|Class name: HttpProtocol
Method or attribute name: |@ohos.net.http.d.ts| +|Added|NA|Module name: ohos.net.http
Class name: HttpProtocol
Method or attribute name: HTTP1_1|@ohos.net.http.d.ts| +|Added|NA|Class name: HttpProtocol
Method or attribute name: HTTP1_1|@ohos.net.http.d.ts| +|Added|NA|Module name: ohos.net.http
Class name: HttpProtocol
Method or attribute name: HTTP2|@ohos.net.http.d.ts| +|Added|NA|Class name: HttpProtocol
Method or attribute name: HTTP2|@ohos.net.http.d.ts| +|Added|NA|Module name: ohos.net.http
Class name: HttpDataType|@ohos.net.http.d.ts| +|Added|NA|Class name: HttpDataType
Method or attribute name: |@ohos.net.http.d.ts| +|Added|NA|Module name: ohos.net.http
Class name: HttpDataType
Method or attribute name: STRING|@ohos.net.http.d.ts| +|Added|NA|Class name: HttpDataType
Method or attribute name: STRING|@ohos.net.http.d.ts| +|Added|NA|Module name: ohos.net.http
Class name: HttpDataType
Method or attribute name: OBJECT = 1|@ohos.net.http.d.ts| +|Added|NA|Class name: HttpDataType
Method or attribute name: OBJECT = 1|@ohos.net.http.d.ts| +|Added|NA|Module name: ohos.net.http
Class name: HttpDataType
Method or attribute name: ARRAY_BUFFER = 2|@ohos.net.http.d.ts| +|Added|NA|Class name: HttpDataType
Method or attribute name: ARRAY_BUFFER = 2|@ohos.net.http.d.ts| +|Added|NA|Module name: ohos.net.http
Class name: HttpResponse
Method or attribute name: resultType: HttpDataType;|@ohos.net.http.d.ts| +|Added|NA|Class name: HttpResponse
Method or attribute name: resultType: HttpDataType;|@ohos.net.http.d.ts| +|Added|NA|Module name: ohos.net.http
Class name: http
Method or attribute name: function createHttpResponseCache(cacheSize?: number): HttpResponseCache;|@ohos.net.http.d.ts| +|Added|NA|Class name: http
Method or attribute name: function createHttpResponseCache(cacheSize?: number): HttpResponseCache;|@ohos.net.http.d.ts| +|Added|NA|Module name: ohos.net.http
Class name: HttpResponseCache|@ohos.net.http.d.ts| +|Added|NA|Class name: HttpResponseCache
Method or attribute name: |@ohos.net.http.d.ts| +|Added|NA|Module name: ohos.net.http
Class name: HttpResponseCache
Method or attribute name: flush(callback: AsyncCallback\): void;|@ohos.net.http.d.ts| +|Added|NA|Class name: HttpResponseCache
Method or attribute name: flush(callback: AsyncCallback\): void;|@ohos.net.http.d.ts| +|Added|NA|Module name: ohos.net.http
Class name: HttpResponseCache
Method or attribute name: flush(): Promise\;|@ohos.net.http.d.ts| +|Added|NA|Class name: HttpResponseCache
Method or attribute name: flush(): Promise\;|@ohos.net.http.d.ts| +|Added|NA|Module name: ohos.net.http
Class name: HttpResponseCache
Method or attribute name: delete(callback: AsyncCallback\): void;|@ohos.net.http.d.ts| +|Added|NA|Class name: HttpResponseCache
Method or attribute name: delete(callback: AsyncCallback\): void;|@ohos.net.http.d.ts| +|Added|NA|Module name: ohos.net.http
Class name: HttpResponseCache
Method or attribute name: delete(): Promise\;|@ohos.net.http.d.ts| +|Added|NA|Class name: HttpResponseCache
Method or attribute name: delete(): Promise\;|@ohos.net.http.d.ts| +|Added|NA|Module name: ohos.net.sharing
Class name: sharing|@ohos.net.sharing.d.ts| +|Added|NA|Module name: ohos.net.sharing
Class name: sharing
Method or attribute name: function isSharingSupported(callback: AsyncCallback\): void;|@ohos.net.sharing.d.ts| +|Added|NA|Module name: ohos.net.sharing
Class name: sharing
Method or attribute name: function isSharingSupported(): Promise\;|@ohos.net.sharing.d.ts| +|Added|NA|Module name: ohos.net.sharing
Class name: sharing
Method or attribute name: function isSharing(callback: AsyncCallback\): void;|@ohos.net.sharing.d.ts| +|Added|NA|Module name: ohos.net.sharing
Class name: sharing
Method or attribute name: function isSharing(): Promise\;|@ohos.net.sharing.d.ts| +|Added|NA|Module name: ohos.net.sharing
Class name: sharing
Method or attribute name: function startSharing(type: SharingIfaceType, callback: AsyncCallback\): void;|@ohos.net.sharing.d.ts| +|Added|NA|Module name: ohos.net.sharing
Class name: sharing
Method or attribute name: function startSharing(type: SharingIfaceType): Promise\;|@ohos.net.sharing.d.ts| +|Added|NA|Module name: ohos.net.sharing
Class name: sharing
Method or attribute name: function stopSharing(type: SharingIfaceType, callback: AsyncCallback\): void;|@ohos.net.sharing.d.ts| +|Added|NA|Module name: ohos.net.sharing
Class name: sharing
Method or attribute name: function stopSharing(type: SharingIfaceType): Promise\;|@ohos.net.sharing.d.ts| +|Added|NA|Module name: ohos.net.sharing
Class name: sharing
Method or attribute name: function getStatsRxBytes(callback: AsyncCallback\): void;|@ohos.net.sharing.d.ts| +|Added|NA|Module name: ohos.net.sharing
Class name: sharing
Method or attribute name: function getStatsRxBytes(): Promise\;|@ohos.net.sharing.d.ts| +|Added|NA|Module name: ohos.net.sharing
Class name: sharing
Method or attribute name: function getStatsTxBytes(callback: AsyncCallback\): void;|@ohos.net.sharing.d.ts| +|Added|NA|Module name: ohos.net.sharing
Class name: sharing
Method or attribute name: function getStatsTxBytes(): Promise\;|@ohos.net.sharing.d.ts| +|Added|NA|Module name: ohos.net.sharing
Class name: sharing
Method or attribute name: function getStatsTotalBytes(callback: AsyncCallback\): void;|@ohos.net.sharing.d.ts| +|Added|NA|Module name: ohos.net.sharing
Class name: sharing
Method or attribute name: function getStatsTotalBytes(): Promise\;|@ohos.net.sharing.d.ts| +|Added|NA|Module name: ohos.net.sharing
Class name: sharing
Method or attribute name: function getSharingIfaces(state: SharingIfaceState, callback: AsyncCallback\>): void;|@ohos.net.sharing.d.ts| +|Added|NA|Module name: ohos.net.sharing
Class name: sharing
Method or attribute name: function getSharingIfaces(state: SharingIfaceState): Promise\>;|@ohos.net.sharing.d.ts| +|Added|NA|Module name: ohos.net.sharing
Class name: sharing
Method or attribute name: function getSharingState(type: SharingIfaceType, callback: AsyncCallback\): void;|@ohos.net.sharing.d.ts| +|Added|NA|Module name: ohos.net.sharing
Class name: sharing
Method or attribute name: function getSharingState(type: SharingIfaceType): Promise\;|@ohos.net.sharing.d.ts| +|Added|NA|Module name: ohos.net.sharing
Class name: sharing
Method or attribute name: function getSharableRegexes(type: SharingIfaceType, callback: AsyncCallback\>): void;|@ohos.net.sharing.d.ts| +|Added|NA|Module name: ohos.net.sharing
Class name: sharing
Method or attribute name: function getSharableRegexes(type: SharingIfaceType): Promise\>;|@ohos.net.sharing.d.ts| +|Added|NA|Module name: ohos.net.sharing
Class name: sharing
Method or attribute name: function on(type: 'sharingStateChange', callback: Callback\): void;|@ohos.net.sharing.d.ts| +|Added|NA|Module name: ohos.net.sharing
Class name: sharing
Method or attribute name: function off(type: 'sharingStateChange', callback?: Callback\): void;|@ohos.net.sharing.d.ts| +|Added|NA|Module name: ohos.net.sharing
Class name: sharing
Method or attribute name: function on(type: 'interfaceSharingStateChange', callback: Callback\<{ type: SharingIfaceType, iface: string, state: SharingIfaceState }>): void;|@ohos.net.sharing.d.ts| +|Added|NA|Module name: ohos.net.sharing
Class name: sharing
Method or attribute name: function off(type: 'interfaceSharingStateChange', callback?: Callback\<{ type: SharingIfaceType, iface: string, state: SharingIfaceState }>): void;|@ohos.net.sharing.d.ts| +|Added|NA|Module name: ohos.net.sharing
Class name: sharing
Method or attribute name: function on(type: 'sharingUpstreamChange', callback: Callback\): void;|@ohos.net.sharing.d.ts| +|Added|NA|Module name: ohos.net.sharing
Class name: sharing
Method or attribute name: function off(type: 'sharingUpstreamChange', callback?: Callback\): void;|@ohos.net.sharing.d.ts| +|Added|NA|Module name: ohos.net.sharing
Class name: SharingIfaceState|@ohos.net.sharing.d.ts| +|Added|NA|Module name: ohos.net.sharing
Class name: SharingIfaceState
Method or attribute name: SHARING_NIC_SERVING = 1|@ohos.net.sharing.d.ts| +|Added|NA|Module name: ohos.net.sharing
Class name: SharingIfaceState
Method or attribute name: SHARING_NIC_CAN_SERVER = 2|@ohos.net.sharing.d.ts| +|Added|NA|Module name: ohos.net.sharing
Class name: SharingIfaceState
Method or attribute name: SHARING_NIC_ERROR = 3|@ohos.net.sharing.d.ts| +|Added|NA|Module name: ohos.net.sharing
Class name: SharingIfaceType|@ohos.net.sharing.d.ts| +|Added|NA|Module name: ohos.net.sharing
Class name: SharingIfaceType
Method or attribute name: SHARING_WIFI = 0|@ohos.net.sharing.d.ts| +|Added|NA|Module name: ohos.net.sharing
Class name: SharingIfaceType
Method or attribute name: SHARING_USB = 1|@ohos.net.sharing.d.ts| +|Added|NA|Module name: ohos.net.sharing
Class name: SharingIfaceType
Method or attribute name: SHARING_BLUETOOTH = 2|@ohos.net.sharing.d.ts| +|Added|NA|Module name: ohos.net.socket
Class name: socket
Method or attribute name: function constructTLSSocketInstance(): TLSSocket;|@ohos.net.socket.d.ts| +|Added|NA|Class name: socket
Method or attribute name: function constructTLSSocketInstance(): TLSSocket;|@ohos.net.socket.d.ts| +|Added|NA|Class name: TCPExtraOptions
Method or attribute name: socketLinger?: {on: boolean, linger: number};|@ohos.net.socket.d.ts| +|Added|NA|Module name: ohos.net.socket
Class name: TLSSocket|@ohos.net.socket.d.ts| +|Added|NA|Class name: TLSSocket
Method or attribute name: |@ohos.net.socket.d.ts| +|Added|NA|Module name: ohos.net.socket
Class name: TLSSocket
Method or attribute name: bind(address: NetAddress, callback: AsyncCallback\): void;|@ohos.net.socket.d.ts| +|Added|NA|Class name: TLSSocket
Method or attribute name: bind(address: NetAddress, callback: AsyncCallback\): void;|@ohos.net.socket.d.ts| +|Added|NA|Module name: ohos.net.socket
Class name: TLSSocket
Method or attribute name: bind(address: NetAddress): Promise\;|@ohos.net.socket.d.ts| +|Added|NA|Class name: TLSSocket
Method or attribute name: bind(address: NetAddress): Promise\;|@ohos.net.socket.d.ts| +|Added|NA|Module name: ohos.net.socket
Class name: TLSSocket
Method or attribute name: getRemoteAddress(callback: AsyncCallback\): void;|@ohos.net.socket.d.ts| +|Added|NA|Class name: TLSSocket
Method or attribute name: getRemoteAddress(callback: AsyncCallback\): void;|@ohos.net.socket.d.ts| +|Added|NA|Module name: ohos.net.socket
Class name: TLSSocket
Method or attribute name: getRemoteAddress(): Promise\;|@ohos.net.socket.d.ts| +|Added|NA|Class name: TLSSocket
Method or attribute name: getRemoteAddress(): Promise\;|@ohos.net.socket.d.ts| +|Added|NA|Module name: ohos.net.socket
Class name: TLSSocket
Method or attribute name: getState(callback: AsyncCallback\): void;|@ohos.net.socket.d.ts| +|Added|NA|Class name: TLSSocket
Method or attribute name: getState(callback: AsyncCallback\): void;|@ohos.net.socket.d.ts| +|Added|NA|Module name: ohos.net.socket
Class name: TLSSocket
Method or attribute name: getState(): Promise\;|@ohos.net.socket.d.ts| +|Added|NA|Class name: TLSSocket
Method or attribute name: getState(): Promise\;|@ohos.net.socket.d.ts| +|Added|NA|Module name: ohos.net.socket
Class name: TLSSocket
Method or attribute name: setExtraOptions(options: TCPExtraOptions, callback: AsyncCallback\): void;|@ohos.net.socket.d.ts| +|Added|NA|Class name: TLSSocket
Method or attribute name: setExtraOptions(options: TCPExtraOptions, callback: AsyncCallback\): void;|@ohos.net.socket.d.ts| +|Added|NA|Module name: ohos.net.socket
Class name: TLSSocket
Method or attribute name: setExtraOptions(options: TCPExtraOptions): Promise\;|@ohos.net.socket.d.ts| +|Added|NA|Class name: TLSSocket
Method or attribute name: setExtraOptions(options: TCPExtraOptions): Promise\;|@ohos.net.socket.d.ts| +|Added|NA|Module name: ohos.net.socket
Class name: TLSSocket
Method or attribute name: on(type: 'message', callback: Callback\<{message: ArrayBuffer, remoteInfo: SocketRemoteInfo}>): void;|@ohos.net.socket.d.ts| +|Added|NA|Class name: TLSSocket
Method or attribute name: on(type: 'message', callback: Callback\<{message: ArrayBuffer, remoteInfo: SocketRemoteInfo}>): void;|@ohos.net.socket.d.ts| +|Added|NA|Module name: ohos.net.socket
Class name: TLSSocket
Method or attribute name: off(type: 'message', callback?: Callback\<{message: ArrayBuffer, remoteInfo: SocketRemoteInfo}>): void;|@ohos.net.socket.d.ts| +|Added|NA|Class name: TLSSocket
Method or attribute name: off(type: 'message', callback?: Callback\<{message: ArrayBuffer, remoteInfo: SocketRemoteInfo}>): void;|@ohos.net.socket.d.ts| +|Added|NA|Module name: ohos.net.socket
Class name: TLSSocket
Method or attribute name: on(type: 'connect' \| 'close', callback: Callback\): void;|@ohos.net.socket.d.ts| +|Added|NA|Class name: TLSSocket
Method or attribute name: on(type: 'connect' \| 'close', callback: Callback\): void;|@ohos.net.socket.d.ts| +|Added|NA|Module name: ohos.net.socket
Class name: TLSSocket
Method or attribute name: on(type: 'connect' \| 'close', callback: Callback\): void;|@ohos.net.socket.d.ts| +|Added|NA|Class name: TLSSocket
Method or attribute name: on(type: 'connect' \| 'close', callback: Callback\): void;|@ohos.net.socket.d.ts| +|Added|NA|Module name: ohos.net.socket
Class name: TLSSocket
Method or attribute name: off(type: 'connect' \| 'close', callback?: Callback\): void;|@ohos.net.socket.d.ts| +|Added|NA|Class name: TLSSocket
Method or attribute name: off(type: 'connect' \| 'close', callback?: Callback\): void;|@ohos.net.socket.d.ts| +|Added|NA|Module name: ohos.net.socket
Class name: TLSSocket
Method or attribute name: off(type: 'connect' \| 'close', callback?: Callback\): void;|@ohos.net.socket.d.ts| +|Added|NA|Class name: TLSSocket
Method or attribute name: off(type: 'connect' \| 'close', callback?: Callback\): void;|@ohos.net.socket.d.ts| +|Added|NA|Module name: ohos.net.socket
Class name: TLSSocket
Method or attribute name: on(type: 'error', callback: ErrorCallback): void;|@ohos.net.socket.d.ts| +|Added|NA|Class name: TLSSocket
Method or attribute name: on(type: 'error', callback: ErrorCallback): void;|@ohos.net.socket.d.ts| +|Added|NA|Module name: ohos.net.socket
Class name: TLSSocket
Method or attribute name: off(type: 'error', callback?: ErrorCallback): void;|@ohos.net.socket.d.ts| +|Added|NA|Class name: TLSSocket
Method or attribute name: off(type: 'error', callback?: ErrorCallback): void;|@ohos.net.socket.d.ts| +|Added|NA|Module name: ohos.net.socket
Class name: TLSSocket
Method or attribute name: getCertificate(callback: AsyncCallback\): void;|@ohos.net.socket.d.ts| +|Added|NA|Class name: TLSSocket
Method or attribute name: getCertificate(callback: AsyncCallback\): void;|@ohos.net.socket.d.ts| +|Added|NA|Module name: ohos.net.socket
Class name: TLSSocket
Method or attribute name: getCertificate(): Promise\;|@ohos.net.socket.d.ts| +|Added|NA|Class name: TLSSocket
Method or attribute name: getCertificate(): Promise\;|@ohos.net.socket.d.ts| +|Added|NA|Module name: ohos.net.socket
Class name: TLSSocket
Method or attribute name: getRemoteCertificate(callback: AsyncCallback\): void;|@ohos.net.socket.d.ts| +|Added|NA|Class name: TLSSocket
Method or attribute name: getRemoteCertificate(callback: AsyncCallback\): void;|@ohos.net.socket.d.ts| +|Added|NA|Module name: ohos.net.socket
Class name: TLSSocket
Method or attribute name: getRemoteCertificate(): Promise\;|@ohos.net.socket.d.ts| +|Added|NA|Class name: TLSSocket
Method or attribute name: getRemoteCertificate(): Promise\;|@ohos.net.socket.d.ts| +|Added|NA|Module name: ohos.net.socket
Class name: TLSSocket
Method or attribute name: getProtocol(callback: AsyncCallback\): void;|@ohos.net.socket.d.ts| +|Added|NA|Class name: TLSSocket
Method or attribute name: getProtocol(callback: AsyncCallback\): void;|@ohos.net.socket.d.ts| +|Added|NA|Module name: ohos.net.socket
Class name: TLSSocket
Method or attribute name: getProtocol(): Promise\;|@ohos.net.socket.d.ts| +|Added|NA|Class name: TLSSocket
Method or attribute name: getProtocol(): Promise\;|@ohos.net.socket.d.ts| +|Added|NA|Module name: ohos.net.socket
Class name: TLSSocket
Method or attribute name: getCipherSuite(callback: AsyncCallback\>): void;|@ohos.net.socket.d.ts| +|Added|NA|Class name: TLSSocket
Method or attribute name: getCipherSuite(callback: AsyncCallback\>): void;|@ohos.net.socket.d.ts| +|Added|NA|Module name: ohos.net.socket
Class name: TLSSocket
Method or attribute name: getCipherSuite(): Promise\>;|@ohos.net.socket.d.ts| +|Added|NA|Class name: TLSSocket
Method or attribute name: getCipherSuite(): Promise\>;|@ohos.net.socket.d.ts| +|Added|NA|Module name: ohos.net.socket
Class name: TLSSocket
Method or attribute name: getSignatureAlgorithms(callback: AsyncCallback\>): void;|@ohos.net.socket.d.ts| +|Added|NA|Class name: TLSSocket
Method or attribute name: getSignatureAlgorithms(callback: AsyncCallback\>): void;|@ohos.net.socket.d.ts| +|Added|NA|Module name: ohos.net.socket
Class name: TLSSocket
Method or attribute name: getSignatureAlgorithms(): Promise\>;|@ohos.net.socket.d.ts| +|Added|NA|Class name: TLSSocket
Method or attribute name: getSignatureAlgorithms(): Promise\>;|@ohos.net.socket.d.ts| +|Added|NA|Module name: ohos.net.socket
Class name: TLSSocket
Method or attribute name: connect(options: TLSConnectOptions, callback: AsyncCallback\): void;|@ohos.net.socket.d.ts| +|Added|NA|Class name: TLSSocket
Method or attribute name: connect(options: TLSConnectOptions, callback: AsyncCallback\): void;|@ohos.net.socket.d.ts| +|Added|NA|Module name: ohos.net.socket
Class name: TLSSocket
Method or attribute name: connect(options: TLSConnectOptions): Promise\;|@ohos.net.socket.d.ts| +|Added|NA|Class name: TLSSocket
Method or attribute name: connect(options: TLSConnectOptions): Promise\;|@ohos.net.socket.d.ts| +|Added|NA|Module name: ohos.net.socket
Class name: TLSSocket
Method or attribute name: send(data: string, callback: AsyncCallback\): void;|@ohos.net.socket.d.ts| +|Added|NA|Class name: TLSSocket
Method or attribute name: send(data: string, callback: AsyncCallback\): void;|@ohos.net.socket.d.ts| +|Added|NA|Module name: ohos.net.socket
Class name: TLSSocket
Method or attribute name: send(data: string): Promise\;|@ohos.net.socket.d.ts| +|Added|NA|Class name: TLSSocket
Method or attribute name: send(data: string): Promise\;|@ohos.net.socket.d.ts| +|Added|NA|Module name: ohos.net.socket
Class name: TLSSocket
Method or attribute name: close(callback: AsyncCallback\): void;|@ohos.net.socket.d.ts| +|Added|NA|Class name: TLSSocket
Method or attribute name: close(callback: AsyncCallback\): void;|@ohos.net.socket.d.ts| +|Added|NA|Module name: ohos.net.socket
Class name: TLSSocket
Method or attribute name: close(): Promise\;|@ohos.net.socket.d.ts| +|Added|NA|Class name: TLSSocket
Method or attribute name: close(): Promise\;|@ohos.net.socket.d.ts| +|Added|NA|Module name: ohos.net.socket
Class name: TLSSecureOptions|@ohos.net.socket.d.ts| +|Added|NA|Class name: TLSSecureOptions
Method or attribute name: |@ohos.net.socket.d.ts| +|Added|NA|Module name: ohos.net.socket
Class name: TLSSecureOptions
Method or attribute name: ca: string \| Array\;|@ohos.net.socket.d.ts| +|Added|NA|Class name: TLSSecureOptions
Method or attribute name: ca: string \| Array\;|@ohos.net.socket.d.ts| +|Added|NA|Module name: ohos.net.socket
Class name: TLSSecureOptions
Method or attribute name: cert?: string;|@ohos.net.socket.d.ts| +|Added|NA|Class name: TLSSecureOptions
Method or attribute name: cert?: string;|@ohos.net.socket.d.ts| +|Added|NA|Module name: ohos.net.socket
Class name: TLSSecureOptions
Method or attribute name: key?: string;|@ohos.net.socket.d.ts| +|Added|NA|Class name: TLSSecureOptions
Method or attribute name: key?: string;|@ohos.net.socket.d.ts| +|Added|NA|Module name: ohos.net.socket
Class name: TLSSecureOptions
Method or attribute name: password?: string;|@ohos.net.socket.d.ts| +|Added|NA|Class name: TLSSecureOptions
Method or attribute name: password?: string;|@ohos.net.socket.d.ts| +|Added|NA|Module name: ohos.net.socket
Class name: TLSSecureOptions
Method or attribute name: protocols?: Protocol \| Array\;|@ohos.net.socket.d.ts| +|Added|NA|Class name: TLSSecureOptions
Method or attribute name: protocols?: Protocol \| Array\;|@ohos.net.socket.d.ts| +|Added|NA|Module name: ohos.net.socket
Class name: TLSSecureOptions
Method or attribute name: useRemoteCipherPrefer?: boolean;|@ohos.net.socket.d.ts| +|Added|NA|Class name: TLSSecureOptions
Method or attribute name: useRemoteCipherPrefer?: boolean;|@ohos.net.socket.d.ts| +|Added|NA|Module name: ohos.net.socket
Class name: TLSSecureOptions
Method or attribute name: signatureAlgorithms?: string;|@ohos.net.socket.d.ts| +|Added|NA|Class name: TLSSecureOptions
Method or attribute name: signatureAlgorithms?: string;|@ohos.net.socket.d.ts| +|Added|NA|Module name: ohos.net.socket
Class name: TLSSecureOptions
Method or attribute name: cipherSuite?: string;|@ohos.net.socket.d.ts| +|Added|NA|Class name: TLSSecureOptions
Method or attribute name: cipherSuite?: string;|@ohos.net.socket.d.ts| +|Added|NA|Module name: ohos.net.socket
Class name: TLSConnectOptions|@ohos.net.socket.d.ts| +|Added|NA|Class name: TLSConnectOptions
Method or attribute name: |@ohos.net.socket.d.ts| +|Added|NA|Module name: ohos.net.socket
Class name: TLSConnectOptions
Method or attribute name: address: NetAddress;|@ohos.net.socket.d.ts| +|Added|NA|Class name: TLSConnectOptions
Method or attribute name: address: NetAddress;|@ohos.net.socket.d.ts| +|Added|NA|Module name: ohos.net.socket
Class name: TLSConnectOptions
Method or attribute name: secureOptions: TLSSecureOptions;|@ohos.net.socket.d.ts| +|Added|NA|Class name: TLSConnectOptions
Method or attribute name: secureOptions: TLSSecureOptions;|@ohos.net.socket.d.ts| +|Added|NA|Module name: ohos.net.socket
Class name: TLSConnectOptions
Method or attribute name: ALPNProtocols?: Array\;|@ohos.net.socket.d.ts| +|Added|NA|Class name: TLSConnectOptions
Method or attribute name: ALPNProtocols?: Array\;|@ohos.net.socket.d.ts| +|Added|NA|Module name: ohos.net.socket
Class name: Protocol|@ohos.net.socket.d.ts| +|Added|NA|Class name: Protocol
Method or attribute name: |@ohos.net.socket.d.ts| +|Added|NA|Module name: ohos.net.socket
Class name: Protocol
Method or attribute name: TLSv12 = "TLSv1.2"|@ohos.net.socket.d.ts| +|Added|NA|Class name: Protocol
Method or attribute name: TLSv12 = "TLSv1.2"|@ohos.net.socket.d.ts| +|Added|NA|Module name: ohos.net.socket
Class name: Protocol
Method or attribute name: TLSv13 = "TLSv1.3"|@ohos.net.socket.d.ts| +|Added|NA|Class name: Protocol
Method or attribute name: TLSv13 = "TLSv1.3"|@ohos.net.socket.d.ts| +|Added|NA|Module name: ohos.nfc.cardEmulation
Class name: CardType|@ohos.nfc.cardEmulation.d.ts| +|Added|NA|Class name: CardType
Method or attribute name: |@ohos.nfc.cardEmulation.d.ts| +|Added|NA|Module name: ohos.nfc.cardEmulation
Class name: CardType
Method or attribute name: PAYMENT = "payment"|@ohos.nfc.cardEmulation.d.ts| +|Added|NA|Class name: CardType
Method or attribute name: PAYMENT = "payment"|@ohos.nfc.cardEmulation.d.ts| +|Added|NA|Module name: ohos.nfc.cardEmulation
Class name: CardType
Method or attribute name: OTHER = "other"|@ohos.nfc.cardEmulation.d.ts| +|Added|NA|Class name: CardType
Method or attribute name: OTHER = "other"|@ohos.nfc.cardEmulation.d.ts| +|Added|NA|Class name: cardEmulation
Method or attribute name: function hasHceCapability(): boolean;|@ohos.nfc.cardEmulation.d.ts| +|Added|NA|Class name: cardEmulation
Method or attribute name: function isDefaultService(elementName: ElementName, type: CardType): boolean;|@ohos.nfc.cardEmulation.d.ts| +|Added|NA|Class name: HceService
Method or attribute name: start(elementName: ElementName, aidList: string[]): void|@ohos.nfc.cardEmulation.d.ts| +|Added|NA|Class name: HceService
Method or attribute name: stop(elementName: ElementName): void|@ohos.nfc.cardEmulation.d.ts| +|Added|NA|Class name: HceService
Method or attribute name: transmit(response: number[]): Promise\;|@ohos.nfc.cardEmulation.d.ts| +|Added|NA|Class name: HceService
Method or attribute name: transmit(response: number[], callback: AsyncCallback\): void;|@ohos.nfc.cardEmulation.d.ts| +|Added|NA|Class name: nfcController
Method or attribute name: function enableNfc(): void|@ohos.nfc.controller.d.ts| +|Added|NA|Class name: nfcController
Method or attribute name: function disableNfc(): void|@ohos.nfc.controller.d.ts| +|Added|NA|Class name: tag
Method or attribute name: const NDEF_FORMATABLE = 7;|@ohos.nfc.tag.d.ts| +|Added|NA|Module name: ohos.nfc.tag
Class name: TnfType|@ohos.nfc.tag.d.ts| +|Added|NA|Class name: TnfType
Method or attribute name: |@ohos.nfc.tag.d.ts| +|Added|NA|Module name: ohos.nfc.tag
Class name: TnfType
Method or attribute name: TNF_EMPTY = 0x0|@ohos.nfc.tag.d.ts| +|Added|NA|Class name: TnfType
Method or attribute name: TNF_EMPTY = 0x0|@ohos.nfc.tag.d.ts| +|Added|NA|Module name: ohos.nfc.tag
Class name: TnfType
Method or attribute name: TNF_WELL_KNOWN = 0x1|@ohos.nfc.tag.d.ts| +|Added|NA|Class name: TnfType
Method or attribute name: TNF_WELL_KNOWN = 0x1|@ohos.nfc.tag.d.ts| +|Added|NA|Module name: ohos.nfc.tag
Class name: TnfType
Method or attribute name: TNF_MEDIA = 0x2|@ohos.nfc.tag.d.ts| +|Added|NA|Class name: TnfType
Method or attribute name: TNF_MEDIA = 0x2|@ohos.nfc.tag.d.ts| +|Added|NA|Module name: ohos.nfc.tag
Class name: TnfType
Method or attribute name: TNF_ABSOLUTE_URI = 0x3|@ohos.nfc.tag.d.ts| +|Added|NA|Class name: TnfType
Method or attribute name: TNF_ABSOLUTE_URI = 0x3|@ohos.nfc.tag.d.ts| +|Added|NA|Module name: ohos.nfc.tag
Class name: TnfType
Method or attribute name: TNF_EXT_APP = 0x4|@ohos.nfc.tag.d.ts| +|Added|NA|Class name: TnfType
Method or attribute name: TNF_EXT_APP = 0x4|@ohos.nfc.tag.d.ts| +|Added|NA|Module name: ohos.nfc.tag
Class name: TnfType
Method or attribute name: TNF_UNKNOWN = 0x5|@ohos.nfc.tag.d.ts| +|Added|NA|Class name: TnfType
Method or attribute name: TNF_UNKNOWN = 0x5|@ohos.nfc.tag.d.ts| +|Added|NA|Module name: ohos.nfc.tag
Class name: TnfType
Method or attribute name: TNF_UNCHANGED = 0x6|@ohos.nfc.tag.d.ts| +|Added|NA|Class name: TnfType
Method or attribute name: TNF_UNCHANGED = 0x6|@ohos.nfc.tag.d.ts| +|Added|NA|Module name: ohos.nfc.tag
Class name: NfcForumType|@ohos.nfc.tag.d.ts| +|Added|NA|Class name: NfcForumType
Method or attribute name: |@ohos.nfc.tag.d.ts| +|Added|NA|Module name: ohos.nfc.tag
Class name: NfcForumType
Method or attribute name: NFC_FORUM_TYPE_1 = 1|@ohos.nfc.tag.d.ts| +|Added|NA|Class name: NfcForumType
Method or attribute name: NFC_FORUM_TYPE_1 = 1|@ohos.nfc.tag.d.ts| +|Added|NA|Module name: ohos.nfc.tag
Class name: NfcForumType
Method or attribute name: NFC_FORUM_TYPE_2 = 2|@ohos.nfc.tag.d.ts| +|Added|NA|Class name: NfcForumType
Method or attribute name: NFC_FORUM_TYPE_2 = 2|@ohos.nfc.tag.d.ts| +|Added|NA|Module name: ohos.nfc.tag
Class name: NfcForumType
Method or attribute name: NFC_FORUM_TYPE_3 = 3|@ohos.nfc.tag.d.ts| +|Added|NA|Class name: NfcForumType
Method or attribute name: NFC_FORUM_TYPE_3 = 3|@ohos.nfc.tag.d.ts| +|Added|NA|Module name: ohos.nfc.tag
Class name: NfcForumType
Method or attribute name: NFC_FORUM_TYPE_4 = 4|@ohos.nfc.tag.d.ts| +|Added|NA|Class name: NfcForumType
Method or attribute name: NFC_FORUM_TYPE_4 = 4|@ohos.nfc.tag.d.ts| +|Added|NA|Module name: ohos.nfc.tag
Class name: NfcForumType
Method or attribute name: MIFARE_CLASSIC = 101|@ohos.nfc.tag.d.ts| +|Added|NA|Class name: NfcForumType
Method or attribute name: MIFARE_CLASSIC = 101|@ohos.nfc.tag.d.ts| +|Added|NA|Class name: tag
Method or attribute name: const RTD_TEXT: number[];|@ohos.nfc.tag.d.ts| +|Added|NA|Class name: tag
Method or attribute name: const RTD_URI: number[];|@ohos.nfc.tag.d.ts| +|Added|NA|Module name: ohos.nfc.tag
Class name: MifareClassicType|@ohos.nfc.tag.d.ts| +|Added|NA|Class name: MifareClassicType
Method or attribute name: |@ohos.nfc.tag.d.ts| +|Added|NA|Module name: ohos.nfc.tag
Class name: MifareClassicType
Method or attribute name: TYPE_UNKNOWN = 0|@ohos.nfc.tag.d.ts| +|Added|NA|Class name: MifareClassicType
Method or attribute name: TYPE_UNKNOWN = 0|@ohos.nfc.tag.d.ts| +|Added|NA|Module name: ohos.nfc.tag
Class name: MifareClassicType
Method or attribute name: TYPE_CLASSIC = 1|@ohos.nfc.tag.d.ts| +|Added|NA|Class name: MifareClassicType
Method or attribute name: TYPE_CLASSIC = 1|@ohos.nfc.tag.d.ts| +|Added|NA|Module name: ohos.nfc.tag
Class name: MifareClassicType
Method or attribute name: TYPE_PLUS = 2|@ohos.nfc.tag.d.ts| +|Added|NA|Class name: MifareClassicType
Method or attribute name: TYPE_PLUS = 2|@ohos.nfc.tag.d.ts| +|Added|NA|Module name: ohos.nfc.tag
Class name: MifareClassicType
Method or attribute name: TYPE_PRO = 3|@ohos.nfc.tag.d.ts| +|Added|NA|Class name: MifareClassicType
Method or attribute name: TYPE_PRO = 3|@ohos.nfc.tag.d.ts| +|Added|NA|Module name: ohos.nfc.tag
Class name: MifareClassicSize|@ohos.nfc.tag.d.ts| +|Added|NA|Class name: MifareClassicSize
Method or attribute name: |@ohos.nfc.tag.d.ts| +|Added|NA|Module name: ohos.nfc.tag
Class name: MifareClassicSize
Method or attribute name: MC_SIZE_MINI = 320|@ohos.nfc.tag.d.ts| +|Added|NA|Class name: MifareClassicSize
Method or attribute name: MC_SIZE_MINI = 320|@ohos.nfc.tag.d.ts| +|Added|NA|Module name: ohos.nfc.tag
Class name: MifareClassicSize
Method or attribute name: MC_SIZE_1K = 1024|@ohos.nfc.tag.d.ts| +|Added|NA|Class name: MifareClassicSize
Method or attribute name: MC_SIZE_1K = 1024|@ohos.nfc.tag.d.ts| +|Added|NA|Module name: ohos.nfc.tag
Class name: MifareClassicSize
Method or attribute name: MC_SIZE_2K = 2048|@ohos.nfc.tag.d.ts| +|Added|NA|Class name: MifareClassicSize
Method or attribute name: MC_SIZE_2K = 2048|@ohos.nfc.tag.d.ts| +|Added|NA|Module name: ohos.nfc.tag
Class name: MifareClassicSize
Method or attribute name: MC_SIZE_4K = 4096|@ohos.nfc.tag.d.ts| +|Added|NA|Class name: MifareClassicSize
Method or attribute name: MC_SIZE_4K = 4096|@ohos.nfc.tag.d.ts| +|Added|NA|Module name: ohos.nfc.tag
Class name: MifareUltralightType|@ohos.nfc.tag.d.ts| +|Added|NA|Class name: MifareUltralightType
Method or attribute name: |@ohos.nfc.tag.d.ts| +|Added|NA|Module name: ohos.nfc.tag
Class name: MifareUltralightType
Method or attribute name: TYPE_UNKNOWN = 0|@ohos.nfc.tag.d.ts| +|Added|NA|Class name: MifareUltralightType
Method or attribute name: TYPE_UNKNOWN = 0|@ohos.nfc.tag.d.ts| +|Added|NA|Module name: ohos.nfc.tag
Class name: MifareUltralightType
Method or attribute name: TYPE_ULTRALIGHT = 1|@ohos.nfc.tag.d.ts| +|Added|NA|Class name: MifareUltralightType
Method or attribute name: TYPE_ULTRALIGHT = 1|@ohos.nfc.tag.d.ts| +|Added|NA|Module name: ohos.nfc.tag
Class name: MifareUltralightType
Method or attribute name: TYPE_ULTRALIGHT_C = 2|@ohos.nfc.tag.d.ts| +|Added|NA|Class name: MifareUltralightType
Method or attribute name: TYPE_ULTRALIGHT_C = 2|@ohos.nfc.tag.d.ts| +|Added|NA|Class name: tag
Method or attribute name: function getNfcA(tagInfo: TagInfo): NfcATag|@ohos.nfc.tag.d.ts| +|Added|NA|Class name: tag
Method or attribute name: function getNfcB(tagInfo: TagInfo): NfcBTag|@ohos.nfc.tag.d.ts| +|Added|NA|Class name: tag
Method or attribute name: function getNfcF(tagInfo: TagInfo): NfcFTag|@ohos.nfc.tag.d.ts| +|Added|NA|Class name: tag
Method or attribute name: function getNfcV(tagInfo: TagInfo): NfcVTag|@ohos.nfc.tag.d.ts| +|Added|NA|Class name: tag
Method or attribute name: function getIsoDep(tagInfo: TagInfo): IsoDepTag|@ohos.nfc.tag.d.ts| +|Added|NA|Class name: tag
Method or attribute name: function getNdef(tagInfo: TagInfo): NdefTag|@ohos.nfc.tag.d.ts| +|Added|NA|Class name: tag
Method or attribute name: function getMifareClassic(tagInfo: TagInfo): MifareClassicTag|@ohos.nfc.tag.d.ts| +|Added|NA|Class name: tag
Method or attribute name: function getMifareUltralight(tagInfo: TagInfo): MifareUltralightTag|@ohos.nfc.tag.d.ts| +|Added|NA|Class name: tag
Method or attribute name: function getNdefFormatable(tagInfo: TagInfo): NdefFormatableTag|@ohos.nfc.tag.d.ts| +|Added|NA|Class name: tag
Method or attribute name: function getTagInfo(want: Want): TagInfo|@ohos.nfc.tag.d.ts| +|Added|NA|Class name: TagInfo
Method or attribute name: uid: number[];|@ohos.nfc.tag.d.ts| +|Added|NA|Class name: TagInfo
Method or attribute name: technology: number[];|@ohos.nfc.tag.d.ts| +|Added|NA|Class name: TagInfo
Method or attribute name: extrasData: PacMap[];|@ohos.nfc.tag.d.ts| +|Added|NA|Class name: TagInfo
Method or attribute name: tagRfDiscId: number;|@ohos.nfc.tag.d.ts| +|Added|NA|Class name: TagInfo
Method or attribute name: remoteTagService: rpc.RemoteObject;|@ohos.nfc.tag.d.ts| +|Added|NA|Module name: ohos.nfc.tag
Class name: NdefRecord|@ohos.nfc.tag.d.ts| +|Added|NA|Class name: NdefRecord
Method or attribute name: |@ohos.nfc.tag.d.ts| +|Added|NA|Module name: ohos.nfc.tag
Class name: NdefRecord
Method or attribute name: tnf: number;|@ohos.nfc.tag.d.ts| +|Added|NA|Class name: NdefRecord
Method or attribute name: tnf: number;|@ohos.nfc.tag.d.ts| +|Added|NA|Module name: ohos.nfc.tag
Class name: NdefRecord
Method or attribute name: rtdType: number[];|@ohos.nfc.tag.d.ts| +|Added|NA|Class name: NdefRecord
Method or attribute name: rtdType: number[];|@ohos.nfc.tag.d.ts| +|Added|NA|Module name: ohos.nfc.tag
Class name: NdefRecord
Method or attribute name: id: number[];|@ohos.nfc.tag.d.ts| +|Added|NA|Class name: NdefRecord
Method or attribute name: id: number[];|@ohos.nfc.tag.d.ts| +|Added|NA|Module name: ohos.nfc.tag
Class name: NdefRecord
Method or attribute name: payload: number[];|@ohos.nfc.tag.d.ts| +|Added|NA|Class name: NdefRecord
Method or attribute name: payload: number[];|@ohos.nfc.tag.d.ts| +|Added|NA|Module name: ohos.nfc.tag
Class name: ndef|@ohos.nfc.tag.d.ts| +|Added|NA|Class name: ndef
Method or attribute name: |@ohos.nfc.tag.d.ts| +|Added|NA|Module name: ohos.nfc.tag
Class name: ndef
Method or attribute name: function makeUriRecord(uri: string): NdefRecord;|@ohos.nfc.tag.d.ts| +|Added|NA|Class name: ndef
Method or attribute name: function makeUriRecord(uri: string): NdefRecord;|@ohos.nfc.tag.d.ts| +|Added|NA|Module name: ohos.nfc.tag
Class name: ndef
Method or attribute name: function makeTextRecord(text: string, locale: string): NdefRecord;|@ohos.nfc.tag.d.ts| +|Added|NA|Class name: ndef
Method or attribute name: function makeTextRecord(text: string, locale: string): NdefRecord;|@ohos.nfc.tag.d.ts| +|Added|NA|Module name: ohos.nfc.tag
Class name: ndef
Method or attribute name: function makeMimeRecord(mimeType: string, mimeData: number[]): NdefRecord;|@ohos.nfc.tag.d.ts| +|Added|NA|Class name: ndef
Method or attribute name: function makeMimeRecord(mimeType: string, mimeData: number[]): NdefRecord;|@ohos.nfc.tag.d.ts| +|Added|NA|Module name: ohos.nfc.tag
Class name: ndef
Method or attribute name: function makeExternalRecord(domainName: string, type: string, externalData: number[]): NdefRecord;|@ohos.nfc.tag.d.ts| +|Added|NA|Class name: ndef
Method or attribute name: function makeExternalRecord(domainName: string, type: string, externalData: number[]): NdefRecord;|@ohos.nfc.tag.d.ts| +|Added|NA|Module name: ohos.nfc.tag
Class name: ndef
Method or attribute name: function createNdefMessage(data: number[]): NdefMessage;|@ohos.nfc.tag.d.ts| +|Added|NA|Class name: ndef
Method or attribute name: function createNdefMessage(data: number[]): NdefMessage;|@ohos.nfc.tag.d.ts| +|Added|NA|Module name: ohos.nfc.tag
Class name: ndef
Method or attribute name: function createNdefMessage(ndefRecords: NdefRecord[]): NdefMessage;|@ohos.nfc.tag.d.ts| +|Added|NA|Class name: ndef
Method or attribute name: function createNdefMessage(ndefRecords: NdefRecord[]): NdefMessage;|@ohos.nfc.tag.d.ts| +|Added|NA|Module name: ohos.nfc.tag
Class name: ndef
Method or attribute name: function messageToBytes(ndefMessage: NdefMessage): number[];|@ohos.nfc.tag.d.ts| +|Added|NA|Class name: ndef
Method or attribute name: function messageToBytes(ndefMessage: NdefMessage): number[];|@ohos.nfc.tag.d.ts| +|Added|NA|Module name: ohos.rpc
Class name: ErrorCode|@ohos.rpc.d.ts| +|Added|NA|Class name: ErrorCode
Method or attribute name: |@ohos.rpc.d.ts| +|Added|NA|Module name: ohos.rpc
Class name: ErrorCode
Method or attribute name: CHECK_PARAM_ERROR = 401|@ohos.rpc.d.ts| +|Added|NA|Class name: ErrorCode
Method or attribute name: CHECK_PARAM_ERROR = 401|@ohos.rpc.d.ts| +|Added|NA|Module name: ohos.rpc
Class name: ErrorCode
Method or attribute name: OS_MMAP_ERROR = 1900001|@ohos.rpc.d.ts| +|Added|NA|Class name: ErrorCode
Method or attribute name: OS_MMAP_ERROR = 1900001|@ohos.rpc.d.ts| +|Added|NA|Module name: ohos.rpc
Class name: ErrorCode
Method or attribute name: OS_IOCTL_ERROR = 1900002|@ohos.rpc.d.ts| +|Added|NA|Class name: ErrorCode
Method or attribute name: OS_IOCTL_ERROR = 1900002|@ohos.rpc.d.ts| +|Added|NA|Module name: ohos.rpc
Class name: ErrorCode
Method or attribute name: WRITE_TO_ASHMEM_ERROR = 1900003|@ohos.rpc.d.ts| +|Added|NA|Class name: ErrorCode
Method or attribute name: WRITE_TO_ASHMEM_ERROR = 1900003|@ohos.rpc.d.ts| +|Added|NA|Module name: ohos.rpc
Class name: ErrorCode
Method or attribute name: READ_FROM_ASHMEM_ERROR = 1900004|@ohos.rpc.d.ts| +|Added|NA|Class name: ErrorCode
Method or attribute name: READ_FROM_ASHMEM_ERROR = 1900004|@ohos.rpc.d.ts| +|Added|NA|Module name: ohos.rpc
Class name: ErrorCode
Method or attribute name: ONLY_PROXY_OBJECT_PERMITTED_ERROR = 1900005|@ohos.rpc.d.ts| +|Added|NA|Class name: ErrorCode
Method or attribute name: ONLY_PROXY_OBJECT_PERMITTED_ERROR = 1900005|@ohos.rpc.d.ts| +|Added|NA|Module name: ohos.rpc
Class name: ErrorCode
Method or attribute name: ONLY_REMOTE_OBJECT_PERMITTED_ERROR = 1900006|@ohos.rpc.d.ts| +|Added|NA|Class name: ErrorCode
Method or attribute name: ONLY_REMOTE_OBJECT_PERMITTED_ERROR = 1900006|@ohos.rpc.d.ts| +|Added|NA|Module name: ohos.rpc
Class name: ErrorCode
Method or attribute name: COMMUNICATION_ERROR = 1900007|@ohos.rpc.d.ts| +|Added|NA|Class name: ErrorCode
Method or attribute name: COMMUNICATION_ERROR = 1900007|@ohos.rpc.d.ts| +|Added|NA|Module name: ohos.rpc
Class name: ErrorCode
Method or attribute name: PROXY_OR_REMOTE_OBJECT_INVALID_ERROR = 1900008|@ohos.rpc.d.ts| +|Added|NA|Class name: ErrorCode
Method or attribute name: PROXY_OR_REMOTE_OBJECT_INVALID_ERROR = 1900008|@ohos.rpc.d.ts| +|Added|NA|Module name: ohos.rpc
Class name: ErrorCode
Method or attribute name: WRITE_DATA_TO_MESSAGE_SEQUENCE_ERROR = 1900009|@ohos.rpc.d.ts| +|Added|NA|Class name: ErrorCode
Method or attribute name: WRITE_DATA_TO_MESSAGE_SEQUENCE_ERROR = 1900009|@ohos.rpc.d.ts| +|Added|NA|Module name: ohos.rpc
Class name: ErrorCode
Method or attribute name: READ_DATA_FROM_MESSAGE_SEQUENCE_ERROR = 1900010|@ohos.rpc.d.ts| +|Added|NA|Class name: ErrorCode
Method or attribute name: READ_DATA_FROM_MESSAGE_SEQUENCE_ERROR = 1900010|@ohos.rpc.d.ts| +|Added|NA|Module name: ohos.rpc
Class name: ErrorCode
Method or attribute name: PARCEL_MEMORY_ALLOC_ERROR = 1900011|@ohos.rpc.d.ts| +|Added|NA|Class name: ErrorCode
Method or attribute name: PARCEL_MEMORY_ALLOC_ERROR = 1900011|@ohos.rpc.d.ts| +|Added|NA|Module name: ohos.rpc
Class name: ErrorCode
Method or attribute name: CALL_JS_METHOD_ERROR = 1900012|@ohos.rpc.d.ts| +|Added|NA|Class name: ErrorCode
Method or attribute name: CALL_JS_METHOD_ERROR = 1900012|@ohos.rpc.d.ts| +|Added|NA|Module name: ohos.rpc
Class name: ErrorCode
Method or attribute name: OS_DUP_ERROR = 1900013|@ohos.rpc.d.ts| +|Added|NA|Class name: ErrorCode
Method or attribute name: OS_DUP_ERROR = 1900013|@ohos.rpc.d.ts| +|Added|NA|Module name: ohos.rpc
Class name: MessageSequence|@ohos.rpc.d.ts| +|Added|NA|Class name: MessageSequence
Method or attribute name: |@ohos.rpc.d.ts| +|Added|NA|Module name: ohos.rpc
Class name: MessageSequence
Method or attribute name: static create(): MessageSequence;|@ohos.rpc.d.ts| +|Added|NA|Class name: MessageSequence
Method or attribute name: static create(): MessageSequence;|@ohos.rpc.d.ts| +|Added|NA|Module name: ohos.rpc
Class name: MessageSequence
Method or attribute name: reclaim(): void;|@ohos.rpc.d.ts| +|Added|NA|Class name: MessageSequence
Method or attribute name: reclaim(): void;|@ohos.rpc.d.ts| +|Added|NA|Module name: ohos.rpc
Class name: MessageSequence
Method or attribute name: writeRemoteObject(object: IRemoteObject): void;|@ohos.rpc.d.ts| +|Added|NA|Class name: MessageSequence
Method or attribute name: writeRemoteObject(object: IRemoteObject): void;|@ohos.rpc.d.ts| +|Added|NA|Module name: ohos.rpc
Class name: MessageSequence
Method or attribute name: readRemoteObject(): IRemoteObject;|@ohos.rpc.d.ts| +|Added|NA|Class name: MessageSequence
Method or attribute name: readRemoteObject(): IRemoteObject;|@ohos.rpc.d.ts| +|Added|NA|Module name: ohos.rpc
Class name: MessageSequence
Method or attribute name: writeInterfaceToken(token: string): void;|@ohos.rpc.d.ts| +|Added|NA|Class name: MessageSequence
Method or attribute name: writeInterfaceToken(token: string): void;|@ohos.rpc.d.ts| +|Added|NA|Module name: ohos.rpc
Class name: MessageSequence
Method or attribute name: readInterfaceToken(): string;|@ohos.rpc.d.ts| +|Added|NA|Class name: MessageSequence
Method or attribute name: readInterfaceToken(): string;|@ohos.rpc.d.ts| +|Added|NA|Module name: ohos.rpc
Class name: MessageSequence
Method or attribute name: getSize(): number;|@ohos.rpc.d.ts| +|Added|NA|Class name: MessageSequence
Method or attribute name: getSize(): number;|@ohos.rpc.d.ts| +|Added|NA|Module name: ohos.rpc
Class name: MessageSequence
Method or attribute name: getCapacity(): number;|@ohos.rpc.d.ts| +|Added|NA|Class name: MessageSequence
Method or attribute name: getCapacity(): number;|@ohos.rpc.d.ts| +|Added|NA|Module name: ohos.rpc
Class name: MessageSequence
Method or attribute name: setSize(size: number): void;|@ohos.rpc.d.ts| +|Added|NA|Class name: MessageSequence
Method or attribute name: setSize(size: number): void;|@ohos.rpc.d.ts| +|Added|NA|Module name: ohos.rpc
Class name: MessageSequence
Method or attribute name: setCapacity(size: number): void;|@ohos.rpc.d.ts| +|Added|NA|Class name: MessageSequence
Method or attribute name: setCapacity(size: number): void;|@ohos.rpc.d.ts| +|Added|NA|Module name: ohos.rpc
Class name: MessageSequence
Method or attribute name: getWritableBytes(): number;|@ohos.rpc.d.ts| +|Added|NA|Class name: MessageSequence
Method or attribute name: getWritableBytes(): number;|@ohos.rpc.d.ts| +|Added|NA|Module name: ohos.rpc
Class name: MessageSequence
Method or attribute name: getReadableBytes(): number;|@ohos.rpc.d.ts| +|Added|NA|Class name: MessageSequence
Method or attribute name: getReadableBytes(): number;|@ohos.rpc.d.ts| +|Added|NA|Module name: ohos.rpc
Class name: MessageSequence
Method or attribute name: getReadPosition(): number;|@ohos.rpc.d.ts| +|Added|NA|Class name: MessageSequence
Method or attribute name: getReadPosition(): number;|@ohos.rpc.d.ts| +|Added|NA|Module name: ohos.rpc
Class name: MessageSequence
Method or attribute name: getWritePosition(): number;|@ohos.rpc.d.ts| +|Added|NA|Class name: MessageSequence
Method or attribute name: getWritePosition(): number;|@ohos.rpc.d.ts| +|Added|NA|Module name: ohos.rpc
Class name: MessageSequence
Method or attribute name: rewindRead(pos: number): void;|@ohos.rpc.d.ts| +|Added|NA|Class name: MessageSequence
Method or attribute name: rewindRead(pos: number): void;|@ohos.rpc.d.ts| +|Added|NA|Module name: ohos.rpc
Class name: MessageSequence
Method or attribute name: rewindWrite(pos: number): void;|@ohos.rpc.d.ts| +|Added|NA|Class name: MessageSequence
Method or attribute name: rewindWrite(pos: number): void;|@ohos.rpc.d.ts| +|Added|NA|Module name: ohos.rpc
Class name: MessageSequence
Method or attribute name: writeNoException(): void;|@ohos.rpc.d.ts| +|Added|NA|Class name: MessageSequence
Method or attribute name: writeNoException(): void;|@ohos.rpc.d.ts| +|Added|NA|Module name: ohos.rpc
Class name: MessageSequence
Method or attribute name: readException(): void;|@ohos.rpc.d.ts| +|Added|NA|Class name: MessageSequence
Method or attribute name: readException(): void;|@ohos.rpc.d.ts| +|Added|NA|Module name: ohos.rpc
Class name: MessageSequence
Method or attribute name: writeByte(val: number): void;|@ohos.rpc.d.ts| +|Added|NA|Class name: MessageSequence
Method or attribute name: writeByte(val: number): void;|@ohos.rpc.d.ts| +|Added|NA|Module name: ohos.rpc
Class name: MessageSequence
Method or attribute name: writeShort(val: number): void;|@ohos.rpc.d.ts| +|Added|NA|Class name: MessageSequence
Method or attribute name: writeShort(val: number): void;|@ohos.rpc.d.ts| +|Added|NA|Module name: ohos.rpc
Class name: MessageSequence
Method or attribute name: writeInt(val: number): void;|@ohos.rpc.d.ts| +|Added|NA|Class name: MessageSequence
Method or attribute name: writeInt(val: number): void;|@ohos.rpc.d.ts| +|Added|NA|Module name: ohos.rpc
Class name: MessageSequence
Method or attribute name: writeLong(val: number): void;|@ohos.rpc.d.ts| +|Added|NA|Class name: MessageSequence
Method or attribute name: writeLong(val: number): void;|@ohos.rpc.d.ts| +|Added|NA|Module name: ohos.rpc
Class name: MessageSequence
Method or attribute name: writeFloat(val: number): void;|@ohos.rpc.d.ts| +|Added|NA|Class name: MessageSequence
Method or attribute name: writeFloat(val: number): void;|@ohos.rpc.d.ts| +|Added|NA|Module name: ohos.rpc
Class name: MessageSequence
Method or attribute name: writeDouble(val: number): void;|@ohos.rpc.d.ts| +|Added|NA|Class name: MessageSequence
Method or attribute name: writeDouble(val: number): void;|@ohos.rpc.d.ts| +|Added|NA|Module name: ohos.rpc
Class name: MessageSequence
Method or attribute name: writeBoolean(val: boolean): void;|@ohos.rpc.d.ts| +|Added|NA|Class name: MessageSequence
Method or attribute name: writeBoolean(val: boolean): void;|@ohos.rpc.d.ts| +|Added|NA|Module name: ohos.rpc
Class name: MessageSequence
Method or attribute name: writeChar(val: number): void;|@ohos.rpc.d.ts| +|Added|NA|Class name: MessageSequence
Method or attribute name: writeChar(val: number): void;|@ohos.rpc.d.ts| +|Added|NA|Module name: ohos.rpc
Class name: MessageSequence
Method or attribute name: writeString(val: string): void;|@ohos.rpc.d.ts| +|Added|NA|Class name: MessageSequence
Method or attribute name: writeString(val: string): void;|@ohos.rpc.d.ts| +|Added|NA|Module name: ohos.rpc
Class name: MessageSequence
Method or attribute name: writeParcelable(val: Parcelable): void;|@ohos.rpc.d.ts| +|Added|NA|Class name: MessageSequence
Method or attribute name: writeParcelable(val: Parcelable): void;|@ohos.rpc.d.ts| +|Added|NA|Module name: ohos.rpc
Class name: MessageSequence
Method or attribute name: writeByteArray(byteArray: number[]): void;|@ohos.rpc.d.ts| +|Added|NA|Class name: MessageSequence
Method or attribute name: writeByteArray(byteArray: number[]): void;|@ohos.rpc.d.ts| +|Added|NA|Module name: ohos.rpc
Class name: MessageSequence
Method or attribute name: writeShortArray(shortArray: number[]): void;|@ohos.rpc.d.ts| +|Added|NA|Class name: MessageSequence
Method or attribute name: writeShortArray(shortArray: number[]): void;|@ohos.rpc.d.ts| +|Added|NA|Module name: ohos.rpc
Class name: MessageSequence
Method or attribute name: writeIntArray(intArray: number[]): void;|@ohos.rpc.d.ts| +|Added|NA|Class name: MessageSequence
Method or attribute name: writeIntArray(intArray: number[]): void;|@ohos.rpc.d.ts| +|Added|NA|Module name: ohos.rpc
Class name: MessageSequence
Method or attribute name: writeLongArray(longArray: number[]): void;|@ohos.rpc.d.ts| +|Added|NA|Class name: MessageSequence
Method or attribute name: writeLongArray(longArray: number[]): void;|@ohos.rpc.d.ts| +|Added|NA|Module name: ohos.rpc
Class name: MessageSequence
Method or attribute name: writeFloatArray(floatArray: number[]): void;|@ohos.rpc.d.ts| +|Added|NA|Class name: MessageSequence
Method or attribute name: writeFloatArray(floatArray: number[]): void;|@ohos.rpc.d.ts| +|Added|NA|Module name: ohos.rpc
Class name: MessageSequence
Method or attribute name: writeDoubleArray(doubleArray: number[]): void;|@ohos.rpc.d.ts| +|Added|NA|Class name: MessageSequence
Method or attribute name: writeDoubleArray(doubleArray: number[]): void;|@ohos.rpc.d.ts| +|Added|NA|Module name: ohos.rpc
Class name: MessageSequence
Method or attribute name: writeBooleanArray(booleanArray: boolean[]): void;|@ohos.rpc.d.ts| +|Added|NA|Class name: MessageSequence
Method or attribute name: writeBooleanArray(booleanArray: boolean[]): void;|@ohos.rpc.d.ts| +|Added|NA|Module name: ohos.rpc
Class name: MessageSequence
Method or attribute name: writeCharArray(charArray: number[]): void;|@ohos.rpc.d.ts| +|Added|NA|Class name: MessageSequence
Method or attribute name: writeCharArray(charArray: number[]): void;|@ohos.rpc.d.ts| +|Added|NA|Module name: ohos.rpc
Class name: MessageSequence
Method or attribute name: writeStringArray(stringArray: string[]): void;|@ohos.rpc.d.ts| +|Added|NA|Class name: MessageSequence
Method or attribute name: writeStringArray(stringArray: string[]): void;|@ohos.rpc.d.ts| +|Added|NA|Module name: ohos.rpc
Class name: MessageSequence
Method or attribute name: writeParcelableArray(parcelableArray: Parcelable[]): void;|@ohos.rpc.d.ts| +|Added|NA|Class name: MessageSequence
Method or attribute name: writeParcelableArray(parcelableArray: Parcelable[]): void;|@ohos.rpc.d.ts| +|Added|NA|Module name: ohos.rpc
Class name: MessageSequence
Method or attribute name: writeRemoteObjectArray(objectArray: IRemoteObject[]): void;|@ohos.rpc.d.ts| +|Added|NA|Class name: MessageSequence
Method or attribute name: writeRemoteObjectArray(objectArray: IRemoteObject[]): void;|@ohos.rpc.d.ts| +|Added|NA|Module name: ohos.rpc
Class name: MessageSequence
Method or attribute name: readByte(): number;|@ohos.rpc.d.ts| +|Added|NA|Class name: MessageSequence
Method or attribute name: readByte(): number;|@ohos.rpc.d.ts| +|Added|NA|Module name: ohos.rpc
Class name: MessageSequence
Method or attribute name: readShort(): number;|@ohos.rpc.d.ts| +|Added|NA|Class name: MessageSequence
Method or attribute name: readShort(): number;|@ohos.rpc.d.ts| +|Added|NA|Module name: ohos.rpc
Class name: MessageSequence
Method or attribute name: readInt(): number;|@ohos.rpc.d.ts| +|Added|NA|Class name: MessageSequence
Method or attribute name: readInt(): number;|@ohos.rpc.d.ts| +|Added|NA|Module name: ohos.rpc
Class name: MessageSequence
Method or attribute name: readLong(): number;|@ohos.rpc.d.ts| +|Added|NA|Class name: MessageSequence
Method or attribute name: readLong(): number;|@ohos.rpc.d.ts| +|Added|NA|Module name: ohos.rpc
Class name: MessageSequence
Method or attribute name: readFloat(): number;|@ohos.rpc.d.ts| +|Added|NA|Class name: MessageSequence
Method or attribute name: readFloat(): number;|@ohos.rpc.d.ts| +|Added|NA|Module name: ohos.rpc
Class name: MessageSequence
Method or attribute name: readDouble(): number;|@ohos.rpc.d.ts| +|Added|NA|Class name: MessageSequence
Method or attribute name: readDouble(): number;|@ohos.rpc.d.ts| +|Added|NA|Module name: ohos.rpc
Class name: MessageSequence
Method or attribute name: readBoolean(): boolean;|@ohos.rpc.d.ts| +|Added|NA|Class name: MessageSequence
Method or attribute name: readBoolean(): boolean;|@ohos.rpc.d.ts| +|Added|NA|Module name: ohos.rpc
Class name: MessageSequence
Method or attribute name: readChar(): number;|@ohos.rpc.d.ts| +|Added|NA|Class name: MessageSequence
Method or attribute name: readChar(): number;|@ohos.rpc.d.ts| +|Added|NA|Module name: ohos.rpc
Class name: MessageSequence
Method or attribute name: readString(): string;|@ohos.rpc.d.ts| +|Added|NA|Class name: MessageSequence
Method or attribute name: readString(): string;|@ohos.rpc.d.ts| +|Added|NA|Module name: ohos.rpc
Class name: MessageSequence
Method or attribute name: readParcelable(dataIn: Parcelable) : void;|@ohos.rpc.d.ts| +|Added|NA|Class name: MessageSequence
Method or attribute name: readParcelable(dataIn: Parcelable) : void;|@ohos.rpc.d.ts| +|Added|NA|Module name: ohos.rpc
Class name: MessageSequence
Method or attribute name: readByteArray(dataIn: number[]) : void;|@ohos.rpc.d.ts| +|Added|NA|Class name: MessageSequence
Method or attribute name: readByteArray(dataIn: number[]) : void;|@ohos.rpc.d.ts| +|Added|NA|Module name: ohos.rpc
Class name: MessageSequence
Method or attribute name: readByteArray(): number[];|@ohos.rpc.d.ts| +|Added|NA|Class name: MessageSequence
Method or attribute name: readByteArray(): number[];|@ohos.rpc.d.ts| +|Added|NA|Module name: ohos.rpc
Class name: MessageSequence
Method or attribute name: readShortArray(dataIn: number[]) : void;|@ohos.rpc.d.ts| +|Added|NA|Class name: MessageSequence
Method or attribute name: readShortArray(dataIn: number[]) : void;|@ohos.rpc.d.ts| +|Added|NA|Module name: ohos.rpc
Class name: MessageSequence
Method or attribute name: readShortArray(): number[];|@ohos.rpc.d.ts| +|Added|NA|Class name: MessageSequence
Method or attribute name: readShortArray(): number[];|@ohos.rpc.d.ts| +|Added|NA|Module name: ohos.rpc
Class name: MessageSequence
Method or attribute name: readIntArray(dataIn: number[]) : void;|@ohos.rpc.d.ts| +|Added|NA|Class name: MessageSequence
Method or attribute name: readIntArray(dataIn: number[]) : void;|@ohos.rpc.d.ts| +|Added|NA|Module name: ohos.rpc
Class name: MessageSequence
Method or attribute name: readIntArray(): number[];|@ohos.rpc.d.ts| +|Added|NA|Class name: MessageSequence
Method or attribute name: readIntArray(): number[];|@ohos.rpc.d.ts| +|Added|NA|Module name: ohos.rpc
Class name: MessageSequence
Method or attribute name: readLongArray(dataIn: number[]) : void;|@ohos.rpc.d.ts| +|Added|NA|Class name: MessageSequence
Method or attribute name: readLongArray(dataIn: number[]) : void;|@ohos.rpc.d.ts| +|Added|NA|Module name: ohos.rpc
Class name: MessageSequence
Method or attribute name: readLongArray(): number[];|@ohos.rpc.d.ts| +|Added|NA|Class name: MessageSequence
Method or attribute name: readLongArray(): number[];|@ohos.rpc.d.ts| +|Added|NA|Module name: ohos.rpc
Class name: MessageSequence
Method or attribute name: readFloatArray(dataIn: number[]) : void;|@ohos.rpc.d.ts| +|Added|NA|Class name: MessageSequence
Method or attribute name: readFloatArray(dataIn: number[]) : void;|@ohos.rpc.d.ts| +|Added|NA|Module name: ohos.rpc
Class name: MessageSequence
Method or attribute name: readFloatArray(): number[];|@ohos.rpc.d.ts| +|Added|NA|Class name: MessageSequence
Method or attribute name: readFloatArray(): number[];|@ohos.rpc.d.ts| +|Added|NA|Module name: ohos.rpc
Class name: MessageSequence
Method or attribute name: readDoubleArray(dataIn: number[]) : void;|@ohos.rpc.d.ts| +|Added|NA|Class name: MessageSequence
Method or attribute name: readDoubleArray(dataIn: number[]) : void;|@ohos.rpc.d.ts| +|Added|NA|Module name: ohos.rpc
Class name: MessageSequence
Method or attribute name: readDoubleArray(): number[];|@ohos.rpc.d.ts| +|Added|NA|Class name: MessageSequence
Method or attribute name: readDoubleArray(): number[];|@ohos.rpc.d.ts| +|Added|NA|Module name: ohos.rpc
Class name: MessageSequence
Method or attribute name: readBooleanArray(dataIn: boolean[]) : void;|@ohos.rpc.d.ts| +|Added|NA|Class name: MessageSequence
Method or attribute name: readBooleanArray(dataIn: boolean[]) : void;|@ohos.rpc.d.ts| +|Added|NA|Module name: ohos.rpc
Class name: MessageSequence
Method or attribute name: readBooleanArray(): boolean[];|@ohos.rpc.d.ts| +|Added|NA|Class name: MessageSequence
Method or attribute name: readBooleanArray(): boolean[];|@ohos.rpc.d.ts| +|Added|NA|Module name: ohos.rpc
Class name: MessageSequence
Method or attribute name: readCharArray(dataIn: number[]) : void;|@ohos.rpc.d.ts| +|Added|NA|Class name: MessageSequence
Method or attribute name: readCharArray(dataIn: number[]) : void;|@ohos.rpc.d.ts| +|Added|NA|Module name: ohos.rpc
Class name: MessageSequence
Method or attribute name: readCharArray(): number[];|@ohos.rpc.d.ts| +|Added|NA|Class name: MessageSequence
Method or attribute name: readCharArray(): number[];|@ohos.rpc.d.ts| +|Added|NA|Module name: ohos.rpc
Class name: MessageSequence
Method or attribute name: readStringArray(dataIn: string[]) : void;|@ohos.rpc.d.ts| +|Added|NA|Class name: MessageSequence
Method or attribute name: readStringArray(dataIn: string[]) : void;|@ohos.rpc.d.ts| +|Added|NA|Module name: ohos.rpc
Class name: MessageSequence
Method or attribute name: readStringArray(): string[];|@ohos.rpc.d.ts| +|Added|NA|Class name: MessageSequence
Method or attribute name: readStringArray(): string[];|@ohos.rpc.d.ts| +|Added|NA|Module name: ohos.rpc
Class name: MessageSequence
Method or attribute name: readParcelableArray(parcelableArray: Parcelable[]): void;|@ohos.rpc.d.ts| +|Added|NA|Class name: MessageSequence
Method or attribute name: readParcelableArray(parcelableArray: Parcelable[]): void;|@ohos.rpc.d.ts| +|Added|NA|Module name: ohos.rpc
Class name: MessageSequence
Method or attribute name: readRemoteObjectArray(objects: IRemoteObject[]): void;|@ohos.rpc.d.ts| +|Added|NA|Class name: MessageSequence
Method or attribute name: readRemoteObjectArray(objects: IRemoteObject[]): void;|@ohos.rpc.d.ts| +|Added|NA|Module name: ohos.rpc
Class name: MessageSequence
Method or attribute name: readRemoteObjectArray(): IRemoteObject[];|@ohos.rpc.d.ts| +|Added|NA|Class name: MessageSequence
Method or attribute name: readRemoteObjectArray(): IRemoteObject[];|@ohos.rpc.d.ts| +|Added|NA|Module name: ohos.rpc
Class name: MessageSequence
Method or attribute name: static closeFileDescriptor(fd: number): void;|@ohos.rpc.d.ts| +|Added|NA|Class name: MessageSequence
Method or attribute name: static closeFileDescriptor(fd: number): void;|@ohos.rpc.d.ts| +|Added|NA|Module name: ohos.rpc
Class name: MessageSequence
Method or attribute name: static dupFileDescriptor(fd: number) :number;|@ohos.rpc.d.ts| +|Added|NA|Class name: MessageSequence
Method or attribute name: static dupFileDescriptor(fd: number) :number;|@ohos.rpc.d.ts| +|Added|NA|Module name: ohos.rpc
Class name: MessageSequence
Method or attribute name: containFileDescriptors(): boolean;|@ohos.rpc.d.ts| +|Added|NA|Class name: MessageSequence
Method or attribute name: containFileDescriptors(): boolean;|@ohos.rpc.d.ts| +|Added|NA|Module name: ohos.rpc
Class name: MessageSequence
Method or attribute name: writeFileDescriptor(fd: number): void;|@ohos.rpc.d.ts| +|Added|NA|Class name: MessageSequence
Method or attribute name: writeFileDescriptor(fd: number): void;|@ohos.rpc.d.ts| +|Added|NA|Module name: ohos.rpc
Class name: MessageSequence
Method or attribute name: readFileDescriptor(): number;|@ohos.rpc.d.ts| +|Added|NA|Class name: MessageSequence
Method or attribute name: readFileDescriptor(): number;|@ohos.rpc.d.ts| +|Added|NA|Module name: ohos.rpc
Class name: MessageSequence
Method or attribute name: writeAshmem(ashmem: Ashmem): void;|@ohos.rpc.d.ts| +|Added|NA|Class name: MessageSequence
Method or attribute name: writeAshmem(ashmem: Ashmem): void;|@ohos.rpc.d.ts| +|Added|NA|Module name: ohos.rpc
Class name: MessageSequence
Method or attribute name: readAshmem(): Ashmem;|@ohos.rpc.d.ts| +|Added|NA|Class name: MessageSequence
Method or attribute name: readAshmem(): Ashmem;|@ohos.rpc.d.ts| +|Added|NA|Module name: ohos.rpc
Class name: MessageSequence
Method or attribute name: getRawDataCapacity(): number;|@ohos.rpc.d.ts| +|Added|NA|Class name: MessageSequence
Method or attribute name: getRawDataCapacity(): number;|@ohos.rpc.d.ts| +|Added|NA|Module name: ohos.rpc
Class name: MessageSequence
Method or attribute name: writeRawData(rawData: number[], size: number): void;|@ohos.rpc.d.ts| +|Added|NA|Class name: MessageSequence
Method or attribute name: writeRawData(rawData: number[], size: number): void;|@ohos.rpc.d.ts| +|Added|NA|Module name: ohos.rpc
Class name: MessageSequence
Method or attribute name: readRawData(size: number): number[];|@ohos.rpc.d.ts| +|Added|NA|Class name: MessageSequence
Method or attribute name: readRawData(size: number): number[];|@ohos.rpc.d.ts| +|Added|NA|Module name: ohos.rpc
Class name: Parcelable|@ohos.rpc.d.ts| +|Added|NA|Class name: Parcelable
Method or attribute name: |@ohos.rpc.d.ts| +|Added|NA|Module name: ohos.rpc
Class name: Parcelable
Method or attribute name: marshalling(dataOut: MessageSequence): boolean;|@ohos.rpc.d.ts| +|Added|NA|Class name: Parcelable
Method or attribute name: marshalling(dataOut: MessageSequence): boolean;|@ohos.rpc.d.ts| +|Added|NA|Module name: ohos.rpc
Class name: Parcelable
Method or attribute name: unmarshalling(dataIn: MessageSequence) : boolean;|@ohos.rpc.d.ts| +|Added|NA|Class name: Parcelable
Method or attribute name: unmarshalling(dataIn: MessageSequence) : boolean;|@ohos.rpc.d.ts| +|Added|NA|Module name: ohos.rpc
Class name: RequestResult|@ohos.rpc.d.ts| +|Added|NA|Class name: RequestResult
Method or attribute name: |@ohos.rpc.d.ts| +|Added|NA|Module name: ohos.rpc
Class name: RequestResult
Method or attribute name: errCode: number;|@ohos.rpc.d.ts| +|Added|NA|Class name: RequestResult
Method or attribute name: errCode: number;|@ohos.rpc.d.ts| +|Added|NA|Module name: ohos.rpc
Class name: RequestResult
Method or attribute name: code: number;|@ohos.rpc.d.ts| +|Added|NA|Class name: RequestResult
Method or attribute name: code: number;|@ohos.rpc.d.ts| +|Added|NA|Module name: ohos.rpc
Class name: RequestResult
Method or attribute name: data: MessageSequence;|@ohos.rpc.d.ts| +|Added|NA|Class name: RequestResult
Method or attribute name: data: MessageSequence;|@ohos.rpc.d.ts| +|Added|NA|Module name: ohos.rpc
Class name: RequestResult
Method or attribute name: reply: MessageSequence;|@ohos.rpc.d.ts| +|Added|NA|Class name: RequestResult
Method or attribute name: reply: MessageSequence;|@ohos.rpc.d.ts| +|Added|NA|Class name: IRemoteObject
Method or attribute name: getLocalInterface(descriptor: string): IRemoteBroker;|@ohos.rpc.d.ts| +|Added|NA|Class name: IRemoteObject
Method or attribute name: sendMessageRequest(code: number, data: MessageSequence, reply: MessageSequence, options: MessageOption): Promise\;|@ohos.rpc.d.ts| +|Added|NA|Class name: IRemoteObject
Method or attribute name: sendMessageRequest(code: number, data: MessageSequence, reply: MessageSequence, options: MessageOption, callback: AsyncCallback\): void;|@ohos.rpc.d.ts| +|Added|NA|Class name: IRemoteObject
Method or attribute name: registerDeathRecipient(recipient: DeathRecipient, flags: number): void;|@ohos.rpc.d.ts| +|Added|NA|Class name: IRemoteObject
Method or attribute name: unregisterDeathRecipient(recipient: DeathRecipient, flags: number): void;|@ohos.rpc.d.ts| +|Added|NA|Class name: IRemoteObject
Method or attribute name: getDescriptor(): string;|@ohos.rpc.d.ts| +|Added|NA|Class name: MessageOption
Method or attribute name: TF_SYNC: number;|@ohos.rpc.d.ts| +|Added|NA|Class name: MessageOption
Method or attribute name: TF_ASYNC: number;|@ohos.rpc.d.ts| +|Added|NA|Class name: MessageOption
Method or attribute name: TF_ACCEPT_FDS: number;|@ohos.rpc.d.ts| +|Added|NA|Class name: MessageOption
Method or attribute name: TF_WAIT_TIME: number;|@ohos.rpc.d.ts| +|Added|NA|Class name: MessageOption
Method or attribute name: constructor(syncFlags?: number, waitTime?: number);|@ohos.rpc.d.ts| +|Added|NA|Class name: MessageOption
Method or attribute name: constructor(async?: boolean);|@ohos.rpc.d.ts| +|Added|NA|Class name: MessageOption
Method or attribute name: isAsync(): boolean;|@ohos.rpc.d.ts| +|Added|NA|Class name: MessageOption
Method or attribute name: setAsync(async: boolean): void;|@ohos.rpc.d.ts| +|Added|NA|Class name: RemoteObject
Method or attribute name: getLocalInterface(descriptor: string): IRemoteBroker;|@ohos.rpc.d.ts| +|Added|NA|Class name: RemoteObject
Method or attribute name: getDescriptor(): string;|@ohos.rpc.d.ts| +|Added|NA|Class name: RemoteObject
Method or attribute name: onRemoteMessageRequest(code: number, data: MessageSequence, reply: MessageSequence, options: MessageOption): boolean \| Promise\;|@ohos.rpc.d.ts| +|Added|NA|Class name: RemoteObject
Method or attribute name: sendMessageRequest(code: number, data: MessageSequence, reply: MessageSequence, options: MessageOption): Promise\;|@ohos.rpc.d.ts| +|Added|NA|Class name: RemoteObject
Method or attribute name: sendMessageRequest(code: number, data: MessageSequence, reply: MessageSequence, options: MessageOption, callback: AsyncCallback\): void;|@ohos.rpc.d.ts| +|Added|NA|Class name: RemoteObject
Method or attribute name: modifyLocalInterface(localInterface: IRemoteBroker, descriptor: string): void;|@ohos.rpc.d.ts| +|Added|NA|Class name: RemoteProxy
Method or attribute name: PING_TRANSACTION: number;|@ohos.rpc.d.ts| +|Added|NA|Class name: RemoteProxy
Method or attribute name: DUMP_TRANSACTION: number;|@ohos.rpc.d.ts| +|Added|NA|Class name: RemoteProxy
Method or attribute name: INTERFACE_TRANSACTION: number;|@ohos.rpc.d.ts| +|Added|NA|Class name: RemoteProxy
Method or attribute name: MIN_TRANSACTION_ID: number;|@ohos.rpc.d.ts| +|Added|NA|Class name: RemoteProxy
Method or attribute name: MAX_TRANSACTION_ID: number;|@ohos.rpc.d.ts| +|Added|NA|Class name: RemoteProxy
Method or attribute name: getLocalInterface(interface: string): IRemoteBroker;|@ohos.rpc.d.ts| +|Added|NA|Class name: RemoteProxy
Method or attribute name: registerDeathRecipient(recipient: DeathRecipient, flags: number): void;|@ohos.rpc.d.ts| +|Added|NA|Class name: RemoteProxy
Method or attribute name: unregisterDeathRecipient(recipient: DeathRecipient, flags: number): void;|@ohos.rpc.d.ts| +|Added|NA|Class name: RemoteProxy
Method or attribute name: getDescriptor(): string;|@ohos.rpc.d.ts| +|Added|NA|Class name: RemoteProxy
Method or attribute name: sendMessageRequest(code: number, data: MessageSequence, reply: MessageSequence, options: MessageOption): Promise\;|@ohos.rpc.d.ts| +|Added|NA|Class name: RemoteProxy
Method or attribute name: sendMessageRequest(code: number, data: MessageSequence, reply: MessageSequence, options: MessageOption, callback: AsyncCallback\): void;|@ohos.rpc.d.ts| +|Added|NA|Class name: IPCSkeleton
Method or attribute name: static flushCmdBuffer(object: IRemoteObject): void;|@ohos.rpc.d.ts| +|Added|NA|Class name: IPCSkeleton
Method or attribute name: static restoreCallingIdentity(identity: string): void;|@ohos.rpc.d.ts| +|Added|NA|Class name: Ashmem
Method or attribute name: PROT_EXEC: number;|@ohos.rpc.d.ts| +|Added|NA|Class name: Ashmem
Method or attribute name: PROT_NONE: number;|@ohos.rpc.d.ts| +|Added|NA|Class name: Ashmem
Method or attribute name: PROT_READ: number;|@ohos.rpc.d.ts| +|Added|NA|Class name: Ashmem
Method or attribute name: PROT_WRITE: number;|@ohos.rpc.d.ts| +|Added|NA|Class name: Ashmem
Method or attribute name: static create(name: string, size: number): Ashmem;|@ohos.rpc.d.ts| +|Added|NA|Class name: Ashmem
Method or attribute name: static create(ashmem: Ashmem): Ashmem;|@ohos.rpc.d.ts| +|Added|NA|Class name: Ashmem
Method or attribute name: mapTypedAshmem(mapType: number): void;|@ohos.rpc.d.ts| +|Added|NA|Class name: Ashmem
Method or attribute name: mapReadWriteAshmem(): void;|@ohos.rpc.d.ts| +|Added|NA|Class name: Ashmem
Method or attribute name: mapReadonlyAshmem(): void;|@ohos.rpc.d.ts| +|Added|NA|Class name: Ashmem
Method or attribute name: setProtectionType(protectionType: number): void;|@ohos.rpc.d.ts| +|Added|NA|Class name: Ashmem
Method or attribute name: writeAshmem(buf: number[], size: number, offset: number): void;|@ohos.rpc.d.ts| +|Added|NA|Class name: Ashmem
Method or attribute name: readAshmem(size: number, offset: number): number[];|@ohos.rpc.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: wifiManager|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: wifiManager
Method or attribute name: function enableWifi(): void;|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: wifiManager
Method or attribute name: function disableWifi(): void;|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: wifiManager
Method or attribute name: function isWifiActive(): boolean;|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: wifiManager
Method or attribute name: function scan(): void;|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: wifiManager
Method or attribute name: function getScanResults(): Promise\>;|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: wifiManager
Method or attribute name: function getScanResults(callback: AsyncCallback\>): void;|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: wifiManager
Method or attribute name: function getScanResultsSync(): Array\;|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: wifiManager
Method or attribute name: function addDeviceConfig(config: WifiDeviceConfig): Promise\;|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: wifiManager
Method or attribute name: function addDeviceConfig(config: WifiDeviceConfig, callback: AsyncCallback\): void;|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: wifiManager
Method or attribute name: function addCandidateConfig(config: WifiDeviceConfig): Promise\;|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: wifiManager
Method or attribute name: function addCandidateConfig(config: WifiDeviceConfig, callback: AsyncCallback\): void;|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: wifiManager
Method or attribute name: function removeCandidateConfig(networkId: number): Promise\;|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: wifiManager
Method or attribute name: function removeCandidateConfig(networkId: number, callback: AsyncCallback\): void;|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: wifiManager
Method or attribute name: function getCandidateConfigs(): Array\;|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: wifiManager
Method or attribute name: function connectToCandidateConfig(networkId: number): void;|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: wifiManager
Method or attribute name: function connectToNetwork(networkId: number): void;|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: wifiManager
Method or attribute name: function connectToDevice(config: WifiDeviceConfig): void;|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: wifiManager
Method or attribute name: function disconnect(): void;|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: wifiManager
Method or attribute name: function getSignalLevel(rssi: number, band: number): number;|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: wifiManager
Method or attribute name: function getLinkedInfo(): Promise\;|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: wifiManager
Method or attribute name: function getLinkedInfo(callback: AsyncCallback\): void;|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: wifiManager
Method or attribute name: function isConnected(): boolean;|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: wifiManager
Method or attribute name: function getSupportedFeatures(): number;|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: wifiManager
Method or attribute name: function isFeatureSupported(featureId: number): boolean;|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: wifiManager
Method or attribute name: function getDeviceMacAddress(): string[];|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: wifiManager
Method or attribute name: function getIpInfo(): IpInfo;|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: wifiManager
Method or attribute name: function getCountryCode(): string;|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: wifiManager
Method or attribute name: function reassociate(): void;|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: wifiManager
Method or attribute name: function reconnect(): void;|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: wifiManager
Method or attribute name: function getDeviceConfigs(): Array\;|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: wifiManager
Method or attribute name: function updateNetwork(config: WifiDeviceConfig): number;|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: wifiManager
Method or attribute name: function disableNetwork(netId: number): void;|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: wifiManager
Method or attribute name: function removeAllNetwork(): void;|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: wifiManager
Method or attribute name: function removeDevice(id: number): void;|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: wifiManager
Method or attribute name: function enableHotspot(): void;|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: wifiManager
Method or attribute name: function disableHotspot(): void;|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: wifiManager
Method or attribute name: function isHotspotDualBandSupported(): boolean;|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: wifiManager
Method or attribute name: function isHotspotActive(): boolean;|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: wifiManager
Method or attribute name: function setHotspotConfig(config: HotspotConfig): void;|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: wifiManager
Method or attribute name: function getHotspotConfig(): HotspotConfig;|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: wifiManager
Method or attribute name: function getStations(): Array\;|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: wifiManager
Method or attribute name: function getP2pLinkedInfo(): Promise\;|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: wifiManager
Method or attribute name: function getP2pLinkedInfo(callback: AsyncCallback\): void;|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: wifiManager
Method or attribute name: function getCurrentGroup(): Promise\;|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: wifiManager
Method or attribute name: function getCurrentGroup(callback: AsyncCallback\): void;|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: wifiManager
Method or attribute name: function getP2pPeerDevices(): Promise\;|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: wifiManager
Method or attribute name: function getP2pPeerDevices(callback: AsyncCallback\): void;|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: wifiManager
Method or attribute name: function getP2pLocalDevice(): Promise\;|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: wifiManager
Method or attribute name: function getP2pLocalDevice(callback: AsyncCallback\): void;|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: wifiManager
Method or attribute name: function createGroup(config: WifiP2PConfig): void;|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: wifiManager
Method or attribute name: function removeGroup(): void;|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: wifiManager
Method or attribute name: function p2pConnect(config: WifiP2PConfig): void;|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: wifiManager
Method or attribute name: function p2pCancelConnect(): void;|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: wifiManager
Method or attribute name: function startDiscoverDevices(): void;|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: wifiManager
Method or attribute name: function stopDiscoverDevices(): void;|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: wifiManager
Method or attribute name: function deletePersistentGroup(netId: number): void;|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: wifiManager
Method or attribute name: function getP2pGroups(): Promise\>;|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: wifiManager
Method or attribute name: function getP2pGroups(callback: AsyncCallback\>): void;|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: wifiManager
Method or attribute name: function setDeviceName(devName: string): void;|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: wifiManager
Method or attribute name: function on(type: "wifiStateChange", callback: Callback\): void;|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: wifiManager
Method or attribute name: function off(type: "wifiStateChange", callback?: Callback\): void;|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: wifiManager
Method or attribute name: function on(type: "wifiConnectionChange", callback: Callback\): void;|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: wifiManager
Method or attribute name: function off(type: "wifiConnectionChange", callback?: Callback\): void;|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: wifiManager
Method or attribute name: function on(type: "wifiScanStateChange", callback: Callback\): void;|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: wifiManager
Method or attribute name: function off(type: "wifiScanStateChange", callback?: Callback\): void;|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: wifiManager
Method or attribute name: function on(type: "wifiRssiChange", callback: Callback\): void;|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: wifiManager
Method or attribute name: function off(type: "wifiRssiChange", callback?: Callback\): void;|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: wifiManager
Method or attribute name: function on(type: "streamChange", callback: Callback\): void;|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: wifiManager
Method or attribute name: function off(type: "streamChange", callback?: Callback\): void;|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: wifiManager
Method or attribute name: function on(type: "deviceConfigChange", callback: Callback\): void;|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: wifiManager
Method or attribute name: function off(type: "deviceConfigChange", callback?: Callback\): void;|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: wifiManager
Method or attribute name: function on(type: "hotspotStateChange", callback: Callback\): void;|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: wifiManager
Method or attribute name: function off(type: "hotspotStateChange", callback?: Callback\): void;|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: wifiManager
Method or attribute name: function on(type: "hotspotStaJoin", callback: Callback\): void;|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: wifiManager
Method or attribute name: function off(type: "hotspotStaJoin", callback?: Callback\): void;|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: wifiManager
Method or attribute name: function on(type: "hotspotStaLeave", callback: Callback\): void;|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: wifiManager
Method or attribute name: function off(type: "hotspotStaLeave", callback?: Callback\): void;|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: wifiManager
Method or attribute name: function on(type: "p2pStateChange", callback: Callback\): void;|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: wifiManager
Method or attribute name: function off(type: "p2pStateChange", callback?: Callback\): void;|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: wifiManager
Method or attribute name: function on(type: "p2pConnectionChange", callback: Callback\): void;|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: wifiManager
Method or attribute name: function off(type: "p2pConnectionChange", callback?: Callback\): void;|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: wifiManager
Method or attribute name: function on(type: "p2pDeviceChange", callback: Callback\): void;|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: wifiManager
Method or attribute name: function off(type: "p2pDeviceChange", callback?: Callback\): void;|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: wifiManager
Method or attribute name: function on(type: "p2pPeerDeviceChange", callback: Callback\): void;|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: wifiManager
Method or attribute name: function off(type: "p2pPeerDeviceChange", callback?: Callback\): void;|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: wifiManager
Method or attribute name: function on(type: "p2pPersistentGroupChange", callback: Callback\): void;|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: wifiManager
Method or attribute name: function off(type: "p2pPersistentGroupChange", callback?: Callback\): void;|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: wifiManager
Method or attribute name: function on(type: "p2pDiscoveryChange", callback: Callback\): void;|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: wifiManager
Method or attribute name: function off(type: "p2pDiscoveryChange", callback?: Callback\): void;|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: EapMethod|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: EapMethod
Method or attribute name: EAP_NONE|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: EapMethod
Method or attribute name: EAP_PEAP|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: EapMethod
Method or attribute name: EAP_TLS|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: EapMethod
Method or attribute name: EAP_TTLS|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: EapMethod
Method or attribute name: EAP_PWD|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: EapMethod
Method or attribute name: EAP_SIM|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: EapMethod
Method or attribute name: EAP_AKA|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: EapMethod
Method or attribute name: EAP_AKA_PRIME|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: EapMethod
Method or attribute name: EAP_UNAUTH_TLS|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: Phase2Method|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: Phase2Method
Method or attribute name: PHASE2_NONE|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: Phase2Method
Method or attribute name: PHASE2_PAP|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: Phase2Method
Method or attribute name: PHASE2_MSCHAP|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: Phase2Method
Method or attribute name: PHASE2_MSCHAPV2|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: Phase2Method
Method or attribute name: PHASE2_GTC|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: Phase2Method
Method or attribute name: PHASE2_SIM|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: Phase2Method
Method or attribute name: PHASE2_AKA|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: Phase2Method
Method or attribute name: PHASE2_AKA_PRIME|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: WifiEapConfig|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: WifiEapConfig
Method or attribute name: eapMethod: EapMethod;|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: WifiEapConfig
Method or attribute name: phase2Method: Phase2Method;|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: WifiEapConfig
Method or attribute name: identity: string;|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: WifiEapConfig
Method or attribute name: anonymousIdentity: string;|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: WifiEapConfig
Method or attribute name: password: string;|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: WifiEapConfig
Method or attribute name: caCertAliases: string;|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: WifiEapConfig
Method or attribute name: caPath: string;|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: WifiEapConfig
Method or attribute name: clientCertAliases: string;|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: WifiEapConfig
Method or attribute name: certEntry: Uint8Array;|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: WifiEapConfig
Method or attribute name: certPassword: string;|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: WifiEapConfig
Method or attribute name: altSubjectMatch: string;|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: WifiEapConfig
Method or attribute name: domainSuffixMatch: string;|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: WifiEapConfig
Method or attribute name: realm: string;|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: WifiEapConfig
Method or attribute name: plmn: string;|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: WifiEapConfig
Method or attribute name: eapSubId: number;|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: WifiDeviceConfig|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: WifiDeviceConfig
Method or attribute name: ssid: string;|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: WifiDeviceConfig
Method or attribute name: bssid?: string;|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: WifiDeviceConfig
Method or attribute name: preSharedKey: string;|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: WifiDeviceConfig
Method or attribute name: isHiddenSsid?: boolean;|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: WifiDeviceConfig
Method or attribute name: securityType: WifiSecurityType;|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: WifiDeviceConfig
Method or attribute name: creatorUid?: number;|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: WifiDeviceConfig
Method or attribute name: disableReason?: number;|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: WifiDeviceConfig
Method or attribute name: netId?: number;|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: WifiDeviceConfig
Method or attribute name: randomMacType?: number;|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: WifiDeviceConfig
Method or attribute name: randomMacAddr?: string;|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: WifiDeviceConfig
Method or attribute name: ipType?: IpType;|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: WifiDeviceConfig
Method or attribute name: staticIp?: IpConfig;|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: WifiDeviceConfig
Method or attribute name: eapConfig?: WifiEapConfig;|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: IpConfig|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: IpConfig
Method or attribute name: ipAddress: number;|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: IpConfig
Method or attribute name: gateway: number;|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: IpConfig
Method or attribute name: prefixLength: number;|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: IpConfig
Method or attribute name: dnsServers: number[];|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: IpConfig
Method or attribute name: domains: Array\;|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: WifiInfoElem|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: WifiInfoElem
Method or attribute name: eid: number;|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: WifiInfoElem
Method or attribute name: content: Uint8Array;|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: WifiChannelWidth|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: WifiChannelWidth
Method or attribute name: WIDTH_20MHZ = 0|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: WifiChannelWidth
Method or attribute name: WIDTH_40MHZ = 1|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: WifiChannelWidth
Method or attribute name: WIDTH_80MHZ = 2|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: WifiChannelWidth
Method or attribute name: WIDTH_160MHZ = 3|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: WifiChannelWidth
Method or attribute name: WIDTH_80MHZ_PLUS = 4|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: WifiChannelWidth
Method or attribute name: WIDTH_INVALID|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: WifiScanInfo|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: WifiScanInfo
Method or attribute name: ssid: string;|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: WifiScanInfo
Method or attribute name: bssid: string;|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: WifiScanInfo
Method or attribute name: capabilities: string;|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: WifiScanInfo
Method or attribute name: securityType: WifiSecurityType;|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: WifiScanInfo
Method or attribute name: rssi: number;|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: WifiScanInfo
Method or attribute name: band: number;|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: WifiScanInfo
Method or attribute name: frequency: number;|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: WifiScanInfo
Method or attribute name: channelWidth: number;|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: WifiScanInfo
Method or attribute name: centerFrequency0: number;|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: WifiScanInfo
Method or attribute name: centerFrequency1: number;|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: WifiScanInfo
Method or attribute name: infoElems: Array\;|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: WifiScanInfo
Method or attribute name: timestamp: number;|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: WifiSecurityType|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: WifiSecurityType
Method or attribute name: WIFI_SEC_TYPE_INVALID = 0|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: WifiSecurityType
Method or attribute name: WIFI_SEC_TYPE_OPEN = 1|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: WifiSecurityType
Method or attribute name: WIFI_SEC_TYPE_WEP = 2|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: WifiSecurityType
Method or attribute name: WIFI_SEC_TYPE_PSK = 3|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: WifiSecurityType
Method or attribute name: WIFI_SEC_TYPE_SAE = 4|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: WifiSecurityType
Method or attribute name: WIFI_SEC_TYPE_EAP = 5|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: WifiSecurityType
Method or attribute name: WIFI_SEC_TYPE_EAP_SUITE_B = 6|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: WifiSecurityType
Method or attribute name: WIFI_SEC_TYPE_OWE = 7|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: WifiSecurityType
Method or attribute name: WIFI_SEC_TYPE_WAPI_CERT = 8|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: WifiSecurityType
Method or attribute name: WIFI_SEC_TYPE_WAPI_PSK = 9|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: WifiLinkedInfo|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: WifiLinkedInfo
Method or attribute name: ssid: string;|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: WifiLinkedInfo
Method or attribute name: bssid: string;|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: WifiLinkedInfo
Method or attribute name: networkId: number;|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: WifiLinkedInfo
Method or attribute name: rssi: number;|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: WifiLinkedInfo
Method or attribute name: band: number;|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: WifiLinkedInfo
Method or attribute name: linkSpeed: number;|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: WifiLinkedInfo
Method or attribute name: frequency: number;|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: WifiLinkedInfo
Method or attribute name: isHidden: boolean;|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: WifiLinkedInfo
Method or attribute name: isRestricted: boolean;|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: WifiLinkedInfo
Method or attribute name: chload: number;|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: WifiLinkedInfo
Method or attribute name: snr: number;|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: WifiLinkedInfo
Method or attribute name: macType: number;|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: WifiLinkedInfo
Method or attribute name: macAddress: string;|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: WifiLinkedInfo
Method or attribute name: ipAddress: number;|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: WifiLinkedInfo
Method or attribute name: suppState: SuppState;|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: WifiLinkedInfo
Method or attribute name: connState: ConnState;|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: IpInfo|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: IpInfo
Method or attribute name: ipAddress: number;|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: IpInfo
Method or attribute name: gateway: number;|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: IpInfo
Method or attribute name: netmask: number;|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: IpInfo
Method or attribute name: primaryDns: number;|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: IpInfo
Method or attribute name: secondDns: number;|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: IpInfo
Method or attribute name: serverIp: number;|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: IpInfo
Method or attribute name: leaseDuration: number;|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: HotspotConfig|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: HotspotConfig
Method or attribute name: ssid: string;|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: HotspotConfig
Method or attribute name: securityType: WifiSecurityType;|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: HotspotConfig
Method or attribute name: band: number;|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: HotspotConfig
Method or attribute name: preSharedKey: string;|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: HotspotConfig
Method or attribute name: maxConn: number;|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: StationInfo|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: StationInfo
Method or attribute name: name: string;|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: StationInfo
Method or attribute name: macAddress: string;|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: StationInfo
Method or attribute name: ipAddress: string;|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: IpType|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: IpType
Method or attribute name: STATIC|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: IpType
Method or attribute name: DHCP|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: IpType
Method or attribute name: UNKNOWN|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: SuppState|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: SuppState
Method or attribute name: DISCONNECTED|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: SuppState
Method or attribute name: INTERFACE_DISABLED|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: SuppState
Method or attribute name: INACTIVE|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: SuppState
Method or attribute name: SCANNING|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: SuppState
Method or attribute name: AUTHENTICATING|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: SuppState
Method or attribute name: ASSOCIATING|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: SuppState
Method or attribute name: ASSOCIATED|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: SuppState
Method or attribute name: FOUR_WAY_HANDSHAKE|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: SuppState
Method or attribute name: GROUP_HANDSHAKE|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: SuppState
Method or attribute name: COMPLETED|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: SuppState
Method or attribute name: UNINITIALIZED|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: SuppState
Method or attribute name: INVALID|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: ConnState|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: ConnState
Method or attribute name: SCANNING|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: ConnState
Method or attribute name: CONNECTING|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: ConnState
Method or attribute name: AUTHENTICATING|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: ConnState
Method or attribute name: OBTAINING_IPADDR|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: ConnState
Method or attribute name: CONNECTED|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: ConnState
Method or attribute name: DISCONNECTING|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: ConnState
Method or attribute name: DISCONNECTED|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: ConnState
Method or attribute name: UNKNOWN|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: WifiP2pDevice|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: WifiP2pDevice
Method or attribute name: deviceName: string;|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: WifiP2pDevice
Method or attribute name: deviceAddress: string;|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: WifiP2pDevice
Method or attribute name: primaryDeviceType: string;|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: WifiP2pDevice
Method or attribute name: deviceStatus: P2pDeviceStatus;|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: WifiP2pDevice
Method or attribute name: groupCapabilities: number;|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: WifiP2PConfig|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: WifiP2PConfig
Method or attribute name: deviceAddress: string;|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: WifiP2PConfig
Method or attribute name: netId: number;|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: WifiP2PConfig
Method or attribute name: passphrase: string;|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: WifiP2PConfig
Method or attribute name: groupName: string;|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: WifiP2PConfig
Method or attribute name: goBand: GroupOwnerBand;|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: WifiP2pGroupInfo|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: WifiP2pGroupInfo
Method or attribute name: isP2pGo: boolean;|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: WifiP2pGroupInfo
Method or attribute name: ownerInfo: WifiP2pDevice;|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: WifiP2pGroupInfo
Method or attribute name: passphrase: string;|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: WifiP2pGroupInfo
Method or attribute name: interface: string;|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: WifiP2pGroupInfo
Method or attribute name: groupName: string;|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: WifiP2pGroupInfo
Method or attribute name: networkId: number;|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: WifiP2pGroupInfo
Method or attribute name: frequency: number;|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: WifiP2pGroupInfo
Method or attribute name: clientDevices: WifiP2pDevice[];|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: WifiP2pGroupInfo
Method or attribute name: goIpAddress: string;|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: P2pConnectState|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: P2pConnectState
Method or attribute name: DISCONNECTED = 0|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: P2pConnectState
Method or attribute name: CONNECTED = 1|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: WifiP2pLinkedInfo|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: WifiP2pLinkedInfo
Method or attribute name: connectState: P2pConnectState;|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: WifiP2pLinkedInfo
Method or attribute name: isGroupOwner: boolean;|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: WifiP2pLinkedInfo
Method or attribute name: groupOwnerAddr: string;|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: P2pDeviceStatus|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: P2pDeviceStatus
Method or attribute name: CONNECTED = 0|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: P2pDeviceStatus
Method or attribute name: INVITED = 1|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: P2pDeviceStatus
Method or attribute name: FAILED = 2|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: P2pDeviceStatus
Method or attribute name: AVAILABLE = 3|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: P2pDeviceStatus
Method or attribute name: UNAVAILABLE = 4|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: GroupOwnerBand|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: GroupOwnerBand
Method or attribute name: GO_BAND_AUTO = 0|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: GroupOwnerBand
Method or attribute name: GO_BAND_2GHZ = 1|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: GroupOwnerBand
Method or attribute name: GO_BAND_5GHZ = 2|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManagerExt
Class name: wifiManagerExt|@ohos.wifiManagerExt.d.ts| +|Added|NA|Module name: ohos.wifiManagerExt
Class name: wifiManagerExt
Method or attribute name: function enableHotspot(): void;|@ohos.wifiManagerExt.d.ts| +|Added|NA|Module name: ohos.wifiManagerExt
Class name: wifiManagerExt
Method or attribute name: function disableHotspot(): void;|@ohos.wifiManagerExt.d.ts| +|Added|NA|Module name: ohos.wifiManagerExt
Class name: wifiManagerExt
Method or attribute name: function getSupportedPowerMode(): Promise\>;|@ohos.wifiManagerExt.d.ts| +|Added|NA|Module name: ohos.wifiManagerExt
Class name: wifiManagerExt
Method or attribute name: function getSupportedPowerMode(callback: AsyncCallback\>): void;|@ohos.wifiManagerExt.d.ts| +|Added|NA|Module name: ohos.wifiManagerExt
Class name: wifiManagerExt
Method or attribute name: function getPowerMode (): Promise\;|@ohos.wifiManagerExt.d.ts| +|Added|NA|Module name: ohos.wifiManagerExt
Class name: wifiManagerExt
Method or attribute name: function getPowerMode (callback: AsyncCallback\): void;|@ohos.wifiManagerExt.d.ts| +|Added|NA|Module name: ohos.wifiManagerExt
Class name: wifiManagerExt
Method or attribute name: function setPowerMode(mode: PowerMode) : void|@ohos.wifiManagerExt.d.ts| +|Added|NA|Module name: ohos.wifiManagerExt
Class name: PowerMode|@ohos.wifiManagerExt.d.ts| +|Added|NA|Module name: ohos.wifiManagerExt
Class name: PowerMode
Method or attribute name: SLEEPING = 0|@ohos.wifiManagerExt.d.ts| +|Added|NA|Module name: ohos.wifiManagerExt
Class name: PowerMode
Method or attribute name: GENERAL = 1|@ohos.wifiManagerExt.d.ts| +|Added|NA|Module name: ohos.wifiManagerExt
Class name: PowerMode
Method or attribute name: THROUGH_WALL = 2|@ohos.wifiManagerExt.d.ts| +|Added|NA|Module name: nfctech
Class name: IsoDepTag|nfctech.d.ts| +|Added|NA|Class name: IsoDepTag
Method or attribute name: |nfctech.d.ts| +|Added|NA|Module name: nfctech
Class name: IsoDepTag
Method or attribute name: getHistoricalBytes(): number[];|nfctech.d.ts| +|Added|NA|Class name: IsoDepTag
Method or attribute name: getHistoricalBytes(): number[];|nfctech.d.ts| +|Added|NA|Module name: nfctech
Class name: IsoDepTag
Method or attribute name: getHiLayerResponse(): number[];|nfctech.d.ts| +|Added|NA|Class name: IsoDepTag
Method or attribute name: getHiLayerResponse(): number[];|nfctech.d.ts| +|Added|NA|Module name: nfctech
Class name: IsoDepTag
Method or attribute name: isExtendedApduSupported(): Promise\;|nfctech.d.ts| +|Added|NA|Class name: IsoDepTag
Method or attribute name: isExtendedApduSupported(): Promise\;|nfctech.d.ts| +|Added|NA|Module name: nfctech
Class name: IsoDepTag
Method or attribute name: isExtendedApduSupported(callback: AsyncCallback\): void;|nfctech.d.ts| +|Added|NA|Class name: IsoDepTag
Method or attribute name: isExtendedApduSupported(callback: AsyncCallback\): void;|nfctech.d.ts| +|Added|NA|Module name: nfctech
Class name: NdefMessage|nfctech.d.ts| +|Added|NA|Class name: NdefMessage
Method or attribute name: |nfctech.d.ts| +|Added|NA|Module name: nfctech
Class name: NdefMessage
Method or attribute name: getNdefRecords(): tag.NdefRecord[];|nfctech.d.ts| +|Added|NA|Class name: NdefMessage
Method or attribute name: getNdefRecords(): tag.NdefRecord[];|nfctech.d.ts| +|Added|NA|Module name: nfctech
Class name: NdefTag|nfctech.d.ts| +|Added|NA|Class name: NdefTag
Method or attribute name: |nfctech.d.ts| +|Added|NA|Module name: nfctech
Class name: NdefTag
Method or attribute name: getNdefTagType(): tag.NfcForumType;|nfctech.d.ts| +|Added|NA|Class name: NdefTag
Method or attribute name: getNdefTagType(): tag.NfcForumType;|nfctech.d.ts| +|Added|NA|Module name: nfctech
Class name: NdefTag
Method or attribute name: getNdefMessage(): NdefMessage;|nfctech.d.ts| +|Added|NA|Class name: NdefTag
Method or attribute name: getNdefMessage(): NdefMessage;|nfctech.d.ts| +|Added|NA|Module name: nfctech
Class name: NdefTag
Method or attribute name: isNdefWritable(): boolean;|nfctech.d.ts| +|Added|NA|Class name: NdefTag
Method or attribute name: isNdefWritable(): boolean;|nfctech.d.ts| +|Added|NA|Module name: nfctech
Class name: NdefTag
Method or attribute name: readNdef(): Promise\;|nfctech.d.ts| +|Added|NA|Class name: NdefTag
Method or attribute name: readNdef(): Promise\;|nfctech.d.ts| +|Added|NA|Module name: nfctech
Class name: NdefTag
Method or attribute name: readNdef(callback: AsyncCallback\): void;|nfctech.d.ts| +|Added|NA|Class name: NdefTag
Method or attribute name: readNdef(callback: AsyncCallback\): void;|nfctech.d.ts| +|Added|NA|Module name: nfctech
Class name: NdefTag
Method or attribute name: writeNdef(msg: NdefMessage): Promise\;|nfctech.d.ts| +|Added|NA|Class name: NdefTag
Method or attribute name: writeNdef(msg: NdefMessage): Promise\;|nfctech.d.ts| +|Added|NA|Module name: nfctech
Class name: NdefTag
Method or attribute name: writeNdef(msg: NdefMessage, callback: AsyncCallback\): void;|nfctech.d.ts| +|Added|NA|Class name: NdefTag
Method or attribute name: writeNdef(msg: NdefMessage, callback: AsyncCallback\): void;|nfctech.d.ts| +|Added|NA|Module name: nfctech
Class name: NdefTag
Method or attribute name: canSetReadOnly(): boolean;|nfctech.d.ts| +|Added|NA|Class name: NdefTag
Method or attribute name: canSetReadOnly(): boolean;|nfctech.d.ts| +|Added|NA|Module name: nfctech
Class name: NdefTag
Method or attribute name: setReadOnly(): Promise\;|nfctech.d.ts| +|Added|NA|Class name: NdefTag
Method or attribute name: setReadOnly(): Promise\;|nfctech.d.ts| +|Added|NA|Module name: nfctech
Class name: NdefTag
Method or attribute name: setReadOnly(callback: AsyncCallback\): void;|nfctech.d.ts| +|Added|NA|Class name: NdefTag
Method or attribute name: setReadOnly(callback: AsyncCallback\): void;|nfctech.d.ts| +|Added|NA|Module name: nfctech
Class name: NdefTag
Method or attribute name: getNdefTagTypeString(type: tag.NfcForumType): string;|nfctech.d.ts| +|Added|NA|Class name: NdefTag
Method or attribute name: getNdefTagTypeString(type: tag.NfcForumType): string;|nfctech.d.ts| +|Added|NA|Module name: nfctech
Class name: MifareClassicTag|nfctech.d.ts| +|Added|NA|Class name: MifareClassicTag
Method or attribute name: |nfctech.d.ts| +|Added|NA|Module name: nfctech
Class name: MifareClassicTag
Method or attribute name: authenticateSector(sectorIndex: number, key: number[], isKeyA: boolean): Promise\;|nfctech.d.ts| +|Added|NA|Class name: MifareClassicTag
Method or attribute name: authenticateSector(sectorIndex: number, key: number[], isKeyA: boolean): Promise\;|nfctech.d.ts| +|Added|NA|Module name: nfctech
Class name: MifareClassicTag
Method or attribute name: authenticateSector(sectorIndex: number, key: number[], isKeyA: boolean, callback: AsyncCallback\): void;|nfctech.d.ts| +|Added|NA|Class name: MifareClassicTag
Method or attribute name: authenticateSector(sectorIndex: number, key: number[], isKeyA: boolean, callback: AsyncCallback\): void;|nfctech.d.ts| +|Added|NA|Module name: nfctech
Class name: MifareClassicTag
Method or attribute name: readSingleBlock(blockIndex: number): Promise\;|nfctech.d.ts| +|Added|NA|Class name: MifareClassicTag
Method or attribute name: readSingleBlock(blockIndex: number): Promise\;|nfctech.d.ts| +|Added|NA|Module name: nfctech
Class name: MifareClassicTag
Method or attribute name: readSingleBlock(blockIndex: number, callback: AsyncCallback\): void;|nfctech.d.ts| +|Added|NA|Class name: MifareClassicTag
Method or attribute name: readSingleBlock(blockIndex: number, callback: AsyncCallback\): void;|nfctech.d.ts| +|Added|NA|Module name: nfctech
Class name: MifareClassicTag
Method or attribute name: writeSingleBlock(blockIndex: number, data: number[]): Promise\;|nfctech.d.ts| +|Added|NA|Class name: MifareClassicTag
Method or attribute name: writeSingleBlock(blockIndex: number, data: number[]): Promise\;|nfctech.d.ts| +|Added|NA|Module name: nfctech
Class name: MifareClassicTag
Method or attribute name: writeSingleBlock(blockIndex: number, data: number[], callback: AsyncCallback\): void;|nfctech.d.ts| +|Added|NA|Class name: MifareClassicTag
Method or attribute name: writeSingleBlock(blockIndex: number, data: number[], callback: AsyncCallback\): void;|nfctech.d.ts| +|Added|NA|Module name: nfctech
Class name: MifareClassicTag
Method or attribute name: incrementBlock(blockIndex: number, value: number): Promise\;|nfctech.d.ts| +|Added|NA|Class name: MifareClassicTag
Method or attribute name: incrementBlock(blockIndex: number, value: number): Promise\;|nfctech.d.ts| +|Added|NA|Module name: nfctech
Class name: MifareClassicTag
Method or attribute name: incrementBlock(blockIndex: number, value: number, callback: AsyncCallback\): void;|nfctech.d.ts| +|Added|NA|Class name: MifareClassicTag
Method or attribute name: incrementBlock(blockIndex: number, value: number, callback: AsyncCallback\): void;|nfctech.d.ts| +|Added|NA|Module name: nfctech
Class name: MifareClassicTag
Method or attribute name: decrementBlock(blockIndex: number, value: number): Promise\;|nfctech.d.ts| +|Added|NA|Class name: MifareClassicTag
Method or attribute name: decrementBlock(blockIndex: number, value: number): Promise\;|nfctech.d.ts| +|Added|NA|Module name: nfctech
Class name: MifareClassicTag
Method or attribute name: decrementBlock(blockIndex: number, value: number, callback: AsyncCallback\): void;|nfctech.d.ts| +|Added|NA|Class name: MifareClassicTag
Method or attribute name: decrementBlock(blockIndex: number, value: number, callback: AsyncCallback\): void;|nfctech.d.ts| +|Added|NA|Module name: nfctech
Class name: MifareClassicTag
Method or attribute name: transferToBlock(blockIndex: number): Promise\;|nfctech.d.ts| +|Added|NA|Class name: MifareClassicTag
Method or attribute name: transferToBlock(blockIndex: number): Promise\;|nfctech.d.ts| +|Added|NA|Module name: nfctech
Class name: MifareClassicTag
Method or attribute name: transferToBlock(blockIndex: number, callback: AsyncCallback\): void;|nfctech.d.ts| +|Added|NA|Class name: MifareClassicTag
Method or attribute name: transferToBlock(blockIndex: number, callback: AsyncCallback\): void;|nfctech.d.ts| +|Added|NA|Module name: nfctech
Class name: MifareClassicTag
Method or attribute name: restoreFromBlock(blockIndex: number): Promise\;|nfctech.d.ts| +|Added|NA|Class name: MifareClassicTag
Method or attribute name: restoreFromBlock(blockIndex: number): Promise\;|nfctech.d.ts| +|Added|NA|Module name: nfctech
Class name: MifareClassicTag
Method or attribute name: restoreFromBlock(blockIndex: number, callback: AsyncCallback\): void;|nfctech.d.ts| +|Added|NA|Class name: MifareClassicTag
Method or attribute name: restoreFromBlock(blockIndex: number, callback: AsyncCallback\): void;|nfctech.d.ts| +|Added|NA|Module name: nfctech
Class name: MifareClassicTag
Method or attribute name: getSectorCount(): number;|nfctech.d.ts| +|Added|NA|Class name: MifareClassicTag
Method or attribute name: getSectorCount(): number;|nfctech.d.ts| +|Added|NA|Module name: nfctech
Class name: MifareClassicTag
Method or attribute name: getBlockCountInSector(sectorIndex: number): number;|nfctech.d.ts| +|Added|NA|Class name: MifareClassicTag
Method or attribute name: getBlockCountInSector(sectorIndex: number): number;|nfctech.d.ts| +|Added|NA|Module name: nfctech
Class name: MifareClassicTag
Method or attribute name: getType(): tag.MifareClassicType;|nfctech.d.ts| +|Added|NA|Class name: MifareClassicTag
Method or attribute name: getType(): tag.MifareClassicType;|nfctech.d.ts| +|Added|NA|Module name: nfctech
Class name: MifareClassicTag
Method or attribute name: getTagSize(): number;|nfctech.d.ts| +|Added|NA|Class name: MifareClassicTag
Method or attribute name: getTagSize(): number;|nfctech.d.ts| +|Added|NA|Module name: nfctech
Class name: MifareClassicTag
Method or attribute name: isEmulatedTag(): boolean;|nfctech.d.ts| +|Added|NA|Class name: MifareClassicTag
Method or attribute name: isEmulatedTag(): boolean;|nfctech.d.ts| +|Added|NA|Module name: nfctech
Class name: MifareClassicTag
Method or attribute name: getBlockIndex(sectorIndex: number): number;|nfctech.d.ts| +|Added|NA|Class name: MifareClassicTag
Method or attribute name: getBlockIndex(sectorIndex: number): number;|nfctech.d.ts| +|Added|NA|Module name: nfctech
Class name: MifareClassicTag
Method or attribute name: getSectorIndex(blockIndex: number): number;|nfctech.d.ts| +|Added|NA|Class name: MifareClassicTag
Method or attribute name: getSectorIndex(blockIndex: number): number;|nfctech.d.ts| +|Added|NA|Module name: nfctech
Class name: MifareUltralightTag|nfctech.d.ts| +|Added|NA|Class name: MifareUltralightTag
Method or attribute name: |nfctech.d.ts| +|Added|NA|Module name: nfctech
Class name: MifareUltralightTag
Method or attribute name: readMultiplePages(pageIndex: number): Promise\;|nfctech.d.ts| +|Added|NA|Class name: MifareUltralightTag
Method or attribute name: readMultiplePages(pageIndex: number): Promise\;|nfctech.d.ts| +|Added|NA|Module name: nfctech
Class name: MifareUltralightTag
Method or attribute name: readMultiplePages(pageIndex: number, callback: AsyncCallback\): void;|nfctech.d.ts| +|Added|NA|Class name: MifareUltralightTag
Method or attribute name: readMultiplePages(pageIndex: number, callback: AsyncCallback\): void;|nfctech.d.ts| +|Added|NA|Module name: nfctech
Class name: MifareUltralightTag
Method or attribute name: writeSinglePage(pageIndex: number, data: number[]): Promise\;|nfctech.d.ts| +|Added|NA|Class name: MifareUltralightTag
Method or attribute name: writeSinglePage(pageIndex: number, data: number[]): Promise\;|nfctech.d.ts| +|Added|NA|Module name: nfctech
Class name: MifareUltralightTag
Method or attribute name: writeSinglePage(pageIndex: number, data: number[], callback: AsyncCallback\): void;|nfctech.d.ts| +|Added|NA|Class name: MifareUltralightTag
Method or attribute name: writeSinglePage(pageIndex: number, data: number[], callback: AsyncCallback\): void;|nfctech.d.ts| +|Added|NA|Module name: nfctech
Class name: MifareUltralightTag
Method or attribute name: getType(): tag.MifareUltralightType;|nfctech.d.ts| +|Added|NA|Class name: MifareUltralightTag
Method or attribute name: getType(): tag.MifareUltralightType;|nfctech.d.ts| +|Added|NA|Module name: nfctech
Class name: NdefFormatableTag|nfctech.d.ts| +|Added|NA|Class name: NdefFormatableTag
Method or attribute name: |nfctech.d.ts| +|Added|NA|Module name: nfctech
Class name: NdefFormatableTag
Method or attribute name: format(message: NdefMessage): Promise\;|nfctech.d.ts| +|Added|NA|Class name: NdefFormatableTag
Method or attribute name: format(message: NdefMessage): Promise\;|nfctech.d.ts| +|Added|NA|Module name: nfctech
Class name: NdefFormatableTag
Method or attribute name: format(message: NdefMessage, callback: AsyncCallback\): void;|nfctech.d.ts| +|Added|NA|Class name: NdefFormatableTag
Method or attribute name: format(message: NdefMessage, callback: AsyncCallback\): void;|nfctech.d.ts| +|Added|NA|Module name: nfctech
Class name: NdefFormatableTag
Method or attribute name: formatReadOnly(message: NdefMessage): Promise\;|nfctech.d.ts| +|Added|NA|Class name: NdefFormatableTag
Method or attribute name: formatReadOnly(message: NdefMessage): Promise\;|nfctech.d.ts| +|Added|NA|Module name: nfctech
Class name: NdefFormatableTag
Method or attribute name: formatReadOnly(message: NdefMessage, callback: AsyncCallback\): void;|nfctech.d.ts| +|Added|NA|Class name: NdefFormatableTag
Method or attribute name: formatReadOnly(message: NdefMessage, callback: AsyncCallback\): void;|nfctech.d.ts| +|Added|NA|Class name: TagSession
Method or attribute name: connect(): void;|tagSession.d.ts| +|Added|NA|Class name: TagSession
Method or attribute name: resetConnection(): void;|tagSession.d.ts| +|Added|NA|Class name: TagSession
Method or attribute name: isConnected(): boolean;|tagSession.d.ts| +|Added|NA|Class name: TagSession
Method or attribute name: setTimeout(timeout: number): void;|tagSession.d.ts| +|Added|NA|Class name: TagSession
Method or attribute name: getTimeout(): number;|tagSession.d.ts| +|Added|NA|Class name: TagSession
Method or attribute name: transmit(data: number[]): Promise\;|tagSession.d.ts| +|Added|NA|Class name: TagSession
Method or attribute name: transmit(data: number[], callback: AsyncCallback\): void;|tagSession.d.ts| +|Added|NA|Class name: TagSession
Method or attribute name: getMaxTransmitSize(): number;|tagSession.d.ts| +|Deleted|Module name: ohos.rpc
Class name: IRemoteObject|NA|@ohos.rpc.d.ts| +|Deprecated version changed|Class name: bluetooth
Deprecated version: N/A|Class name: bluetooth
Deprecated version: 9
Substitute API: ohos.bluetoothManager |@ohos.bluetooth.d.ts| +|Deprecated version changed|Class name: bluetooth
Method or attribute name: function getState(): BluetoothState;
Deprecated version: N/A|Class name: bluetooth
Method or attribute name: function getState(): BluetoothState;
Deprecated version: 9
Substitute API: ohos.bluetoothManager/bluetoothManager.getState |@ohos.bluetooth.d.ts| +|Deprecated version changed|Class name: bluetooth
Method or attribute name: function getBtConnectionState(): ProfileConnectionState;
Deprecated version: N/A|Class name: bluetooth
Method or attribute name: function getBtConnectionState(): ProfileConnectionState;
Deprecated version: 9
Substitute API: ohos.bluetoothManager/bluetoothManager.getBtConnectionState |@ohos.bluetooth.d.ts| +|Deprecated version changed|Class name: bluetooth
Method or attribute name: function pairDevice(deviceId: string): boolean;
Deprecated version: N/A|Class name: bluetooth
Method or attribute name: function pairDevice(deviceId: string): boolean;
Deprecated version: 9
Substitute API: ohos.bluetoothManager/bluetoothManager.pairDevice |@ohos.bluetooth.d.ts| +|Deprecated version changed|Class name: bluetooth
Method or attribute name: function cancelPairedDevice(deviceId: string): boolean;
Deprecated version: N/A|Class name: bluetooth
Method or attribute name: function cancelPairedDevice(deviceId: string): boolean;
Deprecated version: 9
Substitute API: ohos.bluetoothManager/bluetoothManager.cancelPairedDevice |@ohos.bluetooth.d.ts| +|Deprecated version changed|Class name: bluetooth
Method or attribute name: function getRemoteDeviceName(deviceId: string): string;
Deprecated version: N/A|Class name: bluetooth
Method or attribute name: function getRemoteDeviceName(deviceId: string): string;
Deprecated version: 9
Substitute API: ohos.bluetoothManager/bluetoothManager.getRemoteDeviceName |@ohos.bluetooth.d.ts| +|Deprecated version changed|Class name: bluetooth
Method or attribute name: function getRemoteDeviceClass(deviceId: string): DeviceClass;
Deprecated version: N/A|Class name: bluetooth
Method or attribute name: function getRemoteDeviceClass(deviceId: string): DeviceClass;
Deprecated version: 9
Substitute API: ohos.bluetoothManager/bluetoothManager.getRemoteDeviceClass |@ohos.bluetooth.d.ts| +|Deprecated version changed|Class name: bluetooth
Method or attribute name: function enableBluetooth(): boolean;
Deprecated version: N/A|Class name: bluetooth
Method or attribute name: function enableBluetooth(): boolean;
Deprecated version: 9
Substitute API: ohos.bluetoothManager/bluetoothManager.enableBluetooth |@ohos.bluetooth.d.ts| +|Deprecated version changed|Class name: bluetooth
Method or attribute name: function disableBluetooth(): boolean;
Deprecated version: N/A|Class name: bluetooth
Method or attribute name: function disableBluetooth(): boolean;
Deprecated version: 9
Substitute API: ohos.bluetoothManager/bluetoothManager.disableBluetooth |@ohos.bluetooth.d.ts| +|Deprecated version changed|Class name: bluetooth
Method or attribute name: function getLocalName(): string;
Deprecated version: N/A|Class name: bluetooth
Method or attribute name: function getLocalName(): string;
Deprecated version: 9
Substitute API: ohos.bluetoothManager/bluetoothManager.getLocalName |@ohos.bluetooth.d.ts| +|Deprecated version changed|Class name: bluetooth
Method or attribute name: function getPairedDevices(): Array\;
Deprecated version: N/A|Class name: bluetooth
Method or attribute name: function getPairedDevices(): Array\;
Deprecated version: 9
Substitute API: ohos.bluetoothManager/bluetoothManager.getPairedDevices |@ohos.bluetooth.d.ts| +|Deprecated version changed|Class name: bluetooth
Method or attribute name: function getProfileConnState(profileId: ProfileId): ProfileConnectionState;
Deprecated version: N/A|Class name: bluetooth
Method or attribute name: function getProfileConnState(profileId: ProfileId): ProfileConnectionState;
Deprecated version: 9
Substitute API: ohos.bluetoothManager/bluetoothManager.getProfileConnectionState |@ohos.bluetooth.d.ts| +|Deprecated version changed|Class name: bluetooth
Method or attribute name: function setDevicePairingConfirmation(device: string, accept: boolean): boolean;
Deprecated version: N/A|Class name: bluetooth
Method or attribute name: function setDevicePairingConfirmation(device: string, accept: boolean): boolean;
Deprecated version: 9
Substitute API: ohos.bluetoothManager/bluetoothManager.setDevicePairingConfirmation |@ohos.bluetooth.d.ts| +|Deprecated version changed|Class name: bluetooth
Method or attribute name: function setLocalName(name: string): boolean;
Deprecated version: N/A|Class name: bluetooth
Method or attribute name: function setLocalName(name: string): boolean;
Deprecated version: 9
Substitute API: ohos.bluetoothManager/bluetoothManager.setLocalName |@ohos.bluetooth.d.ts| +|Deprecated version changed|Class name: bluetooth
Method or attribute name: function setBluetoothScanMode(mode: ScanMode, duration: number): boolean;
Deprecated version: N/A|Class name: bluetooth
Method or attribute name: function setBluetoothScanMode(mode: ScanMode, duration: number): boolean;
Deprecated version: 9
Substitute API: ohos.bluetoothManager/bluetoothManager.setBluetoothScanMode |@ohos.bluetooth.d.ts| +|Deprecated version changed|Class name: bluetooth
Method or attribute name: function getBluetoothScanMode(): ScanMode;
Deprecated version: N/A|Class name: bluetooth
Method or attribute name: function getBluetoothScanMode(): ScanMode;
Deprecated version: 9
Substitute API: ohos.bluetoothManager/bluetoothManager.getBluetoothScanMode |@ohos.bluetooth.d.ts| +|Deprecated version changed|Class name: bluetooth
Method or attribute name: function startBluetoothDiscovery(): boolean;
Deprecated version: N/A|Class name: bluetooth
Method or attribute name: function startBluetoothDiscovery(): boolean;
Deprecated version: 9
Substitute API: ohos.bluetoothManager/bluetoothManager.startBluetoothDiscovery |@ohos.bluetooth.d.ts| +|Deprecated version changed|Class name: bluetooth
Method or attribute name: function stopBluetoothDiscovery(): boolean;
Deprecated version: N/A|Class name: bluetooth
Method or attribute name: function stopBluetoothDiscovery(): boolean;
Deprecated version: 9
Substitute API: ohos.bluetoothManager/bluetoothManager.stopBluetoothDiscovery |@ohos.bluetooth.d.ts| +|Deprecated version changed|Class name: bluetooth
Method or attribute name: function on(type: "bluetoothDeviceFind", callback: Callback\>): void;
Deprecated version: N/A|Class name: bluetooth
Method or attribute name: function on(type: "bluetoothDeviceFind", callback: Callback\>): void;
Deprecated version: 9
Substitute API: ohos.bluetoothManager/bluetoothManager.on|@ohos.bluetooth.d.ts| +|Deprecated version changed|Class name: bluetooth
Method or attribute name: function off(type: "bluetoothDeviceFind", callback?: Callback\>): void;
Deprecated version: N/A|Class name: bluetooth
Method or attribute name: function off(type: "bluetoothDeviceFind", callback?: Callback\>): void;
Deprecated version: 9
Substitute API: ohos.bluetoothManager/bluetoothManager.off|@ohos.bluetooth.d.ts| +|Deprecated version changed|Class name: bluetooth
Method or attribute name: function on(type: "bondStateChange", callback: Callback\): void;
Deprecated version: N/A|Class name: bluetooth
Method or attribute name: function on(type: "bondStateChange", callback: Callback\): void;
Deprecated version: 9
Substitute API: ohos.bluetoothManager/bluetoothManager.on|@ohos.bluetooth.d.ts| +|Deprecated version changed|Class name: bluetooth
Method or attribute name: function off(type: "bondStateChange", callback?: Callback\): void;
Deprecated version: N/A|Class name: bluetooth
Method or attribute name: function off(type: "bondStateChange", callback?: Callback\): void;
Deprecated version: 9
Substitute API: ohos.bluetoothManager/bluetoothManager.off|@ohos.bluetooth.d.ts| +|Deprecated version changed|Class name: bluetooth
Method or attribute name: function on(type: "pinRequired", callback: Callback\): void;
Deprecated version: N/A|Class name: bluetooth
Method or attribute name: function on(type: "pinRequired", callback: Callback\): void;
Deprecated version: 9
Substitute API: ohos.bluetoothManager/bluetoothManager.on|@ohos.bluetooth.d.ts| +|Deprecated version changed|Class name: bluetooth
Method or attribute name: function off(type: "pinRequired", callback?: Callback\): void;
Deprecated version: N/A|Class name: bluetooth
Method or attribute name: function off(type: "pinRequired", callback?: Callback\): void;
Deprecated version: 9
Substitute API: ohos.bluetoothManager/bluetoothManager.off|@ohos.bluetooth.d.ts| +|Deprecated version changed|Class name: bluetooth
Method or attribute name: function on(type: "stateChange", callback: Callback\): void;
Deprecated version: N/A|Class name: bluetooth
Method or attribute name: function on(type: "stateChange", callback: Callback\): void;
Deprecated version: 9
Substitute API: ohos.bluetoothManager/bluetoothManager.on|@ohos.bluetooth.d.ts| +|Deprecated version changed|Class name: bluetooth
Method or attribute name: function off(type: "stateChange", callback?: Callback\): void;
Deprecated version: N/A|Class name: bluetooth
Method or attribute name: function off(type: "stateChange", callback?: Callback\): void;
Deprecated version: 9
Substitute API: ohos.bluetoothManager/bluetoothManager.off|@ohos.bluetooth.d.ts| +|Deprecated version changed|Class name: bluetooth
Method or attribute name: function sppListen(name: string, option: SppOption, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: bluetooth
Method or attribute name: function sppListen(name: string, option: SppOption, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.bluetoothManager/bluetoothManager.sppListen |@ohos.bluetooth.d.ts| +|Deprecated version changed|Class name: bluetooth
Method or attribute name: function sppAccept(serverSocket: number, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: bluetooth
Method or attribute name: function sppAccept(serverSocket: number, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.bluetoothManager/bluetoothManager.sppAccept |@ohos.bluetooth.d.ts| +|Deprecated version changed|Class name: bluetooth
Method or attribute name: function sppConnect(device: string, option: SppOption, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: bluetooth
Method or attribute name: function sppConnect(device: string, option: SppOption, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.bluetoothManager/bluetoothManager.sppConnect |@ohos.bluetooth.d.ts| +|Deprecated version changed|Class name: bluetooth
Method or attribute name: function sppCloseServerSocket(socket: number): void;
Deprecated version: N/A|Class name: bluetooth
Method or attribute name: function sppCloseServerSocket(socket: number): void;
Deprecated version: 9
Substitute API: ohos.bluetoothManager/bluetoothManager.sppCloseServerSocket |@ohos.bluetooth.d.ts| +|Deprecated version changed|Class name: bluetooth
Method or attribute name: function sppCloseClientSocket(socket: number): void;
Deprecated version: N/A|Class name: bluetooth
Method or attribute name: function sppCloseClientSocket(socket: number): void;
Deprecated version: 9
Substitute API: ohos.bluetoothManager/bluetoothManager.sppCloseClientSocket |@ohos.bluetooth.d.ts| +|Deprecated version changed|Class name: bluetooth
Method or attribute name: function sppWrite(clientSocket: number, data: ArrayBuffer): boolean;
Deprecated version: N/A|Class name: bluetooth
Method or attribute name: function sppWrite(clientSocket: number, data: ArrayBuffer): boolean;
Deprecated version: 9
Substitute API: ohos.bluetoothManager/bluetoothManager.sppWrite |@ohos.bluetooth.d.ts| +|Deprecated version changed|Class name: bluetooth
Method or attribute name: function on(type: "sppRead", clientSocket: number, callback: Callback\): void;
Deprecated version: N/A|Class name: bluetooth
Method or attribute name: function on(type: "sppRead", clientSocket: number, callback: Callback\): void;
Deprecated version: 9
Substitute API: ohos.bluetoothManager/bluetoothManager.on|@ohos.bluetooth.d.ts| +|Deprecated version changed|Class name: bluetooth
Method or attribute name: function off(type: "sppRead", clientSocket: number, callback?: Callback\): void;
Deprecated version: N/A|Class name: bluetooth
Method or attribute name: function off(type: "sppRead", clientSocket: number, callback?: Callback\): void;
Deprecated version: 9
Substitute API: ohos.bluetoothManager/bluetoothManager.off|@ohos.bluetooth.d.ts| +|Deprecated version changed|Class name: bluetooth
Method or attribute name: function getProfile(profileId: ProfileId): A2dpSourceProfile \| HandsFreeAudioGatewayProfile;
Deprecated version: N/A|Class name: bluetooth
Method or attribute name: function getProfile(profileId: ProfileId): A2dpSourceProfile \| HandsFreeAudioGatewayProfile;
Deprecated version: 9
Substitute API: ohos.bluetoothManager/bluetoothManager.getProfileInstance |@ohos.bluetooth.d.ts| +|Deprecated version changed|Class name: BaseProfile
Deprecated version: N/A|Class name: BaseProfile
Deprecated version: 9
Substitute API: ohos.bluetoothManager/bluetoothManager.BaseProfile |@ohos.bluetooth.d.ts| +|Deprecated version changed|Class name: BaseProfile
Method or attribute name: getConnectionDevices(): Array\;
Deprecated version: N/A|Class name: BaseProfile
Method or attribute name: getConnectionDevices(): Array\;
Deprecated version: 9
Substitute API: ohos.bluetoothManager/bluetoothManager.BaseProfile|@ohos.bluetooth.d.ts| +|Deprecated version changed|Class name: BaseProfile
Method or attribute name: getDeviceState(device: string): ProfileConnectionState;
Deprecated version: N/A|Class name: BaseProfile
Method or attribute name: getDeviceState(device: string): ProfileConnectionState;
Deprecated version: 9
Substitute API: ohos.bluetoothManager/bluetoothManager.BaseProfile|@ohos.bluetooth.d.ts| +|Deprecated version changed|Class name: A2dpSourceProfile
Deprecated version: N/A|Class name: A2dpSourceProfile
Deprecated version: 9
Substitute API: ohos.bluetoothManager/bluetoothManager.A2dpSourceProfile |@ohos.bluetooth.d.ts| +|Deprecated version changed|Class name: A2dpSourceProfile
Method or attribute name: connect(device: string): boolean;
Deprecated version: N/A|Class name: A2dpSourceProfile
Method or attribute name: connect(device: string): boolean;
Deprecated version: 9
Substitute API: ohos.bluetoothManager/bluetoothManager.A2dpSourceProfile|@ohos.bluetooth.d.ts| +|Deprecated version changed|Class name: A2dpSourceProfile
Method or attribute name: disconnect(device: string): boolean;
Deprecated version: N/A|Class name: A2dpSourceProfile
Method or attribute name: disconnect(device: string): boolean;
Deprecated version: 9
Substitute API: ohos.bluetoothManager/bluetoothManager.A2dpSourceProfile|@ohos.bluetooth.d.ts| +|Deprecated version changed|Class name: A2dpSourceProfile
Method or attribute name: on(type: "connectionStateChange", callback: Callback\): void;
Deprecated version: N/A|Class name: A2dpSourceProfile
Method or attribute name: on(type: "connectionStateChange", callback: Callback\): void;
Deprecated version: 9
Substitute API: ohos.bluetoothManager/bluetoothManager.A2dpSourceProfile.on|@ohos.bluetooth.d.ts| +|Deprecated version changed|Class name: A2dpSourceProfile
Method or attribute name: off(type: "connectionStateChange", callback?: Callback\): void;
Deprecated version: N/A|Class name: A2dpSourceProfile
Method or attribute name: off(type: "connectionStateChange", callback?: Callback\): void;
Deprecated version: 9
Substitute API: ohos.bluetoothManager/bluetoothManager.A2dpSourceProfile.off|@ohos.bluetooth.d.ts| +|Deprecated version changed|Class name: A2dpSourceProfile
Method or attribute name: getPlayingState(device: string): PlayingState;
Deprecated version: N/A|Class name: A2dpSourceProfile
Method or attribute name: getPlayingState(device: string): PlayingState;
Deprecated version: 9
Substitute API: ohos.bluetoothManager/bluetoothManager.A2dpSourceProfile|@ohos.bluetooth.d.ts| +|Deprecated version changed|Class name: HandsFreeAudioGatewayProfile
Deprecated version: N/A|Class name: HandsFreeAudioGatewayProfile
Deprecated version: 9
Substitute API: ohos.bluetoothManager/bluetoothManager.HandsFreeAudioGatewayProfile |@ohos.bluetooth.d.ts| +|Deprecated version changed|Class name: HandsFreeAudioGatewayProfile
Method or attribute name: connect(device: string): boolean;
Deprecated version: N/A|Class name: HandsFreeAudioGatewayProfile
Method or attribute name: connect(device: string): boolean;
Deprecated version: 9
Substitute API: ohos.bluetoothManager/bluetoothManager.HandsFreeAudioGatewayProfile|@ohos.bluetooth.d.ts| +|Deprecated version changed|Class name: HandsFreeAudioGatewayProfile
Method or attribute name: disconnect(device: string): boolean;
Deprecated version: N/A|Class name: HandsFreeAudioGatewayProfile
Method or attribute name: disconnect(device: string): boolean;
Deprecated version: 9
Substitute API: ohos.bluetoothManager/bluetoothManager.HandsFreeAudioGatewayProfile|@ohos.bluetooth.d.ts| +|Deprecated version changed|Class name: HandsFreeAudioGatewayProfile
Method or attribute name: on(type: "connectionStateChange", callback: Callback\): void;
Deprecated version: N/A|Class name: HandsFreeAudioGatewayProfile
Method or attribute name: on(type: "connectionStateChange", callback: Callback\): void;
Deprecated version: 9
Substitute API: ohos.bluetoothManager/bluetoothManager.HandsFreeAudioGatewayProfile.on|@ohos.bluetooth.d.ts| +|Deprecated version changed|Class name: HandsFreeAudioGatewayProfile
Method or attribute name: off(type: "connectionStateChange", callback?: Callback\): void;
Deprecated version: N/A|Class name: HandsFreeAudioGatewayProfile
Method or attribute name: off(type: "connectionStateChange", callback?: Callback\): void;
Deprecated version: 9
Substitute API: ohos.bluetoothManager/bluetoothManager.HandsFreeAudioGatewayProfile.off|@ohos.bluetooth.d.ts| +|Deprecated version changed|Class name: BLE
Method or attribute name: function createGattServer(): GattServer;
Deprecated version: N/A|Class name: BLE
Method or attribute name: function createGattServer(): GattServer;
Deprecated version: 9
Substitute API: ohos.bluetoothManager/bluetoothManager.BLE.createGattServer |@ohos.bluetooth.d.ts| +|Deprecated version changed|Class name: BLE
Method or attribute name: function createGattClientDevice(deviceId: string): GattClientDevice;
Deprecated version: N/A|Class name: BLE
Method or attribute name: function createGattClientDevice(deviceId: string): GattClientDevice;
Deprecated version: 9
Substitute API: ohos.bluetoothManager/bluetoothManager.BLE.createGattClientDevice |@ohos.bluetooth.d.ts| +|Deprecated version changed|Class name: BLE
Method or attribute name: function getConnectedBLEDevices(): Array\;
Deprecated version: N/A|Class name: BLE
Method or attribute name: function getConnectedBLEDevices(): Array\;
Deprecated version: 9
Substitute API: ohos.bluetoothManager/bluetoothManager.BLE.getConnectedBLEDevices |@ohos.bluetooth.d.ts| +|Deprecated version changed|Class name: BLE
Method or attribute name: function startBLEScan(filters: Array\, options?: ScanOptions): void;
Deprecated version: N/A|Class name: BLE
Method or attribute name: function startBLEScan(filters: Array\, options?: ScanOptions): void;
Deprecated version: 9
Substitute API: ohos.bluetoothManager/bluetoothManager.BLE.startBLEScan |@ohos.bluetooth.d.ts| +|Deprecated version changed|Class name: BLE
Method or attribute name: function stopBLEScan(): void;
Deprecated version: N/A|Class name: BLE
Method or attribute name: function stopBLEScan(): void;
Deprecated version: 9
Substitute API: ohos.bluetoothManager/bluetoothManager.BLE.stopBLEScan |@ohos.bluetooth.d.ts| +|Deprecated version changed|Class name: BLE
Method or attribute name: function on(type: "BLEDeviceFind", callback: Callback\>): void;
Deprecated version: N/A|Class name: BLE
Method or attribute name: function on(type: "BLEDeviceFind", callback: Callback\>): void;
Deprecated version: 9
Substitute API: ohos.bluetoothManager/bluetoothManager.BLE.on|@ohos.bluetooth.d.ts| +|Deprecated version changed|Class name: BLE
Method or attribute name: function off(type: "BLEDeviceFind", callback?: Callback\>): void;
Deprecated version: N/A|Class name: BLE
Method or attribute name: function off(type: "BLEDeviceFind", callback?: Callback\>): void;
Deprecated version: 9
Substitute API: ohos.bluetoothManager/bluetoothManager.BLE.off|@ohos.bluetooth.d.ts| +|Deprecated version changed|Class name: GattServer
Deprecated version: N/A|Class name: GattServer
Deprecated version: 9
Substitute API: ohos.bluetoothManager/bluetoothManager.GattServer |@ohos.bluetooth.d.ts| +|Deprecated version changed|Class name: GattServer
Method or attribute name: startAdvertising(setting: AdvertiseSetting, advData: AdvertiseData, advResponse?: AdvertiseData): void;
Deprecated version: N/A|Class name: GattServer
Method or attribute name: startAdvertising(setting: AdvertiseSetting, advData: AdvertiseData, advResponse?: AdvertiseData): void;
Deprecated version: 9
Substitute API: ohos.bluetoothManager/bluetoothManager.GattServer|@ohos.bluetooth.d.ts| +|Deprecated version changed|Class name: GattServer
Method or attribute name: stopAdvertising(): void;
Deprecated version: N/A|Class name: GattServer
Method or attribute name: stopAdvertising(): void;
Deprecated version: 9
Substitute API: ohos.bluetoothManager/bluetoothManager.GattServer|@ohos.bluetooth.d.ts| +|Deprecated version changed|Class name: GattServer
Method or attribute name: addService(service: GattService): boolean;
Deprecated version: N/A|Class name: GattServer
Method or attribute name: addService(service: GattService): boolean;
Deprecated version: 9
Substitute API: ohos.bluetoothManager/bluetoothManager.GattServer|@ohos.bluetooth.d.ts| +|Deprecated version changed|Class name: GattServer
Method or attribute name: removeService(serviceUuid: string): boolean;
Deprecated version: N/A|Class name: GattServer
Method or attribute name: removeService(serviceUuid: string): boolean;
Deprecated version: 9
Substitute API: ohos.bluetoothManager/bluetoothManager.GattServer|@ohos.bluetooth.d.ts| +|Deprecated version changed|Class name: GattServer
Method or attribute name: close(): void;
Deprecated version: N/A|Class name: GattServer
Method or attribute name: close(): void;
Deprecated version: 9
Substitute API: ohos.bluetoothManager/bluetoothManager.GattServer|@ohos.bluetooth.d.ts| +|Deprecated version changed|Class name: GattServer
Method or attribute name: notifyCharacteristicChanged(deviceId: string, notifyCharacteristic: NotifyCharacteristic): boolean;
Deprecated version: N/A|Class name: GattServer
Method or attribute name: notifyCharacteristicChanged(deviceId: string, notifyCharacteristic: NotifyCharacteristic): boolean;
Deprecated version: 9
Substitute API: ohos.bluetoothManager/bluetoothManager.GattServer|@ohos.bluetooth.d.ts| +|Deprecated version changed|Class name: GattServer
Method or attribute name: sendResponse(serverResponse: ServerResponse): boolean;
Deprecated version: N/A|Class name: GattServer
Method or attribute name: sendResponse(serverResponse: ServerResponse): boolean;
Deprecated version: 9
Substitute API: ohos.bluetoothManager/bluetoothManager.GattServer|@ohos.bluetooth.d.ts| +|Deprecated version changed|Class name: GattServer
Method or attribute name: on(type: "characteristicRead", callback: Callback\): void;
Deprecated version: N/A|Class name: GattServer
Method or attribute name: on(type: "characteristicRead", callback: Callback\): void;
Deprecated version: 9
Substitute API: ohos.bluetoothManager/bluetoothManager.GattServer|@ohos.bluetooth.d.ts| +|Deprecated version changed|Class name: GattServer
Method or attribute name: off(type: "characteristicRead", callback?: Callback\): void;
Deprecated version: N/A|Class name: GattServer
Method or attribute name: off(type: "characteristicRead", callback?: Callback\): void;
Deprecated version: 9
Substitute API: ohos.bluetoothManager/bluetoothManager.GattServer|@ohos.bluetooth.d.ts| +|Deprecated version changed|Class name: GattServer
Method or attribute name: on(type: "characteristicWrite", callback: Callback\): void;
Deprecated version: N/A|Class name: GattServer
Method or attribute name: on(type: "characteristicWrite", callback: Callback\): void;
Deprecated version: 9
Substitute API: ohos.bluetoothManager/bluetoothManager.GattServer|@ohos.bluetooth.d.ts| +|Deprecated version changed|Class name: GattServer
Method or attribute name: off(type: "characteristicWrite", callback?: Callback\): void;
Deprecated version: N/A|Class name: GattServer
Method or attribute name: off(type: "characteristicWrite", callback?: Callback\): void;
Deprecated version: 9
Substitute API: ohos.bluetoothManager/bluetoothManager.GattServer|@ohos.bluetooth.d.ts| +|Deprecated version changed|Class name: GattServer
Method or attribute name: on(type: "descriptorRead", callback: Callback\): void;
Deprecated version: N/A|Class name: GattServer
Method or attribute name: on(type: "descriptorRead", callback: Callback\): void;
Deprecated version: 9
Substitute API: ohos.bluetoothManager/bluetoothManager.GattServer|@ohos.bluetooth.d.ts| +|Deprecated version changed|Class name: GattServer
Method or attribute name: off(type: "descriptorRead", callback?: Callback\): void;
Deprecated version: N/A|Class name: GattServer
Method or attribute name: off(type: "descriptorRead", callback?: Callback\): void;
Deprecated version: 9
Substitute API: ohos.bluetoothManager/bluetoothManager.GattServer|@ohos.bluetooth.d.ts| +|Deprecated version changed|Class name: GattServer
Method or attribute name: on(type: "descriptorWrite", callback: Callback\): void;
Deprecated version: N/A|Class name: GattServer
Method or attribute name: on(type: "descriptorWrite", callback: Callback\): void;
Deprecated version: 9
Substitute API: ohos.bluetoothManager/bluetoothManager.GattServer|@ohos.bluetooth.d.ts| +|Deprecated version changed|Class name: GattServer
Method or attribute name: off(type: "descriptorWrite", callback?: Callback\): void;
Deprecated version: N/A|Class name: GattServer
Method or attribute name: off(type: "descriptorWrite", callback?: Callback\): void;
Deprecated version: 9
Substitute API: ohos.bluetoothManager/bluetoothManager.GattServer|@ohos.bluetooth.d.ts| +|Deprecated version changed|Class name: GattServer
Method or attribute name: on(type: "connectStateChange", callback: Callback\): void;
Deprecated version: N/A|Class name: GattServer
Method or attribute name: on(type: "connectStateChange", callback: Callback\): void;
Deprecated version: 9
Substitute API: ohos.bluetoothManager/bluetoothManager.GattServer|@ohos.bluetooth.d.ts| +|Deprecated version changed|Class name: GattServer
Method or attribute name: off(type: "connectStateChange", callback?: Callback\): void;
Deprecated version: N/A|Class name: GattServer
Method or attribute name: off(type: "connectStateChange", callback?: Callback\): void;
Deprecated version: 9
Substitute API: ohos.bluetoothManager/bluetoothManager.GattServer|@ohos.bluetooth.d.ts| +|Deprecated version changed|Class name: GattClientDevice
Deprecated version: N/A|Class name: GattClientDevice
Deprecated version: 9
Substitute API: ohos.bluetoothManager/bluetoothManager.GattClientDevice |@ohos.bluetooth.d.ts| +|Deprecated version changed|Class name: GattClientDevice
Method or attribute name: connect(): boolean;
Deprecated version: N/A|Class name: GattClientDevice
Method or attribute name: connect(): boolean;
Deprecated version: 9
Substitute API: ohos.bluetoothManager/bluetoothManager.GattClientDevice|@ohos.bluetooth.d.ts| +|Deprecated version changed|Class name: GattClientDevice
Method or attribute name: disconnect(): boolean;
Deprecated version: N/A|Class name: GattClientDevice
Method or attribute name: disconnect(): boolean;
Deprecated version: 9
Substitute API: ohos.bluetoothManager/bluetoothManager.GattClientDevice|@ohos.bluetooth.d.ts| +|Deprecated version changed|Class name: GattClientDevice
Method or attribute name: close(): boolean;
Deprecated version: N/A|Class name: GattClientDevice
Method or attribute name: close(): boolean;
Deprecated version: 9
Substitute API: ohos.bluetoothManager/bluetoothManager.GattClientDevice|@ohos.bluetooth.d.ts| +|Deprecated version changed|Class name: GattClientDevice
Method or attribute name: getDeviceName(callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: GattClientDevice
Method or attribute name: getDeviceName(callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.bluetoothManager/bluetoothManager.GattClientDevice|@ohos.bluetooth.d.ts| +|Deprecated version changed|Class name: GattClientDevice
Method or attribute name: getDeviceName(): Promise\;
Deprecated version: N/A|Class name: GattClientDevice
Method or attribute name: getDeviceName(): Promise\;
Deprecated version: 9
Substitute API: ohos.bluetoothManager/bluetoothManager.GattClientDevice|@ohos.bluetooth.d.ts| +|Deprecated version changed|Class name: GattClientDevice
Method or attribute name: getServices(callback: AsyncCallback\>): void;
Deprecated version: N/A|Class name: GattClientDevice
Method or attribute name: getServices(callback: AsyncCallback\>): void;
Deprecated version: 9
Substitute API: ohos.bluetoothManager/bluetoothManager.GattClientDevice|@ohos.bluetooth.d.ts| +|Deprecated version changed|Class name: GattClientDevice
Method or attribute name: getServices(): Promise\>;
Deprecated version: N/A|Class name: GattClientDevice
Method or attribute name: getServices(): Promise\>;
Deprecated version: 9
Substitute API: ohos.bluetoothManager/bluetoothManager.GattClientDevice|@ohos.bluetooth.d.ts| +|Deprecated version changed|Class name: GattClientDevice
Method or attribute name: readCharacteristicValue(characteristic: BLECharacteristic, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: GattClientDevice
Method or attribute name: readCharacteristicValue(characteristic: BLECharacteristic, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.bluetoothManager/bluetoothManager.GattClientDevice|@ohos.bluetooth.d.ts| +|Deprecated version changed|Class name: GattClientDevice
Method or attribute name: readCharacteristicValue(characteristic: BLECharacteristic): Promise\;
Deprecated version: N/A|Class name: GattClientDevice
Method or attribute name: readCharacteristicValue(characteristic: BLECharacteristic): Promise\;
Deprecated version: 9
Substitute API: ohos.bluetoothManager/bluetoothManager.GattClientDevice|@ohos.bluetooth.d.ts| +|Deprecated version changed|Class name: GattClientDevice
Method or attribute name: readDescriptorValue(descriptor: BLEDescriptor, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: GattClientDevice
Method or attribute name: readDescriptorValue(descriptor: BLEDescriptor, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.bluetoothManager/bluetoothManager.GattClientDevice|@ohos.bluetooth.d.ts| +|Deprecated version changed|Class name: GattClientDevice
Method or attribute name: readDescriptorValue(descriptor: BLEDescriptor): Promise\;
Deprecated version: N/A|Class name: GattClientDevice
Method or attribute name: readDescriptorValue(descriptor: BLEDescriptor): Promise\;
Deprecated version: 9
Substitute API: ohos.bluetoothManager/bluetoothManager.GattClientDevice|@ohos.bluetooth.d.ts| +|Deprecated version changed|Class name: GattClientDevice
Method or attribute name: writeCharacteristicValue(characteristic: BLECharacteristic): boolean;
Deprecated version: N/A|Class name: GattClientDevice
Method or attribute name: writeCharacteristicValue(characteristic: BLECharacteristic): boolean;
Deprecated version: 9
Substitute API: ohos.bluetoothManager/bluetoothManager.GattClientDevice|@ohos.bluetooth.d.ts| +|Deprecated version changed|Class name: GattClientDevice
Method or attribute name: writeDescriptorValue(descriptor: BLEDescriptor): boolean;
Deprecated version: N/A|Class name: GattClientDevice
Method or attribute name: writeDescriptorValue(descriptor: BLEDescriptor): boolean;
Deprecated version: 9
Substitute API: ohos.bluetoothManager/bluetoothManager.GattClientDevice|@ohos.bluetooth.d.ts| +|Deprecated version changed|Class name: GattClientDevice
Method or attribute name: getRssiValue(callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: GattClientDevice
Method or attribute name: getRssiValue(callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.bluetoothManager/bluetoothManager.GattClientDevice|@ohos.bluetooth.d.ts| +|Deprecated version changed|Class name: GattClientDevice
Method or attribute name: getRssiValue(): Promise\;
Deprecated version: N/A|Class name: GattClientDevice
Method or attribute name: getRssiValue(): Promise\;
Deprecated version: 9
Substitute API: ohos.bluetoothManager/bluetoothManager.GattClientDevice|@ohos.bluetooth.d.ts| +|Deprecated version changed|Class name: GattClientDevice
Method or attribute name: setBLEMtuSize(mtu: number): boolean;
Deprecated version: N/A|Class name: GattClientDevice
Method or attribute name: setBLEMtuSize(mtu: number): boolean;
Deprecated version: 9
Substitute API: ohos.bluetoothManager/bluetoothManager.GattClientDevice|@ohos.bluetooth.d.ts| +|Deprecated version changed|Class name: GattClientDevice
Method or attribute name: setNotifyCharacteristicChanged(characteristic: BLECharacteristic, enable: boolean): boolean;
Deprecated version: N/A|Class name: GattClientDevice
Method or attribute name: setNotifyCharacteristicChanged(characteristic: BLECharacteristic, enable: boolean): boolean;
Deprecated version: 9
Substitute API: ohos.bluetoothManager/bluetoothManager.GattClientDevice|@ohos.bluetooth.d.ts| +|Deprecated version changed|Class name: GattClientDevice
Method or attribute name: on(type: "BLECharacteristicChange", callback: Callback\): void;
Deprecated version: N/A|Class name: GattClientDevice
Method or attribute name: on(type: "BLECharacteristicChange", callback: Callback\): void;
Deprecated version: 9
Substitute API: ohos.bluetoothManager/bluetoothManager.GattClientDevice|@ohos.bluetooth.d.ts| +|Deprecated version changed|Class name: GattClientDevice
Method or attribute name: off(type: "BLECharacteristicChange", callback?: Callback\): void;
Deprecated version: N/A|Class name: GattClientDevice
Method or attribute name: off(type: "BLECharacteristicChange", callback?: Callback\): void;
Deprecated version: 9
Substitute API: ohos.bluetoothManager/bluetoothManager.GattClientDevice|@ohos.bluetooth.d.ts| +|Deprecated version changed|Class name: GattClientDevice
Method or attribute name: on(type: "BLEConnectionStateChange", callback: Callback\): void;
Deprecated version: N/A|Class name: GattClientDevice
Method or attribute name: on(type: "BLEConnectionStateChange", callback: Callback\): void;
Deprecated version: 9
Substitute API: ohos.bluetoothManager/bluetoothManager.GattClientDevice|@ohos.bluetooth.d.ts| +|Deprecated version changed|Class name: GattClientDevice
Method or attribute name: off(type: "BLEConnectionStateChange", callback?: Callback\): void;
Deprecated version: N/A|Class name: GattClientDevice
Method or attribute name: off(type: "BLEConnectionStateChange", callback?: Callback\): void;
Deprecated version: 9
Substitute API: ohos.bluetoothManager/bluetoothManager.GattClientDevice|@ohos.bluetooth.d.ts| +|Deprecated version changed|Class name: GattService
Deprecated version: N/A|Class name: GattService
Deprecated version: 9
Substitute API: ohos.bluetoothManager/bluetoothManager.GattService |@ohos.bluetooth.d.ts| +|Deprecated version changed|Class name: BLECharacteristic
Deprecated version: N/A|Class name: BLECharacteristic
Deprecated version: 9
Substitute API: ohos.bluetoothManager/bluetoothManager.BLECharacteristic |@ohos.bluetooth.d.ts| +|Deprecated version changed|Class name: BLEDescriptor
Deprecated version: N/A|Class name: BLEDescriptor
Deprecated version: 9
Substitute API: ohos.bluetoothManager/bluetoothManager.BLEDescriptor |@ohos.bluetooth.d.ts| +|Deprecated version changed|Class name: NotifyCharacteristic
Deprecated version: N/A|Class name: NotifyCharacteristic
Deprecated version: 9
Substitute API: ohos.bluetoothManager/bluetoothManager.NotifyCharacteristic |@ohos.bluetooth.d.ts| +|Deprecated version changed|Class name: CharacteristicReadReq
Deprecated version: N/A|Class name: CharacteristicReadReq
Deprecated version: 9
Substitute API: ohos.bluetoothManager/bluetoothManager.CharacteristicReadRequest |@ohos.bluetooth.d.ts| +|Deprecated version changed|Class name: CharacteristicWriteReq
Deprecated version: N/A|Class name: CharacteristicWriteReq
Deprecated version: 9
Substitute API: ohos.bluetoothManager/bluetoothManager.CharacteristicWriteRequest |@ohos.bluetooth.d.ts| +|Deprecated version changed|Class name: DescriptorReadReq
Deprecated version: N/A|Class name: DescriptorReadReq
Deprecated version: 9
Substitute API: ohos.bluetoothManager/bluetoothManager.DescriptorReadRequest |@ohos.bluetooth.d.ts| +|Deprecated version changed|Class name: DescriptorWriteReq
Deprecated version: N/A|Class name: DescriptorWriteReq
Deprecated version: 9
Substitute API: ohos.bluetoothManager/bluetoothManager.DescriptorWriteRequest |@ohos.bluetooth.d.ts| +|Deprecated version changed|Class name: ServerResponse
Deprecated version: N/A|Class name: ServerResponse
Deprecated version: 9
Substitute API: ohos.bluetoothManager/bluetoothManager.ServerResponse |@ohos.bluetooth.d.ts| +|Deprecated version changed|Class name: BLEConnectChangedState
Deprecated version: N/A|Class name: BLEConnectChangedState
Deprecated version: 9
Substitute API: ohos.bluetoothManager/bluetoothManager.BLEConnectChangedState |@ohos.bluetooth.d.ts| +|Deprecated version changed|Class name: ScanResult
Deprecated version: N/A|Class name: ScanResult
Deprecated version: 9
Substitute API: ohos.bluetoothManager/bluetoothManager.ScanResult |@ohos.bluetooth.d.ts| +|Deprecated version changed|Class name: AdvertiseSetting
Deprecated version: N/A|Class name: AdvertiseSetting
Deprecated version: 9
Substitute API: ohos.bluetoothManager/bluetoothManager.AdvertiseSetting |@ohos.bluetooth.d.ts| +|Deprecated version changed|Class name: AdvertiseData
Deprecated version: N/A|Class name: AdvertiseData
Deprecated version: 9
Substitute API: ohos.bluetoothManager/bluetoothManager.AdvertiseData |@ohos.bluetooth.d.ts| +|Deprecated version changed|Class name: ManufactureData
Deprecated version: N/A|Class name: ManufactureData
Deprecated version: 9
Substitute API: ohos.bluetoothManager/bluetoothManager.ManufactureData |@ohos.bluetooth.d.ts| +|Deprecated version changed|Class name: ServiceData
Deprecated version: N/A|Class name: ServiceData
Deprecated version: 9
Substitute API: ohos.bluetoothManager/bluetoothManager.ServiceData |@ohos.bluetooth.d.ts| +|Deprecated version changed|Class name: ScanFilter
Deprecated version: N/A|Class name: ScanFilter
Deprecated version: 9
Substitute API: ohos.bluetoothManager/bluetoothManager.ScanFilter |@ohos.bluetooth.d.ts| +|Deprecated version changed|Class name: ScanOptions
Deprecated version: N/A|Class name: ScanOptions
Deprecated version: 9
Substitute API: ohos.bluetoothManager/bluetoothManager.ScanOptions |@ohos.bluetooth.d.ts| +|Deprecated version changed|Class name: SppOption
Deprecated version: N/A|Class name: SppOption
Deprecated version: 9
Substitute API: ohos.bluetoothManager/bluetoothManager.SppOption |@ohos.bluetooth.d.ts| +|Deprecated version changed|Class name: PinRequiredParam
Deprecated version: N/A|Class name: PinRequiredParam
Deprecated version: 9
Substitute API: ohos.bluetoothManager/bluetoothManager.PinRequiredParam |@ohos.bluetooth.d.ts| +|Deprecated version changed|Class name: DeviceClass
Deprecated version: N/A|Class name: DeviceClass
Deprecated version: 9
Substitute API: ohos.bluetoothManager/bluetoothManager.DeviceClass |@ohos.bluetooth.d.ts| +|Deprecated version changed|Class name: BondStateParam
Deprecated version: N/A|Class name: BondStateParam
Deprecated version: 9
Substitute API: ohos.bluetoothManager/bluetoothManager.BondStateParam |@ohos.bluetooth.d.ts| +|Deprecated version changed|Class name: ScanDuty
Deprecated version: N/A|Class name: ScanDuty
Deprecated version: 9
Substitute API: ohos.bluetoothManager/bluetoothManager.ScanDuty |@ohos.bluetooth.d.ts| +|Deprecated version changed|Class name: MatchMode
Deprecated version: N/A|Class name: MatchMode
Deprecated version: 9
Substitute API: ohos.bluetoothManager/bluetoothManager.MatchMode |@ohos.bluetooth.d.ts| +|Deprecated version changed|Class name: ProfileConnectionState
Deprecated version: N/A|Class name: ProfileConnectionState
Deprecated version: 9
Substitute API: ohos.bluetoothManager/bluetoothManager.ProfileConnectionState |@ohos.bluetooth.d.ts| +|Deprecated version changed|Class name: BluetoothState
Deprecated version: N/A|Class name: BluetoothState
Deprecated version: 9
Substitute API: ohos.bluetoothManager/bluetoothManager.BluetoothState |@ohos.bluetooth.d.ts| +|Deprecated version changed|Class name: SppType
Deprecated version: N/A|Class name: SppType
Deprecated version: 9
Substitute API: ohos.bluetoothManager/bluetoothManager.SppType |@ohos.bluetooth.d.ts| +|Deprecated version changed|Class name: ScanMode
Deprecated version: N/A|Class name: ScanMode
Deprecated version: 9
Substitute API: ohos.bluetoothManager/bluetoothManager.ScanMode |@ohos.bluetooth.d.ts| +|Deprecated version changed|Class name: BondState
Deprecated version: N/A|Class name: BondState
Deprecated version: 9
Substitute API: ohos.bluetoothManager/bluetoothManager.BondState |@ohos.bluetooth.d.ts| +|Deprecated version changed|Class name: MajorClass
Deprecated version: N/A|Class name: MajorClass
Deprecated version: 9
Substitute API: ohos.bluetoothManager/bluetoothManager.MajorClass |@ohos.bluetooth.d.ts| +|Deprecated version changed|Class name: MajorMinorClass
Deprecated version: N/A|Class name: MajorMinorClass
Deprecated version: 9
Substitute API: ohos.bluetoothManager/bluetoothManager.MajorMinorClass |@ohos.bluetooth.d.ts| +|Deprecated version changed|Class name: StateChangeParam
Deprecated version: N/A|Class name: StateChangeParam
Deprecated version: 9
Substitute API: ohos.bluetoothManager/bluetoothManager.StateChangeParam |@ohos.bluetooth.d.ts| +|Deprecated version changed|Class name: PlayingState
Deprecated version: N/A|Class name: PlayingState
Deprecated version: 9
Substitute API: ohos.bluetoothManager/bluetoothManager.PlayingState |@ohos.bluetooth.d.ts| +|Deprecated version changed|Class name: ProfileId
Deprecated version: N/A|Class name: ProfileId
Deprecated version: 9
Substitute API: ohos.bluetoothManager/bluetoothManager.ProfileId |@ohos.bluetooth.d.ts| +|Deprecated version changed|Class name: connectedTag
Method or attribute name: function init(): boolean;
Deprecated version: N/A|Class name: connectedTag
Method or attribute name: function init(): boolean;
Deprecated version: 9
Substitute API: ohos.connectedTag/connectedTag|@ohos.connectedTag.d.ts| +|Deprecated version changed|Class name: connectedTag
Method or attribute name: function uninit(): boolean;
Deprecated version: N/A|Class name: connectedTag
Method or attribute name: function uninit(): boolean;
Deprecated version: 9
Substitute API: ohos.connectedTag/connectedTag|@ohos.connectedTag.d.ts| +|Deprecated version changed|Class name: connectedTag
Method or attribute name: function readNdefTag(): Promise\;
Deprecated version: N/A|Class name: connectedTag
Method or attribute name: function readNdefTag(): Promise\;
Deprecated version: 9
Substitute API: ohos.connectedTag/connectedTag|@ohos.connectedTag.d.ts| +|Deprecated version changed|Class name: connectedTag
Method or attribute name: function readNdefTag(callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: connectedTag
Method or attribute name: function readNdefTag(callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.connectedTag/connectedTag|@ohos.connectedTag.d.ts| +|Deprecated version changed|Class name: connectedTag
Method or attribute name: function writeNdefTag(data: string): Promise\;
Deprecated version: N/A|Class name: connectedTag
Method or attribute name: function writeNdefTag(data: string): Promise\;
Deprecated version: 9
Substitute API: ohos.connectedTag/connectedTag|@ohos.connectedTag.d.ts| +|Deprecated version changed|Class name: connectedTag
Method or attribute name: function writeNdefTag(data: string, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: connectedTag
Method or attribute name: function writeNdefTag(data: string, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.connectedTag/connectedTag|@ohos.connectedTag.d.ts| +|Deprecated version changed|Class name: FeatureType
Deprecated version: N/A|Class name: FeatureType
Deprecated version: 9
Substitute API: ohos.nfc.cardEmulation/cardEmulation|@ohos.nfc.cardEmulation.d.ts| +|Deprecated version changed|Class name: cardEmulation
Method or attribute name: function isSupported(feature: number): boolean;
Deprecated version: N/A|Class name: cardEmulation
Method or attribute name: function isSupported(feature: number): boolean;
Deprecated version: 9
Substitute API: ohos.nfc.cardEmulation/cardEmulation|@ohos.nfc.cardEmulation.d.ts| +|Deprecated version changed|Class name: HceService
Method or attribute name: startHCE(aidList: string[]): boolean;
Deprecated version: N/A|Class name: HceService
Method or attribute name: startHCE(aidList: string[]): boolean;
Deprecated version: 9
Substitute API: ohos.nfc.cardEmulation/cardEmulation.HceService|@ohos.nfc.cardEmulation.d.ts| +|Deprecated version changed|Class name: HceService
Method or attribute name: stopHCE(): boolean;
Deprecated version: N/A|Class name: HceService
Method or attribute name: stopHCE(): boolean;
Deprecated version: 9
Substitute API: ohos.nfc.cardEmulation/cardEmulation.HceService|@ohos.nfc.cardEmulation.d.ts| +|Deprecated version changed|Class name: HceService
Method or attribute name: sendResponse(responseApdu: number[]): void;
Deprecated version: N/A|Class name: HceService
Method or attribute name: sendResponse(responseApdu: number[]): void;
Deprecated version: 9
Substitute API: ohos.nfc.cardEmulation/cardEmulation.HceService|@ohos.nfc.cardEmulation.d.ts| +|Deprecated version changed|Class name: nfcController
Method or attribute name: function isNfcAvailable(): boolean
Deprecated version: N/A|Class name: nfcController
Method or attribute name: function isNfcAvailable(): boolean
Deprecated version: 9
Substitute API: global|@ohos.nfc.controller.d.ts| +|Deprecated version changed|Class name: nfcController
Method or attribute name: function openNfc(): boolean
Deprecated version: N/A|Class name: nfcController
Method or attribute name: function openNfc(): boolean
Deprecated version: 9
Substitute API: @ohos.nfc.controller.nfcController|@ohos.nfc.controller.d.ts| +|Deprecated version changed|Class name: nfcController
Method or attribute name: function closeNfc(): boolean
Deprecated version: N/A|Class name: nfcController
Method or attribute name: function closeNfc(): boolean
Deprecated version: 9
Substitute API: @ohos.nfc.controller.nfcController|@ohos.nfc.controller.d.ts| +|Deprecated version changed|Class name: tag
Method or attribute name: function getNfcATag(tagInfo: TagInfo): NfcATag
Deprecated version: N/A|Class name: tag
Method or attribute name: function getNfcATag(tagInfo: TagInfo): NfcATag
Deprecated version: 9
Substitute API: ohos.nfc.tag/tag|@ohos.nfc.tag.d.ts| +|Deprecated version changed|Class name: tag
Method or attribute name: function getNfcBTag(tagInfo: TagInfo): NfcBTag
Deprecated version: N/A|Class name: tag
Method or attribute name: function getNfcBTag(tagInfo: TagInfo): NfcBTag
Deprecated version: 9
Substitute API: ohos.nfc.tag/tag|@ohos.nfc.tag.d.ts| +|Deprecated version changed|Class name: tag
Method or attribute name: function getNfcFTag(tagInfo: TagInfo): NfcFTag
Deprecated version: N/A|Class name: tag
Method or attribute name: function getNfcFTag(tagInfo: TagInfo): NfcFTag
Deprecated version: 9
Substitute API: ohos.nfc.tag/tag|@ohos.nfc.tag.d.ts| +|Deprecated version changed|Class name: tag
Method or attribute name: function getNfcVTag(tagInfo: TagInfo): NfcVTag
Deprecated version: N/A|Class name: tag
Method or attribute name: function getNfcVTag(tagInfo: TagInfo): NfcVTag
Deprecated version: 9
Substitute API: ohos.nfc.tag/tag|@ohos.nfc.tag.d.ts| +|Deprecated version changed|Class name: TagInfo
Method or attribute name: supportedProfiles: number[];
Deprecated version: N/A|Class name: TagInfo
Method or attribute name: supportedProfiles: number[];
Deprecated version: 9
Substitute API: ohos.nfc.tag/tag.TagInfo|@ohos.nfc.tag.d.ts| +|Deprecated version changed|Class name: MessageParcel
Deprecated version: N/A|Class name: MessageParcel
Deprecated version: 9
Substitute API: ohos.rpc.MessageSequence |@ohos.rpc.d.ts| +|Deprecated version changed|Class name: Sequenceable
Deprecated version: N/A|Class name: Sequenceable
Deprecated version: 9
Substitute API: ohos.rpc.Parcelable |@ohos.rpc.d.ts| +|Deprecated version changed|Class name: SendRequestResult
Deprecated version: N/A|Class name: SendRequestResult
Deprecated version: 9
Substitute API: ohos.rpc.RequestResult |@ohos.rpc.d.ts| +|Deprecated version changed|Class name: IRemoteObject
Method or attribute name: queryLocalInterface(descriptor: string): IRemoteBroker;
Deprecated version: N/A|Class name: IRemoteObject
Method or attribute name: queryLocalInterface(descriptor: string): IRemoteBroker;
Deprecated version: 9
Substitute API: ohos.rpc.IRemoteObject|@ohos.rpc.d.ts| +|Deprecated version changed|Class name: IRemoteObject
Method or attribute name: sendRequest(code: number, data: MessageParcel, reply: MessageParcel, options: MessageOption): boolean;
Deprecated version: 8|Class name: IRemoteObject
Method or attribute name: sendRequest(code: number, data: MessageParcel, reply: MessageParcel, options: MessageOption): boolean;
Deprecated version: 9
Substitute API: N/A|@ohos.rpc.d.ts| +|Deprecated version changed|Class name: IRemoteObject
Method or attribute name: sendRequest(code: number, data: MessageParcel, reply: MessageParcel, options: MessageOption): Promise\;
Deprecated version: N/A|Class name: IRemoteObject
Method or attribute name: sendRequest(code: number, data: MessageParcel, reply: MessageParcel, options: MessageOption): Promise\;
Deprecated version: 9
Substitute API: ohos.rpc.IRemoteObject|@ohos.rpc.d.ts| +|Deprecated version changed|Class name: IRemoteObject
Method or attribute name: sendRequest(code: number, data: MessageParcel, reply: MessageParcel, options: MessageOption, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: IRemoteObject
Method or attribute name: sendRequest(code: number, data: MessageParcel, reply: MessageParcel, options: MessageOption, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.rpc.IRemoteObject|@ohos.rpc.d.ts| +|Deprecated version changed|Class name: IRemoteObject
Method or attribute name: addDeathRecipient(recipient: DeathRecipient, flags: number): boolean;
Deprecated version: N/A|Class name: IRemoteObject
Method or attribute name: addDeathRecipient(recipient: DeathRecipient, flags: number): boolean;
Deprecated version: 9
Substitute API: ohos.rpc.IRemoteObject|@ohos.rpc.d.ts| +|Deprecated version changed|Class name: IRemoteObject
Method or attribute name: removeDeathRecipient(recipient: DeathRecipient, flags: number): boolean;
Deprecated version: N/A|Class name: IRemoteObject
Method or attribute name: removeDeathRecipient(recipient: DeathRecipient, flags: number): boolean;
Deprecated version: 9
Substitute API: ohos.rpc.IRemoteObject|@ohos.rpc.d.ts| +|Deprecated version changed|Class name: IRemoteObject
Method or attribute name: getInterfaceDescriptor(): string;
Deprecated version: N/A|Class name: IRemoteObject
Method or attribute name: getInterfaceDescriptor(): string;
Deprecated version: 9
Substitute API: ohos.rpc.IRemoteObject|@ohos.rpc.d.ts| +|Deprecated version changed|Class name: RemoteObject
Method or attribute name: queryLocalInterface(descriptor: string): IRemoteBroker;
Deprecated version: N/A|Class name: RemoteObject
Method or attribute name: queryLocalInterface(descriptor: string): IRemoteBroker;
Deprecated version: 9
Substitute API: ohos.rpc.RemoteObject|@ohos.rpc.d.ts| +|Deprecated version changed|Class name: RemoteObject
Method or attribute name: getInterfaceDescriptor(): string;
Deprecated version: N/A|Class name: RemoteObject
Method or attribute name: getInterfaceDescriptor(): string;
Deprecated version: 9
Substitute API: ohos.rpc.RemoteObject|@ohos.rpc.d.ts| +|Deprecated version changed|Class name: RemoteObject
Method or attribute name: onRemoteRequest(code: number, data: MessageParcel, reply: MessageParcel, options: MessageOption): boolean;
Deprecated version: N/A|Class name: RemoteObject
Method or attribute name: onRemoteRequest(code: number, data: MessageParcel, reply: MessageParcel, options: MessageOption): boolean;
Deprecated version: 9
Substitute API: ohos.rpc.RemoteObject|@ohos.rpc.d.ts| +|Deprecated version changed|Class name: RemoteObject
Method or attribute name: sendRequest(code: number, data: MessageParcel, reply: MessageParcel, options: MessageOption): Promise\;
Deprecated version: N/A|Class name: RemoteObject
Method or attribute name: sendRequest(code: number, data: MessageParcel, reply: MessageParcel, options: MessageOption): Promise\;
Deprecated version: 9
Substitute API: ohos.rpc.RemoteObject|@ohos.rpc.d.ts| +|Deprecated version changed|Class name: RemoteObject
Method or attribute name: sendRequest(code: number, data: MessageParcel, reply: MessageParcel, options: MessageOption, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: RemoteObject
Method or attribute name: sendRequest(code: number, data: MessageParcel, reply: MessageParcel, options: MessageOption, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.rpc.RemoteObject|@ohos.rpc.d.ts| +|Deprecated version changed|Class name: RemoteObject
Method or attribute name: attachLocalInterface(localInterface: IRemoteBroker, descriptor: string): void;
Deprecated version: N/A|Class name: RemoteObject
Method or attribute name: attachLocalInterface(localInterface: IRemoteBroker, descriptor: string): void;
Deprecated version: 9
Substitute API: ohos.rpc.RemoteObject|@ohos.rpc.d.ts| +|Deprecated version changed|Class name: RemoteProxy
Method or attribute name: queryLocalInterface(interface: string): IRemoteBroker;
Deprecated version: N/A|Class name: RemoteProxy
Method or attribute name: queryLocalInterface(interface: string): IRemoteBroker;
Deprecated version: 9
Substitute API: ohos.rpc.RemoteProxy|@ohos.rpc.d.ts| +|Deprecated version changed|Class name: RemoteProxy
Method or attribute name: addDeathRecipient(recipient: DeathRecipient, flags: number): boolean;
Deprecated version: N/A|Class name: RemoteProxy
Method or attribute name: addDeathRecipient(recipient: DeathRecipient, flags: number): boolean;
Deprecated version: 9
Substitute API: ohos.rpc.RemoteProxy|@ohos.rpc.d.ts| +|Deprecated version changed|Class name: RemoteProxy
Method or attribute name: removeDeathRecipient(recipient: DeathRecipient, flags: number): boolean;
Deprecated version: N/A|Class name: RemoteProxy
Method or attribute name: removeDeathRecipient(recipient: DeathRecipient, flags: number): boolean;
Deprecated version: 9
Substitute API: ohos.rpc.RemoteProxy|@ohos.rpc.d.ts| +|Deprecated version changed|Class name: RemoteProxy
Method or attribute name: getInterfaceDescriptor(): string;
Deprecated version: N/A|Class name: RemoteProxy
Method or attribute name: getInterfaceDescriptor(): string;
Deprecated version: 9
Substitute API: ohos.rpc.RemoteProxy|@ohos.rpc.d.ts| +|Deprecated version changed|Class name: RemoteProxy
Method or attribute name: sendRequest(code: number, data: MessageParcel, reply: MessageParcel, options: MessageOption): Promise\;
Deprecated version: N/A|Class name: RemoteProxy
Method or attribute name: sendRequest(code: number, data: MessageParcel, reply: MessageParcel, options: MessageOption): Promise\;
Deprecated version: 9
Substitute API: ohos.rpc.RemoteProxy|@ohos.rpc.d.ts| +|Deprecated version changed|Class name: RemoteProxy
Method or attribute name: sendRequest(code: number, data: MessageParcel, reply: MessageParcel, options: MessageOption, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: RemoteProxy
Method or attribute name: sendRequest(code: number, data: MessageParcel, reply: MessageParcel, options: MessageOption, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.rpc.RemoteProxy|@ohos.rpc.d.ts| +|Deprecated version changed|Class name: IPCSkeleton
Method or attribute name: static flushCommands(object: IRemoteObject): number;
Deprecated version: N/A|Class name: IPCSkeleton
Method or attribute name: static flushCommands(object: IRemoteObject): number;
Deprecated version: 9
Substitute API: ohos.rpc.IPCSkeleton|@ohos.rpc.d.ts| +|Deprecated version changed|Class name: IPCSkeleton
Method or attribute name: static setCallingIdentity(identity: string): boolean;
Deprecated version: N/A|Class name: IPCSkeleton
Method or attribute name: static setCallingIdentity(identity: string): boolean;
Deprecated version: 9
Substitute API: ohos.rpc.IPCSkeleton|@ohos.rpc.d.ts| +|Deprecated version changed|Class name: Ashmem
Method or attribute name: static createAshmem(name: string, size: number): Ashmem;
Deprecated version: N/A|Class name: Ashmem
Method or attribute name: static createAshmem(name: string, size: number): Ashmem;
Deprecated version: 9
Substitute API: ohos.rpc.Ashmem|@ohos.rpc.d.ts| +|Deprecated version changed|Class name: Ashmem
Method or attribute name: static createAshmemFromExisting(ashmem: Ashmem): Ashmem;
Deprecated version: N/A|Class name: Ashmem
Method or attribute name: static createAshmemFromExisting(ashmem: Ashmem): Ashmem;
Deprecated version: 9
Substitute API: ohos.rpc.Ashmem|@ohos.rpc.d.ts| +|Deprecated version changed|Class name: Ashmem
Method or attribute name: mapAshmem(mapType: number): boolean;
Deprecated version: N/A|Class name: Ashmem
Method or attribute name: mapAshmem(mapType: number): boolean;
Deprecated version: 9
Substitute API: ohos.rpc.Ashmem|@ohos.rpc.d.ts| +|Deprecated version changed|Class name: Ashmem
Method or attribute name: mapReadAndWriteAshmem(): boolean;
Deprecated version: N/A|Class name: Ashmem
Method or attribute name: mapReadAndWriteAshmem(): boolean;
Deprecated version: 9
Substitute API: ohos.rpc.Ashmem|@ohos.rpc.d.ts| +|Deprecated version changed|Class name: Ashmem
Method or attribute name: mapReadOnlyAshmem(): boolean;
Deprecated version: N/A|Class name: Ashmem
Method or attribute name: mapReadOnlyAshmem(): boolean;
Deprecated version: 9
Substitute API: ohos.rpc.Ashmem|@ohos.rpc.d.ts| +|Deprecated version changed|Class name: Ashmem
Method or attribute name: setProtection(protectionType: number): boolean;
Deprecated version: N/A|Class name: Ashmem
Method or attribute name: setProtection(protectionType: number): boolean;
Deprecated version: 9
Substitute API: ohos.rpc.Ashmem|@ohos.rpc.d.ts| +|Deprecated version changed|Class name: Ashmem
Method or attribute name: writeToAshmem(buf: number[], size: number, offset: number): boolean;
Deprecated version: N/A|Class name: Ashmem
Method or attribute name: writeToAshmem(buf: number[], size: number, offset: number): boolean;
Deprecated version: 9
Substitute API: ohos.rpc.Ashmem|@ohos.rpc.d.ts| +|Deprecated version changed|Class name: Ashmem
Method or attribute name: readFromAshmem(size: number, offset: number): number[];
Deprecated version: N/A|Class name: Ashmem
Method or attribute name: readFromAshmem(size: number, offset: number): number[];
Deprecated version: 9
Substitute API: ohos.rpc.Ashmem|@ohos.rpc.d.ts| +|Deprecated version changed|Class name: wifi
Method or attribute name: function enableWifi(): boolean;
Deprecated version: N/A|Class name: wifi
Method or attribute name: function enableWifi(): boolean;
Deprecated version: 9
Substitute API: ohos.wifiManager/wifiManager.enableWifi |@ohos.wifi.d.ts| +|Deprecated version changed|Class name: wifi
Method or attribute name: function disableWifi(): boolean;
Deprecated version: N/A|Class name: wifi
Method or attribute name: function disableWifi(): boolean;
Deprecated version: 9
Substitute API: ohos.wifiManager/wifiManager.disableWifi |@ohos.wifi.d.ts| +|Deprecated version changed|Class name: wifi
Method or attribute name: function isWifiActive(): boolean;
Deprecated version: N/A|Class name: wifi
Method or attribute name: function isWifiActive(): boolean;
Deprecated version: 9
Substitute API: ohos.wifiManager/wifiManager.isWifiActive |@ohos.wifi.d.ts| +|Deprecated version changed|Class name: wifi
Method or attribute name: function scan(): boolean;
Deprecated version: N/A|Class name: wifi
Method or attribute name: function scan(): boolean;
Deprecated version: 9
Substitute API: ohos.wifiManager/wifiManager.scan |@ohos.wifi.d.ts| +|Deprecated version changed|Class name: wifi
Method or attribute name: function getScanInfos(): Promise\>;
Deprecated version: N/A|Class name: wifi
Method or attribute name: function getScanInfos(): Promise\>;
Deprecated version: 9
Substitute API: ohos.wifiManager/wifiManager.getScanResults |@ohos.wifi.d.ts| +|Deprecated version changed|Class name: wifi
Method or attribute name: function getScanInfos(callback: AsyncCallback\>): void;
Deprecated version: N/A|Class name: wifi
Method or attribute name: function getScanInfos(callback: AsyncCallback\>): void;
Deprecated version: 9
Substitute API: ohos.wifiManager/wifiManager.getScanResults |@ohos.wifi.d.ts| +|Deprecated version changed|Class name: wifi
Method or attribute name: function addDeviceConfig(config: WifiDeviceConfig): Promise\;
Deprecated version: N/A|Class name: wifi
Method or attribute name: function addDeviceConfig(config: WifiDeviceConfig): Promise\;
Deprecated version: 9
Substitute API: ohos.wifiManager/wifiManager.addDeviceConfig |@ohos.wifi.d.ts| +|Deprecated version changed|Class name: wifi
Method or attribute name: function addDeviceConfig(config: WifiDeviceConfig, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: wifi
Method or attribute name: function addDeviceConfig(config: WifiDeviceConfig, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.wifiManager/wifiManager.addDeviceConfig |@ohos.wifi.d.ts| +|Deprecated version changed|Class name: wifi
Method or attribute name: function addUntrustedConfig(config: WifiDeviceConfig): Promise\;
Deprecated version: N/A|Class name: wifi
Method or attribute name: function addUntrustedConfig(config: WifiDeviceConfig): Promise\;
Deprecated version: 9
Substitute API: ohos.wifiManager/wifiManager.addCandidateConfig |@ohos.wifi.d.ts| +|Deprecated version changed|Class name: wifi
Method or attribute name: function addUntrustedConfig(config: WifiDeviceConfig, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: wifi
Method or attribute name: function addUntrustedConfig(config: WifiDeviceConfig, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.wifiManager/wifiManager.addCandidateConfig |@ohos.wifi.d.ts| +|Deprecated version changed|Class name: wifi
Method or attribute name: function removeUntrustedConfig(config: WifiDeviceConfig): Promise\;
Deprecated version: N/A|Class name: wifi
Method or attribute name: function removeUntrustedConfig(config: WifiDeviceConfig): Promise\;
Deprecated version: 9
Substitute API: ohos.wifiManager/wifiManager.removeCandidateConfig |@ohos.wifi.d.ts| +|Deprecated version changed|Class name: wifi
Method or attribute name: function removeUntrustedConfig(config: WifiDeviceConfig, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: wifi
Method or attribute name: function removeUntrustedConfig(config: WifiDeviceConfig, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.wifiManager/wifiManager.removeCandidateConfig |@ohos.wifi.d.ts| +|Deprecated version changed|Class name: wifi
Method or attribute name: function connectToNetwork(networkId: number): boolean;
Deprecated version: N/A|Class name: wifi
Method or attribute name: function connectToNetwork(networkId: number): boolean;
Deprecated version: 9
Substitute API: ohos.wifiManager/wifiManager.connectToNetwork |@ohos.wifi.d.ts| +|Deprecated version changed|Class name: wifi
Method or attribute name: function connectToDevice(config: WifiDeviceConfig): boolean;
Deprecated version: N/A|Class name: wifi
Method or attribute name: function connectToDevice(config: WifiDeviceConfig): boolean;
Deprecated version: 9
Substitute API: ohos.wifiManager/wifiManager.connectToDevice |@ohos.wifi.d.ts| +|Deprecated version changed|Class name: wifi
Method or attribute name: function disconnect(): boolean;
Deprecated version: N/A|Class name: wifi
Method or attribute name: function disconnect(): boolean;
Deprecated version: 9
Substitute API: ohos.wifiManager/wifiManager.disconnect |@ohos.wifi.d.ts| +|Deprecated version changed|Class name: wifi
Method or attribute name: function getSignalLevel(rssi: number, band: number): number;
Deprecated version: N/A|Class name: wifi
Method or attribute name: function getSignalLevel(rssi: number, band: number): number;
Deprecated version: 9
Substitute API: ohos.wifiManager/wifiManager.getSignalLevel |@ohos.wifi.d.ts| +|Deprecated version changed|Class name: wifi
Method or attribute name: function getLinkedInfo(): Promise\;
Deprecated version: N/A|Class name: wifi
Method or attribute name: function getLinkedInfo(): Promise\;
Deprecated version: 9
Substitute API: ohos.wifiManager/wifiManager.getLinkedInfo |@ohos.wifi.d.ts| +|Deprecated version changed|Class name: wifi
Method or attribute name: function getLinkedInfo(callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: wifi
Method or attribute name: function getLinkedInfo(callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.wifiManager/wifiManager.getLinkedInfo |@ohos.wifi.d.ts| +|Deprecated version changed|Class name: wifi
Method or attribute name: function isConnected(): boolean;
Deprecated version: N/A|Class name: wifi
Method or attribute name: function isConnected(): boolean;
Deprecated version: 9
Substitute API: ohos.wifiManager/wifiManager.isConnected |@ohos.wifi.d.ts| +|Deprecated version changed|Class name: wifi
Method or attribute name: function getSupportedFeatures(): number;
Deprecated version: N/A|Class name: wifi
Method or attribute name: function getSupportedFeatures(): number;
Deprecated version: 9
Substitute API: ohos.wifiManager/wifiManager.getSupportedFeatures |@ohos.wifi.d.ts| +|Deprecated version changed|Class name: wifi
Method or attribute name: function isFeatureSupported(featureId: number): boolean;
Deprecated version: N/A|Class name: wifi
Method or attribute name: function isFeatureSupported(featureId: number): boolean;
Deprecated version: 9
Substitute API: ohos.wifiManager/wifiManager.isFeatureSupported |@ohos.wifi.d.ts| +|Deprecated version changed|Class name: wifi
Method or attribute name: function getDeviceMacAddress(): string[];
Deprecated version: N/A|Class name: wifi
Method or attribute name: function getDeviceMacAddress(): string[];
Deprecated version: 9
Substitute API: ohos.wifiManager/wifiManager.getDeviceMacAddress |@ohos.wifi.d.ts| +|Deprecated version changed|Class name: wifi
Method or attribute name: function getIpInfo(): IpInfo;
Deprecated version: N/A|Class name: wifi
Method or attribute name: function getIpInfo(): IpInfo;
Deprecated version: 9
Substitute API: ohos.wifiManager/wifiManager.getIpInfo |@ohos.wifi.d.ts| +|Deprecated version changed|Class name: wifi
Method or attribute name: function getCountryCode(): string;
Deprecated version: N/A|Class name: wifi
Method or attribute name: function getCountryCode(): string;
Deprecated version: 9
Substitute API: ohos.wifiManager/wifiManager.getCountryCode |@ohos.wifi.d.ts| +|Deprecated version changed|Class name: wifi
Method or attribute name: function reassociate(): boolean;
Deprecated version: N/A|Class name: wifi
Method or attribute name: function reassociate(): boolean;
Deprecated version: 9
Substitute API: ohos.wifiManager/wifiManager.reassociate |@ohos.wifi.d.ts| +|Deprecated version changed|Class name: wifi
Method or attribute name: function reconnect(): boolean;
Deprecated version: N/A|Class name: wifi
Method or attribute name: function reconnect(): boolean;
Deprecated version: 9
Substitute API: ohos.wifiManager/wifiManager.reconnect |@ohos.wifi.d.ts| +|Deprecated version changed|Class name: wifi
Method or attribute name: function getDeviceConfigs(): Array\;
Deprecated version: N/A|Class name: wifi
Method or attribute name: function getDeviceConfigs(): Array\;
Deprecated version: 9
Substitute API: ohos.wifiManager/wifiManager.getDeviceConfigs |@ohos.wifi.d.ts| +|Deprecated version changed|Class name: wifi
Method or attribute name: function updateNetwork(config: WifiDeviceConfig): number;
Deprecated version: N/A|Class name: wifi
Method or attribute name: function updateNetwork(config: WifiDeviceConfig): number;
Deprecated version: 9
Substitute API: ohos.wifiManager/wifiManager.updateNetwork |@ohos.wifi.d.ts| +|Deprecated version changed|Class name: wifi
Method or attribute name: function disableNetwork(netId: number): boolean;
Deprecated version: N/A|Class name: wifi
Method or attribute name: function disableNetwork(netId: number): boolean;
Deprecated version: 9
Substitute API: ohos.wifiManager/wifiManager.disableNetwork |@ohos.wifi.d.ts| +|Deprecated version changed|Class name: wifi
Method or attribute name: function removeAllNetwork(): boolean;
Deprecated version: N/A|Class name: wifi
Method or attribute name: function removeAllNetwork(): boolean;
Deprecated version: 9
Substitute API: ohos.wifiManager/wifiManager.removeAllNetwork |@ohos.wifi.d.ts| +|Deprecated version changed|Class name: wifi
Method or attribute name: function removeDevice(id: number): boolean;
Deprecated version: N/A|Class name: wifi
Method or attribute name: function removeDevice(id: number): boolean;
Deprecated version: 9
Substitute API: ohos.wifiManager/wifiManager.removeDevice |@ohos.wifi.d.ts| +|Deprecated version changed|Class name: wifi
Method or attribute name: function enableHotspot(): boolean;
Deprecated version: N/A|Class name: wifi
Method or attribute name: function enableHotspot(): boolean;
Deprecated version: 9
Substitute API: ohos.wifiManager/wifiManager.enableHotspot |@ohos.wifi.d.ts| +|Deprecated version changed|Class name: wifi
Method or attribute name: function disableHotspot(): boolean;
Deprecated version: N/A|Class name: wifi
Method or attribute name: function disableHotspot(): boolean;
Deprecated version: 9
Substitute API: ohos.wifiManager/wifiManager.disableHotspot |@ohos.wifi.d.ts| +|Deprecated version changed|Class name: wifi
Method or attribute name: function isHotspotDualBandSupported(): boolean;
Deprecated version: N/A|Class name: wifi
Method or attribute name: function isHotspotDualBandSupported(): boolean;
Deprecated version: 9
Substitute API: ohos.wifiManager/wifiManager.isHotspotDualBandSupported |@ohos.wifi.d.ts| +|Deprecated version changed|Class name: wifi
Method or attribute name: function isHotspotActive(): boolean;
Deprecated version: N/A|Class name: wifi
Method or attribute name: function isHotspotActive(): boolean;
Deprecated version: 9
Substitute API: ohos.wifiManager/wifiManager.isHotspotActive |@ohos.wifi.d.ts| +|Deprecated version changed|Class name: wifi
Method or attribute name: function setHotspotConfig(config: HotspotConfig): boolean;
Deprecated version: N/A|Class name: wifi
Method or attribute name: function setHotspotConfig(config: HotspotConfig): boolean;
Deprecated version: 9
Substitute API: ohos.wifiManager/wifiManager.setHotspotConfig |@ohos.wifi.d.ts| +|Deprecated version changed|Class name: wifi
Method or attribute name: function getHotspotConfig(): HotspotConfig;
Deprecated version: N/A|Class name: wifi
Method or attribute name: function getHotspotConfig(): HotspotConfig;
Deprecated version: 9
Substitute API: ohos.wifiManager/wifiManager.getHotspotConfig |@ohos.wifi.d.ts| +|Deprecated version changed|Class name: wifi
Method or attribute name: function getStations(): Array\;
Deprecated version: N/A|Class name: wifi
Method or attribute name: function getStations(): Array\;
Deprecated version: 9
Substitute API: ohos.wifiManager/wifiManager.getStations |@ohos.wifi.d.ts| +|Deprecated version changed|Class name: wifi
Method or attribute name: function getP2pLinkedInfo(): Promise\;
Deprecated version: N/A|Class name: wifi
Method or attribute name: function getP2pLinkedInfo(): Promise\;
Deprecated version: 9
Substitute API: ohos.wifiManager/wifiManager.getP2pLinkedInfo |@ohos.wifi.d.ts| +|Deprecated version changed|Class name: wifi
Method or attribute name: function getP2pLinkedInfo(callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: wifi
Method or attribute name: function getP2pLinkedInfo(callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.wifiManager/wifiManager.getP2pLinkedInfo |@ohos.wifi.d.ts| +|Deprecated version changed|Class name: wifi
Method or attribute name: function getCurrentGroup(): Promise\;
Deprecated version: N/A|Class name: wifi
Method or attribute name: function getCurrentGroup(): Promise\;
Deprecated version: 9
Substitute API: ohos.wifiManager/wifiManager.getCurrentGroup |@ohos.wifi.d.ts| +|Deprecated version changed|Class name: wifi
Method or attribute name: function getCurrentGroup(callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: wifi
Method or attribute name: function getCurrentGroup(callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.wifiManager/wifiManager.getCurrentGroup |@ohos.wifi.d.ts| +|Deprecated version changed|Class name: wifi
Method or attribute name: function getP2pPeerDevices(): Promise\;
Deprecated version: N/A|Class name: wifi
Method or attribute name: function getP2pPeerDevices(): Promise\;
Deprecated version: 9
Substitute API: ohos.wifiManager/wifiManager.getP2pPeerDevices |@ohos.wifi.d.ts| +|Deprecated version changed|Class name: wifi
Method or attribute name: function getP2pPeerDevices(callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: wifi
Method or attribute name: function getP2pPeerDevices(callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.wifiManager/wifiManager.getP2pPeerDevices |@ohos.wifi.d.ts| +|Deprecated version changed|Class name: wifi
Method or attribute name: function createGroup(config: WifiP2PConfig): boolean;
Deprecated version: N/A|Class name: wifi
Method or attribute name: function createGroup(config: WifiP2PConfig): boolean;
Deprecated version: 9
Substitute API: ohos.wifiManager/wifiManager.createGroup |@ohos.wifi.d.ts| +|Deprecated version changed|Class name: wifi
Method or attribute name: function removeGroup(): boolean;
Deprecated version: N/A|Class name: wifi
Method or attribute name: function removeGroup(): boolean;
Deprecated version: 9
Substitute API: ohos.wifiManager/wifiManager.removeGroup |@ohos.wifi.d.ts| +|Deprecated version changed|Class name: wifi
Method or attribute name: function p2pConnect(config: WifiP2PConfig): boolean;
Deprecated version: N/A|Class name: wifi
Method or attribute name: function p2pConnect(config: WifiP2PConfig): boolean;
Deprecated version: 9
Substitute API: ohos.wifiManager/wifiManager.p2pConnect |@ohos.wifi.d.ts| +|Deprecated version changed|Class name: wifi
Method or attribute name: function p2pCancelConnect(): boolean;
Deprecated version: N/A|Class name: wifi
Method or attribute name: function p2pCancelConnect(): boolean;
Deprecated version: 9
Substitute API: ohos.wifiManager/wifiManager.p2pCancelConnect |@ohos.wifi.d.ts| +|Deprecated version changed|Class name: wifi
Method or attribute name: function startDiscoverDevices(): boolean;
Deprecated version: N/A|Class name: wifi
Method or attribute name: function startDiscoverDevices(): boolean;
Deprecated version: 9
Substitute API: ohos.wifiManager/wifiManager.startDiscoverDevices |@ohos.wifi.d.ts| +|Deprecated version changed|Class name: wifi
Method or attribute name: function stopDiscoverDevices(): boolean;
Deprecated version: N/A|Class name: wifi
Method or attribute name: function stopDiscoverDevices(): boolean;
Deprecated version: 9
Substitute API: ohos.wifiManager/wifiManager.stopDiscoverDevices |@ohos.wifi.d.ts| +|Deprecated version changed|Class name: wifi
Method or attribute name: function deletePersistentGroup(netId: number): boolean;
Deprecated version: N/A|Class name: wifi
Method or attribute name: function deletePersistentGroup(netId: number): boolean;
Deprecated version: 9
Substitute API: ohos.wifiManager/wifiManager.deletePersistentGroup |@ohos.wifi.d.ts| +|Deprecated version changed|Class name: wifi
Method or attribute name: function setDeviceName(devName: string): boolean;
Deprecated version: N/A|Class name: wifi
Method or attribute name: function setDeviceName(devName: string): boolean;
Deprecated version: 9
Substitute API: ohos.wifiManager/wifiManager.setDeviceName |@ohos.wifi.d.ts| +|Deprecated version changed|Class name: wifi
Method or attribute name: function on(type: "wifiStateChange", callback: Callback\): void;
Deprecated version: N/A|Class name: wifi
Method or attribute name: function on(type: "wifiStateChange", callback: Callback\): void;
Deprecated version: 9
Substitute API: ohos.wifiManager/wifiManager.on|@ohos.wifi.d.ts| +|Deprecated version changed|Class name: wifi
Method or attribute name: function off(type: "wifiStateChange", callback?: Callback\): void;
Deprecated version: N/A|Class name: wifi
Method or attribute name: function off(type: "wifiStateChange", callback?: Callback\): void;
Deprecated version: 9
Substitute API: ohos.wifiManager/wifiManager.off|@ohos.wifi.d.ts| +|Deprecated version changed|Class name: wifi
Method or attribute name: function on(type: "wifiConnectionChange", callback: Callback\): void;
Deprecated version: N/A|Class name: wifi
Method or attribute name: function on(type: "wifiConnectionChange", callback: Callback\): void;
Deprecated version: 9
Substitute API: ohos.wifiManager/wifiManager.on|@ohos.wifi.d.ts| +|Deprecated version changed|Class name: wifi
Method or attribute name: function off(type: "wifiConnectionChange", callback?: Callback\): void;
Deprecated version: N/A|Class name: wifi
Method or attribute name: function off(type: "wifiConnectionChange", callback?: Callback\): void;
Deprecated version: 9
Substitute API: ohos.wifiManager/wifiManager.off|@ohos.wifi.d.ts| +|Deprecated version changed|Class name: wifi
Method or attribute name: function on(type: "wifiScanStateChange", callback: Callback\): void;
Deprecated version: N/A|Class name: wifi
Method or attribute name: function on(type: "wifiScanStateChange", callback: Callback\): void;
Deprecated version: 9
Substitute API: ohos.wifiManager/wifiManager.on|@ohos.wifi.d.ts| +|Deprecated version changed|Class name: wifi
Method or attribute name: function off(type: "wifiScanStateChange", callback?: Callback\): void;
Deprecated version: N/A|Class name: wifi
Method or attribute name: function off(type: "wifiScanStateChange", callback?: Callback\): void;
Deprecated version: 9
Substitute API: ohos.wifiManager/wifiManager.off|@ohos.wifi.d.ts| +|Deprecated version changed|Class name: wifi
Method or attribute name: function on(type: "wifiRssiChange", callback: Callback\): void;
Deprecated version: N/A|Class name: wifi
Method or attribute name: function on(type: "wifiRssiChange", callback: Callback\): void;
Deprecated version: 9
Substitute API: ohos.wifiManager/wifiManager.on|@ohos.wifi.d.ts| +|Deprecated version changed|Class name: wifi
Method or attribute name: function off(type: "wifiRssiChange", callback?: Callback\): void;
Deprecated version: N/A|Class name: wifi
Method or attribute name: function off(type: "wifiRssiChange", callback?: Callback\): void;
Deprecated version: 9
Substitute API: ohos.wifiManager/wifiManager.off|@ohos.wifi.d.ts| +|Deprecated version changed|Class name: wifi
Method or attribute name: function on(type: "streamChange", callback: Callback\): void;
Deprecated version: N/A|Class name: wifi
Method or attribute name: function on(type: "streamChange", callback: Callback\): void;
Deprecated version: 9
Substitute API: ohos.wifiManager/wifiManager.on|@ohos.wifi.d.ts| +|Deprecated version changed|Class name: wifi
Method or attribute name: function off(type: "streamChange", callback?: Callback\): void;
Deprecated version: N/A|Class name: wifi
Method or attribute name: function off(type: "streamChange", callback?: Callback\): void;
Deprecated version: 9
Substitute API: ohos.wifiManager/wifiManager.off|@ohos.wifi.d.ts| +|Deprecated version changed|Class name: wifi
Method or attribute name: function on(type: "hotspotStateChange", callback: Callback\): void;
Deprecated version: N/A|Class name: wifi
Method or attribute name: function on(type: "hotspotStateChange", callback: Callback\): void;
Deprecated version: 9
Substitute API: ohos.wifiManager/wifiManager.on|@ohos.wifi.d.ts| +|Deprecated version changed|Class name: wifi
Method or attribute name: function off(type: "hotspotStateChange", callback?: Callback\): void;
Deprecated version: N/A|Class name: wifi
Method or attribute name: function off(type: "hotspotStateChange", callback?: Callback\): void;
Deprecated version: 9
Substitute API: ohos.wifiManager/wifiManager.off|@ohos.wifi.d.ts| +|Deprecated version changed|Class name: wifi
Method or attribute name: function on(type: "hotspotStaJoin", callback: Callback\): void;
Deprecated version: N/A|Class name: wifi
Method or attribute name: function on(type: "hotspotStaJoin", callback: Callback\): void;
Deprecated version: 9
Substitute API: ohos.wifiManager/wifiManager.on|@ohos.wifi.d.ts| +|Deprecated version changed|Class name: wifi
Method or attribute name: function off(type: "hotspotStaJoin", callback?: Callback\): void;
Deprecated version: N/A|Class name: wifi
Method or attribute name: function off(type: "hotspotStaJoin", callback?: Callback\): void;
Deprecated version: 9
Substitute API: ohos.wifiManager/wifiManager.off|@ohos.wifi.d.ts| +|Deprecated version changed|Class name: wifi
Method or attribute name: function on(type: "hotspotStaLeave", callback: Callback\): void;
Deprecated version: N/A|Class name: wifi
Method or attribute name: function on(type: "hotspotStaLeave", callback: Callback\): void;
Deprecated version: 9
Substitute API: ohos.wifiManager/wifiManager.on|@ohos.wifi.d.ts| +|Deprecated version changed|Class name: wifi
Method or attribute name: function off(type: "hotspotStaLeave", callback?: Callback\): void;
Deprecated version: N/A|Class name: wifi
Method or attribute name: function off(type: "hotspotStaLeave", callback?: Callback\): void;
Deprecated version: 9
Substitute API: ohos.wifiManager/wifiManager.off|@ohos.wifi.d.ts| +|Deprecated version changed|Class name: wifi
Method or attribute name: function on(type: "p2pStateChange", callback: Callback\): void;
Deprecated version: N/A|Class name: wifi
Method or attribute name: function on(type: "p2pStateChange", callback: Callback\): void;
Deprecated version: 9
Substitute API: ohos.wifiManager/wifiManager.on|@ohos.wifi.d.ts| +|Deprecated version changed|Class name: wifi
Method or attribute name: function off(type: "p2pStateChange", callback?: Callback\): void;
Deprecated version: N/A|Class name: wifi
Method or attribute name: function off(type: "p2pStateChange", callback?: Callback\): void;
Deprecated version: 9
Substitute API: ohos.wifiManager/wifiManager.off|@ohos.wifi.d.ts| +|Deprecated version changed|Class name: wifi
Method or attribute name: function on(type: "p2pConnectionChange", callback: Callback\): void;
Deprecated version: N/A|Class name: wifi
Method or attribute name: function on(type: "p2pConnectionChange", callback: Callback\): void;
Deprecated version: 9
Substitute API: ohos.wifiManager/wifiManager.on|@ohos.wifi.d.ts| +|Deprecated version changed|Class name: wifi
Method or attribute name: function off(type: "p2pConnectionChange", callback?: Callback\): void;
Deprecated version: N/A|Class name: wifi
Method or attribute name: function off(type: "p2pConnectionChange", callback?: Callback\): void;
Deprecated version: 9
Substitute API: ohos.wifiManager/wifiManager.off|@ohos.wifi.d.ts| +|Deprecated version changed|Class name: wifi
Method or attribute name: function on(type: "p2pDeviceChange", callback: Callback\): void;
Deprecated version: N/A|Class name: wifi
Method or attribute name: function on(type: "p2pDeviceChange", callback: Callback\): void;
Deprecated version: 9
Substitute API: ohos.wifiManager/wifiManager.on|@ohos.wifi.d.ts| +|Deprecated version changed|Class name: wifi
Method or attribute name: function off(type: "p2pDeviceChange", callback?: Callback\): void;
Deprecated version: N/A|Class name: wifi
Method or attribute name: function off(type: "p2pDeviceChange", callback?: Callback\): void;
Deprecated version: 9
Substitute API: ohos.wifiManager/wifiManager.off|@ohos.wifi.d.ts| +|Deprecated version changed|Class name: wifi
Method or attribute name: function on(type: "p2pPeerDeviceChange", callback: Callback\): void;
Deprecated version: N/A|Class name: wifi
Method or attribute name: function on(type: "p2pPeerDeviceChange", callback: Callback\): void;
Deprecated version: 9
Substitute API: ohos.wifiManager/wifiManager.on|@ohos.wifi.d.ts| +|Deprecated version changed|Class name: wifi
Method or attribute name: function off(type: "p2pPeerDeviceChange", callback?: Callback\): void;
Deprecated version: N/A|Class name: wifi
Method or attribute name: function off(type: "p2pPeerDeviceChange", callback?: Callback\): void;
Deprecated version: 9
Substitute API: ohos.wifiManager/wifiManager.off|@ohos.wifi.d.ts| +|Deprecated version changed|Class name: wifi
Method or attribute name: function on(type: "p2pPersistentGroupChange", callback: Callback\): void;
Deprecated version: N/A|Class name: wifi
Method or attribute name: function on(type: "p2pPersistentGroupChange", callback: Callback\): void;
Deprecated version: 9
Substitute API: ohos.wifiManager/wifiManager.on|@ohos.wifi.d.ts| +|Deprecated version changed|Class name: wifi
Method or attribute name: function off(type: "p2pPersistentGroupChange", callback?: Callback\): void;
Deprecated version: N/A|Class name: wifi
Method or attribute name: function off(type: "p2pPersistentGroupChange", callback?: Callback\): void;
Deprecated version: 9
Substitute API: ohos.wifiManager/wifiManager.off|@ohos.wifi.d.ts| +|Deprecated version changed|Class name: wifi
Method or attribute name: function on(type: "p2pDiscoveryChange", callback: Callback\): void;
Deprecated version: N/A|Class name: wifi
Method or attribute name: function on(type: "p2pDiscoveryChange", callback: Callback\): void;
Deprecated version: 9
Substitute API: ohos.wifiManager/wifiManager.on|@ohos.wifi.d.ts| +|Deprecated version changed|Class name: wifi
Method or attribute name: function off(type: "p2pDiscoveryChange", callback?: Callback\): void;
Deprecated version: N/A|Class name: wifi
Method or attribute name: function off(type: "p2pDiscoveryChange", callback?: Callback\): void;
Deprecated version: 9
Substitute API: ohos.wifiManager/wifiManager.off|@ohos.wifi.d.ts| +|Deprecated version changed|Class name: WifiDeviceConfig
Deprecated version: N/A|Class name: WifiDeviceConfig
Deprecated version: 9
Substitute API: ohos.wifiManager/wifiManager.WifiDeviceConfig |@ohos.wifi.d.ts| +|Deprecated version changed|Class name: IpConfig
Deprecated version: N/A|Class name: IpConfig
Deprecated version: 9
Substitute API: ohos.wifiManager/wifiManager.IpConfig |@ohos.wifi.d.ts| +|Deprecated version changed|Class name: WifiScanInfo
Deprecated version: N/A|Class name: WifiScanInfo
Deprecated version: 9
Substitute API: ohos.wifiManager/wifiManager.WifiScanInfo |@ohos.wifi.d.ts| +|Deprecated version changed|Class name: WifiSecurityType
Deprecated version: N/A|Class name: WifiSecurityType
Deprecated version: 9
Substitute API: ohos.wifiManager/wifiManager.WifiSecurityType |@ohos.wifi.d.ts| +|Deprecated version changed|Class name: WifiLinkedInfo
Deprecated version: N/A|Class name: WifiLinkedInfo
Deprecated version: 9
Substitute API: ohos.wifiManager/wifiManager.WifiLinkedInfo |@ohos.wifi.d.ts| +|Deprecated version changed|Class name: IpInfo
Deprecated version: N/A|Class name: IpInfo
Deprecated version: 9
Substitute API: ohos.wifiManager/wifiManager.IpInfo |@ohos.wifi.d.ts| +|Deprecated version changed|Class name: HotspotConfig
Deprecated version: N/A|Class name: HotspotConfig
Deprecated version: 9
Substitute API: ohos.wifiManager/wifiManager.HotspotConfig |@ohos.wifi.d.ts| +|Deprecated version changed|Class name: StationInfo
Deprecated version: N/A|Class name: StationInfo
Deprecated version: 9
Substitute API: ohos.wifiManager/wifiManager.StationInfo |@ohos.wifi.d.ts| +|Deprecated version changed|Class name: IpType
Deprecated version: N/A|Class name: IpType
Deprecated version: 9
Substitute API: ohos.wifiManager/wifiManager.IpType |@ohos.wifi.d.ts| +|Deprecated version changed|Class name: SuppState
Deprecated version: N/A|Class name: SuppState
Deprecated version: 9
Substitute API: ohos.wifiManager/wifiManager.SuppState |@ohos.wifi.d.ts| +|Deprecated version changed|Class name: ConnState
Deprecated version: N/A|Class name: ConnState
Deprecated version: 9
Substitute API: ohos.wifiManager/wifiManager.ConnState |@ohos.wifi.d.ts| +|Deprecated version changed|Class name: WifiP2pDevice
Deprecated version: N/A|Class name: WifiP2pDevice
Deprecated version: 9
Substitute API: ohos.wifiManager/wifiManager.WifiP2pDevice |@ohos.wifi.d.ts| +|Deprecated version changed|Class name: WifiP2PConfig
Deprecated version: N/A|Class name: WifiP2PConfig
Deprecated version: 9
Substitute API: ohos.wifiManager/wifiManager.WifiP2PConfig |@ohos.wifi.d.ts| +|Deprecated version changed|Class name: WifiP2pGroupInfo
Deprecated version: N/A|Class name: WifiP2pGroupInfo
Deprecated version: 9
Substitute API: ohos.wifiManager/wifiManager.WifiP2pGroupInfo |@ohos.wifi.d.ts| +|Deprecated version changed|Class name: P2pConnectState
Deprecated version: N/A|Class name: P2pConnectState
Deprecated version: 9
Substitute API: ohos.wifiManager/wifiManager.P2pConnectState |@ohos.wifi.d.ts| +|Deprecated version changed|Class name: WifiP2pLinkedInfo
Deprecated version: N/A|Class name: WifiP2pLinkedInfo
Deprecated version: 9
Substitute API: ohos.wifiManager/wifiManager.WifiP2pLinkedInfo |@ohos.wifi.d.ts| +|Deprecated version changed|Class name: P2pDeviceStatus
Deprecated version: N/A|Class name: P2pDeviceStatus
Deprecated version: 9
Substitute API: ohos.wifiManager/wifiManager.P2pDeviceStatus |@ohos.wifi.d.ts| +|Deprecated version changed|Class name: GroupOwnerBand
Deprecated version: N/A|Class name: GroupOwnerBand
Deprecated version: 9
Substitute API: ohos.wifiManager/wifiManager.GroupOwnerBand |@ohos.wifi.d.ts| +|Deprecated version changed|Class name: wifiext
Method or attribute name: function enableHotspot(): boolean;
Deprecated version: N/A|Class name: wifiext
Method or attribute name: function enableHotspot(): boolean;
Deprecated version: 9
Substitute API: ohos.wifiManagerExt/wifiManagerExt.enableHotspot |@ohos.wifiext.d.ts| +|Deprecated version changed|Class name: wifiext
Method or attribute name: function disableHotspot(): boolean;
Deprecated version: N/A|Class name: wifiext
Method or attribute name: function disableHotspot(): boolean;
Deprecated version: 9
Substitute API: ohos.wifiManagerExt/wifiManagerExt.disableHotspot |@ohos.wifiext.d.ts| +|Deprecated version changed|Class name: wifiext
Method or attribute name: function getSupportedPowerModel(): Promise\>;
Deprecated version: N/A|Class name: wifiext
Method or attribute name: function getSupportedPowerModel(): Promise\>;
Deprecated version: 9
Substitute API: ohos.wifiManagerExt/wifiManagerExt.getSupportedPowerMode |@ohos.wifiext.d.ts| +|Deprecated version changed|Class name: wifiext
Method or attribute name: function getSupportedPowerModel(callback: AsyncCallback\>): void;
Deprecated version: N/A|Class name: wifiext
Method or attribute name: function getSupportedPowerModel(callback: AsyncCallback\>): void;
Deprecated version: 9
Substitute API: ohos.wifiManagerExt/wifiManagerExt.getSupportedPowerMode |@ohos.wifiext.d.ts| +|Deprecated version changed|Class name: wifiext
Method or attribute name: function getPowerModel (): Promise\;
Deprecated version: N/A|Class name: wifiext
Method or attribute name: function getPowerModel (): Promise\;
Deprecated version: 9
Substitute API: ohos.wifiManagerExt/wifiManagerExt.getPowerMode |@ohos.wifiext.d.ts| +|Deprecated version changed|Class name: wifiext
Method or attribute name: function getPowerModel (callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: wifiext
Method or attribute name: function getPowerModel (callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.wifiManagerExt/wifiManagerExt.getPowerMode |@ohos.wifiext.d.ts| +|Deprecated version changed|Class name: wifiext
Method or attribute name: function setPowerModel(model: PowerModel) : boolean
Deprecated version: N/A|Class name: wifiext
Method or attribute name: function setPowerModel(model: PowerModel) : boolean
Deprecated version: 9
Substitute API: ohos.wifiManagerExt/wifiManagerExt.setPowerMode |@ohos.wifiext.d.ts| +|Deprecated version changed|Class name: PowerModel
Deprecated version: N/A|Class name: PowerModel
Deprecated version: 9
Substitute API: ohos.wifiManagerExt/wifiManagerExt.PowerMode |@ohos.wifiext.d.ts| +|Deprecated version changed|Class name: TagSession
Method or attribute name: getTagInfo(): tag.TagInfo;
Deprecated version: N/A|Class name: TagSession
Method or attribute name: getTagInfo(): tag.TagInfo;
Deprecated version: 9
Substitute API: ohos.nfc.tag/tag|tagSession.d.ts| +|Deprecated version changed|Class name: TagSession
Method or attribute name: connectTag(): boolean;
Deprecated version: N/A|Class name: TagSession
Method or attribute name: connectTag(): boolean;
Deprecated version: 9
Substitute API: tagSession.TagSession|tagSession.d.ts| +|Deprecated version changed|Class name: TagSession
Method or attribute name: reset(): void;
Deprecated version: N/A|Class name: TagSession
Method or attribute name: reset(): void;
Deprecated version: 9
Substitute API: tagSession.TagSession|tagSession.d.ts| +|Deprecated version changed|Class name: TagSession
Method or attribute name: isTagConnected(): boolean;
Deprecated version: N/A|Class name: TagSession
Method or attribute name: isTagConnected(): boolean;
Deprecated version: 9
Substitute API: tagSession.TagSession|tagSession.d.ts| +|Deprecated version changed|Class name: TagSession
Method or attribute name: setSendDataTimeout(timeout: number): boolean;
Deprecated version: N/A|Class name: TagSession
Method or attribute name: setSendDataTimeout(timeout: number): boolean;
Deprecated version: 9
Substitute API: tagSession.TagSession|tagSession.d.ts| +|Deprecated version changed|Class name: TagSession
Method or attribute name: getSendDataTimeout(): number;
Deprecated version: N/A|Class name: TagSession
Method or attribute name: getSendDataTimeout(): number;
Deprecated version: 9
Substitute API: tagSession.TagSession|tagSession.d.ts| +|Deprecated version changed|Class name: TagSession
Method or attribute name: sendData(data: number[]): Promise\;
Deprecated version: N/A|Class name: TagSession
Method or attribute name: sendData(data: number[]): Promise\;
Deprecated version: 9
Substitute API: tagSession.TagSession|tagSession.d.ts| +|Deprecated version changed|Class name: TagSession
Method or attribute name: sendData(data: number[], callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: TagSession
Method or attribute name: sendData(data: number[], callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: tagSession.TagSession|tagSession.d.ts| +|Deprecated version changed|Class name: TagSession
Method or attribute name: getMaxSendLength(): number;
Deprecated version: N/A|Class name: TagSession
Method or attribute name: getMaxSendLength(): number;
Deprecated version: 9
Substitute API: tagSession.TagSession|tagSession.d.ts| +|Initial version changed|Class name: A2dpSourceProfile
Method or attribute name: getPlayingState(device: string): PlayingState;
Initial version: N/A|Class name: A2dpSourceProfile
Method or attribute name: getPlayingState(device: string): PlayingState;
Initial version: 8|@ohos.bluetooth.d.ts| +|Initial version changed|Class name: ScanFilter
Initial version: 7|Class name: ScanFilter
Initial version: N/A|@ohos.bluetooth.d.ts| +|Initial version changed|Class name: ScanFilter
Method or attribute name: deviceId?: string;
Initial version: N/A|Class name: ScanFilter
Method or attribute name: deviceId?: string;
Initial version: 7|@ohos.bluetooth.d.ts| +|Initial version changed|Class name: ScanFilter
Method or attribute name: name?: string;
Initial version: N/A|Class name: ScanFilter
Method or attribute name: name?: string;
Initial version: 7|@ohos.bluetooth.d.ts| +|Initial version changed|Class name: ScanFilter
Method or attribute name: serviceUuid?: string;
Initial version: N/A|Class name: ScanFilter
Method or attribute name: serviceUuid?: string;
Initial version: 7|@ohos.bluetooth.d.ts| +|Initial version changed|Class name: ProfileId
Initial version: 8|Class name: ProfileId
Initial version: N/A|@ohos.bluetooth.d.ts| +|Initial version changed|Class name: ProfileId
Method or attribute name: PROFILE_A2DP_SOURCE = 1
Initial version: N/A|Class name: ProfileId
Method or attribute name: PROFILE_A2DP_SOURCE = 1
Initial version: 8|@ohos.bluetooth.d.ts| +|Initial version changed|Class name: ProfileId
Method or attribute name: PROFILE_HANDS_FREE_AUDIO_GATEWAY = 4
Initial version: N/A|Class name: ProfileId
Method or attribute name: PROFILE_HANDS_FREE_AUDIO_GATEWAY = 4
Initial version: 8|@ohos.bluetooth.d.ts| +|Initial version changed|Class name: FeatureType
Initial version: N/A|Class name: FeatureType
Initial version: 6|@ohos.nfc.cardEmulation.d.ts| +|Initial version changed|Class name: TagInfo
Method or attribute name: supportedProfiles: number[];
Initial version: N/A|Class name: TagInfo
Method or attribute name: supportedProfiles: number[];
Initial version: 7|@ohos.nfc.tag.d.ts| +|Permission changed|Class name: bluetooth
Method or attribute name: function startBluetoothDiscovery(): boolean;
Permission: ohos.permission.LOCATION|Class name: bluetooth
Method or attribute name: function startBluetoothDiscovery(): boolean;
Permission: ohos.permission.DISCOVER_BLUETOOTH and ohos.permission.LOCATION|@ohos.bluetooth.d.ts| +|Permission changed|Class name: A2dpSourceProfile
Method or attribute name: connect(device: string): boolean;
Permission: permission ohos.permission.DISCOVER_BLUETOOTH|Class name: A2dpSourceProfile
Method or attribute name: connect(device: string): boolean;
Permission: ohos.permission.DISCOVER_BLUETOOTH|@ohos.bluetooth.d.ts| +|Permission changed|Class name: A2dpSourceProfile
Method or attribute name: disconnect(device: string): boolean;
Permission: permission ohos.permission.DISCOVER_BLUETOOTH|Class name: A2dpSourceProfile
Method or attribute name: disconnect(device: string): boolean;
Permission: ohos.permission.DISCOVER_BLUETOOTH|@ohos.bluetooth.d.ts| +|Permission changed|Class name: HandsFreeAudioGatewayProfile
Method or attribute name: connect(device: string): boolean;
Permission: permission ohos.permission.DISCOVER_BLUETOOTH|Class name: HandsFreeAudioGatewayProfile
Method or attribute name: connect(device: string): boolean;
Permission: ohos.permission.DISCOVER_BLUETOOTH|@ohos.bluetooth.d.ts| +|Permission changed|Class name: HandsFreeAudioGatewayProfile
Method or attribute name: disconnect(device: string): boolean;
Permission: permission ohos.permission.DISCOVER_BLUETOOTH|Class name: HandsFreeAudioGatewayProfile
Method or attribute name: disconnect(device: string): boolean;
Permission: ohos.permission.DISCOVER_BLUETOOTH|@ohos.bluetooth.d.ts| +|Permission changed|Class name: BLE
Method or attribute name: function startBLEScan(filters: Array\, options?: ScanOptions): void;
Permission: ohos.permission.LOCATION|Class name: BLE
Method or attribute name: function startBLEScan(filters: Array\, options?: ScanOptions): void;
Permission: ohos.permission.DISCOVER_BLUETOOTH and ohos.permission.MANAGE_BLUETOOTH and ohos.permission.LOCATION|@ohos.bluetooth.d.ts| +|Permission changed|Class name: connectedTag
Method or attribute name: function init(): boolean;
Permission: s ohos.permission.NFC_TAG|Class name: connectedTag
Method or attribute name: function init(): boolean;
Permission: ohos.permission.NFC_TAG|@ohos.connectedTag.d.ts| +|Permission changed|Class name: connectedTag
Method or attribute name: function uninit(): boolean;
Permission: s ohos.permission.NFC_TAG|Class name: connectedTag
Method or attribute name: function uninit(): boolean;
Permission: ohos.permission.NFC_TAG|@ohos.connectedTag.d.ts| +|Permission changed|Class name: connectedTag
Method or attribute name: function readNdefTag(): Promise\;
Permission: s ohos.permission.NFC_TAG|Class name: connectedTag
Method or attribute name: function readNdefTag(): Promise\;
Permission: ohos.permission.NFC_TAG|@ohos.connectedTag.d.ts| +|Permission changed|Class name: connectedTag
Method or attribute name: function readNdefTag(callback: AsyncCallback\): void;
Permission: s ohos.permission.NFC_TAG|Class name: connectedTag
Method or attribute name: function readNdefTag(callback: AsyncCallback\): void;
Permission: ohos.permission.NFC_TAG|@ohos.connectedTag.d.ts| +|Permission changed|Class name: connectedTag
Method or attribute name: function writeNdefTag(data: string): Promise\;
Permission: s ohos.permission.NFC_TAG|Class name: connectedTag
Method or attribute name: function writeNdefTag(data: string): Promise\;
Permission: ohos.permission.NFC_TAG|@ohos.connectedTag.d.ts| +|Permission changed|Class name: connectedTag
Method or attribute name: function writeNdefTag(data: string, callback: AsyncCallback\): void;
Permission: s ohos.permission.NFC_TAG|Class name: connectedTag
Method or attribute name: function writeNdefTag(data: string, callback: AsyncCallback\): void;
Permission: ohos.permission.NFC_TAG|@ohos.connectedTag.d.ts| +|Permission changed|Class name: connectedTag
Method or attribute name: function on(type: "notify", callback: Callback\): void;
Permission: s ohos.permission.NFC_TAG|Class name: connectedTag
Method or attribute name: function on(type: "notify", callback: Callback\): void;
Permission: ohos.permission.NFC_TAG|@ohos.connectedTag.d.ts| +|Permission changed|Class name: connectedTag
Method or attribute name: function off(type: "notify", callback?:Callback\): void;
Permission: s ohos.permission.NFC_TAG|Class name: connectedTag
Method or attribute name: function off(type: "notify", callback?:Callback\): void;
Permission: ohos.permission.NFC_TAG|@ohos.connectedTag.d.ts| +|Permission changed|Class name: connection
Method or attribute name: function getAddressesByName(host: string, callback: AsyncCallback\>): void;
Permission: ohos.permission.GET_NETWORK_INFO|Class name: connection
Method or attribute name: function getAddressesByName(host: string, callback: AsyncCallback\>): void;
Permission: ohos.permission.INTERNET|@ohos.net.connection.d.ts| +|Permission changed|Class name: connection
Method or attribute name: function getAddressesByName(host: string): Promise\>;
Permission: ohos.permission.GET_NETWORK_INFO|Class name: connection
Method or attribute name: function getAddressesByName(host: string): Promise\>;
Permission: ohos.permission.INTERNET|@ohos.net.connection.d.ts| +|Permission changed|Class name: NetHandle
Method or attribute name: getAddressesByName(host: string, callback: AsyncCallback\>): void;
Permission: ohos.permission.GET_NETWORK_INFO|Class name: NetHandle
Method or attribute name: getAddressesByName(host: string, callback: AsyncCallback\>): void;
Permission: ohos.permission.INTERNET|@ohos.net.connection.d.ts| +|Permission changed|Class name: NetHandle
Method or attribute name: getAddressesByName(host: string): Promise\>;
Permission: ohos.permission.GET_NETWORK_INFO|Class name: NetHandle
Method or attribute name: getAddressesByName(host: string): Promise\>;
Permission: ohos.permission.INTERNET|@ohos.net.connection.d.ts| +|Permission changed|Class name: NetHandle
Method or attribute name: getAddressByName(host: string, callback: AsyncCallback\): void;
Permission: ohos.permission.GET_NETWORK_INFO|Class name: NetHandle
Method or attribute name: getAddressByName(host: string, callback: AsyncCallback\): void;
Permission: ohos.permission.INTERNET|@ohos.net.connection.d.ts| +|Permission changed|Class name: NetHandle
Method or attribute name: getAddressByName(host: string): Promise\;
Permission: ohos.permission.GET_NETWORK_INFO|Class name: NetHandle
Method or attribute name: getAddressByName(host: string): Promise\;
Permission: ohos.permission.INTERNET|@ohos.net.connection.d.ts| +|Permission deleted|Class name: tag
Method or attribute name: function getNfcATag(tagInfo: TagInfo): NfcATag
Permission: ohos.permission.NFC_TAG|Class name: tag
Method or attribute name: function getNfcATag(tagInfo: TagInfo): NfcATag
Permission: N/A|@ohos.nfc.tag.d.ts| +|Permission deleted|Class name: tag
Method or attribute name: function getNfcBTag(tagInfo: TagInfo): NfcBTag
Permission: ohos.permission.NFC_TAG|Class name: tag
Method or attribute name: function getNfcBTag(tagInfo: TagInfo): NfcBTag
Permission: N/A|@ohos.nfc.tag.d.ts| +|Permission deleted|Class name: tag
Method or attribute name: function getNfcFTag(tagInfo: TagInfo): NfcFTag
Permission: ohos.permission.NFC_TAG|Class name: tag
Method or attribute name: function getNfcFTag(tagInfo: TagInfo): NfcFTag
Permission: N/A|@ohos.nfc.tag.d.ts| +|Permission deleted|Class name: tag
Method or attribute name: function getNfcVTag(tagInfo: TagInfo): NfcVTag
Permission: ohos.permission.NFC_TAG|Class name: tag
Method or attribute name: function getNfcVTag(tagInfo: TagInfo): NfcVTag
Permission: N/A|@ohos.nfc.tag.d.ts| +|Permission deleted|Class name: NfcATag
Method or attribute name: getSak(): number;
Permission: ohos.permission.NFC_TAG|Class name: NfcATag
Method or attribute name: getSak(): number;
Permission: N/A|nfctech.d.ts| +|Permission deleted|Class name: NfcATag
Method or attribute name: getAtqa(): number[];
Permission: ohos.permission.NFC_TAG|Class name: NfcATag
Method or attribute name: getAtqa(): number[];
Permission: N/A|nfctech.d.ts| +|Permission deleted|Class name: NfcBTag
Method or attribute name: getRespAppData(): number[];
Permission: ohos.permission.NFC_TAG|Class name: NfcBTag
Method or attribute name: getRespAppData(): number[];
Permission: N/A|nfctech.d.ts| +|Permission deleted|Class name: NfcBTag
Method or attribute name: getRespProtocol(): number[];
Permission: ohos.permission.NFC_TAG|Class name: NfcBTag
Method or attribute name: getRespProtocol(): number[];
Permission: N/A|nfctech.d.ts| +|Permission deleted|Class name: NfcFTag
Method or attribute name: getSystemCode(): number[];
Permission: ohos.permission.NFC_TAG|Class name: NfcFTag
Method or attribute name: getSystemCode(): number[];
Permission: N/A|nfctech.d.ts| +|Permission deleted|Class name: NfcFTag
Method or attribute name: getPmm(): number[];
Permission: ohos.permission.NFC_TAG|Class name: NfcFTag
Method or attribute name: getPmm(): number[];
Permission: N/A|nfctech.d.ts| +|Permission deleted|Class name: NfcVTag
Method or attribute name: getResponseFlags(): number;
Permission: ohos.permission.NFC_TAG|Class name: NfcVTag
Method or attribute name: getResponseFlags(): number;
Permission: N/A|nfctech.d.ts| +|Permission deleted|Class name: NfcVTag
Method or attribute name: getDsfId(): number;
Permission: ohos.permission.NFC_TAG|Class name: NfcVTag
Method or attribute name: getDsfId(): number;
Permission: N/A|nfctech.d.ts| +|Permission deleted|Class name: TagSession
Method or attribute name: isTagConnected(): boolean;
Permission: ohos.permission.NFC_TAG|Class name: TagSession
Method or attribute name: isTagConnected(): boolean;
Permission: N/A|tagSession.d.ts| +|Error code added|NA|Class name: connection
Method or attribute name: function getDefaultNet(callback: AsyncCallback\): void;
Error code: 201, 2100002, 2100003|@ohos.net.connection.d.ts| +|Error code added|NA|Class name: connection
Method or attribute name: function getDefaultNet(): Promise\;
Error code: 201, 2100002, 2100003|@ohos.net.connection.d.ts| +|Error code added|NA|Class name: connection
Method or attribute name: function getAllNets(callback: AsyncCallback\>): void;
Error code: 201, 2100002, 2100003|@ohos.net.connection.d.ts| +|Error code added|NA|Class name: connection
Method or attribute name: function getAllNets(): Promise\>;
Error code: 201, 2100002, 2100003|@ohos.net.connection.d.ts| +|Error code added|NA|Class name: connection
Method or attribute name: function getConnectionProperties(netHandle: NetHandle, callback: AsyncCallback\): void;
Error code: 201, 401, 2100001, 2100002, 2100003|@ohos.net.connection.d.ts| +|Error code added|NA|Class name: connection
Method or attribute name: function getConnectionProperties(netHandle: NetHandle): Promise\;
Error code: 201, 401, 2100001, 2100002, 2100003|@ohos.net.connection.d.ts| +|Error code added|NA|Class name: connection
Method or attribute name: function getNetCapabilities(netHandle: NetHandle, callback: AsyncCallback\): void;
Error code: 201, 401, 2100001, 2100002, 2100003|@ohos.net.connection.d.ts| +|Error code added|NA|Class name: connection
Method or attribute name: function getNetCapabilities(netHandle: NetHandle): Promise\;
Error code: 201, 401, 2100001, 2100002, 2100003|@ohos.net.connection.d.ts| +|Error code added|NA|Class name: connection
Method or attribute name: function hasDefaultNet(callback: AsyncCallback\): void;
Error code: 201, 2100002, 2100003|@ohos.net.connection.d.ts| +|Error code added|NA|Class name: connection
Method or attribute name: function hasDefaultNet(): Promise\;
Error code: 201, 2100002, 2100003|@ohos.net.connection.d.ts| +|Error code added|NA|Class name: connection
Method or attribute name: function enableAirplaneMode(callback: AsyncCallback\): void;
Error code: 201, 2100002, 2100003|@ohos.net.connection.d.ts| +|Error code added|NA|Class name: connection
Method or attribute name: function enableAirplaneMode(): Promise\;
Error code: 201, 2100002, 2100003|@ohos.net.connection.d.ts| +|Error code added|NA|Class name: connection
Method or attribute name: function disableAirplaneMode(callback: AsyncCallback\): void;
Error code: 201, 2100002, 2100003|@ohos.net.connection.d.ts| +|Error code added|NA|Class name: connection
Method or attribute name: function disableAirplaneMode(): Promise\;
Error code: 201, 2100002, 2100003|@ohos.net.connection.d.ts| +|Error code added|NA|Class name: connection
Method or attribute name: function reportNetConnected(netHandle: NetHandle, callback: AsyncCallback\): void;
Error code: 201, 401, 2100001, 2100002, 2100003|@ohos.net.connection.d.ts| +|Error code added|NA|Class name: connection
Method or attribute name: function reportNetConnected(netHandle: NetHandle): Promise\;
Error code: 201, 401, 2100001, 2100002, 2100003|@ohos.net.connection.d.ts| +|Error code added|NA|Class name: connection
Method or attribute name: function reportNetDisconnected(netHandle: NetHandle, callback: AsyncCallback\): void;
Error code: 201, 401, 2100001, 2100002, 2100003|@ohos.net.connection.d.ts| +|Error code added|NA|Class name: connection
Method or attribute name: function reportNetDisconnected(netHandle: NetHandle): Promise\;
Error code: 201, 401, 2100001, 2100002, 2100003|@ohos.net.connection.d.ts| +|Error code added|NA|Class name: connection
Method or attribute name: function getAddressesByName(host: string, callback: AsyncCallback\>): void;
Error code: 201, 401, 2100001, 2100002, 2100003|@ohos.net.connection.d.ts| +|Error code added|NA|Class name: connection
Method or attribute name: function getAddressesByName(host: string): Promise\>;
Error code: 201, 401, 2100001, 2100002, 2100003|@ohos.net.connection.d.ts| +|Error code added|NA|Class name: NetConnection
Method or attribute name: register(callback: AsyncCallback\): void;
Error code: 201, 2100002, 2100003, 2101008, 2101022|@ohos.net.connection.d.ts| +|Error code added|NA|Class name: NetConnection
Method or attribute name: unregister(callback: AsyncCallback\): void;
Error code: 2100002, 2100003, 2101007|@ohos.net.connection.d.ts| +|Error code added|NA|Class name: NetHandle
Method or attribute name: getAddressesByName(host: string, callback: AsyncCallback\>): void;
Error code: 201, 401, 2100001, 2100002, 2100003|@ohos.net.connection.d.ts| +|Error code added|NA|Class name: NetHandle
Method or attribute name: getAddressesByName(host: string): Promise\>;
Error code: 201, 401, 2100001, 2100002, 2100003|@ohos.net.connection.d.ts| +|Error code added|NA|Class name: NetHandle
Method or attribute name: getAddressByName(host: string, callback: AsyncCallback\): void;
Error code: 201, 401, 2100001, 2100002, 2100003|@ohos.net.connection.d.ts| +|Error code added|NA|Class name: NetHandle
Method or attribute name: getAddressByName(host: string): Promise\;
Error code: 201, 401, 2100001, 2100002, 2100003|@ohos.net.connection.d.ts| +|Error code added|NA|Class name: HttpRequest
Method or attribute name: request(url: string, callback: AsyncCallback\): void;
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
Method or attribute name: request(url: string, options: HttpRequestOptions, callback: AsyncCallback\): void;
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
Method or attribute name: request(url: string, options?: HttpRequestOptions): Promise\;
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: UDPSocket
Method or attribute name: bind(address: NetAddress, callback: AsyncCallback\): void;
Error code: 401, 201|@ohos.net.socket.d.ts| +|Error code added|NA|Class name: UDPSocket
Method or attribute name: bind(address: NetAddress): Promise\;
Error code: 401, 201|@ohos.net.socket.d.ts| +|Error code added|NA|Class name: UDPSocket
Method or attribute name: send(options: UDPSendOptions, callback: AsyncCallback\): void;
Error code: 401, 201|@ohos.net.socket.d.ts| +|Error code added|NA|Class name: UDPSocket
Method or attribute name: send(options: UDPSendOptions): Promise\;
Error code: 401, 201|@ohos.net.socket.d.ts| +|Error code added|NA|Class name: UDPSocket
Method or attribute name: close(callback: AsyncCallback\): void;
Error code: 201|@ohos.net.socket.d.ts| +|Error code added|NA|Class name: UDPSocket
Method or attribute name: close(): Promise\;
Error code: 201|@ohos.net.socket.d.ts| +|Error code added|NA|Class name: UDPSocket
Method or attribute name: getState(callback: AsyncCallback\): void;
Error code: 201|@ohos.net.socket.d.ts| +|Error code added|NA|Class name: UDPSocket
Method or attribute name: getState(): Promise\;
Error code: 201|@ohos.net.socket.d.ts| +|Error code added|NA|Class name: UDPSocket
Method or attribute name: setExtraOptions(options: UDPExtraOptions, callback: AsyncCallback\): void;
Error code: 401, 201|@ohos.net.socket.d.ts| +|Error code added|NA|Class name: UDPSocket
Method or attribute name: setExtraOptions(options: UDPExtraOptions): Promise\;
Error code: 401, 201|@ohos.net.socket.d.ts| +|Error code added|NA|Class name: TCPSocket
Method or attribute name: bind(address: NetAddress, callback: AsyncCallback\): void;
Error code: 401, 201|@ohos.net.socket.d.ts| +|Error code added|NA|Class name: TCPSocket
Method or attribute name: bind(address: NetAddress): Promise\;
Error code: 401, 201|@ohos.net.socket.d.ts| +|Error code added|NA|Class name: TCPSocket
Method or attribute name: connect(options: TCPConnectOptions, callback: AsyncCallback\): void;
Error code: 401, 201|@ohos.net.socket.d.ts| +|Error code added|NA|Class name: TCPSocket
Method or attribute name: connect(options: TCPConnectOptions): Promise\;
Error code: 401, 201|@ohos.net.socket.d.ts| +|Error code added|NA|Class name: TCPSocket
Method or attribute name: send(options: TCPSendOptions, callback: AsyncCallback\): void;
Error code: 401, 201|@ohos.net.socket.d.ts| +|Error code added|NA|Class name: TCPSocket
Method or attribute name: send(options: TCPSendOptions): Promise\;
Error code: 401, 201|@ohos.net.socket.d.ts| +|Error code added|NA|Class name: TCPSocket
Method or attribute name: close(callback: AsyncCallback\): void;
Error code: 201|@ohos.net.socket.d.ts| +|Error code added|NA|Class name: TCPSocket
Method or attribute name: close(): Promise\;
Error code: 201|@ohos.net.socket.d.ts| +|Error code added|NA|Class name: TCPSocket
Method or attribute name: getRemoteAddress(callback: AsyncCallback\): void;
Error code: 201|@ohos.net.socket.d.ts| +|Error code added|NA|Class name: TCPSocket
Method or attribute name: getRemoteAddress(): Promise\;
Error code: 201|@ohos.net.socket.d.ts| +|Error code added|NA|Class name: TCPSocket
Method or attribute name: getState(callback: AsyncCallback\): void;
Error code: 201|@ohos.net.socket.d.ts| +|Error code added|NA|Class name: TCPSocket
Method or attribute name: getState(): Promise\;
Error code: 201|@ohos.net.socket.d.ts| +|Error code added|NA|Class name: TCPSocket
Method or attribute name: setExtraOptions(options: TCPExtraOptions, callback: AsyncCallback\): void;
Error code: 401, 201|@ohos.net.socket.d.ts| +|Error code added|NA|Class name: TCPSocket
Method or attribute name: setExtraOptions(options: TCPExtraOptions): Promise\;
Error code: 401, 201|@ohos.net.socket.d.ts| +|Error code added|NA|Class name: WebSocket
Method or attribute name: connect(url: string, callback: AsyncCallback\): void;
Error code: 401, 201|@ohos.net.webSocket.d.ts| +|Error code added|NA|Class name: WebSocket
Method or attribute name: connect(url: string, options: WebSocketRequestOptions, callback: AsyncCallback\): void;
Error code: 401, 201|@ohos.net.webSocket.d.ts| +|Error code added|NA|Class name: WebSocket
Method or attribute name: connect(url: string, options?: WebSocketRequestOptions): Promise\;
Error code: 401, 201|@ohos.net.webSocket.d.ts| +|Error code added|NA|Class name: WebSocket
Method or attribute name: send(data: string \| ArrayBuffer, callback: AsyncCallback\): void;
Error code: 401, 201|@ohos.net.webSocket.d.ts| +|Error code added|NA|Class name: WebSocket
Method or attribute name: send(data: string \| ArrayBuffer): Promise\;
Error code: 401, 201|@ohos.net.webSocket.d.ts| +|Error code added|NA|Class name: WebSocket
Method or attribute name: close(callback: AsyncCallback\): void;
Error code: 401, 201|@ohos.net.webSocket.d.ts| +|Error code added|NA|Class name: WebSocket
Method or attribute name: close(options: WebSocketCloseOptions, callback: AsyncCallback\): void;
Error code: 401, 201|@ohos.net.webSocket.d.ts| +|Error code added|NA|Class name: WebSocket
Method or attribute name: close(options?: WebSocketCloseOptions): Promise\;
Error code: 401, 201|@ohos.net.webSocket.d.ts| +|Permission added|Class name: connection
Method or attribute name: function hasDefaultNet(callback: AsyncCallback\): void;
Permission: N/A|Class name: connection
Method or attribute name: function hasDefaultNet(callback: AsyncCallback\): void;
Permission: ohos.permission.GET_NETWORK_INFO|@ohos.net.connection.d.ts| +|Permission added|Class name: connection
Method or attribute name: function hasDefaultNet(): Promise\;
Permission: N/A|Class name: connection
Method or attribute name: function hasDefaultNet(): Promise\;
Permission: ohos.permission.GET_NETWORK_INFO|@ohos.net.connection.d.ts| +|Permission added|Class name: connection
Method or attribute name: function enableAirplaneMode(callback: AsyncCallback\): void;
Permission: N/A|Class name: connection
Method or attribute name: function enableAirplaneMode(callback: AsyncCallback\): void;
Permission: ohos.permission.CONNECTIVITY_INTERNAL|@ohos.net.connection.d.ts| +|Permission added|Class name: connection
Method or attribute name: function enableAirplaneMode(): Promise\;
Permission: N/A|Class name: connection
Method or attribute name: function enableAirplaneMode(): Promise\;
Permission: ohos.permission.CONNECTIVITY_INTERNAL|@ohos.net.connection.d.ts| +|Permission added|Class name: connection
Method or attribute name: function disableAirplaneMode(callback: AsyncCallback\): void;
Permission: N/A|Class name: connection
Method or attribute name: function disableAirplaneMode(callback: AsyncCallback\): void;
Permission: ohos.permission.CONNECTIVITY_INTERNAL|@ohos.net.connection.d.ts| +|Permission added|Class name: connection
Method or attribute name: function disableAirplaneMode(): Promise\;
Permission: N/A|Class name: connection
Method or attribute name: function disableAirplaneMode(): Promise\;
Permission: ohos.permission.CONNECTIVITY_INTERNAL|@ohos.net.connection.d.ts| +|SysCap changed|Class name: cardEmulation
SysCap:SystemCapability.Communication.NFC.Core|Class name: cardEmulation
SysCap:SystemCapability.Communication.NFC.CardEmulation|@ohos.nfc.cardEmulation.d.ts| +|SysCap changed|Class name: FeatureType
SysCap:SystemCapability.Communication.NFC.Core|Class name: FeatureType
SysCap:SystemCapability.Communication.NFC.CardEmulation|@ohos.nfc.cardEmulation.d.ts| +|SysCap changed|Class name: FeatureType
Method or attribute name: HCE = 0
SysCap:SystemCapability.Communication.NFC.Core|Class name: FeatureType
Method or attribute name: HCE = 0
SysCap:SystemCapability.Communication.NFC.CardEmulation|@ohos.nfc.cardEmulation.d.ts| +|SysCap changed|Class name: FeatureType
Method or attribute name: UICC = 1
SysCap:SystemCapability.Communication.NFC.Core|Class name: FeatureType
Method or attribute name: UICC = 1
SysCap:SystemCapability.Communication.NFC.CardEmulation|@ohos.nfc.cardEmulation.d.ts| +|SysCap changed|Class name: FeatureType
Method or attribute name: ESE = 2
SysCap:SystemCapability.Communication.NFC.Core|Class name: FeatureType
Method or attribute name: ESE = 2
SysCap:SystemCapability.Communication.NFC.CardEmulation|@ohos.nfc.cardEmulation.d.ts| +|SysCap changed|Class name: cardEmulation
Method or attribute name: function isSupported(feature: number): boolean;
SysCap:SystemCapability.Communication.NFC.Core|Class name: cardEmulation
Method or attribute name: function isSupported(feature: number): boolean;
SysCap:SystemCapability.Communication.NFC.CardEmulation|@ohos.nfc.cardEmulation.d.ts| +|SysCap changed|Class name: HceService
SysCap:SystemCapability.Communication.NFC.Core|Class name: HceService
SysCap:SystemCapability.Communication.NFC.CardEmulation|@ohos.nfc.cardEmulation.d.ts| +|SysCap changed|Class name: HceService
Method or attribute name: startHCE(aidList: string[]): boolean;
SysCap:SystemCapability.Communication.NFC.Core|Class name: HceService
Method or attribute name: startHCE(aidList: string[]): boolean;
SysCap:SystemCapability.Communication.NFC.CardEmulation|@ohos.nfc.cardEmulation.d.ts| +|SysCap changed|Class name: HceService
Method or attribute name: stopHCE(): boolean;
SysCap:SystemCapability.Communication.NFC.Core|Class name: HceService
Method or attribute name: stopHCE(): boolean;
SysCap:SystemCapability.Communication.NFC.CardEmulation|@ohos.nfc.cardEmulation.d.ts| +|SysCap changed|Class name: HceService
Method or attribute name: on(type: "hceCmd", callback: AsyncCallback\): void;
SysCap:SystemCapability.Communication.NFC.Core|Class name: HceService
Method or attribute name: on(type: "hceCmd", callback: AsyncCallback\): void;
SysCap:SystemCapability.Communication.NFC.CardEmulation|@ohos.nfc.cardEmulation.d.ts| +|SysCap changed|Class name: HceService
Method or attribute name: sendResponse(responseApdu: number[]): void;
SysCap:SystemCapability.Communication.NFC.Core|Class name: HceService
Method or attribute name: sendResponse(responseApdu: number[]): void;
SysCap:SystemCapability.Communication.NFC.CardEmulation|@ohos.nfc.cardEmulation.d.ts| +|SysCap changed|Class name: tag
SysCap:SystemCapability.Communication.NFC.Core|Class name: tag
SysCap:SystemCapability.Communication.NFC.Tag|@ohos.nfc.tag.d.ts| +|SysCap changed|Class name: tag
Method or attribute name: const NFC_A = 1;
SysCap:SystemCapability.Communication.NFC.Core|Class name: tag
Method or attribute name: const NFC_A = 1;
SysCap:SystemCapability.Communication.NFC.Tag|@ohos.nfc.tag.d.ts| +|SysCap changed|Class name: tag
Method or attribute name: const NFC_B = 2;
SysCap:SystemCapability.Communication.NFC.Core|Class name: tag
Method or attribute name: const NFC_B = 2;
SysCap:SystemCapability.Communication.NFC.Tag|@ohos.nfc.tag.d.ts| +|SysCap changed|Class name: tag
Method or attribute name: const ISO_DEP = 3;
SysCap:SystemCapability.Communication.NFC.Core|Class name: tag
Method or attribute name: const ISO_DEP = 3;
SysCap:SystemCapability.Communication.NFC.Tag|@ohos.nfc.tag.d.ts| +|SysCap changed|Class name: tag
Method or attribute name: const NFC_F = 4;
SysCap:SystemCapability.Communication.NFC.Core|Class name: tag
Method or attribute name: const NFC_F = 4;
SysCap:SystemCapability.Communication.NFC.Tag|@ohos.nfc.tag.d.ts| +|SysCap changed|Class name: tag
Method or attribute name: const NFC_V = 5;
SysCap:SystemCapability.Communication.NFC.Core|Class name: tag
Method or attribute name: const NFC_V = 5;
SysCap:SystemCapability.Communication.NFC.Tag|@ohos.nfc.tag.d.ts| +|SysCap changed|Class name: tag
Method or attribute name: const NDEF = 6;
SysCap:SystemCapability.Communication.NFC.Core|Class name: tag
Method or attribute name: const NDEF = 6;
SysCap:SystemCapability.Communication.NFC.Tag|@ohos.nfc.tag.d.ts| +|SysCap changed|Class name: tag
Method or attribute name: const MIFARE_CLASSIC = 8;
SysCap:SystemCapability.Communication.NFC.Core|Class name: tag
Method or attribute name: const MIFARE_CLASSIC = 8;
SysCap:SystemCapability.Communication.NFC.Tag|@ohos.nfc.tag.d.ts| +|SysCap changed|Class name: tag
Method or attribute name: const MIFARE_ULTRALIGHT = 9;
SysCap:SystemCapability.Communication.NFC.Core|Class name: tag
Method or attribute name: const MIFARE_ULTRALIGHT = 9;
SysCap:SystemCapability.Communication.NFC.Tag|@ohos.nfc.tag.d.ts| +|SysCap changed|Class name: tag
Method or attribute name: function getNfcATag(tagInfo: TagInfo): NfcATag
SysCap:SystemCapability.Communication.NFC.Core|Class name: tag
Method or attribute name: function getNfcATag(tagInfo: TagInfo): NfcATag
SysCap:SystemCapability.Communication.NFC.Tag|@ohos.nfc.tag.d.ts| +|SysCap changed|Class name: tag
Method or attribute name: function getNfcBTag(tagInfo: TagInfo): NfcBTag
SysCap:SystemCapability.Communication.NFC.Core|Class name: tag
Method or attribute name: function getNfcBTag(tagInfo: TagInfo): NfcBTag
SysCap:SystemCapability.Communication.NFC.Tag|@ohos.nfc.tag.d.ts| +|SysCap changed|Class name: tag
Method or attribute name: function getNfcFTag(tagInfo: TagInfo): NfcFTag
SysCap:SystemCapability.Communication.NFC.Core|Class name: tag
Method or attribute name: function getNfcFTag(tagInfo: TagInfo): NfcFTag
SysCap:SystemCapability.Communication.NFC.Tag|@ohos.nfc.tag.d.ts| +|SysCap changed|Class name: tag
Method or attribute name: function getNfcVTag(tagInfo: TagInfo): NfcVTag
SysCap:SystemCapability.Communication.NFC.Core|Class name: tag
Method or attribute name: function getNfcVTag(tagInfo: TagInfo): NfcVTag
SysCap:SystemCapability.Communication.NFC.Tag|@ohos.nfc.tag.d.ts| +|SysCap changed|Class name: TagInfo
SysCap:SystemCapability.Communication.NFC.Core|Class name: TagInfo
SysCap:SystemCapability.Communication.NFC.Tag|@ohos.nfc.tag.d.ts| +|SysCap changed|Class name: TagInfo
Method or attribute name: supportedProfiles: number[];
SysCap:SystemCapability.Communication.NFC.Core|Class name: TagInfo
Method or attribute name: supportedProfiles: number[];
SysCap:SystemCapability.Communication.NFC.Tag|@ohos.nfc.tag.d.ts| +|SysCap changed|Class name: NfcATag
SysCap:SystemCapability.Communication.NFC.Core|Class name: NfcATag
SysCap:SystemCapability.Communication.NFC.Tag|nfctech.d.ts| +|SysCap changed|Class name: NfcATag
Method or attribute name: getSak(): number;
SysCap:SystemCapability.Communication.NFC.Core|Class name: NfcATag
Method or attribute name: getSak(): number;
SysCap:SystemCapability.Communication.NFC.Tag|nfctech.d.ts| +|SysCap changed|Class name: NfcATag
Method or attribute name: getAtqa(): number[];
SysCap:SystemCapability.Communication.NFC.Core|Class name: NfcATag
Method or attribute name: getAtqa(): number[];
SysCap:SystemCapability.Communication.NFC.Tag|nfctech.d.ts| +|SysCap changed|Class name: NfcBTag
SysCap:SystemCapability.Communication.NFC.Core|Class name: NfcBTag
SysCap:SystemCapability.Communication.NFC.Tag|nfctech.d.ts| +|SysCap changed|Class name: NfcBTag
Method or attribute name: getRespAppData(): number[];
SysCap:SystemCapability.Communication.NFC.Core|Class name: NfcBTag
Method or attribute name: getRespAppData(): number[];
SysCap:SystemCapability.Communication.NFC.Tag|nfctech.d.ts| +|SysCap changed|Class name: NfcBTag
Method or attribute name: getRespProtocol(): number[];
SysCap:SystemCapability.Communication.NFC.Core|Class name: NfcBTag
Method or attribute name: getRespProtocol(): number[];
SysCap:SystemCapability.Communication.NFC.Tag|nfctech.d.ts| +|SysCap changed|Class name: NfcFTag
SysCap:SystemCapability.Communication.NFC.Core|Class name: NfcFTag
SysCap:SystemCapability.Communication.NFC.Tag|nfctech.d.ts| +|SysCap changed|Class name: NfcFTag
Method or attribute name: getSystemCode(): number[];
SysCap:SystemCapability.Communication.NFC.Core|Class name: NfcFTag
Method or attribute name: getSystemCode(): number[];
SysCap:SystemCapability.Communication.NFC.Tag|nfctech.d.ts| +|SysCap changed|Class name: NfcFTag
Method or attribute name: getPmm(): number[];
SysCap:SystemCapability.Communication.NFC.Core|Class name: NfcFTag
Method or attribute name: getPmm(): number[];
SysCap:SystemCapability.Communication.NFC.Tag|nfctech.d.ts| +|SysCap changed|Class name: NfcVTag
SysCap:SystemCapability.Communication.NFC.Core|Class name: NfcVTag
SysCap:SystemCapability.Communication.NFC.Tag|nfctech.d.ts| +|SysCap changed|Class name: NfcVTag
Method or attribute name: getResponseFlags(): number;
SysCap:SystemCapability.Communication.NFC.Core|Class name: NfcVTag
Method or attribute name: getResponseFlags(): number;
SysCap:SystemCapability.Communication.NFC.Tag|nfctech.d.ts| +|SysCap changed|Class name: NfcVTag
Method or attribute name: getDsfId(): number;
SysCap:SystemCapability.Communication.NFC.Core|Class name: NfcVTag
Method or attribute name: getDsfId(): number;
SysCap:SystemCapability.Communication.NFC.Tag|nfctech.d.ts| +|SysCap changed|Class name: TagSession
SysCap:SystemCapability.Communication.NFC.Core|Class name: TagSession
SysCap:SystemCapability.Communication.NFC.Tag|tagSession.d.ts| +|SysCap changed|Class name: TagSession
Method or attribute name: getTagInfo(): tag.TagInfo;
SysCap:SystemCapability.Communication.NFC.Core|Class name: TagSession
Method or attribute name: getTagInfo(): tag.TagInfo;
SysCap:SystemCapability.Communication.NFC.Tag|tagSession.d.ts| +|SysCap changed|Class name: TagSession
Method or attribute name: connectTag(): boolean;
SysCap:SystemCapability.Communication.NFC.Core|Class name: TagSession
Method or attribute name: connectTag(): boolean;
SysCap:SystemCapability.Communication.NFC.Tag|tagSession.d.ts| +|SysCap changed|Class name: TagSession
Method or attribute name: reset(): void;
SysCap:SystemCapability.Communication.NFC.Core|Class name: TagSession
Method or attribute name: reset(): void;
SysCap:SystemCapability.Communication.NFC.Tag|tagSession.d.ts| +|SysCap changed|Class name: TagSession
Method or attribute name: isTagConnected(): boolean;
SysCap:SystemCapability.Communication.NFC.Core|Class name: TagSession
Method or attribute name: isTagConnected(): boolean;
SysCap:SystemCapability.Communication.NFC.Tag|tagSession.d.ts| +|SysCap changed|Class name: TagSession
Method or attribute name: setSendDataTimeout(timeout: number): boolean;
SysCap:SystemCapability.Communication.NFC.Core|Class name: TagSession
Method or attribute name: setSendDataTimeout(timeout: number): boolean;
SysCap:SystemCapability.Communication.NFC.Tag|tagSession.d.ts| +|SysCap changed|Class name: TagSession
Method or attribute name: getSendDataTimeout(): number;
SysCap:SystemCapability.Communication.NFC.Core|Class name: TagSession
Method or attribute name: getSendDataTimeout(): number;
SysCap:SystemCapability.Communication.NFC.Tag|tagSession.d.ts| +|SysCap changed|Class name: TagSession
Method or attribute name: sendData(data: number[]): Promise\;
SysCap:SystemCapability.Communication.NFC.Core|Class name: TagSession
Method or attribute name: sendData(data: number[]): Promise\;
SysCap:SystemCapability.Communication.NFC.Tag|tagSession.d.ts| +|SysCap changed|Class name: TagSession
Method or attribute name: sendData(data: number[], callback: AsyncCallback\): void;
SysCap:SystemCapability.Communication.NFC.Core|Class name: TagSession
Method or attribute name: sendData(data: number[], callback: AsyncCallback\): void;
SysCap:SystemCapability.Communication.NFC.Tag|tagSession.d.ts| +|SysCap changed|Class name: TagSession
Method or attribute name: getMaxSendLength(): number;
SysCap:SystemCapability.Communication.NFC.Core|Class name: TagSession
Method or attribute name: getMaxSendLength(): number;
SysCap:SystemCapability.Communication.NFC.Tag|tagSession.d.ts| diff --git a/en/release-notes/api-diff/v3.2-Release/js-apidiff-compiler-and-runtime.md b/en/release-notes/api-diff/v3.2-Release/js-apidiff-compiler-and-runtime.md new file mode 100644 index 0000000000000000000000000000000000000000..03dc315b44998e9f00c8d1b050eacf3d3c1ec633 --- /dev/null +++ b/en/release-notes/api-diff/v3.2-Release/js-apidiff-compiler-and-runtime.md @@ -0,0 +1,687 @@ +| Change Type | Old Version | New Version | d.ts File | +| ---- | ------ | ------ | -------- | +|Added|NA|Module name: ohos.buffer
Class name: buffer|@ohos.buffer.d.ts| +|Added|NA|Module name: ohos.buffer
Class name: BufferEncoding
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
Class name: BufferEncoding
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
Class name: BufferEncoding
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
Class name: BufferEncoding
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
Class name: BufferEncoding
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
Class name: BufferEncoding
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
Class name: BufferEncoding
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
Class name: BufferEncoding
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
Class name: BufferEncoding
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
Class name: BufferEncoding
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
Class name: BufferEncoding
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
Class name: TypedArray|@ohos.buffer.d.ts| +|Added|NA|Module name: ohos.buffer
Class name: buffer
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
Class name: buffer
Method or attribute name: function allocUninitializedFromPool(size: number): Buffer;|@ohos.buffer.d.ts| +|Added|NA|Module name: ohos.buffer
Class name: buffer
Method or attribute name: function allocUninitialized(size: number): Buffer;|@ohos.buffer.d.ts| +|Added|NA|Module name: ohos.buffer
Class name: buffer
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
Class name: buffer
Method or attribute name: function concat(list: Buffer[] \| Uint8Array[], totalLength?: number): Buffer;|@ohos.buffer.d.ts| +|Added|NA|Module name: ohos.buffer
Class name: buffer
Method or attribute name: function from(array: number[]): Buffer;|@ohos.buffer.d.ts| +|Added|NA|Module name: ohos.buffer
Class name: buffer
Method or attribute name: function from(arrayBuffer: ArrayBuffer \| SharedArrayBuffer, byteOffset?: number, length?: number): Buffer;|@ohos.buffer.d.ts| +|Added|NA|Module name: ohos.buffer
Class name: buffer
Method or attribute name: function from(buffer: Buffer \| Uint8Array): Buffer;|@ohos.buffer.d.ts| +|Added|NA|Module name: ohos.buffer
Class name: buffer
Method or attribute name: function from(object: Object, offsetOrEncoding: number \| string, length: number): Buffer;|@ohos.buffer.d.ts| +|Added|NA|Module name: ohos.buffer
Class name: buffer
Method or attribute name: function from(string: String, encoding?: BufferEncoding): Buffer;|@ohos.buffer.d.ts| +|Added|NA|Module name: ohos.buffer
Class name: buffer
Method or attribute name: function isBuffer(obj: Object): boolean;|@ohos.buffer.d.ts| +|Added|NA|Module name: ohos.buffer
Class name: buffer
Method or attribute name: function isEncoding(encoding: string):boolean;|@ohos.buffer.d.ts| +|Added|NA|Module name: ohos.buffer
Class name: buffer
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
Class name: buffer
Method or attribute name: function transcode(source: Buffer \| Uint8Array, fromEnc: string, toEnc: string): Buffer;|@ohos.buffer.d.ts| +|Added|NA|Module name: ohos.buffer
Class name: Buffer|@ohos.buffer.d.ts| +|Added|NA|Module name: ohos.buffer
Class name: Buffer
Method or attribute name: length: number;|@ohos.buffer.d.ts| +|Added|NA|Module name: ohos.buffer
Class name: Buffer
Method or attribute name: buffer: ArrayBuffer;|@ohos.buffer.d.ts| +|Added|NA|Module name: ohos.buffer
Class name: Buffer
Method or attribute name: byteOffset: number;|@ohos.buffer.d.ts| +|Added|NA|Module name: ohos.buffer
Class name: Buffer
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
Class name: Buffer
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
Class name: Buffer
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
Class name: Buffer
Method or attribute name: equals(otherBuffer: Uint8Array \| Buffer): boolean;|@ohos.buffer.d.ts| +|Added|NA|Module name: ohos.buffer
Class name: Buffer
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
Class name: Buffer
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
Class name: Buffer
Method or attribute name: keys(): IterableIterator\;|@ohos.buffer.d.ts| +|Added|NA|Module name: ohos.buffer
Class name: Buffer
Method or attribute name: values(): IterableIterator\;|@ohos.buffer.d.ts| +|Added|NA|Module name: ohos.buffer
Class name: Buffer
Method or attribute name: entries(): IterableIterator\<[number, number]>;|@ohos.buffer.d.ts| +|Added|NA|Module name: ohos.buffer
Class name: Buffer
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
Class name: Buffer
Method or attribute name: readBigInt64BE(offset?: number): bigint;|@ohos.buffer.d.ts| +|Added|NA|Module name: ohos.buffer
Class name: Buffer
Method or attribute name: readBigInt64LE(offset?: number): bigint;|@ohos.buffer.d.ts| +|Added|NA|Module name: ohos.buffer
Class name: Buffer
Method or attribute name: readBigUInt64BE(offset?: number): bigint;|@ohos.buffer.d.ts| +|Added|NA|Module name: ohos.buffer
Class name: Buffer
Method or attribute name: readBigUInt64LE(offset?: number): bigint;|@ohos.buffer.d.ts| +|Added|NA|Module name: ohos.buffer
Class name: Buffer
Method or attribute name: readDoubleBE(offset?: number): number;|@ohos.buffer.d.ts| +|Added|NA|Module name: ohos.buffer
Class name: Buffer
Method or attribute name: readDoubleLE(offset?: number): number;|@ohos.buffer.d.ts| +|Added|NA|Module name: ohos.buffer
Class name: Buffer
Method or attribute name: readFloatBE(offset?: number): number;|@ohos.buffer.d.ts| +|Added|NA|Module name: ohos.buffer
Class name: Buffer
Method or attribute name: readFloatLE(offset?: number): number;|@ohos.buffer.d.ts| +|Added|NA|Module name: ohos.buffer
Class name: Buffer
Method or attribute name: readInt8(offset?: number): number;|@ohos.buffer.d.ts| +|Added|NA|Module name: ohos.buffer
Class name: Buffer
Method or attribute name: readInt16BE(offset?: number): number;|@ohos.buffer.d.ts| +|Added|NA|Module name: ohos.buffer
Class name: Buffer
Method or attribute name: readInt16LE(offset?: number): number;|@ohos.buffer.d.ts| +|Added|NA|Module name: ohos.buffer
Class name: Buffer
Method or attribute name: readInt32BE(offset?: number): number;|@ohos.buffer.d.ts| +|Added|NA|Module name: ohos.buffer
Class name: Buffer
Method or attribute name: readInt32LE(offset?: number): number;|@ohos.buffer.d.ts| +|Added|NA|Module name: ohos.buffer
Class name: Buffer
Method or attribute name: readIntBE(offset: number, byteLength: number): number;|@ohos.buffer.d.ts| +|Added|NA|Module name: ohos.buffer
Class name: Buffer
Method or attribute name: readIntLE(offset: number, byteLength: number): number;|@ohos.buffer.d.ts| +|Added|NA|Module name: ohos.buffer
Class name: Buffer
Method or attribute name: readUInt8(offset?: number): number;|@ohos.buffer.d.ts| +|Added|NA|Module name: ohos.buffer
Class name: Buffer
Method or attribute name: readUInt16BE(offset?: number): number;|@ohos.buffer.d.ts| +|Added|NA|Module name: ohos.buffer
Class name: Buffer
Method or attribute name: readUInt16LE(offset?: number): number;|@ohos.buffer.d.ts| +|Added|NA|Module name: ohos.buffer
Class name: Buffer
Method or attribute name: readUInt32BE(offset?: number): number;|@ohos.buffer.d.ts| +|Added|NA|Module name: ohos.buffer
Class name: Buffer
Method or attribute name: readUInt32LE(offset?: number): number;|@ohos.buffer.d.ts| +|Added|NA|Module name: ohos.buffer
Class name: Buffer
Method or attribute name: readUIntBE(offset: number, byteLength: number): number;|@ohos.buffer.d.ts| +|Added|NA|Module name: ohos.buffer
Class name: Buffer
Method or attribute name: readUIntLE(offset: number, byteLength: number): number;|@ohos.buffer.d.ts| +|Added|NA|Module name: ohos.buffer
Class name: Buffer
Method or attribute name: subarray(start?: number, end?: number): Buffer;|@ohos.buffer.d.ts| +|Added|NA|Module name: ohos.buffer
Class name: Buffer
Method or attribute name: swap16(): Buffer;|@ohos.buffer.d.ts| +|Added|NA|Module name: ohos.buffer
Class name: Buffer
Method or attribute name: swap32(): Buffer;|@ohos.buffer.d.ts| +|Added|NA|Module name: ohos.buffer
Class name: Buffer
Method or attribute name: swap64(): Buffer;|@ohos.buffer.d.ts| +|Added|NA|Module name: ohos.buffer
Class name: Buffer
Method or attribute name: toJSON(): Object;|@ohos.buffer.d.ts| +|Added|NA|Module name: ohos.buffer
Class name: Buffer
Method or attribute name: toString(encoding?: string, start?: number, end?: number): string;|@ohos.buffer.d.ts| +|Added|NA|Module name: ohos.buffer
Class name: Buffer
Method or attribute name: write(str: string, offset?: number, length?: number, encoding?: string): number;|@ohos.buffer.d.ts| +|Added|NA|Module name: ohos.buffer
Class name: Buffer
Method or attribute name: writeBigInt64BE(value: bigint, offset?: number): number;|@ohos.buffer.d.ts| +|Added|NA|Module name: ohos.buffer
Class name: Buffer
Method or attribute name: writeBigInt64LE(value: bigint, offset?: number): number;|@ohos.buffer.d.ts| +|Added|NA|Module name: ohos.buffer
Class name: Buffer
Method or attribute name: writeBigUInt64BE(value: bigint, offset?: number): number;|@ohos.buffer.d.ts| +|Added|NA|Module name: ohos.buffer
Class name: Buffer
Method or attribute name: writeBigUInt64LE(value: bigint, offset?: number): number;|@ohos.buffer.d.ts| +|Added|NA|Module name: ohos.buffer
Class name: Buffer
Method or attribute name: writeDoubleBE(value: number, offset?: number): number;|@ohos.buffer.d.ts| +|Added|NA|Module name: ohos.buffer
Class name: Buffer
Method or attribute name: writeDoubleLE(value: number, offset?: number): number;|@ohos.buffer.d.ts| +|Added|NA|Module name: ohos.buffer
Class name: Buffer
Method or attribute name: writeFloatBE(value: number, offset?: number): number;|@ohos.buffer.d.ts| +|Added|NA|Module name: ohos.buffer
Class name: Buffer
Method or attribute name: writeFloatLE(value: number, offset?: number): number;|@ohos.buffer.d.ts| +|Added|NA|Module name: ohos.buffer
Class name: Buffer
Method or attribute name: writeInt8(value: number, offset?: number): number;|@ohos.buffer.d.ts| +|Added|NA|Module name: ohos.buffer
Class name: Buffer
Method or attribute name: writeInt16BE(value: number, offset?: number): number;|@ohos.buffer.d.ts| +|Added|NA|Module name: ohos.buffer
Class name: Buffer
Method or attribute name: writeInt16LE(value: number, offset?: number): number;|@ohos.buffer.d.ts| +|Added|NA|Module name: ohos.buffer
Class name: Buffer
Method or attribute name: writeInt32BE(value: number, offset?: number): number;|@ohos.buffer.d.ts| +|Added|NA|Module name: ohos.buffer
Class name: Buffer
Method or attribute name: writeInt32LE(value: number, offset?: number): number;|@ohos.buffer.d.ts| +|Added|NA|Module name: ohos.buffer
Class name: Buffer
Method or attribute name: writeIntBE(value: number, offset: number, byteLength: number): number;|@ohos.buffer.d.ts| +|Added|NA|Module name: ohos.buffer
Class name: Buffer
Method or attribute name: writeIntLE(value : number, offset: number, byteLength: number): number;|@ohos.buffer.d.ts| +|Added|NA|Module name: ohos.buffer
Class name: Buffer
Method or attribute name: writeUInt8(value: number, offset?: number): number;|@ohos.buffer.d.ts| +|Added|NA|Module name: ohos.buffer
Class name: Buffer
Method or attribute name: writeUInt16BE(value: number, offset?: number): number;|@ohos.buffer.d.ts| +|Added|NA|Module name: ohos.buffer
Class name: Buffer
Method or attribute name: writeUInt16LE(value: number, offset?: number): number;|@ohos.buffer.d.ts| +|Added|NA|Module name: ohos.buffer
Class name: Buffer
Method or attribute name: writeUInt32BE(value: number, offset?: number): number;|@ohos.buffer.d.ts| +|Added|NA|Module name: ohos.buffer
Class name: Buffer
Method or attribute name: writeUInt32LE(value: number, offset?: number): number;|@ohos.buffer.d.ts| +|Added|NA|Module name: ohos.buffer
Class name: Buffer
Method or attribute name: writeUIntBE(value: number, offset: number, byteLength: number): number;|@ohos.buffer.d.ts| +|Added|NA|Module name: ohos.buffer
Class name: Buffer
Method or attribute name: writeUIntLE(value: number, offset: number, byteLength: number): number;|@ohos.buffer.d.ts| +|Added|NA|Module name: ohos.buffer
Class name: Blob|@ohos.buffer.d.ts| +|Added|NA|Module name: ohos.buffer
Class name: Blob
Method or attribute name: constructor(sources: string[] \| ArrayBuffer[] \| TypedArray[] \| DataView[] \| Blob[] , options?: Object);|@ohos.buffer.d.ts| +|Added|NA|Module name: ohos.buffer
Class name: Blob
Method or attribute name: size: number;|@ohos.buffer.d.ts| +|Added|NA|Module name: ohos.buffer
Class name: Blob
Method or attribute name: type: string;|@ohos.buffer.d.ts| +|Added|NA|Module name: ohos.buffer
Class name: Blob
Method or attribute name: arrayBuffer(): Promise\;|@ohos.buffer.d.ts| +|Added|NA|Module name: ohos.buffer
Class name: Blob
Method or attribute name: slice(start?: number, end?: number, type?: string): Blob;|@ohos.buffer.d.ts| +|Added|NA|Module name: ohos.buffer
Class name: Blob
Method or attribute name: text(): Promise\;|@ohos.buffer.d.ts| +|Added|NA|Class name: ConvertXML
Method or attribute name: convertToJSObject(xml: string, options?: ConvertOptions) : Object;|@ohos.convertxml.d.ts| +|Added|NA|Module name: ohos.process
Class name: ProcessManager|@ohos.process.d.ts| +|Added|NA|Class name: ProcessManager
Method or attribute name: |@ohos.process.d.ts| +|Added|NA|Module name: ohos.process
Class name: ProcessManager
Method or attribute name: isAppUid(v: number): boolean;|@ohos.process.d.ts| +|Added|NA|Class name: ProcessManager
Method or attribute name: isAppUid(v: number): boolean;|@ohos.process.d.ts| +|Added|NA|Module name: ohos.process
Class name: ProcessManager
Method or attribute name: getUidForName(v: string): number;|@ohos.process.d.ts| +|Added|NA|Class name: ProcessManager
Method or attribute name: getUidForName(v: string): number;|@ohos.process.d.ts| +|Added|NA|Module name: ohos.process
Class name: ProcessManager
Method or attribute name: getThreadPriority(v: number): number;|@ohos.process.d.ts| +|Added|NA|Class name: ProcessManager
Method or attribute name: getThreadPriority(v: number): number;|@ohos.process.d.ts| +|Added|NA|Module name: ohos.process
Class name: ProcessManager
Method or attribute name: getSystemConfig(name: number): number;|@ohos.process.d.ts| +|Added|NA|Class name: ProcessManager
Method or attribute name: getSystemConfig(name: number): number;|@ohos.process.d.ts| +|Added|NA|Module name: ohos.process
Class name: ProcessManager
Method or attribute name: getEnvironmentVar(name: string): string;|@ohos.process.d.ts| +|Added|NA|Class name: ProcessManager
Method or attribute name: getEnvironmentVar(name: string): string;|@ohos.process.d.ts| +|Added|NA|Module name: ohos.process
Class name: ProcessManager
Method or attribute name: exit(code: number): void;|@ohos.process.d.ts| +|Added|NA|Class name: ProcessManager
Method or attribute name: exit(code: number): void;|@ohos.process.d.ts| +|Added|NA|Module name: ohos.process
Class name: ProcessManager
Method or attribute name: kill(signal: number, pid: number): boolean;|@ohos.process.d.ts| +|Added|NA|Class name: ProcessManager
Method or attribute name: kill(signal: number, pid: number): boolean;|@ohos.process.d.ts| +|Added|NA|Module name: ohos.taskpool
Class name: taskpool|@ohos.taskpool.d.ts| +|Added|NA|Module name: ohos.taskpool
Class name: Priority|@ohos.taskpool.d.ts| +|Added|NA|Module name: ohos.taskpool
Class name: Priority
Method or attribute name: HIGH|@ohos.taskpool.d.ts| +|Added|NA|Module name: ohos.taskpool
Class name: Priority
Method or attribute name: MEDIUM|@ohos.taskpool.d.ts| +|Added|NA|Module name: ohos.taskpool
Class name: Priority
Method or attribute name: LOW|@ohos.taskpool.d.ts| +|Added|NA|Module name: ohos.taskpool
Class name: Task|@ohos.taskpool.d.ts| +|Added|NA|Module name: ohos.taskpool
Class name: Task
Method or attribute name: constructor(func: Function, ...args: unknown[]);|@ohos.taskpool.d.ts| +|Added|NA|Module name: ohos.taskpool
Class name: Task
Method or attribute name: function: Function;|@ohos.taskpool.d.ts| +|Added|NA|Module name: ohos.taskpool
Class name: Task
Method or attribute name: arguments?: unknown[];|@ohos.taskpool.d.ts| +|Added|NA|Module name: ohos.taskpool
Class name: taskpool
Method or attribute name: function execute(func: Function, ...args: unknown[]): Promise\;|@ohos.taskpool.d.ts| +|Added|NA|Module name: ohos.taskpool
Class name: taskpool
Method or attribute name: function execute(task: Task, priority?: Priority): Promise\;|@ohos.taskpool.d.ts| +|Added|NA|Module name: ohos.taskpool
Class name: taskpool
Method or attribute name: function cancel(task: Task): void;|@ohos.taskpool.d.ts| +|Added|NA|Class name: URI
Method or attribute name: equalsTo(other: URI): boolean;|@ohos.uri.d.ts| +|Added|NA|Module name: ohos.url
Class name: URLParams|@ohos.url.d.ts| +|Added|NA|Class name: URLParams
Method or attribute name: |@ohos.url.d.ts| +|Added|NA|Module name: ohos.url
Class name: URLParams
Method or attribute name: constructor(init?: string[][] \| Record\ \| string \| URLParams);|@ohos.url.d.ts| +|Added|NA|Class name: URLParams
Method or attribute name: constructor(init?: string[][] \| Record\ \| string \| URLParams);|@ohos.url.d.ts| +|Added|NA|Module name: ohos.url
Class name: URLParams
Method or attribute name: append(name: string, value: string): void;|@ohos.url.d.ts| +|Added|NA|Class name: URLParams
Method or attribute name: append(name: string, value: string): void;|@ohos.url.d.ts| +|Added|NA|Module name: ohos.url
Class name: URLParams
Method or attribute name: delete(name: string): void;|@ohos.url.d.ts| +|Added|NA|Class name: URLParams
Method or attribute name: delete(name: string): void;|@ohos.url.d.ts| +|Added|NA|Module name: ohos.url
Class name: URLParams
Method or attribute name: getAll(name: string): string[];|@ohos.url.d.ts| +|Added|NA|Class name: URLParams
Method or attribute name: getAll(name: string): string[];|@ohos.url.d.ts| +|Added|NA|Module name: ohos.url
Class name: URLParams
Method or attribute name: entries(): IterableIterator\<[string, string]>;|@ohos.url.d.ts| +|Added|NA|Class name: URLParams
Method or attribute name: entries(): IterableIterator\<[string, string]>;|@ohos.url.d.ts| +|Added|NA|Module name: ohos.url
Class name: URLParams
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
Class name: URLParams
Method or attribute name: get(name: string): string \| null;|@ohos.url.d.ts| +|Added|NA|Class name: URLParams
Method or attribute name: get(name: string): string \| null;|@ohos.url.d.ts| +|Added|NA|Module name: ohos.url
Class name: URLParams
Method or attribute name: has(name: string): boolean;|@ohos.url.d.ts| +|Added|NA|Class name: URLParams
Method or attribute name: has(name: string): boolean;|@ohos.url.d.ts| +|Added|NA|Module name: ohos.url
Class name: URLParams
Method or attribute name: set(name: string, value: string): void;|@ohos.url.d.ts| +|Added|NA|Class name: URLParams
Method or attribute name: set(name: string, value: string): void;|@ohos.url.d.ts| +|Added|NA|Module name: ohos.url
Class name: URLParams
Method or attribute name: sort(): void;|@ohos.url.d.ts| +|Added|NA|Class name: URLParams
Method or attribute name: sort(): void;|@ohos.url.d.ts| +|Added|NA|Module name: ohos.url
Class name: URLParams
Method or attribute name: keys(): IterableIterator\;|@ohos.url.d.ts| +|Added|NA|Class name: URLParams
Method or attribute name: keys(): IterableIterator\;|@ohos.url.d.ts| +|Added|NA|Module name: ohos.url
Class name: URLParams
Method or attribute name: values(): IterableIterator\;|@ohos.url.d.ts| +|Added|NA|Class name: URLParams
Method or attribute name: values(): IterableIterator\;|@ohos.url.d.ts| +|Added|NA|Module name: ohos.url
Class name: URLParams
Method or attribute name: [Symbol.iterator](): IterableIterator\<[string, string]>;|@ohos.url.d.ts| +|Added|NA|Class name: URLParams
Method or attribute name: [Symbol.iterator](): IterableIterator\<[string, string]>;|@ohos.url.d.ts| +|Added|NA|Module name: ohos.url
Class name: URLParams
Method or attribute name: toString(): string;|@ohos.url.d.ts| +|Added|NA|Class name: URL
Method or attribute name: constructor();|@ohos.url.d.ts| +|Added|NA|Class name: URL
Method or attribute name: static parseURL(url: string, base?: string \| URL): URL;|@ohos.url.d.ts| +|Added|NA|Class name: URL
Method or attribute name: readonly params: URLParams;|@ohos.url.d.ts| +|Added|NA|Class name: util
Method or attribute name: function format(format: string, ...args: Object[]): string;|@ohos.util.d.ts| +|Added|NA|Class name: util
Method or attribute name: function errnoToString(errno: number): string;|@ohos.util.d.ts| +|Added|NA|Class name: util
Method or attribute name: function promisify(original: (err: Object, value: Object) => void): Function;|@ohos.util.d.ts| +|Added|NA|Class name: util
Method or attribute name: function generateRandomUUID(entropyCache?: boolean): string;|@ohos.util.d.ts| +|Added|NA|Class name: util
Method or attribute name: function generateRandomBinaryUUID(entropyCache?: boolean): Uint8Array;|@ohos.util.d.ts| +|Added|NA|Class name: util
Method or attribute name: function parseUUID(uuid: string): Uint8Array;|@ohos.util.d.ts| +|Added|NA|Class name: TextDecoder
Method or attribute name: constructor();|@ohos.util.d.ts| +|Added|NA|Class name: TextDecoder
Method or attribute name: static create(

encoding?: string,

options?: { fatal?: boolean; ignoreBOM?: boolean }

): TextDecoder;|@ohos.util.d.ts| +|Added|NA|Class name: TextDecoder
Method or attribute name: decodeWithStream(input: Uint8Array, options?: { stream?: boolean }): string;|@ohos.util.d.ts| +|Added|NA|Class name: TextEncoder
Method or attribute name: constructor(encoding?: string);|@ohos.util.d.ts| +|Added|NA|Class name: TextEncoder
Method or attribute name: encodeInto(input?: string): Uint8Array;|@ohos.util.d.ts| +|Added|NA|Class name: TextEncoder
Method or attribute name: encodeIntoUint8Array(

input: string,

dest: Uint8Array,

): { read: number; written: number };|@ohos.util.d.ts| +|Added|NA|Class name: RationalNumber
Method or attribute name: constructor();|@ohos.util.d.ts| +|Added|NA|Class name: RationalNumber
Method or attribute name: static parseRationalNumber(numerator: number, denominator: number): RationalNumber;|@ohos.util.d.ts| +|Added|NA|Class name: RationalNumber
Method or attribute name: compare(another :RationalNumber): number;|@ohos.util.d.ts| +|Added|NA|Class name: RationalNumber
Method or attribute name: static getCommonFactor(number1: number, number2: number): number;|@ohos.util.d.ts| +|Added|NA|Module name: ohos.util
Class name: LRUCache|@ohos.util.d.ts| +|Added|NA|Class name: LRUCache
Method or attribute name: |@ohos.util.d.ts| +|Added|NA|Module name: ohos.util
Class name: LRUCache
Method or attribute name: constructor(capacity?: number);|@ohos.util.d.ts| +|Added|NA|Module name: ohos.util
Class name: LRUCache
Method or attribute name: updateCapacity(newCapacity: number):void|@ohos.util.d.ts| +|Added|NA|Class name: LRUCache
Method or attribute name: updateCapacity(newCapacity: number):void|@ohos.util.d.ts| +|Added|NA|Module name: ohos.util
Class name: LRUCache
Method or attribute name: toString(): string|@ohos.util.d.ts| +|Added|NA|Module name: ohos.util
Class name: LRUCache
Method or attribute name: length: number|@ohos.util.d.ts| +|Added|NA|Class name: LRUCache
Method or attribute name: length: number|@ohos.util.d.ts| +|Added|NA|Module name: ohos.util
Class name: LRUCache
Method or attribute name: getCapacity(): number;|@ohos.util.d.ts| +|Added|NA|Class name: LRUCache
Method or attribute name: getCapacity(): number;|@ohos.util.d.ts| +|Added|NA|Module name: ohos.util
Class name: LRUCache
Method or attribute name: clear(): void;|@ohos.util.d.ts| +|Added|NA|Class name: LRUCache
Method or attribute name: clear(): void;|@ohos.util.d.ts| +|Added|NA|Module name: ohos.util
Class name: LRUCache
Method or attribute name: getCreateCount(): number;|@ohos.util.d.ts| +|Added|NA|Class name: LRUCache
Method or attribute name: getCreateCount(): number;|@ohos.util.d.ts| +|Added|NA|Module name: ohos.util
Class name: LRUCache
Method or attribute name: getMissCount(): number;|@ohos.util.d.ts| +|Added|NA|Class name: LRUCache
Method or attribute name: getMissCount(): number;|@ohos.util.d.ts| +|Added|NA|Module name: ohos.util
Class name: LRUCache
Method or attribute name: getRemovalCount(): number;|@ohos.util.d.ts| +|Added|NA|Class name: LRUCache
Method or attribute name: getRemovalCount(): number;|@ohos.util.d.ts| +|Added|NA|Module name: ohos.util
Class name: LRUCache
Method or attribute name: getMatchCount(): number;|@ohos.util.d.ts| +|Added|NA|Class name: LRUCache
Method or attribute name: getMatchCount(): number;|@ohos.util.d.ts| +|Added|NA|Module name: ohos.util
Class name: LRUCache
Method or attribute name: getPutCount(): number;|@ohos.util.d.ts| +|Added|NA|Class name: LRUCache
Method or attribute name: getPutCount(): number;|@ohos.util.d.ts| +|Added|NA|Module name: ohos.util
Class name: LRUCache
Method or attribute name: isEmpty(): boolean;|@ohos.util.d.ts| +|Added|NA|Class name: LRUCache
Method or attribute name: isEmpty(): boolean;|@ohos.util.d.ts| +|Added|NA|Module name: ohos.util
Class name: LRUCache
Method or attribute name: get(key: K): V \| undefined;|@ohos.util.d.ts| +|Added|NA|Class name: LRUCache
Method or attribute name: get(key: K): V \| undefined;|@ohos.util.d.ts| +|Added|NA|Module name: ohos.util
Class name: LRUCache
Method or attribute name: put(key: K, value: V): V;|@ohos.util.d.ts| +|Added|NA|Class name: LRUCache
Method or attribute name: put(key: K, value: V): V;|@ohos.util.d.ts| +|Added|NA|Module name: ohos.util
Class name: LRUCache
Method or attribute name: values(): V[];|@ohos.util.d.ts| +|Added|NA|Class name: LRUCache
Method or attribute name: values(): V[];|@ohos.util.d.ts| +|Added|NA|Module name: ohos.util
Class name: LRUCache
Method or attribute name: keys(): K[];|@ohos.util.d.ts| +|Added|NA|Class name: LRUCache
Method or attribute name: keys(): K[];|@ohos.util.d.ts| +|Added|NA|Module name: ohos.util
Class name: LRUCache
Method or attribute name: remove(key: K): V \| undefined;|@ohos.util.d.ts| +|Added|NA|Class name: LRUCache
Method or attribute name: remove(key: K): V \| undefined;|@ohos.util.d.ts| +|Added|NA|Module name: ohos.util
Class name: LRUCache
Method or attribute name: afterRemoval(isEvict: boolean, key: K, value: V, newValue: V): void;|@ohos.util.d.ts| +|Added|NA|Class name: LRUCache
Method or attribute name: afterRemoval(isEvict: boolean, key: K, value: V, newValue: V): void;|@ohos.util.d.ts| +|Added|NA|Module name: ohos.util
Class name: LRUCache
Method or attribute name: contains(key: K): boolean;|@ohos.util.d.ts| +|Added|NA|Class name: LRUCache
Method or attribute name: contains(key: K): boolean;|@ohos.util.d.ts| +|Added|NA|Module name: ohos.util
Class name: LRUCache
Method or attribute name: createDefault(key: K): V;|@ohos.util.d.ts| +|Added|NA|Class name: LRUCache
Method or attribute name: createDefault(key: K): V;|@ohos.util.d.ts| +|Added|NA|Module name: ohos.util
Class name: LRUCache
Method or attribute name: entries(): IterableIterator\<[K, V]>;|@ohos.util.d.ts| +|Added|NA|Class name: LRUCache
Method or attribute name: entries(): IterableIterator\<[K, V]>;|@ohos.util.d.ts| +|Added|NA|Module name: ohos.util
Class name: LRUCache
Method or attribute name: [Symbol.iterator](): IterableIterator\<[K, V]>;|@ohos.util.d.ts| +|Added|NA|Class name: LRUCache
Method or attribute name: [Symbol.iterator](): IterableIterator\<[K, V]>;|@ohos.util.d.ts| +|Added|NA|Module name: ohos.util
Class name: ScopeHelper|@ohos.util.d.ts| +|Added|NA|Class name: ScopeHelper
Method or attribute name: |@ohos.util.d.ts| +|Added|NA|Module name: ohos.util
Class name: ScopeHelper
Method or attribute name: constructor(lowerObj: ScopeType, upperObj: ScopeType);|@ohos.util.d.ts| +|Added|NA|Class name: ScopeHelper
Method or attribute name: constructor(lowerObj: ScopeType, upperObj: ScopeType);|@ohos.util.d.ts| +|Added|NA|Module name: ohos.util
Class name: ScopeHelper
Method or attribute name: toString(): string;|@ohos.util.d.ts| +|Added|NA|Module name: ohos.util
Class name: ScopeHelper
Method or attribute name: intersect(range: ScopeHelper): ScopeHelper;|@ohos.util.d.ts| +|Added|NA|Class name: ScopeHelper
Method or attribute name: intersect(range: ScopeHelper): ScopeHelper;|@ohos.util.d.ts| +|Added|NA|Module name: ohos.util
Class name: ScopeHelper
Method or attribute name: intersect(lowerObj: ScopeType, upperObj: ScopeType): ScopeHelper;|@ohos.util.d.ts| +|Added|NA|Class name: ScopeHelper
Method or attribute name: intersect(lowerObj: ScopeType, upperObj: ScopeType): ScopeHelper;|@ohos.util.d.ts| +|Added|NA|Module name: ohos.util
Class name: ScopeHelper
Method or attribute name: getUpper(): ScopeType;|@ohos.util.d.ts| +|Added|NA|Class name: ScopeHelper
Method or attribute name: getUpper(): ScopeType;|@ohos.util.d.ts| +|Added|NA|Module name: ohos.util
Class name: ScopeHelper
Method or attribute name: getLower(): ScopeType;|@ohos.util.d.ts| +|Added|NA|Class name: ScopeHelper
Method or attribute name: getLower(): ScopeType;|@ohos.util.d.ts| +|Added|NA|Module name: ohos.util
Class name: ScopeHelper
Method or attribute name: expand(lowerObj: ScopeType, upperObj: ScopeType): ScopeHelper;|@ohos.util.d.ts| +|Added|NA|Class name: ScopeHelper
Method or attribute name: expand(lowerObj: ScopeType, upperObj: ScopeType): ScopeHelper;|@ohos.util.d.ts| +|Added|NA|Module name: ohos.util
Class name: ScopeHelper
Method or attribute name: expand(range: ScopeHelper): ScopeHelper;|@ohos.util.d.ts| +|Added|NA|Class name: ScopeHelper
Method or attribute name: expand(range: ScopeHelper): ScopeHelper;|@ohos.util.d.ts| +|Added|NA|Module name: ohos.util
Class name: ScopeHelper
Method or attribute name: expand(value: ScopeType): ScopeHelper;|@ohos.util.d.ts| +|Added|NA|Class name: ScopeHelper
Method or attribute name: expand(value: ScopeType): ScopeHelper;|@ohos.util.d.ts| +|Added|NA|Module name: ohos.util
Class name: ScopeHelper
Method or attribute name: contains(value: ScopeType): boolean;|@ohos.util.d.ts| +|Added|NA|Class name: ScopeHelper
Method or attribute name: contains(value: ScopeType): boolean;|@ohos.util.d.ts| +|Added|NA|Module name: ohos.util
Class name: ScopeHelper
Method or attribute name: contains(range: ScopeHelper): boolean;|@ohos.util.d.ts| +|Added|NA|Class name: ScopeHelper
Method or attribute name: contains(range: ScopeHelper): boolean;|@ohos.util.d.ts| +|Added|NA|Module name: ohos.util
Class name: ScopeHelper
Method or attribute name: clamp(value: ScopeType): ScopeType;|@ohos.util.d.ts| +|Added|NA|Class name: ScopeHelper
Method or attribute name: clamp(value: ScopeType): ScopeType;|@ohos.util.d.ts| +|Added|NA|Module name: ohos.util
Class name: Base64Helper|@ohos.util.d.ts| +|Added|NA|Class name: Base64Helper
Method or attribute name: |@ohos.util.d.ts| +|Added|NA|Module name: ohos.util
Class name: Base64Helper
Method or attribute name: constructor();|@ohos.util.d.ts| +|Added|NA|Class name: Base64Helper
Method or attribute name: constructor();|@ohos.util.d.ts| +|Added|NA|Module name: ohos.util
Class name: Base64Helper
Method or attribute name: encodeSync(src: Uint8Array): Uint8Array;|@ohos.util.d.ts| +|Added|NA|Class name: Base64Helper
Method or attribute name: encodeSync(src: Uint8Array): Uint8Array;|@ohos.util.d.ts| +|Added|NA|Module name: ohos.util
Class name: Base64Helper
Method or attribute name: encodeToStringSync(src: Uint8Array): string;|@ohos.util.d.ts| +|Added|NA|Class name: Base64Helper
Method or attribute name: encodeToStringSync(src: Uint8Array): string;|@ohos.util.d.ts| +|Added|NA|Module name: ohos.util
Class name: Base64Helper
Method or attribute name: decodeSync(src: Uint8Array \| string): Uint8Array;|@ohos.util.d.ts| +|Added|NA|Class name: Base64Helper
Method or attribute name: decodeSync(src: Uint8Array \| string): Uint8Array;|@ohos.util.d.ts| +|Added|NA|Module name: ohos.util
Class name: Base64Helper
Method or attribute name: encode(src: Uint8Array): Promise\;|@ohos.util.d.ts| +|Added|NA|Class name: Base64Helper
Method or attribute name: encode(src: Uint8Array): Promise\;|@ohos.util.d.ts| +|Added|NA|Module name: ohos.util
Class name: Base64Helper
Method or attribute name: encodeToString(src: Uint8Array): Promise\;|@ohos.util.d.ts| +|Added|NA|Class name: Base64Helper
Method or attribute name: encodeToString(src: Uint8Array): Promise\;|@ohos.util.d.ts| +|Added|NA|Module name: ohos.util
Class name: Base64Helper
Method or attribute name: decode(src: Uint8Array \| string): Promise\;|@ohos.util.d.ts| +|Added|NA|Class name: Base64Helper
Method or attribute name: decode(src: Uint8Array \| string): Promise\;|@ohos.util.d.ts| +|Added|NA|Module name: ohos.worker
Class name: MessageEvents|@ohos.worker.d.ts| +|Added|NA|Class name: MessageEvents
Method or attribute name: |@ohos.worker.d.ts| +|Added|NA|Module name: ohos.worker
Class name: MessageEvents
Method or attribute name: readonly data;|@ohos.worker.d.ts| +|Added|NA|Class name: MessageEvents
Method or attribute name: readonly data;|@ohos.worker.d.ts| +|Added|NA|Module name: ohos.worker
Class name: WorkerEventListener|@ohos.worker.d.ts| +|Added|NA|Class name: WorkerEventListener
Method or attribute name: |@ohos.worker.d.ts| +|Added|NA|Module name: ohos.worker
Class name: WorkerEventListener
Method or attribute name: (event: Event): void \| Promise\;|@ohos.worker.d.ts| +|Added|NA|Class name: WorkerEventListener
Method or attribute name: (event: Event): void \| Promise\;|@ohos.worker.d.ts| +|Added|NA|Module name: ohos.worker
Class name: WorkerEventTarget|@ohos.worker.d.ts| +|Added|NA|Class name: WorkerEventTarget
Method or attribute name: |@ohos.worker.d.ts| +|Added|NA|Module name: ohos.worker
Class name: WorkerEventTarget
Method or attribute name: addEventListener(type: string, listener: WorkerEventListener): void;|@ohos.worker.d.ts| +|Added|NA|Class name: WorkerEventTarget
Method or attribute name: addEventListener(type: string, listener: WorkerEventListener): void;|@ohos.worker.d.ts| +|Added|NA|Module name: ohos.worker
Class name: WorkerEventTarget
Method or attribute name: dispatchEvent(event: Event): boolean;|@ohos.worker.d.ts| +|Added|NA|Class name: WorkerEventTarget
Method or attribute name: dispatchEvent(event: Event): boolean;|@ohos.worker.d.ts| +|Added|NA|Module name: ohos.worker
Class name: WorkerEventTarget
Method or attribute name: removeEventListener(type: string, callback?: WorkerEventListener): void;|@ohos.worker.d.ts| +|Added|NA|Class name: WorkerEventTarget
Method or attribute name: removeEventListener(type: string, callback?: WorkerEventListener): void;|@ohos.worker.d.ts| +|Added|NA|Module name: ohos.worker
Class name: WorkerEventTarget
Method or attribute name: removeAllListener(): void;|@ohos.worker.d.ts| +|Added|NA|Class name: WorkerEventTarget
Method or attribute name: removeAllListener(): void;|@ohos.worker.d.ts| +|Added|NA|Module name: ohos.worker
Class name: GlobalScope|@ohos.worker.d.ts| +|Added|NA|Class name: GlobalScope
Method or attribute name: |@ohos.worker.d.ts| +|Added|NA|Module name: ohos.worker
Class name: GlobalScope
Method or attribute name: readonly name: string;|@ohos.worker.d.ts| +|Added|NA|Class name: GlobalScope
Method or attribute name: readonly name: string;|@ohos.worker.d.ts| +|Added|NA|Module name: ohos.worker
Class name: GlobalScope
Method or attribute name: onerror?: (ev: ErrorEvent) => void;|@ohos.worker.d.ts| +|Added|NA|Class name: GlobalScope
Method or attribute name: onerror?: (ev: ErrorEvent) => void;|@ohos.worker.d.ts| +|Added|NA|Module name: ohos.worker
Class name: GlobalScope
Method or attribute name: readonly self: GlobalScope & typeof globalThis;|@ohos.worker.d.ts| +|Added|NA|Class name: GlobalScope
Method or attribute name: readonly self: GlobalScope & typeof globalThis;|@ohos.worker.d.ts| +|Added|NA|Class name: DedicatedWorkerGlobalScope
Method or attribute name: postMessage(messageObject: Object, transfer: ArrayBuffer[]): void;|@ohos.worker.d.ts| +|Added|NA|Module name: ohos.worker
Class name: ThreadWorkerGlobalScope|@ohos.worker.d.ts| +|Added|NA|Class name: ThreadWorkerGlobalScope
Method or attribute name: |@ohos.worker.d.ts| +|Added|NA|Module name: ohos.worker
Class name: ThreadWorkerGlobalScope
Method or attribute name: onmessage?: (this: ThreadWorkerGlobalScope, ev: MessageEvents) => void;|@ohos.worker.d.ts| +|Added|NA|Class name: ThreadWorkerGlobalScope
Method or attribute name: onmessage?: (this: ThreadWorkerGlobalScope, ev: MessageEvents) => void;|@ohos.worker.d.ts| +|Added|NA|Module name: ohos.worker
Class name: ThreadWorkerGlobalScope
Method or attribute name: onmessageerror?: (this: ThreadWorkerGlobalScope, ev: MessageEvents) => void;|@ohos.worker.d.ts| +|Added|NA|Class name: ThreadWorkerGlobalScope
Method or attribute name: onmessageerror?: (this: ThreadWorkerGlobalScope, ev: MessageEvents) => void;|@ohos.worker.d.ts| +|Added|NA|Module name: ohos.worker
Class name: ThreadWorkerGlobalScope
Method or attribute name: close(): void;|@ohos.worker.d.ts| +|Added|NA|Class name: ThreadWorkerGlobalScope
Method or attribute name: close(): void;|@ohos.worker.d.ts| +|Added|NA|Module name: ohos.worker
Class name: ThreadWorkerGlobalScope
Method or attribute name: postMessage(messageObject: Object, transfer: ArrayBuffer[]): void;|@ohos.worker.d.ts| +|Added|NA|Class name: ThreadWorkerGlobalScope
Method or attribute name: postMessage(messageObject: Object, transfer: ArrayBuffer[]): void;|@ohos.worker.d.ts| +|Added|NA|Module name: ohos.worker
Class name: ThreadWorkerGlobalScope
Method or attribute name: postMessage(messageObject: Object, options?: PostMessageOptions): void;|@ohos.worker.d.ts| +|Added|NA|Class name: ThreadWorkerGlobalScope
Method or attribute name: postMessage(messageObject: Object, options?: PostMessageOptions): void;|@ohos.worker.d.ts| +|Added|NA|Module name: ohos.worker
Class name: ThreadWorker|@ohos.worker.d.ts| +|Added|NA|Class name: ThreadWorker
Method or attribute name: |@ohos.worker.d.ts| +|Added|NA|Module name: ohos.worker
Class name: ThreadWorker
Method or attribute name: constructor(scriptURL: string, options?: WorkerOptions);|@ohos.worker.d.ts| +|Added|NA|Class name: ThreadWorker
Method or attribute name: constructor(scriptURL: string, options?: WorkerOptions);|@ohos.worker.d.ts| +|Added|NA|Module name: ohos.worker
Class name: ThreadWorker
Method or attribute name: onexit?: (code: number) => void;|@ohos.worker.d.ts| +|Added|NA|Class name: ThreadWorker
Method or attribute name: onexit?: (code: number) => void;|@ohos.worker.d.ts| +|Added|NA|Module name: ohos.worker
Class name: ThreadWorker
Method or attribute name: onerror?: (err: ErrorEvent) => void;|@ohos.worker.d.ts| +|Added|NA|Class name: ThreadWorker
Method or attribute name: onerror?: (err: ErrorEvent) => void;|@ohos.worker.d.ts| +|Added|NA|Module name: ohos.worker
Class name: ThreadWorker
Method or attribute name: onmessage?: (event: MessageEvents) => void;|@ohos.worker.d.ts| +|Added|NA|Class name: ThreadWorker
Method or attribute name: onmessage?: (event: MessageEvents) => void;|@ohos.worker.d.ts| +|Added|NA|Module name: ohos.worker
Class name: ThreadWorker
Method or attribute name: onmessageerror?: (event: MessageEvents) => void;|@ohos.worker.d.ts| +|Added|NA|Class name: ThreadWorker
Method or attribute name: onmessageerror?: (event: MessageEvents) => void;|@ohos.worker.d.ts| +|Added|NA|Module name: ohos.worker
Class name: ThreadWorker
Method or attribute name: postMessage(message: Object, transfer: ArrayBuffer[]): void;|@ohos.worker.d.ts| +|Added|NA|Class name: ThreadWorker
Method or attribute name: postMessage(message: Object, transfer: ArrayBuffer[]): void;|@ohos.worker.d.ts| +|Added|NA|Module name: ohos.worker
Class name: ThreadWorker
Method or attribute name: postMessage(message: Object, options?: PostMessageOptions): void;|@ohos.worker.d.ts| +|Added|NA|Class name: ThreadWorker
Method or attribute name: postMessage(message: Object, options?: PostMessageOptions): void;|@ohos.worker.d.ts| +|Added|NA|Module name: ohos.worker
Class name: ThreadWorker
Method or attribute name: on(type: string, listener: WorkerEventListener): void;|@ohos.worker.d.ts| +|Added|NA|Class name: ThreadWorker
Method or attribute name: on(type: string, listener: WorkerEventListener): void;|@ohos.worker.d.ts| +|Added|NA|Module name: ohos.worker
Class name: ThreadWorker
Method or attribute name: once(type: string, listener: WorkerEventListener): void;|@ohos.worker.d.ts| +|Added|NA|Class name: ThreadWorker
Method or attribute name: once(type: string, listener: WorkerEventListener): void;|@ohos.worker.d.ts| +|Added|NA|Module name: ohos.worker
Class name: ThreadWorker
Method or attribute name: off(type: string, listener?: WorkerEventListener): void;|@ohos.worker.d.ts| +|Added|NA|Class name: ThreadWorker
Method or attribute name: off(type: string, listener?: WorkerEventListener): void;|@ohos.worker.d.ts| +|Added|NA|Module name: ohos.worker
Class name: ThreadWorker
Method or attribute name: terminate(): void;|@ohos.worker.d.ts| +|Added|NA|Class name: ThreadWorker
Method or attribute name: terminate(): void;|@ohos.worker.d.ts| +|Added|NA|Module name: ohos.worker
Class name: ThreadWorker
Method or attribute name: addEventListener(type: string, listener: WorkerEventListener): void;|@ohos.worker.d.ts| +|Added|NA|Class name: ThreadWorker
Method or attribute name: addEventListener(type: string, listener: WorkerEventListener): void;|@ohos.worker.d.ts| +|Added|NA|Module name: ohos.worker
Class name: ThreadWorker
Method or attribute name: dispatchEvent(event: Event): boolean;|@ohos.worker.d.ts| +|Added|NA|Class name: ThreadWorker
Method or attribute name: dispatchEvent(event: Event): boolean;|@ohos.worker.d.ts| +|Added|NA|Module name: ohos.worker
Class name: ThreadWorker
Method or attribute name: removeEventListener(type: string, callback?: WorkerEventListener): void;|@ohos.worker.d.ts| +|Added|NA|Class name: ThreadWorker
Method or attribute name: removeEventListener(type: string, callback?: WorkerEventListener): void;|@ohos.worker.d.ts| +|Added|NA|Module name: ohos.worker
Class name: ThreadWorker
Method or attribute name: removeAllListener(): void;|@ohos.worker.d.ts| +|Added|NA|Class name: ThreadWorker
Method or attribute name: removeAllListener(): void;|@ohos.worker.d.ts| +|Added|NA|Class name: worker
Method or attribute name: const workerPort: ThreadWorkerGlobalScope;|@ohos.worker.d.ts| +|Access level changed|Class name: ChildProcess
Access level: public API|Class name: ChildProcess
Access level: system API|@ohos.process.d.ts| +|Deprecated version changed|Class name: ConvertXML
Method or attribute name: convert(xml: string, options?: ConvertOptions) : Object;
Deprecated version: N/A|Class name: ConvertXML
Method or attribute name: convert(xml: string, options?: ConvertOptions) : Object;
Deprecated version: 9
Substitute API: ohos.convertxml.ConvertXML.convertToJSObject |@ohos.convertxml.d.ts| +|Deprecated version changed|Class name: process
Method or attribute name: function isAppUid(v: number): boolean;
Deprecated version: N/A|Class name: process
Method or attribute name: function isAppUid(v: number): boolean;
Deprecated version: 9
Substitute API: ohos.process.ProcessManager.isAppUid |@ohos.process.d.ts| +|Deprecated version changed|Class name: process
Method or attribute name: function getUidForName(v: string): number;
Deprecated version: N/A|Class name: process
Method or attribute name: function getUidForName(v: string): number;
Deprecated version: 9
Substitute API: ohos.process.ProcessManager.getUidForName |@ohos.process.d.ts| +|Deprecated version changed|Class name: process
Method or attribute name: function getThreadPriority(v: number): number;
Deprecated version: N/A|Class name: process
Method or attribute name: function getThreadPriority(v: number): number;
Deprecated version: 9
Substitute API: ohos.process.ProcessManager.getThreadPriority |@ohos.process.d.ts| +|Deprecated version changed|Class name: process
Method or attribute name: function getSystemConfig(name: number): number;
Deprecated version: N/A|Class name: process
Method or attribute name: function getSystemConfig(name: number): number;
Deprecated version: 9
Substitute API: ohos.process.ProcessManager.getSystemConfig |@ohos.process.d.ts| +|Deprecated version changed|Class name: process
Method or attribute name: function getEnvironmentVar(name: string): string;
Deprecated version: N/A|Class name: process
Method or attribute name: function getEnvironmentVar(name: string): string;
Deprecated version: 9
Substitute API: ohos.process.ProcessManager.getEnvironmentVar |@ohos.process.d.ts| +|Deprecated version changed|Class name: process
Method or attribute name: function exit(code: number): void;
Deprecated version: N/A|Class name: process
Method or attribute name: function exit(code: number): void;
Deprecated version: 9
Substitute API: ohos.process.ProcessManager.exit |@ohos.process.d.ts| +|Deprecated version changed|Class name: process
Method or attribute name: function kill(signal: number, pid: number): boolean;
Deprecated version: N/A|Class name: process
Method or attribute name: function kill(signal: number, pid: number): boolean;
Deprecated version: 9
Substitute API: ohos.process.ProcessManager.kill |@ohos.process.d.ts| +|Deprecated version changed|Class name: URI
Method or attribute name: equals(other: URI): boolean;
Deprecated version: N/A|Class name: URI
Method or attribute name: equals(other: URI): boolean;
Deprecated version: 9
Substitute API: ohos.uri.URI.equalsTo |@ohos.uri.d.ts| +|Deprecated version changed|Class name: URLSearchParams
Deprecated version: N/A|Class name: URLSearchParams
Deprecated version: 9
Substitute API: ohos.url.URLParams |@ohos.url.d.ts| +|Deprecated version changed|Class name: URLSearchParams
Method or attribute name: constructor(init?: string[][] \| Record\ \| string \| URLSearchParams);
Deprecated version: N/A|Class name: URLSearchParams
Method or attribute name: constructor(init?: string[][] \| Record\ \| string \| URLSearchParams);
Deprecated version: 9
Substitute API: ohos.url.URLParams.constructor |@ohos.url.d.ts| +|Deprecated version changed|Class name: URLSearchParams
Method or attribute name: append(name: string, value: string): void;
Deprecated version: N/A|Class name: URLSearchParams
Method or attribute name: append(name: string, value: string): void;
Deprecated version: 9
Substitute API: ohos.url.URLParams.append |@ohos.url.d.ts| +|Deprecated version changed|Class name: URLSearchParams
Method or attribute name: delete(name: string): void;
Deprecated version: N/A|Class name: URLSearchParams
Method or attribute name: delete(name: string): void;
Deprecated version: 9
Substitute API: ohos.url.URLParams.delete |@ohos.url.d.ts| +|Deprecated version changed|Class name: URLSearchParams
Method or attribute name: getAll(name: string): string[];
Deprecated version: N/A|Class name: URLSearchParams
Method or attribute name: getAll(name: string): string[];
Deprecated version: 9
Substitute API: ohos.url.URLParams.getAll |@ohos.url.d.ts| +|Deprecated version changed|Class name: URLSearchParams
Method or attribute name: entries(): IterableIterator\<[string, string]>;
Deprecated version: N/A|Class name: URLSearchParams
Method or attribute name: entries(): IterableIterator\<[string, string]>;
Deprecated version: 9
Substitute API: ohos.url.URLParams.entries |@ohos.url.d.ts| +|Deprecated version changed|Class name: URLSearchParams
Method or attribute name: get(name: string): string \| null;
Deprecated version: N/A|Class name: URLSearchParams
Method or attribute name: get(name: string): string \| null;
Deprecated version: 9
Substitute API: ohos.url.URLParams.get |@ohos.url.d.ts| +|Deprecated version changed|Class name: URLSearchParams
Method or attribute name: has(name: string): boolean;
Deprecated version: N/A|Class name: URLSearchParams
Method or attribute name: has(name: string): boolean;
Deprecated version: 9
Substitute API: ohos.url.URLParams.has |@ohos.url.d.ts| +|Deprecated version changed|Class name: URLSearchParams
Method or attribute name: set(name: string, value: string): void;
Deprecated version: N/A|Class name: URLSearchParams
Method or attribute name: set(name: string, value: string): void;
Deprecated version: 9
Substitute API: ohos.url.URLParams.set |@ohos.url.d.ts| +|Deprecated version changed|Class name: URLSearchParams
Method or attribute name: sort(): void;
Deprecated version: N/A|Class name: URLSearchParams
Method or attribute name: sort(): void;
Deprecated version: 9
Substitute API: ohos.url.URLParams.sort |@ohos.url.d.ts| +|Deprecated version changed|Class name: URLSearchParams
Method or attribute name: keys(): IterableIterator\;
Deprecated version: N/A|Class name: URLSearchParams
Method or attribute name: keys(): IterableIterator\;
Deprecated version: 9
Substitute API: ohos.url.URLParams.keys |@ohos.url.d.ts| +|Deprecated version changed|Class name: URLSearchParams
Method or attribute name: values(): IterableIterator\;
Deprecated version: N/A|Class name: URLSearchParams
Method or attribute name: values(): IterableIterator\;
Deprecated version: 9
Substitute API: ohos.url.URLParams.values |@ohos.url.d.ts| +|Deprecated version changed|Class name: URLSearchParams
Method or attribute name: [Symbol.iterator](): IterableIterator\<[string, string]>;
Deprecated version: N/A|Class name: URLSearchParams
Method or attribute name: [Symbol.iterator](): IterableIterator\<[string, string]>;
Deprecated version: 9
Substitute API: ohos.url.URLParams.|@ohos.url.d.ts| +|Deprecated version changed|Class name: URLSearchParams
Method or attribute name: toString(): string;
Deprecated version: N/A|Class name: URLSearchParams
Method or attribute name: toString(): string;
Deprecated version: 9
Substitute API: ohos.url.URLParams.toString |@ohos.url.d.ts| +|Deprecated version changed|Class name: URL
Method or attribute name: constructor(url: string, base?: string \| URL);
Deprecated version: N/A|Class name: URL
Method or attribute name: constructor(url: string, base?: string \| URL);
Deprecated version: 9
Substitute API: ohos.url.URL.parseURL |@ohos.url.d.ts| +|Deprecated version changed|Class name: URL
Method or attribute name: readonly searchParams: URLSearchParams;
Deprecated version: N/A|Class name: URL
Method or attribute name: readonly searchParams: URLSearchParams;
Deprecated version: 9
Substitute API: ohos.url.URL.params |@ohos.url.d.ts| +|Deprecated version changed|Class name: util
Method or attribute name: function printf(format: string, ...args: Object[]): string;
Deprecated version: N/A|Class name: util
Method or attribute name: function printf(format: string, ...args: Object[]): string;
Deprecated version: 9
Substitute API: ohos.util.format |@ohos.util.d.ts| +|Deprecated version changed|Class name: util
Method or attribute name: function getErrorString(errno: number): string;
Deprecated version: N/A|Class name: util
Method or attribute name: function getErrorString(errno: number): string;
Deprecated version: 9
Substitute API: ohos.util.errnoToString |@ohos.util.d.ts| +|Deprecated version changed|Class name: util
Method or attribute name: function promiseWrapper(original: (err: Object, value: Object) => void): Object;
Deprecated version: N/A|Class name: util
Method or attribute name: function promiseWrapper(original: (err: Object, value: Object) => void): Object;
Deprecated version: 9
Substitute API: ohos.util.promisify |@ohos.util.d.ts| +|Deprecated version changed|Class name: TextDecoder
Method or attribute name: constructor(

encoding?: string,

options?: { fatal?: boolean; ignoreBOM?: boolean },

);
Deprecated version: N/A|Class name: TextDecoder
Method or attribute name: constructor(

encoding?: string,

options?: { fatal?: boolean; ignoreBOM?: boolean },

);
Deprecated version: 9
Substitute API: ohos.util.TextDecoder.create |@ohos.util.d.ts| +|Deprecated version changed|Class name: TextDecoder
Method or attribute name: decode(input: Uint8Array, options?: { stream?: false }): string;
Deprecated version: N/A|Class name: TextDecoder
Method or attribute name: decode(input: Uint8Array, options?: { stream?: false }): string;
Deprecated version: 9
Substitute API: ohos.util.decodeWithStream |@ohos.util.d.ts| +|Deprecated version changed|Class name: TextEncoder
Method or attribute name: encode(input?: string): Uint8Array;
Deprecated version: N/A|Class name: TextEncoder
Method or attribute name: encode(input?: string): Uint8Array;
Deprecated version: 9
Substitute API: ohos.util.encodeInto |@ohos.util.d.ts| +|Deprecated version changed|Class name: TextEncoder
Method or attribute name: encodeInto(

input: string,

dest: Uint8Array,

): { read: number; written: number };
Deprecated version: N/A|Class name: TextEncoder
Method or attribute name: encodeInto(

input: string,

dest: Uint8Array,

): { read: number; written: number };
Deprecated version: 9
Substitute API: ohos.util.encodeIntoUint8Array |@ohos.util.d.ts| +|Deprecated version changed|Class name: RationalNumber
Method or attribute name: constructor(numerator: number, denominator: number);
Deprecated version: N/A|Class name: RationalNumber
Method or attribute name: constructor(numerator: number, denominator: number);
Deprecated version: 9
Substitute API: ohos.util.RationalNumber.parseRationalNumber |@ohos.util.d.ts| +|Deprecated version changed|Class name: RationalNumber
Method or attribute name: compareTo(another :RationalNumber): number;
Deprecated version: N/A|Class name: RationalNumber
Method or attribute name: compareTo(another :RationalNumber): number;
Deprecated version: 9
Substitute API: ohos.util.compare |@ohos.util.d.ts| +|Deprecated version changed|Class name: RationalNumber
Method or attribute name: static getCommonDivisor(number1: number, number2: number): number;
Deprecated version: N/A|Class name: RationalNumber
Method or attribute name: static getCommonDivisor(number1: number, number2: number): number;
Deprecated version: 9
Substitute API: ohos.util.getCommonFactor |@ohos.util.d.ts| +|Deprecated version changed|Class name: LruBuffer
Deprecated version: N/A|Class name: LruBuffer
Deprecated version: 9
Substitute API: ohos.util.LRUCache |@ohos.util.d.ts| +|Deprecated version changed|Class name: LruBuffer
Method or attribute name: updateCapacity(newCapacity: number):void
Deprecated version: N/A|Class name: LruBuffer
Method or attribute name: updateCapacity(newCapacity: number):void
Deprecated version: 9
Substitute API: ohos.util.LRUCache.updateCapacity |@ohos.util.d.ts| +|Deprecated version changed|Class name: LruBuffer
Method or attribute name: getCapacity(): number;
Deprecated version: N/A|Class name: LruBuffer
Method or attribute name: getCapacity(): number;
Deprecated version: 9
Substitute API: ohos.util.LRUCache.getCapacity |@ohos.util.d.ts| +|Deprecated version changed|Class name: LruBuffer
Method or attribute name: clear(): void;
Deprecated version: N/A|Class name: LruBuffer
Method or attribute name: clear(): void;
Deprecated version: 9
Substitute API: ohos.util.LRUCache.clear |@ohos.util.d.ts| +|Deprecated version changed|Class name: LruBuffer
Method or attribute name: getCreateCount(): number;
Deprecated version: N/A|Class name: LruBuffer
Method or attribute name: getCreateCount(): number;
Deprecated version: 9
Substitute API: ohos.util.LRUCache.getCreateCount |@ohos.util.d.ts| +|Deprecated version changed|Class name: LruBuffer
Method or attribute name: getMissCount(): number;
Deprecated version: N/A|Class name: LruBuffer
Method or attribute name: getMissCount(): number;
Deprecated version: 9
Substitute API: ohos.util.LRUCache.getMissCount |@ohos.util.d.ts| +|Deprecated version changed|Class name: LruBuffer
Method or attribute name: getRemovalCount(): number;
Deprecated version: N/A|Class name: LruBuffer
Method or attribute name: getRemovalCount(): number;
Deprecated version: 9
Substitute API: ohos.util.LRUCache.getRemovalCount |@ohos.util.d.ts| +|Deprecated version changed|Class name: LruBuffer
Method or attribute name: getMatchCount(): number;
Deprecated version: N/A|Class name: LruBuffer
Method or attribute name: getMatchCount(): number;
Deprecated version: 9
Substitute API: ohos.util.LRUCache.getMatchCount |@ohos.util.d.ts| +|Deprecated version changed|Class name: LruBuffer
Method or attribute name: getPutCount(): number;
Deprecated version: N/A|Class name: LruBuffer
Method or attribute name: getPutCount(): number;
Deprecated version: 9
Substitute API: ohos.util.LRUCache.getPutCount |@ohos.util.d.ts| +|Deprecated version changed|Class name: LruBuffer
Method or attribute name: isEmpty(): boolean;
Deprecated version: N/A|Class name: LruBuffer
Method or attribute name: isEmpty(): boolean;
Deprecated version: 9
Substitute API: ohos.util.LRUCache.isEmpty |@ohos.util.d.ts| +|Deprecated version changed|Class name: LruBuffer
Method or attribute name: get(key: K): V \| undefined;
Deprecated version: N/A|Class name: LruBuffer
Method or attribute name: get(key: K): V \| undefined;
Deprecated version: 9
Substitute API: ohos.util.LRUCache.get |@ohos.util.d.ts| +|Deprecated version changed|Class name: LruBuffer
Method or attribute name: put(key: K, value: V): V;
Deprecated version: N/A|Class name: LruBuffer
Method or attribute name: put(key: K, value: V): V;
Deprecated version: 9
Substitute API: ohos.util.LRUCache.put |@ohos.util.d.ts| +|Deprecated version changed|Class name: LruBuffer
Method or attribute name: values(): V[];
Deprecated version: N/A|Class name: LruBuffer
Method or attribute name: values(): V[];
Deprecated version: 9
Substitute API: ohos.util.LRUCache.values |@ohos.util.d.ts| +|Deprecated version changed|Class name: LruBuffer
Method or attribute name: keys(): K[];
Deprecated version: N/A|Class name: LruBuffer
Method or attribute name: keys(): K[];
Deprecated version: 9
Substitute API: ohos.util.LRUCache.keys |@ohos.util.d.ts| +|Deprecated version changed|Class name: LruBuffer
Method or attribute name: remove(key: K): V \| undefined;
Deprecated version: N/A|Class name: LruBuffer
Method or attribute name: remove(key: K): V \| undefined;
Deprecated version: 9
Substitute API: ohos.util.LRUCache.remove |@ohos.util.d.ts| +|Deprecated version changed|Class name: LruBuffer
Method or attribute name: afterRemoval(isEvict: boolean, key: K, value: V, newValue: V): void;
Deprecated version: N/A|Class name: LruBuffer
Method or attribute name: afterRemoval(isEvict: boolean, key: K, value: V, newValue: V): void;
Deprecated version: 9
Substitute API: ohos.util.LRUCache.afterRemoval |@ohos.util.d.ts| +|Deprecated version changed|Class name: LruBuffer
Method or attribute name: contains(key: K): boolean;
Deprecated version: N/A|Class name: LruBuffer
Method or attribute name: contains(key: K): boolean;
Deprecated version: 9
Substitute API: ohos.util.LRUCache.contains |@ohos.util.d.ts| +|Deprecated version changed|Class name: LruBuffer
Method or attribute name: createDefault(key: K): V;
Deprecated version: N/A|Class name: LruBuffer
Method or attribute name: createDefault(key: K): V;
Deprecated version: 9
Substitute API: ohos.util.LRUCache.createDefault |@ohos.util.d.ts| +|Deprecated version changed|Class name: LruBuffer
Method or attribute name: entries(): IterableIterator\<[K, V]>;
Deprecated version: N/A|Class name: LruBuffer
Method or attribute name: entries(): IterableIterator\<[K, V]>;
Deprecated version: 9
Substitute API: ohos.util.LRUCache.entries |@ohos.util.d.ts| +|Deprecated version changed|Class name: LruBuffer
Method or attribute name: [Symbol.iterator](): IterableIterator\<[K, V]>;
Deprecated version: N/A|Class name: LruBuffer
Method or attribute name: [Symbol.iterator](): IterableIterator\<[K, V]>;
Deprecated version: 9
Substitute API: ohos.util.LRUCache.|@ohos.util.d.ts| +|Deprecated version changed|Class name: Scope
Deprecated version: N/A|Class name: Scope
Deprecated version: 9
Substitute API: ohos.util.ScopeHelper |@ohos.util.d.ts| +|Deprecated version changed|Class name: Scope
Method or attribute name: constructor(lowerObj: ScopeType, upperObj: ScopeType);
Deprecated version: N/A|Class name: Scope
Method or attribute name: constructor(lowerObj: ScopeType, upperObj: ScopeType);
Deprecated version: 9
Substitute API: ohos.util.ScopeHelper.constructor |@ohos.util.d.ts| +|Deprecated version changed|Class name: Scope
Method or attribute name: toString(): string;
Deprecated version: N/A|Class name: Scope
Method or attribute name: toString(): string;
Deprecated version: 9
Substitute API: ohos.util.ScopeHelper.toString |@ohos.util.d.ts| +|Deprecated version changed|Class name: Scope
Method or attribute name: intersect(range: Scope): Scope;
Deprecated version: N/A|Class name: Scope
Method or attribute name: intersect(range: Scope): Scope;
Deprecated version: 9
Substitute API: ohos.util.ScopeHelper.intersect |@ohos.util.d.ts| +|Deprecated version changed|Class name: Scope
Method or attribute name: intersect(lowerObj: ScopeType, upperObj: ScopeType): Scope;
Deprecated version: N/A|Class name: Scope
Method or attribute name: intersect(lowerObj: ScopeType, upperObj: ScopeType): Scope;
Deprecated version: 9
Substitute API: ohos.util.ScopeHelper.intersect |@ohos.util.d.ts| +|Deprecated version changed|Class name: Scope
Method or attribute name: getUpper(): ScopeType;
Deprecated version: N/A|Class name: Scope
Method or attribute name: getUpper(): ScopeType;
Deprecated version: 9
Substitute API: ohos.util.ScopeHelper.getUpper |@ohos.util.d.ts| +|Deprecated version changed|Class name: Scope
Method or attribute name: getLower(): ScopeType;
Deprecated version: N/A|Class name: Scope
Method or attribute name: getLower(): ScopeType;
Deprecated version: 9
Substitute API: ohos.util.ScopeHelper.getLower |@ohos.util.d.ts| +|Deprecated version changed|Class name: Scope
Method or attribute name: expand(lowerObj: ScopeType, upperObj: ScopeType): Scope;
Deprecated version: N/A|Class name: Scope
Method or attribute name: expand(lowerObj: ScopeType, upperObj: ScopeType): Scope;
Deprecated version: 9
Substitute API: ohos.util.ScopeHelper.expand |@ohos.util.d.ts| +|Deprecated version changed|Class name: Scope
Method or attribute name: expand(range: Scope): Scope;
Deprecated version: N/A|Class name: Scope
Method or attribute name: expand(range: Scope): Scope;
Deprecated version: 9
Substitute API: ohos.util.ScopeHelper.expand |@ohos.util.d.ts| +|Deprecated version changed|Class name: Scope
Method or attribute name: expand(value: ScopeType): Scope;
Deprecated version: N/A|Class name: Scope
Method or attribute name: expand(value: ScopeType): Scope;
Deprecated version: 9
Substitute API: ohos.util.ScopeHelper.expand |@ohos.util.d.ts| +|Deprecated version changed|Class name: Scope
Method or attribute name: contains(value: ScopeType): boolean;
Deprecated version: N/A|Class name: Scope
Method or attribute name: contains(value: ScopeType): boolean;
Deprecated version: 9
Substitute API: ohos.util.ScopeHelper.contains |@ohos.util.d.ts| +|Deprecated version changed|Class name: Scope
Method or attribute name: contains(range: Scope): boolean;
Deprecated version: N/A|Class name: Scope
Method or attribute name: contains(range: Scope): boolean;
Deprecated version: 9
Substitute API: ohos.util.ScopeHelper.contains |@ohos.util.d.ts| +|Deprecated version changed|Class name: Scope
Method or attribute name: clamp(value: ScopeType): ScopeType;
Deprecated version: N/A|Class name: Scope
Method or attribute name: clamp(value: ScopeType): ScopeType;
Deprecated version: 9
Substitute API: ohos.util.ScopeHelper.clamp |@ohos.util.d.ts| +|Deprecated version changed|Class name: Base64
Deprecated version: N/A|Class name: Base64
Deprecated version: 9
Substitute API: ohos.util.Base64Helper |@ohos.util.d.ts| +|Deprecated version changed|Class name: Base64
Method or attribute name: constructor();
Deprecated version: N/A|Class name: Base64
Method or attribute name: constructor();
Deprecated version: 9
Substitute API: ohos.util.Base64Helper.constructor |@ohos.util.d.ts| +|Deprecated version changed|Class name: Base64
Method or attribute name: encodeSync(src: Uint8Array): Uint8Array;
Deprecated version: N/A|Class name: Base64
Method or attribute name: encodeSync(src: Uint8Array): Uint8Array;
Deprecated version: 9
Substitute API: ohos.util.Base64Helper.encodeSync |@ohos.util.d.ts| +|Deprecated version changed|Class name: Base64
Method or attribute name: encodeToStringSync(src: Uint8Array): string;
Deprecated version: N/A|Class name: Base64
Method or attribute name: encodeToStringSync(src: Uint8Array): string;
Deprecated version: 9
Substitute API: ohos.util.Base64Helper.encodeToStringSync |@ohos.util.d.ts| +|Deprecated version changed|Class name: Base64
Method or attribute name: decodeSync(src: Uint8Array \| string): Uint8Array;
Deprecated version: N/A|Class name: Base64
Method or attribute name: decodeSync(src: Uint8Array \| string): Uint8Array;
Deprecated version: 9
Substitute API: ohos.util.Base64Helper.decodeSync |@ohos.util.d.ts| +|Deprecated version changed|Class name: Base64
Method or attribute name: encode(src: Uint8Array): Promise\;
Deprecated version: N/A|Class name: Base64
Method or attribute name: encode(src: Uint8Array): Promise\;
Deprecated version: 9
Substitute API: ohos.util.Base64Helper.encode |@ohos.util.d.ts| +|Deprecated version changed|Class name: Base64
Method or attribute name: encodeToString(src: Uint8Array): Promise\;
Deprecated version: N/A|Class name: Base64
Method or attribute name: encodeToString(src: Uint8Array): Promise\;
Deprecated version: 9
Substitute API: ohos.util.Base64Helper.encodeToString |@ohos.util.d.ts| +|Deprecated version changed|Class name: Base64
Method or attribute name: decode(src: Uint8Array \| string): Promise\;
Deprecated version: N/A|Class name: Base64
Method or attribute name: decode(src: Uint8Array \| string): Promise\;
Deprecated version: 9
Substitute API: ohos.util.Base64Helper.decode |@ohos.util.d.ts| +|Deprecated version changed|Class name: Vector
Deprecated version: N/A|Class name: Vector
Deprecated version: 9
Substitute API: ohos.util.ArrayList |@ohos.util.Vector.d.ts| +|Deprecated version changed|Class name: EventListener
Deprecated version: N/A|Class name: EventListener
Deprecated version: 9
Substitute API: ohos.worker.WorkerEventListener |@ohos.worker.d.ts| +|Deprecated version changed|Class name: EventListener
Method or attribute name: (evt: Event): void \| Promise\;
Deprecated version: N/A|Class name: EventListener
Method or attribute name: (evt: Event): void \| Promise\;
Deprecated version: 9
Substitute API: ohos.worker.WorkerEventListener.|@ohos.worker.d.ts| +|Deprecated version changed|Class name: EventTarget
Deprecated version: N/A|Class name: EventTarget
Deprecated version: 9
Substitute API: ohos.worker.WorkerEventTarget |@ohos.worker.d.ts| +|Deprecated version changed|Class name: EventTarget
Method or attribute name: addEventListener(

type: string,

listener: EventListener

): void;
Deprecated version: N/A|Class name: EventTarget
Method or attribute name: addEventListener(

type: string,

listener: EventListener

): void;
Deprecated version: 9
Substitute API: ohos.worker.WorkerEventTarget.addEventListener |@ohos.worker.d.ts| +|Deprecated version changed|Class name: EventTarget
Method or attribute name: dispatchEvent(event: Event): boolean;
Deprecated version: N/A|Class name: EventTarget
Method or attribute name: dispatchEvent(event: Event): boolean;
Deprecated version: 9
Substitute API: ohos.worker.WorkerEventTarget.dispatchEvent |@ohos.worker.d.ts| +|Deprecated version changed|Class name: EventTarget
Method or attribute name: removeEventListener(

type: string,

callback?: EventListener

): void;
Deprecated version: N/A|Class name: EventTarget
Method or attribute name: removeEventListener(

type: string,

callback?: EventListener

): void;
Deprecated version: 9
Substitute API: ohos.worker.WorkerEventTarget.removeEventListener |@ohos.worker.d.ts| +|Deprecated version changed|Class name: EventTarget
Method or attribute name: removeAllListener(): void;
Deprecated version: N/A|Class name: EventTarget
Method or attribute name: removeAllListener(): void;
Deprecated version: 9
Substitute API: ohos.worker.WorkerEventTarget.removeAllListener |@ohos.worker.d.ts| +|Deprecated version changed|Class name: WorkerGlobalScope
Deprecated version: N/A|Class name: WorkerGlobalScope
Deprecated version: 9
Substitute API: ohos.worker.GlobalScope |@ohos.worker.d.ts| +|Deprecated version changed|Class name: WorkerGlobalScope
Method or attribute name: readonly name: string;
Deprecated version: N/A|Class name: WorkerGlobalScope
Method or attribute name: readonly name: string;
Deprecated version: 9
Substitute API: ohos.worker.GlobalScope.name |@ohos.worker.d.ts| +|Deprecated version changed|Class name: WorkerGlobalScope
Method or attribute name: onerror?: (ev: ErrorEvent) => void;
Deprecated version: N/A|Class name: WorkerGlobalScope
Method or attribute name: onerror?: (ev: ErrorEvent) => void;
Deprecated version: 9
Substitute API: ohos.worker.GlobalScope.onerror |@ohos.worker.d.ts| +|Deprecated version changed|Class name: DedicatedWorkerGlobalScope
Deprecated version: N/A|Class name: DedicatedWorkerGlobalScope
Deprecated version: 9
Substitute API: ohos.worker.ThreadWorkerGlobalScope |@ohos.worker.d.ts| +|Deprecated version changed|Class name: DedicatedWorkerGlobalScope
Method or attribute name: onmessage?: (this: DedicatedWorkerGlobalScope, ev: MessageEvent) => void;
Deprecated version: N/A|Class name: DedicatedWorkerGlobalScope
Method or attribute name: onmessage?: (this: DedicatedWorkerGlobalScope, ev: MessageEvent) => void;
Deprecated version: 9
Substitute API: ohos.worker.ThreadWorkerGlobalScope.onmessage |@ohos.worker.d.ts| +|Deprecated version changed|Class name: DedicatedWorkerGlobalScope
Method or attribute name: onmessageerror?: (this: DedicatedWorkerGlobalScope, ev: MessageEvent) => void;
Deprecated version: N/A|Class name: DedicatedWorkerGlobalScope
Method or attribute name: onmessageerror?: (this: DedicatedWorkerGlobalScope, ev: MessageEvent) => void;
Deprecated version: 9
Substitute API: ohos.worker.ThreadWorkerGlobalScope.onmessageerror |@ohos.worker.d.ts| +|Deprecated version changed|Class name: DedicatedWorkerGlobalScope
Method or attribute name: close(): void;
Deprecated version: N/A|Class name: DedicatedWorkerGlobalScope
Method or attribute name: close(): void;
Deprecated version: 9
Substitute API: ohos.worker.ThreadWorkerGlobalScope.close |@ohos.worker.d.ts| +|Deprecated version changed|Class name: DedicatedWorkerGlobalScope
Method or attribute name: postMessage(messageObject: Object, transfer: Transferable[]): void;
Deprecated version: N/A|Class name: DedicatedWorkerGlobalScope
Method or attribute name: postMessage(messageObject: Object, transfer: Transferable[]): void;
Deprecated version: 9
Substitute API: ohos.worker.ThreadWorkerGlobalScope.postMessage |@ohos.worker.d.ts| +|Deprecated version changed|Class name: DedicatedWorkerGlobalScope
Method or attribute name: postMessage(messageObject: Object, options?: PostMessageOptions): void;
Deprecated version: N/A|Class name: DedicatedWorkerGlobalScope
Method or attribute name: postMessage(messageObject: Object, options?: PostMessageOptions): void;
Deprecated version: 9
Substitute API: ohos.worker.ThreadWorkerGlobalScope.postMessage |@ohos.worker.d.ts| +|Deprecated version changed|Class name: Worker
Deprecated version: N/A|Class name: Worker
Deprecated version: 9
Substitute API: ohos.worker.ThreadWorker |@ohos.worker.d.ts| +|Deprecated version changed|Class name: Worker
Method or attribute name: constructor(scriptURL: string, options?: WorkerOptions);
Deprecated version: N/A|Class name: Worker
Method or attribute name: constructor(scriptURL: string, options?: WorkerOptions);
Deprecated version: 9
Substitute API: ohos.worker.ThreadWorker.constructor |@ohos.worker.d.ts| +|Deprecated version changed|Class name: Worker
Method or attribute name: onexit?: (code: number) => void;
Deprecated version: N/A|Class name: Worker
Method or attribute name: onexit?: (code: number) => void;
Deprecated version: 9
Substitute API: ohos.worker.ThreadWorker.onexit |@ohos.worker.d.ts| +|Deprecated version changed|Class name: Worker
Method or attribute name: onerror?: (err: ErrorEvent) => void;
Deprecated version: N/A|Class name: Worker
Method or attribute name: onerror?: (err: ErrorEvent) => void;
Deprecated version: 9
Substitute API: ohos.worker.ThreadWorker.onerror |@ohos.worker.d.ts| +|Deprecated version changed|Class name: Worker
Method or attribute name: onmessage?: (event: MessageEvent) => void;
Deprecated version: N/A|Class name: Worker
Method or attribute name: onmessage?: (event: MessageEvent) => void;
Deprecated version: 9
Substitute API: ohos.worker.ThreadWorker.onmessage |@ohos.worker.d.ts| +|Deprecated version changed|Class name: Worker
Method or attribute name: onmessageerror?: (event: MessageEvent) => void;
Deprecated version: N/A|Class name: Worker
Method or attribute name: onmessageerror?: (event: MessageEvent) => void;
Deprecated version: 9
Substitute API: ohos.worker.ThreadWorker.onmessageerror |@ohos.worker.d.ts| +|Deprecated version changed|Class name: Worker
Method or attribute name: postMessage(message: Object, transfer: ArrayBuffer[]): void;
Deprecated version: N/A|Class name: Worker
Method or attribute name: postMessage(message: Object, transfer: ArrayBuffer[]): void;
Deprecated version: 9
Substitute API: ohos.worker.ThreadWorker.postMessage |@ohos.worker.d.ts| +|Deprecated version changed|Class name: Worker
Method or attribute name: postMessage(message: Object, options?: PostMessageOptions): void;
Deprecated version: N/A|Class name: Worker
Method or attribute name: postMessage(message: Object, options?: PostMessageOptions): void;
Deprecated version: 9
Substitute API: ohos.worker.ThreadWorker.postMessage |@ohos.worker.d.ts| +|Deprecated version changed|Class name: Worker
Method or attribute name: on(type: string, listener: EventListener): void;
Deprecated version: N/A|Class name: Worker
Method or attribute name: on(type: string, listener: EventListener): void;
Deprecated version: 9
Substitute API: ohos.worker.ThreadWorker.on |@ohos.worker.d.ts| +|Deprecated version changed|Class name: Worker
Method or attribute name: once(type: string, listener: EventListener): void;
Deprecated version: N/A|Class name: Worker
Method or attribute name: once(type: string, listener: EventListener): void;
Deprecated version: 9
Substitute API: ohos.worker.ThreadWorker.once |@ohos.worker.d.ts| +|Deprecated version changed|Class name: Worker
Method or attribute name: off(type: string, listener?: EventListener): void;
Deprecated version: N/A|Class name: Worker
Method or attribute name: off(type: string, listener?: EventListener): void;
Deprecated version: 9
Substitute API: ohos.worker.ThreadWorker.off |@ohos.worker.d.ts| +|Deprecated version changed|Class name: Worker
Method or attribute name: terminate(): void;
Deprecated version: N/A|Class name: Worker
Method or attribute name: terminate(): void;
Deprecated version: 9
Substitute API: ohos.worker.ThreadWorker.terminate |@ohos.worker.d.ts| +|Deprecated version changed|Class name: worker
Method or attribute name: const parentPort: DedicatedWorkerGlobalScope;
Deprecated version: N/A|Class name: worker
Method or attribute name: const parentPort: DedicatedWorkerGlobalScope;
Deprecated version: 9
Substitute API: ohos.worker.workerPort |@ohos.worker.d.ts| +|Initial version changed|Class name: ConvertXML
Initial version: N/A|Class name: ConvertXML
Initial version: 8|@ohos.convertxml.d.ts| +|Initial version changed|Class name: ChildProcess
Initial version: N/A|Class name: ChildProcess
Initial version: 7|@ohos.process.d.ts| +|Initial version changed|Class name: URI
Initial version: N/A|Class name: URI
Initial version: 8|@ohos.uri.d.ts| +|Initial version changed|Class name: URLSearchParams
Initial version: N/A|Class name: URLSearchParams
Initial version: 7|@ohos.url.d.ts| +|Initial version changed|Class name: URL
Initial version: N/A|Class name: URL
Initial version: 7|@ohos.url.d.ts| +|Initial version changed|Class name: URL
Method or attribute name: constructor(url: string, base?: string \| URL);
Initial version: N/A|Class name: URL
Method or attribute name: constructor(url: string, base?: string \| URL);
Initial version: 7|@ohos.url.d.ts| +|Initial version changed|Class name: TextDecoder
Initial version: N/A|Class name: TextDecoder
Initial version: 7|@ohos.util.d.ts| +|Initial version changed|Class name: TextDecoder
Method or attribute name: constructor(

encoding?: string,

options?: { fatal?: boolean; ignoreBOM?: boolean },

);
Initial version: N/A|Class name: TextDecoder
Method or attribute name: constructor(

encoding?: string,

options?: { fatal?: boolean; ignoreBOM?: boolean },

);
Initial version: 7|@ohos.util.d.ts| +|Initial version changed|Class name: TextEncoder
Initial version: N/A|Class name: TextEncoder
Initial version: 7|@ohos.util.d.ts| +|Initial version changed|Class name: RationalNumber
Initial version: N/A|Class name: RationalNumber
Initial version: 8|@ohos.util.d.ts| +|Initial version changed|Class name: LruBuffer
Initial version: N/A|Class name: LruBuffer
Initial version: 8|@ohos.util.d.ts| +|Initial version changed|Class name: Scope
Initial version: N/A|Class name: Scope
Initial version: 8|@ohos.util.d.ts| +|Initial version changed|Class name: Base64
Initial version: N/A|Class name: Base64
Initial version: 8|@ohos.util.d.ts| +|Initial version changed|Class name: types
Initial version: N/A|Class name: types
Initial version: 8|@ohos.util.d.ts| +|Initial version changed|Class name: Vector
Initial version: N/A|Class name: Vector
Initial version: 8|@ohos.util.Vector.d.ts| +|Initial version changed|Class name: Worker
Initial version: N/A|Class name: Worker
Initial version: 7|@ohos.worker.d.ts| +|Initial version changed|Class name: worker
Method or attribute name: const parentPort: DedicatedWorkerGlobalScope;
Initial version: N/A|Class name: worker
Method or attribute name: const parentPort: DedicatedWorkerGlobalScope;
Initial version: 7|@ohos.worker.d.ts| +|Initial version changed|Class name: XmlSerializer
Initial version: N/A|Class name: XmlSerializer
Initial version: 8|@ohos.xml.d.ts| +|Initial version changed|Class name: XmlPullParser
Initial version: N/A|Class name: XmlPullParser
Initial version: 8|@ohos.xml.d.ts| +|Error code added|NA|Class name: URI
Method or attribute name: constructor(uri: string);
Error code: 401, 10200002|@ohos.uri.d.ts| +|Error code added|NA|Class name: ArrayList
Method or attribute name: constructor();
Error code: 10200012|@ohos.util.ArrayList.d.ts| +|Error code added|NA|Class name: ArrayList
Method or attribute name: add(element: T): boolean;
Error code: 10200011|@ohos.util.ArrayList.d.ts| +|Error code added|NA|Class name: ArrayList
Method or attribute name: insert(element: T, index: number): void;
Error code: 10200001, 10200011, 401|@ohos.util.ArrayList.d.ts| +|Error code added|NA|Class name: ArrayList
Method or attribute name: has(element: T): boolean;
Error code: 10200011|@ohos.util.ArrayList.d.ts| +|Error code added|NA|Class name: ArrayList
Method or attribute name: getIndexOf(element: T): number;
Error code: 10200011|@ohos.util.ArrayList.d.ts| +|Error code added|NA|Class name: ArrayList
Method or attribute name: removeByIndex(index: number): T;
Error code: 10200001, 10200011, 401|@ohos.util.ArrayList.d.ts| +|Error code added|NA|Class name: ArrayList
Method or attribute name: remove(element: T): boolean;
Error code: 10200011|@ohos.util.ArrayList.d.ts| +|Error code added|NA|Class name: ArrayList
Method or attribute name: getLastIndexOf(element: T): number;
Error code: 10200011|@ohos.util.ArrayList.d.ts| +|Error code added|NA|Class name: ArrayList
Method or attribute name: removeByRange(fromIndex: number, toIndex: number): void;
Error code: 10200001, 10200011, 401|@ohos.util.ArrayList.d.ts| +|Error code added|NA|Class name: ArrayList
Method or attribute name: sort(comparator?: (firstValue: T, secondValue: T) => number): void;
Error code: 10200011, 401|@ohos.util.ArrayList.d.ts| +|Error code added|NA|Class name: ArrayList
Method or attribute name: subArrayList(fromIndex: number, toIndex: number): ArrayList\;
Error code: 10200001, 10200011, 401|@ohos.util.ArrayList.d.ts| +|Error code added|NA|Class name: ArrayList
Method or attribute name: clear(): void;
Error code: 10200011|@ohos.util.ArrayList.d.ts| +|Error code added|NA|Class name: ArrayList
Method or attribute name: clone(): ArrayList\;
Error code: 10200011|@ohos.util.ArrayList.d.ts| +|Error code added|NA|Class name: ArrayList
Method or attribute name: getCapacity(): number;
Error code: 10200011|@ohos.util.ArrayList.d.ts| +|Error code added|NA|Class name: ArrayList
Method or attribute name: convertToArray(): Array\;
Error code: 10200011|@ohos.util.ArrayList.d.ts| +|Error code added|NA|Class name: ArrayList
Method or attribute name: isEmpty(): boolean;
Error code: 10200011|@ohos.util.ArrayList.d.ts| +|Error code added|NA|Class name: ArrayList
Method or attribute name: increaseCapacityTo(newCapacity: number): void;
Error code: 10200011, 401|@ohos.util.ArrayList.d.ts| +|Error code added|NA|Class name: ArrayList
Method or attribute name: trimToCurrentLength(): void;
Error code: 10200011|@ohos.util.ArrayList.d.ts| +|Error code added|NA|Class name: ArrayList
Method or attribute name: [Symbol.iterator](): IterableIterator\;
Error code: 10200011|@ohos.util.ArrayList.d.ts| +|Error code added|NA|Class name: util
Method or attribute name: function callbackWrapper(original: Function): (err: Object, value: Object) => void;
Error code: 401|@ohos.util.d.ts| +|Error code added|NA|Class name: RationalNumber
Method or attribute name: static createRationalFromString(rationalString: string): RationalNumber​;
Error code: 401|@ohos.util.d.ts| +|Error code added|NA|Class name: Deque
Method or attribute name: constructor();
Error code: 10200012|@ohos.util.Deque.d.ts| +|Error code added|NA|Class name: Deque
Method or attribute name: insertFront(element: T): void;
Error code: 10200011|@ohos.util.Deque.d.ts| +|Error code added|NA|Class name: Deque
Method or attribute name: insertEnd(element: T): void;
Error code: 10200011|@ohos.util.Deque.d.ts| +|Error code added|NA|Class name: Deque
Method or attribute name: has(element: T): boolean;
Error code: 10200011|@ohos.util.Deque.d.ts| +|Error code added|NA|Class name: Deque
Method or attribute name: getFirst(): T;
Error code: 10200011|@ohos.util.Deque.d.ts| +|Error code added|NA|Class name: Deque
Method or attribute name: getLast(): T;
Error code: 10200011|@ohos.util.Deque.d.ts| +|Error code added|NA|Class name: Deque
Method or attribute name: popFirst(): T;
Error code: 10200011|@ohos.util.Deque.d.ts| +|Error code added|NA|Class name: Deque
Method or attribute name: popLast(): T;
Error code: 10200011|@ohos.util.Deque.d.ts| +|Error code added|NA|Class name: Deque
Method or attribute name: [Symbol.iterator](): IterableIterator\;
Error code: 10200011|@ohos.util.Deque.d.ts| +|Error code added|NA|Class name: HashMap
Method or attribute name: constructor();
Error code: 10200012|@ohos.util.HashMap.d.ts| +|Error code added|NA|Class name: HashMap
Method or attribute name: isEmpty(): boolean;
Error code: 10200011|@ohos.util.HashMap.d.ts| +|Error code added|NA|Class name: HashMap
Method or attribute name: hasKey(key: K): boolean;
Error code: 10200011|@ohos.util.HashMap.d.ts| +|Error code added|NA|Class name: HashMap
Method or attribute name: hasValue(value: V): boolean;
Error code: 10200011|@ohos.util.HashMap.d.ts| +|Error code added|NA|Class name: HashMap
Method or attribute name: get(key: K): V;
Error code: 10200011|@ohos.util.HashMap.d.ts| +|Error code added|NA|Class name: HashMap
Method or attribute name: setAll(map: HashMap\): void;
Error code: 10200011, 401|@ohos.util.HashMap.d.ts| +|Error code added|NA|Class name: HashMap
Method or attribute name: set(key: K, value: V): Object;
Error code: 10200011, 401|@ohos.util.HashMap.d.ts| +|Error code added|NA|Class name: HashMap
Method or attribute name: remove(key: K): V;
Error code: 10200011|@ohos.util.HashMap.d.ts| +|Error code added|NA|Class name: HashMap
Method or attribute name: clear(): void;
Error code: 10200011|@ohos.util.HashMap.d.ts| +|Error code added|NA|Class name: HashMap
Method or attribute name: keys(): IterableIterator\;
Error code: 10200011|@ohos.util.HashMap.d.ts| +|Error code added|NA|Class name: HashMap
Method or attribute name: values(): IterableIterator\;
Error code: 10200011|@ohos.util.HashMap.d.ts| +|Error code added|NA|Class name: HashMap
Method or attribute name: replace(key: K, newValue: V): boolean;
Error code: 10200011|@ohos.util.HashMap.d.ts| +|Error code added|NA|Class name: HashMap
Method or attribute name: entries(): IterableIterator\<[K, V]>;
Error code: 10200011|@ohos.util.HashMap.d.ts| +|Error code added|NA|Class name: HashMap
Method or attribute name: [Symbol.iterator](): IterableIterator\<[K, V]>;
Error code: 10200011|@ohos.util.HashMap.d.ts| +|Error code added|NA|Class name: HashSet
Method or attribute name: constructor();
Error code: 10200012|@ohos.util.HashSet.d.ts| +|Error code added|NA|Class name: HashSet
Method or attribute name: isEmpty(): boolean;
Error code: 10200011|@ohos.util.HashSet.d.ts| +|Error code added|NA|Class name: HashSet
Method or attribute name: has(value: T): boolean;
Error code: 10200011, 401|@ohos.util.HashSet.d.ts| +|Error code added|NA|Class name: HashSet
Method or attribute name: add(value: T): boolean;
Error code: 10200011, 401|@ohos.util.HashSet.d.ts| +|Error code added|NA|Class name: HashSet
Method or attribute name: remove(value: T): boolean;
Error code: 10200011, 401|@ohos.util.HashSet.d.ts| +|Error code added|NA|Class name: HashSet
Method or attribute name: clear(): void;
Error code: 10200011|@ohos.util.HashSet.d.ts| +|Error code added|NA|Class name: HashSet
Method or attribute name: values(): IterableIterator\;
Error code: 10200011|@ohos.util.HashSet.d.ts| +|Error code added|NA|Class name: HashSet
Method or attribute name: entries(): IterableIterator\<[T, T]>;
Error code: 10200011|@ohos.util.HashSet.d.ts| +|Error code added|NA|Class name: HashSet
Method or attribute name: [Symbol.iterator](): IterableIterator\;
Error code: 10200011|@ohos.util.HashSet.d.ts| +|Error code added|NA|Class name: LightWeightMap
Method or attribute name: constructor();
Error code: 10200012|@ohos.util.LightWeightMap.d.ts| +|Error code added|NA|Class name: LightWeightMap
Method or attribute name: hasAll(map: LightWeightMap\): boolean;
Error code: 401, 10200011|@ohos.util.LightWeightMap.d.ts| +|Error code added|NA|Class name: LightWeightMap
Method or attribute name: hasKey(key: K): boolean;
Error code: 10200011|@ohos.util.LightWeightMap.d.ts| +|Error code added|NA|Class name: LightWeightMap
Method or attribute name: hasValue(value: V): boolean;
Error code: 10200011|@ohos.util.LightWeightMap.d.ts| +|Error code added|NA|Class name: LightWeightMap
Method or attribute name: increaseCapacityTo(minimumCapacity: number): void;
Error code: 10200011, 401|@ohos.util.LightWeightMap.d.ts| +|Error code added|NA|Class name: LightWeightMap
Method or attribute name: entries(): IterableIterator\<[K, V]>;
Error code: 10200011|@ohos.util.LightWeightMap.d.ts| +|Error code added|NA|Class name: LightWeightMap
Method or attribute name: get(key: K): V;
Error code: 10200011|@ohos.util.LightWeightMap.d.ts| +|Error code added|NA|Class name: LightWeightMap
Method or attribute name: getIndexOfKey(key: K): number;
Error code: 10200011|@ohos.util.LightWeightMap.d.ts| +|Error code added|NA|Class name: LightWeightMap
Method or attribute name: getIndexOfValue(value: V): number;
Error code: 10200011|@ohos.util.LightWeightMap.d.ts| +|Error code added|NA|Class name: LightWeightMap
Method or attribute name: isEmpty(): boolean;
Error code: 10200011|@ohos.util.LightWeightMap.d.ts| +|Error code added|NA|Class name: LightWeightMap
Method or attribute name: getKeyAt(index: number): K;
Error code: 10200011, 10200001, 401|@ohos.util.LightWeightMap.d.ts| +|Error code added|NA|Class name: LightWeightMap
Method or attribute name: keys(): IterableIterator\;
Error code: 10200011|@ohos.util.LightWeightMap.d.ts| +|Error code added|NA|Class name: LightWeightMap
Method or attribute name: setAll(map: LightWeightMap\): void;
Error code: 10200011, 401|@ohos.util.LightWeightMap.d.ts| +|Error code added|NA|Class name: LightWeightMap
Method or attribute name: set(key: K, value: V): Object;
Error code: 10200011|@ohos.util.LightWeightMap.d.ts| +|Error code added|NA|Class name: LightWeightMap
Method or attribute name: remove(key: K): V;
Error code: 10200011|@ohos.util.LightWeightMap.d.ts| +|Error code added|NA|Class name: LightWeightMap
Method or attribute name: removeAt(index: number): boolean;
Error code: 10200011, 401|@ohos.util.LightWeightMap.d.ts| +|Error code added|NA|Class name: LightWeightMap
Method or attribute name: clear(): void;
Error code: 10200011|@ohos.util.LightWeightMap.d.ts| +|Error code added|NA|Class name: LightWeightMap
Method or attribute name: setValueAt(index: number, newValue: V): boolean;
Error code: 10200011, 10200001, 401|@ohos.util.LightWeightMap.d.ts| +|Error code added|NA|Class name: LightWeightMap
Method or attribute name: [Symbol.iterator](): IterableIterator\<[K, V]>;
Error code: 10200011|@ohos.util.LightWeightMap.d.ts| +|Error code added|NA|Class name: LightWeightMap
Method or attribute name: toString(): String;
Error code: 10200011|@ohos.util.LightWeightMap.d.ts| +|Error code added|NA|Class name: LightWeightMap
Method or attribute name: getValueAt(index: number): V;
Error code: 10200011, 10200001, 401|@ohos.util.LightWeightMap.d.ts| +|Error code added|NA|Class name: LightWeightMap
Method or attribute name: values(): IterableIterator\;
Error code: 10200011|@ohos.util.LightWeightMap.d.ts| +|Error code added|NA|Class name: LightWeightSet
Method or attribute name: constructor();
Error code: 10200012|@ohos.util.LightWeightSet.d.ts| +|Error code added|NA|Class name: LightWeightSet
Method or attribute name: add(obj: T): boolean;
Error code: 10200011|@ohos.util.LightWeightSet.d.ts| +|Error code added|NA|Class name: LightWeightSet
Method or attribute name: addAll(set: LightWeightSet\): boolean;
Error code: 10200011, 401|@ohos.util.LightWeightSet.d.ts| +|Error code added|NA|Class name: LightWeightSet
Method or attribute name: hasAll(set: LightWeightSet\): boolean;
Error code: 10200011, 401|@ohos.util.LightWeightSet.d.ts| +|Error code added|NA|Class name: LightWeightSet
Method or attribute name: has(key: T): boolean;
Error code: 10200011|@ohos.util.LightWeightSet.d.ts| +|Error code added|NA|Class name: LightWeightSet
Method or attribute name: equal(obj: Object): boolean;
Error code: 10200011|@ohos.util.LightWeightSet.d.ts| +|Error code added|NA|Class name: LightWeightSet
Method or attribute name: increaseCapacityTo(minimumCapacity: number): void;
Error code: 10200011, 401, 10200001|@ohos.util.LightWeightSet.d.ts| +|Error code added|NA|Class name: LightWeightSet
Method or attribute name: getIndexOf(key: T): number;
Error code: 10200011|@ohos.util.LightWeightSet.d.ts| +|Error code added|NA|Class name: LightWeightSet
Method or attribute name: remove(key: T): T;
Error code: 10200011|@ohos.util.LightWeightSet.d.ts| +|Error code added|NA|Class name: LightWeightSet
Method or attribute name: removeAt(index: number): boolean;
Error code: 10200011, 401|@ohos.util.LightWeightSet.d.ts| +|Error code added|NA|Class name: LightWeightSet
Method or attribute name: clear(): void;
Error code: 10200011|@ohos.util.LightWeightSet.d.ts| +|Error code added|NA|Class name: LightWeightSet
Method or attribute name: [Symbol.iterator](): IterableIterator\;
Error code: 10200011|@ohos.util.LightWeightSet.d.ts| +|Error code added|NA|Class name: LightWeightSet
Method or attribute name: toArray(): Array\;
Error code: 10200011|@ohos.util.LightWeightSet.d.ts| +|Error code added|NA|Class name: LightWeightSet
Method or attribute name: getValueAt(index: number): T;
Error code: 10200011, 401|@ohos.util.LightWeightSet.d.ts| +|Error code added|NA|Class name: LightWeightSet
Method or attribute name: values(): IterableIterator\;
Error code: 10200011|@ohos.util.LightWeightSet.d.ts| +|Error code added|NA|Class name: LightWeightSet
Method or attribute name: entries(): IterableIterator\<[T, T]>;
Error code: 10200011|@ohos.util.LightWeightSet.d.ts| +|Error code added|NA|Class name: LightWeightSet
Method or attribute name: isEmpty(): boolean;
Error code: 10200011|@ohos.util.LightWeightSet.d.ts| +|Error code added|NA|Class name: LinkedList
Method or attribute name: constructor();
Error code: 10200012|@ohos.util.LinkedList.d.ts| +|Error code added|NA|Class name: LinkedList
Method or attribute name: add(element: T): boolean;
Error code: 10200011|@ohos.util.LinkedList.d.ts| +|Error code added|NA|Class name: LinkedList
Method or attribute name: insert(index: number, element: T): void;
Error code: 10200011, 401, 10200001|@ohos.util.LinkedList.d.ts| +|Error code added|NA|Class name: LinkedList
Method or attribute name: get(index: number): T;
Error code: 10200011, 401|@ohos.util.LinkedList.d.ts| +|Error code added|NA|Class name: LinkedList
Method or attribute name: addFirst(element: T): void;
Error code: 10200011|@ohos.util.LinkedList.d.ts| +|Error code added|NA|Class name: LinkedList
Method or attribute name: removeFirst(): T;
Error code: 10200011, 10200010|@ohos.util.LinkedList.d.ts| +|Error code added|NA|Class name: LinkedList
Method or attribute name: removeLast(): T;
Error code: 10200011, 10200010|@ohos.util.LinkedList.d.ts| +|Error code added|NA|Class name: LinkedList
Method or attribute name: has(element: T): boolean;
Error code: 10200011|@ohos.util.LinkedList.d.ts| +|Error code added|NA|Class name: LinkedList
Method or attribute name: getIndexOf(element: T): number;
Error code: 10200011|@ohos.util.LinkedList.d.ts| +|Error code added|NA|Class name: LinkedList
Method or attribute name: removeByIndex(index: number): T;
Error code: 10200011, 401, 10200001|@ohos.util.LinkedList.d.ts| +|Error code added|NA|Class name: LinkedList
Method or attribute name: remove(element: T): boolean;
Error code: 10200011|@ohos.util.LinkedList.d.ts| +|Error code added|NA|Class name: LinkedList
Method or attribute name: removeFirstFound(element: T): boolean;
Error code: 10200011, 10200010, 10200017|@ohos.util.LinkedList.d.ts| +|Error code added|NA|Class name: LinkedList
Method or attribute name: removeLastFound(element: T): boolean;
Error code: 10200011, 10200010, 10200017|@ohos.util.LinkedList.d.ts| +|Error code added|NA|Class name: LinkedList
Method or attribute name: getLastIndexOf(element: T): number;
Error code: 10200011|@ohos.util.LinkedList.d.ts| +|Error code added|NA|Class name: LinkedList
Method or attribute name: getFirst(): T;
Error code: 10200011|@ohos.util.LinkedList.d.ts| +|Error code added|NA|Class name: LinkedList
Method or attribute name: getLast(): T;
Error code: 10200011|@ohos.util.LinkedList.d.ts| +|Error code added|NA|Class name: LinkedList
Method or attribute name: set(index: number, element: T): T;
Error code: 10200011, 10200001, 401|@ohos.util.LinkedList.d.ts| +|Error code added|NA|Class name: LinkedList
Method or attribute name: clear(): void;
Error code: 10200011|@ohos.util.LinkedList.d.ts| +|Error code added|NA|Class name: LinkedList
Method or attribute name: clone(): LinkedList\;
Error code: 10200011|@ohos.util.LinkedList.d.ts| +|Error code added|NA|Class name: LinkedList
Method or attribute name: convertToArray(): Array\;
Error code: 10200011|@ohos.util.LinkedList.d.ts| +|Error code added|NA|Class name: LinkedList
Method or attribute name: [Symbol.iterator](): IterableIterator\;
Error code: 10200011|@ohos.util.LinkedList.d.ts| +|Error code added|NA|Class name: List
Method or attribute name: constructor();
Error code: 10200012|@ohos.util.List.d.ts| +|Error code added|NA|Class name: List
Method or attribute name: add(element: T): boolean;
Error code: 10200011|@ohos.util.List.d.ts| +|Error code added|NA|Class name: List
Method or attribute name: insert(element: T, index: number): void;
Error code: 10200011, 10200001, 401|@ohos.util.List.d.ts| +|Error code added|NA|Class name: List
Method or attribute name: get(index: number): T;
Error code: 10200011, 401|@ohos.util.List.d.ts| +|Error code added|NA|Class name: List
Method or attribute name: has(element: T): boolean;
Error code: 10200011|@ohos.util.List.d.ts| +|Error code added|NA|Class name: List
Method or attribute name: getIndexOf(element: T): number;
Error code: 10200011|@ohos.util.List.d.ts| +|Error code added|NA|Class name: List
Method or attribute name: removeByIndex(index: number): T;
Error code: 10200011, 10200001, 401|@ohos.util.List.d.ts| +|Error code added|NA|Class name: List
Method or attribute name: remove(element: T): boolean;
Error code: 10200011|@ohos.util.List.d.ts| +|Error code added|NA|Class name: List
Method or attribute name: getLastIndexOf(element: T): number;
Error code: 10200011|@ohos.util.List.d.ts| +|Error code added|NA|Class name: List
Method or attribute name: getFirst(): T;
Error code: 10200011|@ohos.util.List.d.ts| +|Error code added|NA|Class name: List
Method or attribute name: getLast(): T;
Error code: 10200011|@ohos.util.List.d.ts| +|Error code added|NA|Class name: List
Method or attribute name: set(index: number, element: T): T;
Error code: 10200011, 10200001, 401|@ohos.util.List.d.ts| +|Error code added|NA|Class name: List
Method or attribute name: equal(obj: Object): boolean;
Error code: 10200011|@ohos.util.List.d.ts| +|Error code added|NA|Class name: List
Method or attribute name: sort(comparator: (firstValue: T, secondValue: T) => number): void;
Error code: 401, 10200011|@ohos.util.List.d.ts| +|Error code added|NA|Class name: List
Method or attribute name: clear(): void;
Error code: 10200011|@ohos.util.List.d.ts| +|Error code added|NA|Class name: List
Method or attribute name: getSubList(fromIndex: number, toIndex: number): List\;
Error code: 10200011, 10200001, 401|@ohos.util.List.d.ts| +|Error code added|NA|Class name: List
Method or attribute name: convertToArray(): Array\;
Error code: 10200011|@ohos.util.List.d.ts| +|Error code added|NA|Class name: List
Method or attribute name: isEmpty(): boolean;
Error code: 10200011|@ohos.util.List.d.ts| +|Error code added|NA|Class name: List
Method or attribute name: [Symbol.iterator](): IterableIterator\;
Error code: 10200011|@ohos.util.List.d.ts| +|Error code added|NA|Class name: PlainArray
Method or attribute name: constructor();
Error code: 10200012|@ohos.util.PlainArray.d.ts| +|Error code added|NA|Class name: PlainArray
Method or attribute name: add(key: number, value: T): void;
Error code: 10200011, 401|@ohos.util.PlainArray.d.ts| +|Error code added|NA|Class name: PlainArray
Method or attribute name: clear(): void;
Error code: 10200011|@ohos.util.PlainArray.d.ts| +|Error code added|NA|Class name: PlainArray
Method or attribute name: clone(): PlainArray\;
Error code: 10200011|@ohos.util.PlainArray.d.ts| +|Error code added|NA|Class name: PlainArray
Method or attribute name: has(key: number): boolean;
Error code: 10200011, 401|@ohos.util.PlainArray.d.ts| +|Error code added|NA|Class name: PlainArray
Method or attribute name: get(key: number): T;
Error code: 10200011, 401|@ohos.util.PlainArray.d.ts| +|Error code added|NA|Class name: PlainArray
Method or attribute name: getIndexOfKey(key: number): number;
Error code: 10200011, 401|@ohos.util.PlainArray.d.ts| +|Error code added|NA|Class name: PlainArray
Method or attribute name: getIndexOfValue(value: T): number;
Error code: 10200011|@ohos.util.PlainArray.d.ts| +|Error code added|NA|Class name: PlainArray
Method or attribute name: isEmpty(): boolean;
Error code: 10200011|@ohos.util.PlainArray.d.ts| +|Error code added|NA|Class name: PlainArray
Method or attribute name: getKeyAt(index: number): number;
Error code: 10200011, 401|@ohos.util.PlainArray.d.ts| +|Error code added|NA|Class name: PlainArray
Method or attribute name: remove(key: number): T;
Error code: 10200011, 401|@ohos.util.PlainArray.d.ts| +|Error code added|NA|Class name: PlainArray
Method or attribute name: removeAt(index: number): T;
Error code: 10200011, 401|@ohos.util.PlainArray.d.ts| +|Error code added|NA|Class name: PlainArray
Method or attribute name: removeRangeFrom(index: number, size: number): number;
Error code: 10200011, 10200001, 401|@ohos.util.PlainArray.d.ts| +|Error code added|NA|Class name: PlainArray
Method or attribute name: setValueAt(index: number, value: T): void;
Error code: 10200011, 10200001, 401|@ohos.util.PlainArray.d.ts| +|Error code added|NA|Class name: PlainArray
Method or attribute name: toString(): String;
Error code: 10200011|@ohos.util.PlainArray.d.ts| +|Error code added|NA|Class name: PlainArray
Method or attribute name: getValueAt(index: number): T;
Error code: 10200011, 10200001, 401|@ohos.util.PlainArray.d.ts| +|Error code added|NA|Class name: PlainArray
Method or attribute name: [Symbol.iterator](): IterableIterator\<[number, T]>;
Error code: 10200011|@ohos.util.PlainArray.d.ts| +|Error code added|NA|Class name: Queue
Method or attribute name: constructor();
Error code: 10200012|@ohos.util.Queue.d.ts| +|Error code added|NA|Class name: Queue
Method or attribute name: add(element: T): boolean;
Error code: 10200011|@ohos.util.Queue.d.ts| +|Error code added|NA|Class name: Queue
Method or attribute name: getFirst(): T;
Error code: 10200011|@ohos.util.Queue.d.ts| +|Error code added|NA|Class name: Queue
Method or attribute name: pop(): T;
Error code: 10200011|@ohos.util.Queue.d.ts| +|Error code added|NA|Class name: Queue
Method or attribute name: [Symbol.iterator](): IterableIterator\;
Error code: 10200011|@ohos.util.Queue.d.ts| +|Error code added|NA|Class name: Stack
Method or attribute name: constructor();
Error code: 10200012|@ohos.util.Stack.d.ts| +|Error code added|NA|Class name: Stack
Method or attribute name: isEmpty(): boolean;
Error code: 10200011|@ohos.util.Stack.d.ts| +|Error code added|NA|Class name: Stack
Method or attribute name: peek(): T;
Error code: 10200011|@ohos.util.Stack.d.ts| +|Error code added|NA|Class name: Stack
Method or attribute name: pop(): T;
Error code: 10200011|@ohos.util.Stack.d.ts| +|Error code added|NA|Class name: Stack
Method or attribute name: push(item: T): T;
Error code: 10200011|@ohos.util.Stack.d.ts| +|Error code added|NA|Class name: Stack
Method or attribute name: locate(element: T): number;
Error code: 10200011|@ohos.util.Stack.d.ts| +|Error code added|NA|Class name: Stack
Method or attribute name: [Symbol.iterator](): IterableIterator\;
Error code: 10200011|@ohos.util.Stack.d.ts| +|Error code added|NA|Class name: TreeMap
Method or attribute name: constructor(comparator?: (firstValue: K, secondValue: K) => boolean);
Error code: 10200012, 401|@ohos.util.TreeMap.d.ts| +|Error code added|NA|Class name: TreeMap
Method or attribute name: isEmpty(): boolean;
Error code: 10200011|@ohos.util.TreeMap.d.ts| +|Error code added|NA|Class name: TreeMap
Method or attribute name: hasKey(key: K): boolean;
Error code: 10200011|@ohos.util.TreeMap.d.ts| +|Error code added|NA|Class name: TreeMap
Method or attribute name: hasValue(value: V): boolean;
Error code: 10200011|@ohos.util.TreeMap.d.ts| +|Error code added|NA|Class name: TreeMap
Method or attribute name: get(key: K): V;
Error code: 10200011|@ohos.util.TreeMap.d.ts| +|Error code added|NA|Class name: TreeMap
Method or attribute name: getFirstKey(): K;
Error code: 10200011|@ohos.util.TreeMap.d.ts| +|Error code added|NA|Class name: TreeMap
Method or attribute name: getLastKey(): K;
Error code: 10200011|@ohos.util.TreeMap.d.ts| +|Error code added|NA|Class name: TreeMap
Method or attribute name: setAll(map: TreeMap\): void;
Error code: 10200011, 401|@ohos.util.TreeMap.d.ts| +|Error code added|NA|Class name: TreeMap
Method or attribute name: set(key: K, value: V): Object;
Error code: 10200011, 401|@ohos.util.TreeMap.d.ts| +|Error code added|NA|Class name: TreeMap
Method or attribute name: remove(key: K): V;
Error code: 10200011|@ohos.util.TreeMap.d.ts| +|Error code added|NA|Class name: TreeMap
Method or attribute name: clear(): void;
Error code: 10200011|@ohos.util.TreeMap.d.ts| +|Error code added|NA|Class name: TreeMap
Method or attribute name: getLowerKey(key: K): K;
Error code: 10200011|@ohos.util.TreeMap.d.ts| +|Error code added|NA|Class name: TreeMap
Method or attribute name: getHigherKey(key: K): K;
Error code: 10200011|@ohos.util.TreeMap.d.ts| +|Error code added|NA|Class name: TreeMap
Method or attribute name: keys(): IterableIterator\;
Error code: 10200011|@ohos.util.TreeMap.d.ts| +|Error code added|NA|Class name: TreeMap
Method or attribute name: values(): IterableIterator\;
Error code: 10200011|@ohos.util.TreeMap.d.ts| +|Error code added|NA|Class name: TreeMap
Method or attribute name: replace(key: K, newValue: V): boolean;
Error code: 10200011|@ohos.util.TreeMap.d.ts| +|Error code added|NA|Class name: TreeMap
Method or attribute name: entries(): IterableIterator\<[K, V]>;
Error code: 10200011|@ohos.util.TreeMap.d.ts| +|Error code added|NA|Class name: TreeMap
Method or attribute name: [Symbol.iterator](): IterableIterator\<[K, V]>;
Error code: 10200011|@ohos.util.TreeMap.d.ts| +|Error code added|NA|Class name: TreeSet
Method or attribute name: constructor(comparator?: (firstValue: T, secondValue: T) => boolean)
Error code: 10200012, 401|@ohos.util.TreeSet.d.ts| +|Error code added|NA|Class name: TreeSet
Method or attribute name: isEmpty(): boolean;
Error code: 10200011|@ohos.util.TreeSet.d.ts| +|Error code added|NA|Class name: TreeSet
Method or attribute name: has(value: T): boolean;
Error code: 10200011|@ohos.util.TreeSet.d.ts| +|Error code added|NA|Class name: TreeSet
Method or attribute name: add(value: T): boolean;
Error code: 401, 10200011|@ohos.util.TreeSet.d.ts| +|Error code added|NA|Class name: TreeSet
Method or attribute name: remove(value: T): boolean;
Error code: 10200011|@ohos.util.TreeSet.d.ts| +|Error code added|NA|Class name: TreeSet
Method or attribute name: clear(): void;
Error code: 10200011|@ohos.util.TreeSet.d.ts| +|Error code added|NA|Class name: TreeSet
Method or attribute name: getFirstValue(): T;
Error code: 10200011|@ohos.util.TreeSet.d.ts| +|Error code added|NA|Class name: TreeSet
Method or attribute name: getLastValue(): T;
Error code: 10200011|@ohos.util.TreeSet.d.ts| +|Error code added|NA|Class name: TreeSet
Method or attribute name: getLowerValue(key: T): T;
Error code: 10200011, 401|@ohos.util.TreeSet.d.ts| +|Error code added|NA|Class name: TreeSet
Method or attribute name: getHigherValue(key: T): T;
Error code: 10200011, 401|@ohos.util.TreeSet.d.ts| +|Error code added|NA|Class name: TreeSet
Method or attribute name: popFirst(): T;
Error code: 10200011|@ohos.util.TreeSet.d.ts| +|Error code added|NA|Class name: TreeSet
Method or attribute name: popLast(): T;
Error code: 10200011|@ohos.util.TreeSet.d.ts| +|Error code added|NA|Class name: TreeSet
Method or attribute name: values(): IterableIterator\;
Error code: 10200011|@ohos.util.TreeSet.d.ts| +|Error code added|NA|Class name: TreeSet
Method or attribute name: entries(): IterableIterator\<[T, T]>;
Error code: 10200011|@ohos.util.TreeSet.d.ts| +|Error code added|NA|Class name: TreeSet
Method or attribute name: [Symbol.iterator](): IterableIterator\;
Error code: 10200011|@ohos.util.TreeSet.d.ts| +|Error code added|NA|Class name: XmlSerializer
Method or attribute name: constructor(buffer: ArrayBuffer \| DataView, encoding?: string);
Error code: 401|@ohos.xml.d.ts| +|Error code added|NA|Class name: XmlSerializer
Method or attribute name: setAttributes(name: string, value: string): void;
Error code: 401|@ohos.xml.d.ts| +|Error code added|NA|Class name: XmlSerializer
Method or attribute name: addEmptyElement(name: string): void;
Error code: 401|@ohos.xml.d.ts| +|Error code added|NA|Class name: XmlSerializer
Method or attribute name: startElement(name: string): void;
Error code: 401|@ohos.xml.d.ts| +|Error code added|NA|Class name: XmlSerializer
Method or attribute name: setNamespace(prefix: string, namespace: string): void;
Error code: 401|@ohos.xml.d.ts| +|Error code added|NA|Class name: XmlSerializer
Method or attribute name: setComment(text: string): void;
Error code: 401|@ohos.xml.d.ts| +|Error code added|NA|Class name: XmlSerializer
Method or attribute name: setCDATA(text: string): void;
Error code: 401|@ohos.xml.d.ts| +|Error code added|NA|Class name: XmlSerializer
Method or attribute name: setText(text: string): void;
Error code: 401|@ohos.xml.d.ts| +|Error code added|NA|Class name: XmlSerializer
Method or attribute name: setDocType(text: string): void;
Error code: 401|@ohos.xml.d.ts| +|Error code added|NA|Class name: XmlPullParser
Method or attribute name: constructor(buffer: ArrayBuffer \| DataView, encoding?: string);
Error code: 401|@ohos.xml.d.ts| +|Error code added|NA|Class name: XmlPullParser
Method or attribute name: parse(option: ParseOptions): void;
Error code: 401|@ohos.xml.d.ts| +|SysCap changed|Class name: Vector
SysCap: N/A|Class name: Vector
SysCap:SystemCapability.Utils.Lang|@ohos.util.Vector.d.ts| +|Function changed|Class name: process
Method or attribute name: function runCmd(command: string,

options?: { timeout : number, killSignal : number \| string, maxBuffer : number }): ChildProcess;
|Class name: process
Method or attribute name: function runCmd(command: string,

options?: { timeout?: number, killSignal?: number \| string, maxBuffer?: number }): ChildProcess;
|@ohos.process.d.ts| +|Function changed|Class name: URLSearchParams
Method or attribute name: forEach(callbackfn: (value: string, key: string, searchParams: this) => void, thisArg?: Object): void;
|Class name: URLSearchParams
Method or attribute name: forEach(callbackFn: (value: string, key: string, searchParams: this) => void, thisArg?: Object): void;
|@ohos.url.d.ts| +|Function changed|Class name: ArrayList
Method or attribute name: replaceAllElements(callbackfn: (value: T, index?: number, arrlist?: ArrayList\) => T,

thisArg?: Object): void;
|Class name: ArrayList
Method or attribute name: replaceAllElements(callbackFn: (value: T, index?: number, arrlist?: ArrayList\) => T,

thisArg?: Object): void;
|@ohos.util.ArrayList.d.ts| +|Function changed|Class name: ArrayList
Method or attribute name: forEach(callbackfn: (value: T, index?: number, arrlist?: ArrayList\) => void,

thisArg?: Object): void;
|Class name: ArrayList
Method or attribute name: forEach(callbackFn: (value: T, index?: number, arrlist?: ArrayList\) => void,

thisArg?: Object): void;
|@ohos.util.ArrayList.d.ts| +|Function changed|Class name: Deque
Method or attribute name: forEach(callbackfn: (value: T, index?: number, deque?: Deque\) => void,

thisArg?: Object): void;
|Class name: Deque
Method or attribute name: forEach(callbackFn: (value: T, index?: number, deque?: Deque\) => void,

thisArg?: Object): void;
|@ohos.util.Deque.d.ts| +|Function changed|Class name: HashMap
Method or attribute name: forEach(callbackfn: (value?: V, key?: K, map?: HashMap\) => void,

thisArg?: Object): void;
|Class name: HashMap
Method or attribute name: forEach(callbackFn: (value?: V, key?: K, map?: HashMap\) => void,

thisArg?: Object): void;
|@ohos.util.HashMap.d.ts| +|Function changed|Class name: HashSet
Method or attribute name: forEach(callbackfn: (value?: T, key?: T, set?: HashSet\) => void,

thisArg?: Object): void;
|Class name: HashSet
Method or attribute name: forEach(callbackFn: (value?: T, key?: T, set?: HashSet\) => void,

thisArg?: Object): void;
|@ohos.util.HashSet.d.ts| +|Function changed|Class name: LightWeightMap
Method or attribute name: forEach(callbackfn: (value?: V, key?: K, map?: LightWeightMap\) => void,

thisArg?: Object): void;
|Class name: LightWeightMap
Method or attribute name: forEach(callbackFn: (value?: V, key?: K, map?: LightWeightMap\) => void,

thisArg?: Object): void;
|@ohos.util.LightWeightMap.d.ts| +|Function changed|Class name: LightWeightSet
Method or attribute name: forEach(callbackfn: (value?: T, key?: T, set?: LightWeightSet\) => void,

thisArg?: Object): void;
|Class name: LightWeightSet
Method or attribute name: forEach(callbackFn: (value?: T, key?: T, set?: LightWeightSet\) => void,

thisArg?: Object): void;
|@ohos.util.LightWeightSet.d.ts| +|Function changed|Class name: LinkedList
Method or attribute name: forEach(callbackfn: (value: T, index?: number, LinkedList?: LinkedList\) => void,

thisArg?: Object): void;
|Class name: LinkedList
Method or attribute name: forEach(callbackFn: (value: T, index?: number, LinkedList?: LinkedList\) => void,

thisArg?: Object): void;
|@ohos.util.LinkedList.d.ts| +|Function changed|Class name: List
Method or attribute name: forEach(callbackfn: (value: T, index?: number, List?: List\) => void,

thisArg?: Object): void;
|Class name: List
Method or attribute name: forEach(callbackFn: (value: T, index?: number, List?: List\) => void,

thisArg?: Object): void;
|@ohos.util.List.d.ts| +|Function changed|Class name: List
Method or attribute name: replaceAllElements(callbackfn: (value: T, index?: number, list?: List\) => T,

thisArg?: Object): void;
|Class name: List
Method or attribute name: replaceAllElements(callbackFn: (value: T, index?: number, list?: List\) => T,

thisArg?: Object): void;
|@ohos.util.List.d.ts| +|Function changed|Class name: PlainArray
Method or attribute name: forEach(callbackfn: (value: T, index?: number, PlainArray?: PlainArray\) => void,

thisArg?: Object): void;
|Class name: PlainArray
Method or attribute name: forEach(callbackFn: (value: T, index?: number, PlainArray?: PlainArray\) => void,

thisArg?: Object): void;
|@ohos.util.PlainArray.d.ts| +|Function changed|Class name: Queue
Method or attribute name: forEach(callbackfn: (value: T, index?: number, Queue?: Queue\) => void,

thisArg?: Object): void;
|Class name: Queue
Method or attribute name: forEach(callbackFn: (value: T, index?: number, Queue?: Queue\) => void,

thisArg?: Object): void;
|@ohos.util.Queue.d.ts| +|Function changed|Class name: Stack
Method or attribute name: forEach(callbackfn: (value: T, index?: number, stack?: Stack\) => void,

thisArg?: Object): void;
|Class name: Stack
Method or attribute name: forEach(callbackFn: (value: T, index?: number, stack?: Stack\) => void,

thisArg?: Object): void;
|@ohos.util.Stack.d.ts| +|Function changed|Class name: TreeMap
Method or attribute name: forEach(callbackfn: (value?: V, key?: K, map?: TreeMap\) => void,

thisArg?: Object): void;
|Class name: TreeMap
Method or attribute name: forEach(callbackFn: (value?: V, key?: K, map?: TreeMap\) => void,

thisArg?: Object): void;
|@ohos.util.TreeMap.d.ts| +|Function changed|Class name: TreeSet
Method or attribute name: forEach(callbackfn: (value?: T, key?: T, set?: TreeSet\) => void,

thisArg?: Object): void;
|Class name: TreeSet
Method or attribute name: forEach(callbackFn: (value?: T, key?: T, set?: TreeSet\) => void,

thisArg?: Object): void;
|@ohos.util.TreeSet.d.ts| +|Function changed|Class name: Vector
Method or attribute name: replaceAllElements(callbackfn: (value: T, index?: number, vector?: Vector\) => T,

thisArg?: Object): void;
|Class name: Vector
Method or attribute name: replaceAllElements(callbackFn: (value: T, index?: number, vector?: Vector\) => T,

thisArg?: Object): void;
|@ohos.util.Vector.d.ts| +|Function changed|Class name: Vector
Method or attribute name: forEach(callbackfn: (value: T, index?: number, vector?: Vector\) => void,

thisArg?: Object): void;
|Class name: Vector
Method or attribute name: forEach(callbackFn: (value: T, index?: number, vector?: Vector\) => void,

thisArg?: Object): void;
|@ohos.util.Vector.d.ts| diff --git a/en/release-notes/api-diff/v3.2-Release/js-apidiff-customization.md b/en/release-notes/api-diff/v3.2-Release/js-apidiff-customization.md new file mode 100644 index 0000000000000000000000000000000000000000..0fad1a9cf830fc9004cb001763026e286e12206c --- /dev/null +++ b/en/release-notes/api-diff/v3.2-Release/js-apidiff-customization.md @@ -0,0 +1,48 @@ +| Change Type | Old Version | New Version | d.ts File | +| ---- | ------ | ------ | -------- | +|Added|NA|Module name: ohos.enterprise.adminManager
Class name: adminManager|@ohos.enterprise.adminManager.d.ts| +|Added|NA|Module name: ohos.enterprise.adminManager
Class name: EnterpriseInfo|@ohos.enterprise.adminManager.d.ts| +|Added|NA|Module name: ohos.enterprise.adminManager
Class name: EnterpriseInfo
Method or attribute name: name: string;|@ohos.enterprise.adminManager.d.ts| +|Added|NA|Module name: ohos.enterprise.adminManager
Class name: EnterpriseInfo
Method or attribute name: description: string;|@ohos.enterprise.adminManager.d.ts| +|Added|NA|Module name: ohos.enterprise.adminManager
Class name: AdminType|@ohos.enterprise.adminManager.d.ts| +|Added|NA|Module name: ohos.enterprise.adminManager
Class name: AdminType
Method or attribute name: ADMIN_TYPE_NORMAL = 0x00|@ohos.enterprise.adminManager.d.ts| +|Added|NA|Module name: ohos.enterprise.adminManager
Class name: AdminType
Method or attribute name: ADMIN_TYPE_SUPER = 0x01|@ohos.enterprise.adminManager.d.ts| +|Added|NA|Module name: ohos.enterprise.adminManager
Class name: ManagedEvent|@ohos.enterprise.adminManager.d.ts| +|Added|NA|Module name: ohos.enterprise.adminManager
Class name: ManagedEvent
Method or attribute name: MANAGED_EVENT_BUNDLE_ADDED = 0|@ohos.enterprise.adminManager.d.ts| +|Added|NA|Module name: ohos.enterprise.adminManager
Class name: ManagedEvent
Method or attribute name: MANAGED_EVENT_BUNDLE_REMOVED = 1|@ohos.enterprise.adminManager.d.ts| +|Added|NA|Module name: ohos.enterprise.adminManager
Class name: adminManager
Method or attribute name: function enableAdmin(admin: Want, enterpriseInfo: EnterpriseInfo, type: AdminType, callback: AsyncCallback\): void;|@ohos.enterprise.adminManager.d.ts| +|Added|NA|Module name: ohos.enterprise.adminManager
Class name: adminManager
Method or attribute name: function enableAdmin(admin: Want, enterpriseInfo: EnterpriseInfo, type: AdminType, userId: number, callback: AsyncCallback\): void;|@ohos.enterprise.adminManager.d.ts| +|Added|NA|Module name: ohos.enterprise.adminManager
Class name: adminManager
Method or attribute name: function enableAdmin(admin: Want, enterpriseInfo: EnterpriseInfo, type: AdminType, userId?: number): Promise\;|@ohos.enterprise.adminManager.d.ts| +|Added|NA|Module name: ohos.enterprise.adminManager
Class name: adminManager
Method or attribute name: function disableAdmin(admin: Want, callback: AsyncCallback\): void;|@ohos.enterprise.adminManager.d.ts| +|Added|NA|Module name: ohos.enterprise.adminManager
Class name: adminManager
Method or attribute name: function disableAdmin(admin: Want, userId: number, callback: AsyncCallback\): void;|@ohos.enterprise.adminManager.d.ts| +|Added|NA|Module name: ohos.enterprise.adminManager
Class name: adminManager
Method or attribute name: function disableAdmin(admin: Want, userId?: number): Promise\;|@ohos.enterprise.adminManager.d.ts| +|Added|NA|Module name: ohos.enterprise.adminManager
Class name: adminManager
Method or attribute name: function disableSuperAdmin(bundleName: String, callback: AsyncCallback\): void;|@ohos.enterprise.adminManager.d.ts| +|Added|NA|Module name: ohos.enterprise.adminManager
Class name: adminManager
Method or attribute name: function disableSuperAdmin(bundleName: String): Promise\;|@ohos.enterprise.adminManager.d.ts| +|Added|NA|Module name: ohos.enterprise.adminManager
Class name: adminManager
Method or attribute name: function isAdminEnabled(admin: Want, callback: AsyncCallback\): void;|@ohos.enterprise.adminManager.d.ts| +|Added|NA|Module name: ohos.enterprise.adminManager
Class name: adminManager
Method or attribute name: function isAdminEnabled(admin: Want, userId: number, callback: AsyncCallback\): void;|@ohos.enterprise.adminManager.d.ts| +|Added|NA|Module name: ohos.enterprise.adminManager
Class name: adminManager
Method or attribute name: function isAdminEnabled(admin: Want, userId?: number): Promise\;|@ohos.enterprise.adminManager.d.ts| +|Added|NA|Module name: ohos.enterprise.adminManager
Class name: adminManager
Method or attribute name: function getEnterpriseInfo(admin: Want, callback: AsyncCallback\): void;|@ohos.enterprise.adminManager.d.ts| +|Added|NA|Module name: ohos.enterprise.adminManager
Class name: adminManager
Method or attribute name: function getEnterpriseInfo(admin: Want): Promise\;|@ohos.enterprise.adminManager.d.ts| +|Added|NA|Module name: ohos.enterprise.adminManager
Class name: adminManager
Method or attribute name: function setEnterpriseInfo(admin: Want, enterpriseInfo: EnterpriseInfo, callback: AsyncCallback\): void;|@ohos.enterprise.adminManager.d.ts| +|Added|NA|Module name: ohos.enterprise.adminManager
Class name: adminManager
Method or attribute name: function setEnterpriseInfo(admin: Want, enterpriseInfo: EnterpriseInfo): Promise\;|@ohos.enterprise.adminManager.d.ts| +|Added|NA|Module name: ohos.enterprise.adminManager
Class name: adminManager
Method or attribute name: function isSuperAdmin(bundleName: String, callback: AsyncCallback\): void;|@ohos.enterprise.adminManager.d.ts| +|Added|NA|Module name: ohos.enterprise.adminManager
Class name: adminManager
Method or attribute name: function isSuperAdmin(bundleName: String): Promise\;|@ohos.enterprise.adminManager.d.ts| +|Added|NA|Module name: ohos.enterprise.adminManager
Class name: adminManager
Method or attribute name: function subscribeManagedEvent(admin: Want, managedEvents: Array\, callback: AsyncCallback\): void;|@ohos.enterprise.adminManager.d.ts| +|Added|NA|Module name: ohos.enterprise.adminManager
Class name: adminManager
Method or attribute name: function subscribeManagedEvent(admin: Want, managedEvents: Array\): Promise\;|@ohos.enterprise.adminManager.d.ts| +|Added|NA|Module name: ohos.enterprise.adminManager
Class name: adminManager
Method or attribute name: function unsubscribeManagedEvent(admin: Want, managedEvents: Array\, callback: AsyncCallback\): void;|@ohos.enterprise.adminManager.d.ts| +|Added|NA|Module name: ohos.enterprise.adminManager
Class name: adminManager
Method or attribute name: function unsubscribeManagedEvent(admin: Want, managedEvents: Array\): Promise\;|@ohos.enterprise.adminManager.d.ts| +|Added|NA|Module name: ohos.enterprise.dateTimeManager
Class name: dateTimeManager|@ohos.enterprise.dateTimeManager.d.ts| +|Added|NA|Module name: ohos.enterprise.dateTimeManager
Class name: dateTimeManager
Method or attribute name: function setDateTime(admin: Want, time: number, callback: AsyncCallback\): void;|@ohos.enterprise.dateTimeManager.d.ts| +|Added|NA|Module name: ohos.enterprise.dateTimeManager
Class name: dateTimeManager
Method or attribute name: function setDateTime(admin: Want, time: number): Promise\;|@ohos.enterprise.dateTimeManager.d.ts| +|Added|NA|Module name: ohos.enterprise.EnterpriseAdminExtensionAbility
Class name: EnterpriseAdminExtensionAbility|@ohos.enterprise.EnterpriseAdminExtensionAbility.d.ts| +|Added|NA|Module name: ohos.enterprise.EnterpriseAdminExtensionAbility
Class name: EnterpriseAdminExtensionAbility
Method or attribute name: onAdminEnabled(): void;|@ohos.enterprise.EnterpriseAdminExtensionAbility.d.ts| +|Added|NA|Module name: ohos.enterprise.EnterpriseAdminExtensionAbility
Class name: EnterpriseAdminExtensionAbility
Method or attribute name: onAdminDisabled(): void;|@ohos.enterprise.EnterpriseAdminExtensionAbility.d.ts| +|Added|NA|Module name: ohos.enterprise.EnterpriseAdminExtensionAbility
Class name: EnterpriseAdminExtensionAbility
Method or attribute name: onBundleAdded(bundleName: string): void;|@ohos.enterprise.EnterpriseAdminExtensionAbility.d.ts| +|Added|NA|Module name: ohos.enterprise.EnterpriseAdminExtensionAbility
Class name: EnterpriseAdminExtensionAbility
Method or attribute name: onBundleRemoved(bundleName: string): void;|@ohos.enterprise.EnterpriseAdminExtensionAbility.d.ts| +|Access level changed|Class name: configPolicy
Access level: public API|Class name: configPolicy
Access level: system API|@ohos.configPolicy.d.ts| +|Error code added|NA|Class name: configPolicy
Method or attribute name: function getOneCfgFile(relPath: string, callback: AsyncCallback\);
Error code: 401|@ohos.configPolicy.d.ts| +|Error code added|NA|Class name: configPolicy
Method or attribute name: function getOneCfgFile(relPath: string): Promise\;
Error code: 401|@ohos.configPolicy.d.ts| +|Error code added|NA|Class name: configPolicy
Method or attribute name: function getCfgFiles(relPath: string, callback: AsyncCallback\>);
Error code: 401|@ohos.configPolicy.d.ts| +|Error code added|NA|Class name: configPolicy
Method or attribute name: function getCfgFiles(relPath: string): Promise\>;
Error code: 401|@ohos.configPolicy.d.ts| +|Error code added|NA|Class name: configPolicy
Method or attribute name: function getCfgDirList(callback: AsyncCallback\>);
Error code: 401|@ohos.configPolicy.d.ts| +|Error code added|NA|Class name: configPolicy
Method or attribute name: function getCfgDirList(): Promise\>;
Error code: 401|@ohos.configPolicy.d.ts| diff --git a/en/release-notes/api-diff/v3.2-Release/js-apidiff-dfx.md b/en/release-notes/api-diff/v3.2-Release/js-apidiff-dfx.md new file mode 100644 index 0000000000000000000000000000000000000000..d9d8d409223630471be6e525a76f09d9b3b69ecc --- /dev/null +++ b/en/release-notes/api-diff/v3.2-Release/js-apidiff-dfx.md @@ -0,0 +1,115 @@ +| Change Type | Old Version | New Version | d.ts File | +| ---- | ------ | ------ | -------- | +|Added|NA|Class name: FaultLogger
Method or attribute name: function query(faultType: FaultType, callback: AsyncCallback\>) : void;|@ohos.faultLogger.d.ts| +|Added|NA|Class name: FaultLogger
Method or attribute name: function query(faultType: FaultType) : Promise\>;|@ohos.faultLogger.d.ts| +|Added|NA|Class name: hichecker
Method or attribute name: function addCheckRule(rule: bigint) : void;|@ohos.hichecker.d.ts| +|Added|NA|Class name: hichecker
Method or attribute name: function removeCheckRule(rule: bigint) : void;|@ohos.hichecker.d.ts| +|Added|NA|Class name: hichecker
Method or attribute name: function containsCheckRule(rule: bigint) : boolean;|@ohos.hichecker.d.ts| +|Added|NA|Class name: hidebug
Method or attribute name: function getPrivateDirty() : bigint;|@ohos.hidebug.d.ts| +|Added|NA|Class name: hidebug
Method or attribute name: function getCpuUsage() : number;|@ohos.hidebug.d.ts| +|Added|NA|Class name: hidebug
Method or attribute name: function startJsCpuProfiling(filename : string) : void;|@ohos.hidebug.d.ts| +|Added|NA|Class name: hidebug
Method or attribute name: function stopJsCpuProfiling() : void;|@ohos.hidebug.d.ts| +|Added|NA|Class name: hidebug
Method or attribute name: function dumpJsHeapData(filename : string) : void;|@ohos.hidebug.d.ts| +|Added|NA|Class name: hidebug
Method or attribute name: function getServiceDump(serviceid : number, fd : number, args : Array\) : void;|@ohos.hidebug.d.ts| +|Added|NA|Module name: ohos.hiSysEvent
Class name: hiSysEvent|@ohos.hiSysEvent.d.ts| +|Added|NA|Module name: ohos.hiSysEvent
Class name: EventType|@ohos.hiSysEvent.d.ts| +|Added|NA|Module name: ohos.hiSysEvent
Class name: EventType
Method or attribute name: FAULT = 1|@ohos.hiSysEvent.d.ts| +|Added|NA|Module name: ohos.hiSysEvent
Class name: EventType
Method or attribute name: STATISTIC = 2|@ohos.hiSysEvent.d.ts| +|Added|NA|Module name: ohos.hiSysEvent
Class name: EventType
Method or attribute name: SECURITY = 3|@ohos.hiSysEvent.d.ts| +|Added|NA|Module name: ohos.hiSysEvent
Class name: EventType
Method or attribute name: BEHAVIOR = 4|@ohos.hiSysEvent.d.ts| +|Added|NA|Module name: ohos.hiSysEvent
Class name: SysEventInfo|@ohos.hiSysEvent.d.ts| +|Added|NA|Module name: ohos.hiSysEvent
Class name: SysEventInfo
Method or attribute name: domain: string;|@ohos.hiSysEvent.d.ts| +|Added|NA|Module name: ohos.hiSysEvent
Class name: SysEventInfo
Method or attribute name: name: string;|@ohos.hiSysEvent.d.ts| +|Added|NA|Module name: ohos.hiSysEvent
Class name: SysEventInfo
Method or attribute name: eventType: EventType;|@ohos.hiSysEvent.d.ts| +|Added|NA|Module name: ohos.hiSysEvent
Class name: SysEventInfo
Method or attribute name: params: object;|@ohos.hiSysEvent.d.ts| +|Added|NA|Module name: ohos.hiSysEvent
Class name: hiSysEvent
Method or attribute name: function write(info: SysEventInfo): Promise\;|@ohos.hiSysEvent.d.ts| +|Added|NA|Module name: ohos.hiSysEvent
Class name: hiSysEvent
Method or attribute name: function write(info: SysEventInfo, callback: AsyncCallback\): void;|@ohos.hiSysEvent.d.ts| +|Added|NA|Module name: ohos.hiSysEvent
Class name: RuleType|@ohos.hiSysEvent.d.ts| +|Added|NA|Module name: ohos.hiSysEvent
Class name: RuleType
Method or attribute name: WHOLE_WORD = 1|@ohos.hiSysEvent.d.ts| +|Added|NA|Module name: ohos.hiSysEvent
Class name: RuleType
Method or attribute name: PREFIX = 2|@ohos.hiSysEvent.d.ts| +|Added|NA|Module name: ohos.hiSysEvent
Class name: RuleType
Method or attribute name: REGULAR = 3|@ohos.hiSysEvent.d.ts| +|Added|NA|Module name: ohos.hiSysEvent
Class name: WatchRule|@ohos.hiSysEvent.d.ts| +|Added|NA|Module name: ohos.hiSysEvent
Class name: WatchRule
Method or attribute name: domain: string;|@ohos.hiSysEvent.d.ts| +|Added|NA|Module name: ohos.hiSysEvent
Class name: WatchRule
Method or attribute name: name: string;|@ohos.hiSysEvent.d.ts| +|Added|NA|Module name: ohos.hiSysEvent
Class name: WatchRule
Method or attribute name: tag: string;|@ohos.hiSysEvent.d.ts| +|Added|NA|Module name: ohos.hiSysEvent
Class name: WatchRule
Method or attribute name: ruleType: RuleType;|@ohos.hiSysEvent.d.ts| +|Added|NA|Module name: ohos.hiSysEvent
Class name: Watcher|@ohos.hiSysEvent.d.ts| +|Added|NA|Module name: ohos.hiSysEvent
Class name: Watcher
Method or attribute name: rules: WatchRule[];|@ohos.hiSysEvent.d.ts| +|Added|NA|Module name: ohos.hiSysEvent
Class name: Watcher
Method or attribute name: onEvent: (info: SysEventInfo) => void;|@ohos.hiSysEvent.d.ts| +|Added|NA|Module name: ohos.hiSysEvent
Class name: Watcher
Method or attribute name: onServiceDied: () => void;|@ohos.hiSysEvent.d.ts| +|Added|NA|Module name: ohos.hiSysEvent
Class name: QueryArg|@ohos.hiSysEvent.d.ts| +|Added|NA|Module name: ohos.hiSysEvent
Class name: QueryArg
Method or attribute name: beginTime: number;|@ohos.hiSysEvent.d.ts| +|Added|NA|Module name: ohos.hiSysEvent
Class name: QueryArg
Method or attribute name: endTime: number;|@ohos.hiSysEvent.d.ts| +|Added|NA|Module name: ohos.hiSysEvent
Class name: QueryArg
Method or attribute name: maxEvents: number;|@ohos.hiSysEvent.d.ts| +|Added|NA|Module name: ohos.hiSysEvent
Class name: QueryRule|@ohos.hiSysEvent.d.ts| +|Added|NA|Module name: ohos.hiSysEvent
Class name: QueryRule
Method or attribute name: domain: string;|@ohos.hiSysEvent.d.ts| +|Added|NA|Module name: ohos.hiSysEvent
Class name: QueryRule
Method or attribute name: names: string[];|@ohos.hiSysEvent.d.ts| +|Added|NA|Module name: ohos.hiSysEvent
Class name: Querier|@ohos.hiSysEvent.d.ts| +|Added|NA|Module name: ohos.hiSysEvent
Class name: Querier
Method or attribute name: onQuery: (infos: SysEventInfo[]) => void;|@ohos.hiSysEvent.d.ts| +|Added|NA|Module name: ohos.hiSysEvent
Class name: Querier
Method or attribute name: onComplete: (reason: number, total: number) => void;|@ohos.hiSysEvent.d.ts| +|Added|NA|Module name: ohos.hiSysEvent
Class name: hiSysEvent
Method or attribute name: function addWatcher(watcher: Watcher): void;|@ohos.hiSysEvent.d.ts| +|Added|NA|Module name: ohos.hiSysEvent
Class name: hiSysEvent
Method or attribute name: function removeWatcher(watcher: Watcher): void;|@ohos.hiSysEvent.d.ts| +|Added|NA|Module name: ohos.hiSysEvent
Class name: hiSysEvent
Method or attribute name: function query(queryArg: QueryArg, rules: QueryRule[], querier: Querier): void;|@ohos.hiSysEvent.d.ts| +|Added|NA|Module name: ohos.hiviewdfx.hiAppEvent
Class name: hiAppEvent|@ohos.hiviewdfx.hiAppEvent.d.ts| +|Added|NA|Module name: ohos.hiviewdfx.hiAppEvent
Class name: EventType|@ohos.hiviewdfx.hiAppEvent.d.ts| +|Added|NA|Module name: ohos.hiviewdfx.hiAppEvent
Class name: EventType
Method or attribute name: FAULT = 1|@ohos.hiviewdfx.hiAppEvent.d.ts| +|Added|NA|Module name: ohos.hiviewdfx.hiAppEvent
Class name: EventType
Method or attribute name: STATISTIC = 2|@ohos.hiviewdfx.hiAppEvent.d.ts| +|Added|NA|Module name: ohos.hiviewdfx.hiAppEvent
Class name: EventType
Method or attribute name: SECURITY = 3|@ohos.hiviewdfx.hiAppEvent.d.ts| +|Added|NA|Module name: ohos.hiviewdfx.hiAppEvent
Class name: EventType
Method or attribute name: BEHAVIOR = 4|@ohos.hiviewdfx.hiAppEvent.d.ts| +|Added|NA|Module name: ohos.hiviewdfx.hiAppEvent
Class name: event|@ohos.hiviewdfx.hiAppEvent.d.ts| +|Added|NA|Module name: ohos.hiviewdfx.hiAppEvent
Class name: event
Method or attribute name: const USER_LOGIN: string;|@ohos.hiviewdfx.hiAppEvent.d.ts| +|Added|NA|Module name: ohos.hiviewdfx.hiAppEvent
Class name: event
Method or attribute name: const USER_LOGOUT: string;|@ohos.hiviewdfx.hiAppEvent.d.ts| +|Added|NA|Module name: ohos.hiviewdfx.hiAppEvent
Class name: event
Method or attribute name: const DISTRIBUTED_SERVICE_START: string;|@ohos.hiviewdfx.hiAppEvent.d.ts| +|Added|NA|Module name: ohos.hiviewdfx.hiAppEvent
Class name: param|@ohos.hiviewdfx.hiAppEvent.d.ts| +|Added|NA|Module name: ohos.hiviewdfx.hiAppEvent
Class name: param
Method or attribute name: const USER_ID: string;|@ohos.hiviewdfx.hiAppEvent.d.ts| +|Added|NA|Module name: ohos.hiviewdfx.hiAppEvent
Class name: param
Method or attribute name: const DISTRIBUTED_SERVICE_NAME: string;|@ohos.hiviewdfx.hiAppEvent.d.ts| +|Added|NA|Module name: ohos.hiviewdfx.hiAppEvent
Class name: param
Method or attribute name: const DISTRIBUTED_SERVICE_INSTANCE_ID: string;|@ohos.hiviewdfx.hiAppEvent.d.ts| +|Added|NA|Module name: ohos.hiviewdfx.hiAppEvent
Class name: hiAppEvent
Method or attribute name: function configure(config: ConfigOption): void;|@ohos.hiviewdfx.hiAppEvent.d.ts| +|Added|NA|Module name: ohos.hiviewdfx.hiAppEvent
Class name: ConfigOption|@ohos.hiviewdfx.hiAppEvent.d.ts| +|Added|NA|Module name: ohos.hiviewdfx.hiAppEvent
Class name: ConfigOption
Method or attribute name: disable?: boolean;|@ohos.hiviewdfx.hiAppEvent.d.ts| +|Added|NA|Module name: ohos.hiviewdfx.hiAppEvent
Class name: ConfigOption
Method or attribute name: maxStorage?: string;|@ohos.hiviewdfx.hiAppEvent.d.ts| +|Added|NA|Module name: ohos.hiviewdfx.hiAppEvent
Class name: AppEventInfo|@ohos.hiviewdfx.hiAppEvent.d.ts| +|Added|NA|Module name: ohos.hiviewdfx.hiAppEvent
Class name: AppEventInfo
Method or attribute name: domain: string;|@ohos.hiviewdfx.hiAppEvent.d.ts| +|Added|NA|Module name: ohos.hiviewdfx.hiAppEvent
Class name: AppEventInfo
Method or attribute name: name: string;|@ohos.hiviewdfx.hiAppEvent.d.ts| +|Added|NA|Module name: ohos.hiviewdfx.hiAppEvent
Class name: AppEventInfo
Method or attribute name: eventType: EventType;|@ohos.hiviewdfx.hiAppEvent.d.ts| +|Added|NA|Module name: ohos.hiviewdfx.hiAppEvent
Class name: AppEventInfo
Method or attribute name: params: object;|@ohos.hiviewdfx.hiAppEvent.d.ts| +|Added|NA|Module name: ohos.hiviewdfx.hiAppEvent
Class name: hiAppEvent
Method or attribute name: function write(info: AppEventInfo): Promise\;|@ohos.hiviewdfx.hiAppEvent.d.ts| +|Added|NA|Module name: ohos.hiviewdfx.hiAppEvent
Class name: hiAppEvent
Method or attribute name: function write(info: AppEventInfo, callback: AsyncCallback\): void;|@ohos.hiviewdfx.hiAppEvent.d.ts| +|Added|NA|Module name: ohos.hiviewdfx.hiAppEvent
Class name: AppEventPackage|@ohos.hiviewdfx.hiAppEvent.d.ts| +|Added|NA|Module name: ohos.hiviewdfx.hiAppEvent
Class name: AppEventPackage
Method or attribute name: packageId: number;|@ohos.hiviewdfx.hiAppEvent.d.ts| +|Added|NA|Module name: ohos.hiviewdfx.hiAppEvent
Class name: AppEventPackage
Method or attribute name: row: number;|@ohos.hiviewdfx.hiAppEvent.d.ts| +|Added|NA|Module name: ohos.hiviewdfx.hiAppEvent
Class name: AppEventPackage
Method or attribute name: size: number;|@ohos.hiviewdfx.hiAppEvent.d.ts| +|Added|NA|Module name: ohos.hiviewdfx.hiAppEvent
Class name: AppEventPackage
Method or attribute name: data: string[];|@ohos.hiviewdfx.hiAppEvent.d.ts| +|Added|NA|Module name: ohos.hiviewdfx.hiAppEvent
Class name: AppEventPackageHolder|@ohos.hiviewdfx.hiAppEvent.d.ts| +|Added|NA|Module name: ohos.hiviewdfx.hiAppEvent
Class name: AppEventPackageHolder
Method or attribute name: constructor(watcherName: string);|@ohos.hiviewdfx.hiAppEvent.d.ts| +|Added|NA|Module name: ohos.hiviewdfx.hiAppEvent
Class name: AppEventPackageHolder
Method or attribute name: setSize(size: number): void;|@ohos.hiviewdfx.hiAppEvent.d.ts| +|Added|NA|Module name: ohos.hiviewdfx.hiAppEvent
Class name: AppEventPackageHolder
Method or attribute name: takeNext(): AppEventPackage;|@ohos.hiviewdfx.hiAppEvent.d.ts| +|Added|NA|Module name: ohos.hiviewdfx.hiAppEvent
Class name: TriggerCondition|@ohos.hiviewdfx.hiAppEvent.d.ts| +|Added|NA|Module name: ohos.hiviewdfx.hiAppEvent
Class name: TriggerCondition
Method or attribute name: row?: number;|@ohos.hiviewdfx.hiAppEvent.d.ts| +|Added|NA|Module name: ohos.hiviewdfx.hiAppEvent
Class name: TriggerCondition
Method or attribute name: size?: number;|@ohos.hiviewdfx.hiAppEvent.d.ts| +|Added|NA|Module name: ohos.hiviewdfx.hiAppEvent
Class name: TriggerCondition
Method or attribute name: timeOut?: number;|@ohos.hiviewdfx.hiAppEvent.d.ts| +|Added|NA|Module name: ohos.hiviewdfx.hiAppEvent
Class name: AppEventFilter|@ohos.hiviewdfx.hiAppEvent.d.ts| +|Added|NA|Module name: ohos.hiviewdfx.hiAppEvent
Class name: AppEventFilter
Method or attribute name: domain: string;|@ohos.hiviewdfx.hiAppEvent.d.ts| +|Added|NA|Module name: ohos.hiviewdfx.hiAppEvent
Class name: AppEventFilter
Method or attribute name: eventTypes?: EventType[];|@ohos.hiviewdfx.hiAppEvent.d.ts| +|Added|NA|Module name: ohos.hiviewdfx.hiAppEvent
Class name: Watcher|@ohos.hiviewdfx.hiAppEvent.d.ts| +|Added|NA|Module name: ohos.hiviewdfx.hiAppEvent
Class name: Watcher
Method or attribute name: name: string;|@ohos.hiviewdfx.hiAppEvent.d.ts| +|Added|NA|Module name: ohos.hiviewdfx.hiAppEvent
Class name: Watcher
Method or attribute name: triggerCondition?: TriggerCondition;|@ohos.hiviewdfx.hiAppEvent.d.ts| +|Added|NA|Module name: ohos.hiviewdfx.hiAppEvent
Class name: Watcher
Method or attribute name: appEventFilters?: AppEventFilter[];|@ohos.hiviewdfx.hiAppEvent.d.ts| +|Added|NA|Module name: ohos.hiviewdfx.hiAppEvent
Class name: Watcher
Method or attribute name: onTrigger?: (curRow: number, curSize: number, holder: AppEventPackageHolder) => void;|@ohos.hiviewdfx.hiAppEvent.d.ts| +|Added|NA|Module name: ohos.hiviewdfx.hiAppEvent
Class name: hiAppEvent
Method or attribute name: function addWatcher(watcher: Watcher): AppEventPackageHolder;|@ohos.hiviewdfx.hiAppEvent.d.ts| +|Added|NA|Module name: ohos.hiviewdfx.hiAppEvent
Class name: hiAppEvent
Method or attribute name: function removeWatcher(watcher: Watcher): void;|@ohos.hiviewdfx.hiAppEvent.d.ts| +|Added|NA|Module name: ohos.hiviewdfx.hiAppEvent
Class name: hiAppEvent
Method or attribute name: function clearData(): void;|@ohos.hiviewdfx.hiAppEvent.d.ts| +|Deprecated version changed|Class name: bytrace
Deprecated version: N/A|Class name: bytrace
Deprecated version: 8
Substitute API: ohos.hiTraceMeter |@ohos.bytrace.d.ts| +|Deprecated version changed|Class name: bytrace
Method or attribute name: function startTrace(name: string, taskId: number, expectedTime?: number): void;
Deprecated version: N/A|Class name: bytrace
Method or attribute name: function startTrace(name: string, taskId: number, expectedTime?: number): void;
Deprecated version: 8
Substitute API: ohos.hiTraceMeter.startTrace |@ohos.bytrace.d.ts| +|Deprecated version changed|Class name: bytrace
Method or attribute name: function finishTrace(name: string, taskId: number): void;
Deprecated version: N/A|Class name: bytrace
Method or attribute name: function finishTrace(name: string, taskId: number): void;
Deprecated version: 8
Substitute API: ohos.hiTraceMeter.finishTrace |@ohos.bytrace.d.ts| +|Deprecated version changed|Class name: bytrace
Method or attribute name: function traceByValue(name: string, count: number): void;
Deprecated version: N/A|Class name: bytrace
Method or attribute name: function traceByValue(name: string, count: number): void;
Deprecated version: 8
Substitute API: ohos.hiTraceMeter.traceByValue |@ohos.bytrace.d.ts| +|Deprecated version changed|Class name: FaultLogger
Method or attribute name: function querySelfFaultLog(faultType: FaultType, callback: AsyncCallback\>) : void;
Deprecated version: N/A|Class name: FaultLogger
Method or attribute name: function querySelfFaultLog(faultType: FaultType, callback: AsyncCallback\>) : void;
Deprecated version: 9
Substitute API: ohos.faultlogger/FaultLogger|@ohos.faultLogger.d.ts| +|Deprecated version changed|Class name: FaultLogger
Method or attribute name: function querySelfFaultLog(faultType: FaultType) : Promise\>;
Deprecated version: N/A|Class name: FaultLogger
Method or attribute name: function querySelfFaultLog(faultType: FaultType) : Promise\>;
Deprecated version: 9
Substitute API: ohos.faultlogger/FaultLogger|@ohos.faultLogger.d.ts| +|Deprecated version changed|Class name: hiAppEvent
Deprecated version: N/A|Class name: hiAppEvent
Deprecated version: 9
Substitute API: ohos.hiviewdfx.hiAppEvent |@ohos.hiAppEvent.d.ts| +|Deprecated version changed|Class name: hichecker
Method or attribute name: function addRule(rule: bigint) : void;
Deprecated version: N/A|Class name: hichecker
Method or attribute name: function addRule(rule: bigint) : void;
Deprecated version: 9
Substitute API: ohos.hichecker/hichecker|@ohos.hichecker.d.ts| +|Deprecated version changed|Class name: hichecker
Method or attribute name: function removeRule(rule: bigint) : void;
Deprecated version: N/A|Class name: hichecker
Method or attribute name: function removeRule(rule: bigint) : void;
Deprecated version: 9
Substitute API: ohos.hichecker/hichecker|@ohos.hichecker.d.ts| +|Deprecated version changed|Class name: hichecker
Method or attribute name: function contains(rule: bigint) : boolean;
Deprecated version: N/A|Class name: hichecker
Method or attribute name: function contains(rule: bigint) : boolean;
Deprecated version: 9
Substitute API: ohos.hichecker/hichecker|@ohos.hichecker.d.ts| +|Deprecated version changed|Class name: hidebug
Method or attribute name: function startProfiling(filename : string) : void;
Deprecated version: N/A|Class name: hidebug
Method or attribute name: function startProfiling(filename : string) : void;
Deprecated version: 9
Substitute API: ohos.hidebug/hidebug.startJsCpuProfiling |@ohos.hidebug.d.ts| +|Deprecated version changed|Class name: hidebug
Method or attribute name: function stopProfiling() : void;
Deprecated version: N/A|Class name: hidebug
Method or attribute name: function stopProfiling() : void;
Deprecated version: 9
Substitute API: ohos.hidebug/hidebug.stopJsCpuProfiling |@ohos.hidebug.d.ts| +|Deprecated version changed|Class name: hidebug
Method or attribute name: function dumpHeapData(filename : string) : void;
Deprecated version: N/A|Class name: hidebug
Method or attribute name: function dumpHeapData(filename : string) : void;
Deprecated version: 9
Substitute API: ohos.hidebug/hidebug.dumpJsHeapData |@ohos.hidebug.d.ts| +|Function changed|Class name: hiTraceChain
Method or attribute name: function begin(name: string, flags: number = HiTraceFlag.DEFAULT): HiTraceId;
|Class name: hiTraceChain
Method or attribute name: function begin(name: string, flags?: number): HiTraceId;
|@ohos.hiTraceChain.d.ts| diff --git a/en/release-notes/api-diff/v3.2-Release/js-apidiff-distributed-data.md b/en/release-notes/api-diff/v3.2-Release/js-apidiff-distributed-data.md new file mode 100644 index 0000000000000000000000000000000000000000..6c96e1fb9c6938c3ef05960a44d428575961d7f2 --- /dev/null +++ b/en/release-notes/api-diff/v3.2-Release/js-apidiff-distributed-data.md @@ -0,0 +1,826 @@ +| Change Type | Old Version | New Version | d.ts File | +| ---- | ------ | ------ | -------- | +|Added|NA|Module name: ohos.application.DataShareExtensionAbility
Class name: DataShareExtensionAbility|@ohos.application.DataShareExtensionAbility.d.ts| +|Added|NA|Module name: ohos.application.DataShareExtensionAbility
Class name: DataShareExtensionAbility
Method or attribute name: context?: ExtensionContext;|@ohos.application.DataShareExtensionAbility.d.ts| +|Added|NA|Module name: ohos.application.DataShareExtensionAbility
Class name: DataShareExtensionAbility
Method or attribute name: onCreate?(want: Want, callback: AsyncCallback\): void;|@ohos.application.DataShareExtensionAbility.d.ts| +|Added|NA|Module name: ohos.application.DataShareExtensionAbility
Class name: DataShareExtensionAbility
Method or attribute name: insert?(uri: string, valueBucket: ValuesBucket, callback: AsyncCallback\): void;|@ohos.application.DataShareExtensionAbility.d.ts| +|Added|NA|Module name: ohos.application.DataShareExtensionAbility
Class name: DataShareExtensionAbility
Method or attribute name: update?(uri: string, predicates: dataSharePredicates.DataSharePredicates, valueBucket: ValuesBucket,
callback: AsyncCallback\): void;|@ohos.application.DataShareExtensionAbility.d.ts| +|Added|NA|Module name: ohos.application.DataShareExtensionAbility
Class name: DataShareExtensionAbility
Method or attribute name: delete?(uri: string, predicates: dataSharePredicates.DataSharePredicates, callback: AsyncCallback\): void;|@ohos.application.DataShareExtensionAbility.d.ts| +|Added|NA|Module name: ohos.application.DataShareExtensionAbility
Class name: DataShareExtensionAbility
Method or attribute name: query?(uri: string, predicates: dataSharePredicates.DataSharePredicates, columns: Array\,
callback: AsyncCallback\): void;|@ohos.application.DataShareExtensionAbility.d.ts| +|Added|NA|Module name: ohos.application.DataShareExtensionAbility
Class name: DataShareExtensionAbility
Method or attribute name: batchInsert?(uri: string, valueBuckets: Array\, callback: AsyncCallback\): void;|@ohos.application.DataShareExtensionAbility.d.ts| +|Added|NA|Module name: ohos.application.DataShareExtensionAbility
Class name: DataShareExtensionAbility
Method or attribute name: normalizeUri?(uri: string, callback: AsyncCallback\): void;|@ohos.application.DataShareExtensionAbility.d.ts| +|Added|NA|Module name: ohos.application.DataShareExtensionAbility
Class name: DataShareExtensionAbility
Method or attribute name: denormalizeUri?(uri: string, callback: AsyncCallback\): void;|@ohos.application.DataShareExtensionAbility.d.ts| +|Added|NA|Module name: ohos.data.dataShare
Class name: dataShare|@ohos.data.dataShare.d.ts| +|Added|NA|Module name: ohos.data.dataShare
Class name: dataShare
Method or attribute name: function createDataShareHelper(context: Context, uri: string, callback: AsyncCallback\): void;|@ohos.data.dataShare.d.ts| +|Added|NA|Module name: ohos.data.dataShare
Class name: dataShare
Method or attribute name: function createDataShareHelper(context: Context, uri: string): Promise\;|@ohos.data.dataShare.d.ts| +|Added|NA|Module name: ohos.data.dataShare
Class name: DataShareHelper|@ohos.data.dataShare.d.ts| +|Added|NA|Module name: ohos.data.dataShare
Class name: DataShareHelper
Method or attribute name: on(type: 'dataChange', uri: string, callback: AsyncCallback\): void;|@ohos.data.dataShare.d.ts| +|Added|NA|Module name: ohos.data.dataShare
Class name: DataShareHelper
Method or attribute name: off(type: 'dataChange', uri: string, callback?: AsyncCallback\): void;|@ohos.data.dataShare.d.ts| +|Added|NA|Module name: ohos.data.dataShare
Class name: DataShareHelper
Method or attribute name: insert(uri: string, value: ValuesBucket, callback: AsyncCallback\): void;|@ohos.data.dataShare.d.ts| +|Added|NA|Module name: ohos.data.dataShare
Class name: DataShareHelper
Method or attribute name: insert(uri: string, value: ValuesBucket): Promise\;|@ohos.data.dataShare.d.ts| +|Added|NA|Module name: ohos.data.dataShare
Class name: DataShareHelper
Method or attribute name: delete(uri: string, predicates: dataSharePredicates.DataSharePredicates, callback: AsyncCallback\): void;|@ohos.data.dataShare.d.ts| +|Added|NA|Module name: ohos.data.dataShare
Class name: DataShareHelper
Method or attribute name: delete(uri: string, predicates: dataSharePredicates.DataSharePredicates): Promise\;|@ohos.data.dataShare.d.ts| +|Added|NA|Module name: ohos.data.dataShare
Class name: DataShareHelper
Method or attribute name: query(uri: string, predicates: dataSharePredicates.DataSharePredicates, columns: Array\,
callback: AsyncCallback\): void;|@ohos.data.dataShare.d.ts| +|Added|NA|Module name: ohos.data.dataShare
Class name: DataShareHelper
Method or attribute name: query(uri: string, predicates: dataSharePredicates.DataSharePredicates,
columns: Array\): Promise\;|@ohos.data.dataShare.d.ts| +|Added|NA|Module name: ohos.data.dataShare
Class name: DataShareHelper
Method or attribute name: update(uri: string, predicates: dataSharePredicates.DataSharePredicates, value: ValuesBucket,
callback: AsyncCallback\): void;|@ohos.data.dataShare.d.ts| +|Added|NA|Module name: ohos.data.dataShare
Class name: DataShareHelper
Method or attribute name: update(uri: string, predicates: dataSharePredicates.DataSharePredicates, value: ValuesBucket): Promise\;|@ohos.data.dataShare.d.ts| +|Added|NA|Module name: ohos.data.dataShare
Class name: DataShareHelper
Method or attribute name: batchInsert(uri: string, values: Array\, callback: AsyncCallback\): void;|@ohos.data.dataShare.d.ts| +|Added|NA|Module name: ohos.data.dataShare
Class name: DataShareHelper
Method or attribute name: batchInsert(uri: string, values: Array\): Promise\;|@ohos.data.dataShare.d.ts| +|Added|NA|Module name: ohos.data.dataShare
Class name: DataShareHelper
Method or attribute name: normalizeUri(uri: string, callback: AsyncCallback\): void;|@ohos.data.dataShare.d.ts| +|Added|NA|Module name: ohos.data.dataShare
Class name: DataShareHelper
Method or attribute name: normalizeUri(uri: string): Promise\;|@ohos.data.dataShare.d.ts| +|Added|NA|Module name: ohos.data.dataShare
Class name: DataShareHelper
Method or attribute name: denormalizeUri(uri: string, callback: AsyncCallback\): void;|@ohos.data.dataShare.d.ts| +|Added|NA|Module name: ohos.data.dataShare
Class name: DataShareHelper
Method or attribute name: denormalizeUri(uri: string): Promise\;|@ohos.data.dataShare.d.ts| +|Added|NA|Module name: ohos.data.dataShare
Class name: DataShareHelper
Method or attribute name: notifyChange(uri: string, callback: AsyncCallback\): void;|@ohos.data.dataShare.d.ts| +|Added|NA|Module name: ohos.data.dataShare
Class name: DataShareHelper
Method or attribute name: notifyChange(uri: string): Promise\;|@ohos.data.dataShare.d.ts| +|Added|NA|Module name: ohos.data.dataSharePredicates
Class name: dataSharePredicates|@ohos.data.dataSharePredicates.d.ts| +|Added|NA|Module name: ohos.data.dataSharePredicates
Class name: DataSharePredicates|@ohos.data.dataSharePredicates.d.ts| +|Added|NA|Module name: ohos.data.dataSharePredicates
Class name: DataSharePredicates
Method or attribute name: equalTo(field: string, value: ValueType): DataSharePredicates;|@ohos.data.dataSharePredicates.d.ts| +|Added|NA|Module name: ohos.data.dataSharePredicates
Class name: DataSharePredicates
Method or attribute name: notEqualTo(field: string, value: ValueType): DataSharePredicates;|@ohos.data.dataSharePredicates.d.ts| +|Added|NA|Module name: ohos.data.dataSharePredicates
Class name: DataSharePredicates
Method or attribute name: beginWrap(): DataSharePredicates;|@ohos.data.dataSharePredicates.d.ts| +|Added|NA|Module name: ohos.data.dataSharePredicates
Class name: DataSharePredicates
Method or attribute name: endWrap(): DataSharePredicates;|@ohos.data.dataSharePredicates.d.ts| +|Added|NA|Module name: ohos.data.dataSharePredicates
Class name: DataSharePredicates
Method or attribute name: or(): DataSharePredicates;|@ohos.data.dataSharePredicates.d.ts| +|Added|NA|Module name: ohos.data.dataSharePredicates
Class name: DataSharePredicates
Method or attribute name: and(): DataSharePredicates;|@ohos.data.dataSharePredicates.d.ts| +|Added|NA|Module name: ohos.data.dataSharePredicates
Class name: DataSharePredicates
Method or attribute name: contains(field: string, value: string): DataSharePredicates;|@ohos.data.dataSharePredicates.d.ts| +|Added|NA|Module name: ohos.data.dataSharePredicates
Class name: DataSharePredicates
Method or attribute name: beginsWith(field: string, value: string): DataSharePredicates;|@ohos.data.dataSharePredicates.d.ts| +|Added|NA|Module name: ohos.data.dataSharePredicates
Class name: DataSharePredicates
Method or attribute name: endsWith(field: string, value: string): DataSharePredicates;|@ohos.data.dataSharePredicates.d.ts| +|Added|NA|Module name: ohos.data.dataSharePredicates
Class name: DataSharePredicates
Method or attribute name: isNull(field: string): DataSharePredicates;|@ohos.data.dataSharePredicates.d.ts| +|Added|NA|Module name: ohos.data.dataSharePredicates
Class name: DataSharePredicates
Method or attribute name: isNotNull(field: string): DataSharePredicates;|@ohos.data.dataSharePredicates.d.ts| +|Added|NA|Module name: ohos.data.dataSharePredicates
Class name: DataSharePredicates
Method or attribute name: like(field: string, value: string): DataSharePredicates;|@ohos.data.dataSharePredicates.d.ts| +|Added|NA|Module name: ohos.data.dataSharePredicates
Class name: DataSharePredicates
Method or attribute name: unlike(field: string, value: string): DataSharePredicates;|@ohos.data.dataSharePredicates.d.ts| +|Added|NA|Module name: ohos.data.dataSharePredicates
Class name: DataSharePredicates
Method or attribute name: glob(field: string, value: string): DataSharePredicates;|@ohos.data.dataSharePredicates.d.ts| +|Added|NA|Module name: ohos.data.dataSharePredicates
Class name: DataSharePredicates
Method or attribute name: between(field: string, low: ValueType, high: ValueType): DataSharePredicates;|@ohos.data.dataSharePredicates.d.ts| +|Added|NA|Module name: ohos.data.dataSharePredicates
Class name: DataSharePredicates
Method or attribute name: notBetween(field: string, low: ValueType, high: ValueType): DataSharePredicates;|@ohos.data.dataSharePredicates.d.ts| +|Added|NA|Module name: ohos.data.dataSharePredicates
Class name: DataSharePredicates
Method or attribute name: greaterThan(field: string, value: ValueType): DataSharePredicates;|@ohos.data.dataSharePredicates.d.ts| +|Added|NA|Module name: ohos.data.dataSharePredicates
Class name: DataSharePredicates
Method or attribute name: lessThan(field: string, value: ValueType): DataSharePredicates;|@ohos.data.dataSharePredicates.d.ts| +|Added|NA|Module name: ohos.data.dataSharePredicates
Class name: DataSharePredicates
Method or attribute name: greaterThanOrEqualTo(field: string, value: ValueType): DataSharePredicates;|@ohos.data.dataSharePredicates.d.ts| +|Added|NA|Module name: ohos.data.dataSharePredicates
Class name: DataSharePredicates
Method or attribute name: lessThanOrEqualTo(field: string, value: ValueType): DataSharePredicates;|@ohos.data.dataSharePredicates.d.ts| +|Added|NA|Module name: ohos.data.dataSharePredicates
Class name: DataSharePredicates
Method or attribute name: orderByAsc(field: string): DataSharePredicates;|@ohos.data.dataSharePredicates.d.ts| +|Added|NA|Module name: ohos.data.dataSharePredicates
Class name: DataSharePredicates
Method or attribute name: orderByDesc(field: string): DataSharePredicates;|@ohos.data.dataSharePredicates.d.ts| +|Added|NA|Module name: ohos.data.dataSharePredicates
Class name: DataSharePredicates
Method or attribute name: distinct(): DataSharePredicates;|@ohos.data.dataSharePredicates.d.ts| +|Added|NA|Module name: ohos.data.dataSharePredicates
Class name: DataSharePredicates
Method or attribute name: limit(total: number, offset: number): DataSharePredicates;|@ohos.data.dataSharePredicates.d.ts| +|Added|NA|Module name: ohos.data.dataSharePredicates
Class name: DataSharePredicates
Method or attribute name: groupBy(fields: Array\): DataSharePredicates;|@ohos.data.dataSharePredicates.d.ts| +|Added|NA|Module name: ohos.data.dataSharePredicates
Class name: DataSharePredicates
Method or attribute name: indexedBy(field: string): DataSharePredicates;|@ohos.data.dataSharePredicates.d.ts| +|Added|NA|Module name: ohos.data.dataSharePredicates
Class name: DataSharePredicates
Method or attribute name: in(field: string, value: Array\): DataSharePredicates;|@ohos.data.dataSharePredicates.d.ts| +|Added|NA|Module name: ohos.data.dataSharePredicates
Class name: DataSharePredicates
Method or attribute name: notIn(field: string, value: Array\): DataSharePredicates;|@ohos.data.dataSharePredicates.d.ts| +|Added|NA|Module name: ohos.data.dataSharePredicates
Class name: DataSharePredicates
Method or attribute name: prefixKey(prefix: string): DataSharePredicates;|@ohos.data.dataSharePredicates.d.ts| +|Added|NA|Module name: ohos.data.dataSharePredicates
Class name: DataSharePredicates
Method or attribute name: inKeys(keys: Array\): DataSharePredicates;|@ohos.data.dataSharePredicates.d.ts| +|Added|NA|Module name: ohos.data.DataShareResultSet
Class name: DataType|@ohos.data.DataShareResultSet.d.ts| +|Added|NA|Module name: ohos.data.DataShareResultSet
Class name: DataType
Method or attribute name: TYPE_NULL = 0|@ohos.data.DataShareResultSet.d.ts| +|Added|NA|Module name: ohos.data.DataShareResultSet
Class name: DataType
Method or attribute name: TYPE_LONG = 1|@ohos.data.DataShareResultSet.d.ts| +|Added|NA|Module name: ohos.data.DataShareResultSet
Class name: DataType
Method or attribute name: TYPE_DOUBLE = 2|@ohos.data.DataShareResultSet.d.ts| +|Added|NA|Module name: ohos.data.DataShareResultSet
Class name: DataType
Method or attribute name: TYPE_STRING = 3|@ohos.data.DataShareResultSet.d.ts| +|Added|NA|Module name: ohos.data.DataShareResultSet
Class name: DataType
Method or attribute name: TYPE_BLOB = 4|@ohos.data.DataShareResultSet.d.ts| +|Added|NA|Module name: ohos.data.DataShareResultSet
Class name: DataShareResultSet|@ohos.data.DataShareResultSet.d.ts| +|Added|NA|Module name: ohos.data.DataShareResultSet
Class name: DataShareResultSet
Method or attribute name: columnNames: Array\;|@ohos.data.DataShareResultSet.d.ts| +|Added|NA|Module name: ohos.data.DataShareResultSet
Class name: DataShareResultSet
Method or attribute name: columnCount: number;|@ohos.data.DataShareResultSet.d.ts| +|Added|NA|Module name: ohos.data.DataShareResultSet
Class name: DataShareResultSet
Method or attribute name: rowCount: number;|@ohos.data.DataShareResultSet.d.ts| +|Added|NA|Module name: ohos.data.DataShareResultSet
Class name: DataShareResultSet
Method or attribute name: isClosed: boolean;|@ohos.data.DataShareResultSet.d.ts| +|Added|NA|Module name: ohos.data.DataShareResultSet
Class name: DataShareResultSet
Method or attribute name: goToFirstRow(): boolean;|@ohos.data.DataShareResultSet.d.ts| +|Added|NA|Module name: ohos.data.DataShareResultSet
Class name: DataShareResultSet
Method or attribute name: goToLastRow(): boolean;|@ohos.data.DataShareResultSet.d.ts| +|Added|NA|Module name: ohos.data.DataShareResultSet
Class name: DataShareResultSet
Method or attribute name: goToNextRow(): boolean;|@ohos.data.DataShareResultSet.d.ts| +|Added|NA|Module name: ohos.data.DataShareResultSet
Class name: DataShareResultSet
Method or attribute name: goToPreviousRow(): boolean;|@ohos.data.DataShareResultSet.d.ts| +|Added|NA|Module name: ohos.data.DataShareResultSet
Class name: DataShareResultSet
Method or attribute name: goTo(offset: number): boolean;|@ohos.data.DataShareResultSet.d.ts| +|Added|NA|Module name: ohos.data.DataShareResultSet
Class name: DataShareResultSet
Method or attribute name: goToRow(position: number): boolean;|@ohos.data.DataShareResultSet.d.ts| +|Added|NA|Module name: ohos.data.DataShareResultSet
Class name: DataShareResultSet
Method or attribute name: getBlob(columnIndex: number): Uint8Array;|@ohos.data.DataShareResultSet.d.ts| +|Added|NA|Module name: ohos.data.DataShareResultSet
Class name: DataShareResultSet
Method or attribute name: getString(columnIndex: number): string;|@ohos.data.DataShareResultSet.d.ts| +|Added|NA|Module name: ohos.data.DataShareResultSet
Class name: DataShareResultSet
Method or attribute name: getLong(columnIndex: number): number;|@ohos.data.DataShareResultSet.d.ts| +|Added|NA|Module name: ohos.data.DataShareResultSet
Class name: DataShareResultSet
Method or attribute name: getDouble(columnIndex: number): number;|@ohos.data.DataShareResultSet.d.ts| +|Added|NA|Module name: ohos.data.DataShareResultSet
Class name: DataShareResultSet
Method or attribute name: close(): void;|@ohos.data.DataShareResultSet.d.ts| +|Added|NA|Module name: ohos.data.DataShareResultSet
Class name: DataShareResultSet
Method or attribute name: getColumnIndex(columnName: string): number;|@ohos.data.DataShareResultSet.d.ts| +|Added|NA|Module name: ohos.data.DataShareResultSet
Class name: DataShareResultSet
Method or attribute name: getColumnName(columnIndex: number): string;|@ohos.data.DataShareResultSet.d.ts| +|Added|NA|Module name: ohos.data.DataShareResultSet
Class name: DataShareResultSet
Method or attribute name: getDataType(columnIndex: number): DataType;|@ohos.data.DataShareResultSet.d.ts| +|Added|NA|Class name: KVStore
Method or attribute name: off(event: 'syncComplete', syncCallback?: Callback\>): void;|@ohos.data.distributedData.d.ts| +|Added|NA|Class name: distributedDataObject
Method or attribute name: function create(context: Context, source: object): DataObject;|@ohos.data.distributedDataObject.d.ts| +|Added|NA|Module name: ohos.data.distributedDataObject
Class name: SaveSuccessResponse|@ohos.data.distributedDataObject.d.ts| +|Added|NA|Class name: SaveSuccessResponse
Method or attribute name: |@ohos.data.distributedDataObject.d.ts| +|Added|NA|Module name: ohos.data.distributedDataObject
Class name: SaveSuccessResponse
Method or attribute name: sessionId: string;|@ohos.data.distributedDataObject.d.ts| +|Added|NA|Class name: SaveSuccessResponse
Method or attribute name: sessionId: string;|@ohos.data.distributedDataObject.d.ts| +|Added|NA|Module name: ohos.data.distributedDataObject
Class name: SaveSuccessResponse
Method or attribute name: version: number;|@ohos.data.distributedDataObject.d.ts| +|Added|NA|Class name: SaveSuccessResponse
Method or attribute name: version: number;|@ohos.data.distributedDataObject.d.ts| +|Added|NA|Module name: ohos.data.distributedDataObject
Class name: SaveSuccessResponse
Method or attribute name: deviceId: string;|@ohos.data.distributedDataObject.d.ts| +|Added|NA|Class name: SaveSuccessResponse
Method or attribute name: deviceId: string;|@ohos.data.distributedDataObject.d.ts| +|Added|NA|Module name: ohos.data.distributedDataObject
Class name: RevokeSaveSuccessResponse|@ohos.data.distributedDataObject.d.ts| +|Added|NA|Class name: RevokeSaveSuccessResponse
Method or attribute name: |@ohos.data.distributedDataObject.d.ts| +|Added|NA|Module name: ohos.data.distributedDataObject
Class name: RevokeSaveSuccessResponse
Method or attribute name: sessionId: string;|@ohos.data.distributedDataObject.d.ts| +|Added|NA|Class name: RevokeSaveSuccessResponse
Method or attribute name: sessionId: string;|@ohos.data.distributedDataObject.d.ts| +|Added|NA|Module name: ohos.data.distributedDataObject
Class name: DataObject|@ohos.data.distributedDataObject.d.ts| +|Added|NA|Class name: DataObject
Method or attribute name: |@ohos.data.distributedDataObject.d.ts| +|Added|NA|Module name: ohos.data.distributedDataObject
Class name: DataObject
Method or attribute name: setSessionId(sessionId: string, callback: AsyncCallback\): void;|@ohos.data.distributedDataObject.d.ts| +|Added|NA|Class name: DataObject
Method or attribute name: setSessionId(sessionId: string, callback: AsyncCallback\): void;|@ohos.data.distributedDataObject.d.ts| +|Added|NA|Module name: ohos.data.distributedDataObject
Class name: DataObject
Method or attribute name: setSessionId(callback: AsyncCallback\): void;|@ohos.data.distributedDataObject.d.ts| +|Added|NA|Class name: DataObject
Method or attribute name: setSessionId(callback: AsyncCallback\): void;|@ohos.data.distributedDataObject.d.ts| +|Added|NA|Module name: ohos.data.distributedDataObject
Class name: DataObject
Method or attribute name: setSessionId(sessionId?: string): Promise\;|@ohos.data.distributedDataObject.d.ts| +|Added|NA|Class name: DataObject
Method or attribute name: setSessionId(sessionId?: string): Promise\;|@ohos.data.distributedDataObject.d.ts| +|Added|NA|Module name: ohos.data.distributedDataObject
Class name: DataObject
Method or attribute name: on(type: 'change', callback: Callback\<{ sessionId: string, fields: Array\ }>): void;|@ohos.data.distributedDataObject.d.ts| +|Added|NA|Class name: DataObject
Method or attribute name: on(type: 'change', callback: Callback\<{ sessionId: string, fields: Array\ }>): void;|@ohos.data.distributedDataObject.d.ts| +|Added|NA|Module name: ohos.data.distributedDataObject
Class name: DataObject
Method or attribute name: off(type: 'change', callback?: Callback\<{ sessionId: string, fields: Array\ }>): void;|@ohos.data.distributedDataObject.d.ts| +|Added|NA|Class name: DataObject
Method or attribute name: off(type: 'change', callback?: Callback\<{ sessionId: string, fields: Array\ }>): void;|@ohos.data.distributedDataObject.d.ts| +|Added|NA|Module name: ohos.data.distributedDataObject
Class name: DataObject
Method or attribute name: on(type: 'status',

callback: Callback\<{ sessionId: string, networkId: string, status: 'online' \| 'offline' }>): void;|@ohos.data.distributedDataObject.d.ts| +|Added|NA|Module name: ohos.data.distributedDataObject
Class name: DataObject
Method or attribute name: off(type: 'status',

callback?: Callback\<{ sessionId: string, deviceId: string, status: 'online' \| 'offline' }>): void;|@ohos.data.distributedDataObject.d.ts| +|Added|NA|Module name: ohos.data.distributedDataObject
Class name: DataObject
Method or attribute name: save(deviceId: string, callback: AsyncCallback\): void;|@ohos.data.distributedDataObject.d.ts| +|Added|NA|Class name: DataObject
Method or attribute name: save(deviceId: string, callback: AsyncCallback\): void;|@ohos.data.distributedDataObject.d.ts| +|Added|NA|Module name: ohos.data.distributedDataObject
Class name: DataObject
Method or attribute name: save(deviceId: string): Promise\;|@ohos.data.distributedDataObject.d.ts| +|Added|NA|Class name: DataObject
Method or attribute name: save(deviceId: string): Promise\;|@ohos.data.distributedDataObject.d.ts| +|Added|NA|Module name: ohos.data.distributedDataObject
Class name: DataObject
Method or attribute name: revokeSave(callback: AsyncCallback\): void;|@ohos.data.distributedDataObject.d.ts| +|Added|NA|Class name: DataObject
Method or attribute name: revokeSave(callback: AsyncCallback\): void;|@ohos.data.distributedDataObject.d.ts| +|Added|NA|Module name: ohos.data.distributedDataObject
Class name: DataObject
Method or attribute name: revokeSave(): Promise\;|@ohos.data.distributedDataObject.d.ts| +|Added|NA|Class name: DataObject
Method or attribute name: revokeSave(): Promise\;|@ohos.data.distributedDataObject.d.ts| +|Added|NA|Module name: ohos.data.distributedKVStore
Class name: distributedKVStore|@ohos.data.distributedKVStore.d.ts| +|Added|NA|Module name: ohos.data.distributedKVStore
Class name: KVManagerConfig|@ohos.data.distributedKVStore.d.ts| +|Added|NA|Module name: ohos.data.distributedKVStore
Class name: KVManagerConfig
Method or attribute name: bundleName: string;|@ohos.data.distributedKVStore.d.ts| +|Added|NA|Module name: ohos.data.distributedKVStore
Class name: KVManagerConfig
Method or attribute name: context: Context;|@ohos.data.distributedKVStore.d.ts| +|Added|NA|Module name: ohos.data.distributedKVStore
Class name: Constants|@ohos.data.distributedKVStore.d.ts| +|Added|NA|Module name: ohos.data.distributedKVStore
Class name: Constants
Method or attribute name: readonly MAX_KEY_LENGTH: number;|@ohos.data.distributedKVStore.d.ts| +|Added|NA|Module name: ohos.data.distributedKVStore
Class name: Constants
Method or attribute name: readonly MAX_VALUE_LENGTH: number;|@ohos.data.distributedKVStore.d.ts| +|Added|NA|Module name: ohos.data.distributedKVStore
Class name: Constants
Method or attribute name: readonly MAX_KEY_LENGTH_DEVICE: number;|@ohos.data.distributedKVStore.d.ts| +|Added|NA|Module name: ohos.data.distributedKVStore
Class name: Constants
Method or attribute name: readonly MAX_STORE_ID_LENGTH: number;|@ohos.data.distributedKVStore.d.ts| +|Added|NA|Module name: ohos.data.distributedKVStore
Class name: Constants
Method or attribute name: readonly MAX_QUERY_LENGTH: number;|@ohos.data.distributedKVStore.d.ts| +|Added|NA|Module name: ohos.data.distributedKVStore
Class name: Constants
Method or attribute name: readonly MAX_BATCH_SIZE: number;|@ohos.data.distributedKVStore.d.ts| +|Added|NA|Module name: ohos.data.distributedKVStore
Class name: ValueType|@ohos.data.distributedKVStore.d.ts| +|Added|NA|Module name: ohos.data.distributedKVStore
Class name: ValueType
Method or attribute name: STRING|@ohos.data.distributedKVStore.d.ts| +|Added|NA|Module name: ohos.data.distributedKVStore
Class name: ValueType
Method or attribute name: INTEGER|@ohos.data.distributedKVStore.d.ts| +|Added|NA|Module name: ohos.data.distributedKVStore
Class name: ValueType
Method or attribute name: FLOAT|@ohos.data.distributedKVStore.d.ts| +|Added|NA|Module name: ohos.data.distributedKVStore
Class name: ValueType
Method or attribute name: BYTE_ARRAY|@ohos.data.distributedKVStore.d.ts| +|Added|NA|Module name: ohos.data.distributedKVStore
Class name: ValueType
Method or attribute name: BOOLEAN|@ohos.data.distributedKVStore.d.ts| +|Added|NA|Module name: ohos.data.distributedKVStore
Class name: ValueType
Method or attribute name: DOUBLE|@ohos.data.distributedKVStore.d.ts| +|Added|NA|Module name: ohos.data.distributedKVStore
Class name: Value|@ohos.data.distributedKVStore.d.ts| +|Added|NA|Module name: ohos.data.distributedKVStore
Class name: Value
Method or attribute name: type: ValueType;|@ohos.data.distributedKVStore.d.ts| +|Added|NA|Module name: ohos.data.distributedKVStore
Class name: Value
Method or attribute name: value: Uint8Array \| string \| number \| boolean;|@ohos.data.distributedKVStore.d.ts| +|Added|NA|Module name: ohos.data.distributedKVStore
Class name: Entry|@ohos.data.distributedKVStore.d.ts| +|Added|NA|Module name: ohos.data.distributedKVStore
Class name: Entry
Method or attribute name: key: string;|@ohos.data.distributedKVStore.d.ts| +|Added|NA|Module name: ohos.data.distributedKVStore
Class name: Entry
Method or attribute name: value: Value;|@ohos.data.distributedKVStore.d.ts| +|Added|NA|Module name: ohos.data.distributedKVStore
Class name: ChangeNotification|@ohos.data.distributedKVStore.d.ts| +|Added|NA|Module name: ohos.data.distributedKVStore
Class name: ChangeNotification
Method or attribute name: insertEntries: Entry[];|@ohos.data.distributedKVStore.d.ts| +|Added|NA|Module name: ohos.data.distributedKVStore
Class name: ChangeNotification
Method or attribute name: updateEntries: Entry[];|@ohos.data.distributedKVStore.d.ts| +|Added|NA|Module name: ohos.data.distributedKVStore
Class name: ChangeNotification
Method or attribute name: deleteEntries: Entry[];|@ohos.data.distributedKVStore.d.ts| +|Added|NA|Module name: ohos.data.distributedKVStore
Class name: ChangeNotification
Method or attribute name: deviceId: string;|@ohos.data.distributedKVStore.d.ts| +|Added|NA|Module name: ohos.data.distributedKVStore
Class name: SyncMode|@ohos.data.distributedKVStore.d.ts| +|Added|NA|Module name: ohos.data.distributedKVStore
Class name: SyncMode
Method or attribute name: PULL_ONLY|@ohos.data.distributedKVStore.d.ts| +|Added|NA|Module name: ohos.data.distributedKVStore
Class name: SyncMode
Method or attribute name: PUSH_ONLY|@ohos.data.distributedKVStore.d.ts| +|Added|NA|Module name: ohos.data.distributedKVStore
Class name: SyncMode
Method or attribute name: PUSH_PULL|@ohos.data.distributedKVStore.d.ts| +|Added|NA|Module name: ohos.data.distributedKVStore
Class name: SubscribeType|@ohos.data.distributedKVStore.d.ts| +|Added|NA|Module name: ohos.data.distributedKVStore
Class name: SubscribeType
Method or attribute name: SUBSCRIBE_TYPE_LOCAL|@ohos.data.distributedKVStore.d.ts| +|Added|NA|Module name: ohos.data.distributedKVStore
Class name: SubscribeType
Method or attribute name: SUBSCRIBE_TYPE_REMOTE|@ohos.data.distributedKVStore.d.ts| +|Added|NA|Module name: ohos.data.distributedKVStore
Class name: SubscribeType
Method or attribute name: SUBSCRIBE_TYPE_ALL|@ohos.data.distributedKVStore.d.ts| +|Added|NA|Module name: ohos.data.distributedKVStore
Class name: KVStoreType|@ohos.data.distributedKVStore.d.ts| +|Added|NA|Module name: ohos.data.distributedKVStore
Class name: KVStoreType
Method or attribute name: DEVICE_COLLABORATION|@ohos.data.distributedKVStore.d.ts| +|Added|NA|Module name: ohos.data.distributedKVStore
Class name: KVStoreType
Method or attribute name: SINGLE_VERSION|@ohos.data.distributedKVStore.d.ts| +|Added|NA|Module name: ohos.data.distributedKVStore
Class name: SecurityLevel|@ohos.data.distributedKVStore.d.ts| +|Added|NA|Module name: ohos.data.distributedKVStore
Class name: SecurityLevel
Method or attribute name: S1|@ohos.data.distributedKVStore.d.ts| +|Added|NA|Module name: ohos.data.distributedKVStore
Class name: SecurityLevel
Method or attribute name: S2|@ohos.data.distributedKVStore.d.ts| +|Added|NA|Module name: ohos.data.distributedKVStore
Class name: SecurityLevel
Method or attribute name: S3|@ohos.data.distributedKVStore.d.ts| +|Added|NA|Module name: ohos.data.distributedKVStore
Class name: SecurityLevel
Method or attribute name: S4|@ohos.data.distributedKVStore.d.ts| +|Added|NA|Module name: ohos.data.distributedKVStore
Class name: Options|@ohos.data.distributedKVStore.d.ts| +|Added|NA|Module name: ohos.data.distributedKVStore
Class name: Options
Method or attribute name: createIfMissing?: boolean;|@ohos.data.distributedKVStore.d.ts| +|Added|NA|Module name: ohos.data.distributedKVStore
Class name: Options
Method or attribute name: encrypt?: boolean;|@ohos.data.distributedKVStore.d.ts| +|Added|NA|Module name: ohos.data.distributedKVStore
Class name: Options
Method or attribute name: backup?: boolean;|@ohos.data.distributedKVStore.d.ts| +|Added|NA|Module name: ohos.data.distributedKVStore
Class name: Options
Method or attribute name: autoSync?: boolean;|@ohos.data.distributedKVStore.d.ts| +|Added|NA|Module name: ohos.data.distributedKVStore
Class name: Options
Method or attribute name: kvStoreType?: KVStoreType;|@ohos.data.distributedKVStore.d.ts| +|Added|NA|Module name: ohos.data.distributedKVStore
Class name: Options
Method or attribute name: securityLevel: SecurityLevel;|@ohos.data.distributedKVStore.d.ts| +|Added|NA|Module name: ohos.data.distributedKVStore
Class name: Options
Method or attribute name: schema?: Schema;|@ohos.data.distributedKVStore.d.ts| +|Added|NA|Module name: ohos.data.distributedKVStore
Class name: Schema|@ohos.data.distributedKVStore.d.ts| +|Added|NA|Module name: ohos.data.distributedKVStore
Class name: Schema
Method or attribute name: constructor()|@ohos.data.distributedKVStore.d.ts| +|Added|NA|Module name: ohos.data.distributedKVStore
Class name: Schema
Method or attribute name: root: FieldNode;|@ohos.data.distributedKVStore.d.ts| +|Added|NA|Module name: ohos.data.distributedKVStore
Class name: Schema
Method or attribute name: indexes: Array\;|@ohos.data.distributedKVStore.d.ts| +|Added|NA|Module name: ohos.data.distributedKVStore
Class name: Schema
Method or attribute name: mode: number;|@ohos.data.distributedKVStore.d.ts| +|Added|NA|Module name: ohos.data.distributedKVStore
Class name: Schema
Method or attribute name: skip: number;|@ohos.data.distributedKVStore.d.ts| +|Added|NA|Module name: ohos.data.distributedKVStore
Class name: FieldNode|@ohos.data.distributedKVStore.d.ts| +|Added|NA|Module name: ohos.data.distributedKVStore
Class name: FieldNode
Method or attribute name: constructor(name: string)|@ohos.data.distributedKVStore.d.ts| +|Added|NA|Module name: ohos.data.distributedKVStore
Class name: FieldNode
Method or attribute name: appendChild(child: FieldNode): boolean;|@ohos.data.distributedKVStore.d.ts| +|Added|NA|Module name: ohos.data.distributedKVStore
Class name: FieldNode
Method or attribute name: default: string;|@ohos.data.distributedKVStore.d.ts| +|Added|NA|Module name: ohos.data.distributedKVStore
Class name: FieldNode
Method or attribute name: nullable: boolean;|@ohos.data.distributedKVStore.d.ts| +|Added|NA|Module name: ohos.data.distributedKVStore
Class name: FieldNode
Method or attribute name: type: number;|@ohos.data.distributedKVStore.d.ts| +|Added|NA|Module name: ohos.data.distributedKVStore
Class name: KVStoreResultSet|@ohos.data.distributedKVStore.d.ts| +|Added|NA|Module name: ohos.data.distributedKVStore
Class name: KVStoreResultSet
Method or attribute name: getCount(): number;|@ohos.data.distributedKVStore.d.ts| +|Added|NA|Module name: ohos.data.distributedKVStore
Class name: KVStoreResultSet
Method or attribute name: getPosition(): number;|@ohos.data.distributedKVStore.d.ts| +|Added|NA|Module name: ohos.data.distributedKVStore
Class name: KVStoreResultSet
Method or attribute name: moveToFirst(): boolean;|@ohos.data.distributedKVStore.d.ts| +|Added|NA|Module name: ohos.data.distributedKVStore
Class name: KVStoreResultSet
Method or attribute name: moveToLast(): boolean;|@ohos.data.distributedKVStore.d.ts| +|Added|NA|Module name: ohos.data.distributedKVStore
Class name: KVStoreResultSet
Method or attribute name: moveToNext(): boolean;|@ohos.data.distributedKVStore.d.ts| +|Added|NA|Module name: ohos.data.distributedKVStore
Class name: KVStoreResultSet
Method or attribute name: moveToPrevious(): boolean;|@ohos.data.distributedKVStore.d.ts| +|Added|NA|Module name: ohos.data.distributedKVStore
Class name: KVStoreResultSet
Method or attribute name: move(offset: number): boolean;|@ohos.data.distributedKVStore.d.ts| +|Added|NA|Module name: ohos.data.distributedKVStore
Class name: KVStoreResultSet
Method or attribute name: moveToPosition(position: number): boolean;|@ohos.data.distributedKVStore.d.ts| +|Added|NA|Module name: ohos.data.distributedKVStore
Class name: KVStoreResultSet
Method or attribute name: isFirst(): boolean;|@ohos.data.distributedKVStore.d.ts| +|Added|NA|Module name: ohos.data.distributedKVStore
Class name: KVStoreResultSet
Method or attribute name: isLast(): boolean;|@ohos.data.distributedKVStore.d.ts| +|Added|NA|Module name: ohos.data.distributedKVStore
Class name: KVStoreResultSet
Method or attribute name: isBeforeFirst(): boolean;|@ohos.data.distributedKVStore.d.ts| +|Added|NA|Module name: ohos.data.distributedKVStore
Class name: KVStoreResultSet
Method or attribute name: isAfterLast(): boolean;|@ohos.data.distributedKVStore.d.ts| +|Added|NA|Module name: ohos.data.distributedKVStore
Class name: KVStoreResultSet
Method or attribute name: getEntry(): Entry;|@ohos.data.distributedKVStore.d.ts| +|Added|NA|Module name: ohos.data.distributedKVStore
Class name: Query|@ohos.data.distributedKVStore.d.ts| +|Added|NA|Module name: ohos.data.distributedKVStore
Class name: Query
Method or attribute name: constructor()|@ohos.data.distributedKVStore.d.ts| +|Added|NA|Module name: ohos.data.distributedKVStore
Class name: Query
Method or attribute name: reset(): Query;|@ohos.data.distributedKVStore.d.ts| +|Added|NA|Module name: ohos.data.distributedKVStore
Class name: Query
Method or attribute name: equalTo(field: string, value: number \| string \| boolean): Query;|@ohos.data.distributedKVStore.d.ts| +|Added|NA|Module name: ohos.data.distributedKVStore
Class name: Query
Method or attribute name: notEqualTo(field: string, value: number \| string \| boolean): Query;|@ohos.data.distributedKVStore.d.ts| +|Added|NA|Module name: ohos.data.distributedKVStore
Class name: Query
Method or attribute name: greaterThan(field: string, value: number \| string \| boolean): Query;|@ohos.data.distributedKVStore.d.ts| +|Added|NA|Module name: ohos.data.distributedKVStore
Class name: Query
Method or attribute name: lessThan(field: string, value: number \| string): Query;|@ohos.data.distributedKVStore.d.ts| +|Added|NA|Module name: ohos.data.distributedKVStore
Class name: Query
Method or attribute name: greaterThanOrEqualTo(field: string, value: number \| string): Query;|@ohos.data.distributedKVStore.d.ts| +|Added|NA|Module name: ohos.data.distributedKVStore
Class name: Query
Method or attribute name: lessThanOrEqualTo(field: string, value: number \| string): Query;|@ohos.data.distributedKVStore.d.ts| +|Added|NA|Module name: ohos.data.distributedKVStore
Class name: Query
Method or attribute name: isNull(field: string): Query;|@ohos.data.distributedKVStore.d.ts| +|Added|NA|Module name: ohos.data.distributedKVStore
Class name: Query
Method or attribute name: inNumber(field: string, valueList: number[]): Query;|@ohos.data.distributedKVStore.d.ts| +|Added|NA|Module name: ohos.data.distributedKVStore
Class name: Query
Method or attribute name: inString(field: string, valueList: string[]): Query;|@ohos.data.distributedKVStore.d.ts| +|Added|NA|Module name: ohos.data.distributedKVStore
Class name: Query
Method or attribute name: notInNumber(field: string, valueList: number[]): Query;|@ohos.data.distributedKVStore.d.ts| +|Added|NA|Module name: ohos.data.distributedKVStore
Class name: Query
Method or attribute name: notInString(field: string, valueList: string[]): Query;|@ohos.data.distributedKVStore.d.ts| +|Added|NA|Module name: ohos.data.distributedKVStore
Class name: Query
Method or attribute name: like(field: string, value: string): Query;|@ohos.data.distributedKVStore.d.ts| +|Added|NA|Module name: ohos.data.distributedKVStore
Class name: Query
Method or attribute name: unlike(field: string, value: string): Query;|@ohos.data.distributedKVStore.d.ts| +|Added|NA|Module name: ohos.data.distributedKVStore
Class name: Query
Method or attribute name: and(): Query;|@ohos.data.distributedKVStore.d.ts| +|Added|NA|Module name: ohos.data.distributedKVStore
Class name: Query
Method or attribute name: or(): Query;|@ohos.data.distributedKVStore.d.ts| +|Added|NA|Module name: ohos.data.distributedKVStore
Class name: Query
Method or attribute name: orderByAsc(field: string): Query;|@ohos.data.distributedKVStore.d.ts| +|Added|NA|Module name: ohos.data.distributedKVStore
Class name: Query
Method or attribute name: orderByDesc(field: string): Query;|@ohos.data.distributedKVStore.d.ts| +|Added|NA|Module name: ohos.data.distributedKVStore
Class name: Query
Method or attribute name: limit(total: number, offset: number): Query;|@ohos.data.distributedKVStore.d.ts| +|Added|NA|Module name: ohos.data.distributedKVStore
Class name: Query
Method or attribute name: isNotNull(field: string): Query;|@ohos.data.distributedKVStore.d.ts| +|Added|NA|Module name: ohos.data.distributedKVStore
Class name: Query
Method or attribute name: beginGroup(): Query;|@ohos.data.distributedKVStore.d.ts| +|Added|NA|Module name: ohos.data.distributedKVStore
Class name: Query
Method or attribute name: endGroup(): Query;|@ohos.data.distributedKVStore.d.ts| +|Added|NA|Module name: ohos.data.distributedKVStore
Class name: Query
Method or attribute name: prefixKey(prefix: string): Query;|@ohos.data.distributedKVStore.d.ts| +|Added|NA|Module name: ohos.data.distributedKVStore
Class name: Query
Method or attribute name: setSuggestIndex(index: string): Query;|@ohos.data.distributedKVStore.d.ts| +|Added|NA|Module name: ohos.data.distributedKVStore
Class name: Query
Method or attribute name: deviceId(deviceId: string): Query;|@ohos.data.distributedKVStore.d.ts| +|Added|NA|Module name: ohos.data.distributedKVStore
Class name: Query
Method or attribute name: getSqlLike(): string;|@ohos.data.distributedKVStore.d.ts| +|Added|NA|Module name: ohos.data.distributedKVStore
Class name: SingleKVStore|@ohos.data.distributedKVStore.d.ts| +|Added|NA|Module name: ohos.data.distributedKVStore
Class name: SingleKVStore
Method or attribute name: put(key: string, value: Uint8Array \| string \| number \| boolean, callback: AsyncCallback\): void;|@ohos.data.distributedKVStore.d.ts| +|Added|NA|Module name: ohos.data.distributedKVStore
Class name: SingleKVStore
Method or attribute name: put(key: string, value: Uint8Array \| string \| number \| boolean): Promise\;|@ohos.data.distributedKVStore.d.ts| +|Added|NA|Module name: ohos.data.distributedKVStore
Class name: SingleKVStore
Method or attribute name: putBatch(entries: Entry[], callback: AsyncCallback\): void;|@ohos.data.distributedKVStore.d.ts| +|Added|NA|Module name: ohos.data.distributedKVStore
Class name: SingleKVStore
Method or attribute name: putBatch(entries: Entry[]): Promise\;|@ohos.data.distributedKVStore.d.ts| +|Added|NA|Module name: ohos.data.distributedKVStore
Class name: SingleKVStore
Method or attribute name: putBatch(value: Array\, callback: AsyncCallback\): void;|@ohos.data.distributedKVStore.d.ts| +|Added|NA|Module name: ohos.data.distributedKVStore
Class name: SingleKVStore
Method or attribute name: putBatch(value: Array\): Promise\;|@ohos.data.distributedKVStore.d.ts| +|Added|NA|Module name: ohos.data.distributedKVStore
Class name: SingleKVStore
Method or attribute name: delete(key: string, callback: AsyncCallback\): void;|@ohos.data.distributedKVStore.d.ts| +|Added|NA|Module name: ohos.data.distributedKVStore
Class name: SingleKVStore
Method or attribute name: delete(key: string): Promise\;|@ohos.data.distributedKVStore.d.ts| +|Added|NA|Module name: ohos.data.distributedKVStore
Class name: SingleKVStore
Method or attribute name: delete(predicates: dataSharePredicates.DataSharePredicates, callback: AsyncCallback\);|@ohos.data.distributedKVStore.d.ts| +|Added|NA|Module name: ohos.data.distributedKVStore
Class name: SingleKVStore
Method or attribute name: delete(predicates: dataSharePredicates.DataSharePredicates): Promise\;|@ohos.data.distributedKVStore.d.ts| +|Added|NA|Module name: ohos.data.distributedKVStore
Class name: SingleKVStore
Method or attribute name: deleteBatch(keys: string[], callback: AsyncCallback\): void;|@ohos.data.distributedKVStore.d.ts| +|Added|NA|Module name: ohos.data.distributedKVStore
Class name: SingleKVStore
Method or attribute name: deleteBatch(keys: string[]): Promise\;|@ohos.data.distributedKVStore.d.ts| +|Added|NA|Module name: ohos.data.distributedKVStore
Class name: SingleKVStore
Method or attribute name: removeDeviceData(deviceId: string, callback: AsyncCallback\): void;|@ohos.data.distributedKVStore.d.ts| +|Added|NA|Module name: ohos.data.distributedKVStore
Class name: SingleKVStore
Method or attribute name: removeDeviceData(deviceId: string): Promise\;|@ohos.data.distributedKVStore.d.ts| +|Added|NA|Module name: ohos.data.distributedKVStore
Class name: SingleKVStore
Method or attribute name: get(key: string, callback: AsyncCallback\): void;|@ohos.data.distributedKVStore.d.ts| +|Added|NA|Module name: ohos.data.distributedKVStore
Class name: SingleKVStore
Method or attribute name: get(key: string): Promise\;|@ohos.data.distributedKVStore.d.ts| +|Added|NA|Module name: ohos.data.distributedKVStore
Class name: SingleKVStore
Method or attribute name: getEntries(keyPrefix: string, callback: AsyncCallback\): void;|@ohos.data.distributedKVStore.d.ts| +|Added|NA|Module name: ohos.data.distributedKVStore
Class name: SingleKVStore
Method or attribute name: getEntries(keyPrefix: string): Promise\;|@ohos.data.distributedKVStore.d.ts| +|Added|NA|Module name: ohos.data.distributedKVStore
Class name: SingleKVStore
Method or attribute name: getEntries(query: Query, callback: AsyncCallback\): void;|@ohos.data.distributedKVStore.d.ts| +|Added|NA|Module name: ohos.data.distributedKVStore
Class name: SingleKVStore
Method or attribute name: getEntries(query: Query): Promise\;|@ohos.data.distributedKVStore.d.ts| +|Added|NA|Module name: ohos.data.distributedKVStore
Class name: SingleKVStore
Method or attribute name: getResultSet(keyPrefix: string, callback: AsyncCallback\): void;|@ohos.data.distributedKVStore.d.ts| +|Added|NA|Module name: ohos.data.distributedKVStore
Class name: SingleKVStore
Method or attribute name: getResultSet(keyPrefix: string): Promise\;|@ohos.data.distributedKVStore.d.ts| +|Added|NA|Module name: ohos.data.distributedKVStore
Class name: SingleKVStore
Method or attribute name: getResultSet(query: Query, callback: AsyncCallback\): void;|@ohos.data.distributedKVStore.d.ts| +|Added|NA|Module name: ohos.data.distributedKVStore
Class name: SingleKVStore
Method or attribute name: getResultSet(query: Query): Promise\;|@ohos.data.distributedKVStore.d.ts| +|Added|NA|Module name: ohos.data.distributedKVStore
Class name: SingleKVStore
Method or attribute name: getResultSet(predicates: dataSharePredicates.DataSharePredicates, callback: AsyncCallback\): void;|@ohos.data.distributedKVStore.d.ts| +|Added|NA|Module name: ohos.data.distributedKVStore
Class name: SingleKVStore
Method or attribute name: getResultSet(predicates: dataSharePredicates.DataSharePredicates): Promise\;|@ohos.data.distributedKVStore.d.ts| +|Added|NA|Module name: ohos.data.distributedKVStore
Class name: SingleKVStore
Method or attribute name: closeResultSet(resultSet: KVStoreResultSet, callback: AsyncCallback\): void;|@ohos.data.distributedKVStore.d.ts| +|Added|NA|Module name: ohos.data.distributedKVStore
Class name: SingleKVStore
Method or attribute name: closeResultSet(resultSet: KVStoreResultSet): Promise\;|@ohos.data.distributedKVStore.d.ts| +|Added|NA|Module name: ohos.data.distributedKVStore
Class name: SingleKVStore
Method or attribute name: getResultSize(query: Query, callback: AsyncCallback\): void;|@ohos.data.distributedKVStore.d.ts| +|Added|NA|Module name: ohos.data.distributedKVStore
Class name: SingleKVStore
Method or attribute name: getResultSize(query: Query): Promise\;|@ohos.data.distributedKVStore.d.ts| +|Added|NA|Module name: ohos.data.distributedKVStore
Class name: SingleKVStore
Method or attribute name: backup(file: string, callback: AsyncCallback\): void;|@ohos.data.distributedKVStore.d.ts| +|Added|NA|Module name: ohos.data.distributedKVStore
Class name: SingleKVStore
Method or attribute name: backup(file: string): Promise\;|@ohos.data.distributedKVStore.d.ts| +|Added|NA|Module name: ohos.data.distributedKVStore
Class name: SingleKVStore
Method or attribute name: restore(file: string, callback: AsyncCallback\): void;|@ohos.data.distributedKVStore.d.ts| +|Added|NA|Module name: ohos.data.distributedKVStore
Class name: SingleKVStore
Method or attribute name: restore(file: string): Promise\;|@ohos.data.distributedKVStore.d.ts| +|Added|NA|Module name: ohos.data.distributedKVStore
Class name: SingleKVStore
Method or attribute name: deleteBackup(files: Array\, callback: AsyncCallback\>): void;|@ohos.data.distributedKVStore.d.ts| +|Added|NA|Module name: ohos.data.distributedKVStore
Class name: SingleKVStore
Method or attribute name: deleteBackup(files: Array\): Promise\>;|@ohos.data.distributedKVStore.d.ts| +|Added|NA|Module name: ohos.data.distributedKVStore
Class name: SingleKVStore
Method or attribute name: startTransaction(callback: AsyncCallback\): void;|@ohos.data.distributedKVStore.d.ts| +|Added|NA|Module name: ohos.data.distributedKVStore
Class name: SingleKVStore
Method or attribute name: startTransaction(): Promise\;|@ohos.data.distributedKVStore.d.ts| +|Added|NA|Module name: ohos.data.distributedKVStore
Class name: SingleKVStore
Method or attribute name: commit(callback: AsyncCallback\): void;|@ohos.data.distributedKVStore.d.ts| +|Added|NA|Module name: ohos.data.distributedKVStore
Class name: SingleKVStore
Method or attribute name: commit(): Promise\;|@ohos.data.distributedKVStore.d.ts| +|Added|NA|Module name: ohos.data.distributedKVStore
Class name: SingleKVStore
Method or attribute name: rollback(callback: AsyncCallback\): void;|@ohos.data.distributedKVStore.d.ts| +|Added|NA|Module name: ohos.data.distributedKVStore
Class name: SingleKVStore
Method or attribute name: rollback(): Promise\;|@ohos.data.distributedKVStore.d.ts| +|Added|NA|Module name: ohos.data.distributedKVStore
Class name: SingleKVStore
Method or attribute name: enableSync(enabled: boolean, callback: AsyncCallback\): void;|@ohos.data.distributedKVStore.d.ts| +|Added|NA|Module name: ohos.data.distributedKVStore
Class name: SingleKVStore
Method or attribute name: enableSync(enabled: boolean): Promise\;|@ohos.data.distributedKVStore.d.ts| +|Added|NA|Module name: ohos.data.distributedKVStore
Class name: SingleKVStore
Method or attribute name: setSyncRange(localLabels: string[], remoteSupportLabels: string[], callback: AsyncCallback\): void;|@ohos.data.distributedKVStore.d.ts| +|Added|NA|Module name: ohos.data.distributedKVStore
Class name: SingleKVStore
Method or attribute name: setSyncRange(localLabels: string[], remoteSupportLabels: string[]): Promise\;|@ohos.data.distributedKVStore.d.ts| +|Added|NA|Module name: ohos.data.distributedKVStore
Class name: SingleKVStore
Method or attribute name: setSyncParam(defaultAllowedDelayMs: number, callback: AsyncCallback\): void;|@ohos.data.distributedKVStore.d.ts| +|Added|NA|Module name: ohos.data.distributedKVStore
Class name: SingleKVStore
Method or attribute name: setSyncParam(defaultAllowedDelayMs: number): Promise\;|@ohos.data.distributedKVStore.d.ts| +|Added|NA|Module name: ohos.data.distributedKVStore
Class name: SingleKVStore
Method or attribute name: sync(deviceIds: string[], mode: SyncMode, delayMs?: number): void|@ohos.data.distributedKVStore.d.ts| +|Added|NA|Module name: ohos.data.distributedKVStore
Class name: SingleKVStore
Method or attribute name: sync(deviceIds: string[], query: Query, mode: SyncMode, delayMs?: number): void;|@ohos.data.distributedKVStore.d.ts| +|Added|NA|Module name: ohos.data.distributedKVStore
Class name: SingleKVStore
Method or attribute name: on(event: 'dataChange', type: SubscribeType, listener: Callback\): void;|@ohos.data.distributedKVStore.d.ts| +|Added|NA|Module name: ohos.data.distributedKVStore
Class name: SingleKVStore
Method or attribute name: on(event: 'syncComplete', syncCallback: Callback\>): void;|@ohos.data.distributedKVStore.d.ts| +|Added|NA|Module name: ohos.data.distributedKVStore
Class name: SingleKVStore
Method or attribute name: off(event: 'dataChange', listener?: Callback\): void;|@ohos.data.distributedKVStore.d.ts| +|Added|NA|Module name: ohos.data.distributedKVStore
Class name: SingleKVStore
Method or attribute name: off(event: 'syncComplete', syncCallback?: Callback\>): void;|@ohos.data.distributedKVStore.d.ts| +|Added|NA|Module name: ohos.data.distributedKVStore
Class name: SingleKVStore
Method or attribute name: getSecurityLevel(callback: AsyncCallback\): void;|@ohos.data.distributedKVStore.d.ts| +|Added|NA|Module name: ohos.data.distributedKVStore
Class name: SingleKVStore
Method or attribute name: getSecurityLevel(): Promise\;|@ohos.data.distributedKVStore.d.ts| +|Added|NA|Module name: ohos.data.distributedKVStore
Class name: DeviceKVStore|@ohos.data.distributedKVStore.d.ts| +|Added|NA|Module name: ohos.data.distributedKVStore
Class name: DeviceKVStore
Method or attribute name: get(key: string, callback: AsyncCallback\): void;|@ohos.data.distributedKVStore.d.ts| +|Added|NA|Module name: ohos.data.distributedKVStore
Class name: DeviceKVStore
Method or attribute name: get(key: string): Promise\;|@ohos.data.distributedKVStore.d.ts| +|Added|NA|Module name: ohos.data.distributedKVStore
Class name: DeviceKVStore
Method or attribute name: get(deviceId: string, key: string, callback: AsyncCallback\): void;|@ohos.data.distributedKVStore.d.ts| +|Added|NA|Module name: ohos.data.distributedKVStore
Class name: DeviceKVStore
Method or attribute name: get(deviceId: string, key: string): Promise\;|@ohos.data.distributedKVStore.d.ts| +|Added|NA|Module name: ohos.data.distributedKVStore
Class name: DeviceKVStore
Method or attribute name: getEntries(keyPrefix: string, callback: AsyncCallback\): void;|@ohos.data.distributedKVStore.d.ts| +|Added|NA|Module name: ohos.data.distributedKVStore
Class name: DeviceKVStore
Method or attribute name: getEntries(keyPrefix: string): Promise\;|@ohos.data.distributedKVStore.d.ts| +|Added|NA|Module name: ohos.data.distributedKVStore
Class name: DeviceKVStore
Method or attribute name: getEntries(deviceId: string, keyPrefix: string, callback: AsyncCallback\): void;|@ohos.data.distributedKVStore.d.ts| +|Added|NA|Module name: ohos.data.distributedKVStore
Class name: DeviceKVStore
Method or attribute name: getEntries(deviceId: string, keyPrefix: string): Promise\;|@ohos.data.distributedKVStore.d.ts| +|Added|NA|Module name: ohos.data.distributedKVStore
Class name: DeviceKVStore
Method or attribute name: getEntries(query: Query, callback: AsyncCallback\): void;|@ohos.data.distributedKVStore.d.ts| +|Added|NA|Module name: ohos.data.distributedKVStore
Class name: DeviceKVStore
Method or attribute name: getEntries(query: Query): Promise\;|@ohos.data.distributedKVStore.d.ts| +|Added|NA|Module name: ohos.data.distributedKVStore
Class name: DeviceKVStore
Method or attribute name: getEntries(deviceId: string, query: Query, callback: AsyncCallback\): void;|@ohos.data.distributedKVStore.d.ts| +|Added|NA|Module name: ohos.data.distributedKVStore
Class name: DeviceKVStore
Method or attribute name: getEntries(deviceId: string, query: Query): Promise\;|@ohos.data.distributedKVStore.d.ts| +|Added|NA|Module name: ohos.data.distributedKVStore
Class name: DeviceKVStore
Method or attribute name: getResultSet(keyPrefix: string, callback: AsyncCallback\): void;|@ohos.data.distributedKVStore.d.ts| +|Added|NA|Module name: ohos.data.distributedKVStore
Class name: DeviceKVStore
Method or attribute name: getResultSet(keyPrefix: string): Promise\;|@ohos.data.distributedKVStore.d.ts| +|Added|NA|Module name: ohos.data.distributedKVStore
Class name: DeviceKVStore
Method or attribute name: getResultSet(deviceId: string, keyPrefix: string, callback: AsyncCallback\): void;|@ohos.data.distributedKVStore.d.ts| +|Added|NA|Module name: ohos.data.distributedKVStore
Class name: DeviceKVStore
Method or attribute name: getResultSet(deviceId: string, keyPrefix: string): Promise\;|@ohos.data.distributedKVStore.d.ts| +|Added|NA|Module name: ohos.data.distributedKVStore
Class name: DeviceKVStore
Method or attribute name: getResultSet(query: Query, callback: AsyncCallback\): void;|@ohos.data.distributedKVStore.d.ts| +|Added|NA|Module name: ohos.data.distributedKVStore
Class name: DeviceKVStore
Method or attribute name: getResultSet(query: Query): Promise\;|@ohos.data.distributedKVStore.d.ts| +|Added|NA|Module name: ohos.data.distributedKVStore
Class name: DeviceKVStore
Method or attribute name: getResultSet(deviceId: string, query: Query, callback: AsyncCallback\): void;|@ohos.data.distributedKVStore.d.ts| +|Added|NA|Module name: ohos.data.distributedKVStore
Class name: DeviceKVStore
Method or attribute name: getResultSet(deviceId: string, query: Query): Promise\;|@ohos.data.distributedKVStore.d.ts| +|Added|NA|Module name: ohos.data.distributedKVStore
Class name: DeviceKVStore
Method or attribute name: getResultSet(predicates: dataSharePredicates.DataSharePredicates, callback: AsyncCallback\): void;|@ohos.data.distributedKVStore.d.ts| +|Added|NA|Module name: ohos.data.distributedKVStore
Class name: DeviceKVStore
Method or attribute name: getResultSet(predicates: dataSharePredicates.DataSharePredicates): Promise\;|@ohos.data.distributedKVStore.d.ts| +|Added|NA|Module name: ohos.data.distributedKVStore
Class name: DeviceKVStore
Method or attribute name: getResultSet(deviceId: string, predicates: dataSharePredicates.DataSharePredicates, callback: AsyncCallback\): void;|@ohos.data.distributedKVStore.d.ts| +|Added|NA|Module name: ohos.data.distributedKVStore
Class name: DeviceKVStore
Method or attribute name: getResultSet(deviceId: string, predicates: dataSharePredicates.DataSharePredicates): Promise\;|@ohos.data.distributedKVStore.d.ts| +|Added|NA|Module name: ohos.data.distributedKVStore
Class name: DeviceKVStore
Method or attribute name: getResultSize(query: Query, callback: AsyncCallback\): void;|@ohos.data.distributedKVStore.d.ts| +|Added|NA|Module name: ohos.data.distributedKVStore
Class name: DeviceKVStore
Method or attribute name: getResultSize(query: Query): Promise\;|@ohos.data.distributedKVStore.d.ts| +|Added|NA|Module name: ohos.data.distributedKVStore
Class name: DeviceKVStore
Method or attribute name: getResultSize(deviceId: string, query: Query, callback: AsyncCallback\): void;|@ohos.data.distributedKVStore.d.ts| +|Added|NA|Module name: ohos.data.distributedKVStore
Class name: DeviceKVStore
Method or attribute name: getResultSize(deviceId: string, query: Query): Promise\;|@ohos.data.distributedKVStore.d.ts| +|Added|NA|Module name: ohos.data.distributedKVStore
Class name: distributedKVStore
Method or attribute name: function createKVManager(config: KVManagerConfig): KVManager;|@ohos.data.distributedKVStore.d.ts| +|Added|NA|Module name: ohos.data.distributedKVStore
Class name: KVManager|@ohos.data.distributedKVStore.d.ts| +|Added|NA|Module name: ohos.data.distributedKVStore
Class name: KVManager
Method or attribute name: getKVStore\(storeId: string, options: Options, callback: AsyncCallback\): void;|@ohos.data.distributedKVStore.d.ts| +|Added|NA|Module name: ohos.data.distributedKVStore
Class name: KVManager
Method or attribute name: getKVStore\(storeId: string, options: Options): Promise\;|@ohos.data.distributedKVStore.d.ts| +|Added|NA|Module name: ohos.data.distributedKVStore
Class name: KVManager
Method or attribute name: closeKVStore(appId: string, storeId: string, callback: AsyncCallback\): void;|@ohos.data.distributedKVStore.d.ts| +|Added|NA|Module name: ohos.data.distributedKVStore
Class name: KVManager
Method or attribute name: closeKVStore(appId: string, storeId: string): Promise\;|@ohos.data.distributedKVStore.d.ts| +|Added|NA|Module name: ohos.data.distributedKVStore
Class name: KVManager
Method or attribute name: deleteKVStore(appId: string, storeId: string, callback: AsyncCallback\): void;|@ohos.data.distributedKVStore.d.ts| +|Added|NA|Module name: ohos.data.distributedKVStore
Class name: KVManager
Method or attribute name: deleteKVStore(appId: string, storeId: string): Promise\;|@ohos.data.distributedKVStore.d.ts| +|Added|NA|Module name: ohos.data.distributedKVStore
Class name: KVManager
Method or attribute name: getAllKVStoreId(appId: string, callback: AsyncCallback\): void;|@ohos.data.distributedKVStore.d.ts| +|Added|NA|Module name: ohos.data.distributedKVStore
Class name: KVManager
Method or attribute name: getAllKVStoreId(appId: string): Promise\;|@ohos.data.distributedKVStore.d.ts| +|Added|NA|Module name: ohos.data.distributedKVStore
Class name: KVManager
Method or attribute name: on(event: 'distributedDataServiceDie', deathCallback: Callback\): void;|@ohos.data.distributedKVStore.d.ts| +|Added|NA|Module name: ohos.data.distributedKVStore
Class name: KVManager
Method or attribute name: off(event: 'distributedDataServiceDie', deathCallback?: Callback\): void;|@ohos.data.distributedKVStore.d.ts| +|Added|NA|Module name: ohos.data.preferences
Class name: preferences|@ohos.data.preferences.d.ts| +|Added|NA|Module name: ohos.data.preferences
Class name: preferences
Method or attribute name: function getPreferences(context: Context, name: string, callback: AsyncCallback\): void;|@ohos.data.preferences.d.ts| +|Added|NA|Module name: ohos.data.preferences
Class name: preferences
Method or attribute name: function getPreferences(context: Context, name: string): Promise\;|@ohos.data.preferences.d.ts| +|Added|NA|Module name: ohos.data.preferences
Class name: preferences
Method or attribute name: function deletePreferences(context: Context, name: string, callback: AsyncCallback\): void;|@ohos.data.preferences.d.ts| +|Added|NA|Module name: ohos.data.preferences
Class name: preferences
Method or attribute name: function deletePreferences(context: Context, name: string): Promise\;|@ohos.data.preferences.d.ts| +|Added|NA|Module name: ohos.data.preferences
Class name: preferences
Method or attribute name: function removePreferencesFromCache(context: Context, name: string, callback: AsyncCallback\): void;|@ohos.data.preferences.d.ts| +|Added|NA|Module name: ohos.data.preferences
Class name: preferences
Method or attribute name: function removePreferencesFromCache(context: Context, name: string): Promise\;|@ohos.data.preferences.d.ts| +|Added|NA|Module name: ohos.data.preferences
Class name: Preferences|@ohos.data.preferences.d.ts| +|Added|NA|Module name: ohos.data.preferences
Class name: Preferences
Method or attribute name: get(key: string, defValue: ValueType, callback: AsyncCallback\): void;|@ohos.data.preferences.d.ts| +|Added|NA|Module name: ohos.data.preferences
Class name: Preferences
Method or attribute name: get(key: string, defValue: ValueType): Promise\;|@ohos.data.preferences.d.ts| +|Added|NA|Module name: ohos.data.preferences
Class name: Preferences
Method or attribute name: getAll(callback: AsyncCallback\): void;|@ohos.data.preferences.d.ts| +|Added|NA|Module name: ohos.data.preferences
Class name: Preferences
Method or attribute name: getAll(): Promise\;|@ohos.data.preferences.d.ts| +|Added|NA|Module name: ohos.data.preferences
Class name: Preferences
Method or attribute name: has(key: string, callback: AsyncCallback\): void;|@ohos.data.preferences.d.ts| +|Added|NA|Module name: ohos.data.preferences
Class name: Preferences
Method or attribute name: has(key: string): Promise\;|@ohos.data.preferences.d.ts| +|Added|NA|Module name: ohos.data.preferences
Class name: Preferences
Method or attribute name: put(key: string, value: ValueType, callback: AsyncCallback\): void;|@ohos.data.preferences.d.ts| +|Added|NA|Module name: ohos.data.preferences
Class name: Preferences
Method or attribute name: put(key: string, value: ValueType): Promise\;|@ohos.data.preferences.d.ts| +|Added|NA|Module name: ohos.data.preferences
Class name: Preferences
Method or attribute name: delete(key: string, callback: AsyncCallback\): void;|@ohos.data.preferences.d.ts| +|Added|NA|Module name: ohos.data.preferences
Class name: Preferences
Method or attribute name: delete(key: string): Promise\;|@ohos.data.preferences.d.ts| +|Added|NA|Module name: ohos.data.preferences
Class name: Preferences
Method or attribute name: clear(callback: AsyncCallback\): void;|@ohos.data.preferences.d.ts| +|Added|NA|Module name: ohos.data.preferences
Class name: Preferences
Method or attribute name: clear(): Promise\;|@ohos.data.preferences.d.ts| +|Added|NA|Module name: ohos.data.preferences
Class name: Preferences
Method or attribute name: flush(callback: AsyncCallback\): void;|@ohos.data.preferences.d.ts| +|Added|NA|Module name: ohos.data.preferences
Class name: Preferences
Method or attribute name: flush(): Promise\;|@ohos.data.preferences.d.ts| +|Added|NA|Module name: ohos.data.preferences
Class name: Preferences
Method or attribute name: on(type: 'change', callback: Callback\<{ key: string }>): void;|@ohos.data.preferences.d.ts| +|Added|NA|Module name: ohos.data.preferences
Class name: Preferences
Method or attribute name: off(type: 'change', callback?: Callback\<{ key: string }>): void;|@ohos.data.preferences.d.ts| +|Added|NA|Module name: ohos.data.preferences
Class name: preferences
Method or attribute name: const MAX_KEY_LENGTH: 80;|@ohos.data.preferences.d.ts| +|Added|NA|Module name: ohos.data.preferences
Class name: preferences
Method or attribute name: const MAX_VALUE_LENGTH: 8192;|@ohos.data.preferences.d.ts| +|Added|NA|Class name: RdbStore
Method or attribute name: batchInsert(table: string, values: Array\, callback: AsyncCallback\): void;|@ohos.data.rdb.d.ts| +|Added|NA|Class name: RdbStore
Method or attribute name: batchInsert(table: string, values: Array\): Promise\;|@ohos.data.rdb.d.ts| +|Added|NA|Module name: ohos.data.relationalStore
Class name: relationalStore|@ohos.data.relationalStore.d.ts| +|Added|NA|Module name: ohos.data.relationalStore
Class name: relationalStore
Method or attribute name: type ValuesBucket = { [key:string]: ValueType \| Uint8Array \| null;}|@ohos.data.relationalStore.d.ts| +|Added|NA|Module name: ohos.data.relationalStore
Class name: relationalStore
Method or attribute name: function getRdbStore(context: Context, config: StoreConfig, callback: AsyncCallback\): void;|@ohos.data.relationalStore.d.ts| +|Added|NA|Module name: ohos.data.relationalStore
Class name: relationalStore
Method or attribute name: function getRdbStore(context: Context, config: StoreConfig): Promise\;|@ohos.data.relationalStore.d.ts| +|Added|NA|Module name: ohos.data.relationalStore
Class name: relationalStore
Method or attribute name: function deleteRdbStore(context: Context, name: string, callback: AsyncCallback\): void;|@ohos.data.relationalStore.d.ts| +|Added|NA|Module name: ohos.data.relationalStore
Class name: relationalStore
Method or attribute name: function deleteRdbStore(context: Context, name: string): Promise\;|@ohos.data.relationalStore.d.ts| +|Added|NA|Module name: ohos.data.relationalStore
Class name: StoreConfig|@ohos.data.relationalStore.d.ts| +|Added|NA|Module name: ohos.data.relationalStore
Class name: StoreConfig
Method or attribute name: name: string;|@ohos.data.relationalStore.d.ts| +|Added|NA|Module name: ohos.data.relationalStore
Class name: StoreConfig
Method or attribute name: securityLevel: SecurityLevel;|@ohos.data.relationalStore.d.ts| +|Added|NA|Module name: ohos.data.relationalStore
Class name: StoreConfig
Method or attribute name: encrypt ?: boolean;|@ohos.data.relationalStore.d.ts| +|Added|NA|Module name: ohos.data.relationalStore
Class name: SecurityLevel|@ohos.data.relationalStore.d.ts| +|Added|NA|Module name: ohos.data.relationalStore
Class name: SecurityLevel
Method or attribute name: S1 = 1|@ohos.data.relationalStore.d.ts| +|Added|NA|Module name: ohos.data.relationalStore
Class name: SecurityLevel
Method or attribute name: S2 = 2|@ohos.data.relationalStore.d.ts| +|Added|NA|Module name: ohos.data.relationalStore
Class name: SecurityLevel
Method or attribute name: S3 = 3|@ohos.data.relationalStore.d.ts| +|Added|NA|Module name: ohos.data.relationalStore
Class name: SecurityLevel
Method or attribute name: S4 = 4|@ohos.data.relationalStore.d.ts| +|Added|NA|Module name: ohos.data.relationalStore
Class name: SyncMode|@ohos.data.relationalStore.d.ts| +|Added|NA|Module name: ohos.data.relationalStore
Class name: SyncMode
Method or attribute name: SYNC_MODE_PUSH = 0|@ohos.data.relationalStore.d.ts| +|Added|NA|Module name: ohos.data.relationalStore
Class name: SyncMode
Method or attribute name: SYNC_MODE_PULL = 1|@ohos.data.relationalStore.d.ts| +|Added|NA|Module name: ohos.data.relationalStore
Class name: SubscribeType|@ohos.data.relationalStore.d.ts| +|Added|NA|Module name: ohos.data.relationalStore
Class name: SubscribeType
Method or attribute name: SUBSCRIBE_TYPE_REMOTE = 0|@ohos.data.relationalStore.d.ts| +|Added|NA|Module name: ohos.data.relationalStore
Class name: RdbStore|@ohos.data.relationalStore.d.ts| +|Added|NA|Module name: ohos.data.relationalStore
Class name: RdbStore
Method or attribute name: insert(table: string, values: ValuesBucket, callback: AsyncCallback\): void;|@ohos.data.relationalStore.d.ts| +|Added|NA|Module name: ohos.data.relationalStore
Class name: RdbStore
Method or attribute name: insert(table: string, values: ValuesBucket): Promise\;|@ohos.data.relationalStore.d.ts| +|Added|NA|Module name: ohos.data.relationalStore
Class name: RdbStore
Method or attribute name: batchInsert(table: string, values: Array\, callback: AsyncCallback\): void;|@ohos.data.relationalStore.d.ts| +|Added|NA|Module name: ohos.data.relationalStore
Class name: RdbStore
Method or attribute name: batchInsert(table: string, values: Array\): Promise\;|@ohos.data.relationalStore.d.ts| +|Added|NA|Module name: ohos.data.relationalStore
Class name: RdbStore
Method or attribute name: update(values: ValuesBucket, predicates: RdbPredicates, callback: AsyncCallback\): void;|@ohos.data.relationalStore.d.ts| +|Added|NA|Module name: ohos.data.relationalStore
Class name: RdbStore
Method or attribute name: update(values: ValuesBucket, predicates: RdbPredicates): Promise\;|@ohos.data.relationalStore.d.ts| +|Added|NA|Module name: ohos.data.relationalStore
Class name: RdbStore
Method or attribute name: update(table: string, values: ValuesBucket, predicates: dataSharePredicates.DataSharePredicates, callback: AsyncCallback\): void;|@ohos.data.relationalStore.d.ts| +|Added|NA|Module name: ohos.data.relationalStore
Class name: RdbStore
Method or attribute name: update(table: string, values: ValuesBucket, predicates: dataSharePredicates.DataSharePredicates): Promise\;|@ohos.data.relationalStore.d.ts| +|Added|NA|Module name: ohos.data.relationalStore
Class name: RdbStore
Method or attribute name: delete(predicates: RdbPredicates, callback: AsyncCallback\): void;|@ohos.data.relationalStore.d.ts| +|Added|NA|Module name: ohos.data.relationalStore
Class name: RdbStore
Method or attribute name: delete(predicates: RdbPredicates): Promise\;|@ohos.data.relationalStore.d.ts| +|Added|NA|Module name: ohos.data.relationalStore
Class name: RdbStore
Method or attribute name: delete(table: string, predicates: dataSharePredicates.DataSharePredicates, callback: AsyncCallback\): void;|@ohos.data.relationalStore.d.ts| +|Added|NA|Module name: ohos.data.relationalStore
Class name: RdbStore
Method or attribute name: delete(table: string, predicates: dataSharePredicates.DataSharePredicates): Promise\;|@ohos.data.relationalStore.d.ts| +|Added|NA|Module name: ohos.data.relationalStore
Class name: RdbStore
Method or attribute name: query(predicates: RdbPredicates, columns: Array\, callback: AsyncCallback\): void;|@ohos.data.relationalStore.d.ts| +|Added|NA|Module name: ohos.data.relationalStore
Class name: RdbStore
Method or attribute name: query(predicates: RdbPredicates, columns ?: Array\): Promise\;|@ohos.data.relationalStore.d.ts| +|Added|NA|Module name: ohos.data.relationalStore
Class name: RdbStore
Method or attribute name: query(table: string, predicates: dataSharePredicates.DataSharePredicates, columns: Array\, callback: AsyncCallback\): void;|@ohos.data.relationalStore.d.ts| +|Added|NA|Module name: ohos.data.relationalStore
Class name: RdbStore
Method or attribute name: query(table: string, predicates: dataSharePredicates.DataSharePredicates, columns ?: Array\): Promise\;|@ohos.data.relationalStore.d.ts| +|Added|NA|Module name: ohos.data.relationalStore
Class name: RdbStore
Method or attribute name: querySql(sql: string, bindArgs: Array\, callback: AsyncCallback\): void;|@ohos.data.relationalStore.d.ts| +|Added|NA|Module name: ohos.data.relationalStore
Class name: RdbStore
Method or attribute name: querySql(sql: string, bindArgs ?: Array\): Promise\;|@ohos.data.relationalStore.d.ts| +|Added|NA|Module name: ohos.data.relationalStore
Class name: RdbStore
Method or attribute name: executeSql(sql: string, bindArgs: Array\, callback: AsyncCallback\): void;|@ohos.data.relationalStore.d.ts| +|Added|NA|Module name: ohos.data.relationalStore
Class name: RdbStore
Method or attribute name: executeSql(sql: string, bindArgs ?: Array\): Promise\;|@ohos.data.relationalStore.d.ts| +|Added|NA|Module name: ohos.data.relationalStore
Class name: RdbStore
Method or attribute name: beginTransaction(): void;|@ohos.data.relationalStore.d.ts| +|Added|NA|Module name: ohos.data.relationalStore
Class name: RdbStore
Method or attribute name: commit(): void;|@ohos.data.relationalStore.d.ts| +|Added|NA|Module name: ohos.data.relationalStore
Class name: RdbStore
Method or attribute name: rollBack(): void;|@ohos.data.relationalStore.d.ts| +|Added|NA|Module name: ohos.data.relationalStore
Class name: RdbStore
Method or attribute name: backup(destName: string, callback: AsyncCallback\): void;|@ohos.data.relationalStore.d.ts| +|Added|NA|Module name: ohos.data.relationalStore
Class name: RdbStore
Method or attribute name: backup(destName: string): Promise\;|@ohos.data.relationalStore.d.ts| +|Added|NA|Module name: ohos.data.relationalStore
Class name: RdbStore
Method or attribute name: restore(srcName: string, callback: AsyncCallback\): void;|@ohos.data.relationalStore.d.ts| +|Added|NA|Module name: ohos.data.relationalStore
Class name: RdbStore
Method or attribute name: restore(srcName: string): Promise\;|@ohos.data.relationalStore.d.ts| +|Added|NA|Module name: ohos.data.relationalStore
Class name: RdbStore
Method or attribute name: setDistributedTables(tables: Array\, callback: AsyncCallback\): void;|@ohos.data.relationalStore.d.ts| +|Added|NA|Module name: ohos.data.relationalStore
Class name: RdbStore
Method or attribute name: setDistributedTables(tables: Array\): Promise\;|@ohos.data.relationalStore.d.ts| +|Added|NA|Module name: ohos.data.relationalStore
Class name: RdbStore
Method or attribute name: obtainDistributedTableName(device: string, table: string, callback: AsyncCallback\): void;|@ohos.data.relationalStore.d.ts| +|Added|NA|Module name: ohos.data.relationalStore
Class name: RdbStore
Method or attribute name: obtainDistributedTableName(device: string, table: string): Promise\;|@ohos.data.relationalStore.d.ts| +|Added|NA|Module name: ohos.data.relationalStore
Class name: RdbStore
Method or attribute name: sync(mode: SyncMode, predicates: RdbPredicates, callback: AsyncCallback\>): void;|@ohos.data.relationalStore.d.ts| +|Added|NA|Module name: ohos.data.relationalStore
Class name: RdbStore
Method or attribute name: sync(mode: SyncMode, predicates: RdbPredicates): Promise\>;|@ohos.data.relationalStore.d.ts| +|Added|NA|Module name: ohos.data.relationalStore
Class name: RdbStore
Method or attribute name: remoteQuery(device: string, table: string, predicates: RdbPredicates, columns: Array\, callback: AsyncCallback\): void;|@ohos.data.relationalStore.d.ts| +|Added|NA|Module name: ohos.data.relationalStore
Class name: RdbStore
Method or attribute name: remoteQuery(device: string, table: string, predicates: RdbPredicates, columns: Array\): Promise\;|@ohos.data.relationalStore.d.ts| +|Added|NA|Module name: ohos.data.relationalStore
Class name: RdbStore
Method or attribute name: on(event: 'dataChange', type: SubscribeType, observer: Callback\>): void;|@ohos.data.relationalStore.d.ts| +|Added|NA|Module name: ohos.data.relationalStore
Class name: RdbStore
Method or attribute name: off(event: 'dataChange', type: SubscribeType, observer: Callback\>): void;|@ohos.data.relationalStore.d.ts| +|Added|NA|Module name: ohos.data.relationalStore
Class name: RdbPredicates|@ohos.data.relationalStore.d.ts| +|Added|NA|Module name: ohos.data.relationalStore
Class name: RdbPredicates
Method or attribute name: constructor(name: string)|@ohos.data.relationalStore.d.ts| +|Added|NA|Module name: ohos.data.relationalStore
Class name: RdbPredicates
Method or attribute name: inDevices(devices: Array\): RdbPredicates;|@ohos.data.relationalStore.d.ts| +|Added|NA|Module name: ohos.data.relationalStore
Class name: RdbPredicates
Method or attribute name: inAllDevices(): RdbPredicates;|@ohos.data.relationalStore.d.ts| +|Added|NA|Module name: ohos.data.relationalStore
Class name: RdbPredicates
Method or attribute name: equalTo(field: string, value: ValueType): RdbPredicates;|@ohos.data.relationalStore.d.ts| +|Added|NA|Module name: ohos.data.relationalStore
Class name: RdbPredicates
Method or attribute name: notEqualTo(field: string, value: ValueType): RdbPredicates;|@ohos.data.relationalStore.d.ts| +|Added|NA|Module name: ohos.data.relationalStore
Class name: RdbPredicates
Method or attribute name: beginWrap(): RdbPredicates;|@ohos.data.relationalStore.d.ts| +|Added|NA|Module name: ohos.data.relationalStore
Class name: RdbPredicates
Method or attribute name: endWrap(): RdbPredicates;|@ohos.data.relationalStore.d.ts| +|Added|NA|Module name: ohos.data.relationalStore
Class name: RdbPredicates
Method or attribute name: or(): RdbPredicates;|@ohos.data.relationalStore.d.ts| +|Added|NA|Module name: ohos.data.relationalStore
Class name: RdbPredicates
Method or attribute name: and(): RdbPredicates;|@ohos.data.relationalStore.d.ts| +|Added|NA|Module name: ohos.data.relationalStore
Class name: RdbPredicates
Method or attribute name: contains(field: string, value: string): RdbPredicates;|@ohos.data.relationalStore.d.ts| +|Added|NA|Module name: ohos.data.relationalStore
Class name: RdbPredicates
Method or attribute name: beginsWith(field: string, value: string): RdbPredicates;|@ohos.data.relationalStore.d.ts| +|Added|NA|Module name: ohos.data.relationalStore
Class name: RdbPredicates
Method or attribute name: endsWith(field: string, value: string): RdbPredicates;|@ohos.data.relationalStore.d.ts| +|Added|NA|Module name: ohos.data.relationalStore
Class name: RdbPredicates
Method or attribute name: isNull(field: string): RdbPredicates;|@ohos.data.relationalStore.d.ts| +|Added|NA|Module name: ohos.data.relationalStore
Class name: RdbPredicates
Method or attribute name: isNotNull(field: string): RdbPredicates;|@ohos.data.relationalStore.d.ts| +|Added|NA|Module name: ohos.data.relationalStore
Class name: RdbPredicates
Method or attribute name: like(field: string, value: string): RdbPredicates;|@ohos.data.relationalStore.d.ts| +|Added|NA|Module name: ohos.data.relationalStore
Class name: RdbPredicates
Method or attribute name: glob(field: string, value: string): RdbPredicates;|@ohos.data.relationalStore.d.ts| +|Added|NA|Module name: ohos.data.relationalStore
Class name: RdbPredicates
Method or attribute name: between(field: string, low: ValueType, high: ValueType): RdbPredicates;|@ohos.data.relationalStore.d.ts| +|Added|NA|Module name: ohos.data.relationalStore
Class name: RdbPredicates
Method or attribute name: notBetween(field: string, low: ValueType, high: ValueType): RdbPredicates;|@ohos.data.relationalStore.d.ts| +|Added|NA|Module name: ohos.data.relationalStore
Class name: RdbPredicates
Method or attribute name: greaterThan(field: string, value: ValueType): RdbPredicates;|@ohos.data.relationalStore.d.ts| +|Added|NA|Module name: ohos.data.relationalStore
Class name: RdbPredicates
Method or attribute name: lessThan(field: string, value: ValueType): RdbPredicates;|@ohos.data.relationalStore.d.ts| +|Added|NA|Module name: ohos.data.relationalStore
Class name: RdbPredicates
Method or attribute name: greaterThanOrEqualTo(field: string, value: ValueType): RdbPredicates;|@ohos.data.relationalStore.d.ts| +|Added|NA|Module name: ohos.data.relationalStore
Class name: RdbPredicates
Method or attribute name: lessThanOrEqualTo(field: string, value: ValueType): RdbPredicates;|@ohos.data.relationalStore.d.ts| +|Added|NA|Module name: ohos.data.relationalStore
Class name: RdbPredicates
Method or attribute name: orderByAsc(field: string): RdbPredicates;|@ohos.data.relationalStore.d.ts| +|Added|NA|Module name: ohos.data.relationalStore
Class name: RdbPredicates
Method or attribute name: orderByDesc(field: string): RdbPredicates;|@ohos.data.relationalStore.d.ts| +|Added|NA|Module name: ohos.data.relationalStore
Class name: RdbPredicates
Method or attribute name: distinct(): RdbPredicates;|@ohos.data.relationalStore.d.ts| +|Added|NA|Module name: ohos.data.relationalStore
Class name: RdbPredicates
Method or attribute name: limitAs(value: number): RdbPredicates;|@ohos.data.relationalStore.d.ts| +|Added|NA|Module name: ohos.data.relationalStore
Class name: RdbPredicates
Method or attribute name: offsetAs(rowOffset: number): RdbPredicates;|@ohos.data.relationalStore.d.ts| +|Added|NA|Module name: ohos.data.relationalStore
Class name: RdbPredicates
Method or attribute name: groupBy(fields: Array\): RdbPredicates;|@ohos.data.relationalStore.d.ts| +|Added|NA|Module name: ohos.data.relationalStore
Class name: RdbPredicates
Method or attribute name: indexedBy(field: string): RdbPredicates;|@ohos.data.relationalStore.d.ts| +|Added|NA|Module name: ohos.data.relationalStore
Class name: RdbPredicates
Method or attribute name: in(field: string, value: Array\): RdbPredicates;|@ohos.data.relationalStore.d.ts| +|Added|NA|Module name: ohos.data.relationalStore
Class name: RdbPredicates
Method or attribute name: notIn(field: string, value: Array\): RdbPredicates;|@ohos.data.relationalStore.d.ts| +|Added|NA|Module name: ohos.data.relationalStore
Class name: ResultSet|@ohos.data.relationalStore.d.ts| +|Added|NA|Module name: ohos.data.relationalStore
Class name: ResultSet
Method or attribute name: columnNames: Array\;|@ohos.data.relationalStore.d.ts| +|Added|NA|Module name: ohos.data.relationalStore
Class name: ResultSet
Method or attribute name: columnCount: number;|@ohos.data.relationalStore.d.ts| +|Added|NA|Module name: ohos.data.relationalStore
Class name: ResultSet
Method or attribute name: rowCount: number;|@ohos.data.relationalStore.d.ts| +|Added|NA|Module name: ohos.data.relationalStore
Class name: ResultSet
Method or attribute name: rowIndex: number;|@ohos.data.relationalStore.d.ts| +|Added|NA|Module name: ohos.data.relationalStore
Class name: ResultSet
Method or attribute name: isAtFirstRow: boolean;|@ohos.data.relationalStore.d.ts| +|Added|NA|Module name: ohos.data.relationalStore
Class name: ResultSet
Method or attribute name: isAtLastRow: boolean;|@ohos.data.relationalStore.d.ts| +|Added|NA|Module name: ohos.data.relationalStore
Class name: ResultSet
Method or attribute name: isEnded: boolean;|@ohos.data.relationalStore.d.ts| +|Added|NA|Module name: ohos.data.relationalStore
Class name: ResultSet
Method or attribute name: isStarted: boolean;|@ohos.data.relationalStore.d.ts| +|Added|NA|Module name: ohos.data.relationalStore
Class name: ResultSet
Method or attribute name: isClosed: boolean;|@ohos.data.relationalStore.d.ts| +|Added|NA|Module name: ohos.data.relationalStore
Class name: ResultSet
Method or attribute name: getColumnIndex(columnName: string): number;|@ohos.data.relationalStore.d.ts| +|Added|NA|Module name: ohos.data.relationalStore
Class name: ResultSet
Method or attribute name: getColumnName(columnIndex: number): string;|@ohos.data.relationalStore.d.ts| +|Added|NA|Module name: ohos.data.relationalStore
Class name: ResultSet
Method or attribute name: goTo(offset: number): boolean;|@ohos.data.relationalStore.d.ts| +|Added|NA|Module name: ohos.data.relationalStore
Class name: ResultSet
Method or attribute name: goToRow(position: number): boolean;|@ohos.data.relationalStore.d.ts| +|Added|NA|Module name: ohos.data.relationalStore
Class name: ResultSet
Method or attribute name: goToFirstRow(): boolean;|@ohos.data.relationalStore.d.ts| +|Added|NA|Module name: ohos.data.relationalStore
Class name: ResultSet
Method or attribute name: goToLastRow(): boolean;|@ohos.data.relationalStore.d.ts| +|Added|NA|Module name: ohos.data.relationalStore
Class name: ResultSet
Method or attribute name: goToNextRow(): boolean;|@ohos.data.relationalStore.d.ts| +|Added|NA|Module name: ohos.data.relationalStore
Class name: ResultSet
Method or attribute name: goToPreviousRow(): boolean;|@ohos.data.relationalStore.d.ts| +|Added|NA|Module name: ohos.data.relationalStore
Class name: ResultSet
Method or attribute name: getBlob(columnIndex: number): Uint8Array;|@ohos.data.relationalStore.d.ts| +|Added|NA|Module name: ohos.data.relationalStore
Class name: ResultSet
Method or attribute name: getString(columnIndex: number): string;|@ohos.data.relationalStore.d.ts| +|Added|NA|Module name: ohos.data.relationalStore
Class name: ResultSet
Method or attribute name: getLong(columnIndex: number): number;|@ohos.data.relationalStore.d.ts| +|Added|NA|Module name: ohos.data.relationalStore
Class name: ResultSet
Method or attribute name: getDouble(columnIndex: number): number;|@ohos.data.relationalStore.d.ts| +|Added|NA|Module name: ohos.data.relationalStore
Class name: ResultSet
Method or attribute name: isColumnNull(columnIndex: number): boolean;|@ohos.data.relationalStore.d.ts| +|Added|NA|Module name: ohos.data.relationalStore
Class name: ResultSet
Method or attribute name: close(): void;|@ohos.data.relationalStore.d.ts| +|Model changed|Class name: GetStorageOptions
Model: N/A|Class name: GetStorageOptions
Model: @FAModelOnly|@system.storage.d.ts| +|Model changed|Class name: GetStorageOptions
Method or attribute name: key: string;
Model: N/A|Class name: GetStorageOptions
Method or attribute name: key: string;
Model: @FAModelOnly|@system.storage.d.ts| +|Model changed|Class name: GetStorageOptions
Method or attribute name: default?: string;
Model: N/A|Class name: GetStorageOptions
Method or attribute name: default?: string;
Model: @FAModelOnly|@system.storage.d.ts| +|Model changed|Class name: GetStorageOptions
Method or attribute name: success?: (data: any) => void;
Model: N/A|Class name: GetStorageOptions
Method or attribute name: success?: (data: any) => void;
Model: @FAModelOnly|@system.storage.d.ts| +|Model changed|Class name: GetStorageOptions
Method or attribute name: fail?: (data: string, code: number) => void;
Model: N/A|Class name: GetStorageOptions
Method or attribute name: fail?: (data: string, code: number) => void;
Model: @FAModelOnly|@system.storage.d.ts| +|Model changed|Class name: GetStorageOptions
Method or attribute name: complete?: () => void;
Model: N/A|Class name: GetStorageOptions
Method or attribute name: complete?: () => void;
Model: @FAModelOnly|@system.storage.d.ts| +|Model changed|Class name: SetStorageOptions
Model: N/A|Class name: SetStorageOptions
Model: @FAModelOnly|@system.storage.d.ts| +|Model changed|Class name: SetStorageOptions
Method or attribute name: key: string;
Model: N/A|Class name: SetStorageOptions
Method or attribute name: key: string;
Model: @FAModelOnly|@system.storage.d.ts| +|Model changed|Class name: SetStorageOptions
Method or attribute name: value: string;
Model: N/A|Class name: SetStorageOptions
Method or attribute name: value: string;
Model: @FAModelOnly|@system.storage.d.ts| +|Model changed|Class name: SetStorageOptions
Method or attribute name: success?: () => void;
Model: N/A|Class name: SetStorageOptions
Method or attribute name: success?: () => void;
Model: @FAModelOnly|@system.storage.d.ts| +|Model changed|Class name: SetStorageOptions
Method or attribute name: fail?: (data: string, code: number) => void;
Model: N/A|Class name: SetStorageOptions
Method or attribute name: fail?: (data: string, code: number) => void;
Model: @FAModelOnly|@system.storage.d.ts| +|Model changed|Class name: SetStorageOptions
Method or attribute name: complete?: () => void;
Model: N/A|Class name: SetStorageOptions
Method or attribute name: complete?: () => void;
Model: @FAModelOnly|@system.storage.d.ts| +|Model changed|Class name: ClearStorageOptions
Model: N/A|Class name: ClearStorageOptions
Model: @FAModelOnly|@system.storage.d.ts| +|Model changed|Class name: ClearStorageOptions
Method or attribute name: success?: () => void;
Model: N/A|Class name: ClearStorageOptions
Method or attribute name: success?: () => void;
Model: @FAModelOnly|@system.storage.d.ts| +|Model changed|Class name: ClearStorageOptions
Method or attribute name: fail?: (data: string, code: number) => void;
Model: N/A|Class name: ClearStorageOptions
Method or attribute name: fail?: (data: string, code: number) => void;
Model: @FAModelOnly|@system.storage.d.ts| +|Model changed|Class name: ClearStorageOptions
Method or attribute name: complete?: () => void;
Model: N/A|Class name: ClearStorageOptions
Method or attribute name: complete?: () => void;
Model: @FAModelOnly|@system.storage.d.ts| +|Model changed|Class name: DeleteStorageOptions
Model: N/A|Class name: DeleteStorageOptions
Model: @FAModelOnly|@system.storage.d.ts| +|Model changed|Class name: DeleteStorageOptions
Method or attribute name: key: string;
Model: N/A|Class name: DeleteStorageOptions
Method or attribute name: key: string;
Model: @FAModelOnly|@system.storage.d.ts| +|Model changed|Class name: DeleteStorageOptions
Method or attribute name: success?: () => void;
Model: N/A|Class name: DeleteStorageOptions
Method or attribute name: success?: () => void;
Model: @FAModelOnly|@system.storage.d.ts| +|Model changed|Class name: DeleteStorageOptions
Method or attribute name: fail?: (data: string, code: number) => void;
Model: N/A|Class name: DeleteStorageOptions
Method or attribute name: fail?: (data: string, code: number) => void;
Model: @FAModelOnly|@system.storage.d.ts| +|Model changed|Class name: DeleteStorageOptions
Method or attribute name: complete?: () => void;
Model: N/A|Class name: DeleteStorageOptions
Method or attribute name: complete?: () => void;
Model: @FAModelOnly|@system.storage.d.ts| +|Model changed|Class name: Storage
Model: N/A|Class name: Storage
Model: @FAModelOnly|@system.storage.d.ts| +|Model changed|Class name: Storage
Method or attribute name: static get(options: GetStorageOptions): void;
Model: N/A|Class name: Storage
Method or attribute name: static get(options: GetStorageOptions): void;
Model: @FAModelOnly|@system.storage.d.ts| +|Model changed|Class name: Storage
Method or attribute name: static set(options: SetStorageOptions): void;
Model: N/A|Class name: Storage
Method or attribute name: static set(options: SetStorageOptions): void;
Model: @FAModelOnly|@system.storage.d.ts| +|Model changed|Class name: Storage
Method or attribute name: static clear(options?: ClearStorageOptions): void;
Model: N/A|Class name: Storage
Method or attribute name: static clear(options?: ClearStorageOptions): void;
Model: @FAModelOnly|@system.storage.d.ts| +|Model changed|Class name: Storage
Method or attribute name: static delete(options: DeleteStorageOptions): void;
Model: N/A|Class name: Storage
Method or attribute name: static delete(options: DeleteStorageOptions): void;
Model: @FAModelOnly|@system.storage.d.ts| +|Deprecated version changed|Class name: distributedData
Deprecated version: N/A|Class name: distributedData
Deprecated version: 9
Substitute API: ohos.data.distributedKVStore |@ohos.data.distributedData.d.ts| +|Deprecated version changed|Class name: KVManagerConfig
Deprecated version: N/A|Class name: KVManagerConfig
Deprecated version: 9
Substitute API: ohos.data.distributedKVStore.KVManagerConfig |@ohos.data.distributedData.d.ts| +|Deprecated version changed|Class name: KVManagerConfig
Method or attribute name: userInfo: UserInfo;
Deprecated version: N/A|Class name: KVManagerConfig
Method or attribute name: userInfo: UserInfo;
Deprecated version: 9
Substitute API: N/A|@ohos.data.distributedData.d.ts| +|Deprecated version changed|Class name: KVManagerConfig
Method or attribute name: bundleName: string;
Deprecated version: N/A|Class name: KVManagerConfig
Method or attribute name: bundleName: string;
Deprecated version: 9
Substitute API: ohos.data.distributedKVStore.KVManagerConfig|@ohos.data.distributedData.d.ts| +|Deprecated version changed|Class name: UserInfo
Deprecated version: N/A|Class name: UserInfo
Deprecated version: 9
Substitute API: N/A|@ohos.data.distributedData.d.ts| +|Deprecated version changed|Class name: UserInfo
Method or attribute name: userId?: string;
Deprecated version: N/A|Class name: UserInfo
Method or attribute name: userId?: string;
Deprecated version: 9
Substitute API: N/A|@ohos.data.distributedData.d.ts| +|Deprecated version changed|Class name: UserInfo
Method or attribute name: userType?: UserType;
Deprecated version: N/A|Class name: UserInfo
Method or attribute name: userType?: UserType;
Deprecated version: 9
Substitute API: N/A|@ohos.data.distributedData.d.ts| +|Deprecated version changed|Class name: UserType
Deprecated version: N/A|Class name: UserType
Deprecated version: 9
Substitute API: N/A|@ohos.data.distributedData.d.ts| +|Deprecated version changed|Class name: UserType
Method or attribute name: SAME_USER_ID = 0
Deprecated version: N/A|Class name: UserType
Method or attribute name: SAME_USER_ID = 0
Deprecated version: 9
Substitute API: N/A|@ohos.data.distributedData.d.ts| +|Deprecated version changed|Class name: Constants
Deprecated version: N/A|Class name: Constants
Deprecated version: 9
Substitute API: ohos.data.distributedKVStore.Constants |@ohos.data.distributedData.d.ts| +|Deprecated version changed|Class name: Constants
Method or attribute name: const MAX_KEY_LENGTH = 1024;
Deprecated version: N/A|Class name: Constants
Method or attribute name: const MAX_KEY_LENGTH = 1024;
Deprecated version: 9
Substitute API: ohos.data.distributedKVStore.Constants|@ohos.data.distributedData.d.ts| +|Deprecated version changed|Class name: Constants
Method or attribute name: const MAX_VALUE_LENGTH = 4194303;
Deprecated version: N/A|Class name: Constants
Method or attribute name: const MAX_VALUE_LENGTH = 4194303;
Deprecated version: 9
Substitute API: ohos.data.distributedKVStore.Constants|@ohos.data.distributedData.d.ts| +|Deprecated version changed|Class name: Constants
Method or attribute name: const MAX_KEY_LENGTH_DEVICE = 896;
Deprecated version: N/A|Class name: Constants
Method or attribute name: const MAX_KEY_LENGTH_DEVICE = 896;
Deprecated version: 9
Substitute API: ohos.data.distributedKVStore.Constants|@ohos.data.distributedData.d.ts| +|Deprecated version changed|Class name: Constants
Method or attribute name: const MAX_STORE_ID_LENGTH = 128;
Deprecated version: N/A|Class name: Constants
Method or attribute name: const MAX_STORE_ID_LENGTH = 128;
Deprecated version: 9
Substitute API: ohos.data.distributedKVStore.Constants|@ohos.data.distributedData.d.ts| +|Deprecated version changed|Class name: Constants
Method or attribute name: const MAX_QUERY_LENGTH = 512000;
Deprecated version: N/A|Class name: Constants
Method or attribute name: const MAX_QUERY_LENGTH = 512000;
Deprecated version: 9
Substitute API: ohos.data.distributedKVStore.Constants|@ohos.data.distributedData.d.ts| +|Deprecated version changed|Class name: Constants
Method or attribute name: const MAX_BATCH_SIZE = 128;
Deprecated version: N/A|Class name: Constants
Method or attribute name: const MAX_BATCH_SIZE = 128;
Deprecated version: 9
Substitute API: ohos.data.distributedKVStore.Constants|@ohos.data.distributedData.d.ts| +|Deprecated version changed|Class name: ValueType
Deprecated version: N/A|Class name: ValueType
Deprecated version: 9
Substitute API: ohos.data.distributedKVStore.ValueType |@ohos.data.distributedData.d.ts| +|Deprecated version changed|Class name: ValueType
Method or attribute name: STRING = 0
Deprecated version: N/A|Class name: ValueType
Method or attribute name: STRING = 0
Deprecated version: 9
Substitute API: ohos.data.distributedKVStore.ValueType|@ohos.data.distributedData.d.ts| +|Deprecated version changed|Class name: ValueType
Method or attribute name: INTEGER = 1
Deprecated version: N/A|Class name: ValueType
Method or attribute name: INTEGER = 1
Deprecated version: 9
Substitute API: ohos.data.distributedKVStore.ValueType|@ohos.data.distributedData.d.ts| +|Deprecated version changed|Class name: ValueType
Method or attribute name: FLOAT = 2
Deprecated version: N/A|Class name: ValueType
Method or attribute name: FLOAT = 2
Deprecated version: 9
Substitute API: ohos.data.distributedKVStore.ValueType|@ohos.data.distributedData.d.ts| +|Deprecated version changed|Class name: ValueType
Method or attribute name: BYTE_ARRAY = 3
Deprecated version: N/A|Class name: ValueType
Method or attribute name: BYTE_ARRAY = 3
Deprecated version: 9
Substitute API: ohos.data.distributedKVStore.ValueType|@ohos.data.distributedData.d.ts| +|Deprecated version changed|Class name: ValueType
Method or attribute name: BOOLEAN = 4
Deprecated version: N/A|Class name: ValueType
Method or attribute name: BOOLEAN = 4
Deprecated version: 9
Substitute API: ohos.data.distributedKVStore.ValueType|@ohos.data.distributedData.d.ts| +|Deprecated version changed|Class name: ValueType
Method or attribute name: DOUBLE = 5
Deprecated version: N/A|Class name: ValueType
Method or attribute name: DOUBLE = 5
Deprecated version: 9
Substitute API: ohos.data.distributedKVStore.ValueType|@ohos.data.distributedData.d.ts| +|Deprecated version changed|Class name: Value
Deprecated version: N/A|Class name: Value
Deprecated version: 9
Substitute API: ohos.data.distributedKVStore.Value |@ohos.data.distributedData.d.ts| +|Deprecated version changed|Class name: Value
Method or attribute name: type: ValueType;
Deprecated version: N/A|Class name: Value
Method or attribute name: type: ValueType;
Deprecated version: 9
Substitute API: ohos.data.distributedKVStore.Value|@ohos.data.distributedData.d.ts| +|Deprecated version changed|Class name: Value
Method or attribute name: value: Uint8Array \| string \| number \| boolean;
Deprecated version: N/A|Class name: Value
Method or attribute name: value: Uint8Array \| string \| number \| boolean;
Deprecated version: 9
Substitute API: ohos.data.distributedKVStore.Value|@ohos.data.distributedData.d.ts| +|Deprecated version changed|Class name: Entry
Deprecated version: N/A|Class name: Entry
Deprecated version: 9
Substitute API: ohos.data.distributedKVStore.Entry |@ohos.data.distributedData.d.ts| +|Deprecated version changed|Class name: Entry
Method or attribute name: key: string;
Deprecated version: N/A|Class name: Entry
Method or attribute name: key: string;
Deprecated version: 9
Substitute API: ohos.data.distributedKVStore.Entry|@ohos.data.distributedData.d.ts| +|Deprecated version changed|Class name: Entry
Method or attribute name: value: Value;
Deprecated version: N/A|Class name: Entry
Method or attribute name: value: Value;
Deprecated version: 9
Substitute API: ohos.data.distributedKVStore.Entry|@ohos.data.distributedData.d.ts| +|Deprecated version changed|Class name: ChangeNotification
Deprecated version: N/A|Class name: ChangeNotification
Deprecated version: 9
Substitute API: ohos.data.distributedKVStore.ChangeNotification |@ohos.data.distributedData.d.ts| +|Deprecated version changed|Class name: ChangeNotification
Method or attribute name: insertEntries: Entry[];
Deprecated version: N/A|Class name: ChangeNotification
Method or attribute name: insertEntries: Entry[];
Deprecated version: 9
Substitute API: ohos.data.distributedKVStore.ChangeNotification|@ohos.data.distributedData.d.ts| +|Deprecated version changed|Class name: ChangeNotification
Method or attribute name: updateEntries: Entry[];
Deprecated version: N/A|Class name: ChangeNotification
Method or attribute name: updateEntries: Entry[];
Deprecated version: 9
Substitute API: ohos.data.distributedKVStore.ChangeNotification|@ohos.data.distributedData.d.ts| +|Deprecated version changed|Class name: ChangeNotification
Method or attribute name: deleteEntries: Entry[];
Deprecated version: N/A|Class name: ChangeNotification
Method or attribute name: deleteEntries: Entry[];
Deprecated version: 9
Substitute API: ohos.data.distributedKVStore.ChangeNotification|@ohos.data.distributedData.d.ts| +|Deprecated version changed|Class name: ChangeNotification
Method or attribute name: deviceId: string;
Deprecated version: N/A|Class name: ChangeNotification
Method or attribute name: deviceId: string;
Deprecated version: 9
Substitute API: ohos.data.distributedKVStore.ChangeNotification|@ohos.data.distributedData.d.ts| +|Deprecated version changed|Class name: SyncMode
Deprecated version: N/A|Class name: SyncMode
Deprecated version: 9
Substitute API: ohos.data.distributedKVStore.SyncMode |@ohos.data.distributedData.d.ts| +|Deprecated version changed|Class name: SyncMode
Method or attribute name: PULL_ONLY = 0
Deprecated version: N/A|Class name: SyncMode
Method or attribute name: PULL_ONLY = 0
Deprecated version: 9
Substitute API: ohos.data.distributedKVStore.SyncMode|@ohos.data.distributedData.d.ts| +|Deprecated version changed|Class name: SyncMode
Method or attribute name: PUSH_ONLY = 1
Deprecated version: N/A|Class name: SyncMode
Method or attribute name: PUSH_ONLY = 1
Deprecated version: 9
Substitute API: ohos.data.distributedKVStore.SyncMode|@ohos.data.distributedData.d.ts| +|Deprecated version changed|Class name: SyncMode
Method or attribute name: PUSH_PULL = 2
Deprecated version: N/A|Class name: SyncMode
Method or attribute name: PUSH_PULL = 2
Deprecated version: 9
Substitute API: ohos.data.distributedKVStore.SyncMode|@ohos.data.distributedData.d.ts| +|Deprecated version changed|Class name: SubscribeType
Deprecated version: N/A|Class name: SubscribeType
Deprecated version: 9
Substitute API: ohos.data.distributedKVStore.SubscribeType |@ohos.data.distributedData.d.ts| +|Deprecated version changed|Class name: SubscribeType
Method or attribute name: SUBSCRIBE_TYPE_LOCAL = 0
Deprecated version: N/A|Class name: SubscribeType
Method or attribute name: SUBSCRIBE_TYPE_LOCAL = 0
Deprecated version: 9
Substitute API: ohos.data.distributedKVStore.SubscribeType|@ohos.data.distributedData.d.ts| +|Deprecated version changed|Class name: SubscribeType
Method or attribute name: SUBSCRIBE_TYPE_REMOTE = 1
Deprecated version: N/A|Class name: SubscribeType
Method or attribute name: SUBSCRIBE_TYPE_REMOTE = 1
Deprecated version: 9
Substitute API: ohos.data.distributedKVStore.SubscribeType|@ohos.data.distributedData.d.ts| +|Deprecated version changed|Class name: SubscribeType
Method or attribute name: SUBSCRIBE_TYPE_ALL = 2
Deprecated version: N/A|Class name: SubscribeType
Method or attribute name: SUBSCRIBE_TYPE_ALL = 2
Deprecated version: 9
Substitute API: ohos.data.distributedKVStore.SubscribeType|@ohos.data.distributedData.d.ts| +|Deprecated version changed|Class name: KVStoreType
Deprecated version: N/A|Class name: KVStoreType
Deprecated version: 9
Substitute API: ohos.data.distributedKVStore.KVStoreType |@ohos.data.distributedData.d.ts| +|Deprecated version changed|Class name: KVStoreType
Method or attribute name: DEVICE_COLLABORATION = 0
Deprecated version: N/A|Class name: KVStoreType
Method or attribute name: DEVICE_COLLABORATION = 0
Deprecated version: 9
Substitute API: ohos.data.distributedKVStore.KVStoreType|@ohos.data.distributedData.d.ts| +|Deprecated version changed|Class name: KVStoreType
Method or attribute name: SINGLE_VERSION = 1
Deprecated version: N/A|Class name: KVStoreType
Method or attribute name: SINGLE_VERSION = 1
Deprecated version: 9
Substitute API: ohos.data.distributedKVStore.KVStoreType|@ohos.data.distributedData.d.ts| +|Deprecated version changed|Class name: KVStoreType
Method or attribute name: MULTI_VERSION = 2
Deprecated version: N/A|Class name: KVStoreType
Method or attribute name: MULTI_VERSION = 2
Deprecated version: 9
Substitute API: N/A|@ohos.data.distributedData.d.ts| +|Deprecated version changed|Class name: SecurityLevel
Deprecated version: N/A|Class name: SecurityLevel
Deprecated version: 9
Substitute API: ohos.data.distributedKVStore.SecurityLevel |@ohos.data.distributedData.d.ts| +|Deprecated version changed|Class name: SecurityLevel
Method or attribute name: NO_LEVEL = 0
Deprecated version: N/A|Class name: SecurityLevel
Method or attribute name: NO_LEVEL = 0
Deprecated version: 9
Substitute API: N/A|@ohos.data.distributedData.d.ts| +|Deprecated version changed|Class name: SecurityLevel
Method or attribute name: S0 = 1
Deprecated version: N/A|Class name: SecurityLevel
Method or attribute name: S0 = 1
Deprecated version: 9
Substitute API: N/A|@ohos.data.distributedData.d.ts| +|Deprecated version changed|Class name: SecurityLevel
Method or attribute name: S1 = 2
Deprecated version: N/A|Class name: SecurityLevel
Method or attribute name: S1 = 2
Deprecated version: 9
Substitute API: ohos.data.distributedKVStore.SecurityLevel|@ohos.data.distributedData.d.ts| +|Deprecated version changed|Class name: SecurityLevel
Method or attribute name: S2 = 3
Deprecated version: N/A|Class name: SecurityLevel
Method or attribute name: S2 = 3
Deprecated version: 9
Substitute API: ohos.data.distributedKVStore.SecurityLevel|@ohos.data.distributedData.d.ts| +|Deprecated version changed|Class name: SecurityLevel
Method or attribute name: S3 = 5
Deprecated version: N/A|Class name: SecurityLevel
Method or attribute name: S3 = 5
Deprecated version: 9
Substitute API: ohos.data.distributedKVStore.SecurityLevel|@ohos.data.distributedData.d.ts| +|Deprecated version changed|Class name: SecurityLevel
Method or attribute name: S4 = 6
Deprecated version: N/A|Class name: SecurityLevel
Method or attribute name: S4 = 6
Deprecated version: 9
Substitute API: ohos.data.distributedKVStore.SecurityLevel|@ohos.data.distributedData.d.ts| +|Deprecated version changed|Class name: Options
Deprecated version: N/A|Class name: Options
Deprecated version: 9
Substitute API: ohos.data.distributedKVStore.Options |@ohos.data.distributedData.d.ts| +|Deprecated version changed|Class name: Options
Method or attribute name: createIfMissing?: boolean;
Deprecated version: N/A|Class name: Options
Method or attribute name: createIfMissing?: boolean;
Deprecated version: 9
Substitute API: ohos.data.distributedKVStore.Options|@ohos.data.distributedData.d.ts| +|Deprecated version changed|Class name: Options
Method or attribute name: encrypt?: boolean;
Deprecated version: N/A|Class name: Options
Method or attribute name: encrypt?: boolean;
Deprecated version: 9
Substitute API: ohos.data.distributedKVStore.Options|@ohos.data.distributedData.d.ts| +|Deprecated version changed|Class name: Options
Method or attribute name: backup?: boolean;
Deprecated version: N/A|Class name: Options
Method or attribute name: backup?: boolean;
Deprecated version: 9
Substitute API: ohos.data.distributedKVStore.Options|@ohos.data.distributedData.d.ts| +|Deprecated version changed|Class name: Options
Method or attribute name: autoSync?: boolean;
Deprecated version: N/A|Class name: Options
Method or attribute name: autoSync?: boolean;
Deprecated version: 9
Substitute API: ohos.data.distributedKVStore.Options|@ohos.data.distributedData.d.ts| +|Deprecated version changed|Class name: Options
Method or attribute name: kvStoreType?: KVStoreType;
Deprecated version: N/A|Class name: Options
Method or attribute name: kvStoreType?: KVStoreType;
Deprecated version: 9
Substitute API: ohos.data.distributedKVStore.Options|@ohos.data.distributedData.d.ts| +|Deprecated version changed|Class name: Options
Method or attribute name: securityLevel?: SecurityLevel;
Deprecated version: N/A|Class name: Options
Method or attribute name: securityLevel?: SecurityLevel;
Deprecated version: 9
Substitute API: ohos.data.distributedKVStore.Options|@ohos.data.distributedData.d.ts| +|Deprecated version changed|Class name: Options
Method or attribute name: schema?: Schema;
Deprecated version: N/A|Class name: Options
Method or attribute name: schema?: Schema;
Deprecated version: 9
Substitute API: ohos.data.distributedKVStore.Options|@ohos.data.distributedData.d.ts| +|Deprecated version changed|Class name: Schema
Deprecated version: N/A|Class name: Schema
Deprecated version: 9
Substitute API: ohos.data.distributedKVStore.Schema |@ohos.data.distributedData.d.ts| +|Deprecated version changed|Class name: Schema
Method or attribute name: constructor()
Deprecated version: N/A|Class name: Schema
Method or attribute name: constructor()
Deprecated version: 9
Substitute API: ohos.data.distributedKVStore.Schema|@ohos.data.distributedData.d.ts| +|Deprecated version changed|Class name: Schema
Method or attribute name: root: FieldNode;
Deprecated version: N/A|Class name: Schema
Method or attribute name: root: FieldNode;
Deprecated version: 9
Substitute API: ohos.data.distributedKVStore.Schema|@ohos.data.distributedData.d.ts| +|Deprecated version changed|Class name: Schema
Method or attribute name: indexes: Array\;
Deprecated version: N/A|Class name: Schema
Method or attribute name: indexes: Array\;
Deprecated version: 9
Substitute API: ohos.data.distributedKVStore.Schema|@ohos.data.distributedData.d.ts| +|Deprecated version changed|Class name: Schema
Method or attribute name: mode: number;
Deprecated version: N/A|Class name: Schema
Method or attribute name: mode: number;
Deprecated version: 9
Substitute API: ohos.data.distributedKVStore.Schema|@ohos.data.distributedData.d.ts| +|Deprecated version changed|Class name: Schema
Method or attribute name: skip: number;
Deprecated version: N/A|Class name: Schema
Method or attribute name: skip: number;
Deprecated version: 9
Substitute API: ohos.data.distributedKVStore.Schema|@ohos.data.distributedData.d.ts| +|Deprecated version changed|Class name: FieldNode
Deprecated version: N/A|Class name: FieldNode
Deprecated version: 9
Substitute API: ohos.data.distributedKVStore.FieldNode |@ohos.data.distributedData.d.ts| +|Deprecated version changed|Class name: FieldNode
Method or attribute name: constructor(name: string)
Deprecated version: N/A|Class name: FieldNode
Method or attribute name: constructor(name: string)
Deprecated version: 9
Substitute API: ohos.data.distributedKVStore.FieldNode|@ohos.data.distributedData.d.ts| +|Deprecated version changed|Class name: FieldNode
Method or attribute name: appendChild(child: FieldNode): boolean;
Deprecated version: N/A|Class name: FieldNode
Method or attribute name: appendChild(child: FieldNode): boolean;
Deprecated version: 9
Substitute API: ohos.data.distributedKVStore.FieldNode|@ohos.data.distributedData.d.ts| +|Deprecated version changed|Class name: FieldNode
Method or attribute name: default: string;
Deprecated version: N/A|Class name: FieldNode
Method or attribute name: default: string;
Deprecated version: 9
Substitute API: ohos.data.distributedKVStore.FieldNode|@ohos.data.distributedData.d.ts| +|Deprecated version changed|Class name: FieldNode
Method or attribute name: nullable: boolean;
Deprecated version: N/A|Class name: FieldNode
Method or attribute name: nullable: boolean;
Deprecated version: 9
Substitute API: ohos.data.distributedKVStore.FieldNode|@ohos.data.distributedData.d.ts| +|Deprecated version changed|Class name: FieldNode
Method or attribute name: type: number;
Deprecated version: N/A|Class name: FieldNode
Method or attribute name: type: number;
Deprecated version: 9
Substitute API: ohos.data.distributedKVStore.FieldNode|@ohos.data.distributedData.d.ts| +|Deprecated version changed|Class name: KvStoreResultSet
Deprecated version: N/A|Class name: KvStoreResultSet
Deprecated version: 9
Substitute API: ohos.data.distributedKVStore.KVStoreResultSet |@ohos.data.distributedData.d.ts| +|Deprecated version changed|Class name: KvStoreResultSet
Method or attribute name: getCount(): number;
Deprecated version: N/A|Class name: KvStoreResultSet
Method or attribute name: getCount(): number;
Deprecated version: 9
Substitute API: ohos.data.distributedKVStore.KVStoreResultSet|@ohos.data.distributedData.d.ts| +|Deprecated version changed|Class name: KvStoreResultSet
Method or attribute name: getPosition(): number;
Deprecated version: N/A|Class name: KvStoreResultSet
Method or attribute name: getPosition(): number;
Deprecated version: 9
Substitute API: ohos.data.distributedKVStore.KVStoreResultSet|@ohos.data.distributedData.d.ts| +|Deprecated version changed|Class name: KvStoreResultSet
Method or attribute name: moveToFirst(): boolean;
Deprecated version: N/A|Class name: KvStoreResultSet
Method or attribute name: moveToFirst(): boolean;
Deprecated version: 9
Substitute API: ohos.data.distributedKVStore.KVStoreResultSet|@ohos.data.distributedData.d.ts| +|Deprecated version changed|Class name: KvStoreResultSet
Method or attribute name: moveToLast(): boolean;
Deprecated version: N/A|Class name: KvStoreResultSet
Method or attribute name: moveToLast(): boolean;
Deprecated version: 9
Substitute API: ohos.data.distributedKVStore.KVStoreResultSet|@ohos.data.distributedData.d.ts| +|Deprecated version changed|Class name: KvStoreResultSet
Method or attribute name: moveToNext(): boolean;
Deprecated version: N/A|Class name: KvStoreResultSet
Method or attribute name: moveToNext(): boolean;
Deprecated version: 9
Substitute API: ohos.data.distributedKVStore.KVStoreResultSet|@ohos.data.distributedData.d.ts| +|Deprecated version changed|Class name: KvStoreResultSet
Method or attribute name: moveToPrevious(): boolean;
Deprecated version: N/A|Class name: KvStoreResultSet
Method or attribute name: moveToPrevious(): boolean;
Deprecated version: 9
Substitute API: ohos.data.distributedKVStore.KVStoreResultSet|@ohos.data.distributedData.d.ts| +|Deprecated version changed|Class name: KvStoreResultSet
Method or attribute name: move(offset: number): boolean;
Deprecated version: N/A|Class name: KvStoreResultSet
Method or attribute name: move(offset: number): boolean;
Deprecated version: 9
Substitute API: ohos.data.distributedKVStore.KVStoreResultSet|@ohos.data.distributedData.d.ts| +|Deprecated version changed|Class name: KvStoreResultSet
Method or attribute name: moveToPosition(position: number): boolean;
Deprecated version: N/A|Class name: KvStoreResultSet
Method or attribute name: moveToPosition(position: number): boolean;
Deprecated version: 9
Substitute API: ohos.data.distributedKVStore.KVStoreResultSet|@ohos.data.distributedData.d.ts| +|Deprecated version changed|Class name: KvStoreResultSet
Method or attribute name: isFirst(): boolean;
Deprecated version: N/A|Class name: KvStoreResultSet
Method or attribute name: isFirst(): boolean;
Deprecated version: 9
Substitute API: ohos.data.distributedKVStore.KVStoreResultSet|@ohos.data.distributedData.d.ts| +|Deprecated version changed|Class name: KvStoreResultSet
Method or attribute name: isLast(): boolean;
Deprecated version: N/A|Class name: KvStoreResultSet
Method or attribute name: isLast(): boolean;
Deprecated version: 9
Substitute API: ohos.data.distributedKVStore.KVStoreResultSet|@ohos.data.distributedData.d.ts| +|Deprecated version changed|Class name: KvStoreResultSet
Method or attribute name: isBeforeFirst(): boolean;
Deprecated version: N/A|Class name: KvStoreResultSet
Method or attribute name: isBeforeFirst(): boolean;
Deprecated version: 9
Substitute API: ohos.data.distributedKVStore.KVStoreResultSet|@ohos.data.distributedData.d.ts| +|Deprecated version changed|Class name: KvStoreResultSet
Method or attribute name: isAfterLast(): boolean;
Deprecated version: N/A|Class name: KvStoreResultSet
Method or attribute name: isAfterLast(): boolean;
Deprecated version: 9
Substitute API: ohos.data.distributedKVStore.KVStoreResultSet|@ohos.data.distributedData.d.ts| +|Deprecated version changed|Class name: KvStoreResultSet
Method or attribute name: getEntry(): Entry;
Deprecated version: N/A|Class name: KvStoreResultSet
Method or attribute name: getEntry(): Entry;
Deprecated version: 9
Substitute API: ohos.data.distributedKVStore.KVStoreResultSet|@ohos.data.distributedData.d.ts| +|Deprecated version changed|Class name: Query
Deprecated version: N/A|Class name: Query
Deprecated version: 9
Substitute API: ohos.data.distributedKVStore.Query |@ohos.data.distributedData.d.ts| +|Deprecated version changed|Class name: Query
Method or attribute name: constructor()
Deprecated version: N/A|Class name: Query
Method or attribute name: constructor()
Deprecated version: 9
Substitute API: ohos.data.distributedKVStore.Query|@ohos.data.distributedData.d.ts| +|Deprecated version changed|Class name: Query
Method or attribute name: reset(): Query;
Deprecated version: N/A|Class name: Query
Method or attribute name: reset(): Query;
Deprecated version: 9
Substitute API: ohos.data.distributedKVStore.Query|@ohos.data.distributedData.d.ts| +|Deprecated version changed|Class name: Query
Method or attribute name: isNull(field: string): Query;
Deprecated version: N/A|Class name: Query
Method or attribute name: isNull(field: string): Query;
Deprecated version: 9
Substitute API: ohos.data.distributedKVStore.Query|@ohos.data.distributedData.d.ts| +|Deprecated version changed|Class name: Query
Method or attribute name: inNumber(field: string, valueList: number[]): Query;
Deprecated version: N/A|Class name: Query
Method or attribute name: inNumber(field: string, valueList: number[]): Query;
Deprecated version: 9
Substitute API: ohos.data.distributedKVStore.Query|@ohos.data.distributedData.d.ts| +|Deprecated version changed|Class name: Query
Method or attribute name: inString(field: string, valueList: string[]): Query;
Deprecated version: N/A|Class name: Query
Method or attribute name: inString(field: string, valueList: string[]): Query;
Deprecated version: 9
Substitute API: ohos.data.distributedKVStore.Query|@ohos.data.distributedData.d.ts| +|Deprecated version changed|Class name: Query
Method or attribute name: notInNumber(field: string, valueList: number[]): Query;
Deprecated version: N/A|Class name: Query
Method or attribute name: notInNumber(field: string, valueList: number[]): Query;
Deprecated version: 9
Substitute API: ohos.data.distributedKVStore.Query|@ohos.data.distributedData.d.ts| +|Deprecated version changed|Class name: Query
Method or attribute name: notInString(field: string, valueList: string[]): Query;
Deprecated version: N/A|Class name: Query
Method or attribute name: notInString(field: string, valueList: string[]): Query;
Deprecated version: 9
Substitute API: ohos.data.distributedKVStore.Query|@ohos.data.distributedData.d.ts| +|Deprecated version changed|Class name: Query
Method or attribute name: like(field: string, value: string): Query;
Deprecated version: N/A|Class name: Query
Method or attribute name: like(field: string, value: string): Query;
Deprecated version: 9
Substitute API: ohos.data.distributedKVStore.Query|@ohos.data.distributedData.d.ts| +|Deprecated version changed|Class name: Query
Method or attribute name: unlike(field: string, value: string): Query;
Deprecated version: N/A|Class name: Query
Method or attribute name: unlike(field: string, value: string): Query;
Deprecated version: 9
Substitute API: ohos.data.distributedKVStore.Query|@ohos.data.distributedData.d.ts| +|Deprecated version changed|Class name: Query
Method or attribute name: and(): Query;
Deprecated version: N/A|Class name: Query
Method or attribute name: and(): Query;
Deprecated version: 9
Substitute API: ohos.data.distributedKVStore.Query|@ohos.data.distributedData.d.ts| +|Deprecated version changed|Class name: Query
Method or attribute name: or(): Query;
Deprecated version: N/A|Class name: Query
Method or attribute name: or(): Query;
Deprecated version: 9
Substitute API: ohos.data.distributedKVStore.Query|@ohos.data.distributedData.d.ts| +|Deprecated version changed|Class name: Query
Method or attribute name: orderByAsc(field: string): Query;
Deprecated version: N/A|Class name: Query
Method or attribute name: orderByAsc(field: string): Query;
Deprecated version: 9
Substitute API: ohos.data.distributedKVStore.Query|@ohos.data.distributedData.d.ts| +|Deprecated version changed|Class name: Query
Method or attribute name: orderByDesc(field: string): Query;
Deprecated version: N/A|Class name: Query
Method or attribute name: orderByDesc(field: string): Query;
Deprecated version: 9
Substitute API: ohos.data.distributedKVStore.Query|@ohos.data.distributedData.d.ts| +|Deprecated version changed|Class name: Query
Method or attribute name: limit(total: number, offset: number): Query;
Deprecated version: N/A|Class name: Query
Method or attribute name: limit(total: number, offset: number): Query;
Deprecated version: 9
Substitute API: ohos.data.distributedKVStore.Query|@ohos.data.distributedData.d.ts| +|Deprecated version changed|Class name: Query
Method or attribute name: isNotNull(field: string): Query;
Deprecated version: N/A|Class name: Query
Method or attribute name: isNotNull(field: string): Query;
Deprecated version: 9
Substitute API: ohos.data.distributedKVStore.Query|@ohos.data.distributedData.d.ts| +|Deprecated version changed|Class name: Query
Method or attribute name: beginGroup(): Query;
Deprecated version: N/A|Class name: Query
Method or attribute name: beginGroup(): Query;
Deprecated version: 9
Substitute API: ohos.data.distributedKVStore.Query|@ohos.data.distributedData.d.ts| +|Deprecated version changed|Class name: Query
Method or attribute name: endGroup(): Query;
Deprecated version: N/A|Class name: Query
Method or attribute name: endGroup(): Query;
Deprecated version: 9
Substitute API: ohos.data.distributedKVStore.Query|@ohos.data.distributedData.d.ts| +|Deprecated version changed|Class name: Query
Method or attribute name: prefixKey(prefix: string): Query;
Deprecated version: N/A|Class name: Query
Method or attribute name: prefixKey(prefix: string): Query;
Deprecated version: 9
Substitute API: ohos.data.distributedKVStore.Query|@ohos.data.distributedData.d.ts| +|Deprecated version changed|Class name: Query
Method or attribute name: setSuggestIndex(index: string): Query;
Deprecated version: N/A|Class name: Query
Method or attribute name: setSuggestIndex(index: string): Query;
Deprecated version: 9
Substitute API: ohos.data.distributedKVStore.Query|@ohos.data.distributedData.d.ts| +|Deprecated version changed|Class name: KVStore
Deprecated version: N/A|Class name: KVStore
Deprecated version: 9
Substitute API: ohos.data.distributedKVStore.SingleKVStore |@ohos.data.distributedData.d.ts| +|Deprecated version changed|Class name: KVStore
Method or attribute name: put(key: string, value: Uint8Array \| string \| number \| boolean, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: KVStore
Method or attribute name: put(key: string, value: Uint8Array \| string \| number \| boolean, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.data.distributedKVStore.SingleKVStore|@ohos.data.distributedData.d.ts| +|Deprecated version changed|Class name: KVStore
Method or attribute name: put(key: string, value: Uint8Array \| string \| number \| boolean): Promise\;
Deprecated version: N/A|Class name: KVStore
Method or attribute name: put(key: string, value: Uint8Array \| string \| number \| boolean): Promise\;
Deprecated version: 9
Substitute API: ohos.data.distributedKVStore.SingleKVStore|@ohos.data.distributedData.d.ts| +|Deprecated version changed|Class name: KVStore
Method or attribute name: delete(key: string, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: KVStore
Method or attribute name: delete(key: string, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.data.distributedKVStore.SingleKVStore|@ohos.data.distributedData.d.ts| +|Deprecated version changed|Class name: KVStore
Method or attribute name: delete(key: string): Promise\;
Deprecated version: N/A|Class name: KVStore
Method or attribute name: delete(key: string): Promise\;
Deprecated version: 9
Substitute API: ohos.data.distributedKVStore.SingleKVStore|@ohos.data.distributedData.d.ts| +|Deprecated version changed|Class name: KVStore
Method or attribute name: on(event: 'syncComplete', syncCallback: Callback\>): void;
Deprecated version: N/A|Class name: KVStore
Method or attribute name: on(event: 'syncComplete', syncCallback: Callback\>): void;
Deprecated version: 9
Substitute API: ohos.data.distributedKVStore.SingleKVStore|@ohos.data.distributedData.d.ts| +|Deprecated version changed|Class name: KVStore
Method or attribute name: putBatch(entries: Entry[], callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: KVStore
Method or attribute name: putBatch(entries: Entry[], callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.data.distributedKVStore.SingleKVStore|@ohos.data.distributedData.d.ts| +|Deprecated version changed|Class name: KVStore
Method or attribute name: putBatch(entries: Entry[]): Promise\;
Deprecated version: N/A|Class name: KVStore
Method or attribute name: putBatch(entries: Entry[]): Promise\;
Deprecated version: 9
Substitute API: ohos.data.distributedKVStore.SingleKVStore|@ohos.data.distributedData.d.ts| +|Deprecated version changed|Class name: KVStore
Method or attribute name: deleteBatch(keys: string[], callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: KVStore
Method or attribute name: deleteBatch(keys: string[], callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.data.distributedKVStore.SingleKVStore|@ohos.data.distributedData.d.ts| +|Deprecated version changed|Class name: KVStore
Method or attribute name: deleteBatch(keys: string[]): Promise\;
Deprecated version: N/A|Class name: KVStore
Method or attribute name: deleteBatch(keys: string[]): Promise\;
Deprecated version: 9
Substitute API: ohos.data.distributedKVStore.SingleKVStore|@ohos.data.distributedData.d.ts| +|Deprecated version changed|Class name: KVStore
Method or attribute name: startTransaction(callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: KVStore
Method or attribute name: startTransaction(callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.data.distributedKVStore.SingleKVStore|@ohos.data.distributedData.d.ts| +|Deprecated version changed|Class name: KVStore
Method or attribute name: startTransaction(): Promise\;
Deprecated version: N/A|Class name: KVStore
Method or attribute name: startTransaction(): Promise\;
Deprecated version: 9
Substitute API: ohos.data.distributedKVStore.SingleKVStore|@ohos.data.distributedData.d.ts| +|Deprecated version changed|Class name: KVStore
Method or attribute name: commit(callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: KVStore
Method or attribute name: commit(callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.data.distributedKVStore.SingleKVStore|@ohos.data.distributedData.d.ts| +|Deprecated version changed|Class name: KVStore
Method or attribute name: commit(): Promise\;
Deprecated version: N/A|Class name: KVStore
Method or attribute name: commit(): Promise\;
Deprecated version: 9
Substitute API: ohos.data.distributedKVStore.SingleKVStore|@ohos.data.distributedData.d.ts| +|Deprecated version changed|Class name: KVStore
Method or attribute name: rollback(callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: KVStore
Method or attribute name: rollback(callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.data.distributedKVStore.SingleKVStore|@ohos.data.distributedData.d.ts| +|Deprecated version changed|Class name: KVStore
Method or attribute name: rollback(): Promise\;
Deprecated version: N/A|Class name: KVStore
Method or attribute name: rollback(): Promise\;
Deprecated version: 9
Substitute API: ohos.data.distributedKVStore.SingleKVStore|@ohos.data.distributedData.d.ts| +|Deprecated version changed|Class name: KVStore
Method or attribute name: enableSync(enabled: boolean, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: KVStore
Method or attribute name: enableSync(enabled: boolean, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.data.distributedKVStore.SingleKVStore|@ohos.data.distributedData.d.ts| +|Deprecated version changed|Class name: KVStore
Method or attribute name: enableSync(enabled: boolean): Promise\;
Deprecated version: N/A|Class name: KVStore
Method or attribute name: enableSync(enabled: boolean): Promise\;
Deprecated version: 9
Substitute API: ohos.data.distributedKVStore.SingleKVStore|@ohos.data.distributedData.d.ts| +|Deprecated version changed|Class name: KVStore
Method or attribute name: setSyncRange(localLabels: string[], remoteSupportLabels: string[], callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: KVStore
Method or attribute name: setSyncRange(localLabels: string[], remoteSupportLabels: string[], callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.data.distributedKVStore.SingleKVStore|@ohos.data.distributedData.d.ts| +|Deprecated version changed|Class name: KVStore
Method or attribute name: setSyncRange(localLabels: string[], remoteSupportLabels: string[]): Promise\;
Deprecated version: N/A|Class name: KVStore
Method or attribute name: setSyncRange(localLabels: string[], remoteSupportLabels: string[]): Promise\;
Deprecated version: 9
Substitute API: ohos.data.distributedKVStore.SingleKVStore|@ohos.data.distributedData.d.ts| +|Deprecated version changed|Class name: SingleKVStore
Deprecated version: N/A|Class name: SingleKVStore
Deprecated version: 9
Substitute API: ohos.data.distributedKVStore.SingleKVStore |@ohos.data.distributedData.d.ts| +|Deprecated version changed|Class name: SingleKVStore
Method or attribute name: get(key: string, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: SingleKVStore
Method or attribute name: get(key: string, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.data.distributedKVStore.SingleKVStore|@ohos.data.distributedData.d.ts| +|Deprecated version changed|Class name: SingleKVStore
Method or attribute name: get(key: string): Promise\;
Deprecated version: N/A|Class name: SingleKVStore
Method or attribute name: get(key: string): Promise\;
Deprecated version: 9
Substitute API: ohos.data.distributedKVStore.SingleKVStore|@ohos.data.distributedData.d.ts| +|Deprecated version changed|Class name: SingleKVStore
Method or attribute name: getEntries(keyPrefix: string, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: SingleKVStore
Method or attribute name: getEntries(keyPrefix: string, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.data.distributedKVStore.SingleKVStore|@ohos.data.distributedData.d.ts| +|Deprecated version changed|Class name: SingleKVStore
Method or attribute name: getEntries(keyPrefix: string): Promise\;
Deprecated version: N/A|Class name: SingleKVStore
Method or attribute name: getEntries(keyPrefix: string): Promise\;
Deprecated version: 9
Substitute API: ohos.data.distributedKVStore.SingleKVStore|@ohos.data.distributedData.d.ts| +|Deprecated version changed|Class name: SingleKVStore
Method or attribute name: getEntries(query: Query, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: SingleKVStore
Method or attribute name: getEntries(query: Query, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.data.distributedKVStore.SingleKVStore|@ohos.data.distributedData.d.ts| +|Deprecated version changed|Class name: SingleKVStore
Method or attribute name: getEntries(query: Query): Promise\;
Deprecated version: N/A|Class name: SingleKVStore
Method or attribute name: getEntries(query: Query): Promise\;
Deprecated version: 9
Substitute API: ohos.data.distributedKVStore.SingleKVStore|@ohos.data.distributedData.d.ts| +|Deprecated version changed|Class name: SingleKVStore
Method or attribute name: getResultSet(keyPrefix: string, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: SingleKVStore
Method or attribute name: getResultSet(keyPrefix: string, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.data.distributedKVStore.SingleKVStore|@ohos.data.distributedData.d.ts| +|Deprecated version changed|Class name: SingleKVStore
Method or attribute name: getResultSet(keyPrefix: string): Promise\;
Deprecated version: N/A|Class name: SingleKVStore
Method or attribute name: getResultSet(keyPrefix: string): Promise\;
Deprecated version: 9
Substitute API: ohos.data.distributedKVStore.SingleKVStore|@ohos.data.distributedData.d.ts| +|Deprecated version changed|Class name: SingleKVStore
Method or attribute name: getResultSet(query: Query, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: SingleKVStore
Method or attribute name: getResultSet(query: Query, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.data.distributedKVStore.SingleKVStore|@ohos.data.distributedData.d.ts| +|Deprecated version changed|Class name: SingleKVStore
Method or attribute name: getResultSet(query: Query): Promise\;
Deprecated version: N/A|Class name: SingleKVStore
Method or attribute name: getResultSet(query: Query): Promise\;
Deprecated version: 9
Substitute API: ohos.data.distributedKVStore.SingleKVStore|@ohos.data.distributedData.d.ts| +|Deprecated version changed|Class name: SingleKVStore
Method or attribute name: closeResultSet(resultSet: KvStoreResultSet, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: SingleKVStore
Method or attribute name: closeResultSet(resultSet: KvStoreResultSet, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.data.distributedKVStore.SingleKVStore|@ohos.data.distributedData.d.ts| +|Deprecated version changed|Class name: SingleKVStore
Method or attribute name: closeResultSet(resultSet: KvStoreResultSet): Promise\;
Deprecated version: N/A|Class name: SingleKVStore
Method or attribute name: closeResultSet(resultSet: KvStoreResultSet): Promise\;
Deprecated version: 9
Substitute API: ohos.data.distributedKVStore.SingleKVStore|@ohos.data.distributedData.d.ts| +|Deprecated version changed|Class name: SingleKVStore
Method or attribute name: getResultSize(query: Query, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: SingleKVStore
Method or attribute name: getResultSize(query: Query, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.data.distributedKVStore.SingleKVStore|@ohos.data.distributedData.d.ts| +|Deprecated version changed|Class name: SingleKVStore
Method or attribute name: getResultSize(query: Query): Promise\;
Deprecated version: N/A|Class name: SingleKVStore
Method or attribute name: getResultSize(query: Query): Promise\;
Deprecated version: 9
Substitute API: ohos.data.distributedKVStore.SingleKVStore|@ohos.data.distributedData.d.ts| +|Deprecated version changed|Class name: SingleKVStore
Method or attribute name: removeDeviceData(deviceId: string, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: SingleKVStore
Method or attribute name: removeDeviceData(deviceId: string, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.data.distributedKVStore.SingleKVStore|@ohos.data.distributedData.d.ts| +|Deprecated version changed|Class name: SingleKVStore
Method or attribute name: removeDeviceData(deviceId: string): Promise\;
Deprecated version: N/A|Class name: SingleKVStore
Method or attribute name: removeDeviceData(deviceId: string): Promise\;
Deprecated version: 9
Substitute API: ohos.data.distributedKVStore.SingleKVStore|@ohos.data.distributedData.d.ts| +|Deprecated version changed|Class name: SingleKVStore
Method or attribute name: on(event: 'syncComplete', syncCallback: Callback\>): void;
Deprecated version: N/A|Class name: SingleKVStore
Method or attribute name: on(event: 'syncComplete', syncCallback: Callback\>): void;
Deprecated version: 9
Substitute API: ohos.data.distributedKVStore.SingleKVStore|@ohos.data.distributedData.d.ts| +|Deprecated version changed|Class name: SingleKVStore
Method or attribute name: off(event: 'syncComplete', syncCallback?: Callback\>): void;
Deprecated version: N/A|Class name: SingleKVStore
Method or attribute name: off(event: 'syncComplete', syncCallback?: Callback\>): void;
Deprecated version: 9
Substitute API: ohos.data.distributedKVStore.SingleKVStore|@ohos.data.distributedData.d.ts| +|Deprecated version changed|Class name: SingleKVStore
Method or attribute name: setSyncParam(defaultAllowedDelayMs: number, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: SingleKVStore
Method or attribute name: setSyncParam(defaultAllowedDelayMs: number, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.data.distributedKVStore.SingleKVStore|@ohos.data.distributedData.d.ts| +|Deprecated version changed|Class name: SingleKVStore
Method or attribute name: setSyncParam(defaultAllowedDelayMs: number): Promise\;
Deprecated version: N/A|Class name: SingleKVStore
Method or attribute name: setSyncParam(defaultAllowedDelayMs: number): Promise\;
Deprecated version: 9
Substitute API: ohos.data.distributedKVStore.SingleKVStore|@ohos.data.distributedData.d.ts| +|Deprecated version changed|Class name: SingleKVStore
Method or attribute name: getSecurityLevel(callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: SingleKVStore
Method or attribute name: getSecurityLevel(callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.data.distributedKVStore.SingleKVStore|@ohos.data.distributedData.d.ts| +|Deprecated version changed|Class name: SingleKVStore
Method or attribute name: getSecurityLevel(): Promise\;
Deprecated version: N/A|Class name: SingleKVStore
Method or attribute name: getSecurityLevel(): Promise\;
Deprecated version: 9
Substitute API: ohos.data.distributedKVStore.SingleKVStore|@ohos.data.distributedData.d.ts| +|Deprecated version changed|Class name: DeviceKVStore
Deprecated version: N/A|Class name: DeviceKVStore
Deprecated version: 9
Substitute API: ohos.data.distributedKVStore.DeviceKVStore |@ohos.data.distributedData.d.ts| +|Deprecated version changed|Class name: DeviceKVStore
Method or attribute name: getEntries(deviceId: string, keyPrefix: string, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: DeviceKVStore
Method or attribute name: getEntries(deviceId: string, keyPrefix: string, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.data.distributedKVStore.DeviceKVStore|@ohos.data.distributedData.d.ts| +|Deprecated version changed|Class name: DeviceKVStore
Method or attribute name: getEntries(deviceId: string, keyPrefix: string): Promise\;
Deprecated version: N/A|Class name: DeviceKVStore
Method or attribute name: getEntries(deviceId: string, keyPrefix: string): Promise\;
Deprecated version: 9
Substitute API: ohos.data.distributedKVStore.DeviceKVStore|@ohos.data.distributedData.d.ts| +|Deprecated version changed|Class name: DeviceKVStore
Method or attribute name: getEntries(query: Query, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: DeviceKVStore
Method or attribute name: getEntries(query: Query, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.data.distributedKVStore.DeviceKVStore|@ohos.data.distributedData.d.ts| +|Deprecated version changed|Class name: DeviceKVStore
Method or attribute name: getEntries(query: Query): Promise\;
Deprecated version: N/A|Class name: DeviceKVStore
Method or attribute name: getEntries(query: Query): Promise\;
Deprecated version: 9
Substitute API: ohos.data.distributedKVStore.DeviceKVStore|@ohos.data.distributedData.d.ts| +|Deprecated version changed|Class name: DeviceKVStore
Method or attribute name: getEntries(deviceId: string, query: Query, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: DeviceKVStore
Method or attribute name: getEntries(deviceId: string, query: Query, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.data.distributedKVStore.DeviceKVStore|@ohos.data.distributedData.d.ts| +|Deprecated version changed|Class name: DeviceKVStore
Method or attribute name: getEntries(deviceId: string, query: Query): Promise\;
Deprecated version: N/A|Class name: DeviceKVStore
Method or attribute name: getEntries(deviceId: string, query: Query): Promise\;
Deprecated version: 9
Substitute API: ohos.data.distributedKVStore.DeviceKVStore|@ohos.data.distributedData.d.ts| +|Deprecated version changed|Class name: DeviceKVStore
Method or attribute name: getResultSet(deviceId: string, keyPrefix: string, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: DeviceKVStore
Method or attribute name: getResultSet(deviceId: string, keyPrefix: string, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.data.distributedKVStore.DeviceKVStore|@ohos.data.distributedData.d.ts| +|Deprecated version changed|Class name: DeviceKVStore
Method or attribute name: getResultSet(deviceId: string, keyPrefix: string): Promise\;
Deprecated version: N/A|Class name: DeviceKVStore
Method or attribute name: getResultSet(deviceId: string, keyPrefix: string): Promise\;
Deprecated version: 9
Substitute API: ohos.data.distributedKVStore.DeviceKVStore|@ohos.data.distributedData.d.ts| +|Deprecated version changed|Class name: DeviceKVStore
Method or attribute name: getResultSet(query: Query, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: DeviceKVStore
Method or attribute name: getResultSet(query: Query, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.data.distributedKVStore.DeviceKVStore|@ohos.data.distributedData.d.ts| +|Deprecated version changed|Class name: DeviceKVStore
Method or attribute name: getResultSet(query: Query): Promise\;
Deprecated version: N/A|Class name: DeviceKVStore
Method or attribute name: getResultSet(query: Query): Promise\;
Deprecated version: 9
Substitute API: ohos.data.distributedKVStore.DeviceKVStore|@ohos.data.distributedData.d.ts| +|Deprecated version changed|Class name: DeviceKVStore
Method or attribute name: getResultSet(deviceId: string, query: Query, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: DeviceKVStore
Method or attribute name: getResultSet(deviceId: string, query: Query, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.data.distributedKVStore.DeviceKVStore|@ohos.data.distributedData.d.ts| +|Deprecated version changed|Class name: DeviceKVStore
Method or attribute name: getResultSet(deviceId: string, query: Query): Promise\;
Deprecated version: N/A|Class name: DeviceKVStore
Method or attribute name: getResultSet(deviceId: string, query: Query): Promise\;
Deprecated version: 9
Substitute API: ohos.data.distributedKVStore.DeviceKVStore|@ohos.data.distributedData.d.ts| +|Deprecated version changed|Class name: DeviceKVStore
Method or attribute name: closeResultSet(resultSet: KvStoreResultSet, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: DeviceKVStore
Method or attribute name: closeResultSet(resultSet: KvStoreResultSet, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.data.distributedKVStore.DeviceKVStore|@ohos.data.distributedData.d.ts| +|Deprecated version changed|Class name: DeviceKVStore
Method or attribute name: closeResultSet(resultSet: KvStoreResultSet): Promise\;
Deprecated version: N/A|Class name: DeviceKVStore
Method or attribute name: closeResultSet(resultSet: KvStoreResultSet): Promise\;
Deprecated version: 9
Substitute API: ohos.data.distributedKVStore.DeviceKVStore|@ohos.data.distributedData.d.ts| +|Deprecated version changed|Class name: DeviceKVStore
Method or attribute name: getResultSize(query: Query, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: DeviceKVStore
Method or attribute name: getResultSize(query: Query, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.data.distributedKVStore.DeviceKVStore|@ohos.data.distributedData.d.ts| +|Deprecated version changed|Class name: DeviceKVStore
Method or attribute name: getResultSize(query: Query): Promise\;
Deprecated version: N/A|Class name: DeviceKVStore
Method or attribute name: getResultSize(query: Query): Promise\;
Deprecated version: 9
Substitute API: ohos.data.distributedKVStore.DeviceKVStore|@ohos.data.distributedData.d.ts| +|Deprecated version changed|Class name: DeviceKVStore
Method or attribute name: getResultSize(deviceId: string, query: Query, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: DeviceKVStore
Method or attribute name: getResultSize(deviceId: string, query: Query, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.data.distributedKVStore.DeviceKVStore|@ohos.data.distributedData.d.ts| +|Deprecated version changed|Class name: DeviceKVStore
Method or attribute name: getResultSize(deviceId: string, query: Query): Promise\;
Deprecated version: N/A|Class name: DeviceKVStore
Method or attribute name: getResultSize(deviceId: string, query: Query): Promise\;
Deprecated version: 9
Substitute API: ohos.data.distributedKVStore.DeviceKVStore|@ohos.data.distributedData.d.ts| +|Deprecated version changed|Class name: DeviceKVStore
Method or attribute name: removeDeviceData(deviceId: string, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: DeviceKVStore
Method or attribute name: removeDeviceData(deviceId: string, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.data.distributedKVStore.DeviceKVStore|@ohos.data.distributedData.d.ts| +|Deprecated version changed|Class name: DeviceKVStore
Method or attribute name: removeDeviceData(deviceId: string): Promise\;
Deprecated version: N/A|Class name: DeviceKVStore
Method or attribute name: removeDeviceData(deviceId: string): Promise\;
Deprecated version: 9
Substitute API: ohos.data.distributedKVStore.DeviceKVStore|@ohos.data.distributedData.d.ts| +|Deprecated version changed|Class name: DeviceKVStore
Method or attribute name: on(event: 'syncComplete', syncCallback: Callback\>): void;
Deprecated version: N/A|Class name: DeviceKVStore
Method or attribute name: on(event: 'syncComplete', syncCallback: Callback\>): void;
Deprecated version: 9
Substitute API: ohos.data.distributedKVStore.DeviceKVStore|@ohos.data.distributedData.d.ts| +|Deprecated version changed|Class name: DeviceKVStore
Method or attribute name: off(event: 'syncComplete', syncCallback?: Callback\>): void;
Deprecated version: N/A|Class name: DeviceKVStore
Method or attribute name: off(event: 'syncComplete', syncCallback?: Callback\>): void;
Deprecated version: 9
Substitute API: ohos.data.distributedKVStore.DeviceKVStore|@ohos.data.distributedData.d.ts| +|Deprecated version changed|Class name: distributedData
Method or attribute name: function createKVManager(config: KVManagerConfig, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: distributedData
Method or attribute name: function createKVManager(config: KVManagerConfig, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.data.distributedKVStore|@ohos.data.distributedData.d.ts| +|Deprecated version changed|Class name: distributedData
Method or attribute name: function createKVManager(config: KVManagerConfig): Promise\;
Deprecated version: N/A|Class name: distributedData
Method or attribute name: function createKVManager(config: KVManagerConfig): Promise\;
Deprecated version: 9
Substitute API: ohos.data.distributedKVStore|@ohos.data.distributedData.d.ts| +|Deprecated version changed|Class name: KVManager
Deprecated version: N/A|Class name: KVManager
Deprecated version: 9
Substitute API: ohos.data.distributedKVStore.KVManager |@ohos.data.distributedData.d.ts| +|Deprecated version changed|Class name: KVManager
Method or attribute name: getKVStore\(storeId: string, options: Options): Promise\;
Deprecated version: N/A|Class name: KVManager
Method or attribute name: getKVStore\(storeId: string, options: Options): Promise\;
Deprecated version: 9
Substitute API: ohos.data.distributedKVStore.KVManager|@ohos.data.distributedData.d.ts| +|Deprecated version changed|Class name: KVManager
Method or attribute name: getKVStore\(storeId: string, options: Options, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: KVManager
Method or attribute name: getKVStore\(storeId: string, options: Options, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.data.distributedKVStore.KVManager|@ohos.data.distributedData.d.ts| +|Deprecated version changed|Class name: KVManager
Method or attribute name: closeKVStore(appId: string, storeId: string, kvStore: KVStore, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: KVManager
Method or attribute name: closeKVStore(appId: string, storeId: string, kvStore: KVStore, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.data.distributedKVStore.KVManager|@ohos.data.distributedData.d.ts| +|Deprecated version changed|Class name: KVManager
Method or attribute name: closeKVStore(appId: string, storeId: string, kvStore: KVStore): Promise\;
Deprecated version: N/A|Class name: KVManager
Method or attribute name: closeKVStore(appId: string, storeId: string, kvStore: KVStore): Promise\;
Deprecated version: 9
Substitute API: ohos.data.distributedKVStore.KVManager|@ohos.data.distributedData.d.ts| +|Deprecated version changed|Class name: KVManager
Method or attribute name: deleteKVStore(appId: string, storeId: string, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: KVManager
Method or attribute name: deleteKVStore(appId: string, storeId: string, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.data.distributedKVStore.KVManager|@ohos.data.distributedData.d.ts| +|Deprecated version changed|Class name: KVManager
Method or attribute name: deleteKVStore(appId: string, storeId: string): Promise\;
Deprecated version: N/A|Class name: KVManager
Method or attribute name: deleteKVStore(appId: string, storeId: string): Promise\;
Deprecated version: 9
Substitute API: ohos.data.distributedKVStore.KVManager|@ohos.data.distributedData.d.ts| +|Deprecated version changed|Class name: KVManager
Method or attribute name: getAllKVStoreId(appId: string, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: KVManager
Method or attribute name: getAllKVStoreId(appId: string, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.data.distributedKVStore.KVManager|@ohos.data.distributedData.d.ts| +|Deprecated version changed|Class name: KVManager
Method or attribute name: getAllKVStoreId(appId: string): Promise\;
Deprecated version: N/A|Class name: KVManager
Method or attribute name: getAllKVStoreId(appId: string): Promise\;
Deprecated version: 9
Substitute API: ohos.data.distributedKVStore.KVManager|@ohos.data.distributedData.d.ts| +|Deprecated version changed|Class name: KVManager
Method or attribute name: on(event: 'distributedDataServiceDie', deathCallback: Callback\): void;
Deprecated version: N/A|Class name: KVManager
Method or attribute name: on(event: 'distributedDataServiceDie', deathCallback: Callback\): void;
Deprecated version: 9
Substitute API: ohos.data.distributedKVStore.KVManager|@ohos.data.distributedData.d.ts| +|Deprecated version changed|Class name: KVManager
Method or attribute name: off(event: 'distributedDataServiceDie', deathCallback?: Callback\): void;
Deprecated version: N/A|Class name: KVManager
Method or attribute name: off(event: 'distributedDataServiceDie', deathCallback?: Callback\): void;
Deprecated version: 9
Substitute API: ohos.data.distributedKVStore.KVManager|@ohos.data.distributedData.d.ts| +|Deprecated version changed|Class name: distributedDataObject
Method or attribute name: function createDistributedObject(source: object): DistributedObject;
Deprecated version: N/A|Class name: distributedDataObject
Method or attribute name: function createDistributedObject(source: object): DistributedObject;
Deprecated version: 9
Substitute API: ohos.distributedDataObject.create |@ohos.data.distributedDataObject.d.ts| +|Deprecated version changed|Class name: DistributedObject
Deprecated version: N/A|Class name: DistributedObject
Deprecated version: 9
Substitute API: ohos.distributedDataObject.DataObject |@ohos.data.distributedDataObject.d.ts| +|Deprecated version changed|Class name: DistributedObject
Method or attribute name: setSessionId(sessionId?: string): boolean;
Deprecated version: N/A|Class name: DistributedObject
Method or attribute name: setSessionId(sessionId?: string): boolean;
Deprecated version: 9
Substitute API: ohos.distributedDataObject.DataObject.setSessionId |@ohos.data.distributedDataObject.d.ts| +|Deprecated version changed|Class name: DistributedObject
Method or attribute name: on(type: 'change', callback: Callback\<{ sessionId: string, fields: Array\ }>): void;
Deprecated version: N/A|Class name: DistributedObject
Method or attribute name: on(type: 'change', callback: Callback\<{ sessionId: string, fields: Array\ }>): void;
Deprecated version: 9
Substitute API: ohos.distributedDataObject.DataObject.on |@ohos.data.distributedDataObject.d.ts| +|Deprecated version changed|Class name: DistributedObject
Method or attribute name: off(type: 'change', callback?: Callback\<{ sessionId: string, fields: Array\ }>): void;
Deprecated version: N/A|Class name: DistributedObject
Method or attribute name: off(type: 'change', callback?: Callback\<{ sessionId: string, fields: Array\ }>): void;
Deprecated version: 9
Substitute API: ohos.distributedDataObject.DataObject.off |@ohos.data.distributedDataObject.d.ts| +|Deprecated version changed|Class name: rdb
Deprecated version: N/A|Class name: rdb
Deprecated version: 9
Substitute API: ohos.data.relationalStore |@ohos.data.rdb.d.ts| +|Deprecated version changed|Class name: rdb
Method or attribute name: function getRdbStore(context: Context, config: StoreConfig, version: number, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: rdb
Method or attribute name: function getRdbStore(context: Context, config: StoreConfig, version: number, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.data.relationalStore.getRdbStore |@ohos.data.rdb.d.ts| +|Deprecated version changed|Class name: rdb
Method or attribute name: function getRdbStore(context: Context, config: StoreConfig, version: number): Promise\;
Deprecated version: N/A|Class name: rdb
Method or attribute name: function getRdbStore(context: Context, config: StoreConfig, version: number): Promise\;
Deprecated version: 9
Substitute API: ohos.data.relationalStore.getRdbStore |@ohos.data.rdb.d.ts| +|Deprecated version changed|Class name: rdb
Method or attribute name: function deleteRdbStore(context: Context, name: string, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: rdb
Method or attribute name: function deleteRdbStore(context: Context, name: string, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.data.relationalStore.deleteRdbStore |@ohos.data.rdb.d.ts| +|Deprecated version changed|Class name: rdb
Method or attribute name: function deleteRdbStore(context: Context, name: string): Promise\;
Deprecated version: N/A|Class name: rdb
Method or attribute name: function deleteRdbStore(context: Context, name: string): Promise\;
Deprecated version: 9
Substitute API: ohos.data.relationalStore.deleteRdbStore |@ohos.data.rdb.d.ts| +|Deprecated version changed|Class name: SyncMode
Deprecated version: N/A|Class name: SyncMode
Deprecated version: 9
Substitute API: ohos.data.relationalStore.SyncMode |@ohos.data.rdb.d.ts| +|Deprecated version changed|Class name: SyncMode
Method or attribute name: SYNC_MODE_PUSH = 0
Deprecated version: N/A|Class name: SyncMode
Method or attribute name: SYNC_MODE_PUSH = 0
Deprecated version: 9
Substitute API: ohos.data.relationalStore.SyncMode.SYNC_MODE_PUSH |@ohos.data.rdb.d.ts| +|Deprecated version changed|Class name: SyncMode
Method or attribute name: SYNC_MODE_PULL = 1
Deprecated version: N/A|Class name: SyncMode
Method or attribute name: SYNC_MODE_PULL = 1
Deprecated version: 9
Substitute API: ohos.data.relationalStore.SyncMode.SYNC_MODE_PULL |@ohos.data.rdb.d.ts| +|Deprecated version changed|Class name: SubscribeType
Deprecated version: N/A|Class name: SubscribeType
Deprecated version: 9
Substitute API: ohos.data.relationalStore.SubscribeType |@ohos.data.rdb.d.ts| +|Deprecated version changed|Class name: SubscribeType
Method or attribute name: SUBSCRIBE_TYPE_REMOTE = 0
Deprecated version: N/A|Class name: SubscribeType
Method or attribute name: SUBSCRIBE_TYPE_REMOTE = 0
Deprecated version: 9
Substitute API: ohos.data.relationalStore.SubscribeType.SUBSCRIBE_TYPE_REMOTE |@ohos.data.rdb.d.ts| +|Deprecated version changed|Class name: RdbStore
Deprecated version: N/A|Class name: RdbStore
Deprecated version: 9
Substitute API: ohos.data.relationalStore.RdbStore |@ohos.data.rdb.d.ts| +|Deprecated version changed|Class name: RdbStore
Method or attribute name: querySql(sql: string, bindArgs: Array\, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: RdbStore
Method or attribute name: querySql(sql: string, bindArgs: Array\, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.data.relationalStore.RdbStore.querySql |@ohos.data.rdb.d.ts| +|Deprecated version changed|Class name: RdbStore
Method or attribute name: executeSql(sql: string, bindArgs: Array\, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: RdbStore
Method or attribute name: executeSql(sql: string, bindArgs: Array\, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.data.relationalStore.RdbStore.executeSql |@ohos.data.rdb.d.ts| +|Deprecated version changed|Class name: RdbStore
Method or attribute name: setDistributedTables(tables: Array\, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: RdbStore
Method or attribute name: setDistributedTables(tables: Array\, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.data.relationalStore.RdbStore.setDistributedTables |@ohos.data.rdb.d.ts| +|Deprecated version changed|Class name: RdbStore
Method or attribute name: setDistributedTables(tables: Array\): Promise\;
Deprecated version: N/A|Class name: RdbStore
Method or attribute name: setDistributedTables(tables: Array\): Promise\;
Deprecated version: 9
Substitute API: ohos.data.relationalStore.RdbStore.setDistributedTables |@ohos.data.rdb.d.ts| +|Deprecated version changed|Class name: RdbStore
Method or attribute name: obtainDistributedTableName(device: string, table: string, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: RdbStore
Method or attribute name: obtainDistributedTableName(device: string, table: string, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.data.relationalStore.RdbStore.obtainDistributedTableName |@ohos.data.rdb.d.ts| +|Deprecated version changed|Class name: RdbStore
Method or attribute name: obtainDistributedTableName(device: string, table: string): Promise\;
Deprecated version: N/A|Class name: RdbStore
Method or attribute name: obtainDistributedTableName(device: string, table: string): Promise\;
Deprecated version: 9
Substitute API: ohos.data.relationalStore.RdbStore.obtainDistributedTableName |@ohos.data.rdb.d.ts| +|Deprecated version changed|Class name: RdbStore
Method or attribute name: on(event: 'dataChange', type: SubscribeType, observer: Callback\>): void;
Deprecated version: N/A|Class name: RdbStore
Method or attribute name: on(event: 'dataChange', type: SubscribeType, observer: Callback\>): void;
Deprecated version: 9
Substitute API: ohos.data.relationalStore.RdbStore.on |@ohos.data.rdb.d.ts| +|Deprecated version changed|Class name: StoreConfig
Deprecated version: N/A|Class name: StoreConfig
Deprecated version: 9
Substitute API: ohos.data.relationalStore.StoreConfig |@ohos.data.rdb.d.ts| +|Deprecated version changed|Class name: RdbPredicates
Deprecated version: N/A|Class name: RdbPredicates
Deprecated version: 9
Substitute API: ohos.data.relationalStore.RdbPredicates |@ohos.data.rdb.d.ts| +|Deprecated version changed|Class name: RdbPredicates
Method or attribute name: constructor(name: string)
Deprecated version: N/A|Class name: RdbPredicates
Method or attribute name: constructor(name: string)
Deprecated version: 9
Substitute API: ohos.data.relationalStore.RdbPredicates.constructor |@ohos.data.rdb.d.ts| +|Deprecated version changed|Class name: RdbPredicates
Method or attribute name: inDevices(devices: Array\): RdbPredicates;
Deprecated version: N/A|Class name: RdbPredicates
Method or attribute name: inDevices(devices: Array\): RdbPredicates;
Deprecated version: 9
Substitute API: ohos.data.relationalStore.RdbPredicates.inDevices |@ohos.data.rdb.d.ts| +|Deprecated version changed|Class name: RdbPredicates
Method or attribute name: inAllDevices(): RdbPredicates;
Deprecated version: N/A|Class name: RdbPredicates
Method or attribute name: inAllDevices(): RdbPredicates;
Deprecated version: 9
Substitute API: ohos.data.relationalStore.RdbPredicates.inAllDevices |@ohos.data.rdb.d.ts| +|Deprecated version changed|Class name: RdbPredicates
Method or attribute name: equalTo(field: string, value: ValueType): RdbPredicates;
Deprecated version: N/A|Class name: RdbPredicates
Method or attribute name: equalTo(field: string, value: ValueType): RdbPredicates;
Deprecated version: 9
Substitute API: ohos.data.relationalStore.RdbPredicates.equalTo |@ohos.data.rdb.d.ts| +|Deprecated version changed|Class name: RdbPredicates
Method or attribute name: notEqualTo(field: string, value: ValueType): RdbPredicates;
Deprecated version: N/A|Class name: RdbPredicates
Method or attribute name: notEqualTo(field: string, value: ValueType): RdbPredicates;
Deprecated version: 9
Substitute API: ohos.data.relationalStore.RdbPredicates.notEqualTo |@ohos.data.rdb.d.ts| +|Deprecated version changed|Class name: RdbPredicates
Method or attribute name: beginWrap(): RdbPredicates;
Deprecated version: N/A|Class name: RdbPredicates
Method or attribute name: beginWrap(): RdbPredicates;
Deprecated version: 9
Substitute API: ohos.data.relationalStore.RdbPredicates.beginWrap |@ohos.data.rdb.d.ts| +|Deprecated version changed|Class name: RdbPredicates
Method or attribute name: endWrap(): RdbPredicates;
Deprecated version: N/A|Class name: RdbPredicates
Method or attribute name: endWrap(): RdbPredicates;
Deprecated version: 9
Substitute API: ohos.data.relationalStore.RdbPredicates.endWrap |@ohos.data.rdb.d.ts| +|Deprecated version changed|Class name: RdbPredicates
Method or attribute name: or(): RdbPredicates;
Deprecated version: N/A|Class name: RdbPredicates
Method or attribute name: or(): RdbPredicates;
Deprecated version: 9
Substitute API: ohos.data.relationalStore.RdbPredicates.or |@ohos.data.rdb.d.ts| +|Deprecated version changed|Class name: RdbPredicates
Method or attribute name: and(): RdbPredicates;
Deprecated version: N/A|Class name: RdbPredicates
Method or attribute name: and(): RdbPredicates;
Deprecated version: 9
Substitute API: ohos.data.relationalStore.RdbPredicates.and |@ohos.data.rdb.d.ts| +|Deprecated version changed|Class name: RdbPredicates
Method or attribute name: contains(field: string, value: string): RdbPredicates;
Deprecated version: N/A|Class name: RdbPredicates
Method or attribute name: contains(field: string, value: string): RdbPredicates;
Deprecated version: 9
Substitute API: ohos.data.relationalStore.RdbPredicates.contains |@ohos.data.rdb.d.ts| +|Deprecated version changed|Class name: RdbPredicates
Method or attribute name: beginsWith(field: string, value: string): RdbPredicates;
Deprecated version: N/A|Class name: RdbPredicates
Method or attribute name: beginsWith(field: string, value: string): RdbPredicates;
Deprecated version: 9
Substitute API: ohos.data.relationalStore.RdbPredicates.beginsWith |@ohos.data.rdb.d.ts| +|Deprecated version changed|Class name: RdbPredicates
Method or attribute name: endsWith(field: string, value: string): RdbPredicates;
Deprecated version: N/A|Class name: RdbPredicates
Method or attribute name: endsWith(field: string, value: string): RdbPredicates;
Deprecated version: 9
Substitute API: ohos.data.relationalStore.RdbPredicates.endsWith |@ohos.data.rdb.d.ts| +|Deprecated version changed|Class name: RdbPredicates
Method or attribute name: isNull(field: string): RdbPredicates;
Deprecated version: N/A|Class name: RdbPredicates
Method or attribute name: isNull(field: string): RdbPredicates;
Deprecated version: 9
Substitute API: ohos.data.relationalStore.RdbPredicates.isNull |@ohos.data.rdb.d.ts| +|Deprecated version changed|Class name: RdbPredicates
Method or attribute name: isNotNull(field: string): RdbPredicates;
Deprecated version: N/A|Class name: RdbPredicates
Method or attribute name: isNotNull(field: string): RdbPredicates;
Deprecated version: 9
Substitute API: ohos.data.relationalStore.RdbPredicates.isNotNull |@ohos.data.rdb.d.ts| +|Deprecated version changed|Class name: RdbPredicates
Method or attribute name: like(field: string, value: string): RdbPredicates;
Deprecated version: N/A|Class name: RdbPredicates
Method or attribute name: like(field: string, value: string): RdbPredicates;
Deprecated version: 9
Substitute API: ohos.data.relationalStore.RdbPredicates.like |@ohos.data.rdb.d.ts| +|Deprecated version changed|Class name: RdbPredicates
Method or attribute name: glob(field: string, value: string): RdbPredicates;
Deprecated version: N/A|Class name: RdbPredicates
Method or attribute name: glob(field: string, value: string): RdbPredicates;
Deprecated version: 9
Substitute API: ohos.data.relationalStore.RdbPredicates.glob |@ohos.data.rdb.d.ts| +|Deprecated version changed|Class name: RdbPredicates
Method or attribute name: between(field: string, low: ValueType, high: ValueType): RdbPredicates;
Deprecated version: N/A|Class name: RdbPredicates
Method or attribute name: between(field: string, low: ValueType, high: ValueType): RdbPredicates;
Deprecated version: 9
Substitute API: ohos.data.relationalStore.RdbPredicates.between |@ohos.data.rdb.d.ts| +|Deprecated version changed|Class name: RdbPredicates
Method or attribute name: notBetween(field: string, low: ValueType, high: ValueType): RdbPredicates;
Deprecated version: N/A|Class name: RdbPredicates
Method or attribute name: notBetween(field: string, low: ValueType, high: ValueType): RdbPredicates;
Deprecated version: 9
Substitute API: ohos.data.relationalStore.RdbPredicates.notBetween |@ohos.data.rdb.d.ts| +|Deprecated version changed|Class name: RdbPredicates
Method or attribute name: greaterThan(field: string, value: ValueType): RdbPredicates;
Deprecated version: N/A|Class name: RdbPredicates
Method or attribute name: greaterThan(field: string, value: ValueType): RdbPredicates;
Deprecated version: 9
Substitute API: ohos.data.relationalStore.RdbPredicates.greaterThan |@ohos.data.rdb.d.ts| +|Deprecated version changed|Class name: RdbPredicates
Method or attribute name: lessThan(field: string, value: ValueType): RdbPredicates;
Deprecated version: N/A|Class name: RdbPredicates
Method or attribute name: lessThan(field: string, value: ValueType): RdbPredicates;
Deprecated version: 9
Substitute API: ohos.data.relationalStore.RdbPredicates.lessThan |@ohos.data.rdb.d.ts| +|Deprecated version changed|Class name: RdbPredicates
Method or attribute name: greaterThanOrEqualTo(field: string, value: ValueType): RdbPredicates;
Deprecated version: N/A|Class name: RdbPredicates
Method or attribute name: greaterThanOrEqualTo(field: string, value: ValueType): RdbPredicates;
Deprecated version: 9
Substitute API: ohos.data.relationalStore.RdbPredicates.greaterThanOrEqualTo |@ohos.data.rdb.d.ts| +|Deprecated version changed|Class name: RdbPredicates
Method or attribute name: lessThanOrEqualTo(field: string, value: ValueType): RdbPredicates;
Deprecated version: N/A|Class name: RdbPredicates
Method or attribute name: lessThanOrEqualTo(field: string, value: ValueType): RdbPredicates;
Deprecated version: 9
Substitute API: ohos.data.relationalStore.RdbPredicates.lessThanOrEqualTo |@ohos.data.rdb.d.ts| +|Deprecated version changed|Class name: RdbPredicates
Method or attribute name: orderByAsc(field: string): RdbPredicates;
Deprecated version: N/A|Class name: RdbPredicates
Method or attribute name: orderByAsc(field: string): RdbPredicates;
Deprecated version: 9
Substitute API: ohos.data.relationalStore.RdbPredicates.orderByAsc |@ohos.data.rdb.d.ts| +|Deprecated version changed|Class name: RdbPredicates
Method or attribute name: orderByDesc(field: string): RdbPredicates;
Deprecated version: N/A|Class name: RdbPredicates
Method or attribute name: orderByDesc(field: string): RdbPredicates;
Deprecated version: 9
Substitute API: ohos.data.relationalStore.RdbPredicates.orderByDesc |@ohos.data.rdb.d.ts| +|Deprecated version changed|Class name: RdbPredicates
Method or attribute name: distinct(): RdbPredicates;
Deprecated version: N/A|Class name: RdbPredicates
Method or attribute name: distinct(): RdbPredicates;
Deprecated version: 9
Substitute API: ohos.data.relationalStore.RdbPredicates.distinct |@ohos.data.rdb.d.ts| +|Deprecated version changed|Class name: RdbPredicates
Method or attribute name: limitAs(value: number): RdbPredicates;
Deprecated version: N/A|Class name: RdbPredicates
Method or attribute name: limitAs(value: number): RdbPredicates;
Deprecated version: 9
Substitute API: ohos.data.relationalStore.RdbPredicates.limitAs |@ohos.data.rdb.d.ts| +|Deprecated version changed|Class name: RdbPredicates
Method or attribute name: offsetAs(rowOffset: number): RdbPredicates;
Deprecated version: N/A|Class name: RdbPredicates
Method or attribute name: offsetAs(rowOffset: number): RdbPredicates;
Deprecated version: 9
Substitute API: ohos.data.relationalStore.RdbPredicates.offsetAs |@ohos.data.rdb.d.ts| +|Deprecated version changed|Class name: RdbPredicates
Method or attribute name: groupBy(fields: Array\): RdbPredicates;
Deprecated version: N/A|Class name: RdbPredicates
Method or attribute name: groupBy(fields: Array\): RdbPredicates;
Deprecated version: 9
Substitute API: ohos.data.relationalStore.RdbPredicates.groupBy |@ohos.data.rdb.d.ts| +|Deprecated version changed|Class name: RdbPredicates
Method or attribute name: indexedBy(field: string): RdbPredicates;
Deprecated version: N/A|Class name: RdbPredicates
Method or attribute name: indexedBy(field: string): RdbPredicates;
Deprecated version: 9
Substitute API: ohos.data.relationalStore.RdbPredicates.indexedBy |@ohos.data.rdb.d.ts| +|Deprecated version changed|Class name: RdbPredicates
Method or attribute name: in(field: string, value: Array\): RdbPredicates;
Deprecated version: N/A|Class name: RdbPredicates
Method or attribute name: in(field: string, value: Array\): RdbPredicates;
Deprecated version: 9
Substitute API: ohos.data.relationalStore.RdbPredicates.in |@ohos.data.rdb.d.ts| +|Deprecated version changed|Class name: RdbPredicates
Method or attribute name: notIn(field: string, value: Array\): RdbPredicates;
Deprecated version: N/A|Class name: RdbPredicates
Method or attribute name: notIn(field: string, value: Array\): RdbPredicates;
Deprecated version: 9
Substitute API: ohos.data.relationalStore.RdbPredicates.notIn |@ohos.data.rdb.d.ts| +|Deprecated version changed|Class name: storage
Deprecated version: N/A|Class name: storage
Deprecated version: 9
Substitute API: ohos.preferences.preferences |@ohos.data.storage.d.ts| +|Deprecated version changed|Class name: storage
Method or attribute name: function getStorageSync(path: string): Storage;
Deprecated version: N/A|Class name: storage
Method or attribute name: function getStorageSync(path: string): Storage;
Deprecated version: 9
Substitute API: ohos.preferences.preferences.getPreferences |@ohos.data.storage.d.ts| +|Deprecated version changed|Class name: storage
Method or attribute name: function deleteStorageSync(path: string): void;
Deprecated version: N/A|Class name: storage
Method or attribute name: function deleteStorageSync(path: string): void;
Deprecated version: 9
Substitute API: ohos.preferences.preferences.deletePreferences |@ohos.data.storage.d.ts| +|Deprecated version changed|Class name: storage
Method or attribute name: function removeStorageFromCacheSync(path: string): void;
Deprecated version: N/A|Class name: storage
Method or attribute name: function removeStorageFromCacheSync(path: string): void;
Deprecated version: 9
Substitute API: ohos.preferences.preferences.removePreferencesFromCache |@ohos.data.storage.d.ts| +|Deprecated version changed|Class name: Storage
Deprecated version: N/A|Class name: Storage
Deprecated version: 9
Substitute API: ohos.preferences.preferences |@ohos.data.storage.d.ts| +|Deprecated version changed|Class name: Storage
Method or attribute name: getSync(key: string, defValue: ValueType): ValueType;
Deprecated version: N/A|Class name: Storage
Method or attribute name: getSync(key: string, defValue: ValueType): ValueType;
Deprecated version: 9
Substitute API: ohos.preferences.preferences.get |@ohos.data.storage.d.ts| +|Deprecated version changed|Class name: Storage
Method or attribute name: hasSync(key: string): boolean;
Deprecated version: N/A|Class name: Storage
Method or attribute name: hasSync(key: string): boolean;
Deprecated version: 9
Substitute API: ohos.preferences.preferences.has |@ohos.data.storage.d.ts| +|Deprecated version changed|Class name: Storage
Method or attribute name: putSync(key: string, value: ValueType): void;
Deprecated version: N/A|Class name: Storage
Method or attribute name: putSync(key: string, value: ValueType): void;
Deprecated version: 9
Substitute API: ohos.preferences.preferences.put |@ohos.data.storage.d.ts| +|Deprecated version changed|Class name: Storage
Method or attribute name: deleteSync(key: string): void;
Deprecated version: N/A|Class name: Storage
Method or attribute name: deleteSync(key: string): void;
Deprecated version: 9
Substitute API: ohos.preferences.preferences.delete |@ohos.data.storage.d.ts| +|Deprecated version changed|Class name: Storage
Method or attribute name: clearSync(): void;
Deprecated version: N/A|Class name: Storage
Method or attribute name: clearSync(): void;
Deprecated version: 9
Substitute API: ohos.preferences.preferences.clear |@ohos.data.storage.d.ts| +|Deprecated version changed|Class name: Storage
Method or attribute name: flushSync(): void;
Deprecated version: N/A|Class name: Storage
Method or attribute name: flushSync(): void;
Deprecated version: 9
Substitute API: ohos.preferences.preferences.flush |@ohos.data.storage.d.ts| +|Deprecated version changed|Class name: Storage
Method or attribute name: on(type: 'change', callback: Callback\): void;
Deprecated version: N/A|Class name: Storage
Method or attribute name: on(type: 'change', callback: Callback\): void;
Deprecated version: 9
Substitute API: ohos.preferences.preferences.on |@ohos.data.storage.d.ts| +|Deprecated version changed|Class name: Storage
Method or attribute name: off(type: 'change', callback: Callback\): void;
Deprecated version: N/A|Class name: Storage
Method or attribute name: off(type: 'change', callback: Callback\): void;
Deprecated version: 9
Substitute API: ohos.preferences.preferences.off |@ohos.data.storage.d.ts| +|Deprecated version changed|Class name: StorageObserver
Deprecated version: N/A|Class name: StorageObserver
Deprecated version: 9
Substitute API: N/A|@ohos.data.storage.d.ts| +|Deprecated version changed|Class name: GetStorageOptions
Deprecated version: N/A|Class name: GetStorageOptions
Deprecated version: 6
Substitute API: N/A|@system.storage.d.ts| +|Deprecated version changed|Class name: GetStorageOptions
Method or attribute name: key: string;
Deprecated version: N/A|Class name: GetStorageOptions
Method or attribute name: key: string;
Deprecated version: 6
Substitute API: N/A|@system.storage.d.ts| +|Deprecated version changed|Class name: GetStorageOptions
Method or attribute name: default?: string;
Deprecated version: N/A|Class name: GetStorageOptions
Method or attribute name: default?: string;
Deprecated version: 6
Substitute API: N/A|@system.storage.d.ts| +|Deprecated version changed|Class name: GetStorageOptions
Method or attribute name: success?: (data: any) => void;
Deprecated version: N/A|Class name: GetStorageOptions
Method or attribute name: success?: (data: any) => void;
Deprecated version: 6
Substitute API: N/A|@system.storage.d.ts| +|Deprecated version changed|Class name: GetStorageOptions
Method or attribute name: fail?: (data: string, code: number) => void;
Deprecated version: N/A|Class name: GetStorageOptions
Method or attribute name: fail?: (data: string, code: number) => void;
Deprecated version: 6
Substitute API: N/A|@system.storage.d.ts| +|Deprecated version changed|Class name: GetStorageOptions
Method or attribute name: complete?: () => void;
Deprecated version: N/A|Class name: GetStorageOptions
Method or attribute name: complete?: () => void;
Deprecated version: 6
Substitute API: N/A|@system.storage.d.ts| +|Deprecated version changed|Class name: SetStorageOptions
Deprecated version: N/A|Class name: SetStorageOptions
Deprecated version: 6
Substitute API: N/A|@system.storage.d.ts| +|Deprecated version changed|Class name: SetStorageOptions
Method or attribute name: key: string;
Deprecated version: N/A|Class name: SetStorageOptions
Method or attribute name: key: string;
Deprecated version: 6
Substitute API: N/A|@system.storage.d.ts| +|Deprecated version changed|Class name: SetStorageOptions
Method or attribute name: value: string;
Deprecated version: N/A|Class name: SetStorageOptions
Method or attribute name: value: string;
Deprecated version: 6
Substitute API: N/A|@system.storage.d.ts| +|Deprecated version changed|Class name: SetStorageOptions
Method or attribute name: success?: () => void;
Deprecated version: N/A|Class name: SetStorageOptions
Method or attribute name: success?: () => void;
Deprecated version: 6
Substitute API: N/A|@system.storage.d.ts| +|Deprecated version changed|Class name: SetStorageOptions
Method or attribute name: fail?: (data: string, code: number) => void;
Deprecated version: N/A|Class name: SetStorageOptions
Method or attribute name: fail?: (data: string, code: number) => void;
Deprecated version: 6
Substitute API: N/A|@system.storage.d.ts| +|Deprecated version changed|Class name: SetStorageOptions
Method or attribute name: complete?: () => void;
Deprecated version: N/A|Class name: SetStorageOptions
Method or attribute name: complete?: () => void;
Deprecated version: 6
Substitute API: N/A|@system.storage.d.ts| +|Deprecated version changed|Class name: ClearStorageOptions
Deprecated version: N/A|Class name: ClearStorageOptions
Deprecated version: 6
Substitute API: N/A|@system.storage.d.ts| +|Deprecated version changed|Class name: ClearStorageOptions
Method or attribute name: success?: () => void;
Deprecated version: N/A|Class name: ClearStorageOptions
Method or attribute name: success?: () => void;
Deprecated version: 6
Substitute API: N/A|@system.storage.d.ts| +|Deprecated version changed|Class name: ClearStorageOptions
Method or attribute name: fail?: (data: string, code: number) => void;
Deprecated version: N/A|Class name: ClearStorageOptions
Method or attribute name: fail?: (data: string, code: number) => void;
Deprecated version: 6
Substitute API: N/A|@system.storage.d.ts| +|Deprecated version changed|Class name: ClearStorageOptions
Method or attribute name: complete?: () => void;
Deprecated version: N/A|Class name: ClearStorageOptions
Method or attribute name: complete?: () => void;
Deprecated version: 6
Substitute API: N/A|@system.storage.d.ts| +|Deprecated version changed|Class name: DeleteStorageOptions
Deprecated version: N/A|Class name: DeleteStorageOptions
Deprecated version: 6
Substitute API: N/A|@system.storage.d.ts| +|Deprecated version changed|Class name: DeleteStorageOptions
Method or attribute name: key: string;
Deprecated version: N/A|Class name: DeleteStorageOptions
Method or attribute name: key: string;
Deprecated version: 6
Substitute API: N/A|@system.storage.d.ts| +|Deprecated version changed|Class name: DeleteStorageOptions
Method or attribute name: success?: () => void;
Deprecated version: N/A|Class name: DeleteStorageOptions
Method or attribute name: success?: () => void;
Deprecated version: 6
Substitute API: N/A|@system.storage.d.ts| +|Deprecated version changed|Class name: DeleteStorageOptions
Method or attribute name: fail?: (data: string, code: number) => void;
Deprecated version: N/A|Class name: DeleteStorageOptions
Method or attribute name: fail?: (data: string, code: number) => void;
Deprecated version: 6
Substitute API: N/A|@system.storage.d.ts| +|Deprecated version changed|Class name: DeleteStorageOptions
Method or attribute name: complete?: () => void;
Deprecated version: N/A|Class name: DeleteStorageOptions
Method or attribute name: complete?: () => void;
Deprecated version: 6
Substitute API: N/A|@system.storage.d.ts| +|Deprecated version changed|Class name: Storage
Deprecated version: N/A|Class name: Storage
Deprecated version: 6
Substitute API: N/A|@system.storage.d.ts| +|Deprecated version changed|Class name: Storage
Method or attribute name: static get(options: GetStorageOptions): void;
Deprecated version: N/A|Class name: Storage
Method or attribute name: static get(options: GetStorageOptions): void;
Deprecated version: 6
Substitute API: ohos.preferences.preferences.get |@system.storage.d.ts| +|Deprecated version changed|Class name: Storage
Method or attribute name: static set(options: SetStorageOptions): void;
Deprecated version: N/A|Class name: Storage
Method or attribute name: static set(options: SetStorageOptions): void;
Deprecated version: 6
Substitute API: N/A|@system.storage.d.ts| +|Deprecated version changed|Class name: Storage
Method or attribute name: static clear(options?: ClearStorageOptions): void;
Deprecated version: N/A|Class name: Storage
Method or attribute name: static clear(options?: ClearStorageOptions): void;
Deprecated version: 6
Substitute API: ohos.preferences.preferences.clear |@system.storage.d.ts| +|Deprecated version changed|Class name: Storage
Method or attribute name: static delete(options: DeleteStorageOptions): void;
Deprecated version: N/A|Class name: Storage
Method or attribute name: static delete(options: DeleteStorageOptions): void;
Deprecated version: 6
Substitute API: ohos.preferences.preferences.delete |@system.storage.d.ts| +|Deprecated version changed|Class name: ResultSet
Deprecated version: N/A|Class name: ResultSet
Deprecated version: 9
Substitute API: ohos.data.relationalStore.ResultSet |resultSet.d.ts| +|Deprecated version changed|Class name: ResultSet
Method or attribute name: columnNames: Array\;
Deprecated version: N/A|Class name: ResultSet
Method or attribute name: columnNames: Array\;
Deprecated version: 9
Substitute API: ohos.data.relationalStore.ResultSet.columnNames |resultSet.d.ts| +|Deprecated version changed|Class name: ResultSet
Method or attribute name: columnCount: number;
Deprecated version: N/A|Class name: ResultSet
Method or attribute name: columnCount: number;
Deprecated version: 9
Substitute API: ohos.data.relationalStore.ResultSet.columnCount |resultSet.d.ts| +|Deprecated version changed|Class name: ResultSet
Method or attribute name: rowCount: number;
Deprecated version: N/A|Class name: ResultSet
Method or attribute name: rowCount: number;
Deprecated version: 9
Substitute API: ohos.data.relationalStore.ResultSet.rowCount |resultSet.d.ts| +|Deprecated version changed|Class name: ResultSet
Method or attribute name: rowIndex: number;
Deprecated version: N/A|Class name: ResultSet
Method or attribute name: rowIndex: number;
Deprecated version: 9
Substitute API: ohos.data.relationalStore.ResultSet.rowIndex |resultSet.d.ts| +|Deprecated version changed|Class name: ResultSet
Method or attribute name: isAtFirstRow: boolean;
Deprecated version: N/A|Class name: ResultSet
Method or attribute name: isAtFirstRow: boolean;
Deprecated version: 9
Substitute API: ohos.data.relationalStore.ResultSet.isAtFirstRow |resultSet.d.ts| +|Deprecated version changed|Class name: ResultSet
Method or attribute name: isAtLastRow: boolean;
Deprecated version: N/A|Class name: ResultSet
Method or attribute name: isAtLastRow: boolean;
Deprecated version: 9
Substitute API: ohos.data.relationalStore.ResultSet.isAtLastRow |resultSet.d.ts| +|Deprecated version changed|Class name: ResultSet
Method or attribute name: isEnded: boolean;
Deprecated version: N/A|Class name: ResultSet
Method or attribute name: isEnded: boolean;
Deprecated version: 9
Substitute API: ohos.data.relationalStore.ResultSet.isEnded |resultSet.d.ts| +|Deprecated version changed|Class name: ResultSet
Method or attribute name: isStarted: boolean;
Deprecated version: N/A|Class name: ResultSet
Method or attribute name: isStarted: boolean;
Deprecated version: 9
Substitute API: ohos.data.relationalStore.ResultSet.isStarted |resultSet.d.ts| +|Deprecated version changed|Class name: ResultSet
Method or attribute name: isClosed: boolean;
Deprecated version: N/A|Class name: ResultSet
Method or attribute name: isClosed: boolean;
Deprecated version: 9
Substitute API: ohos.data.relationalStore.ResultSet.isClosed |resultSet.d.ts| +|Deprecated version changed|Class name: ResultSet
Method or attribute name: getColumnIndex(columnName: string): number;
Deprecated version: N/A|Class name: ResultSet
Method or attribute name: getColumnIndex(columnName: string): number;
Deprecated version: 9
Substitute API: ohos.data.relationalStore.ResultSet.getColumnIndex |resultSet.d.ts| +|Deprecated version changed|Class name: ResultSet
Method or attribute name: getColumnName(columnIndex: number): string;
Deprecated version: N/A|Class name: ResultSet
Method or attribute name: getColumnName(columnIndex: number): string;
Deprecated version: 9
Substitute API: ohos.data.relationalStore.ResultSet.getColumnName |resultSet.d.ts| +|Deprecated version changed|Class name: ResultSet
Method or attribute name: goTo(offset: number): boolean;
Deprecated version: N/A|Class name: ResultSet
Method or attribute name: goTo(offset: number): boolean;
Deprecated version: 9
Substitute API: ohos.data.relationalStore.ResultSet.goTo |resultSet.d.ts| +|Deprecated version changed|Class name: ResultSet
Method or attribute name: goToRow(position: number): boolean;
Deprecated version: N/A|Class name: ResultSet
Method or attribute name: goToRow(position: number): boolean;
Deprecated version: 9
Substitute API: ohos.data.relationalStore.ResultSet.goToRow |resultSet.d.ts| +|Deprecated version changed|Class name: ResultSet
Method or attribute name: goToFirstRow(): boolean;
Deprecated version: N/A|Class name: ResultSet
Method or attribute name: goToFirstRow(): boolean;
Deprecated version: 9
Substitute API: ohos.data.relationalStore.ResultSet.goToFirstRow |resultSet.d.ts| +|Deprecated version changed|Class name: ResultSet
Method or attribute name: goToLastRow(): boolean;
Deprecated version: N/A|Class name: ResultSet
Method or attribute name: goToLastRow(): boolean;
Deprecated version: 9
Substitute API: ohos.data.relationalStore.ResultSet.goToLastRow |resultSet.d.ts| +|Deprecated version changed|Class name: ResultSet
Method or attribute name: goToNextRow(): boolean;
Deprecated version: N/A|Class name: ResultSet
Method or attribute name: goToNextRow(): boolean;
Deprecated version: 9
Substitute API: ohos.data.relationalStore.ResultSet.goToNextRow |resultSet.d.ts| +|Deprecated version changed|Class name: ResultSet
Method or attribute name: goToPreviousRow(): boolean;
Deprecated version: N/A|Class name: ResultSet
Method or attribute name: goToPreviousRow(): boolean;
Deprecated version: 9
Substitute API: ohos.data.relationalStore.ResultSet.goToPreviousRow |resultSet.d.ts| +|Deprecated version changed|Class name: ResultSet
Method or attribute name: getBlob(columnIndex: number): Uint8Array;
Deprecated version: N/A|Class name: ResultSet
Method or attribute name: getBlob(columnIndex: number): Uint8Array;
Deprecated version: 9
Substitute API: ohos.data.relationalStore.ResultSet.getBlob |resultSet.d.ts| +|Deprecated version changed|Class name: ResultSet
Method or attribute name: getString(columnIndex: number): string;
Deprecated version: N/A|Class name: ResultSet
Method or attribute name: getString(columnIndex: number): string;
Deprecated version: 9
Substitute API: ohos.data.relationalStore.ResultSet.getString |resultSet.d.ts| +|Deprecated version changed|Class name: ResultSet
Method or attribute name: getLong(columnIndex: number): number;
Deprecated version: N/A|Class name: ResultSet
Method or attribute name: getLong(columnIndex: number): number;
Deprecated version: 9
Substitute API: ohos.data.relationalStore.ResultSet.getLong |resultSet.d.ts| +|Deprecated version changed|Class name: ResultSet
Method or attribute name: getDouble(columnIndex: number): number;
Deprecated version: N/A|Class name: ResultSet
Method or attribute name: getDouble(columnIndex: number): number;
Deprecated version: 9
Substitute API: ohos.data.relationalStore.ResultSet.getDouble |resultSet.d.ts| +|Deprecated version changed|Class name: ResultSet
Method or attribute name: isColumnNull(columnIndex: number): boolean;
Deprecated version: N/A|Class name: ResultSet
Method or attribute name: isColumnNull(columnIndex: number): boolean;
Deprecated version: 9
Substitute API: ohos.data.relationalStore.ResultSet.isColumnNull |resultSet.d.ts| +|Deprecated version changed|Class name: ResultSet
Method or attribute name: close(): void;
Deprecated version: N/A|Class name: ResultSet
Method or attribute name: close(): void;
Deprecated version: 9
Substitute API: ohos.data.relationalStore.ResultSet.close |resultSet.d.ts| +|Initial version changed|Class name: RdbStore
Method or attribute name: executeSql(sql: string, bindArgs: Array\, callback: AsyncCallback\): void;
Initial version: 7|Class name: RdbStore
Method or attribute name: executeSql(sql: string, bindArgs: Array\, callback: AsyncCallback\): void;
Initial version: 8|@ohos.data.rdb.d.ts| +|Error code added|NA|Class name: RdbPredicates
Method or attribute name: isNotNull(field: string): RdbPredicates;
Error code: 401|@ohos.data.rdb.d.ts| +|Permission added|Class name: DistributedObject
Method or attribute name: setSessionId(sessionId?: string): boolean;
Permission: N/A|Class name: DistributedObject
Method or attribute name: setSessionId(sessionId?: string): boolean;
Permission: ohos.permission.DISTRIBUTED_DATASYNC|@ohos.data.distributedDataObject.d.ts| +|Permission added|Class name: SubscribeType
Permission: N/A|Class name: SubscribeType
Permission: ohos.permission.DISTRIBUTED_DATASYNC|@ohos.data.rdb.d.ts| +|Permission added|Class name: RdbStore
Method or attribute name: setDistributedTables(tables: Array\, callback: AsyncCallback\): void;
Permission: N/A|Class name: RdbStore
Method or attribute name: setDistributedTables(tables: Array\, callback: AsyncCallback\): void;
Permission: ohos.permission.DISTRIBUTED_DATASYNC|@ohos.data.rdb.d.ts| +|Permission added|Class name: RdbStore
Method or attribute name: setDistributedTables(tables: Array\): Promise\;
Permission: N/A|Class name: RdbStore
Method or attribute name: setDistributedTables(tables: Array\): Promise\;
Permission: ohos.permission.DISTRIBUTED_DATASYNC|@ohos.data.rdb.d.ts| +|Permission added|Class name: RdbStore
Method or attribute name: obtainDistributedTableName(device: string, table: string, callback: AsyncCallback\): void;
Permission: N/A|Class name: RdbStore
Method or attribute name: obtainDistributedTableName(device: string, table: string, callback: AsyncCallback\): void;
Permission: ohos.permission.DISTRIBUTED_DATASYNC|@ohos.data.rdb.d.ts| +|Permission added|Class name: RdbStore
Method or attribute name: obtainDistributedTableName(device: string, table: string): Promise\;
Permission: N/A|Class name: RdbStore
Method or attribute name: obtainDistributedTableName(device: string, table: string): Promise\;
Permission: ohos.permission.DISTRIBUTED_DATASYNC|@ohos.data.rdb.d.ts| +|Function changed|Class name: KVStore
Method or attribute name: on(event: 'dataChange', type: SubscribeType, observer: Callback\): void;
|Class name: KVStore
Method or attribute name: on(event: 'dataChange', type: SubscribeType, listener: Callback\): void;
|@ohos.data.distributedData.d.ts| +|Function changed|Class name: KVStore
Method or attribute name: off(event:'dataChange', observer?: Callback\): void;
|Class name: KVStore
Method or attribute name: off(event: 'dataChange', listener?: Callback\): void;
|@ohos.data.distributedData.d.ts| +|Function changed|Class name: SingleKVStore
Method or attribute name: sync(deviceIdList: string[], mode: SyncMode, allowedDelayMs?: number): void;
|Class name: SingleKVStore
Method or attribute name: sync(deviceIds: string[], mode: SyncMode, delayMs?: number): void;
|@ohos.data.distributedData.d.ts| +|Function changed|Class name: DeviceKVStore
Method or attribute name: sync(deviceIdList: string[], mode: SyncMode, allowedDelayMs?: number): void;
|Class name: DeviceKVStore
Method or attribute name: sync(deviceIds: string[], mode: SyncMode, delayMs?: number): void;
|@ohos.data.distributedData.d.ts| +|Function changed|Class name: RdbStore
Method or attribute name: insert(name: string, values: ValuesBucket, callback: AsyncCallback\): void;
|Class name: RdbStore
Method or attribute name: insert(table: string, values: ValuesBucket, callback: AsyncCallback\): void;
|@ohos.data.rdb.d.ts| +|Function changed|Class name: RdbStore
Method or attribute name: insert(name: string, values: ValuesBucket): Promise\;
|Class name: RdbStore
Method or attribute name: insert(table: string, values: ValuesBucket): Promise\;
|@ohos.data.rdb.d.ts| +|Function changed|Class name: RdbStore
Method or attribute name: update(values: ValuesBucket, rdbPredicates: RdbPredicates, callback: AsyncCallback\): void;
|Class name: RdbStore
Method or attribute name: update(values: ValuesBucket, predicates: RdbPredicates, callback: AsyncCallback\): void;
|@ohos.data.rdb.d.ts| +|Function changed|Class name: RdbStore
Method or attribute name: update(values: ValuesBucket, rdbPredicates: RdbPredicates): Promise\;
|Class name: RdbStore
Method or attribute name: update(values: ValuesBucket, predicates: RdbPredicates): Promise\;
|@ohos.data.rdb.d.ts| +|Function changed|Class name: RdbStore
Method or attribute name: delete(rdbPredicates: RdbPredicates, callback: AsyncCallback\): void;
|Class name: RdbStore
Method or attribute name: delete(predicates: RdbPredicates, callback: AsyncCallback\): void;
|@ohos.data.rdb.d.ts| +|Function changed|Class name: RdbStore
Method or attribute name: delete(rdbPredicates: RdbPredicates): Promise\;
|Class name: RdbStore
Method or attribute name: delete(predicates: RdbPredicates): Promise\;
|@ohos.data.rdb.d.ts| +|Function changed|Class name: RdbStore
Method or attribute name: query(rdbPredicates: RdbPredicates, columns: Array\, callback: AsyncCallback\): void;
|Class name: RdbStore
Method or attribute name: query(predicates: RdbPredicates, columns: Array\, callback: AsyncCallback\): void;
|@ohos.data.rdb.d.ts| +|Function changed|Class name: RdbStore
Method or attribute name: query(rdbPredicates: RdbPredicates, columns?: Array\): Promise\;
|Class name: RdbStore
Method or attribute name: query(predicates: RdbPredicates, columns ?: Array\): Promise\;
|@ohos.data.rdb.d.ts| diff --git a/en/release-notes/api-diff/v3.2-Release/js-apidiff-distributed-hardware.md b/en/release-notes/api-diff/v3.2-Release/js-apidiff-distributed-hardware.md new file mode 100644 index 0000000000000000000000000000000000000000..b1e93a002c8ac7db0d06cf9f99b2f23a96ea5d70 --- /dev/null +++ b/en/release-notes/api-diff/v3.2-Release/js-apidiff-distributed-hardware.md @@ -0,0 +1,47 @@ +| Change Type | Old Version | New Version | d.ts File | +| ---- | ------ | ------ | -------- | +|Added|NA|Module name: ohos.distributedHardware.deviceManager
Class name: DeviceInfo
Method or attribute name: range: number;|@ohos.distributedHardware.deviceManager.d.ts| +|Added|NA|Class name: DeviceInfo
Method or attribute name: range: number;|@ohos.distributedHardware.deviceManager.d.ts| +|Added|NA|Module name: ohos.distributedHardware.deviceManager
Class name: PublishInfo|@ohos.distributedHardware.deviceManager.d.ts| +|Added|NA|Class name: PublishInfo
Method or attribute name: |@ohos.distributedHardware.deviceManager.d.ts| +|Added|NA|Module name: ohos.distributedHardware.deviceManager
Class name: PublishInfo
Method or attribute name: publishId: number;|@ohos.distributedHardware.deviceManager.d.ts| +|Added|NA|Class name: PublishInfo
Method or attribute name: publishId: number;|@ohos.distributedHardware.deviceManager.d.ts| +|Added|NA|Module name: ohos.distributedHardware.deviceManager
Class name: PublishInfo
Method or attribute name: mode: DiscoverMode;|@ohos.distributedHardware.deviceManager.d.ts| +|Added|NA|Class name: PublishInfo
Method or attribute name: mode: DiscoverMode;|@ohos.distributedHardware.deviceManager.d.ts| +|Added|NA|Module name: ohos.distributedHardware.deviceManager
Class name: PublishInfo
Method or attribute name: freq: ExchangeFreq;|@ohos.distributedHardware.deviceManager.d.ts| +|Added|NA|Class name: PublishInfo
Method or attribute name: freq: ExchangeFreq;|@ohos.distributedHardware.deviceManager.d.ts| +|Added|NA|Module name: ohos.distributedHardware.deviceManager
Class name: PublishInfo
Method or attribute name: ranging : boolean;|@ohos.distributedHardware.deviceManager.d.ts| +|Added|NA|Class name: PublishInfo
Method or attribute name: ranging : boolean;|@ohos.distributedHardware.deviceManager.d.ts| +|Added|NA|Class name: DeviceManager
Method or attribute name: startDeviceDiscovery(subscribeInfo: SubscribeInfo, filterOptions?: string): void;|@ohos.distributedHardware.deviceManager.d.ts| +|Added|NA|Class name: DeviceManager
Method or attribute name: publishDeviceDiscovery(publishInfo: PublishInfo): void;|@ohos.distributedHardware.deviceManager.d.ts| +|Added|NA|Class name: DeviceManager
Method or attribute name: unPublishDeviceDiscovery(publishId: number): void;|@ohos.distributedHardware.deviceManager.d.ts| +|Added|NA|Class name: DeviceManager
Method or attribute name: setUserOperation(operateAction: number, params: string): void;|@ohos.distributedHardware.deviceManager.d.ts| +|Added|NA|Class name: DeviceManager
Method or attribute name: on(type: 'uiStateChange', callback: Callback\<{ param: string}>): void;|@ohos.distributedHardware.deviceManager.d.ts| +|Added|NA|Class name: DeviceManager
Method or attribute name: off(type: 'uiStateChange', callback?: Callback\<{ param: string}>): void;|@ohos.distributedHardware.deviceManager.d.ts| +|Added|NA|Class name: DeviceManager
Method or attribute name: on(type: 'publishSuccess', callback: Callback\<{ publishId: number }>): void;|@ohos.distributedHardware.deviceManager.d.ts| +|Added|NA|Class name: DeviceManager
Method or attribute name: off(type: 'publishSuccess', callback?: Callback\<{ publishId: number }>): void;|@ohos.distributedHardware.deviceManager.d.ts| +|Added|NA|Class name: DeviceManager
Method or attribute name: on(type: 'publishFail', callback: Callback\<{ publishId: number, reason: number }>): void;|@ohos.distributedHardware.deviceManager.d.ts| +|Added|NA|Class name: DeviceManager
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
Access level: public API|Class name: DeviceType
Access level: system API|@ohos.distributedHardware.deviceManager.d.ts| +|Initial version changed|Class name: DeviceManager
Method or attribute name: startDeviceDiscovery(subscribeInfo: SubscribeInfo): void;
Initial version: N/A|Class name: DeviceManager
Method or attribute name: startDeviceDiscovery(subscribeInfo: SubscribeInfo): void;
Initial version: 8|@ohos.distributedHardware.deviceManager.d.ts| +|Error code added|NA|Class name: deviceManager
Method or attribute name: function createDeviceManager(bundleName: string, callback: AsyncCallback\): void;
Error code: 401|@ohos.distributedHardware.deviceManager.d.ts| +|Error code added|NA|Class name: DeviceManager
Method or attribute name: release(): void;
Error code: 11600101|@ohos.distributedHardware.deviceManager.d.ts| +|Error code added|NA|Class name: DeviceManager
Method or attribute name: getTrustedDeviceListSync(): Array\;
Error code: 401, 11600101|@ohos.distributedHardware.deviceManager.d.ts| +|Error code added|NA|Class name: DeviceManager
Method or attribute name: getTrustedDeviceList(callback:AsyncCallback\>): void;
Error code: 401|@ohos.distributedHardware.deviceManager.d.ts| +|Error code added|NA|Class name: DeviceManager
Method or attribute name: getTrustedDeviceList(): Promise\>;
Error code: 401|@ohos.distributedHardware.deviceManager.d.ts| +|Error code added|NA|Class name: DeviceManager
Method or attribute name: getLocalDeviceInfoSync(): DeviceInfo;
Error code: 401, 11600101|@ohos.distributedHardware.deviceManager.d.ts| +|Error code added|NA|Class name: DeviceManager
Method or attribute name: getLocalDeviceInfo(callback:AsyncCallback\): void;
Error code: 401|@ohos.distributedHardware.deviceManager.d.ts| +|Error code added|NA|Class name: DeviceManager
Method or attribute name: getLocalDeviceInfo(): Promise\;
Error code: 401|@ohos.distributedHardware.deviceManager.d.ts| +|Error code added|NA|Class name: DeviceManager
Method or attribute name: startDeviceDiscovery(subscribeInfo: SubscribeInfo): void;
Error code: 401, 201, 11600104, 11600101|@ohos.distributedHardware.deviceManager.d.ts| +|Error code added|NA|Class name: DeviceManager
Method or attribute name: stopDeviceDiscovery(subscribeId: number): void;
Error code: 401, 201, 11600101|@ohos.distributedHardware.deviceManager.d.ts| +|Error code added|NA|Class name: DeviceManager
Method or attribute name: unAuthenticateDevice(deviceInfo: DeviceInfo): void
Error code: 401, 201, 11600101|@ohos.distributedHardware.deviceManager.d.ts| +|Error code added|NA|Class name: DeviceManager
Method or attribute name: verifyAuthInfo(authInfo: AuthInfo, callback: AsyncCallback\<{deviceId: string, level: number}>): void;
Error code: 401|@ohos.distributedHardware.deviceManager.d.ts| +|Error code added|NA|Class name: DeviceManager
Method or attribute name: on(type: 'deviceStateChange', callback: Callback\<{ action: DeviceStateChangeAction, device: DeviceInfo }>): void;
Error code: 401|@ohos.distributedHardware.deviceManager.d.ts| +|Error code added|NA|Class name: DeviceManager
Method or attribute name: off(type: 'deviceStateChange', callback?: Callback\<{ action: DeviceStateChangeAction, device: DeviceInfo }>): void;
Error code: 401|@ohos.distributedHardware.deviceManager.d.ts| +|Error code added|NA|Class name: DeviceManager
Method or attribute name: on(type: 'deviceFound', callback: Callback\<{ subscribeId: number, device: DeviceInfo }>): void;
Error code: 401|@ohos.distributedHardware.deviceManager.d.ts| +|Error code added|NA|Class name: DeviceManager
Method or attribute name: off(type: 'deviceFound', callback?: Callback\<{ subscribeId: number, device: DeviceInfo }>): void;
Error code: 401|@ohos.distributedHardware.deviceManager.d.ts| +|Error code added|NA|Class name: DeviceManager
Method or attribute name: on(type: 'discoverFail', callback: Callback\<{ subscribeId: number, reason: number }>): void;
Error code: 401|@ohos.distributedHardware.deviceManager.d.ts| +|Error code added|NA|Class name: DeviceManager
Method or attribute name: off(type: 'discoverFail', callback?: Callback\<{ subscribeId: number, reason: number }>): void;
Error code: 401|@ohos.distributedHardware.deviceManager.d.ts| +|Error code added|NA|Class name: DeviceManager
Method or attribute name: on(type: 'serviceDie', callback: () => void): void;
Error code: 401|@ohos.distributedHardware.deviceManager.d.ts| +|Error code added|NA|Class name: DeviceManager
Method or attribute name: off(type: 'serviceDie', callback?: () => void): void;
Error code: 401|@ohos.distributedHardware.deviceManager.d.ts| +|Function changed|Class name: DeviceManager
Method or attribute name: authenticateDevice(deviceInfo: DeviceInfo, authParam: AuthParam, callback: AsyncCallback\<{deviceId: string, pinTone ?: number}>): void;
|Class name: DeviceManager
Method or attribute name: authenticateDevice(deviceInfo: DeviceInfo, authParam: AuthParam, callback: AsyncCallback\<{deviceId: string, pinToken ?: number}>): void;
|@ohos.distributedHardware.deviceManager.d.ts| diff --git a/en/release-notes/api-diff/v3.2-Release/js-apidiff-file-management.md b/en/release-notes/api-diff/v3.2-Release/js-apidiff-file-management.md new file mode 100644 index 0000000000000000000000000000000000000000..0fa5dda17ff56bcbf442235fa853ffe896093d28 --- /dev/null +++ b/en/release-notes/api-diff/v3.2-Release/js-apidiff-file-management.md @@ -0,0 +1,577 @@ +| Change Type | Old Version | New Version | d.ts File | +| ---- | ------ | ------ | -------- | +|Added|NA|Module name: ohos.file.environment
Class name: Environment|@ohos.file.environment.d.ts| +|Added|NA|Module name: ohos.file.environment
Class name: Environment
Method or attribute name: function getStorageDataDir(): Promise\;|@ohos.file.environment.d.ts| +|Added|NA|Module name: ohos.file.environment
Class name: Environment
Method or attribute name: function getStorageDataDir(callback: AsyncCallback\): void;|@ohos.file.environment.d.ts| +|Added|NA|Module name: ohos.file.environment
Class name: Environment
Method or attribute name: function getUserDataDir(): Promise\;|@ohos.file.environment.d.ts| +|Added|NA|Module name: ohos.file.environment
Class name: Environment
Method or attribute name: function getUserDataDir(callback: AsyncCallback\): void;|@ohos.file.environment.d.ts| +|Added|NA|Module name: ohos.file.fileAccess
Class name: fileAccess|@ohos.file.fileAccess.d.ts| +|Added|NA|Module name: ohos.file.fileAccess
Class name: fileAccess
Method or attribute name: function getFileAccessAbilityInfo(callback: AsyncCallback\>): void;|@ohos.file.fileAccess.d.ts| +|Added|NA|Module name: ohos.file.fileAccess
Class name: fileAccess
Method or attribute name: function getFileAccessAbilityInfo(): Promise\>;|@ohos.file.fileAccess.d.ts| +|Added|NA|Module name: ohos.file.fileAccess
Class name: fileAccess
Method or attribute name: function createFileAccessHelper(context: Context): FileAccessHelper;|@ohos.file.fileAccess.d.ts| +|Added|NA|Module name: ohos.file.fileAccess
Class name: fileAccess
Method or attribute name: function createFileAccessHelper(context: Context, wants: Array\): FileAccessHelper;|@ohos.file.fileAccess.d.ts| +|Added|NA|Module name: ohos.file.fileAccess
Class name: FileInfo|@ohos.file.fileAccess.d.ts| +|Added|NA|Module name: ohos.file.fileAccess
Class name: FileInfo
Method or attribute name: uri: string;|@ohos.file.fileAccess.d.ts| +|Added|NA|Module name: ohos.file.fileAccess
Class name: FileInfo
Method or attribute name: fileName: string;|@ohos.file.fileAccess.d.ts| +|Added|NA|Module name: ohos.file.fileAccess
Class name: FileInfo
Method or attribute name: mode: number;|@ohos.file.fileAccess.d.ts| +|Added|NA|Module name: ohos.file.fileAccess
Class name: FileInfo
Method or attribute name: size: number;|@ohos.file.fileAccess.d.ts| +|Added|NA|Module name: ohos.file.fileAccess
Class name: FileInfo
Method or attribute name: mtime: number;|@ohos.file.fileAccess.d.ts| +|Added|NA|Module name: ohos.file.fileAccess
Class name: FileInfo
Method or attribute name: mimeType: string;|@ohos.file.fileAccess.d.ts| +|Added|NA|Module name: ohos.file.fileAccess
Class name: FileInfo
Method or attribute name: listFile(filter?: Filter): FileIterator;|@ohos.file.fileAccess.d.ts| +|Added|NA|Module name: ohos.file.fileAccess
Class name: FileInfo
Method or attribute name: scanFile(filter?: Filter): FileIterator;|@ohos.file.fileAccess.d.ts| +|Added|NA|Module name: ohos.file.fileAccess
Class name: FileIterator|@ohos.file.fileAccess.d.ts| +|Added|NA|Module name: ohos.file.fileAccess
Class name: FileIterator
Method or attribute name: next(): {value: FileInfo, done: boolean}|@ohos.file.fileAccess.d.ts| +|Added|NA|Module name: ohos.file.fileAccess
Class name: RootInfo|@ohos.file.fileAccess.d.ts| +|Added|NA|Module name: ohos.file.fileAccess
Class name: RootInfo
Method or attribute name: deviceType: number;|@ohos.file.fileAccess.d.ts| +|Added|NA|Module name: ohos.file.fileAccess
Class name: RootInfo
Method or attribute name: uri: string;|@ohos.file.fileAccess.d.ts| +|Added|NA|Module name: ohos.file.fileAccess
Class name: RootInfo
Method or attribute name: displayName: string;|@ohos.file.fileAccess.d.ts| +|Added|NA|Module name: ohos.file.fileAccess
Class name: RootInfo
Method or attribute name: deviceFlags: number;|@ohos.file.fileAccess.d.ts| +|Added|NA|Module name: ohos.file.fileAccess
Class name: RootInfo
Method or attribute name: listFile(filter?: Filter): FileIterator;|@ohos.file.fileAccess.d.ts| +|Added|NA|Module name: ohos.file.fileAccess
Class name: RootInfo
Method or attribute name: scanFile(filter?: Filter): FileIterator;|@ohos.file.fileAccess.d.ts| +|Added|NA|Module name: ohos.file.fileAccess
Class name: RootIterator|@ohos.file.fileAccess.d.ts| +|Added|NA|Module name: ohos.file.fileAccess
Class name: RootIterator
Method or attribute name: next(): {value: RootInfo, done: boolean}|@ohos.file.fileAccess.d.ts| +|Added|NA|Module name: ohos.file.fileAccess
Class name: OPENFLAGS|@ohos.file.fileAccess.d.ts| +|Added|NA|Module name: ohos.file.fileAccess
Class name: OPENFLAGS
Method or attribute name: READ = 0o0|@ohos.file.fileAccess.d.ts| +|Added|NA|Module name: ohos.file.fileAccess
Class name: OPENFLAGS
Method or attribute name: WRITE = 0o1|@ohos.file.fileAccess.d.ts| +|Added|NA|Module name: ohos.file.fileAccess
Class name: OPENFLAGS
Method or attribute name: WRITE_READ = 0o2|@ohos.file.fileAccess.d.ts| +|Added|NA|Module name: ohos.file.fileAccess
Class name: FileAccessHelper|@ohos.file.fileAccess.d.ts| +|Added|NA|Module name: ohos.file.fileAccess
Class name: FileAccessHelper
Method or attribute name: openFile(uri: string, flags: OPENFLAGS) : Promise\;|@ohos.file.fileAccess.d.ts| +|Added|NA|Module name: ohos.file.fileAccess
Class name: FileAccessHelper
Method or attribute name: openFile(uri: string, flags: OPENFLAGS, callback: AsyncCallback\) : void;|@ohos.file.fileAccess.d.ts| +|Added|NA|Module name: ohos.file.fileAccess
Class name: FileAccessHelper
Method or attribute name: createFile(uri: string, displayName: string) : Promise\;|@ohos.file.fileAccess.d.ts| +|Added|NA|Module name: ohos.file.fileAccess
Class name: FileAccessHelper
Method or attribute name: createFile(uri: string, displayName: string, callback: AsyncCallback\) : void;|@ohos.file.fileAccess.d.ts| +|Added|NA|Module name: ohos.file.fileAccess
Class name: FileAccessHelper
Method or attribute name: mkDir(parentUri: string, displayName: string) : Promise\;|@ohos.file.fileAccess.d.ts| +|Added|NA|Module name: ohos.file.fileAccess
Class name: FileAccessHelper
Method or attribute name: mkDir(parentUri: string, displayName: string, callback: AsyncCallback\) : void;|@ohos.file.fileAccess.d.ts| +|Added|NA|Module name: ohos.file.fileAccess
Class name: FileAccessHelper
Method or attribute name: delete(uri: string) : Promise\;|@ohos.file.fileAccess.d.ts| +|Added|NA|Module name: ohos.file.fileAccess
Class name: FileAccessHelper
Method or attribute name: delete(uri: string, callback: AsyncCallback\) : void;|@ohos.file.fileAccess.d.ts| +|Added|NA|Module name: ohos.file.fileAccess
Class name: FileAccessHelper
Method or attribute name: move(sourceFile: string, destFile: string) : Promise\;|@ohos.file.fileAccess.d.ts| +|Added|NA|Module name: ohos.file.fileAccess
Class name: FileAccessHelper
Method or attribute name: move(sourceFile: string, destFile: string, callback: AsyncCallback\) : void;|@ohos.file.fileAccess.d.ts| +|Added|NA|Module name: ohos.file.fileAccess
Class name: FileAccessHelper
Method or attribute name: rename(uri: string, displayName: string) : Promise\;|@ohos.file.fileAccess.d.ts| +|Added|NA|Module name: ohos.file.fileAccess
Class name: FileAccessHelper
Method or attribute name: rename(uri: string, displayName: string, callback: AsyncCallback\) : void;|@ohos.file.fileAccess.d.ts| +|Added|NA|Module name: ohos.file.fileAccess
Class name: FileAccessHelper
Method or attribute name: access(sourceFileUri: string) : Promise\;|@ohos.file.fileAccess.d.ts| +|Added|NA|Module name: ohos.file.fileAccess
Class name: FileAccessHelper
Method or attribute name: access(sourceFileUri: string, callback: AsyncCallback\) : void;|@ohos.file.fileAccess.d.ts| +|Added|NA|Module name: ohos.file.fileAccess
Class name: FileAccessHelper
Method or attribute name: getRoots(): Promise\;|@ohos.file.fileAccess.d.ts| +|Added|NA|Module name: ohos.file.fileAccess
Class name: FileAccessHelper
Method or attribute name: getRoots(callback:AsyncCallback\) : void;|@ohos.file.fileAccess.d.ts| +|Added|NA|Module name: ohos.file.fileExtensionInfo
Class name: fileExtensionInfo|@ohos.file.fileExtensionInfo.d.ts| +|Added|NA|Module name: ohos.file.fileExtensionInfo
Class name: DeviceType|@ohos.file.fileExtensionInfo.d.ts| +|Added|NA|Module name: ohos.file.fileExtensionInfo
Class name: DeviceType
Method or attribute name: DEVICE_LOCAL_DISK = 1|@ohos.file.fileExtensionInfo.d.ts| +|Added|NA|Module name: ohos.file.fileExtensionInfo
Class name: DeviceType
Method or attribute name: DEVICE_SHARED_DISK|@ohos.file.fileExtensionInfo.d.ts| +|Added|NA|Module name: ohos.file.fileExtensionInfo
Class name: DeviceType
Method or attribute name: DEVICE_SHARED_TERMINAL|@ohos.file.fileExtensionInfo.d.ts| +|Added|NA|Module name: ohos.file.fileExtensionInfo
Class name: DeviceType
Method or attribute name: DEVICE_NETWORK_NEIGHBORHOODS|@ohos.file.fileExtensionInfo.d.ts| +|Added|NA|Module name: ohos.file.fileExtensionInfo
Class name: DeviceType
Method or attribute name: DEVICE_EXTERNAL_MTP|@ohos.file.fileExtensionInfo.d.ts| +|Added|NA|Module name: ohos.file.fileExtensionInfo
Class name: DeviceType
Method or attribute name: DEVICE_EXTERNAL_USB|@ohos.file.fileExtensionInfo.d.ts| +|Added|NA|Module name: ohos.file.fileExtensionInfo
Class name: DeviceType
Method or attribute name: DEVICE_EXTERNAL_CLOUD|@ohos.file.fileExtensionInfo.d.ts| +|Added|NA|Module name: ohos.file.fileExtensionInfo
Class name: DeviceFlag|@ohos.file.fileExtensionInfo.d.ts| +|Added|NA|Module name: ohos.file.fileExtensionInfo
Class name: DeviceFlag
Method or attribute name: const SUPPORTS_READ = 0b1;|@ohos.file.fileExtensionInfo.d.ts| +|Added|NA|Module name: ohos.file.fileExtensionInfo
Class name: DeviceFlag
Method or attribute name: const SUPPORTS_WRITE = 0b10;|@ohos.file.fileExtensionInfo.d.ts| +|Added|NA|Module name: ohos.file.fileExtensionInfo
Class name: DocumentFlag|@ohos.file.fileExtensionInfo.d.ts| +|Added|NA|Module name: ohos.file.fileExtensionInfo
Class name: DocumentFlag
Method or attribute name: const REPRESENTS_FILE = 0b1;|@ohos.file.fileExtensionInfo.d.ts| +|Added|NA|Module name: ohos.file.fileExtensionInfo
Class name: DocumentFlag
Method or attribute name: const REPRESENTS_DIR = 0b10;|@ohos.file.fileExtensionInfo.d.ts| +|Added|NA|Module name: ohos.file.fileExtensionInfo
Class name: DocumentFlag
Method or attribute name: const SUPPORTS_READ = 0b100;|@ohos.file.fileExtensionInfo.d.ts| +|Added|NA|Module name: ohos.file.fileExtensionInfo
Class name: DocumentFlag
Method or attribute name: const SUPPORTS_WRITE = 0b1000;|@ohos.file.fileExtensionInfo.d.ts| +|Added|NA|Module name: ohos.file.fileuri
Class name: fileUri|@ohos.file.fileuri.d.ts| +|Added|NA|Module name: ohos.file.fileuri
Class name: fileUri
Method or attribute name: function getUriFromPath(path: string): string;|@ohos.file.fileuri.d.ts| +|Added|NA|Module name: ohos.file.fs
Class name: fileIo|@ohos.file.fs.d.ts| +|Added|NA|Module name: ohos.file.fs
Class name: OpenMode|@ohos.file.fs.d.ts| +|Added|NA|Module name: ohos.file.fs
Class name: OpenMode
Method or attribute name: const READ_ONLY = 0o0;|@ohos.file.fs.d.ts| +|Added|NA|Module name: ohos.file.fs
Class name: OpenMode
Method or attribute name: const WRITE_ONLY = 0o1;|@ohos.file.fs.d.ts| +|Added|NA|Module name: ohos.file.fs
Class name: OpenMode
Method or attribute name: const READ_WRITE = 0o2;|@ohos.file.fs.d.ts| +|Added|NA|Module name: ohos.file.fs
Class name: OpenMode
Method or attribute name: const CREATE = 0o100;|@ohos.file.fs.d.ts| +|Added|NA|Module name: ohos.file.fs
Class name: OpenMode
Method or attribute name: const TRUNC = 0o1000;|@ohos.file.fs.d.ts| +|Added|NA|Module name: ohos.file.fs
Class name: OpenMode
Method or attribute name: const APPEND = 0o2000;|@ohos.file.fs.d.ts| +|Added|NA|Module name: ohos.file.fs
Class name: OpenMode
Method or attribute name: const NONBLOCK = 0o4000;|@ohos.file.fs.d.ts| +|Added|NA|Module name: ohos.file.fs
Class name: OpenMode
Method or attribute name: const DIR = 0o200000;|@ohos.file.fs.d.ts| +|Added|NA|Module name: ohos.file.fs
Class name: OpenMode
Method or attribute name: const NOFOLLOW = 0o400000;|@ohos.file.fs.d.ts| +|Added|NA|Module name: ohos.file.fs
Class name: OpenMode
Method or attribute name: const SYNC = 0o4010000;|@ohos.file.fs.d.ts| +|Added|NA|Module name: ohos.file.fs
Class name: fileIo
Method or attribute name: function access(path: string): Promise\;|@ohos.file.fs.d.ts| +|Added|NA|Module name: ohos.file.fs
Class name: fileIo
Method or attribute name: function access(path: string, callback: AsyncCallback\): void;|@ohos.file.fs.d.ts| +|Added|NA|Module name: ohos.file.fs
Class name: fileIo
Method or attribute name: function accessSync(path: string): boolean;|@ohos.file.fs.d.ts| +|Added|NA|Module name: ohos.file.fs
Class name: fileIo
Method or attribute name: function close(file: number \| File): Promise\;|@ohos.file.fs.d.ts| +|Added|NA|Module name: ohos.file.fs
Class name: fileIo
Method or attribute name: function close(file: number \| File, callback: AsyncCallback\): void;|@ohos.file.fs.d.ts| +|Added|NA|Module name: ohos.file.fs
Class name: fileIo
Method or attribute name: function closeSync(fd: number \| File): void;|@ohos.file.fs.d.ts| +|Added|NA|Module name: ohos.file.fs
Class name: fileIo
Method or attribute name: function copyFile(src: string \| number, dest: string \| number, mode?: number): Promise\;|@ohos.file.fs.d.ts| +|Added|NA|Module name: ohos.file.fs
Class name: fileIo
Method or attribute name: function copyFile(src: string \| number, dest: string \| number, callback: AsyncCallback\): void;|@ohos.file.fs.d.ts| +|Added|NA|Module name: ohos.file.fs
Class name: fileIo
Method or attribute name: function copyFile(src: string \| number, dest: string \| number, mode: number, callback: AsyncCallback\): void;|@ohos.file.fs.d.ts| +|Added|NA|Module name: ohos.file.fs
Class name: fileIo
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
Class name: fileIo
Method or attribute name: function createStream(path: string, mode: string): Promise\;|@ohos.file.fs.d.ts| +|Added|NA|Module name: ohos.file.fs
Class name: fileIo
Method or attribute name: function createStream(path: string, mode: string, callback: AsyncCallback\): void;|@ohos.file.fs.d.ts| +|Added|NA|Module name: ohos.file.fs
Class name: fileIo
Method or attribute name: function createStreamSync(path: string, mode: string): Stream;|@ohos.file.fs.d.ts| +|Added|NA|Module name: ohos.file.fs
Class name: fileIo
Method or attribute name: function fdatasync(fd: number): Promise\;|@ohos.file.fs.d.ts| +|Added|NA|Module name: ohos.file.fs
Class name: fileIo
Method or attribute name: function fdatasync(fd: number, callback: AsyncCallback\): void;|@ohos.file.fs.d.ts| +|Added|NA|Module name: ohos.file.fs
Class name: fileIo
Method or attribute name: function fdatasyncSync(fd: number): void;|@ohos.file.fs.d.ts| +|Added|NA|Module name: ohos.file.fs
Class name: fileIo
Method or attribute name: function fdopenStream(fd: number, mode: string): Promise\;|@ohos.file.fs.d.ts| +|Added|NA|Module name: ohos.file.fs
Class name: fileIo
Method or attribute name: function fdopenStream(fd: number, mode: string, callback: AsyncCallback\): void;|@ohos.file.fs.d.ts| +|Added|NA|Module name: ohos.file.fs
Class name: fileIo
Method or attribute name: function fdopenStreamSync(fd: number, mode: string): Stream;|@ohos.file.fs.d.ts| +|Added|NA|Module name: ohos.file.fs
Class name: fileIo
Method or attribute name: function fsync(fd: number): Promise\;|@ohos.file.fs.d.ts| +|Added|NA|Module name: ohos.file.fs
Class name: fileIo
Method or attribute name: function fsync(fd: number, callback: AsyncCallback\): void;|@ohos.file.fs.d.ts| +|Added|NA|Module name: ohos.file.fs
Class name: fileIo
Method or attribute name: function fsyncSync(fd: number): void;|@ohos.file.fs.d.ts| +|Added|NA|Module name: ohos.file.fs
Class name: fileIo
Method or attribute name: function listFile(path: string, options?: {
recursion?: boolean;
listNum?: number;
filter?: Filter;
}): Promise\;|@ohos.file.fs.d.ts| +|Added|NA|Module name: ohos.file.fs
Class name: fileIo
Method or attribute name: function listFile(path: string, callback: AsyncCallback\): void;|@ohos.file.fs.d.ts| +|Added|NA|Module name: ohos.file.fs
Class name: fileIo
Method or attribute name: function listFile(path: string, options: {
recursion?: boolean;
listNum?: number;
filter?: Filter;
}, callback: AsyncCallback\): void;|@ohos.file.fs.d.ts| +|Added|NA|Module name: ohos.file.fs
Class name: fileIo
Method or attribute name: function listFileSync(path: string, options?: {
recursion?: boolean;
listNum?: number;
filter?: Filter;
}): string[];|@ohos.file.fs.d.ts| +|Added|NA|Module name: ohos.file.fs
Class name: fileIo
Method or attribute name: function lstat(path: string): Promise\;|@ohos.file.fs.d.ts| +|Added|NA|Module name: ohos.file.fs
Class name: fileIo
Method or attribute name: function lstat(path: string, callback: AsyncCallback\): void;|@ohos.file.fs.d.ts| +|Added|NA|Module name: ohos.file.fs
Class name: fileIo
Method or attribute name: function lstatSync(path: string): Stat;|@ohos.file.fs.d.ts| +|Added|NA|Module name: ohos.file.fs
Class name: fileIo
Method or attribute name: function mkdir(path: string): Promise\;|@ohos.file.fs.d.ts| +|Added|NA|Module name: ohos.file.fs
Class name: fileIo
Method or attribute name: function mkdir(path: string, callback: AsyncCallback\): void;|@ohos.file.fs.d.ts| +|Added|NA|Module name: ohos.file.fs
Class name: fileIo
Method or attribute name: function mkdirSync(path: string): void;|@ohos.file.fs.d.ts| +|Added|NA|Module name: ohos.file.fs
Class name: fileIo
Method or attribute name: function mkdtemp(prefix: string): Promise\;|@ohos.file.fs.d.ts| +|Added|NA|Module name: ohos.file.fs
Class name: fileIo
Method or attribute name: function mkdtemp(prefix: string, callback: AsyncCallback\): void;|@ohos.file.fs.d.ts| +|Added|NA|Module name: ohos.file.fs
Class name: fileIo
Method or attribute name: function mkdtempSync(prefix: string): string;|@ohos.file.fs.d.ts| +|Added|NA|Module name: ohos.file.fs
Class name: fileIo
Method or attribute name: function moveFile(src: string, dest: string, mode?: number): Promise\;|@ohos.file.fs.d.ts| +|Added|NA|Module name: ohos.file.fs
Class name: fileIo
Method or attribute name: function moveFile(src: string, dest: string, callback: AsyncCallback\): void;|@ohos.file.fs.d.ts| +|Added|NA|Module name: ohos.file.fs
Class name: fileIo
Method or attribute name: function moveFile(src: string, dest: string, mode: number, callback: AsyncCallback\): void;|@ohos.file.fs.d.ts| +|Added|NA|Module name: ohos.file.fs
Class name: fileIo
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
Class name: fileIo
Method or attribute name: function open(path: string, mode?: number): Promise\;|@ohos.file.fs.d.ts| +|Added|NA|Module name: ohos.file.fs
Class name: fileIo
Method or attribute name: function open(path: string, callback: AsyncCallback\): void;|@ohos.file.fs.d.ts| +|Added|NA|Module name: ohos.file.fs
Class name: fileIo
Method or attribute name: function open(path: string, mode: number, callback: AsyncCallback\): void;|@ohos.file.fs.d.ts| +|Added|NA|Module name: ohos.file.fs
Class name: fileIo
Method or attribute name: function openSync(path: string, mode?: number): File;|@ohos.file.fs.d.ts| +|Added|NA|Module name: ohos.file.fs
Class name: fileIo
Method or attribute name: function read(fd: number, buffer: ArrayBuffer, options?: {
offset?: number;
length?: number;
}): Promise\;|@ohos.file.fs.d.ts| +|Added|NA|Module name: ohos.file.fs
Class name: fileIo
Method or attribute name: function read(fd: number, buffer: ArrayBuffer, callback: AsyncCallback\): void;|@ohos.file.fs.d.ts| +|Added|NA|Module name: ohos.file.fs
Class name: fileIo
Method or attribute name: function read(fd: number, buffer: ArrayBuffer, options: {
offset?: number;
length?: number;
}, callback: AsyncCallback\): void;|@ohos.file.fs.d.ts| +|Added|NA|Module name: ohos.file.fs
Class name: fileIo
Method or attribute name: function readSync(fd: number, buffer: ArrayBuffer, options?: {
offset?: number;
length?: number;
}): number;|@ohos.file.fs.d.ts| +|Added|NA|Module name: ohos.file.fs
Class name: fileIo
Method or attribute name: function readText(filePath: string, options?: {
offset?: number;
length?: number;
encoding?: string;
}): Promise\;|@ohos.file.fs.d.ts| +|Added|NA|Module name: ohos.file.fs
Class name: fileIo
Method or attribute name: function readText(filePath: string, callback: AsyncCallback\): void;|@ohos.file.fs.d.ts| +|Added|NA|Module name: ohos.file.fs
Class name: fileIo
Method or attribute name: function readText(filePath: string, options: {
offset?: number;
length?: number;
encoding?: string;
}, callback: AsyncCallback\): void;|@ohos.file.fs.d.ts| +|Added|NA|Module name: ohos.file.fs
Class name: fileIo
Method or attribute name: function readTextSync(filePath: string, options?: {
offset?: number;
length?: number;
encoding?: string;
}): string;|@ohos.file.fs.d.ts| +|Added|NA|Module name: ohos.file.fs
Class name: fileIo
Method or attribute name: function rename(oldPath: string, newPath: string): Promise\;|@ohos.file.fs.d.ts| +|Added|NA|Module name: ohos.file.fs
Class name: fileIo
Method or attribute name: function rename(oldPath: string, newPath: string, callback: AsyncCallback\): void;|@ohos.file.fs.d.ts| +|Added|NA|Module name: ohos.file.fs
Class name: fileIo
Method or attribute name: function renameSync(oldPath: string, newPath: string): void;|@ohos.file.fs.d.ts| +|Added|NA|Module name: ohos.file.fs
Class name: fileIo
Method or attribute name: function rmdir(path: string): Promise\;|@ohos.file.fs.d.ts| +|Added|NA|Module name: ohos.file.fs
Class name: fileIo
Method or attribute name: function rmdir(path: string, callback: AsyncCallback\): void;|@ohos.file.fs.d.ts| +|Added|NA|Module name: ohos.file.fs
Class name: fileIo
Method or attribute name: function rmdirSync(path: string): void;|@ohos.file.fs.d.ts| +|Added|NA|Module name: ohos.file.fs
Class name: fileIo
Method or attribute name: function stat(file: string \| number): Promise\;|@ohos.file.fs.d.ts| +|Added|NA|Module name: ohos.file.fs
Class name: fileIo
Method or attribute name: function stat(file: string \| number, callback: AsyncCallback\): void;|@ohos.file.fs.d.ts| +|Added|NA|Module name: ohos.file.fs
Class name: fileIo
Method or attribute name: function statSync(file: string \| number): Stat;|@ohos.file.fs.d.ts| +|Added|NA|Module name: ohos.file.fs
Class name: fileIo
Method or attribute name: function symlink(target: string, srcPath: string): Promise\;|@ohos.file.fs.d.ts| +|Added|NA|Module name: ohos.file.fs
Class name: fileIo
Method or attribute name: function symlink(target: string, srcPath: string, callback: AsyncCallback\): void;|@ohos.file.fs.d.ts| +|Added|NA|Module name: ohos.file.fs
Class name: fileIo
Method or attribute name: function symlinkSync(target: string, srcPath: string): void;|@ohos.file.fs.d.ts| +|Added|NA|Module name: ohos.file.fs
Class name: fileIo
Method or attribute name: function truncate(file: string \| number, len?: number): Promise\;|@ohos.file.fs.d.ts| +|Added|NA|Module name: ohos.file.fs
Class name: fileIo
Method or attribute name: function truncate(file: string \| number, callback: AsyncCallback\): void;|@ohos.file.fs.d.ts| +|Added|NA|Module name: ohos.file.fs
Class name: fileIo
Method or attribute name: function truncate(file: string \| number, len: number, callback: AsyncCallback\): void;|@ohos.file.fs.d.ts| +|Added|NA|Module name: ohos.file.fs
Class name: fileIo
Method or attribute name: function truncateSync(file: string \| number, len?: number): void;|@ohos.file.fs.d.ts| +|Added|NA|Module name: ohos.file.fs
Class name: fileIo
Method or attribute name: function unlink(path: string): Promise\;|@ohos.file.fs.d.ts| +|Added|NA|Module name: ohos.file.fs
Class name: fileIo
Method or attribute name: function unlink(path: string, callback: AsyncCallback\): void;|@ohos.file.fs.d.ts| +|Added|NA|Module name: ohos.file.fs
Class name: fileIo
Method or attribute name: function unlinkSync(path: string): void;|@ohos.file.fs.d.ts| +|Added|NA|Module name: ohos.file.fs
Class name: fileIo
Method or attribute name: function write(fd: number, buffer: ArrayBuffer \| string, options?: {
offset?: number;
length?: number;
encoding?: string;
}): Promise\;|@ohos.file.fs.d.ts| +|Added|NA|Module name: ohos.file.fs
Class name: fileIo
Method or attribute name: function write(fd: number, buffer: ArrayBuffer \| string, callback: AsyncCallback\): void;|@ohos.file.fs.d.ts| +|Added|NA|Module name: ohos.file.fs
Class name: fileIo
Method or attribute name: function write(fd: number, buffer: ArrayBuffer \| string, options: {
offset?: number;
length?: number;
encoding?: string;
}, callback: AsyncCallback\): void;|@ohos.file.fs.d.ts| +|Added|NA|Module name: ohos.file.fs
Class name: fileIo
Method or attribute name: function writeSync(fd: number, buffer: ArrayBuffer \| string, options?: {
offset?: number;
length?: number;
encoding?: string;
}): number;|@ohos.file.fs.d.ts| +|Added|NA|Module name: ohos.file.fs
Class name: File|@ohos.file.fs.d.ts| +|Added|NA|Module name: ohos.file.fs
Class name: File
Method or attribute name: readonly fd: number;|@ohos.file.fs.d.ts| +|Added|NA|Module name: ohos.file.fs
Class name: File
Method or attribute name: lock(exclusive?: boolean): Promise\;|@ohos.file.fs.d.ts| +|Added|NA|Module name: ohos.file.fs
Class name: File
Method or attribute name: lock(callback: AsyncCallback\): void;|@ohos.file.fs.d.ts| +|Added|NA|Module name: ohos.file.fs
Class name: File
Method or attribute name: lock(exclusive: boolean, callback: AsyncCallback\): void;|@ohos.file.fs.d.ts| +|Added|NA|Module name: ohos.file.fs
Class name: File
Method or attribute name: tryLock(exclusive?: boolean): void;|@ohos.file.fs.d.ts| +|Added|NA|Module name: ohos.file.fs
Class name: File
Method or attribute name: unlock(): void;|@ohos.file.fs.d.ts| +|Added|NA|Module name: ohos.file.fs
Class name: Stat|@ohos.file.fs.d.ts| +|Added|NA|Module name: ohos.file.fs
Class name: Stat
Method or attribute name: readonly ino: bigint;|@ohos.file.fs.d.ts| +|Added|NA|Module name: ohos.file.fs
Class name: Stat
Method or attribute name: readonly mode: number;|@ohos.file.fs.d.ts| +|Added|NA|Module name: ohos.file.fs
Class name: Stat
Method or attribute name: readonly uid: number;|@ohos.file.fs.d.ts| +|Added|NA|Module name: ohos.file.fs
Class name: Stat
Method or attribute name: readonly gid: number;|@ohos.file.fs.d.ts| +|Added|NA|Module name: ohos.file.fs
Class name: Stat
Method or attribute name: readonly size: number;|@ohos.file.fs.d.ts| +|Added|NA|Module name: ohos.file.fs
Class name: Stat
Method or attribute name: readonly atime: number;|@ohos.file.fs.d.ts| +|Added|NA|Module name: ohos.file.fs
Class name: Stat
Method or attribute name: readonly mtime: number;|@ohos.file.fs.d.ts| +|Added|NA|Module name: ohos.file.fs
Class name: Stat
Method or attribute name: readonly ctime: number;|@ohos.file.fs.d.ts| +|Added|NA|Module name: ohos.file.fs
Class name: Stat
Method or attribute name: isBlockDevice(): boolean;|@ohos.file.fs.d.ts| +|Added|NA|Module name: ohos.file.fs
Class name: Stat
Method or attribute name: isCharacterDevice(): boolean;|@ohos.file.fs.d.ts| +|Added|NA|Module name: ohos.file.fs
Class name: Stat
Method or attribute name: isDirectory(): boolean;|@ohos.file.fs.d.ts| +|Added|NA|Module name: ohos.file.fs
Class name: Stat
Method or attribute name: isFIFO(): boolean;|@ohos.file.fs.d.ts| +|Added|NA|Module name: ohos.file.fs
Class name: Stat
Method or attribute name: isFile(): boolean;|@ohos.file.fs.d.ts| +|Added|NA|Module name: ohos.file.fs
Class name: Stat
Method or attribute name: isSocket(): boolean;|@ohos.file.fs.d.ts| +|Added|NA|Module name: ohos.file.fs
Class name: Stat
Method or attribute name: isSymbolicLink(): boolean;|@ohos.file.fs.d.ts| +|Added|NA|Module name: ohos.file.fs
Class name: Stream|@ohos.file.fs.d.ts| +|Added|NA|Module name: ohos.file.fs
Class name: Stream
Method or attribute name: close(): Promise\;|@ohos.file.fs.d.ts| +|Added|NA|Module name: ohos.file.fs
Class name: Stream
Method or attribute name: close(callback: AsyncCallback\): void;|@ohos.file.fs.d.ts| +|Added|NA|Module name: ohos.file.fs
Class name: Stream
Method or attribute name: closeSync(): void;|@ohos.file.fs.d.ts| +|Added|NA|Module name: ohos.file.fs
Class name: Stream
Method or attribute name: flush(): Promise\;|@ohos.file.fs.d.ts| +|Added|NA|Module name: ohos.file.fs
Class name: Stream
Method or attribute name: flush(callback: AsyncCallback\): void;|@ohos.file.fs.d.ts| +|Added|NA|Module name: ohos.file.fs
Class name: Stream
Method or attribute name: flushSync(): void;|@ohos.file.fs.d.ts| +|Added|NA|Module name: ohos.file.fs
Class name: Stream
Method or attribute name: write(buffer: ArrayBuffer \| string, options?: {
offset?: number;
length?: number;
encoding?: string;
}): Promise\;|@ohos.file.fs.d.ts| +|Added|NA|Module name: ohos.file.fs
Class name: Stream
Method or attribute name: write(buffer: ArrayBuffer \| string, callback: AsyncCallback\): void;|@ohos.file.fs.d.ts| +|Added|NA|Module name: ohos.file.fs
Class name: Stream
Method or attribute name: write(buffer: ArrayBuffer \| string, options: {
offset?: number;
length?: number;
encoding?: string;
}, callback: AsyncCallback\): void;|@ohos.file.fs.d.ts| +|Added|NA|Module name: ohos.file.fs
Class name: Stream
Method or attribute name: writeSync(buffer: ArrayBuffer \| string, options?: {
offset?: number;
length?: number;
encoding?: string;
}): number;|@ohos.file.fs.d.ts| +|Added|NA|Module name: ohos.file.fs
Class name: Stream
Method or attribute name: read(buffer: ArrayBuffer, options?: {
offset?: number;
length?: number;
}): Promise\;|@ohos.file.fs.d.ts| +|Added|NA|Module name: ohos.file.fs
Class name: Stream
Method or attribute name: read(buffer: ArrayBuffer, callback: AsyncCallback\): void;|@ohos.file.fs.d.ts| +|Added|NA|Module name: ohos.file.fs
Class name: Stream
Method or attribute name: read(buffer: ArrayBuffer, options: {
offset?: number;
length?: number;
}, callback: AsyncCallback\): void;|@ohos.file.fs.d.ts| +|Added|NA|Module name: ohos.file.fs
Class name: Stream
Method or attribute name: readSync(buffer: ArrayBuffer, options?: {
offset?: number;
length?: number;
}): number;|@ohos.file.fs.d.ts| +|Added|NA|Module name: ohos.file.hash
Class name: hash|@ohos.file.hash.d.ts| +|Added|NA|Module name: ohos.file.hash
Class name: hash
Method or attribute name: function hash(path: string, algorithm: string): Promise\;|@ohos.file.hash.d.ts| +|Added|NA|Module name: ohos.file.hash
Class name: hash
Method or attribute name: function hash(path: string, algorithm: string, callback: AsyncCallback\): void;|@ohos.file.hash.d.ts| +|Added|NA|Module name: ohos.file.picker
Class name: picker|@ohos.file.picker.d.ts| +|Added|NA|Module name: ohos.file.picker
Class name: PhotoViewMIMETypes|@ohos.file.picker.d.ts| +|Added|NA|Module name: ohos.file.picker
Class name: PhotoViewMIMETypes
Method or attribute name: IMAGE_TYPE = "image/*"|@ohos.file.picker.d.ts| +|Added|NA|Module name: ohos.file.picker
Class name: PhotoViewMIMETypes
Method or attribute name: VIDEO_TYPE = "video/*"|@ohos.file.picker.d.ts| +|Added|NA|Module name: ohos.file.picker
Class name: PhotoViewMIMETypes
Method or attribute name: IMAGE_VIDEO_TYPE = "*/*"|@ohos.file.picker.d.ts| +|Added|NA|Module name: ohos.file.picker
Class name: PhotoSelectOptions|@ohos.file.picker.d.ts| +|Added|NA|Module name: ohos.file.picker
Class name: PhotoSelectOptions
Method or attribute name: MIMEType?: PhotoViewMIMETypes;|@ohos.file.picker.d.ts| +|Added|NA|Module name: ohos.file.picker
Class name: PhotoSelectOptions
Method or attribute name: maxSelectNumber?: number;|@ohos.file.picker.d.ts| +|Added|NA|Module name: ohos.file.picker
Class name: PhotoSelectResult|@ohos.file.picker.d.ts| +|Added|NA|Module name: ohos.file.picker
Class name: PhotoSelectResult
Method or attribute name: photoUris: Array\;|@ohos.file.picker.d.ts| +|Added|NA|Module name: ohos.file.picker
Class name: PhotoSelectResult
Method or attribute name: isOriginalPhoto: boolean;|@ohos.file.picker.d.ts| +|Added|NA|Module name: ohos.file.picker
Class name: PhotoSaveOptions|@ohos.file.picker.d.ts| +|Added|NA|Module name: ohos.file.picker
Class name: PhotoSaveOptions
Method or attribute name: newFileNames?: Array\;|@ohos.file.picker.d.ts| +|Added|NA|Module name: ohos.file.picker
Class name: PhotoViewPicker|@ohos.file.picker.d.ts| +|Added|NA|Module name: ohos.file.picker
Class name: PhotoViewPicker
Method or attribute name: select(option?: PhotoSelectOptions) : Promise\;|@ohos.file.picker.d.ts| +|Added|NA|Module name: ohos.file.picker
Class name: PhotoViewPicker
Method or attribute name: select(option: PhotoSelectOptions, callback: AsyncCallback\) : void;|@ohos.file.picker.d.ts| +|Added|NA|Module name: ohos.file.picker
Class name: PhotoViewPicker
Method or attribute name: select(callback: AsyncCallback\) : void;|@ohos.file.picker.d.ts| +|Added|NA|Module name: ohos.file.picker
Class name: PhotoViewPicker
Method or attribute name: save(option?: PhotoSaveOptions) : Promise\>;|@ohos.file.picker.d.ts| +|Added|NA|Module name: ohos.file.picker
Class name: PhotoViewPicker
Method or attribute name: save(option: PhotoSaveOptions, callback: AsyncCallback\>) : void;|@ohos.file.picker.d.ts| +|Added|NA|Module name: ohos.file.picker
Class name: PhotoViewPicker
Method or attribute name: save(callback: AsyncCallback\>) : void;|@ohos.file.picker.d.ts| +|Added|NA|Module name: ohos.file.picker
Class name: DocumentSelectOptions|@ohos.file.picker.d.ts| +|Added|NA|Module name: ohos.file.picker
Class name: DocumentSaveOptions|@ohos.file.picker.d.ts| +|Added|NA|Module name: ohos.file.picker
Class name: DocumentSaveOptions
Method or attribute name: newFileNames?: Array\;|@ohos.file.picker.d.ts| +|Added|NA|Module name: ohos.file.picker
Class name: DocumentViewPicker|@ohos.file.picker.d.ts| +|Added|NA|Module name: ohos.file.picker
Class name: DocumentViewPicker
Method or attribute name: select(option?: DocumentSelectOptions) : Promise\>;|@ohos.file.picker.d.ts| +|Added|NA|Module name: ohos.file.picker
Class name: DocumentViewPicker
Method or attribute name: select(option: DocumentSelectOptions, callback: AsyncCallback\>) : void;|@ohos.file.picker.d.ts| +|Added|NA|Module name: ohos.file.picker
Class name: DocumentViewPicker
Method or attribute name: select(callback: AsyncCallback\>) : void;|@ohos.file.picker.d.ts| +|Added|NA|Module name: ohos.file.picker
Class name: DocumentViewPicker
Method or attribute name: save(option?: DocumentSaveOptions) : Promise\>;|@ohos.file.picker.d.ts| +|Added|NA|Module name: ohos.file.picker
Class name: DocumentViewPicker
Method or attribute name: save(option: DocumentSaveOptions, callback: AsyncCallback\>) : void;|@ohos.file.picker.d.ts| +|Added|NA|Module name: ohos.file.picker
Class name: DocumentViewPicker
Method or attribute name: save(callback: AsyncCallback\>) : void;|@ohos.file.picker.d.ts| +|Added|NA|Module name: ohos.file.picker
Class name: AudioSelectOptions|@ohos.file.picker.d.ts| +|Added|NA|Module name: ohos.file.picker
Class name: AudioSaveOptions|@ohos.file.picker.d.ts| +|Added|NA|Module name: ohos.file.picker
Class name: AudioSaveOptions
Method or attribute name: newFileNames?: Array\;|@ohos.file.picker.d.ts| +|Added|NA|Module name: ohos.file.picker
Class name: AudioViewPicker|@ohos.file.picker.d.ts| +|Added|NA|Module name: ohos.file.picker
Class name: AudioViewPicker
Method or attribute name: select(option?: AudioSelectOptions) : Promise\>;|@ohos.file.picker.d.ts| +|Added|NA|Module name: ohos.file.picker
Class name: AudioViewPicker
Method or attribute name: select(option: AudioSelectOptions, callback: AsyncCallback\>) : void;|@ohos.file.picker.d.ts| +|Added|NA|Module name: ohos.file.picker
Class name: AudioViewPicker
Method or attribute name: select(callback: AsyncCallback\>) : void;|@ohos.file.picker.d.ts| +|Added|NA|Module name: ohos.file.picker
Class name: AudioViewPicker
Method or attribute name: save(option?: AudioSaveOptions) : Promise\>;|@ohos.file.picker.d.ts| +|Added|NA|Module name: ohos.file.picker
Class name: AudioViewPicker
Method or attribute name: save(option: AudioSaveOptions, callback: AsyncCallback\>) : void;|@ohos.file.picker.d.ts| +|Added|NA|Module name: ohos.file.picker
Class name: AudioViewPicker
Method or attribute name: save(callback: AsyncCallback\>) : void;|@ohos.file.picker.d.ts| +|Added|NA|Module name: ohos.file.securityLabel
Class name: securityLabel|@ohos.file.securityLabel.d.ts| +|Added|NA|Module name: ohos.file.securityLabel
Class name: DataLevel
Method or attribute name: type DataLevel = 's0'\|'s1'\|'s2'\|'s3'\|'s4';|@ohos.file.securityLabel.d.ts| +|Added|NA|Module name: ohos.file.securityLabel
Class name: DataLevel
Method or attribute name: type DataLevel = 's0'\|'s1'\|'s2'\|'s3'\|'s4';|@ohos.file.securityLabel.d.ts| +|Added|NA|Module name: ohos.file.securityLabel
Class name: DataLevel
Method or attribute name: type DataLevel = 's0'\|'s1'\|'s2'\|'s3'\|'s4';|@ohos.file.securityLabel.d.ts| +|Added|NA|Module name: ohos.file.securityLabel
Class name: DataLevel
Method or attribute name: type DataLevel = 's0'\|'s1'\|'s2'\|'s3'\|'s4';|@ohos.file.securityLabel.d.ts| +|Added|NA|Module name: ohos.file.securityLabel
Class name: DataLevel
Method or attribute name: type DataLevel = 's0'\|'s1'\|'s2'\|'s3'\|'s4';|@ohos.file.securityLabel.d.ts| +|Added|NA|Module name: ohos.file.securityLabel
Class name: securityLabel
Method or attribute name: function setSecurityLabel(path: string, type: DataLevel): Promise\;|@ohos.file.securityLabel.d.ts| +|Added|NA|Module name: ohos.file.securityLabel
Class name: securityLabel
Method or attribute name: function setSecurityLabel(path: string, type: DataLevel, callback: AsyncCallback\): void;|@ohos.file.securityLabel.d.ts| +|Added|NA|Module name: ohos.file.securityLabel
Class name: securityLabel
Method or attribute name: function setSecurityLabelSync(path: string, type: DataLevel): void;|@ohos.file.securityLabel.d.ts| +|Added|NA|Module name: ohos.file.securityLabel
Class name: securityLabel
Method or attribute name: function getSecurityLabel(path: string): Promise\;|@ohos.file.securityLabel.d.ts| +|Added|NA|Module name: ohos.file.securityLabel
Class name: securityLabel
Method or attribute name: function getSecurityLabel(path: string, callback: AsyncCallback\): void;|@ohos.file.securityLabel.d.ts| +|Added|NA|Module name: ohos.file.securityLabel
Class name: securityLabel
Method or attribute name: function getSecurityLabelSync(path: string): string;|@ohos.file.securityLabel.d.ts| +|Added|NA|Module name: ohos.file.statvfs
Class name: statfs|@ohos.file.statvfs.d.ts| +|Added|NA|Module name: ohos.file.statvfs
Class name: statfs
Method or attribute name: function getFreeSize(path: string): Promise\;|@ohos.file.statvfs.d.ts| +|Added|NA|Module name: ohos.file.statvfs
Class name: statfs
Method or attribute name: function getFreeSize(path: string, callback: AsyncCallback\): void;|@ohos.file.statvfs.d.ts| +|Added|NA|Module name: ohos.file.statvfs
Class name: statfs
Method or attribute name: function getTotalSize(path: string): Promise\;|@ohos.file.statvfs.d.ts| +|Added|NA|Module name: ohos.file.statvfs
Class name: statfs
Method or attribute name: function getTotalSize(path: string, callback: AsyncCallback\): void;|@ohos.file.statvfs.d.ts| +|Added|NA|Module name: ohos.file.storageStatistics
Class name: storageStatistics|@ohos.file.storageStatistics.d.ts| +|Added|NA|Module name: ohos.file.storageStatistics
Class name: storageStatistics
Method or attribute name: function getTotalSizeOfVolume(volumeUuid: string, callback: AsyncCallback\): void;|@ohos.file.storageStatistics.d.ts| +|Added|NA|Module name: ohos.file.storageStatistics
Class name: storageStatistics
Method or attribute name: function getTotalSizeOfVolume(volumeUuid: string): Promise\;|@ohos.file.storageStatistics.d.ts| +|Added|NA|Module name: ohos.file.storageStatistics
Class name: storageStatistics
Method or attribute name: function getFreeSizeOfVolume(volumeUuid: string, callback: AsyncCallback\): void;|@ohos.file.storageStatistics.d.ts| +|Added|NA|Module name: ohos.file.storageStatistics
Class name: storageStatistics
Method or attribute name: function getFreeSizeOfVolume(volumeUuid: string): Promise\;|@ohos.file.storageStatistics.d.ts| +|Added|NA|Module name: ohos.file.storageStatistics
Class name: BundleStats|@ohos.file.storageStatistics.d.ts| +|Added|NA|Module name: ohos.file.storageStatistics
Class name: BundleStats
Method or attribute name: appSize: number;|@ohos.file.storageStatistics.d.ts| +|Added|NA|Module name: ohos.file.storageStatistics
Class name: BundleStats
Method or attribute name: cacheSize: number;|@ohos.file.storageStatistics.d.ts| +|Added|NA|Module name: ohos.file.storageStatistics
Class name: BundleStats
Method or attribute name: dataSize: number;|@ohos.file.storageStatistics.d.ts| +|Added|NA|Module name: ohos.file.storageStatistics
Class name: storageStatistics
Method or attribute name: function getBundleStats(packageName: string, callback: AsyncCallback\): void;|@ohos.file.storageStatistics.d.ts| +|Added|NA|Module name: ohos.file.storageStatistics
Class name: storageStatistics
Method or attribute name: function getBundleStats(packageName: string): Promise\;|@ohos.file.storageStatistics.d.ts| +|Added|NA|Module name: ohos.file.storageStatistics
Class name: storageStatistics
Method or attribute name: function getCurrentBundleStats(callback: AsyncCallback\): void;|@ohos.file.storageStatistics.d.ts| +|Added|NA|Module name: ohos.file.storageStatistics
Class name: storageStatistics
Method or attribute name: function getCurrentBundleStats(): Promise\;|@ohos.file.storageStatistics.d.ts| +|Added|NA|Module name: ohos.file.storageStatistics
Class name: storageStatistics
Method or attribute name: function getSystemSize(callback: AsyncCallback\): void;|@ohos.file.storageStatistics.d.ts| +|Added|NA|Module name: ohos.file.storageStatistics
Class name: storageStatistics
Method or attribute name: function getSystemSize(): Promise\;|@ohos.file.storageStatistics.d.ts| +|Added|NA|Module name: ohos.file.storageStatistics
Class name: StorageStats|@ohos.file.storageStatistics.d.ts| +|Added|NA|Module name: ohos.file.storageStatistics
Class name: StorageStats
Method or attribute name: total: number;|@ohos.file.storageStatistics.d.ts| +|Added|NA|Module name: ohos.file.storageStatistics
Class name: StorageStats
Method or attribute name: audio: number;|@ohos.file.storageStatistics.d.ts| +|Added|NA|Module name: ohos.file.storageStatistics
Class name: StorageStats
Method or attribute name: video: number;|@ohos.file.storageStatistics.d.ts| +|Added|NA|Module name: ohos.file.storageStatistics
Class name: StorageStats
Method or attribute name: image: number;|@ohos.file.storageStatistics.d.ts| +|Added|NA|Module name: ohos.file.storageStatistics
Class name: StorageStats
Method or attribute name: file: number;|@ohos.file.storageStatistics.d.ts| +|Added|NA|Module name: ohos.file.storageStatistics
Class name: StorageStats
Method or attribute name: app: number;|@ohos.file.storageStatistics.d.ts| +|Added|NA|Module name: ohos.file.storageStatistics
Class name: storageStatistics
Method or attribute name: function getUserStorageStats(): Promise\;|@ohos.file.storageStatistics.d.ts| +|Added|NA|Module name: ohos.file.storageStatistics
Class name: storageStatistics
Method or attribute name: function getUserStorageStats(callback: AsyncCallback\): void;|@ohos.file.storageStatistics.d.ts| +|Added|NA|Module name: ohos.file.storageStatistics
Class name: storageStatistics
Method or attribute name: function getUserStorageStats(userId: number): Promise\;|@ohos.file.storageStatistics.d.ts| +|Added|NA|Module name: ohos.file.storageStatistics
Class name: storageStatistics
Method or attribute name: function getUserStorageStats(userId: number, callback: AsyncCallback\): void;|@ohos.file.storageStatistics.d.ts| +|Added|NA|Module name: ohos.file.storageStatistics
Class name: storageStatistics
Method or attribute name: function getTotalSize(callback: AsyncCallback\): void;|@ohos.file.storageStatistics.d.ts| +|Added|NA|Module name: ohos.file.storageStatistics
Class name: storageStatistics
Method or attribute name: function getTotalSize(): Promise\;|@ohos.file.storageStatistics.d.ts| +|Added|NA|Module name: ohos.file.storageStatistics
Class name: storageStatistics
Method or attribute name: function getFreeSize(callback: AsyncCallback\): void;|@ohos.file.storageStatistics.d.ts| +|Added|NA|Module name: ohos.file.storageStatistics
Class name: storageStatistics
Method or attribute name: function getFreeSize(): Promise\;|@ohos.file.storageStatistics.d.ts| +|Added|NA|Module name: ohos.file.volumeManager
Class name: volumeManager|@ohos.file.volumeManager.d.ts| +|Added|NA|Module name: ohos.file.volumeManager
Class name: Volume|@ohos.file.volumeManager.d.ts| +|Added|NA|Module name: ohos.file.volumeManager
Class name: Volume
Method or attribute name: id: string;|@ohos.file.volumeManager.d.ts| +|Added|NA|Module name: ohos.file.volumeManager
Class name: Volume
Method or attribute name: uuid: string;|@ohos.file.volumeManager.d.ts| +|Added|NA|Module name: ohos.file.volumeManager
Class name: Volume
Method or attribute name: diskId: string;|@ohos.file.volumeManager.d.ts| +|Added|NA|Module name: ohos.file.volumeManager
Class name: Volume
Method or attribute name: description: string;|@ohos.file.volumeManager.d.ts| +|Added|NA|Module name: ohos.file.volumeManager
Class name: Volume
Method or attribute name: removable: boolean;|@ohos.file.volumeManager.d.ts| +|Added|NA|Module name: ohos.file.volumeManager
Class name: Volume
Method or attribute name: state: number;|@ohos.file.volumeManager.d.ts| +|Added|NA|Module name: ohos.file.volumeManager
Class name: Volume
Method or attribute name: path: string;|@ohos.file.volumeManager.d.ts| +|Added|NA|Module name: ohos.file.volumeManager
Class name: volumeManager
Method or attribute name: function getAllVolumes(callback: AsyncCallback\>): void;|@ohos.file.volumeManager.d.ts| +|Added|NA|Module name: ohos.file.volumeManager
Class name: volumeManager
Method or attribute name: function getAllVolumes(): Promise\>;|@ohos.file.volumeManager.d.ts| +|Added|NA|Module name: ohos.file.volumeManager
Class name: volumeManager
Method or attribute name: function mount(volumeId: string, callback: AsyncCallback\): void;|@ohos.file.volumeManager.d.ts| +|Added|NA|Module name: ohos.file.volumeManager
Class name: volumeManager
Method or attribute name: function mount(volumeId: string): Promise\;|@ohos.file.volumeManager.d.ts| +|Added|NA|Module name: ohos.file.volumeManager
Class name: volumeManager
Method or attribute name: function unmount(volumeId: string, callback: AsyncCallback\): void;|@ohos.file.volumeManager.d.ts| +|Added|NA|Module name: ohos.file.volumeManager
Class name: volumeManager
Method or attribute name: function unmount(volumeId: string): Promise\;|@ohos.file.volumeManager.d.ts| +|Added|NA|Module name: ohos.file.volumeManager
Class name: volumeManager
Method or attribute name: function getVolumeByUuid(uuid: string, callback: AsyncCallback\): void;|@ohos.file.volumeManager.d.ts| +|Added|NA|Module name: ohos.file.volumeManager
Class name: volumeManager
Method or attribute name: function getVolumeByUuid(uuid: string): Promise\;|@ohos.file.volumeManager.d.ts| +|Added|NA|Module name: ohos.file.volumeManager
Class name: volumeManager
Method or attribute name: function getVolumeById(volumeId: string, callback: AsyncCallback\): void;|@ohos.file.volumeManager.d.ts| +|Added|NA|Module name: ohos.file.volumeManager
Class name: volumeManager
Method or attribute name: function getVolumeById(volumeId: string): Promise\;|@ohos.file.volumeManager.d.ts| +|Added|NA|Module name: ohos.file.volumeManager
Class name: volumeManager
Method or attribute name: function setVolumeDescription(uuid: string, description: string, callback: AsyncCallback\): void;|@ohos.file.volumeManager.d.ts| +|Added|NA|Module name: ohos.file.volumeManager
Class name: volumeManager
Method or attribute name: function setVolumeDescription(uuid: string, description: string): Promise\;|@ohos.file.volumeManager.d.ts| +|Added|NA|Module name: ohos.file.volumeManager
Class name: volumeManager
Method or attribute name: function format(volumeId: string, fsType: string, callback: AsyncCallback\): void;|@ohos.file.volumeManager.d.ts| +|Added|NA|Module name: ohos.file.volumeManager
Class name: volumeManager
Method or attribute name: function format(volumeId: string, fsType: string): Promise\;|@ohos.file.volumeManager.d.ts| +|Added|NA|Module name: ohos.file.volumeManager
Class name: volumeManager
Method or attribute name: function partition(diskId: string, type: number, callback: AsyncCallback\): void;|@ohos.file.volumeManager.d.ts| +|Added|NA|Module name: ohos.file.volumeManager
Class name: volumeManager
Method or attribute name: function partition(diskId: string, type: number): Promise\;|@ohos.file.volumeManager.d.ts| +|Added|NA|Module name: ohos.filemanagement.userFileManager
Class name: userFileManager|@ohos.filemanagement.userFileManager.d.ts| +|Added|NA|Module name: ohos.filemanagement.userFileManager
Class name: ChangeEvent
Method or attribute name: type ChangeEvent = 'deviceChange' \| 'albumChange' \| 'imageChange' \| 'audioChange' \| 'videoChange' \| 'remoteFileChange';|@ohos.filemanagement.userFileManager.d.ts| +|Added|NA|Module name: ohos.filemanagement.userFileManager
Class name: ChangeEvent
Method or attribute name: type ChangeEvent = 'deviceChange' \| 'albumChange' \| 'imageChange' \| 'audioChange' \| 'videoChange' \| 'remoteFileChange';|@ohos.filemanagement.userFileManager.d.ts| +|Added|NA|Module name: ohos.filemanagement.userFileManager
Class name: ChangeEvent
Method or attribute name: type ChangeEvent = 'deviceChange' \| 'albumChange' \| 'imageChange' \| 'audioChange' \| 'videoChange' \| 'remoteFileChange';|@ohos.filemanagement.userFileManager.d.ts| +|Added|NA|Module name: ohos.filemanagement.userFileManager
Class name: ChangeEvent
Method or attribute name: type ChangeEvent = 'deviceChange' \| 'albumChange' \| 'imageChange' \| 'audioChange' \| 'videoChange' \| 'remoteFileChange';|@ohos.filemanagement.userFileManager.d.ts| +|Added|NA|Module name: ohos.filemanagement.userFileManager
Class name: ChangeEvent
Method or attribute name: type ChangeEvent = 'deviceChange' \| 'albumChange' \| 'imageChange' \| 'audioChange' \| 'videoChange' \| 'remoteFileChange';|@ohos.filemanagement.userFileManager.d.ts| +|Added|NA|Module name: ohos.filemanagement.userFileManager
Class name: ChangeEvent
Method or attribute name: type ChangeEvent = 'deviceChange' \| 'albumChange' \| 'imageChange' \| 'audioChange' \| 'videoChange' \| 'remoteFileChange';|@ohos.filemanagement.userFileManager.d.ts| +|Added|NA|Module name: ohos.filemanagement.userFileManager
Class name: userFileManager
Method or attribute name: function getUserFileMgr(context: Context): UserFileManager;|@ohos.filemanagement.userFileManager.d.ts| +|Added|NA|Module name: ohos.filemanagement.userFileManager
Class name: FileType|@ohos.filemanagement.userFileManager.d.ts| +|Added|NA|Module name: ohos.filemanagement.userFileManager
Class name: FileType
Method or attribute name: IMAGE = 1|@ohos.filemanagement.userFileManager.d.ts| +|Added|NA|Module name: ohos.filemanagement.userFileManager
Class name: FileType
Method or attribute name: VIDEO|@ohos.filemanagement.userFileManager.d.ts| +|Added|NA|Module name: ohos.filemanagement.userFileManager
Class name: FileType
Method or attribute name: AUDIO|@ohos.filemanagement.userFileManager.d.ts| +|Added|NA|Module name: ohos.filemanagement.userFileManager
Class name: FileAsset|@ohos.filemanagement.userFileManager.d.ts| +|Added|NA|Module name: ohos.filemanagement.userFileManager
Class name: FileAsset
Method or attribute name: readonly uri: string;|@ohos.filemanagement.userFileManager.d.ts| +|Added|NA|Module name: ohos.filemanagement.userFileManager
Class name: FileAsset
Method or attribute name: readonly fileType: FileType;|@ohos.filemanagement.userFileManager.d.ts| +|Added|NA|Module name: ohos.filemanagement.userFileManager
Class name: FileAsset
Method or attribute name: displayName: string;|@ohos.filemanagement.userFileManager.d.ts| +|Added|NA|Module name: ohos.filemanagement.userFileManager
Class name: FileAsset
Method or attribute name: get(member: string): MemberType;|@ohos.filemanagement.userFileManager.d.ts| +|Added|NA|Module name: ohos.filemanagement.userFileManager
Class name: FileAsset
Method or attribute name: set(member: string, value: string): void;|@ohos.filemanagement.userFileManager.d.ts| +|Added|NA|Module name: ohos.filemanagement.userFileManager
Class name: FileAsset
Method or attribute name: commitModify(callback: AsyncCallback\): void;|@ohos.filemanagement.userFileManager.d.ts| +|Added|NA|Module name: ohos.filemanagement.userFileManager
Class name: FileAsset
Method or attribute name: commitModify(): Promise\;|@ohos.filemanagement.userFileManager.d.ts| +|Added|NA|Module name: ohos.filemanagement.userFileManager
Class name: FileAsset
Method or attribute name: open(mode: string, callback: AsyncCallback\): void;|@ohos.filemanagement.userFileManager.d.ts| +|Added|NA|Module name: ohos.filemanagement.userFileManager
Class name: FileAsset
Method or attribute name: open(mode: string): Promise\;|@ohos.filemanagement.userFileManager.d.ts| +|Added|NA|Module name: ohos.filemanagement.userFileManager
Class name: FileAsset
Method or attribute name: close(fd: number, callback: AsyncCallback\): void;|@ohos.filemanagement.userFileManager.d.ts| +|Added|NA|Module name: ohos.filemanagement.userFileManager
Class name: FileAsset
Method or attribute name: close(fd: number): Promise\;|@ohos.filemanagement.userFileManager.d.ts| +|Added|NA|Module name: ohos.filemanagement.userFileManager
Class name: FileAsset
Method or attribute name: getThumbnail(callback: AsyncCallback\): void;|@ohos.filemanagement.userFileManager.d.ts| +|Added|NA|Module name: ohos.filemanagement.userFileManager
Class name: FileAsset
Method or attribute name: getThumbnail(size: image.Size, callback: AsyncCallback\): void;|@ohos.filemanagement.userFileManager.d.ts| +|Added|NA|Module name: ohos.filemanagement.userFileManager
Class name: FileAsset
Method or attribute name: getThumbnail(size?: image.Size): Promise\;|@ohos.filemanagement.userFileManager.d.ts| +|Added|NA|Module name: ohos.filemanagement.userFileManager
Class name: FileAsset
Method or attribute name: favorite(isFavorite: boolean, callback: AsyncCallback\): void;|@ohos.filemanagement.userFileManager.d.ts| +|Added|NA|Module name: ohos.filemanagement.userFileManager
Class name: FileAsset
Method or attribute name: favorite(isFavorite: boolean): Promise\;|@ohos.filemanagement.userFileManager.d.ts| +|Added|NA|Module name: ohos.filemanagement.userFileManager
Class name: AudioKey|@ohos.filemanagement.userFileManager.d.ts| +|Added|NA|Module name: ohos.filemanagement.userFileManager
Class name: AudioKey
Method or attribute name: URI|@ohos.filemanagement.userFileManager.d.ts| +|Added|NA|Module name: ohos.filemanagement.userFileManager
Class name: AudioKey
Method or attribute name: DISPLAY_NAME|@ohos.filemanagement.userFileManager.d.ts| +|Added|NA|Module name: ohos.filemanagement.userFileManager
Class name: AudioKey
Method or attribute name: DATE_ADDED|@ohos.filemanagement.userFileManager.d.ts| +|Added|NA|Module name: ohos.filemanagement.userFileManager
Class name: AudioKey
Method or attribute name: DATE_MODIFIED|@ohos.filemanagement.userFileManager.d.ts| +|Added|NA|Module name: ohos.filemanagement.userFileManager
Class name: AudioKey
Method or attribute name: TITLE|@ohos.filemanagement.userFileManager.d.ts| +|Added|NA|Module name: ohos.filemanagement.userFileManager
Class name: AudioKey
Method or attribute name: ARTIST|@ohos.filemanagement.userFileManager.d.ts| +|Added|NA|Module name: ohos.filemanagement.userFileManager
Class name: AudioKey
Method or attribute name: AUDIOALBUM|@ohos.filemanagement.userFileManager.d.ts| +|Added|NA|Module name: ohos.filemanagement.userFileManager
Class name: AudioKey
Method or attribute name: DURATION|@ohos.filemanagement.userFileManager.d.ts| +|Added|NA|Module name: ohos.filemanagement.userFileManager
Class name: AudioKey
Method or attribute name: FAVORITE|@ohos.filemanagement.userFileManager.d.ts| +|Added|NA|Module name: ohos.filemanagement.userFileManager
Class name: ImageVideoKey|@ohos.filemanagement.userFileManager.d.ts| +|Added|NA|Module name: ohos.filemanagement.userFileManager
Class name: ImageVideoKey
Method or attribute name: URI|@ohos.filemanagement.userFileManager.d.ts| +|Added|NA|Module name: ohos.filemanagement.userFileManager
Class name: ImageVideoKey
Method or attribute name: FILE_TYPE|@ohos.filemanagement.userFileManager.d.ts| +|Added|NA|Module name: ohos.filemanagement.userFileManager
Class name: ImageVideoKey
Method or attribute name: DISPLAY_NAME|@ohos.filemanagement.userFileManager.d.ts| +|Added|NA|Module name: ohos.filemanagement.userFileManager
Class name: ImageVideoKey
Method or attribute name: DATE_ADDED|@ohos.filemanagement.userFileManager.d.ts| +|Added|NA|Module name: ohos.filemanagement.userFileManager
Class name: ImageVideoKey
Method or attribute name: DATE_MODIFIED|@ohos.filemanagement.userFileManager.d.ts| +|Added|NA|Module name: ohos.filemanagement.userFileManager
Class name: ImageVideoKey
Method or attribute name: TITLE|@ohos.filemanagement.userFileManager.d.ts| +|Added|NA|Module name: ohos.filemanagement.userFileManager
Class name: ImageVideoKey
Method or attribute name: DURATION|@ohos.filemanagement.userFileManager.d.ts| +|Added|NA|Module name: ohos.filemanagement.userFileManager
Class name: ImageVideoKey
Method or attribute name: WIDTH|@ohos.filemanagement.userFileManager.d.ts| +|Added|NA|Module name: ohos.filemanagement.userFileManager
Class name: ImageVideoKey
Method or attribute name: HEIGHT|@ohos.filemanagement.userFileManager.d.ts| +|Added|NA|Module name: ohos.filemanagement.userFileManager
Class name: ImageVideoKey
Method or attribute name: DATE_TAKEN|@ohos.filemanagement.userFileManager.d.ts| +|Added|NA|Module name: ohos.filemanagement.userFileManager
Class name: ImageVideoKey
Method or attribute name: ORIENTATION|@ohos.filemanagement.userFileManager.d.ts| +|Added|NA|Module name: ohos.filemanagement.userFileManager
Class name: ImageVideoKey
Method or attribute name: FAVORITE|@ohos.filemanagement.userFileManager.d.ts| +|Added|NA|Module name: ohos.filemanagement.userFileManager
Class name: AlbumKey|@ohos.filemanagement.userFileManager.d.ts| +|Added|NA|Module name: ohos.filemanagement.userFileManager
Class name: AlbumKey
Method or attribute name: URI|@ohos.filemanagement.userFileManager.d.ts| +|Added|NA|Module name: ohos.filemanagement.userFileManager
Class name: AlbumKey
Method or attribute name: FILE_TYPE|@ohos.filemanagement.userFileManager.d.ts| +|Added|NA|Module name: ohos.filemanagement.userFileManager
Class name: AlbumKey
Method or attribute name: ALBUM_NAME|@ohos.filemanagement.userFileManager.d.ts| +|Added|NA|Module name: ohos.filemanagement.userFileManager
Class name: AlbumKey
Method or attribute name: DATE_ADDED|@ohos.filemanagement.userFileManager.d.ts| +|Added|NA|Module name: ohos.filemanagement.userFileManager
Class name: AlbumKey
Method or attribute name: DATE_MODIFIED|@ohos.filemanagement.userFileManager.d.ts| +|Added|NA|Module name: ohos.filemanagement.userFileManager
Class name: FetchOptions|@ohos.filemanagement.userFileManager.d.ts| +|Added|NA|Module name: ohos.filemanagement.userFileManager
Class name: FetchOptions
Method or attribute name: fetchColumns: Array\;|@ohos.filemanagement.userFileManager.d.ts| +|Added|NA|Module name: ohos.filemanagement.userFileManager
Class name: FetchOptions
Method or attribute name: predicates: dataSharePredicates.DataSharePredicates;|@ohos.filemanagement.userFileManager.d.ts| +|Added|NA|Module name: ohos.filemanagement.userFileManager
Class name: AlbumFetchOptions|@ohos.filemanagement.userFileManager.d.ts| +|Added|NA|Module name: ohos.filemanagement.userFileManager
Class name: AlbumFetchOptions
Method or attribute name: predicates: dataSharePredicates.DataSharePredicates;|@ohos.filemanagement.userFileManager.d.ts| +|Added|NA|Module name: ohos.filemanagement.userFileManager
Class name: FetchResult|@ohos.filemanagement.userFileManager.d.ts| +|Added|NA|Module name: ohos.filemanagement.userFileManager
Class name: FetchResult
Method or attribute name: getCount(): number;|@ohos.filemanagement.userFileManager.d.ts| +|Added|NA|Module name: ohos.filemanagement.userFileManager
Class name: FetchResult
Method or attribute name: isAfterLast(): boolean;|@ohos.filemanagement.userFileManager.d.ts| +|Added|NA|Module name: ohos.filemanagement.userFileManager
Class name: FetchResult
Method or attribute name: close(): void;|@ohos.filemanagement.userFileManager.d.ts| +|Added|NA|Module name: ohos.filemanagement.userFileManager
Class name: FetchResult
Method or attribute name: getFirstObject(callback: AsyncCallback\): void;|@ohos.filemanagement.userFileManager.d.ts| +|Added|NA|Module name: ohos.filemanagement.userFileManager
Class name: FetchResult
Method or attribute name: getFirstObject(): Promise\;|@ohos.filemanagement.userFileManager.d.ts| +|Added|NA|Module name: ohos.filemanagement.userFileManager
Class name: FetchResult
Method or attribute name: getNextObject(callback: AsyncCallback\): void;|@ohos.filemanagement.userFileManager.d.ts| +|Added|NA|Module name: ohos.filemanagement.userFileManager
Class name: FetchResult
Method or attribute name: getNextObject(): Promise\;|@ohos.filemanagement.userFileManager.d.ts| +|Added|NA|Module name: ohos.filemanagement.userFileManager
Class name: FetchResult
Method or attribute name: getLastObject(callback: AsyncCallback\): void;|@ohos.filemanagement.userFileManager.d.ts| +|Added|NA|Module name: ohos.filemanagement.userFileManager
Class name: FetchResult
Method or attribute name: getLastObject(): Promise\;|@ohos.filemanagement.userFileManager.d.ts| +|Added|NA|Module name: ohos.filemanagement.userFileManager
Class name: FetchResult
Method or attribute name: getPositionObject(index: number, callback: AsyncCallback\): void;|@ohos.filemanagement.userFileManager.d.ts| +|Added|NA|Module name: ohos.filemanagement.userFileManager
Class name: FetchResult
Method or attribute name: getPositionObject(index: number): Promise\;|@ohos.filemanagement.userFileManager.d.ts| +|Added|NA|Module name: ohos.filemanagement.userFileManager
Class name: AbsAlbum|@ohos.filemanagement.userFileManager.d.ts| +|Added|NA|Module name: ohos.filemanagement.userFileManager
Class name: AbsAlbum
Method or attribute name: albumName: string;|@ohos.filemanagement.userFileManager.d.ts| +|Added|NA|Module name: ohos.filemanagement.userFileManager
Class name: AbsAlbum
Method or attribute name: readonly albumUri: string;|@ohos.filemanagement.userFileManager.d.ts| +|Added|NA|Module name: ohos.filemanagement.userFileManager
Class name: AbsAlbum
Method or attribute name: readonly dateModified: number;|@ohos.filemanagement.userFileManager.d.ts| +|Added|NA|Module name: ohos.filemanagement.userFileManager
Class name: AbsAlbum
Method or attribute name: readonly count: number;|@ohos.filemanagement.userFileManager.d.ts| +|Added|NA|Module name: ohos.filemanagement.userFileManager
Class name: AbsAlbum
Method or attribute name: readonly coverUri: string;|@ohos.filemanagement.userFileManager.d.ts| +|Added|NA|Module name: ohos.filemanagement.userFileManager
Class name: AbsAlbum
Method or attribute name: getPhotoAssets(options: FetchOptions, callback: AsyncCallback\>): void;|@ohos.filemanagement.userFileManager.d.ts| +|Added|NA|Module name: ohos.filemanagement.userFileManager
Class name: AbsAlbum
Method or attribute name: getPhotoAssets(options: FetchOptions): Promise\>;|@ohos.filemanagement.userFileManager.d.ts| +|Added|NA|Module name: ohos.filemanagement.userFileManager
Class name: Album|@ohos.filemanagement.userFileManager.d.ts| +|Added|NA|Module name: ohos.filemanagement.userFileManager
Class name: Album
Method or attribute name: commitModify(callback: AsyncCallback\): void;|@ohos.filemanagement.userFileManager.d.ts| +|Added|NA|Module name: ohos.filemanagement.userFileManager
Class name: Album
Method or attribute name: commitModify(): Promise\;|@ohos.filemanagement.userFileManager.d.ts| +|Added|NA|Module name: ohos.filemanagement.userFileManager
Class name: UserFileManager|@ohos.filemanagement.userFileManager.d.ts| +|Added|NA|Module name: ohos.filemanagement.userFileManager
Class name: UserFileManager
Method or attribute name: getPhotoAssets(options: FetchOptions, callback: AsyncCallback\>): void;|@ohos.filemanagement.userFileManager.d.ts| +|Added|NA|Module name: ohos.filemanagement.userFileManager
Class name: UserFileManager
Method or attribute name: getPhotoAssets(options: FetchOptions): Promise\>;|@ohos.filemanagement.userFileManager.d.ts| +|Added|NA|Module name: ohos.filemanagement.userFileManager
Class name: UserFileManager
Method or attribute name: createPhotoAsset(displayName: string, albumUri: string, callback: AsyncCallback\): void;|@ohos.filemanagement.userFileManager.d.ts| +|Added|NA|Module name: ohos.filemanagement.userFileManager
Class name: UserFileManager
Method or attribute name: createPhotoAsset(displayName: string, callback: AsyncCallback\): void;|@ohos.filemanagement.userFileManager.d.ts| +|Added|NA|Module name: ohos.filemanagement.userFileManager
Class name: UserFileManager
Method or attribute name: createPhotoAsset(displayName: string, albumUri?: string): Promise\;|@ohos.filemanagement.userFileManager.d.ts| +|Added|NA|Module name: ohos.filemanagement.userFileManager
Class name: UserFileManager
Method or attribute name: getPhotoAlbums(options: AlbumFetchOptions, callback: AsyncCallback\>): void;|@ohos.filemanagement.userFileManager.d.ts| +|Added|NA|Module name: ohos.filemanagement.userFileManager
Class name: UserFileManager
Method or attribute name: getPhotoAlbums(options: AlbumFetchOptions): Promise\>;|@ohos.filemanagement.userFileManager.d.ts| +|Added|NA|Module name: ohos.filemanagement.userFileManager
Class name: UserFileManager
Method or attribute name: getPrivateAlbum(type: PrivateAlbumType, callback: AsyncCallback\>): void;|@ohos.filemanagement.userFileManager.d.ts| +|Added|NA|Module name: ohos.filemanagement.userFileManager
Class name: UserFileManager
Method or attribute name: getPrivateAlbum(type: PrivateAlbumType): Promise\>;|@ohos.filemanagement.userFileManager.d.ts| +|Added|NA|Module name: ohos.filemanagement.userFileManager
Class name: UserFileManager
Method or attribute name: getAudioAssets(options: FetchOptions, callback: AsyncCallback\>): void;|@ohos.filemanagement.userFileManager.d.ts| +|Added|NA|Module name: ohos.filemanagement.userFileManager
Class name: UserFileManager
Method or attribute name: getAudioAssets(options: FetchOptions): Promise\>;|@ohos.filemanagement.userFileManager.d.ts| +|Added|NA|Module name: ohos.filemanagement.userFileManager
Class name: UserFileManager
Method or attribute name: delete(uri: string, callback: AsyncCallback\): void;|@ohos.filemanagement.userFileManager.d.ts| +|Added|NA|Module name: ohos.filemanagement.userFileManager
Class name: UserFileManager
Method or attribute name: delete(uri: string): Promise\;|@ohos.filemanagement.userFileManager.d.ts| +|Added|NA|Module name: ohos.filemanagement.userFileManager
Class name: UserFileManager
Method or attribute name: on(type: ChangeEvent, callback: Callback\): void;|@ohos.filemanagement.userFileManager.d.ts| +|Added|NA|Module name: ohos.filemanagement.userFileManager
Class name: UserFileManager
Method or attribute name: on(type: ChangeEvent, callback: Callback\): void;|@ohos.filemanagement.userFileManager.d.ts| +|Added|NA|Module name: ohos.filemanagement.userFileManager
Class name: UserFileManager
Method or attribute name: on(type: ChangeEvent, callback: Callback\): void;|@ohos.filemanagement.userFileManager.d.ts| +|Added|NA|Module name: ohos.filemanagement.userFileManager
Class name: UserFileManager
Method or attribute name: on(type: ChangeEvent, callback: Callback\): void;|@ohos.filemanagement.userFileManager.d.ts| +|Added|NA|Module name: ohos.filemanagement.userFileManager
Class name: UserFileManager
Method or attribute name: on(type: ChangeEvent, callback: Callback\): void;|@ohos.filemanagement.userFileManager.d.ts| +|Added|NA|Module name: ohos.filemanagement.userFileManager
Class name: UserFileManager
Method or attribute name: on(type: ChangeEvent, callback: Callback\): void;|@ohos.filemanagement.userFileManager.d.ts| +|Added|NA|Module name: ohos.filemanagement.userFileManager
Class name: UserFileManager
Method or attribute name: off(type: ChangeEvent, callback?: Callback\): void;|@ohos.filemanagement.userFileManager.d.ts| +|Added|NA|Module name: ohos.filemanagement.userFileManager
Class name: UserFileManager
Method or attribute name: off(type: ChangeEvent, callback?: Callback\): void;|@ohos.filemanagement.userFileManager.d.ts| +|Added|NA|Module name: ohos.filemanagement.userFileManager
Class name: UserFileManager
Method or attribute name: off(type: ChangeEvent, callback?: Callback\): void;|@ohos.filemanagement.userFileManager.d.ts| +|Added|NA|Module name: ohos.filemanagement.userFileManager
Class name: UserFileManager
Method or attribute name: off(type: ChangeEvent, callback?: Callback\): void;|@ohos.filemanagement.userFileManager.d.ts| +|Added|NA|Module name: ohos.filemanagement.userFileManager
Class name: UserFileManager
Method or attribute name: off(type: ChangeEvent, callback?: Callback\): void;|@ohos.filemanagement.userFileManager.d.ts| +|Added|NA|Module name: ohos.filemanagement.userFileManager
Class name: UserFileManager
Method or attribute name: off(type: ChangeEvent, callback?: Callback\): void;|@ohos.filemanagement.userFileManager.d.ts| +|Added|NA|Module name: ohos.filemanagement.userFileManager
Class name: UserFileManager
Method or attribute name: getActivePeers(callback: AsyncCallback\>): void;|@ohos.filemanagement.userFileManager.d.ts| +|Added|NA|Module name: ohos.filemanagement.userFileManager
Class name: UserFileManager
Method or attribute name: getActivePeers(): Promise\>;|@ohos.filemanagement.userFileManager.d.ts| +|Added|NA|Module name: ohos.filemanagement.userFileManager
Class name: UserFileManager
Method or attribute name: getAllPeers(callback: AsyncCallback\>): void;|@ohos.filemanagement.userFileManager.d.ts| +|Added|NA|Module name: ohos.filemanagement.userFileManager
Class name: UserFileManager
Method or attribute name: getAllPeers(): Promise\>;|@ohos.filemanagement.userFileManager.d.ts| +|Added|NA|Module name: ohos.filemanagement.userFileManager
Class name: UserFileManager
Method or attribute name: release(callback: AsyncCallback\): void;|@ohos.filemanagement.userFileManager.d.ts| +|Added|NA|Module name: ohos.filemanagement.userFileManager
Class name: UserFileManager
Method or attribute name: release(): Promise\;|@ohos.filemanagement.userFileManager.d.ts| +|Added|NA|Module name: ohos.filemanagement.userFileManager
Class name: PeerInfo|@ohos.filemanagement.userFileManager.d.ts| +|Added|NA|Module name: ohos.filemanagement.userFileManager
Class name: PeerInfo
Method or attribute name: readonly deviceName: string;|@ohos.filemanagement.userFileManager.d.ts| +|Added|NA|Module name: ohos.filemanagement.userFileManager
Class name: PeerInfo
Method or attribute name: readonly networkId: string;|@ohos.filemanagement.userFileManager.d.ts| +|Added|NA|Module name: ohos.filemanagement.userFileManager
Class name: PeerInfo
Method or attribute name: readonly isOnline: boolean;|@ohos.filemanagement.userFileManager.d.ts| +|Added|NA|Module name: ohos.filemanagement.userFileManager
Class name: PrivateAlbumType|@ohos.filemanagement.userFileManager.d.ts| +|Added|NA|Module name: ohos.filemanagement.userFileManager
Class name: PrivateAlbumType
Method or attribute name: TYPE_FAVORITE|@ohos.filemanagement.userFileManager.d.ts| +|Added|NA|Module name: ohos.filemanagement.userFileManager
Class name: PrivateAlbumType
Method or attribute name: TYPE_TRASH|@ohos.filemanagement.userFileManager.d.ts| +|Added|NA|Module name: ohos.filemanagement.userFileManager
Class name: PrivateAlbum|@ohos.filemanagement.userFileManager.d.ts| +|Added|NA|Module name: ohos.filemanagement.userFileManager
Class name: PrivateAlbum
Method or attribute name: delete(uri: string, callback: AsyncCallback\): void;|@ohos.filemanagement.userFileManager.d.ts| +|Added|NA|Module name: ohos.filemanagement.userFileManager
Class name: PrivateAlbum
Method or attribute name: delete(uri: string): Promise\;|@ohos.filemanagement.userFileManager.d.ts| +|Added|NA|Module name: ohos.filemanagement.userFileManager
Class name: PrivateAlbum
Method or attribute name: recover(uri: string, callback: AsyncCallback\): void;|@ohos.filemanagement.userFileManager.d.ts| +|Added|NA|Module name: ohos.filemanagement.userFileManager
Class name: PrivateAlbum
Method or attribute name: recover(uri: string): Promise\;|@ohos.filemanagement.userFileManager.d.ts| +|Added|NA|Module name: ohos.fileshare
Class name: fileShare|@ohos.fileshare.d.ts| +|Added|NA|Module name: ohos.fileshare
Class name: fileShare
Method or attribute name: function grantUriPermission(uri: string, bundleName: string, flag: wantConstant.Flags, callback: AsyncCallback\): void;|@ohos.fileshare.d.ts| +|Added|NA|Module name: ohos.fileshare
Class name: fileShare
Method or attribute name: function grantUriPermission(uri: string, bundleName: string, flag: wantConstant.Flags): Promise\;|@ohos.fileshare.d.ts| +|Deleted|Module name: ohos.environment
Class name: Environment|NA|@ohos.environment.d.ts| +|Deleted|Module name: ohos.environment
Class name: Environment
Method or attribute name: function getStorageDataDir(callback: AsyncCallback\): void;|NA|@ohos.environment.d.ts| +|Deleted|Module name: ohos.environment
Class name: Environment
Method or attribute name: function getStorageDataDir(): Promise\;|NA|@ohos.environment.d.ts| +|Deleted|Module name: ohos.environment
Class name: Environment
Method or attribute name: function getUserDataDir(callback: AsyncCallback\): void;|NA|@ohos.environment.d.ts| +|Deleted|Module name: ohos.environment
Class name: Environment
Method or attribute name: function getUserDataDir(): Promise\;|NA|@ohos.environment.d.ts| +|Deleted|Module name: ohos.storageStatistics
Class name: storageStatistics|NA|@ohos.storageStatistics.d.ts| +|Deleted|Module name: ohos.storageStatistics
Class name: storageStatistics
Method or attribute name: function getTotalSizeOfVolume(volumeUuid: string, callback: AsyncCallback\): void;|NA|@ohos.storageStatistics.d.ts| +|Deleted|Module name: ohos.storageStatistics
Class name: storageStatistics
Method or attribute name: function getTotalSizeOfVolume(volumeUuid: string): Promise\;|NA|@ohos.storageStatistics.d.ts| +|Deleted|Module name: ohos.storageStatistics
Class name: storageStatistics
Method or attribute name: function getFreeSizeOfVolume(volumeUuid: string, callback: AsyncCallback\): void;|NA|@ohos.storageStatistics.d.ts| +|Deleted|Module name: ohos.storageStatistics
Class name: storageStatistics
Method or attribute name: function getFreeSizeOfVolume(volumeUuid: string): Promise\;|NA|@ohos.storageStatistics.d.ts| +|Deprecated version changed|Class name: document
Method or attribute name: function choose(types?: string[]): Promise\;
Deprecated version: N/A|Class name: document
Method or attribute name: function choose(types?: string[]): Promise\;
Deprecated version: 9
Substitute API: N/A|@ohos.document.d.ts| +|Deprecated version changed|Class name: document
Method or attribute name: function choose(callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: document
Method or attribute name: function choose(callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: N/A|@ohos.document.d.ts| +|Deprecated version changed|Class name: document
Method or attribute name: function choose(types: string[], callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: document
Method or attribute name: function choose(types: string[], callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: N/A|@ohos.document.d.ts| +|Deprecated version changed|Class name: document
Method or attribute name: function show(uri: string, type: string): Promise\;
Deprecated version: N/A|Class name: document
Method or attribute name: function show(uri: string, type: string): Promise\;
Deprecated version: 9
Substitute API: N/A|@ohos.document.d.ts| +|Deprecated version changed|Class name: document
Method or attribute name: function show(uri: string, type: string, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: document
Method or attribute name: function show(uri: string, type: string, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: N/A|@ohos.document.d.ts| +|Deprecated version changed|Class name: fileIO
Method or attribute name: function access(path: string, mode?: number): Promise\;
Deprecated version: N/A|Class name: fileIO
Method or attribute name: function access(path: string, mode?: number): Promise\;
Deprecated version: 9
Substitute API: ohos.file.fs.access |@ohos.fileio.d.ts| +|Deprecated version changed|Class name: fileIO
Method or attribute name: function access(path: string, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: fileIO
Method or attribute name: function access(path: string, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.file.fs.access |@ohos.fileio.d.ts| +|Deprecated version changed|Class name: fileIO
Method or attribute name: function access(path: string, mode: number, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: fileIO
Method or attribute name: function access(path: string, mode: number, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.file.fs.access |@ohos.fileio.d.ts| +|Deprecated version changed|Class name: fileIO
Method or attribute name: function accessSync(path: string, mode?: number): void;
Deprecated version: N/A|Class name: fileIO
Method or attribute name: function accessSync(path: string, mode?: number): void;
Deprecated version: 9
Substitute API: ohos.file.fs.accessSync |@ohos.fileio.d.ts| +|Deprecated version changed|Class name: fileIO
Method or attribute name: function close(fd: number): Promise\;
Deprecated version: N/A|Class name: fileIO
Method or attribute name: function close(fd: number): Promise\;
Deprecated version: 9
Substitute API: ohos.file.fs.close |@ohos.fileio.d.ts| +|Deprecated version changed|Class name: fileIO
Method or attribute name: function close(fd: number, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: fileIO
Method or attribute name: function close(fd: number, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.file.fs.close |@ohos.fileio.d.ts| +|Deprecated version changed|Class name: fileIO
Method or attribute name: function closeSync(fd: number): void;
Deprecated version: N/A|Class name: fileIO
Method or attribute name: function closeSync(fd: number): void;
Deprecated version: 9
Substitute API: ohos.file.fs.closeSync |@ohos.fileio.d.ts| +|Deprecated version changed|Class name: fileIO
Method or attribute name: function copyFile(src: string \| number, dest: string \| number, mode?: number): Promise\;
Deprecated version: N/A|Class name: fileIO
Method or attribute name: function copyFile(src: string \| number, dest: string \| number, mode?: number): Promise\;
Deprecated version: 9
Substitute API: ohos.file.fs.copyFile |@ohos.fileio.d.ts| +|Deprecated version changed|Class name: fileIO
Method or attribute name: function copyFile(src: string \| number, dest: string \| number, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: fileIO
Method or attribute name: function copyFile(src: string \| number, dest: string \| number, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.file.fs.copyFile |@ohos.fileio.d.ts| +|Deprecated version changed|Class name: fileIO
Method or attribute name: function copyFile(src: string \| number, dest: string \| number, mode: number, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: fileIO
Method or attribute name: function copyFile(src: string \| number, dest: string \| number, mode: number, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.file.fs.copyFile |@ohos.fileio.d.ts| +|Deprecated version changed|Class name: fileIO
Method or attribute name: function copyFileSync(src: string \| number, dest: string \| number, mode?: number): void;
Deprecated version: N/A|Class name: fileIO
Method or attribute name: function copyFileSync(src: string \| number, dest: string \| number, mode?: number): void;
Deprecated version: 9
Substitute API: ohos.file.fs.copyFileSync |@ohos.fileio.d.ts| +|Deprecated version changed|Class name: fileIO
Method or attribute name: function createStream(path: string, mode: string): Promise\;
Deprecated version: N/A|Class name: fileIO
Method or attribute name: function createStream(path: string, mode: string): Promise\;
Deprecated version: 9
Substitute API: ohos.file.fs.createStream |@ohos.fileio.d.ts| +|Deprecated version changed|Class name: fileIO
Method or attribute name: function createStream(path: string, mode: string, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: fileIO
Method or attribute name: function createStream(path: string, mode: string, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.file.fs.createStream |@ohos.fileio.d.ts| +|Deprecated version changed|Class name: fileIO
Method or attribute name: function createStreamSync(path: string, mode: string): Stream;
Deprecated version: N/A|Class name: fileIO
Method or attribute name: function createStreamSync(path: string, mode: string): Stream;
Deprecated version: 9
Substitute API: ohos.file.fs.createStreamSync |@ohos.fileio.d.ts| +|Deprecated version changed|Class name: fileIO
Method or attribute name: function chown(path: string, uid: number, gid: number): Promise\;
Deprecated version: N/A|Class name: fileIO
Method or attribute name: function chown(path: string, uid: number, gid: number): Promise\;
Deprecated version: 9
Substitute API: N/A|@ohos.fileio.d.ts| +|Deprecated version changed|Class name: fileIO
Method or attribute name: function chown(path: string, uid: number, gid: number, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: fileIO
Method or attribute name: function chown(path: string, uid: number, gid: number, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: N/A|@ohos.fileio.d.ts| +|Deprecated version changed|Class name: fileIO
Method or attribute name: function chownSync(path: string, uid: number, gid: number): void;
Deprecated version: N/A|Class name: fileIO
Method or attribute name: function chownSync(path: string, uid: number, gid: number): void;
Deprecated version: 9
Substitute API: N/A|@ohos.fileio.d.ts| +|Deprecated version changed|Class name: fileIO
Method or attribute name: function chmod(path: string, mode: number): Promise\;
Deprecated version: N/A|Class name: fileIO
Method or attribute name: function chmod(path: string, mode: number): Promise\;
Deprecated version: 9
Substitute API: N/A|@ohos.fileio.d.ts| +|Deprecated version changed|Class name: fileIO
Method or attribute name: function chmod(path: string, mode: number, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: fileIO
Method or attribute name: function chmod(path: string, mode: number, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: N/A|@ohos.fileio.d.ts| +|Deprecated version changed|Class name: fileIO
Method or attribute name: function chmodSync(path: string, mode: number): void;
Deprecated version: N/A|Class name: fileIO
Method or attribute name: function chmodSync(path: string, mode: number): void;
Deprecated version: 9
Substitute API: N/A|@ohos.fileio.d.ts| +|Deprecated version changed|Class name: fileIO
Method or attribute name: function ftruncate(fd: number, len?: number): Promise\;
Deprecated version: N/A|Class name: fileIO
Method or attribute name: function ftruncate(fd: number, len?: number): Promise\;
Deprecated version: 9
Substitute API: ohos.file.fs.truncate |@ohos.fileio.d.ts| +|Deprecated version changed|Class name: fileIO
Method or attribute name: function ftruncate(fd: number, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: fileIO
Method or attribute name: function ftruncate(fd: number, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.file.fs.truncate |@ohos.fileio.d.ts| +|Deprecated version changed|Class name: fileIO
Method or attribute name: function ftruncate(fd: number, len: number, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: fileIO
Method or attribute name: function ftruncate(fd: number, len: number, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.file.fs.truncate |@ohos.fileio.d.ts| +|Deprecated version changed|Class name: fileIO
Method or attribute name: function ftruncateSync(fd: number, len?: number): void;
Deprecated version: N/A|Class name: fileIO
Method or attribute name: function ftruncateSync(fd: number, len?: number): void;
Deprecated version: 9
Substitute API: ohos.file.fs.truncateSync |@ohos.fileio.d.ts| +|Deprecated version changed|Class name: fileIO
Method or attribute name: function fsync(fd: number): Promise\;
Deprecated version: N/A|Class name: fileIO
Method or attribute name: function fsync(fd: number): Promise\;
Deprecated version: 9
Substitute API: ohos.file.fs.fsync |@ohos.fileio.d.ts| +|Deprecated version changed|Class name: fileIO
Method or attribute name: function fsync(fd: number, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: fileIO
Method or attribute name: function fsync(fd: number, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.file.fs.fsync |@ohos.fileio.d.ts| +|Deprecated version changed|Class name: fileIO
Method or attribute name: function fsyncSync(fd: number): void;
Deprecated version: N/A|Class name: fileIO
Method or attribute name: function fsyncSync(fd: number): void;
Deprecated version: 9
Substitute API: ohos.file.fs.fsyncSync |@ohos.fileio.d.ts| +|Deprecated version changed|Class name: fileIO
Method or attribute name: function fstat(fd: number): Promise\;
Deprecated version: N/A|Class name: fileIO
Method or attribute name: function fstat(fd: number): Promise\;
Deprecated version: 9
Substitute API: ohos.file.fs.stat |@ohos.fileio.d.ts| +|Deprecated version changed|Class name: fileIO
Method or attribute name: function fstat(fd: number, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: fileIO
Method or attribute name: function fstat(fd: number, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.file.fs.stat |@ohos.fileio.d.ts| +|Deprecated version changed|Class name: fileIO
Method or attribute name: function fstatSync(fd: number): Stat;
Deprecated version: N/A|Class name: fileIO
Method or attribute name: function fstatSync(fd: number): Stat;
Deprecated version: 9
Substitute API: ohos.file.fs.statSync |@ohos.fileio.d.ts| +|Deprecated version changed|Class name: fileIO
Method or attribute name: function fdatasync(fd: number): Promise\;
Deprecated version: N/A|Class name: fileIO
Method or attribute name: function fdatasync(fd: number): Promise\;
Deprecated version: 9
Substitute API: ohos.file.fs.fdatasync |@ohos.fileio.d.ts| +|Deprecated version changed|Class name: fileIO
Method or attribute name: function fdatasync(fd: number, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: fileIO
Method or attribute name: function fdatasync(fd: number, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.file.fs.fdatasync |@ohos.fileio.d.ts| +|Deprecated version changed|Class name: fileIO
Method or attribute name: function fdatasyncSync(fd: number): void;
Deprecated version: N/A|Class name: fileIO
Method or attribute name: function fdatasyncSync(fd: number): void;
Deprecated version: 9
Substitute API: ohos.file.fs.fdatasyncSync |@ohos.fileio.d.ts| +|Deprecated version changed|Class name: fileIO
Method or attribute name: function fchown(fd: number, uid: number, gid: number): Promise\;
Deprecated version: N/A|Class name: fileIO
Method or attribute name: function fchown(fd: number, uid: number, gid: number): Promise\;
Deprecated version: 9
Substitute API: N/A|@ohos.fileio.d.ts| +|Deprecated version changed|Class name: fileIO
Method or attribute name: function fchown(fd: number, uid: number, gid: number, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: fileIO
Method or attribute name: function fchown(fd: number, uid: number, gid: number, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: N/A|@ohos.fileio.d.ts| +|Deprecated version changed|Class name: fileIO
Method or attribute name: function fchownSync(fd: number, uid: number, gid: number): void;
Deprecated version: N/A|Class name: fileIO
Method or attribute name: function fchownSync(fd: number, uid: number, gid: number): void;
Deprecated version: 9
Substitute API: N/A|@ohos.fileio.d.ts| +|Deprecated version changed|Class name: fileIO
Method or attribute name: function fchmod(fd: number, mode: number): Promise\;
Deprecated version: N/A|Class name: fileIO
Method or attribute name: function fchmod(fd: number, mode: number): Promise\;
Deprecated version: 9
Substitute API: N/A|@ohos.fileio.d.ts| +|Deprecated version changed|Class name: fileIO
Method or attribute name: function fchmod(fd: number, mode: number, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: fileIO
Method or attribute name: function fchmod(fd: number, mode: number, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: N/A|@ohos.fileio.d.ts| +|Deprecated version changed|Class name: fileIO
Method or attribute name: function fchmodSync(fd: number, mode: number): void;
Deprecated version: N/A|Class name: fileIO
Method or attribute name: function fchmodSync(fd: number, mode: number): void;
Deprecated version: 9
Substitute API: N/A|@ohos.fileio.d.ts| +|Deprecated version changed|Class name: fileIO
Method or attribute name: function fdopenStream(fd: number, mode: string): Promise\;
Deprecated version: N/A|Class name: fileIO
Method or attribute name: function fdopenStream(fd: number, mode: string): Promise\;
Deprecated version: 9
Substitute API: ohos.file.fs.fdopenStream |@ohos.fileio.d.ts| +|Deprecated version changed|Class name: fileIO
Method or attribute name: function fdopenStream(fd: number, mode: string, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: fileIO
Method or attribute name: function fdopenStream(fd: number, mode: string, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.file.fs.fdopenStream |@ohos.fileio.d.ts| +|Deprecated version changed|Class name: fileIO
Method or attribute name: function fdopenStreamSync(fd: number, mode: string): Stream;
Deprecated version: N/A|Class name: fileIO
Method or attribute name: function fdopenStreamSync(fd: number, mode: string): Stream;
Deprecated version: 9
Substitute API: ohos.file.fs.fdopenStreamSync |@ohos.fileio.d.ts| +|Deprecated version changed|Class name: fileIO
Method or attribute name: function hash(path: string, algorithm: string): Promise\;
Deprecated version: N/A|Class name: fileIO
Method or attribute name: function hash(path: string, algorithm: string): Promise\;
Deprecated version: 9
Substitute API: ohos.file.hash.hash |@ohos.fileio.d.ts| +|Deprecated version changed|Class name: fileIO
Method or attribute name: function hash(path: string, algorithm: string, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: fileIO
Method or attribute name: function hash(path: string, algorithm: string, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.file.hash.hash |@ohos.fileio.d.ts| +|Deprecated version changed|Class name: fileIO
Method or attribute name: function lchown(path: string, uid: number, gid: number): Promise\;
Deprecated version: N/A|Class name: fileIO
Method or attribute name: function lchown(path: string, uid: number, gid: number): Promise\;
Deprecated version: 9
Substitute API: N/A|@ohos.fileio.d.ts| +|Deprecated version changed|Class name: fileIO
Method or attribute name: function lchown(path: string, uid: number, gid: number, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: fileIO
Method or attribute name: function lchown(path: string, uid: number, gid: number, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: N/A|@ohos.fileio.d.ts| +|Deprecated version changed|Class name: fileIO
Method or attribute name: function lchownSync(path: string, uid: number, gid: number): void;
Deprecated version: N/A|Class name: fileIO
Method or attribute name: function lchownSync(path: string, uid: number, gid: number): void;
Deprecated version: 9
Substitute API: N/A|@ohos.fileio.d.ts| +|Deprecated version changed|Class name: fileIO
Method or attribute name: function lstat(path: string): Promise\;
Deprecated version: N/A|Class name: fileIO
Method or attribute name: function lstat(path: string): Promise\;
Deprecated version: 9
Substitute API: ohos.file.fs.lstat |@ohos.fileio.d.ts| +|Deprecated version changed|Class name: fileIO
Method or attribute name: function lstat(path: string, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: fileIO
Method or attribute name: function lstat(path: string, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.file.fs.lstat |@ohos.fileio.d.ts| +|Deprecated version changed|Class name: fileIO
Method or attribute name: function lstatSync(path: string): Stat;
Deprecated version: N/A|Class name: fileIO
Method or attribute name: function lstatSync(path: string): Stat;
Deprecated version: 9
Substitute API: ohos.file.fs.lstatSync |@ohos.fileio.d.ts| +|Deprecated version changed|Class name: fileIO
Method or attribute name: function mkdir(path: string, mode?: number): Promise\;
Deprecated version: N/A|Class name: fileIO
Method or attribute name: function mkdir(path: string, mode?: number): Promise\;
Deprecated version: 9
Substitute API: ohos.file.fs.mkdir |@ohos.fileio.d.ts| +|Deprecated version changed|Class name: fileIO
Method or attribute name: function mkdir(path: string, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: fileIO
Method or attribute name: function mkdir(path: string, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.file.fs.mkdir |@ohos.fileio.d.ts| +|Deprecated version changed|Class name: fileIO
Method or attribute name: function mkdir(path: string, mode: number, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: fileIO
Method or attribute name: function mkdir(path: string, mode: number, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.file.fs.mkdir |@ohos.fileio.d.ts| +|Deprecated version changed|Class name: fileIO
Method or attribute name: function mkdirSync(path: string, mode?: number): void;
Deprecated version: N/A|Class name: fileIO
Method or attribute name: function mkdirSync(path: string, mode?: number): void;
Deprecated version: 9
Substitute API: ohos.file.fs.mkdirSync |@ohos.fileio.d.ts| +|Deprecated version changed|Class name: fileIO
Method or attribute name: function mkdtemp(prefix: string): Promise\;
Deprecated version: N/A|Class name: fileIO
Method or attribute name: function mkdtemp(prefix: string): Promise\;
Deprecated version: 9
Substitute API: ohos.file.fs.mkdtemp |@ohos.fileio.d.ts| +|Deprecated version changed|Class name: fileIO
Method or attribute name: function mkdtemp(prefix: string, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: fileIO
Method or attribute name: function mkdtemp(prefix: string, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.file.fs.mkdtemp |@ohos.fileio.d.ts| +|Deprecated version changed|Class name: fileIO
Method or attribute name: function mkdtempSync(prefix: string): string;
Deprecated version: N/A|Class name: fileIO
Method or attribute name: function mkdtempSync(prefix: string): string;
Deprecated version: 9
Substitute API: ohos.file.fs.mkdtempSync |@ohos.fileio.d.ts| +|Deprecated version changed|Class name: fileIO
Method or attribute name: function open(path: string, flags?: number, mode?: number): Promise\;
Deprecated version: N/A|Class name: fileIO
Method or attribute name: function open(path: string, flags?: number, mode?: number): Promise\;
Deprecated version: 9
Substitute API: ohos.file.fs.open |@ohos.fileio.d.ts| +|Deprecated version changed|Class name: fileIO
Method or attribute name: function open(path: string, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: fileIO
Method or attribute name: function open(path: string, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.file.fs.open |@ohos.fileio.d.ts| +|Deprecated version changed|Class name: fileIO
Method or attribute name: function open(path: string, flags: number, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: fileIO
Method or attribute name: function open(path: string, flags: number, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.file.fs.open |@ohos.fileio.d.ts| +|Deprecated version changed|Class name: fileIO
Method or attribute name: function open(path: string, flags: number, mode: number, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: fileIO
Method or attribute name: function open(path: string, flags: number, mode: number, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.file.fs.open |@ohos.fileio.d.ts| +|Deprecated version changed|Class name: fileIO
Method or attribute name: function openSync(path: string, flags?: number, mode?: number): number;
Deprecated version: N/A|Class name: fileIO
Method or attribute name: function openSync(path: string, flags?: number, mode?: number): number;
Deprecated version: 9
Substitute API: ohos.file.fs.openSync |@ohos.fileio.d.ts| +|Deprecated version changed|Class name: fileIO
Method or attribute name: function opendir(path: string): Promise\;
Deprecated version: N/A|Class name: fileIO
Method or attribute name: function opendir(path: string): Promise\;
Deprecated version: 9
Substitute API: ohos.file.fs.listFile |@ohos.fileio.d.ts| +|Deprecated version changed|Class name: fileIO
Method or attribute name: function opendir(path: string, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: fileIO
Method or attribute name: function opendir(path: string, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.file.fs.listFile |@ohos.fileio.d.ts| +|Deprecated version changed|Class name: fileIO
Method or attribute name: function opendirSync(path: string): Dir;
Deprecated version: N/A|Class name: fileIO
Method or attribute name: function opendirSync(path: string): Dir;
Deprecated version: 9
Substitute API: ohos.file.fs.listFile |@ohos.fileio.d.ts| +|Deprecated version changed|Class name: fileIO
Method or attribute name: function readText(filePath: string, options?: {
position?: number;
length?: number;
encoding?: string;
}): Promise\;
Deprecated version: N/A|Class name: fileIO
Method or attribute name: function readText(filePath: string, options?: {
position?: number;
length?: number;
encoding?: string;
}): Promise\;
Deprecated version: 9
Substitute API: ohos.file.fs.readText |@ohos.fileio.d.ts| +|Deprecated version changed|Class name: fileIO
Method or attribute name: function readText(filePath: string, options: {
position?: number;
length?: number;
encoding?: string;
}, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: fileIO
Method or attribute name: function readText(filePath: string, options: {
position?: number;
length?: number;
encoding?: string;
}, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.file.fs.readText |@ohos.fileio.d.ts| +|Deprecated version changed|Class name: fileIO
Method or attribute name: function readTextSync(filePath: string, options?: {
position?: number;
length?: number;
encoding?: string;
}): string;
Deprecated version: N/A|Class name: fileIO
Method or attribute name: function readTextSync(filePath: string, options?: {
position?: number;
length?: number;
encoding?: string;
}): string;
Deprecated version: 9
Substitute API: ohos.file.fs.readTextSync |@ohos.fileio.d.ts| +|Deprecated version changed|Class name: fileIO
Method or attribute name: function read(fd: number, buffer: ArrayBuffer, options?: {
offset?: number;
length?: number;
position?: number;
}): Promise\
Deprecated version: N/A|Class name: fileIO
Method or attribute name: function read(fd: number, buffer: ArrayBuffer, options?: {
offset?: number;
length?: number;
position?: number;
}): Promise\
Deprecated version: 9
Substitute API: ohos.file.fs.read |@ohos.fileio.d.ts| +|Deprecated version changed|Class name: fileIO
Method or attribute name: function read(fd: number, buffer: ArrayBuffer, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: fileIO
Method or attribute name: function read(fd: number, buffer: ArrayBuffer, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.file.fs.read |@ohos.fileio.d.ts| +|Deprecated version changed|Class name: fileIO
Method or attribute name: function read(fd: number, buffer: ArrayBuffer, options: {
offset?: number;
length?: number;
position?: number;
}, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: fileIO
Method or attribute name: function read(fd: number, buffer: ArrayBuffer, options: {
offset?: number;
length?: number;
position?: number;
}, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.file.fs.read |@ohos.fileio.d.ts| +|Deprecated version changed|Class name: fileIO
Method or attribute name: function readSync(fd: number, buffer: ArrayBuffer, options?: {
offset?: number;
length?: number;
position?: number;
}): number;
Deprecated version: N/A|Class name: fileIO
Method or attribute name: function readSync(fd: number, buffer: ArrayBuffer, options?: {
offset?: number;
length?: number;
position?: number;
}): number;
Deprecated version: 9
Substitute API: ohos.file.fs.readSync |@ohos.fileio.d.ts| +|Deprecated version changed|Class name: fileIO
Method or attribute name: function rename(oldPath: string, newPath: string): Promise\;
Deprecated version: N/A|Class name: fileIO
Method or attribute name: function rename(oldPath: string, newPath: string): Promise\;
Deprecated version: 9
Substitute API: ohos.file.fs.rename |@ohos.fileio.d.ts| +|Deprecated version changed|Class name: fileIO
Method or attribute name: function rename(oldPath: string, newPath: string, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: fileIO
Method or attribute name: function rename(oldPath: string, newPath: string, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.file.fs.rename |@ohos.fileio.d.ts| +|Deprecated version changed|Class name: fileIO
Method or attribute name: function renameSync(oldPath: string, newPath: string): void;
Deprecated version: N/A|Class name: fileIO
Method or attribute name: function renameSync(oldPath: string, newPath: string): void;
Deprecated version: 9
Substitute API: ohos.file.fs.renameSync |@ohos.fileio.d.ts| +|Deprecated version changed|Class name: fileIO
Method or attribute name: function rmdir(path: string): Promise\;
Deprecated version: N/A|Class name: fileIO
Method or attribute name: function rmdir(path: string): Promise\;
Deprecated version: 9
Substitute API: ohos.file.fs.rmdir |@ohos.fileio.d.ts| +|Deprecated version changed|Class name: fileIO
Method or attribute name: function rmdir(path: string, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: fileIO
Method or attribute name: function rmdir(path: string, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.file.fs.rmdir |@ohos.fileio.d.ts| +|Deprecated version changed|Class name: fileIO
Method or attribute name: function rmdirSync(path: string): void;
Deprecated version: N/A|Class name: fileIO
Method or attribute name: function rmdirSync(path: string): void;
Deprecated version: 9
Substitute API: ohos.file.fs.rmdirSync |@ohos.fileio.d.ts| +|Deprecated version changed|Class name: fileIO
Method or attribute name: function stat(path: string): Promise\;
Deprecated version: N/A|Class name: fileIO
Method or attribute name: function stat(path: string): Promise\;
Deprecated version: 9
Substitute API: ohos.file.fs.stat |@ohos.fileio.d.ts| +|Deprecated version changed|Class name: fileIO
Method or attribute name: function stat(path: string, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: fileIO
Method or attribute name: function stat(path: string, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.file.fs.stat |@ohos.fileio.d.ts| +|Deprecated version changed|Class name: fileIO
Method or attribute name: function statSync(path: string): Stat;
Deprecated version: N/A|Class name: fileIO
Method or attribute name: function statSync(path: string): Stat;
Deprecated version: 9
Substitute API: ohos.file.fs.statSync |@ohos.fileio.d.ts| +|Deprecated version changed|Class name: fileIO
Method or attribute name: function symlink(target: string, srcPath: string): Promise\;
Deprecated version: N/A|Class name: fileIO
Method or attribute name: function symlink(target: string, srcPath: string): Promise\;
Deprecated version: 9
Substitute API: ohos.file.fs.symlink |@ohos.fileio.d.ts| +|Deprecated version changed|Class name: fileIO
Method or attribute name: function symlink(target: string, srcPath: string, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: fileIO
Method or attribute name: function symlink(target: string, srcPath: string, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.file.fs.symlink |@ohos.fileio.d.ts| +|Deprecated version changed|Class name: fileIO
Method or attribute name: function symlinkSync(target: string, srcPath: string): void;
Deprecated version: N/A|Class name: fileIO
Method or attribute name: function symlinkSync(target: string, srcPath: string): void;
Deprecated version: 9
Substitute API: ohos.file.fs.symlinkSync |@ohos.fileio.d.ts| +|Deprecated version changed|Class name: fileIO
Method or attribute name: function truncate(path: string, len?: number): Promise\;
Deprecated version: N/A|Class name: fileIO
Method or attribute name: function truncate(path: string, len?: number): Promise\;
Deprecated version: 9
Substitute API: ohos.file.fs.truncate |@ohos.fileio.d.ts| +|Deprecated version changed|Class name: fileIO
Method or attribute name: function truncate(path: string, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: fileIO
Method or attribute name: function truncate(path: string, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.file.fs.truncate |@ohos.fileio.d.ts| +|Deprecated version changed|Class name: fileIO
Method or attribute name: function truncate(path: string, len: number, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: fileIO
Method or attribute name: function truncate(path: string, len: number, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.file.fs.truncate |@ohos.fileio.d.ts| +|Deprecated version changed|Class name: fileIO
Method or attribute name: function truncateSync(path: string, len?: number): void;
Deprecated version: N/A|Class name: fileIO
Method or attribute name: function truncateSync(path: string, len?: number): void;
Deprecated version: 9
Substitute API: ohos.file.fs.truncateSync |@ohos.fileio.d.ts| +|Deprecated version changed|Class name: fileIO
Method or attribute name: function unlink(path: string): Promise\;
Deprecated version: N/A|Class name: fileIO
Method or attribute name: function unlink(path: string): Promise\;
Deprecated version: 9
Substitute API: ohos.file.fs.unlink |@ohos.fileio.d.ts| +|Deprecated version changed|Class name: fileIO
Method or attribute name: function unlink(path: string, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: fileIO
Method or attribute name: function unlink(path: string, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.file.fs.unlink |@ohos.fileio.d.ts| +|Deprecated version changed|Class name: fileIO
Method or attribute name: function unlinkSync(path: string): void;
Deprecated version: N/A|Class name: fileIO
Method or attribute name: function unlinkSync(path: string): void;
Deprecated version: 9
Substitute API: ohos.file.fs.unlinkSync |@ohos.fileio.d.ts| +|Deprecated version changed|Class name: fileIO
Method or attribute name: function write(fd: number, buffer: ArrayBuffer \| string, options?: {
offset?: number;
length?: number;
position?: number;
encoding?: string;
}): Promise\;
Deprecated version: N/A|Class name: fileIO
Method or attribute name: function write(fd: number, buffer: ArrayBuffer \| string, options?: {
offset?: number;
length?: number;
position?: number;
encoding?: string;
}): Promise\;
Deprecated version: 9
Substitute API: ohos.file.fs.write |@ohos.fileio.d.ts| +|Deprecated version changed|Class name: fileIO
Method or attribute name: function write(fd: number, buffer: ArrayBuffer \| string, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: fileIO
Method or attribute name: function write(fd: number, buffer: ArrayBuffer \| string, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.file.fs.write |@ohos.fileio.d.ts| +|Deprecated version changed|Class name: fileIO
Method or attribute name: function write(fd: number, buffer: ArrayBuffer \| string, options: {
offset?: number;
length?: number;
position?: number;
encoding?: string;
}, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: fileIO
Method or attribute name: function write(fd: number, buffer: ArrayBuffer \| string, options: {
offset?: number;
length?: number;
position?: number;
encoding?: string;
}, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.file.fs.write |@ohos.fileio.d.ts| +|Deprecated version changed|Class name: fileIO
Method or attribute name: function writeSync(fd: number, buffer: ArrayBuffer \| string, options?: {
offset?: number;
length?: number;
position?: number;
encoding?: string;
}): number;
Deprecated version: N/A|Class name: fileIO
Method or attribute name: function writeSync(fd: number, buffer: ArrayBuffer \| string, options?: {
offset?: number;
length?: number;
position?: number;
encoding?: string;
}): number;
Deprecated version: 9
Substitute API: ohos.file.fs.writeSync |@ohos.fileio.d.ts| +|Deprecated version changed|Class name: Dir
Method or attribute name: read(): Promise\;
Deprecated version: N/A|Class name: Dir
Method or attribute name: read(): Promise\;
Deprecated version: 9
Substitute API: ohos.file.fs.listFile |@ohos.fileio.d.ts| +|Deprecated version changed|Class name: Dir
Method or attribute name: read(callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: Dir
Method or attribute name: read(callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.file.fs.listFile |@ohos.fileio.d.ts| +|Deprecated version changed|Class name: Dir
Method or attribute name: readSync(): Dirent;
Deprecated version: N/A|Class name: Dir
Method or attribute name: readSync(): Dirent;
Deprecated version: 9
Substitute API: ohos.file.fs.listFile |@ohos.fileio.d.ts| +|Deprecated version changed|Class name: Dir
Method or attribute name: close(): Promise\;
Deprecated version: N/A|Class name: Dir
Method or attribute name: close(): Promise\;
Deprecated version: 9
Substitute API: ohos.file.fs.listFile |@ohos.fileio.d.ts| +|Deprecated version changed|Class name: Dir
Method or attribute name: close(callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: Dir
Method or attribute name: close(callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.file.fs.listFile |@ohos.fileio.d.ts| +|Deprecated version changed|Class name: Dir
Method or attribute name: closeSync(): void;
Deprecated version: N/A|Class name: Dir
Method or attribute name: closeSync(): void;
Deprecated version: 9
Substitute API: ohos.file.fs.listFile |@ohos.fileio.d.ts| +|Deprecated version changed|Class name: Dirent
Deprecated version: N/A|Class name: Dirent
Deprecated version: 9
Substitute API: ohos.file.fs.listFile |@ohos.fileio.d.ts| +|Deprecated version changed|Class name: Dirent
Method or attribute name: readonly name: string;
Deprecated version: N/A|Class name: Dirent
Method or attribute name: readonly name: string;
Deprecated version: 9
Substitute API: ohos.file.fs.listFile |@ohos.fileio.d.ts| +|Deprecated version changed|Class name: Dirent
Method or attribute name: isBlockDevice(): boolean;
Deprecated version: N/A|Class name: Dirent
Method or attribute name: isBlockDevice(): boolean;
Deprecated version: 9
Substitute API: ohos.file.fs.listFile |@ohos.fileio.d.ts| +|Deprecated version changed|Class name: Dirent
Method or attribute name: isCharacterDevice(): boolean;
Deprecated version: N/A|Class name: Dirent
Method or attribute name: isCharacterDevice(): boolean;
Deprecated version: 9
Substitute API: ohos.file.fs.listFile |@ohos.fileio.d.ts| +|Deprecated version changed|Class name: Dirent
Method or attribute name: isDirectory(): boolean;
Deprecated version: N/A|Class name: Dirent
Method or attribute name: isDirectory(): boolean;
Deprecated version: 9
Substitute API: ohos.file.fs.listFile |@ohos.fileio.d.ts| +|Deprecated version changed|Class name: Dirent
Method or attribute name: isFIFO(): boolean;
Deprecated version: N/A|Class name: Dirent
Method or attribute name: isFIFO(): boolean;
Deprecated version: 9
Substitute API: ohos.file.fs.listFile |@ohos.fileio.d.ts| +|Deprecated version changed|Class name: Dirent
Method or attribute name: isFile(): boolean;
Deprecated version: N/A|Class name: Dirent
Method or attribute name: isFile(): boolean;
Deprecated version: 9
Substitute API: ohos.file.fs.listFile |@ohos.fileio.d.ts| +|Deprecated version changed|Class name: Dirent
Method or attribute name: isSocket(): boolean;
Deprecated version: N/A|Class name: Dirent
Method or attribute name: isSocket(): boolean;
Deprecated version: 9
Substitute API: ohos.file.fs.listFile |@ohos.fileio.d.ts| +|Deprecated version changed|Class name: Dirent
Method or attribute name: isSymbolicLink(): boolean;
Deprecated version: N/A|Class name: Dirent
Method or attribute name: isSymbolicLink(): boolean;
Deprecated version: 9
Substitute API: ohos.file.fs.listFile |@ohos.fileio.d.ts| +|Deprecated version changed|Class name: Stat
Deprecated version: N/A|Class name: Stat
Deprecated version: 9
Substitute API: ohos.file.fs.Stat |@ohos.fileio.d.ts| +|Deprecated version changed|Class name: Stream
Deprecated version: N/A|Class name: Stream
Deprecated version: 9
Substitute API: ohos.file.fs.Stream |@ohos.fileio.d.ts| +|Deprecated version changed|Class name: ReadOut
Deprecated version: N/A|Class name: ReadOut
Deprecated version: 9
Substitute API: N/A|@ohos.fileio.d.ts| +|Deprecated version changed|Class name: Statfs
Method or attribute name: function getFreeBytes(path: string, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: Statfs
Method or attribute name: function getFreeBytes(path: string, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.file.statvfs.getFreeSize |@ohos.statfs.d.ts| +|Deprecated version changed|Class name: Statfs
Method or attribute name: function getFreeBytes(path: string): Promise\;
Deprecated version: N/A|Class name: Statfs
Method or attribute name: function getFreeBytes(path: string): Promise\;
Deprecated version: 9
Substitute API: ohos.file.statvfs.getFreeSize |@ohos.statfs.d.ts| +|Deprecated version changed|Class name: Statfs
Method or attribute name: function getTotalBytes(path: string, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: Statfs
Method or attribute name: function getTotalBytes(path: string, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.file.statvfs.getTotalSize |@ohos.statfs.d.ts| +|Deprecated version changed|Class name: Statfs
Method or attribute name: function getTotalBytes(path: string): Promise\;
Deprecated version: N/A|Class name: Statfs
Method or attribute name: function getTotalBytes(path: string): Promise\;
Deprecated version: 9
Substitute API: ohos.file.statvfs.getTotalSize |@ohos.statfs.d.ts| +|Initial version changed|Class name: fileIO
Method or attribute name: function opendirSync(path: string): Dir;
Initial version: N/A|Class name: fileIO
Method or attribute name: function opendirSync(path: string): Dir;
Initial version: 6|@ohos.fileio.d.ts| diff --git a/en/release-notes/api-diff/v3.2-Release/js-apidiff-geolocation.md b/en/release-notes/api-diff/v3.2-Release/js-apidiff-geolocation.md new file mode 100644 index 0000000000000000000000000000000000000000..f083914859cebfd5e06360f52bf7726aa68efa0f --- /dev/null +++ b/en/release-notes/api-diff/v3.2-Release/js-apidiff-geolocation.md @@ -0,0 +1,223 @@ +| Change Type | Old Version | New Version | d.ts File | +| ---- | ------ | ------ | -------- | +|Added|NA|Class name: GeoLocationErrorCode
Method or attribute name: INPUT_PARAMS_ERROR|@ohos.geolocation.d.ts| +|Added|NA|Module name: ohos.geoLocationManager
Class name: geoLocationManager|@ohos.geoLocationManager.d.ts| +|Added|NA|Module name: ohos.geoLocationManager
Class name: geoLocationManager
Method or attribute name: function on(type: 'locationChange', request: LocationRequest, callback: Callback\): void;|@ohos.geoLocationManager.d.ts| +|Added|NA|Module name: ohos.geoLocationManager
Class name: geoLocationManager
Method or attribute name: function off(type: 'locationChange', callback?: Callback\): void;|@ohos.geoLocationManager.d.ts| +|Added|NA|Module name: ohos.geoLocationManager
Class name: geoLocationManager
Method or attribute name: function on(type: 'locationEnabledChange', callback: Callback\): void;|@ohos.geoLocationManager.d.ts| +|Added|NA|Module name: ohos.geoLocationManager
Class name: geoLocationManager
Method or attribute name: function off(type: 'locationEnabledChange', callback?: Callback\): void;|@ohos.geoLocationManager.d.ts| +|Added|NA|Module name: ohos.geoLocationManager
Class name: geoLocationManager
Method or attribute name: function on(type: 'cachedGnssLocationsChange', request: CachedGnssLocationsRequest, callback: Callback\>): void;|@ohos.geoLocationManager.d.ts| +|Added|NA|Module name: ohos.geoLocationManager
Class name: geoLocationManager
Method or attribute name: function off(type: 'cachedGnssLocationsChange', callback?: Callback\>): void;|@ohos.geoLocationManager.d.ts| +|Added|NA|Module name: ohos.geoLocationManager
Class name: geoLocationManager
Method or attribute name: function on(type: 'satelliteStatusChange', callback: Callback\): void;|@ohos.geoLocationManager.d.ts| +|Added|NA|Module name: ohos.geoLocationManager
Class name: geoLocationManager
Method or attribute name: function off(type: 'satelliteStatusChange', callback?: Callback\): void;|@ohos.geoLocationManager.d.ts| +|Added|NA|Module name: ohos.geoLocationManager
Class name: geoLocationManager
Method or attribute name: function on(type: 'nmeaMessage', callback: Callback\): void;|@ohos.geoLocationManager.d.ts| +|Added|NA|Module name: ohos.geoLocationManager
Class name: geoLocationManager
Method or attribute name: function off(type: 'nmeaMessage', callback?: Callback\): void;|@ohos.geoLocationManager.d.ts| +|Added|NA|Module name: ohos.geoLocationManager
Class name: geoLocationManager
Method or attribute name: function on(type: 'gnssFenceStatusChange', request: GeofenceRequest, want: WantAgent): void;|@ohos.geoLocationManager.d.ts| +|Added|NA|Module name: ohos.geoLocationManager
Class name: geoLocationManager
Method or attribute name: function off(type: 'gnssFenceStatusChange', request: GeofenceRequest, want: WantAgent): void;|@ohos.geoLocationManager.d.ts| +|Added|NA|Module name: ohos.geoLocationManager
Class name: geoLocationManager
Method or attribute name: function on(type: 'countryCodeChange', callback: Callback\): void;|@ohos.geoLocationManager.d.ts| +|Added|NA|Module name: ohos.geoLocationManager
Class name: geoLocationManager
Method or attribute name: function off(type: 'countryCodeChange', callback?: Callback\): void;|@ohos.geoLocationManager.d.ts| +|Added|NA|Module name: ohos.geoLocationManager
Class name: geoLocationManager
Method or attribute name: function getCurrentLocation(request: CurrentLocationRequest, callback: AsyncCallback\): void;|@ohos.geoLocationManager.d.ts| +|Added|NA|Module name: ohos.geoLocationManager
Class name: geoLocationManager
Method or attribute name: function getCurrentLocation(callback: AsyncCallback\): void;|@ohos.geoLocationManager.d.ts| +|Added|NA|Module name: ohos.geoLocationManager
Class name: geoLocationManager
Method or attribute name: function getCurrentLocation(request?: CurrentLocationRequest): Promise\;|@ohos.geoLocationManager.d.ts| +|Added|NA|Module name: ohos.geoLocationManager
Class name: geoLocationManager
Method or attribute name: function getLastLocation(): Location;|@ohos.geoLocationManager.d.ts| +|Added|NA|Module name: ohos.geoLocationManager
Class name: geoLocationManager
Method or attribute name: function isLocationEnabled(): boolean;|@ohos.geoLocationManager.d.ts| +|Added|NA|Module name: ohos.geoLocationManager
Class name: geoLocationManager
Method or attribute name: function enableLocation(callback: AsyncCallback\): void;|@ohos.geoLocationManager.d.ts| +|Added|NA|Module name: ohos.geoLocationManager
Class name: geoLocationManager
Method or attribute name: function enableLocation(): Promise\;|@ohos.geoLocationManager.d.ts| +|Added|NA|Module name: ohos.geoLocationManager
Class name: geoLocationManager
Method or attribute name: function disableLocation(): void;|@ohos.geoLocationManager.d.ts| +|Added|NA|Module name: ohos.geoLocationManager
Class name: geoLocationManager
Method or attribute name: function getAddressesFromLocation(request: ReverseGeoCodeRequest, callback: AsyncCallback\>): void;|@ohos.geoLocationManager.d.ts| +|Added|NA|Module name: ohos.geoLocationManager
Class name: geoLocationManager
Method or attribute name: function getAddressesFromLocation(request: ReverseGeoCodeRequest): Promise\>;|@ohos.geoLocationManager.d.ts| +|Added|NA|Module name: ohos.geoLocationManager
Class name: geoLocationManager
Method or attribute name: function getAddressesFromLocationName(request: GeoCodeRequest, callback: AsyncCallback\>): void;|@ohos.geoLocationManager.d.ts| +|Added|NA|Module name: ohos.geoLocationManager
Class name: geoLocationManager
Method or attribute name: function getAddressesFromLocationName(request: GeoCodeRequest): Promise\>;|@ohos.geoLocationManager.d.ts| +|Added|NA|Module name: ohos.geoLocationManager
Class name: geoLocationManager
Method or attribute name: function isGeocoderAvailable(): boolean;|@ohos.geoLocationManager.d.ts| +|Added|NA|Module name: ohos.geoLocationManager
Class name: geoLocationManager
Method or attribute name: function getCachedGnssLocationsSize(callback: AsyncCallback\): void;|@ohos.geoLocationManager.d.ts| +|Added|NA|Module name: ohos.geoLocationManager
Class name: geoLocationManager
Method or attribute name: function getCachedGnssLocationsSize(): Promise\;|@ohos.geoLocationManager.d.ts| +|Added|NA|Module name: ohos.geoLocationManager
Class name: geoLocationManager
Method or attribute name: function flushCachedGnssLocations(callback: AsyncCallback\): void;|@ohos.geoLocationManager.d.ts| +|Added|NA|Module name: ohos.geoLocationManager
Class name: geoLocationManager
Method or attribute name: function flushCachedGnssLocations(): Promise\;|@ohos.geoLocationManager.d.ts| +|Added|NA|Module name: ohos.geoLocationManager
Class name: geoLocationManager
Method or attribute name: function sendCommand(command: LocationCommand, callback: AsyncCallback\): void;|@ohos.geoLocationManager.d.ts| +|Added|NA|Module name: ohos.geoLocationManager
Class name: geoLocationManager
Method or attribute name: function sendCommand(command: LocationCommand): Promise\;|@ohos.geoLocationManager.d.ts| +|Added|NA|Module name: ohos.geoLocationManager
Class name: geoLocationManager
Method or attribute name: function getCountryCode(callback: AsyncCallback\): void;|@ohos.geoLocationManager.d.ts| +|Added|NA|Module name: ohos.geoLocationManager
Class name: geoLocationManager
Method or attribute name: function getCountryCode(): Promise\;|@ohos.geoLocationManager.d.ts| +|Added|NA|Module name: ohos.geoLocationManager
Class name: geoLocationManager
Method or attribute name: function enableLocationMock(): void;|@ohos.geoLocationManager.d.ts| +|Added|NA|Module name: ohos.geoLocationManager
Class name: geoLocationManager
Method or attribute name: function disableLocationMock(): void;|@ohos.geoLocationManager.d.ts| +|Added|NA|Module name: ohos.geoLocationManager
Class name: geoLocationManager
Method or attribute name: function setMockedLocations(config: LocationMockConfig): void;|@ohos.geoLocationManager.d.ts| +|Added|NA|Module name: ohos.geoLocationManager
Class name: geoLocationManager
Method or attribute name: function enableReverseGeocodingMock(): void;|@ohos.geoLocationManager.d.ts| +|Added|NA|Module name: ohos.geoLocationManager
Class name: geoLocationManager
Method or attribute name: function disableReverseGeocodingMock(): void;|@ohos.geoLocationManager.d.ts| +|Added|NA|Module name: ohos.geoLocationManager
Class name: geoLocationManager
Method or attribute name: function setReverseGeocodingMockInfo(mockInfos: Array\): void;|@ohos.geoLocationManager.d.ts| +|Added|NA|Module name: ohos.geoLocationManager
Class name: geoLocationManager
Method or attribute name: function isLocationPrivacyConfirmed(type: LocationPrivacyType): boolean;|@ohos.geoLocationManager.d.ts| +|Added|NA|Module name: ohos.geoLocationManager
Class name: geoLocationManager
Method or attribute name: function setLocationPrivacyConfirmStatus(type: LocationPrivacyType, isConfirmed: boolean): void;|@ohos.geoLocationManager.d.ts| +|Added|NA|Module name: ohos.geoLocationManager
Class name: ReverseGeocodingMockInfo|@ohos.geoLocationManager.d.ts| +|Added|NA|Module name: ohos.geoLocationManager
Class name: ReverseGeocodingMockInfo
Method or attribute name: location: ReverseGeoCodeRequest;|@ohos.geoLocationManager.d.ts| +|Added|NA|Module name: ohos.geoLocationManager
Class name: ReverseGeocodingMockInfo
Method or attribute name: geoAddress: GeoAddress;|@ohos.geoLocationManager.d.ts| +|Added|NA|Module name: ohos.geoLocationManager
Class name: LocationMockConfig|@ohos.geoLocationManager.d.ts| +|Added|NA|Module name: ohos.geoLocationManager
Class name: LocationMockConfig
Method or attribute name: timeInterval: number;|@ohos.geoLocationManager.d.ts| +|Added|NA|Module name: ohos.geoLocationManager
Class name: LocationMockConfig
Method or attribute name: locations: Array\;|@ohos.geoLocationManager.d.ts| +|Added|NA|Module name: ohos.geoLocationManager
Class name: SatelliteStatusInfo|@ohos.geoLocationManager.d.ts| +|Added|NA|Module name: ohos.geoLocationManager
Class name: SatelliteStatusInfo
Method or attribute name: satellitesNumber: number;|@ohos.geoLocationManager.d.ts| +|Added|NA|Module name: ohos.geoLocationManager
Class name: SatelliteStatusInfo
Method or attribute name: satelliteIds: Array\;|@ohos.geoLocationManager.d.ts| +|Added|NA|Module name: ohos.geoLocationManager
Class name: SatelliteStatusInfo
Method or attribute name: carrierToNoiseDensitys: Array\;|@ohos.geoLocationManager.d.ts| +|Added|NA|Module name: ohos.geoLocationManager
Class name: SatelliteStatusInfo
Method or attribute name: altitudes: Array\;|@ohos.geoLocationManager.d.ts| +|Added|NA|Module name: ohos.geoLocationManager
Class name: SatelliteStatusInfo
Method or attribute name: azimuths: Array\;|@ohos.geoLocationManager.d.ts| +|Added|NA|Module name: ohos.geoLocationManager
Class name: SatelliteStatusInfo
Method or attribute name: carrierFrequencies: Array\;|@ohos.geoLocationManager.d.ts| +|Added|NA|Module name: ohos.geoLocationManager
Class name: CachedGnssLocationsRequest|@ohos.geoLocationManager.d.ts| +|Added|NA|Module name: ohos.geoLocationManager
Class name: CachedGnssLocationsRequest
Method or attribute name: reportingPeriodSec: number;|@ohos.geoLocationManager.d.ts| +|Added|NA|Module name: ohos.geoLocationManager
Class name: CachedGnssLocationsRequest
Method or attribute name: wakeUpCacheQueueFull: boolean;|@ohos.geoLocationManager.d.ts| +|Added|NA|Module name: ohos.geoLocationManager
Class name: GeofenceRequest|@ohos.geoLocationManager.d.ts| +|Added|NA|Module name: ohos.geoLocationManager
Class name: GeofenceRequest
Method or attribute name: scenario: LocationRequestScenario;|@ohos.geoLocationManager.d.ts| +|Added|NA|Module name: ohos.geoLocationManager
Class name: GeofenceRequest
Method or attribute name: geofence: Geofence;|@ohos.geoLocationManager.d.ts| +|Added|NA|Module name: ohos.geoLocationManager
Class name: Geofence|@ohos.geoLocationManager.d.ts| +|Added|NA|Module name: ohos.geoLocationManager
Class name: Geofence
Method or attribute name: latitude: number;|@ohos.geoLocationManager.d.ts| +|Added|NA|Module name: ohos.geoLocationManager
Class name: Geofence
Method or attribute name: longitude: number;|@ohos.geoLocationManager.d.ts| +|Added|NA|Module name: ohos.geoLocationManager
Class name: Geofence
Method or attribute name: radius: number;|@ohos.geoLocationManager.d.ts| +|Added|NA|Module name: ohos.geoLocationManager
Class name: Geofence
Method or attribute name: expiration: number;|@ohos.geoLocationManager.d.ts| +|Added|NA|Module name: ohos.geoLocationManager
Class name: ReverseGeoCodeRequest|@ohos.geoLocationManager.d.ts| +|Added|NA|Module name: ohos.geoLocationManager
Class name: ReverseGeoCodeRequest
Method or attribute name: locale?: string;|@ohos.geoLocationManager.d.ts| +|Added|NA|Module name: ohos.geoLocationManager
Class name: ReverseGeoCodeRequest
Method or attribute name: latitude: number;|@ohos.geoLocationManager.d.ts| +|Added|NA|Module name: ohos.geoLocationManager
Class name: ReverseGeoCodeRequest
Method or attribute name: longitude: number;|@ohos.geoLocationManager.d.ts| +|Added|NA|Module name: ohos.geoLocationManager
Class name: ReverseGeoCodeRequest
Method or attribute name: maxItems?: number;|@ohos.geoLocationManager.d.ts| +|Added|NA|Module name: ohos.geoLocationManager
Class name: GeoCodeRequest|@ohos.geoLocationManager.d.ts| +|Added|NA|Module name: ohos.geoLocationManager
Class name: GeoCodeRequest
Method or attribute name: locale?: string;|@ohos.geoLocationManager.d.ts| +|Added|NA|Module name: ohos.geoLocationManager
Class name: GeoCodeRequest
Method or attribute name: description: string;|@ohos.geoLocationManager.d.ts| +|Added|NA|Module name: ohos.geoLocationManager
Class name: GeoCodeRequest
Method or attribute name: maxItems?: number;|@ohos.geoLocationManager.d.ts| +|Added|NA|Module name: ohos.geoLocationManager
Class name: GeoCodeRequest
Method or attribute name: minLatitude?: number;|@ohos.geoLocationManager.d.ts| +|Added|NA|Module name: ohos.geoLocationManager
Class name: GeoCodeRequest
Method or attribute name: minLongitude?: number;|@ohos.geoLocationManager.d.ts| +|Added|NA|Module name: ohos.geoLocationManager
Class name: GeoCodeRequest
Method or attribute name: maxLatitude?: number;|@ohos.geoLocationManager.d.ts| +|Added|NA|Module name: ohos.geoLocationManager
Class name: GeoCodeRequest
Method or attribute name: maxLongitude?: number;|@ohos.geoLocationManager.d.ts| +|Added|NA|Module name: ohos.geoLocationManager
Class name: GeoAddress|@ohos.geoLocationManager.d.ts| +|Added|NA|Module name: ohos.geoLocationManager
Class name: GeoAddress
Method or attribute name: latitude?: number;|@ohos.geoLocationManager.d.ts| +|Added|NA|Module name: ohos.geoLocationManager
Class name: GeoAddress
Method or attribute name: longitude?: number;|@ohos.geoLocationManager.d.ts| +|Added|NA|Module name: ohos.geoLocationManager
Class name: GeoAddress
Method or attribute name: locale?: string;|@ohos.geoLocationManager.d.ts| +|Added|NA|Module name: ohos.geoLocationManager
Class name: GeoAddress
Method or attribute name: placeName?: string;|@ohos.geoLocationManager.d.ts| +|Added|NA|Module name: ohos.geoLocationManager
Class name: GeoAddress
Method or attribute name: countryCode?: string;|@ohos.geoLocationManager.d.ts| +|Added|NA|Module name: ohos.geoLocationManager
Class name: GeoAddress
Method or attribute name: countryName?: string;|@ohos.geoLocationManager.d.ts| +|Added|NA|Module name: ohos.geoLocationManager
Class name: GeoAddress
Method or attribute name: administrativeArea?: string;|@ohos.geoLocationManager.d.ts| +|Added|NA|Module name: ohos.geoLocationManager
Class name: GeoAddress
Method or attribute name: subAdministrativeArea?: string;|@ohos.geoLocationManager.d.ts| +|Added|NA|Module name: ohos.geoLocationManager
Class name: GeoAddress
Method or attribute name: locality?: string;|@ohos.geoLocationManager.d.ts| +|Added|NA|Module name: ohos.geoLocationManager
Class name: GeoAddress
Method or attribute name: subLocality?: string;|@ohos.geoLocationManager.d.ts| +|Added|NA|Module name: ohos.geoLocationManager
Class name: GeoAddress
Method or attribute name: roadName?: string;|@ohos.geoLocationManager.d.ts| +|Added|NA|Module name: ohos.geoLocationManager
Class name: GeoAddress
Method or attribute name: subRoadName?: string;|@ohos.geoLocationManager.d.ts| +|Added|NA|Module name: ohos.geoLocationManager
Class name: GeoAddress
Method or attribute name: premises?: string;|@ohos.geoLocationManager.d.ts| +|Added|NA|Module name: ohos.geoLocationManager
Class name: GeoAddress
Method or attribute name: postalCode?: string;|@ohos.geoLocationManager.d.ts| +|Added|NA|Module name: ohos.geoLocationManager
Class name: GeoAddress
Method or attribute name: phoneNumber?: string;|@ohos.geoLocationManager.d.ts| +|Added|NA|Module name: ohos.geoLocationManager
Class name: GeoAddress
Method or attribute name: addressUrl?: string;|@ohos.geoLocationManager.d.ts| +|Added|NA|Module name: ohos.geoLocationManager
Class name: GeoAddress
Method or attribute name: descriptions?: Array\;|@ohos.geoLocationManager.d.ts| +|Added|NA|Module name: ohos.geoLocationManager
Class name: GeoAddress
Method or attribute name: descriptionsSize?: number;|@ohos.geoLocationManager.d.ts| +|Added|NA|Module name: ohos.geoLocationManager
Class name: GeoAddress
Method or attribute name: isFromMock?: Boolean;|@ohos.geoLocationManager.d.ts| +|Added|NA|Module name: ohos.geoLocationManager
Class name: LocationRequest|@ohos.geoLocationManager.d.ts| +|Added|NA|Module name: ohos.geoLocationManager
Class name: LocationRequest
Method or attribute name: priority?: LocationRequestPriority;|@ohos.geoLocationManager.d.ts| +|Added|NA|Module name: ohos.geoLocationManager
Class name: LocationRequest
Method or attribute name: scenario?: LocationRequestScenario;|@ohos.geoLocationManager.d.ts| +|Added|NA|Module name: ohos.geoLocationManager
Class name: LocationRequest
Method or attribute name: timeInterval?: number;|@ohos.geoLocationManager.d.ts| +|Added|NA|Module name: ohos.geoLocationManager
Class name: LocationRequest
Method or attribute name: distanceInterval?: number;|@ohos.geoLocationManager.d.ts| +|Added|NA|Module name: ohos.geoLocationManager
Class name: LocationRequest
Method or attribute name: maxAccuracy?: number;|@ohos.geoLocationManager.d.ts| +|Added|NA|Module name: ohos.geoLocationManager
Class name: CurrentLocationRequest|@ohos.geoLocationManager.d.ts| +|Added|NA|Module name: ohos.geoLocationManager
Class name: CurrentLocationRequest
Method or attribute name: priority?: LocationRequestPriority;|@ohos.geoLocationManager.d.ts| +|Added|NA|Module name: ohos.geoLocationManager
Class name: CurrentLocationRequest
Method or attribute name: scenario?: LocationRequestScenario;|@ohos.geoLocationManager.d.ts| +|Added|NA|Module name: ohos.geoLocationManager
Class name: CurrentLocationRequest
Method or attribute name: maxAccuracy?: number;|@ohos.geoLocationManager.d.ts| +|Added|NA|Module name: ohos.geoLocationManager
Class name: CurrentLocationRequest
Method or attribute name: timeoutMs?: number;|@ohos.geoLocationManager.d.ts| +|Added|NA|Module name: ohos.geoLocationManager
Class name: Location|@ohos.geoLocationManager.d.ts| +|Added|NA|Module name: ohos.geoLocationManager
Class name: Location
Method or attribute name: latitude: number;|@ohos.geoLocationManager.d.ts| +|Added|NA|Module name: ohos.geoLocationManager
Class name: Location
Method or attribute name: longitude: number;|@ohos.geoLocationManager.d.ts| +|Added|NA|Module name: ohos.geoLocationManager
Class name: Location
Method or attribute name: altitude: number;|@ohos.geoLocationManager.d.ts| +|Added|NA|Module name: ohos.geoLocationManager
Class name: Location
Method or attribute name: accuracy: number;|@ohos.geoLocationManager.d.ts| +|Added|NA|Module name: ohos.geoLocationManager
Class name: Location
Method or attribute name: speed: number;|@ohos.geoLocationManager.d.ts| +|Added|NA|Module name: ohos.geoLocationManager
Class name: Location
Method or attribute name: timeStamp: number;|@ohos.geoLocationManager.d.ts| +|Added|NA|Module name: ohos.geoLocationManager
Class name: Location
Method or attribute name: direction: number;|@ohos.geoLocationManager.d.ts| +|Added|NA|Module name: ohos.geoLocationManager
Class name: Location
Method or attribute name: timeSinceBoot: number;|@ohos.geoLocationManager.d.ts| +|Added|NA|Module name: ohos.geoLocationManager
Class name: Location
Method or attribute name: additions?: Array\;|@ohos.geoLocationManager.d.ts| +|Added|NA|Module name: ohos.geoLocationManager
Class name: Location
Method or attribute name: additionSize?: number;|@ohos.geoLocationManager.d.ts| +|Added|NA|Module name: ohos.geoLocationManager
Class name: Location
Method or attribute name: isFromMock?: Boolean;|@ohos.geoLocationManager.d.ts| +|Added|NA|Module name: ohos.geoLocationManager
Class name: LocationRequestPriority|@ohos.geoLocationManager.d.ts| +|Added|NA|Module name: ohos.geoLocationManager
Class name: LocationRequestPriority
Method or attribute name: UNSET = 0x200|@ohos.geoLocationManager.d.ts| +|Added|NA|Module name: ohos.geoLocationManager
Class name: LocationRequestPriority
Method or attribute name: ACCURACY|@ohos.geoLocationManager.d.ts| +|Added|NA|Module name: ohos.geoLocationManager
Class name: LocationRequestPriority
Method or attribute name: LOW_POWER|@ohos.geoLocationManager.d.ts| +|Added|NA|Module name: ohos.geoLocationManager
Class name: LocationRequestPriority
Method or attribute name: FIRST_FIX|@ohos.geoLocationManager.d.ts| +|Added|NA|Module name: ohos.geoLocationManager
Class name: LocationRequestScenario|@ohos.geoLocationManager.d.ts| +|Added|NA|Module name: ohos.geoLocationManager
Class name: LocationRequestScenario
Method or attribute name: UNSET = 0x300|@ohos.geoLocationManager.d.ts| +|Added|NA|Module name: ohos.geoLocationManager
Class name: LocationRequestScenario
Method or attribute name: NAVIGATION|@ohos.geoLocationManager.d.ts| +|Added|NA|Module name: ohos.geoLocationManager
Class name: LocationRequestScenario
Method or attribute name: TRAJECTORY_TRACKING|@ohos.geoLocationManager.d.ts| +|Added|NA|Module name: ohos.geoLocationManager
Class name: LocationRequestScenario
Method or attribute name: CAR_HAILING|@ohos.geoLocationManager.d.ts| +|Added|NA|Module name: ohos.geoLocationManager
Class name: LocationRequestScenario
Method or attribute name: DAILY_LIFE_SERVICE|@ohos.geoLocationManager.d.ts| +|Added|NA|Module name: ohos.geoLocationManager
Class name: LocationRequestScenario
Method or attribute name: NO_POWER|@ohos.geoLocationManager.d.ts| +|Added|NA|Module name: ohos.geoLocationManager
Class name: LocationPrivacyType|@ohos.geoLocationManager.d.ts| +|Added|NA|Module name: ohos.geoLocationManager
Class name: LocationPrivacyType
Method or attribute name: OTHERS = 0|@ohos.geoLocationManager.d.ts| +|Added|NA|Module name: ohos.geoLocationManager
Class name: LocationPrivacyType
Method or attribute name: STARTUP|@ohos.geoLocationManager.d.ts| +|Added|NA|Module name: ohos.geoLocationManager
Class name: LocationPrivacyType
Method or attribute name: CORE_LOCATION|@ohos.geoLocationManager.d.ts| +|Added|NA|Module name: ohos.geoLocationManager
Class name: LocationCommand|@ohos.geoLocationManager.d.ts| +|Added|NA|Module name: ohos.geoLocationManager
Class name: LocationCommand
Method or attribute name: scenario: LocationRequestScenario;|@ohos.geoLocationManager.d.ts| +|Added|NA|Module name: ohos.geoLocationManager
Class name: LocationCommand
Method or attribute name: command: string;|@ohos.geoLocationManager.d.ts| +|Added|NA|Module name: ohos.geoLocationManager
Class name: CountryCode|@ohos.geoLocationManager.d.ts| +|Added|NA|Module name: ohos.geoLocationManager
Class name: CountryCode
Method or attribute name: country: string;|@ohos.geoLocationManager.d.ts| +|Added|NA|Module name: ohos.geoLocationManager
Class name: CountryCode
Method or attribute name: type: CountryCodeType;|@ohos.geoLocationManager.d.ts| +|Added|NA|Module name: ohos.geoLocationManager
Class name: CountryCodeType|@ohos.geoLocationManager.d.ts| +|Added|NA|Module name: ohos.geoLocationManager
Class name: CountryCodeType
Method or attribute name: COUNTRY_CODE_FROM_LOCALE = 1|@ohos.geoLocationManager.d.ts| +|Added|NA|Module name: ohos.geoLocationManager
Class name: CountryCodeType
Method or attribute name: COUNTRY_CODE_FROM_SIM|@ohos.geoLocationManager.d.ts| +|Added|NA|Module name: ohos.geoLocationManager
Class name: CountryCodeType
Method or attribute name: COUNTRY_CODE_FROM_LOCATION|@ohos.geoLocationManager.d.ts| +|Added|NA|Module name: ohos.geoLocationManager
Class name: CountryCodeType
Method or attribute name: COUNTRY_CODE_FROM_NETWORK|@ohos.geoLocationManager.d.ts| +|Deleted|Module name: ohos.geolocation
Class name: geolocation
Method or attribute name: function enableLocation(callback: AsyncCallback\) : void;|NA|@ohos.geolocation.d.ts| +|Deleted|Module name: ohos.geolocation
Class name: geolocation
Method or attribute name: function enableLocation() : Promise\;|NA|@ohos.geolocation.d.ts| +|Deleted|Module name: ohos.geolocation
Class name: geolocation
Method or attribute name: function disableLocation(callback: AsyncCallback\) : void;|NA|@ohos.geolocation.d.ts| +|Deleted|Module name: ohos.geolocation
Class name: geolocation
Method or attribute name: function disableLocation() : Promise\;|NA|@ohos.geolocation.d.ts| +|Deleted|Module name: ohos.geolocation
Class name: geolocation
Method or attribute name: function isLocationPrivacyConfirmed(type : LocationPrivacyType, callback: AsyncCallback\) : void;|NA|@ohos.geolocation.d.ts| +|Deleted|Module name: ohos.geolocation
Class name: geolocation
Method or attribute name: function isLocationPrivacyConfirmed(type : LocationPrivacyType,) : Promise\;|NA|@ohos.geolocation.d.ts| +|Deleted|Module name: ohos.geolocation
Class name: geolocation
Method or attribute name: function setLocationPrivacyConfirmStatus(type : LocationPrivacyType, isConfirmed : boolean, callback: AsyncCallback\) : void;|NA|@ohos.geolocation.d.ts| +|Deleted|Module name: ohos.geolocation
Class name: geolocation
Method or attribute name: function setLocationPrivacyConfirmStatus(type : LocationPrivacyType, isConfirmed : boolean) : Promise\;|NA|@ohos.geolocation.d.ts| +|Deprecated version changed|Class name: geolocation
Deprecated version: N/A|Class name: geolocation
Deprecated version: 9
Substitute API: N/A|@ohos.geolocation.d.ts| +|Deprecated version changed|Class name: SatelliteStatusInfo
Deprecated version: N/A|Class name: SatelliteStatusInfo
Deprecated version: 9
Substitute API: ohos.geoLocationManager/geoLocationManager.SatelliteStatusInfo |@ohos.geolocation.d.ts| +|Deprecated version changed|Class name: CachedGnssLocationsRequest
Deprecated version: N/A|Class name: CachedGnssLocationsRequest
Deprecated version: 9
Substitute API: ohos.geoLocationManager/geoLocationManager.CachedGnssLocationsRequest |@ohos.geolocation.d.ts| +|Deprecated version changed|Class name: GeofenceRequest
Deprecated version: N/A|Class name: GeofenceRequest
Deprecated version: 9
Substitute API: ohos.geoLocationManager/geoLocationManager.GeofenceRequest |@ohos.geolocation.d.ts| +|Deprecated version changed|Class name: Geofence
Deprecated version: N/A|Class name: Geofence
Deprecated version: 9
Substitute API: ohos.geoLocationManager/geoLocationManager.Geofence |@ohos.geolocation.d.ts| +|Deprecated version changed|Class name: ReverseGeoCodeRequest
Deprecated version: N/A|Class name: ReverseGeoCodeRequest
Deprecated version: 9
Substitute API: ohos.geoLocationManager/geoLocationManager.ReverseGeoCodeRequest |@ohos.geolocation.d.ts| +|Deprecated version changed|Class name: GeoCodeRequest
Deprecated version: N/A|Class name: GeoCodeRequest
Deprecated version: 9
Substitute API: ohos.geoLocationManager/geoLocationManager.GeoCodeRequest |@ohos.geolocation.d.ts| +|Deprecated version changed|Class name: GeoAddress
Deprecated version: N/A|Class name: GeoAddress
Deprecated version: 9
Substitute API: ohos.geoLocationManager/geoLocationManager.GeoAddress |@ohos.geolocation.d.ts| +|Deprecated version changed|Class name: LocationRequest
Deprecated version: N/A|Class name: LocationRequest
Deprecated version: 9
Substitute API: ohos.geoLocationManager/geoLocationManager.LocationRequest |@ohos.geolocation.d.ts| +|Deprecated version changed|Class name: CurrentLocationRequest
Deprecated version: N/A|Class name: CurrentLocationRequest
Deprecated version: 9
Substitute API: ohos.geoLocationManager/geoLocationManager.CurrentLocationRequest |@ohos.geolocation.d.ts| +|Deprecated version changed|Class name: Location
Deprecated version: N/A|Class name: Location
Deprecated version: 9
Substitute API: ohos.geoLocationManager/geoLocationManager.Location |@ohos.geolocation.d.ts| +|Deprecated version changed|Class name: LocationRequestPriority
Deprecated version: N/A|Class name: LocationRequestPriority
Deprecated version: 9
Substitute API: ohos.geoLocationManager/geoLocationManager.LocationRequestPriority |@ohos.geolocation.d.ts| +|Deprecated version changed|Class name: LocationRequestScenario
Deprecated version: N/A|Class name: LocationRequestScenario
Deprecated version: 9
Substitute API: ohos.geoLocationManager/geoLocationManager.LocationRequestScenario |@ohos.geolocation.d.ts| +|Deprecated version changed|Class name: GeoLocationErrorCode
Deprecated version: N/A|Class name: GeoLocationErrorCode
Deprecated version: 9
Substitute API: N/A|@ohos.geolocation.d.ts| +|Deprecated version changed|Class name: LocationPrivacyType
Deprecated version: N/A|Class name: LocationPrivacyType
Deprecated version: 9
Substitute API: ohos.geoLocationManager/geoLocationManager.LocationPrivacyType |@ohos.geolocation.d.ts| +|Deprecated version changed|Class name: LocationCommand
Deprecated version: N/A|Class name: LocationCommand
Deprecated version: 9
Substitute API: ohos.geoLocationManager/geoLocationManager.LocationCommand |@ohos.geolocation.d.ts| +|Deprecated version changed|Class name: GeolocationResponse
Deprecated version: N/A|Class name: GeolocationResponse
Deprecated version: 9
Substitute API: ohos.geoLocationManager/geoLocationManager.Location |@system.geolocation.d.ts| +|Deprecated version changed|Class name: GetLocationOption
Deprecated version: N/A|Class name: GetLocationOption
Deprecated version: 9
Substitute API: ohos.geoLocationManager/geoLocationManager.CurrentLocationRequest |@system.geolocation.d.ts| +|Deprecated version changed|Class name: GetLocationTypeResponse
Deprecated version: N/A|Class name: GetLocationTypeResponse
Deprecated version: 9
Substitute API: N/A|@system.geolocation.d.ts| +|Deprecated version changed|Class name: GetLocationTypeOption
Deprecated version: N/A|Class name: GetLocationTypeOption
Deprecated version: 9
Substitute API: N/A|@system.geolocation.d.ts| +|Deprecated version changed|Class name: SubscribeLocationOption
Deprecated version: N/A|Class name: SubscribeLocationOption
Deprecated version: 9
Substitute API: ohos.geoLocationManager/geoLocationManager.LocationRequest |@system.geolocation.d.ts| +|Deprecated version changed|Class name: Geolocation
Deprecated version: N/A|Class name: Geolocation
Deprecated version: 9
Substitute API: ohos.geoLocationManager/geoLocationManager |@system.geolocation.d.ts| +|Deprecated version changed|Class name: Geolocation
Method or attribute name: static getLocation(options?: GetLocationOption): void;
Deprecated version: N/A|Class name: Geolocation
Method or attribute name: static getLocation(options?: GetLocationOption): void;
Deprecated version: 9
Substitute API: ohos.geoLocationManager/geoLocationManager.getCurrentLocation |@system.geolocation.d.ts| +|Deprecated version changed|Class name: Geolocation
Method or attribute name: static getLocationType(options?: GetLocationTypeOption): void;
Deprecated version: N/A|Class name: Geolocation
Method or attribute name: static getLocationType(options?: GetLocationTypeOption): void;
Deprecated version: 9
Substitute API: N/A|@system.geolocation.d.ts| +|Deprecated version changed|Class name: Geolocation
Method or attribute name: static subscribe(options: SubscribeLocationOption): void;
Deprecated version: N/A|Class name: Geolocation
Method or attribute name: static subscribe(options: SubscribeLocationOption): void;
Deprecated version: 9
Substitute API: ohos.geoLocationManager/geoLocationManager.on|@system.geolocation.d.ts| +|Deprecated version changed|Class name: Geolocation
Method or attribute name: static unsubscribe(): void;
Deprecated version: N/A|Class name: Geolocation
Method or attribute name: static unsubscribe(): void;
Deprecated version: 9
Substitute API: ohos.geoLocationManager/geoLocationManager.off|@system.geolocation.d.ts| +|Deprecated version changed|Class name: Geolocation
Method or attribute name: static getSupportedCoordTypes(): Array\;
Deprecated version: N/A|Class name: Geolocation
Method or attribute name: static getSupportedCoordTypes(): Array\;
Deprecated version: 9
Substitute API: N/A|@system.geolocation.d.ts| +|Initial version changed|Class name: GeoAddress
Method or attribute name: latitude?: number;
Initial version: N/A|Class name: GeoAddress
Method or attribute name: latitude?: number;
Initial version: 7|@ohos.geolocation.d.ts| +|Initial version changed|Class name: GeoAddress
Method or attribute name: longitude?: number;
Initial version: N/A|Class name: GeoAddress
Method or attribute name: longitude?: number;
Initial version: 7|@ohos.geolocation.d.ts| +|Initial version changed|Class name: GeoAddress
Method or attribute name: locale?: string;
Initial version: N/A|Class name: GeoAddress
Method or attribute name: locale?: string;
Initial version: 7|@ohos.geolocation.d.ts| +|Initial version changed|Class name: GeoAddress
Method or attribute name: placeName?: string;
Initial version: N/A|Class name: GeoAddress
Method or attribute name: placeName?: string;
Initial version: 7|@ohos.geolocation.d.ts| +|Initial version changed|Class name: GeoAddress
Method or attribute name: countryCode?: string;
Initial version: N/A|Class name: GeoAddress
Method or attribute name: countryCode?: string;
Initial version: 7|@ohos.geolocation.d.ts| +|Initial version changed|Class name: GeoAddress
Method or attribute name: countryName?: string;
Initial version: N/A|Class name: GeoAddress
Method or attribute name: countryName?: string;
Initial version: 7|@ohos.geolocation.d.ts| +|Initial version changed|Class name: GeoAddress
Method or attribute name: administrativeArea?: string;
Initial version: N/A|Class name: GeoAddress
Method or attribute name: administrativeArea?: string;
Initial version: 7|@ohos.geolocation.d.ts| +|Initial version changed|Class name: GeoAddress
Method or attribute name: subAdministrativeArea?: string;
Initial version: N/A|Class name: GeoAddress
Method or attribute name: subAdministrativeArea?: string;
Initial version: 7|@ohos.geolocation.d.ts| +|Initial version changed|Class name: GeoAddress
Method or attribute name: locality?: string;
Initial version: N/A|Class name: GeoAddress
Method or attribute name: locality?: string;
Initial version: 7|@ohos.geolocation.d.ts| +|Initial version changed|Class name: GeoAddress
Method or attribute name: subLocality?: string;
Initial version: N/A|Class name: GeoAddress
Method or attribute name: subLocality?: string;
Initial version: 7|@ohos.geolocation.d.ts| +|Initial version changed|Class name: GeoAddress
Method or attribute name: roadName?: string;
Initial version: N/A|Class name: GeoAddress
Method or attribute name: roadName?: string;
Initial version: 7|@ohos.geolocation.d.ts| +|Initial version changed|Class name: GeoAddress
Method or attribute name: subRoadName?: string;
Initial version: N/A|Class name: GeoAddress
Method or attribute name: subRoadName?: string;
Initial version: 7|@ohos.geolocation.d.ts| +|Initial version changed|Class name: GeoAddress
Method or attribute name: premises?: string;
Initial version: N/A|Class name: GeoAddress
Method or attribute name: premises?: string;
Initial version: 7|@ohos.geolocation.d.ts| +|Initial version changed|Class name: GeoAddress
Method or attribute name: postalCode?: string;
Initial version: N/A|Class name: GeoAddress
Method or attribute name: postalCode?: string;
Initial version: 7|@ohos.geolocation.d.ts| +|Initial version changed|Class name: GeoAddress
Method or attribute name: phoneNumber?: string;
Initial version: N/A|Class name: GeoAddress
Method or attribute name: phoneNumber?: string;
Initial version: 7|@ohos.geolocation.d.ts| +|Initial version changed|Class name: GeoAddress
Method or attribute name: addressUrl?: string;
Initial version: N/A|Class name: GeoAddress
Method or attribute name: addressUrl?: string;
Initial version: 7|@ohos.geolocation.d.ts| +|Initial version changed|Class name: GeoAddress
Method or attribute name: descriptions?: Array\;
Initial version: N/A|Class name: GeoAddress
Method or attribute name: descriptions?: Array\;
Initial version: 7|@ohos.geolocation.d.ts| +|Initial version changed|Class name: GeoAddress
Method or attribute name: descriptionsSize?: number;
Initial version: N/A|Class name: GeoAddress
Method or attribute name: descriptionsSize?: number;
Initial version: 7|@ohos.geolocation.d.ts| +|Initial version changed|Class name: Location
Method or attribute name: latitude: number;
Initial version: N/A|Class name: Location
Method or attribute name: latitude: number;
Initial version: 7|@ohos.geolocation.d.ts| +|Initial version changed|Class name: Location
Method or attribute name: longitude: number;
Initial version: N/A|Class name: Location
Method or attribute name: longitude: number;
Initial version: 7|@ohos.geolocation.d.ts| +|Initial version changed|Class name: Location
Method or attribute name: altitude: number;
Initial version: N/A|Class name: Location
Method or attribute name: altitude: number;
Initial version: 7|@ohos.geolocation.d.ts| +|Initial version changed|Class name: Location
Method or attribute name: accuracy: number;
Initial version: N/A|Class name: Location
Method or attribute name: accuracy: number;
Initial version: 7|@ohos.geolocation.d.ts| +|Initial version changed|Class name: Location
Method or attribute name: speed: number;
Initial version: N/A|Class name: Location
Method or attribute name: speed: number;
Initial version: 7|@ohos.geolocation.d.ts| +|Initial version changed|Class name: Location
Method or attribute name: timeStamp: number;
Initial version: N/A|Class name: Location
Method or attribute name: timeStamp: number;
Initial version: 7|@ohos.geolocation.d.ts| +|Initial version changed|Class name: Location
Method or attribute name: direction: number;
Initial version: N/A|Class name: Location
Method or attribute name: direction: number;
Initial version: 7|@ohos.geolocation.d.ts| +|Initial version changed|Class name: Location
Method or attribute name: timeSinceBoot: number;
Initial version: N/A|Class name: Location
Method or attribute name: timeSinceBoot: number;
Initial version: 7|@ohos.geolocation.d.ts| +|Initial version changed|Class name: Location
Method or attribute name: additions?: Array\;
Initial version: N/A|Class name: Location
Method or attribute name: additions?: Array\;
Initial version: 7|@ohos.geolocation.d.ts| +|Initial version changed|Class name: Location
Method or attribute name: additionSize?: number;
Initial version: N/A|Class name: Location
Method or attribute name: additionSize?: number;
Initial version: 7|@ohos.geolocation.d.ts| +|Initial version changed|Class name: GeoLocationErrorCode
Method or attribute name: REVERSE_GEOCODE_ERROR
Initial version: N/A|Class name: GeoLocationErrorCode
Method or attribute name: REVERSE_GEOCODE_ERROR
Initial version: 7|@ohos.geolocation.d.ts| +|Initial version changed|Class name: GeoLocationErrorCode
Method or attribute name: GEOCODE_ERROR
Initial version: N/A|Class name: GeoLocationErrorCode
Method or attribute name: GEOCODE_ERROR
Initial version: 7|@ohos.geolocation.d.ts| +|Initial version changed|Class name: GeoLocationErrorCode
Method or attribute name: LOCATOR_ERROR
Initial version: N/A|Class name: GeoLocationErrorCode
Method or attribute name: LOCATOR_ERROR
Initial version: 7|@ohos.geolocation.d.ts| +|Initial version changed|Class name: GeoLocationErrorCode
Method or attribute name: LOCATION_SWITCH_ERROR
Initial version: N/A|Class name: GeoLocationErrorCode
Method or attribute name: LOCATION_SWITCH_ERROR
Initial version: 7|@ohos.geolocation.d.ts| +|Initial version changed|Class name: GeoLocationErrorCode
Method or attribute name: LAST_KNOWN_LOCATION_ERROR
Initial version: N/A|Class name: GeoLocationErrorCode
Method or attribute name: LAST_KNOWN_LOCATION_ERROR
Initial version: 7|@ohos.geolocation.d.ts| +|Initial version changed|Class name: GeoLocationErrorCode
Method or attribute name: LOCATION_REQUEST_TIMEOUT_ERROR
Initial version: N/A|Class name: GeoLocationErrorCode
Method or attribute name: LOCATION_REQUEST_TIMEOUT_ERROR
Initial version: 7|@ohos.geolocation.d.ts| diff --git a/en/release-notes/api-diff/v3.2-Release/js-apidiff-global.md b/en/release-notes/api-diff/v3.2-Release/js-apidiff-global.md new file mode 100644 index 0000000000000000000000000000000000000000..a125d6e322b38634c2599a394b9776fd45525520 --- /dev/null +++ b/en/release-notes/api-diff/v3.2-Release/js-apidiff-global.md @@ -0,0 +1,256 @@ +| Change Type | Old Version | New Version | d.ts File | +| ---- | ------ | ------ | -------- | +|Added|NA|Module name: ohos.i18n
Class name: System|@ohos.i18n.d.ts| +|Added|NA|Class name: System
Method or attribute name: |@ohos.i18n.d.ts| +|Added|NA|Module name: ohos.i18n
Class name: System
Method or attribute name: static getDisplayCountry(country: string, locale: string, sentenceCase?: boolean): string;|@ohos.i18n.d.ts| +|Added|NA|Class name: System
Method or attribute name: static getDisplayCountry(country: string, locale: string, sentenceCase?: boolean): string;|@ohos.i18n.d.ts| +|Added|NA|Module name: ohos.i18n
Class name: System
Method or attribute name: static getDisplayLanguage(language: string, locale: string, sentenceCase?: boolean): string;|@ohos.i18n.d.ts| +|Added|NA|Class name: System
Method or attribute name: static getDisplayLanguage(language: string, locale: string, sentenceCase?: boolean): string;|@ohos.i18n.d.ts| +|Added|NA|Module name: ohos.i18n
Class name: System
Method or attribute name: static getSystemLanguages(): Array\;|@ohos.i18n.d.ts| +|Added|NA|Class name: System
Method or attribute name: static getSystemLanguages(): Array\;|@ohos.i18n.d.ts| +|Added|NA|Module name: ohos.i18n
Class name: System
Method or attribute name: static getSystemCountries(language: string): Array\;|@ohos.i18n.d.ts| +|Added|NA|Class name: System
Method or attribute name: static getSystemCountries(language: string): Array\;|@ohos.i18n.d.ts| +|Added|NA|Module name: ohos.i18n
Class name: System
Method or attribute name: static isSuggested(language: string, region?: string): boolean;|@ohos.i18n.d.ts| +|Added|NA|Class name: System
Method or attribute name: static isSuggested(language: string, region?: string): boolean;|@ohos.i18n.d.ts| +|Added|NA|Module name: ohos.i18n
Class name: System
Method or attribute name: static getSystemLanguage(): string;|@ohos.i18n.d.ts| +|Added|NA|Class name: System
Method or attribute name: static getSystemLanguage(): string;|@ohos.i18n.d.ts| +|Added|NA|Module name: ohos.i18n
Class name: System
Method or attribute name: static setSystemLanguage(language: string): void;|@ohos.i18n.d.ts| +|Added|NA|Class name: System
Method or attribute name: static setSystemLanguage(language: string): void;|@ohos.i18n.d.ts| +|Added|NA|Module name: ohos.i18n
Class name: System
Method or attribute name: static getSystemRegion(): string;|@ohos.i18n.d.ts| +|Added|NA|Class name: System
Method or attribute name: static getSystemRegion(): string;|@ohos.i18n.d.ts| +|Added|NA|Module name: ohos.i18n
Class name: System
Method or attribute name: static setSystemRegion(region: string): void;|@ohos.i18n.d.ts| +|Added|NA|Class name: System
Method or attribute name: static setSystemRegion(region: string): void;|@ohos.i18n.d.ts| +|Added|NA|Module name: ohos.i18n
Class name: System
Method or attribute name: static getSystemLocale(): string;|@ohos.i18n.d.ts| +|Added|NA|Class name: System
Method or attribute name: static getSystemLocale(): string;|@ohos.i18n.d.ts| +|Added|NA|Module name: ohos.i18n
Class name: System
Method or attribute name: static setSystemLocale(locale: string): void;|@ohos.i18n.d.ts| +|Added|NA|Class name: System
Method or attribute name: static setSystemLocale(locale: string): void;|@ohos.i18n.d.ts| +|Added|NA|Module name: ohos.i18n
Class name: System
Method or attribute name: static is24HourClock(): boolean;|@ohos.i18n.d.ts| +|Added|NA|Class name: System
Method or attribute name: static is24HourClock(): boolean;|@ohos.i18n.d.ts| +|Added|NA|Module name: ohos.i18n
Class name: System
Method or attribute name: static set24HourClock(option: boolean): void;|@ohos.i18n.d.ts| +|Added|NA|Class name: System
Method or attribute name: static set24HourClock(option: boolean): void;|@ohos.i18n.d.ts| +|Added|NA|Module name: ohos.i18n
Class name: System
Method or attribute name: static addPreferredLanguage(language: string, index?: number): void;|@ohos.i18n.d.ts| +|Added|NA|Class name: System
Method or attribute name: static addPreferredLanguage(language: string, index?: number): void;|@ohos.i18n.d.ts| +|Added|NA|Module name: ohos.i18n
Class name: System
Method or attribute name: static removePreferredLanguage(index: number): void;|@ohos.i18n.d.ts| +|Added|NA|Class name: System
Method or attribute name: static removePreferredLanguage(index: number): void;|@ohos.i18n.d.ts| +|Added|NA|Module name: ohos.i18n
Class name: System
Method or attribute name: static getPreferredLanguageList(): Array\;|@ohos.i18n.d.ts| +|Added|NA|Class name: System
Method or attribute name: static getPreferredLanguageList(): Array\;|@ohos.i18n.d.ts| +|Added|NA|Module name: ohos.i18n
Class name: System
Method or attribute name: static getFirstPreferredLanguage(): string;|@ohos.i18n.d.ts| +|Added|NA|Class name: System
Method or attribute name: static getFirstPreferredLanguage(): string;|@ohos.i18n.d.ts| +|Added|NA|Module name: ohos.i18n
Class name: System
Method or attribute name: static getAppPreferredLanguage(): string;|@ohos.i18n.d.ts| +|Added|NA|Class name: System
Method or attribute name: static getAppPreferredLanguage(): string;|@ohos.i18n.d.ts| +|Added|NA|Module name: ohos.i18n
Class name: System
Method or attribute name: static setUsingLocalDigit(flag: boolean): void;|@ohos.i18n.d.ts| +|Added|NA|Class name: System
Method or attribute name: static setUsingLocalDigit(flag: boolean): void;|@ohos.i18n.d.ts| +|Added|NA|Module name: ohos.i18n
Class name: System
Method or attribute name: static getUsingLocalDigit(): boolean;|@ohos.i18n.d.ts| +|Added|NA|Class name: System
Method or attribute name: static getUsingLocalDigit(): boolean;|@ohos.i18n.d.ts| +|Added|NA|Module name: ohos.i18n
Class name: I18NUtil|@ohos.i18n.d.ts| +|Added|NA|Class name: I18NUtil
Method or attribute name: |@ohos.i18n.d.ts| +|Added|NA|Module name: ohos.i18n
Class name: I18NUtil
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
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
Class name: I18NUtil
Method or attribute name: static getDateOrder(locale: string): string;|@ohos.i18n.d.ts| +|Added|NA|Class name: I18NUtil
Method or attribute name: static getDateOrder(locale: string): string;|@ohos.i18n.d.ts| +|Added|NA|Class name: PhoneNumberFormatOptions
Method or attribute name: type?: string;|@ohos.i18n.d.ts| +|Added|NA|Module name: ohos.i18n
Class name: PhoneNumberFormat
Method or attribute name: getLocationName(number: string, locale: string): string;|@ohos.i18n.d.ts| +|Added|NA|Class name: PhoneNumberFormat
Method or attribute name: getLocationName(number: string, locale: string): string;|@ohos.i18n.d.ts| +|Added|NA|Module name: ohos.i18n
Class name: Unicode|@ohos.i18n.d.ts| +|Added|NA|Class name: Unicode
Method or attribute name: |@ohos.i18n.d.ts| +|Added|NA|Module name: ohos.i18n
Class name: Unicode
Method or attribute name: static isDigit(char: string): boolean;|@ohos.i18n.d.ts| +|Added|NA|Class name: Unicode
Method or attribute name: static isDigit(char: string): boolean;|@ohos.i18n.d.ts| +|Added|NA|Module name: ohos.i18n
Class name: Unicode
Method or attribute name: static isSpaceChar(char: string): boolean;|@ohos.i18n.d.ts| +|Added|NA|Class name: Unicode
Method or attribute name: static isSpaceChar(char: string): boolean;|@ohos.i18n.d.ts| +|Added|NA|Module name: ohos.i18n
Class name: Unicode
Method or attribute name: static isWhitespace(char: string): boolean;|@ohos.i18n.d.ts| +|Added|NA|Class name: Unicode
Method or attribute name: static isWhitespace(char: string): boolean;|@ohos.i18n.d.ts| +|Added|NA|Module name: ohos.i18n
Class name: Unicode
Method or attribute name: static isRTL(char: string): boolean;|@ohos.i18n.d.ts| +|Added|NA|Class name: Unicode
Method or attribute name: static isRTL(char: string): boolean;|@ohos.i18n.d.ts| +|Added|NA|Module name: ohos.i18n
Class name: Unicode
Method or attribute name: static isIdeograph(char: string): boolean;|@ohos.i18n.d.ts| +|Added|NA|Class name: Unicode
Method or attribute name: static isIdeograph(char: string): boolean;|@ohos.i18n.d.ts| +|Added|NA|Module name: ohos.i18n
Class name: Unicode
Method or attribute name: static isLetter(char: string): boolean;|@ohos.i18n.d.ts| +|Added|NA|Class name: Unicode
Method or attribute name: static isLetter(char: string): boolean;|@ohos.i18n.d.ts| +|Added|NA|Module name: ohos.i18n
Class name: Unicode
Method or attribute name: static isLowerCase(char: string): boolean;|@ohos.i18n.d.ts| +|Added|NA|Class name: Unicode
Method or attribute name: static isLowerCase(char: string): boolean;|@ohos.i18n.d.ts| +|Added|NA|Module name: ohos.i18n
Class name: Unicode
Method or attribute name: static isUpperCase(char: string): boolean;|@ohos.i18n.d.ts| +|Added|NA|Class name: Unicode
Method or attribute name: static isUpperCase(char: string): boolean;|@ohos.i18n.d.ts| +|Added|NA|Module name: ohos.i18n
Class name: Unicode
Method or attribute name: static getType(char: string): string;|@ohos.i18n.d.ts| +|Added|NA|Class name: Unicode
Method or attribute name: static getType(char: string): string;|@ohos.i18n.d.ts| +|Added|NA|Module name: ohos.i18n
Class name: TimeZone
Method or attribute name: static getAvailableIDs(): Array\;|@ohos.i18n.d.ts| +|Added|NA|Class name: TimeZone
Method or attribute name: static getAvailableIDs(): Array\;|@ohos.i18n.d.ts| +|Added|NA|Module name: ohos.i18n
Class name: TimeZone
Method or attribute name: static getAvailableZoneCityIDs(): Array\;|@ohos.i18n.d.ts| +|Added|NA|Class name: TimeZone
Method or attribute name: static getAvailableZoneCityIDs(): Array\;|@ohos.i18n.d.ts| +|Added|NA|Module name: ohos.i18n
Class name: TimeZone
Method or attribute name: static getCityDisplayName(cityID: string, locale: string): string;|@ohos.i18n.d.ts| +|Added|NA|Class name: TimeZone
Method or attribute name: static getCityDisplayName(cityID: string, locale: string): string;|@ohos.i18n.d.ts| +|Added|NA|Module name: ohos.i18n
Class name: TimeZone
Method or attribute name: static getTimezoneFromCity(cityID: string): TimeZone;|@ohos.i18n.d.ts| +|Added|NA|Class name: TimeZone
Method or attribute name: static getTimezoneFromCity(cityID: string): TimeZone;|@ohos.i18n.d.ts| +|Added|NA|Module name: ohos.i18n
Class name: Transliterator|@ohos.i18n.d.ts| +|Added|NA|Class name: Transliterator
Method or attribute name: |@ohos.i18n.d.ts| +|Added|NA|Module name: ohos.i18n
Class name: Transliterator
Method or attribute name: static getAvailableIDs(): string[];|@ohos.i18n.d.ts| +|Added|NA|Class name: Transliterator
Method or attribute name: static getAvailableIDs(): string[];|@ohos.i18n.d.ts| +|Added|NA|Module name: ohos.i18n
Class name: Transliterator
Method or attribute name: static getInstance(id: string): Transliterator;|@ohos.i18n.d.ts| +|Added|NA|Class name: Transliterator
Method or attribute name: static getInstance(id: string): Transliterator;|@ohos.i18n.d.ts| +|Added|NA|Module name: ohos.i18n
Class name: Transliterator
Method or attribute name: transform(text: string): string;|@ohos.i18n.d.ts| +|Added|NA|Class name: Transliterator
Method or attribute name: transform(text: string): string;|@ohos.i18n.d.ts| +|Added|NA|Class name: LocaleOptions
Method or attribute name: calendar?: string;|@ohos.intl.d.ts| +|Added|NA|Class name: LocaleOptions
Method or attribute name: collation?: string;|@ohos.intl.d.ts| +|Added|NA|Class name: LocaleOptions
Method or attribute name: hourCycle?: string;|@ohos.intl.d.ts| +|Added|NA|Class name: LocaleOptions
Method or attribute name: numberingSystem?: string;|@ohos.intl.d.ts| +|Added|NA|Class name: LocaleOptions
Method or attribute name: numeric?: boolean;|@ohos.intl.d.ts| +|Added|NA|Class name: LocaleOptions
Method or attribute name: caseFirst?: string;|@ohos.intl.d.ts| +|Added|NA|Class name: DateTimeOptions
Method or attribute name: locale?: string|@ohos.intl.d.ts| +|Added|NA|Class name: DateTimeOptions
Method or attribute name: dateStyle?: string|@ohos.intl.d.ts| +|Added|NA|Class name: DateTimeOptions
Method or attribute name: timeStyle?: string|@ohos.intl.d.ts| +|Added|NA|Class name: DateTimeOptions
Method or attribute name: hourCycle?: string|@ohos.intl.d.ts| +|Added|NA|Class name: DateTimeOptions
Method or attribute name: timeZone?: string|@ohos.intl.d.ts| +|Added|NA|Class name: DateTimeOptions
Method or attribute name: numberingSystem?: string|@ohos.intl.d.ts| +|Added|NA|Class name: DateTimeOptions
Method or attribute name: hour12?: boolean|@ohos.intl.d.ts| +|Added|NA|Class name: DateTimeOptions
Method or attribute name: weekday?: string|@ohos.intl.d.ts| +|Added|NA|Class name: DateTimeOptions
Method or attribute name: era?: string|@ohos.intl.d.ts| +|Added|NA|Class name: DateTimeOptions
Method or attribute name: year?: string|@ohos.intl.d.ts| +|Added|NA|Class name: DateTimeOptions
Method or attribute name: month?: string|@ohos.intl.d.ts| +|Added|NA|Class name: DateTimeOptions
Method or attribute name: day?: string|@ohos.intl.d.ts| +|Added|NA|Class name: DateTimeOptions
Method or attribute name: hour?: string|@ohos.intl.d.ts| +|Added|NA|Class name: DateTimeOptions
Method or attribute name: minute?: string|@ohos.intl.d.ts| +|Added|NA|Class name: DateTimeOptions
Method or attribute name: second?: string|@ohos.intl.d.ts| +|Added|NA|Class name: DateTimeOptions
Method or attribute name: timeZoneName?: string|@ohos.intl.d.ts| +|Added|NA|Class name: DateTimeOptions
Method or attribute name: dayPeriod?: string|@ohos.intl.d.ts| +|Added|NA|Class name: DateTimeOptions
Method or attribute name: localeMatcher?: string|@ohos.intl.d.ts| +|Added|NA|Class name: DateTimeOptions
Method or attribute name: formatMatcher?: string|@ohos.intl.d.ts| +|Added|NA|Class name: NumberOptions
Method or attribute name: locale?: string|@ohos.intl.d.ts| +|Added|NA|Class name: NumberOptions
Method or attribute name: currency?: string|@ohos.intl.d.ts| +|Added|NA|Class name: NumberOptions
Method or attribute name: currencySign?: string|@ohos.intl.d.ts| +|Added|NA|Class name: NumberOptions
Method or attribute name: currencyDisplay?: string|@ohos.intl.d.ts| +|Added|NA|Class name: NumberOptions
Method or attribute name: unit?: string|@ohos.intl.d.ts| +|Added|NA|Class name: NumberOptions
Method or attribute name: unitDisplay?: string|@ohos.intl.d.ts| +|Added|NA|Class name: NumberOptions
Method or attribute name: unitUsage?: string|@ohos.intl.d.ts| +|Added|NA|Class name: NumberOptions
Method or attribute name: signDisplay?: string|@ohos.intl.d.ts| +|Added|NA|Class name: NumberOptions
Method or attribute name: compactDisplay?: string|@ohos.intl.d.ts| +|Added|NA|Class name: NumberOptions
Method or attribute name: notation?: string|@ohos.intl.d.ts| +|Added|NA|Class name: NumberOptions
Method or attribute name: localeMatcher?: string|@ohos.intl.d.ts| +|Added|NA|Class name: NumberOptions
Method or attribute name: style?: string|@ohos.intl.d.ts| +|Added|NA|Class name: NumberOptions
Method or attribute name: numberingSystem?: string|@ohos.intl.d.ts| +|Added|NA|Class name: NumberOptions
Method or attribute name: useGrouping?: boolean|@ohos.intl.d.ts| +|Added|NA|Class name: NumberOptions
Method or attribute name: minimumIntegerDigits?: number|@ohos.intl.d.ts| +|Added|NA|Class name: NumberOptions
Method or attribute name: minimumFractionDigits?: number|@ohos.intl.d.ts| +|Added|NA|Class name: NumberOptions
Method or attribute name: maximumFractionDigits?: number|@ohos.intl.d.ts| +|Added|NA|Class name: NumberOptions
Method or attribute name: minimumSignificantDigits?: number|@ohos.intl.d.ts| +|Added|NA|Class name: NumberOptions
Method or attribute name: maximumSignificantDigits?: number|@ohos.intl.d.ts| +|Added|NA|Class name: CollatorOptions
Method or attribute name: localeMatcher?: string;|@ohos.intl.d.ts| +|Added|NA|Class name: CollatorOptions
Method or attribute name: usage?: string;|@ohos.intl.d.ts| +|Added|NA|Class name: CollatorOptions
Method or attribute name: sensitivity?: string;|@ohos.intl.d.ts| +|Added|NA|Class name: CollatorOptions
Method or attribute name: ignorePunctuation?: boolean;|@ohos.intl.d.ts| +|Added|NA|Class name: CollatorOptions
Method or attribute name: collation?: string;|@ohos.intl.d.ts| +|Added|NA|Class name: CollatorOptions
Method or attribute name: numeric?: boolean;|@ohos.intl.d.ts| +|Added|NA|Class name: CollatorOptions
Method or attribute name: caseFirst?: string;|@ohos.intl.d.ts| +|Added|NA|Class name: PluralRulesOptions
Method or attribute name: localeMatcher?: string;|@ohos.intl.d.ts| +|Added|NA|Class name: PluralRulesOptions
Method or attribute name: type?: string;|@ohos.intl.d.ts| +|Added|NA|Class name: PluralRulesOptions
Method or attribute name: minimumIntegerDigits?: number;|@ohos.intl.d.ts| +|Added|NA|Class name: PluralRulesOptions
Method or attribute name: minimumFractionDigits?: number;|@ohos.intl.d.ts| +|Added|NA|Class name: PluralRulesOptions
Method or attribute name: maximumFractionDigits?: number;|@ohos.intl.d.ts| +|Added|NA|Class name: PluralRulesOptions
Method or attribute name: minimumSignificantDigits?: number;|@ohos.intl.d.ts| +|Added|NA|Class name: PluralRulesOptions
Method or attribute name: maximumSignificantDigits?: number;|@ohos.intl.d.ts| +|Added|NA|Class name: RelativeTimeFormatInputOptions
Method or attribute name: localeMatcher?: string;|@ohos.intl.d.ts| +|Added|NA|Class name: RelativeTimeFormatInputOptions
Method or attribute name: numeric?: string;|@ohos.intl.d.ts| +|Added|NA|Class name: RelativeTimeFormatInputOptions
Method or attribute name: style?: string;|@ohos.intl.d.ts| +|Added|NA|Class name: ResourceManager
Method or attribute name: getStringValue(resource: Resource, callback: _AsyncCallback\): void;|@ohos.resourceManager.d.ts| +|Added|NA|Class name: ResourceManager
Method or attribute name: getStringValue(resource: Resource): Promise\;|@ohos.resourceManager.d.ts| +|Added|NA|Class name: ResourceManager
Method or attribute name: getStringArrayValue(resource: Resource, callback: _AsyncCallback\>): void;|@ohos.resourceManager.d.ts| +|Added|NA|Class name: ResourceManager
Method or attribute name: getStringArrayValue(resource: Resource): Promise\>;|@ohos.resourceManager.d.ts| +|Added|NA|Class name: ResourceManager
Method or attribute name: getMediaContent(resource: Resource, callback: _AsyncCallback\): void;|@ohos.resourceManager.d.ts| +|Added|NA|Class name: ResourceManager
Method or attribute name: getMediaContent(resource: Resource): Promise\;|@ohos.resourceManager.d.ts| +|Added|NA|Class name: ResourceManager
Method or attribute name: getMediaContentBase64(resource: Resource, callback: _AsyncCallback\): void;|@ohos.resourceManager.d.ts| +|Added|NA|Class name: ResourceManager
Method or attribute name: getMediaContentBase64(resource: Resource): Promise\;|@ohos.resourceManager.d.ts| +|Added|NA|Class name: ResourceManager
Method or attribute name: getPluralStringValue(resource: Resource, num: number, callback: _AsyncCallback\): void;|@ohos.resourceManager.d.ts| +|Added|NA|Class name: ResourceManager
Method or attribute name: getPluralStringValue(resource: Resource, num: number): Promise\;|@ohos.resourceManager.d.ts| +|Added|NA|Class name: ResourceManager
Method or attribute name: getStringByName(resName: string, callback: _AsyncCallback\): void;|@ohos.resourceManager.d.ts| +|Added|NA|Class name: ResourceManager
Method or attribute name: getStringByName(resName: string): Promise\;|@ohos.resourceManager.d.ts| +|Added|NA|Class name: ResourceManager
Method or attribute name: getStringArrayByName(resName: string, callback: _AsyncCallback\>): void;|@ohos.resourceManager.d.ts| +|Added|NA|Class name: ResourceManager
Method or attribute name: getStringArrayByName(resName: string): Promise\>;|@ohos.resourceManager.d.ts| +|Added|NA|Class name: ResourceManager
Method or attribute name: getMediaByName(resName: string, callback: _AsyncCallback\): void;|@ohos.resourceManager.d.ts| +|Added|NA|Class name: ResourceManager
Method or attribute name: getMediaByName(resName: string): Promise\;|@ohos.resourceManager.d.ts| +|Added|NA|Class name: ResourceManager
Method or attribute name: getMediaBase64ByName(resName: string, callback: _AsyncCallback\): void;|@ohos.resourceManager.d.ts| +|Added|NA|Class name: ResourceManager
Method or attribute name: getMediaBase64ByName(resName: string): Promise\;|@ohos.resourceManager.d.ts| +|Added|NA|Class name: ResourceManager
Method or attribute name: getPluralStringByName(resName: string, num: number, callback: _AsyncCallback\): void;|@ohos.resourceManager.d.ts| +|Added|NA|Class name: ResourceManager
Method or attribute name: getPluralStringByName(resName: string, num: number): Promise\;|@ohos.resourceManager.d.ts| +|Added|NA|Class name: ResourceManager
Method or attribute name: getStringSync(resId: number): string;|@ohos.resourceManager.d.ts| +|Added|NA|Class name: ResourceManager
Method or attribute name: getStringSync(resource: Resource): string;|@ohos.resourceManager.d.ts| +|Added|NA|Class name: ResourceManager
Method or attribute name: getStringByNameSync(resName: string): string;|@ohos.resourceManager.d.ts| +|Added|NA|Class name: ResourceManager
Method or attribute name: getBoolean(resId: number): boolean;|@ohos.resourceManager.d.ts| +|Added|NA|Class name: ResourceManager
Method or attribute name: getBoolean(resource: Resource): boolean;|@ohos.resourceManager.d.ts| +|Added|NA|Class name: ResourceManager
Method or attribute name: getBooleanByName(resName: string): boolean;|@ohos.resourceManager.d.ts| +|Added|NA|Class name: ResourceManager
Method or attribute name: getNumber(resId: number): number;|@ohos.resourceManager.d.ts| +|Added|NA|Class name: ResourceManager
Method or attribute name: getNumber(resource: Resource): number;|@ohos.resourceManager.d.ts| +|Added|NA|Class name: ResourceManager
Method or attribute name: getNumberByName(resName: string): number;|@ohos.resourceManager.d.ts| +|Added|NA|Class name: ResourceManager
Method or attribute name: getStringValue(resId: number, callback: _AsyncCallback\): void;|@ohos.resourceManager.d.ts| +|Added|NA|Class name: ResourceManager
Method or attribute name: getStringValue(resId: number): Promise\;|@ohos.resourceManager.d.ts| +|Added|NA|Class name: ResourceManager
Method or attribute name: getStringArrayValue(resId: number, callback: _AsyncCallback\>): void;|@ohos.resourceManager.d.ts| +|Added|NA|Class name: ResourceManager
Method or attribute name: getStringArrayValue(resId: number): Promise\>;|@ohos.resourceManager.d.ts| +|Added|NA|Class name: ResourceManager
Method or attribute name: getPluralStringValue(resId: number, num: number, callback: _AsyncCallback\): void;|@ohos.resourceManager.d.ts| +|Added|NA|Class name: ResourceManager
Method or attribute name: getPluralStringValue(resId: number, num: number): Promise\;|@ohos.resourceManager.d.ts| +|Added|NA|Class name: ResourceManager
Method or attribute name: getMediaContent(resId: number, callback: _AsyncCallback\): void;|@ohos.resourceManager.d.ts| +|Added|NA|Class name: ResourceManager
Method or attribute name: getMediaContent(resId: number): Promise\;|@ohos.resourceManager.d.ts| +|Added|NA|Class name: ResourceManager
Method or attribute name: getMediaContentBase64(resId: number, callback: _AsyncCallback\): void;|@ohos.resourceManager.d.ts| +|Added|NA|Class name: ResourceManager
Method or attribute name: getMediaContentBase64(resId: number): Promise\;|@ohos.resourceManager.d.ts| +|Added|NA|Class name: ResourceManager
Method or attribute name: getRawFileContent(path: string, callback: _AsyncCallback\): void;|@ohos.resourceManager.d.ts| +|Added|NA|Class name: ResourceManager
Method or attribute name: getRawFileContent(path: string): Promise\;|@ohos.resourceManager.d.ts| +|Added|NA|Class name: ResourceManager
Method or attribute name: getRawFd(path: string, callback: _AsyncCallback\): void;|@ohos.resourceManager.d.ts| +|Added|NA|Class name: ResourceManager
Method or attribute name: getRawFd(path: string): Promise\;|@ohos.resourceManager.d.ts| +|Added|NA|Class name: ResourceManager
Method or attribute name: closeRawFd(path: string, callback: _AsyncCallback\): void;|@ohos.resourceManager.d.ts| +|Added|NA|Class name: ResourceManager
Method or attribute name: closeRawFd(path: string): Promise\;|@ohos.resourceManager.d.ts| +|Added|NA|Module name: resource
Class name: Resource|resource.d.ts| +|Added|NA|Module name: resource
Class name: Resource
Method or attribute name: bundleName: string;|resource.d.ts| +|Added|NA|Module name: resource
Class name: Resource
Method or attribute name: moduleName: string;|resource.d.ts| +|Added|NA|Module name: resource
Class name: Resource
Method or attribute name: id: number;|resource.d.ts| +|Deleted|Module name: ohos.i18n
Class name: i18n
Method or attribute name: function getSystemLanguages(): Array\;|NA|@ohos.i18n.d.ts| +|Deleted|Module name: ohos.i18n
Class name: i18n
Method or attribute name: function getSystemCountries(language: string): Array\;|NA|@ohos.i18n.d.ts| +|Deleted|Module name: ohos.i18n
Class name: i18n
Method or attribute name: function isSuggested(language: string, region?: string): boolean;|NA|@ohos.i18n.d.ts| +|Deleted|Module name: ohos.i18n
Class name: i18n
Method or attribute name: function setSystemLanguage(language: string): boolean;|NA|@ohos.i18n.d.ts| +|Deleted|Module name: ohos.i18n
Class name: i18n
Method or attribute name: function setSystemRegion(region: string): boolean;|NA|@ohos.i18n.d.ts| +|Deleted|Module name: ohos.i18n
Class name: i18n
Method or attribute name: function setSystemLocale(locale: string): boolean;|NA|@ohos.i18n.d.ts| +|Deprecated version changed|Class name: i18n
Method or attribute name: function getDisplayCountry(country: string, locale: string, sentenceCase?: boolean): string;
Deprecated version: N/A|Class name: i18n
Method or attribute name: function getDisplayCountry(country: string, locale: string, sentenceCase?: boolean): string;
Deprecated version: 9
Substitute API: ohos.System.getDisplayCountry |@ohos.i18n.d.ts| +|Deprecated version changed|Class name: i18n
Method or attribute name: function getDisplayLanguage(language: string, locale: string, sentenceCase?: boolean): string;
Deprecated version: N/A|Class name: i18n
Method or attribute name: function getDisplayLanguage(language: string, locale: string, sentenceCase?: boolean): string;
Deprecated version: 9
Substitute API: ohos.System.getDisplayLanguage |@ohos.i18n.d.ts| +|Deprecated version changed|Class name: i18n
Method or attribute name: function getSystemLanguage(): string;
Deprecated version: N/A|Class name: i18n
Method or attribute name: function getSystemLanguage(): string;
Deprecated version: 9
Substitute API: ohos.System.getSystemLanguage |@ohos.i18n.d.ts| +|Deprecated version changed|Class name: i18n
Method or attribute name: function getSystemRegion(): string;
Deprecated version: N/A|Class name: i18n
Method or attribute name: function getSystemRegion(): string;
Deprecated version: 9
Substitute API: ohos.System.getSystemRegion |@ohos.i18n.d.ts| +|Deprecated version changed|Class name: i18n
Method or attribute name: function getSystemLocale(): string;
Deprecated version: N/A|Class name: i18n
Method or attribute name: function getSystemLocale(): string;
Deprecated version: 9
Substitute API: ohos.System.getSystemLocale |@ohos.i18n.d.ts| +|Deprecated version changed|Class name: Util
Deprecated version: N/A|Class name: Util
Deprecated version: 9
Substitute API: I18NUtil |@ohos.i18n.d.ts| +|Deprecated version changed|Class name: Util
Method or attribute name: unitConvert(fromUnit: UnitInfo, toUnit: UnitInfo, value: number, locale: string, style?: string): string;
Deprecated version: N/A|Class name: Util
Method or attribute name: unitConvert(fromUnit: UnitInfo, toUnit: UnitInfo, value: number, locale: string, style?: string): string;
Deprecated version: 9
Substitute API: I18NUtil.unitConvert |@ohos.i18n.d.ts| +|Deprecated version changed|Class name: Character
Deprecated version: N/A|Class name: Character
Deprecated version: 9
Substitute API: Unicode |@ohos.i18n.d.ts| +|Deprecated version changed|Class name: Character
Method or attribute name: isDigit(char: string): boolean;
Deprecated version: N/A|Class name: Character
Method or attribute name: isDigit(char: string): boolean;
Deprecated version: 9
Substitute API: Unicode.isDigit |@ohos.i18n.d.ts| +|Deprecated version changed|Class name: Character
Method or attribute name: isSpaceChar(char: string): boolean;
Deprecated version: N/A|Class name: Character
Method or attribute name: isSpaceChar(char: string): boolean;
Deprecated version: 9
Substitute API: Unicode.isSpaceChar |@ohos.i18n.d.ts| +|Deprecated version changed|Class name: Character
Method or attribute name: isWhitespace(char: string): boolean;
Deprecated version: N/A|Class name: Character
Method or attribute name: isWhitespace(char: string): boolean;
Deprecated version: 9
Substitute API: Unicode.isWhitespace |@ohos.i18n.d.ts| +|Deprecated version changed|Class name: Character
Method or attribute name: isRTL(char: string): boolean;
Deprecated version: N/A|Class name: Character
Method or attribute name: isRTL(char: string): boolean;
Deprecated version: 9
Substitute API: Unicode.isRTL |@ohos.i18n.d.ts| +|Deprecated version changed|Class name: Character
Method or attribute name: isIdeograph(char: string): boolean;
Deprecated version: N/A|Class name: Character
Method or attribute name: isIdeograph(char: string): boolean;
Deprecated version: 9
Substitute API: Unicode.isIdeograph |@ohos.i18n.d.ts| +|Deprecated version changed|Class name: Character
Method or attribute name: isLetter(char: string): boolean;
Deprecated version: N/A|Class name: Character
Method or attribute name: isLetter(char: string): boolean;
Deprecated version: 9
Substitute API: Unicode.isLetter |@ohos.i18n.d.ts| +|Deprecated version changed|Class name: Character
Method or attribute name: isLowerCase(char: string): boolean;
Deprecated version: N/A|Class name: Character
Method or attribute name: isLowerCase(char: string): boolean;
Deprecated version: 9
Substitute API: Unicode.isLowerCase |@ohos.i18n.d.ts| +|Deprecated version changed|Class name: Character
Method or attribute name: isUpperCase(char: string): boolean;
Deprecated version: N/A|Class name: Character
Method or attribute name: isUpperCase(char: string): boolean;
Deprecated version: 9
Substitute API: Unicode.isUpperCase |@ohos.i18n.d.ts| +|Deprecated version changed|Class name: Character
Method or attribute name: getType(char: string): string;
Deprecated version: N/A|Class name: Character
Method or attribute name: getType(char: string): string;
Deprecated version: 9
Substitute API: Unicode.getType |@ohos.i18n.d.ts| +|Deprecated version changed|Class name: i18n
Method or attribute name: function is24HourClock(): boolean;
Deprecated version: N/A|Class name: i18n
Method or attribute name: function is24HourClock(): boolean;
Deprecated version: 9
Substitute API: ohos.System.is24HourClock |@ohos.i18n.d.ts| +|Deprecated version changed|Class name: i18n
Method or attribute name: function set24HourClock(option: boolean): boolean;
Deprecated version: N/A|Class name: i18n
Method or attribute name: function set24HourClock(option: boolean): boolean;
Deprecated version: 9
Substitute API: ohos.System.set24HourClock |@ohos.i18n.d.ts| +|Deprecated version changed|Class name: i18n
Method or attribute name: function addPreferredLanguage(language: string, index?: number): boolean;
Deprecated version: N/A|Class name: i18n
Method or attribute name: function addPreferredLanguage(language: string, index?: number): boolean;
Deprecated version: 9
Substitute API: ohos.System.addPreferredLanguage |@ohos.i18n.d.ts| +|Deprecated version changed|Class name: i18n
Method or attribute name: function removePreferredLanguage(index: number): boolean;
Deprecated version: N/A|Class name: i18n
Method or attribute name: function removePreferredLanguage(index: number): boolean;
Deprecated version: 9
Substitute API: ohos.System.removePreferredLanguage |@ohos.i18n.d.ts| +|Deprecated version changed|Class name: i18n
Method or attribute name: function getPreferredLanguageList(): Array\;
Deprecated version: N/A|Class name: i18n
Method or attribute name: function getPreferredLanguageList(): Array\;
Deprecated version: 9
Substitute API: ohos.System.getPreferredLanguageList |@ohos.i18n.d.ts| +|Deprecated version changed|Class name: i18n
Method or attribute name: function getFirstPreferredLanguage(): string;
Deprecated version: N/A|Class name: i18n
Method or attribute name: function getFirstPreferredLanguage(): string;
Deprecated version: 9
Substitute API: ohos.System.getFirstPreferredLanguage |@ohos.i18n.d.ts| +|Deprecated version changed|Class name: AsyncCallback
Deprecated version: N/A|Class name: AsyncCallback
Deprecated version: 9
Substitute API: N/A|@ohos.resourceManager.d.ts| +|Deprecated version changed|Class name: ResourceManager
Method or attribute name: getString(resId: number, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: ResourceManager
Method or attribute name: getString(resId: number, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.resourceManager.getStringValue |@ohos.resourceManager.d.ts| +|Deprecated version changed|Class name: ResourceManager
Method or attribute name: getString(resId: number): Promise\;
Deprecated version: N/A|Class name: ResourceManager
Method or attribute name: getString(resId: number): Promise\;
Deprecated version: 9
Substitute API: ohos.resourceManager.getStringValue |@ohos.resourceManager.d.ts| +|Deprecated version changed|Class name: ResourceManager
Method or attribute name: getStringArray(resId: number, callback: AsyncCallback\>): void;
Deprecated version: N/A|Class name: ResourceManager
Method or attribute name: getStringArray(resId: number, callback: AsyncCallback\>): void;
Deprecated version: 9
Substitute API: ohos.resourceManager.getStringArrayValue |@ohos.resourceManager.d.ts| +|Deprecated version changed|Class name: ResourceManager
Method or attribute name: getStringArray(resId: number): Promise\>;
Deprecated version: N/A|Class name: ResourceManager
Method or attribute name: getStringArray(resId: number): Promise\>;
Deprecated version: 9
Substitute API: ohos.resourceManager.getStringArrayValue |@ohos.resourceManager.d.ts| +|Deprecated version changed|Class name: ResourceManager
Method or attribute name: getMedia(resId: number, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: ResourceManager
Method or attribute name: getMedia(resId: number, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.resourceManager.getMediaContent |@ohos.resourceManager.d.ts| +|Deprecated version changed|Class name: ResourceManager
Method or attribute name: getMedia(resId: number): Promise\;
Deprecated version: N/A|Class name: ResourceManager
Method or attribute name: getMedia(resId: number): Promise\;
Deprecated version: 9
Substitute API: ohos.resourceManager.getMediaContent |@ohos.resourceManager.d.ts| +|Deprecated version changed|Class name: ResourceManager
Method or attribute name: getMediaBase64(resId: number, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: ResourceManager
Method or attribute name: getMediaBase64(resId: number, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.resourceManager.getMediaContentBase64 |@ohos.resourceManager.d.ts| +|Deprecated version changed|Class name: ResourceManager
Method or attribute name: getMediaBase64(resId: number): Promise\;
Deprecated version: N/A|Class name: ResourceManager
Method or attribute name: getMediaBase64(resId: number): Promise\;
Deprecated version: 9
Substitute API: ohos.resourceManager.getMediaContentBase64 |@ohos.resourceManager.d.ts| +|Deprecated version changed|Class name: ResourceManager
Method or attribute name: getPluralString(resId: number, num: number, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: ResourceManager
Method or attribute name: getPluralString(resId: number, num: number, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.resourceManager.getPluralStringValue |@ohos.resourceManager.d.ts| +|Deprecated version changed|Class name: ResourceManager
Method or attribute name: getPluralString(resId: number, num: number): Promise\;
Deprecated version: N/A|Class name: ResourceManager
Method or attribute name: getPluralString(resId: number, num: number): Promise\;
Deprecated version: 9
Substitute API: ohos.resourceManager.getPluralStringValue |@ohos.resourceManager.d.ts| +|Deprecated version changed|Class name: ResourceManager
Method or attribute name: getRawFile(path: string, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: ResourceManager
Method or attribute name: getRawFile(path: string, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.resourceManager.getRawFileContent |@ohos.resourceManager.d.ts| +|Deprecated version changed|Class name: ResourceManager
Method or attribute name: getRawFile(path: string): Promise\;
Deprecated version: N/A|Class name: ResourceManager
Method or attribute name: getRawFile(path: string): Promise\;
Deprecated version: 9
Substitute API: ohos.resourceManager.getRawFileContent |@ohos.resourceManager.d.ts| +|Deprecated version changed|Class name: ResourceManager
Method or attribute name: getRawFileDescriptor(path: string, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: ResourceManager
Method or attribute name: getRawFileDescriptor(path: string, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.resourceManager.getRawFd |@ohos.resourceManager.d.ts| +|Deprecated version changed|Class name: ResourceManager
Method or attribute name: getRawFileDescriptor(path: string): Promise\;
Deprecated version: N/A|Class name: ResourceManager
Method or attribute name: getRawFileDescriptor(path: string): Promise\;
Deprecated version: 9
Substitute API: ohos.resourceManager.getRawFd |@ohos.resourceManager.d.ts| +|Deprecated version changed|Class name: ResourceManager
Method or attribute name: closeRawFileDescriptor(path: string, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: ResourceManager
Method or attribute name: closeRawFileDescriptor(path: string, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.resourceManager.closeRawFd |@ohos.resourceManager.d.ts| +|Deprecated version changed|Class name: ResourceManager
Method or attribute name: closeRawFileDescriptor(path: string): Promise\;
Deprecated version: N/A|Class name: ResourceManager
Method or attribute name: closeRawFileDescriptor(path: string): Promise\;
Deprecated version: 9
Substitute API: ohos.resourceManager.closeRawFd |@ohos.resourceManager.d.ts| +|Initial version changed|Class name: Character
Method or attribute name: isDigit(char: string): boolean;
Initial version: N/A|Class name: Character
Method or attribute name: isDigit(char: string): boolean;
Initial version: 8|@ohos.i18n.d.ts| +|Initial version changed|Class name: Character
Method or attribute name: isSpaceChar(char: string): boolean;
Initial version: N/A|Class name: Character
Method or attribute name: isSpaceChar(char: string): boolean;
Initial version: 8|@ohos.i18n.d.ts| +|Initial version changed|Class name: Character
Method or attribute name: isWhitespace(char: string): boolean;
Initial version: N/A|Class name: Character
Method or attribute name: isWhitespace(char: string): boolean;
Initial version: 8|@ohos.i18n.d.ts| +|Initial version changed|Class name: Character
Method or attribute name: isRTL(char: string): boolean;
Initial version: N/A|Class name: Character
Method or attribute name: isRTL(char: string): boolean;
Initial version: 8|@ohos.i18n.d.ts| +|Initial version changed|Class name: Character
Method or attribute name: isIdeograph(char: string): boolean;
Initial version: N/A|Class name: Character
Method or attribute name: isIdeograph(char: string): boolean;
Initial version: 8|@ohos.i18n.d.ts| +|Initial version changed|Class name: Character
Method or attribute name: isLetter(char: string): boolean;
Initial version: N/A|Class name: Character
Method or attribute name: isLetter(char: string): boolean;
Initial version: 8|@ohos.i18n.d.ts| +|Initial version changed|Class name: Character
Method or attribute name: isLowerCase(char: string): boolean;
Initial version: N/A|Class name: Character
Method or attribute name: isLowerCase(char: string): boolean;
Initial version: 8|@ohos.i18n.d.ts| +|Initial version changed|Class name: Character
Method or attribute name: isUpperCase(char: string): boolean;
Initial version: N/A|Class name: Character
Method or attribute name: isUpperCase(char: string): boolean;
Initial version: 8|@ohos.i18n.d.ts| +|Initial version changed|Class name: Character
Method or attribute name: getType(char: string): string;
Initial version: N/A|Class name: Character
Method or attribute name: getType(char: string): string;
Initial version: 8|@ohos.i18n.d.ts| +|Function changed|Class name: ResourceManager
Method or attribute name: getDeviceCapability(callback: AsyncCallback\): void;
|Class name: ResourceManager
Method or attribute name: getDeviceCapability(callback: _AsyncCallback\): void;
|@ohos.resourceManager.d.ts| +|Function changed|Class name: ResourceManager
Method or attribute name: getConfiguration(callback: AsyncCallback\): void;
|Class name: ResourceManager
Method or attribute name: getConfiguration(callback: _AsyncCallback\): void;
|@ohos.resourceManager.d.ts| diff --git a/en/release-notes/api-diff/v3.2-Release/js-apidiff-graphic.md b/en/release-notes/api-diff/v3.2-Release/js-apidiff-graphic.md new file mode 100644 index 0000000000000000000000000000000000000000..8c3c8e6dd047a15c5df5975815ef4bc94677d800 --- /dev/null +++ b/en/release-notes/api-diff/v3.2-Release/js-apidiff-graphic.md @@ -0,0 +1,402 @@ +| Change Type | Old Version | New Version | d.ts File | +| ---- | ------ | ------ | -------- | +|Added|NA|Module name: ohos.graphics.colorSpaceManager
Class name: colorSpaceManager|@ohos.graphics.colorSpaceManager.d.ts| +|Added|NA|Module name: ohos.graphics.colorSpaceManager
Class name: ColorSpace|@ohos.graphics.colorSpaceManager.d.ts| +|Added|NA|Module name: ohos.graphics.colorSpaceManager
Class name: ColorSpace
Method or attribute name: UNKNOWN = 0|@ohos.graphics.colorSpaceManager.d.ts| +|Added|NA|Module name: ohos.graphics.colorSpaceManager
Class name: ColorSpace
Method or attribute name: ADOBE_RGB_1998 = 1|@ohos.graphics.colorSpaceManager.d.ts| +|Added|NA|Module name: ohos.graphics.colorSpaceManager
Class name: ColorSpace
Method or attribute name: DCI_P3 = 2|@ohos.graphics.colorSpaceManager.d.ts| +|Added|NA|Module name: ohos.graphics.colorSpaceManager
Class name: ColorSpace
Method or attribute name: DISPLAY_P3 = 3|@ohos.graphics.colorSpaceManager.d.ts| +|Added|NA|Module name: ohos.graphics.colorSpaceManager
Class name: ColorSpace
Method or attribute name: SRGB = 4|@ohos.graphics.colorSpaceManager.d.ts| +|Added|NA|Module name: ohos.graphics.colorSpaceManager
Class name: ColorSpace
Method or attribute name: CUSTOM = 5|@ohos.graphics.colorSpaceManager.d.ts| +|Added|NA|Module name: ohos.graphics.colorSpaceManager
Class name: ColorSpacePrimaries|@ohos.graphics.colorSpaceManager.d.ts| +|Added|NA|Module name: ohos.graphics.colorSpaceManager
Class name: ColorSpacePrimaries
Method or attribute name: redX: number;|@ohos.graphics.colorSpaceManager.d.ts| +|Added|NA|Module name: ohos.graphics.colorSpaceManager
Class name: ColorSpacePrimaries
Method or attribute name: redY: number;|@ohos.graphics.colorSpaceManager.d.ts| +|Added|NA|Module name: ohos.graphics.colorSpaceManager
Class name: ColorSpacePrimaries
Method or attribute name: greenX: number;|@ohos.graphics.colorSpaceManager.d.ts| +|Added|NA|Module name: ohos.graphics.colorSpaceManager
Class name: ColorSpacePrimaries
Method or attribute name: greenY: number;|@ohos.graphics.colorSpaceManager.d.ts| +|Added|NA|Module name: ohos.graphics.colorSpaceManager
Class name: ColorSpacePrimaries
Method or attribute name: blueX: number;|@ohos.graphics.colorSpaceManager.d.ts| +|Added|NA|Module name: ohos.graphics.colorSpaceManager
Class name: ColorSpacePrimaries
Method or attribute name: blueY: number;|@ohos.graphics.colorSpaceManager.d.ts| +|Added|NA|Module name: ohos.graphics.colorSpaceManager
Class name: ColorSpacePrimaries
Method or attribute name: whitePointX: number;|@ohos.graphics.colorSpaceManager.d.ts| +|Added|NA|Module name: ohos.graphics.colorSpaceManager
Class name: ColorSpacePrimaries
Method or attribute name: whitePointY: number;|@ohos.graphics.colorSpaceManager.d.ts| +|Added|NA|Module name: ohos.graphics.colorSpaceManager
Class name: ColorSpaceManager|@ohos.graphics.colorSpaceManager.d.ts| +|Added|NA|Module name: ohos.graphics.colorSpaceManager
Class name: ColorSpaceManager
Method or attribute name: getColorSpaceName(): ColorSpace;|@ohos.graphics.colorSpaceManager.d.ts| +|Added|NA|Module name: ohos.graphics.colorSpaceManager
Class name: ColorSpaceManager
Method or attribute name: getWhitePoint(): Array\;|@ohos.graphics.colorSpaceManager.d.ts| +|Added|NA|Module name: ohos.graphics.colorSpaceManager
Class name: ColorSpaceManager
Method or attribute name: getGamma(): number;|@ohos.graphics.colorSpaceManager.d.ts| +|Added|NA|Module name: ohos.graphics.colorSpaceManager
Class name: colorSpaceManager
Method or attribute name: function create(colorSpaceName: ColorSpace): ColorSpaceManager;|@ohos.graphics.colorSpaceManager.d.ts| +|Added|NA|Module name: ohos.graphics.colorSpaceManager
Class name: colorSpaceManager
Method or attribute name: function create(primaries: ColorSpacePrimaries, gamma: number): ColorSpaceManager;|@ohos.graphics.colorSpaceManager.d.ts| +|Added|NA|Class name: WebGL2RenderingContextBase
Method or attribute name: readonly READ_BUFFER: webgl.GLenum;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextBase
Method or attribute name: readonly UNPACK_ROW_LENGTH: webgl.GLenum;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextBase
Method or attribute name: readonly UNPACK_SKIP_ROWS: webgl.GLenum;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextBase
Method or attribute name: readonly UNPACK_SKIP_PIXELS: webgl.GLenum;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextBase
Method or attribute name: readonly PACK_ROW_LENGTH: webgl.GLenum;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextBase
Method or attribute name: readonly PACK_SKIP_ROWS: webgl.GLenum;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextBase
Method or attribute name: readonly PACK_SKIP_PIXELS: webgl.GLenum;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextBase
Method or attribute name: readonly COLOR: webgl.GLenum;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextBase
Method or attribute name: readonly DEPTH: webgl.GLenum;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextBase
Method or attribute name: readonly STENCIL: webgl.GLenum;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextBase
Method or attribute name: readonly RED: webgl.GLenum;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextBase
Method or attribute name: readonly RGB8: webgl.GLenum;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextBase
Method or attribute name: readonly RGBA8: webgl.GLenum;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextBase
Method or attribute name: readonly RGB10_A2: webgl.GLenum;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextBase
Method or attribute name: readonly TEXTURE_BINDING_3D: webgl.GLenum;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextBase
Method or attribute name: readonly UNPACK_SKIP_IMAGES: webgl.GLenum;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextBase
Method or attribute name: readonly UNPACK_IMAGE_HEIGHT: webgl.GLenum;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextBase
Method or attribute name: readonly TEXTURE_3D: webgl.GLenum;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextBase
Method or attribute name: readonly TEXTURE_WRAP_R: webgl.GLenum;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextBase
Method or attribute name: readonly MAX_3D_TEXTURE_SIZE: webgl.GLenum;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextBase
Method or attribute name: readonly UNSIGNED_INT_2_10_10_10_REV: webgl.GLenum;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextBase
Method or attribute name: readonly MAX_ELEMENTS_VERTICES: webgl.GLenum;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextBase
Method or attribute name: readonly MAX_ELEMENTS_INDICES: webgl.GLenum;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextBase
Method or attribute name: readonly TEXTURE_MIN_LOD: webgl.GLenum;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextBase
Method or attribute name: readonly TEXTURE_MAX_LOD: webgl.GLenum;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextBase
Method or attribute name: readonly TEXTURE_BASE_LEVEL: webgl.GLenum;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextBase
Method or attribute name: readonly TEXTURE_MAX_LEVEL: webgl.GLenum;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextBase
Method or attribute name: readonly MIN: webgl.GLenum;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextBase
Method or attribute name: readonly MAX: webgl.GLenum;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextBase
Method or attribute name: readonly DEPTH_COMPONENT24: webgl.GLenum;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextBase
Method or attribute name: readonly MAX_TEXTURE_LOD_BIAS: webgl.GLenum;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextBase
Method or attribute name: readonly TEXTURE_COMPARE_MODE: webgl.GLenum;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextBase
Method or attribute name: readonly TEXTURE_COMPARE_FUNC: webgl.GLenum;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextBase
Method or attribute name: readonly CURRENT_QUERY: webgl.GLenum;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextBase
Method or attribute name: readonly QUERY_RESULT: webgl.GLenum;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextBase
Method or attribute name: readonly QUERY_RESULT_AVAILABLE: webgl.GLenum;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextBase
Method or attribute name: readonly STREAM_READ: webgl.GLenum;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextBase
Method or attribute name: readonly STREAM_COPY: webgl.GLenum;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextBase
Method or attribute name: readonly STATIC_READ: webgl.GLenum;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextBase
Method or attribute name: readonly STATIC_COPY: webgl.GLenum;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextBase
Method or attribute name: readonly DYNAMIC_READ: webgl.GLenum;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextBase
Method or attribute name: readonly DYNAMIC_COPY: webgl.GLenum;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextBase
Method or attribute name: readonly MAX_DRAW_BUFFERS: webgl.GLenum;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextBase
Method or attribute name: readonly DRAW_BUFFER0: webgl.GLenum;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextBase
Method or attribute name: readonly DRAW_BUFFER1: webgl.GLenum;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextBase
Method or attribute name: readonly DRAW_BUFFER2: webgl.GLenum;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextBase
Method or attribute name: readonly DRAW_BUFFER3: webgl.GLenum;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextBase
Method or attribute name: readonly DRAW_BUFFER4: webgl.GLenum;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextBase
Method or attribute name: readonly DRAW_BUFFER5: webgl.GLenum;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextBase
Method or attribute name: readonly DRAW_BUFFER6: webgl.GLenum;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextBase
Method or attribute name: readonly DRAW_BUFFER7: webgl.GLenum;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextBase
Method or attribute name: readonly DRAW_BUFFER8: webgl.GLenum;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextBase
Method or attribute name: readonly DRAW_BUFFER9: webgl.GLenum;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextBase
Method or attribute name: readonly DRAW_BUFFER10: webgl.GLenum;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextBase
Method or attribute name: readonly DRAW_BUFFER11: webgl.GLenum;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextBase
Method or attribute name: readonly DRAW_BUFFER12: webgl.GLenum;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextBase
Method or attribute name: readonly DRAW_BUFFER13: webgl.GLenum;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextBase
Method or attribute name: readonly DRAW_BUFFER14: webgl.GLenum;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextBase
Method or attribute name: readonly DRAW_BUFFER15: webgl.GLenum;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextBase
Method or attribute name: readonly MAX_FRAGMENT_UNIFORM_COMPONENTS: webgl.GLenum;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextBase
Method or attribute name: readonly MAX_VERTEX_UNIFORM_COMPONENTS: webgl.GLenum;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextBase
Method or attribute name: readonly SAMPLER_3D: webgl.GLenum;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextBase
Method or attribute name: readonly SAMPLER_2D_SHADOW: webgl.GLenum;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextBase
Method or attribute name: readonly FRAGMENT_SHADER_DERIVATIVE_HINT: webgl.GLenum;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextBase
Method or attribute name: readonly PIXEL_PACK_BUFFER: webgl.GLenum;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextBase
Method or attribute name: readonly PIXEL_UNPACK_BUFFER: webgl.GLenum;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextBase
Method or attribute name: readonly PIXEL_PACK_BUFFER_BINDING: webgl.GLenum;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextBase
Method or attribute name: readonly PIXEL_UNPACK_BUFFER_BINDING: webgl.GLenum;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextBase
Method or attribute name: readonly FLOAT_MAT2x3: webgl.GLenum;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextBase
Method or attribute name: readonly FLOAT_MAT2x4: webgl.GLenum;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextBase
Method or attribute name: readonly FLOAT_MAT3x2: webgl.GLenum;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextBase
Method or attribute name: readonly FLOAT_MAT3x4: webgl.GLenum;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextBase
Method or attribute name: readonly FLOAT_MAT4x2: webgl.GLenum;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextBase
Method or attribute name: readonly FLOAT_MAT4x3: webgl.GLenum;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextBase
Method or attribute name: readonly SRGB: webgl.GLenum;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextBase
Method or attribute name: readonly SRGB8: webgl.GLenum;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextBase
Method or attribute name: readonly SRGB8_ALPHA8: webgl.GLenum;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextBase
Method or attribute name: readonly COMPARE_REF_TO_TEXTURE: webgl.GLenum;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextBase
Method or attribute name: readonly RGBA32F: webgl.GLenum;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextBase
Method or attribute name: readonly RGB32F: webgl.GLenum;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextBase
Method or attribute name: readonly RGBA16F: webgl.GLenum;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextBase
Method or attribute name: readonly RGB16F: webgl.GLenum;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextBase
Method or attribute name: readonly VERTEX_ATTRIB_ARRAY_INTEGER: webgl.GLenum;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextBase
Method or attribute name: readonly MAX_ARRAY_TEXTURE_LAYERS: webgl.GLenum;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextBase
Method or attribute name: readonly MIN_PROGRAM_TEXEL_OFFSET: webgl.GLenum;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextBase
Method or attribute name: readonly MAX_PROGRAM_TEXEL_OFFSET: webgl.GLenum;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextBase
Method or attribute name: readonly MAX_VARYING_COMPONENTS: webgl.GLenum;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextBase
Method or attribute name: readonly TEXTURE_2D_ARRAY: webgl.GLenum;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextBase
Method or attribute name: readonly TEXTURE_BINDING_2D_ARRAY: webgl.GLenum;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextBase
Method or attribute name: readonly R11F_G11F_B10F: webgl.GLenum;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextBase
Method or attribute name: readonly UNSIGNED_INT_10F_11F_11F_REV: webgl.GLenum;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextBase
Method or attribute name: readonly RGB9_E5: webgl.GLenum;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextBase
Method or attribute name: readonly UNSIGNED_INT_5_9_9_9_REV: webgl.GLenum;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextBase
Method or attribute name: readonly TRANSFORM_FEEDBACK_BUFFER_MODE: webgl.GLenum;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextBase
Method or attribute name: readonly MAX_TRANSFORM_FEEDBACK_SEPARATE_COMPONENTS: webgl.GLenum;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextBase
Method or attribute name: readonly TRANSFORM_FEEDBACK_VARYINGS: webgl.GLenum;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextBase
Method or attribute name: readonly TRANSFORM_FEEDBACK_BUFFER_START: webgl.GLenum;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextBase
Method or attribute name: readonly TRANSFORM_FEEDBACK_BUFFER_SIZE: webgl.GLenum;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextBase
Method or attribute name: readonly TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN: webgl.GLenum;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextBase
Method or attribute name: readonly RASTERIZER_DISCARD: webgl.GLenum;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextBase
Method or attribute name: readonly MAX_TRANSFORM_FEEDBACK_INTERLEAVED_COMPONENTS: webgl.GLenum;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextBase
Method or attribute name: readonly MAX_TRANSFORM_FEEDBACK_SEPARATE_ATTRIBS: webgl.GLenum;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextBase
Method or attribute name: readonly INTERLEAVED_ATTRIBS: webgl.GLenum;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextBase
Method or attribute name: readonly SEPARATE_ATTRIBS: webgl.GLenum;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextBase
Method or attribute name: readonly TRANSFORM_FEEDBACK_BUFFER: webgl.GLenum;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextBase
Method or attribute name: readonly TRANSFORM_FEEDBACK_BUFFER_BINDING: webgl.GLenum;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextBase
Method or attribute name: readonly RGBA32UI: webgl.GLenum;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextBase
Method or attribute name: readonly RGB32UI: webgl.GLenum;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextBase
Method or attribute name: readonly RGBA16UI: webgl.GLenum;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextBase
Method or attribute name: readonly RGB16UI: webgl.GLenum;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextBase
Method or attribute name: readonly RGBA8UI: webgl.GLenum;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextBase
Method or attribute name: readonly RGB8UI: webgl.GLenum;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextBase
Method or attribute name: readonly RGBA32I: webgl.GLenum;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextBase
Method or attribute name: readonly RGB32I: webgl.GLenum;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextBase
Method or attribute name: readonly RGBA16I: webgl.GLenum;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextBase
Method or attribute name: readonly RGB16I: webgl.GLenum;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextBase
Method or attribute name: readonly RGBA8I: webgl.GLenum;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextBase
Method or attribute name: readonly RGB8I: webgl.GLenum;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextBase
Method or attribute name: readonly RED_INTEGER: webgl.GLenum;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextBase
Method or attribute name: readonly RGB_INTEGER: webgl.GLenum;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextBase
Method or attribute name: readonly RGBA_INTEGER: webgl.GLenum;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextBase
Method or attribute name: readonly SAMPLER_2D_ARRAY: webgl.GLenum;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextBase
Method or attribute name: readonly SAMPLER_2D_ARRAY_SHADOW: webgl.GLenum;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextBase
Method or attribute name: readonly SAMPLER_CUBE_SHADOW: webgl.GLenum;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextBase
Method or attribute name: readonly UNSIGNED_INT_VEC2: webgl.GLenum;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextBase
Method or attribute name: readonly UNSIGNED_INT_VEC3: webgl.GLenum;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextBase
Method or attribute name: readonly UNSIGNED_INT_VEC4: webgl.GLenum;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextBase
Method or attribute name: readonly INT_SAMPLER_2D: webgl.GLenum;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextBase
Method or attribute name: readonly INT_SAMPLER_3D: webgl.GLenum;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextBase
Method or attribute name: readonly INT_SAMPLER_CUBE: webgl.GLenum;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextBase
Method or attribute name: readonly INT_SAMPLER_2D_ARRAY: webgl.GLenum;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextBase
Method or attribute name: readonly UNSIGNED_INT_SAMPLER_2D: webgl.GLenum;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextBase
Method or attribute name: readonly UNSIGNED_INT_SAMPLER_3D: webgl.GLenum;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextBase
Method or attribute name: readonly UNSIGNED_INT_SAMPLER_CUBE: webgl.GLenum;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextBase
Method or attribute name: readonly UNSIGNED_INT_SAMPLER_2D_ARRAY: webgl.GLenum;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextBase
Method or attribute name: readonly DEPTH_COMPONENT32F: webgl.GLenum;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextBase
Method or attribute name: readonly DEPTH32F_STENCIL8: webgl.GLenum;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextBase
Method or attribute name: readonly FLOAT_32_UNSIGNED_INT_24_8_REV: webgl.GLenum;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextBase
Method or attribute name: readonly FRAMEBUFFER_ATTACHMENT_COLOR_ENCODING: webgl.GLenum;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextBase
Method or attribute name: readonly FRAMEBUFFER_ATTACHMENT_COMPONENT_TYPE: webgl.GLenum;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextBase
Method or attribute name: readonly FRAMEBUFFER_ATTACHMENT_RED_SIZE: webgl.GLenum;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextBase
Method or attribute name: readonly FRAMEBUFFER_ATTACHMENT_GREEN_SIZE: webgl.GLenum;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextBase
Method or attribute name: readonly FRAMEBUFFER_ATTACHMENT_BLUE_SIZE: webgl.GLenum;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextBase
Method or attribute name: readonly FRAMEBUFFER_ATTACHMENT_ALPHA_SIZE: webgl.GLenum;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextBase
Method or attribute name: readonly FRAMEBUFFER_ATTACHMENT_DEPTH_SIZE: webgl.GLenum;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextBase
Method or attribute name: readonly FRAMEBUFFER_ATTACHMENT_STENCIL_SIZE: webgl.GLenum;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextBase
Method or attribute name: readonly FRAMEBUFFER_DEFAULT: webgl.GLenum;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextBase
Method or attribute name: readonly UNSIGNED_INT_24_8: webgl.GLenum;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextBase
Method or attribute name: readonly DEPTH24_STENCIL8: webgl.GLenum;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextBase
Method or attribute name: readonly UNSIGNED_NORMALIZED: webgl.GLenum;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextBase
Method or attribute name: readonly DRAW_FRAMEBUFFER_BINDING: webgl.GLenum;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextBase
Method or attribute name: readonly READ_FRAMEBUFFER: webgl.GLenum;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextBase
Method or attribute name: readonly DRAW_FRAMEBUFFER: webgl.GLenum;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextBase
Method or attribute name: readonly READ_FRAMEBUFFER_BINDING: webgl.GLenum;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextBase
Method or attribute name: readonly RENDERBUFFER_SAMPLES: webgl.GLenum;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextBase
Method or attribute name: readonly FRAMEBUFFER_ATTACHMENT_TEXTURE_LAYER: webgl.GLenum;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextBase
Method or attribute name: readonly MAX_COLOR_ATTACHMENTS: webgl.GLenum;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextBase
Method or attribute name: readonly COLOR_ATTACHMENT1: webgl.GLenum;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextBase
Method or attribute name: readonly COLOR_ATTACHMENT2: webgl.GLenum;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextBase
Method or attribute name: readonly COLOR_ATTACHMENT3: webgl.GLenum;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextBase
Method or attribute name: readonly COLOR_ATTACHMENT4: webgl.GLenum;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextBase
Method or attribute name: readonly COLOR_ATTACHMENT5: webgl.GLenum;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextBase
Method or attribute name: readonly COLOR_ATTACHMENT6: webgl.GLenum;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextBase
Method or attribute name: readonly COLOR_ATTACHMENT7: webgl.GLenum;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextBase
Method or attribute name: readonly COLOR_ATTACHMENT8: webgl.GLenum;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextBase
Method or attribute name: readonly COLOR_ATTACHMENT9: webgl.GLenum;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextBase
Method or attribute name: readonly COLOR_ATTACHMENT10: webgl.GLenum;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextBase
Method or attribute name: readonly COLOR_ATTACHMENT11: webgl.GLenum;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextBase
Method or attribute name: readonly COLOR_ATTACHMENT12: webgl.GLenum;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextBase
Method or attribute name: readonly COLOR_ATTACHMENT13: webgl.GLenum;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextBase
Method or attribute name: readonly COLOR_ATTACHMENT14: webgl.GLenum;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextBase
Method or attribute name: readonly COLOR_ATTACHMENT15: webgl.GLenum;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextBase
Method or attribute name: readonly FRAMEBUFFER_INCOMPLETE_MULTISAMPLE: webgl.GLenum;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextBase
Method or attribute name: readonly MAX_SAMPLES: webgl.GLenum;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextBase
Method or attribute name: readonly HALF_FLOAT: webgl.GLenum;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextBase
Method or attribute name: readonly RG: webgl.GLenum;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextBase
Method or attribute name: readonly RG_INTEGER: webgl.GLenum;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextBase
Method or attribute name: readonly R8: webgl.GLenum;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextBase
Method or attribute name: readonly RG8: webgl.GLenum;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextBase
Method or attribute name: readonly R16F: webgl.GLenum;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextBase
Method or attribute name: readonly R32F: webgl.GLenum;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextBase
Method or attribute name: readonly RG16F: webgl.GLenum;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextBase
Method or attribute name: readonly RG32F: webgl.GLenum;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextBase
Method or attribute name: readonly R8I: webgl.GLenum;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextBase
Method or attribute name: readonly R8UI: webgl.GLenum;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextBase
Method or attribute name: readonly R16I: webgl.GLenum;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextBase
Method or attribute name: readonly R16UI: webgl.GLenum;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextBase
Method or attribute name: readonly R32I: webgl.GLenum;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextBase
Method or attribute name: readonly R32UI: webgl.GLenum;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextBase
Method or attribute name: readonly RG8I: webgl.GLenum;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextBase
Method or attribute name: readonly RG8UI: webgl.GLenum;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextBase
Method or attribute name: readonly RG16I: webgl.GLenum;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextBase
Method or attribute name: readonly RG16UI: webgl.GLenum;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextBase
Method or attribute name: readonly RG32I: webgl.GLenum;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextBase
Method or attribute name: readonly RG32UI: webgl.GLenum;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextBase
Method or attribute name: readonly VERTEX_ARRAY_BINDING: webgl.GLenum;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextBase
Method or attribute name: readonly R8_SNORM: webgl.GLenum;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextBase
Method or attribute name: readonly RG8_SNORM: webgl.GLenum;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextBase
Method or attribute name: readonly RGB8_SNORM: webgl.GLenum;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextBase
Method or attribute name: readonly RGBA8_SNORM: webgl.GLenum;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextBase
Method or attribute name: readonly SIGNED_NORMALIZED: webgl.GLenum;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextBase
Method or attribute name: readonly COPY_READ_BUFFER: webgl.GLenum;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextBase
Method or attribute name: readonly COPY_WRITE_BUFFER: webgl.GLenum;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextBase
Method or attribute name: readonly COPY_READ_BUFFER_BINDING: webgl.GLenum;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextBase
Method or attribute name: readonly COPY_WRITE_BUFFER_BINDING: webgl.GLenum;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextBase
Method or attribute name: readonly UNIFORM_BUFFER: webgl.GLenum;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextBase
Method or attribute name: readonly UNIFORM_BUFFER_BINDING: webgl.GLenum;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextBase
Method or attribute name: readonly UNIFORM_BUFFER_START: webgl.GLenum;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextBase
Method or attribute name: readonly UNIFORM_BUFFER_SIZE: webgl.GLenum;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextBase
Method or attribute name: readonly MAX_VERTEX_UNIFORM_BLOCKS: webgl.GLenum;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextBase
Method or attribute name: readonly MAX_FRAGMENT_UNIFORM_BLOCKS: webgl.GLenum;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextBase
Method or attribute name: readonly MAX_COMBINED_UNIFORM_BLOCKS: webgl.GLenum;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextBase
Method or attribute name: readonly MAX_UNIFORM_BUFFER_BINDINGS: webgl.GLenum;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextBase
Method or attribute name: readonly MAX_UNIFORM_BLOCK_SIZE: webgl.GLenum;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextBase
Method or attribute name: readonly MAX_COMBINED_VERTEX_UNIFORM_COMPONENTS: webgl.GLenum;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextBase
Method or attribute name: readonly MAX_COMBINED_FRAGMENT_UNIFORM_COMPONENTS: webgl.GLenum;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextBase
Method or attribute name: readonly UNIFORM_BUFFER_OFFSET_ALIGNMENT: webgl.GLenum;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextBase
Method or attribute name: readonly ACTIVE_UNIFORM_BLOCKS: webgl.GLenum;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextBase
Method or attribute name: readonly UNIFORM_TYPE: webgl.GLenum;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextBase
Method or attribute name: readonly UNIFORM_SIZE: webgl.GLenum;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextBase
Method or attribute name: readonly UNIFORM_BLOCK_INDEX: webgl.GLenum;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextBase
Method or attribute name: readonly UNIFORM_OFFSET: webgl.GLenum;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextBase
Method or attribute name: readonly UNIFORM_ARRAY_STRIDE: webgl.GLenum;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextBase
Method or attribute name: readonly UNIFORM_MATRIX_STRIDE: webgl.GLenum;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextBase
Method or attribute name: readonly UNIFORM_IS_ROW_MAJOR: webgl.GLenum;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextBase
Method or attribute name: readonly UNIFORM_BLOCK_BINDING: webgl.GLenum;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextBase
Method or attribute name: readonly UNIFORM_BLOCK_DATA_SIZE: webgl.GLenum;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextBase
Method or attribute name: readonly UNIFORM_BLOCK_ACTIVE_UNIFORMS: webgl.GLenum;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextBase
Method or attribute name: readonly UNIFORM_BLOCK_ACTIVE_UNIFORM_INDICES: webgl.GLenum;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextBase
Method or attribute name: readonly UNIFORM_BLOCK_REFERENCED_BY_VERTEX_SHADER: webgl.GLenum;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextBase
Method or attribute name: readonly UNIFORM_BLOCK_REFERENCED_BY_FRAGMENT_SHADER: webgl.GLenum;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextBase
Method or attribute name: readonly INVALID_INDEX: webgl.GLenum;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextBase
Method or attribute name: readonly MAX_VERTEX_OUTPUT_COMPONENTS: webgl.GLenum;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextBase
Method or attribute name: readonly MAX_FRAGMENT_INPUT_COMPONENTS: webgl.GLenum;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextBase
Method or attribute name: readonly MAX_SERVER_WAIT_TIMEOUT: webgl.GLenum;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextBase
Method or attribute name: readonly OBJECT_TYPE: webgl.GLenum;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextBase
Method or attribute name: readonly SYNC_CONDITION: webgl.GLenum;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextBase
Method or attribute name: readonly SYNC_STATUS: webgl.GLenum;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextBase
Method or attribute name: readonly SYNC_FLAGS: webgl.GLenum;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextBase
Method or attribute name: readonly SYNC_FENCE: webgl.GLenum;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextBase
Method or attribute name: readonly SYNC_GPU_COMMANDS_COMPLETE: webgl.GLenum;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextBase
Method or attribute name: readonly UNSIGNALED: webgl.GLenum;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextBase
Method or attribute name: readonly SIGNALED: webgl.GLenum;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextBase
Method or attribute name: readonly ALREADY_SIGNALED: webgl.GLenum;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextBase
Method or attribute name: readonly TIMEOUT_EXPIRED: webgl.GLenum;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextBase
Method or attribute name: readonly CONDITION_SATISFIED: webgl.GLenum;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextBase
Method or attribute name: readonly WAIT_FAILED: webgl.GLenum;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextBase
Method or attribute name: readonly SYNC_FLUSH_COMMANDS_BIT: webgl.GLenum;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextBase
Method or attribute name: readonly VERTEX_ATTRIB_ARRAY_DIVISOR: webgl.GLenum;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextBase
Method or attribute name: readonly ANY_SAMPLES_PASSED: webgl.GLenum;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextBase
Method or attribute name: readonly ANY_SAMPLES_PASSED_CONSERVATIVE: webgl.GLenum;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextBase
Method or attribute name: readonly SAMPLER_BINDING: webgl.GLenum;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextBase
Method or attribute name: readonly RGB10_A2UI: webgl.GLenum;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextBase
Method or attribute name: readonly INT_2_10_10_10_REV: webgl.GLenum;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextBase
Method or attribute name: readonly TRANSFORM_FEEDBACK: webgl.GLenum;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextBase
Method or attribute name: readonly TRANSFORM_FEEDBACK_PAUSED: webgl.GLenum;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextBase
Method or attribute name: readonly TRANSFORM_FEEDBACK_ACTIVE: webgl.GLenum;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextBase
Method or attribute name: readonly TRANSFORM_FEEDBACK_BINDING: webgl.GLenum;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextBase
Method or attribute name: readonly TEXTURE_IMMUTABLE_FORMAT: webgl.GLenum;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextBase
Method or attribute name: readonly MAX_ELEMENT_INDEX: webgl.GLenum;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextBase
Method or attribute name: readonly TEXTURE_IMMUTABLE_LEVELS: webgl.GLenum;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextBase
Method or attribute name: readonly MAX_CLIENT_WAIT_TIMEOUT_WEBGL: webgl.GLenum;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextBase
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
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
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
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
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
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
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
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
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
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
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
Method or attribute name: bufferData(target: webgl.GLenum, size: webgl.GLsizeiptr, usage: webgl.GLenum): void;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextOverloads
Method or attribute name: bufferData(target: webgl.GLenum, srcData: BufferSource \| null, usage: webgl.GLenum): void;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextOverloads
Method or attribute name: bufferSubData(target: webgl.GLenum, dstByteOffset: webgl.GLintptr, srcData: BufferSource): void;|webgl2.d.ts| +|Added|NA|Class name: WebGL2RenderingContextOverloads
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
Method or attribute name: copyBufferSubData(readTarget: GLenum, writeTarget: GLenum, readOffset: GLintptr, writeOffset: GLintptr, size: GLsizeiptr): void;
|Class name: WebGL2RenderingContextBase
Method or attribute name: copyBufferSubData(readTarget: webgl.GLenum, writeTarget: webgl.GLenum, readOffset: webgl.GLintptr, writeOffset: webgl.GLintptr, size: webgl.GLsizeiptr): void;
|webgl2.d.ts| +|Function changed|Class name: WebGL2RenderingContextBase
Method or attribute name: getBufferSubData(target: GLenum, srcByteOffset: GLintptr, dstBuffer: ArrayBufferView, dstOffset?: GLuint, length?: GLuint): void;
|Class name: WebGL2RenderingContextBase
Method or attribute name: getBufferSubData(target: webgl.GLenum, srcByteOffset: webgl.GLintptr, dstBuffer: ArrayBufferView, dstOffset?: webgl.GLuint, length?: webgl.GLuint): void;
|webgl2.d.ts| +|Function changed|Class name: WebGL2RenderingContextBase
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;
|Class name: WebGL2RenderingContextBase
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;
|webgl2.d.ts| +|Function changed|Class name: WebGL2RenderingContextBase
Method or attribute name: framebufferTextureLayer(target: GLenum, attachment: GLenum, texture: WebGLTexture \| null, level: GLint, layer: GLint): void;
|Class name: WebGL2RenderingContextBase
Method or attribute name: framebufferTextureLayer(target: webgl.GLenum, attachment: webgl.GLenum, texture: webgl.WebGLTexture \| null, level: webgl.GLint, layer: webgl.GLint): void;
|webgl2.d.ts| +|Function changed|Class name: WebGL2RenderingContextBase
Method or attribute name: invalidateFramebuffer(target: GLenum, attachments: GLenum[]): void;
|Class name: WebGL2RenderingContextBase
Method or attribute name: invalidateFramebuffer(target: webgl.GLenum, attachments: webgl.GLenum[]): void;
|webgl2.d.ts| +|Function changed|Class name: WebGL2RenderingContextBase
Method or attribute name: invalidateSubFramebuffer(target: GLenum, attachments: GLenum[], x: GLint, y: GLint, width: GLsizei, height: GLsizei): void;
|Class name: WebGL2RenderingContextBase
Method or attribute name: invalidateSubFramebuffer(target: webgl.GLenum, attachments: webgl.GLenum[], x: webgl.GLint, y: webgl.GLint, width: webgl.GLsizei, height: webgl.GLsizei): void;
|webgl2.d.ts| +|Function changed|Class name: WebGL2RenderingContextBase
Method or attribute name: readBuffer(src: GLenum): void;
|Class name: WebGL2RenderingContextBase
Method or attribute name: readBuffer(src: webgl.GLenum): void;
|webgl2.d.ts| +|Function changed|Class name: WebGL2RenderingContextBase
Method or attribute name: getInternalformatParameter(target: GLenum, internalformat: GLenum, pname: GLenum): any;
|Class name: WebGL2RenderingContextBase
Method or attribute name: getInternalformatParameter(target: webgl.GLenum, internalformat: webgl.GLenum, pname: webgl.GLenum): any;
|webgl2.d.ts| +|Function changed|Class name: WebGL2RenderingContextBase
Method or attribute name: renderbufferStorageMultisample(target: GLenum, samples: GLsizei, internalformat: GLenum, width: GLsizei, height: GLsizei): void;
|Class name: WebGL2RenderingContextBase
Method or attribute name: renderbufferStorageMultisample(target: webgl.GLenum, samples: webgl.GLsizei, internalformat: webgl.GLenum, width: webgl.GLsizei, height: webgl.GLsizei): void;
|webgl2.d.ts| +|Function changed|Class name: WebGL2RenderingContextBase
Method or attribute name: texStorage2D(target: GLenum, levels: GLsizei, internalformat: GLenum, width: GLsizei, height: GLsizei): void;
|Class name: WebGL2RenderingContextBase
Method or attribute name: texStorage2D(target: webgl.GLenum, levels: webgl.GLsizei, internalformat: webgl.GLenum, width: webgl.GLsizei, height: webgl.GLsizei): void;
|webgl2.d.ts| +|Function changed|Class name: WebGL2RenderingContextBase
Method or attribute name: texStorage3D(target: GLenum, levels: GLsizei, internalformat: GLenum, width: GLsizei, height: GLsizei, depth: GLsizei): void;
|Class name: WebGL2RenderingContextBase
Method or attribute name: texStorage3D(target: webgl.GLenum, levels: webgl.GLsizei, internalformat: webgl.GLenum, width: webgl.GLsizei, height: webgl.GLsizei, depth: webgl.GLsizei): void;
|webgl2.d.ts| +|Function changed|Class name: WebGL2RenderingContextBase
Method or attribute name: copyTexSubImage3D(target: GLenum, level: GLint, xoffset: GLint, yoffset: GLint, zoffset: GLint, x: GLint, y: GLint, width: GLsizei, height: GLsizei): void;
|Class name: WebGL2RenderingContextBase
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;
|webgl2.d.ts| +|Function changed|Class name: WebGL2RenderingContextBase
Method or attribute name: getFragDataLocation(program: WebGLProgram, name: string): GLint;
|Class name: WebGL2RenderingContextBase
Method or attribute name: getFragDataLocation(program: webgl.WebGLProgram, name: string): webgl.GLint;
|webgl2.d.ts| +|Function changed|Class name: WebGL2RenderingContextBase
Method or attribute name: uniform1ui(location: WebGLUniformLocation \| null, v0: GLuint): void;
|Class name: WebGL2RenderingContextBase
Method or attribute name: uniform1ui(location: webgl.WebGLUniformLocation \| null, v0: webgl.GLuint): void;
|webgl2.d.ts| +|Function changed|Class name: WebGL2RenderingContextBase
Method or attribute name: uniform2ui(location: WebGLUniformLocation \| null, v0: GLuint, v1: GLuint): void;
|Class name: WebGL2RenderingContextBase
Method or attribute name: uniform2ui(location: webgl.WebGLUniformLocation \| null, v0: webgl.GLuint, v1: webgl.GLuint): void;
|webgl2.d.ts| +|Function changed|Class name: WebGL2RenderingContextBase
Method or attribute name: uniform3ui(location: WebGLUniformLocation \| null, v0: GLuint, v1: GLuint, v2: GLuint): void;
|Class name: WebGL2RenderingContextBase
Method or attribute name: uniform3ui(location: webgl.WebGLUniformLocation \| null, v0: webgl.GLuint, v1: webgl.GLuint, v2: webgl.GLuint): void;
|webgl2.d.ts| +|Function changed|Class name: WebGL2RenderingContextBase
Method or attribute name: uniform4ui(location: WebGLUniformLocation \| null, v0: GLuint, v1: GLuint, v2: GLuint, v3: GLuint): void;
|Class name: WebGL2RenderingContextBase
Method or attribute name: uniform4ui(location: webgl.WebGLUniformLocation \| null, v0: webgl.GLuint, v1: webgl.GLuint, v2: webgl.GLuint, v3: webgl.GLuint): void;
|webgl2.d.ts| +|Function changed|Class name: WebGL2RenderingContextBase
Method or attribute name: uniform1uiv(location: WebGLUniformLocation \| null, data: Uint32List, srcOffset?: GLuint, srcLength?: GLuint): void;
|Class name: WebGL2RenderingContextBase
Method or attribute name: uniform1uiv(location: webgl.WebGLUniformLocation \| null, data: Uint32List, srcOffset?: webgl.GLuint, srcLength?: webgl.GLuint): void;
|webgl2.d.ts| +|Function changed|Class name: WebGL2RenderingContextBase
Method or attribute name: uniform2uiv(location: WebGLUniformLocation \| null, data: Uint32List, srcOffset?: GLuint, srcLength?: GLuint): void;
|Class name: WebGL2RenderingContextBase
Method or attribute name: uniform2uiv(location: webgl.WebGLUniformLocation \| null, data: Uint32List, srcOffset?: webgl.GLuint, srcLength?: webgl.GLuint): void;
|webgl2.d.ts| +|Function changed|Class name: WebGL2RenderingContextBase
Method or attribute name: uniform3uiv(location: WebGLUniformLocation \| null, data: Uint32List, srcOffset?: GLuint, srcLength?: GLuint): void;
|Class name: WebGL2RenderingContextBase
Method or attribute name: uniform3uiv(location: webgl.WebGLUniformLocation \| null, data: Uint32List, srcOffset?: webgl.GLuint, srcLength?: webgl.GLuint): void;
|webgl2.d.ts| +|Function changed|Class name: WebGL2RenderingContextBase
Method or attribute name: uniform4uiv(location: WebGLUniformLocation \| null, data: Uint32List, srcOffset?: GLuint, srcLength?: GLuint): void;
|Class name: WebGL2RenderingContextBase
Method or attribute name: uniform4uiv(location: webgl.WebGLUniformLocation \| null, data: Uint32List, srcOffset?: webgl.GLuint, srcLength?: webgl.GLuint): void;
|webgl2.d.ts| +|Function changed|Class name: WebGL2RenderingContextBase
Method or attribute name: uniformMatrix3x2fv(location: WebGLUniformLocation \| null, transpose: GLboolean, data: Float32List, srcOffset?: GLuint, srcLength?: GLuint): void;
|Class name: WebGL2RenderingContextBase
Method or attribute name: uniformMatrix3x2fv(location: webgl.WebGLUniformLocation \| null, transpose: webgl.GLboolean, data: webgl.Float32List, srcOffset?: webgl.GLuint, srcLength?: webgl.GLuint): void;
|webgl2.d.ts| +|Function changed|Class name: WebGL2RenderingContextBase
Method or attribute name: uniformMatrix4x2fv(location: WebGLUniformLocation \| null, transpose: GLboolean, data: Float32List, srcOffset?: GLuint, srcLength?: GLuint): void;
|Class name: WebGL2RenderingContextBase
Method or attribute name: uniformMatrix4x2fv(location: webgl.WebGLUniformLocation \| null, transpose: webgl.GLboolean, data: webgl.Float32List, srcOffset?: webgl.GLuint, srcLength?: webgl.GLuint): void;
|webgl2.d.ts| +|Function changed|Class name: WebGL2RenderingContextBase
Method or attribute name: uniformMatrix2x3fv(location: WebGLUniformLocation \| null, transpose: GLboolean, data: Float32List, srcOffset?: GLuint, srcLength?: GLuint): void;
|Class name: WebGL2RenderingContextBase
Method or attribute name: uniformMatrix2x3fv(location: webgl.WebGLUniformLocation \| null, transpose: webgl.GLboolean, data: webgl.Float32List, srcOffset?: webgl.GLuint, srcLength?: webgl.GLuint): void;
|webgl2.d.ts| +|Function changed|Class name: WebGL2RenderingContextBase
Method or attribute name: uniformMatrix4x3fv(location: WebGLUniformLocation \| null, transpose: GLboolean, data: Float32List, srcOffset?: GLuint, srcLength?: GLuint): void;
|Class name: WebGL2RenderingContextBase
Method or attribute name: uniformMatrix4x3fv(location: webgl.WebGLUniformLocation \| null, transpose: webgl.GLboolean, data: webgl.Float32List, srcOffset?: webgl.GLuint, srcLength?: webgl.GLuint): void;
|webgl2.d.ts| +|Function changed|Class name: WebGL2RenderingContextBase
Method or attribute name: uniformMatrix2x4fv(location: WebGLUniformLocation \| null, transpose: GLboolean, data: Float32List, srcOffset?: GLuint, srcLength?: GLuint): void;
|Class name: WebGL2RenderingContextBase
Method or attribute name: uniformMatrix2x4fv(location: webgl.WebGLUniformLocation \| null, transpose: webgl.GLboolean, data: webgl.Float32List, srcOffset?: webgl.GLuint, srcLength?: webgl.GLuint): void;
|webgl2.d.ts| +|Function changed|Class name: WebGL2RenderingContextBase
Method or attribute name: uniformMatrix3x4fv(location: WebGLUniformLocation \| null, transpose: GLboolean, data: Float32List, srcOffset?: GLuint, srcLength?: GLuint): void;
|Class name: WebGL2RenderingContextBase
Method or attribute name: uniformMatrix3x4fv(location: webgl.WebGLUniformLocation \| null, transpose: webgl.GLboolean, data: webgl.Float32List, srcOffset?: webgl.GLuint, srcLength?: webgl.GLuint): void;
|webgl2.d.ts| +|Function changed|Class name: WebGL2RenderingContextBase
Method or attribute name: vertexAttribI4i(index: GLuint, x: GLint, y: GLint, z: GLint, w: GLint): void;
|Class name: WebGL2RenderingContextBase
Method or attribute name: vertexAttribI4i(index: webgl.GLuint, x: webgl.GLint, y: webgl.GLint, z: webgl.GLint, w: webgl.GLint): void;
|webgl2.d.ts| +|Function changed|Class name: WebGL2RenderingContextBase
Method or attribute name: vertexAttribI4iv(index: GLuint, values: Int32List): void;
|Class name: WebGL2RenderingContextBase
Method or attribute name: vertexAttribI4iv(index: webgl.GLuint, values: webgl.Int32List): void;
|webgl2.d.ts| +|Function changed|Class name: WebGL2RenderingContextBase
Method or attribute name: vertexAttribI4ui(index: GLuint, x: GLuint, y: GLuint, z: GLuint, w: GLuint): void;
|Class name: WebGL2RenderingContextBase
Method or attribute name: vertexAttribI4ui(index: webgl.GLuint, x: webgl.GLuint, y: webgl.GLuint, z: webgl.GLuint, w: webgl.GLuint): void;
|webgl2.d.ts| +|Function changed|Class name: WebGL2RenderingContextBase
Method or attribute name: vertexAttribI4uiv(index: GLuint, values: Uint32List): void;
|Class name: WebGL2RenderingContextBase
Method or attribute name: vertexAttribI4uiv(index: webgl.GLuint, values: Uint32List): void;
|webgl2.d.ts| +|Function changed|Class name: WebGL2RenderingContextBase
Method or attribute name: vertexAttribIPointer(index: GLuint, size: GLint, type: GLenum, stride: GLsizei, offset: GLintptr): void;
|Class name: WebGL2RenderingContextBase
Method or attribute name: vertexAttribIPointer(index: webgl.GLuint, size: webgl.GLint, type: webgl.GLenum, stride: webgl.GLsizei, offset: webgl.GLintptr): void;
|webgl2.d.ts| +|Function changed|Class name: WebGL2RenderingContextBase
Method or attribute name: vertexAttribDivisor(index: GLuint, divisor: GLuint): void;
|Class name: WebGL2RenderingContextBase
Method or attribute name: vertexAttribDivisor(index: webgl.GLuint, divisor: webgl.GLuint): void;
|webgl2.d.ts| +|Function changed|Class name: WebGL2RenderingContextBase
Method or attribute name: drawArraysInstanced(mode: GLenum, first: GLint, count: GLsizei, instanceCount: GLsizei): void;
|Class name: WebGL2RenderingContextBase
Method or attribute name: drawArraysInstanced(mode: webgl.GLenum, first: webgl.GLint, count: webgl.GLsizei, instanceCount: webgl.GLsizei): void;
|webgl2.d.ts| +|Function changed|Class name: WebGL2RenderingContextBase
Method or attribute name: drawElementsInstanced(mode: GLenum, count: GLsizei, type: GLenum, offset: GLintptr, instanceCount: GLsizei): void;
|Class name: WebGL2RenderingContextBase
Method or attribute name: drawElementsInstanced(mode: webgl.GLenum, count: webgl.GLsizei, type: webgl.GLenum, offset: webgl.GLintptr, instanceCount: webgl.GLsizei): void;
|webgl2.d.ts| +|Function changed|Class name: WebGL2RenderingContextBase
Method or attribute name: drawRangeElements(mode: GLenum, start: GLuint, end: GLuint, count: GLsizei, type: GLenum, offset: GLintptr): void;
|Class name: WebGL2RenderingContextBase
Method or attribute name: drawRangeElements(mode: webgl.GLenum, start: webgl.GLuint, end: webgl.GLuint, count: webgl.GLsizei, type: webgl.GLenum, offset: webgl.GLintptr): void;
|webgl2.d.ts| +|Function changed|Class name: WebGL2RenderingContextBase
Method or attribute name: drawBuffers(buffers: GLenum[]): void;
|Class name: WebGL2RenderingContextBase
Method or attribute name: drawBuffers(buffers: webgl.GLenum[]): void;
|webgl2.d.ts| +|Function changed|Class name: WebGL2RenderingContextBase
Method or attribute name: clearBufferfv(buffer: GLenum, drawbuffer: GLint, values: Float32List, srcOffset?: GLuint): void;
|Class name: WebGL2RenderingContextBase
Method or attribute name: clearBufferfv(buffer: webgl.GLenum, drawbuffer: webgl.GLint, values: webgl.Float32List, srcOffset?: webgl.GLuint): void;
|webgl2.d.ts| +|Function changed|Class name: WebGL2RenderingContextBase
Method or attribute name: clearBufferiv(buffer: GLenum, drawbuffer: GLint, values: Int32List, srcOffset?: GLuint): void;
|Class name: WebGL2RenderingContextBase
Method or attribute name: clearBufferiv(buffer: webgl.GLenum, drawbuffer: webgl.GLint, values: webgl.Int32List, srcOffset?: webgl.GLuint): void;
|webgl2.d.ts| +|Function changed|Class name: WebGL2RenderingContextBase
Method or attribute name: clearBufferuiv(buffer: GLenum, drawbuffer: GLint, values: Uint32List, srcOffset?: GLuint): void;
|Class name: WebGL2RenderingContextBase
Method or attribute name: clearBufferuiv(buffer: webgl.GLenum, drawbuffer: webgl.GLint, values: Uint32List, srcOffset?: webgl.GLuint): void;
|webgl2.d.ts| +|Function changed|Class name: WebGL2RenderingContextBase
Method or attribute name: clearBufferfi(buffer: GLenum, drawbuffer: GLint, depth: GLfloat, stencil: GLint): void;
|Class name: WebGL2RenderingContextBase
Method or attribute name: clearBufferfi(buffer: webgl.GLenum, drawbuffer: webgl.GLint, depth: webgl.GLfloat, stencil: webgl.GLint): void;
|webgl2.d.ts| +|Function changed|Class name: WebGL2RenderingContextBase
Method or attribute name: isQuery(query: WebGLQuery \| null): GLboolean;
|Class name: WebGL2RenderingContextBase
Method or attribute name: isQuery(query: WebGLQuery \| null): webgl.GLboolean;
|webgl2.d.ts| +|Function changed|Class name: WebGL2RenderingContextBase
Method or attribute name: beginQuery(target: GLenum, query: WebGLQuery): void;
|Class name: WebGL2RenderingContextBase
Method or attribute name: beginQuery(target: webgl.GLenum, query: WebGLQuery): void;
|webgl2.d.ts| +|Function changed|Class name: WebGL2RenderingContextBase
Method or attribute name: endQuery(target: GLenum): void;
|Class name: WebGL2RenderingContextBase
Method or attribute name: endQuery(target: webgl.GLenum): void;
|webgl2.d.ts| +|Function changed|Class name: WebGL2RenderingContextBase
Method or attribute name: getQuery(target: GLenum, pname: GLenum): WebGLQuery \| null;
|Class name: WebGL2RenderingContextBase
Method or attribute name: getQuery(target: webgl.GLenum, pname: webgl.GLenum): WebGLQuery \| null;
|webgl2.d.ts| +|Function changed|Class name: WebGL2RenderingContextBase
Method or attribute name: getQueryParameter(query: WebGLQuery, pname: GLenum): any;
|Class name: WebGL2RenderingContextBase
Method or attribute name: getQueryParameter(query: WebGLQuery, pname: webgl.GLenum): any;
|webgl2.d.ts| +|Function changed|Class name: WebGL2RenderingContextBase
Method or attribute name: isSampler(sampler: WebGLSampler \| null): GLboolean;
|Class name: WebGL2RenderingContextBase
Method or attribute name: isSampler(sampler: WebGLSampler \| null): webgl.GLboolean;
|webgl2.d.ts| +|Function changed|Class name: WebGL2RenderingContextBase
Method or attribute name: bindSampler(unit: GLuint, sampler: WebGLSampler \| null): void;
|Class name: WebGL2RenderingContextBase
Method or attribute name: bindSampler(unit: webgl.GLuint, sampler: WebGLSampler \| null): void;
|webgl2.d.ts| +|Function changed|Class name: WebGL2RenderingContextBase
Method or attribute name: samplerParameteri(sampler: WebGLSampler, pname: GLenum, param: GLint): void;
|Class name: WebGL2RenderingContextBase
Method or attribute name: samplerParameteri(sampler: WebGLSampler, pname: webgl.GLenum, param: webgl.GLint): void;
|webgl2.d.ts| +|Function changed|Class name: WebGL2RenderingContextBase
Method or attribute name: samplerParameterf(sampler: WebGLSampler, pname: GLenum, param: GLfloat): void;
|Class name: WebGL2RenderingContextBase
Method or attribute name: samplerParameterf(sampler: WebGLSampler, pname: webgl.GLenum, param: webgl.GLfloat): void;
|webgl2.d.ts| +|Function changed|Class name: WebGL2RenderingContextBase
Method or attribute name: getSamplerParameter(sampler: WebGLSampler, pname: GLenum): any;
|Class name: WebGL2RenderingContextBase
Method or attribute name: getSamplerParameter(sampler: WebGLSampler, pname: webgl.GLenum): any;
|webgl2.d.ts| +|Function changed|Class name: WebGL2RenderingContextBase
Method or attribute name: fenceSync(condition: GLenum, flags: GLbitfield): WebGLSync \| null;
|Class name: WebGL2RenderingContextBase
Method or attribute name: fenceSync(condition: webgl.GLenum, flags: webgl.GLbitfield): WebGLSync \| null;
|webgl2.d.ts| +|Function changed|Class name: WebGL2RenderingContextBase
Method or attribute name: isSync(sync: WebGLSync \| null): GLboolean;
|Class name: WebGL2RenderingContextBase
Method or attribute name: isSync(sync: WebGLSync \| null): webgl.GLboolean;
|webgl2.d.ts| +|Function changed|Class name: WebGL2RenderingContextBase
Method or attribute name: clientWaitSync(sync: WebGLSync, flags: GLbitfield, timeout: GLuint64): GLenum;
|Class name: WebGL2RenderingContextBase
Method or attribute name: clientWaitSync(sync: WebGLSync, flags: webgl.GLbitfield, timeout: GLuint64 ): webgl.GLenum;
|webgl2.d.ts| +|Function changed|Class name: WebGL2RenderingContextBase
Method or attribute name: waitSync(sync: WebGLSync, flags: GLbitfield, timeout: GLint64): void;
|Class name: WebGL2RenderingContextBase
Method or attribute name: waitSync(sync: WebGLSync, flags: webgl.GLbitfield, timeout: GLint64): void;
|webgl2.d.ts| +|Function changed|Class name: WebGL2RenderingContextBase
Method or attribute name: getSyncParameter(sync: WebGLSync, pname: GLenum): any;
|Class name: WebGL2RenderingContextBase
Method or attribute name: getSyncParameter(sync: WebGLSync, pname: webgl.GLenum): any;
|webgl2.d.ts| +|Function changed|Class name: WebGL2RenderingContextBase
Method or attribute name: isTransformFeedback(tf: WebGLTransformFeedback \| null): GLboolean;
|Class name: WebGL2RenderingContextBase
Method or attribute name: isTransformFeedback(tf: WebGLTransformFeedback \| null): webgl.GLboolean;
|webgl2.d.ts| +|Function changed|Class name: WebGL2RenderingContextBase
Method or attribute name: bindTransformFeedback(target: GLenum, tf: WebGLTransformFeedback \| null): void;
|Class name: WebGL2RenderingContextBase
Method or attribute name: bindTransformFeedback(target: webgl.GLenum, tf: WebGLTransformFeedback \| null): void;
|webgl2.d.ts| +|Function changed|Class name: WebGL2RenderingContextBase
Method or attribute name: beginTransformFeedback(primitiveMode: GLenum): void;
|Class name: WebGL2RenderingContextBase
Method or attribute name: beginTransformFeedback(primitiveMode: webgl.GLenum): void;
|webgl2.d.ts| +|Function changed|Class name: WebGL2RenderingContextBase
Method or attribute name: transformFeedbackVaryings(program: WebGLProgram, varyings: string[], bufferMode: GLenum): void;
|Class name: WebGL2RenderingContextBase
Method or attribute name: transformFeedbackVaryings(program: webgl.WebGLProgram, varyings: string[], bufferMode: webgl.GLenum): void;
|webgl2.d.ts| +|Function changed|Class name: WebGL2RenderingContextBase
Method or attribute name: getTransformFeedbackVarying(program: WebGLProgram, index: GLuint): WebGLActiveInfo \| null;
|Class name: WebGL2RenderingContextBase
Method or attribute name: getTransformFeedbackVarying(program: webgl.WebGLProgram, index: webgl.GLuint): webgl.WebGLActiveInfo \| null;
|webgl2.d.ts| +|Function changed|Class name: WebGL2RenderingContextBase
Method or attribute name: bindBufferBase(target: GLenum, index: GLuint, buffer: WebGLBuffer \| null): void;
|Class name: WebGL2RenderingContextBase
Method or attribute name: bindBufferBase(target: webgl.GLenum, index: webgl.GLuint, buffer: webgl.WebGLBuffer \| null): void;
|webgl2.d.ts| +|Function changed|Class name: WebGL2RenderingContextBase
Method or attribute name: bindBufferRange(target: GLenum, index: GLuint, buffer: WebGLBuffer \| null, offset: GLintptr, size: GLsizeiptr): void;
|Class name: WebGL2RenderingContextBase
Method or attribute name: bindBufferRange(target: webgl.GLenum, index: webgl.GLuint, buffer: webgl.WebGLBuffer \| null, offset: webgl.GLintptr, size: webgl.GLsizeiptr): void;
|webgl2.d.ts| +|Function changed|Class name: WebGL2RenderingContextBase
Method or attribute name: getIndexedParameter(target: GLenum, index: GLuint): any;
|Class name: WebGL2RenderingContextBase
Method or attribute name: getIndexedParameter(target: webgl.GLenum, index: webgl.GLuint): any;
|webgl2.d.ts| +|Function changed|Class name: WebGL2RenderingContextBase
Method or attribute name: getUniformIndices(program: WebGLProgram, uniformNames: string[]): GLuint[] \| null;
|Class name: WebGL2RenderingContextBase
Method or attribute name: getUniformIndices(program: webgl.WebGLProgram, uniformNames: string[]): webgl.GLuint[] \| null;
|webgl2.d.ts| +|Function changed|Class name: WebGL2RenderingContextBase
Method or attribute name: getActiveUniforms(program: WebGLProgram, uniformIndices: GLuint[], pname: GLenum): any;
|Class name: WebGL2RenderingContextBase
Method or attribute name: getActiveUniforms(program: webgl.WebGLProgram, uniformIndices: webgl.GLuint[], pname: webgl.GLenum): any;
|webgl2.d.ts| +|Function changed|Class name: WebGL2RenderingContextBase
Method or attribute name: getUniformBlockIndex(program: WebGLProgram, uniformBlockName: string): GLuint;
|Class name: WebGL2RenderingContextBase
Method or attribute name: getUniformBlockIndex(program: webgl.WebGLProgram, uniformBlockName: string): webgl.GLuint;
|webgl2.d.ts| +|Function changed|Class name: WebGL2RenderingContextBase
Method or attribute name: getActiveUniformBlockParameter(program: WebGLProgram, uniformBlockIndex: GLuint, pname: GLenum): any;
|Class name: WebGL2RenderingContextBase
Method or attribute name: getActiveUniformBlockParameter(program: webgl.WebGLProgram, uniformBlockIndex: webgl.GLuint, pname: webgl.GLenum): any;
|webgl2.d.ts| +|Function changed|Class name: WebGL2RenderingContextBase
Method or attribute name: getActiveUniformBlockName(program: WebGLProgram, uniformBlockIndex: GLuint): string \| null;
|Class name: WebGL2RenderingContextBase
Method or attribute name: getActiveUniformBlockName(program: webgl.WebGLProgram, uniformBlockIndex: webgl.GLuint): string \| null;
|webgl2.d.ts| +|Function changed|Class name: WebGL2RenderingContextBase
Method or attribute name: uniformBlockBinding(program: WebGLProgram, uniformBlockIndex: GLuint, uniformBlockBinding: GLuint): void;
|Class name: WebGL2RenderingContextBase
Method or attribute name: uniformBlockBinding(program: webgl.WebGLProgram, uniformBlockIndex: webgl.GLuint, uniformBlockBinding: webgl.GLuint): void;
|webgl2.d.ts| +|Function changed|Class name: WebGL2RenderingContextBase
Method or attribute name: isVertexArray(vertexArray: WebGLVertexArrayObject \| null): GLboolean;
|Class name: WebGL2RenderingContextBase
Method or attribute name: isVertexArray(vertexArray: WebGLVertexArrayObject \| null): webgl.GLboolean;
|webgl2.d.ts| +|Function changed|Class name: WebGL2RenderingContextOverloads
Method or attribute name: uniform1fv(location: WebGLUniformLocation \| null, data: Float32List, srcOffset?: GLuint, srcLength?: GLuint): void;
|Class name: WebGL2RenderingContextOverloads
Method or attribute name: uniform1fv(location: webgl.WebGLUniformLocation \| null, data: webgl.Float32List, srcOffset?: webgl.GLuint, srcLength?: webgl.GLuint): void;
|webgl2.d.ts| +|Function changed|Class name: WebGL2RenderingContextOverloads
Method or attribute name: uniform2fv(location: WebGLUniformLocation \| null, data: Float32List, srcOffset?: GLuint, srcLength?: GLuint): void;
|Class name: WebGL2RenderingContextOverloads
Method or attribute name: uniform2fv(location: webgl.WebGLUniformLocation \| null, data: webgl.Float32List, srcOffset?: webgl.GLuint, srcLength?: webgl.GLuint): void;
|webgl2.d.ts| +|Function changed|Class name: WebGL2RenderingContextOverloads
Method or attribute name: uniform3fv(location: WebGLUniformLocation \| null, data: Float32List, srcOffset?: GLuint, srcLength?: GLuint): void;
|Class name: WebGL2RenderingContextOverloads
Method or attribute name: uniform3fv(location: webgl.WebGLUniformLocation \| null, data: webgl.Float32List, srcOffset?: webgl.GLuint, srcLength?: webgl.GLuint): void;
|webgl2.d.ts| +|Function changed|Class name: WebGL2RenderingContextOverloads
Method or attribute name: uniform4fv(location: WebGLUniformLocation \| null, data: Float32List, srcOffset?: GLuint, srcLength?: GLuint): void;
|Class name: WebGL2RenderingContextOverloads
Method or attribute name: uniform4fv(location: webgl.WebGLUniformLocation \| null, data: webgl.Float32List, srcOffset?: webgl.GLuint, srcLength?: webgl.GLuint): void;
|webgl2.d.ts| +|Function changed|Class name: WebGL2RenderingContextOverloads
Method or attribute name: uniform1iv(location: WebGLUniformLocation \| null, data: Int32List, srcOffset?: GLuint, srcLength?: GLuint): void;
|Class name: WebGL2RenderingContextOverloads
Method or attribute name: uniform1iv(location: webgl.WebGLUniformLocation \| null, data: webgl.Int32List, srcOffset?: webgl.GLuint, srcLength?: webgl.GLuint): void;
|webgl2.d.ts| +|Function changed|Class name: WebGL2RenderingContextOverloads
Method or attribute name: uniform2iv(location: WebGLUniformLocation \| null, data: Int32List, srcOffset?: GLuint, srcLength?: GLuint): void;
|Class name: WebGL2RenderingContextOverloads
Method or attribute name: uniform2iv(location: webgl.WebGLUniformLocation \| null, data: webgl.Int32List, srcOffset?: webgl.GLuint, srcLength?: webgl.GLuint): void;
|webgl2.d.ts| +|Function changed|Class name: WebGL2RenderingContextOverloads
Method or attribute name: uniform3iv(location: WebGLUniformLocation \| null, data: Int32List, srcOffset?: GLuint, srcLength?: GLuint): void;
|Class name: WebGL2RenderingContextOverloads
Method or attribute name: uniform3iv(location: webgl.WebGLUniformLocation \| null, data: webgl.Int32List, srcOffset?: webgl.GLuint, srcLength?: webgl.GLuint): void;
|webgl2.d.ts| +|Function changed|Class name: WebGL2RenderingContextOverloads
Method or attribute name: uniform4iv(location: WebGLUniformLocation \| null, data: Int32List, srcOffset?: GLuint, srcLength?: GLuint): void;
|Class name: WebGL2RenderingContextOverloads
Method or attribute name: uniform4iv(location: webgl.WebGLUniformLocation \| null, data: webgl.Int32List, srcOffset?: webgl.GLuint, srcLength?: webgl.GLuint): void;
|webgl2.d.ts| +|Function changed|Class name: WebGL2RenderingContextOverloads
Method or attribute name: uniformMatrix2fv(location: WebGLUniformLocation \| null, transpose: GLboolean, data: Float32List, srcOffset?: GLuint, srcLength?: GLuint): void;
|Class name: WebGL2RenderingContextOverloads
Method or attribute name: uniformMatrix2fv(location: webgl.WebGLUniformLocation \| null, transpose: webgl.GLboolean, data: webgl.Float32List, srcOffset?: webgl.GLuint, srcLength?: webgl.GLuint): void;
|webgl2.d.ts| +|Function changed|Class name: WebGL2RenderingContextOverloads
Method or attribute name: uniformMatrix3fv(location: WebGLUniformLocation \| null, transpose: GLboolean, data: Float32List, srcOffset?: GLuint, srcLength?: GLuint): void;
|Class name: WebGL2RenderingContextOverloads
Method or attribute name: uniformMatrix3fv(location: webgl.WebGLUniformLocation \| null, transpose: webgl.GLboolean, data: webgl.Float32List, srcOffset?: webgl.GLuint, srcLength?: webgl.GLuint): void;
|webgl2.d.ts| +|Function changed|Class name: WebGL2RenderingContextOverloads
Method or attribute name: uniformMatrix4fv(location: WebGLUniformLocation \| null, transpose: GLboolean, data: Float32List, srcOffset?: GLuint, srcLength?: GLuint): void;
|Class name: WebGL2RenderingContextOverloads
Method or attribute name: uniformMatrix4fv(location: webgl.WebGLUniformLocation \| null, transpose: webgl.GLboolean, data: webgl.Float32List, srcOffset?: webgl.GLuint, srcLength?: webgl.GLuint): void;
|webgl2.d.ts| diff --git a/en/release-notes/api-diff/v3.2-Release/js-apidiff-misc.md b/en/release-notes/api-diff/v3.2-Release/js-apidiff-misc.md new file mode 100644 index 0000000000000000000000000000000000000000..687801249c9482697554f3e8f0eb7f3b37a4af27 --- /dev/null +++ b/en/release-notes/api-diff/v3.2-Release/js-apidiff-misc.md @@ -0,0 +1,622 @@ +| Change Type | Old Version | New Version | d.ts File | +| ---- | ------ | ------ | -------- | +|Added|NA|Module name: ohos.inputMethod
Class name: inputMethod|@ohos.inputMethod.d.ts| +|Added|NA|Module name: ohos.inputMethod
Class name: inputMethod
Method or attribute name: const MAX_TYPE_NUM: number|@ohos.inputMethod.d.ts| +|Added|NA|Module name: ohos.inputMethod
Class name: inputMethod
Method or attribute name: function getInputMethodSetting(): InputMethodSetting;|@ohos.inputMethod.d.ts| +|Added|NA|Module name: ohos.inputMethod
Class name: inputMethod
Method or attribute name: function getInputMethodController(): InputMethodController;|@ohos.inputMethod.d.ts| +|Added|NA|Module name: ohos.inputMethod
Class name: inputMethod
Method or attribute name: function getSetting(): InputMethodSetting;|@ohos.inputMethod.d.ts| +|Added|NA|Module name: ohos.inputMethod
Class name: inputMethod
Method or attribute name: function getController(): InputMethodController;|@ohos.inputMethod.d.ts| +|Added|NA|Module name: ohos.inputMethod
Class name: inputMethod
Method or attribute name: function switchInputMethod(target: InputMethodProperty, callback: AsyncCallback\): void;|@ohos.inputMethod.d.ts| +|Added|NA|Module name: ohos.inputMethod
Class name: inputMethod
Method or attribute name: function switchInputMethod(target: InputMethodProperty): Promise\;|@ohos.inputMethod.d.ts| +|Added|NA|Module name: ohos.inputMethod
Class name: inputMethod
Method or attribute name: function getCurrentInputMethod(): InputMethodProperty;|@ohos.inputMethod.d.ts| +|Added|NA|Module name: ohos.inputMethod
Class name: inputMethod
Method or attribute name: function switchCurrentInputMethodSubtype(target: InputMethodSubtype, callback: AsyncCallback\): void;|@ohos.inputMethod.d.ts| +|Added|NA|Module name: ohos.inputMethod
Class name: inputMethod
Method or attribute name: function switchCurrentInputMethodSubtype(target: InputMethodSubtype): Promise\;|@ohos.inputMethod.d.ts| +|Added|NA|Module name: ohos.inputMethod
Class name: inputMethod
Method or attribute name: function getCurrentInputMethodSubtype(): InputMethodSubtype;|@ohos.inputMethod.d.ts| +|Added|NA|Module name: ohos.inputMethod
Class name: inputMethod
Method or attribute name: function switchCurrentInputMethodAndSubtype(inputMethodProperty: InputMethodProperty, inputMethodSubtype: InputMethodSubtype, callback: AsyncCallback\): void;|@ohos.inputMethod.d.ts| +|Added|NA|Module name: ohos.inputMethod
Class name: inputMethod
Method or attribute name: function switchCurrentInputMethodAndSubtype(inputMethodProperty: InputMethodProperty, inputMethodSubtype: InputMethodSubtype): Promise\;|@ohos.inputMethod.d.ts| +|Added|NA|Module name: ohos.inputMethod
Class name: InputMethodSetting|@ohos.inputMethod.d.ts| +|Added|NA|Module name: ohos.inputMethod
Class name: InputMethodSetting
Method or attribute name: on(type: 'imeChange', callback: (inputMethodProperty: InputMethodProperty, inputMethodSubtype: InputMethodSubtype) => void): void;|@ohos.inputMethod.d.ts| +|Added|NA|Module name: ohos.inputMethod
Class name: InputMethodSetting
Method or attribute name: off(type: 'imeChange', callback?: (inputMethodProperty: InputMethodProperty, inputMethodSubtype: InputMethodSubtype) => void): void;|@ohos.inputMethod.d.ts| +|Added|NA|Module name: ohos.inputMethod
Class name: InputMethodSetting
Method or attribute name: listInputMethodSubtype(inputMethodProperty: InputMethodProperty, callback: AsyncCallback\>): void;|@ohos.inputMethod.d.ts| +|Added|NA|Module name: ohos.inputMethod
Class name: InputMethodSetting
Method or attribute name: listInputMethodSubtype(inputMethodProperty: InputMethodProperty): Promise\>;|@ohos.inputMethod.d.ts| +|Added|NA|Module name: ohos.inputMethod
Class name: InputMethodSetting
Method or attribute name: listCurrentInputMethodSubtype(callback: AsyncCallback\>): void;|@ohos.inputMethod.d.ts| +|Added|NA|Module name: ohos.inputMethod
Class name: InputMethodSetting
Method or attribute name: listCurrentInputMethodSubtype(): Promise\>;|@ohos.inputMethod.d.ts| +|Added|NA|Module name: ohos.inputMethod
Class name: InputMethodSetting
Method or attribute name: getInputMethods(enable: boolean, callback: AsyncCallback\>): void;|@ohos.inputMethod.d.ts| +|Added|NA|Module name: ohos.inputMethod
Class name: InputMethodSetting
Method or attribute name: getInputMethods(enable: boolean): Promise\>;|@ohos.inputMethod.d.ts| +|Added|NA|Module name: ohos.inputMethod
Class name: InputMethodSetting
Method or attribute name: listInputMethod(callback: AsyncCallback\>): void;|@ohos.inputMethod.d.ts| +|Added|NA|Module name: ohos.inputMethod
Class name: InputMethodSetting
Method or attribute name: listInputMethod(): Promise\>;|@ohos.inputMethod.d.ts| +|Added|NA|Module name: ohos.inputMethod
Class name: InputMethodSetting
Method or attribute name: showOptionalInputMethods(callback: AsyncCallback\): void;|@ohos.inputMethod.d.ts| +|Added|NA|Module name: ohos.inputMethod
Class name: InputMethodSetting
Method or attribute name: showOptionalInputMethods(): Promise\;|@ohos.inputMethod.d.ts| +|Added|NA|Module name: ohos.inputMethod
Class name: InputMethodSetting
Method or attribute name: displayOptionalInputMethod(callback: AsyncCallback\): void;|@ohos.inputMethod.d.ts| +|Added|NA|Module name: ohos.inputMethod
Class name: InputMethodSetting
Method or attribute name: displayOptionalInputMethod(): Promise\;|@ohos.inputMethod.d.ts| +|Added|NA|Module name: ohos.inputMethod
Class name: InputMethodController|@ohos.inputMethod.d.ts| +|Added|NA|Module name: ohos.inputMethod
Class name: InputMethodController
Method or attribute name: stopInputSession(callback: AsyncCallback\): void;|@ohos.inputMethod.d.ts| +|Added|NA|Module name: ohos.inputMethod
Class name: InputMethodController
Method or attribute name: stopInputSession(): Promise\;|@ohos.inputMethod.d.ts| +|Added|NA|Module name: ohos.inputMethod
Class name: InputMethodController
Method or attribute name: stopInput(callback: AsyncCallback\): void;|@ohos.inputMethod.d.ts| +|Added|NA|Module name: ohos.inputMethod
Class name: InputMethodController
Method or attribute name: stopInput(): Promise\;|@ohos.inputMethod.d.ts| +|Added|NA|Module name: ohos.inputMethod
Class name: InputMethodController
Method or attribute name: showSoftKeyboard(callback: AsyncCallback\): void;|@ohos.inputMethod.d.ts| +|Added|NA|Module name: ohos.inputMethod
Class name: InputMethodController
Method or attribute name: showSoftKeyboard():Promise\;|@ohos.inputMethod.d.ts| +|Added|NA|Module name: ohos.inputMethod
Class name: InputMethodController
Method or attribute name: hideSoftKeyboard(callback: AsyncCallback\): void;|@ohos.inputMethod.d.ts| +|Added|NA|Module name: ohos.inputMethod
Class name: InputMethodController
Method or attribute name: hideSoftKeyboard():Promise\;|@ohos.inputMethod.d.ts| +|Added|NA|Module name: ohos.inputMethod
Class name: InputMethodProperty|@ohos.inputMethod.d.ts| +|Added|NA|Module name: ohos.inputMethod
Class name: InputMethodProperty
Method or attribute name: readonly packageName: string;|@ohos.inputMethod.d.ts| +|Added|NA|Module name: ohos.inputMethod
Class name: InputMethodProperty
Method or attribute name: readonly methodId: string;|@ohos.inputMethod.d.ts| +|Added|NA|Module name: ohos.inputMethod
Class name: InputMethodProperty
Method or attribute name: readonly name: string;|@ohos.inputMethod.d.ts| +|Added|NA|Module name: ohos.inputMethod
Class name: InputMethodProperty
Method or attribute name: readonly id: string;|@ohos.inputMethod.d.ts| +|Added|NA|Module name: ohos.inputMethod
Class name: InputMethodProperty
Method or attribute name: readonly label?: string;|@ohos.inputMethod.d.ts| +|Added|NA|Module name: ohos.inputMethod
Class name: InputMethodProperty
Method or attribute name: readonly icon?: string;|@ohos.inputMethod.d.ts| +|Added|NA|Module name: ohos.inputMethod
Class name: InputMethodProperty
Method or attribute name: readonly iconId?: number;|@ohos.inputMethod.d.ts| +|Added|NA|Module name: ohos.inputMethod
Class name: InputMethodProperty
Method or attribute name: extra: object;|@ohos.inputMethod.d.ts| +|Added|NA|Module name: ohos.inputMethodEngine
Class name: inputMethodEngine|@ohos.inputMethodEngine.d.ts| +|Added|NA|Module name: ohos.inputMethodEngine
Class name: inputMethodEngine
Method or attribute name: const ENTER_KEY_TYPE_UNSPECIFIED: number;|@ohos.inputMethodEngine.d.ts| +|Added|NA|Module name: ohos.inputMethodEngine
Class name: inputMethodEngine
Method or attribute name: const ENTER_KEY_TYPE_GO: number;|@ohos.inputMethodEngine.d.ts| +|Added|NA|Module name: ohos.inputMethodEngine
Class name: inputMethodEngine
Method or attribute name: const ENTER_KEY_TYPE_SEARCH: number;|@ohos.inputMethodEngine.d.ts| +|Added|NA|Module name: ohos.inputMethodEngine
Class name: inputMethodEngine
Method or attribute name: const ENTER_KEY_TYPE_SEND: number;|@ohos.inputMethodEngine.d.ts| +|Added|NA|Module name: ohos.inputMethodEngine
Class name: inputMethodEngine
Method or attribute name: const ENTER_KEY_TYPE_NEXT: number;|@ohos.inputMethodEngine.d.ts| +|Added|NA|Module name: ohos.inputMethodEngine
Class name: inputMethodEngine
Method or attribute name: const ENTER_KEY_TYPE_DONE: number;|@ohos.inputMethodEngine.d.ts| +|Added|NA|Module name: ohos.inputMethodEngine
Class name: inputMethodEngine
Method or attribute name: const ENTER_KEY_TYPE_PREVIOUS: number;|@ohos.inputMethodEngine.d.ts| +|Added|NA|Module name: ohos.inputMethodEngine
Class name: inputMethodEngine
Method or attribute name: const PATTERN_NULL: number;|@ohos.inputMethodEngine.d.ts| +|Added|NA|Module name: ohos.inputMethodEngine
Class name: inputMethodEngine
Method or attribute name: const PATTERN_TEXT: number;|@ohos.inputMethodEngine.d.ts| +|Added|NA|Module name: ohos.inputMethodEngine
Class name: inputMethodEngine
Method or attribute name: const PATTERN_NUMBER: number;|@ohos.inputMethodEngine.d.ts| +|Added|NA|Module name: ohos.inputMethodEngine
Class name: inputMethodEngine
Method or attribute name: const PATTERN_PHONE: number;|@ohos.inputMethodEngine.d.ts| +|Added|NA|Module name: ohos.inputMethodEngine
Class name: inputMethodEngine
Method or attribute name: const PATTERN_DATETIME: number;|@ohos.inputMethodEngine.d.ts| +|Added|NA|Module name: ohos.inputMethodEngine
Class name: inputMethodEngine
Method or attribute name: const PATTERN_EMAIL: number;|@ohos.inputMethodEngine.d.ts| +|Added|NA|Module name: ohos.inputMethodEngine
Class name: inputMethodEngine
Method or attribute name: const PATTERN_URI: number;|@ohos.inputMethodEngine.d.ts| +|Added|NA|Module name: ohos.inputMethodEngine
Class name: inputMethodEngine
Method or attribute name: const PATTERN_PASSWORD: number;|@ohos.inputMethodEngine.d.ts| +|Added|NA|Module name: ohos.inputMethodEngine
Class name: inputMethodEngine
Method or attribute name: const FLAG_SELECTING: number;|@ohos.inputMethodEngine.d.ts| +|Added|NA|Module name: ohos.inputMethodEngine
Class name: inputMethodEngine
Method or attribute name: const FLAG_SINGLE_LINE: number;|@ohos.inputMethodEngine.d.ts| +|Added|NA|Module name: ohos.inputMethodEngine
Class name: inputMethodEngine
Method or attribute name: const DISPLAY_MODE_PART: number;|@ohos.inputMethodEngine.d.ts| +|Added|NA|Module name: ohos.inputMethodEngine
Class name: inputMethodEngine
Method or attribute name: const DISPLAY_MODE_FULL: number;|@ohos.inputMethodEngine.d.ts| +|Added|NA|Module name: ohos.inputMethodEngine
Class name: inputMethodEngine
Method or attribute name: const OPTION_ASCII: number;|@ohos.inputMethodEngine.d.ts| +|Added|NA|Module name: ohos.inputMethodEngine
Class name: inputMethodEngine
Method or attribute name: const OPTION_NONE: number;|@ohos.inputMethodEngine.d.ts| +|Added|NA|Module name: ohos.inputMethodEngine
Class name: inputMethodEngine
Method or attribute name: const OPTION_AUTO_CAP_CHARACTERS: number;|@ohos.inputMethodEngine.d.ts| +|Added|NA|Module name: ohos.inputMethodEngine
Class name: inputMethodEngine
Method or attribute name: const OPTION_AUTO_CAP_SENTENCES: number;|@ohos.inputMethodEngine.d.ts| +|Added|NA|Module name: ohos.inputMethodEngine
Class name: inputMethodEngine
Method or attribute name: const OPTION_AUTO_WORDS: number;|@ohos.inputMethodEngine.d.ts| +|Added|NA|Module name: ohos.inputMethodEngine
Class name: inputMethodEngine
Method or attribute name: const OPTION_MULTI_LINE: number;|@ohos.inputMethodEngine.d.ts| +|Added|NA|Module name: ohos.inputMethodEngine
Class name: inputMethodEngine
Method or attribute name: const OPTION_NO_FULLSCREEN: number;|@ohos.inputMethodEngine.d.ts| +|Added|NA|Module name: ohos.inputMethodEngine
Class name: inputMethodEngine
Method or attribute name: const CURSOR_UP: number;|@ohos.inputMethodEngine.d.ts| +|Added|NA|Module name: ohos.inputMethodEngine
Class name: inputMethodEngine
Method or attribute name: const CURSOR_DOWN: number;|@ohos.inputMethodEngine.d.ts| +|Added|NA|Module name: ohos.inputMethodEngine
Class name: inputMethodEngine
Method or attribute name: const CURSOR_LEFT: number;|@ohos.inputMethodEngine.d.ts| +|Added|NA|Module name: ohos.inputMethodEngine
Class name: inputMethodEngine
Method or attribute name: const CURSOR_RIGHT: number;|@ohos.inputMethodEngine.d.ts| +|Added|NA|Module name: ohos.inputMethodEngine
Class name: inputMethodEngine
Method or attribute name: const WINDOW_TYPE_INPUT_METHOD_FLOAT: number;|@ohos.inputMethodEngine.d.ts| +|Added|NA|Module name: ohos.inputMethodEngine
Class name: inputMethodEngine
Method or attribute name: function getInputMethodAbility(): InputMethodAbility;|@ohos.inputMethodEngine.d.ts| +|Added|NA|Module name: ohos.inputMethodEngine
Class name: inputMethodEngine
Method or attribute name: function getInputMethodEngine(): InputMethodEngine;|@ohos.inputMethodEngine.d.ts| +|Added|NA|Module name: ohos.inputMethodEngine
Class name: inputMethodEngine
Method or attribute name: function getKeyboardDelegate(): KeyboardDelegate;|@ohos.inputMethodEngine.d.ts| +|Added|NA|Module name: ohos.inputMethodEngine
Class name: inputMethodEngine
Method or attribute name: function createKeyboardDelegate(): KeyboardDelegate;|@ohos.inputMethodEngine.d.ts| +|Added|NA|Module name: ohos.inputMethodEngine
Class name: KeyboardController|@ohos.inputMethodEngine.d.ts| +|Added|NA|Module name: ohos.inputMethodEngine
Class name: KeyboardController
Method or attribute name: hide(callback: AsyncCallback\): void;|@ohos.inputMethodEngine.d.ts| +|Added|NA|Module name: ohos.inputMethodEngine
Class name: KeyboardController
Method or attribute name: hide(): Promise\;|@ohos.inputMethodEngine.d.ts| +|Added|NA|Module name: ohos.inputMethodEngine
Class name: KeyboardController
Method or attribute name: hideKeyboard(callback: AsyncCallback\): void;|@ohos.inputMethodEngine.d.ts| +|Added|NA|Module name: ohos.inputMethodEngine
Class name: KeyboardController
Method or attribute name: hideKeyboard(): Promise\;|@ohos.inputMethodEngine.d.ts| +|Added|NA|Module name: ohos.inputMethodEngine
Class name: InputMethodEngine|@ohos.inputMethodEngine.d.ts| +|Added|NA|Module name: ohos.inputMethodEngine
Class name: InputMethodEngine
Method or attribute name: on(type: 'inputStart', callback: (kbController: KeyboardController, textInputClient: TextInputClient) => void): void;|@ohos.inputMethodEngine.d.ts| +|Added|NA|Module name: ohos.inputMethodEngine
Class name: InputMethodEngine
Method or attribute name: off(type: 'inputStart', callback?: (kbController: KeyboardController, textInputClient: TextInputClient) => void): void;|@ohos.inputMethodEngine.d.ts| +|Added|NA|Module name: ohos.inputMethodEngine
Class name: InputMethodEngine
Method or attribute name: on(type: 'keyboardShow'\|'keyboardHide', callback: () => void): void;|@ohos.inputMethodEngine.d.ts| +|Added|NA|Module name: ohos.inputMethodEngine
Class name: InputMethodEngine
Method or attribute name: on(type: 'keyboardShow'\|'keyboardHide', callback: () => void): void;|@ohos.inputMethodEngine.d.ts| +|Added|NA|Module name: ohos.inputMethodEngine
Class name: InputMethodEngine
Method or attribute name: off(type: 'keyboardShow'\|'keyboardHide', callback?: () => void): void;|@ohos.inputMethodEngine.d.ts| +|Added|NA|Module name: ohos.inputMethodEngine
Class name: InputMethodEngine
Method or attribute name: off(type: 'keyboardShow'\|'keyboardHide', callback?: () => void): void;|@ohos.inputMethodEngine.d.ts| +|Added|NA|Module name: ohos.inputMethodEngine
Class name: InputMethodAbility|@ohos.inputMethodEngine.d.ts| +|Added|NA|Module name: ohos.inputMethodEngine
Class name: InputMethodAbility
Method or attribute name: on(type: 'inputStart', callback: (kbController: KeyboardController, inputClient: InputClient) => void): void;|@ohos.inputMethodEngine.d.ts| +|Added|NA|Module name: ohos.inputMethodEngine
Class name: InputMethodAbility
Method or attribute name: off(type: 'inputStart', callback?: (kbController: KeyboardController, inputClient: InputClient) => void): void;|@ohos.inputMethodEngine.d.ts| +|Added|NA|Module name: ohos.inputMethodEngine
Class name: InputMethodAbility
Method or attribute name: on(type: 'inputStop', callback: () => void): void;|@ohos.inputMethodEngine.d.ts| +|Added|NA|Module name: ohos.inputMethodEngine
Class name: InputMethodAbility
Method or attribute name: off(type: 'inputStop', callback: () => void): void;|@ohos.inputMethodEngine.d.ts| +|Added|NA|Module name: ohos.inputMethodEngine
Class name: InputMethodAbility
Method or attribute name: on(type: 'setCallingWindow', callback: (wid:number) => void): void;|@ohos.inputMethodEngine.d.ts| +|Added|NA|Module name: ohos.inputMethodEngine
Class name: InputMethodAbility
Method or attribute name: off(type: 'setCallingWindow', callback: (wid:number) => void): void;|@ohos.inputMethodEngine.d.ts| +|Added|NA|Module name: ohos.inputMethodEngine
Class name: InputMethodAbility
Method or attribute name: on(type: 'keyboardShow'\|'keyboardHide', callback: () => void): void;|@ohos.inputMethodEngine.d.ts| +|Added|NA|Module name: ohos.inputMethodEngine
Class name: InputMethodAbility
Method or attribute name: on(type: 'keyboardShow'\|'keyboardHide', callback: () => void): void;|@ohos.inputMethodEngine.d.ts| +|Added|NA|Module name: ohos.inputMethodEngine
Class name: InputMethodAbility
Method or attribute name: off(type: 'keyboardShow'\|'keyboardHide', callback?: () => void): void;|@ohos.inputMethodEngine.d.ts| +|Added|NA|Module name: ohos.inputMethodEngine
Class name: InputMethodAbility
Method or attribute name: off(type: 'keyboardShow'\|'keyboardHide', callback?: () => void): void;|@ohos.inputMethodEngine.d.ts| +|Added|NA|Module name: ohos.inputMethodEngine
Class name: InputMethodAbility
Method or attribute name: on(type: 'setSubtype', callback: (inputMethodSubtype: InputMethodSubtype) => void): void;|@ohos.inputMethodEngine.d.ts| +|Added|NA|Module name: ohos.inputMethodEngine
Class name: InputMethodAbility
Method or attribute name: off(type: 'setSubtype', callback?: (inputMethodSubtype: InputMethodSubtype) => void): void;|@ohos.inputMethodEngine.d.ts| +|Added|NA|Module name: ohos.inputMethodEngine
Class name: TextInputClient|@ohos.inputMethodEngine.d.ts| +|Added|NA|Module name: ohos.inputMethodEngine
Class name: TextInputClient
Method or attribute name: sendKeyFunction(action: number, callback: AsyncCallback\): void;|@ohos.inputMethodEngine.d.ts| +|Added|NA|Module name: ohos.inputMethodEngine
Class name: TextInputClient
Method or attribute name: sendKeyFunction(action: number): Promise\;|@ohos.inputMethodEngine.d.ts| +|Added|NA|Module name: ohos.inputMethodEngine
Class name: TextInputClient
Method or attribute name: deleteForward(length: number, callback: AsyncCallback\): void;|@ohos.inputMethodEngine.d.ts| +|Added|NA|Module name: ohos.inputMethodEngine
Class name: TextInputClient
Method or attribute name: deleteForward(length: number): Promise\;|@ohos.inputMethodEngine.d.ts| +|Added|NA|Module name: ohos.inputMethodEngine
Class name: TextInputClient
Method or attribute name: deleteBackward(length: number, callback: AsyncCallback\): void;|@ohos.inputMethodEngine.d.ts| +|Added|NA|Module name: ohos.inputMethodEngine
Class name: TextInputClient
Method or attribute name: deleteBackward(length: number): Promise\;|@ohos.inputMethodEngine.d.ts| +|Added|NA|Module name: ohos.inputMethodEngine
Class name: TextInputClient
Method or attribute name: insertText(text: string, callback: AsyncCallback\): void;|@ohos.inputMethodEngine.d.ts| +|Added|NA|Module name: ohos.inputMethodEngine
Class name: TextInputClient
Method or attribute name: insertText(text: string): Promise\;|@ohos.inputMethodEngine.d.ts| +|Added|NA|Module name: ohos.inputMethodEngine
Class name: TextInputClient
Method or attribute name: getForward(length: number, callback: AsyncCallback\): void;|@ohos.inputMethodEngine.d.ts| +|Added|NA|Module name: ohos.inputMethodEngine
Class name: TextInputClient
Method or attribute name: getForward(length: number): Promise\;|@ohos.inputMethodEngine.d.ts| +|Added|NA|Module name: ohos.inputMethodEngine
Class name: TextInputClient
Method or attribute name: getBackward(length: number, callback: AsyncCallback\): void;|@ohos.inputMethodEngine.d.ts| +|Added|NA|Module name: ohos.inputMethodEngine
Class name: TextInputClient
Method or attribute name: getBackward(length: number): Promise\;|@ohos.inputMethodEngine.d.ts| +|Added|NA|Module name: ohos.inputMethodEngine
Class name: TextInputClient
Method or attribute name: getEditorAttribute(callback: AsyncCallback\): void;|@ohos.inputMethodEngine.d.ts| +|Added|NA|Module name: ohos.inputMethodEngine
Class name: TextInputClient
Method or attribute name: getEditorAttribute(): Promise\;|@ohos.inputMethodEngine.d.ts| +|Added|NA|Module name: ohos.inputMethodEngine
Class name: InputClient|@ohos.inputMethodEngine.d.ts| +|Added|NA|Module name: ohos.inputMethodEngine
Class name: InputClient
Method or attribute name: sendKeyFunction(action: number, callback: AsyncCallback\): void;|@ohos.inputMethodEngine.d.ts| +|Added|NA|Module name: ohos.inputMethodEngine
Class name: InputClient
Method or attribute name: sendKeyFunction(action: number): Promise\;|@ohos.inputMethodEngine.d.ts| +|Added|NA|Module name: ohos.inputMethodEngine
Class name: InputClient
Method or attribute name: deleteForward(length: number, callback: AsyncCallback\): void;|@ohos.inputMethodEngine.d.ts| +|Added|NA|Module name: ohos.inputMethodEngine
Class name: InputClient
Method or attribute name: deleteForward(length: number): Promise\;|@ohos.inputMethodEngine.d.ts| +|Added|NA|Module name: ohos.inputMethodEngine
Class name: InputClient
Method or attribute name: deleteBackward(length: number, callback: AsyncCallback\): void;|@ohos.inputMethodEngine.d.ts| +|Added|NA|Module name: ohos.inputMethodEngine
Class name: InputClient
Method or attribute name: deleteBackward(length: number): Promise\;|@ohos.inputMethodEngine.d.ts| +|Added|NA|Module name: ohos.inputMethodEngine
Class name: InputClient
Method or attribute name: insertText(text: string, callback: AsyncCallback\): void;|@ohos.inputMethodEngine.d.ts| +|Added|NA|Module name: ohos.inputMethodEngine
Class name: InputClient
Method or attribute name: insertText(text: string): Promise\;|@ohos.inputMethodEngine.d.ts| +|Added|NA|Module name: ohos.inputMethodEngine
Class name: InputClient
Method or attribute name: getForward(length: number, callback: AsyncCallback\): void;|@ohos.inputMethodEngine.d.ts| +|Added|NA|Module name: ohos.inputMethodEngine
Class name: InputClient
Method or attribute name: getForward(length: number): Promise\;|@ohos.inputMethodEngine.d.ts| +|Added|NA|Module name: ohos.inputMethodEngine
Class name: InputClient
Method or attribute name: getBackward(length: number, callback: AsyncCallback\): void;|@ohos.inputMethodEngine.d.ts| +|Added|NA|Module name: ohos.inputMethodEngine
Class name: InputClient
Method or attribute name: getBackward(length: number): Promise\;|@ohos.inputMethodEngine.d.ts| +|Added|NA|Module name: ohos.inputMethodEngine
Class name: InputClient
Method or attribute name: getEditorAttribute(callback: AsyncCallback\): void;|@ohos.inputMethodEngine.d.ts| +|Added|NA|Module name: ohos.inputMethodEngine
Class name: InputClient
Method or attribute name: getEditorAttribute(): Promise\;|@ohos.inputMethodEngine.d.ts| +|Added|NA|Module name: ohos.inputMethodEngine
Class name: InputClient
Method or attribute name: moveCursor(direction: number, callback: AsyncCallback\): void;|@ohos.inputMethodEngine.d.ts| +|Added|NA|Module name: ohos.inputMethodEngine
Class name: InputClient
Method or attribute name: moveCursor(direction: number): Promise\;|@ohos.inputMethodEngine.d.ts| +|Added|NA|Module name: ohos.inputMethodEngine
Class name: KeyboardDelegate|@ohos.inputMethodEngine.d.ts| +|Added|NA|Module name: ohos.inputMethodEngine
Class name: KeyboardDelegate
Method or attribute name: on(type: 'keyDown'\|'keyUp', callback: (event: KeyEvent) => boolean): void;|@ohos.inputMethodEngine.d.ts| +|Added|NA|Module name: ohos.inputMethodEngine
Class name: KeyboardDelegate
Method or attribute name: on(type: 'keyDown'\|'keyUp', callback: (event: KeyEvent) => boolean): void;|@ohos.inputMethodEngine.d.ts| +|Added|NA|Module name: ohos.inputMethodEngine
Class name: KeyboardDelegate
Method or attribute name: off(type: 'keyDown'\|'keyUp', callback?: (event: KeyEvent) => boolean): void;|@ohos.inputMethodEngine.d.ts| +|Added|NA|Module name: ohos.inputMethodEngine
Class name: KeyboardDelegate
Method or attribute name: off(type: 'keyDown'\|'keyUp', callback?: (event: KeyEvent) => boolean): void;|@ohos.inputMethodEngine.d.ts| +|Added|NA|Module name: ohos.inputMethodEngine
Class name: KeyboardDelegate
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
Class name: KeyboardDelegate
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
Class name: KeyboardDelegate
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
Class name: KeyboardDelegate
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
Class name: KeyboardDelegate
Method or attribute name: on(type: 'textChange', callback: (text: string) => void): void;|@ohos.inputMethodEngine.d.ts| +|Added|NA|Module name: ohos.inputMethodEngine
Class name: KeyboardDelegate
Method or attribute name: off(type: 'textChange', callback?: (text: string) => void): void;|@ohos.inputMethodEngine.d.ts| +|Added|NA|Module name: ohos.inputMethodEngine
Class name: EditorAttribute|@ohos.inputMethodEngine.d.ts| +|Added|NA|Module name: ohos.inputMethodEngine
Class name: EditorAttribute
Method or attribute name: readonly inputPattern: number;|@ohos.inputMethodEngine.d.ts| +|Added|NA|Module name: ohos.inputMethodEngine
Class name: EditorAttribute
Method or attribute name: readonly enterKeyType: number;|@ohos.inputMethodEngine.d.ts| +|Added|NA|Module name: ohos.inputMethodEngine
Class name: KeyEvent|@ohos.inputMethodEngine.d.ts| +|Added|NA|Module name: ohos.inputMethodEngine
Class name: KeyEvent
Method or attribute name: readonly keyCode: number;|@ohos.inputMethodEngine.d.ts| +|Added|NA|Module name: ohos.inputMethodEngine
Class name: KeyEvent
Method or attribute name: readonly keyAction: number;|@ohos.inputMethodEngine.d.ts| +|Added|NA|Module name: ohos.InputMethodExtensionAbility
Class name: InputMethodExtensionAbility|@ohos.InputMethodExtensionAbility.d.ts| +|Added|NA|Module name: ohos.InputMethodExtensionAbility
Class name: InputMethodExtensionAbility
Method or attribute name: context: InputMethodExtensionContext;|@ohos.InputMethodExtensionAbility.d.ts| +|Added|NA|Module name: ohos.InputMethodExtensionAbility
Class name: InputMethodExtensionAbility
Method or attribute name: onCreate(want: Want): void;|@ohos.InputMethodExtensionAbility.d.ts| +|Added|NA|Module name: ohos.InputMethodExtensionAbility
Class name: InputMethodExtensionAbility
Method or attribute name: onDestroy(): void;|@ohos.InputMethodExtensionAbility.d.ts| +|Added|NA|Module name: ohos.InputMethodExtensionContext
Class name: InputMethodExtensionContext|@ohos.InputMethodExtensionContext.d.ts| +|Added|NA|Module name: ohos.InputMethodExtensionContext
Class name: InputMethodExtensionContext
Method or attribute name: destroy(callback: AsyncCallback\): void;|@ohos.InputMethodExtensionContext.d.ts| +|Added|NA|Module name: ohos.InputMethodExtensionContext
Class name: InputMethodExtensionContext
Method or attribute name: destroy(): Promise\;|@ohos.InputMethodExtensionContext.d.ts| +|Added|NA|Module name: ohos.InputMethodSubtype
Class name: InputMethodSubtype|@ohos.InputMethodSubtype.d.ts| +|Added|NA|Module name: ohos.InputMethodSubtype
Class name: InputMethodSubtype
Method or attribute name: readonly label?: string;|@ohos.InputMethodSubtype.d.ts| +|Added|NA|Module name: ohos.InputMethodSubtype
Class name: InputMethodSubtype
Method or attribute name: readonly name: string;|@ohos.InputMethodSubtype.d.ts| +|Added|NA|Module name: ohos.InputMethodSubtype
Class name: InputMethodSubtype
Method or attribute name: readonly id: string;|@ohos.InputMethodSubtype.d.ts| +|Added|NA|Module name: ohos.InputMethodSubtype
Class name: InputMethodSubtype
Method or attribute name: readonly mode?: 'upper'\|'lower';|@ohos.InputMethodSubtype.d.ts| +|Added|NA|Module name: ohos.InputMethodSubtype
Class name: InputMethodSubtype
Method or attribute name: readonly locale: string;|@ohos.InputMethodSubtype.d.ts| +|Added|NA|Module name: ohos.InputMethodSubtype
Class name: InputMethodSubtype
Method or attribute name: readonly language: string;|@ohos.InputMethodSubtype.d.ts| +|Added|NA|Module name: ohos.InputMethodSubtype
Class name: InputMethodSubtype
Method or attribute name: readonly icon?: string;|@ohos.InputMethodSubtype.d.ts| +|Added|NA|Module name: ohos.InputMethodSubtype
Class name: InputMethodSubtype
Method or attribute name: readonly iconId?: number;|@ohos.InputMethodSubtype.d.ts| +|Added|NA|Module name: ohos.InputMethodSubtype
Class name: InputMethodSubtype
Method or attribute name: extra: object;|@ohos.InputMethodSubtype.d.ts| +|Added|NA|Class name: pasteboard
Method or attribute name: const MIMETYPE_PIXELMAP: string;|@ohos.pasteboard.d.ts| +|Added|NA|Class name: pasteboard
Method or attribute name: function createData(mimeType: string, value: ValueType): PasteData;|@ohos.pasteboard.d.ts| +|Added|NA|Class name: pasteboard
Method or attribute name: function createRecord(mimeType: string, value: ValueType): PasteDataRecord;|@ohos.pasteboard.d.ts| +|Added|NA|Module name: ohos.pasteboard
Class name: ShareOption|@ohos.pasteboard.d.ts| +|Added|NA|Class name: ShareOption
Method or attribute name: |@ohos.pasteboard.d.ts| +|Added|NA|Module name: ohos.pasteboard
Class name: ShareOption
Method or attribute name: INAPP|@ohos.pasteboard.d.ts| +|Added|NA|Class name: ShareOption
Method or attribute name: INAPP|@ohos.pasteboard.d.ts| +|Added|NA|Module name: ohos.pasteboard
Class name: ShareOption
Method or attribute name: LOCALDEVICE|@ohos.pasteboard.d.ts| +|Added|NA|Class name: ShareOption
Method or attribute name: LOCALDEVICE|@ohos.pasteboard.d.ts| +|Added|NA|Module name: ohos.pasteboard
Class name: ShareOption
Method or attribute name: CROSSDEVICE|@ohos.pasteboard.d.ts| +|Added|NA|Class name: ShareOption
Method or attribute name: CROSSDEVICE|@ohos.pasteboard.d.ts| +|Added|NA|Module name: ohos.pasteboard
Class name: PasteDataProperty
Method or attribute name: shareOption: ShareOption;|@ohos.pasteboard.d.ts| +|Added|NA|Class name: PasteDataProperty
Method or attribute name: shareOption: ShareOption;|@ohos.pasteboard.d.ts| +|Added|NA|Class name: PasteDataRecord
Method or attribute name: pixelMap: image.PixelMap;|@ohos.pasteboard.d.ts| +|Added|NA|Class name: PasteDataRecord
Method or attribute name: data: {

[mimeType: string]: ArrayBuffer

}|@ohos.pasteboard.d.ts| +|Added|NA|Class name: PasteDataRecord
Method or attribute name: toPlainText(): string;|@ohos.pasteboard.d.ts| +|Added|NA|Class name: PasteData
Method or attribute name: addRecord(mimeType: string, value: ValueType): void;|@ohos.pasteboard.d.ts| +|Added|NA|Class name: PasteData
Method or attribute name: getPrimaryPixelMap(): image.PixelMap;|@ohos.pasteboard.d.ts| +|Added|NA|Class name: PasteData
Method or attribute name: setProperty(property: PasteDataProperty): void;|@ohos.pasteboard.d.ts| +|Added|NA|Class name: PasteData
Method or attribute name: getRecord(index: number): PasteDataRecord;|@ohos.pasteboard.d.ts| +|Added|NA|Class name: PasteData
Method or attribute name: hasType(mimeType: string): boolean;|@ohos.pasteboard.d.ts| +|Added|NA|Class name: PasteData
Method or attribute name: removeRecord(index: number): void;|@ohos.pasteboard.d.ts| +|Added|NA|Class name: PasteData
Method or attribute name: replaceRecord(index: number, record: PasteDataRecord): void;|@ohos.pasteboard.d.ts| +|Added|NA|Class name: SystemPasteboard
Method or attribute name: clearData(callback: AsyncCallback\): void;|@ohos.pasteboard.d.ts| +|Added|NA|Class name: SystemPasteboard
Method or attribute name: clearData(): Promise\;|@ohos.pasteboard.d.ts| +|Added|NA|Class name: SystemPasteboard
Method or attribute name: getData(callback: AsyncCallback\): void;|@ohos.pasteboard.d.ts| +|Added|NA|Class name: SystemPasteboard
Method or attribute name: getData(): Promise\;|@ohos.pasteboard.d.ts| +|Added|NA|Class name: SystemPasteboard
Method or attribute name: hasData(callback: AsyncCallback\): void;|@ohos.pasteboard.d.ts| +|Added|NA|Class name: SystemPasteboard
Method or attribute name: hasData(): Promise\;|@ohos.pasteboard.d.ts| +|Added|NA|Class name: SystemPasteboard
Method or attribute name: setData(data: PasteData, callback: AsyncCallback\): void;|@ohos.pasteboard.d.ts| +|Added|NA|Class name: SystemPasteboard
Method or attribute name: setData(data: PasteData): Promise\;|@ohos.pasteboard.d.ts| +|Added|NA|Class name: request
Method or attribute name: const EXCEPTION_PERMISSION: number;|@ohos.request.d.ts| +|Added|NA|Class name: request
Method or attribute name: const EXCEPTION_PARAMCHECK: number;|@ohos.request.d.ts| +|Added|NA|Class name: request
Method or attribute name: const EXCEPTION_UNSUPPORTED: number;|@ohos.request.d.ts| +|Added|NA|Class name: request
Method or attribute name: const EXCEPTION_FILEIO: number;|@ohos.request.d.ts| +|Added|NA|Class name: request
Method or attribute name: const EXCEPTION_FILEPATH: number;|@ohos.request.d.ts| +|Added|NA|Class name: request
Method or attribute name: const EXCEPTION_SERVICE: number;|@ohos.request.d.ts| +|Added|NA|Class name: request
Method or attribute name: const EXCEPTION_OTHERS: number;|@ohos.request.d.ts| +|Added|NA|Class name: request
Method or attribute name: const ERROR_OFFLINE: number;|@ohos.request.d.ts| +|Added|NA|Class name: request
Method or attribute name: const ERROR_UNSUPPORTED_NETWORK_TYPE: number;|@ohos.request.d.ts| +|Added|NA|Class name: request
Method or attribute name: const PAUSED_BY_USER: number;|@ohos.request.d.ts| +|Added|NA|Class name: request
Method or attribute name: function downloadFile(context: BaseContext, config: DownloadConfig, callback: AsyncCallback\): void;|@ohos.request.d.ts| +|Added|NA|Class name: request
Method or attribute name: function downloadFile(context: BaseContext, config: DownloadConfig): Promise\;|@ohos.request.d.ts| +|Added|NA|Class name: request
Method or attribute name: function uploadFile(context: BaseContext, config: UploadConfig, callback: AsyncCallback\): void;|@ohos.request.d.ts| +|Added|NA|Class name: request
Method or attribute name: function uploadFile(context: BaseContext, config: UploadConfig): Promise\;|@ohos.request.d.ts| +|Added|NA|Module name: ohos.request
Class name: DownloadConfig
Method or attribute name: background?: boolean;|@ohos.request.d.ts| +|Added|NA|Class name: DownloadConfig
Method or attribute name: background?: boolean;|@ohos.request.d.ts| +|Added|NA|Class name: DownloadTask
Method or attribute name: delete(callback: AsyncCallback\): void;|@ohos.request.d.ts| +|Added|NA|Class name: DownloadTask
Method or attribute name: delete(): Promise\;|@ohos.request.d.ts| +|Added|NA|Class name: DownloadTask
Method or attribute name: suspend(callback: AsyncCallback\): void;|@ohos.request.d.ts| +|Added|NA|Class name: DownloadTask
Method or attribute name: suspend(): Promise\;|@ohos.request.d.ts| +|Added|NA|Class name: DownloadTask
Method or attribute name: restore(callback: AsyncCallback\): void;|@ohos.request.d.ts| +|Added|NA|Class name: DownloadTask
Method or attribute name: restore(): Promise\;|@ohos.request.d.ts| +|Added|NA|Class name: DownloadTask
Method or attribute name: getTaskInfo(callback: AsyncCallback\): void;|@ohos.request.d.ts| +|Added|NA|Class name: DownloadTask
Method or attribute name: getTaskInfo(): Promise\;|@ohos.request.d.ts| +|Added|NA|Class name: DownloadTask
Method or attribute name: getTaskMimeType(callback: AsyncCallback\): void;|@ohos.request.d.ts| +|Added|NA|Class name: DownloadTask
Method or attribute name: getTaskMimeType(): Promise\;|@ohos.request.d.ts| +|Added|NA|Module name: ohos.request
Class name: TaskState|@ohos.request.d.ts| +|Added|NA|Class name: TaskState
Method or attribute name: |@ohos.request.d.ts| +|Added|NA|Module name: ohos.request
Class name: TaskState
Method or attribute name: path: string;|@ohos.request.d.ts| +|Added|NA|Class name: TaskState
Method or attribute name: path: string;|@ohos.request.d.ts| +|Added|NA|Module name: ohos.request
Class name: TaskState
Method or attribute name: responseCode: number;|@ohos.request.d.ts| +|Added|NA|Class name: TaskState
Method or attribute name: responseCode: number;|@ohos.request.d.ts| +|Added|NA|Module name: ohos.request
Class name: TaskState
Method or attribute name: message: string;|@ohos.request.d.ts| +|Added|NA|Class name: TaskState
Method or attribute name: message: string;|@ohos.request.d.ts| +|Added|NA|Class name: UploadTask
Method or attribute name: on(type:'complete' \| 'fail', callback: Callback\>): void;|@ohos.request.d.ts| +|Added|NA|Class name: UploadTask
Method or attribute name: on(type:'complete' \| 'fail', callback: Callback\>): void;|@ohos.request.d.ts| +|Added|NA|Class name: UploadTask
Method or attribute name: off(type:'complete' \| 'fail', callback?: Callback\>): void;|@ohos.request.d.ts| +|Added|NA|Class name: UploadTask
Method or attribute name: off(type:'complete' \| 'fail', callback?: Callback\>): void;|@ohos.request.d.ts| +|Added|NA|Class name: UploadTask
Method or attribute name: delete(callback: AsyncCallback\): void;|@ohos.request.d.ts| +|Added|NA|Class name: UploadTask
Method or attribute name: delete(): Promise\;|@ohos.request.d.ts| +|Added|NA|Module name: ohos.screenLock
Class name: EventType
Method or attribute name: type EventType =

'beginWakeUp'

\| 'endWakeUp'

\| 'beginScreenOn'

\| 'endScreenOn'

\| 'beginScreenOff'

\| 'endScreenOff'

\| 'unlockScreen'

\| 'lockScreen'

\| 'beginExitAnimation'

\| 'beginSleep'

\| 'endSleep'

\| 'changeUser'

\| 'screenlockEnabled'

\| 'serviceRestart'|@ohos.screenLock.d.ts| +|Added|NA|Class name: EventType
Method or attribute name: type EventType =

'beginWakeUp'

\| 'endWakeUp'

\| 'beginScreenOn'

\| 'endScreenOn'

\| 'beginScreenOff'

\| 'endScreenOff'

\| 'unlockScreen'

\| 'lockScreen'

\| 'beginExitAnimation'

\| 'beginSleep'

\| 'endSleep'

\| 'changeUser'

\| 'screenlockEnabled'

\| 'serviceRestart'|@ohos.screenLock.d.ts| +|Added|NA|Module name: ohos.screenLock
Class name: EventType
Method or attribute name: type EventType =

'beginWakeUp'

\| 'endWakeUp'

\| 'beginScreenOn'

\| 'endScreenOn'

\| 'beginScreenOff'

\| 'endScreenOff'

\| 'unlockScreen'

\| 'lockScreen'

\| 'beginExitAnimation'

\| 'beginSleep'

\| 'endSleep'

\| 'changeUser'

\| 'screenlockEnabled'

\| 'serviceRestart'|@ohos.screenLock.d.ts| +|Added|NA|Class name: EventType
Method or attribute name: type EventType =

'beginWakeUp'

\| 'endWakeUp'

\| 'beginScreenOn'

\| 'endScreenOn'

\| 'beginScreenOff'

\| 'endScreenOff'

\| 'unlockScreen'

\| 'lockScreen'

\| 'beginExitAnimation'

\| 'beginSleep'

\| 'endSleep'

\| 'changeUser'

\| 'screenlockEnabled'

\| 'serviceRestart'|@ohos.screenLock.d.ts| +|Added|NA|Module name: ohos.screenLock
Class name: EventType
Method or attribute name: type EventType =

'beginWakeUp'

\| 'endWakeUp'

\| 'beginScreenOn'

\| 'endScreenOn'

\| 'beginScreenOff'

\| 'endScreenOff'

\| 'unlockScreen'

\| 'lockScreen'

\| 'beginExitAnimation'

\| 'beginSleep'

\| 'endSleep'

\| 'changeUser'

\| 'screenlockEnabled'

\| 'serviceRestart'|@ohos.screenLock.d.ts| +|Added|NA|Class name: EventType
Method or attribute name: type EventType =

'beginWakeUp'

\| 'endWakeUp'

\| 'beginScreenOn'

\| 'endScreenOn'

\| 'beginScreenOff'

\| 'endScreenOff'

\| 'unlockScreen'

\| 'lockScreen'

\| 'beginExitAnimation'

\| 'beginSleep'

\| 'endSleep'

\| 'changeUser'

\| 'screenlockEnabled'

\| 'serviceRestart'|@ohos.screenLock.d.ts| +|Added|NA|Module name: ohos.screenLock
Class name: EventType
Method or attribute name: type EventType =

'beginWakeUp'

\| 'endWakeUp'

\| 'beginScreenOn'

\| 'endScreenOn'

\| 'beginScreenOff'

\| 'endScreenOff'

\| 'unlockScreen'

\| 'lockScreen'

\| 'beginExitAnimation'

\| 'beginSleep'

\| 'endSleep'

\| 'changeUser'

\| 'screenlockEnabled'

\| 'serviceRestart'|@ohos.screenLock.d.ts| +|Added|NA|Class name: EventType
Method or attribute name: type EventType =

'beginWakeUp'

\| 'endWakeUp'

\| 'beginScreenOn'

\| 'endScreenOn'

\| 'beginScreenOff'

\| 'endScreenOff'

\| 'unlockScreen'

\| 'lockScreen'

\| 'beginExitAnimation'

\| 'beginSleep'

\| 'endSleep'

\| 'changeUser'

\| 'screenlockEnabled'

\| 'serviceRestart'|@ohos.screenLock.d.ts| +|Added|NA|Module name: ohos.screenLock
Class name: EventType
Method or attribute name: type EventType =

'beginWakeUp'

\| 'endWakeUp'

\| 'beginScreenOn'

\| 'endScreenOn'

\| 'beginScreenOff'

\| 'endScreenOff'

\| 'unlockScreen'

\| 'lockScreen'

\| 'beginExitAnimation'

\| 'beginSleep'

\| 'endSleep'

\| 'changeUser'

\| 'screenlockEnabled'

\| 'serviceRestart'|@ohos.screenLock.d.ts| +|Added|NA|Class name: EventType
Method or attribute name: type EventType =

'beginWakeUp'

\| 'endWakeUp'

\| 'beginScreenOn'

\| 'endScreenOn'

\| 'beginScreenOff'

\| 'endScreenOff'

\| 'unlockScreen'

\| 'lockScreen'

\| 'beginExitAnimation'

\| 'beginSleep'

\| 'endSleep'

\| 'changeUser'

\| 'screenlockEnabled'

\| 'serviceRestart'|@ohos.screenLock.d.ts| +|Added|NA|Module name: ohos.screenLock
Class name: EventType
Method or attribute name: type EventType =

'beginWakeUp'

\| 'endWakeUp'

\| 'beginScreenOn'

\| 'endScreenOn'

\| 'beginScreenOff'

\| 'endScreenOff'

\| 'unlockScreen'

\| 'lockScreen'

\| 'beginExitAnimation'

\| 'beginSleep'

\| 'endSleep'

\| 'changeUser'

\| 'screenlockEnabled'

\| 'serviceRestart'|@ohos.screenLock.d.ts| +|Added|NA|Class name: EventType
Method or attribute name: type EventType =

'beginWakeUp'

\| 'endWakeUp'

\| 'beginScreenOn'

\| 'endScreenOn'

\| 'beginScreenOff'

\| 'endScreenOff'

\| 'unlockScreen'

\| 'lockScreen'

\| 'beginExitAnimation'

\| 'beginSleep'

\| 'endSleep'

\| 'changeUser'

\| 'screenlockEnabled'

\| 'serviceRestart'|@ohos.screenLock.d.ts| +|Added|NA|Module name: ohos.screenLock
Class name: EventType
Method or attribute name: type EventType =

'beginWakeUp'

\| 'endWakeUp'

\| 'beginScreenOn'

\| 'endScreenOn'

\| 'beginScreenOff'

\| 'endScreenOff'

\| 'unlockScreen'

\| 'lockScreen'

\| 'beginExitAnimation'

\| 'beginSleep'

\| 'endSleep'

\| 'changeUser'

\| 'screenlockEnabled'

\| 'serviceRestart'|@ohos.screenLock.d.ts| +|Added|NA|Class name: EventType
Method or attribute name: type EventType =

'beginWakeUp'

\| 'endWakeUp'

\| 'beginScreenOn'

\| 'endScreenOn'

\| 'beginScreenOff'

\| 'endScreenOff'

\| 'unlockScreen'

\| 'lockScreen'

\| 'beginExitAnimation'

\| 'beginSleep'

\| 'endSleep'

\| 'changeUser'

\| 'screenlockEnabled'

\| 'serviceRestart'|@ohos.screenLock.d.ts| +|Added|NA|Module name: ohos.screenLock
Class name: EventType
Method or attribute name: type EventType =

'beginWakeUp'

\| 'endWakeUp'

\| 'beginScreenOn'

\| 'endScreenOn'

\| 'beginScreenOff'

\| 'endScreenOff'

\| 'unlockScreen'

\| 'lockScreen'

\| 'beginExitAnimation'

\| 'beginSleep'

\| 'endSleep'

\| 'changeUser'

\| 'screenlockEnabled'

\| 'serviceRestart'|@ohos.screenLock.d.ts| +|Added|NA|Class name: EventType
Method or attribute name: type EventType =

'beginWakeUp'

\| 'endWakeUp'

\| 'beginScreenOn'

\| 'endScreenOn'

\| 'beginScreenOff'

\| 'endScreenOff'

\| 'unlockScreen'

\| 'lockScreen'

\| 'beginExitAnimation'

\| 'beginSleep'

\| 'endSleep'

\| 'changeUser'

\| 'screenlockEnabled'

\| 'serviceRestart'|@ohos.screenLock.d.ts| +|Added|NA|Module name: ohos.screenLock
Class name: EventType
Method or attribute name: type EventType =

'beginWakeUp'

\| 'endWakeUp'

\| 'beginScreenOn'

\| 'endScreenOn'

\| 'beginScreenOff'

\| 'endScreenOff'

\| 'unlockScreen'

\| 'lockScreen'

\| 'beginExitAnimation'

\| 'beginSleep'

\| 'endSleep'

\| 'changeUser'

\| 'screenlockEnabled'

\| 'serviceRestart'|@ohos.screenLock.d.ts| +|Added|NA|Class name: EventType
Method or attribute name: type EventType =

'beginWakeUp'

\| 'endWakeUp'

\| 'beginScreenOn'

\| 'endScreenOn'

\| 'beginScreenOff'

\| 'endScreenOff'

\| 'unlockScreen'

\| 'lockScreen'

\| 'beginExitAnimation'

\| 'beginSleep'

\| 'endSleep'

\| 'changeUser'

\| 'screenlockEnabled'

\| 'serviceRestart'|@ohos.screenLock.d.ts| +|Added|NA|Module name: ohos.screenLock
Class name: EventType
Method or attribute name: type EventType =

'beginWakeUp'

\| 'endWakeUp'

\| 'beginScreenOn'

\| 'endScreenOn'

\| 'beginScreenOff'

\| 'endScreenOff'

\| 'unlockScreen'

\| 'lockScreen'

\| 'beginExitAnimation'

\| 'beginSleep'

\| 'endSleep'

\| 'changeUser'

\| 'screenlockEnabled'

\| 'serviceRestart'|@ohos.screenLock.d.ts| +|Added|NA|Class name: EventType
Method or attribute name: type EventType =

'beginWakeUp'

\| 'endWakeUp'

\| 'beginScreenOn'

\| 'endScreenOn'

\| 'beginScreenOff'

\| 'endScreenOff'

\| 'unlockScreen'

\| 'lockScreen'

\| 'beginExitAnimation'

\| 'beginSleep'

\| 'endSleep'

\| 'changeUser'

\| 'screenlockEnabled'

\| 'serviceRestart'|@ohos.screenLock.d.ts| +|Added|NA|Module name: ohos.screenLock
Class name: EventType
Method or attribute name: type EventType =

'beginWakeUp'

\| 'endWakeUp'

\| 'beginScreenOn'

\| 'endScreenOn'

\| 'beginScreenOff'

\| 'endScreenOff'

\| 'unlockScreen'

\| 'lockScreen'

\| 'beginExitAnimation'

\| 'beginSleep'

\| 'endSleep'

\| 'changeUser'

\| 'screenlockEnabled'

\| 'serviceRestart'|@ohos.screenLock.d.ts| +|Added|NA|Class name: EventType
Method or attribute name: type EventType =

'beginWakeUp'

\| 'endWakeUp'

\| 'beginScreenOn'

\| 'endScreenOn'

\| 'beginScreenOff'

\| 'endScreenOff'

\| 'unlockScreen'

\| 'lockScreen'

\| 'beginExitAnimation'

\| 'beginSleep'

\| 'endSleep'

\| 'changeUser'

\| 'screenlockEnabled'

\| 'serviceRestart'|@ohos.screenLock.d.ts| +|Added|NA|Module name: ohos.screenLock
Class name: EventType
Method or attribute name: type EventType =

'beginWakeUp'

\| 'endWakeUp'

\| 'beginScreenOn'

\| 'endScreenOn'

\| 'beginScreenOff'

\| 'endScreenOff'

\| 'unlockScreen'

\| 'lockScreen'

\| 'beginExitAnimation'

\| 'beginSleep'

\| 'endSleep'

\| 'changeUser'

\| 'screenlockEnabled'

\| 'serviceRestart'|@ohos.screenLock.d.ts| +|Added|NA|Class name: EventType
Method or attribute name: type EventType =

'beginWakeUp'

\| 'endWakeUp'

\| 'beginScreenOn'

\| 'endScreenOn'

\| 'beginScreenOff'

\| 'endScreenOff'

\| 'unlockScreen'

\| 'lockScreen'

\| 'beginExitAnimation'

\| 'beginSleep'

\| 'endSleep'

\| 'changeUser'

\| 'screenlockEnabled'

\| 'serviceRestart'|@ohos.screenLock.d.ts| +|Added|NA|Module name: ohos.screenLock
Class name: EventType
Method or attribute name: type EventType =

'beginWakeUp'

\| 'endWakeUp'

\| 'beginScreenOn'

\| 'endScreenOn'

\| 'beginScreenOff'

\| 'endScreenOff'

\| 'unlockScreen'

\| 'lockScreen'

\| 'beginExitAnimation'

\| 'beginSleep'

\| 'endSleep'

\| 'changeUser'

\| 'screenlockEnabled'

\| 'serviceRestart'|@ohos.screenLock.d.ts| +|Added|NA|Class name: EventType
Method or attribute name: type EventType =

'beginWakeUp'

\| 'endWakeUp'

\| 'beginScreenOn'

\| 'endScreenOn'

\| 'beginScreenOff'

\| 'endScreenOff'

\| 'unlockScreen'

\| 'lockScreen'

\| 'beginExitAnimation'

\| 'beginSleep'

\| 'endSleep'

\| 'changeUser'

\| 'screenlockEnabled'

\| 'serviceRestart'|@ohos.screenLock.d.ts| +|Added|NA|Module name: ohos.screenLock
Class name: EventType
Method or attribute name: type EventType =

'beginWakeUp'

\| 'endWakeUp'

\| 'beginScreenOn'

\| 'endScreenOn'

\| 'beginScreenOff'

\| 'endScreenOff'

\| 'unlockScreen'

\| 'lockScreen'

\| 'beginExitAnimation'

\| 'beginSleep'

\| 'endSleep'

\| 'changeUser'

\| 'screenlockEnabled'

\| 'serviceRestart'|@ohos.screenLock.d.ts| +|Added|NA|Class name: EventType
Method or attribute name: type EventType =

'beginWakeUp'

\| 'endWakeUp'

\| 'beginScreenOn'

\| 'endScreenOn'

\| 'beginScreenOff'

\| 'endScreenOff'

\| 'unlockScreen'

\| 'lockScreen'

\| 'beginExitAnimation'

\| 'beginSleep'

\| 'endSleep'

\| 'changeUser'

\| 'screenlockEnabled'

\| 'serviceRestart'|@ohos.screenLock.d.ts| +|Added|NA|Class name: screenLock
Method or attribute name: function isLocked(): boolean;|@ohos.screenLock.d.ts| +|Added|NA|Class name: screenLock
Method or attribute name: function unlock(callback: AsyncCallback\): void;|@ohos.screenLock.d.ts| +|Added|NA|Class name: screenLock
Method or attribute name: function unlock():Promise\;|@ohos.screenLock.d.ts| +|Added|NA|Class name: screenLock
Method or attribute name: function lock(callback: AsyncCallback\): void;|@ohos.screenLock.d.ts| +|Added|NA|Class name: screenLock
Method or attribute name: function lock():Promise\;|@ohos.screenLock.d.ts| +|Added|NA|Module name: ohos.screenLock
Class name: SystemEvent|@ohos.screenLock.d.ts| +|Added|NA|Class name: SystemEvent
Method or attribute name: |@ohos.screenLock.d.ts| +|Added|NA|Module name: ohos.screenLock
Class name: SystemEvent
Method or attribute name: eventType: EventType,|@ohos.screenLock.d.ts| +|Added|NA|Class name: SystemEvent
Method or attribute name: eventType: EventType,|@ohos.screenLock.d.ts| +|Added|NA|Module name: ohos.screenLock
Class name: SystemEvent
Method or attribute name: params: string|@ohos.screenLock.d.ts| +|Added|NA|Class name: SystemEvent
Method or attribute name: params: string|@ohos.screenLock.d.ts| +|Added|NA|Class name: screenLock
Method or attribute name: function onSystemEvent(callback: Callback\): boolean;|@ohos.screenLock.d.ts| +|Added|NA|Class name: screenLock
Method or attribute name: function sendScreenLockEvent(event: String, parameter: number, callback: AsyncCallback\): void;|@ohos.screenLock.d.ts| +|Added|NA|Class name: screenLock
Method or attribute name: function sendScreenLockEvent(event: String, parameter: number): Promise\;|@ohos.screenLock.d.ts| +|Added|NA|Module name: ohos.systemDateTime
Class name: systemDateTime|@ohos.systemDateTime.d.ts| +|Added|NA|Module name: ohos.systemDateTime
Class name: systemDateTime
Method or attribute name: function setTime(time : number, callback : AsyncCallback\) : void;|@ohos.systemDateTime.d.ts| +|Added|NA|Module name: ohos.systemDateTime
Class name: systemDateTime
Method or attribute name: function setTime(time : number) : Promise\;|@ohos.systemDateTime.d.ts| +|Added|NA|Module name: ohos.systemDateTime
Class name: systemDateTime
Method or attribute name: function getCurrentTime(isNano: boolean, callback: AsyncCallback\): void;|@ohos.systemDateTime.d.ts| +|Added|NA|Module name: ohos.systemDateTime
Class name: systemDateTime
Method or attribute name: function getCurrentTime(callback: AsyncCallback\): void;|@ohos.systemDateTime.d.ts| +|Added|NA|Module name: ohos.systemDateTime
Class name: systemDateTime
Method or attribute name: function getCurrentTime(isNano?: boolean): Promise\;|@ohos.systemDateTime.d.ts| +|Added|NA|Module name: ohos.systemDateTime
Class name: systemDateTime
Method or attribute name: function getRealActiveTime(isNano: boolean, callback: AsyncCallback\): void;|@ohos.systemDateTime.d.ts| +|Added|NA|Module name: ohos.systemDateTime
Class name: systemDateTime
Method or attribute name: function getRealActiveTime(callback: AsyncCallback\): void;|@ohos.systemDateTime.d.ts| +|Added|NA|Module name: ohos.systemDateTime
Class name: systemDateTime
Method or attribute name: function getRealActiveTime(isNano?: boolean): Promise\;|@ohos.systemDateTime.d.ts| +|Added|NA|Module name: ohos.systemDateTime
Class name: systemDateTime
Method or attribute name: function getRealTime(isNano: boolean, callback: AsyncCallback\): void;|@ohos.systemDateTime.d.ts| +|Added|NA|Module name: ohos.systemDateTime
Class name: systemDateTime
Method or attribute name: function getRealTime(callback: AsyncCallback\): void;|@ohos.systemDateTime.d.ts| +|Added|NA|Module name: ohos.systemDateTime
Class name: systemDateTime
Method or attribute name: function getRealTime(isNano?: boolean): Promise\;|@ohos.systemDateTime.d.ts| +|Added|NA|Module name: ohos.systemDateTime
Class name: systemDateTime
Method or attribute name: function setDate(date: Date, callback: AsyncCallback\): void;|@ohos.systemDateTime.d.ts| +|Added|NA|Module name: ohos.systemDateTime
Class name: systemDateTime
Method or attribute name: function setDate(date: Date): Promise\;|@ohos.systemDateTime.d.ts| +|Added|NA|Module name: ohos.systemDateTime
Class name: systemDateTime
Method or attribute name: function getDate(callback: AsyncCallback\): void;|@ohos.systemDateTime.d.ts| +|Added|NA|Module name: ohos.systemDateTime
Class name: systemDateTime
Method or attribute name: function getDate(): Promise\;|@ohos.systemDateTime.d.ts| +|Added|NA|Module name: ohos.systemDateTime
Class name: systemDateTime
Method or attribute name: function setTimezone(timezone: string, callback: AsyncCallback\): void;|@ohos.systemDateTime.d.ts| +|Added|NA|Module name: ohos.systemDateTime
Class name: systemDateTime
Method or attribute name: function setTimezone(timezone: string): Promise\;|@ohos.systemDateTime.d.ts| +|Added|NA|Module name: ohos.systemDateTime
Class name: systemDateTime
Method or attribute name: function getTimezone(callback: AsyncCallback\): void;|@ohos.systemDateTime.d.ts| +|Added|NA|Module name: ohos.systemDateTime
Class name: systemDateTime
Method or attribute name: function getTimezone(): Promise\;|@ohos.systemDateTime.d.ts| +|Added|NA|Class name: wallpaper
Method or attribute name: function getColorsSync(wallpaperType: WallpaperType): Array\;|@ohos.wallpaper.d.ts| +|Added|NA|Class name: wallpaper
Method or attribute name: function getMinHeightSync(): number;|@ohos.wallpaper.d.ts| +|Added|NA|Class name: wallpaper
Method or attribute name: function getMinWidthSync(): number;|@ohos.wallpaper.d.ts| +|Added|NA|Class name: wallpaper
Method or attribute name: function restore(wallpaperType: WallpaperType, callback: AsyncCallback\): void;|@ohos.wallpaper.d.ts| +|Added|NA|Class name: wallpaper
Method or attribute name: function restore(wallpaperType: WallpaperType): Promise\;|@ohos.wallpaper.d.ts| +|Added|NA|Class name: wallpaper
Method or attribute name: function setImage(source: string \| image.PixelMap, wallpaperType: WallpaperType, callback: AsyncCallback\): void;|@ohos.wallpaper.d.ts| +|Added|NA|Class name: wallpaper
Method or attribute name: function setImage(source: string \| image.PixelMap, wallpaperType: WallpaperType): Promise\;|@ohos.wallpaper.d.ts| +|Added|NA|Class name: wallpaper
Method or attribute name: function getImage(wallpaperType: WallpaperType, callback: AsyncCallback\): void;|@ohos.wallpaper.d.ts| +|Added|NA|Class name: wallpaper
Method or attribute name: function getImage(wallpaperType: WallpaperType): Promise\;|@ohos.wallpaper.d.ts| +|Deleted|Module name: ohos.inputmethod
Class name: inputMethod|NA|@ohos.inputmethod.d.ts| +|Deleted|Module name: ohos.inputmethod
Class name: inputMethod
Method or attribute name: const MAX_TYPE_NUM: number|NA|@ohos.inputmethod.d.ts| +|Deleted|Module name: ohos.inputmethod
Class name: inputMethod
Method or attribute name: function getInputMethodSetting(): InputMethodSetting;|NA|@ohos.inputmethod.d.ts| +|Deleted|Module name: ohos.inputmethod
Class name: inputMethod
Method or attribute name: function getInputMethodController(): InputMethodController;|NA|@ohos.inputmethod.d.ts| +|Deleted|Module name: ohos.inputmethod
Class name: InputMethodSetting|NA|@ohos.inputmethod.d.ts| +|Deleted|Module name: ohos.inputmethod
Class name: InputMethodSetting
Method or attribute name: listInputMethod(callback: AsyncCallback\>): void;|NA|@ohos.inputmethod.d.ts| +|Deleted|Module name: ohos.inputmethod
Class name: InputMethodSetting
Method or attribute name: listInputMethod(): Promise\>;|NA|@ohos.inputmethod.d.ts| +|Deleted|Module name: ohos.inputmethod
Class name: InputMethodSetting
Method or attribute name: displayOptionalInputMethod(callback: AsyncCallback\): void;|NA|@ohos.inputmethod.d.ts| +|Deleted|Module name: ohos.inputmethod
Class name: InputMethodSetting
Method or attribute name: displayOptionalInputMethod(): Promise\;|NA|@ohos.inputmethod.d.ts| +|Deleted|Module name: ohos.inputmethod
Class name: InputMethodController|NA|@ohos.inputmethod.d.ts| +|Deleted|Module name: ohos.inputmethod
Class name: InputMethodController
Method or attribute name: stopInput(callback: AsyncCallback\): void;|NA|@ohos.inputmethod.d.ts| +|Deleted|Module name: ohos.inputmethod
Class name: InputMethodController
Method or attribute name: stopInput(): Promise\;|NA|@ohos.inputmethod.d.ts| +|Deleted|Module name: ohos.inputmethod
Class name: InputMethodProperty|NA|@ohos.inputmethod.d.ts| +|Deleted|Module name: ohos.inputmethod
Class name: InputMethodProperty
Method or attribute name: readonly packageName: string;|NA|@ohos.inputmethod.d.ts| +|Deleted|Module name: ohos.inputmethod
Class name: InputMethodProperty
Method or attribute name: readonly methodId: string;|NA|@ohos.inputmethod.d.ts| +|Deleted|Module name: ohos.inputmethodengine
Class name: inputMethodEngine|NA|@ohos.inputmethodengine.d.ts| +|Deleted|Module name: ohos.inputmethodengine
Class name: inputMethodEngine
Method or attribute name: const ENTER_KEY_TYPE_UNSPECIFIED: number;|NA|@ohos.inputmethodengine.d.ts| +|Deleted|Module name: ohos.inputmethodengine
Class name: inputMethodEngine
Method or attribute name: const ENTER_KEY_TYPE_GO: number;|NA|@ohos.inputmethodengine.d.ts| +|Deleted|Module name: ohos.inputmethodengine
Class name: inputMethodEngine
Method or attribute name: const ENTER_KEY_TYPE_SEARCH: number;|NA|@ohos.inputmethodengine.d.ts| +|Deleted|Module name: ohos.inputmethodengine
Class name: inputMethodEngine
Method or attribute name: const ENTER_KEY_TYPE_SEND: number;|NA|@ohos.inputmethodengine.d.ts| +|Deleted|Module name: ohos.inputmethodengine
Class name: inputMethodEngine
Method or attribute name: const ENTER_KEY_TYPE_NEXT: number;|NA|@ohos.inputmethodengine.d.ts| +|Deleted|Module name: ohos.inputmethodengine
Class name: inputMethodEngine
Method or attribute name: const ENTER_KEY_TYPE_DONE: number;|NA|@ohos.inputmethodengine.d.ts| +|Deleted|Module name: ohos.inputmethodengine
Class name: inputMethodEngine
Method or attribute name: const ENTER_KEY_TYPE_PREVIOUS: number;|NA|@ohos.inputmethodengine.d.ts| +|Deleted|Module name: ohos.inputmethodengine
Class name: inputMethodEngine
Method or attribute name: const PATTERN_NULL: number;|NA|@ohos.inputmethodengine.d.ts| +|Deleted|Module name: ohos.inputmethodengine
Class name: inputMethodEngine
Method or attribute name: const PATTERN_TEXT: number;|NA|@ohos.inputmethodengine.d.ts| +|Deleted|Module name: ohos.inputmethodengine
Class name: inputMethodEngine
Method or attribute name: const PATTERN_NUMBER: number;|NA|@ohos.inputmethodengine.d.ts| +|Deleted|Module name: ohos.inputmethodengine
Class name: inputMethodEngine
Method or attribute name: const PATTERN_PHONE: number;|NA|@ohos.inputmethodengine.d.ts| +|Deleted|Module name: ohos.inputmethodengine
Class name: inputMethodEngine
Method or attribute name: const PATTERN_DATETIME: number;|NA|@ohos.inputmethodengine.d.ts| +|Deleted|Module name: ohos.inputmethodengine
Class name: inputMethodEngine
Method or attribute name: const PATTERN_EMAIL: number;|NA|@ohos.inputmethodengine.d.ts| +|Deleted|Module name: ohos.inputmethodengine
Class name: inputMethodEngine
Method or attribute name: const PATTERN_URI: number;|NA|@ohos.inputmethodengine.d.ts| +|Deleted|Module name: ohos.inputmethodengine
Class name: inputMethodEngine
Method or attribute name: const PATTERN_PASSWORD: number;|NA|@ohos.inputmethodengine.d.ts| +|Deleted|Module name: ohos.inputmethodengine
Class name: inputMethodEngine
Method or attribute name: const FLAG_SELECTING: number;|NA|@ohos.inputmethodengine.d.ts| +|Deleted|Module name: ohos.inputmethodengine
Class name: inputMethodEngine
Method or attribute name: const FLAG_SINGLE_LINE: number;|NA|@ohos.inputmethodengine.d.ts| +|Deleted|Module name: ohos.inputmethodengine
Class name: inputMethodEngine
Method or attribute name: const DISPLAY_MODE_PART: number;|NA|@ohos.inputmethodengine.d.ts| +|Deleted|Module name: ohos.inputmethodengine
Class name: inputMethodEngine
Method or attribute name: const DISPLAY_MODE_FULL: number;|NA|@ohos.inputmethodengine.d.ts| +|Deleted|Module name: ohos.inputmethodengine
Class name: inputMethodEngine
Method or attribute name: const OPTION_ASCII: number;|NA|@ohos.inputmethodengine.d.ts| +|Deleted|Module name: ohos.inputmethodengine
Class name: inputMethodEngine
Method or attribute name: const OPTION_NONE: number;|NA|@ohos.inputmethodengine.d.ts| +|Deleted|Module name: ohos.inputmethodengine
Class name: inputMethodEngine
Method or attribute name: const OPTION_AUTO_CAP_CHARACTERS: number;|NA|@ohos.inputmethodengine.d.ts| +|Deleted|Module name: ohos.inputmethodengine
Class name: inputMethodEngine
Method or attribute name: const OPTION_AUTO_CAP_SENTENCES: number;|NA|@ohos.inputmethodengine.d.ts| +|Deleted|Module name: ohos.inputmethodengine
Class name: inputMethodEngine
Method or attribute name: const OPTION_AUTO_WORDS: number;|NA|@ohos.inputmethodengine.d.ts| +|Deleted|Module name: ohos.inputmethodengine
Class name: inputMethodEngine
Method or attribute name: const OPTION_MULTI_LINE: number;|NA|@ohos.inputmethodengine.d.ts| +|Deleted|Module name: ohos.inputmethodengine
Class name: inputMethodEngine
Method or attribute name: const OPTION_NO_FULLSCREEN: number;|NA|@ohos.inputmethodengine.d.ts| +|Deleted|Module name: ohos.inputmethodengine
Class name: inputMethodEngine
Method or attribute name: function getInputMethodEngine(): InputMethodEngine;|NA|@ohos.inputmethodengine.d.ts| +|Deleted|Module name: ohos.inputmethodengine
Class name: inputMethodEngine
Method or attribute name: function createKeyboardDelegate(): KeyboardDelegate;|NA|@ohos.inputmethodengine.d.ts| +|Deleted|Module name: ohos.inputmethodengine
Class name: KeyboardController|NA|@ohos.inputmethodengine.d.ts| +|Deleted|Module name: ohos.inputmethodengine
Class name: KeyboardController
Method or attribute name: hideKeyboard(callback: AsyncCallback\): void;|NA|@ohos.inputmethodengine.d.ts| +|Deleted|Module name: ohos.inputmethodengine
Class name: KeyboardController
Method or attribute name: hideKeyboard(): Promise\;|NA|@ohos.inputmethodengine.d.ts| +|Deleted|Module name: ohos.inputmethodengine
Class name: InputMethodEngine|NA|@ohos.inputmethodengine.d.ts| +|Deleted|Module name: ohos.inputmethodengine
Class name: InputMethodEngine
Method or attribute name: on(type: 'inputStart', callback: (kbController: KeyboardController, textInputClient: TextInputClient) => void): void;|NA|@ohos.inputmethodengine.d.ts| +|Deleted|Module name: ohos.inputmethodengine
Class name: InputMethodEngine
Method or attribute name: off(type: 'inputStart', callback?: (kbController: KeyboardController, textInputClient: TextInputClient) => void): void;|NA|@ohos.inputmethodengine.d.ts| +|Deleted|Module name: ohos.inputmethodengine
Class name: InputMethodEngine
Method or attribute name: on(type: 'keyboardShow'\|'keyboardHide', callback: () => void): void;|NA|@ohos.inputmethodengine.d.ts| +|Deleted|Module name: ohos.inputmethodengine
Class name: InputMethodEngine
Method or attribute name: on(type: 'keyboardShow'\|'keyboardHide', callback: () => void): void;|NA|@ohos.inputmethodengine.d.ts| +|Deleted|Module name: ohos.inputmethodengine
Class name: InputMethodEngine
Method or attribute name: off(type: 'keyboardShow'\|'keyboardHide', callback?: () => void): void;|NA|@ohos.inputmethodengine.d.ts| +|Deleted|Module name: ohos.inputmethodengine
Class name: InputMethodEngine
Method or attribute name: off(type: 'keyboardShow'\|'keyboardHide', callback?: () => void): void;|NA|@ohos.inputmethodengine.d.ts| +|Deleted|Module name: ohos.inputmethodengine
Class name: TextInputClient|NA|@ohos.inputmethodengine.d.ts| +|Deleted|Module name: ohos.inputmethodengine
Class name: TextInputClient
Method or attribute name: sendKeyFunction(action: number, callback: AsyncCallback\): void;|NA|@ohos.inputmethodengine.d.ts| +|Deleted|Module name: ohos.inputmethodengine
Class name: TextInputClient
Method or attribute name: sendKeyFunction(action: number): Promise\;|NA|@ohos.inputmethodengine.d.ts| +|Deleted|Module name: ohos.inputmethodengine
Class name: TextInputClient
Method or attribute name: deleteForward(length: number, callback: AsyncCallback\): void;|NA|@ohos.inputmethodengine.d.ts| +|Deleted|Module name: ohos.inputmethodengine
Class name: TextInputClient
Method or attribute name: deleteForward(length: number): Promise\;|NA|@ohos.inputmethodengine.d.ts| +|Deleted|Module name: ohos.inputmethodengine
Class name: TextInputClient
Method or attribute name: deleteBackward(length: number, callback: AsyncCallback\): void;|NA|@ohos.inputmethodengine.d.ts| +|Deleted|Module name: ohos.inputmethodengine
Class name: TextInputClient
Method or attribute name: deleteBackward(length: number): Promise\;|NA|@ohos.inputmethodengine.d.ts| +|Deleted|Module name: ohos.inputmethodengine
Class name: TextInputClient
Method or attribute name: insertText(text: string, callback: AsyncCallback\): void;|NA|@ohos.inputmethodengine.d.ts| +|Deleted|Module name: ohos.inputmethodengine
Class name: TextInputClient
Method or attribute name: insertText(text: string): Promise\;|NA|@ohos.inputmethodengine.d.ts| +|Deleted|Module name: ohos.inputmethodengine
Class name: TextInputClient
Method or attribute name: getForward(length: number, callback: AsyncCallback\): void;|NA|@ohos.inputmethodengine.d.ts| +|Deleted|Module name: ohos.inputmethodengine
Class name: TextInputClient
Method or attribute name: getForward(length: number): Promise\;|NA|@ohos.inputmethodengine.d.ts| +|Deleted|Module name: ohos.inputmethodengine
Class name: TextInputClient
Method or attribute name: getBackward(length: number, callback: AsyncCallback\): void;|NA|@ohos.inputmethodengine.d.ts| +|Deleted|Module name: ohos.inputmethodengine
Class name: TextInputClient
Method or attribute name: getBackward(length: number): Promise\;|NA|@ohos.inputmethodengine.d.ts| +|Deleted|Module name: ohos.inputmethodengine
Class name: TextInputClient
Method or attribute name: getEditorAttribute(callback: AsyncCallback\): void;|NA|@ohos.inputmethodengine.d.ts| +|Deleted|Module name: ohos.inputmethodengine
Class name: TextInputClient
Method or attribute name: getEditorAttribute(): Promise\;|NA|@ohos.inputmethodengine.d.ts| +|Deleted|Module name: ohos.inputmethodengine
Class name: KeyboardDelegate|NA|@ohos.inputmethodengine.d.ts| +|Deleted|Module name: ohos.inputmethodengine
Class name: KeyboardDelegate
Method or attribute name: on(type: 'keyDown'\|'keyUp', callback: (event: KeyEvent) => boolean): void;|NA|@ohos.inputmethodengine.d.ts| +|Deleted|Module name: ohos.inputmethodengine
Class name: KeyboardDelegate
Method or attribute name: on(type: 'keyDown'\|'keyUp', callback: (event: KeyEvent) => boolean): void;|NA|@ohos.inputmethodengine.d.ts| +|Deleted|Module name: ohos.inputmethodengine
Class name: KeyboardDelegate
Method or attribute name: off(type: 'keyDown'\|'keyUp', callback?: (event: KeyEvent) => boolean): void;|NA|@ohos.inputmethodengine.d.ts| +|Deleted|Module name: ohos.inputmethodengine
Class name: KeyboardDelegate
Method or attribute name: off(type: 'keyDown'\|'keyUp', callback?: (event: KeyEvent) => boolean): void;|NA|@ohos.inputmethodengine.d.ts| +|Deleted|Module name: ohos.inputmethodengine
Class name: KeyboardDelegate
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
Class name: KeyboardDelegate
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
Class name: KeyboardDelegate
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
Class name: KeyboardDelegate
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
Class name: KeyboardDelegate
Method or attribute name: on(type: 'textChange', callback: (text: string) => void): void;|NA|@ohos.inputmethodengine.d.ts| +|Deleted|Module name: ohos.inputmethodengine
Class name: KeyboardDelegate
Method or attribute name: off(type: 'textChange', callback?: (text: string) => void): void;|NA|@ohos.inputmethodengine.d.ts| +|Deleted|Module name: ohos.inputmethodengine
Class name: EditorAttribute|NA|@ohos.inputmethodengine.d.ts| +|Deleted|Module name: ohos.inputmethodengine
Class name: EditorAttribute
Method or attribute name: readonly inputPattern: number;|NA|@ohos.inputmethodengine.d.ts| +|Deleted|Module name: ohos.inputmethodengine
Class name: EditorAttribute
Method or attribute name: readonly enterKeyType: number;|NA|@ohos.inputmethodengine.d.ts| +|Deleted|Module name: ohos.inputmethodengine
Class name: KeyEvent|NA|@ohos.inputmethodengine.d.ts| +|Deleted|Module name: ohos.inputmethodengine
Class name: KeyEvent
Method or attribute name: readonly keyCode: number;|NA|@ohos.inputmethodengine.d.ts| +|Deleted|Module name: ohos.inputmethodengine
Class name: KeyEvent
Method or attribute name: readonly keyAction: number;|NA|@ohos.inputmethodengine.d.ts| +|Deleted|Module name: ohos.wallpaper
Class name: wallpaper
Method or attribute name: function screenshotLiveWallpaper(scale: number, pixelFormat: image.PixelMapFormat, callback: AsyncCallback\): void;|NA|@ohos.wallpaper.d.ts| +|Deleted|Module name: ohos.wallpaper
Class name: wallpaper
Method or attribute name: function screenshotLiveWallpaper(scale: number, pixelFormat: image.PixelMapFormat): Promise\;|NA|@ohos.wallpaper.d.ts| +|Model changed|Class name: request
Method or attribute name: function download(config: DownloadConfig, callback: AsyncCallback\): void;
Model: N/A|Class name: request
Method or attribute name: function download(config: DownloadConfig, callback: AsyncCallback\): void;
Model: @FAModelOnly|@ohos.request.d.ts| +|Model changed|Class name: request
Method or attribute name: function download(config: DownloadConfig): Promise\;
Model: N/A|Class name: request
Method or attribute name: function download(config: DownloadConfig): Promise\;
Model: @FAModelOnly|@ohos.request.d.ts| +|Model changed|Class name: request
Method or attribute name: function upload(config: UploadConfig, callback: AsyncCallback\): void;
Model: N/A|Class name: request
Method or attribute name: function upload(config: UploadConfig, callback: AsyncCallback\): void;
Model: @FAModelOnly|@ohos.request.d.ts| +|Model changed|Class name: request
Method or attribute name: function upload(config: UploadConfig): Promise\;
Model: N/A|Class name: request
Method or attribute name: function upload(config: UploadConfig): Promise\;
Model: @FAModelOnly|@ohos.request.d.ts| +|Access level changed|Class name: systemTimer
Method or attribute name: const TIMER_TYPE_REALTIME: number;
Access level: public API|Class name: systemTimer
Method or attribute name: const TIMER_TYPE_REALTIME: number;
Access level: system API|@ohos.systemTimer.d.ts| +|Access level changed|Class name: systemTimer
Method or attribute name: const TIMER_TYPE_WAKEUP: number;
Access level: public API|Class name: systemTimer
Method or attribute name: const TIMER_TYPE_WAKEUP: number;
Access level: system API|@ohos.systemTimer.d.ts| +|Access level changed|Class name: systemTimer
Method or attribute name: const TIMER_TYPE_EXACT: number;
Access level: public API|Class name: systemTimer
Method or attribute name: const TIMER_TYPE_EXACT: number;
Access level: system API|@ohos.systemTimer.d.ts| +|Access level changed|Class name: systemTimer
Method or attribute name: const TIMER_TYPE_IDLE: number;
Access level: public API|Class name: systemTimer
Method or attribute name: const TIMER_TYPE_IDLE: number;
Access level: system API|@ohos.systemTimer.d.ts| +|Access level changed|Class name: systemTimer
Method or attribute name: function createTimer(options: TimerOptions, callback: AsyncCallback\): void;
Access level: public API|Class name: systemTimer
Method or attribute name: function createTimer(options: TimerOptions, callback: AsyncCallback\): void;
Access level: system API|@ohos.systemTimer.d.ts| +|Access level changed|Class name: systemTimer
Method or attribute name: function createTimer(options: TimerOptions): Promise\;
Access level: public API|Class name: systemTimer
Method or attribute name: function createTimer(options: TimerOptions): Promise\;
Access level: system API|@ohos.systemTimer.d.ts| +|Access level changed|Class name: systemTimer
Method or attribute name: function startTimer(timer: number, triggerTime: number, callback: AsyncCallback\): void;
Access level: public API|Class name: systemTimer
Method or attribute name: function startTimer(timer: number, triggerTime: number, callback: AsyncCallback\): void;
Access level: system API|@ohos.systemTimer.d.ts| +|Access level changed|Class name: systemTimer
Method or attribute name: function startTimer(timer: number, triggerTime: number): Promise\;
Access level: public API|Class name: systemTimer
Method or attribute name: function startTimer(timer: number, triggerTime: number): Promise\;
Access level: system API|@ohos.systemTimer.d.ts| +|Access level changed|Class name: systemTimer
Method or attribute name: function stopTimer(timer: number, callback: AsyncCallback\): void;
Access level: public API|Class name: systemTimer
Method or attribute name: function stopTimer(timer: number, callback: AsyncCallback\): void;
Access level: system API|@ohos.systemTimer.d.ts| +|Access level changed|Class name: systemTimer
Method or attribute name: function stopTimer(timer: number): Promise\;
Access level: public API|Class name: systemTimer
Method or attribute name: function stopTimer(timer: number): Promise\;
Access level: system API|@ohos.systemTimer.d.ts| +|Access level changed|Class name: systemTimer
Method or attribute name: function destroyTimer(timer: number, callback: AsyncCallback\): void;
Access level: public API|Class name: systemTimer
Method or attribute name: function destroyTimer(timer: number, callback: AsyncCallback\): void;
Access level: system API|@ohos.systemTimer.d.ts| +|Access level changed|Class name: systemTimer
Method or attribute name: function destroyTimer(timer: number): Promise\;
Access level: public API|Class name: systemTimer
Method or attribute name: function destroyTimer(timer: number): Promise\;
Access level: system API|@ohos.systemTimer.d.ts| +|Access level changed|Class name: TimerOptions
Access level: public API|Class name: TimerOptions
Access level: system API|@ohos.systemTimer.d.ts| +|Access level changed|Class name: TimerOptions
Method or attribute name: type: number;
Access level: public API|Class name: TimerOptions
Method or attribute name: type: number;
Access level: system API|@ohos.systemTimer.d.ts| +|Access level changed|Class name: TimerOptions
Method or attribute name: repeat: boolean;
Access level: public API|Class name: TimerOptions
Method or attribute name: repeat: boolean;
Access level: system API|@ohos.systemTimer.d.ts| +|Access level changed|Class name: TimerOptions
Method or attribute name: interval?: number;
Access level: public API|Class name: TimerOptions
Method or attribute name: interval?: number;
Access level: system API|@ohos.systemTimer.d.ts| +|Access level changed|Class name: TimerOptions
Method or attribute name: wantAgent?: WantAgent;
Access level: public API|Class name: TimerOptions
Method or attribute name: wantAgent?: WantAgent;
Access level: system API|@ohos.systemTimer.d.ts| +|Access level changed|Class name: TimerOptions
Method or attribute name: callback?: () => void;
Access level: public API|Class name: TimerOptions
Method or attribute name: callback?: () => void;
Access level: system API|@ohos.systemTimer.d.ts| +|Deprecated version changed|Class name: pasteboard
Method or attribute name: function createHtmlData(htmlText: string): PasteData;
Deprecated version: N/A|Class name: pasteboard
Method or attribute name: function createHtmlData(htmlText: string): PasteData;
Deprecated version: 9
Substitute API: ohos.pasteboard.pasteboard|@ohos.pasteboard.d.ts| +|Deprecated version changed|Class name: pasteboard
Method or attribute name: function createWantData(want: Want): PasteData;
Deprecated version: N/A|Class name: pasteboard
Method or attribute name: function createWantData(want: Want): PasteData;
Deprecated version: 9
Substitute API: ohos.pasteboard.pasteboard|@ohos.pasteboard.d.ts| +|Deprecated version changed|Class name: pasteboard
Method or attribute name: function createPlainTextData(text: string): PasteData;
Deprecated version: N/A|Class name: pasteboard
Method or attribute name: function createPlainTextData(text: string): PasteData;
Deprecated version: 9
Substitute API: ohos.pasteboard.pasteboard|@ohos.pasteboard.d.ts| +|Deprecated version changed|Class name: pasteboard
Method or attribute name: function createUriData(uri: string): PasteData;
Deprecated version: N/A|Class name: pasteboard
Method or attribute name: function createUriData(uri: string): PasteData;
Deprecated version: 9
Substitute API: ohos.pasteboard.pasteboard|@ohos.pasteboard.d.ts| +|Deprecated version changed|Class name: pasteboard
Method or attribute name: function createHtmlTextRecord(htmlText: string): PasteDataRecord;
Deprecated version: N/A|Class name: pasteboard
Method or attribute name: function createHtmlTextRecord(htmlText: string): PasteDataRecord;
Deprecated version: 9
Substitute API: ohos.pasteboard.pasteboard|@ohos.pasteboard.d.ts| +|Deprecated version changed|Class name: pasteboard
Method or attribute name: function createWantRecord(want: Want): PasteDataRecord;
Deprecated version: N/A|Class name: pasteboard
Method or attribute name: function createWantRecord(want: Want): PasteDataRecord;
Deprecated version: 9
Substitute API: ohos.pasteboard.pasteboard|@ohos.pasteboard.d.ts| +|Deprecated version changed|Class name: pasteboard
Method or attribute name: function createPlainTextRecord(text: string): PasteDataRecord;
Deprecated version: N/A|Class name: pasteboard
Method or attribute name: function createPlainTextRecord(text: string): PasteDataRecord;
Deprecated version: 9
Substitute API: ohos.pasteboard.pasteboard|@ohos.pasteboard.d.ts| +|Deprecated version changed|Class name: pasteboard
Method or attribute name: function createUriRecord(uri: string): PasteDataRecord;
Deprecated version: N/A|Class name: pasteboard
Method or attribute name: function createUriRecord(uri: string): PasteDataRecord;
Deprecated version: 9
Substitute API: ohos.pasteboard.pasteboard|@ohos.pasteboard.d.ts| +|Deprecated version changed|Class name: PasteDataRecord
Method or attribute name: convertToText(callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: PasteDataRecord
Method or attribute name: convertToText(callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.pasteboard.pasteboard|@ohos.pasteboard.d.ts| +|Deprecated version changed|Class name: PasteDataRecord
Method or attribute name: convertToText(): Promise\;
Deprecated version: N/A|Class name: PasteDataRecord
Method or attribute name: convertToText(): Promise\;
Deprecated version: 9
Substitute API: ohos.pasteboard.pasteboard|@ohos.pasteboard.d.ts| +|Deprecated version changed|Class name: PasteData
Method or attribute name: addHtmlRecord(htmlText: string): void;
Deprecated version: N/A|Class name: PasteData
Method or attribute name: addHtmlRecord(htmlText: string): void;
Deprecated version: 9
Substitute API: ohos.pasteboard.pasteboard|@ohos.pasteboard.d.ts| +|Deprecated version changed|Class name: PasteData
Method or attribute name: addWantRecord(want: Want): void;
Deprecated version: N/A|Class name: PasteData
Method or attribute name: addWantRecord(want: Want): void;
Deprecated version: 9
Substitute API: ohos.pasteboard.pasteboard|@ohos.pasteboard.d.ts| +|Deprecated version changed|Class name: PasteData
Method or attribute name: addTextRecord(text: string): void;
Deprecated version: N/A|Class name: PasteData
Method or attribute name: addTextRecord(text: string): void;
Deprecated version: 9
Substitute API: ohos.pasteboard.pasteboard|@ohos.pasteboard.d.ts| +|Deprecated version changed|Class name: PasteData
Method or attribute name: addUriRecord(uri: string): void;
Deprecated version: N/A|Class name: PasteData
Method or attribute name: addUriRecord(uri: string): void;
Deprecated version: 9
Substitute API: ohos.pasteboard.pasteboard|@ohos.pasteboard.d.ts| +|Deprecated version changed|Class name: PasteData
Method or attribute name: getRecordAt(index: number): PasteDataRecord;
Deprecated version: N/A|Class name: PasteData
Method or attribute name: getRecordAt(index: number): PasteDataRecord;
Deprecated version: 9
Substitute API: ohos.pasteboard.pasteboard|@ohos.pasteboard.d.ts| +|Deprecated version changed|Class name: PasteData
Method or attribute name: hasMimeType(mimeType: string): boolean;
Deprecated version: N/A|Class name: PasteData
Method or attribute name: hasMimeType(mimeType: string): boolean;
Deprecated version: 9
Substitute API: ohos.pasteboard.pasteboard|@ohos.pasteboard.d.ts| +|Deprecated version changed|Class name: PasteData
Method or attribute name: removeRecordAt(index: number): boolean;
Deprecated version: N/A|Class name: PasteData
Method or attribute name: removeRecordAt(index: number): boolean;
Deprecated version: 9
Substitute API: ohos.pasteboard.pasteboard|@ohos.pasteboard.d.ts| +|Deprecated version changed|Class name: PasteData
Method or attribute name: replaceRecordAt(index: number, record: PasteDataRecord): boolean;
Deprecated version: N/A|Class name: PasteData
Method or attribute name: replaceRecordAt(index: number, record: PasteDataRecord): boolean;
Deprecated version: 9
Substitute API: ohos.pasteboard.pasteboard|@ohos.pasteboard.d.ts| +|Deprecated version changed|Class name: SystemPasteboard
Method or attribute name: clear(callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: SystemPasteboard
Method or attribute name: clear(callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.pasteboard.pasteboard|@ohos.pasteboard.d.ts| +|Deprecated version changed|Class name: SystemPasteboard
Method or attribute name: clear(): Promise\;
Deprecated version: N/A|Class name: SystemPasteboard
Method or attribute name: clear(): Promise\;
Deprecated version: 9
Substitute API: ohos.pasteboard.pasteboard|@ohos.pasteboard.d.ts| +|Deprecated version changed|Class name: SystemPasteboard
Method or attribute name: getPasteData(callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: SystemPasteboard
Method or attribute name: getPasteData(callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.pasteboard.pasteboard|@ohos.pasteboard.d.ts| +|Deprecated version changed|Class name: SystemPasteboard
Method or attribute name: getPasteData(): Promise\;
Deprecated version: N/A|Class name: SystemPasteboard
Method or attribute name: getPasteData(): Promise\;
Deprecated version: 9
Substitute API: ohos.pasteboard.pasteboard|@ohos.pasteboard.d.ts| +|Deprecated version changed|Class name: SystemPasteboard
Method or attribute name: hasPasteData(callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: SystemPasteboard
Method or attribute name: hasPasteData(callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.pasteboard.pasteboard|@ohos.pasteboard.d.ts| +|Deprecated version changed|Class name: SystemPasteboard
Method or attribute name: hasPasteData(): Promise\;
Deprecated version: N/A|Class name: SystemPasteboard
Method or attribute name: hasPasteData(): Promise\;
Deprecated version: 9
Substitute API: ohos.pasteboard.pasteboard|@ohos.pasteboard.d.ts| +|Deprecated version changed|Class name: SystemPasteboard
Method or attribute name: setPasteData(data: PasteData, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: SystemPasteboard
Method or attribute name: setPasteData(data: PasteData, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.pasteboard.pasteboard|@ohos.pasteboard.d.ts| +|Deprecated version changed|Class name: SystemPasteboard
Method or attribute name: setPasteData(data: PasteData): Promise\;
Deprecated version: N/A|Class name: SystemPasteboard
Method or attribute name: setPasteData(data: PasteData): Promise\;
Deprecated version: 9
Substitute API: ohos.pasteboard.pasteboard|@ohos.pasteboard.d.ts| +|Deprecated version changed|Class name: request
Method or attribute name: function download(config: DownloadConfig, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: request
Method or attribute name: function download(config: DownloadConfig, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.request.downloadFile |@ohos.request.d.ts| +|Deprecated version changed|Class name: request
Method or attribute name: function download(config: DownloadConfig): Promise\;
Deprecated version: N/A|Class name: request
Method or attribute name: function download(config: DownloadConfig): Promise\;
Deprecated version: 9
Substitute API: ohos.request.downloadFile |@ohos.request.d.ts| +|Deprecated version changed|Class name: request
Method or attribute name: function upload(config: UploadConfig, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: request
Method or attribute name: function upload(config: UploadConfig, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.request.uploadFile |@ohos.request.d.ts| +|Deprecated version changed|Class name: request
Method or attribute name: function upload(config: UploadConfig): Promise\;
Deprecated version: N/A|Class name: request
Method or attribute name: function upload(config: UploadConfig): Promise\;
Deprecated version: 9
Substitute API: ohos.request.uploadFile |@ohos.request.d.ts| +|Deprecated version changed|Class name: DownloadTask
Method or attribute name: remove(callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: DownloadTask
Method or attribute name: remove(callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.request.delete |@ohos.request.d.ts| +|Deprecated version changed|Class name: DownloadTask
Method or attribute name: remove(): Promise\;
Deprecated version: N/A|Class name: DownloadTask
Method or attribute name: remove(): Promise\;
Deprecated version: 9
Substitute API: ohos.request.delete |@ohos.request.d.ts| +|Deprecated version changed|Class name: DownloadTask
Method or attribute name: pause(callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: DownloadTask
Method or attribute name: pause(callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.request.suspend |@ohos.request.d.ts| +|Deprecated version changed|Class name: DownloadTask
Method or attribute name: pause(): Promise\;
Deprecated version: N/A|Class name: DownloadTask
Method or attribute name: pause(): Promise\;
Deprecated version: 9
Substitute API: ohos.request.suspend |@ohos.request.d.ts| +|Deprecated version changed|Class name: DownloadTask
Method or attribute name: resume(callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: DownloadTask
Method or attribute name: resume(callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.request.restore |@ohos.request.d.ts| +|Deprecated version changed|Class name: DownloadTask
Method or attribute name: resume(): Promise\;
Deprecated version: N/A|Class name: DownloadTask
Method or attribute name: resume(): Promise\;
Deprecated version: 9
Substitute API: ohos.request.restore |@ohos.request.d.ts| +|Deprecated version changed|Class name: DownloadTask
Method or attribute name: query(callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: DownloadTask
Method or attribute name: query(callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.request.getTaskInfo |@ohos.request.d.ts| +|Deprecated version changed|Class name: DownloadTask
Method or attribute name: query(): Promise\;
Deprecated version: N/A|Class name: DownloadTask
Method or attribute name: query(): Promise\;
Deprecated version: 9
Substitute API: ohos.request.getTaskInfo |@ohos.request.d.ts| +|Deprecated version changed|Class name: DownloadTask
Method or attribute name: queryMimeType(callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: DownloadTask
Method or attribute name: queryMimeType(callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.request.getTaskMimeType |@ohos.request.d.ts| +|Deprecated version changed|Class name: DownloadTask
Method or attribute name: queryMimeType(): Promise\;
Deprecated version: N/A|Class name: DownloadTask
Method or attribute name: queryMimeType(): Promise\;
Deprecated version: 9
Substitute API: ohos.request.getTaskMimeType |@ohos.request.d.ts| +|Deprecated version changed|Class name: UploadTask
Method or attribute name: remove(callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: UploadTask
Method or attribute name: remove(callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.request.delete |@ohos.request.d.ts| +|Deprecated version changed|Class name: UploadTask
Method or attribute name: remove(): Promise\;
Deprecated version: N/A|Class name: UploadTask
Method or attribute name: remove(): Promise\;
Deprecated version: 9
Substitute API: ohos.request.delete |@ohos.request.d.ts| +|Deprecated version changed|Class name: screenLock
Method or attribute name: function isScreenLocked(callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: screenLock
Method or attribute name: function isScreenLocked(callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: N/A|@ohos.screenLock.d.ts| +|Deprecated version changed|Class name: screenLock
Method or attribute name: function isScreenLocked(): Promise\;
Deprecated version: N/A|Class name: screenLock
Method or attribute name: function isScreenLocked(): Promise\;
Deprecated version: 9
Substitute API: N/A|@ohos.screenLock.d.ts| +|Deprecated version changed|Class name: screenLock
Method or attribute name: function isSecureMode(callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: screenLock
Method or attribute name: function isSecureMode(callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: N/A|@ohos.screenLock.d.ts| +|Deprecated version changed|Class name: screenLock
Method or attribute name: function isSecureMode(): Promise\;
Deprecated version: N/A|Class name: screenLock
Method or attribute name: function isSecureMode(): Promise\;
Deprecated version: 9
Substitute API: N/A|@ohos.screenLock.d.ts| +|Deprecated version changed|Class name: screenLock
Method or attribute name: function unlockScreen(callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: screenLock
Method or attribute name: function unlockScreen(callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: N/A|@ohos.screenLock.d.ts| +|Deprecated version changed|Class name: screenLock
Method or attribute name: function unlockScreen():Promise\;
Deprecated version: N/A|Class name: screenLock
Method or attribute name: function unlockScreen():Promise\;
Deprecated version: 9
Substitute API: N/A|@ohos.screenLock.d.ts| +|Deprecated version changed|Class name: systemTime
Deprecated version: N/A|Class name: systemTime
Deprecated version: 9
Substitute API: ohos.systemDateTime |@ohos.systemTime.d.ts| +|Deprecated version changed|Class name: systemTime
Method or attribute name: function setTime(time : number, callback : AsyncCallback\) : void;
Deprecated version: N/A|Class name: systemTime
Method or attribute name: function setTime(time : number, callback : AsyncCallback\) : void;
Deprecated version: 9
Substitute API: N/A|@ohos.systemTime.d.ts| +|Deprecated version changed|Class name: systemTime
Method or attribute name: function setTime(time : number) : Promise\;
Deprecated version: N/A|Class name: systemTime
Method or attribute name: function setTime(time : number) : Promise\;
Deprecated version: 9
Substitute API: N/A|@ohos.systemTime.d.ts| +|Deprecated version changed|Class name: systemTime
Method or attribute name: function getCurrentTime(isNano?: boolean): Promise\;
Deprecated version: N/A|Class name: systemTime
Method or attribute name: function getCurrentTime(isNano?: boolean): Promise\;
Deprecated version: 9
Substitute API: ohos.systemDateTime/systemDateTime.getCurrentTime |@ohos.systemTime.d.ts| +|Deprecated version changed|Class name: systemTime
Method or attribute name: function getRealActiveTime(isNano?: boolean): Promise\;
Deprecated version: N/A|Class name: systemTime
Method or attribute name: function getRealActiveTime(isNano?: boolean): Promise\;
Deprecated version: 9
Substitute API: ohos.systemDateTime/systemDateTime.getRealActiveTime |@ohos.systemTime.d.ts| +|Deprecated version changed|Class name: systemTime
Method or attribute name: function getRealTime(isNano?: boolean): Promise\;
Deprecated version: N/A|Class name: systemTime
Method or attribute name: function getRealTime(isNano?: boolean): Promise\;
Deprecated version: 9
Substitute API: ohos.systemDateTime/systemDateTime.getRealTime |@ohos.systemTime.d.ts| +|Deprecated version changed|Class name: systemTime
Method or attribute name: function setDate(date: Date, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: systemTime
Method or attribute name: function setDate(date: Date, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: N/A|@ohos.systemTime.d.ts| +|Deprecated version changed|Class name: systemTime
Method or attribute name: function setDate(date: Date): Promise\;
Deprecated version: N/A|Class name: systemTime
Method or attribute name: function setDate(date: Date): Promise\;
Deprecated version: 9
Substitute API: N/A|@ohos.systemTime.d.ts| +|Deprecated version changed|Class name: systemTime
Method or attribute name: function getDate(callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: systemTime
Method or attribute name: function getDate(callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.systemDateTime/systemDateTime.getDate |@ohos.systemTime.d.ts| +|Deprecated version changed|Class name: systemTime
Method or attribute name: function getDate(): Promise\;
Deprecated version: N/A|Class name: systemTime
Method or attribute name: function getDate(): Promise\;
Deprecated version: 9
Substitute API: ohos.systemDateTime/systemDateTime.getDate |@ohos.systemTime.d.ts| +|Deprecated version changed|Class name: systemTime
Method or attribute name: function setTimezone(timezone: string, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: systemTime
Method or attribute name: function setTimezone(timezone: string, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: N/A|@ohos.systemTime.d.ts| +|Deprecated version changed|Class name: systemTime
Method or attribute name: function setTimezone(timezone: string): Promise\;
Deprecated version: N/A|Class name: systemTime
Method or attribute name: function setTimezone(timezone: string): Promise\;
Deprecated version: 9
Substitute API: N/A|@ohos.systemTime.d.ts| +|Deprecated version changed|Class name: systemTime
Method or attribute name: function getTimezone(callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: systemTime
Method or attribute name: function getTimezone(callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.systemDateTime/systemDateTime.getTimezone |@ohos.systemTime.d.ts| +|Deprecated version changed|Class name: systemTime
Method or attribute name: function getTimezone(): Promise\;
Deprecated version: N/A|Class name: systemTime
Method or attribute name: function getTimezone(): Promise\;
Deprecated version: 9
Substitute API: ohos.systemDateTime/systemDateTime.getTimezone |@ohos.systemTime.d.ts| +|Deprecated version changed|Class name: RgbaColor
Deprecated version: N/A|Class name: RgbaColor
Deprecated version: 9
Substitute API: N/A|@ohos.wallpaper.d.ts| +|Deprecated version changed|Class name: wallpaper
Method or attribute name: function getColors(wallpaperType: WallpaperType, callback: AsyncCallback\>): void;
Deprecated version: N/A|Class name: wallpaper
Method or attribute name: function getColors(wallpaperType: WallpaperType, callback: AsyncCallback\>): void;
Deprecated version: 9
Substitute API: N/A|@ohos.wallpaper.d.ts| +|Deprecated version changed|Class name: wallpaper
Method or attribute name: function getColors(wallpaperType: WallpaperType): Promise\>;
Deprecated version: N/A|Class name: wallpaper
Method or attribute name: function getColors(wallpaperType: WallpaperType): Promise\>;
Deprecated version: 9
Substitute API: N/A|@ohos.wallpaper.d.ts| +|Deprecated version changed|Class name: wallpaper
Method or attribute name: function getId(wallpaperType: WallpaperType, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: wallpaper
Method or attribute name: function getId(wallpaperType: WallpaperType, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: N/A|@ohos.wallpaper.d.ts| +|Deprecated version changed|Class name: wallpaper
Method or attribute name: function getId(wallpaperType: WallpaperType): Promise\;
Deprecated version: N/A|Class name: wallpaper
Method or attribute name: function getId(wallpaperType: WallpaperType): Promise\;
Deprecated version: 9
Substitute API: N/A|@ohos.wallpaper.d.ts| +|Deprecated version changed|Class name: wallpaper
Method or attribute name: function getFile(wallpaperType: WallpaperType, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: wallpaper
Method or attribute name: function getFile(wallpaperType: WallpaperType, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: N/A|@ohos.wallpaper.d.ts| +|Deprecated version changed|Class name: wallpaper
Method or attribute name: function getFile(wallpaperType: WallpaperType): Promise\;
Deprecated version: N/A|Class name: wallpaper
Method or attribute name: function getFile(wallpaperType: WallpaperType): Promise\;
Deprecated version: 9
Substitute API: N/A|@ohos.wallpaper.d.ts| +|Deprecated version changed|Class name: wallpaper
Method or attribute name: function getMinHeight(callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: wallpaper
Method or attribute name: function getMinHeight(callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: N/A|@ohos.wallpaper.d.ts| +|Deprecated version changed|Class name: wallpaper
Method or attribute name: function getMinHeight(): Promise\;
Deprecated version: N/A|Class name: wallpaper
Method or attribute name: function getMinHeight(): Promise\;
Deprecated version: 9
Substitute API: N/A|@ohos.wallpaper.d.ts| +|Deprecated version changed|Class name: wallpaper
Method or attribute name: function getMinWidth(callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: wallpaper
Method or attribute name: function getMinWidth(callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: N/A|@ohos.wallpaper.d.ts| +|Deprecated version changed|Class name: wallpaper
Method or attribute name: function getMinWidth(): Promise\;
Deprecated version: N/A|Class name: wallpaper
Method or attribute name: function getMinWidth(): Promise\;
Deprecated version: 9
Substitute API: N/A|@ohos.wallpaper.d.ts| +|Deprecated version changed|Class name: wallpaper
Method or attribute name: function isChangePermitted(callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: wallpaper
Method or attribute name: function isChangePermitted(callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: N/A|@ohos.wallpaper.d.ts| +|Deprecated version changed|Class name: wallpaper
Method or attribute name: function isChangePermitted(): Promise\;
Deprecated version: N/A|Class name: wallpaper
Method or attribute name: function isChangePermitted(): Promise\;
Deprecated version: 9
Substitute API: N/A|@ohos.wallpaper.d.ts| +|Deprecated version changed|Class name: wallpaper
Method or attribute name: function isOperationAllowed(callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: wallpaper
Method or attribute name: function isOperationAllowed(callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: N/A|@ohos.wallpaper.d.ts| +|Deprecated version changed|Class name: wallpaper
Method or attribute name: function isOperationAllowed(): Promise\;
Deprecated version: N/A|Class name: wallpaper
Method or attribute name: function isOperationAllowed(): Promise\;
Deprecated version: 9
Substitute API: N/A|@ohos.wallpaper.d.ts| +|Deprecated version changed|Class name: wallpaper
Method or attribute name: function reset(wallpaperType: WallpaperType, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: wallpaper
Method or attribute name: function reset(wallpaperType: WallpaperType, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: N/A|@ohos.wallpaper.d.ts| +|Deprecated version changed|Class name: wallpaper
Method or attribute name: function reset(wallpaperType: WallpaperType): Promise\;
Deprecated version: N/A|Class name: wallpaper
Method or attribute name: function reset(wallpaperType: WallpaperType): Promise\;
Deprecated version: 9
Substitute API: N/A|@ohos.wallpaper.d.ts| +|Deprecated version changed|Class name: wallpaper
Method or attribute name: function setWallpaper(source: string \| image.PixelMap, wallpaperType: WallpaperType, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: wallpaper
Method or attribute name: function setWallpaper(source: string \| image.PixelMap, wallpaperType: WallpaperType, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: N/A|@ohos.wallpaper.d.ts| +|Deprecated version changed|Class name: wallpaper
Method or attribute name: function setWallpaper(source: string \| image.PixelMap, wallpaperType: WallpaperType): Promise\;
Deprecated version: N/A|Class name: wallpaper
Method or attribute name: function setWallpaper(source: string \| image.PixelMap, wallpaperType: WallpaperType): Promise\;
Deprecated version: 9
Substitute API: N/A|@ohos.wallpaper.d.ts| +|Deprecated version changed|Class name: wallpaper
Method or attribute name: function getPixelMap(wallpaperType: WallpaperType, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: wallpaper
Method or attribute name: function getPixelMap(wallpaperType: WallpaperType, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: N/A|@ohos.wallpaper.d.ts| +|Deprecated version changed|Class name: wallpaper
Method or attribute name: function getPixelMap(wallpaperType: WallpaperType): Promise\;
Deprecated version: N/A|Class name: wallpaper
Method or attribute name: function getPixelMap(wallpaperType: WallpaperType): Promise\;
Deprecated version: 9
Substitute API: N/A|@ohos.wallpaper.d.ts| +|Deprecated version changed|Class name: wallpaper
Method or attribute name: function on(type: 'colorChange', callback: (colors: Array\, wallpaperType: WallpaperType) => void): void;
Deprecated version: N/A|Class name: wallpaper
Method or attribute name: function on(type: 'colorChange', callback: (colors: Array\, wallpaperType: WallpaperType) => void): void;
Deprecated version: 9
Substitute API: N/A|@ohos.wallpaper.d.ts| +|Deprecated version changed|Class name: wallpaper
Method or attribute name: function off(type: 'colorChange', callback?: (colors: Array\, wallpaperType: WallpaperType) => void): void;
Deprecated version: N/A|Class name: wallpaper
Method or attribute name: function off(type: 'colorChange', callback?: (colors: Array\, wallpaperType: WallpaperType) => void): void;
Deprecated version: 9
Substitute API: N/A|@ohos.wallpaper.d.ts| +|Deprecated version changed|Class name: UploadResponse
Deprecated version: N/A|Class name: UploadResponse
Deprecated version: 9
Substitute API: ohos.request |@system.request.d.ts| +|Deprecated version changed|Class name: UploadResponse
Method or attribute name: code: number;
Deprecated version: N/A|Class name: UploadResponse
Method or attribute name: code: number;
Deprecated version: 9
Substitute API: N/A|@system.request.d.ts| +|Deprecated version changed|Class name: UploadResponse
Method or attribute name: data: string;
Deprecated version: N/A|Class name: UploadResponse
Method or attribute name: data: string;
Deprecated version: 9
Substitute API: N/A|@system.request.d.ts| +|Deprecated version changed|Class name: UploadResponse
Method or attribute name: headers: Object;
Deprecated version: N/A|Class name: UploadResponse
Method or attribute name: headers: Object;
Deprecated version: 9
Substitute API: N/A|@system.request.d.ts| +|Deprecated version changed|Class name: DownloadResponse
Deprecated version: N/A|Class name: DownloadResponse
Deprecated version: 9
Substitute API: N/A|@system.request.d.ts| +|Deprecated version changed|Class name: DownloadResponse
Method or attribute name: token: string;
Deprecated version: N/A|Class name: DownloadResponse
Method or attribute name: token: string;
Deprecated version: 9
Substitute API: N/A|@system.request.d.ts| +|Deprecated version changed|Class name: OnDownloadCompleteResponse
Deprecated version: N/A|Class name: OnDownloadCompleteResponse
Deprecated version: 9
Substitute API: N/A|@system.request.d.ts| +|Deprecated version changed|Class name: OnDownloadCompleteResponse
Method or attribute name: uri: string;
Deprecated version: N/A|Class name: OnDownloadCompleteResponse
Method or attribute name: uri: string;
Deprecated version: 9
Substitute API: N/A|@system.request.d.ts| +|Deprecated version changed|Class name: RequestFile
Deprecated version: N/A|Class name: RequestFile
Deprecated version: 9
Substitute API: N/A|@system.request.d.ts| +|Deprecated version changed|Class name: RequestFile
Method or attribute name: filename?: string;
Deprecated version: N/A|Class name: RequestFile
Method or attribute name: filename?: string;
Deprecated version: 9
Substitute API: N/A|@system.request.d.ts| +|Deprecated version changed|Class name: RequestFile
Method or attribute name: name?: string;
Deprecated version: N/A|Class name: RequestFile
Method or attribute name: name?: string;
Deprecated version: 9
Substitute API: N/A|@system.request.d.ts| +|Deprecated version changed|Class name: RequestFile
Method or attribute name: uri: string;
Deprecated version: N/A|Class name: RequestFile
Method or attribute name: uri: string;
Deprecated version: 9
Substitute API: N/A|@system.request.d.ts| +|Deprecated version changed|Class name: RequestFile
Method or attribute name: type?: string;
Deprecated version: N/A|Class name: RequestFile
Method or attribute name: type?: string;
Deprecated version: 9
Substitute API: N/A|@system.request.d.ts| +|Deprecated version changed|Class name: RequestData
Deprecated version: N/A|Class name: RequestData
Deprecated version: 9
Substitute API: N/A|@system.request.d.ts| +|Deprecated version changed|Class name: RequestData
Method or attribute name: name: string;
Deprecated version: N/A|Class name: RequestData
Method or attribute name: name: string;
Deprecated version: 9
Substitute API: N/A|@system.request.d.ts| +|Deprecated version changed|Class name: RequestData
Method or attribute name: value: string;
Deprecated version: N/A|Class name: RequestData
Method or attribute name: value: string;
Deprecated version: 9
Substitute API: N/A|@system.request.d.ts| +|Deprecated version changed|Class name: UploadRequestOptions
Deprecated version: N/A|Class name: UploadRequestOptions
Deprecated version: 9
Substitute API: N/A|@system.request.d.ts| +|Deprecated version changed|Class name: UploadRequestOptions
Method or attribute name: url: string;
Deprecated version: N/A|Class name: UploadRequestOptions
Method or attribute name: url: string;
Deprecated version: 9
Substitute API: N/A|@system.request.d.ts| +|Deprecated version changed|Class name: UploadRequestOptions
Method or attribute name: data?: Array\;
Deprecated version: N/A|Class name: UploadRequestOptions
Method or attribute name: data?: Array\;
Deprecated version: 9
Substitute API: N/A|@system.request.d.ts| +|Deprecated version changed|Class name: UploadRequestOptions
Method or attribute name: files: Array\;
Deprecated version: N/A|Class name: UploadRequestOptions
Method or attribute name: files: Array\;
Deprecated version: 9
Substitute API: N/A|@system.request.d.ts| +|Deprecated version changed|Class name: UploadRequestOptions
Method or attribute name: header?: Object;
Deprecated version: N/A|Class name: UploadRequestOptions
Method or attribute name: header?: Object;
Deprecated version: 9
Substitute API: N/A|@system.request.d.ts| +|Deprecated version changed|Class name: UploadRequestOptions
Method or attribute name: method?: string;
Deprecated version: N/A|Class name: UploadRequestOptions
Method or attribute name: method?: string;
Deprecated version: 9
Substitute API: N/A|@system.request.d.ts| +|Deprecated version changed|Class name: UploadRequestOptions
Method or attribute name: success?: (data: UploadResponse) => void;
Deprecated version: N/A|Class name: UploadRequestOptions
Method or attribute name: success?: (data: UploadResponse) => void;
Deprecated version: 9
Substitute API: N/A|@system.request.d.ts| +|Deprecated version changed|Class name: UploadRequestOptions
Method or attribute name: fail?: (data: any, code: number) => void;
Deprecated version: N/A|Class name: UploadRequestOptions
Method or attribute name: fail?: (data: any, code: number) => void;
Deprecated version: 9
Substitute API: N/A|@system.request.d.ts| +|Deprecated version changed|Class name: UploadRequestOptions
Method or attribute name: complete?: () => void;
Deprecated version: N/A|Class name: UploadRequestOptions
Method or attribute name: complete?: () => void;
Deprecated version: 9
Substitute API: N/A|@system.request.d.ts| +|Deprecated version changed|Class name: DownloadRequestOptions
Deprecated version: N/A|Class name: DownloadRequestOptions
Deprecated version: 9
Substitute API: N/A|@system.request.d.ts| +|Deprecated version changed|Class name: DownloadRequestOptions
Method or attribute name: url: string;
Deprecated version: N/A|Class name: DownloadRequestOptions
Method or attribute name: url: string;
Deprecated version: 9
Substitute API: N/A|@system.request.d.ts| +|Deprecated version changed|Class name: DownloadRequestOptions
Method or attribute name: filename?: string;
Deprecated version: N/A|Class name: DownloadRequestOptions
Method or attribute name: filename?: string;
Deprecated version: 9
Substitute API: N/A|@system.request.d.ts| +|Deprecated version changed|Class name: DownloadRequestOptions
Method or attribute name: header?: string;
Deprecated version: N/A|Class name: DownloadRequestOptions
Method or attribute name: header?: string;
Deprecated version: 9
Substitute API: N/A|@system.request.d.ts| +|Deprecated version changed|Class name: DownloadRequestOptions
Method or attribute name: description?: string;
Deprecated version: N/A|Class name: DownloadRequestOptions
Method or attribute name: description?: string;
Deprecated version: 9
Substitute API: N/A|@system.request.d.ts| +|Deprecated version changed|Class name: DownloadRequestOptions
Method or attribute name: success?: (data: DownloadResponse) => void;
Deprecated version: N/A|Class name: DownloadRequestOptions
Method or attribute name: success?: (data: DownloadResponse) => void;
Deprecated version: 9
Substitute API: N/A|@system.request.d.ts| +|Deprecated version changed|Class name: DownloadRequestOptions
Method or attribute name: fail?: (data: any, code: number) => void;
Deprecated version: N/A|Class name: DownloadRequestOptions
Method or attribute name: fail?: (data: any, code: number) => void;
Deprecated version: 9
Substitute API: N/A|@system.request.d.ts| +|Deprecated version changed|Class name: DownloadRequestOptions
Method or attribute name: complete?: () => void;
Deprecated version: N/A|Class name: DownloadRequestOptions
Method or attribute name: complete?: () => void;
Deprecated version: 9
Substitute API: N/A|@system.request.d.ts| +|Deprecated version changed|Class name: OnDownloadCompleteOptions
Deprecated version: N/A|Class name: OnDownloadCompleteOptions
Deprecated version: 9
Substitute API: N/A|@system.request.d.ts| +|Deprecated version changed|Class name: OnDownloadCompleteOptions
Method or attribute name: token: string;
Deprecated version: N/A|Class name: OnDownloadCompleteOptions
Method or attribute name: token: string;
Deprecated version: 9
Substitute API: N/A|@system.request.d.ts| +|Deprecated version changed|Class name: OnDownloadCompleteOptions
Method or attribute name: success?: (data: OnDownloadCompleteResponse) => void;
Deprecated version: N/A|Class name: OnDownloadCompleteOptions
Method or attribute name: success?: (data: OnDownloadCompleteResponse) => void;
Deprecated version: 9
Substitute API: N/A|@system.request.d.ts| +|Deprecated version changed|Class name: OnDownloadCompleteOptions
Method or attribute name: fail?: (data: any, code: number) => void;
Deprecated version: N/A|Class name: OnDownloadCompleteOptions
Method or attribute name: fail?: (data: any, code: number) => void;
Deprecated version: 9
Substitute API: N/A|@system.request.d.ts| +|Deprecated version changed|Class name: OnDownloadCompleteOptions
Method or attribute name: complete?: () => void;
Deprecated version: N/A|Class name: OnDownloadCompleteOptions
Method or attribute name: complete?: () => void;
Deprecated version: 9
Substitute API: N/A|@system.request.d.ts| +|Deprecated version changed|Class name: Request
Deprecated version: N/A|Class name: Request
Deprecated version: 9
Substitute API: N/A|@system.request.d.ts| +|Deprecated version changed|Class name: Request
Method or attribute name: static upload(options: UploadRequestOptions): void;
Deprecated version: N/A|Class name: Request
Method or attribute name: static upload(options: UploadRequestOptions): void;
Deprecated version: 9
Substitute API: N/A|@system.request.d.ts| +|Deprecated version changed|Class name: Request
Method or attribute name: static download(options: DownloadRequestOptions): void;
Deprecated version: N/A|Class name: Request
Method or attribute name: static download(options: DownloadRequestOptions): void;
Deprecated version: 9
Substitute API: N/A|@system.request.d.ts| +|Deprecated version changed|Class name: Request
Method or attribute name: static onDownloadComplete(options: OnDownloadCompleteOptions): void;
Deprecated version: N/A|Class name: Request
Method or attribute name: static onDownloadComplete(options: OnDownloadCompleteOptions): void;
Deprecated version: 9
Substitute API: N/A|@system.request.d.ts| +|Initial version changed|Class name: DownloadTask
Initial version: N/A|Class name: DownloadTask
Initial version: 6|@ohos.request.d.ts| +|Initial version changed|Class name: UploadTask
Initial version: N/A|Class name: UploadTask
Initial version: 6|@ohos.request.d.ts| +|Initial version changed|Class name: systemTimer
Method or attribute name: const TIMER_TYPE_REALTIME: number;
Initial version: N/A|Class name: systemTimer
Method or attribute name: const TIMER_TYPE_REALTIME: number;
Initial version: 7|@ohos.systemTimer.d.ts| +|Initial version changed|Class name: systemTimer
Method or attribute name: const TIMER_TYPE_WAKEUP: number;
Initial version: N/A|Class name: systemTimer
Method or attribute name: const TIMER_TYPE_WAKEUP: number;
Initial version: 7|@ohos.systemTimer.d.ts| +|Initial version changed|Class name: systemTimer
Method or attribute name: const TIMER_TYPE_EXACT: number;
Initial version: N/A|Class name: systemTimer
Method or attribute name: const TIMER_TYPE_EXACT: number;
Initial version: 7|@ohos.systemTimer.d.ts| +|Initial version changed|Class name: systemTimer
Method or attribute name: const TIMER_TYPE_IDLE: number;
Initial version: N/A|Class name: systemTimer
Method or attribute name: const TIMER_TYPE_IDLE: number;
Initial version: 7|@ohos.systemTimer.d.ts| +|Initial version changed|Class name: systemTimer
Method or attribute name: function createTimer(options: TimerOptions, callback: AsyncCallback\): void;
Initial version: N/A|Class name: systemTimer
Method or attribute name: function createTimer(options: TimerOptions, callback: AsyncCallback\): void;
Initial version: 7|@ohos.systemTimer.d.ts| +|Initial version changed|Class name: systemTimer
Method or attribute name: function createTimer(options: TimerOptions): Promise\;
Initial version: N/A|Class name: systemTimer
Method or attribute name: function createTimer(options: TimerOptions): Promise\;
Initial version: 7|@ohos.systemTimer.d.ts| +|Initial version changed|Class name: systemTimer
Method or attribute name: function startTimer(timer: number, triggerTime: number, callback: AsyncCallback\): void;
Initial version: N/A|Class name: systemTimer
Method or attribute name: function startTimer(timer: number, triggerTime: number, callback: AsyncCallback\): void;
Initial version: 7|@ohos.systemTimer.d.ts| +|Initial version changed|Class name: systemTimer
Method or attribute name: function startTimer(timer: number, triggerTime: number): Promise\;
Initial version: N/A|Class name: systemTimer
Method or attribute name: function startTimer(timer: number, triggerTime: number): Promise\;
Initial version: 7|@ohos.systemTimer.d.ts| +|Initial version changed|Class name: systemTimer
Method or attribute name: function stopTimer(timer: number, callback: AsyncCallback\): void;
Initial version: N/A|Class name: systemTimer
Method or attribute name: function stopTimer(timer: number, callback: AsyncCallback\): void;
Initial version: 7|@ohos.systemTimer.d.ts| +|Initial version changed|Class name: systemTimer
Method or attribute name: function stopTimer(timer: number): Promise\;
Initial version: N/A|Class name: systemTimer
Method or attribute name: function stopTimer(timer: number): Promise\;
Initial version: 7|@ohos.systemTimer.d.ts| +|Initial version changed|Class name: systemTimer
Method or attribute name: function destroyTimer(timer: number, callback: AsyncCallback\): void;
Initial version: N/A|Class name: systemTimer
Method or attribute name: function destroyTimer(timer: number, callback: AsyncCallback\): void;
Initial version: 7|@ohos.systemTimer.d.ts| +|Initial version changed|Class name: systemTimer
Method or attribute name: function destroyTimer(timer: number): Promise\;
Initial version: N/A|Class name: systemTimer
Method or attribute name: function destroyTimer(timer: number): Promise\;
Initial version: 7|@ohos.systemTimer.d.ts| +|Initial version changed|Class name: TimerOptions
Initial version: N/A|Class name: TimerOptions
Initial version: 7|@ohos.systemTimer.d.ts| +|Initial version changed|Class name: TimerOptions
Method or attribute name: type: number;
Initial version: N/A|Class name: TimerOptions
Method or attribute name: type: number;
Initial version: 7|@ohos.systemTimer.d.ts| +|Initial version changed|Class name: TimerOptions
Method or attribute name: repeat: boolean;
Initial version: N/A|Class name: TimerOptions
Method or attribute name: repeat: boolean;
Initial version: 7|@ohos.systemTimer.d.ts| +|Initial version changed|Class name: TimerOptions
Method or attribute name: interval?: number;
Initial version: N/A|Class name: TimerOptions
Method or attribute name: interval?: number;
Initial version: 7|@ohos.systemTimer.d.ts| +|Initial version changed|Class name: TimerOptions
Method or attribute name: wantAgent?: WantAgent;
Initial version: N/A|Class name: TimerOptions
Method or attribute name: wantAgent?: WantAgent;
Initial version: 7|@ohos.systemTimer.d.ts| +|Initial version changed|Class name: TimerOptions
Method or attribute name: callback?: () => void;
Initial version: N/A|Class name: TimerOptions
Method or attribute name: callback?: () => void;
Initial version: 7|@ohos.systemTimer.d.ts| +|Initial version changed|Class name: RgbaColor
Initial version: N/A|Class name: RgbaColor
Initial version: 7|@ohos.wallpaper.d.ts| +|Initial version changed|Class name: WallpaperType
Initial version: N/A|Class name: WallpaperType
Initial version: 7|@ohos.wallpaper.d.ts| +|Initial version changed|Class name: wallpaper
Method or attribute name: function getColors(wallpaperType: WallpaperType, callback: AsyncCallback\>): void;
Initial version: N/A|Class name: wallpaper
Method or attribute name: function getColors(wallpaperType: WallpaperType, callback: AsyncCallback\>): void;
Initial version: 7|@ohos.wallpaper.d.ts| +|Initial version changed|Class name: wallpaper
Method or attribute name: function getColors(wallpaperType: WallpaperType): Promise\>;
Initial version: N/A|Class name: wallpaper
Method or attribute name: function getColors(wallpaperType: WallpaperType): Promise\>;
Initial version: 7|@ohos.wallpaper.d.ts| +|Initial version changed|Class name: wallpaper
Method or attribute name: function getId(wallpaperType: WallpaperType, callback: AsyncCallback\): void;
Initial version: N/A|Class name: wallpaper
Method or attribute name: function getId(wallpaperType: WallpaperType, callback: AsyncCallback\): void;
Initial version: 7|@ohos.wallpaper.d.ts| +|Initial version changed|Class name: wallpaper
Method or attribute name: function getId(wallpaperType: WallpaperType): Promise\;
Initial version: N/A|Class name: wallpaper
Method or attribute name: function getId(wallpaperType: WallpaperType): Promise\;
Initial version: 7|@ohos.wallpaper.d.ts| +|Initial version changed|Class name: wallpaper
Method or attribute name: function getMinHeight(callback: AsyncCallback\): void;
Initial version: N/A|Class name: wallpaper
Method or attribute name: function getMinHeight(callback: AsyncCallback\): void;
Initial version: 7|@ohos.wallpaper.d.ts| +|Initial version changed|Class name: wallpaper
Method or attribute name: function getMinHeight(): Promise\;
Initial version: N/A|Class name: wallpaper
Method or attribute name: function getMinHeight(): Promise\;
Initial version: 7|@ohos.wallpaper.d.ts| +|Initial version changed|Class name: wallpaper
Method or attribute name: function getMinWidth(callback: AsyncCallback\): void;
Initial version: N/A|Class name: wallpaper
Method or attribute name: function getMinWidth(callback: AsyncCallback\): void;
Initial version: 7|@ohos.wallpaper.d.ts| +|Initial version changed|Class name: wallpaper
Method or attribute name: function getMinWidth(): Promise\;
Initial version: N/A|Class name: wallpaper
Method or attribute name: function getMinWidth(): Promise\;
Initial version: 7|@ohos.wallpaper.d.ts| +|Initial version changed|Class name: wallpaper
Method or attribute name: function isChangePermitted(callback: AsyncCallback\): void;
Initial version: N/A|Class name: wallpaper
Method or attribute name: function isChangePermitted(callback: AsyncCallback\): void;
Initial version: 7|@ohos.wallpaper.d.ts| +|Initial version changed|Class name: wallpaper
Method or attribute name: function isChangePermitted(): Promise\;
Initial version: N/A|Class name: wallpaper
Method or attribute name: function isChangePermitted(): Promise\;
Initial version: 7|@ohos.wallpaper.d.ts| +|Initial version changed|Class name: wallpaper
Method or attribute name: function isOperationAllowed(callback: AsyncCallback\): void;
Initial version: N/A|Class name: wallpaper
Method or attribute name: function isOperationAllowed(callback: AsyncCallback\): void;
Initial version: 7|@ohos.wallpaper.d.ts| +|Initial version changed|Class name: wallpaper
Method or attribute name: function isOperationAllowed(): Promise\;
Initial version: N/A|Class name: wallpaper
Method or attribute name: function isOperationAllowed(): Promise\;
Initial version: 7|@ohos.wallpaper.d.ts| +|Initial version changed|Class name: wallpaper
Method or attribute name: function reset(wallpaperType: WallpaperType, callback: AsyncCallback\): void;
Initial version: N/A|Class name: wallpaper
Method or attribute name: function reset(wallpaperType: WallpaperType, callback: AsyncCallback\): void;
Initial version: 7|@ohos.wallpaper.d.ts| +|Initial version changed|Class name: wallpaper
Method or attribute name: function reset(wallpaperType: WallpaperType): Promise\;
Initial version: N/A|Class name: wallpaper
Method or attribute name: function reset(wallpaperType: WallpaperType): Promise\;
Initial version: 7|@ohos.wallpaper.d.ts| +|Initial version changed|Class name: wallpaper
Method or attribute name: function setWallpaper(source: string \| image.PixelMap, wallpaperType: WallpaperType, callback: AsyncCallback\): void;
Initial version: N/A|Class name: wallpaper
Method or attribute name: function setWallpaper(source: string \| image.PixelMap, wallpaperType: WallpaperType, callback: AsyncCallback\): void;
Initial version: 7|@ohos.wallpaper.d.ts| +|Initial version changed|Class name: wallpaper
Method or attribute name: function setWallpaper(source: string \| image.PixelMap, wallpaperType: WallpaperType): Promise\;
Initial version: N/A|Class name: wallpaper
Method or attribute name: function setWallpaper(source: string \| image.PixelMap, wallpaperType: WallpaperType): Promise\;
Initial version: 7|@ohos.wallpaper.d.ts| +|Initial version changed|Class name: wallpaper
Method or attribute name: function getPixelMap(wallpaperType: WallpaperType, callback: AsyncCallback\): void;
Initial version: N/A|Class name: wallpaper
Method or attribute name: function getPixelMap(wallpaperType: WallpaperType, callback: AsyncCallback\): void;
Initial version: 7|@ohos.wallpaper.d.ts| +|Initial version changed|Class name: wallpaper
Method or attribute name: function getPixelMap(wallpaperType: WallpaperType): Promise\;
Initial version: N/A|Class name: wallpaper
Method or attribute name: function getPixelMap(wallpaperType: WallpaperType): Promise\;
Initial version: 7|@ohos.wallpaper.d.ts| +|Initial version changed|Class name: wallpaper
Method or attribute name: function on(type: 'colorChange', callback: (colors: Array\, wallpaperType: WallpaperType) => void): void;
Initial version: N/A|Class name: wallpaper
Method or attribute name: function on(type: 'colorChange', callback: (colors: Array\, wallpaperType: WallpaperType) => void): void;
Initial version: 7|@ohos.wallpaper.d.ts| +|Initial version changed|Class name: wallpaper
Method or attribute name: function off(type: 'colorChange', callback?: (colors: Array\, wallpaperType: WallpaperType) => void): void;
Initial version: N/A|Class name: wallpaper
Method or attribute name: function off(type: 'colorChange', callback?: (colors: Array\, wallpaperType: WallpaperType) => void): void;
Initial version: 7|@ohos.wallpaper.d.ts| +|Initial version changed|Class name: Request
Method or attribute name: static upload(options: UploadRequestOptions): void;
Initial version: N/A|Class name: Request
Method or attribute name: static upload(options: UploadRequestOptions): void;
Initial version: 3|@system.request.d.ts| +|Initial version changed|Class name: Request
Method or attribute name: static download(options: DownloadRequestOptions): void;
Initial version: N/A|Class name: Request
Method or attribute name: static download(options: DownloadRequestOptions): void;
Initial version: 3|@system.request.d.ts| +|Initial version changed|Class name: Request
Method or attribute name: static onDownloadComplete(options: OnDownloadCompleteOptions): void;
Initial version: N/A|Class name: Request
Method or attribute name: static onDownloadComplete(options: OnDownloadCompleteOptions): void;
Initial version: 3|@system.request.d.ts| +|Permission changed|Class name: wallpaper
Method or attribute name: function getPixelMap(wallpaperType: WallpaperType, callback: AsyncCallback\): void;
Permission: ohos.permission.READ_USER_STORAGE|Class name: wallpaper
Method or attribute name: function getPixelMap(wallpaperType: WallpaperType, callback: AsyncCallback\): void;
Permission: ohos.permission.GET_WALLPAPER|@ohos.wallpaper.d.ts| +|Permission changed|Class name: wallpaper
Method or attribute name: function getPixelMap(wallpaperType: WallpaperType): Promise\;
Permission: ohos.permission.READ_USER_STORAGE|Class name: wallpaper
Method or attribute name: function getPixelMap(wallpaperType: WallpaperType): Promise\;
Permission: ohos.permission.GET_WALLPAPER|@ohos.wallpaper.d.ts| +|Error code added|NA|Class name: SystemPasteboard
Method or attribute name: on(type: 'update', callback: () => void): void;
Error code: 401|@ohos.pasteboard.d.ts| +|Error code added|NA|Class name: SystemPasteboard
Method or attribute name: off(type: 'update', callback?: () => void): void;
Error code: 401|@ohos.pasteboard.d.ts| +|Error code added|NA|Class name: systemTimer
Method or attribute name: function createTimer(options: TimerOptions, callback: AsyncCallback\): void;
Error code: 202, 401|@ohos.systemTimer.d.ts| +|Error code added|NA|Class name: systemTimer
Method or attribute name: function createTimer(options: TimerOptions): Promise\;
Error code: 202, 401|@ohos.systemTimer.d.ts| +|Error code added|NA|Class name: systemTimer
Method or attribute name: function startTimer(timer: number, triggerTime: number, callback: AsyncCallback\): void;
Error code: 202, 401|@ohos.systemTimer.d.ts| +|Error code added|NA|Class name: systemTimer
Method or attribute name: function startTimer(timer: number, triggerTime: number): Promise\;
Error code: 202, 401|@ohos.systemTimer.d.ts| +|Error code added|NA|Class name: systemTimer
Method or attribute name: function stopTimer(timer: number, callback: AsyncCallback\): void;
Error code: 202, 401|@ohos.systemTimer.d.ts| +|Error code added|NA|Class name: systemTimer
Method or attribute name: function stopTimer(timer: number): Promise\;
Error code: 202, 401|@ohos.systemTimer.d.ts| +|Error code added|NA|Class name: systemTimer
Method or attribute name: function destroyTimer(timer: number, callback: AsyncCallback\): void;
Error code: 202, 401|@ohos.systemTimer.d.ts| +|Error code added|NA|Class name: systemTimer
Method or attribute name: function destroyTimer(timer: number): Promise\;
Error code: 202, 401|@ohos.systemTimer.d.ts| +|Permission added|Class name: DownloadTask
Permission: N/A|Class name: DownloadTask
Permission: ohos.permission.INTERNET|@ohos.request.d.ts| +|Permission added|Class name: UploadTask
Permission: N/A|Class name: UploadTask
Permission: ohos.permission.INTERNET|@ohos.request.d.ts| +|SysCap changed|Class name: DownloadTask
SysCap: N/A|Class name: DownloadTask
SysCap:SystemCapability.MiscServices.Download|@ohos.request.d.ts| +|SysCap changed|Class name: UploadTask
SysCap: N/A|Class name: UploadTask
SysCap:SystemCapability.MiscServices.Download|@ohos.request.d.ts| +|Function changed|Class name: systemTime
Method or attribute name: function getCurrentTime(isNano?: boolean, callback: AsyncCallback\): void;
|Class name: systemTime
Method or attribute name: function getCurrentTime(isNano: boolean, callback: AsyncCallback\): void;
|@ohos.systemTime.d.ts| +|Function changed|Class name: systemTime
Method or attribute name: function getCurrentTime(isNano?: boolean, callback: AsyncCallback\): void;
|Class name: systemTime
Method or attribute name: function getCurrentTime(callback: AsyncCallback\): void;
|@ohos.systemTime.d.ts| +|Function changed|Class name: systemTime
Method or attribute name: function getRealActiveTime(isNano?: boolean, callback: AsyncCallback\): void;
|Class name: systemTime
Method or attribute name: function getRealActiveTime(isNano: boolean, callback: AsyncCallback\): void;
|@ohos.systemTime.d.ts| +|Function changed|Class name: systemTime
Method or attribute name: function getRealActiveTime(isNano?: boolean, callback: AsyncCallback\): void;
|Class name: systemTime
Method or attribute name: function getRealActiveTime(callback: AsyncCallback\): void;
|@ohos.systemTime.d.ts| +|Function changed|Class name: systemTime
Method or attribute name: function getRealTime(isNano?: boolean, callback: AsyncCallback\): void;
|Class name: systemTime
Method or attribute name: function getRealTime(isNano: boolean, callback: AsyncCallback\): void;
|@ohos.systemTime.d.ts| +|Function changed|Class name: systemTime
Method or attribute name: function getRealTime(isNano?: boolean, callback: AsyncCallback\): void;
|Class name: systemTime
Method or attribute name: function getRealTime(callback: AsyncCallback\): void;
|@ohos.systemTime.d.ts| diff --git a/en/release-notes/api-diff/v3.2-Release/js-apidiff-msdp.md b/en/release-notes/api-diff/v3.2-Release/js-apidiff-msdp.md new file mode 100644 index 0000000000000000000000000000000000000000..168c68330236da59de3a259323c5c399378854d0 --- /dev/null +++ b/en/release-notes/api-diff/v3.2-Release/js-apidiff-msdp.md @@ -0,0 +1,17 @@ +| Change Type | Old Version | New Version | d.ts File | +| ---- | ------ | ------ | -------- | +|Added|NA|Module name: ohos.stationary
Class name: stationary|@ohos.stationary.d.ts| +|Added|NA|Module name: ohos.stationary
Class name: ActivityType
Method or attribute name: type ActivityType = 'still' \| 'relativeStill';|@ohos.stationary.d.ts| +|Added|NA|Module name: ohos.stationary
Class name: ActivityType
Method or attribute name: type ActivityType = 'still' \| 'relativeStill';|@ohos.stationary.d.ts| +|Added|NA|Module name: ohos.stationary
Class name: ActivityResponse|@ohos.stationary.d.ts| +|Added|NA|Module name: ohos.stationary
Class name: ActivityResponse
Method or attribute name: state: ActivityState;|@ohos.stationary.d.ts| +|Added|NA|Module name: ohos.stationary
Class name: ActivityEvent|@ohos.stationary.d.ts| +|Added|NA|Module name: ohos.stationary
Class name: ActivityEvent
Method or attribute name: ENTER = 1|@ohos.stationary.d.ts| +|Added|NA|Module name: ohos.stationary
Class name: ActivityEvent
Method or attribute name: EXIT = 2|@ohos.stationary.d.ts| +|Added|NA|Module name: ohos.stationary
Class name: ActivityEvent
Method or attribute name: ENTER_EXIT = 3|@ohos.stationary.d.ts| +|Added|NA|Module name: ohos.stationary
Class name: ActivityState|@ohos.stationary.d.ts| +|Added|NA|Module name: ohos.stationary
Class name: ActivityState
Method or attribute name: ENTER = 1|@ohos.stationary.d.ts| +|Added|NA|Module name: ohos.stationary
Class name: ActivityState
Method or attribute name: EXIT = 2|@ohos.stationary.d.ts| +|Added|NA|Module name: ohos.stationary
Class name: stationary
Method or attribute name: function on(activity: ActivityType, event: ActivityEvent, reportLatencyNs: number, callback: Callback\): void;|@ohos.stationary.d.ts| +|Added|NA|Module name: ohos.stationary
Class name: stationary
Method or attribute name: function once(activity: ActivityType, callback: Callback\): void;|@ohos.stationary.d.ts| +|Added|NA|Module name: ohos.stationary
Class name: stationary
Method or attribute name: function off(activity: ActivityType, event: ActivityEvent, callback?: Callback\): void;|@ohos.stationary.d.ts| diff --git a/en/release-notes/api-diff/v3.2-Release/js-apidiff-multi-modal-input.md b/en/release-notes/api-diff/v3.2-Release/js-apidiff-multi-modal-input.md new file mode 100644 index 0000000000000000000000000000000000000000..dabaeaaaece650b2f0125aea6e6f11770b767995 --- /dev/null +++ b/en/release-notes/api-diff/v3.2-Release/js-apidiff-multi-modal-input.md @@ -0,0 +1,601 @@ +| Change Type | Old Version | New Version | d.ts File | +| ---- | ------ | ------ | -------- | +|Added|NA|Module name: ohos.multimodalInput.inputDevice
Class name: ChangedType
Method or attribute name: type ChangedType = 'add' \| 'remove';|@ohos.multimodalInput.inputDevice.d.ts| +|Added|NA|Class name: ChangedType
Method or attribute name: type ChangedType = 'add' \| 'remove';|@ohos.multimodalInput.inputDevice.d.ts| +|Added|NA|Module name: ohos.multimodalInput.inputDevice
Class name: ChangedType
Method or attribute name: type ChangedType = 'add' \| 'remove';|@ohos.multimodalInput.inputDevice.d.ts| +|Added|NA|Class name: ChangedType
Method or attribute name: type ChangedType = 'add' \| 'remove';|@ohos.multimodalInput.inputDevice.d.ts| +|Added|NA|Module name: ohos.multimodalInput.inputDevice
Class name: AxisType
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
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
Class name: AxisType
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
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
Class name: AxisType
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
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
Class name: AxisType
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
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
Class name: AxisType
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
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
Class name: AxisType
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
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
Class name: AxisType
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
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
Class name: AxisType
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
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
Class name: AxisType
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
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
Class name: KeyboardType|@ohos.multimodalInput.inputDevice.d.ts| +|Added|NA|Class name: KeyboardType
Method or attribute name: |@ohos.multimodalInput.inputDevice.d.ts| +|Added|NA|Module name: ohos.multimodalInput.inputDevice
Class name: KeyboardType
Method or attribute name: NONE = 0|@ohos.multimodalInput.inputDevice.d.ts| +|Added|NA|Class name: KeyboardType
Method or attribute name: NONE = 0|@ohos.multimodalInput.inputDevice.d.ts| +|Added|NA|Module name: ohos.multimodalInput.inputDevice
Class name: KeyboardType
Method or attribute name: UNKNOWN = 1|@ohos.multimodalInput.inputDevice.d.ts| +|Added|NA|Class name: KeyboardType
Method or attribute name: UNKNOWN = 1|@ohos.multimodalInput.inputDevice.d.ts| +|Added|NA|Module name: ohos.multimodalInput.inputDevice
Class name: KeyboardType
Method or attribute name: ALPHABETIC_KEYBOARD = 2|@ohos.multimodalInput.inputDevice.d.ts| +|Added|NA|Class name: KeyboardType
Method or attribute name: ALPHABETIC_KEYBOARD = 2|@ohos.multimodalInput.inputDevice.d.ts| +|Added|NA|Module name: ohos.multimodalInput.inputDevice
Class name: KeyboardType
Method or attribute name: DIGITAL_KEYBOARD = 3|@ohos.multimodalInput.inputDevice.d.ts| +|Added|NA|Class name: KeyboardType
Method or attribute name: DIGITAL_KEYBOARD = 3|@ohos.multimodalInput.inputDevice.d.ts| +|Added|NA|Module name: ohos.multimodalInput.inputDevice
Class name: KeyboardType
Method or attribute name: HANDWRITING_PEN = 4|@ohos.multimodalInput.inputDevice.d.ts| +|Added|NA|Class name: KeyboardType
Method or attribute name: HANDWRITING_PEN = 4|@ohos.multimodalInput.inputDevice.d.ts| +|Added|NA|Module name: ohos.multimodalInput.inputDevice
Class name: KeyboardType
Method or attribute name: REMOTE_CONTROL = 5|@ohos.multimodalInput.inputDevice.d.ts| +|Added|NA|Class name: KeyboardType
Method or attribute name: REMOTE_CONTROL = 5|@ohos.multimodalInput.inputDevice.d.ts| +|Added|NA|Module name: ohos.multimodalInput.inputDevice
Class name: DeviceListener|@ohos.multimodalInput.inputDevice.d.ts| +|Added|NA|Class name: DeviceListener
Method or attribute name: |@ohos.multimodalInput.inputDevice.d.ts| +|Added|NA|Module name: ohos.multimodalInput.inputDevice
Class name: DeviceListener
Method or attribute name: type: ChangedType;|@ohos.multimodalInput.inputDevice.d.ts| +|Added|NA|Class name: DeviceListener
Method or attribute name: type: ChangedType;|@ohos.multimodalInput.inputDevice.d.ts| +|Added|NA|Module name: ohos.multimodalInput.inputDevice
Class name: DeviceListener
Method or attribute name: deviceId: number;|@ohos.multimodalInput.inputDevice.d.ts| +|Added|NA|Class name: DeviceListener
Method or attribute name: deviceId: number;|@ohos.multimodalInput.inputDevice.d.ts| +|Added|NA|Class name: inputDevice
Method or attribute name: function on(type: "change", listener: Callback\): void;|@ohos.multimodalInput.inputDevice.d.ts| +|Added|NA|Class name: inputDevice
Method or attribute name: function off(type: "change", listener?: Callback\): void;|@ohos.multimodalInput.inputDevice.d.ts| +|Added|NA|Class name: AxisRange
Method or attribute name: fuzz: number;|@ohos.multimodalInput.inputDevice.d.ts| +|Added|NA|Class name: AxisRange
Method or attribute name: flat: number;|@ohos.multimodalInput.inputDevice.d.ts| +|Added|NA|Class name: AxisRange
Method or attribute name: resolution: number;|@ohos.multimodalInput.inputDevice.d.ts| +|Added|NA|Class name: InputDeviceData
Method or attribute name: bus: number;|@ohos.multimodalInput.inputDevice.d.ts| +|Added|NA|Class name: InputDeviceData
Method or attribute name: product: number;|@ohos.multimodalInput.inputDevice.d.ts| +|Added|NA|Class name: InputDeviceData
Method or attribute name: vendor: number;|@ohos.multimodalInput.inputDevice.d.ts| +|Added|NA|Class name: InputDeviceData
Method or attribute name: version: number;|@ohos.multimodalInput.inputDevice.d.ts| +|Added|NA|Class name: InputDeviceData
Method or attribute name: phys: string;|@ohos.multimodalInput.inputDevice.d.ts| +|Added|NA|Class name: InputDeviceData
Method or attribute name: uniq: string;|@ohos.multimodalInput.inputDevice.d.ts| +|Added|NA|Class name: inputDevice
Method or attribute name: function getDeviceList(callback: AsyncCallback\>): void;|@ohos.multimodalInput.inputDevice.d.ts| +|Added|NA|Class name: inputDevice
Method or attribute name: function getDeviceList(): Promise\>;|@ohos.multimodalInput.inputDevice.d.ts| +|Added|NA|Class name: inputDevice
Method or attribute name: function getDeviceInfo(deviceId: number, callback: AsyncCallback\): void;|@ohos.multimodalInput.inputDevice.d.ts| +|Added|NA|Class name: inputDevice
Method or attribute name: function getDeviceInfo(deviceId: number): Promise\;|@ohos.multimodalInput.inputDevice.d.ts| +|Added|NA|Class name: inputDevice
Method or attribute name: function supportKeys(deviceId: number, keys: Array\, callback: AsyncCallback\>): void;|@ohos.multimodalInput.inputDevice.d.ts| +|Added|NA|Class name: inputDevice
Method or attribute name: function supportKeys(deviceId: number, keys: Array\): Promise\>;|@ohos.multimodalInput.inputDevice.d.ts| +|Added|NA|Class name: inputDevice
Method or attribute name: function getKeyboardType(deviceId: number, callback: AsyncCallback\): void;|@ohos.multimodalInput.inputDevice.d.ts| +|Added|NA|Class name: inputDevice
Method or attribute name: function getKeyboardType(deviceId: number): Promise\;|@ohos.multimodalInput.inputDevice.d.ts| +|Added|NA|Module name: ohos.multimodalInput.inputDeviceCooperate
Class name: inputDeviceCooperate|@ohos.multimodalInput.inputDeviceCooperate.d.ts| +|Added|NA|Module name: ohos.multimodalInput.inputDeviceCooperate
Class name: EventMsg|@ohos.multimodalInput.inputDeviceCooperate.d.ts| +|Added|NA|Module name: ohos.multimodalInput.inputDeviceCooperate
Class name: EventMsg
Method or attribute name: MSG_COOPERATE_INFO_START = 200|@ohos.multimodalInput.inputDeviceCooperate.d.ts| +|Added|NA|Module name: ohos.multimodalInput.inputDeviceCooperate
Class name: EventMsg
Method or attribute name: MSG_COOPERATE_INFO_SUCCESS = 201|@ohos.multimodalInput.inputDeviceCooperate.d.ts| +|Added|NA|Module name: ohos.multimodalInput.inputDeviceCooperate
Class name: EventMsg
Method or attribute name: MSG_COOPERATE_INFO_FAIL = 202|@ohos.multimodalInput.inputDeviceCooperate.d.ts| +|Added|NA|Module name: ohos.multimodalInput.inputDeviceCooperate
Class name: EventMsg
Method or attribute name: MSG_COOPERATE_STATE_ON = 500|@ohos.multimodalInput.inputDeviceCooperate.d.ts| +|Added|NA|Module name: ohos.multimodalInput.inputDeviceCooperate
Class name: EventMsg
Method or attribute name: MSG_COOPERATE_STATE_OFF = 501|@ohos.multimodalInput.inputDeviceCooperate.d.ts| +|Added|NA|Module name: ohos.multimodalInput.inputDeviceCooperate
Class name: inputDeviceCooperate
Method or attribute name: function enable(enable: boolean, callback: AsyncCallback\): void;|@ohos.multimodalInput.inputDeviceCooperate.d.ts| +|Added|NA|Module name: ohos.multimodalInput.inputDeviceCooperate
Class name: inputDeviceCooperate
Method or attribute name: function enable(enable: boolean): Promise\;|@ohos.multimodalInput.inputDeviceCooperate.d.ts| +|Added|NA|Module name: ohos.multimodalInput.inputDeviceCooperate
Class name: inputDeviceCooperate
Method or attribute name: function start(sinkDeviceDescriptor: string, srcInputDeviceId: number, callback: AsyncCallback\): void;|@ohos.multimodalInput.inputDeviceCooperate.d.ts| +|Added|NA|Module name: ohos.multimodalInput.inputDeviceCooperate
Class name: inputDeviceCooperate
Method or attribute name: function start(sinkDeviceDescriptor: string, srcInputDeviceId: number): Promise\;|@ohos.multimodalInput.inputDeviceCooperate.d.ts| +|Added|NA|Module name: ohos.multimodalInput.inputDeviceCooperate
Class name: inputDeviceCooperate
Method or attribute name: function stop(callback: AsyncCallback\): void;|@ohos.multimodalInput.inputDeviceCooperate.d.ts| +|Added|NA|Module name: ohos.multimodalInput.inputDeviceCooperate
Class name: inputDeviceCooperate
Method or attribute name: function stop(): Promise\;|@ohos.multimodalInput.inputDeviceCooperate.d.ts| +|Added|NA|Module name: ohos.multimodalInput.inputDeviceCooperate
Class name: inputDeviceCooperate
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
Class name: inputDeviceCooperate
Method or attribute name: function getState(deviceDescriptor: string): Promise\<{ state: boolean }>;|@ohos.multimodalInput.inputDeviceCooperate.d.ts| +|Added|NA|Module name: ohos.multimodalInput.inputDeviceCooperate
Class name: inputDeviceCooperate
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
Class name: inputDeviceCooperate
Method or attribute name: function off(type: 'cooperation', callback?: AsyncCallback\): void;|@ohos.multimodalInput.inputDeviceCooperate.d.ts| +|Added|NA|Module name: ohos.multimodalInput.inputEvent
Class name: InputEvent|@ohos.multimodalInput.inputEvent.d.ts| +|Added|NA|Module name: ohos.multimodalInput.inputEvent
Class name: InputEvent
Method or attribute name: id: number;|@ohos.multimodalInput.inputEvent.d.ts| +|Added|NA|Module name: ohos.multimodalInput.inputEvent
Class name: InputEvent
Method or attribute name: deviceId: number;|@ohos.multimodalInput.inputEvent.d.ts| +|Added|NA|Module name: ohos.multimodalInput.inputEvent
Class name: InputEvent
Method or attribute name: actionTime: number;|@ohos.multimodalInput.inputEvent.d.ts| +|Added|NA|Module name: ohos.multimodalInput.inputEvent
Class name: InputEvent
Method or attribute name: screenId: number;|@ohos.multimodalInput.inputEvent.d.ts| +|Added|NA|Module name: ohos.multimodalInput.inputEvent
Class name: InputEvent
Method or attribute name: windowId: number;|@ohos.multimodalInput.inputEvent.d.ts| +|Added|NA|Class name: inputMonitor
Method or attribute name: function on(type:"mouse", receiver:Callback\):void;|@ohos.multimodalInput.inputMonitor.d.ts| +|Added|NA|Class name: inputMonitor
Method or attribute name: function off(type:"mouse", receiver?:Callback\):void;|@ohos.multimodalInput.inputMonitor.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_FN = 0|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_UNKNOWN = -1|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_HOME = 1|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_BACK = 2|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_MEDIA_PLAY_PAUSE = 10|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_MEDIA_STOP = 11|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_MEDIA_NEXT = 12|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_MEDIA_PREVIOUS = 13|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_MEDIA_REWIND = 14|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_MEDIA_FAST_FORWARD = 15|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_VOLUME_UP = 16|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_VOLUME_DOWN = 17|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_POWER = 18|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_CAMERA = 19|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_VOLUME_MUTE = 22|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_MUTE = 23|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_BRIGHTNESS_UP = 40|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_BRIGHTNESS_DOWN = 41|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_0 = 2000|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_1 = 2001|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_2 = 2002|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_3 = 2003|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_4 = 2004|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_5 = 2005|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_6 = 2006|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_7 = 2007|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_8 = 2008|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_9 = 2009|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_STAR = 2010|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_POUND = 2011|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_DPAD_UP = 2012|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_DPAD_DOWN = 2013|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_DPAD_LEFT = 2014|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_DPAD_RIGHT = 2015|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_DPAD_CENTER = 2016|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_A = 2017|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_B = 2018|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_C = 2019|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_D = 2020|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_E = 2021|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_F = 2022|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_G = 2023|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_H = 2024|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_I = 2025|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_J = 2026|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_K = 2027|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_L = 2028|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_M = 2029|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_N = 2030|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_O = 2031|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_P = 2032|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_Q = 2033|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_R = 2034|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_S = 2035|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_T = 2036|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_U = 2037|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_V = 2038|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_W = 2039|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_X = 2040|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_Y = 2041|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_Z = 2042|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_COMMA = 2043|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_PERIOD = 2044|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_ALT_LEFT = 2045|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_ALT_RIGHT = 2046|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_SHIFT_LEFT = 2047|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_SHIFT_RIGHT = 2048|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_TAB = 2049|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_SPACE = 2050|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_SYM = 2051|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_EXPLORER = 2052|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_ENVELOPE = 2053|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_ENTER = 2054|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_DEL = 2055|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_GRAVE = 2056|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_MINUS = 2057|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_EQUALS = 2058|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_LEFT_BRACKET = 2059|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_RIGHT_BRACKET = 2060|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_BACKSLASH = 2061|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_SEMICOLON = 2062|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_APOSTROPHE = 2063|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_SLASH = 2064|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_AT = 2065|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_PLUS = 2066|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_MENU = 2067|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_PAGE_UP = 2068|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_PAGE_DOWN = 2069|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_ESCAPE = 2070|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_FORWARD_DEL = 2071|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_CTRL_LEFT = 2072|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_CTRL_RIGHT = 2073|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_CAPS_LOCK = 2074|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_SCROLL_LOCK = 2075|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_META_LEFT = 2076|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_META_RIGHT = 2077|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_FUNCTION = 2078|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_SYSRQ = 2079|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_BREAK = 2080|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_MOVE_HOME = 2081|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_MOVE_END = 2082|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_INSERT = 2083|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_FORWARD = 2084|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_MEDIA_PLAY = 2085|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_MEDIA_PAUSE = 2086|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_MEDIA_CLOSE = 2087|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_MEDIA_EJECT = 2088|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_MEDIA_RECORD = 2089|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_F1 = 2090|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_F2 = 2091|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_F3 = 2092|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_F4 = 2093|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_F5 = 2094|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_F6 = 2095|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_F7 = 2096|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_F8 = 2097|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_F9 = 2098|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_F10 = 2099|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_F11 = 2100|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_F12 = 2101|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_NUM_LOCK = 2102|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_NUMPAD_0 = 2103|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_NUMPAD_1 = 2104|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_NUMPAD_2 = 2105|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_NUMPAD_3 = 2106|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_NUMPAD_4 = 2107|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_NUMPAD_5 = 2108|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_NUMPAD_6 = 2109|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_NUMPAD_7 = 2110|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_NUMPAD_8 = 2111|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_NUMPAD_9 = 2112|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_NUMPAD_DIVIDE = 2113|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_NUMPAD_MULTIPLY = 2114|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_NUMPAD_SUBTRACT = 2115|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_NUMPAD_ADD = 2116|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_NUMPAD_DOT = 2117|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_NUMPAD_COMMA = 2118|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_NUMPAD_ENTER = 2119|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_NUMPAD_EQUALS = 2120|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_NUMPAD_LEFT_PAREN = 2121|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_NUMPAD_RIGHT_PAREN = 2122|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_VIRTUAL_MULTITASK = 2210|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_SLEEP = 2600|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_ZENKAKU_HANKAKU = 2601|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_102ND = 2602|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_RO = 2603|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_KATAKANA = 2604|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_HIRAGANA = 2605|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_HENKAN = 2606|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_KATAKANA_HIRAGANA = 2607|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_MUHENKAN = 2608|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_LINEFEED = 2609|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_MACRO = 2610|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_NUMPAD_PLUSMINUS = 2611|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_SCALE = 2612|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_HANGUEL = 2613|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_HANJA = 2614|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_YEN = 2615|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_STOP = 2616|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_AGAIN = 2617|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_PROPS = 2618|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_UNDO = 2619|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_COPY = 2620|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_OPEN = 2621|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_PASTE = 2622|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_FIND = 2623|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_CUT = 2624|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_HELP = 2625|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_CALC = 2626|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_FILE = 2627|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_BOOKMARKS = 2628|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_NEXT = 2629|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_PLAYPAUSE = 2630|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_PREVIOUS = 2631|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_STOPCD = 2632|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_CONFIG = 2634|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_REFRESH = 2635|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_EXIT = 2636|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_EDIT = 2637|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_SCROLLUP = 2638|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_SCROLLDOWN = 2639|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_NEW = 2640|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_REDO = 2641|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_CLOSE = 2642|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_PLAY = 2643|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_BASSBOOST = 2644|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_PRINT = 2645|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_CHAT = 2646|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_FINANCE = 2647|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_CANCEL = 2648|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_KBDILLUM_TOGGLE = 2649|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_KBDILLUM_DOWN = 2650|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_KBDILLUM_UP = 2651|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_SEND = 2652|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_REPLY = 2653|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_FORWARDMAIL = 2654|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_SAVE = 2655|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_DOCUMENTS = 2656|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_VIDEO_NEXT = 2657|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_VIDEO_PREV = 2658|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_BRIGHTNESS_CYCLE = 2659|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_BRIGHTNESS_ZERO = 2660|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_DISPLAY_OFF = 2661|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_BTN_MISC = 2662|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_GOTO = 2663|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_INFO = 2664|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_PROGRAM = 2665|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_PVR = 2666|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_SUBTITLE = 2667|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_FULL_SCREEN = 2668|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_KEYBOARD = 2669|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_ASPECT_RATIO = 2670|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_PC = 2671|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_TV = 2672|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_TV2 = 2673|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_VCR = 2674|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_VCR2 = 2675|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_SAT = 2676|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_CD = 2677|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_TAPE = 2678|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_TUNER = 2679|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_PLAYER = 2680|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_DVD = 2681|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_AUDIO = 2682|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_VIDEO = 2683|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_MEMO = 2684|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_CALENDAR = 2685|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_RED = 2686|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_GREEN = 2687|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_YELLOW = 2688|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_BLUE = 2689|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_CHANNELUP = 2690|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_CHANNELDOWN = 2691|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_LAST = 2692|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_RESTART = 2693|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_SLOW = 2694|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_SHUFFLE = 2695|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_VIDEOPHONE = 2696|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_GAMES = 2697|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_ZOOMIN = 2698|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_ZOOMOUT = 2699|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_ZOOMRESET = 2700|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_WORDPROCESSOR = 2701|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_EDITOR = 2702|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_SPREADSHEET = 2703|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_GRAPHICSEDITOR = 2704|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_PRESENTATION = 2705|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_DATABASE = 2706|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_NEWS = 2707|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_VOICEMAIL = 2708|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_ADDRESSBOOK = 2709|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_MESSENGER = 2710|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_BRIGHTNESS_TOGGLE = 2711|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_SPELLCHECK = 2712|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_COFFEE = 2713|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_MEDIA_REPEAT = 2714|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_IMAGES = 2715|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_BUTTONCONFIG = 2716|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_TASKMANAGER = 2717|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_JOURNAL = 2718|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_CONTROLPANEL = 2719|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_APPSELECT = 2720|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_SCREENSAVER = 2721|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_ASSISTANT = 2722|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_KBD_LAYOUT_NEXT = 2723|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_BRIGHTNESS_MIN = 2724|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_BRIGHTNESS_MAX = 2725|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_KBDINPUTASSIST_PREV = 2726|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_KBDINPUTASSIST_NEXT = 2727|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_KBDINPUTASSIST_PREVGROUP = 2728|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_KBDINPUTASSIST_NEXTGROUP = 2729|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_KBDINPUTASSIST_ACCEPT = 2730|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_KBDINPUTASSIST_CANCEL = 2731|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_FRONT = 2800|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_SETUP = 2801|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_WAKEUP = 2802|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_SENDFILE = 2803|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_DELETEFILE = 2804|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_XFER = 2805|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_PROG1 = 2806|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_PROG2 = 2807|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_MSDOS = 2808|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_SCREENLOCK = 2809|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_DIRECTION_ROTATE_DISPLAY = 2810|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_CYCLEWINDOWS = 2811|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_COMPUTER = 2812|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_EJECTCLOSECD = 2813|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_ISO = 2814|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_MOVE = 2815|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_F13 = 2816|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_F14 = 2817|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_F15 = 2818|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_F16 = 2819|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_F17 = 2820|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_F18 = 2821|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_F19 = 2822|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_F20 = 2823|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_F21 = 2824|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_F22 = 2825|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_F23 = 2826|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_F24 = 2827|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_PROG3 = 2828|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_PROG4 = 2829|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_DASHBOARD = 2830|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_SUSPEND = 2831|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_HP = 2832|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_SOUND = 2833|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_QUESTION = 2834|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_CONNECT = 2836|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_SPORT = 2837|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_SHOP = 2838|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_ALTERASE = 2839|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_SWITCHVIDEOMODE = 2841|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_BATTERY = 2842|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_BLUETOOTH = 2843|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_WLAN = 2844|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_UWB = 2845|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_WWAN_WIMAX = 2846|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_RFKILL = 2847|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_CHANNEL = 3001|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_BTN_0 = 3100|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_BTN_1 = 3101|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_BTN_2 = 3102|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_BTN_3 = 3103|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_BTN_4 = 3104|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_BTN_5 = 3105|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_BTN_6 = 3106|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_BTN_7 = 3107|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_BTN_8 = 3108|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyCode
Class name: KeyCode
Method or attribute name: KEYCODE_BTN_9 = 3109|@ohos.multimodalInput.keyCode.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyEvent
Class name: Action|@ohos.multimodalInput.keyEvent.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyEvent
Class name: Action
Method or attribute name: CANCEL = 0|@ohos.multimodalInput.keyEvent.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyEvent
Class name: Action
Method or attribute name: DOWN = 1|@ohos.multimodalInput.keyEvent.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyEvent
Class name: Action
Method or attribute name: UP = 2|@ohos.multimodalInput.keyEvent.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyEvent
Class name: Key|@ohos.multimodalInput.keyEvent.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyEvent
Class name: Key
Method or attribute name: code: KeyCode;|@ohos.multimodalInput.keyEvent.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyEvent
Class name: Key
Method or attribute name: pressedTime: number;|@ohos.multimodalInput.keyEvent.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyEvent
Class name: Key
Method or attribute name: deviceId: number;|@ohos.multimodalInput.keyEvent.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyEvent
Class name: KeyEvent|@ohos.multimodalInput.keyEvent.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyEvent
Class name: KeyEvent
Method or attribute name: action: Action;|@ohos.multimodalInput.keyEvent.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyEvent
Class name: KeyEvent
Method or attribute name: key: Key;|@ohos.multimodalInput.keyEvent.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyEvent
Class name: KeyEvent
Method or attribute name: unicodeChar: number;|@ohos.multimodalInput.keyEvent.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyEvent
Class name: KeyEvent
Method or attribute name: keys: Key[];|@ohos.multimodalInput.keyEvent.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyEvent
Class name: KeyEvent
Method or attribute name: ctrlKey: boolean;|@ohos.multimodalInput.keyEvent.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyEvent
Class name: KeyEvent
Method or attribute name: altKey: boolean;|@ohos.multimodalInput.keyEvent.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyEvent
Class name: KeyEvent
Method or attribute name: shiftKey: boolean;|@ohos.multimodalInput.keyEvent.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyEvent
Class name: KeyEvent
Method or attribute name: logoKey: boolean;|@ohos.multimodalInput.keyEvent.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyEvent
Class name: KeyEvent
Method or attribute name: fnKey: boolean;|@ohos.multimodalInput.keyEvent.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyEvent
Class name: KeyEvent
Method or attribute name: capsLock: boolean;|@ohos.multimodalInput.keyEvent.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyEvent
Class name: KeyEvent
Method or attribute name: numLock: boolean;|@ohos.multimodalInput.keyEvent.d.ts| +|Added|NA|Module name: ohos.multimodalInput.keyEvent
Class name: KeyEvent
Method or attribute name: scrollLock: boolean;|@ohos.multimodalInput.keyEvent.d.ts| +|Added|NA|Module name: ohos.multimodalInput.mouseEvent
Class name: Action|@ohos.multimodalInput.mouseEvent.d.ts| +|Added|NA|Module name: ohos.multimodalInput.mouseEvent
Class name: Action
Method or attribute name: CANCEL = 0|@ohos.multimodalInput.mouseEvent.d.ts| +|Added|NA|Module name: ohos.multimodalInput.mouseEvent
Class name: Action
Method or attribute name: MOVE = 1|@ohos.multimodalInput.mouseEvent.d.ts| +|Added|NA|Module name: ohos.multimodalInput.mouseEvent
Class name: Action
Method or attribute name: BUTTON_DOWN = 2|@ohos.multimodalInput.mouseEvent.d.ts| +|Added|NA|Module name: ohos.multimodalInput.mouseEvent
Class name: Action
Method or attribute name: BUTTON_UP = 3|@ohos.multimodalInput.mouseEvent.d.ts| +|Added|NA|Module name: ohos.multimodalInput.mouseEvent
Class name: Action
Method or attribute name: AXIS_BEGIN = 4|@ohos.multimodalInput.mouseEvent.d.ts| +|Added|NA|Module name: ohos.multimodalInput.mouseEvent
Class name: Action
Method or attribute name: AXIS_UPDATE = 5|@ohos.multimodalInput.mouseEvent.d.ts| +|Added|NA|Module name: ohos.multimodalInput.mouseEvent
Class name: Action
Method or attribute name: AXIS_END = 6|@ohos.multimodalInput.mouseEvent.d.ts| +|Added|NA|Module name: ohos.multimodalInput.mouseEvent
Class name: Button|@ohos.multimodalInput.mouseEvent.d.ts| +|Added|NA|Module name: ohos.multimodalInput.mouseEvent
Class name: Button
Method or attribute name: LEFT = 0|@ohos.multimodalInput.mouseEvent.d.ts| +|Added|NA|Module name: ohos.multimodalInput.mouseEvent
Class name: Button
Method or attribute name: MIDDLE = 1|@ohos.multimodalInput.mouseEvent.d.ts| +|Added|NA|Module name: ohos.multimodalInput.mouseEvent
Class name: Button
Method or attribute name: RIGHT = 2|@ohos.multimodalInput.mouseEvent.d.ts| +|Added|NA|Module name: ohos.multimodalInput.mouseEvent
Class name: Button
Method or attribute name: SIDE = 3|@ohos.multimodalInput.mouseEvent.d.ts| +|Added|NA|Module name: ohos.multimodalInput.mouseEvent
Class name: Button
Method or attribute name: EXTRA = 4|@ohos.multimodalInput.mouseEvent.d.ts| +|Added|NA|Module name: ohos.multimodalInput.mouseEvent
Class name: Button
Method or attribute name: FORWARD = 5|@ohos.multimodalInput.mouseEvent.d.ts| +|Added|NA|Module name: ohos.multimodalInput.mouseEvent
Class name: Button
Method or attribute name: BACK = 6|@ohos.multimodalInput.mouseEvent.d.ts| +|Added|NA|Module name: ohos.multimodalInput.mouseEvent
Class name: Button
Method or attribute name: TASK = 7|@ohos.multimodalInput.mouseEvent.d.ts| +|Added|NA|Module name: ohos.multimodalInput.mouseEvent
Class name: Axis|@ohos.multimodalInput.mouseEvent.d.ts| +|Added|NA|Module name: ohos.multimodalInput.mouseEvent
Class name: Axis
Method or attribute name: SCROLL_VERTICAL = 0|@ohos.multimodalInput.mouseEvent.d.ts| +|Added|NA|Module name: ohos.multimodalInput.mouseEvent
Class name: Axis
Method or attribute name: SCROLL_HORIZONTAL = 1|@ohos.multimodalInput.mouseEvent.d.ts| +|Added|NA|Module name: ohos.multimodalInput.mouseEvent
Class name: Axis
Method or attribute name: PINCH = 2|@ohos.multimodalInput.mouseEvent.d.ts| +|Added|NA|Module name: ohos.multimodalInput.mouseEvent
Class name: AxisValue|@ohos.multimodalInput.mouseEvent.d.ts| +|Added|NA|Module name: ohos.multimodalInput.mouseEvent
Class name: AxisValue
Method or attribute name: axis: Axis;|@ohos.multimodalInput.mouseEvent.d.ts| +|Added|NA|Module name: ohos.multimodalInput.mouseEvent
Class name: AxisValue
Method or attribute name: value: number|@ohos.multimodalInput.mouseEvent.d.ts| +|Added|NA|Module name: ohos.multimodalInput.mouseEvent
Class name: MouseEvent|@ohos.multimodalInput.mouseEvent.d.ts| +|Added|NA|Module name: ohos.multimodalInput.mouseEvent
Class name: MouseEvent
Method or attribute name: action: Action;|@ohos.multimodalInput.mouseEvent.d.ts| +|Added|NA|Module name: ohos.multimodalInput.mouseEvent
Class name: MouseEvent
Method or attribute name: screenX: number;|@ohos.multimodalInput.mouseEvent.d.ts| +|Added|NA|Module name: ohos.multimodalInput.mouseEvent
Class name: MouseEvent
Method or attribute name: screenY: number;|@ohos.multimodalInput.mouseEvent.d.ts| +|Added|NA|Module name: ohos.multimodalInput.mouseEvent
Class name: MouseEvent
Method or attribute name: windowX: number;|@ohos.multimodalInput.mouseEvent.d.ts| +|Added|NA|Module name: ohos.multimodalInput.mouseEvent
Class name: MouseEvent
Method or attribute name: windowY: number;|@ohos.multimodalInput.mouseEvent.d.ts| +|Added|NA|Module name: ohos.multimodalInput.mouseEvent
Class name: MouseEvent
Method or attribute name: rawDeltaX: number;|@ohos.multimodalInput.mouseEvent.d.ts| +|Added|NA|Module name: ohos.multimodalInput.mouseEvent
Class name: MouseEvent
Method or attribute name: rawDeltaY: number;|@ohos.multimodalInput.mouseEvent.d.ts| +|Added|NA|Module name: ohos.multimodalInput.mouseEvent
Class name: MouseEvent
Method or attribute name: button: Button;|@ohos.multimodalInput.mouseEvent.d.ts| +|Added|NA|Module name: ohos.multimodalInput.mouseEvent
Class name: MouseEvent
Method or attribute name: pressedButtons: Button[];|@ohos.multimodalInput.mouseEvent.d.ts| +|Added|NA|Module name: ohos.multimodalInput.mouseEvent
Class name: MouseEvent
Method or attribute name: axes: AxisValue[];|@ohos.multimodalInput.mouseEvent.d.ts| +|Added|NA|Module name: ohos.multimodalInput.mouseEvent
Class name: MouseEvent
Method or attribute name: pressedKeys: KeyCode[];|@ohos.multimodalInput.mouseEvent.d.ts| +|Added|NA|Module name: ohos.multimodalInput.mouseEvent
Class name: MouseEvent
Method or attribute name: ctrlKey: boolean;|@ohos.multimodalInput.mouseEvent.d.ts| +|Added|NA|Module name: ohos.multimodalInput.mouseEvent
Class name: MouseEvent
Method or attribute name: altKey: boolean;|@ohos.multimodalInput.mouseEvent.d.ts| +|Added|NA|Module name: ohos.multimodalInput.mouseEvent
Class name: MouseEvent
Method or attribute name: shiftKey: boolean;|@ohos.multimodalInput.mouseEvent.d.ts| +|Added|NA|Module name: ohos.multimodalInput.mouseEvent
Class name: MouseEvent
Method or attribute name: logoKey: boolean;|@ohos.multimodalInput.mouseEvent.d.ts| +|Added|NA|Module name: ohos.multimodalInput.mouseEvent
Class name: MouseEvent
Method or attribute name: fnKey:boolean|@ohos.multimodalInput.mouseEvent.d.ts| +|Added|NA|Module name: ohos.multimodalInput.mouseEvent
Class name: MouseEvent
Method or attribute name: capsLock:boolean|@ohos.multimodalInput.mouseEvent.d.ts| +|Added|NA|Module name: ohos.multimodalInput.mouseEvent
Class name: MouseEvent
Method or attribute name: numLock:boolean|@ohos.multimodalInput.mouseEvent.d.ts| +|Added|NA|Module name: ohos.multimodalInput.mouseEvent
Class name: MouseEvent
Method or attribute name: scrollLock:boolean|@ohos.multimodalInput.mouseEvent.d.ts| +|Added|NA|Module name: ohos.multimodalInput.pointer
Class name: pointer|@ohos.multimodalInput.pointer.d.ts| +|Added|NA|Module name: ohos.multimodalInput.pointer
Class name: PointerStyle|@ohos.multimodalInput.pointer.d.ts| +|Added|NA|Module name: ohos.multimodalInput.pointer
Class name: PointerStyle
Method or attribute name: DEFAULT|@ohos.multimodalInput.pointer.d.ts| +|Added|NA|Module name: ohos.multimodalInput.pointer
Class name: PointerStyle
Method or attribute name: EAST|@ohos.multimodalInput.pointer.d.ts| +|Added|NA|Module name: ohos.multimodalInput.pointer
Class name: PointerStyle
Method or attribute name: WEST|@ohos.multimodalInput.pointer.d.ts| +|Added|NA|Module name: ohos.multimodalInput.pointer
Class name: PointerStyle
Method or attribute name: SOUTH|@ohos.multimodalInput.pointer.d.ts| +|Added|NA|Module name: ohos.multimodalInput.pointer
Class name: PointerStyle
Method or attribute name: NORTH|@ohos.multimodalInput.pointer.d.ts| +|Added|NA|Module name: ohos.multimodalInput.pointer
Class name: PointerStyle
Method or attribute name: WEST_EAST|@ohos.multimodalInput.pointer.d.ts| +|Added|NA|Module name: ohos.multimodalInput.pointer
Class name: PointerStyle
Method or attribute name: NORTH_SOUTH|@ohos.multimodalInput.pointer.d.ts| +|Added|NA|Module name: ohos.multimodalInput.pointer
Class name: PointerStyle
Method or attribute name: NORTH_EAST|@ohos.multimodalInput.pointer.d.ts| +|Added|NA|Module name: ohos.multimodalInput.pointer
Class name: PointerStyle
Method or attribute name: NORTH_WEST|@ohos.multimodalInput.pointer.d.ts| +|Added|NA|Module name: ohos.multimodalInput.pointer
Class name: PointerStyle
Method or attribute name: SOUTH_EAST|@ohos.multimodalInput.pointer.d.ts| +|Added|NA|Module name: ohos.multimodalInput.pointer
Class name: PointerStyle
Method or attribute name: SOUTH_WEST|@ohos.multimodalInput.pointer.d.ts| +|Added|NA|Module name: ohos.multimodalInput.pointer
Class name: PointerStyle
Method or attribute name: NORTH_EAST_SOUTH_WEST|@ohos.multimodalInput.pointer.d.ts| +|Added|NA|Module name: ohos.multimodalInput.pointer
Class name: PointerStyle
Method or attribute name: NORTH_WEST_SOUTH_EAST|@ohos.multimodalInput.pointer.d.ts| +|Added|NA|Module name: ohos.multimodalInput.pointer
Class name: PointerStyle
Method or attribute name: CROSS|@ohos.multimodalInput.pointer.d.ts| +|Added|NA|Module name: ohos.multimodalInput.pointer
Class name: PointerStyle
Method or attribute name: CURSOR_COPY|@ohos.multimodalInput.pointer.d.ts| +|Added|NA|Module name: ohos.multimodalInput.pointer
Class name: PointerStyle
Method or attribute name: CURSOR_FORBID|@ohos.multimodalInput.pointer.d.ts| +|Added|NA|Module name: ohos.multimodalInput.pointer
Class name: PointerStyle
Method or attribute name: COLOR_SUCKER|@ohos.multimodalInput.pointer.d.ts| +|Added|NA|Module name: ohos.multimodalInput.pointer
Class name: PointerStyle
Method or attribute name: HAND_GRABBING|@ohos.multimodalInput.pointer.d.ts| +|Added|NA|Module name: ohos.multimodalInput.pointer
Class name: PointerStyle
Method or attribute name: HAND_OPEN|@ohos.multimodalInput.pointer.d.ts| +|Added|NA|Module name: ohos.multimodalInput.pointer
Class name: PointerStyle
Method or attribute name: HAND_POINTING|@ohos.multimodalInput.pointer.d.ts| +|Added|NA|Module name: ohos.multimodalInput.pointer
Class name: PointerStyle
Method or attribute name: HELP|@ohos.multimodalInput.pointer.d.ts| +|Added|NA|Module name: ohos.multimodalInput.pointer
Class name: PointerStyle
Method or attribute name: MOVE|@ohos.multimodalInput.pointer.d.ts| +|Added|NA|Module name: ohos.multimodalInput.pointer
Class name: PointerStyle
Method or attribute name: RESIZE_LEFT_RIGHT|@ohos.multimodalInput.pointer.d.ts| +|Added|NA|Module name: ohos.multimodalInput.pointer
Class name: PointerStyle
Method or attribute name: RESIZE_UP_DOWN|@ohos.multimodalInput.pointer.d.ts| +|Added|NA|Module name: ohos.multimodalInput.pointer
Class name: PointerStyle
Method or attribute name: SCREENSHOT_CHOOSE|@ohos.multimodalInput.pointer.d.ts| +|Added|NA|Module name: ohos.multimodalInput.pointer
Class name: PointerStyle
Method or attribute name: SCREENSHOT_CURSOR|@ohos.multimodalInput.pointer.d.ts| +|Added|NA|Module name: ohos.multimodalInput.pointer
Class name: PointerStyle
Method or attribute name: TEXT_CURSOR|@ohos.multimodalInput.pointer.d.ts| +|Added|NA|Module name: ohos.multimodalInput.pointer
Class name: PointerStyle
Method or attribute name: ZOOM_IN|@ohos.multimodalInput.pointer.d.ts| +|Added|NA|Module name: ohos.multimodalInput.pointer
Class name: PointerStyle
Method or attribute name: ZOOM_OUT|@ohos.multimodalInput.pointer.d.ts| +|Added|NA|Module name: ohos.multimodalInput.pointer
Class name: PointerStyle
Method or attribute name: MIDDLE_BTN_EAST|@ohos.multimodalInput.pointer.d.ts| +|Added|NA|Module name: ohos.multimodalInput.pointer
Class name: PointerStyle
Method or attribute name: MIDDLE_BTN_WEST|@ohos.multimodalInput.pointer.d.ts| +|Added|NA|Module name: ohos.multimodalInput.pointer
Class name: PointerStyle
Method or attribute name: MIDDLE_BTN_SOUTH|@ohos.multimodalInput.pointer.d.ts| +|Added|NA|Module name: ohos.multimodalInput.pointer
Class name: PointerStyle
Method or attribute name: MIDDLE_BTN_NORTH|@ohos.multimodalInput.pointer.d.ts| +|Added|NA|Module name: ohos.multimodalInput.pointer
Class name: PointerStyle
Method or attribute name: MIDDLE_BTN_NORTH_SOUTH|@ohos.multimodalInput.pointer.d.ts| +|Added|NA|Module name: ohos.multimodalInput.pointer
Class name: PointerStyle
Method or attribute name: MIDDLE_BTN_NORTH_EAST|@ohos.multimodalInput.pointer.d.ts| +|Added|NA|Module name: ohos.multimodalInput.pointer
Class name: PointerStyle
Method or attribute name: MIDDLE_BTN_NORTH_WEST|@ohos.multimodalInput.pointer.d.ts| +|Added|NA|Module name: ohos.multimodalInput.pointer
Class name: PointerStyle
Method or attribute name: MIDDLE_BTN_SOUTH_EAST|@ohos.multimodalInput.pointer.d.ts| +|Added|NA|Module name: ohos.multimodalInput.pointer
Class name: PointerStyle
Method or attribute name: MIDDLE_BTN_SOUTH_WEST|@ohos.multimodalInput.pointer.d.ts| +|Added|NA|Module name: ohos.multimodalInput.pointer
Class name: PointerStyle
Method or attribute name: MIDDLE_BTN_NORTH_SOUTH_WEST_EAST|@ohos.multimodalInput.pointer.d.ts| +|Added|NA|Module name: ohos.multimodalInput.pointer
Class name: pointer
Method or attribute name: function setPointerSpeed(speed: number, callback: AsyncCallback\): void;|@ohos.multimodalInput.pointer.d.ts| +|Added|NA|Module name: ohos.multimodalInput.pointer
Class name: pointer
Method or attribute name: function setPointerSpeed(speed: number): Promise\;|@ohos.multimodalInput.pointer.d.ts| +|Added|NA|Module name: ohos.multimodalInput.pointer
Class name: pointer
Method or attribute name: function getPointerSpeed(callback: AsyncCallback\): void;|@ohos.multimodalInput.pointer.d.ts| +|Added|NA|Module name: ohos.multimodalInput.pointer
Class name: pointer
Method or attribute name: function getPointerSpeed(): Promise\;|@ohos.multimodalInput.pointer.d.ts| +|Added|NA|Module name: ohos.multimodalInput.pointer
Class name: pointer
Method or attribute name: function setPointerStyle(windowId: number, pointerStyle: PointerStyle, callback: AsyncCallback\): void;|@ohos.multimodalInput.pointer.d.ts| +|Added|NA|Module name: ohos.multimodalInput.pointer
Class name: pointer
Method or attribute name: function setPointerStyle(windowId: number, pointerStyle: PointerStyle): Promise\;|@ohos.multimodalInput.pointer.d.ts| +|Added|NA|Module name: ohos.multimodalInput.pointer
Class name: pointer
Method or attribute name: function getPointerStyle(windowId: number, callback: AsyncCallback\): void;|@ohos.multimodalInput.pointer.d.ts| +|Added|NA|Module name: ohos.multimodalInput.pointer
Class name: pointer
Method or attribute name: function getPointerStyle(windowId: number): Promise\;|@ohos.multimodalInput.pointer.d.ts| +|Added|NA|Module name: ohos.multimodalInput.pointer
Class name: pointer
Method or attribute name: function setPointerVisible(visible: boolean, callback: AsyncCallback\): void;|@ohos.multimodalInput.pointer.d.ts| +|Added|NA|Module name: ohos.multimodalInput.pointer
Class name: pointer
Method or attribute name: function setPointerVisible(visible: boolean): Promise\;|@ohos.multimodalInput.pointer.d.ts| +|Added|NA|Module name: ohos.multimodalInput.pointer
Class name: pointer
Method or attribute name: function isPointerVisible(callback: AsyncCallback\): void;|@ohos.multimodalInput.pointer.d.ts| +|Added|NA|Module name: ohos.multimodalInput.pointer
Class name: pointer
Method or attribute name: function isPointerVisible(): Promise\;|@ohos.multimodalInput.pointer.d.ts| +|Added|NA|Module name: ohos.multimodalInput.touchEvent
Class name: Action|@ohos.multimodalInput.touchEvent.d.ts| +|Added|NA|Module name: ohos.multimodalInput.touchEvent
Class name: Action
Method or attribute name: CANCEL = 0|@ohos.multimodalInput.touchEvent.d.ts| +|Added|NA|Module name: ohos.multimodalInput.touchEvent
Class name: Action
Method or attribute name: DOWN = 1|@ohos.multimodalInput.touchEvent.d.ts| +|Added|NA|Module name: ohos.multimodalInput.touchEvent
Class name: Action
Method or attribute name: MOVE = 2|@ohos.multimodalInput.touchEvent.d.ts| +|Added|NA|Module name: ohos.multimodalInput.touchEvent
Class name: Action
Method or attribute name: UP = 3|@ohos.multimodalInput.touchEvent.d.ts| +|Added|NA|Module name: ohos.multimodalInput.touchEvent
Class name: ToolType|@ohos.multimodalInput.touchEvent.d.ts| +|Added|NA|Module name: ohos.multimodalInput.touchEvent
Class name: ToolType
Method or attribute name: FINGER = 0|@ohos.multimodalInput.touchEvent.d.ts| +|Added|NA|Module name: ohos.multimodalInput.touchEvent
Class name: ToolType
Method or attribute name: PEN = 1|@ohos.multimodalInput.touchEvent.d.ts| +|Added|NA|Module name: ohos.multimodalInput.touchEvent
Class name: ToolType
Method or attribute name: RUBBER = 2|@ohos.multimodalInput.touchEvent.d.ts| +|Added|NA|Module name: ohos.multimodalInput.touchEvent
Class name: ToolType
Method or attribute name: BRUSH = 3|@ohos.multimodalInput.touchEvent.d.ts| +|Added|NA|Module name: ohos.multimodalInput.touchEvent
Class name: ToolType
Method or attribute name: PENCIL = 4|@ohos.multimodalInput.touchEvent.d.ts| +|Added|NA|Module name: ohos.multimodalInput.touchEvent
Class name: ToolType
Method or attribute name: AIRBRUSH = 5|@ohos.multimodalInput.touchEvent.d.ts| +|Added|NA|Module name: ohos.multimodalInput.touchEvent
Class name: ToolType
Method or attribute name: MOUSE = 6|@ohos.multimodalInput.touchEvent.d.ts| +|Added|NA|Module name: ohos.multimodalInput.touchEvent
Class name: ToolType
Method or attribute name: LENS = 7|@ohos.multimodalInput.touchEvent.d.ts| +|Added|NA|Module name: ohos.multimodalInput.touchEvent
Class name: SourceType|@ohos.multimodalInput.touchEvent.d.ts| +|Added|NA|Module name: ohos.multimodalInput.touchEvent
Class name: SourceType
Method or attribute name: TOUCH_SCREEN = 0|@ohos.multimodalInput.touchEvent.d.ts| +|Added|NA|Module name: ohos.multimodalInput.touchEvent
Class name: SourceType
Method or attribute name: PEN = 1|@ohos.multimodalInput.touchEvent.d.ts| +|Added|NA|Module name: ohos.multimodalInput.touchEvent
Class name: SourceType
Method or attribute name: TOUCH_PAD = 2|@ohos.multimodalInput.touchEvent.d.ts| +|Added|NA|Module name: ohos.multimodalInput.touchEvent
Class name: Touch|@ohos.multimodalInput.touchEvent.d.ts| +|Added|NA|Module name: ohos.multimodalInput.touchEvent
Class name: Touch
Method or attribute name: id: number;|@ohos.multimodalInput.touchEvent.d.ts| +|Added|NA|Module name: ohos.multimodalInput.touchEvent
Class name: Touch
Method or attribute name: pressedTime: number;|@ohos.multimodalInput.touchEvent.d.ts| +|Added|NA|Module name: ohos.multimodalInput.touchEvent
Class name: Touch
Method or attribute name: screenX: number;|@ohos.multimodalInput.touchEvent.d.ts| +|Added|NA|Module name: ohos.multimodalInput.touchEvent
Class name: Touch
Method or attribute name: screenY: number;|@ohos.multimodalInput.touchEvent.d.ts| +|Added|NA|Module name: ohos.multimodalInput.touchEvent
Class name: Touch
Method or attribute name: windowX: number;|@ohos.multimodalInput.touchEvent.d.ts| +|Added|NA|Module name: ohos.multimodalInput.touchEvent
Class name: Touch
Method or attribute name: windowY: number;|@ohos.multimodalInput.touchEvent.d.ts| +|Added|NA|Module name: ohos.multimodalInput.touchEvent
Class name: Touch
Method or attribute name: pressure: number;|@ohos.multimodalInput.touchEvent.d.ts| +|Added|NA|Module name: ohos.multimodalInput.touchEvent
Class name: Touch
Method or attribute name: width: number;|@ohos.multimodalInput.touchEvent.d.ts| +|Added|NA|Module name: ohos.multimodalInput.touchEvent
Class name: Touch
Method or attribute name: height: number;|@ohos.multimodalInput.touchEvent.d.ts| +|Added|NA|Module name: ohos.multimodalInput.touchEvent
Class name: Touch
Method or attribute name: tiltX: number;|@ohos.multimodalInput.touchEvent.d.ts| +|Added|NA|Module name: ohos.multimodalInput.touchEvent
Class name: Touch
Method or attribute name: tiltY: number;|@ohos.multimodalInput.touchEvent.d.ts| +|Added|NA|Module name: ohos.multimodalInput.touchEvent
Class name: Touch
Method or attribute name: toolX: number;|@ohos.multimodalInput.touchEvent.d.ts| +|Added|NA|Module name: ohos.multimodalInput.touchEvent
Class name: Touch
Method or attribute name: toolY: number;|@ohos.multimodalInput.touchEvent.d.ts| +|Added|NA|Module name: ohos.multimodalInput.touchEvent
Class name: Touch
Method or attribute name: toolWidth: number;|@ohos.multimodalInput.touchEvent.d.ts| +|Added|NA|Module name: ohos.multimodalInput.touchEvent
Class name: Touch
Method or attribute name: toolHeight: number;|@ohos.multimodalInput.touchEvent.d.ts| +|Added|NA|Module name: ohos.multimodalInput.touchEvent
Class name: Touch
Method or attribute name: rawX: number;|@ohos.multimodalInput.touchEvent.d.ts| +|Added|NA|Module name: ohos.multimodalInput.touchEvent
Class name: Touch
Method or attribute name: rawY: number;|@ohos.multimodalInput.touchEvent.d.ts| +|Added|NA|Module name: ohos.multimodalInput.touchEvent
Class name: Touch
Method or attribute name: toolType: ToolType;|@ohos.multimodalInput.touchEvent.d.ts| +|Added|NA|Module name: ohos.multimodalInput.touchEvent
Class name: TouchEvent|@ohos.multimodalInput.touchEvent.d.ts| +|Added|NA|Module name: ohos.multimodalInput.touchEvent
Class name: TouchEvent
Method or attribute name: action: Action;|@ohos.multimodalInput.touchEvent.d.ts| +|Added|NA|Module name: ohos.multimodalInput.touchEvent
Class name: TouchEvent
Method or attribute name: touch: Touch;|@ohos.multimodalInput.touchEvent.d.ts| +|Added|NA|Module name: ohos.multimodalInput.touchEvent
Class name: TouchEvent
Method or attribute name: touches: Touch[];|@ohos.multimodalInput.touchEvent.d.ts| +|Added|NA|Module name: ohos.multimodalInput.touchEvent
Class name: TouchEvent
Method or attribute name: sourceType: SourceType;|@ohos.multimodalInput.touchEvent.d.ts| +|Deprecated version changed|Class name: inputDevice
Method or attribute name: function getDeviceIds(callback: AsyncCallback\>): void;
Deprecated version: N/A|Class name: inputDevice
Method or attribute name: function getDeviceIds(callback: AsyncCallback\>): void;
Deprecated version: 9
Substitute API: ohos.multimodalInput.inputDevice|@ohos.multimodalInput.inputDevice.d.ts| +|Deprecated version changed|Class name: inputDevice
Method or attribute name: function getDeviceIds(): Promise\>;
Deprecated version: N/A|Class name: inputDevice
Method or attribute name: function getDeviceIds(): Promise\>;
Deprecated version: 9
Substitute API: ohos.multimodalInput.inputDevice|@ohos.multimodalInput.inputDevice.d.ts| +|Deprecated version changed|Class name: inputDevice
Method or attribute name: function getDevice(deviceId: number, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: inputDevice
Method or attribute name: function getDevice(deviceId: number, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.multimodalInput.inputDevice|@ohos.multimodalInput.inputDevice.d.ts| +|Deprecated version changed|Class name: inputDevice
Method or attribute name: function getDevice(deviceId: number): Promise\;
Deprecated version: N/A|Class name: inputDevice
Method or attribute name: function getDevice(deviceId: number): Promise\;
Deprecated version: 9
Substitute API: ohos.multimodalInput.inputDevice|@ohos.multimodalInput.inputDevice.d.ts| +|Initial version changed|Class name: SourceType
Method or attribute name: type SourceType = 'keyboard' \| 'mouse' \| 'touchpad' \| 'touchscreen' \| 'joystick' \| 'trackball';
Initial version: N/A|Class name: SourceType
Method or attribute name: type SourceType = 'keyboard' \| 'mouse' \| 'touchpad' \| 'touchscreen' \| 'joystick' \| 'trackball';
Initial version: 9|@ohos.multimodalInput.inputDevice.d.ts| +|Initial version changed|Class name: SourceType
Method or attribute name: type SourceType = 'keyboard' \| 'mouse' \| 'touchpad' \| 'touchscreen' \| 'joystick' \| 'trackball';
Initial version: N/A|Class name: SourceType
Method or attribute name: type SourceType = 'keyboard' \| 'mouse' \| 'touchpad' \| 'touchscreen' \| 'joystick' \| 'trackball';
Initial version: 9|@ohos.multimodalInput.inputDevice.d.ts| +|Initial version changed|Class name: SourceType
Method or attribute name: type SourceType = 'keyboard' \| 'mouse' \| 'touchpad' \| 'touchscreen' \| 'joystick' \| 'trackball';
Initial version: N/A|Class name: SourceType
Method or attribute name: type SourceType = 'keyboard' \| 'mouse' \| 'touchpad' \| 'touchscreen' \| 'joystick' \| 'trackball';
Initial version: 9|@ohos.multimodalInput.inputDevice.d.ts| +|Initial version changed|Class name: SourceType
Method or attribute name: type SourceType = 'keyboard' \| 'mouse' \| 'touchpad' \| 'touchscreen' \| 'joystick' \| 'trackball';
Initial version: N/A|Class name: SourceType
Method or attribute name: type SourceType = 'keyboard' \| 'mouse' \| 'touchpad' \| 'touchscreen' \| 'joystick' \| 'trackball';
Initial version: 9|@ohos.multimodalInput.inputDevice.d.ts| +|Initial version changed|Class name: SourceType
Method or attribute name: type SourceType = 'keyboard' \| 'mouse' \| 'touchpad' \| 'touchscreen' \| 'joystick' \| 'trackball';
Initial version: N/A|Class name: SourceType
Method or attribute name: type SourceType = 'keyboard' \| 'mouse' \| 'touchpad' \| 'touchscreen' \| 'joystick' \| 'trackball';
Initial version: 9|@ohos.multimodalInput.inputDevice.d.ts| +|Initial version changed|Class name: SourceType
Method or attribute name: type SourceType = 'keyboard' \| 'mouse' \| 'touchpad' \| 'touchscreen' \| 'joystick' \| 'trackball';
Initial version: N/A|Class name: SourceType
Method or attribute name: type SourceType = 'keyboard' \| 'mouse' \| 'touchpad' \| 'touchscreen' \| 'joystick' \| 'trackball';
Initial version: 9|@ohos.multimodalInput.inputDevice.d.ts| +|Initial version changed|Class name: AxisRange
Initial version: N/A|Class name: AxisRange
Initial version: 8|@ohos.multimodalInput.inputDevice.d.ts| +|Initial version changed|Class name: AxisRange
Method or attribute name: source: SourceType;
Initial version: N/A|Class name: AxisRange
Method or attribute name: source: SourceType;
Initial version: 8|@ohos.multimodalInput.inputDevice.d.ts| +|Initial version changed|Class name: AxisRange
Method or attribute name: min: number;
Initial version: N/A|Class name: AxisRange
Method or attribute name: min: number;
Initial version: 8|@ohos.multimodalInput.inputDevice.d.ts| +|Initial version changed|Class name: InputDeviceData
Initial version: N/A|Class name: InputDeviceData
Initial version: 8|@ohos.multimodalInput.inputDevice.d.ts| +|Initial version changed|Class name: InputDeviceData
Method or attribute name: id: number;
Initial version: N/A|Class name: InputDeviceData
Method or attribute name: id: number;
Initial version: 8|@ohos.multimodalInput.inputDevice.d.ts| +|Initial version changed|Class name: InputDeviceData
Method or attribute name: name: string;
Initial version: N/A|Class name: InputDeviceData
Method or attribute name: name: string;
Initial version: 8|@ohos.multimodalInput.inputDevice.d.ts| +|Initial version changed|Class name: KeyEvent
Initial version: N/A|Class name: KeyEvent
Initial version: 8|@ohos.multimodalInput.inputEventClient.d.ts| +|Error code added|NA|Class name: inputConsumer
Method or attribute name: function on(type: "key", keyOptions: KeyOptions, callback: Callback\): void;
Error code: 401|@ohos.multimodalInput.inputConsumer.d.ts| +|Error code added|NA|Class name: inputConsumer
Method or attribute name: function off(type: "key", keyOptions: KeyOptions, callback?: Callback\): void;
Error code: 401|@ohos.multimodalInput.inputConsumer.d.ts| +|Error code added|NA|Class name: inputEventClient
Method or attribute name: function injectEvent({KeyEvent: KeyEvent}): void;
Error code: 401|@ohos.multimodalInput.inputEventClient.d.ts| +|Error code added|NA|Class name: inputMonitor
Method or attribute name: function on(type:"touch", receiver:TouchEventReceiver):void;
Error code: 401, 201|@ohos.multimodalInput.inputMonitor.d.ts| +|Error code added|NA|Class name: inputMonitor
Method or attribute name: function off(type:"touch", receiver?:TouchEventReceiver):void;
Error code: 401, 201|@ohos.multimodalInput.inputMonitor.d.ts| diff --git a/en/release-notes/api-diff/v3.2-Release/js-apidiff-multimedia.md b/en/release-notes/api-diff/v3.2-Release/js-apidiff-multimedia.md new file mode 100644 index 0000000000000000000000000000000000000000..bccfbb522064ba754c3d9417904e1011d663a34d --- /dev/null +++ b/en/release-notes/api-diff/v3.2-Release/js-apidiff-multimedia.md @@ -0,0 +1,1682 @@ +| Change Type | Old Version | New Version | d.ts File | +| ---- | ------ | ------ | -------- | +|Added|NA|Module name: ohos.effectKit
Class name: effectKit|@ohos.effectKit.d.ts| +|Added|NA|Module name: ohos.effectKit
Class name: Filter|@ohos.effectKit.d.ts| +|Added|NA|Module name: ohos.effectKit
Class name: Filter
Method or attribute name: blur(radius:number): Filter;|@ohos.effectKit.d.ts| +|Added|NA|Module name: ohos.effectKit
Class name: Filter
Method or attribute name: brightness(bright:number): Filter;|@ohos.effectKit.d.ts| +|Added|NA|Module name: ohos.effectKit
Class name: Filter
Method or attribute name: grayscale(): Filter;|@ohos.effectKit.d.ts| +|Added|NA|Module name: ohos.effectKit
Class name: Filter
Method or attribute name: getPixelMap(): image.PixelMap;|@ohos.effectKit.d.ts| +|Added|NA|Module name: ohos.effectKit
Class name: ColorPicker|@ohos.effectKit.d.ts| +|Added|NA|Module name: ohos.effectKit
Class name: ColorPicker
Method or attribute name: getMainColor(): Promise\;|@ohos.effectKit.d.ts| +|Added|NA|Module name: ohos.effectKit
Class name: ColorPicker
Method or attribute name: getMainColorSync(): Color;|@ohos.effectKit.d.ts| +|Added|NA|Module name: ohos.effectKit
Class name: Color|@ohos.effectKit.d.ts| +|Added|NA|Module name: ohos.effectKit
Class name: Color
Method or attribute name: red: number;|@ohos.effectKit.d.ts| +|Added|NA|Module name: ohos.effectKit
Class name: Color
Method or attribute name: green: number;|@ohos.effectKit.d.ts| +|Added|NA|Module name: ohos.effectKit
Class name: Color
Method or attribute name: blue: number;|@ohos.effectKit.d.ts| +|Added|NA|Module name: ohos.effectKit
Class name: Color
Method or attribute name: alpha: number;|@ohos.effectKit.d.ts| +|Added|NA|Module name: ohos.effectKit
Class name: effectKit
Method or attribute name: function createEffect(source: image.PixelMap): Filter;|@ohos.effectKit.d.ts| +|Added|NA|Module name: ohos.effectKit
Class name: effectKit
Method or attribute name: function createColorPicker(source: image.PixelMap): Promise\;|@ohos.effectKit.d.ts| +|Added|NA|Module name: ohos.effectKit
Class name: effectKit
Method or attribute name: function createColorPicker(source: image.PixelMap, callback: AsyncCallback\): void;|@ohos.effectKit.d.ts| +|Added|NA|Module name: ohos.multimedia.audio
Class name: AudioErrors|@ohos.multimedia.audio.d.ts| +|Added|NA|Class name: AudioErrors
Method or attribute name: |@ohos.multimedia.audio.d.ts| +|Added|NA|Module name: ohos.multimedia.audio
Class name: AudioErrors
Method or attribute name: ERROR_INVALID_PARAM = 6800101|@ohos.multimedia.audio.d.ts| +|Added|NA|Class name: AudioErrors
Method or attribute name: ERROR_INVALID_PARAM = 6800101|@ohos.multimedia.audio.d.ts| +|Added|NA|Module name: ohos.multimedia.audio
Class name: AudioErrors
Method or attribute name: ERROR_NO_MEMORY = 6800102|@ohos.multimedia.audio.d.ts| +|Added|NA|Class name: AudioErrors
Method or attribute name: ERROR_NO_MEMORY = 6800102|@ohos.multimedia.audio.d.ts| +|Added|NA|Module name: ohos.multimedia.audio
Class name: AudioErrors
Method or attribute name: ERROR_ILLEGAL_STATE = 6800103|@ohos.multimedia.audio.d.ts| +|Added|NA|Class name: AudioErrors
Method or attribute name: ERROR_ILLEGAL_STATE = 6800103|@ohos.multimedia.audio.d.ts| +|Added|NA|Module name: ohos.multimedia.audio
Class name: AudioErrors
Method or attribute name: ERROR_UNSUPPORTED = 6800104|@ohos.multimedia.audio.d.ts| +|Added|NA|Class name: AudioErrors
Method or attribute name: ERROR_UNSUPPORTED = 6800104|@ohos.multimedia.audio.d.ts| +|Added|NA|Module name: ohos.multimedia.audio
Class name: AudioErrors
Method or attribute name: ERROR_TIMEOUT = 6800105|@ohos.multimedia.audio.d.ts| +|Added|NA|Class name: AudioErrors
Method or attribute name: ERROR_TIMEOUT = 6800105|@ohos.multimedia.audio.d.ts| +|Added|NA|Module name: ohos.multimedia.audio
Class name: AudioErrors
Method or attribute name: ERROR_STREAM_LIMIT = 6800201|@ohos.multimedia.audio.d.ts| +|Added|NA|Class name: AudioErrors
Method or attribute name: ERROR_STREAM_LIMIT = 6800201|@ohos.multimedia.audio.d.ts| +|Added|NA|Module name: ohos.multimedia.audio
Class name: AudioErrors
Method or attribute name: ERROR_SYSTEM = 6800301|@ohos.multimedia.audio.d.ts| +|Added|NA|Class name: AudioErrors
Method or attribute name: ERROR_SYSTEM = 6800301|@ohos.multimedia.audio.d.ts| +|Added|NA|Module name: ohos.multimedia.audio
Class name: audio
Method or attribute name: const LOCAL_NETWORK_ID: string;|@ohos.multimedia.audio.d.ts| +|Added|NA|Class name: audio
Method or attribute name: const LOCAL_NETWORK_ID: string;|@ohos.multimedia.audio.d.ts| +|Added|NA|Module name: ohos.multimedia.audio
Class name: audio
Method or attribute name: const DEFAULT_VOLUME_GROUP_ID: number;|@ohos.multimedia.audio.d.ts| +|Added|NA|Class name: audio
Method or attribute name: const DEFAULT_VOLUME_GROUP_ID: number;|@ohos.multimedia.audio.d.ts| +|Added|NA|Module name: ohos.multimedia.audio
Class name: audio
Method or attribute name: const DEFAULT_INTERRUPT_GROUP_ID: number;|@ohos.multimedia.audio.d.ts| +|Added|NA|Class name: audio
Method or attribute name: const DEFAULT_INTERRUPT_GROUP_ID: number;|@ohos.multimedia.audio.d.ts| +|Added|NA|Module name: ohos.multimedia.audio
Class name: audio
Method or attribute name: function createTonePlayer(options: AudioRendererInfo, callback: AsyncCallback\): void;|@ohos.multimedia.audio.d.ts| +|Added|NA|Class name: audio
Method or attribute name: function createTonePlayer(options: AudioRendererInfo, callback: AsyncCallback\): void;|@ohos.multimedia.audio.d.ts| +|Added|NA|Module name: ohos.multimedia.audio
Class name: audio
Method or attribute name: function createTonePlayer(options: AudioRendererInfo): Promise\;|@ohos.multimedia.audio.d.ts| +|Added|NA|Class name: audio
Method or attribute name: function createTonePlayer(options: AudioRendererInfo): Promise\;|@ohos.multimedia.audio.d.ts| +|Added|NA|Class name: AudioState
Method or attribute name: STATE_NEW = 0|@ohos.multimedia.audio.d.ts| +|Added|NA|Class name: AudioState
Method or attribute name: STATE_PREPARED = 1|@ohos.multimedia.audio.d.ts| +|Added|NA|Class name: AudioState
Method or attribute name: STATE_RUNNING = 2|@ohos.multimedia.audio.d.ts| +|Added|NA|Class name: AudioState
Method or attribute name: STATE_STOPPED = 3|@ohos.multimedia.audio.d.ts| +|Added|NA|Class name: AudioState
Method or attribute name: STATE_RELEASED = 4|@ohos.multimedia.audio.d.ts| +|Added|NA|Class name: AudioState
Method or attribute name: STATE_PAUSED = 5|@ohos.multimedia.audio.d.ts| +|Added|NA|Module name: ohos.multimedia.audio
Class name: AudioVolumeType
Method or attribute name: ALL = 100|@ohos.multimedia.audio.d.ts| +|Added|NA|Class name: AudioVolumeType
Method or attribute name: ALL = 100|@ohos.multimedia.audio.d.ts| +|Added|NA|Module name: ohos.multimedia.audio
Class name: DeviceFlag
Method or attribute name: NONE_DEVICES_FLAG = 0|@ohos.multimedia.audio.d.ts| +|Added|NA|Class name: DeviceFlag
Method or attribute name: NONE_DEVICES_FLAG = 0|@ohos.multimedia.audio.d.ts| +|Added|NA|Module name: ohos.multimedia.audio
Class name: DeviceFlag
Method or attribute name: DISTRIBUTED_OUTPUT_DEVICES_FLAG = 4|@ohos.multimedia.audio.d.ts| +|Added|NA|Class name: DeviceFlag
Method or attribute name: DISTRIBUTED_OUTPUT_DEVICES_FLAG = 4|@ohos.multimedia.audio.d.ts| +|Added|NA|Module name: ohos.multimedia.audio
Class name: DeviceFlag
Method or attribute name: DISTRIBUTED_INPUT_DEVICES_FLAG = 8|@ohos.multimedia.audio.d.ts| +|Added|NA|Class name: DeviceFlag
Method or attribute name: DISTRIBUTED_INPUT_DEVICES_FLAG = 8|@ohos.multimedia.audio.d.ts| +|Added|NA|Module name: ohos.multimedia.audio
Class name: DeviceFlag
Method or attribute name: ALL_DISTRIBUTED_DEVICES_FLAG = 12|@ohos.multimedia.audio.d.ts| +|Added|NA|Class name: DeviceFlag
Method or attribute name: ALL_DISTRIBUTED_DEVICES_FLAG = 12|@ohos.multimedia.audio.d.ts| +|Added|NA|Module name: ohos.multimedia.audio
Class name: DeviceType
Method or attribute name: DEFAULT = 1000|@ohos.multimedia.audio.d.ts| +|Added|NA|Class name: DeviceType
Method or attribute name: DEFAULT = 1000|@ohos.multimedia.audio.d.ts| +|Added|NA|Module name: ohos.multimedia.audio
Class name: CommunicationDeviceType|@ohos.multimedia.audio.d.ts| +|Added|NA|Class name: CommunicationDeviceType
Method or attribute name: |@ohos.multimedia.audio.d.ts| +|Added|NA|Module name: ohos.multimedia.audio
Class name: CommunicationDeviceType
Method or attribute name: SPEAKER = 2|@ohos.multimedia.audio.d.ts| +|Added|NA|Class name: CommunicationDeviceType
Method or attribute name: SPEAKER = 2|@ohos.multimedia.audio.d.ts| +|Added|NA|Module name: ohos.multimedia.audio
Class name: AudioSampleFormat
Method or attribute name: SAMPLE_FORMAT_F32LE = 4|@ohos.multimedia.audio.d.ts| +|Added|NA|Class name: AudioSampleFormat
Method or attribute name: SAMPLE_FORMAT_F32LE = 4|@ohos.multimedia.audio.d.ts| +|Added|NA|Module name: ohos.multimedia.audio
Class name: StreamUsage
Method or attribute name: STREAM_USAGE_VOICE_ASSISTANT = 3|@ohos.multimedia.audio.d.ts| +|Added|NA|Class name: StreamUsage
Method or attribute name: STREAM_USAGE_VOICE_ASSISTANT = 3|@ohos.multimedia.audio.d.ts| +|Added|NA|Module name: ohos.multimedia.audio
Class name: InterruptRequestType|@ohos.multimedia.audio.d.ts| +|Added|NA|Class name: InterruptRequestType
Method or attribute name: |@ohos.multimedia.audio.d.ts| +|Added|NA|Module name: ohos.multimedia.audio
Class name: InterruptRequestType
Method or attribute name: INTERRUPT_REQUEST_TYPE_DEFAULT = 0|@ohos.multimedia.audio.d.ts| +|Added|NA|Class name: InterruptRequestType
Method or attribute name: INTERRUPT_REQUEST_TYPE_DEFAULT = 0|@ohos.multimedia.audio.d.ts| +|Added|NA|Module name: ohos.multimedia.audio
Class name: AudioRendererFilter|@ohos.multimedia.audio.d.ts| +|Added|NA|Class name: AudioRendererFilter
Method or attribute name: |@ohos.multimedia.audio.d.ts| +|Added|NA|Module name: ohos.multimedia.audio
Class name: AudioRendererFilter
Method or attribute name: uid: number;|@ohos.multimedia.audio.d.ts| +|Added|NA|Class name: AudioRendererFilter
Method or attribute name: uid: number;|@ohos.multimedia.audio.d.ts| +|Added|NA|Module name: ohos.multimedia.audio
Class name: AudioRendererFilter
Method or attribute name: rendererInfo?: AudioRendererInfo;|@ohos.multimedia.audio.d.ts| +|Added|NA|Class name: AudioRendererFilter
Method or attribute name: rendererInfo?: AudioRendererInfo;|@ohos.multimedia.audio.d.ts| +|Added|NA|Module name: ohos.multimedia.audio
Class name: AudioRendererFilter
Method or attribute name: rendererId?: number;|@ohos.multimedia.audio.d.ts| +|Added|NA|Class name: AudioRendererFilter
Method or attribute name: rendererId?: number;|@ohos.multimedia.audio.d.ts| +|Added|NA|Module name: ohos.multimedia.audio
Class name: InterruptMode|@ohos.multimedia.audio.d.ts| +|Added|NA|Class name: InterruptMode
Method or attribute name: |@ohos.multimedia.audio.d.ts| +|Added|NA|Module name: ohos.multimedia.audio
Class name: InterruptMode
Method or attribute name: SHARE_MODE = 0|@ohos.multimedia.audio.d.ts| +|Added|NA|Class name: InterruptMode
Method or attribute name: SHARE_MODE = 0|@ohos.multimedia.audio.d.ts| +|Added|NA|Module name: ohos.multimedia.audio
Class name: InterruptMode
Method or attribute name: INDEPENDENT_MODE = 1|@ohos.multimedia.audio.d.ts| +|Added|NA|Class name: InterruptMode
Method or attribute name: INDEPENDENT_MODE = 1|@ohos.multimedia.audio.d.ts| +|Added|NA|Module name: ohos.multimedia.audio
Class name: InterruptForceType|@ohos.multimedia.audio.d.ts| +|Added|NA|Class name: InterruptForceType
Method or attribute name: |@ohos.multimedia.audio.d.ts| +|Added|NA|Module name: ohos.multimedia.audio
Class name: InterruptForceType
Method or attribute name: INTERRUPT_FORCE = 0|@ohos.multimedia.audio.d.ts| +|Added|NA|Class name: InterruptForceType
Method or attribute name: INTERRUPT_FORCE = 0|@ohos.multimedia.audio.d.ts| +|Added|NA|Module name: ohos.multimedia.audio
Class name: InterruptForceType
Method or attribute name: INTERRUPT_SHARE = 1|@ohos.multimedia.audio.d.ts| +|Added|NA|Class name: InterruptForceType
Method or attribute name: INTERRUPT_SHARE = 1|@ohos.multimedia.audio.d.ts| +|Added|NA|Module name: ohos.multimedia.audio
Class name: InterruptEvent|@ohos.multimedia.audio.d.ts| +|Added|NA|Class name: InterruptEvent
Method or attribute name: |@ohos.multimedia.audio.d.ts| +|Added|NA|Module name: ohos.multimedia.audio
Class name: InterruptEvent
Method or attribute name: eventType: InterruptType;|@ohos.multimedia.audio.d.ts| +|Added|NA|Class name: InterruptEvent
Method or attribute name: eventType: InterruptType;|@ohos.multimedia.audio.d.ts| +|Added|NA|Module name: ohos.multimedia.audio
Class name: InterruptEvent
Method or attribute name: forceType: InterruptForceType;|@ohos.multimedia.audio.d.ts| +|Added|NA|Class name: InterruptEvent
Method or attribute name: forceType: InterruptForceType;|@ohos.multimedia.audio.d.ts| +|Added|NA|Module name: ohos.multimedia.audio
Class name: InterruptEvent
Method or attribute name: hintType: InterruptHint;|@ohos.multimedia.audio.d.ts| +|Added|NA|Class name: InterruptEvent
Method or attribute name: hintType: InterruptHint;|@ohos.multimedia.audio.d.ts| +|Added|NA|Class name: AudioScene
Method or attribute name: AUDIO_SCENE_RINGING = 1|@ohos.multimedia.audio.d.ts| +|Added|NA|Class name: AudioScene
Method or attribute name: AUDIO_SCENE_PHONE_CALL = 2|@ohos.multimedia.audio.d.ts| +|Added|NA|Class name: AudioScene
Method or attribute name: AUDIO_SCENE_VOICE_CHAT = 3|@ohos.multimedia.audio.d.ts| +|Added|NA|Class name: AudioManager
Method or attribute name: getVolumeManager(): AudioVolumeManager;|@ohos.multimedia.audio.d.ts| +|Added|NA|Class name: AudioManager
Method or attribute name: getStreamManager(): AudioStreamManager;|@ohos.multimedia.audio.d.ts| +|Added|NA|Class name: AudioManager
Method or attribute name: getRoutingManager(): AudioRoutingManager;|@ohos.multimedia.audio.d.ts| +|Added|NA|Module name: ohos.multimedia.audio
Class name: InterruptRequestResultType|@ohos.multimedia.audio.d.ts| +|Added|NA|Class name: InterruptRequestResultType
Method or attribute name: |@ohos.multimedia.audio.d.ts| +|Added|NA|Module name: ohos.multimedia.audio
Class name: InterruptRequestResultType
Method or attribute name: INTERRUPT_REQUEST_GRANT = 0|@ohos.multimedia.audio.d.ts| +|Added|NA|Class name: InterruptRequestResultType
Method or attribute name: INTERRUPT_REQUEST_GRANT = 0|@ohos.multimedia.audio.d.ts| +|Added|NA|Module name: ohos.multimedia.audio
Class name: InterruptRequestResultType
Method or attribute name: INTERRUPT_REQUEST_REJECT = 1|@ohos.multimedia.audio.d.ts| +|Added|NA|Class name: InterruptRequestResultType
Method or attribute name: INTERRUPT_REQUEST_REJECT = 1|@ohos.multimedia.audio.d.ts| +|Added|NA|Module name: ohos.multimedia.audio
Class name: InterruptResult|@ohos.multimedia.audio.d.ts| +|Added|NA|Class name: InterruptResult
Method or attribute name: |@ohos.multimedia.audio.d.ts| +|Added|NA|Module name: ohos.multimedia.audio
Class name: InterruptResult
Method or attribute name: requestResult: InterruptRequestResultType;|@ohos.multimedia.audio.d.ts| +|Added|NA|Class name: InterruptResult
Method or attribute name: requestResult: InterruptRequestResultType;|@ohos.multimedia.audio.d.ts| +|Added|NA|Module name: ohos.multimedia.audio
Class name: InterruptResult
Method or attribute name: interruptNode: number;|@ohos.multimedia.audio.d.ts| +|Added|NA|Class name: InterruptResult
Method or attribute name: interruptNode: number;|@ohos.multimedia.audio.d.ts| +|Added|NA|Module name: ohos.multimedia.audio
Class name: AudioRoutingManager|@ohos.multimedia.audio.d.ts| +|Added|NA|Class name: AudioRoutingManager
Method or attribute name: |@ohos.multimedia.audio.d.ts| +|Added|NA|Module name: ohos.multimedia.audio
Class name: AudioRoutingManager
Method or attribute name: getDevices(deviceFlag: DeviceFlag, callback: AsyncCallback\): void;|@ohos.multimedia.audio.d.ts| +|Added|NA|Class name: AudioRoutingManager
Method or attribute name: getDevices(deviceFlag: DeviceFlag, callback: AsyncCallback\): void;|@ohos.multimedia.audio.d.ts| +|Added|NA|Module name: ohos.multimedia.audio
Class name: AudioRoutingManager
Method or attribute name: getDevices(deviceFlag: DeviceFlag): Promise\;|@ohos.multimedia.audio.d.ts| +|Added|NA|Class name: AudioRoutingManager
Method or attribute name: getDevices(deviceFlag: DeviceFlag): Promise\;|@ohos.multimedia.audio.d.ts| +|Added|NA|Module name: ohos.multimedia.audio
Class name: AudioRoutingManager
Method or attribute name: on(type: 'deviceChange', deviceFlag: DeviceFlag, callback: Callback\): void;|@ohos.multimedia.audio.d.ts| +|Added|NA|Class name: AudioRoutingManager
Method or attribute name: on(type: 'deviceChange', deviceFlag: DeviceFlag, callback: Callback\): void;|@ohos.multimedia.audio.d.ts| +|Added|NA|Module name: ohos.multimedia.audio
Class name: AudioRoutingManager
Method or attribute name: off(type: 'deviceChange', callback?: Callback\): void;|@ohos.multimedia.audio.d.ts| +|Added|NA|Class name: AudioRoutingManager
Method or attribute name: off(type: 'deviceChange', callback?: Callback\): void;|@ohos.multimedia.audio.d.ts| +|Added|NA|Module name: ohos.multimedia.audio
Class name: AudioRoutingManager
Method or attribute name: setCommunicationDevice(deviceType: CommunicationDeviceType, active: boolean, callback: AsyncCallback\): void;|@ohos.multimedia.audio.d.ts| +|Added|NA|Class name: AudioRoutingManager
Method or attribute name: setCommunicationDevice(deviceType: CommunicationDeviceType, active: boolean, callback: AsyncCallback\): void;|@ohos.multimedia.audio.d.ts| +|Added|NA|Module name: ohos.multimedia.audio
Class name: AudioRoutingManager
Method or attribute name: setCommunicationDevice(deviceType: CommunicationDeviceType, active: boolean): Promise\;|@ohos.multimedia.audio.d.ts| +|Added|NA|Class name: AudioRoutingManager
Method or attribute name: setCommunicationDevice(deviceType: CommunicationDeviceType, active: boolean): Promise\;|@ohos.multimedia.audio.d.ts| +|Added|NA|Module name: ohos.multimedia.audio
Class name: AudioRoutingManager
Method or attribute name: isCommunicationDeviceActive(deviceType: CommunicationDeviceType, callback: AsyncCallback\): void;|@ohos.multimedia.audio.d.ts| +|Added|NA|Class name: AudioRoutingManager
Method or attribute name: isCommunicationDeviceActive(deviceType: CommunicationDeviceType, callback: AsyncCallback\): void;|@ohos.multimedia.audio.d.ts| +|Added|NA|Module name: ohos.multimedia.audio
Class name: AudioRoutingManager
Method or attribute name: isCommunicationDeviceActive(deviceType: CommunicationDeviceType): Promise\;|@ohos.multimedia.audio.d.ts| +|Added|NA|Class name: AudioRoutingManager
Method or attribute name: isCommunicationDeviceActive(deviceType: CommunicationDeviceType): Promise\;|@ohos.multimedia.audio.d.ts| +|Added|NA|Module name: ohos.multimedia.audio
Class name: AudioRoutingManager
Method or attribute name: selectOutputDevice(outputAudioDevices: AudioDeviceDescriptors, callback: AsyncCallback\): void;|@ohos.multimedia.audio.d.ts| +|Added|NA|Class name: AudioRoutingManager
Method or attribute name: selectOutputDevice(outputAudioDevices: AudioDeviceDescriptors, callback: AsyncCallback\): void;|@ohos.multimedia.audio.d.ts| +|Added|NA|Module name: ohos.multimedia.audio
Class name: AudioRoutingManager
Method or attribute name: selectOutputDevice(outputAudioDevices: AudioDeviceDescriptors): Promise\;|@ohos.multimedia.audio.d.ts| +|Added|NA|Class name: AudioRoutingManager
Method or attribute name: selectOutputDevice(outputAudioDevices: AudioDeviceDescriptors): Promise\;|@ohos.multimedia.audio.d.ts| +|Added|NA|Module name: ohos.multimedia.audio
Class name: AudioRoutingManager
Method or attribute name: selectOutputDeviceByFilter(filter: AudioRendererFilter, outputAudioDevices: AudioDeviceDescriptors, callback: AsyncCallback\): void;|@ohos.multimedia.audio.d.ts| +|Added|NA|Class name: AudioRoutingManager
Method or attribute name: selectOutputDeviceByFilter(filter: AudioRendererFilter, outputAudioDevices: AudioDeviceDescriptors, callback: AsyncCallback\): void;|@ohos.multimedia.audio.d.ts| +|Added|NA|Module name: ohos.multimedia.audio
Class name: AudioRoutingManager
Method or attribute name: selectOutputDeviceByFilter(filter: AudioRendererFilter, outputAudioDevices: AudioDeviceDescriptors): Promise\;|@ohos.multimedia.audio.d.ts| +|Added|NA|Class name: AudioRoutingManager
Method or attribute name: selectOutputDeviceByFilter(filter: AudioRendererFilter, outputAudioDevices: AudioDeviceDescriptors): Promise\;|@ohos.multimedia.audio.d.ts| +|Added|NA|Module name: ohos.multimedia.audio
Class name: AudioRoutingManager
Method or attribute name: selectInputDevice(inputAudioDevices: AudioDeviceDescriptors, callback: AsyncCallback\): void;|@ohos.multimedia.audio.d.ts| +|Added|NA|Class name: AudioRoutingManager
Method or attribute name: selectInputDevice(inputAudioDevices: AudioDeviceDescriptors, callback: AsyncCallback\): void;|@ohos.multimedia.audio.d.ts| +|Added|NA|Module name: ohos.multimedia.audio
Class name: AudioRoutingManager
Method or attribute name: selectInputDevice(inputAudioDevices: AudioDeviceDescriptors): Promise\;|@ohos.multimedia.audio.d.ts| +|Added|NA|Class name: AudioRoutingManager
Method or attribute name: selectInputDevice(inputAudioDevices: AudioDeviceDescriptors): Promise\;|@ohos.multimedia.audio.d.ts| +|Added|NA|Module name: ohos.multimedia.audio
Class name: AudioStreamManager|@ohos.multimedia.audio.d.ts| +|Added|NA|Class name: AudioStreamManager
Method or attribute name: |@ohos.multimedia.audio.d.ts| +|Added|NA|Module name: ohos.multimedia.audio
Class name: AudioStreamManager
Method or attribute name: getCurrentAudioRendererInfoArray(callback: AsyncCallback\): void;|@ohos.multimedia.audio.d.ts| +|Added|NA|Class name: AudioStreamManager
Method or attribute name: getCurrentAudioRendererInfoArray(callback: AsyncCallback\): void;|@ohos.multimedia.audio.d.ts| +|Added|NA|Module name: ohos.multimedia.audio
Class name: AudioStreamManager
Method or attribute name: getCurrentAudioRendererInfoArray(): Promise\;|@ohos.multimedia.audio.d.ts| +|Added|NA|Class name: AudioStreamManager
Method or attribute name: getCurrentAudioRendererInfoArray(): Promise\;|@ohos.multimedia.audio.d.ts| +|Added|NA|Module name: ohos.multimedia.audio
Class name: AudioStreamManager
Method or attribute name: getCurrentAudioCapturerInfoArray(callback: AsyncCallback\): void;|@ohos.multimedia.audio.d.ts| +|Added|NA|Class name: AudioStreamManager
Method or attribute name: getCurrentAudioCapturerInfoArray(callback: AsyncCallback\): void;|@ohos.multimedia.audio.d.ts| +|Added|NA|Module name: ohos.multimedia.audio
Class name: AudioStreamManager
Method or attribute name: getCurrentAudioCapturerInfoArray(): Promise\;|@ohos.multimedia.audio.d.ts| +|Added|NA|Class name: AudioStreamManager
Method or attribute name: getCurrentAudioCapturerInfoArray(): Promise\;|@ohos.multimedia.audio.d.ts| +|Added|NA|Module name: ohos.multimedia.audio
Class name: AudioStreamManager
Method or attribute name: on(type: "audioRendererChange", callback: Callback\): void;|@ohos.multimedia.audio.d.ts| +|Added|NA|Class name: AudioStreamManager
Method or attribute name: on(type: "audioRendererChange", callback: Callback\): void;|@ohos.multimedia.audio.d.ts| +|Added|NA|Module name: ohos.multimedia.audio
Class name: AudioStreamManager
Method or attribute name: off(type: "audioRendererChange"): void;|@ohos.multimedia.audio.d.ts| +|Added|NA|Class name: AudioStreamManager
Method or attribute name: off(type: "audioRendererChange"): void;|@ohos.multimedia.audio.d.ts| +|Added|NA|Module name: ohos.multimedia.audio
Class name: AudioStreamManager
Method or attribute name: on(type: "audioCapturerChange", callback: Callback\): void;|@ohos.multimedia.audio.d.ts| +|Added|NA|Class name: AudioStreamManager
Method or attribute name: on(type: "audioCapturerChange", callback: Callback\): void;|@ohos.multimedia.audio.d.ts| +|Added|NA|Module name: ohos.multimedia.audio
Class name: AudioStreamManager
Method or attribute name: off(type: "audioCapturerChange"): void;|@ohos.multimedia.audio.d.ts| +|Added|NA|Class name: AudioStreamManager
Method or attribute name: off(type: "audioCapturerChange"): void;|@ohos.multimedia.audio.d.ts| +|Added|NA|Module name: ohos.multimedia.audio
Class name: AudioStreamManager
Method or attribute name: isActive(volumeType: AudioVolumeType, callback: AsyncCallback\): void;|@ohos.multimedia.audio.d.ts| +|Added|NA|Class name: AudioStreamManager
Method or attribute name: isActive(volumeType: AudioVolumeType, callback: AsyncCallback\): void;|@ohos.multimedia.audio.d.ts| +|Added|NA|Module name: ohos.multimedia.audio
Class name: AudioStreamManager
Method or attribute name: isActive(volumeType: AudioVolumeType): Promise\;|@ohos.multimedia.audio.d.ts| +|Added|NA|Class name: AudioStreamManager
Method or attribute name: isActive(volumeType: AudioVolumeType): Promise\;|@ohos.multimedia.audio.d.ts| +|Added|NA|Module name: ohos.multimedia.audio
Class name: AudioVolumeManager|@ohos.multimedia.audio.d.ts| +|Added|NA|Class name: AudioVolumeManager
Method or attribute name: |@ohos.multimedia.audio.d.ts| +|Added|NA|Module name: ohos.multimedia.audio
Class name: AudioVolumeManager
Method or attribute name: getVolumeGroupInfos(networkId: string, callback: AsyncCallback\): void;|@ohos.multimedia.audio.d.ts| +|Added|NA|Class name: AudioVolumeManager
Method or attribute name: getVolumeGroupInfos(networkId: string, callback: AsyncCallback\): void;|@ohos.multimedia.audio.d.ts| +|Added|NA|Module name: ohos.multimedia.audio
Class name: AudioVolumeManager
Method or attribute name: getVolumeGroupInfos(networkId: string): Promise\;|@ohos.multimedia.audio.d.ts| +|Added|NA|Class name: AudioVolumeManager
Method or attribute name: getVolumeGroupInfos(networkId: string): Promise\;|@ohos.multimedia.audio.d.ts| +|Added|NA|Module name: ohos.multimedia.audio
Class name: AudioVolumeManager
Method or attribute name: getVolumeGroupManager(groupId: number, callback: AsyncCallback\): void;|@ohos.multimedia.audio.d.ts| +|Added|NA|Class name: AudioVolumeManager
Method or attribute name: getVolumeGroupManager(groupId: number, callback: AsyncCallback\): void;|@ohos.multimedia.audio.d.ts| +|Added|NA|Module name: ohos.multimedia.audio
Class name: AudioVolumeManager
Method or attribute name: getVolumeGroupManager(groupId: number): Promise\;|@ohos.multimedia.audio.d.ts| +|Added|NA|Class name: AudioVolumeManager
Method or attribute name: getVolumeGroupManager(groupId: number): Promise\;|@ohos.multimedia.audio.d.ts| +|Added|NA|Module name: ohos.multimedia.audio
Class name: AudioVolumeManager
Method or attribute name: on(type: 'volumeChange', callback: Callback\): void;|@ohos.multimedia.audio.d.ts| +|Added|NA|Class name: AudioVolumeManager
Method or attribute name: on(type: 'volumeChange', callback: Callback\): void;|@ohos.multimedia.audio.d.ts| +|Added|NA|Module name: ohos.multimedia.audio
Class name: AudioVolumeGroupManager|@ohos.multimedia.audio.d.ts| +|Added|NA|Class name: AudioVolumeGroupManager
Method or attribute name: |@ohos.multimedia.audio.d.ts| +|Added|NA|Module name: ohos.multimedia.audio
Class name: AudioVolumeGroupManager
Method or attribute name: setVolume(volumeType: AudioVolumeType, volume: number, callback: AsyncCallback\): void;|@ohos.multimedia.audio.d.ts| +|Added|NA|Class name: AudioVolumeGroupManager
Method or attribute name: setVolume(volumeType: AudioVolumeType, volume: number, callback: AsyncCallback\): void;|@ohos.multimedia.audio.d.ts| +|Added|NA|Module name: ohos.multimedia.audio
Class name: AudioVolumeGroupManager
Method or attribute name: setVolume(volumeType: AudioVolumeType, volume: number): Promise\;|@ohos.multimedia.audio.d.ts| +|Added|NA|Class name: AudioVolumeGroupManager
Method or attribute name: setVolume(volumeType: AudioVolumeType, volume: number): Promise\;|@ohos.multimedia.audio.d.ts| +|Added|NA|Module name: ohos.multimedia.audio
Class name: AudioVolumeGroupManager
Method or attribute name: getVolume(volumeType: AudioVolumeType, callback: AsyncCallback\): void;|@ohos.multimedia.audio.d.ts| +|Added|NA|Class name: AudioVolumeGroupManager
Method or attribute name: getVolume(volumeType: AudioVolumeType, callback: AsyncCallback\): void;|@ohos.multimedia.audio.d.ts| +|Added|NA|Module name: ohos.multimedia.audio
Class name: AudioVolumeGroupManager
Method or attribute name: getVolume(volumeType: AudioVolumeType): Promise\;|@ohos.multimedia.audio.d.ts| +|Added|NA|Class name: AudioVolumeGroupManager
Method or attribute name: getVolume(volumeType: AudioVolumeType): Promise\;|@ohos.multimedia.audio.d.ts| +|Added|NA|Module name: ohos.multimedia.audio
Class name: AudioVolumeGroupManager
Method or attribute name: getMinVolume(volumeType: AudioVolumeType, callback: AsyncCallback\): void;|@ohos.multimedia.audio.d.ts| +|Added|NA|Class name: AudioVolumeGroupManager
Method or attribute name: getMinVolume(volumeType: AudioVolumeType, callback: AsyncCallback\): void;|@ohos.multimedia.audio.d.ts| +|Added|NA|Module name: ohos.multimedia.audio
Class name: AudioVolumeGroupManager
Method or attribute name: getMinVolume(volumeType: AudioVolumeType): Promise\;|@ohos.multimedia.audio.d.ts| +|Added|NA|Class name: AudioVolumeGroupManager
Method or attribute name: getMinVolume(volumeType: AudioVolumeType): Promise\;|@ohos.multimedia.audio.d.ts| +|Added|NA|Module name: ohos.multimedia.audio
Class name: AudioVolumeGroupManager
Method or attribute name: getMaxVolume(volumeType: AudioVolumeType, callback: AsyncCallback\): void;|@ohos.multimedia.audio.d.ts| +|Added|NA|Class name: AudioVolumeGroupManager
Method or attribute name: getMaxVolume(volumeType: AudioVolumeType, callback: AsyncCallback\): void;|@ohos.multimedia.audio.d.ts| +|Added|NA|Module name: ohos.multimedia.audio
Class name: AudioVolumeGroupManager
Method or attribute name: getMaxVolume(volumeType: AudioVolumeType): Promise\;|@ohos.multimedia.audio.d.ts| +|Added|NA|Class name: AudioVolumeGroupManager
Method or attribute name: getMaxVolume(volumeType: AudioVolumeType): Promise\;|@ohos.multimedia.audio.d.ts| +|Added|NA|Module name: ohos.multimedia.audio
Class name: AudioVolumeGroupManager
Method or attribute name: mute(volumeType: AudioVolumeType, mute: boolean, callback: AsyncCallback\): void;|@ohos.multimedia.audio.d.ts| +|Added|NA|Class name: AudioVolumeGroupManager
Method or attribute name: mute(volumeType: AudioVolumeType, mute: boolean, callback: AsyncCallback\): void;|@ohos.multimedia.audio.d.ts| +|Added|NA|Module name: ohos.multimedia.audio
Class name: AudioVolumeGroupManager
Method or attribute name: mute(volumeType: AudioVolumeType, mute: boolean): Promise\;|@ohos.multimedia.audio.d.ts| +|Added|NA|Class name: AudioVolumeGroupManager
Method or attribute name: mute(volumeType: AudioVolumeType, mute: boolean): Promise\;|@ohos.multimedia.audio.d.ts| +|Added|NA|Module name: ohos.multimedia.audio
Class name: AudioVolumeGroupManager
Method or attribute name: isMute(volumeType: AudioVolumeType, callback: AsyncCallback\): void;|@ohos.multimedia.audio.d.ts| +|Added|NA|Class name: AudioVolumeGroupManager
Method or attribute name: isMute(volumeType: AudioVolumeType, callback: AsyncCallback\): void;|@ohos.multimedia.audio.d.ts| +|Added|NA|Module name: ohos.multimedia.audio
Class name: AudioVolumeGroupManager
Method or attribute name: isMute(volumeType: AudioVolumeType): Promise\;|@ohos.multimedia.audio.d.ts| +|Added|NA|Class name: AudioVolumeGroupManager
Method or attribute name: isMute(volumeType: AudioVolumeType): Promise\;|@ohos.multimedia.audio.d.ts| +|Added|NA|Module name: ohos.multimedia.audio
Class name: AudioVolumeGroupManager
Method or attribute name: setRingerMode(mode: AudioRingMode, callback: AsyncCallback\): void;|@ohos.multimedia.audio.d.ts| +|Added|NA|Class name: AudioVolumeGroupManager
Method or attribute name: setRingerMode(mode: AudioRingMode, callback: AsyncCallback\): void;|@ohos.multimedia.audio.d.ts| +|Added|NA|Module name: ohos.multimedia.audio
Class name: AudioVolumeGroupManager
Method or attribute name: setRingerMode(mode: AudioRingMode): Promise\;|@ohos.multimedia.audio.d.ts| +|Added|NA|Class name: AudioVolumeGroupManager
Method or attribute name: setRingerMode(mode: AudioRingMode): Promise\;|@ohos.multimedia.audio.d.ts| +|Added|NA|Module name: ohos.multimedia.audio
Class name: AudioVolumeGroupManager
Method or attribute name: getRingerMode(callback: AsyncCallback\): void;|@ohos.multimedia.audio.d.ts| +|Added|NA|Class name: AudioVolumeGroupManager
Method or attribute name: getRingerMode(callback: AsyncCallback\): void;|@ohos.multimedia.audio.d.ts| +|Added|NA|Module name: ohos.multimedia.audio
Class name: AudioVolumeGroupManager
Method or attribute name: getRingerMode(): Promise\;|@ohos.multimedia.audio.d.ts| +|Added|NA|Class name: AudioVolumeGroupManager
Method or attribute name: getRingerMode(): Promise\;|@ohos.multimedia.audio.d.ts| +|Added|NA|Module name: ohos.multimedia.audio
Class name: AudioVolumeGroupManager
Method or attribute name: on(type: 'ringerModeChange', callback: Callback\): void;|@ohos.multimedia.audio.d.ts| +|Added|NA|Class name: AudioVolumeGroupManager
Method or attribute name: on(type: 'ringerModeChange', callback: Callback\): void;|@ohos.multimedia.audio.d.ts| +|Added|NA|Module name: ohos.multimedia.audio
Class name: AudioVolumeGroupManager
Method or attribute name: setMicrophoneMute(mute: boolean, callback: AsyncCallback\): void;|@ohos.multimedia.audio.d.ts| +|Added|NA|Class name: AudioVolumeGroupManager
Method or attribute name: setMicrophoneMute(mute: boolean, callback: AsyncCallback\): void;|@ohos.multimedia.audio.d.ts| +|Added|NA|Module name: ohos.multimedia.audio
Class name: AudioVolumeGroupManager
Method or attribute name: setMicrophoneMute(mute: boolean): Promise\;|@ohos.multimedia.audio.d.ts| +|Added|NA|Class name: AudioVolumeGroupManager
Method or attribute name: setMicrophoneMute(mute: boolean): Promise\;|@ohos.multimedia.audio.d.ts| +|Added|NA|Module name: ohos.multimedia.audio
Class name: AudioVolumeGroupManager
Method or attribute name: isMicrophoneMute(callback: AsyncCallback\): void;|@ohos.multimedia.audio.d.ts| +|Added|NA|Class name: AudioVolumeGroupManager
Method or attribute name: isMicrophoneMute(callback: AsyncCallback\): void;|@ohos.multimedia.audio.d.ts| +|Added|NA|Module name: ohos.multimedia.audio
Class name: AudioVolumeGroupManager
Method or attribute name: isMicrophoneMute(): Promise\;|@ohos.multimedia.audio.d.ts| +|Added|NA|Class name: AudioVolumeGroupManager
Method or attribute name: isMicrophoneMute(): Promise\;|@ohos.multimedia.audio.d.ts| +|Added|NA|Module name: ohos.multimedia.audio
Class name: AudioVolumeGroupManager
Method or attribute name: on(type: 'micStateChange', callback: Callback\): void;|@ohos.multimedia.audio.d.ts| +|Added|NA|Class name: AudioVolumeGroupManager
Method or attribute name: on(type: 'micStateChange', callback: Callback\): void;|@ohos.multimedia.audio.d.ts| +|Added|NA|Module name: ohos.multimedia.audio
Class name: ConnectType|@ohos.multimedia.audio.d.ts| +|Added|NA|Class name: ConnectType
Method or attribute name: |@ohos.multimedia.audio.d.ts| +|Added|NA|Module name: ohos.multimedia.audio
Class name: ConnectType
Method or attribute name: CONNECT_TYPE_LOCAL = 1|@ohos.multimedia.audio.d.ts| +|Added|NA|Class name: ConnectType
Method or attribute name: CONNECT_TYPE_LOCAL = 1|@ohos.multimedia.audio.d.ts| +|Added|NA|Module name: ohos.multimedia.audio
Class name: ConnectType
Method or attribute name: CONNECT_TYPE_DISTRIBUTED = 2|@ohos.multimedia.audio.d.ts| +|Added|NA|Class name: ConnectType
Method or attribute name: CONNECT_TYPE_DISTRIBUTED = 2|@ohos.multimedia.audio.d.ts| +|Added|NA|Module name: ohos.multimedia.audio
Class name: VolumeGroupInfo|@ohos.multimedia.audio.d.ts| +|Added|NA|Class name: VolumeGroupInfo
Method or attribute name: |@ohos.multimedia.audio.d.ts| +|Added|NA|Module name: ohos.multimedia.audio
Class name: VolumeGroupInfo
Method or attribute name: readonly networkId: string;|@ohos.multimedia.audio.d.ts| +|Added|NA|Class name: VolumeGroupInfo
Method or attribute name: readonly networkId: string;|@ohos.multimedia.audio.d.ts| +|Added|NA|Module name: ohos.multimedia.audio
Class name: VolumeGroupInfo
Method or attribute name: readonly groupId: number;|@ohos.multimedia.audio.d.ts| +|Added|NA|Class name: VolumeGroupInfo
Method or attribute name: readonly groupId: number;|@ohos.multimedia.audio.d.ts| +|Added|NA|Module name: ohos.multimedia.audio
Class name: VolumeGroupInfo
Method or attribute name: readonly mappingId: number;|@ohos.multimedia.audio.d.ts| +|Added|NA|Class name: VolumeGroupInfo
Method or attribute name: readonly mappingId: number;|@ohos.multimedia.audio.d.ts| +|Added|NA|Module name: ohos.multimedia.audio
Class name: VolumeGroupInfo
Method or attribute name: readonly groupName: string;|@ohos.multimedia.audio.d.ts| +|Added|NA|Class name: VolumeGroupInfo
Method or attribute name: readonly groupName: string;|@ohos.multimedia.audio.d.ts| +|Added|NA|Module name: ohos.multimedia.audio
Class name: VolumeGroupInfo
Method or attribute name: readonly type: ConnectType;|@ohos.multimedia.audio.d.ts| +|Added|NA|Class name: VolumeGroupInfo
Method or attribute name: readonly type: ConnectType;|@ohos.multimedia.audio.d.ts| +|Added|NA|Module name: ohos.multimedia.audio
Class name: AudioRendererChangeInfo|@ohos.multimedia.audio.d.ts| +|Added|NA|Class name: AudioRendererChangeInfo
Method or attribute name: |@ohos.multimedia.audio.d.ts| +|Added|NA|Module name: ohos.multimedia.audio
Class name: AudioRendererChangeInfo
Method or attribute name: readonly streamId: number;|@ohos.multimedia.audio.d.ts| +|Added|NA|Class name: AudioRendererChangeInfo
Method or attribute name: readonly streamId: number;|@ohos.multimedia.audio.d.ts| +|Added|NA|Module name: ohos.multimedia.audio
Class name: AudioRendererChangeInfo
Method or attribute name: readonly clientUid: number;|@ohos.multimedia.audio.d.ts| +|Added|NA|Class name: AudioRendererChangeInfo
Method or attribute name: readonly clientUid: number;|@ohos.multimedia.audio.d.ts| +|Added|NA|Module name: ohos.multimedia.audio
Class name: AudioRendererChangeInfo
Method or attribute name: readonly rendererInfo: AudioRendererInfo;|@ohos.multimedia.audio.d.ts| +|Added|NA|Class name: AudioRendererChangeInfo
Method or attribute name: readonly rendererInfo: AudioRendererInfo;|@ohos.multimedia.audio.d.ts| +|Added|NA|Module name: ohos.multimedia.audio
Class name: AudioRendererChangeInfo
Method or attribute name: readonly rendererState: AudioState;|@ohos.multimedia.audio.d.ts| +|Added|NA|Class name: AudioRendererChangeInfo
Method or attribute name: readonly rendererState: AudioState;|@ohos.multimedia.audio.d.ts| +|Added|NA|Module name: ohos.multimedia.audio
Class name: AudioRendererChangeInfo
Method or attribute name: readonly deviceDescriptors: AudioDeviceDescriptors;|@ohos.multimedia.audio.d.ts| +|Added|NA|Class name: AudioRendererChangeInfo
Method or attribute name: readonly deviceDescriptors: AudioDeviceDescriptors;|@ohos.multimedia.audio.d.ts| +|Added|NA|Module name: ohos.multimedia.audio
Class name: AudioCapturerChangeInfo|@ohos.multimedia.audio.d.ts| +|Added|NA|Class name: AudioCapturerChangeInfo
Method or attribute name: |@ohos.multimedia.audio.d.ts| +|Added|NA|Module name: ohos.multimedia.audio
Class name: AudioCapturerChangeInfo
Method or attribute name: readonly streamId: number;|@ohos.multimedia.audio.d.ts| +|Added|NA|Class name: AudioCapturerChangeInfo
Method or attribute name: readonly streamId: number;|@ohos.multimedia.audio.d.ts| +|Added|NA|Module name: ohos.multimedia.audio
Class name: AudioCapturerChangeInfo
Method or attribute name: readonly clientUid: number;|@ohos.multimedia.audio.d.ts| +|Added|NA|Class name: AudioCapturerChangeInfo
Method or attribute name: readonly clientUid: number;|@ohos.multimedia.audio.d.ts| +|Added|NA|Module name: ohos.multimedia.audio
Class name: AudioCapturerChangeInfo
Method or attribute name: readonly capturerInfo: AudioCapturerInfo;|@ohos.multimedia.audio.d.ts| +|Added|NA|Class name: AudioCapturerChangeInfo
Method or attribute name: readonly capturerInfo: AudioCapturerInfo;|@ohos.multimedia.audio.d.ts| +|Added|NA|Module name: ohos.multimedia.audio
Class name: AudioCapturerChangeInfo
Method or attribute name: readonly capturerState: AudioState;|@ohos.multimedia.audio.d.ts| +|Added|NA|Class name: AudioCapturerChangeInfo
Method or attribute name: readonly capturerState: AudioState;|@ohos.multimedia.audio.d.ts| +|Added|NA|Module name: ohos.multimedia.audio
Class name: AudioCapturerChangeInfo
Method or attribute name: readonly deviceDescriptors: AudioDeviceDescriptors;|@ohos.multimedia.audio.d.ts| +|Added|NA|Class name: AudioCapturerChangeInfo
Method or attribute name: readonly deviceDescriptors: AudioDeviceDescriptors;|@ohos.multimedia.audio.d.ts| +|Added|NA|Module name: ohos.multimedia.audio
Class name: AudioDeviceDescriptor
Method or attribute name: readonly id: number;|@ohos.multimedia.audio.d.ts| +|Added|NA|Class name: AudioDeviceDescriptor
Method or attribute name: readonly id: number;|@ohos.multimedia.audio.d.ts| +|Added|NA|Module name: ohos.multimedia.audio
Class name: AudioDeviceDescriptor
Method or attribute name: readonly name: string;|@ohos.multimedia.audio.d.ts| +|Added|NA|Class name: AudioDeviceDescriptor
Method or attribute name: readonly name: string;|@ohos.multimedia.audio.d.ts| +|Added|NA|Module name: ohos.multimedia.audio
Class name: AudioDeviceDescriptor
Method or attribute name: readonly address: string;|@ohos.multimedia.audio.d.ts| +|Added|NA|Class name: AudioDeviceDescriptor
Method or attribute name: readonly address: string;|@ohos.multimedia.audio.d.ts| +|Added|NA|Module name: ohos.multimedia.audio
Class name: AudioDeviceDescriptor
Method or attribute name: readonly sampleRates: Array\;|@ohos.multimedia.audio.d.ts| +|Added|NA|Class name: AudioDeviceDescriptor
Method or attribute name: readonly sampleRates: Array\;|@ohos.multimedia.audio.d.ts| +|Added|NA|Module name: ohos.multimedia.audio
Class name: AudioDeviceDescriptor
Method or attribute name: readonly channelCounts: Array\;|@ohos.multimedia.audio.d.ts| +|Added|NA|Class name: AudioDeviceDescriptor
Method or attribute name: readonly channelCounts: Array\;|@ohos.multimedia.audio.d.ts| +|Added|NA|Module name: ohos.multimedia.audio
Class name: AudioDeviceDescriptor
Method or attribute name: readonly channelMasks: Array\;|@ohos.multimedia.audio.d.ts| +|Added|NA|Class name: AudioDeviceDescriptor
Method or attribute name: readonly channelMasks: Array\;|@ohos.multimedia.audio.d.ts| +|Added|NA|Module name: ohos.multimedia.audio
Class name: AudioDeviceDescriptor
Method or attribute name: readonly networkId: string;|@ohos.multimedia.audio.d.ts| +|Added|NA|Class name: AudioDeviceDescriptor
Method or attribute name: readonly networkId: string;|@ohos.multimedia.audio.d.ts| +|Added|NA|Module name: ohos.multimedia.audio
Class name: AudioDeviceDescriptor
Method or attribute name: readonly interruptGroupId: number;|@ohos.multimedia.audio.d.ts| +|Added|NA|Class name: AudioDeviceDescriptor
Method or attribute name: readonly interruptGroupId: number;|@ohos.multimedia.audio.d.ts| +|Added|NA|Module name: ohos.multimedia.audio
Class name: AudioDeviceDescriptor
Method or attribute name: readonly volumeGroupId: number;|@ohos.multimedia.audio.d.ts| +|Added|NA|Class name: AudioDeviceDescriptor
Method or attribute name: readonly volumeGroupId: number;|@ohos.multimedia.audio.d.ts| +|Added|NA|Class name: VolumeEvent
Method or attribute name: volumeGroupId: number;|@ohos.multimedia.audio.d.ts| +|Added|NA|Class name: VolumeEvent
Method or attribute name: networkId: string;|@ohos.multimedia.audio.d.ts| +|Added|NA|Module name: ohos.multimedia.audio
Class name: MicStateChangeEvent|@ohos.multimedia.audio.d.ts| +|Added|NA|Class name: MicStateChangeEvent
Method or attribute name: |@ohos.multimedia.audio.d.ts| +|Added|NA|Module name: ohos.multimedia.audio
Class name: MicStateChangeEvent
Method or attribute name: mute: boolean;|@ohos.multimedia.audio.d.ts| +|Added|NA|Class name: MicStateChangeEvent
Method or attribute name: mute: boolean;|@ohos.multimedia.audio.d.ts| +|Added|NA|Class name: AudioRenderer
Method or attribute name: getAudioStreamId(callback: AsyncCallback\): void;|@ohos.multimedia.audio.d.ts| +|Added|NA|Class name: AudioRenderer
Method or attribute name: getAudioStreamId(): Promise\;|@ohos.multimedia.audio.d.ts| +|Added|NA|Class name: AudioRenderer
Method or attribute name: setInterruptMode(mode: InterruptMode, callback: AsyncCallback\): void;|@ohos.multimedia.audio.d.ts| +|Added|NA|Class name: AudioRenderer
Method or attribute name: setInterruptMode(mode: InterruptMode): Promise\;|@ohos.multimedia.audio.d.ts| +|Added|NA|Class name: AudioRenderer
Method or attribute name: setVolume(volume: number, callback: AsyncCallback\): void;|@ohos.multimedia.audio.d.ts| +|Added|NA|Class name: AudioRenderer
Method or attribute name: setVolume(volume: number): Promise\;|@ohos.multimedia.audio.d.ts| +|Added|NA|Class name: AudioRenderer
Method or attribute name: on(type: 'audioInterrupt', callback: Callback\): void;|@ohos.multimedia.audio.d.ts| +|Added|NA|Module name: ohos.multimedia.audio
Class name: SourceType
Method or attribute name: SOURCE_TYPE_VOICE_RECOGNITION = 1|@ohos.multimedia.audio.d.ts| +|Added|NA|Class name: SourceType
Method or attribute name: SOURCE_TYPE_VOICE_RECOGNITION = 1|@ohos.multimedia.audio.d.ts| +|Added|NA|Class name: AudioCapturer
Method or attribute name: getAudioStreamId(callback: AsyncCallback\): void;|@ohos.multimedia.audio.d.ts| +|Added|NA|Class name: AudioCapturer
Method or attribute name: getAudioStreamId(): Promise\;|@ohos.multimedia.audio.d.ts| +|Added|NA|Module name: ohos.multimedia.audio
Class name: ToneType|@ohos.multimedia.audio.d.ts| +|Added|NA|Class name: ToneType
Method or attribute name: |@ohos.multimedia.audio.d.ts| +|Added|NA|Module name: ohos.multimedia.audio
Class name: ToneType
Method or attribute name: TONE_TYPE_DIAL_0 = 0|@ohos.multimedia.audio.d.ts| +|Added|NA|Class name: ToneType
Method or attribute name: TONE_TYPE_DIAL_0 = 0|@ohos.multimedia.audio.d.ts| +|Added|NA|Module name: ohos.multimedia.audio
Class name: ToneType
Method or attribute name: TONE_TYPE_DIAL_1 = 1|@ohos.multimedia.audio.d.ts| +|Added|NA|Class name: ToneType
Method or attribute name: TONE_TYPE_DIAL_1 = 1|@ohos.multimedia.audio.d.ts| +|Added|NA|Module name: ohos.multimedia.audio
Class name: ToneType
Method or attribute name: TONE_TYPE_DIAL_2 = 2|@ohos.multimedia.audio.d.ts| +|Added|NA|Class name: ToneType
Method or attribute name: TONE_TYPE_DIAL_2 = 2|@ohos.multimedia.audio.d.ts| +|Added|NA|Module name: ohos.multimedia.audio
Class name: ToneType
Method or attribute name: TONE_TYPE_DIAL_3 = 3|@ohos.multimedia.audio.d.ts| +|Added|NA|Class name: ToneType
Method or attribute name: TONE_TYPE_DIAL_3 = 3|@ohos.multimedia.audio.d.ts| +|Added|NA|Module name: ohos.multimedia.audio
Class name: ToneType
Method or attribute name: TONE_TYPE_DIAL_4 = 4|@ohos.multimedia.audio.d.ts| +|Added|NA|Class name: ToneType
Method or attribute name: TONE_TYPE_DIAL_4 = 4|@ohos.multimedia.audio.d.ts| +|Added|NA|Module name: ohos.multimedia.audio
Class name: ToneType
Method or attribute name: TONE_TYPE_DIAL_5 = 5|@ohos.multimedia.audio.d.ts| +|Added|NA|Class name: ToneType
Method or attribute name: TONE_TYPE_DIAL_5 = 5|@ohos.multimedia.audio.d.ts| +|Added|NA|Module name: ohos.multimedia.audio
Class name: ToneType
Method or attribute name: TONE_TYPE_DIAL_6 = 6|@ohos.multimedia.audio.d.ts| +|Added|NA|Class name: ToneType
Method or attribute name: TONE_TYPE_DIAL_6 = 6|@ohos.multimedia.audio.d.ts| +|Added|NA|Module name: ohos.multimedia.audio
Class name: ToneType
Method or attribute name: TONE_TYPE_DIAL_7 = 7|@ohos.multimedia.audio.d.ts| +|Added|NA|Class name: ToneType
Method or attribute name: TONE_TYPE_DIAL_7 = 7|@ohos.multimedia.audio.d.ts| +|Added|NA|Module name: ohos.multimedia.audio
Class name: ToneType
Method or attribute name: TONE_TYPE_DIAL_8 = 8|@ohos.multimedia.audio.d.ts| +|Added|NA|Class name: ToneType
Method or attribute name: TONE_TYPE_DIAL_8 = 8|@ohos.multimedia.audio.d.ts| +|Added|NA|Module name: ohos.multimedia.audio
Class name: ToneType
Method or attribute name: TONE_TYPE_DIAL_9 = 9|@ohos.multimedia.audio.d.ts| +|Added|NA|Class name: ToneType
Method or attribute name: TONE_TYPE_DIAL_9 = 9|@ohos.multimedia.audio.d.ts| +|Added|NA|Module name: ohos.multimedia.audio
Class name: ToneType
Method or attribute name: TONE_TYPE_DIAL_S = 10|@ohos.multimedia.audio.d.ts| +|Added|NA|Class name: ToneType
Method or attribute name: TONE_TYPE_DIAL_S = 10|@ohos.multimedia.audio.d.ts| +|Added|NA|Module name: ohos.multimedia.audio
Class name: ToneType
Method or attribute name: TONE_TYPE_DIAL_P = 11|@ohos.multimedia.audio.d.ts| +|Added|NA|Class name: ToneType
Method or attribute name: TONE_TYPE_DIAL_P = 11|@ohos.multimedia.audio.d.ts| +|Added|NA|Module name: ohos.multimedia.audio
Class name: ToneType
Method or attribute name: TONE_TYPE_DIAL_A = 12|@ohos.multimedia.audio.d.ts| +|Added|NA|Class name: ToneType
Method or attribute name: TONE_TYPE_DIAL_A = 12|@ohos.multimedia.audio.d.ts| +|Added|NA|Module name: ohos.multimedia.audio
Class name: ToneType
Method or attribute name: TONE_TYPE_DIAL_B = 13|@ohos.multimedia.audio.d.ts| +|Added|NA|Class name: ToneType
Method or attribute name: TONE_TYPE_DIAL_B = 13|@ohos.multimedia.audio.d.ts| +|Added|NA|Module name: ohos.multimedia.audio
Class name: ToneType
Method or attribute name: TONE_TYPE_DIAL_C = 14|@ohos.multimedia.audio.d.ts| +|Added|NA|Class name: ToneType
Method or attribute name: TONE_TYPE_DIAL_C = 14|@ohos.multimedia.audio.d.ts| +|Added|NA|Module name: ohos.multimedia.audio
Class name: ToneType
Method or attribute name: TONE_TYPE_DIAL_D = 15|@ohos.multimedia.audio.d.ts| +|Added|NA|Class name: ToneType
Method or attribute name: TONE_TYPE_DIAL_D = 15|@ohos.multimedia.audio.d.ts| +|Added|NA|Module name: ohos.multimedia.audio
Class name: ToneType
Method or attribute name: TONE_TYPE_COMMON_SUPERVISORY_DIAL = 100|@ohos.multimedia.audio.d.ts| +|Added|NA|Class name: ToneType
Method or attribute name: TONE_TYPE_COMMON_SUPERVISORY_DIAL = 100|@ohos.multimedia.audio.d.ts| +|Added|NA|Module name: ohos.multimedia.audio
Class name: ToneType
Method or attribute name: TONE_TYPE_COMMON_SUPERVISORY_BUSY = 101|@ohos.multimedia.audio.d.ts| +|Added|NA|Class name: ToneType
Method or attribute name: TONE_TYPE_COMMON_SUPERVISORY_BUSY = 101|@ohos.multimedia.audio.d.ts| +|Added|NA|Module name: ohos.multimedia.audio
Class name: ToneType
Method or attribute name: TONE_TYPE_COMMON_SUPERVISORY_CONGESTION = 102|@ohos.multimedia.audio.d.ts| +|Added|NA|Class name: ToneType
Method or attribute name: TONE_TYPE_COMMON_SUPERVISORY_CONGESTION = 102|@ohos.multimedia.audio.d.ts| +|Added|NA|Module name: ohos.multimedia.audio
Class name: ToneType
Method or attribute name: TONE_TYPE_COMMON_SUPERVISORY_RADIO_ACK = 103|@ohos.multimedia.audio.d.ts| +|Added|NA|Class name: ToneType
Method or attribute name: TONE_TYPE_COMMON_SUPERVISORY_RADIO_ACK = 103|@ohos.multimedia.audio.d.ts| +|Added|NA|Module name: ohos.multimedia.audio
Class name: ToneType
Method or attribute name: TONE_TYPE_COMMON_SUPERVISORY_RADIO_NOT_AVAILABLE = 104|@ohos.multimedia.audio.d.ts| +|Added|NA|Class name: ToneType
Method or attribute name: TONE_TYPE_COMMON_SUPERVISORY_RADIO_NOT_AVAILABLE = 104|@ohos.multimedia.audio.d.ts| +|Added|NA|Module name: ohos.multimedia.audio
Class name: ToneType
Method or attribute name: TONE_TYPE_COMMON_SUPERVISORY_CALL_WAITING = 106|@ohos.multimedia.audio.d.ts| +|Added|NA|Class name: ToneType
Method or attribute name: TONE_TYPE_COMMON_SUPERVISORY_CALL_WAITING = 106|@ohos.multimedia.audio.d.ts| +|Added|NA|Module name: ohos.multimedia.audio
Class name: ToneType
Method or attribute name: TONE_TYPE_COMMON_SUPERVISORY_RINGTONE = 107|@ohos.multimedia.audio.d.ts| +|Added|NA|Class name: ToneType
Method or attribute name: TONE_TYPE_COMMON_SUPERVISORY_RINGTONE = 107|@ohos.multimedia.audio.d.ts| +|Added|NA|Module name: ohos.multimedia.audio
Class name: ToneType
Method or attribute name: TONE_TYPE_COMMON_PROPRIETARY_BEEP = 200|@ohos.multimedia.audio.d.ts| +|Added|NA|Class name: ToneType
Method or attribute name: TONE_TYPE_COMMON_PROPRIETARY_BEEP = 200|@ohos.multimedia.audio.d.ts| +|Added|NA|Module name: ohos.multimedia.audio
Class name: ToneType
Method or attribute name: TONE_TYPE_COMMON_PROPRIETARY_ACK = 201|@ohos.multimedia.audio.d.ts| +|Added|NA|Class name: ToneType
Method or attribute name: TONE_TYPE_COMMON_PROPRIETARY_ACK = 201|@ohos.multimedia.audio.d.ts| +|Added|NA|Module name: ohos.multimedia.audio
Class name: ToneType
Method or attribute name: TONE_TYPE_COMMON_PROPRIETARY_PROMPT = 203|@ohos.multimedia.audio.d.ts| +|Added|NA|Class name: ToneType
Method or attribute name: TONE_TYPE_COMMON_PROPRIETARY_PROMPT = 203|@ohos.multimedia.audio.d.ts| +|Added|NA|Module name: ohos.multimedia.audio
Class name: ToneType
Method or attribute name: TONE_TYPE_COMMON_PROPRIETARY_DOUBLE_BEEP = 204|@ohos.multimedia.audio.d.ts| +|Added|NA|Class name: ToneType
Method or attribute name: TONE_TYPE_COMMON_PROPRIETARY_DOUBLE_BEEP = 204|@ohos.multimedia.audio.d.ts| +|Added|NA|Module name: ohos.multimedia.audio
Class name: TonePlayer|@ohos.multimedia.audio.d.ts| +|Added|NA|Class name: TonePlayer
Method or attribute name: |@ohos.multimedia.audio.d.ts| +|Added|NA|Module name: ohos.multimedia.audio
Class name: TonePlayer
Method or attribute name: load(type: ToneType, callback: AsyncCallback\): void;|@ohos.multimedia.audio.d.ts| +|Added|NA|Class name: TonePlayer
Method or attribute name: load(type: ToneType, callback: AsyncCallback\): void;|@ohos.multimedia.audio.d.ts| +|Added|NA|Module name: ohos.multimedia.audio
Class name: TonePlayer
Method or attribute name: load(type: ToneType): Promise\;|@ohos.multimedia.audio.d.ts| +|Added|NA|Class name: TonePlayer
Method or attribute name: load(type: ToneType): Promise\;|@ohos.multimedia.audio.d.ts| +|Added|NA|Module name: ohos.multimedia.audio
Class name: TonePlayer
Method or attribute name: start(callback: AsyncCallback\): void;|@ohos.multimedia.audio.d.ts| +|Added|NA|Class name: TonePlayer
Method or attribute name: start(callback: AsyncCallback\): void;|@ohos.multimedia.audio.d.ts| +|Added|NA|Module name: ohos.multimedia.audio
Class name: TonePlayer
Method or attribute name: start(): Promise\;|@ohos.multimedia.audio.d.ts| +|Added|NA|Class name: TonePlayer
Method or attribute name: start(): Promise\;|@ohos.multimedia.audio.d.ts| +|Added|NA|Module name: ohos.multimedia.audio
Class name: TonePlayer
Method or attribute name: stop(callback: AsyncCallback\): void;|@ohos.multimedia.audio.d.ts| +|Added|NA|Class name: TonePlayer
Method or attribute name: stop(callback: AsyncCallback\): void;|@ohos.multimedia.audio.d.ts| +|Added|NA|Module name: ohos.multimedia.audio
Class name: TonePlayer
Method or attribute name: stop(): Promise\;|@ohos.multimedia.audio.d.ts| +|Added|NA|Class name: TonePlayer
Method or attribute name: stop(): Promise\;|@ohos.multimedia.audio.d.ts| +|Added|NA|Module name: ohos.multimedia.audio
Class name: TonePlayer
Method or attribute name: release(callback: AsyncCallback\): void;|@ohos.multimedia.audio.d.ts| +|Added|NA|Class name: TonePlayer
Method or attribute name: release(callback: AsyncCallback\): void;|@ohos.multimedia.audio.d.ts| +|Added|NA|Module name: ohos.multimedia.audio
Class name: TonePlayer
Method or attribute name: release(): Promise\;|@ohos.multimedia.audio.d.ts| +|Added|NA|Class name: TonePlayer
Method or attribute name: release(): Promise\;|@ohos.multimedia.audio.d.ts| +|Added|NA|Module name: ohos.multimedia.avsession
Class name: avSession|@ohos.multimedia.avsession.d.ts| +|Added|NA|Module name: ohos.multimedia.avsession
Class name: AVSessionType
Method or attribute name: type AVSessionType = 'audio' \| 'video';|@ohos.multimedia.avsession.d.ts| +|Added|NA|Module name: ohos.multimedia.avsession
Class name: AVSessionType
Method or attribute name: type AVSessionType = 'audio' \| 'video';|@ohos.multimedia.avsession.d.ts| +|Added|NA|Module name: ohos.multimedia.avsession
Class name: AVControlCommandType
Method or attribute name: type AVControlCommandType = 'play' \| 'pause' \| 'stop' \| 'playNext' \| 'playPrevious' \| 'fastForward' \| 'rewind' \|
'seek' \| 'setSpeed' \| 'setLoopMode' \| 'toggleFavorite';|@ohos.multimedia.avsession.d.ts| +|Added|NA|Module name: ohos.multimedia.avsession
Class name: AVControlCommandType
Method or attribute name: type AVControlCommandType = 'play' \| 'pause' \| 'stop' \| 'playNext' \| 'playPrevious' \| 'fastForward' \| 'rewind' \|
'seek' \| 'setSpeed' \| 'setLoopMode' \| 'toggleFavorite';|@ohos.multimedia.avsession.d.ts| +|Added|NA|Module name: ohos.multimedia.avsession
Class name: AVControlCommandType
Method or attribute name: type AVControlCommandType = 'play' \| 'pause' \| 'stop' \| 'playNext' \| 'playPrevious' \| 'fastForward' \| 'rewind' \|
'seek' \| 'setSpeed' \| 'setLoopMode' \| 'toggleFavorite';|@ohos.multimedia.avsession.d.ts| +|Added|NA|Module name: ohos.multimedia.avsession
Class name: AVControlCommandType
Method or attribute name: type AVControlCommandType = 'play' \| 'pause' \| 'stop' \| 'playNext' \| 'playPrevious' \| 'fastForward' \| 'rewind' \|
'seek' \| 'setSpeed' \| 'setLoopMode' \| 'toggleFavorite';|@ohos.multimedia.avsession.d.ts| +|Added|NA|Module name: ohos.multimedia.avsession
Class name: AVControlCommandType
Method or attribute name: type AVControlCommandType = 'play' \| 'pause' \| 'stop' \| 'playNext' \| 'playPrevious' \| 'fastForward' \| 'rewind' \|
'seek' \| 'setSpeed' \| 'setLoopMode' \| 'toggleFavorite';|@ohos.multimedia.avsession.d.ts| +|Added|NA|Module name: ohos.multimedia.avsession
Class name: AVControlCommandType
Method or attribute name: type AVControlCommandType = 'play' \| 'pause' \| 'stop' \| 'playNext' \| 'playPrevious' \| 'fastForward' \| 'rewind' \|
'seek' \| 'setSpeed' \| 'setLoopMode' \| 'toggleFavorite';|@ohos.multimedia.avsession.d.ts| +|Added|NA|Module name: ohos.multimedia.avsession
Class name: AVControlCommandType
Method or attribute name: type AVControlCommandType = 'play' \| 'pause' \| 'stop' \| 'playNext' \| 'playPrevious' \| 'fastForward' \| 'rewind' \|
'seek' \| 'setSpeed' \| 'setLoopMode' \| 'toggleFavorite';|@ohos.multimedia.avsession.d.ts| +|Added|NA|Module name: ohos.multimedia.avsession
Class name: AVControlCommandType
Method or attribute name: type AVControlCommandType = 'play' \| 'pause' \| 'stop' \| 'playNext' \| 'playPrevious' \| 'fastForward' \| 'rewind' \|
'seek' \| 'setSpeed' \| 'setLoopMode' \| 'toggleFavorite';|@ohos.multimedia.avsession.d.ts| +|Added|NA|Module name: ohos.multimedia.avsession
Class name: AVControlCommandType
Method or attribute name: type AVControlCommandType = 'play' \| 'pause' \| 'stop' \| 'playNext' \| 'playPrevious' \| 'fastForward' \| 'rewind' \|
'seek' \| 'setSpeed' \| 'setLoopMode' \| 'toggleFavorite';|@ohos.multimedia.avsession.d.ts| +|Added|NA|Module name: ohos.multimedia.avsession
Class name: AVControlCommandType
Method or attribute name: type AVControlCommandType = 'play' \| 'pause' \| 'stop' \| 'playNext' \| 'playPrevious' \| 'fastForward' \| 'rewind' \|
'seek' \| 'setSpeed' \| 'setLoopMode' \| 'toggleFavorite';|@ohos.multimedia.avsession.d.ts| +|Added|NA|Module name: ohos.multimedia.avsession
Class name: AVControlCommandType
Method or attribute name: type AVControlCommandType = 'play' \| 'pause' \| 'stop' \| 'playNext' \| 'playPrevious' \| 'fastForward' \| 'rewind' \|
'seek' \| 'setSpeed' \| 'setLoopMode' \| 'toggleFavorite';|@ohos.multimedia.avsession.d.ts| +|Added|NA|Module name: ohos.multimedia.avsession
Class name: avSession
Method or attribute name: function createAVSession(context: Context, tag: string, type: AVSessionType, callback: AsyncCallback\): void;|@ohos.multimedia.avsession.d.ts| +|Added|NA|Module name: ohos.multimedia.avsession
Class name: avSession
Method or attribute name: function createAVSession(context: Context, tag: string, type: AVSessionType): Promise\;|@ohos.multimedia.avsession.d.ts| +|Added|NA|Module name: ohos.multimedia.avsession
Class name: avSession
Method or attribute name: function getAllSessionDescriptors(callback: AsyncCallback\>>): void;|@ohos.multimedia.avsession.d.ts| +|Added|NA|Module name: ohos.multimedia.avsession
Class name: avSession
Method or attribute name: function getAllSessionDescriptors(): Promise\>>;|@ohos.multimedia.avsession.d.ts| +|Added|NA|Module name: ohos.multimedia.avsession
Class name: avSession
Method or attribute name: function createController(sessionId: string, callback: AsyncCallback\): void;|@ohos.multimedia.avsession.d.ts| +|Added|NA|Module name: ohos.multimedia.avsession
Class name: avSession
Method or attribute name: function createController(sessionId: string): Promise\;|@ohos.multimedia.avsession.d.ts| +|Added|NA|Module name: ohos.multimedia.avsession
Class name: avSession
Method or attribute name: function castAudio(session: SessionToken \| 'all', audioDevices: Array\, callback: AsyncCallback\): void;|@ohos.multimedia.avsession.d.ts| +|Added|NA|Module name: ohos.multimedia.avsession
Class name: avSession
Method or attribute name: function castAudio(session: SessionToken \| 'all', audioDevices: Array\): Promise\;|@ohos.multimedia.avsession.d.ts| +|Added|NA|Module name: ohos.multimedia.avsession
Class name: SessionToken|@ohos.multimedia.avsession.d.ts| +|Added|NA|Module name: ohos.multimedia.avsession
Class name: SessionToken
Method or attribute name: sessionId: string;|@ohos.multimedia.avsession.d.ts| +|Added|NA|Module name: ohos.multimedia.avsession
Class name: SessionToken
Method or attribute name: pid: number;|@ohos.multimedia.avsession.d.ts| +|Added|NA|Module name: ohos.multimedia.avsession
Class name: SessionToken
Method or attribute name: uid: number;|@ohos.multimedia.avsession.d.ts| +|Added|NA|Module name: ohos.multimedia.avsession
Class name: avSession
Method or attribute name: function on(type: 'sessionCreate' \| 'sessionDestroy' \| 'topSessionChange', callback: (session: AVSessionDescriptor) => void): void;|@ohos.multimedia.avsession.d.ts| +|Added|NA|Module name: ohos.multimedia.avsession
Class name: avSession
Method or attribute name: function on(type: 'sessionCreate' \| 'sessionDestroy' \| 'topSessionChange', callback: (session: AVSessionDescriptor) => void): void;|@ohos.multimedia.avsession.d.ts| +|Added|NA|Module name: ohos.multimedia.avsession
Class name: avSession
Method or attribute name: function on(type: 'sessionCreate' \| 'sessionDestroy' \| 'topSessionChange', callback: (session: AVSessionDescriptor) => void): void;|@ohos.multimedia.avsession.d.ts| +|Added|NA|Module name: ohos.multimedia.avsession
Class name: avSession
Method or attribute name: function off(type: 'sessionCreate' \| 'sessionDestroy' \| 'topSessionChange', callback?: (session: AVSessionDescriptor) => void): void;|@ohos.multimedia.avsession.d.ts| +|Added|NA|Module name: ohos.multimedia.avsession
Class name: avSession
Method or attribute name: function off(type: 'sessionCreate' \| 'sessionDestroy' \| 'topSessionChange', callback?: (session: AVSessionDescriptor) => void): void;|@ohos.multimedia.avsession.d.ts| +|Added|NA|Module name: ohos.multimedia.avsession
Class name: avSession
Method or attribute name: function off(type: 'sessionCreate' \| 'sessionDestroy' \| 'topSessionChange', callback?: (session: AVSessionDescriptor) => void): void;|@ohos.multimedia.avsession.d.ts| +|Added|NA|Module name: ohos.multimedia.avsession
Class name: avSession
Method or attribute name: function on(type: 'sessionServiceDie', callback: () => void): void;|@ohos.multimedia.avsession.d.ts| +|Added|NA|Module name: ohos.multimedia.avsession
Class name: avSession
Method or attribute name: function off(type: 'sessionServiceDie', callback?: () => void): void;|@ohos.multimedia.avsession.d.ts| +|Added|NA|Module name: ohos.multimedia.avsession
Class name: avSession
Method or attribute name: function sendSystemAVKeyEvent(event: KeyEvent, callback: AsyncCallback\): void;|@ohos.multimedia.avsession.d.ts| +|Added|NA|Module name: ohos.multimedia.avsession
Class name: avSession
Method or attribute name: function sendSystemAVKeyEvent(event: KeyEvent): Promise\;|@ohos.multimedia.avsession.d.ts| +|Added|NA|Module name: ohos.multimedia.avsession
Class name: avSession
Method or attribute name: function sendSystemControlCommand(command: AVControlCommand, callback: AsyncCallback\): void;|@ohos.multimedia.avsession.d.ts| +|Added|NA|Module name: ohos.multimedia.avsession
Class name: avSession
Method or attribute name: function sendSystemControlCommand(command: AVControlCommand): Promise\;|@ohos.multimedia.avsession.d.ts| +|Added|NA|Module name: ohos.multimedia.avsession
Class name: AVSession|@ohos.multimedia.avsession.d.ts| +|Added|NA|Module name: ohos.multimedia.avsession
Class name: AVSession
Method or attribute name: readonly sessionId: string;|@ohos.multimedia.avsession.d.ts| +|Added|NA|Module name: ohos.multimedia.avsession
Class name: AVSession
Method or attribute name: setAVMetadata(data: AVMetadata, callback: AsyncCallback\): void;|@ohos.multimedia.avsession.d.ts| +|Added|NA|Module name: ohos.multimedia.avsession
Class name: AVSession
Method or attribute name: setAVMetadata(data: AVMetadata): Promise\;|@ohos.multimedia.avsession.d.ts| +|Added|NA|Module name: ohos.multimedia.avsession
Class name: AVSession
Method or attribute name: setAVPlaybackState(state: AVPlaybackState, callback: AsyncCallback\): void;|@ohos.multimedia.avsession.d.ts| +|Added|NA|Module name: ohos.multimedia.avsession
Class name: AVSession
Method or attribute name: setAVPlaybackState(state: AVPlaybackState): Promise\;|@ohos.multimedia.avsession.d.ts| +|Added|NA|Module name: ohos.multimedia.avsession
Class name: AVSession
Method or attribute name: setLaunchAbility(ability: WantAgent, callback: AsyncCallback\): void;|@ohos.multimedia.avsession.d.ts| +|Added|NA|Module name: ohos.multimedia.avsession
Class name: AVSession
Method or attribute name: setLaunchAbility(ability: WantAgent): Promise\;|@ohos.multimedia.avsession.d.ts| +|Added|NA|Module name: ohos.multimedia.avsession
Class name: AVSession
Method or attribute name: getController(callback: AsyncCallback\): void;|@ohos.multimedia.avsession.d.ts| +|Added|NA|Module name: ohos.multimedia.avsession
Class name: AVSession
Method or attribute name: getController(): Promise\;|@ohos.multimedia.avsession.d.ts| +|Added|NA|Module name: ohos.multimedia.avsession
Class name: AVSession
Method or attribute name: getOutputDevice(callback: AsyncCallback\): void;|@ohos.multimedia.avsession.d.ts| +|Added|NA|Module name: ohos.multimedia.avsession
Class name: AVSession
Method or attribute name: getOutputDevice(): Promise\;|@ohos.multimedia.avsession.d.ts| +|Added|NA|Module name: ohos.multimedia.avsession
Class name: AVSession
Method or attribute name: on(type: 'play' \| 'pause' \| 'stop' \| 'playNext' \| 'playPrevious' \| 'fastForward' \| 'rewind', callback: () => void): void;|@ohos.multimedia.avsession.d.ts| +|Added|NA|Module name: ohos.multimedia.avsession
Class name: AVSession
Method or attribute name: on(type: 'play' \| 'pause' \| 'stop' \| 'playNext' \| 'playPrevious' \| 'fastForward' \| 'rewind', callback: () => void): void;|@ohos.multimedia.avsession.d.ts| +|Added|NA|Module name: ohos.multimedia.avsession
Class name: AVSession
Method or attribute name: on(type: 'play' \| 'pause' \| 'stop' \| 'playNext' \| 'playPrevious' \| 'fastForward' \| 'rewind', callback: () => void): void;|@ohos.multimedia.avsession.d.ts| +|Added|NA|Module name: ohos.multimedia.avsession
Class name: AVSession
Method or attribute name: on(type: 'play' \| 'pause' \| 'stop' \| 'playNext' \| 'playPrevious' \| 'fastForward' \| 'rewind', callback: () => void): void;|@ohos.multimedia.avsession.d.ts| +|Added|NA|Module name: ohos.multimedia.avsession
Class name: AVSession
Method or attribute name: on(type: 'play' \| 'pause' \| 'stop' \| 'playNext' \| 'playPrevious' \| 'fastForward' \| 'rewind', callback: () => void): void;|@ohos.multimedia.avsession.d.ts| +|Added|NA|Module name: ohos.multimedia.avsession
Class name: AVSession
Method or attribute name: on(type: 'play' \| 'pause' \| 'stop' \| 'playNext' \| 'playPrevious' \| 'fastForward' \| 'rewind', callback: () => void): void;|@ohos.multimedia.avsession.d.ts| +|Added|NA|Module name: ohos.multimedia.avsession
Class name: AVSession
Method or attribute name: on(type: 'play' \| 'pause' \| 'stop' \| 'playNext' \| 'playPrevious' \| 'fastForward' \| 'rewind', callback: () => void): void;|@ohos.multimedia.avsession.d.ts| +|Added|NA|Module name: ohos.multimedia.avsession
Class name: AVSession
Method or attribute name: off(type: 'play' \| 'pause' \| 'stop' \| 'playNext' \| 'playPrevious' \| 'fastForward' \| 'rewind', callback?: () => void): void;|@ohos.multimedia.avsession.d.ts| +|Added|NA|Module name: ohos.multimedia.avsession
Class name: AVSession
Method or attribute name: off(type: 'play' \| 'pause' \| 'stop' \| 'playNext' \| 'playPrevious' \| 'fastForward' \| 'rewind', callback?: () => void): void;|@ohos.multimedia.avsession.d.ts| +|Added|NA|Module name: ohos.multimedia.avsession
Class name: AVSession
Method or attribute name: off(type: 'play' \| 'pause' \| 'stop' \| 'playNext' \| 'playPrevious' \| 'fastForward' \| 'rewind', callback?: () => void): void;|@ohos.multimedia.avsession.d.ts| +|Added|NA|Module name: ohos.multimedia.avsession
Class name: AVSession
Method or attribute name: off(type: 'play' \| 'pause' \| 'stop' \| 'playNext' \| 'playPrevious' \| 'fastForward' \| 'rewind', callback?: () => void): void;|@ohos.multimedia.avsession.d.ts| +|Added|NA|Module name: ohos.multimedia.avsession
Class name: AVSession
Method or attribute name: off(type: 'play' \| 'pause' \| 'stop' \| 'playNext' \| 'playPrevious' \| 'fastForward' \| 'rewind', callback?: () => void): void;|@ohos.multimedia.avsession.d.ts| +|Added|NA|Module name: ohos.multimedia.avsession
Class name: AVSession
Method or attribute name: off(type: 'play' \| 'pause' \| 'stop' \| 'playNext' \| 'playPrevious' \| 'fastForward' \| 'rewind', callback?: () => void): void;|@ohos.multimedia.avsession.d.ts| +|Added|NA|Module name: ohos.multimedia.avsession
Class name: AVSession
Method or attribute name: off(type: 'play' \| 'pause' \| 'stop' \| 'playNext' \| 'playPrevious' \| 'fastForward' \| 'rewind', callback?: () => void): void;|@ohos.multimedia.avsession.d.ts| +|Added|NA|Module name: ohos.multimedia.avsession
Class name: AVSession
Method or attribute name: on(type: 'seek', callback: (time: number) => void): void;|@ohos.multimedia.avsession.d.ts| +|Added|NA|Module name: ohos.multimedia.avsession
Class name: AVSession
Method or attribute name: off(type: 'seek', callback?: (time: number) => void): void;|@ohos.multimedia.avsession.d.ts| +|Added|NA|Module name: ohos.multimedia.avsession
Class name: AVSession
Method or attribute name: on(type: 'setSpeed', callback: (speed: number) => void): void;|@ohos.multimedia.avsession.d.ts| +|Added|NA|Module name: ohos.multimedia.avsession
Class name: AVSession
Method or attribute name: off(type: 'setSpeed', callback?: (speed: number) => void): void;|@ohos.multimedia.avsession.d.ts| +|Added|NA|Module name: ohos.multimedia.avsession
Class name: AVSession
Method or attribute name: on(type: 'setLoopMode', callback: (mode: LoopMode) => void): void;|@ohos.multimedia.avsession.d.ts| +|Added|NA|Module name: ohos.multimedia.avsession
Class name: AVSession
Method or attribute name: off(type: 'setLoopMode', callback?: (mode: LoopMode) => void): void;|@ohos.multimedia.avsession.d.ts| +|Added|NA|Module name: ohos.multimedia.avsession
Class name: AVSession
Method or attribute name: on(type: 'toggleFavorite', callback: (assetId: string) => void): void;|@ohos.multimedia.avsession.d.ts| +|Added|NA|Module name: ohos.multimedia.avsession
Class name: AVSession
Method or attribute name: off(type: 'toggleFavorite', callback?: (assetId: string) => void): void;|@ohos.multimedia.avsession.d.ts| +|Added|NA|Module name: ohos.multimedia.avsession
Class name: AVSession
Method or attribute name: on(type: 'handleKeyEvent', callback: (event: KeyEvent) => void): void;|@ohos.multimedia.avsession.d.ts| +|Added|NA|Module name: ohos.multimedia.avsession
Class name: AVSession
Method or attribute name: off(type: 'handleKeyEvent', callback?: (event: KeyEvent) => void): void;|@ohos.multimedia.avsession.d.ts| +|Added|NA|Module name: ohos.multimedia.avsession
Class name: AVSession
Method or attribute name: on(type: 'outputDeviceChange', callback: (device: OutputDeviceInfo) => void): void;|@ohos.multimedia.avsession.d.ts| +|Added|NA|Module name: ohos.multimedia.avsession
Class name: AVSession
Method or attribute name: off(type: 'outputDeviceChange', callback?: (device: OutputDeviceInfo) => void): void;|@ohos.multimedia.avsession.d.ts| +|Added|NA|Module name: ohos.multimedia.avsession
Class name: AVSession
Method or attribute name: activate(callback: AsyncCallback\): void;|@ohos.multimedia.avsession.d.ts| +|Added|NA|Module name: ohos.multimedia.avsession
Class name: AVSession
Method or attribute name: activate(): Promise\;|@ohos.multimedia.avsession.d.ts| +|Added|NA|Module name: ohos.multimedia.avsession
Class name: AVSession
Method or attribute name: deactivate(callback: AsyncCallback\): void;|@ohos.multimedia.avsession.d.ts| +|Added|NA|Module name: ohos.multimedia.avsession
Class name: AVSession
Method or attribute name: deactivate(): Promise\;|@ohos.multimedia.avsession.d.ts| +|Added|NA|Module name: ohos.multimedia.avsession
Class name: AVSession
Method or attribute name: destroy(callback: AsyncCallback\): void;|@ohos.multimedia.avsession.d.ts| +|Added|NA|Module name: ohos.multimedia.avsession
Class name: AVSession
Method or attribute name: destroy(): Promise\;|@ohos.multimedia.avsession.d.ts| +|Added|NA|Module name: ohos.multimedia.avsession
Class name: AVMetadata|@ohos.multimedia.avsession.d.ts| +|Added|NA|Module name: ohos.multimedia.avsession
Class name: AVMetadata
Method or attribute name: assetId: string;|@ohos.multimedia.avsession.d.ts| +|Added|NA|Module name: ohos.multimedia.avsession
Class name: AVMetadata
Method or attribute name: title?: string;|@ohos.multimedia.avsession.d.ts| +|Added|NA|Module name: ohos.multimedia.avsession
Class name: AVMetadata
Method or attribute name: artist?: string;|@ohos.multimedia.avsession.d.ts| +|Added|NA|Module name: ohos.multimedia.avsession
Class name: AVMetadata
Method or attribute name: author?: string;|@ohos.multimedia.avsession.d.ts| +|Added|NA|Module name: ohos.multimedia.avsession
Class name: AVMetadata
Method or attribute name: album?: string;|@ohos.multimedia.avsession.d.ts| +|Added|NA|Module name: ohos.multimedia.avsession
Class name: AVMetadata
Method or attribute name: writer?: string;|@ohos.multimedia.avsession.d.ts| +|Added|NA|Module name: ohos.multimedia.avsession
Class name: AVMetadata
Method or attribute name: composer?: string;|@ohos.multimedia.avsession.d.ts| +|Added|NA|Module name: ohos.multimedia.avsession
Class name: AVMetadata
Method or attribute name: duration?: number;|@ohos.multimedia.avsession.d.ts| +|Added|NA|Module name: ohos.multimedia.avsession
Class name: AVMetadata
Method or attribute name: mediaImage?: image.PixelMap \| string;|@ohos.multimedia.avsession.d.ts| +|Added|NA|Module name: ohos.multimedia.avsession
Class name: AVMetadata
Method or attribute name: publishDate?: Date;|@ohos.multimedia.avsession.d.ts| +|Added|NA|Module name: ohos.multimedia.avsession
Class name: AVMetadata
Method or attribute name: subtitle?: string;|@ohos.multimedia.avsession.d.ts| +|Added|NA|Module name: ohos.multimedia.avsession
Class name: AVMetadata
Method or attribute name: description?: string;|@ohos.multimedia.avsession.d.ts| +|Added|NA|Module name: ohos.multimedia.avsession
Class name: AVMetadata
Method or attribute name: lyric?: string;|@ohos.multimedia.avsession.d.ts| +|Added|NA|Module name: ohos.multimedia.avsession
Class name: AVMetadata
Method or attribute name: previousAssetId?: string;|@ohos.multimedia.avsession.d.ts| +|Added|NA|Module name: ohos.multimedia.avsession
Class name: AVMetadata
Method or attribute name: nextAssetId?: string;|@ohos.multimedia.avsession.d.ts| +|Added|NA|Module name: ohos.multimedia.avsession
Class name: AVPlaybackState|@ohos.multimedia.avsession.d.ts| +|Added|NA|Module name: ohos.multimedia.avsession
Class name: AVPlaybackState
Method or attribute name: state?: PlaybackState;|@ohos.multimedia.avsession.d.ts| +|Added|NA|Module name: ohos.multimedia.avsession
Class name: AVPlaybackState
Method or attribute name: speed?: number;|@ohos.multimedia.avsession.d.ts| +|Added|NA|Module name: ohos.multimedia.avsession
Class name: AVPlaybackState
Method or attribute name: position?: PlaybackPosition;|@ohos.multimedia.avsession.d.ts| +|Added|NA|Module name: ohos.multimedia.avsession
Class name: AVPlaybackState
Method or attribute name: bufferedTime?: number;|@ohos.multimedia.avsession.d.ts| +|Added|NA|Module name: ohos.multimedia.avsession
Class name: AVPlaybackState
Method or attribute name: loopMode?: LoopMode;|@ohos.multimedia.avsession.d.ts| +|Added|NA|Module name: ohos.multimedia.avsession
Class name: AVPlaybackState
Method or attribute name: isFavorite?: boolean;|@ohos.multimedia.avsession.d.ts| +|Added|NA|Module name: ohos.multimedia.avsession
Class name: PlaybackPosition|@ohos.multimedia.avsession.d.ts| +|Added|NA|Module name: ohos.multimedia.avsession
Class name: PlaybackPosition
Method or attribute name: elapsedTime: number;|@ohos.multimedia.avsession.d.ts| +|Added|NA|Module name: ohos.multimedia.avsession
Class name: PlaybackPosition
Method or attribute name: updateTime: number;|@ohos.multimedia.avsession.d.ts| +|Added|NA|Module name: ohos.multimedia.avsession
Class name: OutputDeviceInfo|@ohos.multimedia.avsession.d.ts| +|Added|NA|Module name: ohos.multimedia.avsession
Class name: OutputDeviceInfo
Method or attribute name: isRemote: boolean;|@ohos.multimedia.avsession.d.ts| +|Added|NA|Module name: ohos.multimedia.avsession
Class name: OutputDeviceInfo
Method or attribute name: audioDeviceId: Array\;|@ohos.multimedia.avsession.d.ts| +|Added|NA|Module name: ohos.multimedia.avsession
Class name: OutputDeviceInfo
Method or attribute name: deviceName: Array\;|@ohos.multimedia.avsession.d.ts| +|Added|NA|Module name: ohos.multimedia.avsession
Class name: LoopMode|@ohos.multimedia.avsession.d.ts| +|Added|NA|Module name: ohos.multimedia.avsession
Class name: LoopMode
Method or attribute name: LOOP_MODE_SEQUENCE = 0|@ohos.multimedia.avsession.d.ts| +|Added|NA|Module name: ohos.multimedia.avsession
Class name: LoopMode
Method or attribute name: LOOP_MODE_SINGLE = 1|@ohos.multimedia.avsession.d.ts| +|Added|NA|Module name: ohos.multimedia.avsession
Class name: LoopMode
Method or attribute name: LOOP_MODE_LIST = 2|@ohos.multimedia.avsession.d.ts| +|Added|NA|Module name: ohos.multimedia.avsession
Class name: LoopMode
Method or attribute name: LOOP_MODE_SHUFFLE = 3|@ohos.multimedia.avsession.d.ts| +|Added|NA|Module name: ohos.multimedia.avsession
Class name: PlaybackState|@ohos.multimedia.avsession.d.ts| +|Added|NA|Module name: ohos.multimedia.avsession
Class name: PlaybackState
Method or attribute name: PLAYBACK_STATE_INITIAL = 0|@ohos.multimedia.avsession.d.ts| +|Added|NA|Module name: ohos.multimedia.avsession
Class name: PlaybackState
Method or attribute name: PLAYBACK_STATE_PREPARE = 1|@ohos.multimedia.avsession.d.ts| +|Added|NA|Module name: ohos.multimedia.avsession
Class name: PlaybackState
Method or attribute name: PLAYBACK_STATE_PLAY = 2|@ohos.multimedia.avsession.d.ts| +|Added|NA|Module name: ohos.multimedia.avsession
Class name: PlaybackState
Method or attribute name: PLAYBACK_STATE_PAUSE = 3|@ohos.multimedia.avsession.d.ts| +|Added|NA|Module name: ohos.multimedia.avsession
Class name: PlaybackState
Method or attribute name: PLAYBACK_STATE_FAST_FORWARD = 4|@ohos.multimedia.avsession.d.ts| +|Added|NA|Module name: ohos.multimedia.avsession
Class name: PlaybackState
Method or attribute name: PLAYBACK_STATE_REWIND = 5|@ohos.multimedia.avsession.d.ts| +|Added|NA|Module name: ohos.multimedia.avsession
Class name: PlaybackState
Method or attribute name: PLAYBACK_STATE_STOP = 6|@ohos.multimedia.avsession.d.ts| +|Added|NA|Module name: ohos.multimedia.avsession
Class name: AVSessionDescriptor|@ohos.multimedia.avsession.d.ts| +|Added|NA|Module name: ohos.multimedia.avsession
Class name: AVSessionDescriptor
Method or attribute name: sessionId: string;|@ohos.multimedia.avsession.d.ts| +|Added|NA|Module name: ohos.multimedia.avsession
Class name: AVSessionDescriptor
Method or attribute name: type: AVSessionType;|@ohos.multimedia.avsession.d.ts| +|Added|NA|Module name: ohos.multimedia.avsession
Class name: AVSessionDescriptor
Method or attribute name: sessionTag: string;|@ohos.multimedia.avsession.d.ts| +|Added|NA|Module name: ohos.multimedia.avsession
Class name: AVSessionDescriptor
Method or attribute name: elementName: ElementName;|@ohos.multimedia.avsession.d.ts| +|Added|NA|Module name: ohos.multimedia.avsession
Class name: AVSessionDescriptor
Method or attribute name: isActive: boolean;|@ohos.multimedia.avsession.d.ts| +|Added|NA|Module name: ohos.multimedia.avsession
Class name: AVSessionDescriptor
Method or attribute name: isTopSession: boolean;|@ohos.multimedia.avsession.d.ts| +|Added|NA|Module name: ohos.multimedia.avsession
Class name: AVSessionDescriptor
Method or attribute name: outputDevice: OutputDeviceInfo;|@ohos.multimedia.avsession.d.ts| +|Added|NA|Module name: ohos.multimedia.avsession
Class name: AVSessionController|@ohos.multimedia.avsession.d.ts| +|Added|NA|Module name: ohos.multimedia.avsession
Class name: AVSessionController
Method or attribute name: readonly sessionId: string;|@ohos.multimedia.avsession.d.ts| +|Added|NA|Module name: ohos.multimedia.avsession
Class name: AVSessionController
Method or attribute name: getAVPlaybackState(callback: AsyncCallback\): void;|@ohos.multimedia.avsession.d.ts| +|Added|NA|Module name: ohos.multimedia.avsession
Class name: AVSessionController
Method or attribute name: getAVPlaybackState(): Promise\;|@ohos.multimedia.avsession.d.ts| +|Added|NA|Module name: ohos.multimedia.avsession
Class name: AVSessionController
Method or attribute name: getAVMetadata(callback: AsyncCallback\): void;|@ohos.multimedia.avsession.d.ts| +|Added|NA|Module name: ohos.multimedia.avsession
Class name: AVSessionController
Method or attribute name: getAVMetadata(): Promise\;|@ohos.multimedia.avsession.d.ts| +|Added|NA|Module name: ohos.multimedia.avsession
Class name: AVSessionController
Method or attribute name: getOutputDevice(callback: AsyncCallback\): void;|@ohos.multimedia.avsession.d.ts| +|Added|NA|Module name: ohos.multimedia.avsession
Class name: AVSessionController
Method or attribute name: getOutputDevice(): Promise\;|@ohos.multimedia.avsession.d.ts| +|Added|NA|Module name: ohos.multimedia.avsession
Class name: AVSessionController
Method or attribute name: sendAVKeyEvent(event: KeyEvent, callback: AsyncCallback\): void;|@ohos.multimedia.avsession.d.ts| +|Added|NA|Module name: ohos.multimedia.avsession
Class name: AVSessionController
Method or attribute name: sendAVKeyEvent(event: KeyEvent): Promise\;|@ohos.multimedia.avsession.d.ts| +|Added|NA|Module name: ohos.multimedia.avsession
Class name: AVSessionController
Method or attribute name: getLaunchAbility(callback: AsyncCallback\): void;|@ohos.multimedia.avsession.d.ts| +|Added|NA|Module name: ohos.multimedia.avsession
Class name: AVSessionController
Method or attribute name: getLaunchAbility(): Promise\;|@ohos.multimedia.avsession.d.ts| +|Added|NA|Module name: ohos.multimedia.avsession
Class name: AVSessionController
Method or attribute name: getRealPlaybackPositionSync(): number;|@ohos.multimedia.avsession.d.ts| +|Added|NA|Module name: ohos.multimedia.avsession
Class name: AVSessionController
Method or attribute name: isActive(callback: AsyncCallback\): void;|@ohos.multimedia.avsession.d.ts| +|Added|NA|Module name: ohos.multimedia.avsession
Class name: AVSessionController
Method or attribute name: isActive(): Promise\;|@ohos.multimedia.avsession.d.ts| +|Added|NA|Module name: ohos.multimedia.avsession
Class name: AVSessionController
Method or attribute name: destroy(callback: AsyncCallback\): void;|@ohos.multimedia.avsession.d.ts| +|Added|NA|Module name: ohos.multimedia.avsession
Class name: AVSessionController
Method or attribute name: destroy(): Promise\;|@ohos.multimedia.avsession.d.ts| +|Added|NA|Module name: ohos.multimedia.avsession
Class name: AVSessionController
Method or attribute name: getValidCommands(callback: AsyncCallback\>): void;|@ohos.multimedia.avsession.d.ts| +|Added|NA|Module name: ohos.multimedia.avsession
Class name: AVSessionController
Method or attribute name: getValidCommands(): Promise\>;|@ohos.multimedia.avsession.d.ts| +|Added|NA|Module name: ohos.multimedia.avsession
Class name: AVSessionController
Method or attribute name: sendControlCommand(command: AVControlCommand, callback: AsyncCallback\): void;|@ohos.multimedia.avsession.d.ts| +|Added|NA|Module name: ohos.multimedia.avsession
Class name: AVSessionController
Method or attribute name: sendControlCommand(command: AVControlCommand): Promise\;|@ohos.multimedia.avsession.d.ts| +|Added|NA|Module name: ohos.multimedia.avsession
Class name: AVSessionController
Method or attribute name: on(type: 'metadataChange', filter: Array\ \| 'all', callback: (data: AVMetadata) => void);|@ohos.multimedia.avsession.d.ts| +|Added|NA|Module name: ohos.multimedia.avsession
Class name: AVSessionController
Method or attribute name: off(type: 'metadataChange', callback?: (data: AVMetadata) => void);|@ohos.multimedia.avsession.d.ts| +|Added|NA|Module name: ohos.multimedia.avsession
Class name: AVSessionController
Method or attribute name: on(type: 'playbackStateChange', filter: Array\ \| 'all', callback: (state: AVPlaybackState) => void);|@ohos.multimedia.avsession.d.ts| +|Added|NA|Module name: ohos.multimedia.avsession
Class name: AVSessionController
Method or attribute name: off(type: 'playbackStateChange', callback?: (state: AVPlaybackState) => void);|@ohos.multimedia.avsession.d.ts| +|Added|NA|Module name: ohos.multimedia.avsession
Class name: AVSessionController
Method or attribute name: on(type: 'sessionDestroy', callback: () => void);|@ohos.multimedia.avsession.d.ts| +|Added|NA|Module name: ohos.multimedia.avsession
Class name: AVSessionController
Method or attribute name: off(type: 'sessionDestroy', callback?: () => void);|@ohos.multimedia.avsession.d.ts| +|Added|NA|Module name: ohos.multimedia.avsession
Class name: AVSessionController
Method or attribute name: on(type: 'activeStateChange', callback: (isActive: boolean) => void);|@ohos.multimedia.avsession.d.ts| +|Added|NA|Module name: ohos.multimedia.avsession
Class name: AVSessionController
Method or attribute name: off(type: 'activeStateChange', callback?: (isActive: boolean) => void);|@ohos.multimedia.avsession.d.ts| +|Added|NA|Module name: ohos.multimedia.avsession
Class name: AVSessionController
Method or attribute name: on(type: 'validCommandChange', callback: (commands: Array\) => void);|@ohos.multimedia.avsession.d.ts| +|Added|NA|Module name: ohos.multimedia.avsession
Class name: AVSessionController
Method or attribute name: off(type: 'validCommandChange', callback?: (commands: Array\) => void);|@ohos.multimedia.avsession.d.ts| +|Added|NA|Module name: ohos.multimedia.avsession
Class name: AVSessionController
Method or attribute name: on(type: 'outputDeviceChange', callback: (device: OutputDeviceInfo) => void): void;|@ohos.multimedia.avsession.d.ts| +|Added|NA|Module name: ohos.multimedia.avsession
Class name: AVSessionController
Method or attribute name: off(type: 'outputDeviceChange', callback?: (device: OutputDeviceInfo) => void): void;|@ohos.multimedia.avsession.d.ts| +|Added|NA|Module name: ohos.multimedia.avsession
Class name: AVControlCommand|@ohos.multimedia.avsession.d.ts| +|Added|NA|Module name: ohos.multimedia.avsession
Class name: AVControlCommand
Method or attribute name: command: AVControlCommandType;|@ohos.multimedia.avsession.d.ts| +|Added|NA|Module name: ohos.multimedia.avsession
Class name: AVControlCommand
Method or attribute name: parameter?: LoopMode \| string \| number;|@ohos.multimedia.avsession.d.ts| +|Added|NA|Module name: ohos.multimedia.avsession
Class name: AVSessionErrorCode|@ohos.multimedia.avsession.d.ts| +|Added|NA|Module name: ohos.multimedia.avsession
Class name: AVSessionErrorCode
Method or attribute name: ERR_CODE_SERVICE_EXCEPTION = 6600101|@ohos.multimedia.avsession.d.ts| +|Added|NA|Module name: ohos.multimedia.avsession
Class name: AVSessionErrorCode
Method or attribute name: ERR_CODE_SESSION_NOT_EXIST = 6600102|@ohos.multimedia.avsession.d.ts| +|Added|NA|Module name: ohos.multimedia.avsession
Class name: AVSessionErrorCode
Method or attribute name: ERR_CODE_CONTROLLER_NOT_EXIST = 6600103|@ohos.multimedia.avsession.d.ts| +|Added|NA|Module name: ohos.multimedia.avsession
Class name: AVSessionErrorCode
Method or attribute name: ERR_CODE_REMOTE_CONNECTION_ERR = 6600104|@ohos.multimedia.avsession.d.ts| +|Added|NA|Module name: ohos.multimedia.avsession
Class name: AVSessionErrorCode
Method or attribute name: ERR_CODE_COMMAND_INVALID = 6600105|@ohos.multimedia.avsession.d.ts| +|Added|NA|Module name: ohos.multimedia.avsession
Class name: AVSessionErrorCode
Method or attribute name: ERR_CODE_SESSION_INACTIVE = 6600106|@ohos.multimedia.avsession.d.ts| +|Added|NA|Module name: ohos.multimedia.avsession
Class name: AVSessionErrorCode
Method or attribute name: ERR_CODE_MESSAGE_OVERLOAD = 6600107|@ohos.multimedia.avsession.d.ts| +|Added|NA|Module name: ohos.multimedia.camera
Class name: camera|@ohos.multimedia.camera.d.ts| +|Added|NA|Module name: ohos.multimedia.camera
Class name: camera
Method or attribute name: function getCameraManager(context: Context): CameraManager;|@ohos.multimedia.camera.d.ts| +|Added|NA|Module name: ohos.multimedia.camera
Class name: CameraStatus|@ohos.multimedia.camera.d.ts| +|Added|NA|Module name: ohos.multimedia.camera
Class name: CameraStatus
Method or attribute name: CAMERA_STATUS_APPEAR = 0|@ohos.multimedia.camera.d.ts| +|Added|NA|Module name: ohos.multimedia.camera
Class name: CameraStatus
Method or attribute name: CAMERA_STATUS_DISAPPEAR = 1|@ohos.multimedia.camera.d.ts| +|Added|NA|Module name: ohos.multimedia.camera
Class name: CameraStatus
Method or attribute name: CAMERA_STATUS_AVAILABLE = 2|@ohos.multimedia.camera.d.ts| +|Added|NA|Module name: ohos.multimedia.camera
Class name: CameraStatus
Method or attribute name: CAMERA_STATUS_UNAVAILABLE = 3|@ohos.multimedia.camera.d.ts| +|Added|NA|Module name: ohos.multimedia.camera
Class name: Profile|@ohos.multimedia.camera.d.ts| +|Added|NA|Module name: ohos.multimedia.camera
Class name: Profile
Method or attribute name: readonly format: CameraFormat;|@ohos.multimedia.camera.d.ts| +|Added|NA|Module name: ohos.multimedia.camera
Class name: Profile
Method or attribute name: readonly size: Size;|@ohos.multimedia.camera.d.ts| +|Added|NA|Module name: ohos.multimedia.camera
Class name: FrameRateRange|@ohos.multimedia.camera.d.ts| +|Added|NA|Module name: ohos.multimedia.camera
Class name: FrameRateRange
Method or attribute name: readonly min: number;|@ohos.multimedia.camera.d.ts| +|Added|NA|Module name: ohos.multimedia.camera
Class name: FrameRateRange
Method or attribute name: readonly max: number;|@ohos.multimedia.camera.d.ts| +|Added|NA|Module name: ohos.multimedia.camera
Class name: VideoProfile|@ohos.multimedia.camera.d.ts| +|Added|NA|Module name: ohos.multimedia.camera
Class name: VideoProfile
Method or attribute name: readonly frameRateRange: FrameRateRange;|@ohos.multimedia.camera.d.ts| +|Added|NA|Module name: ohos.multimedia.camera
Class name: CameraOutputCapability|@ohos.multimedia.camera.d.ts| +|Added|NA|Module name: ohos.multimedia.camera
Class name: CameraOutputCapability
Method or attribute name: readonly previewProfiles: Array\;|@ohos.multimedia.camera.d.ts| +|Added|NA|Module name: ohos.multimedia.camera
Class name: CameraOutputCapability
Method or attribute name: readonly photoProfiles: Array\;|@ohos.multimedia.camera.d.ts| +|Added|NA|Module name: ohos.multimedia.camera
Class name: CameraOutputCapability
Method or attribute name: readonly videoProfiles: Array\;|@ohos.multimedia.camera.d.ts| +|Added|NA|Module name: ohos.multimedia.camera
Class name: CameraOutputCapability
Method or attribute name: readonly supportedMetadataObjectTypes: Array\;|@ohos.multimedia.camera.d.ts| +|Added|NA|Module name: ohos.multimedia.camera
Class name: CameraErrorCode|@ohos.multimedia.camera.d.ts| +|Added|NA|Module name: ohos.multimedia.camera
Class name: CameraErrorCode
Method or attribute name: INVALID_ARGUMENT = 7400101|@ohos.multimedia.camera.d.ts| +|Added|NA|Module name: ohos.multimedia.camera
Class name: CameraErrorCode
Method or attribute name: OPERATION_NOT_ALLOWED = 7400102|@ohos.multimedia.camera.d.ts| +|Added|NA|Module name: ohos.multimedia.camera
Class name: CameraErrorCode
Method or attribute name: SESSION_NOT_CONFIG = 7400103|@ohos.multimedia.camera.d.ts| +|Added|NA|Module name: ohos.multimedia.camera
Class name: CameraErrorCode
Method or attribute name: SESSION_NOT_RUNNING = 7400104|@ohos.multimedia.camera.d.ts| +|Added|NA|Module name: ohos.multimedia.camera
Class name: CameraErrorCode
Method or attribute name: SESSION_CONFIG_LOCKED = 7400105|@ohos.multimedia.camera.d.ts| +|Added|NA|Module name: ohos.multimedia.camera
Class name: CameraErrorCode
Method or attribute name: DEVICE_SETTING_LOCKED = 7400106|@ohos.multimedia.camera.d.ts| +|Added|NA|Module name: ohos.multimedia.camera
Class name: CameraErrorCode
Method or attribute name: CONFILICT_CAMERA = 7400107|@ohos.multimedia.camera.d.ts| +|Added|NA|Module name: ohos.multimedia.camera
Class name: CameraErrorCode
Method or attribute name: DEVICE_DISABLED = 7400108|@ohos.multimedia.camera.d.ts| +|Added|NA|Module name: ohos.multimedia.camera
Class name: CameraErrorCode
Method or attribute name: SERVICE_FATAL_ERROR = 7400201|@ohos.multimedia.camera.d.ts| +|Added|NA|Module name: ohos.multimedia.camera
Class name: CameraManager|@ohos.multimedia.camera.d.ts| +|Added|NA|Module name: ohos.multimedia.camera
Class name: CameraManager
Method or attribute name: getSupportedCameras(): Array\;|@ohos.multimedia.camera.d.ts| +|Added|NA|Module name: ohos.multimedia.camera
Class name: CameraManager
Method or attribute name: getSupportedOutputCapability(camera: CameraDevice): CameraOutputCapability;|@ohos.multimedia.camera.d.ts| +|Added|NA|Module name: ohos.multimedia.camera
Class name: CameraManager
Method or attribute name: isCameraMuted(): boolean;|@ohos.multimedia.camera.d.ts| +|Added|NA|Module name: ohos.multimedia.camera
Class name: CameraManager
Method or attribute name: isCameraMuteSupported(): boolean;|@ohos.multimedia.camera.d.ts| +|Added|NA|Module name: ohos.multimedia.camera
Class name: CameraManager
Method or attribute name: muteCamera(mute: boolean): void;|@ohos.multimedia.camera.d.ts| +|Added|NA|Module name: ohos.multimedia.camera
Class name: CameraManager
Method or attribute name: createCameraInput(camera: CameraDevice): CameraInput;|@ohos.multimedia.camera.d.ts| +|Added|NA|Module name: ohos.multimedia.camera
Class name: CameraManager
Method or attribute name: createCameraInput(position: CameraPosition, type: CameraType): CameraInput;|@ohos.multimedia.camera.d.ts| +|Added|NA|Module name: ohos.multimedia.camera
Class name: CameraManager
Method or attribute name: createPreviewOutput(profile: Profile, surfaceId: string): PreviewOutput;|@ohos.multimedia.camera.d.ts| +|Added|NA|Module name: ohos.multimedia.camera
Class name: CameraManager
Method or attribute name: createPhotoOutput(profile: Profile, surfaceId: string): PhotoOutput;|@ohos.multimedia.camera.d.ts| +|Added|NA|Module name: ohos.multimedia.camera
Class name: CameraManager
Method or attribute name: createVideoOutput(profile: VideoProfile, surfaceId: string): VideoOutput;|@ohos.multimedia.camera.d.ts| +|Added|NA|Module name: ohos.multimedia.camera
Class name: CameraManager
Method or attribute name: createMetadataOutput(metadataObjectTypes: Array\): MetadataOutput;|@ohos.multimedia.camera.d.ts| +|Added|NA|Module name: ohos.multimedia.camera
Class name: CameraManager
Method or attribute name: createCaptureSession(): CaptureSession;|@ohos.multimedia.camera.d.ts| +|Added|NA|Module name: ohos.multimedia.camera
Class name: CameraManager
Method or attribute name: on(type: 'cameraStatus', callback: AsyncCallback\): void;|@ohos.multimedia.camera.d.ts| +|Added|NA|Module name: ohos.multimedia.camera
Class name: CameraManager
Method or attribute name: on(type: 'cameraMute', callback: AsyncCallback\): void;|@ohos.multimedia.camera.d.ts| +|Added|NA|Module name: ohos.multimedia.camera
Class name: CameraStatusInfo|@ohos.multimedia.camera.d.ts| +|Added|NA|Module name: ohos.multimedia.camera
Class name: CameraStatusInfo
Method or attribute name: camera: CameraDevice;|@ohos.multimedia.camera.d.ts| +|Added|NA|Module name: ohos.multimedia.camera
Class name: CameraStatusInfo
Method or attribute name: status: CameraStatus;|@ohos.multimedia.camera.d.ts| +|Added|NA|Module name: ohos.multimedia.camera
Class name: CameraPosition|@ohos.multimedia.camera.d.ts| +|Added|NA|Module name: ohos.multimedia.camera
Class name: CameraPosition
Method or attribute name: CAMERA_POSITION_UNSPECIFIED = 0|@ohos.multimedia.camera.d.ts| +|Added|NA|Module name: ohos.multimedia.camera
Class name: CameraPosition
Method or attribute name: CAMERA_POSITION_BACK = 1|@ohos.multimedia.camera.d.ts| +|Added|NA|Module name: ohos.multimedia.camera
Class name: CameraPosition
Method or attribute name: CAMERA_POSITION_FRONT = 2|@ohos.multimedia.camera.d.ts| +|Added|NA|Module name: ohos.multimedia.camera
Class name: CameraType|@ohos.multimedia.camera.d.ts| +|Added|NA|Module name: ohos.multimedia.camera
Class name: CameraType
Method or attribute name: CAMERA_TYPE_DEFAULT = 0|@ohos.multimedia.camera.d.ts| +|Added|NA|Module name: ohos.multimedia.camera
Class name: CameraType
Method or attribute name: CAMERA_TYPE_WIDE_ANGLE = 1|@ohos.multimedia.camera.d.ts| +|Added|NA|Module name: ohos.multimedia.camera
Class name: CameraType
Method or attribute name: CAMERA_TYPE_ULTRA_WIDE = 2|@ohos.multimedia.camera.d.ts| +|Added|NA|Module name: ohos.multimedia.camera
Class name: CameraType
Method or attribute name: CAMERA_TYPE_TELEPHOTO = 3|@ohos.multimedia.camera.d.ts| +|Added|NA|Module name: ohos.multimedia.camera
Class name: CameraType
Method or attribute name: CAMERA_TYPE_TRUE_DEPTH = 4|@ohos.multimedia.camera.d.ts| +|Added|NA|Module name: ohos.multimedia.camera
Class name: ConnectionType|@ohos.multimedia.camera.d.ts| +|Added|NA|Module name: ohos.multimedia.camera
Class name: ConnectionType
Method or attribute name: CAMERA_CONNECTION_BUILT_IN = 0|@ohos.multimedia.camera.d.ts| +|Added|NA|Module name: ohos.multimedia.camera
Class name: ConnectionType
Method or attribute name: CAMERA_CONNECTION_USB_PLUGIN = 1|@ohos.multimedia.camera.d.ts| +|Added|NA|Module name: ohos.multimedia.camera
Class name: ConnectionType
Method or attribute name: CAMERA_CONNECTION_REMOTE = 2|@ohos.multimedia.camera.d.ts| +|Added|NA|Module name: ohos.multimedia.camera
Class name: CameraDevice|@ohos.multimedia.camera.d.ts| +|Added|NA|Module name: ohos.multimedia.camera
Class name: CameraDevice
Method or attribute name: readonly cameraId: string;|@ohos.multimedia.camera.d.ts| +|Added|NA|Module name: ohos.multimedia.camera
Class name: CameraDevice
Method or attribute name: readonly cameraPosition: CameraPosition;|@ohos.multimedia.camera.d.ts| +|Added|NA|Module name: ohos.multimedia.camera
Class name: CameraDevice
Method or attribute name: readonly cameraType: CameraType;|@ohos.multimedia.camera.d.ts| +|Added|NA|Module name: ohos.multimedia.camera
Class name: CameraDevice
Method or attribute name: readonly connectionType: ConnectionType;|@ohos.multimedia.camera.d.ts| +|Added|NA|Module name: ohos.multimedia.camera
Class name: Size|@ohos.multimedia.camera.d.ts| +|Added|NA|Module name: ohos.multimedia.camera
Class name: Size
Method or attribute name: height: number;|@ohos.multimedia.camera.d.ts| +|Added|NA|Module name: ohos.multimedia.camera
Class name: Size
Method or attribute name: width: number;|@ohos.multimedia.camera.d.ts| +|Added|NA|Module name: ohos.multimedia.camera
Class name: Point|@ohos.multimedia.camera.d.ts| +|Added|NA|Module name: ohos.multimedia.camera
Class name: Point
Method or attribute name: x: number;|@ohos.multimedia.camera.d.ts| +|Added|NA|Module name: ohos.multimedia.camera
Class name: Point
Method or attribute name: y: number;|@ohos.multimedia.camera.d.ts| +|Added|NA|Module name: ohos.multimedia.camera
Class name: CameraInput|@ohos.multimedia.camera.d.ts| +|Added|NA|Module name: ohos.multimedia.camera
Class name: CameraInput
Method or attribute name: open(callback: AsyncCallback\): void;|@ohos.multimedia.camera.d.ts| +|Added|NA|Module name: ohos.multimedia.camera
Class name: CameraInput
Method or attribute name: open(): Promise\;|@ohos.multimedia.camera.d.ts| +|Added|NA|Module name: ohos.multimedia.camera
Class name: CameraInput
Method or attribute name: close(callback: AsyncCallback\): void;|@ohos.multimedia.camera.d.ts| +|Added|NA|Module name: ohos.multimedia.camera
Class name: CameraInput
Method or attribute name: close(): Promise\;|@ohos.multimedia.camera.d.ts| +|Added|NA|Module name: ohos.multimedia.camera
Class name: CameraInput
Method or attribute name: on(type: 'error', camera: CameraDevice, callback: ErrorCallback\): void;|@ohos.multimedia.camera.d.ts| +|Added|NA|Module name: ohos.multimedia.camera
Class name: CameraFormat|@ohos.multimedia.camera.d.ts| +|Added|NA|Module name: ohos.multimedia.camera
Class name: CameraFormat
Method or attribute name: CAMERA_FORMAT_RGBA_8888 = 3|@ohos.multimedia.camera.d.ts| +|Added|NA|Module name: ohos.multimedia.camera
Class name: CameraFormat
Method or attribute name: CAMERA_FORMAT_YUV_420_SP = 1003|@ohos.multimedia.camera.d.ts| +|Added|NA|Module name: ohos.multimedia.camera
Class name: CameraFormat
Method or attribute name: CAMERA_FORMAT_JPEG = 2000|@ohos.multimedia.camera.d.ts| +|Added|NA|Module name: ohos.multimedia.camera
Class name: FlashMode|@ohos.multimedia.camera.d.ts| +|Added|NA|Module name: ohos.multimedia.camera
Class name: FlashMode
Method or attribute name: FLASH_MODE_CLOSE = 0|@ohos.multimedia.camera.d.ts| +|Added|NA|Module name: ohos.multimedia.camera
Class name: FlashMode
Method or attribute name: FLASH_MODE_OPEN = 1|@ohos.multimedia.camera.d.ts| +|Added|NA|Module name: ohos.multimedia.camera
Class name: FlashMode
Method or attribute name: FLASH_MODE_AUTO = 2|@ohos.multimedia.camera.d.ts| +|Added|NA|Module name: ohos.multimedia.camera
Class name: FlashMode
Method or attribute name: FLASH_MODE_ALWAYS_OPEN = 3|@ohos.multimedia.camera.d.ts| +|Added|NA|Module name: ohos.multimedia.camera
Class name: ExposureMode|@ohos.multimedia.camera.d.ts| +|Added|NA|Module name: ohos.multimedia.camera
Class name: ExposureMode
Method or attribute name: EXPOSURE_MODE_LOCKED = 0|@ohos.multimedia.camera.d.ts| +|Added|NA|Module name: ohos.multimedia.camera
Class name: ExposureMode
Method or attribute name: EXPOSURE_MODE_AUTO = 1|@ohos.multimedia.camera.d.ts| +|Added|NA|Module name: ohos.multimedia.camera
Class name: ExposureMode
Method or attribute name: EXPOSURE_MODE_CONTINUOUS_AUTO = 2|@ohos.multimedia.camera.d.ts| +|Added|NA|Module name: ohos.multimedia.camera
Class name: FocusMode|@ohos.multimedia.camera.d.ts| +|Added|NA|Module name: ohos.multimedia.camera
Class name: FocusMode
Method or attribute name: FOCUS_MODE_MANUAL = 0|@ohos.multimedia.camera.d.ts| +|Added|NA|Module name: ohos.multimedia.camera
Class name: FocusMode
Method or attribute name: FOCUS_MODE_CONTINUOUS_AUTO = 1|@ohos.multimedia.camera.d.ts| +|Added|NA|Module name: ohos.multimedia.camera
Class name: FocusMode
Method or attribute name: FOCUS_MODE_AUTO = 2|@ohos.multimedia.camera.d.ts| +|Added|NA|Module name: ohos.multimedia.camera
Class name: FocusMode
Method or attribute name: FOCUS_MODE_LOCKED = 3|@ohos.multimedia.camera.d.ts| +|Added|NA|Module name: ohos.multimedia.camera
Class name: FocusState|@ohos.multimedia.camera.d.ts| +|Added|NA|Module name: ohos.multimedia.camera
Class name: FocusState
Method or attribute name: FOCUS_STATE_SCAN = 0|@ohos.multimedia.camera.d.ts| +|Added|NA|Module name: ohos.multimedia.camera
Class name: FocusState
Method or attribute name: FOCUS_STATE_FOCUSED = 1|@ohos.multimedia.camera.d.ts| +|Added|NA|Module name: ohos.multimedia.camera
Class name: FocusState
Method or attribute name: FOCUS_STATE_UNFOCUSED = 2|@ohos.multimedia.camera.d.ts| +|Added|NA|Module name: ohos.multimedia.camera
Class name: VideoStabilizationMode|@ohos.multimedia.camera.d.ts| +|Added|NA|Module name: ohos.multimedia.camera
Class name: VideoStabilizationMode
Method or attribute name: OFF = 0|@ohos.multimedia.camera.d.ts| +|Added|NA|Module name: ohos.multimedia.camera
Class name: VideoStabilizationMode
Method or attribute name: LOW = 1|@ohos.multimedia.camera.d.ts| +|Added|NA|Module name: ohos.multimedia.camera
Class name: VideoStabilizationMode
Method or attribute name: MIDDLE = 2|@ohos.multimedia.camera.d.ts| +|Added|NA|Module name: ohos.multimedia.camera
Class name: VideoStabilizationMode
Method or attribute name: HIGH = 3|@ohos.multimedia.camera.d.ts| +|Added|NA|Module name: ohos.multimedia.camera
Class name: VideoStabilizationMode
Method or attribute name: AUTO = 4|@ohos.multimedia.camera.d.ts| +|Added|NA|Module name: ohos.multimedia.camera
Class name: CaptureSession|@ohos.multimedia.camera.d.ts| +|Added|NA|Module name: ohos.multimedia.camera
Class name: CaptureSession
Method or attribute name: beginConfig(): void;|@ohos.multimedia.camera.d.ts| +|Added|NA|Module name: ohos.multimedia.camera
Class name: CaptureSession
Method or attribute name: commitConfig(callback: AsyncCallback\): void;|@ohos.multimedia.camera.d.ts| +|Added|NA|Module name: ohos.multimedia.camera
Class name: CaptureSession
Method or attribute name: commitConfig(): Promise\;|@ohos.multimedia.camera.d.ts| +|Added|NA|Module name: ohos.multimedia.camera
Class name: CaptureSession
Method or attribute name: addInput(cameraInput: CameraInput): void;|@ohos.multimedia.camera.d.ts| +|Added|NA|Module name: ohos.multimedia.camera
Class name: CaptureSession
Method or attribute name: removeInput(cameraInput: CameraInput): void;|@ohos.multimedia.camera.d.ts| +|Added|NA|Module name: ohos.multimedia.camera
Class name: CaptureSession
Method or attribute name: addOutput(cameraOutput: CameraOutput): void;|@ohos.multimedia.camera.d.ts| +|Added|NA|Module name: ohos.multimedia.camera
Class name: CaptureSession
Method or attribute name: removeOutput(cameraOutput: CameraOutput): void;|@ohos.multimedia.camera.d.ts| +|Added|NA|Module name: ohos.multimedia.camera
Class name: CaptureSession
Method or attribute name: start(callback: AsyncCallback\): void;|@ohos.multimedia.camera.d.ts| +|Added|NA|Module name: ohos.multimedia.camera
Class name: CaptureSession
Method or attribute name: start(): Promise\;|@ohos.multimedia.camera.d.ts| +|Added|NA|Module name: ohos.multimedia.camera
Class name: CaptureSession
Method or attribute name: stop(callback: AsyncCallback\): void;|@ohos.multimedia.camera.d.ts| +|Added|NA|Module name: ohos.multimedia.camera
Class name: CaptureSession
Method or attribute name: stop(): Promise\;|@ohos.multimedia.camera.d.ts| +|Added|NA|Module name: ohos.multimedia.camera
Class name: CaptureSession
Method or attribute name: release(callback: AsyncCallback\): void;|@ohos.multimedia.camera.d.ts| +|Added|NA|Module name: ohos.multimedia.camera
Class name: CaptureSession
Method or attribute name: release(): Promise\;|@ohos.multimedia.camera.d.ts| +|Added|NA|Module name: ohos.multimedia.camera
Class name: CaptureSession
Method or attribute name: hasFlash(): boolean;|@ohos.multimedia.camera.d.ts| +|Added|NA|Module name: ohos.multimedia.camera
Class name: CaptureSession
Method or attribute name: isFlashModeSupported(flashMode: FlashMode): boolean;|@ohos.multimedia.camera.d.ts| +|Added|NA|Module name: ohos.multimedia.camera
Class name: CaptureSession
Method or attribute name: getFlashMode(): FlashMode;|@ohos.multimedia.camera.d.ts| +|Added|NA|Module name: ohos.multimedia.camera
Class name: CaptureSession
Method or attribute name: setFlashMode(flashMode: FlashMode): void;|@ohos.multimedia.camera.d.ts| +|Added|NA|Module name: ohos.multimedia.camera
Class name: CaptureSession
Method or attribute name: isExposureModeSupported(aeMode: ExposureMode): boolean;|@ohos.multimedia.camera.d.ts| +|Added|NA|Module name: ohos.multimedia.camera
Class name: CaptureSession
Method or attribute name: getExposureMode(): ExposureMode;|@ohos.multimedia.camera.d.ts| +|Added|NA|Module name: ohos.multimedia.camera
Class name: CaptureSession
Method or attribute name: setExposureMode(aeMode: ExposureMode): void;|@ohos.multimedia.camera.d.ts| +|Added|NA|Module name: ohos.multimedia.camera
Class name: CaptureSession
Method or attribute name: getMeteringPoint(): Point;|@ohos.multimedia.camera.d.ts| +|Added|NA|Module name: ohos.multimedia.camera
Class name: CaptureSession
Method or attribute name: setMeteringPoint(point: Point): void;|@ohos.multimedia.camera.d.ts| +|Added|NA|Module name: ohos.multimedia.camera
Class name: CaptureSession
Method or attribute name: getExposureBiasRange(): Array\;|@ohos.multimedia.camera.d.ts| +|Added|NA|Module name: ohos.multimedia.camera
Class name: CaptureSession
Method or attribute name: setExposureBias(exposureBias: number): void;|@ohos.multimedia.camera.d.ts| +|Added|NA|Module name: ohos.multimedia.camera
Class name: CaptureSession
Method or attribute name: getExposureValue(): number;|@ohos.multimedia.camera.d.ts| +|Added|NA|Module name: ohos.multimedia.camera
Class name: CaptureSession
Method or attribute name: isFocusModeSupported(afMode: FocusMode): boolean;|@ohos.multimedia.camera.d.ts| +|Added|NA|Module name: ohos.multimedia.camera
Class name: CaptureSession
Method or attribute name: getFocusMode(): FocusMode;|@ohos.multimedia.camera.d.ts| +|Added|NA|Module name: ohos.multimedia.camera
Class name: CaptureSession
Method or attribute name: setFocusMode(afMode: FocusMode): void;|@ohos.multimedia.camera.d.ts| +|Added|NA|Module name: ohos.multimedia.camera
Class name: CaptureSession
Method or attribute name: setFocusPoint(point: Point): void;|@ohos.multimedia.camera.d.ts| +|Added|NA|Module name: ohos.multimedia.camera
Class name: CaptureSession
Method or attribute name: getFocusPoint(): Point;|@ohos.multimedia.camera.d.ts| +|Added|NA|Module name: ohos.multimedia.camera
Class name: CaptureSession
Method or attribute name: getFocalLength(): number;|@ohos.multimedia.camera.d.ts| +|Added|NA|Module name: ohos.multimedia.camera
Class name: CaptureSession
Method or attribute name: getZoomRatioRange(): Array\;|@ohos.multimedia.camera.d.ts| +|Added|NA|Module name: ohos.multimedia.camera
Class name: CaptureSession
Method or attribute name: getZoomRatio(): number;|@ohos.multimedia.camera.d.ts| +|Added|NA|Module name: ohos.multimedia.camera
Class name: CaptureSession
Method or attribute name: setZoomRatio(zoomRatio: number): void;|@ohos.multimedia.camera.d.ts| +|Added|NA|Module name: ohos.multimedia.camera
Class name: CaptureSession
Method or attribute name: isVideoStabilizationModeSupported(vsMode: VideoStabilizationMode): boolean;|@ohos.multimedia.camera.d.ts| +|Added|NA|Module name: ohos.multimedia.camera
Class name: CaptureSession
Method or attribute name: getActiveVideoStabilizationMode(): VideoStabilizationMode;|@ohos.multimedia.camera.d.ts| +|Added|NA|Module name: ohos.multimedia.camera
Class name: CaptureSession
Method or attribute name: setVideoStabilizationMode(mode: VideoStabilizationMode): void;|@ohos.multimedia.camera.d.ts| +|Added|NA|Module name: ohos.multimedia.camera
Class name: CaptureSession
Method or attribute name: on(type: 'focusStateChange', callback: AsyncCallback\): void;|@ohos.multimedia.camera.d.ts| +|Added|NA|Module name: ohos.multimedia.camera
Class name: CaptureSession
Method or attribute name: on(type: 'error', callback: ErrorCallback\): void;|@ohos.multimedia.camera.d.ts| +|Added|NA|Module name: ohos.multimedia.camera
Class name: CameraOutput|@ohos.multimedia.camera.d.ts| +|Added|NA|Module name: ohos.multimedia.camera
Class name: CameraOutput
Method or attribute name: release(callback: AsyncCallback\): void;|@ohos.multimedia.camera.d.ts| +|Added|NA|Module name: ohos.multimedia.camera
Class name: CameraOutput
Method or attribute name: release(): Promise\;|@ohos.multimedia.camera.d.ts| +|Added|NA|Module name: ohos.multimedia.camera
Class name: PreviewOutput|@ohos.multimedia.camera.d.ts| +|Added|NA|Module name: ohos.multimedia.camera
Class name: PreviewOutput
Method or attribute name: start(callback: AsyncCallback\): void;|@ohos.multimedia.camera.d.ts| +|Added|NA|Module name: ohos.multimedia.camera
Class name: PreviewOutput
Method or attribute name: start(): Promise\;|@ohos.multimedia.camera.d.ts| +|Added|NA|Module name: ohos.multimedia.camera
Class name: PreviewOutput
Method or attribute name: stop(callback: AsyncCallback\): void;|@ohos.multimedia.camera.d.ts| +|Added|NA|Module name: ohos.multimedia.camera
Class name: PreviewOutput
Method or attribute name: stop(): Promise\;|@ohos.multimedia.camera.d.ts| +|Added|NA|Module name: ohos.multimedia.camera
Class name: PreviewOutput
Method or attribute name: on(type: 'frameStart', callback: AsyncCallback\): void;|@ohos.multimedia.camera.d.ts| +|Added|NA|Module name: ohos.multimedia.camera
Class name: PreviewOutput
Method or attribute name: on(type: 'frameEnd', callback: AsyncCallback\): void;|@ohos.multimedia.camera.d.ts| +|Added|NA|Module name: ohos.multimedia.camera
Class name: PreviewOutput
Method or attribute name: on(type: 'error', callback: ErrorCallback\): void;|@ohos.multimedia.camera.d.ts| +|Added|NA|Module name: ohos.multimedia.camera
Class name: ImageRotation|@ohos.multimedia.camera.d.ts| +|Added|NA|Module name: ohos.multimedia.camera
Class name: ImageRotation
Method or attribute name: ROTATION_0 = 0|@ohos.multimedia.camera.d.ts| +|Added|NA|Module name: ohos.multimedia.camera
Class name: ImageRotation
Method or attribute name: ROTATION_90 = 90|@ohos.multimedia.camera.d.ts| +|Added|NA|Module name: ohos.multimedia.camera
Class name: ImageRotation
Method or attribute name: ROTATION_180 = 180|@ohos.multimedia.camera.d.ts| +|Added|NA|Module name: ohos.multimedia.camera
Class name: ImageRotation
Method or attribute name: ROTATION_270 = 270|@ohos.multimedia.camera.d.ts| +|Added|NA|Module name: ohos.multimedia.camera
Class name: Location|@ohos.multimedia.camera.d.ts| +|Added|NA|Module name: ohos.multimedia.camera
Class name: Location
Method or attribute name: latitude: number;|@ohos.multimedia.camera.d.ts| +|Added|NA|Module name: ohos.multimedia.camera
Class name: Location
Method or attribute name: longitude: number;|@ohos.multimedia.camera.d.ts| +|Added|NA|Module name: ohos.multimedia.camera
Class name: Location
Method or attribute name: altitude: number;|@ohos.multimedia.camera.d.ts| +|Added|NA|Module name: ohos.multimedia.camera
Class name: QualityLevel|@ohos.multimedia.camera.d.ts| +|Added|NA|Module name: ohos.multimedia.camera
Class name: QualityLevel
Method or attribute name: QUALITY_LEVEL_HIGH = 0|@ohos.multimedia.camera.d.ts| +|Added|NA|Module name: ohos.multimedia.camera
Class name: QualityLevel
Method or attribute name: QUALITY_LEVEL_MEDIUM = 1|@ohos.multimedia.camera.d.ts| +|Added|NA|Module name: ohos.multimedia.camera
Class name: QualityLevel
Method or attribute name: QUALITY_LEVEL_LOW = 2|@ohos.multimedia.camera.d.ts| +|Added|NA|Module name: ohos.multimedia.camera
Class name: PhotoCaptureSetting|@ohos.multimedia.camera.d.ts| +|Added|NA|Module name: ohos.multimedia.camera
Class name: PhotoCaptureSetting
Method or attribute name: quality?: QualityLevel;|@ohos.multimedia.camera.d.ts| +|Added|NA|Module name: ohos.multimedia.camera
Class name: PhotoCaptureSetting
Method or attribute name: rotation?: ImageRotation;|@ohos.multimedia.camera.d.ts| +|Added|NA|Module name: ohos.multimedia.camera
Class name: PhotoCaptureSetting
Method or attribute name: location?: Location;|@ohos.multimedia.camera.d.ts| +|Added|NA|Module name: ohos.multimedia.camera
Class name: PhotoCaptureSetting
Method or attribute name: mirror?: boolean;|@ohos.multimedia.camera.d.ts| +|Added|NA|Module name: ohos.multimedia.camera
Class name: PhotoOutput|@ohos.multimedia.camera.d.ts| +|Added|NA|Module name: ohos.multimedia.camera
Class name: PhotoOutput
Method or attribute name: capture(callback: AsyncCallback\): void;|@ohos.multimedia.camera.d.ts| +|Added|NA|Module name: ohos.multimedia.camera
Class name: PhotoOutput
Method or attribute name: capture(): Promise\;|@ohos.multimedia.camera.d.ts| +|Added|NA|Module name: ohos.multimedia.camera
Class name: PhotoOutput
Method or attribute name: capture(setting: PhotoCaptureSetting, callback: AsyncCallback\): void;|@ohos.multimedia.camera.d.ts| +|Added|NA|Module name: ohos.multimedia.camera
Class name: PhotoOutput
Method or attribute name: capture(setting?: PhotoCaptureSetting): Promise\;|@ohos.multimedia.camera.d.ts| +|Added|NA|Module name: ohos.multimedia.camera
Class name: PhotoOutput
Method or attribute name: isMirrorSupported(): boolean;|@ohos.multimedia.camera.d.ts| +|Added|NA|Module name: ohos.multimedia.camera
Class name: PhotoOutput
Method or attribute name: on(type: 'captureStart', callback: AsyncCallback\): void;|@ohos.multimedia.camera.d.ts| +|Added|NA|Module name: ohos.multimedia.camera
Class name: PhotoOutput
Method or attribute name: on(type: 'frameShutter', callback: AsyncCallback\): void;|@ohos.multimedia.camera.d.ts| +|Added|NA|Module name: ohos.multimedia.camera
Class name: PhotoOutput
Method or attribute name: on(type: 'captureEnd', callback: AsyncCallback\): void;|@ohos.multimedia.camera.d.ts| +|Added|NA|Module name: ohos.multimedia.camera
Class name: PhotoOutput
Method or attribute name: on(type: 'error', callback: ErrorCallback\): void;|@ohos.multimedia.camera.d.ts| +|Added|NA|Module name: ohos.multimedia.camera
Class name: FrameShutterInfo|@ohos.multimedia.camera.d.ts| +|Added|NA|Module name: ohos.multimedia.camera
Class name: FrameShutterInfo
Method or attribute name: captureId: number;|@ohos.multimedia.camera.d.ts| +|Added|NA|Module name: ohos.multimedia.camera
Class name: FrameShutterInfo
Method or attribute name: timestamp: number;|@ohos.multimedia.camera.d.ts| +|Added|NA|Module name: ohos.multimedia.camera
Class name: CaptureEndInfo|@ohos.multimedia.camera.d.ts| +|Added|NA|Module name: ohos.multimedia.camera
Class name: CaptureEndInfo
Method or attribute name: captureId: number;|@ohos.multimedia.camera.d.ts| +|Added|NA|Module name: ohos.multimedia.camera
Class name: CaptureEndInfo
Method or attribute name: frameCount: number;|@ohos.multimedia.camera.d.ts| +|Added|NA|Module name: ohos.multimedia.camera
Class name: VideoOutput|@ohos.multimedia.camera.d.ts| +|Added|NA|Module name: ohos.multimedia.camera
Class name: VideoOutput
Method or attribute name: start(callback: AsyncCallback\): void;|@ohos.multimedia.camera.d.ts| +|Added|NA|Module name: ohos.multimedia.camera
Class name: VideoOutput
Method or attribute name: start(): Promise\;|@ohos.multimedia.camera.d.ts| +|Added|NA|Module name: ohos.multimedia.camera
Class name: VideoOutput
Method or attribute name: stop(callback: AsyncCallback\): void;|@ohos.multimedia.camera.d.ts| +|Added|NA|Module name: ohos.multimedia.camera
Class name: VideoOutput
Method or attribute name: stop(): Promise\;|@ohos.multimedia.camera.d.ts| +|Added|NA|Module name: ohos.multimedia.camera
Class name: VideoOutput
Method or attribute name: on(type: 'frameStart', callback: AsyncCallback\): void;|@ohos.multimedia.camera.d.ts| +|Added|NA|Module name: ohos.multimedia.camera
Class name: VideoOutput
Method or attribute name: on(type: 'frameEnd', callback: AsyncCallback\): void;|@ohos.multimedia.camera.d.ts| +|Added|NA|Module name: ohos.multimedia.camera
Class name: VideoOutput
Method or attribute name: on(type: 'error', callback: ErrorCallback\): void;|@ohos.multimedia.camera.d.ts| +|Added|NA|Module name: ohos.multimedia.camera
Class name: MetadataObjectType|@ohos.multimedia.camera.d.ts| +|Added|NA|Module name: ohos.multimedia.camera
Class name: MetadataObjectType
Method or attribute name: FACE_DETECTION = 0|@ohos.multimedia.camera.d.ts| +|Added|NA|Module name: ohos.multimedia.camera
Class name: Rect|@ohos.multimedia.camera.d.ts| +|Added|NA|Module name: ohos.multimedia.camera
Class name: Rect
Method or attribute name: topLeftX: number;|@ohos.multimedia.camera.d.ts| +|Added|NA|Module name: ohos.multimedia.camera
Class name: Rect
Method or attribute name: topLeftY: number;|@ohos.multimedia.camera.d.ts| +|Added|NA|Module name: ohos.multimedia.camera
Class name: Rect
Method or attribute name: width: number;|@ohos.multimedia.camera.d.ts| +|Added|NA|Module name: ohos.multimedia.camera
Class name: Rect
Method or attribute name: height: number;|@ohos.multimedia.camera.d.ts| +|Added|NA|Module name: ohos.multimedia.camera
Class name: MetadataObject|@ohos.multimedia.camera.d.ts| +|Added|NA|Module name: ohos.multimedia.camera
Class name: MetadataObject
Method or attribute name: readonly type: MetadataObjectType;|@ohos.multimedia.camera.d.ts| +|Added|NA|Module name: ohos.multimedia.camera
Class name: MetadataObject
Method or attribute name: readonly timestamp: number;|@ohos.multimedia.camera.d.ts| +|Added|NA|Module name: ohos.multimedia.camera
Class name: MetadataObject
Method or attribute name: readonly boundingBox: Rect;|@ohos.multimedia.camera.d.ts| +|Added|NA|Module name: ohos.multimedia.camera
Class name: MetadataOutput|@ohos.multimedia.camera.d.ts| +|Added|NA|Module name: ohos.multimedia.camera
Class name: MetadataOutput
Method or attribute name: start(callback: AsyncCallback\): void;|@ohos.multimedia.camera.d.ts| +|Added|NA|Module name: ohos.multimedia.camera
Class name: MetadataOutput
Method or attribute name: start(): Promise\;|@ohos.multimedia.camera.d.ts| +|Added|NA|Module name: ohos.multimedia.camera
Class name: MetadataOutput
Method or attribute name: stop(callback: AsyncCallback\): void;|@ohos.multimedia.camera.d.ts| +|Added|NA|Module name: ohos.multimedia.camera
Class name: MetadataOutput
Method or attribute name: stop(): Promise\;|@ohos.multimedia.camera.d.ts| +|Added|NA|Module name: ohos.multimedia.camera
Class name: MetadataOutput
Method or attribute name: on(type: 'metadataObjectsAvailable', callback: AsyncCallback\>): void;|@ohos.multimedia.camera.d.ts| +|Added|NA|Module name: ohos.multimedia.camera
Class name: MetadataOutput
Method or attribute name: on(type: 'error', callback: ErrorCallback\): void;|@ohos.multimedia.camera.d.ts| +|Added|NA|Module name: ohos.multimedia.image
Class name: PixelMapFormat
Method or attribute name: BGRA_8888 = 4|@ohos.multimedia.image.d.ts| +|Added|NA|Class name: PixelMapFormat
Method or attribute name: BGRA_8888 = 4|@ohos.multimedia.image.d.ts| +|Added|NA|Module name: ohos.multimedia.image
Class name: PixelMapFormat
Method or attribute name: RGB_888 = 5|@ohos.multimedia.image.d.ts| +|Added|NA|Class name: PixelMapFormat
Method or attribute name: RGB_888 = 5|@ohos.multimedia.image.d.ts| +|Added|NA|Module name: ohos.multimedia.image
Class name: PixelMapFormat
Method or attribute name: ALPHA_8 = 6|@ohos.multimedia.image.d.ts| +|Added|NA|Class name: PixelMapFormat
Method or attribute name: ALPHA_8 = 6|@ohos.multimedia.image.d.ts| +|Added|NA|Module name: ohos.multimedia.image
Class name: PixelMapFormat
Method or attribute name: RGBA_F16 = 7|@ohos.multimedia.image.d.ts| +|Added|NA|Class name: PixelMapFormat
Method or attribute name: RGBA_F16 = 7|@ohos.multimedia.image.d.ts| +|Added|NA|Module name: ohos.multimedia.image
Class name: PixelMapFormat
Method or attribute name: NV21 = 8|@ohos.multimedia.image.d.ts| +|Added|NA|Class name: PixelMapFormat
Method or attribute name: NV21 = 8|@ohos.multimedia.image.d.ts| +|Added|NA|Module name: ohos.multimedia.image
Class name: PixelMapFormat
Method or attribute name: NV12 = 9|@ohos.multimedia.image.d.ts| +|Added|NA|Class name: PixelMapFormat
Method or attribute name: NV12 = 9|@ohos.multimedia.image.d.ts| +|Added|NA|Module name: ohos.multimedia.image
Class name: PropertyKey
Method or attribute name: DATE_TIME_ORIGINAL = "DateTimeOriginal"|@ohos.multimedia.image.d.ts| +|Added|NA|Class name: PropertyKey
Method or attribute name: DATE_TIME_ORIGINAL = "DateTimeOriginal"|@ohos.multimedia.image.d.ts| +|Added|NA|Module name: ohos.multimedia.image
Class name: PropertyKey
Method or attribute name: EXPOSURE_TIME = "ExposureTime"|@ohos.multimedia.image.d.ts| +|Added|NA|Class name: PropertyKey
Method or attribute name: EXPOSURE_TIME = "ExposureTime"|@ohos.multimedia.image.d.ts| +|Added|NA|Module name: ohos.multimedia.image
Class name: PropertyKey
Method or attribute name: SCENE_TYPE = "SceneType"|@ohos.multimedia.image.d.ts| +|Added|NA|Class name: PropertyKey
Method or attribute name: SCENE_TYPE = "SceneType"|@ohos.multimedia.image.d.ts| +|Added|NA|Module name: ohos.multimedia.image
Class name: PropertyKey
Method or attribute name: ISO_SPEED_RATINGS = "ISOSpeedRatings"|@ohos.multimedia.image.d.ts| +|Added|NA|Class name: PropertyKey
Method or attribute name: ISO_SPEED_RATINGS = "ISOSpeedRatings"|@ohos.multimedia.image.d.ts| +|Added|NA|Module name: ohos.multimedia.image
Class name: PropertyKey
Method or attribute name: F_NUMBER = "FNumber"|@ohos.multimedia.image.d.ts| +|Added|NA|Class name: PropertyKey
Method or attribute name: F_NUMBER = "FNumber"|@ohos.multimedia.image.d.ts| +|Added|NA|Module name: ohos.multimedia.image
Class name: ImageFormat|@ohos.multimedia.image.d.ts| +|Added|NA|Class name: ImageFormat
Method or attribute name: |@ohos.multimedia.image.d.ts| +|Added|NA|Module name: ohos.multimedia.image
Class name: ImageFormat
Method or attribute name: YCBCR_422_SP = 1000|@ohos.multimedia.image.d.ts| +|Added|NA|Class name: ImageFormat
Method or attribute name: YCBCR_422_SP = 1000|@ohos.multimedia.image.d.ts| +|Added|NA|Module name: ohos.multimedia.image
Class name: ImageFormat
Method or attribute name: JPEG = 2000|@ohos.multimedia.image.d.ts| +|Added|NA|Class name: ImageFormat
Method or attribute name: JPEG = 2000|@ohos.multimedia.image.d.ts| +|Added|NA|Module name: ohos.multimedia.image
Class name: AlphaType|@ohos.multimedia.image.d.ts| +|Added|NA|Class name: AlphaType
Method or attribute name: |@ohos.multimedia.image.d.ts| +|Added|NA|Module name: ohos.multimedia.image
Class name: AlphaType
Method or attribute name: UNKNOWN = 0|@ohos.multimedia.image.d.ts| +|Added|NA|Class name: AlphaType
Method or attribute name: UNKNOWN = 0|@ohos.multimedia.image.d.ts| +|Added|NA|Module name: ohos.multimedia.image
Class name: AlphaType
Method or attribute name: OPAQUE = 1|@ohos.multimedia.image.d.ts| +|Added|NA|Class name: AlphaType
Method or attribute name: OPAQUE = 1|@ohos.multimedia.image.d.ts| +|Added|NA|Module name: ohos.multimedia.image
Class name: AlphaType
Method or attribute name: PREMUL = 2|@ohos.multimedia.image.d.ts| +|Added|NA|Class name: AlphaType
Method or attribute name: PREMUL = 2|@ohos.multimedia.image.d.ts| +|Added|NA|Module name: ohos.multimedia.image
Class name: AlphaType
Method or attribute name: UNPREMUL = 3|@ohos.multimedia.image.d.ts| +|Added|NA|Class name: AlphaType
Method or attribute name: UNPREMUL = 3|@ohos.multimedia.image.d.ts| +|Added|NA|Module name: ohos.multimedia.image
Class name: ScaleMode|@ohos.multimedia.image.d.ts| +|Added|NA|Class name: ScaleMode
Method or attribute name: |@ohos.multimedia.image.d.ts| +|Added|NA|Module name: ohos.multimedia.image
Class name: ScaleMode
Method or attribute name: FIT_TARGET_SIZE = 0|@ohos.multimedia.image.d.ts| +|Added|NA|Class name: ScaleMode
Method or attribute name: FIT_TARGET_SIZE = 0|@ohos.multimedia.image.d.ts| +|Added|NA|Module name: ohos.multimedia.image
Class name: ScaleMode
Method or attribute name: CENTER_CROP = 1|@ohos.multimedia.image.d.ts| +|Added|NA|Class name: ScaleMode
Method or attribute name: CENTER_CROP = 1|@ohos.multimedia.image.d.ts| +|Added|NA|Module name: ohos.multimedia.image
Class name: ComponentType|@ohos.multimedia.image.d.ts| +|Added|NA|Class name: ComponentType
Method or attribute name: |@ohos.multimedia.image.d.ts| +|Added|NA|Module name: ohos.multimedia.image
Class name: ComponentType
Method or attribute name: YUV_Y = 1|@ohos.multimedia.image.d.ts| +|Added|NA|Class name: ComponentType
Method or attribute name: YUV_Y = 1|@ohos.multimedia.image.d.ts| +|Added|NA|Module name: ohos.multimedia.image
Class name: ComponentType
Method or attribute name: YUV_U = 2|@ohos.multimedia.image.d.ts| +|Added|NA|Class name: ComponentType
Method or attribute name: YUV_U = 2|@ohos.multimedia.image.d.ts| +|Added|NA|Module name: ohos.multimedia.image
Class name: ComponentType
Method or attribute name: YUV_V = 3|@ohos.multimedia.image.d.ts| +|Added|NA|Class name: ComponentType
Method or attribute name: YUV_V = 3|@ohos.multimedia.image.d.ts| +|Added|NA|Module name: ohos.multimedia.image
Class name: ComponentType
Method or attribute name: JPEG = 4|@ohos.multimedia.image.d.ts| +|Added|NA|Class name: ComponentType
Method or attribute name: JPEG = 4|@ohos.multimedia.image.d.ts| +|Added|NA|Module name: ohos.multimedia.image
Class name: ImageInfo
Method or attribute name: density: number;|@ohos.multimedia.image.d.ts| +|Added|NA|Class name: ImageInfo
Method or attribute name: density: number;|@ohos.multimedia.image.d.ts| +|Added|NA|Module name: ohos.multimedia.image
Class name: PackingOption
Method or attribute name: bufferSize?: number;|@ohos.multimedia.image.d.ts| +|Added|NA|Class name: PackingOption
Method or attribute name: bufferSize?: number;|@ohos.multimedia.image.d.ts| +|Added|NA|Module name: ohos.multimedia.image
Class name: DecodingOptions
Method or attribute name: fitDensity?: number;|@ohos.multimedia.image.d.ts| +|Added|NA|Class name: DecodingOptions
Method or attribute name: fitDensity?: number;|@ohos.multimedia.image.d.ts| +|Added|NA|Module name: ohos.multimedia.image
Class name: Component|@ohos.multimedia.image.d.ts| +|Added|NA|Class name: Component
Method or attribute name: |@ohos.multimedia.image.d.ts| +|Added|NA|Module name: ohos.multimedia.image
Class name: Component
Method or attribute name: readonly componentType: ComponentType;|@ohos.multimedia.image.d.ts| +|Added|NA|Class name: Component
Method or attribute name: readonly componentType: ComponentType;|@ohos.multimedia.image.d.ts| +|Added|NA|Module name: ohos.multimedia.image
Class name: Component
Method or attribute name: readonly rowStride: number;|@ohos.multimedia.image.d.ts| +|Added|NA|Class name: Component
Method or attribute name: readonly rowStride: number;|@ohos.multimedia.image.d.ts| +|Added|NA|Module name: ohos.multimedia.image
Class name: Component
Method or attribute name: readonly pixelStride: number;|@ohos.multimedia.image.d.ts| +|Added|NA|Class name: Component
Method or attribute name: readonly pixelStride: number;|@ohos.multimedia.image.d.ts| +|Added|NA|Module name: ohos.multimedia.image
Class name: Component
Method or attribute name: readonly byteBuffer: ArrayBuffer;|@ohos.multimedia.image.d.ts| +|Added|NA|Class name: Component
Method or attribute name: readonly byteBuffer: ArrayBuffer;|@ohos.multimedia.image.d.ts| +|Added|NA|Module name: ohos.multimedia.image
Class name: InitializationOptions
Method or attribute name: alphaType?: AlphaType;|@ohos.multimedia.image.d.ts| +|Added|NA|Class name: InitializationOptions
Method or attribute name: alphaType?: AlphaType;|@ohos.multimedia.image.d.ts| +|Added|NA|Module name: ohos.multimedia.image
Class name: InitializationOptions
Method or attribute name: scaleMode?: ScaleMode;|@ohos.multimedia.image.d.ts| +|Added|NA|Class name: InitializationOptions
Method or attribute name: scaleMode?: ScaleMode;|@ohos.multimedia.image.d.ts| +|Added|NA|Module name: ohos.multimedia.image
Class name: SourceOptions|@ohos.multimedia.image.d.ts| +|Added|NA|Class name: SourceOptions
Method or attribute name: |@ohos.multimedia.image.d.ts| +|Added|NA|Module name: ohos.multimedia.image
Class name: SourceOptions
Method or attribute name: sourceDensity: number;|@ohos.multimedia.image.d.ts| +|Added|NA|Class name: SourceOptions
Method or attribute name: sourceDensity: number;|@ohos.multimedia.image.d.ts| +|Added|NA|Module name: ohos.multimedia.image
Class name: SourceOptions
Method or attribute name: sourcePixelFormat?: PixelMapFormat;|@ohos.multimedia.image.d.ts| +|Added|NA|Class name: SourceOptions
Method or attribute name: sourcePixelFormat?: PixelMapFormat;|@ohos.multimedia.image.d.ts| +|Added|NA|Module name: ohos.multimedia.image
Class name: SourceOptions
Method or attribute name: sourceSize?: Size;|@ohos.multimedia.image.d.ts| +|Added|NA|Class name: SourceOptions
Method or attribute name: sourceSize?: Size;|@ohos.multimedia.image.d.ts| +|Added|NA|Module name: ohos.multimedia.image
Class name: image
Method or attribute name: function createImageSource(uri: string, options: SourceOptions): ImageSource;|@ohos.multimedia.image.d.ts| +|Added|NA|Class name: image
Method or attribute name: function createImageSource(uri: string, options: SourceOptions): ImageSource;|@ohos.multimedia.image.d.ts| +|Added|NA|Module name: ohos.multimedia.image
Class name: image
Method or attribute name: function createImageSource(fd: number, options: SourceOptions): ImageSource;|@ohos.multimedia.image.d.ts| +|Added|NA|Class name: image
Method or attribute name: function createImageSource(fd: number, options: SourceOptions): ImageSource;|@ohos.multimedia.image.d.ts| +|Added|NA|Module name: ohos.multimedia.image
Class name: image
Method or attribute name: function createImageSource(buf: ArrayBuffer): ImageSource;|@ohos.multimedia.image.d.ts| +|Added|NA|Class name: image
Method or attribute name: function createImageSource(buf: ArrayBuffer): ImageSource;|@ohos.multimedia.image.d.ts| +|Added|NA|Module name: ohos.multimedia.image
Class name: image
Method or attribute name: function createImageSource(buf: ArrayBuffer, options: SourceOptions): ImageSource;|@ohos.multimedia.image.d.ts| +|Added|NA|Class name: image
Method or attribute name: function createImageSource(buf: ArrayBuffer, options: SourceOptions): ImageSource;|@ohos.multimedia.image.d.ts| +|Added|NA|Module name: ohos.multimedia.image
Class name: image
Method or attribute name: function CreateIncrementalSource(buf: ArrayBuffer): ImageSource;|@ohos.multimedia.image.d.ts| +|Added|NA|Class name: image
Method or attribute name: function CreateIncrementalSource(buf: ArrayBuffer): ImageSource;|@ohos.multimedia.image.d.ts| +|Added|NA|Module name: ohos.multimedia.image
Class name: image
Method or attribute name: function CreateIncrementalSource(buf: ArrayBuffer, options?: SourceOptions): ImageSource;|@ohos.multimedia.image.d.ts| +|Added|NA|Class name: image
Method or attribute name: function CreateIncrementalSource(buf: ArrayBuffer, options?: SourceOptions): ImageSource;|@ohos.multimedia.image.d.ts| +|Added|NA|Module name: ohos.multimedia.image
Class name: image
Method or attribute name: function createImageReceiver(width: number, height: number, format: number, capacity: number): ImageReceiver;|@ohos.multimedia.image.d.ts| +|Added|NA|Class name: image
Method or attribute name: function createImageReceiver(width: number, height: number, format: number, capacity: number): ImageReceiver;|@ohos.multimedia.image.d.ts| +|Added|NA|Module name: ohos.multimedia.image
Class name: image
Method or attribute name: function createImageCreator(width: number, height: number, format: number, capacity: number): ImageCreator;|@ohos.multimedia.image.d.ts| +|Added|NA|Class name: image
Method or attribute name: function createImageCreator(width: number, height: number, format: number, capacity: number): ImageCreator;|@ohos.multimedia.image.d.ts| +|Added|NA|Module name: ohos.multimedia.image
Class name: PixelMap
Method or attribute name: getDensity():number;|@ohos.multimedia.image.d.ts| +|Added|NA|Class name: PixelMap
Method or attribute name: getDensity():number;|@ohos.multimedia.image.d.ts| +|Added|NA|Module name: ohos.multimedia.image
Class name: PixelMap
Method or attribute name: opacity(rate: number, callback: AsyncCallback\): void;|@ohos.multimedia.image.d.ts| +|Added|NA|Class name: PixelMap
Method or attribute name: opacity(rate: number, callback: AsyncCallback\): void;|@ohos.multimedia.image.d.ts| +|Added|NA|Module name: ohos.multimedia.image
Class name: PixelMap
Method or attribute name: opacity(rate: number): Promise\;|@ohos.multimedia.image.d.ts| +|Added|NA|Class name: PixelMap
Method or attribute name: opacity(rate: number): Promise\;|@ohos.multimedia.image.d.ts| +|Added|NA|Module name: ohos.multimedia.image
Class name: PixelMap
Method or attribute name: createAlphaPixelmap(): Promise\;|@ohos.multimedia.image.d.ts| +|Added|NA|Class name: PixelMap
Method or attribute name: createAlphaPixelmap(): Promise\;|@ohos.multimedia.image.d.ts| +|Added|NA|Module name: ohos.multimedia.image
Class name: PixelMap
Method or attribute name: createAlphaPixelmap(callback: AsyncCallback\): void;|@ohos.multimedia.image.d.ts| +|Added|NA|Class name: PixelMap
Method or attribute name: createAlphaPixelmap(callback: AsyncCallback\): void;|@ohos.multimedia.image.d.ts| +|Added|NA|Module name: ohos.multimedia.image
Class name: PixelMap
Method or attribute name: scale(x: number, y: number, callback: AsyncCallback\): void;|@ohos.multimedia.image.d.ts| +|Added|NA|Class name: PixelMap
Method or attribute name: scale(x: number, y: number, callback: AsyncCallback\): void;|@ohos.multimedia.image.d.ts| +|Added|NA|Module name: ohos.multimedia.image
Class name: PixelMap
Method or attribute name: scale(x: number, y: number): Promise\;|@ohos.multimedia.image.d.ts| +|Added|NA|Class name: PixelMap
Method or attribute name: scale(x: number, y: number): Promise\;|@ohos.multimedia.image.d.ts| +|Added|NA|Module name: ohos.multimedia.image
Class name: PixelMap
Method or attribute name: translate(x: number, y: number, callback: AsyncCallback\): void;|@ohos.multimedia.image.d.ts| +|Added|NA|Class name: PixelMap
Method or attribute name: translate(x: number, y: number, callback: AsyncCallback\): void;|@ohos.multimedia.image.d.ts| +|Added|NA|Module name: ohos.multimedia.image
Class name: PixelMap
Method or attribute name: translate(x: number, y: number): Promise\;|@ohos.multimedia.image.d.ts| +|Added|NA|Class name: PixelMap
Method or attribute name: translate(x: number, y: number): Promise\;|@ohos.multimedia.image.d.ts| +|Added|NA|Module name: ohos.multimedia.image
Class name: PixelMap
Method or attribute name: rotate(angle: number, callback: AsyncCallback\): void;|@ohos.multimedia.image.d.ts| +|Added|NA|Class name: PixelMap
Method or attribute name: rotate(angle: number, callback: AsyncCallback\): void;|@ohos.multimedia.image.d.ts| +|Added|NA|Module name: ohos.multimedia.image
Class name: PixelMap
Method or attribute name: rotate(angle: number): Promise\;|@ohos.multimedia.image.d.ts| +|Added|NA|Class name: PixelMap
Method or attribute name: rotate(angle: number): Promise\;|@ohos.multimedia.image.d.ts| +|Added|NA|Module name: ohos.multimedia.image
Class name: PixelMap
Method or attribute name: flip(horizontal: boolean, vertical: boolean, callback: AsyncCallback\): void;|@ohos.multimedia.image.d.ts| +|Added|NA|Class name: PixelMap
Method or attribute name: flip(horizontal: boolean, vertical: boolean, callback: AsyncCallback\): void;|@ohos.multimedia.image.d.ts| +|Added|NA|Module name: ohos.multimedia.image
Class name: PixelMap
Method or attribute name: flip(horizontal: boolean, vertical: boolean): Promise\;|@ohos.multimedia.image.d.ts| +|Added|NA|Class name: PixelMap
Method or attribute name: flip(horizontal: boolean, vertical: boolean): Promise\;|@ohos.multimedia.image.d.ts| +|Added|NA|Module name: ohos.multimedia.image
Class name: PixelMap
Method or attribute name: crop(region: Region, callback: AsyncCallback\): void;|@ohos.multimedia.image.d.ts| +|Added|NA|Class name: PixelMap
Method or attribute name: crop(region: Region, callback: AsyncCallback\): void;|@ohos.multimedia.image.d.ts| +|Added|NA|Module name: ohos.multimedia.image
Class name: PixelMap
Method or attribute name: crop(region: Region): Promise\;|@ohos.multimedia.image.d.ts| +|Added|NA|Class name: PixelMap
Method or attribute name: crop(region: Region): Promise\;|@ohos.multimedia.image.d.ts| +|Added|NA|Class name: ImageSource
Method or attribute name: modifyImageProperty(key: string, value: string): Promise\;|@ohos.multimedia.image.d.ts| +|Added|NA|Class name: ImageSource
Method or attribute name: modifyImageProperty(key: string, value: string, callback: AsyncCallback\): void;|@ohos.multimedia.image.d.ts| +|Added|NA|Class name: ImageSource
Method or attribute name: updateData(buf: ArrayBuffer, isFinished: boolean, value: number, length: number): Promise\;|@ohos.multimedia.image.d.ts| +|Added|NA|Class name: ImageSource
Method or attribute name: updateData(buf: ArrayBuffer, isFinished: boolean, value: number, length: number, callback: AsyncCallback\): void;|@ohos.multimedia.image.d.ts| +|Added|NA|Module name: ohos.multimedia.image
Class name: Image|@ohos.multimedia.image.d.ts| +|Added|NA|Class name: Image
Method or attribute name: |@ohos.multimedia.image.d.ts| +|Added|NA|Module name: ohos.multimedia.image
Class name: Image
Method or attribute name: clipRect: Region;|@ohos.multimedia.image.d.ts| +|Added|NA|Class name: Image
Method or attribute name: clipRect: Region;|@ohos.multimedia.image.d.ts| +|Added|NA|Module name: ohos.multimedia.image
Class name: Image
Method or attribute name: readonly size: Size;|@ohos.multimedia.image.d.ts| +|Added|NA|Class name: Image
Method or attribute name: readonly size: Size;|@ohos.multimedia.image.d.ts| +|Added|NA|Module name: ohos.multimedia.image
Class name: Image
Method or attribute name: readonly format: number;|@ohos.multimedia.image.d.ts| +|Added|NA|Class name: Image
Method or attribute name: readonly format: number;|@ohos.multimedia.image.d.ts| +|Added|NA|Module name: ohos.multimedia.image
Class name: Image
Method or attribute name: getComponent(componentType: ComponentType, callback: AsyncCallback\): void;|@ohos.multimedia.image.d.ts| +|Added|NA|Class name: Image
Method or attribute name: getComponent(componentType: ComponentType, callback: AsyncCallback\): void;|@ohos.multimedia.image.d.ts| +|Added|NA|Module name: ohos.multimedia.image
Class name: Image
Method or attribute name: getComponent(componentType: ComponentType): Promise\;|@ohos.multimedia.image.d.ts| +|Added|NA|Class name: Image
Method or attribute name: getComponent(componentType: ComponentType): Promise\;|@ohos.multimedia.image.d.ts| +|Added|NA|Module name: ohos.multimedia.image
Class name: Image
Method or attribute name: release(callback: AsyncCallback\): void;|@ohos.multimedia.image.d.ts| +|Added|NA|Class name: Image
Method or attribute name: release(callback: AsyncCallback\): void;|@ohos.multimedia.image.d.ts| +|Added|NA|Module name: ohos.multimedia.image
Class name: Image
Method or attribute name: release(): Promise\;|@ohos.multimedia.image.d.ts| +|Added|NA|Class name: Image
Method or attribute name: release(): Promise\;|@ohos.multimedia.image.d.ts| +|Added|NA|Module name: ohos.multimedia.image
Class name: ImageReceiver|@ohos.multimedia.image.d.ts| +|Added|NA|Class name: ImageReceiver
Method or attribute name: |@ohos.multimedia.image.d.ts| +|Added|NA|Module name: ohos.multimedia.image
Class name: ImageReceiver
Method or attribute name: readonly size: Size;|@ohos.multimedia.image.d.ts| +|Added|NA|Class name: ImageReceiver
Method or attribute name: readonly size: Size;|@ohos.multimedia.image.d.ts| +|Added|NA|Module name: ohos.multimedia.image
Class name: ImageReceiver
Method or attribute name: readonly capacity: number;|@ohos.multimedia.image.d.ts| +|Added|NA|Class name: ImageReceiver
Method or attribute name: readonly capacity: number;|@ohos.multimedia.image.d.ts| +|Added|NA|Module name: ohos.multimedia.image
Class name: ImageReceiver
Method or attribute name: readonly format: ImageFormat;|@ohos.multimedia.image.d.ts| +|Added|NA|Class name: ImageReceiver
Method or attribute name: readonly format: ImageFormat;|@ohos.multimedia.image.d.ts| +|Added|NA|Module name: ohos.multimedia.image
Class name: ImageReceiver
Method or attribute name: getReceivingSurfaceId(callback: AsyncCallback\): void;|@ohos.multimedia.image.d.ts| +|Added|NA|Class name: ImageReceiver
Method or attribute name: getReceivingSurfaceId(callback: AsyncCallback\): void;|@ohos.multimedia.image.d.ts| +|Added|NA|Module name: ohos.multimedia.image
Class name: ImageReceiver
Method or attribute name: getReceivingSurfaceId(): Promise\;|@ohos.multimedia.image.d.ts| +|Added|NA|Class name: ImageReceiver
Method or attribute name: getReceivingSurfaceId(): Promise\;|@ohos.multimedia.image.d.ts| +|Added|NA|Module name: ohos.multimedia.image
Class name: ImageReceiver
Method or attribute name: readLatestImage(callback: AsyncCallback\): void;|@ohos.multimedia.image.d.ts| +|Added|NA|Class name: ImageReceiver
Method or attribute name: readLatestImage(callback: AsyncCallback\): void;|@ohos.multimedia.image.d.ts| +|Added|NA|Module name: ohos.multimedia.image
Class name: ImageReceiver
Method or attribute name: readLatestImage(): Promise\;|@ohos.multimedia.image.d.ts| +|Added|NA|Class name: ImageReceiver
Method or attribute name: readLatestImage(): Promise\;|@ohos.multimedia.image.d.ts| +|Added|NA|Module name: ohos.multimedia.image
Class name: ImageReceiver
Method or attribute name: readNextImage(callback: AsyncCallback\): void;|@ohos.multimedia.image.d.ts| +|Added|NA|Class name: ImageReceiver
Method or attribute name: readNextImage(callback: AsyncCallback\): void;|@ohos.multimedia.image.d.ts| +|Added|NA|Module name: ohos.multimedia.image
Class name: ImageReceiver
Method or attribute name: readNextImage(): Promise\;|@ohos.multimedia.image.d.ts| +|Added|NA|Class name: ImageReceiver
Method or attribute name: readNextImage(): Promise\;|@ohos.multimedia.image.d.ts| +|Added|NA|Module name: ohos.multimedia.image
Class name: ImageReceiver
Method or attribute name: on(type: 'imageArrival', callback: AsyncCallback\): void;|@ohos.multimedia.image.d.ts| +|Added|NA|Class name: ImageReceiver
Method or attribute name: on(type: 'imageArrival', callback: AsyncCallback\): void;|@ohos.multimedia.image.d.ts| +|Added|NA|Module name: ohos.multimedia.image
Class name: ImageReceiver
Method or attribute name: release(callback: AsyncCallback\): void;|@ohos.multimedia.image.d.ts| +|Added|NA|Class name: ImageReceiver
Method or attribute name: release(callback: AsyncCallback\): void;|@ohos.multimedia.image.d.ts| +|Added|NA|Module name: ohos.multimedia.image
Class name: ImageReceiver
Method or attribute name: release(): Promise\;|@ohos.multimedia.image.d.ts| +|Added|NA|Class name: ImageReceiver
Method or attribute name: release(): Promise\;|@ohos.multimedia.image.d.ts| +|Added|NA|Module name: ohos.multimedia.image
Class name: ImageCreator|@ohos.multimedia.image.d.ts| +|Added|NA|Class name: ImageCreator
Method or attribute name: |@ohos.multimedia.image.d.ts| +|Added|NA|Module name: ohos.multimedia.image
Class name: ImageCreator
Method or attribute name: readonly capacity: number;|@ohos.multimedia.image.d.ts| +|Added|NA|Class name: ImageCreator
Method or attribute name: readonly capacity: number;|@ohos.multimedia.image.d.ts| +|Added|NA|Module name: ohos.multimedia.image
Class name: ImageCreator
Method or attribute name: readonly format: ImageFormat;|@ohos.multimedia.image.d.ts| +|Added|NA|Class name: ImageCreator
Method or attribute name: readonly format: ImageFormat;|@ohos.multimedia.image.d.ts| +|Added|NA|Module name: ohos.multimedia.image
Class name: ImageCreator
Method or attribute name: dequeueImage(callback: AsyncCallback\): void;|@ohos.multimedia.image.d.ts| +|Added|NA|Class name: ImageCreator
Method or attribute name: dequeueImage(callback: AsyncCallback\): void;|@ohos.multimedia.image.d.ts| +|Added|NA|Module name: ohos.multimedia.image
Class name: ImageCreator
Method or attribute name: dequeueImage(): Promise\;|@ohos.multimedia.image.d.ts| +|Added|NA|Class name: ImageCreator
Method or attribute name: dequeueImage(): Promise\;|@ohos.multimedia.image.d.ts| +|Added|NA|Module name: ohos.multimedia.image
Class name: ImageCreator
Method or attribute name: queueImage(interface: Image, callback: AsyncCallback\): void;|@ohos.multimedia.image.d.ts| +|Added|NA|Class name: ImageCreator
Method or attribute name: queueImage(interface: Image, callback: AsyncCallback\): void;|@ohos.multimedia.image.d.ts| +|Added|NA|Module name: ohos.multimedia.image
Class name: ImageCreator
Method or attribute name: queueImage(interface: Image): Promise\;|@ohos.multimedia.image.d.ts| +|Added|NA|Class name: ImageCreator
Method or attribute name: queueImage(interface: Image): Promise\;|@ohos.multimedia.image.d.ts| +|Added|NA|Module name: ohos.multimedia.image
Class name: ImageCreator
Method or attribute name: on(type: 'imageRelease', callback: AsyncCallback\): void;|@ohos.multimedia.image.d.ts| +|Added|NA|Class name: ImageCreator
Method or attribute name: on(type: 'imageRelease', callback: AsyncCallback\): void;|@ohos.multimedia.image.d.ts| +|Added|NA|Module name: ohos.multimedia.image
Class name: ImageCreator
Method or attribute name: release(callback: AsyncCallback\): void;|@ohos.multimedia.image.d.ts| +|Added|NA|Class name: ImageCreator
Method or attribute name: release(callback: AsyncCallback\): void;|@ohos.multimedia.image.d.ts| +|Added|NA|Module name: ohos.multimedia.image
Class name: ImageCreator
Method or attribute name: release(): Promise\;|@ohos.multimedia.image.d.ts| +|Added|NA|Class name: ImageCreator
Method or attribute name: release(): Promise\;|@ohos.multimedia.image.d.ts| +|Added|NA|Module name: ohos.multimedia.media
Class name: AVPlayerState
Method or attribute name: type AVPlayerState = 'idle' \| 'initialized' \| 'prepared' \| 'playing' \| 'paused' \| 'completed' \| 'stopped' \| 'released' \| 'error';|@ohos.multimedia.media.d.ts| +|Added|NA|Class name: AVPlayerState
Method or attribute name: type AVPlayerState = 'idle' \| 'initialized' \| 'prepared' \| 'playing' \| 'paused' \| 'completed' \| 'stopped' \| 'released' \| 'error';|@ohos.multimedia.media.d.ts| +|Added|NA|Module name: ohos.multimedia.media
Class name: AVPlayerState
Method or attribute name: type AVPlayerState = 'idle' \| 'initialized' \| 'prepared' \| 'playing' \| 'paused' \| 'completed' \| 'stopped' \| 'released' \| 'error';|@ohos.multimedia.media.d.ts| +|Added|NA|Class name: AVPlayerState
Method or attribute name: type AVPlayerState = 'idle' \| 'initialized' \| 'prepared' \| 'playing' \| 'paused' \| 'completed' \| 'stopped' \| 'released' \| 'error';|@ohos.multimedia.media.d.ts| +|Added|NA|Module name: ohos.multimedia.media
Class name: AVPlayerState
Method or attribute name: type AVPlayerState = 'idle' \| 'initialized' \| 'prepared' \| 'playing' \| 'paused' \| 'completed' \| 'stopped' \| 'released' \| 'error';|@ohos.multimedia.media.d.ts| +|Added|NA|Class name: AVPlayerState
Method or attribute name: type AVPlayerState = 'idle' \| 'initialized' \| 'prepared' \| 'playing' \| 'paused' \| 'completed' \| 'stopped' \| 'released' \| 'error';|@ohos.multimedia.media.d.ts| +|Added|NA|Module name: ohos.multimedia.media
Class name: AVPlayerState
Method or attribute name: type AVPlayerState = 'idle' \| 'initialized' \| 'prepared' \| 'playing' \| 'paused' \| 'completed' \| 'stopped' \| 'released' \| 'error';|@ohos.multimedia.media.d.ts| +|Added|NA|Class name: AVPlayerState
Method or attribute name: type AVPlayerState = 'idle' \| 'initialized' \| 'prepared' \| 'playing' \| 'paused' \| 'completed' \| 'stopped' \| 'released' \| 'error';|@ohos.multimedia.media.d.ts| +|Added|NA|Module name: ohos.multimedia.media
Class name: AVPlayerState
Method or attribute name: type AVPlayerState = 'idle' \| 'initialized' \| 'prepared' \| 'playing' \| 'paused' \| 'completed' \| 'stopped' \| 'released' \| 'error';|@ohos.multimedia.media.d.ts| +|Added|NA|Class name: AVPlayerState
Method or attribute name: type AVPlayerState = 'idle' \| 'initialized' \| 'prepared' \| 'playing' \| 'paused' \| 'completed' \| 'stopped' \| 'released' \| 'error';|@ohos.multimedia.media.d.ts| +|Added|NA|Module name: ohos.multimedia.media
Class name: AVPlayerState
Method or attribute name: type AVPlayerState = 'idle' \| 'initialized' \| 'prepared' \| 'playing' \| 'paused' \| 'completed' \| 'stopped' \| 'released' \| 'error';|@ohos.multimedia.media.d.ts| +|Added|NA|Class name: AVPlayerState
Method or attribute name: type AVPlayerState = 'idle' \| 'initialized' \| 'prepared' \| 'playing' \| 'paused' \| 'completed' \| 'stopped' \| 'released' \| 'error';|@ohos.multimedia.media.d.ts| +|Added|NA|Module name: ohos.multimedia.media
Class name: AVPlayerState
Method or attribute name: type AVPlayerState = 'idle' \| 'initialized' \| 'prepared' \| 'playing' \| 'paused' \| 'completed' \| 'stopped' \| 'released' \| 'error';|@ohos.multimedia.media.d.ts| +|Added|NA|Class name: AVPlayerState
Method or attribute name: type AVPlayerState = 'idle' \| 'initialized' \| 'prepared' \| 'playing' \| 'paused' \| 'completed' \| 'stopped' \| 'released' \| 'error';|@ohos.multimedia.media.d.ts| +|Added|NA|Module name: ohos.multimedia.media
Class name: AVPlayerState
Method or attribute name: type AVPlayerState = 'idle' \| 'initialized' \| 'prepared' \| 'playing' \| 'paused' \| 'completed' \| 'stopped' \| 'released' \| 'error';|@ohos.multimedia.media.d.ts| +|Added|NA|Class name: AVPlayerState
Method or attribute name: type AVPlayerState = 'idle' \| 'initialized' \| 'prepared' \| 'playing' \| 'paused' \| 'completed' \| 'stopped' \| 'released' \| 'error';|@ohos.multimedia.media.d.ts| +|Added|NA|Module name: ohos.multimedia.media
Class name: AVPlayerState
Method or attribute name: type AVPlayerState = 'idle' \| 'initialized' \| 'prepared' \| 'playing' \| 'paused' \| 'completed' \| 'stopped' \| 'released' \| 'error';|@ohos.multimedia.media.d.ts| +|Added|NA|Class name: AVPlayerState
Method or attribute name: type AVPlayerState = 'idle' \| 'initialized' \| 'prepared' \| 'playing' \| 'paused' \| 'completed' \| 'stopped' \| 'released' \| 'error';|@ohos.multimedia.media.d.ts| +|Added|NA|Module name: ohos.multimedia.media
Class name: AVRecorderState
Method or attribute name: type AVRecorderState = 'idle' \| 'prepared' \| 'started' \| 'paused' \| 'stopped' \| 'released' \| 'error';|@ohos.multimedia.media.d.ts| +|Added|NA|Class name: AVRecorderState
Method or attribute name: type AVRecorderState = 'idle' \| 'prepared' \| 'started' \| 'paused' \| 'stopped' \| 'released' \| 'error';|@ohos.multimedia.media.d.ts| +|Added|NA|Module name: ohos.multimedia.media
Class name: AVRecorderState
Method or attribute name: type AVRecorderState = 'idle' \| 'prepared' \| 'started' \| 'paused' \| 'stopped' \| 'released' \| 'error';|@ohos.multimedia.media.d.ts| +|Added|NA|Class name: AVRecorderState
Method or attribute name: type AVRecorderState = 'idle' \| 'prepared' \| 'started' \| 'paused' \| 'stopped' \| 'released' \| 'error';|@ohos.multimedia.media.d.ts| +|Added|NA|Module name: ohos.multimedia.media
Class name: AVRecorderState
Method or attribute name: type AVRecorderState = 'idle' \| 'prepared' \| 'started' \| 'paused' \| 'stopped' \| 'released' \| 'error';|@ohos.multimedia.media.d.ts| +|Added|NA|Class name: AVRecorderState
Method or attribute name: type AVRecorderState = 'idle' \| 'prepared' \| 'started' \| 'paused' \| 'stopped' \| 'released' \| 'error';|@ohos.multimedia.media.d.ts| +|Added|NA|Module name: ohos.multimedia.media
Class name: AVRecorderState
Method or attribute name: type AVRecorderState = 'idle' \| 'prepared' \| 'started' \| 'paused' \| 'stopped' \| 'released' \| 'error';|@ohos.multimedia.media.d.ts| +|Added|NA|Class name: AVRecorderState
Method or attribute name: type AVRecorderState = 'idle' \| 'prepared' \| 'started' \| 'paused' \| 'stopped' \| 'released' \| 'error';|@ohos.multimedia.media.d.ts| +|Added|NA|Module name: ohos.multimedia.media
Class name: AVRecorderState
Method or attribute name: type AVRecorderState = 'idle' \| 'prepared' \| 'started' \| 'paused' \| 'stopped' \| 'released' \| 'error';|@ohos.multimedia.media.d.ts| +|Added|NA|Class name: AVRecorderState
Method or attribute name: type AVRecorderState = 'idle' \| 'prepared' \| 'started' \| 'paused' \| 'stopped' \| 'released' \| 'error';|@ohos.multimedia.media.d.ts| +|Added|NA|Module name: ohos.multimedia.media
Class name: AVRecorderState
Method or attribute name: type AVRecorderState = 'idle' \| 'prepared' \| 'started' \| 'paused' \| 'stopped' \| 'released' \| 'error';|@ohos.multimedia.media.d.ts| +|Added|NA|Class name: AVRecorderState
Method or attribute name: type AVRecorderState = 'idle' \| 'prepared' \| 'started' \| 'paused' \| 'stopped' \| 'released' \| 'error';|@ohos.multimedia.media.d.ts| +|Added|NA|Module name: ohos.multimedia.media
Class name: AVRecorderState
Method or attribute name: type AVRecorderState = 'idle' \| 'prepared' \| 'started' \| 'paused' \| 'stopped' \| 'released' \| 'error';|@ohos.multimedia.media.d.ts| +|Added|NA|Class name: AVRecorderState
Method or attribute name: type AVRecorderState = 'idle' \| 'prepared' \| 'started' \| 'paused' \| 'stopped' \| 'released' \| 'error';|@ohos.multimedia.media.d.ts| +|Added|NA|Module name: ohos.multimedia.media
Class name: VideoRecordState
Method or attribute name: type VideoRecordState = 'idle' \| 'prepared' \| 'playing' \| 'paused' \| 'stopped' \| 'error';|@ohos.multimedia.media.d.ts| +|Added|NA|Class name: VideoRecordState
Method or attribute name: type VideoRecordState = 'idle' \| 'prepared' \| 'playing' \| 'paused' \| 'stopped' \| 'error';|@ohos.multimedia.media.d.ts| +|Added|NA|Module name: ohos.multimedia.media
Class name: VideoRecordState
Method or attribute name: type VideoRecordState = 'idle' \| 'prepared' \| 'playing' \| 'paused' \| 'stopped' \| 'error';|@ohos.multimedia.media.d.ts| +|Added|NA|Class name: VideoRecordState
Method or attribute name: type VideoRecordState = 'idle' \| 'prepared' \| 'playing' \| 'paused' \| 'stopped' \| 'error';|@ohos.multimedia.media.d.ts| +|Added|NA|Module name: ohos.multimedia.media
Class name: VideoRecordState
Method or attribute name: type VideoRecordState = 'idle' \| 'prepared' \| 'playing' \| 'paused' \| 'stopped' \| 'error';|@ohos.multimedia.media.d.ts| +|Added|NA|Class name: VideoRecordState
Method or attribute name: type VideoRecordState = 'idle' \| 'prepared' \| 'playing' \| 'paused' \| 'stopped' \| 'error';|@ohos.multimedia.media.d.ts| +|Added|NA|Module name: ohos.multimedia.media
Class name: VideoRecordState
Method or attribute name: type VideoRecordState = 'idle' \| 'prepared' \| 'playing' \| 'paused' \| 'stopped' \| 'error';|@ohos.multimedia.media.d.ts| +|Added|NA|Class name: VideoRecordState
Method or attribute name: type VideoRecordState = 'idle' \| 'prepared' \| 'playing' \| 'paused' \| 'stopped' \| 'error';|@ohos.multimedia.media.d.ts| +|Added|NA|Module name: ohos.multimedia.media
Class name: VideoRecordState
Method or attribute name: type VideoRecordState = 'idle' \| 'prepared' \| 'playing' \| 'paused' \| 'stopped' \| 'error';|@ohos.multimedia.media.d.ts| +|Added|NA|Class name: VideoRecordState
Method or attribute name: type VideoRecordState = 'idle' \| 'prepared' \| 'playing' \| 'paused' \| 'stopped' \| 'error';|@ohos.multimedia.media.d.ts| +|Added|NA|Module name: ohos.multimedia.media
Class name: VideoRecordState
Method or attribute name: type VideoRecordState = 'idle' \| 'prepared' \| 'playing' \| 'paused' \| 'stopped' \| 'error';|@ohos.multimedia.media.d.ts| +|Added|NA|Class name: VideoRecordState
Method or attribute name: type VideoRecordState = 'idle' \| 'prepared' \| 'playing' \| 'paused' \| 'stopped' \| 'error';|@ohos.multimedia.media.d.ts| +|Added|NA|Class name: media
Method or attribute name: function createAVPlayer(callback: AsyncCallback\): void;|@ohos.multimedia.media.d.ts| +|Added|NA|Class name: media
Method or attribute name: function createAVPlayer() : Promise\;|@ohos.multimedia.media.d.ts| +|Added|NA|Class name: media
Method or attribute name: function createAVRecorder(callback: AsyncCallback\): void;|@ohos.multimedia.media.d.ts| +|Added|NA|Class name: media
Method or attribute name: function createAVRecorder() : Promise\;|@ohos.multimedia.media.d.ts| +|Added|NA|Class name: media
Method or attribute name: function createVideoRecorder(callback: AsyncCallback\): void;|@ohos.multimedia.media.d.ts| +|Added|NA|Class name: media
Method or attribute name: function createVideoRecorder(): Promise\;|@ohos.multimedia.media.d.ts| +|Added|NA|Module name: ohos.multimedia.media
Class name: StateChangeReason|@ohos.multimedia.media.d.ts| +|Added|NA|Class name: StateChangeReason
Method or attribute name: |@ohos.multimedia.media.d.ts| +|Added|NA|Module name: ohos.multimedia.media
Class name: StateChangeReason
Method or attribute name: USER = 1|@ohos.multimedia.media.d.ts| +|Added|NA|Class name: StateChangeReason
Method or attribute name: USER = 1|@ohos.multimedia.media.d.ts| +|Added|NA|Module name: ohos.multimedia.media
Class name: StateChangeReason
Method or attribute name: BACKGROUND = 2|@ohos.multimedia.media.d.ts| +|Added|NA|Class name: StateChangeReason
Method or attribute name: BACKGROUND = 2|@ohos.multimedia.media.d.ts| +|Added|NA|Module name: ohos.multimedia.media
Class name: AVErrorCode|@ohos.multimedia.media.d.ts| +|Added|NA|Class name: AVErrorCode
Method or attribute name: |@ohos.multimedia.media.d.ts| +|Added|NA|Module name: ohos.multimedia.media
Class name: AVErrorCode
Method or attribute name: AVERR_OK = 0|@ohos.multimedia.media.d.ts| +|Added|NA|Class name: AVErrorCode
Method or attribute name: AVERR_OK = 0|@ohos.multimedia.media.d.ts| +|Added|NA|Module name: ohos.multimedia.media
Class name: AVErrorCode
Method or attribute name: AVERR_NO_PERMISSION = 201|@ohos.multimedia.media.d.ts| +|Added|NA|Class name: AVErrorCode
Method or attribute name: AVERR_NO_PERMISSION = 201|@ohos.multimedia.media.d.ts| +|Added|NA|Module name: ohos.multimedia.media
Class name: AVErrorCode
Method or attribute name: AVERR_INVALID_PARAMETER = 401|@ohos.multimedia.media.d.ts| +|Added|NA|Class name: AVErrorCode
Method or attribute name: AVERR_INVALID_PARAMETER = 401|@ohos.multimedia.media.d.ts| +|Added|NA|Module name: ohos.multimedia.media
Class name: AVErrorCode
Method or attribute name: AVERR_UNSUPPORT_CAPABILITY = 801|@ohos.multimedia.media.d.ts| +|Added|NA|Class name: AVErrorCode
Method or attribute name: AVERR_UNSUPPORT_CAPABILITY = 801|@ohos.multimedia.media.d.ts| +|Added|NA|Module name: ohos.multimedia.media
Class name: AVErrorCode
Method or attribute name: AVERR_NO_MEMORY = 5400101|@ohos.multimedia.media.d.ts| +|Added|NA|Class name: AVErrorCode
Method or attribute name: AVERR_NO_MEMORY = 5400101|@ohos.multimedia.media.d.ts| +|Added|NA|Module name: ohos.multimedia.media
Class name: AVErrorCode
Method or attribute name: AVERR_OPERATE_NOT_PERMIT = 5400102|@ohos.multimedia.media.d.ts| +|Added|NA|Class name: AVErrorCode
Method or attribute name: AVERR_OPERATE_NOT_PERMIT = 5400102|@ohos.multimedia.media.d.ts| +|Added|NA|Module name: ohos.multimedia.media
Class name: AVErrorCode
Method or attribute name: AVERR_IO = 5400103|@ohos.multimedia.media.d.ts| +|Added|NA|Class name: AVErrorCode
Method or attribute name: AVERR_IO = 5400103|@ohos.multimedia.media.d.ts| +|Added|NA|Module name: ohos.multimedia.media
Class name: AVErrorCode
Method or attribute name: AVERR_TIMEOUT = 5400104|@ohos.multimedia.media.d.ts| +|Added|NA|Class name: AVErrorCode
Method or attribute name: AVERR_TIMEOUT = 5400104|@ohos.multimedia.media.d.ts| +|Added|NA|Module name: ohos.multimedia.media
Class name: AVErrorCode
Method or attribute name: AVERR_SERVICE_DIED = 5400105|@ohos.multimedia.media.d.ts| +|Added|NA|Class name: AVErrorCode
Method or attribute name: AVERR_SERVICE_DIED = 5400105|@ohos.multimedia.media.d.ts| +|Added|NA|Module name: ohos.multimedia.media
Class name: AVErrorCode
Method or attribute name: AVERR_UNSUPPORT_FORMAT = 5400106|@ohos.multimedia.media.d.ts| +|Added|NA|Class name: AVErrorCode
Method or attribute name: AVERR_UNSUPPORT_FORMAT = 5400106|@ohos.multimedia.media.d.ts| +|Added|NA|Module name: ohos.multimedia.media
Class name: AVPlayer|@ohos.multimedia.media.d.ts| +|Added|NA|Class name: AVPlayer
Method or attribute name: |@ohos.multimedia.media.d.ts| +|Added|NA|Module name: ohos.multimedia.media
Class name: AVPlayer
Method or attribute name: prepare(callback: AsyncCallback\): void;|@ohos.multimedia.media.d.ts| +|Added|NA|Class name: AVPlayer
Method or attribute name: prepare(callback: AsyncCallback\): void;|@ohos.multimedia.media.d.ts| +|Added|NA|Module name: ohos.multimedia.media
Class name: AVPlayer
Method or attribute name: prepare(): Promise\;|@ohos.multimedia.media.d.ts| +|Added|NA|Class name: AVPlayer
Method or attribute name: prepare(): Promise\;|@ohos.multimedia.media.d.ts| +|Added|NA|Module name: ohos.multimedia.media
Class name: AVPlayer
Method or attribute name: play(callback: AsyncCallback\): void;|@ohos.multimedia.media.d.ts| +|Added|NA|Class name: AVPlayer
Method or attribute name: play(callback: AsyncCallback\): void;|@ohos.multimedia.media.d.ts| +|Added|NA|Module name: ohos.multimedia.media
Class name: AVPlayer
Method or attribute name: play(): Promise\;|@ohos.multimedia.media.d.ts| +|Added|NA|Class name: AVPlayer
Method or attribute name: play(): Promise\;|@ohos.multimedia.media.d.ts| +|Added|NA|Module name: ohos.multimedia.media
Class name: AVPlayer
Method or attribute name: pause(callback: AsyncCallback\): void;|@ohos.multimedia.media.d.ts| +|Added|NA|Class name: AVPlayer
Method or attribute name: pause(callback: AsyncCallback\): void;|@ohos.multimedia.media.d.ts| +|Added|NA|Module name: ohos.multimedia.media
Class name: AVPlayer
Method or attribute name: pause(): Promise\;|@ohos.multimedia.media.d.ts| +|Added|NA|Class name: AVPlayer
Method or attribute name: pause(): Promise\;|@ohos.multimedia.media.d.ts| +|Added|NA|Module name: ohos.multimedia.media
Class name: AVPlayer
Method or attribute name: stop(callback: AsyncCallback\): void;|@ohos.multimedia.media.d.ts| +|Added|NA|Class name: AVPlayer
Method or attribute name: stop(callback: AsyncCallback\): void;|@ohos.multimedia.media.d.ts| +|Added|NA|Module name: ohos.multimedia.media
Class name: AVPlayer
Method or attribute name: stop(): Promise\;|@ohos.multimedia.media.d.ts| +|Added|NA|Class name: AVPlayer
Method or attribute name: stop(): Promise\;|@ohos.multimedia.media.d.ts| +|Added|NA|Module name: ohos.multimedia.media
Class name: AVPlayer
Method or attribute name: reset(callback: AsyncCallback\): void;|@ohos.multimedia.media.d.ts| +|Added|NA|Class name: AVPlayer
Method or attribute name: reset(callback: AsyncCallback\): void;|@ohos.multimedia.media.d.ts| +|Added|NA|Module name: ohos.multimedia.media
Class name: AVPlayer
Method or attribute name: reset(): Promise\;|@ohos.multimedia.media.d.ts| +|Added|NA|Class name: AVPlayer
Method or attribute name: reset(): Promise\;|@ohos.multimedia.media.d.ts| +|Added|NA|Module name: ohos.multimedia.media
Class name: AVPlayer
Method or attribute name: release(callback: AsyncCallback\): void;|@ohos.multimedia.media.d.ts| +|Added|NA|Class name: AVPlayer
Method or attribute name: release(callback: AsyncCallback\): void;|@ohos.multimedia.media.d.ts| +|Added|NA|Module name: ohos.multimedia.media
Class name: AVPlayer
Method or attribute name: release(): Promise\;|@ohos.multimedia.media.d.ts| +|Added|NA|Class name: AVPlayer
Method or attribute name: release(): Promise\;|@ohos.multimedia.media.d.ts| +|Added|NA|Module name: ohos.multimedia.media
Class name: AVPlayer
Method or attribute name: seek(timeMs: number, mode?:SeekMode): void;|@ohos.multimedia.media.d.ts| +|Added|NA|Class name: AVPlayer
Method or attribute name: seek(timeMs: number, mode?:SeekMode): void;|@ohos.multimedia.media.d.ts| +|Added|NA|Module name: ohos.multimedia.media
Class name: AVPlayer
Method or attribute name: setVolume(volume: number): void;|@ohos.multimedia.media.d.ts| +|Added|NA|Class name: AVPlayer
Method or attribute name: setVolume(volume: number): void;|@ohos.multimedia.media.d.ts| +|Added|NA|Module name: ohos.multimedia.media
Class name: AVPlayer
Method or attribute name: getTrackDescription(callback: AsyncCallback\>): void;|@ohos.multimedia.media.d.ts| +|Added|NA|Class name: AVPlayer
Method or attribute name: getTrackDescription(callback: AsyncCallback\>): void;|@ohos.multimedia.media.d.ts| +|Added|NA|Module name: ohos.multimedia.media
Class name: AVPlayer
Method or attribute name: getTrackDescription() : Promise\>;|@ohos.multimedia.media.d.ts| +|Added|NA|Class name: AVPlayer
Method or attribute name: getTrackDescription() : Promise\>;|@ohos.multimedia.media.d.ts| +|Added|NA|Module name: ohos.multimedia.media
Class name: AVPlayer
Method or attribute name: url ?: string;|@ohos.multimedia.media.d.ts| +|Added|NA|Class name: AVPlayer
Method or attribute name: url ?: string;|@ohos.multimedia.media.d.ts| +|Added|NA|Module name: ohos.multimedia.media
Class name: AVPlayer
Method or attribute name: fdSrc ?: AVFileDescriptor;|@ohos.multimedia.media.d.ts| +|Added|NA|Class name: AVPlayer
Method or attribute name: fdSrc ?: AVFileDescriptor;|@ohos.multimedia.media.d.ts| +|Added|NA|Module name: ohos.multimedia.media
Class name: AVPlayer
Method or attribute name: loop: boolean;|@ohos.multimedia.media.d.ts| +|Added|NA|Class name: AVPlayer
Method or attribute name: loop: boolean;|@ohos.multimedia.media.d.ts| +|Added|NA|Module name: ohos.multimedia.media
Class name: AVPlayer
Method or attribute name: audioInterruptMode ?: audio.InterruptMode;|@ohos.multimedia.media.d.ts| +|Added|NA|Class name: AVPlayer
Method or attribute name: audioInterruptMode ?: audio.InterruptMode;|@ohos.multimedia.media.d.ts| +|Added|NA|Module name: ohos.multimedia.media
Class name: AVPlayer
Method or attribute name: readonly currentTime: number;|@ohos.multimedia.media.d.ts| +|Added|NA|Class name: AVPlayer
Method or attribute name: readonly currentTime: number;|@ohos.multimedia.media.d.ts| +|Added|NA|Module name: ohos.multimedia.media
Class name: AVPlayer
Method or attribute name: readonly duration: number;|@ohos.multimedia.media.d.ts| +|Added|NA|Class name: AVPlayer
Method or attribute name: readonly duration: number;|@ohos.multimedia.media.d.ts| +|Added|NA|Module name: ohos.multimedia.media
Class name: AVPlayer
Method or attribute name: readonly state: AVPlayerState;|@ohos.multimedia.media.d.ts| +|Added|NA|Class name: AVPlayer
Method or attribute name: readonly state: AVPlayerState;|@ohos.multimedia.media.d.ts| +|Added|NA|Module name: ohos.multimedia.media
Class name: AVPlayer
Method or attribute name: surfaceId ?: string;|@ohos.multimedia.media.d.ts| +|Added|NA|Class name: AVPlayer
Method or attribute name: surfaceId ?: string;|@ohos.multimedia.media.d.ts| +|Added|NA|Module name: ohos.multimedia.media
Class name: AVPlayer
Method or attribute name: readonly width: number;|@ohos.multimedia.media.d.ts| +|Added|NA|Class name: AVPlayer
Method or attribute name: readonly width: number;|@ohos.multimedia.media.d.ts| +|Added|NA|Module name: ohos.multimedia.media
Class name: AVPlayer
Method or attribute name: readonly height: number;|@ohos.multimedia.media.d.ts| +|Added|NA|Class name: AVPlayer
Method or attribute name: readonly height: number;|@ohos.multimedia.media.d.ts| +|Added|NA|Module name: ohos.multimedia.media
Class name: AVPlayer
Method or attribute name: videoScaleType ?: VideoScaleType;|@ohos.multimedia.media.d.ts| +|Added|NA|Class name: AVPlayer
Method or attribute name: videoScaleType ?: VideoScaleType;|@ohos.multimedia.media.d.ts| +|Added|NA|Module name: ohos.multimedia.media
Class name: AVPlayer
Method or attribute name: setSpeed(speed: PlaybackSpeed): void;|@ohos.multimedia.media.d.ts| +|Added|NA|Class name: AVPlayer
Method or attribute name: setSpeed(speed: PlaybackSpeed): void;|@ohos.multimedia.media.d.ts| +|Added|NA|Module name: ohos.multimedia.media
Class name: AVPlayer
Method or attribute name: setBitrate(bitrate: number): void;|@ohos.multimedia.media.d.ts| +|Added|NA|Class name: AVPlayer
Method or attribute name: setBitrate(bitrate: number): void;|@ohos.multimedia.media.d.ts| +|Added|NA|Module name: ohos.multimedia.media
Class name: AVPlayer
Method or attribute name: on(type: 'stateChange', callback: (state: AVPlayerState, reason: StateChangeReason) => void): void;|@ohos.multimedia.media.d.ts| +|Added|NA|Class name: AVPlayer
Method or attribute name: on(type: 'stateChange', callback: (state: AVPlayerState, reason: StateChangeReason) => void): void;|@ohos.multimedia.media.d.ts| +|Added|NA|Module name: ohos.multimedia.media
Class name: AVPlayer
Method or attribute name: off(type: 'stateChange'): void;|@ohos.multimedia.media.d.ts| +|Added|NA|Class name: AVPlayer
Method or attribute name: off(type: 'stateChange'): void;|@ohos.multimedia.media.d.ts| +|Added|NA|Module name: ohos.multimedia.media
Class name: AVPlayer
Method or attribute name: on(type: 'volumeChange', callback: Callback\): void;|@ohos.multimedia.media.d.ts| +|Added|NA|Class name: AVPlayer
Method or attribute name: on(type: 'volumeChange', callback: Callback\): void;|@ohos.multimedia.media.d.ts| +|Added|NA|Module name: ohos.multimedia.media
Class name: AVPlayer
Method or attribute name: off(type: 'volumeChange'): void;|@ohos.multimedia.media.d.ts| +|Added|NA|Class name: AVPlayer
Method or attribute name: off(type: 'volumeChange'): void;|@ohos.multimedia.media.d.ts| +|Added|NA|Module name: ohos.multimedia.media
Class name: AVPlayer
Method or attribute name: on(type: 'endOfStream', callback: Callback\): void;|@ohos.multimedia.media.d.ts| +|Added|NA|Class name: AVPlayer
Method or attribute name: on(type: 'endOfStream', callback: Callback\): void;|@ohos.multimedia.media.d.ts| +|Added|NA|Module name: ohos.multimedia.media
Class name: AVPlayer
Method or attribute name: off(type: 'endOfStream'): void;|@ohos.multimedia.media.d.ts| +|Added|NA|Class name: AVPlayer
Method or attribute name: off(type: 'endOfStream'): void;|@ohos.multimedia.media.d.ts| +|Added|NA|Module name: ohos.multimedia.media
Class name: AVPlayer
Method or attribute name: on(type: 'seekDone', callback: Callback\): void;|@ohos.multimedia.media.d.ts| +|Added|NA|Class name: AVPlayer
Method or attribute name: on(type: 'seekDone', callback: Callback\): void;|@ohos.multimedia.media.d.ts| +|Added|NA|Module name: ohos.multimedia.media
Class name: AVPlayer
Method or attribute name: off(type: 'seekDone'): void;|@ohos.multimedia.media.d.ts| +|Added|NA|Class name: AVPlayer
Method or attribute name: off(type: 'seekDone'): void;|@ohos.multimedia.media.d.ts| +|Added|NA|Module name: ohos.multimedia.media
Class name: AVPlayer
Method or attribute name: on(type: 'speedDone', callback: Callback\): void;|@ohos.multimedia.media.d.ts| +|Added|NA|Class name: AVPlayer
Method or attribute name: on(type: 'speedDone', callback: Callback\): void;|@ohos.multimedia.media.d.ts| +|Added|NA|Module name: ohos.multimedia.media
Class name: AVPlayer
Method or attribute name: off(type: 'speedDone'): void;|@ohos.multimedia.media.d.ts| +|Added|NA|Class name: AVPlayer
Method or attribute name: off(type: 'speedDone'): void;|@ohos.multimedia.media.d.ts| +|Added|NA|Module name: ohos.multimedia.media
Class name: AVPlayer
Method or attribute name: on(type: 'bitrateDone', callback: Callback\): void;|@ohos.multimedia.media.d.ts| +|Added|NA|Class name: AVPlayer
Method or attribute name: on(type: 'bitrateDone', callback: Callback\): void;|@ohos.multimedia.media.d.ts| +|Added|NA|Module name: ohos.multimedia.media
Class name: AVPlayer
Method or attribute name: off(type: 'bitrateDone'): void;|@ohos.multimedia.media.d.ts| +|Added|NA|Class name: AVPlayer
Method or attribute name: off(type: 'bitrateDone'): void;|@ohos.multimedia.media.d.ts| +|Added|NA|Module name: ohos.multimedia.media
Class name: AVPlayer
Method or attribute name: on(type: 'timeUpdate', callback: Callback\): void;|@ohos.multimedia.media.d.ts| +|Added|NA|Class name: AVPlayer
Method or attribute name: on(type: 'timeUpdate', callback: Callback\): void;|@ohos.multimedia.media.d.ts| +|Added|NA|Module name: ohos.multimedia.media
Class name: AVPlayer
Method or attribute name: off(type: 'timeUpdate'): void;|@ohos.multimedia.media.d.ts| +|Added|NA|Class name: AVPlayer
Method or attribute name: off(type: 'timeUpdate'): void;|@ohos.multimedia.media.d.ts| +|Added|NA|Module name: ohos.multimedia.media
Class name: AVPlayer
Method or attribute name: on(type: 'durationUpdate', callback: Callback\): void;|@ohos.multimedia.media.d.ts| +|Added|NA|Class name: AVPlayer
Method or attribute name: on(type: 'durationUpdate', callback: Callback\): void;|@ohos.multimedia.media.d.ts| +|Added|NA|Module name: ohos.multimedia.media
Class name: AVPlayer
Method or attribute name: off(type: 'durationUpdate'): void;|@ohos.multimedia.media.d.ts| +|Added|NA|Class name: AVPlayer
Method or attribute name: off(type: 'durationUpdate'): void;|@ohos.multimedia.media.d.ts| +|Added|NA|Module name: ohos.multimedia.media
Class name: AVPlayer
Method or attribute name: on(type: 'bufferingUpdate', callback: (infoType: BufferingInfoType, value: number) => void): void;|@ohos.multimedia.media.d.ts| +|Added|NA|Class name: AVPlayer
Method or attribute name: on(type: 'bufferingUpdate', callback: (infoType: BufferingInfoType, value: number) => void): void;|@ohos.multimedia.media.d.ts| +|Added|NA|Module name: ohos.multimedia.media
Class name: AVPlayer
Method or attribute name: off(type: 'bufferingUpdate'): void;|@ohos.multimedia.media.d.ts| +|Added|NA|Class name: AVPlayer
Method or attribute name: off(type: 'bufferingUpdate'): void;|@ohos.multimedia.media.d.ts| +|Added|NA|Module name: ohos.multimedia.media
Class name: AVPlayer
Method or attribute name: on(type: 'startRenderFrame', callback: Callback\): void;|@ohos.multimedia.media.d.ts| +|Added|NA|Class name: AVPlayer
Method or attribute name: on(type: 'startRenderFrame', callback: Callback\): void;|@ohos.multimedia.media.d.ts| +|Added|NA|Module name: ohos.multimedia.media
Class name: AVPlayer
Method or attribute name: off(type: 'startRenderFrame'): void;|@ohos.multimedia.media.d.ts| +|Added|NA|Class name: AVPlayer
Method or attribute name: off(type: 'startRenderFrame'): void;|@ohos.multimedia.media.d.ts| +|Added|NA|Module name: ohos.multimedia.media
Class name: AVPlayer
Method or attribute name: on(type: 'videoSizeChange', callback: (width: number, height: number) => void): void;|@ohos.multimedia.media.d.ts| +|Added|NA|Class name: AVPlayer
Method or attribute name: on(type: 'videoSizeChange', callback: (width: number, height: number) => void): void;|@ohos.multimedia.media.d.ts| +|Added|NA|Module name: ohos.multimedia.media
Class name: AVPlayer
Method or attribute name: off(type: 'videoSizeChange'): void;|@ohos.multimedia.media.d.ts| +|Added|NA|Class name: AVPlayer
Method or attribute name: off(type: 'videoSizeChange'): void;|@ohos.multimedia.media.d.ts| +|Added|NA|Module name: ohos.multimedia.media
Class name: AVPlayer
Method or attribute name: on(type: 'audioInterrupt', callback: (info: audio.InterruptEvent) => void): void;|@ohos.multimedia.media.d.ts| +|Added|NA|Class name: AVPlayer
Method or attribute name: on(type: 'audioInterrupt', callback: (info: audio.InterruptEvent) => void): void;|@ohos.multimedia.media.d.ts| +|Added|NA|Module name: ohos.multimedia.media
Class name: AVPlayer
Method or attribute name: off(type: 'audioInterrupt'): void;|@ohos.multimedia.media.d.ts| +|Added|NA|Class name: AVPlayer
Method or attribute name: off(type: 'audioInterrupt'): void;|@ohos.multimedia.media.d.ts| +|Added|NA|Module name: ohos.multimedia.media
Class name: AVPlayer
Method or attribute name: on(type: 'availableBitrates', callback: (bitrates: Array\) => void): void;|@ohos.multimedia.media.d.ts| +|Added|NA|Class name: AVPlayer
Method or attribute name: on(type: 'availableBitrates', callback: (bitrates: Array\) => void): void;|@ohos.multimedia.media.d.ts| +|Added|NA|Module name: ohos.multimedia.media
Class name: AVPlayer
Method or attribute name: off(type: 'availableBitrates'): void;|@ohos.multimedia.media.d.ts| +|Added|NA|Class name: AVPlayer
Method or attribute name: off(type: 'availableBitrates'): void;|@ohos.multimedia.media.d.ts| +|Added|NA|Module name: ohos.multimedia.media
Class name: AVPlayer
Method or attribute name: on(type: 'error', callback: ErrorCallback): void;|@ohos.multimedia.media.d.ts| +|Added|NA|Class name: AVPlayer
Method or attribute name: on(type: 'error', callback: ErrorCallback): void;|@ohos.multimedia.media.d.ts| +|Added|NA|Module name: ohos.multimedia.media
Class name: AVPlayer
Method or attribute name: off(type: 'error'): void;|@ohos.multimedia.media.d.ts| +|Added|NA|Class name: AVPlayer
Method or attribute name: off(type: 'error'): void;|@ohos.multimedia.media.d.ts| +|Added|NA|Module name: ohos.multimedia.media
Class name: AVFileDescriptor|@ohos.multimedia.media.d.ts| +|Added|NA|Class name: AVFileDescriptor
Method or attribute name: |@ohos.multimedia.media.d.ts| +|Added|NA|Module name: ohos.multimedia.media
Class name: AVFileDescriptor
Method or attribute name: fd: number|@ohos.multimedia.media.d.ts| +|Added|NA|Class name: AVFileDescriptor
Method or attribute name: fd: number|@ohos.multimedia.media.d.ts| +|Added|NA|Module name: ohos.multimedia.media
Class name: AVFileDescriptor
Method or attribute name: offset?: number|@ohos.multimedia.media.d.ts| +|Added|NA|Class name: AVFileDescriptor
Method or attribute name: offset?: number|@ohos.multimedia.media.d.ts| +|Added|NA|Module name: ohos.multimedia.media
Class name: AVFileDescriptor
Method or attribute name: length?: number|@ohos.multimedia.media.d.ts| +|Added|NA|Class name: AVFileDescriptor
Method or attribute name: length?: number|@ohos.multimedia.media.d.ts| +|Added|NA|Class name: AudioPlayer
Method or attribute name: fdSrc: AVFileDescriptor;|@ohos.multimedia.media.d.ts| +|Added|NA|Class name: AudioPlayer
Method or attribute name: audioInterruptMode ?: audio.InterruptMode;|@ohos.multimedia.media.d.ts| +|Added|NA|Class name: AudioPlayer
Method or attribute name: on(type: 'audioInterrupt', callback: (info: audio.InterruptEvent) => void): void;|@ohos.multimedia.media.d.ts| +|Added|NA|Module name: ohos.multimedia.media
Class name: AVRecorder|@ohos.multimedia.media.d.ts| +|Added|NA|Class name: AVRecorder
Method or attribute name: |@ohos.multimedia.media.d.ts| +|Added|NA|Module name: ohos.multimedia.media
Class name: AVRecorder
Method or attribute name: prepare(config: AVRecorderConfig, callback: AsyncCallback\): void;|@ohos.multimedia.media.d.ts| +|Added|NA|Class name: AVRecorder
Method or attribute name: prepare(config: AVRecorderConfig, callback: AsyncCallback\): void;|@ohos.multimedia.media.d.ts| +|Added|NA|Module name: ohos.multimedia.media
Class name: AVRecorder
Method or attribute name: prepare(config: AVRecorderConfig): Promise\;|@ohos.multimedia.media.d.ts| +|Added|NA|Class name: AVRecorder
Method or attribute name: prepare(config: AVRecorderConfig): Promise\;|@ohos.multimedia.media.d.ts| +|Added|NA|Module name: ohos.multimedia.media
Class name: AVRecorder
Method or attribute name: getInputSurface(callback: AsyncCallback\): void;|@ohos.multimedia.media.d.ts| +|Added|NA|Class name: AVRecorder
Method or attribute name: getInputSurface(callback: AsyncCallback\): void;|@ohos.multimedia.media.d.ts| +|Added|NA|Module name: ohos.multimedia.media
Class name: AVRecorder
Method or attribute name: getInputSurface(): Promise\;|@ohos.multimedia.media.d.ts| +|Added|NA|Class name: AVRecorder
Method or attribute name: getInputSurface(): Promise\;|@ohos.multimedia.media.d.ts| +|Added|NA|Module name: ohos.multimedia.media
Class name: AVRecorder
Method or attribute name: start(callback: AsyncCallback\): void;|@ohos.multimedia.media.d.ts| +|Added|NA|Class name: AVRecorder
Method or attribute name: start(callback: AsyncCallback\): void;|@ohos.multimedia.media.d.ts| +|Added|NA|Module name: ohos.multimedia.media
Class name: AVRecorder
Method or attribute name: start(): Promise\;|@ohos.multimedia.media.d.ts| +|Added|NA|Class name: AVRecorder
Method or attribute name: start(): Promise\;|@ohos.multimedia.media.d.ts| +|Added|NA|Module name: ohos.multimedia.media
Class name: AVRecorder
Method or attribute name: pause(callback: AsyncCallback\): void;|@ohos.multimedia.media.d.ts| +|Added|NA|Class name: AVRecorder
Method or attribute name: pause(callback: AsyncCallback\): void;|@ohos.multimedia.media.d.ts| +|Added|NA|Module name: ohos.multimedia.media
Class name: AVRecorder
Method or attribute name: pause(): Promise\;|@ohos.multimedia.media.d.ts| +|Added|NA|Class name: AVRecorder
Method or attribute name: pause(): Promise\;|@ohos.multimedia.media.d.ts| +|Added|NA|Module name: ohos.multimedia.media
Class name: AVRecorder
Method or attribute name: resume(callback: AsyncCallback\): void;|@ohos.multimedia.media.d.ts| +|Added|NA|Class name: AVRecorder
Method or attribute name: resume(callback: AsyncCallback\): void;|@ohos.multimedia.media.d.ts| +|Added|NA|Module name: ohos.multimedia.media
Class name: AVRecorder
Method or attribute name: resume(): Promise\;|@ohos.multimedia.media.d.ts| +|Added|NA|Class name: AVRecorder
Method or attribute name: resume(): Promise\;|@ohos.multimedia.media.d.ts| +|Added|NA|Module name: ohos.multimedia.media
Class name: AVRecorder
Method or attribute name: stop(callback: AsyncCallback\): void;|@ohos.multimedia.media.d.ts| +|Added|NA|Class name: AVRecorder
Method or attribute name: stop(callback: AsyncCallback\): void;|@ohos.multimedia.media.d.ts| +|Added|NA|Module name: ohos.multimedia.media
Class name: AVRecorder
Method or attribute name: stop(): Promise\;|@ohos.multimedia.media.d.ts| +|Added|NA|Class name: AVRecorder
Method or attribute name: stop(): Promise\;|@ohos.multimedia.media.d.ts| +|Added|NA|Module name: ohos.multimedia.media
Class name: AVRecorder
Method or attribute name: reset(callback: AsyncCallback\): void;|@ohos.multimedia.media.d.ts| +|Added|NA|Class name: AVRecorder
Method or attribute name: reset(callback: AsyncCallback\): void;|@ohos.multimedia.media.d.ts| +|Added|NA|Module name: ohos.multimedia.media
Class name: AVRecorder
Method or attribute name: reset(): Promise\;|@ohos.multimedia.media.d.ts| +|Added|NA|Class name: AVRecorder
Method or attribute name: reset(): Promise\;|@ohos.multimedia.media.d.ts| +|Added|NA|Module name: ohos.multimedia.media
Class name: AVRecorder
Method or attribute name: release(callback: AsyncCallback\): void;|@ohos.multimedia.media.d.ts| +|Added|NA|Class name: AVRecorder
Method or attribute name: release(callback: AsyncCallback\): void;|@ohos.multimedia.media.d.ts| +|Added|NA|Module name: ohos.multimedia.media
Class name: AVRecorder
Method or attribute name: release(): Promise\;|@ohos.multimedia.media.d.ts| +|Added|NA|Class name: AVRecorder
Method or attribute name: release(): Promise\;|@ohos.multimedia.media.d.ts| +|Added|NA|Module name: ohos.multimedia.media
Class name: AVRecorder
Method or attribute name: readonly state: AVRecorderState;|@ohos.multimedia.media.d.ts| +|Added|NA|Class name: AVRecorder
Method or attribute name: readonly state: AVRecorderState;|@ohos.multimedia.media.d.ts| +|Added|NA|Module name: ohos.multimedia.media
Class name: AVRecorder
Method or attribute name: on(type: 'stateChange', callback: (state: AVRecorderState, reason: StateChangeReason) => void): void;|@ohos.multimedia.media.d.ts| +|Added|NA|Class name: AVRecorder
Method or attribute name: on(type: 'stateChange', callback: (state: AVRecorderState, reason: StateChangeReason) => void): void;|@ohos.multimedia.media.d.ts| +|Added|NA|Module name: ohos.multimedia.media
Class name: AVRecorder
Method or attribute name: on(type: 'error', callback: ErrorCallback): void;|@ohos.multimedia.media.d.ts| +|Added|NA|Class name: AVRecorder
Method or attribute name: on(type: 'error', callback: ErrorCallback): void;|@ohos.multimedia.media.d.ts| +|Added|NA|Module name: ohos.multimedia.media
Class name: AVRecorder
Method or attribute name: off(type: 'stateChange'): void;|@ohos.multimedia.media.d.ts| +|Added|NA|Class name: AVRecorder
Method or attribute name: off(type: 'stateChange'): void;|@ohos.multimedia.media.d.ts| +|Added|NA|Module name: ohos.multimedia.media
Class name: AVRecorder
Method or attribute name: off(type: 'error'): void;|@ohos.multimedia.media.d.ts| +|Added|NA|Class name: AVRecorder
Method or attribute name: off(type: 'error'): void;|@ohos.multimedia.media.d.ts| +|Added|NA|Module name: ohos.multimedia.media
Class name: VideoRecorder|@ohos.multimedia.media.d.ts| +|Added|NA|Class name: VideoRecorder
Method or attribute name: |@ohos.multimedia.media.d.ts| +|Added|NA|Module name: ohos.multimedia.media
Class name: VideoRecorder
Method or attribute name: prepare(config: VideoRecorderConfig, callback: AsyncCallback\): void;|@ohos.multimedia.media.d.ts| +|Added|NA|Class name: VideoRecorder
Method or attribute name: prepare(config: VideoRecorderConfig, callback: AsyncCallback\): void;|@ohos.multimedia.media.d.ts| +|Added|NA|Module name: ohos.multimedia.media
Class name: VideoRecorder
Method or attribute name: prepare(config: VideoRecorderConfig): Promise\;|@ohos.multimedia.media.d.ts| +|Added|NA|Class name: VideoRecorder
Method or attribute name: prepare(config: VideoRecorderConfig): Promise\;|@ohos.multimedia.media.d.ts| +|Added|NA|Module name: ohos.multimedia.media
Class name: VideoRecorder
Method or attribute name: getInputSurface(callback: AsyncCallback\): void;|@ohos.multimedia.media.d.ts| +|Added|NA|Class name: VideoRecorder
Method or attribute name: getInputSurface(callback: AsyncCallback\): void;|@ohos.multimedia.media.d.ts| +|Added|NA|Module name: ohos.multimedia.media
Class name: VideoRecorder
Method or attribute name: getInputSurface(): Promise\;|@ohos.multimedia.media.d.ts| +|Added|NA|Class name: VideoRecorder
Method or attribute name: getInputSurface(): Promise\;|@ohos.multimedia.media.d.ts| +|Added|NA|Module name: ohos.multimedia.media
Class name: VideoRecorder
Method or attribute name: start(callback: AsyncCallback\): void;|@ohos.multimedia.media.d.ts| +|Added|NA|Class name: VideoRecorder
Method or attribute name: start(callback: AsyncCallback\): void;|@ohos.multimedia.media.d.ts| +|Added|NA|Module name: ohos.multimedia.media
Class name: VideoRecorder
Method or attribute name: start(): Promise\;|@ohos.multimedia.media.d.ts| +|Added|NA|Class name: VideoRecorder
Method or attribute name: start(): Promise\;|@ohos.multimedia.media.d.ts| +|Added|NA|Module name: ohos.multimedia.media
Class name: VideoRecorder
Method or attribute name: pause(callback: AsyncCallback\): void;|@ohos.multimedia.media.d.ts| +|Added|NA|Class name: VideoRecorder
Method or attribute name: pause(callback: AsyncCallback\): void;|@ohos.multimedia.media.d.ts| +|Added|NA|Module name: ohos.multimedia.media
Class name: VideoRecorder
Method or attribute name: pause(): Promise\;|@ohos.multimedia.media.d.ts| +|Added|NA|Class name: VideoRecorder
Method or attribute name: pause(): Promise\;|@ohos.multimedia.media.d.ts| +|Added|NA|Module name: ohos.multimedia.media
Class name: VideoRecorder
Method or attribute name: resume(callback: AsyncCallback\): void;|@ohos.multimedia.media.d.ts| +|Added|NA|Class name: VideoRecorder
Method or attribute name: resume(callback: AsyncCallback\): void;|@ohos.multimedia.media.d.ts| +|Added|NA|Module name: ohos.multimedia.media
Class name: VideoRecorder
Method or attribute name: resume(): Promise\;|@ohos.multimedia.media.d.ts| +|Added|NA|Class name: VideoRecorder
Method or attribute name: resume(): Promise\;|@ohos.multimedia.media.d.ts| +|Added|NA|Module name: ohos.multimedia.media
Class name: VideoRecorder
Method or attribute name: stop(callback: AsyncCallback\): void;|@ohos.multimedia.media.d.ts| +|Added|NA|Class name: VideoRecorder
Method or attribute name: stop(callback: AsyncCallback\): void;|@ohos.multimedia.media.d.ts| +|Added|NA|Module name: ohos.multimedia.media
Class name: VideoRecorder
Method or attribute name: stop(): Promise\;|@ohos.multimedia.media.d.ts| +|Added|NA|Class name: VideoRecorder
Method or attribute name: stop(): Promise\;|@ohos.multimedia.media.d.ts| +|Added|NA|Module name: ohos.multimedia.media
Class name: VideoRecorder
Method or attribute name: release(callback: AsyncCallback\): void;|@ohos.multimedia.media.d.ts| +|Added|NA|Class name: VideoRecorder
Method or attribute name: release(callback: AsyncCallback\): void;|@ohos.multimedia.media.d.ts| +|Added|NA|Module name: ohos.multimedia.media
Class name: VideoRecorder
Method or attribute name: release(): Promise\;|@ohos.multimedia.media.d.ts| +|Added|NA|Class name: VideoRecorder
Method or attribute name: release(): Promise\;|@ohos.multimedia.media.d.ts| +|Added|NA|Module name: ohos.multimedia.media
Class name: VideoRecorder
Method or attribute name: reset(callback: AsyncCallback\): void;|@ohos.multimedia.media.d.ts| +|Added|NA|Class name: VideoRecorder
Method or attribute name: reset(callback: AsyncCallback\): void;|@ohos.multimedia.media.d.ts| +|Added|NA|Module name: ohos.multimedia.media
Class name: VideoRecorder
Method or attribute name: reset(): Promise\;|@ohos.multimedia.media.d.ts| +|Added|NA|Class name: VideoRecorder
Method or attribute name: reset(): Promise\;|@ohos.multimedia.media.d.ts| +|Added|NA|Module name: ohos.multimedia.media
Class name: VideoRecorder
Method or attribute name: on(type: 'error', callback: ErrorCallback): void;|@ohos.multimedia.media.d.ts| +|Added|NA|Class name: VideoRecorder
Method or attribute name: on(type: 'error', callback: ErrorCallback): void;|@ohos.multimedia.media.d.ts| +|Added|NA|Module name: ohos.multimedia.media
Class name: VideoRecorder
Method or attribute name: readonly state: VideoRecordState;|@ohos.multimedia.media.d.ts| +|Added|NA|Class name: VideoRecorder
Method or attribute name: readonly state: VideoRecordState;|@ohos.multimedia.media.d.ts| +|Added|NA|Class name: VideoPlayer
Method or attribute name: fdSrc: AVFileDescriptor;|@ohos.multimedia.media.d.ts| +|Added|NA|Class name: VideoPlayer
Method or attribute name: audioInterruptMode ?: audio.InterruptMode;|@ohos.multimedia.media.d.ts| +|Added|NA|Class name: VideoPlayer
Method or attribute name: videoScaleType ?: VideoScaleType;|@ohos.multimedia.media.d.ts| +|Added|NA|Class name: VideoPlayer
Method or attribute name: on(type: 'audioInterrupt', callback: (info: audio.InterruptEvent) => void): void;|@ohos.multimedia.media.d.ts| +|Added|NA|Module name: ohos.multimedia.media
Class name: VideoScaleType|@ohos.multimedia.media.d.ts| +|Added|NA|Class name: VideoScaleType
Method or attribute name: |@ohos.multimedia.media.d.ts| +|Added|NA|Module name: ohos.multimedia.media
Class name: VideoScaleType
Method or attribute name: VIDEO_SCALE_TYPE_FIT = 0|@ohos.multimedia.media.d.ts| +|Added|NA|Class name: VideoScaleType
Method or attribute name: VIDEO_SCALE_TYPE_FIT = 0|@ohos.multimedia.media.d.ts| +|Added|NA|Module name: ohos.multimedia.media
Class name: VideoScaleType
Method or attribute name: VIDEO_SCALE_TYPE_FIT_CROP = 1|@ohos.multimedia.media.d.ts| +|Added|NA|Class name: VideoScaleType
Method or attribute name: VIDEO_SCALE_TYPE_FIT_CROP = 1|@ohos.multimedia.media.d.ts| +|Added|NA|Module name: ohos.multimedia.media
Class name: VideoRecorderProfile|@ohos.multimedia.media.d.ts| +|Added|NA|Class name: VideoRecorderProfile
Method or attribute name: |@ohos.multimedia.media.d.ts| +|Added|NA|Module name: ohos.multimedia.media
Class name: VideoRecorderProfile
Method or attribute name: readonly audioBitrate: number;|@ohos.multimedia.media.d.ts| +|Added|NA|Class name: VideoRecorderProfile
Method or attribute name: readonly audioBitrate: number;|@ohos.multimedia.media.d.ts| +|Added|NA|Module name: ohos.multimedia.media
Class name: VideoRecorderProfile
Method or attribute name: readonly audioChannels: number;|@ohos.multimedia.media.d.ts| +|Added|NA|Class name: VideoRecorderProfile
Method or attribute name: readonly audioChannels: number;|@ohos.multimedia.media.d.ts| +|Added|NA|Module name: ohos.multimedia.media
Class name: VideoRecorderProfile
Method or attribute name: readonly audioCodec: CodecMimeType;|@ohos.multimedia.media.d.ts| +|Added|NA|Class name: VideoRecorderProfile
Method or attribute name: readonly audioCodec: CodecMimeType;|@ohos.multimedia.media.d.ts| +|Added|NA|Module name: ohos.multimedia.media
Class name: VideoRecorderProfile
Method or attribute name: readonly audioSampleRate: number;|@ohos.multimedia.media.d.ts| +|Added|NA|Class name: VideoRecorderProfile
Method or attribute name: readonly audioSampleRate: number;|@ohos.multimedia.media.d.ts| +|Added|NA|Module name: ohos.multimedia.media
Class name: VideoRecorderProfile
Method or attribute name: readonly fileFormat: ContainerFormatType;|@ohos.multimedia.media.d.ts| +|Added|NA|Class name: VideoRecorderProfile
Method or attribute name: readonly fileFormat: ContainerFormatType;|@ohos.multimedia.media.d.ts| +|Added|NA|Module name: ohos.multimedia.media
Class name: VideoRecorderProfile
Method or attribute name: readonly videoBitrate: number;|@ohos.multimedia.media.d.ts| +|Added|NA|Class name: VideoRecorderProfile
Method or attribute name: readonly videoBitrate: number;|@ohos.multimedia.media.d.ts| +|Added|NA|Module name: ohos.multimedia.media
Class name: VideoRecorderProfile
Method or attribute name: readonly videoCodec: CodecMimeType;|@ohos.multimedia.media.d.ts| +|Added|NA|Class name: VideoRecorderProfile
Method or attribute name: readonly videoCodec: CodecMimeType;|@ohos.multimedia.media.d.ts| +|Added|NA|Module name: ohos.multimedia.media
Class name: VideoRecorderProfile
Method or attribute name: readonly videoFrameWidth: number;|@ohos.multimedia.media.d.ts| +|Added|NA|Class name: VideoRecorderProfile
Method or attribute name: readonly videoFrameWidth: number;|@ohos.multimedia.media.d.ts| +|Added|NA|Module name: ohos.multimedia.media
Class name: VideoRecorderProfile
Method or attribute name: readonly videoFrameHeight: number;|@ohos.multimedia.media.d.ts| +|Added|NA|Class name: VideoRecorderProfile
Method or attribute name: readonly videoFrameHeight: number;|@ohos.multimedia.media.d.ts| +|Added|NA|Module name: ohos.multimedia.media
Class name: VideoRecorderProfile
Method or attribute name: readonly videoFrameRate: number;|@ohos.multimedia.media.d.ts| +|Added|NA|Class name: VideoRecorderProfile
Method or attribute name: readonly videoFrameRate: number;|@ohos.multimedia.media.d.ts| +|Added|NA|Module name: ohos.multimedia.media
Class name: AudioSourceType|@ohos.multimedia.media.d.ts| +|Added|NA|Class name: AudioSourceType
Method or attribute name: |@ohos.multimedia.media.d.ts| +|Added|NA|Module name: ohos.multimedia.media
Class name: AudioSourceType
Method or attribute name: AUDIO_SOURCE_TYPE_DEFAULT = 0|@ohos.multimedia.media.d.ts| +|Added|NA|Class name: AudioSourceType
Method or attribute name: AUDIO_SOURCE_TYPE_DEFAULT = 0|@ohos.multimedia.media.d.ts| +|Added|NA|Module name: ohos.multimedia.media
Class name: AudioSourceType
Method or attribute name: AUDIO_SOURCE_TYPE_MIC = 1|@ohos.multimedia.media.d.ts| +|Added|NA|Class name: AudioSourceType
Method or attribute name: AUDIO_SOURCE_TYPE_MIC = 1|@ohos.multimedia.media.d.ts| +|Added|NA|Module name: ohos.multimedia.media
Class name: VideoSourceType|@ohos.multimedia.media.d.ts| +|Added|NA|Class name: VideoSourceType
Method or attribute name: |@ohos.multimedia.media.d.ts| +|Added|NA|Module name: ohos.multimedia.media
Class name: VideoSourceType
Method or attribute name: VIDEO_SOURCE_TYPE_SURFACE_YUV = 0|@ohos.multimedia.media.d.ts| +|Added|NA|Class name: VideoSourceType
Method or attribute name: VIDEO_SOURCE_TYPE_SURFACE_YUV = 0|@ohos.multimedia.media.d.ts| +|Added|NA|Module name: ohos.multimedia.media
Class name: VideoSourceType
Method or attribute name: VIDEO_SOURCE_TYPE_SURFACE_ES = 1|@ohos.multimedia.media.d.ts| +|Added|NA|Class name: VideoSourceType
Method or attribute name: VIDEO_SOURCE_TYPE_SURFACE_ES = 1|@ohos.multimedia.media.d.ts| +|Added|NA|Module name: ohos.multimedia.media
Class name: VideoRecorderConfig|@ohos.multimedia.media.d.ts| +|Added|NA|Class name: VideoRecorderConfig
Method or attribute name: |@ohos.multimedia.media.d.ts| +|Added|NA|Module name: ohos.multimedia.media
Class name: VideoRecorderConfig
Method or attribute name: audioSourceType?: AudioSourceType;|@ohos.multimedia.media.d.ts| +|Added|NA|Class name: VideoRecorderConfig
Method or attribute name: audioSourceType?: AudioSourceType;|@ohos.multimedia.media.d.ts| +|Added|NA|Module name: ohos.multimedia.media
Class name: VideoRecorderConfig
Method or attribute name: videoSourceType: VideoSourceType;|@ohos.multimedia.media.d.ts| +|Added|NA|Class name: VideoRecorderConfig
Method or attribute name: videoSourceType: VideoSourceType;|@ohos.multimedia.media.d.ts| +|Added|NA|Module name: ohos.multimedia.media
Class name: VideoRecorderConfig
Method or attribute name: profile: VideoRecorderProfile;|@ohos.multimedia.media.d.ts| +|Added|NA|Class name: VideoRecorderConfig
Method or attribute name: profile: VideoRecorderProfile;|@ohos.multimedia.media.d.ts| +|Added|NA|Module name: ohos.multimedia.media
Class name: VideoRecorderConfig
Method or attribute name: url: string;|@ohos.multimedia.media.d.ts| +|Added|NA|Class name: VideoRecorderConfig
Method or attribute name: url: string;|@ohos.multimedia.media.d.ts| +|Added|NA|Module name: ohos.multimedia.media
Class name: VideoRecorderConfig
Method or attribute name: rotation?: number;|@ohos.multimedia.media.d.ts| +|Added|NA|Class name: VideoRecorderConfig
Method or attribute name: rotation?: number;|@ohos.multimedia.media.d.ts| +|Added|NA|Module name: ohos.multimedia.media
Class name: VideoRecorderConfig
Method or attribute name: location?: Location;|@ohos.multimedia.media.d.ts| +|Added|NA|Class name: VideoRecorderConfig
Method or attribute name: location?: Location;|@ohos.multimedia.media.d.ts| +|Added|NA|Module name: ohos.multimedia.media
Class name: AVRecorderProfile|@ohos.multimedia.media.d.ts| +|Added|NA|Class name: AVRecorderProfile
Method or attribute name: |@ohos.multimedia.media.d.ts| +|Added|NA|Module name: ohos.multimedia.media
Class name: AVRecorderProfile
Method or attribute name: audioBitrate?: number;|@ohos.multimedia.media.d.ts| +|Added|NA|Class name: AVRecorderProfile
Method or attribute name: audioBitrate?: number;|@ohos.multimedia.media.d.ts| +|Added|NA|Module name: ohos.multimedia.media
Class name: AVRecorderProfile
Method or attribute name: audioChannels?: number;|@ohos.multimedia.media.d.ts| +|Added|NA|Class name: AVRecorderProfile
Method or attribute name: audioChannels?: number;|@ohos.multimedia.media.d.ts| +|Added|NA|Module name: ohos.multimedia.media
Class name: AVRecorderProfile
Method or attribute name: audioCodec?: CodecMimeType;|@ohos.multimedia.media.d.ts| +|Added|NA|Class name: AVRecorderProfile
Method or attribute name: audioCodec?: CodecMimeType;|@ohos.multimedia.media.d.ts| +|Added|NA|Module name: ohos.multimedia.media
Class name: AVRecorderProfile
Method or attribute name: audioSampleRate?: number;|@ohos.multimedia.media.d.ts| +|Added|NA|Class name: AVRecorderProfile
Method or attribute name: audioSampleRate?: number;|@ohos.multimedia.media.d.ts| +|Added|NA|Module name: ohos.multimedia.media
Class name: AVRecorderProfile
Method or attribute name: fileFormat: ContainerFormatType;|@ohos.multimedia.media.d.ts| +|Added|NA|Class name: AVRecorderProfile
Method or attribute name: fileFormat: ContainerFormatType;|@ohos.multimedia.media.d.ts| +|Added|NA|Module name: ohos.multimedia.media
Class name: AVRecorderProfile
Method or attribute name: videoBitrate?: number;|@ohos.multimedia.media.d.ts| +|Added|NA|Class name: AVRecorderProfile
Method or attribute name: videoBitrate?: number;|@ohos.multimedia.media.d.ts| +|Added|NA|Module name: ohos.multimedia.media
Class name: AVRecorderProfile
Method or attribute name: videoCodec?: CodecMimeType;|@ohos.multimedia.media.d.ts| +|Added|NA|Class name: AVRecorderProfile
Method or attribute name: videoCodec?: CodecMimeType;|@ohos.multimedia.media.d.ts| +|Added|NA|Module name: ohos.multimedia.media
Class name: AVRecorderProfile
Method or attribute name: videoFrameWidth?: number;|@ohos.multimedia.media.d.ts| +|Added|NA|Class name: AVRecorderProfile
Method or attribute name: videoFrameWidth?: number;|@ohos.multimedia.media.d.ts| +|Added|NA|Module name: ohos.multimedia.media
Class name: AVRecorderProfile
Method or attribute name: videoFrameHeight?: number;|@ohos.multimedia.media.d.ts| +|Added|NA|Class name: AVRecorderProfile
Method or attribute name: videoFrameHeight?: number;|@ohos.multimedia.media.d.ts| +|Added|NA|Module name: ohos.multimedia.media
Class name: AVRecorderProfile
Method or attribute name: videoFrameRate?: number;|@ohos.multimedia.media.d.ts| +|Added|NA|Class name: AVRecorderProfile
Method or attribute name: videoFrameRate?: number;|@ohos.multimedia.media.d.ts| +|Added|NA|Module name: ohos.multimedia.media
Class name: AVRecorderConfig|@ohos.multimedia.media.d.ts| +|Added|NA|Class name: AVRecorderConfig
Method or attribute name: |@ohos.multimedia.media.d.ts| +|Added|NA|Module name: ohos.multimedia.media
Class name: AVRecorderConfig
Method or attribute name: audioSourceType?: AudioSourceType;|@ohos.multimedia.media.d.ts| +|Added|NA|Class name: AVRecorderConfig
Method or attribute name: audioSourceType?: AudioSourceType;|@ohos.multimedia.media.d.ts| +|Added|NA|Module name: ohos.multimedia.media
Class name: AVRecorderConfig
Method or attribute name: videoSourceType?: VideoSourceType;|@ohos.multimedia.media.d.ts| +|Added|NA|Class name: AVRecorderConfig
Method or attribute name: videoSourceType?: VideoSourceType;|@ohos.multimedia.media.d.ts| +|Added|NA|Module name: ohos.multimedia.media
Class name: AVRecorderConfig
Method or attribute name: profile: AVRecorderProfile;|@ohos.multimedia.media.d.ts| +|Added|NA|Class name: AVRecorderConfig
Method or attribute name: profile: AVRecorderProfile;|@ohos.multimedia.media.d.ts| +|Added|NA|Module name: ohos.multimedia.media
Class name: AVRecorderConfig
Method or attribute name: url: string;|@ohos.multimedia.media.d.ts| +|Added|NA|Class name: AVRecorderConfig
Method or attribute name: url: string;|@ohos.multimedia.media.d.ts| +|Added|NA|Module name: ohos.multimedia.media
Class name: AVRecorderConfig
Method or attribute name: rotation?: number;|@ohos.multimedia.media.d.ts| +|Added|NA|Class name: AVRecorderConfig
Method or attribute name: rotation?: number;|@ohos.multimedia.media.d.ts| +|Added|NA|Module name: ohos.multimedia.media
Class name: AVRecorderConfig
Method or attribute name: location?: Location;|@ohos.multimedia.media.d.ts| +|Added|NA|Class name: AVRecorderConfig
Method or attribute name: location?: Location;|@ohos.multimedia.media.d.ts| +|Access level changed|Class name: VolumeEvent
Access level: system API|Class name: VolumeEvent
Access level: public API|@ohos.multimedia.audio.d.ts| +|Deprecated version changed|Class name: ActiveDeviceType
Deprecated version: N/A|Class name: ActiveDeviceType
Deprecated version: 9
Substitute API: ohos.multimedia.audio.CommunicationDeviceType |@ohos.multimedia.audio.d.ts| +|Deprecated version changed|Class name: ActiveDeviceType
Method or attribute name: SPEAKER = 2
Deprecated version: N/A|Class name: ActiveDeviceType
Method or attribute name: SPEAKER = 2
Deprecated version: 9
Substitute API: ohos.multimedia.audio.CommunicationDeviceType.SPEAKER |@ohos.multimedia.audio.d.ts| +|Deprecated version changed|Class name: ActiveDeviceType
Method or attribute name: BLUETOOTH_SCO = 7
Deprecated version: N/A|Class name: ActiveDeviceType
Method or attribute name: BLUETOOTH_SCO = 7
Deprecated version: 9
Substitute API: N/A|@ohos.multimedia.audio.d.ts| +|Deprecated version changed|Class name: InterruptActionType
Deprecated version: N/A|Class name: InterruptActionType
Deprecated version: 9
Substitute API: N/A|@ohos.multimedia.audio.d.ts| +|Deprecated version changed|Class name: InterruptActionType
Method or attribute name: TYPE_ACTIVATED = 0
Deprecated version: N/A|Class name: InterruptActionType
Method or attribute name: TYPE_ACTIVATED = 0
Deprecated version: 9
Substitute API: N/A|@ohos.multimedia.audio.d.ts| +|Deprecated version changed|Class name: InterruptActionType
Method or attribute name: TYPE_INTERRUPT = 1
Deprecated version: N/A|Class name: InterruptActionType
Method or attribute name: TYPE_INTERRUPT = 1
Deprecated version: 9
Substitute API: N/A|@ohos.multimedia.audio.d.ts| +|Deprecated version changed|Class name: AudioManager
Method or attribute name: setVolume(volumeType: AudioVolumeType, volume: number, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: AudioManager
Method or attribute name: setVolume(volumeType: AudioVolumeType, volume: number, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.multimedia.audio.AudioVolumeGroupManager|@ohos.multimedia.audio.d.ts| +|Deprecated version changed|Class name: AudioManager
Method or attribute name: setVolume(volumeType: AudioVolumeType, volume: number): Promise\;
Deprecated version: N/A|Class name: AudioManager
Method or attribute name: setVolume(volumeType: AudioVolumeType, volume: number): Promise\;
Deprecated version: 9
Substitute API: ohos.multimedia.audio.AudioVolumeGroupManager|@ohos.multimedia.audio.d.ts| +|Deprecated version changed|Class name: AudioManager
Method or attribute name: getVolume(volumeType: AudioVolumeType, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: AudioManager
Method or attribute name: getVolume(volumeType: AudioVolumeType, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.multimedia.audio.AudioVolumeGroupManager|@ohos.multimedia.audio.d.ts| +|Deprecated version changed|Class name: AudioManager
Method or attribute name: getVolume(volumeType: AudioVolumeType): Promise\;
Deprecated version: N/A|Class name: AudioManager
Method or attribute name: getVolume(volumeType: AudioVolumeType): Promise\;
Deprecated version: 9
Substitute API: ohos.multimedia.audio.AudioVolumeGroupManager|@ohos.multimedia.audio.d.ts| +|Deprecated version changed|Class name: AudioManager
Method or attribute name: getMinVolume(volumeType: AudioVolumeType, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: AudioManager
Method or attribute name: getMinVolume(volumeType: AudioVolumeType, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.multimedia.audio.AudioVolumeGroupManager|@ohos.multimedia.audio.d.ts| +|Deprecated version changed|Class name: AudioManager
Method or attribute name: getMinVolume(volumeType: AudioVolumeType): Promise\;
Deprecated version: N/A|Class name: AudioManager
Method or attribute name: getMinVolume(volumeType: AudioVolumeType): Promise\;
Deprecated version: 9
Substitute API: ohos.multimedia.audio.AudioVolumeGroupManager|@ohos.multimedia.audio.d.ts| +|Deprecated version changed|Class name: AudioManager
Method or attribute name: getMaxVolume(volumeType: AudioVolumeType, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: AudioManager
Method or attribute name: getMaxVolume(volumeType: AudioVolumeType, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.multimedia.audio.AudioVolumeGroupManager|@ohos.multimedia.audio.d.ts| +|Deprecated version changed|Class name: AudioManager
Method or attribute name: getMaxVolume(volumeType: AudioVolumeType): Promise\;
Deprecated version: N/A|Class name: AudioManager
Method or attribute name: getMaxVolume(volumeType: AudioVolumeType): Promise\;
Deprecated version: 9
Substitute API: ohos.multimedia.audio.AudioVolumeGroupManager|@ohos.multimedia.audio.d.ts| +|Deprecated version changed|Class name: AudioManager
Method or attribute name: getDevices(deviceFlag: DeviceFlag, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: AudioManager
Method or attribute name: getDevices(deviceFlag: DeviceFlag, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.multimedia.audio.AudioRoutingManager|@ohos.multimedia.audio.d.ts| +|Deprecated version changed|Class name: AudioManager
Method or attribute name: getDevices(deviceFlag: DeviceFlag): Promise\;
Deprecated version: N/A|Class name: AudioManager
Method or attribute name: getDevices(deviceFlag: DeviceFlag): Promise\;
Deprecated version: 9
Substitute API: ohos.multimedia.audio.AudioRoutingManager|@ohos.multimedia.audio.d.ts| +|Deprecated version changed|Class name: AudioManager
Method or attribute name: mute(volumeType: AudioVolumeType, mute: boolean, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: AudioManager
Method or attribute name: mute(volumeType: AudioVolumeType, mute: boolean, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.multimedia.audio.AudioVolumeGroupManager|@ohos.multimedia.audio.d.ts| +|Deprecated version changed|Class name: AudioManager
Method or attribute name: mute(volumeType: AudioVolumeType, mute: boolean): Promise\;
Deprecated version: N/A|Class name: AudioManager
Method or attribute name: mute(volumeType: AudioVolumeType, mute: boolean): Promise\;
Deprecated version: 9
Substitute API: ohos.multimedia.audio.AudioVolumeGroupManager|@ohos.multimedia.audio.d.ts| +|Deprecated version changed|Class name: AudioManager
Method or attribute name: isMute(volumeType: AudioVolumeType, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: AudioManager
Method or attribute name: isMute(volumeType: AudioVolumeType, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.multimedia.audio.AudioVolumeGroupManager|@ohos.multimedia.audio.d.ts| +|Deprecated version changed|Class name: AudioManager
Method or attribute name: isMute(volumeType: AudioVolumeType): Promise\;
Deprecated version: N/A|Class name: AudioManager
Method or attribute name: isMute(volumeType: AudioVolumeType): Promise\;
Deprecated version: 9
Substitute API: ohos.multimedia.audio.AudioVolumeGroupManager|@ohos.multimedia.audio.d.ts| +|Deprecated version changed|Class name: AudioManager
Method or attribute name: isActive(volumeType: AudioVolumeType, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: AudioManager
Method or attribute name: isActive(volumeType: AudioVolumeType, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.multimedia.audio.AudioStreamManager|@ohos.multimedia.audio.d.ts| +|Deprecated version changed|Class name: AudioManager
Method or attribute name: isActive(volumeType: AudioVolumeType): Promise\;
Deprecated version: N/A|Class name: AudioManager
Method or attribute name: isActive(volumeType: AudioVolumeType): Promise\;
Deprecated version: 9
Substitute API: ohos.multimedia.audio.AudioStreamManager|@ohos.multimedia.audio.d.ts| +|Deprecated version changed|Class name: AudioManager
Method or attribute name: setMicrophoneMute(mute: boolean, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: AudioManager
Method or attribute name: setMicrophoneMute(mute: boolean, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.multimedia.audio.AudioVolumeGroupManager|@ohos.multimedia.audio.d.ts| +|Deprecated version changed|Class name: AudioManager
Method or attribute name: setMicrophoneMute(mute: boolean): Promise\;
Deprecated version: N/A|Class name: AudioManager
Method or attribute name: setMicrophoneMute(mute: boolean): Promise\;
Deprecated version: 9
Substitute API: ohos.multimedia.audio.AudioVolumeGroupManager|@ohos.multimedia.audio.d.ts| +|Deprecated version changed|Class name: AudioManager
Method or attribute name: isMicrophoneMute(callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: AudioManager
Method or attribute name: isMicrophoneMute(callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.multimedia.audio.AudioVolumeGroupManager|@ohos.multimedia.audio.d.ts| +|Deprecated version changed|Class name: AudioManager
Method or attribute name: isMicrophoneMute(): Promise\;
Deprecated version: N/A|Class name: AudioManager
Method or attribute name: isMicrophoneMute(): Promise\;
Deprecated version: 9
Substitute API: ohos.multimedia.audio.AudioVolumeGroupManager|@ohos.multimedia.audio.d.ts| +|Deprecated version changed|Class name: AudioManager
Method or attribute name: setRingerMode(mode: AudioRingMode, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: AudioManager
Method or attribute name: setRingerMode(mode: AudioRingMode, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.multimedia.audio.AudioVolumeGroupManager|@ohos.multimedia.audio.d.ts| +|Deprecated version changed|Class name: AudioManager
Method or attribute name: setRingerMode(mode: AudioRingMode): Promise\;
Deprecated version: N/A|Class name: AudioManager
Method or attribute name: setRingerMode(mode: AudioRingMode): Promise\;
Deprecated version: 9
Substitute API: ohos.multimedia.audio.AudioVolumeGroupManager|@ohos.multimedia.audio.d.ts| +|Deprecated version changed|Class name: AudioManager
Method or attribute name: getRingerMode(callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: AudioManager
Method or attribute name: getRingerMode(callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.multimedia.audio.AudioVolumeGroupManager|@ohos.multimedia.audio.d.ts| +|Deprecated version changed|Class name: AudioManager
Method or attribute name: getRingerMode(): Promise\;
Deprecated version: N/A|Class name: AudioManager
Method or attribute name: getRingerMode(): Promise\;
Deprecated version: 9
Substitute API: ohos.multimedia.audio.AudioVolumeGroupManager|@ohos.multimedia.audio.d.ts| +|Deprecated version changed|Class name: AudioManager
Method or attribute name: setDeviceActive(deviceType: ActiveDeviceType, active: boolean, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: AudioManager
Method or attribute name: setDeviceActive(deviceType: ActiveDeviceType, active: boolean, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.multimedia.audio.AudioRoutingManager|@ohos.multimedia.audio.d.ts| +|Deprecated version changed|Class name: AudioManager
Method or attribute name: setDeviceActive(deviceType: ActiveDeviceType, active: boolean): Promise\;
Deprecated version: N/A|Class name: AudioManager
Method or attribute name: setDeviceActive(deviceType: ActiveDeviceType, active: boolean): Promise\;
Deprecated version: 9
Substitute API: ohos.multimedia.audio.AudioRoutingManager|@ohos.multimedia.audio.d.ts| +|Deprecated version changed|Class name: AudioManager
Method or attribute name: isDeviceActive(deviceType: ActiveDeviceType, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: AudioManager
Method or attribute name: isDeviceActive(deviceType: ActiveDeviceType, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.multimedia.audio.AudioRoutingManager|@ohos.multimedia.audio.d.ts| +|Deprecated version changed|Class name: AudioManager
Method or attribute name: isDeviceActive(deviceType: ActiveDeviceType): Promise\;
Deprecated version: N/A|Class name: AudioManager
Method or attribute name: isDeviceActive(deviceType: ActiveDeviceType): Promise\;
Deprecated version: 9
Substitute API: ohos.multimedia.audio.AudioRoutingManager|@ohos.multimedia.audio.d.ts| +|Deprecated version changed|Class name: AudioManager
Method or attribute name: on(type: 'ringerModeChange', callback: Callback\): void;
Deprecated version: N/A|Class name: AudioManager
Method or attribute name: on(type: 'ringerModeChange', callback: Callback\): void;
Deprecated version: 9
Substitute API: ohos.multimedia.audio.AudioVolumeGroupManager|@ohos.multimedia.audio.d.ts| +|Deprecated version changed|Class name: AudioManager
Method or attribute name: on(type: 'deviceChange', callback: Callback\): void;
Deprecated version: N/A|Class name: AudioManager
Method or attribute name: on(type: 'deviceChange', callback: Callback\): void;
Deprecated version: 9
Substitute API: ohos.multimedia.audio.AudioRoutingManager|@ohos.multimedia.audio.d.ts| +|Deprecated version changed|Class name: AudioManager
Method or attribute name: off(type: 'deviceChange', callback?: Callback\): void;
Deprecated version: N/A|Class name: AudioManager
Method or attribute name: off(type: 'deviceChange', callback?: Callback\): void;
Deprecated version: 9
Substitute API: ohos.multimedia.audio.AudioRoutingManager|@ohos.multimedia.audio.d.ts| +|Deprecated version changed|Class name: InterruptAction
Deprecated version: N/A|Class name: InterruptAction
Deprecated version: 9
Substitute API: ohos.multimedia.audio.InterruptEvent |@ohos.multimedia.audio.d.ts| +|Deprecated version changed|Class name: InterruptAction
Method or attribute name: actionType: InterruptActionType;
Deprecated version: N/A|Class name: InterruptAction
Method or attribute name: actionType: InterruptActionType;
Deprecated version: 9
Substitute API: N/A|@ohos.multimedia.audio.d.ts| +|Deprecated version changed|Class name: InterruptAction
Method or attribute name: type?: InterruptType;
Deprecated version: N/A|Class name: InterruptAction
Method or attribute name: type?: InterruptType;
Deprecated version: 9
Substitute API: N/A|@ohos.multimedia.audio.d.ts| +|Deprecated version changed|Class name: InterruptAction
Method or attribute name: hint?: InterruptHint;
Deprecated version: N/A|Class name: InterruptAction
Method or attribute name: hint?: InterruptHint;
Deprecated version: 9
Substitute API: N/A|@ohos.multimedia.audio.d.ts| +|Deprecated version changed|Class name: InterruptAction
Method or attribute name: activated?: boolean;
Deprecated version: N/A|Class name: InterruptAction
Method or attribute name: activated?: boolean;
Deprecated version: 9
Substitute API: N/A|@ohos.multimedia.audio.d.ts| +|Deprecated version changed|Class name: AudioInterrupt
Deprecated version: N/A|Class name: AudioInterrupt
Deprecated version: 9
Substitute API: N/A|@ohos.multimedia.audio.d.ts| +|Deprecated version changed|Class name: AudioInterrupt
Method or attribute name: streamUsage: StreamUsage;
Deprecated version: N/A|Class name: AudioInterrupt
Method or attribute name: streamUsage: StreamUsage;
Deprecated version: 9
Substitute API: N/A|@ohos.multimedia.audio.d.ts| +|Deprecated version changed|Class name: AudioInterrupt
Method or attribute name: contentType: ContentType;
Deprecated version: N/A|Class name: AudioInterrupt
Method or attribute name: contentType: ContentType;
Deprecated version: 9
Substitute API: N/A|@ohos.multimedia.audio.d.ts| +|Deprecated version changed|Class name: AudioInterrupt
Method or attribute name: pauseWhenDucked: boolean;
Deprecated version: N/A|Class name: AudioInterrupt
Method or attribute name: pauseWhenDucked: boolean;
Deprecated version: 9
Substitute API: N/A|@ohos.multimedia.audio.d.ts| +|Deprecated version changed|Class name: AudioState
Method or attribute name: type AudioState = 'idle' \| 'playing' \| 'paused' \| 'stopped' \| 'error';
Deprecated version: N/A|Class name: AudioState
Method or attribute name: type AudioState = 'idle' \| 'playing' \| 'paused' \| 'stopped' \| 'error';
Deprecated version: 9
Substitute API: ohos.multimedia.media/media.AVPlayerState |@ohos.multimedia.media.d.ts| +|Deprecated version changed|Class name: AudioState
Method or attribute name: type AudioState = 'idle' \| 'playing' \| 'paused' \| 'stopped' \| 'error';
Deprecated version: N/A|Class name: AudioState
Method or attribute name: type AudioState = 'idle' \| 'playing' \| 'paused' \| 'stopped' \| 'error';
Deprecated version: 9
Substitute API: ohos.multimedia.media/media.AVPlayerState |@ohos.multimedia.media.d.ts| +|Deprecated version changed|Class name: AudioState
Method or attribute name: type AudioState = 'idle' \| 'playing' \| 'paused' \| 'stopped' \| 'error';
Deprecated version: N/A|Class name: AudioState
Method or attribute name: type AudioState = 'idle' \| 'playing' \| 'paused' \| 'stopped' \| 'error';
Deprecated version: 9
Substitute API: ohos.multimedia.media/media.AVPlayerState |@ohos.multimedia.media.d.ts| +|Deprecated version changed|Class name: AudioState
Method or attribute name: type AudioState = 'idle' \| 'playing' \| 'paused' \| 'stopped' \| 'error';
Deprecated version: N/A|Class name: AudioState
Method or attribute name: type AudioState = 'idle' \| 'playing' \| 'paused' \| 'stopped' \| 'error';
Deprecated version: 9
Substitute API: ohos.multimedia.media/media.AVPlayerState |@ohos.multimedia.media.d.ts| +|Deprecated version changed|Class name: AudioState
Method or attribute name: type AudioState = 'idle' \| 'playing' \| 'paused' \| 'stopped' \| 'error';
Deprecated version: N/A|Class name: AudioState
Method or attribute name: type AudioState = 'idle' \| 'playing' \| 'paused' \| 'stopped' \| 'error';
Deprecated version: 9
Substitute API: ohos.multimedia.media/media.AVPlayerState |@ohos.multimedia.media.d.ts| +|Deprecated version changed|Class name: VideoPlayState
Method or attribute name: type VideoPlayState = 'idle' \| 'prepared' \| 'playing' \| 'paused' \| 'stopped' \| 'error';
Deprecated version: N/A|Class name: VideoPlayState
Method or attribute name: type VideoPlayState = 'idle' \| 'prepared' \| 'playing' \| 'paused' \| 'stopped' \| 'error';
Deprecated version: 9
Substitute API: ohos.multimedia.media/media.AVPlayerState |@ohos.multimedia.media.d.ts| +|Deprecated version changed|Class name: VideoPlayState
Method or attribute name: type VideoPlayState = 'idle' \| 'prepared' \| 'playing' \| 'paused' \| 'stopped' \| 'error';
Deprecated version: N/A|Class name: VideoPlayState
Method or attribute name: type VideoPlayState = 'idle' \| 'prepared' \| 'playing' \| 'paused' \| 'stopped' \| 'error';
Deprecated version: 9
Substitute API: ohos.multimedia.media/media.AVPlayerState |@ohos.multimedia.media.d.ts| +|Deprecated version changed|Class name: VideoPlayState
Method or attribute name: type VideoPlayState = 'idle' \| 'prepared' \| 'playing' \| 'paused' \| 'stopped' \| 'error';
Deprecated version: N/A|Class name: VideoPlayState
Method or attribute name: type VideoPlayState = 'idle' \| 'prepared' \| 'playing' \| 'paused' \| 'stopped' \| 'error';
Deprecated version: 9
Substitute API: ohos.multimedia.media/media.AVPlayerState |@ohos.multimedia.media.d.ts| +|Deprecated version changed|Class name: VideoPlayState
Method or attribute name: type VideoPlayState = 'idle' \| 'prepared' \| 'playing' \| 'paused' \| 'stopped' \| 'error';
Deprecated version: N/A|Class name: VideoPlayState
Method or attribute name: type VideoPlayState = 'idle' \| 'prepared' \| 'playing' \| 'paused' \| 'stopped' \| 'error';
Deprecated version: 9
Substitute API: ohos.multimedia.media/media.AVPlayerState |@ohos.multimedia.media.d.ts| +|Deprecated version changed|Class name: VideoPlayState
Method or attribute name: type VideoPlayState = 'idle' \| 'prepared' \| 'playing' \| 'paused' \| 'stopped' \| 'error';
Deprecated version: N/A|Class name: VideoPlayState
Method or attribute name: type VideoPlayState = 'idle' \| 'prepared' \| 'playing' \| 'paused' \| 'stopped' \| 'error';
Deprecated version: 9
Substitute API: ohos.multimedia.media/media.AVPlayerState |@ohos.multimedia.media.d.ts| +|Deprecated version changed|Class name: VideoPlayState
Method or attribute name: type VideoPlayState = 'idle' \| 'prepared' \| 'playing' \| 'paused' \| 'stopped' \| 'error';
Deprecated version: N/A|Class name: VideoPlayState
Method or attribute name: type VideoPlayState = 'idle' \| 'prepared' \| 'playing' \| 'paused' \| 'stopped' \| 'error';
Deprecated version: 9
Substitute API: ohos.multimedia.media/media.AVPlayerState |@ohos.multimedia.media.d.ts| +|Deprecated version changed|Class name: media
Method or attribute name: function createAudioPlayer(): AudioPlayer;
Deprecated version: N/A|Class name: media
Method or attribute name: function createAudioPlayer(): AudioPlayer;
Deprecated version: 9
Substitute API: ohos.multimedia.media/media|@ohos.multimedia.media.d.ts| +|Deprecated version changed|Class name: media
Method or attribute name: function createAudioRecorder(): AudioRecorder;
Deprecated version: N/A|Class name: media
Method or attribute name: function createAudioRecorder(): AudioRecorder;
Deprecated version: 9
Substitute API: ohos.multimedia.media/media|@ohos.multimedia.media.d.ts| +|Deprecated version changed|Class name: media
Method or attribute name: function createVideoPlayer(callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: media
Method or attribute name: function createVideoPlayer(callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.multimedia.media/media|@ohos.multimedia.media.d.ts| +|Deprecated version changed|Class name: media
Method or attribute name: function createVideoPlayer() : Promise\;
Deprecated version: N/A|Class name: media
Method or attribute name: function createVideoPlayer() : Promise\;
Deprecated version: 9
Substitute API: ohos.multimedia.media/media|@ohos.multimedia.media.d.ts| +|Deprecated version changed|Class name: AudioPlayer
Deprecated version: N/A|Class name: AudioPlayer
Deprecated version: 9
Substitute API: ohos.multimedia.media/media.AVPlayer |@ohos.multimedia.media.d.ts| +|Deprecated version changed|Class name: AudioPlayer
Method or attribute name: play(): void;
Deprecated version: N/A|Class name: AudioPlayer
Method or attribute name: play(): void;
Deprecated version: 9
Substitute API: ohos.multimedia.media/media.AVPlayer|@ohos.multimedia.media.d.ts| +|Deprecated version changed|Class name: AudioPlayer
Method or attribute name: pause(): void;
Deprecated version: N/A|Class name: AudioPlayer
Method or attribute name: pause(): void;
Deprecated version: 9
Substitute API: ohos.multimedia.media/media.AVPlayer|@ohos.multimedia.media.d.ts| +|Deprecated version changed|Class name: AudioPlayer
Method or attribute name: stop(): void;
Deprecated version: N/A|Class name: AudioPlayer
Method or attribute name: stop(): void;
Deprecated version: 9
Substitute API: ohos.multimedia.media/media.AVPlayer|@ohos.multimedia.media.d.ts| +|Deprecated version changed|Class name: AudioPlayer
Method or attribute name: reset(): void;
Deprecated version: N/A|Class name: AudioPlayer
Method or attribute name: reset(): void;
Deprecated version: 9
Substitute API: ohos.multimedia.media/media.AVPlayer|@ohos.multimedia.media.d.ts| +|Deprecated version changed|Class name: AudioPlayer
Method or attribute name: seek(timeMs: number): void;
Deprecated version: N/A|Class name: AudioPlayer
Method or attribute name: seek(timeMs: number): void;
Deprecated version: 9
Substitute API: ohos.multimedia.media/media.AVPlayer|@ohos.multimedia.media.d.ts| +|Deprecated version changed|Class name: AudioPlayer
Method or attribute name: setVolume(vol: number): void;
Deprecated version: N/A|Class name: AudioPlayer
Method or attribute name: setVolume(vol: number): void;
Deprecated version: 9
Substitute API: ohos.multimedia.media/media.AVPlayer|@ohos.multimedia.media.d.ts| +|Deprecated version changed|Class name: AudioPlayer
Method or attribute name: release(): void;
Deprecated version: N/A|Class name: AudioPlayer
Method or attribute name: release(): void;
Deprecated version: 9
Substitute API: ohos.multimedia.media/media.AVPlayer|@ohos.multimedia.media.d.ts| +|Deprecated version changed|Class name: AudioPlayer
Method or attribute name: getTrackDescription(callback: AsyncCallback\>): void;
Deprecated version: N/A|Class name: AudioPlayer
Method or attribute name: getTrackDescription(callback: AsyncCallback\>): void;
Deprecated version: 9
Substitute API: ohos.multimedia.media/media.AVPlayer|@ohos.multimedia.media.d.ts| +|Deprecated version changed|Class name: AudioPlayer
Method or attribute name: getTrackDescription() : Promise\>;
Deprecated version: N/A|Class name: AudioPlayer
Method or attribute name: getTrackDescription() : Promise\>;
Deprecated version: 9
Substitute API: ohos.multimedia.media/media.AVPlayer|@ohos.multimedia.media.d.ts| +|Deprecated version changed|Class name: AudioPlayer
Method or attribute name: on(type: 'bufferingUpdate', callback: (infoType: BufferingInfoType, value: number) => void): void;
Deprecated version: N/A|Class name: AudioPlayer
Method or attribute name: on(type: 'bufferingUpdate', callback: (infoType: BufferingInfoType, value: number) => void): void;
Deprecated version: 9
Substitute API: ohos.multimedia.media/media.AVPlayer|@ohos.multimedia.media.d.ts| +|Deprecated version changed|Class name: AudioPlayer
Method or attribute name: src: string;
Deprecated version: N/A|Class name: AudioPlayer
Method or attribute name: src: string;
Deprecated version: 9
Substitute API: ohos.multimedia.media/media.AVPlayer|@ohos.multimedia.media.d.ts| +|Deprecated version changed|Class name: AudioPlayer
Method or attribute name: loop: boolean;
Deprecated version: N/A|Class name: AudioPlayer
Method or attribute name: loop: boolean;
Deprecated version: 9
Substitute API: ohos.multimedia.media/media.AVPlayer|@ohos.multimedia.media.d.ts| +|Deprecated version changed|Class name: AudioPlayer
Method or attribute name: readonly currentTime: number;
Deprecated version: N/A|Class name: AudioPlayer
Method or attribute name: readonly currentTime: number;
Deprecated version: 9
Substitute API: ohos.multimedia.media/media.AVPlayer|@ohos.multimedia.media.d.ts| +|Deprecated version changed|Class name: AudioPlayer
Method or attribute name: readonly duration: number;
Deprecated version: N/A|Class name: AudioPlayer
Method or attribute name: readonly duration: number;
Deprecated version: 9
Substitute API: ohos.multimedia.media/media.AVPlayer|@ohos.multimedia.media.d.ts| +|Deprecated version changed|Class name: AudioPlayer
Method or attribute name: readonly state: AudioState;
Deprecated version: N/A|Class name: AudioPlayer
Method or attribute name: readonly state: AudioState;
Deprecated version: 9
Substitute API: ohos.multimedia.media/media.AVPlayer|@ohos.multimedia.media.d.ts| +|Deprecated version changed|Class name: AudioPlayer
Method or attribute name: on(type: 'play' \| 'pause' \| 'stop' \| 'reset' \| 'dataLoad' \| 'finish' \| 'volumeChange', callback: () => void): void;
Deprecated version: N/A|Class name: AudioPlayer
Method or attribute name: on(type: 'play' \| 'pause' \| 'stop' \| 'reset' \| 'dataLoad' \| 'finish' \| 'volumeChange', callback: () => void): void;
Deprecated version: 9
Substitute API: ohos.multimedia.media/media.AVPlayer|@ohos.multimedia.media.d.ts| +|Deprecated version changed|Class name: AudioPlayer
Method or attribute name: on(type: 'play' \| 'pause' \| 'stop' \| 'reset' \| 'dataLoad' \| 'finish' \| 'volumeChange', callback: () => void): void;
Deprecated version: N/A|Class name: AudioPlayer
Method or attribute name: on(type: 'play' \| 'pause' \| 'stop' \| 'reset' \| 'dataLoad' \| 'finish' \| 'volumeChange', callback: () => void): void;
Deprecated version: 9
Substitute API: ohos.multimedia.media/media.AVPlayer|@ohos.multimedia.media.d.ts| +|Deprecated version changed|Class name: AudioPlayer
Method or attribute name: on(type: 'play' \| 'pause' \| 'stop' \| 'reset' \| 'dataLoad' \| 'finish' \| 'volumeChange', callback: () => void): void;
Deprecated version: N/A|Class name: AudioPlayer
Method or attribute name: on(type: 'play' \| 'pause' \| 'stop' \| 'reset' \| 'dataLoad' \| 'finish' \| 'volumeChange', callback: () => void): void;
Deprecated version: 9
Substitute API: ohos.multimedia.media/media.AVPlayer|@ohos.multimedia.media.d.ts| +|Deprecated version changed|Class name: AudioPlayer
Method or attribute name: on(type: 'play' \| 'pause' \| 'stop' \| 'reset' \| 'dataLoad' \| 'finish' \| 'volumeChange', callback: () => void): void;
Deprecated version: N/A|Class name: AudioPlayer
Method or attribute name: on(type: 'play' \| 'pause' \| 'stop' \| 'reset' \| 'dataLoad' \| 'finish' \| 'volumeChange', callback: () => void): void;
Deprecated version: 9
Substitute API: ohos.multimedia.media/media.AVPlayer|@ohos.multimedia.media.d.ts| +|Deprecated version changed|Class name: AudioPlayer
Method or attribute name: on(type: 'play' \| 'pause' \| 'stop' \| 'reset' \| 'dataLoad' \| 'finish' \| 'volumeChange', callback: () => void): void;
Deprecated version: N/A|Class name: AudioPlayer
Method or attribute name: on(type: 'play' \| 'pause' \| 'stop' \| 'reset' \| 'dataLoad' \| 'finish' \| 'volumeChange', callback: () => void): void;
Deprecated version: 9
Substitute API: ohos.multimedia.media/media.AVPlayer|@ohos.multimedia.media.d.ts| +|Deprecated version changed|Class name: AudioPlayer
Method or attribute name: on(type: 'play' \| 'pause' \| 'stop' \| 'reset' \| 'dataLoad' \| 'finish' \| 'volumeChange', callback: () => void): void;
Deprecated version: N/A|Class name: AudioPlayer
Method or attribute name: on(type: 'play' \| 'pause' \| 'stop' \| 'reset' \| 'dataLoad' \| 'finish' \| 'volumeChange', callback: () => void): void;
Deprecated version: 9
Substitute API: ohos.multimedia.media/media.AVPlayer|@ohos.multimedia.media.d.ts| +|Deprecated version changed|Class name: AudioPlayer
Method or attribute name: on(type: 'play' \| 'pause' \| 'stop' \| 'reset' \| 'dataLoad' \| 'finish' \| 'volumeChange', callback: () => void): void;
Deprecated version: N/A|Class name: AudioPlayer
Method or attribute name: on(type: 'play' \| 'pause' \| 'stop' \| 'reset' \| 'dataLoad' \| 'finish' \| 'volumeChange', callback: () => void): void;
Deprecated version: 9
Substitute API: ohos.multimedia.media/media.AVPlayer|@ohos.multimedia.media.d.ts| +|Deprecated version changed|Class name: AudioPlayer
Method or attribute name: on(type: 'timeUpdate', callback: Callback\): void;
Deprecated version: N/A|Class name: AudioPlayer
Method or attribute name: on(type: 'timeUpdate', callback: Callback\): void;
Deprecated version: 9
Substitute API: ohos.multimedia.media/media.AVPlayer|@ohos.multimedia.media.d.ts| +|Deprecated version changed|Class name: AudioPlayer
Method or attribute name: on(type: 'error', callback: ErrorCallback): void;
Deprecated version: N/A|Class name: AudioPlayer
Method or attribute name: on(type: 'error', callback: ErrorCallback): void;
Deprecated version: 9
Substitute API: ohos.multimedia.media/media.AVPlayer|@ohos.multimedia.media.d.ts| +|Deprecated version changed|Class name: AudioRecorderConfig
Deprecated version: N/A|Class name: AudioRecorderConfig
Deprecated version: 9
Substitute API: ohos.multimedia.media/media.AVRecorderConfig |@ohos.multimedia.media.d.ts| +|Deprecated version changed|Class name: AudioRecorderConfig
Method or attribute name: audioEncodeBitRate?: number;
Deprecated version: N/A|Class name: AudioRecorderConfig
Method or attribute name: audioEncodeBitRate?: number;
Deprecated version: 9
Substitute API: N/A|@ohos.multimedia.media.d.ts| +|Deprecated version changed|Class name: AudioRecorderConfig
Method or attribute name: audioSampleRate?: number;
Deprecated version: N/A|Class name: AudioRecorderConfig
Method or attribute name: audioSampleRate?: number;
Deprecated version: 9
Substitute API: N/A|@ohos.multimedia.media.d.ts| +|Deprecated version changed|Class name: AudioRecorderConfig
Method or attribute name: numberOfChannels?: number;
Deprecated version: N/A|Class name: AudioRecorderConfig
Method or attribute name: numberOfChannels?: number;
Deprecated version: 9
Substitute API: N/A|@ohos.multimedia.media.d.ts| +|Deprecated version changed|Class name: AudioRecorderConfig
Method or attribute name: uri: string;
Deprecated version: N/A|Class name: AudioRecorderConfig
Method or attribute name: uri: string;
Deprecated version: 9
Substitute API: N/A|@ohos.multimedia.media.d.ts| +|Deprecated version changed|Class name: AudioRecorderConfig
Method or attribute name: location?: Location;
Deprecated version: N/A|Class name: AudioRecorderConfig
Method or attribute name: location?: Location;
Deprecated version: 9
Substitute API: N/A|@ohos.multimedia.media.d.ts| +|Deprecated version changed|Class name: AudioRecorderConfig
Method or attribute name: audioEncoderMime?: CodecMimeType;
Deprecated version: N/A|Class name: AudioRecorderConfig
Method or attribute name: audioEncoderMime?: CodecMimeType;
Deprecated version: 9
Substitute API: N/A|@ohos.multimedia.media.d.ts| +|Deprecated version changed|Class name: AudioRecorderConfig
Method or attribute name: fileFormat?: ContainerFormatType;
Deprecated version: N/A|Class name: AudioRecorderConfig
Method or attribute name: fileFormat?: ContainerFormatType;
Deprecated version: 9
Substitute API: N/A|@ohos.multimedia.media.d.ts| +|Deprecated version changed|Class name: AudioRecorder
Deprecated version: N/A|Class name: AudioRecorder
Deprecated version: 9
Substitute API: ohos.multimedia.media/media.AVRecorder |@ohos.multimedia.media.d.ts| +|Deprecated version changed|Class name: AudioRecorder
Method or attribute name: prepare(config: AudioRecorderConfig): void;
Deprecated version: N/A|Class name: AudioRecorder
Method or attribute name: prepare(config: AudioRecorderConfig): void;
Deprecated version: 9
Substitute API: ohos.multimedia.media/media.AVRecorder|@ohos.multimedia.media.d.ts| +|Deprecated version changed|Class name: AudioRecorder
Method or attribute name: start(): void;
Deprecated version: N/A|Class name: AudioRecorder
Method or attribute name: start(): void;
Deprecated version: 9
Substitute API: ohos.multimedia.media/media.AVRecorder|@ohos.multimedia.media.d.ts| +|Deprecated version changed|Class name: AudioRecorder
Method or attribute name: pause(): void;
Deprecated version: N/A|Class name: AudioRecorder
Method or attribute name: pause(): void;
Deprecated version: 9
Substitute API: ohos.multimedia.media/media.AVRecorder|@ohos.multimedia.media.d.ts| +|Deprecated version changed|Class name: AudioRecorder
Method or attribute name: resume(): void;
Deprecated version: N/A|Class name: AudioRecorder
Method or attribute name: resume(): void;
Deprecated version: 9
Substitute API: ohos.multimedia.media/media.AVRecorder|@ohos.multimedia.media.d.ts| +|Deprecated version changed|Class name: AudioRecorder
Method or attribute name: stop(): void;
Deprecated version: N/A|Class name: AudioRecorder
Method or attribute name: stop(): void;
Deprecated version: 9
Substitute API: ohos.multimedia.media/media.AVRecorder|@ohos.multimedia.media.d.ts| +|Deprecated version changed|Class name: AudioRecorder
Method or attribute name: release(): void;
Deprecated version: N/A|Class name: AudioRecorder
Method or attribute name: release(): void;
Deprecated version: 9
Substitute API: ohos.multimedia.media/media.AVRecorder|@ohos.multimedia.media.d.ts| +|Deprecated version changed|Class name: AudioRecorder
Method or attribute name: reset(): void;
Deprecated version: N/A|Class name: AudioRecorder
Method or attribute name: reset(): void;
Deprecated version: 9
Substitute API: ohos.multimedia.media/media.AVRecorder|@ohos.multimedia.media.d.ts| +|Deprecated version changed|Class name: AudioRecorder
Method or attribute name: on(type: 'prepare' \| 'start' \| 'pause' \| 'resume' \| 'stop' \| 'release' \| 'reset', callback: () => void): void;
Deprecated version: N/A|Class name: AudioRecorder
Method or attribute name: on(type: 'prepare' \| 'start' \| 'pause' \| 'resume' \| 'stop' \| 'release' \| 'reset', callback: () => void): void;
Deprecated version: 9
Substitute API: ohos.multimedia.media/media.AVRecorder|@ohos.multimedia.media.d.ts| +|Deprecated version changed|Class name: AudioRecorder
Method or attribute name: on(type: 'prepare' \| 'start' \| 'pause' \| 'resume' \| 'stop' \| 'release' \| 'reset', callback: () => void): void;
Deprecated version: N/A|Class name: AudioRecorder
Method or attribute name: on(type: 'prepare' \| 'start' \| 'pause' \| 'resume' \| 'stop' \| 'release' \| 'reset', callback: () => void): void;
Deprecated version: 9
Substitute API: ohos.multimedia.media/media.AVRecorder|@ohos.multimedia.media.d.ts| +|Deprecated version changed|Class name: AudioRecorder
Method or attribute name: on(type: 'prepare' \| 'start' \| 'pause' \| 'resume' \| 'stop' \| 'release' \| 'reset', callback: () => void): void;
Deprecated version: N/A|Class name: AudioRecorder
Method or attribute name: on(type: 'prepare' \| 'start' \| 'pause' \| 'resume' \| 'stop' \| 'release' \| 'reset', callback: () => void): void;
Deprecated version: 9
Substitute API: ohos.multimedia.media/media.AVRecorder|@ohos.multimedia.media.d.ts| +|Deprecated version changed|Class name: AudioRecorder
Method or attribute name: on(type: 'prepare' \| 'start' \| 'pause' \| 'resume' \| 'stop' \| 'release' \| 'reset', callback: () => void): void;
Deprecated version: N/A|Class name: AudioRecorder
Method or attribute name: on(type: 'prepare' \| 'start' \| 'pause' \| 'resume' \| 'stop' \| 'release' \| 'reset', callback: () => void): void;
Deprecated version: 9
Substitute API: ohos.multimedia.media/media.AVRecorder|@ohos.multimedia.media.d.ts| +|Deprecated version changed|Class name: AudioRecorder
Method or attribute name: on(type: 'prepare' \| 'start' \| 'pause' \| 'resume' \| 'stop' \| 'release' \| 'reset', callback: () => void): void;
Deprecated version: N/A|Class name: AudioRecorder
Method or attribute name: on(type: 'prepare' \| 'start' \| 'pause' \| 'resume' \| 'stop' \| 'release' \| 'reset', callback: () => void): void;
Deprecated version: 9
Substitute API: ohos.multimedia.media/media.AVRecorder|@ohos.multimedia.media.d.ts| +|Deprecated version changed|Class name: AudioRecorder
Method or attribute name: on(type: 'prepare' \| 'start' \| 'pause' \| 'resume' \| 'stop' \| 'release' \| 'reset', callback: () => void): void;
Deprecated version: N/A|Class name: AudioRecorder
Method or attribute name: on(type: 'prepare' \| 'start' \| 'pause' \| 'resume' \| 'stop' \| 'release' \| 'reset', callback: () => void): void;
Deprecated version: 9
Substitute API: ohos.multimedia.media/media.AVRecorder|@ohos.multimedia.media.d.ts| +|Deprecated version changed|Class name: AudioRecorder
Method or attribute name: on(type: 'prepare' \| 'start' \| 'pause' \| 'resume' \| 'stop' \| 'release' \| 'reset', callback: () => void): void;
Deprecated version: N/A|Class name: AudioRecorder
Method or attribute name: on(type: 'prepare' \| 'start' \| 'pause' \| 'resume' \| 'stop' \| 'release' \| 'reset', callback: () => void): void;
Deprecated version: 9
Substitute API: ohos.multimedia.media/media.AVRecorder|@ohos.multimedia.media.d.ts| +|Deprecated version changed|Class name: AudioRecorder
Method or attribute name: on(type: 'error', callback: ErrorCallback): void;
Deprecated version: N/A|Class name: AudioRecorder
Method or attribute name: on(type: 'error', callback: ErrorCallback): void;
Deprecated version: 9
Substitute API: ohos.multimedia.media/media.AVRecorder|@ohos.multimedia.media.d.ts| +|Deprecated version changed|Class name: VideoPlayer
Deprecated version: N/A|Class name: VideoPlayer
Deprecated version: 9
Substitute API: ohos.multimedia.media/media.AVPlayer |@ohos.multimedia.media.d.ts| +|Deprecated version changed|Class name: VideoPlayer
Method or attribute name: setDisplaySurface(surfaceId: string, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: VideoPlayer
Method or attribute name: setDisplaySurface(surfaceId: string, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.multimedia.media/media.AVPlayer|@ohos.multimedia.media.d.ts| +|Deprecated version changed|Class name: VideoPlayer
Method or attribute name: setDisplaySurface(surfaceId: string): Promise\;
Deprecated version: N/A|Class name: VideoPlayer
Method or attribute name: setDisplaySurface(surfaceId: string): Promise\;
Deprecated version: 9
Substitute API: ohos.multimedia.media/media.AVPlayer|@ohos.multimedia.media.d.ts| +|Deprecated version changed|Class name: VideoPlayer
Method or attribute name: prepare(callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: VideoPlayer
Method or attribute name: prepare(callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.multimedia.media/media.AVPlayer|@ohos.multimedia.media.d.ts| +|Deprecated version changed|Class name: VideoPlayer
Method or attribute name: prepare(): Promise\;
Deprecated version: N/A|Class name: VideoPlayer
Method or attribute name: prepare(): Promise\;
Deprecated version: 9
Substitute API: ohos.multimedia.media/media.AVPlayer|@ohos.multimedia.media.d.ts| +|Deprecated version changed|Class name: VideoPlayer
Method or attribute name: play(callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: VideoPlayer
Method or attribute name: play(callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.multimedia.media/media.AVPlayer|@ohos.multimedia.media.d.ts| +|Deprecated version changed|Class name: VideoPlayer
Method or attribute name: play(): Promise\;
Deprecated version: N/A|Class name: VideoPlayer
Method or attribute name: play(): Promise\;
Deprecated version: 9
Substitute API: ohos.multimedia.media/media.AVPlayer|@ohos.multimedia.media.d.ts| +|Deprecated version changed|Class name: VideoPlayer
Method or attribute name: pause(callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: VideoPlayer
Method or attribute name: pause(callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.multimedia.media/media.AVPlayer|@ohos.multimedia.media.d.ts| +|Deprecated version changed|Class name: VideoPlayer
Method or attribute name: pause(): Promise\;
Deprecated version: N/A|Class name: VideoPlayer
Method or attribute name: pause(): Promise\;
Deprecated version: 9
Substitute API: ohos.multimedia.media/media.AVPlayer|@ohos.multimedia.media.d.ts| +|Deprecated version changed|Class name: VideoPlayer
Method or attribute name: stop(callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: VideoPlayer
Method or attribute name: stop(callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.multimedia.media/media.AVPlayer|@ohos.multimedia.media.d.ts| +|Deprecated version changed|Class name: VideoPlayer
Method or attribute name: stop(): Promise\;
Deprecated version: N/A|Class name: VideoPlayer
Method or attribute name: stop(): Promise\;
Deprecated version: 9
Substitute API: ohos.multimedia.media/media.AVPlayer|@ohos.multimedia.media.d.ts| +|Deprecated version changed|Class name: VideoPlayer
Method or attribute name: reset(callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: VideoPlayer
Method or attribute name: reset(callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.multimedia.media/media.AVPlayer|@ohos.multimedia.media.d.ts| +|Deprecated version changed|Class name: VideoPlayer
Method or attribute name: reset(): Promise\;
Deprecated version: N/A|Class name: VideoPlayer
Method or attribute name: reset(): Promise\;
Deprecated version: 9
Substitute API: ohos.multimedia.media/media.AVPlayer|@ohos.multimedia.media.d.ts| +|Deprecated version changed|Class name: VideoPlayer
Method or attribute name: seek(timeMs: number, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: VideoPlayer
Method or attribute name: seek(timeMs: number, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.multimedia.media/media.AVPlayer|@ohos.multimedia.media.d.ts| +|Deprecated version changed|Class name: VideoPlayer
Method or attribute name: seek(timeMs: number, mode:SeekMode, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: VideoPlayer
Method or attribute name: seek(timeMs: number, mode:SeekMode, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.multimedia.media/media.AVPlayer|@ohos.multimedia.media.d.ts| +|Deprecated version changed|Class name: VideoPlayer
Method or attribute name: seek(timeMs: number, mode?:SeekMode): Promise\;
Deprecated version: N/A|Class name: VideoPlayer
Method or attribute name: seek(timeMs: number, mode?:SeekMode): Promise\;
Deprecated version: 9
Substitute API: ohos.multimedia.media/media.AVPlayer|@ohos.multimedia.media.d.ts| +|Deprecated version changed|Class name: VideoPlayer
Method or attribute name: setVolume(vol: number, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: VideoPlayer
Method or attribute name: setVolume(vol: number, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.multimedia.media/media.AVPlayer|@ohos.multimedia.media.d.ts| +|Deprecated version changed|Class name: VideoPlayer
Method or attribute name: setVolume(vol: number): Promise\;
Deprecated version: N/A|Class name: VideoPlayer
Method or attribute name: setVolume(vol: number): Promise\;
Deprecated version: 9
Substitute API: ohos.multimedia.media/media.AVPlayer|@ohos.multimedia.media.d.ts| +|Deprecated version changed|Class name: VideoPlayer
Method or attribute name: release(callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: VideoPlayer
Method or attribute name: release(callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.multimedia.media/media.AVPlayer|@ohos.multimedia.media.d.ts| +|Deprecated version changed|Class name: VideoPlayer
Method or attribute name: release(): Promise\;
Deprecated version: N/A|Class name: VideoPlayer
Method or attribute name: release(): Promise\;
Deprecated version: 9
Substitute API: ohos.multimedia.media/media.AVPlayer|@ohos.multimedia.media.d.ts| +|Deprecated version changed|Class name: VideoPlayer
Method or attribute name: getTrackDescription(callback: AsyncCallback\>): void;
Deprecated version: N/A|Class name: VideoPlayer
Method or attribute name: getTrackDescription(callback: AsyncCallback\>): void;
Deprecated version: 9
Substitute API: ohos.multimedia.media/media.AVPlayer|@ohos.multimedia.media.d.ts| +|Deprecated version changed|Class name: VideoPlayer
Method or attribute name: getTrackDescription() : Promise\>;
Deprecated version: N/A|Class name: VideoPlayer
Method or attribute name: getTrackDescription() : Promise\>;
Deprecated version: 9
Substitute API: ohos.multimedia.media/media.AVPlayer|@ohos.multimedia.media.d.ts| +|Deprecated version changed|Class name: VideoPlayer
Method or attribute name: url: string;
Deprecated version: N/A|Class name: VideoPlayer
Method or attribute name: url: string;
Deprecated version: 9
Substitute API: ohos.multimedia.media/media.AVPlayer|@ohos.multimedia.media.d.ts| +|Deprecated version changed|Class name: VideoPlayer
Method or attribute name: loop: boolean;
Deprecated version: N/A|Class name: VideoPlayer
Method or attribute name: loop: boolean;
Deprecated version: 9
Substitute API: ohos.multimedia.media/media.AVPlayer|@ohos.multimedia.media.d.ts| +|Deprecated version changed|Class name: VideoPlayer
Method or attribute name: readonly currentTime: number;
Deprecated version: N/A|Class name: VideoPlayer
Method or attribute name: readonly currentTime: number;
Deprecated version: 9
Substitute API: ohos.multimedia.media/media.AVPlayer|@ohos.multimedia.media.d.ts| +|Deprecated version changed|Class name: VideoPlayer
Method or attribute name: readonly duration: number;
Deprecated version: N/A|Class name: VideoPlayer
Method or attribute name: readonly duration: number;
Deprecated version: 9
Substitute API: ohos.multimedia.media/media.AVPlayer|@ohos.multimedia.media.d.ts| +|Deprecated version changed|Class name: VideoPlayer
Method or attribute name: readonly state: VideoPlayState;
Deprecated version: N/A|Class name: VideoPlayer
Method or attribute name: readonly state: VideoPlayState;
Deprecated version: 9
Substitute API: ohos.multimedia.media/media.AVPlayer|@ohos.multimedia.media.d.ts| +|Deprecated version changed|Class name: VideoPlayer
Method or attribute name: readonly width: number;
Deprecated version: N/A|Class name: VideoPlayer
Method or attribute name: readonly width: number;
Deprecated version: 9
Substitute API: ohos.multimedia.media/media.AVPlayer|@ohos.multimedia.media.d.ts| +|Deprecated version changed|Class name: VideoPlayer
Method or attribute name: readonly height: number;
Deprecated version: N/A|Class name: VideoPlayer
Method or attribute name: readonly height: number;
Deprecated version: 9
Substitute API: ohos.multimedia.media/media.AVPlayer|@ohos.multimedia.media.d.ts| +|Deprecated version changed|Class name: VideoPlayer
Method or attribute name: setSpeed(speed:number, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: VideoPlayer
Method or attribute name: setSpeed(speed:number, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.multimedia.media/media.AVPlayer|@ohos.multimedia.media.d.ts| +|Deprecated version changed|Class name: VideoPlayer
Method or attribute name: setSpeed(speed:number): Promise\;
Deprecated version: N/A|Class name: VideoPlayer
Method or attribute name: setSpeed(speed:number): Promise\;
Deprecated version: 9
Substitute API: ohos.multimedia.media/media.AVPlayer|@ohos.multimedia.media.d.ts| +|Deprecated version changed|Class name: VideoPlayer
Method or attribute name: on(type: 'playbackCompleted', callback: Callback\): void;
Deprecated version: N/A|Class name: VideoPlayer
Method or attribute name: on(type: 'playbackCompleted', callback: Callback\): void;
Deprecated version: 9
Substitute API: ohos.multimedia.media/media.AVPlayer|@ohos.multimedia.media.d.ts| +|Deprecated version changed|Class name: VideoPlayer
Method or attribute name: on(type: 'bufferingUpdate', callback: (infoType: BufferingInfoType, value: number) => void): void;
Deprecated version: N/A|Class name: VideoPlayer
Method or attribute name: on(type: 'bufferingUpdate', callback: (infoType: BufferingInfoType, value: number) => void): void;
Deprecated version: 9
Substitute API: ohos.multimedia.media/media.AVPlayer|@ohos.multimedia.media.d.ts| +|Deprecated version changed|Class name: VideoPlayer
Method or attribute name: on(type: 'startRenderFrame', callback: Callback\): void;
Deprecated version: N/A|Class name: VideoPlayer
Method or attribute name: on(type: 'startRenderFrame', callback: Callback\): void;
Deprecated version: 9
Substitute API: ohos.multimedia.media/media.AVPlayer|@ohos.multimedia.media.d.ts| +|Deprecated version changed|Class name: VideoPlayer
Method or attribute name: on(type: 'videoSizeChanged', callback: (width: number, height: number) => void): void;
Deprecated version: N/A|Class name: VideoPlayer
Method or attribute name: on(type: 'videoSizeChanged', callback: (width: number, height: number) => void): void;
Deprecated version: 9
Substitute API: ohos.multimedia.media/media.AVPlayer|@ohos.multimedia.media.d.ts| +|Deprecated version changed|Class name: VideoPlayer
Method or attribute name: on(type: 'error', callback: ErrorCallback): void;
Deprecated version: N/A|Class name: VideoPlayer
Method or attribute name: on(type: 'error', callback: ErrorCallback): void;
Deprecated version: 9
Substitute API: ohos.multimedia.media/media.AVPlayer|@ohos.multimedia.media.d.ts| +|Deprecated version changed|Class name: mediaLibrary
Deprecated version: N/A|Class name: mediaLibrary
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: mediaLibrary
Method or attribute name: function getMediaLibrary(): MediaLibrary;
Deprecated version: N/A|Class name: mediaLibrary
Method or attribute name: function getMediaLibrary(): MediaLibrary;
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: mediaLibrary
Method or attribute name: function getMediaLibrary(context: Context): MediaLibrary;
Deprecated version: N/A|Class name: mediaLibrary
Method or attribute name: function getMediaLibrary(context: Context): MediaLibrary;
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: MediaType
Deprecated version: N/A|Class name: MediaType
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: MediaType
Method or attribute name: FILE = 0
Deprecated version: N/A|Class name: MediaType
Method or attribute name: FILE = 0
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: MediaType
Method or attribute name: IMAGE
Deprecated version: N/A|Class name: MediaType
Method or attribute name: IMAGE
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: MediaType
Method or attribute name: VIDEO
Deprecated version: N/A|Class name: MediaType
Method or attribute name: VIDEO
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: MediaType
Method or attribute name: AUDIO
Deprecated version: N/A|Class name: MediaType
Method or attribute name: AUDIO
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: MediaAssetOption
Deprecated version: N/A|Class name: MediaAssetOption
Deprecated version: 9
Substitute API: N/A|@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: MediaAssetOption
Method or attribute name: src: string;
Deprecated version: N/A|Class name: MediaAssetOption
Method or attribute name: src: string;
Deprecated version: 9
Substitute API: N/A|@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: MediaAssetOption
Method or attribute name: mimeType: string;
Deprecated version: N/A|Class name: MediaAssetOption
Method or attribute name: mimeType: string;
Deprecated version: 9
Substitute API: N/A|@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: MediaAssetOption
Method or attribute name: relativePath?: string;
Deprecated version: N/A|Class name: MediaAssetOption
Method or attribute name: relativePath?: string;
Deprecated version: 9
Substitute API: N/A|@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: MediaSelectOption
Deprecated version: N/A|Class name: MediaSelectOption
Deprecated version: 9
Substitute API: N/A|@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: MediaSelectOption
Method or attribute name: type: 'image' \| 'video' \| 'media';
Deprecated version: N/A|Class name: MediaSelectOption
Method or attribute name: type: 'image' \| 'video' \| 'media';
Deprecated version: 9
Substitute API: N/A|@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: MediaSelectOption
Method or attribute name: count: number;
Deprecated version: N/A|Class name: MediaSelectOption
Method or attribute name: count: number;
Deprecated version: 9
Substitute API: N/A|@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: FileAsset
Deprecated version: N/A|Class name: FileAsset
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: FileAsset
Method or attribute name: readonly id: number;
Deprecated version: N/A|Class name: FileAsset
Method or attribute name: readonly id: number;
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: FileAsset
Method or attribute name: readonly uri: string;
Deprecated version: N/A|Class name: FileAsset
Method or attribute name: readonly uri: string;
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: FileAsset
Method or attribute name: readonly mimeType: string;
Deprecated version: N/A|Class name: FileAsset
Method or attribute name: readonly mimeType: string;
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: FileAsset
Method or attribute name: readonly mediaType: MediaType;
Deprecated version: N/A|Class name: FileAsset
Method or attribute name: readonly mediaType: MediaType;
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: FileAsset
Method or attribute name: displayName: string;
Deprecated version: N/A|Class name: FileAsset
Method or attribute name: displayName: string;
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: FileAsset
Method or attribute name: title: string;
Deprecated version: N/A|Class name: FileAsset
Method or attribute name: title: string;
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: FileAsset
Method or attribute name: relativePath: string;
Deprecated version: N/A|Class name: FileAsset
Method or attribute name: relativePath: string;
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: FileAsset
Method or attribute name: readonly parent: number;
Deprecated version: N/A|Class name: FileAsset
Method or attribute name: readonly parent: number;
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: FileAsset
Method or attribute name: readonly size: number;
Deprecated version: N/A|Class name: FileAsset
Method or attribute name: readonly size: number;
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: FileAsset
Method or attribute name: readonly dateAdded: number;
Deprecated version: N/A|Class name: FileAsset
Method or attribute name: readonly dateAdded: number;
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: FileAsset
Method or attribute name: readonly dateModified: number;
Deprecated version: N/A|Class name: FileAsset
Method or attribute name: readonly dateModified: number;
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: FileAsset
Method or attribute name: readonly dateTaken: number;
Deprecated version: N/A|Class name: FileAsset
Method or attribute name: readonly dateTaken: number;
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: FileAsset
Method or attribute name: readonly artist: string;
Deprecated version: N/A|Class name: FileAsset
Method or attribute name: readonly artist: string;
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: FileAsset
Method or attribute name: readonly audioAlbum: string;
Deprecated version: N/A|Class name: FileAsset
Method or attribute name: readonly audioAlbum: string;
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: FileAsset
Method or attribute name: readonly width: number;
Deprecated version: N/A|Class name: FileAsset
Method or attribute name: readonly width: number;
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: FileAsset
Method or attribute name: readonly height: number;
Deprecated version: N/A|Class name: FileAsset
Method or attribute name: readonly height: number;
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: FileAsset
Method or attribute name: orientation: number;
Deprecated version: N/A|Class name: FileAsset
Method or attribute name: orientation: number;
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: FileAsset
Method or attribute name: readonly duration: number;
Deprecated version: N/A|Class name: FileAsset
Method or attribute name: readonly duration: number;
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: FileAsset
Method or attribute name: readonly albumId: number;
Deprecated version: N/A|Class name: FileAsset
Method or attribute name: readonly albumId: number;
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: FileAsset
Method or attribute name: readonly albumUri: string;
Deprecated version: N/A|Class name: FileAsset
Method or attribute name: readonly albumUri: string;
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: FileAsset
Method or attribute name: readonly albumName: string;
Deprecated version: N/A|Class name: FileAsset
Method or attribute name: readonly albumName: string;
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: FileAsset
Method or attribute name: isDirectory(callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: FileAsset
Method or attribute name: isDirectory(callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: FileAsset
Method or attribute name: isDirectory():Promise\;
Deprecated version: N/A|Class name: FileAsset
Method or attribute name: isDirectory():Promise\;
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: FileAsset
Method or attribute name: commitModify(callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: FileAsset
Method or attribute name: commitModify(callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: FileAsset
Method or attribute name: commitModify(): Promise\;
Deprecated version: N/A|Class name: FileAsset
Method or attribute name: commitModify(): Promise\;
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: FileAsset
Method or attribute name: open(mode: string, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: FileAsset
Method or attribute name: open(mode: string, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: FileAsset
Method or attribute name: open(mode: string): Promise\;
Deprecated version: N/A|Class name: FileAsset
Method or attribute name: open(mode: string): Promise\;
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: FileAsset
Method or attribute name: close(fd: number, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: FileAsset
Method or attribute name: close(fd: number, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: FileAsset
Method or attribute name: close(fd: number): Promise\;
Deprecated version: N/A|Class name: FileAsset
Method or attribute name: close(fd: number): Promise\;
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: FileAsset
Method or attribute name: getThumbnail(callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: FileAsset
Method or attribute name: getThumbnail(callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: FileAsset
Method or attribute name: getThumbnail(size: Size, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: FileAsset
Method or attribute name: getThumbnail(size: Size, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: FileAsset
Method or attribute name: getThumbnail(size?: Size): Promise\;
Deprecated version: N/A|Class name: FileAsset
Method or attribute name: getThumbnail(size?: Size): Promise\;
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: FileAsset
Method or attribute name: favorite(isFavorite: boolean, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: FileAsset
Method or attribute name: favorite(isFavorite: boolean, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: FileAsset
Method or attribute name: favorite(isFavorite: boolean): Promise\;
Deprecated version: N/A|Class name: FileAsset
Method or attribute name: favorite(isFavorite: boolean): Promise\;
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: FileAsset
Method or attribute name: isFavorite(callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: FileAsset
Method or attribute name: isFavorite(callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: FileAsset
Method or attribute name: isFavorite():Promise\;
Deprecated version: N/A|Class name: FileAsset
Method or attribute name: isFavorite():Promise\;
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: FileAsset
Method or attribute name: trash(isTrash: boolean, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: FileAsset
Method or attribute name: trash(isTrash: boolean, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: FileAsset
Method or attribute name: trash(isTrash: boolean): Promise\;
Deprecated version: N/A|Class name: FileAsset
Method or attribute name: trash(isTrash: boolean): Promise\;
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: FileAsset
Method or attribute name: isTrash(callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: FileAsset
Method or attribute name: isTrash(callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: FileAsset
Method or attribute name: isTrash():Promise\;
Deprecated version: N/A|Class name: FileAsset
Method or attribute name: isTrash():Promise\;
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: FileKey
Deprecated version: N/A|Class name: FileKey
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: FileKey
Method or attribute name: ID = "file_id"
Deprecated version: N/A|Class name: FileKey
Method or attribute name: ID = "file_id"
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: FileKey
Method or attribute name: RELATIVE_PATH = "relative_path"
Deprecated version: N/A|Class name: FileKey
Method or attribute name: RELATIVE_PATH = "relative_path"
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: FileKey
Method or attribute name: DISPLAY_NAME = "display_name"
Deprecated version: N/A|Class name: FileKey
Method or attribute name: DISPLAY_NAME = "display_name"
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: FileKey
Method or attribute name: PARENT = "parent"
Deprecated version: N/A|Class name: FileKey
Method or attribute name: PARENT = "parent"
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: FileKey
Method or attribute name: MIME_TYPE = "mime_type"
Deprecated version: N/A|Class name: FileKey
Method or attribute name: MIME_TYPE = "mime_type"
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: FileKey
Method or attribute name: MEDIA_TYPE = "media_type"
Deprecated version: N/A|Class name: FileKey
Method or attribute name: MEDIA_TYPE = "media_type"
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: FileKey
Method or attribute name: SIZE = "size"
Deprecated version: N/A|Class name: FileKey
Method or attribute name: SIZE = "size"
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: FileKey
Method or attribute name: DATE_ADDED = "date_added"
Deprecated version: N/A|Class name: FileKey
Method or attribute name: DATE_ADDED = "date_added"
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: FileKey
Method or attribute name: DATE_MODIFIED = "date_modified"
Deprecated version: N/A|Class name: FileKey
Method or attribute name: DATE_MODIFIED = "date_modified"
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: FileKey
Method or attribute name: DATE_TAKEN = "date_taken"
Deprecated version: N/A|Class name: FileKey
Method or attribute name: DATE_TAKEN = "date_taken"
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: FileKey
Method or attribute name: TITLE = "title"
Deprecated version: N/A|Class name: FileKey
Method or attribute name: TITLE = "title"
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: FileKey
Method or attribute name: ARTIST = "artist"
Deprecated version: N/A|Class name: FileKey
Method or attribute name: ARTIST = "artist"
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: FileKey
Method or attribute name: AUDIOALBUM = "audio_album"
Deprecated version: N/A|Class name: FileKey
Method or attribute name: AUDIOALBUM = "audio_album"
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: FileKey
Method or attribute name: DURATION = "duration"
Deprecated version: N/A|Class name: FileKey
Method or attribute name: DURATION = "duration"
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: FileKey
Method or attribute name: WIDTH = "width"
Deprecated version: N/A|Class name: FileKey
Method or attribute name: WIDTH = "width"
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: FileKey
Method or attribute name: HEIGHT = "height"
Deprecated version: N/A|Class name: FileKey
Method or attribute name: HEIGHT = "height"
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: FileKey
Method or attribute name: ORIENTATION = "orientation"
Deprecated version: N/A|Class name: FileKey
Method or attribute name: ORIENTATION = "orientation"
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: FileKey
Method or attribute name: ALBUM_ID = "bucket_id"
Deprecated version: N/A|Class name: FileKey
Method or attribute name: ALBUM_ID = "bucket_id"
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: FileKey
Method or attribute name: ALBUM_NAME = "bucket_display_name"
Deprecated version: N/A|Class name: FileKey
Method or attribute name: ALBUM_NAME = "bucket_display_name"
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: MediaFetchOptions
Deprecated version: N/A|Class name: MediaFetchOptions
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: MediaFetchOptions
Method or attribute name: selections: string;
Deprecated version: N/A|Class name: MediaFetchOptions
Method or attribute name: selections: string;
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: MediaFetchOptions
Method or attribute name: selectionArgs: Array\;
Deprecated version: N/A|Class name: MediaFetchOptions
Method or attribute name: selectionArgs: Array\;
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: MediaFetchOptions
Method or attribute name: order?: string;
Deprecated version: N/A|Class name: MediaFetchOptions
Method or attribute name: order?: string;
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: MediaFetchOptions
Method or attribute name: uri?: string;
Deprecated version: N/A|Class name: MediaFetchOptions
Method or attribute name: uri?: string;
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: MediaFetchOptions
Method or attribute name: networkId?: string;
Deprecated version: N/A|Class name: MediaFetchOptions
Method or attribute name: networkId?: string;
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: MediaFetchOptions
Method or attribute name: extendArgs?: string;
Deprecated version: N/A|Class name: MediaFetchOptions
Method or attribute name: extendArgs?: string;
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: FetchFileResult
Deprecated version: N/A|Class name: FetchFileResult
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: FetchFileResult
Method or attribute name: getCount(): number;
Deprecated version: N/A|Class name: FetchFileResult
Method or attribute name: getCount(): number;
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: FetchFileResult
Method or attribute name: isAfterLast(): boolean;
Deprecated version: N/A|Class name: FetchFileResult
Method or attribute name: isAfterLast(): boolean;
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: FetchFileResult
Method or attribute name: close(): void;
Deprecated version: N/A|Class name: FetchFileResult
Method or attribute name: close(): void;
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: FetchFileResult
Method or attribute name: getFirstObject(callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: FetchFileResult
Method or attribute name: getFirstObject(callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: FetchFileResult
Method or attribute name: getFirstObject(): Promise\;
Deprecated version: N/A|Class name: FetchFileResult
Method or attribute name: getFirstObject(): Promise\;
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: FetchFileResult
Method or attribute name: getNextObject(callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: FetchFileResult
Method or attribute name: getNextObject(callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: FetchFileResult
Method or attribute name: getNextObject(): Promise\;
Deprecated version: N/A|Class name: FetchFileResult
Method or attribute name: getNextObject(): Promise\;
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: FetchFileResult
Method or attribute name: getLastObject(callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: FetchFileResult
Method or attribute name: getLastObject(callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: FetchFileResult
Method or attribute name: getLastObject(): Promise\;
Deprecated version: N/A|Class name: FetchFileResult
Method or attribute name: getLastObject(): Promise\;
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: FetchFileResult
Method or attribute name: getPositionObject(index: number, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: FetchFileResult
Method or attribute name: getPositionObject(index: number, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: FetchFileResult
Method or attribute name: getPositionObject(index: number): Promise\;
Deprecated version: N/A|Class name: FetchFileResult
Method or attribute name: getPositionObject(index: number): Promise\;
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: FetchFileResult
Method or attribute name: getAllObject(callback: AsyncCallback\>): void;
Deprecated version: N/A|Class name: FetchFileResult
Method or attribute name: getAllObject(callback: AsyncCallback\>): void;
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: FetchFileResult
Method or attribute name: getAllObject(): Promise\>;
Deprecated version: N/A|Class name: FetchFileResult
Method or attribute name: getAllObject(): Promise\>;
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: Album
Deprecated version: N/A|Class name: Album
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: Album
Method or attribute name: readonly albumId: number;
Deprecated version: N/A|Class name: Album
Method or attribute name: readonly albumId: number;
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: Album
Method or attribute name: albumName: string;
Deprecated version: N/A|Class name: Album
Method or attribute name: albumName: string;
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: Album
Method or attribute name: readonly albumUri: string;
Deprecated version: N/A|Class name: Album
Method or attribute name: readonly albumUri: string;
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: Album
Method or attribute name: readonly dateModified: number;
Deprecated version: N/A|Class name: Album
Method or attribute name: readonly dateModified: number;
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: Album
Method or attribute name: readonly count: number;
Deprecated version: N/A|Class name: Album
Method or attribute name: readonly count: number;
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: Album
Method or attribute name: readonly relativePath: string;
Deprecated version: N/A|Class name: Album
Method or attribute name: readonly relativePath: string;
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: Album
Method or attribute name: readonly coverUri: string;
Deprecated version: N/A|Class name: Album
Method or attribute name: readonly coverUri: string;
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: Album
Method or attribute name: commitModify(callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: Album
Method or attribute name: commitModify(callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: Album
Method or attribute name: commitModify(): Promise\;
Deprecated version: N/A|Class name: Album
Method or attribute name: commitModify(): Promise\;
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: Album
Method or attribute name: getFileAssets(callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: Album
Method or attribute name: getFileAssets(callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: Album
Method or attribute name: getFileAssets(options: MediaFetchOptions, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: Album
Method or attribute name: getFileAssets(options: MediaFetchOptions, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: Album
Method or attribute name: getFileAssets(options?: MediaFetchOptions): Promise\;
Deprecated version: N/A|Class name: Album
Method or attribute name: getFileAssets(options?: MediaFetchOptions): Promise\;
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: DirectoryType
Deprecated version: N/A|Class name: DirectoryType
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: DirectoryType
Method or attribute name: DIR_CAMERA = 0
Deprecated version: N/A|Class name: DirectoryType
Method or attribute name: DIR_CAMERA = 0
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: DirectoryType
Method or attribute name: DIR_VIDEO
Deprecated version: N/A|Class name: DirectoryType
Method or attribute name: DIR_VIDEO
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: DirectoryType
Method or attribute name: DIR_IMAGE
Deprecated version: N/A|Class name: DirectoryType
Method or attribute name: DIR_IMAGE
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: DirectoryType
Method or attribute name: DIR_AUDIO
Deprecated version: N/A|Class name: DirectoryType
Method or attribute name: DIR_AUDIO
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: DirectoryType
Method or attribute name: DIR_DOCUMENTS
Deprecated version: N/A|Class name: DirectoryType
Method or attribute name: DIR_DOCUMENTS
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: DirectoryType
Method or attribute name: DIR_DOWNLOAD
Deprecated version: N/A|Class name: DirectoryType
Method or attribute name: DIR_DOWNLOAD
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: MediaLibrary
Deprecated version: N/A|Class name: MediaLibrary
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: MediaLibrary
Method or attribute name: getPublicDirectory(type: DirectoryType, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: MediaLibrary
Method or attribute name: getPublicDirectory(type: DirectoryType, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: MediaLibrary
Method or attribute name: getPublicDirectory(type: DirectoryType): Promise\;
Deprecated version: N/A|Class name: MediaLibrary
Method or attribute name: getPublicDirectory(type: DirectoryType): Promise\;
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: MediaLibrary
Method or attribute name: getFileAssets(options: MediaFetchOptions, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: MediaLibrary
Method or attribute name: getFileAssets(options: MediaFetchOptions, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: MediaLibrary
Method or attribute name: getFileAssets(options: MediaFetchOptions): Promise\;
Deprecated version: N/A|Class name: MediaLibrary
Method or attribute name: getFileAssets(options: MediaFetchOptions): Promise\;
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: MediaLibrary
Method or attribute name: on(type: 'deviceChange'\|'albumChange'\|'imageChange'\|'audioChange'\|'videoChange'\|'fileChange'\|'remoteFileChange', callback: Callback\): void;
Deprecated version: N/A|Class name: MediaLibrary
Method or attribute name: on(type: 'deviceChange'\|'albumChange'\|'imageChange'\|'audioChange'\|'videoChange'\|'fileChange'\|'remoteFileChange', callback: Callback\): void;
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: MediaLibrary
Method or attribute name: on(type: 'deviceChange'\|'albumChange'\|'imageChange'\|'audioChange'\|'videoChange'\|'fileChange'\|'remoteFileChange', callback: Callback\): void;
Deprecated version: N/A|Class name: MediaLibrary
Method or attribute name: on(type: 'deviceChange'\|'albumChange'\|'imageChange'\|'audioChange'\|'videoChange'\|'fileChange'\|'remoteFileChange', callback: Callback\): void;
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: MediaLibrary
Method or attribute name: on(type: 'deviceChange'\|'albumChange'\|'imageChange'\|'audioChange'\|'videoChange'\|'fileChange'\|'remoteFileChange', callback: Callback\): void;
Deprecated version: N/A|Class name: MediaLibrary
Method or attribute name: on(type: 'deviceChange'\|'albumChange'\|'imageChange'\|'audioChange'\|'videoChange'\|'fileChange'\|'remoteFileChange', callback: Callback\): void;
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: MediaLibrary
Method or attribute name: on(type: 'deviceChange'\|'albumChange'\|'imageChange'\|'audioChange'\|'videoChange'\|'fileChange'\|'remoteFileChange', callback: Callback\): void;
Deprecated version: N/A|Class name: MediaLibrary
Method or attribute name: on(type: 'deviceChange'\|'albumChange'\|'imageChange'\|'audioChange'\|'videoChange'\|'fileChange'\|'remoteFileChange', callback: Callback\): void;
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: MediaLibrary
Method or attribute name: on(type: 'deviceChange'\|'albumChange'\|'imageChange'\|'audioChange'\|'videoChange'\|'fileChange'\|'remoteFileChange', callback: Callback\): void;
Deprecated version: N/A|Class name: MediaLibrary
Method or attribute name: on(type: 'deviceChange'\|'albumChange'\|'imageChange'\|'audioChange'\|'videoChange'\|'fileChange'\|'remoteFileChange', callback: Callback\): void;
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: MediaLibrary
Method or attribute name: on(type: 'deviceChange'\|'albumChange'\|'imageChange'\|'audioChange'\|'videoChange'\|'fileChange'\|'remoteFileChange', callback: Callback\): void;
Deprecated version: N/A|Class name: MediaLibrary
Method or attribute name: on(type: 'deviceChange'\|'albumChange'\|'imageChange'\|'audioChange'\|'videoChange'\|'fileChange'\|'remoteFileChange', callback: Callback\): void;
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: MediaLibrary
Method or attribute name: on(type: 'deviceChange'\|'albumChange'\|'imageChange'\|'audioChange'\|'videoChange'\|'fileChange'\|'remoteFileChange', callback: Callback\): void;
Deprecated version: N/A|Class name: MediaLibrary
Method or attribute name: on(type: 'deviceChange'\|'albumChange'\|'imageChange'\|'audioChange'\|'videoChange'\|'fileChange'\|'remoteFileChange', callback: Callback\): void;
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: MediaLibrary
Method or attribute name: off(type: 'deviceChange'\|'albumChange'\|'imageChange'\|'audioChange'\|'videoChange'\|'fileChange'\|'remoteFileChange', callback?: Callback\): void;
Deprecated version: N/A|Class name: MediaLibrary
Method or attribute name: off(type: 'deviceChange'\|'albumChange'\|'imageChange'\|'audioChange'\|'videoChange'\|'fileChange'\|'remoteFileChange', callback?: Callback\): void;
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: MediaLibrary
Method or attribute name: off(type: 'deviceChange'\|'albumChange'\|'imageChange'\|'audioChange'\|'videoChange'\|'fileChange'\|'remoteFileChange', callback?: Callback\): void;
Deprecated version: N/A|Class name: MediaLibrary
Method or attribute name: off(type: 'deviceChange'\|'albumChange'\|'imageChange'\|'audioChange'\|'videoChange'\|'fileChange'\|'remoteFileChange', callback?: Callback\): void;
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: MediaLibrary
Method or attribute name: off(type: 'deviceChange'\|'albumChange'\|'imageChange'\|'audioChange'\|'videoChange'\|'fileChange'\|'remoteFileChange', callback?: Callback\): void;
Deprecated version: N/A|Class name: MediaLibrary
Method or attribute name: off(type: 'deviceChange'\|'albumChange'\|'imageChange'\|'audioChange'\|'videoChange'\|'fileChange'\|'remoteFileChange', callback?: Callback\): void;
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: MediaLibrary
Method or attribute name: off(type: 'deviceChange'\|'albumChange'\|'imageChange'\|'audioChange'\|'videoChange'\|'fileChange'\|'remoteFileChange', callback?: Callback\): void;
Deprecated version: N/A|Class name: MediaLibrary
Method or attribute name: off(type: 'deviceChange'\|'albumChange'\|'imageChange'\|'audioChange'\|'videoChange'\|'fileChange'\|'remoteFileChange', callback?: Callback\): void;
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: MediaLibrary
Method or attribute name: off(type: 'deviceChange'\|'albumChange'\|'imageChange'\|'audioChange'\|'videoChange'\|'fileChange'\|'remoteFileChange', callback?: Callback\): void;
Deprecated version: N/A|Class name: MediaLibrary
Method or attribute name: off(type: 'deviceChange'\|'albumChange'\|'imageChange'\|'audioChange'\|'videoChange'\|'fileChange'\|'remoteFileChange', callback?: Callback\): void;
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: MediaLibrary
Method or attribute name: off(type: 'deviceChange'\|'albumChange'\|'imageChange'\|'audioChange'\|'videoChange'\|'fileChange'\|'remoteFileChange', callback?: Callback\): void;
Deprecated version: N/A|Class name: MediaLibrary
Method or attribute name: off(type: 'deviceChange'\|'albumChange'\|'imageChange'\|'audioChange'\|'videoChange'\|'fileChange'\|'remoteFileChange', callback?: Callback\): void;
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: MediaLibrary
Method or attribute name: off(type: 'deviceChange'\|'albumChange'\|'imageChange'\|'audioChange'\|'videoChange'\|'fileChange'\|'remoteFileChange', callback?: Callback\): void;
Deprecated version: N/A|Class name: MediaLibrary
Method or attribute name: off(type: 'deviceChange'\|'albumChange'\|'imageChange'\|'audioChange'\|'videoChange'\|'fileChange'\|'remoteFileChange', callback?: Callback\): void;
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: MediaLibrary
Method or attribute name: createAsset(mediaType: MediaType, displayName: string, relativePath: string, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: MediaLibrary
Method or attribute name: createAsset(mediaType: MediaType, displayName: string, relativePath: string, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: MediaLibrary
Method or attribute name: createAsset(mediaType: MediaType, displayName: string, relativePath: string): Promise\;
Deprecated version: N/A|Class name: MediaLibrary
Method or attribute name: createAsset(mediaType: MediaType, displayName: string, relativePath: string): Promise\;
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: MediaLibrary
Method or attribute name: deleteAsset(uri: string, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: MediaLibrary
Method or attribute name: deleteAsset(uri: string, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: MediaLibrary
Method or attribute name: deleteAsset(uri: string): Promise\;
Deprecated version: N/A|Class name: MediaLibrary
Method or attribute name: deleteAsset(uri: string): Promise\;
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: MediaLibrary
Method or attribute name: getAlbums(options: MediaFetchOptions, callback: AsyncCallback\>): void;
Deprecated version: N/A|Class name: MediaLibrary
Method or attribute name: getAlbums(options: MediaFetchOptions, callback: AsyncCallback\>): void;
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: MediaLibrary
Method or attribute name: getAlbums(options: MediaFetchOptions): Promise\>;
Deprecated version: N/A|Class name: MediaLibrary
Method or attribute name: getAlbums(options: MediaFetchOptions): Promise\>;
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: MediaLibrary
Method or attribute name: storeMediaAsset(option: MediaAssetOption, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: MediaLibrary
Method or attribute name: storeMediaAsset(option: MediaAssetOption, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: N/A|@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: MediaLibrary
Method or attribute name: storeMediaAsset(option: MediaAssetOption): Promise\;
Deprecated version: N/A|Class name: MediaLibrary
Method or attribute name: storeMediaAsset(option: MediaAssetOption): Promise\;
Deprecated version: 9
Substitute API: N/A|@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: MediaLibrary
Method or attribute name: startImagePreview(images: Array\, index: number, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: MediaLibrary
Method or attribute name: startImagePreview(images: Array\, index: number, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: N/A|@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: MediaLibrary
Method or attribute name: startImagePreview(images: Array\, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: MediaLibrary
Method or attribute name: startImagePreview(images: Array\, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: N/A|@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: MediaLibrary
Method or attribute name: startImagePreview(images: Array\, index?: number): Promise\;
Deprecated version: N/A|Class name: MediaLibrary
Method or attribute name: startImagePreview(images: Array\, index?: number): Promise\;
Deprecated version: 9
Substitute API: N/A|@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: MediaLibrary
Method or attribute name: startMediaSelect(option: MediaSelectOption, callback: AsyncCallback\>): void;
Deprecated version: N/A|Class name: MediaLibrary
Method or attribute name: startMediaSelect(option: MediaSelectOption, callback: AsyncCallback\>): void;
Deprecated version: 9
Substitute API: N/A|@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: MediaLibrary
Method or attribute name: startMediaSelect(option: MediaSelectOption): Promise\>;
Deprecated version: N/A|Class name: MediaLibrary
Method or attribute name: startMediaSelect(option: MediaSelectOption): Promise\>;
Deprecated version: 9
Substitute API: N/A|@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: MediaLibrary
Method or attribute name: getActivePeers(callback: AsyncCallback\>): void;
Deprecated version: N/A|Class name: MediaLibrary
Method or attribute name: getActivePeers(callback: AsyncCallback\>): void;
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: MediaLibrary
Method or attribute name: getActivePeers(): Promise\>;
Deprecated version: N/A|Class name: MediaLibrary
Method or attribute name: getActivePeers(): Promise\>;
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: MediaLibrary
Method or attribute name: getAllPeers(callback: AsyncCallback\>): void;
Deprecated version: N/A|Class name: MediaLibrary
Method or attribute name: getAllPeers(callback: AsyncCallback\>): void;
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: MediaLibrary
Method or attribute name: getAllPeers(): Promise\>;
Deprecated version: N/A|Class name: MediaLibrary
Method or attribute name: getAllPeers(): Promise\>;
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: MediaLibrary
Method or attribute name: release(callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: MediaLibrary
Method or attribute name: release(callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: MediaLibrary
Method or attribute name: release(): Promise\;
Deprecated version: N/A|Class name: MediaLibrary
Method or attribute name: release(): Promise\;
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: Size
Deprecated version: N/A|Class name: Size
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: Size
Method or attribute name: width: number;
Deprecated version: N/A|Class name: Size
Method or attribute name: width: number;
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: Size
Method or attribute name: height: number;
Deprecated version: N/A|Class name: Size
Method or attribute name: height: number;
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: PeerInfo
Deprecated version: N/A|Class name: PeerInfo
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: PeerInfo
Method or attribute name: readonly deviceName: string;
Deprecated version: N/A|Class name: PeerInfo
Method or attribute name: readonly deviceName: string;
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: PeerInfo
Method or attribute name: readonly networkId: string;
Deprecated version: N/A|Class name: PeerInfo
Method or attribute name: readonly networkId: string;
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: PeerInfo
Method or attribute name: readonly deviceType: DeviceType;
Deprecated version: N/A|Class name: PeerInfo
Method or attribute name: readonly deviceType: DeviceType;
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: PeerInfo
Method or attribute name: readonly isOnline: boolean;
Deprecated version: N/A|Class name: PeerInfo
Method or attribute name: readonly isOnline: boolean;
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: DeviceType
Deprecated version: N/A|Class name: DeviceType
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: DeviceType
Method or attribute name: TYPE_UNKNOWN = 0
Deprecated version: N/A|Class name: DeviceType
Method or attribute name: TYPE_UNKNOWN = 0
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: DeviceType
Method or attribute name: TYPE_LAPTOP
Deprecated version: N/A|Class name: DeviceType
Method or attribute name: TYPE_LAPTOP
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: DeviceType
Method or attribute name: TYPE_PHONE
Deprecated version: N/A|Class name: DeviceType
Method or attribute name: TYPE_PHONE
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: DeviceType
Method or attribute name: TYPE_TABLET
Deprecated version: N/A|Class name: DeviceType
Method or attribute name: TYPE_TABLET
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: DeviceType
Method or attribute name: TYPE_WATCH
Deprecated version: N/A|Class name: DeviceType
Method or attribute name: TYPE_WATCH
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: DeviceType
Method or attribute name: TYPE_CAR
Deprecated version: N/A|Class name: DeviceType
Method or attribute name: TYPE_CAR
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Deprecated version changed|Class name: DeviceType
Method or attribute name: TYPE_TV
Deprecated version: N/A|Class name: DeviceType
Method or attribute name: TYPE_TV
Deprecated version: 9
Substitute API: ohos.file.picker |@ohos.multimedia.mediaLibrary.d.ts| +|Initial version changed|Class name: AudioManager
Method or attribute name: on(type: 'volumeChange', callback: Callback\): void;
Initial version: 8|Class name: AudioManager
Method or attribute name: on(type: 'volumeChange', callback: Callback\): void;
Initial version: 9|@ohos.multimedia.audio.d.ts| +|Initial version changed|Class name: VolumeEvent
Initial version: 8|Class name: VolumeEvent
Initial version: 9|@ohos.multimedia.audio.d.ts| +|Initial version changed|Class name: VolumeEvent
Method or attribute name: volumeType: AudioVolumeType;
Initial version: 8|Class name: VolumeEvent
Method or attribute name: volumeType: AudioVolumeType;
Initial version: 9|@ohos.multimedia.audio.d.ts| +|Initial version changed|Class name: VolumeEvent
Method or attribute name: volume: number;
Initial version: 8|Class name: VolumeEvent
Method or attribute name: volume: number;
Initial version: 9|@ohos.multimedia.audio.d.ts| +|Initial version changed|Class name: VolumeEvent
Method or attribute name: updateUi: boolean;
Initial version: 8|Class name: VolumeEvent
Method or attribute name: updateUi: boolean;
Initial version: 9|@ohos.multimedia.audio.d.ts| +|Permission changed|Class name: AudioPlayer
Method or attribute name: src: string;
Permission: ohos.permission.READ_MEDIA|Class name: AudioPlayer
Method or attribute name: src: string;
Permission: ohos.permission.READ_MEDIA or ohos.permission.INTERNET|@ohos.multimedia.media.d.ts| +|Permission deleted|Class name: VideoPlayer
Method or attribute name: prepare(callback: AsyncCallback\): void;
Permission: ohos.permission.MICROPHONE|Class name: VideoPlayer
Method or attribute name: prepare(callback: AsyncCallback\): void;
Permission: N/A|@ohos.multimedia.media.d.ts| +|Permission deleted|Class name: VideoPlayer
Method or attribute name: prepare(): Promise\;
Permission: ohos.permission.MICROPHONE|Class name: VideoPlayer
Method or attribute name: prepare(): Promise\;
Permission: N/A|@ohos.multimedia.media.d.ts| +|Function changed|Class name: AudioRenderer
Method or attribute name: on(type: "markReach", frame: number, callback: (position: number) => {}): void;
|Class name: AudioRenderer
Method or attribute name: on(type: "markReach", frame: number, callback: Callback\): void;
|@ohos.multimedia.audio.d.ts| +|Function changed|Class name: AudioRenderer
Method or attribute name: on(type: "periodReach", frame: number, callback: (position: number) => {}): void;
|Class name: AudioRenderer
Method or attribute name: on(type: "periodReach", frame: number, callback: Callback\): void;
|@ohos.multimedia.audio.d.ts| +|Function changed|Class name: AudioCapturer
Method or attribute name: on(type: "markReach", frame: number, callback: (position: number) => {}): void;
|Class name: AudioCapturer
Method or attribute name: on(type: "markReach", frame: number, callback: Callback\): void;
|@ohos.multimedia.audio.d.ts| +|Function changed|Class name: AudioCapturer
Method or attribute name: on(type: "periodReach", frame: number, callback: (position: number) => {}): void;
|Class name: AudioCapturer
Method or attribute name: on(type: "periodReach", frame: number, callback: Callback\): void;
|@ohos.multimedia.audio.d.ts| diff --git a/en/release-notes/api-diff/v3.2-Release/js-apidiff-notification.md b/en/release-notes/api-diff/v3.2-Release/js-apidiff-notification.md new file mode 100644 index 0000000000000000000000000000000000000000..7d79578484eea5f21c23e88901463766e8ce79aa --- /dev/null +++ b/en/release-notes/api-diff/v3.2-Release/js-apidiff-notification.md @@ -0,0 +1,559 @@ +| Change Type | Old Version | New Version | d.ts File | +| ---- | ------ | ------ | -------- | +|Added|NA|Module name: ohos.commonEventManager
Class name: commonEventManager|@ohos.commonEventManager.d.ts| +|Added|NA|Module name: ohos.commonEventManager
Class name: commonEventManager
Method or attribute name: function publish(event: string, callback: AsyncCallback\): void;|@ohos.commonEventManager.d.ts| +|Added|NA|Module name: ohos.commonEventManager
Class name: commonEventManager
Method or attribute name: function publish(event: string, options: CommonEventPublishData, callback: AsyncCallback\): void;|@ohos.commonEventManager.d.ts| +|Added|NA|Module name: ohos.commonEventManager
Class name: commonEventManager
Method or attribute name: function publishAsUser(event: string, userId: number, callback: AsyncCallback\): void;|@ohos.commonEventManager.d.ts| +|Added|NA|Module name: ohos.commonEventManager
Class name: commonEventManager
Method or attribute name: function publishAsUser(event: string, userId: number, options: CommonEventPublishData, callback: AsyncCallback\): void;|@ohos.commonEventManager.d.ts| +|Added|NA|Module name: ohos.commonEventManager
Class name: commonEventManager
Method or attribute name: function createSubscriber(subscribeInfo: CommonEventSubscribeInfo, callback: AsyncCallback\): void;|@ohos.commonEventManager.d.ts| +|Added|NA|Module name: ohos.commonEventManager
Class name: commonEventManager
Method or attribute name: function createSubscriber(subscribeInfo: CommonEventSubscribeInfo): Promise\;|@ohos.commonEventManager.d.ts| +|Added|NA|Module name: ohos.commonEventManager
Class name: commonEventManager
Method or attribute name: function subscribe(subscriber: CommonEventSubscriber, callback: AsyncCallback\): void;|@ohos.commonEventManager.d.ts| +|Added|NA|Module name: ohos.commonEventManager
Class name: commonEventManager
Method or attribute name: function unsubscribe(subscriber: CommonEventSubscriber, callback?: AsyncCallback\): void;|@ohos.commonEventManager.d.ts| +|Added|NA|Module name: ohos.commonEventManager
Class name: Support|@ohos.commonEventManager.d.ts| +|Added|NA|Module name: ohos.commonEventManager
Class name: Support
Method or attribute name: COMMON_EVENT_BOOT_COMPLETED = "usual.event.BOOT_COMPLETED"|@ohos.commonEventManager.d.ts| +|Added|NA|Module name: ohos.commonEventManager
Class name: Support
Method or attribute name: COMMON_EVENT_LOCKED_BOOT_COMPLETED = "usual.event.LOCKED_BOOT_COMPLETED"|@ohos.commonEventManager.d.ts| +|Added|NA|Module name: ohos.commonEventManager
Class name: Support
Method or attribute name: COMMON_EVENT_SHUTDOWN = "usual.event.SHUTDOWN"|@ohos.commonEventManager.d.ts| +|Added|NA|Module name: ohos.commonEventManager
Class name: Support
Method or attribute name: COMMON_EVENT_BATTERY_CHANGED = "usual.event.BATTERY_CHANGED"|@ohos.commonEventManager.d.ts| +|Added|NA|Module name: ohos.commonEventManager
Class name: Support
Method or attribute name: COMMON_EVENT_BATTERY_LOW = "usual.event.BATTERY_LOW"|@ohos.commonEventManager.d.ts| +|Added|NA|Module name: ohos.commonEventManager
Class name: Support
Method or attribute name: COMMON_EVENT_BATTERY_OKAY = "usual.event.BATTERY_OKAY"|@ohos.commonEventManager.d.ts| +|Added|NA|Module name: ohos.commonEventManager
Class name: Support
Method or attribute name: COMMON_EVENT_POWER_CONNECTED = "usual.event.POWER_CONNECTED"|@ohos.commonEventManager.d.ts| +|Added|NA|Module name: ohos.commonEventManager
Class name: Support
Method or attribute name: COMMON_EVENT_POWER_DISCONNECTED = "usual.event.POWER_DISCONNECTED"|@ohos.commonEventManager.d.ts| +|Added|NA|Module name: ohos.commonEventManager
Class name: Support
Method or attribute name: COMMON_EVENT_SCREEN_OFF = "usual.event.SCREEN_OFF"|@ohos.commonEventManager.d.ts| +|Added|NA|Module name: ohos.commonEventManager
Class name: Support
Method or attribute name: COMMON_EVENT_SCREEN_ON = "usual.event.SCREEN_ON"|@ohos.commonEventManager.d.ts| +|Added|NA|Module name: ohos.commonEventManager
Class name: Support
Method or attribute name: COMMON_EVENT_THERMAL_LEVEL_CHANGED = "usual.event.THERMAL_LEVEL_CHANGED"|@ohos.commonEventManager.d.ts| +|Added|NA|Module name: ohos.commonEventManager
Class name: Support
Method or attribute name: COMMON_EVENT_USER_PRESENT = "usual.event.USER_PRESENT"|@ohos.commonEventManager.d.ts| +|Added|NA|Module name: ohos.commonEventManager
Class name: Support
Method or attribute name: COMMON_EVENT_TIME_TICK = "usual.event.TIME_TICK"|@ohos.commonEventManager.d.ts| +|Added|NA|Module name: ohos.commonEventManager
Class name: Support
Method or attribute name: COMMON_EVENT_TIME_CHANGED = "usual.event.TIME_CHANGED"|@ohos.commonEventManager.d.ts| +|Added|NA|Module name: ohos.commonEventManager
Class name: Support
Method or attribute name: COMMON_EVENT_DATE_CHANGED = "usual.event.DATE_CHANGED"|@ohos.commonEventManager.d.ts| +|Added|NA|Module name: ohos.commonEventManager
Class name: Support
Method or attribute name: COMMON_EVENT_TIMEZONE_CHANGED = "usual.event.TIMEZONE_CHANGED"|@ohos.commonEventManager.d.ts| +|Added|NA|Module name: ohos.commonEventManager
Class name: Support
Method or attribute name: COMMON_EVENT_CLOSE_SYSTEM_DIALOGS = "usual.event.CLOSE_SYSTEM_DIALOGS"|@ohos.commonEventManager.d.ts| +|Added|NA|Module name: ohos.commonEventManager
Class name: Support
Method or attribute name: COMMON_EVENT_PACKAGE_ADDED = "usual.event.PACKAGE_ADDED"|@ohos.commonEventManager.d.ts| +|Added|NA|Module name: ohos.commonEventManager
Class name: Support
Method or attribute name: COMMON_EVENT_PACKAGE_REPLACED = "usual.event.PACKAGE_REPLACED"|@ohos.commonEventManager.d.ts| +|Added|NA|Module name: ohos.commonEventManager
Class name: Support
Method or attribute name: COMMON_EVENT_MY_PACKAGE_REPLACED = "usual.event.MY_PACKAGE_REPLACED"|@ohos.commonEventManager.d.ts| +|Added|NA|Module name: ohos.commonEventManager
Class name: Support
Method or attribute name: COMMON_EVENT_PACKAGE_REMOVED = "usual.event.PACKAGE_REMOVED"|@ohos.commonEventManager.d.ts| +|Added|NA|Module name: ohos.commonEventManager
Class name: Support
Method or attribute name: COMMON_EVENT_BUNDLE_REMOVED = "usual.event.BUNDLE_REMOVED"|@ohos.commonEventManager.d.ts| +|Added|NA|Module name: ohos.commonEventManager
Class name: Support
Method or attribute name: COMMON_EVENT_PACKAGE_FULLY_REMOVED = "usual.event.PACKAGE_FULLY_REMOVED"|@ohos.commonEventManager.d.ts| +|Added|NA|Module name: ohos.commonEventManager
Class name: Support
Method or attribute name: COMMON_EVENT_PACKAGE_CHANGED = "usual.event.PACKAGE_CHANGED"|@ohos.commonEventManager.d.ts| +|Added|NA|Module name: ohos.commonEventManager
Class name: Support
Method or attribute name: COMMON_EVENT_PACKAGE_RESTARTED = "usual.event.PACKAGE_RESTARTED"|@ohos.commonEventManager.d.ts| +|Added|NA|Module name: ohos.commonEventManager
Class name: Support
Method or attribute name: COMMON_EVENT_PACKAGE_DATA_CLEARED = "usual.event.PACKAGE_DATA_CLEARED"|@ohos.commonEventManager.d.ts| +|Added|NA|Module name: ohos.commonEventManager
Class name: Support
Method or attribute name: COMMON_EVENT_PACKAGE_CACHE_CLEARED = "usual.event.PACKAGE_CACHE_CLEARED"|@ohos.commonEventManager.d.ts| +|Added|NA|Module name: ohos.commonEventManager
Class name: Support
Method or attribute name: COMMON_EVENT_PACKAGES_SUSPENDED = "usual.event.PACKAGES_SUSPENDED"|@ohos.commonEventManager.d.ts| +|Added|NA|Module name: ohos.commonEventManager
Class name: Support
Method or attribute name: COMMON_EVENT_PACKAGES_UNSUSPENDED = "usual.event.PACKAGES_UNSUSPENDED"|@ohos.commonEventManager.d.ts| +|Added|NA|Module name: ohos.commonEventManager
Class name: Support
Method or attribute name: COMMON_EVENT_MY_PACKAGE_SUSPENDED = "usual.event.MY_PACKAGE_SUSPENDED"|@ohos.commonEventManager.d.ts| +|Added|NA|Module name: ohos.commonEventManager
Class name: Support
Method or attribute name: COMMON_EVENT_MY_PACKAGE_UNSUSPENDED = "usual.event.MY_PACKAGE_UNSUSPENDED"|@ohos.commonEventManager.d.ts| +|Added|NA|Module name: ohos.commonEventManager
Class name: Support
Method or attribute name: COMMON_EVENT_UID_REMOVED = "usual.event.UID_REMOVED"|@ohos.commonEventManager.d.ts| +|Added|NA|Module name: ohos.commonEventManager
Class name: Support
Method or attribute name: COMMON_EVENT_PACKAGE_FIRST_LAUNCH = "usual.event.PACKAGE_FIRST_LAUNCH"|@ohos.commonEventManager.d.ts| +|Added|NA|Module name: ohos.commonEventManager
Class name: Support
Method or attribute name: COMMON_EVENT_PACKAGE_NEEDS_VERIFICATION =
"usual.event.PACKAGE_NEEDS_VERIFICATION"|@ohos.commonEventManager.d.ts| +|Added|NA|Module name: ohos.commonEventManager
Class name: Support
Method or attribute name: COMMON_EVENT_PACKAGE_VERIFIED = "usual.event.PACKAGE_VERIFIED"|@ohos.commonEventManager.d.ts| +|Added|NA|Module name: ohos.commonEventManager
Class name: Support
Method or attribute name: COMMON_EVENT_EXTERNAL_APPLICATIONS_AVAILABLE =
"usual.event.EXTERNAL_APPLICATIONS_AVAILABLE"|@ohos.commonEventManager.d.ts| +|Added|NA|Module name: ohos.commonEventManager
Class name: Support
Method or attribute name: COMMON_EVENT_EXTERNAL_APPLICATIONS_UNAVAILABLE =
"usual.event.EXTERNAL_APPLICATIONS_UNAVAILABLE"|@ohos.commonEventManager.d.ts| +|Added|NA|Module name: ohos.commonEventManager
Class name: Support
Method or attribute name: COMMON_EVENT_CONFIGURATION_CHANGED = "usual.event.CONFIGURATION_CHANGED"|@ohos.commonEventManager.d.ts| +|Added|NA|Module name: ohos.commonEventManager
Class name: Support
Method or attribute name: COMMON_EVENT_LOCALE_CHANGED = "usual.event.LOCALE_CHANGED"|@ohos.commonEventManager.d.ts| +|Added|NA|Module name: ohos.commonEventManager
Class name: Support
Method or attribute name: COMMON_EVENT_MANAGE_PACKAGE_STORAGE = "usual.event.MANAGE_PACKAGE_STORAGE"|@ohos.commonEventManager.d.ts| +|Added|NA|Module name: ohos.commonEventManager
Class name: Support
Method or attribute name: COMMON_EVENT_DRIVE_MODE = "common.event.DRIVE_MODE"|@ohos.commonEventManager.d.ts| +|Added|NA|Module name: ohos.commonEventManager
Class name: Support
Method or attribute name: COMMON_EVENT_HOME_MODE = "common.event.HOME_MODE"|@ohos.commonEventManager.d.ts| +|Added|NA|Module name: ohos.commonEventManager
Class name: Support
Method or attribute name: COMMON_EVENT_OFFICE_MODE = "common.event.OFFICE_MODE"|@ohos.commonEventManager.d.ts| +|Added|NA|Module name: ohos.commonEventManager
Class name: Support
Method or attribute name: COMMON_EVENT_USER_STARTED = "usual.event.USER_STARTED"|@ohos.commonEventManager.d.ts| +|Added|NA|Module name: ohos.commonEventManager
Class name: Support
Method or attribute name: COMMON_EVENT_USER_BACKGROUND = "usual.event.USER_BACKGROUND"|@ohos.commonEventManager.d.ts| +|Added|NA|Module name: ohos.commonEventManager
Class name: Support
Method or attribute name: COMMON_EVENT_USER_FOREGROUND = "usual.event.USER_FOREGROUND"|@ohos.commonEventManager.d.ts| +|Added|NA|Module name: ohos.commonEventManager
Class name: Support
Method or attribute name: COMMON_EVENT_USER_SWITCHED = "usual.event.USER_SWITCHED"|@ohos.commonEventManager.d.ts| +|Added|NA|Module name: ohos.commonEventManager
Class name: Support
Method or attribute name: COMMON_EVENT_USER_STARTING = "usual.event.USER_STARTING"|@ohos.commonEventManager.d.ts| +|Added|NA|Module name: ohos.commonEventManager
Class name: Support
Method or attribute name: COMMON_EVENT_USER_UNLOCKED = "usual.event.USER_UNLOCKED"|@ohos.commonEventManager.d.ts| +|Added|NA|Module name: ohos.commonEventManager
Class name: Support
Method or attribute name: COMMON_EVENT_USER_STOPPING = "usual.event.USER_STOPPING"|@ohos.commonEventManager.d.ts| +|Added|NA|Module name: ohos.commonEventManager
Class name: Support
Method or attribute name: COMMON_EVENT_USER_STOPPED = "usual.event.USER_STOPPED"|@ohos.commonEventManager.d.ts| +|Added|NA|Module name: ohos.commonEventManager
Class name: Support
Method or attribute name: COMMON_EVENT_DISTRIBUTED_ACCOUNT_LOGIN = "common.event.DISTRIBUTED_ACCOUNT_LOGIN"|@ohos.commonEventManager.d.ts| +|Added|NA|Module name: ohos.commonEventManager
Class name: Support
Method or attribute name: COMMON_EVENT_DISTRIBUTED_ACCOUNT_LOGOUT = "common.event.DISTRIBUTED_ACCOUNT_LOGOUT"|@ohos.commonEventManager.d.ts| +|Added|NA|Module name: ohos.commonEventManager
Class name: Support
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
Class name: Support
Method or attribute name: COMMON_EVENT_DISTRIBUTED_ACCOUNT_LOGOFF = "common.event.DISTRIBUTED_ACCOUNT_LOGOFF"|@ohos.commonEventManager.d.ts| +|Added|NA|Module name: ohos.commonEventManager
Class name: Support
Method or attribute name: COMMON_EVENT_WIFI_POWER_STATE = "usual.event.wifi.POWER_STATE"|@ohos.commonEventManager.d.ts| +|Added|NA|Module name: ohos.commonEventManager
Class name: Support
Method or attribute name: COMMON_EVENT_WIFI_SCAN_FINISHED = "usual.event.wifi.SCAN_FINISHED"|@ohos.commonEventManager.d.ts| +|Added|NA|Module name: ohos.commonEventManager
Class name: Support
Method or attribute name: COMMON_EVENT_WIFI_RSSI_VALUE = "usual.event.wifi.RSSI_VALUE"|@ohos.commonEventManager.d.ts| +|Added|NA|Module name: ohos.commonEventManager
Class name: Support
Method or attribute name: COMMON_EVENT_WIFI_CONN_STATE = "usual.event.wifi.CONN_STATE"|@ohos.commonEventManager.d.ts| +|Added|NA|Module name: ohos.commonEventManager
Class name: Support
Method or attribute name: COMMON_EVENT_WIFI_HOTSPOT_STATE = "usual.event.wifi.HOTSPOT_STATE"|@ohos.commonEventManager.d.ts| +|Added|NA|Module name: ohos.commonEventManager
Class name: Support
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
Class name: Support
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
Class name: Support
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
Class name: Support
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
Class name: Support
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
Class name: Support
Method or attribute name: COMMON_EVENT_WIFI_P2P_PEERS_STATE_CHANGED =
"usual.event.wifi.p2p.DEVICES_CHANGE"|@ohos.commonEventManager.d.ts| +|Added|NA|Module name: ohos.commonEventManager
Class name: Support
Method or attribute name: COMMON_EVENT_WIFI_P2P_PEERS_DISCOVERY_STATE_CHANGED =
"usual.event.wifi.p2p.PEER_DISCOVERY_STATE_CHANGE"|@ohos.commonEventManager.d.ts| +|Added|NA|Module name: ohos.commonEventManager
Class name: Support
Method or attribute name: COMMON_EVENT_WIFI_P2P_CURRENT_DEVICE_STATE_CHANGED =
"usual.event.wifi.p2p.CURRENT_DEVICE_CHANGE"|@ohos.commonEventManager.d.ts| +|Added|NA|Module name: ohos.commonEventManager
Class name: Support
Method or attribute name: COMMON_EVENT_WIFI_P2P_GROUP_STATE_CHANGED =
"usual.event.wifi.p2p.GROUP_STATE_CHANGED"|@ohos.commonEventManager.d.ts| +|Added|NA|Module name: ohos.commonEventManager
Class name: Support
Method or attribute name: COMMON_EVENT_BLUETOOTH_HANDSFREE_AG_CONNECT_STATE_UPDATE =
"usual.event.bluetooth.handsfree.ag.CONNECT_STATE_UPDATE"|@ohos.commonEventManager.d.ts| +|Added|NA|Module name: ohos.commonEventManager
Class name: Support
Method or attribute name: COMMON_EVENT_BLUETOOTH_HANDSFREE_AG_CURRENT_DEVICE_UPDATE =
"usual.event.bluetooth.handsfree.ag.CURRENT_DEVICE_UPDATE"|@ohos.commonEventManager.d.ts| +|Added|NA|Module name: ohos.commonEventManager
Class name: Support
Method or attribute name: COMMON_EVENT_BLUETOOTH_HANDSFREE_AG_AUDIO_STATE_UPDATE =
"usual.event.bluetooth.handsfree.ag.AUDIO_STATE_UPDATE"|@ohos.commonEventManager.d.ts| +|Added|NA|Module name: ohos.commonEventManager
Class name: Support
Method or attribute name: COMMON_EVENT_BLUETOOTH_A2DPSOURCE_CONNECT_STATE_UPDATE =
"usual.event.bluetooth.a2dpsource.CONNECT_STATE_UPDATE"|@ohos.commonEventManager.d.ts| +|Added|NA|Module name: ohos.commonEventManager
Class name: Support
Method or attribute name: COMMON_EVENT_BLUETOOTH_A2DPSOURCE_CURRENT_DEVICE_UPDATE =
"usual.event.bluetooth.a2dpsource.CURRENT_DEVICE_UPDATE"|@ohos.commonEventManager.d.ts| +|Added|NA|Module name: ohos.commonEventManager
Class name: Support
Method or attribute name: COMMON_EVENT_BLUETOOTH_A2DPSOURCE_PLAYING_STATE_UPDATE =
"usual.event.bluetooth.a2dpsource.PLAYING_STATE_UPDATE"|@ohos.commonEventManager.d.ts| +|Added|NA|Module name: ohos.commonEventManager
Class name: Support
Method or attribute name: COMMON_EVENT_BLUETOOTH_A2DPSOURCE_AVRCP_CONNECT_STATE_UPDATE =
"usual.event.bluetooth.a2dpsource.AVRCP_CONNECT_STATE_UPDATE"|@ohos.commonEventManager.d.ts| +|Added|NA|Module name: ohos.commonEventManager
Class name: Support
Method or attribute name: COMMON_EVENT_BLUETOOTH_A2DPSOURCE_CODEC_VALUE_UPDATE =
"usual.event.bluetooth.a2dpsource.CODEC_VALUE_UPDATE"|@ohos.commonEventManager.d.ts| +|Added|NA|Module name: ohos.commonEventManager
Class name: Support
Method or attribute name: COMMON_EVENT_BLUETOOTH_REMOTEDEVICE_DISCOVERED =
"usual.event.bluetooth.remotedevice.DISCOVERED"|@ohos.commonEventManager.d.ts| +|Added|NA|Module name: ohos.commonEventManager
Class name: Support
Method or attribute name: COMMON_EVENT_BLUETOOTH_REMOTEDEVICE_CLASS_VALUE_UPDATE =
"usual.event.bluetooth.remotedevice.CLASS_VALUE_UPDATE"|@ohos.commonEventManager.d.ts| +|Added|NA|Module name: ohos.commonEventManager
Class name: Support
Method or attribute name: COMMON_EVENT_BLUETOOTH_REMOTEDEVICE_ACL_CONNECTED =
"usual.event.bluetooth.remotedevice.ACL_CONNECTED"|@ohos.commonEventManager.d.ts| +|Added|NA|Module name: ohos.commonEventManager
Class name: Support
Method or attribute name: COMMON_EVENT_BLUETOOTH_REMOTEDEVICE_ACL_DISCONNECTED =
"usual.event.bluetooth.remotedevice.ACL_DISCONNECTED"|@ohos.commonEventManager.d.ts| +|Added|NA|Module name: ohos.commonEventManager
Class name: Support
Method or attribute name: COMMON_EVENT_BLUETOOTH_REMOTEDEVICE_NAME_UPDATE =
"usual.event.bluetooth.remotedevice.NAME_UPDATE"|@ohos.commonEventManager.d.ts| +|Added|NA|Module name: ohos.commonEventManager
Class name: Support
Method or attribute name: COMMON_EVENT_BLUETOOTH_REMOTEDEVICE_PAIR_STATE =
"usual.event.bluetooth.remotedevice.PAIR_STATE"|@ohos.commonEventManager.d.ts| +|Added|NA|Module name: ohos.commonEventManager
Class name: Support
Method or attribute name: COMMON_EVENT_BLUETOOTH_REMOTEDEVICE_BATTERY_VALUE_UPDATE =
"usual.event.bluetooth.remotedevice.BATTERY_VALUE_UPDATE"|@ohos.commonEventManager.d.ts| +|Added|NA|Module name: ohos.commonEventManager
Class name: Support
Method or attribute name: COMMON_EVENT_BLUETOOTH_REMOTEDEVICE_SDP_RESULT =
"usual.event.bluetooth.remotedevice.SDP_RESULT"|@ohos.commonEventManager.d.ts| +|Added|NA|Module name: ohos.commonEventManager
Class name: Support
Method or attribute name: COMMON_EVENT_BLUETOOTH_REMOTEDEVICE_UUID_VALUE =
"usual.event.bluetooth.remotedevice.UUID_VALUE"|@ohos.commonEventManager.d.ts| +|Added|NA|Module name: ohos.commonEventManager
Class name: Support
Method or attribute name: COMMON_EVENT_BLUETOOTH_REMOTEDEVICE_PAIRING_REQ =
"usual.event.bluetooth.remotedevice.PAIRING_REQ"|@ohos.commonEventManager.d.ts| +|Added|NA|Module name: ohos.commonEventManager
Class name: Support
Method or attribute name: COMMON_EVENT_BLUETOOTH_REMOTEDEVICE_PAIRING_CANCEL =
"usual.event.bluetooth.remotedevice.PAIRING_CANCEL"|@ohos.commonEventManager.d.ts| +|Added|NA|Module name: ohos.commonEventManager
Class name: Support
Method or attribute name: COMMON_EVENT_BLUETOOTH_REMOTEDEVICE_CONNECT_REQ =
"usual.event.bluetooth.remotedevice.CONNECT_REQ"|@ohos.commonEventManager.d.ts| +|Added|NA|Module name: ohos.commonEventManager
Class name: Support
Method or attribute name: COMMON_EVENT_BLUETOOTH_REMOTEDEVICE_CONNECT_REPLY =
"usual.event.bluetooth.remotedevice.CONNECT_REPLY"|@ohos.commonEventManager.d.ts| +|Added|NA|Module name: ohos.commonEventManager
Class name: Support
Method or attribute name: COMMON_EVENT_BLUETOOTH_REMOTEDEVICE_CONNECT_CANCEL =
"usual.event.bluetooth.remotedevice.CONNECT_CANCEL"|@ohos.commonEventManager.d.ts| +|Added|NA|Module name: ohos.commonEventManager
Class name: Support
Method or attribute name: COMMON_EVENT_BLUETOOTH_HANDSFREEUNIT_CONNECT_STATE_UPDATE =
"usual.event.bluetooth.handsfreeunit.CONNECT_STATE_UPDATE"|@ohos.commonEventManager.d.ts| +|Added|NA|Module name: ohos.commonEventManager
Class name: Support
Method or attribute name: COMMON_EVENT_BLUETOOTH_HANDSFREEUNIT_AUDIO_STATE_UPDATE =
"usual.event.bluetooth.handsfreeunit.AUDIO_STATE_UPDATE"|@ohos.commonEventManager.d.ts| +|Added|NA|Module name: ohos.commonEventManager
Class name: Support
Method or attribute name: COMMON_EVENT_BLUETOOTH_HANDSFREEUNIT_AG_COMMON_EVENT =
"usual.event.bluetooth.handsfreeunit.AG_COMMON_EVENT"|@ohos.commonEventManager.d.ts| +|Added|NA|Module name: ohos.commonEventManager
Class name: Support
Method or attribute name: COMMON_EVENT_BLUETOOTH_HANDSFREEUNIT_AG_CALL_STATE_UPDATE =
"usual.event.bluetooth.handsfreeunit.AG_CALL_STATE_UPDATE"|@ohos.commonEventManager.d.ts| +|Added|NA|Module name: ohos.commonEventManager
Class name: Support
Method or attribute name: COMMON_EVENT_BLUETOOTH_HOST_STATE_UPDATE =
"usual.event.bluetooth.host.STATE_UPDATE"|@ohos.commonEventManager.d.ts| +|Added|NA|Module name: ohos.commonEventManager
Class name: Support
Method or attribute name: COMMON_EVENT_BLUETOOTH_HOST_REQ_DISCOVERABLE =
"usual.event.bluetooth.host.REQ_DISCOVERABLE"|@ohos.commonEventManager.d.ts| +|Added|NA|Module name: ohos.commonEventManager
Class name: Support
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
Class name: Support
Method or attribute name: COMMON_EVENT_BLUETOOTH_HOST_REQ_DISABLE =
"usual.event.bluetooth.host.REQ_DISABLE"|@ohos.commonEventManager.d.ts| +|Added|NA|Module name: ohos.commonEventManager
Class name: Support
Method or attribute name: COMMON_EVENT_BLUETOOTH_HOST_SCAN_MODE_UPDATE =
"usual.event.bluetooth.host.SCAN_MODE_UPDATE"|@ohos.commonEventManager.d.ts| +|Added|NA|Module name: ohos.commonEventManager
Class name: Support
Method or attribute name: COMMON_EVENT_BLUETOOTH_HOST_DISCOVERY_STARTED =
"usual.event.bluetooth.host.DISCOVERY_STARTED"|@ohos.commonEventManager.d.ts| +|Added|NA|Module name: ohos.commonEventManager
Class name: Support
Method or attribute name: COMMON_EVENT_BLUETOOTH_HOST_DISCOVERY_FINISHED =
"usual.event.bluetooth.host.DISCOVERY_FINISHED"|@ohos.commonEventManager.d.ts| +|Added|NA|Module name: ohos.commonEventManager
Class name: Support
Method or attribute name: COMMON_EVENT_BLUETOOTH_HOST_NAME_UPDATE =
"usual.event.bluetooth.host.NAME_UPDATE"|@ohos.commonEventManager.d.ts| +|Added|NA|Module name: ohos.commonEventManager
Class name: Support
Method or attribute name: COMMON_EVENT_BLUETOOTH_A2DPSINK_CONNECT_STATE_UPDATE =
"usual.event.bluetooth.a2dpsink.CONNECT_STATE_UPDATE"|@ohos.commonEventManager.d.ts| +|Added|NA|Module name: ohos.commonEventManager
Class name: Support
Method or attribute name: COMMON_EVENT_BLUETOOTH_A2DPSINK_PLAYING_STATE_UPDATE =
"usual.event.bluetooth.a2dpsink.PLAYING_STATE_UPDATE"|@ohos.commonEventManager.d.ts| +|Added|NA|Module name: ohos.commonEventManager
Class name: Support
Method or attribute name: COMMON_EVENT_BLUETOOTH_A2DPSINK_AUDIO_STATE_UPDATE =
"usual.event.bluetooth.a2dpsink.AUDIO_STATE_UPDATE"|@ohos.commonEventManager.d.ts| +|Added|NA|Module name: ohos.commonEventManager
Class name: Support
Method or attribute name: COMMON_EVENT_NFC_ACTION_ADAPTER_STATE_CHANGED =
"usual.event.nfc.action.ADAPTER_STATE_CHANGED"|@ohos.commonEventManager.d.ts| +|Added|NA|Module name: ohos.commonEventManager
Class name: Support
Method or attribute name: COMMON_EVENT_NFC_ACTION_RF_FIELD_ON_DETECTED =
"usual.event.nfc.action.RF_FIELD_ON_DETECTED"|@ohos.commonEventManager.d.ts| +|Added|NA|Module name: ohos.commonEventManager
Class name: Support
Method or attribute name: COMMON_EVENT_NFC_ACTION_RF_FIELD_OFF_DETECTED =
"usual.event.nfc.action.RF_FIELD_OFF_DETECTED"|@ohos.commonEventManager.d.ts| +|Added|NA|Module name: ohos.commonEventManager
Class name: Support
Method or attribute name: COMMON_EVENT_DISCHARGING = "usual.event.DISCHARGING"|@ohos.commonEventManager.d.ts| +|Added|NA|Module name: ohos.commonEventManager
Class name: Support
Method or attribute name: COMMON_EVENT_CHARGING = "usual.event.CHARGING"|@ohos.commonEventManager.d.ts| +|Added|NA|Module name: ohos.commonEventManager
Class name: Support
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
Class name: Support
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
Class name: Support
Method or attribute name: COMMON_EVENT_USER_ADDED = "usual.event.USER_ADDED"|@ohos.commonEventManager.d.ts| +|Added|NA|Module name: ohos.commonEventManager
Class name: Support
Method or attribute name: COMMON_EVENT_USER_REMOVED = "usual.event.USER_REMOVED"|@ohos.commonEventManager.d.ts| +|Added|NA|Module name: ohos.commonEventManager
Class name: Support
Method or attribute name: COMMON_EVENT_ABILITY_ADDED = "common.event.ABILITY_ADDED"|@ohos.commonEventManager.d.ts| +|Added|NA|Module name: ohos.commonEventManager
Class name: Support
Method or attribute name: COMMON_EVENT_ABILITY_REMOVED = "common.event.ABILITY_REMOVED"|@ohos.commonEventManager.d.ts| +|Added|NA|Module name: ohos.commonEventManager
Class name: Support
Method or attribute name: COMMON_EVENT_ABILITY_UPDATED = "common.event.ABILITY_UPDATED"|@ohos.commonEventManager.d.ts| +|Added|NA|Module name: ohos.commonEventManager
Class name: Support
Method or attribute name: COMMON_EVENT_LOCATION_MODE_STATE_CHANGED =
"usual.event.location.MODE_STATE_CHANGED"|@ohos.commonEventManager.d.ts| +|Added|NA|Module name: ohos.commonEventManager
Class name: Support
Method or attribute name: COMMON_EVENT_IVI_SLEEP = "common.event.IVI_SLEEP"|@ohos.commonEventManager.d.ts| +|Added|NA|Module name: ohos.commonEventManager
Class name: Support
Method or attribute name: COMMON_EVENT_IVI_PAUSE = "common.event.IVI_PAUSE"|@ohos.commonEventManager.d.ts| +|Added|NA|Module name: ohos.commonEventManager
Class name: Support
Method or attribute name: COMMON_EVENT_IVI_STANDBY = "common.event.IVI_STANDBY"|@ohos.commonEventManager.d.ts| +|Added|NA|Module name: ohos.commonEventManager
Class name: Support
Method or attribute name: COMMON_EVENT_IVI_LASTMODE_SAVE = "common.event.IVI_LASTMODE_SAVE"|@ohos.commonEventManager.d.ts| +|Added|NA|Module name: ohos.commonEventManager
Class name: Support
Method or attribute name: COMMON_EVENT_IVI_VOLTAGE_ABNORMAL = "common.event.IVI_VOLTAGE_ABNORMAL"|@ohos.commonEventManager.d.ts| +|Added|NA|Module name: ohos.commonEventManager
Class name: Support
Method or attribute name: COMMON_EVENT_IVI_HIGH_TEMPERATURE = "common.event.IVI_HIGH_TEMPERATURE"|@ohos.commonEventManager.d.ts| +|Added|NA|Module name: ohos.commonEventManager
Class name: Support
Method or attribute name: COMMON_EVENT_IVI_EXTREME_TEMPERATURE = "common.event.IVI_EXTREME_TEMPERATURE"|@ohos.commonEventManager.d.ts| +|Added|NA|Module name: ohos.commonEventManager
Class name: Support
Method or attribute name: COMMON_EVENT_IVI_TEMPERATURE_ABNORMAL = "common.event.IVI_TEMPERATURE_ABNORMAL"|@ohos.commonEventManager.d.ts| +|Added|NA|Module name: ohos.commonEventManager
Class name: Support
Method or attribute name: COMMON_EVENT_IVI_VOLTAGE_RECOVERY = "common.event.IVI_VOLTAGE_RECOVERY"|@ohos.commonEventManager.d.ts| +|Added|NA|Module name: ohos.commonEventManager
Class name: Support
Method or attribute name: COMMON_EVENT_IVI_TEMPERATURE_RECOVERY = "common.event.IVI_TEMPERATURE_RECOVERY"|@ohos.commonEventManager.d.ts| +|Added|NA|Module name: ohos.commonEventManager
Class name: Support
Method or attribute name: COMMON_EVENT_IVI_ACTIVE = "common.event.IVI_ACTIVE"|@ohos.commonEventManager.d.ts| +|Added|NA|Module name: ohos.commonEventManager
Class name: Support
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
Class name: Support
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
Class name: Support
Method or attribute name: COMMON_EVENT_USB_DEVICE_ATTACHED =
"usual.event.hardware.usb.action.USB_DEVICE_ATTACHED"|@ohos.commonEventManager.d.ts| +|Added|NA|Module name: ohos.commonEventManager
Class name: Support
Method or attribute name: COMMON_EVENT_USB_DEVICE_DETACHED =
"usual.event.hardware.usb.action.USB_DEVICE_DETACHED"|@ohos.commonEventManager.d.ts| +|Added|NA|Module name: ohos.commonEventManager
Class name: Support
Method or attribute name: COMMON_EVENT_USB_ACCESSORY_ATTACHED =
"usual.event.hardware.usb.action.USB_ACCESSORY_ATTACHED"|@ohos.commonEventManager.d.ts| +|Added|NA|Module name: ohos.commonEventManager
Class name: Support
Method or attribute name: COMMON_EVENT_USB_ACCESSORY_DETACHED =
"usual.event.hardware.usb.action.USB_ACCESSORY_DETACHED"|@ohos.commonEventManager.d.ts| +|Added|NA|Module name: ohos.commonEventManager
Class name: Support
Method or attribute name: COMMON_EVENT_DISK_REMOVED = "usual.event.data.DISK_REMOVED"|@ohos.commonEventManager.d.ts| +|Added|NA|Module name: ohos.commonEventManager
Class name: Support
Method or attribute name: COMMON_EVENT_DISK_UNMOUNTED = "usual.event.data.DISK_UNMOUNTED"|@ohos.commonEventManager.d.ts| +|Added|NA|Module name: ohos.commonEventManager
Class name: Support
Method or attribute name: COMMON_EVENT_DISK_MOUNTED = "usual.event.data.DISK_MOUNTED"|@ohos.commonEventManager.d.ts| +|Added|NA|Module name: ohos.commonEventManager
Class name: Support
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
Class name: Support
Method or attribute name: COMMON_EVENT_DISK_UNMOUNTABLE = "usual.event.data.DISK_UNMOUNTABLE"|@ohos.commonEventManager.d.ts| +|Added|NA|Module name: ohos.commonEventManager
Class name: Support
Method or attribute name: COMMON_EVENT_DISK_EJECT = "usual.event.data.DISK_EJECT"|@ohos.commonEventManager.d.ts| +|Added|NA|Module name: ohos.commonEventManager
Class name: Support
Method or attribute name: COMMON_EVENT_VOLUME_REMOVED = "usual.event.data.VOLUME_REMOVED"|@ohos.commonEventManager.d.ts| +|Added|NA|Module name: ohos.commonEventManager
Class name: Support
Method or attribute name: COMMON_EVENT_VOLUME_UNMOUNTED = "usual.event.data.VOLUME_UNMOUNTED"|@ohos.commonEventManager.d.ts| +|Added|NA|Module name: ohos.commonEventManager
Class name: Support
Method or attribute name: COMMON_EVENT_VOLUME_MOUNTED = "usual.event.data.VOLUME_MOUNTED"|@ohos.commonEventManager.d.ts| +|Added|NA|Module name: ohos.commonEventManager
Class name: Support
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
Class name: Support
Method or attribute name: COMMON_EVENT_VOLUME_EJECT = "usual.event.data.VOLUME_EJECT"|@ohos.commonEventManager.d.ts| +|Added|NA|Module name: ohos.commonEventManager
Class name: Support
Method or attribute name: COMMON_EVENT_VISIBLE_ACCOUNTS_UPDATED =
"usual.event.data.VISIBLE_ACCOUNTS_UPDATED"|@ohos.commonEventManager.d.ts| +|Added|NA|Module name: ohos.commonEventManager
Class name: Support
Method or attribute name: COMMON_EVENT_ACCOUNT_DELETED = "usual.event.data.ACCOUNT_DELETED"|@ohos.commonEventManager.d.ts| +|Added|NA|Module name: ohos.commonEventManager
Class name: Support
Method or attribute name: COMMON_EVENT_FOUNDATION_READY = "common.event.FOUNDATION_READY"|@ohos.commonEventManager.d.ts| +|Added|NA|Module name: ohos.commonEventManager
Class name: Support
Method or attribute name: COMMON_EVENT_AIRPLANE_MODE_CHANGED = "usual.event.AIRPLANE_MODE"|@ohos.commonEventManager.d.ts| +|Added|NA|Module name: ohos.commonEventManager
Class name: Support
Method or attribute name: COMMON_EVENT_SPLIT_SCREEN = "common.event.SPLIT_SCREEN"|@ohos.commonEventManager.d.ts| +|Added|NA|Module name: ohos.commonEventManager
Class name: Support
Method or attribute name: COMMON_EVENT_SLOT_CHANGE = "usual.event.SLOT_CHANGE"|@ohos.commonEventManager.d.ts| +|Added|NA|Module name: ohos.commonEventManager
Class name: Support
Method or attribute name: COMMON_EVENT_SPN_INFO_CHANGED = "usual.event.SPN_INFO_CHANGED"|@ohos.commonEventManager.d.ts| +|Added|NA|Module name: ohos.commonEventManager
Class name: Support
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
Class name: Support
Method or attribute name: COMMON_EVENT_USER_INFO_UPDATED = "usual.event.USER_INFO_UPDATED"|@ohos.commonEventManager.d.ts| +|Added|NA|Module name: ohos.notification
Class name: RemoveReason|@ohos.notification.d.ts| +|Added|NA|Class name: RemoveReason
Method or attribute name: |@ohos.notification.d.ts| +|Added|NA|Module name: ohos.notification
Class name: RemoveReason
Method or attribute name: CLICK_REASON_REMOVE = 1|@ohos.notification.d.ts| +|Added|NA|Class name: RemoveReason
Method or attribute name: CLICK_REASON_REMOVE = 1|@ohos.notification.d.ts| +|Added|NA|Module name: ohos.notification
Class name: RemoveReason
Method or attribute name: CANCEL_REASON_REMOVE = 2|@ohos.notification.d.ts| +|Added|NA|Class name: RemoveReason
Method or attribute name: CANCEL_REASON_REMOVE = 2|@ohos.notification.d.ts| +|Added|NA|Module name: ohos.notificationManager
Class name: notificationManager|@ohos.notificationManager.d.ts| +|Added|NA|Module name: ohos.notificationManager
Class name: notificationManager
Method or attribute name: function publish(request: NotificationRequest, callback: AsyncCallback\): void;|@ohos.notificationManager.d.ts| +|Added|NA|Module name: ohos.notificationManager
Class name: notificationManager
Method or attribute name: function publish(request: NotificationRequest): Promise\;|@ohos.notificationManager.d.ts| +|Added|NA|Module name: ohos.notificationManager
Class name: notificationManager
Method or attribute name: function publish(request: NotificationRequest, userId: number, callback: AsyncCallback\): void;|@ohos.notificationManager.d.ts| +|Added|NA|Module name: ohos.notificationManager
Class name: notificationManager
Method or attribute name: function publish(request: NotificationRequest, userId: number): Promise\;|@ohos.notificationManager.d.ts| +|Added|NA|Module name: ohos.notificationManager
Class name: notificationManager
Method or attribute name: function publishAsBundle(request: NotificationRequest, representativeBundle: string, userId: number, callback: AsyncCallback\): void;|@ohos.notificationManager.d.ts| +|Added|NA|Module name: ohos.notificationManager
Class name: notificationManager
Method or attribute name: function publishAsBundle(request: NotificationRequest, representativeBundle: string, userId: number): Promise\;|@ohos.notificationManager.d.ts| +|Added|NA|Module name: ohos.notificationManager
Class name: notificationManager
Method or attribute name: function cancel(id: number, callback: AsyncCallback\): void;|@ohos.notificationManager.d.ts| +|Added|NA|Module name: ohos.notificationManager
Class name: notificationManager
Method or attribute name: function cancel(id: number, label: string, callback: AsyncCallback\): void;|@ohos.notificationManager.d.ts| +|Added|NA|Module name: ohos.notificationManager
Class name: notificationManager
Method or attribute name: function cancel(id: number, label?: string): Promise\;|@ohos.notificationManager.d.ts| +|Added|NA|Module name: ohos.notificationManager
Class name: notificationManager
Method or attribute name: function cancelAsBundle(id: number, representativeBundle: string, userId: number, callback: AsyncCallback\): void;|@ohos.notificationManager.d.ts| +|Added|NA|Module name: ohos.notificationManager
Class name: notificationManager
Method or attribute name: function cancelAsBundle(id: number, representativeBundle: string, userId: number): Promise\;|@ohos.notificationManager.d.ts| +|Added|NA|Module name: ohos.notificationManager
Class name: notificationManager
Method or attribute name: function cancelAll(callback: AsyncCallback\): void;|@ohos.notificationManager.d.ts| +|Added|NA|Module name: ohos.notificationManager
Class name: notificationManager
Method or attribute name: function cancelAll(): Promise\;|@ohos.notificationManager.d.ts| +|Added|NA|Module name: ohos.notificationManager
Class name: notificationManager
Method or attribute name: function addSlot(slot: NotificationSlot, callback: AsyncCallback\): void;|@ohos.notificationManager.d.ts| +|Added|NA|Module name: ohos.notificationManager
Class name: notificationManager
Method or attribute name: function addSlot(slot: NotificationSlot): Promise\;|@ohos.notificationManager.d.ts| +|Added|NA|Module name: ohos.notificationManager
Class name: notificationManager
Method or attribute name: function addSlot(type: SlotType, callback: AsyncCallback\): void;|@ohos.notificationManager.d.ts| +|Added|NA|Module name: ohos.notificationManager
Class name: notificationManager
Method or attribute name: function addSlot(type: SlotType): Promise\;|@ohos.notificationManager.d.ts| +|Added|NA|Module name: ohos.notificationManager
Class name: notificationManager
Method or attribute name: function addSlots(slots: Array\, callback: AsyncCallback\): void;|@ohos.notificationManager.d.ts| +|Added|NA|Module name: ohos.notificationManager
Class name: notificationManager
Method or attribute name: function addSlots(slots: Array\): Promise\;|@ohos.notificationManager.d.ts| +|Added|NA|Module name: ohos.notificationManager
Class name: notificationManager
Method or attribute name: function getSlot(slotType: SlotType, callback: AsyncCallback\): void;|@ohos.notificationManager.d.ts| +|Added|NA|Module name: ohos.notificationManager
Class name: notificationManager
Method or attribute name: function getSlot(slotType: SlotType): Promise\;|@ohos.notificationManager.d.ts| +|Added|NA|Module name: ohos.notificationManager
Class name: notificationManager
Method or attribute name: function getSlots(callback: AsyncCallback\>): void;|@ohos.notificationManager.d.ts| +|Added|NA|Module name: ohos.notificationManager
Class name: notificationManager
Method or attribute name: function getSlots(): Promise\>;|@ohos.notificationManager.d.ts| +|Added|NA|Module name: ohos.notificationManager
Class name: notificationManager
Method or attribute name: function removeSlot(slotType: SlotType, callback: AsyncCallback\): void;|@ohos.notificationManager.d.ts| +|Added|NA|Module name: ohos.notificationManager
Class name: notificationManager
Method or attribute name: function removeSlot(slotType: SlotType): Promise\;|@ohos.notificationManager.d.ts| +|Added|NA|Module name: ohos.notificationManager
Class name: notificationManager
Method or attribute name: function removeAllSlots(callback: AsyncCallback\): void;|@ohos.notificationManager.d.ts| +|Added|NA|Module name: ohos.notificationManager
Class name: notificationManager
Method or attribute name: function removeAllSlots(): Promise\;|@ohos.notificationManager.d.ts| +|Added|NA|Module name: ohos.notificationManager
Class name: notificationManager
Method or attribute name: function setNotificationEnable(bundle: BundleOption, enable: boolean, callback: AsyncCallback\): void;|@ohos.notificationManager.d.ts| +|Added|NA|Module name: ohos.notificationManager
Class name: notificationManager
Method or attribute name: function setNotificationEnable(bundle: BundleOption, enable: boolean): Promise\;|@ohos.notificationManager.d.ts| +|Added|NA|Module name: ohos.notificationManager
Class name: notificationManager
Method or attribute name: function isNotificationEnabled(bundle: BundleOption, callback: AsyncCallback\): void;|@ohos.notificationManager.d.ts| +|Added|NA|Module name: ohos.notificationManager
Class name: notificationManager
Method or attribute name: function isNotificationEnabled(bundle: BundleOption): Promise\;|@ohos.notificationManager.d.ts| +|Added|NA|Module name: ohos.notificationManager
Class name: notificationManager
Method or attribute name: function isNotificationEnabled(callback: AsyncCallback\): void;|@ohos.notificationManager.d.ts| +|Added|NA|Module name: ohos.notificationManager
Class name: notificationManager
Method or attribute name: function isNotificationEnabled(): Promise\;|@ohos.notificationManager.d.ts| +|Added|NA|Module name: ohos.notificationManager
Class name: notificationManager
Method or attribute name: function isNotificationEnabled(userId: number, callback: AsyncCallback\): void;|@ohos.notificationManager.d.ts| +|Added|NA|Module name: ohos.notificationManager
Class name: notificationManager
Method or attribute name: function isNotificationEnabled(userId: number): Promise\;|@ohos.notificationManager.d.ts| +|Added|NA|Module name: ohos.notificationManager
Class name: notificationManager
Method or attribute name: function displayBadge(bundle: BundleOption, enable: boolean, callback: AsyncCallback\): void;|@ohos.notificationManager.d.ts| +|Added|NA|Module name: ohos.notificationManager
Class name: notificationManager
Method or attribute name: function displayBadge(bundle: BundleOption, enable: boolean): Promise\;|@ohos.notificationManager.d.ts| +|Added|NA|Module name: ohos.notificationManager
Class name: notificationManager
Method or attribute name: function isBadgeDisplayed(bundle: BundleOption, callback: AsyncCallback\): void;|@ohos.notificationManager.d.ts| +|Added|NA|Module name: ohos.notificationManager
Class name: notificationManager
Method or attribute name: function isBadgeDisplayed(bundle: BundleOption): Promise\;|@ohos.notificationManager.d.ts| +|Added|NA|Module name: ohos.notificationManager
Class name: notificationManager
Method or attribute name: function setSlotByBundle(bundle: BundleOption, slot: NotificationSlot, callback: AsyncCallback\): void;|@ohos.notificationManager.d.ts| +|Added|NA|Module name: ohos.notificationManager
Class name: notificationManager
Method or attribute name: function setSlotByBundle(bundle: BundleOption, slot: NotificationSlot): Promise\;|@ohos.notificationManager.d.ts| +|Added|NA|Module name: ohos.notificationManager
Class name: notificationManager
Method or attribute name: function getSlotsByBundle(bundle: BundleOption, callback: AsyncCallback\>): void;|@ohos.notificationManager.d.ts| +|Added|NA|Module name: ohos.notificationManager
Class name: notificationManager
Method or attribute name: function getSlotsByBundle(bundle: BundleOption): Promise\>;|@ohos.notificationManager.d.ts| +|Added|NA|Module name: ohos.notificationManager
Class name: notificationManager
Method or attribute name: function getSlotNumByBundle(bundle: BundleOption, callback: AsyncCallback\): void;|@ohos.notificationManager.d.ts| +|Added|NA|Module name: ohos.notificationManager
Class name: notificationManager
Method or attribute name: function getSlotNumByBundle(bundle: BundleOption): Promise\;|@ohos.notificationManager.d.ts| +|Added|NA|Module name: ohos.notificationManager
Class name: notificationManager
Method or attribute name: function getAllActiveNotifications(callback: AsyncCallback\>): void;|@ohos.notificationManager.d.ts| +|Added|NA|Module name: ohos.notificationManager
Class name: notificationManager
Method or attribute name: function getAllActiveNotifications(): Promise\>;|@ohos.notificationManager.d.ts| +|Added|NA|Module name: ohos.notificationManager
Class name: notificationManager
Method or attribute name: function getActiveNotificationCount(callback: AsyncCallback\): void;|@ohos.notificationManager.d.ts| +|Added|NA|Module name: ohos.notificationManager
Class name: notificationManager
Method or attribute name: function getActiveNotificationCount(): Promise\;|@ohos.notificationManager.d.ts| +|Added|NA|Module name: ohos.notificationManager
Class name: notificationManager
Method or attribute name: function getActiveNotifications(callback: AsyncCallback\>): void;|@ohos.notificationManager.d.ts| +|Added|NA|Module name: ohos.notificationManager
Class name: notificationManager
Method or attribute name: function getActiveNotifications(): Promise\>;|@ohos.notificationManager.d.ts| +|Added|NA|Module name: ohos.notificationManager
Class name: notificationManager
Method or attribute name: function cancelGroup(groupName: string, callback: AsyncCallback\): void;|@ohos.notificationManager.d.ts| +|Added|NA|Module name: ohos.notificationManager
Class name: notificationManager
Method or attribute name: function cancelGroup(groupName: string): Promise\;|@ohos.notificationManager.d.ts| +|Added|NA|Module name: ohos.notificationManager
Class name: notificationManager
Method or attribute name: function removeGroupByBundle(bundle: BundleOption, groupName: string, callback: AsyncCallback\): void;|@ohos.notificationManager.d.ts| +|Added|NA|Module name: ohos.notificationManager
Class name: notificationManager
Method or attribute name: function removeGroupByBundle(bundle: BundleOption, groupName: string): Promise\;|@ohos.notificationManager.d.ts| +|Added|NA|Module name: ohos.notificationManager
Class name: notificationManager
Method or attribute name: function setDoNotDisturbDate(date: DoNotDisturbDate, callback: AsyncCallback\): void;|@ohos.notificationManager.d.ts| +|Added|NA|Module name: ohos.notificationManager
Class name: notificationManager
Method or attribute name: function setDoNotDisturbDate(date: DoNotDisturbDate): Promise\;|@ohos.notificationManager.d.ts| +|Added|NA|Module name: ohos.notificationManager
Class name: notificationManager
Method or attribute name: function setDoNotDisturbDate(date: DoNotDisturbDate, userId: number, callback: AsyncCallback\): void;|@ohos.notificationManager.d.ts| +|Added|NA|Module name: ohos.notificationManager
Class name: notificationManager
Method or attribute name: function setDoNotDisturbDate(date: DoNotDisturbDate, userId: number): Promise\;|@ohos.notificationManager.d.ts| +|Added|NA|Module name: ohos.notificationManager
Class name: notificationManager
Method or attribute name: function getDoNotDisturbDate(callback: AsyncCallback\): void;|@ohos.notificationManager.d.ts| +|Added|NA|Module name: ohos.notificationManager
Class name: notificationManager
Method or attribute name: function getDoNotDisturbDate(): Promise\;|@ohos.notificationManager.d.ts| +|Added|NA|Module name: ohos.notificationManager
Class name: notificationManager
Method or attribute name: function getDoNotDisturbDate(userId: number, callback: AsyncCallback\): void;|@ohos.notificationManager.d.ts| +|Added|NA|Module name: ohos.notificationManager
Class name: notificationManager
Method or attribute name: function getDoNotDisturbDate(userId: number): Promise\;|@ohos.notificationManager.d.ts| +|Added|NA|Module name: ohos.notificationManager
Class name: notificationManager
Method or attribute name: function isSupportDoNotDisturbMode(callback: AsyncCallback\): void;|@ohos.notificationManager.d.ts| +|Added|NA|Module name: ohos.notificationManager
Class name: notificationManager
Method or attribute name: function isSupportDoNotDisturbMode(): Promise\;|@ohos.notificationManager.d.ts| +|Added|NA|Module name: ohos.notificationManager
Class name: notificationManager
Method or attribute name: function isSupportTemplate(templateName: string, callback: AsyncCallback\): void;|@ohos.notificationManager.d.ts| +|Added|NA|Module name: ohos.notificationManager
Class name: notificationManager
Method or attribute name: function isSupportTemplate(templateName: string): Promise\;|@ohos.notificationManager.d.ts| +|Added|NA|Module name: ohos.notificationManager
Class name: notificationManager
Method or attribute name: function requestEnableNotification(callback: AsyncCallback\): void;|@ohos.notificationManager.d.ts| +|Added|NA|Module name: ohos.notificationManager
Class name: notificationManager
Method or attribute name: function requestEnableNotification(): Promise\;|@ohos.notificationManager.d.ts| +|Added|NA|Module name: ohos.notificationManager
Class name: notificationManager
Method or attribute name: function setDistributedEnable(enable: boolean, callback: AsyncCallback\): void;|@ohos.notificationManager.d.ts| +|Added|NA|Module name: ohos.notificationManager
Class name: notificationManager
Method or attribute name: function setDistributedEnable(enable: boolean): Promise\;|@ohos.notificationManager.d.ts| +|Added|NA|Module name: ohos.notificationManager
Class name: notificationManager
Method or attribute name: function isDistributedEnabled(callback: AsyncCallback\): void;|@ohos.notificationManager.d.ts| +|Added|NA|Module name: ohos.notificationManager
Class name: notificationManager
Method or attribute name: function isDistributedEnabled(): Promise\;|@ohos.notificationManager.d.ts| +|Added|NA|Module name: ohos.notificationManager
Class name: notificationManager
Method or attribute name: function setDistributedEnableByBundle(bundle: BundleOption, enable: boolean, callback: AsyncCallback\): void;|@ohos.notificationManager.d.ts| +|Added|NA|Module name: ohos.notificationManager
Class name: notificationManager
Method or attribute name: function setDistributedEnableByBundle(bundle: BundleOption, enable: boolean): Promise\;|@ohos.notificationManager.d.ts| +|Added|NA|Module name: ohos.notificationManager
Class name: notificationManager
Method or attribute name: function isDistributedEnabledByBundle(bundle: BundleOption, callback: AsyncCallback\): void;|@ohos.notificationManager.d.ts| +|Added|NA|Module name: ohos.notificationManager
Class name: notificationManager
Method or attribute name: function isDistributedEnabledByBundle(bundle: BundleOption): Promise\;|@ohos.notificationManager.d.ts| +|Added|NA|Module name: ohos.notificationManager
Class name: notificationManager
Method or attribute name: function getDeviceRemindType(callback: AsyncCallback\): void;|@ohos.notificationManager.d.ts| +|Added|NA|Module name: ohos.notificationManager
Class name: notificationManager
Method or attribute name: function getDeviceRemindType(): Promise\;|@ohos.notificationManager.d.ts| +|Added|NA|Module name: ohos.notificationManager
Class name: notificationManager
Method or attribute name: function setNotificationEnableSlot(bundle: BundleOption, type: SlotType, enable: boolean, callback: AsyncCallback\): void;|@ohos.notificationManager.d.ts| +|Added|NA|Module name: ohos.notificationManager
Class name: notificationManager
Method or attribute name: function setNotificationEnableSlot(bundle: BundleOption, type: SlotType, enable: boolean): Promise\;|@ohos.notificationManager.d.ts| +|Added|NA|Module name: ohos.notificationManager
Class name: notificationManager
Method or attribute name: function isNotificationSlotEnabled(bundle: BundleOption, type: SlotType, callback: AsyncCallback\): void;|@ohos.notificationManager.d.ts| +|Added|NA|Module name: ohos.notificationManager
Class name: notificationManager
Method or attribute name: function isNotificationSlotEnabled(bundle: BundleOption, type: SlotType): Promise\;|@ohos.notificationManager.d.ts| +|Added|NA|Module name: ohos.notificationManager
Class name: notificationManager
Method or attribute name: function setSyncNotificationEnabledWithoutApp(userId: number, enable: boolean, callback: AsyncCallback\): void;|@ohos.notificationManager.d.ts| +|Added|NA|Module name: ohos.notificationManager
Class name: notificationManager
Method or attribute name: function setSyncNotificationEnabledWithoutApp(userId: number, enable: boolean): Promise\;|@ohos.notificationManager.d.ts| +|Added|NA|Module name: ohos.notificationManager
Class name: notificationManager
Method or attribute name: function getSyncNotificationEnabledWithoutApp(userId: number, callback: AsyncCallback\): void;|@ohos.notificationManager.d.ts| +|Added|NA|Module name: ohos.notificationManager
Class name: notificationManager
Method or attribute name: function getSyncNotificationEnabledWithoutApp(userId: number): Promise\;|@ohos.notificationManager.d.ts| +|Added|NA|Module name: ohos.notificationManager
Class name: SlotType|@ohos.notificationManager.d.ts| +|Added|NA|Module name: ohos.notificationManager
Class name: SlotType
Method or attribute name: UNKNOWN_TYPE = 0|@ohos.notificationManager.d.ts| +|Added|NA|Module name: ohos.notificationManager
Class name: SlotType
Method or attribute name: SOCIAL_COMMUNICATION = 1|@ohos.notificationManager.d.ts| +|Added|NA|Module name: ohos.notificationManager
Class name: SlotType
Method or attribute name: SERVICE_INFORMATION = 2|@ohos.notificationManager.d.ts| +|Added|NA|Module name: ohos.notificationManager
Class name: SlotType
Method or attribute name: CONTENT_INFORMATION = 3|@ohos.notificationManager.d.ts| +|Added|NA|Module name: ohos.notificationManager
Class name: SlotType
Method or attribute name: OTHER_TYPES = 0xFFFF|@ohos.notificationManager.d.ts| +|Added|NA|Module name: ohos.notificationManager
Class name: ContentType|@ohos.notificationManager.d.ts| +|Added|NA|Module name: ohos.notificationManager
Class name: ContentType
Method or attribute name: NOTIFICATION_CONTENT_BASIC_TEXT|@ohos.notificationManager.d.ts| +|Added|NA|Module name: ohos.notificationManager
Class name: ContentType
Method or attribute name: NOTIFICATION_CONTENT_LONG_TEXT|@ohos.notificationManager.d.ts| +|Added|NA|Module name: ohos.notificationManager
Class name: ContentType
Method or attribute name: NOTIFICATION_CONTENT_PICTURE|@ohos.notificationManager.d.ts| +|Added|NA|Module name: ohos.notificationManager
Class name: ContentType
Method or attribute name: NOTIFICATION_CONTENT_CONVERSATION|@ohos.notificationManager.d.ts| +|Added|NA|Module name: ohos.notificationManager
Class name: ContentType
Method or attribute name: NOTIFICATION_CONTENT_MULTILINE|@ohos.notificationManager.d.ts| +|Added|NA|Module name: ohos.notificationManager
Class name: SlotLevel|@ohos.notificationManager.d.ts| +|Added|NA|Module name: ohos.notificationManager
Class name: SlotLevel
Method or attribute name: LEVEL_NONE = 0|@ohos.notificationManager.d.ts| +|Added|NA|Module name: ohos.notificationManager
Class name: SlotLevel
Method or attribute name: LEVEL_MIN = 1|@ohos.notificationManager.d.ts| +|Added|NA|Module name: ohos.notificationManager
Class name: SlotLevel
Method or attribute name: LEVEL_LOW = 2|@ohos.notificationManager.d.ts| +|Added|NA|Module name: ohos.notificationManager
Class name: SlotLevel
Method or attribute name: LEVEL_DEFAULT = 3|@ohos.notificationManager.d.ts| +|Added|NA|Module name: ohos.notificationManager
Class name: SlotLevel
Method or attribute name: LEVEL_HIGH = 4|@ohos.notificationManager.d.ts| +|Added|NA|Module name: ohos.notificationManager
Class name: DoNotDisturbType|@ohos.notificationManager.d.ts| +|Added|NA|Module name: ohos.notificationManager
Class name: DoNotDisturbType
Method or attribute name: TYPE_NONE = 0|@ohos.notificationManager.d.ts| +|Added|NA|Module name: ohos.notificationManager
Class name: DoNotDisturbType
Method or attribute name: TYPE_ONCE = 1|@ohos.notificationManager.d.ts| +|Added|NA|Module name: ohos.notificationManager
Class name: DoNotDisturbType
Method or attribute name: TYPE_DAILY = 2|@ohos.notificationManager.d.ts| +|Added|NA|Module name: ohos.notificationManager
Class name: DoNotDisturbType
Method or attribute name: TYPE_CLEARLY = 3|@ohos.notificationManager.d.ts| +|Added|NA|Module name: ohos.notificationManager
Class name: DoNotDisturbDate|@ohos.notificationManager.d.ts| +|Added|NA|Module name: ohos.notificationManager
Class name: DoNotDisturbDate
Method or attribute name: type: DoNotDisturbType;|@ohos.notificationManager.d.ts| +|Added|NA|Module name: ohos.notificationManager
Class name: DoNotDisturbDate
Method or attribute name: begin: Date;|@ohos.notificationManager.d.ts| +|Added|NA|Module name: ohos.notificationManager
Class name: DoNotDisturbDate
Method or attribute name: end: Date;|@ohos.notificationManager.d.ts| +|Added|NA|Module name: ohos.notificationManager
Class name: DeviceRemindType|@ohos.notificationManager.d.ts| +|Added|NA|Module name: ohos.notificationManager
Class name: DeviceRemindType
Method or attribute name: IDLE_DONOT_REMIND = 0|@ohos.notificationManager.d.ts| +|Added|NA|Module name: ohos.notificationManager
Class name: DeviceRemindType
Method or attribute name: IDLE_REMIND = 1|@ohos.notificationManager.d.ts| +|Added|NA|Module name: ohos.notificationManager
Class name: DeviceRemindType
Method or attribute name: ACTIVE_DONOT_REMIND = 2|@ohos.notificationManager.d.ts| +|Added|NA|Module name: ohos.notificationManager
Class name: DeviceRemindType
Method or attribute name: ACTIVE_REMIND = 3|@ohos.notificationManager.d.ts| +|Added|NA|Module name: ohos.notificationManager
Class name: SourceType|@ohos.notificationManager.d.ts| +|Added|NA|Module name: ohos.notificationManager
Class name: SourceType
Method or attribute name: TYPE_NORMAL = 0|@ohos.notificationManager.d.ts| +|Added|NA|Module name: ohos.notificationManager
Class name: SourceType
Method or attribute name: TYPE_CONTINUOUS = 1|@ohos.notificationManager.d.ts| +|Added|NA|Module name: ohos.notificationManager
Class name: SourceType
Method or attribute name: TYPE_TIMER = 2|@ohos.notificationManager.d.ts| +|Added|NA|Module name: ohos.notificationSubscribe
Class name: notificationSubscribe|@ohos.notificationSubscribe.d.ts| +|Added|NA|Module name: ohos.notificationSubscribe
Class name: NotificationKey|@ohos.notificationSubscribe.d.ts| +|Added|NA|Module name: ohos.notificationSubscribe
Class name: NotificationKey
Method or attribute name: id: number;|@ohos.notificationSubscribe.d.ts| +|Added|NA|Module name: ohos.notificationSubscribe
Class name: NotificationKey
Method or attribute name: label?: string;|@ohos.notificationSubscribe.d.ts| +|Added|NA|Module name: ohos.notificationSubscribe
Class name: RemoveReason|@ohos.notificationSubscribe.d.ts| +|Added|NA|Module name: ohos.notificationSubscribe
Class name: RemoveReason
Method or attribute name: CLICK_REASON_REMOVE = 1|@ohos.notificationSubscribe.d.ts| +|Added|NA|Module name: ohos.notificationSubscribe
Class name: RemoveReason
Method or attribute name: CANCEL_REASON_REMOVE = 2|@ohos.notificationSubscribe.d.ts| +|Added|NA|Module name: ohos.notificationSubscribe
Class name: notificationSubscribe
Method or attribute name: function subscribe(subscriber: NotificationSubscriber, callback: AsyncCallback\): void;|@ohos.notificationSubscribe.d.ts| +|Added|NA|Module name: ohos.notificationSubscribe
Class name: notificationSubscribe
Method or attribute name: function subscribe(subscriber: NotificationSubscriber, info: NotificationSubscribeInfo, callback: AsyncCallback\): void;|@ohos.notificationSubscribe.d.ts| +|Added|NA|Module name: ohos.notificationSubscribe
Class name: notificationSubscribe
Method or attribute name: function subscribe(subscriber: NotificationSubscriber, info?: NotificationSubscribeInfo): Promise\;|@ohos.notificationSubscribe.d.ts| +|Added|NA|Module name: ohos.notificationSubscribe
Class name: notificationSubscribe
Method or attribute name: function unsubscribe(subscriber: NotificationSubscriber, callback: AsyncCallback\): void;|@ohos.notificationSubscribe.d.ts| +|Added|NA|Module name: ohos.notificationSubscribe
Class name: notificationSubscribe
Method or attribute name: function unsubscribe(subscriber: NotificationSubscriber): Promise\;|@ohos.notificationSubscribe.d.ts| +|Added|NA|Module name: ohos.notificationSubscribe
Class name: notificationSubscribe
Method or attribute name: function remove(bundle: BundleOption, notificationKey: NotificationKey, reason: RemoveReason, callback: AsyncCallback\): void;|@ohos.notificationSubscribe.d.ts| +|Added|NA|Module name: ohos.notificationSubscribe
Class name: notificationSubscribe
Method or attribute name: function remove(bundle: BundleOption, notificationKey: NotificationKey, reason: RemoveReason): Promise\;|@ohos.notificationSubscribe.d.ts| +|Added|NA|Module name: ohos.notificationSubscribe
Class name: notificationSubscribe
Method or attribute name: function remove(hashCode: string, reason: RemoveReason, callback: AsyncCallback\): void;|@ohos.notificationSubscribe.d.ts| +|Added|NA|Module name: ohos.notificationSubscribe
Class name: notificationSubscribe
Method or attribute name: function remove(hashCode: string, reason: RemoveReason): Promise\;|@ohos.notificationSubscribe.d.ts| +|Added|NA|Module name: ohos.notificationSubscribe
Class name: notificationSubscribe
Method or attribute name: function removeAll(bundle: BundleOption, callback: AsyncCallback\): void;|@ohos.notificationSubscribe.d.ts| +|Added|NA|Module name: ohos.notificationSubscribe
Class name: notificationSubscribe
Method or attribute name: function removeAll(callback: AsyncCallback\): void;|@ohos.notificationSubscribe.d.ts| +|Added|NA|Module name: ohos.notificationSubscribe
Class name: notificationSubscribe
Method or attribute name: function removeAll(userId: number, callback: AsyncCallback\): void;|@ohos.notificationSubscribe.d.ts| +|Added|NA|Module name: ohos.notificationSubscribe
Class name: notificationSubscribe
Method or attribute name: function removeAll(userId: number): Promise\;|@ohos.notificationSubscribe.d.ts| +|Added|NA|Module name: ohos.notificationSubscribe
Class name: notificationSubscribe
Method or attribute name: function removeAll(bundle?: BundleOption): Promise\;|@ohos.notificationSubscribe.d.ts| +|Added|NA|Module name: ohos.reminderAgentManager
Class name: reminderAgentManager|@ohos.reminderAgentManager.d.ts| +|Added|NA|Module name: ohos.reminderAgentManager
Class name: reminderAgentManager
Method or attribute name: function publishReminder(reminderReq: ReminderRequest, callback: AsyncCallback\): void;|@ohos.reminderAgentManager.d.ts| +|Added|NA|Module name: ohos.reminderAgentManager
Class name: reminderAgentManager
Method or attribute name: function publishReminder(reminderReq: ReminderRequest): Promise\;|@ohos.reminderAgentManager.d.ts| +|Added|NA|Module name: ohos.reminderAgentManager
Class name: reminderAgentManager
Method or attribute name: function cancelReminder(reminderId: number, callback: AsyncCallback\): void;|@ohos.reminderAgentManager.d.ts| +|Added|NA|Module name: ohos.reminderAgentManager
Class name: reminderAgentManager
Method or attribute name: function cancelReminder(reminderId: number): Promise\;|@ohos.reminderAgentManager.d.ts| +|Added|NA|Module name: ohos.reminderAgentManager
Class name: reminderAgentManager
Method or attribute name: function getValidReminders(callback: AsyncCallback\>): void;|@ohos.reminderAgentManager.d.ts| +|Added|NA|Module name: ohos.reminderAgentManager
Class name: reminderAgentManager
Method or attribute name: function getValidReminders(): Promise\>;|@ohos.reminderAgentManager.d.ts| +|Added|NA|Module name: ohos.reminderAgentManager
Class name: reminderAgentManager
Method or attribute name: function cancelAllReminders(callback: AsyncCallback\): void;|@ohos.reminderAgentManager.d.ts| +|Added|NA|Module name: ohos.reminderAgentManager
Class name: reminderAgentManager
Method or attribute name: function cancelAllReminders(): Promise\;|@ohos.reminderAgentManager.d.ts| +|Added|NA|Module name: ohos.reminderAgentManager
Class name: reminderAgentManager
Method or attribute name: function addNotificationSlot(slot: NotificationSlot, callback: AsyncCallback\): void;|@ohos.reminderAgentManager.d.ts| +|Added|NA|Module name: ohos.reminderAgentManager
Class name: reminderAgentManager
Method or attribute name: function addNotificationSlot(slot: NotificationSlot): Promise\;|@ohos.reminderAgentManager.d.ts| +|Added|NA|Module name: ohos.reminderAgentManager
Class name: reminderAgentManager
Method or attribute name: function removeNotificationSlot(slotType: notification.SlotType, callback: AsyncCallback\): void;|@ohos.reminderAgentManager.d.ts| +|Added|NA|Module name: ohos.reminderAgentManager
Class name: reminderAgentManager
Method or attribute name: function removeNotificationSlot(slotType: notification.SlotType): Promise\;|@ohos.reminderAgentManager.d.ts| +|Added|NA|Module name: ohos.reminderAgentManager
Class name: ActionButtonType|@ohos.reminderAgentManager.d.ts| +|Added|NA|Module name: ohos.reminderAgentManager
Class name: ActionButtonType
Method or attribute name: ACTION_BUTTON_TYPE_CLOSE = 0|@ohos.reminderAgentManager.d.ts| +|Added|NA|Module name: ohos.reminderAgentManager
Class name: ActionButtonType
Method or attribute name: ACTION_BUTTON_TYPE_SNOOZE = 1|@ohos.reminderAgentManager.d.ts| +|Added|NA|Module name: ohos.reminderAgentManager
Class name: ReminderType|@ohos.reminderAgentManager.d.ts| +|Added|NA|Module name: ohos.reminderAgentManager
Class name: ReminderType
Method or attribute name: REMINDER_TYPE_TIMER = 0|@ohos.reminderAgentManager.d.ts| +|Added|NA|Module name: ohos.reminderAgentManager
Class name: ReminderType
Method or attribute name: REMINDER_TYPE_CALENDAR = 1|@ohos.reminderAgentManager.d.ts| +|Added|NA|Module name: ohos.reminderAgentManager
Class name: ReminderType
Method or attribute name: REMINDER_TYPE_ALARM = 2|@ohos.reminderAgentManager.d.ts| +|Added|NA|Module name: ohos.reminderAgentManager
Class name: ActionButton|@ohos.reminderAgentManager.d.ts| +|Added|NA|Module name: ohos.reminderAgentManager
Class name: ActionButton
Method or attribute name: title: string;|@ohos.reminderAgentManager.d.ts| +|Added|NA|Module name: ohos.reminderAgentManager
Class name: ActionButton
Method or attribute name: type: ActionButtonType;|@ohos.reminderAgentManager.d.ts| +|Added|NA|Module name: ohos.reminderAgentManager
Class name: WantAgent|@ohos.reminderAgentManager.d.ts| +|Added|NA|Module name: ohos.reminderAgentManager
Class name: WantAgent
Method or attribute name: pkgName: string;|@ohos.reminderAgentManager.d.ts| +|Added|NA|Module name: ohos.reminderAgentManager
Class name: WantAgent
Method or attribute name: abilityName: string;|@ohos.reminderAgentManager.d.ts| +|Added|NA|Module name: ohos.reminderAgentManager
Class name: MaxScreenWantAgent|@ohos.reminderAgentManager.d.ts| +|Added|NA|Module name: ohos.reminderAgentManager
Class name: MaxScreenWantAgent
Method or attribute name: pkgName: string;|@ohos.reminderAgentManager.d.ts| +|Added|NA|Module name: ohos.reminderAgentManager
Class name: MaxScreenWantAgent
Method or attribute name: abilityName: string;|@ohos.reminderAgentManager.d.ts| +|Added|NA|Module name: ohos.reminderAgentManager
Class name: ReminderRequest|@ohos.reminderAgentManager.d.ts| +|Added|NA|Module name: ohos.reminderAgentManager
Class name: ReminderRequest
Method or attribute name: reminderType: ReminderType;|@ohos.reminderAgentManager.d.ts| +|Added|NA|Module name: ohos.reminderAgentManager
Class name: ReminderRequest
Method or attribute name: actionButton?: [ActionButton?, ActionButton?];|@ohos.reminderAgentManager.d.ts| +|Added|NA|Module name: ohos.reminderAgentManager
Class name: ReminderRequest
Method or attribute name: wantAgent?: WantAgent;|@ohos.reminderAgentManager.d.ts| +|Added|NA|Module name: ohos.reminderAgentManager
Class name: ReminderRequest
Method or attribute name: maxScreenWantAgent?: MaxScreenWantAgent;|@ohos.reminderAgentManager.d.ts| +|Added|NA|Module name: ohos.reminderAgentManager
Class name: ReminderRequest
Method or attribute name: ringDuration?: number;|@ohos.reminderAgentManager.d.ts| +|Added|NA|Module name: ohos.reminderAgentManager
Class name: ReminderRequest
Method or attribute name: snoozeTimes?: number;|@ohos.reminderAgentManager.d.ts| +|Added|NA|Module name: ohos.reminderAgentManager
Class name: ReminderRequest
Method or attribute name: timeInterval?: number;|@ohos.reminderAgentManager.d.ts| +|Added|NA|Module name: ohos.reminderAgentManager
Class name: ReminderRequest
Method or attribute name: title?: string;|@ohos.reminderAgentManager.d.ts| +|Added|NA|Module name: ohos.reminderAgentManager
Class name: ReminderRequest
Method or attribute name: content?: string;|@ohos.reminderAgentManager.d.ts| +|Added|NA|Module name: ohos.reminderAgentManager
Class name: ReminderRequest
Method or attribute name: expiredContent?: string;|@ohos.reminderAgentManager.d.ts| +|Added|NA|Module name: ohos.reminderAgentManager
Class name: ReminderRequest
Method or attribute name: snoozeContent?: string;|@ohos.reminderAgentManager.d.ts| +|Added|NA|Module name: ohos.reminderAgentManager
Class name: ReminderRequest
Method or attribute name: notificationId?: number;|@ohos.reminderAgentManager.d.ts| +|Added|NA|Module name: ohos.reminderAgentManager
Class name: ReminderRequest
Method or attribute name: slotType?: notification.SlotType;|@ohos.reminderAgentManager.d.ts| +|Added|NA|Module name: ohos.reminderAgentManager
Class name: ReminderRequestCalendar|@ohos.reminderAgentManager.d.ts| +|Added|NA|Module name: ohos.reminderAgentManager
Class name: ReminderRequestCalendar
Method or attribute name: dateTime: LocalDateTime;|@ohos.reminderAgentManager.d.ts| +|Added|NA|Module name: ohos.reminderAgentManager
Class name: ReminderRequestCalendar
Method or attribute name: repeatMonths?: Array\;|@ohos.reminderAgentManager.d.ts| +|Added|NA|Module name: ohos.reminderAgentManager
Class name: ReminderRequestCalendar
Method or attribute name: repeatDays?: Array\;|@ohos.reminderAgentManager.d.ts| +|Added|NA|Module name: ohos.reminderAgentManager
Class name: ReminderRequestAlarm|@ohos.reminderAgentManager.d.ts| +|Added|NA|Module name: ohos.reminderAgentManager
Class name: ReminderRequestAlarm
Method or attribute name: hour: number;|@ohos.reminderAgentManager.d.ts| +|Added|NA|Module name: ohos.reminderAgentManager
Class name: ReminderRequestAlarm
Method or attribute name: minute: number;|@ohos.reminderAgentManager.d.ts| +|Added|NA|Module name: ohos.reminderAgentManager
Class name: ReminderRequestAlarm
Method or attribute name: daysOfWeek?: Array\;|@ohos.reminderAgentManager.d.ts| +|Added|NA|Module name: ohos.reminderAgentManager
Class name: ReminderRequestTimer|@ohos.reminderAgentManager.d.ts| +|Added|NA|Module name: ohos.reminderAgentManager
Class name: ReminderRequestTimer
Method or attribute name: triggerTimeInSeconds: number;|@ohos.reminderAgentManager.d.ts| +|Added|NA|Module name: ohos.reminderAgentManager
Class name: LocalDateTime|@ohos.reminderAgentManager.d.ts| +|Added|NA|Module name: ohos.reminderAgentManager
Class name: LocalDateTime
Method or attribute name: year: number;|@ohos.reminderAgentManager.d.ts| +|Added|NA|Module name: ohos.reminderAgentManager
Class name: LocalDateTime
Method or attribute name: month: number;|@ohos.reminderAgentManager.d.ts| +|Added|NA|Module name: ohos.reminderAgentManager
Class name: LocalDateTime
Method or attribute name: day: number;|@ohos.reminderAgentManager.d.ts| +|Added|NA|Module name: ohos.reminderAgentManager
Class name: LocalDateTime
Method or attribute name: hour: number;|@ohos.reminderAgentManager.d.ts| +|Added|NA|Module name: ohos.reminderAgentManager
Class name: LocalDateTime
Method or attribute name: minute: number;|@ohos.reminderAgentManager.d.ts| +|Added|NA|Module name: ohos.reminderAgentManager
Class name: LocalDateTime
Method or attribute name: second?: number;|@ohos.reminderAgentManager.d.ts| +|Added|NA|Module name: commonEventSubscriber
Class name: CommonEventSubscriber
Method or attribute name: finishCommonEvent(callback: AsyncCallback\): void;|commonEventSubscriber.d.ts| +|Added|NA|Module name: commonEventSubscriber
Class name: CommonEventSubscriber
Method or attribute name: finishCommonEvent(): Promise\;|commonEventSubscriber.d.ts| +|Added|NA|Module name: NotificationCommonDef
Class name: BundleOption|NotificationCommonDef.d.ts| +|Added|NA|Module name: NotificationCommonDef
Class name: BundleOption
Method or attribute name: bundle: string;|NotificationCommonDef.d.ts| +|Added|NA|Module name: NotificationCommonDef
Class name: BundleOption
Method or attribute name: uid?: number;|NotificationCommonDef.d.ts| +|Added|NA|Module name: notificationRequest
Class name: NotificationRequest
Method or attribute name: removalWantAgent?: WantAgent;|notificationRequest.d.ts| +|Added|NA|Module name: notificationRequest
Class name: NotificationRequest
Method or attribute name: badgeNumber?: number;|notificationRequest.d.ts| +|Added|NA|Module name: notificationSlot
Class name: NotificationSlot
Method or attribute name: readonly enabled?: boolean;|notificationSlot.d.ts| +|Deprecated version changed|Class name: commonEvent
Deprecated version: N/A|Class name: commonEvent
Deprecated version: 9
Substitute API: ohos.commonEventManager |@ohos.commonEvent.d.ts| +|Deprecated version changed|Class name: commonEvent
Method or attribute name: function publish(event: string, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: commonEvent
Method or attribute name: function publish(event: string, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.commonEventManager.publish |@ohos.commonEvent.d.ts| +|Deprecated version changed|Class name: commonEvent
Method or attribute name: function publish(event: string, options: CommonEventPublishData, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: commonEvent
Method or attribute name: function publish(event: string, options: CommonEventPublishData, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.commonEventManager.publish |@ohos.commonEvent.d.ts| +|Deprecated version changed|Class name: commonEvent
Method or attribute name: function publishAsUser(event: string, userId: number, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: commonEvent
Method or attribute name: function publishAsUser(event: string, userId: number, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.commonEventManager.publishAsUser |@ohos.commonEvent.d.ts| +|Deprecated version changed|Class name: commonEvent
Method or attribute name: function publishAsUser(event: string, userId: number, options: CommonEventPublishData, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: commonEvent
Method or attribute name: function publishAsUser(event: string, userId: number, options: CommonEventPublishData, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.commonEventManager.publishAsUser |@ohos.commonEvent.d.ts| +|Deprecated version changed|Class name: commonEvent
Method or attribute name: function createSubscriber(subscribeInfo: CommonEventSubscribeInfo, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: commonEvent
Method or attribute name: function createSubscriber(subscribeInfo: CommonEventSubscribeInfo, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.commonEventManager.createSubscriber |@ohos.commonEvent.d.ts| +|Deprecated version changed|Class name: commonEvent
Method or attribute name: function createSubscriber(subscribeInfo: CommonEventSubscribeInfo): Promise\;
Deprecated version: N/A|Class name: commonEvent
Method or attribute name: function createSubscriber(subscribeInfo: CommonEventSubscribeInfo): Promise\;
Deprecated version: 9
Substitute API: ohos.commonEventManager.createSubscriber |@ohos.commonEvent.d.ts| +|Deprecated version changed|Class name: commonEvent
Method or attribute name: function subscribe(subscriber: CommonEventSubscriber, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: commonEvent
Method or attribute name: function subscribe(subscriber: CommonEventSubscriber, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.commonEventManager.subscribe |@ohos.commonEvent.d.ts| +|Deprecated version changed|Class name: commonEvent
Method or attribute name: function unsubscribe(subscriber: CommonEventSubscriber, callback?: AsyncCallback\): void;
Deprecated version: N/A|Class name: commonEvent
Method or attribute name: function unsubscribe(subscriber: CommonEventSubscriber, callback?: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.commonEventManager.unsubscribe |@ohos.commonEvent.d.ts| +|Deprecated version changed|Class name: Support
Deprecated version: N/A|Class name: Support
Deprecated version: 9
Substitute API: ohos.commonEventManager.Support |@ohos.commonEvent.d.ts| +|Deprecated version changed|Class name: notification
Deprecated version: N/A|Class name: notification
Deprecated version: 9
Substitute API: ohos.notificationManager and ohos.notificationSubscribe |@ohos.notification.d.ts| +|Deprecated version changed|Class name: notification
Method or attribute name: function publish(request: NotificationRequest, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: notification
Method or attribute name: function publish(request: NotificationRequest, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.notificationManager.publish |@ohos.notification.d.ts| +|Deprecated version changed|Class name: notification
Method or attribute name: function publish(request: NotificationRequest): Promise\;
Deprecated version: N/A|Class name: notification
Method or attribute name: function publish(request: NotificationRequest): Promise\;
Deprecated version: 9
Substitute API: ohos.notificationManager.publish |@ohos.notification.d.ts| +|Deprecated version changed|Class name: notification
Method or attribute name: function publish(request: NotificationRequest, userId: number, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: notification
Method or attribute name: function publish(request: NotificationRequest, userId: number, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.notificationManager.publish |@ohos.notification.d.ts| +|Deprecated version changed|Class name: notification
Method or attribute name: function publish(request: NotificationRequest, userId: number): Promise\;
Deprecated version: N/A|Class name: notification
Method or attribute name: function publish(request: NotificationRequest, userId: number): Promise\;
Deprecated version: 9
Substitute API: ohos.notificationManager.publish |@ohos.notification.d.ts| +|Deprecated version changed|Class name: notification
Method or attribute name: function cancel(id: number, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: notification
Method or attribute name: function cancel(id: number, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.notificationManager.cancel |@ohos.notification.d.ts| +|Deprecated version changed|Class name: notification
Method or attribute name: function cancel(id: number, label: string, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: notification
Method or attribute name: function cancel(id: number, label: string, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.notificationManager.cancel |@ohos.notification.d.ts| +|Deprecated version changed|Class name: notification
Method or attribute name: function cancel(id: number, label?: string): Promise\;
Deprecated version: N/A|Class name: notification
Method or attribute name: function cancel(id: number, label?: string): Promise\;
Deprecated version: 9
Substitute API: ohos.notificationManager.cancel |@ohos.notification.d.ts| +|Deprecated version changed|Class name: notification
Method or attribute name: function cancelAll(callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: notification
Method or attribute name: function cancelAll(callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.notificationManager.cancelAll |@ohos.notification.d.ts| +|Deprecated version changed|Class name: notification
Method or attribute name: function cancelAll(): Promise\;
Deprecated version: N/A|Class name: notification
Method or attribute name: function cancelAll(): Promise\;
Deprecated version: 9
Substitute API: ohos.notificationManager.cancelAll |@ohos.notification.d.ts| +|Deprecated version changed|Class name: notification
Method or attribute name: function addSlot(slot: NotificationSlot, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: notification
Method or attribute name: function addSlot(slot: NotificationSlot, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.notificationManager.addSlot |@ohos.notification.d.ts| +|Deprecated version changed|Class name: notification
Method or attribute name: function addSlot(slot: NotificationSlot): Promise\;
Deprecated version: N/A|Class name: notification
Method or attribute name: function addSlot(slot: NotificationSlot): Promise\;
Deprecated version: 9
Substitute API: ohos.notificationManager.addSlot |@ohos.notification.d.ts| +|Deprecated version changed|Class name: notification
Method or attribute name: function addSlot(type: SlotType, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: notification
Method or attribute name: function addSlot(type: SlotType, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.notificationManager.addSlot |@ohos.notification.d.ts| +|Deprecated version changed|Class name: notification
Method or attribute name: function addSlot(type: SlotType): Promise\;
Deprecated version: N/A|Class name: notification
Method or attribute name: function addSlot(type: SlotType): Promise\;
Deprecated version: 9
Substitute API: ohos.notificationManager.addSlot |@ohos.notification.d.ts| +|Deprecated version changed|Class name: notification
Method or attribute name: function addSlots(slots: Array\, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: notification
Method or attribute name: function addSlots(slots: Array\, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.notificationManager.addSlots |@ohos.notification.d.ts| +|Deprecated version changed|Class name: notification
Method or attribute name: function addSlots(slots: Array\): Promise\;
Deprecated version: N/A|Class name: notification
Method or attribute name: function addSlots(slots: Array\): Promise\;
Deprecated version: 9
Substitute API: ohos.notificationManager.addSlots |@ohos.notification.d.ts| +|Deprecated version changed|Class name: notification
Method or attribute name: function getSlot(slotType: SlotType, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: notification
Method or attribute name: function getSlot(slotType: SlotType, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.notificationManager.getSlot |@ohos.notification.d.ts| +|Deprecated version changed|Class name: notification
Method or attribute name: function getSlot(slotType: SlotType): Promise\;
Deprecated version: N/A|Class name: notification
Method or attribute name: function getSlot(slotType: SlotType): Promise\;
Deprecated version: 9
Substitute API: ohos.notificationManager.getSlot |@ohos.notification.d.ts| +|Deprecated version changed|Class name: notification
Method or attribute name: function getSlots(callback: AsyncCallback\>): void;
Deprecated version: N/A|Class name: notification
Method or attribute name: function getSlots(callback: AsyncCallback\>): void;
Deprecated version: 9
Substitute API: ohos.notificationManager.getSlots |@ohos.notification.d.ts| +|Deprecated version changed|Class name: notification
Method or attribute name: function getSlots(): Promise\>;
Deprecated version: N/A|Class name: notification
Method or attribute name: function getSlots(): Promise\>;
Deprecated version: 9
Substitute API: ohos.notificationManager.getSlots |@ohos.notification.d.ts| +|Deprecated version changed|Class name: notification
Method or attribute name: function removeSlot(slotType: SlotType, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: notification
Method or attribute name: function removeSlot(slotType: SlotType, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.notificationManager.removeSlot |@ohos.notification.d.ts| +|Deprecated version changed|Class name: notification
Method or attribute name: function removeSlot(slotType: SlotType): Promise\;
Deprecated version: N/A|Class name: notification
Method or attribute name: function removeSlot(slotType: SlotType): Promise\;
Deprecated version: 9
Substitute API: ohos.notificationManager.removeSlot |@ohos.notification.d.ts| +|Deprecated version changed|Class name: notification
Method or attribute name: function removeAllSlots(callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: notification
Method or attribute name: function removeAllSlots(callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.notificationManager.removeAllSlots |@ohos.notification.d.ts| +|Deprecated version changed|Class name: notification
Method or attribute name: function removeAllSlots(): Promise\;
Deprecated version: N/A|Class name: notification
Method or attribute name: function removeAllSlots(): Promise\;
Deprecated version: 9
Substitute API: ohos.notificationManager.removeAllSlots |@ohos.notification.d.ts| +|Deprecated version changed|Class name: SlotType
Deprecated version: N/A|Class name: SlotType
Deprecated version: 9
Substitute API: ohos.notificationManager.SlotType |@ohos.notification.d.ts| +|Deprecated version changed|Class name: ContentType
Deprecated version: N/A|Class name: ContentType
Deprecated version: 9
Substitute API: ohos.notificationManager.ContentType |@ohos.notification.d.ts| +|Deprecated version changed|Class name: SlotLevel
Deprecated version: N/A|Class name: SlotLevel
Deprecated version: 9
Substitute API: ohos.notificationManager.SlotLevel |@ohos.notification.d.ts| +|Deprecated version changed|Class name: notification
Method or attribute name: function subscribe(subscriber: NotificationSubscriber, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: notification
Method or attribute name: function subscribe(subscriber: NotificationSubscriber, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.notificationSubscribe.subscribe |@ohos.notification.d.ts| +|Deprecated version changed|Class name: notification
Method or attribute name: function subscribe(subscriber: NotificationSubscriber, info: NotificationSubscribeInfo, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: notification
Method or attribute name: function subscribe(subscriber: NotificationSubscriber, info: NotificationSubscribeInfo, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.notificationSubscribe.subscribe |@ohos.notification.d.ts| +|Deprecated version changed|Class name: notification
Method or attribute name: function subscribe(subscriber: NotificationSubscriber, info?: NotificationSubscribeInfo): Promise\;
Deprecated version: N/A|Class name: notification
Method or attribute name: function subscribe(subscriber: NotificationSubscriber, info?: NotificationSubscribeInfo): Promise\;
Deprecated version: 9
Substitute API: ohos.notificationSubscribe.subscribe |@ohos.notification.d.ts| +|Deprecated version changed|Class name: notification
Method or attribute name: function unsubscribe(subscriber: NotificationSubscriber, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: notification
Method or attribute name: function unsubscribe(subscriber: NotificationSubscriber, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.notificationSubscribe.unsubscribe |@ohos.notification.d.ts| +|Deprecated version changed|Class name: notification
Method or attribute name: function unsubscribe(subscriber: NotificationSubscriber): Promise\;
Deprecated version: N/A|Class name: notification
Method or attribute name: function unsubscribe(subscriber: NotificationSubscriber): Promise\;
Deprecated version: 9
Substitute API: ohos.notificationSubscribe.unsubscribe |@ohos.notification.d.ts| +|Deprecated version changed|Class name: notification
Method or attribute name: function enableNotification(bundle: BundleOption, enable: boolean, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: notification
Method or attribute name: function enableNotification(bundle: BundleOption, enable: boolean, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.notificationManager.setNotificationEnable |@ohos.notification.d.ts| +|Deprecated version changed|Class name: notification
Method or attribute name: function enableNotification(bundle: BundleOption, enable: boolean): Promise\;
Deprecated version: N/A|Class name: notification
Method or attribute name: function enableNotification(bundle: BundleOption, enable: boolean): Promise\;
Deprecated version: 9
Substitute API: ohos.notificationManager.setNotificationEnable |@ohos.notification.d.ts| +|Deprecated version changed|Class name: notification
Method or attribute name: function isNotificationEnabled(bundle: BundleOption, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: notification
Method or attribute name: function isNotificationEnabled(bundle: BundleOption, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.notificationManager.isNotificationEnabled |@ohos.notification.d.ts| +|Deprecated version changed|Class name: notification
Method or attribute name: function isNotificationEnabled(bundle: BundleOption): Promise\;
Deprecated version: N/A|Class name: notification
Method or attribute name: function isNotificationEnabled(bundle: BundleOption): Promise\;
Deprecated version: 9
Substitute API: ohos.notificationManager.isNotificationEnabled |@ohos.notification.d.ts| +|Deprecated version changed|Class name: notification
Method or attribute name: function isNotificationEnabled(callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: notification
Method or attribute name: function isNotificationEnabled(callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.notificationManager.isNotificationEnabled |@ohos.notification.d.ts| +|Deprecated version changed|Class name: notification
Method or attribute name: function isNotificationEnabled(): Promise\;
Deprecated version: N/A|Class name: notification
Method or attribute name: function isNotificationEnabled(): Promise\;
Deprecated version: 9
Substitute API: ohos.notificationManager.isNotificationEnabled |@ohos.notification.d.ts| +|Deprecated version changed|Class name: notification
Method or attribute name: function isNotificationEnabled(userId: number, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: notification
Method or attribute name: function isNotificationEnabled(userId: number, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.notificationManager.isNotificationEnabled |@ohos.notification.d.ts| +|Deprecated version changed|Class name: notification
Method or attribute name: function isNotificationEnabled(userId: number): Promise\;
Deprecated version: N/A|Class name: notification
Method or attribute name: function isNotificationEnabled(userId: number): Promise\;
Deprecated version: 9
Substitute API: ohos.notificationManager.isNotificationEnabled |@ohos.notification.d.ts| +|Deprecated version changed|Class name: notification
Method or attribute name: function displayBadge(bundle: BundleOption, enable: boolean, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: notification
Method or attribute name: function displayBadge(bundle: BundleOption, enable: boolean, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.notificationManager.displayBadge |@ohos.notification.d.ts| +|Deprecated version changed|Class name: notification
Method or attribute name: function displayBadge(bundle: BundleOption, enable: boolean): Promise\;
Deprecated version: N/A|Class name: notification
Method or attribute name: function displayBadge(bundle: BundleOption, enable: boolean): Promise\;
Deprecated version: 9
Substitute API: ohos.notificationManager.displayBadge |@ohos.notification.d.ts| +|Deprecated version changed|Class name: notification
Method or attribute name: function isBadgeDisplayed(bundle: BundleOption, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: notification
Method or attribute name: function isBadgeDisplayed(bundle: BundleOption, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.notificationManager.isBadgeDisplayed |@ohos.notification.d.ts| +|Deprecated version changed|Class name: notification
Method or attribute name: function isBadgeDisplayed(bundle: BundleOption): Promise\;
Deprecated version: N/A|Class name: notification
Method or attribute name: function isBadgeDisplayed(bundle: BundleOption): Promise\;
Deprecated version: 9
Substitute API: ohos.notificationManager.isBadgeDisplayed |@ohos.notification.d.ts| +|Deprecated version changed|Class name: notification
Method or attribute name: function setSlotByBundle(bundle: BundleOption, slot: NotificationSlot, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: notification
Method or attribute name: function setSlotByBundle(bundle: BundleOption, slot: NotificationSlot, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.notificationManager.setSlotByBundle |@ohos.notification.d.ts| +|Deprecated version changed|Class name: notification
Method or attribute name: function setSlotByBundle(bundle: BundleOption, slot: NotificationSlot): Promise\;
Deprecated version: N/A|Class name: notification
Method or attribute name: function setSlotByBundle(bundle: BundleOption, slot: NotificationSlot): Promise\;
Deprecated version: 9
Substitute API: ohos.notificationManager.setSlotByBundle |@ohos.notification.d.ts| +|Deprecated version changed|Class name: notification
Method or attribute name: function getSlotsByBundle(bundle: BundleOption, callback: AsyncCallback\>): void;
Deprecated version: N/A|Class name: notification
Method or attribute name: function getSlotsByBundle(bundle: BundleOption, callback: AsyncCallback\>): void;
Deprecated version: 9
Substitute API: ohos.notificationManager.getSlotsByBundle |@ohos.notification.d.ts| +|Deprecated version changed|Class name: notification
Method or attribute name: function getSlotsByBundle(bundle: BundleOption): Promise\>;
Deprecated version: N/A|Class name: notification
Method or attribute name: function getSlotsByBundle(bundle: BundleOption): Promise\>;
Deprecated version: 9
Substitute API: ohos.notificationManager.getSlotsByBundle |@ohos.notification.d.ts| +|Deprecated version changed|Class name: notification
Method or attribute name: function getSlotNumByBundle(bundle: BundleOption, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: notification
Method or attribute name: function getSlotNumByBundle(bundle: BundleOption, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.notificationManager.getSlotNumByBundle |@ohos.notification.d.ts| +|Deprecated version changed|Class name: notification
Method or attribute name: function getSlotNumByBundle(bundle: BundleOption): Promise\;
Deprecated version: N/A|Class name: notification
Method or attribute name: function getSlotNumByBundle(bundle: BundleOption): Promise\;
Deprecated version: 9
Substitute API: ohos.notificationManager.getSlotNumByBundle |@ohos.notification.d.ts| +|Deprecated version changed|Class name: notification
Method or attribute name: function removeAll(bundle: BundleOption, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: notification
Method or attribute name: function removeAll(bundle: BundleOption, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.notificationSubscribe.removeAll |@ohos.notification.d.ts| +|Deprecated version changed|Class name: notification
Method or attribute name: function removeAll(callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: notification
Method or attribute name: function removeAll(callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.notificationSubscribe.removeAll |@ohos.notification.d.ts| +|Deprecated version changed|Class name: notification
Method or attribute name: function removeAll(userId: number, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: notification
Method or attribute name: function removeAll(userId: number, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.notificationSubscribe.removeAll |@ohos.notification.d.ts| +|Deprecated version changed|Class name: notification
Method or attribute name: function removeAll(userId: number): Promise\;
Deprecated version: N/A|Class name: notification
Method or attribute name: function removeAll(userId: number): Promise\;
Deprecated version: 9
Substitute API: ohos.notificationSubscribe.removeAll |@ohos.notification.d.ts| +|Deprecated version changed|Class name: notification
Method or attribute name: function removeAll(bundle?: BundleOption): Promise\;
Deprecated version: N/A|Class name: notification
Method or attribute name: function removeAll(bundle?: BundleOption): Promise\;
Deprecated version: 9
Substitute API: notificationSubscribe.removeAll |@ohos.notification.d.ts| +|Deprecated version changed|Class name: notification
Method or attribute name: function getAllActiveNotifications(callback: AsyncCallback\>): void;
Deprecated version: N/A|Class name: notification
Method or attribute name: function getAllActiveNotifications(callback: AsyncCallback\>): void;
Deprecated version: 9
Substitute API: ohos.notificationManager.getAllActiveNotifications |@ohos.notification.d.ts| +|Deprecated version changed|Class name: notification
Method or attribute name: function getAllActiveNotifications(): Promise\>;
Deprecated version: N/A|Class name: notification
Method or attribute name: function getAllActiveNotifications(): Promise\>;
Deprecated version: 9
Substitute API: ohos.notificationManager.getAllActiveNotifications |@ohos.notification.d.ts| +|Deprecated version changed|Class name: notification
Method or attribute name: function getActiveNotificationCount(callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: notification
Method or attribute name: function getActiveNotificationCount(callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.notificationManager.getActiveNotificationCount |@ohos.notification.d.ts| +|Deprecated version changed|Class name: notification
Method or attribute name: function getActiveNotificationCount(): Promise\;
Deprecated version: N/A|Class name: notification
Method or attribute name: function getActiveNotificationCount(): Promise\;
Deprecated version: 9
Substitute API: ohos.notificationManager.getActiveNotificationCount |@ohos.notification.d.ts| +|Deprecated version changed|Class name: notification
Method or attribute name: function getActiveNotifications(callback: AsyncCallback\>): void;
Deprecated version: N/A|Class name: notification
Method or attribute name: function getActiveNotifications(callback: AsyncCallback\>): void;
Deprecated version: 9
Substitute API: ohos.notificationManager.cancelGroup |@ohos.notification.d.ts| +|Deprecated version changed|Class name: notification
Method or attribute name: function getActiveNotifications(): Promise\>;
Deprecated version: N/A|Class name: notification
Method or attribute name: function getActiveNotifications(): Promise\>;
Deprecated version: 9
Substitute API: ohos.notificationManager.cancelGroup |@ohos.notification.d.ts| +|Deprecated version changed|Class name: notification
Method or attribute name: function cancelGroup(groupName: string, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: notification
Method or attribute name: function cancelGroup(groupName: string, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.notificationManager.cancelGroup |@ohos.notification.d.ts| +|Deprecated version changed|Class name: notification
Method or attribute name: function cancelGroup(groupName: string): Promise\;
Deprecated version: N/A|Class name: notification
Method or attribute name: function cancelGroup(groupName: string): Promise\;
Deprecated version: 9
Substitute API: ohos.notificationManager.cancelGroup |@ohos.notification.d.ts| +|Deprecated version changed|Class name: notification
Method or attribute name: function removeGroupByBundle(bundle: BundleOption, groupName: string, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: notification
Method or attribute name: function removeGroupByBundle(bundle: BundleOption, groupName: string, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.notificationManager.removeGroupByBundle |@ohos.notification.d.ts| +|Deprecated version changed|Class name: notification
Method or attribute name: function removeGroupByBundle(bundle: BundleOption, groupName: string): Promise\;
Deprecated version: N/A|Class name: notification
Method or attribute name: function removeGroupByBundle(bundle: BundleOption, groupName: string): Promise\;
Deprecated version: 9
Substitute API: ohos.notificationManager.removeGroupByBundle |@ohos.notification.d.ts| +|Deprecated version changed|Class name: notification
Method or attribute name: function setDoNotDisturbDate(date: DoNotDisturbDate, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: notification
Method or attribute name: function setDoNotDisturbDate(date: DoNotDisturbDate, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.notificationManager.setDoNotDisturbDate |@ohos.notification.d.ts| +|Deprecated version changed|Class name: notification
Method or attribute name: function setDoNotDisturbDate(date: DoNotDisturbDate): Promise\;
Deprecated version: N/A|Class name: notification
Method or attribute name: function setDoNotDisturbDate(date: DoNotDisturbDate): Promise\;
Deprecated version: 9
Substitute API: ohos.notificationManager.setDoNotDisturbDate |@ohos.notification.d.ts| +|Deprecated version changed|Class name: notification
Method or attribute name: function setDoNotDisturbDate(date: DoNotDisturbDate, userId: number, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: notification
Method or attribute name: function setDoNotDisturbDate(date: DoNotDisturbDate, userId: number, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.notificationManager.setDoNotDisturbDate |@ohos.notification.d.ts| +|Deprecated version changed|Class name: notification
Method or attribute name: function setDoNotDisturbDate(date: DoNotDisturbDate, userId: number): Promise\;
Deprecated version: N/A|Class name: notification
Method or attribute name: function setDoNotDisturbDate(date: DoNotDisturbDate, userId: number): Promise\;
Deprecated version: 9
Substitute API: ohos.notificationManager.setDoNotDisturbDate |@ohos.notification.d.ts| +|Deprecated version changed|Class name: notification
Method or attribute name: function getDoNotDisturbDate(callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: notification
Method or attribute name: function getDoNotDisturbDate(callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.notificationManager.getDoNotDisturbDate |@ohos.notification.d.ts| +|Deprecated version changed|Class name: notification
Method or attribute name: function getDoNotDisturbDate(): Promise\;
Deprecated version: N/A|Class name: notification
Method or attribute name: function getDoNotDisturbDate(): Promise\;
Deprecated version: 9
Substitute API: ohos.notificationManager.getDoNotDisturbDate |@ohos.notification.d.ts| +|Deprecated version changed|Class name: notification
Method or attribute name: function getDoNotDisturbDate(userId: number, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: notification
Method or attribute name: function getDoNotDisturbDate(userId: number, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.notificationManager.getDoNotDisturbDate |@ohos.notification.d.ts| +|Deprecated version changed|Class name: notification
Method or attribute name: function getDoNotDisturbDate(userId: number): Promise\;
Deprecated version: N/A|Class name: notification
Method or attribute name: function getDoNotDisturbDate(userId: number): Promise\;
Deprecated version: 9
Substitute API: ohos.notificationManager.getDoNotDisturbDate |@ohos.notification.d.ts| +|Deprecated version changed|Class name: notification
Method or attribute name: function supportDoNotDisturbMode(callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: notification
Method or attribute name: function supportDoNotDisturbMode(callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.notificationManager.isSupportDoNotDisturbMode |@ohos.notification.d.ts| +|Deprecated version changed|Class name: notification
Method or attribute name: function supportDoNotDisturbMode(): Promise\;
Deprecated version: N/A|Class name: notification
Method or attribute name: function supportDoNotDisturbMode(): Promise\;
Deprecated version: 9
Substitute API: ohos.notificationManager.isSupportDoNotDisturbMode |@ohos.notification.d.ts| +|Deprecated version changed|Class name: notification
Method or attribute name: function isSupportTemplate(templateName: string, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: notification
Method or attribute name: function isSupportTemplate(templateName: string, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.notificationManager.isSupportTemplate |@ohos.notification.d.ts| +|Deprecated version changed|Class name: notification
Method or attribute name: function isSupportTemplate(templateName: string): Promise\;
Deprecated version: N/A|Class name: notification
Method or attribute name: function isSupportTemplate(templateName: string): Promise\;
Deprecated version: 9
Substitute API: ohos.notificationManager.isSupportTemplate |@ohos.notification.d.ts| +|Deprecated version changed|Class name: notification
Method or attribute name: function requestEnableNotification(callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: notification
Method or attribute name: function requestEnableNotification(callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.notificationManager.requestEnableNotification |@ohos.notification.d.ts| +|Deprecated version changed|Class name: notification
Method or attribute name: function requestEnableNotification(): Promise\;
Deprecated version: N/A|Class name: notification
Method or attribute name: function requestEnableNotification(): Promise\;
Deprecated version: 9
Substitute API: ohos.notificationManager.requestEnableNotification |@ohos.notification.d.ts| +|Deprecated version changed|Class name: notification
Method or attribute name: function enableDistributed(enable: boolean, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: notification
Method or attribute name: function enableDistributed(enable: boolean, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.notificationManager.setDistributedEnable |@ohos.notification.d.ts| +|Deprecated version changed|Class name: notification
Method or attribute name: function enableDistributed(enable: boolean): Promise\;
Deprecated version: N/A|Class name: notification
Method or attribute name: function enableDistributed(enable: boolean): Promise\;
Deprecated version: 9
Substitute API: ohos.notificationManager.setDistributedEnable |@ohos.notification.d.ts| +|Deprecated version changed|Class name: notification
Method or attribute name: function isDistributedEnabled(callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: notification
Method or attribute name: function isDistributedEnabled(callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.notificationManager.isDistributedEnabled |@ohos.notification.d.ts| +|Deprecated version changed|Class name: notification
Method or attribute name: function isDistributedEnabled(): Promise\;
Deprecated version: N/A|Class name: notification
Method or attribute name: function isDistributedEnabled(): Promise\;
Deprecated version: 9
Substitute API: ohos.notificationManager.isDistributedEnabled |@ohos.notification.d.ts| +|Deprecated version changed|Class name: notification
Method or attribute name: function enableDistributedByBundle(bundle: BundleOption, enable: boolean, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: notification
Method or attribute name: function enableDistributedByBundle(bundle: BundleOption, enable: boolean, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.notificationManager.setDistributedEnableByBundle |@ohos.notification.d.ts| +|Deprecated version changed|Class name: notification
Method or attribute name: function enableDistributedByBundle(bundle: BundleOption, enable: boolean): Promise\;
Deprecated version: N/A|Class name: notification
Method or attribute name: function enableDistributedByBundle(bundle: BundleOption, enable: boolean): Promise\;
Deprecated version: 9
Substitute API: ohos.notificationManager.setDistributedEnableByBundle |@ohos.notification.d.ts| +|Deprecated version changed|Class name: notification
Method or attribute name: function isDistributedEnabledByBundle(bundle: BundleOption, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: notification
Method or attribute name: function isDistributedEnabledByBundle(bundle: BundleOption, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.notificationManager.isDistributedEnabledByBundle |@ohos.notification.d.ts| +|Deprecated version changed|Class name: notification
Method or attribute name: function isDistributedEnabledByBundle(bundle: BundleOption): Promise\;
Deprecated version: N/A|Class name: notification
Method or attribute name: function isDistributedEnabledByBundle(bundle: BundleOption): Promise\;
Deprecated version: 9
Substitute API: ohos.notificationManager.isDistributedEnabledByBundle |@ohos.notification.d.ts| +|Deprecated version changed|Class name: notification
Method or attribute name: function getDeviceRemindType(callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: notification
Method or attribute name: function getDeviceRemindType(callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.notificationManager.getDeviceRemindType |@ohos.notification.d.ts| +|Deprecated version changed|Class name: notification
Method or attribute name: function getDeviceRemindType(): Promise\;
Deprecated version: N/A|Class name: notification
Method or attribute name: function getDeviceRemindType(): Promise\;
Deprecated version: 9
Substitute API: ohos.notificationManager.getDeviceRemindType |@ohos.notification.d.ts| +|Deprecated version changed|Class name: BundleOption
Deprecated version: N/A|Class name: BundleOption
Deprecated version: 9
Substitute API: ohos.notificationManager.BundleOption |@ohos.notification.d.ts| +|Deprecated version changed|Class name: NotificationKey
Deprecated version: N/A|Class name: NotificationKey
Deprecated version: 9
Substitute API: ohos.notificationManager.NotificationKey |@ohos.notification.d.ts| +|Deprecated version changed|Class name: DoNotDisturbType
Deprecated version: N/A|Class name: DoNotDisturbType
Deprecated version: 9
Substitute API: ohos.notificationManager.DoNotDisturbType |@ohos.notification.d.ts| +|Deprecated version changed|Class name: DoNotDisturbDate
Deprecated version: N/A|Class name: DoNotDisturbDate
Deprecated version: 9
Substitute API: ohos.notificationManager.DoNotDisturbDate |@ohos.notification.d.ts| +|Deprecated version changed|Class name: DeviceRemindType
Deprecated version: N/A|Class name: DeviceRemindType
Deprecated version: 9
Substitute API: ohos.notificationManager.DeviceRemindType |@ohos.notification.d.ts| +|Deprecated version changed|Class name: SourceType
Deprecated version: N/A|Class name: SourceType
Deprecated version: 9
Substitute API: ohos.notificationManager.SourceType |@ohos.notification.d.ts| +|Deprecated version changed|Class name: reminderAgent
Deprecated version: N/A|Class name: reminderAgent
Deprecated version: 9
Substitute API: reminderAgentManager |@ohos.reminderAgent.d.ts| +|Deprecated version changed|Class name: reminderAgent
Method or attribute name: function publishReminder(reminderReq: ReminderRequest, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: reminderAgent
Method or attribute name: function publishReminder(reminderReq: ReminderRequest, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: reminderAgentManager.publishReminder |@ohos.reminderAgent.d.ts| +|Deprecated version changed|Class name: reminderAgent
Method or attribute name: function publishReminder(reminderReq: ReminderRequest): Promise\;
Deprecated version: N/A|Class name: reminderAgent
Method or attribute name: function publishReminder(reminderReq: ReminderRequest): Promise\;
Deprecated version: 9
Substitute API: reminderAgentManager.publishReminder |@ohos.reminderAgent.d.ts| +|Deprecated version changed|Class name: reminderAgent
Method or attribute name: function cancelReminder(reminderId: number, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: reminderAgent
Method or attribute name: function cancelReminder(reminderId: number, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: reminderAgentManager.cancelReminder |@ohos.reminderAgent.d.ts| +|Deprecated version changed|Class name: reminderAgent
Method or attribute name: function cancelReminder(reminderId: number): Promise\;
Deprecated version: N/A|Class name: reminderAgent
Method or attribute name: function cancelReminder(reminderId: number): Promise\;
Deprecated version: 9
Substitute API: reminderAgentManager.cancelReminder |@ohos.reminderAgent.d.ts| +|Deprecated version changed|Class name: reminderAgent
Method or attribute name: function getValidReminders(callback: AsyncCallback\>): void;
Deprecated version: N/A|Class name: reminderAgent
Method or attribute name: function getValidReminders(callback: AsyncCallback\>): void;
Deprecated version: 9
Substitute API: reminderAgentManager.getValidReminders |@ohos.reminderAgent.d.ts| +|Deprecated version changed|Class name: reminderAgent
Method or attribute name: function getValidReminders(): Promise\>;
Deprecated version: N/A|Class name: reminderAgent
Method or attribute name: function getValidReminders(): Promise\>;
Deprecated version: 9
Substitute API: reminderAgentManager.getValidReminders |@ohos.reminderAgent.d.ts| +|Deprecated version changed|Class name: reminderAgent
Method or attribute name: function cancelAllReminders(callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: reminderAgent
Method or attribute name: function cancelAllReminders(callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: reminderAgentManager.cancelAllReminders |@ohos.reminderAgent.d.ts| +|Deprecated version changed|Class name: reminderAgent
Method or attribute name: function cancelAllReminders(): Promise\;
Deprecated version: N/A|Class name: reminderAgent
Method or attribute name: function cancelAllReminders(): Promise\;
Deprecated version: 9
Substitute API: reminderAgentManager.cancelAllReminders |@ohos.reminderAgent.d.ts| +|Deprecated version changed|Class name: reminderAgent
Method or attribute name: function addNotificationSlot(slot: NotificationSlot, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: reminderAgent
Method or attribute name: function addNotificationSlot(slot: NotificationSlot, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: reminderAgentManager.addNotificationSlot |@ohos.reminderAgent.d.ts| +|Deprecated version changed|Class name: reminderAgent
Method or attribute name: function addNotificationSlot(slot: NotificationSlot): Promise\;
Deprecated version: N/A|Class name: reminderAgent
Method or attribute name: function addNotificationSlot(slot: NotificationSlot): Promise\;
Deprecated version: 9
Substitute API: reminderAgentManager.addNotificationSlot |@ohos.reminderAgent.d.ts| +|Deprecated version changed|Class name: reminderAgent
Method or attribute name: function removeNotificationSlot(slotType: notification.SlotType, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: reminderAgent
Method or attribute name: function removeNotificationSlot(slotType: notification.SlotType, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: reminderAgentManager.removeNotificationSlot |@ohos.reminderAgent.d.ts| +|Deprecated version changed|Class name: reminderAgent
Method or attribute name: function removeNotificationSlot(slotType: notification.SlotType): Promise\;
Deprecated version: N/A|Class name: reminderAgent
Method or attribute name: function removeNotificationSlot(slotType: notification.SlotType): Promise\;
Deprecated version: 9
Substitute API: reminderAgentManager.removeNotificationSlot |@ohos.reminderAgent.d.ts| +|Deprecated version changed|Class name: ActionButtonType
Deprecated version: N/A|Class name: ActionButtonType
Deprecated version: 9
Substitute API: reminderAgentManager.ActionButtonType |@ohos.reminderAgent.d.ts| +|Deprecated version changed|Class name: ActionButtonType
Method or attribute name: ACTION_BUTTON_TYPE_CLOSE = 0
Deprecated version: N/A|Class name: ActionButtonType
Method or attribute name: ACTION_BUTTON_TYPE_CLOSE = 0
Deprecated version: 9
Substitute API: reminderAgentManager.ActionButtonType.ACTION_BUTTON_TYPE_CLOSE |@ohos.reminderAgent.d.ts| +|Deprecated version changed|Class name: ActionButtonType
Method or attribute name: ACTION_BUTTON_TYPE_SNOOZE = 1
Deprecated version: N/A|Class name: ActionButtonType
Method or attribute name: ACTION_BUTTON_TYPE_SNOOZE = 1
Deprecated version: 9
Substitute API: reminderAgentManager.ActionButtonType.ACTION_BUTTON_TYPE_SNOOZE |@ohos.reminderAgent.d.ts| +|Deprecated version changed|Class name: ReminderType
Deprecated version: N/A|Class name: ReminderType
Deprecated version: 9
Substitute API: reminderAgentManager.ReminderType |@ohos.reminderAgent.d.ts| +|Deprecated version changed|Class name: ReminderType
Method or attribute name: REMINDER_TYPE_TIMER = 0
Deprecated version: N/A|Class name: ReminderType
Method or attribute name: REMINDER_TYPE_TIMER = 0
Deprecated version: 9
Substitute API: reminderAgentManager.ReminderType.REMINDER_TYPE_TIMER |@ohos.reminderAgent.d.ts| +|Deprecated version changed|Class name: ReminderType
Method or attribute name: REMINDER_TYPE_CALENDAR = 1
Deprecated version: N/A|Class name: ReminderType
Method or attribute name: REMINDER_TYPE_CALENDAR = 1
Deprecated version: 9
Substitute API: reminderAgentManager.ReminderType.REMINDER_TYPE_CALENDAR |@ohos.reminderAgent.d.ts| +|Deprecated version changed|Class name: ReminderType
Method or attribute name: REMINDER_TYPE_ALARM = 2
Deprecated version: N/A|Class name: ReminderType
Method or attribute name: REMINDER_TYPE_ALARM = 2
Deprecated version: 9
Substitute API: reminderAgentManager.ReminderType.REMINDER_TYPE_ALARM |@ohos.reminderAgent.d.ts| +|Deprecated version changed|Class name: ActionButton
Deprecated version: N/A|Class name: ActionButton
Deprecated version: 9
Substitute API: reminderAgentManager.ActionButton |@ohos.reminderAgent.d.ts| +|Deprecated version changed|Class name: ActionButton
Method or attribute name: title: string;
Deprecated version: N/A|Class name: ActionButton
Method or attribute name: title: string;
Deprecated version: 9
Substitute API: reminderAgentManager.ActionButton.title |@ohos.reminderAgent.d.ts| +|Deprecated version changed|Class name: ActionButton
Method or attribute name: type: ActionButtonType;
Deprecated version: N/A|Class name: ActionButton
Method or attribute name: type: ActionButtonType;
Deprecated version: 9
Substitute API: reminderAgentManager.ActionButton.type |@ohos.reminderAgent.d.ts| +|Deprecated version changed|Class name: WantAgent
Deprecated version: N/A|Class name: WantAgent
Deprecated version: 9
Substitute API: reminderAgentManager.WantAgent |@ohos.reminderAgent.d.ts| +|Deprecated version changed|Class name: WantAgent
Method or attribute name: pkgName: string;
Deprecated version: N/A|Class name: WantAgent
Method or attribute name: pkgName: string;
Deprecated version: 9
Substitute API: reminderAgentManager.WantAgent.pkgName |@ohos.reminderAgent.d.ts| +|Deprecated version changed|Class name: WantAgent
Method or attribute name: abilityName: string;
Deprecated version: N/A|Class name: WantAgent
Method or attribute name: abilityName: string;
Deprecated version: 9
Substitute API: reminderAgentManager.WantAgent.abilityName |@ohos.reminderAgent.d.ts| +|Deprecated version changed|Class name: MaxScreenWantAgent
Deprecated version: N/A|Class name: MaxScreenWantAgent
Deprecated version: 9
Substitute API: reminderAgentManager.MaxScreenWantAgent |@ohos.reminderAgent.d.ts| +|Deprecated version changed|Class name: MaxScreenWantAgent
Method or attribute name: pkgName: string;
Deprecated version: N/A|Class name: MaxScreenWantAgent
Method or attribute name: pkgName: string;
Deprecated version: 9
Substitute API: reminderAgentManager.MaxScreenWantAgent.pkgName |@ohos.reminderAgent.d.ts| +|Deprecated version changed|Class name: MaxScreenWantAgent
Method or attribute name: abilityName: string;
Deprecated version: N/A|Class name: MaxScreenWantAgent
Method or attribute name: abilityName: string;
Deprecated version: 9
Substitute API: reminderAgentManager.MaxScreenWantAgent.abilityName |@ohos.reminderAgent.d.ts| +|Deprecated version changed|Class name: ReminderRequest
Deprecated version: N/A|Class name: ReminderRequest
Deprecated version: 9
Substitute API: reminderAgentManager.ReminderRequest |@ohos.reminderAgent.d.ts| +|Deprecated version changed|Class name: ReminderRequest
Method or attribute name: reminderType: ReminderType;
Deprecated version: N/A|Class name: ReminderRequest
Method or attribute name: reminderType: ReminderType;
Deprecated version: 9
Substitute API: reminderAgentManager.ReminderRequest.reminderType |@ohos.reminderAgent.d.ts| +|Deprecated version changed|Class name: ReminderRequest
Method or attribute name: actionButton?: [ActionButton?, ActionButton?];
Deprecated version: N/A|Class name: ReminderRequest
Method or attribute name: actionButton?: [ActionButton?, ActionButton?];
Deprecated version: 9
Substitute API: reminderAgentManager.ReminderRequest.actionButton |@ohos.reminderAgent.d.ts| +|Deprecated version changed|Class name: ReminderRequest
Method or attribute name: wantAgent?: WantAgent;
Deprecated version: N/A|Class name: ReminderRequest
Method or attribute name: wantAgent?: WantAgent;
Deprecated version: 9
Substitute API: reminderAgentManager.ReminderRequest.wantAgent |@ohos.reminderAgent.d.ts| +|Deprecated version changed|Class name: ReminderRequest
Method or attribute name: maxScreenWantAgent?: MaxScreenWantAgent;
Deprecated version: N/A|Class name: ReminderRequest
Method or attribute name: maxScreenWantAgent?: MaxScreenWantAgent;
Deprecated version: 9
Substitute API: reminderAgentManager.ReminderRequest.maxScreenWantAgent |@ohos.reminderAgent.d.ts| +|Deprecated version changed|Class name: ReminderRequest
Method or attribute name: ringDuration?: number;
Deprecated version: N/A|Class name: ReminderRequest
Method or attribute name: ringDuration?: number;
Deprecated version: 9
Substitute API: reminderAgentManager.ReminderRequest.ringDuration |@ohos.reminderAgent.d.ts| +|Deprecated version changed|Class name: ReminderRequest
Method or attribute name: snoozeTimes?: number;
Deprecated version: N/A|Class name: ReminderRequest
Method or attribute name: snoozeTimes?: number;
Deprecated version: 9
Substitute API: reminderAgentManager.ReminderRequest.snoozeTimes |@ohos.reminderAgent.d.ts| +|Deprecated version changed|Class name: ReminderRequest
Method or attribute name: timeInterval?: number;
Deprecated version: N/A|Class name: ReminderRequest
Method or attribute name: timeInterval?: number;
Deprecated version: 9
Substitute API: reminderAgentManager.ReminderRequest.timeInterval |@ohos.reminderAgent.d.ts| +|Deprecated version changed|Class name: ReminderRequest
Method or attribute name: title?: string;
Deprecated version: N/A|Class name: ReminderRequest
Method or attribute name: title?: string;
Deprecated version: 9
Substitute API: reminderAgentManager.ReminderRequest.title |@ohos.reminderAgent.d.ts| +|Deprecated version changed|Class name: ReminderRequest
Method or attribute name: content?: string;
Deprecated version: N/A|Class name: ReminderRequest
Method or attribute name: content?: string;
Deprecated version: 9
Substitute API: reminderAgentManager.ReminderRequest.content |@ohos.reminderAgent.d.ts| +|Deprecated version changed|Class name: ReminderRequest
Method or attribute name: expiredContent?: string;
Deprecated version: N/A|Class name: ReminderRequest
Method or attribute name: expiredContent?: string;
Deprecated version: 9
Substitute API: reminderAgentManager.ReminderRequest.expiredContent |@ohos.reminderAgent.d.ts| +|Deprecated version changed|Class name: ReminderRequest
Method or attribute name: snoozeContent?: string;
Deprecated version: N/A|Class name: ReminderRequest
Method or attribute name: snoozeContent?: string;
Deprecated version: 9
Substitute API: reminderAgentManager.ReminderRequest.snoozeContent |@ohos.reminderAgent.d.ts| +|Deprecated version changed|Class name: ReminderRequest
Method or attribute name: notificationId?: number;
Deprecated version: N/A|Class name: ReminderRequest
Method or attribute name: notificationId?: number;
Deprecated version: 9
Substitute API: reminderAgentManager.ReminderRequest.notificationId |@ohos.reminderAgent.d.ts| +|Deprecated version changed|Class name: ReminderRequest
Method or attribute name: slotType?: notification.SlotType;
Deprecated version: N/A|Class name: ReminderRequest
Method or attribute name: slotType?: notification.SlotType;
Deprecated version: 9
Substitute API: reminderAgentManager.ReminderRequest.slotType |@ohos.reminderAgent.d.ts| +|Deprecated version changed|Class name: ReminderRequestCalendar
Deprecated version: N/A|Class name: ReminderRequestCalendar
Deprecated version: 9
Substitute API: reminderAgentManager.ReminderRequestCalendar |@ohos.reminderAgent.d.ts| +|Deprecated version changed|Class name: ReminderRequestCalendar
Method or attribute name: dateTime: LocalDateTime;
Deprecated version: N/A|Class name: ReminderRequestCalendar
Method or attribute name: dateTime: LocalDateTime;
Deprecated version: 9
Substitute API: reminderAgentManager.ReminderRequestCalendar.dateTime |@ohos.reminderAgent.d.ts| +|Deprecated version changed|Class name: ReminderRequestCalendar
Method or attribute name: repeatMonths?: Array\;
Deprecated version: N/A|Class name: ReminderRequestCalendar
Method or attribute name: repeatMonths?: Array\;
Deprecated version: 9
Substitute API: reminderAgentManager.ReminderRequestCalendar.repeatMonths |@ohos.reminderAgent.d.ts| +|Deprecated version changed|Class name: ReminderRequestCalendar
Method or attribute name: repeatDays?: Array\;
Deprecated version: N/A|Class name: ReminderRequestCalendar
Method or attribute name: repeatDays?: Array\;
Deprecated version: 9
Substitute API: reminderAgentManager.ReminderRequestCalendar.repeatDays |@ohos.reminderAgent.d.ts| +|Deprecated version changed|Class name: ReminderRequestAlarm
Deprecated version: N/A|Class name: ReminderRequestAlarm
Deprecated version: 9
Substitute API: reminderAgentManager.ReminderRequestAlarm |@ohos.reminderAgent.d.ts| +|Deprecated version changed|Class name: ReminderRequestAlarm
Method or attribute name: hour: number;
Deprecated version: N/A|Class name: ReminderRequestAlarm
Method or attribute name: hour: number;
Deprecated version: 9
Substitute API: reminderAgentManager.ReminderRequestAlarm.hour |@ohos.reminderAgent.d.ts| +|Deprecated version changed|Class name: ReminderRequestAlarm
Method or attribute name: minute: number;
Deprecated version: N/A|Class name: ReminderRequestAlarm
Method or attribute name: minute: number;
Deprecated version: 9
Substitute API: reminderAgentManager.ReminderRequestAlarm.minute |@ohos.reminderAgent.d.ts| +|Deprecated version changed|Class name: ReminderRequestAlarm
Method or attribute name: daysOfWeek?: Array\;
Deprecated version: N/A|Class name: ReminderRequestAlarm
Method or attribute name: daysOfWeek?: Array\;
Deprecated version: 9
Substitute API: reminderAgentManager.ReminderRequestAlarm.daysOfWeek |@ohos.reminderAgent.d.ts| +|Deprecated version changed|Class name: ReminderRequestTimer
Deprecated version: N/A|Class name: ReminderRequestTimer
Deprecated version: 9
Substitute API: reminderAgentManager.ReminderRequestTimer |@ohos.reminderAgent.d.ts| +|Deprecated version changed|Class name: LocalDateTime
Method or attribute name: year: number;
Deprecated version: N/A|Class name: LocalDateTime
Method or attribute name: year: number;
Deprecated version: 9
Substitute API: reminderAgentManager.ReminderRequestTimer.year |@ohos.reminderAgent.d.ts| +|Deprecated version changed|Class name: LocalDateTime
Method or attribute name: month: number;
Deprecated version: N/A|Class name: LocalDateTime
Method or attribute name: month: number;
Deprecated version: 9
Substitute API: reminderAgentManager.ReminderRequestTimer.month |@ohos.reminderAgent.d.ts| +|Deprecated version changed|Class name: LocalDateTime
Method or attribute name: day: number;
Deprecated version: N/A|Class name: LocalDateTime
Method or attribute name: day: number;
Deprecated version: 9
Substitute API: reminderAgentManager.ReminderRequestTimer.day |@ohos.reminderAgent.d.ts| +|Deprecated version changed|Class name: LocalDateTime
Method or attribute name: hour: number;
Deprecated version: N/A|Class name: LocalDateTime
Method or attribute name: hour: number;
Deprecated version: 9
Substitute API: reminderAgentManager.ReminderRequestTimer.hour |@ohos.reminderAgent.d.ts| +|Deprecated version changed|Class name: LocalDateTime
Method or attribute name: minute: number;
Deprecated version: N/A|Class name: LocalDateTime
Method or attribute name: minute: number;
Deprecated version: 9
Substitute API: reminderAgentManager.ReminderRequestTimer.minute |@ohos.reminderAgent.d.ts| +|Deprecated version changed|Class name: LocalDateTime
Method or attribute name: second?: number;
Deprecated version: N/A|Class name: LocalDateTime
Method or attribute name: second?: number;
Deprecated version: 9
Substitute API: reminderAgentManager.ReminderRequestTimer.second |@ohos.reminderAgent.d.ts| +|SysCap changed|Class name: ReminderRequestAlarm
SysCap:Define alarm reminder object.|Class name: ReminderRequestAlarm
SysCap:SystemCapability.Notification.ReminderAgent|@ohos.reminderAgent.d.ts| +|Function changed|Class name: notification
Method or attribute name: function remove(bundle: BundleOption, notificationKey: NotificationKey, callback: AsyncCallback\): void;
|Class name: notification
Method or attribute name: function remove(bundle: BundleOption, notificationKey: NotificationKey, reason: RemoveReason, callback: AsyncCallback\): void;
|@ohos.notification.d.ts| +|Function changed|Class name: notification
Method or attribute name: function remove(hashCode: string, callback: AsyncCallback\): void;
|Class name: notification
Method or attribute name: function remove(bundle: BundleOption, notificationKey: NotificationKey, reason: RemoveReason, callback: AsyncCallback\): void;
|@ohos.notification.d.ts| +|Function changed|Class name: notification
Method or attribute name: function remove(bundle: BundleOption, notificationKey: NotificationKey): Promise\;
|Class name: notification
Method or attribute name: function remove(bundle: BundleOption, notificationKey: NotificationKey, reason: RemoveReason): Promise\;
|@ohos.notification.d.ts| +|Function changed|Class name: notification
Method or attribute name: function remove(hashCode: string): Promise\;
|Class name: notification
Method or attribute name: function remove(bundle: BundleOption, notificationKey: NotificationKey, reason: RemoveReason): Promise\;
|@ohos.notification.d.ts| +|Function changed|Class name: notification
Method or attribute name: function remove(bundle: BundleOption, notificationKey: NotificationKey, callback: AsyncCallback\): void;
|Class name: notification
Method or attribute name: function remove(hashCode: string, reason: RemoveReason, callback: AsyncCallback\): void;
|@ohos.notification.d.ts| +|Function changed|Class name: notification
Method or attribute name: function remove(hashCode: string, callback: AsyncCallback\): void;
|Class name: notification
Method or attribute name: function remove(hashCode: string, reason: RemoveReason, callback: AsyncCallback\): void;
|@ohos.notification.d.ts| +|Function changed|Class name: notification
Method or attribute name: function remove(bundle: BundleOption, notificationKey: NotificationKey): Promise\;
|Class name: notification
Method or attribute name: function remove(hashCode: string, reason: RemoveReason): Promise\;
|@ohos.notification.d.ts| +|Function changed|Class name: notification
Method or attribute name: function remove(hashCode: string): Promise\;
|Class name: notification
Method or attribute name: function remove(hashCode: string, reason: RemoveReason): Promise\;
|@ohos.notification.d.ts| diff --git a/en/release-notes/api-diff/v3.2-Release/js-apidiff-resource-scheduler.md b/en/release-notes/api-diff/v3.2-Release/js-apidiff-resource-scheduler.md new file mode 100644 index 0000000000000000000000000000000000000000..3bc78b7429f6760d8c8723d4394cff1bf55d4934 --- /dev/null +++ b/en/release-notes/api-diff/v3.2-Release/js-apidiff-resource-scheduler.md @@ -0,0 +1,215 @@ +| Change Type | Old Version | New Version | d.ts File | +| ---- | ------ | ------ | -------- | +|Added|NA|Module name: ohos.resourceschedule.backgroundTaskManager
Class name: backgroundTaskManager|@ohos.resourceschedule.backgroundTaskManager.d.ts| +|Added|NA|Module name: ohos.resourceschedule.backgroundTaskManager
Class name: DelaySuspendInfo|@ohos.resourceschedule.backgroundTaskManager.d.ts| +|Added|NA|Module name: ohos.resourceschedule.backgroundTaskManager
Class name: DelaySuspendInfo
Method or attribute name: requestId: number;|@ohos.resourceschedule.backgroundTaskManager.d.ts| +|Added|NA|Module name: ohos.resourceschedule.backgroundTaskManager
Class name: DelaySuspendInfo
Method or attribute name: actualDelayTime: number;|@ohos.resourceschedule.backgroundTaskManager.d.ts| +|Added|NA|Module name: ohos.resourceschedule.backgroundTaskManager
Class name: backgroundTaskManager
Method or attribute name: function cancelSuspendDelay(requestId: number): void;|@ohos.resourceschedule.backgroundTaskManager.d.ts| +|Added|NA|Module name: ohos.resourceschedule.backgroundTaskManager
Class name: backgroundTaskManager
Method or attribute name: function getRemainingDelayTime(requestId: number, callback: AsyncCallback\): void;|@ohos.resourceschedule.backgroundTaskManager.d.ts| +|Added|NA|Module name: ohos.resourceschedule.backgroundTaskManager
Class name: backgroundTaskManager
Method or attribute name: function getRemainingDelayTime(requestId: number): Promise\;|@ohos.resourceschedule.backgroundTaskManager.d.ts| +|Added|NA|Module name: ohos.resourceschedule.backgroundTaskManager
Class name: backgroundTaskManager
Method or attribute name: function requestSuspendDelay(reason: string, callback: Callback\): DelaySuspendInfo;|@ohos.resourceschedule.backgroundTaskManager.d.ts| +|Added|NA|Module name: ohos.resourceschedule.backgroundTaskManager
Class name: backgroundTaskManager
Method or attribute name: function startBackgroundRunning(context: Context, bgMode: BackgroundMode, wantAgent: WantAgent, callback: AsyncCallback\): void;|@ohos.resourceschedule.backgroundTaskManager.d.ts| +|Added|NA|Module name: ohos.resourceschedule.backgroundTaskManager
Class name: backgroundTaskManager
Method or attribute name: function startBackgroundRunning(context: Context, bgMode: BackgroundMode, wantAgent: WantAgent): Promise\;|@ohos.resourceschedule.backgroundTaskManager.d.ts| +|Added|NA|Module name: ohos.resourceschedule.backgroundTaskManager
Class name: backgroundTaskManager
Method or attribute name: function stopBackgroundRunning(context: Context, callback: AsyncCallback\): void;|@ohos.resourceschedule.backgroundTaskManager.d.ts| +|Added|NA|Module name: ohos.resourceschedule.backgroundTaskManager
Class name: backgroundTaskManager
Method or attribute name: function stopBackgroundRunning(context: Context): Promise\;|@ohos.resourceschedule.backgroundTaskManager.d.ts| +|Added|NA|Module name: ohos.resourceschedule.backgroundTaskManager
Class name: backgroundTaskManager
Method or attribute name: function applyEfficiencyResources(request: EfficiencyResourcesRequest): void;|@ohos.resourceschedule.backgroundTaskManager.d.ts| +|Added|NA|Module name: ohos.resourceschedule.backgroundTaskManager
Class name: backgroundTaskManager
Method or attribute name: function resetAllEfficiencyResources(): void;|@ohos.resourceschedule.backgroundTaskManager.d.ts| +|Added|NA|Module name: ohos.resourceschedule.backgroundTaskManager
Class name: BackgroundMode|@ohos.resourceschedule.backgroundTaskManager.d.ts| +|Added|NA|Module name: ohos.resourceschedule.backgroundTaskManager
Class name: BackgroundMode
Method or attribute name: DATA_TRANSFER = 1|@ohos.resourceschedule.backgroundTaskManager.d.ts| +|Added|NA|Module name: ohos.resourceschedule.backgroundTaskManager
Class name: BackgroundMode
Method or attribute name: AUDIO_PLAYBACK = 2|@ohos.resourceschedule.backgroundTaskManager.d.ts| +|Added|NA|Module name: ohos.resourceschedule.backgroundTaskManager
Class name: BackgroundMode
Method or attribute name: AUDIO_RECORDING = 3|@ohos.resourceschedule.backgroundTaskManager.d.ts| +|Added|NA|Module name: ohos.resourceschedule.backgroundTaskManager
Class name: BackgroundMode
Method or attribute name: LOCATION = 4|@ohos.resourceschedule.backgroundTaskManager.d.ts| +|Added|NA|Module name: ohos.resourceschedule.backgroundTaskManager
Class name: BackgroundMode
Method or attribute name: BLUETOOTH_INTERACTION = 5|@ohos.resourceschedule.backgroundTaskManager.d.ts| +|Added|NA|Module name: ohos.resourceschedule.backgroundTaskManager
Class name: BackgroundMode
Method or attribute name: MULTI_DEVICE_CONNECTION = 6|@ohos.resourceschedule.backgroundTaskManager.d.ts| +|Added|NA|Module name: ohos.resourceschedule.backgroundTaskManager
Class name: BackgroundMode
Method or attribute name: WIFI_INTERACTION = 7|@ohos.resourceschedule.backgroundTaskManager.d.ts| +|Added|NA|Module name: ohos.resourceschedule.backgroundTaskManager
Class name: BackgroundMode
Method or attribute name: VOIP = 8|@ohos.resourceschedule.backgroundTaskManager.d.ts| +|Added|NA|Module name: ohos.resourceschedule.backgroundTaskManager
Class name: BackgroundMode
Method or attribute name: TASK_KEEPING = 9|@ohos.resourceschedule.backgroundTaskManager.d.ts| +|Added|NA|Module name: ohos.resourceschedule.backgroundTaskManager
Class name: ResourceType|@ohos.resourceschedule.backgroundTaskManager.d.ts| +|Added|NA|Module name: ohos.resourceschedule.backgroundTaskManager
Class name: ResourceType
Method or attribute name: CPU = 1|@ohos.resourceschedule.backgroundTaskManager.d.ts| +|Added|NA|Module name: ohos.resourceschedule.backgroundTaskManager
Class name: ResourceType
Method or attribute name: COMMON_EVENT = 1 \<\< 1|@ohos.resourceschedule.backgroundTaskManager.d.ts| +|Added|NA|Module name: ohos.resourceschedule.backgroundTaskManager
Class name: ResourceType
Method or attribute name: TIMER = 1 \<\< 2|@ohos.resourceschedule.backgroundTaskManager.d.ts| +|Added|NA|Module name: ohos.resourceschedule.backgroundTaskManager
Class name: ResourceType
Method or attribute name: WORK_SCHEDULER = 1 \<\< 3|@ohos.resourceschedule.backgroundTaskManager.d.ts| +|Added|NA|Module name: ohos.resourceschedule.backgroundTaskManager
Class name: ResourceType
Method or attribute name: BLUETOOTH = 1 \<\< 4|@ohos.resourceschedule.backgroundTaskManager.d.ts| +|Added|NA|Module name: ohos.resourceschedule.backgroundTaskManager
Class name: ResourceType
Method or attribute name: GPS = 1 \<\< 5|@ohos.resourceschedule.backgroundTaskManager.d.ts| +|Added|NA|Module name: ohos.resourceschedule.backgroundTaskManager
Class name: ResourceType
Method or attribute name: AUDIO = 1 \<\< 6|@ohos.resourceschedule.backgroundTaskManager.d.ts| +|Added|NA|Module name: ohos.resourceschedule.backgroundTaskManager
Class name: EfficiencyResourcesRequest|@ohos.resourceschedule.backgroundTaskManager.d.ts| +|Added|NA|Module name: ohos.resourceschedule.backgroundTaskManager
Class name: EfficiencyResourcesRequest
Method or attribute name: resourceTypes: number;|@ohos.resourceschedule.backgroundTaskManager.d.ts| +|Added|NA|Module name: ohos.resourceschedule.backgroundTaskManager
Class name: EfficiencyResourcesRequest
Method or attribute name: isApply: boolean;|@ohos.resourceschedule.backgroundTaskManager.d.ts| +|Added|NA|Module name: ohos.resourceschedule.backgroundTaskManager
Class name: EfficiencyResourcesRequest
Method or attribute name: timeOut: number;|@ohos.resourceschedule.backgroundTaskManager.d.ts| +|Added|NA|Module name: ohos.resourceschedule.backgroundTaskManager
Class name: EfficiencyResourcesRequest
Method or attribute name: isPersist?: boolean;|@ohos.resourceschedule.backgroundTaskManager.d.ts| +|Added|NA|Module name: ohos.resourceschedule.backgroundTaskManager
Class name: EfficiencyResourcesRequest
Method or attribute name: isProcess?: boolean;|@ohos.resourceschedule.backgroundTaskManager.d.ts| +|Added|NA|Module name: ohos.resourceschedule.backgroundTaskManager
Class name: EfficiencyResourcesRequest
Method or attribute name: reason: string;|@ohos.resourceschedule.backgroundTaskManager.d.ts| +|Added|NA|Module name: ohos.resourceschedule.usageStatistics
Class name: usageStatistics|@ohos.resourceschedule.usageStatistics.d.ts| +|Added|NA|Module name: ohos.resourceschedule.usageStatistics
Class name: BundleStatsInfo|@ohos.resourceschedule.usageStatistics.d.ts| +|Added|NA|Module name: ohos.resourceschedule.usageStatistics
Class name: BundleStatsInfo
Method or attribute name: id: number;|@ohos.resourceschedule.usageStatistics.d.ts| +|Added|NA|Module name: ohos.resourceschedule.usageStatistics
Class name: BundleStatsInfo
Method or attribute name: abilityInFgTotalTime?: number;|@ohos.resourceschedule.usageStatistics.d.ts| +|Added|NA|Module name: ohos.resourceschedule.usageStatistics
Class name: BundleStatsInfo
Method or attribute name: abilityPrevAccessTime?: number;|@ohos.resourceschedule.usageStatistics.d.ts| +|Added|NA|Module name: ohos.resourceschedule.usageStatistics
Class name: BundleStatsInfo
Method or attribute name: abilityPrevSeenTime?: number;|@ohos.resourceschedule.usageStatistics.d.ts| +|Added|NA|Module name: ohos.resourceschedule.usageStatistics
Class name: BundleStatsInfo
Method or attribute name: abilitySeenTotalTime?: number;|@ohos.resourceschedule.usageStatistics.d.ts| +|Added|NA|Module name: ohos.resourceschedule.usageStatistics
Class name: BundleStatsInfo
Method or attribute name: bundleName?: string;|@ohos.resourceschedule.usageStatistics.d.ts| +|Added|NA|Module name: ohos.resourceschedule.usageStatistics
Class name: BundleStatsInfo
Method or attribute name: fgAbilityAccessTotalTime?: number;|@ohos.resourceschedule.usageStatistics.d.ts| +|Added|NA|Module name: ohos.resourceschedule.usageStatistics
Class name: BundleStatsInfo
Method or attribute name: fgAbilityPrevAccessTime?: number;|@ohos.resourceschedule.usageStatistics.d.ts| +|Added|NA|Module name: ohos.resourceschedule.usageStatistics
Class name: BundleStatsInfo
Method or attribute name: infosBeginTime?: number;|@ohos.resourceschedule.usageStatistics.d.ts| +|Added|NA|Module name: ohos.resourceschedule.usageStatistics
Class name: BundleStatsInfo
Method or attribute name: infosEndTime?: number;|@ohos.resourceschedule.usageStatistics.d.ts| +|Added|NA|Module name: ohos.resourceschedule.usageStatistics
Class name: HapFormInfo|@ohos.resourceschedule.usageStatistics.d.ts| +|Added|NA|Module name: ohos.resourceschedule.usageStatistics
Class name: HapFormInfo
Method or attribute name: formName: string;|@ohos.resourceschedule.usageStatistics.d.ts| +|Added|NA|Module name: ohos.resourceschedule.usageStatistics
Class name: HapFormInfo
Method or attribute name: formDimension: number;|@ohos.resourceschedule.usageStatistics.d.ts| +|Added|NA|Module name: ohos.resourceschedule.usageStatistics
Class name: HapFormInfo
Method or attribute name: formId: number;|@ohos.resourceschedule.usageStatistics.d.ts| +|Added|NA|Module name: ohos.resourceschedule.usageStatistics
Class name: HapFormInfo
Method or attribute name: formLastUsedTime: number;|@ohos.resourceschedule.usageStatistics.d.ts| +|Added|NA|Module name: ohos.resourceschedule.usageStatistics
Class name: HapFormInfo
Method or attribute name: count: number;|@ohos.resourceschedule.usageStatistics.d.ts| +|Added|NA|Module name: ohos.resourceschedule.usageStatistics
Class name: HapModuleInfo|@ohos.resourceschedule.usageStatistics.d.ts| +|Added|NA|Module name: ohos.resourceschedule.usageStatistics
Class name: HapModuleInfo
Method or attribute name: deviceId?: string;|@ohos.resourceschedule.usageStatistics.d.ts| +|Added|NA|Module name: ohos.resourceschedule.usageStatistics
Class name: HapModuleInfo
Method or attribute name: bundleName: string;|@ohos.resourceschedule.usageStatistics.d.ts| +|Added|NA|Module name: ohos.resourceschedule.usageStatistics
Class name: HapModuleInfo
Method or attribute name: moduleName: string;|@ohos.resourceschedule.usageStatistics.d.ts| +|Added|NA|Module name: ohos.resourceschedule.usageStatistics
Class name: HapModuleInfo
Method or attribute name: abilityName?: string;|@ohos.resourceschedule.usageStatistics.d.ts| +|Added|NA|Module name: ohos.resourceschedule.usageStatistics
Class name: HapModuleInfo
Method or attribute name: appLabelId?: number;|@ohos.resourceschedule.usageStatistics.d.ts| +|Added|NA|Module name: ohos.resourceschedule.usageStatistics
Class name: HapModuleInfo
Method or attribute name: labelId?: number;|@ohos.resourceschedule.usageStatistics.d.ts| +|Added|NA|Module name: ohos.resourceschedule.usageStatistics
Class name: HapModuleInfo
Method or attribute name: descriptionId?: number;|@ohos.resourceschedule.usageStatistics.d.ts| +|Added|NA|Module name: ohos.resourceschedule.usageStatistics
Class name: HapModuleInfo
Method or attribute name: abilityLableId?: number;|@ohos.resourceschedule.usageStatistics.d.ts| +|Added|NA|Module name: ohos.resourceschedule.usageStatistics
Class name: HapModuleInfo
Method or attribute name: abilityDescriptionId?: number;|@ohos.resourceschedule.usageStatistics.d.ts| +|Added|NA|Module name: ohos.resourceschedule.usageStatistics
Class name: HapModuleInfo
Method or attribute name: abilityIconId?: number;|@ohos.resourceschedule.usageStatistics.d.ts| +|Added|NA|Module name: ohos.resourceschedule.usageStatistics
Class name: HapModuleInfo
Method or attribute name: launchedCount: number;|@ohos.resourceschedule.usageStatistics.d.ts| +|Added|NA|Module name: ohos.resourceschedule.usageStatistics
Class name: HapModuleInfo
Method or attribute name: lastModuleUsedTime: number;|@ohos.resourceschedule.usageStatistics.d.ts| +|Added|NA|Module name: ohos.resourceschedule.usageStatistics
Class name: HapModuleInfo
Method or attribute name: formRecords: Array\;|@ohos.resourceschedule.usageStatistics.d.ts| +|Added|NA|Module name: ohos.resourceschedule.usageStatistics
Class name: DeviceEventStats|@ohos.resourceschedule.usageStatistics.d.ts| +|Added|NA|Module name: ohos.resourceschedule.usageStatistics
Class name: DeviceEventStats
Method or attribute name: name: string;|@ohos.resourceschedule.usageStatistics.d.ts| +|Added|NA|Module name: ohos.resourceschedule.usageStatistics
Class name: DeviceEventStats
Method or attribute name: eventId: number;|@ohos.resourceschedule.usageStatistics.d.ts| +|Added|NA|Module name: ohos.resourceschedule.usageStatistics
Class name: DeviceEventStats
Method or attribute name: count: number;|@ohos.resourceschedule.usageStatistics.d.ts| +|Added|NA|Module name: ohos.resourceschedule.usageStatistics
Class name: BundleEvents|@ohos.resourceschedule.usageStatistics.d.ts| +|Added|NA|Module name: ohos.resourceschedule.usageStatistics
Class name: BundleEvents
Method or attribute name: appGroup?: number;|@ohos.resourceschedule.usageStatistics.d.ts| +|Added|NA|Module name: ohos.resourceschedule.usageStatistics
Class name: BundleEvents
Method or attribute name: bundleName?: string;|@ohos.resourceschedule.usageStatistics.d.ts| +|Added|NA|Module name: ohos.resourceschedule.usageStatistics
Class name: BundleEvents
Method or attribute name: indexOfLink?: string;|@ohos.resourceschedule.usageStatistics.d.ts| +|Added|NA|Module name: ohos.resourceschedule.usageStatistics
Class name: BundleEvents
Method or attribute name: nameOfClass?: string;|@ohos.resourceschedule.usageStatistics.d.ts| +|Added|NA|Module name: ohos.resourceschedule.usageStatistics
Class name: BundleEvents
Method or attribute name: eventOccurredTime?: number;|@ohos.resourceschedule.usageStatistics.d.ts| +|Added|NA|Module name: ohos.resourceschedule.usageStatistics
Class name: BundleEvents
Method or attribute name: eventId?: number;|@ohos.resourceschedule.usageStatistics.d.ts| +|Added|NA|Module name: ohos.resourceschedule.usageStatistics
Class name: AppGroupCallbackInfo|@ohos.resourceschedule.usageStatistics.d.ts| +|Added|NA|Module name: ohos.resourceschedule.usageStatistics
Class name: AppGroupCallbackInfo
Method or attribute name: appOldGroup: number;|@ohos.resourceschedule.usageStatistics.d.ts| +|Added|NA|Module name: ohos.resourceschedule.usageStatistics
Class name: AppGroupCallbackInfo
Method or attribute name: appNewGroup: number;|@ohos.resourceschedule.usageStatistics.d.ts| +|Added|NA|Module name: ohos.resourceschedule.usageStatistics
Class name: AppGroupCallbackInfo
Method or attribute name: userId: number;|@ohos.resourceschedule.usageStatistics.d.ts| +|Added|NA|Module name: ohos.resourceschedule.usageStatistics
Class name: AppGroupCallbackInfo
Method or attribute name: changeReason: number;|@ohos.resourceschedule.usageStatistics.d.ts| +|Added|NA|Module name: ohos.resourceschedule.usageStatistics
Class name: AppGroupCallbackInfo
Method or attribute name: bundleName: string;|@ohos.resourceschedule.usageStatistics.d.ts| +|Added|NA|Module name: ohos.resourceschedule.usageStatistics
Class name: usageStatistics
Method or attribute name: function isIdleState(bundleName: string, callback: AsyncCallback\): void;|@ohos.resourceschedule.usageStatistics.d.ts| +|Added|NA|Module name: ohos.resourceschedule.usageStatistics
Class name: usageStatistics
Method or attribute name: function isIdleState(bundleName: string): Promise\;|@ohos.resourceschedule.usageStatistics.d.ts| +|Added|NA|Module name: ohos.resourceschedule.usageStatistics
Class name: usageStatistics
Method or attribute name: function queryAppGroup(callback: AsyncCallback\): void;|@ohos.resourceschedule.usageStatistics.d.ts| +|Added|NA|Module name: ohos.resourceschedule.usageStatistics
Class name: usageStatistics
Method or attribute name: function queryAppGroup(): Promise\;|@ohos.resourceschedule.usageStatistics.d.ts| +|Added|NA|Module name: ohos.resourceschedule.usageStatistics
Class name: usageStatistics
Method or attribute name: function queryAppGroup(bundleName : string, callback: AsyncCallback\): void;|@ohos.resourceschedule.usageStatistics.d.ts| +|Added|NA|Module name: ohos.resourceschedule.usageStatistics
Class name: usageStatistics
Method or attribute name: function queryAppGroup(bundleName : string): Promise\;|@ohos.resourceschedule.usageStatistics.d.ts| +|Added|NA|Module name: ohos.resourceschedule.usageStatistics
Class name: BundleStatsMap|@ohos.resourceschedule.usageStatistics.d.ts| +|Added|NA|Module name: ohos.resourceschedule.usageStatistics
Class name: BundleStatsMap
Method or attribute name: [key: string]: BundleStatsInfo;|@ohos.resourceschedule.usageStatistics.d.ts| +|Added|NA|Module name: ohos.resourceschedule.usageStatistics
Class name: usageStatistics
Method or attribute name: function queryBundleStatsInfos(begin: number, end: number, callback: AsyncCallback\): void;|@ohos.resourceschedule.usageStatistics.d.ts| +|Added|NA|Module name: ohos.resourceschedule.usageStatistics
Class name: usageStatistics
Method or attribute name: function queryBundleStatsInfos(begin: number, end: number): Promise\;|@ohos.resourceschedule.usageStatistics.d.ts| +|Added|NA|Module name: ohos.resourceschedule.usageStatistics
Class name: IntervalType|@ohos.resourceschedule.usageStatistics.d.ts| +|Added|NA|Module name: ohos.resourceschedule.usageStatistics
Class name: IntervalType
Method or attribute name: BY_OPTIMIZED = 0|@ohos.resourceschedule.usageStatistics.d.ts| +|Added|NA|Module name: ohos.resourceschedule.usageStatistics
Class name: IntervalType
Method or attribute name: BY_DAILY = 1|@ohos.resourceschedule.usageStatistics.d.ts| +|Added|NA|Module name: ohos.resourceschedule.usageStatistics
Class name: IntervalType
Method or attribute name: BY_WEEKLY = 2|@ohos.resourceschedule.usageStatistics.d.ts| +|Added|NA|Module name: ohos.resourceschedule.usageStatistics
Class name: IntervalType
Method or attribute name: BY_MONTHLY = 3|@ohos.resourceschedule.usageStatistics.d.ts| +|Added|NA|Module name: ohos.resourceschedule.usageStatistics
Class name: IntervalType
Method or attribute name: BY_ANNUALLY = 4|@ohos.resourceschedule.usageStatistics.d.ts| +|Added|NA|Module name: ohos.resourceschedule.usageStatistics
Class name: usageStatistics
Method or attribute name: function queryBundleStatsInfoByInterval(byInterval: IntervalType, begin: number, end: number, callback: AsyncCallback\>): void;|@ohos.resourceschedule.usageStatistics.d.ts| +|Added|NA|Module name: ohos.resourceschedule.usageStatistics
Class name: usageStatistics
Method or attribute name: function queryBundleStatsInfoByInterval(byInterval: IntervalType, begin: number, end: number): Promise\>;|@ohos.resourceschedule.usageStatistics.d.ts| +|Added|NA|Module name: ohos.resourceschedule.usageStatistics
Class name: usageStatistics
Method or attribute name: function queryBundleEvents(begin: number, end: number, callback: AsyncCallback\>): void;|@ohos.resourceschedule.usageStatistics.d.ts| +|Added|NA|Module name: ohos.resourceschedule.usageStatistics
Class name: usageStatistics
Method or attribute name: function queryBundleEvents(begin: number, end: number): Promise\>;|@ohos.resourceschedule.usageStatistics.d.ts| +|Added|NA|Module name: ohos.resourceschedule.usageStatistics
Class name: usageStatistics
Method or attribute name: function queryCurrentBundleEvents(begin: number, end: number, callback: AsyncCallback\>): void;|@ohos.resourceschedule.usageStatistics.d.ts| +|Added|NA|Module name: ohos.resourceschedule.usageStatistics
Class name: usageStatistics
Method or attribute name: function queryCurrentBundleEvents(begin: number, end: number): Promise\>;|@ohos.resourceschedule.usageStatistics.d.ts| +|Added|NA|Module name: ohos.resourceschedule.usageStatistics
Class name: usageStatistics
Method or attribute name: function queryModuleUsageRecords(maxNum: number, callback: AsyncCallback\>): void;|@ohos.resourceschedule.usageStatistics.d.ts| +|Added|NA|Module name: ohos.resourceschedule.usageStatistics
Class name: usageStatistics
Method or attribute name: function queryModuleUsageRecords(maxNum: number): Promise\>;|@ohos.resourceschedule.usageStatistics.d.ts| +|Added|NA|Module name: ohos.resourceschedule.usageStatistics
Class name: usageStatistics
Method or attribute name: function queryModuleUsageRecords(callback: AsyncCallback\>): void;|@ohos.resourceschedule.usageStatistics.d.ts| +|Added|NA|Module name: ohos.resourceschedule.usageStatistics
Class name: usageStatistics
Method or attribute name: function queryModuleUsageRecords(): Promise\>;|@ohos.resourceschedule.usageStatistics.d.ts| +|Added|NA|Module name: ohos.resourceschedule.usageStatistics
Class name: GroupType|@ohos.resourceschedule.usageStatistics.d.ts| +|Added|NA|Module name: ohos.resourceschedule.usageStatistics
Class name: GroupType
Method or attribute name: ALIVE_GROUP = 10|@ohos.resourceschedule.usageStatistics.d.ts| +|Added|NA|Module name: ohos.resourceschedule.usageStatistics
Class name: GroupType
Method or attribute name: DAILY_GROUP = 20|@ohos.resourceschedule.usageStatistics.d.ts| +|Added|NA|Module name: ohos.resourceschedule.usageStatistics
Class name: GroupType
Method or attribute name: FIXED_GROUP = 30|@ohos.resourceschedule.usageStatistics.d.ts| +|Added|NA|Module name: ohos.resourceschedule.usageStatistics
Class name: GroupType
Method or attribute name: RARE_GROUP = 40|@ohos.resourceschedule.usageStatistics.d.ts| +|Added|NA|Module name: ohos.resourceschedule.usageStatistics
Class name: GroupType
Method or attribute name: LIMITED_GROUP = 50|@ohos.resourceschedule.usageStatistics.d.ts| +|Added|NA|Module name: ohos.resourceschedule.usageStatistics
Class name: GroupType
Method or attribute name: NEVER_GROUP = 60|@ohos.resourceschedule.usageStatistics.d.ts| +|Added|NA|Module name: ohos.resourceschedule.usageStatistics
Class name: usageStatistics
Method or attribute name: function setAppGroup(bundleName: string, newGroup: GroupType, callback: AsyncCallback\): void;|@ohos.resourceschedule.usageStatistics.d.ts| +|Added|NA|Module name: ohos.resourceschedule.usageStatistics
Class name: usageStatistics
Method or attribute name: function setAppGroup(bundleName: string, newGroup: GroupType): Promise\;|@ohos.resourceschedule.usageStatistics.d.ts| +|Added|NA|Module name: ohos.resourceschedule.usageStatistics
Class name: usageStatistics
Method or attribute name: function registerAppGroupCallBack(groupCallback: Callback\, callback: AsyncCallback\): void;|@ohos.resourceschedule.usageStatistics.d.ts| +|Added|NA|Module name: ohos.resourceschedule.usageStatistics
Class name: usageStatistics
Method or attribute name: function registerAppGroupCallBack(groupCallback: Callback\): Promise\;|@ohos.resourceschedule.usageStatistics.d.ts| +|Added|NA|Module name: ohos.resourceschedule.usageStatistics
Class name: usageStatistics
Method or attribute name: function unregisterAppGroupCallBack(callback: AsyncCallback\): void;|@ohos.resourceschedule.usageStatistics.d.ts| +|Added|NA|Module name: ohos.resourceschedule.usageStatistics
Class name: usageStatistics
Method or attribute name: function unregisterAppGroupCallBack(): Promise\;|@ohos.resourceschedule.usageStatistics.d.ts| +|Added|NA|Module name: ohos.resourceschedule.usageStatistics
Class name: usageStatistics
Method or attribute name: function queryDeviceEventStats(begin: number, end: number, callback: AsyncCallback\>): void;|@ohos.resourceschedule.usageStatistics.d.ts| +|Added|NA|Module name: ohos.resourceschedule.usageStatistics
Class name: usageStatistics
Method or attribute name: function queryDeviceEventStats(begin: number, end: number): Promise\>;|@ohos.resourceschedule.usageStatistics.d.ts| +|Added|NA|Module name: ohos.resourceschedule.usageStatistics
Class name: usageStatistics
Method or attribute name: function queryNotificationEventStats(begin: number, end: number, callback: AsyncCallback\>): void;|@ohos.resourceschedule.usageStatistics.d.ts| +|Added|NA|Module name: ohos.resourceschedule.usageStatistics
Class name: usageStatistics
Method or attribute name: function queryNotificationEventStats(begin: number, end: number): Promise\>;|@ohos.resourceschedule.usageStatistics.d.ts| +|Added|NA|Module name: ohos.resourceschedule.workScheduler
Class name: workScheduler|@ohos.resourceschedule.workScheduler.d.ts| +|Added|NA|Module name: ohos.resourceschedule.workScheduler
Class name: WorkInfo|@ohos.resourceschedule.workScheduler.d.ts| +|Added|NA|Module name: ohos.resourceschedule.workScheduler
Class name: WorkInfo
Method or attribute name: workId: number;|@ohos.resourceschedule.workScheduler.d.ts| +|Added|NA|Module name: ohos.resourceschedule.workScheduler
Class name: WorkInfo
Method or attribute name: bundleName: string;|@ohos.resourceschedule.workScheduler.d.ts| +|Added|NA|Module name: ohos.resourceschedule.workScheduler
Class name: WorkInfo
Method or attribute name: abilityName: string;|@ohos.resourceschedule.workScheduler.d.ts| +|Added|NA|Module name: ohos.resourceschedule.workScheduler
Class name: WorkInfo
Method or attribute name: isPersisted?: boolean;|@ohos.resourceschedule.workScheduler.d.ts| +|Added|NA|Module name: ohos.resourceschedule.workScheduler
Class name: WorkInfo
Method or attribute name: networkType?: NetworkType;|@ohos.resourceschedule.workScheduler.d.ts| +|Added|NA|Module name: ohos.resourceschedule.workScheduler
Class name: WorkInfo
Method or attribute name: isCharging?: boolean;|@ohos.resourceschedule.workScheduler.d.ts| +|Added|NA|Module name: ohos.resourceschedule.workScheduler
Class name: WorkInfo
Method or attribute name: chargerType?: ChargingType;|@ohos.resourceschedule.workScheduler.d.ts| +|Added|NA|Module name: ohos.resourceschedule.workScheduler
Class name: WorkInfo
Method or attribute name: batteryLevel?: number;|@ohos.resourceschedule.workScheduler.d.ts| +|Added|NA|Module name: ohos.resourceschedule.workScheduler
Class name: WorkInfo
Method or attribute name: batteryStatus?: BatteryStatus;|@ohos.resourceschedule.workScheduler.d.ts| +|Added|NA|Module name: ohos.resourceschedule.workScheduler
Class name: WorkInfo
Method or attribute name: storageRequest?: StorageRequest;|@ohos.resourceschedule.workScheduler.d.ts| +|Added|NA|Module name: ohos.resourceschedule.workScheduler
Class name: WorkInfo
Method or attribute name: repeatCycleTime?: number;|@ohos.resourceschedule.workScheduler.d.ts| +|Added|NA|Module name: ohos.resourceschedule.workScheduler
Class name: WorkInfo
Method or attribute name: isRepeat?: boolean;|@ohos.resourceschedule.workScheduler.d.ts| +|Added|NA|Module name: ohos.resourceschedule.workScheduler
Class name: WorkInfo
Method or attribute name: repeatCount?: number;|@ohos.resourceschedule.workScheduler.d.ts| +|Added|NA|Module name: ohos.resourceschedule.workScheduler
Class name: WorkInfo
Method or attribute name: isDeepIdle?: boolean;|@ohos.resourceschedule.workScheduler.d.ts| +|Added|NA|Module name: ohos.resourceschedule.workScheduler
Class name: WorkInfo
Method or attribute name: idleWaitTime?: number;|@ohos.resourceschedule.workScheduler.d.ts| +|Added|NA|Module name: ohos.resourceschedule.workScheduler
Class name: WorkInfo
Method or attribute name: parameters?: {[key: string]: number \| string \| boolean};|@ohos.resourceschedule.workScheduler.d.ts| +|Added|NA|Module name: ohos.resourceschedule.workScheduler
Class name: workScheduler
Method or attribute name: function startWork(work: WorkInfo): void;|@ohos.resourceschedule.workScheduler.d.ts| +|Added|NA|Module name: ohos.resourceschedule.workScheduler
Class name: workScheduler
Method or attribute name: function stopWork(work: WorkInfo, needCancel?: boolean): void;|@ohos.resourceschedule.workScheduler.d.ts| +|Added|NA|Module name: ohos.resourceschedule.workScheduler
Class name: workScheduler
Method or attribute name: function getWorkStatus(workId: number, callback: AsyncCallback\): void;|@ohos.resourceschedule.workScheduler.d.ts| +|Added|NA|Module name: ohos.resourceschedule.workScheduler
Class name: workScheduler
Method or attribute name: function getWorkStatus(workId: number): Promise\;|@ohos.resourceschedule.workScheduler.d.ts| +|Added|NA|Module name: ohos.resourceschedule.workScheduler
Class name: workScheduler
Method or attribute name: function obtainAllWorks(callback: AsyncCallback\): Array\;|@ohos.resourceschedule.workScheduler.d.ts| +|Added|NA|Module name: ohos.resourceschedule.workScheduler
Class name: workScheduler
Method or attribute name: function obtainAllWorks(): Promise\>;|@ohos.resourceschedule.workScheduler.d.ts| +|Added|NA|Module name: ohos.resourceschedule.workScheduler
Class name: workScheduler
Method or attribute name: function stopAndClearWorks(): void;|@ohos.resourceschedule.workScheduler.d.ts| +|Added|NA|Module name: ohos.resourceschedule.workScheduler
Class name: workScheduler
Method or attribute name: function isLastWorkTimeOut(workId: number, callback: AsyncCallback\): boolean;|@ohos.resourceschedule.workScheduler.d.ts| +|Added|NA|Module name: ohos.resourceschedule.workScheduler
Class name: workScheduler
Method or attribute name: function isLastWorkTimeOut(workId: number): Promise\;|@ohos.resourceschedule.workScheduler.d.ts| +|Added|NA|Module name: ohos.resourceschedule.workScheduler
Class name: NetworkType|@ohos.resourceschedule.workScheduler.d.ts| +|Added|NA|Module name: ohos.resourceschedule.workScheduler
Class name: NetworkType
Method or attribute name: NETWORK_TYPE_ANY = 0|@ohos.resourceschedule.workScheduler.d.ts| +|Added|NA|Module name: ohos.resourceschedule.workScheduler
Class name: NetworkType
Method or attribute name: NETWORK_TYPE_MOBILE|@ohos.resourceschedule.workScheduler.d.ts| +|Added|NA|Module name: ohos.resourceschedule.workScheduler
Class name: NetworkType
Method or attribute name: NETWORK_TYPE_WIFI|@ohos.resourceschedule.workScheduler.d.ts| +|Added|NA|Module name: ohos.resourceschedule.workScheduler
Class name: NetworkType
Method or attribute name: NETWORK_TYPE_BLUETOOTH|@ohos.resourceschedule.workScheduler.d.ts| +|Added|NA|Module name: ohos.resourceschedule.workScheduler
Class name: NetworkType
Method or attribute name: NETWORK_TYPE_WIFI_P2P|@ohos.resourceschedule.workScheduler.d.ts| +|Added|NA|Module name: ohos.resourceschedule.workScheduler
Class name: NetworkType
Method or attribute name: NETWORK_TYPE_ETHERNET|@ohos.resourceschedule.workScheduler.d.ts| +|Added|NA|Module name: ohos.resourceschedule.workScheduler
Class name: ChargingType|@ohos.resourceschedule.workScheduler.d.ts| +|Added|NA|Module name: ohos.resourceschedule.workScheduler
Class name: ChargingType
Method or attribute name: CHARGING_PLUGGED_ANY = 0|@ohos.resourceschedule.workScheduler.d.ts| +|Added|NA|Module name: ohos.resourceschedule.workScheduler
Class name: ChargingType
Method or attribute name: CHARGING_PLUGGED_AC|@ohos.resourceschedule.workScheduler.d.ts| +|Added|NA|Module name: ohos.resourceschedule.workScheduler
Class name: ChargingType
Method or attribute name: CHARGING_PLUGGED_USB|@ohos.resourceschedule.workScheduler.d.ts| +|Added|NA|Module name: ohos.resourceschedule.workScheduler
Class name: ChargingType
Method or attribute name: CHARGING_PLUGGED_WIRELESS|@ohos.resourceschedule.workScheduler.d.ts| +|Added|NA|Module name: ohos.resourceschedule.workScheduler
Class name: BatteryStatus|@ohos.resourceschedule.workScheduler.d.ts| +|Added|NA|Module name: ohos.resourceschedule.workScheduler
Class name: BatteryStatus
Method or attribute name: BATTERY_STATUS_LOW = 0|@ohos.resourceschedule.workScheduler.d.ts| +|Added|NA|Module name: ohos.resourceschedule.workScheduler
Class name: BatteryStatus
Method or attribute name: BATTERY_STATUS_OKAY|@ohos.resourceschedule.workScheduler.d.ts| +|Added|NA|Module name: ohos.resourceschedule.workScheduler
Class name: BatteryStatus
Method or attribute name: BATTERY_STATUS_LOW_OR_OKAY|@ohos.resourceschedule.workScheduler.d.ts| +|Added|NA|Module name: ohos.resourceschedule.workScheduler
Class name: StorageRequest|@ohos.resourceschedule.workScheduler.d.ts| +|Added|NA|Module name: ohos.resourceschedule.workScheduler
Class name: StorageRequest
Method or attribute name: STORAGE_LEVEL_LOW = 0|@ohos.resourceschedule.workScheduler.d.ts| +|Added|NA|Module name: ohos.resourceschedule.workScheduler
Class name: StorageRequest
Method or attribute name: STORAGE_LEVEL_OKAY|@ohos.resourceschedule.workScheduler.d.ts| +|Added|NA|Module name: ohos.resourceschedule.workScheduler
Class name: StorageRequest
Method or attribute name: STORAGE_LEVEL_LOW_OR_OKAY|@ohos.resourceschedule.workScheduler.d.ts| +|Added|NA|Module name: ohos.WorkSchedulerExtensionAbility
Class name: WorkSchedulerExtensionAbility|@ohos.WorkSchedulerExtensionAbility.d.ts| +|Added|NA|Module name: ohos.WorkSchedulerExtensionAbility
Class name: WorkSchedulerExtensionAbility
Method or attribute name: onWorkStart(work: workScheduler.WorkInfo): void;|@ohos.WorkSchedulerExtensionAbility.d.ts| +|Added|NA|Module name: ohos.WorkSchedulerExtensionAbility
Class name: WorkSchedulerExtensionAbility
Method or attribute name: onWorkStop(work: workScheduler.WorkInfo): void;|@ohos.WorkSchedulerExtensionAbility.d.ts| +|Deprecated version changed|Class name: particleAbility
Method or attribute name: function startBackgroundRunning(id: number, request: NotificationRequest, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: particleAbility
Method or attribute name: function startBackgroundRunning(id: number, request: NotificationRequest, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.resourceschedule.backgroundTaskManager.startBackgroundRunning |@ohos.ability.particleAbility.d.ts| +|Deprecated version changed|Class name: particleAbility
Method or attribute name: function startBackgroundRunning(id: number, request: NotificationRequest): Promise\;
Deprecated version: N/A|Class name: particleAbility
Method or attribute name: function startBackgroundRunning(id: number, request: NotificationRequest): Promise\;
Deprecated version: 9
Substitute API: ohos.resourceschedule.backgroundTaskManager.startBackgroundRunning |@ohos.ability.particleAbility.d.ts| +|Deprecated version changed|Class name: particleAbility
Method or attribute name: function cancelBackgroundRunning(callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: particleAbility
Method or attribute name: function cancelBackgroundRunning(callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.resourceschedule.backgroundTaskManager.stopBackgroundRunning |@ohos.ability.particleAbility.d.ts| +|Deprecated version changed|Class name: particleAbility
Method or attribute name: function cancelBackgroundRunning(): Promise\;
Deprecated version: N/A|Class name: particleAbility
Method or attribute name: function cancelBackgroundRunning(): Promise\;
Deprecated version: 9
Substitute API: ohos.resourceschedule.backgroundTaskManager.stopBackgroundRunning |@ohos.ability.particleAbility.d.ts| +|Deprecated version changed|Class name: backgroundTaskManager
Deprecated version: N/A|Class name: backgroundTaskManager
Deprecated version: 9
Substitute API: ohos.resourceschedule.backgroundTaskManager |@ohos.backgroundTaskManager.d.ts| +|Deprecated version changed|Class name: DelaySuspendInfo
Deprecated version: N/A|Class name: DelaySuspendInfo
Deprecated version: 9
Substitute API: ohos.resourceschedule.backgroundTaskManager.DelaySuspendInfo |@ohos.backgroundTaskManager.d.ts| +|Deprecated version changed|Class name: backgroundTaskManager
Method or attribute name: function cancelSuspendDelay(requestId: number): void;
Deprecated version: N/A|Class name: backgroundTaskManager
Method or attribute name: function cancelSuspendDelay(requestId: number): void;
Deprecated version: 9
Substitute API: ohos.resourceschedule.backgroundTaskManager.cancelSuspendDelay |@ohos.backgroundTaskManager.d.ts| +|Deprecated version changed|Class name: backgroundTaskManager
Method or attribute name: function getRemainingDelayTime(requestId: number, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: backgroundTaskManager
Method or attribute name: function getRemainingDelayTime(requestId: number, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.resourceschedule.backgroundTaskManager.getRemainingDelayTime |@ohos.backgroundTaskManager.d.ts| +|Deprecated version changed|Class name: backgroundTaskManager
Method or attribute name: function getRemainingDelayTime(requestId: number): Promise\;
Deprecated version: N/A|Class name: backgroundTaskManager
Method or attribute name: function getRemainingDelayTime(requestId: number): Promise\;
Deprecated version: 9
Substitute API: ohos.resourceschedule.backgroundTaskManager.getRemainingDelayTime |@ohos.backgroundTaskManager.d.ts| +|Deprecated version changed|Class name: backgroundTaskManager
Method or attribute name: function requestSuspendDelay(reason: string, callback: Callback\): DelaySuspendInfo;
Deprecated version: N/A|Class name: backgroundTaskManager
Method or attribute name: function requestSuspendDelay(reason: string, callback: Callback\): DelaySuspendInfo;
Deprecated version: 9
Substitute API: ohos.resourceschedule.backgroundTaskManager.requestSuspendDelay |@ohos.backgroundTaskManager.d.ts| +|Deprecated version changed|Class name: backgroundTaskManager
Method or attribute name: function startBackgroundRunning(context: Context, bgMode: BackgroundMode, wantAgent: WantAgent, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: backgroundTaskManager
Method or attribute name: function startBackgroundRunning(context: Context, bgMode: BackgroundMode, wantAgent: WantAgent, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.resourceschedule.backgroundTaskManager.startBackgroundRunning |@ohos.backgroundTaskManager.d.ts| +|Deprecated version changed|Class name: backgroundTaskManager
Method or attribute name: function startBackgroundRunning(context: Context, bgMode: BackgroundMode, wantAgent: WantAgent): Promise\;
Deprecated version: N/A|Class name: backgroundTaskManager
Method or attribute name: function startBackgroundRunning(context: Context, bgMode: BackgroundMode, wantAgent: WantAgent): Promise\;
Deprecated version: 9
Substitute API: ohos.resourceschedule.backgroundTaskManager.startBackgroundRunning |@ohos.backgroundTaskManager.d.ts| +|Deprecated version changed|Class name: backgroundTaskManager
Method or attribute name: function stopBackgroundRunning(context: Context, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: backgroundTaskManager
Method or attribute name: function stopBackgroundRunning(context: Context, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.resourceschedule.backgroundTaskManager.stopBackgroundRunning |@ohos.backgroundTaskManager.d.ts| +|Deprecated version changed|Class name: backgroundTaskManager
Method or attribute name: function stopBackgroundRunning(context: Context): Promise\;
Deprecated version: N/A|Class name: backgroundTaskManager
Method or attribute name: function stopBackgroundRunning(context: Context): Promise\;
Deprecated version: 9
Substitute API: ohos.resourceschedule.backgroundTaskManager.stopBackgroundRunning |@ohos.backgroundTaskManager.d.ts| +|Deprecated version changed|Class name: BackgroundMode
Deprecated version: N/A|Class name: BackgroundMode
Deprecated version: 9
Substitute API: ohos.resourceschedule.backgroundTaskManager.BackgroundMode |@ohos.backgroundTaskManager.d.ts| +|Deprecated version changed|Class name: bundleState
Deprecated version: N/A|Class name: bundleState
Deprecated version: 9
Substitute API: ohos.resourceschedule.usageStatistics |@ohos.bundleState.d.ts| +|Deprecated version changed|Class name: BundleStateInfo
Deprecated version: N/A|Class name: BundleStateInfo
Deprecated version: 9
Substitute API: ohos.resourceschedule.usageStatistics.BundleStatsInfo |@ohos.bundleState.d.ts| +|Deprecated version changed|Class name: BundleActiveState
Deprecated version: N/A|Class name: BundleActiveState
Deprecated version: 9
Substitute API: ohos.resourceschedule.usageStatistics.BundleEvents |@ohos.bundleState.d.ts| +|Deprecated version changed|Class name: bundleState
Method or attribute name: function isIdleState(bundleName: string, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: bundleState
Method or attribute name: function isIdleState(bundleName: string, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.resourceschedule.usageStatistics.isIdleState |@ohos.bundleState.d.ts| +|Deprecated version changed|Class name: bundleState
Method or attribute name: function isIdleState(bundleName: string): Promise\;
Deprecated version: N/A|Class name: bundleState
Method or attribute name: function isIdleState(bundleName: string): Promise\;
Deprecated version: 9
Substitute API: ohos.resourceschedule.usageStatistics.isIdleState |@ohos.bundleState.d.ts| +|Deprecated version changed|Class name: bundleState
Method or attribute name: function queryAppUsagePriorityGroup(callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: bundleState
Method or attribute name: function queryAppUsagePriorityGroup(callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.resourceschedule.usageStatistics.queryAppGroup |@ohos.bundleState.d.ts| +|Deprecated version changed|Class name: bundleState
Method or attribute name: function queryAppUsagePriorityGroup(): Promise\;
Deprecated version: N/A|Class name: bundleState
Method or attribute name: function queryAppUsagePriorityGroup(): Promise\;
Deprecated version: 9
Substitute API: ohos.resourceschedule.usageStatistics.queryAppGroup |@ohos.bundleState.d.ts| +|Deprecated version changed|Class name: BundleActiveInfoResponse
Deprecated version: N/A|Class name: BundleActiveInfoResponse
Deprecated version: 9
Substitute API: ohos.resourceschedule.usageStatistics.BundleStatsMap |@ohos.bundleState.d.ts| +|Deprecated version changed|Class name: bundleState
Method or attribute name: function queryBundleStateInfos(begin: number, end: number, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: bundleState
Method or attribute name: function queryBundleStateInfos(begin: number, end: number, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.resourceschedule.usageStatistics.queryBundleStatsInfos |@ohos.bundleState.d.ts| +|Deprecated version changed|Class name: bundleState
Method or attribute name: function queryBundleStateInfos(begin: number, end: number): Promise\;
Deprecated version: N/A|Class name: bundleState
Method or attribute name: function queryBundleStateInfos(begin: number, end: number): Promise\;
Deprecated version: 9
Substitute API: ohos.resourceschedule.usageStatistics.queryBundleStatsInfos |@ohos.bundleState.d.ts| +|Deprecated version changed|Class name: IntervalType
Deprecated version: N/A|Class name: IntervalType
Deprecated version: 9
Substitute API: ohos.resourceschedule.usageStatistics.IntervalType |@ohos.bundleState.d.ts| +|Deprecated version changed|Class name: bundleState
Method or attribute name: function queryBundleStateInfoByInterval(byInterval: IntervalType, begin: number, end: number, callback: AsyncCallback\>): void;
Deprecated version: N/A|Class name: bundleState
Method or attribute name: function queryBundleStateInfoByInterval(byInterval: IntervalType, begin: number, end: number, callback: AsyncCallback\>): void;
Deprecated version: 9
Substitute API: ohos.resourceschedule.usageStatistics.queryBundleStatsInfoByInterval |@ohos.bundleState.d.ts| +|Deprecated version changed|Class name: bundleState
Method or attribute name: function queryBundleStateInfoByInterval(byInterval: IntervalType, begin: number, end: number): Promise\>;
Deprecated version: N/A|Class name: bundleState
Method or attribute name: function queryBundleStateInfoByInterval(byInterval: IntervalType, begin: number, end: number): Promise\>;
Deprecated version: 9
Substitute API: ohos.resourceschedule.usageStatistics.queryBundleStatsInfoByInterval |@ohos.bundleState.d.ts| +|Deprecated version changed|Class name: bundleState
Method or attribute name: function queryBundleActiveStates(begin: number, end: number, callback: AsyncCallback\>): void;
Deprecated version: N/A|Class name: bundleState
Method or attribute name: function queryBundleActiveStates(begin: number, end: number, callback: AsyncCallback\>): void;
Deprecated version: 9
Substitute API: ohos.resourceschedule.usageStatistics.queryBundleEvents |@ohos.bundleState.d.ts| +|Deprecated version changed|Class name: bundleState
Method or attribute name: function queryBundleActiveStates(begin: number, end: number): Promise\>;
Deprecated version: N/A|Class name: bundleState
Method or attribute name: function queryBundleActiveStates(begin: number, end: number): Promise\>;
Deprecated version: 9
Substitute API: ohos.resourceschedule.usageStatistics.queryBundleEvents |@ohos.bundleState.d.ts| +|Deprecated version changed|Class name: bundleState
Method or attribute name: function queryCurrentBundleActiveStates(begin: number, end: number, callback: AsyncCallback\>): void;
Deprecated version: N/A|Class name: bundleState
Method or attribute name: function queryCurrentBundleActiveStates(begin: number, end: number, callback: AsyncCallback\>): void;
Deprecated version: 9
Substitute API: ohos.resourceschedule.usageStatistics.queryCurrentBundleEvents |@ohos.bundleState.d.ts| +|Deprecated version changed|Class name: bundleState
Method or attribute name: function queryCurrentBundleActiveStates(begin: number, end: number): Promise\>;
Deprecated version: N/A|Class name: bundleState
Method or attribute name: function queryCurrentBundleActiveStates(begin: number, end: number): Promise\>;
Deprecated version: 9
Substitute API: ohos.resourceschedule.usageStatistics.queryCurrentBundleEvents |@ohos.bundleState.d.ts| diff --git a/en/release-notes/api-diff/v3.2-Release/js-apidiff-security.md b/en/release-notes/api-diff/v3.2-Release/js-apidiff-security.md new file mode 100644 index 0000000000000000000000000000000000000000..f8034fd050721bd12d7ed4c7225e07a0c4fb3dbd --- /dev/null +++ b/en/release-notes/api-diff/v3.2-Release/js-apidiff-security.md @@ -0,0 +1,512 @@ +| Change Type | Old Version | New Version | d.ts File | +| ---- | ------ | ------ | -------- | +|Added|NA|Class name: AtManager
Method or attribute name: verifyAccessTokenSync(tokenID: number, permissionName: Permissions): GrantStatus;|@ohos.abilityAccessCtrl.d.ts| +|Added|NA|Class name: AtManager
Method or attribute name: checkAccessToken(tokenID: number, permissionName: Permissions): Promise\;|@ohos.abilityAccessCtrl.d.ts| +|Added|NA|Class name: AtManager
Method or attribute name: requestPermissionsFromUser(context: Context, permissionList: Array\, requestCallback: AsyncCallback\) : void;|@ohos.abilityAccessCtrl.d.ts| +|Added|NA|Class name: AtManager
Method or attribute name: requestPermissionsFromUser(context: Context, permissionList: Array\) : Promise\;|@ohos.abilityAccessCtrl.d.ts| +|Added|NA|Class name: AtManager
Method or attribute name: getVersion(): Promise\;|@ohos.abilityAccessCtrl.d.ts| +|Added|NA|Class name: AtManager
Method or attribute name: on(type: 'permissionStateChange', tokenIDList: Array\, permissionList: Array\, callback: Callback\): void;|@ohos.abilityAccessCtrl.d.ts| +|Added|NA|Class name: AtManager
Method or attribute name: off(type: 'permissionStateChange', tokenIDList: Array\, permissionList: Array\, callback?: Callback\): void;|@ohos.abilityAccessCtrl.d.ts| +|Added|NA|Module name: ohos.abilityAccessCtrl
Class name: PermissionStateChangeType|@ohos.abilityAccessCtrl.d.ts| +|Added|NA|Class name: PermissionStateChangeType
Method or attribute name: |@ohos.abilityAccessCtrl.d.ts| +|Added|NA|Module name: ohos.abilityAccessCtrl
Class name: PermissionStateChangeType
Method or attribute name: PERMISSION_REVOKED_OPER = 0|@ohos.abilityAccessCtrl.d.ts| +|Added|NA|Class name: PermissionStateChangeType
Method or attribute name: PERMISSION_REVOKED_OPER = 0|@ohos.abilityAccessCtrl.d.ts| +|Added|NA|Module name: ohos.abilityAccessCtrl
Class name: PermissionStateChangeType
Method or attribute name: PERMISSION_GRANTED_OPER = 1|@ohos.abilityAccessCtrl.d.ts| +|Added|NA|Class name: PermissionStateChangeType
Method or attribute name: PERMISSION_GRANTED_OPER = 1|@ohos.abilityAccessCtrl.d.ts| +|Added|NA|Module name: ohos.abilityAccessCtrl
Class name: PermissionStateChangeInfo|@ohos.abilityAccessCtrl.d.ts| +|Added|NA|Class name: PermissionStateChangeInfo
Method or attribute name: |@ohos.abilityAccessCtrl.d.ts| +|Added|NA|Module name: ohos.abilityAccessCtrl
Class name: PermissionStateChangeInfo
Method or attribute name: change: PermissionStateChangeType;|@ohos.abilityAccessCtrl.d.ts| +|Added|NA|Class name: PermissionStateChangeInfo
Method or attribute name: change: PermissionStateChangeType;|@ohos.abilityAccessCtrl.d.ts| +|Added|NA|Module name: ohos.abilityAccessCtrl
Class name: PermissionStateChangeInfo
Method or attribute name: tokenID: number;|@ohos.abilityAccessCtrl.d.ts| +|Added|NA|Class name: PermissionStateChangeInfo
Method or attribute name: tokenID: number;|@ohos.abilityAccessCtrl.d.ts| +|Added|NA|Module name: ohos.abilityAccessCtrl
Class name: PermissionStateChangeInfo
Method or attribute name: permissionName: Permissions;|@ohos.abilityAccessCtrl.d.ts| +|Added|NA|Class name: PermissionStateChangeInfo
Method or attribute name: permissionName: Permissions;|@ohos.abilityAccessCtrl.d.ts| +|Added|NA|Module name: ohos.privacyManager
Class name: privacyManager|@ohos.privacyManager.d.ts| +|Added|NA|Module name: ohos.privacyManager
Class name: privacyManager
Method or attribute name: function addPermissionUsedRecord(tokenID: number, permissionName: Permissions, successCount: number, failCount: number): Promise\;|@ohos.privacyManager.d.ts| +|Added|NA|Module name: ohos.privacyManager
Class name: privacyManager
Method or attribute name: function addPermissionUsedRecord(tokenID: number, permissionName: Permissions, successCount: number, failCount: number, callback: AsyncCallback\): void;|@ohos.privacyManager.d.ts| +|Added|NA|Module name: ohos.privacyManager
Class name: privacyManager
Method or attribute name: function getPermissionUsedRecord(request: PermissionUsedRequest): Promise\;|@ohos.privacyManager.d.ts| +|Added|NA|Module name: ohos.privacyManager
Class name: privacyManager
Method or attribute name: function getPermissionUsedRecord(request: PermissionUsedRequest, callback: AsyncCallback\): void;|@ohos.privacyManager.d.ts| +|Added|NA|Module name: ohos.privacyManager
Class name: privacyManager
Method or attribute name: function startUsingPermission(tokenID: number, permissionName: Permissions): Promise\;|@ohos.privacyManager.d.ts| +|Added|NA|Module name: ohos.privacyManager
Class name: privacyManager
Method or attribute name: function startUsingPermission(tokenID: number, permissionName: Permissions, callback: AsyncCallback\): void;|@ohos.privacyManager.d.ts| +|Added|NA|Module name: ohos.privacyManager
Class name: privacyManager
Method or attribute name: function stopUsingPermission(tokenID: number, permissionName: Permissions): Promise\;|@ohos.privacyManager.d.ts| +|Added|NA|Module name: ohos.privacyManager
Class name: privacyManager
Method or attribute name: function stopUsingPermission(tokenID: number, permissionName: Permissions, callback: AsyncCallback\): void;|@ohos.privacyManager.d.ts| +|Added|NA|Module name: ohos.privacyManager
Class name: privacyManager
Method or attribute name: function on(type: 'activeStateChange', permissionList: Array\, callback: Callback\): void;|@ohos.privacyManager.d.ts| +|Added|NA|Module name: ohos.privacyManager
Class name: privacyManager
Method or attribute name: function off(type: 'activeStateChange', permissionList: Array\, callback?: Callback\): void;|@ohos.privacyManager.d.ts| +|Added|NA|Module name: ohos.privacyManager
Class name: PermissionActiveStatus|@ohos.privacyManager.d.ts| +|Added|NA|Module name: ohos.privacyManager
Class name: PermissionActiveStatus
Method or attribute name: PERM_INACTIVE = 0|@ohos.privacyManager.d.ts| +|Added|NA|Module name: ohos.privacyManager
Class name: PermissionActiveStatus
Method or attribute name: PERM_ACTIVE_IN_FOREGROUND = 1|@ohos.privacyManager.d.ts| +|Added|NA|Module name: ohos.privacyManager
Class name: PermissionActiveStatus
Method or attribute name: PERM_ACTIVE_IN_BACKGROUND = 2|@ohos.privacyManager.d.ts| +|Added|NA|Module name: ohos.privacyManager
Class name: ActiveChangeResponse|@ohos.privacyManager.d.ts| +|Added|NA|Module name: ohos.privacyManager
Class name: ActiveChangeResponse
Method or attribute name: tokenId: number;|@ohos.privacyManager.d.ts| +|Added|NA|Module name: ohos.privacyManager
Class name: ActiveChangeResponse
Method or attribute name: permissionName: Permissions;|@ohos.privacyManager.d.ts| +|Added|NA|Module name: ohos.privacyManager
Class name: ActiveChangeResponse
Method or attribute name: deviceId: string;|@ohos.privacyManager.d.ts| +|Added|NA|Module name: ohos.privacyManager
Class name: ActiveChangeResponse
Method or attribute name: activeStatus: PermissionActiveStatus;|@ohos.privacyManager.d.ts| +|Added|NA|Module name: ohos.privacyManager
Class name: PermissionUsageFlag|@ohos.privacyManager.d.ts| +|Added|NA|Module name: ohos.privacyManager
Class name: PermissionUsageFlag
Method or attribute name: FLAG_PERMISSION_USAGE_SUMMARY = 0|@ohos.privacyManager.d.ts| +|Added|NA|Module name: ohos.privacyManager
Class name: PermissionUsageFlag
Method or attribute name: FLAG_PERMISSION_USAGE_DETAIL = 1|@ohos.privacyManager.d.ts| +|Added|NA|Module name: ohos.privacyManager
Class name: PermissionUsedRequest|@ohos.privacyManager.d.ts| +|Added|NA|Module name: ohos.privacyManager
Class name: PermissionUsedRequest
Method or attribute name: tokenId: number;|@ohos.privacyManager.d.ts| +|Added|NA|Module name: ohos.privacyManager
Class name: PermissionUsedRequest
Method or attribute name: isRemote: boolean;|@ohos.privacyManager.d.ts| +|Added|NA|Module name: ohos.privacyManager
Class name: PermissionUsedRequest
Method or attribute name: deviceId: string;|@ohos.privacyManager.d.ts| +|Added|NA|Module name: ohos.privacyManager
Class name: PermissionUsedRequest
Method or attribute name: bundleName: string;|@ohos.privacyManager.d.ts| +|Added|NA|Module name: ohos.privacyManager
Class name: PermissionUsedRequest
Method or attribute name: permissionNames: Array\;|@ohos.privacyManager.d.ts| +|Added|NA|Module name: ohos.privacyManager
Class name: PermissionUsedRequest
Method or attribute name: beginTime: number;|@ohos.privacyManager.d.ts| +|Added|NA|Module name: ohos.privacyManager
Class name: PermissionUsedRequest
Method or attribute name: endTime: number;|@ohos.privacyManager.d.ts| +|Added|NA|Module name: ohos.privacyManager
Class name: PermissionUsedRequest
Method or attribute name: flag: PermissionUsageFlag;|@ohos.privacyManager.d.ts| +|Added|NA|Module name: ohos.privacyManager
Class name: PermissionUsedResponse|@ohos.privacyManager.d.ts| +|Added|NA|Module name: ohos.privacyManager
Class name: PermissionUsedResponse
Method or attribute name: beginTime: number;|@ohos.privacyManager.d.ts| +|Added|NA|Module name: ohos.privacyManager
Class name: PermissionUsedResponse
Method or attribute name: endTime: number;|@ohos.privacyManager.d.ts| +|Added|NA|Module name: ohos.privacyManager
Class name: PermissionUsedResponse
Method or attribute name: bundleRecords: Array\;|@ohos.privacyManager.d.ts| +|Added|NA|Module name: ohos.privacyManager
Class name: BundleUsedRecord|@ohos.privacyManager.d.ts| +|Added|NA|Module name: ohos.privacyManager
Class name: BundleUsedRecord
Method or attribute name: tokenId: number;|@ohos.privacyManager.d.ts| +|Added|NA|Module name: ohos.privacyManager
Class name: BundleUsedRecord
Method or attribute name: isRemote: boolean;|@ohos.privacyManager.d.ts| +|Added|NA|Module name: ohos.privacyManager
Class name: BundleUsedRecord
Method or attribute name: deviceId: string;|@ohos.privacyManager.d.ts| +|Added|NA|Module name: ohos.privacyManager
Class name: BundleUsedRecord
Method or attribute name: bundleName: string;|@ohos.privacyManager.d.ts| +|Added|NA|Module name: ohos.privacyManager
Class name: BundleUsedRecord
Method or attribute name: permissionRecords: Array\;|@ohos.privacyManager.d.ts| +|Added|NA|Module name: ohos.privacyManager
Class name: PermissionUsedRecord|@ohos.privacyManager.d.ts| +|Added|NA|Module name: ohos.privacyManager
Class name: PermissionUsedRecord
Method or attribute name: permissionName: Permissions;|@ohos.privacyManager.d.ts| +|Added|NA|Module name: ohos.privacyManager
Class name: PermissionUsedRecord
Method or attribute name: accessCount: number;|@ohos.privacyManager.d.ts| +|Added|NA|Module name: ohos.privacyManager
Class name: PermissionUsedRecord
Method or attribute name: rejectCount: number;|@ohos.privacyManager.d.ts| +|Added|NA|Module name: ohos.privacyManager
Class name: PermissionUsedRecord
Method or attribute name: lastAccessTime: number;|@ohos.privacyManager.d.ts| +|Added|NA|Module name: ohos.privacyManager
Class name: PermissionUsedRecord
Method or attribute name: lastRejectTime: number;|@ohos.privacyManager.d.ts| +|Added|NA|Module name: ohos.privacyManager
Class name: PermissionUsedRecord
Method or attribute name: lastAccessDuration: number;|@ohos.privacyManager.d.ts| +|Added|NA|Module name: ohos.privacyManager
Class name: PermissionUsedRecord
Method or attribute name: accessRecords: Array\;|@ohos.privacyManager.d.ts| +|Added|NA|Module name: ohos.privacyManager
Class name: PermissionUsedRecord
Method or attribute name: rejectRecords: Array\;|@ohos.privacyManager.d.ts| +|Added|NA|Module name: ohos.privacyManager
Class name: UsedRecordDetail|@ohos.privacyManager.d.ts| +|Added|NA|Module name: ohos.privacyManager
Class name: UsedRecordDetail
Method or attribute name: status: number;|@ohos.privacyManager.d.ts| +|Added|NA|Module name: ohos.privacyManager
Class name: UsedRecordDetail
Method or attribute name: timestamp: number;|@ohos.privacyManager.d.ts| +|Added|NA|Module name: ohos.privacyManager
Class name: UsedRecordDetail
Method or attribute name: accessDuration: number;|@ohos.privacyManager.d.ts| +|Added|NA|Module name: ohos.security.cert
Class name: cert|@ohos.security.cert.d.ts| +|Added|NA|Module name: ohos.security.cert
Class name: CertResult|@ohos.security.cert.d.ts| +|Added|NA|Module name: ohos.security.cert
Class name: CertResult
Method or attribute name: INVALID_PARAMS = 401|@ohos.security.cert.d.ts| +|Added|NA|Module name: ohos.security.cert
Class name: CertResult
Method or attribute name: NOT_SUPPORT = 801|@ohos.security.cert.d.ts| +|Added|NA|Module name: ohos.security.cert
Class name: CertResult
Method or attribute name: ERR_OUT_OF_MEMORY = 19020001|@ohos.security.cert.d.ts| +|Added|NA|Module name: ohos.security.cert
Class name: CertResult
Method or attribute name: ERR_RUNTIME_ERROR = 19020002|@ohos.security.cert.d.ts| +|Added|NA|Module name: ohos.security.cert
Class name: CertResult
Method or attribute name: ERR_CRYPTO_OPERATION = 19030001|@ohos.security.cert.d.ts| +|Added|NA|Module name: ohos.security.cert
Class name: CertResult
Method or attribute name: ERR_CERT_SIGNATURE_FAILURE = 19030002|@ohos.security.cert.d.ts| +|Added|NA|Module name: ohos.security.cert
Class name: CertResult
Method or attribute name: ERR_CERT_NOT_YET_VALID = 19030003|@ohos.security.cert.d.ts| +|Added|NA|Module name: ohos.security.cert
Class name: CertResult
Method or attribute name: ERR_CERT_HAS_EXPIRED = 19030004|@ohos.security.cert.d.ts| +|Added|NA|Module name: ohos.security.cert
Class name: CertResult
Method or attribute name: ERR_UNABLE_TO_GET_ISSUER_CERT_LOCALLY = 19030005|@ohos.security.cert.d.ts| +|Added|NA|Module name: ohos.security.cert
Class name: CertResult
Method or attribute name: ERR_KEYUSAGE_NO_CERTSIGN = 19030006|@ohos.security.cert.d.ts| +|Added|NA|Module name: ohos.security.cert
Class name: CertResult
Method or attribute name: ERR_KEYUSAGE_NO_DIGITAL_SIGNATURE = 19030007|@ohos.security.cert.d.ts| +|Added|NA|Module name: ohos.security.cert
Class name: DataBlob|@ohos.security.cert.d.ts| +|Added|NA|Module name: ohos.security.cert
Class name: DataBlob
Method or attribute name: data : Uint8Array;|@ohos.security.cert.d.ts| +|Added|NA|Module name: ohos.security.cert
Class name: DataArray|@ohos.security.cert.d.ts| +|Added|NA|Module name: ohos.security.cert
Class name: DataArray
Method or attribute name: data : Array\;|@ohos.security.cert.d.ts| +|Added|NA|Module name: ohos.security.cert
Class name: EncodingFormat|@ohos.security.cert.d.ts| +|Added|NA|Module name: ohos.security.cert
Class name: EncodingFormat
Method or attribute name: FORMAT_DER = 0|@ohos.security.cert.d.ts| +|Added|NA|Module name: ohos.security.cert
Class name: EncodingFormat
Method or attribute name: FORMAT_PEM = 1|@ohos.security.cert.d.ts| +|Added|NA|Module name: ohos.security.cert
Class name: EncodingBlob|@ohos.security.cert.d.ts| +|Added|NA|Module name: ohos.security.cert
Class name: EncodingBlob
Method or attribute name: data : Uint8Array;|@ohos.security.cert.d.ts| +|Added|NA|Module name: ohos.security.cert
Class name: EncodingBlob
Method or attribute name: encodingFormat : EncodingFormat;|@ohos.security.cert.d.ts| +|Added|NA|Module name: ohos.security.cert
Class name: CertChainData|@ohos.security.cert.d.ts| +|Added|NA|Module name: ohos.security.cert
Class name: CertChainData
Method or attribute name: data: Uint8Array;|@ohos.security.cert.d.ts| +|Added|NA|Module name: ohos.security.cert
Class name: CertChainData
Method or attribute name: count : number;|@ohos.security.cert.d.ts| +|Added|NA|Module name: ohos.security.cert
Class name: CertChainData
Method or attribute name: encodingFormat: EncodingFormat;|@ohos.security.cert.d.ts| +|Added|NA|Module name: ohos.security.cert
Class name: X509Cert|@ohos.security.cert.d.ts| +|Added|NA|Module name: ohos.security.cert
Class name: X509Cert
Method or attribute name: verify(key : cryptoFramework.PubKey, callback : AsyncCallback\) : void;|@ohos.security.cert.d.ts| +|Added|NA|Module name: ohos.security.cert
Class name: X509Cert
Method or attribute name: verify(key : cryptoFramework.PubKey) : Promise\;|@ohos.security.cert.d.ts| +|Added|NA|Module name: ohos.security.cert
Class name: X509Cert
Method or attribute name: getEncoded(callback : AsyncCallback\) : void;|@ohos.security.cert.d.ts| +|Added|NA|Module name: ohos.security.cert
Class name: X509Cert
Method or attribute name: getEncoded() : Promise\;|@ohos.security.cert.d.ts| +|Added|NA|Module name: ohos.security.cert
Class name: X509Cert
Method or attribute name: getPublicKey() : cryptoFramework.PubKey;|@ohos.security.cert.d.ts| +|Added|NA|Module name: ohos.security.cert
Class name: X509Cert
Method or attribute name: checkValidityWithDate(date: string) : void;|@ohos.security.cert.d.ts| +|Added|NA|Module name: ohos.security.cert
Class name: X509Cert
Method or attribute name: getVersion() : number;|@ohos.security.cert.d.ts| +|Added|NA|Module name: ohos.security.cert
Class name: X509Cert
Method or attribute name: getSerialNumber() : number;|@ohos.security.cert.d.ts| +|Added|NA|Module name: ohos.security.cert
Class name: X509Cert
Method or attribute name: getIssuerName() : DataBlob;|@ohos.security.cert.d.ts| +|Added|NA|Module name: ohos.security.cert
Class name: X509Cert
Method or attribute name: getSubjectName() : DataBlob;|@ohos.security.cert.d.ts| +|Added|NA|Module name: ohos.security.cert
Class name: X509Cert
Method or attribute name: getNotBeforeTime() : string;|@ohos.security.cert.d.ts| +|Added|NA|Module name: ohos.security.cert
Class name: X509Cert
Method or attribute name: getNotAfterTime() : string;|@ohos.security.cert.d.ts| +|Added|NA|Module name: ohos.security.cert
Class name: X509Cert
Method or attribute name: getSignature() : DataBlob;|@ohos.security.cert.d.ts| +|Added|NA|Module name: ohos.security.cert
Class name: X509Cert
Method or attribute name: getSignatureAlgName() : string;|@ohos.security.cert.d.ts| +|Added|NA|Module name: ohos.security.cert
Class name: X509Cert
Method or attribute name: getSignatureAlgOid() : string;|@ohos.security.cert.d.ts| +|Added|NA|Module name: ohos.security.cert
Class name: X509Cert
Method or attribute name: getSignatureAlgParams() : DataBlob;|@ohos.security.cert.d.ts| +|Added|NA|Module name: ohos.security.cert
Class name: X509Cert
Method or attribute name: getKeyUsage() : DataBlob;|@ohos.security.cert.d.ts| +|Added|NA|Module name: ohos.security.cert
Class name: X509Cert
Method or attribute name: getExtKeyUsage() : DataArray;|@ohos.security.cert.d.ts| +|Added|NA|Module name: ohos.security.cert
Class name: X509Cert
Method or attribute name: getBasicConstraints() : number;|@ohos.security.cert.d.ts| +|Added|NA|Module name: ohos.security.cert
Class name: X509Cert
Method or attribute name: getSubjectAltNames() : DataArray;|@ohos.security.cert.d.ts| +|Added|NA|Module name: ohos.security.cert
Class name: X509Cert
Method or attribute name: getIssuerAltNames() : DataArray;|@ohos.security.cert.d.ts| +|Added|NA|Module name: ohos.security.cert
Class name: cert
Method or attribute name: function createX509Cert(inStream : EncodingBlob, callback : AsyncCallback\) : void;|@ohos.security.cert.d.ts| +|Added|NA|Module name: ohos.security.cert
Class name: cert
Method or attribute name: function createX509Cert(inStream : EncodingBlob) : Promise\;|@ohos.security.cert.d.ts| +|Added|NA|Module name: ohos.security.cert
Class name: X509CrlEntry|@ohos.security.cert.d.ts| +|Added|NA|Module name: ohos.security.cert
Class name: X509CrlEntry
Method or attribute name: getEncoded(callback : AsyncCallback\) : void;|@ohos.security.cert.d.ts| +|Added|NA|Module name: ohos.security.cert
Class name: X509CrlEntry
Method or attribute name: getEncoded() : Promise\;|@ohos.security.cert.d.ts| +|Added|NA|Module name: ohos.security.cert
Class name: X509CrlEntry
Method or attribute name: getSerialNumber() : number;|@ohos.security.cert.d.ts| +|Added|NA|Module name: ohos.security.cert
Class name: X509CrlEntry
Method or attribute name: getCertIssuer() : DataBlob;|@ohos.security.cert.d.ts| +|Added|NA|Module name: ohos.security.cert
Class name: X509CrlEntry
Method or attribute name: getRevocationDate() : string;|@ohos.security.cert.d.ts| +|Added|NA|Module name: ohos.security.cert
Class name: X509Crl|@ohos.security.cert.d.ts| +|Added|NA|Module name: ohos.security.cert
Class name: X509Crl
Method or attribute name: isRevoked(cert : X509Cert) : boolean;|@ohos.security.cert.d.ts| +|Added|NA|Module name: ohos.security.cert
Class name: X509Crl
Method or attribute name: getType() : string;|@ohos.security.cert.d.ts| +|Added|NA|Module name: ohos.security.cert
Class name: X509Crl
Method or attribute name: getEncoded(callback : AsyncCallback\) : void;|@ohos.security.cert.d.ts| +|Added|NA|Module name: ohos.security.cert
Class name: X509Crl
Method or attribute name: getEncoded() : Promise\;|@ohos.security.cert.d.ts| +|Added|NA|Module name: ohos.security.cert
Class name: X509Crl
Method or attribute name: verify(key : cryptoFramework.PubKey, callback : AsyncCallback\) : void;|@ohos.security.cert.d.ts| +|Added|NA|Module name: ohos.security.cert
Class name: X509Crl
Method or attribute name: verify(key : cryptoFramework.PubKey) : Promise\;|@ohos.security.cert.d.ts| +|Added|NA|Module name: ohos.security.cert
Class name: X509Crl
Method or attribute name: getVersion() : number;|@ohos.security.cert.d.ts| +|Added|NA|Module name: ohos.security.cert
Class name: X509Crl
Method or attribute name: getIssuerName() : DataBlob;|@ohos.security.cert.d.ts| +|Added|NA|Module name: ohos.security.cert
Class name: X509Crl
Method or attribute name: getLastUpdate() : string;|@ohos.security.cert.d.ts| +|Added|NA|Module name: ohos.security.cert
Class name: X509Crl
Method or attribute name: getNextUpdate() : string;|@ohos.security.cert.d.ts| +|Added|NA|Module name: ohos.security.cert
Class name: X509Crl
Method or attribute name: getRevokedCert(serialNumber : number) : X509CrlEntry;|@ohos.security.cert.d.ts| +|Added|NA|Module name: ohos.security.cert
Class name: X509Crl
Method or attribute name: getRevokedCertWithCert(cert : X509Cert) : X509CrlEntry;|@ohos.security.cert.d.ts| +|Added|NA|Module name: ohos.security.cert
Class name: X509Crl
Method or attribute name: getRevokedCerts(callback : AsyncCallback\>) : void;|@ohos.security.cert.d.ts| +|Added|NA|Module name: ohos.security.cert
Class name: X509Crl
Method or attribute name: getRevokedCerts() : Promise\>;|@ohos.security.cert.d.ts| +|Added|NA|Module name: ohos.security.cert
Class name: X509Crl
Method or attribute name: getTbsInfo() : DataBlob;|@ohos.security.cert.d.ts| +|Added|NA|Module name: ohos.security.cert
Class name: X509Crl
Method or attribute name: getSignature() : DataBlob;|@ohos.security.cert.d.ts| +|Added|NA|Module name: ohos.security.cert
Class name: X509Crl
Method or attribute name: getSignatureAlgName() : string;|@ohos.security.cert.d.ts| +|Added|NA|Module name: ohos.security.cert
Class name: X509Crl
Method or attribute name: getSignatureAlgOid() : string;|@ohos.security.cert.d.ts| +|Added|NA|Module name: ohos.security.cert
Class name: X509Crl
Method or attribute name: getSignatureAlgParams() : DataBlob;|@ohos.security.cert.d.ts| +|Added|NA|Module name: ohos.security.cert
Class name: cert
Method or attribute name: function createX509Crl(inStream : EncodingBlob, callback : AsyncCallback\) : void;|@ohos.security.cert.d.ts| +|Added|NA|Module name: ohos.security.cert
Class name: cert
Method or attribute name: function createX509Crl(inStream : EncodingBlob) : Promise\;|@ohos.security.cert.d.ts| +|Added|NA|Module name: ohos.security.cert
Class name: CertChainValidator|@ohos.security.cert.d.ts| +|Added|NA|Module name: ohos.security.cert
Class name: CertChainValidator
Method or attribute name: validate(certChain : CertChainData, callback : AsyncCallback\) : void;|@ohos.security.cert.d.ts| +|Added|NA|Module name: ohos.security.cert
Class name: CertChainValidator
Method or attribute name: validate(certChain : CertChainData) : Promise\;|@ohos.security.cert.d.ts| +|Added|NA|Module name: ohos.security.cert
Class name: CertChainValidator
Method or attribute name: readonly algorithm : string;|@ohos.security.cert.d.ts| +|Added|NA|Module name: ohos.security.cert
Class name: cert
Method or attribute name: function createCertChainValidator(algorithm :string) : CertChainValidator;|@ohos.security.cert.d.ts| +|Added|NA|Module name: ohos.security.cryptoFramework
Class name: cryptoFramework|@ohos.security.cryptoFramework.d.ts| +|Added|NA|Module name: ohos.security.cryptoFramework
Class name: Result|@ohos.security.cryptoFramework.d.ts| +|Added|NA|Module name: ohos.security.cryptoFramework
Class name: Result
Method or attribute name: INVALID_PARAMS = 401|@ohos.security.cryptoFramework.d.ts| +|Added|NA|Module name: ohos.security.cryptoFramework
Class name: Result
Method or attribute name: NOT_SUPPORT = 801|@ohos.security.cryptoFramework.d.ts| +|Added|NA|Module name: ohos.security.cryptoFramework
Class name: Result
Method or attribute name: ERR_OUT_OF_MEMORY = 17620001|@ohos.security.cryptoFramework.d.ts| +|Added|NA|Module name: ohos.security.cryptoFramework
Class name: Result
Method or attribute name: ERR_RUNTIME_ERROR = 17620002|@ohos.security.cryptoFramework.d.ts| +|Added|NA|Module name: ohos.security.cryptoFramework
Class name: Result
Method or attribute name: ERR_CRYPTO_OPERATION = 17630001|@ohos.security.cryptoFramework.d.ts| +|Added|NA|Module name: ohos.security.cryptoFramework
Class name: DataBlob|@ohos.security.cryptoFramework.d.ts| +|Added|NA|Module name: ohos.security.cryptoFramework
Class name: DataBlob
Method or attribute name: data : Uint8Array;|@ohos.security.cryptoFramework.d.ts| +|Added|NA|Module name: ohos.security.cryptoFramework
Class name: ParamsSpec|@ohos.security.cryptoFramework.d.ts| +|Added|NA|Module name: ohos.security.cryptoFramework
Class name: ParamsSpec
Method or attribute name: algName : string;|@ohos.security.cryptoFramework.d.ts| +|Added|NA|Module name: ohos.security.cryptoFramework
Class name: IvParamsSpec|@ohos.security.cryptoFramework.d.ts| +|Added|NA|Module name: ohos.security.cryptoFramework
Class name: IvParamsSpec
Method or attribute name: iv : DataBlob;|@ohos.security.cryptoFramework.d.ts| +|Added|NA|Module name: ohos.security.cryptoFramework
Class name: GcmParamsSpec|@ohos.security.cryptoFramework.d.ts| +|Added|NA|Module name: ohos.security.cryptoFramework
Class name: GcmParamsSpec
Method or attribute name: iv : DataBlob;|@ohos.security.cryptoFramework.d.ts| +|Added|NA|Module name: ohos.security.cryptoFramework
Class name: GcmParamsSpec
Method or attribute name: aad : DataBlob;|@ohos.security.cryptoFramework.d.ts| +|Added|NA|Module name: ohos.security.cryptoFramework
Class name: GcmParamsSpec
Method or attribute name: authTag : DataBlob;|@ohos.security.cryptoFramework.d.ts| +|Added|NA|Module name: ohos.security.cryptoFramework
Class name: CcmParamsSpec|@ohos.security.cryptoFramework.d.ts| +|Added|NA|Module name: ohos.security.cryptoFramework
Class name: CcmParamsSpec
Method or attribute name: iv : DataBlob;|@ohos.security.cryptoFramework.d.ts| +|Added|NA|Module name: ohos.security.cryptoFramework
Class name: CcmParamsSpec
Method or attribute name: aad : DataBlob;|@ohos.security.cryptoFramework.d.ts| +|Added|NA|Module name: ohos.security.cryptoFramework
Class name: CcmParamsSpec
Method or attribute name: authTag : DataBlob;|@ohos.security.cryptoFramework.d.ts| +|Added|NA|Module name: ohos.security.cryptoFramework
Class name: CryptoMode|@ohos.security.cryptoFramework.d.ts| +|Added|NA|Module name: ohos.security.cryptoFramework
Class name: CryptoMode
Method or attribute name: ENCRYPT_MODE = 0|@ohos.security.cryptoFramework.d.ts| +|Added|NA|Module name: ohos.security.cryptoFramework
Class name: CryptoMode
Method or attribute name: DECRYPT_MODE = 1|@ohos.security.cryptoFramework.d.ts| +|Added|NA|Module name: ohos.security.cryptoFramework
Class name: Key|@ohos.security.cryptoFramework.d.ts| +|Added|NA|Module name: ohos.security.cryptoFramework
Class name: Key
Method or attribute name: getEncoded() : DataBlob;|@ohos.security.cryptoFramework.d.ts| +|Added|NA|Module name: ohos.security.cryptoFramework
Class name: Key
Method or attribute name: readonly format : string;|@ohos.security.cryptoFramework.d.ts| +|Added|NA|Module name: ohos.security.cryptoFramework
Class name: Key
Method or attribute name: readonly algName : string;|@ohos.security.cryptoFramework.d.ts| +|Added|NA|Module name: ohos.security.cryptoFramework
Class name: SymKey|@ohos.security.cryptoFramework.d.ts| +|Added|NA|Module name: ohos.security.cryptoFramework
Class name: SymKey
Method or attribute name: clearMem() : void;|@ohos.security.cryptoFramework.d.ts| +|Added|NA|Module name: ohos.security.cryptoFramework
Class name: PriKey|@ohos.security.cryptoFramework.d.ts| +|Added|NA|Module name: ohos.security.cryptoFramework
Class name: PriKey
Method or attribute name: clearMem() : void;|@ohos.security.cryptoFramework.d.ts| +|Added|NA|Module name: ohos.security.cryptoFramework
Class name: PubKey|@ohos.security.cryptoFramework.d.ts| +|Added|NA|Module name: ohos.security.cryptoFramework
Class name: KeyPair|@ohos.security.cryptoFramework.d.ts| +|Added|NA|Module name: ohos.security.cryptoFramework
Class name: KeyPair
Method or attribute name: readonly priKey : PriKey;|@ohos.security.cryptoFramework.d.ts| +|Added|NA|Module name: ohos.security.cryptoFramework
Class name: KeyPair
Method or attribute name: readonly pubKey : PubKey;|@ohos.security.cryptoFramework.d.ts| +|Added|NA|Module name: ohos.security.cryptoFramework
Class name: Random|@ohos.security.cryptoFramework.d.ts| +|Added|NA|Module name: ohos.security.cryptoFramework
Class name: Random
Method or attribute name: generateRandom(len : number, callback: AsyncCallback\) : void;|@ohos.security.cryptoFramework.d.ts| +|Added|NA|Module name: ohos.security.cryptoFramework
Class name: Random
Method or attribute name: generateRandom(len : number) : Promise\;|@ohos.security.cryptoFramework.d.ts| +|Added|NA|Module name: ohos.security.cryptoFramework
Class name: Random
Method or attribute name: setSeed(seed : DataBlob) : void;|@ohos.security.cryptoFramework.d.ts| +|Added|NA|Module name: ohos.security.cryptoFramework
Class name: cryptoFramework
Method or attribute name: function createRandom() : Random;|@ohos.security.cryptoFramework.d.ts| +|Added|NA|Module name: ohos.security.cryptoFramework
Class name: AsyKeyGenerator|@ohos.security.cryptoFramework.d.ts| +|Added|NA|Module name: ohos.security.cryptoFramework
Class name: AsyKeyGenerator
Method or attribute name: generateKeyPair(callback : AsyncCallback\) : void;|@ohos.security.cryptoFramework.d.ts| +|Added|NA|Module name: ohos.security.cryptoFramework
Class name: AsyKeyGenerator
Method or attribute name: generateKeyPair() : Promise\;|@ohos.security.cryptoFramework.d.ts| +|Added|NA|Module name: ohos.security.cryptoFramework
Class name: AsyKeyGenerator
Method or attribute name: convertKey(pubKey : DataBlob, priKey : DataBlob, callback : AsyncCallback\) : void;|@ohos.security.cryptoFramework.d.ts| +|Added|NA|Module name: ohos.security.cryptoFramework
Class name: AsyKeyGenerator
Method or attribute name: convertKey(pubKey : DataBlob, priKey : DataBlob) : Promise\;|@ohos.security.cryptoFramework.d.ts| +|Added|NA|Module name: ohos.security.cryptoFramework
Class name: AsyKeyGenerator
Method or attribute name: readonly algName : string;|@ohos.security.cryptoFramework.d.ts| +|Added|NA|Module name: ohos.security.cryptoFramework
Class name: SymKeyGenerator|@ohos.security.cryptoFramework.d.ts| +|Added|NA|Module name: ohos.security.cryptoFramework
Class name: SymKeyGenerator
Method or attribute name: generateSymKey(callback : AsyncCallback\) : void;|@ohos.security.cryptoFramework.d.ts| +|Added|NA|Module name: ohos.security.cryptoFramework
Class name: SymKeyGenerator
Method or attribute name: generateSymKey() : Promise\;|@ohos.security.cryptoFramework.d.ts| +|Added|NA|Module name: ohos.security.cryptoFramework
Class name: SymKeyGenerator
Method or attribute name: convertKey(key : DataBlob, callback : AsyncCallback\) : void;|@ohos.security.cryptoFramework.d.ts| +|Added|NA|Module name: ohos.security.cryptoFramework
Class name: SymKeyGenerator
Method or attribute name: convertKey(key : DataBlob) : Promise\;|@ohos.security.cryptoFramework.d.ts| +|Added|NA|Module name: ohos.security.cryptoFramework
Class name: SymKeyGenerator
Method or attribute name: readonly algName : string;|@ohos.security.cryptoFramework.d.ts| +|Added|NA|Module name: ohos.security.cryptoFramework
Class name: cryptoFramework
Method or attribute name: function createAsyKeyGenerator(algName : string) : AsyKeyGenerator;|@ohos.security.cryptoFramework.d.ts| +|Added|NA|Module name: ohos.security.cryptoFramework
Class name: cryptoFramework
Method or attribute name: function createSymKeyGenerator(algName : string) : SymKeyGenerator;|@ohos.security.cryptoFramework.d.ts| +|Added|NA|Module name: ohos.security.cryptoFramework
Class name: Mac|@ohos.security.cryptoFramework.d.ts| +|Added|NA|Module name: ohos.security.cryptoFramework
Class name: Mac
Method or attribute name: init(key : SymKey, callback : AsyncCallback\) : void;|@ohos.security.cryptoFramework.d.ts| +|Added|NA|Module name: ohos.security.cryptoFramework
Class name: Mac
Method or attribute name: init(key : SymKey) : Promise\;|@ohos.security.cryptoFramework.d.ts| +|Added|NA|Module name: ohos.security.cryptoFramework
Class name: Mac
Method or attribute name: update(input : DataBlob, callback : AsyncCallback\) : void;|@ohos.security.cryptoFramework.d.ts| +|Added|NA|Module name: ohos.security.cryptoFramework
Class name: Mac
Method or attribute name: update(input : DataBlob) : Promise\;|@ohos.security.cryptoFramework.d.ts| +|Added|NA|Module name: ohos.security.cryptoFramework
Class name: Mac
Method or attribute name: doFinal(callback : AsyncCallback\) : void;|@ohos.security.cryptoFramework.d.ts| +|Added|NA|Module name: ohos.security.cryptoFramework
Class name: Mac
Method or attribute name: doFinal() : Promise\;|@ohos.security.cryptoFramework.d.ts| +|Added|NA|Module name: ohos.security.cryptoFramework
Class name: Mac
Method or attribute name: getMacLength() : number;|@ohos.security.cryptoFramework.d.ts| +|Added|NA|Module name: ohos.security.cryptoFramework
Class name: Mac
Method or attribute name: readonly algName : string;|@ohos.security.cryptoFramework.d.ts| +|Added|NA|Module name: ohos.security.cryptoFramework
Class name: cryptoFramework
Method or attribute name: function createMac(algName : string) : Mac;|@ohos.security.cryptoFramework.d.ts| +|Added|NA|Module name: ohos.security.cryptoFramework
Class name: Md|@ohos.security.cryptoFramework.d.ts| +|Added|NA|Module name: ohos.security.cryptoFramework
Class name: Md
Method or attribute name: update(input : DataBlob, callback : AsyncCallback\) : void;|@ohos.security.cryptoFramework.d.ts| +|Added|NA|Module name: ohos.security.cryptoFramework
Class name: Md
Method or attribute name: update(input : DataBlob) : Promise\;|@ohos.security.cryptoFramework.d.ts| +|Added|NA|Module name: ohos.security.cryptoFramework
Class name: Md
Method or attribute name: digest(callback : AsyncCallback\) : void;|@ohos.security.cryptoFramework.d.ts| +|Added|NA|Module name: ohos.security.cryptoFramework
Class name: Md
Method or attribute name: digest() : Promise\;|@ohos.security.cryptoFramework.d.ts| +|Added|NA|Module name: ohos.security.cryptoFramework
Class name: Md
Method or attribute name: getMdLength() : number;|@ohos.security.cryptoFramework.d.ts| +|Added|NA|Module name: ohos.security.cryptoFramework
Class name: Md
Method or attribute name: readonly algName : string;|@ohos.security.cryptoFramework.d.ts| +|Added|NA|Module name: ohos.security.cryptoFramework
Class name: cryptoFramework
Method or attribute name: function createMd(algName : string) : Md;|@ohos.security.cryptoFramework.d.ts| +|Added|NA|Module name: ohos.security.cryptoFramework
Class name: Cipher|@ohos.security.cryptoFramework.d.ts| +|Added|NA|Module name: ohos.security.cryptoFramework
Class name: Cipher
Method or attribute name: init(opMode : CryptoMode, key : Key, params : ParamsSpec, callback : AsyncCallback\) : void;|@ohos.security.cryptoFramework.d.ts| +|Added|NA|Module name: ohos.security.cryptoFramework
Class name: Cipher
Method or attribute name: init(opMode : CryptoMode, key : Key, params : ParamsSpec) : Promise\;|@ohos.security.cryptoFramework.d.ts| +|Added|NA|Module name: ohos.security.cryptoFramework
Class name: Cipher
Method or attribute name: update(data : DataBlob, callback : AsyncCallback\) : void;|@ohos.security.cryptoFramework.d.ts| +|Added|NA|Module name: ohos.security.cryptoFramework
Class name: Cipher
Method or attribute name: update(data : DataBlob) : Promise\;|@ohos.security.cryptoFramework.d.ts| +|Added|NA|Module name: ohos.security.cryptoFramework
Class name: Cipher
Method or attribute name: doFinal(data : DataBlob, callback : AsyncCallback\) : void;|@ohos.security.cryptoFramework.d.ts| +|Added|NA|Module name: ohos.security.cryptoFramework
Class name: Cipher
Method or attribute name: doFinal(data : DataBlob) : Promise\;|@ohos.security.cryptoFramework.d.ts| +|Added|NA|Module name: ohos.security.cryptoFramework
Class name: Cipher
Method or attribute name: readonly algName : string;|@ohos.security.cryptoFramework.d.ts| +|Added|NA|Module name: ohos.security.cryptoFramework
Class name: cryptoFramework
Method or attribute name: function createCipher(transformation : string) : Cipher;|@ohos.security.cryptoFramework.d.ts| +|Added|NA|Module name: ohos.security.cryptoFramework
Class name: Sign|@ohos.security.cryptoFramework.d.ts| +|Added|NA|Module name: ohos.security.cryptoFramework
Class name: Sign
Method or attribute name: init(priKey : PriKey, callback : AsyncCallback\) : void;|@ohos.security.cryptoFramework.d.ts| +|Added|NA|Module name: ohos.security.cryptoFramework
Class name: Sign
Method or attribute name: init(priKey : PriKey) : Promise\;|@ohos.security.cryptoFramework.d.ts| +|Added|NA|Module name: ohos.security.cryptoFramework
Class name: Sign
Method or attribute name: update(data : DataBlob, callback : AsyncCallback\) : void;|@ohos.security.cryptoFramework.d.ts| +|Added|NA|Module name: ohos.security.cryptoFramework
Class name: Sign
Method or attribute name: update(data : DataBlob) : Promise\;|@ohos.security.cryptoFramework.d.ts| +|Added|NA|Module name: ohos.security.cryptoFramework
Class name: Sign
Method or attribute name: sign(data : DataBlob, callback : AsyncCallback\) : void;|@ohos.security.cryptoFramework.d.ts| +|Added|NA|Module name: ohos.security.cryptoFramework
Class name: Sign
Method or attribute name: sign(data : DataBlob) : Promise\;|@ohos.security.cryptoFramework.d.ts| +|Added|NA|Module name: ohos.security.cryptoFramework
Class name: Sign
Method or attribute name: readonly algName : string;|@ohos.security.cryptoFramework.d.ts| +|Added|NA|Module name: ohos.security.cryptoFramework
Class name: Verify|@ohos.security.cryptoFramework.d.ts| +|Added|NA|Module name: ohos.security.cryptoFramework
Class name: Verify
Method or attribute name: init(pubKey : PubKey, callback : AsyncCallback\) : void;|@ohos.security.cryptoFramework.d.ts| +|Added|NA|Module name: ohos.security.cryptoFramework
Class name: Verify
Method or attribute name: init(pubKey : PubKey) : Promise\;|@ohos.security.cryptoFramework.d.ts| +|Added|NA|Module name: ohos.security.cryptoFramework
Class name: Verify
Method or attribute name: update(data : DataBlob, callback : AsyncCallback\) : void;|@ohos.security.cryptoFramework.d.ts| +|Added|NA|Module name: ohos.security.cryptoFramework
Class name: Verify
Method or attribute name: update(data : DataBlob) : Promise\;|@ohos.security.cryptoFramework.d.ts| +|Added|NA|Module name: ohos.security.cryptoFramework
Class name: Verify
Method or attribute name: verify(data : DataBlob, signatureData : DataBlob, callback : AsyncCallback\) : void;|@ohos.security.cryptoFramework.d.ts| +|Added|NA|Module name: ohos.security.cryptoFramework
Class name: Verify
Method or attribute name: verify(data : DataBlob, signatureData : DataBlob) : Promise\;|@ohos.security.cryptoFramework.d.ts| +|Added|NA|Module name: ohos.security.cryptoFramework
Class name: Verify
Method or attribute name: readonly algName : string;|@ohos.security.cryptoFramework.d.ts| +|Added|NA|Module name: ohos.security.cryptoFramework
Class name: cryptoFramework
Method or attribute name: function createSign(algName : string) : Sign;|@ohos.security.cryptoFramework.d.ts| +|Added|NA|Module name: ohos.security.cryptoFramework
Class name: cryptoFramework
Method or attribute name: function createVerify(algName : string) : Verify;|@ohos.security.cryptoFramework.d.ts| +|Added|NA|Module name: ohos.security.cryptoFramework
Class name: KeyAgreement|@ohos.security.cryptoFramework.d.ts| +|Added|NA|Module name: ohos.security.cryptoFramework
Class name: KeyAgreement
Method or attribute name: generateSecret(priKey : PriKey, pubKey : PubKey, callback : AsyncCallback\) : void;|@ohos.security.cryptoFramework.d.ts| +|Added|NA|Module name: ohos.security.cryptoFramework
Class name: KeyAgreement
Method or attribute name: generateSecret(priKey : PriKey, pubKey : PubKey) : Promise\;|@ohos.security.cryptoFramework.d.ts| +|Added|NA|Module name: ohos.security.cryptoFramework
Class name: KeyAgreement
Method or attribute name: readonly algName : string;|@ohos.security.cryptoFramework.d.ts| +|Added|NA|Module name: ohos.security.cryptoFramework
Class name: cryptoFramework
Method or attribute name: function createKeyAgreement(algName : string) : KeyAgreement;|@ohos.security.cryptoFramework.d.ts| +|Added|NA|Class name: huks
Method or attribute name: function generateKeyItem(keyAlias: string, options: HuksOptions, callback: AsyncCallback\) : void;|@ohos.security.huks.d.ts| +|Added|NA|Class name: huks
Method or attribute name: function generateKeyItem(keyAlias: string, options: HuksOptions) : Promise\;|@ohos.security.huks.d.ts| +|Added|NA|Class name: huks
Method or attribute name: function deleteKeyItem(keyAlias: string, options: HuksOptions, callback: AsyncCallback\) : void;|@ohos.security.huks.d.ts| +|Added|NA|Class name: huks
Method or attribute name: function deleteKeyItem(keyAlias: string, options: HuksOptions) : Promise\;|@ohos.security.huks.d.ts| +|Added|NA|Class name: huks
Method or attribute name: function importKeyItem(keyAlias: string, options: HuksOptions, callback: AsyncCallback\) : void;|@ohos.security.huks.d.ts| +|Added|NA|Class name: huks
Method or attribute name: function importKeyItem(keyAlias: string, options: HuksOptions) : Promise\;|@ohos.security.huks.d.ts| +|Added|NA|Class name: huks
Method or attribute name: function importWrappedKeyItem(keyAlias: string, wrappingKeyAlias: string, options: HuksOptions, callback: AsyncCallback\) : void;|@ohos.security.huks.d.ts| +|Added|NA|Class name: huks
Method or attribute name: function importWrappedKeyItem(keyAlias: string, wrappingKeyAlias: string, options: HuksOptions) : Promise\;|@ohos.security.huks.d.ts| +|Added|NA|Class name: huks
Method or attribute name: function exportKeyItem(keyAlias: string, options: HuksOptions, callback: AsyncCallback\) : void;|@ohos.security.huks.d.ts| +|Added|NA|Class name: huks
Method or attribute name: function exportKeyItem(keyAlias: string, options: HuksOptions) : Promise\;|@ohos.security.huks.d.ts| +|Added|NA|Class name: huks
Method or attribute name: function getKeyItemProperties(keyAlias: string, options: HuksOptions, callback: AsyncCallback\) : void;|@ohos.security.huks.d.ts| +|Added|NA|Class name: huks
Method or attribute name: function getKeyItemProperties(keyAlias: string, options: HuksOptions) : Promise\;|@ohos.security.huks.d.ts| +|Added|NA|Class name: huks
Method or attribute name: function isKeyItemExist(keyAlias: string, options: HuksOptions, callback: AsyncCallback\) : void;|@ohos.security.huks.d.ts| +|Added|NA|Class name: huks
Method or attribute name: function isKeyItemExist(keyAlias: string, options: HuksOptions) : Promise\;|@ohos.security.huks.d.ts| +|Added|NA|Class name: huks
Method or attribute name: function initSession(keyAlias: string, options: HuksOptions, callback: AsyncCallback\) : void;|@ohos.security.huks.d.ts| +|Added|NA|Class name: huks
Method or attribute name: function initSession(keyAlias: string, options: HuksOptions) : Promise\;|@ohos.security.huks.d.ts| +|Added|NA|Class name: huks
Method or attribute name: function updateSession(handle: number, options: HuksOptions, callback: AsyncCallback\) : void;|@ohos.security.huks.d.ts| +|Added|NA|Class name: huks
Method or attribute name: function updateSession(handle: number, options: HuksOptions, token: Uint8Array, callback: AsyncCallback\) : void;|@ohos.security.huks.d.ts| +|Added|NA|Class name: huks
Method or attribute name: function updateSession(handle: number, options: HuksOptions, token?: Uint8Array) : Promise\;|@ohos.security.huks.d.ts| +|Added|NA|Class name: huks
Method or attribute name: function finishSession(handle: number, options: HuksOptions, callback: AsyncCallback\) : void;|@ohos.security.huks.d.ts| +|Added|NA|Class name: huks
Method or attribute name: function finishSession(handle: number, options: HuksOptions, token: Uint8Array, callback: AsyncCallback\) : void;|@ohos.security.huks.d.ts| +|Added|NA|Class name: huks
Method or attribute name: function finishSession(handle: number, options: HuksOptions, token?: Uint8Array) : Promise\;|@ohos.security.huks.d.ts| +|Added|NA|Class name: huks
Method or attribute name: function abortSession(handle: number, options: HuksOptions, callback: AsyncCallback\) : void;|@ohos.security.huks.d.ts| +|Added|NA|Class name: huks
Method or attribute name: function abortSession(handle: number, options: HuksOptions) : Promise\;|@ohos.security.huks.d.ts| +|Added|NA|Class name: huks
Method or attribute name: function attestKeyItem(keyAlias: string, options: HuksOptions, callback: AsyncCallback\) : void;|@ohos.security.huks.d.ts| +|Added|NA|Class name: huks
Method or attribute name: function attestKeyItem(keyAlias: string, options: HuksOptions) : Promise\;|@ohos.security.huks.d.ts| +|Added|NA|Module name: ohos.security.huks
Class name: HuksSessionHandle|@ohos.security.huks.d.ts| +|Added|NA|Class name: HuksSessionHandle
Method or attribute name: |@ohos.security.huks.d.ts| +|Added|NA|Module name: ohos.security.huks
Class name: HuksSessionHandle
Method or attribute name: handle: number;|@ohos.security.huks.d.ts| +|Added|NA|Class name: HuksSessionHandle
Method or attribute name: handle: number;|@ohos.security.huks.d.ts| +|Added|NA|Module name: ohos.security.huks
Class name: HuksSessionHandle
Method or attribute name: challenge?: Uint8Array;|@ohos.security.huks.d.ts| +|Added|NA|Class name: HuksSessionHandle
Method or attribute name: challenge?: Uint8Array;|@ohos.security.huks.d.ts| +|Added|NA|Module name: ohos.security.huks
Class name: HuksReturnResult|@ohos.security.huks.d.ts| +|Added|NA|Class name: HuksReturnResult
Method or attribute name: |@ohos.security.huks.d.ts| +|Added|NA|Module name: ohos.security.huks
Class name: HuksReturnResult
Method or attribute name: outData?: Uint8Array;|@ohos.security.huks.d.ts| +|Added|NA|Class name: HuksReturnResult
Method or attribute name: outData?: Uint8Array;|@ohos.security.huks.d.ts| +|Added|NA|Module name: ohos.security.huks
Class name: HuksReturnResult
Method or attribute name: properties?: Array\;|@ohos.security.huks.d.ts| +|Added|NA|Class name: HuksReturnResult
Method or attribute name: properties?: Array\;|@ohos.security.huks.d.ts| +|Added|NA|Module name: ohos.security.huks
Class name: HuksReturnResult
Method or attribute name: certChains?: Array\;|@ohos.security.huks.d.ts| +|Added|NA|Class name: HuksReturnResult
Method or attribute name: certChains?: Array\;|@ohos.security.huks.d.ts| +|Added|NA|Module name: ohos.security.huks
Class name: HuksExceptionErrCode|@ohos.security.huks.d.ts| +|Added|NA|Class name: HuksExceptionErrCode
Method or attribute name: |@ohos.security.huks.d.ts| +|Added|NA|Module name: ohos.security.huks
Class name: HuksExceptionErrCode
Method or attribute name: HUKS_ERR_CODE_PERMISSION_FAIL = 201|@ohos.security.huks.d.ts| +|Added|NA|Class name: HuksExceptionErrCode
Method or attribute name: HUKS_ERR_CODE_PERMISSION_FAIL = 201|@ohos.security.huks.d.ts| +|Added|NA|Module name: ohos.security.huks
Class name: HuksExceptionErrCode
Method or attribute name: HUKS_ERR_CODE_ILLEGAL_ARGUMENT = 401|@ohos.security.huks.d.ts| +|Added|NA|Class name: HuksExceptionErrCode
Method or attribute name: HUKS_ERR_CODE_ILLEGAL_ARGUMENT = 401|@ohos.security.huks.d.ts| +|Added|NA|Module name: ohos.security.huks
Class name: HuksExceptionErrCode
Method or attribute name: HUKS_ERR_CODE_NOT_SUPPORTED_API = 801|@ohos.security.huks.d.ts| +|Added|NA|Class name: HuksExceptionErrCode
Method or attribute name: HUKS_ERR_CODE_NOT_SUPPORTED_API = 801|@ohos.security.huks.d.ts| +|Added|NA|Module name: ohos.security.huks
Class name: HuksExceptionErrCode
Method or attribute name: HUKS_ERR_CODE_FEATURE_NOT_SUPPORTED = 12000001|@ohos.security.huks.d.ts| +|Added|NA|Class name: HuksExceptionErrCode
Method or attribute name: HUKS_ERR_CODE_FEATURE_NOT_SUPPORTED = 12000001|@ohos.security.huks.d.ts| +|Added|NA|Module name: ohos.security.huks
Class name: HuksExceptionErrCode
Method or attribute name: HUKS_ERR_CODE_MISSING_CRYPTO_ALG_ARGUMENT = 12000002|@ohos.security.huks.d.ts| +|Added|NA|Class name: HuksExceptionErrCode
Method or attribute name: HUKS_ERR_CODE_MISSING_CRYPTO_ALG_ARGUMENT = 12000002|@ohos.security.huks.d.ts| +|Added|NA|Module name: ohos.security.huks
Class name: HuksExceptionErrCode
Method or attribute name: HUKS_ERR_CODE_INVALID_CRYPTO_ALG_ARGUMENT = 12000003|@ohos.security.huks.d.ts| +|Added|NA|Class name: HuksExceptionErrCode
Method or attribute name: HUKS_ERR_CODE_INVALID_CRYPTO_ALG_ARGUMENT = 12000003|@ohos.security.huks.d.ts| +|Added|NA|Module name: ohos.security.huks
Class name: HuksExceptionErrCode
Method or attribute name: HUKS_ERR_CODE_FILE_OPERATION_FAIL = 12000004|@ohos.security.huks.d.ts| +|Added|NA|Class name: HuksExceptionErrCode
Method or attribute name: HUKS_ERR_CODE_FILE_OPERATION_FAIL = 12000004|@ohos.security.huks.d.ts| +|Added|NA|Module name: ohos.security.huks
Class name: HuksExceptionErrCode
Method or attribute name: HUKS_ERR_CODE_COMMUNICATION_FAIL = 12000005|@ohos.security.huks.d.ts| +|Added|NA|Class name: HuksExceptionErrCode
Method or attribute name: HUKS_ERR_CODE_COMMUNICATION_FAIL = 12000005|@ohos.security.huks.d.ts| +|Added|NA|Module name: ohos.security.huks
Class name: HuksExceptionErrCode
Method or attribute name: HUKS_ERR_CODE_CRYPTO_FAIL = 12000006|@ohos.security.huks.d.ts| +|Added|NA|Class name: HuksExceptionErrCode
Method or attribute name: HUKS_ERR_CODE_CRYPTO_FAIL = 12000006|@ohos.security.huks.d.ts| +|Added|NA|Module name: ohos.security.huks
Class name: HuksExceptionErrCode
Method or attribute name: HUKS_ERR_CODE_KEY_AUTH_PERMANENTLY_INVALIDATED = 12000007|@ohos.security.huks.d.ts| +|Added|NA|Class name: HuksExceptionErrCode
Method or attribute name: HUKS_ERR_CODE_KEY_AUTH_PERMANENTLY_INVALIDATED = 12000007|@ohos.security.huks.d.ts| +|Added|NA|Module name: ohos.security.huks
Class name: HuksExceptionErrCode
Method or attribute name: HUKS_ERR_CODE_KEY_AUTH_VERIFY_FAILED = 12000008|@ohos.security.huks.d.ts| +|Added|NA|Class name: HuksExceptionErrCode
Method or attribute name: HUKS_ERR_CODE_KEY_AUTH_VERIFY_FAILED = 12000008|@ohos.security.huks.d.ts| +|Added|NA|Module name: ohos.security.huks
Class name: HuksExceptionErrCode
Method or attribute name: HUKS_ERR_CODE_KEY_AUTH_TIME_OUT = 12000009|@ohos.security.huks.d.ts| +|Added|NA|Class name: HuksExceptionErrCode
Method or attribute name: HUKS_ERR_CODE_KEY_AUTH_TIME_OUT = 12000009|@ohos.security.huks.d.ts| +|Added|NA|Module name: ohos.security.huks
Class name: HuksExceptionErrCode
Method or attribute name: HUKS_ERR_CODE_SESSION_LIMIT = 12000010|@ohos.security.huks.d.ts| +|Added|NA|Class name: HuksExceptionErrCode
Method or attribute name: HUKS_ERR_CODE_SESSION_LIMIT = 12000010|@ohos.security.huks.d.ts| +|Added|NA|Module name: ohos.security.huks
Class name: HuksExceptionErrCode
Method or attribute name: HUKS_ERR_CODE_ITEM_NOT_EXIST = 12000011|@ohos.security.huks.d.ts| +|Added|NA|Class name: HuksExceptionErrCode
Method or attribute name: HUKS_ERR_CODE_ITEM_NOT_EXIST = 12000011|@ohos.security.huks.d.ts| +|Added|NA|Module name: ohos.security.huks
Class name: HuksExceptionErrCode
Method or attribute name: HUKS_ERR_CODE_EXTERNAL_ERROR = 12000012|@ohos.security.huks.d.ts| +|Added|NA|Class name: HuksExceptionErrCode
Method or attribute name: HUKS_ERR_CODE_EXTERNAL_ERROR = 12000012|@ohos.security.huks.d.ts| +|Added|NA|Module name: ohos.security.huks
Class name: HuksExceptionErrCode
Method or attribute name: HUKS_ERR_CODE_CREDENTIAL_NOT_EXIST = 12000013|@ohos.security.huks.d.ts| +|Added|NA|Class name: HuksExceptionErrCode
Method or attribute name: HUKS_ERR_CODE_CREDENTIAL_NOT_EXIST = 12000013|@ohos.security.huks.d.ts| +|Added|NA|Module name: ohos.security.huks
Class name: HuksExceptionErrCode
Method or attribute name: HUKS_ERR_CODE_INSUFFICIENT_MEMORY = 12000014|@ohos.security.huks.d.ts| +|Added|NA|Class name: HuksExceptionErrCode
Method or attribute name: HUKS_ERR_CODE_INSUFFICIENT_MEMORY = 12000014|@ohos.security.huks.d.ts| +|Added|NA|Module name: ohos.security.huks
Class name: HuksExceptionErrCode
Method or attribute name: HUKS_ERR_CODE_CALL_SERVICE_FAILED = 12000015|@ohos.security.huks.d.ts| +|Added|NA|Class name: HuksExceptionErrCode
Method or attribute name: HUKS_ERR_CODE_CALL_SERVICE_FAILED = 12000015|@ohos.security.huks.d.ts| +|Added|NA|Module name: ohos.security.huks
Class name: HuksKeyDigest
Method or attribute name: HUKS_DIGEST_SM3 = 2|@ohos.security.huks.d.ts| +|Added|NA|Class name: HuksKeyDigest
Method or attribute name: HUKS_DIGEST_SM3 = 2|@ohos.security.huks.d.ts| +|Added|NA|Module name: ohos.security.huks
Class name: HuksKeySize
Method or attribute name: HUKS_SM2_KEY_SIZE_256 = 256|@ohos.security.huks.d.ts| +|Added|NA|Class name: HuksKeySize
Method or attribute name: HUKS_SM2_KEY_SIZE_256 = 256|@ohos.security.huks.d.ts| +|Added|NA|Module name: ohos.security.huks
Class name: HuksKeySize
Method or attribute name: HUKS_SM4_KEY_SIZE_128 = 128|@ohos.security.huks.d.ts| +|Added|NA|Class name: HuksKeySize
Method or attribute name: HUKS_SM4_KEY_SIZE_128 = 128|@ohos.security.huks.d.ts| +|Added|NA|Module name: ohos.security.huks
Class name: HuksKeyAlg
Method or attribute name: HUKS_ALG_SM2 = 150|@ohos.security.huks.d.ts| +|Added|NA|Class name: HuksKeyAlg
Method or attribute name: HUKS_ALG_SM2 = 150|@ohos.security.huks.d.ts| +|Added|NA|Module name: ohos.security.huks
Class name: HuksKeyAlg
Method or attribute name: HUKS_ALG_SM3 = 151|@ohos.security.huks.d.ts| +|Added|NA|Class name: HuksKeyAlg
Method or attribute name: HUKS_ALG_SM3 = 151|@ohos.security.huks.d.ts| +|Added|NA|Module name: ohos.security.huks
Class name: HuksKeyAlg
Method or attribute name: HUKS_ALG_SM4 = 152|@ohos.security.huks.d.ts| +|Added|NA|Class name: HuksKeyAlg
Method or attribute name: HUKS_ALG_SM4 = 152|@ohos.security.huks.d.ts| +|Added|NA|Module name: ohos.security.huks
Class name: HuksUnwrapSuite|@ohos.security.huks.d.ts| +|Added|NA|Class name: HuksUnwrapSuite
Method or attribute name: |@ohos.security.huks.d.ts| +|Added|NA|Module name: ohos.security.huks
Class name: HuksUnwrapSuite
Method or attribute name: HUKS_UNWRAP_SUITE_X25519_AES_256_GCM_NOPADDING = 1|@ohos.security.huks.d.ts| +|Added|NA|Class name: HuksUnwrapSuite
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
Class name: HuksUnwrapSuite
Method or attribute name: HUKS_UNWRAP_SUITE_ECDH_AES_256_GCM_NOPADDING = 2|@ohos.security.huks.d.ts| +|Added|NA|Class name: HuksUnwrapSuite
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
Class name: HuksImportKeyType|@ohos.security.huks.d.ts| +|Added|NA|Class name: HuksImportKeyType
Method or attribute name: |@ohos.security.huks.d.ts| +|Added|NA|Module name: ohos.security.huks
Class name: HuksImportKeyType
Method or attribute name: HUKS_KEY_TYPE_PUBLIC_KEY = 0|@ohos.security.huks.d.ts| +|Added|NA|Class name: HuksImportKeyType
Method or attribute name: HUKS_KEY_TYPE_PUBLIC_KEY = 0|@ohos.security.huks.d.ts| +|Added|NA|Module name: ohos.security.huks
Class name: HuksImportKeyType
Method or attribute name: HUKS_KEY_TYPE_PRIVATE_KEY = 1|@ohos.security.huks.d.ts| +|Added|NA|Class name: HuksImportKeyType
Method or attribute name: HUKS_KEY_TYPE_PRIVATE_KEY = 1|@ohos.security.huks.d.ts| +|Added|NA|Module name: ohos.security.huks
Class name: HuksImportKeyType
Method or attribute name: HUKS_KEY_TYPE_KEY_PAIR = 2|@ohos.security.huks.d.ts| +|Added|NA|Class name: HuksImportKeyType
Method or attribute name: HUKS_KEY_TYPE_KEY_PAIR = 2|@ohos.security.huks.d.ts| +|Added|NA|Module name: ohos.security.huks
Class name: HuksUserAuthType|@ohos.security.huks.d.ts| +|Added|NA|Class name: HuksUserAuthType
Method or attribute name: |@ohos.security.huks.d.ts| +|Added|NA|Module name: ohos.security.huks
Class name: HuksUserAuthType
Method or attribute name: HUKS_USER_AUTH_TYPE_FINGERPRINT = 1 \<\< 0|@ohos.security.huks.d.ts| +|Added|NA|Class name: HuksUserAuthType
Method or attribute name: HUKS_USER_AUTH_TYPE_FINGERPRINT = 1 \<\< 0|@ohos.security.huks.d.ts| +|Added|NA|Module name: ohos.security.huks
Class name: HuksUserAuthType
Method or attribute name: HUKS_USER_AUTH_TYPE_FACE = 1 \<\< 1|@ohos.security.huks.d.ts| +|Added|NA|Class name: HuksUserAuthType
Method or attribute name: HUKS_USER_AUTH_TYPE_FACE = 1 \<\< 1|@ohos.security.huks.d.ts| +|Added|NA|Module name: ohos.security.huks
Class name: HuksUserAuthType
Method or attribute name: HUKS_USER_AUTH_TYPE_PIN = 1 \<\< 2|@ohos.security.huks.d.ts| +|Added|NA|Class name: HuksUserAuthType
Method or attribute name: HUKS_USER_AUTH_TYPE_PIN = 1 \<\< 2|@ohos.security.huks.d.ts| +|Added|NA|Module name: ohos.security.huks
Class name: HuksAuthAccessType|@ohos.security.huks.d.ts| +|Added|NA|Class name: HuksAuthAccessType
Method or attribute name: |@ohos.security.huks.d.ts| +|Added|NA|Module name: ohos.security.huks
Class name: HuksAuthAccessType
Method or attribute name: HUKS_AUTH_ACCESS_INVALID_CLEAR_PASSWORD = 1 \<\< 0|@ohos.security.huks.d.ts| +|Added|NA|Class name: HuksAuthAccessType
Method or attribute name: HUKS_AUTH_ACCESS_INVALID_CLEAR_PASSWORD = 1 \<\< 0|@ohos.security.huks.d.ts| +|Added|NA|Module name: ohos.security.huks
Class name: HuksAuthAccessType
Method or attribute name: HUKS_AUTH_ACCESS_INVALID_NEW_BIO_ENROLL = 1 \<\< 1|@ohos.security.huks.d.ts| +|Added|NA|Class name: HuksAuthAccessType
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
Class name: HuksChallengeType|@ohos.security.huks.d.ts| +|Added|NA|Class name: HuksChallengeType
Method or attribute name: |@ohos.security.huks.d.ts| +|Added|NA|Module name: ohos.security.huks
Class name: HuksChallengeType
Method or attribute name: HUKS_CHALLENGE_TYPE_NORMAL = 0|@ohos.security.huks.d.ts| +|Added|NA|Class name: HuksChallengeType
Method or attribute name: HUKS_CHALLENGE_TYPE_NORMAL = 0|@ohos.security.huks.d.ts| +|Added|NA|Module name: ohos.security.huks
Class name: HuksChallengeType
Method or attribute name: HUKS_CHALLENGE_TYPE_CUSTOM = 1|@ohos.security.huks.d.ts| +|Added|NA|Class name: HuksChallengeType
Method or attribute name: HUKS_CHALLENGE_TYPE_CUSTOM = 1|@ohos.security.huks.d.ts| +|Added|NA|Module name: ohos.security.huks
Class name: HuksChallengeType
Method or attribute name: HUKS_CHALLENGE_TYPE_NONE = 2|@ohos.security.huks.d.ts| +|Added|NA|Class name: HuksChallengeType
Method or attribute name: HUKS_CHALLENGE_TYPE_NONE = 2|@ohos.security.huks.d.ts| +|Added|NA|Module name: ohos.security.huks
Class name: HuksChallengePosition|@ohos.security.huks.d.ts| +|Added|NA|Class name: HuksChallengePosition
Method or attribute name: |@ohos.security.huks.d.ts| +|Added|NA|Module name: ohos.security.huks
Class name: HuksChallengePosition
Method or attribute name: HUKS_CHALLENGE_POS_0 = 0|@ohos.security.huks.d.ts| +|Added|NA|Class name: HuksChallengePosition
Method or attribute name: HUKS_CHALLENGE_POS_0 = 0|@ohos.security.huks.d.ts| +|Added|NA|Module name: ohos.security.huks
Class name: HuksChallengePosition
Method or attribute name: HUKS_CHALLENGE_POS_1|@ohos.security.huks.d.ts| +|Added|NA|Class name: HuksChallengePosition
Method or attribute name: HUKS_CHALLENGE_POS_1|@ohos.security.huks.d.ts| +|Added|NA|Module name: ohos.security.huks
Class name: HuksChallengePosition
Method or attribute name: HUKS_CHALLENGE_POS_2|@ohos.security.huks.d.ts| +|Added|NA|Class name: HuksChallengePosition
Method or attribute name: HUKS_CHALLENGE_POS_2|@ohos.security.huks.d.ts| +|Added|NA|Module name: ohos.security.huks
Class name: HuksChallengePosition
Method or attribute name: HUKS_CHALLENGE_POS_3|@ohos.security.huks.d.ts| +|Added|NA|Class name: HuksChallengePosition
Method or attribute name: HUKS_CHALLENGE_POS_3|@ohos.security.huks.d.ts| +|Added|NA|Module name: ohos.security.huks
Class name: HuksSecureSignType|@ohos.security.huks.d.ts| +|Added|NA|Class name: HuksSecureSignType
Method or attribute name: |@ohos.security.huks.d.ts| +|Added|NA|Module name: ohos.security.huks
Class name: HuksSecureSignType
Method or attribute name: HUKS_SECURE_SIGN_WITH_AUTHINFO = 1|@ohos.security.huks.d.ts| +|Added|NA|Class name: HuksSecureSignType
Method or attribute name: HUKS_SECURE_SIGN_WITH_AUTHINFO = 1|@ohos.security.huks.d.ts| +|Added|NA|Class name: HuksTag
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
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
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
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
Method or attribute name: HUKS_TAG_CHALLENGE_TYPE = HuksTagType.HUKS_TAG_TYPE_UINT \| 309|@ohos.security.huks.d.ts| +|Added|NA|Class name: HuksTag
Method or attribute name: HUKS_TAG_CHALLENGE_POS = HuksTagType.HUKS_TAG_TYPE_UINT \| 310|@ohos.security.huks.d.ts| +|Added|NA|Module name: PermissionRequestResult
Class name: PermissionRequestResult|PermissionRequestResult.d.ts| +|Added|NA|Module name: PermissionRequestResult
Class name: PermissionRequestResult
Method or attribute name: permissions: Array\;|PermissionRequestResult.d.ts| +|Added|NA|Module name: PermissionRequestResult
Class name: PermissionRequestResult
Method or attribute name: authResults: Array\;|PermissionRequestResult.d.ts| +|Deprecated version changed|Class name: AtManager
Method or attribute name: verifyAccessToken(tokenID: number, permissionName: string): Promise\;
Deprecated version: N/A|Class name: AtManager
Method or attribute name: verifyAccessToken(tokenID: number, permissionName: string): Promise\;
Deprecated version: 9
Substitute API: ohos.abilityAccessCtrl.AtManager|@ohos.abilityAccessCtrl.d.ts| +|Deprecated version changed|Class name: huks
Method or attribute name: function generateKey(keyAlias: string, options: HuksOptions, callback: AsyncCallback\) : void;
Deprecated version: N/A|Class name: huks
Method or attribute name: function generateKey(keyAlias: string, options: HuksOptions, callback: AsyncCallback\) : void;
Deprecated version: 9
Substitute API: ohos.security.huks.generateKeyItem |@ohos.security.huks.d.ts| +|Deprecated version changed|Class name: huks
Method or attribute name: function generateKey(keyAlias: string, options: HuksOptions) : Promise\;
Deprecated version: N/A|Class name: huks
Method or attribute name: function generateKey(keyAlias: string, options: HuksOptions) : Promise\;
Deprecated version: 9
Substitute API: ohos.security.huks.generateKeyItem |@ohos.security.huks.d.ts| +|Deprecated version changed|Class name: huks
Method or attribute name: function deleteKey(keyAlias: string, options: HuksOptions, callback: AsyncCallback\) : void;
Deprecated version: N/A|Class name: huks
Method or attribute name: function deleteKey(keyAlias: string, options: HuksOptions, callback: AsyncCallback\) : void;
Deprecated version: 9
Substitute API: ohos.security.huks.deleteKeyItem |@ohos.security.huks.d.ts| +|Deprecated version changed|Class name: huks
Method or attribute name: function deleteKey(keyAlias: string, options: HuksOptions) : Promise\;
Deprecated version: N/A|Class name: huks
Method or attribute name: function deleteKey(keyAlias: string, options: HuksOptions) : Promise\;
Deprecated version: 9
Substitute API: ohos.security.huks.deleteKeyItem |@ohos.security.huks.d.ts| +|Deprecated version changed|Class name: huks
Method or attribute name: function importKey(keyAlias: string, options: HuksOptions, callback: AsyncCallback\) : void;
Deprecated version: N/A|Class name: huks
Method or attribute name: function importKey(keyAlias: string, options: HuksOptions, callback: AsyncCallback\) : void;
Deprecated version: 9
Substitute API: ohos.security.huks.importKeyItem |@ohos.security.huks.d.ts| +|Deprecated version changed|Class name: huks
Method or attribute name: function importKey(keyAlias: string, options: HuksOptions) : Promise\;
Deprecated version: N/A|Class name: huks
Method or attribute name: function importKey(keyAlias: string, options: HuksOptions) : Promise\;
Deprecated version: 9
Substitute API: ohos.security.huks.importKeyItem |@ohos.security.huks.d.ts| +|Deprecated version changed|Class name: huks
Method or attribute name: function exportKey(keyAlias: string, options: HuksOptions, callback: AsyncCallback\) : void;
Deprecated version: N/A|Class name: huks
Method or attribute name: function exportKey(keyAlias: string, options: HuksOptions, callback: AsyncCallback\) : void;
Deprecated version: 9
Substitute API: ohos.security.huks.exportKeyItem |@ohos.security.huks.d.ts| +|Deprecated version changed|Class name: huks
Method or attribute name: function exportKey(keyAlias: string, options: HuksOptions) : Promise\;
Deprecated version: N/A|Class name: huks
Method or attribute name: function exportKey(keyAlias: string, options: HuksOptions) : Promise\;
Deprecated version: 9
Substitute API: ohos.security.huks.exportKeyItem |@ohos.security.huks.d.ts| +|Deprecated version changed|Class name: huks
Method or attribute name: function getKeyProperties(keyAlias: string, options: HuksOptions, callback: AsyncCallback\) : void;
Deprecated version: N/A|Class name: huks
Method or attribute name: function getKeyProperties(keyAlias: string, options: HuksOptions, callback: AsyncCallback\) : void;
Deprecated version: 9
Substitute API: ohos.security.huks.getKeyItemProperties |@ohos.security.huks.d.ts| +|Deprecated version changed|Class name: huks
Method or attribute name: function getKeyProperties(keyAlias: string, options: HuksOptions) : Promise\;
Deprecated version: N/A|Class name: huks
Method or attribute name: function getKeyProperties(keyAlias: string, options: HuksOptions) : Promise\;
Deprecated version: 9
Substitute API: ohos.security.huks.getKeyItemProperties |@ohos.security.huks.d.ts| +|Deprecated version changed|Class name: huks
Method or attribute name: function isKeyExist(keyAlias: string, options: HuksOptions, callback: AsyncCallback\) : void;
Deprecated version: N/A|Class name: huks
Method or attribute name: function isKeyExist(keyAlias: string, options: HuksOptions, callback: AsyncCallback\) : void;
Deprecated version: 9
Substitute API: ohos.security.huks.isKeyItemExist |@ohos.security.huks.d.ts| +|Deprecated version changed|Class name: huks
Method or attribute name: function isKeyExist(keyAlias: string, options: HuksOptions) : Promise\;
Deprecated version: N/A|Class name: huks
Method or attribute name: function isKeyExist(keyAlias: string, options: HuksOptions) : Promise\;
Deprecated version: 9
Substitute API: ohos.security.huks.isKeyItemExist |@ohos.security.huks.d.ts| +|Deprecated version changed|Class name: huks
Method or attribute name: function init(keyAlias: string, options: HuksOptions, callback: AsyncCallback\) : void;
Deprecated version: N/A|Class name: huks
Method or attribute name: function init(keyAlias: string, options: HuksOptions, callback: AsyncCallback\) : void;
Deprecated version: 9
Substitute API: ohos.security.huks.initSession |@ohos.security.huks.d.ts| +|Deprecated version changed|Class name: huks
Method or attribute name: function init(keyAlias: string, options: HuksOptions) : Promise\;
Deprecated version: N/A|Class name: huks
Method or attribute name: function init(keyAlias: string, options: HuksOptions) : Promise\;
Deprecated version: 9
Substitute API: ohos.security.huks.initSession |@ohos.security.huks.d.ts| +|Deprecated version changed|Class name: huks
Method or attribute name: function update(handle: number, token?: Uint8Array, options: HuksOptions, callback: AsyncCallback\) : void;
Deprecated version: N/A|Class name: huks
Method or attribute name: function update(handle: number, token?: Uint8Array, options: HuksOptions, callback: AsyncCallback\) : void;
Deprecated version: 9
Substitute API: ohos.security.huks.updateSession |@ohos.security.huks.d.ts| +|Deprecated version changed|Class name: huks
Method or attribute name: function update(handle: number, token?: Uint8Array, options: HuksOptions) : Promise\;
Deprecated version: N/A|Class name: huks
Method or attribute name: function update(handle: number, token?: Uint8Array, options: HuksOptions) : Promise\;
Deprecated version: 9
Substitute API: ohos.security.huks.updateSession |@ohos.security.huks.d.ts| +|Deprecated version changed|Class name: huks
Method or attribute name: function finish(handle: number, options: HuksOptions, callback: AsyncCallback\) : void;
Deprecated version: N/A|Class name: huks
Method or attribute name: function finish(handle: number, options: HuksOptions, callback: AsyncCallback\) : void;
Deprecated version: 9
Substitute API: ohos.security.huks.finishSession |@ohos.security.huks.d.ts| +|Deprecated version changed|Class name: huks
Method or attribute name: function finish(handle: number, options: HuksOptions) : Promise\;
Deprecated version: N/A|Class name: huks
Method or attribute name: function finish(handle: number, options: HuksOptions) : Promise\;
Deprecated version: 9
Substitute API: ohos.security.huks.finishSession |@ohos.security.huks.d.ts| +|Deprecated version changed|Class name: huks
Method or attribute name: function abort(handle: number, options: HuksOptions, callback: AsyncCallback\) : void;
Deprecated version: N/A|Class name: huks
Method or attribute name: function abort(handle: number, options: HuksOptions, callback: AsyncCallback\) : void;
Deprecated version: 9
Substitute API: ohos.security.huks.abortSession |@ohos.security.huks.d.ts| +|Deprecated version changed|Class name: huks
Method or attribute name: function abort(handle: number, options: HuksOptions) : Promise\;
Deprecated version: N/A|Class name: huks
Method or attribute name: function abort(handle: number, options: HuksOptions) : Promise\;
Deprecated version: 9
Substitute API: ohos.security.huks.abortSession |@ohos.security.huks.d.ts| +|Deprecated version changed|Class name: HuksHandle
Deprecated version: N/A|Class name: HuksHandle
Deprecated version: 9
Substitute API: ohos.security.huks.HuksSessionHandle |@ohos.security.huks.d.ts| +|Deprecated version changed|Class name: HuksResult
Deprecated version: N/A|Class name: HuksResult
Deprecated version: 9
Substitute API: ohos.security.huks.HuksReturnResult |@ohos.security.huks.d.ts| +|Deprecated version changed|Class name: HuksErrorCode
Deprecated version: N/A|Class name: HuksErrorCode
Deprecated version: 9
Substitute API: ohos.security.huks.HuksExceptionErrCode |@ohos.security.huks.d.ts| +|Deprecated version changed|Class name: HuksTag
Method or attribute name: HUKS_TAG_INVALID = HuksTagType.HUKS_TAG_TYPE_INVALID \| 0
Deprecated version: N/A|Class name: HuksTag
Method or attribute name: HUKS_TAG_INVALID = HuksTagType.HUKS_TAG_TYPE_INVALID \| 0
Deprecated version: 9
Substitute API: N/A|@ohos.security.huks.d.ts| +|Deprecated version changed|Class name: HuksTag
Method or attribute name: HUKS_TAG_PWD = HuksTagType.HUKS_TAG_TYPE_BYTES \| 13
Deprecated version: N/A|Class name: HuksTag
Method or attribute name: HUKS_TAG_PWD = HuksTagType.HUKS_TAG_TYPE_BYTES \| 13
Deprecated version: 9
Substitute API: N/A|@ohos.security.huks.d.ts| +|Deprecated version changed|Class name: HuksTag
Method or attribute name: HUKS_TAG_DERIVE_MAIN_KEY = HuksTagType.HUKS_TAG_TYPE_BYTES \| 16
Deprecated version: N/A|Class name: HuksTag
Method or attribute name: HUKS_TAG_DERIVE_MAIN_KEY = HuksTagType.HUKS_TAG_TYPE_BYTES \| 16
Deprecated version: 9
Substitute API: N/A|@ohos.security.huks.d.ts| +|Deprecated version changed|Class name: HuksTag
Method or attribute name: HUKS_TAG_DERIVE_FACTOR = HuksTagType.HUKS_TAG_TYPE_BYTES \| 17
Deprecated version: N/A|Class name: HuksTag
Method or attribute name: HUKS_TAG_DERIVE_FACTOR = HuksTagType.HUKS_TAG_TYPE_BYTES \| 17
Deprecated version: 9
Substitute API: N/A|@ohos.security.huks.d.ts| +|Deprecated version changed|Class name: HuksTag
Method or attribute name: HUKS_TAG_DERIVE_ALG = HuksTagType.HUKS_TAG_TYPE_UINT \| 18
Deprecated version: N/A|Class name: HuksTag
Method or attribute name: HUKS_TAG_DERIVE_ALG = HuksTagType.HUKS_TAG_TYPE_UINT \| 18
Deprecated version: 9
Substitute API: N/A|@ohos.security.huks.d.ts| +|Deprecated version changed|Class name: HuksTag
Method or attribute name: HUKS_TAG_ACTIVE_DATETIME = HuksTagType.HUKS_TAG_TYPE_ULONG \| 201
Deprecated version: N/A|Class name: HuksTag
Method or attribute name: HUKS_TAG_ACTIVE_DATETIME = HuksTagType.HUKS_TAG_TYPE_ULONG \| 201
Deprecated version: 9
Substitute API: N/A|@ohos.security.huks.d.ts| +|Deprecated version changed|Class name: HuksTag
Method or attribute name: HUKS_TAG_ORIGINATION_EXPIRE_DATETIME = HuksTagType.HUKS_TAG_TYPE_ULONG \| 202
Deprecated version: N/A|Class name: HuksTag
Method or attribute name: HUKS_TAG_ORIGINATION_EXPIRE_DATETIME = HuksTagType.HUKS_TAG_TYPE_ULONG \| 202
Deprecated version: 9
Substitute API: N/A|@ohos.security.huks.d.ts| +|Deprecated version changed|Class name: HuksTag
Method or attribute name: HUKS_TAG_USAGE_EXPIRE_DATETIME = HuksTagType.HUKS_TAG_TYPE_ULONG \| 203
Deprecated version: N/A|Class name: HuksTag
Method or attribute name: HUKS_TAG_USAGE_EXPIRE_DATETIME = HuksTagType.HUKS_TAG_TYPE_ULONG \| 203
Deprecated version: 9
Substitute API: N/A|@ohos.security.huks.d.ts| +|Deprecated version changed|Class name: HuksTag
Method or attribute name: HUKS_TAG_CREATION_DATETIME = HuksTagType.HUKS_TAG_TYPE_ULONG \| 204
Deprecated version: N/A|Class name: HuksTag
Method or attribute name: HUKS_TAG_CREATION_DATETIME = HuksTagType.HUKS_TAG_TYPE_ULONG \| 204
Deprecated version: 9
Substitute API: N/A|@ohos.security.huks.d.ts| +|Deprecated version changed|Class name: HuksTag
Method or attribute name: HUKS_TAG_ATTESTATION_ID_BRAND = HuksTagType.HUKS_TAG_TYPE_BYTES \| 503
Deprecated version: N/A|Class name: HuksTag
Method or attribute name: HUKS_TAG_ATTESTATION_ID_BRAND = HuksTagType.HUKS_TAG_TYPE_BYTES \| 503
Deprecated version: 9
Substitute API: N/A|@ohos.security.huks.d.ts| +|Deprecated version changed|Class name: HuksTag
Method or attribute name: HUKS_TAG_ATTESTATION_ID_DEVICE = HuksTagType.HUKS_TAG_TYPE_BYTES \| 504
Deprecated version: N/A|Class name: HuksTag
Method or attribute name: HUKS_TAG_ATTESTATION_ID_DEVICE = HuksTagType.HUKS_TAG_TYPE_BYTES \| 504
Deprecated version: 9
Substitute API: N/A|@ohos.security.huks.d.ts| +|Deprecated version changed|Class name: HuksTag
Method or attribute name: HUKS_TAG_ATTESTATION_ID_PRODUCT = HuksTagType.HUKS_TAG_TYPE_BYTES \| 505
Deprecated version: N/A|Class name: HuksTag
Method or attribute name: HUKS_TAG_ATTESTATION_ID_PRODUCT = HuksTagType.HUKS_TAG_TYPE_BYTES \| 505
Deprecated version: 9
Substitute API: N/A|@ohos.security.huks.d.ts| +|Deprecated version changed|Class name: HuksTag
Method or attribute name: HUKS_TAG_ATTESTATION_ID_SERIAL = HuksTagType.HUKS_TAG_TYPE_BYTES \| 506
Deprecated version: N/A|Class name: HuksTag
Method or attribute name: HUKS_TAG_ATTESTATION_ID_SERIAL = HuksTagType.HUKS_TAG_TYPE_BYTES \| 506
Deprecated version: 9
Substitute API: N/A|@ohos.security.huks.d.ts| +|Deprecated version changed|Class name: HuksTag
Method or attribute name: HUKS_TAG_ATTESTATION_ID_IMEI = HuksTagType.HUKS_TAG_TYPE_BYTES \| 507
Deprecated version: N/A|Class name: HuksTag
Method or attribute name: HUKS_TAG_ATTESTATION_ID_IMEI = HuksTagType.HUKS_TAG_TYPE_BYTES \| 507
Deprecated version: 9
Substitute API: N/A|@ohos.security.huks.d.ts| +|Deprecated version changed|Class name: HuksTag
Method or attribute name: HUKS_TAG_ATTESTATION_ID_MEID = HuksTagType.HUKS_TAG_TYPE_BYTES \| 508
Deprecated version: N/A|Class name: HuksTag
Method or attribute name: HUKS_TAG_ATTESTATION_ID_MEID = HuksTagType.HUKS_TAG_TYPE_BYTES \| 508
Deprecated version: 9
Substitute API: N/A|@ohos.security.huks.d.ts| +|Deprecated version changed|Class name: HuksTag
Method or attribute name: HUKS_TAG_ATTESTATION_ID_MANUFACTURER = HuksTagType.HUKS_TAG_TYPE_BYTES \| 509
Deprecated version: N/A|Class name: HuksTag
Method or attribute name: HUKS_TAG_ATTESTATION_ID_MANUFACTURER = HuksTagType.HUKS_TAG_TYPE_BYTES \| 509
Deprecated version: 9
Substitute API: N/A|@ohos.security.huks.d.ts| +|Deprecated version changed|Class name: HuksTag
Method or attribute name: HUKS_TAG_ATTESTATION_ID_MODEL = HuksTagType.HUKS_TAG_TYPE_BYTES \| 510
Deprecated version: N/A|Class name: HuksTag
Method or attribute name: HUKS_TAG_ATTESTATION_ID_MODEL = HuksTagType.HUKS_TAG_TYPE_BYTES \| 510
Deprecated version: 9
Substitute API: N/A|@ohos.security.huks.d.ts| +|Deprecated version changed|Class name: HuksTag
Method or attribute name: HUKS_TAG_ATTESTATION_ID_SOCID = HuksTagType.HUKS_TAG_TYPE_BYTES \| 512
Deprecated version: N/A|Class name: HuksTag
Method or attribute name: HUKS_TAG_ATTESTATION_ID_SOCID = HuksTagType.HUKS_TAG_TYPE_BYTES \| 512
Deprecated version: 9
Substitute API: N/A|@ohos.security.huks.d.ts| +|Deprecated version changed|Class name: HuksTag
Method or attribute name: HUKS_TAG_ATTESTATION_ID_UDID = HuksTagType.HUKS_TAG_TYPE_BYTES \| 513
Deprecated version: N/A|Class name: HuksTag
Method or attribute name: HUKS_TAG_ATTESTATION_ID_UDID = HuksTagType.HUKS_TAG_TYPE_BYTES \| 513
Deprecated version: 9
Substitute API: N/A|@ohos.security.huks.d.ts| +|Deprecated version changed|Class name: HuksTag
Method or attribute name: HUKS_TAG_SECURE_KEY_ALIAS = HuksTagType.HUKS_TAG_TYPE_BOOL \| 1009
Deprecated version: N/A|Class name: HuksTag
Method or attribute name: HUKS_TAG_SECURE_KEY_ALIAS = HuksTagType.HUKS_TAG_TYPE_BOOL \| 1009
Deprecated version: 9
Substitute API: N/A|@ohos.security.huks.d.ts| +|Deprecated version changed|Class name: HuksTag
Method or attribute name: HUKS_TAG_SECURE_KEY_UUID = HuksTagType.HUKS_TAG_TYPE_BYTES \| 1010
Deprecated version: N/A|Class name: HuksTag
Method or attribute name: HUKS_TAG_SECURE_KEY_UUID = HuksTagType.HUKS_TAG_TYPE_BYTES \| 1010
Deprecated version: 9
Substitute API: N/A|@ohos.security.huks.d.ts| +|Deprecated version changed|Class name: HuksTag
Method or attribute name: HUKS_TAG_PROCESS_NAME = HuksTagType.HUKS_TAG_TYPE_BYTES \| 10001
Deprecated version: N/A|Class name: HuksTag
Method or attribute name: HUKS_TAG_PROCESS_NAME = HuksTagType.HUKS_TAG_TYPE_BYTES \| 10001
Deprecated version: 9
Substitute API: N/A|@ohos.security.huks.d.ts| +|Deprecated version changed|Class name: HuksTag
Method or attribute name: HUKS_TAG_PACKAGE_NAME = HuksTagType.HUKS_TAG_TYPE_BYTES \| 10002
Deprecated version: N/A|Class name: HuksTag
Method or attribute name: HUKS_TAG_PACKAGE_NAME = HuksTagType.HUKS_TAG_TYPE_BYTES \| 10002
Deprecated version: 9
Substitute API: N/A|@ohos.security.huks.d.ts| +|Deprecated version changed|Class name: HuksTag
Method or attribute name: HUKS_TAG_ACCESS_TIME = HuksTagType.HUKS_TAG_TYPE_UINT \| 10003
Deprecated version: N/A|Class name: HuksTag
Method or attribute name: HUKS_TAG_ACCESS_TIME = HuksTagType.HUKS_TAG_TYPE_UINT \| 10003
Deprecated version: 9
Substitute API: N/A|@ohos.security.huks.d.ts| +|Deprecated version changed|Class name: HuksTag
Method or attribute name: HUKS_TAG_USES_TIME = HuksTagType.HUKS_TAG_TYPE_UINT \| 10004
Deprecated version: N/A|Class name: HuksTag
Method or attribute name: HUKS_TAG_USES_TIME = HuksTagType.HUKS_TAG_TYPE_UINT \| 10004
Deprecated version: 9
Substitute API: N/A|@ohos.security.huks.d.ts| +|Deprecated version changed|Class name: HuksTag
Method or attribute name: HUKS_TAG_CRYPTO_CTX = HuksTagType.HUKS_TAG_TYPE_ULONG \| 10005
Deprecated version: N/A|Class name: HuksTag
Method or attribute name: HUKS_TAG_CRYPTO_CTX = HuksTagType.HUKS_TAG_TYPE_ULONG \| 10005
Deprecated version: 9
Substitute API: N/A|@ohos.security.huks.d.ts| +|Deprecated version changed|Class name: HuksTag
Method or attribute name: HUKS_TAG_KEY_VERSION = HuksTagType.HUKS_TAG_TYPE_UINT \| 10007
Deprecated version: N/A|Class name: HuksTag
Method or attribute name: HUKS_TAG_KEY_VERSION = HuksTagType.HUKS_TAG_TYPE_UINT \| 10007
Deprecated version: 9
Substitute API: N/A|@ohos.security.huks.d.ts| +|Deprecated version changed|Class name: HuksTag
Method or attribute name: HUKS_TAG_PAYLOAD_LEN = HuksTagType.HUKS_TAG_TYPE_UINT \| 10008
Deprecated version: N/A|Class name: HuksTag
Method or attribute name: HUKS_TAG_PAYLOAD_LEN = HuksTagType.HUKS_TAG_TYPE_UINT \| 10008
Deprecated version: 9
Substitute API: N/A|@ohos.security.huks.d.ts| +|Deprecated version changed|Class name: HuksTag
Method or attribute name: HUKS_TAG_IS_KEY_HANDLE = HuksTagType.HUKS_TAG_TYPE_ULONG \| 10010
Deprecated version: N/A|Class name: HuksTag
Method or attribute name: HUKS_TAG_IS_KEY_HANDLE = HuksTagType.HUKS_TAG_TYPE_ULONG \| 10010
Deprecated version: 9
Substitute API: N/A|@ohos.security.huks.d.ts| +|Deprecated version changed|Class name: HuksTag
Method or attribute name: HUKS_TAG_OS_VERSION = HuksTagType.HUKS_TAG_TYPE_UINT \| 10101
Deprecated version: N/A|Class name: HuksTag
Method or attribute name: HUKS_TAG_OS_VERSION = HuksTagType.HUKS_TAG_TYPE_UINT \| 10101
Deprecated version: 9
Substitute API: N/A|@ohos.security.huks.d.ts| +|Deprecated version changed|Class name: HuksTag
Method or attribute name: HUKS_TAG_OS_PATCHLEVEL = HuksTagType.HUKS_TAG_TYPE_UINT \| 10102
Deprecated version: N/A|Class name: HuksTag
Method or attribute name: HUKS_TAG_OS_PATCHLEVEL = HuksTagType.HUKS_TAG_TYPE_UINT \| 10102
Deprecated version: 9
Substitute API: N/A|@ohos.security.huks.d.ts| +|Deprecated version changed|Class name: Cipher
Deprecated version: N/A|Class name: Cipher
Deprecated version: 9
Substitute API: ohos.security.cryptoFramework.Cipher |@system.cipher.d.ts| +|Deprecated version changed|Class name: Cipher
Method or attribute name: static rsa(options: CipherRsaOptions): void;
Deprecated version: N/A|Class name: Cipher
Method or attribute name: static rsa(options: CipherRsaOptions): void;
Deprecated version: 9
Substitute API: N/A|@system.cipher.d.ts| +|Deprecated version changed|Class name: Cipher
Method or attribute name: static aes(options: CipherAesOptions): void;
Deprecated version: N/A|Class name: Cipher
Method or attribute name: static aes(options: CipherAesOptions): void;
Deprecated version: 9
Substitute API: N/A|@system.cipher.d.ts| +|Initial version changed|Class name: HuksTag
Method or attribute name: HUKS_TAG_INVALID = HuksTagType.HUKS_TAG_TYPE_INVALID \| 0
Initial version: N/A|Class name: HuksTag
Method or attribute name: HUKS_TAG_INVALID = HuksTagType.HUKS_TAG_TYPE_INVALID \| 0
Initial version: 8|@ohos.security.huks.d.ts| +|Initial version changed|Class name: HuksTag
Method or attribute name: HUKS_TAG_PWD = HuksTagType.HUKS_TAG_TYPE_BYTES \| 13
Initial version: N/A|Class name: HuksTag
Method or attribute name: HUKS_TAG_PWD = HuksTagType.HUKS_TAG_TYPE_BYTES \| 13
Initial version: 8|@ohos.security.huks.d.ts| +|Initial version changed|Class name: HuksTag
Method or attribute name: HUKS_TAG_DERIVE_MAIN_KEY = HuksTagType.HUKS_TAG_TYPE_BYTES \| 16
Initial version: N/A|Class name: HuksTag
Method or attribute name: HUKS_TAG_DERIVE_MAIN_KEY = HuksTagType.HUKS_TAG_TYPE_BYTES \| 16
Initial version: 8|@ohos.security.huks.d.ts| +|Initial version changed|Class name: HuksTag
Method or attribute name: HUKS_TAG_DERIVE_FACTOR = HuksTagType.HUKS_TAG_TYPE_BYTES \| 17
Initial version: N/A|Class name: HuksTag
Method or attribute name: HUKS_TAG_DERIVE_FACTOR = HuksTagType.HUKS_TAG_TYPE_BYTES \| 17
Initial version: 8|@ohos.security.huks.d.ts| +|Initial version changed|Class name: HuksTag
Method or attribute name: HUKS_TAG_DERIVE_ALG = HuksTagType.HUKS_TAG_TYPE_UINT \| 18
Initial version: N/A|Class name: HuksTag
Method or attribute name: HUKS_TAG_DERIVE_ALG = HuksTagType.HUKS_TAG_TYPE_UINT \| 18
Initial version: 8|@ohos.security.huks.d.ts| +|Initial version changed|Class name: HuksTag
Method or attribute name: HUKS_TAG_ACTIVE_DATETIME = HuksTagType.HUKS_TAG_TYPE_ULONG \| 201
Initial version: N/A|Class name: HuksTag
Method or attribute name: HUKS_TAG_ACTIVE_DATETIME = HuksTagType.HUKS_TAG_TYPE_ULONG \| 201
Initial version: 8|@ohos.security.huks.d.ts| +|Initial version changed|Class name: HuksTag
Method or attribute name: HUKS_TAG_ORIGINATION_EXPIRE_DATETIME = HuksTagType.HUKS_TAG_TYPE_ULONG \| 202
Initial version: N/A|Class name: HuksTag
Method or attribute name: HUKS_TAG_ORIGINATION_EXPIRE_DATETIME = HuksTagType.HUKS_TAG_TYPE_ULONG \| 202
Initial version: 8|@ohos.security.huks.d.ts| +|Initial version changed|Class name: HuksTag
Method or attribute name: HUKS_TAG_USAGE_EXPIRE_DATETIME = HuksTagType.HUKS_TAG_TYPE_ULONG \| 203
Initial version: N/A|Class name: HuksTag
Method or attribute name: HUKS_TAG_USAGE_EXPIRE_DATETIME = HuksTagType.HUKS_TAG_TYPE_ULONG \| 203
Initial version: 8|@ohos.security.huks.d.ts| +|Initial version changed|Class name: HuksTag
Method or attribute name: HUKS_TAG_CREATION_DATETIME = HuksTagType.HUKS_TAG_TYPE_ULONG \| 204
Initial version: N/A|Class name: HuksTag
Method or attribute name: HUKS_TAG_CREATION_DATETIME = HuksTagType.HUKS_TAG_TYPE_ULONG \| 204
Initial version: 8|@ohos.security.huks.d.ts| +|Initial version changed|Class name: HuksTag
Method or attribute name: HUKS_TAG_ATTESTATION_ID_BRAND = HuksTagType.HUKS_TAG_TYPE_BYTES \| 503
Initial version: N/A|Class name: HuksTag
Method or attribute name: HUKS_TAG_ATTESTATION_ID_BRAND = HuksTagType.HUKS_TAG_TYPE_BYTES \| 503
Initial version: 8|@ohos.security.huks.d.ts| +|Initial version changed|Class name: HuksTag
Method or attribute name: HUKS_TAG_ATTESTATION_ID_DEVICE = HuksTagType.HUKS_TAG_TYPE_BYTES \| 504
Initial version: N/A|Class name: HuksTag
Method or attribute name: HUKS_TAG_ATTESTATION_ID_DEVICE = HuksTagType.HUKS_TAG_TYPE_BYTES \| 504
Initial version: 8|@ohos.security.huks.d.ts| +|Initial version changed|Class name: HuksTag
Method or attribute name: HUKS_TAG_ATTESTATION_ID_PRODUCT = HuksTagType.HUKS_TAG_TYPE_BYTES \| 505
Initial version: N/A|Class name: HuksTag
Method or attribute name: HUKS_TAG_ATTESTATION_ID_PRODUCT = HuksTagType.HUKS_TAG_TYPE_BYTES \| 505
Initial version: 8|@ohos.security.huks.d.ts| +|Initial version changed|Class name: HuksTag
Method or attribute name: HUKS_TAG_ATTESTATION_ID_SERIAL = HuksTagType.HUKS_TAG_TYPE_BYTES \| 506
Initial version: N/A|Class name: HuksTag
Method or attribute name: HUKS_TAG_ATTESTATION_ID_SERIAL = HuksTagType.HUKS_TAG_TYPE_BYTES \| 506
Initial version: 8|@ohos.security.huks.d.ts| +|Initial version changed|Class name: HuksTag
Method or attribute name: HUKS_TAG_ATTESTATION_ID_IMEI = HuksTagType.HUKS_TAG_TYPE_BYTES \| 507
Initial version: N/A|Class name: HuksTag
Method or attribute name: HUKS_TAG_ATTESTATION_ID_IMEI = HuksTagType.HUKS_TAG_TYPE_BYTES \| 507
Initial version: 8|@ohos.security.huks.d.ts| +|Initial version changed|Class name: HuksTag
Method or attribute name: HUKS_TAG_ATTESTATION_ID_MEID = HuksTagType.HUKS_TAG_TYPE_BYTES \| 508
Initial version: N/A|Class name: HuksTag
Method or attribute name: HUKS_TAG_ATTESTATION_ID_MEID = HuksTagType.HUKS_TAG_TYPE_BYTES \| 508
Initial version: 8|@ohos.security.huks.d.ts| +|Initial version changed|Class name: HuksTag
Method or attribute name: HUKS_TAG_ATTESTATION_ID_MANUFACTURER = HuksTagType.HUKS_TAG_TYPE_BYTES \| 509
Initial version: N/A|Class name: HuksTag
Method or attribute name: HUKS_TAG_ATTESTATION_ID_MANUFACTURER = HuksTagType.HUKS_TAG_TYPE_BYTES \| 509
Initial version: 8|@ohos.security.huks.d.ts| +|Initial version changed|Class name: HuksTag
Method or attribute name: HUKS_TAG_ATTESTATION_ID_MODEL = HuksTagType.HUKS_TAG_TYPE_BYTES \| 510
Initial version: N/A|Class name: HuksTag
Method or attribute name: HUKS_TAG_ATTESTATION_ID_MODEL = HuksTagType.HUKS_TAG_TYPE_BYTES \| 510
Initial version: 8|@ohos.security.huks.d.ts| +|Initial version changed|Class name: HuksTag
Method or attribute name: HUKS_TAG_ATTESTATION_ID_SOCID = HuksTagType.HUKS_TAG_TYPE_BYTES \| 512
Initial version: N/A|Class name: HuksTag
Method or attribute name: HUKS_TAG_ATTESTATION_ID_SOCID = HuksTagType.HUKS_TAG_TYPE_BYTES \| 512
Initial version: 8|@ohos.security.huks.d.ts| +|Initial version changed|Class name: HuksTag
Method or attribute name: HUKS_TAG_ATTESTATION_ID_UDID = HuksTagType.HUKS_TAG_TYPE_BYTES \| 513
Initial version: N/A|Class name: HuksTag
Method or attribute name: HUKS_TAG_ATTESTATION_ID_UDID = HuksTagType.HUKS_TAG_TYPE_BYTES \| 513
Initial version: 8|@ohos.security.huks.d.ts| +|Initial version changed|Class name: HuksTag
Method or attribute name: HUKS_TAG_SECURE_KEY_ALIAS = HuksTagType.HUKS_TAG_TYPE_BOOL \| 1009
Initial version: N/A|Class name: HuksTag
Method or attribute name: HUKS_TAG_SECURE_KEY_ALIAS = HuksTagType.HUKS_TAG_TYPE_BOOL \| 1009
Initial version: 8|@ohos.security.huks.d.ts| +|Initial version changed|Class name: HuksTag
Method or attribute name: HUKS_TAG_SECURE_KEY_UUID = HuksTagType.HUKS_TAG_TYPE_BYTES \| 1010
Initial version: N/A|Class name: HuksTag
Method or attribute name: HUKS_TAG_SECURE_KEY_UUID = HuksTagType.HUKS_TAG_TYPE_BYTES \| 1010
Initial version: 8|@ohos.security.huks.d.ts| +|Initial version changed|Class name: HuksTag
Method or attribute name: HUKS_TAG_PROCESS_NAME = HuksTagType.HUKS_TAG_TYPE_BYTES \| 10001
Initial version: N/A|Class name: HuksTag
Method or attribute name: HUKS_TAG_PROCESS_NAME = HuksTagType.HUKS_TAG_TYPE_BYTES \| 10001
Initial version: 8|@ohos.security.huks.d.ts| +|Initial version changed|Class name: HuksTag
Method or attribute name: HUKS_TAG_PACKAGE_NAME = HuksTagType.HUKS_TAG_TYPE_BYTES \| 10002
Initial version: N/A|Class name: HuksTag
Method or attribute name: HUKS_TAG_PACKAGE_NAME = HuksTagType.HUKS_TAG_TYPE_BYTES \| 10002
Initial version: 8|@ohos.security.huks.d.ts| +|Initial version changed|Class name: HuksTag
Method or attribute name: HUKS_TAG_ACCESS_TIME = HuksTagType.HUKS_TAG_TYPE_UINT \| 10003
Initial version: N/A|Class name: HuksTag
Method or attribute name: HUKS_TAG_ACCESS_TIME = HuksTagType.HUKS_TAG_TYPE_UINT \| 10003
Initial version: 8|@ohos.security.huks.d.ts| +|Initial version changed|Class name: HuksTag
Method or attribute name: HUKS_TAG_USES_TIME = HuksTagType.HUKS_TAG_TYPE_UINT \| 10004
Initial version: N/A|Class name: HuksTag
Method or attribute name: HUKS_TAG_USES_TIME = HuksTagType.HUKS_TAG_TYPE_UINT \| 10004
Initial version: 8|@ohos.security.huks.d.ts| +|Initial version changed|Class name: HuksTag
Method or attribute name: HUKS_TAG_CRYPTO_CTX = HuksTagType.HUKS_TAG_TYPE_ULONG \| 10005
Initial version: N/A|Class name: HuksTag
Method or attribute name: HUKS_TAG_CRYPTO_CTX = HuksTagType.HUKS_TAG_TYPE_ULONG \| 10005
Initial version: 8|@ohos.security.huks.d.ts| +|Initial version changed|Class name: HuksTag
Method or attribute name: HUKS_TAG_KEY_VERSION = HuksTagType.HUKS_TAG_TYPE_UINT \| 10007
Initial version: N/A|Class name: HuksTag
Method or attribute name: HUKS_TAG_KEY_VERSION = HuksTagType.HUKS_TAG_TYPE_UINT \| 10007
Initial version: 8|@ohos.security.huks.d.ts| +|Initial version changed|Class name: HuksTag
Method or attribute name: HUKS_TAG_PAYLOAD_LEN = HuksTagType.HUKS_TAG_TYPE_UINT \| 10008
Initial version: N/A|Class name: HuksTag
Method or attribute name: HUKS_TAG_PAYLOAD_LEN = HuksTagType.HUKS_TAG_TYPE_UINT \| 10008
Initial version: 8|@ohos.security.huks.d.ts| +|Initial version changed|Class name: HuksTag
Method or attribute name: HUKS_TAG_IS_KEY_HANDLE = HuksTagType.HUKS_TAG_TYPE_ULONG \| 10010
Initial version: N/A|Class name: HuksTag
Method or attribute name: HUKS_TAG_IS_KEY_HANDLE = HuksTagType.HUKS_TAG_TYPE_ULONG \| 10010
Initial version: 8|@ohos.security.huks.d.ts| +|Initial version changed|Class name: HuksTag
Method or attribute name: HUKS_TAG_OS_VERSION = HuksTagType.HUKS_TAG_TYPE_UINT \| 10101
Initial version: N/A|Class name: HuksTag
Method or attribute name: HUKS_TAG_OS_VERSION = HuksTagType.HUKS_TAG_TYPE_UINT \| 10101
Initial version: 8|@ohos.security.huks.d.ts| +|Initial version changed|Class name: HuksTag
Method or attribute name: HUKS_TAG_OS_PATCHLEVEL = HuksTagType.HUKS_TAG_TYPE_UINT \| 10102
Initial version: N/A|Class name: HuksTag
Method or attribute name: HUKS_TAG_OS_PATCHLEVEL = HuksTagType.HUKS_TAG_TYPE_UINT \| 10102
Initial version: 8|@ohos.security.huks.d.ts| +|Function changed|Class name: AtManager
Method or attribute name: verifyAccessToken(tokenID: number, permissionName: string): Promise\;
|Class name: AtManager
Method or attribute name: verifyAccessToken(tokenID: number, permissionName: string): Promise\;
|@ohos.abilityAccessCtrl.d.ts| +|Function changed|Class name: AtManager
Method or attribute name: verifyAccessToken(tokenID: number, permissionName: string): Promise\;
|Class name: AtManager
Method or attribute name: verifyAccessToken(tokenID: number, permissionName: Permissions): Promise\;
|@ohos.abilityAccessCtrl.d.ts| +|Function changed|Class name: AtManager
Method or attribute name: grantUserGrantedPermission(tokenID: number, permissionName: string, permissionFlag: number): Promise\;
|Class name: AtManager
Method or attribute name: grantUserGrantedPermission(tokenID: number, permissionName: Permissions, permissionFlags: number): Promise\;
|@ohos.abilityAccessCtrl.d.ts| +|Function changed|Class name: AtManager
Method or attribute name: grantUserGrantedPermission(tokenID: number, permissionName: string, permissionFlag: number, callback: AsyncCallback\): void;
|Class name: AtManager
Method or attribute name: grantUserGrantedPermission(tokenID: number, permissionName: Permissions, permissionFlags: number, callback: AsyncCallback\): void;
|@ohos.abilityAccessCtrl.d.ts| +|Function changed|Class name: AtManager
Method or attribute name: revokeUserGrantedPermission(tokenID: number, permissionName: string, permissionFlag: number): Promise\;
|Class name: AtManager
Method or attribute name: revokeUserGrantedPermission(tokenID: number, permissionName: Permissions, permissionFlags: number): Promise\;
|@ohos.abilityAccessCtrl.d.ts| +|Function changed|Class name: AtManager
Method or attribute name: revokeUserGrantedPermission(tokenID: number, permissionName: string, permissionFlag: number, callback: AsyncCallback\): void;
|Class name: AtManager
Method or attribute name: revokeUserGrantedPermission(tokenID: number, permissionName: Permissions, permissionFlags: number, callback: AsyncCallback\): void;
|@ohos.abilityAccessCtrl.d.ts| +|Function changed|Class name: AtManager
Method or attribute name: getPermissionFlags(tokenID: number, permissionName: string): Promise\;
|Class name: AtManager
Method or attribute name: getPermissionFlags(tokenID: number, permissionName: Permissions): Promise\;
|@ohos.abilityAccessCtrl.d.ts| diff --git a/en/release-notes/api-diff/v3.2-Release/js-apidiff-sensor.md b/en/release-notes/api-diff/v3.2-Release/js-apidiff-sensor.md new file mode 100644 index 0000000000000000000000000000000000000000..ca7f7ee26efa8dfa7de957066f7a06e0d04a4641 --- /dev/null +++ b/en/release-notes/api-diff/v3.2-Release/js-apidiff-sensor.md @@ -0,0 +1,1149 @@ +| Change Type | Old Version | New Version | d.ts File | +| ---- | ------ | ------ | -------- | +|Added|NA|Module name: ohos.sensor
Class name: SensorId|@ohos.sensor.d.ts| +|Added|NA|Class name: SensorId
Method or attribute name: |@ohos.sensor.d.ts| +|Added|NA|Module name: ohos.sensor
Class name: SensorId
Method or attribute name: ACCELEROMETER = 1|@ohos.sensor.d.ts| +|Added|NA|Class name: SensorId
Method or attribute name: ACCELEROMETER = 1|@ohos.sensor.d.ts| +|Added|NA|Module name: ohos.sensor
Class name: SensorId
Method or attribute name: GYROSCOPE = 2|@ohos.sensor.d.ts| +|Added|NA|Class name: SensorId
Method or attribute name: GYROSCOPE = 2|@ohos.sensor.d.ts| +|Added|NA|Module name: ohos.sensor
Class name: SensorId
Method or attribute name: AMBIENT_LIGHT = 5|@ohos.sensor.d.ts| +|Added|NA|Class name: SensorId
Method or attribute name: AMBIENT_LIGHT = 5|@ohos.sensor.d.ts| +|Added|NA|Module name: ohos.sensor
Class name: SensorId
Method or attribute name: MAGNETIC_FIELD = 6|@ohos.sensor.d.ts| +|Added|NA|Class name: SensorId
Method or attribute name: MAGNETIC_FIELD = 6|@ohos.sensor.d.ts| +|Added|NA|Module name: ohos.sensor
Class name: SensorId
Method or attribute name: BAROMETER = 8|@ohos.sensor.d.ts| +|Added|NA|Class name: SensorId
Method or attribute name: BAROMETER = 8|@ohos.sensor.d.ts| +|Added|NA|Module name: ohos.sensor
Class name: SensorId
Method or attribute name: HALL = 10|@ohos.sensor.d.ts| +|Added|NA|Class name: SensorId
Method or attribute name: HALL = 10|@ohos.sensor.d.ts| +|Added|NA|Module name: ohos.sensor
Class name: SensorId
Method or attribute name: PROXIMITY = 12|@ohos.sensor.d.ts| +|Added|NA|Class name: SensorId
Method or attribute name: PROXIMITY = 12|@ohos.sensor.d.ts| +|Added|NA|Module name: ohos.sensor
Class name: SensorId
Method or attribute name: HUMIDITY = 13|@ohos.sensor.d.ts| +|Added|NA|Class name: SensorId
Method or attribute name: HUMIDITY = 13|@ohos.sensor.d.ts| +|Added|NA|Module name: ohos.sensor
Class name: SensorId
Method or attribute name: ORIENTATION = 256|@ohos.sensor.d.ts| +|Added|NA|Class name: SensorId
Method or attribute name: ORIENTATION = 256|@ohos.sensor.d.ts| +|Added|NA|Module name: ohos.sensor
Class name: SensorId
Method or attribute name: GRAVITY = 257|@ohos.sensor.d.ts| +|Added|NA|Class name: SensorId
Method or attribute name: GRAVITY = 257|@ohos.sensor.d.ts| +|Added|NA|Module name: ohos.sensor
Class name: SensorId
Method or attribute name: LINEAR_ACCELEROMETER = 258|@ohos.sensor.d.ts| +|Added|NA|Class name: SensorId
Method or attribute name: LINEAR_ACCELEROMETER = 258|@ohos.sensor.d.ts| +|Added|NA|Module name: ohos.sensor
Class name: SensorId
Method or attribute name: ROTATION_VECTOR = 259|@ohos.sensor.d.ts| +|Added|NA|Class name: SensorId
Method or attribute name: ROTATION_VECTOR = 259|@ohos.sensor.d.ts| +|Added|NA|Module name: ohos.sensor
Class name: SensorId
Method or attribute name: AMBIENT_TEMPERATURE = 260|@ohos.sensor.d.ts| +|Added|NA|Class name: SensorId
Method or attribute name: AMBIENT_TEMPERATURE = 260|@ohos.sensor.d.ts| +|Added|NA|Module name: ohos.sensor
Class name: SensorId
Method or attribute name: MAGNETIC_FIELD_UNCALIBRATED = 261|@ohos.sensor.d.ts| +|Added|NA|Class name: SensorId
Method or attribute name: MAGNETIC_FIELD_UNCALIBRATED = 261|@ohos.sensor.d.ts| +|Added|NA|Module name: ohos.sensor
Class name: SensorId
Method or attribute name: GYROSCOPE_UNCALIBRATED = 263|@ohos.sensor.d.ts| +|Added|NA|Class name: SensorId
Method or attribute name: GYROSCOPE_UNCALIBRATED = 263|@ohos.sensor.d.ts| +|Added|NA|Module name: ohos.sensor
Class name: SensorId
Method or attribute name: SIGNIFICANT_MOTION = 264|@ohos.sensor.d.ts| +|Added|NA|Class name: SensorId
Method or attribute name: SIGNIFICANT_MOTION = 264|@ohos.sensor.d.ts| +|Added|NA|Module name: ohos.sensor
Class name: SensorId
Method or attribute name: PEDOMETER_DETECTION = 265|@ohos.sensor.d.ts| +|Added|NA|Class name: SensorId
Method or attribute name: PEDOMETER_DETECTION = 265|@ohos.sensor.d.ts| +|Added|NA|Module name: ohos.sensor
Class name: SensorId
Method or attribute name: PEDOMETER = 266|@ohos.sensor.d.ts| +|Added|NA|Class name: SensorId
Method or attribute name: PEDOMETER = 266|@ohos.sensor.d.ts| +|Added|NA|Module name: ohos.sensor
Class name: SensorId
Method or attribute name: HEART_RATE = 278|@ohos.sensor.d.ts| +|Added|NA|Class name: SensorId
Method or attribute name: HEART_RATE = 278|@ohos.sensor.d.ts| +|Added|NA|Module name: ohos.sensor
Class name: SensorId
Method or attribute name: WEAR_DETECTION = 280|@ohos.sensor.d.ts| +|Added|NA|Class name: SensorId
Method or attribute name: WEAR_DETECTION = 280|@ohos.sensor.d.ts| +|Added|NA|Module name: ohos.sensor
Class name: SensorId
Method or attribute name: ACCELEROMETER_UNCALIBRATED = 281|@ohos.sensor.d.ts| +|Added|NA|Class name: SensorId
Method or attribute name: ACCELEROMETER_UNCALIBRATED = 281|@ohos.sensor.d.ts| +|Added|NA|Class name: sensor
Method or attribute name: function on(type: SensorId.ACCELEROMETER, callback: Callback\,

options?: Options): void;|@ohos.sensor.d.ts| +|Added|NA|Class name: sensor
Method or attribute name: function on(type: SensorId.ACCELEROMETER_UNCALIBRATED, callback: Callback\,

options?: Options): void;|@ohos.sensor.d.ts| +|Added|NA|Class name: sensor
Method or attribute name: function on(type: SensorId.AMBIENT_LIGHT, callback: Callback\, options?: Options): void;|@ohos.sensor.d.ts| +|Added|NA|Class name: sensor
Method or attribute name: function on(type: SensorId.AMBIENT_TEMPERATURE, callback: Callback\,

options?: Options): void;|@ohos.sensor.d.ts| +|Added|NA|Class name: sensor
Method or attribute name: function on(type: SensorId.BAROMETER, callback: Callback\, options?: Options): void;|@ohos.sensor.d.ts| +|Added|NA|Class name: sensor
Method or attribute name: function on(type: SensorId.GRAVITY, callback: Callback\,

options?: Options): void;|@ohos.sensor.d.ts| +|Added|NA|Class name: sensor
Method or attribute name: function on(type: SensorId.GYROSCOPE, callback: Callback\,

options?: Options): void;|@ohos.sensor.d.ts| +|Added|NA|Class name: sensor
Method or attribute name: function on(type: SensorId.GYROSCOPE_UNCALIBRATED, callback: Callback\,

options?: Options): void;|@ohos.sensor.d.ts| +|Added|NA|Class name: sensor
Method or attribute name: function on(type: SensorId.HALL, callback: Callback\, options?: Options): void;|@ohos.sensor.d.ts| +|Added|NA|Class name: sensor
Method or attribute name: function on(type: SensorId.HEART_RATE, callback: Callback\,

options?: Options): void;|@ohos.sensor.d.ts| +|Added|NA|Class name: sensor
Method or attribute name: function on(type: SensorId.HUMIDITY, callback: Callback\,

options?: Options): void;|@ohos.sensor.d.ts| +|Added|NA|Class name: sensor
Method or attribute name: function on(type: SensorId.LINEAR_ACCELEROMETER, callback: Callback\,

options?: Options): void;|@ohos.sensor.d.ts| +|Added|NA|Class name: sensor
Method or attribute name: function on(type: SensorId.MAGNETIC_FIELD, callback: Callback\,

options?: Options): void;|@ohos.sensor.d.ts| +|Added|NA|Class name: sensor
Method or attribute name: function on(type: SensorId.MAGNETIC_FIELD_UNCALIBRATED, callback: Callback\,

options?: Options): void;|@ohos.sensor.d.ts| +|Added|NA|Class name: sensor
Method or attribute name: function on(type: SensorId.ORIENTATION, callback: Callback\,

options?: Options): void;|@ohos.sensor.d.ts| +|Added|NA|Class name: sensor
Method or attribute name: function on(type: SensorId.PEDOMETER, callback: Callback\, options?: Options): void;|@ohos.sensor.d.ts| +|Added|NA|Class name: sensor
Method or attribute name: function on(type: SensorId.PEDOMETER_DETECTION, callback: Callback\,

options?: Options): void;|@ohos.sensor.d.ts| +|Added|NA|Class name: sensor
Method or attribute name: function on(type: SensorId.PROXIMITY, callback: Callback\, options?: Options): void;|@ohos.sensor.d.ts| +|Added|NA|Class name: sensor
Method or attribute name: function on(type: SensorId.ROTATION_VECTOR, callback: Callback\,

options?: Options): void;|@ohos.sensor.d.ts| +|Added|NA|Class name: sensor
Method or attribute name: function on(type: SensorId.SIGNIFICANT_MOTION, callback: Callback\,

options?: Options): void;|@ohos.sensor.d.ts| +|Added|NA|Class name: sensor
Method or attribute name: function on(type: SensorId.WEAR_DETECTION, callback: Callback\,

options?: Options): void;|@ohos.sensor.d.ts| +|Added|NA|Class name: sensor
Method or attribute name: function off(type: SensorId.ACCELEROMETER, callback?: Callback\): void;|@ohos.sensor.d.ts| +|Added|NA|Class name: sensor
Method or attribute name: function off(type: SensorId.ACCELEROMETER_UNCALIBRATED, callback?: Callback\): void;|@ohos.sensor.d.ts| +|Added|NA|Class name: sensor
Method or attribute name: function off(type: SensorId.AMBIENT_LIGHT, callback?: Callback\): void;|@ohos.sensor.d.ts| +|Added|NA|Class name: sensor
Method or attribute name: function off(type: SensorId.AMBIENT_TEMPERATURE, callback?: Callback\): void;|@ohos.sensor.d.ts| +|Added|NA|Class name: sensor
Method or attribute name: function off(type: SensorId.BAROMETER, callback?: Callback\): void;|@ohos.sensor.d.ts| +|Added|NA|Class name: sensor
Method or attribute name: function off(type: SensorId.GRAVITY, callback?: Callback\): void;|@ohos.sensor.d.ts| +|Added|NA|Class name: sensor
Method or attribute name: function off(type: SensorId.GYROSCOPE, callback?: Callback\): void;|@ohos.sensor.d.ts| +|Added|NA|Class name: sensor
Method or attribute name: function off(type: SensorId.GYROSCOPE_UNCALIBRATED, callback?: Callback\): void;|@ohos.sensor.d.ts| +|Added|NA|Class name: sensor
Method or attribute name: function off(type: SensorId.HALL, callback?: Callback\): void;|@ohos.sensor.d.ts| +|Added|NA|Class name: sensor
Method or attribute name: function off(type: SensorId.HEART_RATE, callback?: Callback\): void;|@ohos.sensor.d.ts| +|Added|NA|Class name: sensor
Method or attribute name: function off(type: SensorId.HUMIDITY, callback?: Callback\): void;|@ohos.sensor.d.ts| +|Added|NA|Class name: sensor
Method or attribute name: function off(type: SensorId.LINEAR_ACCELEROMETER, callback?: Callback\): void;|@ohos.sensor.d.ts| +|Added|NA|Class name: sensor
Method or attribute name: function off(type: SensorId.MAGNETIC_FIELD, callback?: Callback\): void;|@ohos.sensor.d.ts| +|Added|NA|Class name: sensor
Method or attribute name: function off(type: SensorId.MAGNETIC_FIELD_UNCALIBRATED, callback?: Callback\): void;|@ohos.sensor.d.ts| +|Added|NA|Class name: sensor
Method or attribute name: function off(type: SensorId.ORIENTATION, callback?: Callback\): void;|@ohos.sensor.d.ts| +|Added|NA|Class name: sensor
Method or attribute name: function off(type: SensorId.PEDOMETER, callback?: Callback\): void;|@ohos.sensor.d.ts| +|Added|NA|Class name: sensor
Method or attribute name: function off(type: SensorId.PEDOMETER_DETECTION, callback?: Callback\): void;|@ohos.sensor.d.ts| +|Added|NA|Class name: sensor
Method or attribute name: function off(type: SensorId.PROXIMITY, callback?: Callback\): void;|@ohos.sensor.d.ts| +|Added|NA|Class name: sensor
Method or attribute name: function off(type: SensorId.ROTATION_VECTOR, callback?: Callback\): void;|@ohos.sensor.d.ts| +|Added|NA|Class name: sensor
Method or attribute name: function off(type: SensorId.SIGNIFICANT_MOTION, callback?: Callback\): void;|@ohos.sensor.d.ts| +|Added|NA|Class name: sensor
Method or attribute name: function off(type: SensorId.WEAR_DETECTION, callback?: Callback\): void;|@ohos.sensor.d.ts| +|Added|NA|Module name: ohos.sensor
Class name: Sensor|@ohos.sensor.d.ts| +|Added|NA|Class name: Sensor
Method or attribute name: |@ohos.sensor.d.ts| +|Added|NA|Module name: ohos.sensor
Class name: Sensor
Method or attribute name: sensorName:string;|@ohos.sensor.d.ts| +|Added|NA|Class name: Sensor
Method or attribute name: sensorName:string;|@ohos.sensor.d.ts| +|Added|NA|Module name: ohos.sensor
Class name: Sensor
Method or attribute name: vendorName:string;|@ohos.sensor.d.ts| +|Added|NA|Class name: Sensor
Method or attribute name: vendorName:string;|@ohos.sensor.d.ts| +|Added|NA|Module name: ohos.sensor
Class name: Sensor
Method or attribute name: firmwareVersion:string;|@ohos.sensor.d.ts| +|Added|NA|Class name: Sensor
Method or attribute name: firmwareVersion:string;|@ohos.sensor.d.ts| +|Added|NA|Module name: ohos.sensor
Class name: Sensor
Method or attribute name: hardwareVersion:string;|@ohos.sensor.d.ts| +|Added|NA|Class name: Sensor
Method or attribute name: hardwareVersion:string;|@ohos.sensor.d.ts| +|Added|NA|Module name: ohos.sensor
Class name: Sensor
Method or attribute name: sensorId:number;|@ohos.sensor.d.ts| +|Added|NA|Class name: Sensor
Method or attribute name: sensorId:number;|@ohos.sensor.d.ts| +|Added|NA|Module name: ohos.sensor
Class name: Sensor
Method or attribute name: maxRange:number;|@ohos.sensor.d.ts| +|Added|NA|Class name: Sensor
Method or attribute name: maxRange:number;|@ohos.sensor.d.ts| +|Added|NA|Module name: ohos.sensor
Class name: Sensor
Method or attribute name: minSamplePeriod:number;|@ohos.sensor.d.ts| +|Added|NA|Class name: Sensor
Method or attribute name: minSamplePeriod:number;|@ohos.sensor.d.ts| +|Added|NA|Module name: ohos.sensor
Class name: Sensor
Method or attribute name: maxSamplePeriod:number;|@ohos.sensor.d.ts| +|Added|NA|Class name: Sensor
Method or attribute name: maxSamplePeriod:number;|@ohos.sensor.d.ts| +|Added|NA|Module name: ohos.sensor
Class name: Sensor
Method or attribute name: precision:number;|@ohos.sensor.d.ts| +|Added|NA|Class name: Sensor
Method or attribute name: precision:number;|@ohos.sensor.d.ts| +|Added|NA|Module name: ohos.sensor
Class name: Sensor
Method or attribute name: power:number;|@ohos.sensor.d.ts| +|Added|NA|Class name: Sensor
Method or attribute name: power:number;|@ohos.sensor.d.ts| +|Added|NA|Class name: sensor
Method or attribute name: function getSingleSensor(type: SensorId, callback: AsyncCallback\): void;|@ohos.sensor.d.ts| +|Added|NA|Class name: sensor
Method or attribute name: function getSingleSensor(type: SensorId): Promise\;|@ohos.sensor.d.ts| +|Added|NA|Class name: sensor
Method or attribute name: function getSensorList(callback: AsyncCallback\>): void;|@ohos.sensor.d.ts| +|Added|NA|Class name: sensor
Method or attribute name: function getSensorList(): Promise\>;|@ohos.sensor.d.ts| +|Added|NA|Class name: sensor
Method or attribute name: function getGeomagneticInfo(locationOptions: LocationOptions, timeMillis: number, callback: AsyncCallback\): void;|@ohos.sensor.d.ts| +|Added|NA|Class name: sensor
Method or attribute name: function getGeomagneticInfo(locationOptions: LocationOptions, timeMillis: number): Promise\;|@ohos.sensor.d.ts| +|Added|NA|Class name: sensor
Method or attribute name: function getDeviceAltitude(seaPressure: number, currentPressure: number, callback: AsyncCallback\): void;|@ohos.sensor.d.ts| +|Added|NA|Class name: sensor
Method or attribute name: function getDeviceAltitude(seaPressure: number, currentPressure: number): Promise\;|@ohos.sensor.d.ts| +|Added|NA|Class name: sensor
Method or attribute name: function getInclination(inclinationMatrix: Array\, callback: AsyncCallback\): void;|@ohos.sensor.d.ts| +|Added|NA|Class name: sensor
Method or attribute name: function getInclination(inclinationMatrix: Array\): Promise\;|@ohos.sensor.d.ts| +|Added|NA|Class name: sensor
Method or attribute name: function getAngleVariation(currentRotationMatrix: Array\, preRotationMatrix: Array\,

callback: AsyncCallback\>): void;|@ohos.sensor.d.ts| +|Added|NA|Class name: sensor
Method or attribute name: function getAngleVariation(currentRotationMatrix: Array\, preRotationMatrix: Array\): Promise\>;|@ohos.sensor.d.ts| +|Added|NA|Class name: sensor
Method or attribute name: function getRotationMatrix(rotationVector: Array\, callback: AsyncCallback\>): void;|@ohos.sensor.d.ts| +|Added|NA|Class name: sensor
Method or attribute name: function getRotationMatrix(rotationVector: Array\): Promise\>;|@ohos.sensor.d.ts| +|Added|NA|Class name: sensor
Method or attribute name: function transformRotationMatrix(inRotationVector: Array\, coordinates: CoordinatesOptions,

callback: AsyncCallback\>): void;|@ohos.sensor.d.ts| +|Added|NA|Class name: sensor
Method or attribute name: function transformRotationMatrix(inRotationVector: Array\, coordinates: CoordinatesOptions): Promise\>;|@ohos.sensor.d.ts| +|Added|NA|Class name: sensor
Method or attribute name: function getQuaternion(rotationVector: Array\, callback: AsyncCallback\>): void;|@ohos.sensor.d.ts| +|Added|NA|Class name: sensor
Method or attribute name: function getQuaternion(rotationVector: Array\): Promise\>;|@ohos.sensor.d.ts| +|Added|NA|Class name: sensor
Method or attribute name: function getOrientation(rotationMatrix: Array\, callback: AsyncCallback\>): void;|@ohos.sensor.d.ts| +|Added|NA|Class name: sensor
Method or attribute name: function getOrientation(rotationMatrix: Array\): Promise\>;|@ohos.sensor.d.ts| +|Added|NA|Class name: sensor
Method or attribute name: function getRotationMatrix(gravity: Array\, geomagnetic: Array\, callback: AsyncCallback\): void;|@ohos.sensor.d.ts| +|Added|NA|Class name: sensor
Method or attribute name: function getRotationMatrix(gravity: Array\, geomagnetic: Array\): Promise\;|@ohos.sensor.d.ts| +|Added|NA|Module name: ohos.vibrator
Class name: Usage
Method or attribute name: type Usage = "unknown" \| "alarm" \| "ring" \| "notification" \| "communication" \|

"touch" \| "media" \| "physicalFeedback" \| "simulateReality";|@ohos.vibrator.d.ts| +|Added|NA|Class name: Usage
Method or attribute name: type Usage = "unknown" \| "alarm" \| "ring" \| "notification" \| "communication" \|

"touch" \| "media" \| "physicalFeedback" \| "simulateReality";|@ohos.vibrator.d.ts| +|Added|NA|Module name: ohos.vibrator
Class name: Usage
Method or attribute name: type Usage = "unknown" \| "alarm" \| "ring" \| "notification" \| "communication" \|

"touch" \| "media" \| "physicalFeedback" \| "simulateReality";|@ohos.vibrator.d.ts| +|Added|NA|Class name: Usage
Method or attribute name: type Usage = "unknown" \| "alarm" \| "ring" \| "notification" \| "communication" \|

"touch" \| "media" \| "physicalFeedback" \| "simulateReality";|@ohos.vibrator.d.ts| +|Added|NA|Module name: ohos.vibrator
Class name: Usage
Method or attribute name: type Usage = "unknown" \| "alarm" \| "ring" \| "notification" \| "communication" \|

"touch" \| "media" \| "physicalFeedback" \| "simulateReality";|@ohos.vibrator.d.ts| +|Added|NA|Class name: Usage
Method or attribute name: type Usage = "unknown" \| "alarm" \| "ring" \| "notification" \| "communication" \|

"touch" \| "media" \| "physicalFeedback" \| "simulateReality";|@ohos.vibrator.d.ts| +|Added|NA|Module name: ohos.vibrator
Class name: Usage
Method or attribute name: type Usage = "unknown" \| "alarm" \| "ring" \| "notification" \| "communication" \|

"touch" \| "media" \| "physicalFeedback" \| "simulateReality";|@ohos.vibrator.d.ts| +|Added|NA|Class name: Usage
Method or attribute name: type Usage = "unknown" \| "alarm" \| "ring" \| "notification" \| "communication" \|

"touch" \| "media" \| "physicalFeedback" \| "simulateReality";|@ohos.vibrator.d.ts| +|Added|NA|Module name: ohos.vibrator
Class name: Usage
Method or attribute name: type Usage = "unknown" \| "alarm" \| "ring" \| "notification" \| "communication" \|

"touch" \| "media" \| "physicalFeedback" \| "simulateReality";|@ohos.vibrator.d.ts| +|Added|NA|Class name: Usage
Method or attribute name: type Usage = "unknown" \| "alarm" \| "ring" \| "notification" \| "communication" \|

"touch" \| "media" \| "physicalFeedback" \| "simulateReality";|@ohos.vibrator.d.ts| +|Added|NA|Module name: ohos.vibrator
Class name: Usage
Method or attribute name: type Usage = "unknown" \| "alarm" \| "ring" \| "notification" \| "communication" \|

"touch" \| "media" \| "physicalFeedback" \| "simulateReality";|@ohos.vibrator.d.ts| +|Added|NA|Class name: Usage
Method or attribute name: type Usage = "unknown" \| "alarm" \| "ring" \| "notification" \| "communication" \|

"touch" \| "media" \| "physicalFeedback" \| "simulateReality";|@ohos.vibrator.d.ts| +|Added|NA|Module name: ohos.vibrator
Class name: Usage
Method or attribute name: type Usage = "unknown" \| "alarm" \| "ring" \| "notification" \| "communication" \|

"touch" \| "media" \| "physicalFeedback" \| "simulateReality";|@ohos.vibrator.d.ts| +|Added|NA|Class name: Usage
Method or attribute name: type Usage = "unknown" \| "alarm" \| "ring" \| "notification" \| "communication" \|

"touch" \| "media" \| "physicalFeedback" \| "simulateReality";|@ohos.vibrator.d.ts| +|Added|NA|Module name: ohos.vibrator
Class name: Usage
Method or attribute name: type Usage = "unknown" \| "alarm" \| "ring" \| "notification" \| "communication" \|

"touch" \| "media" \| "physicalFeedback" \| "simulateReality";|@ohos.vibrator.d.ts| +|Added|NA|Class name: Usage
Method or attribute name: type Usage = "unknown" \| "alarm" \| "ring" \| "notification" \| "communication" \|

"touch" \| "media" \| "physicalFeedback" \| "simulateReality";|@ohos.vibrator.d.ts| +|Added|NA|Module name: ohos.vibrator
Class name: Usage
Method or attribute name: type Usage = "unknown" \| "alarm" \| "ring" \| "notification" \| "communication" \|

"touch" \| "media" \| "physicalFeedback" \| "simulateReality";|@ohos.vibrator.d.ts| +|Added|NA|Class name: Usage
Method or attribute name: type Usage = "unknown" \| "alarm" \| "ring" \| "notification" \| "communication" \|

"touch" \| "media" \| "physicalFeedback" \| "simulateReality";|@ohos.vibrator.d.ts| +|Added|NA|Class name: vibrator
Method or attribute name: function startVibration(effect: VibrateEffect, attribute: VibrateAttribute, callback: AsyncCallback\): void;|@ohos.vibrator.d.ts| +|Added|NA|Class name: vibrator
Method or attribute name: function startVibration(effect: VibrateEffect, attribute: VibrateAttribute): Promise\;|@ohos.vibrator.d.ts| +|Added|NA|Class name: vibrator
Method or attribute name: function stopVibration(stopMode: VibratorStopMode): Promise\;|@ohos.vibrator.d.ts| +|Added|NA|Class name: vibrator
Method or attribute name: function stopVibration(stopMode: VibratorStopMode, callback: AsyncCallback\): void;|@ohos.vibrator.d.ts| +|Added|NA|Module name: ohos.vibrator
Class name: VibrateAttribute|@ohos.vibrator.d.ts| +|Added|NA|Class name: VibrateAttribute
Method or attribute name: |@ohos.vibrator.d.ts| +|Added|NA|Module name: ohos.vibrator
Class name: VibrateAttribute
Method or attribute name: id?: number,|@ohos.vibrator.d.ts| +|Added|NA|Class name: VibrateAttribute
Method or attribute name: id?: number,|@ohos.vibrator.d.ts| +|Added|NA|Module name: ohos.vibrator
Class name: VibrateAttribute
Method or attribute name: usage: Usage,|@ohos.vibrator.d.ts| +|Added|NA|Class name: VibrateAttribute
Method or attribute name: usage: Usage,|@ohos.vibrator.d.ts| +|Added|NA|Module name: ohos.vibrator
Class name: VibrateTime|@ohos.vibrator.d.ts| +|Added|NA|Class name: VibrateTime
Method or attribute name: |@ohos.vibrator.d.ts| +|Added|NA|Module name: ohos.vibrator
Class name: VibrateTime
Method or attribute name: type: "time";|@ohos.vibrator.d.ts| +|Added|NA|Class name: VibrateTime
Method or attribute name: type: "time";|@ohos.vibrator.d.ts| +|Added|NA|Module name: ohos.vibrator
Class name: VibrateTime
Method or attribute name: duration: number;|@ohos.vibrator.d.ts| +|Added|NA|Class name: VibrateTime
Method or attribute name: duration: number;|@ohos.vibrator.d.ts| +|Added|NA|Module name: ohos.vibrator
Class name: VibratePreset|@ohos.vibrator.d.ts| +|Added|NA|Class name: VibratePreset
Method or attribute name: |@ohos.vibrator.d.ts| +|Added|NA|Module name: ohos.vibrator
Class name: VibratePreset
Method or attribute name: type: "preset";|@ohos.vibrator.d.ts| +|Added|NA|Class name: VibratePreset
Method or attribute name: type: "preset";|@ohos.vibrator.d.ts| +|Added|NA|Module name: ohos.vibrator
Class name: VibratePreset
Method or attribute name: effectId: string;|@ohos.vibrator.d.ts| +|Added|NA|Class name: VibratePreset
Method or attribute name: effectId: string;|@ohos.vibrator.d.ts| +|Added|NA|Module name: ohos.vibrator
Class name: VibratePreset
Method or attribute name: count: number;|@ohos.vibrator.d.ts| +|Added|NA|Class name: VibratePreset
Method or attribute name: count: number;|@ohos.vibrator.d.ts| +|Deprecated version changed|Class name: sensor
Method or attribute name: function on(type: SensorType.SENSOR_TYPE_ID_ACCELEROMETER, callback: Callback\,

options?: Options): void;
Deprecated version: N/A|Class name: sensor
Method or attribute name: function on(type: SensorType.SENSOR_TYPE_ID_ACCELEROMETER, callback: Callback\,

options?: Options): void;
Deprecated version: 9
Substitute API: sensor|@ohos.sensor.d.ts| +|Deprecated version changed|Class name: sensor
Method or attribute name: function on(type: SensorType.SENSOR_TYPE_ID_ACCELEROMETER_UNCALIBRATED, callback: Callback\,

options?: Options): void;
Deprecated version: N/A|Class name: sensor
Method or attribute name: function on(type: SensorType.SENSOR_TYPE_ID_ACCELEROMETER_UNCALIBRATED, callback: Callback\,

options?: Options): void;
Deprecated version: 9
Substitute API: sensor|@ohos.sensor.d.ts| +|Deprecated version changed|Class name: sensor
Method or attribute name: function on(type: SensorType.SENSOR_TYPE_ID_AMBIENT_LIGHT, callback: Callback\,

options?: Options): void;
Deprecated version: N/A|Class name: sensor
Method or attribute name: function on(type: SensorType.SENSOR_TYPE_ID_AMBIENT_LIGHT, callback: Callback\,

options?: Options): void;
Deprecated version: 9
Substitute API: sensor|@ohos.sensor.d.ts| +|Deprecated version changed|Class name: sensor
Method or attribute name: function on(type: SensorType.SENSOR_TYPE_ID_AMBIENT_TEMPERATURE, callback: Callback\,

options?: Options): void;
Deprecated version: N/A|Class name: sensor
Method or attribute name: function on(type: SensorType.SENSOR_TYPE_ID_AMBIENT_TEMPERATURE, callback: Callback\,

options?: Options): void;
Deprecated version: 9
Substitute API: sensor|@ohos.sensor.d.ts| +|Deprecated version changed|Class name: sensor
Method or attribute name: function on(type: SensorType.SENSOR_TYPE_ID_BAROMETER, callback: Callback\,

options?: Options): void;
Deprecated version: N/A|Class name: sensor
Method or attribute name: function on(type: SensorType.SENSOR_TYPE_ID_BAROMETER, callback: Callback\,

options?: Options): void;
Deprecated version: 9
Substitute API: sensor|@ohos.sensor.d.ts| +|Deprecated version changed|Class name: sensor
Method or attribute name: function on(type: SensorType.SENSOR_TYPE_ID_GRAVITY, callback: Callback\,

options?: Options): void;
Deprecated version: N/A|Class name: sensor
Method or attribute name: function on(type: SensorType.SENSOR_TYPE_ID_GRAVITY, callback: Callback\,

options?: Options): void;
Deprecated version: 9
Substitute API: sensor|@ohos.sensor.d.ts| +|Deprecated version changed|Class name: sensor
Method or attribute name: function on(type: SensorType.SENSOR_TYPE_ID_GYROSCOPE, callback: Callback\,

options?: Options): void;
Deprecated version: N/A|Class name: sensor
Method or attribute name: function on(type: SensorType.SENSOR_TYPE_ID_GYROSCOPE, callback: Callback\,

options?: Options): void;
Deprecated version: 9
Substitute API: sensor|@ohos.sensor.d.ts| +|Deprecated version changed|Class name: sensor
Method or attribute name: function on(type: SensorType.SENSOR_TYPE_ID_GYROSCOPE_UNCALIBRATED, callback: Callback\,

options?: Options): void;
Deprecated version: N/A|Class name: sensor
Method or attribute name: function on(type: SensorType.SENSOR_TYPE_ID_GYROSCOPE_UNCALIBRATED, callback: Callback\,

options?: Options): void;
Deprecated version: 9
Substitute API: sensor|@ohos.sensor.d.ts| +|Deprecated version changed|Class name: sensor
Method or attribute name: function on(type: SensorType.SENSOR_TYPE_ID_HALL, callback: Callback\,

options?: Options): void;
Deprecated version: N/A|Class name: sensor
Method or attribute name: function on(type: SensorType.SENSOR_TYPE_ID_HALL, callback: Callback\,

options?: Options): void;
Deprecated version: 9
Substitute API: sensor|@ohos.sensor.d.ts| +|Deprecated version changed|Class name: sensor
Method or attribute name: function on(type: SensorType.SENSOR_TYPE_ID_HEART_RATE, callback: Callback\,

options?: Options): void;
Deprecated version: N/A|Class name: sensor
Method or attribute name: function on(type: SensorType.SENSOR_TYPE_ID_HEART_RATE, callback: Callback\,

options?: Options): void;
Deprecated version: 9
Substitute API: sensor|@ohos.sensor.d.ts| +|Deprecated version changed|Class name: sensor
Method or attribute name: function on(type: SensorType.SENSOR_TYPE_ID_HUMIDITY, callback: Callback\,

options?: Options): void;
Deprecated version: N/A|Class name: sensor
Method or attribute name: function on(type: SensorType.SENSOR_TYPE_ID_HUMIDITY, callback: Callback\,

options?: Options): void;
Deprecated version: 9
Substitute API: sensor|@ohos.sensor.d.ts| +|Deprecated version changed|Class name: sensor
Method or attribute name: function on(type: SensorType.SENSOR_TYPE_ID_LINEAR_ACCELERATION, callback: Callback\,

options?: Options): void;
Deprecated version: N/A|Class name: sensor
Method or attribute name: function on(type: SensorType.SENSOR_TYPE_ID_LINEAR_ACCELERATION, callback: Callback\,

options?: Options): void;
Deprecated version: 9
Substitute API: sensor|@ohos.sensor.d.ts| +|Deprecated version changed|Class name: sensor
Method or attribute name: function on(type: SensorType.SENSOR_TYPE_ID_MAGNETIC_FIELD, callback: Callback\,

options?: Options): void;
Deprecated version: N/A|Class name: sensor
Method or attribute name: function on(type: SensorType.SENSOR_TYPE_ID_MAGNETIC_FIELD, callback: Callback\,

options?: Options): void;
Deprecated version: 9
Substitute API: sensor|@ohos.sensor.d.ts| +|Deprecated version changed|Class name: sensor
Method or attribute name: function on(type: SensorType.SENSOR_TYPE_ID_MAGNETIC_FIELD_UNCALIBRATED, callback: Callback\,

options?: Options): void;
Deprecated version: N/A|Class name: sensor
Method or attribute name: function on(type: SensorType.SENSOR_TYPE_ID_MAGNETIC_FIELD_UNCALIBRATED, callback: Callback\,

options?: Options): void;
Deprecated version: 9
Substitute API: sensor|@ohos.sensor.d.ts| +|Deprecated version changed|Class name: sensor
Method or attribute name: function on(type: SensorType.SENSOR_TYPE_ID_ORIENTATION, callback: Callback\,

options?: Options): void;
Deprecated version: N/A|Class name: sensor
Method or attribute name: function on(type: SensorType.SENSOR_TYPE_ID_ORIENTATION, callback: Callback\,

options?: Options): void;
Deprecated version: 9
Substitute API: sensor|@ohos.sensor.d.ts| +|Deprecated version changed|Class name: sensor
Method or attribute name: function on(type: SensorType.SENSOR_TYPE_ID_PEDOMETER, callback: Callback\,

options?: Options): void;
Deprecated version: N/A|Class name: sensor
Method or attribute name: function on(type: SensorType.SENSOR_TYPE_ID_PEDOMETER, callback: Callback\,

options?: Options): void;
Deprecated version: 9
Substitute API: sensor|@ohos.sensor.d.ts| +|Deprecated version changed|Class name: sensor
Method or attribute name: function on(type: SensorType.SENSOR_TYPE_ID_PEDOMETER_DETECTION, callback: Callback\,

options?: Options): void;
Deprecated version: N/A|Class name: sensor
Method or attribute name: function on(type: SensorType.SENSOR_TYPE_ID_PEDOMETER_DETECTION, callback: Callback\,

options?: Options): void;
Deprecated version: 9
Substitute API: sensor|@ohos.sensor.d.ts| +|Deprecated version changed|Class name: sensor
Method or attribute name: function on(type: SensorType.SENSOR_TYPE_ID_PROXIMITY, callback: Callback\,

options?: Options): void;
Deprecated version: N/A|Class name: sensor
Method or attribute name: function on(type: SensorType.SENSOR_TYPE_ID_PROXIMITY, callback: Callback\,

options?: Options): void;
Deprecated version: 9
Substitute API: sensor|@ohos.sensor.d.ts| +|Deprecated version changed|Class name: sensor
Method or attribute name: function on(type: SensorType.SENSOR_TYPE_ID_ROTATION_VECTOR, callback: Callback\,

options?: Options): void;
Deprecated version: N/A|Class name: sensor
Method or attribute name: function on(type: SensorType.SENSOR_TYPE_ID_ROTATION_VECTOR, callback: Callback\,

options?: Options): void;
Deprecated version: 9
Substitute API: sensor|@ohos.sensor.d.ts| +|Deprecated version changed|Class name: sensor
Method or attribute name: function on(type: SensorType.SENSOR_TYPE_ID_SIGNIFICANT_MOTION, callback: Callback\,

options?: Options): void;
Deprecated version: N/A|Class name: sensor
Method or attribute name: function on(type: SensorType.SENSOR_TYPE_ID_SIGNIFICANT_MOTION, callback: Callback\,

options?: Options): void;
Deprecated version: 9
Substitute API: sensor|@ohos.sensor.d.ts| +|Deprecated version changed|Class name: sensor
Method or attribute name: function on(type: SensorType.SENSOR_TYPE_ID_WEAR_DETECTION, callback: Callback\,

options?: Options): void;
Deprecated version: N/A|Class name: sensor
Method or attribute name: function on(type: SensorType.SENSOR_TYPE_ID_WEAR_DETECTION, callback: Callback\,

options?: Options): void;
Deprecated version: 9
Substitute API: sensor|@ohos.sensor.d.ts| +|Deprecated version changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_ACCELEROMETER, callback: Callback\): void;
Deprecated version: N/A|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_ACCELEROMETER, callback: Callback\): void;
Deprecated version: 9
Substitute API: sensor|@ohos.sensor.d.ts| +|Deprecated version changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_ACCELEROMETER_UNCALIBRATED, callback: Callback\): void;
Deprecated version: N/A|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_ACCELEROMETER_UNCALIBRATED, callback: Callback\): void;
Deprecated version: 9
Substitute API: sensor|@ohos.sensor.d.ts| +|Deprecated version changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_AMBIENT_LIGHT, callback: Callback\): void;
Deprecated version: N/A|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_AMBIENT_LIGHT, callback: Callback\): void;
Deprecated version: 9
Substitute API: sensor|@ohos.sensor.d.ts| +|Deprecated version changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_AMBIENT_TEMPERATURE, callback: Callback\): void;
Deprecated version: N/A|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_AMBIENT_TEMPERATURE, callback: Callback\): void;
Deprecated version: 9
Substitute API: sensor|@ohos.sensor.d.ts| +|Deprecated version changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_BAROMETER, callback: Callback\): void;
Deprecated version: N/A|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_BAROMETER, callback: Callback\): void;
Deprecated version: 9
Substitute API: sensor|@ohos.sensor.d.ts| +|Deprecated version changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_GRAVITY, callback: Callback\): void;
Deprecated version: N/A|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_GRAVITY, callback: Callback\): void;
Deprecated version: 9
Substitute API: sensor|@ohos.sensor.d.ts| +|Deprecated version changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_GYROSCOPE, callback: Callback\): void;
Deprecated version: N/A|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_GYROSCOPE, callback: Callback\): void;
Deprecated version: 9
Substitute API: sensor|@ohos.sensor.d.ts| +|Deprecated version changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_GYROSCOPE_UNCALIBRATED, callback: Callback\): void;
Deprecated version: N/A|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_GYROSCOPE_UNCALIBRATED, callback: Callback\): void;
Deprecated version: 9
Substitute API: sensor|@ohos.sensor.d.ts| +|Deprecated version changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_HALL, callback: Callback\): void;
Deprecated version: N/A|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_HALL, callback: Callback\): void;
Deprecated version: 9
Substitute API: sensor|@ohos.sensor.d.ts| +|Deprecated version changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_HEART_RATE, callback: Callback\): void;
Deprecated version: N/A|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_HEART_RATE, callback: Callback\): void;
Deprecated version: 9
Substitute API: sensor|@ohos.sensor.d.ts| +|Deprecated version changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_HUMIDITY, callback: Callback\): void;
Deprecated version: N/A|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_HUMIDITY, callback: Callback\): void;
Deprecated version: 9
Substitute API: sensor|@ohos.sensor.d.ts| +|Deprecated version changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_LINEAR_ACCELERATION, callback: Callback\): void;
Deprecated version: N/A|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_LINEAR_ACCELERATION, callback: Callback\): void;
Deprecated version: 9
Substitute API: sensor|@ohos.sensor.d.ts| +|Deprecated version changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_MAGNETIC_FIELD, callback: Callback\): void;
Deprecated version: N/A|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_MAGNETIC_FIELD, callback: Callback\): void;
Deprecated version: 9
Substitute API: sensor|@ohos.sensor.d.ts| +|Deprecated version changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_MAGNETIC_FIELD_UNCALIBRATED, callback: Callback\): void;
Deprecated version: N/A|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_MAGNETIC_FIELD_UNCALIBRATED, callback: Callback\): void;
Deprecated version: 9
Substitute API: sensor|@ohos.sensor.d.ts| +|Deprecated version changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_ORIENTATION, callback: Callback\): void;
Deprecated version: N/A|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_ORIENTATION, callback: Callback\): void;
Deprecated version: 9
Substitute API: sensor|@ohos.sensor.d.ts| +|Deprecated version changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_PEDOMETER, callback: Callback\): void;
Deprecated version: N/A|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_PEDOMETER, callback: Callback\): void;
Deprecated version: 9
Substitute API: sensor|@ohos.sensor.d.ts| +|Deprecated version changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_PEDOMETER_DETECTION, callback: Callback\): void;
Deprecated version: N/A|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_PEDOMETER_DETECTION, callback: Callback\): void;
Deprecated version: 9
Substitute API: sensor|@ohos.sensor.d.ts| +|Deprecated version changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_PROXIMITY, callback: Callback\): void;
Deprecated version: N/A|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_PROXIMITY, callback: Callback\): void;
Deprecated version: 9
Substitute API: sensor|@ohos.sensor.d.ts| +|Deprecated version changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_ROTATION_VECTOR, callback: Callback\): void;
Deprecated version: N/A|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_ROTATION_VECTOR, callback: Callback\): void;
Deprecated version: 9
Substitute API: sensor|@ohos.sensor.d.ts| +|Deprecated version changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_SIGNIFICANT_MOTION, callback: Callback\): void;
Deprecated version: N/A|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_SIGNIFICANT_MOTION, callback: Callback\): void;
Deprecated version: 9
Substitute API: sensor|@ohos.sensor.d.ts| +|Deprecated version changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_WEAR_DETECTION, callback: Callback\): void;
Deprecated version: N/A|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_WEAR_DETECTION, callback: Callback\): void;
Deprecated version: 9
Substitute API: sensor|@ohos.sensor.d.ts| +|Deprecated version changed|Class name: sensor
Method or attribute name: function off(type: SensorType.SENSOR_TYPE_ID_ACCELEROMETER, callback?: Callback\): void;
Deprecated version: N/A|Class name: sensor
Method or attribute name: function off(type: SensorType.SENSOR_TYPE_ID_ACCELEROMETER, callback?: Callback\): void;
Deprecated version: 9
Substitute API: sensor|@ohos.sensor.d.ts| +|Deprecated version changed|Class name: sensor
Method or attribute name: function off(type: SensorType.SENSOR_TYPE_ID_ACCELEROMETER_UNCALIBRATED,

callback?: Callback\): void;
Deprecated version: N/A|Class name: sensor
Method or attribute name: function off(type: SensorType.SENSOR_TYPE_ID_ACCELEROMETER_UNCALIBRATED,

callback?: Callback\): void;
Deprecated version: 9
Substitute API: sensor|@ohos.sensor.d.ts| +|Deprecated version changed|Class name: sensor
Method or attribute name: function off(type: SensorType.SENSOR_TYPE_ID_AMBIENT_LIGHT, callback?: Callback\): void;
Deprecated version: N/A|Class name: sensor
Method or attribute name: function off(type: SensorType.SENSOR_TYPE_ID_AMBIENT_LIGHT, callback?: Callback\): void;
Deprecated version: 9
Substitute API: sensor|@ohos.sensor.d.ts| +|Deprecated version changed|Class name: sensor
Method or attribute name: function off(type: SensorType.SENSOR_TYPE_ID_AMBIENT_TEMPERATURE, callback?: Callback\): void;
Deprecated version: N/A|Class name: sensor
Method or attribute name: function off(type: SensorType.SENSOR_TYPE_ID_AMBIENT_TEMPERATURE, callback?: Callback\): void;
Deprecated version: 9
Substitute API: sensor|@ohos.sensor.d.ts| +|Deprecated version changed|Class name: sensor
Method or attribute name: function off(type: SensorType.SENSOR_TYPE_ID_BAROMETER, callback?: Callback\): void;
Deprecated version: N/A|Class name: sensor
Method or attribute name: function off(type: SensorType.SENSOR_TYPE_ID_BAROMETER, callback?: Callback\): void;
Deprecated version: 9
Substitute API: sensor|@ohos.sensor.d.ts| +|Deprecated version changed|Class name: sensor
Method or attribute name: function off(type: SensorType.SENSOR_TYPE_ID_GRAVITY, callback?: Callback\): void;
Deprecated version: N/A|Class name: sensor
Method or attribute name: function off(type: SensorType.SENSOR_TYPE_ID_GRAVITY, callback?: Callback\): void;
Deprecated version: 9
Substitute API: sensor|@ohos.sensor.d.ts| +|Deprecated version changed|Class name: sensor
Method or attribute name: function off(type: SensorType.SENSOR_TYPE_ID_GYROSCOPE, callback?: Callback\): void;
Deprecated version: N/A|Class name: sensor
Method or attribute name: function off(type: SensorType.SENSOR_TYPE_ID_GYROSCOPE, callback?: Callback\): void;
Deprecated version: 9
Substitute API: sensor|@ohos.sensor.d.ts| +|Deprecated version changed|Class name: sensor
Method or attribute name: function off(type: SensorType.SENSOR_TYPE_ID_GYROSCOPE_UNCALIBRATED, callback?: Callback\): void;
Deprecated version: N/A|Class name: sensor
Method or attribute name: function off(type: SensorType.SENSOR_TYPE_ID_GYROSCOPE_UNCALIBRATED, callback?: Callback\): void;
Deprecated version: 9
Substitute API: sensor|@ohos.sensor.d.ts| +|Deprecated version changed|Class name: sensor
Method or attribute name: function off(type: SensorType.SENSOR_TYPE_ID_HALL, callback?: Callback\): void;
Deprecated version: N/A|Class name: sensor
Method or attribute name: function off(type: SensorType.SENSOR_TYPE_ID_HALL, callback?: Callback\): void;
Deprecated version: 9
Substitute API: sensor|@ohos.sensor.d.ts| +|Deprecated version changed|Class name: sensor
Method or attribute name: function off(type: SensorType.SENSOR_TYPE_ID_HEART_RATE, callback?: Callback\): void;
Deprecated version: N/A|Class name: sensor
Method or attribute name: function off(type: SensorType.SENSOR_TYPE_ID_HEART_RATE, callback?: Callback\): void;
Deprecated version: 9
Substitute API: sensor|@ohos.sensor.d.ts| +|Deprecated version changed|Class name: sensor
Method or attribute name: function off(type: SensorType.SENSOR_TYPE_ID_HUMIDITY, callback?: Callback\): void;
Deprecated version: N/A|Class name: sensor
Method or attribute name: function off(type: SensorType.SENSOR_TYPE_ID_HUMIDITY, callback?: Callback\): void;
Deprecated version: 9
Substitute API: sensor|@ohos.sensor.d.ts| +|Deprecated version changed|Class name: sensor
Method or attribute name: function off(type: SensorType.SENSOR_TYPE_ID_LINEAR_ACCELERATION, callback?: Callback\): void;
Deprecated version: N/A|Class name: sensor
Method or attribute name: function off(type: SensorType.SENSOR_TYPE_ID_LINEAR_ACCELERATION, callback?: Callback\): void;
Deprecated version: 9
Substitute API: sensor|@ohos.sensor.d.ts| +|Deprecated version changed|Class name: sensor
Method or attribute name: function off(type: SensorType.SENSOR_TYPE_ID_MAGNETIC_FIELD, callback?: Callback\): void;
Deprecated version: N/A|Class name: sensor
Method or attribute name: function off(type: SensorType.SENSOR_TYPE_ID_MAGNETIC_FIELD, callback?: Callback\): void;
Deprecated version: 9
Substitute API: sensor|@ohos.sensor.d.ts| +|Deprecated version changed|Class name: sensor
Method or attribute name: function off(type: SensorType.SENSOR_TYPE_ID_MAGNETIC_FIELD_UNCALIBRATED, callback?: Callback\): void;
Deprecated version: N/A|Class name: sensor
Method or attribute name: function off(type: SensorType.SENSOR_TYPE_ID_MAGNETIC_FIELD_UNCALIBRATED, callback?: Callback\): void;
Deprecated version: 9
Substitute API: sensor|@ohos.sensor.d.ts| +|Deprecated version changed|Class name: sensor
Method or attribute name: function off(type: SensorType.SENSOR_TYPE_ID_ORIENTATION, callback?: Callback\): void;
Deprecated version: N/A|Class name: sensor
Method or attribute name: function off(type: SensorType.SENSOR_TYPE_ID_ORIENTATION, callback?: Callback\): void;
Deprecated version: 9
Substitute API: sensor|@ohos.sensor.d.ts| +|Deprecated version changed|Class name: sensor
Method or attribute name: function off(type: SensorType.SENSOR_TYPE_ID_PEDOMETER, callback?: Callback\): void;
Deprecated version: N/A|Class name: sensor
Method or attribute name: function off(type: SensorType.SENSOR_TYPE_ID_PEDOMETER, callback?: Callback\): void;
Deprecated version: 9
Substitute API: sensor|@ohos.sensor.d.ts| +|Deprecated version changed|Class name: sensor
Method or attribute name: function off(type: SensorType.SENSOR_TYPE_ID_PEDOMETER_DETECTION, callback?: Callback\): void;
Deprecated version: N/A|Class name: sensor
Method or attribute name: function off(type: SensorType.SENSOR_TYPE_ID_PEDOMETER_DETECTION, callback?: Callback\): void;
Deprecated version: 9
Substitute API: sensor|@ohos.sensor.d.ts| +|Deprecated version changed|Class name: sensor
Method or attribute name: function off(type: SensorType.SENSOR_TYPE_ID_PROXIMITY, callback?: Callback\): void;
Deprecated version: N/A|Class name: sensor
Method or attribute name: function off(type: SensorType.SENSOR_TYPE_ID_PROXIMITY, callback?: Callback\): void;
Deprecated version: 9
Substitute API: sensor|@ohos.sensor.d.ts| +|Deprecated version changed|Class name: sensor
Method or attribute name: function off(type: SensorType.SENSOR_TYPE_ID_ROTATION_VECTOR, callback?: Callback\): void;
Deprecated version: N/A|Class name: sensor
Method or attribute name: function off(type: SensorType.SENSOR_TYPE_ID_ROTATION_VECTOR, callback?: Callback\): void;
Deprecated version: 9
Substitute API: sensor|@ohos.sensor.d.ts| +|Deprecated version changed|Class name: sensor
Method or attribute name: function off(type: SensorType.SENSOR_TYPE_ID_SIGNIFICANT_MOTION, callback?: Callback\): void;
Deprecated version: N/A|Class name: sensor
Method or attribute name: function off(type: SensorType.SENSOR_TYPE_ID_SIGNIFICANT_MOTION, callback?: Callback\): void;
Deprecated version: 9
Substitute API: sensor|@ohos.sensor.d.ts| +|Deprecated version changed|Class name: sensor
Method or attribute name: function off(type: SensorType.SENSOR_TYPE_ID_WEAR_DETECTION, callback?: Callback\): void;
Deprecated version: N/A|Class name: sensor
Method or attribute name: function off(type: SensorType.SENSOR_TYPE_ID_WEAR_DETECTION, callback?: Callback\): void;
Deprecated version: 9
Substitute API: sensor|@ohos.sensor.d.ts| +|Deprecated version changed|Class name: sensor
Method or attribute name: function getGeomagneticField(locationOptions: LocationOptions, timeMillis: number, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: sensor
Method or attribute name: function getGeomagneticField(locationOptions: LocationOptions, timeMillis: number, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: sensor|@ohos.sensor.d.ts| +|Deprecated version changed|Class name: sensor
Method or attribute name: function getGeomagneticField(locationOptions: LocationOptions, timeMillis: number): Promise\;
Deprecated version: N/A|Class name: sensor
Method or attribute name: function getGeomagneticField(locationOptions: LocationOptions, timeMillis: number): Promise\;
Deprecated version: 9
Substitute API: sensor|@ohos.sensor.d.ts| +|Deprecated version changed|Class name: sensor
Method or attribute name: function getAltitude(seaPressure: number, currentPressure: number, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: sensor
Method or attribute name: function getAltitude(seaPressure: number, currentPressure: number, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: sensor|@ohos.sensor.d.ts| +|Deprecated version changed|Class name: sensor
Method or attribute name: function getAltitude(seaPressure: number, currentPressure: number): Promise\;
Deprecated version: N/A|Class name: sensor
Method or attribute name: function getAltitude(seaPressure: number, currentPressure: number): Promise\;
Deprecated version: 9
Substitute API: sensor|@ohos.sensor.d.ts| +|Deprecated version changed|Class name: sensor
Method or attribute name: function getGeomagneticDip(inclinationMatrix: Array\, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: sensor
Method or attribute name: function getGeomagneticDip(inclinationMatrix: Array\, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: sensor|@ohos.sensor.d.ts| +|Deprecated version changed|Class name: sensor
Method or attribute name: function getGeomagneticDip(inclinationMatrix: Array\): Promise\;
Deprecated version: N/A|Class name: sensor
Method or attribute name: function getGeomagneticDip(inclinationMatrix: Array\): Promise\;
Deprecated version: 9
Substitute API: sensor|@ohos.sensor.d.ts| +|Deprecated version changed|Class name: sensor
Method or attribute name: function getAngleModify(currentRotationMatrix: Array\, preRotationMatrix: Array\,

callback: AsyncCallback\>): void;
Deprecated version: N/A|Class name: sensor
Method or attribute name: function getAngleModify(currentRotationMatrix: Array\, preRotationMatrix: Array\,

callback: AsyncCallback\>): void;
Deprecated version: 9
Substitute API: sensor|@ohos.sensor.d.ts| +|Deprecated version changed|Class name: sensor
Method or attribute name: function getAngleModify(currentRotationMatrix: Array\, preRotationMatrix: Array\): Promise\>;
Deprecated version: N/A|Class name: sensor
Method or attribute name: function getAngleModify(currentRotationMatrix: Array\, preRotationMatrix: Array\): Promise\>;
Deprecated version: 9
Substitute API: sensor|@ohos.sensor.d.ts| +|Deprecated version changed|Class name: sensor
Method or attribute name: function createRotationMatrix(rotationVector: Array\, callback: AsyncCallback\>): void;
Deprecated version: N/A|Class name: sensor
Method or attribute name: function createRotationMatrix(rotationVector: Array\, callback: AsyncCallback\>): void;
Deprecated version: 9
Substitute API: sensor|@ohos.sensor.d.ts| +|Deprecated version changed|Class name: sensor
Method or attribute name: function createRotationMatrix(rotationVector: Array\): Promise\>;
Deprecated version: N/A|Class name: sensor
Method or attribute name: function createRotationMatrix(rotationVector: Array\): Promise\>;
Deprecated version: 9
Substitute API: sensor|@ohos.sensor.d.ts| +|Deprecated version changed|Class name: sensor
Method or attribute name: function transformCoordinateSystem(inRotationVector: Array\, coordinates: CoordinatesOptions,

callback: AsyncCallback\>): void;
Deprecated version: N/A|Class name: sensor
Method or attribute name: function transformCoordinateSystem(inRotationVector: Array\, coordinates: CoordinatesOptions,

callback: AsyncCallback\>): void;
Deprecated version: 9
Substitute API: sensor|@ohos.sensor.d.ts| +|Deprecated version changed|Class name: sensor
Method or attribute name: function transformCoordinateSystem(inRotationVector: Array\, coordinates: CoordinatesOptions): Promise\>;
Deprecated version: N/A|Class name: sensor
Method or attribute name: function transformCoordinateSystem(inRotationVector: Array\, coordinates: CoordinatesOptions): Promise\>;
Deprecated version: 9
Substitute API: sensor|@ohos.sensor.d.ts| +|Deprecated version changed|Class name: sensor
Method or attribute name: function createQuaternion(rotationVector: Array\, callback: AsyncCallback\>): void;
Deprecated version: N/A|Class name: sensor
Method or attribute name: function createQuaternion(rotationVector: Array\, callback: AsyncCallback\>): void;
Deprecated version: 9
Substitute API: sensor|@ohos.sensor.d.ts| +|Deprecated version changed|Class name: sensor
Method or attribute name: function createQuaternion(rotationVector: Array\): Promise\>;
Deprecated version: N/A|Class name: sensor
Method or attribute name: function createQuaternion(rotationVector: Array\): Promise\>;
Deprecated version: 9
Substitute API: sensor|@ohos.sensor.d.ts| +|Deprecated version changed|Class name: sensor
Method or attribute name: function getDirection(rotationMatrix: Array\, callback: AsyncCallback\>): void;
Deprecated version: N/A|Class name: sensor
Method or attribute name: function getDirection(rotationMatrix: Array\, callback: AsyncCallback\>): void;
Deprecated version: 9
Substitute API: sensor|@ohos.sensor.d.ts| +|Deprecated version changed|Class name: sensor
Method or attribute name: function getDirection(rotationMatrix: Array\): Promise\>;
Deprecated version: N/A|Class name: sensor
Method or attribute name: function getDirection(rotationMatrix: Array\): Promise\>;
Deprecated version: 9
Substitute API: sensor|@ohos.sensor.d.ts| +|Deprecated version changed|Class name: sensor
Method or attribute name: function createRotationMatrix(gravity: Array\, geomagnetic: Array\, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: sensor
Method or attribute name: function createRotationMatrix(gravity: Array\, geomagnetic: Array\, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: sensor|@ohos.sensor.d.ts| +|Deprecated version changed|Class name: sensor
Method or attribute name: function createRotationMatrix(gravity: Array\, geomagnetic: Array\,): Promise\;
Deprecated version: N/A|Class name: sensor
Method or attribute name: function createRotationMatrix(gravity: Array\, geomagnetic: Array\,): Promise\;
Deprecated version: 9
Substitute API: sensor|@ohos.sensor.d.ts| +|Deprecated version changed|Class name: SensorType
Deprecated version: N/A|Class name: SensorType
Deprecated version: 9
Substitute API: sensor.SensorId |@ohos.sensor.d.ts| +|Deprecated version changed|Class name: vibrator
Method or attribute name: function vibrate(duration: number, callback?: AsyncCallback\): void;
Deprecated version: N/A|Class name: vibrator
Method or attribute name: function vibrate(duration: number, callback?: AsyncCallback\): void;
Deprecated version: 9
Substitute API: vibrator|@ohos.vibrator.d.ts| +|Deprecated version changed|Class name: vibrator
Method or attribute name: function vibrate(duration: number): Promise\;
Deprecated version: N/A|Class name: vibrator
Method or attribute name: function vibrate(duration: number): Promise\;
Deprecated version: 9
Substitute API: vibrator|@ohos.vibrator.d.ts| +|Deprecated version changed|Class name: vibrator
Method or attribute name: function vibrate(effectId: EffectId): Promise\;
Deprecated version: N/A|Class name: vibrator
Method or attribute name: function vibrate(effectId: EffectId): Promise\;
Deprecated version: 9
Substitute API: vibrator|@ohos.vibrator.d.ts| +|Deprecated version changed|Class name: vibrator
Method or attribute name: function vibrate(effectId: EffectId, callback?: AsyncCallback\): void;
Deprecated version: N/A|Class name: vibrator
Method or attribute name: function vibrate(effectId: EffectId, callback?: AsyncCallback\): void;
Deprecated version: 9
Substitute API: vibrator|@ohos.vibrator.d.ts| +|Deprecated version changed|Class name: vibrator
Method or attribute name: function stop(stopMode: VibratorStopMode): Promise\;
Deprecated version: N/A|Class name: vibrator
Method or attribute name: function stop(stopMode: VibratorStopMode): Promise\;
Deprecated version: 9
Substitute API: vibrator|@ohos.vibrator.d.ts| +|Deprecated version changed|Class name: vibrator
Method or attribute name: function stop(stopMode: VibratorStopMode, callback?: AsyncCallback\): void;
Deprecated version: N/A|Class name: vibrator
Method or attribute name: function stop(stopMode: VibratorStopMode, callback?: AsyncCallback\): void;
Deprecated version: 9
Substitute API: vibrator|@ohos.vibrator.d.ts| +|Permission changed|Class name: sensor
Method or attribute name: function on(type: SensorType.SENSOR_TYPE_ID_HEART_RATE, callback: Callback\,

options?: Options): void;
Permission: ohos.permission.READ_HEALTH_DATA|Class name: sensor
Method or attribute name: function on(type: SensorType.SENSOR_TYPE_ID_HEART_RATE, callback: Callback\,

options?: Options): void;
Permission: ohos.permission.HEALTH_DATA|@ohos.sensor.d.ts| +|Permission changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_HEART_RATE, callback: Callback\): void;
Permission: ohos.permission.READ_HEALTH_DATA|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_HEART_RATE, callback: Callback\): void;
Permission: ohos.permission.HEART_RATE|@ohos.sensor.d.ts| +|Permission changed|Class name: sensor
Method or attribute name: function off(type: SensorType.SENSOR_TYPE_ID_HEART_RATE, callback?: Callback\): void;
Permission: ohos.permission.READ_HEALTH_DATA|Class name: sensor
Method or attribute name: function off(type: SensorType.SENSOR_TYPE_ID_HEART_RATE, callback?: Callback\): void;
Permission: ohos.permission.HEALTH_DATA|@ohos.sensor.d.ts| +|Permission deleted|Class name: sensor
Permission: ohos.permission.ACCELEROMETER|Class name: sensor
Permission: N/A|@ohos.sensor.d.ts| +|Permission deleted|Class name: vibrator
Permission: ohos.permission.VIBRATE|Class name: vibrator
Permission: N/A|@ohos.vibrator.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_ACCELEROMETER, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.ACCELEROMETER, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_ACCELEROMETER_UNCALIBRATED, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.ACCELEROMETER, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_AMBIENT_LIGHT, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.ACCELEROMETER, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_AMBIENT_TEMPERATURE, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.ACCELEROMETER, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_BAROMETER, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.ACCELEROMETER, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_GRAVITY, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.ACCELEROMETER, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_GYROSCOPE, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.ACCELEROMETER, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_GYROSCOPE_UNCALIBRATED, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.ACCELEROMETER, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_HALL, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.ACCELEROMETER, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_HEART_RATE, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.ACCELEROMETER, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_HUMIDITY, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.ACCELEROMETER, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_LINEAR_ACCELERATION, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.ACCELEROMETER, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_MAGNETIC_FIELD, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.ACCELEROMETER, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_MAGNETIC_FIELD_UNCALIBRATED, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.ACCELEROMETER, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_ORIENTATION, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.ACCELEROMETER, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_PEDOMETER, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.ACCELEROMETER, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_PEDOMETER_DETECTION, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.ACCELEROMETER, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_PROXIMITY, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.ACCELEROMETER, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_ROTATION_VECTOR, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.ACCELEROMETER, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_SIGNIFICANT_MOTION, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.ACCELEROMETER, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_WEAR_DETECTION, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.ACCELEROMETER, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_ACCELEROMETER, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.ACCELEROMETER_UNCALIBRATED, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_ACCELEROMETER_UNCALIBRATED, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.ACCELEROMETER_UNCALIBRATED, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_AMBIENT_LIGHT, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.ACCELEROMETER_UNCALIBRATED, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_AMBIENT_TEMPERATURE, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.ACCELEROMETER_UNCALIBRATED, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_BAROMETER, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.ACCELEROMETER_UNCALIBRATED, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_GRAVITY, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.ACCELEROMETER_UNCALIBRATED, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_GYROSCOPE, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.ACCELEROMETER_UNCALIBRATED, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_GYROSCOPE_UNCALIBRATED, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.ACCELEROMETER_UNCALIBRATED, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_HALL, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.ACCELEROMETER_UNCALIBRATED, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_HEART_RATE, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.ACCELEROMETER_UNCALIBRATED, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_HUMIDITY, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.ACCELEROMETER_UNCALIBRATED, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_LINEAR_ACCELERATION, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.ACCELEROMETER_UNCALIBRATED, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_MAGNETIC_FIELD, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.ACCELEROMETER_UNCALIBRATED, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_MAGNETIC_FIELD_UNCALIBRATED, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.ACCELEROMETER_UNCALIBRATED, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_ORIENTATION, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.ACCELEROMETER_UNCALIBRATED, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_PEDOMETER, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.ACCELEROMETER_UNCALIBRATED, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_PEDOMETER_DETECTION, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.ACCELEROMETER_UNCALIBRATED, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_PROXIMITY, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.ACCELEROMETER_UNCALIBRATED, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_ROTATION_VECTOR, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.ACCELEROMETER_UNCALIBRATED, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_SIGNIFICANT_MOTION, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.ACCELEROMETER_UNCALIBRATED, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_WEAR_DETECTION, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.ACCELEROMETER_UNCALIBRATED, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_ACCELEROMETER, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.AMBIENT_LIGHT, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_ACCELEROMETER_UNCALIBRATED, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.AMBIENT_LIGHT, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_AMBIENT_LIGHT, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.AMBIENT_LIGHT, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_AMBIENT_TEMPERATURE, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.AMBIENT_LIGHT, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_BAROMETER, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.AMBIENT_LIGHT, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_GRAVITY, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.AMBIENT_LIGHT, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_GYROSCOPE, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.AMBIENT_LIGHT, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_GYROSCOPE_UNCALIBRATED, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.AMBIENT_LIGHT, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_HALL, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.AMBIENT_LIGHT, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_HEART_RATE, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.AMBIENT_LIGHT, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_HUMIDITY, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.AMBIENT_LIGHT, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_LINEAR_ACCELERATION, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.AMBIENT_LIGHT, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_MAGNETIC_FIELD, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.AMBIENT_LIGHT, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_MAGNETIC_FIELD_UNCALIBRATED, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.AMBIENT_LIGHT, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_ORIENTATION, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.AMBIENT_LIGHT, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_PEDOMETER, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.AMBIENT_LIGHT, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_PEDOMETER_DETECTION, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.AMBIENT_LIGHT, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_PROXIMITY, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.AMBIENT_LIGHT, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_ROTATION_VECTOR, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.AMBIENT_LIGHT, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_SIGNIFICANT_MOTION, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.AMBIENT_LIGHT, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_WEAR_DETECTION, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.AMBIENT_LIGHT, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_ACCELEROMETER, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.AMBIENT_TEMPERATURE, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_ACCELEROMETER_UNCALIBRATED, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.AMBIENT_TEMPERATURE, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_AMBIENT_LIGHT, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.AMBIENT_TEMPERATURE, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_AMBIENT_TEMPERATURE, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.AMBIENT_TEMPERATURE, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_BAROMETER, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.AMBIENT_TEMPERATURE, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_GRAVITY, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.AMBIENT_TEMPERATURE, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_GYROSCOPE, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.AMBIENT_TEMPERATURE, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_GYROSCOPE_UNCALIBRATED, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.AMBIENT_TEMPERATURE, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_HALL, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.AMBIENT_TEMPERATURE, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_HEART_RATE, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.AMBIENT_TEMPERATURE, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_HUMIDITY, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.AMBIENT_TEMPERATURE, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_LINEAR_ACCELERATION, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.AMBIENT_TEMPERATURE, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_MAGNETIC_FIELD, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.AMBIENT_TEMPERATURE, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_MAGNETIC_FIELD_UNCALIBRATED, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.AMBIENT_TEMPERATURE, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_ORIENTATION, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.AMBIENT_TEMPERATURE, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_PEDOMETER, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.AMBIENT_TEMPERATURE, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_PEDOMETER_DETECTION, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.AMBIENT_TEMPERATURE, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_PROXIMITY, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.AMBIENT_TEMPERATURE, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_ROTATION_VECTOR, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.AMBIENT_TEMPERATURE, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_SIGNIFICANT_MOTION, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.AMBIENT_TEMPERATURE, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_WEAR_DETECTION, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.AMBIENT_TEMPERATURE, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_ACCELEROMETER, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.BAROMETER, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_ACCELEROMETER_UNCALIBRATED, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.BAROMETER, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_AMBIENT_LIGHT, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.BAROMETER, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_AMBIENT_TEMPERATURE, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.BAROMETER, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_BAROMETER, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.BAROMETER, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_GRAVITY, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.BAROMETER, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_GYROSCOPE, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.BAROMETER, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_GYROSCOPE_UNCALIBRATED, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.BAROMETER, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_HALL, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.BAROMETER, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_HEART_RATE, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.BAROMETER, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_HUMIDITY, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.BAROMETER, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_LINEAR_ACCELERATION, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.BAROMETER, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_MAGNETIC_FIELD, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.BAROMETER, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_MAGNETIC_FIELD_UNCALIBRATED, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.BAROMETER, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_ORIENTATION, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.BAROMETER, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_PEDOMETER, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.BAROMETER, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_PEDOMETER_DETECTION, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.BAROMETER, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_PROXIMITY, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.BAROMETER, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_ROTATION_VECTOR, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.BAROMETER, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_SIGNIFICANT_MOTION, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.BAROMETER, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_WEAR_DETECTION, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.BAROMETER, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_ACCELEROMETER, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.GRAVITY, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_ACCELEROMETER_UNCALIBRATED, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.GRAVITY, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_AMBIENT_LIGHT, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.GRAVITY, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_AMBIENT_TEMPERATURE, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.GRAVITY, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_BAROMETER, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.GRAVITY, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_GRAVITY, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.GRAVITY, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_GYROSCOPE, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.GRAVITY, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_GYROSCOPE_UNCALIBRATED, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.GRAVITY, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_HALL, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.GRAVITY, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_HEART_RATE, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.GRAVITY, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_HUMIDITY, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.GRAVITY, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_LINEAR_ACCELERATION, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.GRAVITY, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_MAGNETIC_FIELD, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.GRAVITY, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_MAGNETIC_FIELD_UNCALIBRATED, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.GRAVITY, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_ORIENTATION, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.GRAVITY, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_PEDOMETER, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.GRAVITY, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_PEDOMETER_DETECTION, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.GRAVITY, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_PROXIMITY, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.GRAVITY, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_ROTATION_VECTOR, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.GRAVITY, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_SIGNIFICANT_MOTION, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.GRAVITY, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_WEAR_DETECTION, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.GRAVITY, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_ACCELEROMETER, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.GYROSCOPE, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_ACCELEROMETER_UNCALIBRATED, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.GYROSCOPE, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_AMBIENT_LIGHT, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.GYROSCOPE, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_AMBIENT_TEMPERATURE, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.GYROSCOPE, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_BAROMETER, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.GYROSCOPE, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_GRAVITY, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.GYROSCOPE, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_GYROSCOPE, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.GYROSCOPE, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_GYROSCOPE_UNCALIBRATED, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.GYROSCOPE, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_HALL, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.GYROSCOPE, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_HEART_RATE, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.GYROSCOPE, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_HUMIDITY, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.GYROSCOPE, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_LINEAR_ACCELERATION, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.GYROSCOPE, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_MAGNETIC_FIELD, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.GYROSCOPE, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_MAGNETIC_FIELD_UNCALIBRATED, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.GYROSCOPE, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_ORIENTATION, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.GYROSCOPE, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_PEDOMETER, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.GYROSCOPE, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_PEDOMETER_DETECTION, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.GYROSCOPE, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_PROXIMITY, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.GYROSCOPE, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_ROTATION_VECTOR, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.GYROSCOPE, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_SIGNIFICANT_MOTION, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.GYROSCOPE, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_WEAR_DETECTION, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.GYROSCOPE, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_ACCELEROMETER, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.GYROSCOPE_UNCALIBRATED, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_ACCELEROMETER_UNCALIBRATED, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.GYROSCOPE_UNCALIBRATED, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_AMBIENT_LIGHT, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.GYROSCOPE_UNCALIBRATED, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_AMBIENT_TEMPERATURE, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.GYROSCOPE_UNCALIBRATED, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_BAROMETER, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.GYROSCOPE_UNCALIBRATED, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_GRAVITY, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.GYROSCOPE_UNCALIBRATED, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_GYROSCOPE, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.GYROSCOPE_UNCALIBRATED, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_GYROSCOPE_UNCALIBRATED, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.GYROSCOPE_UNCALIBRATED, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_HALL, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.GYROSCOPE_UNCALIBRATED, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_HEART_RATE, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.GYROSCOPE_UNCALIBRATED, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_HUMIDITY, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.GYROSCOPE_UNCALIBRATED, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_LINEAR_ACCELERATION, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.GYROSCOPE_UNCALIBRATED, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_MAGNETIC_FIELD, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.GYROSCOPE_UNCALIBRATED, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_MAGNETIC_FIELD_UNCALIBRATED, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.GYROSCOPE_UNCALIBRATED, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_ORIENTATION, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.GYROSCOPE_UNCALIBRATED, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_PEDOMETER, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.GYROSCOPE_UNCALIBRATED, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_PEDOMETER_DETECTION, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.GYROSCOPE_UNCALIBRATED, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_PROXIMITY, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.GYROSCOPE_UNCALIBRATED, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_ROTATION_VECTOR, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.GYROSCOPE_UNCALIBRATED, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_SIGNIFICANT_MOTION, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.GYROSCOPE_UNCALIBRATED, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_WEAR_DETECTION, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.GYROSCOPE_UNCALIBRATED, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_ACCELEROMETER, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.HALL, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_ACCELEROMETER_UNCALIBRATED, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.HALL, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_AMBIENT_LIGHT, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.HALL, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_AMBIENT_TEMPERATURE, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.HALL, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_BAROMETER, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.HALL, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_GRAVITY, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.HALL, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_GYROSCOPE, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.HALL, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_GYROSCOPE_UNCALIBRATED, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.HALL, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_HALL, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.HALL, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_HEART_RATE, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.HALL, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_HUMIDITY, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.HALL, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_LINEAR_ACCELERATION, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.HALL, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_MAGNETIC_FIELD, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.HALL, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_MAGNETIC_FIELD_UNCALIBRATED, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.HALL, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_ORIENTATION, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.HALL, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_PEDOMETER, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.HALL, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_PEDOMETER_DETECTION, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.HALL, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_PROXIMITY, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.HALL, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_ROTATION_VECTOR, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.HALL, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_SIGNIFICANT_MOTION, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.HALL, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_WEAR_DETECTION, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.HALL, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_ACCELEROMETER, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.HEART_RATE, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_ACCELEROMETER_UNCALIBRATED, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.HEART_RATE, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_AMBIENT_LIGHT, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.HEART_RATE, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_AMBIENT_TEMPERATURE, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.HEART_RATE, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_BAROMETER, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.HEART_RATE, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_GRAVITY, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.HEART_RATE, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_GYROSCOPE, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.HEART_RATE, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_GYROSCOPE_UNCALIBRATED, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.HEART_RATE, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_HALL, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.HEART_RATE, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_HEART_RATE, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.HEART_RATE, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_HUMIDITY, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.HEART_RATE, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_LINEAR_ACCELERATION, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.HEART_RATE, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_MAGNETIC_FIELD, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.HEART_RATE, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_MAGNETIC_FIELD_UNCALIBRATED, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.HEART_RATE, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_ORIENTATION, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.HEART_RATE, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_PEDOMETER, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.HEART_RATE, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_PEDOMETER_DETECTION, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.HEART_RATE, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_PROXIMITY, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.HEART_RATE, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_ROTATION_VECTOR, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.HEART_RATE, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_SIGNIFICANT_MOTION, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.HEART_RATE, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_WEAR_DETECTION, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.HEART_RATE, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_ACCELEROMETER, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.HUMIDITY, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_ACCELEROMETER_UNCALIBRATED, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.HUMIDITY, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_AMBIENT_LIGHT, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.HUMIDITY, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_AMBIENT_TEMPERATURE, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.HUMIDITY, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_BAROMETER, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.HUMIDITY, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_GRAVITY, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.HUMIDITY, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_GYROSCOPE, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.HUMIDITY, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_GYROSCOPE_UNCALIBRATED, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.HUMIDITY, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_HALL, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.HUMIDITY, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_HEART_RATE, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.HUMIDITY, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_HUMIDITY, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.HUMIDITY, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_LINEAR_ACCELERATION, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.HUMIDITY, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_MAGNETIC_FIELD, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.HUMIDITY, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_MAGNETIC_FIELD_UNCALIBRATED, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.HUMIDITY, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_ORIENTATION, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.HUMIDITY, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_PEDOMETER, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.HUMIDITY, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_PEDOMETER_DETECTION, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.HUMIDITY, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_PROXIMITY, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.HUMIDITY, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_ROTATION_VECTOR, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.HUMIDITY, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_SIGNIFICANT_MOTION, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.HUMIDITY, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_WEAR_DETECTION, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.HUMIDITY, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_ACCELEROMETER, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.LINEAR_ACCELEROMETER, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_ACCELEROMETER_UNCALIBRATED, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.LINEAR_ACCELEROMETER, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_AMBIENT_LIGHT, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.LINEAR_ACCELEROMETER, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_AMBIENT_TEMPERATURE, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.LINEAR_ACCELEROMETER, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_BAROMETER, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.LINEAR_ACCELEROMETER, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_GRAVITY, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.LINEAR_ACCELEROMETER, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_GYROSCOPE, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.LINEAR_ACCELEROMETER, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_GYROSCOPE_UNCALIBRATED, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.LINEAR_ACCELEROMETER, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_HALL, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.LINEAR_ACCELEROMETER, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_HEART_RATE, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.LINEAR_ACCELEROMETER, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_HUMIDITY, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.LINEAR_ACCELEROMETER, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_LINEAR_ACCELERATION, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.LINEAR_ACCELEROMETER, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_MAGNETIC_FIELD, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.LINEAR_ACCELEROMETER, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_MAGNETIC_FIELD_UNCALIBRATED, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.LINEAR_ACCELEROMETER, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_ORIENTATION, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.LINEAR_ACCELEROMETER, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_PEDOMETER, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.LINEAR_ACCELEROMETER, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_PEDOMETER_DETECTION, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.LINEAR_ACCELEROMETER, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_PROXIMITY, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.LINEAR_ACCELEROMETER, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_ROTATION_VECTOR, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.LINEAR_ACCELEROMETER, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_SIGNIFICANT_MOTION, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.LINEAR_ACCELEROMETER, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_WEAR_DETECTION, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.LINEAR_ACCELEROMETER, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_ACCELEROMETER, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.MAGNETIC_FIELD, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_ACCELEROMETER_UNCALIBRATED, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.MAGNETIC_FIELD, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_AMBIENT_LIGHT, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.MAGNETIC_FIELD, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_AMBIENT_TEMPERATURE, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.MAGNETIC_FIELD, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_BAROMETER, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.MAGNETIC_FIELD, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_GRAVITY, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.MAGNETIC_FIELD, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_GYROSCOPE, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.MAGNETIC_FIELD, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_GYROSCOPE_UNCALIBRATED, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.MAGNETIC_FIELD, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_HALL, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.MAGNETIC_FIELD, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_HEART_RATE, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.MAGNETIC_FIELD, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_HUMIDITY, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.MAGNETIC_FIELD, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_LINEAR_ACCELERATION, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.MAGNETIC_FIELD, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_MAGNETIC_FIELD, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.MAGNETIC_FIELD, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_MAGNETIC_FIELD_UNCALIBRATED, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.MAGNETIC_FIELD, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_ORIENTATION, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.MAGNETIC_FIELD, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_PEDOMETER, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.MAGNETIC_FIELD, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_PEDOMETER_DETECTION, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.MAGNETIC_FIELD, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_PROXIMITY, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.MAGNETIC_FIELD, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_ROTATION_VECTOR, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.MAGNETIC_FIELD, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_SIGNIFICANT_MOTION, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.MAGNETIC_FIELD, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_WEAR_DETECTION, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.MAGNETIC_FIELD, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_ACCELEROMETER, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.MAGNETIC_FIELD_UNCALIBRATED, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_ACCELEROMETER_UNCALIBRATED, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.MAGNETIC_FIELD_UNCALIBRATED, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_AMBIENT_LIGHT, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.MAGNETIC_FIELD_UNCALIBRATED, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_AMBIENT_TEMPERATURE, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.MAGNETIC_FIELD_UNCALIBRATED, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_BAROMETER, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.MAGNETIC_FIELD_UNCALIBRATED, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_GRAVITY, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.MAGNETIC_FIELD_UNCALIBRATED, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_GYROSCOPE, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.MAGNETIC_FIELD_UNCALIBRATED, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_GYROSCOPE_UNCALIBRATED, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.MAGNETIC_FIELD_UNCALIBRATED, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_HALL, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.MAGNETIC_FIELD_UNCALIBRATED, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_HEART_RATE, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.MAGNETIC_FIELD_UNCALIBRATED, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_HUMIDITY, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.MAGNETIC_FIELD_UNCALIBRATED, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_LINEAR_ACCELERATION, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.MAGNETIC_FIELD_UNCALIBRATED, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_MAGNETIC_FIELD, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.MAGNETIC_FIELD_UNCALIBRATED, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_MAGNETIC_FIELD_UNCALIBRATED, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.MAGNETIC_FIELD_UNCALIBRATED, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_ORIENTATION, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.MAGNETIC_FIELD_UNCALIBRATED, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_PEDOMETER, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.MAGNETIC_FIELD_UNCALIBRATED, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_PEDOMETER_DETECTION, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.MAGNETIC_FIELD_UNCALIBRATED, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_PROXIMITY, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.MAGNETIC_FIELD_UNCALIBRATED, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_ROTATION_VECTOR, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.MAGNETIC_FIELD_UNCALIBRATED, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_SIGNIFICANT_MOTION, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.MAGNETIC_FIELD_UNCALIBRATED, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_WEAR_DETECTION, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.MAGNETIC_FIELD_UNCALIBRATED, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_ACCELEROMETER, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.ORIENTATION, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_ACCELEROMETER_UNCALIBRATED, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.ORIENTATION, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_AMBIENT_LIGHT, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.ORIENTATION, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_AMBIENT_TEMPERATURE, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.ORIENTATION, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_BAROMETER, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.ORIENTATION, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_GRAVITY, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.ORIENTATION, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_GYROSCOPE, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.ORIENTATION, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_GYROSCOPE_UNCALIBRATED, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.ORIENTATION, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_HALL, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.ORIENTATION, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_HEART_RATE, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.ORIENTATION, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_HUMIDITY, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.ORIENTATION, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_LINEAR_ACCELERATION, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.ORIENTATION, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_MAGNETIC_FIELD, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.ORIENTATION, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_MAGNETIC_FIELD_UNCALIBRATED, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.ORIENTATION, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_ORIENTATION, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.ORIENTATION, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_PEDOMETER, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.ORIENTATION, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_PEDOMETER_DETECTION, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.ORIENTATION, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_PROXIMITY, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.ORIENTATION, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_ROTATION_VECTOR, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.ORIENTATION, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_SIGNIFICANT_MOTION, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.ORIENTATION, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_WEAR_DETECTION, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.ORIENTATION, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_ACCELEROMETER, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.PEDOMETER, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_ACCELEROMETER_UNCALIBRATED, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.PEDOMETER, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_AMBIENT_LIGHT, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.PEDOMETER, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_AMBIENT_TEMPERATURE, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.PEDOMETER, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_BAROMETER, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.PEDOMETER, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_GRAVITY, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.PEDOMETER, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_GYROSCOPE, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.PEDOMETER, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_GYROSCOPE_UNCALIBRATED, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.PEDOMETER, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_HALL, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.PEDOMETER, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_HEART_RATE, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.PEDOMETER, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_HUMIDITY, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.PEDOMETER, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_LINEAR_ACCELERATION, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.PEDOMETER, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_MAGNETIC_FIELD, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.PEDOMETER, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_MAGNETIC_FIELD_UNCALIBRATED, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.PEDOMETER, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_ORIENTATION, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.PEDOMETER, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_PEDOMETER, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.PEDOMETER, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_PEDOMETER_DETECTION, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.PEDOMETER, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_PROXIMITY, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.PEDOMETER, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_ROTATION_VECTOR, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.PEDOMETER, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_SIGNIFICANT_MOTION, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.PEDOMETER, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_WEAR_DETECTION, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.PEDOMETER, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_ACCELEROMETER, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.PEDOMETER_DETECTION, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_ACCELEROMETER_UNCALIBRATED, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.PEDOMETER_DETECTION, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_AMBIENT_LIGHT, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.PEDOMETER_DETECTION, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_AMBIENT_TEMPERATURE, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.PEDOMETER_DETECTION, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_BAROMETER, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.PEDOMETER_DETECTION, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_GRAVITY, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.PEDOMETER_DETECTION, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_GYROSCOPE, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.PEDOMETER_DETECTION, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_GYROSCOPE_UNCALIBRATED, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.PEDOMETER_DETECTION, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_HALL, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.PEDOMETER_DETECTION, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_HEART_RATE, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.PEDOMETER_DETECTION, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_HUMIDITY, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.PEDOMETER_DETECTION, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_LINEAR_ACCELERATION, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.PEDOMETER_DETECTION, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_MAGNETIC_FIELD, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.PEDOMETER_DETECTION, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_MAGNETIC_FIELD_UNCALIBRATED, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.PEDOMETER_DETECTION, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_ORIENTATION, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.PEDOMETER_DETECTION, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_PEDOMETER, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.PEDOMETER_DETECTION, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_PEDOMETER_DETECTION, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.PEDOMETER_DETECTION, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_PROXIMITY, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.PEDOMETER_DETECTION, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_ROTATION_VECTOR, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.PEDOMETER_DETECTION, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_SIGNIFICANT_MOTION, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.PEDOMETER_DETECTION, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_WEAR_DETECTION, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.PEDOMETER_DETECTION, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_ACCELEROMETER, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.PROXIMITY, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_ACCELEROMETER_UNCALIBRATED, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.PROXIMITY, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_AMBIENT_LIGHT, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.PROXIMITY, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_AMBIENT_TEMPERATURE, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.PROXIMITY, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_BAROMETER, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.PROXIMITY, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_GRAVITY, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.PROXIMITY, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_GYROSCOPE, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.PROXIMITY, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_GYROSCOPE_UNCALIBRATED, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.PROXIMITY, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_HALL, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.PROXIMITY, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_HEART_RATE, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.PROXIMITY, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_HUMIDITY, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.PROXIMITY, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_LINEAR_ACCELERATION, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.PROXIMITY, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_MAGNETIC_FIELD, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.PROXIMITY, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_MAGNETIC_FIELD_UNCALIBRATED, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.PROXIMITY, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_ORIENTATION, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.PROXIMITY, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_PEDOMETER, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.PROXIMITY, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_PEDOMETER_DETECTION, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.PROXIMITY, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_PROXIMITY, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.PROXIMITY, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_ROTATION_VECTOR, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.PROXIMITY, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_SIGNIFICANT_MOTION, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.PROXIMITY, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_WEAR_DETECTION, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.PROXIMITY, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_ACCELEROMETER, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.ROTATION_VECTOR, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_ACCELEROMETER_UNCALIBRATED, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.ROTATION_VECTOR, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_AMBIENT_LIGHT, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.ROTATION_VECTOR, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_AMBIENT_TEMPERATURE, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.ROTATION_VECTOR, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_BAROMETER, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.ROTATION_VECTOR, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_GRAVITY, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.ROTATION_VECTOR, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_GYROSCOPE, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.ROTATION_VECTOR, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_GYROSCOPE_UNCALIBRATED, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.ROTATION_VECTOR, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_HALL, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.ROTATION_VECTOR, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_HEART_RATE, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.ROTATION_VECTOR, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_HUMIDITY, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.ROTATION_VECTOR, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_LINEAR_ACCELERATION, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.ROTATION_VECTOR, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_MAGNETIC_FIELD, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.ROTATION_VECTOR, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_MAGNETIC_FIELD_UNCALIBRATED, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.ROTATION_VECTOR, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_ORIENTATION, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.ROTATION_VECTOR, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_PEDOMETER, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.ROTATION_VECTOR, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_PEDOMETER_DETECTION, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.ROTATION_VECTOR, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_PROXIMITY, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.ROTATION_VECTOR, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_ROTATION_VECTOR, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.ROTATION_VECTOR, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_SIGNIFICANT_MOTION, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.ROTATION_VECTOR, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_WEAR_DETECTION, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.ROTATION_VECTOR, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_ACCELEROMETER, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.SIGNIFICANT_MOTION, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_ACCELEROMETER_UNCALIBRATED, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.SIGNIFICANT_MOTION, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_AMBIENT_LIGHT, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.SIGNIFICANT_MOTION, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_AMBIENT_TEMPERATURE, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.SIGNIFICANT_MOTION, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_BAROMETER, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.SIGNIFICANT_MOTION, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_GRAVITY, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.SIGNIFICANT_MOTION, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_GYROSCOPE, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.SIGNIFICANT_MOTION, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_GYROSCOPE_UNCALIBRATED, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.SIGNIFICANT_MOTION, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_HALL, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.SIGNIFICANT_MOTION, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_HEART_RATE, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.SIGNIFICANT_MOTION, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_HUMIDITY, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.SIGNIFICANT_MOTION, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_LINEAR_ACCELERATION, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.SIGNIFICANT_MOTION, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_MAGNETIC_FIELD, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.SIGNIFICANT_MOTION, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_MAGNETIC_FIELD_UNCALIBRATED, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.SIGNIFICANT_MOTION, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_ORIENTATION, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.SIGNIFICANT_MOTION, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_PEDOMETER, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.SIGNIFICANT_MOTION, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_PEDOMETER_DETECTION, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.SIGNIFICANT_MOTION, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_PROXIMITY, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.SIGNIFICANT_MOTION, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_ROTATION_VECTOR, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.SIGNIFICANT_MOTION, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_SIGNIFICANT_MOTION, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.SIGNIFICANT_MOTION, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_WEAR_DETECTION, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.SIGNIFICANT_MOTION, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_ACCELEROMETER, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.WEAR_DETECTION, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_ACCELEROMETER_UNCALIBRATED, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.WEAR_DETECTION, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_AMBIENT_LIGHT, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.WEAR_DETECTION, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_AMBIENT_TEMPERATURE, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.WEAR_DETECTION, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_BAROMETER, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.WEAR_DETECTION, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_GRAVITY, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.WEAR_DETECTION, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_GYROSCOPE, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.WEAR_DETECTION, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_GYROSCOPE_UNCALIBRATED, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.WEAR_DETECTION, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_HALL, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.WEAR_DETECTION, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_HEART_RATE, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.WEAR_DETECTION, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_HUMIDITY, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.WEAR_DETECTION, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_LINEAR_ACCELERATION, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.WEAR_DETECTION, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_MAGNETIC_FIELD, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.WEAR_DETECTION, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_MAGNETIC_FIELD_UNCALIBRATED, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.WEAR_DETECTION, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_ORIENTATION, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.WEAR_DETECTION, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_PEDOMETER, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.WEAR_DETECTION, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_PEDOMETER_DETECTION, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.WEAR_DETECTION, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_PROXIMITY, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.WEAR_DETECTION, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_ROTATION_VECTOR, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.WEAR_DETECTION, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_SIGNIFICANT_MOTION, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.WEAR_DETECTION, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_WEAR_DETECTION, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorId.WEAR_DETECTION, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_ACCELEROMETER, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_ACCELEROMETER, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_ACCELEROMETER_UNCALIBRATED, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_ACCELEROMETER, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_AMBIENT_LIGHT, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_ACCELEROMETER, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_AMBIENT_TEMPERATURE, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_ACCELEROMETER, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_BAROMETER, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_ACCELEROMETER, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_GRAVITY, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_ACCELEROMETER, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_GYROSCOPE, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_ACCELEROMETER, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_GYROSCOPE_UNCALIBRATED, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_ACCELEROMETER, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_HALL, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_ACCELEROMETER, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_HEART_RATE, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_ACCELEROMETER, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_HUMIDITY, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_ACCELEROMETER, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_LINEAR_ACCELERATION, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_ACCELEROMETER, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_MAGNETIC_FIELD, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_ACCELEROMETER, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_MAGNETIC_FIELD_UNCALIBRATED, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_ACCELEROMETER, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_ORIENTATION, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_ACCELEROMETER, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_PEDOMETER, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_ACCELEROMETER, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_PEDOMETER_DETECTION, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_ACCELEROMETER, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_PROXIMITY, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_ACCELEROMETER, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_ROTATION_VECTOR, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_ACCELEROMETER, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_SIGNIFICANT_MOTION, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_ACCELEROMETER, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_WEAR_DETECTION, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_ACCELEROMETER, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_ACCELEROMETER, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_ACCELEROMETER_UNCALIBRATED, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_ACCELEROMETER_UNCALIBRATED, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_ACCELEROMETER_UNCALIBRATED, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_AMBIENT_LIGHT, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_ACCELEROMETER_UNCALIBRATED, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_AMBIENT_TEMPERATURE, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_ACCELEROMETER_UNCALIBRATED, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_BAROMETER, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_ACCELEROMETER_UNCALIBRATED, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_GRAVITY, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_ACCELEROMETER_UNCALIBRATED, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_GYROSCOPE, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_ACCELEROMETER_UNCALIBRATED, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_GYROSCOPE_UNCALIBRATED, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_ACCELEROMETER_UNCALIBRATED, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_HALL, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_ACCELEROMETER_UNCALIBRATED, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_HEART_RATE, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_ACCELEROMETER_UNCALIBRATED, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_HUMIDITY, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_ACCELEROMETER_UNCALIBRATED, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_LINEAR_ACCELERATION, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_ACCELEROMETER_UNCALIBRATED, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_MAGNETIC_FIELD, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_ACCELEROMETER_UNCALIBRATED, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_MAGNETIC_FIELD_UNCALIBRATED, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_ACCELEROMETER_UNCALIBRATED, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_ORIENTATION, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_ACCELEROMETER_UNCALIBRATED, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_PEDOMETER, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_ACCELEROMETER_UNCALIBRATED, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_PEDOMETER_DETECTION, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_ACCELEROMETER_UNCALIBRATED, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_PROXIMITY, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_ACCELEROMETER_UNCALIBRATED, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_ROTATION_VECTOR, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_ACCELEROMETER_UNCALIBRATED, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_SIGNIFICANT_MOTION, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_ACCELEROMETER_UNCALIBRATED, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_WEAR_DETECTION, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_ACCELEROMETER_UNCALIBRATED, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_ACCELEROMETER, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_AMBIENT_LIGHT, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_ACCELEROMETER_UNCALIBRATED, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_AMBIENT_LIGHT, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_AMBIENT_LIGHT, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_AMBIENT_LIGHT, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_AMBIENT_TEMPERATURE, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_AMBIENT_LIGHT, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_BAROMETER, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_AMBIENT_LIGHT, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_GRAVITY, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_AMBIENT_LIGHT, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_GYROSCOPE, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_AMBIENT_LIGHT, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_GYROSCOPE_UNCALIBRATED, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_AMBIENT_LIGHT, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_HALL, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_AMBIENT_LIGHT, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_HEART_RATE, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_AMBIENT_LIGHT, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_HUMIDITY, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_AMBIENT_LIGHT, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_LINEAR_ACCELERATION, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_AMBIENT_LIGHT, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_MAGNETIC_FIELD, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_AMBIENT_LIGHT, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_MAGNETIC_FIELD_UNCALIBRATED, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_AMBIENT_LIGHT, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_ORIENTATION, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_AMBIENT_LIGHT, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_PEDOMETER, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_AMBIENT_LIGHT, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_PEDOMETER_DETECTION, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_AMBIENT_LIGHT, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_PROXIMITY, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_AMBIENT_LIGHT, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_ROTATION_VECTOR, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_AMBIENT_LIGHT, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_SIGNIFICANT_MOTION, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_AMBIENT_LIGHT, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_WEAR_DETECTION, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_AMBIENT_LIGHT, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_ACCELEROMETER, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_AMBIENT_TEMPERATURE, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_ACCELEROMETER_UNCALIBRATED, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_AMBIENT_TEMPERATURE, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_AMBIENT_LIGHT, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_AMBIENT_TEMPERATURE, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_AMBIENT_TEMPERATURE, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_AMBIENT_TEMPERATURE, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_BAROMETER, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_AMBIENT_TEMPERATURE, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_GRAVITY, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_AMBIENT_TEMPERATURE, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_GYROSCOPE, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_AMBIENT_TEMPERATURE, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_GYROSCOPE_UNCALIBRATED, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_AMBIENT_TEMPERATURE, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_HALL, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_AMBIENT_TEMPERATURE, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_HEART_RATE, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_AMBIENT_TEMPERATURE, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_HUMIDITY, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_AMBIENT_TEMPERATURE, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_LINEAR_ACCELERATION, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_AMBIENT_TEMPERATURE, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_MAGNETIC_FIELD, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_AMBIENT_TEMPERATURE, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_MAGNETIC_FIELD_UNCALIBRATED, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_AMBIENT_TEMPERATURE, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_ORIENTATION, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_AMBIENT_TEMPERATURE, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_PEDOMETER, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_AMBIENT_TEMPERATURE, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_PEDOMETER_DETECTION, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_AMBIENT_TEMPERATURE, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_PROXIMITY, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_AMBIENT_TEMPERATURE, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_ROTATION_VECTOR, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_AMBIENT_TEMPERATURE, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_SIGNIFICANT_MOTION, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_AMBIENT_TEMPERATURE, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_WEAR_DETECTION, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_AMBIENT_TEMPERATURE, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_ACCELEROMETER, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_BAROMETER, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_ACCELEROMETER_UNCALIBRATED, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_BAROMETER, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_AMBIENT_LIGHT, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_BAROMETER, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_AMBIENT_TEMPERATURE, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_BAROMETER, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_BAROMETER, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_BAROMETER, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_GRAVITY, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_BAROMETER, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_GYROSCOPE, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_BAROMETER, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_GYROSCOPE_UNCALIBRATED, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_BAROMETER, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_HALL, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_BAROMETER, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_HEART_RATE, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_BAROMETER, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_HUMIDITY, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_BAROMETER, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_LINEAR_ACCELERATION, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_BAROMETER, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_MAGNETIC_FIELD, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_BAROMETER, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_MAGNETIC_FIELD_UNCALIBRATED, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_BAROMETER, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_ORIENTATION, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_BAROMETER, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_PEDOMETER, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_BAROMETER, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_PEDOMETER_DETECTION, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_BAROMETER, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_PROXIMITY, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_BAROMETER, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_ROTATION_VECTOR, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_BAROMETER, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_SIGNIFICANT_MOTION, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_BAROMETER, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_WEAR_DETECTION, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_BAROMETER, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_ACCELEROMETER, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_GRAVITY, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_ACCELEROMETER_UNCALIBRATED, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_GRAVITY, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_AMBIENT_LIGHT, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_GRAVITY, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_AMBIENT_TEMPERATURE, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_GRAVITY, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_BAROMETER, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_GRAVITY, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_GRAVITY, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_GRAVITY, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_GYROSCOPE, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_GRAVITY, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_GYROSCOPE_UNCALIBRATED, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_GRAVITY, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_HALL, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_GRAVITY, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_HEART_RATE, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_GRAVITY, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_HUMIDITY, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_GRAVITY, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_LINEAR_ACCELERATION, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_GRAVITY, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_MAGNETIC_FIELD, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_GRAVITY, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_MAGNETIC_FIELD_UNCALIBRATED, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_GRAVITY, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_ORIENTATION, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_GRAVITY, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_PEDOMETER, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_GRAVITY, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_PEDOMETER_DETECTION, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_GRAVITY, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_PROXIMITY, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_GRAVITY, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_ROTATION_VECTOR, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_GRAVITY, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_SIGNIFICANT_MOTION, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_GRAVITY, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_WEAR_DETECTION, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_GRAVITY, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_ACCELEROMETER, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_GYROSCOPE, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_ACCELEROMETER_UNCALIBRATED, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_GYROSCOPE, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_AMBIENT_LIGHT, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_GYROSCOPE, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_AMBIENT_TEMPERATURE, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_GYROSCOPE, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_BAROMETER, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_GYROSCOPE, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_GRAVITY, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_GYROSCOPE, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_GYROSCOPE, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_GYROSCOPE, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_GYROSCOPE_UNCALIBRATED, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_GYROSCOPE, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_HALL, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_GYROSCOPE, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_HEART_RATE, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_GYROSCOPE, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_HUMIDITY, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_GYROSCOPE, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_LINEAR_ACCELERATION, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_GYROSCOPE, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_MAGNETIC_FIELD, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_GYROSCOPE, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_MAGNETIC_FIELD_UNCALIBRATED, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_GYROSCOPE, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_ORIENTATION, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_GYROSCOPE, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_PEDOMETER, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_GYROSCOPE, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_PEDOMETER_DETECTION, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_GYROSCOPE, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_PROXIMITY, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_GYROSCOPE, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_ROTATION_VECTOR, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_GYROSCOPE, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_SIGNIFICANT_MOTION, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_GYROSCOPE, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_WEAR_DETECTION, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_GYROSCOPE, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_ACCELEROMETER, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_GYROSCOPE_UNCALIBRATED, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_ACCELEROMETER_UNCALIBRATED, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_GYROSCOPE_UNCALIBRATED, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_AMBIENT_LIGHT, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_GYROSCOPE_UNCALIBRATED, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_AMBIENT_TEMPERATURE, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_GYROSCOPE_UNCALIBRATED, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_BAROMETER, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_GYROSCOPE_UNCALIBRATED, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_GRAVITY, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_GYROSCOPE_UNCALIBRATED, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_GYROSCOPE, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_GYROSCOPE_UNCALIBRATED, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_GYROSCOPE_UNCALIBRATED, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_GYROSCOPE_UNCALIBRATED, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_HALL, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_GYROSCOPE_UNCALIBRATED, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_HEART_RATE, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_GYROSCOPE_UNCALIBRATED, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_HUMIDITY, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_GYROSCOPE_UNCALIBRATED, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_LINEAR_ACCELERATION, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_GYROSCOPE_UNCALIBRATED, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_MAGNETIC_FIELD, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_GYROSCOPE_UNCALIBRATED, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_MAGNETIC_FIELD_UNCALIBRATED, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_GYROSCOPE_UNCALIBRATED, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_ORIENTATION, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_GYROSCOPE_UNCALIBRATED, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_PEDOMETER, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_GYROSCOPE_UNCALIBRATED, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_PEDOMETER_DETECTION, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_GYROSCOPE_UNCALIBRATED, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_PROXIMITY, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_GYROSCOPE_UNCALIBRATED, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_ROTATION_VECTOR, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_GYROSCOPE_UNCALIBRATED, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_SIGNIFICANT_MOTION, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_GYROSCOPE_UNCALIBRATED, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_WEAR_DETECTION, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_GYROSCOPE_UNCALIBRATED, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_ACCELEROMETER, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_HALL, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_ACCELEROMETER_UNCALIBRATED, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_HALL, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_AMBIENT_LIGHT, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_HALL, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_AMBIENT_TEMPERATURE, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_HALL, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_BAROMETER, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_HALL, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_GRAVITY, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_HALL, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_GYROSCOPE, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_HALL, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_GYROSCOPE_UNCALIBRATED, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_HALL, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_HALL, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_HALL, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_HEART_RATE, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_HALL, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_HUMIDITY, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_HALL, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_LINEAR_ACCELERATION, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_HALL, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_MAGNETIC_FIELD, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_HALL, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_MAGNETIC_FIELD_UNCALIBRATED, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_HALL, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_ORIENTATION, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_HALL, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_PEDOMETER, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_HALL, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_PEDOMETER_DETECTION, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_HALL, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_PROXIMITY, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_HALL, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_ROTATION_VECTOR, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_HALL, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_SIGNIFICANT_MOTION, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_HALL, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_WEAR_DETECTION, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_HALL, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_ACCELEROMETER, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_HEART_RATE, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_ACCELEROMETER_UNCALIBRATED, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_HEART_RATE, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_AMBIENT_LIGHT, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_HEART_RATE, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_AMBIENT_TEMPERATURE, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_HEART_RATE, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_BAROMETER, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_HEART_RATE, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_GRAVITY, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_HEART_RATE, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_GYROSCOPE, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_HEART_RATE, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_GYROSCOPE_UNCALIBRATED, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_HEART_RATE, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_HALL, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_HEART_RATE, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_HEART_RATE, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_HEART_RATE, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_HUMIDITY, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_HEART_RATE, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_LINEAR_ACCELERATION, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_HEART_RATE, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_MAGNETIC_FIELD, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_HEART_RATE, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_MAGNETIC_FIELD_UNCALIBRATED, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_HEART_RATE, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_ORIENTATION, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_HEART_RATE, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_PEDOMETER, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_HEART_RATE, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_PEDOMETER_DETECTION, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_HEART_RATE, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_PROXIMITY, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_HEART_RATE, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_ROTATION_VECTOR, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_HEART_RATE, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_SIGNIFICANT_MOTION, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_HEART_RATE, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_WEAR_DETECTION, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_HEART_RATE, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_ACCELEROMETER, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_HUMIDITY, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_ACCELEROMETER_UNCALIBRATED, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_HUMIDITY, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_AMBIENT_LIGHT, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_HUMIDITY, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_AMBIENT_TEMPERATURE, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_HUMIDITY, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_BAROMETER, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_HUMIDITY, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_GRAVITY, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_HUMIDITY, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_GYROSCOPE, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_HUMIDITY, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_GYROSCOPE_UNCALIBRATED, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_HUMIDITY, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_HALL, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_HUMIDITY, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_HEART_RATE, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_HUMIDITY, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_HUMIDITY, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_HUMIDITY, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_LINEAR_ACCELERATION, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_HUMIDITY, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_MAGNETIC_FIELD, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_HUMIDITY, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_MAGNETIC_FIELD_UNCALIBRATED, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_HUMIDITY, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_ORIENTATION, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_HUMIDITY, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_PEDOMETER, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_HUMIDITY, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_PEDOMETER_DETECTION, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_HUMIDITY, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_PROXIMITY, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_HUMIDITY, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_ROTATION_VECTOR, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_HUMIDITY, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_SIGNIFICANT_MOTION, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_HUMIDITY, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_WEAR_DETECTION, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_HUMIDITY, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_ACCELEROMETER, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_LINEAR_ACCELERATION, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_ACCELEROMETER_UNCALIBRATED, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_LINEAR_ACCELERATION, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_AMBIENT_LIGHT, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_LINEAR_ACCELERATION, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_AMBIENT_TEMPERATURE, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_LINEAR_ACCELERATION, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_BAROMETER, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_LINEAR_ACCELERATION, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_GRAVITY, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_LINEAR_ACCELERATION, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_GYROSCOPE, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_LINEAR_ACCELERATION, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_GYROSCOPE_UNCALIBRATED, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_LINEAR_ACCELERATION, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_HALL, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_LINEAR_ACCELERATION, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_HEART_RATE, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_LINEAR_ACCELERATION, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_HUMIDITY, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_LINEAR_ACCELERATION, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_LINEAR_ACCELERATION, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_LINEAR_ACCELERATION, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_MAGNETIC_FIELD, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_LINEAR_ACCELERATION, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_MAGNETIC_FIELD_UNCALIBRATED, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_LINEAR_ACCELERATION, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_ORIENTATION, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_LINEAR_ACCELERATION, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_PEDOMETER, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_LINEAR_ACCELERATION, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_PEDOMETER_DETECTION, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_LINEAR_ACCELERATION, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_PROXIMITY, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_LINEAR_ACCELERATION, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_ROTATION_VECTOR, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_LINEAR_ACCELERATION, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_SIGNIFICANT_MOTION, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_LINEAR_ACCELERATION, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_WEAR_DETECTION, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_LINEAR_ACCELERATION, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_ACCELEROMETER, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_MAGNETIC_FIELD, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_ACCELEROMETER_UNCALIBRATED, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_MAGNETIC_FIELD, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_AMBIENT_LIGHT, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_MAGNETIC_FIELD, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_AMBIENT_TEMPERATURE, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_MAGNETIC_FIELD, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_BAROMETER, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_MAGNETIC_FIELD, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_GRAVITY, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_MAGNETIC_FIELD, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_GYROSCOPE, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_MAGNETIC_FIELD, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_GYROSCOPE_UNCALIBRATED, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_MAGNETIC_FIELD, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_HALL, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_MAGNETIC_FIELD, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_HEART_RATE, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_MAGNETIC_FIELD, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_HUMIDITY, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_MAGNETIC_FIELD, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_LINEAR_ACCELERATION, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_MAGNETIC_FIELD, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_MAGNETIC_FIELD, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_MAGNETIC_FIELD, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_MAGNETIC_FIELD_UNCALIBRATED, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_MAGNETIC_FIELD, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_ORIENTATION, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_MAGNETIC_FIELD, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_PEDOMETER, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_MAGNETIC_FIELD, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_PEDOMETER_DETECTION, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_MAGNETIC_FIELD, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_PROXIMITY, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_MAGNETIC_FIELD, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_ROTATION_VECTOR, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_MAGNETIC_FIELD, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_SIGNIFICANT_MOTION, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_MAGNETIC_FIELD, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_WEAR_DETECTION, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_MAGNETIC_FIELD, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_ACCELEROMETER, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_MAGNETIC_FIELD_UNCALIBRATED, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_ACCELEROMETER_UNCALIBRATED, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_MAGNETIC_FIELD_UNCALIBRATED, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_AMBIENT_LIGHT, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_MAGNETIC_FIELD_UNCALIBRATED, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_AMBIENT_TEMPERATURE, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_MAGNETIC_FIELD_UNCALIBRATED, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_BAROMETER, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_MAGNETIC_FIELD_UNCALIBRATED, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_GRAVITY, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_MAGNETIC_FIELD_UNCALIBRATED, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_GYROSCOPE, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_MAGNETIC_FIELD_UNCALIBRATED, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_GYROSCOPE_UNCALIBRATED, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_MAGNETIC_FIELD_UNCALIBRATED, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_HALL, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_MAGNETIC_FIELD_UNCALIBRATED, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_HEART_RATE, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_MAGNETIC_FIELD_UNCALIBRATED, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_HUMIDITY, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_MAGNETIC_FIELD_UNCALIBRATED, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_LINEAR_ACCELERATION, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_MAGNETIC_FIELD_UNCALIBRATED, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_MAGNETIC_FIELD, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_MAGNETIC_FIELD_UNCALIBRATED, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_MAGNETIC_FIELD_UNCALIBRATED, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_MAGNETIC_FIELD_UNCALIBRATED, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_ORIENTATION, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_MAGNETIC_FIELD_UNCALIBRATED, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_PEDOMETER, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_MAGNETIC_FIELD_UNCALIBRATED, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_PEDOMETER_DETECTION, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_MAGNETIC_FIELD_UNCALIBRATED, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_PROXIMITY, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_MAGNETIC_FIELD_UNCALIBRATED, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_ROTATION_VECTOR, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_MAGNETIC_FIELD_UNCALIBRATED, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_SIGNIFICANT_MOTION, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_MAGNETIC_FIELD_UNCALIBRATED, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_WEAR_DETECTION, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_MAGNETIC_FIELD_UNCALIBRATED, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_ACCELEROMETER, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_ORIENTATION, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_ACCELEROMETER_UNCALIBRATED, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_ORIENTATION, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_AMBIENT_LIGHT, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_ORIENTATION, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_AMBIENT_TEMPERATURE, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_ORIENTATION, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_BAROMETER, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_ORIENTATION, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_GRAVITY, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_ORIENTATION, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_GYROSCOPE, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_ORIENTATION, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_GYROSCOPE_UNCALIBRATED, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_ORIENTATION, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_HALL, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_ORIENTATION, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_HEART_RATE, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_ORIENTATION, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_HUMIDITY, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_ORIENTATION, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_LINEAR_ACCELERATION, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_ORIENTATION, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_MAGNETIC_FIELD, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_ORIENTATION, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_MAGNETIC_FIELD_UNCALIBRATED, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_ORIENTATION, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_ORIENTATION, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_ORIENTATION, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_PEDOMETER, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_ORIENTATION, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_PEDOMETER_DETECTION, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_ORIENTATION, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_PROXIMITY, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_ORIENTATION, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_ROTATION_VECTOR, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_ORIENTATION, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_SIGNIFICANT_MOTION, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_ORIENTATION, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_WEAR_DETECTION, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_ORIENTATION, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_ACCELEROMETER, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_PEDOMETER, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_ACCELEROMETER_UNCALIBRATED, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_PEDOMETER, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_AMBIENT_LIGHT, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_PEDOMETER, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_AMBIENT_TEMPERATURE, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_PEDOMETER, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_BAROMETER, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_PEDOMETER, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_GRAVITY, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_PEDOMETER, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_GYROSCOPE, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_PEDOMETER, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_GYROSCOPE_UNCALIBRATED, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_PEDOMETER, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_HALL, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_PEDOMETER, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_HEART_RATE, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_PEDOMETER, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_HUMIDITY, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_PEDOMETER, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_LINEAR_ACCELERATION, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_PEDOMETER, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_MAGNETIC_FIELD, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_PEDOMETER, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_MAGNETIC_FIELD_UNCALIBRATED, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_PEDOMETER, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_ORIENTATION, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_PEDOMETER, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_PEDOMETER, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_PEDOMETER, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_PEDOMETER_DETECTION, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_PEDOMETER, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_PROXIMITY, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_PEDOMETER, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_ROTATION_VECTOR, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_PEDOMETER, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_SIGNIFICANT_MOTION, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_PEDOMETER, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_WEAR_DETECTION, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_PEDOMETER, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_ACCELEROMETER, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_PEDOMETER_DETECTION, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_ACCELEROMETER_UNCALIBRATED, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_PEDOMETER_DETECTION, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_AMBIENT_LIGHT, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_PEDOMETER_DETECTION, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_AMBIENT_TEMPERATURE, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_PEDOMETER_DETECTION, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_BAROMETER, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_PEDOMETER_DETECTION, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_GRAVITY, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_PEDOMETER_DETECTION, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_GYROSCOPE, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_PEDOMETER_DETECTION, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_GYROSCOPE_UNCALIBRATED, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_PEDOMETER_DETECTION, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_HALL, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_PEDOMETER_DETECTION, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_HEART_RATE, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_PEDOMETER_DETECTION, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_HUMIDITY, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_PEDOMETER_DETECTION, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_LINEAR_ACCELERATION, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_PEDOMETER_DETECTION, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_MAGNETIC_FIELD, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_PEDOMETER_DETECTION, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_MAGNETIC_FIELD_UNCALIBRATED, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_PEDOMETER_DETECTION, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_ORIENTATION, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_PEDOMETER_DETECTION, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_PEDOMETER, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_PEDOMETER_DETECTION, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_PEDOMETER_DETECTION, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_PEDOMETER_DETECTION, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_PROXIMITY, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_PEDOMETER_DETECTION, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_ROTATION_VECTOR, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_PEDOMETER_DETECTION, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_SIGNIFICANT_MOTION, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_PEDOMETER_DETECTION, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_WEAR_DETECTION, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_PEDOMETER_DETECTION, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_ACCELEROMETER, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_PROXIMITY, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_ACCELEROMETER_UNCALIBRATED, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_PROXIMITY, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_AMBIENT_LIGHT, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_PROXIMITY, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_AMBIENT_TEMPERATURE, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_PROXIMITY, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_BAROMETER, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_PROXIMITY, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_GRAVITY, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_PROXIMITY, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_GYROSCOPE, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_PROXIMITY, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_GYROSCOPE_UNCALIBRATED, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_PROXIMITY, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_HALL, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_PROXIMITY, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_HEART_RATE, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_PROXIMITY, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_HUMIDITY, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_PROXIMITY, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_LINEAR_ACCELERATION, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_PROXIMITY, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_MAGNETIC_FIELD, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_PROXIMITY, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_MAGNETIC_FIELD_UNCALIBRATED, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_PROXIMITY, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_ORIENTATION, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_PROXIMITY, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_PEDOMETER, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_PROXIMITY, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_PEDOMETER_DETECTION, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_PROXIMITY, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_PROXIMITY, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_PROXIMITY, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_ROTATION_VECTOR, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_PROXIMITY, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_SIGNIFICANT_MOTION, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_PROXIMITY, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_WEAR_DETECTION, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_PROXIMITY, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_ACCELEROMETER, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_ROTATION_VECTOR, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_ACCELEROMETER_UNCALIBRATED, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_ROTATION_VECTOR, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_AMBIENT_LIGHT, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_ROTATION_VECTOR, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_AMBIENT_TEMPERATURE, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_ROTATION_VECTOR, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_BAROMETER, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_ROTATION_VECTOR, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_GRAVITY, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_ROTATION_VECTOR, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_GYROSCOPE, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_ROTATION_VECTOR, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_GYROSCOPE_UNCALIBRATED, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_ROTATION_VECTOR, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_HALL, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_ROTATION_VECTOR, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_HEART_RATE, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_ROTATION_VECTOR, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_HUMIDITY, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_ROTATION_VECTOR, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_LINEAR_ACCELERATION, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_ROTATION_VECTOR, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_MAGNETIC_FIELD, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_ROTATION_VECTOR, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_MAGNETIC_FIELD_UNCALIBRATED, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_ROTATION_VECTOR, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_ORIENTATION, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_ROTATION_VECTOR, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_PEDOMETER, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_ROTATION_VECTOR, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_PEDOMETER_DETECTION, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_ROTATION_VECTOR, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_PROXIMITY, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_ROTATION_VECTOR, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_ROTATION_VECTOR, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_ROTATION_VECTOR, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_SIGNIFICANT_MOTION, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_ROTATION_VECTOR, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_WEAR_DETECTION, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_ROTATION_VECTOR, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_ACCELEROMETER, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_SIGNIFICANT_MOTION, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_ACCELEROMETER_UNCALIBRATED, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_SIGNIFICANT_MOTION, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_AMBIENT_LIGHT, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_SIGNIFICANT_MOTION, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_AMBIENT_TEMPERATURE, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_SIGNIFICANT_MOTION, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_BAROMETER, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_SIGNIFICANT_MOTION, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_GRAVITY, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_SIGNIFICANT_MOTION, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_GYROSCOPE, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_SIGNIFICANT_MOTION, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_GYROSCOPE_UNCALIBRATED, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_SIGNIFICANT_MOTION, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_HALL, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_SIGNIFICANT_MOTION, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_HEART_RATE, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_SIGNIFICANT_MOTION, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_HUMIDITY, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_SIGNIFICANT_MOTION, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_LINEAR_ACCELERATION, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_SIGNIFICANT_MOTION, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_MAGNETIC_FIELD, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_SIGNIFICANT_MOTION, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_MAGNETIC_FIELD_UNCALIBRATED, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_SIGNIFICANT_MOTION, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_ORIENTATION, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_SIGNIFICANT_MOTION, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_PEDOMETER, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_SIGNIFICANT_MOTION, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_PEDOMETER_DETECTION, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_SIGNIFICANT_MOTION, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_PROXIMITY, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_SIGNIFICANT_MOTION, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_ROTATION_VECTOR, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_SIGNIFICANT_MOTION, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_SIGNIFICANT_MOTION, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_SIGNIFICANT_MOTION, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_WEAR_DETECTION, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_SIGNIFICANT_MOTION, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_ACCELEROMETER, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_WEAR_DETECTION, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_ACCELEROMETER_UNCALIBRATED, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_WEAR_DETECTION, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_AMBIENT_LIGHT, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_WEAR_DETECTION, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_AMBIENT_TEMPERATURE, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_WEAR_DETECTION, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_BAROMETER, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_WEAR_DETECTION, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_GRAVITY, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_WEAR_DETECTION, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_GYROSCOPE, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_WEAR_DETECTION, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_GYROSCOPE_UNCALIBRATED, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_WEAR_DETECTION, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_HALL, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_WEAR_DETECTION, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_HEART_RATE, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_WEAR_DETECTION, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_HUMIDITY, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_WEAR_DETECTION, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_LINEAR_ACCELERATION, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_WEAR_DETECTION, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_MAGNETIC_FIELD, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_WEAR_DETECTION, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_MAGNETIC_FIELD_UNCALIBRATED, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_WEAR_DETECTION, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_ORIENTATION, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_WEAR_DETECTION, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_PEDOMETER, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_WEAR_DETECTION, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_PEDOMETER_DETECTION, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_WEAR_DETECTION, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_PROXIMITY, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_WEAR_DETECTION, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_ROTATION_VECTOR, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_WEAR_DETECTION, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_SIGNIFICANT_MOTION, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_WEAR_DETECTION, callback: Callback\): void;
|@ohos.sensor.d.ts| +|Function changed|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_WEAR_DETECTION, callback: Callback\): void;
|Class name: sensor
Method or attribute name: function once(type: SensorType.SENSOR_TYPE_ID_WEAR_DETECTION, callback: Callback\): void;
|@ohos.sensor.d.ts| diff --git a/en/release-notes/api-diff/v3.2-Release/js-apidiff-start-up.md b/en/release-notes/api-diff/v3.2-Release/js-apidiff-start-up.md new file mode 100644 index 0000000000000000000000000000000000000000..cf74cc710a4fc2533aa43896d6f2a9cb3330797e --- /dev/null +++ b/en/release-notes/api-diff/v3.2-Release/js-apidiff-start-up.md @@ -0,0 +1,14 @@ +| Change Type | Old Version | New Version | d.ts File | +| ---- | ------ | ------ | -------- | +|Added|NA|Module name: ohos.systemParameterEnhance
Class name: systemParameterEnhance|@ohos.systemParameterEnhance.d.ts| +|Added|NA|Module name: ohos.systemParameterEnhance
Class name: systemParameterEnhance
Method or attribute name: function getSync(key: string, def?: string): string;|@ohos.systemParameterEnhance.d.ts| +|Added|NA|Module name: ohos.systemParameterEnhance
Class name: systemParameterEnhance
Method or attribute name: function get(key: string, callback: AsyncCallback\): void;|@ohos.systemParameterEnhance.d.ts| +|Added|NA|Module name: ohos.systemParameterEnhance
Class name: systemParameterEnhance
Method or attribute name: function get(key: string, def: string, callback: AsyncCallback\): void;|@ohos.systemParameterEnhance.d.ts| +|Added|NA|Module name: ohos.systemParameterEnhance
Class name: systemParameterEnhance
Method or attribute name: function get(key: string, def?: string): Promise\;|@ohos.systemParameterEnhance.d.ts| +|Added|NA|Module name: ohos.systemParameterEnhance
Class name: systemParameterEnhance
Method or attribute name: function setSync(key: string, value: string): void;|@ohos.systemParameterEnhance.d.ts| +|Added|NA|Module name: ohos.systemParameterEnhance
Class name: systemParameterEnhance
Method or attribute name: function set(key: string, value: string, callback: AsyncCallback\): void;|@ohos.systemParameterEnhance.d.ts| +|Added|NA|Module name: ohos.systemParameterEnhance
Class name: systemParameterEnhance
Method or attribute name: function set(key: string, value: string): Promise\;|@ohos.systemParameterEnhance.d.ts| +|Deprecated version changed|Class name: deviceInfo
Method or attribute name: const hardwareProfile: string;
Deprecated version: N/A|Class name: deviceInfo
Method or attribute name: const hardwareProfile: string;
Deprecated version: 9
Substitute API: N/A|@ohos.deviceInfo.d.ts| +|Deprecated version changed|Class name: Device
Method or attribute name: static getInfo(options?: GetDeviceOptions): void;
Deprecated version: N/A|Class name: Device
Method or attribute name: static getInfo(options?: GetDeviceOptions): void;
Deprecated version: 6
Substitute API: N/A|@system.device.d.ts| +|Permission added|Class name: deviceInfo
Method or attribute name: const serial: string;
Permission: N/A|Class name: deviceInfo
Method or attribute name: const serial: string;
Permission: ohos.permission.sec.ACCESS_UDID|@ohos.deviceInfo.d.ts| +|Permission added|Class name: deviceInfo
Method or attribute name: const udid: string;
Permission: N/A|Class name: deviceInfo
Method or attribute name: const udid: string;
Permission: ohos.permission.sec.ACCESS_UDID|@ohos.deviceInfo.d.ts| diff --git a/en/release-notes/api-diff/v3.2-Release/js-apidiff-telephony.md b/en/release-notes/api-diff/v3.2-Release/js-apidiff-telephony.md new file mode 100644 index 0000000000000000000000000000000000000000..31cebb7de3d89cff52cf06c1e367f05e9f9ab53a --- /dev/null +++ b/en/release-notes/api-diff/v3.2-Release/js-apidiff-telephony.md @@ -0,0 +1,656 @@ +| Change Type | Old Version | New Version | d.ts File | +| ---- | ------ | ------ | -------- | +|Added|NA|Class name: call
Method or attribute name: function dialCall(phoneNumber: string, callback: AsyncCallback\): void;|@ohos.telephony.call.d.ts| +|Added|NA|Class name: call
Method or attribute name: function dialCall(phoneNumber: string, options: DialCallOptions, callback: AsyncCallback\): void;|@ohos.telephony.call.d.ts| +|Added|NA|Class name: call
Method or attribute name: function dialCall(phoneNumber: string, options?: DialCallOptions): Promise\;|@ohos.telephony.call.d.ts| +|Added|NA|Class name: call
Method or attribute name: function answerCall(callId: number, callback: AsyncCallback\): void;|@ohos.telephony.call.d.ts| +|Added|NA|Class name: call
Method or attribute name: function answerCall(callId?: number): Promise\;|@ohos.telephony.call.d.ts| +|Added|NA|Class name: call
Method or attribute name: function answerCall(callback: AsyncCallback\): void;|@ohos.telephony.call.d.ts| +|Added|NA|Class name: call
Method or attribute name: function hangUpCall(callId: number, callback: AsyncCallback\): void;|@ohos.telephony.call.d.ts| +|Added|NA|Class name: call
Method or attribute name: function hangUpCall(callId?: number): Promise\;|@ohos.telephony.call.d.ts| +|Added|NA|Class name: call
Method or attribute name: function hangUpCall(callback: AsyncCallback\): void;|@ohos.telephony.call.d.ts| +|Added|NA|Class name: call
Method or attribute name: function rejectCall(callId: number, callback: AsyncCallback\): void;|@ohos.telephony.call.d.ts| +|Added|NA|Class name: call
Method or attribute name: function rejectCall(callId: number, options: RejectMessageOptions, callback: AsyncCallback\): void;|@ohos.telephony.call.d.ts| +|Added|NA|Class name: call
Method or attribute name: function rejectCall(callId?: number, options?: RejectMessageOptions): Promise\;|@ohos.telephony.call.d.ts| +|Added|NA|Class name: call
Method or attribute name: function rejectCall(callback: AsyncCallback\): void;|@ohos.telephony.call.d.ts| +|Added|NA|Class name: call
Method or attribute name: function rejectCall(options: RejectMessageOptions, callback: AsyncCallback\): void;|@ohos.telephony.call.d.ts| +|Added|NA|Class name: call
Method or attribute name: function on(type: 'mmiCodeResult', callback: Callback\): void;|@ohos.telephony.call.d.ts| +|Added|NA|Class name: call
Method or attribute name: function off(type: 'mmiCodeResult', callback?: Callback\): void;|@ohos.telephony.call.d.ts| +|Added|NA|Module name: ohos.telephony.call
Class name: AudioDevice
Method or attribute name: DEVICE_EARPIECE|@ohos.telephony.call.d.ts| +|Added|NA|Class name: AudioDevice
Method or attribute name: DEVICE_EARPIECE|@ohos.telephony.call.d.ts| +|Added|NA|Class name: CallTransferInfo
Method or attribute name: startHour?: number;|@ohos.telephony.call.d.ts| +|Added|NA|Class name: CallTransferInfo
Method or attribute name: startMinute?: number;|@ohos.telephony.call.d.ts| +|Added|NA|Class name: CallTransferInfo
Method or attribute name: endHour?: number;|@ohos.telephony.call.d.ts| +|Added|NA|Class name: CallTransferInfo
Method or attribute name: endMinute?: number;|@ohos.telephony.call.d.ts| +|Added|NA|Module name: ohos.telephony.call
Class name: DialCallOptions|@ohos.telephony.call.d.ts| +|Added|NA|Class name: DialCallOptions
Method or attribute name: |@ohos.telephony.call.d.ts| +|Added|NA|Module name: ohos.telephony.call
Class name: DialCallOptions
Method or attribute name: accountId?: number;|@ohos.telephony.call.d.ts| +|Added|NA|Class name: DialCallOptions
Method or attribute name: accountId?: number;|@ohos.telephony.call.d.ts| +|Added|NA|Module name: ohos.telephony.call
Class name: DialCallOptions
Method or attribute name: videoState?: VideoStateType;|@ohos.telephony.call.d.ts| +|Added|NA|Class name: DialCallOptions
Method or attribute name: videoState?: VideoStateType;|@ohos.telephony.call.d.ts| +|Added|NA|Module name: ohos.telephony.call
Class name: DialCallOptions
Method or attribute name: dialScene?: DialScene;|@ohos.telephony.call.d.ts| +|Added|NA|Class name: DialCallOptions
Method or attribute name: dialScene?: DialScene;|@ohos.telephony.call.d.ts| +|Added|NA|Module name: ohos.telephony.call
Class name: DialCallOptions
Method or attribute name: dialType?: DialType;|@ohos.telephony.call.d.ts| +|Added|NA|Class name: DialCallOptions
Method or attribute name: dialType?: DialType;|@ohos.telephony.call.d.ts| +|Added|NA|Class name: CallTransferResult
Method or attribute name: startHour: number;|@ohos.telephony.call.d.ts| +|Added|NA|Class name: CallTransferResult
Method or attribute name: startMinute: number;|@ohos.telephony.call.d.ts| +|Added|NA|Class name: CallTransferResult
Method or attribute name: endHour: number;|@ohos.telephony.call.d.ts| +|Added|NA|Class name: CallTransferResult
Method or attribute name: endMinute: number;|@ohos.telephony.call.d.ts| +|Added|NA|Module name: ohos.telephony.call
Class name: AudioDeviceOptions|@ohos.telephony.call.d.ts| +|Added|NA|Class name: AudioDeviceOptions
Method or attribute name: |@ohos.telephony.call.d.ts| +|Added|NA|Module name: ohos.telephony.call
Class name: AudioDeviceOptions
Method or attribute name: bluetoothAddress?: string;|@ohos.telephony.call.d.ts| +|Added|NA|Class name: AudioDeviceOptions
Method or attribute name: bluetoothAddress?: string;|@ohos.telephony.call.d.ts| +|Added|NA|Module name: ohos.telephony.call
Class name: MmiCodeResults|@ohos.telephony.call.d.ts| +|Added|NA|Class name: MmiCodeResults
Method or attribute name: |@ohos.telephony.call.d.ts| +|Added|NA|Module name: ohos.telephony.call
Class name: MmiCodeResults
Method or attribute name: result: MmiCodeResult;|@ohos.telephony.call.d.ts| +|Added|NA|Class name: MmiCodeResults
Method or attribute name: result: MmiCodeResult;|@ohos.telephony.call.d.ts| +|Added|NA|Module name: ohos.telephony.call
Class name: MmiCodeResults
Method or attribute name: message: string;|@ohos.telephony.call.d.ts| +|Added|NA|Class name: MmiCodeResults
Method or attribute name: message: string;|@ohos.telephony.call.d.ts| +|Added|NA|Module name: ohos.telephony.call
Class name: MmiCodeResult|@ohos.telephony.call.d.ts| +|Added|NA|Class name: MmiCodeResult
Method or attribute name: |@ohos.telephony.call.d.ts| +|Added|NA|Module name: ohos.telephony.call
Class name: MmiCodeResult
Method or attribute name: MMI_CODE_SUCCESS = 0|@ohos.telephony.call.d.ts| +|Added|NA|Class name: MmiCodeResult
Method or attribute name: MMI_CODE_SUCCESS = 0|@ohos.telephony.call.d.ts| +|Added|NA|Module name: ohos.telephony.call
Class name: MmiCodeResult
Method or attribute name: MMI_CODE_FAILED = 1|@ohos.telephony.call.d.ts| +|Added|NA|Class name: MmiCodeResult
Method or attribute name: MMI_CODE_FAILED = 1|@ohos.telephony.call.d.ts| +|Added|NA|Module name: ohos.telephony.call
Class name: DisconnectedReason|@ohos.telephony.call.d.ts| +|Added|NA|Class name: DisconnectedReason
Method or attribute name: |@ohos.telephony.call.d.ts| +|Added|NA|Module name: ohos.telephony.call
Class name: DisconnectedReason
Method or attribute name: UNASSIGNED_NUMBER = 1|@ohos.telephony.call.d.ts| +|Added|NA|Class name: DisconnectedReason
Method or attribute name: UNASSIGNED_NUMBER = 1|@ohos.telephony.call.d.ts| +|Added|NA|Module name: ohos.telephony.call
Class name: DisconnectedReason
Method or attribute name: NO_ROUTE_TO_DESTINATION = 3|@ohos.telephony.call.d.ts| +|Added|NA|Class name: DisconnectedReason
Method or attribute name: NO_ROUTE_TO_DESTINATION = 3|@ohos.telephony.call.d.ts| +|Added|NA|Module name: ohos.telephony.call
Class name: DisconnectedReason
Method or attribute name: CHANNEL_UNACCEPTABLE = 6|@ohos.telephony.call.d.ts| +|Added|NA|Class name: DisconnectedReason
Method or attribute name: CHANNEL_UNACCEPTABLE = 6|@ohos.telephony.call.d.ts| +|Added|NA|Module name: ohos.telephony.call
Class name: DisconnectedReason
Method or attribute name: OPERATOR_DETERMINED_BARRING = 8|@ohos.telephony.call.d.ts| +|Added|NA|Class name: DisconnectedReason
Method or attribute name: OPERATOR_DETERMINED_BARRING = 8|@ohos.telephony.call.d.ts| +|Added|NA|Module name: ohos.telephony.call
Class name: DisconnectedReason
Method or attribute name: CALL_COMPLETED_ELSEWHERE = 13|@ohos.telephony.call.d.ts| +|Added|NA|Class name: DisconnectedReason
Method or attribute name: CALL_COMPLETED_ELSEWHERE = 13|@ohos.telephony.call.d.ts| +|Added|NA|Module name: ohos.telephony.call
Class name: DisconnectedReason
Method or attribute name: NORMAL_CALL_CLEARING = 16|@ohos.telephony.call.d.ts| +|Added|NA|Class name: DisconnectedReason
Method or attribute name: NORMAL_CALL_CLEARING = 16|@ohos.telephony.call.d.ts| +|Added|NA|Module name: ohos.telephony.call
Class name: DisconnectedReason
Method or attribute name: USER_BUSY = 17|@ohos.telephony.call.d.ts| +|Added|NA|Class name: DisconnectedReason
Method or attribute name: USER_BUSY = 17|@ohos.telephony.call.d.ts| +|Added|NA|Module name: ohos.telephony.call
Class name: DisconnectedReason
Method or attribute name: NO_USER_RESPONDING = 18|@ohos.telephony.call.d.ts| +|Added|NA|Class name: DisconnectedReason
Method or attribute name: NO_USER_RESPONDING = 18|@ohos.telephony.call.d.ts| +|Added|NA|Module name: ohos.telephony.call
Class name: DisconnectedReason
Method or attribute name: USER_ALERTING_NO_ANSWER = 19|@ohos.telephony.call.d.ts| +|Added|NA|Class name: DisconnectedReason
Method or attribute name: USER_ALERTING_NO_ANSWER = 19|@ohos.telephony.call.d.ts| +|Added|NA|Module name: ohos.telephony.call
Class name: DisconnectedReason
Method or attribute name: CALL_REJECTED = 21|@ohos.telephony.call.d.ts| +|Added|NA|Class name: DisconnectedReason
Method or attribute name: CALL_REJECTED = 21|@ohos.telephony.call.d.ts| +|Added|NA|Module name: ohos.telephony.call
Class name: DisconnectedReason
Method or attribute name: NUMBER_CHANGED = 22|@ohos.telephony.call.d.ts| +|Added|NA|Class name: DisconnectedReason
Method or attribute name: NUMBER_CHANGED = 22|@ohos.telephony.call.d.ts| +|Added|NA|Module name: ohos.telephony.call
Class name: DisconnectedReason
Method or attribute name: CALL_REJECTED_DUE_TO_FEATURE_AT_THE_DESTINATION = 24|@ohos.telephony.call.d.ts| +|Added|NA|Class name: DisconnectedReason
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
Class name: DisconnectedReason
Method or attribute name: FAILED_PRE_EMPTION = 25|@ohos.telephony.call.d.ts| +|Added|NA|Class name: DisconnectedReason
Method or attribute name: FAILED_PRE_EMPTION = 25|@ohos.telephony.call.d.ts| +|Added|NA|Module name: ohos.telephony.call
Class name: DisconnectedReason
Method or attribute name: NON_SELECTED_USER_CLEARING = 26|@ohos.telephony.call.d.ts| +|Added|NA|Class name: DisconnectedReason
Method or attribute name: NON_SELECTED_USER_CLEARING = 26|@ohos.telephony.call.d.ts| +|Added|NA|Module name: ohos.telephony.call
Class name: DisconnectedReason
Method or attribute name: DESTINATION_OUT_OF_ORDER = 27|@ohos.telephony.call.d.ts| +|Added|NA|Class name: DisconnectedReason
Method or attribute name: DESTINATION_OUT_OF_ORDER = 27|@ohos.telephony.call.d.ts| +|Added|NA|Module name: ohos.telephony.call
Class name: DisconnectedReason
Method or attribute name: INVALID_NUMBER_FORMAT = 28|@ohos.telephony.call.d.ts| +|Added|NA|Class name: DisconnectedReason
Method or attribute name: INVALID_NUMBER_FORMAT = 28|@ohos.telephony.call.d.ts| +|Added|NA|Module name: ohos.telephony.call
Class name: DisconnectedReason
Method or attribute name: FACILITY_REJECTED = 29|@ohos.telephony.call.d.ts| +|Added|NA|Class name: DisconnectedReason
Method or attribute name: FACILITY_REJECTED = 29|@ohos.telephony.call.d.ts| +|Added|NA|Module name: ohos.telephony.call
Class name: DisconnectedReason
Method or attribute name: RESPONSE_TO_STATUS_ENQUIRY = 30|@ohos.telephony.call.d.ts| +|Added|NA|Class name: DisconnectedReason
Method or attribute name: RESPONSE_TO_STATUS_ENQUIRY = 30|@ohos.telephony.call.d.ts| +|Added|NA|Module name: ohos.telephony.call
Class name: DisconnectedReason
Method or attribute name: NORMAL_UNSPECIFIED = 31|@ohos.telephony.call.d.ts| +|Added|NA|Class name: DisconnectedReason
Method or attribute name: NORMAL_UNSPECIFIED = 31|@ohos.telephony.call.d.ts| +|Added|NA|Module name: ohos.telephony.call
Class name: DisconnectedReason
Method or attribute name: NO_CIRCUIT_CHANNEL_AVAILABLE = 34|@ohos.telephony.call.d.ts| +|Added|NA|Class name: DisconnectedReason
Method or attribute name: NO_CIRCUIT_CHANNEL_AVAILABLE = 34|@ohos.telephony.call.d.ts| +|Added|NA|Module name: ohos.telephony.call
Class name: DisconnectedReason
Method or attribute name: NETWORK_OUT_OF_ORDER = 38|@ohos.telephony.call.d.ts| +|Added|NA|Class name: DisconnectedReason
Method or attribute name: NETWORK_OUT_OF_ORDER = 38|@ohos.telephony.call.d.ts| +|Added|NA|Module name: ohos.telephony.call
Class name: DisconnectedReason
Method or attribute name: TEMPORARY_FAILURE = 41|@ohos.telephony.call.d.ts| +|Added|NA|Class name: DisconnectedReason
Method or attribute name: TEMPORARY_FAILURE = 41|@ohos.telephony.call.d.ts| +|Added|NA|Module name: ohos.telephony.call
Class name: DisconnectedReason
Method or attribute name: SWITCHING_EQUIPMENT_CONGESTION = 42|@ohos.telephony.call.d.ts| +|Added|NA|Class name: DisconnectedReason
Method or attribute name: SWITCHING_EQUIPMENT_CONGESTION = 42|@ohos.telephony.call.d.ts| +|Added|NA|Module name: ohos.telephony.call
Class name: DisconnectedReason
Method or attribute name: ACCESS_INFORMATION_DISCARDED = 43|@ohos.telephony.call.d.ts| +|Added|NA|Class name: DisconnectedReason
Method or attribute name: ACCESS_INFORMATION_DISCARDED = 43|@ohos.telephony.call.d.ts| +|Added|NA|Module name: ohos.telephony.call
Class name: DisconnectedReason
Method or attribute name: REQUEST_CIRCUIT_CHANNEL_NOT_AVAILABLE = 44|@ohos.telephony.call.d.ts| +|Added|NA|Class name: DisconnectedReason
Method or attribute name: REQUEST_CIRCUIT_CHANNEL_NOT_AVAILABLE = 44|@ohos.telephony.call.d.ts| +|Added|NA|Module name: ohos.telephony.call
Class name: DisconnectedReason
Method or attribute name: RESOURCES_UNAVAILABLE_UNSPECIFIED = 47|@ohos.telephony.call.d.ts| +|Added|NA|Class name: DisconnectedReason
Method or attribute name: RESOURCES_UNAVAILABLE_UNSPECIFIED = 47|@ohos.telephony.call.d.ts| +|Added|NA|Module name: ohos.telephony.call
Class name: DisconnectedReason
Method or attribute name: QUALITY_OF_SERVICE_UNAVAILABLE = 49|@ohos.telephony.call.d.ts| +|Added|NA|Class name: DisconnectedReason
Method or attribute name: QUALITY_OF_SERVICE_UNAVAILABLE = 49|@ohos.telephony.call.d.ts| +|Added|NA|Module name: ohos.telephony.call
Class name: DisconnectedReason
Method or attribute name: REQUESTED_FACILITY_NOT_SUBSCRIBED = 50|@ohos.telephony.call.d.ts| +|Added|NA|Class name: DisconnectedReason
Method or attribute name: REQUESTED_FACILITY_NOT_SUBSCRIBED = 50|@ohos.telephony.call.d.ts| +|Added|NA|Module name: ohos.telephony.call
Class name: DisconnectedReason
Method or attribute name: INCOMING_CALLS_BARRED_WITHIN_THE_CUG = 55|@ohos.telephony.call.d.ts| +|Added|NA|Class name: DisconnectedReason
Method or attribute name: INCOMING_CALLS_BARRED_WITHIN_THE_CUG = 55|@ohos.telephony.call.d.ts| +|Added|NA|Module name: ohos.telephony.call
Class name: DisconnectedReason
Method or attribute name: BEARER_CAPABILITY_NOT_AUTHORIZED = 57|@ohos.telephony.call.d.ts| +|Added|NA|Class name: DisconnectedReason
Method or attribute name: BEARER_CAPABILITY_NOT_AUTHORIZED = 57|@ohos.telephony.call.d.ts| +|Added|NA|Module name: ohos.telephony.call
Class name: DisconnectedReason
Method or attribute name: BEARER_CAPABILITY_NOT_PRESENTLY_AVAILABLE = 58|@ohos.telephony.call.d.ts| +|Added|NA|Class name: DisconnectedReason
Method or attribute name: BEARER_CAPABILITY_NOT_PRESENTLY_AVAILABLE = 58|@ohos.telephony.call.d.ts| +|Added|NA|Module name: ohos.telephony.call
Class name: DisconnectedReason
Method or attribute name: SERVICE_OR_OPTION_NOT_AVAILABLE_UNSPECIFIED = 63|@ohos.telephony.call.d.ts| +|Added|NA|Class name: DisconnectedReason
Method or attribute name: SERVICE_OR_OPTION_NOT_AVAILABLE_UNSPECIFIED = 63|@ohos.telephony.call.d.ts| +|Added|NA|Module name: ohos.telephony.call
Class name: DisconnectedReason
Method or attribute name: BEARER_SERVICE_NOT_IMPLEMENTED = 65|@ohos.telephony.call.d.ts| +|Added|NA|Class name: DisconnectedReason
Method or attribute name: BEARER_SERVICE_NOT_IMPLEMENTED = 65|@ohos.telephony.call.d.ts| +|Added|NA|Module name: ohos.telephony.call
Class name: DisconnectedReason
Method or attribute name: ACM_EQUALTO_OR_GREATER_THAN_THE_MAXIMUM_VALUE = 68|@ohos.telephony.call.d.ts| +|Added|NA|Class name: DisconnectedReason
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
Class name: DisconnectedReason
Method or attribute name: REQUESTED_FACILITY_NOT_IMPLEMENTED = 69|@ohos.telephony.call.d.ts| +|Added|NA|Class name: DisconnectedReason
Method or attribute name: REQUESTED_FACILITY_NOT_IMPLEMENTED = 69|@ohos.telephony.call.d.ts| +|Added|NA|Module name: ohos.telephony.call
Class name: DisconnectedReason
Method or attribute name: ONLY_RESTRICTED_DIGITAL_INFO_BEARER_CAPABILITY_IS_AVAILABLE = 70|@ohos.telephony.call.d.ts| +|Added|NA|Class name: DisconnectedReason
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
Class name: DisconnectedReason
Method or attribute name: SERVICE_OR_OPTION_NOT_IMPLEMENTED_UNSPECIFIED = 79|@ohos.telephony.call.d.ts| +|Added|NA|Class name: DisconnectedReason
Method or attribute name: SERVICE_OR_OPTION_NOT_IMPLEMENTED_UNSPECIFIED = 79|@ohos.telephony.call.d.ts| +|Added|NA|Module name: ohos.telephony.call
Class name: DisconnectedReason
Method or attribute name: INVALID_TRANSACTION_IDENTIFIER_VALUE = 81|@ohos.telephony.call.d.ts| +|Added|NA|Class name: DisconnectedReason
Method or attribute name: INVALID_TRANSACTION_IDENTIFIER_VALUE = 81|@ohos.telephony.call.d.ts| +|Added|NA|Module name: ohos.telephony.call
Class name: DisconnectedReason
Method or attribute name: USER_NOT_MEMBER_OF_CUG = 87|@ohos.telephony.call.d.ts| +|Added|NA|Class name: DisconnectedReason
Method or attribute name: USER_NOT_MEMBER_OF_CUG = 87|@ohos.telephony.call.d.ts| +|Added|NA|Module name: ohos.telephony.call
Class name: DisconnectedReason
Method or attribute name: INCOMPATIBLE_DESTINATION = 88|@ohos.telephony.call.d.ts| +|Added|NA|Class name: DisconnectedReason
Method or attribute name: INCOMPATIBLE_DESTINATION = 88|@ohos.telephony.call.d.ts| +|Added|NA|Module name: ohos.telephony.call
Class name: DisconnectedReason
Method or attribute name: INVALID_TRANSIT_NETWORK_SELECTION = 91|@ohos.telephony.call.d.ts| +|Added|NA|Class name: DisconnectedReason
Method or attribute name: INVALID_TRANSIT_NETWORK_SELECTION = 91|@ohos.telephony.call.d.ts| +|Added|NA|Module name: ohos.telephony.call
Class name: DisconnectedReason
Method or attribute name: SEMANTICALLY_INCORRECT_MESSAGE = 95|@ohos.telephony.call.d.ts| +|Added|NA|Class name: DisconnectedReason
Method or attribute name: SEMANTICALLY_INCORRECT_MESSAGE = 95|@ohos.telephony.call.d.ts| +|Added|NA|Module name: ohos.telephony.call
Class name: DisconnectedReason
Method or attribute name: INVALID_MANDATORY_INFORMATION = 96|@ohos.telephony.call.d.ts| +|Added|NA|Class name: DisconnectedReason
Method or attribute name: INVALID_MANDATORY_INFORMATION = 96|@ohos.telephony.call.d.ts| +|Added|NA|Module name: ohos.telephony.call
Class name: DisconnectedReason
Method or attribute name: MESSAGE_TYPE_NON_EXISTENT_OR_NOT_IMPLEMENTED = 97|@ohos.telephony.call.d.ts| +|Added|NA|Class name: DisconnectedReason
Method or attribute name: MESSAGE_TYPE_NON_EXISTENT_OR_NOT_IMPLEMENTED = 97|@ohos.telephony.call.d.ts| +|Added|NA|Module name: ohos.telephony.call
Class name: DisconnectedReason
Method or attribute name: MESSAGE_TYPE_NOT_COMPATIBLE_WITH_PROTOCOL_STATE = 98|@ohos.telephony.call.d.ts| +|Added|NA|Class name: DisconnectedReason
Method or attribute name: MESSAGE_TYPE_NOT_COMPATIBLE_WITH_PROTOCOL_STATE = 98|@ohos.telephony.call.d.ts| +|Added|NA|Module name: ohos.telephony.call
Class name: DisconnectedReason
Method or attribute name: INFORMATION_ELEMENT_NON_EXISTENT_OR_NOT_IMPLEMENTED = 99|@ohos.telephony.call.d.ts| +|Added|NA|Class name: DisconnectedReason
Method or attribute name: INFORMATION_ELEMENT_NON_EXISTENT_OR_NOT_IMPLEMENTED = 99|@ohos.telephony.call.d.ts| +|Added|NA|Module name: ohos.telephony.call
Class name: DisconnectedReason
Method or attribute name: CONDITIONAL_IE_ERROR = 100|@ohos.telephony.call.d.ts| +|Added|NA|Class name: DisconnectedReason
Method or attribute name: CONDITIONAL_IE_ERROR = 100|@ohos.telephony.call.d.ts| +|Added|NA|Module name: ohos.telephony.call
Class name: DisconnectedReason
Method or attribute name: MESSAGE_NOT_COMPATIBLE_WITH_PROTOCOL_STATE = 101|@ohos.telephony.call.d.ts| +|Added|NA|Class name: DisconnectedReason
Method or attribute name: MESSAGE_NOT_COMPATIBLE_WITH_PROTOCOL_STATE = 101|@ohos.telephony.call.d.ts| +|Added|NA|Module name: ohos.telephony.call
Class name: DisconnectedReason
Method or attribute name: RECOVERY_ON_TIMER_EXPIRED = 102|@ohos.telephony.call.d.ts| +|Added|NA|Class name: DisconnectedReason
Method or attribute name: RECOVERY_ON_TIMER_EXPIRED = 102|@ohos.telephony.call.d.ts| +|Added|NA|Module name: ohos.telephony.call
Class name: DisconnectedReason
Method or attribute name: PROTOCOL_ERROR_UNSPECIFIED = 111|@ohos.telephony.call.d.ts| +|Added|NA|Class name: DisconnectedReason
Method or attribute name: PROTOCOL_ERROR_UNSPECIFIED = 111|@ohos.telephony.call.d.ts| +|Added|NA|Module name: ohos.telephony.call
Class name: DisconnectedReason
Method or attribute name: INTERWORKING_UNSPECIFIED = 127|@ohos.telephony.call.d.ts| +|Added|NA|Class name: DisconnectedReason
Method or attribute name: INTERWORKING_UNSPECIFIED = 127|@ohos.telephony.call.d.ts| +|Added|NA|Module name: ohos.telephony.call
Class name: DisconnectedReason
Method or attribute name: CALL_BARRED = 240|@ohos.telephony.call.d.ts| +|Added|NA|Class name: DisconnectedReason
Method or attribute name: CALL_BARRED = 240|@ohos.telephony.call.d.ts| +|Added|NA|Module name: ohos.telephony.call
Class name: DisconnectedReason
Method or attribute name: FDN_BLOCKED = 241|@ohos.telephony.call.d.ts| +|Added|NA|Class name: DisconnectedReason
Method or attribute name: FDN_BLOCKED = 241|@ohos.telephony.call.d.ts| +|Added|NA|Module name: ohos.telephony.call
Class name: DisconnectedReason
Method or attribute name: IMSI_UNKNOWN_IN_VLR = 242|@ohos.telephony.call.d.ts| +|Added|NA|Class name: DisconnectedReason
Method or attribute name: IMSI_UNKNOWN_IN_VLR = 242|@ohos.telephony.call.d.ts| +|Added|NA|Module name: ohos.telephony.call
Class name: DisconnectedReason
Method or attribute name: IMEI_NOT_ACCEPTED = 243|@ohos.telephony.call.d.ts| +|Added|NA|Class name: DisconnectedReason
Method or attribute name: IMEI_NOT_ACCEPTED = 243|@ohos.telephony.call.d.ts| +|Added|NA|Module name: ohos.telephony.call
Class name: DisconnectedReason
Method or attribute name: DIAL_MODIFIED_TO_USSD = 244|@ohos.telephony.call.d.ts| +|Added|NA|Class name: DisconnectedReason
Method or attribute name: DIAL_MODIFIED_TO_USSD = 244|@ohos.telephony.call.d.ts| +|Added|NA|Module name: ohos.telephony.call
Class name: DisconnectedReason
Method or attribute name: DIAL_MODIFIED_TO_SS = 245|@ohos.telephony.call.d.ts| +|Added|NA|Class name: DisconnectedReason
Method or attribute name: DIAL_MODIFIED_TO_SS = 245|@ohos.telephony.call.d.ts| +|Added|NA|Module name: ohos.telephony.call
Class name: DisconnectedReason
Method or attribute name: DIAL_MODIFIED_TO_DIAL = 246|@ohos.telephony.call.d.ts| +|Added|NA|Class name: DisconnectedReason
Method or attribute name: DIAL_MODIFIED_TO_DIAL = 246|@ohos.telephony.call.d.ts| +|Added|NA|Module name: ohos.telephony.call
Class name: DisconnectedReason
Method or attribute name: RADIO_OFF = 247|@ohos.telephony.call.d.ts| +|Added|NA|Class name: DisconnectedReason
Method or attribute name: RADIO_OFF = 247|@ohos.telephony.call.d.ts| +|Added|NA|Module name: ohos.telephony.call
Class name: DisconnectedReason
Method or attribute name: OUT_OF_SERVICE = 248|@ohos.telephony.call.d.ts| +|Added|NA|Class name: DisconnectedReason
Method or attribute name: OUT_OF_SERVICE = 248|@ohos.telephony.call.d.ts| +|Added|NA|Module name: ohos.telephony.call
Class name: DisconnectedReason
Method or attribute name: NO_VALID_SIM = 249|@ohos.telephony.call.d.ts| +|Added|NA|Class name: DisconnectedReason
Method or attribute name: NO_VALID_SIM = 249|@ohos.telephony.call.d.ts| +|Added|NA|Module name: ohos.telephony.call
Class name: DisconnectedReason
Method or attribute name: RADIO_INTERNAL_ERROR = 250|@ohos.telephony.call.d.ts| +|Added|NA|Class name: DisconnectedReason
Method or attribute name: RADIO_INTERNAL_ERROR = 250|@ohos.telephony.call.d.ts| +|Added|NA|Module name: ohos.telephony.call
Class name: DisconnectedReason
Method or attribute name: NETWORK_RESP_TIMEOUT = 251|@ohos.telephony.call.d.ts| +|Added|NA|Class name: DisconnectedReason
Method or attribute name: NETWORK_RESP_TIMEOUT = 251|@ohos.telephony.call.d.ts| +|Added|NA|Module name: ohos.telephony.call
Class name: DisconnectedReason
Method or attribute name: NETWORK_REJECT = 252|@ohos.telephony.call.d.ts| +|Added|NA|Class name: DisconnectedReason
Method or attribute name: NETWORK_REJECT = 252|@ohos.telephony.call.d.ts| +|Added|NA|Module name: ohos.telephony.call
Class name: DisconnectedReason
Method or attribute name: RADIO_ACCESS_FAILURE = 253|@ohos.telephony.call.d.ts| +|Added|NA|Class name: DisconnectedReason
Method or attribute name: RADIO_ACCESS_FAILURE = 253|@ohos.telephony.call.d.ts| +|Added|NA|Module name: ohos.telephony.call
Class name: DisconnectedReason
Method or attribute name: RADIO_LINK_FAILURE = 254|@ohos.telephony.call.d.ts| +|Added|NA|Class name: DisconnectedReason
Method or attribute name: RADIO_LINK_FAILURE = 254|@ohos.telephony.call.d.ts| +|Added|NA|Module name: ohos.telephony.call
Class name: DisconnectedReason
Method or attribute name: RADIO_LINK_LOST = 255|@ohos.telephony.call.d.ts| +|Added|NA|Class name: DisconnectedReason
Method or attribute name: RADIO_LINK_LOST = 255|@ohos.telephony.call.d.ts| +|Added|NA|Module name: ohos.telephony.call
Class name: DisconnectedReason
Method or attribute name: RADIO_UPLINK_FAILURE = 256|@ohos.telephony.call.d.ts| +|Added|NA|Class name: DisconnectedReason
Method or attribute name: RADIO_UPLINK_FAILURE = 256|@ohos.telephony.call.d.ts| +|Added|NA|Module name: ohos.telephony.call
Class name: DisconnectedReason
Method or attribute name: RADIO_SETUP_FAILURE = 257|@ohos.telephony.call.d.ts| +|Added|NA|Class name: DisconnectedReason
Method or attribute name: RADIO_SETUP_FAILURE = 257|@ohos.telephony.call.d.ts| +|Added|NA|Module name: ohos.telephony.call
Class name: DisconnectedReason
Method or attribute name: RADIO_RELEASE_NORMAL = 258|@ohos.telephony.call.d.ts| +|Added|NA|Class name: DisconnectedReason
Method or attribute name: RADIO_RELEASE_NORMAL = 258|@ohos.telephony.call.d.ts| +|Added|NA|Module name: ohos.telephony.call
Class name: DisconnectedReason
Method or attribute name: RADIO_RELEASE_ABNORMAL = 259|@ohos.telephony.call.d.ts| +|Added|NA|Class name: DisconnectedReason
Method or attribute name: RADIO_RELEASE_ABNORMAL = 259|@ohos.telephony.call.d.ts| +|Added|NA|Module name: ohos.telephony.call
Class name: DisconnectedReason
Method or attribute name: ACCESS_CLASS_BLOCKED = 260|@ohos.telephony.call.d.ts| +|Added|NA|Class name: DisconnectedReason
Method or attribute name: ACCESS_CLASS_BLOCKED = 260|@ohos.telephony.call.d.ts| +|Added|NA|Module name: ohos.telephony.call
Class name: DisconnectedReason
Method or attribute name: NETWORK_DETACH = 261|@ohos.telephony.call.d.ts| +|Added|NA|Class name: DisconnectedReason
Method or attribute name: NETWORK_DETACH = 261|@ohos.telephony.call.d.ts| +|Added|NA|Module name: ohos.telephony.call
Class name: DisconnectedReason
Method or attribute name: INVALID_PARAMETER = 1025|@ohos.telephony.call.d.ts| +|Added|NA|Class name: DisconnectedReason
Method or attribute name: INVALID_PARAMETER = 1025|@ohos.telephony.call.d.ts| +|Added|NA|Module name: ohos.telephony.call
Class name: DisconnectedReason
Method or attribute name: SIM_NOT_EXIT = 1026|@ohos.telephony.call.d.ts| +|Added|NA|Class name: DisconnectedReason
Method or attribute name: SIM_NOT_EXIT = 1026|@ohos.telephony.call.d.ts| +|Added|NA|Module name: ohos.telephony.call
Class name: DisconnectedReason
Method or attribute name: SIM_PIN_NEED = 1027|@ohos.telephony.call.d.ts| +|Added|NA|Class name: DisconnectedReason
Method or attribute name: SIM_PIN_NEED = 1027|@ohos.telephony.call.d.ts| +|Added|NA|Module name: ohos.telephony.call
Class name: DisconnectedReason
Method or attribute name: CALL_NOT_ALLOW = 1029|@ohos.telephony.call.d.ts| +|Added|NA|Class name: DisconnectedReason
Method or attribute name: CALL_NOT_ALLOW = 1029|@ohos.telephony.call.d.ts| +|Added|NA|Module name: ohos.telephony.call
Class name: DisconnectedReason
Method or attribute name: SIM_INVALID = 1045|@ohos.telephony.call.d.ts| +|Added|NA|Class name: DisconnectedReason
Method or attribute name: SIM_INVALID = 1045|@ohos.telephony.call.d.ts| +|Added|NA|Module name: ohos.telephony.call
Class name: DisconnectedReason
Method or attribute name: UNKNOWN = 1279|@ohos.telephony.call.d.ts| +|Added|NA|Class name: DisconnectedReason
Method or attribute name: UNKNOWN = 1279|@ohos.telephony.call.d.ts| +|Added|NA|Class name: DisconnectedDetails
Method or attribute name: reason: DisconnectedReason;|@ohos.telephony.call.d.ts| +|Added|NA|Class name: DisconnectedDetails
Method or attribute name: message: string;|@ohos.telephony.call.d.ts| +|Added|NA|Class name: data
Method or attribute name: function getDefaultCellularDataSlotIdSync(): number;|@ohos.telephony.data.d.ts| +|Added|NA|Class name: radio
Method or attribute name: function isNRSupported(): boolean;|@ohos.telephony.radio.d.ts| +|Added|NA|Class name: radio
Method or attribute name: function isNRSupported(slotId: number): boolean;|@ohos.telephony.radio.d.ts| +|Added|NA|Class name: radio
Method or attribute name: function getImsRegInfo(slotId: number, imsType: ImsServiceType, callback: AsyncCallback\): void;|@ohos.telephony.radio.d.ts| +|Added|NA|Class name: radio
Method or attribute name: function getImsRegInfo(slotId: number, imsType: ImsServiceType): Promise\;|@ohos.telephony.radio.d.ts| +|Added|NA|Class name: radio
Method or attribute name: function on(type: 'imsRegStateChange', slotId: number, imsType: ImsServiceType, callback: Callback\): void;|@ohos.telephony.radio.d.ts| +|Added|NA|Class name: radio
Method or attribute name: function off(type: 'imsRegStateChange', slotId: number, imsType: ImsServiceType, callback?: Callback\): void;|@ohos.telephony.radio.d.ts| +|Added|NA|Module name: ohos.telephony.radio
Class name: SignalInformation
Method or attribute name: dBm: number;|@ohos.telephony.radio.d.ts| +|Added|NA|Class name: SignalInformation
Method or attribute name: dBm: number;|@ohos.telephony.radio.d.ts| +|Added|NA|Module name: ohos.telephony.radio
Class name: ImsRegState|@ohos.telephony.radio.d.ts| +|Added|NA|Class name: ImsRegState
Method or attribute name: |@ohos.telephony.radio.d.ts| +|Added|NA|Module name: ohos.telephony.radio
Class name: ImsRegState
Method or attribute name: IMS_UNREGISTERED|@ohos.telephony.radio.d.ts| +|Added|NA|Class name: ImsRegState
Method or attribute name: IMS_UNREGISTERED|@ohos.telephony.radio.d.ts| +|Added|NA|Module name: ohos.telephony.radio
Class name: ImsRegState
Method or attribute name: IMS_REGISTERED|@ohos.telephony.radio.d.ts| +|Added|NA|Class name: ImsRegState
Method or attribute name: IMS_REGISTERED|@ohos.telephony.radio.d.ts| +|Added|NA|Module name: ohos.telephony.radio
Class name: ImsRegTech|@ohos.telephony.radio.d.ts| +|Added|NA|Class name: ImsRegTech
Method or attribute name: |@ohos.telephony.radio.d.ts| +|Added|NA|Module name: ohos.telephony.radio
Class name: ImsRegTech
Method or attribute name: REGISTRATION_TECH_NONE|@ohos.telephony.radio.d.ts| +|Added|NA|Class name: ImsRegTech
Method or attribute name: REGISTRATION_TECH_NONE|@ohos.telephony.radio.d.ts| +|Added|NA|Module name: ohos.telephony.radio
Class name: ImsRegTech
Method or attribute name: REGISTRATION_TECH_LTE|@ohos.telephony.radio.d.ts| +|Added|NA|Class name: ImsRegTech
Method or attribute name: REGISTRATION_TECH_LTE|@ohos.telephony.radio.d.ts| +|Added|NA|Module name: ohos.telephony.radio
Class name: ImsRegTech
Method or attribute name: REGISTRATION_TECH_IWLAN|@ohos.telephony.radio.d.ts| +|Added|NA|Class name: ImsRegTech
Method or attribute name: REGISTRATION_TECH_IWLAN|@ohos.telephony.radio.d.ts| +|Added|NA|Module name: ohos.telephony.radio
Class name: ImsRegTech
Method or attribute name: REGISTRATION_TECH_NR|@ohos.telephony.radio.d.ts| +|Added|NA|Class name: ImsRegTech
Method or attribute name: REGISTRATION_TECH_NR|@ohos.telephony.radio.d.ts| +|Added|NA|Module name: ohos.telephony.radio
Class name: ImsRegInfo|@ohos.telephony.radio.d.ts| +|Added|NA|Class name: ImsRegInfo
Method or attribute name: |@ohos.telephony.radio.d.ts| +|Added|NA|Module name: ohos.telephony.radio
Class name: ImsRegInfo
Method or attribute name: imsRegState: ImsRegState;|@ohos.telephony.radio.d.ts| +|Added|NA|Class name: ImsRegInfo
Method or attribute name: imsRegState: ImsRegState;|@ohos.telephony.radio.d.ts| +|Added|NA|Module name: ohos.telephony.radio
Class name: ImsRegInfo
Method or attribute name: imsRegTech: ImsRegTech;|@ohos.telephony.radio.d.ts| +|Added|NA|Class name: ImsRegInfo
Method or attribute name: imsRegTech: ImsRegTech;|@ohos.telephony.radio.d.ts| +|Added|NA|Module name: ohos.telephony.radio
Class name: ImsServiceType|@ohos.telephony.radio.d.ts| +|Added|NA|Class name: ImsServiceType
Method or attribute name: |@ohos.telephony.radio.d.ts| +|Added|NA|Module name: ohos.telephony.radio
Class name: ImsServiceType
Method or attribute name: TYPE_VOICE|@ohos.telephony.radio.d.ts| +|Added|NA|Class name: ImsServiceType
Method or attribute name: TYPE_VOICE|@ohos.telephony.radio.d.ts| +|Added|NA|Module name: ohos.telephony.radio
Class name: ImsServiceType
Method or attribute name: TYPE_VIDEO|@ohos.telephony.radio.d.ts| +|Added|NA|Class name: ImsServiceType
Method or attribute name: TYPE_VIDEO|@ohos.telephony.radio.d.ts| +|Added|NA|Module name: ohos.telephony.radio
Class name: ImsServiceType
Method or attribute name: TYPE_UT|@ohos.telephony.radio.d.ts| +|Added|NA|Class name: ImsServiceType
Method or attribute name: TYPE_UT|@ohos.telephony.radio.d.ts| +|Added|NA|Module name: ohos.telephony.radio
Class name: ImsServiceType
Method or attribute name: TYPE_SMS|@ohos.telephony.radio.d.ts| +|Added|NA|Class name: ImsServiceType
Method or attribute name: TYPE_SMS|@ohos.telephony.radio.d.ts| +|Added|NA|Class name: sim
Method or attribute name: function getOpKey(slotId: number, callback: AsyncCallback\): void;|@ohos.telephony.sim.d.ts| +|Added|NA|Class name: sim
Method or attribute name: function getOpKey(slotId: number): Promise\;|@ohos.telephony.sim.d.ts| +|Added|NA|Class name: sim
Method or attribute name: function getOpName(slotId: number, callback: AsyncCallback\): void;|@ohos.telephony.sim.d.ts| +|Added|NA|Class name: sim
Method or attribute name: function getOpName(slotId: number): Promise\;|@ohos.telephony.sim.d.ts| +|Added|NA|Module name: ohos.telephony.sim
Class name: OperatorConfigKey|@ohos.telephony.sim.d.ts| +|Added|NA|Class name: OperatorConfigKey
Method or attribute name: |@ohos.telephony.sim.d.ts| +|Added|NA|Module name: ohos.telephony.sim
Class name: OperatorConfigKey
Method or attribute name: KEY_VOICE_MAIL_NUMBER_STRING = "voice_mail_number_string"|@ohos.telephony.sim.d.ts| +|Added|NA|Class name: OperatorConfigKey
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
Class name: OperatorConfigKey
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
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
Class name: OperatorConfigKey
Method or attribute name: KEY_HIDE_IMS_SWITCH_BOOL = "hide_ims_switch_bool"|@ohos.telephony.sim.d.ts| +|Added|NA|Class name: OperatorConfigKey
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
Class name: OperatorConfigKey
Method or attribute name: KEY_VOLTE_SUPPORTED_BOOL = "volte_supported_bool"|@ohos.telephony.sim.d.ts| +|Added|NA|Class name: OperatorConfigKey
Method or attribute name: KEY_VOLTE_SUPPORTED_BOOL = "volte_supported_bool"|@ohos.telephony.sim.d.ts| +|Added|NA|Module name: ohos.telephony.sim
Class name: OperatorConfigKey
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
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
Class name: OperatorConfigKey
Method or attribute name: KEY_VOLTE_PROVISIONING_SUPPORTED_BOOL = "volte_provisioning_supported_bool"|@ohos.telephony.sim.d.ts| +|Added|NA|Class name: OperatorConfigKey
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
Class name: OperatorConfigKey
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
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
Class name: OperatorConfigKey
Method or attribute name: KEY_IMS_GBA_REQUIRED_BOOL = "ims_gba_required_bool"|@ohos.telephony.sim.d.ts| +|Added|NA|Class name: OperatorConfigKey
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
Class name: OperatorConfigKey
Method or attribute name: KEY_UT_PROVISIONING_SUPPORTED_BOOL = "ut_provisioning_supported_bool"|@ohos.telephony.sim.d.ts| +|Added|NA|Class name: OperatorConfigKey
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
Class name: OperatorConfigKey
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
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
Class name: OperatorConfigKey
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
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
Class name: OperatorConfigKey
Method or attribute name: KEY_CALL_TRANSFER_VISIBILITY_BOOL = "call_transfer_visibility_bool"|@ohos.telephony.sim.d.ts| +|Added|NA|Class name: OperatorConfigKey
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
Class name: OperatorConfigKey
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
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
Class name: OperatorConfigKey
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
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
Class name: OperatorConfigKey
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
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
Class name: OperatorConfigKey
Method or attribute name: KEY_OPERATOR_NAME_CUST_STRING = "operator_name_cust_string"|@ohos.telephony.sim.d.ts| +|Added|NA|Class name: OperatorConfigKey
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
Class name: OperatorConfigKey
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
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
Class name: OperatorConfigKey
Method or attribute name: KEY_PNN_CUST_STRING_ARRAY = "pnn_cust_string_array"|@ohos.telephony.sim.d.ts| +|Added|NA|Class name: OperatorConfigKey
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
Class name: OperatorConfigKey
Method or attribute name: KEY_OPL_CUST_STRING_ARRAY = "opl_cust_string_array"|@ohos.telephony.sim.d.ts| +|Added|NA|Class name: OperatorConfigKey
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
Class name: OperatorConfigKey
Method or attribute name: KEY_EMERGENCY_CALL_STRING_ARRAY = "emergency_call_string_array"|@ohos.telephony.sim.d.ts| +|Added|NA|Class name: OperatorConfigKey
Method or attribute name: KEY_EMERGENCY_CALL_STRING_ARRAY = "emergency_call_string_array"|@ohos.telephony.sim.d.ts| +|Deleted|Module name: ohos.telephony.call
Class name: call
Method or attribute name: function answer(callId: number, callback: AsyncCallback\): void;|NA|@ohos.telephony.call.d.ts| +|Deleted|Module name: ohos.telephony.call
Class name: call
Method or attribute name: function answer(callId: number): Promise\;|NA|@ohos.telephony.call.d.ts| +|Deleted|Module name: ohos.telephony.call
Class name: call
Method or attribute name: function hangup(callId: number, callback: AsyncCallback\): void;|NA|@ohos.telephony.call.d.ts| +|Deleted|Module name: ohos.telephony.call
Class name: call
Method or attribute name: function hangup(callId: number): Promise\;|NA|@ohos.telephony.call.d.ts| +|Deleted|Module name: ohos.telephony.call
Class name: call
Method or attribute name: function reject(callId: number, callback: AsyncCallback\): void;|NA|@ohos.telephony.call.d.ts| +|Deleted|Module name: ohos.telephony.call
Class name: call
Method or attribute name: function reject(callId: number, options: RejectMessageOptions, callback: AsyncCallback\): void;|NA|@ohos.telephony.call.d.ts| +|Deleted|Module name: ohos.telephony.call
Class name: call
Method or attribute name: function reject(callId: number, options?: RejectMessageOptions): Promise\;|NA|@ohos.telephony.call.d.ts| +|Deleted|Module name: ohos.telephony.call
Class name: DisconnectedDetails|NA|@ohos.telephony.call.d.ts| +|Deleted|Module name: ohos.telephony.call
Class name: DisconnectedDetails
Method or attribute name: UNASSIGNED_NUMBER = 1|NA|@ohos.telephony.call.d.ts| +|Deleted|Module name: ohos.telephony.call
Class name: DisconnectedDetails
Method or attribute name: NO_ROUTE_TO_DESTINATION = 3|NA|@ohos.telephony.call.d.ts| +|Deleted|Module name: ohos.telephony.call
Class name: DisconnectedDetails
Method or attribute name: CHANNEL_UNACCEPTABLE = 6|NA|@ohos.telephony.call.d.ts| +|Deleted|Module name: ohos.telephony.call
Class name: DisconnectedDetails
Method or attribute name: OPERATOR_DETERMINED_BARRING = 8|NA|@ohos.telephony.call.d.ts| +|Deleted|Module name: ohos.telephony.call
Class name: DisconnectedDetails
Method or attribute name: NORMAL_CALL_CLEARING = 16|NA|@ohos.telephony.call.d.ts| +|Deleted|Module name: ohos.telephony.call
Class name: DisconnectedDetails
Method or attribute name: USER_BUSY = 17|NA|@ohos.telephony.call.d.ts| +|Deleted|Module name: ohos.telephony.call
Class name: DisconnectedDetails
Method or attribute name: NO_USER_RESPONDING = 18|NA|@ohos.telephony.call.d.ts| +|Deleted|Module name: ohos.telephony.call
Class name: DisconnectedDetails
Method or attribute name: USER_ALERTING_NO_ANSWER = 19|NA|@ohos.telephony.call.d.ts| +|Deleted|Module name: ohos.telephony.call
Class name: DisconnectedDetails
Method or attribute name: CALL_REJECTED = 21|NA|@ohos.telephony.call.d.ts| +|Deleted|Module name: ohos.telephony.call
Class name: DisconnectedDetails
Method or attribute name: NUMBER_CHANGED = 22|NA|@ohos.telephony.call.d.ts| +|Deleted|Module name: ohos.telephony.call
Class name: DisconnectedDetails
Method or attribute name: DESTINATION_OUT_OF_ORDER = 27|NA|@ohos.telephony.call.d.ts| +|Deleted|Module name: ohos.telephony.call
Class name: DisconnectedDetails
Method or attribute name: INVALID_NUMBER_FORMAT = 28|NA|@ohos.telephony.call.d.ts| +|Deleted|Module name: ohos.telephony.call
Class name: DisconnectedDetails
Method or attribute name: NETWORK_OUT_OF_ORDER = 38|NA|@ohos.telephony.call.d.ts| +|Deleted|Module name: ohos.telephony.call
Class name: DisconnectedDetails
Method or attribute name: TEMPORARY_FAILURE = 41|NA|@ohos.telephony.call.d.ts| +|Deleted|Module name: ohos.telephony.call
Class name: DisconnectedDetails
Method or attribute name: INVALID_PARAMETER = 1025|NA|@ohos.telephony.call.d.ts| +|Deleted|Module name: ohos.telephony.call
Class name: DisconnectedDetails
Method or attribute name: SIM_NOT_EXIT = 1026|NA|@ohos.telephony.call.d.ts| +|Deleted|Module name: ohos.telephony.call
Class name: DisconnectedDetails
Method or attribute name: SIM_PIN_NEED = 1027|NA|@ohos.telephony.call.d.ts| +|Deleted|Module name: ohos.telephony.call
Class name: DisconnectedDetails
Method or attribute name: CALL_NOT_ALLOW = 1029|NA|@ohos.telephony.call.d.ts| +|Deleted|Module name: ohos.telephony.call
Class name: DisconnectedDetails
Method or attribute name: SIM_INVALID = 1045|NA|@ohos.telephony.call.d.ts| +|Deleted|Module name: ohos.telephony.call
Class name: DisconnectedDetails
Method or attribute name: UNKNOWN = 1279|NA|@ohos.telephony.call.d.ts| +|Deprecated version changed|Class name: call
Method or attribute name: function dial(phoneNumber: string, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: call
Method or attribute name: function dial(phoneNumber: string, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: telephony.call|@ohos.telephony.call.d.ts| +|Deprecated version changed|Class name: call
Method or attribute name: function dial(phoneNumber: string, options: DialOptions, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: call
Method or attribute name: function dial(phoneNumber: string, options: DialOptions, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: telephony.call|@ohos.telephony.call.d.ts| +|Deprecated version changed|Class name: call
Method or attribute name: function dial(phoneNumber: string, options?: DialOptions): Promise\;
Deprecated version: N/A|Class name: call
Method or attribute name: function dial(phoneNumber: string, options?: DialOptions): Promise\;
Deprecated version: 9
Substitute API: telephony.call|@ohos.telephony.call.d.ts| +|Deprecated version changed|Class name: radio
Method or attribute name: function isNrSupported(): boolean;
Deprecated version: N/A|Class name: radio
Method or attribute name: function isNrSupported(): boolean;
Deprecated version: 9
Substitute API: telephony.radio|@ohos.telephony.radio.d.ts| +|Deprecated version changed|Class name: radio
Method or attribute name: function isNrSupported(slotId: number): boolean;
Deprecated version: N/A|Class name: radio
Method or attribute name: function isNrSupported(slotId: number): boolean;
Deprecated version: 9
Substitute API: telephony.radio|@ohos.telephony.radio.d.ts| +|Initial version changed|Class name: CallTransferInfo
Method or attribute name: transferNum: string;
Initial version: N/A|Class name: CallTransferInfo
Method or attribute name: transferNum: string;
Initial version: 8|@ohos.telephony.call.d.ts| +|Initial version changed|Class name: CallTransferInfo
Method or attribute name: type: CallTransferType;
Initial version: N/A|Class name: CallTransferInfo
Method or attribute name: type: CallTransferType;
Initial version: 8|@ohos.telephony.call.d.ts| +|Initial version changed|Class name: CallTransferInfo
Method or attribute name: settingType: CallTransferSettingType;
Initial version: N/A|Class name: CallTransferInfo
Method or attribute name: settingType: CallTransferSettingType;
Initial version: 8|@ohos.telephony.call.d.ts| +|Initial version changed|Class name: CallTransferResult
Method or attribute name: status: TransferStatus;
Initial version: N/A|Class name: CallTransferResult
Method or attribute name: status: TransferStatus;
Initial version: 8|@ohos.telephony.call.d.ts| +|Initial version changed|Class name: CallTransferResult
Method or attribute name: number: string;
Initial version: N/A|Class name: CallTransferResult
Method or attribute name: number: string;
Initial version: 8|@ohos.telephony.call.d.ts| +|Initial version changed|Class name: CallWaitingStatus
Method or attribute name: CALL_WAITING_DISABLE = 0
Initial version: N/A|Class name: CallWaitingStatus
Method or attribute name: CALL_WAITING_DISABLE = 0
Initial version: 7|@ohos.telephony.call.d.ts| +|Initial version changed|Class name: CallWaitingStatus
Method or attribute name: CALL_WAITING_ENABLE = 1
Initial version: N/A|Class name: CallWaitingStatus
Method or attribute name: CALL_WAITING_ENABLE = 1
Initial version: 7|@ohos.telephony.call.d.ts| +|Initial version changed|Class name: RestrictionStatus
Method or attribute name: RESTRICTION_DISABLE = 0
Initial version: N/A|Class name: RestrictionStatus
Method or attribute name: RESTRICTION_DISABLE = 0
Initial version: 8|@ohos.telephony.call.d.ts| +|Initial version changed|Class name: RestrictionStatus
Method or attribute name: RESTRICTION_ENABLE = 1
Initial version: N/A|Class name: RestrictionStatus
Method or attribute name: RESTRICTION_ENABLE = 1
Initial version: 8|@ohos.telephony.call.d.ts| +|Initial version changed|Class name: TransferStatus
Method or attribute name: TRANSFER_DISABLE = 0
Initial version: N/A|Class name: TransferStatus
Method or attribute name: TRANSFER_DISABLE = 0
Initial version: 8|@ohos.telephony.call.d.ts| +|Initial version changed|Class name: TransferStatus
Method or attribute name: TRANSFER_ENABLE = 1
Initial version: N/A|Class name: TransferStatus
Method or attribute name: TRANSFER_ENABLE = 1
Initial version: 8|@ohos.telephony.call.d.ts| +|Initial version changed|Class name: EmergencyNumberOptions
Method or attribute name: slotId?: number;
Initial version: N/A|Class name: EmergencyNumberOptions
Method or attribute name: slotId?: number;
Initial version: 7|@ohos.telephony.call.d.ts| +|Initial version changed|Class name: NumberFormatOptions
Method or attribute name: countryCode?: string;
Initial version: N/A|Class name: NumberFormatOptions
Method or attribute name: countryCode?: string;
Initial version: 7|@ohos.telephony.call.d.ts| +|Permission changed|Class name: observer
Method or attribute name: function on(type: 'cellInfoChange', callback: Callback\>): void;
Permission: ohos.permission.LOCATION|Class name: observer
Method or attribute name: function on(type: 'cellInfoChange', callback: Callback\>): void;
Permission: ohos.permission.LOCATION and ohos.permission.APPROXIMATELY_LOCATION|@ohos.telephony.observer.d.ts| +|Permission changed|Class name: observer
Method or attribute name: function on(type: 'cellInfoChange', options: { slotId: number },
callback: Callback\>): void;
Permission: ohos.permission.LOCATION|Class name: observer
Method or attribute name: function on(type: 'cellInfoChange', options: { slotId: number },
callback: Callback\>): void;
Permission: ohos.permission.LOCATION and ohos.permission.APPROXIMATELY_LOCATION|@ohos.telephony.observer.d.ts| +|Permission changed|Class name: radio
Method or attribute name: function getCellInformation(callback: AsyncCallback\>): void;
Permission: ohos.permission.LOCATION|Class name: radio
Method or attribute name: function getCellInformation(callback: AsyncCallback\>): void;
Permission: ohos.permission.LOCATION and ohos.permission.APPROXIMATELY_LOCATION|@ohos.telephony.radio.d.ts| +|Permission changed|Class name: radio
Method or attribute name: function getCellInformation(slotId: number, callback: AsyncCallback\>): void;
Permission: ohos.permission.LOCATION|Class name: radio
Method or attribute name: function getCellInformation(slotId: number, callback: AsyncCallback\>): void;
Permission: ohos.permission.LOCATION and ohos.permission.APPROXIMATELY_LOCATION|@ohos.telephony.radio.d.ts| +|Permission changed|Class name: radio
Method or attribute name: function getCellInformation(slotId?: number): Promise\>;
Permission: ohos.permission.LOCATION|Class name: radio
Method or attribute name: function getCellInformation(slotId?: number): Promise\>;
Permission: ohos.permission.LOCATION and ohos.permission.APPROXIMATELY_LOCATION|@ohos.telephony.radio.d.ts| +|Permission deleted|Class name: data
Method or attribute name: function getDefaultCellularDataSlotId(callback: AsyncCallback\): void;
Permission: ohos.permission.GET_NETWORK_INFO|Class name: data
Method or attribute name: function getDefaultCellularDataSlotId(callback: AsyncCallback\): void;
Permission: N/A|@ohos.telephony.data.d.ts| +|Permission deleted|Class name: data
Method or attribute name: function getDefaultCellularDataSlotId(): Promise\;
Permission: ohos.permission.GET_NETWORK_INFO|Class name: data
Method or attribute name: function getDefaultCellularDataSlotId(): Promise\;
Permission: N/A|@ohos.telephony.data.d.ts| +|Error code added|NA|Class name: call
Method or attribute name: function muteRinger(callback: AsyncCallback\): void;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.call.d.ts| +|Error code added|NA|Class name: call
Method or attribute name: function muteRinger(): Promise\;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.call.d.ts| +|Error code added|NA|Class name: call
Method or attribute name: function isEmergencyPhoneNumber(phoneNumber: string, callback: AsyncCallback\): void;
Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.call.d.ts| +|Error code added|NA|Class name: call
Method or attribute name: function isEmergencyPhoneNumber(phoneNumber: string, options: EmergencyNumberOptions, callback: AsyncCallback\): void;
Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.call.d.ts| +|Error code added|NA|Class name: call
Method or attribute name: function isEmergencyPhoneNumber(phoneNumber: string, options?: EmergencyNumberOptions): Promise\;
Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.call.d.ts| +|Error code added|NA|Class name: call
Method or attribute name: function formatPhoneNumber(phoneNumber: string, callback: AsyncCallback\): void;
Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.call.d.ts| +|Error code added|NA|Class name: call
Method or attribute name: function formatPhoneNumber(phoneNumber: string, options: NumberFormatOptions, callback: AsyncCallback\): void;
Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.call.d.ts| +|Error code added|NA|Class name: call
Method or attribute name: function formatPhoneNumber(phoneNumber: string, options?: NumberFormatOptions): Promise\;
Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.call.d.ts| +|Error code added|NA|Class name: call
Method or attribute name: function formatPhoneNumberToE164(phoneNumber: string, countryCode: string, callback: AsyncCallback\): void;
Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.call.d.ts| +|Error code added|NA|Class name: call
Method or attribute name: function formatPhoneNumberToE164(phoneNumber: string, countryCode: string): Promise\;
Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.call.d.ts| +|Error code added|NA|Class name: call
Method or attribute name: function holdCall(callId: number, callback: AsyncCallback\): void;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.call.d.ts| +|Error code added|NA|Class name: call
Method or attribute name: function holdCall(callId: number): Promise\;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.call.d.ts| +|Error code added|NA|Class name: call
Method or attribute name: function unHoldCall(callId: number, callback: AsyncCallback\): void;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.call.d.ts| +|Error code added|NA|Class name: call
Method or attribute name: function unHoldCall(callId: number): Promise\;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.call.d.ts| +|Error code added|NA|Class name: call
Method or attribute name: function switchCall(callId: number, callback: AsyncCallback\): void;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.call.d.ts| +|Error code added|NA|Class name: call
Method or attribute name: function switchCall(callId: number): Promise\;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.call.d.ts| +|Error code added|NA|Class name: call
Method or attribute name: function combineConference(callId: number, callback: AsyncCallback\): void;
Error code: 401, 801, 8300001, 8300002, 8300003|@ohos.telephony.call.d.ts| +|Error code added|NA|Class name: call
Method or attribute name: function combineConference(callId: number): Promise\;
Error code: 401, 801, 8300001, 8300002, 8300003|@ohos.telephony.call.d.ts| +|Error code added|NA|Class name: call
Method or attribute name: function getMainCallId(callId: number, callback: AsyncCallback\): void;
Error code: 401, 801, 8300001, 8300002, 8300003|@ohos.telephony.call.d.ts| +|Error code added|NA|Class name: call
Method or attribute name: function getMainCallId(callId: number): Promise\;
Error code: 401, 801, 8300001, 8300002, 8300003|@ohos.telephony.call.d.ts| +|Error code added|NA|Class name: call
Method or attribute name: function getSubCallIdList(callId: number, callback: AsyncCallback\>): void;
Error code: 401, 801, 8300001, 8300002, 8300003|@ohos.telephony.call.d.ts| +|Error code added|NA|Class name: call
Method or attribute name: function getSubCallIdList(callId: number): Promise\>;
Error code: 401, 801, 8300001, 8300002, 8300003|@ohos.telephony.call.d.ts| +|Error code added|NA|Class name: call
Method or attribute name: function getCallIdListForConference(callId: number, callback: AsyncCallback\>): void;
Error code: 401, 801, 8300001, 8300002, 8300003|@ohos.telephony.call.d.ts| +|Error code added|NA|Class name: call
Method or attribute name: function getCallIdListForConference(callId: number): Promise\>;
Error code: 401, 801, 8300001, 8300002, 8300003|@ohos.telephony.call.d.ts| +|Error code added|NA|Class name: call
Method or attribute name: function getCallWaitingStatus(slotId: number, callback: AsyncCallback\): void;
Error code: 201, 401, 801, 8300001, 8300002, 8300003|@ohos.telephony.call.d.ts| +|Error code added|NA|Class name: call
Method or attribute name: function getCallWaitingStatus(slotId: number): Promise\;
Error code: 201, 401, 801, 8300001, 8300002, 8300003|@ohos.telephony.call.d.ts| +|Error code added|NA|Class name: call
Method or attribute name: function setCallWaiting(slotId: number, activate: boolean, callback: AsyncCallback\): void;
Error code: 201, 401, 801, 8300001, 8300002, 8300003|@ohos.telephony.call.d.ts| +|Error code added|NA|Class name: call
Method or attribute name: function setCallWaiting(slotId: number, activate: boolean): Promise\;
Error code: 201, 401, 801, 8300001, 8300002, 8300003|@ohos.telephony.call.d.ts| +|Error code added|NA|Class name: call
Method or attribute name: function startDTMF(callId: number, character: string, callback: AsyncCallback\): void;
Error code: 401, 801, 8300001, 8300002, 8300003|@ohos.telephony.call.d.ts| +|Error code added|NA|Class name: call
Method or attribute name: function startDTMF(callId: number, character: string): Promise\;
Error code: 401, 801, 8300001, 8300002, 8300003|@ohos.telephony.call.d.ts| +|Error code added|NA|Class name: call
Method or attribute name: function stopDTMF(callId: number, callback: AsyncCallback\): void;
Error code: 401, 801, 8300001, 8300002, 8300003|@ohos.telephony.call.d.ts| +|Error code added|NA|Class name: call
Method or attribute name: function stopDTMF(callId: number): Promise\;
Error code: 401, 801, 8300001, 8300002, 8300003|@ohos.telephony.call.d.ts| +|Error code added|NA|Class name: call
Method or attribute name: function isInEmergencyCall(callback: AsyncCallback\): void;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.call.d.ts| +|Error code added|NA|Class name: call
Method or attribute name: function isInEmergencyCall(): Promise\;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.call.d.ts| +|Error code added|NA|Class name: call
Method or attribute name: function on(type: 'callDetailsChange', callback: Callback\): void;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.call.d.ts| +|Error code added|NA|Class name: call
Method or attribute name: function off(type: 'callDetailsChange', callback?: Callback\): void;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.call.d.ts| +|Error code added|NA|Class name: call
Method or attribute name: function on(type: 'callEventChange', callback: Callback\): void;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.call.d.ts| +|Error code added|NA|Class name: call
Method or attribute name: function off(type: 'callEventChange', callback?: Callback\): void;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.call.d.ts| +|Error code added|NA|Class name: call
Method or attribute name: function on(type: 'callDisconnectedCause', callback: Callback\): void;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.call.d.ts| +|Error code added|NA|Class name: call
Method or attribute name: function off(type: 'callDisconnectedCause', callback?: Callback\): void;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.call.d.ts| +|Error code added|NA|Class name: call
Method or attribute name: function isNewCallAllowed(callback: AsyncCallback\): void;
Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.call.d.ts| +|Error code added|NA|Class name: call
Method or attribute name: function isNewCallAllowed(): Promise\;
Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.call.d.ts| +|Error code added|NA|Class name: call
Method or attribute name: function separateConference(callId: number, callback: AsyncCallback\): void;
Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.call.d.ts| +|Error code added|NA|Class name: call
Method or attribute name: function separateConference(callId: number): Promise\;
Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.call.d.ts| +|Error code added|NA|Class name: call
Method or attribute name: function getCallRestrictionStatus(slotId: number, type: CallRestrictionType, callback: AsyncCallback\): void;
Error code: 201, 401, 801, 8300001, 8300002, 8300003|@ohos.telephony.call.d.ts| +|Error code added|NA|Class name: call
Method or attribute name: function getCallRestrictionStatus(slotId: number, type: CallRestrictionType): Promise\;
Error code: 201, 401, 801, 8300001, 8300002, 8300003|@ohos.telephony.call.d.ts| +|Error code added|NA|Class name: call
Method or attribute name: function setCallRestriction(slotId: number, info: CallRestrictionInfo, callback: AsyncCallback\): void;
Error code: 201, 401, 801, 8300001, 8300002, 8300003|@ohos.telephony.call.d.ts| +|Error code added|NA|Class name: call
Method or attribute name: function setCallRestriction(slotId: number, info: CallRestrictionInfo): Promise\;
Error code: 201, 401, 801, 8300001, 8300002, 8300003|@ohos.telephony.call.d.ts| +|Error code added|NA|Class name: call
Method or attribute name: function getCallTransferInfo(slotId: number, type: CallTransferType, callback: AsyncCallback\): void;
Error code: 201, 401, 801, 8300001, 8300002, 8300003|@ohos.telephony.call.d.ts| +|Error code added|NA|Class name: call
Method or attribute name: function getCallTransferInfo(slotId: number, type: CallTransferType): Promise\;
Error code: 201, 401, 801, 8300001, 8300002, 8300003|@ohos.telephony.call.d.ts| +|Error code added|NA|Class name: call
Method or attribute name: function setCallTransfer(slotId: number, info: CallTransferInfo, callback: AsyncCallback\): void;
Error code: 201, 401, 801, 8300001, 8300002, 8300003|@ohos.telephony.call.d.ts| +|Error code added|NA|Class name: call
Method or attribute name: function setCallTransfer(slotId: number, info: CallTransferInfo): Promise\;
Error code: 201, 401, 801, 8300001, 8300002, 8300003|@ohos.telephony.call.d.ts| +|Error code added|NA|Class name: call
Method or attribute name: function isRinging(callback: AsyncCallback\): void;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.call.d.ts| +|Error code added|NA|Class name: call
Method or attribute name: function isRinging(): Promise\;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.call.d.ts| +|Error code added|NA|Class name: call
Method or attribute name: function setMuted(callback: AsyncCallback\): void;
Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.call.d.ts| +|Error code added|NA|Class name: call
Method or attribute name: function setMuted(): Promise\;
Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.call.d.ts| +|Error code added|NA|Class name: call
Method or attribute name: function cancelMuted(callback: AsyncCallback\): void;
Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.call.d.ts| +|Error code added|NA|Class name: call
Method or attribute name: function cancelMuted(): Promise\;
Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.call.d.ts| +|Error code added|NA|Class name: call
Method or attribute name: function setAudioDevice(device: AudioDevice, callback: AsyncCallback\): void;
Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.call.d.ts| +|Error code added|NA|Class name: call
Method or attribute name: function joinConference(mainCallId: number, callNumberList: Array\, callback: AsyncCallback\): void;
Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.call.d.ts| +|Error code added|NA|Class name: call
Method or attribute name: function joinConference(mainCallId: number, callNumberList: Array\): Promise\;
Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.call.d.ts| +|Error code added|NA|Class name: call
Method or attribute name: function updateImsCallMode(callId: number, mode: ImsCallMode, callback: AsyncCallback\): void;
Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.call.d.ts| +|Error code added|NA|Class name: call
Method or attribute name: function updateImsCallMode(callId: number, mode: ImsCallMode): Promise\;
Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.call.d.ts| +|Error code added|NA|Class name: call
Method or attribute name: function enableImsSwitch(slotId: number, callback: AsyncCallback\): void;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.call.d.ts| +|Error code added|NA|Class name: call
Method or attribute name: function enableImsSwitch(slotId: number): Promise\;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.call.d.ts| +|Error code added|NA|Class name: call
Method or attribute name: function disableImsSwitch(slotId: number, callback: AsyncCallback\): void;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.call.d.ts| +|Error code added|NA|Class name: call
Method or attribute name: function disableImsSwitch(slotId: number): Promise\;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.call.d.ts| +|Error code added|NA|Class name: call
Method or attribute name: function isImsSwitchEnabled(slotId: number, callback: AsyncCallback\): void;
Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.call.d.ts| +|Error code added|NA|Class name: call
Method or attribute name: function isImsSwitchEnabled(slotId: number): Promise\;
Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.call.d.ts| +|Error code added|NA|Class name: data
Method or attribute name: function setDefaultCellularDataSlotId(slotId: number, callback: AsyncCallback\): void;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999, 8301001|@ohos.telephony.data.d.ts| +|Error code added|NA|Class name: data
Method or attribute name: function setDefaultCellularDataSlotId(slotId: number): Promise\;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999, 8301001|@ohos.telephony.data.d.ts| +|Error code added|NA|Class name: data
Method or attribute name: function isCellularDataEnabled(callback: AsyncCallback\): void;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.data.d.ts| +|Error code added|NA|Class name: data
Method or attribute name: function isCellularDataEnabled(): Promise\;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.data.d.ts| +|Error code added|NA|Class name: data
Method or attribute name: function enableCellularData(callback: AsyncCallback\): void;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.data.d.ts| +|Error code added|NA|Class name: data
Method or attribute name: function enableCellularData(): Promise\;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.data.d.ts| +|Error code added|NA|Class name: data
Method or attribute name: function disableCellularData(callback: AsyncCallback\): void;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.data.d.ts| +|Error code added|NA|Class name: data
Method or attribute name: function disableCellularData(): Promise\;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.data.d.ts| +|Error code added|NA|Class name: data
Method or attribute name: function isCellularDataRoamingEnabled(slotId: number, callback: AsyncCallback\): void;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.data.d.ts| +|Error code added|NA|Class name: data
Method or attribute name: function isCellularDataRoamingEnabled(slotId: number): Promise\;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.data.d.ts| +|Error code added|NA|Class name: data
Method or attribute name: function enableCellularDataRoaming(slotId: number, callback: AsyncCallback\): void;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.data.d.ts| +|Error code added|NA|Class name: data
Method or attribute name: function enableCellularDataRoaming(slotId: number): Promise\;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.data.d.ts| +|Error code added|NA|Class name: data
Method or attribute name: function disableCellularDataRoaming(slotId: number, callback: AsyncCallback\): void;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.data.d.ts| +|Error code added|NA|Class name: data
Method or attribute name: function disableCellularDataRoaming(slotId: number): Promise\;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.data.d.ts| +|Error code added|NA|Class name: observer
Method or attribute name: function on(type: 'networkStateChange', callback: Callback\): void;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.observer.d.ts| +|Error code added|NA|Class name: observer
Method or attribute name: function on(type: 'networkStateChange', options: { slotId: number }, callback: Callback\): void;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.observer.d.ts| +|Error code added|NA|Class name: observer
Method or attribute name: function off(type: 'networkStateChange', callback?: Callback\): void;
Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.observer.d.ts| +|Error code added|NA|Class name: observer
Method or attribute name: function on(type: 'signalInfoChange', callback: Callback\>): void;
Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.observer.d.ts| +|Error code added|NA|Class name: observer
Method or attribute name: function on(type: 'signalInfoChange', options: { slotId: number },
callback: Callback\>): void;
Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.observer.d.ts| +|Error code added|NA|Class name: observer
Method or attribute name: function off(type: 'signalInfoChange', callback?: Callback\>): void;
Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.observer.d.ts| +|Error code added|NA|Class name: observer
Method or attribute name: function on(type: 'cellInfoChange', callback: Callback\>): void;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.observer.d.ts| +|Error code added|NA|Class name: observer
Method or attribute name: function on(type: 'cellInfoChange', options: { slotId: number },
callback: Callback\>): void;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.observer.d.ts| +|Error code added|NA|Class name: observer
Method or attribute name: function off(type: 'cellInfoChange', callback?: Callback\>): void;
Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.observer.d.ts| +|Error code added|NA|Class name: observer
Method or attribute name: function on(type: 'cellularDataConnectionStateChange',
callback: Callback\<{ state: DataConnectState, network: RatType }>): void;
Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.observer.d.ts| +|Error code added|NA|Class name: observer
Method or attribute name: function on(type: 'cellularDataConnectionStateChange', options: { slotId: number },
callback: Callback\<{ state: DataConnectState, network: RatType }>): void;
Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.observer.d.ts| +|Error code added|NA|Class name: observer
Method or attribute name: function off(type: 'cellularDataConnectionStateChange',
callback?: Callback\<{ state: DataConnectState, network: RatType }>): void;
Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.observer.d.ts| +|Error code added|NA|Class name: observer
Method or attribute name: function on(type: 'cellularDataFlowChange', callback: Callback\): void;
Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.observer.d.ts| +|Error code added|NA|Class name: observer
Method or attribute name: function on(type: 'cellularDataFlowChange', options: { slotId: number },
callback: Callback\): void;
Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.observer.d.ts| +|Error code added|NA|Class name: observer
Method or attribute name: function off(type: 'cellularDataFlowChange', callback?: Callback\): void;
Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.observer.d.ts| +|Error code added|NA|Class name: observer
Method or attribute name: function on(type: 'callStateChange', callback: Callback\<{ state: CallState, number: string }>): void;
Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.observer.d.ts| +|Error code added|NA|Class name: observer
Method or attribute name: function on(type: 'callStateChange', options: { slotId: number },
callback: Callback\<{ state: CallState, number: string }>): void;
Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.observer.d.ts| +|Error code added|NA|Class name: observer
Method or attribute name: function off(type: 'callStateChange', callback?: Callback\<{ state: CallState, number: string }>): void;
Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.observer.d.ts| +|Error code added|NA|Class name: observer
Method or attribute name: function on(type: 'simStateChange', callback: Callback\): void;
Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.observer.d.ts| +|Error code added|NA|Class name: observer
Method or attribute name: function on(type: 'simStateChange', options: { slotId: number }, callback: Callback\): void;
Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.observer.d.ts| +|Error code added|NA|Class name: observer
Method or attribute name: function off(type: 'simStateChange', callback?: Callback\): void;
Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.observer.d.ts| +|Error code added|NA|Class name: radio
Method or attribute name: function getRadioTech(slotId: number,
callback: AsyncCallback\<{psRadioTech: RadioTechnology, csRadioTech: RadioTechnology}>): void;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.radio.d.ts| +|Error code added|NA|Class name: radio
Method or attribute name: function getRadioTech(slotId: number): Promise\<{psRadioTech: RadioTechnology, csRadioTech: RadioTechnology}>;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.radio.d.ts| +|Error code added|NA|Class name: radio
Method or attribute name: function getNetworkState(callback: AsyncCallback\): void;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.radio.d.ts| +|Error code added|NA|Class name: radio
Method or attribute name: function getNetworkState(slotId: number, callback: AsyncCallback\): void;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.radio.d.ts| +|Error code added|NA|Class name: radio
Method or attribute name: function getNetworkState(slotId?: number): Promise\;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.radio.d.ts| +|Error code added|NA|Class name: radio
Method or attribute name: function sendUpdateCellLocationRequest(callback: AsyncCallback\): void;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.radio.d.ts| +|Error code added|NA|Class name: radio
Method or attribute name: function getCellInformation(callback: AsyncCallback\>): void;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.radio.d.ts| +|Error code added|NA|Class name: radio
Method or attribute name: function getCellInformation(slotId: number, callback: AsyncCallback\>): void;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.radio.d.ts| +|Error code added|NA|Class name: radio
Method or attribute name: function getCellInformation(slotId?: number): Promise\>;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.radio.d.ts| +|Error code added|NA|Class name: radio
Method or attribute name: function getNetworkSelectionMode(slotId: number, callback: AsyncCallback\): void;
Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.radio.d.ts| +|Error code added|NA|Class name: radio
Method or attribute name: function getNetworkSelectionMode(slotId: number): Promise\;
Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.radio.d.ts| +|Error code added|NA|Class name: radio
Method or attribute name: function setNetworkSelectionMode(options: NetworkSelectionModeOptions, callback: AsyncCallback\): void;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.radio.d.ts| +|Error code added|NA|Class name: radio
Method or attribute name: function setNetworkSelectionMode(options: NetworkSelectionModeOptions): Promise\;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.radio.d.ts| +|Error code added|NA|Class name: radio
Method or attribute name: function getNetworkSearchInformation(slotId: number, callback: AsyncCallback\): void;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.radio.d.ts| +|Error code added|NA|Class name: radio
Method or attribute name: function getNetworkSearchInformation(slotId: number): Promise\;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.radio.d.ts| +|Error code added|NA|Class name: radio
Method or attribute name: function getISOCountryCodeForNetwork(slotId: number, callback: AsyncCallback\): void;
Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.radio.d.ts| +|Error code added|NA|Class name: radio
Method or attribute name: function getISOCountryCodeForNetwork(slotId: number): Promise\;
Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.radio.d.ts| +|Error code added|NA|Class name: radio
Method or attribute name: function getNrOptionMode(callback: AsyncCallback\): void;
Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.radio.d.ts| +|Error code added|NA|Class name: radio
Method or attribute name: function getNrOptionMode(slotId: number, callback: AsyncCallback\): void;
Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.radio.d.ts| +|Error code added|NA|Class name: radio
Method or attribute name: function getNrOptionMode(slotId?: number): Promise\;
Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.radio.d.ts| +|Error code added|NA|Class name: radio
Method or attribute name: function getIMEI(callback: AsyncCallback\): void;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.radio.d.ts| +|Error code added|NA|Class name: radio
Method or attribute name: function getIMEI(slotId: number, callback: AsyncCallback\): void;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.radio.d.ts| +|Error code added|NA|Class name: radio
Method or attribute name: function getIMEI(slotId?: number): Promise\;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.radio.d.ts| +|Error code added|NA|Class name: radio
Method or attribute name: function getMEID(callback: AsyncCallback\): void;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.radio.d.ts| +|Error code added|NA|Class name: radio
Method or attribute name: function getMEID(slotId: number, callback: AsyncCallback\): void;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.radio.d.ts| +|Error code added|NA|Class name: radio
Method or attribute name: function getMEID(slotId?: number): Promise\;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.radio.d.ts| +|Error code added|NA|Class name: radio
Method or attribute name: function getUniqueDeviceId(callback: AsyncCallback\): void;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.radio.d.ts| +|Error code added|NA|Class name: radio
Method or attribute name: function getUniqueDeviceId(slotId: number, callback: AsyncCallback\): void;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.radio.d.ts| +|Error code added|NA|Class name: radio
Method or attribute name: function getUniqueDeviceId(slotId?: number): Promise\;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.radio.d.ts| +|Error code added|NA|Class name: radio
Method or attribute name: function getPrimarySlotId(callback: AsyncCallback\): void;
Error code: 8300001, 8300002, 8300003, 8300999|@ohos.telephony.radio.d.ts| +|Error code added|NA|Class name: radio
Method or attribute name: function getPrimarySlotId(): Promise\;
Error code: 8300001, 8300002, 8300003, 8300999|@ohos.telephony.radio.d.ts| +|Error code added|NA|Class name: radio
Method or attribute name: function setPrimarySlotId(slotId: number, callback: AsyncCallback\): void;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999|@ohos.telephony.radio.d.ts| +|Error code added|NA|Class name: radio
Method or attribute name: function setPrimarySlotId(slotId: number): Promise\;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999|@ohos.telephony.radio.d.ts| +|Error code added|NA|Class name: radio
Method or attribute name: function getSignalInformation(slotId: number, callback: AsyncCallback\>): void;
Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.radio.d.ts| +|Error code added|NA|Class name: radio
Method or attribute name: function getSignalInformation(slotId: number): Promise\>;
Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.radio.d.ts| +|Error code added|NA|Class name: radio
Method or attribute name: function isRadioOn(callback: AsyncCallback\): void;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.radio.d.ts| +|Error code added|NA|Class name: radio
Method or attribute name: function isRadioOn(slotId: number, callback: AsyncCallback\): void
Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.radio.d.ts| +|Error code added|NA|Class name: radio
Method or attribute name: function isRadioOn(slotId?: number): Promise\;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.radio.d.ts| +|Error code added|NA|Class name: radio
Method or attribute name: function turnOnRadio(callback: AsyncCallback\): void;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.radio.d.ts| +|Error code added|NA|Class name: radio
Method or attribute name: function turnOnRadio(slotId: number, callback: AsyncCallback\): void;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.radio.d.ts| +|Error code added|NA|Class name: radio
Method or attribute name: function turnOnRadio(slotId?: number): Promise\;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.radio.d.ts| +|Error code added|NA|Class name: radio
Method or attribute name: function turnOffRadio(callback: AsyncCallback\): void;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.radio.d.ts| +|Error code added|NA|Class name: radio
Method or attribute name: function turnOffRadio(slotId: number, callback: AsyncCallback\): void;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.radio.d.ts| +|Error code added|NA|Class name: radio
Method or attribute name: function turnOffRadio(slotId?: number): Promise\;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.radio.d.ts| +|Error code added|NA|Class name: radio
Method or attribute name: function getOperatorName(slotId: number, callback: AsyncCallback\): void;
Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.radio.d.ts| +|Error code added|NA|Class name: radio
Method or attribute name: function getOperatorName(slotId: number): Promise\;
Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.radio.d.ts| +|Error code added|NA|Class name: radio
Method or attribute name: function setPreferredNetwork(slotId: number, networkMode: PreferredNetworkMode, callback: AsyncCallback\): void;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.radio.d.ts| +|Error code added|NA|Class name: radio
Method or attribute name: function setPreferredNetwork(slotId: number, networkMode: PreferredNetworkMode): Promise\;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.radio.d.ts| +|Error code added|NA|Class name: radio
Method or attribute name: function getPreferredNetwork(slotId: number, callback: AsyncCallback\): void;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.radio.d.ts| +|Error code added|NA|Class name: radio
Method or attribute name: function getPreferredNetwork(slotId: number): Promise\;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.radio.d.ts| +|Error code added|NA|Class name: sim
Method or attribute name: function hasOperatorPrivileges(slotId: number, callback: AsyncCallback\): void;
Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.sim.d.ts| +|Error code added|NA|Class name: sim
Method or attribute name: function hasOperatorPrivileges(slotId: number): Promise\;
Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.sim.d.ts| +|Error code added|NA|Class name: sim
Method or attribute name: function getISOCountryCodeForSim(slotId: number, callback: AsyncCallback\): void;
Error code: 401, 8300001, 8300002, 8300003, 8300004, 8300999|@ohos.telephony.sim.d.ts| +|Error code added|NA|Class name: sim
Method or attribute name: function getISOCountryCodeForSim(slotId: number): Promise\;
Error code: 401, 8300001, 8300002, 8300003, 8300004, 8300999|@ohos.telephony.sim.d.ts| +|Error code added|NA|Class name: sim
Method or attribute name: function getSimOperatorNumeric(slotId: number, callback: AsyncCallback\): void;
Error code: 401, 8300001, 8300002, 8300003, 8300004, 8300999|@ohos.telephony.sim.d.ts| +|Error code added|NA|Class name: sim
Method or attribute name: function getSimOperatorNumeric(slotId: number): Promise\;
Error code: 401, 8300001, 8300002, 8300003, 8300004, 8300999|@ohos.telephony.sim.d.ts| +|Error code added|NA|Class name: sim
Method or attribute name: function getSimSpn(slotId: number, callback: AsyncCallback\): void;
Error code: 401, 8300001, 8300002, 8300003, 8300004, 8300999|@ohos.telephony.sim.d.ts| +|Error code added|NA|Class name: sim
Method or attribute name: function getSimSpn(slotId: number): Promise\;
Error code: 401, 8300001, 8300002, 8300003, 8300004, 8300999|@ohos.telephony.sim.d.ts| +|Error code added|NA|Class name: sim
Method or attribute name: function getSimState(slotId: number, callback: AsyncCallback\): void;
Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.sim.d.ts| +|Error code added|NA|Class name: sim
Method or attribute name: function getSimState(slotId: number): Promise\;
Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.sim.d.ts| +|Error code added|NA|Class name: sim
Method or attribute name: function getCardType(slotId: number, callback: AsyncCallback\): void;
Error code: 401, 8300001, 8300002, 8300003, 8300004, 8300999|@ohos.telephony.sim.d.ts| +|Error code added|NA|Class name: sim
Method or attribute name: function getCardType(slotId: number): Promise\;
Error code: 401, 8300001, 8300002, 8300003, 8300004, 8300999|@ohos.telephony.sim.d.ts| +|Error code added|NA|Class name: sim
Method or attribute name: function getSimIccId(slotId: number, callback: AsyncCallback\): void;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999|@ohos.telephony.sim.d.ts| +|Error code added|NA|Class name: sim
Method or attribute name: function getSimIccId(slotId: number): Promise\;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999|@ohos.telephony.sim.d.ts| +|Error code added|NA|Class name: sim
Method or attribute name: function getVoiceMailIdentifier(slotId: number, callback: AsyncCallback\): void;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999|@ohos.telephony.sim.d.ts| +|Error code added|NA|Class name: sim
Method or attribute name: function getVoiceMailIdentifier(slotId: number): Promise\;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999|@ohos.telephony.sim.d.ts| +|Error code added|NA|Class name: sim
Method or attribute name: function getVoiceMailNumber(slotId: number, callback: AsyncCallback\): void;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999|@ohos.telephony.sim.d.ts| +|Error code added|NA|Class name: sim
Method or attribute name: function getVoiceMailNumber(slotId: number): Promise\;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999|@ohos.telephony.sim.d.ts| +|Error code added|NA|Class name: sim
Method or attribute name: function setVoiceMailInfo(slotId: number, mailName: string, mailNumber: string, callback: AsyncCallback\): void;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999, 8301002|@ohos.telephony.sim.d.ts| +|Error code added|NA|Class name: sim
Method or attribute name: function setVoiceMailInfo(slotId: number, mailName: string, mailNumber: string): Promise\;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999, 8301002|@ohos.telephony.sim.d.ts| +|Error code added|NA|Class name: sim
Method or attribute name: function getSimTelephoneNumber(slotId: number, callback: AsyncCallback\): void;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999|@ohos.telephony.sim.d.ts| +|Error code added|NA|Class name: sim
Method or attribute name: function getSimTelephoneNumber(slotId: number): Promise\;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999|@ohos.telephony.sim.d.ts| +|Error code added|NA|Class name: sim
Method or attribute name: function getSimGid1(slotId: number, callback: AsyncCallback\): void;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999|@ohos.telephony.sim.d.ts| +|Error code added|NA|Class name: sim
Method or attribute name: function getSimGid1(slotId: number): Promise\;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999|@ohos.telephony.sim.d.ts| +|Error code added|NA|Class name: sim
Method or attribute name: function getIMSI(slotId: number, callback: AsyncCallback\): void;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999|@ohos.telephony.sim.d.ts| +|Error code added|NA|Class name: sim
Method or attribute name: function getIMSI(slotId: number): Promise\;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999|@ohos.telephony.sim.d.ts| +|Error code added|NA|Class name: sim
Method or attribute name: function hasSimCard(slotId: number, callback: AsyncCallback\): void;
Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.sim.d.ts| +|Error code added|NA|Class name: sim
Method or attribute name: function hasSimCard(slotId: number): Promise\;
Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.sim.d.ts| +|Error code added|NA|Class name: sim
Method or attribute name: function getSimAccountInfo(slotId: number, callback: AsyncCallback\): void;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999, 8301002|@ohos.telephony.sim.d.ts| +|Error code added|NA|Class name: sim
Method or attribute name: function getSimAccountInfo(slotId: number): Promise\;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999, 8301002|@ohos.telephony.sim.d.ts| +|Error code added|NA|Class name: sim
Method or attribute name: function getActiveSimAccountInfoList(callback: AsyncCallback\>): void;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999|@ohos.telephony.sim.d.ts| +|Error code added|NA|Class name: sim
Method or attribute name: function getActiveSimAccountInfoList(): Promise\>;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999|@ohos.telephony.sim.d.ts| +|Error code added|NA|Class name: sim
Method or attribute name: function setDefaultVoiceSlotId(slotId: number, callback: AsyncCallback\): void;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999, 8301001|@ohos.telephony.sim.d.ts| +|Error code added|NA|Class name: sim
Method or attribute name: function setDefaultVoiceSlotId(slotId: number): Promise\;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999, 8301001|@ohos.telephony.sim.d.ts| +|Error code added|NA|Class name: sim
Method or attribute name: function activateSim(slotId: number, callback: AsyncCallback\): void;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999|@ohos.telephony.sim.d.ts| +|Error code added|NA|Class name: sim
Method or attribute name: function activateSim(slotId: number): Promise\;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999|@ohos.telephony.sim.d.ts| +|Error code added|NA|Class name: sim
Method or attribute name: function deactivateSim(slotId: number, callback: AsyncCallback\): void;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999|@ohos.telephony.sim.d.ts| +|Error code added|NA|Class name: sim
Method or attribute name: function deactivateSim(slotId: number): Promise\;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999|@ohos.telephony.sim.d.ts| +|Error code added|NA|Class name: sim
Method or attribute name: function setShowName(slotId: number, name: string, callback: AsyncCallback\): void;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999|@ohos.telephony.sim.d.ts| +|Error code added|NA|Class name: sim
Method or attribute name: function setShowName(slotId: number, name: string): Promise\;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999|@ohos.telephony.sim.d.ts| +|Error code added|NA|Class name: sim
Method or attribute name: function getShowName(slotId: number, callback: AsyncCallback\): void;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999|@ohos.telephony.sim.d.ts| +|Error code added|NA|Class name: sim
Method or attribute name: function getShowName(slotId: number): Promise\;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999|@ohos.telephony.sim.d.ts| +|Error code added|NA|Class name: sim
Method or attribute name: function setShowNumber(slotId: number, number: string, callback: AsyncCallback\): void;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999|@ohos.telephony.sim.d.ts| +|Error code added|NA|Class name: sim
Method or attribute name: function setShowNumber(slotId: number, number: string): Promise\;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999|@ohos.telephony.sim.d.ts| +|Error code added|NA|Class name: sim
Method or attribute name: function getShowNumber(slotId: number, callback: AsyncCallback\): void;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999|@ohos.telephony.sim.d.ts| +|Error code added|NA|Class name: sim
Method or attribute name: function getShowNumber(slotId: number): Promise\;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999|@ohos.telephony.sim.d.ts| +|Error code added|NA|Class name: sim
Method or attribute name: function getOperatorConfigs(slotId: number, callback: AsyncCallback\>): void;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.sim.d.ts| +|Error code added|NA|Class name: sim
Method or attribute name: function getOperatorConfigs(slotId: number): Promise\>;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.sim.d.ts| +|Error code added|NA|Class name: sim
Method or attribute name: function unlockPin(slotId: number, pin: string, callback: AsyncCallback\): void;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999, 8301002|@ohos.telephony.sim.d.ts| +|Error code added|NA|Class name: sim
Method or attribute name: function unlockPin(slotId: number, pin: string): Promise\;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999, 8301002|@ohos.telephony.sim.d.ts| +|Error code added|NA|Class name: sim
Method or attribute name: function unlockPuk(slotId: number, newPin: string, puk: string, callback: AsyncCallback\): void;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999, 8301002|@ohos.telephony.sim.d.ts| +|Error code added|NA|Class name: sim
Method or attribute name: function unlockPuk(slotId: number, newPin: string, puk: string): Promise\;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999, 8301002|@ohos.telephony.sim.d.ts| +|Error code added|NA|Class name: sim
Method or attribute name: function alterPin(slotId: number, newPin: string, oldPin: string, callback: AsyncCallback\): void;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999, 8301002|@ohos.telephony.sim.d.ts| +|Error code added|NA|Class name: sim
Method or attribute name: function alterPin(slotId: number, newPin: string, oldPin: string): Promise\;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999, 8301002|@ohos.telephony.sim.d.ts| +|Error code added|NA|Class name: sim
Method or attribute name: function setLockState(slotId: number, options: LockInfo, callback: AsyncCallback\): void;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999, 8301002|@ohos.telephony.sim.d.ts| +|Error code added|NA|Class name: sim
Method or attribute name: function setLockState(slotId: number, options: LockInfo): Promise\;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999, 8301002|@ohos.telephony.sim.d.ts| +|Error code added|NA|Class name: sim
Method or attribute name: function unlockPin2(slotId: number, pin2: string, callback: AsyncCallback\): void;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999, 8301002|@ohos.telephony.sim.d.ts| +|Error code added|NA|Class name: sim
Method or attribute name: function unlockPin2(slotId: number, pin2: string): Promise\;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999, 8301002|@ohos.telephony.sim.d.ts| +|Error code added|NA|Class name: sim
Method or attribute name: function unlockPuk2(slotId: number, newPin2: string, puk2: string, callback: AsyncCallback\): void;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999, 8301002|@ohos.telephony.sim.d.ts| +|Error code added|NA|Class name: sim
Method or attribute name: function unlockPuk2(slotId: number, newPin2: string, puk2: string): Promise\;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999, 8301002|@ohos.telephony.sim.d.ts| +|Error code added|NA|Class name: sim
Method or attribute name: function alterPin2(slotId: number, newPin2: string, oldPin2: string, callback: AsyncCallback\): void;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999, 8301002|@ohos.telephony.sim.d.ts| +|Error code added|NA|Class name: sim
Method or attribute name: function alterPin2(slotId: number, newPin2: string, oldPin2: string): Promise\;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999, 8301002|@ohos.telephony.sim.d.ts| +|Error code added|NA|Class name: sim
Method or attribute name: function queryIccDiallingNumbers(slotId: number, type: ContactType, callback: AsyncCallback\>): void
Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999, 8301002|@ohos.telephony.sim.d.ts| +|Error code added|NA|Class name: sim
Method or attribute name: function queryIccDiallingNumbers(slotId: number, type: ContactType): Promise\>;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999, 8301002|@ohos.telephony.sim.d.ts| +|Error code added|NA|Class name: sim
Method or attribute name: function addIccDiallingNumbers(slotId: number, type: ContactType, diallingNumbers: DiallingNumbersInfo, callback: AsyncCallback\): void;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999, 8301002|@ohos.telephony.sim.d.ts| +|Error code added|NA|Class name: sim
Method or attribute name: function addIccDiallingNumbers(slotId: number, type: ContactType, diallingNumbers: DiallingNumbersInfo): Promise\;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999, 8301002|@ohos.telephony.sim.d.ts| +|Error code added|NA|Class name: sim
Method or attribute name: function delIccDiallingNumbers(slotId: number, type: ContactType, diallingNumbers: DiallingNumbersInfo, callback: AsyncCallback\): void;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999, 8301002|@ohos.telephony.sim.d.ts| +|Error code added|NA|Class name: sim
Method or attribute name: function delIccDiallingNumbers(slotId: number, type: ContactType, diallingNumbers: DiallingNumbersInfo): Promise\;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999, 8301002|@ohos.telephony.sim.d.ts| +|Error code added|NA|Class name: sim
Method or attribute name: function updateIccDiallingNumbers(slotId: number, type: ContactType, diallingNumbers: DiallingNumbersInfo, callback: AsyncCallback\): void;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999, 8301002|@ohos.telephony.sim.d.ts| +|Error code added|NA|Class name: sim
Method or attribute name: function updateIccDiallingNumbers(slotId: number, type: ContactType, diallingNumbers: DiallingNumbersInfo): Promise\;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999, 8301002|@ohos.telephony.sim.d.ts| +|Error code added|NA|Class name: sim
Method or attribute name: function getLockState(slotId: number, lockType: LockType, callback: AsyncCallback\): void;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999, 8301002|@ohos.telephony.sim.d.ts| +|Error code added|NA|Class name: sim
Method or attribute name: function getLockState(slotId: number, lockType: LockType): Promise\;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999, 8301002|@ohos.telephony.sim.d.ts| +|Error code added|NA|Class name: sim
Method or attribute name: function sendEnvelopeCmd(slotId: number, cmd: string, callback: AsyncCallback\): void;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999|@ohos.telephony.sim.d.ts| +|Error code added|NA|Class name: sim
Method or attribute name: function sendEnvelopeCmd(slotId: number, cmd: string): Promise\;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999|@ohos.telephony.sim.d.ts| +|Error code added|NA|Class name: sim
Method or attribute name: function sendTerminalResponseCmd(slotId: number, cmd: string, callback: AsyncCallback\): void;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999|@ohos.telephony.sim.d.ts| +|Error code added|NA|Class name: sim
Method or attribute name: function sendTerminalResponseCmd(slotId: number, cmd: string): Promise\;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999|@ohos.telephony.sim.d.ts| +|Error code added|NA|Class name: sim
Method or attribute name: function unlockSimLock(slotId: number, lockInfo: PersoLockInfo, callback: AsyncCallback\): void;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999, 8301002|@ohos.telephony.sim.d.ts| +|Error code added|NA|Class name: sim
Method or attribute name: function unlockSimLock(slotId: number, lockInfo: PersoLockInfo): Promise\;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999, 8301002|@ohos.telephony.sim.d.ts| +|Error code added|NA|Class name: sms
Method or attribute name: function splitMessage(content: string, callback: AsyncCallback\>): void;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.sms.d.ts| +|Error code added|NA|Class name: sms
Method or attribute name: function splitMessage(content: string): Promise\>;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.sms.d.ts| +|Error code added|NA|Class name: sms
Method or attribute name: function createMessage(pdu: Array\, specification: string, callback: AsyncCallback\): void;
Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.sms.d.ts| +|Error code added|NA|Class name: sms
Method or attribute name: function createMessage(pdu: Array\, specification: string): Promise\;
Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.sms.d.ts| +|Error code added|NA|Class name: sms
Method or attribute name: function sendMessage(options: SendMessageOptions): void;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.sms.d.ts| +|Error code added|NA|Class name: sms
Method or attribute name: function setDefaultSmsSlotId(slotId: number, callback: AsyncCallback\): void;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999|@ohos.telephony.sms.d.ts| +|Error code added|NA|Class name: sms
Method or attribute name: function setDefaultSmsSlotId(slotId: number): Promise\;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999|@ohos.telephony.sms.d.ts| +|Error code added|NA|Class name: sms
Method or attribute name: function setSmscAddr(slotId: number, smscAddr: string, callback: AsyncCallback\): void;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.sms.d.ts| +|Error code added|NA|Class name: sms
Method or attribute name: function setSmscAddr(slotId: number, smscAddr: string): Promise\;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.sms.d.ts| +|Error code added|NA|Class name: sms
Method or attribute name: function getSmscAddr(slotId: number, callback: AsyncCallback\): void;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.sms.d.ts| +|Error code added|NA|Class name: sms
Method or attribute name: function getSmscAddr(slotId: number): Promise\;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.sms.d.ts| +|Error code added|NA|Class name: sms
Method or attribute name: function addSimMessage(options: SimMessageOptions, callback: AsyncCallback\): void;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.sms.d.ts| +|Error code added|NA|Class name: sms
Method or attribute name: function addSimMessage(options: SimMessageOptions): Promise\;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.sms.d.ts| +|Error code added|NA|Class name: sms
Method or attribute name: function delSimMessage(slotId: number, msgIndex: number, callback: AsyncCallback\): void;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.sms.d.ts| +|Error code added|NA|Class name: sms
Method or attribute name: function delSimMessage(slotId: number, msgIndex: number): Promise\;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.sms.d.ts| +|Error code added|NA|Class name: sms
Method or attribute name: function updateSimMessage(options: UpdateSimMessageOptions, callback: AsyncCallback\): void;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.sms.d.ts| +|Error code added|NA|Class name: sms
Method or attribute name: function updateSimMessage(options: UpdateSimMessageOptions): Promise\;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.sms.d.ts| +|Error code added|NA|Class name: sms
Method or attribute name: function getAllSimMessages(slotId: number, callback: AsyncCallback\>): void;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.sms.d.ts| +|Error code added|NA|Class name: sms
Method or attribute name: function getAllSimMessages(slotId: number): Promise\>;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.sms.d.ts| +|Error code added|NA|Class name: sms
Method or attribute name: function setCBConfig(options: CBConfigOptions, callback: AsyncCallback\): void;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.sms.d.ts| +|Error code added|NA|Class name: sms
Method or attribute name: function setCBConfig(options: CBConfigOptions): Promise\;
Error code: 201, 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.sms.d.ts| +|Error code added|NA|Class name: sms
Method or attribute name: function getSmsSegmentsInfo(slotId: number, message: string, force7bit: boolean, callback: AsyncCallback\): void;
Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.sms.d.ts| +|Error code added|NA|Class name: sms
Method or attribute name: function getSmsSegmentsInfo(slotId: number, message: string, force7bit: boolean): Promise\;
Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.sms.d.ts| +|Error code added|NA|Class name: sms
Method or attribute name: function getImsShortMessageFormat(callback: AsyncCallback\): void;
Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.sms.d.ts| +|Error code added|NA|Class name: sms
Method or attribute name: function getImsShortMessageFormat(): Promise\;
Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.sms.d.ts| +|Error code added|NA|Class name: sms
Method or attribute name: function decodeMms(mmsFilePathName: string \| Array\, callback: AsyncCallback\): void;
Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.sms.d.ts| +|Error code added|NA|Class name: sms
Method or attribute name: function decodeMms(mmsFilePathName: string \| Array\): Promise\;
Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.sms.d.ts| +|Error code added|NA|Class name: sms
Method or attribute name: function encodeMms(mms: MmsInformation, callback: AsyncCallback\>): void;
Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.sms.d.ts| +|Error code added|NA|Class name: sms
Method or attribute name: function encodeMms(mms: MmsInformation): Promise\>;
Error code: 401, 8300001, 8300002, 8300003, 8300999|@ohos.telephony.sms.d.ts| +|Permission added|Class name: call
Method or attribute name: function holdCall(callId: number, callback: AsyncCallback\): void;
Permission: N/A|Class name: call
Method or attribute name: function holdCall(callId: number, callback: AsyncCallback\): void;
Permission: ohos.permission.ANSWER_CALL|@ohos.telephony.call.d.ts| +|Permission added|Class name: call
Method or attribute name: function holdCall(callId: number): Promise\;
Permission: N/A|Class name: call
Method or attribute name: function holdCall(callId: number): Promise\;
Permission: ohos.permission.ANSWER_CALL|@ohos.telephony.call.d.ts| +|Permission added|Class name: call
Method or attribute name: function unHoldCall(callId: number, callback: AsyncCallback\): void;
Permission: N/A|Class name: call
Method or attribute name: function unHoldCall(callId: number, callback: AsyncCallback\): void;
Permission: ohos.permission.ANSWER_CALL|@ohos.telephony.call.d.ts| +|Permission added|Class name: call
Method or attribute name: function unHoldCall(callId: number): Promise\;
Permission: N/A|Class name: call
Method or attribute name: function unHoldCall(callId: number): Promise\;
Permission: ohos.permission.ANSWER_CALL|@ohos.telephony.call.d.ts| +|Permission added|Class name: call
Method or attribute name: function switchCall(callId: number, callback: AsyncCallback\): void;
Permission: N/A|Class name: call
Method or attribute name: function switchCall(callId: number, callback: AsyncCallback\): void;
Permission: ohos.permission.ANSWER_CALL|@ohos.telephony.call.d.ts| +|Permission added|Class name: call
Method or attribute name: function switchCall(callId: number): Promise\;
Permission: N/A|Class name: call
Method or attribute name: function switchCall(callId: number): Promise\;
Permission: ohos.permission.ANSWER_CALL|@ohos.telephony.call.d.ts| +|Permission added|Class name: call
Method or attribute name: function getCallWaitingStatus(slotId: number, callback: AsyncCallback\): void;
Permission: N/A|Class name: call
Method or attribute name: function getCallWaitingStatus(slotId: number, callback: AsyncCallback\): void;
Permission: ohos.permission.GET_TELEPHONY_STATE|@ohos.telephony.call.d.ts| +|Permission added|Class name: call
Method or attribute name: function getCallWaitingStatus(slotId: number): Promise\;
Permission: N/A|Class name: call
Method or attribute name: function getCallWaitingStatus(slotId: number): Promise\;
Permission: ohos.permission.GET_TELEPHONY_STATE|@ohos.telephony.call.d.ts| +|Permission added|Class name: call
Method or attribute name: function setCallWaiting(slotId: number, activate: boolean, callback: AsyncCallback\): void;
Permission: N/A|Class name: call
Method or attribute name: function setCallWaiting(slotId: number, activate: boolean, callback: AsyncCallback\): void;
Permission: ohos.permission.SET_TELEPHONY_STATE|@ohos.telephony.call.d.ts| +|Permission added|Class name: call
Method or attribute name: function setCallWaiting(slotId: number, activate: boolean): Promise\;
Permission: N/A|Class name: call
Method or attribute name: function setCallWaiting(slotId: number, activate: boolean): Promise\;
Permission: ohos.permission.SET_TELEPHONY_STATE|@ohos.telephony.call.d.ts| +|Permission added|Class name: call
Method or attribute name: function on(type: 'callDetailsChange', callback: Callback\): void;
Permission: N/A|Class name: call
Method or attribute name: function on(type: 'callDetailsChange', callback: Callback\): void;
Permission: ohos.permission.SET_TELEPHONY_STATE|@ohos.telephony.call.d.ts| +|Permission added|Class name: call
Method or attribute name: function off(type: 'callDetailsChange', callback?: Callback\): void;
Permission: N/A|Class name: call
Method or attribute name: function off(type: 'callDetailsChange', callback?: Callback\): void;
Permission: ohos.permission.SET_TELEPHONY_STATE|@ohos.telephony.call.d.ts| +|Permission added|Class name: call
Method or attribute name: function on(type: 'callEventChange', callback: Callback\): void;
Permission: N/A|Class name: call
Method or attribute name: function on(type: 'callEventChange', callback: Callback\): void;
Permission: ohos.permission.SET_TELEPHONY_STATE|@ohos.telephony.call.d.ts| +|Permission added|Class name: call
Method or attribute name: function off(type: 'callEventChange', callback?: Callback\): void;
Permission: N/A|Class name: call
Method or attribute name: function off(type: 'callEventChange', callback?: Callback\): void;
Permission: ohos.permission.SET_TELEPHONY_STATE|@ohos.telephony.call.d.ts| +|Permission added|Class name: call
Method or attribute name: function on(type: 'callDisconnectedCause', callback: Callback\): void;
Permission: N/A|Class name: call
Method or attribute name: function on(type: 'callDisconnectedCause', callback: Callback\): void;
Permission: ohos.permission.SET_TELEPHONY_STATE|@ohos.telephony.call.d.ts| +|Permission added|Class name: call
Method or attribute name: function off(type: 'callDisconnectedCause', callback?: Callback\): void;
Permission: N/A|Class name: call
Method or attribute name: function off(type: 'callDisconnectedCause', callback?: Callback\): void;
Permission: ohos.permission.SET_TELEPHONY_STATE|@ohos.telephony.call.d.ts| +|Permission added|Class name: call
Method or attribute name: function getCallRestrictionStatus(slotId: number, type: CallRestrictionType, callback: AsyncCallback\): void;
Permission: N/A|Class name: call
Method or attribute name: function getCallRestrictionStatus(slotId: number, type: CallRestrictionType, callback: AsyncCallback\): void;
Permission: ohos.permission.GET_TELEPHONY_STATE|@ohos.telephony.call.d.ts| +|Permission added|Class name: call
Method or attribute name: function getCallRestrictionStatus(slotId: number, type: CallRestrictionType): Promise\;
Permission: N/A|Class name: call
Method or attribute name: function getCallRestrictionStatus(slotId: number, type: CallRestrictionType): Promise\;
Permission: ohos.permission.GET_TELEPHONY_STATE|@ohos.telephony.call.d.ts| +|Permission added|Class name: call
Method or attribute name: function setCallRestriction(slotId: number, info: CallRestrictionInfo, callback: AsyncCallback\): void;
Permission: N/A|Class name: call
Method or attribute name: function setCallRestriction(slotId: number, info: CallRestrictionInfo, callback: AsyncCallback\): void;
Permission: ohos.permission.SET_TELEPHONY_STATE|@ohos.telephony.call.d.ts| +|Permission added|Class name: call
Method or attribute name: function setCallRestriction(slotId: number, info: CallRestrictionInfo): Promise\;
Permission: N/A|Class name: call
Method or attribute name: function setCallRestriction(slotId: number, info: CallRestrictionInfo): Promise\;
Permission: ohos.permission.SET_TELEPHONY_STATE|@ohos.telephony.call.d.ts| +|Permission added|Class name: call
Method or attribute name: function getCallTransferInfo(slotId: number, type: CallTransferType, callback: AsyncCallback\): void;
Permission: N/A|Class name: call
Method or attribute name: function getCallTransferInfo(slotId: number, type: CallTransferType, callback: AsyncCallback\): void;
Permission: ohos.permission.GET_TELEPHONY_STATE|@ohos.telephony.call.d.ts| +|Permission added|Class name: call
Method or attribute name: function getCallTransferInfo(slotId: number, type: CallTransferType): Promise\;
Permission: N/A|Class name: call
Method or attribute name: function getCallTransferInfo(slotId: number, type: CallTransferType): Promise\;
Permission: ohos.permission.GET_TELEPHONY_STATE|@ohos.telephony.call.d.ts| +|Permission added|Class name: call
Method or attribute name: function setCallTransfer(slotId: number, info: CallTransferInfo, callback: AsyncCallback\): void;
Permission: N/A|Class name: call
Method or attribute name: function setCallTransfer(slotId: number, info: CallTransferInfo, callback: AsyncCallback\): void;
Permission: ohos.permission.SET_TELEPHONY_STATE|@ohos.telephony.call.d.ts| +|Permission added|Class name: call
Method or attribute name: function setCallTransfer(slotId: number, info: CallTransferInfo): Promise\;
Permission: N/A|Class name: call
Method or attribute name: function setCallTransfer(slotId: number, info: CallTransferInfo): Promise\;
Permission: ohos.permission.SET_TELEPHONY_STATE|@ohos.telephony.call.d.ts| +|Permission added|Class name: call
Method or attribute name: function enableImsSwitch(slotId: number, callback: AsyncCallback\): void;
Permission: N/A|Class name: call
Method or attribute name: function enableImsSwitch(slotId: number, callback: AsyncCallback\): void;
Permission: ohos.permission.SET_TELEPHONY_STATE|@ohos.telephony.call.d.ts| +|Permission added|Class name: call
Method or attribute name: function enableImsSwitch(slotId: number): Promise\;
Permission: N/A|Class name: call
Method or attribute name: function enableImsSwitch(slotId: number): Promise\;
Permission: ohos.permission.SET_TELEPHONY_STATE|@ohos.telephony.call.d.ts| +|Permission added|Class name: call
Method or attribute name: function disableImsSwitch(slotId: number, callback: AsyncCallback\): void;
Permission: N/A|Class name: call
Method or attribute name: function disableImsSwitch(slotId: number, callback: AsyncCallback\): void;
Permission: ohos.permission.SET_TELEPHONY_STATE|@ohos.telephony.call.d.ts| +|Permission added|Class name: call
Method or attribute name: function disableImsSwitch(slotId: number): Promise\;
Permission: N/A|Class name: call
Method or attribute name: function disableImsSwitch(slotId: number): Promise\;
Permission: ohos.permission.SET_TELEPHONY_STATE|@ohos.telephony.call.d.ts| +|Permission added|Class name: radio
Method or attribute name: function sendUpdateCellLocationRequest(callback: AsyncCallback\): void;
Permission: N/A|Class name: radio
Method or attribute name: function sendUpdateCellLocationRequest(callback: AsyncCallback\): void;
Permission: ohos.permission.LOCATION and ohos.permission.APPROXIMATELY_LOCATION|@ohos.telephony.radio.d.ts| +|Permission added|Class name: sim
Method or attribute name: function getLockState(slotId: number, lockType: LockType, callback: AsyncCallback\): void;
Permission: N/A|Class name: sim
Method or attribute name: function getLockState(slotId: number, lockType: LockType, callback: AsyncCallback\): void;
Permission: ohos.permission.GET_TELEPHONY_STATE|@ohos.telephony.sim.d.ts| +|Permission added|Class name: sim
Method or attribute name: function getLockState(slotId: number, lockType: LockType): Promise\;
Permission: N/A|Class name: sim
Method or attribute name: function getLockState(slotId: number, lockType: LockType): Promise\;
Permission: ohos.permission.GET_TELEPHONY_STATE|@ohos.telephony.sim.d.ts| +|Function changed|Class name: call
Method or attribute name: function setAudioDevice(device: AudioDevice, callback: AsyncCallback\): void;
|Class name: call
Method or attribute name: function setAudioDevice(device: AudioDevice, callback: AsyncCallback\): void;
|@ohos.telephony.call.d.ts| +|Function changed|Class name: call
Method or attribute name: function setAudioDevice(device: AudioDevice, callback: AsyncCallback\): void;
|Class name: call
Method or attribute name: function setAudioDevice(device: AudioDevice, options: AudioDeviceOptions, callback: AsyncCallback\): void;
|@ohos.telephony.call.d.ts| +|Function changed|Class name: call
Method or attribute name: function setAudioDevice(device: AudioDevice): Promise\;
|Class name: call
Method or attribute name: function setAudioDevice(device: AudioDevice, options?: AudioDeviceOptions): Promise\;
|@ohos.telephony.call.d.ts| +|Function changed|Class name: radio
Method or attribute name: function sendUpdateCellLocationRequest(callback: AsyncCallback\): void;
|Class name: radio
Method or attribute name: function sendUpdateCellLocationRequest(callback: AsyncCallback\): void;
|@ohos.telephony.radio.d.ts| +|Function changed|Class name: radio
Method or attribute name: function sendUpdateCellLocationRequest(callback: AsyncCallback\): void;
|Class name: radio
Method or attribute name: function sendUpdateCellLocationRequest(slotId: number, callback: AsyncCallback\): void;
|@ohos.telephony.radio.d.ts| +|Function changed|Class name: radio
Method or attribute name: function sendUpdateCellLocationRequest(): Promise\;
|Class name: radio
Method or attribute name: function sendUpdateCellLocationRequest(slotId?: number): Promise\;
|@ohos.telephony.radio.d.ts| +|Function changed|Class name: sms
Method or attribute name: function isImsSmsSupported(callback: AsyncCallback\): void;
|Class name: sms
Method or attribute name: function isImsSmsSupported(slotId: number, callback: AsyncCallback\): void;
|@ohos.telephony.sms.d.ts| +|Function changed|Class name: sms
Method or attribute name: function isImsSmsSupported(): Promise\;
|Class name: sms
Method or attribute name: function isImsSmsSupported(slotId: number): Promise\;
|@ohos.telephony.sms.d.ts| diff --git a/en/release-notes/api-diff/v3.2-Release/js-apidiff-unitest.md b/en/release-notes/api-diff/v3.2-Release/js-apidiff-unitest.md new file mode 100644 index 0000000000000000000000000000000000000000..4db816accbb2f4c948f2ca8671cc34b6557883cd --- /dev/null +++ b/en/release-notes/api-diff/v3.2-Release/js-apidiff-unitest.md @@ -0,0 +1,211 @@ +| Change Type | Old Version | New Version | d.ts File | +| ---- | ------ | ------ | -------- | +|Added|NA|Module name: ohos.UiTest
Class name: MatchPattern|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: MatchPattern
Method or attribute name: EQUALS = 0|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: MatchPattern
Method or attribute name: CONTAINS = 1|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: MatchPattern
Method or attribute name: STARTS_WITH = 2|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: MatchPattern
Method or attribute name: ENDS_WITH = 3|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: By|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: By
Method or attribute name: text(txt: string, pattern?: MatchPattern): By;|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: By
Method or attribute name: key(key: string): By;|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: By
Method or attribute name: id(id: number): By;|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: By
Method or attribute name: type(tp: string): By;|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: By
Method or attribute name: clickable(b?: boolean): By;|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: By
Method or attribute name: scrollable(b?: boolean): By;|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: By
Method or attribute name: enabled(b?: boolean): By;|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: By
Method or attribute name: focused(b?: boolean): By;|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: By
Method or attribute name: selected(b?: boolean): By;|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: By
Method or attribute name: isBefore(by: By): By;|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: By
Method or attribute name: isAfter(by: By): By;|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: UiComponent|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: UiComponent
Method or attribute name: click(): Promise\;|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: UiComponent
Method or attribute name: doubleClick(): Promise\;|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: UiComponent
Method or attribute name: longClick(): Promise\;|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: UiComponent
Method or attribute name: getId(): Promise\;|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: UiComponent
Method or attribute name: getKey(): Promise\;|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: UiComponent
Method or attribute name: getText(): Promise\;|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: UiComponent
Method or attribute name: getType(): Promise\;|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: UiComponent
Method or attribute name: isClickable(): Promise\;|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: UiComponent
Method or attribute name: isScrollable(): Promise\;|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: UiComponent
Method or attribute name: isEnabled(): Promise\;|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: UiComponent
Method or attribute name: isFocused(): Promise\;|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: UiComponent
Method or attribute name: isSelected(): Promise\;|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: UiComponent
Method or attribute name: inputText(text: string): Promise\;|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: UiComponent
Method or attribute name: scrollSearch(by: By): Promise\;|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: UiDriver|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: UiDriver
Method or attribute name: static create(): UiDriver;|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: UiDriver
Method or attribute name: delayMs(duration: number): Promise\;|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: UiDriver
Method or attribute name: findComponent(by: By): Promise\;|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: UiDriver
Method or attribute name: findComponents(by: By): Promise\>;|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: UiDriver
Method or attribute name: assertComponentExist(by: By): Promise\;|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: UiDriver
Method or attribute name: pressBack(): Promise\;|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: UiDriver
Method or attribute name: triggerKey(keyCode: number): Promise\;|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: UiDriver
Method or attribute name: click(x: number, y: number): Promise\;|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: UiDriver
Method or attribute name: doubleClick(x: number, y: number): Promise\;|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: UiDriver
Method or attribute name: longClick(x: number, y: number): Promise\;|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: UiDriver
Method or attribute name: swipe(startx: number, starty: number, endx: number, endy: number): Promise\;|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: UiDriver
Method or attribute name: screenCap(savePath: string): Promise\;|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: WindowMode|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: WindowMode
Method or attribute name: FULLSCREEN = 0|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: WindowMode
Method or attribute name: PRIMARY = 1|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: WindowMode
Method or attribute name: SECONDARY = 2|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: WindowMode
Method or attribute name: FLOATING = 3|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: ResizeDirection|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: ResizeDirection
Method or attribute name: LEFT = 0|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: ResizeDirection
Method or attribute name: RIGHT = 1|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: ResizeDirection
Method or attribute name: UP = 2|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: ResizeDirection
Method or attribute name: DOWN = 3|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: ResizeDirection
Method or attribute name: LEFT_UP = 4|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: ResizeDirection
Method or attribute name: LEFT_DOWN = 5|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: ResizeDirection
Method or attribute name: RIGHT_UP = 6|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: ResizeDirection
Method or attribute name: RIGHT_DOWN = 7|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: DisplayRotation|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: DisplayRotation
Method or attribute name: ROTATION_0 = 0|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: DisplayRotation
Method or attribute name: ROTATION_90 = 1|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: DisplayRotation
Method or attribute name: ROTATION_180 = 2|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: DisplayRotation
Method or attribute name: ROTATION_270 = 3|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: Point|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: Point
Method or attribute name: readonly x: number;|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: Point
Method or attribute name: readonly y: number;|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: Rect|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: Rect
Method or attribute name: readonly left: number;|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: Rect
Method or attribute name: readonly top: number;|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: Rect
Method or attribute name: readonly right: number;|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: Rect
Method or attribute name: readonly bottom: number;|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: WindowFilter|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: WindowFilter
Method or attribute name: bundleName?: string;|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: WindowFilter
Method or attribute name: title?: string;|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: WindowFilter
Method or attribute name: focused?: boolean;|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: WindowFilter
Method or attribute name: actived?: boolean;|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: On|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: On
Method or attribute name: text(txt: string, pattern?: MatchPattern): On;|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: On
Method or attribute name: id(id: string): On;|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: On
Method or attribute name: type(tp: string): On;|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: On
Method or attribute name: clickable(b?: boolean): On;|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: On
Method or attribute name: longClickable(b?: boolean): On;|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: On
Method or attribute name: scrollable(b?: boolean): On;|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: On
Method or attribute name: enabled(b?: boolean): On;|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: On
Method or attribute name: focused(b?: boolean): On;|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: On
Method or attribute name: selected(b?: boolean): On;|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: On
Method or attribute name: checked(b?: boolean): On;|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: On
Method or attribute name: checkable(b?: boolean): On;|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: On
Method or attribute name: isBefore(on: On): On;|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: On
Method or attribute name: isAfter(on: On): On;|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: Component|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: Component
Method or attribute name: click(): Promise\;|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: Component
Method or attribute name: doubleClick(): Promise\;|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: Component
Method or attribute name: longClick(): Promise\;|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: Component
Method or attribute name: getId(): Promise\;|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: Component
Method or attribute name: getText(): Promise\;|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: Component
Method or attribute name: getType(): Promise\;|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: Component
Method or attribute name: isClickable(): Promise\;|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: Component
Method or attribute name: isLongClickable(): Promise\;|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: Component
Method or attribute name: isScrollable(): Promise\;|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: Component
Method or attribute name: isEnabled(): Promise\;|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: Component
Method or attribute name: isFocused(): Promise\;|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: Component
Method or attribute name: isSelected(): Promise\;|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: Component
Method or attribute name: isChecked(): Promise\;|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: Component
Method or attribute name: isCheckable(): Promise\;|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: Component
Method or attribute name: inputText(text: string): Promise\;|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: Component
Method or attribute name: clearText(): Promise\;|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: Component
Method or attribute name: scrollToTop(speed?: number): Promise\;|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: Component
Method or attribute name: scrollToBottom(speed?: number): Promise\;|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: Component
Method or attribute name: scrollSearch(on: On): Promise\;|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: Component
Method or attribute name: getBounds(): Promise\;|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: Component
Method or attribute name: getBoundsCenter(): Promise\;|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: Component
Method or attribute name: dragTo(target: Component): Promise\;|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: Component
Method or attribute name: pinchOut(scale: number): Promise\;|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: Component
Method or attribute name: pinchIn(scale: number): Promise\;|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: Driver|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: Driver
Method or attribute name: static create(): Driver;|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: Driver
Method or attribute name: delayMs(duration: number): Promise\;|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: Driver
Method or attribute name: findComponent(on: On): Promise\;|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: Driver
Method or attribute name: findWindow(filter: WindowFilter): Promise\;|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: Driver
Method or attribute name: waitForComponent(on: On, time: number): Promise\;|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: Driver
Method or attribute name: findComponents(on: On): Promise\>;|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: Driver
Method or attribute name: assertComponentExist(on: On): Promise\;|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: Driver
Method or attribute name: pressBack(): Promise\;|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: Driver
Method or attribute name: triggerKey(keyCode: number): Promise\;|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: Driver
Method or attribute name: triggerCombineKeys(key0: number, key1: number, key2?: number): Promise\;|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: Driver
Method or attribute name: click(x: number, y: number): Promise\;|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: Driver
Method or attribute name: doubleClick(x: number, y: number): Promise\;|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: Driver
Method or attribute name: longClick(x: number, y: number): Promise\;|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: Driver
Method or attribute name: swipe(startx: number, starty: number, endx: number, endy: number, speed?: number): Promise\;|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: Driver
Method or attribute name: drag(startx: number, starty: number, endx: number, endy: number, speed?: number): Promise\;|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: Driver
Method or attribute name: screenCap(savePath: string): Promise\;|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: Driver
Method or attribute name: setDisplayRotation(rotation: DisplayRotation): Promise\;|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: Driver
Method or attribute name: getDisplayRotation(): Promise\;|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: Driver
Method or attribute name: setDisplayRotationEnabled(enabled: boolean): Promise\;|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: Driver
Method or attribute name: getDisplaySize(): Promise\;|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: Driver
Method or attribute name: getDisplayDensity(): Promise\;|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: Driver
Method or attribute name: wakeUpDisplay(): Promise\;|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: Driver
Method or attribute name: pressHome(): Promise\;|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: Driver
Method or attribute name: waitForIdle(idleTime: number, timeout: number): Promise\;|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: Driver
Method or attribute name: fling(from: Point, to: Point, stepLen: number, speed: number): Promise\;|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: Driver
Method or attribute name: injectMultiPointerAction(pointers: PointerMatrix, speed?: number): Promise\;|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: UiWindow|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: UiWindow
Method or attribute name: getBundleName(): Promise\;|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: UiWindow
Method or attribute name: getBounds(): Promise\;|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: UiWindow
Method or attribute name: getTitle(): Promise\;|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: UiWindow
Method or attribute name: getWindowMode(): Promise\;|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: UiWindow
Method or attribute name: isFocused(): Promise\;|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: UiWindow
Method or attribute name: isActived(): Promise\;|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: UiWindow
Method or attribute name: focus(): Promise\;|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: UiWindow
Method or attribute name: moveTo(x: number, y: number): Promise\;|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: UiWindow
Method or attribute name: resize(wide: number, height: number, direction: ResizeDirection): Promise\;|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: UiWindow
Method or attribute name: split(): Promise\;|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: UiWindow
Method or attribute name: maximize(): Promise\;|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: UiWindow
Method or attribute name: minimize(): Promise\;|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: UiWindow
Method or attribute name: resume(): Promise\;|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: UiWindow
Method or attribute name: close(): Promise\;|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: PointerMatrix|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: PointerMatrix
Method or attribute name: static create(fingers: number, steps: number): PointerMatrix;|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: PointerMatrix
Method or attribute name: setPoint(finger: number, step: number, point: Point): void;|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: global
Method or attribute name: declare const BY: By;|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: global
Method or attribute name: declare const ON: On;|@ohos.UiTest.d.ts| +|Deleted|Module name: ohos.uitest
Class name: MatchPattern|NA|@ohos.uitest.d.ts| +|Deleted|Module name: ohos.uitest
Class name: MatchPattern
Method or attribute name: EQUALS = 0|NA|@ohos.uitest.d.ts| +|Deleted|Module name: ohos.uitest
Class name: MatchPattern
Method or attribute name: CONTAINS = 1|NA|@ohos.uitest.d.ts| +|Deleted|Module name: ohos.uitest
Class name: MatchPattern
Method or attribute name: STARTS_WITH = 2|NA|@ohos.uitest.d.ts| +|Deleted|Module name: ohos.uitest
Class name: MatchPattern
Method or attribute name: ENDS_WITH = 3|NA|@ohos.uitest.d.ts| +|Deleted|Module name: ohos.uitest
Class name: By|NA|@ohos.uitest.d.ts| +|Deleted|Module name: ohos.uitest
Class name: By
Method or attribute name: text(txt:string,pattern?:MatchPattern):By;|NA|@ohos.uitest.d.ts| +|Deleted|Module name: ohos.uitest
Class name: By
Method or attribute name: key(key:string):By;|NA|@ohos.uitest.d.ts| +|Deleted|Module name: ohos.uitest
Class name: By
Method or attribute name: id(id:number):By;|NA|@ohos.uitest.d.ts| +|Deleted|Module name: ohos.uitest
Class name: By
Method or attribute name: type(tp:string):By;|NA|@ohos.uitest.d.ts| +|Deleted|Module name: ohos.uitest
Class name: By
Method or attribute name: clickable(b?:bool):By;|NA|@ohos.uitest.d.ts| +|Deleted|Module name: ohos.uitest
Class name: By
Method or attribute name: scrollable(b?:bool):By;|NA|@ohos.uitest.d.ts| +|Deleted|Module name: ohos.uitest
Class name: By
Method or attribute name: enabled(b?:bool):By;|NA|@ohos.uitest.d.ts| +|Deleted|Module name: ohos.uitest
Class name: By
Method or attribute name: focused(b?:bool):By;|NA|@ohos.uitest.d.ts| +|Deleted|Module name: ohos.uitest
Class name: By
Method or attribute name: selected(b?:bool):By;|NA|@ohos.uitest.d.ts| +|Deleted|Module name: ohos.uitest
Class name: By
Method or attribute name: isBefore(by:By):By;|NA|@ohos.uitest.d.ts| +|Deleted|Module name: ohos.uitest
Class name: By
Method or attribute name: isAfter(by:By):By;|NA|@ohos.uitest.d.ts| +|Deleted|Module name: ohos.uitest
Class name: UiComponent|NA|@ohos.uitest.d.ts| +|Deleted|Module name: ohos.uitest
Class name: UiComponent
Method or attribute name: click():Promise\;|NA|@ohos.uitest.d.ts| +|Deleted|Module name: ohos.uitest
Class name: UiComponent
Method or attribute name: doubleClick():Promise\;|NA|@ohos.uitest.d.ts| +|Deleted|Module name: ohos.uitest
Class name: UiComponent
Method or attribute name: longClick():Promise\;|NA|@ohos.uitest.d.ts| +|Deleted|Module name: ohos.uitest
Class name: UiComponent
Method or attribute name: getId():Promise\;|NA|@ohos.uitest.d.ts| +|Deleted|Module name: ohos.uitest
Class name: UiComponent
Method or attribute name: getKey():Promise\;|NA|@ohos.uitest.d.ts| +|Deleted|Module name: ohos.uitest
Class name: UiComponent
Method or attribute name: getText():Promise\;|NA|@ohos.uitest.d.ts| +|Deleted|Module name: ohos.uitest
Class name: UiComponent
Method or attribute name: getType():Promise\;|NA|@ohos.uitest.d.ts| +|Deleted|Module name: ohos.uitest
Class name: UiComponent
Method or attribute name: isClickable():Promise\;|NA|@ohos.uitest.d.ts| +|Deleted|Module name: ohos.uitest
Class name: UiComponent
Method or attribute name: isScrollable():Promise\;|NA|@ohos.uitest.d.ts| +|Deleted|Module name: ohos.uitest
Class name: UiComponent
Method or attribute name: isEnabled():Promise\;|NA|@ohos.uitest.d.ts| +|Deleted|Module name: ohos.uitest
Class name: UiComponent
Method or attribute name: isFocused():Promise\;|NA|@ohos.uitest.d.ts| +|Deleted|Module name: ohos.uitest
Class name: UiComponent
Method or attribute name: isSelected():Promise\;|NA|@ohos.uitest.d.ts| +|Deleted|Module name: ohos.uitest
Class name: UiComponent
Method or attribute name: inputText(text: string):Promise\;|NA|@ohos.uitest.d.ts| +|Deleted|Module name: ohos.uitest
Class name: UiComponent
Method or attribute name: scrollSearch(by:By):Promise\;|NA|@ohos.uitest.d.ts| +|Deleted|Module name: ohos.uitest
Class name: UiDriver|NA|@ohos.uitest.d.ts| +|Deleted|Module name: ohos.uitest
Class name: UiDriver
Method or attribute name: static create():UiDriver;|NA|@ohos.uitest.d.ts| +|Deleted|Module name: ohos.uitest
Class name: UiDriver
Method or attribute name: delayMs(duration:number):Promise\;|NA|@ohos.uitest.d.ts| +|Deleted|Module name: ohos.uitest
Class name: UiDriver
Method or attribute name: findComponent(by:By):Promise\;|NA|@ohos.uitest.d.ts| +|Deleted|Module name: ohos.uitest
Class name: UiDriver
Method or attribute name: findComponents(by:By):Promise\>;|NA|@ohos.uitest.d.ts| +|Deleted|Module name: ohos.uitest
Class name: UiDriver
Method or attribute name: assertComponentExist(by:By):Promise\;|NA|@ohos.uitest.d.ts| +|Deleted|Module name: ohos.uitest
Class name: UiDriver
Method or attribute name: pressBack():Promise\;|NA|@ohos.uitest.d.ts| +|Deleted|Module name: ohos.uitest
Class name: UiDriver
Method or attribute name: triggerKey(keyCode:number):Promise\;|NA|@ohos.uitest.d.ts| +|Deleted|Module name: ohos.uitest
Class name: UiDriver
Method or attribute name: click(x:number,y:number):Promise\;|NA|@ohos.uitest.d.ts| +|Deleted|Module name: ohos.uitest
Class name: UiDriver
Method or attribute name: doubleClick(x:number,y:number):Promise\;|NA|@ohos.uitest.d.ts| +|Deleted|Module name: ohos.uitest
Class name: UiDriver
Method or attribute name: longClick(x:number,y:number):Promise\;|NA|@ohos.uitest.d.ts| +|Deleted|Module name: ohos.uitest
Class name: UiDriver
Method or attribute name: swipe(startx:number,starty:number,endx:number,endy:number):Promise\;|NA|@ohos.uitest.d.ts| +|Deleted|Module name: ohos.uitest
Class name: UiDriver
Method or attribute name: screenCap(savePath:string):Promise\;|NA|@ohos.uitest.d.ts| +|Deleted|Module name: ohos.uitest
Class name: global
Method or attribute name: const BY:By;|NA|@ohos.uitest.d.ts| diff --git a/en/release-notes/api-diff/v3.2-Release/js-apidiff-update.md b/en/release-notes/api-diff/v3.2-Release/js-apidiff-update.md new file mode 100644 index 0000000000000000000000000000000000000000..e2f927fc92809791f81ab0a791fac885f0f57860 --- /dev/null +++ b/en/release-notes/api-diff/v3.2-Release/js-apidiff-update.md @@ -0,0 +1,417 @@ +| Change Type | Old Version | New Version | d.ts File | +| ---- | ------ | ------ | -------- | +|Added|NA|Class name: update
Method or attribute name: function getOnlineUpdater(upgradeInfo: UpgradeInfo): Updater;|@ohos.update.d.ts| +|Added|NA|Class name: update
Method or attribute name: function getRestorer(): Restorer;|@ohos.update.d.ts| +|Added|NA|Class name: update
Method or attribute name: function getLocalUpdater(): LocalUpdater;|@ohos.update.d.ts| +|Added|NA|Class name: Updater
Method or attribute name: getNewVersionDescription(versionDigestInfo: VersionDigestInfo, descriptionOptions: DescriptionOptions, callback: AsyncCallback\>): void;|@ohos.update.d.ts| +|Added|NA|Class name: Updater
Method or attribute name: getNewVersionDescription(versionDigestInfo: VersionDigestInfo, descriptionOptions: DescriptionOptions): Promise\>;|@ohos.update.d.ts| +|Added|NA|Class name: Updater
Method or attribute name: getCurrentVersionInfo(callback: AsyncCallback\): void;|@ohos.update.d.ts| +|Added|NA|Class name: Updater
Method or attribute name: getCurrentVersionInfo(): Promise\;|@ohos.update.d.ts| +|Added|NA|Class name: Updater
Method or attribute name: getCurrentVersionDescription(descriptionOptions: DescriptionOptions, callback: AsyncCallback\>): void;|@ohos.update.d.ts| +|Added|NA|Class name: Updater
Method or attribute name: getCurrentVersionDescription(descriptionOptions: DescriptionOptions): Promise\>;|@ohos.update.d.ts| +|Added|NA|Class name: Updater
Method or attribute name: getTaskInfo(callback: AsyncCallback\): void;|@ohos.update.d.ts| +|Added|NA|Class name: Updater
Method or attribute name: getTaskInfo(): Promise\;|@ohos.update.d.ts| +|Added|NA|Class name: Updater
Method or attribute name: download(versionDigestInfo: VersionDigestInfo, downloadOptions: DownloadOptions, callback: AsyncCallback\): void;|@ohos.update.d.ts| +|Added|NA|Class name: Updater
Method or attribute name: download(versionDigestInfo: VersionDigestInfo, downloadOptions: DownloadOptions): Promise\;|@ohos.update.d.ts| +|Added|NA|Class name: Updater
Method or attribute name: resumeDownload(versionDigestInfo: VersionDigestInfo, resumeDownloadOptions: ResumeDownloadOptions, callback: AsyncCallback\): void;|@ohos.update.d.ts| +|Added|NA|Class name: Updater
Method or attribute name: resumeDownload(versionDigestInfo: VersionDigestInfo, resumeDownloadOptions: ResumeDownloadOptions): Promise\;|@ohos.update.d.ts| +|Added|NA|Class name: Updater
Method or attribute name: pauseDownload(versionDigestInfo: VersionDigestInfo, pauseDownloadOptions: PauseDownloadOptions, callback: AsyncCallback\): void;|@ohos.update.d.ts| +|Added|NA|Class name: Updater
Method or attribute name: pauseDownload(versionDigestInfo: VersionDigestInfo, pauseDownloadOptions: PauseDownloadOptions): Promise\;|@ohos.update.d.ts| +|Added|NA|Class name: Updater
Method or attribute name: upgrade(versionDigestInfo: VersionDigestInfo, upgradeOptions: UpgradeOptions, callback: AsyncCallback\): void;|@ohos.update.d.ts| +|Added|NA|Class name: Updater
Method or attribute name: upgrade(versionDigestInfo: VersionDigestInfo, upgradeOptions: UpgradeOptions): Promise\;|@ohos.update.d.ts| +|Added|NA|Class name: Updater
Method or attribute name: clearError(versionDigestInfo: VersionDigestInfo, clearOptions: ClearOptions, callback: AsyncCallback\): void;|@ohos.update.d.ts| +|Added|NA|Class name: Updater
Method or attribute name: clearError(versionDigestInfo: VersionDigestInfo, clearOptions: ClearOptions): Promise\;|@ohos.update.d.ts| +|Added|NA|Class name: Updater
Method or attribute name: getUpgradePolicy(callback: AsyncCallback\): void;|@ohos.update.d.ts| +|Added|NA|Class name: Updater
Method or attribute name: getUpgradePolicy(): Promise\;|@ohos.update.d.ts| +|Added|NA|Class name: Updater
Method or attribute name: setUpgradePolicy(policy: UpgradePolicy, callback: AsyncCallback\): void;|@ohos.update.d.ts| +|Added|NA|Class name: Updater
Method or attribute name: setUpgradePolicy(policy: UpgradePolicy): Promise\;|@ohos.update.d.ts| +|Added|NA|Class name: Updater
Method or attribute name: terminateUpgrade(callback: AsyncCallback\): void;|@ohos.update.d.ts| +|Added|NA|Class name: Updater
Method or attribute name: terminateUpgrade(): Promise\;|@ohos.update.d.ts| +|Added|NA|Class name: Updater
Method or attribute name: on(eventClassifyInfo: EventClassifyInfo, taskCallback: UpgradeTaskCallback): void;|@ohos.update.d.ts| +|Added|NA|Class name: Updater
Method or attribute name: off(eventClassifyInfo: EventClassifyInfo, taskCallback?: UpgradeTaskCallback): void;|@ohos.update.d.ts| +|Added|NA|Module name: ohos.update
Class name: Restorer|@ohos.update.d.ts| +|Added|NA|Class name: Restorer
Method or attribute name: |@ohos.update.d.ts| +|Added|NA|Module name: ohos.update
Class name: Restorer
Method or attribute name: factoryReset(callback: AsyncCallback\): void;|@ohos.update.d.ts| +|Added|NA|Class name: Restorer
Method or attribute name: factoryReset(callback: AsyncCallback\): void;|@ohos.update.d.ts| +|Added|NA|Module name: ohos.update
Class name: Restorer
Method or attribute name: factoryReset(): Promise\;|@ohos.update.d.ts| +|Added|NA|Class name: Restorer
Method or attribute name: factoryReset(): Promise\;|@ohos.update.d.ts| +|Added|NA|Module name: ohos.update
Class name: LocalUpdater|@ohos.update.d.ts| +|Added|NA|Class name: LocalUpdater
Method or attribute name: |@ohos.update.d.ts| +|Added|NA|Module name: ohos.update
Class name: LocalUpdater
Method or attribute name: verifyUpgradePackage(upgradeFile: UpgradeFile, certsFile: string, callback: AsyncCallback\): void;|@ohos.update.d.ts| +|Added|NA|Class name: LocalUpdater
Method or attribute name: verifyUpgradePackage(upgradeFile: UpgradeFile, certsFile: string, callback: AsyncCallback\): void;|@ohos.update.d.ts| +|Added|NA|Module name: ohos.update
Class name: LocalUpdater
Method or attribute name: verifyUpgradePackage(upgradeFile: UpgradeFile, certsFile: string): Promise\;|@ohos.update.d.ts| +|Added|NA|Class name: LocalUpdater
Method or attribute name: verifyUpgradePackage(upgradeFile: UpgradeFile, certsFile: string): Promise\;|@ohos.update.d.ts| +|Added|NA|Module name: ohos.update
Class name: LocalUpdater
Method or attribute name: applyNewVersion(upgradeFiles: Array\, callback: AsyncCallback\): void;|@ohos.update.d.ts| +|Added|NA|Class name: LocalUpdater
Method or attribute name: applyNewVersion(upgradeFiles: Array\, callback: AsyncCallback\): void;|@ohos.update.d.ts| +|Added|NA|Module name: ohos.update
Class name: LocalUpdater
Method or attribute name: applyNewVersion(upgradeFiles: Array\): Promise\;|@ohos.update.d.ts| +|Added|NA|Class name: LocalUpdater
Method or attribute name: applyNewVersion(upgradeFiles: Array\): Promise\;|@ohos.update.d.ts| +|Added|NA|Module name: ohos.update
Class name: LocalUpdater
Method or attribute name: on(eventClassifyInfo: EventClassifyInfo, taskCallback: UpgradeTaskCallback): void;|@ohos.update.d.ts| +|Added|NA|Class name: LocalUpdater
Method or attribute name: on(eventClassifyInfo: EventClassifyInfo, taskCallback: UpgradeTaskCallback): void;|@ohos.update.d.ts| +|Added|NA|Module name: ohos.update
Class name: LocalUpdater
Method or attribute name: off(eventClassifyInfo: EventClassifyInfo, taskCallback?: UpgradeTaskCallback): void;|@ohos.update.d.ts| +|Added|NA|Class name: LocalUpdater
Method or attribute name: off(eventClassifyInfo: EventClassifyInfo, taskCallback?: UpgradeTaskCallback): void;|@ohos.update.d.ts| +|Added|NA|Module name: ohos.update
Class name: UpgradeInfo|@ohos.update.d.ts| +|Added|NA|Class name: UpgradeInfo
Method or attribute name: |@ohos.update.d.ts| +|Added|NA|Module name: ohos.update
Class name: UpgradeInfo
Method or attribute name: upgradeApp: string;|@ohos.update.d.ts| +|Added|NA|Class name: UpgradeInfo
Method or attribute name: upgradeApp: string;|@ohos.update.d.ts| +|Added|NA|Module name: ohos.update
Class name: UpgradeInfo
Method or attribute name: businessType: BusinessType;|@ohos.update.d.ts| +|Added|NA|Class name: UpgradeInfo
Method or attribute name: businessType: BusinessType;|@ohos.update.d.ts| +|Added|NA|Module name: ohos.update
Class name: BusinessType|@ohos.update.d.ts| +|Added|NA|Class name: BusinessType
Method or attribute name: |@ohos.update.d.ts| +|Added|NA|Module name: ohos.update
Class name: BusinessType
Method or attribute name: vendor: BusinessVendor;|@ohos.update.d.ts| +|Added|NA|Class name: BusinessType
Method or attribute name: vendor: BusinessVendor;|@ohos.update.d.ts| +|Added|NA|Module name: ohos.update
Class name: BusinessType
Method or attribute name: subType: BusinessSubType;|@ohos.update.d.ts| +|Added|NA|Class name: BusinessType
Method or attribute name: subType: BusinessSubType;|@ohos.update.d.ts| +|Added|NA|Class name: CheckResult
Method or attribute name: isExistNewVersion: boolean;|@ohos.update.d.ts| +|Added|NA|Class name: CheckResult
Method or attribute name: newVersionInfo: NewVersionInfo;|@ohos.update.d.ts| +|Added|NA|Class name: NewVersionInfo
Method or attribute name: versionDigestInfo: VersionDigestInfo;|@ohos.update.d.ts| +|Added|NA|Class name: NewVersionInfo
Method or attribute name: versionComponents: Array\;|@ohos.update.d.ts| +|Added|NA|Module name: ohos.update
Class name: VersionDigestInfo|@ohos.update.d.ts| +|Added|NA|Class name: VersionDigestInfo
Method or attribute name: |@ohos.update.d.ts| +|Added|NA|Module name: ohos.update
Class name: VersionDigestInfo
Method or attribute name: versionDigest: string;|@ohos.update.d.ts| +|Added|NA|Class name: VersionDigestInfo
Method or attribute name: versionDigest: string;|@ohos.update.d.ts| +|Added|NA|Module name: ohos.update
Class name: VersionComponent|@ohos.update.d.ts| +|Added|NA|Class name: VersionComponent
Method or attribute name: |@ohos.update.d.ts| +|Added|NA|Module name: ohos.update
Class name: VersionComponent
Method or attribute name: componentId: string;|@ohos.update.d.ts| +|Added|NA|Class name: VersionComponent
Method or attribute name: componentId: string;|@ohos.update.d.ts| +|Added|NA|Module name: ohos.update
Class name: VersionComponent
Method or attribute name: componentType: ComponentType;|@ohos.update.d.ts| +|Added|NA|Class name: VersionComponent
Method or attribute name: componentType: ComponentType;|@ohos.update.d.ts| +|Added|NA|Module name: ohos.update
Class name: VersionComponent
Method or attribute name: upgradeAction: UpgradeAction;|@ohos.update.d.ts| +|Added|NA|Class name: VersionComponent
Method or attribute name: upgradeAction: UpgradeAction;|@ohos.update.d.ts| +|Added|NA|Module name: ohos.update
Class name: VersionComponent
Method or attribute name: displayVersion: string;|@ohos.update.d.ts| +|Added|NA|Class name: VersionComponent
Method or attribute name: displayVersion: string;|@ohos.update.d.ts| +|Added|NA|Module name: ohos.update
Class name: VersionComponent
Method or attribute name: innerVersion: string;|@ohos.update.d.ts| +|Added|NA|Class name: VersionComponent
Method or attribute name: innerVersion: string;|@ohos.update.d.ts| +|Added|NA|Module name: ohos.update
Class name: VersionComponent
Method or attribute name: size: number;|@ohos.update.d.ts| +|Added|NA|Class name: VersionComponent
Method or attribute name: size: number;|@ohos.update.d.ts| +|Added|NA|Module name: ohos.update
Class name: VersionComponent
Method or attribute name: effectiveMode: EffectiveMode;|@ohos.update.d.ts| +|Added|NA|Class name: VersionComponent
Method or attribute name: effectiveMode: EffectiveMode;|@ohos.update.d.ts| +|Added|NA|Module name: ohos.update
Class name: VersionComponent
Method or attribute name: descriptionInfo: DescriptionInfo;|@ohos.update.d.ts| +|Added|NA|Class name: VersionComponent
Method or attribute name: descriptionInfo: DescriptionInfo;|@ohos.update.d.ts| +|Added|NA|Module name: ohos.update
Class name: DescriptionOptions|@ohos.update.d.ts| +|Added|NA|Class name: DescriptionOptions
Method or attribute name: |@ohos.update.d.ts| +|Added|NA|Module name: ohos.update
Class name: DescriptionOptions
Method or attribute name: format: DescriptionFormat;|@ohos.update.d.ts| +|Added|NA|Class name: DescriptionOptions
Method or attribute name: format: DescriptionFormat;|@ohos.update.d.ts| +|Added|NA|Module name: ohos.update
Class name: DescriptionOptions
Method or attribute name: language: string;|@ohos.update.d.ts| +|Added|NA|Class name: DescriptionOptions
Method or attribute name: language: string;|@ohos.update.d.ts| +|Added|NA|Module name: ohos.update
Class name: ComponentDescription|@ohos.update.d.ts| +|Added|NA|Class name: ComponentDescription
Method or attribute name: |@ohos.update.d.ts| +|Added|NA|Module name: ohos.update
Class name: ComponentDescription
Method or attribute name: componentId: string;|@ohos.update.d.ts| +|Added|NA|Class name: ComponentDescription
Method or attribute name: componentId: string;|@ohos.update.d.ts| +|Added|NA|Module name: ohos.update
Class name: ComponentDescription
Method or attribute name: descriptionInfo: DescriptionInfo;|@ohos.update.d.ts| +|Added|NA|Class name: ComponentDescription
Method or attribute name: descriptionInfo: DescriptionInfo;|@ohos.update.d.ts| +|Added|NA|Class name: DescriptionInfo
Method or attribute name: descriptionType: DescriptionType;|@ohos.update.d.ts| +|Added|NA|Module name: ohos.update
Class name: CurrentVersionInfo|@ohos.update.d.ts| +|Added|NA|Class name: CurrentVersionInfo
Method or attribute name: |@ohos.update.d.ts| +|Added|NA|Module name: ohos.update
Class name: CurrentVersionInfo
Method or attribute name: osVersion: string;|@ohos.update.d.ts| +|Added|NA|Class name: CurrentVersionInfo
Method or attribute name: osVersion: string;|@ohos.update.d.ts| +|Added|NA|Module name: ohos.update
Class name: CurrentVersionInfo
Method or attribute name: deviceName: string;|@ohos.update.d.ts| +|Added|NA|Class name: CurrentVersionInfo
Method or attribute name: deviceName: string;|@ohos.update.d.ts| +|Added|NA|Module name: ohos.update
Class name: CurrentVersionInfo
Method or attribute name: versionComponents: Array\;|@ohos.update.d.ts| +|Added|NA|Class name: CurrentVersionInfo
Method or attribute name: versionComponents: Array\;|@ohos.update.d.ts| +|Added|NA|Module name: ohos.update
Class name: DownloadOptions|@ohos.update.d.ts| +|Added|NA|Class name: DownloadOptions
Method or attribute name: |@ohos.update.d.ts| +|Added|NA|Module name: ohos.update
Class name: DownloadOptions
Method or attribute name: allowNetwork: NetType;|@ohos.update.d.ts| +|Added|NA|Class name: DownloadOptions
Method or attribute name: allowNetwork: NetType;|@ohos.update.d.ts| +|Added|NA|Module name: ohos.update
Class name: DownloadOptions
Method or attribute name: order: Order;|@ohos.update.d.ts| +|Added|NA|Class name: DownloadOptions
Method or attribute name: order: Order;|@ohos.update.d.ts| +|Added|NA|Module name: ohos.update
Class name: ResumeDownloadOptions|@ohos.update.d.ts| +|Added|NA|Class name: ResumeDownloadOptions
Method or attribute name: |@ohos.update.d.ts| +|Added|NA|Module name: ohos.update
Class name: ResumeDownloadOptions
Method or attribute name: allowNetwork: NetType;|@ohos.update.d.ts| +|Added|NA|Class name: ResumeDownloadOptions
Method or attribute name: allowNetwork: NetType;|@ohos.update.d.ts| +|Added|NA|Module name: ohos.update
Class name: PauseDownloadOptions|@ohos.update.d.ts| +|Added|NA|Class name: PauseDownloadOptions
Method or attribute name: |@ohos.update.d.ts| +|Added|NA|Module name: ohos.update
Class name: PauseDownloadOptions
Method or attribute name: isAllowAutoResume: boolean;|@ohos.update.d.ts| +|Added|NA|Class name: PauseDownloadOptions
Method or attribute name: isAllowAutoResume: boolean;|@ohos.update.d.ts| +|Added|NA|Module name: ohos.update
Class name: UpgradeOptions|@ohos.update.d.ts| +|Added|NA|Class name: UpgradeOptions
Method or attribute name: |@ohos.update.d.ts| +|Added|NA|Module name: ohos.update
Class name: UpgradeOptions
Method or attribute name: order: Order;|@ohos.update.d.ts| +|Added|NA|Class name: UpgradeOptions
Method or attribute name: order: Order;|@ohos.update.d.ts| +|Added|NA|Module name: ohos.update
Class name: ClearOptions|@ohos.update.d.ts| +|Added|NA|Class name: ClearOptions
Method or attribute name: |@ohos.update.d.ts| +|Added|NA|Module name: ohos.update
Class name: ClearOptions
Method or attribute name: status: UpgradeStatus;|@ohos.update.d.ts| +|Added|NA|Class name: ClearOptions
Method or attribute name: status: UpgradeStatus;|@ohos.update.d.ts| +|Added|NA|Module name: ohos.update
Class name: UpgradePolicy|@ohos.update.d.ts| +|Added|NA|Class name: UpgradePolicy
Method or attribute name: |@ohos.update.d.ts| +|Added|NA|Module name: ohos.update
Class name: UpgradePolicy
Method or attribute name: downloadStrategy: boolean;|@ohos.update.d.ts| +|Added|NA|Class name: UpgradePolicy
Method or attribute name: downloadStrategy: boolean;|@ohos.update.d.ts| +|Added|NA|Module name: ohos.update
Class name: UpgradePolicy
Method or attribute name: autoUpgradeStrategy: boolean;|@ohos.update.d.ts| +|Added|NA|Class name: UpgradePolicy
Method or attribute name: autoUpgradeStrategy: boolean;|@ohos.update.d.ts| +|Added|NA|Module name: ohos.update
Class name: UpgradePolicy
Method or attribute name: autoUpgradePeriods: Array\;|@ohos.update.d.ts| +|Added|NA|Class name: UpgradePolicy
Method or attribute name: autoUpgradePeriods: Array\;|@ohos.update.d.ts| +|Added|NA|Module name: ohos.update
Class name: UpgradePeriod|@ohos.update.d.ts| +|Added|NA|Class name: UpgradePeriod
Method or attribute name: |@ohos.update.d.ts| +|Added|NA|Module name: ohos.update
Class name: UpgradePeriod
Method or attribute name: start: number;|@ohos.update.d.ts| +|Added|NA|Class name: UpgradePeriod
Method or attribute name: start: number;|@ohos.update.d.ts| +|Added|NA|Module name: ohos.update
Class name: UpgradePeriod
Method or attribute name: end: number;|@ohos.update.d.ts| +|Added|NA|Class name: UpgradePeriod
Method or attribute name: end: number;|@ohos.update.d.ts| +|Added|NA|Module name: ohos.update
Class name: TaskInfo|@ohos.update.d.ts| +|Added|NA|Class name: TaskInfo
Method or attribute name: |@ohos.update.d.ts| +|Added|NA|Module name: ohos.update
Class name: TaskInfo
Method or attribute name: existTask: boolean;|@ohos.update.d.ts| +|Added|NA|Class name: TaskInfo
Method or attribute name: existTask: boolean;|@ohos.update.d.ts| +|Added|NA|Module name: ohos.update
Class name: TaskInfo
Method or attribute name: taskBody: TaskBody;|@ohos.update.d.ts| +|Added|NA|Class name: TaskInfo
Method or attribute name: taskBody: TaskBody;|@ohos.update.d.ts| +|Added|NA|Module name: ohos.update
Class name: EventInfo|@ohos.update.d.ts| +|Added|NA|Class name: EventInfo
Method or attribute name: |@ohos.update.d.ts| +|Added|NA|Module name: ohos.update
Class name: EventInfo
Method or attribute name: eventId: EventId;|@ohos.update.d.ts| +|Added|NA|Class name: EventInfo
Method or attribute name: eventId: EventId;|@ohos.update.d.ts| +|Added|NA|Module name: ohos.update
Class name: EventInfo
Method or attribute name: taskBody: TaskBody;|@ohos.update.d.ts| +|Added|NA|Class name: EventInfo
Method or attribute name: taskBody: TaskBody;|@ohos.update.d.ts| +|Added|NA|Module name: ohos.update
Class name: TaskBody|@ohos.update.d.ts| +|Added|NA|Class name: TaskBody
Method or attribute name: |@ohos.update.d.ts| +|Added|NA|Module name: ohos.update
Class name: TaskBody
Method or attribute name: versionDigestInfo: VersionDigestInfo;|@ohos.update.d.ts| +|Added|NA|Class name: TaskBody
Method or attribute name: versionDigestInfo: VersionDigestInfo;|@ohos.update.d.ts| +|Added|NA|Module name: ohos.update
Class name: TaskBody
Method or attribute name: status: UpgradeStatus;|@ohos.update.d.ts| +|Added|NA|Class name: TaskBody
Method or attribute name: status: UpgradeStatus;|@ohos.update.d.ts| +|Added|NA|Module name: ohos.update
Class name: TaskBody
Method or attribute name: subStatus: number;|@ohos.update.d.ts| +|Added|NA|Class name: TaskBody
Method or attribute name: subStatus: number;|@ohos.update.d.ts| +|Added|NA|Module name: ohos.update
Class name: TaskBody
Method or attribute name: progress: number;|@ohos.update.d.ts| +|Added|NA|Class name: TaskBody
Method or attribute name: progress: number;|@ohos.update.d.ts| +|Added|NA|Module name: ohos.update
Class name: TaskBody
Method or attribute name: installMode: number;|@ohos.update.d.ts| +|Added|NA|Class name: TaskBody
Method or attribute name: installMode: number;|@ohos.update.d.ts| +|Added|NA|Module name: ohos.update
Class name: TaskBody
Method or attribute name: errorMessages: Array\;|@ohos.update.d.ts| +|Added|NA|Class name: TaskBody
Method or attribute name: errorMessages: Array\;|@ohos.update.d.ts| +|Added|NA|Module name: ohos.update
Class name: TaskBody
Method or attribute name: versionComponents: Array\;|@ohos.update.d.ts| +|Added|NA|Class name: TaskBody
Method or attribute name: versionComponents: Array\;|@ohos.update.d.ts| +|Added|NA|Module name: ohos.update
Class name: ErrorMessage|@ohos.update.d.ts| +|Added|NA|Class name: ErrorMessage
Method or attribute name: |@ohos.update.d.ts| +|Added|NA|Module name: ohos.update
Class name: ErrorMessage
Method or attribute name: errorCode: number;|@ohos.update.d.ts| +|Added|NA|Class name: ErrorMessage
Method or attribute name: errorCode: number;|@ohos.update.d.ts| +|Added|NA|Module name: ohos.update
Class name: ErrorMessage
Method or attribute name: errorMessage: string;|@ohos.update.d.ts| +|Added|NA|Class name: ErrorMessage
Method or attribute name: errorMessage: string;|@ohos.update.d.ts| +|Added|NA|Module name: ohos.update
Class name: EventClassifyInfo|@ohos.update.d.ts| +|Added|NA|Class name: EventClassifyInfo
Method or attribute name: |@ohos.update.d.ts| +|Added|NA|Module name: ohos.update
Class name: EventClassifyInfo
Method or attribute name: eventClassify: EventClassify;|@ohos.update.d.ts| +|Added|NA|Class name: EventClassifyInfo
Method or attribute name: eventClassify: EventClassify;|@ohos.update.d.ts| +|Added|NA|Module name: ohos.update
Class name: EventClassifyInfo
Method or attribute name: extraInfo: string;|@ohos.update.d.ts| +|Added|NA|Class name: EventClassifyInfo
Method or attribute name: extraInfo: string;|@ohos.update.d.ts| +|Added|NA|Module name: ohos.update
Class name: UpgradeFile|@ohos.update.d.ts| +|Added|NA|Class name: UpgradeFile
Method or attribute name: |@ohos.update.d.ts| +|Added|NA|Module name: ohos.update
Class name: UpgradeFile
Method or attribute name: fileType: ComponentType;|@ohos.update.d.ts| +|Added|NA|Class name: UpgradeFile
Method or attribute name: fileType: ComponentType;|@ohos.update.d.ts| +|Added|NA|Module name: ohos.update
Class name: UpgradeFile
Method or attribute name: filePath: string;|@ohos.update.d.ts| +|Added|NA|Class name: UpgradeFile
Method or attribute name: filePath: string;|@ohos.update.d.ts| +|Added|NA|Module name: ohos.update
Class name: UpgradeTaskCallback|@ohos.update.d.ts| +|Added|NA|Class name: UpgradeTaskCallback
Method or attribute name: |@ohos.update.d.ts| +|Added|NA|Module name: ohos.update
Class name: UpgradeTaskCallback
Method or attribute name: (eventInfo: EventInfo): void;|@ohos.update.d.ts| +|Added|NA|Class name: UpgradeTaskCallback
Method or attribute name: (eventInfo: EventInfo): void;|@ohos.update.d.ts| +|Added|NA|Module name: ohos.update
Class name: BusinessVendor|@ohos.update.d.ts| +|Added|NA|Class name: BusinessVendor
Method or attribute name: |@ohos.update.d.ts| +|Added|NA|Module name: ohos.update
Class name: BusinessVendor
Method or attribute name: PUBLIC = "public"|@ohos.update.d.ts| +|Added|NA|Class name: BusinessVendor
Method or attribute name: PUBLIC = "public"|@ohos.update.d.ts| +|Added|NA|Module name: ohos.update
Class name: BusinessSubType|@ohos.update.d.ts| +|Added|NA|Class name: BusinessSubType
Method or attribute name: |@ohos.update.d.ts| +|Added|NA|Module name: ohos.update
Class name: BusinessSubType
Method or attribute name: FIRMWARE = 1|@ohos.update.d.ts| +|Added|NA|Class name: BusinessSubType
Method or attribute name: FIRMWARE = 1|@ohos.update.d.ts| +|Added|NA|Module name: ohos.update
Class name: ComponentType|@ohos.update.d.ts| +|Added|NA|Class name: ComponentType
Method or attribute name: |@ohos.update.d.ts| +|Added|NA|Module name: ohos.update
Class name: ComponentType
Method or attribute name: OTA = 1|@ohos.update.d.ts| +|Added|NA|Class name: ComponentType
Method or attribute name: OTA = 1|@ohos.update.d.ts| +|Added|NA|Module name: ohos.update
Class name: UpgradeAction|@ohos.update.d.ts| +|Added|NA|Class name: UpgradeAction
Method or attribute name: |@ohos.update.d.ts| +|Added|NA|Module name: ohos.update
Class name: UpgradeAction
Method or attribute name: UPGRADE = "upgrade"|@ohos.update.d.ts| +|Added|NA|Class name: UpgradeAction
Method or attribute name: UPGRADE = "upgrade"|@ohos.update.d.ts| +|Added|NA|Module name: ohos.update
Class name: UpgradeAction
Method or attribute name: RECOVERY = "recovery"|@ohos.update.d.ts| +|Added|NA|Class name: UpgradeAction
Method or attribute name: RECOVERY = "recovery"|@ohos.update.d.ts| +|Added|NA|Module name: ohos.update
Class name: EffectiveMode|@ohos.update.d.ts| +|Added|NA|Class name: EffectiveMode
Method or attribute name: |@ohos.update.d.ts| +|Added|NA|Module name: ohos.update
Class name: EffectiveMode
Method or attribute name: COLD = 1|@ohos.update.d.ts| +|Added|NA|Class name: EffectiveMode
Method or attribute name: COLD = 1|@ohos.update.d.ts| +|Added|NA|Module name: ohos.update
Class name: EffectiveMode
Method or attribute name: LIVE = 2|@ohos.update.d.ts| +|Added|NA|Class name: EffectiveMode
Method or attribute name: LIVE = 2|@ohos.update.d.ts| +|Added|NA|Module name: ohos.update
Class name: EffectiveMode
Method or attribute name: LIVE_AND_COLD = 3|@ohos.update.d.ts| +|Added|NA|Class name: EffectiveMode
Method or attribute name: LIVE_AND_COLD = 3|@ohos.update.d.ts| +|Added|NA|Module name: ohos.update
Class name: DescriptionType|@ohos.update.d.ts| +|Added|NA|Class name: DescriptionType
Method or attribute name: |@ohos.update.d.ts| +|Added|NA|Module name: ohos.update
Class name: DescriptionType
Method or attribute name: CONTENT = 0|@ohos.update.d.ts| +|Added|NA|Class name: DescriptionType
Method or attribute name: CONTENT = 0|@ohos.update.d.ts| +|Added|NA|Module name: ohos.update
Class name: DescriptionType
Method or attribute name: URI = 1|@ohos.update.d.ts| +|Added|NA|Class name: DescriptionType
Method or attribute name: URI = 1|@ohos.update.d.ts| +|Added|NA|Module name: ohos.update
Class name: DescriptionFormat|@ohos.update.d.ts| +|Added|NA|Class name: DescriptionFormat
Method or attribute name: |@ohos.update.d.ts| +|Added|NA|Module name: ohos.update
Class name: DescriptionFormat
Method or attribute name: STANDARD = 0|@ohos.update.d.ts| +|Added|NA|Class name: DescriptionFormat
Method or attribute name: STANDARD = 0|@ohos.update.d.ts| +|Added|NA|Module name: ohos.update
Class name: DescriptionFormat
Method or attribute name: SIMPLIFIED = 1|@ohos.update.d.ts| +|Added|NA|Class name: DescriptionFormat
Method or attribute name: SIMPLIFIED = 1|@ohos.update.d.ts| +|Added|NA|Module name: ohos.update
Class name: NetType|@ohos.update.d.ts| +|Added|NA|Class name: NetType
Method or attribute name: |@ohos.update.d.ts| +|Added|NA|Module name: ohos.update
Class name: NetType
Method or attribute name: CELLULAR = 1|@ohos.update.d.ts| +|Added|NA|Class name: NetType
Method or attribute name: CELLULAR = 1|@ohos.update.d.ts| +|Added|NA|Module name: ohos.update
Class name: NetType
Method or attribute name: METERED_WIFI = 2|@ohos.update.d.ts| +|Added|NA|Class name: NetType
Method or attribute name: METERED_WIFI = 2|@ohos.update.d.ts| +|Added|NA|Module name: ohos.update
Class name: NetType
Method or attribute name: NOT_METERED_WIFI = 4|@ohos.update.d.ts| +|Added|NA|Class name: NetType
Method or attribute name: NOT_METERED_WIFI = 4|@ohos.update.d.ts| +|Added|NA|Module name: ohos.update
Class name: NetType
Method or attribute name: WIFI = 6|@ohos.update.d.ts| +|Added|NA|Class name: NetType
Method or attribute name: WIFI = 6|@ohos.update.d.ts| +|Added|NA|Module name: ohos.update
Class name: NetType
Method or attribute name: CELLULAR_AND_WIFI = 7|@ohos.update.d.ts| +|Added|NA|Class name: NetType
Method or attribute name: CELLULAR_AND_WIFI = 7|@ohos.update.d.ts| +|Added|NA|Module name: ohos.update
Class name: Order|@ohos.update.d.ts| +|Added|NA|Class name: Order
Method or attribute name: |@ohos.update.d.ts| +|Added|NA|Module name: ohos.update
Class name: Order
Method or attribute name: DOWNLOAD = 1|@ohos.update.d.ts| +|Added|NA|Class name: Order
Method or attribute name: DOWNLOAD = 1|@ohos.update.d.ts| +|Added|NA|Module name: ohos.update
Class name: Order
Method or attribute name: INSTALL = 2|@ohos.update.d.ts| +|Added|NA|Class name: Order
Method or attribute name: INSTALL = 2|@ohos.update.d.ts| +|Added|NA|Module name: ohos.update
Class name: Order
Method or attribute name: DOWNLOAD_AND_INSTALL = 3|@ohos.update.d.ts| +|Added|NA|Class name: Order
Method or attribute name: DOWNLOAD_AND_INSTALL = 3|@ohos.update.d.ts| +|Added|NA|Module name: ohos.update
Class name: Order
Method or attribute name: APPLY = 4|@ohos.update.d.ts| +|Added|NA|Class name: Order
Method or attribute name: APPLY = 4|@ohos.update.d.ts| +|Added|NA|Module name: ohos.update
Class name: Order
Method or attribute name: INSTALL_AND_APPLY = 6|@ohos.update.d.ts| +|Added|NA|Class name: Order
Method or attribute name: INSTALL_AND_APPLY = 6|@ohos.update.d.ts| +|Added|NA|Module name: ohos.update
Class name: UpgradeStatus|@ohos.update.d.ts| +|Added|NA|Class name: UpgradeStatus
Method or attribute name: |@ohos.update.d.ts| +|Added|NA|Module name: ohos.update
Class name: UpgradeStatus
Method or attribute name: WAITING_DOWNLOAD = 20|@ohos.update.d.ts| +|Added|NA|Class name: UpgradeStatus
Method or attribute name: WAITING_DOWNLOAD = 20|@ohos.update.d.ts| +|Added|NA|Module name: ohos.update
Class name: UpgradeStatus
Method or attribute name: DOWNLOADING = 21|@ohos.update.d.ts| +|Added|NA|Class name: UpgradeStatus
Method or attribute name: DOWNLOADING = 21|@ohos.update.d.ts| +|Added|NA|Module name: ohos.update
Class name: UpgradeStatus
Method or attribute name: DOWNLOAD_PAUSED = 22|@ohos.update.d.ts| +|Added|NA|Class name: UpgradeStatus
Method or attribute name: DOWNLOAD_PAUSED = 22|@ohos.update.d.ts| +|Added|NA|Module name: ohos.update
Class name: UpgradeStatus
Method or attribute name: DOWNLOAD_FAIL = 23|@ohos.update.d.ts| +|Added|NA|Class name: UpgradeStatus
Method or attribute name: DOWNLOAD_FAIL = 23|@ohos.update.d.ts| +|Added|NA|Module name: ohos.update
Class name: UpgradeStatus
Method or attribute name: WAITING_INSTALL = 30|@ohos.update.d.ts| +|Added|NA|Class name: UpgradeStatus
Method or attribute name: WAITING_INSTALL = 30|@ohos.update.d.ts| +|Added|NA|Module name: ohos.update
Class name: UpgradeStatus
Method or attribute name: UPDATING = 31|@ohos.update.d.ts| +|Added|NA|Class name: UpgradeStatus
Method or attribute name: UPDATING = 31|@ohos.update.d.ts| +|Added|NA|Module name: ohos.update
Class name: UpgradeStatus
Method or attribute name: WAITING_APPLY = 40|@ohos.update.d.ts| +|Added|NA|Class name: UpgradeStatus
Method or attribute name: WAITING_APPLY = 40|@ohos.update.d.ts| +|Added|NA|Module name: ohos.update
Class name: UpgradeStatus
Method or attribute name: APPLYING = 41|@ohos.update.d.ts| +|Added|NA|Class name: UpgradeStatus
Method or attribute name: APPLYING = 41|@ohos.update.d.ts| +|Added|NA|Module name: ohos.update
Class name: UpgradeStatus
Method or attribute name: UPGRADE_SUCCESS = 50|@ohos.update.d.ts| +|Added|NA|Class name: UpgradeStatus
Method or attribute name: UPGRADE_SUCCESS = 50|@ohos.update.d.ts| +|Added|NA|Module name: ohos.update
Class name: UpgradeStatus
Method or attribute name: UPGRADE_FAIL = 51|@ohos.update.d.ts| +|Added|NA|Class name: UpgradeStatus
Method or attribute name: UPGRADE_FAIL = 51|@ohos.update.d.ts| +|Added|NA|Module name: ohos.update
Class name: EventClassify|@ohos.update.d.ts| +|Added|NA|Class name: EventClassify
Method or attribute name: |@ohos.update.d.ts| +|Added|NA|Module name: ohos.update
Class name: EventClassify
Method or attribute name: TASK = 0x01000000|@ohos.update.d.ts| +|Added|NA|Class name: EventClassify
Method or attribute name: TASK = 0x01000000|@ohos.update.d.ts| +|Added|NA|Module name: ohos.update
Class name: EventId|@ohos.update.d.ts| +|Added|NA|Class name: EventId
Method or attribute name: |@ohos.update.d.ts| +|Added|NA|Module name: ohos.update
Class name: EventId
Method or attribute name: EVENT_TASK_BASE = EventClassify.TASK|@ohos.update.d.ts| +|Added|NA|Class name: EventId
Method or attribute name: EVENT_TASK_BASE = EventClassify.TASK|@ohos.update.d.ts| +|Added|NA|Module name: ohos.update
Class name: EventId
Method or attribute name: EVENT_TASK_RECEIVE|@ohos.update.d.ts| +|Added|NA|Class name: EventId
Method or attribute name: EVENT_TASK_RECEIVE|@ohos.update.d.ts| +|Added|NA|Module name: ohos.update
Class name: EventId
Method or attribute name: EVENT_TASK_CANCEL|@ohos.update.d.ts| +|Added|NA|Class name: EventId
Method or attribute name: EVENT_TASK_CANCEL|@ohos.update.d.ts| +|Added|NA|Module name: ohos.update
Class name: EventId
Method or attribute name: EVENT_DOWNLOAD_WAIT|@ohos.update.d.ts| +|Added|NA|Class name: EventId
Method or attribute name: EVENT_DOWNLOAD_WAIT|@ohos.update.d.ts| +|Added|NA|Module name: ohos.update
Class name: EventId
Method or attribute name: EVENT_DOWNLOAD_START|@ohos.update.d.ts| +|Added|NA|Class name: EventId
Method or attribute name: EVENT_DOWNLOAD_START|@ohos.update.d.ts| +|Added|NA|Module name: ohos.update
Class name: EventId
Method or attribute name: EVENT_DOWNLOAD_UPDATE|@ohos.update.d.ts| +|Added|NA|Class name: EventId
Method or attribute name: EVENT_DOWNLOAD_UPDATE|@ohos.update.d.ts| +|Added|NA|Module name: ohos.update
Class name: EventId
Method or attribute name: EVENT_DOWNLOAD_PAUSE|@ohos.update.d.ts| +|Added|NA|Class name: EventId
Method or attribute name: EVENT_DOWNLOAD_PAUSE|@ohos.update.d.ts| +|Added|NA|Module name: ohos.update
Class name: EventId
Method or attribute name: EVENT_DOWNLOAD_RESUME|@ohos.update.d.ts| +|Added|NA|Class name: EventId
Method or attribute name: EVENT_DOWNLOAD_RESUME|@ohos.update.d.ts| +|Added|NA|Module name: ohos.update
Class name: EventId
Method or attribute name: EVENT_DOWNLOAD_SUCCESS|@ohos.update.d.ts| +|Added|NA|Class name: EventId
Method or attribute name: EVENT_DOWNLOAD_SUCCESS|@ohos.update.d.ts| +|Added|NA|Module name: ohos.update
Class name: EventId
Method or attribute name: EVENT_DOWNLOAD_FAIL|@ohos.update.d.ts| +|Added|NA|Class name: EventId
Method or attribute name: EVENT_DOWNLOAD_FAIL|@ohos.update.d.ts| +|Added|NA|Module name: ohos.update
Class name: EventId
Method or attribute name: EVENT_UPGRADE_WAIT|@ohos.update.d.ts| +|Added|NA|Class name: EventId
Method or attribute name: EVENT_UPGRADE_WAIT|@ohos.update.d.ts| +|Added|NA|Module name: ohos.update
Class name: EventId
Method or attribute name: EVENT_UPGRADE_START|@ohos.update.d.ts| +|Added|NA|Class name: EventId
Method or attribute name: EVENT_UPGRADE_START|@ohos.update.d.ts| +|Added|NA|Module name: ohos.update
Class name: EventId
Method or attribute name: EVENT_UPGRADE_UPDATE|@ohos.update.d.ts| +|Added|NA|Class name: EventId
Method or attribute name: EVENT_UPGRADE_UPDATE|@ohos.update.d.ts| +|Added|NA|Module name: ohos.update
Class name: EventId
Method or attribute name: EVENT_APPLY_WAIT|@ohos.update.d.ts| +|Added|NA|Class name: EventId
Method or attribute name: EVENT_APPLY_WAIT|@ohos.update.d.ts| +|Added|NA|Module name: ohos.update
Class name: EventId
Method or attribute name: EVENT_APPLY_START|@ohos.update.d.ts| +|Added|NA|Class name: EventId
Method or attribute name: EVENT_APPLY_START|@ohos.update.d.ts| +|Added|NA|Module name: ohos.update
Class name: EventId
Method or attribute name: EVENT_UPGRADE_SUCCESS|@ohos.update.d.ts| +|Added|NA|Class name: EventId
Method or attribute name: EVENT_UPGRADE_SUCCESS|@ohos.update.d.ts| +|Added|NA|Module name: ohos.update
Class name: EventId
Method or attribute name: EVENT_UPGRADE_FAIL|@ohos.update.d.ts| +|Added|NA|Class name: EventId
Method or attribute name: EVENT_UPGRADE_FAIL|@ohos.update.d.ts| +|Deleted|Module name: ohos.update
Class name: UpdateTypes
Method or attribute name: type UpdateTypes =
'OTA' \|
'patch';|NA|@ohos.update.d.ts| +|Deleted|Module name: ohos.update
Class name: UpdateTypes
Method or attribute name: type UpdateTypes =
'OTA' \|
'patch';|NA|@ohos.update.d.ts| +|Deleted|Module name: ohos.update
Class name: PackageTypes|NA|@ohos.update.d.ts| +|Deleted|Module name: ohos.update
Class name: PackageTypes
Method or attribute name: PACKAGE_TYPE_NORMAL = 1|NA|@ohos.update.d.ts| +|Deleted|Module name: ohos.update
Class name: PackageTypes
Method or attribute name: PACKAGE_TYPE_BASE = 2|NA|@ohos.update.d.ts| +|Deleted|Module name: ohos.update
Class name: PackageTypes
Method or attribute name: PACKAGE_TYPE_CUST = 3|NA|@ohos.update.d.ts| +|Deleted|Module name: ohos.update
Class name: PackageTypes
Method or attribute name: PACKAGE_TYPE_PRELOAD = 4|NA|@ohos.update.d.ts| +|Deleted|Module name: ohos.update
Class name: PackageTypes
Method or attribute name: PACKAGE_TYPE_COTA = 5|NA|@ohos.update.d.ts| +|Deleted|Module name: ohos.update
Class name: PackageTypes
Method or attribute name: PACKAGE_TYPE_VERSION = 6|NA|@ohos.update.d.ts| +|Deleted|Module name: ohos.update
Class name: PackageTypes
Method or attribute name: PACKAGE_TYPE_PATCH = 7|NA|@ohos.update.d.ts| +|Deleted|Module name: ohos.update
Class name: CheckResult
Method or attribute name: versionName: number;|NA|@ohos.update.d.ts| +|Deleted|Module name: ohos.update
Class name: CheckResult
Method or attribute name: versionCode: string;|NA|@ohos.update.d.ts| +|Deleted|Module name: ohos.update
Class name: CheckResult
Method or attribute name: size: number;|NA|@ohos.update.d.ts| +|Deleted|Module name: ohos.update
Class name: CheckResult
Method or attribute name: verifyInfo: string;|NA|@ohos.update.d.ts| +|Deleted|Module name: ohos.update
Class name: CheckResult
Method or attribute name: packageType: PackageTypes;|NA|@ohos.update.d.ts| +|Deleted|Module name: ohos.update
Class name: CheckResult
Method or attribute name: descriptionId: string;|NA|@ohos.update.d.ts| +|Deleted|Module name: ohos.update
Class name: DescriptionInfo
Method or attribute name: descriptionId: string;|NA|@ohos.update.d.ts| +|Deleted|Module name: ohos.update
Class name: NewVersionStatus|NA|@ohos.update.d.ts| +|Deleted|Module name: ohos.update
Class name: NewVersionStatus
Method or attribute name: VERSION_STATUS_ERR = -1|NA|@ohos.update.d.ts| +|Deleted|Module name: ohos.update
Class name: NewVersionStatus
Method or attribute name: VERSION_STATUS_NEW = 0|NA|@ohos.update.d.ts| +|Deleted|Module name: ohos.update
Class name: NewVersionStatus
Method or attribute name: VERSION_STATUS_NONE = 1|NA|@ohos.update.d.ts| +|Deleted|Module name: ohos.update
Class name: NewVersionStatus
Method or attribute name: VERSION_STATUS_BUSY = 2|NA|@ohos.update.d.ts| +|Deleted|Module name: ohos.update
Class name: NewVersionInfo
Method or attribute name: status: NewVersionStatus;|NA|@ohos.update.d.ts| +|Deleted|Module name: ohos.update
Class name: NewVersionInfo
Method or attribute name: errMsg: string;|NA|@ohos.update.d.ts| +|Deleted|Module name: ohos.update
Class name: NewVersionInfo
Method or attribute name: checkResults: Array\;|NA|@ohos.update.d.ts| +|Deleted|Module name: ohos.update
Class name: NewVersionInfo
Method or attribute name: descriptionInfo: Array\;|NA|@ohos.update.d.ts| +|Deleted|Module name: ohos.update
Class name: UpdateState|NA|@ohos.update.d.ts| +|Deleted|Module name: ohos.update
Class name: UpdateState
Method or attribute name: UPDATE_STATE_INIT = 0|NA|@ohos.update.d.ts| +|Deleted|Module name: ohos.update
Class name: UpdateState
Method or attribute name: UPDATE_STATE_CHECK_VERSION_ON = 10|NA|@ohos.update.d.ts| +|Deleted|Module name: ohos.update
Class name: UpdateState
Method or attribute name: UPDATE_STATE_CHECK_VERSION_FAIL|NA|@ohos.update.d.ts| +|Deleted|Module name: ohos.update
Class name: UpdateState
Method or attribute name: UPDATE_STATE_CHECK_VERSION_SUCCESS|NA|@ohos.update.d.ts| +|Deleted|Module name: ohos.update
Class name: UpdateState
Method or attribute name: UPDATE_STATE_DOWNLOAD_ON = 20|NA|@ohos.update.d.ts| +|Deleted|Module name: ohos.update
Class name: UpdateState
Method or attribute name: UPDATE_STATE_DOWNLOAD_PAUSE|NA|@ohos.update.d.ts| +|Deleted|Module name: ohos.update
Class name: UpdateState
Method or attribute name: UPDATE_STATE_DOWNLOAD_CANCEL|NA|@ohos.update.d.ts| +|Deleted|Module name: ohos.update
Class name: UpdateState
Method or attribute name: UPDATE_STATE_DOWNLOAD_FAIL|NA|@ohos.update.d.ts| +|Deleted|Module name: ohos.update
Class name: UpdateState
Method or attribute name: UPDATE_STATE_DOWNLOAD_SUCCESS|NA|@ohos.update.d.ts| +|Deleted|Module name: ohos.update
Class name: UpdateState
Method or attribute name: UPDATE_STATE_VERIFY_ON = 30|NA|@ohos.update.d.ts| +|Deleted|Module name: ohos.update
Class name: UpdateState
Method or attribute name: UPDATE_STATE_VERIFY_FAIL|NA|@ohos.update.d.ts| +|Deleted|Module name: ohos.update
Class name: UpdateState
Method or attribute name: UPDATE_STATE_VERIFY_SUCCESS|NA|@ohos.update.d.ts| +|Deleted|Module name: ohos.update
Class name: UpdateState
Method or attribute name: UPDATE_STATE_PACKAGE_TRANS_ON = 70|NA|@ohos.update.d.ts| +|Deleted|Module name: ohos.update
Class name: UpdateState
Method or attribute name: UPDATE_STATE_PACKAGE_TRANS_FAIL|NA|@ohos.update.d.ts| +|Deleted|Module name: ohos.update
Class name: UpdateState
Method or attribute name: UPDATE_STATE_PACKAGE_TRANS_SUCCESS|NA|@ohos.update.d.ts| +|Deleted|Module name: ohos.update
Class name: UpdateState
Method or attribute name: UPDATE_STATE_INSTALL_ON = 80|NA|@ohos.update.d.ts| +|Deleted|Module name: ohos.update
Class name: UpdateState
Method or attribute name: UPDATE_STATE_INSTALL_FAIL|NA|@ohos.update.d.ts| +|Deleted|Module name: ohos.update
Class name: UpdateState
Method or attribute name: UPDATE_STATE_INSTALL_SUCCESS|NA|@ohos.update.d.ts| +|Deleted|Module name: ohos.update
Class name: UpdateState
Method or attribute name: UPDATE_STATE_UPDATE_ON = 90|NA|@ohos.update.d.ts| +|Deleted|Module name: ohos.update
Class name: UpdateState
Method or attribute name: UPDATE_STATE_UPDATE_FAIL|NA|@ohos.update.d.ts| +|Deleted|Module name: ohos.update
Class name: UpdateState
Method or attribute name: UPDATE_STATE_UPDATE_SUCCESS|NA|@ohos.update.d.ts| +|Deleted|Module name: ohos.update
Class name: Progress|NA|@ohos.update.d.ts| +|Deleted|Module name: ohos.update
Class name: Progress
Method or attribute name: percent: number;|NA|@ohos.update.d.ts| +|Deleted|Module name: ohos.update
Class name: Progress
Method or attribute name: status: UpdateState;|NA|@ohos.update.d.ts| +|Deleted|Module name: ohos.update
Class name: Progress
Method or attribute name: endReason: string;|NA|@ohos.update.d.ts| +|Deleted|Module name: ohos.update
Class name: InstallMode|NA|@ohos.update.d.ts| +|Deleted|Module name: ohos.update
Class name: InstallMode
Method or attribute name: INSTALL_MODE_NORMAL|NA|@ohos.update.d.ts| +|Deleted|Module name: ohos.update
Class name: InstallMode
Method or attribute name: INSTALL_MODE_NIGHT|NA|@ohos.update.d.ts| +|Deleted|Module name: ohos.update
Class name: InstallMode
Method or attribute name: INSTALL_MODE_AUTO|NA|@ohos.update.d.ts| +|Deleted|Module name: ohos.update
Class name: UpdatePolicy|NA|@ohos.update.d.ts| +|Deleted|Module name: ohos.update
Class name: UpdatePolicy
Method or attribute name: autoDownload: boolean;|NA|@ohos.update.d.ts| +|Deleted|Module name: ohos.update
Class name: UpdatePolicy
Method or attribute name: installMode: INSTALL_MODE;|NA|@ohos.update.d.ts| +|Deleted|Module name: ohos.update
Class name: UpdatePolicy
Method or attribute name: autoUpgradeInterval: Array\;|NA|@ohos.update.d.ts| +|Deleted|Module name: ohos.update
Class name: UpdateProgressCallback|NA|@ohos.update.d.ts| +|Deleted|Module name: ohos.update
Class name: UpdateProgressCallback
Method or attribute name: (progress: Progress): void;|NA|@ohos.update.d.ts| +|Deleted|Module name: ohos.update
Class name: Updater
Method or attribute name: getUpdatePolicy(callback: AsyncCallback\): void;|NA|@ohos.update.d.ts| +|Deleted|Module name: ohos.update
Class name: Updater
Method or attribute name: getUpdatePolicy(): Promise\;|NA|@ohos.update.d.ts| +|Deleted|Module name: ohos.update
Class name: Updater
Method or attribute name: setUpdatePolicy(policy: UpdatePolicy, callback: AsyncCallback\): void;|NA|@ohos.update.d.ts| +|Deleted|Module name: ohos.update
Class name: Updater
Method or attribute name: setUpdatePolicy(policy: UpdatePolicy): Promise\;|NA|@ohos.update.d.ts| +|Deleted|Module name: ohos.update
Class name: Updater
Method or attribute name: applyNewVersion(callback: AsyncCallback\): void;|NA|@ohos.update.d.ts| +|Deleted|Module name: ohos.update
Class name: Updater
Method or attribute name: applyNewVersion(): Promise\;|NA|@ohos.update.d.ts| +|Deleted|Module name: ohos.update
Class name: Updater
Method or attribute name: rebootAndCleanCache(callback: AsyncCallback\): void;|NA|@ohos.update.d.ts| +|Deleted|Module name: ohos.update
Class name: Updater
Method or attribute name: rebootAndCleanCache(): Promise\;|NA|@ohos.update.d.ts| +|Deleted|Module name: ohos.update
Class name: Updater
Method or attribute name: rebootAndCleanUserData(callback: AsyncCallback\): void;|NA|@ohos.update.d.ts| +|Deleted|Module name: ohos.update
Class name: Updater
Method or attribute name: rebootAndCleanUserData(): Promise\;|NA|@ohos.update.d.ts| +|Deleted|Module name: ohos.update
Class name: Updater
Method or attribute name: verifyUpdatePackage(upgradeFile: string, certsFile: string): void;|NA|@ohos.update.d.ts| +|Deleted|Module name: ohos.update
Class name: Updater
Method or attribute name: on(eventType: 'downloadProgress', callback: UpdateProgressCallback): void;|NA|@ohos.update.d.ts| +|Deleted|Module name: ohos.update
Class name: Updater
Method or attribute name: on(eventType: 'upgradeProgress', callback: UpdateProgressCallback): void;|NA|@ohos.update.d.ts| +|Deleted|Module name: ohos.update
Class name: Updater
Method or attribute name: on(eventType: 'verifyProgress', callback: UpdateProgressCallback): void;|NA|@ohos.update.d.ts| +|Deleted|Module name: ohos.update
Class name: Updater
Method or attribute name: off(eventType: 'downloadProgress', callback?: UpdateProgressCallback): void;|NA|@ohos.update.d.ts| +|Deleted|Module name: ohos.update
Class name: Updater
Method or attribute name: off(eventType: 'upgradeProgress', callback?: UpdateProgressCallback): void;|NA|@ohos.update.d.ts| +|Deleted|Module name: ohos.update
Class name: Updater
Method or attribute name: off(eventType: 'verifyProgress', callback?: UpdateProgressCallback): void;|NA|@ohos.update.d.ts| +|Deleted|Module name: ohos.update
Class name: Updater
Method or attribute name: cancel(): void;|NA|@ohos.update.d.ts| +|Deleted|Module name: ohos.update
Class name: update
Method or attribute name: function getUpdater(upgradeFile: string, updateType?: UpdateTypes): Updater;|NA|@ohos.update.d.ts| +|Deleted|Module name: ohos.update
Class name: update
Method or attribute name: function getUpdaterForOther(upgradeFile: string, device: string, updateType?: UpdateTypes): Updater;|NA|@ohos.update.d.ts| +|Deleted|Module name: ohos.update
Class name: update
Method or attribute name: function getUpdaterFromOther(upgradeFile: string, device: string, updateType?: UpdateTypes): Updater;|NA|@ohos.update.d.ts| +|Initial version changed|Class name: update
Initial version: 6|Class name: update
Initial version: 9|@ohos.update.d.ts| +|Initial version changed|Class name: Updater
Initial version: 6|Class name: Updater
Initial version: 9|@ohos.update.d.ts| +|Initial version changed|Class name: Updater
Method or attribute name: getNewVersionInfo(callback: AsyncCallback\): void;
Initial version: 6|Class name: Updater
Method or attribute name: getNewVersionInfo(callback: AsyncCallback\): void;
Initial version: 9|@ohos.update.d.ts| +|Initial version changed|Class name: Updater
Method or attribute name: getNewVersionInfo(): Promise\;
Initial version: 6|Class name: Updater
Method or attribute name: getNewVersionInfo(): Promise\;
Initial version: 9|@ohos.update.d.ts| +|Initial version changed|Class name: CheckResult
Initial version: 6|Class name: CheckResult
Initial version: 9|@ohos.update.d.ts| +|Initial version changed|Class name: NewVersionInfo
Initial version: 6|Class name: NewVersionInfo
Initial version: 9|@ohos.update.d.ts| +|Initial version changed|Class name: DescriptionInfo
Initial version: 6|Class name: DescriptionInfo
Initial version: 9|@ohos.update.d.ts| +|Initial version changed|Class name: DescriptionInfo
Method or attribute name: content: string;
Initial version: 6|Class name: DescriptionInfo
Method or attribute name: content: string;
Initial version: 9|@ohos.update.d.ts| +|Error code added|NA|Class name: Updater
Method or attribute name: getNewVersionInfo(callback: AsyncCallback\): void;
Error code: 201, 11500104|@ohos.update.d.ts| +|Error code added|NA|Class name: Updater
Method or attribute name: getNewVersionInfo(): Promise\;
Error code: 201, 11500104|@ohos.update.d.ts| +|Permission added|Class name: Updater
Method or attribute name: getNewVersionInfo(callback: AsyncCallback\): void;
Permission: N/A|Class name: Updater
Method or attribute name: getNewVersionInfo(callback: AsyncCallback\): void;
Permission: ohos.permission.UPDATE_SYSTEM|@ohos.update.d.ts| +|Permission added|Class name: Updater
Method or attribute name: getNewVersionInfo(): Promise\;
Permission: N/A|Class name: Updater
Method or attribute name: getNewVersionInfo(): Promise\;
Permission: ohos.permission.UPDATE_SYSTEM|@ohos.update.d.ts| +|Function changed|Class name: Updater
Method or attribute name: checkNewVersion(callback: AsyncCallback\): void;
|Class name: Updater
Method or attribute name: checkNewVersion(callback: AsyncCallback\): void;
|@ohos.update.d.ts| +|Function changed|Class name: Updater
Method or attribute name: checkNewVersion(): Promise\;
|Class name: Updater
Method or attribute name: checkNewVersion(): Promise\;
|@ohos.update.d.ts| diff --git a/en/release-notes/api-diff/v3.2-Release/js-apidiff-usb.md b/en/release-notes/api-diff/v3.2-Release/js-apidiff-usb.md new file mode 100644 index 0000000000000000000000000000000000000000..12e73e97b24d59d991ed31cd9f3858fa077cca98 --- /dev/null +++ b/en/release-notes/api-diff/v3.2-Release/js-apidiff-usb.md @@ -0,0 +1,199 @@ +| Change Type | Old Version | New Version | d.ts File | +| ---- | ------ | ------ | -------- | +|Added|NA|Class name: usb
Method or attribute name: function usbFunctionsFromString(funcs: string): number;|@ohos.usb.d.ts| +|Added|NA|Class name: usb
Method or attribute name: function usbFunctionsToString(funcs: FunctionType): string;|@ohos.usb.d.ts| +|Added|NA|Class name: usb
Method or attribute name: function setCurrentFunctions(funcs: FunctionType): Promise\;|@ohos.usb.d.ts| +|Added|NA|Class name: usb
Method or attribute name: function getCurrentFunctions(): FunctionType;|@ohos.usb.d.ts| +|Added|NA|Class name: usb
Method or attribute name: function getPorts(): Array\;|@ohos.usb.d.ts| +|Added|NA|Class name: usb
Method or attribute name: function getSupportedModes(portId: number): PortModeType;|@ohos.usb.d.ts| +|Added|NA|Class name: usb
Method or attribute name: function setPortRoles(portId: number, powerRole: PowerRoleType, dataRole: DataRoleType): Promise\;|@ohos.usb.d.ts| +|Added|NA|Module name: ohos.usb
Class name: PowerRoleType|@ohos.usb.d.ts| +|Added|NA|Class name: PowerRoleType
Method or attribute name: |@ohos.usb.d.ts| +|Added|NA|Module name: ohos.usb
Class name: PowerRoleType
Method or attribute name: NONE = 0|@ohos.usb.d.ts| +|Added|NA|Class name: PowerRoleType
Method or attribute name: NONE = 0|@ohos.usb.d.ts| +|Added|NA|Module name: ohos.usb
Class name: PowerRoleType
Method or attribute name: SOURCE = 1|@ohos.usb.d.ts| +|Added|NA|Class name: PowerRoleType
Method or attribute name: SOURCE = 1|@ohos.usb.d.ts| +|Added|NA|Module name: ohos.usb
Class name: PowerRoleType
Method or attribute name: SINK = 2|@ohos.usb.d.ts| +|Added|NA|Class name: PowerRoleType
Method or attribute name: SINK = 2|@ohos.usb.d.ts| +|Added|NA|Module name: ohos.usb
Class name: DataRoleType|@ohos.usb.d.ts| +|Added|NA|Class name: DataRoleType
Method or attribute name: |@ohos.usb.d.ts| +|Added|NA|Module name: ohos.usb
Class name: DataRoleType
Method or attribute name: NONE = 0|@ohos.usb.d.ts| +|Added|NA|Class name: DataRoleType
Method or attribute name: NONE = 0|@ohos.usb.d.ts| +|Added|NA|Module name: ohos.usb
Class name: DataRoleType
Method or attribute name: HOST = 1|@ohos.usb.d.ts| +|Added|NA|Class name: DataRoleType
Method or attribute name: HOST = 1|@ohos.usb.d.ts| +|Added|NA|Module name: ohos.usb
Class name: DataRoleType
Method or attribute name: DEVICE = 2|@ohos.usb.d.ts| +|Added|NA|Class name: DataRoleType
Method or attribute name: DEVICE = 2|@ohos.usb.d.ts| +|Added|NA|Module name: ohos.usb
Class name: PortModeType|@ohos.usb.d.ts| +|Added|NA|Class name: PortModeType
Method or attribute name: |@ohos.usb.d.ts| +|Added|NA|Module name: ohos.usb
Class name: PortModeType
Method or attribute name: NONE = 0|@ohos.usb.d.ts| +|Added|NA|Class name: PortModeType
Method or attribute name: NONE = 0|@ohos.usb.d.ts| +|Added|NA|Module name: ohos.usb
Class name: PortModeType
Method or attribute name: UFP = 1|@ohos.usb.d.ts| +|Added|NA|Class name: PortModeType
Method or attribute name: UFP = 1|@ohos.usb.d.ts| +|Added|NA|Module name: ohos.usb
Class name: PortModeType
Method or attribute name: DFP = 2|@ohos.usb.d.ts| +|Added|NA|Class name: PortModeType
Method or attribute name: DFP = 2|@ohos.usb.d.ts| +|Added|NA|Module name: ohos.usb
Class name: PortModeType
Method or attribute name: DRP = 3|@ohos.usb.d.ts| +|Added|NA|Class name: PortModeType
Method or attribute name: DRP = 3|@ohos.usb.d.ts| +|Added|NA|Module name: ohos.usb
Class name: PortModeType
Method or attribute name: NUM_MODES = 4|@ohos.usb.d.ts| +|Added|NA|Class name: PortModeType
Method or attribute name: NUM_MODES = 4|@ohos.usb.d.ts| +|Added|NA|Module name: ohos.usb
Class name: USBPortStatus|@ohos.usb.d.ts| +|Added|NA|Class name: USBPortStatus
Method or attribute name: |@ohos.usb.d.ts| +|Added|NA|Module name: ohos.usb
Class name: USBPortStatus
Method or attribute name: currentMode: number;|@ohos.usb.d.ts| +|Added|NA|Class name: USBPortStatus
Method or attribute name: currentMode: number;|@ohos.usb.d.ts| +|Added|NA|Module name: ohos.usb
Class name: USBPortStatus
Method or attribute name: currentPowerRole: number;|@ohos.usb.d.ts| +|Added|NA|Class name: USBPortStatus
Method or attribute name: currentPowerRole: number;|@ohos.usb.d.ts| +|Added|NA|Module name: ohos.usb
Class name: USBPortStatus
Method or attribute name: currentDataRole: number;|@ohos.usb.d.ts| +|Added|NA|Class name: USBPortStatus
Method or attribute name: currentDataRole: number;|@ohos.usb.d.ts| +|Added|NA|Module name: ohos.usb
Class name: USBPort|@ohos.usb.d.ts| +|Added|NA|Class name: USBPort
Method or attribute name: |@ohos.usb.d.ts| +|Added|NA|Module name: ohos.usb
Class name: USBPort
Method or attribute name: id: number;|@ohos.usb.d.ts| +|Added|NA|Class name: USBPort
Method or attribute name: id: number;|@ohos.usb.d.ts| +|Added|NA|Module name: ohos.usb
Class name: USBPort
Method or attribute name: supportedModes: PortModeType;|@ohos.usb.d.ts| +|Added|NA|Class name: USBPort
Method or attribute name: supportedModes: PortModeType;|@ohos.usb.d.ts| +|Added|NA|Module name: ohos.usb
Class name: USBPort
Method or attribute name: status: USBPortStatus;|@ohos.usb.d.ts| +|Added|NA|Class name: USBPort
Method or attribute name: status: USBPortStatus;|@ohos.usb.d.ts| +|Added|NA|Class name: USBRequestTargetType
Method or attribute name: USB_REQUEST_TARGET_INTERFACE = 1|@ohos.usb.d.ts| +|Added|NA|Class name: USBRequestTargetType
Method or attribute name: USB_REQUEST_TARGET_ENDPOINT = 2|@ohos.usb.d.ts| +|Added|NA|Class name: USBRequestTargetType
Method or attribute name: USB_REQUEST_TARGET_OTHER = 3|@ohos.usb.d.ts| +|Added|NA|Class name: USBControlRequestType
Method or attribute name: USB_REQUEST_TYPE_CLASS = 1|@ohos.usb.d.ts| +|Added|NA|Class name: USBControlRequestType
Method or attribute name: USB_REQUEST_TYPE_VENDOR = 2|@ohos.usb.d.ts| +|Added|NA|Module name: ohos.usb
Class name: FunctionType|@ohos.usb.d.ts| +|Added|NA|Class name: FunctionType
Method or attribute name: |@ohos.usb.d.ts| +|Added|NA|Module name: ohos.usb
Class name: FunctionType
Method or attribute name: NONE = 0|@ohos.usb.d.ts| +|Added|NA|Class name: FunctionType
Method or attribute name: NONE = 0|@ohos.usb.d.ts| +|Added|NA|Module name: ohos.usb
Class name: FunctionType
Method or attribute name: ACM = 1|@ohos.usb.d.ts| +|Added|NA|Class name: FunctionType
Method or attribute name: ACM = 1|@ohos.usb.d.ts| +|Added|NA|Module name: ohos.usb
Class name: FunctionType
Method or attribute name: ECM = 2|@ohos.usb.d.ts| +|Added|NA|Class name: FunctionType
Method or attribute name: ECM = 2|@ohos.usb.d.ts| +|Added|NA|Module name: ohos.usb
Class name: FunctionType
Method or attribute name: HDC = 4|@ohos.usb.d.ts| +|Added|NA|Class name: FunctionType
Method or attribute name: HDC = 4|@ohos.usb.d.ts| +|Added|NA|Module name: ohos.usb
Class name: FunctionType
Method or attribute name: MTP = 8|@ohos.usb.d.ts| +|Added|NA|Class name: FunctionType
Method or attribute name: MTP = 8|@ohos.usb.d.ts| +|Added|NA|Module name: ohos.usb
Class name: FunctionType
Method or attribute name: PTP = 16|@ohos.usb.d.ts| +|Added|NA|Class name: FunctionType
Method or attribute name: PTP = 16|@ohos.usb.d.ts| +|Added|NA|Module name: ohos.usb
Class name: FunctionType
Method or attribute name: RNDIS = 32|@ohos.usb.d.ts| +|Added|NA|Class name: FunctionType
Method or attribute name: RNDIS = 32|@ohos.usb.d.ts| +|Added|NA|Module name: ohos.usb
Class name: FunctionType
Method or attribute name: MIDI = 64|@ohos.usb.d.ts| +|Added|NA|Class name: FunctionType
Method or attribute name: MIDI = 64|@ohos.usb.d.ts| +|Added|NA|Module name: ohos.usb
Class name: FunctionType
Method or attribute name: AUDIO_SOURCE = 128|@ohos.usb.d.ts| +|Added|NA|Class name: FunctionType
Method or attribute name: AUDIO_SOURCE = 128|@ohos.usb.d.ts| +|Added|NA|Module name: ohos.usb
Class name: FunctionType
Method or attribute name: NCM = 256|@ohos.usb.d.ts| +|Added|NA|Class name: FunctionType
Method or attribute name: NCM = 256|@ohos.usb.d.ts| +|Added|NA|Module name: ohos.usbManager
Class name: usbManager|@ohos.usbManager.d.ts| +|Added|NA|Module name: ohos.usbManager
Class name: usbManager
Method or attribute name: function getDevices(): Array\>;|@ohos.usbManager.d.ts| +|Added|NA|Module name: ohos.usbManager
Class name: usbManager
Method or attribute name: function connectDevice(device: USBDevice): Readonly\;|@ohos.usbManager.d.ts| +|Added|NA|Module name: ohos.usbManager
Class name: usbManager
Method or attribute name: function hasRight(deviceName: string): boolean;|@ohos.usbManager.d.ts| +|Added|NA|Module name: ohos.usbManager
Class name: usbManager
Method or attribute name: function requestRight(deviceName: string): Promise\;|@ohos.usbManager.d.ts| +|Added|NA|Module name: ohos.usbManager
Class name: usbManager
Method or attribute name: function removeRight(deviceName: string): boolean;|@ohos.usbManager.d.ts| +|Added|NA|Module name: ohos.usbManager
Class name: usbManager
Method or attribute name: function addRight(bundleName: string, deviceName: string): boolean;|@ohos.usbManager.d.ts| +|Added|NA|Module name: ohos.usbManager
Class name: usbManager
Method or attribute name: function usbFunctionsFromString(funcs: string): number;|@ohos.usbManager.d.ts| +|Added|NA|Module name: ohos.usbManager
Class name: usbManager
Method or attribute name: function usbFunctionsToString(funcs: FunctionType): string;|@ohos.usbManager.d.ts| +|Added|NA|Module name: ohos.usbManager
Class name: usbManager
Method or attribute name: function setCurrentFunctions(funcs: FunctionType): Promise\;|@ohos.usbManager.d.ts| +|Added|NA|Module name: ohos.usbManager
Class name: usbManager
Method or attribute name: function getCurrentFunctions(): FunctionType;|@ohos.usbManager.d.ts| +|Added|NA|Module name: ohos.usbManager
Class name: usbManager
Method or attribute name: function getPorts(): Array\;|@ohos.usbManager.d.ts| +|Added|NA|Module name: ohos.usbManager
Class name: usbManager
Method or attribute name: function getSupportedModes(portId: number): PortModeType;|@ohos.usbManager.d.ts| +|Added|NA|Module name: ohos.usbManager
Class name: usbManager
Method or attribute name: function setPortRoles(portId: number, powerRole: PowerRoleType, dataRole: DataRoleType): Promise\;|@ohos.usbManager.d.ts| +|Added|NA|Module name: ohos.usbManager
Class name: usbManager
Method or attribute name: function claimInterface(pipe: USBDevicePipe, iface: USBInterface, force?: boolean): number;|@ohos.usbManager.d.ts| +|Added|NA|Module name: ohos.usbManager
Class name: usbManager
Method or attribute name: function releaseInterface(pipe: USBDevicePipe, iface: USBInterface): number;|@ohos.usbManager.d.ts| +|Added|NA|Module name: ohos.usbManager
Class name: usbManager
Method or attribute name: function setConfiguration(pipe: USBDevicePipe, config: USBConfiguration): number;|@ohos.usbManager.d.ts| +|Added|NA|Module name: ohos.usbManager
Class name: usbManager
Method or attribute name: function setInterface(pipe: USBDevicePipe, iface: USBInterface): number;|@ohos.usbManager.d.ts| +|Added|NA|Module name: ohos.usbManager
Class name: usbManager
Method or attribute name: function getRawDescriptor(pipe: USBDevicePipe): Uint8Array;|@ohos.usbManager.d.ts| +|Added|NA|Module name: ohos.usbManager
Class name: usbManager
Method or attribute name: function getFileDescriptor(pipe: USBDevicePipe): number;|@ohos.usbManager.d.ts| +|Added|NA|Module name: ohos.usbManager
Class name: usbManager
Method or attribute name: function controlTransfer(pipe: USBDevicePipe, controlparam: USBControlParams, timeout?: number): Promise\;|@ohos.usbManager.d.ts| +|Added|NA|Module name: ohos.usbManager
Class name: usbManager
Method or attribute name: function bulkTransfer(pipe: USBDevicePipe, endpoint: USBEndpoint, buffer: Uint8Array,

timeout?: number): Promise\;|@ohos.usbManager.d.ts| +|Added|NA|Module name: ohos.usbManager
Class name: usbManager
Method or attribute name: function closePipe(pipe: USBDevicePipe): number;|@ohos.usbManager.d.ts| +|Added|NA|Module name: ohos.usbManager
Class name: USBEndpoint|@ohos.usbManager.d.ts| +|Added|NA|Module name: ohos.usbManager
Class name: USBEndpoint
Method or attribute name: address: number;|@ohos.usbManager.d.ts| +|Added|NA|Module name: ohos.usbManager
Class name: USBEndpoint
Method or attribute name: attributes: number;|@ohos.usbManager.d.ts| +|Added|NA|Module name: ohos.usbManager
Class name: USBEndpoint
Method or attribute name: interval: number;|@ohos.usbManager.d.ts| +|Added|NA|Module name: ohos.usbManager
Class name: USBEndpoint
Method or attribute name: maxPacketSize: number;|@ohos.usbManager.d.ts| +|Added|NA|Module name: ohos.usbManager
Class name: USBEndpoint
Method or attribute name: direction: USBRequestDirection;|@ohos.usbManager.d.ts| +|Added|NA|Module name: ohos.usbManager
Class name: USBEndpoint
Method or attribute name: number: number;|@ohos.usbManager.d.ts| +|Added|NA|Module name: ohos.usbManager
Class name: USBEndpoint
Method or attribute name: type: number;|@ohos.usbManager.d.ts| +|Added|NA|Module name: ohos.usbManager
Class name: USBEndpoint
Method or attribute name: interfaceId: number;|@ohos.usbManager.d.ts| +|Added|NA|Module name: ohos.usbManager
Class name: USBInterface|@ohos.usbManager.d.ts| +|Added|NA|Module name: ohos.usbManager
Class name: USBInterface
Method or attribute name: id: number;|@ohos.usbManager.d.ts| +|Added|NA|Module name: ohos.usbManager
Class name: USBInterface
Method or attribute name: protocol: number;|@ohos.usbManager.d.ts| +|Added|NA|Module name: ohos.usbManager
Class name: USBInterface
Method or attribute name: clazz: number;|@ohos.usbManager.d.ts| +|Added|NA|Module name: ohos.usbManager
Class name: USBInterface
Method or attribute name: subClass: number;|@ohos.usbManager.d.ts| +|Added|NA|Module name: ohos.usbManager
Class name: USBInterface
Method or attribute name: alternateSetting: number;|@ohos.usbManager.d.ts| +|Added|NA|Module name: ohos.usbManager
Class name: USBInterface
Method or attribute name: name: string;|@ohos.usbManager.d.ts| +|Added|NA|Module name: ohos.usbManager
Class name: USBInterface
Method or attribute name: endpoints: Array\;|@ohos.usbManager.d.ts| +|Added|NA|Module name: ohos.usbManager
Class name: USBConfiguration|@ohos.usbManager.d.ts| +|Added|NA|Module name: ohos.usbManager
Class name: USBConfiguration
Method or attribute name: id: number;|@ohos.usbManager.d.ts| +|Added|NA|Module name: ohos.usbManager
Class name: USBConfiguration
Method or attribute name: attributes: number;|@ohos.usbManager.d.ts| +|Added|NA|Module name: ohos.usbManager
Class name: USBConfiguration
Method or attribute name: maxPower: number;|@ohos.usbManager.d.ts| +|Added|NA|Module name: ohos.usbManager
Class name: USBConfiguration
Method or attribute name: name: string;|@ohos.usbManager.d.ts| +|Added|NA|Module name: ohos.usbManager
Class name: USBConfiguration
Method or attribute name: isRemoteWakeup: boolean;|@ohos.usbManager.d.ts| +|Added|NA|Module name: ohos.usbManager
Class name: USBConfiguration
Method or attribute name: isSelfPowered: boolean;|@ohos.usbManager.d.ts| +|Added|NA|Module name: ohos.usbManager
Class name: USBConfiguration
Method or attribute name: interfaces: Array\;|@ohos.usbManager.d.ts| +|Added|NA|Module name: ohos.usbManager
Class name: USBDevice|@ohos.usbManager.d.ts| +|Added|NA|Module name: ohos.usbManager
Class name: USBDevice
Method or attribute name: busNum: number;|@ohos.usbManager.d.ts| +|Added|NA|Module name: ohos.usbManager
Class name: USBDevice
Method or attribute name: devAddress: number;|@ohos.usbManager.d.ts| +|Added|NA|Module name: ohos.usbManager
Class name: USBDevice
Method or attribute name: serial: string;|@ohos.usbManager.d.ts| +|Added|NA|Module name: ohos.usbManager
Class name: USBDevice
Method or attribute name: name: string;|@ohos.usbManager.d.ts| +|Added|NA|Module name: ohos.usbManager
Class name: USBDevice
Method or attribute name: manufacturerName: string;|@ohos.usbManager.d.ts| +|Added|NA|Module name: ohos.usbManager
Class name: USBDevice
Method or attribute name: productName: string;|@ohos.usbManager.d.ts| +|Added|NA|Module name: ohos.usbManager
Class name: USBDevice
Method or attribute name: version: string;|@ohos.usbManager.d.ts| +|Added|NA|Module name: ohos.usbManager
Class name: USBDevice
Method or attribute name: vendorId: number;|@ohos.usbManager.d.ts| +|Added|NA|Module name: ohos.usbManager
Class name: USBDevice
Method or attribute name: productId: number;|@ohos.usbManager.d.ts| +|Added|NA|Module name: ohos.usbManager
Class name: USBDevice
Method or attribute name: clazz: number;|@ohos.usbManager.d.ts| +|Added|NA|Module name: ohos.usbManager
Class name: USBDevice
Method or attribute name: subClass: number;|@ohos.usbManager.d.ts| +|Added|NA|Module name: ohos.usbManager
Class name: USBDevice
Method or attribute name: protocol: number;|@ohos.usbManager.d.ts| +|Added|NA|Module name: ohos.usbManager
Class name: USBDevice
Method or attribute name: configs: Array\;|@ohos.usbManager.d.ts| +|Added|NA|Module name: ohos.usbManager
Class name: USBDevicePipe|@ohos.usbManager.d.ts| +|Added|NA|Module name: ohos.usbManager
Class name: USBDevicePipe
Method or attribute name: busNum: number;|@ohos.usbManager.d.ts| +|Added|NA|Module name: ohos.usbManager
Class name: USBDevicePipe
Method or attribute name: devAddress: number;|@ohos.usbManager.d.ts| +|Added|NA|Module name: ohos.usbManager
Class name: PowerRoleType|@ohos.usbManager.d.ts| +|Added|NA|Module name: ohos.usbManager
Class name: PowerRoleType
Method or attribute name: NONE = 0|@ohos.usbManager.d.ts| +|Added|NA|Module name: ohos.usbManager
Class name: PowerRoleType
Method or attribute name: SOURCE = 1|@ohos.usbManager.d.ts| +|Added|NA|Module name: ohos.usbManager
Class name: PowerRoleType
Method or attribute name: SINK = 2|@ohos.usbManager.d.ts| +|Added|NA|Module name: ohos.usbManager
Class name: DataRoleType|@ohos.usbManager.d.ts| +|Added|NA|Module name: ohos.usbManager
Class name: DataRoleType
Method or attribute name: NONE = 0|@ohos.usbManager.d.ts| +|Added|NA|Module name: ohos.usbManager
Class name: DataRoleType
Method or attribute name: HOST = 1|@ohos.usbManager.d.ts| +|Added|NA|Module name: ohos.usbManager
Class name: DataRoleType
Method or attribute name: DEVICE = 2|@ohos.usbManager.d.ts| +|Added|NA|Module name: ohos.usbManager
Class name: PortModeType|@ohos.usbManager.d.ts| +|Added|NA|Module name: ohos.usbManager
Class name: PortModeType
Method or attribute name: NONE = 0|@ohos.usbManager.d.ts| +|Added|NA|Module name: ohos.usbManager
Class name: PortModeType
Method or attribute name: UFP = 1|@ohos.usbManager.d.ts| +|Added|NA|Module name: ohos.usbManager
Class name: PortModeType
Method or attribute name: DFP = 2|@ohos.usbManager.d.ts| +|Added|NA|Module name: ohos.usbManager
Class name: PortModeType
Method or attribute name: DRP = 3|@ohos.usbManager.d.ts| +|Added|NA|Module name: ohos.usbManager
Class name: PortModeType
Method or attribute name: NUM_MODES = 4|@ohos.usbManager.d.ts| +|Added|NA|Module name: ohos.usbManager
Class name: USBPortStatus|@ohos.usbManager.d.ts| +|Added|NA|Module name: ohos.usbManager
Class name: USBPortStatus
Method or attribute name: currentMode: number;|@ohos.usbManager.d.ts| +|Added|NA|Module name: ohos.usbManager
Class name: USBPortStatus
Method or attribute name: currentPowerRole: number;|@ohos.usbManager.d.ts| +|Added|NA|Module name: ohos.usbManager
Class name: USBPortStatus
Method or attribute name: currentDataRole: number;|@ohos.usbManager.d.ts| +|Added|NA|Module name: ohos.usbManager
Class name: USBPort|@ohos.usbManager.d.ts| +|Added|NA|Module name: ohos.usbManager
Class name: USBPort
Method or attribute name: id: number;|@ohos.usbManager.d.ts| +|Added|NA|Module name: ohos.usbManager
Class name: USBPort
Method or attribute name: supportedModes: PortModeType;|@ohos.usbManager.d.ts| +|Added|NA|Module name: ohos.usbManager
Class name: USBPort
Method or attribute name: status: USBPortStatus;|@ohos.usbManager.d.ts| +|Added|NA|Module name: ohos.usbManager
Class name: USBControlParams|@ohos.usbManager.d.ts| +|Added|NA|Module name: ohos.usbManager
Class name: USBControlParams
Method or attribute name: request: number;|@ohos.usbManager.d.ts| +|Added|NA|Module name: ohos.usbManager
Class name: USBControlParams
Method or attribute name: target: USBRequestTargetType;|@ohos.usbManager.d.ts| +|Added|NA|Module name: ohos.usbManager
Class name: USBControlParams
Method or attribute name: reqType: USBControlRequestType;|@ohos.usbManager.d.ts| +|Added|NA|Module name: ohos.usbManager
Class name: USBControlParams
Method or attribute name: value: number;|@ohos.usbManager.d.ts| +|Added|NA|Module name: ohos.usbManager
Class name: USBControlParams
Method or attribute name: index: number;|@ohos.usbManager.d.ts| +|Added|NA|Module name: ohos.usbManager
Class name: USBControlParams
Method or attribute name: data: Uint8Array;|@ohos.usbManager.d.ts| +|Added|NA|Module name: ohos.usbManager
Class name: USBRequestTargetType|@ohos.usbManager.d.ts| +|Added|NA|Module name: ohos.usbManager
Class name: USBRequestTargetType
Method or attribute name: USB_REQUEST_TARGET_DEVICE = 0|@ohos.usbManager.d.ts| +|Added|NA|Module name: ohos.usbManager
Class name: USBRequestTargetType
Method or attribute name: USB_REQUEST_TARGET_INTERFACE = 1|@ohos.usbManager.d.ts| +|Added|NA|Module name: ohos.usbManager
Class name: USBRequestTargetType
Method or attribute name: USB_REQUEST_TARGET_ENDPOINT = 2|@ohos.usbManager.d.ts| +|Added|NA|Module name: ohos.usbManager
Class name: USBRequestTargetType
Method or attribute name: USB_REQUEST_TARGET_OTHER = 3|@ohos.usbManager.d.ts| +|Added|NA|Module name: ohos.usbManager
Class name: USBControlRequestType|@ohos.usbManager.d.ts| +|Added|NA|Module name: ohos.usbManager
Class name: USBControlRequestType
Method or attribute name: USB_REQUEST_TYPE_STANDARD = 0|@ohos.usbManager.d.ts| +|Added|NA|Module name: ohos.usbManager
Class name: USBControlRequestType
Method or attribute name: USB_REQUEST_TYPE_CLASS = 1|@ohos.usbManager.d.ts| +|Added|NA|Module name: ohos.usbManager
Class name: USBControlRequestType
Method or attribute name: USB_REQUEST_TYPE_VENDOR = 2|@ohos.usbManager.d.ts| +|Added|NA|Module name: ohos.usbManager
Class name: USBRequestDirection|@ohos.usbManager.d.ts| +|Added|NA|Module name: ohos.usbManager
Class name: USBRequestDirection
Method or attribute name: USB_REQUEST_DIR_TO_DEVICE = 0|@ohos.usbManager.d.ts| +|Added|NA|Module name: ohos.usbManager
Class name: USBRequestDirection
Method or attribute name: USB_REQUEST_DIR_FROM_DEVICE = 0x80|@ohos.usbManager.d.ts| +|Added|NA|Module name: ohos.usbManager
Class name: FunctionType|@ohos.usbManager.d.ts| +|Added|NA|Module name: ohos.usbManager
Class name: FunctionType
Method or attribute name: NONE = 0|@ohos.usbManager.d.ts| +|Added|NA|Module name: ohos.usbManager
Class name: FunctionType
Method or attribute name: ACM = 1|@ohos.usbManager.d.ts| +|Added|NA|Module name: ohos.usbManager
Class name: FunctionType
Method or attribute name: ECM = 2|@ohos.usbManager.d.ts| +|Added|NA|Module name: ohos.usbManager
Class name: FunctionType
Method or attribute name: HDC = 4|@ohos.usbManager.d.ts| +|Added|NA|Module name: ohos.usbManager
Class name: FunctionType
Method or attribute name: MTP = 8|@ohos.usbManager.d.ts| +|Added|NA|Module name: ohos.usbManager
Class name: FunctionType
Method or attribute name: PTP = 16|@ohos.usbManager.d.ts| +|Added|NA|Module name: ohos.usbManager
Class name: FunctionType
Method or attribute name: RNDIS = 32|@ohos.usbManager.d.ts| +|Added|NA|Module name: ohos.usbManager
Class name: FunctionType
Method or attribute name: MIDI = 64|@ohos.usbManager.d.ts| +|Added|NA|Module name: ohos.usbManager
Class name: FunctionType
Method or attribute name: AUDIO_SOURCE = 128|@ohos.usbManager.d.ts| +|Added|NA|Module name: ohos.usbManager
Class name: FunctionType
Method or attribute name: NCM = 256|@ohos.usbManager.d.ts| +|Deprecated version changed|Class name: usb
Deprecated version: N/A|Class name: usb
Deprecated version: 9
Substitute API: ohos.usbManager |@ohos.usb.d.ts| +|Function changed|Class name: usb
Method or attribute name: function controlTransfer(pipe: USBDevicePipe, contrlparam: USBControlParams, timeout?: number): Promise\;
|Class name: usb
Method or attribute name: function controlTransfer(pipe: USBDevicePipe, controlparam: USBControlParams, timeout?: number): Promise\;
|@ohos.usb.d.ts| diff --git a/en/release-notes/api-diff/v3.2-Release/js-apidiff-user-iam.md b/en/release-notes/api-diff/v3.2-Release/js-apidiff-user-iam.md new file mode 100644 index 0000000000000000000000000000000000000000..d3f1921992d76027e342b0a1bf3289747d743701 --- /dev/null +++ b/en/release-notes/api-diff/v3.2-Release/js-apidiff-user-iam.md @@ -0,0 +1,111 @@ +| Change Type | Old Version | New Version | d.ts File | +| ---- | ------ | ------ | -------- | +|Added|NA|Module name: ohos.userIAM.faceAuth
Class name: faceAuth|@ohos.userIAM.faceAuth.d.ts| +|Added|NA|Module name: ohos.userIAM.faceAuth
Class name: FaceAuthManager|@ohos.userIAM.faceAuth.d.ts| +|Added|NA|Module name: ohos.userIAM.faceAuth
Class name: FaceAuthManager
Method or attribute name: constructor();|@ohos.userIAM.faceAuth.d.ts| +|Added|NA|Module name: ohos.userIAM.faceAuth
Class name: FaceAuthManager
Method or attribute name: setSurfaceId(surfaceId: string): void;|@ohos.userIAM.faceAuth.d.ts| +|Added|NA|Module name: ohos.userIAM.userAuth
Class name: AuthEventKey
Method or attribute name: type AuthEventKey = "result" \| "tip";|@ohos.userIAM.userAuth.d.ts| +|Added|NA|Class name: AuthEventKey
Method or attribute name: type AuthEventKey = "result" \| "tip";|@ohos.userIAM.userAuth.d.ts| +|Added|NA|Module name: ohos.userIAM.userAuth
Class name: AuthEventKey
Method or attribute name: type AuthEventKey = "result" \| "tip";|@ohos.userIAM.userAuth.d.ts| +|Added|NA|Class name: AuthEventKey
Method or attribute name: type AuthEventKey = "result" \| "tip";|@ohos.userIAM.userAuth.d.ts| +|Added|NA|Module name: ohos.userIAM.userAuth
Class name: AuthEvent|@ohos.userIAM.userAuth.d.ts| +|Added|NA|Class name: AuthEvent
Method or attribute name: |@ohos.userIAM.userAuth.d.ts| +|Added|NA|Module name: ohos.userIAM.userAuth
Class name: AuthEvent
Method or attribute name: callback(result: EventInfo): void;|@ohos.userIAM.userAuth.d.ts| +|Added|NA|Class name: AuthEvent
Method or attribute name: callback(result: EventInfo): void;|@ohos.userIAM.userAuth.d.ts| +|Added|NA|Module name: ohos.userIAM.userAuth
Class name: AuthResultInfo|@ohos.userIAM.userAuth.d.ts| +|Added|NA|Class name: AuthResultInfo
Method or attribute name: |@ohos.userIAM.userAuth.d.ts| +|Added|NA|Module name: ohos.userIAM.userAuth
Class name: AuthResultInfo
Method or attribute name: result: number;|@ohos.userIAM.userAuth.d.ts| +|Added|NA|Class name: AuthResultInfo
Method or attribute name: result: number;|@ohos.userIAM.userAuth.d.ts| +|Added|NA|Module name: ohos.userIAM.userAuth
Class name: AuthResultInfo
Method or attribute name: token ?: Uint8Array;|@ohos.userIAM.userAuth.d.ts| +|Added|NA|Class name: AuthResultInfo
Method or attribute name: token ?: Uint8Array;|@ohos.userIAM.userAuth.d.ts| +|Added|NA|Module name: ohos.userIAM.userAuth
Class name: AuthResultInfo
Method or attribute name: remainAttempts ?: number;|@ohos.userIAM.userAuth.d.ts| +|Added|NA|Class name: AuthResultInfo
Method or attribute name: remainAttempts ?: number;|@ohos.userIAM.userAuth.d.ts| +|Added|NA|Module name: ohos.userIAM.userAuth
Class name: AuthResultInfo
Method or attribute name: lockoutDuration ?: number;|@ohos.userIAM.userAuth.d.ts| +|Added|NA|Class name: AuthResultInfo
Method or attribute name: lockoutDuration ?: number;|@ohos.userIAM.userAuth.d.ts| +|Added|NA|Module name: ohos.userIAM.userAuth
Class name: TipInfo|@ohos.userIAM.userAuth.d.ts| +|Added|NA|Class name: TipInfo
Method or attribute name: |@ohos.userIAM.userAuth.d.ts| +|Added|NA|Module name: ohos.userIAM.userAuth
Class name: TipInfo
Method or attribute name: module: number;|@ohos.userIAM.userAuth.d.ts| +|Added|NA|Class name: TipInfo
Method or attribute name: module: number;|@ohos.userIAM.userAuth.d.ts| +|Added|NA|Module name: ohos.userIAM.userAuth
Class name: TipInfo
Method or attribute name: tip: number;|@ohos.userIAM.userAuth.d.ts| +|Added|NA|Class name: TipInfo
Method or attribute name: tip: number;|@ohos.userIAM.userAuth.d.ts| +|Added|NA|Module name: ohos.userIAM.userAuth
Class name: AuthInstance|@ohos.userIAM.userAuth.d.ts| +|Added|NA|Class name: AuthInstance
Method or attribute name: |@ohos.userIAM.userAuth.d.ts| +|Added|NA|Module name: ohos.userIAM.userAuth
Class name: AuthInstance
Method or attribute name: on: (name: AuthEventKey, callback: AuthEvent) => void;|@ohos.userIAM.userAuth.d.ts| +|Added|NA|Class name: AuthInstance
Method or attribute name: on: (name: AuthEventKey, callback: AuthEvent) => void;|@ohos.userIAM.userAuth.d.ts| +|Added|NA|Module name: ohos.userIAM.userAuth
Class name: AuthInstance
Method or attribute name: off: (name: AuthEventKey) => void;|@ohos.userIAM.userAuth.d.ts| +|Added|NA|Class name: AuthInstance
Method or attribute name: off: (name: AuthEventKey) => void;|@ohos.userIAM.userAuth.d.ts| +|Added|NA|Module name: ohos.userIAM.userAuth
Class name: AuthInstance
Method or attribute name: start: () => void;|@ohos.userIAM.userAuth.d.ts| +|Added|NA|Class name: AuthInstance
Method or attribute name: start: () => void;|@ohos.userIAM.userAuth.d.ts| +|Added|NA|Module name: ohos.userIAM.userAuth
Class name: AuthInstance
Method or attribute name: cancel: () => void;|@ohos.userIAM.userAuth.d.ts| +|Added|NA|Class name: AuthInstance
Method or attribute name: cancel: () => void;|@ohos.userIAM.userAuth.d.ts| +|Added|NA|Class name: userAuth
Method or attribute name: function getAvailableStatus(authType: UserAuthType, authTrustLevel: AuthTrustLevel): void;|@ohos.userIAM.userAuth.d.ts| +|Added|NA|Class name: userAuth
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
Class name: UserAuthResultCode|@ohos.userIAM.userAuth.d.ts| +|Added|NA|Class name: UserAuthResultCode
Method or attribute name: |@ohos.userIAM.userAuth.d.ts| +|Added|NA|Module name: ohos.userIAM.userAuth
Class name: UserAuthResultCode
Method or attribute name: SUCCESS = 12500000|@ohos.userIAM.userAuth.d.ts| +|Added|NA|Class name: UserAuthResultCode
Method or attribute name: SUCCESS = 12500000|@ohos.userIAM.userAuth.d.ts| +|Added|NA|Module name: ohos.userIAM.userAuth
Class name: UserAuthResultCode
Method or attribute name: FAIL = 12500001|@ohos.userIAM.userAuth.d.ts| +|Added|NA|Class name: UserAuthResultCode
Method or attribute name: FAIL = 12500001|@ohos.userIAM.userAuth.d.ts| +|Added|NA|Module name: ohos.userIAM.userAuth
Class name: UserAuthResultCode
Method or attribute name: GENERAL_ERROR = 12500002|@ohos.userIAM.userAuth.d.ts| +|Added|NA|Class name: UserAuthResultCode
Method or attribute name: GENERAL_ERROR = 12500002|@ohos.userIAM.userAuth.d.ts| +|Added|NA|Module name: ohos.userIAM.userAuth
Class name: UserAuthResultCode
Method or attribute name: CANCELED = 12500003|@ohos.userIAM.userAuth.d.ts| +|Added|NA|Class name: UserAuthResultCode
Method or attribute name: CANCELED = 12500003|@ohos.userIAM.userAuth.d.ts| +|Added|NA|Module name: ohos.userIAM.userAuth
Class name: UserAuthResultCode
Method or attribute name: TIMEOUT = 12500004|@ohos.userIAM.userAuth.d.ts| +|Added|NA|Class name: UserAuthResultCode
Method or attribute name: TIMEOUT = 12500004|@ohos.userIAM.userAuth.d.ts| +|Added|NA|Module name: ohos.userIAM.userAuth
Class name: UserAuthResultCode
Method or attribute name: TYPE_NOT_SUPPORT = 12500005|@ohos.userIAM.userAuth.d.ts| +|Added|NA|Class name: UserAuthResultCode
Method or attribute name: TYPE_NOT_SUPPORT = 12500005|@ohos.userIAM.userAuth.d.ts| +|Added|NA|Module name: ohos.userIAM.userAuth
Class name: UserAuthResultCode
Method or attribute name: TRUST_LEVEL_NOT_SUPPORT = 12500006|@ohos.userIAM.userAuth.d.ts| +|Added|NA|Class name: UserAuthResultCode
Method or attribute name: TRUST_LEVEL_NOT_SUPPORT = 12500006|@ohos.userIAM.userAuth.d.ts| +|Added|NA|Module name: ohos.userIAM.userAuth
Class name: UserAuthResultCode
Method or attribute name: BUSY = 12500007|@ohos.userIAM.userAuth.d.ts| +|Added|NA|Class name: UserAuthResultCode
Method or attribute name: BUSY = 12500007|@ohos.userIAM.userAuth.d.ts| +|Added|NA|Module name: ohos.userIAM.userAuth
Class name: UserAuthResultCode
Method or attribute name: LOCKED = 12500009|@ohos.userIAM.userAuth.d.ts| +|Added|NA|Class name: UserAuthResultCode
Method or attribute name: LOCKED = 12500009|@ohos.userIAM.userAuth.d.ts| +|Added|NA|Module name: ohos.userIAM.userAuth
Class name: UserAuthResultCode
Method or attribute name: NOT_ENROLLED = 12500010|@ohos.userIAM.userAuth.d.ts| +|Added|NA|Class name: UserAuthResultCode
Method or attribute name: NOT_ENROLLED = 12500010|@ohos.userIAM.userAuth.d.ts| +|Deprecated version changed|Class name: AuthenticationResult
Deprecated version: N/A|Class name: AuthenticationResult
Deprecated version: 8
Substitute API: ohos.userIAM.userAuth.ResultCode |@ohos.userIAM.userAuth.d.ts| +|Deprecated version changed|Class name: Authenticator
Deprecated version: N/A|Class name: Authenticator
Deprecated version: 8
Substitute API: N/A|@ohos.userIAM.userAuth.d.ts| +|Deprecated version changed|Class name: UserAuth
Deprecated version: N/A|Class name: UserAuth
Deprecated version: 9
Substitute API: ohos.userIAM.userAuth.AuthInstance |@ohos.userIAM.userAuth.d.ts| +|Deprecated version changed|Class name: UserAuth
Method or attribute name: constructor();
Deprecated version: N/A|Class name: UserAuth
Method or attribute name: constructor();
Deprecated version: 9
Substitute API: ohos.userIAM.userAuth.getAuthInstance |@ohos.userIAM.userAuth.d.ts| +|Deprecated version changed|Class name: UserAuth
Method or attribute name: auth(challenge: Uint8Array, authType: UserAuthType, authTrustLevel: AuthTrustLevel, callback: IUserAuthCallback): Uint8Array;
Deprecated version: N/A|Class name: UserAuth
Method or attribute name: auth(challenge: Uint8Array, authType: UserAuthType, authTrustLevel: AuthTrustLevel, callback: IUserAuthCallback): Uint8Array;
Deprecated version: 9
Substitute API: ohos.userIAM.userAuth.AuthInstance.start |@ohos.userIAM.userAuth.d.ts| +|Deprecated version changed|Class name: IUserAuthCallback
Deprecated version: N/A|Class name: IUserAuthCallback
Deprecated version: 9
Substitute API: ohos.userIAM.userAuth.AuthEvent |@ohos.userIAM.userAuth.d.ts| +|Deprecated version changed|Class name: AuthResult
Deprecated version: N/A|Class name: AuthResult
Deprecated version: 9
Substitute API: ohos.userIAM.userAuth.AuthResultInfo |@ohos.userIAM.userAuth.d.ts| +|Deprecated version changed|Class name: ResultCode
Deprecated version: N/A|Class name: ResultCode
Deprecated version: 9
Substitute API: ohos.userIAM.userAuth.UserAuthResultCode |@ohos.userIAM.userAuth.d.ts| +|Deprecated version changed|Class name: ResultCode
Method or attribute name: SUCCESS = 0
Deprecated version: N/A|Class name: ResultCode
Method or attribute name: SUCCESS = 0
Deprecated version: 9
Substitute API: N/A|@ohos.userIAM.userAuth.d.ts| +|Deprecated version changed|Class name: ResultCode
Method or attribute name: FAIL = 1
Deprecated version: N/A|Class name: ResultCode
Method or attribute name: FAIL = 1
Deprecated version: 9
Substitute API: N/A|@ohos.userIAM.userAuth.d.ts| +|Deprecated version changed|Class name: ResultCode
Method or attribute name: GENERAL_ERROR = 2
Deprecated version: N/A|Class name: ResultCode
Method or attribute name: GENERAL_ERROR = 2
Deprecated version: 9
Substitute API: N/A|@ohos.userIAM.userAuth.d.ts| +|Deprecated version changed|Class name: ResultCode
Method or attribute name: CANCELED = 3
Deprecated version: N/A|Class name: ResultCode
Method or attribute name: CANCELED = 3
Deprecated version: 9
Substitute API: N/A|@ohos.userIAM.userAuth.d.ts| +|Deprecated version changed|Class name: ResultCode
Method or attribute name: TIMEOUT = 4
Deprecated version: N/A|Class name: ResultCode
Method or attribute name: TIMEOUT = 4
Deprecated version: 9
Substitute API: N/A|@ohos.userIAM.userAuth.d.ts| +|Deprecated version changed|Class name: ResultCode
Method or attribute name: TYPE_NOT_SUPPORT = 5
Deprecated version: N/A|Class name: ResultCode
Method or attribute name: TYPE_NOT_SUPPORT = 5
Deprecated version: 9
Substitute API: N/A|@ohos.userIAM.userAuth.d.ts| +|Deprecated version changed|Class name: ResultCode
Method or attribute name: TRUST_LEVEL_NOT_SUPPORT = 6
Deprecated version: N/A|Class name: ResultCode
Method or attribute name: TRUST_LEVEL_NOT_SUPPORT = 6
Deprecated version: 9
Substitute API: N/A|@ohos.userIAM.userAuth.d.ts| +|Deprecated version changed|Class name: ResultCode
Method or attribute name: BUSY = 7
Deprecated version: N/A|Class name: ResultCode
Method or attribute name: BUSY = 7
Deprecated version: 9
Substitute API: N/A|@ohos.userIAM.userAuth.d.ts| +|Deprecated version changed|Class name: ResultCode
Method or attribute name: INVALID_PARAMETERS = 8
Deprecated version: N/A|Class name: ResultCode
Method or attribute name: INVALID_PARAMETERS = 8
Deprecated version: 9
Substitute API: N/A|@ohos.userIAM.userAuth.d.ts| +|Deprecated version changed|Class name: ResultCode
Method or attribute name: LOCKED = 9
Deprecated version: N/A|Class name: ResultCode
Method or attribute name: LOCKED = 9
Deprecated version: 9
Substitute API: N/A|@ohos.userIAM.userAuth.d.ts| +|Deprecated version changed|Class name: ResultCode
Method or attribute name: NOT_ENROLLED = 10
Deprecated version: N/A|Class name: ResultCode
Method or attribute name: NOT_ENROLLED = 10
Deprecated version: 9
Substitute API: N/A|@ohos.userIAM.userAuth.d.ts| +|Initial version changed|Class name: AuthType
Method or attribute name: type AuthType = "ALL" \| "FACE_ONLY";
Initial version: N/A|Class name: AuthType
Method or attribute name: type AuthType = "ALL" \| "FACE_ONLY";
Initial version: 6|@ohos.userIAM.userAuth.d.ts| +|Initial version changed|Class name: AuthType
Method or attribute name: type AuthType = "ALL" \| "FACE_ONLY";
Initial version: N/A|Class name: AuthType
Method or attribute name: type AuthType = "ALL" \| "FACE_ONLY";
Initial version: 6|@ohos.userIAM.userAuth.d.ts| +|Initial version changed|Class name: SecureLevel
Method or attribute name: type SecureLevel = "S1" \| "S2" \| "S3" \| "S4";
Initial version: N/A|Class name: SecureLevel
Method or attribute name: type SecureLevel = "S1" \| "S2" \| "S3" \| "S4";
Initial version: 6|@ohos.userIAM.userAuth.d.ts| +|Initial version changed|Class name: SecureLevel
Method or attribute name: type SecureLevel = "S1" \| "S2" \| "S3" \| "S4";
Initial version: N/A|Class name: SecureLevel
Method or attribute name: type SecureLevel = "S1" \| "S2" \| "S3" \| "S4";
Initial version: 6|@ohos.userIAM.userAuth.d.ts| +|Initial version changed|Class name: SecureLevel
Method or attribute name: type SecureLevel = "S1" \| "S2" \| "S3" \| "S4";
Initial version: N/A|Class name: SecureLevel
Method or attribute name: type SecureLevel = "S1" \| "S2" \| "S3" \| "S4";
Initial version: 6|@ohos.userIAM.userAuth.d.ts| +|Initial version changed|Class name: SecureLevel
Method or attribute name: type SecureLevel = "S1" \| "S2" \| "S3" \| "S4";
Initial version: N/A|Class name: SecureLevel
Method or attribute name: type SecureLevel = "S1" \| "S2" \| "S3" \| "S4";
Initial version: 6|@ohos.userIAM.userAuth.d.ts| +|Initial version changed|Class name: AuthenticationResult
Initial version: N/A|Class name: AuthenticationResult
Initial version: 6|@ohos.userIAM.userAuth.d.ts| +|Initial version changed|Class name: AuthenticationResult
Method or attribute name: NO_SUPPORT = -1
Initial version: N/A|Class name: AuthenticationResult
Method or attribute name: NO_SUPPORT = -1
Initial version: 6|@ohos.userIAM.userAuth.d.ts| +|Initial version changed|Class name: AuthenticationResult
Method or attribute name: SUCCESS = 0
Initial version: N/A|Class name: AuthenticationResult
Method or attribute name: SUCCESS = 0
Initial version: 6|@ohos.userIAM.userAuth.d.ts| +|Initial version changed|Class name: AuthenticationResult
Method or attribute name: COMPARE_FAILURE = 1
Initial version: N/A|Class name: AuthenticationResult
Method or attribute name: COMPARE_FAILURE = 1
Initial version: 6|@ohos.userIAM.userAuth.d.ts| +|Initial version changed|Class name: AuthenticationResult
Method or attribute name: CANCELED = 2
Initial version: N/A|Class name: AuthenticationResult
Method or attribute name: CANCELED = 2
Initial version: 6|@ohos.userIAM.userAuth.d.ts| +|Initial version changed|Class name: AuthenticationResult
Method or attribute name: TIMEOUT = 3
Initial version: N/A|Class name: AuthenticationResult
Method or attribute name: TIMEOUT = 3
Initial version: 6|@ohos.userIAM.userAuth.d.ts| +|Initial version changed|Class name: AuthenticationResult
Method or attribute name: CAMERA_FAIL = 4
Initial version: N/A|Class name: AuthenticationResult
Method or attribute name: CAMERA_FAIL = 4
Initial version: 6|@ohos.userIAM.userAuth.d.ts| +|Initial version changed|Class name: AuthenticationResult
Method or attribute name: BUSY = 5
Initial version: N/A|Class name: AuthenticationResult
Method or attribute name: BUSY = 5
Initial version: 6|@ohos.userIAM.userAuth.d.ts| +|Initial version changed|Class name: AuthenticationResult
Method or attribute name: INVALID_PARAMETERS = 6
Initial version: N/A|Class name: AuthenticationResult
Method or attribute name: INVALID_PARAMETERS = 6
Initial version: 6|@ohos.userIAM.userAuth.d.ts| +|Initial version changed|Class name: AuthenticationResult
Method or attribute name: LOCKED = 7
Initial version: N/A|Class name: AuthenticationResult
Method or attribute name: LOCKED = 7
Initial version: 6|@ohos.userIAM.userAuth.d.ts| +|Initial version changed|Class name: AuthenticationResult
Method or attribute name: NOT_ENROLLED = 8
Initial version: N/A|Class name: AuthenticationResult
Method or attribute name: NOT_ENROLLED = 8
Initial version: 6|@ohos.userIAM.userAuth.d.ts| +|Initial version changed|Class name: AuthenticationResult
Method or attribute name: GENERAL_ERROR = 100
Initial version: N/A|Class name: AuthenticationResult
Method or attribute name: GENERAL_ERROR = 100
Initial version: 6|@ohos.userIAM.userAuth.d.ts| +|Initial version changed|Class name: Authenticator
Initial version: N/A|Class name: Authenticator
Initial version: 6|@ohos.userIAM.userAuth.d.ts| +|Initial version changed|Class name: Authenticator
Method or attribute name: execute(type: AuthType, level: SecureLevel, callback: AsyncCallback\): void;
Initial version: N/A|Class name: Authenticator
Method or attribute name: execute(type: AuthType, level: SecureLevel, callback: AsyncCallback\): void;
Initial version: 6|@ohos.userIAM.userAuth.d.ts| +|Initial version changed|Class name: Authenticator
Method or attribute name: execute(type: AuthType, level: SecureLevel): Promise\;
Initial version: N/A|Class name: Authenticator
Method or attribute name: execute(type: AuthType, level: SecureLevel): Promise\;
Initial version: 6|@ohos.userIAM.userAuth.d.ts| +|Initial version changed|Class name: IUserAuthCallback
Initial version: N/A|Class name: IUserAuthCallback
Initial version: 8|@ohos.userIAM.userAuth.d.ts| +|Initial version changed|Class name: AuthResult
Method or attribute name: token ?: Uint8Array;
Initial version: N/A|Class name: AuthResult
Method or attribute name: token ?: Uint8Array;
Initial version: 8|@ohos.userIAM.userAuth.d.ts| +|Initial version changed|Class name: AuthResult
Method or attribute name: remainTimes ?: number;
Initial version: N/A|Class name: AuthResult
Method or attribute name: remainTimes ?: number;
Initial version: 8|@ohos.userIAM.userAuth.d.ts| +|Initial version changed|Class name: AuthResult
Method or attribute name: freezingTime ?: number;
Initial version: N/A|Class name: AuthResult
Method or attribute name: freezingTime ?: number;
Initial version: 8|@ohos.userIAM.userAuth.d.ts| +|Permission deleted|Class name: userAuth
Permission: ohos.permission.ACCESS_BIOMETRIC|Class name: userAuth
Permission: N/A|@ohos.userIAM.userAuth.d.ts| +|Permission added|Class name: Authenticator
Method or attribute name: execute(type: AuthType, level: SecureLevel, callback: AsyncCallback\): void;
Permission: N/A|Class name: Authenticator
Method or attribute name: execute(type: AuthType, level: SecureLevel, callback: AsyncCallback\): void;
Permission: ohos.permission.ACCESS_BIOMETRIC|@ohos.userIAM.userAuth.d.ts| +|Permission added|Class name: Authenticator
Method or attribute name: execute(type: AuthType, level: SecureLevel): Promise\;
Permission: N/A|Class name: Authenticator
Method or attribute name: execute(type: AuthType, level: SecureLevel): Promise\;
Permission: ohos.permission.ACCESS_BIOMETRIC|@ohos.userIAM.userAuth.d.ts| diff --git a/en/release-notes/api-diff/v3.2-Release/js-apidiff-web.md b/en/release-notes/api-diff/v3.2-Release/js-apidiff-web.md new file mode 100644 index 0000000000000000000000000000000000000000..3c4ac279b6f4f9de695f6bdfa4f7ea8fb232769d --- /dev/null +++ b/en/release-notes/api-diff/v3.2-Release/js-apidiff-web.md @@ -0,0 +1,129 @@ +| Change Type | Old Version | New Version | d.ts File | +| ---- | ------ | ------ | -------- | +|Added|NA|Module name: ohos.web.webview
Class name: webview|@ohos.web.webview.d.ts| +|Added|NA|Module name: ohos.web.webview
Class name: WebHeader|@ohos.web.webview.d.ts| +|Added|NA|Module name: ohos.web.webview
Class name: WebHeader
Method or attribute name: headerKey: string;|@ohos.web.webview.d.ts| +|Added|NA|Module name: ohos.web.webview
Class name: WebHeader
Method or attribute name: headerValue: string;|@ohos.web.webview.d.ts| +|Added|NA|Module name: ohos.web.webview
Class name: WebHitTestType|@ohos.web.webview.d.ts| +|Added|NA|Module name: ohos.web.webview
Class name: WebHitTestType
Method or attribute name: EditText|@ohos.web.webview.d.ts| +|Added|NA|Module name: ohos.web.webview
Class name: WebHitTestType
Method or attribute name: Email|@ohos.web.webview.d.ts| +|Added|NA|Module name: ohos.web.webview
Class name: WebHitTestType
Method or attribute name: HttpAnchor|@ohos.web.webview.d.ts| +|Added|NA|Module name: ohos.web.webview
Class name: WebHitTestType
Method or attribute name: HttpAnchorImg|@ohos.web.webview.d.ts| +|Added|NA|Module name: ohos.web.webview
Class name: WebHitTestType
Method or attribute name: Img|@ohos.web.webview.d.ts| +|Added|NA|Module name: ohos.web.webview
Class name: WebHitTestType
Method or attribute name: Map|@ohos.web.webview.d.ts| +|Added|NA|Module name: ohos.web.webview
Class name: WebHitTestType
Method or attribute name: Phone|@ohos.web.webview.d.ts| +|Added|NA|Module name: ohos.web.webview
Class name: WebHitTestType
Method or attribute name: Unknown|@ohos.web.webview.d.ts| +|Added|NA|Module name: ohos.web.webview
Class name: HitTestValue|@ohos.web.webview.d.ts| +|Added|NA|Module name: ohos.web.webview
Class name: HitTestValue
Method or attribute name: type: WebHitTestType;|@ohos.web.webview.d.ts| +|Added|NA|Module name: ohos.web.webview
Class name: HitTestValue
Method or attribute name: extra: string;|@ohos.web.webview.d.ts| +|Added|NA|Module name: ohos.web.webview
Class name: WebCustomScheme|@ohos.web.webview.d.ts| +|Added|NA|Module name: ohos.web.webview
Class name: WebCustomScheme
Method or attribute name: schemeName: string;|@ohos.web.webview.d.ts| +|Added|NA|Module name: ohos.web.webview
Class name: WebCustomScheme
Method or attribute name: isSupportCORS: boolean;|@ohos.web.webview.d.ts| +|Added|NA|Module name: ohos.web.webview
Class name: WebCustomScheme
Method or attribute name: isSupportFetch: boolean;|@ohos.web.webview.d.ts| +|Added|NA|Module name: ohos.web.webview
Class name: WebStorageOrigin|@ohos.web.webview.d.ts| +|Added|NA|Module name: ohos.web.webview
Class name: WebStorageOrigin
Method or attribute name: origin: string;|@ohos.web.webview.d.ts| +|Added|NA|Module name: ohos.web.webview
Class name: WebStorageOrigin
Method or attribute name: usage: number;|@ohos.web.webview.d.ts| +|Added|NA|Module name: ohos.web.webview
Class name: WebStorageOrigin
Method or attribute name: quota: number;|@ohos.web.webview.d.ts| +|Added|NA|Module name: ohos.web.webview
Class name: webview
Method or attribute name: function once(type: string, callback: Callback\): void;|@ohos.web.webview.d.ts| +|Added|NA|Module name: ohos.web.webview
Class name: WebStorage|@ohos.web.webview.d.ts| +|Added|NA|Module name: ohos.web.webview
Class name: WebStorage
Method or attribute name: static deleteAllData(): void;|@ohos.web.webview.d.ts| +|Added|NA|Module name: ohos.web.webview
Class name: WebStorage
Method or attribute name: static deleteOrigin(origin: string): void;|@ohos.web.webview.d.ts| +|Added|NA|Module name: ohos.web.webview
Class name: WebStorage
Method or attribute name: static getOrigins(): Promise\>;|@ohos.web.webview.d.ts| +|Added|NA|Module name: ohos.web.webview
Class name: WebStorage
Method or attribute name: static getOrigins(callback: AsyncCallback\>): void;|@ohos.web.webview.d.ts| +|Added|NA|Module name: ohos.web.webview
Class name: WebStorage
Method or attribute name: static getOriginQuota(origin: string): Promise\;|@ohos.web.webview.d.ts| +|Added|NA|Module name: ohos.web.webview
Class name: WebStorage
Method or attribute name: static getOriginQuota(origin: string, callback: AsyncCallback\): void;|@ohos.web.webview.d.ts| +|Added|NA|Module name: ohos.web.webview
Class name: WebStorage
Method or attribute name: static getOriginUsage(origin: string): Promise\ ;|@ohos.web.webview.d.ts| +|Added|NA|Module name: ohos.web.webview
Class name: WebStorage
Method or attribute name: static getOriginUsage(origin: string, callback: AsyncCallback\): void;|@ohos.web.webview.d.ts| +|Added|NA|Module name: ohos.web.webview
Class name: WebDataBase|@ohos.web.webview.d.ts| +|Added|NA|Module name: ohos.web.webview
Class name: WebDataBase
Method or attribute name: static existHttpAuthCredentials(): boolean;|@ohos.web.webview.d.ts| +|Added|NA|Module name: ohos.web.webview
Class name: WebDataBase
Method or attribute name: static deleteHttpAuthCredentials(): void;|@ohos.web.webview.d.ts| +|Added|NA|Module name: ohos.web.webview
Class name: WebDataBase
Method or attribute name: static getHttpAuthCredentials(host: string, realm: string): Array\;|@ohos.web.webview.d.ts| +|Added|NA|Module name: ohos.web.webview
Class name: WebDataBase
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
Class name: GeolocationPermissions|@ohos.web.webview.d.ts| +|Added|NA|Module name: ohos.web.webview
Class name: GeolocationPermissions
Method or attribute name: static allowGeolocation(origin: string): void;|@ohos.web.webview.d.ts| +|Added|NA|Module name: ohos.web.webview
Class name: GeolocationPermissions
Method or attribute name: static deleteGeolocation(origin: string): void;|@ohos.web.webview.d.ts| +|Added|NA|Module name: ohos.web.webview
Class name: GeolocationPermissions
Method or attribute name: static deleteAllGeolocation(): void;|@ohos.web.webview.d.ts| +|Added|NA|Module name: ohos.web.webview
Class name: GeolocationPermissions
Method or attribute name: static getAccessibleGeolocation(origin: string): Promise\;|@ohos.web.webview.d.ts| +|Added|NA|Module name: ohos.web.webview
Class name: GeolocationPermissions
Method or attribute name: static getAccessibleGeolocation(origin: string, callback: AsyncCallback\): void;|@ohos.web.webview.d.ts| +|Added|NA|Module name: ohos.web.webview
Class name: GeolocationPermissions
Method or attribute name: static getStoredGeolocation(): Promise\>;|@ohos.web.webview.d.ts| +|Added|NA|Module name: ohos.web.webview
Class name: GeolocationPermissions
Method or attribute name: static getStoredGeolocation(callback: AsyncCallback\>): void;|@ohos.web.webview.d.ts| +|Added|NA|Module name: ohos.web.webview
Class name: WebCookieManager|@ohos.web.webview.d.ts| +|Added|NA|Module name: ohos.web.webview
Class name: WebCookieManager
Method or attribute name: static getCookie(url: string): string;|@ohos.web.webview.d.ts| +|Added|NA|Module name: ohos.web.webview
Class name: WebCookieManager
Method or attribute name: static setCookie(url: string, value: string): void;|@ohos.web.webview.d.ts| +|Added|NA|Module name: ohos.web.webview
Class name: WebCookieManager
Method or attribute name: static saveCookieAsync(): Promise\;|@ohos.web.webview.d.ts| +|Added|NA|Module name: ohos.web.webview
Class name: WebCookieManager
Method or attribute name: static saveCookieAsync(callback: AsyncCallback\): void;|@ohos.web.webview.d.ts| +|Added|NA|Module name: ohos.web.webview
Class name: WebCookieManager
Method or attribute name: static isCookieAllowed(): boolean;|@ohos.web.webview.d.ts| +|Added|NA|Module name: ohos.web.webview
Class name: WebCookieManager
Method or attribute name: static putAcceptCookieEnabled(accept: boolean): void;|@ohos.web.webview.d.ts| +|Added|NA|Module name: ohos.web.webview
Class name: WebCookieManager
Method or attribute name: static isThirdPartyCookieAllowed(): boolean;|@ohos.web.webview.d.ts| +|Added|NA|Module name: ohos.web.webview
Class name: WebCookieManager
Method or attribute name: static putAcceptThirdPartyCookieEnabled(accept: boolean): void;|@ohos.web.webview.d.ts| +|Added|NA|Module name: ohos.web.webview
Class name: WebCookieManager
Method or attribute name: static existCookie(): boolean;|@ohos.web.webview.d.ts| +|Added|NA|Module name: ohos.web.webview
Class name: WebCookieManager
Method or attribute name: static deleteEntireCookie(): void;|@ohos.web.webview.d.ts| +|Added|NA|Module name: ohos.web.webview
Class name: WebCookieManager
Method or attribute name: static deleteSessionCookie(): void;|@ohos.web.webview.d.ts| +|Added|NA|Module name: ohos.web.webview
Class name: WebMessagePort|@ohos.web.webview.d.ts| +|Added|NA|Module name: ohos.web.webview
Class name: WebMessagePort
Method or attribute name: close(): void;|@ohos.web.webview.d.ts| +|Added|NA|Module name: ohos.web.webview
Class name: WebMessagePort
Method or attribute name: postMessageEvent(message: WebMessage): void;|@ohos.web.webview.d.ts| +|Added|NA|Module name: ohos.web.webview
Class name: WebMessagePort
Method or attribute name: onMessageEvent(callback: (result: WebMessage) => void): void;|@ohos.web.webview.d.ts| +|Added|NA|Module name: ohos.web.webview
Class name: HistoryItem|@ohos.web.webview.d.ts| +|Added|NA|Module name: ohos.web.webview
Class name: HistoryItem
Method or attribute name: icon: image.PixelMap;|@ohos.web.webview.d.ts| +|Added|NA|Module name: ohos.web.webview
Class name: HistoryItem
Method or attribute name: historyUrl: string;|@ohos.web.webview.d.ts| +|Added|NA|Module name: ohos.web.webview
Class name: HistoryItem
Method or attribute name: historyRawUrl: string;|@ohos.web.webview.d.ts| +|Added|NA|Module name: ohos.web.webview
Class name: HistoryItem
Method or attribute name: title: string;|@ohos.web.webview.d.ts| +|Added|NA|Module name: ohos.web.webview
Class name: BackForwardList|@ohos.web.webview.d.ts| +|Added|NA|Module name: ohos.web.webview
Class name: BackForwardList
Method or attribute name: currentIndex: number;|@ohos.web.webview.d.ts| +|Added|NA|Module name: ohos.web.webview
Class name: BackForwardList
Method or attribute name: size: number;|@ohos.web.webview.d.ts| +|Added|NA|Module name: ohos.web.webview
Class name: BackForwardList
Method or attribute name: getItemAtIndex(index: number): HistoryItem;|@ohos.web.webview.d.ts| +|Added|NA|Module name: ohos.web.webview
Class name: WebviewController|@ohos.web.webview.d.ts| +|Added|NA|Module name: ohos.web.webview
Class name: WebviewController
Method or attribute name: static initializeWebEngine(): void;|@ohos.web.webview.d.ts| +|Added|NA|Module name: ohos.web.webview
Class name: WebviewController
Method or attribute name: static setWebDebuggingAccess(webDebuggingAccess: boolean): void;|@ohos.web.webview.d.ts| +|Added|NA|Module name: ohos.web.webview
Class name: WebviewController
Method or attribute name: accessForward(): boolean;|@ohos.web.webview.d.ts| +|Added|NA|Module name: ohos.web.webview
Class name: WebviewController
Method or attribute name: accessBackward(): boolean;|@ohos.web.webview.d.ts| +|Added|NA|Module name: ohos.web.webview
Class name: WebviewController
Method or attribute name: accessStep(step: number): boolean;|@ohos.web.webview.d.ts| +|Added|NA|Module name: ohos.web.webview
Class name: WebviewController
Method or attribute name: forward(): void;|@ohos.web.webview.d.ts| +|Added|NA|Module name: ohos.web.webview
Class name: WebviewController
Method or attribute name: backward(): void;|@ohos.web.webview.d.ts| +|Added|NA|Module name: ohos.web.webview
Class name: WebviewController
Method or attribute name: clearHistory(): void;|@ohos.web.webview.d.ts| +|Added|NA|Module name: ohos.web.webview
Class name: WebviewController
Method or attribute name: onActive(): void;|@ohos.web.webview.d.ts| +|Added|NA|Module name: ohos.web.webview
Class name: WebviewController
Method or attribute name: onInactive(): void;|@ohos.web.webview.d.ts| +|Added|NA|Module name: ohos.web.webview
Class name: WebviewController
Method or attribute name: refresh(): void;|@ohos.web.webview.d.ts| +|Added|NA|Module name: ohos.web.webview
Class name: WebviewController
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
Class name: WebviewController
Method or attribute name: loadUrl(url: string \| Resource, headers?: Array\): void;|@ohos.web.webview.d.ts| +|Added|NA|Module name: ohos.web.webview
Class name: WebviewController
Method or attribute name: getHitTest(): WebHitTestType;|@ohos.web.webview.d.ts| +|Added|NA|Module name: ohos.web.webview
Class name: WebviewController
Method or attribute name: storeWebArchive(baseName: string, autoName: boolean): Promise\;|@ohos.web.webview.d.ts| +|Added|NA|Module name: ohos.web.webview
Class name: WebviewController
Method or attribute name: storeWebArchive(baseName: string, autoName: boolean, callback: AsyncCallback\): void;|@ohos.web.webview.d.ts| +|Added|NA|Module name: ohos.web.webview
Class name: WebviewController
Method or attribute name: zoom(factor: number): void;|@ohos.web.webview.d.ts| +|Added|NA|Module name: ohos.web.webview
Class name: WebviewController
Method or attribute name: zoomIn(): void;|@ohos.web.webview.d.ts| +|Added|NA|Module name: ohos.web.webview
Class name: WebviewController
Method or attribute name: zoomOut(): void;|@ohos.web.webview.d.ts| +|Added|NA|Module name: ohos.web.webview
Class name: WebviewController
Method or attribute name: getHitTestValue(): HitTestValue;|@ohos.web.webview.d.ts| +|Added|NA|Module name: ohos.web.webview
Class name: WebviewController
Method or attribute name: getWebId(): number;|@ohos.web.webview.d.ts| +|Added|NA|Module name: ohos.web.webview
Class name: WebviewController
Method or attribute name: getUserAgent(): string;|@ohos.web.webview.d.ts| +|Added|NA|Module name: ohos.web.webview
Class name: WebviewController
Method or attribute name: getTitle(): string;|@ohos.web.webview.d.ts| +|Added|NA|Module name: ohos.web.webview
Class name: WebviewController
Method or attribute name: getPageHeight(): number;|@ohos.web.webview.d.ts| +|Added|NA|Module name: ohos.web.webview
Class name: WebviewController
Method or attribute name: backOrForward(step: number): void;|@ohos.web.webview.d.ts| +|Added|NA|Module name: ohos.web.webview
Class name: WebviewController
Method or attribute name: requestFocus(): void;|@ohos.web.webview.d.ts| +|Added|NA|Module name: ohos.web.webview
Class name: WebviewController
Method or attribute name: createWebMessagePorts(): Array\;|@ohos.web.webview.d.ts| +|Added|NA|Module name: ohos.web.webview
Class name: WebviewController
Method or attribute name: postMessage(name: string, ports: Array\, uri: string): void;|@ohos.web.webview.d.ts| +|Added|NA|Module name: ohos.web.webview
Class name: WebviewController
Method or attribute name: stop(): void;|@ohos.web.webview.d.ts| +|Added|NA|Module name: ohos.web.webview
Class name: WebviewController
Method or attribute name: registerJavaScriptProxy(object: object, name: string, methodList: Array\): void;|@ohos.web.webview.d.ts| +|Added|NA|Module name: ohos.web.webview
Class name: WebviewController
Method or attribute name: deleteJavaScriptRegister(name: string): void;|@ohos.web.webview.d.ts| +|Added|NA|Module name: ohos.web.webview
Class name: WebviewController
Method or attribute name: searchAllAsync(searchString: string): void;|@ohos.web.webview.d.ts| +|Added|NA|Module name: ohos.web.webview
Class name: WebviewController
Method or attribute name: clearMatches(): void;|@ohos.web.webview.d.ts| +|Added|NA|Module name: ohos.web.webview
Class name: WebviewController
Method or attribute name: searchNext(forward: boolean): void;|@ohos.web.webview.d.ts| +|Added|NA|Module name: ohos.web.webview
Class name: WebviewController
Method or attribute name: clearSslCache(): void;|@ohos.web.webview.d.ts| +|Added|NA|Module name: ohos.web.webview
Class name: WebviewController
Method or attribute name: clearClientAuthenticationCache(): void;|@ohos.web.webview.d.ts| +|Added|NA|Module name: ohos.web.webview
Class name: WebviewController
Method or attribute name: runJavaScript(script: string): Promise\;|@ohos.web.webview.d.ts| +|Added|NA|Module name: ohos.web.webview
Class name: WebviewController
Method or attribute name: runJavaScript(script: string, callback: AsyncCallback\): void;|@ohos.web.webview.d.ts| +|Added|NA|Module name: ohos.web.webview
Class name: WebviewController
Method or attribute name: getUrl(): string;|@ohos.web.webview.d.ts| +|Added|NA|Module name: ohos.web.webview
Class name: WebviewController
Method or attribute name: pageUp(top:boolean): void;|@ohos.web.webview.d.ts| +|Added|NA|Module name: ohos.web.webview
Class name: WebviewController
Method or attribute name: pageDown(bottom:boolean): void;|@ohos.web.webview.d.ts| +|Added|NA|Module name: ohos.web.webview
Class name: WebviewController
Method or attribute name: getOriginalUrl(): string;|@ohos.web.webview.d.ts| +|Added|NA|Module name: ohos.web.webview
Class name: WebviewController
Method or attribute name: getFavicon(): image.PixelMap;|@ohos.web.webview.d.ts| +|Added|NA|Module name: ohos.web.webview
Class name: WebviewController
Method or attribute name: setNetworkAvailable(enable: boolean): void;|@ohos.web.webview.d.ts| +|Added|NA|Module name: ohos.web.webview
Class name: WebviewController
Method or attribute name: hasImage(): Promise\;|@ohos.web.webview.d.ts| +|Added|NA|Module name: ohos.web.webview
Class name: WebviewController
Method or attribute name: hasImage(callback: AsyncCallback\): void;|@ohos.web.webview.d.ts| +|Added|NA|Module name: ohos.web.webview
Class name: WebviewController
Method or attribute name: getBackForwardEntries(): BackForwardList;|@ohos.web.webview.d.ts| +|Added|NA|Module name: ohos.web.webview
Class name: WebviewController
Method or attribute name: removeCache(clearRom: boolean): void;|@ohos.web.webview.d.ts| +|Added|NA|Module name: ohos.web.webview
Class name: WebviewController
Method or attribute name: scrollTo(x:number, y:number): void;|@ohos.web.webview.d.ts| +|Added|NA|Module name: ohos.web.webview
Class name: WebviewController
Method or attribute name: scrollBy(deltaX:number, deltaY:number): void;|@ohos.web.webview.d.ts| +|Added|NA|Module name: ohos.web.webview
Class name: WebviewController
Method or attribute name: slideScroll(vx:number, vy:number): void;|@ohos.web.webview.d.ts| +|Added|NA|Module name: ohos.web.webview
Class name: WebviewController
Method or attribute name: serializeWebState(): Uint8Array;|@ohos.web.webview.d.ts| +|Added|NA|Module name: ohos.web.webview
Class name: WebviewController
Method or attribute name: restoreWebState(state: Uint8Array): void;|@ohos.web.webview.d.ts| +|Added|NA|Module name: ohos.web.webview
Class name: WebviewController
Method or attribute name: static customizeSchemes(schemes: Array\): void;|@ohos.web.webview.d.ts| diff --git a/en/release-notes/api-diff/v3.2-Release/js-apidiff-window.md b/en/release-notes/api-diff/v3.2-Release/js-apidiff-window.md new file mode 100644 index 0000000000000000000000000000000000000000..a15228458f6c92abe2ab29699ab4ff9141a3b4ad --- /dev/null +++ b/en/release-notes/api-diff/v3.2-Release/js-apidiff-window.md @@ -0,0 +1,467 @@ +| Change Type | Old Version | New Version | d.ts File | +| ---- | ------ | ------ | -------- | +|Added|NA|Module name: ohos.animation.windowAnimationManager
Class name: windowAnimationManager|@ohos.animation.windowAnimationManager.d.ts| +|Added|NA|Module name: ohos.animation.windowAnimationManager
Class name: windowAnimationManager
Method or attribute name: function setController(controller: WindowAnimationController): void;|@ohos.animation.windowAnimationManager.d.ts| +|Added|NA|Module name: ohos.animation.windowAnimationManager
Class name: windowAnimationManager
Method or attribute name: function minimizeWindowWithAnimation(windowTarget: WindowAnimationTarget,
callback: AsyncCallback\): void;|@ohos.animation.windowAnimationManager.d.ts| +|Added|NA|Module name: ohos.animation.windowAnimationManager
Class name: windowAnimationManager
Method or attribute name: function minimizeWindowWithAnimation(windowTarget: WindowAnimationTarget): Promise\;|@ohos.animation.windowAnimationManager.d.ts| +|Added|NA|Module name: ohos.animation.windowAnimationManager
Class name: RRect|@ohos.animation.windowAnimationManager.d.ts| +|Added|NA|Module name: ohos.animation.windowAnimationManager
Class name: RRect
Method or attribute name: left: number;|@ohos.animation.windowAnimationManager.d.ts| +|Added|NA|Module name: ohos.animation.windowAnimationManager
Class name: RRect
Method or attribute name: top: number;|@ohos.animation.windowAnimationManager.d.ts| +|Added|NA|Module name: ohos.animation.windowAnimationManager
Class name: RRect
Method or attribute name: width: number;|@ohos.animation.windowAnimationManager.d.ts| +|Added|NA|Module name: ohos.animation.windowAnimationManager
Class name: RRect
Method or attribute name: height: number;|@ohos.animation.windowAnimationManager.d.ts| +|Added|NA|Module name: ohos.animation.windowAnimationManager
Class name: RRect
Method or attribute name: radius: number;|@ohos.animation.windowAnimationManager.d.ts| +|Added|NA|Module name: ohos.animation.windowAnimationManager
Class name: WindowAnimationTarget|@ohos.animation.windowAnimationManager.d.ts| +|Added|NA|Module name: ohos.animation.windowAnimationManager
Class name: WindowAnimationTarget
Method or attribute name: readonly bundleName: string;|@ohos.animation.windowAnimationManager.d.ts| +|Added|NA|Module name: ohos.animation.windowAnimationManager
Class name: WindowAnimationTarget
Method or attribute name: readonly abilityName: string;|@ohos.animation.windowAnimationManager.d.ts| +|Added|NA|Module name: ohos.animation.windowAnimationManager
Class name: WindowAnimationTarget
Method or attribute name: readonly windowBounds: RRect;|@ohos.animation.windowAnimationManager.d.ts| +|Added|NA|Module name: ohos.animation.windowAnimationManager
Class name: WindowAnimationTarget
Method or attribute name: readonly missionId: number;|@ohos.animation.windowAnimationManager.d.ts| +|Added|NA|Module name: ohos.animation.windowAnimationManager
Class name: WindowAnimationFinishedCallback|@ohos.animation.windowAnimationManager.d.ts| +|Added|NA|Module name: ohos.animation.windowAnimationManager
Class name: WindowAnimationFinishedCallback
Method or attribute name: onAnimationFinish(): void;|@ohos.animation.windowAnimationManager.d.ts| +|Added|NA|Module name: ohos.animation.windowAnimationManager
Class name: WindowAnimationController|@ohos.animation.windowAnimationManager.d.ts| +|Added|NA|Module name: ohos.animation.windowAnimationManager
Class name: WindowAnimationController
Method or attribute name: onStartAppFromLauncher(startingWindowTarget: WindowAnimationTarget,
finishCallback: WindowAnimationFinishedCallback): void;|@ohos.animation.windowAnimationManager.d.ts| +|Added|NA|Module name: ohos.animation.windowAnimationManager
Class name: WindowAnimationController
Method or attribute name: onStartAppFromRecent(startingWindowTarget: WindowAnimationTarget,
finishCallback: WindowAnimationFinishedCallback): void;|@ohos.animation.windowAnimationManager.d.ts| +|Added|NA|Module name: ohos.animation.windowAnimationManager
Class name: WindowAnimationController
Method or attribute name: onStartAppFromOther(startingWindowTarget: WindowAnimationTarget,
finishCallback: WindowAnimationFinishedCallback): void;|@ohos.animation.windowAnimationManager.d.ts| +|Added|NA|Module name: ohos.animation.windowAnimationManager
Class name: WindowAnimationController
Method or attribute name: onAppTransition(fromWindowTarget: WindowAnimationTarget, toWindowTarget: WindowAnimationTarget,
finishCallback: WindowAnimationFinishedCallback): void;|@ohos.animation.windowAnimationManager.d.ts| +|Added|NA|Module name: ohos.animation.windowAnimationManager
Class name: WindowAnimationController
Method or attribute name: onMinimizeWindow(minimizingWindowTarget: WindowAnimationTarget,
finishCallback: WindowAnimationFinishedCallback): void;|@ohos.animation.windowAnimationManager.d.ts| +|Added|NA|Module name: ohos.animation.windowAnimationManager
Class name: WindowAnimationController
Method or attribute name: onCloseWindow(closingWindowTarget: WindowAnimationTarget, finishCallback: WindowAnimationFinishedCallback): void;|@ohos.animation.windowAnimationManager.d.ts| +|Added|NA|Module name: ohos.animation.windowAnimationManager
Class name: WindowAnimationController
Method or attribute name: onScreenUnlock(finishCallback: WindowAnimationFinishedCallback): void;|@ohos.animation.windowAnimationManager.d.ts| +|Added|NA|Module name: ohos.animation.windowAnimationManager
Class name: WindowAnimationController
Method or attribute name: onWindowAnimationTargetsUpdate(fullScreenWindowTarget: WindowAnimationTarget,
floatingWindowTargets: Array\): void;|@ohos.animation.windowAnimationManager.d.ts| +|Added|NA|Module name: ohos.application.WindowExtensionAbility
Class name: WindowExtensionAbility|@ohos.application.WindowExtensionAbility.d.ts| +|Added|NA|Module name: ohos.application.WindowExtensionAbility
Class name: WindowExtensionAbility
Method or attribute name: context: WindowExtensionContext;|@ohos.application.WindowExtensionAbility.d.ts| +|Added|NA|Module name: ohos.application.WindowExtensionAbility
Class name: WindowExtensionAbility
Method or attribute name: onConnect(want: Want): void;|@ohos.application.WindowExtensionAbility.d.ts| +|Added|NA|Module name: ohos.application.WindowExtensionAbility
Class name: WindowExtensionAbility
Method or attribute name: onDisconnect(want: Want): void;|@ohos.application.WindowExtensionAbility.d.ts| +|Added|NA|Module name: ohos.application.WindowExtensionAbility
Class name: WindowExtensionAbility
Method or attribute name: onWindowReady(window: window.Window): void;|@ohos.application.WindowExtensionAbility.d.ts| +|Added|NA|Class name: display
Method or attribute name: function getDefaultDisplaySync(): Display;|@ohos.display.d.ts| +|Added|NA|Class name: display
Method or attribute name: function getAllDisplays(callback: AsyncCallback\>): void;|@ohos.display.d.ts| +|Added|NA|Class name: display
Method or attribute name: function getAllDisplays(): Promise\>;|@ohos.display.d.ts| +|Added|NA|Class name: display
Method or attribute name: function hasPrivateWindow(displayId: number): boolean;|@ohos.display.d.ts| +|Added|NA|Module name: ohos.display
Class name: Rect|@ohos.display.d.ts| +|Added|NA|Class name: Rect
Method or attribute name: |@ohos.display.d.ts| +|Added|NA|Module name: ohos.display
Class name: Rect
Method or attribute name: left: number;|@ohos.display.d.ts| +|Added|NA|Class name: Rect
Method or attribute name: left: number;|@ohos.display.d.ts| +|Added|NA|Module name: ohos.display
Class name: Rect
Method or attribute name: top: number;|@ohos.display.d.ts| +|Added|NA|Class name: Rect
Method or attribute name: top: number;|@ohos.display.d.ts| +|Added|NA|Module name: ohos.display
Class name: Rect
Method or attribute name: width: number;|@ohos.display.d.ts| +|Added|NA|Class name: Rect
Method or attribute name: width: number;|@ohos.display.d.ts| +|Added|NA|Module name: ohos.display
Class name: Rect
Method or attribute name: height: number;|@ohos.display.d.ts| +|Added|NA|Class name: Rect
Method or attribute name: height: number;|@ohos.display.d.ts| +|Added|NA|Module name: ohos.display
Class name: WaterfallDisplayAreaRects|@ohos.display.d.ts| +|Added|NA|Class name: WaterfallDisplayAreaRects
Method or attribute name: |@ohos.display.d.ts| +|Added|NA|Module name: ohos.display
Class name: WaterfallDisplayAreaRects
Method or attribute name: readonly left: Rect;|@ohos.display.d.ts| +|Added|NA|Class name: WaterfallDisplayAreaRects
Method or attribute name: readonly left: Rect;|@ohos.display.d.ts| +|Added|NA|Module name: ohos.display
Class name: WaterfallDisplayAreaRects
Method or attribute name: readonly right: Rect;|@ohos.display.d.ts| +|Added|NA|Class name: WaterfallDisplayAreaRects
Method or attribute name: readonly right: Rect;|@ohos.display.d.ts| +|Added|NA|Module name: ohos.display
Class name: WaterfallDisplayAreaRects
Method or attribute name: readonly top: Rect;|@ohos.display.d.ts| +|Added|NA|Class name: WaterfallDisplayAreaRects
Method or attribute name: readonly top: Rect;|@ohos.display.d.ts| +|Added|NA|Module name: ohos.display
Class name: WaterfallDisplayAreaRects
Method or attribute name: readonly bottom: Rect;|@ohos.display.d.ts| +|Added|NA|Class name: WaterfallDisplayAreaRects
Method or attribute name: readonly bottom: Rect;|@ohos.display.d.ts| +|Added|NA|Module name: ohos.display
Class name: CutoutInfo|@ohos.display.d.ts| +|Added|NA|Class name: CutoutInfo
Method or attribute name: |@ohos.display.d.ts| +|Added|NA|Module name: ohos.display
Class name: CutoutInfo
Method or attribute name: readonly boundingRects: Array\;|@ohos.display.d.ts| +|Added|NA|Class name: CutoutInfo
Method or attribute name: readonly boundingRects: Array\;|@ohos.display.d.ts| +|Added|NA|Module name: ohos.display
Class name: CutoutInfo
Method or attribute name: readonly waterfallDisplayAreaRects: WaterfallDisplayAreaRects;|@ohos.display.d.ts| +|Added|NA|Class name: CutoutInfo
Method or attribute name: readonly waterfallDisplayAreaRects: WaterfallDisplayAreaRects;|@ohos.display.d.ts| +|Added|NA|Module name: ohos.display
Class name: Display
Method or attribute name: getCutoutInfo(callback: AsyncCallback\): void;|@ohos.display.d.ts| +|Added|NA|Class name: Display
Method or attribute name: getCutoutInfo(callback: AsyncCallback\): void;|@ohos.display.d.ts| +|Added|NA|Module name: ohos.display
Class name: Display
Method or attribute name: getCutoutInfo(): Promise\;|@ohos.display.d.ts| +|Added|NA|Class name: Display
Method or attribute name: getCutoutInfo(): Promise\;|@ohos.display.d.ts| +|Added|NA|Module name: ohos.screen
Class name: screen|@ohos.screen.d.ts| +|Added|NA|Module name: ohos.screen
Class name: screen
Method or attribute name: function getAllScreens(callback: AsyncCallback\>): void;|@ohos.screen.d.ts| +|Added|NA|Module name: ohos.screen
Class name: screen
Method or attribute name: function getAllScreens(): Promise\>;|@ohos.screen.d.ts| +|Added|NA|Module name: ohos.screen
Class name: screen
Method or attribute name: function on(eventType: 'connect' \| 'disconnect' \| 'change', callback: Callback\): void;|@ohos.screen.d.ts| +|Added|NA|Module name: ohos.screen
Class name: screen
Method or attribute name: function on(eventType: 'connect' \| 'disconnect' \| 'change', callback: Callback\): void;|@ohos.screen.d.ts| +|Added|NA|Module name: ohos.screen
Class name: screen
Method or attribute name: function on(eventType: 'connect' \| 'disconnect' \| 'change', callback: Callback\): void;|@ohos.screen.d.ts| +|Added|NA|Module name: ohos.screen
Class name: screen
Method or attribute name: function off(eventType: 'connect' \| 'disconnect' \| 'change', callback?: Callback\): void;|@ohos.screen.d.ts| +|Added|NA|Module name: ohos.screen
Class name: screen
Method or attribute name: function off(eventType: 'connect' \| 'disconnect' \| 'change', callback?: Callback\): void;|@ohos.screen.d.ts| +|Added|NA|Module name: ohos.screen
Class name: screen
Method or attribute name: function off(eventType: 'connect' \| 'disconnect' \| 'change', callback?: Callback\): void;|@ohos.screen.d.ts| +|Added|NA|Module name: ohos.screen
Class name: screen
Method or attribute name: function makeExpand(options:Array\, callback: AsyncCallback\): void;|@ohos.screen.d.ts| +|Added|NA|Module name: ohos.screen
Class name: screen
Method or attribute name: function makeExpand(options:Array\): Promise\;|@ohos.screen.d.ts| +|Added|NA|Module name: ohos.screen
Class name: screen
Method or attribute name: function makeMirror(mainScreen:number, mirrorScreen:Array\, callback: AsyncCallback\): void;|@ohos.screen.d.ts| +|Added|NA|Module name: ohos.screen
Class name: screen
Method or attribute name: function makeMirror(mainScreen:number, mirrorScreen:Array\): Promise\;|@ohos.screen.d.ts| +|Added|NA|Module name: ohos.screen
Class name: screen
Method or attribute name: function createVirtualScreen(options:VirtualScreenOption, callback: AsyncCallback\): void;|@ohos.screen.d.ts| +|Added|NA|Module name: ohos.screen
Class name: screen
Method or attribute name: function createVirtualScreen(options:VirtualScreenOption): Promise\;|@ohos.screen.d.ts| +|Added|NA|Module name: ohos.screen
Class name: screen
Method or attribute name: function destroyVirtualScreen(screenId:number, callback: AsyncCallback\): void;|@ohos.screen.d.ts| +|Added|NA|Module name: ohos.screen
Class name: screen
Method or attribute name: function destroyVirtualScreen(screenId:number): Promise\;|@ohos.screen.d.ts| +|Added|NA|Module name: ohos.screen
Class name: screen
Method or attribute name: function setVirtualScreenSurface(screenId:number, surfaceId: string, callback: AsyncCallback\): void;|@ohos.screen.d.ts| +|Added|NA|Module name: ohos.screen
Class name: screen
Method or attribute name: function setVirtualScreenSurface(screenId:number, surfaceId: string): Promise\;|@ohos.screen.d.ts| +|Added|NA|Module name: ohos.screen
Class name: screen
Method or attribute name: function isScreenRotationLocked(callback: AsyncCallback\): void;|@ohos.screen.d.ts| +|Added|NA|Module name: ohos.screen
Class name: screen
Method or attribute name: function isScreenRotationLocked(): Promise\;|@ohos.screen.d.ts| +|Added|NA|Module name: ohos.screen
Class name: screen
Method or attribute name: function setScreenRotationLocked(isLocked:boolean, callback: AsyncCallback\): void;|@ohos.screen.d.ts| +|Added|NA|Module name: ohos.screen
Class name: screen
Method or attribute name: function setScreenRotationLocked(isLocked:boolean): Promise\;|@ohos.screen.d.ts| +|Added|NA|Module name: ohos.screen
Class name: ExpandOption|@ohos.screen.d.ts| +|Added|NA|Module name: ohos.screen
Class name: ExpandOption
Method or attribute name: screenId: number;|@ohos.screen.d.ts| +|Added|NA|Module name: ohos.screen
Class name: ExpandOption
Method or attribute name: startX: number;|@ohos.screen.d.ts| +|Added|NA|Module name: ohos.screen
Class name: ExpandOption
Method or attribute name: startY: number;|@ohos.screen.d.ts| +|Added|NA|Module name: ohos.screen
Class name: VirtualScreenOption|@ohos.screen.d.ts| +|Added|NA|Module name: ohos.screen
Class name: VirtualScreenOption
Method or attribute name: name: string|@ohos.screen.d.ts| +|Added|NA|Module name: ohos.screen
Class name: VirtualScreenOption
Method or attribute name: width: number|@ohos.screen.d.ts| +|Added|NA|Module name: ohos.screen
Class name: VirtualScreenOption
Method or attribute name: height: number|@ohos.screen.d.ts| +|Added|NA|Module name: ohos.screen
Class name: VirtualScreenOption
Method or attribute name: density: number|@ohos.screen.d.ts| +|Added|NA|Module name: ohos.screen
Class name: VirtualScreenOption
Method or attribute name: surfaceId: string|@ohos.screen.d.ts| +|Added|NA|Module name: ohos.screen
Class name: Screen|@ohos.screen.d.ts| +|Added|NA|Module name: ohos.screen
Class name: Screen
Method or attribute name: readonly id: number;|@ohos.screen.d.ts| +|Added|NA|Module name: ohos.screen
Class name: Screen
Method or attribute name: readonly parent: number;|@ohos.screen.d.ts| +|Added|NA|Module name: ohos.screen
Class name: Screen
Method or attribute name: readonly supportedModeInfo: Array\;|@ohos.screen.d.ts| +|Added|NA|Module name: ohos.screen
Class name: Screen
Method or attribute name: readonly activeModeIndex: number;|@ohos.screen.d.ts| +|Added|NA|Module name: ohos.screen
Class name: Screen
Method or attribute name: readonly orientation: Orientation;|@ohos.screen.d.ts| +|Added|NA|Module name: ohos.screen
Class name: Screen
Method or attribute name: setOrientation(orientation: Orientation, callback: AsyncCallback\): void;|@ohos.screen.d.ts| +|Added|NA|Module name: ohos.screen
Class name: Screen
Method or attribute name: setOrientation(orientation: Orientation): Promise\;|@ohos.screen.d.ts| +|Added|NA|Module name: ohos.screen
Class name: Screen
Method or attribute name: setScreenActiveMode(modeIndex: number, callback: AsyncCallback\): void;|@ohos.screen.d.ts| +|Added|NA|Module name: ohos.screen
Class name: Screen
Method or attribute name: setScreenActiveMode(modeIndex: number): Promise\;|@ohos.screen.d.ts| +|Added|NA|Module name: ohos.screen
Class name: Screen
Method or attribute name: setDensityDpi(densityDpi: number, callback: AsyncCallback\): void;|@ohos.screen.d.ts| +|Added|NA|Module name: ohos.screen
Class name: Screen
Method or attribute name: setDensityDpi(densityDpi: number): Promise\;|@ohos.screen.d.ts| +|Added|NA|Module name: ohos.screen
Class name: Orientation|@ohos.screen.d.ts| +|Added|NA|Module name: ohos.screen
Class name: Orientation
Method or attribute name: UNSPECIFIED = 0|@ohos.screen.d.ts| +|Added|NA|Module name: ohos.screen
Class name: Orientation
Method or attribute name: VERTICAL = 1|@ohos.screen.d.ts| +|Added|NA|Module name: ohos.screen
Class name: Orientation
Method or attribute name: HORIZONTAL = 2|@ohos.screen.d.ts| +|Added|NA|Module name: ohos.screen
Class name: Orientation
Method or attribute name: REVERSE_VERTICAL = 3|@ohos.screen.d.ts| +|Added|NA|Module name: ohos.screen
Class name: Orientation
Method or attribute name: REVERSE_HORIZONTAL = 4|@ohos.screen.d.ts| +|Added|NA|Module name: ohos.screen
Class name: ScreenModeInfo|@ohos.screen.d.ts| +|Added|NA|Module name: ohos.screen
Class name: ScreenModeInfo
Method or attribute name: id: number;|@ohos.screen.d.ts| +|Added|NA|Module name: ohos.screen
Class name: ScreenModeInfo
Method or attribute name: width: number;|@ohos.screen.d.ts| +|Added|NA|Module name: ohos.screen
Class name: ScreenModeInfo
Method or attribute name: height: number;|@ohos.screen.d.ts| +|Added|NA|Module name: ohos.screen
Class name: ScreenModeInfo
Method or attribute name: refreshRate: number;|@ohos.screen.d.ts| +|Added|NA|Class name: WindowType
Method or attribute name: TYPE_INPUT_METHOD|@ohos.window.d.ts| +|Added|NA|Class name: WindowType
Method or attribute name: TYPE_STATUS_BAR|@ohos.window.d.ts| +|Added|NA|Class name: WindowType
Method or attribute name: TYPE_PANEL|@ohos.window.d.ts| +|Added|NA|Class name: WindowType
Method or attribute name: TYPE_KEYGUARD|@ohos.window.d.ts| +|Added|NA|Class name: WindowType
Method or attribute name: TYPE_VOLUME_OVERLAY|@ohos.window.d.ts| +|Added|NA|Class name: WindowType
Method or attribute name: TYPE_NAVIGATION_BAR|@ohos.window.d.ts| +|Added|NA|Class name: WindowType
Method or attribute name: TYPE_FLOAT|@ohos.window.d.ts| +|Added|NA|Class name: WindowType
Method or attribute name: TYPE_WALLPAPER|@ohos.window.d.ts| +|Added|NA|Class name: WindowType
Method or attribute name: TYPE_DESKTOP|@ohos.window.d.ts| +|Added|NA|Class name: WindowType
Method or attribute name: TYPE_LAUNCHER_RECENT|@ohos.window.d.ts| +|Added|NA|Class name: WindowType
Method or attribute name: TYPE_LAUNCHER_DOCK|@ohos.window.d.ts| +|Added|NA|Class name: WindowType
Method or attribute name: TYPE_VOICE_INTERACTION|@ohos.window.d.ts| +|Added|NA|Class name: WindowType
Method or attribute name: TYPE_POINTER|@ohos.window.d.ts| +|Added|NA|Class name: WindowType
Method or attribute name: TYPE_FLOAT_CAMERA|@ohos.window.d.ts| +|Added|NA|Class name: WindowType
Method or attribute name: TYPE_DIALOG|@ohos.window.d.ts| +|Added|NA|Class name: WindowType
Method or attribute name: TYPE_SCREENSHOT|@ohos.window.d.ts| +|Added|NA|Module name: ohos.window
Class name: AvoidAreaType
Method or attribute name: TYPE_SYSTEM_GESTURE|@ohos.window.d.ts| +|Added|NA|Class name: AvoidAreaType
Method or attribute name: TYPE_SYSTEM_GESTURE|@ohos.window.d.ts| +|Added|NA|Module name: ohos.window
Class name: AvoidAreaType
Method or attribute name: TYPE_KEYBOARD|@ohos.window.d.ts| +|Added|NA|Class name: AvoidAreaType
Method or attribute name: TYPE_KEYBOARD|@ohos.window.d.ts| +|Added|NA|Module name: ohos.window
Class name: WindowLayoutMode|@ohos.window.d.ts| +|Added|NA|Class name: WindowLayoutMode
Method or attribute name: |@ohos.window.d.ts| +|Added|NA|Module name: ohos.window
Class name: WindowLayoutMode
Method or attribute name: WINDOW_LAYOUT_MODE_CASCADE|@ohos.window.d.ts| +|Added|NA|Class name: WindowLayoutMode
Method or attribute name: WINDOW_LAYOUT_MODE_CASCADE|@ohos.window.d.ts| +|Added|NA|Module name: ohos.window
Class name: WindowLayoutMode
Method or attribute name: WINDOW_LAYOUT_MODE_TILE|@ohos.window.d.ts| +|Added|NA|Class name: WindowLayoutMode
Method or attribute name: WINDOW_LAYOUT_MODE_TILE|@ohos.window.d.ts| +|Added|NA|Module name: ohos.window
Class name: AvoidArea
Method or attribute name: visible: boolean;|@ohos.window.d.ts| +|Added|NA|Class name: AvoidArea
Method or attribute name: visible: boolean;|@ohos.window.d.ts| +|Added|NA|Class name: WindowProperties
Method or attribute name: id: number|@ohos.window.d.ts| +|Added|NA|Module name: ohos.window
Class name: ScaleOptions|@ohos.window.d.ts| +|Added|NA|Class name: ScaleOptions
Method or attribute name: |@ohos.window.d.ts| +|Added|NA|Module name: ohos.window
Class name: ScaleOptions
Method or attribute name: x?: number;|@ohos.window.d.ts| +|Added|NA|Class name: ScaleOptions
Method or attribute name: x?: number;|@ohos.window.d.ts| +|Added|NA|Module name: ohos.window
Class name: ScaleOptions
Method or attribute name: y?: number;|@ohos.window.d.ts| +|Added|NA|Class name: ScaleOptions
Method or attribute name: y?: number;|@ohos.window.d.ts| +|Added|NA|Module name: ohos.window
Class name: ScaleOptions
Method or attribute name: pivotX?: number;|@ohos.window.d.ts| +|Added|NA|Class name: ScaleOptions
Method or attribute name: pivotX?: number;|@ohos.window.d.ts| +|Added|NA|Module name: ohos.window
Class name: ScaleOptions
Method or attribute name: pivotY?: number;|@ohos.window.d.ts| +|Added|NA|Class name: ScaleOptions
Method or attribute name: pivotY?: number;|@ohos.window.d.ts| +|Added|NA|Module name: ohos.window
Class name: RotateOptions|@ohos.window.d.ts| +|Added|NA|Class name: RotateOptions
Method or attribute name: |@ohos.window.d.ts| +|Added|NA|Module name: ohos.window
Class name: RotateOptions
Method or attribute name: x?: number;|@ohos.window.d.ts| +|Added|NA|Class name: RotateOptions
Method or attribute name: x?: number;|@ohos.window.d.ts| +|Added|NA|Module name: ohos.window
Class name: RotateOptions
Method or attribute name: y?: number;|@ohos.window.d.ts| +|Added|NA|Class name: RotateOptions
Method or attribute name: y?: number;|@ohos.window.d.ts| +|Added|NA|Module name: ohos.window
Class name: RotateOptions
Method or attribute name: z?: number;|@ohos.window.d.ts| +|Added|NA|Class name: RotateOptions
Method or attribute name: z?: number;|@ohos.window.d.ts| +|Added|NA|Module name: ohos.window
Class name: RotateOptions
Method or attribute name: pivotX?: number;|@ohos.window.d.ts| +|Added|NA|Class name: RotateOptions
Method or attribute name: pivotX?: number;|@ohos.window.d.ts| +|Added|NA|Module name: ohos.window
Class name: RotateOptions
Method or attribute name: pivotY?: number;|@ohos.window.d.ts| +|Added|NA|Class name: RotateOptions
Method or attribute name: pivotY?: number;|@ohos.window.d.ts| +|Added|NA|Module name: ohos.window
Class name: TranslateOptions|@ohos.window.d.ts| +|Added|NA|Class name: TranslateOptions
Method or attribute name: |@ohos.window.d.ts| +|Added|NA|Module name: ohos.window
Class name: TranslateOptions
Method or attribute name: x?: number;|@ohos.window.d.ts| +|Added|NA|Class name: TranslateOptions
Method or attribute name: x?: number;|@ohos.window.d.ts| +|Added|NA|Module name: ohos.window
Class name: TranslateOptions
Method or attribute name: y?: number;|@ohos.window.d.ts| +|Added|NA|Class name: TranslateOptions
Method or attribute name: y?: number;|@ohos.window.d.ts| +|Added|NA|Module name: ohos.window
Class name: TranslateOptions
Method or attribute name: z?: number;|@ohos.window.d.ts| +|Added|NA|Class name: TranslateOptions
Method or attribute name: z?: number;|@ohos.window.d.ts| +|Added|NA|Module name: ohos.window
Class name: TransitionContext|@ohos.window.d.ts| +|Added|NA|Class name: TransitionContext
Method or attribute name: |@ohos.window.d.ts| +|Added|NA|Module name: ohos.window
Class name: TransitionContext
Method or attribute name: toWindow: Window|@ohos.window.d.ts| +|Added|NA|Class name: TransitionContext
Method or attribute name: toWindow: Window|@ohos.window.d.ts| +|Added|NA|Module name: ohos.window
Class name: TransitionContext
Method or attribute name: completeTransition(isCompleted: boolean): void;|@ohos.window.d.ts| +|Added|NA|Class name: TransitionContext
Method or attribute name: completeTransition(isCompleted: boolean): void;|@ohos.window.d.ts| +|Added|NA|Module name: ohos.window
Class name: TransitionController|@ohos.window.d.ts| +|Added|NA|Class name: TransitionController
Method or attribute name: |@ohos.window.d.ts| +|Added|NA|Module name: ohos.window
Class name: TransitionController
Method or attribute name: animationForShown(context: TransitionContext): void;|@ohos.window.d.ts| +|Added|NA|Class name: TransitionController
Method or attribute name: animationForShown(context: TransitionContext): void;|@ohos.window.d.ts| +|Added|NA|Module name: ohos.window
Class name: TransitionController
Method or attribute name: animationForHidden(context: TransitionContext): void;|@ohos.window.d.ts| +|Added|NA|Class name: TransitionController
Method or attribute name: animationForHidden(context: TransitionContext): void;|@ohos.window.d.ts| +|Added|NA|Module name: ohos.window
Class name: Configuration|@ohos.window.d.ts| +|Added|NA|Class name: Configuration
Method or attribute name: |@ohos.window.d.ts| +|Added|NA|Module name: ohos.window
Class name: Configuration
Method or attribute name: name: string|@ohos.window.d.ts| +|Added|NA|Class name: Configuration
Method or attribute name: name: string|@ohos.window.d.ts| +|Added|NA|Module name: ohos.window
Class name: Configuration
Method or attribute name: windowType: WindowType|@ohos.window.d.ts| +|Added|NA|Class name: Configuration
Method or attribute name: windowType: WindowType|@ohos.window.d.ts| +|Added|NA|Module name: ohos.window
Class name: Configuration
Method or attribute name: ctx?: BaseContext|@ohos.window.d.ts| +|Added|NA|Class name: Configuration
Method or attribute name: ctx?: BaseContext|@ohos.window.d.ts| +|Added|NA|Module name: ohos.window
Class name: Configuration
Method or attribute name: displayId?: number|@ohos.window.d.ts| +|Added|NA|Class name: Configuration
Method or attribute name: displayId?: number|@ohos.window.d.ts| +|Added|NA|Module name: ohos.window
Class name: Configuration
Method or attribute name: parentId?: number|@ohos.window.d.ts| +|Added|NA|Class name: Configuration
Method or attribute name: parentId?: number|@ohos.window.d.ts| +|Added|NA|Class name: window
Method or attribute name: function createWindow(config: Configuration, callback: AsyncCallback\): void;|@ohos.window.d.ts| +|Added|NA|Class name: window
Method or attribute name: function createWindow(config: Configuration): Promise\;|@ohos.window.d.ts| +|Added|NA|Class name: window
Method or attribute name: function findWindow(name: string): Window;|@ohos.window.d.ts| +|Added|NA|Class name: window
Method or attribute name: function getLastWindow(ctx: BaseContext, callback: AsyncCallback\): void;|@ohos.window.d.ts| +|Added|NA|Class name: window
Method or attribute name: function getLastWindow(ctx: BaseContext): Promise\;|@ohos.window.d.ts| +|Added|NA|Class name: window
Method or attribute name: function minimizeAll(id: number, callback: AsyncCallback\): void;|@ohos.window.d.ts| +|Added|NA|Class name: window
Method or attribute name: function minimizeAll(id: number): Promise\;|@ohos.window.d.ts| +|Added|NA|Class name: window
Method or attribute name: function toggleShownStateForAllAppWindows(callback: AsyncCallback\): void;|@ohos.window.d.ts| +|Added|NA|Class name: window
Method or attribute name: function toggleShownStateForAllAppWindows(): Promise\;|@ohos.window.d.ts| +|Added|NA|Class name: window
Method or attribute name: function setWindowLayoutMode(mode: WindowLayoutMode, callback: AsyncCallback\): void;|@ohos.window.d.ts| +|Added|NA|Class name: window
Method or attribute name: function setWindowLayoutMode(mode: WindowLayoutMode): Promise\;|@ohos.window.d.ts| +|Added|NA|Module name: ohos.window
Class name: Orientation|@ohos.window.d.ts| +|Added|NA|Class name: Orientation
Method or attribute name: |@ohos.window.d.ts| +|Added|NA|Module name: ohos.window
Class name: Orientation
Method or attribute name: UNSPECIFIED = 0|@ohos.window.d.ts| +|Added|NA|Class name: Orientation
Method or attribute name: UNSPECIFIED = 0|@ohos.window.d.ts| +|Added|NA|Module name: ohos.window
Class name: Orientation
Method or attribute name: PORTRAIT = 1|@ohos.window.d.ts| +|Added|NA|Class name: Orientation
Method or attribute name: PORTRAIT = 1|@ohos.window.d.ts| +|Added|NA|Module name: ohos.window
Class name: Orientation
Method or attribute name: LANDSCAPE = 2|@ohos.window.d.ts| +|Added|NA|Class name: Orientation
Method or attribute name: LANDSCAPE = 2|@ohos.window.d.ts| +|Added|NA|Module name: ohos.window
Class name: Orientation
Method or attribute name: PORTRAIT_INVERTED = 3|@ohos.window.d.ts| +|Added|NA|Class name: Orientation
Method or attribute name: PORTRAIT_INVERTED = 3|@ohos.window.d.ts| +|Added|NA|Module name: ohos.window
Class name: Orientation
Method or attribute name: LANDSCAPE_INVERTED = 4|@ohos.window.d.ts| +|Added|NA|Class name: Orientation
Method or attribute name: LANDSCAPE_INVERTED = 4|@ohos.window.d.ts| +|Added|NA|Module name: ohos.window
Class name: Orientation
Method or attribute name: AUTO_ROTATION = 5|@ohos.window.d.ts| +|Added|NA|Class name: Orientation
Method or attribute name: AUTO_ROTATION = 5|@ohos.window.d.ts| +|Added|NA|Module name: ohos.window
Class name: Orientation
Method or attribute name: AUTO_ROTATION_PORTRAIT = 6|@ohos.window.d.ts| +|Added|NA|Class name: Orientation
Method or attribute name: AUTO_ROTATION_PORTRAIT = 6|@ohos.window.d.ts| +|Added|NA|Module name: ohos.window
Class name: Orientation
Method or attribute name: AUTO_ROTATION_LANDSCAPE = 7|@ohos.window.d.ts| +|Added|NA|Class name: Orientation
Method or attribute name: AUTO_ROTATION_LANDSCAPE = 7|@ohos.window.d.ts| +|Added|NA|Module name: ohos.window
Class name: Orientation
Method or attribute name: AUTO_ROTATION_RESTRICTED = 8|@ohos.window.d.ts| +|Added|NA|Class name: Orientation
Method or attribute name: AUTO_ROTATION_RESTRICTED = 8|@ohos.window.d.ts| +|Added|NA|Module name: ohos.window
Class name: Orientation
Method or attribute name: AUTO_ROTATION_PORTRAIT_RESTRICTED = 9|@ohos.window.d.ts| +|Added|NA|Class name: Orientation
Method or attribute name: AUTO_ROTATION_PORTRAIT_RESTRICTED = 9|@ohos.window.d.ts| +|Added|NA|Module name: ohos.window
Class name: Orientation
Method or attribute name: AUTO_ROTATION_LANDSCAPE_RESTRICTED = 10|@ohos.window.d.ts| +|Added|NA|Class name: Orientation
Method or attribute name: AUTO_ROTATION_LANDSCAPE_RESTRICTED = 10|@ohos.window.d.ts| +|Added|NA|Module name: ohos.window
Class name: Orientation
Method or attribute name: LOCKED = 11|@ohos.window.d.ts| +|Added|NA|Class name: Orientation
Method or attribute name: LOCKED = 11|@ohos.window.d.ts| +|Added|NA|Module name: ohos.window
Class name: BlurStyle|@ohos.window.d.ts| +|Added|NA|Class name: BlurStyle
Method or attribute name: |@ohos.window.d.ts| +|Added|NA|Module name: ohos.window
Class name: BlurStyle
Method or attribute name: OFF|@ohos.window.d.ts| +|Added|NA|Class name: BlurStyle
Method or attribute name: OFF|@ohos.window.d.ts| +|Added|NA|Module name: ohos.window
Class name: BlurStyle
Method or attribute name: THIN|@ohos.window.d.ts| +|Added|NA|Class name: BlurStyle
Method or attribute name: THIN|@ohos.window.d.ts| +|Added|NA|Module name: ohos.window
Class name: BlurStyle
Method or attribute name: REGULAR|@ohos.window.d.ts| +|Added|NA|Class name: BlurStyle
Method or attribute name: REGULAR|@ohos.window.d.ts| +|Added|NA|Module name: ohos.window
Class name: BlurStyle
Method or attribute name: THICK|@ohos.window.d.ts| +|Added|NA|Class name: BlurStyle
Method or attribute name: THICK|@ohos.window.d.ts| +|Added|NA|Class name: Window
Method or attribute name: hideWithAnimation(callback: AsyncCallback\): void;|@ohos.window.d.ts| +|Added|NA|Class name: Window
Method or attribute name: hideWithAnimation(): Promise\;|@ohos.window.d.ts| +|Added|NA|Class name: Window
Method or attribute name: showWindow(callback: AsyncCallback\): void;|@ohos.window.d.ts| +|Added|NA|Class name: Window
Method or attribute name: showWindow(): Promise\;|@ohos.window.d.ts| +|Added|NA|Class name: Window
Method or attribute name: showWithAnimation(callback: AsyncCallback\): void;|@ohos.window.d.ts| +|Added|NA|Class name: Window
Method or attribute name: showWithAnimation(): Promise\;|@ohos.window.d.ts| +|Added|NA|Class name: Window
Method or attribute name: destroyWindow(callback: AsyncCallback\): void;|@ohos.window.d.ts| +|Added|NA|Class name: Window
Method or attribute name: destroyWindow(): Promise\;|@ohos.window.d.ts| +|Added|NA|Class name: Window
Method or attribute name: moveWindowTo(x: number, y: number): Promise\;|@ohos.window.d.ts| +|Added|NA|Class name: Window
Method or attribute name: moveWindowTo(x: number, y: number, callback: AsyncCallback\): void;|@ohos.window.d.ts| +|Added|NA|Class name: Window
Method or attribute name: resize(width: number, height: number): Promise\;|@ohos.window.d.ts| +|Added|NA|Class name: Window
Method or attribute name: resize(width: number, height: number, callback: AsyncCallback\): void;|@ohos.window.d.ts| +|Added|NA|Class name: Window
Method or attribute name: setWindowMode(mode: WindowMode): Promise\;|@ohos.window.d.ts| +|Added|NA|Class name: Window
Method or attribute name: setWindowMode(mode: WindowMode, callback: AsyncCallback\): void;|@ohos.window.d.ts| +|Added|NA|Class name: Window
Method or attribute name: getWindowProperties(): WindowProperties;|@ohos.window.d.ts| +|Added|NA|Class name: Window
Method or attribute name: getWindowAvoidArea(type: AvoidAreaType): AvoidArea;|@ohos.window.d.ts| +|Added|NA|Class name: Window
Method or attribute name: setWindowLayoutFullScreen(isLayoutFullScreen: boolean, callback: AsyncCallback\): void;|@ohos.window.d.ts| +|Added|NA|Class name: Window
Method or attribute name: setWindowLayoutFullScreen(isLayoutFullScreen: boolean): Promise\;|@ohos.window.d.ts| +|Added|NA|Class name: Window
Method or attribute name: setWindowSystemBarEnable(names: Array\<'status'\|'navigation'>, callback: AsyncCallback\): void;|@ohos.window.d.ts| +|Added|NA|Class name: Window
Method or attribute name: setWindowSystemBarEnable(names: Array\<'status'\|'navigation'>): Promise\;|@ohos.window.d.ts| +|Added|NA|Class name: Window
Method or attribute name: setWindowSystemBarProperties(systemBarProperties: SystemBarProperties, callback: AsyncCallback\): void;|@ohos.window.d.ts| +|Added|NA|Class name: Window
Method or attribute name: setWindowSystemBarProperties(systemBarProperties: SystemBarProperties): Promise\;|@ohos.window.d.ts| +|Added|NA|Class name: Window
Method or attribute name: setPreferredOrientation(orientation: Orientation): Promise\;|@ohos.window.d.ts| +|Added|NA|Class name: Window
Method or attribute name: setPreferredOrientation(orientation: Orientation, callback: AsyncCallback\): void;|@ohos.window.d.ts| +|Added|NA|Class name: Window
Method or attribute name: setUIContent(path: string, callback: AsyncCallback\): void;|@ohos.window.d.ts| +|Added|NA|Class name: Window
Method or attribute name: setUIContent(path: string): Promise\;|@ohos.window.d.ts| +|Added|NA|Class name: Window
Method or attribute name: isWindowShowing(): boolean;|@ohos.window.d.ts| +|Added|NA|Class name: Window
Method or attribute name: on(type: 'avoidAreaChange', callback: Callback\<{ type: AvoidAreaType, area: AvoidArea }>): void;|@ohos.window.d.ts| +|Added|NA|Class name: Window
Method or attribute name: off(type: 'avoidAreaChange', callback?: Callback\<{ type: AvoidAreaType, area: AvoidArea }>): void;|@ohos.window.d.ts| +|Added|NA|Class name: Window
Method or attribute name: on(type: 'touchOutside', callback: Callback\): void;|@ohos.window.d.ts| +|Added|NA|Class name: Window
Method or attribute name: off(type: 'touchOutside', callback?: Callback\): void;|@ohos.window.d.ts| +|Added|NA|Class name: Window
Method or attribute name: on(type: 'screenshot', callback: Callback\): void;|@ohos.window.d.ts| +|Added|NA|Class name: Window
Method or attribute name: off(type: 'screenshot', callback?: Callback\): void;|@ohos.window.d.ts| +|Added|NA|Class name: Window
Method or attribute name: bindDialogTarget(token: rpc.RemoteObject, deathCallback: Callback\): Promise\;|@ohos.window.d.ts| +|Added|NA|Class name: Window
Method or attribute name: bindDialogTarget(token: rpc.RemoteObject, deathCallback: Callback\, callback: AsyncCallback\): void;|@ohos.window.d.ts| +|Added|NA|Class name: Window
Method or attribute name: bindDialogTarget(requestInfo: dialogRequest.RequestInfo, deathCallback: Callback\): Promise\;|@ohos.window.d.ts| +|Added|NA|Class name: Window
Method or attribute name: bindDialogTarget(requestInfo: dialogRequest.RequestInfo, deathCallback: Callback\, callback: AsyncCallback\): void;|@ohos.window.d.ts| +|Added|NA|Class name: Window
Method or attribute name: isWindowSupportWideGamut(): Promise\;|@ohos.window.d.ts| +|Added|NA|Class name: Window
Method or attribute name: isWindowSupportWideGamut(callback: AsyncCallback\): void;|@ohos.window.d.ts| +|Added|NA|Class name: Window
Method or attribute name: setWindowColorSpace(colorSpace:ColorSpace): Promise\;|@ohos.window.d.ts| +|Added|NA|Class name: Window
Method or attribute name: setWindowColorSpace(colorSpace:ColorSpace, callback: AsyncCallback\): void;|@ohos.window.d.ts| +|Added|NA|Class name: Window
Method or attribute name: getWindowColorSpace(): ColorSpace;|@ohos.window.d.ts| +|Added|NA|Class name: Window
Method or attribute name: setWindowBackgroundColor(color: string): void;|@ohos.window.d.ts| +|Added|NA|Class name: Window
Method or attribute name: setWindowBrightness(brightness: number): Promise\;|@ohos.window.d.ts| +|Added|NA|Class name: Window
Method or attribute name: setWindowBrightness(brightness: number, callback: AsyncCallback\): void;|@ohos.window.d.ts| +|Added|NA|Class name: Window
Method or attribute name: setWindowFocusable(isFocusable: boolean): Promise\;|@ohos.window.d.ts| +|Added|NA|Class name: Window
Method or attribute name: setWindowFocusable(isFocusable: boolean, callback: AsyncCallback\): void;|@ohos.window.d.ts| +|Added|NA|Class name: Window
Method or attribute name: setWindowKeepScreenOn(isKeepScreenOn: boolean): Promise\;|@ohos.window.d.ts| +|Added|NA|Class name: Window
Method or attribute name: setWindowKeepScreenOn(isKeepScreenOn: boolean, callback: AsyncCallback\): void;|@ohos.window.d.ts| +|Added|NA|Class name: Window
Method or attribute name: setWakeUpScreen(wakeUp: boolean): void;|@ohos.window.d.ts| +|Added|NA|Class name: Window
Method or attribute name: setWindowPrivacyMode(isPrivacyMode: boolean): Promise\;|@ohos.window.d.ts| +|Added|NA|Class name: Window
Method or attribute name: setWindowPrivacyMode(isPrivacyMode: boolean, callback: AsyncCallback\): void;|@ohos.window.d.ts| +|Added|NA|Class name: Window
Method or attribute name: setSnapshotSkip(isSkip: boolean): void;|@ohos.window.d.ts| +|Added|NA|Class name: Window
Method or attribute name: setWindowTouchable(isTouchable: boolean): Promise\;|@ohos.window.d.ts| +|Added|NA|Class name: Window
Method or attribute name: setWindowTouchable(isTouchable: boolean, callback: AsyncCallback\): void;|@ohos.window.d.ts| +|Added|NA|Class name: Window
Method or attribute name: setForbidSplitMove(isForbidSplitMove: boolean, callback: AsyncCallback\): void;|@ohos.window.d.ts| +|Added|NA|Class name: Window
Method or attribute name: setForbidSplitMove(isForbidSplitMove: boolean): Promise\;|@ohos.window.d.ts| +|Added|NA|Class name: Window
Method or attribute name: snapshot(callback: AsyncCallback\): void;|@ohos.window.d.ts| +|Added|NA|Class name: Window
Method or attribute name: snapshot(): Promise\;|@ohos.window.d.ts| +|Added|NA|Class name: Window
Method or attribute name: opacity(opacity: number): void;|@ohos.window.d.ts| +|Added|NA|Class name: Window
Method or attribute name: scale(scaleOptions: ScaleOptions): void;|@ohos.window.d.ts| +|Added|NA|Class name: Window
Method or attribute name: rotate(rotateOptions: RotateOptions): void;|@ohos.window.d.ts| +|Added|NA|Class name: Window
Method or attribute name: translate(translateOptions: TranslateOptions): void;|@ohos.window.d.ts| +|Added|NA|Class name: Window
Method or attribute name: getTransitionController(): TransitionController;|@ohos.window.d.ts| +|Added|NA|Class name: Window
Method or attribute name: setBlur(radius: number): void;|@ohos.window.d.ts| +|Added|NA|Class name: Window
Method or attribute name: setBackdropBlur(radius: number): void;|@ohos.window.d.ts| +|Added|NA|Class name: Window
Method or attribute name: setBackdropBlurStyle(blurStyle: BlurStyle): void;|@ohos.window.d.ts| +|Added|NA|Class name: Window
Method or attribute name: setShadow(radius: number, color?: string, offsetX?: number, offsetY?: number): void;|@ohos.window.d.ts| +|Added|NA|Class name: Window
Method or attribute name: setCornerRadius(cornerRadius: number): void;|@ohos.window.d.ts| +|Added|NA|Module name: ohos.window
Class name: WindowStageEventType|@ohos.window.d.ts| +|Added|NA|Class name: WindowStageEventType
Method or attribute name: |@ohos.window.d.ts| +|Added|NA|Module name: ohos.window
Class name: WindowStageEventType
Method or attribute name: SHOWN = 1|@ohos.window.d.ts| +|Added|NA|Class name: WindowStageEventType
Method or attribute name: SHOWN = 1|@ohos.window.d.ts| +|Added|NA|Module name: ohos.window
Class name: WindowStageEventType
Method or attribute name: ACTIVE|@ohos.window.d.ts| +|Added|NA|Class name: WindowStageEventType
Method or attribute name: ACTIVE|@ohos.window.d.ts| +|Added|NA|Module name: ohos.window
Class name: WindowStageEventType
Method or attribute name: INACTIVE|@ohos.window.d.ts| +|Added|NA|Class name: WindowStageEventType
Method or attribute name: INACTIVE|@ohos.window.d.ts| +|Added|NA|Module name: ohos.window
Class name: WindowStageEventType
Method or attribute name: HIDDEN|@ohos.window.d.ts| +|Added|NA|Class name: WindowStageEventType
Method or attribute name: HIDDEN|@ohos.window.d.ts| +|Added|NA|Module name: ohos.window
Class name: WindowStage|@ohos.window.d.ts| +|Added|NA|Class name: WindowStage
Method or attribute name: |@ohos.window.d.ts| +|Added|NA|Module name: ohos.window
Class name: WindowStage
Method or attribute name: getMainWindow(): Promise\;|@ohos.window.d.ts| +|Added|NA|Class name: WindowStage
Method or attribute name: getMainWindow(): Promise\;|@ohos.window.d.ts| +|Added|NA|Module name: ohos.window
Class name: WindowStage
Method or attribute name: getMainWindow(callback: AsyncCallback\): void;|@ohos.window.d.ts| +|Added|NA|Class name: WindowStage
Method or attribute name: getMainWindow(callback: AsyncCallback\): void;|@ohos.window.d.ts| +|Added|NA|Module name: ohos.window
Class name: WindowStage
Method or attribute name: getMainWindowSync(): Window;|@ohos.window.d.ts| +|Added|NA|Class name: WindowStage
Method or attribute name: getMainWindowSync(): Window;|@ohos.window.d.ts| +|Added|NA|Module name: ohos.window
Class name: WindowStage
Method or attribute name: createSubWindow(name: string): Promise\;|@ohos.window.d.ts| +|Added|NA|Class name: WindowStage
Method or attribute name: createSubWindow(name: string): Promise\;|@ohos.window.d.ts| +|Added|NA|Module name: ohos.window
Class name: WindowStage
Method or attribute name: createSubWindow(name: string, callback: AsyncCallback\): void;|@ohos.window.d.ts| +|Added|NA|Class name: WindowStage
Method or attribute name: createSubWindow(name: string, callback: AsyncCallback\): void;|@ohos.window.d.ts| +|Added|NA|Module name: ohos.window
Class name: WindowStage
Method or attribute name: getSubWindow(): Promise\>;|@ohos.window.d.ts| +|Added|NA|Class name: WindowStage
Method or attribute name: getSubWindow(): Promise\>;|@ohos.window.d.ts| +|Added|NA|Module name: ohos.window
Class name: WindowStage
Method or attribute name: getSubWindow(callback: AsyncCallback\>): void;|@ohos.window.d.ts| +|Added|NA|Class name: WindowStage
Method or attribute name: getSubWindow(callback: AsyncCallback\>): void;|@ohos.window.d.ts| +|Added|NA|Module name: ohos.window
Class name: WindowStage
Method or attribute name: loadContent(path: string, storage: LocalStorage, callback: AsyncCallback\): void;|@ohos.window.d.ts| +|Added|NA|Module name: ohos.window
Class name: WindowStage
Method or attribute name: loadContent(path: string, storage?: LocalStorage): Promise\;|@ohos.window.d.ts| +|Added|NA|Class name: WindowStage
Method or attribute name: loadContent(path: string, storage?: LocalStorage): Promise\;|@ohos.window.d.ts| +|Added|NA|Module name: ohos.window
Class name: WindowStage
Method or attribute name: loadContent(path: string, callback: AsyncCallback\): void;|@ohos.window.d.ts| +|Added|NA|Module name: ohos.window
Class name: WindowStage
Method or attribute name: on(eventType: 'windowStageEvent', callback: Callback\): void;|@ohos.window.d.ts| +|Added|NA|Class name: WindowStage
Method or attribute name: on(eventType: 'windowStageEvent', callback: Callback\): void;|@ohos.window.d.ts| +|Added|NA|Module name: ohos.window
Class name: WindowStage
Method or attribute name: off(eventType: 'windowStageEvent', callback?: Callback\): void;|@ohos.window.d.ts| +|Added|NA|Class name: WindowStage
Method or attribute name: off(eventType: 'windowStageEvent', callback?: Callback\): void;|@ohos.window.d.ts| +|Added|NA|Module name: ohos.window
Class name: WindowStage
Method or attribute name: disableWindowDecor(): void;|@ohos.window.d.ts| +|Added|NA|Class name: WindowStage
Method or attribute name: disableWindowDecor(): void;|@ohos.window.d.ts| +|Added|NA|Module name: ohos.window
Class name: WindowStage
Method or attribute name: setShowOnLockScreen(showOnLockScreen: boolean): void;|@ohos.window.d.ts| +|Added|NA|Class name: WindowStage
Method or attribute name: setShowOnLockScreen(showOnLockScreen: boolean): void;|@ohos.window.d.ts| +|Added|NA|Module name: WindowExtensionContext
Class name: WindowExtensionContext|WindowExtensionContext.d.ts| +|Added|NA|Module name: WindowExtensionContext
Class name: WindowExtensionContext
Method or attribute name: startAbility(want: Want, options: StartOptions, callback: AsyncCallback\): void;|WindowExtensionContext.d.ts| +|Added|NA|Module name: WindowExtensionContext
Class name: WindowExtensionContext
Method or attribute name: startAbility(want: Want, options?: StartOptions): Promise\;|WindowExtensionContext.d.ts| +|Model changed|Class name: WindowType
Method or attribute name: TYPE_APP
Model: N/A|Class name: WindowType
Method or attribute name: TYPE_APP
Model: @FAModelOnly|@ohos.window.d.ts| +|Model changed|Class name: window
Method or attribute name: function create(id: string, type: WindowType, callback: AsyncCallback\): void;
Model: N/A|Class name: window
Method or attribute name: function create(id: string, type: WindowType, callback: AsyncCallback\): void;
Model: @FAModelOnly|@ohos.window.d.ts| +|Model changed|Class name: window
Method or attribute name: function create(id: string, type: WindowType): Promise\;
Model: N/A|Class name: window
Method or attribute name: function create(id: string, type: WindowType): Promise\;
Model: @FAModelOnly|@ohos.window.d.ts| +|Model changed|Class name: window
Method or attribute name: function getTopWindow(callback: AsyncCallback\): void;
Model: N/A|Class name: window
Method or attribute name: function getTopWindow(callback: AsyncCallback\): void;
Model: @FAModelOnly|@ohos.window.d.ts| +|Model changed|Class name: window
Method or attribute name: function getTopWindow(): Promise\;
Model: N/A|Class name: window
Method or attribute name: function getTopWindow(): Promise\;
Model: @FAModelOnly|@ohos.window.d.ts| +|Deprecated version changed|Class name: display
Method or attribute name: function getDefaultDisplay(callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: display
Method or attribute name: function getDefaultDisplay(callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.display|@ohos.display.d.ts| +|Deprecated version changed|Class name: display
Method or attribute name: function getDefaultDisplay(): Promise\;
Deprecated version: N/A|Class name: display
Method or attribute name: function getDefaultDisplay(): Promise\;
Deprecated version: 9
Substitute API: ohos.display|@ohos.display.d.ts| +|Deprecated version changed|Class name: display
Method or attribute name: function getAllDisplay(callback: AsyncCallback\>): void;
Deprecated version: N/A|Class name: display
Method or attribute name: function getAllDisplay(callback: AsyncCallback\>): void;
Deprecated version: 9
Substitute API: ohos.display|@ohos.display.d.ts| +|Deprecated version changed|Class name: display
Method or attribute name: function getAllDisplay(): Promise\>;
Deprecated version: N/A|Class name: display
Method or attribute name: function getAllDisplay(): Promise\>;
Deprecated version: 9
Substitute API: ohos.display|@ohos.display.d.ts| +|Deprecated version changed|Class name: WindowProperties
Method or attribute name: dimBehindValue: number
Deprecated version: N/A|Class name: WindowProperties
Method or attribute name: dimBehindValue: number
Deprecated version: 9
Substitute API: N/A|@ohos.window.d.ts| +|Deprecated version changed|Class name: WindowProperties
Method or attribute name: isRoundCorner: boolean
Deprecated version: N/A|Class name: WindowProperties
Method or attribute name: isRoundCorner: boolean
Deprecated version: 9
Substitute API: N/A|@ohos.window.d.ts| +|Deprecated version changed|Class name: window
Method or attribute name: function create(id: string, type: WindowType, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: window
Method or attribute name: function create(id: string, type: WindowType, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.window|@ohos.window.d.ts| +|Deprecated version changed|Class name: window
Method or attribute name: function create(id: string, type: WindowType): Promise\;
Deprecated version: N/A|Class name: window
Method or attribute name: function create(id: string, type: WindowType): Promise\;
Deprecated version: 9
Substitute API: ohos.window|@ohos.window.d.ts| +|Deprecated version changed|Class name: window
Method or attribute name: function find(id: string, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: window
Method or attribute name: function find(id: string, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.window|@ohos.window.d.ts| +|Deprecated version changed|Class name: window
Method or attribute name: function find(id: string): Promise\;
Deprecated version: N/A|Class name: window
Method or attribute name: function find(id: string): Promise\;
Deprecated version: 9
Substitute API: ohos.window|@ohos.window.d.ts| +|Deprecated version changed|Class name: window
Method or attribute name: function getTopWindow(callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: window
Method or attribute name: function getTopWindow(callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.window|@ohos.window.d.ts| +|Deprecated version changed|Class name: window
Method or attribute name: function getTopWindow(): Promise\;
Deprecated version: N/A|Class name: window
Method or attribute name: function getTopWindow(): Promise\;
Deprecated version: 9
Substitute API: ohos.window|@ohos.window.d.ts| +|Deprecated version changed|Class name: Window
Method or attribute name: show(callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: Window
Method or attribute name: show(callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.window.Window|@ohos.window.d.ts| +|Deprecated version changed|Class name: Window
Method or attribute name: show(): Promise\;
Deprecated version: N/A|Class name: Window
Method or attribute name: show(): Promise\;
Deprecated version: 9
Substitute API: ohos.window.Window|@ohos.window.d.ts| +|Deprecated version changed|Class name: Window
Method or attribute name: destroy(callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: Window
Method or attribute name: destroy(callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.window.Window|@ohos.window.d.ts| +|Deprecated version changed|Class name: Window
Method or attribute name: destroy(): Promise\;
Deprecated version: N/A|Class name: Window
Method or attribute name: destroy(): Promise\;
Deprecated version: 9
Substitute API: ohos.window.Window|@ohos.window.d.ts| +|Deprecated version changed|Class name: Window
Method or attribute name: moveTo(x: number, y: number): Promise\;
Deprecated version: N/A|Class name: Window
Method or attribute name: moveTo(x: number, y: number): Promise\;
Deprecated version: 9
Substitute API: ohos.window.Window|@ohos.window.d.ts| +|Deprecated version changed|Class name: Window
Method or attribute name: moveTo(x: number, y: number, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: Window
Method or attribute name: moveTo(x: number, y: number, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.window.Window|@ohos.window.d.ts| +|Deprecated version changed|Class name: Window
Method or attribute name: resetSize(width: number, height: number): Promise\;
Deprecated version: N/A|Class name: Window
Method or attribute name: resetSize(width: number, height: number): Promise\;
Deprecated version: 9
Substitute API: ohos.window.Window|@ohos.window.d.ts| +|Deprecated version changed|Class name: Window
Method or attribute name: resetSize(width: number, height: number, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: Window
Method or attribute name: resetSize(width: number, height: number, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.window.Window|@ohos.window.d.ts| +|Deprecated version changed|Class name: Window
Method or attribute name: setWindowType(type: WindowType): Promise\;
Deprecated version: N/A|Class name: Window
Method or attribute name: setWindowType(type: WindowType): Promise\;
Deprecated version: 9
Substitute API: N/A|@ohos.window.d.ts| +|Deprecated version changed|Class name: Window
Method or attribute name: setWindowType(type: WindowType, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: Window
Method or attribute name: setWindowType(type: WindowType, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: N/A|@ohos.window.d.ts| +|Deprecated version changed|Class name: Window
Method or attribute name: getProperties(callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: Window
Method or attribute name: getProperties(callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.window.Window|@ohos.window.d.ts| +|Deprecated version changed|Class name: Window
Method or attribute name: getProperties(): Promise\;
Deprecated version: N/A|Class name: Window
Method or attribute name: getProperties(): Promise\;
Deprecated version: 9
Substitute API: ohos.window.Window|@ohos.window.d.ts| +|Deprecated version changed|Class name: Window
Method or attribute name: getAvoidArea(type: AvoidAreaType, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: Window
Method or attribute name: getAvoidArea(type: AvoidAreaType, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.window.Window|@ohos.window.d.ts| +|Deprecated version changed|Class name: Window
Method or attribute name: getAvoidArea(type: AvoidAreaType): Promise\;
Deprecated version: N/A|Class name: Window
Method or attribute name: getAvoidArea(type: AvoidAreaType): Promise\;
Deprecated version: 9
Substitute API: ohos.window.Window|@ohos.window.d.ts| +|Deprecated version changed|Class name: Window
Method or attribute name: setFullScreen(isFullScreen: boolean, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: Window
Method or attribute name: setFullScreen(isFullScreen: boolean, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.window.Window|@ohos.window.d.ts| +|Deprecated version changed|Class name: Window
Method or attribute name: setFullScreen(isFullScreen: boolean): Promise\;
Deprecated version: N/A|Class name: Window
Method or attribute name: setFullScreen(isFullScreen: boolean): Promise\;
Deprecated version: 9
Substitute API: ohos.window.Window|@ohos.window.d.ts| +|Deprecated version changed|Class name: Window
Method or attribute name: setLayoutFullScreen(isLayoutFullScreen: boolean, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: Window
Method or attribute name: setLayoutFullScreen(isLayoutFullScreen: boolean, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.window.Window|@ohos.window.d.ts| +|Deprecated version changed|Class name: Window
Method or attribute name: setLayoutFullScreen(isLayoutFullScreen: boolean): Promise\;
Deprecated version: N/A|Class name: Window
Method or attribute name: setLayoutFullScreen(isLayoutFullScreen: boolean): Promise\;
Deprecated version: 9
Substitute API: ohos.window.Window|@ohos.window.d.ts| +|Deprecated version changed|Class name: Window
Method or attribute name: setSystemBarEnable(names: Array\<'status'\|'navigation'>, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: Window
Method or attribute name: setSystemBarEnable(names: Array\<'status'\|'navigation'>, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.window.Window|@ohos.window.d.ts| +|Deprecated version changed|Class name: Window
Method or attribute name: setSystemBarEnable(names: Array\<'status'\|'navigation'>): Promise\;
Deprecated version: N/A|Class name: Window
Method or attribute name: setSystemBarEnable(names: Array\<'status'\|'navigation'>): Promise\;
Deprecated version: 9
Substitute API: ohos.window.Window|@ohos.window.d.ts| +|Deprecated version changed|Class name: Window
Method or attribute name: setSystemBarProperties(systemBarProperties: SystemBarProperties, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: Window
Method or attribute name: setSystemBarProperties(systemBarProperties: SystemBarProperties, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.window.Window|@ohos.window.d.ts| +|Deprecated version changed|Class name: Window
Method or attribute name: setSystemBarProperties(systemBarProperties: SystemBarProperties): Promise\;
Deprecated version: N/A|Class name: Window
Method or attribute name: setSystemBarProperties(systemBarProperties: SystemBarProperties): Promise\;
Deprecated version: 9
Substitute API: ohos.window.Window|@ohos.window.d.ts| +|Deprecated version changed|Class name: Window
Method or attribute name: loadContent(path: string, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: Window
Method or attribute name: loadContent(path: string, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.window.Window|@ohos.window.d.ts| +|Deprecated version changed|Class name: Window
Method or attribute name: loadContent(path: string): Promise\;
Deprecated version: N/A|Class name: Window
Method or attribute name: loadContent(path: string): Promise\;
Deprecated version: 9
Substitute API: ohos.window.Window|@ohos.window.d.ts| +|Deprecated version changed|Class name: Window
Method or attribute name: isShowing(callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: Window
Method or attribute name: isShowing(callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.window.Window|@ohos.window.d.ts| +|Deprecated version changed|Class name: Window
Method or attribute name: isShowing(): Promise\;
Deprecated version: N/A|Class name: Window
Method or attribute name: isShowing(): Promise\;
Deprecated version: 9
Substitute API: ohos.window.Window|@ohos.window.d.ts| +|Deprecated version changed|Class name: Window
Method or attribute name: on(type: 'systemAvoidAreaChange', callback: Callback\): void;
Deprecated version: N/A|Class name: Window
Method or attribute name: on(type: 'systemAvoidAreaChange', callback: Callback\): void;
Deprecated version: 9
Substitute API: ohos.window.Window|@ohos.window.d.ts| +|Deprecated version changed|Class name: Window
Method or attribute name: off(type: 'systemAvoidAreaChange', callback?: Callback\): void;
Deprecated version: N/A|Class name: Window
Method or attribute name: off(type: 'systemAvoidAreaChange', callback?: Callback\): void;
Deprecated version: 9
Substitute API: ohos.window.Window|@ohos.window.d.ts| +|Deprecated version changed|Class name: Window
Method or attribute name: isSupportWideGamut(): Promise\;
Deprecated version: N/A|Class name: Window
Method or attribute name: isSupportWideGamut(): Promise\;
Deprecated version: 9
Substitute API: ohos.window.Window|@ohos.window.d.ts| +|Deprecated version changed|Class name: Window
Method or attribute name: isSupportWideGamut(callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: Window
Method or attribute name: isSupportWideGamut(callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.window.Window|@ohos.window.d.ts| +|Deprecated version changed|Class name: Window
Method or attribute name: setColorSpace(colorSpace:ColorSpace): Promise\;
Deprecated version: N/A|Class name: Window
Method or attribute name: setColorSpace(colorSpace:ColorSpace): Promise\;
Deprecated version: 9
Substitute API: ohos.window.Window|@ohos.window.d.ts| +|Deprecated version changed|Class name: Window
Method or attribute name: setColorSpace(colorSpace:ColorSpace, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: Window
Method or attribute name: setColorSpace(colorSpace:ColorSpace, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.window.Window|@ohos.window.d.ts| +|Deprecated version changed|Class name: Window
Method or attribute name: getColorSpace(): Promise\;
Deprecated version: N/A|Class name: Window
Method or attribute name: getColorSpace(): Promise\;
Deprecated version: 9
Substitute API: ohos.window.Window|@ohos.window.d.ts| +|Deprecated version changed|Class name: Window
Method or attribute name: getColorSpace(callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: Window
Method or attribute name: getColorSpace(callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.window.Window|@ohos.window.d.ts| +|Deprecated version changed|Class name: Window
Method or attribute name: setBackgroundColor(color: string): Promise\;
Deprecated version: N/A|Class name: Window
Method or attribute name: setBackgroundColor(color: string): Promise\;
Deprecated version: 9
Substitute API: ohos.window.Window|@ohos.window.d.ts| +|Deprecated version changed|Class name: Window
Method or attribute name: setBackgroundColor(color: string, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: Window
Method or attribute name: setBackgroundColor(color: string, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.window.Window|@ohos.window.d.ts| +|Deprecated version changed|Class name: Window
Method or attribute name: setBrightness(brightness: number): Promise\;
Deprecated version: N/A|Class name: Window
Method or attribute name: setBrightness(brightness: number): Promise\;
Deprecated version: 9
Substitute API: ohos.window.Window|@ohos.window.d.ts| +|Deprecated version changed|Class name: Window
Method or attribute name: setBrightness(brightness: number, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: Window
Method or attribute name: setBrightness(brightness: number, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.window.Window|@ohos.window.d.ts| +|Deprecated version changed|Class name: Window
Method or attribute name: setDimBehind(dimBehindValue: number, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: Window
Method or attribute name: setDimBehind(dimBehindValue: number, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: N/A|@ohos.window.d.ts| +|Deprecated version changed|Class name: Window
Method or attribute name: setDimBehind(dimBehindValue: number): Promise\;
Deprecated version: N/A|Class name: Window
Method or attribute name: setDimBehind(dimBehindValue: number): Promise\;
Deprecated version: 9
Substitute API: N/A|@ohos.window.d.ts| +|Deprecated version changed|Class name: Window
Method or attribute name: setFocusable(isFocusable: boolean): Promise\;
Deprecated version: N/A|Class name: Window
Method or attribute name: setFocusable(isFocusable: boolean): Promise\;
Deprecated version: 9
Substitute API: ohos.window.Window|@ohos.window.d.ts| +|Deprecated version changed|Class name: Window
Method or attribute name: setFocusable(isFocusable: boolean, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: Window
Method or attribute name: setFocusable(isFocusable: boolean, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.window.Window|@ohos.window.d.ts| +|Deprecated version changed|Class name: Window
Method or attribute name: setKeepScreenOn(isKeepScreenOn: boolean): Promise\;
Deprecated version: N/A|Class name: Window
Method or attribute name: setKeepScreenOn(isKeepScreenOn: boolean): Promise\;
Deprecated version: 9
Substitute API: ohos.window.Window|@ohos.window.d.ts| +|Deprecated version changed|Class name: Window
Method or attribute name: setKeepScreenOn(isKeepScreenOn: boolean, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: Window
Method or attribute name: setKeepScreenOn(isKeepScreenOn: boolean, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.window.Window|@ohos.window.d.ts| +|Deprecated version changed|Class name: Window
Method or attribute name: setOutsideTouchable(touchable: boolean): Promise\;
Deprecated version: N/A|Class name: Window
Method or attribute name: setOutsideTouchable(touchable: boolean): Promise\;
Deprecated version: 9
Substitute API: N/A|@ohos.window.d.ts| +|Deprecated version changed|Class name: Window
Method or attribute name: setOutsideTouchable(touchable: boolean, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: Window
Method or attribute name: setOutsideTouchable(touchable: boolean, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: N/A|@ohos.window.d.ts| +|Deprecated version changed|Class name: Window
Method or attribute name: setPrivacyMode(isPrivacyMode: boolean): Promise\;
Deprecated version: N/A|Class name: Window
Method or attribute name: setPrivacyMode(isPrivacyMode: boolean): Promise\;
Deprecated version: 9
Substitute API: ohos.window.Window|@ohos.window.d.ts| +|Deprecated version changed|Class name: Window
Method or attribute name: setPrivacyMode(isPrivacyMode: boolean, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: Window
Method or attribute name: setPrivacyMode(isPrivacyMode: boolean, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.window.Window|@ohos.window.d.ts| +|Deprecated version changed|Class name: Window
Method or attribute name: setTouchable(isTouchable: boolean): Promise\;
Deprecated version: N/A|Class name: Window
Method or attribute name: setTouchable(isTouchable: boolean): Promise\;
Deprecated version: 9
Substitute API: ohos.window.Window|@ohos.window.d.ts| +|Deprecated version changed|Class name: Window
Method or attribute name: setTouchable(isTouchable: boolean, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: Window
Method or attribute name: setTouchable(isTouchable: boolean, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.window.Window|@ohos.window.d.ts| +|Error code added|NA|Class name: display
Method or attribute name: function on(type: 'add' \| 'remove' \| 'change', callback: Callback\): void;
Error code: 401|@ohos.display.d.ts| +|Error code added|NA|Class name: display
Method or attribute name: function on(type: 'add' \| 'remove' \| 'change', callback: Callback\): void;
Error code: 401|@ohos.display.d.ts| +|Error code added|NA|Class name: display
Method or attribute name: function on(type: 'add' \| 'remove' \| 'change', callback: Callback\): void;
Error code: 401|@ohos.display.d.ts| +|Error code added|NA|Class name: display
Method or attribute name: function off(type: 'add' \| 'remove' \| 'change', callback?: Callback\): void;
Error code: 401|@ohos.display.d.ts| +|Error code added|NA|Class name: display
Method or attribute name: function off(type: 'add' \| 'remove' \| 'change', callback?: Callback\): void;
Error code: 401|@ohos.display.d.ts| +|Error code added|NA|Class name: display
Method or attribute name: function off(type: 'add' \| 'remove' \| 'change', callback?: Callback\): void;
Error code: 401|@ohos.display.d.ts| +|Error code added|NA|Class name: screenshot
Method or attribute name: function save(options?: ScreenshotOptions): Promise\;
Error code: 201, 401|@ohos.screenshot.d.ts| +|Error code added|NA|Class name: window
Method or attribute name: function on(type: 'systemBarTintChange', callback: Callback\): void;
Error code: 401|@ohos.window.d.ts| +|Error code added|NA|Class name: window
Method or attribute name: function off(type: 'systemBarTintChange', callback?: Callback\): void;
Error code: 401|@ohos.window.d.ts| +|Error code added|NA|Class name: Window
Method or attribute name: hide (callback: AsyncCallback\): void;
Error code: 1300002|@ohos.window.d.ts| +|Error code added|NA|Class name: Window
Method or attribute name: hide(): Promise\;
Error code: 1300002|@ohos.window.d.ts| +|Error code added|NA|Class name: Window
Method or attribute name: on(type: 'windowSizeChange', callback: Callback\): void;
Error code: 401|@ohos.window.d.ts| +|Error code added|NA|Class name: Window
Method or attribute name: off(type: 'windowSizeChange', callback?: Callback\): void;
Error code: 401|@ohos.window.d.ts| +|Error code added|NA|Class name: Window
Method or attribute name: on(type: 'keyboardHeightChange', callback: Callback\): void;
Error code: 401|@ohos.window.d.ts| +|Error code added|NA|Class name: Window
Method or attribute name: off(type: 'keyboardHeightChange', callback?: Callback\): void;
Error code: 401|@ohos.window.d.ts| +|Function changed|Class name: screenshot
Method or attribute name: function save(options?: ScreenshotOptions, callback: AsyncCallback\): void;
|Class name: screenshot
Method or attribute name: function save(options: ScreenshotOptions, callback: AsyncCallback\): void;
|@ohos.screenshot.d.ts| +|Function changed|Class name: screenshot
Method or attribute name: function save(options?: ScreenshotOptions, callback: AsyncCallback\): void;
|Class name: screenshot
Method or attribute name: function save(callback: AsyncCallback\): void;
|@ohos.screenshot.d.ts| +|Function changed|Class name: window
Method or attribute name: function create(id: string, type: WindowType, callback: AsyncCallback\): void;
|Class name: window
Method or attribute name: function create(id: string, type: WindowType, callback: AsyncCallback\): void;
|@ohos.window.d.ts| +|Function changed|Class name: window
Method or attribute name: function create(ctx: Context, id: string, type: WindowType, callback: AsyncCallback\): void;
|Class name: window
Method or attribute name: function create(id: string, type: WindowType, callback: AsyncCallback\): void;
|@ohos.window.d.ts| +|Function changed|Class name: window
Method or attribute name: function create(id: string, type: WindowType): Promise\;
|Class name: window
Method or attribute name: function create(id: string, type: WindowType): Promise\;
|@ohos.window.d.ts| +|Function changed|Class name: window
Method or attribute name: function create(ctx: Context, id: string, type: WindowType): Promise\;
|Class name: window
Method or attribute name: function create(id: string, type: WindowType): Promise\;
|@ohos.window.d.ts| +|Function changed|Class name: window
Method or attribute name: function create(id: string, type: WindowType): Promise\;
|Class name: window
Method or attribute name: function create(ctx: BaseContext, id: string, type: WindowType): Promise\;
|@ohos.window.d.ts| +|Function changed|Class name: window
Method or attribute name: function create(ctx: Context, id: string, type: WindowType): Promise\;
|Class name: window
Method or attribute name: function create(ctx: BaseContext, id: string, type: WindowType): Promise\;
|@ohos.window.d.ts| +|Function changed|Class name: window
Method or attribute name: function create(id: string, type: WindowType, callback: AsyncCallback\): void;
|Class name: window
Method or attribute name: function create(ctx: BaseContext, id: string, type: WindowType, callback: AsyncCallback\): void;
|@ohos.window.d.ts| +|Function changed|Class name: window
Method or attribute name: function create(ctx: Context, id: string, type: WindowType, callback: AsyncCallback\): void;
|Class name: window
Method or attribute name: function create(ctx: BaseContext, id: string, type: WindowType, callback: AsyncCallback\): void;
|@ohos.window.d.ts| +|Function changed|Class name: window
Method or attribute name: function getTopWindow(callback: AsyncCallback\): void;
|Class name: window
Method or attribute name: function getTopWindow(callback: AsyncCallback\): void;
|@ohos.window.d.ts| +|Function changed|Class name: window
Method or attribute name: function getTopWindow(ctx: Context, callback: AsyncCallback\): void;
|Class name: window
Method or attribute name: function getTopWindow(callback: AsyncCallback\): void;
|@ohos.window.d.ts| +|Function changed|Class name: window
Method or attribute name: function getTopWindow(): Promise\;
|Class name: window
Method or attribute name: function getTopWindow(): Promise\;
|@ohos.window.d.ts| +|Function changed|Class name: window
Method or attribute name: function getTopWindow(ctx: Context): Promise\;
|Class name: window
Method or attribute name: function getTopWindow(): Promise\;
|@ohos.window.d.ts| +|Function changed|Class name: window
Method or attribute name: function getTopWindow(): Promise\;
|Class name: window
Method or attribute name: function getTopWindow(ctx: BaseContext): Promise\;
|@ohos.window.d.ts| +|Function changed|Class name: window
Method or attribute name: function getTopWindow(ctx: Context): Promise\;
|Class name: window
Method or attribute name: function getTopWindow(ctx: BaseContext): Promise\;
|@ohos.window.d.ts| +|Function changed|Class name: window
Method or attribute name: function getTopWindow(callback: AsyncCallback\): void;
|Class name: window
Method or attribute name: function getTopWindow(ctx: BaseContext, callback: AsyncCallback\): void;
|@ohos.window.d.ts| +|Function changed|Class name: window
Method or attribute name: function getTopWindow(ctx: Context, callback: AsyncCallback\): void;
|Class name: window
Method or attribute name: function getTopWindow(ctx: BaseContext, callback: AsyncCallback\): void;
|@ohos.window.d.ts| +|Function changed|Class name: Window
Method or attribute name: loadContent(path: string, callback: AsyncCallback\): void;
|Class name: Window
Method or attribute name: loadContent(path: string, storage: LocalStorage, callback: AsyncCallback\): void;
|@ohos.window.d.ts| +|Function changed|Class name: Window
Method or attribute name: loadContent(path: string): Promise\;
|Class name: Window
Method or attribute name: loadContent(path: string, storage: LocalStorage): Promise\;
|@ohos.window.d.ts| +|Function changed|Class name: Window
Method or attribute name: loadContent(path: string, callback: AsyncCallback\): void;
|Class name: Window
Method or attribute name: loadContent(path: string, callback: AsyncCallback\): void;
|@ohos.window.d.ts| +|Function changed|Class name: Window
Method or attribute name: loadContent(path: string): Promise\;
|Class name: Window
Method or attribute name: loadContent(path: string): Promise\;
|@ohos.window.d.ts|