提交 41ebde06 编写于 作者: G Gloria 提交者: wusongqing

fixed 59b7be50 from https://gitee.com/wusongqing/docs/pulls/19439

Update docs against 19175+19219

Signed-off-by: wusongqing<wusongqing@huawei.com>
上级 f21e47ce
# Readme
- [Ability framework](js-apidiff-ability.md)
- [Accessibility subsystem](js-apidiff-accessibility.md)
- [Account subsystem](js-apidiff-account.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)
- [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)
- [Telephony subsystem](js-apidiff-telephony.md)
- [Test subsystem](js-apidiff-unitest.md)
- [Update subsystem](js-apidiff-update.md)
- [User IAM subsystem](js-apidiff-user-iam.md)
- [Web subsystem](js-apidiff-web.md)
- [Window manager subsystem](js-apidiff-window.md)
\ No newline at end of file
| Change Type | Old Version | New Version | d.ts File |
| ---- | ------ | ------ | -------- |
|Added|NA|Class name: LaunchReason<br>Method or attribute name: SHARE = 5|@ohos.app.ability.AbilityConstant.d.ts|
|Added|NA|Module name: ohos.app.ability.abilityManager<br>Class name: abilityManager<br>Method or attribute name: function acquireShareData(missionId: number, callback: AsyncCallback\<{ [key: string]: Object }>): void;|@ohos.app.ability.abilityManager.d.ts|
|Added|NA|Module name: ohos.app.ability.abilityManager<br>Class name: abilityManager<br>Method or attribute name: function acquireShareData(missionId: number): Promise\<{ [key: string]: Object }>;|@ohos.app.ability.abilityManager.d.ts|
|Added|NA|Module name: ohos.app.ability.appManager<br>Class name: appManager<br>Method or attribute name: function isSharedBundleRunning(bundleName: string, versionCode: number): Promise\<boolean>;|@ohos.app.ability.appManager.d.ts|
|Added|NA|Module name: ohos.app.ability.appManager<br>Class name: appManager<br>Method or attribute name: function isSharedBundleRunning(bundleName: string, versionCode: number, callback: AsyncCallback\<boolean>): void;|@ohos.app.ability.appManager.d.ts|
|Added|NA|Class name: appRecovery<br>Method or attribute name: function setRestartWant(want: Want): void;|@ohos.app.ability.appRecovery.d.ts|
|Added|NA|Class name: appRecovery<br>Method or attribute name: function saveAppState(context?: UIAbilityContext): boolean;|@ohos.app.ability.appRecovery.d.ts|
|Added|NA|Module name: ohos.app.ability.quickFixManager<br>Class name: quickFixManager<br>Method or attribute name: function revokeQuickFix(bundleName: string, callback: AsyncCallback\<void>): void;|@ohos.app.ability.quickFixManager.d.ts|
|Added|NA|Module name: ohos.app.ability.quickFixManager<br>Class name: quickFixManager<br>Method or attribute name: function revokeQuickFix(bundleName: string): Promise\<void>;|@ohos.app.ability.quickFixManager.d.ts|
|Added|NA|Module name: ohos.app.ability.UIAbility<br>Class name: OnRemoteStateChangeCallback|@ohos.app.ability.UIAbility.d.ts|
|Added|NA|Module name: ohos.app.ability.UIAbility<br>Class name: OnRemoteStateChangeCallback<br>Method or attribute name: (msg: string): void;|@ohos.app.ability.UIAbility.d.ts|
|Added|NA|Module name: ohos.app.ability.UIAbility<br>Class name: Caller<br>Method or attribute name: onRemoteStateChange(callback: OnRemoteStateChangeCallback): void;|@ohos.app.ability.UIAbility.d.ts|
|Added|NA|Class name: UIAbility<br>Method or attribute name: onShare(wantParam: { [key: string]: Object }): void;|@ohos.app.ability.UIAbility.d.ts|
|Added|NA|Module name: ohos.app.ability.wantConstant<br>Class name: Params<br>Method or attribute name: ABILITY_RECOVERY_RESTART = "ohos.ability.params.abilityRecoveryRestart"|@ohos.app.ability.wantConstant.d.ts|
|Added|NA|Module name: ohos.app.ability.wantConstant<br>Class name: Params<br>Method or attribute name: CONTENT_TITLE_KEY = 'ohos.extra.param.key.contentTitle'|@ohos.app.ability.wantConstant.d.ts|
|Added|NA|Module name: ohos.app.ability.wantConstant<br>Class name: Params<br>Method or attribute name: SHARE_ABSTRACT_KEY = 'ohos.extra.param.key.shareAbstract'|@ohos.app.ability.wantConstant.d.ts|
|Added|NA|Module name: ohos.app.ability.wantConstant<br>Class name: Params<br>Method or attribute name: SHARE_URL_KEY = 'ohos.extra.param.key.shareUrl'|@ohos.app.ability.wantConstant.d.ts|
|Added|NA|Module name: ohos.app.form.FormExtensionAbility<br>Class name: FormExtensionAbility<br>Method or attribute name: onAcquireFormData?(formId: string): { [key: string]: Object };|@ohos.app.form.FormExtensionAbility.d.ts|
|Added|NA|Module name: ohos.app.form.formHost<br>Class name: formHost<br>Method or attribute name: function getRunningFormInfos(callback: AsyncCallback\<Array\<formInfo.RunningFormInfo>>, hostBundleName?: string): void;|@ohos.app.form.formHost.d.ts|
|Added|NA|Module name: ohos.app.form.formHost<br>Class name: formHost<br>Method or attribute name: function getRunningFormInfos(hostBundleName?: string): Promise\<Array\<formInfo.RunningFormInfo>>;|@ohos.app.form.formHost.d.ts|
|Added|NA|Module name: ohos.app.form.formHost<br>Class name: formHost<br>Method or attribute name: function on(type: "formAdd", observerCallback: Callback\<formInfo.RunningFormInfo>, bundleName?: string): void;|@ohos.app.form.formHost.d.ts|
|Added|NA|Module name: ohos.app.form.formHost<br>Class name: formHost<br>Method or attribute name: function off(type: "formAdd", observerCallback?: Callback\<formInfo.RunningFormInfo>, bundleName?: string): void;|@ohos.app.form.formHost.d.ts|
|Added|NA|Module name: ohos.app.form.formHost<br>Class name: formHost<br>Method or attribute name: function on(type: "formRemove", observerCallback: Callback\<formInfo.RunningFormInfo>, bundleName?: string): void;|@ohos.app.form.formHost.d.ts|
|Added|NA|Module name: ohos.app.form.formHost<br>Class name: formHost<br>Method or attribute name: function off(type: "formRemove", observerCallback?: Callback\<formInfo.RunningFormInfo>, bundleName?: string): void;|@ohos.app.form.formHost.d.ts|
|Added|NA|Module name: ohos.app.form.formHost<br>Class name: formHost<br>Method or attribute name: function acquireFormData(formId: string, callback: AsyncCallback\<{[key: string]: Object}>): void;|@ohos.app.form.formHost.d.ts|
|Added|NA|Module name: ohos.app.form.formHost<br>Class name: formHost<br>Method or attribute name: function acquireFormData(formId: string): Promise\<{[key: string]: Object}>;|@ohos.app.form.formHost.d.ts|
|Added|NA|Module name: ohos.app.form.formHost<br>Class name: formHost<br>Method or attribute name: function getRunningFormInfosByFilter(formProviderFilter: formInfo.FormProviderFilter): Promise\<Array\<formInfo.RunningFormInfo>>;|@ohos.app.form.formHost.d.ts|
|Added|NA|Module name: ohos.app.form.formHost<br>Class name: formHost<br>Method or attribute name: function getRunningFormInfosByFilter(formProviderFilter: formInfo.FormProviderFilter, callback: AsyncCallback\<Array\<formInfo.RunningFormInfo>>): void;|@ohos.app.form.formHost.d.ts|
|Added|NA|Module name: ohos.app.form.formHost<br>Class name: formHost<br>Method or attribute name: function getRunningFormInfoById(formId: string): Promise\<formInfo.RunningFormInfo>;|@ohos.app.form.formHost.d.ts|
|Added|NA|Module name: ohos.app.form.formHost<br>Class name: formHost<br>Method or attribute name: function getRunningFormInfoById(formId: string, callback: AsyncCallback\<formInfo.RunningFormInfo>): void;|@ohos.app.form.formHost.d.ts|
|Added|NA|Class name: FormInfo<br>Method or attribute name: descriptionId: number;|@ohos.app.form.formInfo.d.ts|
|Added|NA|Module name: ohos.app.form.formInfo<br>Class name: FormParam<br>Method or attribute name: LAUNCH_REASON_KEY = "ohos.extra.param.key.form_launch_reason"|@ohos.app.form.formInfo.d.ts|
|Added|NA|Module name: ohos.app.form.formInfo<br>Class name: FormParam<br>Method or attribute name: PARAM_FORM_CUSTOMIZE_KEY = "ohos.extra.param.key.form_customize"|@ohos.app.form.formInfo.d.ts|
|Added|NA|Module name: ohos.app.form.formInfo<br>Class name: VisibilityType<br>Method or attribute name: UNKNOWN = 0|@ohos.app.form.formInfo.d.ts|
|Added|NA|Module name: ohos.app.form.formInfo<br>Class name: LaunchReason|@ohos.app.form.formInfo.d.ts|
|Added|NA|Module name: ohos.app.form.formInfo<br>Class name: LaunchReason<br>Method or attribute name: FORM_DEFAULT = 1|@ohos.app.form.formInfo.d.ts|
|Added|NA|Module name: ohos.app.form.formInfo<br>Class name: LaunchReason<br>Method or attribute name: FORM_SHARE|@ohos.app.form.formInfo.d.ts|
|Added|NA|Module name: ohos.app.form.formInfo<br>Class name: FormProviderFilter|@ohos.app.form.formInfo.d.ts|
|Added|NA|Module name: ohos.app.form.formInfo<br>Class name: FormProviderFilter<br>Method or attribute name: bundleName: string;|@ohos.app.form.formInfo.d.ts|
|Added|NA|Module name: ohos.app.form.formInfo<br>Class name: FormProviderFilter<br>Method or attribute name: formName ?: string;|@ohos.app.form.formInfo.d.ts|
|Added|NA|Module name: ohos.app.form.formInfo<br>Class name: FormProviderFilter<br>Method or attribute name: moduleName ?: string;|@ohos.app.form.formInfo.d.ts|
|Added|NA|Module name: ohos.app.form.formInfo<br>Class name: FormProviderFilter<br>Method or attribute name: abilityName ?: string;|@ohos.app.form.formInfo.d.ts|
|Added|NA|Module name: ohos.app.form.formInfo<br>Class name: RunningFormInfo|@ohos.app.form.formInfo.d.ts|
|Added|NA|Module name: ohos.app.form.formInfo<br>Class name: RunningFormInfo<br>Method or attribute name: readonly formId: string;|@ohos.app.form.formInfo.d.ts|
|Added|NA|Module name: ohos.app.form.formInfo<br>Class name: RunningFormInfo<br>Method or attribute name: readonly bundleName: string;|@ohos.app.form.formInfo.d.ts|
|Added|NA|Module name: ohos.app.form.formInfo<br>Class name: RunningFormInfo<br>Method or attribute name: readonly hostBundleName: string;|@ohos.app.form.formInfo.d.ts|
|Added|NA|Module name: ohos.app.form.formInfo<br>Class name: RunningFormInfo<br>Method or attribute name: readonly visibilityType: VisibilityType;|@ohos.app.form.formInfo.d.ts|
|Added|NA|Module name: ohos.app.form.formInfo<br>Class name: RunningFormInfo<br>Method or attribute name: readonly moduleName: string;|@ohos.app.form.formInfo.d.ts|
|Added|NA|Module name: ohos.app.form.formInfo<br>Class name: RunningFormInfo<br>Method or attribute name: readonly abilityName: string;|@ohos.app.form.formInfo.d.ts|
|Added|NA|Module name: ohos.app.form.formInfo<br>Class name: RunningFormInfo<br>Method or attribute name: readonly formName: string;|@ohos.app.form.formInfo.d.ts|
|Added|NA|Module name: ohos.app.form.formInfo<br>Class name: RunningFormInfo<br>Method or attribute name: readonly dimension: number;|@ohos.app.form.formInfo.d.ts|
|Added|NA|Module name: ohos.application.StaticSubscriberExtensionAbility<br>Class name: StaticSubscriberExtensionAbility<br>Method or attribute name: context: StaticSubscriberExtensionContext;|@ohos.application.StaticSubscriberExtensionAbility.d.ts|
|Added|NA|Module name: ohos.application.StaticSubscriberExtensionContext<br>Class name: StaticSubscriberExtensionContext|@ohos.application.StaticSubscriberExtensionContext.d.ts|
|Added|NA|Module name: ohos.application.StaticSubscriberExtensionContext<br>Class name: StaticSubscriberExtensionContext<br>Method or attribute name: startAbility(want: Want, callback: AsyncCallback\<void>): void;|@ohos.application.StaticSubscriberExtensionContext.d.ts|
|Added|NA|Module name: ohos.application.StaticSubscriberExtensionContext<br>Class name: StaticSubscriberExtensionContext<br>Method or attribute name: startAbility(want: Want): Promise\<void>;|@ohos.application.StaticSubscriberExtensionContext.d.ts|
|Added|NA|Module name: ohos.application.uriPermissionManager<br>Class name: uriPermissionManager|@ohos.application.uriPermissionManager.d.ts|
|Added|NA|Module name: ohos.application.uriPermissionManager<br>Class name: uriPermissionManager<br>Method or attribute name: function grantUriPermission(uri: string, flag: wantConstant.Flags, targetBundleName: string, callback: AsyncCallback\<number>): void;|@ohos.application.uriPermissionManager.d.ts|
|Added|NA|Module name: ohos.application.uriPermissionManager<br>Class name: uriPermissionManager<br>Method or attribute name: function grantUriPermission(uri: string, flag: wantConstant.Flags, targetBundleName: string): Promise\<number>;|@ohos.application.uriPermissionManager.d.ts|
|Added|NA|Module name: ohos.application.uriPermissionManager<br>Class name: uriPermissionManager<br>Method or attribute name: function revokeUriPermission(uri: string, targetBundleName: string, callback: AsyncCallback\<number>): void;|@ohos.application.uriPermissionManager.d.ts|
|Added|NA|Module name: ohos.application.uriPermissionManager<br>Class name: uriPermissionManager<br>Method or attribute name: function revokeUriPermission(uri: string, targetBundleName: string): Promise\<number>;|@ohos.application.uriPermissionManager.d.ts|
|Added|NA|Module name: ErrorObserver<br>Class name: ErrorObserver<br>Method or attribute name: onException?(errObject: Error): void;|ErrorObserver.d.ts|
|Added|NA|Class name: ServiceExtensionContext<br>Method or attribute name: startAbilityByCallWithAccount(want: Want, accountId: number): Promise\<Caller>;|ServiceExtensionContext.d.ts|
|Added|NA|Class name: UIAbilityContext<br>Method or attribute name: startAbilityByCallWithAccount(want: Want, accountId: number): Promise\<Caller>;|UIAbilityContext.d.ts|
|Permission added|Class name: ServiceExtensionContext<br>Method or attribute name: startServiceExtensionAbility(want: Want, callback: AsyncCallback\<void>): void;<br>Permission: N/A|Class name: ServiceExtensionContext<br>Method or attribute name: startServiceExtensionAbility(want: Want, callback: AsyncCallback\<void>): void;<br>Permission: ohos.permission.START_INVISIBLE_ABILITY|ServiceExtensionContext.d.ts|
|Permission added|Class name: ServiceExtensionContext<br>Method or attribute name: startServiceExtensionAbility(want: Want): Promise\<void>;<br>Permission: N/A|Class name: ServiceExtensionContext<br>Method or attribute name: startServiceExtensionAbility(want: Want): Promise\<void>;<br>Permission: ohos.permission.START_INVISIBLE_ABILITY|ServiceExtensionContext.d.ts|
|Permission added|Class name: ServiceExtensionContext<br>Method or attribute name: connectServiceExtensionAbility(want: Want, options: ConnectOptions): number;<br>Permission: N/A|Class name: ServiceExtensionContext<br>Method or attribute name: connectServiceExtensionAbility(want: Want, options: ConnectOptions): number;<br>Permission: ohos.permission.ABILITY_BACKGROUND_COMMUNICATION|ServiceExtensionContext.d.ts|
|Permission added|Class name: UIAbilityContext<br>Method or attribute name: startServiceExtensionAbility(want: Want, callback: AsyncCallback\<void>): void;<br>Permission: N/A|Class name: UIAbilityContext<br>Method or attribute name: startServiceExtensionAbility(want: Want, callback: AsyncCallback\<void>): void;<br>Permission: ohos.permission.START_INVISIBLE_ABILITY|UIAbilityContext.d.ts|
|Permission added|Class name: UIAbilityContext<br>Method or attribute name: startServiceExtensionAbility(want: Want): Promise\<void>;<br>Permission: N/A|Class name: UIAbilityContext<br>Method or attribute name: startServiceExtensionAbility(want: Want): Promise\<void>;<br>Permission: ohos.permission.ABILITY_BACKGROUND_COMMUNICATION|UIAbilityContext.d.ts|
|Permission added|Class name: UIAbilityContext<br>Method or attribute name: connectServiceExtensionAbility(want: Want, options: ConnectOptions): number;<br>Permission: N/A|Class name: UIAbilityContext<br>Method or attribute name: connectServiceExtensionAbility(want: Want, options: ConnectOptions): number;<br>Permission: ohos.permission.ABILITY_BACKGROUND_COMMUNICATION|UIAbilityContext.d.ts|
| Change Type | Old Version | New Version | d.ts File |
| ---- | ------ | ------ | -------- |
|Error code added|NA|Class name: Config<br>Method or attribute name: get(): Promise\<T>;<br>Error code: 201, 202|@ohos.accessibility.config.d.ts|
|Error code added|NA|Class name: Config<br>Method or attribute name: get(callback: AsyncCallback\<T>): void;<br>Error code: 201, 202|@ohos.accessibility.config.d.ts|
|Error code added|NA|Class name: Config<br>Method or attribute name: off(callback?: Callback\<T>): void;<br>Error code: 202|@ohos.accessibility.config.d.ts|
因为 它太大了无法显示 source diff 。你可以改为 查看blob
| Change Type | Old Version | New Version | d.ts File |
| ---- | ------ | ------ | -------- |
|Added|NA|Class name: CommonEventBatteryChangedKey<br>Method or attribute name: EXTRA_SOC = 'soc'|@ohos.batteryInfo.d.ts|
|Added|NA|Class name: CommonEventBatteryChangedKey<br>Method or attribute name: EXTRA_CHARGE_STATE = 'chargeState'|@ohos.batteryInfo.d.ts|
|Added|NA|Class name: CommonEventBatteryChangedKey<br>Method or attribute name: EXTRA_HEALTH_STATE = 'healthState'|@ohos.batteryInfo.d.ts|
|Added|NA|Class name: CommonEventBatteryChangedKey<br>Method or attribute name: EXTRA_PLUGGED_TYPE = 'pluggedType'|@ohos.batteryInfo.d.ts|
|Added|NA|Class name: CommonEventBatteryChangedKey<br>Method or attribute name: EXTRA_VOLTAGE = 'voltage'|@ohos.batteryInfo.d.ts|
|Added|NA|Class name: CommonEventBatteryChangedKey<br>Method or attribute name: EXTRA_TECHNOLOGY = 'technology'|@ohos.batteryInfo.d.ts|
|Added|NA|Class name: CommonEventBatteryChangedKey<br>Method or attribute name: EXTRA_TEMPERATURE = 'temperature'|@ohos.batteryInfo.d.ts|
|Added|NA|Class name: CommonEventBatteryChangedKey<br>Method or attribute name: EXTRA_PRESENT = 'present'|@ohos.batteryInfo.d.ts|
|Added|NA|Class name: CommonEventBatteryChangedKey<br>Method or attribute name: EXTRA_CAPACITY_LEVEL = 'capacityLevel'|@ohos.batteryInfo.d.ts|
|Added|NA|Module name: ohos.charger<br>Class name: charger|@ohos.charger.d.ts|
|Added|NA|Module name: ohos.charger<br>Class name: ChargeType|@ohos.charger.d.ts|
|Added|NA|Module name: ohos.charger<br>Class name: ChargeType<br>Method or attribute name: NONE|@ohos.charger.d.ts|
|Added|NA|Module name: ohos.charger<br>Class name: ChargeType<br>Method or attribute name: WIRED_NORMAL|@ohos.charger.d.ts|
|Added|NA|Module name: ohos.charger<br>Class name: ChargeType<br>Method or attribute name: WIRED_QUICK|@ohos.charger.d.ts|
|Added|NA|Module name: ohos.charger<br>Class name: ChargeType<br>Method or attribute name: WIRED_SUPER_QUICK|@ohos.charger.d.ts|
|Added|NA|Module name: ohos.charger<br>Class name: ChargeType<br>Method or attribute name: WIRELESS_NORMAL|@ohos.charger.d.ts|
|Added|NA|Module name: ohos.charger<br>Class name: ChargeType<br>Method or attribute name: WIRELESS_QUICK|@ohos.charger.d.ts|
|Added|NA|Module name: ohos.charger<br>Class name: ChargeType<br>Method or attribute name: WIRELESS_SUPER_QUICK|@ohos.charger.d.ts|
|Deprecated version changed|Class name: RunningLockType<br>Method or attribute name: BACKGROUND = 1<br>Deprecated version: N/A|Class name: RunningLockType<br>Method or attribute name: BACKGROUND = 1<br>Deprecated version: 10<br>Substitute API: N/A|@ohos.runningLock.d.ts|
|Error code added|NA|Class name: batteryStats<br>Method or attribute name: function getBatteryStats(): Promise\<Array\<BatteryStatsInfo>>;<br>Error code: 202, 4600101|@ohos.batteryStatistics.d.ts|
| Change Type | Old Version | New Version | d.ts File |
| ---- | ------ | ------ | -------- |
|Added|NA|Module name: ohos.app.businessAbilityRouter<br>Class name: businessAbilityRouter|@ohos.app.businessAbilityRouter.d.ts|
|Added|NA|Module name: ohos.app.businessAbilityRouter<br>Class name: BusinessType|@ohos.app.businessAbilityRouter.d.ts|
|Added|NA|Module name: ohos.app.businessAbilityRouter<br>Class name: BusinessType<br>Method or attribute name: SHARE = 0|@ohos.app.businessAbilityRouter.d.ts|
|Added|NA|Module name: ohos.app.businessAbilityRouter<br>Class name: BusinessType<br>Method or attribute name: UNSPECIFIED = 255|@ohos.app.businessAbilityRouter.d.ts|
|Added|NA|Module name: ohos.app.businessAbilityRouter<br>Class name: BusinessAbilityFilter|@ohos.app.businessAbilityRouter.d.ts|
|Added|NA|Module name: ohos.app.businessAbilityRouter<br>Class name: BusinessAbilityFilter<br>Method or attribute name: businessType: BusinessType;|@ohos.app.businessAbilityRouter.d.ts|
|Added|NA|Module name: ohos.app.businessAbilityRouter<br>Class name: BusinessAbilityFilter<br>Method or attribute name: mimeType?: string;|@ohos.app.businessAbilityRouter.d.ts|
|Added|NA|Module name: ohos.app.businessAbilityRouter<br>Class name: BusinessAbilityFilter<br>Method or attribute name: uri?: string;|@ohos.app.businessAbilityRouter.d.ts|
|Added|NA|Module name: ohos.app.businessAbilityRouter<br>Class name: businessAbilityRouter<br>Method or attribute name: function queryBusinessAbilityInfo(filter: BusinessAbilityFilter,<br><br> callback: AsyncCallback\<Array\<BusinessAbilityInfo>>): void;|@ohos.app.businessAbilityRouter.d.ts|
|Added|NA|Module name: ohos.app.businessAbilityRouter<br>Class name: businessAbilityRouter<br>Method or attribute name: function queryBusinessAbilityInfo(filter: BusinessAbilityFilter): Promise\<Array\<BusinessAbilityInfo>>;|@ohos.app.businessAbilityRouter.d.ts|
|Added|NA|Module name: ohos.bundle.bundleManager<br>Class name: ExtensionAbilityType<br>Method or attribute name: PRINT = 15|@ohos.bundle.bundleManager.d.ts|
|Added|NA|Class name: ExtensionAbilityType<br>Method or attribute name: PRINT = 15|@ohos.bundle.bundleManager.d.ts|
|Added|NA|Module name: ohos.bundle.bundleManager<br>Class name: ExtensionAbilityType<br>Method or attribute name: DRIVER = 18|@ohos.bundle.bundleManager.d.ts|
|Added|NA|Class name: ExtensionAbilityType<br>Method or attribute name: DRIVER = 18|@ohos.bundle.bundleManager.d.ts|
|Added|NA|Module name: ohos.bundle.bundleManager<br>Class name: CompatiblePolicy|@ohos.bundle.bundleManager.d.ts|
|Added|NA|Module name: ohos.bundle.bundleManager<br>Class name: CompatiblePolicy<br>Method or attribute name: BACKWARD_COMPATIBILITY = 1|@ohos.bundle.bundleManager.d.ts|
|Added|NA|Class name: bundleManager<br>Method or attribute name: function getAllSharedBundleInfo(callback: AsyncCallback\<Array\<SharedBundleInfo>>): void;|@ohos.bundle.bundleManager.d.ts|
|Added|NA|Class name: bundleManager<br>Method or attribute name: function getAllSharedBundleInfo(): Promise\<Array\<SharedBundleInfo>>;|@ohos.bundle.bundleManager.d.ts|
|Added|NA|Class name: bundleManager<br>Method or attribute name: function getSharedBundleInfo(bundleName: string, moduleName: string, callback: AsyncCallback\<Array\<SharedBundleInfo>>): void;|@ohos.bundle.bundleManager.d.ts|
|Added|NA|Class name: bundleManager<br>Method or attribute name: function getSharedBundleInfo(bundleName: string, moduleName: string): Promise\<Array\<SharedBundleInfo>>;|@ohos.bundle.bundleManager.d.ts|
|Added|NA|Class name: bundleManager<br>Method or attribute name: function getAppProvisionInfo(bundleName: string, callback: AsyncCallback\<AppProvisionInfo>): void;|@ohos.bundle.bundleManager.d.ts|
|Added|NA|Class name: bundleManager<br>Method or attribute name: function getAppProvisionInfo(bundleName: string, userId: number, callback: AsyncCallback\<AppProvisionInfo>): void;|@ohos.bundle.bundleManager.d.ts|
|Added|NA|Class name: bundleManager<br>Method or attribute name: function getAppProvisionInfo(bundleName: string, userId?: number): Promise\<AppProvisionInfo>;|@ohos.bundle.bundleManager.d.ts|
|Added|NA|Class name: ApplicationType<br>Method or attribute name: BROWSER = 'Web Browser'|@ohos.bundle.defaultAppManager.d.ts|
|Added|NA|Class name: ApplicationType<br>Method or attribute name: IMAGE = 'Image Gallery'|@ohos.bundle.defaultAppManager.d.ts|
|Added|NA|Class name: ApplicationType<br>Method or attribute name: AUDIO = 'Audio Player'|@ohos.bundle.defaultAppManager.d.ts|
|Added|NA|Class name: ApplicationType<br>Method or attribute name: VIDEO = 'Video Player'|@ohos.bundle.defaultAppManager.d.ts|
|Added|NA|Class name: ApplicationType<br>Method or attribute name: PDF = 'PDF Viewer'|@ohos.bundle.defaultAppManager.d.ts|
|Added|NA|Class name: ApplicationType<br>Method or attribute name: WORD = 'Word Viewer'|@ohos.bundle.defaultAppManager.d.ts|
|Added|NA|Class name: ApplicationType<br>Method or attribute name: EXCEL = 'Excel Viewer'|@ohos.bundle.defaultAppManager.d.ts|
|Added|NA|Class name: ApplicationType<br>Method or attribute name: PPT = 'PPT Viewer'|@ohos.bundle.defaultAppManager.d.ts|
|Added|NA|Class name: InstallParam<br>Method or attribute name: sharedBundleDirPaths?: Array\<String>;|@ohos.bundle.installer.d.ts|
|Added|NA|Module name: ohos.bundle.installer<br>Class name: UninstallParam|@ohos.bundle.installer.d.ts|
|Added|NA|Module name: ohos.bundle.installer<br>Class name: UninstallParam<br>Method or attribute name: bundleName: string;|@ohos.bundle.installer.d.ts|
|Added|NA|Module name: ohos.bundle.installer<br>Class name: UninstallParam<br>Method or attribute name: versionCode?: number;|@ohos.bundle.installer.d.ts|
|Added|NA|Module name: ohos.bundle.overlay<br>Class name: overlay|@ohos.bundle.overlay.d.ts|
|Added|NA|Module name: ohos.bundle.overlay<br>Class name: overlay<br>Method or attribute name: function setOverlayEnabled(moduleName: string, isEnabled: boolean, callback: AsyncCallback\<void>): void;|@ohos.bundle.overlay.d.ts|
|Added|NA|Module name: ohos.bundle.overlay<br>Class name: overlay<br>Method or attribute name: function setOverlayEnabled(moduleName: string, isEnabled: boolean): Promise\<void>;|@ohos.bundle.overlay.d.ts|
|Added|NA|Module name: ohos.bundle.overlay<br>Class name: overlay<br>Method or attribute name: function setOverlayEnabledByBundleName(bundleName: string,<br><br> moduleName: string, isEnabled: boolean, callback: AsyncCallback\<void>): void;|@ohos.bundle.overlay.d.ts|
|Added|NA|Module name: ohos.bundle.overlay<br>Class name: overlay<br>Method or attribute name: function setOverlayEnabledByBundleName(bundleName: string, moduleName: string, isEnabled: boolean): Promise\<void>;|@ohos.bundle.overlay.d.ts|
|Added|NA|Module name: ohos.bundle.overlay<br>Class name: overlay<br>Method or attribute name: function getOverlayModuleInfo(moduleName: string, callback: AsyncCallback\<OverlayModuleInfo>): void;|@ohos.bundle.overlay.d.ts|
|Added|NA|Module name: ohos.bundle.overlay<br>Class name: overlay<br>Method or attribute name: function getOverlayModuleInfo(moduleName: string): Promise\<OverlayModuleInfo>;|@ohos.bundle.overlay.d.ts|
|Added|NA|Module name: ohos.bundle.overlay<br>Class name: overlay<br>Method or attribute name: function getTargetOverlayModuleInfos(targetModuleName: string,<br><br> callback: AsyncCallback\<Array\<OverlayModuleInfo>>): void;|@ohos.bundle.overlay.d.ts|
|Added|NA|Module name: ohos.bundle.overlay<br>Class name: overlay<br>Method or attribute name: function getTargetOverlayModuleInfos(targetModuleName: string): Promise\<Array\<OverlayModuleInfo>>;|@ohos.bundle.overlay.d.ts|
|Added|NA|Module name: ohos.bundle.overlay<br>Class name: overlay<br>Method or attribute name: function getOverlayModuleInfoByBundleName(bundleName: string,<br><br> callback: AsyncCallback\<Array\<OverlayModuleInfo>>): void;|@ohos.bundle.overlay.d.ts|
|Added|NA|Module name: ohos.bundle.overlay<br>Class name: overlay<br>Method or attribute name: function getOverlayModuleInfoByBundleName(bundleName: string,<br><br> moduleName: string, callback: AsyncCallback\<Array\<OverlayModuleInfo>>): void;|@ohos.bundle.overlay.d.ts|
|Added|NA|Module name: ohos.bundle.overlay<br>Class name: overlay<br>Method or attribute name: function getOverlayModuleInfoByBundleName(bundleName: string,<br><br> moduleName?: string): Promise\<Array\<OverlayModuleInfo>>;|@ohos.bundle.overlay.d.ts|
|Added|NA|Module name: ohos.bundle.overlay<br>Class name: overlay<br>Method or attribute name: function getTargetOverlayModuleInfosByBundleName(targetBundleName: string,<br><br> callback: AsyncCallback\<Array\<OverlayModuleInfo>>): void;|@ohos.bundle.overlay.d.ts|
|Added|NA|Module name: ohos.bundle.overlay<br>Class name: overlay<br>Method or attribute name: function getTargetOverlayModuleInfosByBundleName(targetBundleName: string,<br><br> moduleName: string, callback: AsyncCallback\<Array\<OverlayModuleInfo>>): void;|@ohos.bundle.overlay.d.ts|
|Added|NA|Module name: ohos.bundle.overlay<br>Class name: overlay<br>Method or attribute name: function getTargetOverlayModuleInfosByBundleName(targetBundleName: string,<br><br> moduleName?: string): Promise\<Array\<OverlayModuleInfo>>;|@ohos.bundle.overlay.d.ts|
|Added|NA|Class name: ApplicationInfo<br>Method or attribute name: readonly debug: boolean;|ApplicationInfo.d.ts|
|Added|NA|Module name: AppProvisionInfo<br>Class name: AppProvisionInfo|AppProvisionInfo.d.ts|
|Added|NA|Module name: AppProvisionInfo<br>Class name: AppProvisionInfo<br>Method or attribute name: readonly versionCode: number;|AppProvisionInfo.d.ts|
|Added|NA|Module name: AppProvisionInfo<br>Class name: AppProvisionInfo<br>Method or attribute name: readonly versionName: string;|AppProvisionInfo.d.ts|
|Added|NA|Module name: AppProvisionInfo<br>Class name: AppProvisionInfo<br>Method or attribute name: readonly uuid: string;|AppProvisionInfo.d.ts|
|Added|NA|Module name: AppProvisionInfo<br>Class name: AppProvisionInfo<br>Method or attribute name: readonly type: string;|AppProvisionInfo.d.ts|
|Added|NA|Module name: AppProvisionInfo<br>Class name: AppProvisionInfo<br>Method or attribute name: readonly appDistributionType: string;|AppProvisionInfo.d.ts|
|Added|NA|Module name: AppProvisionInfo<br>Class name: AppProvisionInfo<br>Method or attribute name: readonly validity: Validity;|AppProvisionInfo.d.ts|
|Added|NA|Module name: AppProvisionInfo<br>Class name: AppProvisionInfo<br>Method or attribute name: readonly developerId: string;|AppProvisionInfo.d.ts|
|Added|NA|Module name: AppProvisionInfo<br>Class name: AppProvisionInfo<br>Method or attribute name: readonly certificate: string;|AppProvisionInfo.d.ts|
|Added|NA|Module name: AppProvisionInfo<br>Class name: AppProvisionInfo<br>Method or attribute name: readonly apl: string;|AppProvisionInfo.d.ts|
|Added|NA|Module name: AppProvisionInfo<br>Class name: AppProvisionInfo<br>Method or attribute name: readonly issuer: string;|AppProvisionInfo.d.ts|
|Added|NA|Module name: AppProvisionInfo<br>Class name: Validity|AppProvisionInfo.d.ts|
|Added|NA|Module name: AppProvisionInfo<br>Class name: Validity<br>Method or attribute name: readonly notBefore: number;|AppProvisionInfo.d.ts|
|Added|NA|Module name: AppProvisionInfo<br>Class name: Validity<br>Method or attribute name: readonly notAfter: number;|AppProvisionInfo.d.ts|
|Added|NA|Module name: BusinessAbilityInfo<br>Class name: BusinessAbilityInfo|BusinessAbilityInfo.d.ts|
|Added|NA|Module name: BusinessAbilityInfo<br>Class name: BusinessAbilityInfo<br>Method or attribute name: readonly bundleName: string;|BusinessAbilityInfo.d.ts|
|Added|NA|Module name: BusinessAbilityInfo<br>Class name: BusinessAbilityInfo<br>Method or attribute name: readonly moduleName: string;|BusinessAbilityInfo.d.ts|
|Added|NA|Module name: BusinessAbilityInfo<br>Class name: BusinessAbilityInfo<br>Method or attribute name: readonly name: string;|BusinessAbilityInfo.d.ts|
|Added|NA|Module name: BusinessAbilityInfo<br>Class name: BusinessAbilityInfo<br>Method or attribute name: readonly labelId: number;|BusinessAbilityInfo.d.ts|
|Added|NA|Module name: BusinessAbilityInfo<br>Class name: BusinessAbilityInfo<br>Method or attribute name: readonly descriptionId: number;|BusinessAbilityInfo.d.ts|
|Added|NA|Module name: BusinessAbilityInfo<br>Class name: BusinessAbilityInfo<br>Method or attribute name: readonly iconId: number;|BusinessAbilityInfo.d.ts|
|Added|NA|Module name: BusinessAbilityInfo<br>Class name: BusinessAbilityInfo<br>Method or attribute name: readonly businessType: businessAbilityRouter.BusinessType;|BusinessAbilityInfo.d.ts|
|Added|NA|Module name: BusinessAbilityInfo<br>Class name: BusinessAbilityInfo<br>Method or attribute name: readonly applicationInfo: ApplicationInfo;|BusinessAbilityInfo.d.ts|
|Added|NA|Class name: Dependency<br>Method or attribute name: readonly bundleName: string;|HapModuleInfo.d.ts|
|Added|NA|Class name: Dependency<br>Method or attribute name: readonly versionCode: number;|HapModuleInfo.d.ts|
|Added|NA|Module name: OverlayModuleInfo<br>Class name: OverlayModuleInfo|OverlayModuleInfo.d.ts|
|Added|NA|Module name: OverlayModuleInfo<br>Class name: OverlayModuleInfo<br>Method or attribute name: readonly bundleName: string;|OverlayModuleInfo.d.ts|
|Added|NA|Module name: OverlayModuleInfo<br>Class name: OverlayModuleInfo<br>Method or attribute name: readonly moduleName: string;|OverlayModuleInfo.d.ts|
|Added|NA|Module name: OverlayModuleInfo<br>Class name: OverlayModuleInfo<br>Method or attribute name: readonly targetModuleName: string;|OverlayModuleInfo.d.ts|
|Added|NA|Module name: OverlayModuleInfo<br>Class name: OverlayModuleInfo<br>Method or attribute name: readonly priority: number;|OverlayModuleInfo.d.ts|
|Added|NA|Module name: OverlayModuleInfo<br>Class name: OverlayModuleInfo<br>Method or attribute name: readonly state: number;|OverlayModuleInfo.d.ts|
|Added|NA|Module name: SharedBundleInfo<br>Class name: SharedBundleInfo|SharedBundleInfo.d.ts|
|Added|NA|Module name: SharedBundleInfo<br>Class name: SharedBundleInfo<br>Method or attribute name: readonly name: string;|SharedBundleInfo.d.ts|
|Added|NA|Module name: SharedBundleInfo<br>Class name: SharedBundleInfo<br>Method or attribute name: readonly compatiblePolicy: bundleManager.CompatiblePolicy;|SharedBundleInfo.d.ts|
|Added|NA|Module name: SharedBundleInfo<br>Class name: SharedBundleInfo<br>Method or attribute name: readonly sharedModuleInfo: Array\<SharedModuleInfo>;|SharedBundleInfo.d.ts|
|Added|NA|Module name: SharedBundleInfo<br>Class name: SharedModuleInfo|SharedBundleInfo.d.ts|
|Added|NA|Module name: SharedBundleInfo<br>Class name: SharedModuleInfo<br>Method or attribute name: readonly name: string;|SharedBundleInfo.d.ts|
|Added|NA|Module name: SharedBundleInfo<br>Class name: SharedModuleInfo<br>Method or attribute name: readonly versionCode: number;|SharedBundleInfo.d.ts|
|Added|NA|Module name: SharedBundleInfo<br>Class name: SharedModuleInfo<br>Method or attribute name: readonly versionName: string;|SharedBundleInfo.d.ts|
|Added|NA|Module name: SharedBundleInfo<br>Class name: SharedModuleInfo<br>Method or attribute name: readonly description: string;|SharedBundleInfo.d.ts|
|Added|NA|Module name: SharedBundleInfo<br>Class name: SharedModuleInfo<br>Method or attribute name: readonly descriptionId: number;|SharedBundleInfo.d.ts|
| Change Type | Old Version | New Version | d.ts File |
| ---- | ------ | ------ | -------- |
|Added|NA|Module name: global<br>Class name: console<br>Method or attribute name: static assert(value?: Object, ...arguments: Object[]): void;|global.d.ts|
|Added|NA|Class name: console<br>Method or attribute name: static assert(value?: Object, ...arguments: Object[]): void;|global.d.ts|
|Added|NA|Module name: global<br>Class name: console<br>Method or attribute name: static count(label?: string): void;|global.d.ts|
|Added|NA|Class name: console<br>Method or attribute name: static count(label?: string): void;|global.d.ts|
|Added|NA|Module name: global<br>Class name: console<br>Method or attribute name: static countReset(label?: string): void;|global.d.ts|
|Added|NA|Class name: console<br>Method or attribute name: static countReset(label?: string): void;|global.d.ts|
|Added|NA|Module name: global<br>Class name: console<br>Method or attribute name: static dir(dir?: Object): void;|global.d.ts|
|Added|NA|Class name: console<br>Method or attribute name: static dir(dir?: Object): void;|global.d.ts|
|Added|NA|Module name: global<br>Class name: console<br>Method or attribute name: static dirxml(...arguments: Object[]): void;|global.d.ts|
|Added|NA|Class name: console<br>Method or attribute name: static dirxml(...arguments: Object[]): void;|global.d.ts|
|Added|NA|Module name: global<br>Class name: console<br>Method or attribute name: static group(...arguments: Object[]): void;|global.d.ts|
|Added|NA|Class name: console<br>Method or attribute name: static group(...arguments: Object[]): void;|global.d.ts|
|Added|NA|Module name: global<br>Class name: console<br>Method or attribute name: static groupCollapsed(...arguments: Object[]): void;|global.d.ts|
|Added|NA|Class name: console<br>Method or attribute name: static groupCollapsed(...arguments: Object[]): void;|global.d.ts|
|Added|NA|Module name: global<br>Class name: console<br>Method or attribute name: static groupEnd(): void;|global.d.ts|
|Added|NA|Class name: console<br>Method or attribute name: static groupEnd(): void;|global.d.ts|
|Added|NA|Module name: global<br>Class name: console<br>Method or attribute name: static table(tableData?: Object): void;|global.d.ts|
|Added|NA|Class name: console<br>Method or attribute name: static table(tableData?: Object): void;|global.d.ts|
|Added|NA|Module name: global<br>Class name: console<br>Method or attribute name: static time(label?: string): void;|global.d.ts|
|Added|NA|Class name: console<br>Method or attribute name: static time(label?: string): void;|global.d.ts|
|Added|NA|Module name: global<br>Class name: console<br>Method or attribute name: static timeEnd(label?: string): void;|global.d.ts|
|Added|NA|Class name: console<br>Method or attribute name: static timeEnd(label?: string): void;|global.d.ts|
|Added|NA|Module name: global<br>Class name: console<br>Method or attribute name: static timeLog(label?: string, ...arguments: Object[]): void;|global.d.ts|
|Added|NA|Class name: console<br>Method or attribute name: static timeLog(label?: string, ...arguments: Object[]): void;|global.d.ts|
|Added|NA|Module name: global<br>Class name: console<br>Method or attribute name: static trace(...arguments: Object[]): void;|global.d.ts|
|Added|NA|Class name: console<br>Method or attribute name: static trace(...arguments: Object[]): void;|global.d.ts|
|Initial version changed|Class name: LRUCache<br>Method or attribute name: keys(): K[];<br>Initial version: N/A|Class name: LRUCache<br>Method or attribute name: keys(): K[];<br>Initial version: 9|@ohos.util.d.ts|
|Initial version changed|Class name: WorkerEventListener<br>Method or attribute name: (event: Event): void \| Promise\<void>;<br>Initial version: 9|Class name: WorkerEventListener<br>Method or attribute name: (event: Event): void \| Promise\<void>;<br>Initial version: 10|@ohos.worker.d.ts|
|Initial version changed|Class name: WorkerEventTarget<br>Method or attribute name: addEventListener(type: string, listener: WorkerEventListener): void;<br>Initial version: 9|Class name: WorkerEventTarget<br>Method or attribute name: addEventListener(type: string, listener: WorkerEventListener): void;<br>Initial version: 10|@ohos.worker.d.ts|
|Initial version changed|Class name: ThreadWorkerGlobalScope<br>Method or attribute name: onmessage?: (this: ThreadWorkerGlobalScope, ev: MessageEvents) => void;<br>Initial version: 9|Class name: ThreadWorkerGlobalScope<br>Method or attribute name: onmessage?: (this: ThreadWorkerGlobalScope, ev: MessageEvents) => void;<br>Initial version: 10|@ohos.worker.d.ts|
|Initial version changed|Class name: ThreadWorkerGlobalScope<br>Method or attribute name: onmessageerror?: (this: ThreadWorkerGlobalScope, ev: MessageEvents) => void;<br>Initial version: 9|Class name: ThreadWorkerGlobalScope<br>Method or attribute name: onmessageerror?: (this: ThreadWorkerGlobalScope, ev: MessageEvents) => void;<br>Initial version: 10|@ohos.worker.d.ts|
|Initial version changed|Class name: ThreadWorker<br>Method or attribute name: onexit?: (code: number) => void;<br>Initial version: 9|Class name: ThreadWorker<br>Method or attribute name: onexit?: (code: number) => void;<br>Initial version: 10|@ohos.worker.d.ts|
|Initial version changed|Class name: ThreadWorker<br>Method or attribute name: onerror?: (err: ErrorEvent) => void;<br>Initial version: 9|Class name: ThreadWorker<br>Method or attribute name: onerror?: (err: ErrorEvent) => void;<br>Initial version: 10|@ohos.worker.d.ts|
|Initial version changed|Class name: ThreadWorker<br>Method or attribute name: onmessage?: (event: MessageEvents) => void;<br>Initial version: 9|Class name: ThreadWorker<br>Method or attribute name: onmessage?: (event: MessageEvents) => void;<br>Initial version: 10|@ohos.worker.d.ts|
|Initial version changed|Class name: ThreadWorker<br>Method or attribute name: onmessageerror?: (event: MessageEvents) => void;<br>Initial version: 9|Class name: ThreadWorker<br>Method or attribute name: onmessageerror?: (event: MessageEvents) => void;<br>Initial version: 10|@ohos.worker.d.ts|
|Initial version changed|Class name: ThreadWorker<br>Method or attribute name: on(type: string, listener: WorkerEventListener): void;<br>Initial version: 9|Class name: ThreadWorker<br>Method or attribute name: on(type: string, listener: WorkerEventListener): void;<br>Initial version: 10|@ohos.worker.d.ts|
|Initial version changed|Class name: ThreadWorker<br>Method or attribute name: once(type: string, listener: WorkerEventListener): void;<br>Initial version: 9|Class name: ThreadWorker<br>Method or attribute name: once(type: string, listener: WorkerEventListener): void;<br>Initial version: 10|@ohos.worker.d.ts|
|Initial version changed|Class name: ThreadWorker<br>Method or attribute name: off(type: string, listener?: WorkerEventListener): void;<br>Initial version: 9|Class name: ThreadWorker<br>Method or attribute name: off(type: string, listener?: WorkerEventListener): void;<br>Initial version: 10|@ohos.worker.d.ts|
|Initial version changed|Class name: ThreadWorker<br>Method or attribute name: addEventListener(type: string, listener: WorkerEventListener): void;<br>Initial version: 9|Class name: ThreadWorker<br>Method or attribute name: addEventListener(type: string, listener: WorkerEventListener): void;<br>Initial version: 10|@ohos.worker.d.ts|
|Function changed|Class name: RationalNumber<br>Method or attribute name: static createRationalFromString(rationalString: string): RationalNumber​;<br>|Class name: RationalNumber<br>Method or attribute name: static createRationalFromString(rationalString: string): RationalNumber;<br>|@ohos.util.d.ts|
| Change Type | Old Version | New Version | d.ts File |
| ---- | ------ | ------ | -------- |
|Added|NA|Module name: ohos.distributedHardware.deviceManager<br>Class name: DeviceInfo<br>Method or attribute name: authForm: AuthForm;|@ohos.distributedHardware.deviceManager.d.ts|
|Added|NA|Class name: DeviceInfo<br>Method or attribute name: authForm: AuthForm;|@ohos.distributedHardware.deviceManager.d.ts|
|Added|NA|Module name: ohos.distributedHardware.deviceManager<br>Class name: AuthForm|@ohos.distributedHardware.deviceManager.d.ts|
|Added|NA|Module name: ohos.distributedHardware.deviceManager<br>Class name: AuthForm<br>Method or attribute name: INVALID_TYPE = -1|@ohos.distributedHardware.deviceManager.d.ts|
|Added|NA|Module name: ohos.distributedHardware.deviceManager<br>Class name: AuthForm<br>Method or attribute name: PEER_TO_PEER = 0|@ohos.distributedHardware.deviceManager.d.ts|
|Added|NA|Module name: ohos.distributedHardware.deviceManager<br>Class name: AuthForm<br>Method or attribute name: IDENTICAL_ACCOUNT = 1|@ohos.distributedHardware.deviceManager.d.ts|
|Added|NA|Module name: ohos.distributedHardware.deviceManager<br>Class name: AuthForm<br>Method or attribute name: ACROSS_ACCOUNT = 2|@ohos.distributedHardware.deviceManager.d.ts|
|Added|NA|Class name: DeviceManager<br>Method or attribute name: getDeviceInfo(networkId: string, callback: AsyncCallback\<DeviceInfo>): void;|@ohos.distributedHardware.deviceManager.d.ts|
|Added|NA|Class name: DeviceManager<br>Method or attribute name: getDeviceInfo(networkId: string): Promise\<DeviceInfo>;|@ohos.distributedHardware.deviceManager.d.ts|
|Added|NA|Class name: DeviceManager<br>Method or attribute name: requestCredentialRegisterInfo(requestInfo: string, callback: AsyncCallback\<{ registerInfo: string }>): void;|@ohos.distributedHardware.deviceManager.d.ts|
|Added|NA|Class name: DeviceManager<br>Method or attribute name: importCredential(credentialInfo: string, callback: AsyncCallback\<{ resultInfo: string }>): void;|@ohos.distributedHardware.deviceManager.d.ts|
|Added|NA|Class name: DeviceManager<br>Method or attribute name: deleteCredential(queryInfo: string, callback: AsyncCallback\<{ resultInfo: string }>): void;|@ohos.distributedHardware.deviceManager.d.ts|
| Change Type | Old Version | New Version | d.ts File |
| ---- | ------ | ------ | -------- |
|Permission added|Class name: GeoAddress<br>Method or attribute name: latitude?: number;<br>Permission: N/A|Class name: GeoAddress<br>Method or attribute name: latitude?: number;<br>Permission: ohos.permission.LOCATION|@ohos.geolocation.d.ts|
|Permission added|Class name: GeoAddress<br>Method or attribute name: longitude?: number;<br>Permission: N/A|Class name: GeoAddress<br>Method or attribute name: longitude?: number;<br>Permission: ohos.permission.LOCATION|@ohos.geolocation.d.ts|
|Permission added|Class name: GeoAddress<br>Method or attribute name: locale?: string;<br>Permission: N/A|Class name: GeoAddress<br>Method or attribute name: locale?: string;<br>Permission: ohos.permission.LOCATION|@ohos.geolocation.d.ts|
|Permission added|Class name: GeoAddress<br>Method or attribute name: placeName?: string;<br>Permission: N/A|Class name: GeoAddress<br>Method or attribute name: placeName?: string;<br>Permission: ohos.permission.LOCATION|@ohos.geolocation.d.ts|
|Permission added|Class name: GeoAddress<br>Method or attribute name: countryCode?: string;<br>Permission: N/A|Class name: GeoAddress<br>Method or attribute name: countryCode?: string;<br>Permission: ohos.permission.LOCATION|@ohos.geolocation.d.ts|
|Permission added|Class name: GeoAddress<br>Method or attribute name: countryName?: string;<br>Permission: N/A|Class name: GeoAddress<br>Method or attribute name: countryName?: string;<br>Permission: ohos.permission.LOCATION|@ohos.geolocation.d.ts|
|Permission added|Class name: GeoAddress<br>Method or attribute name: administrativeArea?: string;<br>Permission: N/A|Class name: GeoAddress<br>Method or attribute name: administrativeArea?: string;<br>Permission: ohos.permission.LOCATION|@ohos.geolocation.d.ts|
|Permission added|Class name: GeoAddress<br>Method or attribute name: subAdministrativeArea?: string;<br>Permission: N/A|Class name: GeoAddress<br>Method or attribute name: subAdministrativeArea?: string;<br>Permission: ohos.permission.LOCATION|@ohos.geolocation.d.ts|
|Permission added|Class name: GeoAddress<br>Method or attribute name: locality?: string;<br>Permission: N/A|Class name: GeoAddress<br>Method or attribute name: locality?: string;<br>Permission: ohos.permission.LOCATION|@ohos.geolocation.d.ts|
|Permission added|Class name: GeoAddress<br>Method or attribute name: subLocality?: string;<br>Permission: N/A|Class name: GeoAddress<br>Method or attribute name: subLocality?: string;<br>Permission: ohos.permission.LOCATION|@ohos.geolocation.d.ts|
|Permission added|Class name: GeoAddress<br>Method or attribute name: roadName?: string;<br>Permission: N/A|Class name: GeoAddress<br>Method or attribute name: roadName?: string;<br>Permission: ohos.permission.LOCATION|@ohos.geolocation.d.ts|
|Permission added|Class name: GeoAddress<br>Method or attribute name: subRoadName?: string;<br>Permission: N/A|Class name: GeoAddress<br>Method or attribute name: subRoadName?: string;<br>Permission: ohos.permission.LOCATION|@ohos.geolocation.d.ts|
|Permission added|Class name: GeoAddress<br>Method or attribute name: premises?: string;<br>Permission: N/A|Class name: GeoAddress<br>Method or attribute name: premises?: string;<br>Permission: ohos.permission.LOCATION|@ohos.geolocation.d.ts|
|Permission added|Class name: GeoAddress<br>Method or attribute name: postalCode?: string;<br>Permission: N/A|Class name: GeoAddress<br>Method or attribute name: postalCode?: string;<br>Permission: ohos.permission.LOCATION|@ohos.geolocation.d.ts|
|Permission added|Class name: GeoAddress<br>Method or attribute name: phoneNumber?: string;<br>Permission: N/A|Class name: GeoAddress<br>Method or attribute name: phoneNumber?: string;<br>Permission: ohos.permission.LOCATION|@ohos.geolocation.d.ts|
|Permission added|Class name: GeoAddress<br>Method or attribute name: addressUrl?: string;<br>Permission: N/A|Class name: GeoAddress<br>Method or attribute name: addressUrl?: string;<br>Permission: ohos.permission.LOCATION|@ohos.geolocation.d.ts|
|Permission added|Class name: GeoAddress<br>Method or attribute name: descriptions?: Array\<string>;<br>Permission: N/A|Class name: GeoAddress<br>Method or attribute name: descriptions?: Array\<string>;<br>Permission: ohos.permission.LOCATION|@ohos.geolocation.d.ts|
|Permission added|Class name: GeoAddress<br>Method or attribute name: descriptionsSize?: number;<br>Permission: N/A|Class name: GeoAddress<br>Method or attribute name: descriptionsSize?: number;<br>Permission: ohos.permission.LOCATION|@ohos.geolocation.d.ts|
|Permission added|Class name: Location<br>Method or attribute name: latitude: number;<br>Permission: N/A|Class name: Location<br>Method or attribute name: latitude: number;<br>Permission: ohos.permission.LOCATION|@ohos.geolocation.d.ts|
|Permission added|Class name: Location<br>Method or attribute name: longitude: number;<br>Permission: N/A|Class name: Location<br>Method or attribute name: longitude: number;<br>Permission: ohos.permission.LOCATION|@ohos.geolocation.d.ts|
|Permission added|Class name: Location<br>Method or attribute name: altitude: number;<br>Permission: N/A|Class name: Location<br>Method or attribute name: altitude: number;<br>Permission: ohos.permission.LOCATION|@ohos.geolocation.d.ts|
|Permission added|Class name: Location<br>Method or attribute name: accuracy: number;<br>Permission: N/A|Class name: Location<br>Method or attribute name: accuracy: number;<br>Permission: ohos.permission.LOCATION|@ohos.geolocation.d.ts|
|Permission added|Class name: Location<br>Method or attribute name: speed: number;<br>Permission: N/A|Class name: Location<br>Method or attribute name: speed: number;<br>Permission: ohos.permission.LOCATION|@ohos.geolocation.d.ts|
|Permission added|Class name: Location<br>Method or attribute name: timeStamp: number;<br>Permission: N/A|Class name: Location<br>Method or attribute name: timeStamp: number;<br>Permission: ohos.permission.LOCATION|@ohos.geolocation.d.ts|
|Permission added|Class name: Location<br>Method or attribute name: direction: number;<br>Permission: N/A|Class name: Location<br>Method or attribute name: direction: number;<br>Permission: ohos.permission.LOCATION|@ohos.geolocation.d.ts|
|Permission added|Class name: Location<br>Method or attribute name: timeSinceBoot: number;<br>Permission: N/A|Class name: Location<br>Method or attribute name: timeSinceBoot: number;<br>Permission: ohos.permission.LOCATION|@ohos.geolocation.d.ts|
|Permission added|Class name: Location<br>Method or attribute name: additions?: Array\<string>;<br>Permission: N/A|Class name: Location<br>Method or attribute name: additions?: Array\<string>;<br>Permission: ohos.permission.LOCATION|@ohos.geolocation.d.ts|
|Permission added|Class name: Location<br>Method or attribute name: additionSize?: number;<br>Permission: N/A|Class name: Location<br>Method or attribute name: additionSize?: number;<br>Permission: ohos.permission.LOCATION|@ohos.geolocation.d.ts|
|Permission added|Class name: GeoLocationErrorCode<br>Method or attribute name: INPUT_PARAMS_ERROR<br>Permission: N/A|Class name: GeoLocationErrorCode<br>Method or attribute name: INPUT_PARAMS_ERROR<br>Permission: ohos.permission.LOCATION|@ohos.geolocation.d.ts|
|Permission added|Class name: GeoLocationErrorCode<br>Method or attribute name: REVERSE_GEOCODE_ERROR<br>Permission: N/A|Class name: GeoLocationErrorCode<br>Method or attribute name: REVERSE_GEOCODE_ERROR<br>Permission: ohos.permission.LOCATION|@ohos.geolocation.d.ts|
|Permission added|Class name: GeoLocationErrorCode<br>Method or attribute name: GEOCODE_ERROR<br>Permission: N/A|Class name: GeoLocationErrorCode<br>Method or attribute name: GEOCODE_ERROR<br>Permission: ohos.permission.LOCATION|@ohos.geolocation.d.ts|
|Permission added|Class name: GeoLocationErrorCode<br>Method or attribute name: LOCATOR_ERROR<br>Permission: N/A|Class name: GeoLocationErrorCode<br>Method or attribute name: LOCATOR_ERROR<br>Permission: ohos.permission.LOCATION|@ohos.geolocation.d.ts|
|Permission added|Class name: GeoLocationErrorCode<br>Method or attribute name: LOCATION_SWITCH_ERROR<br>Permission: N/A|Class name: GeoLocationErrorCode<br>Method or attribute name: LOCATION_SWITCH_ERROR<br>Permission: ohos.permission.LOCATION|@ohos.geolocation.d.ts|
|Permission added|Class name: GeoLocationErrorCode<br>Method or attribute name: LAST_KNOWN_LOCATION_ERROR<br>Permission: N/A|Class name: GeoLocationErrorCode<br>Method or attribute name: LAST_KNOWN_LOCATION_ERROR<br>Permission: ohos.permission.LOCATION|@ohos.geolocation.d.ts|
|Permission added|Class name: GeoLocationErrorCode<br>Method or attribute name: LOCATION_REQUEST_TIMEOUT_ERROR<br>Permission: N/A|Class name: GeoLocationErrorCode<br>Method or attribute name: LOCATION_REQUEST_TIMEOUT_ERROR<br>Permission: ohos.permission.LOCATION|@ohos.geolocation.d.ts|
此差异已折叠。
| Change Type | Old Version | New Version | d.ts File |
| ---- | ------ | ------ | -------- |
|Added|NA|Module name: ohos.cooperate<br>Class name: cooperate|@ohos.cooperate.d.ts|
|Added|NA|Module name: ohos.cooperate<br>Class name: CooperateMsg|@ohos.cooperate.d.ts|
|Added|NA|Module name: ohos.cooperate<br>Class name: CooperateMsg<br>Method or attribute name: COOPERATE_PREPARE|@ohos.cooperate.d.ts|
|Added|NA|Module name: ohos.cooperate<br>Class name: CooperateMsg<br>Method or attribute name: COOPERATE_UNPREPARE|@ohos.cooperate.d.ts|
|Added|NA|Module name: ohos.cooperate<br>Class name: CooperateMsg<br>Method or attribute name: COOPERATE_ACTIVATE|@ohos.cooperate.d.ts|
|Added|NA|Module name: ohos.cooperate<br>Class name: CooperateMsg<br>Method or attribute name: COOPERATE_ACTIVATE_SUCCESS|@ohos.cooperate.d.ts|
|Added|NA|Module name: ohos.cooperate<br>Class name: CooperateMsg<br>Method or attribute name: COOPERATE_ACTIVATE_FAIL|@ohos.cooperate.d.ts|
|Added|NA|Module name: ohos.cooperate<br>Class name: CooperateMsg<br>Method or attribute name: COOPERATE_DEACTIVATE_SUCCESS|@ohos.cooperate.d.ts|
|Added|NA|Module name: ohos.cooperate<br>Class name: CooperateMsg<br>Method or attribute name: COOPERATE_DEACTIVATE_FAIL|@ohos.cooperate.d.ts|
|Added|NA|Module name: ohos.cooperate<br>Class name: cooperate<br>Method or attribute name: function prepare(callback: AsyncCallback\<void>): void;|@ohos.cooperate.d.ts|
|Added|NA|Module name: ohos.cooperate<br>Class name: cooperate<br>Method or attribute name: function prepare(): Promise\<void>;|@ohos.cooperate.d.ts|
|Added|NA|Module name: ohos.cooperate<br>Class name: cooperate<br>Method or attribute name: function unprepare(callback: AsyncCallback\<void>): void;|@ohos.cooperate.d.ts|
|Added|NA|Module name: ohos.cooperate<br>Class name: cooperate<br>Method or attribute name: function unprepare(): Promise\<void>;|@ohos.cooperate.d.ts|
|Added|NA|Module name: ohos.cooperate<br>Class name: cooperate<br>Method or attribute name: function activate(targetNetworkId: string, inputDeviceId: number, callback: AsyncCallback\<void>): void;|@ohos.cooperate.d.ts|
|Added|NA|Module name: ohos.cooperate<br>Class name: cooperate<br>Method or attribute name: function activate(targetNetworkId: string, inputDeviceId: number): Promise\<void>;|@ohos.cooperate.d.ts|
|Added|NA|Module name: ohos.cooperate<br>Class name: cooperate<br>Method or attribute name: function deactivate(isUnchained: boolean, callback: AsyncCallback\<void>): void;|@ohos.cooperate.d.ts|
|Added|NA|Module name: ohos.cooperate<br>Class name: cooperate<br>Method or attribute name: function deactivate(isUnchained: boolean): Promise\<void>;|@ohos.cooperate.d.ts|
|Added|NA|Module name: ohos.cooperate<br>Class name: cooperate<br>Method or attribute name: function getCrossingSwitchState(networkId: string, callback: AsyncCallback\<boolean>): void;|@ohos.cooperate.d.ts|
|Added|NA|Module name: ohos.cooperate<br>Class name: cooperate<br>Method or attribute name: function getCrossingSwitchState(networkId: string): Promise\<boolean>;|@ohos.cooperate.d.ts|
|Added|NA|Module name: ohos.cooperate<br>Class name: cooperate<br>Method or attribute name: function on(type: 'cooperate', callback: Callback\<{ networkId: string, msg: CooperateMsg }>): void;|@ohos.cooperate.d.ts|
|Added|NA|Module name: ohos.cooperate<br>Class name: cooperate<br>Method or attribute name: function off(type: 'cooperate', callback?: Callback\<void>): void;|@ohos.cooperate.d.ts|
| Change Type | Old Version | New Version | d.ts File |
| ---- | ------ | ------ | -------- |
|Added|NA|Class name: AxisType<br>Method or attribute name: type AxisType =<br><br> 'touchmajor'<br><br> \| 'touchminor'<br><br> \| 'orientation'<br><br> \| 'x'<br><br> \| 'y'<br><br> \| 'pressure'<br><br> \| 'toolminor'<br><br> \| 'toolmajor'<br><br> \| 'null';|@ohos.multimodalInput.inputDevice.d.ts|
|Added|NA|Module name: ohos.multimodalInput.pointer<br>Class name: PrimaryButton|@ohos.multimodalInput.pointer.d.ts|
|Added|NA|Class name: PrimaryButton<br>Method or attribute name: |@ohos.multimodalInput.pointer.d.ts|
|Added|NA|Module name: ohos.multimodalInput.pointer<br>Class name: PrimaryButton<br>Method or attribute name: LEFT = 0|@ohos.multimodalInput.pointer.d.ts|
|Added|NA|Module name: ohos.multimodalInput.pointer<br>Class name: PrimaryButton<br>Method or attribute name: RIGHT = 1|@ohos.multimodalInput.pointer.d.ts|
|Added|NA|Module name: ohos.multimodalInput.pointer<br>Class name: pointer<br>Method or attribute name: function setMousePrimaryButton(primary: PrimaryButton, callback: AsyncCallback\<void>): void;|@ohos.multimodalInput.pointer.d.ts|
|Added|NA|Module name: ohos.multimodalInput.pointer<br>Class name: pointer<br>Method or attribute name: function setMousePrimaryButton(primary: PrimaryButton): Promise\<void>;|@ohos.multimodalInput.pointer.d.ts|
|Added|NA|Module name: ohos.multimodalInput.pointer<br>Class name: pointer<br>Method or attribute name: function getMousePrimaryButton(callback: AsyncCallback\<PrimaryButton>): void;|@ohos.multimodalInput.pointer.d.ts|
|Added|NA|Module name: ohos.multimodalInput.pointer<br>Class name: pointer<br>Method or attribute name: function getMousePrimaryButton(): Promise\<PrimaryButton>;|@ohos.multimodalInput.pointer.d.ts|
|Added|NA|Module name: ohos.multimodalInput.pointer<br>Class name: pointer<br>Method or attribute name: function setHoverScrollState(state: boolean, callback: AsyncCallback\<void>): void;|@ohos.multimodalInput.pointer.d.ts|
|Added|NA|Module name: ohos.multimodalInput.pointer<br>Class name: pointer<br>Method or attribute name: function setHoverScrollState(state: boolean): Promise\<void>;|@ohos.multimodalInput.pointer.d.ts|
|Added|NA|Module name: ohos.multimodalInput.pointer<br>Class name: pointer<br>Method or attribute name: function getHoverScrollState(callback: AsyncCallback\<boolean>): void;|@ohos.multimodalInput.pointer.d.ts|
|Added|NA|Module name: ohos.multimodalInput.pointer<br>Class name: pointer<br>Method or attribute name: function getHoverScrollState(): Promise\<boolean>;|@ohos.multimodalInput.pointer.d.ts|
|Added|NA|Module name: ohos.multimodalInput.pointer<br>Class name: pointer<br>Method or attribute name: function setMouseScrollRows(rows: number, callback: AsyncCallback\<void>): void;|@ohos.multimodalInput.pointer.d.ts|
|Added|NA|Module name: ohos.multimodalInput.pointer<br>Class name: pointer<br>Method or attribute name: function setMouseScrollRows(rows: number): Promise\<void>;|@ohos.multimodalInput.pointer.d.ts|
|Added|NA|Module name: ohos.multimodalInput.pointer<br>Class name: pointer<br>Method or attribute name: function getMouseScrollRows(callback: AsyncCallback\<number>): void;|@ohos.multimodalInput.pointer.d.ts|
|Added|NA|Module name: ohos.multimodalInput.pointer<br>Class name: pointer<br>Method or attribute name: function getMouseScrollRows(): Promise\<number>;|@ohos.multimodalInput.pointer.d.ts|
|Added|NA|Module name: ohos.multimodalInput.shortKey<br>Class name: shortKey|@ohos.multimodalInput.shortKey.d.ts|
|Added|NA|Module name: ohos.multimodalInput.shortKey<br>Class name: shortKey<br>Method or attribute name: function setKeyDownDuration(businessKey: string, delay: number, callback: AsyncCallback\<void>): void;|@ohos.multimodalInput.shortKey.d.ts|
|Added|NA|Module name: ohos.multimodalInput.shortKey<br>Class name: shortKey<br>Method or attribute name: function setKeyDownDuration(businessKey: string, delay: number): Promise\<void>;|@ohos.multimodalInput.shortKey.d.ts|
|Deleted|Module name: ohos.multimodalInput.inputDevice<br>Class name: AxisType<br>Method or attribute name: type AxisType = 'touchMajor' \| 'touchMinor' \| 'orientation' \| 'x' \| 'y' \| 'pressure' \| 'toolMinor' \| 'toolMajor' \| 'NULL';|NA|@ohos.multimodalInput.inputDevice.d.ts|
|Initial version changed|Class name: KeyOptions<br>Initial version: N/A|Class name: KeyOptions<br>Initial version: 8|@ohos.multimodalInput.inputConsumer.d.ts|
|Initial version changed|Class name: KeyOptions<br>Method or attribute name: preKeys: Array\<number>;<br>Initial version: N/A|Class name: KeyOptions<br>Method or attribute name: preKeys: Array\<number>;<br>Initial version: 8|@ohos.multimodalInput.inputConsumer.d.ts|
|Initial version changed|Class name: KeyOptions<br>Method or attribute name: finalKey: number;<br>Initial version: N/A|Class name: KeyOptions<br>Method or attribute name: finalKey: number;<br>Initial version: 8|@ohos.multimodalInput.inputConsumer.d.ts|
|Initial version changed|Class name: KeyOptions<br>Method or attribute name: isFinalKeyDown: boolean;<br>Initial version: N/A|Class name: KeyOptions<br>Method or attribute name: isFinalKeyDown: boolean;<br>Initial version: 8|@ohos.multimodalInput.inputConsumer.d.ts|
|Initial version changed|Class name: KeyOptions<br>Method or attribute name: finalKeyDownDuration: number;<br>Initial version: N/A|Class name: KeyOptions<br>Method or attribute name: finalKeyDownDuration: number;<br>Initial version: 8|@ohos.multimodalInput.inputConsumer.d.ts|
|Permission added|Class name: TouchEventReceiver<br>Permission: N/A|Class name: TouchEventReceiver<br>Permission: ohos.permission.INPUT_MONITORING|@ohos.multimodalInput.inputMonitor.d.ts|
|SysCap changed|Class name: inputDeviceCooperate<br>SysCap:N/A|Class name: inputDeviceCooperate<br>SysCap:SystemCapability.MultimodalInput.Input.Cooperator|@ohos.multimodalInput.inputDeviceCooperate.d.ts|
| Change Type | Old Version | New Version | d.ts File |
| ---- | ------ | ------ | -------- |
|Added|NA|Class name: commonEventManager<br>Method or attribute name: function removeStickyCommonEvent(event: string, callback: AsyncCallback\<void>): void;|@ohos.commonEventManager.d.ts|
|Added|NA|Class name: commonEventManager<br>Method or attribute name: function removeStickyCommonEvent(event: string): Promise\<void>;|@ohos.commonEventManager.d.ts|
|Added|NA|Class name: commonEventManager<br>Method or attribute name: function setStaticSubscriberState(enable: boolean, callback: AsyncCallback\<void>): void;|@ohos.commonEventManager.d.ts|
|Added|NA|Class name: commonEventManager<br>Method or attribute name: function setStaticSubscriberState(enable: boolean): Promise\<void>;|@ohos.commonEventManager.d.ts|
|Added|NA|Class name: Support<br>Method or attribute name: COMMON_EVENT_CHARGE_TYPE_CHANGED = "usual.event.CHARGE_TYPE_CHANGED"|@ohos.commonEventManager.d.ts|
|Added|NA|Class name: Support<br>Method or attribute name: COMMON_EVENT_DEVICE_IDLE_EXEMPTION_LIST_UPDATED = "usual.event.DEVICE_IDLE_EXEMPTION_LIST_UPDATED"|@ohos.commonEventManager.d.ts|
|Added|NA|Class name: Support<br>Method or attribute name: COMMON_EVENT_QUICK_FIX_REVOKE_RESULT = "usual.event.QUICK_FIX_REVOKE_RESULT"|@ohos.commonEventManager.d.ts|
|Added|NA|Class name: Support<br>Method or attribute name: COMMON_EVENT_HTTP_PROXY_CHANGE = "usual.event.HTTP_PROXY_CHANGE"|@ohos.commonEventManager.d.ts|
|Added|NA|Class name: Support<br>Method or attribute name: COMMON_EVENT_SIM_STATE_CHANGED = "usual.event.SIM_STATE_CHANGED"|@ohos.commonEventManager.d.ts|
|Added|NA|Class name: Support<br>Method or attribute name: COMMON_EVENT_SMS_RECEIVE_COMPLETED = "usual.event.SMS_RECEIVE_COMPLETED"|@ohos.commonEventManager.d.ts|
|Added|NA|Class name: Support<br>Method or attribute name: COMMON_EVENT_SMS_EMERGENCY_CB_RECEIVE_COMPLETED = "usual.event.SMS_EMERGENCY_CB_RECEIVE_COMPLETED"|@ohos.commonEventManager.d.ts|
|Added|NA|Class name: Support<br>Method or attribute name: COMMON_EVENT_SMS_CB_RECEIVE_COMPLETED = "usual.event.SMS_CB_RECEIVE_COMPLETED"|@ohos.commonEventManager.d.ts|
|Added|NA|Class name: Support<br>Method or attribute name: COMMON_EVENT_STK_COMMAND = "usual.event.STK_COMMAND"|@ohos.commonEventManager.d.ts|
|Added|NA|Class name: Support<br>Method or attribute name: COMMON_EVENT_STK_SESSION_END = "usual.event.STK_SESSION_END"|@ohos.commonEventManager.d.ts|
|Added|NA|Class name: Support<br>Method or attribute name: COMMON_EVENT_STK_CARD_STATE_CHANGED = "usual.event.STK_CARD_STATE_CHANGED"|@ohos.commonEventManager.d.ts|
|Added|NA|Class name: Support<br>Method or attribute name: COMMON_EVENT_STK_ALPHA_IDENTIFIER = "usual.event.STK_ALPHA_IDENTIFIER"|@ohos.commonEventManager.d.ts|
|Added|NA|Class name: Support<br>Method or attribute name: COMMON_EVENT_SMS_WAPPUSH_RECEIVE_COMPLETED = "usual.event.SMS_WAPPUSH_RECEIVE_COMPLETED"|@ohos.commonEventManager.d.ts|
|Added|NA|Class name: Support<br>Method or attribute name: COMMON_EVENT_OPERATOR_CONFIG_CHANGED = "usual.event.OPERATOR_CONFIG_CHANGED"|@ohos.commonEventManager.d.ts|
|Added|NA|Class name: Support<br>Method or attribute name: COMMON_EVENT_SIM_CARD_DEFAULT_SMS_SUBSCRIPTION_CHANGED = "usual.event.SIM.DEFAULT_SMS_SUBSCRIPTION_CHANGED"|@ohos.commonEventManager.d.ts|
|Added|NA|Class name: Support<br>Method or attribute name: COMMON_EVENT_SIM_CARD_DEFAULT_DATA_SUBSCRIPTION_CHANGED = "usual.event.SIM.DEFAULT_DATA_SUBSCRIPTION_CHANGED"|@ohos.commonEventManager.d.ts|
|Added|NA|Class name: Support<br>Method or attribute name: COMMON_EVENT_SIM_CARD_DEFAULT_MAIN_SUBSCRIPTION_CHANGED = "usual.event.SIM.DEFAULT_MAIN_SUBSCRIPTION_CHANGED"|@ohos.commonEventManager.d.ts|
|Added|NA|Class name: Support<br>Method or attribute name: COMMON_EVENT_SIM_CARD_DEFAULT_VOICE_SUBSCRIPTION_CHANGED = "usual.event.SIM.DEFAULT_VOICE_SUBSCRIPTION_CHANGED"|@ohos.commonEventManager.d.ts|
|Added|NA|Class name: Support<br>Method or attribute name: COMMON_EVENT_CALL_STATE_CHANGED = "usual.event.CALL_STATE_CHANGED"|@ohos.commonEventManager.d.ts|
|Added|NA|Class name: Support<br>Method or attribute name: COMMON_EVENT_CELLULAR_DATA_STATE_CHANGED = "usual.event.CELLULAR_DATA_STATE_CHANGED"|@ohos.commonEventManager.d.ts|
|Added|NA|Class name: Support<br>Method or attribute name: COMMON_EVENT_NETWORK_STATE_CHANGED = "usual.event.NETWORK_STATE_CHANGED"|@ohos.commonEventManager.d.ts|
|Added|NA|Class name: Support<br>Method or attribute name: COMMON_EVENT_SIGNAL_INFO_CHANGED = "usual.event.SIGNAL_INFO_CHANGED"|@ohos.commonEventManager.d.ts|
|Added|NA|Class name: Support<br>Method or attribute name: COMMON_EVENT_INCOMING_CALL_MISSED = "usual.event.INCOMING_CALL_MISSED"|@ohos.commonEventManager.d.ts|
|Added|NA|Class name: Support<br>Method or attribute name: COMMON_EVENT_RADIO_STATE_CHANGE = "usual.event.RADIO_STATE_CHANGE"|@ohos.commonEventManager.d.ts|
|Added|NA|Class name: Support<br>Method or attribute name: COMMON_EVENT_DOMAIN_ACCOUNT_STATUS_CHANGED = "usual.event.DOMAIN_ACCOUNT_STATUS_CHANGED"|@ohos.commonEventManager.d.ts|
|Added|NA|Class name: Support<br>Method or attribute name: COMMON_EVENT_SCREEN_UNLOCKED = "usual.event.SCREEN_UNLOCKED"|@ohos.commonEventManager.d.ts|
|Added|NA|Class name: Support<br>Method or attribute name: COMMON_EVENT_SCREEN_LOCKED = "usual.event.SCREEN_LOCKED"|@ohos.commonEventManager.d.ts|
|Added|NA|Class name: notificationManager<br>Method or attribute name: function setBadgeNumber(badgeNumber: number, callback: AsyncCallback\<void>): void;|@ohos.notificationManager.d.ts|
|Added|NA|Class name: notificationManager<br>Method or attribute name: function setBadgeNumber(badgeNumber: number): Promise\<void>;|@ohos.notificationManager.d.ts|
|Added|NA|Class name: notificationManager<br>Method or attribute name: function on(type: 'checkNotification', callback: (checkInfo: NotificationCheckInfo) => NotificationCheckResult): void;|@ohos.notificationManager.d.ts|
|Added|NA|Class name: notificationManager<br>Method or attribute name: function off(type: 'checkNotification', callback?: (checkInfo: NotificationCheckInfo) => NotificationCheckResult): void;|@ohos.notificationManager.d.ts|
|Added|NA|Module name: ohos.notificationManager<br>Class name: NotificationCheckInfo|@ohos.notificationManager.d.ts|
|Added|NA|Module name: ohos.notificationManager<br>Class name: NotificationCheckInfo<br>Method or attribute name: bundleName: string;|@ohos.notificationManager.d.ts|
|Added|NA|Module name: ohos.notificationManager<br>Class name: NotificationCheckInfo<br>Method or attribute name: notificationId: number;|@ohos.notificationManager.d.ts|
|Added|NA|Module name: ohos.notificationManager<br>Class name: NotificationCheckInfo<br>Method or attribute name: contentType: ContentType;|@ohos.notificationManager.d.ts|
|Added|NA|Module name: ohos.notificationManager<br>Class name: NotificationCheckResult|@ohos.notificationManager.d.ts|
|Added|NA|Module name: ohos.notificationManager<br>Class name: NotificationCheckResult<br>Method or attribute name: code: number;|@ohos.notificationManager.d.ts|
|Added|NA|Module name: ohos.notificationManager<br>Class name: NotificationCheckResult<br>Method or attribute name: message: string;|@ohos.notificationManager.d.ts|
|Added|NA|Module name: ohos.reminderAgentManager<br>Class name: ActionButtonType<br>Method or attribute name: ACTION_BUTTON_TYPE_CUSTOM = 2|@ohos.reminderAgentManager.d.ts|
|Added|NA|Module name: ohos.reminderAgentManager<br>Class name: ActionButton<br>Method or attribute name: wantAgent?: WantAgent;|@ohos.reminderAgentManager.d.ts|
|Added|NA|Module name: ohos.reminderAgentManager<br>Class name: WantAgent<br>Method or attribute name: uri?: string;|@ohos.reminderAgentManager.d.ts|
|Added|NA|Class name: ReminderRequest<br>Method or attribute name: actionButton?: [ActionButton?, ActionButton?, ActionButton?];|@ohos.reminderAgentManager.d.ts|
|Added|NA|Class name: ReminderRequest<br>Method or attribute name: tapDismissed?: boolean;|@ohos.reminderAgentManager.d.ts|
|Added|NA|Class name: ReminderRequest<br>Method or attribute name: autoDeletedTime?: number;|@ohos.reminderAgentManager.d.ts|
|Added|NA|Class name: NotificationSubscriber<br>Method or attribute name: onBadgeChanged?: (data: BadgeNumberCallbackData) => void;|notificationSubscriber.d.ts|
|Added|NA|Module name: notificationSubscriber<br>Class name: BadgeNumberCallbackData|notificationSubscriber.d.ts|
|Added|NA|Module name: notificationSubscriber<br>Class name: BadgeNumberCallbackData<br>Method or attribute name: readonly bundle: string;|notificationSubscriber.d.ts|
|Added|NA|Module name: notificationSubscriber<br>Class name: BadgeNumberCallbackData<br>Method or attribute name: readonly uid: number;|notificationSubscriber.d.ts|
|Added|NA|Module name: notificationSubscriber<br>Class name: BadgeNumberCallbackData<br>Method or attribute name: readonly badgeNumber: number;|notificationSubscriber.d.ts|
|Deprecated version changed|Class name: Support<br>Method or attribute name: COMMON_EVENT_USER_PRESENT = "usual.event.USER_PRESENT"<br>Deprecated version: N/A|Class name: Support<br>Method or attribute name: COMMON_EVENT_USER_PRESENT = "usual.event.USER_PRESENT"<br>Deprecated version: 10<br>Substitute API: N/A|@ohos.commonEventManager.d.ts|
此差异已折叠。
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册