未验证 提交 2cecda8f 编写于 作者: O openharmony_ci 提交者: Gitee

!19443 翻译完成:19218+19172+19226 新增4.0-beta1版本diff报告 (cherry-pick)

Merge pull request !19443 from wusongqing/cherry-pick-1686226067
# 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|
| Change Type | Old Version | New Version | d.ts File |
| ---- | ------ | ------ | -------- |
|Added|NA|Class name: Constants<br>Method or attribute name: ACTION_ADD_ACCOUNT_IMPLICITLY = 'addAccountImplicitly'|@ohos.account.appAccount.d.ts|
|Added|NA|Class name: Constants<br>Method or attribute name: ACTION_AUTHENTICATE = 'authenticate'|@ohos.account.appAccount.d.ts|
|Added|NA|Class name: Constants<br>Method or attribute name: ACTION_CREATE_ACCOUNT_IMPLICITLY = 'createAccountImplicitly'|@ohos.account.appAccount.d.ts|
|Added|NA|Class name: Constants<br>Method or attribute name: ACTION_AUTH = 'auth'|@ohos.account.appAccount.d.ts|
|Added|NA|Class name: Constants<br>Method or attribute name: ACTION_VERIFY_CREDENTIAL = 'verifyCredential'|@ohos.account.appAccount.d.ts|
|Added|NA|Class name: Constants<br>Method or attribute name: ACTION_SET_AUTHENTICATOR_PROPERTIES = 'setAuthenticatorProperties'|@ohos.account.appAccount.d.ts|
|Added|NA|Class name: Constants<br>Method or attribute name: KEY_NAME = 'name'|@ohos.account.appAccount.d.ts|
|Added|NA|Class name: Constants<br>Method or attribute name: KEY_OWNER = 'owner'|@ohos.account.appAccount.d.ts|
|Added|NA|Class name: Constants<br>Method or attribute name: KEY_TOKEN = 'token'|@ohos.account.appAccount.d.ts|
|Added|NA|Class name: Constants<br>Method or attribute name: KEY_ACTION = 'action'|@ohos.account.appAccount.d.ts|
|Added|NA|Class name: Constants<br>Method or attribute name: KEY_AUTH_TYPE = 'authType'|@ohos.account.appAccount.d.ts|
|Added|NA|Class name: Constants<br>Method or attribute name: KEY_SESSION_ID = 'sessionId'|@ohos.account.appAccount.d.ts|
|Added|NA|Class name: Constants<br>Method or attribute name: KEY_CALLER_PID = 'callerPid'|@ohos.account.appAccount.d.ts|
|Added|NA|Class name: Constants<br>Method or attribute name: KEY_CALLER_UID = 'callerUid'|@ohos.account.appAccount.d.ts|
|Added|NA|Class name: Constants<br>Method or attribute name: KEY_CALLER_BUNDLE_NAME = 'callerBundleName'|@ohos.account.appAccount.d.ts|
|Added|NA|Class name: Constants<br>Method or attribute name: KEY_REQUIRED_LABELS = 'requiredLabels'|@ohos.account.appAccount.d.ts|
|Added|NA|Class name: Constants<br>Method or attribute name: KEY_BOOLEAN_RESULT = 'booleanResult'|@ohos.account.appAccount.d.ts|
|Added|NA|Module name: ohos.account.distributedAccount<br>Class name: DistributedAccountAbility<br>Method or attribute name: getOsAccountDistributedInfoByLocalId(localId: number, callback: AsyncCallback\<DistributedInfo>): void;|@ohos.account.distributedAccount.d.ts|
|Added|NA|Class name: DistributedAccountAbility<br>Method or attribute name: getOsAccountDistributedInfoByLocalId(localId: number, callback: AsyncCallback\<DistributedInfo>): void;|@ohos.account.distributedAccount.d.ts|
|Added|NA|Module name: ohos.account.distributedAccount<br>Class name: DistributedAccountAbility<br>Method or attribute name: getOsAccountDistributedInfoByLocalId(localId: number): Promise\<DistributedInfo>;|@ohos.account.distributedAccount.d.ts|
|Added|NA|Class name: DistributedAccountAbility<br>Method or attribute name: getOsAccountDistributedInfoByLocalId(localId: number): Promise\<DistributedInfo>;|@ohos.account.distributedAccount.d.ts|
|Added|NA|Module name: ohos.account.distributedAccount<br>Class name: DistributedAccountAbility<br>Method or attribute name: setOsAccountDistributedInfoByLocalId(<br> localId: number,<br> distributedInfo: DistributedInfo,<br> callback: AsyncCallback\<void><br> ): void;|@ohos.account.distributedAccount.d.ts|
|Added|NA|Class name: DistributedAccountAbility<br>Method or attribute name: setOsAccountDistributedInfoByLocalId(<br> localId: number,<br> distributedInfo: DistributedInfo,<br> callback: AsyncCallback\<void><br> ): void;|@ohos.account.distributedAccount.d.ts|
|Added|NA|Module name: ohos.account.distributedAccount<br>Class name: DistributedAccountAbility<br>Method or attribute name: setOsAccountDistributedInfoByLocalId(localId: number, distributedInfo: DistributedInfo): Promise\<void>;|@ohos.account.distributedAccount.d.ts|
|Added|NA|Class name: DistributedAccountAbility<br>Method or attribute name: setOsAccountDistributedInfoByLocalId(localId: number, distributedInfo: DistributedInfo): Promise\<void>;|@ohos.account.distributedAccount.d.ts|
|Added|NA|Module name: ohos.account.distributedAccount<br>Class name: DistributedAccountStatus|@ohos.account.distributedAccount.d.ts|
|Added|NA|Class name: DistributedAccountStatus<br>Method or attribute name: |@ohos.account.distributedAccount.d.ts|
|Added|NA|Module name: ohos.account.distributedAccount<br>Class name: DistributedAccountStatus<br>Method or attribute name: NOT_LOGGED_IN = 0|@ohos.account.distributedAccount.d.ts|
|Added|NA|Class name: DistributedAccountStatus<br>Method or attribute name: NOT_LOGGED_IN = 0|@ohos.account.distributedAccount.d.ts|
|Added|NA|Module name: ohos.account.distributedAccount<br>Class name: DistributedAccountStatus<br>Method or attribute name: LOGGED_IN = 1|@ohos.account.distributedAccount.d.ts|
|Added|NA|Class name: DistributedAccountStatus<br>Method or attribute name: LOGGED_IN = 1|@ohos.account.distributedAccount.d.ts|
|Added|NA|Class name: DistributedInfo<br>Method or attribute name: readonly status?: DistributedAccountStatus;|@ohos.account.distributedAccount.d.ts|
|Added|NA|Class name: DomainAccountInfo<br>Method or attribute name: accountId?: string;|@ohos.account.osAccount.d.ts|
|Added|NA|Module name: ohos.account.osAccount<br>Class name: AuthStatusInfo|@ohos.account.osAccount.d.ts|
|Added|NA|Class name: AuthStatusInfo<br>Method or attribute name: |@ohos.account.osAccount.d.ts|
|Added|NA|Module name: ohos.account.osAccount<br>Class name: AuthStatusInfo<br>Method or attribute name: remainTimes: number;|@ohos.account.osAccount.d.ts|
|Added|NA|Class name: AuthStatusInfo<br>Method or attribute name: remainTimes: number;|@ohos.account.osAccount.d.ts|
|Added|NA|Module name: ohos.account.osAccount<br>Class name: AuthStatusInfo<br>Method or attribute name: freezingTime: number;|@ohos.account.osAccount.d.ts|
|Added|NA|Class name: AuthStatusInfo<br>Method or attribute name: freezingTime: number;|@ohos.account.osAccount.d.ts|
|Added|NA|Module name: ohos.account.osAccount<br>Class name: GetDomainAccessTokenOptions|@ohos.account.osAccount.d.ts|
|Added|NA|Class name: GetDomainAccessTokenOptions<br>Method or attribute name: |@ohos.account.osAccount.d.ts|
|Added|NA|Module name: ohos.account.osAccount<br>Class name: GetDomainAccessTokenOptions<br>Method or attribute name: domainAccountInfo: DomainAccountInfo;|@ohos.account.osAccount.d.ts|
|Added|NA|Class name: GetDomainAccessTokenOptions<br>Method or attribute name: domainAccountInfo: DomainAccountInfo;|@ohos.account.osAccount.d.ts|
|Added|NA|Module name: ohos.account.osAccount<br>Class name: GetDomainAccessTokenOptions<br>Method or attribute name: domainAccountToken: Uint8Array;|@ohos.account.osAccount.d.ts|
|Added|NA|Class name: GetDomainAccessTokenOptions<br>Method or attribute name: domainAccountToken: Uint8Array;|@ohos.account.osAccount.d.ts|
|Added|NA|Module name: ohos.account.osAccount<br>Class name: GetDomainAccessTokenOptions<br>Method or attribute name: businessParams: { [key: string]: object };|@ohos.account.osAccount.d.ts|
|Added|NA|Class name: GetDomainAccessTokenOptions<br>Method or attribute name: businessParams: { [key: string]: object };|@ohos.account.osAccount.d.ts|
|Added|NA|Module name: ohos.account.osAccount<br>Class name: GetDomainAccessTokenOptions<br>Method or attribute name: callerUid: number;|@ohos.account.osAccount.d.ts|
|Added|NA|Class name: GetDomainAccessTokenOptions<br>Method or attribute name: callerUid: number;|@ohos.account.osAccount.d.ts|
|Added|NA|Class name: DomainPlugin<br>Method or attribute name: authWithPopup(domainAccountInfo: DomainAccountInfo, callback: IUserAuthCallback): void;|@ohos.account.osAccount.d.ts|
|Added|NA|Class name: DomainPlugin<br>Method or attribute name: authWithToken(domainAccountInfo: DomainAccountInfo, token: Uint8Array, callback: IUserAuthCallback): void;|@ohos.account.osAccount.d.ts|
|Added|NA|Class name: DomainPlugin<br>Method or attribute name: getAccountInfo(domain: string, accountName: string, callback: AsyncCallback\<DomainAccountInfo>): void;|@ohos.account.osAccount.d.ts|
|Added|NA|Class name: DomainPlugin<br>Method or attribute name: getAuthStatusInfo(domainAccountInfo: DomainAccountInfo, callback: AsyncCallback\<AuthStatusInfo>): void;|@ohos.account.osAccount.d.ts|
|Added|NA|Class name: DomainPlugin<br>Method or attribute name: bindAccount(domainAccountInfo: DomainAccountInfo, localId: number, callback: AsyncCallback\<void>): void;|@ohos.account.osAccount.d.ts|
|Added|NA|Class name: DomainPlugin<br>Method or attribute name: unbindAccount(domainAccountInfo: DomainAccountInfo, callback: AsyncCallback\<void>): void;|@ohos.account.osAccount.d.ts|
|Added|NA|Class name: DomainPlugin<br>Method or attribute name: isAccountTokenValid(<br> domainAccountInfo: DomainAccountInfo,<br> token: Uint8Array,<br> callback: AsyncCallback\<boolean><br> ): void;|@ohos.account.osAccount.d.ts|
|Added|NA|Class name: DomainPlugin<br>Method or attribute name: getAccessToken(options: GetDomainAccessTokenOptions, callback: AsyncCallback\<Uint8Array>): void;|@ohos.account.osAccount.d.ts|
|Added|NA|Class name: DomainAccountManager<br>Method or attribute name: static auth(domainAccountInfo: DomainAccountInfo, credential: Uint8Array, callback: IUserAuthCallback): void;|@ohos.account.osAccount.d.ts|
|Added|NA|Class name: DomainAccountManager<br>Method or attribute name: static authWithPopup(callback: IUserAuthCallback): void;|@ohos.account.osAccount.d.ts|
|Added|NA|Class name: DomainAccountManager<br>Method or attribute name: static authWithPopup(localId: number, callback: IUserAuthCallback): void;|@ohos.account.osAccount.d.ts|
|Added|NA|Class name: DomainAccountManager<br>Method or attribute name: static hasAccount(domainAccountInfo: DomainAccountInfo, callback: AsyncCallback\<boolean>): void;|@ohos.account.osAccount.d.ts|
|Added|NA|Class name: DomainAccountManager<br>Method or attribute name: static hasAccount(domainAccountInfo: DomainAccountInfo): Promise\<boolean>;|@ohos.account.osAccount.d.ts|
|Added|NA|Class name: DomainAccountManager<br>Method or attribute name: static updateAccountToken(<br> domainAccountInfo: DomainAccountInfo,<br> token: Uint8Array,<br> callback: AsyncCallback\<void><br> ): void;|@ohos.account.osAccount.d.ts|
|Added|NA|Class name: DomainAccountManager<br>Method or attribute name: static updateAccountToken(domainAccountInfo: DomainAccountInfo, token: Uint8Array): Promise\<void>;|@ohos.account.osAccount.d.ts|
|Added|NA|Class name: ExecutorProperty<br>Method or attribute name: enrollmentProgress?: string;|@ohos.account.osAccount.d.ts|
|Added|NA|Class name: ExecutorProperty<br>Method or attribute name: sensorInfo?: string;|@ohos.account.osAccount.d.ts|
|Added|NA|Class name: GetPropertyType<br>Method or attribute name: ENROLLMENT_PROGRESS = 4|@ohos.account.osAccount.d.ts|
|Added|NA|Class name: GetPropertyType<br>Method or attribute name: SENSOR_INFO = 5|@ohos.account.osAccount.d.ts|
|Added|NA|Class name: AuthType<br>Method or attribute name: FINGERPRINT = 4|@ohos.account.osAccount.d.ts|
|Added|NA|Class name: AuthSubType<br>Method or attribute name: FINGERPRINT_CAPACITIVE = 30000|@ohos.account.osAccount.d.ts|
|Added|NA|Class name: AuthSubType<br>Method or attribute name: FINGERPRINT_OPTICAL = 30001|@ohos.account.osAccount.d.ts|
|Added|NA|Class name: AuthSubType<br>Method or attribute name: FINGERPRINT_ULTRASONIC = 30002|@ohos.account.osAccount.d.ts|
|Added|NA|Class name: FingerprintTips<br>Method or attribute name: FINGERPRINT_TIP_FINGER_DOWN = 6|@ohos.account.osAccount.d.ts|
|Added|NA|Class name: FingerprintTips<br>Method or attribute name: FINGERPRINT_TIP_FINGER_UP = 7|@ohos.account.osAccount.d.ts|
|Access level changed|Class name: UserAuth<br>Access level: public API|Class name: UserAuth<br>Access level: system API|@ohos.account.osAccount.d.ts|
|Access level changed|Class name: PINAuth<br>Access level: public API|Class name: PINAuth<br>Access level: system API|@ohos.account.osAccount.d.ts|
|Access level changed|Class name: InputerManager<br>Access level: public API|Class name: InputerManager<br>Access level: system API|@ohos.account.osAccount.d.ts|
|Access level changed|Class name: DomainPlugin<br>Access level: public API|Class name: DomainPlugin<br>Access level: system API|@ohos.account.osAccount.d.ts|
|Access level changed|Class name: DomainAccountManager<br>Access level: public API|Class name: DomainAccountManager<br>Access level: system API|@ohos.account.osAccount.d.ts|
|Access level changed|Class name: UserIdentityManager<br>Access level: public API|Class name: UserIdentityManager<br>Access level: system API|@ohos.account.osAccount.d.ts|
|Access level changed|Class name: GetPropertyRequest<br>Method or attribute name: authType: AuthType;<br>Access level: public API|Class name: GetPropertyRequest<br>Method or attribute name: authType: AuthType;<br>Access level: system API|@ohos.account.osAccount.d.ts|
|Access level changed|Class name: GetPropertyRequest<br>Method or attribute name: keys: Array\<GetPropertyType>;<br>Access level: public API|Class name: GetPropertyRequest<br>Method or attribute name: keys: Array\<GetPropertyType>;<br>Access level: system API|@ohos.account.osAccount.d.ts|
|Access level changed|Class name: SetPropertyRequest<br>Method or attribute name: authType: AuthType;<br>Access level: public API|Class name: SetPropertyRequest<br>Method or attribute name: authType: AuthType;<br>Access level: system API|@ohos.account.osAccount.d.ts|
|Access level changed|Class name: SetPropertyRequest<br>Method or attribute name: key: SetPropertyType;<br>Access level: public API|Class name: SetPropertyRequest<br>Method or attribute name: key: SetPropertyType;<br>Access level: system API|@ohos.account.osAccount.d.ts|
|Access level changed|Class name: SetPropertyRequest<br>Method or attribute name: setInfo: Uint8Array;<br>Access level: public API|Class name: SetPropertyRequest<br>Method or attribute name: setInfo: Uint8Array;<br>Access level: system API|@ohos.account.osAccount.d.ts|
|Access level changed|Class name: ExecutorProperty<br>Method or attribute name: result: number;<br>Access level: public API|Class name: ExecutorProperty<br>Method or attribute name: result: number;<br>Access level: system API|@ohos.account.osAccount.d.ts|
|Access level changed|Class name: ExecutorProperty<br>Method or attribute name: authSubType: AuthSubType;<br>Access level: public API|Class name: ExecutorProperty<br>Method or attribute name: authSubType: AuthSubType;<br>Access level: system API|@ohos.account.osAccount.d.ts|
|Access level changed|Class name: ExecutorProperty<br>Method or attribute name: remainTimes?: number;<br>Access level: public API|Class name: ExecutorProperty<br>Method or attribute name: remainTimes?: number;<br>Access level: system API|@ohos.account.osAccount.d.ts|
|Access level changed|Class name: ExecutorProperty<br>Method or attribute name: freezingTime?: number;<br>Access level: public API|Class name: ExecutorProperty<br>Method or attribute name: freezingTime?: number;<br>Access level: system API|@ohos.account.osAccount.d.ts|
|Access level changed|Class name: AuthResult<br>Method or attribute name: token?: Uint8Array;<br>Access level: public API|Class name: AuthResult<br>Method or attribute name: token?: Uint8Array;<br>Access level: system API|@ohos.account.osAccount.d.ts|
|Access level changed|Class name: AuthResult<br>Method or attribute name: remainTimes?: number;<br>Access level: public API|Class name: AuthResult<br>Method or attribute name: remainTimes?: number;<br>Access level: system API|@ohos.account.osAccount.d.ts|
|Access level changed|Class name: AuthResult<br>Method or attribute name: freezingTime?: number;<br>Access level: public API|Class name: AuthResult<br>Method or attribute name: freezingTime?: number;<br>Access level: system API|@ohos.account.osAccount.d.ts|
|Access level changed|Class name: CredentialInfo<br>Method or attribute name: credType: AuthType;<br>Access level: public API|Class name: CredentialInfo<br>Method or attribute name: credType: AuthType;<br>Access level: system API|@ohos.account.osAccount.d.ts|
|Access level changed|Class name: CredentialInfo<br>Method or attribute name: credSubType: AuthSubType;<br>Access level: public API|Class name: CredentialInfo<br>Method or attribute name: credSubType: AuthSubType;<br>Access level: system API|@ohos.account.osAccount.d.ts|
|Access level changed|Class name: CredentialInfo<br>Method or attribute name: token: Uint8Array;<br>Access level: public API|Class name: CredentialInfo<br>Method or attribute name: token: Uint8Array;<br>Access level: system API|@ohos.account.osAccount.d.ts|
|Access level changed|Class name: RequestResult<br>Method or attribute name: credentialId?: Uint8Array;<br>Access level: public API|Class name: RequestResult<br>Method or attribute name: credentialId?: Uint8Array;<br>Access level: system API|@ohos.account.osAccount.d.ts|
|Access level changed|Class name: EnrolledCredInfo<br>Method or attribute name: credentialId: Uint8Array;<br>Access level: public API|Class name: EnrolledCredInfo<br>Method or attribute name: credentialId: Uint8Array;<br>Access level: system API|@ohos.account.osAccount.d.ts|
|Access level changed|Class name: EnrolledCredInfo<br>Method or attribute name: authType: AuthType;<br>Access level: public API|Class name: EnrolledCredInfo<br>Method or attribute name: authType: AuthType;<br>Access level: system API|@ohos.account.osAccount.d.ts|
|Access level changed|Class name: EnrolledCredInfo<br>Method or attribute name: authSubType: AuthSubType;<br>Access level: public API|Class name: EnrolledCredInfo<br>Method or attribute name: authSubType: AuthSubType;<br>Access level: system API|@ohos.account.osAccount.d.ts|
|Access level changed|Class name: EnrolledCredInfo<br>Method or attribute name: templateId: Uint8Array;<br>Access level: public API|Class name: EnrolledCredInfo<br>Method or attribute name: templateId: Uint8Array;<br>Access level: system API|@ohos.account.osAccount.d.ts|
|Access level changed|Class name: GetPropertyType<br>Method or attribute name: AUTH_SUB_TYPE = 1<br>Access level: public API|Class name: GetPropertyType<br>Method or attribute name: AUTH_SUB_TYPE = 1<br>Access level: system API|@ohos.account.osAccount.d.ts|
|Access level changed|Class name: GetPropertyType<br>Method or attribute name: REMAIN_TIMES = 2<br>Access level: public API|Class name: GetPropertyType<br>Method or attribute name: REMAIN_TIMES = 2<br>Access level: system API|@ohos.account.osAccount.d.ts|
|Access level changed|Class name: GetPropertyType<br>Method or attribute name: FREEZING_TIME = 3<br>Access level: public API|Class name: GetPropertyType<br>Method or attribute name: FREEZING_TIME = 3<br>Access level: system API|@ohos.account.osAccount.d.ts|
|Access level changed|Class name: SetPropertyType<br>Method or attribute name: INIT_ALGORITHM = 1<br>Access level: public API|Class name: SetPropertyType<br>Method or attribute name: INIT_ALGORITHM = 1<br>Access level: system API|@ohos.account.osAccount.d.ts|
|Access level changed|Class name: AuthType<br>Method or attribute name: PIN = 1<br>Access level: public API|Class name: AuthType<br>Method or attribute name: PIN = 1<br>Access level: system API|@ohos.account.osAccount.d.ts|
|Access level changed|Class name: AuthType<br>Method or attribute name: FACE = 2<br>Access level: public API|Class name: AuthType<br>Method or attribute name: FACE = 2<br>Access level: system API|@ohos.account.osAccount.d.ts|
|Access level changed|Class name: AuthType<br>Method or attribute name: DOMAIN = 1024<br>Access level: public API|Class name: AuthType<br>Method or attribute name: DOMAIN = 1024<br>Access level: system API|@ohos.account.osAccount.d.ts|
|Access level changed|Class name: AuthSubType<br>Method or attribute name: PIN_SIX = 10000<br>Access level: public API|Class name: AuthSubType<br>Method or attribute name: PIN_SIX = 10000<br>Access level: system API|@ohos.account.osAccount.d.ts|
|Access level changed|Class name: AuthSubType<br>Method or attribute name: PIN_NUMBER = 10001<br>Access level: public API|Class name: AuthSubType<br>Method or attribute name: PIN_NUMBER = 10001<br>Access level: system API|@ohos.account.osAccount.d.ts|
|Access level changed|Class name: AuthSubType<br>Method or attribute name: PIN_MIXED = 10002<br>Access level: public API|Class name: AuthSubType<br>Method or attribute name: PIN_MIXED = 10002<br>Access level: system API|@ohos.account.osAccount.d.ts|
|Access level changed|Class name: AuthSubType<br>Method or attribute name: FACE_2D = 20000<br>Access level: public API|Class name: AuthSubType<br>Method or attribute name: FACE_2D = 20000<br>Access level: system API|@ohos.account.osAccount.d.ts|
|Access level changed|Class name: AuthSubType<br>Method or attribute name: FACE_3D = 20001<br>Access level: public API|Class name: AuthSubType<br>Method or attribute name: FACE_3D = 20001<br>Access level: system API|@ohos.account.osAccount.d.ts|
|Access level changed|Class name: AuthSubType<br>Method or attribute name: DOMAIN_MIXED = 10240001<br>Access level: public API|Class name: AuthSubType<br>Method or attribute name: DOMAIN_MIXED = 10240001<br>Access level: system API|@ohos.account.osAccount.d.ts|
|Access level changed|Class name: AuthTrustLevel<br>Method or attribute name: ATL1 = 10000<br>Access level: public API|Class name: AuthTrustLevel<br>Method or attribute name: ATL1 = 10000<br>Access level: system API|@ohos.account.osAccount.d.ts|
|Access level changed|Class name: AuthTrustLevel<br>Method or attribute name: ATL2 = 20000<br>Access level: public API|Class name: AuthTrustLevel<br>Method or attribute name: ATL2 = 20000<br>Access level: system API|@ohos.account.osAccount.d.ts|
|Access level changed|Class name: AuthTrustLevel<br>Method or attribute name: ATL3 = 30000<br>Access level: public API|Class name: AuthTrustLevel<br>Method or attribute name: ATL3 = 30000<br>Access level: system API|@ohos.account.osAccount.d.ts|
|Access level changed|Class name: AuthTrustLevel<br>Method or attribute name: ATL4 = 40000<br>Access level: public API|Class name: AuthTrustLevel<br>Method or attribute name: ATL4 = 40000<br>Access level: system API|@ohos.account.osAccount.d.ts|
|Access level changed|Class name: Module<br>Method or attribute name: FACE_AUTH = 1<br>Access level: public API|Class name: Module<br>Method or attribute name: FACE_AUTH = 1<br>Access level: system API|@ohos.account.osAccount.d.ts|
|Access level changed|Class name: ResultCode<br>Method or attribute name: SUCCESS = 0<br>Access level: public API|Class name: ResultCode<br>Method or attribute name: SUCCESS = 0<br>Access level: system API|@ohos.account.osAccount.d.ts|
|Access level changed|Class name: ResultCode<br>Method or attribute name: FAIL = 1<br>Access level: public API|Class name: ResultCode<br>Method or attribute name: FAIL = 1<br>Access level: system API|@ohos.account.osAccount.d.ts|
|Access level changed|Class name: ResultCode<br>Method or attribute name: GENERAL_ERROR = 2<br>Access level: public API|Class name: ResultCode<br>Method or attribute name: GENERAL_ERROR = 2<br>Access level: system API|@ohos.account.osAccount.d.ts|
|Access level changed|Class name: ResultCode<br>Method or attribute name: CANCELED = 3<br>Access level: public API|Class name: ResultCode<br>Method or attribute name: CANCELED = 3<br>Access level: system API|@ohos.account.osAccount.d.ts|
|Access level changed|Class name: ResultCode<br>Method or attribute name: TIMEOUT = 4<br>Access level: public API|Class name: ResultCode<br>Method or attribute name: TIMEOUT = 4<br>Access level: system API|@ohos.account.osAccount.d.ts|
|Access level changed|Class name: ResultCode<br>Method or attribute name: TYPE_NOT_SUPPORT = 5<br>Access level: public API|Class name: ResultCode<br>Method or attribute name: TYPE_NOT_SUPPORT = 5<br>Access level: system API|@ohos.account.osAccount.d.ts|
|Access level changed|Class name: ResultCode<br>Method or attribute name: TRUST_LEVEL_NOT_SUPPORT = 6<br>Access level: public API|Class name: ResultCode<br>Method or attribute name: TRUST_LEVEL_NOT_SUPPORT = 6<br>Access level: system API|@ohos.account.osAccount.d.ts|
|Access level changed|Class name: ResultCode<br>Method or attribute name: BUSY = 7<br>Access level: public API|Class name: ResultCode<br>Method or attribute name: BUSY = 7<br>Access level: system API|@ohos.account.osAccount.d.ts|
|Access level changed|Class name: ResultCode<br>Method or attribute name: INVALID_PARAMETERS = 8<br>Access level: public API|Class name: ResultCode<br>Method or attribute name: INVALID_PARAMETERS = 8<br>Access level: system API|@ohos.account.osAccount.d.ts|
|Access level changed|Class name: ResultCode<br>Method or attribute name: LOCKED = 9<br>Access level: public API|Class name: ResultCode<br>Method or attribute name: LOCKED = 9<br>Access level: system API|@ohos.account.osAccount.d.ts|
|Access level changed|Class name: ResultCode<br>Method or attribute name: NOT_ENROLLED = 10<br>Access level: public API|Class name: ResultCode<br>Method or attribute name: NOT_ENROLLED = 10<br>Access level: system API|@ohos.account.osAccount.d.ts|
|Access level changed|Class name: FaceTipsCode<br>Method or attribute name: FACE_AUTH_TIP_TOO_BRIGHT = 1<br>Access level: public API|Class name: FaceTipsCode<br>Method or attribute name: FACE_AUTH_TIP_TOO_BRIGHT = 1<br>Access level: system API|@ohos.account.osAccount.d.ts|
|Access level changed|Class name: FaceTipsCode<br>Method or attribute name: FACE_AUTH_TIP_TOO_DARK = 2<br>Access level: public API|Class name: FaceTipsCode<br>Method or attribute name: FACE_AUTH_TIP_TOO_DARK = 2<br>Access level: system API|@ohos.account.osAccount.d.ts|
|Access level changed|Class name: FaceTipsCode<br>Method or attribute name: FACE_AUTH_TIP_TOO_CLOSE = 3<br>Access level: public API|Class name: FaceTipsCode<br>Method or attribute name: FACE_AUTH_TIP_TOO_CLOSE = 3<br>Access level: system API|@ohos.account.osAccount.d.ts|
|Access level changed|Class name: FaceTipsCode<br>Method or attribute name: FACE_AUTH_TIP_TOO_FAR = 4<br>Access level: public API|Class name: FaceTipsCode<br>Method or attribute name: FACE_AUTH_TIP_TOO_FAR = 4<br>Access level: system API|@ohos.account.osAccount.d.ts|
|Access level changed|Class name: FaceTipsCode<br>Method or attribute name: FACE_AUTH_TIP_TOO_HIGH = 5<br>Access level: public API|Class name: FaceTipsCode<br>Method or attribute name: FACE_AUTH_TIP_TOO_HIGH = 5<br>Access level: system API|@ohos.account.osAccount.d.ts|
|Access level changed|Class name: FaceTipsCode<br>Method or attribute name: FACE_AUTH_TIP_TOO_LOW = 6<br>Access level: public API|Class name: FaceTipsCode<br>Method or attribute name: FACE_AUTH_TIP_TOO_LOW = 6<br>Access level: system API|@ohos.account.osAccount.d.ts|
|Access level changed|Class name: FaceTipsCode<br>Method or attribute name: FACE_AUTH_TIP_TOO_RIGHT = 7<br>Access level: public API|Class name: FaceTipsCode<br>Method or attribute name: FACE_AUTH_TIP_TOO_RIGHT = 7<br>Access level: system API|@ohos.account.osAccount.d.ts|
|Access level changed|Class name: FaceTipsCode<br>Method or attribute name: FACE_AUTH_TIP_TOO_LEFT = 8<br>Access level: public API|Class name: FaceTipsCode<br>Method or attribute name: FACE_AUTH_TIP_TOO_LEFT = 8<br>Access level: system API|@ohos.account.osAccount.d.ts|
|Access level changed|Class name: FaceTipsCode<br>Method or attribute name: FACE_AUTH_TIP_TOO_MUCH_MOTION = 9<br>Access level: public API|Class name: FaceTipsCode<br>Method or attribute name: FACE_AUTH_TIP_TOO_MUCH_MOTION = 9<br>Access level: system API|@ohos.account.osAccount.d.ts|
|Access level changed|Class name: FaceTipsCode<br>Method or attribute name: FACE_AUTH_TIP_POOR_GAZE = 10<br>Access level: public API|Class name: FaceTipsCode<br>Method or attribute name: FACE_AUTH_TIP_POOR_GAZE = 10<br>Access level: system API|@ohos.account.osAccount.d.ts|
|Access level changed|Class name: FaceTipsCode<br>Method or attribute name: FACE_AUTH_TIP_NOT_DETECTED = 11<br>Access level: public API|Class name: FaceTipsCode<br>Method or attribute name: FACE_AUTH_TIP_NOT_DETECTED = 11<br>Access level: system API|@ohos.account.osAccount.d.ts|
|Access level changed|Class name: FingerprintTips<br>Method or attribute name: FINGERPRINT_TIP_GOOD = 0<br>Access level: public API|Class name: FingerprintTips<br>Method or attribute name: FINGERPRINT_TIP_GOOD = 0<br>Access level: system API|@ohos.account.osAccount.d.ts|
|Access level changed|Class name: FingerprintTips<br>Method or attribute name: FINGERPRINT_TIP_IMAGER_DIRTY = 1<br>Access level: public API|Class name: FingerprintTips<br>Method or attribute name: FINGERPRINT_TIP_IMAGER_DIRTY = 1<br>Access level: system API|@ohos.account.osAccount.d.ts|
|Access level changed|Class name: FingerprintTips<br>Method or attribute name: FINGERPRINT_TIP_INSUFFICIENT = 2<br>Access level: public API|Class name: FingerprintTips<br>Method or attribute name: FINGERPRINT_TIP_INSUFFICIENT = 2<br>Access level: system API|@ohos.account.osAccount.d.ts|
|Access level changed|Class name: FingerprintTips<br>Method or attribute name: FINGERPRINT_TIP_PARTIAL = 3<br>Access level: public API|Class name: FingerprintTips<br>Method or attribute name: FINGERPRINT_TIP_PARTIAL = 3<br>Access level: system API|@ohos.account.osAccount.d.ts|
|Access level changed|Class name: FingerprintTips<br>Method or attribute name: FINGERPRINT_TIP_TOO_FAST = 4<br>Access level: public API|Class name: FingerprintTips<br>Method or attribute name: FINGERPRINT_TIP_TOO_FAST = 4<br>Access level: system API|@ohos.account.osAccount.d.ts|
|Access level changed|Class name: FingerprintTips<br>Method or attribute name: FINGERPRINT_TIP_TOO_SLOW = 5<br>Access level: public API|Class name: FingerprintTips<br>Method or attribute name: FINGERPRINT_TIP_TOO_SLOW = 5<br>Access level: system API|@ohos.account.osAccount.d.ts|
|Access level changed|Class name: ConstraintSourceType<br>Method or attribute name: CONSTRAINT_NOT_EXIST = 0<br>Access level: public API|Class name: ConstraintSourceType<br>Method or attribute name: CONSTRAINT_NOT_EXIST = 0<br>Access level: system API|@ohos.account.osAccount.d.ts|
|Access level changed|Class name: ConstraintSourceType<br>Method or attribute name: CONSTRAINT_TYPE_BASE = 1<br>Access level: public API|Class name: ConstraintSourceType<br>Method or attribute name: CONSTRAINT_TYPE_BASE = 1<br>Access level: system API|@ohos.account.osAccount.d.ts|
|Access level changed|Class name: ConstraintSourceType<br>Method or attribute name: CONSTRAINT_TYPE_DEVICE_OWNER = 2<br>Access level: public API|Class name: ConstraintSourceType<br>Method or attribute name: CONSTRAINT_TYPE_DEVICE_OWNER = 2<br>Access level: system API|@ohos.account.osAccount.d.ts|
|Access level changed|Class name: ConstraintSourceType<br>Method or attribute name: CONSTRAINT_TYPE_PROFILE_OWNER = 3<br>Access level: public API|Class name: ConstraintSourceType<br>Method or attribute name: CONSTRAINT_TYPE_PROFILE_OWNER = 3<br>Access level: system API|@ohos.account.osAccount.d.ts|
|Access level changed|Class name: ConstraintSourceTypeInfo<br>Method or attribute name: localId: number;<br>Access level: public API|Class name: ConstraintSourceTypeInfo<br>Method or attribute name: localId: number;<br>Access level: system API|@ohos.account.osAccount.d.ts|
|Access level changed|Class name: ConstraintSourceTypeInfo<br>Method or attribute name: type: ConstraintSourceType;<br>Access level: public API|Class name: ConstraintSourceTypeInfo<br>Method or attribute name: type: ConstraintSourceType;<br>Access level: system API|@ohos.account.osAccount.d.ts|
|Error code added|NA|Class name: UserAuth<br>Method or attribute name: constructor();<br>Error code: 202|@ohos.account.osAccount.d.ts|
|Error code added|NA|Class name: UserAuth<br>Method or attribute name: getVersion(): number;<br>Error code: 202|@ohos.account.osAccount.d.ts|
|Error code added|NA|Class name: PINAuth<br>Method or attribute name: constructor();<br>Error code: 202|@ohos.account.osAccount.d.ts|
|Error code added|NA|Class name: UserIdentityManager<br>Method or attribute name: constructor();<br>Error code: 202|@ohos.account.osAccount.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: ohos.bluetoothManager<br>Class name: bluetoothManager<br>Method or attribute name: function setDevicePinCode(device: string, code: string, callback: AsyncCallback\<void>): void;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: bluetoothManager<br>Method or attribute name: function setDevicePinCode(device: string, code: string): Promise\<void>;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: BLECharacteristic<br>Method or attribute name: properties?: GattProperties;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: ScanResult<br>Method or attribute name: deviceName: string;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: PinRequiredParam<br>Method or attribute name: pinType: PinType;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: GattProperties|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: GattProperties<br>Method or attribute name: write?: boolean;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: GattProperties<br>Method or attribute name: writeNoResponse?: boolean;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: GattProperties<br>Method or attribute name: read?: boolean;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: GattProperties<br>Method or attribute name: notify?: boolean;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: GattProperties<br>Method or attribute name: indicate?: boolean;|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: PinType|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: PinType<br>Method or attribute name: PIN_TYPE_ENTER_PIN_CODE = 0|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: PinType<br>Method or attribute name: PIN_TYPE_ENTER_PASSKEY = 1|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: PinType<br>Method or attribute name: PIN_TYPE_CONFIRM_PASSKEY = 2|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: PinType<br>Method or attribute name: PIN_TYPE_NO_PASSKEY_CONSENT = 3|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: PinType<br>Method or attribute name: PIN_TYPE_NOTIFY_PASSKEY = 4|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: PinType<br>Method or attribute name: PIN_TYPE_DISPLAY_PIN_CODE = 5|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: PinType<br>Method or attribute name: PIN_TYPE_OOB_CONSENT = 6|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.bluetoothManager<br>Class name: PinType<br>Method or attribute name: PIN_TYPE_PIN_16_DIGITS = 7|@ohos.bluetoothManager.d.ts|
|Added|NA|Module name: ohos.net.connection<br>Class name: connection<br>Method or attribute name: function getGlobalHttpProxy(callback: AsyncCallback\<HttpProxy>): void;|@ohos.net.connection.d.ts|
|Added|NA|Module name: ohos.net.connection<br>Class name: connection<br>Method or attribute name: function getGlobalHttpProxy(): Promise\<HttpProxy>;|@ohos.net.connection.d.ts|
|Added|NA|Module name: ohos.net.connection<br>Class name: connection<br>Method or attribute name: function setGlobalHttpProxy(httpProxy: HttpProxy, callback: AsyncCallback\<void>): void;|@ohos.net.connection.d.ts|
|Added|NA|Module name: ohos.net.connection<br>Class name: connection<br>Method or attribute name: function setGlobalHttpProxy(httpProxy: HttpProxy): Promise\<void>;|@ohos.net.connection.d.ts|
|Added|NA|Module name: ohos.net.connection<br>Class name: HttpProxy|@ohos.net.connection.d.ts|
|Added|NA|Module name: ohos.net.connection<br>Class name: HttpProxy<br>Method or attribute name: host: string;|@ohos.net.connection.d.ts|
|Added|NA|Module name: ohos.net.connection<br>Class name: HttpProxy<br>Method or attribute name: port: number;|@ohos.net.connection.d.ts|
|Added|NA|Module name: ohos.net.connection<br>Class name: HttpProxy<br>Method or attribute name: exclusionList: Array\<string>;|@ohos.net.connection.d.ts|
|Added|NA|Module name: ohos.net.ethernet<br>Class name: ethernet<br>Method or attribute name: function on(type: 'interfaceStateChange', callback: Callback\<{ iface: string, active: boolean }>): void;|@ohos.net.ethernet.d.ts|
|Added|NA|Module name: ohos.net.ethernet<br>Class name: ethernet<br>Method or attribute name: function off(type: 'interfaceStateChange', callback?: Callback\<{ iface: string, active: boolean }>): void;|@ohos.net.ethernet.d.ts|
|Added|NA|Module name: ohos.net.http<br>Class name: HttpRequestOptions<br>Method or attribute name: usingProxy?: boolean \| HttpProxy;|@ohos.net.http.d.ts|
|Added|NA|Module name: ohos.net.http<br>Class name: HttpRequestOptions<br>Method or attribute name: caPath?: string;|@ohos.net.http.d.ts|
|Added|NA|Module name: ohos.net.http<br>Class name: HttpRequest<br>Method or attribute name: request2(url: string, callback: AsyncCallback\<number>): void;|@ohos.net.http.d.ts|
|Added|NA|Module name: ohos.net.http<br>Class name: HttpRequest<br>Method or attribute name: request2(url: string, options: HttpRequestOptions, callback: AsyncCallback\<number>): void;|@ohos.net.http.d.ts|
|Added|NA|Module name: ohos.net.http<br>Class name: HttpRequest<br>Method or attribute name: request2(url: string, options?: HttpRequestOptions): Promise\<number>;|@ohos.net.http.d.ts|
|Added|NA|Module name: ohos.net.http<br>Class name: HttpRequest<br>Method or attribute name: on(type: "dataReceive", callback: Callback\<ArrayBuffer>): void;|@ohos.net.http.d.ts|
|Added|NA|Module name: ohos.net.http<br>Class name: HttpRequest<br>Method or attribute name: off(type: "dataReceive", callback?: Callback\<ArrayBuffer>): void;|@ohos.net.http.d.ts|
|Added|NA|Module name: ohos.net.http<br>Class name: HttpRequest<br>Method or attribute name: on(type: "dataEnd", callback: Callback\<void>): void;|@ohos.net.http.d.ts|
|Added|NA|Module name: ohos.net.http<br>Class name: HttpRequest<br>Method or attribute name: off(type: "dataEnd", callback?: Callback\<void>): void;|@ohos.net.http.d.ts|
|Added|NA|Module name: ohos.net.http<br>Class name: HttpRequest<br>Method or attribute name: on(type: "dataProgress", callback: Callback\<{ receiveSize: number, totalSize: number }>): void;|@ohos.net.http.d.ts|
|Added|NA|Module name: ohos.net.http<br>Class name: HttpRequest<br>Method or attribute name: off(type: "dataProgress", callback?: Callback\<{ receiveSize: number, totalSize: number }>): void;|@ohos.net.http.d.ts|
|Added|NA|Module name: ohos.net.mdns<br>Class name: mdns|@ohos.net.mdns.d.ts|
|Added|NA|Module name: ohos.net.mdns<br>Class name: mdns<br>Method or attribute name: function addLocalService(context: Context, serviceInfo: LocalServiceInfo,<br> callback: AsyncCallback\<LocalServiceInfo>): void;|@ohos.net.mdns.d.ts|
|Added|NA|Module name: ohos.net.mdns<br>Class name: mdns<br>Method or attribute name: function addLocalService(context: Context, serviceInfo: LocalServiceInfo): Promise\<LocalServiceInfo>;|@ohos.net.mdns.d.ts|
|Added|NA|Module name: ohos.net.mdns<br>Class name: mdns<br>Method or attribute name: function removeLocalService(context: Context, serviceInfo: LocalServiceInfo,<br> callback: AsyncCallback\<LocalServiceInfo>): void;|@ohos.net.mdns.d.ts|
|Added|NA|Module name: ohos.net.mdns<br>Class name: mdns<br>Method or attribute name: function removeLocalService(context: Context, serviceInfo: LocalServiceInfo): Promise\<LocalServiceInfo>;|@ohos.net.mdns.d.ts|
|Added|NA|Module name: ohos.net.mdns<br>Class name: mdns<br>Method or attribute name: function createDiscoveryService(context: Context, serviceType: string): DiscoveryService;|@ohos.net.mdns.d.ts|
|Added|NA|Module name: ohos.net.mdns<br>Class name: mdns<br>Method or attribute name: function resolveLocalService(context: Context, serviceInfo: LocalServiceInfo,<br> callback: AsyncCallback\<LocalServiceInfo>): void;|@ohos.net.mdns.d.ts|
|Added|NA|Module name: ohos.net.mdns<br>Class name: mdns<br>Method or attribute name: function resolveLocalService(context: Context, serviceInfo: LocalServiceInfo): Promise\<LocalServiceInfo>;|@ohos.net.mdns.d.ts|
|Added|NA|Module name: ohos.net.mdns<br>Class name: DiscoveryService|@ohos.net.mdns.d.ts|
|Added|NA|Module name: ohos.net.mdns<br>Class name: DiscoveryService<br>Method or attribute name: on(type: 'discoveryStart',<br> callback: Callback\<{ serviceInfo: LocalServiceInfo, errorCode?: MdnsError }>): void;|@ohos.net.mdns.d.ts|
|Added|NA|Module name: ohos.net.mdns<br>Class name: DiscoveryService<br>Method or attribute name: on(type: 'discoveryStop',<br> callback: Callback\<{ serviceInfo: LocalServiceInfo, errorCode?: MdnsError }>): void;|@ohos.net.mdns.d.ts|
|Added|NA|Module name: ohos.net.mdns<br>Class name: DiscoveryService<br>Method or attribute name: on(type: 'serviceFound', callback: Callback\<LocalServiceInfo>): void;|@ohos.net.mdns.d.ts|
|Added|NA|Module name: ohos.net.mdns<br>Class name: DiscoveryService<br>Method or attribute name: on(type: 'serviceLost', callback: Callback\<LocalServiceInfo>): void;|@ohos.net.mdns.d.ts|
|Added|NA|Module name: ohos.net.mdns<br>Class name: DiscoveryService<br>Method or attribute name: startSearchingMDNS(): void;|@ohos.net.mdns.d.ts|
|Added|NA|Module name: ohos.net.mdns<br>Class name: DiscoveryService<br>Method or attribute name: stopSearchingMDNS(): void;|@ohos.net.mdns.d.ts|
|Added|NA|Module name: ohos.net.mdns<br>Class name: LocalServiceInfo|@ohos.net.mdns.d.ts|
|Added|NA|Module name: ohos.net.mdns<br>Class name: LocalServiceInfo<br>Method or attribute name: serviceType: string;|@ohos.net.mdns.d.ts|
|Added|NA|Module name: ohos.net.mdns<br>Class name: LocalServiceInfo<br>Method or attribute name: serviceName: string;|@ohos.net.mdns.d.ts|
|Added|NA|Module name: ohos.net.mdns<br>Class name: LocalServiceInfo<br>Method or attribute name: port?: number;|@ohos.net.mdns.d.ts|
|Added|NA|Module name: ohos.net.mdns<br>Class name: LocalServiceInfo<br>Method or attribute name: host?: NetAddress;|@ohos.net.mdns.d.ts|
|Added|NA|Module name: ohos.net.mdns<br>Class name: LocalServiceInfo<br>Method or attribute name: serviceAttribute?: Array\<ServiceAttribute>;|@ohos.net.mdns.d.ts|
|Added|NA|Module name: ohos.net.mdns<br>Class name: ServiceAttribute|@ohos.net.mdns.d.ts|
|Added|NA|Module name: ohos.net.mdns<br>Class name: ServiceAttribute<br>Method or attribute name: key: string;|@ohos.net.mdns.d.ts|
|Added|NA|Module name: ohos.net.mdns<br>Class name: ServiceAttribute<br>Method or attribute name: value: Array\<number>;|@ohos.net.mdns.d.ts|
|Added|NA|Module name: ohos.net.mdns<br>Class name: MdnsError|@ohos.net.mdns.d.ts|
|Added|NA|Module name: ohos.net.mdns<br>Class name: MdnsError<br>Method or attribute name: INTERNAL_ERROR = 0|@ohos.net.mdns.d.ts|
|Added|NA|Module name: ohos.net.mdns<br>Class name: MdnsError<br>Method or attribute name: ALREADY_ACTIVE = 1|@ohos.net.mdns.d.ts|
|Added|NA|Module name: ohos.net.mdns<br>Class name: MdnsError<br>Method or attribute name: MAX_LIMIT = 2|@ohos.net.mdns.d.ts|
|Added|NA|Class name: tag<br>Method or attribute name: function registerForegroundDispatch(elementName: ElementName, discTech: number[], callback: AsyncCallback\<TagInfo>): void;|@ohos.nfc.tag.d.ts|
|Added|NA|Class name: tag<br>Method or attribute name: function unregisterForegroundDispatch(elementName: ElementName): void;|@ohos.nfc.tag.d.ts|
|Added|NA|Module name: ohos.secureElement<br>Class name: omapi|@ohos.secureElement.d.ts|
|Added|NA|Module name: ohos.secureElement<br>Class name: omapi<br>Method or attribute name: function newSEService(type: 'serviceState', callback: Callback\<ServiceState>): SEService;|@ohos.secureElement.d.ts|
|Added|NA|Module name: ohos.secureElement<br>Class name: SEService|@ohos.secureElement.d.ts|
|Added|NA|Module name: ohos.secureElement<br>Class name: SEService<br>Method or attribute name: getReaders(): Reader[];|@ohos.secureElement.d.ts|
|Added|NA|Module name: ohos.secureElement<br>Class name: SEService<br>Method or attribute name: isConnected(): boolean;|@ohos.secureElement.d.ts|
|Added|NA|Module name: ohos.secureElement<br>Class name: SEService<br>Method or attribute name: shutdown(): void;|@ohos.secureElement.d.ts|
|Added|NA|Module name: ohos.secureElement<br>Class name: SEService<br>Method or attribute name: getVersion(): string;|@ohos.secureElement.d.ts|
|Added|NA|Module name: ohos.secureElement<br>Class name: Reader|@ohos.secureElement.d.ts|
|Added|NA|Module name: ohos.secureElement<br>Class name: Reader<br>Method or attribute name: getName(): string;|@ohos.secureElement.d.ts|
|Added|NA|Module name: ohos.secureElement<br>Class name: Reader<br>Method or attribute name: isSecureElementPresent(): boolean;|@ohos.secureElement.d.ts|
|Added|NA|Module name: ohos.secureElement<br>Class name: Reader<br>Method or attribute name: openSession(): Session;|@ohos.secureElement.d.ts|
|Added|NA|Module name: ohos.secureElement<br>Class name: Reader<br>Method or attribute name: closeSessions(): void;|@ohos.secureElement.d.ts|
|Added|NA|Module name: ohos.secureElement<br>Class name: Session|@ohos.secureElement.d.ts|
|Added|NA|Module name: ohos.secureElement<br>Class name: Session<br>Method or attribute name: getReader(): Reader;|@ohos.secureElement.d.ts|
|Added|NA|Module name: ohos.secureElement<br>Class name: Session<br>Method or attribute name: getATR(): number[];|@ohos.secureElement.d.ts|
|Added|NA|Module name: ohos.secureElement<br>Class name: Session<br>Method or attribute name: close(): void;|@ohos.secureElement.d.ts|
|Added|NA|Module name: ohos.secureElement<br>Class name: Session<br>Method or attribute name: isClosed(): boolean;|@ohos.secureElement.d.ts|
|Added|NA|Module name: ohos.secureElement<br>Class name: Session<br>Method or attribute name: closeChannels(): void;|@ohos.secureElement.d.ts|
|Added|NA|Module name: ohos.secureElement<br>Class name: Session<br>Method or attribute name: openBasicChannel(aid: number[]): Promise\<Channel>;|@ohos.secureElement.d.ts|
|Added|NA|Module name: ohos.secureElement<br>Class name: Session<br>Method or attribute name: openBasicChannel(aid: number[], callback: AsyncCallback\<Channel>): void;|@ohos.secureElement.d.ts|
|Added|NA|Module name: ohos.secureElement<br>Class name: Session<br>Method or attribute name: openBasicChannel(aid: number[], p2: number): Promise\<Channel>;|@ohos.secureElement.d.ts|
|Added|NA|Module name: ohos.secureElement<br>Class name: Session<br>Method or attribute name: openBasicChannel(aid: number[], p2: number, callback: AsyncCallback\<Channel>): void;|@ohos.secureElement.d.ts|
|Added|NA|Module name: ohos.secureElement<br>Class name: Session<br>Method or attribute name: openLogicalChannel(aid: number[]): Promise\<Channel>;|@ohos.secureElement.d.ts|
|Added|NA|Module name: ohos.secureElement<br>Class name: Session<br>Method or attribute name: openLogicalChannel(aid: number[], callback: AsyncCallback\<Channel>): void;|@ohos.secureElement.d.ts|
|Added|NA|Module name: ohos.secureElement<br>Class name: Session<br>Method or attribute name: openLogicalChannel(aid: number[], p2: number): Promise\<Channel>;|@ohos.secureElement.d.ts|
|Added|NA|Module name: ohos.secureElement<br>Class name: Session<br>Method or attribute name: openLogicalChannel(aid: number[], p2: number, callback: AsyncCallback\<Channel>): void;|@ohos.secureElement.d.ts|
|Added|NA|Module name: ohos.secureElement<br>Class name: Channel|@ohos.secureElement.d.ts|
|Added|NA|Module name: ohos.secureElement<br>Class name: Channel<br>Method or attribute name: getSession(): Session;|@ohos.secureElement.d.ts|
|Added|NA|Module name: ohos.secureElement<br>Class name: Channel<br>Method or attribute name: close(): void;|@ohos.secureElement.d.ts|
|Added|NA|Module name: ohos.secureElement<br>Class name: Channel<br>Method or attribute name: isBasicChannel(): boolean;|@ohos.secureElement.d.ts|
|Added|NA|Module name: ohos.secureElement<br>Class name: Channel<br>Method or attribute name: isClosed(): boolean;|@ohos.secureElement.d.ts|
|Added|NA|Module name: ohos.secureElement<br>Class name: Channel<br>Method or attribute name: getSelectResponse(): number[];|@ohos.secureElement.d.ts|
|Added|NA|Module name: ohos.secureElement<br>Class name: Channel<br>Method or attribute name: transmit(command: number[]): Promise\<number[]>;|@ohos.secureElement.d.ts|
|Added|NA|Module name: ohos.secureElement<br>Class name: Channel<br>Method or attribute name: transmit(command: number[], callback: AsyncCallback\<number[]>): void;|@ohos.secureElement.d.ts|
|Added|NA|Module name: ohos.secureElement<br>Class name: ServiceState|@ohos.secureElement.d.ts|
|Added|NA|Module name: ohos.secureElement<br>Class name: ServiceState<br>Method or attribute name: DISCONNECTED = 0|@ohos.secureElement.d.ts|
|Added|NA|Module name: ohos.secureElement<br>Class name: ServiceState<br>Method or attribute name: CONNECTED = 1|@ohos.secureElement.d.ts|
|Added|NA|Class name: wifiManager<br>Method or attribute name: function getScanInfoList(): Array\<WifiScanInfo>;|@ohos.wifiManager.d.ts|
|Added|NA|Class name: wifiManager<br>Method or attribute name: function updateDeviceConfig(config: WifiDeviceConfig): number;|@ohos.wifiManager.d.ts|
|Added|NA|Class name: wifiManager<br>Method or attribute name: function disableDeviceConfig(networkId: number): void;|@ohos.wifiManager.d.ts|
|Added|NA|Class name: wifiManager<br>Method or attribute name: function removeAllDeviceConfigs(): void;|@ohos.wifiManager.d.ts|
|Added|NA|Class name: wifiManager<br>Method or attribute name: function removeDeviceConfig(networkId: number): void;|@ohos.wifiManager.d.ts|
|Added|NA|Class name: wifiManager<br>Method or attribute name: function isBandTypeSupported(bandType: WifiBandType): boolean;|@ohos.wifiManager.d.ts|
|Added|NA|Class name: wifiManager<br>Method or attribute name: function get5GChannelList(): Array\<number>;|@ohos.wifiManager.d.ts|
|Added|NA|Class name: wifiManager<br>Method or attribute name: function getHotspotStations(): Array\<StationInfo>;|@ohos.wifiManager.d.ts|
|Added|NA|Class name: wifiManager<br>Method or attribute name: function getCurrentP2pGroup(): Promise\<WifiP2pGroupInfo>;|@ohos.wifiManager.d.ts|
|Added|NA|Class name: wifiManager<br>Method or attribute name: function getCurrentP2pGroup(callback: AsyncCallback\<WifiP2pGroupInfo>): void;|@ohos.wifiManager.d.ts|
|Added|NA|Class name: wifiManager<br>Method or attribute name: function createP2pGroup(config: WifiP2PConfig): void;|@ohos.wifiManager.d.ts|
|Added|NA|Class name: wifiManager<br>Method or attribute name: function removeP2pGroup(): void;|@ohos.wifiManager.d.ts|
|Added|NA|Class name: wifiManager<br>Method or attribute name: function startDiscoverP2pDevices(): void;|@ohos.wifiManager.d.ts|
|Added|NA|Class name: wifiManager<br>Method or attribute name: function stopDiscoverP2pDevices(): void;|@ohos.wifiManager.d.ts|
|Added|NA|Class name: wifiManager<br>Method or attribute name: function deletePersistentP2pGroup(netId: number): void;|@ohos.wifiManager.d.ts|
|Added|NA|Class name: wifiManager<br>Method or attribute name: function setP2pDeviceName(devName: string): void;|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager<br>Class name: WifiBandType|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager<br>Class name: WifiBandType<br>Method or attribute name: WIFI_BAND_NONE|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager<br>Class name: WifiBandType<br>Method or attribute name: WIFI_BAND_2G|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager<br>Class name: WifiBandType<br>Method or attribute name: WIFI_BAND_5G|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager<br>Class name: WifiBandType<br>Method or attribute name: WIFI_BAND_6G|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager<br>Class name: WifiBandType<br>Method or attribute name: WIFI_BAND_60G|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager<br>Class name: WifiStandard|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager<br>Class name: WifiStandard<br>Method or attribute name: WIFI_STANDARD_UNDEFINED|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager<br>Class name: WifiStandard<br>Method or attribute name: WIFI_STANDARD_11A|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager<br>Class name: WifiStandard<br>Method or attribute name: WIFI_STANDARD_11B|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager<br>Class name: WifiStandard<br>Method or attribute name: WIFI_STANDARD_11G|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager<br>Class name: WifiStandard<br>Method or attribute name: WIFI_STANDARD_11N|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager<br>Class name: WifiStandard<br>Method or attribute name: WIFI_STANDARD_11AC|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager<br>Class name: WifiStandard<br>Method or attribute name: WIFI_STANDARD_11AX|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager<br>Class name: WifiStandard<br>Method or attribute name: WIFI_STANDARD_11AD|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager<br>Class name: WifiLinkedInfo<br>Method or attribute name: rxLinkSpeed: number;|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager<br>Class name: WifiLinkedInfo<br>Method or attribute name: maxSupportedTxLinkSpeed: number;|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager<br>Class name: WifiLinkedInfo<br>Method or attribute name: maxSupportedRxLinkSpeed: number;|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager<br>Class name: WifiLinkedInfo<br>Method or attribute name: channelWidth: WifiChannelWidth;|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager<br>Class name: WifiLinkedInfo<br>Method or attribute name: wifiStandard: WifiStandard;|@ohos.wifiManager.d.ts|
|Added|NA|Module name: ohos.wifiManager<br>Class name: HotspotConfig<br>Method or attribute name: channel: number;|@ohos.wifiManager.d.ts|
|Deleted|Module name: ohos.wifiManager<br>Class name: wifiManager<br>Method or attribute name: function getScanResults(): Promise\<Array\<WifiScanInfo>>;|NA|@ohos.wifiManager.d.ts|
|Deleted|Module name: ohos.wifiManager<br>Class name: wifiManager<br>Method or attribute name: function getScanResults(callback: AsyncCallback\<Array\<WifiScanInfo>>): void;|NA|@ohos.wifiManager.d.ts|
|Deleted|Module name: ohos.wifiManager<br>Class name: wifiManager<br>Method or attribute name: function getScanResultsSync(): Array\<WifiScanInfo>;|NA|@ohos.wifiManager.d.ts|
|Deleted|Module name: ohos.wifiManager<br>Class name: wifiManager<br>Method or attribute name: function updateNetwork(config: WifiDeviceConfig): number;|NA|@ohos.wifiManager.d.ts|
|Deleted|Module name: ohos.wifiManager<br>Class name: wifiManager<br>Method or attribute name: function disableNetwork(netId: number): void;|NA|@ohos.wifiManager.d.ts|
|Deleted|Module name: ohos.wifiManager<br>Class name: wifiManager<br>Method or attribute name: function removeAllNetwork(): void;|NA|@ohos.wifiManager.d.ts|
|Deleted|Module name: ohos.wifiManager<br>Class name: wifiManager<br>Method or attribute name: function removeDevice(id: number): void;|NA|@ohos.wifiManager.d.ts|
|Deleted|Module name: ohos.wifiManager<br>Class name: wifiManager<br>Method or attribute name: function getStations(): Array\<StationInfo>;|NA|@ohos.wifiManager.d.ts|
|Deleted|Module name: ohos.wifiManager<br>Class name: wifiManager<br>Method or attribute name: function getCurrentGroup(): Promise\<WifiP2pGroupInfo>;|NA|@ohos.wifiManager.d.ts|
|Deleted|Module name: ohos.wifiManager<br>Class name: wifiManager<br>Method or attribute name: function getCurrentGroup(callback: AsyncCallback\<WifiP2pGroupInfo>): void;|NA|@ohos.wifiManager.d.ts|
|Deleted|Module name: ohos.wifiManager<br>Class name: wifiManager<br>Method or attribute name: function createGroup(config: WifiP2PConfig): void;|NA|@ohos.wifiManager.d.ts|
|Deleted|Module name: ohos.wifiManager<br>Class name: wifiManager<br>Method or attribute name: function removeGroup(): void;|NA|@ohos.wifiManager.d.ts|
|Deleted|Module name: ohos.wifiManager<br>Class name: wifiManager<br>Method or attribute name: function startDiscoverDevices(): void;|NA|@ohos.wifiManager.d.ts|
|Deleted|Module name: ohos.wifiManager<br>Class name: wifiManager<br>Method or attribute name: function stopDiscoverDevices(): void;|NA|@ohos.wifiManager.d.ts|
|Deleted|Module name: ohos.wifiManager<br>Class name: wifiManager<br>Method or attribute name: function deletePersistentGroup(netId: number): void;|NA|@ohos.wifiManager.d.ts|
|Deleted|Module name: ohos.wifiManager<br>Class name: wifiManager<br>Method or attribute name: function setDeviceName(devName: string): void;|NA|@ohos.wifiManager.d.ts|
|Permission changed|Class name: wifiManager<br>Method or attribute name: function scan(): void;<br>Permission: ohos.permission.SET_WIFI_INFO and ohos.permission.LOCATION|Class name: wifiManager<br>Method or attribute name: function scan(): void;<br>Permission: ohos.permission.SET_WIFI_INFO and ohos.permission.LOCATION and ohos.permission.APPROXIMATELY_LOCATION|@ohos.wifiManager.d.ts|
|Permission changed|Class name: wifiManager<br>Method or attribute name: function getCandidateConfigs(): Array\<WifiDeviceConfig>;<br>Permission: ohos.permission.GET_WIFI_INFO and ohos.permission.LOCATION|Class name: wifiManager<br>Method or attribute name: function getCandidateConfigs(): Array\<WifiDeviceConfig>;<br>Permission: ohos.permission.GET_WIFI_INFO and ohos.permission.LOCATION and ohos.permission.APPROXIMATELY_LOCATION|@ohos.wifiManager.d.ts|
|Permission changed|Class name: wifiManager<br>Method or attribute name: function getDeviceConfigs(): Array\<WifiDeviceConfig>;<br>Permission: ohos.permission.GET_WIFI_INFO and ohos.permission.LOCATION and ohos.permission.GET_WIFI_CONFIG|Class name: wifiManager<br>Method or attribute name: function getDeviceConfigs(): Array\<WifiDeviceConfig>;<br>Permission: ohos.permission.GET_WIFI_INFO and ohos.permission.LOCATION and ohos.permission.APPROXIMATELY_LOCATION and ohos.permission.GET_WIFI_CONFIG|@ohos.wifiManager.d.ts|
|Permission changed|Class name: wifiManager<br>Method or attribute name: function getP2pPeerDevices(): Promise\<WifiP2pDevice[]>;<br>Permission: ohos.permission.GET_WIFI_INFO and ohos.permission.LOCATION|Class name: wifiManager<br>Method or attribute name: function getP2pPeerDevices(): Promise\<WifiP2pDevice[]>;<br>Permission: ohos.permission.GET_WIFI_INFO and ohos.permission.LOCATION and ohos.permission.APPROXIMATELY_LOCATION|@ohos.wifiManager.d.ts|
|Permission changed|Class name: wifiManager<br>Method or attribute name: function getP2pPeerDevices(callback: AsyncCallback\<WifiP2pDevice[]>): void;<br>Permission: ohos.permission.GET_WIFI_INFO and ohos.permission.LOCATION|Class name: wifiManager<br>Method or attribute name: function getP2pPeerDevices(callback: AsyncCallback\<WifiP2pDevice[]>): void;<br>Permission: ohos.permission.GET_WIFI_INFO and ohos.permission.LOCATION and ohos.permission.APPROXIMATELY_LOCATION|@ohos.wifiManager.d.ts|
|Permission changed|Class name: wifiManager<br>Method or attribute name: function p2pConnect(config: WifiP2PConfig): void;<br>Permission: ohos.permission.GET_WIFI_INFO and ohos.permission.LOCATION|Class name: wifiManager<br>Method or attribute name: function p2pConnect(config: WifiP2PConfig): void;<br>Permission: ohos.permission.GET_WIFI_INFO and ohos.permission.LOCATION and ohos.permission.APPROXIMATELY_LOCATION|@ohos.wifiManager.d.ts|
|Permission changed|Class name: wifiManager<br>Method or attribute name: function getP2pGroups(): Promise\<Array\<WifiP2pGroupInfo>>;<br>Permission: ohos.permission.GET_WIFI_INFO and ohos.permission.LOCATION|Class name: wifiManager<br>Method or attribute name: function getP2pGroups(): Promise\<Array\<WifiP2pGroupInfo>>;<br>Permission: ohos.permission.GET_WIFI_INFO and ohos.permission.LOCATION and ohos.permission.APPROXIMATELY_LOCATION|@ohos.wifiManager.d.ts|
|Permission changed|Class name: wifiManager<br>Method or attribute name: function getP2pGroups(callback: AsyncCallback\<Array\<WifiP2pGroupInfo>>): void;<br>Permission: ohos.permission.GET_WIFI_INFO and ohos.permission.LOCATION|Class name: wifiManager<br>Method or attribute name: function getP2pGroups(callback: AsyncCallback\<Array\<WifiP2pGroupInfo>>): void;<br>Permission: ohos.permission.GET_WIFI_INFO and ohos.permission.LOCATION and ohos.permission.APPROXIMATELY_LOCATION|@ohos.wifiManager.d.ts|
|Permission changed|Class name: wifiManager<br>Method or attribute name: function on(type: "p2pDeviceChange", callback: Callback\<WifiP2pDevice>): void;<br>Permission: ohos.permission.GET_WIFI_INFO and ohos.permission.LOCATION|Class name: wifiManager<br>Method or attribute name: function on(type: "p2pDeviceChange", callback: Callback\<WifiP2pDevice>): void;<br>Permission: ohos.permission.GET_WIFI_INFO and ohos.permission.LOCATION and ohos.permission.APPROXIMATELY_LOCATION|@ohos.wifiManager.d.ts|
|Permission changed|Class name: wifiManager<br>Method or attribute name: function off(type: "p2pDeviceChange", callback?: Callback\<WifiP2pDevice>): void;<br>Permission: ohos.permission.LOCATION|Class name: wifiManager<br>Method or attribute name: function off(type: "p2pDeviceChange", callback?: Callback\<WifiP2pDevice>): void;<br>Permission: ohos.permission.LOCATION and ohos.permission.APPROXIMATELY_LOCATION|@ohos.wifiManager.d.ts|
|Permission changed|Class name: wifiManager<br>Method or attribute name: function on(type: "p2pPeerDeviceChange", callback: Callback\<WifiP2pDevice[]>): void;<br>Permission: ohos.permission.GET_WIFI_INFO and ohos.permission.LOCATION|Class name: wifiManager<br>Method or attribute name: function on(type: "p2pPeerDeviceChange", callback: Callback\<WifiP2pDevice[]>): void;<br>Permission: ohos.permission.GET_WIFI_INFO and ohos.permission.LOCATION and ohos.permission.APPROXIMATELY_LOCATION|@ohos.wifiManager.d.ts|
|Permission changed|Class name: wifiManager<br>Method or attribute name: function off(type: "p2pPeerDeviceChange", callback?: Callback\<WifiP2pDevice[]>): void;<br>Permission: ohos.permission.LOCATION|Class name: wifiManager<br>Method or attribute name: function off(type: "p2pPeerDeviceChange", callback?: Callback\<WifiP2pDevice[]>): void;<br>Permission: ohos.permission.LOCATION and ohos.permission.APPROXIMATELY_LOCATION|@ohos.wifiManager.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.enterprise.accountManager<br>Class name: accountManager|@ohos.enterprise.accountManager.d.ts|
|Added|NA|Module name: ohos.enterprise.accountManager<br>Class name: accountManager<br>Method or attribute name: function disallowAddLocalAccount(admin: Want, disallow: boolean, callback: AsyncCallback\<void>): void;|@ohos.enterprise.accountManager.d.ts|
|Added|NA|Module name: ohos.enterprise.accountManager<br>Class name: accountManager<br>Method or attribute name: function disallowAddLocalAccount(admin: Want, disallow: boolean): Promise\<void>;|@ohos.enterprise.accountManager.d.ts|
|Added|NA|Class name: ManagedEvent<br>Method or attribute name: MANAGED_EVENT_APP_START = 2|@ohos.enterprise.adminManager.d.ts|
|Added|NA|Class name: ManagedEvent<br>Method or attribute name: MANAGED_EVENT_APP_STOP = 3|@ohos.enterprise.adminManager.d.ts|
|Added|NA|Module name: ohos.enterprise.applicationManager<br>Class name: applicationManager|@ohos.enterprise.applicationManager.d.ts|
|Added|NA|Module name: ohos.enterprise.applicationManager<br>Class name: applicationManager<br>Method or attribute name: function addDisallowedRunningBundles(admin: Want, appIds: Array\<string>, callback: AsyncCallback\<void>): void;|@ohos.enterprise.applicationManager.d.ts|
|Added|NA|Module name: ohos.enterprise.applicationManager<br>Class name: applicationManager<br>Method or attribute name: function addDisallowedRunningBundles(admin: Want, appIds: Array\<string>, userId: number, callback: AsyncCallback\<void>): void;|@ohos.enterprise.applicationManager.d.ts|
|Added|NA|Module name: ohos.enterprise.applicationManager<br>Class name: applicationManager<br>Method or attribute name: function addDisallowedRunningBundles(admin: Want, appIds: Array\<string>, userId?: number): Promise\<void>;|@ohos.enterprise.applicationManager.d.ts|
|Added|NA|Module name: ohos.enterprise.applicationManager<br>Class name: applicationManager<br>Method or attribute name: function removeDisallowedRunningBundles(admin: Want, appIds: Array\<string>, callback: AsyncCallback\<void>): void;|@ohos.enterprise.applicationManager.d.ts|
|Added|NA|Module name: ohos.enterprise.applicationManager<br>Class name: applicationManager<br>Method or attribute name: function removeDisallowedRunningBundles(admin: Want, appIds: Array\<string>, userId: number, callback: AsyncCallback\<void>): void;|@ohos.enterprise.applicationManager.d.ts|
|Added|NA|Module name: ohos.enterprise.applicationManager<br>Class name: applicationManager<br>Method or attribute name: function removeDisallowedRunningBundles(admin: Want, appIds: Array\<string>, userId?: number): Promise\<void>;|@ohos.enterprise.applicationManager.d.ts|
|Added|NA|Module name: ohos.enterprise.applicationManager<br>Class name: applicationManager<br>Method or attribute name: function getDisallowedRunningBundles(admin: Want, callback: AsyncCallback\<Array\<string>>): void;|@ohos.enterprise.applicationManager.d.ts|
|Added|NA|Module name: ohos.enterprise.applicationManager<br>Class name: applicationManager<br>Method or attribute name: function getDisallowedRunningBundles(admin: Want, userId: number, callback: AsyncCallback\<Array\<string>>): void;|@ohos.enterprise.applicationManager.d.ts|
|Added|NA|Module name: ohos.enterprise.applicationManager<br>Class name: applicationManager<br>Method or attribute name: function getDisallowedRunningBundles(admin: Want, userId?: number): Promise\<Array\<string>>;|@ohos.enterprise.applicationManager.d.ts|
|Added|NA|Module name: ohos.enterprise.bundleManager<br>Class name: bundleManager|@ohos.enterprise.bundleManager.d.ts|
|Added|NA|Module name: ohos.enterprise.bundleManager<br>Class name: bundleManager<br>Method or attribute name: function addAllowedInstallBundles(admin: Want, appIds: Array\<string>, callback: AsyncCallback\<void>): void;|@ohos.enterprise.bundleManager.d.ts|
|Added|NA|Module name: ohos.enterprise.bundleManager<br>Class name: bundleManager<br>Method or attribute name: function addAllowedInstallBundles(admin: Want, appIds: Array\<string>, userId: number, callback: AsyncCallback\<void>): void;|@ohos.enterprise.bundleManager.d.ts|
|Added|NA|Module name: ohos.enterprise.bundleManager<br>Class name: bundleManager<br>Method or attribute name: function addAllowedInstallBundles(admin: Want, appIds: Array\<string>, userId?: number): Promise\<void>;|@ohos.enterprise.bundleManager.d.ts|
|Added|NA|Module name: ohos.enterprise.bundleManager<br>Class name: bundleManager<br>Method or attribute name: function removeAllowedInstallBundles(admin: Want, appIds: Array\<string>, callback: AsyncCallback\<void>): void;|@ohos.enterprise.bundleManager.d.ts|
|Added|NA|Module name: ohos.enterprise.bundleManager<br>Class name: bundleManager<br>Method or attribute name: function removeAllowedInstallBundles(admin: Want, appIds: Array\<string>, userId: number, callback: AsyncCallback\<void>): void;|@ohos.enterprise.bundleManager.d.ts|
|Added|NA|Module name: ohos.enterprise.bundleManager<br>Class name: bundleManager<br>Method or attribute name: function removeAllowedInstallBundles(admin: Want, appIds: Array\<string>, userId?: number): Promise\<void>;|@ohos.enterprise.bundleManager.d.ts|
|Added|NA|Module name: ohos.enterprise.bundleManager<br>Class name: bundleManager<br>Method or attribute name: function getAllowedInstallBundles(admin: Want, callback: AsyncCallback\<Array\<string>>): void;|@ohos.enterprise.bundleManager.d.ts|
|Added|NA|Module name: ohos.enterprise.bundleManager<br>Class name: bundleManager<br>Method or attribute name: function getAllowedInstallBundles(admin: Want, userId: number, callback: AsyncCallback\<Array\<string>>): void;|@ohos.enterprise.bundleManager.d.ts|
|Added|NA|Module name: ohos.enterprise.bundleManager<br>Class name: bundleManager<br>Method or attribute name: function getAllowedInstallBundles(admin: Want, userId?: number): Promise\<Array\<string>>;|@ohos.enterprise.bundleManager.d.ts|
|Added|NA|Module name: ohos.enterprise.bundleManager<br>Class name: bundleManager<br>Method or attribute name: function addDisallowedInstallBundles(admin: Want, appIds: Array\<string>, callback: AsyncCallback\<void>): void;|@ohos.enterprise.bundleManager.d.ts|
|Added|NA|Module name: ohos.enterprise.bundleManager<br>Class name: bundleManager<br>Method or attribute name: function addDisallowedInstallBundles(admin: Want, appIds: Array\<string>, userId: number, callback: AsyncCallback\<void>): void;|@ohos.enterprise.bundleManager.d.ts|
|Added|NA|Module name: ohos.enterprise.bundleManager<br>Class name: bundleManager<br>Method or attribute name: function addDisallowedInstallBundles(admin: Want, appIds: Array\<string>, userId?: number): Promise\<void>;|@ohos.enterprise.bundleManager.d.ts|
|Added|NA|Module name: ohos.enterprise.bundleManager<br>Class name: bundleManager<br>Method or attribute name: function removeDisallowedInstallBundles(admin: Want, appIds: Array\<string>, callback: AsyncCallback\<void>): void;|@ohos.enterprise.bundleManager.d.ts|
|Added|NA|Module name: ohos.enterprise.bundleManager<br>Class name: bundleManager<br>Method or attribute name: function removeDisallowedInstallBundles(admin: Want, appIds: Array\<string>, userId: number, callback: AsyncCallback\<void>): void;|@ohos.enterprise.bundleManager.d.ts|
|Added|NA|Module name: ohos.enterprise.bundleManager<br>Class name: bundleManager<br>Method or attribute name: function removeDisallowedInstallBundles(admin: Want, appIds: Array\<string>, userId?: number): Promise\<void>;|@ohos.enterprise.bundleManager.d.ts|
|Added|NA|Module name: ohos.enterprise.bundleManager<br>Class name: bundleManager<br>Method or attribute name: function getDisallowedInstallBundles(admin: Want, callback: AsyncCallback\<Array\<string>>): void;|@ohos.enterprise.bundleManager.d.ts|
|Added|NA|Module name: ohos.enterprise.bundleManager<br>Class name: bundleManager<br>Method or attribute name: function getDisallowedInstallBundles(admin: Want, userId: number, callback: AsyncCallback\<Array\<string>>): void;|@ohos.enterprise.bundleManager.d.ts|
|Added|NA|Module name: ohos.enterprise.bundleManager<br>Class name: bundleManager<br>Method or attribute name: function getDisallowedInstallBundles(admin: Want, userId?: number): Promise\<Array\<string>>;|@ohos.enterprise.bundleManager.d.ts|
|Added|NA|Class name: dateTimeManager<br>Method or attribute name: function disallowModifyDateTime(admin: Want, disallow: boolean, callback: AsyncCallback\<void>): void;|@ohos.enterprise.dateTimeManager.d.ts|
|Added|NA|Class name: dateTimeManager<br>Method or attribute name: function disallowModifyDateTime(admin: Want, disallow: boolean): Promise\<void>;|@ohos.enterprise.dateTimeManager.d.ts|
|Added|NA|Class name: dateTimeManager<br>Method or attribute name: function isModifyDateTimeDisallowed(admin: Want, callback: AsyncCallback\<boolean>): void;|@ohos.enterprise.dateTimeManager.d.ts|
|Added|NA|Class name: dateTimeManager<br>Method or attribute name: function isModifyDateTimeDisallowed(admin: Want): Promise\<boolean>;|@ohos.enterprise.dateTimeManager.d.ts|
|Added|NA|Module name: ohos.enterprise.deviceControl<br>Class name: deviceControl|@ohos.enterprise.deviceControl.d.ts|
|Added|NA|Module name: ohos.enterprise.deviceControl<br>Class name: deviceControl<br>Method or attribute name: function resetFactory(admin: Want, callback: AsyncCallback\<void>): void;|@ohos.enterprise.deviceControl.d.ts|
|Added|NA|Module name: ohos.enterprise.deviceControl<br>Class name: deviceControl<br>Method or attribute name: function resetFactory(admin: Want): Promise\<void>;|@ohos.enterprise.deviceControl.d.ts|
|Added|NA|Module name: ohos.enterprise.deviceInfo<br>Class name: deviceInfo|@ohos.enterprise.deviceInfo.d.ts|
|Added|NA|Module name: ohos.enterprise.deviceInfo<br>Class name: deviceInfo<br>Method or attribute name: function getDeviceSerial(admin: Want, callback: AsyncCallback\<string>): void;|@ohos.enterprise.deviceInfo.d.ts|
|Added|NA|Module name: ohos.enterprise.deviceInfo<br>Class name: deviceInfo<br>Method or attribute name: function getDeviceSerial(admin: Want): Promise\<string>;|@ohos.enterprise.deviceInfo.d.ts|
|Added|NA|Module name: ohos.enterprise.deviceInfo<br>Class name: deviceInfo<br>Method or attribute name: function getDisplayVersion(admin: Want, callback: AsyncCallback\<string>): void;|@ohos.enterprise.deviceInfo.d.ts|
|Added|NA|Module name: ohos.enterprise.deviceInfo<br>Class name: deviceInfo<br>Method or attribute name: function getDisplayVersion(admin: Want): Promise\<string>;|@ohos.enterprise.deviceInfo.d.ts|
|Added|NA|Module name: ohos.enterprise.deviceInfo<br>Class name: deviceInfo<br>Method or attribute name: function getDeviceName(admin: Want, callback: AsyncCallback\<string>): void;|@ohos.enterprise.deviceInfo.d.ts|
|Added|NA|Module name: ohos.enterprise.deviceInfo<br>Class name: deviceInfo<br>Method or attribute name: function getDeviceName(admin: Want): Promise\<string>;|@ohos.enterprise.deviceInfo.d.ts|
|Added|NA|Module name: ohos.enterprise.EnterpriseAdminExtensionAbility<br>Class name: EnterpriseAdminExtensionAbility<br>Method or attribute name: onAppStart(bundleName: string): void;|@ohos.enterprise.EnterpriseAdminExtensionAbility.d.ts|
|Added|NA|Module name: ohos.enterprise.EnterpriseAdminExtensionAbility<br>Class name: EnterpriseAdminExtensionAbility<br>Method or attribute name: onAppStop(bundleName: string): void;|@ohos.enterprise.EnterpriseAdminExtensionAbility.d.ts|
|Added|NA|Module name: ohos.enterprise.networkManager<br>Class name: networkManager|@ohos.enterprise.networkManager.d.ts|
|Added|NA|Module name: ohos.enterprise.networkManager<br>Class name: networkManager<br>Method or attribute name: function getAllNetworkInterfaces(admin: Want, callback: AsyncCallback\<Array\<string>>): void;|@ohos.enterprise.networkManager.d.ts|
|Added|NA|Module name: ohos.enterprise.networkManager<br>Class name: networkManager<br>Method or attribute name: function getAllNetworkInterfaces(admin: Want): Promise\<Array\<string>>;|@ohos.enterprise.networkManager.d.ts|
|Added|NA|Module name: ohos.enterprise.networkManager<br>Class name: networkManager<br>Method or attribute name: function getIpAddress(admin: Want, networkInterface: string, callback: AsyncCallback\<string>): void;|@ohos.enterprise.networkManager.d.ts|
|Added|NA|Module name: ohos.enterprise.networkManager<br>Class name: networkManager<br>Method or attribute name: function getIpAddress(admin: Want, networkInterface: string): Promise\<string>;|@ohos.enterprise.networkManager.d.ts|
|Added|NA|Module name: ohos.enterprise.networkManager<br>Class name: networkManager<br>Method or attribute name: function getMac(admin: Want, networkInterface: string, callback: AsyncCallback\<string>): void;|@ohos.enterprise.networkManager.d.ts|
|Added|NA|Module name: ohos.enterprise.networkManager<br>Class name: networkManager<br>Method or attribute name: function getMac(admin: Want, networkInterface: string): Promise\<string>;|@ohos.enterprise.networkManager.d.ts|
|Added|NA|Module name: ohos.enterprise.networkManager<br>Class name: networkManager<br>Method or attribute name: function isNetworkInterfaceDisabled(admin: Want, networkInterface: string, callback: AsyncCallback\<boolean>): void;|@ohos.enterprise.networkManager.d.ts|
|Added|NA|Module name: ohos.enterprise.networkManager<br>Class name: networkManager<br>Method or attribute name: function isNetworkInterfaceDisabled(admin: Want, networkInterface: string): Promise\<boolean>;|@ohos.enterprise.networkManager.d.ts|
|Added|NA|Module name: ohos.enterprise.networkManager<br>Class name: networkManager<br>Method or attribute name: function setNetworkInterfaceDisabled(admin: Want, networkInterface: string, isDisabled: boolean, callback: AsyncCallback\<void>): void;|@ohos.enterprise.networkManager.d.ts|
|Added|NA|Module name: ohos.enterprise.networkManager<br>Class name: networkManager<br>Method or attribute name: function setNetworkInterfaceDisabled(admin: Want, networkInterface: string, isDisabled: boolean): Promise\<void>;|@ohos.enterprise.networkManager.d.ts|
|Added|NA|Module name: ohos.enterprise.wifiManager<br>Class name: wifiManager|@ohos.enterprise.wifiManager.d.ts|
|Added|NA|Module name: ohos.enterprise.wifiManager<br>Class name: WifiSecurityType|@ohos.enterprise.wifiManager.d.ts|
|Added|NA|Module name: ohos.enterprise.wifiManager<br>Class name: WifiSecurityType<br>Method or attribute name: WIFI_SEC_TYPE_INVALID = 0|@ohos.enterprise.wifiManager.d.ts|
|Added|NA|Module name: ohos.enterprise.wifiManager<br>Class name: WifiSecurityType<br>Method or attribute name: WIFI_SEC_TYPE_OPEN = 1|@ohos.enterprise.wifiManager.d.ts|
|Added|NA|Module name: ohos.enterprise.wifiManager<br>Class name: WifiSecurityType<br>Method or attribute name: WIFI_SEC_TYPE_WEP = 2|@ohos.enterprise.wifiManager.d.ts|
|Added|NA|Module name: ohos.enterprise.wifiManager<br>Class name: WifiSecurityType<br>Method or attribute name: WIFI_SEC_TYPE_PSK = 3|@ohos.enterprise.wifiManager.d.ts|
|Added|NA|Module name: ohos.enterprise.wifiManager<br>Class name: WifiSecurityType<br>Method or attribute name: WIFI_SEC_TYPE_SAE = 4|@ohos.enterprise.wifiManager.d.ts|
|Added|NA|Module name: ohos.enterprise.wifiManager<br>Class name: WifiSecurityType<br>Method or attribute name: WIFI_SEC_TYPE_EAP = 5|@ohos.enterprise.wifiManager.d.ts|
|Added|NA|Module name: ohos.enterprise.wifiManager<br>Class name: WifiSecurityType<br>Method or attribute name: WIFI_SEC_TYPE_EAP_SUITE_B = 6|@ohos.enterprise.wifiManager.d.ts|
|Added|NA|Module name: ohos.enterprise.wifiManager<br>Class name: WifiSecurityType<br>Method or attribute name: WIFI_SEC_TYPE_OWE = 7|@ohos.enterprise.wifiManager.d.ts|
|Added|NA|Module name: ohos.enterprise.wifiManager<br>Class name: WifiSecurityType<br>Method or attribute name: WIFI_SEC_TYPE_WAPI_CERT = 8|@ohos.enterprise.wifiManager.d.ts|
|Added|NA|Module name: ohos.enterprise.wifiManager<br>Class name: WifiSecurityType<br>Method or attribute name: WIFI_SEC_TYPE_WAPI_PSK = 9|@ohos.enterprise.wifiManager.d.ts|
|Added|NA|Module name: ohos.enterprise.wifiManager<br>Class name: IpType|@ohos.enterprise.wifiManager.d.ts|
|Added|NA|Module name: ohos.enterprise.wifiManager<br>Class name: IpType<br>Method or attribute name: STATIC|@ohos.enterprise.wifiManager.d.ts|
|Added|NA|Module name: ohos.enterprise.wifiManager<br>Class name: IpType<br>Method or attribute name: DHCP|@ohos.enterprise.wifiManager.d.ts|
|Added|NA|Module name: ohos.enterprise.wifiManager<br>Class name: IpType<br>Method or attribute name: UNKNOWN|@ohos.enterprise.wifiManager.d.ts|
|Added|NA|Module name: ohos.enterprise.wifiManager<br>Class name: IpProfile|@ohos.enterprise.wifiManager.d.ts|
|Added|NA|Module name: ohos.enterprise.wifiManager<br>Class name: IpProfile<br>Method or attribute name: ipAddress: number;|@ohos.enterprise.wifiManager.d.ts|
|Added|NA|Module name: ohos.enterprise.wifiManager<br>Class name: IpProfile<br>Method or attribute name: gateway: number;|@ohos.enterprise.wifiManager.d.ts|
|Added|NA|Module name: ohos.enterprise.wifiManager<br>Class name: IpProfile<br>Method or attribute name: prefixLength: number;|@ohos.enterprise.wifiManager.d.ts|
|Added|NA|Module name: ohos.enterprise.wifiManager<br>Class name: IpProfile<br>Method or attribute name: dnsServers: number[];|@ohos.enterprise.wifiManager.d.ts|
|Added|NA|Module name: ohos.enterprise.wifiManager<br>Class name: IpProfile<br>Method or attribute name: domains: Array\<string>;|@ohos.enterprise.wifiManager.d.ts|
|Added|NA|Module name: ohos.enterprise.wifiManager<br>Class name: EapMethod|@ohos.enterprise.wifiManager.d.ts|
|Added|NA|Module name: ohos.enterprise.wifiManager<br>Class name: EapMethod<br>Method or attribute name: EAP_NONE|@ohos.enterprise.wifiManager.d.ts|
|Added|NA|Module name: ohos.enterprise.wifiManager<br>Class name: EapMethod<br>Method or attribute name: EAP_PEAP|@ohos.enterprise.wifiManager.d.ts|
|Added|NA|Module name: ohos.enterprise.wifiManager<br>Class name: EapMethod<br>Method or attribute name: EAP_TLS|@ohos.enterprise.wifiManager.d.ts|
|Added|NA|Module name: ohos.enterprise.wifiManager<br>Class name: EapMethod<br>Method or attribute name: EAP_TTLS|@ohos.enterprise.wifiManager.d.ts|
|Added|NA|Module name: ohos.enterprise.wifiManager<br>Class name: EapMethod<br>Method or attribute name: EAP_PWD|@ohos.enterprise.wifiManager.d.ts|
|Added|NA|Module name: ohos.enterprise.wifiManager<br>Class name: EapMethod<br>Method or attribute name: EAP_SIM|@ohos.enterprise.wifiManager.d.ts|
|Added|NA|Module name: ohos.enterprise.wifiManager<br>Class name: EapMethod<br>Method or attribute name: EAP_AKA|@ohos.enterprise.wifiManager.d.ts|
|Added|NA|Module name: ohos.enterprise.wifiManager<br>Class name: EapMethod<br>Method or attribute name: EAP_AKA_PRIME|@ohos.enterprise.wifiManager.d.ts|
|Added|NA|Module name: ohos.enterprise.wifiManager<br>Class name: EapMethod<br>Method or attribute name: EAP_UNAUTH_TLS|@ohos.enterprise.wifiManager.d.ts|
|Added|NA|Module name: ohos.enterprise.wifiManager<br>Class name: Phase2Method|@ohos.enterprise.wifiManager.d.ts|
|Added|NA|Module name: ohos.enterprise.wifiManager<br>Class name: Phase2Method<br>Method or attribute name: PHASE2_NONE|@ohos.enterprise.wifiManager.d.ts|
|Added|NA|Module name: ohos.enterprise.wifiManager<br>Class name: Phase2Method<br>Method or attribute name: PHASE2_PAP|@ohos.enterprise.wifiManager.d.ts|
|Added|NA|Module name: ohos.enterprise.wifiManager<br>Class name: Phase2Method<br>Method or attribute name: PHASE2_MSCHAP|@ohos.enterprise.wifiManager.d.ts|
|Added|NA|Module name: ohos.enterprise.wifiManager<br>Class name: Phase2Method<br>Method or attribute name: PHASE2_MSCHAPV2|@ohos.enterprise.wifiManager.d.ts|
|Added|NA|Module name: ohos.enterprise.wifiManager<br>Class name: Phase2Method<br>Method or attribute name: PHASE2_GTC|@ohos.enterprise.wifiManager.d.ts|
|Added|NA|Module name: ohos.enterprise.wifiManager<br>Class name: Phase2Method<br>Method or attribute name: PHASE2_SIM|@ohos.enterprise.wifiManager.d.ts|
|Added|NA|Module name: ohos.enterprise.wifiManager<br>Class name: Phase2Method<br>Method or attribute name: PHASE2_AKA|@ohos.enterprise.wifiManager.d.ts|
|Added|NA|Module name: ohos.enterprise.wifiManager<br>Class name: Phase2Method<br>Method or attribute name: PHASE2_AKA_PRIME|@ohos.enterprise.wifiManager.d.ts|
|Added|NA|Module name: ohos.enterprise.wifiManager<br>Class name: WifiEapProfile|@ohos.enterprise.wifiManager.d.ts|
|Added|NA|Module name: ohos.enterprise.wifiManager<br>Class name: WifiEapProfile<br>Method or attribute name: eapMethod: EapMethod;|@ohos.enterprise.wifiManager.d.ts|
|Added|NA|Module name: ohos.enterprise.wifiManager<br>Class name: WifiEapProfile<br>Method or attribute name: phase2Method: Phase2Method;|@ohos.enterprise.wifiManager.d.ts|
|Added|NA|Module name: ohos.enterprise.wifiManager<br>Class name: WifiEapProfile<br>Method or attribute name: identity: string;|@ohos.enterprise.wifiManager.d.ts|
|Added|NA|Module name: ohos.enterprise.wifiManager<br>Class name: WifiEapProfile<br>Method or attribute name: anonymousIdentity: string;|@ohos.enterprise.wifiManager.d.ts|
|Added|NA|Module name: ohos.enterprise.wifiManager<br>Class name: WifiEapProfile<br>Method or attribute name: password: string;|@ohos.enterprise.wifiManager.d.ts|
|Added|NA|Module name: ohos.enterprise.wifiManager<br>Class name: WifiEapProfile<br>Method or attribute name: caCertAliases: string;|@ohos.enterprise.wifiManager.d.ts|
|Added|NA|Module name: ohos.enterprise.wifiManager<br>Class name: WifiEapProfile<br>Method or attribute name: caPath: string;|@ohos.enterprise.wifiManager.d.ts|
|Added|NA|Module name: ohos.enterprise.wifiManager<br>Class name: WifiEapProfile<br>Method or attribute name: clientCertAliases: string;|@ohos.enterprise.wifiManager.d.ts|
|Added|NA|Module name: ohos.enterprise.wifiManager<br>Class name: WifiEapProfile<br>Method or attribute name: certEntry: Uint8Array;|@ohos.enterprise.wifiManager.d.ts|
|Added|NA|Module name: ohos.enterprise.wifiManager<br>Class name: WifiEapProfile<br>Method or attribute name: certPassword: string;|@ohos.enterprise.wifiManager.d.ts|
|Added|NA|Module name: ohos.enterprise.wifiManager<br>Class name: WifiEapProfile<br>Method or attribute name: altSubjectMatch: string;|@ohos.enterprise.wifiManager.d.ts|
|Added|NA|Module name: ohos.enterprise.wifiManager<br>Class name: WifiEapProfile<br>Method or attribute name: domainSuffixMatch: string;|@ohos.enterprise.wifiManager.d.ts|
|Added|NA|Module name: ohos.enterprise.wifiManager<br>Class name: WifiEapProfile<br>Method or attribute name: realm: string;|@ohos.enterprise.wifiManager.d.ts|
|Added|NA|Module name: ohos.enterprise.wifiManager<br>Class name: WifiEapProfile<br>Method or attribute name: plmn: string;|@ohos.enterprise.wifiManager.d.ts|
|Added|NA|Module name: ohos.enterprise.wifiManager<br>Class name: WifiEapProfile<br>Method or attribute name: eapSubId: number;|@ohos.enterprise.wifiManager.d.ts|
|Added|NA|Module name: ohos.enterprise.wifiManager<br>Class name: WifiProfile|@ohos.enterprise.wifiManager.d.ts|
|Added|NA|Module name: ohos.enterprise.wifiManager<br>Class name: WifiProfile<br>Method or attribute name: ssid: string;|@ohos.enterprise.wifiManager.d.ts|
|Added|NA|Module name: ohos.enterprise.wifiManager<br>Class name: WifiProfile<br>Method or attribute name: bssid?: string;|@ohos.enterprise.wifiManager.d.ts|
|Added|NA|Module name: ohos.enterprise.wifiManager<br>Class name: WifiProfile<br>Method or attribute name: preSharedKey: string;|@ohos.enterprise.wifiManager.d.ts|
|Added|NA|Module name: ohos.enterprise.wifiManager<br>Class name: WifiProfile<br>Method or attribute name: isHiddenSsid?: boolean;|@ohos.enterprise.wifiManager.d.ts|
|Added|NA|Module name: ohos.enterprise.wifiManager<br>Class name: WifiProfile<br>Method or attribute name: securityType: WifiSecurityType;|@ohos.enterprise.wifiManager.d.ts|
|Added|NA|Module name: ohos.enterprise.wifiManager<br>Class name: WifiProfile<br>Method or attribute name: creatorUid?: number;|@ohos.enterprise.wifiManager.d.ts|
|Added|NA|Module name: ohos.enterprise.wifiManager<br>Class name: WifiProfile<br>Method or attribute name: disableReason?: number;|@ohos.enterprise.wifiManager.d.ts|
|Added|NA|Module name: ohos.enterprise.wifiManager<br>Class name: WifiProfile<br>Method or attribute name: netId?: number;|@ohos.enterprise.wifiManager.d.ts|
|Added|NA|Module name: ohos.enterprise.wifiManager<br>Class name: WifiProfile<br>Method or attribute name: randomMacType?: number;|@ohos.enterprise.wifiManager.d.ts|
|Added|NA|Module name: ohos.enterprise.wifiManager<br>Class name: WifiProfile<br>Method or attribute name: randomMacAddr?: string;|@ohos.enterprise.wifiManager.d.ts|
|Added|NA|Module name: ohos.enterprise.wifiManager<br>Class name: WifiProfile<br>Method or attribute name: ipType?: IpType;|@ohos.enterprise.wifiManager.d.ts|
|Added|NA|Module name: ohos.enterprise.wifiManager<br>Class name: WifiProfile<br>Method or attribute name: staticIp?: IpProfile;|@ohos.enterprise.wifiManager.d.ts|
|Added|NA|Module name: ohos.enterprise.wifiManager<br>Class name: WifiProfile<br>Method or attribute name: eapProfile?: WifiEapProfile;|@ohos.enterprise.wifiManager.d.ts|
|Added|NA|Module name: ohos.enterprise.wifiManager<br>Class name: wifiManager<br>Method or attribute name: function isWifiActive(admin: Want, callback: AsyncCallback\<boolean>): void;|@ohos.enterprise.wifiManager.d.ts|
|Added|NA|Module name: ohos.enterprise.wifiManager<br>Class name: wifiManager<br>Method or attribute name: function isWifiActive(admin: Want): Promise\<boolean>;|@ohos.enterprise.wifiManager.d.ts|
|Added|NA|Module name: ohos.enterprise.wifiManager<br>Class name: wifiManager<br>Method or attribute name: function setWifiProfile(admin: Want, profile: WifiProfile, callback: AsyncCallback\<void>): void;|@ohos.enterprise.wifiManager.d.ts|
|Added|NA|Module name: ohos.enterprise.wifiManager<br>Class name: wifiManager<br>Method or attribute name: function setWifiProfile(admin: Want, profile: WifiProfile): Promise\<void>;|@ohos.enterprise.wifiManager.d.ts|
| Change Type | Old Version | New Version | d.ts File |
| ---- | ------ | ------ | -------- |
|Added|NA|Module name: ohos.data.cloudData<br>Class name: cloudData|@ohos.data.cloudData.d.ts|
|Added|NA|Module name: ohos.data.cloudData<br>Class name: Action|@ohos.data.cloudData.d.ts|
|Added|NA|Module name: ohos.data.cloudData<br>Class name: Action<br>Method or attribute name: CLEAR_CLOUD_INFO|@ohos.data.cloudData.d.ts|
|Added|NA|Module name: ohos.data.cloudData<br>Class name: Action<br>Method or attribute name: CLEAR_CLOUD_DATA_AND_INFO|@ohos.data.cloudData.d.ts|
|Added|NA|Module name: ohos.data.cloudData<br>Class name: Config|@ohos.data.cloudData.d.ts|
|Added|NA|Module name: ohos.data.cloudData<br>Class name: Config<br>Method or attribute name: static enableCloud(<br> accountId: string,<br> switches: { [bundleName: string]: boolean },<br> callback: AsyncCallback\<void><br> ): void;|@ohos.data.cloudData.d.ts|
|Added|NA|Module name: ohos.data.cloudData<br>Class name: Config<br>Method or attribute name: static enableCloud(accountId: string, switches: { [bundleName: string]: boolean }): Promise\<void>;|@ohos.data.cloudData.d.ts|
|Added|NA|Module name: ohos.data.cloudData<br>Class name: Config<br>Method or attribute name: static disableCloud(accountId: string, callback: AsyncCallback\<void>): void;|@ohos.data.cloudData.d.ts|
|Added|NA|Module name: ohos.data.cloudData<br>Class name: Config<br>Method or attribute name: static disableCloud(accountId: string): Promise\<void>;|@ohos.data.cloudData.d.ts|
|Added|NA|Module name: ohos.data.cloudData<br>Class name: Config<br>Method or attribute name: static changeAppCloudSwitch(<br> accountId: string,<br> bundleName: string,<br> status: boolean,<br> callback: AsyncCallback\<void><br> ): void;|@ohos.data.cloudData.d.ts|
|Added|NA|Module name: ohos.data.cloudData<br>Class name: Config<br>Method or attribute name: static changeAppCloudSwitch(accountId: string, bundleName: string, status: boolean): Promise\<void>;|@ohos.data.cloudData.d.ts|
|Added|NA|Module name: ohos.data.cloudData<br>Class name: Config<br>Method or attribute name: static notifyDataChange(accountId: string, bundleName: string, callback: AsyncCallback\<void>): void;|@ohos.data.cloudData.d.ts|
|Added|NA|Module name: ohos.data.cloudData<br>Class name: Config<br>Method or attribute name: static notifyDataChange(accountId: string, bundleName: string): Promise\<void>;|@ohos.data.cloudData.d.ts|
|Added|NA|Module name: ohos.data.dataShare<br>Class name: DataShareHelperOption|@ohos.data.dataShare.d.ts|
|Added|NA|Class name: DataShareHelperOption<br>Method or attribute name: |@ohos.data.dataShare.d.ts|
|Added|NA|Module name: ohos.data.dataShare<br>Class name: DataShareHelperOption<br>Method or attribute name: isProxy?: boolean;|@ohos.data.dataShare.d.ts|
|Added|NA|Class name: DataShareHelperOption<br>Method or attribute name: isProxy?: boolean;|@ohos.data.dataShare.d.ts|
|Added|NA|Class name: dataShare<br>Method or attribute name: function createDataShareHelper(<br> context: Context,<br> uri: string,<br> option: DataShareHelperOption,<br> callback: AsyncCallback\<DataShareHelper><br> ): void;|@ohos.data.dataShare.d.ts|
|Added|NA|Module name: ohos.data.dataShare<br>Class name: TemplateId|@ohos.data.dataShare.d.ts|
|Added|NA|Class name: TemplateId<br>Method or attribute name: |@ohos.data.dataShare.d.ts|
|Added|NA|Module name: ohos.data.dataShare<br>Class name: TemplateId<br>Method or attribute name: subscriberId: string;|@ohos.data.dataShare.d.ts|
|Added|NA|Class name: TemplateId<br>Method or attribute name: subscriberId: string;|@ohos.data.dataShare.d.ts|
|Added|NA|Module name: ohos.data.dataShare<br>Class name: TemplateId<br>Method or attribute name: bundleNameOfOwner: string;|@ohos.data.dataShare.d.ts|
|Added|NA|Class name: TemplateId<br>Method or attribute name: bundleNameOfOwner: string;|@ohos.data.dataShare.d.ts|
|Added|NA|Module name: ohos.data.dataShare<br>Class name: PublishedItem|@ohos.data.dataShare.d.ts|
|Added|NA|Module name: ohos.data.dataShare<br>Class name: PublishedItem<br>Method or attribute name: key: string;|@ohos.data.dataShare.d.ts|
|Added|NA|Module name: ohos.data.dataShare<br>Class name: PublishedItem<br>Method or attribute name: data: string \| Ashmem;|@ohos.data.dataShare.d.ts|
|Added|NA|Module name: ohos.data.dataShare<br>Class name: PublishedItem<br>Method or attribute name: subscriberId: string;|@ohos.data.dataShare.d.ts|
|Added|NA|Module name: ohos.data.dataShare<br>Class name: RdbDataChangeNode|@ohos.data.dataShare.d.ts|
|Added|NA|Module name: ohos.data.dataShare<br>Class name: RdbDataChangeNode<br>Method or attribute name: uri: string;|@ohos.data.dataShare.d.ts|
|Added|NA|Module name: ohos.data.dataShare<br>Class name: RdbDataChangeNode<br>Method or attribute name: templateId: TemplateId;|@ohos.data.dataShare.d.ts|
|Added|NA|Module name: ohos.data.dataShare<br>Class name: RdbDataChangeNode<br>Method or attribute name: data: Array\<string>;|@ohos.data.dataShare.d.ts|
|Added|NA|Module name: ohos.data.dataShare<br>Class name: PublishedDataChangeNode|@ohos.data.dataShare.d.ts|
|Added|NA|Module name: ohos.data.dataShare<br>Class name: PublishedDataChangeNode<br>Method or attribute name: bundleName: string;|@ohos.data.dataShare.d.ts|
|Added|NA|Module name: ohos.data.dataShare<br>Class name: PublishedDataChangeNode<br>Method or attribute name: data: Array\<PublishedItem>;|@ohos.data.dataShare.d.ts|
|Added|NA|Module name: ohos.data.dataShare<br>Class name: Template|@ohos.data.dataShare.d.ts|
|Added|NA|Module name: ohos.data.dataShare<br>Class name: Template<br>Method or attribute name: predicates: { [key: string]: string };|@ohos.data.dataShare.d.ts|
|Added|NA|Module name: ohos.data.dataShare<br>Class name: Template<br>Method or attribute name: scheduler: string;|@ohos.data.dataShare.d.ts|
|Added|NA|Module name: ohos.data.dataShare<br>Class name: OperationResult|@ohos.data.dataShare.d.ts|
|Added|NA|Module name: ohos.data.dataShare<br>Class name: OperationResult<br>Method or attribute name: key: string;|@ohos.data.dataShare.d.ts|
|Added|NA|Module name: ohos.data.dataShare<br>Class name: OperationResult<br>Method or attribute name: result: number;|@ohos.data.dataShare.d.ts|
|Added|NA|Class name: DataShareHelper<br>Method or attribute name: addTemplate(uri: string, subscriberId: string, template: Template): void;|@ohos.data.dataShare.d.ts|
|Added|NA|Class name: DataShareHelper<br>Method or attribute name: on(<br> type: 'rdbDataChange',<br> uris: Array\<string>,<br> templateId: TemplateId,<br> callback: AsyncCallback\<RdbDataChangeNode><br> ): Array\<OperationResult>;|@ohos.data.dataShare.d.ts|
|Added|NA|Class name: DataShareHelper<br>Method or attribute name: off(<br> type: 'rdbDataChange',<br> uris: Array\<string>,<br> templateId: TemplateId,<br> callback?: AsyncCallback\<RdbDataChangeNode><br> ): Array\<OperationResult>;|@ohos.data.dataShare.d.ts|
|Added|NA|Class name: DataShareHelper<br>Method or attribute name: on(<br> type: 'publishedDataChange',<br> uris: Array\<string>,<br> subscriberId: string,<br> callback: AsyncCallback\<PublishedDataChangeNode><br> ): Array\<OperationResult>;|@ohos.data.dataShare.d.ts|
|Added|NA|Class name: DataShareHelper<br>Method or attribute name: off(<br> type: 'publishedDataChange',<br> uris: Array\<string>,<br> subscriberId: string,<br> callback?: AsyncCallback\<PublishedDataChangeNode><br> ): Array\<OperationResult>;|@ohos.data.dataShare.d.ts|
|Added|NA|Class name: DataShareHelper<br>Method or attribute name: publish(<br> data: Array\<PublishedItem>,<br> bundleName: string,<br> version: number,<br> callback: AsyncCallback\<Array\<OperationResult>><br> ): void;|@ohos.data.dataShare.d.ts|
|Added|NA|Class name: DataShareHelper<br>Method or attribute name: publish(<br> data: Array\<PublishedItem>,<br> bundleName: string,<br> callback: AsyncCallback\<Array\<OperationResult>><br> ): void;|@ohos.data.dataShare.d.ts|
|Added|NA|Class name: DataShareHelper<br>Method or attribute name: publish(data: Array\<PublishedItem>, bundleName: string, version?: number): Promise\<Array\<OperationResult>>;|@ohos.data.dataShare.d.ts|
|Added|NA|Class name: DataShareHelper<br>Method or attribute name: getPublishedData(bundleName: string, callback: AsyncCallback\<Array\<PublishedItem>>): void;|@ohos.data.dataShare.d.ts|
|Added|NA|Class name: DataShareHelper<br>Method or attribute name: getPublishedData(bundleName: string): Promise\<Array\<PublishedItem>>;|@ohos.data.dataShare.d.ts|
|Added|NA|Class name: KVManagerConfig<br>Method or attribute name: context: BaseContext;|@ohos.data.distributedKVStore.d.ts|
|Added|NA|Module name: ohos.data.relationalStore<br>Class name: ValueType<br>Method or attribute name: type ValueType = null \| number \| string \| boolean \| Uint8Array;|@ohos.data.relationalStore.d.ts|
|Added|NA|Class name: ValueType<br>Method or attribute name: type ValueType = null \| number \| string \| boolean \| Uint8Array;|@ohos.data.relationalStore.d.ts|
|Added|NA|Class name: SubscribeType<br>Method or attribute name: SUBSCRIBE_TYPE_CLOUD|@ohos.data.relationalStore.d.ts|
|Added|NA|Module name: ohos.data.relationalStore<br>Class name: ConflictResolution|@ohos.data.relationalStore.d.ts|
|Added|NA|Module name: ohos.data.relationalStore<br>Class name: ConflictResolution<br>Method or attribute name: ON_CONFLICT_NONE = 0|@ohos.data.relationalStore.d.ts|
|Added|NA|Module name: ohos.data.relationalStore<br>Class name: ConflictResolution<br>Method or attribute name: ON_CONFLICT_ROLLBACK = 1|@ohos.data.relationalStore.d.ts|
|Added|NA|Module name: ohos.data.relationalStore<br>Class name: ConflictResolution<br>Method or attribute name: ON_CONFLICT_ABORT = 2|@ohos.data.relationalStore.d.ts|
|Added|NA|Module name: ohos.data.relationalStore<br>Class name: ConflictResolution<br>Method or attribute name: ON_CONFLICT_FAIL = 3|@ohos.data.relationalStore.d.ts|
|Added|NA|Module name: ohos.data.relationalStore<br>Class name: ConflictResolution<br>Method or attribute name: ON_CONFLICT_IGNORE = 4|@ohos.data.relationalStore.d.ts|
|Added|NA|Module name: ohos.data.relationalStore<br>Class name: ConflictResolution<br>Method or attribute name: ON_CONFLICT_REPLACE = 5|@ohos.data.relationalStore.d.ts|
|Added|NA|Class name: RdbStore<br>Method or attribute name: version: number;|@ohos.data.relationalStore.d.ts|
|Added|NA|Module name: ohos.data.UDMF<br>Class name: UDMF|@ohos.data.UDMF.d.ts|
|Added|NA|Module name: ohos.data.UDMF<br>Class name: UnifiedDataType|@ohos.data.UDMF.d.ts|
|Added|NA|Module name: ohos.data.UDMF<br>Class name: UnifiedDataType<br>Method or attribute name: TEXT = 'Text'|@ohos.data.UDMF.d.ts|
|Added|NA|Module name: ohos.data.UDMF<br>Class name: UnifiedDataType<br>Method or attribute name: PLAIN_TEXT = 'Text.PlainText'|@ohos.data.UDMF.d.ts|
|Added|NA|Module name: ohos.data.UDMF<br>Class name: UnifiedDataType<br>Method or attribute name: HYPERLINK = 'Text.Hyperlink'|@ohos.data.UDMF.d.ts|
|Added|NA|Module name: ohos.data.UDMF<br>Class name: UnifiedDataType<br>Method or attribute name: HTML = 'Text.HTML'|@ohos.data.UDMF.d.ts|
|Added|NA|Module name: ohos.data.UDMF<br>Class name: UnifiedDataType<br>Method or attribute name: FILE = 'File'|@ohos.data.UDMF.d.ts|
|Added|NA|Module name: ohos.data.UDMF<br>Class name: UnifiedDataType<br>Method or attribute name: IMAGE = 'File.Media.Image'|@ohos.data.UDMF.d.ts|
|Added|NA|Module name: ohos.data.UDMF<br>Class name: UnifiedDataType<br>Method or attribute name: VIDEO = 'File.Media.Video'|@ohos.data.UDMF.d.ts|
|Added|NA|Module name: ohos.data.UDMF<br>Class name: UnifiedDataType<br>Method or attribute name: FOLDER = 'File.Folder'|@ohos.data.UDMF.d.ts|
|Added|NA|Module name: ohos.data.UDMF<br>Class name: UnifiedDataType<br>Method or attribute name: SYSTEM_DEFINED_RECORD = 'SystemDefinedType'|@ohos.data.UDMF.d.ts|
|Added|NA|Module name: ohos.data.UDMF<br>Class name: UnifiedDataType<br>Method or attribute name: SYSTEM_DEFINED_FORM = 'SystemDefinedType.Form'|@ohos.data.UDMF.d.ts|
|Added|NA|Module name: ohos.data.UDMF<br>Class name: UnifiedDataType<br>Method or attribute name: SYSTEM_DEFINED_APP_ITEM = 'SystemDefinedType.AppItem'|@ohos.data.UDMF.d.ts|
|Added|NA|Module name: ohos.data.UDMF<br>Class name: UnifiedDataType<br>Method or attribute name: SYSTEM_DEFINED_PIXEL_MAP = 'SystemDefinedType.PixelMap'|@ohos.data.UDMF.d.ts|
|Added|NA|Module name: ohos.data.UDMF<br>Class name: UnifiedDataType<br>Method or attribute name: APPLICATION_DEFINED_RECORD = 'ApplicationDefinedType'|@ohos.data.UDMF.d.ts|
|Added|NA|Module name: ohos.data.UDMF<br>Class name: UnifiedData|@ohos.data.UDMF.d.ts|
|Added|NA|Module name: ohos.data.UDMF<br>Class name: UnifiedData<br>Method or attribute name: constructor(record: UnifiedRecord);|@ohos.data.UDMF.d.ts|
|Added|NA|Module name: ohos.data.UDMF<br>Class name: UnifiedData<br>Method or attribute name: addRecord(record: UnifiedRecord): void;|@ohos.data.UDMF.d.ts|
|Added|NA|Module name: ohos.data.UDMF<br>Class name: UnifiedData<br>Method or attribute name: getRecords(): Array\<UnifiedRecord>;|@ohos.data.UDMF.d.ts|
|Added|NA|Module name: ohos.data.UDMF<br>Class name: Summary|@ohos.data.UDMF.d.ts|
|Added|NA|Module name: ohos.data.UDMF<br>Class name: Summary<br>Method or attribute name: summary: { [key: string]: number };|@ohos.data.UDMF.d.ts|
|Added|NA|Module name: ohos.data.UDMF<br>Class name: Summary<br>Method or attribute name: totalSize: number;|@ohos.data.UDMF.d.ts|
|Added|NA|Module name: ohos.data.UDMF<br>Class name: UnifiedRecord|@ohos.data.UDMF.d.ts|
|Added|NA|Module name: ohos.data.UDMF<br>Class name: UnifiedRecord<br>Method or attribute name: getType(): string;|@ohos.data.UDMF.d.ts|
|Added|NA|Module name: ohos.data.UDMF<br>Class name: Text|@ohos.data.UDMF.d.ts|
|Added|NA|Module name: ohos.data.UDMF<br>Class name: Text<br>Method or attribute name: details?: { [key: string]: string };|@ohos.data.UDMF.d.ts|
|Added|NA|Module name: ohos.data.UDMF<br>Class name: PlainText|@ohos.data.UDMF.d.ts|
|Added|NA|Module name: ohos.data.UDMF<br>Class name: PlainText<br>Method or attribute name: textContent: string;|@ohos.data.UDMF.d.ts|
|Added|NA|Module name: ohos.data.UDMF<br>Class name: PlainText<br>Method or attribute name: abstract?: string;|@ohos.data.UDMF.d.ts|
|Added|NA|Module name: ohos.data.UDMF<br>Class name: Hyperlink|@ohos.data.UDMF.d.ts|
|Added|NA|Module name: ohos.data.UDMF<br>Class name: Hyperlink<br>Method or attribute name: url: string;|@ohos.data.UDMF.d.ts|
|Added|NA|Module name: ohos.data.UDMF<br>Class name: Hyperlink<br>Method or attribute name: description?: string;|@ohos.data.UDMF.d.ts|
|Added|NA|Module name: ohos.data.UDMF<br>Class name: HTML|@ohos.data.UDMF.d.ts|
|Added|NA|Module name: ohos.data.UDMF<br>Class name: HTML<br>Method or attribute name: htmlContent: string;|@ohos.data.UDMF.d.ts|
|Added|NA|Module name: ohos.data.UDMF<br>Class name: HTML<br>Method or attribute name: plainContent?: string;|@ohos.data.UDMF.d.ts|
|Added|NA|Module name: ohos.data.UDMF<br>Class name: File|@ohos.data.UDMF.d.ts|
|Added|NA|Module name: ohos.data.UDMF<br>Class name: File<br>Method or attribute name: details?: { [key: string]: string };|@ohos.data.UDMF.d.ts|
|Added|NA|Module name: ohos.data.UDMF<br>Class name: File<br>Method or attribute name: uri: string;|@ohos.data.UDMF.d.ts|
|Added|NA|Module name: ohos.data.UDMF<br>Class name: Image|@ohos.data.UDMF.d.ts|
|Added|NA|Module name: ohos.data.UDMF<br>Class name: Image<br>Method or attribute name: imageUri: string;|@ohos.data.UDMF.d.ts|
|Added|NA|Module name: ohos.data.UDMF<br>Class name: Video|@ohos.data.UDMF.d.ts|
|Added|NA|Module name: ohos.data.UDMF<br>Class name: Video<br>Method or attribute name: videoUri: string;|@ohos.data.UDMF.d.ts|
|Added|NA|Module name: ohos.data.UDMF<br>Class name: Folder|@ohos.data.UDMF.d.ts|
|Added|NA|Module name: ohos.data.UDMF<br>Class name: Folder<br>Method or attribute name: folderUri: string;|@ohos.data.UDMF.d.ts|
|Added|NA|Module name: ohos.data.UDMF<br>Class name: SystemDefinedRecord|@ohos.data.UDMF.d.ts|
|Added|NA|Module name: ohos.data.UDMF<br>Class name: SystemDefinedRecord<br>Method or attribute name: details?: { [key: string]: number \| string \| Uint8Array };|@ohos.data.UDMF.d.ts|
|Added|NA|Module name: ohos.data.UDMF<br>Class name: SystemDefinedForm|@ohos.data.UDMF.d.ts|
|Added|NA|Module name: ohos.data.UDMF<br>Class name: SystemDefinedForm<br>Method or attribute name: formId: number;|@ohos.data.UDMF.d.ts|
|Added|NA|Module name: ohos.data.UDMF<br>Class name: SystemDefinedForm<br>Method or attribute name: formName: string;|@ohos.data.UDMF.d.ts|
|Added|NA|Module name: ohos.data.UDMF<br>Class name: SystemDefinedForm<br>Method or attribute name: bundleName: string;|@ohos.data.UDMF.d.ts|
|Added|NA|Module name: ohos.data.UDMF<br>Class name: SystemDefinedForm<br>Method or attribute name: abilityName: string;|@ohos.data.UDMF.d.ts|
|Added|NA|Module name: ohos.data.UDMF<br>Class name: SystemDefinedForm<br>Method or attribute name: module: string;|@ohos.data.UDMF.d.ts|
|Added|NA|Module name: ohos.data.UDMF<br>Class name: SystemDefinedAppItem|@ohos.data.UDMF.d.ts|
|Added|NA|Module name: ohos.data.UDMF<br>Class name: SystemDefinedAppItem<br>Method or attribute name: appId: string;|@ohos.data.UDMF.d.ts|
|Added|NA|Module name: ohos.data.UDMF<br>Class name: SystemDefinedAppItem<br>Method or attribute name: appName: string;|@ohos.data.UDMF.d.ts|
|Added|NA|Module name: ohos.data.UDMF<br>Class name: SystemDefinedAppItem<br>Method or attribute name: appIconId: string;|@ohos.data.UDMF.d.ts|
|Added|NA|Module name: ohos.data.UDMF<br>Class name: SystemDefinedAppItem<br>Method or attribute name: appLabelId: string;|@ohos.data.UDMF.d.ts|
|Added|NA|Module name: ohos.data.UDMF<br>Class name: SystemDefinedAppItem<br>Method or attribute name: bundleName: string;|@ohos.data.UDMF.d.ts|
|Added|NA|Module name: ohos.data.UDMF<br>Class name: SystemDefinedAppItem<br>Method or attribute name: abilityName: string;|@ohos.data.UDMF.d.ts|
|Added|NA|Module name: ohos.data.UDMF<br>Class name: SystemDefinedPixelMap|@ohos.data.UDMF.d.ts|
|Added|NA|Module name: ohos.data.UDMF<br>Class name: SystemDefinedPixelMap<br>Method or attribute name: rawData: Uint8Array;|@ohos.data.UDMF.d.ts|
|Added|NA|Module name: ohos.data.UDMF<br>Class name: ApplicationDefinedRecord|@ohos.data.UDMF.d.ts|
|Added|NA|Module name: ohos.data.UDMF<br>Class name: ApplicationDefinedRecord<br>Method or attribute name: applicationDefinedType: string;|@ohos.data.UDMF.d.ts|
|Added|NA|Module name: ohos.data.UDMF<br>Class name: ApplicationDefinedRecord<br>Method or attribute name: rawData: Uint8Array;|@ohos.data.UDMF.d.ts|
|Deleted|Module name: ohos.data.relationalStore<br>Class name: relationalStore<br>Method or attribute name: type ValuesBucket = { [key:string]: ValueType \| Uint8Array \| null;}|NA|@ohos.data.relationalStore.d.ts|
|Initial version changed|Class name: SingleKVStore<br>Method or attribute name: put(key: string, value: Uint8Array \| string \| number \| boolean, callback: AsyncCallback\<void>): void;<br>Initial version: 9|Class name: SingleKVStore<br>Method or attribute name: put(key: string, value: Uint8Array \| string \| number \| boolean, callback: AsyncCallback\<void>): void;<br>Initial version: 10|@ohos.data.distributedKVStore.d.ts|
|Initial version changed|Class name: SingleKVStore<br>Method or attribute name: put(key: string, value: Uint8Array \| string \| number \| boolean): Promise\<void>;<br>Initial version: 9|Class name: SingleKVStore<br>Method or attribute name: put(key: string, value: Uint8Array \| string \| number \| boolean): Promise\<void>;<br>Initial version: 10|@ohos.data.distributedKVStore.d.ts|
|Initial version changed|Class name: SingleKVStore<br>Method or attribute name: putBatch(entries: Entry[], callback: AsyncCallback\<void>): void;<br>Initial version: 9|Class name: SingleKVStore<br>Method or attribute name: putBatch(entries: Entry[], callback: AsyncCallback\<void>): void;<br>Initial version: 10|@ohos.data.distributedKVStore.d.ts|
|Initial version changed|Class name: SingleKVStore<br>Method or attribute name: putBatch(entries: Entry[]): Promise\<void>;<br>Initial version: 9|Class name: SingleKVStore<br>Method or attribute name: putBatch(entries: Entry[]): Promise\<void>;<br>Initial version: 10|@ohos.data.distributedKVStore.d.ts|
|Initial version changed|Class name: SingleKVStore<br>Method or attribute name: putBatch(value: Array\<ValuesBucket>, callback: AsyncCallback\<void>): void;<br>Initial version: 9|Class name: SingleKVStore<br>Method or attribute name: putBatch(value: Array\<ValuesBucket>, callback: AsyncCallback\<void>): void;<br>Initial version: 10|@ohos.data.distributedKVStore.d.ts|
|Initial version changed|Class name: SingleKVStore<br>Method or attribute name: putBatch(value: Array\<ValuesBucket>): Promise\<void>;<br>Initial version: 9|Class name: SingleKVStore<br>Method or attribute name: putBatch(value: Array\<ValuesBucket>): Promise\<void>;<br>Initial version: 10|@ohos.data.distributedKVStore.d.ts|
|Initial version changed|Class name: SingleKVStore<br>Method or attribute name: delete(key: string, callback: AsyncCallback\<void>): void;<br>Initial version: 9|Class name: SingleKVStore<br>Method or attribute name: delete(key: string, callback: AsyncCallback\<void>): void;<br>Initial version: 10|@ohos.data.distributedKVStore.d.ts|
|Initial version changed|Class name: SingleKVStore<br>Method or attribute name: delete(key: string): Promise\<void>;<br>Initial version: 9|Class name: SingleKVStore<br>Method or attribute name: delete(key: string): Promise\<void>;<br>Initial version: 10|@ohos.data.distributedKVStore.d.ts|
|Initial version changed|Class name: SingleKVStore<br>Method or attribute name: delete(predicates: dataSharePredicates.DataSharePredicates, callback: AsyncCallback\<void>);<br>Initial version: 9|Class name: SingleKVStore<br>Method or attribute name: delete(predicates: dataSharePredicates.DataSharePredicates, callback: AsyncCallback\<void>);<br>Initial version: 10|@ohos.data.distributedKVStore.d.ts|
|Initial version changed|Class name: SingleKVStore<br>Method or attribute name: delete(predicates: dataSharePredicates.DataSharePredicates): Promise\<void>;<br>Initial version: 9|Class name: SingleKVStore<br>Method or attribute name: delete(predicates: dataSharePredicates.DataSharePredicates): Promise\<void>;<br>Initial version: 10|@ohos.data.distributedKVStore.d.ts|
|Initial version changed|Class name: SingleKVStore<br>Method or attribute name: deleteBatch(keys: string[], callback: AsyncCallback\<void>): void;<br>Initial version: 9|Class name: SingleKVStore<br>Method or attribute name: deleteBatch(keys: string[], callback: AsyncCallback\<void>): void;<br>Initial version: 10|@ohos.data.distributedKVStore.d.ts|
|Initial version changed|Class name: SingleKVStore<br>Method or attribute name: deleteBatch(keys: string[]): Promise\<void>;<br>Initial version: 9|Class name: SingleKVStore<br>Method or attribute name: deleteBatch(keys: string[]): Promise\<void>;<br>Initial version: 10|@ohos.data.distributedKVStore.d.ts|
|Initial version changed|Class name: SingleKVStore<br>Method or attribute name: getResultSet(keyPrefix: string, callback: AsyncCallback\<KVStoreResultSet>): void;<br>Initial version: 9|Class name: SingleKVStore<br>Method or attribute name: getResultSet(keyPrefix: string, callback: AsyncCallback\<KVStoreResultSet>): void;<br>Initial version: 10|@ohos.data.distributedKVStore.d.ts|
|Initial version changed|Class name: SingleKVStore<br>Method or attribute name: getResultSet(keyPrefix: string): Promise\<KVStoreResultSet>;<br>Initial version: 9|Class name: SingleKVStore<br>Method or attribute name: getResultSet(keyPrefix: string): Promise\<KVStoreResultSet>;<br>Initial version: 10|@ohos.data.distributedKVStore.d.ts|
|Initial version changed|Class name: SingleKVStore<br>Method or attribute name: getResultSet(query: Query, callback: AsyncCallback\<KVStoreResultSet>): void;<br>Initial version: 9|Class name: SingleKVStore<br>Method or attribute name: getResultSet(query: Query, callback: AsyncCallback\<KVStoreResultSet>): void;<br>Initial version: 10|@ohos.data.distributedKVStore.d.ts|
|Initial version changed|Class name: SingleKVStore<br>Method or attribute name: getResultSet(query: Query): Promise\<KVStoreResultSet>;<br>Initial version: 9|Class name: SingleKVStore<br>Method or attribute name: getResultSet(query: Query): Promise\<KVStoreResultSet>;<br>Initial version: 10|@ohos.data.distributedKVStore.d.ts|
|Initial version changed|Class name: SingleKVStore<br>Method or attribute name: getResultSet(predicates: dataSharePredicates.DataSharePredicates, callback: AsyncCallback\<KVStoreResultSet>): void;<br>Initial version: 9|Class name: SingleKVStore<br>Method or attribute name: getResultSet(predicates: dataSharePredicates.DataSharePredicates, callback: AsyncCallback\<KVStoreResultSet>): void;<br>Initial version: 10|@ohos.data.distributedKVStore.d.ts|
|Initial version changed|Class name: SingleKVStore<br>Method or attribute name: getResultSet(predicates: dataSharePredicates.DataSharePredicates): Promise\<KVStoreResultSet>;<br>Initial version: 9|Class name: SingleKVStore<br>Method or attribute name: getResultSet(predicates: dataSharePredicates.DataSharePredicates): Promise\<KVStoreResultSet>;<br>Initial version: 10|@ohos.data.distributedKVStore.d.ts|
|Initial version changed|Class name: SingleKVStore<br>Method or attribute name: startTransaction(callback: AsyncCallback\<void>): void;<br>Initial version: 9|Class name: SingleKVStore<br>Method or attribute name: startTransaction(callback: AsyncCallback\<void>): void;<br>Initial version: 10|@ohos.data.distributedKVStore.d.ts|
|Initial version changed|Class name: SingleKVStore<br>Method or attribute name: startTransaction(): Promise\<void>;<br>Initial version: 9|Class name: SingleKVStore<br>Method or attribute name: startTransaction(): Promise\<void>;<br>Initial version: 10|@ohos.data.distributedKVStore.d.ts|
|Initial version changed|Class name: SingleKVStore<br>Method or attribute name: on(event: 'dataChange', type: SubscribeType, listener: Callback\<ChangeNotification>): void;<br>Initial version: 9|Class name: SingleKVStore<br>Method or attribute name: on(event: 'dataChange', type: SubscribeType, listener: Callback\<ChangeNotification>): void;<br>Initial version: 10|@ohos.data.distributedKVStore.d.ts|
|Initial version changed|Class name: DeviceKVStore<br>Method or attribute name: getResultSet(keyPrefix: string, callback: AsyncCallback\<KVStoreResultSet>): void;<br>Initial version: 9|Class name: DeviceKVStore<br>Method or attribute name: getResultSet(keyPrefix: string, callback: AsyncCallback\<KVStoreResultSet>): void;<br>Initial version: 10|@ohos.data.distributedKVStore.d.ts|
|Initial version changed|Class name: DeviceKVStore<br>Method or attribute name: getResultSet(keyPrefix: string): Promise\<KVStoreResultSet>;<br>Initial version: 9|Class name: DeviceKVStore<br>Method or attribute name: getResultSet(keyPrefix: string): Promise\<KVStoreResultSet>;<br>Initial version: 10|@ohos.data.distributedKVStore.d.ts|
|Initial version changed|Class name: DeviceKVStore<br>Method or attribute name: getResultSet(deviceId: string, keyPrefix: string, callback: AsyncCallback\<KVStoreResultSet>): void;<br>Initial version: 9|Class name: DeviceKVStore<br>Method or attribute name: getResultSet(deviceId: string, keyPrefix: string, callback: AsyncCallback\<KVStoreResultSet>): void;<br>Initial version: 10|@ohos.data.distributedKVStore.d.ts|
|Initial version changed|Class name: DeviceKVStore<br>Method or attribute name: getResultSet(deviceId: string, keyPrefix: string): Promise\<KVStoreResultSet>;<br>Initial version: 9|Class name: DeviceKVStore<br>Method or attribute name: getResultSet(deviceId: string, keyPrefix: string): Promise\<KVStoreResultSet>;<br>Initial version: 10|@ohos.data.distributedKVStore.d.ts|
|Initial version changed|Class name: DeviceKVStore<br>Method or attribute name: getResultSet(query: Query, callback: AsyncCallback\<KVStoreResultSet>): void;<br>Initial version: 9|Class name: DeviceKVStore<br>Method or attribute name: getResultSet(query: Query, callback: AsyncCallback\<KVStoreResultSet>): void;<br>Initial version: 10|@ohos.data.distributedKVStore.d.ts|
|Initial version changed|Class name: DeviceKVStore<br>Method or attribute name: getResultSet(query: Query): Promise\<KVStoreResultSet>;<br>Initial version: 9|Class name: DeviceKVStore<br>Method or attribute name: getResultSet(query: Query): Promise\<KVStoreResultSet>;<br>Initial version: 10|@ohos.data.distributedKVStore.d.ts|
|Initial version changed|Class name: DeviceKVStore<br>Method or attribute name: getResultSet(deviceId: string, query: Query, callback: AsyncCallback\<KVStoreResultSet>): void;<br>Initial version: 9|Class name: DeviceKVStore<br>Method or attribute name: getResultSet(deviceId: string, query: Query, callback: AsyncCallback\<KVStoreResultSet>): void;<br>Initial version: 10|@ohos.data.distributedKVStore.d.ts|
|Initial version changed|Class name: DeviceKVStore<br>Method or attribute name: getResultSet(deviceId: string, query: Query): Promise\<KVStoreResultSet>;<br>Initial version: 9|Class name: DeviceKVStore<br>Method or attribute name: getResultSet(deviceId: string, query: Query): Promise\<KVStoreResultSet>;<br>Initial version: 10|@ohos.data.distributedKVStore.d.ts|
|Initial version changed|Class name: DeviceKVStore<br>Method or attribute name: getResultSet(predicates: dataSharePredicates.DataSharePredicates, callback: AsyncCallback\<KVStoreResultSet>): void;<br>Initial version: 9|Class name: DeviceKVStore<br>Method or attribute name: getResultSet(predicates: dataSharePredicates.DataSharePredicates, callback: AsyncCallback\<KVStoreResultSet>): void;<br>Initial version: 10|@ohos.data.distributedKVStore.d.ts|
|Initial version changed|Class name: DeviceKVStore<br>Method or attribute name: getResultSet(predicates: dataSharePredicates.DataSharePredicates): Promise\<KVStoreResultSet>;<br>Initial version: 9|Class name: DeviceKVStore<br>Method or attribute name: getResultSet(predicates: dataSharePredicates.DataSharePredicates): Promise\<KVStoreResultSet>;<br>Initial version: 10|@ohos.data.distributedKVStore.d.ts|
|Initial version changed|Class name: DeviceKVStore<br>Method or attribute name: getResultSet(deviceId: string, predicates: dataSharePredicates.DataSharePredicates): Promise\<KVStoreResultSet>;<br>Initial version: 9|Class name: DeviceKVStore<br>Method or attribute name: getResultSet(deviceId: string, predicates: dataSharePredicates.DataSharePredicates): Promise\<KVStoreResultSet>;<br>Initial version: 10|@ohos.data.distributedKVStore.d.ts|
|Initial version changed|Class name: preferences<br>Initial version: 9|Class name: preferences<br>Initial version: 10|@ohos.data.preferences.d.ts|
|Initial version changed|Class name: preferences<br>Method or attribute name: const MAX_KEY_LENGTH: 80;<br>Initial version: N/A|Class name: preferences<br>Method or attribute name: const MAX_KEY_LENGTH: 80;<br>Initial version: 10|@ohos.data.preferences.d.ts|
|Initial version changed|Class name: preferences<br>Method or attribute name: const MAX_VALUE_LENGTH: 8192;<br>Initial version: N/A|Class name: preferences<br>Method or attribute name: const MAX_VALUE_LENGTH: 8192;<br>Initial version: 10|@ohos.data.preferences.d.ts|
|Initial version changed|Class name: preferences<br>Method or attribute name: function getPreferences(context: Context, name: string, callback: AsyncCallback\<Preferences>): void;<br>Initial version: 9|Class name: preferences<br>Method or attribute name: function getPreferences(context: Context, name: string, callback: AsyncCallback\<Preferences>): void;<br>Initial version: 10|@ohos.data.preferences.d.ts|
|Initial version changed|Class name: preferences<br>Method or attribute name: function getPreferences(context: Context, name: string): Promise\<Preferences>;<br>Initial version: 9|Class name: preferences<br>Method or attribute name: function getPreferences(context: Context, name: string): Promise\<Preferences>;<br>Initial version: 10|@ohos.data.preferences.d.ts|
|Initial version changed|Class name: preferences<br>Method or attribute name: function deletePreferences(context: Context, name: string, callback: AsyncCallback\<void>): void;<br>Initial version: 9|Class name: preferences<br>Method or attribute name: function deletePreferences(context: Context, name: string, callback: AsyncCallback\<void>): void;<br>Initial version: 10|@ohos.data.preferences.d.ts|
|Initial version changed|Class name: preferences<br>Method or attribute name: function deletePreferences(context: Context, name: string): Promise\<void>;<br>Initial version: 9|Class name: preferences<br>Method or attribute name: function deletePreferences(context: Context, name: string): Promise\<void>;<br>Initial version: 10|@ohos.data.preferences.d.ts|
|Initial version changed|Class name: preferences<br>Method or attribute name: function removePreferencesFromCache(context: Context, name: string, callback: AsyncCallback\<void>): void;<br>Initial version: 9|Class name: preferences<br>Method or attribute name: function removePreferencesFromCache(context: Context, name: string, callback: AsyncCallback\<void>): void;<br>Initial version: 10|@ohos.data.preferences.d.ts|
|Initial version changed|Class name: preferences<br>Method or attribute name: function removePreferencesFromCache(context: Context, name: string): Promise\<void>;<br>Initial version: 9|Class name: preferences<br>Method or attribute name: function removePreferencesFromCache(context: Context, name: string): Promise\<void>;<br>Initial version: 10|@ohos.data.preferences.d.ts|
|Initial version changed|Class name: Preferences<br>Initial version: 9|Class name: Preferences<br>Initial version: 10|@ohos.data.preferences.d.ts|
|Initial version changed|Class name: Preferences<br>Method or attribute name: get(key: string, defValue: ValueType, callback: AsyncCallback\<ValueType>): void;<br>Initial version: 9|Class name: Preferences<br>Method or attribute name: get(key: string, defValue: ValueType, callback: AsyncCallback\<ValueType>): void;<br>Initial version: 10|@ohos.data.preferences.d.ts|
|Initial version changed|Class name: Preferences<br>Method or attribute name: get(key: string, defValue: ValueType): Promise\<ValueType>;<br>Initial version: 9|Class name: Preferences<br>Method or attribute name: get(key: string, defValue: ValueType): Promise\<ValueType>;<br>Initial version: 10|@ohos.data.preferences.d.ts|
|Initial version changed|Class name: Preferences<br>Method or attribute name: getAll(callback: AsyncCallback\<Object>): void;<br>Initial version: 9|Class name: Preferences<br>Method or attribute name: getAll(callback: AsyncCallback\<Object>): void;<br>Initial version: 10|@ohos.data.preferences.d.ts|
|Initial version changed|Class name: Preferences<br>Method or attribute name: getAll(): Promise\<Object>;<br>Initial version: 9|Class name: Preferences<br>Method or attribute name: getAll(): Promise\<Object>;<br>Initial version: 10|@ohos.data.preferences.d.ts|
|Initial version changed|Class name: Preferences<br>Method or attribute name: has(key: string, callback: AsyncCallback\<boolean>): void;<br>Initial version: 9|Class name: Preferences<br>Method or attribute name: has(key: string, callback: AsyncCallback\<boolean>): void;<br>Initial version: 10|@ohos.data.preferences.d.ts|
|Initial version changed|Class name: Preferences<br>Method or attribute name: has(key: string): Promise\<boolean>;<br>Initial version: 9|Class name: Preferences<br>Method or attribute name: has(key: string): Promise\<boolean>;<br>Initial version: 10|@ohos.data.preferences.d.ts|
|Initial version changed|Class name: Preferences<br>Method or attribute name: put(key: string, value: ValueType, callback: AsyncCallback\<void>): void;<br>Initial version: 9|Class name: Preferences<br>Method or attribute name: put(key: string, value: ValueType, callback: AsyncCallback\<void>): void;<br>Initial version: 10|@ohos.data.preferences.d.ts|
|Initial version changed|Class name: Preferences<br>Method or attribute name: put(key: string, value: ValueType): Promise\<void>;<br>Initial version: 9|Class name: Preferences<br>Method or attribute name: put(key: string, value: ValueType): Promise\<void>;<br>Initial version: 10|@ohos.data.preferences.d.ts|
|Initial version changed|Class name: Preferences<br>Method or attribute name: delete(key: string, callback: AsyncCallback\<void>): void;<br>Initial version: 9|Class name: Preferences<br>Method or attribute name: delete(key: string, callback: AsyncCallback\<void>): void;<br>Initial version: 10|@ohos.data.preferences.d.ts|
|Initial version changed|Class name: Preferences<br>Method or attribute name: delete(key: string): Promise\<void>;<br>Initial version: 9|Class name: Preferences<br>Method or attribute name: delete(key: string): Promise\<void>;<br>Initial version: 10|@ohos.data.preferences.d.ts|
|Initial version changed|Class name: Preferences<br>Method or attribute name: clear(callback: AsyncCallback\<void>): void;<br>Initial version: 9|Class name: Preferences<br>Method or attribute name: clear(callback: AsyncCallback\<void>): void;<br>Initial version: 10|@ohos.data.preferences.d.ts|
|Initial version changed|Class name: Preferences<br>Method or attribute name: clear(): Promise\<void>;<br>Initial version: 9|Class name: Preferences<br>Method or attribute name: clear(): Promise\<void>;<br>Initial version: 10|@ohos.data.preferences.d.ts|
|Initial version changed|Class name: Preferences<br>Method or attribute name: flush(callback: AsyncCallback\<void>): void;<br>Initial version: 9|Class name: Preferences<br>Method or attribute name: flush(callback: AsyncCallback\<void>): void;<br>Initial version: 10|@ohos.data.preferences.d.ts|
|Initial version changed|Class name: Preferences<br>Method or attribute name: flush(): Promise\<void>;<br>Initial version: 9|Class name: Preferences<br>Method or attribute name: flush(): Promise\<void>;<br>Initial version: 10|@ohos.data.preferences.d.ts|
|Initial version changed|Class name: Preferences<br>Method or attribute name: on(type: 'change', callback: Callback\<{ key: string }>): void;<br>Initial version: 9|Class name: Preferences<br>Method or attribute name: on(type: 'change', callback: Callback\<{ key: string }>): void;<br>Initial version: 10|@ohos.data.preferences.d.ts|
|Initial version changed|Class name: Preferences<br>Method or attribute name: off(type: 'change', callback?: Callback\<{ key: string }>): void;<br>Initial version: 9|Class name: Preferences<br>Method or attribute name: off(type: 'change', callback?: Callback\<{ key: string }>): void;<br>Initial version: 10|@ohos.data.preferences.d.ts|
|Initial version changed|Class name: relationalStore<br>Initial version: 9|Class name: relationalStore<br>Initial version: 10|@ohos.data.relationalStore.d.ts|
|Initial version changed|Class name: StoreConfig<br>Initial version: 9|Class name: StoreConfig<br>Initial version: 10|@ohos.data.relationalStore.d.ts|
|Initial version changed|Class name: StoreConfig<br>Method or attribute name: name: string;<br>Initial version: 9|Class name: StoreConfig<br>Method or attribute name: name: string;<br>Initial version: 10|@ohos.data.relationalStore.d.ts|
|Initial version changed|Class name: SyncMode<br>Initial version: 9|Class name: SyncMode<br>Initial version: 10|@ohos.data.relationalStore.d.ts|
|Initial version changed|Class name: SyncMode<br>Method or attribute name: SYNC_MODE_PUSH = 0<br>Initial version: 9|Class name: SyncMode<br>Method or attribute name: SYNC_MODE_PUSH = 0<br>Initial version: 10|@ohos.data.relationalStore.d.ts|
|Initial version changed|Class name: SyncMode<br>Method or attribute name: SYNC_MODE_PULL = 1<br>Initial version: 9|Class name: SyncMode<br>Method or attribute name: SYNC_MODE_PULL = 1<br>Initial version: 10|@ohos.data.relationalStore.d.ts|
|Initial version changed|Class name: RdbPredicates<br>Initial version: 9|Class name: RdbPredicates<br>Initial version: 10|@ohos.data.relationalStore.d.ts|
|Initial version changed|Class name: RdbPredicates<br>Method or attribute name: equalTo(field: string, value: ValueType): RdbPredicates;<br>Initial version: 9|Class name: RdbPredicates<br>Method or attribute name: equalTo(field: string, value: ValueType): RdbPredicates;<br>Initial version: 10|@ohos.data.relationalStore.d.ts|
|Initial version changed|Class name: RdbPredicates<br>Method or attribute name: notEqualTo(field: string, value: ValueType): RdbPredicates;<br>Initial version: 9|Class name: RdbPredicates<br>Method or attribute name: notEqualTo(field: string, value: ValueType): RdbPredicates;<br>Initial version: 10|@ohos.data.relationalStore.d.ts|
|Initial version changed|Class name: RdbPredicates<br>Method or attribute name: beginWrap(): RdbPredicates;<br>Initial version: 9|Class name: RdbPredicates<br>Method or attribute name: beginWrap(): RdbPredicates;<br>Initial version: 10|@ohos.data.relationalStore.d.ts|
|Initial version changed|Class name: RdbPredicates<br>Method or attribute name: endWrap(): RdbPredicates;<br>Initial version: 9|Class name: RdbPredicates<br>Method or attribute name: endWrap(): RdbPredicates;<br>Initial version: 10|@ohos.data.relationalStore.d.ts|
|Initial version changed|Class name: RdbPredicates<br>Method or attribute name: or(): RdbPredicates;<br>Initial version: 9|Class name: RdbPredicates<br>Method or attribute name: or(): RdbPredicates;<br>Initial version: 10|@ohos.data.relationalStore.d.ts|
|Initial version changed|Class name: RdbPredicates<br>Method or attribute name: and(): RdbPredicates;<br>Initial version: 9|Class name: RdbPredicates<br>Method or attribute name: and(): RdbPredicates;<br>Initial version: 10|@ohos.data.relationalStore.d.ts|
|Initial version changed|Class name: RdbPredicates<br>Method or attribute name: contains(field: string, value: string): RdbPredicates;<br>Initial version: 9|Class name: RdbPredicates<br>Method or attribute name: contains(field: string, value: string): RdbPredicates;<br>Initial version: 10|@ohos.data.relationalStore.d.ts|
|Initial version changed|Class name: RdbPredicates<br>Method or attribute name: beginsWith(field: string, value: string): RdbPredicates;<br>Initial version: 9|Class name: RdbPredicates<br>Method or attribute name: beginsWith(field: string, value: string): RdbPredicates;<br>Initial version: 10|@ohos.data.relationalStore.d.ts|
|Initial version changed|Class name: RdbPredicates<br>Method or attribute name: endsWith(field: string, value: string): RdbPredicates;<br>Initial version: 9|Class name: RdbPredicates<br>Method or attribute name: endsWith(field: string, value: string): RdbPredicates;<br>Initial version: 10|@ohos.data.relationalStore.d.ts|
|Initial version changed|Class name: RdbPredicates<br>Method or attribute name: isNull(field: string): RdbPredicates;<br>Initial version: 9|Class name: RdbPredicates<br>Method or attribute name: isNull(field: string): RdbPredicates;<br>Initial version: 10|@ohos.data.relationalStore.d.ts|
|Initial version changed|Class name: RdbPredicates<br>Method or attribute name: isNotNull(field: string): RdbPredicates;<br>Initial version: 9|Class name: RdbPredicates<br>Method or attribute name: isNotNull(field: string): RdbPredicates;<br>Initial version: 10|@ohos.data.relationalStore.d.ts|
|Initial version changed|Class name: RdbPredicates<br>Method or attribute name: like(field: string, value: string): RdbPredicates;<br>Initial version: 9|Class name: RdbPredicates<br>Method or attribute name: like(field: string, value: string): RdbPredicates;<br>Initial version: 10|@ohos.data.relationalStore.d.ts|
|Initial version changed|Class name: RdbPredicates<br>Method or attribute name: glob(field: string, value: string): RdbPredicates;<br>Initial version: 9|Class name: RdbPredicates<br>Method or attribute name: glob(field: string, value: string): RdbPredicates;<br>Initial version: 10|@ohos.data.relationalStore.d.ts|
|Initial version changed|Class name: RdbPredicates<br>Method or attribute name: between(field: string, low: ValueType, high: ValueType): RdbPredicates;<br>Initial version: 9|Class name: RdbPredicates<br>Method or attribute name: between(field: string, low: ValueType, high: ValueType): RdbPredicates;<br>Initial version: 10|@ohos.data.relationalStore.d.ts|
|Initial version changed|Class name: RdbPredicates<br>Method or attribute name: notBetween(field: string, low: ValueType, high: ValueType): RdbPredicates;<br>Initial version: 9|Class name: RdbPredicates<br>Method or attribute name: notBetween(field: string, low: ValueType, high: ValueType): RdbPredicates;<br>Initial version: 10|@ohos.data.relationalStore.d.ts|
|Initial version changed|Class name: RdbPredicates<br>Method or attribute name: greaterThan(field: string, value: ValueType): RdbPredicates;<br>Initial version: 9|Class name: RdbPredicates<br>Method or attribute name: greaterThan(field: string, value: ValueType): RdbPredicates;<br>Initial version: 10|@ohos.data.relationalStore.d.ts|
|Initial version changed|Class name: RdbPredicates<br>Method or attribute name: lessThan(field: string, value: ValueType): RdbPredicates;<br>Initial version: 9|Class name: RdbPredicates<br>Method or attribute name: lessThan(field: string, value: ValueType): RdbPredicates;<br>Initial version: 10|@ohos.data.relationalStore.d.ts|
|Initial version changed|Class name: RdbPredicates<br>Method or attribute name: greaterThanOrEqualTo(field: string, value: ValueType): RdbPredicates;<br>Initial version: 9|Class name: RdbPredicates<br>Method or attribute name: greaterThanOrEqualTo(field: string, value: ValueType): RdbPredicates;<br>Initial version: 10|@ohos.data.relationalStore.d.ts|
|Initial version changed|Class name: RdbPredicates<br>Method or attribute name: lessThanOrEqualTo(field: string, value: ValueType): RdbPredicates;<br>Initial version: 9|Class name: RdbPredicates<br>Method or attribute name: lessThanOrEqualTo(field: string, value: ValueType): RdbPredicates;<br>Initial version: 10|@ohos.data.relationalStore.d.ts|
|Initial version changed|Class name: RdbPredicates<br>Method or attribute name: orderByAsc(field: string): RdbPredicates;<br>Initial version: 9|Class name: RdbPredicates<br>Method or attribute name: orderByAsc(field: string): RdbPredicates;<br>Initial version: 10|@ohos.data.relationalStore.d.ts|
|Initial version changed|Class name: RdbPredicates<br>Method or attribute name: orderByDesc(field: string): RdbPredicates;<br>Initial version: 9|Class name: RdbPredicates<br>Method or attribute name: orderByDesc(field: string): RdbPredicates;<br>Initial version: 10|@ohos.data.relationalStore.d.ts|
|Initial version changed|Class name: RdbPredicates<br>Method or attribute name: distinct(): RdbPredicates;<br>Initial version: 9|Class name: RdbPredicates<br>Method or attribute name: distinct(): RdbPredicates;<br>Initial version: 10|@ohos.data.relationalStore.d.ts|
|Initial version changed|Class name: RdbPredicates<br>Method or attribute name: limitAs(value: number): RdbPredicates;<br>Initial version: 9|Class name: RdbPredicates<br>Method or attribute name: limitAs(value: number): RdbPredicates;<br>Initial version: 10|@ohos.data.relationalStore.d.ts|
|Initial version changed|Class name: RdbPredicates<br>Method or attribute name: offsetAs(rowOffset: number): RdbPredicates;<br>Initial version: 9|Class name: RdbPredicates<br>Method or attribute name: offsetAs(rowOffset: number): RdbPredicates;<br>Initial version: 10|@ohos.data.relationalStore.d.ts|
|Initial version changed|Class name: RdbPredicates<br>Method or attribute name: groupBy(fields: Array\<string>): RdbPredicates;<br>Initial version: 9|Class name: RdbPredicates<br>Method or attribute name: groupBy(fields: Array\<string>): RdbPredicates;<br>Initial version: 10|@ohos.data.relationalStore.d.ts|
|Initial version changed|Class name: RdbPredicates<br>Method or attribute name: indexedBy(field: string): RdbPredicates;<br>Initial version: 9|Class name: RdbPredicates<br>Method or attribute name: indexedBy(field: string): RdbPredicates;<br>Initial version: 10|@ohos.data.relationalStore.d.ts|
|Initial version changed|Class name: RdbPredicates<br>Method or attribute name: in(field: string, value: Array\<ValueType>): RdbPredicates;<br>Initial version: 9|Class name: RdbPredicates<br>Method or attribute name: in(field: string, value: Array\<ValueType>): RdbPredicates;<br>Initial version: 10|@ohos.data.relationalStore.d.ts|
|Initial version changed|Class name: RdbPredicates<br>Method or attribute name: notIn(field: string, value: Array\<ValueType>): RdbPredicates;<br>Initial version: 9|Class name: RdbPredicates<br>Method or attribute name: notIn(field: string, value: Array\<ValueType>): RdbPredicates;<br>Initial version: 10|@ohos.data.relationalStore.d.ts|
|Initial version changed|Class name: ResultSet<br>Initial version: 9|Class name: ResultSet<br>Initial version: 10|@ohos.data.relationalStore.d.ts|
|Initial version changed|Class name: ResultSet<br>Method or attribute name: columnNames: Array\<string>;<br>Initial version: 9|Class name: ResultSet<br>Method or attribute name: columnNames: Array\<string>;<br>Initial version: 10|@ohos.data.relationalStore.d.ts|
|Initial version changed|Class name: ResultSet<br>Method or attribute name: columnCount: number;<br>Initial version: 9|Class name: ResultSet<br>Method or attribute name: columnCount: number;<br>Initial version: 10|@ohos.data.relationalStore.d.ts|
|Initial version changed|Class name: ResultSet<br>Method or attribute name: rowCount: number;<br>Initial version: 9|Class name: ResultSet<br>Method or attribute name: rowCount: number;<br>Initial version: 10|@ohos.data.relationalStore.d.ts|
|Initial version changed|Class name: ResultSet<br>Method or attribute name: rowIndex: number;<br>Initial version: 9|Class name: ResultSet<br>Method or attribute name: rowIndex: number;<br>Initial version: 10|@ohos.data.relationalStore.d.ts|
|Initial version changed|Class name: ResultSet<br>Method or attribute name: isAtFirstRow: boolean;<br>Initial version: 9|Class name: ResultSet<br>Method or attribute name: isAtFirstRow: boolean;<br>Initial version: 10|@ohos.data.relationalStore.d.ts|
|Initial version changed|Class name: ResultSet<br>Method or attribute name: isAtLastRow: boolean;<br>Initial version: 9|Class name: ResultSet<br>Method or attribute name: isAtLastRow: boolean;<br>Initial version: 10|@ohos.data.relationalStore.d.ts|
|Initial version changed|Class name: ResultSet<br>Method or attribute name: isEnded: boolean;<br>Initial version: 9|Class name: ResultSet<br>Method or attribute name: isEnded: boolean;<br>Initial version: 10|@ohos.data.relationalStore.d.ts|
|Initial version changed|Class name: ResultSet<br>Method or attribute name: isStarted: boolean;<br>Initial version: 9|Class name: ResultSet<br>Method or attribute name: isStarted: boolean;<br>Initial version: 10|@ohos.data.relationalStore.d.ts|
|Initial version changed|Class name: ResultSet<br>Method or attribute name: isClosed: boolean;<br>Initial version: 9|Class name: ResultSet<br>Method or attribute name: isClosed: boolean;<br>Initial version: 10|@ohos.data.relationalStore.d.ts|
|Initial version changed|Class name: ResultSet<br>Method or attribute name: getColumnIndex(columnName: string): number;<br>Initial version: 9|Class name: ResultSet<br>Method or attribute name: getColumnIndex(columnName: string): number;<br>Initial version: 10|@ohos.data.relationalStore.d.ts|
|Initial version changed|Class name: ResultSet<br>Method or attribute name: getColumnName(columnIndex: number): string;<br>Initial version: 9|Class name: ResultSet<br>Method or attribute name: getColumnName(columnIndex: number): string;<br>Initial version: 10|@ohos.data.relationalStore.d.ts|
|Initial version changed|Class name: ResultSet<br>Method or attribute name: goTo(offset: number): boolean;<br>Initial version: 9|Class name: ResultSet<br>Method or attribute name: goTo(offset: number): boolean;<br>Initial version: 10|@ohos.data.relationalStore.d.ts|
|Initial version changed|Class name: ResultSet<br>Method or attribute name: goToRow(position: number): boolean;<br>Initial version: 9|Class name: ResultSet<br>Method or attribute name: goToRow(position: number): boolean;<br>Initial version: 10|@ohos.data.relationalStore.d.ts|
|Initial version changed|Class name: ResultSet<br>Method or attribute name: goToFirstRow(): boolean;<br>Initial version: 9|Class name: ResultSet<br>Method or attribute name: goToFirstRow(): boolean;<br>Initial version: 10|@ohos.data.relationalStore.d.ts|
|Initial version changed|Class name: ResultSet<br>Method or attribute name: goToLastRow(): boolean;<br>Initial version: 9|Class name: ResultSet<br>Method or attribute name: goToLastRow(): boolean;<br>Initial version: 10|@ohos.data.relationalStore.d.ts|
|Initial version changed|Class name: ResultSet<br>Method or attribute name: goToNextRow(): boolean;<br>Initial version: 9|Class name: ResultSet<br>Method or attribute name: goToNextRow(): boolean;<br>Initial version: 10|@ohos.data.relationalStore.d.ts|
|Initial version changed|Class name: ResultSet<br>Method or attribute name: goToPreviousRow(): boolean;<br>Initial version: 9|Class name: ResultSet<br>Method or attribute name: goToPreviousRow(): boolean;<br>Initial version: 10|@ohos.data.relationalStore.d.ts|
|Initial version changed|Class name: ResultSet<br>Method or attribute name: getBlob(columnIndex: number): Uint8Array;<br>Initial version: 9|Class name: ResultSet<br>Method or attribute name: getBlob(columnIndex: number): Uint8Array;<br>Initial version: 10|@ohos.data.relationalStore.d.ts|
|Initial version changed|Class name: ResultSet<br>Method or attribute name: getString(columnIndex: number): string;<br>Initial version: 9|Class name: ResultSet<br>Method or attribute name: getString(columnIndex: number): string;<br>Initial version: 10|@ohos.data.relationalStore.d.ts|
|Initial version changed|Class name: ResultSet<br>Method or attribute name: getLong(columnIndex: number): number;<br>Initial version: 9|Class name: ResultSet<br>Method or attribute name: getLong(columnIndex: number): number;<br>Initial version: 10|@ohos.data.relationalStore.d.ts|
|Initial version changed|Class name: ResultSet<br>Method or attribute name: getDouble(columnIndex: number): number;<br>Initial version: 9|Class name: ResultSet<br>Method or attribute name: getDouble(columnIndex: number): number;<br>Initial version: 10|@ohos.data.relationalStore.d.ts|
|Initial version changed|Class name: ResultSet<br>Method or attribute name: isColumnNull(columnIndex: number): boolean;<br>Initial version: 9|Class name: ResultSet<br>Method or attribute name: isColumnNull(columnIndex: number): boolean;<br>Initial version: 10|@ohos.data.relationalStore.d.ts|
|Initial version changed|Class name: ResultSet<br>Method or attribute name: close(): void;<br>Initial version: 9|Class name: ResultSet<br>Method or attribute name: close(): void;<br>Initial version: 10|@ohos.data.relationalStore.d.ts|
|Initial version changed|Class name: RdbStore<br>Initial version: 9|Class name: RdbStore<br>Initial version: 10|@ohos.data.relationalStore.d.ts|
|Initial version changed|Class name: RdbStore<br>Method or attribute name: insert(table: string, values: ValuesBucket, callback: AsyncCallback\<number>): void;<br>Initial version: 9|Class name: RdbStore<br>Method or attribute name: insert(table: string, values: ValuesBucket, callback: AsyncCallback\<number>): void;<br>Initial version: 10|@ohos.data.relationalStore.d.ts|
|Initial version changed|Class name: RdbStore<br>Method or attribute name: insert(table: string, values: ValuesBucket): Promise\<number>;<br>Initial version: 9|Class name: RdbStore<br>Method or attribute name: insert(table: string, values: ValuesBucket): Promise\<number>;<br>Initial version: 10|@ohos.data.relationalStore.d.ts|
|Initial version changed|Class name: RdbStore<br>Method or attribute name: batchInsert(table: string, values: Array\<ValuesBucket>, callback: AsyncCallback\<number>): void;<br>Initial version: 9|Class name: RdbStore<br>Method or attribute name: batchInsert(table: string, values: Array\<ValuesBucket>, callback: AsyncCallback\<number>): void;<br>Initial version: 10|@ohos.data.relationalStore.d.ts|
|Initial version changed|Class name: RdbStore<br>Method or attribute name: batchInsert(table: string, values: Array\<ValuesBucket>): Promise\<number>;<br>Initial version: 9|Class name: RdbStore<br>Method or attribute name: batchInsert(table: string, values: Array\<ValuesBucket>): Promise\<number>;<br>Initial version: 10|@ohos.data.relationalStore.d.ts|
|Initial version changed|Class name: RdbStore<br>Method or attribute name: update(values: ValuesBucket, predicates: RdbPredicates, callback: AsyncCallback\<number>): void;<br>Initial version: 9|Class name: RdbStore<br>Method or attribute name: update(values: ValuesBucket, predicates: RdbPredicates, callback: AsyncCallback\<number>): void;<br>Initial version: 10|@ohos.data.relationalStore.d.ts|
|Initial version changed|Class name: RdbStore<br>Method or attribute name: update(values: ValuesBucket, predicates: RdbPredicates): Promise\<number>;<br>Initial version: 9|Class name: RdbStore<br>Method or attribute name: update(values: ValuesBucket, predicates: RdbPredicates): Promise\<number>;<br>Initial version: 10|@ohos.data.relationalStore.d.ts|
|Initial version changed|Class name: RdbStore<br>Method or attribute name: update(table: string, values: ValuesBucket, predicates: dataSharePredicates.DataSharePredicates, callback: AsyncCallback\<number>): void;<br>Initial version: 9|Class name: RdbStore<br>Method or attribute name: update(table: string, values: ValuesBucket, predicates: dataSharePredicates.DataSharePredicates, callback: AsyncCallback\<number>): void;<br>Initial version: 10|@ohos.data.relationalStore.d.ts|
|Initial version changed|Class name: RdbStore<br>Method or attribute name: update(table: string, values: ValuesBucket, predicates: dataSharePredicates.DataSharePredicates): Promise\<number>;<br>Initial version: 9|Class name: RdbStore<br>Method or attribute name: update(table: string, values: ValuesBucket, predicates: dataSharePredicates.DataSharePredicates): Promise\<number>;<br>Initial version: 10|@ohos.data.relationalStore.d.ts|
|Initial version changed|Class name: RdbStore<br>Method or attribute name: delete(predicates: RdbPredicates, callback: AsyncCallback\<number>): void;<br>Initial version: 9|Class name: RdbStore<br>Method or attribute name: delete(predicates: RdbPredicates, callback: AsyncCallback\<number>): void;<br>Initial version: 10|@ohos.data.relationalStore.d.ts|
|Initial version changed|Class name: RdbStore<br>Method or attribute name: delete(predicates: RdbPredicates): Promise\<number>;<br>Initial version: 9|Class name: RdbStore<br>Method or attribute name: delete(predicates: RdbPredicates): Promise\<number>;<br>Initial version: 10|@ohos.data.relationalStore.d.ts|
|Initial version changed|Class name: RdbStore<br>Method or attribute name: delete(table: string, predicates: dataSharePredicates.DataSharePredicates, callback: AsyncCallback\<number>): void;<br>Initial version: 9|Class name: RdbStore<br>Method or attribute name: delete(table: string, predicates: dataSharePredicates.DataSharePredicates, callback: AsyncCallback\<number>): void;<br>Initial version: 10|@ohos.data.relationalStore.d.ts|
|Initial version changed|Class name: RdbStore<br>Method or attribute name: delete(table: string, predicates: dataSharePredicates.DataSharePredicates): Promise\<number>;<br>Initial version: 9|Class name: RdbStore<br>Method or attribute name: delete(table: string, predicates: dataSharePredicates.DataSharePredicates): Promise\<number>;<br>Initial version: 10|@ohos.data.relationalStore.d.ts|
|Initial version changed|Class name: RdbStore<br>Method or attribute name: query(predicates: RdbPredicates, columns: Array\<string>, callback: AsyncCallback\<ResultSet>): void;<br>Initial version: 9|Class name: RdbStore<br>Method or attribute name: query(predicates: RdbPredicates, columns: Array\<string>, callback: AsyncCallback\<ResultSet>): void;<br>Initial version: 10|@ohos.data.relationalStore.d.ts|
|Initial version changed|Class name: RdbStore<br>Method or attribute name: querySql(sql: string, bindArgs: Array\<ValueType>, callback: AsyncCallback\<ResultSet>): void;<br>Initial version: 9|Class name: RdbStore<br>Method or attribute name: querySql(sql: string, bindArgs: Array\<ValueType>, callback: AsyncCallback\<ResultSet>): void;<br>Initial version: 10|@ohos.data.relationalStore.d.ts|
|Initial version changed|Class name: RdbStore<br>Method or attribute name: executeSql(sql: string, bindArgs: Array\<ValueType>, callback: AsyncCallback\<void>): void;<br>Initial version: 9|Class name: RdbStore<br>Method or attribute name: executeSql(sql: string, bindArgs: Array\<ValueType>, callback: AsyncCallback\<void>): void;<br>Initial version: 10|@ohos.data.relationalStore.d.ts|
|Initial version changed|Class name: RdbStore<br>Method or attribute name: beginTransaction(): void;<br>Initial version: 9|Class name: RdbStore<br>Method or attribute name: beginTransaction(): void;<br>Initial version: 10|@ohos.data.relationalStore.d.ts|
|Initial version changed|Class name: RdbStore<br>Method or attribute name: commit(): void;<br>Initial version: 9|Class name: RdbStore<br>Method or attribute name: commit(): void;<br>Initial version: 10|@ohos.data.relationalStore.d.ts|
|Initial version changed|Class name: RdbStore<br>Method or attribute name: rollBack(): void;<br>Initial version: 9|Class name: RdbStore<br>Method or attribute name: rollBack(): void;<br>Initial version: 10|@ohos.data.relationalStore.d.ts|
|Initial version changed|Class name: RdbStore<br>Method or attribute name: backup(destName: string, callback: AsyncCallback\<void>): void;<br>Initial version: 9|Class name: RdbStore<br>Method or attribute name: backup(destName: string, callback: AsyncCallback\<void>): void;<br>Initial version: 10|@ohos.data.relationalStore.d.ts|
|Initial version changed|Class name: RdbStore<br>Method or attribute name: backup(destName: string): Promise\<void>;<br>Initial version: 9|Class name: RdbStore<br>Method or attribute name: backup(destName: string): Promise\<void>;<br>Initial version: 10|@ohos.data.relationalStore.d.ts|
|Initial version changed|Class name: RdbStore<br>Method or attribute name: restore(srcName: string, callback: AsyncCallback\<void>): void;<br>Initial version: 9|Class name: RdbStore<br>Method or attribute name: restore(srcName: string, callback: AsyncCallback\<void>): void;<br>Initial version: 10|@ohos.data.relationalStore.d.ts|
|Initial version changed|Class name: RdbStore<br>Method or attribute name: restore(srcName: string): Promise\<void>;<br>Initial version: 9|Class name: RdbStore<br>Method or attribute name: restore(srcName: string): Promise\<void>;<br>Initial version: 10|@ohos.data.relationalStore.d.ts|
|Initial version changed|Class name: relationalStore<br>Method or attribute name: function getRdbStore(context: Context, config: StoreConfig, callback: AsyncCallback\<RdbStore>): void;<br>Initial version: 9|Class name: relationalStore<br>Method or attribute name: function getRdbStore(context: Context, config: StoreConfig, callback: AsyncCallback\<RdbStore>): void;<br>Initial version: 10|@ohos.data.relationalStore.d.ts|
|Initial version changed|Class name: relationalStore<br>Method or attribute name: function getRdbStore(context: Context, config: StoreConfig): Promise\<RdbStore>;<br>Initial version: 9|Class name: relationalStore<br>Method or attribute name: function getRdbStore(context: Context, config: StoreConfig): Promise\<RdbStore>;<br>Initial version: 10|@ohos.data.relationalStore.d.ts|
|Initial version changed|Class name: relationalStore<br>Method or attribute name: function deleteRdbStore(context: Context, name: string, callback: AsyncCallback\<void>): void;<br>Initial version: 9|Class name: relationalStore<br>Method or attribute name: function deleteRdbStore(context: Context, name: string, callback: AsyncCallback\<void>): void;<br>Initial version: 10|@ohos.data.relationalStore.d.ts|
|Initial version changed|Class name: relationalStore<br>Method or attribute name: function deleteRdbStore(context: Context, name: string): Promise\<void>;<br>Initial version: 9|Class name: relationalStore<br>Method or attribute name: function deleteRdbStore(context: Context, name: string): Promise\<void>;<br>Initial version: 10|@ohos.data.relationalStore.d.ts|
|Permission added|Class name: SubscribeType<br>Method or attribute name: SUBSCRIBE_TYPE_REMOTE = 0<br>Permission: N/A|Class name: SubscribeType<br>Method or attribute name: SUBSCRIBE_TYPE_REMOTE = 0<br>Permission: ohos.permission.DISTRIBUTED_DATASYNC|@ohos.data.rdb.d.ts|
|Permission added|Class name: SubscribeType<br>Method or attribute name: SUBSCRIBE_TYPE_REMOTE = 0<br>Permission: N/A|Class name: SubscribeType<br>Method or attribute name: SUBSCRIBE_TYPE_REMOTE = 0<br>Permission: ohos.permission.DISTRIBUTED_DATASYNC|@ohos.data.relationalStore.d.ts|
|Function changed|Class name: dataShare<br>Method or attribute name: function createDataShareHelper(context: Context, uri: string): Promise\<DataShareHelper>;<br>|Class name: dataShare<br>Method or attribute name: function createDataShareHelper(<br> context: Context,<br> uri: string,<br> option?: DataShareHelperOption<br> ): Promise\<DataShareHelper>;<br>|@ohos.data.dataShare.d.ts|
|Function changed|Class name: RdbStore<br>Method or attribute name: insert(table: string, values: ValuesBucket, callback: AsyncCallback\<number>): void;<br>|Class name: RdbStore<br>Method or attribute name: insert(table: string, values: ValuesBucket, conflict: ConflictResolution, callback: AsyncCallback\<number>): void;<br>|@ohos.data.relationalStore.d.ts|
|Function changed|Class name: RdbStore<br>Method or attribute name: insert(table: string, values: ValuesBucket): Promise\<number>;<br>|Class name: RdbStore<br>Method or attribute name: insert(table: string, values: ValuesBucket, conflict: ConflictResolution): Promise\<number>;<br>|@ohos.data.relationalStore.d.ts|
|Function changed|Class name: RdbStore<br>Method or attribute name: update(values: ValuesBucket, predicates: RdbPredicates, callback: AsyncCallback\<number>): void;<br>|Class name: RdbStore<br>Method or attribute name: update(values: ValuesBucket, predicates: RdbPredicates, callback: AsyncCallback\<number>): void;<br>|@ohos.data.relationalStore.d.ts|
|Function changed|Class name: RdbStore<br>Method or attribute name: update(table: string, values: ValuesBucket, predicates: dataSharePredicates.DataSharePredicates, callback: AsyncCallback\<number>): void;<br>|Class name: RdbStore<br>Method or attribute name: update(values: ValuesBucket, predicates: RdbPredicates, callback: AsyncCallback\<number>): void;<br>|@ohos.data.relationalStore.d.ts|
|Function changed|Class name: RdbStore<br>Method or attribute name: update(values: ValuesBucket, predicates: RdbPredicates, callback: AsyncCallback\<number>): void;<br>|Class name: RdbStore<br>Method or attribute name: update(values: ValuesBucket, predicates: RdbPredicates, conflict: ConflictResolution, callback: AsyncCallback\<number>): void;<br>|@ohos.data.relationalStore.d.ts|
|Function changed|Class name: RdbStore<br>Method or attribute name: update(table: string, values: ValuesBucket, predicates: dataSharePredicates.DataSharePredicates, callback: AsyncCallback\<number>): void;<br>|Class name: RdbStore<br>Method or attribute name: update(values: ValuesBucket, predicates: RdbPredicates, conflict: ConflictResolution, callback: AsyncCallback\<number>): void;<br>|@ohos.data.relationalStore.d.ts|
|Function changed|Class name: RdbStore<br>Method or attribute name: update(table: string, values: ValuesBucket, predicates: dataSharePredicates.DataSharePredicates): Promise\<number>;<br>|Class name: RdbStore<br>Method or attribute name: update(values: ValuesBucket, predicates: RdbPredicates): Promise\<number>;<br>|@ohos.data.relationalStore.d.ts|
|Function changed|Class name: RdbStore<br>Method or attribute name: update(values: ValuesBucket, predicates: RdbPredicates): Promise\<number>;<br>|Class name: RdbStore<br>Method or attribute name: update(values: ValuesBucket, predicates: RdbPredicates, conflict: ConflictResolution): Promise\<number>;<br>|@ohos.data.relationalStore.d.ts|
|Function changed|Class name: RdbStore<br>Method or attribute name: update(table: string, values: ValuesBucket, predicates: dataSharePredicates.DataSharePredicates): Promise\<number>;<br>|Class name: RdbStore<br>Method or attribute name: update(values: ValuesBucket, predicates: RdbPredicates, conflict: ConflictResolution): Promise\<number>;<br>|@ohos.data.relationalStore.d.ts|
|Function changed|Class name: RdbStore<br>Method or attribute name: update(values: ValuesBucket, predicates: RdbPredicates, callback: AsyncCallback\<number>): void;<br>|Class name: RdbStore<br>Method or attribute name: update(table: string, values: ValuesBucket, predicates: dataSharePredicates.DataSharePredicates, callback: AsyncCallback\<number>): void;<br>|@ohos.data.relationalStore.d.ts|
|Function changed|Class name: RdbStore<br>Method or attribute name: update(values: ValuesBucket, predicates: RdbPredicates): Promise\<number>;<br>|Class name: RdbStore<br>Method or attribute name: update(table: string, values: ValuesBucket, predicates: dataSharePredicates.DataSharePredicates): Promise\<number>;<br>|@ohos.data.relationalStore.d.ts|
|Function changed|Class name: RdbStore<br>Method or attribute name: query(predicates: RdbPredicates, columns: Array\<string>, callback: AsyncCallback\<ResultSet>): void;<br>|Class name: RdbStore<br>Method or attribute name: query(predicates: RdbPredicates, callback: AsyncCallback\<ResultSet>): void;<br>|@ohos.data.relationalStore.d.ts|
|Function changed|Class name: RdbStore<br>Method or attribute name: query(predicates: RdbPredicates, columns: Array\<string>, callback: AsyncCallback\<ResultSet>): void;<br>|Class name: RdbStore<br>Method or attribute name: query(table: string, predicates: dataSharePredicates.DataSharePredicates, callback: AsyncCallback\<ResultSet>): void;<br>|@ohos.data.relationalStore.d.ts|
|Function changed|Class name: RdbStore<br>Method or attribute name: querySql(sql: string, bindArgs: Array\<ValueType>, callback: AsyncCallback\<ResultSet>): void;<br>|Class name: RdbStore<br>Method or attribute name: querySql(sql: string, callback: AsyncCallback\<ResultSet>): void;<br>|@ohos.data.relationalStore.d.ts|
|Function changed|Class name: RdbStore<br>Method or attribute name: executeSql(sql: string, bindArgs: Array\<ValueType>, callback: AsyncCallback\<void>): void;<br>|Class name: RdbStore<br>Method or attribute name: executeSql(sql: string, callback: AsyncCallback\<void>): void;<br>|@ohos.data.relationalStore.d.ts|
|Function changed|Class name: RdbStore<br>Method or attribute name: executeSql(sql: string, bindArgs: Array\<ValueType>, callback: AsyncCallback\<void>): void;<br>|Class name: RdbStore<br>Method or attribute name: executeSql(sql: string, bindArgs: Array\<ValueType>, callback: AsyncCallback\<void>): void;<br>|@ohos.data.relationalStore.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 |
| ---- | ------ | ------ | -------- |
|Added|NA|Module name: ohos.file.backup<br>Class name: backup|@ohos.file.backup.d.ts|
|Added|NA|Module name: ohos.file.backup<br>Class name: FileMeta|@ohos.file.backup.d.ts|
|Added|NA|Module name: ohos.file.backup<br>Class name: FileMeta<br>Method or attribute name: bundleName: string;|@ohos.file.backup.d.ts|
|Added|NA|Module name: ohos.file.backup<br>Class name: FileMeta<br>Method or attribute name: uri: string;|@ohos.file.backup.d.ts|
|Added|NA|Module name: ohos.file.backup<br>Class name: FileData|@ohos.file.backup.d.ts|
|Added|NA|Module name: ohos.file.backup<br>Class name: FileData<br>Method or attribute name: fd: number;|@ohos.file.backup.d.ts|
|Added|NA|Module name: ohos.file.backup<br>Class name: File|@ohos.file.backup.d.ts|
|Added|NA|Module name: ohos.file.backup<br>Class name: backup<br>Method or attribute name: function getLocalCapabilities(): Promise\<FileData>;|@ohos.file.backup.d.ts|
|Added|NA|Module name: ohos.file.backup<br>Class name: backup<br>Method or attribute name: function getLocalCapabilities(callback: AsyncCallback\<FileData>): void;|@ohos.file.backup.d.ts|
|Added|NA|Module name: ohos.file.backup<br>Class name: GeneralCallbacks|@ohos.file.backup.d.ts|
|Added|NA|Module name: ohos.file.backup<br>Class name: GeneralCallbacks<br>Method or attribute name: onFileReady: AsyncCallback\<File>;|@ohos.file.backup.d.ts|
|Added|NA|Module name: ohos.file.backup<br>Class name: GeneralCallbacks<br>Method or attribute name: onBundleBegin: AsyncCallback\<string>;|@ohos.file.backup.d.ts|
|Added|NA|Module name: ohos.file.backup<br>Class name: GeneralCallbacks<br>Method or attribute name: onBundleEnd: AsyncCallback\<string>;|@ohos.file.backup.d.ts|
|Added|NA|Module name: ohos.file.backup<br>Class name: GeneralCallbacks<br>Method or attribute name: onAllBundlesEnd: AsyncCallback\<undefined>;|@ohos.file.backup.d.ts|
|Added|NA|Module name: ohos.file.backup<br>Class name: GeneralCallbacks<br>Method or attribute name: onBackupServiceDied: Callback\<undefined>;|@ohos.file.backup.d.ts|
|Added|NA|Module name: ohos.file.backup<br>Class name: SessionBackup|@ohos.file.backup.d.ts|
|Added|NA|Module name: ohos.file.backup<br>Class name: SessionBackup<br>Method or attribute name: constructor(callbacks: GeneralCallbacks);|@ohos.file.backup.d.ts|
|Added|NA|Module name: ohos.file.backup<br>Class name: SessionBackup<br>Method or attribute name: appendBundles(bundlesToBackup: string[]): Promise\<void>;|@ohos.file.backup.d.ts|
|Added|NA|Module name: ohos.file.backup<br>Class name: SessionBackup<br>Method or attribute name: appendBundles(bundlesToBackup: string[], callback: AsyncCallback\<void>): void;|@ohos.file.backup.d.ts|
|Added|NA|Module name: ohos.file.backup<br>Class name: SessionRestore|@ohos.file.backup.d.ts|
|Added|NA|Module name: ohos.file.backup<br>Class name: SessionRestore<br>Method or attribute name: constructor(callbacks: GeneralCallbacks);|@ohos.file.backup.d.ts|
|Added|NA|Module name: ohos.file.backup<br>Class name: SessionRestore<br>Method or attribute name: appendBundles(remoteCapabilitiesFd: number, bundlesToBackup: string[]): Promise\<void>;|@ohos.file.backup.d.ts|
|Added|NA|Module name: ohos.file.backup<br>Class name: SessionRestore<br>Method or attribute name: appendBundles(remoteCapabilitiesFd: number, bundlesToBackup: string[], callback: AsyncCallback\<void>): void;|@ohos.file.backup.d.ts|
|Added|NA|Module name: ohos.file.backup<br>Class name: SessionRestore<br>Method or attribute name: publishFile(fileMeta: FileMeta): Promise\<void>;|@ohos.file.backup.d.ts|
|Added|NA|Module name: ohos.file.backup<br>Class name: SessionRestore<br>Method or attribute name: publishFile(fileMeta: FileMeta, callback: AsyncCallback\<void>): void;|@ohos.file.backup.d.ts|
|Added|NA|Module name: ohos.file.backup<br>Class name: SessionRestore<br>Method or attribute name: getFileHandle(fileMeta: FileMeta): Promise\<void>;|@ohos.file.backup.d.ts|
|Added|NA|Module name: ohos.file.backup<br>Class name: SessionRestore<br>Method or attribute name: getFileHandle(fileMeta: FileMeta, callback: AsyncCallback\<void>): void;|@ohos.file.backup.d.ts|
|Added|NA|Module name: ohos.file.cloudSyncManager<br>Class name: cloudSyncManager|@ohos.file.cloudSyncManager.d.ts|
|Added|NA|Module name: ohos.file.cloudSyncManager<br>Class name: cloudSyncManager<br>Method or attribute name: function changeAppCloudSwitch(accountId: string, bundleName: string, status: boolean): Promise\<void>;|@ohos.file.cloudSyncManager.d.ts|
|Added|NA|Module name: ohos.file.cloudSyncManager<br>Class name: cloudSyncManager<br>Method or attribute name: function changeAppCloudSwitch(accountId: string, bundleName: string, status: boolean, callback: AsyncCallback\<void>): void;|@ohos.file.cloudSyncManager.d.ts|
|Added|NA|Module name: ohos.file.cloudSyncManager<br>Class name: cloudSyncManager<br>Method or attribute name: function notifyDataChange(accountId: string, bundleName: string): Promise\<void>;|@ohos.file.cloudSyncManager.d.ts|
|Added|NA|Module name: ohos.file.cloudSyncManager<br>Class name: cloudSyncManager<br>Method or attribute name: function notifyDataChange(accountId: string, bundleName: string, callback: AsyncCallback\<void>): void;|@ohos.file.cloudSyncManager.d.ts|
|Added|NA|Class name: FileInfo<br>Method or attribute name: relativePath: string;|@ohos.file.fileAccess.d.ts|
|Added|NA|Class name: RootInfo<br>Method or attribute name: relativePath: string;|@ohos.file.fileAccess.d.ts|
|Added|NA|Module name: ohos.file.fileAccess<br>Class name: CopyResult|@ohos.file.fileAccess.d.ts|
|Added|NA|Module name: ohos.file.fileAccess<br>Class name: CopyResult<br>Method or attribute name: sourceUri: string;|@ohos.file.fileAccess.d.ts|
|Added|NA|Module name: ohos.file.fileAccess<br>Class name: CopyResult<br>Method or attribute name: destUri: string;|@ohos.file.fileAccess.d.ts|
|Added|NA|Module name: ohos.file.fileAccess<br>Class name: CopyResult<br>Method or attribute name: errCode: number;|@ohos.file.fileAccess.d.ts|
|Added|NA|Module name: ohos.file.fileAccess<br>Class name: CopyResult<br>Method or attribute name: errMsg: string;|@ohos.file.fileAccess.d.ts|
|Added|NA|Module name: ohos.file.fileAccess<br>Class name: FileKey|@ohos.file.fileAccess.d.ts|
|Added|NA|Module name: ohos.file.fileAccess<br>Class name: FileKey<br>Method or attribute name: DISPLAY_NAME = 'display_name'|@ohos.file.fileAccess.d.ts|
|Added|NA|Module name: ohos.file.fileAccess<br>Class name: FileKey<br>Method or attribute name: DATE_ADDED = 'date_added'|@ohos.file.fileAccess.d.ts|
|Added|NA|Module name: ohos.file.fileAccess<br>Class name: FileKey<br>Method or attribute name: DATE_MODIFIED = 'date_modified'|@ohos.file.fileAccess.d.ts|
|Added|NA|Module name: ohos.file.fileAccess<br>Class name: FileKey<br>Method or attribute name: RELATIVE_PATH = 'relative_path'|@ohos.file.fileAccess.d.ts|
|Added|NA|Module name: ohos.file.fileAccess<br>Class name: FileKey<br>Method or attribute name: FILE_SIZE = 'size'|@ohos.file.fileAccess.d.ts|
|Added|NA|Module name: ohos.file.fileAccess<br>Class name: FileKey<br>Method or attribute name: WIDTH = 'width'|@ohos.file.fileAccess.d.ts|
|Added|NA|Module name: ohos.file.fileAccess<br>Class name: FileKey<br>Method or attribute name: HEIGHT = 'height'|@ohos.file.fileAccess.d.ts|
|Added|NA|Module name: ohos.file.fileAccess<br>Class name: FileKey<br>Method or attribute name: DURATION = 'duration'|@ohos.file.fileAccess.d.ts|
|Added|NA|Class name: FileAccessHelper<br>Method or attribute name: copy(sourceUri: string, destUri: string, force?: boolean): Promise\<Array\<CopyResult>>;|@ohos.file.fileAccess.d.ts|
|Added|NA|Class name: FileAccessHelper<br>Method or attribute name: copy(sourceUri: string, destUri: string, callback: AsyncCallback\<Array\<CopyResult>>): void;|@ohos.file.fileAccess.d.ts|
|Added|NA|Class name: FileAccessHelper<br>Method or attribute name: copy(sourceUri: string, destUri: string, force: boolean, callback: AsyncCallback\<Array\<CopyResult>>): void;|@ohos.file.fileAccess.d.ts|
|Added|NA|Class name: FileAccessHelper<br>Method or attribute name: query(uri: string, metaJson: string): Promise\<string>;|@ohos.file.fileAccess.d.ts|
|Added|NA|Class name: FileAccessHelper<br>Method or attribute name: query(uri: string, metaJson: string, callback: AsyncCallback\<string>): void;|@ohos.file.fileAccess.d.ts|
|Added|NA|Class name: FileAccessHelper<br>Method or attribute name: getFileInfoFromUri(uri: string): Promise\<FileInfo>;|@ohos.file.fileAccess.d.ts|
|Added|NA|Class name: FileAccessHelper<br>Method or attribute name: getFileInfoFromUri(uri: string, callback: AsyncCallback\<FileInfo>): void;|@ohos.file.fileAccess.d.ts|
|Added|NA|Class name: FileAccessHelper<br>Method or attribute name: getFileInfoFromRelativePath(relativePath: string): Promise\<FileInfo>;|@ohos.file.fileAccess.d.ts|
|Added|NA|Class name: FileAccessHelper<br>Method or attribute name: getFileInfoFromRelativePath(relativePath: string, callback: AsyncCallback\<FileInfo>): void;|@ohos.file.fileAccess.d.ts|
|Added|NA|Class name: FileAccessHelper<br>Method or attribute name: getThumbnail(uri: string, size: image.Size): Promise\<image.PixelMap>;|@ohos.file.fileAccess.d.ts|
|Added|NA|Class name: FileAccessHelper<br>Method or attribute name: getThumbnail(uri: string, size: image.Size, callback: AsyncCallback\<image.PixelMap>): void;|@ohos.file.fileAccess.d.ts|
|Added|NA|Class name: fileIo<br>Method or attribute name: function copyDir(src: string, dest: string, mode?: number): Promise\<void>;|@ohos.file.fs.d.ts|
|Added|NA|Class name: fileIo<br>Method or attribute name: function copyDir(src: string, dest: string, callback: AsyncCallback\<void>): void;|@ohos.file.fs.d.ts|
|Added|NA|Class name: fileIo<br>Method or attribute name: function copyDir(src: string, dest: string, mode: number, callback: AsyncCallback\<void>): void;|@ohos.file.fs.d.ts|
|Added|NA|Class name: fileIo<br>Method or attribute name: function createWatcher(path: string, events: number, listener: WatchEventListener): Watcher;|@ohos.file.fs.d.ts|
|Added|NA|Class name: fileIo<br>Method or attribute name: function moveDir(src: string, dest: string, mode?: number): Promise\<void>;|@ohos.file.fs.d.ts|
|Added|NA|Class name: fileIo<br>Method or attribute name: function moveDir(src: string, dest: string, callback: AsyncCallback\<void>): void;|@ohos.file.fs.d.ts|
|Added|NA|Class name: fileIo<br>Method or attribute name: function moveDir(src: string, dest: string, mode: number, callback: AsyncCallback\<void>): void;|@ohos.file.fs.d.ts|
|Added|NA|Module name: ohos.file.fs<br>Class name: WatchEventListener|@ohos.file.fs.d.ts|
|Added|NA|Class name: WatchEventListener<br>Method or attribute name: |@ohos.file.fs.d.ts|
|Added|NA|Module name: ohos.file.fs<br>Class name: WatchEventListener<br>Method or attribute name: (event: WatchEvent): void;|@ohos.file.fs.d.ts|
|Added|NA|Class name: WatchEventListener<br>Method or attribute name: (event: WatchEvent): void;|@ohos.file.fs.d.ts|
|Added|NA|Module name: ohos.file.fs<br>Class name: WatchEvent|@ohos.file.fs.d.ts|
|Added|NA|Module name: ohos.file.fs<br>Class name: WatchEvent<br>Method or attribute name: readonly fileName: string;|@ohos.file.fs.d.ts|
|Added|NA|Module name: ohos.file.fs<br>Class name: WatchEvent<br>Method or attribute name: readonly event: number;|@ohos.file.fs.d.ts|
|Added|NA|Module name: ohos.file.fs<br>Class name: WatchEvent<br>Method or attribute name: readonly cookie: number;|@ohos.file.fs.d.ts|
|Added|NA|Module name: ohos.file.fs<br>Class name: Watcher|@ohos.file.fs.d.ts|
|Added|NA|Module name: ohos.file.fs<br>Class name: Watcher<br>Method or attribute name: start(): void;|@ohos.file.fs.d.ts|
|Added|NA|Module name: ohos.file.fs<br>Class name: Watcher<br>Method or attribute name: stop(): void;|@ohos.file.fs.d.ts|
|Added|NA|Module name: ohos.filemanagement.userFileManager<br>Class name: PhotoSubType|@ohos.filemanagement.userFileManager.d.ts|
|Added|NA|Module name: ohos.filemanagement.userFileManager<br>Class name: PhotoSubType<br>Method or attribute name: DEFAULT|@ohos.filemanagement.userFileManager.d.ts|
|Added|NA|Module name: ohos.filemanagement.userFileManager<br>Class name: PhotoSubType<br>Method or attribute name: SCREENSHOT|@ohos.filemanagement.userFileManager.d.ts|
|Added|NA|Module name: ohos.filemanagement.userFileManager<br>Class name: PhotoSubType<br>Method or attribute name: CAMERA|@ohos.filemanagement.userFileManager.d.ts|
|Added|NA|Module name: ohos.filemanagement.userFileManager<br>Class name: PositionType|@ohos.filemanagement.userFileManager.d.ts|
|Added|NA|Module name: ohos.filemanagement.userFileManager<br>Class name: PositionType<br>Method or attribute name: LOCAL = 1|@ohos.filemanagement.userFileManager.d.ts|
|Added|NA|Module name: ohos.filemanagement.userFileManager<br>Class name: PositionType<br>Method or attribute name: CLOUD|@ohos.filemanagement.userFileManager.d.ts|
|Added|NA|Module name: ohos.filemanagement.userFileManager<br>Class name: PositionType<br>Method or attribute name: BOTH|@ohos.filemanagement.userFileManager.d.ts|
|Added|NA|Module name: ohos.filemanagement.userFileManager<br>Class name: FileAsset<br>Method or attribute name: setHidden(hiddenState: boolean, callback: AsyncCallback\<void>): void;|@ohos.filemanagement.userFileManager.d.ts|
|Added|NA|Module name: ohos.filemanagement.userFileManager<br>Class name: FileAsset<br>Method or attribute name: setHidden(hiddenState: boolean): Promise\<void>;|@ohos.filemanagement.userFileManager.d.ts|
|Added|NA|Module name: ohos.filemanagement.userFileManager<br>Class name: ImageVideoKey<br>Method or attribute name: POSITION|@ohos.filemanagement.userFileManager.d.ts|
|Added|NA|Module name: ohos.filemanagement.userFileManager<br>Class name: ImageVideoKey<br>Method or attribute name: DATE_TRASHED|@ohos.filemanagement.userFileManager.d.ts|
|Added|NA|Module name: ohos.filemanagement.userFileManager<br>Class name: ImageVideoKey<br>Method or attribute name: HIDDEN|@ohos.filemanagement.userFileManager.d.ts|
|Added|NA|Module name: ohos.filemanagement.userFileManager<br>Class name: PhotoCreateOptions|@ohos.filemanagement.userFileManager.d.ts|
|Added|NA|Module name: ohos.filemanagement.userFileManager<br>Class name: PhotoCreateOptions<br>Method or attribute name: subType?: PhotoSubType;|@ohos.filemanagement.userFileManager.d.ts|
|Added|NA|Module name: ohos.filemanagement.userFileManager<br>Class name: FetchResult<br>Method or attribute name: getAllObject(callback: AsyncCallback\<Array\<T>>): void;|@ohos.filemanagement.userFileManager.d.ts|
|Added|NA|Module name: ohos.filemanagement.userFileManager<br>Class name: FetchResult<br>Method or attribute name: getAllObject(): Promise\<Array\<T>>;|@ohos.filemanagement.userFileManager.d.ts|
|Added|NA|Module name: ohos.filemanagement.userFileManager<br>Class name: AlbumType|@ohos.filemanagement.userFileManager.d.ts|
|Added|NA|Module name: ohos.filemanagement.userFileManager<br>Class name: AlbumType<br>Method or attribute name: USER = 0|@ohos.filemanagement.userFileManager.d.ts|
|Added|NA|Module name: ohos.filemanagement.userFileManager<br>Class name: AlbumType<br>Method or attribute name: SYSTEM = 1024|@ohos.filemanagement.userFileManager.d.ts|
|Added|NA|Module name: ohos.filemanagement.userFileManager<br>Class name: AlbumSubType|@ohos.filemanagement.userFileManager.d.ts|
|Added|NA|Module name: ohos.filemanagement.userFileManager<br>Class name: AlbumSubType<br>Method or attribute name: USER_GENERIC = 1|@ohos.filemanagement.userFileManager.d.ts|
|Added|NA|Module name: ohos.filemanagement.userFileManager<br>Class name: AlbumSubType<br>Method or attribute name: FAVORITE = 1025|@ohos.filemanagement.userFileManager.d.ts|
|Added|NA|Module name: ohos.filemanagement.userFileManager<br>Class name: AlbumSubType<br>Method or attribute name: VIDEO|@ohos.filemanagement.userFileManager.d.ts|
|Added|NA|Module name: ohos.filemanagement.userFileManager<br>Class name: AlbumSubType<br>Method or attribute name: HIDDEN|@ohos.filemanagement.userFileManager.d.ts|
|Added|NA|Module name: ohos.filemanagement.userFileManager<br>Class name: AlbumSubType<br>Method or attribute name: TRASH|@ohos.filemanagement.userFileManager.d.ts|
|Added|NA|Module name: ohos.filemanagement.userFileManager<br>Class name: AlbumSubType<br>Method or attribute name: SCREENSHOT|@ohos.filemanagement.userFileManager.d.ts|
|Added|NA|Module name: ohos.filemanagement.userFileManager<br>Class name: AlbumSubType<br>Method or attribute name: CAMERA|@ohos.filemanagement.userFileManager.d.ts|
|Added|NA|Module name: ohos.filemanagement.userFileManager<br>Class name: AlbumSubType<br>Method or attribute name: ANY = 2147483647|@ohos.filemanagement.userFileManager.d.ts|
|Added|NA|Class name: AbsAlbum<br>Method or attribute name: readonly albumType: AlbumType;|@ohos.filemanagement.userFileManager.d.ts|
|Added|NA|Class name: AbsAlbum<br>Method or attribute name: readonly albumSubType: AlbumSubType;|@ohos.filemanagement.userFileManager.d.ts|
|Added|NA|Class name: AbsAlbum<br>Method or attribute name: coverUri: string;|@ohos.filemanagement.userFileManager.d.ts|
|Added|NA|Module name: ohos.filemanagement.userFileManager<br>Class name: Album<br>Method or attribute name: addPhotoAssets(assets: Array\<FileAsset>, callback: AsyncCallback\<void>): void;|@ohos.filemanagement.userFileManager.d.ts|
|Added|NA|Class name: Album<br>Method or attribute name: addPhotoAssets(assets: Array\<FileAsset>, callback: AsyncCallback\<void>): void;|@ohos.filemanagement.userFileManager.d.ts|
|Added|NA|Module name: ohos.filemanagement.userFileManager<br>Class name: Album<br>Method or attribute name: addPhotoAssets(assets: Array\<FileAsset>): Promise\<void>;|@ohos.filemanagement.userFileManager.d.ts|
|Added|NA|Class name: Album<br>Method or attribute name: addPhotoAssets(assets: Array\<FileAsset>): Promise\<void>;|@ohos.filemanagement.userFileManager.d.ts|
|Added|NA|Module name: ohos.filemanagement.userFileManager<br>Class name: Album<br>Method or attribute name: removePhotoAssets(assets: Array\<FileAsset>, callback: AsyncCallback\<void>): void;|@ohos.filemanagement.userFileManager.d.ts|
|Added|NA|Class name: Album<br>Method or attribute name: removePhotoAssets(assets: Array\<FileAsset>, callback: AsyncCallback\<void>): void;|@ohos.filemanagement.userFileManager.d.ts|
|Added|NA|Module name: ohos.filemanagement.userFileManager<br>Class name: Album<br>Method or attribute name: removePhotoAssets(assets: Array\<FileAsset>): Promise\<void>;|@ohos.filemanagement.userFileManager.d.ts|
|Added|NA|Class name: Album<br>Method or attribute name: removePhotoAssets(assets: Array\<FileAsset>): Promise\<void>;|@ohos.filemanagement.userFileManager.d.ts|
|Added|NA|Module name: ohos.filemanagement.userFileManager<br>Class name: Album<br>Method or attribute name: recoverPhotoAssets(assets: Array\<FileAsset>, callback: AsyncCallback\<void>): void;|@ohos.filemanagement.userFileManager.d.ts|
|Added|NA|Class name: Album<br>Method or attribute name: recoverPhotoAssets(assets: Array\<FileAsset>, callback: AsyncCallback\<void>): void;|@ohos.filemanagement.userFileManager.d.ts|
|Added|NA|Module name: ohos.filemanagement.userFileManager<br>Class name: Album<br>Method or attribute name: recoverPhotoAssets(assets: Array\<FileAsset>): Promise\<void>;|@ohos.filemanagement.userFileManager.d.ts|
|Added|NA|Class name: Album<br>Method or attribute name: recoverPhotoAssets(assets: Array\<FileAsset>): Promise\<void>;|@ohos.filemanagement.userFileManager.d.ts|
|Added|NA|Module name: ohos.filemanagement.userFileManager<br>Class name: Album<br>Method or attribute name: deletePhotoAssets(assets: Array\<FileAsset>, callback: AsyncCallback\<void>): void;|@ohos.filemanagement.userFileManager.d.ts|
|Added|NA|Class name: Album<br>Method or attribute name: deletePhotoAssets(assets: Array\<FileAsset>, callback: AsyncCallback\<void>): void;|@ohos.filemanagement.userFileManager.d.ts|
|Added|NA|Module name: ohos.filemanagement.userFileManager<br>Class name: Album<br>Method or attribute name: deletePhotoAssets(assets: Array\<FileAsset>): Promise\<void>;|@ohos.filemanagement.userFileManager.d.ts|
|Added|NA|Class name: Album<br>Method or attribute name: deletePhotoAssets(assets: Array\<FileAsset>): Promise\<void>;|@ohos.filemanagement.userFileManager.d.ts|
|Added|NA|Module name: ohos.filemanagement.userFileManager<br>Class name: UserFileManager<br>Method or attribute name: createPhotoAsset(displayName: string, createOption: PhotoCreateOptions): Promise\<FileAsset>;|@ohos.filemanagement.userFileManager.d.ts|
|Added|NA|Class name: UserFileManager<br>Method or attribute name: createPhotoAsset(displayName: string, createOption: PhotoCreateOptions): Promise\<FileAsset>;|@ohos.filemanagement.userFileManager.d.ts|
|Added|NA|Module name: ohos.filemanagement.userFileManager<br>Class name: UserFileManager<br>Method or attribute name: createPhotoAsset(displayName: string, createOption: PhotoCreateOptions, callback: AsyncCallback\<FileAsset>): void;|@ohos.filemanagement.userFileManager.d.ts|
|Added|NA|Class name: UserFileManager<br>Method or attribute name: createPhotoAsset(displayName: string, createOption: PhotoCreateOptions, callback: AsyncCallback\<FileAsset>): void;|@ohos.filemanagement.userFileManager.d.ts|
|Added|NA|Module name: ohos.filemanagement.userFileManager<br>Class name: UserFileManager<br>Method or attribute name: createAudioAsset(displayName: string, callback: AsyncCallback\<FileAsset>): void;|@ohos.filemanagement.userFileManager.d.ts|
|Added|NA|Class name: UserFileManager<br>Method or attribute name: createAudioAsset(displayName: string, callback: AsyncCallback\<FileAsset>): void;|@ohos.filemanagement.userFileManager.d.ts|
|Added|NA|Module name: ohos.filemanagement.userFileManager<br>Class name: UserFileManager<br>Method or attribute name: createAudioAsset(displayName: string): Promise\<FileAsset>;|@ohos.filemanagement.userFileManager.d.ts|
|Added|NA|Class name: UserFileManager<br>Method or attribute name: createAudioAsset(displayName: string): Promise\<FileAsset>;|@ohos.filemanagement.userFileManager.d.ts|
|Added|NA|Module name: ohos.filemanagement.userFileManager<br>Class name: UserFileManager<br>Method or attribute name: createAlbum(name: string, callback: AsyncCallback\<Album>): void;|@ohos.filemanagement.userFileManager.d.ts|
|Added|NA|Class name: UserFileManager<br>Method or attribute name: createAlbum(name: string, callback: AsyncCallback\<Album>): void;|@ohos.filemanagement.userFileManager.d.ts|
|Added|NA|Module name: ohos.filemanagement.userFileManager<br>Class name: UserFileManager<br>Method or attribute name: createAlbum(name: string): Promise\<Album>;|@ohos.filemanagement.userFileManager.d.ts|
|Added|NA|Class name: UserFileManager<br>Method or attribute name: createAlbum(name: string): Promise\<Album>;|@ohos.filemanagement.userFileManager.d.ts|
|Added|NA|Module name: ohos.filemanagement.userFileManager<br>Class name: UserFileManager<br>Method or attribute name: deleteAlbums(albums: Array\<Album>, callback: AsyncCallback\<void>): void;|@ohos.filemanagement.userFileManager.d.ts|
|Added|NA|Class name: UserFileManager<br>Method or attribute name: deleteAlbums(albums: Array\<Album>, callback: AsyncCallback\<void>): void;|@ohos.filemanagement.userFileManager.d.ts|
|Added|NA|Module name: ohos.filemanagement.userFileManager<br>Class name: UserFileManager<br>Method or attribute name: deleteAlbums(albums: Array\<Album>): Promise\<void>;|@ohos.filemanagement.userFileManager.d.ts|
|Added|NA|Class name: UserFileManager<br>Method or attribute name: deleteAlbums(albums: Array\<Album>): Promise\<void>;|@ohos.filemanagement.userFileManager.d.ts|
|Added|NA|Module name: ohos.filemanagement.userFileManager<br>Class name: UserFileManager<br>Method or attribute name: getAlbums(<br> type: AlbumType,<br> subType: AlbumSubType,<br> options: FetchOptions,<br> callback: AsyncCallback\<FetchResult\<Album>><br> ): void;|@ohos.filemanagement.userFileManager.d.ts|
|Added|NA|Class name: UserFileManager<br>Method or attribute name: getAlbums(<br> type: AlbumType,<br> subType: AlbumSubType,<br> options: FetchOptions,<br> callback: AsyncCallback\<FetchResult\<Album>><br> ): void;|@ohos.filemanagement.userFileManager.d.ts|
|Added|NA|Module name: ohos.filemanagement.userFileManager<br>Class name: UserFileManager<br>Method or attribute name: getAlbums(type: AlbumType, subType: AlbumSubType, callback: AsyncCallback\<FetchResult\<Album>>): void;|@ohos.filemanagement.userFileManager.d.ts|
|Added|NA|Class name: UserFileManager<br>Method or attribute name: getAlbums(type: AlbumType, subType: AlbumSubType, callback: AsyncCallback\<FetchResult\<Album>>): void;|@ohos.filemanagement.userFileManager.d.ts|
|Added|NA|Module name: ohos.filemanagement.userFileManager<br>Class name: UserFileManager<br>Method or attribute name: getAlbums(type: AlbumType, subType: AlbumSubType, options?: FetchOptions): Promise\<FetchResult\<Album>>;|@ohos.filemanagement.userFileManager.d.ts|
|Added|NA|Class name: UserFileManager<br>Method or attribute name: getAlbums(type: AlbumType, subType: AlbumSubType, options?: FetchOptions): Promise\<FetchResult\<Album>>;|@ohos.filemanagement.userFileManager.d.ts|
|Added|NA|Module name: ohos.filemanagement.userFileManager<br>Class name: UserFileManager<br>Method or attribute name: on(uri: string, forSubUri: boolean, callback: Callback\<ChangeData>): void;|@ohos.filemanagement.userFileManager.d.ts|
|Added|NA|Class name: UserFileManager<br>Method or attribute name: on(uri: string, forSubUri: boolean, callback: Callback\<ChangeData>): void;|@ohos.filemanagement.userFileManager.d.ts|
|Added|NA|Module name: ohos.filemanagement.userFileManager<br>Class name: UserFileManager<br>Method or attribute name: off(uri: string, callback?: Callback\<ChangeData>): void;|@ohos.filemanagement.userFileManager.d.ts|
|Added|NA|Class name: UserFileManager<br>Method or attribute name: off(uri: string, callback?: Callback\<ChangeData>): void;|@ohos.filemanagement.userFileManager.d.ts|
|Added|NA|Module name: ohos.filemanagement.userFileManager<br>Class name: NotifyType|@ohos.filemanagement.userFileManager.d.ts|
|Added|NA|Module name: ohos.filemanagement.userFileManager<br>Class name: NotifyType<br>Method or attribute name: NOTIFY_ADD|@ohos.filemanagement.userFileManager.d.ts|
|Added|NA|Module name: ohos.filemanagement.userFileManager<br>Class name: NotifyType<br>Method or attribute name: NOTIFY_UPDATE|@ohos.filemanagement.userFileManager.d.ts|
|Added|NA|Module name: ohos.filemanagement.userFileManager<br>Class name: NotifyType<br>Method or attribute name: NOTIFY_REMOVE|@ohos.filemanagement.userFileManager.d.ts|
|Added|NA|Module name: ohos.filemanagement.userFileManager<br>Class name: NotifyType<br>Method or attribute name: NOTIFY_ALBUM_ADD_ASSET|@ohos.filemanagement.userFileManager.d.ts|
|Added|NA|Module name: ohos.filemanagement.userFileManager<br>Class name: NotifyType<br>Method or attribute name: NOTIFY_ALBUM_REMOVE_ASSET|@ohos.filemanagement.userFileManager.d.ts|
|Added|NA|Module name: ohos.filemanagement.userFileManager<br>Class name: DefaultChangeUri|@ohos.filemanagement.userFileManager.d.ts|
|Added|NA|Module name: ohos.filemanagement.userFileManager<br>Class name: DefaultChangeUri<br>Method or attribute name: DEFAULT_PHOTO_URI|@ohos.filemanagement.userFileManager.d.ts|
|Added|NA|Module name: ohos.filemanagement.userFileManager<br>Class name: DefaultChangeUri<br>Method or attribute name: DEFAULT_ALBUM_URI|@ohos.filemanagement.userFileManager.d.ts|
|Added|NA|Module name: ohos.filemanagement.userFileManager<br>Class name: DefaultChangeUri<br>Method or attribute name: DEFAULT_AUDIO_URI|@ohos.filemanagement.userFileManager.d.ts|
|Added|NA|Module name: ohos.filemanagement.userFileManager<br>Class name: ChangeData|@ohos.filemanagement.userFileManager.d.ts|
|Added|NA|Module name: ohos.filemanagement.userFileManager<br>Class name: ChangeData<br>Method or attribute name: type: NotifyType;|@ohos.filemanagement.userFileManager.d.ts|
|Added|NA|Module name: ohos.filemanagement.userFileManager<br>Class name: ChangeData<br>Method or attribute name: uris: Array\<string>;|@ohos.filemanagement.userFileManager.d.ts|
|Added|NA|Module name: ohos.filemanagement.userFileManager<br>Class name: ChangeData<br>Method or attribute name: subUris: Array\<string>;|@ohos.filemanagement.userFileManager.d.ts|
|Model changed|Class name: FileAccessHelper<br>Model: @StageModelOnly|Class name: FileAccessHelper<br>Model: N/A|@ohos.file.fileAccess.d.ts|
|Model changed|Class name: FileAccessHelper<br>Method or attribute name: getRoots(): Promise\<RootIterator>;<br>Model: @StageModelOnly|Class name: FileAccessHelper<br>Method or attribute name: getRoots(): Promise\<RootIterator>;<br>Model: N/A|@ohos.file.fileAccess.d.ts|
|Permission added|Class name: FileInfo<br>Method or attribute name: uri: string;<br>Permission: N/A|Class name: FileInfo<br>Method or attribute name: uri: string;<br>Permission: ohos.permission.FILE_ACCESS_MANAGER|@ohos.file.fileAccess.d.ts|
|Permission added|Class name: FileInfo<br>Method or attribute name: fileName: string;<br>Permission: N/A|Class name: FileInfo<br>Method or attribute name: fileName: string;<br>Permission: ohos.permission.FILE_ACCESS_MANAGER|@ohos.file.fileAccess.d.ts|
|Permission added|Class name: FileInfo<br>Method or attribute name: mode: number;<br>Permission: N/A|Class name: FileInfo<br>Method or attribute name: mode: number;<br>Permission: ohos.permission.FILE_ACCESS_MANAGER|@ohos.file.fileAccess.d.ts|
|Permission added|Class name: FileInfo<br>Method or attribute name: size: number;<br>Permission: N/A|Class name: FileInfo<br>Method or attribute name: size: number;<br>Permission: ohos.permission.FILE_ACCESS_MANAGER|@ohos.file.fileAccess.d.ts|
|Permission added|Class name: FileInfo<br>Method or attribute name: mtime: number;<br>Permission: N/A|Class name: FileInfo<br>Method or attribute name: mtime: number;<br>Permission: ohos.permission.FILE_ACCESS_MANAGER|@ohos.file.fileAccess.d.ts|
|Permission added|Class name: FileInfo<br>Method or attribute name: mimeType: string;<br>Permission: N/A|Class name: FileInfo<br>Method or attribute name: mimeType: string;<br>Permission: ohos.permission.FILE_ACCESS_MANAGER|@ohos.file.fileAccess.d.ts|
|Permission added|Class name: RootInfo<br>Method or attribute name: deviceType: number;<br>Permission: N/A|Class name: RootInfo<br>Method or attribute name: deviceType: number;<br>Permission: ohos.permission.FILE_ACCESS_MANAGER|@ohos.file.fileAccess.d.ts|
|Permission added|Class name: RootInfo<br>Method or attribute name: uri: string;<br>Permission: N/A|Class name: RootInfo<br>Method or attribute name: uri: string;<br>Permission: ohos.permission.FILE_ACCESS_MANAGER|@ohos.file.fileAccess.d.ts|
|Permission added|Class name: RootInfo<br>Method or attribute name: displayName: string;<br>Permission: N/A|Class name: RootInfo<br>Method or attribute name: displayName: string;<br>Permission: ohos.permission.FILE_ACCESS_MANAGER|@ohos.file.fileAccess.d.ts|
|Permission added|Class name: RootInfo<br>Method or attribute name: deviceFlags: number;<br>Permission: N/A|Class name: RootInfo<br>Method or attribute name: deviceFlags: number;<br>Permission: ohos.permission.FILE_ACCESS_MANAGER|@ohos.file.fileAccess.d.ts|
|Function changed|Class name: fileIo<br>Method or attribute name: function closeSync(fd: number \| File): void;<br>|Class name: fileIo<br>Method or attribute name: function closeSync(file: number \| File): void;<br>|@ohos.file.fs.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|Class name: TimeZone<br>Method or attribute name: static getTimezonesByLocation(longitude: number, latitude: number): Array\<TimeZone>;|@ohos.i18n.d.ts|
|Added|NA|Module name: ohos.i18n<br>Class name: NormalizerMode|@ohos.i18n.d.ts|
|Added|NA|Module name: ohos.i18n<br>Class name: NormalizerMode<br>Method or attribute name: NFC = 1|@ohos.i18n.d.ts|
|Added|NA|Module name: ohos.i18n<br>Class name: NormalizerMode<br>Method or attribute name: NFD = 2|@ohos.i18n.d.ts|
|Added|NA|Module name: ohos.i18n<br>Class name: NormalizerMode<br>Method or attribute name: NFKC = 3|@ohos.i18n.d.ts|
|Added|NA|Module name: ohos.i18n<br>Class name: NormalizerMode<br>Method or attribute name: NFKD = 4|@ohos.i18n.d.ts|
|Added|NA|Module name: ohos.i18n<br>Class name: Normalizer|@ohos.i18n.d.ts|
|Added|NA|Module name: ohos.i18n<br>Class name: Normalizer<br>Method or attribute name: static getInstance(mode: NormalizerMode): Normalizer;|@ohos.i18n.d.ts|
|Added|NA|Module name: ohos.i18n<br>Class name: Normalizer<br>Method or attribute name: normalize(text: string): string;|@ohos.i18n.d.ts|
|Added|NA|Class name: ResourceManager<br>Method or attribute name: getStringSync(resId: number, ...args: Array\<string \| number>): string;|@ohos.resourceManager.d.ts|
|Added|NA|Class name: ResourceManager<br>Method or attribute name: getStringSync(resource: Resource, ...args: Array\<string \| number>): string;|@ohos.resourceManager.d.ts|
|Added|NA|Class name: ResourceManager<br>Method or attribute name: getStringByNameSync(resName: string, ...args: Array\<string \| number>): string;|@ohos.resourceManager.d.ts|
|Added|NA|Class name: ResourceManager<br>Method or attribute name: getDrawableDescriptor(resId: number, density?: number): DrawableDescriptor;|@ohos.resourceManager.d.ts|
|Added|NA|Class name: ResourceManager<br>Method or attribute name: getDrawableDescriptorByName(resName: string, density?: number): DrawableDescriptor;|@ohos.resourceManager.d.ts|
|Added|NA|Class name: ResourceManager<br>Method or attribute name: getDrawableDescriptor(resource: Resource, density?: number): DrawableDescriptor;|@ohos.resourceManager.d.ts|
|Added|NA|Class name: ResourceManager<br>Method or attribute name: getRawFileList(path: string, callback: _AsyncCallback\<Array\<string>>): void;|@ohos.resourceManager.d.ts|
|Added|NA|Class name: ResourceManager<br>Method or attribute name: getRawFileList(path: string): Promise\<Array\<string>>;|@ohos.resourceManager.d.ts|
|Initial version changed|Class name: System<br>Initial version: 9|Class name: System<br>Initial version: 10|@ohos.i18n.d.ts|
|Initial version changed|Class name: System<br>Method or attribute name: static getDisplayCountry(country: string, locale: string, sentenceCase?: boolean): string;<br>Initial version: 9|Class name: System<br>Method or attribute name: static getDisplayCountry(country: string, locale: string, sentenceCase?: boolean): string;<br>Initial version: 10|@ohos.i18n.d.ts|
|Initial version changed|Class name: System<br>Method or attribute name: static getDisplayLanguage(language: string, locale: string, sentenceCase?: boolean): string;<br>Initial version: 9|Class name: System<br>Method or attribute name: static getDisplayLanguage(language: string, locale: string, sentenceCase?: boolean): string;<br>Initial version: 10|@ohos.i18n.d.ts|
|Initial version changed|Class name: System<br>Method or attribute name: static getSystemLanguage(): string;<br>Initial version: 9|Class name: System<br>Method or attribute name: static getSystemLanguage(): string;<br>Initial version: 10|@ohos.i18n.d.ts|
|Initial version changed|Class name: System<br>Method or attribute name: static setSystemLanguage(language: string): void;<br>Initial version: N/A|Class name: System<br>Method or attribute name: static setSystemLanguage(language: string): void;<br>Initial version: 9|@ohos.i18n.d.ts|
|Initial version changed|Class name: System<br>Method or attribute name: static getSystemRegion(): string;<br>Initial version: 9|Class name: System<br>Method or attribute name: static getSystemRegion(): string;<br>Initial version: 10|@ohos.i18n.d.ts|
|Initial version changed|Class name: System<br>Method or attribute name: static getSystemLocale(): string;<br>Initial version: 9|Class name: System<br>Method or attribute name: static getSystemLocale(): string;<br>Initial version: 10|@ohos.i18n.d.ts|
|Initial version changed|Class name: System<br>Method or attribute name: static is24HourClock(): boolean;<br>Initial version: 9|Class name: System<br>Method or attribute name: static is24HourClock(): boolean;<br>Initial version: 10|@ohos.i18n.d.ts|
|Initial version changed|Class name: I18NUtil<br>Initial version: 9|Class name: I18NUtil<br>Initial version: 10|@ohos.i18n.d.ts|
|Initial version changed|Class name: I18NUtil<br>Method or attribute name: static getDateOrder(locale: string): string;<br>Initial version: 9|Class name: I18NUtil<br>Method or attribute name: static getDateOrder(locale: string): string;<br>Initial version: 10|@ohos.i18n.d.ts|
|Initial version changed|Class name: i18n<br>Method or attribute name: function getCalendar(locale: string, type?: string): Calendar;<br>Initial version: 8|Class name: i18n<br>Method or attribute name: function getCalendar(locale: string, type?: string): Calendar;<br>Initial version: 10|@ohos.i18n.d.ts|
|Initial version changed|Class name: Calendar<br>Method or attribute name: setTime(date: Date): void;<br>Initial version: 8|Class name: Calendar<br>Method or attribute name: setTime(date: Date): void;<br>Initial version: 10|@ohos.i18n.d.ts|
|Initial version changed|Class name: Calendar<br>Method or attribute name: setTime(time: number): void;<br>Initial version: 8|Class name: Calendar<br>Method or attribute name: setTime(time: number): void;<br>Initial version: 10|@ohos.i18n.d.ts|
|Initial version changed|Class name: Calendar<br>Method or attribute name: setTimeZone(timezone: string): void;<br>Initial version: 8|Class name: Calendar<br>Method or attribute name: setTimeZone(timezone: string): void;<br>Initial version: 10|@ohos.i18n.d.ts|
|Initial version changed|Class name: Calendar<br>Method or attribute name: getTimeZone(): string;<br>Initial version: 8|Class name: Calendar<br>Method or attribute name: getTimeZone(): string;<br>Initial version: 10|@ohos.i18n.d.ts|
|Initial version changed|Class name: Calendar<br>Method or attribute name: getFirstDayOfWeek(): number;<br>Initial version: 8|Class name: Calendar<br>Method or attribute name: getFirstDayOfWeek(): number;<br>Initial version: 10|@ohos.i18n.d.ts|
|Initial version changed|Class name: Calendar<br>Method or attribute name: setFirstDayOfWeek(value: number): void;<br>Initial version: 8|Class name: Calendar<br>Method or attribute name: setFirstDayOfWeek(value: number): void;<br>Initial version: 10|@ohos.i18n.d.ts|
|Initial version changed|Class name: Calendar<br>Method or attribute name: getMinimalDaysInFirstWeek(): number;<br>Initial version: 8|Class name: Calendar<br>Method or attribute name: getMinimalDaysInFirstWeek(): number;<br>Initial version: 10|@ohos.i18n.d.ts|
|Initial version changed|Class name: Calendar<br>Method or attribute name: setMinimalDaysInFirstWeek(value: number): void;<br>Initial version: 8|Class name: Calendar<br>Method or attribute name: setMinimalDaysInFirstWeek(value: number): void;<br>Initial version: 10|@ohos.i18n.d.ts|
|Initial version changed|Class name: Calendar<br>Method or attribute name: get(field: string): number;<br>Initial version: 8|Class name: Calendar<br>Method or attribute name: get(field: string): number;<br>Initial version: 10|@ohos.i18n.d.ts|
|Initial version changed|Class name: Calendar<br>Method or attribute name: isWeekend(date?: Date): boolean;<br>Initial version: 8|Class name: Calendar<br>Method or attribute name: isWeekend(date?: Date): boolean;<br>Initial version: 10|@ohos.i18n.d.ts|
|Initial version changed|Class name: i18n<br>Method or attribute name: function isRTL(locale: string): boolean;<br>Initial version: 7|Class name: i18n<br>Method or attribute name: function isRTL(locale: string): boolean;<br>Initial version: 10|@ohos.i18n.d.ts|
|Initial version changed|Class name: Unicode<br>Initial version: 9|Class name: Unicode<br>Initial version: 10|@ohos.i18n.d.ts|
|Initial version changed|Class name: Unicode<br>Method or attribute name: static isDigit(char: string): boolean;<br>Initial version: 9|Class name: Unicode<br>Method or attribute name: static isDigit(char: string): boolean;<br>Initial version: 10|@ohos.i18n.d.ts|
|Initial version changed|Class name: Unicode<br>Method or attribute name: static isSpaceChar(char: string): boolean;<br>Initial version: 9|Class name: Unicode<br>Method or attribute name: static isSpaceChar(char: string): boolean;<br>Initial version: 10|@ohos.i18n.d.ts|
|Initial version changed|Class name: Unicode<br>Method or attribute name: static isWhitespace(char: string): boolean;<br>Initial version: 9|Class name: Unicode<br>Method or attribute name: static isWhitespace(char: string): boolean;<br>Initial version: 10|@ohos.i18n.d.ts|
|Initial version changed|Class name: Unicode<br>Method or attribute name: static isRTL(char: string): boolean;<br>Initial version: 9|Class name: Unicode<br>Method or attribute name: static isRTL(char: string): boolean;<br>Initial version: 10|@ohos.i18n.d.ts|
|Initial version changed|Class name: Unicode<br>Method or attribute name: static isIdeograph(char: string): boolean;<br>Initial version: 9|Class name: Unicode<br>Method or attribute name: static isIdeograph(char: string): boolean;<br>Initial version: 10|@ohos.i18n.d.ts|
|Initial version changed|Class name: Unicode<br>Method or attribute name: static isLetter(char: string): boolean;<br>Initial version: 9|Class name: Unicode<br>Method or attribute name: static isLetter(char: string): boolean;<br>Initial version: 10|@ohos.i18n.d.ts|
|Initial version changed|Class name: Unicode<br>Method or attribute name: static isLowerCase(char: string): boolean;<br>Initial version: 9|Class name: Unicode<br>Method or attribute name: static isLowerCase(char: string): boolean;<br>Initial version: 10|@ohos.i18n.d.ts|
|Initial version changed|Class name: Unicode<br>Method or attribute name: static isUpperCase(char: string): boolean;<br>Initial version: 9|Class name: Unicode<br>Method or attribute name: static isUpperCase(char: string): boolean;<br>Initial version: 10|@ohos.i18n.d.ts|
|Initial version changed|Class name: Unicode<br>Method or attribute name: static getType(char: string): string;<br>Initial version: 9|Class name: Unicode<br>Method or attribute name: static getType(char: string): string;<br>Initial version: 10|@ohos.i18n.d.ts|
|Initial version changed|Class name: i18n<br>Method or attribute name: function getTimeZone(zoneID?: string): TimeZone;<br>Initial version: 7|Class name: i18n<br>Method or attribute name: function getTimeZone(zoneID?: string): TimeZone;<br>Initial version: 10|@ohos.i18n.d.ts|
|Initial version changed|Class name: TimeZone<br>Initial version: 7|Class name: TimeZone<br>Initial version: 10|@ohos.i18n.d.ts|
|Initial version changed|Class name: TimeZone<br>Method or attribute name: getID(): string;<br>Initial version: 7|Class name: TimeZone<br>Method or attribute name: getID(): string;<br>Initial version: 10|@ohos.i18n.d.ts|
|Initial version changed|Class name: TimeZone<br>Method or attribute name: getRawOffset(): number;<br>Initial version: 7|Class name: TimeZone<br>Method or attribute name: getRawOffset(): number;<br>Initial version: 10|@ohos.i18n.d.ts|
|Initial version changed|Class name: TimeZone<br>Method or attribute name: getOffset(date?: number): number;<br>Initial version: 7|Class name: TimeZone<br>Method or attribute name: getOffset(date?: number): number;<br>Initial version: 10|@ohos.i18n.d.ts|
|Initial version changed|Class name: TimeZone<br>Method or attribute name: static getAvailableIDs(): Array\<string>;<br>Initial version: 9|Class name: TimeZone<br>Method or attribute name: static getAvailableIDs(): Array\<string>;<br>Initial version: 10|@ohos.i18n.d.ts|
|Initial version changed|Class name: intl<br>Initial version: 6|Class name: intl<br>Initial version: 10|@ohos.intl.d.ts|
|Initial version changed|Class name: LocaleOptions<br>Initial version: 6|Class name: LocaleOptions<br>Initial version: 10|@ohos.intl.d.ts|
|Initial version changed|Class name: Locale<br>Initial version: 6|Class name: Locale<br>Initial version: 10|@ohos.intl.d.ts|
|Initial version changed|Class name: Locale<br>Method or attribute name: constructor();<br>Initial version: 8|Class name: Locale<br>Method or attribute name: constructor();<br>Initial version: 10|@ohos.intl.d.ts|
|Initial version changed|Class name: Locale<br>Method or attribute name: constructor(locale: string, options?: LocaleOptions);<br>Initial version: 6|Class name: Locale<br>Method or attribute name: constructor(locale: string, options?: LocaleOptions);<br>Initial version: 10|@ohos.intl.d.ts|
|Initial version changed|Class name: Locale<br>Method or attribute name: toString(): string;<br>Initial version: 6|Class name: Locale<br>Method or attribute name: toString(): string;<br>Initial version: 10|@ohos.intl.d.ts|
|Initial version changed|Class name: Locale<br>Method or attribute name: maximize(): Locale;<br>Initial version: 6|Class name: Locale<br>Method or attribute name: maximize(): Locale;<br>Initial version: 10|@ohos.intl.d.ts|
|Initial version changed|Class name: Locale<br>Method or attribute name: minimize(): Locale;<br>Initial version: 6|Class name: Locale<br>Method or attribute name: minimize(): Locale;<br>Initial version: 10|@ohos.intl.d.ts|
|Initial version changed|Class name: DateTimeOptions<br>Initial version: 6|Class name: DateTimeOptions<br>Initial version: 10|@ohos.intl.d.ts|
|Initial version changed|Class name: DateTimeFormat<br>Initial version: 6|Class name: DateTimeFormat<br>Initial version: 10|@ohos.intl.d.ts|
|Initial version changed|Class name: DateTimeFormat<br>Method or attribute name: constructor();<br>Initial version: 8|Class name: DateTimeFormat<br>Method or attribute name: constructor();<br>Initial version: 10|@ohos.intl.d.ts|
|Initial version changed|Class name: DateTimeFormat<br>Method or attribute name: constructor(locale: string \| Array\<string>, options?: DateTimeOptions);<br>Initial version: 6|Class name: DateTimeFormat<br>Method or attribute name: constructor(locale: string \| Array\<string>, options?: DateTimeOptions);<br>Initial version: 10|@ohos.intl.d.ts|
|Initial version changed|Class name: DateTimeFormat<br>Method or attribute name: format(date: Date): string;<br>Initial version: 6|Class name: DateTimeFormat<br>Method or attribute name: format(date: Date): string;<br>Initial version: 10|@ohos.intl.d.ts|
|Initial version changed|Class name: DateTimeFormat<br>Method or attribute name: formatRange(startDate: Date, endDate: Date): string;<br>Initial version: 6|Class name: DateTimeFormat<br>Method or attribute name: formatRange(startDate: Date, endDate: Date): string;<br>Initial version: 10|@ohos.intl.d.ts|
|Initial version changed|Class name: DateTimeFormat<br>Method or attribute name: resolvedOptions(): DateTimeOptions;<br>Initial version: 6|Class name: DateTimeFormat<br>Method or attribute name: resolvedOptions(): DateTimeOptions;<br>Initial version: 10|@ohos.intl.d.ts|
|Initial version changed|Class name: NumberOptions<br>Initial version: 6|Class name: NumberOptions<br>Initial version: 10|@ohos.intl.d.ts|
|Initial version changed|Class name: NumberFormat<br>Initial version: 6|Class name: NumberFormat<br>Initial version: 10|@ohos.intl.d.ts|
|Initial version changed|Class name: NumberFormat<br>Method or attribute name: constructor();<br>Initial version: 8|Class name: NumberFormat<br>Method or attribute name: constructor();<br>Initial version: 10|@ohos.intl.d.ts|
|Initial version changed|Class name: NumberFormat<br>Method or attribute name: constructor(locale: string \| Array\<string>, options?: NumberOptions);<br>Initial version: 6|Class name: NumberFormat<br>Method or attribute name: constructor(locale: string \| Array\<string>, options?: NumberOptions);<br>Initial version: 10|@ohos.intl.d.ts|
|Initial version changed|Class name: NumberFormat<br>Method or attribute name: format(number: number): string;<br>Initial version: 6|Class name: NumberFormat<br>Method or attribute name: format(number: number): string;<br>Initial version: 10|@ohos.intl.d.ts|
|Initial version changed|Class name: NumberFormat<br>Method or attribute name: resolvedOptions(): NumberOptions;<br>Initial version: 6|Class name: NumberFormat<br>Method or attribute name: resolvedOptions(): NumberOptions;<br>Initial version: 10|@ohos.intl.d.ts|
|Initial version changed|Class name: CollatorOptions<br>Initial version: 8|Class name: CollatorOptions<br>Initial version: 10|@ohos.intl.d.ts|
|Initial version changed|Class name: Collator<br>Initial version: 8|Class name: Collator<br>Initial version: 10|@ohos.intl.d.ts|
|Initial version changed|Class name: Collator<br>Method or attribute name: constructor();<br>Initial version: 8|Class name: Collator<br>Method or attribute name: constructor();<br>Initial version: 10|@ohos.intl.d.ts|
|Initial version changed|Class name: Collator<br>Method or attribute name: constructor(locale: string \| Array\<string>, options?: CollatorOptions);<br>Initial version: 8|Class name: Collator<br>Method or attribute name: constructor(locale: string \| Array\<string>, options?: CollatorOptions);<br>Initial version: 10|@ohos.intl.d.ts|
|Initial version changed|Class name: Collator<br>Method or attribute name: compare(first: string, second: string): number;<br>Initial version: 8|Class name: Collator<br>Method or attribute name: compare(first: string, second: string): number;<br>Initial version: 10|@ohos.intl.d.ts|
|Initial version changed|Class name: Collator<br>Method or attribute name: resolvedOptions(): CollatorOptions;<br>Initial version: 8|Class name: Collator<br>Method or attribute name: resolvedOptions(): CollatorOptions;<br>Initial version: 10|@ohos.intl.d.ts|
|Initial version changed|Class name: PluralRulesOptions<br>Initial version: 8|Class name: PluralRulesOptions<br>Initial version: 10|@ohos.intl.d.ts|
|Initial version changed|Class name: PluralRules<br>Initial version: 8|Class name: PluralRules<br>Initial version: 10|@ohos.intl.d.ts|
|Initial version changed|Class name: PluralRules<br>Method or attribute name: constructor();<br>Initial version: 8|Class name: PluralRules<br>Method or attribute name: constructor();<br>Initial version: 10|@ohos.intl.d.ts|
|Initial version changed|Class name: PluralRules<br>Method or attribute name: constructor(locale: string \| Array\<string>, options?: PluralRulesOptions);<br>Initial version: 8|Class name: PluralRules<br>Method or attribute name: constructor(locale: string \| Array\<string>, options?: PluralRulesOptions);<br>Initial version: 10|@ohos.intl.d.ts|
|Initial version changed|Class name: PluralRules<br>Method or attribute name: select(n: number): string;<br>Initial version: 8|Class name: PluralRules<br>Method or attribute name: select(n: number): string;<br>Initial version: 10|@ohos.intl.d.ts|
|Initial version changed|Class name: RelativeTimeFormatInputOptions<br>Initial version: 8|Class name: RelativeTimeFormatInputOptions<br>Initial version: 10|@ohos.intl.d.ts|
|Initial version changed|Class name: RelativeTimeFormatResolvedOptions<br>Initial version: 8|Class name: RelativeTimeFormatResolvedOptions<br>Initial version: 10|@ohos.intl.d.ts|
|Initial version changed|Class name: RelativeTimeFormatResolvedOptions<br>Method or attribute name: locale: string;<br>Initial version: 8|Class name: RelativeTimeFormatResolvedOptions<br>Method or attribute name: locale: string;<br>Initial version: 10|@ohos.intl.d.ts|
|Initial version changed|Class name: RelativeTimeFormatResolvedOptions<br>Method or attribute name: style: string;<br>Initial version: 8|Class name: RelativeTimeFormatResolvedOptions<br>Method or attribute name: style: string;<br>Initial version: 10|@ohos.intl.d.ts|
|Initial version changed|Class name: RelativeTimeFormatResolvedOptions<br>Method or attribute name: numeric: string;<br>Initial version: 8|Class name: RelativeTimeFormatResolvedOptions<br>Method or attribute name: numeric: string;<br>Initial version: 10|@ohos.intl.d.ts|
|Initial version changed|Class name: RelativeTimeFormatResolvedOptions<br>Method or attribute name: numberingSystem: string;<br>Initial version: 8|Class name: RelativeTimeFormatResolvedOptions<br>Method or attribute name: numberingSystem: string;<br>Initial version: 10|@ohos.intl.d.ts|
|Initial version changed|Class name: RelativeTimeFormat<br>Initial version: 8|Class name: RelativeTimeFormat<br>Initial version: 10|@ohos.intl.d.ts|
|Initial version changed|Class name: RelativeTimeFormat<br>Method or attribute name: constructor();<br>Initial version: 8|Class name: RelativeTimeFormat<br>Method or attribute name: constructor();<br>Initial version: 10|@ohos.intl.d.ts|
|Initial version changed|Class name: RelativeTimeFormat<br>Method or attribute name: constructor(locale: string \| Array\<string>, options?: RelativeTimeFormatInputOptions);<br>Initial version: 8|Class name: RelativeTimeFormat<br>Method or attribute name: constructor(locale: string \| Array\<string>, options?: RelativeTimeFormatInputOptions);<br>Initial version: 10|@ohos.intl.d.ts|
|Initial version changed|Class name: RelativeTimeFormat<br>Method or attribute name: format(value: number, unit: string): string;<br>Initial version: 8|Class name: RelativeTimeFormat<br>Method or attribute name: format(value: number, unit: string): string;<br>Initial version: 10|@ohos.intl.d.ts|
|Initial version changed|Class name: RelativeTimeFormat<br>Method or attribute name: formatToParts(value: number, unit: string): Array\<object>;<br>Initial version: 8|Class name: RelativeTimeFormat<br>Method or attribute name: formatToParts(value: number, unit: string): Array\<object>;<br>Initial version: 10|@ohos.intl.d.ts|
|Initial version changed|Class name: RelativeTimeFormat<br>Method or attribute name: resolvedOptions(): RelativeTimeFormatResolvedOptions;<br>Initial version: 8|Class name: RelativeTimeFormat<br>Method or attribute name: resolvedOptions(): RelativeTimeFormatResolvedOptions;<br>Initial version: 10|@ohos.intl.d.ts|
|Initial version changed|Class name: resourceManager<br>Initial version: 6|Class name: resourceManager<br>Initial version: 10|@ohos.resourceManager.d.ts|
|Initial version changed|Class name: Direction<br>Initial version: 6|Class name: Direction<br>Initial version: 10|@ohos.resourceManager.d.ts|
|Initial version changed|Class name: Direction<br>Method or attribute name: DIRECTION_VERTICAL = 0<br>Initial version: 6|Class name: Direction<br>Method or attribute name: DIRECTION_VERTICAL = 0<br>Initial version: 10|@ohos.resourceManager.d.ts|
|Initial version changed|Class name: Direction<br>Method or attribute name: DIRECTION_HORIZONTAL = 1<br>Initial version: 6|Class name: Direction<br>Method or attribute name: DIRECTION_HORIZONTAL = 1<br>Initial version: 10|@ohos.resourceManager.d.ts|
|Initial version changed|Class name: DeviceType<br>Initial version: 6|Class name: DeviceType<br>Initial version: 10|@ohos.resourceManager.d.ts|
|Initial version changed|Class name: DeviceType<br>Method or attribute name: DEVICE_TYPE_PHONE = 0x00<br>Initial version: 6|Class name: DeviceType<br>Method or attribute name: DEVICE_TYPE_PHONE = 0x00<br>Initial version: 10|@ohos.resourceManager.d.ts|
|Initial version changed|Class name: DeviceType<br>Method or attribute name: DEVICE_TYPE_TABLET = 0x01<br>Initial version: 6|Class name: DeviceType<br>Method or attribute name: DEVICE_TYPE_TABLET = 0x01<br>Initial version: 10|@ohos.resourceManager.d.ts|
|Initial version changed|Class name: DeviceType<br>Method or attribute name: DEVICE_TYPE_CAR = 0x02<br>Initial version: 6|Class name: DeviceType<br>Method or attribute name: DEVICE_TYPE_CAR = 0x02<br>Initial version: 10|@ohos.resourceManager.d.ts|
|Initial version changed|Class name: DeviceType<br>Method or attribute name: DEVICE_TYPE_PC = 0x03<br>Initial version: 6|Class name: DeviceType<br>Method or attribute name: DEVICE_TYPE_PC = 0x03<br>Initial version: 10|@ohos.resourceManager.d.ts|
|Initial version changed|Class name: DeviceType<br>Method or attribute name: DEVICE_TYPE_TV = 0x04<br>Initial version: 6|Class name: DeviceType<br>Method or attribute name: DEVICE_TYPE_TV = 0x04<br>Initial version: 10|@ohos.resourceManager.d.ts|
|Initial version changed|Class name: DeviceType<br>Method or attribute name: DEVICE_TYPE_WEARABLE = 0x06<br>Initial version: 6|Class name: DeviceType<br>Method or attribute name: DEVICE_TYPE_WEARABLE = 0x06<br>Initial version: 10|@ohos.resourceManager.d.ts|
|Initial version changed|Class name: ScreenDensity<br>Initial version: 6|Class name: ScreenDensity<br>Initial version: 10|@ohos.resourceManager.d.ts|
|Initial version changed|Class name: ScreenDensity<br>Method or attribute name: SCREEN_SDPI = 120<br>Initial version: 6|Class name: ScreenDensity<br>Method or attribute name: SCREEN_SDPI = 120<br>Initial version: 10|@ohos.resourceManager.d.ts|
|Initial version changed|Class name: ScreenDensity<br>Method or attribute name: SCREEN_MDPI = 160<br>Initial version: 6|Class name: ScreenDensity<br>Method or attribute name: SCREEN_MDPI = 160<br>Initial version: 10|@ohos.resourceManager.d.ts|
|Initial version changed|Class name: ScreenDensity<br>Method or attribute name: SCREEN_LDPI = 240<br>Initial version: 6|Class name: ScreenDensity<br>Method or attribute name: SCREEN_LDPI = 240<br>Initial version: 10|@ohos.resourceManager.d.ts|
|Initial version changed|Class name: ScreenDensity<br>Method or attribute name: SCREEN_XLDPI = 320<br>Initial version: 6|Class name: ScreenDensity<br>Method or attribute name: SCREEN_XLDPI = 320<br>Initial version: 10|@ohos.resourceManager.d.ts|
|Initial version changed|Class name: ScreenDensity<br>Method or attribute name: SCREEN_XXLDPI = 480<br>Initial version: 6|Class name: ScreenDensity<br>Method or attribute name: SCREEN_XXLDPI = 480<br>Initial version: 10|@ohos.resourceManager.d.ts|
|Initial version changed|Class name: ScreenDensity<br>Method or attribute name: SCREEN_XXXLDPI = 640<br>Initial version: 6|Class name: ScreenDensity<br>Method or attribute name: SCREEN_XXXLDPI = 640<br>Initial version: 10|@ohos.resourceManager.d.ts|
|Initial version changed|Class name: Configuration<br>Initial version: 6|Class name: Configuration<br>Initial version: 10|@ohos.resourceManager.d.ts|
|Initial version changed|Class name: DeviceCapability<br>Initial version: 6|Class name: DeviceCapability<br>Initial version: 10|@ohos.resourceManager.d.ts|
|Initial version changed|Class name: ResourceManager<br>Initial version: 6|Class name: ResourceManager<br>Initial version: 10|@ohos.resourceManager.d.ts|
|Initial version changed|Class name: ResourceManager<br>Method or attribute name: getStringValue(resource: Resource, callback: _AsyncCallback\<string>): void;<br>Initial version: 9|Class name: ResourceManager<br>Method or attribute name: getStringValue(resource: Resource, callback: _AsyncCallback\<string>): void;<br>Initial version: 10|@ohos.resourceManager.d.ts|
|Initial version changed|Class name: ResourceManager<br>Method or attribute name: getStringValue(resource: Resource): Promise\<string>;<br>Initial version: 9|Class name: ResourceManager<br>Method or attribute name: getStringValue(resource: Resource): Promise\<string>;<br>Initial version: 10|@ohos.resourceManager.d.ts|
|Initial version changed|Class name: ResourceManager<br>Method or attribute name: getStringArrayValue(resource: Resource, callback: _AsyncCallback\<Array\<string>>): void;<br>Initial version: 9|Class name: ResourceManager<br>Method or attribute name: getStringArrayValue(resource: Resource, callback: _AsyncCallback\<Array\<string>>): void;<br>Initial version: 10|@ohos.resourceManager.d.ts|
|Initial version changed|Class name: ResourceManager<br>Method or attribute name: getStringArrayValue(resource: Resource): Promise\<Array\<string>>;<br>Initial version: 9|Class name: ResourceManager<br>Method or attribute name: getStringArrayValue(resource: Resource): Promise\<Array\<string>>;<br>Initial version: 10|@ohos.resourceManager.d.ts|
|Initial version changed|Class name: ResourceManager<br>Method or attribute name: getMediaContent(resource: Resource, callback: _AsyncCallback\<Uint8Array>): void;<br>Initial version: 9|Class name: ResourceManager<br>Method or attribute name: getMediaContent(resource: Resource, callback: _AsyncCallback\<Uint8Array>): void;<br>Initial version: 10|@ohos.resourceManager.d.ts|
|Initial version changed|Class name: ResourceManager<br>Method or attribute name: getMediaContent(resource: Resource): Promise\<Uint8Array>;<br>Initial version: 9|Class name: ResourceManager<br>Method or attribute name: getMediaContent(resource: Resource): Promise\<Uint8Array>;<br>Initial version: 10|@ohos.resourceManager.d.ts|
|Initial version changed|Class name: ResourceManager<br>Method or attribute name: getMediaContentBase64(resource: Resource, callback: _AsyncCallback\<string>): void;<br>Initial version: 9|Class name: ResourceManager<br>Method or attribute name: getMediaContentBase64(resource: Resource, callback: _AsyncCallback\<string>): void;<br>Initial version: 10|@ohos.resourceManager.d.ts|
|Initial version changed|Class name: ResourceManager<br>Method or attribute name: getMediaContentBase64(resource: Resource): Promise\<string>;<br>Initial version: 9|Class name: ResourceManager<br>Method or attribute name: getMediaContentBase64(resource: Resource): Promise\<string>;<br>Initial version: 10|@ohos.resourceManager.d.ts|
|Initial version changed|Class name: ResourceManager<br>Method or attribute name: getDeviceCapability(callback: _AsyncCallback\<DeviceCapability>): void;<br>Initial version: 6|Class name: ResourceManager<br>Method or attribute name: getDeviceCapability(callback: _AsyncCallback\<DeviceCapability>): void;<br>Initial version: 10|@ohos.resourceManager.d.ts|
|Initial version changed|Class name: ResourceManager<br>Method or attribute name: getDeviceCapability(): Promise\<DeviceCapability>;<br>Initial version: 6|Class name: ResourceManager<br>Method or attribute name: getDeviceCapability(): Promise\<DeviceCapability>;<br>Initial version: 10|@ohos.resourceManager.d.ts|
|Initial version changed|Class name: ResourceManager<br>Method or attribute name: getConfiguration(callback: _AsyncCallback\<Configuration>): void;<br>Initial version: 6|Class name: ResourceManager<br>Method or attribute name: getConfiguration(callback: _AsyncCallback\<Configuration>): void;<br>Initial version: 10|@ohos.resourceManager.d.ts|
|Initial version changed|Class name: ResourceManager<br>Method or attribute name: getConfiguration(): Promise\<Configuration>;<br>Initial version: 6|Class name: ResourceManager<br>Method or attribute name: getConfiguration(): Promise\<Configuration>;<br>Initial version: 10|@ohos.resourceManager.d.ts|
|Initial version changed|Class name: ResourceManager<br>Method or attribute name: getPluralStringValue(resource: Resource, num: number, callback: _AsyncCallback\<string>): void;<br>Initial version: 9|Class name: ResourceManager<br>Method or attribute name: getPluralStringValue(resource: Resource, num: number, callback: _AsyncCallback\<string>): void;<br>Initial version: 10|@ohos.resourceManager.d.ts|
|Initial version changed|Class name: ResourceManager<br>Method or attribute name: getPluralStringValue(resource: Resource, num: number): Promise\<string>;<br>Initial version: 9|Class name: ResourceManager<br>Method or attribute name: getPluralStringValue(resource: Resource, num: number): Promise\<string>;<br>Initial version: 10|@ohos.resourceManager.d.ts|
|Initial version changed|Class name: ResourceManager<br>Method or attribute name: getStringByName(resName: string, callback: _AsyncCallback\<string>): void;<br>Initial version: 9|Class name: ResourceManager<br>Method or attribute name: getStringByName(resName: string, callback: _AsyncCallback\<string>): void;<br>Initial version: 10|@ohos.resourceManager.d.ts|
|Initial version changed|Class name: ResourceManager<br>Method or attribute name: getStringByName(resName: string): Promise\<string>;<br>Initial version: 9|Class name: ResourceManager<br>Method or attribute name: getStringByName(resName: string): Promise\<string>;<br>Initial version: 10|@ohos.resourceManager.d.ts|
|Initial version changed|Class name: ResourceManager<br>Method or attribute name: getStringArrayByName(resName: string, callback: _AsyncCallback\<Array\<string>>): void;<br>Initial version: 9|Class name: ResourceManager<br>Method or attribute name: getStringArrayByName(resName: string, callback: _AsyncCallback\<Array\<string>>): void;<br>Initial version: 10|@ohos.resourceManager.d.ts|
|Initial version changed|Class name: ResourceManager<br>Method or attribute name: getStringArrayByName(resName: string): Promise\<Array\<string>>;<br>Initial version: 9|Class name: ResourceManager<br>Method or attribute name: getStringArrayByName(resName: string): Promise\<Array\<string>>;<br>Initial version: 10|@ohos.resourceManager.d.ts|
|Initial version changed|Class name: ResourceManager<br>Method or attribute name: getMediaByName(resName: string, callback: _AsyncCallback\<Uint8Array>): void;<br>Initial version: 9|Class name: ResourceManager<br>Method or attribute name: getMediaByName(resName: string, callback: _AsyncCallback\<Uint8Array>): void;<br>Initial version: 10|@ohos.resourceManager.d.ts|
|Initial version changed|Class name: ResourceManager<br>Method or attribute name: getMediaByName(resName: string): Promise\<Uint8Array>;<br>Initial version: 9|Class name: ResourceManager<br>Method or attribute name: getMediaByName(resName: string): Promise\<Uint8Array>;<br>Initial version: 10|@ohos.resourceManager.d.ts|
|Initial version changed|Class name: ResourceManager<br>Method or attribute name: getMediaBase64ByName(resName: string, callback: _AsyncCallback\<string>): void;<br>Initial version: 9|Class name: ResourceManager<br>Method or attribute name: getMediaBase64ByName(resName: string, callback: _AsyncCallback\<string>): void;<br>Initial version: 10|@ohos.resourceManager.d.ts|
|Initial version changed|Class name: ResourceManager<br>Method or attribute name: getMediaBase64ByName(resName: string): Promise\<string>;<br>Initial version: 9|Class name: ResourceManager<br>Method or attribute name: getMediaBase64ByName(resName: string): Promise\<string>;<br>Initial version: 10|@ohos.resourceManager.d.ts|
|Initial version changed|Class name: ResourceManager<br>Method or attribute name: getPluralStringByName(resName: string, num: number, callback: _AsyncCallback\<string>): void;<br>Initial version: 9|Class name: ResourceManager<br>Method or attribute name: getPluralStringByName(resName: string, num: number, callback: _AsyncCallback\<string>): void;<br>Initial version: 10|@ohos.resourceManager.d.ts|
|Initial version changed|Class name: ResourceManager<br>Method or attribute name: getPluralStringByName(resName: string, num: number): Promise\<string>;<br>Initial version: 9|Class name: ResourceManager<br>Method or attribute name: getPluralStringByName(resName: string, num: number): Promise\<string>;<br>Initial version: 10|@ohos.resourceManager.d.ts|
|Initial version changed|Class name: ResourceManager<br>Method or attribute name: getStringSync(resId: number): string;<br>Initial version: 9|Class name: ResourceManager<br>Method or attribute name: getStringSync(resId: number): string;<br>Initial version: 10|@ohos.resourceManager.d.ts|
|Initial version changed|Class name: ResourceManager<br>Method or attribute name: getStringSync(resource: Resource): string;<br>Initial version: 9|Class name: ResourceManager<br>Method or attribute name: getStringSync(resource: Resource): string;<br>Initial version: 10|@ohos.resourceManager.d.ts|
|Initial version changed|Class name: ResourceManager<br>Method or attribute name: getStringByNameSync(resName: string): string;<br>Initial version: 9|Class name: ResourceManager<br>Method or attribute name: getStringByNameSync(resName: string): string;<br>Initial version: 10|@ohos.resourceManager.d.ts|
|Initial version changed|Class name: ResourceManager<br>Method or attribute name: getBoolean(resId: number): boolean;<br>Initial version: 9|Class name: ResourceManager<br>Method or attribute name: getBoolean(resId: number): boolean;<br>Initial version: 10|@ohos.resourceManager.d.ts|
|Initial version changed|Class name: ResourceManager<br>Method or attribute name: getBoolean(resource: Resource): boolean;<br>Initial version: 9|Class name: ResourceManager<br>Method or attribute name: getBoolean(resource: Resource): boolean;<br>Initial version: 10|@ohos.resourceManager.d.ts|
|Initial version changed|Class name: ResourceManager<br>Method or attribute name: getBooleanByName(resName: string): boolean;<br>Initial version: 9|Class name: ResourceManager<br>Method or attribute name: getBooleanByName(resName: string): boolean;<br>Initial version: 10|@ohos.resourceManager.d.ts|
|Initial version changed|Class name: ResourceManager<br>Method or attribute name: getNumber(resId: number): number;<br>Initial version: 9|Class name: ResourceManager<br>Method or attribute name: getNumber(resId: number): number;<br>Initial version: 10|@ohos.resourceManager.d.ts|
|Initial version changed|Class name: ResourceManager<br>Method or attribute name: getNumber(resource: Resource): number;<br>Initial version: 9|Class name: ResourceManager<br>Method or attribute name: getNumber(resource: Resource): number;<br>Initial version: 10|@ohos.resourceManager.d.ts|
|Initial version changed|Class name: ResourceManager<br>Method or attribute name: getNumberByName(resName: string): number;<br>Initial version: 9|Class name: ResourceManager<br>Method or attribute name: getNumberByName(resName: string): number;<br>Initial version: 10|@ohos.resourceManager.d.ts|
|Initial version changed|Class name: ResourceManager<br>Method or attribute name: release();<br>Initial version: 7|Class name: ResourceManager<br>Method or attribute name: release();<br>Initial version: 10|@ohos.resourceManager.d.ts|
|Initial version changed|Class name: ResourceManager<br>Method or attribute name: getStringValue(resId: number, callback: _AsyncCallback\<string>): void;<br>Initial version: 9|Class name: ResourceManager<br>Method or attribute name: getStringValue(resId: number, callback: _AsyncCallback\<string>): void;<br>Initial version: 10|@ohos.resourceManager.d.ts|
|Initial version changed|Class name: ResourceManager<br>Method or attribute name: getStringValue(resId: number): Promise\<string>;<br>Initial version: 9|Class name: ResourceManager<br>Method or attribute name: getStringValue(resId: number): Promise\<string>;<br>Initial version: 10|@ohos.resourceManager.d.ts|
|Initial version changed|Class name: ResourceManager<br>Method or attribute name: getStringArrayValue(resId: number, callback: _AsyncCallback\<Array\<string>>): void;<br>Initial version: 9|Class name: ResourceManager<br>Method or attribute name: getStringArrayValue(resId: number, callback: _AsyncCallback\<Array\<string>>): void;<br>Initial version: 10|@ohos.resourceManager.d.ts|
|Initial version changed|Class name: ResourceManager<br>Method or attribute name: getStringArrayValue(resId: number): Promise\<Array\<string>>;<br>Initial version: 9|Class name: ResourceManager<br>Method or attribute name: getStringArrayValue(resId: number): Promise\<Array\<string>>;<br>Initial version: 10|@ohos.resourceManager.d.ts|
|Initial version changed|Class name: ResourceManager<br>Method or attribute name: getPluralStringValue(resId: number, num: number, callback: _AsyncCallback\<string>): void;<br>Initial version: 9|Class name: ResourceManager<br>Method or attribute name: getPluralStringValue(resId: number, num: number, callback: _AsyncCallback\<string>): void;<br>Initial version: 10|@ohos.resourceManager.d.ts|
|Initial version changed|Class name: ResourceManager<br>Method or attribute name: getPluralStringValue(resId: number, num: number): Promise\<string>;<br>Initial version: 9|Class name: ResourceManager<br>Method or attribute name: getPluralStringValue(resId: number, num: number): Promise\<string>;<br>Initial version: 10|@ohos.resourceManager.d.ts|
|Initial version changed|Class name: ResourceManager<br>Method or attribute name: getMediaContent(resId: number, callback: _AsyncCallback\<Uint8Array>): void;<br>Initial version: 9|Class name: ResourceManager<br>Method or attribute name: getMediaContent(resId: number, callback: _AsyncCallback\<Uint8Array>): void;<br>Initial version: 10|@ohos.resourceManager.d.ts|
|Initial version changed|Class name: ResourceManager<br>Method or attribute name: getMediaContent(resId: number): Promise\<Uint8Array>;<br>Initial version: 9|Class name: ResourceManager<br>Method or attribute name: getMediaContent(resId: number): Promise\<Uint8Array>;<br>Initial version: 10|@ohos.resourceManager.d.ts|
|Initial version changed|Class name: ResourceManager<br>Method or attribute name: getMediaContentBase64(resId: number, callback: _AsyncCallback\<string>): void;<br>Initial version: 9|Class name: ResourceManager<br>Method or attribute name: getMediaContentBase64(resId: number, callback: _AsyncCallback\<string>): void;<br>Initial version: 10|@ohos.resourceManager.d.ts|
|Initial version changed|Class name: ResourceManager<br>Method or attribute name: getMediaContentBase64(resId: number): Promise\<string>;<br>Initial version: 9|Class name: ResourceManager<br>Method or attribute name: getMediaContentBase64(resId: number): Promise\<string>;<br>Initial version: 10|@ohos.resourceManager.d.ts|
|Initial version changed|Class name: ResourceManager<br>Method or attribute name: getRawFileContent(path: string, callback: _AsyncCallback\<Uint8Array>): void;<br>Initial version: 9|Class name: ResourceManager<br>Method or attribute name: getRawFileContent(path: string, callback: _AsyncCallback\<Uint8Array>): void;<br>Initial version: 10|@ohos.resourceManager.d.ts|
|Initial version changed|Class name: ResourceManager<br>Method or attribute name: getRawFileContent(path: string): Promise\<Uint8Array>;<br>Initial version: 9|Class name: ResourceManager<br>Method or attribute name: getRawFileContent(path: string): Promise\<Uint8Array>;<br>Initial version: 10|@ohos.resourceManager.d.ts|
|Initial version changed|Class name: ResourceManager<br>Method or attribute name: getRawFd(path: string, callback: _AsyncCallback\<RawFileDescriptor>): void;<br>Initial version: 9|Class name: ResourceManager<br>Method or attribute name: getRawFd(path: string, callback: _AsyncCallback\<RawFileDescriptor>): void;<br>Initial version: 10|@ohos.resourceManager.d.ts|
|Initial version changed|Class name: ResourceManager<br>Method or attribute name: getRawFd(path: string): Promise\<RawFileDescriptor>;<br>Initial version: 9|Class name: ResourceManager<br>Method or attribute name: getRawFd(path: string): Promise\<RawFileDescriptor>;<br>Initial version: 10|@ohos.resourceManager.d.ts|
|Initial version changed|Class name: ResourceManager<br>Method or attribute name: closeRawFd(path: string, callback: _AsyncCallback\<void>): void;<br>Initial version: 9|Class name: ResourceManager<br>Method or attribute name: closeRawFd(path: string, callback: _AsyncCallback\<void>): void;<br>Initial version: 10|@ohos.resourceManager.d.ts|
|Initial version changed|Class name: ResourceManager<br>Method or attribute name: closeRawFd(path: string): Promise\<void>;<br>Initial version: 9|Class name: ResourceManager<br>Method or attribute name: closeRawFd(path: string): Promise\<void>;<br>Initial version: 10|@ohos.resourceManager.d.ts|
| Change Type | Old Version | New Version | d.ts File |
| ---- | ------ | ------ | -------- |
|Deleted|Module name: webgl<br>Class name: WebGLContextAttributes|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLContextAttributes<br>Method or attribute name: alpha?: boolean;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLContextAttributes<br>Method or attribute name: depth?: boolean;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLContextAttributes<br>Method or attribute name: stencil?: boolean;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLContextAttributes<br>Method or attribute name: antialias?: boolean;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLContextAttributes<br>Method or attribute name: premultipliedAlpha?: boolean;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLContextAttributes<br>Method or attribute name: preserveDrawingBuffer?: boolean;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLContextAttributes<br>Method or attribute name: powerPreference?: WebGLPowerPreference;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLContextAttributes<br>Method or attribute name: failIfMajorPerformanceCaveat?: boolean;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLContextAttributes<br>Method or attribute name: desynchronized?: boolean;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLBuffer|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLFramebuffer|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLProgram|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderbuffer|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLShader|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLTexture|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLUniformLocation|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLActiveInfo|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLActiveInfo<br>Method or attribute name: readonly size: GLint;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLActiveInfo<br>Method or attribute name: readonly type: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLActiveInfo<br>Method or attribute name: readonly name: string;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLShaderPrecisionFormat|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLShaderPrecisionFormat<br>Method or attribute name: readonly rangeMin: GLint;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLShaderPrecisionFormat<br>Method or attribute name: readonly rangeMax: GLint;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLShaderPrecisionFormat<br>Method or attribute name: readonly precision: GLint;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly DEPTH_BUFFER_BIT: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly STENCIL_BUFFER_BIT: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly COLOR_BUFFER_BIT: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly POINTS: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly LINES: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly LINE_LOOP: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly LINE_STRIP: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly TRIANGLES: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly TRIANGLE_STRIP: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly TRIANGLE_FAN: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly ZERO: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly ONE: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly SRC_COLOR: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly ONE_MINUS_SRC_COLOR: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly SRC_ALPHA: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly ONE_MINUS_SRC_ALPHA: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly DST_ALPHA: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly ONE_MINUS_DST_ALPHA: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly DST_COLOR: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly ONE_MINUS_DST_COLOR: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly SRC_ALPHA_SATURATE: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly FUNC_ADD: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly BLEND_EQUATION: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly BLEND_EQUATION_RGB: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly BLEND_EQUATION_ALPHA: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly FUNC_SUBTRACT: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly FUNC_REVERSE_SUBTRACT: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly BLEND_DST_RGB: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly BLEND_SRC_RGB: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly BLEND_DST_ALPHA: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly BLEND_SRC_ALPHA: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly CONSTANT_COLOR: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly ONE_MINUS_CONSTANT_COLOR: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly CONSTANT_ALPHA: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly ONE_MINUS_CONSTANT_ALPHA: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly BLEND_COLOR: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly ARRAY_BUFFER: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly ELEMENT_ARRAY_BUFFER: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly ARRAY_BUFFER_BINDING: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly ELEMENT_ARRAY_BUFFER_BINDING: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly STREAM_DRAW: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly STATIC_DRAW: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly DYNAMIC_DRAW: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly BUFFER_SIZE: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly BUFFER_USAGE: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly CURRENT_VERTEX_ATTRIB: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly FRONT: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly BACK: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly FRONT_AND_BACK: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly CULL_FACE: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly BLEND: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly DITHER: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly STENCIL_TEST: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly DEPTH_TEST: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly SCISSOR_TEST: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly POLYGON_OFFSET_FILL: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly SAMPLE_ALPHA_TO_COVERAGE: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly SAMPLE_COVERAGE: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly NO_ERROR: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly INVALID_ENUM: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly INVALID_VALUE: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly INVALID_OPERATION: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly OUT_OF_MEMORY: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly CW: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly CCW: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly LINE_WIDTH: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly ALIASED_POINT_SIZE_RANGE: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly ALIASED_LINE_WIDTH_RANGE: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly CULL_FACE_MODE: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly FRONT_FACE: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly DEPTH_RANGE: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly DEPTH_WRITEMASK: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly DEPTH_CLEAR_VALUE: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly DEPTH_FUNC: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly STENCIL_CLEAR_VALUE: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly STENCIL_FUNC: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly STENCIL_FAIL: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly STENCIL_PASS_DEPTH_FAIL: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly STENCIL_PASS_DEPTH_PASS: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly STENCIL_REF: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly STENCIL_VALUE_MASK: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly STENCIL_WRITEMASK: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly STENCIL_BACK_FUNC: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly STENCIL_BACK_FAIL: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly STENCIL_BACK_PASS_DEPTH_FAIL: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly STENCIL_BACK_PASS_DEPTH_PASS: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly STENCIL_BACK_REF: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly STENCIL_BACK_VALUE_MASK: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly STENCIL_BACK_WRITEMASK: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly VIEWPORT: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly SCISSOR_BOX: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly COLOR_CLEAR_VALUE: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly COLOR_WRITEMASK: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly UNPACK_ALIGNMENT: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly PACK_ALIGNMENT: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly MAX_TEXTURE_SIZE: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly MAX_VIEWPORT_DIMS: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly SUBPIXEL_BITS: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly RED_BITS: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly GREEN_BITS: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly BLUE_BITS: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly ALPHA_BITS: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly DEPTH_BITS: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly STENCIL_BITS: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly POLYGON_OFFSET_UNITS: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly POLYGON_OFFSET_FACTOR: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly TEXTURE_BINDING_2D: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly SAMPLE_BUFFERS: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly SAMPLES: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly SAMPLE_COVERAGE_VALUE: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly SAMPLE_COVERAGE_INVERT: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly COMPRESSED_TEXTURE_FORMATS: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly DONT_CARE: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly FASTEST: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly NICEST: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly GENERATE_MIPMAP_HINT: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly BYTE: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly UNSIGNED_BYTE: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly SHORT: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly UNSIGNED_SHORT: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly INT: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly UNSIGNED_INT: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly FLOAT: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly DEPTH_COMPONENT: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly ALPHA: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly RGB: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly RGBA: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly LUMINANCE: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly LUMINANCE_ALPHA: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly UNSIGNED_SHORT_4_4_4_4: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly UNSIGNED_SHORT_5_5_5_1: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly UNSIGNED_SHORT_5_6_5: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly FRAGMENT_SHADER: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly VERTEX_SHADER: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly MAX_VERTEX_ATTRIBS: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly MAX_VERTEX_UNIFORM_VECTORS: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly MAX_VARYING_VECTORS: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly MAX_COMBINED_TEXTURE_IMAGE_UNITS: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly MAX_VERTEX_TEXTURE_IMAGE_UNITS: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly MAX_TEXTURE_IMAGE_UNITS: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly MAX_FRAGMENT_UNIFORM_VECTORS: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly SHADER_TYPE: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly DELETE_STATUS: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly LINK_STATUS: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly VALIDATE_STATUS: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly ATTACHED_SHADERS: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly ACTIVE_UNIFORMS: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly ACTIVE_ATTRIBUTES: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly SHADING_LANGUAGE_VERSION: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly CURRENT_PROGRAM: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly NEVER: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly LESS: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly EQUAL: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly LEQUAL: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly GREATER: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly NOTEQUAL: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly GEQUAL: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly ALWAYS: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly KEEP: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly REPLACE: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly INCR: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly DECR: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly INVERT: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly INCR_WRAP: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly DECR_WRAP: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly VENDOR: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly RENDERER: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly VERSION: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly NEAREST: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly LINEAR: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly NEAREST_MIPMAP_NEAREST: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly LINEAR_MIPMAP_NEAREST: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly NEAREST_MIPMAP_LINEAR: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly LINEAR_MIPMAP_LINEAR: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly TEXTURE_MAG_FILTER: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly TEXTURE_MIN_FILTER: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly TEXTURE_WRAP_S: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly TEXTURE_WRAP_T: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly TEXTURE_2D: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly TEXTURE: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly TEXTURE_CUBE_MAP: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly TEXTURE_BINDING_CUBE_MAP: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly TEXTURE_CUBE_MAP_POSITIVE_X: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly TEXTURE_CUBE_MAP_NEGATIVE_X: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly TEXTURE_CUBE_MAP_POSITIVE_Y: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly TEXTURE_CUBE_MAP_NEGATIVE_Y: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly TEXTURE_CUBE_MAP_POSITIVE_Z: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly TEXTURE_CUBE_MAP_NEGATIVE_Z: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly MAX_CUBE_MAP_TEXTURE_SIZE: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly TEXTURE0: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly TEXTURE1: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly TEXTURE2: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly TEXTURE3: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly TEXTURE4: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly TEXTURE5: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly TEXTURE6: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly TEXTURE7: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly TEXTURE8: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly TEXTURE9: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly TEXTURE10: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly TEXTURE11: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly TEXTURE12: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly TEXTURE13: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly TEXTURE14: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly TEXTURE15: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly TEXTURE16: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly TEXTURE17: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly TEXTURE18: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly TEXTURE19: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly TEXTURE20: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly TEXTURE21: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly TEXTURE22: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly TEXTURE23: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly TEXTURE24: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly TEXTURE25: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly TEXTURE26: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly TEXTURE27: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly TEXTURE28: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly TEXTURE29: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly TEXTURE30: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly TEXTURE31: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly ACTIVE_TEXTURE: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly REPEAT: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly CLAMP_TO_EDGE: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly MIRRORED_REPEAT: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly FLOAT_VEC2: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly FLOAT_VEC3: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly FLOAT_VEC4: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly INT_VEC2: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly INT_VEC3: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly INT_VEC4: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly BOOL: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly BOOL_VEC2: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly BOOL_VEC3: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly BOOL_VEC4: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly FLOAT_MAT2: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly FLOAT_MAT3: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly FLOAT_MAT4: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly SAMPLER_2D: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly SAMPLER_CUBE: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly VERTEX_ATTRIB_ARRAY_ENABLED: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly VERTEX_ATTRIB_ARRAY_SIZE: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly VERTEX_ATTRIB_ARRAY_STRIDE: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly VERTEX_ATTRIB_ARRAY_TYPE: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly VERTEX_ATTRIB_ARRAY_NORMALIZED: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly VERTEX_ATTRIB_ARRAY_POINTER: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly VERTEX_ATTRIB_ARRAY_BUFFER_BINDING: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly IMPLEMENTATION_COLOR_READ_TYPE: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly IMPLEMENTATION_COLOR_READ_FORMAT: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly COMPILE_STATUS: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly LOW_FLOAT: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly MEDIUM_FLOAT: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly HIGH_FLOAT: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly LOW_INT: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly MEDIUM_INT: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly HIGH_INT: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly FRAMEBUFFER: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly RENDERBUFFER: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly RGBA4: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly RGB5_A1: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly RGB565: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly DEPTH_COMPONENT16: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly STENCIL_INDEX8: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly DEPTH_STENCIL: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly RENDERBUFFER_WIDTH: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly RENDERBUFFER_HEIGHT: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly RENDERBUFFER_INTERNAL_FORMAT: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly RENDERBUFFER_RED_SIZE: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly RENDERBUFFER_GREEN_SIZE: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly RENDERBUFFER_BLUE_SIZE: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly RENDERBUFFER_ALPHA_SIZE: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly RENDERBUFFER_DEPTH_SIZE: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly RENDERBUFFER_STENCIL_SIZE: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly FRAMEBUFFER_ATTACHMENT_OBJECT_TYPE: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly FRAMEBUFFER_ATTACHMENT_OBJECT_NAME: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly FRAMEBUFFER_ATTACHMENT_TEXTURE_LEVEL: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly FRAMEBUFFER_ATTACHMENT_TEXTURE_CUBE_MAP_FACE: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly COLOR_ATTACHMENT0: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly DEPTH_ATTACHMENT: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly STENCIL_ATTACHMENT: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly DEPTH_STENCIL_ATTACHMENT: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly NONE: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly FRAMEBUFFER_COMPLETE: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly FRAMEBUFFER_INCOMPLETE_ATTACHMENT: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly FRAMEBUFFER_INCOMPLETE_MISSING_ATTACHMENT: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly FRAMEBUFFER_INCOMPLETE_DIMENSIONS: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly FRAMEBUFFER_UNSUPPORTED: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly FRAMEBUFFER_BINDING: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly RENDERBUFFER_BINDING: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly MAX_RENDERBUFFER_SIZE: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly INVALID_FRAMEBUFFER_OPERATION: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly UNPACK_FLIP_Y_WEBGL: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly UNPACK_PREMULTIPLY_ALPHA_WEBGL: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly CONTEXT_LOST_WEBGL: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly UNPACK_COLORSPACE_CONVERSION_WEBGL: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly BROWSER_DEFAULT_WEBGL: GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly canvas: HTMLCanvasElement \| OffscreenCanvas;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly drawingBufferWidth: GLsizei;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: readonly drawingBufferHeight: GLsizei;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: getContextAttributes(): WebGLContextAttributes \| null;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: isContextLost(): boolean;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: getSupportedExtensions(): string[] \| null;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: getExtension(name: string): any;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: activeTexture(texture: GLenum): void;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: attachShader(program: WebGLProgram, shader: WebGLShader): void;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: bindAttribLocation(program: WebGLProgram, index: GLuint, name: string): void;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: bindBuffer(target: GLenum, buffer: WebGLBuffer \| null): void;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: bindFramebuffer(target: GLenum, framebuffer: WebGLFramebuffer \| null): void;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: bindRenderbuffer(target: GLenum, renderbuffer: WebGLRenderbuffer \| null): void;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: bindTexture(target: GLenum, texture: WebGLTexture \| null): void;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: blendColor(red: GLclampf, green: GLclampf, blue: GLclampf, alpha: GLclampf): void;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: blendEquation(mode: GLenum): void;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: blendEquationSeparate(modeRGB: GLenum, modeAlpha: GLenum): void;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: blendFunc(sfactor: GLenum, dfactor: GLenum): void;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: blendFuncSeparate(srcRGB: GLenum, dstRGB: GLenum, srcAlpha: GLenum, dstAlpha: GLenum): void;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: checkFramebufferStatus(target: GLenum): GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: clear(mask: GLbitfield): void;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: clearColor(red: GLclampf, green: GLclampf, blue: GLclampf, alpha: GLclampf): void;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: clearDepth(depth: GLclampf): void;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: clearStencil(s: GLint): void;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: colorMask(red: GLboolean, green: GLboolean, blue: GLboolean, alpha: GLboolean): void;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: compileShader(shader: WebGLShader): void;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: copyTexImage2D(target: GLenum, level: GLint, internalformat: GLenum, x: GLint, y: GLint, width: GLsizei, height: GLsizei, border: GLint): void;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: copyTexSubImage2D(target: GLenum, level: GLint, xoffset: GLint, yoffset: GLint, x: GLint, y: GLint, width: GLsizei, height: GLsizei): void;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: createBuffer(): WebGLBuffer \| null;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: createFramebuffer(): WebGLFramebuffer \| null;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: createProgram(): WebGLProgram \| null;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: createRenderbuffer(): WebGLRenderbuffer \| null;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: createShader(type: GLenum): WebGLShader \| null;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: createTexture(): WebGLTexture \| null;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: cullFace(mode: GLenum): void;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: deleteBuffer(buffer: WebGLBuffer \| null): void;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: deleteFramebuffer(framebuffer: WebGLFramebuffer \| null): void;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: deleteProgram(program: WebGLProgram \| null): void;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: deleteRenderbuffer(renderbuffer: WebGLRenderbuffer \| null): void;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: deleteShader(shader: WebGLShader \| null): void;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: deleteTexture(texture: WebGLTexture \| null): void;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: depthFunc(func: GLenum): void;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: depthMask(flag: GLboolean): void;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: depthRange(zNear: GLclampf, zFar: GLclampf): void;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: detachShader(program: WebGLProgram, shader: WebGLShader): void;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: disable(cap: GLenum): void;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: disableVertexAttribArray(index: GLuint): void;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: drawArrays(mode: GLenum, first: GLint, count: GLsizei): void;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: drawElements(mode: GLenum, count: GLsizei, type: GLenum, offset: GLintptr): void;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: enable(cap: GLenum): void;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: enableVertexAttribArray(index: GLuint): void;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: finish(): void;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: flush(): void;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: framebufferRenderbuffer(target: GLenum, attachment: GLenum, renderbuffertarget: GLenum, renderbuffer: WebGLRenderbuffer \| null): void;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: framebufferTexture2D(target: GLenum, attachment: GLenum, textarget: GLenum, texture: WebGLTexture \| null, level: GLint): void;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: frontFace(mode: GLenum): void;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: generateMipmap(target: GLenum): void;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: getActiveAttrib(program: WebGLProgram, index: GLuint): WebGLActiveInfo \| null;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: getActiveUniform(program: WebGLProgram, index: GLuint): WebGLActiveInfo \| null;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: getAttachedShaders(program: WebGLProgram): WebGLShader[] \| null;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: getAttribLocation(program: WebGLProgram, name: string): GLint;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: getBufferParameter(target: GLenum, pname: GLenum): any;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: getParameter(pname: GLenum): any;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: getError(): GLenum;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: getFramebufferAttachmentParameter(target: GLenum, attachment: GLenum, pname: GLenum): any;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: getProgramParameter(program: WebGLProgram, pname: GLenum): any;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: getProgramInfoLog(program: WebGLProgram): string \| null;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: getRenderbufferParameter(target: GLenum, pname: GLenum): any;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: getShaderParameter(shader: WebGLShader, pname: GLenum): any;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: getShaderPrecisionFormat(shadertype: GLenum, precisiontype: GLenum): WebGLShaderPrecisionFormat \| null;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: getShaderInfoLog(shader: WebGLShader): string \| null;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: getShaderSource(shader: WebGLShader): string \| null;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: getTexParameter(target: GLenum, pname: GLenum): any;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: getUniform(program: WebGLProgram, location: WebGLUniformLocation): any;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: getUniformLocation(program: WebGLProgram, name: string): WebGLUniformLocation \| null;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: getVertexAttrib(index: GLuint, pname: GLenum): any;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: getVertexAttribOffset(index: GLuint, pname: GLenum): GLintptr;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: hint(target: GLenum, mode: GLenum): void;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: isBuffer(buffer: WebGLBuffer \| null): GLboolean;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: isEnabled(cap: GLenum): GLboolean;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: isFramebuffer(framebuffer: WebGLFramebuffer \| null): GLboolean;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: isProgram(program: WebGLProgram \| null): GLboolean;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: isRenderbuffer(renderbuffer: WebGLRenderbuffer \| null): GLboolean;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: isShader(shader: WebGLShader \| null): GLboolean;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: isTexture(texture: WebGLTexture \| null): GLboolean;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: lineWidth(width: GLfloat): void;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: linkProgram(program: WebGLProgram): void;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: pixelStorei(pname: GLenum, param: GLint \| GLboolean): void;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: polygonOffset(factor: GLfloat, units: GLfloat): void;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: renderbufferStorage(target: GLenum, internalformat: GLenum, width: GLsizei, height: GLsizei): void;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: sampleCoverage(value: GLclampf, invert: GLboolean): void;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: scissor(x: GLint, y: GLint, width: GLsizei, height: GLsizei): void;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: shaderSource(shader: WebGLShader, source: string): void;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: stencilFunc(func: GLenum, ref: GLint, mask: GLuint): void;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: stencilFuncSeparate(face: GLenum, func: GLenum, ref: GLint, mask: GLuint): void;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: stencilMask(mask: GLuint): void;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: stencilMaskSeparate(face: GLenum, mask: GLuint): void;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: stencilOp(fail: GLenum, zfail: GLenum, zpass: GLenum): void;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: stencilOpSeparate(face: GLenum, fail: GLenum, zfail: GLenum, zpass: GLenum): void;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: texParameterf(target: GLenum, pname: GLenum, param: GLfloat): void;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: texParameteri(target: GLenum, pname: GLenum, param: GLint): void;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: uniform1f(location: WebGLUniformLocation \| null, x: GLfloat): void;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: uniform2f(location: WebGLUniformLocation \| null, x: GLfloat, y: GLfloat): void;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: uniform3f(location: WebGLUniformLocation \| null, x: GLfloat, y: GLfloat, z: GLfloat): void;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: uniform4f(location: WebGLUniformLocation \| null, x: GLfloat, y: GLfloat, z: GLfloat, w: GLfloat): void;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: uniform1i(location: WebGLUniformLocation \| null, x: GLint): void;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: uniform2i(location: WebGLUniformLocation \| null, x: GLint, y: GLint): void;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: uniform3i(location: WebGLUniformLocation \| null, x: GLint, y: GLint, z: GLint): void;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: uniform4i(location: WebGLUniformLocation \| null, x: GLint, y: GLint, z: GLint, w: GLint): void;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: useProgram(program: WebGLProgram \| null): void;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: validateProgram(program: WebGLProgram): void;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: vertexAttrib1f(index: GLuint, x: GLfloat): void;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: vertexAttrib2f(index: GLuint, x: GLfloat, y: GLfloat): void;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: vertexAttrib3f(index: GLuint, x: GLfloat, y: GLfloat, z: GLfloat): void;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: vertexAttrib4f(index: GLuint, x: GLfloat, y: GLfloat, z: GLfloat, w: GLfloat): void;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: vertexAttrib1fv(index: GLuint, values: Float32List): void;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: vertexAttrib2fv(index: GLuint, values: Float32List): void;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: vertexAttrib3fv(index: GLuint, values: Float32List): void;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: vertexAttrib4fv(index: GLuint, values: Float32List): void;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: vertexAttribPointer(index: GLuint, size: GLint, type: GLenum, normalized: GLboolean, stride: GLsizei, offset: GLintptr): void;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: viewport(x: GLint, y: GLint, width: GLsizei, height: GLsizei): void;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextOverloads|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextOverloads<br>Method or attribute name: bufferData(target: GLenum, size: GLsizeiptr, usage: GLenum): void;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextOverloads<br>Method or attribute name: bufferData(target: GLenum, data: BufferSource \| null, usage: GLenum): void;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextOverloads<br>Method or attribute name: bufferSubData(target: GLenum, offset: GLintptr, data: BufferSource): void;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextOverloads<br>Method or attribute name: compressedTexImage2D(target: GLenum, level: GLint, internalformat: GLenum, width: GLsizei, height: GLsizei, border: GLint, data: ArrayBufferView): void;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextOverloads<br>Method or attribute name: compressedTexSubImage2D(target: GLenum, level: GLint, xoffset: GLint, yoffset: GLint, width: GLsizei, height: GLsizei, format: GLenum, data: ArrayBufferView): void;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextOverloads<br>Method or attribute name: readPixels(x: GLint, y: GLint, width: GLsizei, height: GLsizei, format: GLenum, type: GLenum, pixels: ArrayBufferView \| null): void;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextOverloads<br>Method or attribute name: texImage2D(target: GLenum, level: GLint, internalformat: GLint, width: GLsizei, height: GLsizei, border: GLint, format: GLenum, type: GLenum, pixels: ArrayBufferView \| null): void;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextOverloads<br>Method or attribute name: texImage2D(target: GLenum, level: GLint, internalformat: GLint, format: GLenum, type: GLenum, source: TexImageSource): void;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextOverloads<br>Method or attribute name: texSubImage2D(target: GLenum, level: GLint, xoffset: GLint, yoffset: GLint, width: GLsizei, height: GLsizei, format: GLenum, type: GLenum, pixels: ArrayBufferView \| null): void;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextOverloads<br>Method or attribute name: texSubImage2D(target: GLenum, level: GLint, xoffset: GLint, yoffset: GLint, format: GLenum, type: GLenum, source: TexImageSource): void;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextOverloads<br>Method or attribute name: uniform1fv(location: WebGLUniformLocation \| null, v: Float32List): void;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextOverloads<br>Method or attribute name: uniform2fv(location: WebGLUniformLocation \| null, v: Float32List): void;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextOverloads<br>Method or attribute name: uniform3fv(location: WebGLUniformLocation \| null, v: Float32List): void;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextOverloads<br>Method or attribute name: uniform4fv(location: WebGLUniformLocation \| null, v: Float32List): void;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextOverloads<br>Method or attribute name: uniform1iv(location: WebGLUniformLocation \| null, v: Int32List): void;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextOverloads<br>Method or attribute name: uniform2iv(location: WebGLUniformLocation \| null, v: Int32List): void;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextOverloads<br>Method or attribute name: uniform3iv(location: WebGLUniformLocation \| null, v: Int32List): void;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextOverloads<br>Method or attribute name: uniform4iv(location: WebGLUniformLocation \| null, v: Int32List): void;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextOverloads<br>Method or attribute name: uniformMatrix2fv(location: WebGLUniformLocation \| null, transpose: GLboolean, value: Float32List): void;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextOverloads<br>Method or attribute name: uniformMatrix3fv(location: WebGLUniformLocation \| null, transpose: GLboolean, value: Float32List): void;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContextOverloads<br>Method or attribute name: uniformMatrix4fv(location: WebGLUniformLocation \| null, transpose: GLboolean, value: Float32List): void;|NA|webgl.d.ts|
|Deleted|Module name: webgl<br>Class name: WebGLRenderingContext|NA|webgl.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGLQuery|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGLSampler|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGLSync|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGLTransformFeedback|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGLVertexArrayObject|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly READ_BUFFER: webgl.GLenum;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly UNPACK_ROW_LENGTH: webgl.GLenum;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly UNPACK_SKIP_ROWS: webgl.GLenum;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly UNPACK_SKIP_PIXELS: webgl.GLenum;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly PACK_ROW_LENGTH: webgl.GLenum;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly PACK_SKIP_ROWS: webgl.GLenum;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly PACK_SKIP_PIXELS: webgl.GLenum;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly COLOR: webgl.GLenum;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly DEPTH: webgl.GLenum;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly STENCIL: webgl.GLenum;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly RED: webgl.GLenum;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly RGB8: webgl.GLenum;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly RGBA8: webgl.GLenum;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly RGB10_A2: webgl.GLenum;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly TEXTURE_BINDING_3D: webgl.GLenum;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly UNPACK_SKIP_IMAGES: webgl.GLenum;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly UNPACK_IMAGE_HEIGHT: webgl.GLenum;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly TEXTURE_3D: webgl.GLenum;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly TEXTURE_WRAP_R: webgl.GLenum;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly MAX_3D_TEXTURE_SIZE: webgl.GLenum;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly UNSIGNED_INT_2_10_10_10_REV: webgl.GLenum;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly MAX_ELEMENTS_VERTICES: webgl.GLenum;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly MAX_ELEMENTS_INDICES: webgl.GLenum;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly TEXTURE_MIN_LOD: webgl.GLenum;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly TEXTURE_MAX_LOD: webgl.GLenum;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly TEXTURE_BASE_LEVEL: webgl.GLenum;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly TEXTURE_MAX_LEVEL: webgl.GLenum;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly MIN: webgl.GLenum;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly MAX: webgl.GLenum;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly DEPTH_COMPONENT24: webgl.GLenum;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly MAX_TEXTURE_LOD_BIAS: webgl.GLenum;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly TEXTURE_COMPARE_MODE: webgl.GLenum;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly TEXTURE_COMPARE_FUNC: webgl.GLenum;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly CURRENT_QUERY: webgl.GLenum;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly QUERY_RESULT: webgl.GLenum;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly QUERY_RESULT_AVAILABLE: webgl.GLenum;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly STREAM_READ: webgl.GLenum;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly STREAM_COPY: webgl.GLenum;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly STATIC_READ: webgl.GLenum;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly STATIC_COPY: webgl.GLenum;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly DYNAMIC_READ: webgl.GLenum;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly DYNAMIC_COPY: webgl.GLenum;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly MAX_DRAW_BUFFERS: webgl.GLenum;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly DRAW_BUFFER0: webgl.GLenum;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly DRAW_BUFFER1: webgl.GLenum;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly DRAW_BUFFER2: webgl.GLenum;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly DRAW_BUFFER3: webgl.GLenum;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly DRAW_BUFFER4: webgl.GLenum;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly DRAW_BUFFER5: webgl.GLenum;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly DRAW_BUFFER6: webgl.GLenum;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly DRAW_BUFFER7: webgl.GLenum;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly DRAW_BUFFER8: webgl.GLenum;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly DRAW_BUFFER9: webgl.GLenum;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly DRAW_BUFFER10: webgl.GLenum;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly DRAW_BUFFER11: webgl.GLenum;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly DRAW_BUFFER12: webgl.GLenum;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly DRAW_BUFFER13: webgl.GLenum;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly DRAW_BUFFER14: webgl.GLenum;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly DRAW_BUFFER15: webgl.GLenum;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly MAX_FRAGMENT_UNIFORM_COMPONENTS: webgl.GLenum;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly MAX_VERTEX_UNIFORM_COMPONENTS: webgl.GLenum;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly SAMPLER_3D: webgl.GLenum;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly SAMPLER_2D_SHADOW: webgl.GLenum;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly FRAGMENT_SHADER_DERIVATIVE_HINT: webgl.GLenum;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly PIXEL_PACK_BUFFER: webgl.GLenum;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly PIXEL_UNPACK_BUFFER: webgl.GLenum;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly PIXEL_PACK_BUFFER_BINDING: webgl.GLenum;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly PIXEL_UNPACK_BUFFER_BINDING: webgl.GLenum;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly FLOAT_MAT2x3: webgl.GLenum;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly FLOAT_MAT2x4: webgl.GLenum;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly FLOAT_MAT3x2: webgl.GLenum;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly FLOAT_MAT3x4: webgl.GLenum;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly FLOAT_MAT4x2: webgl.GLenum;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly FLOAT_MAT4x3: webgl.GLenum;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly SRGB: webgl.GLenum;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly SRGB8: webgl.GLenum;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly SRGB8_ALPHA8: webgl.GLenum;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly COMPARE_REF_TO_TEXTURE: webgl.GLenum;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly RGBA32F: webgl.GLenum;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly RGB32F: webgl.GLenum;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly RGBA16F: webgl.GLenum;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly RGB16F: webgl.GLenum;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly VERTEX_ATTRIB_ARRAY_INTEGER: webgl.GLenum;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly MAX_ARRAY_TEXTURE_LAYERS: webgl.GLenum;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly MIN_PROGRAM_TEXEL_OFFSET: webgl.GLenum;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly MAX_PROGRAM_TEXEL_OFFSET: webgl.GLenum;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly MAX_VARYING_COMPONENTS: webgl.GLenum;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly TEXTURE_2D_ARRAY: webgl.GLenum;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly TEXTURE_BINDING_2D_ARRAY: webgl.GLenum;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly R11F_G11F_B10F: webgl.GLenum;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly UNSIGNED_INT_10F_11F_11F_REV: webgl.GLenum;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly RGB9_E5: webgl.GLenum;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly UNSIGNED_INT_5_9_9_9_REV: webgl.GLenum;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly TRANSFORM_FEEDBACK_BUFFER_MODE: webgl.GLenum;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly MAX_TRANSFORM_FEEDBACK_SEPARATE_COMPONENTS: webgl.GLenum;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly TRANSFORM_FEEDBACK_VARYINGS: webgl.GLenum;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly TRANSFORM_FEEDBACK_BUFFER_START: webgl.GLenum;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly TRANSFORM_FEEDBACK_BUFFER_SIZE: webgl.GLenum;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN: webgl.GLenum;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly RASTERIZER_DISCARD: webgl.GLenum;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly MAX_TRANSFORM_FEEDBACK_INTERLEAVED_COMPONENTS: webgl.GLenum;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly MAX_TRANSFORM_FEEDBACK_SEPARATE_ATTRIBS: webgl.GLenum;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly INTERLEAVED_ATTRIBS: webgl.GLenum;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly SEPARATE_ATTRIBS: webgl.GLenum;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly TRANSFORM_FEEDBACK_BUFFER: webgl.GLenum;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly TRANSFORM_FEEDBACK_BUFFER_BINDING: webgl.GLenum;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly RGBA32UI: webgl.GLenum;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly RGB32UI: webgl.GLenum;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly RGBA16UI: webgl.GLenum;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly RGB16UI: webgl.GLenum;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly RGBA8UI: webgl.GLenum;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly RGB8UI: webgl.GLenum;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly RGBA32I: webgl.GLenum;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly RGB32I: webgl.GLenum;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly RGBA16I: webgl.GLenum;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly RGB16I: webgl.GLenum;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly RGBA8I: webgl.GLenum;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly RGB8I: webgl.GLenum;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly RED_INTEGER: webgl.GLenum;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly RGB_INTEGER: webgl.GLenum;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly RGBA_INTEGER: webgl.GLenum;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly SAMPLER_2D_ARRAY: webgl.GLenum;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly SAMPLER_2D_ARRAY_SHADOW: webgl.GLenum;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly SAMPLER_CUBE_SHADOW: webgl.GLenum;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly UNSIGNED_INT_VEC2: webgl.GLenum;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly UNSIGNED_INT_VEC3: webgl.GLenum;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly UNSIGNED_INT_VEC4: webgl.GLenum;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly INT_SAMPLER_2D: webgl.GLenum;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly INT_SAMPLER_3D: webgl.GLenum;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly INT_SAMPLER_CUBE: webgl.GLenum;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly INT_SAMPLER_2D_ARRAY: webgl.GLenum;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly UNSIGNED_INT_SAMPLER_2D: webgl.GLenum;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly UNSIGNED_INT_SAMPLER_3D: webgl.GLenum;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly UNSIGNED_INT_SAMPLER_CUBE: webgl.GLenum;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly UNSIGNED_INT_SAMPLER_2D_ARRAY: webgl.GLenum;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly DEPTH_COMPONENT32F: webgl.GLenum;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly DEPTH32F_STENCIL8: webgl.GLenum;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly FLOAT_32_UNSIGNED_INT_24_8_REV: webgl.GLenum;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly FRAMEBUFFER_ATTACHMENT_COLOR_ENCODING: webgl.GLenum;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly FRAMEBUFFER_ATTACHMENT_COMPONENT_TYPE: webgl.GLenum;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly FRAMEBUFFER_ATTACHMENT_RED_SIZE: webgl.GLenum;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly FRAMEBUFFER_ATTACHMENT_GREEN_SIZE: webgl.GLenum;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly FRAMEBUFFER_ATTACHMENT_BLUE_SIZE: webgl.GLenum;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly FRAMEBUFFER_ATTACHMENT_ALPHA_SIZE: webgl.GLenum;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly FRAMEBUFFER_ATTACHMENT_DEPTH_SIZE: webgl.GLenum;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly FRAMEBUFFER_ATTACHMENT_STENCIL_SIZE: webgl.GLenum;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly FRAMEBUFFER_DEFAULT: webgl.GLenum;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly UNSIGNED_INT_24_8: webgl.GLenum;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly DEPTH24_STENCIL8: webgl.GLenum;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly UNSIGNED_NORMALIZED: webgl.GLenum;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly DRAW_FRAMEBUFFER_BINDING: webgl.GLenum;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly READ_FRAMEBUFFER: webgl.GLenum;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly DRAW_FRAMEBUFFER: webgl.GLenum;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly READ_FRAMEBUFFER_BINDING: webgl.GLenum;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly RENDERBUFFER_SAMPLES: webgl.GLenum;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly FRAMEBUFFER_ATTACHMENT_TEXTURE_LAYER: webgl.GLenum;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly MAX_COLOR_ATTACHMENTS: webgl.GLenum;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly COLOR_ATTACHMENT1: webgl.GLenum;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly COLOR_ATTACHMENT2: webgl.GLenum;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly COLOR_ATTACHMENT3: webgl.GLenum;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly COLOR_ATTACHMENT4: webgl.GLenum;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly COLOR_ATTACHMENT5: webgl.GLenum;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly COLOR_ATTACHMENT6: webgl.GLenum;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly COLOR_ATTACHMENT7: webgl.GLenum;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly COLOR_ATTACHMENT8: webgl.GLenum;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly COLOR_ATTACHMENT9: webgl.GLenum;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly COLOR_ATTACHMENT10: webgl.GLenum;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly COLOR_ATTACHMENT11: webgl.GLenum;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly COLOR_ATTACHMENT12: webgl.GLenum;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly COLOR_ATTACHMENT13: webgl.GLenum;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly COLOR_ATTACHMENT14: webgl.GLenum;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly COLOR_ATTACHMENT15: webgl.GLenum;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly FRAMEBUFFER_INCOMPLETE_MULTISAMPLE: webgl.GLenum;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly MAX_SAMPLES: webgl.GLenum;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly HALF_FLOAT: webgl.GLenum;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly RG: webgl.GLenum;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly RG_INTEGER: webgl.GLenum;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly R8: webgl.GLenum;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly RG8: webgl.GLenum;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly R16F: webgl.GLenum;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly R32F: webgl.GLenum;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly RG16F: webgl.GLenum;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly RG32F: webgl.GLenum;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly R8I: webgl.GLenum;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly R8UI: webgl.GLenum;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly R16I: webgl.GLenum;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly R16UI: webgl.GLenum;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly R32I: webgl.GLenum;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly R32UI: webgl.GLenum;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly RG8I: webgl.GLenum;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly RG8UI: webgl.GLenum;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly RG16I: webgl.GLenum;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly RG16UI: webgl.GLenum;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly RG32I: webgl.GLenum;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly RG32UI: webgl.GLenum;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly VERTEX_ARRAY_BINDING: webgl.GLenum;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly R8_SNORM: webgl.GLenum;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly RG8_SNORM: webgl.GLenum;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly RGB8_SNORM: webgl.GLenum;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly RGBA8_SNORM: webgl.GLenum;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly SIGNED_NORMALIZED: webgl.GLenum;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly COPY_READ_BUFFER: webgl.GLenum;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly COPY_WRITE_BUFFER: webgl.GLenum;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly COPY_READ_BUFFER_BINDING: webgl.GLenum;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly COPY_WRITE_BUFFER_BINDING: webgl.GLenum;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly UNIFORM_BUFFER: webgl.GLenum;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly UNIFORM_BUFFER_BINDING: webgl.GLenum;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly UNIFORM_BUFFER_START: webgl.GLenum;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly UNIFORM_BUFFER_SIZE: webgl.GLenum;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly MAX_VERTEX_UNIFORM_BLOCKS: webgl.GLenum;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly MAX_FRAGMENT_UNIFORM_BLOCKS: webgl.GLenum;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly MAX_COMBINED_UNIFORM_BLOCKS: webgl.GLenum;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly MAX_UNIFORM_BUFFER_BINDINGS: webgl.GLenum;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly MAX_UNIFORM_BLOCK_SIZE: webgl.GLenum;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly MAX_COMBINED_VERTEX_UNIFORM_COMPONENTS: webgl.GLenum;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly MAX_COMBINED_FRAGMENT_UNIFORM_COMPONENTS: webgl.GLenum;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly UNIFORM_BUFFER_OFFSET_ALIGNMENT: webgl.GLenum;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly ACTIVE_UNIFORM_BLOCKS: webgl.GLenum;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly UNIFORM_TYPE: webgl.GLenum;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly UNIFORM_SIZE: webgl.GLenum;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly UNIFORM_BLOCK_INDEX: webgl.GLenum;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly UNIFORM_OFFSET: webgl.GLenum;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly UNIFORM_ARRAY_STRIDE: webgl.GLenum;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly UNIFORM_MATRIX_STRIDE: webgl.GLenum;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly UNIFORM_IS_ROW_MAJOR: webgl.GLenum;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly UNIFORM_BLOCK_BINDING: webgl.GLenum;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly UNIFORM_BLOCK_DATA_SIZE: webgl.GLenum;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly UNIFORM_BLOCK_ACTIVE_UNIFORMS: webgl.GLenum;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly UNIFORM_BLOCK_ACTIVE_UNIFORM_INDICES: webgl.GLenum;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly UNIFORM_BLOCK_REFERENCED_BY_VERTEX_SHADER: webgl.GLenum;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly UNIFORM_BLOCK_REFERENCED_BY_FRAGMENT_SHADER: webgl.GLenum;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly INVALID_INDEX: webgl.GLenum;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly MAX_VERTEX_OUTPUT_COMPONENTS: webgl.GLenum;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly MAX_FRAGMENT_INPUT_COMPONENTS: webgl.GLenum;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly MAX_SERVER_WAIT_TIMEOUT: webgl.GLenum;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly OBJECT_TYPE: webgl.GLenum;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly SYNC_CONDITION: webgl.GLenum;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly SYNC_STATUS: webgl.GLenum;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly SYNC_FLAGS: webgl.GLenum;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly SYNC_FENCE: webgl.GLenum;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly SYNC_GPU_COMMANDS_COMPLETE: webgl.GLenum;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly UNSIGNALED: webgl.GLenum;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly SIGNALED: webgl.GLenum;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly ALREADY_SIGNALED: webgl.GLenum;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly TIMEOUT_EXPIRED: webgl.GLenum;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly CONDITION_SATISFIED: webgl.GLenum;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly WAIT_FAILED: webgl.GLenum;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly SYNC_FLUSH_COMMANDS_BIT: webgl.GLenum;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly VERTEX_ATTRIB_ARRAY_DIVISOR: webgl.GLenum;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly ANY_SAMPLES_PASSED: webgl.GLenum;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly ANY_SAMPLES_PASSED_CONSERVATIVE: webgl.GLenum;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly SAMPLER_BINDING: webgl.GLenum;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly RGB10_A2UI: webgl.GLenum;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly INT_2_10_10_10_REV: webgl.GLenum;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly TRANSFORM_FEEDBACK: webgl.GLenum;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly TRANSFORM_FEEDBACK_PAUSED: webgl.GLenum;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly TRANSFORM_FEEDBACK_ACTIVE: webgl.GLenum;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly TRANSFORM_FEEDBACK_BINDING: webgl.GLenum;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly TEXTURE_IMMUTABLE_FORMAT: webgl.GLenum;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly MAX_ELEMENT_INDEX: webgl.GLenum;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly TEXTURE_IMMUTABLE_LEVELS: webgl.GLenum;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly TIMEOUT_IGNORED: GLint64;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readonly MAX_CLIENT_WAIT_TIMEOUT_WEBGL: webgl.GLenum;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: copyBufferSubData(readTarget: webgl.GLenum, writeTarget: webgl.GLenum, readOffset: webgl.GLintptr, writeOffset: webgl.GLintptr, size: webgl.GLsizeiptr): void;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: getBufferSubData(target: webgl.GLenum, srcByteOffset: webgl.GLintptr, dstBuffer: ArrayBufferView, dstOffset?: webgl.GLuint, length?: webgl.GLuint): void;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: blitFramebuffer(srcX0: webgl.GLint, srcY0: webgl.GLint, srcX1: webgl.GLint, srcY1: webgl.GLint, dstX0: webgl.GLint, dstY0: webgl.GLint, dstX1: webgl.GLint, dstY1: webgl.GLint, mask: webgl.GLbitfield, filter: webgl.GLenum): void;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: framebufferTextureLayer(target: webgl.GLenum, attachment: webgl.GLenum, texture: webgl.WebGLTexture \| null, level: webgl.GLint, layer: webgl.GLint): void;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: invalidateFramebuffer(target: webgl.GLenum, attachments: webgl.GLenum[]): void;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: invalidateSubFramebuffer(target: webgl.GLenum, attachments: webgl.GLenum[], x: webgl.GLint, y: webgl.GLint, width: webgl.GLsizei, height: webgl.GLsizei): void;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: readBuffer(src: webgl.GLenum): void;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: getInternalformatParameter(target: webgl.GLenum, internalformat: webgl.GLenum, pname: webgl.GLenum): any;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: renderbufferStorageMultisample(target: webgl.GLenum, samples: webgl.GLsizei, internalformat: webgl.GLenum, width: webgl.GLsizei, height: webgl.GLsizei): void;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: texStorage2D(target: webgl.GLenum, levels: webgl.GLsizei, internalformat: webgl.GLenum, width: webgl.GLsizei, height: webgl.GLsizei): void;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: texStorage3D(target: webgl.GLenum, levels: webgl.GLsizei, internalformat: webgl.GLenum, width: webgl.GLsizei, height: webgl.GLsizei, depth: webgl.GLsizei): void;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: texImage3D(target: webgl.GLenum, level: webgl.GLint, internalformat: webgl.GLint, width: webgl.GLsizei, height: webgl.GLsizei, depth: webgl.GLsizei, border: webgl.GLint, format: webgl.GLenum, type: webgl.GLenum, pboOffset: webgl.GLintptr): void;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: texImage3D(target: webgl.GLenum, level: webgl.GLint, internalformat: webgl.GLint, width: webgl.GLsizei, height: webgl.GLsizei, depth: webgl.GLsizei, border: webgl.GLint, format: webgl.GLenum, type: webgl.GLenum, source: webgl.TexImageSource): void;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: texImage3D(target: webgl.GLenum, level: webgl.GLint, internalformat: webgl.GLint, width: webgl.GLsizei, height: webgl.GLsizei, depth: webgl.GLsizei, border: webgl.GLint, format: webgl.GLenum, type: webgl.GLenum, srcData: ArrayBufferView \| null): void;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: texImage3D(target: webgl.GLenum, level: webgl.GLint, internalformat: webgl.GLint, width: webgl.GLsizei, height: webgl.GLsizei, depth: webgl.GLsizei, border: webgl.GLint, format: webgl.GLenum, type: webgl.GLenum, srcData: ArrayBufferView, srcOffset: webgl.GLuint): void;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: texSubImage3D(target: webgl.GLenum, level: webgl.GLint, xoffset: webgl.GLint, yoffset: webgl.GLint, zoffset: webgl.GLint, width: webgl.GLsizei, height: webgl.GLsizei, depth: webgl.GLsizei, format: webgl.GLenum, type: webgl.GLenum, pboOffset: webgl.GLintptr): void;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: texSubImage3D(target: webgl.GLenum, level: webgl.GLint, xoffset: webgl.GLint, yoffset: webgl.GLint, zoffset: webgl.GLint, width: webgl.GLsizei, height: webgl.GLsizei, depth: webgl.GLsizei, format: webgl.GLenum, type: webgl.GLenum, source: webgl.TexImageSource): void;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: texSubImage3D(target: webgl.GLenum, level: webgl.GLint, xoffset: webgl.GLint, yoffset: webgl.GLint, zoffset: webgl.GLint, width: webgl.GLsizei, height: webgl.GLsizei, depth: webgl.GLsizei, format: webgl.GLenum, type: webgl.GLenum, srcData: ArrayBufferView \| null, srcOffset?: webgl.GLuint): void;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: copyTexSubImage3D(target: webgl.GLenum, level: webgl.GLint, xoffset: webgl.GLint, yoffset: webgl.GLint, zoffset: webgl.GLint, x: webgl.GLint, y: webgl.GLint, width: webgl.GLsizei, height: webgl.GLsizei): void;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: compressedTexImage3D(target: webgl.GLenum, level: webgl.GLint, internalformat: webgl.GLenum, width: webgl.GLsizei, height: webgl.GLsizei, depth: webgl.GLsizei, border: webgl.GLint, imageSize: webgl.GLsizei, offset: webgl.GLintptr): void;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: compressedTexImage3D(target: webgl.GLenum, level: webgl.GLint, internalformat: webgl.GLenum, width: webgl.GLsizei, height: webgl.GLsizei, depth: webgl.GLsizei, border: webgl.GLint, srcData: ArrayBufferView, srcOffset?: webgl.GLuint, srcLengthOverride?: webgl.GLuint): void;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: compressedTexSubImage3D(target: webgl.GLenum, level: webgl.GLint, xoffset: webgl.GLint, yoffset: webgl.GLint, zoffset: webgl.GLint, width: webgl.GLsizei, height: webgl.GLsizei, depth: webgl.GLsizei, format: webgl.GLenum, imageSize: webgl.GLsizei, offset: webgl.GLintptr): void;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: compressedTexSubImage3D(target: webgl.GLenum, level: webgl.GLint, xoffset: webgl.GLint, yoffset: webgl.GLint, zoffset: webgl.GLint, width: webgl.GLsizei, height: webgl.GLsizei, depth: webgl.GLsizei, format: webgl.GLenum, srcData: ArrayBufferView, srcOffset?: webgl.GLuint, srcLengthOverride?: webgl.GLuint): void;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: getFragDataLocation(program: webgl.WebGLProgram, name: string): webgl.GLint;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: uniform1ui(location: webgl.WebGLUniformLocation \| null, v0: webgl.GLuint): void;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: uniform2ui(location: webgl.WebGLUniformLocation \| null, v0: webgl.GLuint, v1: webgl.GLuint): void;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: uniform3ui(location: webgl.WebGLUniformLocation \| null, v0: webgl.GLuint, v1: webgl.GLuint, v2: webgl.GLuint): void;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: uniform4ui(location: webgl.WebGLUniformLocation \| null, v0: webgl.GLuint, v1: webgl.GLuint, v2: webgl.GLuint, v3: webgl.GLuint): void;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: uniform1uiv(location: webgl.WebGLUniformLocation \| null, data: Uint32List, srcOffset?: webgl.GLuint, srcLength?: webgl.GLuint): void;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: uniform2uiv(location: webgl.WebGLUniformLocation \| null, data: Uint32List, srcOffset?: webgl.GLuint, srcLength?: webgl.GLuint): void;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: uniform3uiv(location: webgl.WebGLUniformLocation \| null, data: Uint32List, srcOffset?: webgl.GLuint, srcLength?: webgl.GLuint): void;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: uniform4uiv(location: webgl.WebGLUniformLocation \| null, data: Uint32List, srcOffset?: webgl.GLuint, srcLength?: webgl.GLuint): void;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: uniformMatrix3x2fv(location: webgl.WebGLUniformLocation \| null, transpose: webgl.GLboolean, data: webgl.Float32List, srcOffset?: webgl.GLuint, srcLength?: webgl.GLuint): void;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: uniformMatrix4x2fv(location: webgl.WebGLUniformLocation \| null, transpose: webgl.GLboolean, data: webgl.Float32List, srcOffset?: webgl.GLuint, srcLength?: webgl.GLuint): void;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: uniformMatrix2x3fv(location: webgl.WebGLUniformLocation \| null, transpose: webgl.GLboolean, data: webgl.Float32List, srcOffset?: webgl.GLuint, srcLength?: webgl.GLuint): void;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: uniformMatrix4x3fv(location: webgl.WebGLUniformLocation \| null, transpose: webgl.GLboolean, data: webgl.Float32List, srcOffset?: webgl.GLuint, srcLength?: webgl.GLuint): void;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: uniformMatrix2x4fv(location: webgl.WebGLUniformLocation \| null, transpose: webgl.GLboolean, data: webgl.Float32List, srcOffset?: webgl.GLuint, srcLength?: webgl.GLuint): void;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: uniformMatrix3x4fv(location: webgl.WebGLUniformLocation \| null, transpose: webgl.GLboolean, data: webgl.Float32List, srcOffset?: webgl.GLuint, srcLength?: webgl.GLuint): void;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: vertexAttribI4i(index: webgl.GLuint, x: webgl.GLint, y: webgl.GLint, z: webgl.GLint, w: webgl.GLint): void;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: vertexAttribI4iv(index: webgl.GLuint, values: webgl.Int32List): void;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: vertexAttribI4ui(index: webgl.GLuint, x: webgl.GLuint, y: webgl.GLuint, z: webgl.GLuint, w: webgl.GLuint): void;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: vertexAttribI4uiv(index: webgl.GLuint, values: Uint32List): void;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: vertexAttribIPointer(index: webgl.GLuint, size: webgl.GLint, type: webgl.GLenum, stride: webgl.GLsizei, offset: webgl.GLintptr): void;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: vertexAttribDivisor(index: webgl.GLuint, divisor: webgl.GLuint): void;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: drawArraysInstanced(mode: webgl.GLenum, first: webgl.GLint, count: webgl.GLsizei, instanceCount: webgl.GLsizei): void;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: drawElementsInstanced(mode: webgl.GLenum, count: webgl.GLsizei, type: webgl.GLenum, offset: webgl.GLintptr, instanceCount: webgl.GLsizei): void;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: drawRangeElements(mode: webgl.GLenum, start: webgl.GLuint, end: webgl.GLuint, count: webgl.GLsizei, type: webgl.GLenum, offset: webgl.GLintptr): void;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: drawBuffers(buffers: webgl.GLenum[]): void;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: clearBufferfv(buffer: webgl.GLenum, drawbuffer: webgl.GLint, values: webgl.Float32List, srcOffset?: webgl.GLuint): void;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: clearBufferiv(buffer: webgl.GLenum, drawbuffer: webgl.GLint, values: webgl.Int32List, srcOffset?: webgl.GLuint): void;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: clearBufferuiv(buffer: webgl.GLenum, drawbuffer: webgl.GLint, values: Uint32List, srcOffset?: webgl.GLuint): void;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: clearBufferfi(buffer: webgl.GLenum, drawbuffer: webgl.GLint, depth: webgl.GLfloat, stencil: webgl.GLint): void;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: createQuery(): WebGLQuery \| null;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: deleteQuery(query: WebGLQuery \| null): void;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: isQuery(query: WebGLQuery \| null): webgl.GLboolean;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: beginQuery(target: webgl.GLenum, query: WebGLQuery): void;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: endQuery(target: webgl.GLenum): void;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: getQuery(target: webgl.GLenum, pname: webgl.GLenum): WebGLQuery \| null;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: getQueryParameter(query: WebGLQuery, pname: webgl.GLenum): any;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: createSampler(): WebGLSampler \| null;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: deleteSampler(sampler: WebGLSampler \| null): void;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: isSampler(sampler: WebGLSampler \| null): webgl.GLboolean;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: bindSampler(unit: webgl.GLuint, sampler: WebGLSampler \| null): void;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: samplerParameteri(sampler: WebGLSampler, pname: webgl.GLenum, param: webgl.GLint): void;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: samplerParameterf(sampler: WebGLSampler, pname: webgl.GLenum, param: webgl.GLfloat): void;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: getSamplerParameter(sampler: WebGLSampler, pname: webgl.GLenum): any;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: fenceSync(condition: webgl.GLenum, flags: webgl.GLbitfield): WebGLSync \| null;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: isSync(sync: WebGLSync \| null): webgl.GLboolean;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: deleteSync(sync: WebGLSync \| null): void;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: clientWaitSync(sync: WebGLSync, flags: webgl.GLbitfield, timeout: GLuint64 ): webgl.GLenum;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: waitSync(sync: WebGLSync, flags: webgl.GLbitfield, timeout: GLint64): void;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: getSyncParameter(sync: WebGLSync, pname: webgl.GLenum): any;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: createTransformFeedback(): WebGLTransformFeedback \| null;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: deleteTransformFeedback(tf: WebGLTransformFeedback \| null): void;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: isTransformFeedback(tf: WebGLTransformFeedback \| null): webgl.GLboolean;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: bindTransformFeedback(target: webgl.GLenum, tf: WebGLTransformFeedback \| null): void;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: beginTransformFeedback(primitiveMode: webgl.GLenum): void;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: endTransformFeedback(): void;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: transformFeedbackVaryings(program: webgl.WebGLProgram, varyings: string[], bufferMode: webgl.GLenum): void;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: getTransformFeedbackVarying(program: webgl.WebGLProgram, index: webgl.GLuint): webgl.WebGLActiveInfo \| null;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: pauseTransformFeedback(): void;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: resumeTransformFeedback(): void;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: bindBufferBase(target: webgl.GLenum, index: webgl.GLuint, buffer: webgl.WebGLBuffer \| null): void;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: bindBufferRange(target: webgl.GLenum, index: webgl.GLuint, buffer: webgl.WebGLBuffer \| null, offset: webgl.GLintptr, size: webgl.GLsizeiptr): void;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: getIndexedParameter(target: webgl.GLenum, index: webgl.GLuint): any;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: getUniformIndices(program: webgl.WebGLProgram, uniformNames: string[]): webgl.GLuint[] \| null;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: getActiveUniforms(program: webgl.WebGLProgram, uniformIndices: webgl.GLuint[], pname: webgl.GLenum): any;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: getUniformBlockIndex(program: webgl.WebGLProgram, uniformBlockName: string): webgl.GLuint;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: getActiveUniformBlockParameter(program: webgl.WebGLProgram, uniformBlockIndex: webgl.GLuint, pname: webgl.GLenum): any;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: getActiveUniformBlockName(program: webgl.WebGLProgram, uniformBlockIndex: webgl.GLuint): string \| null;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: uniformBlockBinding(program: webgl.WebGLProgram, uniformBlockIndex: webgl.GLuint, uniformBlockBinding: webgl.GLuint): void;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: createVertexArray(): WebGLVertexArrayObject \| null;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: deleteVertexArray(vertexArray: WebGLVertexArrayObject \| null): void;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: isVertexArray(vertexArray: WebGLVertexArrayObject \| null): webgl.GLboolean;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextBase<br>Method or attribute name: bindVertexArray(array: WebGLVertexArrayObject \| null): void;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextOverloads|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextOverloads<br>Method or attribute name: bufferData(target: webgl.GLenum, size: webgl.GLsizeiptr, usage: webgl.GLenum): void;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextOverloads<br>Method or attribute name: bufferData(target: webgl.GLenum, srcData: BufferSource \| null, usage: webgl.GLenum): void;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextOverloads<br>Method or attribute name: bufferSubData(target: webgl.GLenum, dstByteOffset: webgl.GLintptr, srcData: BufferSource): void;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextOverloads<br>Method or attribute name: bufferData(target: webgl.GLenum, srcData: ArrayBufferView, usage: webgl.GLenum, srcOffset: webgl.GLuint, length?: webgl.GLuint): void;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextOverloads<br>Method or attribute name: bufferSubData(target: webgl.GLenum, dstByteOffset: webgl.GLintptr, srcData: ArrayBufferView, srcOffset: webgl.GLuint, length?: webgl.GLuint): void;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextOverloads<br>Method or attribute name: texImage2D(target: webgl.GLenum, level: webgl.GLint, internalformat: webgl.GLint, width: webgl.GLsizei, height: webgl.GLsizei, border: webgl.GLint, format: webgl.GLenum, type: webgl.GLenum, pixels: ArrayBufferView \| null): void;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextOverloads<br>Method or attribute name: texImage2D(target: webgl.GLenum, level: webgl.GLint, internalformat: webgl.GLint, format: webgl.GLenum, type: webgl.GLenum, source: webgl.TexImageSource): void;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextOverloads<br>Method or attribute name: texSubImage2D(target: webgl.GLenum, level: webgl.GLint, xoffset: webgl.GLint, yoffset: webgl.GLint, width: webgl.GLsizei, height: webgl.GLsizei, format: webgl.GLenum, type: webgl.GLenum, pixels: ArrayBufferView \| null): void;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextOverloads<br>Method or attribute name: texSubImage2D(target: webgl.GLenum, level: webgl.GLint, xoffset: webgl.GLint, yoffset: webgl.GLint, format: webgl.GLenum, type: webgl.GLenum, source: webgl.TexImageSource): void;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextOverloads<br>Method or attribute name: texImage2D(target: webgl.GLenum, level: webgl.GLint, internalformat: webgl.GLint, width: webgl.GLsizei, height: webgl.GLsizei, border: webgl.GLint, format: webgl.GLenum, type: webgl.GLenum, pboOffset: webgl.GLintptr): void;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextOverloads<br>Method or attribute name: texImage2D(target: webgl.GLenum, level: webgl.GLint, internalformat: webgl.GLint, width: webgl.GLsizei, height: webgl.GLsizei, border: webgl.GLint, format: webgl.GLenum, type: webgl.GLenum, source: webgl.TexImageSource): void;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextOverloads<br>Method or attribute name: texImage2D(target: webgl.GLenum, level: webgl.GLint, internalformat: webgl.GLint, width: webgl.GLsizei, height: webgl.GLsizei, border: webgl.GLint, format: webgl.GLenum, type: webgl.GLenum, srcData: ArrayBufferView, srcOffset: webgl.GLuint): void;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextOverloads<br>Method or attribute name: texSubImage2D(target: webgl.GLenum, level: webgl.GLint, xoffset: webgl.GLint, yoffset: webgl.GLint, width: webgl.GLsizei, height: webgl.GLsizei, format: webgl.GLenum, type: webgl.GLenum, pboOffset: webgl.GLintptr): void;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextOverloads<br>Method or attribute name: texSubImage2D(target: webgl.GLenum, level: webgl.GLint, xoffset: webgl.GLint, yoffset: webgl.GLint, width: webgl.GLsizei, height: webgl.GLsizei, format: webgl.GLenum, type: webgl.GLenum, source: webgl.TexImageSource): void;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextOverloads<br>Method or attribute name: texSubImage2D(target: webgl.GLenum, level: webgl.GLint, xoffset: webgl.GLint, yoffset: webgl.GLint, width: webgl.GLsizei, height: webgl.GLsizei, format: webgl.GLenum, type: webgl.GLenum, srcData: ArrayBufferView, srcOffset: webgl.GLuint): void;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextOverloads<br>Method or attribute name: compressedTexImage2D(target: webgl.GLenum, level: webgl.GLint, internalformat: webgl.GLenum, width: webgl.GLsizei, height: webgl.GLsizei, border: webgl.GLint, imageSize: webgl.GLsizei, offset: webgl.GLintptr): void;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextOverloads<br>Method or attribute name: compressedTexImage2D(target: webgl.GLenum, level: webgl.GLint, internalformat: webgl.GLenum, width: webgl.GLsizei, height: webgl.GLsizei, border: webgl.GLint, srcData: ArrayBufferView, srcOffset?: webgl.GLuint, srcLengthOverride?: webgl.GLuint): void;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextOverloads<br>Method or attribute name: compressedTexSubImage2D(target: webgl.GLenum, level: webgl.GLint, xoffset: webgl.GLint, yoffset: webgl.GLint, width: webgl.GLsizei, height: webgl.GLsizei, format: webgl.GLenum, imageSize: webgl.GLsizei, offset: webgl.GLintptr): void;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextOverloads<br>Method or attribute name: compressedTexSubImage2D(target: webgl.GLenum, level: webgl.GLint, xoffset: webgl.GLint, yoffset: webgl.GLint, width: webgl.GLsizei, height: webgl.GLsizei, format: webgl.GLenum, srcData: ArrayBufferView, srcOffset?: webgl.GLuint, srcLengthOverride?: webgl.GLuint): void;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextOverloads<br>Method or attribute name: uniform1fv(location: webgl.WebGLUniformLocation \| null, data: webgl.Float32List, srcOffset?: webgl.GLuint, srcLength?: webgl.GLuint): void;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextOverloads<br>Method or attribute name: uniform2fv(location: webgl.WebGLUniformLocation \| null, data: webgl.Float32List, srcOffset?: webgl.GLuint, srcLength?: webgl.GLuint): void;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextOverloads<br>Method or attribute name: uniform3fv(location: webgl.WebGLUniformLocation \| null, data: webgl.Float32List, srcOffset?: webgl.GLuint, srcLength?: webgl.GLuint): void;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextOverloads<br>Method or attribute name: uniform4fv(location: webgl.WebGLUniformLocation \| null, data: webgl.Float32List, srcOffset?: webgl.GLuint, srcLength?: webgl.GLuint): void;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextOverloads<br>Method or attribute name: uniform1iv(location: webgl.WebGLUniformLocation \| null, data: webgl.Int32List, srcOffset?: webgl.GLuint, srcLength?: webgl.GLuint): void;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextOverloads<br>Method or attribute name: uniform2iv(location: webgl.WebGLUniformLocation \| null, data: webgl.Int32List, srcOffset?: webgl.GLuint, srcLength?: webgl.GLuint): void;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextOverloads<br>Method or attribute name: uniform3iv(location: webgl.WebGLUniformLocation \| null, data: webgl.Int32List, srcOffset?: webgl.GLuint, srcLength?: webgl.GLuint): void;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextOverloads<br>Method or attribute name: uniform4iv(location: webgl.WebGLUniformLocation \| null, data: webgl.Int32List, srcOffset?: webgl.GLuint, srcLength?: webgl.GLuint): void;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextOverloads<br>Method or attribute name: uniformMatrix2fv(location: webgl.WebGLUniformLocation \| null, transpose: webgl.GLboolean, data: webgl.Float32List, srcOffset?: webgl.GLuint, srcLength?: webgl.GLuint): void;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextOverloads<br>Method or attribute name: uniformMatrix3fv(location: webgl.WebGLUniformLocation \| null, transpose: webgl.GLboolean, data: webgl.Float32List, srcOffset?: webgl.GLuint, srcLength?: webgl.GLuint): void;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextOverloads<br>Method or attribute name: uniformMatrix4fv(location: webgl.WebGLUniformLocation \| null, transpose: webgl.GLboolean, data: webgl.Float32List, srcOffset?: webgl.GLuint, srcLength?: webgl.GLuint): void;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextOverloads<br>Method or attribute name: readPixels(x: webgl.GLint, y: webgl.GLint, width: webgl.GLsizei, height: webgl.GLsizei, format: webgl.GLenum, type: webgl.GLenum, dstData: ArrayBufferView \| null): void;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextOverloads<br>Method or attribute name: readPixels(x: webgl.GLint, y: webgl.GLint, width: webgl.GLsizei, height: webgl.GLsizei, format: webgl.GLenum, type: webgl.GLenum, offset: webgl.GLintptr): void;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContextOverloads<br>Method or attribute name: readPixels(x: webgl.GLint, y: webgl.GLint, width: webgl.GLsizei, height: webgl.GLsizei, format: webgl.GLenum, type: webgl.GLenum, dstData: ArrayBufferView, dstOffset: webgl.GLuint): void;|NA|webgl2.d.ts|
|Deleted|Module name: webgl2<br>Class name: WebGL2RenderingContext|NA|webgl2.d.ts|
| Change Type | Old Version | New Version | d.ts File |
| ---- | ------ | ------ | -------- |
|Added|NA|Class name: InputMethodSetting<br>Method or attribute name: on(type: 'imeShow' \| 'imeHide', callback: (info: Array\<InputWindowInfo>) => void): void;|@ohos.inputMethod.d.ts|
|Added|NA|Class name: InputMethodSetting<br>Method or attribute name: off(type: 'imeShow' \| 'imeHide', callback?: (info: Array\<InputWindowInfo>) => void): void;|@ohos.inputMethod.d.ts|
|Added|NA|Class name: InputMethodController<br>Method or attribute name: attach(showKeyboard: boolean, textConfig: TextConfig, callback: AsyncCallback\<void>): void;|@ohos.inputMethod.d.ts|
|Added|NA|Class name: InputMethodController<br>Method or attribute name: attach(showKeyboard: boolean, textConfig: TextConfig): Promise\<void>;|@ohos.inputMethod.d.ts|
|Added|NA|Class name: InputMethodController<br>Method or attribute name: showTextInput(callback: AsyncCallback\<void>): void;|@ohos.inputMethod.d.ts|
|Added|NA|Class name: InputMethodController<br>Method or attribute name: showTextInput(): Promise\<void>;|@ohos.inputMethod.d.ts|
|Added|NA|Class name: InputMethodController<br>Method or attribute name: hideTextInput(callback: AsyncCallback\<void>): void;|@ohos.inputMethod.d.ts|
|Added|NA|Class name: InputMethodController<br>Method or attribute name: hideTextInput(): Promise\<void>;|@ohos.inputMethod.d.ts|
|Added|NA|Class name: InputMethodController<br>Method or attribute name: detach(callback: AsyncCallback\<void>): void;|@ohos.inputMethod.d.ts|
|Added|NA|Class name: InputMethodController<br>Method or attribute name: detach(): Promise\<void>;|@ohos.inputMethod.d.ts|
|Added|NA|Class name: InputMethodController<br>Method or attribute name: setCallingWindow(windowId: number, callback: AsyncCallback\<void>): void;|@ohos.inputMethod.d.ts|
|Added|NA|Class name: InputMethodController<br>Method or attribute name: setCallingWindow(windowId: number): Promise\<void>;|@ohos.inputMethod.d.ts|
|Added|NA|Class name: InputMethodController<br>Method or attribute name: updateCursor(cursorInfo: CursorInfo, callback: AsyncCallback\<void>): void;|@ohos.inputMethod.d.ts|
|Added|NA|Class name: InputMethodController<br>Method or attribute name: updateCursor(cursorInfo: CursorInfo): Promise\<void>;|@ohos.inputMethod.d.ts|
|Added|NA|Class name: InputMethodController<br>Method or attribute name: changeSelection(text: string, start: number, end: number, callback: AsyncCallback\<void>): void;|@ohos.inputMethod.d.ts|
|Added|NA|Class name: InputMethodController<br>Method or attribute name: changeSelection(text: string, start: number, end: number): Promise\<void>;|@ohos.inputMethod.d.ts|
|Added|NA|Class name: InputMethodController<br>Method or attribute name: updateAttribute(attribute: InputAttribute, callback: AsyncCallback\<void>): void;|@ohos.inputMethod.d.ts|
|Added|NA|Class name: InputMethodController<br>Method or attribute name: updateAttribute(attribute: InputAttribute): Promise\<void>;|@ohos.inputMethod.d.ts|
|Added|NA|Class name: InputMethodController<br>Method or attribute name: on(type: 'selectByRange', callback: Callback\<Range>): void;|@ohos.inputMethod.d.ts|
|Added|NA|Class name: InputMethodController<br>Method or attribute name: on(type: 'selectByMovement', callback: Callback\<Movement>): void;|@ohos.inputMethod.d.ts|
|Added|NA|Class name: InputMethodController<br>Method or attribute name: off(type: 'selectByRange'): void;|@ohos.inputMethod.d.ts|
|Added|NA|Class name: InputMethodController<br>Method or attribute name: off(type: 'selectByMovement'): void;|@ohos.inputMethod.d.ts|
|Added|NA|Class name: InputMethodController<br>Method or attribute name: on(type: 'insertText', callback: (text: string) => void): void;|@ohos.inputMethod.d.ts|
|Added|NA|Class name: InputMethodController<br>Method or attribute name: off(type: 'insertText'): void;|@ohos.inputMethod.d.ts|
|Added|NA|Class name: InputMethodController<br>Method or attribute name: on(type: 'deleteLeft' \| 'deleteRight', callback: (length: number) => void): void;|@ohos.inputMethod.d.ts|
|Added|NA|Class name: InputMethodController<br>Method or attribute name: off(type: 'deleteLeft' \| 'deleteRight'): void;|@ohos.inputMethod.d.ts|
|Added|NA|Class name: InputMethodController<br>Method or attribute name: on(type: 'sendKeyboardStatus', callback: (keyBoardStatus: KeyboardStatus) => void): void;|@ohos.inputMethod.d.ts|
|Added|NA|Class name: InputMethodController<br>Method or attribute name: off(type: 'sendKeyboardStatus'): void;|@ohos.inputMethod.d.ts|
|Added|NA|Class name: InputMethodController<br>Method or attribute name: on(type: 'sendFunctionKey', callback: (functionKey: FunctionKey) => void): void;|@ohos.inputMethod.d.ts|
|Added|NA|Class name: InputMethodController<br>Method or attribute name: off(type: 'sendFunctionKey'): void;|@ohos.inputMethod.d.ts|
|Added|NA|Class name: InputMethodController<br>Method or attribute name: on(type: 'moveCursor', callback: (direction: Direction) => void): void;|@ohos.inputMethod.d.ts|
|Added|NA|Class name: InputMethodController<br>Method or attribute name: off(type: 'moveCursor'): void;|@ohos.inputMethod.d.ts|
|Added|NA|Class name: InputMethodController<br>Method or attribute name: on(type: 'handleExtendAction', callback: (action: ExtendAction) => void): void;|@ohos.inputMethod.d.ts|
|Added|NA|Class name: InputMethodController<br>Method or attribute name: off(type: 'handleExtendAction'): void;|@ohos.inputMethod.d.ts|
|Added|NA|Class name: InputMethodProperty<br>Method or attribute name: readonly labelId?: number;|@ohos.inputMethod.d.ts|
|Added|NA|Class name: InputMethodProperty<br>Method or attribute name: extra?: object;|@ohos.inputMethod.d.ts|
|Added|NA|Module name: ohos.inputMethod<br>Class name: Direction|@ohos.inputMethod.d.ts|
|Added|NA|Module name: ohos.inputMethod<br>Class name: Direction<br>Method or attribute name: CURSOR_UP = 1|@ohos.inputMethod.d.ts|
|Added|NA|Module name: ohos.inputMethod<br>Class name: Direction<br>Method or attribute name: CURSOR_DOWN|@ohos.inputMethod.d.ts|
|Added|NA|Module name: ohos.inputMethod<br>Class name: Direction<br>Method or attribute name: CURSOR_LEFT|@ohos.inputMethod.d.ts|
|Added|NA|Module name: ohos.inputMethod<br>Class name: Direction<br>Method or attribute name: CURSOR_RIGHT|@ohos.inputMethod.d.ts|
|Added|NA|Module name: ohos.inputMethod<br>Class name: Range|@ohos.inputMethod.d.ts|
|Added|NA|Module name: ohos.inputMethod<br>Class name: Range<br>Method or attribute name: start: number;|@ohos.inputMethod.d.ts|
|Added|NA|Module name: ohos.inputMethod<br>Class name: Range<br>Method or attribute name: end: number;|@ohos.inputMethod.d.ts|
|Added|NA|Module name: ohos.inputMethod<br>Class name: Movement|@ohos.inputMethod.d.ts|
|Added|NA|Module name: ohos.inputMethod<br>Class name: Movement<br>Method or attribute name: direction: Direction;|@ohos.inputMethod.d.ts|
|Added|NA|Module name: ohos.inputMethod<br>Class name: TextInputType|@ohos.inputMethod.d.ts|
|Added|NA|Module name: ohos.inputMethod<br>Class name: TextInputType<br>Method or attribute name: NONE = -1|@ohos.inputMethod.d.ts|
|Added|NA|Module name: ohos.inputMethod<br>Class name: TextInputType<br>Method or attribute name: TEXT = 0|@ohos.inputMethod.d.ts|
|Added|NA|Module name: ohos.inputMethod<br>Class name: TextInputType<br>Method or attribute name: MULTILINE|@ohos.inputMethod.d.ts|
|Added|NA|Module name: ohos.inputMethod<br>Class name: TextInputType<br>Method or attribute name: NUMBER|@ohos.inputMethod.d.ts|
|Added|NA|Module name: ohos.inputMethod<br>Class name: TextInputType<br>Method or attribute name: PHONE|@ohos.inputMethod.d.ts|
|Added|NA|Module name: ohos.inputMethod<br>Class name: TextInputType<br>Method or attribute name: DATETIME|@ohos.inputMethod.d.ts|
|Added|NA|Module name: ohos.inputMethod<br>Class name: TextInputType<br>Method or attribute name: EMAIL_ADDRESS|@ohos.inputMethod.d.ts|
|Added|NA|Module name: ohos.inputMethod<br>Class name: TextInputType<br>Method or attribute name: URL|@ohos.inputMethod.d.ts|
|Added|NA|Module name: ohos.inputMethod<br>Class name: TextInputType<br>Method or attribute name: VISIBLE_PASSWORD|@ohos.inputMethod.d.ts|
|Added|NA|Module name: ohos.inputMethod<br>Class name: EnterKeyType|@ohos.inputMethod.d.ts|
|Added|NA|Module name: ohos.inputMethod<br>Class name: EnterKeyType<br>Method or attribute name: UNSPECIFIED = 0|@ohos.inputMethod.d.ts|
|Added|NA|Module name: ohos.inputMethod<br>Class name: EnterKeyType<br>Method or attribute name: NONE|@ohos.inputMethod.d.ts|
|Added|NA|Module name: ohos.inputMethod<br>Class name: EnterKeyType<br>Method or attribute name: GO|@ohos.inputMethod.d.ts|
|Added|NA|Module name: ohos.inputMethod<br>Class name: EnterKeyType<br>Method or attribute name: SEARCH|@ohos.inputMethod.d.ts|
|Added|NA|Module name: ohos.inputMethod<br>Class name: EnterKeyType<br>Method or attribute name: SEND|@ohos.inputMethod.d.ts|
|Added|NA|Module name: ohos.inputMethod<br>Class name: EnterKeyType<br>Method or attribute name: NEXT|@ohos.inputMethod.d.ts|
|Added|NA|Module name: ohos.inputMethod<br>Class name: EnterKeyType<br>Method or attribute name: DONE|@ohos.inputMethod.d.ts|
|Added|NA|Module name: ohos.inputMethod<br>Class name: EnterKeyType<br>Method or attribute name: PREVIOUS|@ohos.inputMethod.d.ts|
|Added|NA|Module name: ohos.inputMethod<br>Class name: KeyboardStatus|@ohos.inputMethod.d.ts|
|Added|NA|Module name: ohos.inputMethod<br>Class name: KeyboardStatus<br>Method or attribute name: NONE = 0|@ohos.inputMethod.d.ts|
|Added|NA|Module name: ohos.inputMethod<br>Class name: KeyboardStatus<br>Method or attribute name: HIDE = 1|@ohos.inputMethod.d.ts|
|Added|NA|Module name: ohos.inputMethod<br>Class name: KeyboardStatus<br>Method or attribute name: SHOW = 2|@ohos.inputMethod.d.ts|
|Added|NA|Module name: ohos.inputMethod<br>Class name: InputAttribute|@ohos.inputMethod.d.ts|
|Added|NA|Module name: ohos.inputMethod<br>Class name: InputAttribute<br>Method or attribute name: textInputType: TextInputType;|@ohos.inputMethod.d.ts|
|Added|NA|Module name: ohos.inputMethod<br>Class name: InputAttribute<br>Method or attribute name: enterKeyType: EnterKeyType;|@ohos.inputMethod.d.ts|
|Added|NA|Module name: ohos.inputMethod<br>Class name: FunctionKey|@ohos.inputMethod.d.ts|
|Added|NA|Module name: ohos.inputMethod<br>Class name: FunctionKey<br>Method or attribute name: enterKeyType: EnterKeyType;|@ohos.inputMethod.d.ts|
|Added|NA|Module name: ohos.inputMethod<br>Class name: CursorInfo|@ohos.inputMethod.d.ts|
|Added|NA|Module name: ohos.inputMethod<br>Class name: CursorInfo<br>Method or attribute name: left: number;|@ohos.inputMethod.d.ts|
|Added|NA|Module name: ohos.inputMethod<br>Class name: CursorInfo<br>Method or attribute name: top: number;|@ohos.inputMethod.d.ts|
|Added|NA|Module name: ohos.inputMethod<br>Class name: CursorInfo<br>Method or attribute name: width: number;|@ohos.inputMethod.d.ts|
|Added|NA|Module name: ohos.inputMethod<br>Class name: CursorInfo<br>Method or attribute name: height: number;|@ohos.inputMethod.d.ts|
|Added|NA|Module name: ohos.inputMethod<br>Class name: TextConfig|@ohos.inputMethod.d.ts|
|Added|NA|Module name: ohos.inputMethod<br>Class name: TextConfig<br>Method or attribute name: inputAttribute: InputAttribute;|@ohos.inputMethod.d.ts|
|Added|NA|Module name: ohos.inputMethod<br>Class name: ExtendAction|@ohos.inputMethod.d.ts|
|Added|NA|Module name: ohos.inputMethod<br>Class name: ExtendAction<br>Method or attribute name: SELECT_ALL = 0|@ohos.inputMethod.d.ts|
|Added|NA|Module name: ohos.inputMethod<br>Class name: ExtendAction<br>Method or attribute name: CUT = 3|@ohos.inputMethod.d.ts|
|Added|NA|Module name: ohos.inputMethod<br>Class name: ExtendAction<br>Method or attribute name: COPY = 4|@ohos.inputMethod.d.ts|
|Added|NA|Module name: ohos.inputMethod<br>Class name: ExtendAction<br>Method or attribute name: PASTE = 5|@ohos.inputMethod.d.ts|
|Added|NA|Module name: ohos.inputMethod<br>Class name: InputWindowInfo|@ohos.inputMethod.d.ts|
|Added|NA|Module name: ohos.inputMethod<br>Class name: InputWindowInfo<br>Method or attribute name: name: string;|@ohos.inputMethod.d.ts|
|Added|NA|Module name: ohos.inputMethod<br>Class name: InputWindowInfo<br>Method or attribute name: left: number;|@ohos.inputMethod.d.ts|
|Added|NA|Module name: ohos.inputMethod<br>Class name: InputWindowInfo<br>Method or attribute name: top: number;|@ohos.inputMethod.d.ts|
|Added|NA|Module name: ohos.inputMethod<br>Class name: InputWindowInfo<br>Method or attribute name: width: number;|@ohos.inputMethod.d.ts|
|Added|NA|Module name: ohos.inputMethod<br>Class name: InputWindowInfo<br>Method or attribute name: height: number;|@ohos.inputMethod.d.ts|
|Added|NA|Class name: InputMethodAbility<br>Method or attribute name: createPanel(ctx: BaseContext, info: PanelInfo, callback: AsyncCallback\<Panel>): void;|@ohos.inputMethodEngine.d.ts|
|Added|NA|Class name: InputMethodAbility<br>Method or attribute name: createPanel(ctx: BaseContext, info: PanelInfo): Promise\<Panel>;|@ohos.inputMethodEngine.d.ts|
|Added|NA|Class name: InputMethodAbility<br>Method or attribute name: destroyPanel(panel: Panel, callback: AsyncCallback\<void>): void;|@ohos.inputMethodEngine.d.ts|
|Added|NA|Class name: InputMethodAbility<br>Method or attribute name: destroyPanel(panel: Panel): Promise\<void>;|@ohos.inputMethodEngine.d.ts|
|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: InputClient<br>Method or attribute name: selectByRange(range: Range, callback: AsyncCallback\<void>): void;|@ohos.inputMethodEngine.d.ts|
|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: InputClient<br>Method or attribute name: selectByRange(range: Range): Promise\<void>;|@ohos.inputMethodEngine.d.ts|
|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: InputClient<br>Method or attribute name: selectByMovement(movement: Movement, callback: AsyncCallback\<void>): void;|@ohos.inputMethodEngine.d.ts|
|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: InputClient<br>Method or attribute name: selectByMovement(movement: Movement): Promise\<void>;|@ohos.inputMethodEngine.d.ts|
|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: InputClient<br>Method or attribute name: getTextIndexAtCursor(callback: AsyncCallback\<number>): void;|@ohos.inputMethodEngine.d.ts|
|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: InputClient<br>Method or attribute name: getTextIndexAtCursor(): Promise\<number>;|@ohos.inputMethodEngine.d.ts|
|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: InputClient<br>Method or attribute name: sendExtendAction(action: ExtendAction, callback: AsyncCallback\<void>): void;|@ohos.inputMethodEngine.d.ts|
|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: InputClient<br>Method or attribute name: sendExtendAction(action: ExtendAction): Promise\<void>;|@ohos.inputMethodEngine.d.ts|
|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: Panel|@ohos.inputMethodEngine.d.ts|
|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: Panel<br>Method or attribute name: setUiContent(path: string, callback: AsyncCallback\<void>): void;|@ohos.inputMethodEngine.d.ts|
|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: Panel<br>Method or attribute name: setUiContent(path: string): Promise\<void>;|@ohos.inputMethodEngine.d.ts|
|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: Panel<br>Method or attribute name: setUiContent(path: string, storage: LocalStorage, callback: AsyncCallback\<void>): void;|@ohos.inputMethodEngine.d.ts|
|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: Panel<br>Method or attribute name: setUiContent(path: string, storage: LocalStorage): Promise\<void>;|@ohos.inputMethodEngine.d.ts|
|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: Panel<br>Method or attribute name: resize(width: number, height: number, callback: AsyncCallback\<void>): void;|@ohos.inputMethodEngine.d.ts|
|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: Panel<br>Method or attribute name: resize(width: number, height: number): Promise\<void>;|@ohos.inputMethodEngine.d.ts|
|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: Panel<br>Method or attribute name: moveTo(x: number, y: number, callback: AsyncCallback\<void>): void;|@ohos.inputMethodEngine.d.ts|
|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: Panel<br>Method or attribute name: moveTo(x: number, y: number): Promise\<void>;|@ohos.inputMethodEngine.d.ts|
|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: Panel<br>Method or attribute name: show(callback: AsyncCallback\<void>): void;|@ohos.inputMethodEngine.d.ts|
|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: Panel<br>Method or attribute name: show(): Promise\<void>;|@ohos.inputMethodEngine.d.ts|
|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: Panel<br>Method or attribute name: hide(callback: AsyncCallback\<void>): void;|@ohos.inputMethodEngine.d.ts|
|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: Panel<br>Method or attribute name: hide(): Promise\<void>;|@ohos.inputMethodEngine.d.ts|
|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: Panel<br>Method or attribute name: on(type: 'show' \| 'hide', callback: () => void): void;|@ohos.inputMethodEngine.d.ts|
|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: Panel<br>Method or attribute name: on(type: 'show' \| 'hide', callback: () => void): void;|@ohos.inputMethodEngine.d.ts|
|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: Panel<br>Method or attribute name: off(type: 'show' \| 'hide', callback?: () => void): void;|@ohos.inputMethodEngine.d.ts|
|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: Panel<br>Method or attribute name: off(type: 'show' \| 'hide', callback?: () => void): void;|@ohos.inputMethodEngine.d.ts|
|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: Panel<br>Method or attribute name: changeFlag(flag: PanelFlag): void;|@ohos.inputMethodEngine.d.ts|
|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: PanelFlag|@ohos.inputMethodEngine.d.ts|
|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: PanelFlag<br>Method or attribute name: FLG_FIXED = 0|@ohos.inputMethodEngine.d.ts|
|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: PanelFlag<br>Method or attribute name: FLG_FLOATING|@ohos.inputMethodEngine.d.ts|
|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: PanelType|@ohos.inputMethodEngine.d.ts|
|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: PanelType<br>Method or attribute name: SOFT_KEYBOARD = 0|@ohos.inputMethodEngine.d.ts|
|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: PanelType<br>Method or attribute name: STATUS_BAR|@ohos.inputMethodEngine.d.ts|
|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: PanelInfo|@ohos.inputMethodEngine.d.ts|
|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: PanelInfo<br>Method or attribute name: type: PanelType;|@ohos.inputMethodEngine.d.ts|
|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: PanelInfo<br>Method or attribute name: flag?: PanelFlag;|@ohos.inputMethodEngine.d.ts|
|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: Direction|@ohos.inputMethodEngine.d.ts|
|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: Direction<br>Method or attribute name: CURSOR_UP = 1|@ohos.inputMethodEngine.d.ts|
|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: Direction<br>Method or attribute name: CURSOR_DOWN|@ohos.inputMethodEngine.d.ts|
|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: Direction<br>Method or attribute name: CURSOR_LEFT|@ohos.inputMethodEngine.d.ts|
|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: Direction<br>Method or attribute name: CURSOR_RIGHT|@ohos.inputMethodEngine.d.ts|
|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: Range|@ohos.inputMethodEngine.d.ts|
|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: Range<br>Method or attribute name: start: number;|@ohos.inputMethodEngine.d.ts|
|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: Range<br>Method or attribute name: end: number;|@ohos.inputMethodEngine.d.ts|
|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: Movement|@ohos.inputMethodEngine.d.ts|
|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: Movement<br>Method or attribute name: direction: Direction;|@ohos.inputMethodEngine.d.ts|
|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: ExtendAction|@ohos.inputMethodEngine.d.ts|
|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: ExtendAction<br>Method or attribute name: SELECT_ALL = 0|@ohos.inputMethodEngine.d.ts|
|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: ExtendAction<br>Method or attribute name: CUT = 3|@ohos.inputMethodEngine.d.ts|
|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: ExtendAction<br>Method or attribute name: COPY = 4|@ohos.inputMethodEngine.d.ts|
|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: ExtendAction<br>Method or attribute name: PASTE = 5|@ohos.inputMethodEngine.d.ts|
|Added|NA|Class name: InputMethodSubtype<br>Method or attribute name: readonly labelId?: number;|@ohos.InputMethodSubtype.d.ts|
|Added|NA|Class name: InputMethodSubtype<br>Method or attribute name: extra?: object;|@ohos.InputMethodSubtype.d.ts|
|Added|NA|Module name: ohos.wallpaper<br>Class name: WallpaperResourceType|@ohos.wallpaper.d.ts|
|Added|NA|Module name: ohos.wallpaper<br>Class name: WallpaperResourceType<br>Method or attribute name: DEFAULT|@ohos.wallpaper.d.ts|
|Added|NA|Module name: ohos.wallpaper<br>Class name: WallpaperResourceType<br>Method or attribute name: PICTURE|@ohos.wallpaper.d.ts|
|Added|NA|Module name: ohos.wallpaper<br>Class name: WallpaperResourceType<br>Method or attribute name: VIDEO|@ohos.wallpaper.d.ts|
|Added|NA|Module name: ohos.wallpaper<br>Class name: WallpaperResourceType<br>Method or attribute name: PACKAGE|@ohos.wallpaper.d.ts|
|Added|NA|Class name: wallpaper<br>Method or attribute name: function setVideo(source: string, wallpaperType: WallpaperType, callback: AsyncCallback\<void>): void;|@ohos.wallpaper.d.ts|
|Added|NA|Class name: wallpaper<br>Method or attribute name: function setVideo(source: string, wallpaperType: WallpaperType): Promise\<void>;|@ohos.wallpaper.d.ts|
|Added|NA|Class name: wallpaper<br>Method or attribute name: function on(<br><br> type: 'wallpaperChange',<br><br> callback: (wallpaperType: WallpaperType, resourceType: WallpaperResourceType) => void<br><br> ): void;|@ohos.wallpaper.d.ts|
|Added|NA|Class name: wallpaper<br>Method or attribute name: function off(<br><br> type: 'wallpaperChange',<br><br> callback?: (wallpaperType: WallpaperType, resourceType: WallpaperResourceType) => void<br><br> ): void;|@ohos.wallpaper.d.ts|
|Initial version changed|Class name: inputMethod<br>Method or attribute name: function switchCurrentInputMethodSubtype(target: InputMethodSubtype, callback: AsyncCallback\<boolean>): void;<br>Initial version: 9|Class name: inputMethod<br>Method or attribute name: function switchCurrentInputMethodSubtype(target: InputMethodSubtype, callback: AsyncCallback\<boolean>): void;<br>Initial version: 10|@ohos.inputMethod.d.ts|
|Initial version changed|Class name: inputMethod<br>Method or attribute name: function switchCurrentInputMethodSubtype(target: InputMethodSubtype): Promise\<boolean>;<br>Initial version: 9|Class name: inputMethod<br>Method or attribute name: function switchCurrentInputMethodSubtype(target: InputMethodSubtype): Promise\<boolean>;<br>Initial version: 10|@ohos.inputMethod.d.ts|
|Initial version changed|Class name: request<br>Initial version: N/A|Class name: request<br>Initial version: 6|@ohos.request.d.ts|
|Initial version changed|Class name: request<br>Method or attribute name: const EXCEPTION_PERMISSION: number;<br>Initial version: 9|Class name: request<br>Method or attribute name: const EXCEPTION_PERMISSION: number;<br>Initial version: 10|@ohos.request.d.ts|
|Initial version changed|Class name: request<br>Method or attribute name: const EXCEPTION_PARAMCHECK: number;<br>Initial version: 9|Class name: request<br>Method or attribute name: const EXCEPTION_PARAMCHECK: number;<br>Initial version: 10|@ohos.request.d.ts|
|Initial version changed|Class name: request<br>Method or attribute name: const EXCEPTION_UNSUPPORTED: number;<br>Initial version: 9|Class name: request<br>Method or attribute name: const EXCEPTION_UNSUPPORTED: number;<br>Initial version: 10|@ohos.request.d.ts|
|Initial version changed|Class name: request<br>Method or attribute name: const EXCEPTION_FILEIO: number;<br>Initial version: 9|Class name: request<br>Method or attribute name: const EXCEPTION_FILEIO: number;<br>Initial version: 10|@ohos.request.d.ts|
|Initial version changed|Class name: request<br>Method or attribute name: const EXCEPTION_FILEPATH: number;<br>Initial version: 9|Class name: request<br>Method or attribute name: const EXCEPTION_FILEPATH: number;<br>Initial version: 10|@ohos.request.d.ts|
|Initial version changed|Class name: request<br>Method or attribute name: const EXCEPTION_SERVICE: number;<br>Initial version: 9|Class name: request<br>Method or attribute name: const EXCEPTION_SERVICE: number;<br>Initial version: 10|@ohos.request.d.ts|
|Initial version changed|Class name: request<br>Method or attribute name: const EXCEPTION_OTHERS: number;<br>Initial version: 9|Class name: request<br>Method or attribute name: const EXCEPTION_OTHERS: number;<br>Initial version: 10|@ohos.request.d.ts|
|Initial version changed|Class name: request<br>Method or attribute name: const NETWORK_MOBILE: number;<br>Initial version: 6|Class name: request<br>Method or attribute name: const NETWORK_MOBILE: number;<br>Initial version: 10|@ohos.request.d.ts|
|Initial version changed|Class name: request<br>Method or attribute name: const NETWORK_WIFI: number;<br>Initial version: 6|Class name: request<br>Method or attribute name: const NETWORK_WIFI: number;<br>Initial version: 10|@ohos.request.d.ts|
|Initial version changed|Class name: request<br>Method or attribute name: const ERROR_CANNOT_RESUME: number;<br>Initial version: 7|Class name: request<br>Method or attribute name: const ERROR_CANNOT_RESUME: number;<br>Initial version: 10|@ohos.request.d.ts|
|Initial version changed|Class name: request<br>Method or attribute name: const ERROR_DEVICE_NOT_FOUND: number;<br>Initial version: 7|Class name: request<br>Method or attribute name: const ERROR_DEVICE_NOT_FOUND: number;<br>Initial version: 10|@ohos.request.d.ts|
|Initial version changed|Class name: request<br>Method or attribute name: const ERROR_FILE_ALREADY_EXISTS: number;<br>Initial version: 7|Class name: request<br>Method or attribute name: const ERROR_FILE_ALREADY_EXISTS: number;<br>Initial version: 10|@ohos.request.d.ts|
|Initial version changed|Class name: request<br>Method or attribute name: const ERROR_FILE_ERROR: number;<br>Initial version: 7|Class name: request<br>Method or attribute name: const ERROR_FILE_ERROR: number;<br>Initial version: 10|@ohos.request.d.ts|
|Initial version changed|Class name: request<br>Method or attribute name: const ERROR_HTTP_DATA_ERROR: number;<br>Initial version: 7|Class name: request<br>Method or attribute name: const ERROR_HTTP_DATA_ERROR: number;<br>Initial version: 10|@ohos.request.d.ts|
|Initial version changed|Class name: request<br>Method or attribute name: const ERROR_INSUFFICIENT_SPACE: number;<br>Initial version: 7|Class name: request<br>Method or attribute name: const ERROR_INSUFFICIENT_SPACE: number;<br>Initial version: 10|@ohos.request.d.ts|
|Initial version changed|Class name: request<br>Method or attribute name: const ERROR_TOO_MANY_REDIRECTS: number;<br>Initial version: 7|Class name: request<br>Method or attribute name: const ERROR_TOO_MANY_REDIRECTS: number;<br>Initial version: 10|@ohos.request.d.ts|
|Initial version changed|Class name: request<br>Method or attribute name: const ERROR_UNHANDLED_HTTP_CODE: number;<br>Initial version: 7|Class name: request<br>Method or attribute name: const ERROR_UNHANDLED_HTTP_CODE: number;<br>Initial version: 10|@ohos.request.d.ts|
|Initial version changed|Class name: request<br>Method or attribute name: const ERROR_UNKNOWN: number;<br>Initial version: 7|Class name: request<br>Method or attribute name: const ERROR_UNKNOWN: number;<br>Initial version: 10|@ohos.request.d.ts|
|Initial version changed|Class name: request<br>Method or attribute name: const ERROR_OFFLINE: number;<br>Initial version: 9|Class name: request<br>Method or attribute name: const ERROR_OFFLINE: number;<br>Initial version: 10|@ohos.request.d.ts|
|Initial version changed|Class name: request<br>Method or attribute name: const ERROR_UNSUPPORTED_NETWORK_TYPE: number;<br>Initial version: 9|Class name: request<br>Method or attribute name: const ERROR_UNSUPPORTED_NETWORK_TYPE: number;<br>Initial version: 10|@ohos.request.d.ts|
|Initial version changed|Class name: request<br>Method or attribute name: const PAUSED_QUEUED_FOR_WIFI: number;<br>Initial version: 7|Class name: request<br>Method or attribute name: const PAUSED_QUEUED_FOR_WIFI: number;<br>Initial version: 10|@ohos.request.d.ts|
|Initial version changed|Class name: request<br>Method or attribute name: const PAUSED_WAITING_FOR_NETWORK: number;<br>Initial version: 7|Class name: request<br>Method or attribute name: const PAUSED_WAITING_FOR_NETWORK: number;<br>Initial version: 10|@ohos.request.d.ts|
|Initial version changed|Class name: request<br>Method or attribute name: const PAUSED_WAITING_TO_RETRY: number;<br>Initial version: 7|Class name: request<br>Method or attribute name: const PAUSED_WAITING_TO_RETRY: number;<br>Initial version: 10|@ohos.request.d.ts|
|Initial version changed|Class name: request<br>Method or attribute name: const PAUSED_BY_USER: number;<br>Initial version: 9|Class name: request<br>Method or attribute name: const PAUSED_BY_USER: number;<br>Initial version: 10|@ohos.request.d.ts|
|Initial version changed|Class name: request<br>Method or attribute name: const PAUSED_UNKNOWN: number;<br>Initial version: 7|Class name: request<br>Method or attribute name: const PAUSED_UNKNOWN: number;<br>Initial version: 10|@ohos.request.d.ts|
|Initial version changed|Class name: request<br>Method or attribute name: const SESSION_SUCCESSFUL: number;<br>Initial version: 7|Class name: request<br>Method or attribute name: const SESSION_SUCCESSFUL: number;<br>Initial version: 10|@ohos.request.d.ts|
|Initial version changed|Class name: request<br>Method or attribute name: const SESSION_RUNNING: number;<br>Initial version: 7|Class name: request<br>Method or attribute name: const SESSION_RUNNING: number;<br>Initial version: 10|@ohos.request.d.ts|
|Initial version changed|Class name: request<br>Method or attribute name: const SESSION_PENDING: number;<br>Initial version: 7|Class name: request<br>Method or attribute name: const SESSION_PENDING: number;<br>Initial version: 10|@ohos.request.d.ts|
|Initial version changed|Class name: request<br>Method or attribute name: const SESSION_PAUSED: number;<br>Initial version: 7|Class name: request<br>Method or attribute name: const SESSION_PAUSED: number;<br>Initial version: 10|@ohos.request.d.ts|
|Initial version changed|Class name: request<br>Method or attribute name: const SESSION_FAILED: number;<br>Initial version: 7|Class name: request<br>Method or attribute name: const SESSION_FAILED: number;<br>Initial version: 10|@ohos.request.d.ts|
|Initial version changed|Class name: request<br>Method or attribute name: function downloadFile(context: BaseContext, config: DownloadConfig, callback: AsyncCallback\<DownloadTask>): void;<br>Initial version: 9|Class name: request<br>Method or attribute name: function downloadFile(context: BaseContext, config: DownloadConfig, callback: AsyncCallback\<DownloadTask>): void;<br>Initial version: 10|@ohos.request.d.ts|
|Initial version changed|Class name: request<br>Method or attribute name: function downloadFile(context: BaseContext, config: DownloadConfig): Promise\<DownloadTask>;<br>Initial version: 9|Class name: request<br>Method or attribute name: function downloadFile(context: BaseContext, config: DownloadConfig): Promise\<DownloadTask>;<br>Initial version: 10|@ohos.request.d.ts|
|Initial version changed|Class name: request<br>Method or attribute name: function uploadFile(context: BaseContext, config: UploadConfig, callback: AsyncCallback\<UploadTask>): void;<br>Initial version: 9|Class name: request<br>Method or attribute name: function uploadFile(context: BaseContext, config: UploadConfig, callback: AsyncCallback\<UploadTask>): void;<br>Initial version: 10|@ohos.request.d.ts|
|Initial version changed|Class name: request<br>Method or attribute name: function uploadFile(context: BaseContext, config: UploadConfig): Promise\<UploadTask>;<br>Initial version: 9|Class name: request<br>Method or attribute name: function uploadFile(context: BaseContext, config: UploadConfig): Promise\<UploadTask>;<br>Initial version: 10|@ohos.request.d.ts|
|Initial version changed|Class name: DownloadConfig<br>Initial version: 6|Class name: DownloadConfig<br>Initial version: 10|@ohos.request.d.ts|
|Initial version changed|Class name: DownloadConfig<br>Method or attribute name: url: string;<br>Initial version: 6|Class name: DownloadConfig<br>Method or attribute name: url: string;<br>Initial version: 10|@ohos.request.d.ts|
|Initial version changed|Class name: DownloadConfig<br>Method or attribute name: header?: Object;<br>Initial version: 6|Class name: DownloadConfig<br>Method or attribute name: header?: Object;<br>Initial version: 10|@ohos.request.d.ts|
|Initial version changed|Class name: DownloadConfig<br>Method or attribute name: enableMetered?: boolean;<br>Initial version: 6|Class name: DownloadConfig<br>Method or attribute name: enableMetered?: boolean;<br>Initial version: 10|@ohos.request.d.ts|
|Initial version changed|Class name: DownloadConfig<br>Method or attribute name: enableRoaming?: boolean;<br>Initial version: 6|Class name: DownloadConfig<br>Method or attribute name: enableRoaming?: boolean;<br>Initial version: 10|@ohos.request.d.ts|
|Initial version changed|Class name: DownloadConfig<br>Method or attribute name: description?: string;<br>Initial version: 6|Class name: DownloadConfig<br>Method or attribute name: description?: string;<br>Initial version: 10|@ohos.request.d.ts|
|Initial version changed|Class name: DownloadConfig<br>Method or attribute name: networkType?: number;<br>Initial version: 6|Class name: DownloadConfig<br>Method or attribute name: networkType?: number;<br>Initial version: 10|@ohos.request.d.ts|
|Initial version changed|Class name: DownloadConfig<br>Method or attribute name: filePath?: string;<br>Initial version: 7|Class name: DownloadConfig<br>Method or attribute name: filePath?: string;<br>Initial version: 10|@ohos.request.d.ts|
|Initial version changed|Class name: DownloadConfig<br>Method or attribute name: title?: string;<br>Initial version: 6|Class name: DownloadConfig<br>Method or attribute name: title?: string;<br>Initial version: 10|@ohos.request.d.ts|
|Initial version changed|Class name: DownloadConfig<br>Method or attribute name: background?: boolean;<br>Initial version: 9|Class name: DownloadConfig<br>Method or attribute name: background?: boolean;<br>Initial version: 10|@ohos.request.d.ts|
|Initial version changed|Class name: DownloadInfo<br>Initial version: 7|Class name: DownloadInfo<br>Initial version: 10|@ohos.request.d.ts|
|Initial version changed|Class name: DownloadInfo<br>Method or attribute name: description: string;<br>Initial version: 7|Class name: DownloadInfo<br>Method or attribute name: description: string;<br>Initial version: 10|@ohos.request.d.ts|
|Initial version changed|Class name: DownloadInfo<br>Method or attribute name: downloadedBytes: number;<br>Initial version: 7|Class name: DownloadInfo<br>Method or attribute name: downloadedBytes: number;<br>Initial version: 10|@ohos.request.d.ts|
|Initial version changed|Class name: DownloadInfo<br>Method or attribute name: downloadId: number;<br>Initial version: 7|Class name: DownloadInfo<br>Method or attribute name: downloadId: number;<br>Initial version: 10|@ohos.request.d.ts|
|Initial version changed|Class name: DownloadInfo<br>Method or attribute name: failedReason: number;<br>Initial version: 7|Class name: DownloadInfo<br>Method or attribute name: failedReason: number;<br>Initial version: 10|@ohos.request.d.ts|
|Initial version changed|Class name: DownloadInfo<br>Method or attribute name: fileName: string;<br>Initial version: 7|Class name: DownloadInfo<br>Method or attribute name: fileName: string;<br>Initial version: 10|@ohos.request.d.ts|
|Initial version changed|Class name: DownloadInfo<br>Method or attribute name: filePath: string;<br>Initial version: 7|Class name: DownloadInfo<br>Method or attribute name: filePath: string;<br>Initial version: 10|@ohos.request.d.ts|
|Initial version changed|Class name: DownloadInfo<br>Method or attribute name: pausedReason: number;<br>Initial version: 7|Class name: DownloadInfo<br>Method or attribute name: pausedReason: number;<br>Initial version: 10|@ohos.request.d.ts|
|Initial version changed|Class name: DownloadInfo<br>Method or attribute name: status: number;<br>Initial version: 7|Class name: DownloadInfo<br>Method or attribute name: status: number;<br>Initial version: 10|@ohos.request.d.ts|
|Initial version changed|Class name: DownloadInfo<br>Method or attribute name: targetURI: string;<br>Initial version: 7|Class name: DownloadInfo<br>Method or attribute name: targetURI: string;<br>Initial version: 10|@ohos.request.d.ts|
|Initial version changed|Class name: DownloadInfo<br>Method or attribute name: downloadTitle: string;<br>Initial version: 7|Class name: DownloadInfo<br>Method or attribute name: downloadTitle: string;<br>Initial version: 10|@ohos.request.d.ts|
|Initial version changed|Class name: DownloadInfo<br>Method or attribute name: downloadTotalBytes: number;<br>Initial version: 7|Class name: DownloadInfo<br>Method or attribute name: downloadTotalBytes: number;<br>Initial version: 10|@ohos.request.d.ts|
|Initial version changed|Class name: DownloadTask<br>Initial version: 6|Class name: DownloadTask<br>Initial version: 10|@ohos.request.d.ts|
|Initial version changed|Class name: DownloadTask<br>Method or attribute name: on(type: 'progress', callback: (receivedSize: number, totalSize: number) => void): void;<br>Initial version: 6|Class name: DownloadTask<br>Method or attribute name: on(type: 'progress', callback: (receivedSize: number, totalSize: number) => void): void;<br>Initial version: 10|@ohos.request.d.ts|
|Initial version changed|Class name: DownloadTask<br>Method or attribute name: off(type: 'progress', callback?: (receivedSize: number, totalSize: number) => void): void;<br>Initial version: 6|Class name: DownloadTask<br>Method or attribute name: off(type: 'progress', callback?: (receivedSize: number, totalSize: number) => void): void;<br>Initial version: 10|@ohos.request.d.ts|
|Initial version changed|Class name: DownloadTask<br>Method or attribute name: on(type: 'complete' \| 'pause' \| 'remove', callback: () => void): void;<br>Initial version: 7|Class name: DownloadTask<br>Method or attribute name: on(type: 'complete' \| 'pause' \| 'remove', callback: () => void): void;<br>Initial version: 10|@ohos.request.d.ts|
|Initial version changed|Class name: DownloadTask<br>Method or attribute name: on(type: 'complete' \| 'pause' \| 'remove', callback: () => void): void;<br>Initial version: 7|Class name: DownloadTask<br>Method or attribute name: on(type: 'complete' \| 'pause' \| 'remove', callback: () => void): void;<br>Initial version: 10|@ohos.request.d.ts|
|Initial version changed|Class name: DownloadTask<br>Method or attribute name: off(type: 'complete' \| 'pause' \| 'remove', callback?: () => void): void;<br>Initial version: 7|Class name: DownloadTask<br>Method or attribute name: off(type: 'complete' \| 'pause' \| 'remove', callback?: () => void): void;<br>Initial version: 10|@ohos.request.d.ts|
|Initial version changed|Class name: DownloadTask<br>Method or attribute name: on(type: 'fail', callback: (err: number) => void): void;<br>Initial version: 7|Class name: DownloadTask<br>Method or attribute name: on(type: 'fail', callback: (err: number) => void): void;<br>Initial version: 10|@ohos.request.d.ts|
|Initial version changed|Class name: DownloadTask<br>Method or attribute name: off(type: 'fail', callback?: (err: number) => void): void;<br>Initial version: 7|Class name: DownloadTask<br>Method or attribute name: off(type: 'fail', callback?: (err: number) => void): void;<br>Initial version: 10|@ohos.request.d.ts|
|Initial version changed|Class name: DownloadTask<br>Method or attribute name: delete(callback: AsyncCallback\<boolean>): void;<br>Initial version: 9|Class name: DownloadTask<br>Method or attribute name: delete(callback: AsyncCallback\<boolean>): void;<br>Initial version: 10|@ohos.request.d.ts|
|Initial version changed|Class name: DownloadTask<br>Method or attribute name: delete(): Promise\<boolean>;<br>Initial version: 9|Class name: DownloadTask<br>Method or attribute name: delete(): Promise\<boolean>;<br>Initial version: 10|@ohos.request.d.ts|
|Initial version changed|Class name: DownloadTask<br>Method or attribute name: suspend(callback: AsyncCallback\<boolean>): void;<br>Initial version: 9|Class name: DownloadTask<br>Method or attribute name: suspend(callback: AsyncCallback\<boolean>): void;<br>Initial version: 10|@ohos.request.d.ts|
|Initial version changed|Class name: DownloadTask<br>Method or attribute name: suspend(): Promise\<boolean>;<br>Initial version: 9|Class name: DownloadTask<br>Method or attribute name: suspend(): Promise\<boolean>;<br>Initial version: 10|@ohos.request.d.ts|
|Initial version changed|Class name: DownloadTask<br>Method or attribute name: restore(callback: AsyncCallback\<boolean>): void;<br>Initial version: 9|Class name: DownloadTask<br>Method or attribute name: restore(callback: AsyncCallback\<boolean>): void;<br>Initial version: 10|@ohos.request.d.ts|
|Initial version changed|Class name: DownloadTask<br>Method or attribute name: restore(): Promise\<boolean>;<br>Initial version: 9|Class name: DownloadTask<br>Method or attribute name: restore(): Promise\<boolean>;<br>Initial version: 10|@ohos.request.d.ts|
|Initial version changed|Class name: DownloadTask<br>Method or attribute name: getTaskInfo(callback: AsyncCallback\<DownloadInfo>): void;<br>Initial version: 9|Class name: DownloadTask<br>Method or attribute name: getTaskInfo(callback: AsyncCallback\<DownloadInfo>): void;<br>Initial version: 10|@ohos.request.d.ts|
|Initial version changed|Class name: DownloadTask<br>Method or attribute name: getTaskInfo(): Promise\<DownloadInfo>;<br>Initial version: 9|Class name: DownloadTask<br>Method or attribute name: getTaskInfo(): Promise\<DownloadInfo>;<br>Initial version: 10|@ohos.request.d.ts|
|Initial version changed|Class name: DownloadTask<br>Method or attribute name: getTaskMimeType(callback: AsyncCallback\<string>): void;<br>Initial version: 9|Class name: DownloadTask<br>Method or attribute name: getTaskMimeType(callback: AsyncCallback\<string>): void;<br>Initial version: 10|@ohos.request.d.ts|
|Initial version changed|Class name: DownloadTask<br>Method or attribute name: getTaskMimeType(): Promise\<string>;<br>Initial version: 9|Class name: DownloadTask<br>Method or attribute name: getTaskMimeType(): Promise\<string>;<br>Initial version: 10|@ohos.request.d.ts|
|Initial version changed|Class name: File<br>Initial version: 6|Class name: File<br>Initial version: 10|@ohos.request.d.ts|
|Initial version changed|Class name: File<br>Method or attribute name: filename: string;<br>Initial version: 6|Class name: File<br>Method or attribute name: filename: string;<br>Initial version: 10|@ohos.request.d.ts|
|Initial version changed|Class name: File<br>Method or attribute name: name: string;<br>Initial version: 6|Class name: File<br>Method or attribute name: name: string;<br>Initial version: 10|@ohos.request.d.ts|
|Initial version changed|Class name: File<br>Method or attribute name: uri: string;<br>Initial version: 6|Class name: File<br>Method or attribute name: uri: string;<br>Initial version: 10|@ohos.request.d.ts|
|Initial version changed|Class name: File<br>Method or attribute name: type: string;<br>Initial version: 6|Class name: File<br>Method or attribute name: type: string;<br>Initial version: 10|@ohos.request.d.ts|
|Initial version changed|Class name: RequestData<br>Initial version: 6|Class name: RequestData<br>Initial version: 10|@ohos.request.d.ts|
|Initial version changed|Class name: RequestData<br>Method or attribute name: name: string;<br>Initial version: 6|Class name: RequestData<br>Method or attribute name: name: string;<br>Initial version: 10|@ohos.request.d.ts|
|Initial version changed|Class name: RequestData<br>Method or attribute name: value: string;<br>Initial version: 6|Class name: RequestData<br>Method or attribute name: value: string;<br>Initial version: 10|@ohos.request.d.ts|
|Initial version changed|Class name: UploadConfig<br>Initial version: 6|Class name: UploadConfig<br>Initial version: 10|@ohos.request.d.ts|
|Initial version changed|Class name: UploadConfig<br>Method or attribute name: url: string;<br>Initial version: 6|Class name: UploadConfig<br>Method or attribute name: url: string;<br>Initial version: 10|@ohos.request.d.ts|
|Initial version changed|Class name: UploadConfig<br>Method or attribute name: header: Object;<br>Initial version: 6|Class name: UploadConfig<br>Method or attribute name: header: Object;<br>Initial version: 10|@ohos.request.d.ts|
|Initial version changed|Class name: UploadConfig<br>Method or attribute name: method: string;<br>Initial version: 6|Class name: UploadConfig<br>Method or attribute name: method: string;<br>Initial version: 10|@ohos.request.d.ts|
|Initial version changed|Class name: UploadConfig<br>Method or attribute name: files: Array\<File>;<br>Initial version: 6|Class name: UploadConfig<br>Method or attribute name: files: Array\<File>;<br>Initial version: 10|@ohos.request.d.ts|
|Initial version changed|Class name: UploadConfig<br>Method or attribute name: data: Array\<RequestData>;<br>Initial version: 6|Class name: UploadConfig<br>Method or attribute name: data: Array\<RequestData>;<br>Initial version: 10|@ohos.request.d.ts|
|Initial version changed|Class name: TaskState<br>Initial version: 9|Class name: TaskState<br>Initial version: 10|@ohos.request.d.ts|
|Initial version changed|Class name: TaskState<br>Method or attribute name: path: string;<br>Initial version: 9|Class name: TaskState<br>Method or attribute name: path: string;<br>Initial version: 10|@ohos.request.d.ts|
|Initial version changed|Class name: TaskState<br>Method or attribute name: responseCode: number;<br>Initial version: 9|Class name: TaskState<br>Method or attribute name: responseCode: number;<br>Initial version: 10|@ohos.request.d.ts|
|Initial version changed|Class name: TaskState<br>Method or attribute name: message: string;<br>Initial version: 9|Class name: TaskState<br>Method or attribute name: message: string;<br>Initial version: 10|@ohos.request.d.ts|
|Initial version changed|Class name: UploadTask<br>Initial version: 6|Class name: UploadTask<br>Initial version: 10|@ohos.request.d.ts|
|Initial version changed|Class name: UploadTask<br>Method or attribute name: on(type: 'progress', callback: (uploadedSize: number, totalSize: number) => void): void;<br>Initial version: 6|Class name: UploadTask<br>Method or attribute name: on(type: 'progress', callback: (uploadedSize: number, totalSize: number) => void): void;<br>Initial version: 10|@ohos.request.d.ts|
|Initial version changed|Class name: UploadTask<br>Method or attribute name: off(type: 'progress', callback?: (uploadedSize: number, totalSize: number) => void): void;<br>Initial version: 6|Class name: UploadTask<br>Method or attribute name: off(type: 'progress', callback?: (uploadedSize: number, totalSize: number) => void): void;<br>Initial version: 10|@ohos.request.d.ts|
|Initial version changed|Class name: UploadTask<br>Method or attribute name: on(type: 'headerReceive', callback: (header: object) => void): void;<br>Initial version: 7|Class name: UploadTask<br>Method or attribute name: on(type: 'headerReceive', callback: (header: object) => void): void;<br>Initial version: 10|@ohos.request.d.ts|
|Initial version changed|Class name: UploadTask<br>Method or attribute name: off(type: 'headerReceive', callback?: (header: object) => void): void;<br>Initial version: 7|Class name: UploadTask<br>Method or attribute name: off(type: 'headerReceive', callback?: (header: object) => void): void;<br>Initial version: 10|@ohos.request.d.ts|
|Initial version changed|Class name: UploadTask<br>Method or attribute name: delete(callback: AsyncCallback\<boolean>): void;<br>Initial version: 9|Class name: UploadTask<br>Method or attribute name: delete(callback: AsyncCallback\<boolean>): void;<br>Initial version: 10|@ohos.request.d.ts|
|Initial version changed|Class name: UploadTask<br>Method or attribute name: delete(): Promise\<boolean>;<br>Initial version: 9|Class name: UploadTask<br>Method or attribute name: delete(): Promise\<boolean>;<br>Initial version: 10|@ohos.request.d.ts|
|Initial version changed|Class name: UploadResponse<br>Initial version: N/A|Class name: UploadResponse<br>Initial version: 3|@system.request.d.ts|
|Initial version changed|Class name: DownloadResponse<br>Initial version: N/A|Class name: DownloadResponse<br>Initial version: 3|@system.request.d.ts|
|Initial version changed|Class name: OnDownloadCompleteResponse<br>Initial version: N/A|Class name: OnDownloadCompleteResponse<br>Initial version: 3|@system.request.d.ts|
|Initial version changed|Class name: RequestFile<br>Initial version: N/A|Class name: RequestFile<br>Initial version: 3|@system.request.d.ts|
|Initial version changed|Class name: RequestData<br>Initial version: N/A|Class name: RequestData<br>Initial version: 3|@system.request.d.ts|
|Initial version changed|Class name: UploadRequestOptions<br>Initial version: N/A|Class name: UploadRequestOptions<br>Initial version: 3|@system.request.d.ts|
|Initial version changed|Class name: DownloadRequestOptions<br>Initial version: N/A|Class name: DownloadRequestOptions<br>Initial version: 3|@system.request.d.ts|
|Initial version changed|Class name: OnDownloadCompleteOptions<br>Initial version: N/A|Class name: OnDownloadCompleteOptions<br>Initial version: 3|@system.request.d.ts|
|Initial version changed|Class name: Request<br>Initial version: N/A|Class name: Request<br>Initial version: 3|@system.request.d.ts|
|Permission added|Class name: request<br>Method or attribute name: const EXCEPTION_PERMISSION: number;<br>Permission: N/A|Class name: request<br>Method or attribute name: const EXCEPTION_PERMISSION: number;<br>Permission: ohos.permission.INTERNET|@ohos.request.d.ts|
|Permission added|Class name: request<br>Method or attribute name: const EXCEPTION_PARAMCHECK: number;<br>Permission: N/A|Class name: request<br>Method or attribute name: const EXCEPTION_PARAMCHECK: number;<br>Permission: ohos.permission.INTERNET|@ohos.request.d.ts|
|Permission added|Class name: request<br>Method or attribute name: const EXCEPTION_UNSUPPORTED: number;<br>Permission: N/A|Class name: request<br>Method or attribute name: const EXCEPTION_UNSUPPORTED: number;<br>Permission: ohos.permission.INTERNET|@ohos.request.d.ts|
|Permission added|Class name: request<br>Method or attribute name: const EXCEPTION_FILEIO: number;<br>Permission: N/A|Class name: request<br>Method or attribute name: const EXCEPTION_FILEIO: number;<br>Permission: ohos.permission.INTERNET|@ohos.request.d.ts|
|Permission added|Class name: request<br>Method or attribute name: const EXCEPTION_FILEPATH: number;<br>Permission: N/A|Class name: request<br>Method or attribute name: const EXCEPTION_FILEPATH: number;<br>Permission: ohos.permission.INTERNET|@ohos.request.d.ts|
|Permission added|Class name: request<br>Method or attribute name: const EXCEPTION_SERVICE: number;<br>Permission: N/A|Class name: request<br>Method or attribute name: const EXCEPTION_SERVICE: number;<br>Permission: ohos.permission.INTERNET|@ohos.request.d.ts|
|Permission added|Class name: request<br>Method or attribute name: const EXCEPTION_OTHERS: number;<br>Permission: N/A|Class name: request<br>Method or attribute name: const EXCEPTION_OTHERS: number;<br>Permission: ohos.permission.INTERNET|@ohos.request.d.ts|
|Permission added|Class name: DownloadConfig<br>Method or attribute name: background?: boolean;<br>Permission: N/A|Class name: DownloadConfig<br>Method or attribute name: background?: boolean;<br>Permission: ohos.permission.INTERNET|@ohos.request.d.ts|
|Permission added|Class name: screenLock<br>Method or attribute name: function lock(callback: AsyncCallback\<boolean>): void;<br>Permission: N/A|Class name: screenLock<br>Method or attribute name: function lock(callback: AsyncCallback\<boolean>): void;<br>Permission: ohos.permission.ACCESS_SCREEN_LOCK_INNER|@ohos.screenLock.d.ts|
|Permission added|Class name: screenLock<br>Method or attribute name: function onSystemEvent(callback: Callback\<SystemEvent>): boolean;<br>Permission: N/A|Class name: screenLock<br>Method or attribute name: function onSystemEvent(callback: Callback\<SystemEvent>): boolean;<br>Permission: ohos.permission.ACCESS_SCREEN_LOCK_INNER|@ohos.screenLock.d.ts|
|Permission added|Class name: screenLock<br>Method or attribute name: function sendScreenLockEvent(event: String, parameter: number, callback: AsyncCallback\<boolean>): void;<br>Permission: N/A|Class name: screenLock<br>Method or attribute name: function sendScreenLockEvent(event: String, parameter: number, callback: AsyncCallback\<boolean>): void;<br>Permission: ohos.permission.ACCESS_SCREEN_LOCK_INNER|@ohos.screenLock.d.ts|
|Permission added|Class name: screenLock<br>Method or attribute name: function sendScreenLockEvent(event: String, parameter: number): Promise\<boolean>;<br>Permission: N/A|Class name: screenLock<br>Method or attribute name: function sendScreenLockEvent(event: String, parameter: number): Promise\<boolean>;<br>Permission: ohos.permission.ACCESS_SCREEN_LOCK_INNER|@ohos.screenLock.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|Module name: ohos.effectKit<br>Class name: ColorPicker<br>Method or attribute name: getLargestProportionColor(): Color;|@ohos.effectKit.d.ts|
|Added|NA|Class name: ColorPicker<br>Method or attribute name: getLargestProportionColor(): Color;|@ohos.effectKit.d.ts|
|Added|NA|Module name: ohos.effectKit<br>Class name: ColorPicker<br>Method or attribute name: getHighestSaturationColor(): Color;|@ohos.effectKit.d.ts|
|Added|NA|Class name: ColorPicker<br>Method or attribute name: getHighestSaturationColor(): Color;|@ohos.effectKit.d.ts|
|Added|NA|Module name: ohos.effectKit<br>Class name: ColorPicker<br>Method or attribute name: getAverageColor(): Color;|@ohos.effectKit.d.ts|
|Added|NA|Class name: ColorPicker<br>Method or attribute name: getAverageColor(): Color;|@ohos.effectKit.d.ts|
|Added|NA|Module name: ohos.effectKit<br>Class name: ColorPicker<br>Method or attribute name: isBlackOrWhiteOrGrayColor(color: number): boolean;|@ohos.effectKit.d.ts|
|Added|NA|Class name: ColorPicker<br>Method or attribute name: isBlackOrWhiteOrGrayColor(color: number): boolean;|@ohos.effectKit.d.ts|
|Added|NA|Module name: ohos.multimedia.audio<br>Class name: AudioVolumeType<br>Method or attribute name: ALARM = 4|@ohos.multimedia.audio.d.ts|
|Added|NA|Module name: ohos.multimedia.audio<br>Class name: AudioVolumeType<br>Method or attribute name: ACCESSIBILITY = 5|@ohos.multimedia.audio.d.ts|
|Added|NA|Module name: ohos.multimedia.audio<br>Class name: AudioVolumeType<br>Method or attribute name: ULTRASONIC = 10|@ohos.multimedia.audio.d.ts|
|Added|NA|Module name: ohos.multimedia.audio<br>Class name: ContentType<br>Method or attribute name: CONTENT_TYPE_ULTRASONIC = 9|@ohos.multimedia.audio.d.ts|
|Added|NA|Module name: ohos.multimedia.audio<br>Class name: StreamUsage<br>Method or attribute name: STREAM_USAGE_ALARM = 4|@ohos.multimedia.audio.d.ts|
|Added|NA|Module name: ohos.multimedia.audio<br>Class name: StreamUsage<br>Method or attribute name: STREAM_USAGE_ACCESSIBILITY = 8|@ohos.multimedia.audio.d.ts|
|Added|NA|Module name: ohos.multimedia.audio<br>Class name: StreamUsage<br>Method or attribute name: STREAM_USAGE_SYSTEM = 9|@ohos.multimedia.audio.d.ts|
|Added|NA|Class name: AudioRendererFilter<br>Method or attribute name: uid?: number;|@ohos.multimedia.audio.d.ts|
|Added|NA|Module name: ohos.multimedia.audio<br>Class name: AudioRoutingManager<br>Method or attribute name: getPreferOutputDeviceForRendererInfo(rendererInfo: AudioRendererInfo, callback: AsyncCallback\<AudioDeviceDescriptors>): void;|@ohos.multimedia.audio.d.ts|
|Added|NA|Class name: AudioRoutingManager<br>Method or attribute name: getPreferOutputDeviceForRendererInfo(rendererInfo: AudioRendererInfo, callback: AsyncCallback\<AudioDeviceDescriptors>): void;|@ohos.multimedia.audio.d.ts|
|Added|NA|Module name: ohos.multimedia.audio<br>Class name: AudioRoutingManager<br>Method or attribute name: getPreferOutputDeviceForRendererInfo(rendererInfo: AudioRendererInfo): Promise\<AudioDeviceDescriptors>;|@ohos.multimedia.audio.d.ts|
|Added|NA|Class name: AudioRoutingManager<br>Method or attribute name: getPreferOutputDeviceForRendererInfo(rendererInfo: AudioRendererInfo): Promise\<AudioDeviceDescriptors>;|@ohos.multimedia.audio.d.ts|
|Added|NA|Module name: ohos.multimedia.audio<br>Class name: AudioRoutingManager<br>Method or attribute name: on(type: 'preferOutputDeviceChangeForRendererInfo', rendererInfo: AudioRendererInfo, callback: Callback\<AudioDeviceDescriptors>): void;|@ohos.multimedia.audio.d.ts|
|Added|NA|Class name: AudioRoutingManager<br>Method or attribute name: on(type: 'preferOutputDeviceChangeForRendererInfo', rendererInfo: AudioRendererInfo, callback: Callback\<AudioDeviceDescriptors>): void;|@ohos.multimedia.audio.d.ts|
|Added|NA|Module name: ohos.multimedia.audio<br>Class name: AudioRoutingManager<br>Method or attribute name: off(type: 'preferOutputDeviceChangeForRendererInfo', callback?: Callback\<AudioDeviceDescriptors>): void;|@ohos.multimedia.audio.d.ts|
|Added|NA|Class name: AudioRoutingManager<br>Method or attribute name: off(type: 'preferOutputDeviceChangeForRendererInfo', callback?: Callback\<AudioDeviceDescriptors>): void;|@ohos.multimedia.audio.d.ts|
|Added|NA|Module name: ohos.multimedia.audio<br>Class name: AudioDeviceDescriptor<br>Method or attribute name: readonly displayName: string;|@ohos.multimedia.audio.d.ts|
|Added|NA|Class name: AudioDeviceDescriptor<br>Method or attribute name: readonly displayName: string;|@ohos.multimedia.audio.d.ts|
|Added|NA|Module name: ohos.multimedia.audio<br>Class name: AudioCapturer<br>Method or attribute name: on(type: 'audioInterrupt', callback: Callback\<InterruptEvent>): void;|@ohos.multimedia.audio.d.ts|
|Added|NA|Class name: AudioCapturer<br>Method or attribute name: on(type: 'audioInterrupt', callback: Callback\<InterruptEvent>): void;|@ohos.multimedia.audio.d.ts|
|Added|NA|Class name: avSession<br>Method or attribute name: function getHistoricalSessionDescriptors(maxSize: number, callback: AsyncCallback\<Array\<Readonly\<AVSessionDescriptor>>>): void;|@ohos.multimedia.avsession.d.ts|
|Added|NA|Class name: avSession<br>Method or attribute name: function getHistoricalSessionDescriptors(maxSize?: number): Promise\<Array\<Readonly\<AVSessionDescriptor>>>;|@ohos.multimedia.avsession.d.ts|
|Added|NA|Class name: AVSession<br>Method or attribute name: dispatchSessionEvent(event: string, args: { [key: string]: Object }, callback: AsyncCallback\<void>): void;|@ohos.multimedia.avsession.d.ts|
|Added|NA|Class name: AVSession<br>Method or attribute name: dispatchSessionEvent(event: string, args: { [key: string]: Object }): Promise\<void>;|@ohos.multimedia.avsession.d.ts|
|Added|NA|Class name: AVSession<br>Method or attribute name: setAVQueueItems(items: Array\<AVQueueItem>, callback: AsyncCallback\<void>): void;|@ohos.multimedia.avsession.d.ts|
|Added|NA|Class name: AVSession<br>Method or attribute name: setAVQueueItems(items: Array\<AVQueueItem>): Promise\<void>;|@ohos.multimedia.avsession.d.ts|
|Added|NA|Class name: AVSession<br>Method or attribute name: setAVQueueTitle(title: string, callback: AsyncCallback\<void>): void;|@ohos.multimedia.avsession.d.ts|
|Added|NA|Class name: AVSession<br>Method or attribute name: setAVQueueTitle(title: string): Promise\<void>;|@ohos.multimedia.avsession.d.ts|
|Added|NA|Class name: AVSession<br>Method or attribute name: setExtras(extras: {[key: string]: Object}, callback: AsyncCallback\<void>): void;|@ohos.multimedia.avsession.d.ts|
|Added|NA|Class name: AVSession<br>Method or attribute name: setExtras(extras: {[key: string]: Object}): Promise\<void>;|@ohos.multimedia.avsession.d.ts|
|Added|NA|Class name: AVSession<br>Method or attribute name: on(type: 'commonCommand', callback: (command: string, args: { [key: string]: Object }) => void): void;|@ohos.multimedia.avsession.d.ts|
|Added|NA|Class name: AVSession<br>Method or attribute name: off(type: 'commonCommand', callback?: (command: string, args: { [key: string]: Object }) => void): void;|@ohos.multimedia.avsession.d.ts|
|Added|NA|Class name: AVSession<br>Method or attribute name: on(type: 'skipToQueueItem', callback: (itemId: number) => void): void;|@ohos.multimedia.avsession.d.ts|
|Added|NA|Class name: AVSession<br>Method or attribute name: off(type: 'skipToQueueItem', callback?: (itemId: number) => void): void;|@ohos.multimedia.avsession.d.ts|
|Added|NA|Module name: ohos.multimedia.avsession<br>Class name: AVMediaDescription|@ohos.multimedia.avsession.d.ts|
|Added|NA|Module name: ohos.multimedia.avsession<br>Class name: AVMediaDescription<br>Method or attribute name: mediaId: string;|@ohos.multimedia.avsession.d.ts|
|Added|NA|Module name: ohos.multimedia.avsession<br>Class name: AVMediaDescription<br>Method or attribute name: title?: string;|@ohos.multimedia.avsession.d.ts|
|Added|NA|Module name: ohos.multimedia.avsession<br>Class name: AVMediaDescription<br>Method or attribute name: subtitle?: string;|@ohos.multimedia.avsession.d.ts|
|Added|NA|Module name: ohos.multimedia.avsession<br>Class name: AVMediaDescription<br>Method or attribute name: description?: string;|@ohos.multimedia.avsession.d.ts|
|Added|NA|Module name: ohos.multimedia.avsession<br>Class name: AVMediaDescription<br>Method or attribute name: icon?: image.PixelMap \| string;|@ohos.multimedia.avsession.d.ts|
|Added|NA|Module name: ohos.multimedia.avsession<br>Class name: AVMediaDescription<br>Method or attribute name: iconUri?: string;|@ohos.multimedia.avsession.d.ts|
|Added|NA|Module name: ohos.multimedia.avsession<br>Class name: AVMediaDescription<br>Method or attribute name: extras?: { [key: string]: Object };|@ohos.multimedia.avsession.d.ts|
|Added|NA|Module name: ohos.multimedia.avsession<br>Class name: AVMediaDescription<br>Method or attribute name: mediaUri?: string;|@ohos.multimedia.avsession.d.ts|
|Added|NA|Module name: ohos.multimedia.avsession<br>Class name: AVQueueItem|@ohos.multimedia.avsession.d.ts|
|Added|NA|Module name: ohos.multimedia.avsession<br>Class name: AVQueueItem<br>Method or attribute name: itemId: number;|@ohos.multimedia.avsession.d.ts|
|Added|NA|Module name: ohos.multimedia.avsession<br>Class name: AVQueueItem<br>Method or attribute name: description?: AVMediaDescription;|@ohos.multimedia.avsession.d.ts|
|Added|NA|Class name: AVPlaybackState<br>Method or attribute name: activeItemId?: number;|@ohos.multimedia.avsession.d.ts|
|Added|NA|Class name: AVPlaybackState<br>Method or attribute name: extras?: {[key: string]: Object};|@ohos.multimedia.avsession.d.ts|
|Added|NA|Class name: AVSessionController<br>Method or attribute name: getAVQueueTitle(callback: AsyncCallback\<string>): void;|@ohos.multimedia.avsession.d.ts|
|Added|NA|Class name: AVSessionController<br>Method or attribute name: getAVQueueTitle(): Promise\<string>;|@ohos.multimedia.avsession.d.ts|
|Added|NA|Class name: AVSessionController<br>Method or attribute name: getAVQueueItems(callback: AsyncCallback\<Array\<AVQueueItem>>): void;|@ohos.multimedia.avsession.d.ts|
|Added|NA|Class name: AVSessionController<br>Method or attribute name: getAVQueueItems(): Promise\<Array\<AVQueueItem>>;|@ohos.multimedia.avsession.d.ts|
|Added|NA|Class name: AVSessionController<br>Method or attribute name: skipToQueueItem(itemId: number, callback: AsyncCallback\<void>): void;|@ohos.multimedia.avsession.d.ts|
|Added|NA|Class name: AVSessionController<br>Method or attribute name: skipToQueueItem(itemId: number): Promise\<void>;|@ohos.multimedia.avsession.d.ts|
|Added|NA|Class name: AVSessionController<br>Method or attribute name: sendCommonCommand(command: string, args: { [key: string]: Object }, callback: AsyncCallback\<void>): void;|@ohos.multimedia.avsession.d.ts|
|Added|NA|Class name: AVSessionController<br>Method or attribute name: sendCommonCommand(command: string, args: { [key: string]: Object }): Promise\<void>;|@ohos.multimedia.avsession.d.ts|
|Added|NA|Class name: AVSessionController<br>Method or attribute name: getExtras(callback: AsyncCallback\<{[key: string]: Object}>): void;|@ohos.multimedia.avsession.d.ts|
|Added|NA|Class name: AVSessionController<br>Method or attribute name: getExtras(): Promise\<{[key: string]: Object}>;|@ohos.multimedia.avsession.d.ts|
|Added|NA|Class name: AVSessionController<br>Method or attribute name: on(type: 'sessionEvent', callback: (sessionEvent: string, args: { [key: string]: Object }) => void): void;|@ohos.multimedia.avsession.d.ts|
|Added|NA|Class name: AVSessionController<br>Method or attribute name: off(type: 'sessionEvent', callback?: (sessionEvent: string, args: { [key: string]: Object }) => void): void;|@ohos.multimedia.avsession.d.ts|
|Added|NA|Class name: AVSessionController<br>Method or attribute name: on(type: 'queueItemsChange', callback: (items: Array\<AVQueueItem>) => void): void;|@ohos.multimedia.avsession.d.ts|
|Added|NA|Class name: AVSessionController<br>Method or attribute name: off(type: 'queueItemsChange', callback?: (items: Array\<AVQueueItem>) => void): void;|@ohos.multimedia.avsession.d.ts|
|Added|NA|Class name: AVSessionController<br>Method or attribute name: on(type: 'queueTitleChange', callback: (title: string) => void): void;|@ohos.multimedia.avsession.d.ts|
|Added|NA|Class name: AVSessionController<br>Method or attribute name: off(type: 'queueTitleChange', callback?: (title: string) => void): void;|@ohos.multimedia.avsession.d.ts|
|Added|NA|Class name: AVSessionController<br>Method or attribute name: on(type: 'extrasChange', callback: (extras: {[key: string]: Object}) => void): void;|@ohos.multimedia.avsession.d.ts|
|Added|NA|Class name: AVSessionController<br>Method or attribute name: off(type: 'extrasChange', callback?: (extras: {[key: string]: Object}) => void): void;|@ohos.multimedia.avsession.d.ts|
|Added|NA|Class name: PropertyKey<br>Method or attribute name: BITS_PER_SAMPLE = 'BitsPerSample'|@ohos.multimedia.image.d.ts|
|Added|NA|Class name: PropertyKey<br>Method or attribute name: ORIENTATION = 'Orientation'|@ohos.multimedia.image.d.ts|
|Added|NA|Class name: PropertyKey<br>Method or attribute name: IMAGE_LENGTH = 'ImageLength'|@ohos.multimedia.image.d.ts|
|Added|NA|Class name: PropertyKey<br>Method or attribute name: IMAGE_WIDTH = 'ImageWidth'|@ohos.multimedia.image.d.ts|
|Added|NA|Class name: PropertyKey<br>Method or attribute name: GPS_LATITUDE = 'GPSLatitude'|@ohos.multimedia.image.d.ts|
|Added|NA|Class name: PropertyKey<br>Method or attribute name: GPS_LONGITUDE = 'GPSLongitude'|@ohos.multimedia.image.d.ts|
|Added|NA|Class name: PropertyKey<br>Method or attribute name: GPS_LATITUDE_REF = 'GPSLatitudeRef'|@ohos.multimedia.image.d.ts|
|Added|NA|Class name: PropertyKey<br>Method or attribute name: GPS_LONGITUDE_REF = 'GPSLongitudeRef'|@ohos.multimedia.image.d.ts|
|Added|NA|Class name: PropertyKey<br>Method or attribute name: DATE_TIME_ORIGINAL = 'DateTimeOriginal'|@ohos.multimedia.image.d.ts|
|Added|NA|Class name: PropertyKey<br>Method or attribute name: EXPOSURE_TIME = 'ExposureTime'|@ohos.multimedia.image.d.ts|
|Added|NA|Class name: PropertyKey<br>Method or attribute name: SCENE_TYPE = 'SceneType'|@ohos.multimedia.image.d.ts|
|Added|NA|Class name: PropertyKey<br>Method or attribute name: ISO_SPEED_RATINGS = 'ISOSpeedRatings'|@ohos.multimedia.image.d.ts|
|Added|NA|Class name: PropertyKey<br>Method or attribute name: F_NUMBER = 'FNumber'|@ohos.multimedia.image.d.ts|
|Added|NA|Class name: ImageSource<br>Method or attribute name: createPixelMapList(options?: DecodingOptions): Promise\<Array\<PixelMap>>;|@ohos.multimedia.image.d.ts|
|Added|NA|Class name: ImageSource<br>Method or attribute name: createPixelMapList(callback: AsyncCallback\<Array\<PixelMap>>): void;|@ohos.multimedia.image.d.ts|
|Added|NA|Class name: ImageSource<br>Method or attribute name: createPixelMapList(options: DecodingOptions, callback: AsyncCallback\<Array\<PixelMap>>): void;|@ohos.multimedia.image.d.ts|
|Added|NA|Class name: ImageSource<br>Method or attribute name: getDelayTime(): Promise\<Array\<number>>;|@ohos.multimedia.image.d.ts|
|Added|NA|Class name: ImageSource<br>Method or attribute name: getDelayTime(callback: AsyncCallback\<Array\<number>>): void;|@ohos.multimedia.image.d.ts|
|Added|NA|Class name: ImageSource<br>Method or attribute name: getFrameCount(): Promise\<number>;|@ohos.multimedia.image.d.ts|
|Added|NA|Class name: ImageSource<br>Method or attribute name: getFrameCount(callback: AsyncCallback\<number>): void;|@ohos.multimedia.image.d.ts|
|Added|NA|Class name: AVPlayer<br>Method or attribute name: dataSrc?: AVDataSrcDescriptor;|@ohos.multimedia.media.d.ts|
|Added|NA|Class name: AVPlayer<br>Method or attribute name: audioRendererInfo?: audio.AudioRendererInfo;|@ohos.multimedia.media.d.ts|
|Added|NA|Module name: ohos.multimedia.media<br>Class name: AVDataSrcDescriptor|@ohos.multimedia.media.d.ts|
|Added|NA|Module name: ohos.multimedia.media<br>Class name: AVDataSrcDescriptor<br>Method or attribute name: fileSize: number;|@ohos.multimedia.media.d.ts|
|Added|NA|Module name: ohos.multimedia.media<br>Class name: AVDataSrcDescriptor<br>Method or attribute name: callback: (buffer: ArrayBuffer, length: number, pos?: number) => number;|@ohos.multimedia.media.d.ts|
|Added|NA|Module name: ohos.multimedia.systemSoundManager<br>Class name: systemSoundManager|@ohos.multimedia.systemSoundManager.d.ts|
|Added|NA|Module name: ohos.multimedia.systemSoundManager<br>Class name: RingtoneType|@ohos.multimedia.systemSoundManager.d.ts|
|Added|NA|Module name: ohos.multimedia.systemSoundManager<br>Class name: RingtoneType<br>Method or attribute name: RINGTONE_TYPE_DEFAULT = 0|@ohos.multimedia.systemSoundManager.d.ts|
|Added|NA|Module name: ohos.multimedia.systemSoundManager<br>Class name: RingtoneType<br>Method or attribute name: RINGTONE_TYPE_MULTISIM = 1|@ohos.multimedia.systemSoundManager.d.ts|
|Added|NA|Module name: ohos.multimedia.systemSoundManager<br>Class name: systemSoundManager<br>Method or attribute name: function getSystemSoundManager(): SystemSoundManager;|@ohos.multimedia.systemSoundManager.d.ts|
|Added|NA|Module name: ohos.multimedia.systemSoundManager<br>Class name: SystemSoundManager|@ohos.multimedia.systemSoundManager.d.ts|
|Added|NA|Module name: ohos.multimedia.systemSoundManager<br>Class name: SystemSoundManager<br>Method or attribute name: setSystemRingtoneUri(context: Context, uri: string, type: RingtoneType, callback: AsyncCallback\<void>): void;|@ohos.multimedia.systemSoundManager.d.ts|
|Added|NA|Module name: ohos.multimedia.systemSoundManager<br>Class name: SystemSoundManager<br>Method or attribute name: setSystemRingtoneUri(context: Context, uri: string, type: RingtoneType): Promise\<void>;|@ohos.multimedia.systemSoundManager.d.ts|
|Added|NA|Module name: ohos.multimedia.systemSoundManager<br>Class name: SystemSoundManager<br>Method or attribute name: getSystemRingtoneUri(context: Context, type: RingtoneType, callback: AsyncCallback\<string>): void;|@ohos.multimedia.systemSoundManager.d.ts|
|Added|NA|Module name: ohos.multimedia.systemSoundManager<br>Class name: SystemSoundManager<br>Method or attribute name: getSystemRingtoneUri(context: Context, type: RingtoneType): Promise\<string>;|@ohos.multimedia.systemSoundManager.d.ts|
|Added|NA|Module name: ohos.multimedia.systemSoundManager<br>Class name: SystemSoundManager<br>Method or attribute name: getSystemRingtonePlayer(context: Context, type: RingtoneType, callback: AsyncCallback\<RingtonePlayer>): void;|@ohos.multimedia.systemSoundManager.d.ts|
|Added|NA|Module name: ohos.multimedia.systemSoundManager<br>Class name: SystemSoundManager<br>Method or attribute name: getSystemRingtonePlayer(context: Context, type: RingtoneType): Promise\<RingtonePlayer>;|@ohos.multimedia.systemSoundManager.d.ts|
|Added|NA|Module name: ringtonePlayer<br>Class name: RingtoneOptions|ringtonePlayer.d.ts|
|Added|NA|Module name: ringtonePlayer<br>Class name: RingtoneOptions<br>Method or attribute name: volume: number;|ringtonePlayer.d.ts|
|Added|NA|Module name: ringtonePlayer<br>Class name: RingtoneOptions<br>Method or attribute name: loop: boolean;|ringtonePlayer.d.ts|
|Added|NA|Module name: ringtonePlayer<br>Class name: RingtonePlayer|ringtonePlayer.d.ts|
|Added|NA|Module name: ringtonePlayer<br>Class name: RingtonePlayer<br>Method or attribute name: readonly state: media.AVPlayerState;|ringtonePlayer.d.ts|
|Added|NA|Module name: ringtonePlayer<br>Class name: RingtonePlayer<br>Method or attribute name: getTitle(callback: AsyncCallback\<string>): void;|ringtonePlayer.d.ts|
|Added|NA|Module name: ringtonePlayer<br>Class name: RingtonePlayer<br>Method or attribute name: getTitle(): Promise\<string>;|ringtonePlayer.d.ts|
|Added|NA|Module name: ringtonePlayer<br>Class name: RingtonePlayer<br>Method or attribute name: getAudioRendererInfo(callback: AsyncCallback\<audio.AudioRendererInfo>): void;|ringtonePlayer.d.ts|
|Added|NA|Module name: ringtonePlayer<br>Class name: RingtonePlayer<br>Method or attribute name: getAudioRendererInfo(): Promise\<audio.AudioRendererInfo>;|ringtonePlayer.d.ts|
|Added|NA|Module name: ringtonePlayer<br>Class name: RingtonePlayer<br>Method or attribute name: configure(options: RingtoneOptions, callback: AsyncCallback\<void>): void;|ringtonePlayer.d.ts|
|Added|NA|Module name: ringtonePlayer<br>Class name: RingtonePlayer<br>Method or attribute name: configure(options: RingtoneOptions): Promise\<void>;|ringtonePlayer.d.ts|
|Added|NA|Module name: ringtonePlayer<br>Class name: RingtonePlayer<br>Method or attribute name: start(callback: AsyncCallback\<void>): void;|ringtonePlayer.d.ts|
|Added|NA|Module name: ringtonePlayer<br>Class name: RingtonePlayer<br>Method or attribute name: start(): Promise\<void>;|ringtonePlayer.d.ts|
|Added|NA|Module name: ringtonePlayer<br>Class name: RingtonePlayer<br>Method or attribute name: stop(callback: AsyncCallback\<void>): void;|ringtonePlayer.d.ts|
|Added|NA|Module name: ringtonePlayer<br>Class name: RingtonePlayer<br>Method or attribute name: stop(): Promise\<void>;|ringtonePlayer.d.ts|
|Added|NA|Module name: ringtonePlayer<br>Class name: RingtonePlayer<br>Method or attribute name: release(callback: AsyncCallback\<void>): void;|ringtonePlayer.d.ts|
|Added|NA|Module name: ringtonePlayer<br>Class name: RingtonePlayer<br>Method or attribute name: release(): Promise\<void>;|ringtonePlayer.d.ts|
|Added|NA|Module name: ringtonePlayer<br>Class name: RingtonePlayer<br>Method or attribute name: on(type: 'audioInterrupt', callback: Callback\<audio.InterruptEvent>): void;|ringtonePlayer.d.ts|
|Access level changed|Class name: VolumeEvent<br>Access level: public API|Class name: VolumeEvent<br>Access level: system API|@ohos.multimedia.audio.d.ts|
|Access level changed|Class name: VolumeEvent<br>Method or attribute name: volumeGroupId: number;<br>Access level: system API|Class name: VolumeEvent<br>Method or attribute name: volumeGroupId: number;<br>Access level: public API|@ohos.multimedia.audio.d.ts|
|Access level changed|Class name: VolumeEvent<br>Method or attribute name: networkId: string;<br>Access level: system API|Class name: VolumeEvent<br>Method or attribute name: networkId: string;<br>Access level: public API|@ohos.multimedia.audio.d.ts|
|Access level changed|Class name: AVSessionType<br>Method or attribute name: type AVSessionType = 'audio' \| 'video';<br>Access level: system API|Class name: AVSessionType<br>Method or attribute name: type AVSessionType = 'audio' \| 'video';<br>Access level: public API|@ohos.multimedia.avsession.d.ts|
|Access level changed|Class name: avSession<br>Method or attribute name: function createAVSession(context: Context, tag: string, type: AVSessionType, callback: AsyncCallback\<AVSession>): void;<br>Access level: system API|Class name: avSession<br>Method or attribute name: function createAVSession(context: Context, tag: string, type: AVSessionType, callback: AsyncCallback\<AVSession>): void;<br>Access level: public API|@ohos.multimedia.avsession.d.ts|
|Access level changed|Class name: avSession<br>Method or attribute name: function createAVSession(context: Context, tag: string, type: AVSessionType): Promise\<AVSession>;<br>Access level: system API|Class name: avSession<br>Method or attribute name: function createAVSession(context: Context, tag: string, type: AVSessionType): Promise\<AVSession>;<br>Access level: public API|@ohos.multimedia.avsession.d.ts|
|Access level changed|Class name: AVSession<br>Access level: system API|Class name: AVSession<br>Access level: public API|@ohos.multimedia.avsession.d.ts|
|Access level changed|Class name: AVSession<br>Method or attribute name: readonly sessionId: string;<br>Access level: system API|Class name: AVSession<br>Method or attribute name: readonly sessionId: string;<br>Access level: public API|@ohos.multimedia.avsession.d.ts|
|Access level changed|Class name: AVSession<br>Method or attribute name: setAVMetadata(data: AVMetadata, callback: AsyncCallback\<void>): void;<br>Access level: system API|Class name: AVSession<br>Method or attribute name: setAVMetadata(data: AVMetadata, callback: AsyncCallback\<void>): void;<br>Access level: public API|@ohos.multimedia.avsession.d.ts|
|Access level changed|Class name: AVSession<br>Method or attribute name: setAVMetadata(data: AVMetadata): Promise\<void>;<br>Access level: system API|Class name: AVSession<br>Method or attribute name: setAVMetadata(data: AVMetadata): Promise\<void>;<br>Access level: public API|@ohos.multimedia.avsession.d.ts|
|Access level changed|Class name: AVSession<br>Method or attribute name: setAVPlaybackState(state: AVPlaybackState, callback: AsyncCallback\<void>): void;<br>Access level: system API|Class name: AVSession<br>Method or attribute name: setAVPlaybackState(state: AVPlaybackState, callback: AsyncCallback\<void>): void;<br>Access level: public API|@ohos.multimedia.avsession.d.ts|
|Access level changed|Class name: AVSession<br>Method or attribute name: setAVPlaybackState(state: AVPlaybackState): Promise\<void>;<br>Access level: system API|Class name: AVSession<br>Method or attribute name: setAVPlaybackState(state: AVPlaybackState): Promise\<void>;<br>Access level: public API|@ohos.multimedia.avsession.d.ts|
|Access level changed|Class name: AVSession<br>Method or attribute name: setLaunchAbility(ability: WantAgent, callback: AsyncCallback\<void>): void;<br>Access level: system API|Class name: AVSession<br>Method or attribute name: setLaunchAbility(ability: WantAgent, callback: AsyncCallback\<void>): void;<br>Access level: public API|@ohos.multimedia.avsession.d.ts|
|Access level changed|Class name: AVSession<br>Method or attribute name: setLaunchAbility(ability: WantAgent): Promise\<void>;<br>Access level: system API|Class name: AVSession<br>Method or attribute name: setLaunchAbility(ability: WantAgent): Promise\<void>;<br>Access level: public API|@ohos.multimedia.avsession.d.ts|
|Access level changed|Class name: AVSession<br>Method or attribute name: getController(callback: AsyncCallback\<AVSessionController>): void;<br>Access level: system API|Class name: AVSession<br>Method or attribute name: getController(callback: AsyncCallback\<AVSessionController>): void;<br>Access level: public API|@ohos.multimedia.avsession.d.ts|
|Access level changed|Class name: AVSession<br>Method or attribute name: getController(): Promise\<AVSessionController>;<br>Access level: system API|Class name: AVSession<br>Method or attribute name: getController(): Promise\<AVSessionController>;<br>Access level: public API|@ohos.multimedia.avsession.d.ts|
|Access level changed|Class name: AVSession<br>Method or attribute name: getOutputDevice(callback: AsyncCallback\<OutputDeviceInfo>): void;<br>Access level: system API|Class name: AVSession<br>Method or attribute name: getOutputDevice(callback: AsyncCallback\<OutputDeviceInfo>): void;<br>Access level: public API|@ohos.multimedia.avsession.d.ts|
|Access level changed|Class name: AVSession<br>Method or attribute name: getOutputDevice(): Promise\<OutputDeviceInfo>;<br>Access level: system API|Class name: AVSession<br>Method or attribute name: getOutputDevice(): Promise\<OutputDeviceInfo>;<br>Access level: public API|@ohos.multimedia.avsession.d.ts|
|Access level changed|Class name: AVSession<br>Method or attribute name: on(type: 'play' \| 'pause' \| 'stop' \| 'playNext' \| 'playPrevious' \| 'fastForward' \| 'rewind', callback: () => void): void;<br>Access level: system API|Class name: AVSession<br>Method or attribute name: on(type: 'play' \| 'pause' \| 'stop' \| 'playNext' \| 'playPrevious' \| 'fastForward' \| 'rewind', callback: () => void): void;<br>Access level: public API|@ohos.multimedia.avsession.d.ts|
|Access level changed|Class name: AVSession<br>Method or attribute name: off(type: 'play' \| 'pause' \| 'stop' \| 'playNext' \| 'playPrevious' \| 'fastForward' \| 'rewind', callback?: () => void): void;<br>Access level: system API|Class name: AVSession<br>Method or attribute name: off(type: 'play' \| 'pause' \| 'stop' \| 'playNext' \| 'playPrevious' \| 'fastForward' \| 'rewind', callback?: () => void): void;<br>Access level: public API|@ohos.multimedia.avsession.d.ts|
|Access level changed|Class name: AVSession<br>Method or attribute name: on(type: 'seek', callback: (time: number) => void): void;<br>Access level: system API|Class name: AVSession<br>Method or attribute name: on(type: 'seek', callback: (time: number) => void): void;<br>Access level: public API|@ohos.multimedia.avsession.d.ts|
|Access level changed|Class name: AVSession<br>Method or attribute name: on(type: 'setSpeed', callback: (speed: number) => void): void;<br>Access level: system API|Class name: AVSession<br>Method or attribute name: on(type: 'setSpeed', callback: (speed: number) => void): void;<br>Access level: public API|@ohos.multimedia.avsession.d.ts|
|Access level changed|Class name: AVSession<br>Method or attribute name: off(type: 'setSpeed', callback?: (speed: number) => void): void;<br>Access level: system API|Class name: AVSession<br>Method or attribute name: off(type: 'setSpeed', callback?: (speed: number) => void): void;<br>Access level: public API|@ohos.multimedia.avsession.d.ts|
|Access level changed|Class name: AVSession<br>Method or attribute name: on(type: 'setLoopMode', callback: (mode: LoopMode) => void): void;<br>Access level: system API|Class name: AVSession<br>Method or attribute name: on(type: 'setLoopMode', callback: (mode: LoopMode) => void): void;<br>Access level: public API|@ohos.multimedia.avsession.d.ts|
|Access level changed|Class name: AVSession<br>Method or attribute name: off(type: 'setLoopMode', callback?: (mode: LoopMode) => void): void;<br>Access level: system API|Class name: AVSession<br>Method or attribute name: off(type: 'setLoopMode', callback?: (mode: LoopMode) => void): void;<br>Access level: public API|@ohos.multimedia.avsession.d.ts|
|Access level changed|Class name: AVSession<br>Method or attribute name: on(type: 'toggleFavorite', callback: (assetId: string) => void): void;<br>Access level: system API|Class name: AVSession<br>Method or attribute name: on(type: 'toggleFavorite', callback: (assetId: string) => void): void;<br>Access level: public API|@ohos.multimedia.avsession.d.ts|
|Access level changed|Class name: AVSession<br>Method or attribute name: off(type: 'toggleFavorite', callback?: (assetId: string) => void): void;<br>Access level: system API|Class name: AVSession<br>Method or attribute name: off(type: 'toggleFavorite', callback?: (assetId: string) => void): void;<br>Access level: public API|@ohos.multimedia.avsession.d.ts|
|Access level changed|Class name: AVSession<br>Method or attribute name: on(type: 'handleKeyEvent', callback: (event: KeyEvent) => void): void;<br>Access level: system API|Class name: AVSession<br>Method or attribute name: on(type: 'handleKeyEvent', callback: (event: KeyEvent) => void): void;<br>Access level: public API|@ohos.multimedia.avsession.d.ts|
|Access level changed|Class name: AVSession<br>Method or attribute name: off(type: 'handleKeyEvent', callback?: (event: KeyEvent) => void): void;<br>Access level: system API|Class name: AVSession<br>Method or attribute name: off(type: 'handleKeyEvent', callback?: (event: KeyEvent) => void): void;<br>Access level: public API|@ohos.multimedia.avsession.d.ts|
|Access level changed|Class name: AVSession<br>Method or attribute name: on(type: 'outputDeviceChange', callback: (device: OutputDeviceInfo) => void): void;<br>Access level: system API|Class name: AVSession<br>Method or attribute name: on(type: 'outputDeviceChange', callback: (device: OutputDeviceInfo) => void): void;<br>Access level: public API|@ohos.multimedia.avsession.d.ts|
|Access level changed|Class name: AVSession<br>Method or attribute name: off(type: 'outputDeviceChange', callback?: (device: OutputDeviceInfo) => void): void;<br>Access level: system API|Class name: AVSession<br>Method or attribute name: off(type: 'outputDeviceChange', callback?: (device: OutputDeviceInfo) => void): void;<br>Access level: public API|@ohos.multimedia.avsession.d.ts|
|Access level changed|Class name: AVSession<br>Method or attribute name: activate(callback: AsyncCallback\<void>): void;<br>Access level: system API|Class name: AVSession<br>Method or attribute name: activate(callback: AsyncCallback\<void>): void;<br>Access level: public API|@ohos.multimedia.avsession.d.ts|
|Access level changed|Class name: AVSession<br>Method or attribute name: activate(): Promise\<void>;<br>Access level: system API|Class name: AVSession<br>Method or attribute name: activate(): Promise\<void>;<br>Access level: public API|@ohos.multimedia.avsession.d.ts|
|Access level changed|Class name: AVSession<br>Method or attribute name: deactivate(callback: AsyncCallback\<void>): void;<br>Access level: system API|Class name: AVSession<br>Method or attribute name: deactivate(callback: AsyncCallback\<void>): void;<br>Access level: public API|@ohos.multimedia.avsession.d.ts|
|Access level changed|Class name: AVSession<br>Method or attribute name: deactivate(): Promise\<void>;<br>Access level: system API|Class name: AVSession<br>Method or attribute name: deactivate(): Promise\<void>;<br>Access level: public API|@ohos.multimedia.avsession.d.ts|
|Access level changed|Class name: AVSession<br>Method or attribute name: destroy(callback: AsyncCallback\<void>): void;<br>Access level: system API|Class name: AVSession<br>Method or attribute name: destroy(callback: AsyncCallback\<void>): void;<br>Access level: public API|@ohos.multimedia.avsession.d.ts|
|Access level changed|Class name: AVSession<br>Method or attribute name: destroy(): Promise\<void>;<br>Access level: system API|Class name: AVSession<br>Method or attribute name: destroy(): Promise\<void>;<br>Access level: public API|@ohos.multimedia.avsession.d.ts|
|Access level changed|Class name: AVMetadata<br>Access level: system API|Class name: AVMetadata<br>Access level: public API|@ohos.multimedia.avsession.d.ts|
|Access level changed|Class name: AVPlaybackState<br>Access level: system API|Class name: AVPlaybackState<br>Access level: public API|@ohos.multimedia.avsession.d.ts|
|Access level changed|Class name: PlaybackPosition<br>Access level: system API|Class name: PlaybackPosition<br>Access level: public API|@ohos.multimedia.avsession.d.ts|
|Access level changed|Class name: OutputDeviceInfo<br>Access level: system API|Class name: OutputDeviceInfo<br>Access level: public API|@ohos.multimedia.avsession.d.ts|
|Access level changed|Class name: LoopMode<br>Access level: system API|Class name: LoopMode<br>Access level: public API|@ohos.multimedia.avsession.d.ts|
|Access level changed|Class name: PlaybackState<br>Access level: system API|Class name: PlaybackState<br>Access level: public API|@ohos.multimedia.avsession.d.ts|
|Access level changed|Class name: AVSessionController<br>Access level: system API|Class name: AVSessionController<br>Access level: public API|@ohos.multimedia.avsession.d.ts|
|Access level changed|Class name: AVSessionController<br>Method or attribute name: readonly sessionId: string;<br>Access level: system API|Class name: AVSessionController<br>Method or attribute name: readonly sessionId: string;<br>Access level: public API|@ohos.multimedia.avsession.d.ts|
|Access level changed|Class name: AVSessionController<br>Method or attribute name: getAVPlaybackState(callback: AsyncCallback\<AVPlaybackState>): void;<br>Access level: system API|Class name: AVSessionController<br>Method or attribute name: getAVPlaybackState(callback: AsyncCallback\<AVPlaybackState>): void;<br>Access level: public API|@ohos.multimedia.avsession.d.ts|
|Access level changed|Class name: AVSessionController<br>Method or attribute name: getAVPlaybackState(): Promise\<AVPlaybackState>;<br>Access level: system API|Class name: AVSessionController<br>Method or attribute name: getAVPlaybackState(): Promise\<AVPlaybackState>;<br>Access level: public API|@ohos.multimedia.avsession.d.ts|
|Access level changed|Class name: AVSessionController<br>Method or attribute name: getAVMetadata(callback: AsyncCallback\<AVMetadata>): void;<br>Access level: system API|Class name: AVSessionController<br>Method or attribute name: getAVMetadata(callback: AsyncCallback\<AVMetadata>): void;<br>Access level: public API|@ohos.multimedia.avsession.d.ts|
|Access level changed|Class name: AVSessionController<br>Method or attribute name: getAVMetadata(): Promise\<AVMetadata>;<br>Access level: system API|Class name: AVSessionController<br>Method or attribute name: getAVMetadata(): Promise\<AVMetadata>;<br>Access level: public API|@ohos.multimedia.avsession.d.ts|
|Access level changed|Class name: AVSessionController<br>Method or attribute name: getOutputDevice(callback: AsyncCallback\<OutputDeviceInfo>): void;<br>Access level: system API|Class name: AVSessionController<br>Method or attribute name: getOutputDevice(callback: AsyncCallback\<OutputDeviceInfo>): void;<br>Access level: public API|@ohos.multimedia.avsession.d.ts|
|Access level changed|Class name: AVSessionController<br>Method or attribute name: getOutputDevice(): Promise\<OutputDeviceInfo>;<br>Access level: system API|Class name: AVSessionController<br>Method or attribute name: getOutputDevice(): Promise\<OutputDeviceInfo>;<br>Access level: public API|@ohos.multimedia.avsession.d.ts|
|Access level changed|Class name: AVSessionController<br>Method or attribute name: sendAVKeyEvent(event: KeyEvent, callback: AsyncCallback\<void>): void;<br>Access level: system API|Class name: AVSessionController<br>Method or attribute name: sendAVKeyEvent(event: KeyEvent, callback: AsyncCallback\<void>): void;<br>Access level: public API|@ohos.multimedia.avsession.d.ts|
|Access level changed|Class name: AVSessionController<br>Method or attribute name: sendAVKeyEvent(event: KeyEvent): Promise\<void>;<br>Access level: system API|Class name: AVSessionController<br>Method or attribute name: sendAVKeyEvent(event: KeyEvent): Promise\<void>;<br>Access level: public API|@ohos.multimedia.avsession.d.ts|
|Access level changed|Class name: AVSessionController<br>Method or attribute name: getLaunchAbility(callback: AsyncCallback\<WantAgent>): void;<br>Access level: system API|Class name: AVSessionController<br>Method or attribute name: getLaunchAbility(callback: AsyncCallback\<WantAgent>): void;<br>Access level: public API|@ohos.multimedia.avsession.d.ts|
|Access level changed|Class name: AVSessionController<br>Method or attribute name: getLaunchAbility(): Promise\<WantAgent>;<br>Access level: system API|Class name: AVSessionController<br>Method or attribute name: getLaunchAbility(): Promise\<WantAgent>;<br>Access level: public API|@ohos.multimedia.avsession.d.ts|
|Access level changed|Class name: AVSessionController<br>Method or attribute name: getRealPlaybackPositionSync(): number;<br>Access level: system API|Class name: AVSessionController<br>Method or attribute name: getRealPlaybackPositionSync(): number;<br>Access level: public API|@ohos.multimedia.avsession.d.ts|
|Access level changed|Class name: AVSessionController<br>Method or attribute name: isActive(callback: AsyncCallback\<boolean>): void;<br>Access level: system API|Class name: AVSessionController<br>Method or attribute name: isActive(callback: AsyncCallback\<boolean>): void;<br>Access level: public API|@ohos.multimedia.avsession.d.ts|
|Access level changed|Class name: AVSessionController<br>Method or attribute name: isActive(): Promise\<boolean>;<br>Access level: system API|Class name: AVSessionController<br>Method or attribute name: isActive(): Promise\<boolean>;<br>Access level: public API|@ohos.multimedia.avsession.d.ts|
|Access level changed|Class name: AVSessionController<br>Method or attribute name: destroy(callback: AsyncCallback\<void>): void;<br>Access level: system API|Class name: AVSessionController<br>Method or attribute name: destroy(callback: AsyncCallback\<void>): void;<br>Access level: public API|@ohos.multimedia.avsession.d.ts|
|Access level changed|Class name: AVSessionController<br>Method or attribute name: destroy(): Promise\<void>;<br>Access level: system API|Class name: AVSessionController<br>Method or attribute name: destroy(): Promise\<void>;<br>Access level: public API|@ohos.multimedia.avsession.d.ts|
|Access level changed|Class name: AVSessionController<br>Method or attribute name: getValidCommands(callback: AsyncCallback\<Array\<AVControlCommandType>>): void;<br>Access level: system API|Class name: AVSessionController<br>Method or attribute name: getValidCommands(callback: AsyncCallback\<Array\<AVControlCommandType>>): void;<br>Access level: public API|@ohos.multimedia.avsession.d.ts|
|Access level changed|Class name: AVSessionController<br>Method or attribute name: getValidCommands(): Promise\<Array\<AVControlCommandType>>;<br>Access level: system API|Class name: AVSessionController<br>Method or attribute name: getValidCommands(): Promise\<Array\<AVControlCommandType>>;<br>Access level: public API|@ohos.multimedia.avsession.d.ts|
|Access level changed|Class name: AVSessionController<br>Method or attribute name: sendControlCommand(command: AVControlCommand, callback: AsyncCallback\<void>): void;<br>Access level: system API|Class name: AVSessionController<br>Method or attribute name: sendControlCommand(command: AVControlCommand, callback: AsyncCallback\<void>): void;<br>Access level: public API|@ohos.multimedia.avsession.d.ts|
|Access level changed|Class name: AVSessionController<br>Method or attribute name: sendControlCommand(command: AVControlCommand): Promise\<void>;<br>Access level: system API|Class name: AVSessionController<br>Method or attribute name: sendControlCommand(command: AVControlCommand): Promise\<void>;<br>Access level: public API|@ohos.multimedia.avsession.d.ts|
|Access level changed|Class name: AVSessionController<br>Method or attribute name: on(type: 'metadataChange', filter: Array\<keyof AVMetadata> \| 'all', callback: (data: AVMetadata) => void);<br>Access level: system API|Class name: AVSessionController<br>Method or attribute name: on(type: 'metadataChange', filter: Array\<keyof AVMetadata> \| 'all', callback: (data: AVMetadata) => void);<br>Access level: public API|@ohos.multimedia.avsession.d.ts|
|Access level changed|Class name: AVSessionController<br>Method or attribute name: off(type: 'metadataChange', callback?: (data: AVMetadata) => void);<br>Access level: system API|Class name: AVSessionController<br>Method or attribute name: off(type: 'metadataChange', callback?: (data: AVMetadata) => void);<br>Access level: public API|@ohos.multimedia.avsession.d.ts|
|Access level changed|Class name: AVSessionController<br>Method or attribute name: on(type: 'playbackStateChange', filter: Array\<keyof AVPlaybackState> \| 'all', callback: (state: AVPlaybackState) => void);<br>Access level: system API|Class name: AVSessionController<br>Method or attribute name: on(type: 'playbackStateChange', filter: Array\<keyof AVPlaybackState> \| 'all', callback: (state: AVPlaybackState) => void);<br>Access level: public API|@ohos.multimedia.avsession.d.ts|
|Access level changed|Class name: AVSessionController<br>Method or attribute name: off(type: 'playbackStateChange', callback?: (state: AVPlaybackState) => void);<br>Access level: system API|Class name: AVSessionController<br>Method or attribute name: off(type: 'playbackStateChange', callback?: (state: AVPlaybackState) => void);<br>Access level: public API|@ohos.multimedia.avsession.d.ts|
|Access level changed|Class name: AVSessionController<br>Method or attribute name: on(type: 'sessionDestroy', callback: () => void);<br>Access level: system API|Class name: AVSessionController<br>Method or attribute name: on(type: 'sessionDestroy', callback: () => void);<br>Access level: public API|@ohos.multimedia.avsession.d.ts|
|Access level changed|Class name: AVSessionController<br>Method or attribute name: off(type: 'sessionDestroy', callback?: () => void);<br>Access level: system API|Class name: AVSessionController<br>Method or attribute name: off(type: 'sessionDestroy', callback?: () => void);<br>Access level: public API|@ohos.multimedia.avsession.d.ts|
|Access level changed|Class name: AVSessionController<br>Method or attribute name: on(type: 'activeStateChange', callback: (isActive: boolean) => void);<br>Access level: system API|Class name: AVSessionController<br>Method or attribute name: on(type: 'activeStateChange', callback: (isActive: boolean) => void);<br>Access level: public API|@ohos.multimedia.avsession.d.ts|
|Access level changed|Class name: AVSessionController<br>Method or attribute name: off(type: 'activeStateChange', callback?: (isActive: boolean) => void);<br>Access level: system API|Class name: AVSessionController<br>Method or attribute name: off(type: 'activeStateChange', callback?: (isActive: boolean) => void);<br>Access level: public API|@ohos.multimedia.avsession.d.ts|
|Access level changed|Class name: AVSessionController<br>Method or attribute name: on(type: 'validCommandChange', callback: (commands: Array\<AVControlCommandType>) => void);<br>Access level: system API|Class name: AVSessionController<br>Method or attribute name: on(type: 'validCommandChange', callback: (commands: Array\<AVControlCommandType>) => void);<br>Access level: public API|@ohos.multimedia.avsession.d.ts|
|Access level changed|Class name: AVSessionController<br>Method or attribute name: off(type: 'validCommandChange', callback?: (commands: Array\<AVControlCommandType>) => void);<br>Access level: system API|Class name: AVSessionController<br>Method or attribute name: off(type: 'validCommandChange', callback?: (commands: Array\<AVControlCommandType>) => void);<br>Access level: public API|@ohos.multimedia.avsession.d.ts|
|Access level changed|Class name: AVSessionController<br>Method or attribute name: on(type: 'outputDeviceChange', callback: (device: OutputDeviceInfo) => void): void;<br>Access level: system API|Class name: AVSessionController<br>Method or attribute name: on(type: 'outputDeviceChange', callback: (device: OutputDeviceInfo) => void): void;<br>Access level: public API|@ohos.multimedia.avsession.d.ts|
|Access level changed|Class name: AVSessionController<br>Method or attribute name: off(type: 'outputDeviceChange', callback?: (device: OutputDeviceInfo) => void): void;<br>Access level: system API|Class name: AVSessionController<br>Method or attribute name: off(type: 'outputDeviceChange', callback?: (device: OutputDeviceInfo) => void): void;<br>Access level: public API|@ohos.multimedia.avsession.d.ts|
|Access level changed|Class name: AVControlCommand<br>Access level: system API|Class name: AVControlCommand<br>Access level: public API|@ohos.multimedia.avsession.d.ts|
|Access level changed|Class name: AVSessionErrorCode<br>Access level: system API|Class name: AVSessionErrorCode<br>Access level: public API|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: AudioManager<br>Method or attribute name: on(type: 'volumeChange', callback: Callback\<VolumeEvent>): void;<br>Initial version: 9|Class name: AudioManager<br>Method or attribute name: on(type: 'volumeChange', callback: Callback\<VolumeEvent>): void;<br>Initial version: 8|@ohos.multimedia.audio.d.ts|
|Initial version changed|Class name: VolumeEvent<br>Initial version: 9|Class name: VolumeEvent<br>Initial version: 8|@ohos.multimedia.audio.d.ts|
|Initial version changed|Class name: VolumeEvent<br>Method or attribute name: volumeType: AudioVolumeType;<br>Initial version: 9|Class name: VolumeEvent<br>Method or attribute name: volumeType: AudioVolumeType;<br>Initial version: 8|@ohos.multimedia.audio.d.ts|
|Initial version changed|Class name: VolumeEvent<br>Method or attribute name: volume: number;<br>Initial version: 9|Class name: VolumeEvent<br>Method or attribute name: volume: number;<br>Initial version: 8|@ohos.multimedia.audio.d.ts|
|Initial version changed|Class name: VolumeEvent<br>Method or attribute name: updateUi: boolean;<br>Initial version: 9|Class name: VolumeEvent<br>Method or attribute name: updateUi: boolean;<br>Initial version: 8|@ohos.multimedia.audio.d.ts|
|Initial version changed|Class name: AVSessionType<br>Method or attribute name: type AVSessionType = 'audio' \| 'video';<br>Initial version: 9|Class name: AVSessionType<br>Method or attribute name: type AVSessionType = 'audio' \| 'video';<br>Initial version: 10|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: avSession<br>Method or attribute name: function createAVSession(context: Context, tag: string, type: AVSessionType, callback: AsyncCallback\<AVSession>): void;<br>Initial version: 9|Class name: avSession<br>Method or attribute name: function createAVSession(context: Context, tag: string, type: AVSessionType, callback: AsyncCallback\<AVSession>): void;<br>Initial version: 10|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: avSession<br>Method or attribute name: function createAVSession(context: Context, tag: string, type: AVSessionType): Promise\<AVSession>;<br>Initial version: 9|Class name: avSession<br>Method or attribute name: function createAVSession(context: Context, tag: string, type: AVSessionType): Promise\<AVSession>;<br>Initial version: 10|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: AVSession<br>Initial version: 9|Class name: AVSession<br>Initial version: 10|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: AVSession<br>Method or attribute name: readonly sessionId: string;<br>Initial version: 9|Class name: AVSession<br>Method or attribute name: readonly sessionId: string;<br>Initial version: 10|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: AVSession<br>Method or attribute name: setAVMetadata(data: AVMetadata, callback: AsyncCallback\<void>): void;<br>Initial version: 9|Class name: AVSession<br>Method or attribute name: setAVMetadata(data: AVMetadata, callback: AsyncCallback\<void>): void;<br>Initial version: 10|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: AVSession<br>Method or attribute name: setAVMetadata(data: AVMetadata): Promise\<void>;<br>Initial version: 9|Class name: AVSession<br>Method or attribute name: setAVMetadata(data: AVMetadata): Promise\<void>;<br>Initial version: 10|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: AVSession<br>Method or attribute name: setAVPlaybackState(state: AVPlaybackState, callback: AsyncCallback\<void>): void;<br>Initial version: 9|Class name: AVSession<br>Method or attribute name: setAVPlaybackState(state: AVPlaybackState, callback: AsyncCallback\<void>): void;<br>Initial version: 10|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: AVSession<br>Method or attribute name: setAVPlaybackState(state: AVPlaybackState): Promise\<void>;<br>Initial version: 9|Class name: AVSession<br>Method or attribute name: setAVPlaybackState(state: AVPlaybackState): Promise\<void>;<br>Initial version: 10|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: AVSession<br>Method or attribute name: setLaunchAbility(ability: WantAgent, callback: AsyncCallback\<void>): void;<br>Initial version: 9|Class name: AVSession<br>Method or attribute name: setLaunchAbility(ability: WantAgent, callback: AsyncCallback\<void>): void;<br>Initial version: 10|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: AVSession<br>Method or attribute name: setLaunchAbility(ability: WantAgent): Promise\<void>;<br>Initial version: 9|Class name: AVSession<br>Method or attribute name: setLaunchAbility(ability: WantAgent): Promise\<void>;<br>Initial version: 10|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: AVSession<br>Method or attribute name: getController(callback: AsyncCallback\<AVSessionController>): void;<br>Initial version: 9|Class name: AVSession<br>Method or attribute name: getController(callback: AsyncCallback\<AVSessionController>): void;<br>Initial version: 10|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: AVSession<br>Method or attribute name: getController(): Promise\<AVSessionController>;<br>Initial version: 9|Class name: AVSession<br>Method or attribute name: getController(): Promise\<AVSessionController>;<br>Initial version: 10|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: AVSession<br>Method or attribute name: getOutputDevice(callback: AsyncCallback\<OutputDeviceInfo>): void;<br>Initial version: 9|Class name: AVSession<br>Method or attribute name: getOutputDevice(callback: AsyncCallback\<OutputDeviceInfo>): void;<br>Initial version: 10|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: AVSession<br>Method or attribute name: getOutputDevice(): Promise\<OutputDeviceInfo>;<br>Initial version: 9|Class name: AVSession<br>Method or attribute name: getOutputDevice(): Promise\<OutputDeviceInfo>;<br>Initial version: 10|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: AVSession<br>Method or attribute name: on(type: 'play' \| 'pause' \| 'stop' \| 'playNext' \| 'playPrevious' \| 'fastForward' \| 'rewind', callback: () => void): void;<br>Initial version: 9|Class name: AVSession<br>Method or attribute name: on(type: 'play' \| 'pause' \| 'stop' \| 'playNext' \| 'playPrevious' \| 'fastForward' \| 'rewind', callback: () => void): void;<br>Initial version: 10|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: AVSession<br>Method or attribute name: off(type: 'play' \| 'pause' \| 'stop' \| 'playNext' \| 'playPrevious' \| 'fastForward' \| 'rewind', callback?: () => void): void;<br>Initial version: 9|Class name: AVSession<br>Method or attribute name: off(type: 'play' \| 'pause' \| 'stop' \| 'playNext' \| 'playPrevious' \| 'fastForward' \| 'rewind', callback?: () => void): void;<br>Initial version: 10|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: AVSession<br>Method or attribute name: on(type: 'seek', callback: (time: number) => void): void;<br>Initial version: 9|Class name: AVSession<br>Method or attribute name: on(type: 'seek', callback: (time: number) => void): void;<br>Initial version: 10|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: AVSession<br>Method or attribute name: off(type: 'seek', callback?: (time: number) => void): void;<br>Initial version: 9|Class name: AVSession<br>Method or attribute name: off(type: 'seek', callback?: (time: number) => void): void;<br>Initial version: 10|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: AVSession<br>Method or attribute name: on(type: 'setSpeed', callback: (speed: number) => void): void;<br>Initial version: 9|Class name: AVSession<br>Method or attribute name: on(type: 'setSpeed', callback: (speed: number) => void): void;<br>Initial version: 10|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: AVSession<br>Method or attribute name: off(type: 'setSpeed', callback?: (speed: number) => void): void;<br>Initial version: 9|Class name: AVSession<br>Method or attribute name: off(type: 'setSpeed', callback?: (speed: number) => void): void;<br>Initial version: 10|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: AVSession<br>Method or attribute name: on(type: 'setLoopMode', callback: (mode: LoopMode) => void): void;<br>Initial version: 9|Class name: AVSession<br>Method or attribute name: on(type: 'setLoopMode', callback: (mode: LoopMode) => void): void;<br>Initial version: 10|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: AVSession<br>Method or attribute name: off(type: 'setLoopMode', callback?: (mode: LoopMode) => void): void;<br>Initial version: 9|Class name: AVSession<br>Method or attribute name: off(type: 'setLoopMode', callback?: (mode: LoopMode) => void): void;<br>Initial version: 10|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: AVSession<br>Method or attribute name: on(type: 'toggleFavorite', callback: (assetId: string) => void): void;<br>Initial version: 9|Class name: AVSession<br>Method or attribute name: on(type: 'toggleFavorite', callback: (assetId: string) => void): void;<br>Initial version: 10|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: AVSession<br>Method or attribute name: off(type: 'toggleFavorite', callback?: (assetId: string) => void): void;<br>Initial version: 9|Class name: AVSession<br>Method or attribute name: off(type: 'toggleFavorite', callback?: (assetId: string) => void): void;<br>Initial version: 10|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: AVSession<br>Method or attribute name: on(type: 'handleKeyEvent', callback: (event: KeyEvent) => void): void;<br>Initial version: 9|Class name: AVSession<br>Method or attribute name: on(type: 'handleKeyEvent', callback: (event: KeyEvent) => void): void;<br>Initial version: 10|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: AVSession<br>Method or attribute name: off(type: 'handleKeyEvent', callback?: (event: KeyEvent) => void): void;<br>Initial version: 9|Class name: AVSession<br>Method or attribute name: off(type: 'handleKeyEvent', callback?: (event: KeyEvent) => void): void;<br>Initial version: 10|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: AVSession<br>Method or attribute name: on(type: 'outputDeviceChange', callback: (device: OutputDeviceInfo) => void): void;<br>Initial version: 9|Class name: AVSession<br>Method or attribute name: on(type: 'outputDeviceChange', callback: (device: OutputDeviceInfo) => void): void;<br>Initial version: 10|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: AVSession<br>Method or attribute name: off(type: 'outputDeviceChange', callback?: (device: OutputDeviceInfo) => void): void;<br>Initial version: 9|Class name: AVSession<br>Method or attribute name: off(type: 'outputDeviceChange', callback?: (device: OutputDeviceInfo) => void): void;<br>Initial version: 10|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: AVSession<br>Method or attribute name: activate(callback: AsyncCallback\<void>): void;<br>Initial version: 9|Class name: AVSession<br>Method or attribute name: activate(callback: AsyncCallback\<void>): void;<br>Initial version: 10|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: AVSession<br>Method or attribute name: activate(): Promise\<void>;<br>Initial version: 9|Class name: AVSession<br>Method or attribute name: activate(): Promise\<void>;<br>Initial version: 10|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: AVSession<br>Method or attribute name: deactivate(callback: AsyncCallback\<void>): void;<br>Initial version: 9|Class name: AVSession<br>Method or attribute name: deactivate(callback: AsyncCallback\<void>): void;<br>Initial version: 10|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: AVSession<br>Method or attribute name: deactivate(): Promise\<void>;<br>Initial version: 9|Class name: AVSession<br>Method or attribute name: deactivate(): Promise\<void>;<br>Initial version: 10|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: AVSession<br>Method or attribute name: destroy(callback: AsyncCallback\<void>): void;<br>Initial version: 9|Class name: AVSession<br>Method or attribute name: destroy(callback: AsyncCallback\<void>): void;<br>Initial version: 10|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: AVSession<br>Method or attribute name: destroy(): Promise\<void>;<br>Initial version: 9|Class name: AVSession<br>Method or attribute name: destroy(): Promise\<void>;<br>Initial version: 10|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: AVMetadata<br>Initial version: 9|Class name: AVMetadata<br>Initial version: 10|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: AVMetadata<br>Method or attribute name: assetId: string;<br>Initial version: 9|Class name: AVMetadata<br>Method or attribute name: assetId: string;<br>Initial version: 10|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: AVMetadata<br>Method or attribute name: title?: string;<br>Initial version: 9|Class name: AVMetadata<br>Method or attribute name: title?: string;<br>Initial version: 10|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: AVMetadata<br>Method or attribute name: artist?: string;<br>Initial version: 9|Class name: AVMetadata<br>Method or attribute name: artist?: string;<br>Initial version: 10|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: AVMetadata<br>Method or attribute name: author?: string;<br>Initial version: 9|Class name: AVMetadata<br>Method or attribute name: author?: string;<br>Initial version: 10|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: AVMetadata<br>Method or attribute name: album?: string;<br>Initial version: 9|Class name: AVMetadata<br>Method or attribute name: album?: string;<br>Initial version: 10|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: AVMetadata<br>Method or attribute name: writer?: string;<br>Initial version: 9|Class name: AVMetadata<br>Method or attribute name: writer?: string;<br>Initial version: 10|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: AVMetadata<br>Method or attribute name: composer?: string;<br>Initial version: 9|Class name: AVMetadata<br>Method or attribute name: composer?: string;<br>Initial version: 10|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: AVMetadata<br>Method or attribute name: duration?: number;<br>Initial version: 9|Class name: AVMetadata<br>Method or attribute name: duration?: number;<br>Initial version: 10|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: AVMetadata<br>Method or attribute name: mediaImage?: image.PixelMap \| string;<br>Initial version: 9|Class name: AVMetadata<br>Method or attribute name: mediaImage?: image.PixelMap \| string;<br>Initial version: 10|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: AVMetadata<br>Method or attribute name: publishDate?: Date;<br>Initial version: 9|Class name: AVMetadata<br>Method or attribute name: publishDate?: Date;<br>Initial version: 10|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: AVMetadata<br>Method or attribute name: subtitle?: string;<br>Initial version: 9|Class name: AVMetadata<br>Method or attribute name: subtitle?: string;<br>Initial version: 10|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: AVMetadata<br>Method or attribute name: description?: string;<br>Initial version: 9|Class name: AVMetadata<br>Method or attribute name: description?: string;<br>Initial version: 10|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: AVMetadata<br>Method or attribute name: lyric?: string;<br>Initial version: 9|Class name: AVMetadata<br>Method or attribute name: lyric?: string;<br>Initial version: 10|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: AVMetadata<br>Method or attribute name: previousAssetId?: string;<br>Initial version: 9|Class name: AVMetadata<br>Method or attribute name: previousAssetId?: string;<br>Initial version: 10|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: AVMetadata<br>Method or attribute name: nextAssetId?: string;<br>Initial version: 9|Class name: AVMetadata<br>Method or attribute name: nextAssetId?: string;<br>Initial version: 10|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: AVPlaybackState<br>Initial version: 9|Class name: AVPlaybackState<br>Initial version: 10|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: AVPlaybackState<br>Method or attribute name: state?: PlaybackState;<br>Initial version: 9|Class name: AVPlaybackState<br>Method or attribute name: state?: PlaybackState;<br>Initial version: 10|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: AVPlaybackState<br>Method or attribute name: speed?: number;<br>Initial version: 9|Class name: AVPlaybackState<br>Method or attribute name: speed?: number;<br>Initial version: 10|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: AVPlaybackState<br>Method or attribute name: position?: PlaybackPosition;<br>Initial version: 9|Class name: AVPlaybackState<br>Method or attribute name: position?: PlaybackPosition;<br>Initial version: 10|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: AVPlaybackState<br>Method or attribute name: bufferedTime?: number;<br>Initial version: 9|Class name: AVPlaybackState<br>Method or attribute name: bufferedTime?: number;<br>Initial version: 10|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: AVPlaybackState<br>Method or attribute name: loopMode?: LoopMode;<br>Initial version: 9|Class name: AVPlaybackState<br>Method or attribute name: loopMode?: LoopMode;<br>Initial version: 10|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: AVPlaybackState<br>Method or attribute name: isFavorite?: boolean;<br>Initial version: 9|Class name: AVPlaybackState<br>Method or attribute name: isFavorite?: boolean;<br>Initial version: 10|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: PlaybackPosition<br>Initial version: 9|Class name: PlaybackPosition<br>Initial version: 10|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: PlaybackPosition<br>Method or attribute name: elapsedTime: number;<br>Initial version: 9|Class name: PlaybackPosition<br>Method or attribute name: elapsedTime: number;<br>Initial version: 10|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: PlaybackPosition<br>Method or attribute name: updateTime: number;<br>Initial version: 9|Class name: PlaybackPosition<br>Method or attribute name: updateTime: number;<br>Initial version: 10|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: OutputDeviceInfo<br>Initial version: 9|Class name: OutputDeviceInfo<br>Initial version: 10|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: OutputDeviceInfo<br>Method or attribute name: isRemote: boolean;<br>Initial version: 9|Class name: OutputDeviceInfo<br>Method or attribute name: isRemote: boolean;<br>Initial version: 10|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: OutputDeviceInfo<br>Method or attribute name: audioDeviceId: Array\<number>;<br>Initial version: 9|Class name: OutputDeviceInfo<br>Method or attribute name: audioDeviceId: Array\<number>;<br>Initial version: 10|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: OutputDeviceInfo<br>Method or attribute name: deviceName: Array\<string>;<br>Initial version: 9|Class name: OutputDeviceInfo<br>Method or attribute name: deviceName: Array\<string>;<br>Initial version: 10|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: LoopMode<br>Initial version: 9|Class name: LoopMode<br>Initial version: 10|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: LoopMode<br>Method or attribute name: LOOP_MODE_SEQUENCE = 0<br>Initial version: 9|Class name: LoopMode<br>Method or attribute name: LOOP_MODE_SEQUENCE = 0<br>Initial version: 10|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: LoopMode<br>Method or attribute name: LOOP_MODE_SINGLE = 1<br>Initial version: 9|Class name: LoopMode<br>Method or attribute name: LOOP_MODE_SINGLE = 1<br>Initial version: 10|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: LoopMode<br>Method or attribute name: LOOP_MODE_LIST = 2<br>Initial version: 9|Class name: LoopMode<br>Method or attribute name: LOOP_MODE_LIST = 2<br>Initial version: 10|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: LoopMode<br>Method or attribute name: LOOP_MODE_SHUFFLE = 3<br>Initial version: 9|Class name: LoopMode<br>Method or attribute name: LOOP_MODE_SHUFFLE = 3<br>Initial version: 10|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: PlaybackState<br>Initial version: 9|Class name: PlaybackState<br>Initial version: 10|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: PlaybackState<br>Method or attribute name: PLAYBACK_STATE_INITIAL = 0<br>Initial version: 9|Class name: PlaybackState<br>Method or attribute name: PLAYBACK_STATE_INITIAL = 0<br>Initial version: 10|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: PlaybackState<br>Method or attribute name: PLAYBACK_STATE_PREPARE = 1<br>Initial version: 9|Class name: PlaybackState<br>Method or attribute name: PLAYBACK_STATE_PREPARE = 1<br>Initial version: 10|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: PlaybackState<br>Method or attribute name: PLAYBACK_STATE_PLAY = 2<br>Initial version: 9|Class name: PlaybackState<br>Method or attribute name: PLAYBACK_STATE_PLAY = 2<br>Initial version: 10|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: PlaybackState<br>Method or attribute name: PLAYBACK_STATE_PAUSE = 3<br>Initial version: 9|Class name: PlaybackState<br>Method or attribute name: PLAYBACK_STATE_PAUSE = 3<br>Initial version: 10|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: PlaybackState<br>Method or attribute name: PLAYBACK_STATE_FAST_FORWARD = 4<br>Initial version: 9|Class name: PlaybackState<br>Method or attribute name: PLAYBACK_STATE_FAST_FORWARD = 4<br>Initial version: 10|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: PlaybackState<br>Method or attribute name: PLAYBACK_STATE_REWIND = 5<br>Initial version: 9|Class name: PlaybackState<br>Method or attribute name: PLAYBACK_STATE_REWIND = 5<br>Initial version: 10|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: PlaybackState<br>Method or attribute name: PLAYBACK_STATE_STOP = 6<br>Initial version: 9|Class name: PlaybackState<br>Method or attribute name: PLAYBACK_STATE_STOP = 6<br>Initial version: 10|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: AVSessionController<br>Initial version: 9|Class name: AVSessionController<br>Initial version: 10|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: AVSessionController<br>Method or attribute name: readonly sessionId: string;<br>Initial version: 9|Class name: AVSessionController<br>Method or attribute name: readonly sessionId: string;<br>Initial version: 10|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: AVSessionController<br>Method or attribute name: getAVPlaybackState(callback: AsyncCallback\<AVPlaybackState>): void;<br>Initial version: 9|Class name: AVSessionController<br>Method or attribute name: getAVPlaybackState(callback: AsyncCallback\<AVPlaybackState>): void;<br>Initial version: 10|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: AVSessionController<br>Method or attribute name: getAVPlaybackState(): Promise\<AVPlaybackState>;<br>Initial version: 9|Class name: AVSessionController<br>Method or attribute name: getAVPlaybackState(): Promise\<AVPlaybackState>;<br>Initial version: 10|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: AVSessionController<br>Method or attribute name: getAVMetadata(callback: AsyncCallback\<AVMetadata>): void;<br>Initial version: 9|Class name: AVSessionController<br>Method or attribute name: getAVMetadata(callback: AsyncCallback\<AVMetadata>): void;<br>Initial version: 10|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: AVSessionController<br>Method or attribute name: getAVMetadata(): Promise\<AVMetadata>;<br>Initial version: 9|Class name: AVSessionController<br>Method or attribute name: getAVMetadata(): Promise\<AVMetadata>;<br>Initial version: 10|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: AVSessionController<br>Method or attribute name: getOutputDevice(callback: AsyncCallback\<OutputDeviceInfo>): void;<br>Initial version: 9|Class name: AVSessionController<br>Method or attribute name: getOutputDevice(callback: AsyncCallback\<OutputDeviceInfo>): void;<br>Initial version: 10|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: AVSessionController<br>Method or attribute name: getOutputDevice(): Promise\<OutputDeviceInfo>;<br>Initial version: 9|Class name: AVSessionController<br>Method or attribute name: getOutputDevice(): Promise\<OutputDeviceInfo>;<br>Initial version: 10|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: AVSessionController<br>Method or attribute name: sendAVKeyEvent(event: KeyEvent, callback: AsyncCallback\<void>): void;<br>Initial version: 9|Class name: AVSessionController<br>Method or attribute name: sendAVKeyEvent(event: KeyEvent, callback: AsyncCallback\<void>): void;<br>Initial version: 10|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: AVSessionController<br>Method or attribute name: sendAVKeyEvent(event: KeyEvent): Promise\<void>;<br>Initial version: 9|Class name: AVSessionController<br>Method or attribute name: sendAVKeyEvent(event: KeyEvent): Promise\<void>;<br>Initial version: 10|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: AVSessionController<br>Method or attribute name: getLaunchAbility(callback: AsyncCallback\<WantAgent>): void;<br>Initial version: 9|Class name: AVSessionController<br>Method or attribute name: getLaunchAbility(callback: AsyncCallback\<WantAgent>): void;<br>Initial version: 10|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: AVSessionController<br>Method or attribute name: getLaunchAbility(): Promise\<WantAgent>;<br>Initial version: 9|Class name: AVSessionController<br>Method or attribute name: getLaunchAbility(): Promise\<WantAgent>;<br>Initial version: 10|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: AVSessionController<br>Method or attribute name: getRealPlaybackPositionSync(): number;<br>Initial version: 9|Class name: AVSessionController<br>Method or attribute name: getRealPlaybackPositionSync(): number;<br>Initial version: 10|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: AVSessionController<br>Method or attribute name: isActive(callback: AsyncCallback\<boolean>): void;<br>Initial version: 9|Class name: AVSessionController<br>Method or attribute name: isActive(callback: AsyncCallback\<boolean>): void;<br>Initial version: 10|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: AVSessionController<br>Method or attribute name: isActive(): Promise\<boolean>;<br>Initial version: 9|Class name: AVSessionController<br>Method or attribute name: isActive(): Promise\<boolean>;<br>Initial version: 10|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: AVSessionController<br>Method or attribute name: destroy(callback: AsyncCallback\<void>): void;<br>Initial version: 9|Class name: AVSessionController<br>Method or attribute name: destroy(callback: AsyncCallback\<void>): void;<br>Initial version: 10|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: AVSessionController<br>Method or attribute name: destroy(): Promise\<void>;<br>Initial version: 9|Class name: AVSessionController<br>Method or attribute name: destroy(): Promise\<void>;<br>Initial version: 10|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: AVSessionController<br>Method or attribute name: getValidCommands(callback: AsyncCallback\<Array\<AVControlCommandType>>): void;<br>Initial version: 9|Class name: AVSessionController<br>Method or attribute name: getValidCommands(callback: AsyncCallback\<Array\<AVControlCommandType>>): void;<br>Initial version: 10|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: AVSessionController<br>Method or attribute name: getValidCommands(): Promise\<Array\<AVControlCommandType>>;<br>Initial version: 9|Class name: AVSessionController<br>Method or attribute name: getValidCommands(): Promise\<Array\<AVControlCommandType>>;<br>Initial version: 10|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: AVSessionController<br>Method or attribute name: sendControlCommand(command: AVControlCommand, callback: AsyncCallback\<void>): void;<br>Initial version: 9|Class name: AVSessionController<br>Method or attribute name: sendControlCommand(command: AVControlCommand, callback: AsyncCallback\<void>): void;<br>Initial version: 10|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: AVSessionController<br>Method or attribute name: sendControlCommand(command: AVControlCommand): Promise\<void>;<br>Initial version: 9|Class name: AVSessionController<br>Method or attribute name: sendControlCommand(command: AVControlCommand): Promise\<void>;<br>Initial version: 10|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: AVSessionController<br>Method or attribute name: on(type: 'metadataChange', filter: Array\<keyof AVMetadata> \| 'all', callback: (data: AVMetadata) => void);<br>Initial version: 9|Class name: AVSessionController<br>Method or attribute name: on(type: 'metadataChange', filter: Array\<keyof AVMetadata> \| 'all', callback: (data: AVMetadata) => void);<br>Initial version: 10|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: AVSessionController<br>Method or attribute name: off(type: 'metadataChange', callback?: (data: AVMetadata) => void);<br>Initial version: 9|Class name: AVSessionController<br>Method or attribute name: off(type: 'metadataChange', callback?: (data: AVMetadata) => void);<br>Initial version: 10|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: AVSessionController<br>Method or attribute name: on(type: 'playbackStateChange', filter: Array\<keyof AVPlaybackState> \| 'all', callback: (state: AVPlaybackState) => void);<br>Initial version: 9|Class name: AVSessionController<br>Method or attribute name: on(type: 'playbackStateChange', filter: Array\<keyof AVPlaybackState> \| 'all', callback: (state: AVPlaybackState) => void);<br>Initial version: 10|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: AVSessionController<br>Method or attribute name: off(type: 'playbackStateChange', callback?: (state: AVPlaybackState) => void);<br>Initial version: 9|Class name: AVSessionController<br>Method or attribute name: off(type: 'playbackStateChange', callback?: (state: AVPlaybackState) => void);<br>Initial version: 10|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: AVSessionController<br>Method or attribute name: on(type: 'sessionDestroy', callback: () => void);<br>Initial version: 9|Class name: AVSessionController<br>Method or attribute name: on(type: 'sessionDestroy', callback: () => void);<br>Initial version: 10|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: AVSessionController<br>Method or attribute name: off(type: 'sessionDestroy', callback?: () => void);<br>Initial version: 9|Class name: AVSessionController<br>Method or attribute name: off(type: 'sessionDestroy', callback?: () => void);<br>Initial version: 10|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: AVSessionController<br>Method or attribute name: on(type: 'activeStateChange', callback: (isActive: boolean) => void);<br>Initial version: 9|Class name: AVSessionController<br>Method or attribute name: on(type: 'activeStateChange', callback: (isActive: boolean) => void);<br>Initial version: 10|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: AVSessionController<br>Method or attribute name: off(type: 'activeStateChange', callback?: (isActive: boolean) => void);<br>Initial version: 9|Class name: AVSessionController<br>Method or attribute name: off(type: 'activeStateChange', callback?: (isActive: boolean) => void);<br>Initial version: 10|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: AVSessionController<br>Method or attribute name: on(type: 'validCommandChange', callback: (commands: Array\<AVControlCommandType>) => void);<br>Initial version: 9|Class name: AVSessionController<br>Method or attribute name: on(type: 'validCommandChange', callback: (commands: Array\<AVControlCommandType>) => void);<br>Initial version: 10|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: AVSessionController<br>Method or attribute name: off(type: 'validCommandChange', callback?: (commands: Array\<AVControlCommandType>) => void);<br>Initial version: 9|Class name: AVSessionController<br>Method or attribute name: off(type: 'validCommandChange', callback?: (commands: Array\<AVControlCommandType>) => void);<br>Initial version: 10|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: AVSessionController<br>Method or attribute name: on(type: 'outputDeviceChange', callback: (device: OutputDeviceInfo) => void): void;<br>Initial version: 9|Class name: AVSessionController<br>Method or attribute name: on(type: 'outputDeviceChange', callback: (device: OutputDeviceInfo) => void): void;<br>Initial version: 10|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: AVSessionController<br>Method or attribute name: off(type: 'outputDeviceChange', callback?: (device: OutputDeviceInfo) => void): void;<br>Initial version: 9|Class name: AVSessionController<br>Method or attribute name: off(type: 'outputDeviceChange', callback?: (device: OutputDeviceInfo) => void): void;<br>Initial version: 10|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: AVControlCommand<br>Initial version: 9|Class name: AVControlCommand<br>Initial version: 10|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: AVControlCommand<br>Method or attribute name: command: AVControlCommandType;<br>Initial version: 9|Class name: AVControlCommand<br>Method or attribute name: command: AVControlCommandType;<br>Initial version: 10|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: AVControlCommand<br>Method or attribute name: parameter?: LoopMode \| string \| number;<br>Initial version: 9|Class name: AVControlCommand<br>Method or attribute name: parameter?: LoopMode \| string \| number;<br>Initial version: 10|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: AVSessionErrorCode<br>Initial version: 9|Class name: AVSessionErrorCode<br>Initial version: 10|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: AVSessionErrorCode<br>Method or attribute name: ERR_CODE_SERVICE_EXCEPTION = 6600101<br>Initial version: 9|Class name: AVSessionErrorCode<br>Method or attribute name: ERR_CODE_SERVICE_EXCEPTION = 6600101<br>Initial version: 10|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: AVSessionErrorCode<br>Method or attribute name: ERR_CODE_SESSION_NOT_EXIST = 6600102<br>Initial version: 9|Class name: AVSessionErrorCode<br>Method or attribute name: ERR_CODE_SESSION_NOT_EXIST = 6600102<br>Initial version: 10|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: AVSessionErrorCode<br>Method or attribute name: ERR_CODE_CONTROLLER_NOT_EXIST = 6600103<br>Initial version: 9|Class name: AVSessionErrorCode<br>Method or attribute name: ERR_CODE_CONTROLLER_NOT_EXIST = 6600103<br>Initial version: 10|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: AVSessionErrorCode<br>Method or attribute name: ERR_CODE_REMOTE_CONNECTION_ERR = 6600104<br>Initial version: 9|Class name: AVSessionErrorCode<br>Method or attribute name: ERR_CODE_REMOTE_CONNECTION_ERR = 6600104<br>Initial version: 10|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: AVSessionErrorCode<br>Method or attribute name: ERR_CODE_COMMAND_INVALID = 6600105<br>Initial version: 9|Class name: AVSessionErrorCode<br>Method or attribute name: ERR_CODE_COMMAND_INVALID = 6600105<br>Initial version: 10|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: AVSessionErrorCode<br>Method or attribute name: ERR_CODE_SESSION_INACTIVE = 6600106<br>Initial version: 9|Class name: AVSessionErrorCode<br>Method or attribute name: ERR_CODE_SESSION_INACTIVE = 6600106<br>Initial version: 10|@ohos.multimedia.avsession.d.ts|
|Initial version changed|Class name: AVSessionErrorCode<br>Method or attribute name: ERR_CODE_MESSAGE_OVERLOAD = 6600107<br>Initial version: 9|Class name: AVSessionErrorCode<br>Method or attribute name: ERR_CODE_MESSAGE_OVERLOAD = 6600107<br>Initial version: 10|@ohos.multimedia.avsession.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|
| Change Type | Old Version | New Version | d.ts File |
| ---- | ------ | ------ | -------- |
|Added|NA|Module name: ohos.WorkSchedulerExtensionAbility<br>Class name: WorkSchedulerExtensionAbility<br>Method or attribute name: context: WorkSchedulerExtensionContext;|@ohos.WorkSchedulerExtensionAbility.d.ts|
|Added|NA|Module name: WorkSchedulerExtensionContext<br>Class name: WorkSchedulerExtensionContext|WorkSchedulerExtensionContext.d.ts|
| Change Type | Old Version | New Version | d.ts File |
| ---- | ------ | ------ | -------- |
|Added|NA|Class name: AtManager<br>Method or attribute name: checkAccessTokenSync(tokenID: number, permissionName: Permissions): GrantStatus;|@ohos.abilityAccessCtrl.d.ts|
|Added|NA|Class name: HuksKeyStorageType<br>Method or attribute name: HUKS_STORAGE_ONLY_USED_IN_HUKS = 2|@ohos.security.huks.d.ts|
|Added|NA|Class name: HuksKeyStorageType<br>Method or attribute name: HUKS_STORAGE_KEY_EXPORT_ALLOWED = 3|@ohos.security.huks.d.ts|
|Added|NA|Module name: ohos.security.huks<br>Class name: HuksRsaPssSaltLenType|@ohos.security.huks.d.ts|
|Added|NA|Module name: ohos.security.huks<br>Class name: HuksRsaPssSaltLenType<br>Method or attribute name: HUKS_RSA_PSS_SALT_LEN_DIGEST = 0|@ohos.security.huks.d.ts|
|Added|NA|Module name: ohos.security.huks<br>Class name: HuksRsaPssSaltLenType<br>Method or attribute name: HUKS_RSA_PSS_SALT_LEN_MAX = 1|@ohos.security.huks.d.ts|
|Added|NA|Module name: ohos.security.huks<br>Class name: HuksTag<br>Method or attribute name: HUKS_TAG_DERIVED_AGREED_KEY_STORAGE_FLAG = HuksTagType.HUKS_TAG_TYPE_UINT \| 29|@ohos.security.huks.d.ts|
|Added|NA|Module name: ohos.security.huks<br>Class name: HuksTag<br>Method or attribute name: HUKS_TAG_RSA_PSS_SALT_LEN_TYPE = HuksTagType.HUKS_TAG_TYPE_UINT \| 30|@ohos.security.huks.d.ts|
|Added|NA|Module name: ohos.security.huks<br>Class name: HuksTag<br>Method or attribute name: HUKS_TAG_KEY_AUTH_PURPOSE = HuksTagType.HUKS_TAG_TYPE_UINT \| 311|@ohos.security.huks.d.ts|
|Deprecated version changed|Class name: HuksKeyStorageType<br>Method or attribute name: HUKS_STORAGE_TEMP = 0<br>Deprecated version: N/A|Class name: HuksKeyStorageType<br>Method or attribute name: HUKS_STORAGE_TEMP = 0<br>Deprecated version: 10<br>Substitute API: N/A|@ohos.security.huks.d.ts|
|Deprecated version changed|Class name: HuksKeyStorageType<br>Method or attribute name: HUKS_STORAGE_PERSISTENT = 1<br>Deprecated version: N/A|Class name: HuksKeyStorageType<br>Method or attribute name: HUKS_STORAGE_PERSISTENT = 1<br>Deprecated version: 10<br>Substitute API: N/A|@ohos.security.huks.d.ts|
|Initial version changed|Class name: abilityAccessCtrl<br>Initial version: N/A|Class name: abilityAccessCtrl<br>Initial version: 8|@ohos.abilityAccessCtrl.d.ts|
|Initial version changed|Class name: abilityAccessCtrl<br>Method or attribute name: function createAtManager(): AtManager;<br>Initial version: 8|Class name: abilityAccessCtrl<br>Method or attribute name: function createAtManager(): AtManager;<br>Initial version: 10|@ohos.abilityAccessCtrl.d.ts|
|Initial version changed|Class name: AtManager<br>Initial version: N/A|Class name: AtManager<br>Initial version: 8|@ohos.abilityAccessCtrl.d.ts|
|Initial version changed|Class name: AtManager<br>Method or attribute name: checkAccessToken(tokenID: number, permissionName: Permissions): Promise\<GrantStatus>;<br>Initial version: 9|Class name: AtManager<br>Method or attribute name: checkAccessToken(tokenID: number, permissionName: Permissions): Promise\<GrantStatus>;<br>Initial version: 10|@ohos.abilityAccessCtrl.d.ts|
|Initial version changed|Class name: GrantStatus<br>Initial version: 8|Class name: GrantStatus<br>Initial version: 10|@ohos.abilityAccessCtrl.d.ts|
|Initial version changed|Class name: GrantStatus<br>Method or attribute name: PERMISSION_DENIED = -1<br>Initial version: N/A|Class name: GrantStatus<br>Method or attribute name: PERMISSION_DENIED = -1<br>Initial version: 10|@ohos.abilityAccessCtrl.d.ts|
|Initial version changed|Class name: GrantStatus<br>Method or attribute name: PERMISSION_GRANTED = 0<br>Initial version: N/A|Class name: GrantStatus<br>Method or attribute name: PERMISSION_GRANTED = 0<br>Initial version: 10|@ohos.abilityAccessCtrl.d.ts|
|Initial version changed|Class name: HuksKeyStorageType<br>Method or attribute name: HUKS_STORAGE_TEMP = 0<br>Initial version: N/A|Class name: HuksKeyStorageType<br>Method or attribute name: HUKS_STORAGE_TEMP = 0<br>Initial version: 8|@ohos.security.huks.d.ts|
|Initial version changed|Class name: HuksKeyStorageType<br>Method or attribute name: HUKS_STORAGE_PERSISTENT = 1<br>Initial version: N/A|Class name: HuksKeyStorageType<br>Method or attribute name: HUKS_STORAGE_PERSISTENT = 1<br>Initial version: 8|@ohos.security.huks.d.ts|
|Initial version changed|Class name: Cipher<br>Method or attribute name: static rsa(options: CipherRsaOptions): void;<br>Initial version: N/A|Class name: Cipher<br>Method or attribute name: static rsa(options: CipherRsaOptions): void;<br>Initial version: 3|@system.cipher.d.ts|
|Initial version changed|Class name: Cipher<br>Method or attribute name: static aes(options: CipherAesOptions): void;<br>Initial version: N/A|Class name: Cipher<br>Method or attribute name: static aes(options: CipherAesOptions): void;<br>Initial version: 3|@system.cipher.d.ts|
|Initial version changed|Class name: PermissionRequestResult<br>Initial version: 9|Class name: PermissionRequestResult<br>Initial version: 10|PermissionRequestResult.d.ts|
|Initial version changed|Class name: PermissionRequestResult<br>Method or attribute name: permissions: Array\<string>;<br>Initial version: 9|Class name: PermissionRequestResult<br>Method or attribute name: permissions: Array\<string>;<br>Initial version: 10|PermissionRequestResult.d.ts|
|Initial version changed|Class name: PermissionRequestResult<br>Method or attribute name: authResults: Array\<number>;<br>Initial version: 9|Class name: PermissionRequestResult<br>Method or attribute name: authResults: Array\<number>;<br>Initial version: 10|PermissionRequestResult.d.ts|
|Error code added|NA|Class name: AtManager<br>Method or attribute name: getVersion(): Promise\<number>;<br>Error code: 202|@ohos.abilityAccessCtrl.d.ts|
| Change Type | Old Version | New Version | d.ts File |
| ---- | ------ | ------ | -------- |
|Added|NA|Module name: ohos.vibrator<br>Class name: vibrator<br>Method or attribute name: function stopVibration(callback: AsyncCallback\<void>): void;|@ohos.vibrator.d.ts|
|Added|NA|Class name: vibrator<br>Method or attribute name: function stopVibration(callback: AsyncCallback\<void>): void;|@ohos.vibrator.d.ts|
|Added|NA|Module name: ohos.vibrator<br>Class name: vibrator<br>Method or attribute name: function stopVibration(): Promise\<void>;|@ohos.vibrator.d.ts|
|Added|NA|Class name: vibrator<br>Method or attribute name: function stopVibration(): Promise\<void>;|@ohos.vibrator.d.ts|
|Added|NA|Module name: ohos.vibrator<br>Class name: vibrator<br>Method or attribute name: function isSupportEffect(effectId: string, callback: AsyncCallback\<boolean>): void;|@ohos.vibrator.d.ts|
|Added|NA|Class name: vibrator<br>Method or attribute name: function isSupportEffect(effectId: string, callback: AsyncCallback\<boolean>): void;|@ohos.vibrator.d.ts|
|Added|NA|Module name: ohos.vibrator<br>Class name: vibrator<br>Method or attribute name: function isSupportEffect(effectId: string): Promise\<boolean>;|@ohos.vibrator.d.ts|
|Added|NA|Class name: vibrator<br>Method or attribute name: function isSupportEffect(effectId: string): Promise\<boolean>;|@ohos.vibrator.d.ts|
|Permission added|Class name: AccelerometerResponse<br>Method or attribute name: x: number;<br>Permission: N/A|Class name: AccelerometerResponse<br>Method or attribute name: x: number;<br>Permission: ohos.permission.ACCELEROMETER|@system.sensor.d.ts|
|Permission added|Class name: AccelerometerResponse<br>Method or attribute name: y: number;<br>Permission: N/A|Class name: AccelerometerResponse<br>Method or attribute name: y: number;<br>Permission: ohos.permission.ACCELEROMETER|@system.sensor.d.ts|
|Permission added|Class name: AccelerometerResponse<br>Method or attribute name: z: number;<br>Permission: N/A|Class name: AccelerometerResponse<br>Method or attribute name: z: number;<br>Permission: ohos.permission.ACCELEROMETER|@system.sensor.d.ts|
|Permission added|Class name: subscribeAccelerometerOptions<br>Method or attribute name: interval: string;<br>Permission: N/A|Class name: subscribeAccelerometerOptions<br>Method or attribute name: interval: string;<br>Permission: ohos.permission.ACCELEROMETER|@system.sensor.d.ts|
|Permission added|Class name: subscribeAccelerometerOptions<br>Method or attribute name: success: (data: AccelerometerResponse) => void;<br>Permission: N/A|Class name: subscribeAccelerometerOptions<br>Method or attribute name: success: (data: AccelerometerResponse) => void;<br>Permission: ohos.permission.ACCELEROMETER|@system.sensor.d.ts|
|Permission added|Class name: subscribeAccelerometerOptions<br>Method or attribute name: fail?: (data: string, code: number) => void;<br>Permission: N/A|Class name: subscribeAccelerometerOptions<br>Method or attribute name: fail?: (data: string, code: number) => void;<br>Permission: ohos.permission.ACCELEROMETER|@system.sensor.d.ts|
|Permission added|Class name: StepCounterResponse<br>Method or attribute name: steps: number;<br>Permission: N/A|Class name: StepCounterResponse<br>Method or attribute name: steps: number;<br>Permission: ohos.permission.ACTIVITY_MOTION|@system.sensor.d.ts|
|Permission added|Class name: SubscribeStepCounterOptions<br>Method or attribute name: success: (data: StepCounterResponse) => void;<br>Permission: N/A|Class name: SubscribeStepCounterOptions<br>Method or attribute name: success: (data: StepCounterResponse) => void;<br>Permission: ohos.permission.ACTIVITY_MOTION|@system.sensor.d.ts|
|Permission added|Class name: SubscribeStepCounterOptions<br>Method or attribute name: fail?: (data: string, code: number) => void;<br>Permission: N/A|Class name: SubscribeStepCounterOptions<br>Method or attribute name: fail?: (data: string, code: number) => void;<br>Permission: ohos.permission.ACTIVITY_MOTION|@system.sensor.d.ts|
|Permission added|Class name: HeartRateResponse<br>Method or attribute name: heartRate: number;<br>Permission: N/A|Class name: HeartRateResponse<br>Method or attribute name: heartRate: number;<br>Permission: ohos.permission.READ_HEALTH_DATA|@system.sensor.d.ts|
|Permission added|Class name: SubscribeHeartRateOptions<br>Method or attribute name: success: (data: HeartRateResponse) => void;<br>Permission: N/A|Class name: SubscribeHeartRateOptions<br>Method or attribute name: success: (data: HeartRateResponse) => void;<br>Permission: ohos.permission.READ_HEALTH_DATA|@system.sensor.d.ts|
|Permission added|Class name: SubscribeHeartRateOptions<br>Method or attribute name: fail?: (data: string, code: number) => void;<br>Permission: N/A|Class name: SubscribeHeartRateOptions<br>Method or attribute name: fail?: (data: string, code: number) => void;<br>Permission: ohos.permission.READ_HEALTH_DATA|@system.sensor.d.ts|
|Permission added|Class name: GyroscopeResponse<br>Method or attribute name: x: number;<br>Permission: N/A|Class name: GyroscopeResponse<br>Method or attribute name: x: number;<br>Permission: ohos.permission.GYROSCOPE|@system.sensor.d.ts|
|Permission added|Class name: GyroscopeResponse<br>Method or attribute name: y: number;<br>Permission: N/A|Class name: GyroscopeResponse<br>Method or attribute name: y: number;<br>Permission: ohos.permission.GYROSCOPE|@system.sensor.d.ts|
|Permission added|Class name: GyroscopeResponse<br>Method or attribute name: z: number;<br>Permission: N/A|Class name: GyroscopeResponse<br>Method or attribute name: z: number;<br>Permission: ohos.permission.GYROSCOPE|@system.sensor.d.ts|
|Permission added|Class name: SubscribeGyroscopeOptions<br>Method or attribute name: interval: string;<br>Permission: N/A|Class name: SubscribeGyroscopeOptions<br>Method or attribute name: interval: string;<br>Permission: ohos.permission.GYROSCOPE|@system.sensor.d.ts|
|Permission added|Class name: SubscribeGyroscopeOptions<br>Method or attribute name: success: (data: GyroscopeResponse) => void;<br>Permission: N/A|Class name: SubscribeGyroscopeOptions<br>Method or attribute name: success: (data: GyroscopeResponse) => void;<br>Permission: ohos.permission.GYROSCOPE|@system.sensor.d.ts|
|Permission added|Class name: SubscribeGyroscopeOptions<br>Method or attribute name: fail?: (data: string, code: number) => void;<br>Permission: N/A|Class name: SubscribeGyroscopeOptions<br>Method or attribute name: fail?: (data: string, code: number) => void;<br>Permission: ohos.permission.GYROSCOPE|@system.sensor.d.ts|
| Change Type | Old Version | New Version | d.ts File |
| ---- | ------ | ------ | -------- |
|Added|NA|Module name: ohos.telephony.call<br>Class name: call<br>Method or attribute name: function on(type: 'audioDeviceChange', callback: Callback\<AudioDeviceInfo>): void;|@ohos.telephony.call.d.ts|
|Added|NA|Module name: ohos.telephony.call<br>Class name: call<br>Method or attribute name: function off(type: 'audioDeviceChange', callback?: Callback\<AudioDeviceInfo>): void;|@ohos.telephony.call.d.ts|
|Added|NA|Module name: ohos.telephony.call<br>Class name: call<br>Method or attribute name: function setAudioDevice(device: AudioDevice): Promise\<void>;|@ohos.telephony.call.d.ts|
|Added|NA|Module name: ohos.telephony.call<br>Class name: call<br>Method or attribute name: function closeUnfinishedUssd(slotId: number, callback: AsyncCallback\<void>): void;|@ohos.telephony.call.d.ts|
|Added|NA|Module name: ohos.telephony.call<br>Class name: call<br>Method or attribute name: function closeUnfinishedUssd(slotId: number): Promise\<void>;|@ohos.telephony.call.d.ts|
|Added|NA|Module name: ohos.telephony.call<br>Class name: call<br>Method or attribute name: function setVoNRState(slotId: number, state: VoNRState, callback: AsyncCallback\<boolean>): void;|@ohos.telephony.call.d.ts|
|Added|NA|Module name: ohos.telephony.call<br>Class name: call<br>Method or attribute name: function setVoNRState(slotId: number, state: VoNRState): Promise\<boolean>;|@ohos.telephony.call.d.ts|
|Added|NA|Module name: ohos.telephony.call<br>Class name: call<br>Method or attribute name: function getVoNRState(slotId: number, callback: AsyncCallback\<VoNRState>): void;|@ohos.telephony.call.d.ts|
|Added|NA|Module name: ohos.telephony.call<br>Class name: call<br>Method or attribute name: function getVoNRState(slotId: number): Promise\<VoNRState>;|@ohos.telephony.call.d.ts|
|Added|NA|Module name: ohos.telephony.call<br>Class name: call<br>Method or attribute name: function canSetCallTransferTime(slotId: number, callback: AsyncCallback\<boolean>): void;|@ohos.telephony.call.d.ts|
|Added|NA|Module name: ohos.telephony.call<br>Class name: call<br>Method or attribute name: function canSetCallTransferTime(slotId: number): Promise\<boolean>;|@ohos.telephony.call.d.ts|
|Added|NA|Module name: ohos.telephony.call<br>Class name: call<br>Method or attribute name: function inputDialerSpecialCode(inputCode: string, callback: AsyncCallback\<void>): void;|@ohos.telephony.call.d.ts|
|Added|NA|Module name: ohos.telephony.call<br>Class name: call<br>Method or attribute name: function inputDialerSpecialCode(inputCode: string): Promise\<void>;|@ohos.telephony.call.d.ts|
|Added|NA|Module name: ohos.telephony.call<br>Class name: VoNRState|@ohos.telephony.call.d.ts|
|Added|NA|Module name: ohos.telephony.call<br>Class name: VoNRState<br>Method or attribute name: VONR_STATE_ON = 0|@ohos.telephony.call.d.ts|
|Added|NA|Module name: ohos.telephony.call<br>Class name: AudioDeviceType|@ohos.telephony.call.d.ts|
|Added|NA|Module name: ohos.telephony.call<br>Class name: AudioDeviceType<br>Method or attribute name: DEVICE_EARPIECE|@ohos.telephony.call.d.ts|
|Added|NA|Module name: ohos.telephony.call<br>Class name: AudioDeviceType<br>Method or attribute name: DEVICE_SPEAKER|@ohos.telephony.call.d.ts|
|Added|NA|Module name: ohos.telephony.call<br>Class name: AudioDeviceType<br>Method or attribute name: DEVICE_WIRED_HEADSET|@ohos.telephony.call.d.ts|
|Added|NA|Module name: ohos.telephony.call<br>Class name: AudioDeviceType<br>Method or attribute name: DEVICE_BLUETOOTH_SCO|@ohos.telephony.call.d.ts|
|Added|NA|Module name: ohos.telephony.call<br>Class name: AudioDeviceInfo|@ohos.telephony.call.d.ts|
|Added|NA|Module name: ohos.telephony.call<br>Class name: AudioDeviceInfo<br>Method or attribute name: audioDeviceList: Array\<AudioDevice>;|@ohos.telephony.call.d.ts|
|Added|NA|Module name: ohos.telephony.call<br>Class name: AudioDeviceInfo<br>Method or attribute name: currentAudioDevice: AudioDevice;|@ohos.telephony.call.d.ts|
|Added|NA|Module name: ohos.telephony.call<br>Class name: AudioDeviceInfo<br>Method or attribute name: isMuted: boolean;|@ohos.telephony.call.d.ts|
|Added|NA|Class name: radio<br>Method or attribute name: function getBasebandVersion(slotId: number, callback: AsyncCallback\<String>): void;|@ohos.telephony.radio.d.ts|
|Added|NA|Class name: radio<br>Method or attribute name: function getBasebandVersion(slotId: number): Promise\<String>;|@ohos.telephony.radio.d.ts|
| Change Type | Old Version | New Version | d.ts File |
| ---- | ------ | ------ | -------- |
|Added|NA|Module name: ohos.UiTest<br>Class name: UiDirection|@ohos.UiTest.d.ts|
|Added|NA|Class name: UiDirection<br>Method or attribute name: |@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: UiDirection<br>Method or attribute name: LEFT = 0|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: UiDirection<br>Method or attribute name: RIGHT = 1|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: UiDirection<br>Method or attribute name: UP = 2|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: UiDirection<br>Method or attribute name: DOWN = 3|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: MouseButton|@ohos.UiTest.d.ts|
|Added|NA|Class name: MouseButton<br>Method or attribute name: |@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: MouseButton<br>Method or attribute name: MOUSE_BUTTON_LEFT = 0|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: MouseButton<br>Method or attribute name: MOUSE_BUTTON_RIGHT = 1|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: MouseButton<br>Method or attribute name: MOUSE_BUTTON_MIDDLE = 2|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: On<br>Method or attribute name: within(on: On): On;|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: On<br>Method or attribute name: inWindow(bundleName: string): On;|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: Driver<br>Method or attribute name: fling(direction: UiDirection, speed: number): Promise\<void>;|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: Driver<br>Method or attribute name: mouseClick(p: Point, btnId: MouseButton, key1?: number, key2?: number): Promise\<void>;|@ohos.UiTest.d.ts|
|Added|NA|Class name: Driver<br>Method or attribute name: mouseClick(p: Point, btnId: MouseButton, key1?: number, key2?: number): Promise\<void>;|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: Driver<br>Method or attribute name: mouseMoveTo(p: Point): Promise\<void>;|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: Driver<br>Method or attribute name: mouseScroll(p: Point, down: boolean, d: number, key1?: number, key2?: number): Promise\<void>;|@ohos.UiTest.d.ts|
|Added|NA|Module name: ohos.UiTest<br>Class name: Driver<br>Method or attribute name: screenCapture(savePath: string, rect?: Rect): Promise\<boolean>;|@ohos.UiTest.d.ts|
|Error code added|NA|Class name: UiDriver<br>Method or attribute name: assertComponentExist(by: By): Promise\<void>;<br>Error code: 401, 17000002, 17000003|@ohos.UiTest.d.ts|
| Change Type | Old Version | New Version | d.ts File |
| ---- | ------ | ------ | -------- |
|Added|NA|Class name: BusinessVendor<br>Method or attribute name: PUBLIC = 'public'|@ohos.update.d.ts|
|Added|NA|Class name: UpgradeAction<br>Method or attribute name: UPGRADE = 'upgrade'|@ohos.update.d.ts|
|Added|NA|Class name: UpgradeAction<br>Method or attribute name: RECOVERY = 'recovery'|@ohos.update.d.ts|
|Access level changed|Class name: UpgradeInfo<br>Access level: public API|Class name: UpgradeInfo<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: UpgradeInfo<br>Method or attribute name: upgradeApp: string;<br>Access level: public API|Class name: UpgradeInfo<br>Method or attribute name: upgradeApp: string;<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: UpgradeInfo<br>Method or attribute name: businessType: BusinessType;<br>Access level: public API|Class name: UpgradeInfo<br>Method or attribute name: businessType: BusinessType;<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: BusinessType<br>Access level: public API|Class name: BusinessType<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: BusinessType<br>Method or attribute name: vendor: BusinessVendor;<br>Access level: public API|Class name: BusinessType<br>Method or attribute name: vendor: BusinessVendor;<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: BusinessType<br>Method or attribute name: subType: BusinessSubType;<br>Access level: public API|Class name: BusinessType<br>Method or attribute name: subType: BusinessSubType;<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: CheckResult<br>Access level: public API|Class name: CheckResult<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: CheckResult<br>Method or attribute name: isExistNewVersion: boolean;<br>Access level: public API|Class name: CheckResult<br>Method or attribute name: isExistNewVersion: boolean;<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: CheckResult<br>Method or attribute name: newVersionInfo: NewVersionInfo;<br>Access level: public API|Class name: CheckResult<br>Method or attribute name: newVersionInfo: NewVersionInfo;<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: NewVersionInfo<br>Access level: public API|Class name: NewVersionInfo<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: NewVersionInfo<br>Method or attribute name: versionDigestInfo: VersionDigestInfo;<br>Access level: public API|Class name: NewVersionInfo<br>Method or attribute name: versionDigestInfo: VersionDigestInfo;<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: NewVersionInfo<br>Method or attribute name: versionComponents: Array\<VersionComponent>;<br>Access level: public API|Class name: NewVersionInfo<br>Method or attribute name: versionComponents: Array\<VersionComponent>;<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: VersionDigestInfo<br>Access level: public API|Class name: VersionDigestInfo<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: VersionDigestInfo<br>Method or attribute name: versionDigest: string;<br>Access level: public API|Class name: VersionDigestInfo<br>Method or attribute name: versionDigest: string;<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: VersionComponent<br>Access level: public API|Class name: VersionComponent<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: VersionComponent<br>Method or attribute name: componentId: string;<br>Access level: public API|Class name: VersionComponent<br>Method or attribute name: componentId: string;<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: VersionComponent<br>Method or attribute name: componentType: ComponentType;<br>Access level: public API|Class name: VersionComponent<br>Method or attribute name: componentType: ComponentType;<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: VersionComponent<br>Method or attribute name: upgradeAction: UpgradeAction;<br>Access level: public API|Class name: VersionComponent<br>Method or attribute name: upgradeAction: UpgradeAction;<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: VersionComponent<br>Method or attribute name: displayVersion: string;<br>Access level: public API|Class name: VersionComponent<br>Method or attribute name: displayVersion: string;<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: VersionComponent<br>Method or attribute name: innerVersion: string;<br>Access level: public API|Class name: VersionComponent<br>Method or attribute name: innerVersion: string;<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: VersionComponent<br>Method or attribute name: size: number;<br>Access level: public API|Class name: VersionComponent<br>Method or attribute name: size: number;<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: VersionComponent<br>Method or attribute name: effectiveMode: EffectiveMode;<br>Access level: public API|Class name: VersionComponent<br>Method or attribute name: effectiveMode: EffectiveMode;<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: VersionComponent<br>Method or attribute name: descriptionInfo: DescriptionInfo;<br>Access level: public API|Class name: VersionComponent<br>Method or attribute name: descriptionInfo: DescriptionInfo;<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: DescriptionOptions<br>Access level: public API|Class name: DescriptionOptions<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: DescriptionOptions<br>Method or attribute name: format: DescriptionFormat;<br>Access level: public API|Class name: DescriptionOptions<br>Method or attribute name: format: DescriptionFormat;<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: DescriptionOptions<br>Method or attribute name: language: string;<br>Access level: public API|Class name: DescriptionOptions<br>Method or attribute name: language: string;<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: ComponentDescription<br>Access level: public API|Class name: ComponentDescription<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: ComponentDescription<br>Method or attribute name: componentId: string;<br>Access level: public API|Class name: ComponentDescription<br>Method or attribute name: componentId: string;<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: ComponentDescription<br>Method or attribute name: descriptionInfo: DescriptionInfo;<br>Access level: public API|Class name: ComponentDescription<br>Method or attribute name: descriptionInfo: DescriptionInfo;<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: DescriptionInfo<br>Access level: public API|Class name: DescriptionInfo<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: DescriptionInfo<br>Method or attribute name: descriptionType: DescriptionType;<br>Access level: public API|Class name: DescriptionInfo<br>Method or attribute name: descriptionType: DescriptionType;<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: DescriptionInfo<br>Method or attribute name: content: string;<br>Access level: public API|Class name: DescriptionInfo<br>Method or attribute name: content: string;<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: CurrentVersionInfo<br>Access level: public API|Class name: CurrentVersionInfo<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: CurrentVersionInfo<br>Method or attribute name: osVersion: string;<br>Access level: public API|Class name: CurrentVersionInfo<br>Method or attribute name: osVersion: string;<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: CurrentVersionInfo<br>Method or attribute name: deviceName: string;<br>Access level: public API|Class name: CurrentVersionInfo<br>Method or attribute name: deviceName: string;<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: CurrentVersionInfo<br>Method or attribute name: versionComponents: Array\<VersionComponent>;<br>Access level: public API|Class name: CurrentVersionInfo<br>Method or attribute name: versionComponents: Array\<VersionComponent>;<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: DownloadOptions<br>Access level: public API|Class name: DownloadOptions<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: DownloadOptions<br>Method or attribute name: allowNetwork: NetType;<br>Access level: public API|Class name: DownloadOptions<br>Method or attribute name: allowNetwork: NetType;<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: DownloadOptions<br>Method or attribute name: order: Order;<br>Access level: public API|Class name: DownloadOptions<br>Method or attribute name: order: Order;<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: ResumeDownloadOptions<br>Access level: public API|Class name: ResumeDownloadOptions<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: ResumeDownloadOptions<br>Method or attribute name: allowNetwork: NetType;<br>Access level: public API|Class name: ResumeDownloadOptions<br>Method or attribute name: allowNetwork: NetType;<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: PauseDownloadOptions<br>Access level: public API|Class name: PauseDownloadOptions<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: PauseDownloadOptions<br>Method or attribute name: isAllowAutoResume: boolean;<br>Access level: public API|Class name: PauseDownloadOptions<br>Method or attribute name: isAllowAutoResume: boolean;<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: UpgradeOptions<br>Access level: public API|Class name: UpgradeOptions<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: UpgradeOptions<br>Method or attribute name: order: Order;<br>Access level: public API|Class name: UpgradeOptions<br>Method or attribute name: order: Order;<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: ClearOptions<br>Access level: public API|Class name: ClearOptions<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: ClearOptions<br>Method or attribute name: status: UpgradeStatus;<br>Access level: public API|Class name: ClearOptions<br>Method or attribute name: status: UpgradeStatus;<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: UpgradePolicy<br>Access level: public API|Class name: UpgradePolicy<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: UpgradePolicy<br>Method or attribute name: downloadStrategy: boolean;<br>Access level: public API|Class name: UpgradePolicy<br>Method or attribute name: downloadStrategy: boolean;<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: UpgradePolicy<br>Method or attribute name: autoUpgradeStrategy: boolean;<br>Access level: public API|Class name: UpgradePolicy<br>Method or attribute name: autoUpgradeStrategy: boolean;<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: UpgradePolicy<br>Method or attribute name: autoUpgradePeriods: Array\<UpgradePeriod>;<br>Access level: public API|Class name: UpgradePolicy<br>Method or attribute name: autoUpgradePeriods: Array\<UpgradePeriod>;<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: UpgradePeriod<br>Access level: public API|Class name: UpgradePeriod<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: UpgradePeriod<br>Method or attribute name: start: number;<br>Access level: public API|Class name: UpgradePeriod<br>Method or attribute name: start: number;<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: UpgradePeriod<br>Method or attribute name: end: number;<br>Access level: public API|Class name: UpgradePeriod<br>Method or attribute name: end: number;<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: TaskInfo<br>Access level: public API|Class name: TaskInfo<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: TaskInfo<br>Method or attribute name: existTask: boolean;<br>Access level: public API|Class name: TaskInfo<br>Method or attribute name: existTask: boolean;<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: TaskInfo<br>Method or attribute name: taskBody: TaskBody;<br>Access level: public API|Class name: TaskInfo<br>Method or attribute name: taskBody: TaskBody;<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: EventInfo<br>Access level: public API|Class name: EventInfo<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: EventInfo<br>Method or attribute name: eventId: EventId;<br>Access level: public API|Class name: EventInfo<br>Method or attribute name: eventId: EventId;<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: EventInfo<br>Method or attribute name: taskBody: TaskBody;<br>Access level: public API|Class name: EventInfo<br>Method or attribute name: taskBody: TaskBody;<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: TaskBody<br>Access level: public API|Class name: TaskBody<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: TaskBody<br>Method or attribute name: versionDigestInfo: VersionDigestInfo;<br>Access level: public API|Class name: TaskBody<br>Method or attribute name: versionDigestInfo: VersionDigestInfo;<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: TaskBody<br>Method or attribute name: status: UpgradeStatus;<br>Access level: public API|Class name: TaskBody<br>Method or attribute name: status: UpgradeStatus;<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: TaskBody<br>Method or attribute name: subStatus: number;<br>Access level: public API|Class name: TaskBody<br>Method or attribute name: subStatus: number;<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: TaskBody<br>Method or attribute name: progress: number;<br>Access level: public API|Class name: TaskBody<br>Method or attribute name: progress: number;<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: TaskBody<br>Method or attribute name: installMode: number;<br>Access level: public API|Class name: TaskBody<br>Method or attribute name: installMode: number;<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: TaskBody<br>Method or attribute name: errorMessages: Array\<ErrorMessage>;<br>Access level: public API|Class name: TaskBody<br>Method or attribute name: errorMessages: Array\<ErrorMessage>;<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: TaskBody<br>Method or attribute name: versionComponents: Array\<VersionComponent>;<br>Access level: public API|Class name: TaskBody<br>Method or attribute name: versionComponents: Array\<VersionComponent>;<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: ErrorMessage<br>Access level: public API|Class name: ErrorMessage<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: ErrorMessage<br>Method or attribute name: errorCode: number;<br>Access level: public API|Class name: ErrorMessage<br>Method or attribute name: errorCode: number;<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: ErrorMessage<br>Method or attribute name: errorMessage: string;<br>Access level: public API|Class name: ErrorMessage<br>Method or attribute name: errorMessage: string;<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: EventClassifyInfo<br>Access level: public API|Class name: EventClassifyInfo<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: EventClassifyInfo<br>Method or attribute name: eventClassify: EventClassify;<br>Access level: public API|Class name: EventClassifyInfo<br>Method or attribute name: eventClassify: EventClassify;<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: EventClassifyInfo<br>Method or attribute name: extraInfo: string;<br>Access level: public API|Class name: EventClassifyInfo<br>Method or attribute name: extraInfo: string;<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: UpgradeFile<br>Access level: public API|Class name: UpgradeFile<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: UpgradeFile<br>Method or attribute name: fileType: ComponentType;<br>Access level: public API|Class name: UpgradeFile<br>Method or attribute name: fileType: ComponentType;<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: UpgradeFile<br>Method or attribute name: filePath: string;<br>Access level: public API|Class name: UpgradeFile<br>Method or attribute name: filePath: string;<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: UpgradeTaskCallback<br>Access level: public API|Class name: UpgradeTaskCallback<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: UpgradeTaskCallback<br>Method or attribute name: (eventInfo: EventInfo): void;<br>Access level: public API|Class name: UpgradeTaskCallback<br>Method or attribute name: (eventInfo: EventInfo): void;<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: BusinessVendor<br>Access level: public API|Class name: BusinessVendor<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: BusinessSubType<br>Access level: public API|Class name: BusinessSubType<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: BusinessSubType<br>Method or attribute name: FIRMWARE = 1<br>Access level: public API|Class name: BusinessSubType<br>Method or attribute name: FIRMWARE = 1<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: ComponentType<br>Access level: public API|Class name: ComponentType<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: ComponentType<br>Method or attribute name: OTA = 1<br>Access level: public API|Class name: ComponentType<br>Method or attribute name: OTA = 1<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: UpgradeAction<br>Access level: public API|Class name: UpgradeAction<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: EffectiveMode<br>Access level: public API|Class name: EffectiveMode<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: EffectiveMode<br>Method or attribute name: COLD = 1<br>Access level: public API|Class name: EffectiveMode<br>Method or attribute name: COLD = 1<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: EffectiveMode<br>Method or attribute name: LIVE = 2<br>Access level: public API|Class name: EffectiveMode<br>Method or attribute name: LIVE = 2<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: EffectiveMode<br>Method or attribute name: LIVE_AND_COLD = 3<br>Access level: public API|Class name: EffectiveMode<br>Method or attribute name: LIVE_AND_COLD = 3<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: DescriptionType<br>Access level: public API|Class name: DescriptionType<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: DescriptionType<br>Method or attribute name: CONTENT = 0<br>Access level: public API|Class name: DescriptionType<br>Method or attribute name: CONTENT = 0<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: DescriptionType<br>Method or attribute name: URI = 1<br>Access level: public API|Class name: DescriptionType<br>Method or attribute name: URI = 1<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: DescriptionFormat<br>Access level: public API|Class name: DescriptionFormat<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: DescriptionFormat<br>Method or attribute name: STANDARD = 0<br>Access level: public API|Class name: DescriptionFormat<br>Method or attribute name: STANDARD = 0<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: DescriptionFormat<br>Method or attribute name: SIMPLIFIED = 1<br>Access level: public API|Class name: DescriptionFormat<br>Method or attribute name: SIMPLIFIED = 1<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: NetType<br>Access level: public API|Class name: NetType<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: NetType<br>Method or attribute name: CELLULAR = 1<br>Access level: public API|Class name: NetType<br>Method or attribute name: CELLULAR = 1<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: NetType<br>Method or attribute name: METERED_WIFI = 2<br>Access level: public API|Class name: NetType<br>Method or attribute name: METERED_WIFI = 2<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: NetType<br>Method or attribute name: NOT_METERED_WIFI = 4<br>Access level: public API|Class name: NetType<br>Method or attribute name: NOT_METERED_WIFI = 4<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: NetType<br>Method or attribute name: WIFI = 6<br>Access level: public API|Class name: NetType<br>Method or attribute name: WIFI = 6<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: NetType<br>Method or attribute name: CELLULAR_AND_WIFI = 7<br>Access level: public API|Class name: NetType<br>Method or attribute name: CELLULAR_AND_WIFI = 7<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: Order<br>Access level: public API|Class name: Order<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: Order<br>Method or attribute name: DOWNLOAD = 1<br>Access level: public API|Class name: Order<br>Method or attribute name: DOWNLOAD = 1<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: Order<br>Method or attribute name: INSTALL = 2<br>Access level: public API|Class name: Order<br>Method or attribute name: INSTALL = 2<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: Order<br>Method or attribute name: DOWNLOAD_AND_INSTALL = 3<br>Access level: public API|Class name: Order<br>Method or attribute name: DOWNLOAD_AND_INSTALL = 3<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: Order<br>Method or attribute name: APPLY = 4<br>Access level: public API|Class name: Order<br>Method or attribute name: APPLY = 4<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: Order<br>Method or attribute name: INSTALL_AND_APPLY = 6<br>Access level: public API|Class name: Order<br>Method or attribute name: INSTALL_AND_APPLY = 6<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: UpgradeStatus<br>Access level: public API|Class name: UpgradeStatus<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: UpgradeStatus<br>Method or attribute name: WAITING_DOWNLOAD = 20<br>Access level: public API|Class name: UpgradeStatus<br>Method or attribute name: WAITING_DOWNLOAD = 20<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: UpgradeStatus<br>Method or attribute name: DOWNLOADING = 21<br>Access level: public API|Class name: UpgradeStatus<br>Method or attribute name: DOWNLOADING = 21<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: UpgradeStatus<br>Method or attribute name: DOWNLOAD_PAUSED = 22<br>Access level: public API|Class name: UpgradeStatus<br>Method or attribute name: DOWNLOAD_PAUSED = 22<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: UpgradeStatus<br>Method or attribute name: DOWNLOAD_FAIL = 23<br>Access level: public API|Class name: UpgradeStatus<br>Method or attribute name: DOWNLOAD_FAIL = 23<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: UpgradeStatus<br>Method or attribute name: WAITING_INSTALL = 30<br>Access level: public API|Class name: UpgradeStatus<br>Method or attribute name: WAITING_INSTALL = 30<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: UpgradeStatus<br>Method or attribute name: UPDATING = 31<br>Access level: public API|Class name: UpgradeStatus<br>Method or attribute name: UPDATING = 31<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: UpgradeStatus<br>Method or attribute name: WAITING_APPLY = 40<br>Access level: public API|Class name: UpgradeStatus<br>Method or attribute name: WAITING_APPLY = 40<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: UpgradeStatus<br>Method or attribute name: APPLYING = 41<br>Access level: public API|Class name: UpgradeStatus<br>Method or attribute name: APPLYING = 41<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: UpgradeStatus<br>Method or attribute name: UPGRADE_SUCCESS = 50<br>Access level: public API|Class name: UpgradeStatus<br>Method or attribute name: UPGRADE_SUCCESS = 50<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: UpgradeStatus<br>Method or attribute name: UPGRADE_FAIL = 51<br>Access level: public API|Class name: UpgradeStatus<br>Method or attribute name: UPGRADE_FAIL = 51<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: EventClassify<br>Access level: public API|Class name: EventClassify<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: EventClassify<br>Method or attribute name: TASK = 0x01000000<br>Access level: public API|Class name: EventClassify<br>Method or attribute name: TASK = 0x01000000<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: EventId<br>Access level: public API|Class name: EventId<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: EventId<br>Method or attribute name: EVENT_TASK_BASE = EventClassify.TASK<br>Access level: public API|Class name: EventId<br>Method or attribute name: EVENT_TASK_BASE = EventClassify.TASK<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: EventId<br>Method or attribute name: EVENT_TASK_RECEIVE<br>Access level: public API|Class name: EventId<br>Method or attribute name: EVENT_TASK_RECEIVE<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: EventId<br>Method or attribute name: EVENT_TASK_CANCEL<br>Access level: public API|Class name: EventId<br>Method or attribute name: EVENT_TASK_CANCEL<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: EventId<br>Method or attribute name: EVENT_DOWNLOAD_WAIT<br>Access level: public API|Class name: EventId<br>Method or attribute name: EVENT_DOWNLOAD_WAIT<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: EventId<br>Method or attribute name: EVENT_DOWNLOAD_START<br>Access level: public API|Class name: EventId<br>Method or attribute name: EVENT_DOWNLOAD_START<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: EventId<br>Method or attribute name: EVENT_DOWNLOAD_UPDATE<br>Access level: public API|Class name: EventId<br>Method or attribute name: EVENT_DOWNLOAD_UPDATE<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: EventId<br>Method or attribute name: EVENT_DOWNLOAD_PAUSE<br>Access level: public API|Class name: EventId<br>Method or attribute name: EVENT_DOWNLOAD_PAUSE<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: EventId<br>Method or attribute name: EVENT_DOWNLOAD_RESUME<br>Access level: public API|Class name: EventId<br>Method or attribute name: EVENT_DOWNLOAD_RESUME<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: EventId<br>Method or attribute name: EVENT_DOWNLOAD_SUCCESS<br>Access level: public API|Class name: EventId<br>Method or attribute name: EVENT_DOWNLOAD_SUCCESS<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: EventId<br>Method or attribute name: EVENT_DOWNLOAD_FAIL<br>Access level: public API|Class name: EventId<br>Method or attribute name: EVENT_DOWNLOAD_FAIL<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: EventId<br>Method or attribute name: EVENT_UPGRADE_WAIT<br>Access level: public API|Class name: EventId<br>Method or attribute name: EVENT_UPGRADE_WAIT<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: EventId<br>Method or attribute name: EVENT_UPGRADE_START<br>Access level: public API|Class name: EventId<br>Method or attribute name: EVENT_UPGRADE_START<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: EventId<br>Method or attribute name: EVENT_UPGRADE_UPDATE<br>Access level: public API|Class name: EventId<br>Method or attribute name: EVENT_UPGRADE_UPDATE<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: EventId<br>Method or attribute name: EVENT_APPLY_WAIT<br>Access level: public API|Class name: EventId<br>Method or attribute name: EVENT_APPLY_WAIT<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: EventId<br>Method or attribute name: EVENT_APPLY_START<br>Access level: public API|Class name: EventId<br>Method or attribute name: EVENT_APPLY_START<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: EventId<br>Method or attribute name: EVENT_UPGRADE_SUCCESS<br>Access level: public API|Class name: EventId<br>Method or attribute name: EVENT_UPGRADE_SUCCESS<br>Access level: system API|@ohos.update.d.ts|
|Access level changed|Class name: EventId<br>Method or attribute name: EVENT_UPGRADE_FAIL<br>Access level: public API|Class name: EventId<br>Method or attribute name: EVENT_UPGRADE_FAIL<br>Access level: system API|@ohos.update.d.ts|
| Change Type | Old Version | New Version | d.ts File |
| ---- | ------ | ------ | -------- |
|Added|NA|Class name: AuthType<br>Method or attribute name: type AuthType = 'ALL' \| 'FACE_ONLY';|@ohos.userIAM.userAuth.d.ts|
|Added|NA|Class name: SecureLevel<br>Method or attribute name: type SecureLevel = 'S1' \| 'S2' \| 'S3' \| 'S4';|@ohos.userIAM.userAuth.d.ts|
|Added|NA|Class name: AuthEventKey<br>Method or attribute name: type AuthEventKey = 'result' \| 'tip';|@ohos.userIAM.userAuth.d.ts|
| Change Type | Old Version | New Version | d.ts File |
| ---- | ------ | ------ | -------- |
|Added|NA|Module name: ohos.web.webview<br>Class name: SecureDnsMode|@ohos.web.webview.d.ts|
|Added|NA|Class name: SecureDnsMode<br>Method or attribute name: |@ohos.web.webview.d.ts|
|Added|NA|Module name: ohos.web.webview<br>Class name: SecureDnsMode<br>Method or attribute name: Off = 0|@ohos.web.webview.d.ts|
|Added|NA|Module name: ohos.web.webview<br>Class name: SecureDnsMode<br>Method or attribute name: Auto = 1|@ohos.web.webview.d.ts|
|Added|NA|Module name: ohos.web.webview<br>Class name: SecureDnsMode<br>Method or attribute name: SecureOnly = 2|@ohos.web.webview.d.ts|
|Added|NA|Module name: ohos.web.webview<br>Class name: WebMessageType|@ohos.web.webview.d.ts|
|Added|NA|Class name: WebMessageType|@ohos.web.webview.d.ts|
|Added|NA|Module name: ohos.web.webview<br>Class name: WebMessageType<br>Method or attribute name: NOT_SUPPORT|@ohos.web.webview.d.ts|
|Added|NA|Module name: ohos.web.webview<br>Class name: WebMessageType<br>Method or attribute name: STRING|@ohos.web.webview.d.ts|
|Added|NA|Module name: ohos.web.webview<br>Class name: WebMessageType<br>Method or attribute name: NUMBER|@ohos.web.webview.d.ts|
|Added|NA|Module name: ohos.web.webview<br>Class name: WebMessageType<br>Method or attribute name: BOOLEAN|@ohos.web.webview.d.ts|
|Added|NA|Module name: ohos.web.webview<br>Class name: WebMessageType<br>Method or attribute name: ARRAY_BUFFER|@ohos.web.webview.d.ts|
|Added|NA|Module name: ohos.web.webview<br>Class name: WebMessageType<br>Method or attribute name: ARRAY|@ohos.web.webview.d.ts|
|Added|NA|Module name: ohos.web.webview<br>Class name: WebMessageType<br>Method or attribute name: ERROR|@ohos.web.webview.d.ts|
|Added|NA|Module name: ohos.web.webview<br>Class name: WebMessageExt|@ohos.web.webview.d.ts|
|Added|NA|Module name: ohos.web.webview<br>Class name: WebMessageExt<br>Method or attribute name: getType(): WebMessageType;|@ohos.web.webview.d.ts|
|Added|NA|Module name: ohos.web.webview<br>Class name: WebMessageExt<br>Method or attribute name: getString(): string;|@ohos.web.webview.d.ts|
|Added|NA|Module name: ohos.web.webview<br>Class name: WebMessageExt<br>Method or attribute name: getNumber(): number;|@ohos.web.webview.d.ts|
|Added|NA|Module name: ohos.web.webview<br>Class name: WebMessageExt<br>Method or attribute name: getBoolean(): boolean;|@ohos.web.webview.d.ts|
|Added|NA|Module name: ohos.web.webview<br>Class name: WebMessageExt<br>Method or attribute name: getArrayBuffer(): ArrayBuffer;|@ohos.web.webview.d.ts|
|Added|NA|Module name: ohos.web.webview<br>Class name: WebMessageExt<br>Method or attribute name: getArray(): Array\<string \| number \| boolean>;|@ohos.web.webview.d.ts|
|Added|NA|Module name: ohos.web.webview<br>Class name: WebMessageExt<br>Method or attribute name: getError(): Error;|@ohos.web.webview.d.ts|
|Added|NA|Module name: ohos.web.webview<br>Class name: WebMessageExt<br>Method or attribute name: setType(type: WebMessageType): void;|@ohos.web.webview.d.ts|
|Added|NA|Module name: ohos.web.webview<br>Class name: WebMessageExt<br>Method or attribute name: setString(message: string): void;|@ohos.web.webview.d.ts|
|Added|NA|Module name: ohos.web.webview<br>Class name: WebMessageExt<br>Method or attribute name: setNumber(message: number): void;|@ohos.web.webview.d.ts|
|Added|NA|Module name: ohos.web.webview<br>Class name: WebMessageExt<br>Method or attribute name: setBoolean(message: boolean): void;|@ohos.web.webview.d.ts|
|Added|NA|Module name: ohos.web.webview<br>Class name: WebMessageExt<br>Method or attribute name: setArrayBuffer(message: ArrayBuffer): void;|@ohos.web.webview.d.ts|
|Added|NA|Module name: ohos.web.webview<br>Class name: WebMessageExt<br>Method or attribute name: setArray(message: Array\<string \| number \| boolean>): void;|@ohos.web.webview.d.ts|
|Added|NA|Module name: ohos.web.webview<br>Class name: WebMessageExt<br>Method or attribute name: setError(message: Error): void;|@ohos.web.webview.d.ts|
|Added|NA|Module name: ohos.web.webview<br>Class name: WebMessagePort<br>Method or attribute name: isExtentionType?: boolean;|@ohos.web.webview.d.ts|
|Added|NA|Module name: ohos.web.webview<br>Class name: WebMessagePort<br>Method or attribute name: postMessageEventExt(message: WebMessageExt): void;|@ohos.web.webview.d.ts|
|Added|NA|Module name: ohos.web.webview<br>Class name: WebMessagePort<br>Method or attribute name: onMessageEventExt(callback: (result: WebMessageExt) => void): void;|@ohos.web.webview.d.ts|
|Added|NA|Module name: ohos.web.webview<br>Class name: JsMessageType|@ohos.web.webview.d.ts|
|Added|NA|Module name: ohos.web.webview<br>Class name: JsMessageType<br>Method or attribute name: NOT_SUPPORT|@ohos.web.webview.d.ts|
|Added|NA|Module name: ohos.web.webview<br>Class name: JsMessageType<br>Method or attribute name: STRING|@ohos.web.webview.d.ts|
|Added|NA|Class name: JsMessageType<br>Method or attribute name: NUMBER|@ohos.web.webview.d.ts|
|Added|NA|Class name: JsMessageType<br>Method or attribute name: BOOLEAN|@ohos.web.webview.d.ts|
|Added|NA|Module name: ohos.web.webview<br>Class name: JsMessageType<br>Method or attribute name: ARRAY_BUFFER|@ohos.web.webview.d.ts|
|Added|NA|Module name: ohos.web.webview<br>Class name: JsMessageType<br>Method or attribute name: ARRAY|@ohos.web.webview.d.ts|
|Added|NA|Module name: ohos.web.webview<br>Class name: JsMessageExt|@ohos.web.webview.d.ts|
|Added|NA|Module name: ohos.web.webview<br>Class name: JsMessageExt<br>Method or attribute name: getType(): JsMessageType;|@ohos.web.webview.d.ts|
|Added|NA|Module name: ohos.web.webview<br>Class name: JsMessageExt<br>Method or attribute name: getString(): string;|@ohos.web.webview.d.ts|
|Added|NA|Module name: ohos.web.webview<br>Class name: JsMessageExt<br>Method or attribute name: getNumber(): number;|@ohos.web.webview.d.ts|
|Added|NA|Module name: ohos.web.webview<br>Class name: JsMessageExt<br>Method or attribute name: getBoolean(): boolean;|@ohos.web.webview.d.ts|
|Added|NA|Module name: ohos.web.webview<br>Class name: JsMessageExt<br>Method or attribute name: getArrayBuffer(): ArrayBuffer;|@ohos.web.webview.d.ts|
|Added|NA|Module name: ohos.web.webview<br>Class name: JsMessageExt<br>Method or attribute name: getArray(): Array\<string \| number \| boolean>;|@ohos.web.webview.d.ts|
|Added|NA|Class name: WebviewController<br>Method or attribute name: static setHttpDns(secureDnsMode: SecureDnsMode, secureDnsConfig: string): void;|@ohos.web.webview.d.ts|
|Added|NA|Class name: WebviewController<br>Method or attribute name: runJavaScriptExt(script: string): Promise\<JsMessageExt>;|@ohos.web.webview.d.ts|
|Added|NA|Class name: WebviewController<br>Method or attribute name: runJavaScriptExt(script: string, callback: AsyncCallback\<JsMessageExt>): void;|@ohos.web.webview.d.ts|
|Added|NA|Class name: WebviewController<br>Method or attribute name: getCertificate(): Promise\<Array\<cert.X509Cert>>;|@ohos.web.webview.d.ts|
|Added|NA|Class name: WebviewController<br>Method or attribute name: getCertificate(callback: AsyncCallback\<Array\<cert.X509Cert>>): void;|@ohos.web.webview.d.ts|
|Added|NA|Class name: WebviewController<br>Method or attribute name: setAudioMuted(mute: boolean): void;|@ohos.web.webview.d.ts|
|Function changed|Class name: WebviewController<br>Method or attribute name: createWebMessagePorts(): Array\<WebMessagePort>;<br>|Class name: WebviewController<br>Method or attribute name: createWebMessagePorts(isExtentionType?: boolean): Array\<WebMessagePort>;<br>|@ohos.web.webview.d.ts|
|Function changed|Class name: WebResourceResponse<br>Method or attribute name: setResponseData(data: string \| number);<br>|Class name: WebResourceResponse<br>Method or attribute name: setResponseData(data: string \| number \| Resource);<br>|web.d.ts|
| Change Type | Old Version | New Version | d.ts File |
| ---- | ------ | ------ | -------- |
|Added|NA|Module name: ohos.display<br>Class name: display<br>Method or attribute name: function on(type: 'privateModeChange', callback: Callback\<boolean>): void;|@ohos.display.d.ts|
|Added|NA|Class name: display<br>Method or attribute name: function on(type: 'privateModeChange', callback: Callback\<boolean>): void;|@ohos.display.d.ts|
|Added|NA|Module name: ohos.display<br>Class name: display<br>Method or attribute name: function off(type: 'privateModeChange', callback?: Callback\<boolean>): void;|@ohos.display.d.ts|
|Added|NA|Module name: ohos.display<br>Class name: Orientation|@ohos.display.d.ts|
|Added|NA|Module name: ohos.display<br>Class name: Orientation<br>Method or attribute name: PORTRAIT = 0|@ohos.display.d.ts|
|Added|NA|Module name: ohos.display<br>Class name: Orientation<br>Method or attribute name: LANDSCAPE = 1|@ohos.display.d.ts|
|Added|NA|Module name: ohos.display<br>Class name: Orientation<br>Method or attribute name: PORTRAIT_INVERTED = 2|@ohos.display.d.ts|
|Added|NA|Module name: ohos.display<br>Class name: Orientation<br>Method or attribute name: LANDSCAPE_INVERTED = 3|@ohos.display.d.ts|
|Added|NA|Class name: Display<br>Method or attribute name: orientation: Orientation;|@ohos.display.d.ts|
|Added|NA|Class name: screen<br>Method or attribute name: function stopExpand(expandScreen: Array\<number>, callback: AsyncCallback\<void>): void;|@ohos.screen.d.ts|
|Added|NA|Class name: screen<br>Method or attribute name: function stopExpand(expandScreen: Array\<number>): Promise\<void>;|@ohos.screen.d.ts|
|Added|NA|Class name: screen<br>Method or attribute name: function stopMirror(mirrorScreen: Array\<number>, callback: AsyncCallback\<void>): void;|@ohos.screen.d.ts|
|Added|NA|Class name: screen<br>Method or attribute name: function stopMirror(mirrorScreen: Array\<number>): Promise\<void>;|@ohos.screen.d.ts|
|Added|NA|Module name: ohos.screen<br>Class name: ScreenSourceMode|@ohos.screen.d.ts|
|Added|NA|Class name: ScreenSourceMode<br>Method or attribute name: |@ohos.screen.d.ts|
|Added|NA|Module name: ohos.screen<br>Class name: ScreenSourceMode<br>Method or attribute name: SCREEN_MAIN = 0|@ohos.screen.d.ts|
|Added|NA|Module name: ohos.screen<br>Class name: ScreenSourceMode<br>Method or attribute name: SCREEN_MIRROR = 1|@ohos.screen.d.ts|
|Added|NA|Module name: ohos.screen<br>Class name: ScreenSourceMode<br>Method or attribute name: SCREEN_EXTEND = 2|@ohos.screen.d.ts|
|Added|NA|Module name: ohos.screen<br>Class name: ScreenSourceMode<br>Method or attribute name: SCREEN_ALONE = 3|@ohos.screen.d.ts|
|Added|NA|Module name: ohos.screen<br>Class name: Screen<br>Method or attribute name: readonly sourceMode: ScreenSourceMode;|@ohos.screen.d.ts|
|Added|NA|Class name: window<br>Method or attribute name: function setGestureNavigationEnabled(enable: boolean, callback: AsyncCallback\<void>): void;|@ohos.window.d.ts|
|Added|NA|Class name: window<br>Method or attribute name: function setGestureNavigationEnabled(enable: boolean): Promise\<void>;|@ohos.window.d.ts|
|Added|NA|Class name: window<br>Method or attribute name: function on(type: 'gestureNavigationEnabledChange', callback: Callback\<boolean>): void;|@ohos.window.d.ts|
|Added|NA|Class name: window<br>Method or attribute name: function off(type: 'gestureNavigationEnabledChange', callback?: Callback\<boolean>): void;|@ohos.window.d.ts|
|Added|NA|Module name: ohos.window<br>Class name: WindowEventType|@ohos.window.d.ts|
|Added|NA|Class name: WindowEventType<br>Method or attribute name: |@ohos.window.d.ts|
|Added|NA|Module name: ohos.window<br>Class name: WindowEventType<br>Method or attribute name: WINDOW_SHOWN = 1|@ohos.window.d.ts|
|Added|NA|Module name: ohos.window<br>Class name: WindowEventType<br>Method or attribute name: WINDOW_ACTIVE = 2|@ohos.window.d.ts|
|Added|NA|Module name: ohos.window<br>Class name: WindowEventType<br>Method or attribute name: WINDOW_INACTIVE = 3|@ohos.window.d.ts|
|Added|NA|Module name: ohos.window<br>Class name: WindowEventType<br>Method or attribute name: WINDOW_HIDDEN = 4|@ohos.window.d.ts|
|Added|NA|Class name: Window<br>Method or attribute name: on(type: 'dialogTargetTouch', callback: Callback\<void>): void;|@ohos.window.d.ts|
|Added|NA|Class name: Window<br>Method or attribute name: off(type: 'dialogTargetTouch', callback?: Callback\<void>): void;|@ohos.window.d.ts|
|Added|NA|Class name: Window<br>Method or attribute name: on(type: 'windowEvent', callback: Callback\<WindowEventType>): void;|@ohos.window.d.ts|
|Added|NA|Class name: Window<br>Method or attribute name: off(type: 'windowEvent', callback: Callback\<WindowEventType>): void;|@ohos.window.d.ts|
|Added|NA|Class name: Window<br>Method or attribute name: raiseToAppTop(callback: AsyncCallback\<void>): void;|@ohos.window.d.ts|
|Added|NA|Class name: Window<br>Method or attribute name: raiseToAppTop(): Promise\<void>;|@ohos.window.d.ts|
|Added|NA|Class name: Window<br>Method or attribute name: setAspectRatio(ratio: number, callback: AsyncCallback\<void>): void;|@ohos.window.d.ts|
|Added|NA|Class name: Window<br>Method or attribute name: setAspectRatio(ratio: number): Promise\<void>;|@ohos.window.d.ts|
|Added|NA|Class name: Window<br>Method or attribute name: resetAspectRatio(callback: AsyncCallback\<void>): void;|@ohos.window.d.ts|
|Added|NA|Class name: Window<br>Method or attribute name: resetAspectRatio(): Promise\<void>;|@ohos.window.d.ts|
|Added|NA|Class name: Window<br>Method or attribute name: setWaterMarkFlag(enable: boolean, callback: AsyncCallback\<void>): void;|@ohos.window.d.ts|
|Added|NA|Class name: Window<br>Method or attribute name: setWaterMarkFlag(enable: boolean): Promise\<void>;|@ohos.window.d.ts|
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册