提交 09dd2405 编写于 作者: W wangqing

新增4.0-beta1版本diff报告

Signed-off-by: Nwangqing <wangqing136@huawei.com>
上级 a82b0813
| 操作 | 旧版本 | 新版本 | d.ts文件 |
| ---- | ------ | ------ | -------- |
|新增|NA|类名:LaunchReason<br>方法or属性:SHARE = 5|@ohos.app.ability.AbilityConstant.d.ts|
|新增|NA|模块名: ohos.app.ability.abilityManager<br>类名: abilityManager<br>方法 or 属性: function acquireShareData(missionId: number, callback: AsyncCallback\<{ [key: string]: Object }>): void;|@ohos.app.ability.abilityManager.d.ts|
|新增|NA|模块名: ohos.app.ability.abilityManager<br>类名: abilityManager<br>方法 or 属性: function acquireShareData(missionId: number): Promise\<{ [key: string]: Object }>;|@ohos.app.ability.abilityManager.d.ts|
|新增|NA|模块名: ohos.app.ability.appManager<br>类名: appManager<br>方法 or 属性: function isSharedBundleRunning(bundleName: string, versionCode: number): Promise\<boolean>;|@ohos.app.ability.appManager.d.ts|
|新增|NA|模块名: ohos.app.ability.appManager<br>类名: appManager<br>方法 or 属性: function isSharedBundleRunning(bundleName: string, versionCode: number, callback: AsyncCallback\<boolean>): void;|@ohos.app.ability.appManager.d.ts|
|新增|NA|类名:appRecovery<br>方法or属性:function setRestartWant(want: Want): void;|@ohos.app.ability.appRecovery.d.ts|
|新增|NA|类名:appRecovery<br>方法or属性:function saveAppState(context?: UIAbilityContext): boolean;|@ohos.app.ability.appRecovery.d.ts|
|新增|NA|模块名: ohos.app.ability.quickFixManager<br>类名: quickFixManager<br>方法 or 属性: function revokeQuickFix(bundleName: string, callback: AsyncCallback\<void>): void;|@ohos.app.ability.quickFixManager.d.ts|
|新增|NA|模块名: ohos.app.ability.quickFixManager<br>类名: quickFixManager<br>方法 or 属性: function revokeQuickFix(bundleName: string): Promise\<void>;|@ohos.app.ability.quickFixManager.d.ts|
|新增|NA|模块名: ohos.app.ability.UIAbility<br>类名: OnRemoteStateChangeCallback|@ohos.app.ability.UIAbility.d.ts|
|新增|NA|模块名: ohos.app.ability.UIAbility<br>类名: OnRemoteStateChangeCallback<br>方法 or 属性:(msg: string): void;|@ohos.app.ability.UIAbility.d.ts|
|新增|NA|模块名: ohos.app.ability.UIAbility<br>类名: Caller<br>方法 or 属性:onRemoteStateChange(callback: OnRemoteStateChangeCallback): void;|@ohos.app.ability.UIAbility.d.ts|
|新增|NA|类名:UIAbility<br>方法or属性:onShare(wantParam: { [key: string]: Object }): void;|@ohos.app.ability.UIAbility.d.ts|
|新增|NA|模块名: ohos.app.ability.wantConstant<br>类名: Params<br>方法 or 属性: ABILITY_RECOVERY_RESTART = "ohos.ability.params.abilityRecoveryRestart"|@ohos.app.ability.wantConstant.d.ts|
|新增|NA|模块名: ohos.app.ability.wantConstant<br>类名: Params<br>方法 or 属性: CONTENT_TITLE_KEY = 'ohos.extra.param.key.contentTitle'|@ohos.app.ability.wantConstant.d.ts|
|新增|NA|模块名: ohos.app.ability.wantConstant<br>类名: Params<br>方法 or 属性: SHARE_ABSTRACT_KEY = 'ohos.extra.param.key.shareAbstract'|@ohos.app.ability.wantConstant.d.ts|
|新增|NA|模块名: ohos.app.ability.wantConstant<br>类名: Params<br>方法 or 属性: SHARE_URL_KEY = 'ohos.extra.param.key.shareUrl'|@ohos.app.ability.wantConstant.d.ts|
|新增|NA|模块名: ohos.app.form.FormExtensionAbility<br>类名: FormExtensionAbility<br>方法 or 属性: onAcquireFormData?(formId: string): { [key: string]: Object };|@ohos.app.form.FormExtensionAbility.d.ts|
|新增|NA|模块名: ohos.app.form.formHost<br>类名: formHost<br>方法 or 属性: function getRunningFormInfos(callback: AsyncCallback\<Array\<formInfo.RunningFormInfo>>, hostBundleName?: string): void;|@ohos.app.form.formHost.d.ts|
|新增|NA|模块名: ohos.app.form.formHost<br>类名: formHost<br>方法 or 属性: function getRunningFormInfos(hostBundleName?: string): Promise\<Array\<formInfo.RunningFormInfo>>;|@ohos.app.form.formHost.d.ts|
|新增|NA|模块名: ohos.app.form.formHost<br>类名: formHost<br>方法 or 属性: function on(type: "formAdd", observerCallback: Callback\<formInfo.RunningFormInfo>, bundleName?: string): void;|@ohos.app.form.formHost.d.ts|
|新增|NA|模块名: ohos.app.form.formHost<br>类名: formHost<br>方法 or 属性: function off(type: "formAdd", observerCallback?: Callback\<formInfo.RunningFormInfo>, bundleName?: string): void;|@ohos.app.form.formHost.d.ts|
|新增|NA|模块名: ohos.app.form.formHost<br>类名: formHost<br>方法 or 属性: function on(type: "formRemove", observerCallback: Callback\<formInfo.RunningFormInfo>, bundleName?: string): void;|@ohos.app.form.formHost.d.ts|
|新增|NA|模块名: ohos.app.form.formHost<br>类名: formHost<br>方法 or 属性: function off(type: "formRemove", observerCallback?: Callback\<formInfo.RunningFormInfo>, bundleName?: string): void;|@ohos.app.form.formHost.d.ts|
|新增|NA|模块名: ohos.app.form.formHost<br>类名: formHost<br>方法 or 属性: function acquireFormData(formId: string, callback: AsyncCallback\<{[key: string]: Object}>): void;|@ohos.app.form.formHost.d.ts|
|新增|NA|模块名: ohos.app.form.formHost<br>类名: formHost<br>方法 or 属性: function acquireFormData(formId: string): Promise\<{[key: string]: Object}>;|@ohos.app.form.formHost.d.ts|
|新增|NA|模块名: ohos.app.form.formHost<br>类名: formHost<br>方法 or 属性: function getRunningFormInfosByFilter(formProviderFilter: formInfo.FormProviderFilter): Promise\<Array\<formInfo.RunningFormInfo>>;|@ohos.app.form.formHost.d.ts|
|新增|NA|模块名: ohos.app.form.formHost<br>类名: formHost<br>方法 or 属性: function getRunningFormInfosByFilter(formProviderFilter: formInfo.FormProviderFilter, callback: AsyncCallback\<Array\<formInfo.RunningFormInfo>>): void;|@ohos.app.form.formHost.d.ts|
|新增|NA|模块名: ohos.app.form.formHost<br>类名: formHost<br>方法 or 属性: function getRunningFormInfoById(formId: string): Promise\<formInfo.RunningFormInfo>;|@ohos.app.form.formHost.d.ts|
|新增|NA|模块名: ohos.app.form.formHost<br>类名: formHost<br>方法 or 属性: function getRunningFormInfoById(formId: string, callback: AsyncCallback\<formInfo.RunningFormInfo>): void;|@ohos.app.form.formHost.d.ts|
|新增|NA|类名:FormInfo<br>方法or属性:descriptionId: number;|@ohos.app.form.formInfo.d.ts|
|新增|NA|模块名: ohos.app.form.formInfo<br>类名: FormParam<br>方法 or 属性:LAUNCH_REASON_KEY = "ohos.extra.param.key.form_launch_reason"|@ohos.app.form.formInfo.d.ts|
|新增|NA|模块名: ohos.app.form.formInfo<br>类名: FormParam<br>方法 or 属性:PARAM_FORM_CUSTOMIZE_KEY = "ohos.extra.param.key.form_customize"|@ohos.app.form.formInfo.d.ts|
|新增|NA|模块名: ohos.app.form.formInfo<br>类名: VisibilityType<br>方法 or 属性:UNKNOWN = 0|@ohos.app.form.formInfo.d.ts|
|新增|NA|模块名: ohos.app.form.formInfo<br>类名: LaunchReason|@ohos.app.form.formInfo.d.ts|
|新增|NA|模块名: ohos.app.form.formInfo<br>类名: LaunchReason<br>方法 or 属性:FORM_DEFAULT = 1|@ohos.app.form.formInfo.d.ts|
|新增|NA|模块名: ohos.app.form.formInfo<br>类名: LaunchReason<br>方法 or 属性:FORM_SHARE|@ohos.app.form.formInfo.d.ts|
|新增|NA|模块名: ohos.app.form.formInfo<br>类名: FormProviderFilter|@ohos.app.form.formInfo.d.ts|
|新增|NA|模块名: ohos.app.form.formInfo<br>类名: FormProviderFilter<br>方法 or 属性:bundleName: string;|@ohos.app.form.formInfo.d.ts|
|新增|NA|模块名: ohos.app.form.formInfo<br>类名: FormProviderFilter<br>方法 or 属性:formName ?: string;|@ohos.app.form.formInfo.d.ts|
|新增|NA|模块名: ohos.app.form.formInfo<br>类名: FormProviderFilter<br>方法 or 属性:moduleName ?: string;|@ohos.app.form.formInfo.d.ts|
|新增|NA|模块名: ohos.app.form.formInfo<br>类名: FormProviderFilter<br>方法 or 属性:abilityName ?: string;|@ohos.app.form.formInfo.d.ts|
|新增|NA|模块名: ohos.app.form.formInfo<br>类名: RunningFormInfo|@ohos.app.form.formInfo.d.ts|
|新增|NA|模块名: ohos.app.form.formInfo<br>类名: RunningFormInfo<br>方法 or 属性:readonly formId: string;|@ohos.app.form.formInfo.d.ts|
|新增|NA|模块名: ohos.app.form.formInfo<br>类名: RunningFormInfo<br>方法 or 属性:readonly bundleName: string;|@ohos.app.form.formInfo.d.ts|
|新增|NA|模块名: ohos.app.form.formInfo<br>类名: RunningFormInfo<br>方法 or 属性:readonly hostBundleName: string;|@ohos.app.form.formInfo.d.ts|
|新增|NA|模块名: ohos.app.form.formInfo<br>类名: RunningFormInfo<br>方法 or 属性:readonly visibilityType: VisibilityType;|@ohos.app.form.formInfo.d.ts|
|新增|NA|模块名: ohos.app.form.formInfo<br>类名: RunningFormInfo<br>方法 or 属性:readonly moduleName: string;|@ohos.app.form.formInfo.d.ts|
|新增|NA|模块名: ohos.app.form.formInfo<br>类名: RunningFormInfo<br>方法 or 属性:readonly abilityName: string;|@ohos.app.form.formInfo.d.ts|
|新增|NA|模块名: ohos.app.form.formInfo<br>类名: RunningFormInfo<br>方法 or 属性:readonly formName: string;|@ohos.app.form.formInfo.d.ts|
|新增|NA|模块名: ohos.app.form.formInfo<br>类名: RunningFormInfo<br>方法 or 属性:readonly dimension: number;|@ohos.app.form.formInfo.d.ts|
|新增|NA|模块名: ohos.application.StaticSubscriberExtensionAbility<br>类名: StaticSubscriberExtensionAbility<br>方法 or 属性: context: StaticSubscriberExtensionContext;|@ohos.application.StaticSubscriberExtensionAbility.d.ts|
|新增|NA|模块名: ohos.application.StaticSubscriberExtensionContext<br>类名: StaticSubscriberExtensionContext|@ohos.application.StaticSubscriberExtensionContext.d.ts|
|新增|NA|模块名: ohos.application.StaticSubscriberExtensionContext<br>类名: StaticSubscriberExtensionContext<br>方法 or 属性: startAbility(want: Want, callback: AsyncCallback\<void>): void;|@ohos.application.StaticSubscriberExtensionContext.d.ts|
|新增|NA|模块名: ohos.application.StaticSubscriberExtensionContext<br>类名: StaticSubscriberExtensionContext<br>方法 or 属性: startAbility(want: Want): Promise\<void>;|@ohos.application.StaticSubscriberExtensionContext.d.ts|
|新增|NA|模块名: ohos.application.uriPermissionManager<br>类名: uriPermissionManager|@ohos.application.uriPermissionManager.d.ts|
|新增|NA|模块名: ohos.application.uriPermissionManager<br>类名: uriPermissionManager<br>方法 or 属性: function grantUriPermission(uri: string, flag: wantConstant.Flags, targetBundleName: string, callback: AsyncCallback\<number>): void;|@ohos.application.uriPermissionManager.d.ts|
|新增|NA|模块名: ohos.application.uriPermissionManager<br>类名: uriPermissionManager<br>方法 or 属性: function grantUriPermission(uri: string, flag: wantConstant.Flags, targetBundleName: string): Promise\<number>;|@ohos.application.uriPermissionManager.d.ts|
|新增|NA|模块名: ohos.application.uriPermissionManager<br>类名: uriPermissionManager<br>方法 or 属性: function revokeUriPermission(uri: string, targetBundleName: string, callback: AsyncCallback\<number>): void;|@ohos.application.uriPermissionManager.d.ts|
|新增|NA|模块名: ohos.application.uriPermissionManager<br>类名: uriPermissionManager<br>方法 or 属性: function revokeUriPermission(uri: string, targetBundleName: string): Promise\<number>;|@ohos.application.uriPermissionManager.d.ts|
|新增|NA|模块名: ErrorObserver<br>类名: ErrorObserver<br>方法 or 属性: onException?(errObject: Error): void;|ErrorObserver.d.ts|
|新增|NA|类名:ServiceExtensionContext<br>方法or属性:startAbilityByCallWithAccount(want: Want, accountId: number): Promise\<Caller>;|ServiceExtensionContext.d.ts|
|新增|NA|类名:UIAbilityContext<br>方法or属性:startAbilityByCallWithAccount(want: Want, accountId: number): Promise\<Caller>;|UIAbilityContext.d.ts|
|新增(权限)|类名:ServiceExtensionContext<br>方法 or 属性:startServiceExtensionAbility(want: Want, callback: AsyncCallback\<void>): void;<br>权限:N/A|类名:ServiceExtensionContext<br>方法 or 属性:startServiceExtensionAbility(want: Want, callback: AsyncCallback\<void>): void;<br>权限:ohos.permission.START_INVISIBLE_ABILITY|ServiceExtensionContext.d.ts|
|新增(权限)|类名:ServiceExtensionContext<br>方法 or 属性:startServiceExtensionAbility(want: Want): Promise\<void>;<br>权限:N/A|类名:ServiceExtensionContext<br>方法 or 属性:startServiceExtensionAbility(want: Want): Promise\<void>;<br>权限:ohos.permission.START_INVISIBLE_ABILITY|ServiceExtensionContext.d.ts|
|新增(权限)|类名:ServiceExtensionContext<br>方法 or 属性:connectServiceExtensionAbility(want: Want, options: ConnectOptions): number;<br>权限:N/A|类名:ServiceExtensionContext<br>方法 or 属性:connectServiceExtensionAbility(want: Want, options: ConnectOptions): number;<br>权限:ohos.permission.ABILITY_BACKGROUND_COMMUNICATION|ServiceExtensionContext.d.ts|
|新增(权限)|类名:UIAbilityContext<br>方法 or 属性:startServiceExtensionAbility(want: Want, callback: AsyncCallback\<void>): void;<br>权限:N/A|类名:UIAbilityContext<br>方法 or 属性:startServiceExtensionAbility(want: Want, callback: AsyncCallback\<void>): void;<br>权限:ohos.permission.START_INVISIBLE_ABILITY|UIAbilityContext.d.ts|
|新增(权限)|类名:UIAbilityContext<br>方法 or 属性:startServiceExtensionAbility(want: Want): Promise\<void>;<br>权限:N/A|类名:UIAbilityContext<br>方法 or 属性:startServiceExtensionAbility(want: Want): Promise\<void>;<br>权限:ohos.permission.ABILITY_BACKGROUND_COMMUNICATION|UIAbilityContext.d.ts|
|新增(权限)|类名:UIAbilityContext<br>方法 or 属性:connectServiceExtensionAbility(want: Want, options: ConnectOptions): number;<br>权限:N/A|类名:UIAbilityContext<br>方法 or 属性:connectServiceExtensionAbility(want: Want, options: ConnectOptions): number;<br>权限:ohos.permission.ABILITY_BACKGROUND_COMMUNICATION|UIAbilityContext.d.ts|
| 操作 | 旧版本 | 新版本 | d.ts文件 |
| ---- | ------ | ------ | -------- |
|新增(错误码)|NA|类名:Config<br>方法 or 属性:get(): Promise\<T>;<br>错误码内容: 201, 202|@ohos.accessibility.config.d.ts|
|新增(错误码)|NA|类名:Config<br>方法 or 属性:get(callback: AsyncCallback\<T>): void;<br>错误码内容: 201, 202|@ohos.accessibility.config.d.ts|
|新增(错误码)|NA|类名:Config<br>方法 or 属性:off(callback?: Callback\<T>): void;<br>错误码内容: 202|@ohos.accessibility.config.d.ts|
|函数有变化|类名:AccessibilityExtensionContext<br>方法 or 属性:getFocusElement(callback: AsyncCallback\<AccessibilityElement>): void;<br>|类名:AccessibilityExtensionContext<br>方法 or 属性:getFocusElement(isAccessibilityFocus: boolean, callback: AsyncCallback\<AccessibilityElement>): void;<br>|AccessibilityExtensionContext.d.ts|
|函数有变化|类名:AccessibilityExtensionContext<br>方法 or 属性:getFocusElement(isAccessibilityFocus: boolean, callback: AsyncCallback\<AccessibilityElement>): void;<br>|类名:AccessibilityExtensionContext<br>方法 or 属性:getFocusElement(callback: AsyncCallback\<AccessibilityElement>): void;<br>|AccessibilityExtensionContext.d.ts|
|函数有变化|类名:AccessibilityExtensionContext<br>方法 or 属性:getWindowRootElement(callback: AsyncCallback\<AccessibilityElement>): void;<br>|类名:AccessibilityExtensionContext<br>方法 or 属性:getWindowRootElement(windowId: number, callback: AsyncCallback\<AccessibilityElement>): void;<br>|AccessibilityExtensionContext.d.ts|
|函数有变化|类名:AccessibilityExtensionContext<br>方法 or 属性:getWindowRootElement(callback: AsyncCallback\<AccessibilityElement>): void;<br>|类名:AccessibilityExtensionContext<br>方法 or 属性:getWindowRootElement(callback: AsyncCallback\<AccessibilityElement>): void;<br>|AccessibilityExtensionContext.d.ts|
|函数有变化|类名:AccessibilityExtensionContext<br>方法 or 属性:getWindowRootElement(windowId: number, callback: AsyncCallback\<AccessibilityElement>): void;<br>|类名:AccessibilityExtensionContext<br>方法 or 属性:getWindowRootElement(callback: AsyncCallback\<AccessibilityElement>): void;<br>|AccessibilityExtensionContext.d.ts|
|函数有变化|类名:AccessibilityExtensionContext<br>方法 or 属性:getWindows(callback: AsyncCallback\<Array\<AccessibilityElement>>): void;<br>|类名:AccessibilityExtensionContext<br>方法 or 属性:getWindows(displayId: number, callback: AsyncCallback\<Array\<AccessibilityElement>>): void;<br>|AccessibilityExtensionContext.d.ts|
|函数有变化|类名:AccessibilityExtensionContext<br>方法 or 属性:getWindows(displayId: number, callback: AsyncCallback\<Array\<AccessibilityElement>>): void;<br>|类名:AccessibilityExtensionContext<br>方法 or 属性:getWindows(callback: AsyncCallback\<Array\<AccessibilityElement>>): void;<br>|AccessibilityExtensionContext.d.ts|
|函数有变化|类名:AccessibilityElement<br>方法 or 属性:performAction(actionName: string, callback: AsyncCallback\<void>): void;<br>|类名:AccessibilityElement<br>方法 or 属性:performAction(actionName: string, parameters: object, callback: AsyncCallback\<void>): void;<br>|AccessibilityExtensionContext.d.ts|
|函数有变化|类名:AccessibilityElement<br>方法 or 属性:performAction(actionName: string, parameters: object, callback: AsyncCallback\<void>): void;<br>|类名:AccessibilityElement<br>方法 or 属性:performAction(actionName: string, callback: AsyncCallback\<void>): void;<br>|AccessibilityExtensionContext.d.ts|
| 操作 | 旧版本 | 新版本 | d.ts文件 |
| ---- | ------ | ------ | -------- |
|新增|NA|类名:Constants<br>方法or属性:ACTION_ADD_ACCOUNT_IMPLICITLY = 'addAccountImplicitly'|@ohos.account.appAccount.d.ts|
|新增|NA|类名:Constants<br>方法or属性:ACTION_AUTHENTICATE = 'authenticate'|@ohos.account.appAccount.d.ts|
|新增|NA|类名:Constants<br>方法or属性:ACTION_CREATE_ACCOUNT_IMPLICITLY = 'createAccountImplicitly'|@ohos.account.appAccount.d.ts|
|新增|NA|类名:Constants<br>方法or属性:ACTION_AUTH = 'auth'|@ohos.account.appAccount.d.ts|
|新增|NA|类名:Constants<br>方法or属性:ACTION_VERIFY_CREDENTIAL = 'verifyCredential'|@ohos.account.appAccount.d.ts|
|新增|NA|类名:Constants<br>方法or属性:ACTION_SET_AUTHENTICATOR_PROPERTIES = 'setAuthenticatorProperties'|@ohos.account.appAccount.d.ts|
|新增|NA|类名:Constants<br>方法or属性:KEY_NAME = 'name'|@ohos.account.appAccount.d.ts|
|新增|NA|类名:Constants<br>方法or属性:KEY_OWNER = 'owner'|@ohos.account.appAccount.d.ts|
|新增|NA|类名:Constants<br>方法or属性:KEY_TOKEN = 'token'|@ohos.account.appAccount.d.ts|
|新增|NA|类名:Constants<br>方法or属性:KEY_ACTION = 'action'|@ohos.account.appAccount.d.ts|
|新增|NA|类名:Constants<br>方法or属性:KEY_AUTH_TYPE = 'authType'|@ohos.account.appAccount.d.ts|
|新增|NA|类名:Constants<br>方法or属性:KEY_SESSION_ID = 'sessionId'|@ohos.account.appAccount.d.ts|
|新增|NA|类名:Constants<br>方法or属性:KEY_CALLER_PID = 'callerPid'|@ohos.account.appAccount.d.ts|
|新增|NA|类名:Constants<br>方法or属性:KEY_CALLER_UID = 'callerUid'|@ohos.account.appAccount.d.ts|
|新增|NA|类名:Constants<br>方法or属性:KEY_CALLER_BUNDLE_NAME = 'callerBundleName'|@ohos.account.appAccount.d.ts|
|新增|NA|类名:Constants<br>方法or属性:KEY_REQUIRED_LABELS = 'requiredLabels'|@ohos.account.appAccount.d.ts|
|新增|NA|类名:Constants<br>方法or属性:KEY_BOOLEAN_RESULT = 'booleanResult'|@ohos.account.appAccount.d.ts|
|新增|NA|模块名: ohos.account.distributedAccount<br>类名: DistributedAccountAbility<br>方法 or 属性:getOsAccountDistributedInfoByLocalId(localId: number, callback: AsyncCallback\<DistributedInfo>): void;|@ohos.account.distributedAccount.d.ts|
|新增|NA|类名:DistributedAccountAbility<br>方法or属性:getOsAccountDistributedInfoByLocalId(localId: number, callback: AsyncCallback\<DistributedInfo>): void;|@ohos.account.distributedAccount.d.ts|
|新增|NA|模块名: ohos.account.distributedAccount<br>类名: DistributedAccountAbility<br>方法 or 属性:getOsAccountDistributedInfoByLocalId(localId: number): Promise\<DistributedInfo>;|@ohos.account.distributedAccount.d.ts|
|新增|NA|类名:DistributedAccountAbility<br>方法or属性:getOsAccountDistributedInfoByLocalId(localId: number): Promise\<DistributedInfo>;|@ohos.account.distributedAccount.d.ts|
|新增|NA|模块名: ohos.account.distributedAccount<br>类名: DistributedAccountAbility<br>方法 or 属性:setOsAccountDistributedInfoByLocalId(<br> localId: number,<br> distributedInfo: DistributedInfo,<br> callback: AsyncCallback\<void><br> ): void;|@ohos.account.distributedAccount.d.ts|
|新增|NA|类名:DistributedAccountAbility<br>方法or属性:setOsAccountDistributedInfoByLocalId(<br> localId: number,<br> distributedInfo: DistributedInfo,<br> callback: AsyncCallback\<void><br> ): void;|@ohos.account.distributedAccount.d.ts|
|新增|NA|模块名: ohos.account.distributedAccount<br>类名: DistributedAccountAbility<br>方法 or 属性:setOsAccountDistributedInfoByLocalId(localId: number, distributedInfo: DistributedInfo): Promise\<void>;|@ohos.account.distributedAccount.d.ts|
|新增|NA|类名:DistributedAccountAbility<br>方法or属性:setOsAccountDistributedInfoByLocalId(localId: number, distributedInfo: DistributedInfo): Promise\<void>;|@ohos.account.distributedAccount.d.ts|
|新增|NA|模块名: ohos.account.distributedAccount<br>类名: DistributedAccountStatus|@ohos.account.distributedAccount.d.ts|
|新增|NA|类名:DistributedAccountStatus<br>方法or属性:|@ohos.account.distributedAccount.d.ts|
|新增|NA|模块名: ohos.account.distributedAccount<br>类名: DistributedAccountStatus<br>方法 or 属性:NOT_LOGGED_IN = 0|@ohos.account.distributedAccount.d.ts|
|新增|NA|类名:DistributedAccountStatus<br>方法or属性:NOT_LOGGED_IN = 0|@ohos.account.distributedAccount.d.ts|
|新增|NA|模块名: ohos.account.distributedAccount<br>类名: DistributedAccountStatus<br>方法 or 属性:LOGGED_IN = 1|@ohos.account.distributedAccount.d.ts|
|新增|NA|类名:DistributedAccountStatus<br>方法or属性:LOGGED_IN = 1|@ohos.account.distributedAccount.d.ts|
|新增|NA|类名:DistributedInfo<br>方法or属性:readonly status?: DistributedAccountStatus;|@ohos.account.distributedAccount.d.ts|
|新增|NA|类名:DomainAccountInfo<br>方法or属性:accountId?: string;|@ohos.account.osAccount.d.ts|
|新增|NA|模块名: ohos.account.osAccount<br>类名: AuthStatusInfo|@ohos.account.osAccount.d.ts|
|新增|NA|类名:AuthStatusInfo<br>方法or属性:|@ohos.account.osAccount.d.ts|
|新增|NA|模块名: ohos.account.osAccount<br>类名: AuthStatusInfo<br>方法 or 属性:remainTimes: number;|@ohos.account.osAccount.d.ts|
|新增|NA|类名:AuthStatusInfo<br>方法or属性:remainTimes: number;|@ohos.account.osAccount.d.ts|
|新增|NA|模块名: ohos.account.osAccount<br>类名: AuthStatusInfo<br>方法 or 属性:freezingTime: number;|@ohos.account.osAccount.d.ts|
|新增|NA|类名:AuthStatusInfo<br>方法or属性:freezingTime: number;|@ohos.account.osAccount.d.ts|
|新增|NA|模块名: ohos.account.osAccount<br>类名: GetDomainAccessTokenOptions|@ohos.account.osAccount.d.ts|
|新增|NA|类名:GetDomainAccessTokenOptions<br>方法or属性:|@ohos.account.osAccount.d.ts|
|新增|NA|模块名: ohos.account.osAccount<br>类名: GetDomainAccessTokenOptions<br>方法 or 属性:domainAccountInfo: DomainAccountInfo;|@ohos.account.osAccount.d.ts|
|新增|NA|类名:GetDomainAccessTokenOptions<br>方法or属性:domainAccountInfo: DomainAccountInfo;|@ohos.account.osAccount.d.ts|
|新增|NA|模块名: ohos.account.osAccount<br>类名: GetDomainAccessTokenOptions<br>方法 or 属性:domainAccountToken: Uint8Array;|@ohos.account.osAccount.d.ts|
|新增|NA|类名:GetDomainAccessTokenOptions<br>方法or属性:domainAccountToken: Uint8Array;|@ohos.account.osAccount.d.ts|
|新增|NA|模块名: ohos.account.osAccount<br>类名: GetDomainAccessTokenOptions<br>方法 or 属性:businessParams: { [key: string]: object };|@ohos.account.osAccount.d.ts|
|新增|NA|类名:GetDomainAccessTokenOptions<br>方法or属性:businessParams: { [key: string]: object };|@ohos.account.osAccount.d.ts|
|新增|NA|模块名: ohos.account.osAccount<br>类名: GetDomainAccessTokenOptions<br>方法 or 属性:callerUid: number;|@ohos.account.osAccount.d.ts|
|新增|NA|类名:GetDomainAccessTokenOptions<br>方法or属性:callerUid: number;|@ohos.account.osAccount.d.ts|
|新增|NA|类名:DomainPlugin<br>方法or属性:authWithPopup(domainAccountInfo: DomainAccountInfo, callback: IUserAuthCallback): void;|@ohos.account.osAccount.d.ts|
|新增|NA|类名:DomainPlugin<br>方法or属性:authWithToken(domainAccountInfo: DomainAccountInfo, token: Uint8Array, callback: IUserAuthCallback): void;|@ohos.account.osAccount.d.ts|
|新增|NA|类名:DomainPlugin<br>方法or属性:getAccountInfo(domain: string, accountName: string, callback: AsyncCallback\<DomainAccountInfo>): void;|@ohos.account.osAccount.d.ts|
|新增|NA|类名:DomainPlugin<br>方法or属性:getAuthStatusInfo(domainAccountInfo: DomainAccountInfo, callback: AsyncCallback\<AuthStatusInfo>): void;|@ohos.account.osAccount.d.ts|
|新增|NA|类名:DomainPlugin<br>方法or属性:bindAccount(domainAccountInfo: DomainAccountInfo, localId: number, callback: AsyncCallback\<void>): void;|@ohos.account.osAccount.d.ts|
|新增|NA|类名:DomainPlugin<br>方法or属性:unbindAccount(domainAccountInfo: DomainAccountInfo, callback: AsyncCallback\<void>): void;|@ohos.account.osAccount.d.ts|
|新增|NA|类名:DomainPlugin<br>方法or属性:isAccountTokenValid(<br> domainAccountInfo: DomainAccountInfo,<br> token: Uint8Array,<br> callback: AsyncCallback\<boolean><br> ): void;|@ohos.account.osAccount.d.ts|
|新增|NA|类名:DomainPlugin<br>方法or属性:getAccessToken(options: GetDomainAccessTokenOptions, callback: AsyncCallback\<Uint8Array>): void;|@ohos.account.osAccount.d.ts|
|新增|NA|类名:DomainAccountManager<br>方法or属性:static auth(domainAccountInfo: DomainAccountInfo, credential: Uint8Array, callback: IUserAuthCallback): void;|@ohos.account.osAccount.d.ts|
|新增|NA|类名:DomainAccountManager<br>方法or属性:static authWithPopup(callback: IUserAuthCallback): void;|@ohos.account.osAccount.d.ts|
|新增|NA|类名:DomainAccountManager<br>方法or属性:static authWithPopup(localId: number, callback: IUserAuthCallback): void;|@ohos.account.osAccount.d.ts|
|新增|NA|类名:DomainAccountManager<br>方法or属性:static hasAccount(domainAccountInfo: DomainAccountInfo, callback: AsyncCallback\<boolean>): void;|@ohos.account.osAccount.d.ts|
|新增|NA|类名:DomainAccountManager<br>方法or属性:static hasAccount(domainAccountInfo: DomainAccountInfo): Promise\<boolean>;|@ohos.account.osAccount.d.ts|
|新增|NA|类名:DomainAccountManager<br>方法or属性:static updateAccountToken(<br> domainAccountInfo: DomainAccountInfo,<br> token: Uint8Array,<br> callback: AsyncCallback\<void><br> ): void;|@ohos.account.osAccount.d.ts|
|新增|NA|类名:DomainAccountManager<br>方法or属性:static updateAccountToken(domainAccountInfo: DomainAccountInfo, token: Uint8Array): Promise\<void>;|@ohos.account.osAccount.d.ts|
|新增|NA|类名:ExecutorProperty<br>方法or属性:enrollmentProgress?: string;|@ohos.account.osAccount.d.ts|
|新增|NA|类名:ExecutorProperty<br>方法or属性:sensorInfo?: string;|@ohos.account.osAccount.d.ts|
|新增|NA|类名:GetPropertyType<br>方法or属性:ENROLLMENT_PROGRESS = 4|@ohos.account.osAccount.d.ts|
|新增|NA|类名:GetPropertyType<br>方法or属性:SENSOR_INFO = 5|@ohos.account.osAccount.d.ts|
|新增|NA|类名:AuthType<br>方法or属性:FINGERPRINT = 4|@ohos.account.osAccount.d.ts|
|新增|NA|类名:AuthSubType<br>方法or属性:FINGERPRINT_CAPACITIVE = 30000|@ohos.account.osAccount.d.ts|
|新增|NA|类名:AuthSubType<br>方法or属性:FINGERPRINT_OPTICAL = 30001|@ohos.account.osAccount.d.ts|
|新增|NA|类名:AuthSubType<br>方法or属性:FINGERPRINT_ULTRASONIC = 30002|@ohos.account.osAccount.d.ts|
|新增|NA|类名:FingerprintTips<br>方法or属性:FINGERPRINT_TIP_FINGER_DOWN = 6|@ohos.account.osAccount.d.ts|
|新增|NA|类名:FingerprintTips<br>方法or属性:FINGERPRINT_TIP_FINGER_UP = 7|@ohos.account.osAccount.d.ts|
|访问级别有变化|类名:UserAuth<br>访问级别:公开API|类名:UserAuth<br>访问级别:系统API|@ohos.account.osAccount.d.ts|
|访问级别有变化|类名:PINAuth<br>访问级别:公开API|类名:PINAuth<br>访问级别:系统API|@ohos.account.osAccount.d.ts|
|访问级别有变化|类名:InputerManager<br>访问级别:公开API|类名:InputerManager<br>访问级别:系统API|@ohos.account.osAccount.d.ts|
|访问级别有变化|类名:DomainPlugin<br>访问级别:公开API|类名:DomainPlugin<br>访问级别:系统API|@ohos.account.osAccount.d.ts|
|访问级别有变化|类名:DomainAccountManager<br>访问级别:公开API|类名:DomainAccountManager<br>访问级别:系统API|@ohos.account.osAccount.d.ts|
|访问级别有变化|类名:UserIdentityManager<br>访问级别:公开API|类名:UserIdentityManager<br>访问级别:系统API|@ohos.account.osAccount.d.ts|
|访问级别有变化|类名:GetPropertyRequest<br>方法 or 属性:authType: AuthType;<br>访问级别:公开API|类名:GetPropertyRequest<br>方法 or 属性:authType: AuthType;<br>访问级别:系统API|@ohos.account.osAccount.d.ts|
|访问级别有变化|类名:GetPropertyRequest<br>方法 or 属性:keys: Array\<GetPropertyType>;<br>访问级别:公开API|类名:GetPropertyRequest<br>方法 or 属性:keys: Array\<GetPropertyType>;<br>访问级别:系统API|@ohos.account.osAccount.d.ts|
|访问级别有变化|类名:SetPropertyRequest<br>方法 or 属性:authType: AuthType;<br>访问级别:公开API|类名:SetPropertyRequest<br>方法 or 属性:authType: AuthType;<br>访问级别:系统API|@ohos.account.osAccount.d.ts|
|访问级别有变化|类名:SetPropertyRequest<br>方法 or 属性:key: SetPropertyType;<br>访问级别:公开API|类名:SetPropertyRequest<br>方法 or 属性:key: SetPropertyType;<br>访问级别:系统API|@ohos.account.osAccount.d.ts|
|访问级别有变化|类名:SetPropertyRequest<br>方法 or 属性:setInfo: Uint8Array;<br>访问级别:公开API|类名:SetPropertyRequest<br>方法 or 属性:setInfo: Uint8Array;<br>访问级别:系统API|@ohos.account.osAccount.d.ts|
|访问级别有变化|类名:ExecutorProperty<br>方法 or 属性:result: number;<br>访问级别:公开API|类名:ExecutorProperty<br>方法 or 属性:result: number;<br>访问级别:系统API|@ohos.account.osAccount.d.ts|
|访问级别有变化|类名:ExecutorProperty<br>方法 or 属性:authSubType: AuthSubType;<br>访问级别:公开API|类名:ExecutorProperty<br>方法 or 属性:authSubType: AuthSubType;<br>访问级别:系统API|@ohos.account.osAccount.d.ts|
|访问级别有变化|类名:ExecutorProperty<br>方法 or 属性:remainTimes?: number;<br>访问级别:公开API|类名:ExecutorProperty<br>方法 or 属性:remainTimes?: number;<br>访问级别:系统API|@ohos.account.osAccount.d.ts|
|访问级别有变化|类名:ExecutorProperty<br>方法 or 属性:freezingTime?: number;<br>访问级别:公开API|类名:ExecutorProperty<br>方法 or 属性:freezingTime?: number;<br>访问级别:系统API|@ohos.account.osAccount.d.ts|
|访问级别有变化|类名:AuthResult<br>方法 or 属性:token?: Uint8Array;<br>访问级别:公开API|类名:AuthResult<br>方法 or 属性:token?: Uint8Array;<br>访问级别:系统API|@ohos.account.osAccount.d.ts|
|访问级别有变化|类名:AuthResult<br>方法 or 属性:remainTimes?: number;<br>访问级别:公开API|类名:AuthResult<br>方法 or 属性:remainTimes?: number;<br>访问级别:系统API|@ohos.account.osAccount.d.ts|
|访问级别有变化|类名:AuthResult<br>方法 or 属性:freezingTime?: number;<br>访问级别:公开API|类名:AuthResult<br>方法 or 属性:freezingTime?: number;<br>访问级别:系统API|@ohos.account.osAccount.d.ts|
|访问级别有变化|类名:CredentialInfo<br>方法 or 属性:credType: AuthType;<br>访问级别:公开API|类名:CredentialInfo<br>方法 or 属性:credType: AuthType;<br>访问级别:系统API|@ohos.account.osAccount.d.ts|
|访问级别有变化|类名:CredentialInfo<br>方法 or 属性:credSubType: AuthSubType;<br>访问级别:公开API|类名:CredentialInfo<br>方法 or 属性:credSubType: AuthSubType;<br>访问级别:系统API|@ohos.account.osAccount.d.ts|
|访问级别有变化|类名:CredentialInfo<br>方法 or 属性:token: Uint8Array;<br>访问级别:公开API|类名:CredentialInfo<br>方法 or 属性:token: Uint8Array;<br>访问级别:系统API|@ohos.account.osAccount.d.ts|
|访问级别有变化|类名:RequestResult<br>方法 or 属性:credentialId?: Uint8Array;<br>访问级别:公开API|类名:RequestResult<br>方法 or 属性:credentialId?: Uint8Array;<br>访问级别:系统API|@ohos.account.osAccount.d.ts|
|访问级别有变化|类名:EnrolledCredInfo<br>方法 or 属性:credentialId: Uint8Array;<br>访问级别:公开API|类名:EnrolledCredInfo<br>方法 or 属性:credentialId: Uint8Array;<br>访问级别:系统API|@ohos.account.osAccount.d.ts|
|访问级别有变化|类名:EnrolledCredInfo<br>方法 or 属性:authType: AuthType;<br>访问级别:公开API|类名:EnrolledCredInfo<br>方法 or 属性:authType: AuthType;<br>访问级别:系统API|@ohos.account.osAccount.d.ts|
|访问级别有变化|类名:EnrolledCredInfo<br>方法 or 属性:authSubType: AuthSubType;<br>访问级别:公开API|类名:EnrolledCredInfo<br>方法 or 属性:authSubType: AuthSubType;<br>访问级别:系统API|@ohos.account.osAccount.d.ts|
|访问级别有变化|类名:EnrolledCredInfo<br>方法 or 属性:templateId: Uint8Array;<br>访问级别:公开API|类名:EnrolledCredInfo<br>方法 or 属性:templateId: Uint8Array;<br>访问级别:系统API|@ohos.account.osAccount.d.ts|
|访问级别有变化|类名:GetPropertyType<br>方法 or 属性:AUTH_SUB_TYPE = 1<br>访问级别:公开API|类名:GetPropertyType<br>方法 or 属性:AUTH_SUB_TYPE = 1<br>访问级别:系统API|@ohos.account.osAccount.d.ts|
|访问级别有变化|类名:GetPropertyType<br>方法 or 属性:REMAIN_TIMES = 2<br>访问级别:公开API|类名:GetPropertyType<br>方法 or 属性:REMAIN_TIMES = 2<br>访问级别:系统API|@ohos.account.osAccount.d.ts|
|访问级别有变化|类名:GetPropertyType<br>方法 or 属性:FREEZING_TIME = 3<br>访问级别:公开API|类名:GetPropertyType<br>方法 or 属性:FREEZING_TIME = 3<br>访问级别:系统API|@ohos.account.osAccount.d.ts|
|访问级别有变化|类名:SetPropertyType<br>方法 or 属性:INIT_ALGORITHM = 1<br>访问级别:公开API|类名:SetPropertyType<br>方法 or 属性:INIT_ALGORITHM = 1<br>访问级别:系统API|@ohos.account.osAccount.d.ts|
|访问级别有变化|类名:AuthType<br>方法 or 属性:PIN = 1<br>访问级别:公开API|类名:AuthType<br>方法 or 属性:PIN = 1<br>访问级别:系统API|@ohos.account.osAccount.d.ts|
|访问级别有变化|类名:AuthType<br>方法 or 属性:FACE = 2<br>访问级别:公开API|类名:AuthType<br>方法 or 属性:FACE = 2<br>访问级别:系统API|@ohos.account.osAccount.d.ts|
|访问级别有变化|类名:AuthType<br>方法 or 属性:DOMAIN = 1024<br>访问级别:公开API|类名:AuthType<br>方法 or 属性:DOMAIN = 1024<br>访问级别:系统API|@ohos.account.osAccount.d.ts|
|访问级别有变化|类名:AuthSubType<br>方法 or 属性:PIN_SIX = 10000<br>访问级别:公开API|类名:AuthSubType<br>方法 or 属性:PIN_SIX = 10000<br>访问级别:系统API|@ohos.account.osAccount.d.ts|
|访问级别有变化|类名:AuthSubType<br>方法 or 属性:PIN_NUMBER = 10001<br>访问级别:公开API|类名:AuthSubType<br>方法 or 属性:PIN_NUMBER = 10001<br>访问级别:系统API|@ohos.account.osAccount.d.ts|
|访问级别有变化|类名:AuthSubType<br>方法 or 属性:PIN_MIXED = 10002<br>访问级别:公开API|类名:AuthSubType<br>方法 or 属性:PIN_MIXED = 10002<br>访问级别:系统API|@ohos.account.osAccount.d.ts|
|访问级别有变化|类名:AuthSubType<br>方法 or 属性:FACE_2D = 20000<br>访问级别:公开API|类名:AuthSubType<br>方法 or 属性:FACE_2D = 20000<br>访问级别:系统API|@ohos.account.osAccount.d.ts|
|访问级别有变化|类名:AuthSubType<br>方法 or 属性:FACE_3D = 20001<br>访问级别:公开API|类名:AuthSubType<br>方法 or 属性:FACE_3D = 20001<br>访问级别:系统API|@ohos.account.osAccount.d.ts|
|访问级别有变化|类名:AuthSubType<br>方法 or 属性:DOMAIN_MIXED = 10240001<br>访问级别:公开API|类名:AuthSubType<br>方法 or 属性:DOMAIN_MIXED = 10240001<br>访问级别:系统API|@ohos.account.osAccount.d.ts|
|访问级别有变化|类名:AuthTrustLevel<br>方法 or 属性:ATL1 = 10000<br>访问级别:公开API|类名:AuthTrustLevel<br>方法 or 属性:ATL1 = 10000<br>访问级别:系统API|@ohos.account.osAccount.d.ts|
|访问级别有变化|类名:AuthTrustLevel<br>方法 or 属性:ATL2 = 20000<br>访问级别:公开API|类名:AuthTrustLevel<br>方法 or 属性:ATL2 = 20000<br>访问级别:系统API|@ohos.account.osAccount.d.ts|
|访问级别有变化|类名:AuthTrustLevel<br>方法 or 属性:ATL3 = 30000<br>访问级别:公开API|类名:AuthTrustLevel<br>方法 or 属性:ATL3 = 30000<br>访问级别:系统API|@ohos.account.osAccount.d.ts|
|访问级别有变化|类名:AuthTrustLevel<br>方法 or 属性:ATL4 = 40000<br>访问级别:公开API|类名:AuthTrustLevel<br>方法 or 属性:ATL4 = 40000<br>访问级别:系统API|@ohos.account.osAccount.d.ts|
|访问级别有变化|类名:Module<br>方法 or 属性:FACE_AUTH = 1<br>访问级别:公开API|类名:Module<br>方法 or 属性:FACE_AUTH = 1<br>访问级别:系统API|@ohos.account.osAccount.d.ts|
|访问级别有变化|类名:ResultCode<br>方法 or 属性:SUCCESS = 0<br>访问级别:公开API|类名:ResultCode<br>方法 or 属性:SUCCESS = 0<br>访问级别:系统API|@ohos.account.osAccount.d.ts|
|访问级别有变化|类名:ResultCode<br>方法 or 属性:FAIL = 1<br>访问级别:公开API|类名:ResultCode<br>方法 or 属性:FAIL = 1<br>访问级别:系统API|@ohos.account.osAccount.d.ts|
|访问级别有变化|类名:ResultCode<br>方法 or 属性:GENERAL_ERROR = 2<br>访问级别:公开API|类名:ResultCode<br>方法 or 属性:GENERAL_ERROR = 2<br>访问级别:系统API|@ohos.account.osAccount.d.ts|
|访问级别有变化|类名:ResultCode<br>方法 or 属性:CANCELED = 3<br>访问级别:公开API|类名:ResultCode<br>方法 or 属性:CANCELED = 3<br>访问级别:系统API|@ohos.account.osAccount.d.ts|
|访问级别有变化|类名:ResultCode<br>方法 or 属性:TIMEOUT = 4<br>访问级别:公开API|类名:ResultCode<br>方法 or 属性:TIMEOUT = 4<br>访问级别:系统API|@ohos.account.osAccount.d.ts|
|访问级别有变化|类名:ResultCode<br>方法 or 属性:TYPE_NOT_SUPPORT = 5<br>访问级别:公开API|类名:ResultCode<br>方法 or 属性:TYPE_NOT_SUPPORT = 5<br>访问级别:系统API|@ohos.account.osAccount.d.ts|
|访问级别有变化|类名:ResultCode<br>方法 or 属性:TRUST_LEVEL_NOT_SUPPORT = 6<br>访问级别:公开API|类名:ResultCode<br>方法 or 属性:TRUST_LEVEL_NOT_SUPPORT = 6<br>访问级别:系统API|@ohos.account.osAccount.d.ts|
|访问级别有变化|类名:ResultCode<br>方法 or 属性:BUSY = 7<br>访问级别:公开API|类名:ResultCode<br>方法 or 属性:BUSY = 7<br>访问级别:系统API|@ohos.account.osAccount.d.ts|
|访问级别有变化|类名:ResultCode<br>方法 or 属性:INVALID_PARAMETERS = 8<br>访问级别:公开API|类名:ResultCode<br>方法 or 属性:INVALID_PARAMETERS = 8<br>访问级别:系统API|@ohos.account.osAccount.d.ts|
|访问级别有变化|类名:ResultCode<br>方法 or 属性:LOCKED = 9<br>访问级别:公开API|类名:ResultCode<br>方法 or 属性:LOCKED = 9<br>访问级别:系统API|@ohos.account.osAccount.d.ts|
|访问级别有变化|类名:ResultCode<br>方法 or 属性:NOT_ENROLLED = 10<br>访问级别:公开API|类名:ResultCode<br>方法 or 属性:NOT_ENROLLED = 10<br>访问级别:系统API|@ohos.account.osAccount.d.ts|
|访问级别有变化|类名:FaceTipsCode<br>方法 or 属性:FACE_AUTH_TIP_TOO_BRIGHT = 1<br>访问级别:公开API|类名:FaceTipsCode<br>方法 or 属性:FACE_AUTH_TIP_TOO_BRIGHT = 1<br>访问级别:系统API|@ohos.account.osAccount.d.ts|
|访问级别有变化|类名:FaceTipsCode<br>方法 or 属性:FACE_AUTH_TIP_TOO_DARK = 2<br>访问级别:公开API|类名:FaceTipsCode<br>方法 or 属性:FACE_AUTH_TIP_TOO_DARK = 2<br>访问级别:系统API|@ohos.account.osAccount.d.ts|
|访问级别有变化|类名:FaceTipsCode<br>方法 or 属性:FACE_AUTH_TIP_TOO_CLOSE = 3<br>访问级别:公开API|类名:FaceTipsCode<br>方法 or 属性:FACE_AUTH_TIP_TOO_CLOSE = 3<br>访问级别:系统API|@ohos.account.osAccount.d.ts|
|访问级别有变化|类名:FaceTipsCode<br>方法 or 属性:FACE_AUTH_TIP_TOO_FAR = 4<br>访问级别:公开API|类名:FaceTipsCode<br>方法 or 属性:FACE_AUTH_TIP_TOO_FAR = 4<br>访问级别:系统API|@ohos.account.osAccount.d.ts|
|访问级别有变化|类名:FaceTipsCode<br>方法 or 属性:FACE_AUTH_TIP_TOO_HIGH = 5<br>访问级别:公开API|类名:FaceTipsCode<br>方法 or 属性:FACE_AUTH_TIP_TOO_HIGH = 5<br>访问级别:系统API|@ohos.account.osAccount.d.ts|
|访问级别有变化|类名:FaceTipsCode<br>方法 or 属性:FACE_AUTH_TIP_TOO_LOW = 6<br>访问级别:公开API|类名:FaceTipsCode<br>方法 or 属性:FACE_AUTH_TIP_TOO_LOW = 6<br>访问级别:系统API|@ohos.account.osAccount.d.ts|
|访问级别有变化|类名:FaceTipsCode<br>方法 or 属性:FACE_AUTH_TIP_TOO_RIGHT = 7<br>访问级别:公开API|类名:FaceTipsCode<br>方法 or 属性:FACE_AUTH_TIP_TOO_RIGHT = 7<br>访问级别:系统API|@ohos.account.osAccount.d.ts|
|访问级别有变化|类名:FaceTipsCode<br>方法 or 属性:FACE_AUTH_TIP_TOO_LEFT = 8<br>访问级别:公开API|类名:FaceTipsCode<br>方法 or 属性:FACE_AUTH_TIP_TOO_LEFT = 8<br>访问级别:系统API|@ohos.account.osAccount.d.ts|
|访问级别有变化|类名:FaceTipsCode<br>方法 or 属性:FACE_AUTH_TIP_TOO_MUCH_MOTION = 9<br>访问级别:公开API|类名:FaceTipsCode<br>方法 or 属性:FACE_AUTH_TIP_TOO_MUCH_MOTION = 9<br>访问级别:系统API|@ohos.account.osAccount.d.ts|
|访问级别有变化|类名:FaceTipsCode<br>方法 or 属性:FACE_AUTH_TIP_POOR_GAZE = 10<br>访问级别:公开API|类名:FaceTipsCode<br>方法 or 属性:FACE_AUTH_TIP_POOR_GAZE = 10<br>访问级别:系统API|@ohos.account.osAccount.d.ts|
|访问级别有变化|类名:FaceTipsCode<br>方法 or 属性:FACE_AUTH_TIP_NOT_DETECTED = 11<br>访问级别:公开API|类名:FaceTipsCode<br>方法 or 属性:FACE_AUTH_TIP_NOT_DETECTED = 11<br>访问级别:系统API|@ohos.account.osAccount.d.ts|
|访问级别有变化|类名:FingerprintTips<br>方法 or 属性:FINGERPRINT_TIP_GOOD = 0<br>访问级别:公开API|类名:FingerprintTips<br>方法 or 属性:FINGERPRINT_TIP_GOOD = 0<br>访问级别:系统API|@ohos.account.osAccount.d.ts|
|访问级别有变化|类名:FingerprintTips<br>方法 or 属性:FINGERPRINT_TIP_IMAGER_DIRTY = 1<br>访问级别:公开API|类名:FingerprintTips<br>方法 or 属性:FINGERPRINT_TIP_IMAGER_DIRTY = 1<br>访问级别:系统API|@ohos.account.osAccount.d.ts|
|访问级别有变化|类名:FingerprintTips<br>方法 or 属性:FINGERPRINT_TIP_INSUFFICIENT = 2<br>访问级别:公开API|类名:FingerprintTips<br>方法 or 属性:FINGERPRINT_TIP_INSUFFICIENT = 2<br>访问级别:系统API|@ohos.account.osAccount.d.ts|
|访问级别有变化|类名:FingerprintTips<br>方法 or 属性:FINGERPRINT_TIP_PARTIAL = 3<br>访问级别:公开API|类名:FingerprintTips<br>方法 or 属性:FINGERPRINT_TIP_PARTIAL = 3<br>访问级别:系统API|@ohos.account.osAccount.d.ts|
|访问级别有变化|类名:FingerprintTips<br>方法 or 属性:FINGERPRINT_TIP_TOO_FAST = 4<br>访问级别:公开API|类名:FingerprintTips<br>方法 or 属性:FINGERPRINT_TIP_TOO_FAST = 4<br>访问级别:系统API|@ohos.account.osAccount.d.ts|
|访问级别有变化|类名:FingerprintTips<br>方法 or 属性:FINGERPRINT_TIP_TOO_SLOW = 5<br>访问级别:公开API|类名:FingerprintTips<br>方法 or 属性:FINGERPRINT_TIP_TOO_SLOW = 5<br>访问级别:系统API|@ohos.account.osAccount.d.ts|
|访问级别有变化|类名:ConstraintSourceType<br>方法 or 属性:CONSTRAINT_NOT_EXIST = 0<br>访问级别:公开API|类名:ConstraintSourceType<br>方法 or 属性:CONSTRAINT_NOT_EXIST = 0<br>访问级别:系统API|@ohos.account.osAccount.d.ts|
|访问级别有变化|类名:ConstraintSourceType<br>方法 or 属性:CONSTRAINT_TYPE_BASE = 1<br>访问级别:公开API|类名:ConstraintSourceType<br>方法 or 属性:CONSTRAINT_TYPE_BASE = 1<br>访问级别:系统API|@ohos.account.osAccount.d.ts|
|访问级别有变化|类名:ConstraintSourceType<br>方法 or 属性:CONSTRAINT_TYPE_DEVICE_OWNER = 2<br>访问级别:公开API|类名:ConstraintSourceType<br>方法 or 属性:CONSTRAINT_TYPE_DEVICE_OWNER = 2<br>访问级别:系统API|@ohos.account.osAccount.d.ts|
|访问级别有变化|类名:ConstraintSourceType<br>方法 or 属性:CONSTRAINT_TYPE_PROFILE_OWNER = 3<br>访问级别:公开API|类名:ConstraintSourceType<br>方法 or 属性:CONSTRAINT_TYPE_PROFILE_OWNER = 3<br>访问级别:系统API|@ohos.account.osAccount.d.ts|
|访问级别有变化|类名:ConstraintSourceTypeInfo<br>方法 or 属性:localId: number;<br>访问级别:公开API|类名:ConstraintSourceTypeInfo<br>方法 or 属性:localId: number;<br>访问级别:系统API|@ohos.account.osAccount.d.ts|
|访问级别有变化|类名:ConstraintSourceTypeInfo<br>方法 or 属性:type: ConstraintSourceType;<br>访问级别:公开API|类名:ConstraintSourceTypeInfo<br>方法 or 属性:type: ConstraintSourceType;<br>访问级别:系统API|@ohos.account.osAccount.d.ts|
|新增(错误码)|NA|类名:UserAuth<br>方法 or 属性:constructor();<br>错误码内容: 202|@ohos.account.osAccount.d.ts|
|新增(错误码)|NA|类名:UserAuth<br>方法 or 属性:getVersion(): number;<br>错误码内容: 202|@ohos.account.osAccount.d.ts|
|新增(错误码)|NA|类名:PINAuth<br>方法 or 属性:constructor();<br>错误码内容: 202|@ohos.account.osAccount.d.ts|
|新增(错误码)|NA|类名:UserIdentityManager<br>方法 or 属性:constructor();<br>错误码内容: 202|@ohos.account.osAccount.d.ts|
因为 它太大了无法显示 source diff 。你可以改为 查看blob
| 操作 | 旧版本 | 新版本 | d.ts文件 |
| ---- | ------ | ------ | -------- |
|新增|NA|类名:CommonEventBatteryChangedKey<br>方法or属性:EXTRA_SOC = 'soc'|@ohos.batteryInfo.d.ts|
|新增|NA|类名:CommonEventBatteryChangedKey<br>方法or属性:EXTRA_CHARGE_STATE = 'chargeState'|@ohos.batteryInfo.d.ts|
|新增|NA|类名:CommonEventBatteryChangedKey<br>方法or属性:EXTRA_HEALTH_STATE = 'healthState'|@ohos.batteryInfo.d.ts|
|新增|NA|类名:CommonEventBatteryChangedKey<br>方法or属性:EXTRA_PLUGGED_TYPE = 'pluggedType'|@ohos.batteryInfo.d.ts|
|新增|NA|类名:CommonEventBatteryChangedKey<br>方法or属性:EXTRA_VOLTAGE = 'voltage'|@ohos.batteryInfo.d.ts|
|新增|NA|类名:CommonEventBatteryChangedKey<br>方法or属性:EXTRA_TECHNOLOGY = 'technology'|@ohos.batteryInfo.d.ts|
|新增|NA|类名:CommonEventBatteryChangedKey<br>方法or属性:EXTRA_TEMPERATURE = 'temperature'|@ohos.batteryInfo.d.ts|
|新增|NA|类名:CommonEventBatteryChangedKey<br>方法or属性:EXTRA_PRESENT = 'present'|@ohos.batteryInfo.d.ts|
|新增|NA|类名:CommonEventBatteryChangedKey<br>方法or属性:EXTRA_CAPACITY_LEVEL = 'capacityLevel'|@ohos.batteryInfo.d.ts|
|新增|NA|模块名: ohos.charger<br>类名: charger|@ohos.charger.d.ts|
|新增|NA|模块名: ohos.charger<br>类名: ChargeType|@ohos.charger.d.ts|
|新增|NA|模块名: ohos.charger<br>类名: ChargeType<br>方法 or 属性: NONE|@ohos.charger.d.ts|
|新增|NA|模块名: ohos.charger<br>类名: ChargeType<br>方法 or 属性: WIRED_NORMAL|@ohos.charger.d.ts|
|新增|NA|模块名: ohos.charger<br>类名: ChargeType<br>方法 or 属性: WIRED_QUICK|@ohos.charger.d.ts|
|新增|NA|模块名: ohos.charger<br>类名: ChargeType<br>方法 or 属性: WIRED_SUPER_QUICK|@ohos.charger.d.ts|
|新增|NA|模块名: ohos.charger<br>类名: ChargeType<br>方法 or 属性: WIRELESS_NORMAL|@ohos.charger.d.ts|
|新增|NA|模块名: ohos.charger<br>类名: ChargeType<br>方法 or 属性: WIRELESS_QUICK|@ohos.charger.d.ts|
|新增|NA|模块名: ohos.charger<br>类名: ChargeType<br>方法 or 属性: WIRELESS_SUPER_QUICK|@ohos.charger.d.ts|
|废弃版本有变化|类名:RunningLockType<br>方法 or 属性:BACKGROUND = 1<br>废弃版本:N/A|类名:RunningLockType<br>方法 or 属性:BACKGROUND = 1<br>废弃版本:10<br>代替接口:N/A|@ohos.runningLock.d.ts|
|新增(错误码)|NA|类名:batteryStats<br>方法 or 属性:function getBatteryStats(): Promise\<Array\<BatteryStatsInfo>>;<br>错误码内容: 202, 4600101|@ohos.batteryStatistics.d.ts|
| 操作 | 旧版本 | 新版本 | d.ts文件 |
| ---- | ------ | ------ | -------- |
|新增|NA|模块名: ohos.app.businessAbilityRouter<br>类名: businessAbilityRouter|@ohos.app.businessAbilityRouter.d.ts|
|新增|NA|模块名: ohos.app.businessAbilityRouter<br>类名: BusinessType|@ohos.app.businessAbilityRouter.d.ts|
|新增|NA|模块名: ohos.app.businessAbilityRouter<br>类名: BusinessType<br>方法 or 属性: SHARE = 0|@ohos.app.businessAbilityRouter.d.ts|
|新增|NA|模块名: ohos.app.businessAbilityRouter<br>类名: BusinessType<br>方法 or 属性: UNSPECIFIED = 255|@ohos.app.businessAbilityRouter.d.ts|
|新增|NA|模块名: ohos.app.businessAbilityRouter<br>类名: BusinessAbilityFilter|@ohos.app.businessAbilityRouter.d.ts|
|新增|NA|模块名: ohos.app.businessAbilityRouter<br>类名: BusinessAbilityFilter<br>方法 or 属性: businessType: BusinessType;|@ohos.app.businessAbilityRouter.d.ts|
|新增|NA|模块名: ohos.app.businessAbilityRouter<br>类名: BusinessAbilityFilter<br>方法 or 属性: mimeType?: string;|@ohos.app.businessAbilityRouter.d.ts|
|新增|NA|模块名: ohos.app.businessAbilityRouter<br>类名: BusinessAbilityFilter<br>方法 or 属性: uri?: string;|@ohos.app.businessAbilityRouter.d.ts|
|新增|NA|模块名: ohos.app.businessAbilityRouter<br>类名: businessAbilityRouter<br>方法 or 属性: function queryBusinessAbilityInfo(filter: BusinessAbilityFilter,<br><br> callback: AsyncCallback\<Array\<BusinessAbilityInfo>>): void;|@ohos.app.businessAbilityRouter.d.ts|
|新增|NA|模块名: ohos.app.businessAbilityRouter<br>类名: businessAbilityRouter<br>方法 or 属性: function queryBusinessAbilityInfo(filter: BusinessAbilityFilter): Promise\<Array\<BusinessAbilityInfo>>;|@ohos.app.businessAbilityRouter.d.ts|
|新增|NA|模块名: ohos.bundle.bundleManager<br>类名: ExtensionAbilityType<br>方法 or 属性:PRINT = 15|@ohos.bundle.bundleManager.d.ts|
|新增|NA|类名:ExtensionAbilityType<br>方法or属性:PRINT = 15|@ohos.bundle.bundleManager.d.ts|
|新增|NA|模块名: ohos.bundle.bundleManager<br>类名: ExtensionAbilityType<br>方法 or 属性:DRIVER = 18|@ohos.bundle.bundleManager.d.ts|
|新增|NA|类名:ExtensionAbilityType<br>方法or属性:DRIVER = 18|@ohos.bundle.bundleManager.d.ts|
|新增|NA|模块名: ohos.bundle.bundleManager<br>类名: CompatiblePolicy|@ohos.bundle.bundleManager.d.ts|
|新增|NA|类名:CompatiblePolicy<br>方法or属性:|@ohos.bundle.bundleManager.d.ts|
|新增|NA|模块名: ohos.bundle.bundleManager<br>类名: CompatiblePolicy<br>方法 or 属性:BACKWARD_COMPATIBILITY = 1|@ohos.bundle.bundleManager.d.ts|
|新增|NA|类名:CompatiblePolicy<br>方法or属性:BACKWARD_COMPATIBILITY = 1|@ohos.bundle.bundleManager.d.ts|
|新增|NA|类名:bundleManager<br>方法or属性:function getAllSharedBundleInfo(callback: AsyncCallback\<Array\<SharedBundleInfo>>): void;|@ohos.bundle.bundleManager.d.ts|
|新增|NA|类名:bundleManager<br>方法or属性:function getAllSharedBundleInfo(): Promise\<Array\<SharedBundleInfo>>;|@ohos.bundle.bundleManager.d.ts|
|新增|NA|类名:bundleManager<br>方法or属性:function getSharedBundleInfo(bundleName: string, moduleName: string, callback: AsyncCallback\<Array\<SharedBundleInfo>>): void;|@ohos.bundle.bundleManager.d.ts|
|新增|NA|类名:bundleManager<br>方法or属性:function getSharedBundleInfo(bundleName: string, moduleName: string): Promise\<Array\<SharedBundleInfo>>;|@ohos.bundle.bundleManager.d.ts|
|新增|NA|类名:bundleManager<br>方法or属性:function getAppProvisionInfo(bundleName: string, callback: AsyncCallback\<AppProvisionInfo>): void;|@ohos.bundle.bundleManager.d.ts|
|新增|NA|类名:bundleManager<br>方法or属性:function getAppProvisionInfo(bundleName: string, userId: number, callback: AsyncCallback\<AppProvisionInfo>): void;|@ohos.bundle.bundleManager.d.ts|
|新增|NA|类名:bundleManager<br>方法or属性:function getAppProvisionInfo(bundleName: string, userId?: number): Promise\<AppProvisionInfo>;|@ohos.bundle.bundleManager.d.ts|
|新增|NA|类名:ApplicationType<br>方法or属性:BROWSER = 'Web Browser'|@ohos.bundle.defaultAppManager.d.ts|
|新增|NA|类名:ApplicationType<br>方法or属性:IMAGE = 'Image Gallery'|@ohos.bundle.defaultAppManager.d.ts|
|新增|NA|类名:ApplicationType<br>方法or属性:AUDIO = 'Audio Player'|@ohos.bundle.defaultAppManager.d.ts|
|新增|NA|类名:ApplicationType<br>方法or属性:VIDEO = 'Video Player'|@ohos.bundle.defaultAppManager.d.ts|
|新增|NA|类名:ApplicationType<br>方法or属性:PDF = 'PDF Viewer'|@ohos.bundle.defaultAppManager.d.ts|
|新增|NA|类名:ApplicationType<br>方法or属性:WORD = 'Word Viewer'|@ohos.bundle.defaultAppManager.d.ts|
|新增|NA|类名:ApplicationType<br>方法or属性:EXCEL = 'Excel Viewer'|@ohos.bundle.defaultAppManager.d.ts|
|新增|NA|类名:ApplicationType<br>方法or属性:PPT = 'PPT Viewer'|@ohos.bundle.defaultAppManager.d.ts|
|新增|NA|类名:InstallParam<br>方法or属性:sharedBundleDirPaths?: Array\<String>;|@ohos.bundle.installer.d.ts|
|新增|NA|模块名: ohos.bundle.installer<br>类名: UninstallParam|@ohos.bundle.installer.d.ts|
|新增|NA|类名:UninstallParam<br>方法or属性:|@ohos.bundle.installer.d.ts|
|新增|NA|模块名: ohos.bundle.installer<br>类名: UninstallParam<br>方法 or 属性:bundleName: string;|@ohos.bundle.installer.d.ts|
|新增|NA|类名:UninstallParam<br>方法or属性:bundleName: string;|@ohos.bundle.installer.d.ts|
|新增|NA|模块名: ohos.bundle.installer<br>类名: UninstallParam<br>方法 or 属性:versionCode?: number;|@ohos.bundle.installer.d.ts|
|新增|NA|类名:UninstallParam<br>方法or属性:versionCode?: number;|@ohos.bundle.installer.d.ts|
|新增|NA|模块名: ohos.bundle.overlay<br>类名: overlay|@ohos.bundle.overlay.d.ts|
|新增|NA|模块名: ohos.bundle.overlay<br>类名: overlay<br>方法 or 属性: function setOverlayEnabled(moduleName: string, isEnabled: boolean, callback: AsyncCallback\<void>): void;|@ohos.bundle.overlay.d.ts|
|新增|NA|模块名: ohos.bundle.overlay<br>类名: overlay<br>方法 or 属性: function setOverlayEnabled(moduleName: string, isEnabled: boolean): Promise\<void>;|@ohos.bundle.overlay.d.ts|
|新增|NA|模块名: ohos.bundle.overlay<br>类名: overlay<br>方法 or 属性: function setOverlayEnabledByBundleName(bundleName: string,<br><br> moduleName: string, isEnabled: boolean, callback: AsyncCallback\<void>): void;|@ohos.bundle.overlay.d.ts|
|新增|NA|模块名: ohos.bundle.overlay<br>类名: overlay<br>方法 or 属性: function setOverlayEnabledByBundleName(bundleName: string, moduleName: string, isEnabled: boolean): Promise\<void>;|@ohos.bundle.overlay.d.ts|
|新增|NA|模块名: ohos.bundle.overlay<br>类名: overlay<br>方法 or 属性: function getOverlayModuleInfo(moduleName: string, callback: AsyncCallback\<OverlayModuleInfo>): void;|@ohos.bundle.overlay.d.ts|
|新增|NA|模块名: ohos.bundle.overlay<br>类名: overlay<br>方法 or 属性: function getOverlayModuleInfo(moduleName: string): Promise\<OverlayModuleInfo>;|@ohos.bundle.overlay.d.ts|
|新增|NA|模块名: ohos.bundle.overlay<br>类名: overlay<br>方法 or 属性: function getTargetOverlayModuleInfos(targetModuleName: string,<br><br> callback: AsyncCallback\<Array\<OverlayModuleInfo>>): void;|@ohos.bundle.overlay.d.ts|
|新增|NA|模块名: ohos.bundle.overlay<br>类名: overlay<br>方法 or 属性: function getTargetOverlayModuleInfos(targetModuleName: string): Promise\<Array\<OverlayModuleInfo>>;|@ohos.bundle.overlay.d.ts|
|新增|NA|模块名: ohos.bundle.overlay<br>类名: overlay<br>方法 or 属性: function getOverlayModuleInfoByBundleName(bundleName: string,<br><br> callback: AsyncCallback\<Array\<OverlayModuleInfo>>): void;|@ohos.bundle.overlay.d.ts|
|新增|NA|模块名: ohos.bundle.overlay<br>类名: overlay<br>方法 or 属性: function getOverlayModuleInfoByBundleName(bundleName: string,<br><br> moduleName: string, callback: AsyncCallback\<Array\<OverlayModuleInfo>>): void;|@ohos.bundle.overlay.d.ts|
|新增|NA|模块名: ohos.bundle.overlay<br>类名: overlay<br>方法 or 属性: function getOverlayModuleInfoByBundleName(bundleName: string,<br><br> moduleName?: string): Promise\<Array\<OverlayModuleInfo>>;|@ohos.bundle.overlay.d.ts|
|新增|NA|模块名: ohos.bundle.overlay<br>类名: overlay<br>方法 or 属性: function getTargetOverlayModuleInfosByBundleName(targetBundleName: string,<br><br> callback: AsyncCallback\<Array\<OverlayModuleInfo>>): void;|@ohos.bundle.overlay.d.ts|
|新增|NA|模块名: ohos.bundle.overlay<br>类名: overlay<br>方法 or 属性: function getTargetOverlayModuleInfosByBundleName(targetBundleName: string,<br><br> moduleName: string, callback: AsyncCallback\<Array\<OverlayModuleInfo>>): void;|@ohos.bundle.overlay.d.ts|
|新增|NA|模块名: ohos.bundle.overlay<br>类名: overlay<br>方法 or 属性: function getTargetOverlayModuleInfosByBundleName(targetBundleName: string,<br><br> moduleName?: string): Promise\<Array\<OverlayModuleInfo>>;|@ohos.bundle.overlay.d.ts|
|新增|NA|类名:ApplicationInfo<br>方法or属性:readonly debug: boolean;|ApplicationInfo.d.ts|
|新增|NA|模块名: AppProvisionInfo<br>类名: AppProvisionInfo|AppProvisionInfo.d.ts|
|新增|NA|模块名: AppProvisionInfo<br>类名: AppProvisionInfo<br>方法 or 属性: readonly versionCode: number;|AppProvisionInfo.d.ts|
|新增|NA|模块名: AppProvisionInfo<br>类名: AppProvisionInfo<br>方法 or 属性: readonly versionName: string;|AppProvisionInfo.d.ts|
|新增|NA|模块名: AppProvisionInfo<br>类名: AppProvisionInfo<br>方法 or 属性: readonly uuid: string;|AppProvisionInfo.d.ts|
|新增|NA|模块名: AppProvisionInfo<br>类名: AppProvisionInfo<br>方法 or 属性: readonly type: string;|AppProvisionInfo.d.ts|
|新增|NA|模块名: AppProvisionInfo<br>类名: AppProvisionInfo<br>方法 or 属性: readonly appDistributionType: string;|AppProvisionInfo.d.ts|
|新增|NA|模块名: AppProvisionInfo<br>类名: AppProvisionInfo<br>方法 or 属性: readonly validity: Validity;|AppProvisionInfo.d.ts|
|新增|NA|模块名: AppProvisionInfo<br>类名: AppProvisionInfo<br>方法 or 属性: readonly developerId: string;|AppProvisionInfo.d.ts|
|新增|NA|模块名: AppProvisionInfo<br>类名: AppProvisionInfo<br>方法 or 属性: readonly certificate: string;|AppProvisionInfo.d.ts|
|新增|NA|模块名: AppProvisionInfo<br>类名: AppProvisionInfo<br>方法 or 属性: readonly apl: string;|AppProvisionInfo.d.ts|
|新增|NA|模块名: AppProvisionInfo<br>类名: AppProvisionInfo<br>方法 or 属性: readonly issuer: string;|AppProvisionInfo.d.ts|
|新增|NA|模块名: AppProvisionInfo<br>类名: Validity|AppProvisionInfo.d.ts|
|新增|NA|模块名: AppProvisionInfo<br>类名: Validity<br>方法 or 属性: readonly notBefore: number;|AppProvisionInfo.d.ts|
|新增|NA|模块名: AppProvisionInfo<br>类名: Validity<br>方法 or 属性: readonly notAfter: number;|AppProvisionInfo.d.ts|
|新增|NA|模块名: BusinessAbilityInfo<br>类名: BusinessAbilityInfo|BusinessAbilityInfo.d.ts|
|新增|NA|模块名: BusinessAbilityInfo<br>类名: BusinessAbilityInfo<br>方法 or 属性: readonly bundleName: string;|BusinessAbilityInfo.d.ts|
|新增|NA|模块名: BusinessAbilityInfo<br>类名: BusinessAbilityInfo<br>方法 or 属性: readonly moduleName: string;|BusinessAbilityInfo.d.ts|
|新增|NA|模块名: BusinessAbilityInfo<br>类名: BusinessAbilityInfo<br>方法 or 属性: readonly name: string;|BusinessAbilityInfo.d.ts|
|新增|NA|模块名: BusinessAbilityInfo<br>类名: BusinessAbilityInfo<br>方法 or 属性: readonly labelId: number;|BusinessAbilityInfo.d.ts|
|新增|NA|模块名: BusinessAbilityInfo<br>类名: BusinessAbilityInfo<br>方法 or 属性: readonly descriptionId: number;|BusinessAbilityInfo.d.ts|
|新增|NA|模块名: BusinessAbilityInfo<br>类名: BusinessAbilityInfo<br>方法 or 属性: readonly iconId: number;|BusinessAbilityInfo.d.ts|
|新增|NA|模块名: BusinessAbilityInfo<br>类名: BusinessAbilityInfo<br>方法 or 属性: readonly businessType: businessAbilityRouter.BusinessType;|BusinessAbilityInfo.d.ts|
|新增|NA|模块名: BusinessAbilityInfo<br>类名: BusinessAbilityInfo<br>方法 or 属性: readonly applicationInfo: ApplicationInfo;|BusinessAbilityInfo.d.ts|
|新增|NA|类名:Dependency<br>方法or属性:readonly bundleName: string;|HapModuleInfo.d.ts|
|新增|NA|类名:Dependency<br>方法or属性:readonly versionCode: number;|HapModuleInfo.d.ts|
|新增|NA|模块名: OverlayModuleInfo<br>类名: OverlayModuleInfo|OverlayModuleInfo.d.ts|
|新增|NA|模块名: OverlayModuleInfo<br>类名: OverlayModuleInfo<br>方法 or 属性: readonly bundleName: string;|OverlayModuleInfo.d.ts|
|新增|NA|模块名: OverlayModuleInfo<br>类名: OverlayModuleInfo<br>方法 or 属性: readonly moduleName: string;|OverlayModuleInfo.d.ts|
|新增|NA|模块名: OverlayModuleInfo<br>类名: OverlayModuleInfo<br>方法 or 属性: readonly targetModuleName: string;|OverlayModuleInfo.d.ts|
|新增|NA|模块名: OverlayModuleInfo<br>类名: OverlayModuleInfo<br>方法 or 属性: readonly priority: number;|OverlayModuleInfo.d.ts|
|新增|NA|模块名: OverlayModuleInfo<br>类名: OverlayModuleInfo<br>方法 or 属性: readonly state: number;|OverlayModuleInfo.d.ts|
|新增|NA|模块名: SharedBundleInfo<br>类名: SharedBundleInfo|SharedBundleInfo.d.ts|
|新增|NA|模块名: SharedBundleInfo<br>类名: SharedBundleInfo<br>方法 or 属性: readonly name: string;|SharedBundleInfo.d.ts|
|新增|NA|模块名: SharedBundleInfo<br>类名: SharedBundleInfo<br>方法 or 属性: readonly compatiblePolicy: bundleManager.CompatiblePolicy;|SharedBundleInfo.d.ts|
|新增|NA|模块名: SharedBundleInfo<br>类名: SharedBundleInfo<br>方法 or 属性: readonly sharedModuleInfo: Array\<SharedModuleInfo>;|SharedBundleInfo.d.ts|
|新增|NA|模块名: SharedBundleInfo<br>类名: SharedModuleInfo|SharedBundleInfo.d.ts|
|新增|NA|模块名: SharedBundleInfo<br>类名: SharedModuleInfo<br>方法 or 属性: readonly name: string;|SharedBundleInfo.d.ts|
|新增|NA|模块名: SharedBundleInfo<br>类名: SharedModuleInfo<br>方法 or 属性: readonly versionCode: number;|SharedBundleInfo.d.ts|
|新增|NA|模块名: SharedBundleInfo<br>类名: SharedModuleInfo<br>方法 or 属性: readonly versionName: string;|SharedBundleInfo.d.ts|
|新增|NA|模块名: SharedBundleInfo<br>类名: SharedModuleInfo<br>方法 or 属性: readonly description: string;|SharedBundleInfo.d.ts|
|新增|NA|模块名: SharedBundleInfo<br>类名: SharedModuleInfo<br>方法 or 属性: readonly descriptionId: number;|SharedBundleInfo.d.ts|
| 操作 | 旧版本 | 新版本 | d.ts文件 |
| ---- | ------ | ------ | -------- |
|新增|NA|模块名: ohos.bluetoothManager<br>类名: bluetoothManager<br>方法 or 属性: function setDevicePinCode(device: string, code: string, callback: AsyncCallback\<void>): void;|@ohos.bluetoothManager.d.ts|
|新增|NA|模块名: ohos.bluetoothManager<br>类名: bluetoothManager<br>方法 or 属性: function setDevicePinCode(device: string, code: string): Promise\<void>;|@ohos.bluetoothManager.d.ts|
|新增|NA|模块名: ohos.bluetoothManager<br>类名: BLECharacteristic<br>方法 or 属性: properties?: GattProperties;|@ohos.bluetoothManager.d.ts|
|新增|NA|模块名: ohos.bluetoothManager<br>类名: ScanResult<br>方法 or 属性: deviceName: string;|@ohos.bluetoothManager.d.ts|
|新增|NA|模块名: ohos.bluetoothManager<br>类名: PinRequiredParam<br>方法 or 属性: pinType: PinType;|@ohos.bluetoothManager.d.ts|
|新增|NA|模块名: ohos.bluetoothManager<br>类名: GattProperties|@ohos.bluetoothManager.d.ts|
|新增|NA|模块名: ohos.bluetoothManager<br>类名: GattProperties<br>方法 or 属性: write?: boolean;|@ohos.bluetoothManager.d.ts|
|新增|NA|模块名: ohos.bluetoothManager<br>类名: GattProperties<br>方法 or 属性: writeNoResponse?: boolean;|@ohos.bluetoothManager.d.ts|
|新增|NA|模块名: ohos.bluetoothManager<br>类名: GattProperties<br>方法 or 属性: read?: boolean;|@ohos.bluetoothManager.d.ts|
|新增|NA|模块名: ohos.bluetoothManager<br>类名: GattProperties<br>方法 or 属性: notify?: boolean;|@ohos.bluetoothManager.d.ts|
|新增|NA|模块名: ohos.bluetoothManager<br>类名: GattProperties<br>方法 or 属性: indicate?: boolean;|@ohos.bluetoothManager.d.ts|
|新增|NA|模块名: ohos.bluetoothManager<br>类名: PinType|@ohos.bluetoothManager.d.ts|
|新增|NA|模块名: ohos.bluetoothManager<br>类名: PinType<br>方法 or 属性: PIN_TYPE_ENTER_PIN_CODE = 0|@ohos.bluetoothManager.d.ts|
|新增|NA|模块名: ohos.bluetoothManager<br>类名: PinType<br>方法 or 属性: PIN_TYPE_ENTER_PASSKEY = 1|@ohos.bluetoothManager.d.ts|
|新增|NA|模块名: ohos.bluetoothManager<br>类名: PinType<br>方法 or 属性: PIN_TYPE_CONFIRM_PASSKEY = 2|@ohos.bluetoothManager.d.ts|
|新增|NA|模块名: ohos.bluetoothManager<br>类名: PinType<br>方法 or 属性: PIN_TYPE_NO_PASSKEY_CONSENT = 3|@ohos.bluetoothManager.d.ts|
|新增|NA|模块名: ohos.bluetoothManager<br>类名: PinType<br>方法 or 属性: PIN_TYPE_NOTIFY_PASSKEY = 4|@ohos.bluetoothManager.d.ts|
|新增|NA|模块名: ohos.bluetoothManager<br>类名: PinType<br>方法 or 属性: PIN_TYPE_DISPLAY_PIN_CODE = 5|@ohos.bluetoothManager.d.ts|
|新增|NA|模块名: ohos.bluetoothManager<br>类名: PinType<br>方法 or 属性: PIN_TYPE_OOB_CONSENT = 6|@ohos.bluetoothManager.d.ts|
|新增|NA|模块名: ohos.bluetoothManager<br>类名: PinType<br>方法 or 属性: PIN_TYPE_PIN_16_DIGITS = 7|@ohos.bluetoothManager.d.ts|
|新增|NA|模块名: ohos.net.connection<br>类名: connection<br>方法 or 属性: function getGlobalHttpProxy(callback: AsyncCallback\<HttpProxy>): void;|@ohos.net.connection.d.ts|
|新增|NA|模块名: ohos.net.connection<br>类名: connection<br>方法 or 属性: function getGlobalHttpProxy(): Promise\<HttpProxy>;|@ohos.net.connection.d.ts|
|新增|NA|模块名: ohos.net.connection<br>类名: connection<br>方法 or 属性: function setGlobalHttpProxy(httpProxy: HttpProxy, callback: AsyncCallback\<void>): void;|@ohos.net.connection.d.ts|
|新增|NA|模块名: ohos.net.connection<br>类名: connection<br>方法 or 属性: function setGlobalHttpProxy(httpProxy: HttpProxy): Promise\<void>;|@ohos.net.connection.d.ts|
|新增|NA|模块名: ohos.net.connection<br>类名: HttpProxy|@ohos.net.connection.d.ts|
|新增|NA|模块名: ohos.net.connection<br>类名: HttpProxy<br>方法 or 属性: host: string;|@ohos.net.connection.d.ts|
|新增|NA|模块名: ohos.net.connection<br>类名: HttpProxy<br>方法 or 属性: port: number;|@ohos.net.connection.d.ts|
|新增|NA|模块名: ohos.net.connection<br>类名: HttpProxy<br>方法 or 属性: exclusionList: Array\<string>;|@ohos.net.connection.d.ts|
|新增|NA|模块名: ohos.net.ethernet<br>类名: ethernet<br>方法 or 属性: function on(type: 'interfaceStateChange', callback: Callback\<{ iface: string, active: boolean }>): void;|@ohos.net.ethernet.d.ts|
|新增|NA|模块名: ohos.net.ethernet<br>类名: ethernet<br>方法 or 属性: function off(type: 'interfaceStateChange', callback?: Callback\<{ iface: string, active: boolean }>): void;|@ohos.net.ethernet.d.ts|
|新增|NA|模块名: ohos.net.http<br>类名: HttpRequestOptions<br>方法 or 属性: usingProxy?: boolean \| HttpProxy;|@ohos.net.http.d.ts|
|新增|NA|模块名: ohos.net.http<br>类名: HttpRequestOptions<br>方法 or 属性: caPath?: string;|@ohos.net.http.d.ts|
|新增|NA|模块名: ohos.net.http<br>类名: HttpRequest<br>方法 or 属性: request2(url: string, callback: AsyncCallback\<number>): void;|@ohos.net.http.d.ts|
|新增|NA|模块名: ohos.net.http<br>类名: HttpRequest<br>方法 or 属性: request2(url: string, options: HttpRequestOptions, callback: AsyncCallback\<number>): void;|@ohos.net.http.d.ts|
|新增|NA|模块名: ohos.net.http<br>类名: HttpRequest<br>方法 or 属性: request2(url: string, options?: HttpRequestOptions): Promise\<number>;|@ohos.net.http.d.ts|
|新增|NA|模块名: ohos.net.http<br>类名: HttpRequest<br>方法 or 属性: on(type: "dataReceive", callback: Callback\<ArrayBuffer>): void;|@ohos.net.http.d.ts|
|新增|NA|模块名: ohos.net.http<br>类名: HttpRequest<br>方法 or 属性: off(type: "dataReceive", callback?: Callback\<ArrayBuffer>): void;|@ohos.net.http.d.ts|
|新增|NA|模块名: ohos.net.http<br>类名: HttpRequest<br>方法 or 属性: on(type: "dataEnd", callback: Callback\<void>): void;|@ohos.net.http.d.ts|
|新增|NA|模块名: ohos.net.http<br>类名: HttpRequest<br>方法 or 属性: off(type: "dataEnd", callback?: Callback\<void>): void;|@ohos.net.http.d.ts|
|新增|NA|模块名: ohos.net.http<br>类名: HttpRequest<br>方法 or 属性: on(type: "dataProgress", callback: Callback\<{ receiveSize: number, totalSize: number }>): void;|@ohos.net.http.d.ts|
|新增|NA|模块名: ohos.net.http<br>类名: HttpRequest<br>方法 or 属性: off(type: "dataProgress", callback?: Callback\<{ receiveSize: number, totalSize: number }>): void;|@ohos.net.http.d.ts|
|新增|NA|模块名: ohos.net.mdns<br>类名: mdns|@ohos.net.mdns.d.ts|
|新增|NA|模块名: ohos.net.mdns<br>类名: mdns<br>方法 or 属性: function addLocalService(context: Context, serviceInfo: LocalServiceInfo,<br> callback: AsyncCallback\<LocalServiceInfo>): void;|@ohos.net.mdns.d.ts|
|新增|NA|模块名: ohos.net.mdns<br>类名: mdns<br>方法 or 属性: function addLocalService(context: Context, serviceInfo: LocalServiceInfo): Promise\<LocalServiceInfo>;|@ohos.net.mdns.d.ts|
|新增|NA|模块名: ohos.net.mdns<br>类名: mdns<br>方法 or 属性: function removeLocalService(context: Context, serviceInfo: LocalServiceInfo,<br> callback: AsyncCallback\<LocalServiceInfo>): void;|@ohos.net.mdns.d.ts|
|新增|NA|模块名: ohos.net.mdns<br>类名: mdns<br>方法 or 属性: function removeLocalService(context: Context, serviceInfo: LocalServiceInfo): Promise\<LocalServiceInfo>;|@ohos.net.mdns.d.ts|
|新增|NA|模块名: ohos.net.mdns<br>类名: mdns<br>方法 or 属性: function createDiscoveryService(context: Context, serviceType: string): DiscoveryService;|@ohos.net.mdns.d.ts|
|新增|NA|模块名: ohos.net.mdns<br>类名: mdns<br>方法 or 属性: function resolveLocalService(context: Context, serviceInfo: LocalServiceInfo,<br> callback: AsyncCallback\<LocalServiceInfo>): void;|@ohos.net.mdns.d.ts|
|新增|NA|模块名: ohos.net.mdns<br>类名: mdns<br>方法 or 属性: function resolveLocalService(context: Context, serviceInfo: LocalServiceInfo): Promise\<LocalServiceInfo>;|@ohos.net.mdns.d.ts|
|新增|NA|模块名: ohos.net.mdns<br>类名: DiscoveryService|@ohos.net.mdns.d.ts|
|新增|NA|模块名: ohos.net.mdns<br>类名: DiscoveryService<br>方法 or 属性: on(type: 'discoveryStart',<br> callback: Callback\<{ serviceInfo: LocalServiceInfo, errorCode?: MdnsError }>): void;|@ohos.net.mdns.d.ts|
|新增|NA|模块名: ohos.net.mdns<br>类名: DiscoveryService<br>方法 or 属性: on(type: 'discoveryStop',<br> callback: Callback\<{ serviceInfo: LocalServiceInfo, errorCode?: MdnsError }>): void;|@ohos.net.mdns.d.ts|
|新增|NA|模块名: ohos.net.mdns<br>类名: DiscoveryService<br>方法 or 属性: on(type: 'serviceFound', callback: Callback\<LocalServiceInfo>): void;|@ohos.net.mdns.d.ts|
|新增|NA|模块名: ohos.net.mdns<br>类名: DiscoveryService<br>方法 or 属性: on(type: 'serviceLost', callback: Callback\<LocalServiceInfo>): void;|@ohos.net.mdns.d.ts|
|新增|NA|模块名: ohos.net.mdns<br>类名: DiscoveryService<br>方法 or 属性: startSearchingMDNS(): void;|@ohos.net.mdns.d.ts|
|新增|NA|模块名: ohos.net.mdns<br>类名: DiscoveryService<br>方法 or 属性: stopSearchingMDNS(): void;|@ohos.net.mdns.d.ts|
|新增|NA|模块名: ohos.net.mdns<br>类名: LocalServiceInfo|@ohos.net.mdns.d.ts|
|新增|NA|模块名: ohos.net.mdns<br>类名: LocalServiceInfo<br>方法 or 属性: serviceType: string;|@ohos.net.mdns.d.ts|
|新增|NA|模块名: ohos.net.mdns<br>类名: LocalServiceInfo<br>方法 or 属性: serviceName: string;|@ohos.net.mdns.d.ts|
|新增|NA|模块名: ohos.net.mdns<br>类名: LocalServiceInfo<br>方法 or 属性: port?: number;|@ohos.net.mdns.d.ts|
|新增|NA|模块名: ohos.net.mdns<br>类名: LocalServiceInfo<br>方法 or 属性: host?: NetAddress;|@ohos.net.mdns.d.ts|
|新增|NA|模块名: ohos.net.mdns<br>类名: LocalServiceInfo<br>方法 or 属性: serviceAttribute?: Array\<ServiceAttribute>;|@ohos.net.mdns.d.ts|
|新增|NA|模块名: ohos.net.mdns<br>类名: ServiceAttribute|@ohos.net.mdns.d.ts|
|新增|NA|模块名: ohos.net.mdns<br>类名: ServiceAttribute<br>方法 or 属性: key: string;|@ohos.net.mdns.d.ts|
|新增|NA|模块名: ohos.net.mdns<br>类名: ServiceAttribute<br>方法 or 属性: value: Array\<number>;|@ohos.net.mdns.d.ts|
|新增|NA|模块名: ohos.net.mdns<br>类名: MdnsError|@ohos.net.mdns.d.ts|
|新增|NA|模块名: ohos.net.mdns<br>类名: MdnsError<br>方法 or 属性: INTERNAL_ERROR = 0|@ohos.net.mdns.d.ts|
|新增|NA|模块名: ohos.net.mdns<br>类名: MdnsError<br>方法 or 属性: ALREADY_ACTIVE = 1|@ohos.net.mdns.d.ts|
|新增|NA|模块名: ohos.net.mdns<br>类名: MdnsError<br>方法 or 属性: MAX_LIMIT = 2|@ohos.net.mdns.d.ts|
|新增|NA|类名:tag<br>方法or属性:function registerForegroundDispatch(elementName: ElementName, discTech: number[], callback: AsyncCallback\<TagInfo>): void;|@ohos.nfc.tag.d.ts|
|新增|NA|类名:tag<br>方法or属性:function unregisterForegroundDispatch(elementName: ElementName): void;|@ohos.nfc.tag.d.ts|
|新增|NA|模块名: ohos.secureElement<br>类名: omapi|@ohos.secureElement.d.ts|
|新增|NA|模块名: ohos.secureElement<br>类名: omapi<br>方法 or 属性: function newSEService(type: 'serviceState', callback: Callback\<ServiceState>): SEService;|@ohos.secureElement.d.ts|
|新增|NA|模块名: ohos.secureElement<br>类名: SEService|@ohos.secureElement.d.ts|
|新增|NA|模块名: ohos.secureElement<br>类名: SEService<br>方法 or 属性: getReaders(): Reader[];|@ohos.secureElement.d.ts|
|新增|NA|模块名: ohos.secureElement<br>类名: SEService<br>方法 or 属性: isConnected(): boolean;|@ohos.secureElement.d.ts|
|新增|NA|模块名: ohos.secureElement<br>类名: SEService<br>方法 or 属性: shutdown(): void;|@ohos.secureElement.d.ts|
|新增|NA|模块名: ohos.secureElement<br>类名: SEService<br>方法 or 属性: getVersion(): string;|@ohos.secureElement.d.ts|
|新增|NA|模块名: ohos.secureElement<br>类名: Reader|@ohos.secureElement.d.ts|
|新增|NA|模块名: ohos.secureElement<br>类名: Reader<br>方法 or 属性: getName(): string;|@ohos.secureElement.d.ts|
|新增|NA|模块名: ohos.secureElement<br>类名: Reader<br>方法 or 属性: isSecureElementPresent(): boolean;|@ohos.secureElement.d.ts|
|新增|NA|模块名: ohos.secureElement<br>类名: Reader<br>方法 or 属性: openSession(): Session;|@ohos.secureElement.d.ts|
|新增|NA|模块名: ohos.secureElement<br>类名: Reader<br>方法 or 属性: closeSessions(): void;|@ohos.secureElement.d.ts|
|新增|NA|模块名: ohos.secureElement<br>类名: Session|@ohos.secureElement.d.ts|
|新增|NA|模块名: ohos.secureElement<br>类名: Session<br>方法 or 属性: getReader(): Reader;|@ohos.secureElement.d.ts|
|新增|NA|模块名: ohos.secureElement<br>类名: Session<br>方法 or 属性: getATR(): number[];|@ohos.secureElement.d.ts|
|新增|NA|模块名: ohos.secureElement<br>类名: Session<br>方法 or 属性: close(): void;|@ohos.secureElement.d.ts|
|新增|NA|模块名: ohos.secureElement<br>类名: Session<br>方法 or 属性: isClosed(): boolean;|@ohos.secureElement.d.ts|
|新增|NA|模块名: ohos.secureElement<br>类名: Session<br>方法 or 属性: closeChannels(): void;|@ohos.secureElement.d.ts|
|新增|NA|模块名: ohos.secureElement<br>类名: Session<br>方法 or 属性: openBasicChannel(aid: number[]): Promise\<Channel>;|@ohos.secureElement.d.ts|
|新增|NA|模块名: ohos.secureElement<br>类名: Session<br>方法 or 属性: openBasicChannel(aid: number[], callback: AsyncCallback\<Channel>): void;|@ohos.secureElement.d.ts|
|新增|NA|模块名: ohos.secureElement<br>类名: Session<br>方法 or 属性: openBasicChannel(aid: number[], p2: number): Promise\<Channel>;|@ohos.secureElement.d.ts|
|新增|NA|模块名: ohos.secureElement<br>类名: Session<br>方法 or 属性: openBasicChannel(aid: number[], p2: number, callback: AsyncCallback\<Channel>): void;|@ohos.secureElement.d.ts|
|新增|NA|模块名: ohos.secureElement<br>类名: Session<br>方法 or 属性: openLogicalChannel(aid: number[]): Promise\<Channel>;|@ohos.secureElement.d.ts|
|新增|NA|模块名: ohos.secureElement<br>类名: Session<br>方法 or 属性: openLogicalChannel(aid: number[], callback: AsyncCallback\<Channel>): void;|@ohos.secureElement.d.ts|
|新增|NA|模块名: ohos.secureElement<br>类名: Session<br>方法 or 属性: openLogicalChannel(aid: number[], p2: number): Promise\<Channel>;|@ohos.secureElement.d.ts|
|新增|NA|模块名: ohos.secureElement<br>类名: Session<br>方法 or 属性: openLogicalChannel(aid: number[], p2: number, callback: AsyncCallback\<Channel>): void;|@ohos.secureElement.d.ts|
|新增|NA|模块名: ohos.secureElement<br>类名: Channel|@ohos.secureElement.d.ts|
|新增|NA|模块名: ohos.secureElement<br>类名: Channel<br>方法 or 属性: getSession(): Session;|@ohos.secureElement.d.ts|
|新增|NA|模块名: ohos.secureElement<br>类名: Channel<br>方法 or 属性: close(): void;|@ohos.secureElement.d.ts|
|新增|NA|模块名: ohos.secureElement<br>类名: Channel<br>方法 or 属性: isBasicChannel(): boolean;|@ohos.secureElement.d.ts|
|新增|NA|模块名: ohos.secureElement<br>类名: Channel<br>方法 or 属性: isClosed(): boolean;|@ohos.secureElement.d.ts|
|新增|NA|模块名: ohos.secureElement<br>类名: Channel<br>方法 or 属性: getSelectResponse(): number[];|@ohos.secureElement.d.ts|
|新增|NA|模块名: ohos.secureElement<br>类名: Channel<br>方法 or 属性: transmit(command: number[]): Promise\<number[]>;|@ohos.secureElement.d.ts|
|新增|NA|模块名: ohos.secureElement<br>类名: Channel<br>方法 or 属性: transmit(command: number[], callback: AsyncCallback\<number[]>): void;|@ohos.secureElement.d.ts|
|新增|NA|模块名: ohos.secureElement<br>类名: ServiceState|@ohos.secureElement.d.ts|
|新增|NA|模块名: ohos.secureElement<br>类名: ServiceState<br>方法 or 属性: DISCONNECTED = 0|@ohos.secureElement.d.ts|
|新增|NA|模块名: ohos.secureElement<br>类名: ServiceState<br>方法 or 属性: CONNECTED = 1|@ohos.secureElement.d.ts|
|新增|NA|类名:wifiManager<br>方法or属性:function getScanInfoList(): Array\<WifiScanInfo>;|@ohos.wifiManager.d.ts|
|新增|NA|类名:wifiManager<br>方法or属性:function updateDeviceConfig(config: WifiDeviceConfig): number;|@ohos.wifiManager.d.ts|
|新增|NA|类名:wifiManager<br>方法or属性:function disableDeviceConfig(networkId: number): void;|@ohos.wifiManager.d.ts|
|新增|NA|类名:wifiManager<br>方法or属性:function removeAllDeviceConfigs(): void;|@ohos.wifiManager.d.ts|
|新增|NA|类名:wifiManager<br>方法or属性:function removeDeviceConfig(networkId: number): void;|@ohos.wifiManager.d.ts|
|新增|NA|类名:wifiManager<br>方法or属性:function isBandTypeSupported(bandType: WifiBandType): boolean;|@ohos.wifiManager.d.ts|
|新增|NA|类名:wifiManager<br>方法or属性:function get5GChannelList(): Array\<number>;|@ohos.wifiManager.d.ts|
|新增|NA|类名:wifiManager<br>方法or属性:function getHotspotStations(): Array\<StationInfo>;|@ohos.wifiManager.d.ts|
|新增|NA|类名:wifiManager<br>方法or属性:function getCurrentP2pGroup(): Promise\<WifiP2pGroupInfo>;|@ohos.wifiManager.d.ts|
|新增|NA|类名:wifiManager<br>方法or属性:function getCurrentP2pGroup(callback: AsyncCallback\<WifiP2pGroupInfo>): void;|@ohos.wifiManager.d.ts|
|新增|NA|类名:wifiManager<br>方法or属性:function createP2pGroup(config: WifiP2PConfig): void;|@ohos.wifiManager.d.ts|
|新增|NA|类名:wifiManager<br>方法or属性:function removeP2pGroup(): void;|@ohos.wifiManager.d.ts|
|新增|NA|类名:wifiManager<br>方法or属性:function startDiscoverP2pDevices(): void;|@ohos.wifiManager.d.ts|
|新增|NA|类名:wifiManager<br>方法or属性:function stopDiscoverP2pDevices(): void;|@ohos.wifiManager.d.ts|
|新增|NA|类名:wifiManager<br>方法or属性:function deletePersistentP2pGroup(netId: number): void;|@ohos.wifiManager.d.ts|
|新增|NA|类名:wifiManager<br>方法or属性:function setP2pDeviceName(devName: string): void;|@ohos.wifiManager.d.ts|
|新增|NA|模块名: ohos.wifiManager<br>类名: WifiBandType|@ohos.wifiManager.d.ts|
|新增|NA|类名:WifiBandType<br>方法or属性:|@ohos.wifiManager.d.ts|
|新增|NA|模块名: ohos.wifiManager<br>类名: WifiBandType<br>方法 or 属性:WIFI_BAND_NONE|@ohos.wifiManager.d.ts|
|新增|NA|类名:WifiBandType<br>方法or属性:WIFI_BAND_NONE|@ohos.wifiManager.d.ts|
|新增|NA|模块名: ohos.wifiManager<br>类名: WifiBandType<br>方法 or 属性:WIFI_BAND_2G|@ohos.wifiManager.d.ts|
|新增|NA|类名:WifiBandType<br>方法or属性:WIFI_BAND_2G|@ohos.wifiManager.d.ts|
|新增|NA|模块名: ohos.wifiManager<br>类名: WifiBandType<br>方法 or 属性:WIFI_BAND_5G|@ohos.wifiManager.d.ts|
|新增|NA|类名:WifiBandType<br>方法or属性:WIFI_BAND_5G|@ohos.wifiManager.d.ts|
|新增|NA|模块名: ohos.wifiManager<br>类名: WifiBandType<br>方法 or 属性:WIFI_BAND_6G|@ohos.wifiManager.d.ts|
|新增|NA|类名:WifiBandType<br>方法or属性:WIFI_BAND_6G|@ohos.wifiManager.d.ts|
|新增|NA|模块名: ohos.wifiManager<br>类名: WifiBandType<br>方法 or 属性:WIFI_BAND_60G|@ohos.wifiManager.d.ts|
|新增|NA|类名:WifiBandType<br>方法or属性:WIFI_BAND_60G|@ohos.wifiManager.d.ts|
|新增|NA|模块名: ohos.wifiManager<br>类名: WifiStandard|@ohos.wifiManager.d.ts|
|新增|NA|类名:WifiStandard<br>方法or属性:|@ohos.wifiManager.d.ts|
|新增|NA|模块名: ohos.wifiManager<br>类名: WifiStandard<br>方法 or 属性:WIFI_STANDARD_UNDEFINED|@ohos.wifiManager.d.ts|
|新增|NA|类名:WifiStandard<br>方法or属性:WIFI_STANDARD_UNDEFINED|@ohos.wifiManager.d.ts|
|新增|NA|模块名: ohos.wifiManager<br>类名: WifiStandard<br>方法 or 属性:WIFI_STANDARD_11A|@ohos.wifiManager.d.ts|
|新增|NA|类名:WifiStandard<br>方法or属性:WIFI_STANDARD_11A|@ohos.wifiManager.d.ts|
|新增|NA|模块名: ohos.wifiManager<br>类名: WifiStandard<br>方法 or 属性:WIFI_STANDARD_11B|@ohos.wifiManager.d.ts|
|新增|NA|类名:WifiStandard<br>方法or属性:WIFI_STANDARD_11B|@ohos.wifiManager.d.ts|
|新增|NA|模块名: ohos.wifiManager<br>类名: WifiStandard<br>方法 or 属性:WIFI_STANDARD_11G|@ohos.wifiManager.d.ts|
|新增|NA|类名:WifiStandard<br>方法or属性:WIFI_STANDARD_11G|@ohos.wifiManager.d.ts|
|新增|NA|模块名: ohos.wifiManager<br>类名: WifiStandard<br>方法 or 属性:WIFI_STANDARD_11N|@ohos.wifiManager.d.ts|
|新增|NA|类名:WifiStandard<br>方法or属性:WIFI_STANDARD_11N|@ohos.wifiManager.d.ts|
|新增|NA|模块名: ohos.wifiManager<br>类名: WifiStandard<br>方法 or 属性:WIFI_STANDARD_11AC|@ohos.wifiManager.d.ts|
|新增|NA|类名:WifiStandard<br>方法or属性:WIFI_STANDARD_11AC|@ohos.wifiManager.d.ts|
|新增|NA|模块名: ohos.wifiManager<br>类名: WifiStandard<br>方法 or 属性:WIFI_STANDARD_11AX|@ohos.wifiManager.d.ts|
|新增|NA|类名:WifiStandard<br>方法or属性:WIFI_STANDARD_11AX|@ohos.wifiManager.d.ts|
|新增|NA|模块名: ohos.wifiManager<br>类名: WifiStandard<br>方法 or 属性:WIFI_STANDARD_11AD|@ohos.wifiManager.d.ts|
|新增|NA|类名:WifiStandard<br>方法or属性:WIFI_STANDARD_11AD|@ohos.wifiManager.d.ts|
|新增|NA|模块名: ohos.wifiManager<br>类名: WifiLinkedInfo<br>方法 or 属性:rxLinkSpeed: number;|@ohos.wifiManager.d.ts|
|新增|NA|类名:WifiLinkedInfo<br>方法or属性:rxLinkSpeed: number;|@ohos.wifiManager.d.ts|
|新增|NA|模块名: ohos.wifiManager<br>类名: WifiLinkedInfo<br>方法 or 属性:maxSupportedTxLinkSpeed: number;|@ohos.wifiManager.d.ts|
|新增|NA|类名:WifiLinkedInfo<br>方法or属性:maxSupportedTxLinkSpeed: number;|@ohos.wifiManager.d.ts|
|新增|NA|模块名: ohos.wifiManager<br>类名: WifiLinkedInfo<br>方法 or 属性:maxSupportedRxLinkSpeed: number;|@ohos.wifiManager.d.ts|
|新增|NA|类名:WifiLinkedInfo<br>方法or属性:maxSupportedRxLinkSpeed: number;|@ohos.wifiManager.d.ts|
|新增|NA|模块名: ohos.wifiManager<br>类名: WifiLinkedInfo<br>方法 or 属性:channelWidth: WifiChannelWidth;|@ohos.wifiManager.d.ts|
|新增|NA|类名:WifiLinkedInfo<br>方法or属性:channelWidth: WifiChannelWidth;|@ohos.wifiManager.d.ts|
|新增|NA|模块名: ohos.wifiManager<br>类名: WifiLinkedInfo<br>方法 or 属性:wifiStandard: WifiStandard;|@ohos.wifiManager.d.ts|
|新增|NA|类名:WifiLinkedInfo<br>方法or属性:wifiStandard: WifiStandard;|@ohos.wifiManager.d.ts|
|新增|NA|模块名: ohos.wifiManager<br>类名: HotspotConfig<br>方法 or 属性:channel: number;|@ohos.wifiManager.d.ts|
|新增|NA|类名:HotspotConfig<br>方法or属性:channel: number;|@ohos.wifiManager.d.ts|
|删除|模块名:ohos.wifiManager<br>类名:wifiManager<br>方法 or 属性:function getScanResults(): Promise\<Array\<WifiScanInfo>>;|NA|@ohos.wifiManager.d.ts|
|删除|模块名:ohos.wifiManager<br>类名:wifiManager<br>方法 or 属性:function getScanResults(callback: AsyncCallback\<Array\<WifiScanInfo>>): void;|NA|@ohos.wifiManager.d.ts|
|删除|模块名:ohos.wifiManager<br>类名:wifiManager<br>方法 or 属性:function getScanResultsSync(): Array\<WifiScanInfo>;|NA|@ohos.wifiManager.d.ts|
|删除|模块名:ohos.wifiManager<br>类名:wifiManager<br>方法 or 属性:function updateNetwork(config: WifiDeviceConfig): number;|NA|@ohos.wifiManager.d.ts|
|删除|模块名:ohos.wifiManager<br>类名:wifiManager<br>方法 or 属性:function disableNetwork(netId: number): void;|NA|@ohos.wifiManager.d.ts|
|删除|模块名:ohos.wifiManager<br>类名:wifiManager<br>方法 or 属性:function removeAllNetwork(): void;|NA|@ohos.wifiManager.d.ts|
|删除|模块名:ohos.wifiManager<br>类名:wifiManager<br>方法 or 属性:function removeDevice(id: number): void;|NA|@ohos.wifiManager.d.ts|
|删除|模块名:ohos.wifiManager<br>类名:wifiManager<br>方法 or 属性:function getStations(): Array\<StationInfo>;|NA|@ohos.wifiManager.d.ts|
|删除|模块名:ohos.wifiManager<br>类名:wifiManager<br>方法 or 属性:function getCurrentGroup(): Promise\<WifiP2pGroupInfo>;|NA|@ohos.wifiManager.d.ts|
|删除|模块名:ohos.wifiManager<br>类名:wifiManager<br>方法 or 属性:function getCurrentGroup(callback: AsyncCallback\<WifiP2pGroupInfo>): void;|NA|@ohos.wifiManager.d.ts|
|删除|模块名:ohos.wifiManager<br>类名:wifiManager<br>方法 or 属性:function createGroup(config: WifiP2PConfig): void;|NA|@ohos.wifiManager.d.ts|
|删除|模块名:ohos.wifiManager<br>类名:wifiManager<br>方法 or 属性:function removeGroup(): void;|NA|@ohos.wifiManager.d.ts|
|删除|模块名:ohos.wifiManager<br>类名:wifiManager<br>方法 or 属性:function startDiscoverDevices(): void;|NA|@ohos.wifiManager.d.ts|
|删除|模块名:ohos.wifiManager<br>类名:wifiManager<br>方法 or 属性:function stopDiscoverDevices(): void;|NA|@ohos.wifiManager.d.ts|
|删除|模块名:ohos.wifiManager<br>类名:wifiManager<br>方法 or 属性:function deletePersistentGroup(netId: number): void;|NA|@ohos.wifiManager.d.ts|
|删除|模块名:ohos.wifiManager<br>类名:wifiManager<br>方法 or 属性:function setDeviceName(devName: string): void;|NA|@ohos.wifiManager.d.ts|
|权限有变化|类名:wifiManager<br>方法 or 属性:function scan(): void;<br>权限:ohos.permission.SET_WIFI_INFO and ohos.permission.LOCATION|类名:wifiManager<br>方法 or 属性:function scan(): void;<br>权限:ohos.permission.SET_WIFI_INFO and ohos.permission.LOCATION and ohos.permission.APPROXIMATELY_LOCATION|@ohos.wifiManager.d.ts|
|权限有变化|类名:wifiManager<br>方法 or 属性:function getCandidateConfigs(): Array\<WifiDeviceConfig>;<br>权限:ohos.permission.GET_WIFI_INFO and ohos.permission.LOCATION|类名:wifiManager<br>方法 or 属性:function getCandidateConfigs(): Array\<WifiDeviceConfig>;<br>权限:ohos.permission.GET_WIFI_INFO and ohos.permission.LOCATION and ohos.permission.APPROXIMATELY_LOCATION|@ohos.wifiManager.d.ts|
|权限有变化|类名:wifiManager<br>方法 or 属性:function getDeviceConfigs(): Array\<WifiDeviceConfig>;<br>权限:ohos.permission.GET_WIFI_INFO and ohos.permission.LOCATION and ohos.permission.GET_WIFI_CONFIG|类名:wifiManager<br>方法 or 属性:function getDeviceConfigs(): Array\<WifiDeviceConfig>;<br>权限:ohos.permission.GET_WIFI_INFO and ohos.permission.LOCATION and ohos.permission.APPROXIMATELY_LOCATION and ohos.permission.GET_WIFI_CONFIG|@ohos.wifiManager.d.ts|
|权限有变化|类名:wifiManager<br>方法 or 属性:function getP2pPeerDevices(): Promise\<WifiP2pDevice[]>;<br>权限:ohos.permission.GET_WIFI_INFO and ohos.permission.LOCATION|类名:wifiManager<br>方法 or 属性:function getP2pPeerDevices(): Promise\<WifiP2pDevice[]>;<br>权限:ohos.permission.GET_WIFI_INFO and ohos.permission.LOCATION and ohos.permission.APPROXIMATELY_LOCATION|@ohos.wifiManager.d.ts|
|权限有变化|类名:wifiManager<br>方法 or 属性:function getP2pPeerDevices(callback: AsyncCallback\<WifiP2pDevice[]>): void;<br>权限:ohos.permission.GET_WIFI_INFO and ohos.permission.LOCATION|类名:wifiManager<br>方法 or 属性:function getP2pPeerDevices(callback: AsyncCallback\<WifiP2pDevice[]>): void;<br>权限:ohos.permission.GET_WIFI_INFO and ohos.permission.LOCATION and ohos.permission.APPROXIMATELY_LOCATION|@ohos.wifiManager.d.ts|
|权限有变化|类名:wifiManager<br>方法 or 属性:function p2pConnect(config: WifiP2PConfig): void;<br>权限:ohos.permission.GET_WIFI_INFO and ohos.permission.LOCATION|类名:wifiManager<br>方法 or 属性:function p2pConnect(config: WifiP2PConfig): void;<br>权限:ohos.permission.GET_WIFI_INFO and ohos.permission.LOCATION and ohos.permission.APPROXIMATELY_LOCATION|@ohos.wifiManager.d.ts|
|权限有变化|类名:wifiManager<br>方法 or 属性:function getP2pGroups(): Promise\<Array\<WifiP2pGroupInfo>>;<br>权限:ohos.permission.GET_WIFI_INFO and ohos.permission.LOCATION|类名:wifiManager<br>方法 or 属性:function getP2pGroups(): Promise\<Array\<WifiP2pGroupInfo>>;<br>权限:ohos.permission.GET_WIFI_INFO and ohos.permission.LOCATION and ohos.permission.APPROXIMATELY_LOCATION|@ohos.wifiManager.d.ts|
|权限有变化|类名:wifiManager<br>方法 or 属性:function getP2pGroups(callback: AsyncCallback\<Array\<WifiP2pGroupInfo>>): void;<br>权限:ohos.permission.GET_WIFI_INFO and ohos.permission.LOCATION|类名:wifiManager<br>方法 or 属性:function getP2pGroups(callback: AsyncCallback\<Array\<WifiP2pGroupInfo>>): void;<br>权限:ohos.permission.GET_WIFI_INFO and ohos.permission.LOCATION and ohos.permission.APPROXIMATELY_LOCATION|@ohos.wifiManager.d.ts|
|权限有变化|类名:wifiManager<br>方法 or 属性:function on(type: "p2pDeviceChange", callback: Callback\<WifiP2pDevice>): void;<br>权限:ohos.permission.GET_WIFI_INFO and ohos.permission.LOCATION|类名:wifiManager<br>方法 or 属性:function on(type: "p2pDeviceChange", callback: Callback\<WifiP2pDevice>): void;<br>权限:ohos.permission.GET_WIFI_INFO and ohos.permission.LOCATION and ohos.permission.APPROXIMATELY_LOCATION|@ohos.wifiManager.d.ts|
|权限有变化|类名:wifiManager<br>方法 or 属性:function off(type: "p2pDeviceChange", callback?: Callback\<WifiP2pDevice>): void;<br>权限:ohos.permission.LOCATION|类名:wifiManager<br>方法 or 属性:function off(type: "p2pDeviceChange", callback?: Callback\<WifiP2pDevice>): void;<br>权限:ohos.permission.LOCATION and ohos.permission.APPROXIMATELY_LOCATION|@ohos.wifiManager.d.ts|
|权限有变化|类名:wifiManager<br>方法 or 属性:function on(type: "p2pPeerDeviceChange", callback: Callback\<WifiP2pDevice[]>): void;<br>权限:ohos.permission.GET_WIFI_INFO and ohos.permission.LOCATION|类名:wifiManager<br>方法 or 属性:function on(type: "p2pPeerDeviceChange", callback: Callback\<WifiP2pDevice[]>): void;<br>权限:ohos.permission.GET_WIFI_INFO and ohos.permission.LOCATION and ohos.permission.APPROXIMATELY_LOCATION|@ohos.wifiManager.d.ts|
|权限有变化|类名:wifiManager<br>方法 or 属性:function off(type: "p2pPeerDeviceChange", callback?: Callback\<WifiP2pDevice[]>): void;<br>权限:ohos.permission.LOCATION|类名:wifiManager<br>方法 or 属性:function off(type: "p2pPeerDeviceChange", callback?: Callback\<WifiP2pDevice[]>): void;<br>权限:ohos.permission.LOCATION and ohos.permission.APPROXIMATELY_LOCATION|@ohos.wifiManager.d.ts|
| 操作 | 旧版本 | 新版本 | d.ts文件 |
| ---- | ------ | ------ | -------- |
|新增|NA|模块名: global<br>类名: console<br>方法 or 属性:static assert(value?: Object, ...arguments: Object[]): void;|global.d.ts|
|新增|NA|类名:console<br>方法or属性:static assert(value?: Object, ...arguments: Object[]): void;|global.d.ts|
|新增|NA|模块名: global<br>类名: console<br>方法 or 属性:static count(label?: string): void;|global.d.ts|
|新增|NA|类名:console<br>方法or属性:static count(label?: string): void;|global.d.ts|
|新增|NA|模块名: global<br>类名: console<br>方法 or 属性:static countReset(label?: string): void;|global.d.ts|
|新增|NA|类名:console<br>方法or属性:static countReset(label?: string): void;|global.d.ts|
|新增|NA|模块名: global<br>类名: console<br>方法 or 属性:static dir(dir?: Object): void;|global.d.ts|
|新增|NA|类名:console<br>方法or属性:static dir(dir?: Object): void;|global.d.ts|
|新增|NA|模块名: global<br>类名: console<br>方法 or 属性:static dirxml(...arguments: Object[]): void;|global.d.ts|
|新增|NA|类名:console<br>方法or属性:static dirxml(...arguments: Object[]): void;|global.d.ts|
|新增|NA|模块名: global<br>类名: console<br>方法 or 属性:static group(...arguments: Object[]): void;|global.d.ts|
|新增|NA|类名:console<br>方法or属性:static group(...arguments: Object[]): void;|global.d.ts|
|新增|NA|模块名: global<br>类名: console<br>方法 or 属性:static groupCollapsed(...arguments: Object[]): void;|global.d.ts|
|新增|NA|类名:console<br>方法or属性:static groupCollapsed(...arguments: Object[]): void;|global.d.ts|
|新增|NA|模块名: global<br>类名: console<br>方法 or 属性:static groupEnd(): void;|global.d.ts|
|新增|NA|类名:console<br>方法or属性:static groupEnd(): void;|global.d.ts|
|新增|NA|模块名: global<br>类名: console<br>方法 or 属性:static table(tableData?: Object): void;|global.d.ts|
|新增|NA|类名:console<br>方法or属性:static table(tableData?: Object): void;|global.d.ts|
|新增|NA|模块名: global<br>类名: console<br>方法 or 属性:static time(label?: string): void;|global.d.ts|
|新增|NA|类名:console<br>方法or属性:static time(label?: string): void;|global.d.ts|
|新增|NA|模块名: global<br>类名: console<br>方法 or 属性:static timeEnd(label?: string): void;|global.d.ts|
|新增|NA|类名:console<br>方法or属性:static timeEnd(label?: string): void;|global.d.ts|
|新增|NA|模块名: global<br>类名: console<br>方法 or 属性:static timeLog(label?: string, ...arguments: Object[]): void;|global.d.ts|
|新增|NA|类名:console<br>方法or属性:static timeLog(label?: string, ...arguments: Object[]): void;|global.d.ts|
|新增|NA|模块名: global<br>类名: console<br>方法 or 属性:static trace(...arguments: Object[]): void;|global.d.ts|
|新增|NA|类名:console<br>方法or属性:static trace(...arguments: Object[]): void;|global.d.ts|
|起始版本有变化|类名:LRUCache<br>方法 or 属性:keys(): K[];<br>起始版本:N/A|类名:LRUCache<br>方法 or 属性:keys(): K[];<br>起始版本:9|@ohos.util.d.ts|
|起始版本有变化|类名:WorkerEventListener<br>方法 or 属性:(event: Event): void \| Promise\<void>;<br>起始版本:9|类名:WorkerEventListener<br>方法 or 属性:(event: Event): void \| Promise\<void>;<br>起始版本:10|@ohos.worker.d.ts|
|起始版本有变化|类名:WorkerEventTarget<br>方法 or 属性:addEventListener(type: string, listener: WorkerEventListener): void;<br>起始版本:9|类名:WorkerEventTarget<br>方法 or 属性:addEventListener(type: string, listener: WorkerEventListener): void;<br>起始版本:10|@ohos.worker.d.ts|
|起始版本有变化|类名:ThreadWorkerGlobalScope<br>方法 or 属性:onmessage?: (this: ThreadWorkerGlobalScope, ev: MessageEvents) => void;<br>起始版本:9|类名:ThreadWorkerGlobalScope<br>方法 or 属性:onmessage?: (this: ThreadWorkerGlobalScope, ev: MessageEvents) => void;<br>起始版本:10|@ohos.worker.d.ts|
|起始版本有变化|类名:ThreadWorkerGlobalScope<br>方法 or 属性:onmessageerror?: (this: ThreadWorkerGlobalScope, ev: MessageEvents) => void;<br>起始版本:9|类名:ThreadWorkerGlobalScope<br>方法 or 属性:onmessageerror?: (this: ThreadWorkerGlobalScope, ev: MessageEvents) => void;<br>起始版本:10|@ohos.worker.d.ts|
|起始版本有变化|类名:ThreadWorker<br>方法 or 属性:onexit?: (code: number) => void;<br>起始版本:9|类名:ThreadWorker<br>方法 or 属性:onexit?: (code: number) => void;<br>起始版本:10|@ohos.worker.d.ts|
|起始版本有变化|类名:ThreadWorker<br>方法 or 属性:onerror?: (err: ErrorEvent) => void;<br>起始版本:9|类名:ThreadWorker<br>方法 or 属性:onerror?: (err: ErrorEvent) => void;<br>起始版本:10|@ohos.worker.d.ts|
|起始版本有变化|类名:ThreadWorker<br>方法 or 属性:onmessage?: (event: MessageEvents) => void;<br>起始版本:9|类名:ThreadWorker<br>方法 or 属性:onmessage?: (event: MessageEvents) => void;<br>起始版本:10|@ohos.worker.d.ts|
|起始版本有变化|类名:ThreadWorker<br>方法 or 属性:onmessageerror?: (event: MessageEvents) => void;<br>起始版本:9|类名:ThreadWorker<br>方法 or 属性:onmessageerror?: (event: MessageEvents) => void;<br>起始版本:10|@ohos.worker.d.ts|
|起始版本有变化|类名:ThreadWorker<br>方法 or 属性:on(type: string, listener: WorkerEventListener): void;<br>起始版本:9|类名:ThreadWorker<br>方法 or 属性:on(type: string, listener: WorkerEventListener): void;<br>起始版本:10|@ohos.worker.d.ts|
|起始版本有变化|类名:ThreadWorker<br>方法 or 属性:once(type: string, listener: WorkerEventListener): void;<br>起始版本:9|类名:ThreadWorker<br>方法 or 属性:once(type: string, listener: WorkerEventListener): void;<br>起始版本:10|@ohos.worker.d.ts|
|起始版本有变化|类名:ThreadWorker<br>方法 or 属性:off(type: string, listener?: WorkerEventListener): void;<br>起始版本:9|类名:ThreadWorker<br>方法 or 属性:off(type: string, listener?: WorkerEventListener): void;<br>起始版本:10|@ohos.worker.d.ts|
|起始版本有变化|类名:ThreadWorker<br>方法 or 属性:addEventListener(type: string, listener: WorkerEventListener): void;<br>起始版本:9|类名:ThreadWorker<br>方法 or 属性:addEventListener(type: string, listener: WorkerEventListener): void;<br>起始版本:10|@ohos.worker.d.ts|
|函数有变化|类名:RationalNumber<br>方法 or 属性:static createRationalFromString(rationalString: string): RationalNumber​;<br>|类名:RationalNumber<br>方法 or 属性:static createRationalFromString(rationalString: string): RationalNumber;<br>|@ohos.util.d.ts|
| 操作 | 旧版本 | 新版本 | d.ts文件 |
| ---- | ------ | ------ | -------- |
|新增|NA|模块名: ohos.enterprise.accountManager<br>类名: accountManager|@ohos.enterprise.accountManager.d.ts|
|新增|NA|模块名: ohos.enterprise.accountManager<br>类名: accountManager<br>方法 or 属性: function disallowAddLocalAccount(admin: Want, disallow: boolean, callback: AsyncCallback\<void>): void;|@ohos.enterprise.accountManager.d.ts|
|新增|NA|模块名: ohos.enterprise.accountManager<br>类名: accountManager<br>方法 or 属性: function disallowAddLocalAccount(admin: Want, disallow: boolean): Promise\<void>;|@ohos.enterprise.accountManager.d.ts|
|新增|NA|类名:ManagedEvent<br>方法or属性:MANAGED_EVENT_APP_START = 2|@ohos.enterprise.adminManager.d.ts|
|新增|NA|类名:ManagedEvent<br>方法or属性:MANAGED_EVENT_APP_STOP = 3|@ohos.enterprise.adminManager.d.ts|
|新增|NA|模块名: ohos.enterprise.applicationManager<br>类名: applicationManager|@ohos.enterprise.applicationManager.d.ts|
|新增|NA|模块名: ohos.enterprise.applicationManager<br>类名: applicationManager<br>方法 or 属性: function addDisallowedRunningBundles(admin: Want, appIds: Array\<string>, callback: AsyncCallback\<void>): void;|@ohos.enterprise.applicationManager.d.ts|
|新增|NA|模块名: ohos.enterprise.applicationManager<br>类名: applicationManager<br>方法 or 属性: function addDisallowedRunningBundles(admin: Want, appIds: Array\<string>, userId: number, callback: AsyncCallback\<void>): void;|@ohos.enterprise.applicationManager.d.ts|
|新增|NA|模块名: ohos.enterprise.applicationManager<br>类名: applicationManager<br>方法 or 属性: function addDisallowedRunningBundles(admin: Want, appIds: Array\<string>, userId?: number): Promise\<void>;|@ohos.enterprise.applicationManager.d.ts|
|新增|NA|模块名: ohos.enterprise.applicationManager<br>类名: applicationManager<br>方法 or 属性: function removeDisallowedRunningBundles(admin: Want, appIds: Array\<string>, callback: AsyncCallback\<void>): void;|@ohos.enterprise.applicationManager.d.ts|
|新增|NA|模块名: ohos.enterprise.applicationManager<br>类名: applicationManager<br>方法 or 属性: function removeDisallowedRunningBundles(admin: Want, appIds: Array\<string>, userId: number, callback: AsyncCallback\<void>): void;|@ohos.enterprise.applicationManager.d.ts|
|新增|NA|模块名: ohos.enterprise.applicationManager<br>类名: applicationManager<br>方法 or 属性: function removeDisallowedRunningBundles(admin: Want, appIds: Array\<string>, userId?: number): Promise\<void>;|@ohos.enterprise.applicationManager.d.ts|
|新增|NA|模块名: ohos.enterprise.applicationManager<br>类名: applicationManager<br>方法 or 属性: function getDisallowedRunningBundles(admin: Want, callback: AsyncCallback\<Array\<string>>): void;|@ohos.enterprise.applicationManager.d.ts|
|新增|NA|模块名: ohos.enterprise.applicationManager<br>类名: applicationManager<br>方法 or 属性: function getDisallowedRunningBundles(admin: Want, userId: number, callback: AsyncCallback\<Array\<string>>): void;|@ohos.enterprise.applicationManager.d.ts|
|新增|NA|模块名: ohos.enterprise.applicationManager<br>类名: applicationManager<br>方法 or 属性: function getDisallowedRunningBundles(admin: Want, userId?: number): Promise\<Array\<string>>;|@ohos.enterprise.applicationManager.d.ts|
|新增|NA|模块名: ohos.enterprise.bundleManager<br>类名: bundleManager|@ohos.enterprise.bundleManager.d.ts|
|新增|NA|模块名: ohos.enterprise.bundleManager<br>类名: bundleManager<br>方法 or 属性: function addAllowedInstallBundles(admin: Want, appIds: Array\<string>, callback: AsyncCallback\<void>): void;|@ohos.enterprise.bundleManager.d.ts|
|新增|NA|模块名: ohos.enterprise.bundleManager<br>类名: bundleManager<br>方法 or 属性: function addAllowedInstallBundles(admin: Want, appIds: Array\<string>, userId: number, callback: AsyncCallback\<void>): void;|@ohos.enterprise.bundleManager.d.ts|
|新增|NA|模块名: ohos.enterprise.bundleManager<br>类名: bundleManager<br>方法 or 属性: function addAllowedInstallBundles(admin: Want, appIds: Array\<string>, userId?: number): Promise\<void>;|@ohos.enterprise.bundleManager.d.ts|
|新增|NA|模块名: ohos.enterprise.bundleManager<br>类名: bundleManager<br>方法 or 属性: function removeAllowedInstallBundles(admin: Want, appIds: Array\<string>, callback: AsyncCallback\<void>): void;|@ohos.enterprise.bundleManager.d.ts|
|新增|NA|模块名: ohos.enterprise.bundleManager<br>类名: bundleManager<br>方法 or 属性: function removeAllowedInstallBundles(admin: Want, appIds: Array\<string>, userId: number, callback: AsyncCallback\<void>): void;|@ohos.enterprise.bundleManager.d.ts|
|新增|NA|模块名: ohos.enterprise.bundleManager<br>类名: bundleManager<br>方法 or 属性: function removeAllowedInstallBundles(admin: Want, appIds: Array\<string>, userId?: number): Promise\<void>;|@ohos.enterprise.bundleManager.d.ts|
|新增|NA|模块名: ohos.enterprise.bundleManager<br>类名: bundleManager<br>方法 or 属性: function getAllowedInstallBundles(admin: Want, callback: AsyncCallback\<Array\<string>>): void;|@ohos.enterprise.bundleManager.d.ts|
|新增|NA|模块名: ohos.enterprise.bundleManager<br>类名: bundleManager<br>方法 or 属性: function getAllowedInstallBundles(admin: Want, userId: number, callback: AsyncCallback\<Array\<string>>): void;|@ohos.enterprise.bundleManager.d.ts|
|新增|NA|模块名: ohos.enterprise.bundleManager<br>类名: bundleManager<br>方法 or 属性: function getAllowedInstallBundles(admin: Want, userId?: number): Promise\<Array\<string>>;|@ohos.enterprise.bundleManager.d.ts|
|新增|NA|模块名: ohos.enterprise.bundleManager<br>类名: bundleManager<br>方法 or 属性: function addDisallowedInstallBundles(admin: Want, appIds: Array\<string>, callback: AsyncCallback\<void>): void;|@ohos.enterprise.bundleManager.d.ts|
|新增|NA|模块名: ohos.enterprise.bundleManager<br>类名: bundleManager<br>方法 or 属性: function addDisallowedInstallBundles(admin: Want, appIds: Array\<string>, userId: number, callback: AsyncCallback\<void>): void;|@ohos.enterprise.bundleManager.d.ts|
|新增|NA|模块名: ohos.enterprise.bundleManager<br>类名: bundleManager<br>方法 or 属性: function addDisallowedInstallBundles(admin: Want, appIds: Array\<string>, userId?: number): Promise\<void>;|@ohos.enterprise.bundleManager.d.ts|
|新增|NA|模块名: ohos.enterprise.bundleManager<br>类名: bundleManager<br>方法 or 属性: function removeDisallowedInstallBundles(admin: Want, appIds: Array\<string>, callback: AsyncCallback\<void>): void;|@ohos.enterprise.bundleManager.d.ts|
|新增|NA|模块名: ohos.enterprise.bundleManager<br>类名: bundleManager<br>方法 or 属性: function removeDisallowedInstallBundles(admin: Want, appIds: Array\<string>, userId: number, callback: AsyncCallback\<void>): void;|@ohos.enterprise.bundleManager.d.ts|
|新增|NA|模块名: ohos.enterprise.bundleManager<br>类名: bundleManager<br>方法 or 属性: function removeDisallowedInstallBundles(admin: Want, appIds: Array\<string>, userId?: number): Promise\<void>;|@ohos.enterprise.bundleManager.d.ts|
|新增|NA|模块名: ohos.enterprise.bundleManager<br>类名: bundleManager<br>方法 or 属性: function getDisallowedInstallBundles(admin: Want, callback: AsyncCallback\<Array\<string>>): void;|@ohos.enterprise.bundleManager.d.ts|
|新增|NA|模块名: ohos.enterprise.bundleManager<br>类名: bundleManager<br>方法 or 属性: function getDisallowedInstallBundles(admin: Want, userId: number, callback: AsyncCallback\<Array\<string>>): void;|@ohos.enterprise.bundleManager.d.ts|
|新增|NA|模块名: ohos.enterprise.bundleManager<br>类名: bundleManager<br>方法 or 属性: function getDisallowedInstallBundles(admin: Want, userId?: number): Promise\<Array\<string>>;|@ohos.enterprise.bundleManager.d.ts|
|新增|NA|类名:dateTimeManager<br>方法or属性:function disallowModifyDateTime(admin: Want, disallow: boolean, callback: AsyncCallback\<void>): void;|@ohos.enterprise.dateTimeManager.d.ts|
|新增|NA|类名:dateTimeManager<br>方法or属性:function disallowModifyDateTime(admin: Want, disallow: boolean): Promise\<void>;|@ohos.enterprise.dateTimeManager.d.ts|
|新增|NA|类名:dateTimeManager<br>方法or属性:function isModifyDateTimeDisallowed(admin: Want, callback: AsyncCallback\<boolean>): void;|@ohos.enterprise.dateTimeManager.d.ts|
|新增|NA|类名:dateTimeManager<br>方法or属性:function isModifyDateTimeDisallowed(admin: Want): Promise\<boolean>;|@ohos.enterprise.dateTimeManager.d.ts|
|新增|NA|模块名: ohos.enterprise.deviceControl<br>类名: deviceControl|@ohos.enterprise.deviceControl.d.ts|
|新增|NA|模块名: ohos.enterprise.deviceControl<br>类名: deviceControl<br>方法 or 属性: function resetFactory(admin: Want, callback: AsyncCallback\<void>): void;|@ohos.enterprise.deviceControl.d.ts|
|新增|NA|模块名: ohos.enterprise.deviceControl<br>类名: deviceControl<br>方法 or 属性: function resetFactory(admin: Want): Promise\<void>;|@ohos.enterprise.deviceControl.d.ts|
|新增|NA|模块名: ohos.enterprise.deviceInfo<br>类名: deviceInfo|@ohos.enterprise.deviceInfo.d.ts|
|新增|NA|模块名: ohos.enterprise.deviceInfo<br>类名: deviceInfo<br>方法 or 属性: function getDeviceSerial(admin: Want, callback: AsyncCallback\<string>): void;|@ohos.enterprise.deviceInfo.d.ts|
|新增|NA|模块名: ohos.enterprise.deviceInfo<br>类名: deviceInfo<br>方法 or 属性: function getDeviceSerial(admin: Want): Promise\<string>;|@ohos.enterprise.deviceInfo.d.ts|
|新增|NA|模块名: ohos.enterprise.deviceInfo<br>类名: deviceInfo<br>方法 or 属性: function getDisplayVersion(admin: Want, callback: AsyncCallback\<string>): void;|@ohos.enterprise.deviceInfo.d.ts|
|新增|NA|模块名: ohos.enterprise.deviceInfo<br>类名: deviceInfo<br>方法 or 属性: function getDisplayVersion(admin: Want): Promise\<string>;|@ohos.enterprise.deviceInfo.d.ts|
|新增|NA|模块名: ohos.enterprise.deviceInfo<br>类名: deviceInfo<br>方法 or 属性: function getDeviceName(admin: Want, callback: AsyncCallback\<string>): void;|@ohos.enterprise.deviceInfo.d.ts|
|新增|NA|模块名: ohos.enterprise.deviceInfo<br>类名: deviceInfo<br>方法 or 属性: function getDeviceName(admin: Want): Promise\<string>;|@ohos.enterprise.deviceInfo.d.ts|
|新增|NA|模块名: ohos.enterprise.EnterpriseAdminExtensionAbility<br>类名: EnterpriseAdminExtensionAbility<br>方法 or 属性: onAppStart(bundleName: string): void;|@ohos.enterprise.EnterpriseAdminExtensionAbility.d.ts|
|新增|NA|模块名: ohos.enterprise.EnterpriseAdminExtensionAbility<br>类名: EnterpriseAdminExtensionAbility<br>方法 or 属性: onAppStop(bundleName: string): void;|@ohos.enterprise.EnterpriseAdminExtensionAbility.d.ts|
|新增|NA|模块名: ohos.enterprise.networkManager<br>类名: networkManager|@ohos.enterprise.networkManager.d.ts|
|新增|NA|模块名: ohos.enterprise.networkManager<br>类名: networkManager<br>方法 or 属性: function getAllNetworkInterfaces(admin: Want, callback: AsyncCallback\<Array\<string>>): void;|@ohos.enterprise.networkManager.d.ts|
|新增|NA|模块名: ohos.enterprise.networkManager<br>类名: networkManager<br>方法 or 属性: function getAllNetworkInterfaces(admin: Want): Promise\<Array\<string>>;|@ohos.enterprise.networkManager.d.ts|
|新增|NA|模块名: ohos.enterprise.networkManager<br>类名: networkManager<br>方法 or 属性: function getIpAddress(admin: Want, networkInterface: string, callback: AsyncCallback\<string>): void;|@ohos.enterprise.networkManager.d.ts|
|新增|NA|模块名: ohos.enterprise.networkManager<br>类名: networkManager<br>方法 or 属性: function getIpAddress(admin: Want, networkInterface: string): Promise\<string>;|@ohos.enterprise.networkManager.d.ts|
|新增|NA|模块名: ohos.enterprise.networkManager<br>类名: networkManager<br>方法 or 属性: function getMac(admin: Want, networkInterface: string, callback: AsyncCallback\<string>): void;|@ohos.enterprise.networkManager.d.ts|
|新增|NA|模块名: ohos.enterprise.networkManager<br>类名: networkManager<br>方法 or 属性: function getMac(admin: Want, networkInterface: string): Promise\<string>;|@ohos.enterprise.networkManager.d.ts|
|新增|NA|模块名: ohos.enterprise.networkManager<br>类名: networkManager<br>方法 or 属性: function isNetworkInterfaceDisabled(admin: Want, networkInterface: string, callback: AsyncCallback\<boolean>): void;|@ohos.enterprise.networkManager.d.ts|
|新增|NA|模块名: ohos.enterprise.networkManager<br>类名: networkManager<br>方法 or 属性: function isNetworkInterfaceDisabled(admin: Want, networkInterface: string): Promise\<boolean>;|@ohos.enterprise.networkManager.d.ts|
|新增|NA|模块名: ohos.enterprise.networkManager<br>类名: networkManager<br>方法 or 属性: function setNetworkInterfaceDisabled(admin: Want, networkInterface: string, isDisabled: boolean, callback: AsyncCallback\<void>): void;|@ohos.enterprise.networkManager.d.ts|
|新增|NA|模块名: ohos.enterprise.networkManager<br>类名: networkManager<br>方法 or 属性: function setNetworkInterfaceDisabled(admin: Want, networkInterface: string, isDisabled: boolean): Promise\<void>;|@ohos.enterprise.networkManager.d.ts|
|新增|NA|模块名: ohos.enterprise.wifiManager<br>类名: wifiManager|@ohos.enterprise.wifiManager.d.ts|
|新增|NA|模块名: ohos.enterprise.wifiManager<br>类名: WifiSecurityType|@ohos.enterprise.wifiManager.d.ts|
|新增|NA|模块名: ohos.enterprise.wifiManager<br>类名: WifiSecurityType<br>方法 or 属性: WIFI_SEC_TYPE_INVALID = 0|@ohos.enterprise.wifiManager.d.ts|
|新增|NA|模块名: ohos.enterprise.wifiManager<br>类名: WifiSecurityType<br>方法 or 属性: WIFI_SEC_TYPE_OPEN = 1|@ohos.enterprise.wifiManager.d.ts|
|新增|NA|模块名: ohos.enterprise.wifiManager<br>类名: WifiSecurityType<br>方法 or 属性: WIFI_SEC_TYPE_WEP = 2|@ohos.enterprise.wifiManager.d.ts|
|新增|NA|模块名: ohos.enterprise.wifiManager<br>类名: WifiSecurityType<br>方法 or 属性: WIFI_SEC_TYPE_PSK = 3|@ohos.enterprise.wifiManager.d.ts|
|新增|NA|模块名: ohos.enterprise.wifiManager<br>类名: WifiSecurityType<br>方法 or 属性: WIFI_SEC_TYPE_SAE = 4|@ohos.enterprise.wifiManager.d.ts|
|新增|NA|模块名: ohos.enterprise.wifiManager<br>类名: WifiSecurityType<br>方法 or 属性: WIFI_SEC_TYPE_EAP = 5|@ohos.enterprise.wifiManager.d.ts|
|新增|NA|模块名: ohos.enterprise.wifiManager<br>类名: WifiSecurityType<br>方法 or 属性: WIFI_SEC_TYPE_EAP_SUITE_B = 6|@ohos.enterprise.wifiManager.d.ts|
|新增|NA|模块名: ohos.enterprise.wifiManager<br>类名: WifiSecurityType<br>方法 or 属性: WIFI_SEC_TYPE_OWE = 7|@ohos.enterprise.wifiManager.d.ts|
|新增|NA|模块名: ohos.enterprise.wifiManager<br>类名: WifiSecurityType<br>方法 or 属性: WIFI_SEC_TYPE_WAPI_CERT = 8|@ohos.enterprise.wifiManager.d.ts|
|新增|NA|模块名: ohos.enterprise.wifiManager<br>类名: WifiSecurityType<br>方法 or 属性: WIFI_SEC_TYPE_WAPI_PSK = 9|@ohos.enterprise.wifiManager.d.ts|
|新增|NA|模块名: ohos.enterprise.wifiManager<br>类名: IpType|@ohos.enterprise.wifiManager.d.ts|
|新增|NA|模块名: ohos.enterprise.wifiManager<br>类名: IpType<br>方法 or 属性: STATIC|@ohos.enterprise.wifiManager.d.ts|
|新增|NA|模块名: ohos.enterprise.wifiManager<br>类名: IpType<br>方法 or 属性: DHCP|@ohos.enterprise.wifiManager.d.ts|
|新增|NA|模块名: ohos.enterprise.wifiManager<br>类名: IpType<br>方法 or 属性: UNKNOWN|@ohos.enterprise.wifiManager.d.ts|
|新增|NA|模块名: ohos.enterprise.wifiManager<br>类名: IpProfile|@ohos.enterprise.wifiManager.d.ts|
|新增|NA|模块名: ohos.enterprise.wifiManager<br>类名: IpProfile<br>方法 or 属性: ipAddress: number;|@ohos.enterprise.wifiManager.d.ts|
|新增|NA|模块名: ohos.enterprise.wifiManager<br>类名: IpProfile<br>方法 or 属性: gateway: number;|@ohos.enterprise.wifiManager.d.ts|
|新增|NA|模块名: ohos.enterprise.wifiManager<br>类名: IpProfile<br>方法 or 属性: prefixLength: number;|@ohos.enterprise.wifiManager.d.ts|
|新增|NA|模块名: ohos.enterprise.wifiManager<br>类名: IpProfile<br>方法 or 属性: dnsServers: number[];|@ohos.enterprise.wifiManager.d.ts|
|新增|NA|模块名: ohos.enterprise.wifiManager<br>类名: IpProfile<br>方法 or 属性: domains: Array\<string>;|@ohos.enterprise.wifiManager.d.ts|
|新增|NA|模块名: ohos.enterprise.wifiManager<br>类名: EapMethod|@ohos.enterprise.wifiManager.d.ts|
|新增|NA|模块名: ohos.enterprise.wifiManager<br>类名: EapMethod<br>方法 or 属性: EAP_NONE|@ohos.enterprise.wifiManager.d.ts|
|新增|NA|模块名: ohos.enterprise.wifiManager<br>类名: EapMethod<br>方法 or 属性: EAP_PEAP|@ohos.enterprise.wifiManager.d.ts|
|新增|NA|模块名: ohos.enterprise.wifiManager<br>类名: EapMethod<br>方法 or 属性: EAP_TLS|@ohos.enterprise.wifiManager.d.ts|
|新增|NA|模块名: ohos.enterprise.wifiManager<br>类名: EapMethod<br>方法 or 属性: EAP_TTLS|@ohos.enterprise.wifiManager.d.ts|
|新增|NA|模块名: ohos.enterprise.wifiManager<br>类名: EapMethod<br>方法 or 属性: EAP_PWD|@ohos.enterprise.wifiManager.d.ts|
|新增|NA|模块名: ohos.enterprise.wifiManager<br>类名: EapMethod<br>方法 or 属性: EAP_SIM|@ohos.enterprise.wifiManager.d.ts|
|新增|NA|模块名: ohos.enterprise.wifiManager<br>类名: EapMethod<br>方法 or 属性: EAP_AKA|@ohos.enterprise.wifiManager.d.ts|
|新增|NA|模块名: ohos.enterprise.wifiManager<br>类名: EapMethod<br>方法 or 属性: EAP_AKA_PRIME|@ohos.enterprise.wifiManager.d.ts|
|新增|NA|模块名: ohos.enterprise.wifiManager<br>类名: EapMethod<br>方法 or 属性: EAP_UNAUTH_TLS|@ohos.enterprise.wifiManager.d.ts|
|新增|NA|模块名: ohos.enterprise.wifiManager<br>类名: Phase2Method|@ohos.enterprise.wifiManager.d.ts|
|新增|NA|模块名: ohos.enterprise.wifiManager<br>类名: Phase2Method<br>方法 or 属性: PHASE2_NONE|@ohos.enterprise.wifiManager.d.ts|
|新增|NA|模块名: ohos.enterprise.wifiManager<br>类名: Phase2Method<br>方法 or 属性: PHASE2_PAP|@ohos.enterprise.wifiManager.d.ts|
|新增|NA|模块名: ohos.enterprise.wifiManager<br>类名: Phase2Method<br>方法 or 属性: PHASE2_MSCHAP|@ohos.enterprise.wifiManager.d.ts|
|新增|NA|模块名: ohos.enterprise.wifiManager<br>类名: Phase2Method<br>方法 or 属性: PHASE2_MSCHAPV2|@ohos.enterprise.wifiManager.d.ts|
|新增|NA|模块名: ohos.enterprise.wifiManager<br>类名: Phase2Method<br>方法 or 属性: PHASE2_GTC|@ohos.enterprise.wifiManager.d.ts|
|新增|NA|模块名: ohos.enterprise.wifiManager<br>类名: Phase2Method<br>方法 or 属性: PHASE2_SIM|@ohos.enterprise.wifiManager.d.ts|
|新增|NA|模块名: ohos.enterprise.wifiManager<br>类名: Phase2Method<br>方法 or 属性: PHASE2_AKA|@ohos.enterprise.wifiManager.d.ts|
|新增|NA|模块名: ohos.enterprise.wifiManager<br>类名: Phase2Method<br>方法 or 属性: PHASE2_AKA_PRIME|@ohos.enterprise.wifiManager.d.ts|
|新增|NA|模块名: ohos.enterprise.wifiManager<br>类名: WifiEapProfile|@ohos.enterprise.wifiManager.d.ts|
|新增|NA|模块名: ohos.enterprise.wifiManager<br>类名: WifiEapProfile<br>方法 or 属性: eapMethod: EapMethod;|@ohos.enterprise.wifiManager.d.ts|
|新增|NA|模块名: ohos.enterprise.wifiManager<br>类名: WifiEapProfile<br>方法 or 属性: phase2Method: Phase2Method;|@ohos.enterprise.wifiManager.d.ts|
|新增|NA|模块名: ohos.enterprise.wifiManager<br>类名: WifiEapProfile<br>方法 or 属性: identity: string;|@ohos.enterprise.wifiManager.d.ts|
|新增|NA|模块名: ohos.enterprise.wifiManager<br>类名: WifiEapProfile<br>方法 or 属性: anonymousIdentity: string;|@ohos.enterprise.wifiManager.d.ts|
|新增|NA|模块名: ohos.enterprise.wifiManager<br>类名: WifiEapProfile<br>方法 or 属性: password: string;|@ohos.enterprise.wifiManager.d.ts|
|新增|NA|模块名: ohos.enterprise.wifiManager<br>类名: WifiEapProfile<br>方法 or 属性: caCertAliases: string;|@ohos.enterprise.wifiManager.d.ts|
|新增|NA|模块名: ohos.enterprise.wifiManager<br>类名: WifiEapProfile<br>方法 or 属性: caPath: string;|@ohos.enterprise.wifiManager.d.ts|
|新增|NA|模块名: ohos.enterprise.wifiManager<br>类名: WifiEapProfile<br>方法 or 属性: clientCertAliases: string;|@ohos.enterprise.wifiManager.d.ts|
|新增|NA|模块名: ohos.enterprise.wifiManager<br>类名: WifiEapProfile<br>方法 or 属性: certEntry: Uint8Array;|@ohos.enterprise.wifiManager.d.ts|
|新增|NA|模块名: ohos.enterprise.wifiManager<br>类名: WifiEapProfile<br>方法 or 属性: certPassword: string;|@ohos.enterprise.wifiManager.d.ts|
|新增|NA|模块名: ohos.enterprise.wifiManager<br>类名: WifiEapProfile<br>方法 or 属性: altSubjectMatch: string;|@ohos.enterprise.wifiManager.d.ts|
|新增|NA|模块名: ohos.enterprise.wifiManager<br>类名: WifiEapProfile<br>方法 or 属性: domainSuffixMatch: string;|@ohos.enterprise.wifiManager.d.ts|
|新增|NA|模块名: ohos.enterprise.wifiManager<br>类名: WifiEapProfile<br>方法 or 属性: realm: string;|@ohos.enterprise.wifiManager.d.ts|
|新增|NA|模块名: ohos.enterprise.wifiManager<br>类名: WifiEapProfile<br>方法 or 属性: plmn: string;|@ohos.enterprise.wifiManager.d.ts|
|新增|NA|模块名: ohos.enterprise.wifiManager<br>类名: WifiEapProfile<br>方法 or 属性: eapSubId: number;|@ohos.enterprise.wifiManager.d.ts|
|新增|NA|模块名: ohos.enterprise.wifiManager<br>类名: WifiProfile|@ohos.enterprise.wifiManager.d.ts|
|新增|NA|模块名: ohos.enterprise.wifiManager<br>类名: WifiProfile<br>方法 or 属性: ssid: string;|@ohos.enterprise.wifiManager.d.ts|
|新增|NA|模块名: ohos.enterprise.wifiManager<br>类名: WifiProfile<br>方法 or 属性: bssid?: string;|@ohos.enterprise.wifiManager.d.ts|
|新增|NA|模块名: ohos.enterprise.wifiManager<br>类名: WifiProfile<br>方法 or 属性: preSharedKey: string;|@ohos.enterprise.wifiManager.d.ts|
|新增|NA|模块名: ohos.enterprise.wifiManager<br>类名: WifiProfile<br>方法 or 属性: isHiddenSsid?: boolean;|@ohos.enterprise.wifiManager.d.ts|
|新增|NA|模块名: ohos.enterprise.wifiManager<br>类名: WifiProfile<br>方法 or 属性: securityType: WifiSecurityType;|@ohos.enterprise.wifiManager.d.ts|
|新增|NA|模块名: ohos.enterprise.wifiManager<br>类名: WifiProfile<br>方法 or 属性: creatorUid?: number;|@ohos.enterprise.wifiManager.d.ts|
|新增|NA|模块名: ohos.enterprise.wifiManager<br>类名: WifiProfile<br>方法 or 属性: disableReason?: number;|@ohos.enterprise.wifiManager.d.ts|
|新增|NA|模块名: ohos.enterprise.wifiManager<br>类名: WifiProfile<br>方法 or 属性: netId?: number;|@ohos.enterprise.wifiManager.d.ts|
|新增|NA|模块名: ohos.enterprise.wifiManager<br>类名: WifiProfile<br>方法 or 属性: randomMacType?: number;|@ohos.enterprise.wifiManager.d.ts|
|新增|NA|模块名: ohos.enterprise.wifiManager<br>类名: WifiProfile<br>方法 or 属性: randomMacAddr?: string;|@ohos.enterprise.wifiManager.d.ts|
|新增|NA|模块名: ohos.enterprise.wifiManager<br>类名: WifiProfile<br>方法 or 属性: ipType?: IpType;|@ohos.enterprise.wifiManager.d.ts|
|新增|NA|模块名: ohos.enterprise.wifiManager<br>类名: WifiProfile<br>方法 or 属性: staticIp?: IpProfile;|@ohos.enterprise.wifiManager.d.ts|
|新增|NA|模块名: ohos.enterprise.wifiManager<br>类名: WifiProfile<br>方法 or 属性: eapProfile?: WifiEapProfile;|@ohos.enterprise.wifiManager.d.ts|
|新增|NA|模块名: ohos.enterprise.wifiManager<br>类名: wifiManager<br>方法 or 属性: function isWifiActive(admin: Want, callback: AsyncCallback\<boolean>): void;|@ohos.enterprise.wifiManager.d.ts|
|新增|NA|模块名: ohos.enterprise.wifiManager<br>类名: wifiManager<br>方法 or 属性: function isWifiActive(admin: Want): Promise\<boolean>;|@ohos.enterprise.wifiManager.d.ts|
|新增|NA|模块名: ohos.enterprise.wifiManager<br>类名: wifiManager<br>方法 or 属性: function setWifiProfile(admin: Want, profile: WifiProfile, callback: AsyncCallback\<void>): void;|@ohos.enterprise.wifiManager.d.ts|
|新增|NA|模块名: ohos.enterprise.wifiManager<br>类名: wifiManager<br>方法 or 属性: function setWifiProfile(admin: Want, profile: WifiProfile): Promise\<void>;|@ohos.enterprise.wifiManager.d.ts|
| 操作 | 旧版本 | 新版本 | d.ts文件 |
| ---- | ------ | ------ | -------- |
|新增|NA|模块名: ohos.data.cloudData<br>类名: cloudData|@ohos.data.cloudData.d.ts|
|新增|NA|模块名: ohos.data.cloudData<br>类名: Action|@ohos.data.cloudData.d.ts|
|新增|NA|模块名: ohos.data.cloudData<br>类名: Action<br>方法 or 属性: CLEAR_CLOUD_INFO|@ohos.data.cloudData.d.ts|
|新增|NA|模块名: ohos.data.cloudData<br>类名: Action<br>方法 or 属性: CLEAR_CLOUD_DATA_AND_INFO|@ohos.data.cloudData.d.ts|
|新增|NA|模块名: ohos.data.cloudData<br>类名: Config|@ohos.data.cloudData.d.ts|
|新增|NA|模块名: ohos.data.cloudData<br>类名: Config<br>方法 or 属性: static enableCloud(<br> accountId: string,<br> switches: { [bundleName: string]: boolean },<br> callback: AsyncCallback\<void><br> ): void;|@ohos.data.cloudData.d.ts|
|新增|NA|模块名: ohos.data.cloudData<br>类名: Config<br>方法 or 属性: static enableCloud(accountId: string, switches: { [bundleName: string]: boolean }): Promise\<void>;|@ohos.data.cloudData.d.ts|
|新增|NA|模块名: ohos.data.cloudData<br>类名: Config<br>方法 or 属性: static disableCloud(accountId: string, callback: AsyncCallback\<void>): void;|@ohos.data.cloudData.d.ts|
|新增|NA|模块名: ohos.data.cloudData<br>类名: Config<br>方法 or 属性: static disableCloud(accountId: string): Promise\<void>;|@ohos.data.cloudData.d.ts|
|新增|NA|模块名: ohos.data.cloudData<br>类名: Config<br>方法 or 属性: static changeAppCloudSwitch(<br> accountId: string,<br> bundleName: string,<br> status: boolean,<br> callback: AsyncCallback\<void><br> ): void;|@ohos.data.cloudData.d.ts|
|新增|NA|模块名: ohos.data.cloudData<br>类名: Config<br>方法 or 属性: static changeAppCloudSwitch(accountId: string, bundleName: string, status: boolean): Promise\<void>;|@ohos.data.cloudData.d.ts|
|新增|NA|模块名: ohos.data.cloudData<br>类名: Config<br>方法 or 属性: static notifyDataChange(accountId: string, bundleName: string, callback: AsyncCallback\<void>): void;|@ohos.data.cloudData.d.ts|
|新增|NA|模块名: ohos.data.cloudData<br>类名: Config<br>方法 or 属性: static notifyDataChange(accountId: string, bundleName: string): Promise\<void>;|@ohos.data.cloudData.d.ts|
|新增|NA|模块名: ohos.data.dataShare<br>类名: DataShareHelperOption|@ohos.data.dataShare.d.ts|
|新增|NA|类名:DataShareHelperOption<br>方法or属性:|@ohos.data.dataShare.d.ts|
|新增|NA|模块名: ohos.data.dataShare<br>类名: DataShareHelperOption<br>方法 or 属性:isProxy?: boolean;|@ohos.data.dataShare.d.ts|
|新增|NA|类名:DataShareHelperOption<br>方法or属性:isProxy?: boolean;|@ohos.data.dataShare.d.ts|
|新增|NA|类名:dataShare<br>方法or属性:function createDataShareHelper(<br> context: Context,<br> uri: string,<br> option: DataShareHelperOption,<br> callback: AsyncCallback\<DataShareHelper><br> ): void;|@ohos.data.dataShare.d.ts|
|新增|NA|模块名: ohos.data.dataShare<br>类名: TemplateId|@ohos.data.dataShare.d.ts|
|新增|NA|类名:TemplateId<br>方法or属性:|@ohos.data.dataShare.d.ts|
|新增|NA|模块名: ohos.data.dataShare<br>类名: TemplateId<br>方法 or 属性:subscriberId: string;|@ohos.data.dataShare.d.ts|
|新增|NA|类名:TemplateId<br>方法or属性:subscriberId: string;|@ohos.data.dataShare.d.ts|
|新增|NA|模块名: ohos.data.dataShare<br>类名: TemplateId<br>方法 or 属性:bundleNameOfOwner: string;|@ohos.data.dataShare.d.ts|
|新增|NA|类名:TemplateId<br>方法or属性:bundleNameOfOwner: string;|@ohos.data.dataShare.d.ts|
|新增|NA|模块名: ohos.data.dataShare<br>类名: PublishedItem|@ohos.data.dataShare.d.ts|
|新增|NA|类名:PublishedItem<br>方法or属性:|@ohos.data.dataShare.d.ts|
|新增|NA|模块名: ohos.data.dataShare<br>类名: PublishedItem<br>方法 or 属性:key: string;|@ohos.data.dataShare.d.ts|
|新增|NA|类名:PublishedItem<br>方法or属性:key: string;|@ohos.data.dataShare.d.ts|
|新增|NA|模块名: ohos.data.dataShare<br>类名: PublishedItem<br>方法 or 属性:data: string \| Ashmem;|@ohos.data.dataShare.d.ts|
|新增|NA|类名:PublishedItem<br>方法or属性:data: string \| Ashmem;|@ohos.data.dataShare.d.ts|
|新增|NA|模块名: ohos.data.dataShare<br>类名: PublishedItem<br>方法 or 属性:subscriberId: string;|@ohos.data.dataShare.d.ts|
|新增|NA|类名:PublishedItem<br>方法or属性:subscriberId: string;|@ohos.data.dataShare.d.ts|
|新增|NA|模块名: ohos.data.dataShare<br>类名: RdbDataChangeNode|@ohos.data.dataShare.d.ts|
|新增|NA|类名:RdbDataChangeNode<br>方法or属性:|@ohos.data.dataShare.d.ts|
|新增|NA|模块名: ohos.data.dataShare<br>类名: RdbDataChangeNode<br>方法 or 属性:uri: string;|@ohos.data.dataShare.d.ts|
|新增|NA|类名:RdbDataChangeNode<br>方法or属性:uri: string;|@ohos.data.dataShare.d.ts|
|新增|NA|模块名: ohos.data.dataShare<br>类名: RdbDataChangeNode<br>方法 or 属性:templateId: TemplateId;|@ohos.data.dataShare.d.ts|
|新增|NA|类名:RdbDataChangeNode<br>方法or属性:templateId: TemplateId;|@ohos.data.dataShare.d.ts|
|新增|NA|模块名: ohos.data.dataShare<br>类名: RdbDataChangeNode<br>方法 or 属性:data: Array\<string>;|@ohos.data.dataShare.d.ts|
|新增|NA|类名:RdbDataChangeNode<br>方法or属性:data: Array\<string>;|@ohos.data.dataShare.d.ts|
|新增|NA|模块名: ohos.data.dataShare<br>类名: PublishedDataChangeNode|@ohos.data.dataShare.d.ts|
|新增|NA|类名:PublishedDataChangeNode<br>方法or属性:|@ohos.data.dataShare.d.ts|
|新增|NA|模块名: ohos.data.dataShare<br>类名: PublishedDataChangeNode<br>方法 or 属性:bundleName: string;|@ohos.data.dataShare.d.ts|
|新增|NA|类名:PublishedDataChangeNode<br>方法or属性:bundleName: string;|@ohos.data.dataShare.d.ts|
|新增|NA|模块名: ohos.data.dataShare<br>类名: PublishedDataChangeNode<br>方法 or 属性:data: Array\<PublishedItem>;|@ohos.data.dataShare.d.ts|
|新增|NA|类名:PublishedDataChangeNode<br>方法or属性:data: Array\<PublishedItem>;|@ohos.data.dataShare.d.ts|
|新增|NA|模块名: ohos.data.dataShare<br>类名: Template|@ohos.data.dataShare.d.ts|
|新增|NA|类名:Template<br>方法or属性:|@ohos.data.dataShare.d.ts|
|新增|NA|模块名: ohos.data.dataShare<br>类名: Template<br>方法 or 属性:predicates: { [key: string]: string };|@ohos.data.dataShare.d.ts|
|新增|NA|类名:Template<br>方法or属性:predicates: { [key: string]: string };|@ohos.data.dataShare.d.ts|
|新增|NA|模块名: ohos.data.dataShare<br>类名: Template<br>方法 or 属性:scheduler: string;|@ohos.data.dataShare.d.ts|
|新增|NA|类名:Template<br>方法or属性:scheduler: string;|@ohos.data.dataShare.d.ts|
|新增|NA|模块名: ohos.data.dataShare<br>类名: OperationResult|@ohos.data.dataShare.d.ts|
|新增|NA|类名:OperationResult<br>方法or属性:|@ohos.data.dataShare.d.ts|
|新增|NA|模块名: ohos.data.dataShare<br>类名: OperationResult<br>方法 or 属性:key: string;|@ohos.data.dataShare.d.ts|
|新增|NA|类名:OperationResult<br>方法or属性:key: string;|@ohos.data.dataShare.d.ts|
|新增|NA|模块名: ohos.data.dataShare<br>类名: OperationResult<br>方法 or 属性:result: number;|@ohos.data.dataShare.d.ts|
|新增|NA|类名:OperationResult<br>方法or属性:result: number;|@ohos.data.dataShare.d.ts|
|新增|NA|类名:DataShareHelper<br>方法or属性:addTemplate(uri: string, subscriberId: string, template: Template): void;|@ohos.data.dataShare.d.ts|
|新增|NA|类名:DataShareHelper<br>方法or属性:delTemplate(uri: string, subscriberId: string): void;|@ohos.data.dataShare.d.ts|
|新增|NA|类名:DataShareHelper<br>方法or属性:on(<br> type: 'rdbDataChange',<br> uris: Array\<string>,<br> templateId: TemplateId,<br> callback: AsyncCallback\<RdbDataChangeNode><br> ): Array\<OperationResult>;|@ohos.data.dataShare.d.ts|
|新增|NA|类名:DataShareHelper<br>方法or属性:off(<br> type: 'rdbDataChange',<br> uris: Array\<string>,<br> templateId: TemplateId,<br> callback?: AsyncCallback\<RdbDataChangeNode><br> ): Array\<OperationResult>;|@ohos.data.dataShare.d.ts|
|新增|NA|类名:DataShareHelper<br>方法or属性:on(<br> type: 'publishedDataChange',<br> uris: Array\<string>,<br> subscriberId: string,<br> callback: AsyncCallback\<PublishedDataChangeNode><br> ): Array\<OperationResult>;|@ohos.data.dataShare.d.ts|
|新增|NA|类名:DataShareHelper<br>方法or属性:off(<br> type: 'publishedDataChange',<br> uris: Array\<string>,<br> subscriberId: string,<br> callback?: AsyncCallback\<PublishedDataChangeNode><br> ): Array\<OperationResult>;|@ohos.data.dataShare.d.ts|
|新增|NA|类名:DataShareHelper<br>方法or属性:publish(<br> data: Array\<PublishedItem>,<br> bundleName: string,<br> version: number,<br> callback: AsyncCallback\<Array\<OperationResult>><br> ): void;|@ohos.data.dataShare.d.ts|
|新增|NA|类名:DataShareHelper<br>方法or属性:publish(<br> data: Array\<PublishedItem>,<br> bundleName: string,<br> callback: AsyncCallback\<Array\<OperationResult>><br> ): void;|@ohos.data.dataShare.d.ts|
|新增|NA|类名:DataShareHelper<br>方法or属性:publish(data: Array\<PublishedItem>, bundleName: string, version?: number): Promise\<Array\<OperationResult>>;|@ohos.data.dataShare.d.ts|
|新增|NA|类名:DataShareHelper<br>方法or属性:getPublishedData(bundleName: string, callback: AsyncCallback\<Array\<PublishedItem>>): void;|@ohos.data.dataShare.d.ts|
|新增|NA|类名:DataShareHelper<br>方法or属性:getPublishedData(bundleName: string): Promise\<Array\<PublishedItem>>;|@ohos.data.dataShare.d.ts|
|新增|NA|类名:KVManagerConfig<br>方法or属性:context: BaseContext;|@ohos.data.distributedKVStore.d.ts|
|新增|NA|模块名: ohos.data.relationalStore<br>类名: ValueType<br>方法 or 属性:type ValueType = null \| number \| string \| boolean \| Uint8Array;|@ohos.data.relationalStore.d.ts|
|新增|NA|类名:ValueType<br>方法or属性:type ValueType = null \| number \| string \| boolean \| Uint8Array;|@ohos.data.relationalStore.d.ts|
|新增|NA|类名:SubscribeType<br>方法or属性:SUBSCRIBE_TYPE_CLOUD|@ohos.data.relationalStore.d.ts|
|新增|NA|模块名: ohos.data.relationalStore<br>类名: ConflictResolution|@ohos.data.relationalStore.d.ts|
|新增|NA|类名:ConflictResolution<br>方法or属性:|@ohos.data.relationalStore.d.ts|
|新增|NA|模块名: ohos.data.relationalStore<br>类名: ConflictResolution<br>方法 or 属性:ON_CONFLICT_NONE = 0|@ohos.data.relationalStore.d.ts|
|新增|NA|类名:ConflictResolution<br>方法or属性:ON_CONFLICT_NONE = 0|@ohos.data.relationalStore.d.ts|
|新增|NA|模块名: ohos.data.relationalStore<br>类名: ConflictResolution<br>方法 or 属性:ON_CONFLICT_ROLLBACK = 1|@ohos.data.relationalStore.d.ts|
|新增|NA|类名:ConflictResolution<br>方法or属性:ON_CONFLICT_ROLLBACK = 1|@ohos.data.relationalStore.d.ts|
|新增|NA|模块名: ohos.data.relationalStore<br>类名: ConflictResolution<br>方法 or 属性:ON_CONFLICT_ABORT = 2|@ohos.data.relationalStore.d.ts|
|新增|NA|类名:ConflictResolution<br>方法or属性:ON_CONFLICT_ABORT = 2|@ohos.data.relationalStore.d.ts|
|新增|NA|模块名: ohos.data.relationalStore<br>类名: ConflictResolution<br>方法 or 属性:ON_CONFLICT_FAIL = 3|@ohos.data.relationalStore.d.ts|
|新增|NA|类名:ConflictResolution<br>方法or属性:ON_CONFLICT_FAIL = 3|@ohos.data.relationalStore.d.ts|
|新增|NA|模块名: ohos.data.relationalStore<br>类名: ConflictResolution<br>方法 or 属性:ON_CONFLICT_IGNORE = 4|@ohos.data.relationalStore.d.ts|
|新增|NA|类名:ConflictResolution<br>方法or属性:ON_CONFLICT_IGNORE = 4|@ohos.data.relationalStore.d.ts|
|新增|NA|模块名: ohos.data.relationalStore<br>类名: ConflictResolution<br>方法 or 属性:ON_CONFLICT_REPLACE = 5|@ohos.data.relationalStore.d.ts|
|新增|NA|类名:ConflictResolution<br>方法or属性:ON_CONFLICT_REPLACE = 5|@ohos.data.relationalStore.d.ts|
|新增|NA|类名:RdbStore<br>方法or属性:version: number;|@ohos.data.relationalStore.d.ts|
|新增|NA|模块名: ohos.data.UDMF<br>类名: UDMF|@ohos.data.UDMF.d.ts|
|新增|NA|模块名: ohos.data.UDMF<br>类名: UnifiedDataType|@ohos.data.UDMF.d.ts|
|新增|NA|模块名: ohos.data.UDMF<br>类名: UnifiedDataType<br>方法 or 属性: TEXT = 'Text'|@ohos.data.UDMF.d.ts|
|新增|NA|模块名: ohos.data.UDMF<br>类名: UnifiedDataType<br>方法 or 属性: PLAIN_TEXT = 'Text.PlainText'|@ohos.data.UDMF.d.ts|
|新增|NA|模块名: ohos.data.UDMF<br>类名: UnifiedDataType<br>方法 or 属性: HYPERLINK = 'Text.Hyperlink'|@ohos.data.UDMF.d.ts|
|新增|NA|模块名: ohos.data.UDMF<br>类名: UnifiedDataType<br>方法 or 属性: HTML = 'Text.HTML'|@ohos.data.UDMF.d.ts|
|新增|NA|模块名: ohos.data.UDMF<br>类名: UnifiedDataType<br>方法 or 属性: FILE = 'File'|@ohos.data.UDMF.d.ts|
|新增|NA|模块名: ohos.data.UDMF<br>类名: UnifiedDataType<br>方法 or 属性: IMAGE = 'File.Media.Image'|@ohos.data.UDMF.d.ts|
|新增|NA|模块名: ohos.data.UDMF<br>类名: UnifiedDataType<br>方法 or 属性: VIDEO = 'File.Media.Video'|@ohos.data.UDMF.d.ts|
|新增|NA|模块名: ohos.data.UDMF<br>类名: UnifiedDataType<br>方法 or 属性: FOLDER = 'File.Folder'|@ohos.data.UDMF.d.ts|
|新增|NA|模块名: ohos.data.UDMF<br>类名: UnifiedDataType<br>方法 or 属性: SYSTEM_DEFINED_RECORD = 'SystemDefinedType'|@ohos.data.UDMF.d.ts|
|新增|NA|模块名: ohos.data.UDMF<br>类名: UnifiedDataType<br>方法 or 属性: SYSTEM_DEFINED_FORM = 'SystemDefinedType.Form'|@ohos.data.UDMF.d.ts|
|新增|NA|模块名: ohos.data.UDMF<br>类名: UnifiedDataType<br>方法 or 属性: SYSTEM_DEFINED_APP_ITEM = 'SystemDefinedType.AppItem'|@ohos.data.UDMF.d.ts|
|新增|NA|模块名: ohos.data.UDMF<br>类名: UnifiedDataType<br>方法 or 属性: SYSTEM_DEFINED_PIXEL_MAP = 'SystemDefinedType.PixelMap'|@ohos.data.UDMF.d.ts|
|新增|NA|模块名: ohos.data.UDMF<br>类名: UnifiedDataType<br>方法 or 属性: APPLICATION_DEFINED_RECORD = 'ApplicationDefinedType'|@ohos.data.UDMF.d.ts|
|新增|NA|模块名: ohos.data.UDMF<br>类名: UnifiedData|@ohos.data.UDMF.d.ts|
|新增|NA|模块名: ohos.data.UDMF<br>类名: UnifiedData<br>方法 or 属性: constructor(record: UnifiedRecord);|@ohos.data.UDMF.d.ts|
|新增|NA|模块名: ohos.data.UDMF<br>类名: UnifiedData<br>方法 or 属性: addRecord(record: UnifiedRecord): void;|@ohos.data.UDMF.d.ts|
|新增|NA|模块名: ohos.data.UDMF<br>类名: UnifiedData<br>方法 or 属性: getRecords(): Array\<UnifiedRecord>;|@ohos.data.UDMF.d.ts|
|新增|NA|模块名: ohos.data.UDMF<br>类名: Summary|@ohos.data.UDMF.d.ts|
|新增|NA|模块名: ohos.data.UDMF<br>类名: Summary<br>方法 or 属性: summary: { [key: string]: number };|@ohos.data.UDMF.d.ts|
|新增|NA|模块名: ohos.data.UDMF<br>类名: Summary<br>方法 or 属性: totalSize: number;|@ohos.data.UDMF.d.ts|
|新增|NA|模块名: ohos.data.UDMF<br>类名: UnifiedRecord|@ohos.data.UDMF.d.ts|
|新增|NA|模块名: ohos.data.UDMF<br>类名: UnifiedRecord<br>方法 or 属性: getType(): string;|@ohos.data.UDMF.d.ts|
|新增|NA|模块名: ohos.data.UDMF<br>类名: Text|@ohos.data.UDMF.d.ts|
|新增|NA|模块名: ohos.data.UDMF<br>类名: Text<br>方法 or 属性: details?: { [key: string]: string };|@ohos.data.UDMF.d.ts|
|新增|NA|模块名: ohos.data.UDMF<br>类名: PlainText|@ohos.data.UDMF.d.ts|
|新增|NA|模块名: ohos.data.UDMF<br>类名: PlainText<br>方法 or 属性: textContent: string;|@ohos.data.UDMF.d.ts|
|新增|NA|模块名: ohos.data.UDMF<br>类名: PlainText<br>方法 or 属性: abstract?: string;|@ohos.data.UDMF.d.ts|
|新增|NA|模块名: ohos.data.UDMF<br>类名: Hyperlink|@ohos.data.UDMF.d.ts|
|新增|NA|模块名: ohos.data.UDMF<br>类名: Hyperlink<br>方法 or 属性: url: string;|@ohos.data.UDMF.d.ts|
|新增|NA|模块名: ohos.data.UDMF<br>类名: Hyperlink<br>方法 or 属性: description?: string;|@ohos.data.UDMF.d.ts|
|新增|NA|模块名: ohos.data.UDMF<br>类名: HTML|@ohos.data.UDMF.d.ts|
|新增|NA|模块名: ohos.data.UDMF<br>类名: HTML<br>方法 or 属性: htmlContent: string;|@ohos.data.UDMF.d.ts|
|新增|NA|模块名: ohos.data.UDMF<br>类名: HTML<br>方法 or 属性: plainContent?: string;|@ohos.data.UDMF.d.ts|
|新增|NA|模块名: ohos.data.UDMF<br>类名: File|@ohos.data.UDMF.d.ts|
|新增|NA|模块名: ohos.data.UDMF<br>类名: File<br>方法 or 属性: details?: { [key: string]: string };|@ohos.data.UDMF.d.ts|
|新增|NA|模块名: ohos.data.UDMF<br>类名: File<br>方法 or 属性: uri: string;|@ohos.data.UDMF.d.ts|
|新增|NA|模块名: ohos.data.UDMF<br>类名: Image|@ohos.data.UDMF.d.ts|
|新增|NA|模块名: ohos.data.UDMF<br>类名: Image<br>方法 or 属性: imageUri: string;|@ohos.data.UDMF.d.ts|
|新增|NA|模块名: ohos.data.UDMF<br>类名: Video|@ohos.data.UDMF.d.ts|
|新增|NA|模块名: ohos.data.UDMF<br>类名: Video<br>方法 or 属性: videoUri: string;|@ohos.data.UDMF.d.ts|
|新增|NA|模块名: ohos.data.UDMF<br>类名: Folder|@ohos.data.UDMF.d.ts|
|新增|NA|模块名: ohos.data.UDMF<br>类名: Folder<br>方法 or 属性: folderUri: string;|@ohos.data.UDMF.d.ts|
|新增|NA|模块名: ohos.data.UDMF<br>类名: SystemDefinedRecord|@ohos.data.UDMF.d.ts|
|新增|NA|模块名: ohos.data.UDMF<br>类名: SystemDefinedRecord<br>方法 or 属性: details?: { [key: string]: number \| string \| Uint8Array };|@ohos.data.UDMF.d.ts|
|新增|NA|模块名: ohos.data.UDMF<br>类名: SystemDefinedForm|@ohos.data.UDMF.d.ts|
|新增|NA|模块名: ohos.data.UDMF<br>类名: SystemDefinedForm<br>方法 or 属性: formId: number;|@ohos.data.UDMF.d.ts|
|新增|NA|模块名: ohos.data.UDMF<br>类名: SystemDefinedForm<br>方法 or 属性: formName: string;|@ohos.data.UDMF.d.ts|
|新增|NA|模块名: ohos.data.UDMF<br>类名: SystemDefinedForm<br>方法 or 属性: bundleName: string;|@ohos.data.UDMF.d.ts|
|新增|NA|模块名: ohos.data.UDMF<br>类名: SystemDefinedForm<br>方法 or 属性: abilityName: string;|@ohos.data.UDMF.d.ts|
|新增|NA|模块名: ohos.data.UDMF<br>类名: SystemDefinedForm<br>方法 or 属性: module: string;|@ohos.data.UDMF.d.ts|
|新增|NA|模块名: ohos.data.UDMF<br>类名: SystemDefinedAppItem|@ohos.data.UDMF.d.ts|
|新增|NA|模块名: ohos.data.UDMF<br>类名: SystemDefinedAppItem<br>方法 or 属性: appId: string;|@ohos.data.UDMF.d.ts|
|新增|NA|模块名: ohos.data.UDMF<br>类名: SystemDefinedAppItem<br>方法 or 属性: appName: string;|@ohos.data.UDMF.d.ts|
|新增|NA|模块名: ohos.data.UDMF<br>类名: SystemDefinedAppItem<br>方法 or 属性: appIconId: string;|@ohos.data.UDMF.d.ts|
|新增|NA|模块名: ohos.data.UDMF<br>类名: SystemDefinedAppItem<br>方法 or 属性: appLabelId: string;|@ohos.data.UDMF.d.ts|
|新增|NA|模块名: ohos.data.UDMF<br>类名: SystemDefinedAppItem<br>方法 or 属性: bundleName: string;|@ohos.data.UDMF.d.ts|
|新增|NA|模块名: ohos.data.UDMF<br>类名: SystemDefinedAppItem<br>方法 or 属性: abilityName: string;|@ohos.data.UDMF.d.ts|
|新增|NA|模块名: ohos.data.UDMF<br>类名: SystemDefinedPixelMap|@ohos.data.UDMF.d.ts|
|新增|NA|模块名: ohos.data.UDMF<br>类名: SystemDefinedPixelMap<br>方法 or 属性: rawData: Uint8Array;|@ohos.data.UDMF.d.ts|
|新增|NA|模块名: ohos.data.UDMF<br>类名: ApplicationDefinedRecord|@ohos.data.UDMF.d.ts|
|新增|NA|模块名: ohos.data.UDMF<br>类名: ApplicationDefinedRecord<br>方法 or 属性: applicationDefinedType: string;|@ohos.data.UDMF.d.ts|
|新增|NA|模块名: ohos.data.UDMF<br>类名: ApplicationDefinedRecord<br>方法 or 属性: rawData: Uint8Array;|@ohos.data.UDMF.d.ts|
|删除|模块名:ohos.data.relationalStore<br>类名:relationalStore<br>方法 or 属性:type ValuesBucket = { [key:string]: ValueType \| Uint8Array \| null;}|NA|@ohos.data.relationalStore.d.ts|
|起始版本有变化|类名:SingleKVStore<br>方法 or 属性:put(key: string, value: Uint8Array \| string \| number \| boolean, callback: AsyncCallback\<void>): void;<br>起始版本:9|类名:SingleKVStore<br>方法 or 属性:put(key: string, value: Uint8Array \| string \| number \| boolean, callback: AsyncCallback\<void>): void;<br>起始版本:10|@ohos.data.distributedKVStore.d.ts|
|起始版本有变化|类名:SingleKVStore<br>方法 or 属性:put(key: string, value: Uint8Array \| string \| number \| boolean): Promise\<void>;<br>起始版本:9|类名:SingleKVStore<br>方法 or 属性:put(key: string, value: Uint8Array \| string \| number \| boolean): Promise\<void>;<br>起始版本:10|@ohos.data.distributedKVStore.d.ts|
|起始版本有变化|类名:SingleKVStore<br>方法 or 属性:putBatch(entries: Entry[], callback: AsyncCallback\<void>): void;<br>起始版本:9|类名:SingleKVStore<br>方法 or 属性:putBatch(entries: Entry[], callback: AsyncCallback\<void>): void;<br>起始版本:10|@ohos.data.distributedKVStore.d.ts|
|起始版本有变化|类名:SingleKVStore<br>方法 or 属性:putBatch(entries: Entry[]): Promise\<void>;<br>起始版本:9|类名:SingleKVStore<br>方法 or 属性:putBatch(entries: Entry[]): Promise\<void>;<br>起始版本:10|@ohos.data.distributedKVStore.d.ts|
|起始版本有变化|类名:SingleKVStore<br>方法 or 属性:putBatch(value: Array\<ValuesBucket>, callback: AsyncCallback\<void>): void;<br>起始版本:9|类名:SingleKVStore<br>方法 or 属性:putBatch(value: Array\<ValuesBucket>, callback: AsyncCallback\<void>): void;<br>起始版本:10|@ohos.data.distributedKVStore.d.ts|
|起始版本有变化|类名:SingleKVStore<br>方法 or 属性:putBatch(value: Array\<ValuesBucket>): Promise\<void>;<br>起始版本:9|类名:SingleKVStore<br>方法 or 属性:putBatch(value: Array\<ValuesBucket>): Promise\<void>;<br>起始版本:10|@ohos.data.distributedKVStore.d.ts|
|起始版本有变化|类名:SingleKVStore<br>方法 or 属性:delete(key: string, callback: AsyncCallback\<void>): void;<br>起始版本:9|类名:SingleKVStore<br>方法 or 属性:delete(key: string, callback: AsyncCallback\<void>): void;<br>起始版本:10|@ohos.data.distributedKVStore.d.ts|
|起始版本有变化|类名:SingleKVStore<br>方法 or 属性:delete(key: string): Promise\<void>;<br>起始版本:9|类名:SingleKVStore<br>方法 or 属性:delete(key: string): Promise\<void>;<br>起始版本:10|@ohos.data.distributedKVStore.d.ts|
|起始版本有变化|类名:SingleKVStore<br>方法 or 属性:delete(predicates: dataSharePredicates.DataSharePredicates, callback: AsyncCallback\<void>);<br>起始版本:9|类名:SingleKVStore<br>方法 or 属性:delete(predicates: dataSharePredicates.DataSharePredicates, callback: AsyncCallback\<void>);<br>起始版本:10|@ohos.data.distributedKVStore.d.ts|
|起始版本有变化|类名:SingleKVStore<br>方法 or 属性:delete(predicates: dataSharePredicates.DataSharePredicates): Promise\<void>;<br>起始版本:9|类名:SingleKVStore<br>方法 or 属性:delete(predicates: dataSharePredicates.DataSharePredicates): Promise\<void>;<br>起始版本:10|@ohos.data.distributedKVStore.d.ts|
|起始版本有变化|类名:SingleKVStore<br>方法 or 属性:deleteBatch(keys: string[], callback: AsyncCallback\<void>): void;<br>起始版本:9|类名:SingleKVStore<br>方法 or 属性:deleteBatch(keys: string[], callback: AsyncCallback\<void>): void;<br>起始版本:10|@ohos.data.distributedKVStore.d.ts|
|起始版本有变化|类名:SingleKVStore<br>方法 or 属性:deleteBatch(keys: string[]): Promise\<void>;<br>起始版本:9|类名:SingleKVStore<br>方法 or 属性:deleteBatch(keys: string[]): Promise\<void>;<br>起始版本:10|@ohos.data.distributedKVStore.d.ts|
|起始版本有变化|类名:SingleKVStore<br>方法 or 属性:getResultSet(keyPrefix: string, callback: AsyncCallback\<KVStoreResultSet>): void;<br>起始版本:9|类名:SingleKVStore<br>方法 or 属性:getResultSet(keyPrefix: string, callback: AsyncCallback\<KVStoreResultSet>): void;<br>起始版本:10|@ohos.data.distributedKVStore.d.ts|
|起始版本有变化|类名:SingleKVStore<br>方法 or 属性:getResultSet(keyPrefix: string): Promise\<KVStoreResultSet>;<br>起始版本:9|类名:SingleKVStore<br>方法 or 属性:getResultSet(keyPrefix: string): Promise\<KVStoreResultSet>;<br>起始版本:10|@ohos.data.distributedKVStore.d.ts|
|起始版本有变化|类名:SingleKVStore<br>方法 or 属性:getResultSet(query: Query, callback: AsyncCallback\<KVStoreResultSet>): void;<br>起始版本:9|类名:SingleKVStore<br>方法 or 属性:getResultSet(query: Query, callback: AsyncCallback\<KVStoreResultSet>): void;<br>起始版本:10|@ohos.data.distributedKVStore.d.ts|
|起始版本有变化|类名:SingleKVStore<br>方法 or 属性:getResultSet(query: Query): Promise\<KVStoreResultSet>;<br>起始版本:9|类名:SingleKVStore<br>方法 or 属性:getResultSet(query: Query): Promise\<KVStoreResultSet>;<br>起始版本:10|@ohos.data.distributedKVStore.d.ts|
|起始版本有变化|类名:SingleKVStore<br>方法 or 属性:getResultSet(predicates: dataSharePredicates.DataSharePredicates, callback: AsyncCallback\<KVStoreResultSet>): void;<br>起始版本:9|类名:SingleKVStore<br>方法 or 属性:getResultSet(predicates: dataSharePredicates.DataSharePredicates, callback: AsyncCallback\<KVStoreResultSet>): void;<br>起始版本:10|@ohos.data.distributedKVStore.d.ts|
|起始版本有变化|类名:SingleKVStore<br>方法 or 属性:getResultSet(predicates: dataSharePredicates.DataSharePredicates): Promise\<KVStoreResultSet>;<br>起始版本:9|类名:SingleKVStore<br>方法 or 属性:getResultSet(predicates: dataSharePredicates.DataSharePredicates): Promise\<KVStoreResultSet>;<br>起始版本:10|@ohos.data.distributedKVStore.d.ts|
|起始版本有变化|类名:SingleKVStore<br>方法 or 属性:startTransaction(callback: AsyncCallback\<void>): void;<br>起始版本:9|类名:SingleKVStore<br>方法 or 属性:startTransaction(callback: AsyncCallback\<void>): void;<br>起始版本:10|@ohos.data.distributedKVStore.d.ts|
|起始版本有变化|类名:SingleKVStore<br>方法 or 属性:startTransaction(): Promise\<void>;<br>起始版本:9|类名:SingleKVStore<br>方法 or 属性:startTransaction(): Promise\<void>;<br>起始版本:10|@ohos.data.distributedKVStore.d.ts|
|起始版本有变化|类名:SingleKVStore<br>方法 or 属性:on(event: 'dataChange', type: SubscribeType, listener: Callback\<ChangeNotification>): void;<br>起始版本:9|类名:SingleKVStore<br>方法 or 属性:on(event: 'dataChange', type: SubscribeType, listener: Callback\<ChangeNotification>): void;<br>起始版本:10|@ohos.data.distributedKVStore.d.ts|
|起始版本有变化|类名:DeviceKVStore<br>方法 or 属性:getResultSet(keyPrefix: string, callback: AsyncCallback\<KVStoreResultSet>): void;<br>起始版本:9|类名:DeviceKVStore<br>方法 or 属性:getResultSet(keyPrefix: string, callback: AsyncCallback\<KVStoreResultSet>): void;<br>起始版本:10|@ohos.data.distributedKVStore.d.ts|
|起始版本有变化|类名:DeviceKVStore<br>方法 or 属性:getResultSet(keyPrefix: string): Promise\<KVStoreResultSet>;<br>起始版本:9|类名:DeviceKVStore<br>方法 or 属性:getResultSet(keyPrefix: string): Promise\<KVStoreResultSet>;<br>起始版本:10|@ohos.data.distributedKVStore.d.ts|
|起始版本有变化|类名:DeviceKVStore<br>方法 or 属性:getResultSet(deviceId: string, keyPrefix: string, callback: AsyncCallback\<KVStoreResultSet>): void;<br>起始版本:9|类名:DeviceKVStore<br>方法 or 属性:getResultSet(deviceId: string, keyPrefix: string, callback: AsyncCallback\<KVStoreResultSet>): void;<br>起始版本:10|@ohos.data.distributedKVStore.d.ts|
|起始版本有变化|类名:DeviceKVStore<br>方法 or 属性:getResultSet(deviceId: string, keyPrefix: string): Promise\<KVStoreResultSet>;<br>起始版本:9|类名:DeviceKVStore<br>方法 or 属性:getResultSet(deviceId: string, keyPrefix: string): Promise\<KVStoreResultSet>;<br>起始版本:10|@ohos.data.distributedKVStore.d.ts|
|起始版本有变化|类名:DeviceKVStore<br>方法 or 属性:getResultSet(query: Query, callback: AsyncCallback\<KVStoreResultSet>): void;<br>起始版本:9|类名:DeviceKVStore<br>方法 or 属性:getResultSet(query: Query, callback: AsyncCallback\<KVStoreResultSet>): void;<br>起始版本:10|@ohos.data.distributedKVStore.d.ts|
|起始版本有变化|类名:DeviceKVStore<br>方法 or 属性:getResultSet(query: Query): Promise\<KVStoreResultSet>;<br>起始版本:9|类名:DeviceKVStore<br>方法 or 属性:getResultSet(query: Query): Promise\<KVStoreResultSet>;<br>起始版本:10|@ohos.data.distributedKVStore.d.ts|
|起始版本有变化|类名:DeviceKVStore<br>方法 or 属性:getResultSet(deviceId: string, query: Query, callback: AsyncCallback\<KVStoreResultSet>): void;<br>起始版本:9|类名:DeviceKVStore<br>方法 or 属性:getResultSet(deviceId: string, query: Query, callback: AsyncCallback\<KVStoreResultSet>): void;<br>起始版本:10|@ohos.data.distributedKVStore.d.ts|
|起始版本有变化|类名:DeviceKVStore<br>方法 or 属性:getResultSet(deviceId: string, query: Query): Promise\<KVStoreResultSet>;<br>起始版本:9|类名:DeviceKVStore<br>方法 or 属性:getResultSet(deviceId: string, query: Query): Promise\<KVStoreResultSet>;<br>起始版本:10|@ohos.data.distributedKVStore.d.ts|
|起始版本有变化|类名:DeviceKVStore<br>方法 or 属性:getResultSet(predicates: dataSharePredicates.DataSharePredicates, callback: AsyncCallback\<KVStoreResultSet>): void;<br>起始版本:9|类名:DeviceKVStore<br>方法 or 属性:getResultSet(predicates: dataSharePredicates.DataSharePredicates, callback: AsyncCallback\<KVStoreResultSet>): void;<br>起始版本:10|@ohos.data.distributedKVStore.d.ts|
|起始版本有变化|类名:DeviceKVStore<br>方法 or 属性:getResultSet(predicates: dataSharePredicates.DataSharePredicates): Promise\<KVStoreResultSet>;<br>起始版本:9|类名:DeviceKVStore<br>方法 or 属性:getResultSet(predicates: dataSharePredicates.DataSharePredicates): Promise\<KVStoreResultSet>;<br>起始版本:10|@ohos.data.distributedKVStore.d.ts|
|起始版本有变化|类名:DeviceKVStore<br>方法 or 属性:getResultSet(deviceId: string, predicates: dataSharePredicates.DataSharePredicates): Promise\<KVStoreResultSet>;<br>起始版本:9|类名:DeviceKVStore<br>方法 or 属性:getResultSet(deviceId: string, predicates: dataSharePredicates.DataSharePredicates): Promise\<KVStoreResultSet>;<br>起始版本:10|@ohos.data.distributedKVStore.d.ts|
|起始版本有变化|类名:preferences<br>起始版本:9|类名:preferences<br>起始版本:10|@ohos.data.preferences.d.ts|
|起始版本有变化|类名:preferences<br>方法 or 属性:const MAX_KEY_LENGTH: 80;<br>起始版本:N/A|类名:preferences<br>方法 or 属性:const MAX_KEY_LENGTH: 80;<br>起始版本:10|@ohos.data.preferences.d.ts|
|起始版本有变化|类名:preferences<br>方法 or 属性:const MAX_VALUE_LENGTH: 8192;<br>起始版本:N/A|类名:preferences<br>方法 or 属性:const MAX_VALUE_LENGTH: 8192;<br>起始版本:10|@ohos.data.preferences.d.ts|
|起始版本有变化|类名:preferences<br>方法 or 属性:function getPreferences(context: Context, name: string, callback: AsyncCallback\<Preferences>): void;<br>起始版本:9|类名:preferences<br>方法 or 属性:function getPreferences(context: Context, name: string, callback: AsyncCallback\<Preferences>): void;<br>起始版本:10|@ohos.data.preferences.d.ts|
|起始版本有变化|类名:preferences<br>方法 or 属性:function getPreferences(context: Context, name: string): Promise\<Preferences>;<br>起始版本:9|类名:preferences<br>方法 or 属性:function getPreferences(context: Context, name: string): Promise\<Preferences>;<br>起始版本:10|@ohos.data.preferences.d.ts|
|起始版本有变化|类名:preferences<br>方法 or 属性:function deletePreferences(context: Context, name: string, callback: AsyncCallback\<void>): void;<br>起始版本:9|类名:preferences<br>方法 or 属性:function deletePreferences(context: Context, name: string, callback: AsyncCallback\<void>): void;<br>起始版本:10|@ohos.data.preferences.d.ts|
|起始版本有变化|类名:preferences<br>方法 or 属性:function deletePreferences(context: Context, name: string): Promise\<void>;<br>起始版本:9|类名:preferences<br>方法 or 属性:function deletePreferences(context: Context, name: string): Promise\<void>;<br>起始版本:10|@ohos.data.preferences.d.ts|
|起始版本有变化|类名:preferences<br>方法 or 属性:function removePreferencesFromCache(context: Context, name: string, callback: AsyncCallback\<void>): void;<br>起始版本:9|类名:preferences<br>方法 or 属性:function removePreferencesFromCache(context: Context, name: string, callback: AsyncCallback\<void>): void;<br>起始版本:10|@ohos.data.preferences.d.ts|
|起始版本有变化|类名:preferences<br>方法 or 属性:function removePreferencesFromCache(context: Context, name: string): Promise\<void>;<br>起始版本:9|类名:preferences<br>方法 or 属性:function removePreferencesFromCache(context: Context, name: string): Promise\<void>;<br>起始版本:10|@ohos.data.preferences.d.ts|
|起始版本有变化|类名:Preferences<br>起始版本:9|类名:Preferences<br>起始版本:10|@ohos.data.preferences.d.ts|
|起始版本有变化|类名:Preferences<br>方法 or 属性:get(key: string, defValue: ValueType, callback: AsyncCallback\<ValueType>): void;<br>起始版本:9|类名:Preferences<br>方法 or 属性:get(key: string, defValue: ValueType, callback: AsyncCallback\<ValueType>): void;<br>起始版本:10|@ohos.data.preferences.d.ts|
|起始版本有变化|类名:Preferences<br>方法 or 属性:get(key: string, defValue: ValueType): Promise\<ValueType>;<br>起始版本:9|类名:Preferences<br>方法 or 属性:get(key: string, defValue: ValueType): Promise\<ValueType>;<br>起始版本:10|@ohos.data.preferences.d.ts|
|起始版本有变化|类名:Preferences<br>方法 or 属性:getAll(callback: AsyncCallback\<Object>): void;<br>起始版本:9|类名:Preferences<br>方法 or 属性:getAll(callback: AsyncCallback\<Object>): void;<br>起始版本:10|@ohos.data.preferences.d.ts|
|起始版本有变化|类名:Preferences<br>方法 or 属性:getAll(): Promise\<Object>;<br>起始版本:9|类名:Preferences<br>方法 or 属性:getAll(): Promise\<Object>;<br>起始版本:10|@ohos.data.preferences.d.ts|
|起始版本有变化|类名:Preferences<br>方法 or 属性:has(key: string, callback: AsyncCallback\<boolean>): void;<br>起始版本:9|类名:Preferences<br>方法 or 属性:has(key: string, callback: AsyncCallback\<boolean>): void;<br>起始版本:10|@ohos.data.preferences.d.ts|
|起始版本有变化|类名:Preferences<br>方法 or 属性:has(key: string): Promise\<boolean>;<br>起始版本:9|类名:Preferences<br>方法 or 属性:has(key: string): Promise\<boolean>;<br>起始版本:10|@ohos.data.preferences.d.ts|
|起始版本有变化|类名:Preferences<br>方法 or 属性:put(key: string, value: ValueType, callback: AsyncCallback\<void>): void;<br>起始版本:9|类名:Preferences<br>方法 or 属性:put(key: string, value: ValueType, callback: AsyncCallback\<void>): void;<br>起始版本:10|@ohos.data.preferences.d.ts|
|起始版本有变化|类名:Preferences<br>方法 or 属性:put(key: string, value: ValueType): Promise\<void>;<br>起始版本:9|类名:Preferences<br>方法 or 属性:put(key: string, value: ValueType): Promise\<void>;<br>起始版本:10|@ohos.data.preferences.d.ts|
|起始版本有变化|类名:Preferences<br>方法 or 属性:delete(key: string, callback: AsyncCallback\<void>): void;<br>起始版本:9|类名:Preferences<br>方法 or 属性:delete(key: string, callback: AsyncCallback\<void>): void;<br>起始版本:10|@ohos.data.preferences.d.ts|
|起始版本有变化|类名:Preferences<br>方法 or 属性:delete(key: string): Promise\<void>;<br>起始版本:9|类名:Preferences<br>方法 or 属性:delete(key: string): Promise\<void>;<br>起始版本:10|@ohos.data.preferences.d.ts|
|起始版本有变化|类名:Preferences<br>方法 or 属性:clear(callback: AsyncCallback\<void>): void;<br>起始版本:9|类名:Preferences<br>方法 or 属性:clear(callback: AsyncCallback\<void>): void;<br>起始版本:10|@ohos.data.preferences.d.ts|
|起始版本有变化|类名:Preferences<br>方法 or 属性:clear(): Promise\<void>;<br>起始版本:9|类名:Preferences<br>方法 or 属性:clear(): Promise\<void>;<br>起始版本:10|@ohos.data.preferences.d.ts|
|起始版本有变化|类名:Preferences<br>方法 or 属性:flush(callback: AsyncCallback\<void>): void;<br>起始版本:9|类名:Preferences<br>方法 or 属性:flush(callback: AsyncCallback\<void>): void;<br>起始版本:10|@ohos.data.preferences.d.ts|
|起始版本有变化|类名:Preferences<br>方法 or 属性:flush(): Promise\<void>;<br>起始版本:9|类名:Preferences<br>方法 or 属性:flush(): Promise\<void>;<br>起始版本:10|@ohos.data.preferences.d.ts|
|起始版本有变化|类名:Preferences<br>方法 or 属性:on(type: 'change', callback: Callback\<{ key: string }>): void;<br>起始版本:9|类名:Preferences<br>方法 or 属性:on(type: 'change', callback: Callback\<{ key: string }>): void;<br>起始版本:10|@ohos.data.preferences.d.ts|
|起始版本有变化|类名:Preferences<br>方法 or 属性:off(type: 'change', callback?: Callback\<{ key: string }>): void;<br>起始版本:9|类名:Preferences<br>方法 or 属性:off(type: 'change', callback?: Callback\<{ key: string }>): void;<br>起始版本:10|@ohos.data.preferences.d.ts|
|起始版本有变化|类名:relationalStore<br>起始版本:9|类名:relationalStore<br>起始版本:10|@ohos.data.relationalStore.d.ts|
|起始版本有变化|类名:StoreConfig<br>起始版本:9|类名:StoreConfig<br>起始版本:10|@ohos.data.relationalStore.d.ts|
|起始版本有变化|类名:StoreConfig<br>方法 or 属性:name: string;<br>起始版本:9|类名:StoreConfig<br>方法 or 属性:name: string;<br>起始版本:10|@ohos.data.relationalStore.d.ts|
|起始版本有变化|类名:SyncMode<br>起始版本:9|类名:SyncMode<br>起始版本:10|@ohos.data.relationalStore.d.ts|
|起始版本有变化|类名:SyncMode<br>方法 or 属性:SYNC_MODE_PUSH = 0<br>起始版本:9|类名:SyncMode<br>方法 or 属性:SYNC_MODE_PUSH = 0<br>起始版本:10|@ohos.data.relationalStore.d.ts|
|起始版本有变化|类名:SyncMode<br>方法 or 属性:SYNC_MODE_PULL = 1<br>起始版本:9|类名:SyncMode<br>方法 or 属性:SYNC_MODE_PULL = 1<br>起始版本:10|@ohos.data.relationalStore.d.ts|
|起始版本有变化|类名:RdbPredicates<br>起始版本:9|类名:RdbPredicates<br>起始版本:10|@ohos.data.relationalStore.d.ts|
|起始版本有变化|类名:RdbPredicates<br>方法 or 属性:equalTo(field: string, value: ValueType): RdbPredicates;<br>起始版本:9|类名:RdbPredicates<br>方法 or 属性:equalTo(field: string, value: ValueType): RdbPredicates;<br>起始版本:10|@ohos.data.relationalStore.d.ts|
|起始版本有变化|类名:RdbPredicates<br>方法 or 属性:notEqualTo(field: string, value: ValueType): RdbPredicates;<br>起始版本:9|类名:RdbPredicates<br>方法 or 属性:notEqualTo(field: string, value: ValueType): RdbPredicates;<br>起始版本:10|@ohos.data.relationalStore.d.ts|
|起始版本有变化|类名:RdbPredicates<br>方法 or 属性:beginWrap(): RdbPredicates;<br>起始版本:9|类名:RdbPredicates<br>方法 or 属性:beginWrap(): RdbPredicates;<br>起始版本:10|@ohos.data.relationalStore.d.ts|
|起始版本有变化|类名:RdbPredicates<br>方法 or 属性:endWrap(): RdbPredicates;<br>起始版本:9|类名:RdbPredicates<br>方法 or 属性:endWrap(): RdbPredicates;<br>起始版本:10|@ohos.data.relationalStore.d.ts|
|起始版本有变化|类名:RdbPredicates<br>方法 or 属性:or(): RdbPredicates;<br>起始版本:9|类名:RdbPredicates<br>方法 or 属性:or(): RdbPredicates;<br>起始版本:10|@ohos.data.relationalStore.d.ts|
|起始版本有变化|类名:RdbPredicates<br>方法 or 属性:and(): RdbPredicates;<br>起始版本:9|类名:RdbPredicates<br>方法 or 属性:and(): RdbPredicates;<br>起始版本:10|@ohos.data.relationalStore.d.ts|
|起始版本有变化|类名:RdbPredicates<br>方法 or 属性:contains(field: string, value: string): RdbPredicates;<br>起始版本:9|类名:RdbPredicates<br>方法 or 属性:contains(field: string, value: string): RdbPredicates;<br>起始版本:10|@ohos.data.relationalStore.d.ts|
|起始版本有变化|类名:RdbPredicates<br>方法 or 属性:beginsWith(field: string, value: string): RdbPredicates;<br>起始版本:9|类名:RdbPredicates<br>方法 or 属性:beginsWith(field: string, value: string): RdbPredicates;<br>起始版本:10|@ohos.data.relationalStore.d.ts|
|起始版本有变化|类名:RdbPredicates<br>方法 or 属性:endsWith(field: string, value: string): RdbPredicates;<br>起始版本:9|类名:RdbPredicates<br>方法 or 属性:endsWith(field: string, value: string): RdbPredicates;<br>起始版本:10|@ohos.data.relationalStore.d.ts|
|起始版本有变化|类名:RdbPredicates<br>方法 or 属性:isNull(field: string): RdbPredicates;<br>起始版本:9|类名:RdbPredicates<br>方法 or 属性:isNull(field: string): RdbPredicates;<br>起始版本:10|@ohos.data.relationalStore.d.ts|
|起始版本有变化|类名:RdbPredicates<br>方法 or 属性:isNotNull(field: string): RdbPredicates;<br>起始版本:9|类名:RdbPredicates<br>方法 or 属性:isNotNull(field: string): RdbPredicates;<br>起始版本:10|@ohos.data.relationalStore.d.ts|
|起始版本有变化|类名:RdbPredicates<br>方法 or 属性:like(field: string, value: string): RdbPredicates;<br>起始版本:9|类名:RdbPredicates<br>方法 or 属性:like(field: string, value: string): RdbPredicates;<br>起始版本:10|@ohos.data.relationalStore.d.ts|
|起始版本有变化|类名:RdbPredicates<br>方法 or 属性:glob(field: string, value: string): RdbPredicates;<br>起始版本:9|类名:RdbPredicates<br>方法 or 属性:glob(field: string, value: string): RdbPredicates;<br>起始版本:10|@ohos.data.relationalStore.d.ts|
|起始版本有变化|类名:RdbPredicates<br>方法 or 属性:between(field: string, low: ValueType, high: ValueType): RdbPredicates;<br>起始版本:9|类名:RdbPredicates<br>方法 or 属性:between(field: string, low: ValueType, high: ValueType): RdbPredicates;<br>起始版本:10|@ohos.data.relationalStore.d.ts|
|起始版本有变化|类名:RdbPredicates<br>方法 or 属性:notBetween(field: string, low: ValueType, high: ValueType): RdbPredicates;<br>起始版本:9|类名:RdbPredicates<br>方法 or 属性:notBetween(field: string, low: ValueType, high: ValueType): RdbPredicates;<br>起始版本:10|@ohos.data.relationalStore.d.ts|
|起始版本有变化|类名:RdbPredicates<br>方法 or 属性:greaterThan(field: string, value: ValueType): RdbPredicates;<br>起始版本:9|类名:RdbPredicates<br>方法 or 属性:greaterThan(field: string, value: ValueType): RdbPredicates;<br>起始版本:10|@ohos.data.relationalStore.d.ts|
|起始版本有变化|类名:RdbPredicates<br>方法 or 属性:lessThan(field: string, value: ValueType): RdbPredicates;<br>起始版本:9|类名:RdbPredicates<br>方法 or 属性:lessThan(field: string, value: ValueType): RdbPredicates;<br>起始版本:10|@ohos.data.relationalStore.d.ts|
|起始版本有变化|类名:RdbPredicates<br>方法 or 属性:greaterThanOrEqualTo(field: string, value: ValueType): RdbPredicates;<br>起始版本:9|类名:RdbPredicates<br>方法 or 属性:greaterThanOrEqualTo(field: string, value: ValueType): RdbPredicates;<br>起始版本:10|@ohos.data.relationalStore.d.ts|
|起始版本有变化|类名:RdbPredicates<br>方法 or 属性:lessThanOrEqualTo(field: string, value: ValueType): RdbPredicates;<br>起始版本:9|类名:RdbPredicates<br>方法 or 属性:lessThanOrEqualTo(field: string, value: ValueType): RdbPredicates;<br>起始版本:10|@ohos.data.relationalStore.d.ts|
|起始版本有变化|类名:RdbPredicates<br>方法 or 属性:orderByAsc(field: string): RdbPredicates;<br>起始版本:9|类名:RdbPredicates<br>方法 or 属性:orderByAsc(field: string): RdbPredicates;<br>起始版本:10|@ohos.data.relationalStore.d.ts|
|起始版本有变化|类名:RdbPredicates<br>方法 or 属性:orderByDesc(field: string): RdbPredicates;<br>起始版本:9|类名:RdbPredicates<br>方法 or 属性:orderByDesc(field: string): RdbPredicates;<br>起始版本:10|@ohos.data.relationalStore.d.ts|
|起始版本有变化|类名:RdbPredicates<br>方法 or 属性:distinct(): RdbPredicates;<br>起始版本:9|类名:RdbPredicates<br>方法 or 属性:distinct(): RdbPredicates;<br>起始版本:10|@ohos.data.relationalStore.d.ts|
|起始版本有变化|类名:RdbPredicates<br>方法 or 属性:limitAs(value: number): RdbPredicates;<br>起始版本:9|类名:RdbPredicates<br>方法 or 属性:limitAs(value: number): RdbPredicates;<br>起始版本:10|@ohos.data.relationalStore.d.ts|
|起始版本有变化|类名:RdbPredicates<br>方法 or 属性:offsetAs(rowOffset: number): RdbPredicates;<br>起始版本:9|类名:RdbPredicates<br>方法 or 属性:offsetAs(rowOffset: number): RdbPredicates;<br>起始版本:10|@ohos.data.relationalStore.d.ts|
|起始版本有变化|类名:RdbPredicates<br>方法 or 属性:groupBy(fields: Array\<string>): RdbPredicates;<br>起始版本:9|类名:RdbPredicates<br>方法 or 属性:groupBy(fields: Array\<string>): RdbPredicates;<br>起始版本:10|@ohos.data.relationalStore.d.ts|
|起始版本有变化|类名:RdbPredicates<br>方法 or 属性:indexedBy(field: string): RdbPredicates;<br>起始版本:9|类名:RdbPredicates<br>方法 or 属性:indexedBy(field: string): RdbPredicates;<br>起始版本:10|@ohos.data.relationalStore.d.ts|
|起始版本有变化|类名:RdbPredicates<br>方法 or 属性:in(field: string, value: Array\<ValueType>): RdbPredicates;<br>起始版本:9|类名:RdbPredicates<br>方法 or 属性:in(field: string, value: Array\<ValueType>): RdbPredicates;<br>起始版本:10|@ohos.data.relationalStore.d.ts|
|起始版本有变化|类名:RdbPredicates<br>方法 or 属性:notIn(field: string, value: Array\<ValueType>): RdbPredicates;<br>起始版本:9|类名:RdbPredicates<br>方法 or 属性:notIn(field: string, value: Array\<ValueType>): RdbPredicates;<br>起始版本:10|@ohos.data.relationalStore.d.ts|
|起始版本有变化|类名:ResultSet<br>起始版本:9|类名:ResultSet<br>起始版本:10|@ohos.data.relationalStore.d.ts|
|起始版本有变化|类名:ResultSet<br>方法 or 属性:columnNames: Array\<string>;<br>起始版本:9|类名:ResultSet<br>方法 or 属性:columnNames: Array\<string>;<br>起始版本:10|@ohos.data.relationalStore.d.ts|
|起始版本有变化|类名:ResultSet<br>方法 or 属性:columnCount: number;<br>起始版本:9|类名:ResultSet<br>方法 or 属性:columnCount: number;<br>起始版本:10|@ohos.data.relationalStore.d.ts|
|起始版本有变化|类名:ResultSet<br>方法 or 属性:rowCount: number;<br>起始版本:9|类名:ResultSet<br>方法 or 属性:rowCount: number;<br>起始版本:10|@ohos.data.relationalStore.d.ts|
|起始版本有变化|类名:ResultSet<br>方法 or 属性:rowIndex: number;<br>起始版本:9|类名:ResultSet<br>方法 or 属性:rowIndex: number;<br>起始版本:10|@ohos.data.relationalStore.d.ts|
|起始版本有变化|类名:ResultSet<br>方法 or 属性:isAtFirstRow: boolean;<br>起始版本:9|类名:ResultSet<br>方法 or 属性:isAtFirstRow: boolean;<br>起始版本:10|@ohos.data.relationalStore.d.ts|
|起始版本有变化|类名:ResultSet<br>方法 or 属性:isAtLastRow: boolean;<br>起始版本:9|类名:ResultSet<br>方法 or 属性:isAtLastRow: boolean;<br>起始版本:10|@ohos.data.relationalStore.d.ts|
|起始版本有变化|类名:ResultSet<br>方法 or 属性:isEnded: boolean;<br>起始版本:9|类名:ResultSet<br>方法 or 属性:isEnded: boolean;<br>起始版本:10|@ohos.data.relationalStore.d.ts|
|起始版本有变化|类名:ResultSet<br>方法 or 属性:isStarted: boolean;<br>起始版本:9|类名:ResultSet<br>方法 or 属性:isStarted: boolean;<br>起始版本:10|@ohos.data.relationalStore.d.ts|
|起始版本有变化|类名:ResultSet<br>方法 or 属性:isClosed: boolean;<br>起始版本:9|类名:ResultSet<br>方法 or 属性:isClosed: boolean;<br>起始版本:10|@ohos.data.relationalStore.d.ts|
|起始版本有变化|类名:ResultSet<br>方法 or 属性:getColumnIndex(columnName: string): number;<br>起始版本:9|类名:ResultSet<br>方法 or 属性:getColumnIndex(columnName: string): number;<br>起始版本:10|@ohos.data.relationalStore.d.ts|
|起始版本有变化|类名:ResultSet<br>方法 or 属性:getColumnName(columnIndex: number): string;<br>起始版本:9|类名:ResultSet<br>方法 or 属性:getColumnName(columnIndex: number): string;<br>起始版本:10|@ohos.data.relationalStore.d.ts|
|起始版本有变化|类名:ResultSet<br>方法 or 属性:goTo(offset: number): boolean;<br>起始版本:9|类名:ResultSet<br>方法 or 属性:goTo(offset: number): boolean;<br>起始版本:10|@ohos.data.relationalStore.d.ts|
|起始版本有变化|类名:ResultSet<br>方法 or 属性:goToRow(position: number): boolean;<br>起始版本:9|类名:ResultSet<br>方法 or 属性:goToRow(position: number): boolean;<br>起始版本:10|@ohos.data.relationalStore.d.ts|
|起始版本有变化|类名:ResultSet<br>方法 or 属性:goToFirstRow(): boolean;<br>起始版本:9|类名:ResultSet<br>方法 or 属性:goToFirstRow(): boolean;<br>起始版本:10|@ohos.data.relationalStore.d.ts|
|起始版本有变化|类名:ResultSet<br>方法 or 属性:goToLastRow(): boolean;<br>起始版本:9|类名:ResultSet<br>方法 or 属性:goToLastRow(): boolean;<br>起始版本:10|@ohos.data.relationalStore.d.ts|
|起始版本有变化|类名:ResultSet<br>方法 or 属性:goToNextRow(): boolean;<br>起始版本:9|类名:ResultSet<br>方法 or 属性:goToNextRow(): boolean;<br>起始版本:10|@ohos.data.relationalStore.d.ts|
|起始版本有变化|类名:ResultSet<br>方法 or 属性:goToPreviousRow(): boolean;<br>起始版本:9|类名:ResultSet<br>方法 or 属性:goToPreviousRow(): boolean;<br>起始版本:10|@ohos.data.relationalStore.d.ts|
|起始版本有变化|类名:ResultSet<br>方法 or 属性:getBlob(columnIndex: number): Uint8Array;<br>起始版本:9|类名:ResultSet<br>方法 or 属性:getBlob(columnIndex: number): Uint8Array;<br>起始版本:10|@ohos.data.relationalStore.d.ts|
|起始版本有变化|类名:ResultSet<br>方法 or 属性:getString(columnIndex: number): string;<br>起始版本:9|类名:ResultSet<br>方法 or 属性:getString(columnIndex: number): string;<br>起始版本:10|@ohos.data.relationalStore.d.ts|
|起始版本有变化|类名:ResultSet<br>方法 or 属性:getLong(columnIndex: number): number;<br>起始版本:9|类名:ResultSet<br>方法 or 属性:getLong(columnIndex: number): number;<br>起始版本:10|@ohos.data.relationalStore.d.ts|
|起始版本有变化|类名:ResultSet<br>方法 or 属性:getDouble(columnIndex: number): number;<br>起始版本:9|类名:ResultSet<br>方法 or 属性:getDouble(columnIndex: number): number;<br>起始版本:10|@ohos.data.relationalStore.d.ts|
|起始版本有变化|类名:ResultSet<br>方法 or 属性:isColumnNull(columnIndex: number): boolean;<br>起始版本:9|类名:ResultSet<br>方法 or 属性:isColumnNull(columnIndex: number): boolean;<br>起始版本:10|@ohos.data.relationalStore.d.ts|
|起始版本有变化|类名:ResultSet<br>方法 or 属性:close(): void;<br>起始版本:9|类名:ResultSet<br>方法 or 属性:close(): void;<br>起始版本:10|@ohos.data.relationalStore.d.ts|
|起始版本有变化|类名:RdbStore<br>起始版本:9|类名:RdbStore<br>起始版本:10|@ohos.data.relationalStore.d.ts|
|起始版本有变化|类名:RdbStore<br>方法 or 属性:insert(table: string, values: ValuesBucket, callback: AsyncCallback\<number>): void;<br>起始版本:9|类名:RdbStore<br>方法 or 属性:insert(table: string, values: ValuesBucket, callback: AsyncCallback\<number>): void;<br>起始版本:10|@ohos.data.relationalStore.d.ts|
|起始版本有变化|类名:RdbStore<br>方法 or 属性:insert(table: string, values: ValuesBucket): Promise\<number>;<br>起始版本:9|类名:RdbStore<br>方法 or 属性:insert(table: string, values: ValuesBucket): Promise\<number>;<br>起始版本:10|@ohos.data.relationalStore.d.ts|
|起始版本有变化|类名:RdbStore<br>方法 or 属性:batchInsert(table: string, values: Array\<ValuesBucket>, callback: AsyncCallback\<number>): void;<br>起始版本:9|类名:RdbStore<br>方法 or 属性:batchInsert(table: string, values: Array\<ValuesBucket>, callback: AsyncCallback\<number>): void;<br>起始版本:10|@ohos.data.relationalStore.d.ts|
|起始版本有变化|类名:RdbStore<br>方法 or 属性:batchInsert(table: string, values: Array\<ValuesBucket>): Promise\<number>;<br>起始版本:9|类名:RdbStore<br>方法 or 属性:batchInsert(table: string, values: Array\<ValuesBucket>): Promise\<number>;<br>起始版本:10|@ohos.data.relationalStore.d.ts|
|起始版本有变化|类名:RdbStore<br>方法 or 属性:update(values: ValuesBucket, predicates: RdbPredicates, callback: AsyncCallback\<number>): void;<br>起始版本:9|类名:RdbStore<br>方法 or 属性:update(values: ValuesBucket, predicates: RdbPredicates, callback: AsyncCallback\<number>): void;<br>起始版本:10|@ohos.data.relationalStore.d.ts|
|起始版本有变化|类名:RdbStore<br>方法 or 属性:update(values: ValuesBucket, predicates: RdbPredicates): Promise\<number>;<br>起始版本:9|类名:RdbStore<br>方法 or 属性:update(values: ValuesBucket, predicates: RdbPredicates): Promise\<number>;<br>起始版本:10|@ohos.data.relationalStore.d.ts|
|起始版本有变化|类名:RdbStore<br>方法 or 属性:update(table: string, values: ValuesBucket, predicates: dataSharePredicates.DataSharePredicates, callback: AsyncCallback\<number>): void;<br>起始版本:9|类名:RdbStore<br>方法 or 属性:update(table: string, values: ValuesBucket, predicates: dataSharePredicates.DataSharePredicates, callback: AsyncCallback\<number>): void;<br>起始版本:10|@ohos.data.relationalStore.d.ts|
|起始版本有变化|类名:RdbStore<br>方法 or 属性:update(table: string, values: ValuesBucket, predicates: dataSharePredicates.DataSharePredicates): Promise\<number>;<br>起始版本:9|类名:RdbStore<br>方法 or 属性:update(table: string, values: ValuesBucket, predicates: dataSharePredicates.DataSharePredicates): Promise\<number>;<br>起始版本:10|@ohos.data.relationalStore.d.ts|
|起始版本有变化|类名:RdbStore<br>方法 or 属性:delete(predicates: RdbPredicates, callback: AsyncCallback\<number>): void;<br>起始版本:9|类名:RdbStore<br>方法 or 属性:delete(predicates: RdbPredicates, callback: AsyncCallback\<number>): void;<br>起始版本:10|@ohos.data.relationalStore.d.ts|
|起始版本有变化|类名:RdbStore<br>方法 or 属性:delete(predicates: RdbPredicates): Promise\<number>;<br>起始版本:9|类名:RdbStore<br>方法 or 属性:delete(predicates: RdbPredicates): Promise\<number>;<br>起始版本:10|@ohos.data.relationalStore.d.ts|
|起始版本有变化|类名:RdbStore<br>方法 or 属性:delete(table: string, predicates: dataSharePredicates.DataSharePredicates, callback: AsyncCallback\<number>): void;<br>起始版本:9|类名:RdbStore<br>方法 or 属性:delete(table: string, predicates: dataSharePredicates.DataSharePredicates, callback: AsyncCallback\<number>): void;<br>起始版本:10|@ohos.data.relationalStore.d.ts|
|起始版本有变化|类名:RdbStore<br>方法 or 属性:delete(table: string, predicates: dataSharePredicates.DataSharePredicates): Promise\<number>;<br>起始版本:9|类名:RdbStore<br>方法 or 属性:delete(table: string, predicates: dataSharePredicates.DataSharePredicates): Promise\<number>;<br>起始版本:10|@ohos.data.relationalStore.d.ts|
|起始版本有变化|类名:RdbStore<br>方法 or 属性:query(predicates: RdbPredicates, columns: Array\<string>, callback: AsyncCallback\<ResultSet>): void;<br>起始版本:9|类名:RdbStore<br>方法 or 属性:query(predicates: RdbPredicates, columns: Array\<string>, callback: AsyncCallback\<ResultSet>): void;<br>起始版本:10|@ohos.data.relationalStore.d.ts|
|起始版本有变化|类名:RdbStore<br>方法 or 属性:querySql(sql: string, bindArgs: Array\<ValueType>, callback: AsyncCallback\<ResultSet>): void;<br>起始版本:9|类名:RdbStore<br>方法 or 属性:querySql(sql: string, bindArgs: Array\<ValueType>, callback: AsyncCallback\<ResultSet>): void;<br>起始版本:10|@ohos.data.relationalStore.d.ts|
|起始版本有变化|类名:RdbStore<br>方法 or 属性:executeSql(sql: string, bindArgs: Array\<ValueType>, callback: AsyncCallback\<void>): void;<br>起始版本:9|类名:RdbStore<br>方法 or 属性:executeSql(sql: string, bindArgs: Array\<ValueType>, callback: AsyncCallback\<void>): void;<br>起始版本:10|@ohos.data.relationalStore.d.ts|
|起始版本有变化|类名:RdbStore<br>方法 or 属性:beginTransaction(): void;<br>起始版本:9|类名:RdbStore<br>方法 or 属性:beginTransaction(): void;<br>起始版本:10|@ohos.data.relationalStore.d.ts|
|起始版本有变化|类名:RdbStore<br>方法 or 属性:commit(): void;<br>起始版本:9|类名:RdbStore<br>方法 or 属性:commit(): void;<br>起始版本:10|@ohos.data.relationalStore.d.ts|
|起始版本有变化|类名:RdbStore<br>方法 or 属性:rollBack(): void;<br>起始版本:9|类名:RdbStore<br>方法 or 属性:rollBack(): void;<br>起始版本:10|@ohos.data.relationalStore.d.ts|
|起始版本有变化|类名:RdbStore<br>方法 or 属性:backup(destName: string, callback: AsyncCallback\<void>): void;<br>起始版本:9|类名:RdbStore<br>方法 or 属性:backup(destName: string, callback: AsyncCallback\<void>): void;<br>起始版本:10|@ohos.data.relationalStore.d.ts|
|起始版本有变化|类名:RdbStore<br>方法 or 属性:backup(destName: string): Promise\<void>;<br>起始版本:9|类名:RdbStore<br>方法 or 属性:backup(destName: string): Promise\<void>;<br>起始版本:10|@ohos.data.relationalStore.d.ts|
|起始版本有变化|类名:RdbStore<br>方法 or 属性:restore(srcName: string, callback: AsyncCallback\<void>): void;<br>起始版本:9|类名:RdbStore<br>方法 or 属性:restore(srcName: string, callback: AsyncCallback\<void>): void;<br>起始版本:10|@ohos.data.relationalStore.d.ts|
|起始版本有变化|类名:RdbStore<br>方法 or 属性:restore(srcName: string): Promise\<void>;<br>起始版本:9|类名:RdbStore<br>方法 or 属性:restore(srcName: string): Promise\<void>;<br>起始版本:10|@ohos.data.relationalStore.d.ts|
|起始版本有变化|类名:relationalStore<br>方法 or 属性:function getRdbStore(context: Context, config: StoreConfig, callback: AsyncCallback\<RdbStore>): void;<br>起始版本:9|类名:relationalStore<br>方法 or 属性:function getRdbStore(context: Context, config: StoreConfig, callback: AsyncCallback\<RdbStore>): void;<br>起始版本:10|@ohos.data.relationalStore.d.ts|
|起始版本有变化|类名:relationalStore<br>方法 or 属性:function getRdbStore(context: Context, config: StoreConfig): Promise\<RdbStore>;<br>起始版本:9|类名:relationalStore<br>方法 or 属性:function getRdbStore(context: Context, config: StoreConfig): Promise\<RdbStore>;<br>起始版本:10|@ohos.data.relationalStore.d.ts|
|起始版本有变化|类名:relationalStore<br>方法 or 属性:function deleteRdbStore(context: Context, name: string, callback: AsyncCallback\<void>): void;<br>起始版本:9|类名:relationalStore<br>方法 or 属性:function deleteRdbStore(context: Context, name: string, callback: AsyncCallback\<void>): void;<br>起始版本:10|@ohos.data.relationalStore.d.ts|
|起始版本有变化|类名:relationalStore<br>方法 or 属性:function deleteRdbStore(context: Context, name: string): Promise\<void>;<br>起始版本:9|类名:relationalStore<br>方法 or 属性:function deleteRdbStore(context: Context, name: string): Promise\<void>;<br>起始版本:10|@ohos.data.relationalStore.d.ts|
|新增(权限)|类名:SubscribeType<br>方法 or 属性:SUBSCRIBE_TYPE_REMOTE = 0<br>权限:N/A|类名:SubscribeType<br>方法 or 属性:SUBSCRIBE_TYPE_REMOTE = 0<br>权限:ohos.permission.DISTRIBUTED_DATASYNC|@ohos.data.rdb.d.ts|
|新增(权限)|类名:SubscribeType<br>方法 or 属性:SUBSCRIBE_TYPE_REMOTE = 0<br>权限:N/A|类名:SubscribeType<br>方法 or 属性:SUBSCRIBE_TYPE_REMOTE = 0<br>权限:ohos.permission.DISTRIBUTED_DATASYNC|@ohos.data.relationalStore.d.ts|
|函数有变化|类名:dataShare<br>方法 or 属性:function createDataShareHelper(context: Context, uri: string): Promise\<DataShareHelper>;<br>|类名:dataShare<br>方法 or 属性:function createDataShareHelper(<br> context: Context,<br> uri: string,<br> option?: DataShareHelperOption<br> ): Promise\<DataShareHelper>;<br>|@ohos.data.dataShare.d.ts|
|函数有变化|类名:RdbStore<br>方法 or 属性:insert(table: string, values: ValuesBucket, callback: AsyncCallback\<number>): void;<br>|类名:RdbStore<br>方法 or 属性:insert(table: string, values: ValuesBucket, conflict: ConflictResolution, callback: AsyncCallback\<number>): void;<br>|@ohos.data.relationalStore.d.ts|
|函数有变化|类名:RdbStore<br>方法 or 属性:insert(table: string, values: ValuesBucket): Promise\<number>;<br>|类名:RdbStore<br>方法 or 属性:insert(table: string, values: ValuesBucket, conflict: ConflictResolution): Promise\<number>;<br>|@ohos.data.relationalStore.d.ts|
|函数有变化|类名:RdbStore<br>方法 or 属性:update(values: ValuesBucket, predicates: RdbPredicates, callback: AsyncCallback\<number>): void;<br>|类名:RdbStore<br>方法 or 属性:update(values: ValuesBucket, predicates: RdbPredicates, callback: AsyncCallback\<number>): void;<br>|@ohos.data.relationalStore.d.ts|
|函数有变化|类名:RdbStore<br>方法 or 属性:update(table: string, values: ValuesBucket, predicates: dataSharePredicates.DataSharePredicates, callback: AsyncCallback\<number>): void;<br>|类名:RdbStore<br>方法 or 属性:update(values: ValuesBucket, predicates: RdbPredicates, callback: AsyncCallback\<number>): void;<br>|@ohos.data.relationalStore.d.ts|
|函数有变化|类名:RdbStore<br>方法 or 属性:update(values: ValuesBucket, predicates: RdbPredicates, callback: AsyncCallback\<number>): void;<br>|类名:RdbStore<br>方法 or 属性:update(values: ValuesBucket, predicates: RdbPredicates, conflict: ConflictResolution, callback: AsyncCallback\<number>): void;<br>|@ohos.data.relationalStore.d.ts|
|函数有变化|类名:RdbStore<br>方法 or 属性:update(table: string, values: ValuesBucket, predicates: dataSharePredicates.DataSharePredicates, callback: AsyncCallback\<number>): void;<br>|类名:RdbStore<br>方法 or 属性:update(values: ValuesBucket, predicates: RdbPredicates, conflict: ConflictResolution, callback: AsyncCallback\<number>): void;<br>|@ohos.data.relationalStore.d.ts|
|函数有变化|类名:RdbStore<br>方法 or 属性:update(table: string, values: ValuesBucket, predicates: dataSharePredicates.DataSharePredicates): Promise\<number>;<br>|类名:RdbStore<br>方法 or 属性:update(values: ValuesBucket, predicates: RdbPredicates): Promise\<number>;<br>|@ohos.data.relationalStore.d.ts|
|函数有变化|类名:RdbStore<br>方法 or 属性:update(values: ValuesBucket, predicates: RdbPredicates): Promise\<number>;<br>|类名:RdbStore<br>方法 or 属性:update(values: ValuesBucket, predicates: RdbPredicates, conflict: ConflictResolution): Promise\<number>;<br>|@ohos.data.relationalStore.d.ts|
|函数有变化|类名:RdbStore<br>方法 or 属性:update(table: string, values: ValuesBucket, predicates: dataSharePredicates.DataSharePredicates): Promise\<number>;<br>|类名:RdbStore<br>方法 or 属性:update(values: ValuesBucket, predicates: RdbPredicates, conflict: ConflictResolution): Promise\<number>;<br>|@ohos.data.relationalStore.d.ts|
|函数有变化|类名:RdbStore<br>方法 or 属性:update(values: ValuesBucket, predicates: RdbPredicates, callback: AsyncCallback\<number>): void;<br>|类名:RdbStore<br>方法 or 属性:update(table: string, values: ValuesBucket, predicates: dataSharePredicates.DataSharePredicates, callback: AsyncCallback\<number>): void;<br>|@ohos.data.relationalStore.d.ts|
|函数有变化|类名:RdbStore<br>方法 or 属性:update(values: ValuesBucket, predicates: RdbPredicates): Promise\<number>;<br>|类名:RdbStore<br>方法 or 属性:update(table: string, values: ValuesBucket, predicates: dataSharePredicates.DataSharePredicates): Promise\<number>;<br>|@ohos.data.relationalStore.d.ts|
|函数有变化|类名:RdbStore<br>方法 or 属性:query(predicates: RdbPredicates, columns: Array\<string>, callback: AsyncCallback\<ResultSet>): void;<br>|类名:RdbStore<br>方法 or 属性:query(predicates: RdbPredicates, callback: AsyncCallback\<ResultSet>): void;<br>|@ohos.data.relationalStore.d.ts|
|函数有变化|类名:RdbStore<br>方法 or 属性:query(predicates: RdbPredicates, columns: Array\<string>, callback: AsyncCallback\<ResultSet>): void;<br>|类名:RdbStore<br>方法 or 属性:query(table: string, predicates: dataSharePredicates.DataSharePredicates, callback: AsyncCallback\<ResultSet>): void;<br>|@ohos.data.relationalStore.d.ts|
|函数有变化|类名:RdbStore<br>方法 or 属性:querySql(sql: string, bindArgs: Array\<ValueType>, callback: AsyncCallback\<ResultSet>): void;<br>|类名:RdbStore<br>方法 or 属性:querySql(sql: string, callback: AsyncCallback\<ResultSet>): void;<br>|@ohos.data.relationalStore.d.ts|
|函数有变化|类名:RdbStore<br>方法 or 属性:executeSql(sql: string, bindArgs: Array\<ValueType>, callback: AsyncCallback\<void>): void;<br>|类名:RdbStore<br>方法 or 属性:executeSql(sql: string, callback: AsyncCallback\<void>): void;<br>|@ohos.data.relationalStore.d.ts|
|函数有变化|类名:RdbStore<br>方法 or 属性:executeSql(sql: string, bindArgs: Array\<ValueType>, callback: AsyncCallback\<void>): void;<br>|类名:RdbStore<br>方法 or 属性:executeSql(sql: string, bindArgs: Array\<ValueType>, callback: AsyncCallback\<void>): void;<br>|@ohos.data.relationalStore.d.ts|
| 操作 | 旧版本 | 新版本 | d.ts文件 |
| ---- | ------ | ------ | -------- |
|新增|NA|模块名: ohos.distributedHardware.deviceManager<br>类名: DeviceInfo<br>方法 or 属性:authForm: AuthForm;|@ohos.distributedHardware.deviceManager.d.ts|
|新增|NA|类名:DeviceInfo<br>方法or属性:authForm: AuthForm;|@ohos.distributedHardware.deviceManager.d.ts|
|新增|NA|模块名: ohos.distributedHardware.deviceManager<br>类名: AuthForm|@ohos.distributedHardware.deviceManager.d.ts|
|新增|NA|类名:AuthForm<br>方法or属性:|@ohos.distributedHardware.deviceManager.d.ts|
|新增|NA|模块名: ohos.distributedHardware.deviceManager<br>类名: AuthForm<br>方法 or 属性:INVALID_TYPE = -1|@ohos.distributedHardware.deviceManager.d.ts|
|新增|NA|模块名: ohos.distributedHardware.deviceManager<br>类名: AuthForm<br>方法 or 属性:PEER_TO_PEER = 0|@ohos.distributedHardware.deviceManager.d.ts|
|新增|NA|模块名: ohos.distributedHardware.deviceManager<br>类名: AuthForm<br>方法 or 属性:IDENTICAL_ACCOUNT = 1|@ohos.distributedHardware.deviceManager.d.ts|
|新增|NA|模块名: ohos.distributedHardware.deviceManager<br>类名: AuthForm<br>方法 or 属性:ACROSS_ACCOUNT = 2|@ohos.distributedHardware.deviceManager.d.ts|
|新增|NA|类名:DeviceManager<br>方法or属性:getDeviceInfo(networkId: string, callback: AsyncCallback\<DeviceInfo>): void;|@ohos.distributedHardware.deviceManager.d.ts|
|新增|NA|类名:DeviceManager<br>方法or属性:getDeviceInfo(networkId: string): Promise\<DeviceInfo>;|@ohos.distributedHardware.deviceManager.d.ts|
|新增|NA|类名:DeviceManager<br>方法or属性:requestCredentialRegisterInfo(requestInfo: string, callback: AsyncCallback\<{ registerInfo: string }>): void;|@ohos.distributedHardware.deviceManager.d.ts|
|新增|NA|类名:DeviceManager<br>方法or属性:importCredential(credentialInfo: string, callback: AsyncCallback\<{ resultInfo: string }>): void;|@ohos.distributedHardware.deviceManager.d.ts|
|新增|NA|类名:DeviceManager<br>方法or属性:deleteCredential(queryInfo: string, callback: AsyncCallback\<{ resultInfo: string }>): void;|@ohos.distributedHardware.deviceManager.d.ts|
| 操作 | 旧版本 | 新版本 | d.ts文件 |
| ---- | ------ | ------ | -------- |
|新增|NA|模块名: ohos.file.backup<br>类名: backup|@ohos.file.backup.d.ts|
|新增|NA|模块名: ohos.file.backup<br>类名: FileMeta|@ohos.file.backup.d.ts|
|新增|NA|模块名: ohos.file.backup<br>类名: FileMeta<br>方法 or 属性: bundleName: string;|@ohos.file.backup.d.ts|
|新增|NA|模块名: ohos.file.backup<br>类名: FileMeta<br>方法 or 属性: uri: string;|@ohos.file.backup.d.ts|
|新增|NA|模块名: ohos.file.backup<br>类名: FileData|@ohos.file.backup.d.ts|
|新增|NA|模块名: ohos.file.backup<br>类名: FileData<br>方法 or 属性: fd: number;|@ohos.file.backup.d.ts|
|新增|NA|模块名: ohos.file.backup<br>类名: File|@ohos.file.backup.d.ts|
|新增|NA|模块名: ohos.file.backup<br>类名: backup<br>方法 or 属性: function getLocalCapabilities(): Promise\<FileData>;|@ohos.file.backup.d.ts|
|新增|NA|模块名: ohos.file.backup<br>类名: backup<br>方法 or 属性: function getLocalCapabilities(callback: AsyncCallback\<FileData>): void;|@ohos.file.backup.d.ts|
|新增|NA|模块名: ohos.file.backup<br>类名: GeneralCallbacks|@ohos.file.backup.d.ts|
|新增|NA|模块名: ohos.file.backup<br>类名: GeneralCallbacks<br>方法 or 属性: onFileReady: AsyncCallback\<File>;|@ohos.file.backup.d.ts|
|新增|NA|模块名: ohos.file.backup<br>类名: GeneralCallbacks<br>方法 or 属性: onBundleBegin: AsyncCallback\<string>;|@ohos.file.backup.d.ts|
|新增|NA|模块名: ohos.file.backup<br>类名: GeneralCallbacks<br>方法 or 属性: onBundleEnd: AsyncCallback\<string>;|@ohos.file.backup.d.ts|
|新增|NA|模块名: ohos.file.backup<br>类名: GeneralCallbacks<br>方法 or 属性: onAllBundlesEnd: AsyncCallback\<undefined>;|@ohos.file.backup.d.ts|
|新增|NA|模块名: ohos.file.backup<br>类名: GeneralCallbacks<br>方法 or 属性: onBackupServiceDied: Callback\<undefined>;|@ohos.file.backup.d.ts|
|新增|NA|模块名: ohos.file.backup<br>类名: SessionBackup|@ohos.file.backup.d.ts|
|新增|NA|模块名: ohos.file.backup<br>类名: SessionBackup<br>方法 or 属性: constructor(callbacks: GeneralCallbacks);|@ohos.file.backup.d.ts|
|新增|NA|模块名: ohos.file.backup<br>类名: SessionBackup<br>方法 or 属性: appendBundles(bundlesToBackup: string[]): Promise\<void>;|@ohos.file.backup.d.ts|
|新增|NA|模块名: ohos.file.backup<br>类名: SessionBackup<br>方法 or 属性: appendBundles(bundlesToBackup: string[], callback: AsyncCallback\<void>): void;|@ohos.file.backup.d.ts|
|新增|NA|模块名: ohos.file.backup<br>类名: SessionRestore|@ohos.file.backup.d.ts|
|新增|NA|模块名: ohos.file.backup<br>类名: SessionRestore<br>方法 or 属性: constructor(callbacks: GeneralCallbacks);|@ohos.file.backup.d.ts|
|新增|NA|模块名: ohos.file.backup<br>类名: SessionRestore<br>方法 or 属性: appendBundles(remoteCapabilitiesFd: number, bundlesToBackup: string[]): Promise\<void>;|@ohos.file.backup.d.ts|
|新增|NA|模块名: ohos.file.backup<br>类名: SessionRestore<br>方法 or 属性: appendBundles(remoteCapabilitiesFd: number, bundlesToBackup: string[], callback: AsyncCallback\<void>): void;|@ohos.file.backup.d.ts|
|新增|NA|模块名: ohos.file.backup<br>类名: SessionRestore<br>方法 or 属性: publishFile(fileMeta: FileMeta): Promise\<void>;|@ohos.file.backup.d.ts|
|新增|NA|模块名: ohos.file.backup<br>类名: SessionRestore<br>方法 or 属性: publishFile(fileMeta: FileMeta, callback: AsyncCallback\<void>): void;|@ohos.file.backup.d.ts|
|新增|NA|模块名: ohos.file.backup<br>类名: SessionRestore<br>方法 or 属性: getFileHandle(fileMeta: FileMeta): Promise\<void>;|@ohos.file.backup.d.ts|
|新增|NA|模块名: ohos.file.backup<br>类名: SessionRestore<br>方法 or 属性: getFileHandle(fileMeta: FileMeta, callback: AsyncCallback\<void>): void;|@ohos.file.backup.d.ts|
|新增|NA|模块名: ohos.file.cloudSyncManager<br>类名: cloudSyncManager|@ohos.file.cloudSyncManager.d.ts|
|新增|NA|模块名: ohos.file.cloudSyncManager<br>类名: cloudSyncManager<br>方法 or 属性: function changeAppCloudSwitch(accountId: string, bundleName: string, status: boolean): Promise\<void>;|@ohos.file.cloudSyncManager.d.ts|
|新增|NA|模块名: ohos.file.cloudSyncManager<br>类名: cloudSyncManager<br>方法 or 属性: function changeAppCloudSwitch(accountId: string, bundleName: string, status: boolean, callback: AsyncCallback\<void>): void;|@ohos.file.cloudSyncManager.d.ts|
|新增|NA|模块名: ohos.file.cloudSyncManager<br>类名: cloudSyncManager<br>方法 or 属性: function notifyDataChange(accountId: string, bundleName: string): Promise\<void>;|@ohos.file.cloudSyncManager.d.ts|
|新增|NA|模块名: ohos.file.cloudSyncManager<br>类名: cloudSyncManager<br>方法 or 属性: function notifyDataChange(accountId: string, bundleName: string, callback: AsyncCallback\<void>): void;|@ohos.file.cloudSyncManager.d.ts|
|新增|NA|类名:FileInfo<br>方法or属性:relativePath: string;|@ohos.file.fileAccess.d.ts|
|新增|NA|类名:RootInfo<br>方法or属性:relativePath: string;|@ohos.file.fileAccess.d.ts|
|新增|NA|模块名: ohos.file.fileAccess<br>类名: CopyResult|@ohos.file.fileAccess.d.ts|
|新增|NA|类名:CopyResult<br>方法or属性:|@ohos.file.fileAccess.d.ts|
|新增|NA|模块名: ohos.file.fileAccess<br>类名: CopyResult<br>方法 or 属性:sourceUri: string;|@ohos.file.fileAccess.d.ts|
|新增|NA|类名:CopyResult<br>方法or属性:sourceUri: string;|@ohos.file.fileAccess.d.ts|
|新增|NA|模块名: ohos.file.fileAccess<br>类名: CopyResult<br>方法 or 属性:destUri: string;|@ohos.file.fileAccess.d.ts|
|新增|NA|类名:CopyResult<br>方法or属性:destUri: string;|@ohos.file.fileAccess.d.ts|
|新增|NA|模块名: ohos.file.fileAccess<br>类名: CopyResult<br>方法 or 属性:errCode: number;|@ohos.file.fileAccess.d.ts|
|新增|NA|类名:CopyResult<br>方法or属性:errCode: number;|@ohos.file.fileAccess.d.ts|
|新增|NA|模块名: ohos.file.fileAccess<br>类名: CopyResult<br>方法 or 属性:errMsg: string;|@ohos.file.fileAccess.d.ts|
|新增|NA|类名:CopyResult<br>方法or属性:errMsg: string;|@ohos.file.fileAccess.d.ts|
|新增|NA|模块名: ohos.file.fileAccess<br>类名: FileKey|@ohos.file.fileAccess.d.ts|
|新增|NA|类名:FileKey<br>方法or属性:|@ohos.file.fileAccess.d.ts|
|新增|NA|模块名: ohos.file.fileAccess<br>类名: FileKey<br>方法 or 属性:DISPLAY_NAME = 'display_name'|@ohos.file.fileAccess.d.ts|
|新增|NA|类名:FileKey<br>方法or属性:DISPLAY_NAME = 'display_name'|@ohos.file.fileAccess.d.ts|
|新增|NA|模块名: ohos.file.fileAccess<br>类名: FileKey<br>方法 or 属性:DATE_ADDED = 'date_added'|@ohos.file.fileAccess.d.ts|
|新增|NA|类名:FileKey<br>方法or属性:DATE_ADDED = 'date_added'|@ohos.file.fileAccess.d.ts|
|新增|NA|模块名: ohos.file.fileAccess<br>类名: FileKey<br>方法 or 属性:DATE_MODIFIED = 'date_modified'|@ohos.file.fileAccess.d.ts|
|新增|NA|类名:FileKey<br>方法or属性:DATE_MODIFIED = 'date_modified'|@ohos.file.fileAccess.d.ts|
|新增|NA|模块名: ohos.file.fileAccess<br>类名: FileKey<br>方法 or 属性:RELATIVE_PATH = 'relative_path'|@ohos.file.fileAccess.d.ts|
|新增|NA|类名:FileKey<br>方法or属性:RELATIVE_PATH = 'relative_path'|@ohos.file.fileAccess.d.ts|
|新增|NA|模块名: ohos.file.fileAccess<br>类名: FileKey<br>方法 or 属性:FILE_SIZE = 'size'|@ohos.file.fileAccess.d.ts|
|新增|NA|类名:FileKey<br>方法or属性:FILE_SIZE = 'size'|@ohos.file.fileAccess.d.ts|
|新增|NA|模块名: ohos.file.fileAccess<br>类名: FileKey<br>方法 or 属性:WIDTH = 'width'|@ohos.file.fileAccess.d.ts|
|新增|NA|类名:FileKey<br>方法or属性:WIDTH = 'width'|@ohos.file.fileAccess.d.ts|
|新增|NA|模块名: ohos.file.fileAccess<br>类名: FileKey<br>方法 or 属性:HEIGHT = 'height'|@ohos.file.fileAccess.d.ts|
|新增|NA|类名:FileKey<br>方法or属性:HEIGHT = 'height'|@ohos.file.fileAccess.d.ts|
|新增|NA|模块名: ohos.file.fileAccess<br>类名: FileKey<br>方法 or 属性:DURATION = 'duration'|@ohos.file.fileAccess.d.ts|
|新增|NA|类名:FileKey<br>方法or属性:DURATION = 'duration'|@ohos.file.fileAccess.d.ts|
|新增|NA|类名:FileAccessHelper<br>方法or属性:copy(sourceUri: string, destUri: string, force?: boolean): Promise\<Array\<CopyResult>>;|@ohos.file.fileAccess.d.ts|
|新增|NA|类名:FileAccessHelper<br>方法or属性:copy(sourceUri: string, destUri: string, callback: AsyncCallback\<Array\<CopyResult>>): void;|@ohos.file.fileAccess.d.ts|
|新增|NA|类名:FileAccessHelper<br>方法or属性:copy(sourceUri: string, destUri: string, force: boolean, callback: AsyncCallback\<Array\<CopyResult>>): void;|@ohos.file.fileAccess.d.ts|
|新增|NA|类名:FileAccessHelper<br>方法or属性:query(uri: string, metaJson: string): Promise\<string>;|@ohos.file.fileAccess.d.ts|
|新增|NA|类名:FileAccessHelper<br>方法or属性:query(uri: string, metaJson: string, callback: AsyncCallback\<string>): void;|@ohos.file.fileAccess.d.ts|
|新增|NA|类名:FileAccessHelper<br>方法or属性:getFileInfoFromUri(uri: string): Promise\<FileInfo>;|@ohos.file.fileAccess.d.ts|
|新增|NA|类名:FileAccessHelper<br>方法or属性:getFileInfoFromUri(uri: string, callback: AsyncCallback\<FileInfo>): void;|@ohos.file.fileAccess.d.ts|
|新增|NA|类名:FileAccessHelper<br>方法or属性:getFileInfoFromRelativePath(relativePath: string): Promise\<FileInfo>;|@ohos.file.fileAccess.d.ts|
|新增|NA|类名:FileAccessHelper<br>方法or属性:getFileInfoFromRelativePath(relativePath: string, callback: AsyncCallback\<FileInfo>): void;|@ohos.file.fileAccess.d.ts|
|新增|NA|类名:FileAccessHelper<br>方法or属性:getThumbnail(uri: string, size: image.Size): Promise\<image.PixelMap>;|@ohos.file.fileAccess.d.ts|
|新增|NA|类名:FileAccessHelper<br>方法or属性:getThumbnail(uri: string, size: image.Size, callback: AsyncCallback\<image.PixelMap>): void;|@ohos.file.fileAccess.d.ts|
|新增|NA|类名:fileIo<br>方法or属性:function copyDir(src: string, dest: string, mode?: number): Promise\<void>;|@ohos.file.fs.d.ts|
|新增|NA|类名:fileIo<br>方法or属性:function copyDir(src: string, dest: string, callback: AsyncCallback\<void>): void;|@ohos.file.fs.d.ts|
|新增|NA|类名:fileIo<br>方法or属性:function copyDir(src: string, dest: string, mode: number, callback: AsyncCallback\<void>): void;|@ohos.file.fs.d.ts|
|新增|NA|类名:fileIo<br>方法or属性:function createWatcher(path: string, events: number, listener: WatchEventListener): Watcher;|@ohos.file.fs.d.ts|
|新增|NA|类名:fileIo<br>方法or属性:function moveDir(src: string, dest: string, mode?: number): Promise\<void>;|@ohos.file.fs.d.ts|
|新增|NA|类名:fileIo<br>方法or属性:function moveDir(src: string, dest: string, callback: AsyncCallback\<void>): void;|@ohos.file.fs.d.ts|
|新增|NA|类名:fileIo<br>方法or属性:function moveDir(src: string, dest: string, mode: number, callback: AsyncCallback\<void>): void;|@ohos.file.fs.d.ts|
|新增|NA|模块名: ohos.file.fs<br>类名: WatchEventListener|@ohos.file.fs.d.ts|
|新增|NA|类名:WatchEventListener<br>方法or属性:|@ohos.file.fs.d.ts|
|新增|NA|模块名: ohos.file.fs<br>类名: WatchEventListener<br>方法 or 属性:(event: WatchEvent): void;|@ohos.file.fs.d.ts|
|新增|NA|类名:WatchEventListener<br>方法or属性:(event: WatchEvent): void;|@ohos.file.fs.d.ts|
|新增|NA|模块名: ohos.file.fs<br>类名: WatchEvent|@ohos.file.fs.d.ts|
|新增|NA|类名:WatchEvent<br>方法or属性:|@ohos.file.fs.d.ts|
|新增|NA|模块名: ohos.file.fs<br>类名: WatchEvent<br>方法 or 属性:readonly fileName: string;|@ohos.file.fs.d.ts|
|新增|NA|类名:WatchEvent<br>方法or属性:readonly fileName: string;|@ohos.file.fs.d.ts|
|新增|NA|模块名: ohos.file.fs<br>类名: WatchEvent<br>方法 or 属性:readonly event: number;|@ohos.file.fs.d.ts|
|新增|NA|类名:WatchEvent<br>方法or属性:readonly event: number;|@ohos.file.fs.d.ts|
|新增|NA|模块名: ohos.file.fs<br>类名: WatchEvent<br>方法 or 属性:readonly cookie: number;|@ohos.file.fs.d.ts|
|新增|NA|类名:WatchEvent<br>方法or属性:readonly cookie: number;|@ohos.file.fs.d.ts|
|新增|NA|模块名: ohos.file.fs<br>类名: Watcher|@ohos.file.fs.d.ts|
|新增|NA|类名:Watcher<br>方法or属性:|@ohos.file.fs.d.ts|
|新增|NA|模块名: ohos.file.fs<br>类名: Watcher<br>方法 or 属性:start(): void;|@ohos.file.fs.d.ts|
|新增|NA|类名:Watcher<br>方法or属性:start(): void;|@ohos.file.fs.d.ts|
|新增|NA|模块名: ohos.file.fs<br>类名: Watcher<br>方法 or 属性:stop(): void;|@ohos.file.fs.d.ts|
|新增|NA|类名:Watcher<br>方法or属性:stop(): void;|@ohos.file.fs.d.ts|
|新增|NA|模块名: ohos.filemanagement.userFileManager<br>类名: PhotoSubType|@ohos.filemanagement.userFileManager.d.ts|
|新增|NA|类名:PhotoSubType<br>方法or属性:|@ohos.filemanagement.userFileManager.d.ts|
|新增|NA|模块名: ohos.filemanagement.userFileManager<br>类名: PhotoSubType<br>方法 or 属性:DEFAULT|@ohos.filemanagement.userFileManager.d.ts|
|新增|NA|类名:PhotoSubType<br>方法or属性:DEFAULT|@ohos.filemanagement.userFileManager.d.ts|
|新增|NA|模块名: ohos.filemanagement.userFileManager<br>类名: PhotoSubType<br>方法 or 属性:SCREENSHOT|@ohos.filemanagement.userFileManager.d.ts|
|新增|NA|类名:PhotoSubType<br>方法or属性:SCREENSHOT|@ohos.filemanagement.userFileManager.d.ts|
|新增|NA|模块名: ohos.filemanagement.userFileManager<br>类名: PhotoSubType<br>方法 or 属性:CAMERA|@ohos.filemanagement.userFileManager.d.ts|
|新增|NA|类名:PhotoSubType<br>方法or属性:CAMERA|@ohos.filemanagement.userFileManager.d.ts|
|新增|NA|模块名: ohos.filemanagement.userFileManager<br>类名: PositionType|@ohos.filemanagement.userFileManager.d.ts|
|新增|NA|类名:PositionType<br>方法or属性:|@ohos.filemanagement.userFileManager.d.ts|
|新增|NA|模块名: ohos.filemanagement.userFileManager<br>类名: PositionType<br>方法 or 属性:LOCAL = 1|@ohos.filemanagement.userFileManager.d.ts|
|新增|NA|类名:PositionType<br>方法or属性:LOCAL = 1|@ohos.filemanagement.userFileManager.d.ts|
|新增|NA|模块名: ohos.filemanagement.userFileManager<br>类名: PositionType<br>方法 or 属性:CLOUD|@ohos.filemanagement.userFileManager.d.ts|
|新增|NA|类名:PositionType<br>方法or属性:CLOUD|@ohos.filemanagement.userFileManager.d.ts|
|新增|NA|模块名: ohos.filemanagement.userFileManager<br>类名: PositionType<br>方法 or 属性:BOTH|@ohos.filemanagement.userFileManager.d.ts|
|新增|NA|类名:PositionType<br>方法or属性:BOTH|@ohos.filemanagement.userFileManager.d.ts|
|新增|NA|模块名: ohos.filemanagement.userFileManager<br>类名: FileAsset<br>方法 or 属性:setHidden(hiddenState: boolean, callback: AsyncCallback\<void>): void;|@ohos.filemanagement.userFileManager.d.ts|
|新增|NA|类名:FileAsset<br>方法or属性:setHidden(hiddenState: boolean, callback: AsyncCallback\<void>): void;|@ohos.filemanagement.userFileManager.d.ts|
|新增|NA|模块名: ohos.filemanagement.userFileManager<br>类名: FileAsset<br>方法 or 属性:setHidden(hiddenState: boolean): Promise\<void>;|@ohos.filemanagement.userFileManager.d.ts|
|新增|NA|类名:FileAsset<br>方法or属性:setHidden(hiddenState: boolean): Promise\<void>;|@ohos.filemanagement.userFileManager.d.ts|
|新增|NA|模块名: ohos.filemanagement.userFileManager<br>类名: ImageVideoKey<br>方法 or 属性:POSITION|@ohos.filemanagement.userFileManager.d.ts|
|新增|NA|类名:ImageVideoKey<br>方法or属性:POSITION|@ohos.filemanagement.userFileManager.d.ts|
|新增|NA|模块名: ohos.filemanagement.userFileManager<br>类名: ImageVideoKey<br>方法 or 属性:DATE_TRASHED|@ohos.filemanagement.userFileManager.d.ts|
|新增|NA|类名:ImageVideoKey<br>方法or属性:DATE_TRASHED|@ohos.filemanagement.userFileManager.d.ts|
|新增|NA|模块名: ohos.filemanagement.userFileManager<br>类名: ImageVideoKey<br>方法 or 属性:HIDDEN|@ohos.filemanagement.userFileManager.d.ts|
|新增|NA|类名:ImageVideoKey<br>方法or属性:HIDDEN|@ohos.filemanagement.userFileManager.d.ts|
|新增|NA|模块名: ohos.filemanagement.userFileManager<br>类名: PhotoCreateOptions|@ohos.filemanagement.userFileManager.d.ts|
|新增|NA|类名:PhotoCreateOptions<br>方法or属性:|@ohos.filemanagement.userFileManager.d.ts|
|新增|NA|模块名: ohos.filemanagement.userFileManager<br>类名: PhotoCreateOptions<br>方法 or 属性:subType?: PhotoSubType;|@ohos.filemanagement.userFileManager.d.ts|
|新增|NA|类名:PhotoCreateOptions<br>方法or属性:subType?: PhotoSubType;|@ohos.filemanagement.userFileManager.d.ts|
|新增|NA|模块名: ohos.filemanagement.userFileManager<br>类名: FetchResult<br>方法 or 属性:getAllObject(callback: AsyncCallback\<Array\<T>>): void;|@ohos.filemanagement.userFileManager.d.ts|
|新增|NA|类名:FetchResult<br>方法or属性:getAllObject(callback: AsyncCallback\<Array\<T>>): void;|@ohos.filemanagement.userFileManager.d.ts|
|新增|NA|模块名: ohos.filemanagement.userFileManager<br>类名: FetchResult<br>方法 or 属性:getAllObject(): Promise\<Array\<T>>;|@ohos.filemanagement.userFileManager.d.ts|
|新增|NA|类名:FetchResult<br>方法or属性:getAllObject(): Promise\<Array\<T>>;|@ohos.filemanagement.userFileManager.d.ts|
|新增|NA|模块名: ohos.filemanagement.userFileManager<br>类名: AlbumType|@ohos.filemanagement.userFileManager.d.ts|
|新增|NA|类名:AlbumType<br>方法or属性:|@ohos.filemanagement.userFileManager.d.ts|
|新增|NA|模块名: ohos.filemanagement.userFileManager<br>类名: AlbumType<br>方法 or 属性:USER = 0|@ohos.filemanagement.userFileManager.d.ts|
|新增|NA|类名:AlbumType<br>方法or属性:USER = 0|@ohos.filemanagement.userFileManager.d.ts|
|新增|NA|模块名: ohos.filemanagement.userFileManager<br>类名: AlbumType<br>方法 or 属性:SYSTEM = 1024|@ohos.filemanagement.userFileManager.d.ts|
|新增|NA|类名:AlbumType<br>方法or属性:SYSTEM = 1024|@ohos.filemanagement.userFileManager.d.ts|
|新增|NA|模块名: ohos.filemanagement.userFileManager<br>类名: AlbumSubType|@ohos.filemanagement.userFileManager.d.ts|
|新增|NA|类名:AlbumSubType<br>方法or属性:|@ohos.filemanagement.userFileManager.d.ts|
|新增|NA|模块名: ohos.filemanagement.userFileManager<br>类名: AlbumSubType<br>方法 or 属性:USER_GENERIC = 1|@ohos.filemanagement.userFileManager.d.ts|
|新增|NA|类名:AlbumSubType<br>方法or属性:USER_GENERIC = 1|@ohos.filemanagement.userFileManager.d.ts|
|新增|NA|模块名: ohos.filemanagement.userFileManager<br>类名: AlbumSubType<br>方法 or 属性:FAVORITE = 1025|@ohos.filemanagement.userFileManager.d.ts|
|新增|NA|类名:AlbumSubType<br>方法or属性:FAVORITE = 1025|@ohos.filemanagement.userFileManager.d.ts|
|新增|NA|模块名: ohos.filemanagement.userFileManager<br>类名: AlbumSubType<br>方法 or 属性:VIDEO|@ohos.filemanagement.userFileManager.d.ts|
|新增|NA|类名:AlbumSubType<br>方法or属性:VIDEO|@ohos.filemanagement.userFileManager.d.ts|
|新增|NA|模块名: ohos.filemanagement.userFileManager<br>类名: AlbumSubType<br>方法 or 属性:HIDDEN|@ohos.filemanagement.userFileManager.d.ts|
|新增|NA|类名:AlbumSubType<br>方法or属性:HIDDEN|@ohos.filemanagement.userFileManager.d.ts|
|新增|NA|模块名: ohos.filemanagement.userFileManager<br>类名: AlbumSubType<br>方法 or 属性:TRASH|@ohos.filemanagement.userFileManager.d.ts|
|新增|NA|类名:AlbumSubType<br>方法or属性:TRASH|@ohos.filemanagement.userFileManager.d.ts|
|新增|NA|模块名: ohos.filemanagement.userFileManager<br>类名: AlbumSubType<br>方法 or 属性:SCREENSHOT|@ohos.filemanagement.userFileManager.d.ts|
|新增|NA|类名:AlbumSubType<br>方法or属性:SCREENSHOT|@ohos.filemanagement.userFileManager.d.ts|
|新增|NA|模块名: ohos.filemanagement.userFileManager<br>类名: AlbumSubType<br>方法 or 属性:CAMERA|@ohos.filemanagement.userFileManager.d.ts|
|新增|NA|类名:AlbumSubType<br>方法or属性:CAMERA|@ohos.filemanagement.userFileManager.d.ts|
|新增|NA|模块名: ohos.filemanagement.userFileManager<br>类名: AlbumSubType<br>方法 or 属性:ANY = 2147483647|@ohos.filemanagement.userFileManager.d.ts|
|新增|NA|类名:AlbumSubType<br>方法or属性:ANY = 2147483647|@ohos.filemanagement.userFileManager.d.ts|
|新增|NA|类名:AbsAlbum<br>方法or属性:readonly albumType: AlbumType;|@ohos.filemanagement.userFileManager.d.ts|
|新增|NA|类名:AbsAlbum<br>方法or属性:readonly albumSubType: AlbumSubType;|@ohos.filemanagement.userFileManager.d.ts|
|新增|NA|类名:AbsAlbum<br>方法or属性:coverUri: string;|@ohos.filemanagement.userFileManager.d.ts|
|新增|NA|模块名: ohos.filemanagement.userFileManager<br>类名: Album<br>方法 or 属性:addPhotoAssets(assets: Array\<FileAsset>, callback: AsyncCallback\<void>): void;|@ohos.filemanagement.userFileManager.d.ts|
|新增|NA|类名:Album<br>方法or属性:addPhotoAssets(assets: Array\<FileAsset>, callback: AsyncCallback\<void>): void;|@ohos.filemanagement.userFileManager.d.ts|
|新增|NA|模块名: ohos.filemanagement.userFileManager<br>类名: Album<br>方法 or 属性:addPhotoAssets(assets: Array\<FileAsset>): Promise\<void>;|@ohos.filemanagement.userFileManager.d.ts|
|新增|NA|类名:Album<br>方法or属性:addPhotoAssets(assets: Array\<FileAsset>): Promise\<void>;|@ohos.filemanagement.userFileManager.d.ts|
|新增|NA|模块名: ohos.filemanagement.userFileManager<br>类名: Album<br>方法 or 属性:removePhotoAssets(assets: Array\<FileAsset>, callback: AsyncCallback\<void>): void;|@ohos.filemanagement.userFileManager.d.ts|
|新增|NA|类名:Album<br>方法or属性:removePhotoAssets(assets: Array\<FileAsset>, callback: AsyncCallback\<void>): void;|@ohos.filemanagement.userFileManager.d.ts|
|新增|NA|模块名: ohos.filemanagement.userFileManager<br>类名: Album<br>方法 or 属性:removePhotoAssets(assets: Array\<FileAsset>): Promise\<void>;|@ohos.filemanagement.userFileManager.d.ts|
|新增|NA|类名:Album<br>方法or属性:removePhotoAssets(assets: Array\<FileAsset>): Promise\<void>;|@ohos.filemanagement.userFileManager.d.ts|
|新增|NA|模块名: ohos.filemanagement.userFileManager<br>类名: Album<br>方法 or 属性:recoverPhotoAssets(assets: Array\<FileAsset>, callback: AsyncCallback\<void>): void;|@ohos.filemanagement.userFileManager.d.ts|
|新增|NA|类名:Album<br>方法or属性:recoverPhotoAssets(assets: Array\<FileAsset>, callback: AsyncCallback\<void>): void;|@ohos.filemanagement.userFileManager.d.ts|
|新增|NA|模块名: ohos.filemanagement.userFileManager<br>类名: Album<br>方法 or 属性:recoverPhotoAssets(assets: Array\<FileAsset>): Promise\<void>;|@ohos.filemanagement.userFileManager.d.ts|
|新增|NA|类名:Album<br>方法or属性:recoverPhotoAssets(assets: Array\<FileAsset>): Promise\<void>;|@ohos.filemanagement.userFileManager.d.ts|
|新增|NA|模块名: ohos.filemanagement.userFileManager<br>类名: Album<br>方法 or 属性:deletePhotoAssets(assets: Array\<FileAsset>, callback: AsyncCallback\<void>): void;|@ohos.filemanagement.userFileManager.d.ts|
|新增|NA|类名:Album<br>方法or属性:deletePhotoAssets(assets: Array\<FileAsset>, callback: AsyncCallback\<void>): void;|@ohos.filemanagement.userFileManager.d.ts|
|新增|NA|模块名: ohos.filemanagement.userFileManager<br>类名: Album<br>方法 or 属性:deletePhotoAssets(assets: Array\<FileAsset>): Promise\<void>;|@ohos.filemanagement.userFileManager.d.ts|
|新增|NA|类名:Album<br>方法or属性:deletePhotoAssets(assets: Array\<FileAsset>): Promise\<void>;|@ohos.filemanagement.userFileManager.d.ts|
|新增|NA|模块名: ohos.filemanagement.userFileManager<br>类名: UserFileManager<br>方法 or 属性:createPhotoAsset(displayName: string, createOption: PhotoCreateOptions): Promise\<FileAsset>;|@ohos.filemanagement.userFileManager.d.ts|
|新增|NA|类名:UserFileManager<br>方法or属性:createPhotoAsset(displayName: string, createOption: PhotoCreateOptions): Promise\<FileAsset>;|@ohos.filemanagement.userFileManager.d.ts|
|新增|NA|模块名: ohos.filemanagement.userFileManager<br>类名: UserFileManager<br>方法 or 属性:createPhotoAsset(displayName: string, createOption: PhotoCreateOptions, callback: AsyncCallback\<FileAsset>): void;|@ohos.filemanagement.userFileManager.d.ts|
|新增|NA|类名:UserFileManager<br>方法or属性:createPhotoAsset(displayName: string, createOption: PhotoCreateOptions, callback: AsyncCallback\<FileAsset>): void;|@ohos.filemanagement.userFileManager.d.ts|
|新增|NA|模块名: ohos.filemanagement.userFileManager<br>类名: UserFileManager<br>方法 or 属性:createAudioAsset(displayName: string, callback: AsyncCallback\<FileAsset>): void;|@ohos.filemanagement.userFileManager.d.ts|
|新增|NA|类名:UserFileManager<br>方法or属性:createAudioAsset(displayName: string, callback: AsyncCallback\<FileAsset>): void;|@ohos.filemanagement.userFileManager.d.ts|
|新增|NA|模块名: ohos.filemanagement.userFileManager<br>类名: UserFileManager<br>方法 or 属性:createAudioAsset(displayName: string): Promise\<FileAsset>;|@ohos.filemanagement.userFileManager.d.ts|
|新增|NA|类名:UserFileManager<br>方法or属性:createAudioAsset(displayName: string): Promise\<FileAsset>;|@ohos.filemanagement.userFileManager.d.ts|
|新增|NA|模块名: ohos.filemanagement.userFileManager<br>类名: UserFileManager<br>方法 or 属性:createAlbum(name: string, callback: AsyncCallback\<Album>): void;|@ohos.filemanagement.userFileManager.d.ts|
|新增|NA|类名:UserFileManager<br>方法or属性:createAlbum(name: string, callback: AsyncCallback\<Album>): void;|@ohos.filemanagement.userFileManager.d.ts|
|新增|NA|模块名: ohos.filemanagement.userFileManager<br>类名: UserFileManager<br>方法 or 属性:createAlbum(name: string): Promise\<Album>;|@ohos.filemanagement.userFileManager.d.ts|
|新增|NA|类名:UserFileManager<br>方法or属性:createAlbum(name: string): Promise\<Album>;|@ohos.filemanagement.userFileManager.d.ts|
|新增|NA|模块名: ohos.filemanagement.userFileManager<br>类名: UserFileManager<br>方法 or 属性:deleteAlbums(albums: Array\<Album>, callback: AsyncCallback\<void>): void;|@ohos.filemanagement.userFileManager.d.ts|
|新增|NA|类名:UserFileManager<br>方法or属性:deleteAlbums(albums: Array\<Album>, callback: AsyncCallback\<void>): void;|@ohos.filemanagement.userFileManager.d.ts|
|新增|NA|模块名: ohos.filemanagement.userFileManager<br>类名: UserFileManager<br>方法 or 属性:deleteAlbums(albums: Array\<Album>): Promise\<void>;|@ohos.filemanagement.userFileManager.d.ts|
|新增|NA|类名:UserFileManager<br>方法or属性:deleteAlbums(albums: Array\<Album>): Promise\<void>;|@ohos.filemanagement.userFileManager.d.ts|
|新增|NA|模块名: ohos.filemanagement.userFileManager<br>类名: UserFileManager<br>方法 or 属性:getAlbums(<br> type: AlbumType,<br> subType: AlbumSubType,<br> options: FetchOptions,<br> callback: AsyncCallback\<FetchResult\<Album>><br> ): void;|@ohos.filemanagement.userFileManager.d.ts|
|新增|NA|类名:UserFileManager<br>方法or属性:getAlbums(<br> type: AlbumType,<br> subType: AlbumSubType,<br> options: FetchOptions,<br> callback: AsyncCallback\<FetchResult\<Album>><br> ): void;|@ohos.filemanagement.userFileManager.d.ts|
|新增|NA|模块名: ohos.filemanagement.userFileManager<br>类名: UserFileManager<br>方法 or 属性:getAlbums(type: AlbumType, subType: AlbumSubType, callback: AsyncCallback\<FetchResult\<Album>>): void;|@ohos.filemanagement.userFileManager.d.ts|
|新增|NA|类名:UserFileManager<br>方法or属性:getAlbums(type: AlbumType, subType: AlbumSubType, callback: AsyncCallback\<FetchResult\<Album>>): void;|@ohos.filemanagement.userFileManager.d.ts|
|新增|NA|模块名: ohos.filemanagement.userFileManager<br>类名: UserFileManager<br>方法 or 属性:getAlbums(type: AlbumType, subType: AlbumSubType, options?: FetchOptions): Promise\<FetchResult\<Album>>;|@ohos.filemanagement.userFileManager.d.ts|
|新增|NA|类名:UserFileManager<br>方法or属性:getAlbums(type: AlbumType, subType: AlbumSubType, options?: FetchOptions): Promise\<FetchResult\<Album>>;|@ohos.filemanagement.userFileManager.d.ts|
|新增|NA|模块名: ohos.filemanagement.userFileManager<br>类名: UserFileManager<br>方法 or 属性:on(uri: string, forSubUri: boolean, callback: Callback\<ChangeData>): void;|@ohos.filemanagement.userFileManager.d.ts|
|新增|NA|类名:UserFileManager<br>方法or属性:on(uri: string, forSubUri: boolean, callback: Callback\<ChangeData>): void;|@ohos.filemanagement.userFileManager.d.ts|
|新增|NA|模块名: ohos.filemanagement.userFileManager<br>类名: UserFileManager<br>方法 or 属性:off(uri: string, callback?: Callback\<ChangeData>): void;|@ohos.filemanagement.userFileManager.d.ts|
|新增|NA|类名:UserFileManager<br>方法or属性:off(uri: string, callback?: Callback\<ChangeData>): void;|@ohos.filemanagement.userFileManager.d.ts|
|新增|NA|模块名: ohos.filemanagement.userFileManager<br>类名: NotifyType|@ohos.filemanagement.userFileManager.d.ts|
|新增|NA|类名:NotifyType<br>方法or属性:|@ohos.filemanagement.userFileManager.d.ts|
|新增|NA|模块名: ohos.filemanagement.userFileManager<br>类名: NotifyType<br>方法 or 属性:NOTIFY_ADD|@ohos.filemanagement.userFileManager.d.ts|
|新增|NA|类名:NotifyType<br>方法or属性:NOTIFY_ADD|@ohos.filemanagement.userFileManager.d.ts|
|新增|NA|模块名: ohos.filemanagement.userFileManager<br>类名: NotifyType<br>方法 or 属性:NOTIFY_UPDATE|@ohos.filemanagement.userFileManager.d.ts|
|新增|NA|类名:NotifyType<br>方法or属性:NOTIFY_UPDATE|@ohos.filemanagement.userFileManager.d.ts|
|新增|NA|模块名: ohos.filemanagement.userFileManager<br>类名: NotifyType<br>方法 or 属性:NOTIFY_REMOVE|@ohos.filemanagement.userFileManager.d.ts|
|新增|NA|类名:NotifyType<br>方法or属性:NOTIFY_REMOVE|@ohos.filemanagement.userFileManager.d.ts|
|新增|NA|模块名: ohos.filemanagement.userFileManager<br>类名: NotifyType<br>方法 or 属性:NOTIFY_ALBUM_ADD_ASSET|@ohos.filemanagement.userFileManager.d.ts|
|新增|NA|类名:NotifyType<br>方法or属性:NOTIFY_ALBUM_ADD_ASSET|@ohos.filemanagement.userFileManager.d.ts|
|新增|NA|模块名: ohos.filemanagement.userFileManager<br>类名: NotifyType<br>方法 or 属性:NOTIFY_ALBUM_REMOVE_ASSET|@ohos.filemanagement.userFileManager.d.ts|
|新增|NA|类名:NotifyType<br>方法or属性:NOTIFY_ALBUM_REMOVE_ASSET|@ohos.filemanagement.userFileManager.d.ts|
|新增|NA|模块名: ohos.filemanagement.userFileManager<br>类名: DefaultChangeUri|@ohos.filemanagement.userFileManager.d.ts|
|新增|NA|类名:DefaultChangeUri<br>方法or属性:|@ohos.filemanagement.userFileManager.d.ts|
|新增|NA|模块名: ohos.filemanagement.userFileManager<br>类名: DefaultChangeUri<br>方法 or 属性:DEFAULT_PHOTO_URI|@ohos.filemanagement.userFileManager.d.ts|
|新增|NA|类名:DefaultChangeUri<br>方法or属性:DEFAULT_PHOTO_URI|@ohos.filemanagement.userFileManager.d.ts|
|新增|NA|模块名: ohos.filemanagement.userFileManager<br>类名: DefaultChangeUri<br>方法 or 属性:DEFAULT_ALBUM_URI|@ohos.filemanagement.userFileManager.d.ts|
|新增|NA|类名:DefaultChangeUri<br>方法or属性:DEFAULT_ALBUM_URI|@ohos.filemanagement.userFileManager.d.ts|
|新增|NA|模块名: ohos.filemanagement.userFileManager<br>类名: DefaultChangeUri<br>方法 or 属性:DEFAULT_AUDIO_URI|@ohos.filemanagement.userFileManager.d.ts|
|新增|NA|类名:DefaultChangeUri<br>方法or属性:DEFAULT_AUDIO_URI|@ohos.filemanagement.userFileManager.d.ts|
|新增|NA|模块名: ohos.filemanagement.userFileManager<br>类名: ChangeData|@ohos.filemanagement.userFileManager.d.ts|
|新增|NA|类名:ChangeData<br>方法or属性:|@ohos.filemanagement.userFileManager.d.ts|
|新增|NA|模块名: ohos.filemanagement.userFileManager<br>类名: ChangeData<br>方法 or 属性:type: NotifyType;|@ohos.filemanagement.userFileManager.d.ts|
|新增|NA|类名:ChangeData<br>方法or属性:type: NotifyType;|@ohos.filemanagement.userFileManager.d.ts|
|新增|NA|模块名: ohos.filemanagement.userFileManager<br>类名: ChangeData<br>方法 or 属性:uris: Array\<string>;|@ohos.filemanagement.userFileManager.d.ts|
|新增|NA|类名:ChangeData<br>方法or属性:uris: Array\<string>;|@ohos.filemanagement.userFileManager.d.ts|
|新增|NA|模块名: ohos.filemanagement.userFileManager<br>类名: ChangeData<br>方法 or 属性:subUris: Array\<string>;|@ohos.filemanagement.userFileManager.d.ts|
|新增|NA|类名:ChangeData<br>方法or属性:subUris: Array\<string>;|@ohos.filemanagement.userFileManager.d.ts|
|model有变化|类名:FileAccessHelper<br>model:@StageModelOnly|类名:FileAccessHelper<br>model:N/A|@ohos.file.fileAccess.d.ts|
|model有变化|类名:FileAccessHelper<br>方法 or 属性:getRoots(): Promise\<RootIterator>;<br>model:@StageModelOnly|类名:FileAccessHelper<br>方法 or 属性:getRoots(): Promise\<RootIterator>;<br>model:N/A|@ohos.file.fileAccess.d.ts|
|新增(权限)|类名:FileInfo<br>方法 or 属性:uri: string;<br>权限:N/A|类名:FileInfo<br>方法 or 属性:uri: string;<br>权限:ohos.permission.FILE_ACCESS_MANAGER|@ohos.file.fileAccess.d.ts|
|新增(权限)|类名:FileInfo<br>方法 or 属性:fileName: string;<br>权限:N/A|类名:FileInfo<br>方法 or 属性:fileName: string;<br>权限:ohos.permission.FILE_ACCESS_MANAGER|@ohos.file.fileAccess.d.ts|
|新增(权限)|类名:FileInfo<br>方法 or 属性:mode: number;<br>权限:N/A|类名:FileInfo<br>方法 or 属性:mode: number;<br>权限:ohos.permission.FILE_ACCESS_MANAGER|@ohos.file.fileAccess.d.ts|
|新增(权限)|类名:FileInfo<br>方法 or 属性:size: number;<br>权限:N/A|类名:FileInfo<br>方法 or 属性:size: number;<br>权限:ohos.permission.FILE_ACCESS_MANAGER|@ohos.file.fileAccess.d.ts|
|新增(权限)|类名:FileInfo<br>方法 or 属性:mtime: number;<br>权限:N/A|类名:FileInfo<br>方法 or 属性:mtime: number;<br>权限:ohos.permission.FILE_ACCESS_MANAGER|@ohos.file.fileAccess.d.ts|
|新增(权限)|类名:FileInfo<br>方法 or 属性:mimeType: string;<br>权限:N/A|类名:FileInfo<br>方法 or 属性:mimeType: string;<br>权限:ohos.permission.FILE_ACCESS_MANAGER|@ohos.file.fileAccess.d.ts|
|新增(权限)|类名:RootInfo<br>方法 or 属性:deviceType: number;<br>权限:N/A|类名:RootInfo<br>方法 or 属性:deviceType: number;<br>权限:ohos.permission.FILE_ACCESS_MANAGER|@ohos.file.fileAccess.d.ts|
|新增(权限)|类名:RootInfo<br>方法 or 属性:uri: string;<br>权限:N/A|类名:RootInfo<br>方法 or 属性:uri: string;<br>权限:ohos.permission.FILE_ACCESS_MANAGER|@ohos.file.fileAccess.d.ts|
|新增(权限)|类名:RootInfo<br>方法 or 属性:displayName: string;<br>权限:N/A|类名:RootInfo<br>方法 or 属性:displayName: string;<br>权限:ohos.permission.FILE_ACCESS_MANAGER|@ohos.file.fileAccess.d.ts|
|新增(权限)|类名:RootInfo<br>方法 or 属性:deviceFlags: number;<br>权限:N/A|类名:RootInfo<br>方法 or 属性:deviceFlags: number;<br>权限:ohos.permission.FILE_ACCESS_MANAGER|@ohos.file.fileAccess.d.ts|
|函数有变化|类名:fileIo<br>方法 or 属性:function closeSync(fd: number \| File): void;<br>|类名:fileIo<br>方法 or 属性:function closeSync(file: number \| File): void;<br>|@ohos.file.fs.d.ts|
| 操作 | 旧版本 | 新版本 | d.ts文件 |
| ---- | ------ | ------ | -------- |
|新增(权限)|类名:GeoAddress<br>方法 or 属性:latitude?: number;<br>权限:N/A|类名:GeoAddress<br>方法 or 属性:latitude?: number;<br>权限:ohos.permission.LOCATION|@ohos.geolocation.d.ts|
|新增(权限)|类名:GeoAddress<br>方法 or 属性:longitude?: number;<br>权限:N/A|类名:GeoAddress<br>方法 or 属性:longitude?: number;<br>权限:ohos.permission.LOCATION|@ohos.geolocation.d.ts|
|新增(权限)|类名:GeoAddress<br>方法 or 属性:locale?: string;<br>权限:N/A|类名:GeoAddress<br>方法 or 属性:locale?: string;<br>权限:ohos.permission.LOCATION|@ohos.geolocation.d.ts|
|新增(权限)|类名:GeoAddress<br>方法 or 属性:placeName?: string;<br>权限:N/A|类名:GeoAddress<br>方法 or 属性:placeName?: string;<br>权限:ohos.permission.LOCATION|@ohos.geolocation.d.ts|
|新增(权限)|类名:GeoAddress<br>方法 or 属性:countryCode?: string;<br>权限:N/A|类名:GeoAddress<br>方法 or 属性:countryCode?: string;<br>权限:ohos.permission.LOCATION|@ohos.geolocation.d.ts|
|新增(权限)|类名:GeoAddress<br>方法 or 属性:countryName?: string;<br>权限:N/A|类名:GeoAddress<br>方法 or 属性:countryName?: string;<br>权限:ohos.permission.LOCATION|@ohos.geolocation.d.ts|
|新增(权限)|类名:GeoAddress<br>方法 or 属性:administrativeArea?: string;<br>权限:N/A|类名:GeoAddress<br>方法 or 属性:administrativeArea?: string;<br>权限:ohos.permission.LOCATION|@ohos.geolocation.d.ts|
|新增(权限)|类名:GeoAddress<br>方法 or 属性:subAdministrativeArea?: string;<br>权限:N/A|类名:GeoAddress<br>方法 or 属性:subAdministrativeArea?: string;<br>权限:ohos.permission.LOCATION|@ohos.geolocation.d.ts|
|新增(权限)|类名:GeoAddress<br>方法 or 属性:locality?: string;<br>权限:N/A|类名:GeoAddress<br>方法 or 属性:locality?: string;<br>权限:ohos.permission.LOCATION|@ohos.geolocation.d.ts|
|新增(权限)|类名:GeoAddress<br>方法 or 属性:subLocality?: string;<br>权限:N/A|类名:GeoAddress<br>方法 or 属性:subLocality?: string;<br>权限:ohos.permission.LOCATION|@ohos.geolocation.d.ts|
|新增(权限)|类名:GeoAddress<br>方法 or 属性:roadName?: string;<br>权限:N/A|类名:GeoAddress<br>方法 or 属性:roadName?: string;<br>权限:ohos.permission.LOCATION|@ohos.geolocation.d.ts|
|新增(权限)|类名:GeoAddress<br>方法 or 属性:subRoadName?: string;<br>权限:N/A|类名:GeoAddress<br>方法 or 属性:subRoadName?: string;<br>权限:ohos.permission.LOCATION|@ohos.geolocation.d.ts|
|新增(权限)|类名:GeoAddress<br>方法 or 属性:premises?: string;<br>权限:N/A|类名:GeoAddress<br>方法 or 属性:premises?: string;<br>权限:ohos.permission.LOCATION|@ohos.geolocation.d.ts|
|新增(权限)|类名:GeoAddress<br>方法 or 属性:postalCode?: string;<br>权限:N/A|类名:GeoAddress<br>方法 or 属性:postalCode?: string;<br>权限:ohos.permission.LOCATION|@ohos.geolocation.d.ts|
|新增(权限)|类名:GeoAddress<br>方法 or 属性:phoneNumber?: string;<br>权限:N/A|类名:GeoAddress<br>方法 or 属性:phoneNumber?: string;<br>权限:ohos.permission.LOCATION|@ohos.geolocation.d.ts|
|新增(权限)|类名:GeoAddress<br>方法 or 属性:addressUrl?: string;<br>权限:N/A|类名:GeoAddress<br>方法 or 属性:addressUrl?: string;<br>权限:ohos.permission.LOCATION|@ohos.geolocation.d.ts|
|新增(权限)|类名:GeoAddress<br>方法 or 属性:descriptions?: Array\<string>;<br>权限:N/A|类名:GeoAddress<br>方法 or 属性:descriptions?: Array\<string>;<br>权限:ohos.permission.LOCATION|@ohos.geolocation.d.ts|
|新增(权限)|类名:GeoAddress<br>方法 or 属性:descriptionsSize?: number;<br>权限:N/A|类名:GeoAddress<br>方法 or 属性:descriptionsSize?: number;<br>权限:ohos.permission.LOCATION|@ohos.geolocation.d.ts|
|新增(权限)|类名:Location<br>方法 or 属性:latitude: number;<br>权限:N/A|类名:Location<br>方法 or 属性:latitude: number;<br>权限:ohos.permission.LOCATION|@ohos.geolocation.d.ts|
|新增(权限)|类名:Location<br>方法 or 属性:longitude: number;<br>权限:N/A|类名:Location<br>方法 or 属性:longitude: number;<br>权限:ohos.permission.LOCATION|@ohos.geolocation.d.ts|
|新增(权限)|类名:Location<br>方法 or 属性:altitude: number;<br>权限:N/A|类名:Location<br>方法 or 属性:altitude: number;<br>权限:ohos.permission.LOCATION|@ohos.geolocation.d.ts|
|新增(权限)|类名:Location<br>方法 or 属性:accuracy: number;<br>权限:N/A|类名:Location<br>方法 or 属性:accuracy: number;<br>权限:ohos.permission.LOCATION|@ohos.geolocation.d.ts|
|新增(权限)|类名:Location<br>方法 or 属性:speed: number;<br>权限:N/A|类名:Location<br>方法 or 属性:speed: number;<br>权限:ohos.permission.LOCATION|@ohos.geolocation.d.ts|
|新增(权限)|类名:Location<br>方法 or 属性:timeStamp: number;<br>权限:N/A|类名:Location<br>方法 or 属性:timeStamp: number;<br>权限:ohos.permission.LOCATION|@ohos.geolocation.d.ts|
|新增(权限)|类名:Location<br>方法 or 属性:direction: number;<br>权限:N/A|类名:Location<br>方法 or 属性:direction: number;<br>权限:ohos.permission.LOCATION|@ohos.geolocation.d.ts|
|新增(权限)|类名:Location<br>方法 or 属性:timeSinceBoot: number;<br>权限:N/A|类名:Location<br>方法 or 属性:timeSinceBoot: number;<br>权限:ohos.permission.LOCATION|@ohos.geolocation.d.ts|
|新增(权限)|类名:Location<br>方法 or 属性:additions?: Array\<string>;<br>权限:N/A|类名:Location<br>方法 or 属性:additions?: Array\<string>;<br>权限:ohos.permission.LOCATION|@ohos.geolocation.d.ts|
|新增(权限)|类名:Location<br>方法 or 属性:additionSize?: number;<br>权限:N/A|类名:Location<br>方法 or 属性:additionSize?: number;<br>权限:ohos.permission.LOCATION|@ohos.geolocation.d.ts|
|新增(权限)|类名:GeoLocationErrorCode<br>方法 or 属性:INPUT_PARAMS_ERROR<br>权限:N/A|类名:GeoLocationErrorCode<br>方法 or 属性:INPUT_PARAMS_ERROR<br>权限:ohos.permission.LOCATION|@ohos.geolocation.d.ts|
|新增(权限)|类名:GeoLocationErrorCode<br>方法 or 属性:REVERSE_GEOCODE_ERROR<br>权限:N/A|类名:GeoLocationErrorCode<br>方法 or 属性:REVERSE_GEOCODE_ERROR<br>权限:ohos.permission.LOCATION|@ohos.geolocation.d.ts|
|新增(权限)|类名:GeoLocationErrorCode<br>方法 or 属性:GEOCODE_ERROR<br>权限:N/A|类名:GeoLocationErrorCode<br>方法 or 属性:GEOCODE_ERROR<br>权限:ohos.permission.LOCATION|@ohos.geolocation.d.ts|
|新增(权限)|类名:GeoLocationErrorCode<br>方法 or 属性:LOCATOR_ERROR<br>权限:N/A|类名:GeoLocationErrorCode<br>方法 or 属性:LOCATOR_ERROR<br>权限:ohos.permission.LOCATION|@ohos.geolocation.d.ts|
|新增(权限)|类名:GeoLocationErrorCode<br>方法 or 属性:LOCATION_SWITCH_ERROR<br>权限:N/A|类名:GeoLocationErrorCode<br>方法 or 属性:LOCATION_SWITCH_ERROR<br>权限:ohos.permission.LOCATION|@ohos.geolocation.d.ts|
|新增(权限)|类名:GeoLocationErrorCode<br>方法 or 属性:LAST_KNOWN_LOCATION_ERROR<br>权限:N/A|类名:GeoLocationErrorCode<br>方法 or 属性:LAST_KNOWN_LOCATION_ERROR<br>权限:ohos.permission.LOCATION|@ohos.geolocation.d.ts|
|新增(权限)|类名:GeoLocationErrorCode<br>方法 or 属性:LOCATION_REQUEST_TIMEOUT_ERROR<br>权限:N/A|类名:GeoLocationErrorCode<br>方法 or 属性:LOCATION_REQUEST_TIMEOUT_ERROR<br>权限:ohos.permission.LOCATION|@ohos.geolocation.d.ts|
| 操作 | 旧版本 | 新版本 | d.ts文件 |
| ---- | ------ | ------ | -------- |
|新增|NA|类名:TimeZone<br>方法or属性:static getTimezonesByLocation(longitude: number, latitude: number): Array\<TimeZone>;|@ohos.i18n.d.ts|
|新增|NA|模块名: ohos.i18n<br>类名: NormalizerMode|@ohos.i18n.d.ts|
|新增|NA|类名:NormalizerMode<br>方法or属性:|@ohos.i18n.d.ts|
|新增|NA|模块名: ohos.i18n<br>类名: NormalizerMode<br>方法 or 属性:NFC = 1|@ohos.i18n.d.ts|
|新增|NA|模块名: ohos.i18n<br>类名: NormalizerMode<br>方法 or 属性:NFD = 2|@ohos.i18n.d.ts|
|新增|NA|模块名: ohos.i18n<br>类名: NormalizerMode<br>方法 or 属性:NFKC = 3|@ohos.i18n.d.ts|
|新增|NA|模块名: ohos.i18n<br>类名: NormalizerMode<br>方法 or 属性:NFKD = 4|@ohos.i18n.d.ts|
|新增|NA|模块名: ohos.i18n<br>类名: Normalizer|@ohos.i18n.d.ts|
|新增|NA|模块名: ohos.i18n<br>类名: Normalizer<br>方法 or 属性:static getInstance(mode: NormalizerMode): Normalizer;|@ohos.i18n.d.ts|
|新增|NA|模块名: ohos.i18n<br>类名: Normalizer<br>方法 or 属性:normalize(text: string): string;|@ohos.i18n.d.ts|
|新增|NA|类名:ResourceManager<br>方法or属性:getStringSync(resId: number, ...args: Array\<string \| number>): string;|@ohos.resourceManager.d.ts|
|新增|NA|类名:ResourceManager<br>方法or属性:getStringSync(resource: Resource, ...args: Array\<string \| number>): string;|@ohos.resourceManager.d.ts|
|新增|NA|类名:ResourceManager<br>方法or属性:getStringByNameSync(resName: string, ...args: Array\<string \| number>): string;|@ohos.resourceManager.d.ts|
|新增|NA|类名:ResourceManager<br>方法or属性:getDrawableDescriptor(resId: number, density?: number): DrawableDescriptor;|@ohos.resourceManager.d.ts|
|新增|NA|类名:ResourceManager<br>方法or属性:getDrawableDescriptorByName(resName: string, density?: number): DrawableDescriptor;|@ohos.resourceManager.d.ts|
|新增|NA|类名:ResourceManager<br>方法or属性:getDrawableDescriptor(resource: Resource, density?: number): DrawableDescriptor;|@ohos.resourceManager.d.ts|
|新增|NA|类名:ResourceManager<br>方法or属性:getRawFileList(path: string, callback: _AsyncCallback\<Array\<string>>): void;|@ohos.resourceManager.d.ts|
|新增|NA|类名:ResourceManager<br>方法or属性:getRawFileList(path: string): Promise\<Array\<string>>;|@ohos.resourceManager.d.ts|
|起始版本有变化|类名:System<br>起始版本:9|类名:System<br>起始版本:10|@ohos.i18n.d.ts|
|起始版本有变化|类名:System<br>方法 or 属性:static getDisplayCountry(country: string, locale: string, sentenceCase?: boolean): string;<br>起始版本:9|类名:System<br>方法 or 属性:static getDisplayCountry(country: string, locale: string, sentenceCase?: boolean): string;<br>起始版本:10|@ohos.i18n.d.ts|
|起始版本有变化|类名:System<br>方法 or 属性:static getDisplayLanguage(language: string, locale: string, sentenceCase?: boolean): string;<br>起始版本:9|类名:System<br>方法 or 属性:static getDisplayLanguage(language: string, locale: string, sentenceCase?: boolean): string;<br>起始版本:10|@ohos.i18n.d.ts|
|起始版本有变化|类名:System<br>方法 or 属性:static getSystemLanguage(): string;<br>起始版本:9|类名:System<br>方法 or 属性:static getSystemLanguage(): string;<br>起始版本:10|@ohos.i18n.d.ts|
|起始版本有变化|类名:System<br>方法 or 属性:static setSystemLanguage(language: string): void;<br>起始版本:N/A|类名:System<br>方法 or 属性:static setSystemLanguage(language: string): void;<br>起始版本:9|@ohos.i18n.d.ts|
|起始版本有变化|类名:System<br>方法 or 属性:static getSystemRegion(): string;<br>起始版本:9|类名:System<br>方法 or 属性:static getSystemRegion(): string;<br>起始版本:10|@ohos.i18n.d.ts|
|起始版本有变化|类名:System<br>方法 or 属性:static getSystemLocale(): string;<br>起始版本:9|类名:System<br>方法 or 属性:static getSystemLocale(): string;<br>起始版本:10|@ohos.i18n.d.ts|
|起始版本有变化|类名:System<br>方法 or 属性:static is24HourClock(): boolean;<br>起始版本:9|类名:System<br>方法 or 属性:static is24HourClock(): boolean;<br>起始版本:10|@ohos.i18n.d.ts|
|起始版本有变化|类名:I18NUtil<br>起始版本:9|类名:I18NUtil<br>起始版本:10|@ohos.i18n.d.ts|
|起始版本有变化|类名:I18NUtil<br>方法 or 属性:static getDateOrder(locale: string): string;<br>起始版本:9|类名:I18NUtil<br>方法 or 属性:static getDateOrder(locale: string): string;<br>起始版本:10|@ohos.i18n.d.ts|
|起始版本有变化|类名:i18n<br>方法 or 属性:function getCalendar(locale: string, type?: string): Calendar;<br>起始版本:8|类名:i18n<br>方法 or 属性:function getCalendar(locale: string, type?: string): Calendar;<br>起始版本:10|@ohos.i18n.d.ts|
|起始版本有变化|类名:Calendar<br>方法 or 属性:setTime(date: Date): void;<br>起始版本:8|类名:Calendar<br>方法 or 属性:setTime(date: Date): void;<br>起始版本:10|@ohos.i18n.d.ts|
|起始版本有变化|类名:Calendar<br>方法 or 属性:setTime(time: number): void;<br>起始版本:8|类名:Calendar<br>方法 or 属性:setTime(time: number): void;<br>起始版本:10|@ohos.i18n.d.ts|
|起始版本有变化|类名:Calendar<br>方法 or 属性:setTimeZone(timezone: string): void;<br>起始版本:8|类名:Calendar<br>方法 or 属性:setTimeZone(timezone: string): void;<br>起始版本:10|@ohos.i18n.d.ts|
|起始版本有变化|类名:Calendar<br>方法 or 属性:getTimeZone(): string;<br>起始版本:8|类名:Calendar<br>方法 or 属性:getTimeZone(): string;<br>起始版本:10|@ohos.i18n.d.ts|
|起始版本有变化|类名:Calendar<br>方法 or 属性:getFirstDayOfWeek(): number;<br>起始版本:8|类名:Calendar<br>方法 or 属性:getFirstDayOfWeek(): number;<br>起始版本:10|@ohos.i18n.d.ts|
|起始版本有变化|类名:Calendar<br>方法 or 属性:setFirstDayOfWeek(value: number): void;<br>起始版本:8|类名:Calendar<br>方法 or 属性:setFirstDayOfWeek(value: number): void;<br>起始版本:10|@ohos.i18n.d.ts|
|起始版本有变化|类名:Calendar<br>方法 or 属性:getMinimalDaysInFirstWeek(): number;<br>起始版本:8|类名:Calendar<br>方法 or 属性:getMinimalDaysInFirstWeek(): number;<br>起始版本:10|@ohos.i18n.d.ts|
|起始版本有变化|类名:Calendar<br>方法 or 属性:setMinimalDaysInFirstWeek(value: number): void;<br>起始版本:8|类名:Calendar<br>方法 or 属性:setMinimalDaysInFirstWeek(value: number): void;<br>起始版本:10|@ohos.i18n.d.ts|
|起始版本有变化|类名:Calendar<br>方法 or 属性:get(field: string): number;<br>起始版本:8|类名:Calendar<br>方法 or 属性:get(field: string): number;<br>起始版本:10|@ohos.i18n.d.ts|
|起始版本有变化|类名:Calendar<br>方法 or 属性:isWeekend(date?: Date): boolean;<br>起始版本:8|类名:Calendar<br>方法 or 属性:isWeekend(date?: Date): boolean;<br>起始版本:10|@ohos.i18n.d.ts|
|起始版本有变化|类名:i18n<br>方法 or 属性:function isRTL(locale: string): boolean;<br>起始版本:7|类名:i18n<br>方法 or 属性:function isRTL(locale: string): boolean;<br>起始版本:10|@ohos.i18n.d.ts|
|起始版本有变化|类名:Unicode<br>起始版本:9|类名:Unicode<br>起始版本:10|@ohos.i18n.d.ts|
|起始版本有变化|类名:Unicode<br>方法 or 属性:static isDigit(char: string): boolean;<br>起始版本:9|类名:Unicode<br>方法 or 属性:static isDigit(char: string): boolean;<br>起始版本:10|@ohos.i18n.d.ts|
|起始版本有变化|类名:Unicode<br>方法 or 属性:static isSpaceChar(char: string): boolean;<br>起始版本:9|类名:Unicode<br>方法 or 属性:static isSpaceChar(char: string): boolean;<br>起始版本:10|@ohos.i18n.d.ts|
|起始版本有变化|类名:Unicode<br>方法 or 属性:static isWhitespace(char: string): boolean;<br>起始版本:9|类名:Unicode<br>方法 or 属性:static isWhitespace(char: string): boolean;<br>起始版本:10|@ohos.i18n.d.ts|
|起始版本有变化|类名:Unicode<br>方法 or 属性:static isRTL(char: string): boolean;<br>起始版本:9|类名:Unicode<br>方法 or 属性:static isRTL(char: string): boolean;<br>起始版本:10|@ohos.i18n.d.ts|
|起始版本有变化|类名:Unicode<br>方法 or 属性:static isIdeograph(char: string): boolean;<br>起始版本:9|类名:Unicode<br>方法 or 属性:static isIdeograph(char: string): boolean;<br>起始版本:10|@ohos.i18n.d.ts|
|起始版本有变化|类名:Unicode<br>方法 or 属性:static isLetter(char: string): boolean;<br>起始版本:9|类名:Unicode<br>方法 or 属性:static isLetter(char: string): boolean;<br>起始版本:10|@ohos.i18n.d.ts|
|起始版本有变化|类名:Unicode<br>方法 or 属性:static isLowerCase(char: string): boolean;<br>起始版本:9|类名:Unicode<br>方法 or 属性:static isLowerCase(char: string): boolean;<br>起始版本:10|@ohos.i18n.d.ts|
|起始版本有变化|类名:Unicode<br>方法 or 属性:static isUpperCase(char: string): boolean;<br>起始版本:9|类名:Unicode<br>方法 or 属性:static isUpperCase(char: string): boolean;<br>起始版本:10|@ohos.i18n.d.ts|
|起始版本有变化|类名:Unicode<br>方法 or 属性:static getType(char: string): string;<br>起始版本:9|类名:Unicode<br>方法 or 属性:static getType(char: string): string;<br>起始版本:10|@ohos.i18n.d.ts|
|起始版本有变化|类名:i18n<br>方法 or 属性:function getTimeZone(zoneID?: string): TimeZone;<br>起始版本:7|类名:i18n<br>方法 or 属性:function getTimeZone(zoneID?: string): TimeZone;<br>起始版本:10|@ohos.i18n.d.ts|
|起始版本有变化|类名:TimeZone<br>起始版本:7|类名:TimeZone<br>起始版本:10|@ohos.i18n.d.ts|
|起始版本有变化|类名:TimeZone<br>方法 or 属性:getID(): string;<br>起始版本:7|类名:TimeZone<br>方法 or 属性:getID(): string;<br>起始版本:10|@ohos.i18n.d.ts|
|起始版本有变化|类名:TimeZone<br>方法 or 属性:getRawOffset(): number;<br>起始版本:7|类名:TimeZone<br>方法 or 属性:getRawOffset(): number;<br>起始版本:10|@ohos.i18n.d.ts|
|起始版本有变化|类名:TimeZone<br>方法 or 属性:getOffset(date?: number): number;<br>起始版本:7|类名:TimeZone<br>方法 or 属性:getOffset(date?: number): number;<br>起始版本:10|@ohos.i18n.d.ts|
|起始版本有变化|类名:TimeZone<br>方法 or 属性:static getAvailableIDs(): Array\<string>;<br>起始版本:9|类名:TimeZone<br>方法 or 属性:static getAvailableIDs(): Array\<string>;<br>起始版本:10|@ohos.i18n.d.ts|
|起始版本有变化|类名:intl<br>起始版本:6|类名:intl<br>起始版本:10|@ohos.intl.d.ts|
|起始版本有变化|类名:LocaleOptions<br>起始版本:6|类名:LocaleOptions<br>起始版本:10|@ohos.intl.d.ts|
|起始版本有变化|类名:Locale<br>起始版本:6|类名:Locale<br>起始版本:10|@ohos.intl.d.ts|
|起始版本有变化|类名:Locale<br>方法 or 属性:constructor();<br>起始版本:8|类名:Locale<br>方法 or 属性:constructor();<br>起始版本:10|@ohos.intl.d.ts|
|起始版本有变化|类名:Locale<br>方法 or 属性:constructor(locale: string, options?: LocaleOptions);<br>起始版本:6|类名:Locale<br>方法 or 属性:constructor(locale: string, options?: LocaleOptions);<br>起始版本:10|@ohos.intl.d.ts|
|起始版本有变化|类名:Locale<br>方法 or 属性:toString(): string;<br>起始版本:6|类名:Locale<br>方法 or 属性:toString(): string;<br>起始版本:10|@ohos.intl.d.ts|
|起始版本有变化|类名:Locale<br>方法 or 属性:maximize(): Locale;<br>起始版本:6|类名:Locale<br>方法 or 属性:maximize(): Locale;<br>起始版本:10|@ohos.intl.d.ts|
|起始版本有变化|类名:Locale<br>方法 or 属性:minimize(): Locale;<br>起始版本:6|类名:Locale<br>方法 or 属性:minimize(): Locale;<br>起始版本:10|@ohos.intl.d.ts|
|起始版本有变化|类名:DateTimeOptions<br>起始版本:6|类名:DateTimeOptions<br>起始版本:10|@ohos.intl.d.ts|
|起始版本有变化|类名:DateTimeFormat<br>起始版本:6|类名:DateTimeFormat<br>起始版本:10|@ohos.intl.d.ts|
|起始版本有变化|类名:DateTimeFormat<br>方法 or 属性:constructor();<br>起始版本:8|类名:DateTimeFormat<br>方法 or 属性:constructor();<br>起始版本:10|@ohos.intl.d.ts|
|起始版本有变化|类名:DateTimeFormat<br>方法 or 属性:constructor(locale: string \| Array\<string>, options?: DateTimeOptions);<br>起始版本:6|类名:DateTimeFormat<br>方法 or 属性:constructor(locale: string \| Array\<string>, options?: DateTimeOptions);<br>起始版本:10|@ohos.intl.d.ts|
|起始版本有变化|类名:DateTimeFormat<br>方法 or 属性:format(date: Date): string;<br>起始版本:6|类名:DateTimeFormat<br>方法 or 属性:format(date: Date): string;<br>起始版本:10|@ohos.intl.d.ts|
|起始版本有变化|类名:DateTimeFormat<br>方法 or 属性:formatRange(startDate: Date, endDate: Date): string;<br>起始版本:6|类名:DateTimeFormat<br>方法 or 属性:formatRange(startDate: Date, endDate: Date): string;<br>起始版本:10|@ohos.intl.d.ts|
|起始版本有变化|类名:DateTimeFormat<br>方法 or 属性:resolvedOptions(): DateTimeOptions;<br>起始版本:6|类名:DateTimeFormat<br>方法 or 属性:resolvedOptions(): DateTimeOptions;<br>起始版本:10|@ohos.intl.d.ts|
|起始版本有变化|类名:NumberOptions<br>起始版本:6|类名:NumberOptions<br>起始版本:10|@ohos.intl.d.ts|
|起始版本有变化|类名:NumberFormat<br>起始版本:6|类名:NumberFormat<br>起始版本:10|@ohos.intl.d.ts|
|起始版本有变化|类名:NumberFormat<br>方法 or 属性:constructor();<br>起始版本:8|类名:NumberFormat<br>方法 or 属性:constructor();<br>起始版本:10|@ohos.intl.d.ts|
|起始版本有变化|类名:NumberFormat<br>方法 or 属性:constructor(locale: string \| Array\<string>, options?: NumberOptions);<br>起始版本:6|类名:NumberFormat<br>方法 or 属性:constructor(locale: string \| Array\<string>, options?: NumberOptions);<br>起始版本:10|@ohos.intl.d.ts|
|起始版本有变化|类名:NumberFormat<br>方法 or 属性:format(number: number): string;<br>起始版本:6|类名:NumberFormat<br>方法 or 属性:format(number: number): string;<br>起始版本:10|@ohos.intl.d.ts|
|起始版本有变化|类名:NumberFormat<br>方法 or 属性:resolvedOptions(): NumberOptions;<br>起始版本:6|类名:NumberFormat<br>方法 or 属性:resolvedOptions(): NumberOptions;<br>起始版本:10|@ohos.intl.d.ts|
|起始版本有变化|类名:CollatorOptions<br>起始版本:8|类名:CollatorOptions<br>起始版本:10|@ohos.intl.d.ts|
|起始版本有变化|类名:Collator<br>起始版本:8|类名:Collator<br>起始版本:10|@ohos.intl.d.ts|
|起始版本有变化|类名:Collator<br>方法 or 属性:constructor();<br>起始版本:8|类名:Collator<br>方法 or 属性:constructor();<br>起始版本:10|@ohos.intl.d.ts|
|起始版本有变化|类名:Collator<br>方法 or 属性:constructor(locale: string \| Array\<string>, options?: CollatorOptions);<br>起始版本:8|类名:Collator<br>方法 or 属性:constructor(locale: string \| Array\<string>, options?: CollatorOptions);<br>起始版本:10|@ohos.intl.d.ts|
|起始版本有变化|类名:Collator<br>方法 or 属性:compare(first: string, second: string): number;<br>起始版本:8|类名:Collator<br>方法 or 属性:compare(first: string, second: string): number;<br>起始版本:10|@ohos.intl.d.ts|
|起始版本有变化|类名:Collator<br>方法 or 属性:resolvedOptions(): CollatorOptions;<br>起始版本:8|类名:Collator<br>方法 or 属性:resolvedOptions(): CollatorOptions;<br>起始版本:10|@ohos.intl.d.ts|
|起始版本有变化|类名:PluralRulesOptions<br>起始版本:8|类名:PluralRulesOptions<br>起始版本:10|@ohos.intl.d.ts|
|起始版本有变化|类名:PluralRules<br>起始版本:8|类名:PluralRules<br>起始版本:10|@ohos.intl.d.ts|
|起始版本有变化|类名:PluralRules<br>方法 or 属性:constructor();<br>起始版本:8|类名:PluralRules<br>方法 or 属性:constructor();<br>起始版本:10|@ohos.intl.d.ts|
|起始版本有变化|类名:PluralRules<br>方法 or 属性:constructor(locale: string \| Array\<string>, options?: PluralRulesOptions);<br>起始版本:8|类名:PluralRules<br>方法 or 属性:constructor(locale: string \| Array\<string>, options?: PluralRulesOptions);<br>起始版本:10|@ohos.intl.d.ts|
|起始版本有变化|类名:PluralRules<br>方法 or 属性:select(n: number): string;<br>起始版本:8|类名:PluralRules<br>方法 or 属性:select(n: number): string;<br>起始版本:10|@ohos.intl.d.ts|
|起始版本有变化|类名:RelativeTimeFormatInputOptions<br>起始版本:8|类名:RelativeTimeFormatInputOptions<br>起始版本:10|@ohos.intl.d.ts|
|起始版本有变化|类名:RelativeTimeFormatResolvedOptions<br>起始版本:8|类名:RelativeTimeFormatResolvedOptions<br>起始版本:10|@ohos.intl.d.ts|
|起始版本有变化|类名:RelativeTimeFormatResolvedOptions<br>方法 or 属性:locale: string;<br>起始版本:8|类名:RelativeTimeFormatResolvedOptions<br>方法 or 属性:locale: string;<br>起始版本:10|@ohos.intl.d.ts|
|起始版本有变化|类名:RelativeTimeFormatResolvedOptions<br>方法 or 属性:style: string;<br>起始版本:8|类名:RelativeTimeFormatResolvedOptions<br>方法 or 属性:style: string;<br>起始版本:10|@ohos.intl.d.ts|
|起始版本有变化|类名:RelativeTimeFormatResolvedOptions<br>方法 or 属性:numeric: string;<br>起始版本:8|类名:RelativeTimeFormatResolvedOptions<br>方法 or 属性:numeric: string;<br>起始版本:10|@ohos.intl.d.ts|
|起始版本有变化|类名:RelativeTimeFormatResolvedOptions<br>方法 or 属性:numberingSystem: string;<br>起始版本:8|类名:RelativeTimeFormatResolvedOptions<br>方法 or 属性:numberingSystem: string;<br>起始版本:10|@ohos.intl.d.ts|
|起始版本有变化|类名:RelativeTimeFormat<br>起始版本:8|类名:RelativeTimeFormat<br>起始版本:10|@ohos.intl.d.ts|
|起始版本有变化|类名:RelativeTimeFormat<br>方法 or 属性:constructor();<br>起始版本:8|类名:RelativeTimeFormat<br>方法 or 属性:constructor();<br>起始版本:10|@ohos.intl.d.ts|
|起始版本有变化|类名:RelativeTimeFormat<br>方法 or 属性:constructor(locale: string \| Array\<string>, options?: RelativeTimeFormatInputOptions);<br>起始版本:8|类名:RelativeTimeFormat<br>方法 or 属性:constructor(locale: string \| Array\<string>, options?: RelativeTimeFormatInputOptions);<br>起始版本:10|@ohos.intl.d.ts|
|起始版本有变化|类名:RelativeTimeFormat<br>方法 or 属性:format(value: number, unit: string): string;<br>起始版本:8|类名:RelativeTimeFormat<br>方法 or 属性:format(value: number, unit: string): string;<br>起始版本:10|@ohos.intl.d.ts|
|起始版本有变化|类名:RelativeTimeFormat<br>方法 or 属性:formatToParts(value: number, unit: string): Array\<object>;<br>起始版本:8|类名:RelativeTimeFormat<br>方法 or 属性:formatToParts(value: number, unit: string): Array\<object>;<br>起始版本:10|@ohos.intl.d.ts|
|起始版本有变化|类名:RelativeTimeFormat<br>方法 or 属性:resolvedOptions(): RelativeTimeFormatResolvedOptions;<br>起始版本:8|类名:RelativeTimeFormat<br>方法 or 属性:resolvedOptions(): RelativeTimeFormatResolvedOptions;<br>起始版本:10|@ohos.intl.d.ts|
|起始版本有变化|类名:resourceManager<br>起始版本:6|类名:resourceManager<br>起始版本:10|@ohos.resourceManager.d.ts|
|起始版本有变化|类名:Direction<br>起始版本:6|类名:Direction<br>起始版本:10|@ohos.resourceManager.d.ts|
|起始版本有变化|类名:Direction<br>方法 or 属性:DIRECTION_VERTICAL = 0<br>起始版本:6|类名:Direction<br>方法 or 属性:DIRECTION_VERTICAL = 0<br>起始版本:10|@ohos.resourceManager.d.ts|
|起始版本有变化|类名:Direction<br>方法 or 属性:DIRECTION_HORIZONTAL = 1<br>起始版本:6|类名:Direction<br>方法 or 属性:DIRECTION_HORIZONTAL = 1<br>起始版本:10|@ohos.resourceManager.d.ts|
|起始版本有变化|类名:DeviceType<br>起始版本:6|类名:DeviceType<br>起始版本:10|@ohos.resourceManager.d.ts|
|起始版本有变化|类名:DeviceType<br>方法 or 属性:DEVICE_TYPE_PHONE = 0x00<br>起始版本:6|类名:DeviceType<br>方法 or 属性:DEVICE_TYPE_PHONE = 0x00<br>起始版本:10|@ohos.resourceManager.d.ts|
|起始版本有变化|类名:DeviceType<br>方法 or 属性:DEVICE_TYPE_TABLET = 0x01<br>起始版本:6|类名:DeviceType<br>方法 or 属性:DEVICE_TYPE_TABLET = 0x01<br>起始版本:10|@ohos.resourceManager.d.ts|
|起始版本有变化|类名:DeviceType<br>方法 or 属性:DEVICE_TYPE_CAR = 0x02<br>起始版本:6|类名:DeviceType<br>方法 or 属性:DEVICE_TYPE_CAR = 0x02<br>起始版本:10|@ohos.resourceManager.d.ts|
|起始版本有变化|类名:DeviceType<br>方法 or 属性:DEVICE_TYPE_PC = 0x03<br>起始版本:6|类名:DeviceType<br>方法 or 属性:DEVICE_TYPE_PC = 0x03<br>起始版本:10|@ohos.resourceManager.d.ts|
|起始版本有变化|类名:DeviceType<br>方法 or 属性:DEVICE_TYPE_TV = 0x04<br>起始版本:6|类名:DeviceType<br>方法 or 属性:DEVICE_TYPE_TV = 0x04<br>起始版本:10|@ohos.resourceManager.d.ts|
|起始版本有变化|类名:DeviceType<br>方法 or 属性:DEVICE_TYPE_WEARABLE = 0x06<br>起始版本:6|类名:DeviceType<br>方法 or 属性:DEVICE_TYPE_WEARABLE = 0x06<br>起始版本:10|@ohos.resourceManager.d.ts|
|起始版本有变化|类名:ScreenDensity<br>起始版本:6|类名:ScreenDensity<br>起始版本:10|@ohos.resourceManager.d.ts|
|起始版本有变化|类名:ScreenDensity<br>方法 or 属性:SCREEN_SDPI = 120<br>起始版本:6|类名:ScreenDensity<br>方法 or 属性:SCREEN_SDPI = 120<br>起始版本:10|@ohos.resourceManager.d.ts|
|起始版本有变化|类名:ScreenDensity<br>方法 or 属性:SCREEN_MDPI = 160<br>起始版本:6|类名:ScreenDensity<br>方法 or 属性:SCREEN_MDPI = 160<br>起始版本:10|@ohos.resourceManager.d.ts|
|起始版本有变化|类名:ScreenDensity<br>方法 or 属性:SCREEN_LDPI = 240<br>起始版本:6|类名:ScreenDensity<br>方法 or 属性:SCREEN_LDPI = 240<br>起始版本:10|@ohos.resourceManager.d.ts|
|起始版本有变化|类名:ScreenDensity<br>方法 or 属性:SCREEN_XLDPI = 320<br>起始版本:6|类名:ScreenDensity<br>方法 or 属性:SCREEN_XLDPI = 320<br>起始版本:10|@ohos.resourceManager.d.ts|
|起始版本有变化|类名:ScreenDensity<br>方法 or 属性:SCREEN_XXLDPI = 480<br>起始版本:6|类名:ScreenDensity<br>方法 or 属性:SCREEN_XXLDPI = 480<br>起始版本:10|@ohos.resourceManager.d.ts|
|起始版本有变化|类名:ScreenDensity<br>方法 or 属性:SCREEN_XXXLDPI = 640<br>起始版本:6|类名:ScreenDensity<br>方法 or 属性:SCREEN_XXXLDPI = 640<br>起始版本:10|@ohos.resourceManager.d.ts|
|起始版本有变化|类名:Configuration<br>起始版本:6|类名:Configuration<br>起始版本:10|@ohos.resourceManager.d.ts|
|起始版本有变化|类名:DeviceCapability<br>起始版本:6|类名:DeviceCapability<br>起始版本:10|@ohos.resourceManager.d.ts|
|起始版本有变化|类名:ResourceManager<br>起始版本:6|类名:ResourceManager<br>起始版本:10|@ohos.resourceManager.d.ts|
|起始版本有变化|类名:ResourceManager<br>方法 or 属性:getStringValue(resource: Resource, callback: _AsyncCallback\<string>): void;<br>起始版本:9|类名:ResourceManager<br>方法 or 属性:getStringValue(resource: Resource, callback: _AsyncCallback\<string>): void;<br>起始版本:10|@ohos.resourceManager.d.ts|
|起始版本有变化|类名:ResourceManager<br>方法 or 属性:getStringValue(resource: Resource): Promise\<string>;<br>起始版本:9|类名:ResourceManager<br>方法 or 属性:getStringValue(resource: Resource): Promise\<string>;<br>起始版本:10|@ohos.resourceManager.d.ts|
|起始版本有变化|类名:ResourceManager<br>方法 or 属性:getStringArrayValue(resource: Resource, callback: _AsyncCallback\<Array\<string>>): void;<br>起始版本:9|类名:ResourceManager<br>方法 or 属性:getStringArrayValue(resource: Resource, callback: _AsyncCallback\<Array\<string>>): void;<br>起始版本:10|@ohos.resourceManager.d.ts|
|起始版本有变化|类名:ResourceManager<br>方法 or 属性:getStringArrayValue(resource: Resource): Promise\<Array\<string>>;<br>起始版本:9|类名:ResourceManager<br>方法 or 属性:getStringArrayValue(resource: Resource): Promise\<Array\<string>>;<br>起始版本:10|@ohos.resourceManager.d.ts|
|起始版本有变化|类名:ResourceManager<br>方法 or 属性:getMediaContent(resource: Resource, callback: _AsyncCallback\<Uint8Array>): void;<br>起始版本:9|类名:ResourceManager<br>方法 or 属性:getMediaContent(resource: Resource, callback: _AsyncCallback\<Uint8Array>): void;<br>起始版本:10|@ohos.resourceManager.d.ts|
|起始版本有变化|类名:ResourceManager<br>方法 or 属性:getMediaContent(resource: Resource): Promise\<Uint8Array>;<br>起始版本:9|类名:ResourceManager<br>方法 or 属性:getMediaContent(resource: Resource): Promise\<Uint8Array>;<br>起始版本:10|@ohos.resourceManager.d.ts|
|起始版本有变化|类名:ResourceManager<br>方法 or 属性:getMediaContentBase64(resource: Resource, callback: _AsyncCallback\<string>): void;<br>起始版本:9|类名:ResourceManager<br>方法 or 属性:getMediaContentBase64(resource: Resource, callback: _AsyncCallback\<string>): void;<br>起始版本:10|@ohos.resourceManager.d.ts|
|起始版本有变化|类名:ResourceManager<br>方法 or 属性:getMediaContentBase64(resource: Resource): Promise\<string>;<br>起始版本:9|类名:ResourceManager<br>方法 or 属性:getMediaContentBase64(resource: Resource): Promise\<string>;<br>起始版本:10|@ohos.resourceManager.d.ts|
|起始版本有变化|类名:ResourceManager<br>方法 or 属性:getDeviceCapability(callback: _AsyncCallback\<DeviceCapability>): void;<br>起始版本:6|类名:ResourceManager<br>方法 or 属性:getDeviceCapability(callback: _AsyncCallback\<DeviceCapability>): void;<br>起始版本:10|@ohos.resourceManager.d.ts|
|起始版本有变化|类名:ResourceManager<br>方法 or 属性:getDeviceCapability(): Promise\<DeviceCapability>;<br>起始版本:6|类名:ResourceManager<br>方法 or 属性:getDeviceCapability(): Promise\<DeviceCapability>;<br>起始版本:10|@ohos.resourceManager.d.ts|
|起始版本有变化|类名:ResourceManager<br>方法 or 属性:getConfiguration(callback: _AsyncCallback\<Configuration>): void;<br>起始版本:6|类名:ResourceManager<br>方法 or 属性:getConfiguration(callback: _AsyncCallback\<Configuration>): void;<br>起始版本:10|@ohos.resourceManager.d.ts|
|起始版本有变化|类名:ResourceManager<br>方法 or 属性:getConfiguration(): Promise\<Configuration>;<br>起始版本:6|类名:ResourceManager<br>方法 or 属性:getConfiguration(): Promise\<Configuration>;<br>起始版本:10|@ohos.resourceManager.d.ts|
|起始版本有变化|类名:ResourceManager<br>方法 or 属性:getPluralStringValue(resource: Resource, num: number, callback: _AsyncCallback\<string>): void;<br>起始版本:9|类名:ResourceManager<br>方法 or 属性:getPluralStringValue(resource: Resource, num: number, callback: _AsyncCallback\<string>): void;<br>起始版本:10|@ohos.resourceManager.d.ts|
|起始版本有变化|类名:ResourceManager<br>方法 or 属性:getPluralStringValue(resource: Resource, num: number): Promise\<string>;<br>起始版本:9|类名:ResourceManager<br>方法 or 属性:getPluralStringValue(resource: Resource, num: number): Promise\<string>;<br>起始版本:10|@ohos.resourceManager.d.ts|
|起始版本有变化|类名:ResourceManager<br>方法 or 属性:getStringByName(resName: string, callback: _AsyncCallback\<string>): void;<br>起始版本:9|类名:ResourceManager<br>方法 or 属性:getStringByName(resName: string, callback: _AsyncCallback\<string>): void;<br>起始版本:10|@ohos.resourceManager.d.ts|
|起始版本有变化|类名:ResourceManager<br>方法 or 属性:getStringByName(resName: string): Promise\<string>;<br>起始版本:9|类名:ResourceManager<br>方法 or 属性:getStringByName(resName: string): Promise\<string>;<br>起始版本:10|@ohos.resourceManager.d.ts|
|起始版本有变化|类名:ResourceManager<br>方法 or 属性:getStringArrayByName(resName: string, callback: _AsyncCallback\<Array\<string>>): void;<br>起始版本:9|类名:ResourceManager<br>方法 or 属性:getStringArrayByName(resName: string, callback: _AsyncCallback\<Array\<string>>): void;<br>起始版本:10|@ohos.resourceManager.d.ts|
|起始版本有变化|类名:ResourceManager<br>方法 or 属性:getStringArrayByName(resName: string): Promise\<Array\<string>>;<br>起始版本:9|类名:ResourceManager<br>方法 or 属性:getStringArrayByName(resName: string): Promise\<Array\<string>>;<br>起始版本:10|@ohos.resourceManager.d.ts|
|起始版本有变化|类名:ResourceManager<br>方法 or 属性:getMediaByName(resName: string, callback: _AsyncCallback\<Uint8Array>): void;<br>起始版本:9|类名:ResourceManager<br>方法 or 属性:getMediaByName(resName: string, callback: _AsyncCallback\<Uint8Array>): void;<br>起始版本:10|@ohos.resourceManager.d.ts|
|起始版本有变化|类名:ResourceManager<br>方法 or 属性:getMediaByName(resName: string): Promise\<Uint8Array>;<br>起始版本:9|类名:ResourceManager<br>方法 or 属性:getMediaByName(resName: string): Promise\<Uint8Array>;<br>起始版本:10|@ohos.resourceManager.d.ts|
|起始版本有变化|类名:ResourceManager<br>方法 or 属性:getMediaBase64ByName(resName: string, callback: _AsyncCallback\<string>): void;<br>起始版本:9|类名:ResourceManager<br>方法 or 属性:getMediaBase64ByName(resName: string, callback: _AsyncCallback\<string>): void;<br>起始版本:10|@ohos.resourceManager.d.ts|
|起始版本有变化|类名:ResourceManager<br>方法 or 属性:getMediaBase64ByName(resName: string): Promise\<string>;<br>起始版本:9|类名:ResourceManager<br>方法 or 属性:getMediaBase64ByName(resName: string): Promise\<string>;<br>起始版本:10|@ohos.resourceManager.d.ts|
|起始版本有变化|类名:ResourceManager<br>方法 or 属性:getPluralStringByName(resName: string, num: number, callback: _AsyncCallback\<string>): void;<br>起始版本:9|类名:ResourceManager<br>方法 or 属性:getPluralStringByName(resName: string, num: number, callback: _AsyncCallback\<string>): void;<br>起始版本:10|@ohos.resourceManager.d.ts|
|起始版本有变化|类名:ResourceManager<br>方法 or 属性:getPluralStringByName(resName: string, num: number): Promise\<string>;<br>起始版本:9|类名:ResourceManager<br>方法 or 属性:getPluralStringByName(resName: string, num: number): Promise\<string>;<br>起始版本:10|@ohos.resourceManager.d.ts|
|起始版本有变化|类名:ResourceManager<br>方法 or 属性:getStringSync(resId: number): string;<br>起始版本:9|类名:ResourceManager<br>方法 or 属性:getStringSync(resId: number): string;<br>起始版本:10|@ohos.resourceManager.d.ts|
|起始版本有变化|类名:ResourceManager<br>方法 or 属性:getStringSync(resource: Resource): string;<br>起始版本:9|类名:ResourceManager<br>方法 or 属性:getStringSync(resource: Resource): string;<br>起始版本:10|@ohos.resourceManager.d.ts|
|起始版本有变化|类名:ResourceManager<br>方法 or 属性:getStringByNameSync(resName: string): string;<br>起始版本:9|类名:ResourceManager<br>方法 or 属性:getStringByNameSync(resName: string): string;<br>起始版本:10|@ohos.resourceManager.d.ts|
|起始版本有变化|类名:ResourceManager<br>方法 or 属性:getBoolean(resId: number): boolean;<br>起始版本:9|类名:ResourceManager<br>方法 or 属性:getBoolean(resId: number): boolean;<br>起始版本:10|@ohos.resourceManager.d.ts|
|起始版本有变化|类名:ResourceManager<br>方法 or 属性:getBoolean(resource: Resource): boolean;<br>起始版本:9|类名:ResourceManager<br>方法 or 属性:getBoolean(resource: Resource): boolean;<br>起始版本:10|@ohos.resourceManager.d.ts|
|起始版本有变化|类名:ResourceManager<br>方法 or 属性:getBooleanByName(resName: string): boolean;<br>起始版本:9|类名:ResourceManager<br>方法 or 属性:getBooleanByName(resName: string): boolean;<br>起始版本:10|@ohos.resourceManager.d.ts|
|起始版本有变化|类名:ResourceManager<br>方法 or 属性:getNumber(resId: number): number;<br>起始版本:9|类名:ResourceManager<br>方法 or 属性:getNumber(resId: number): number;<br>起始版本:10|@ohos.resourceManager.d.ts|
|起始版本有变化|类名:ResourceManager<br>方法 or 属性:getNumber(resource: Resource): number;<br>起始版本:9|类名:ResourceManager<br>方法 or 属性:getNumber(resource: Resource): number;<br>起始版本:10|@ohos.resourceManager.d.ts|
|起始版本有变化|类名:ResourceManager<br>方法 or 属性:getNumberByName(resName: string): number;<br>起始版本:9|类名:ResourceManager<br>方法 or 属性:getNumberByName(resName: string): number;<br>起始版本:10|@ohos.resourceManager.d.ts|
|起始版本有变化|类名:ResourceManager<br>方法 or 属性:release();<br>起始版本:7|类名:ResourceManager<br>方法 or 属性:release();<br>起始版本:10|@ohos.resourceManager.d.ts|
|起始版本有变化|类名:ResourceManager<br>方法 or 属性:getStringValue(resId: number, callback: _AsyncCallback\<string>): void;<br>起始版本:9|类名:ResourceManager<br>方法 or 属性:getStringValue(resId: number, callback: _AsyncCallback\<string>): void;<br>起始版本:10|@ohos.resourceManager.d.ts|
|起始版本有变化|类名:ResourceManager<br>方法 or 属性:getStringValue(resId: number): Promise\<string>;<br>起始版本:9|类名:ResourceManager<br>方法 or 属性:getStringValue(resId: number): Promise\<string>;<br>起始版本:10|@ohos.resourceManager.d.ts|
|起始版本有变化|类名:ResourceManager<br>方法 or 属性:getStringArrayValue(resId: number, callback: _AsyncCallback\<Array\<string>>): void;<br>起始版本:9|类名:ResourceManager<br>方法 or 属性:getStringArrayValue(resId: number, callback: _AsyncCallback\<Array\<string>>): void;<br>起始版本:10|@ohos.resourceManager.d.ts|
|起始版本有变化|类名:ResourceManager<br>方法 or 属性:getStringArrayValue(resId: number): Promise\<Array\<string>>;<br>起始版本:9|类名:ResourceManager<br>方法 or 属性:getStringArrayValue(resId: number): Promise\<Array\<string>>;<br>起始版本:10|@ohos.resourceManager.d.ts|
|起始版本有变化|类名:ResourceManager<br>方法 or 属性:getPluralStringValue(resId: number, num: number, callback: _AsyncCallback\<string>): void;<br>起始版本:9|类名:ResourceManager<br>方法 or 属性:getPluralStringValue(resId: number, num: number, callback: _AsyncCallback\<string>): void;<br>起始版本:10|@ohos.resourceManager.d.ts|
|起始版本有变化|类名:ResourceManager<br>方法 or 属性:getPluralStringValue(resId: number, num: number): Promise\<string>;<br>起始版本:9|类名:ResourceManager<br>方法 or 属性:getPluralStringValue(resId: number, num: number): Promise\<string>;<br>起始版本:10|@ohos.resourceManager.d.ts|
|起始版本有变化|类名:ResourceManager<br>方法 or 属性:getMediaContent(resId: number, callback: _AsyncCallback\<Uint8Array>): void;<br>起始版本:9|类名:ResourceManager<br>方法 or 属性:getMediaContent(resId: number, callback: _AsyncCallback\<Uint8Array>): void;<br>起始版本:10|@ohos.resourceManager.d.ts|
|起始版本有变化|类名:ResourceManager<br>方法 or 属性:getMediaContent(resId: number): Promise\<Uint8Array>;<br>起始版本:9|类名:ResourceManager<br>方法 or 属性:getMediaContent(resId: number): Promise\<Uint8Array>;<br>起始版本:10|@ohos.resourceManager.d.ts|
|起始版本有变化|类名:ResourceManager<br>方法 or 属性:getMediaContentBase64(resId: number, callback: _AsyncCallback\<string>): void;<br>起始版本:9|类名:ResourceManager<br>方法 or 属性:getMediaContentBase64(resId: number, callback: _AsyncCallback\<string>): void;<br>起始版本:10|@ohos.resourceManager.d.ts|
|起始版本有变化|类名:ResourceManager<br>方法 or 属性:getMediaContentBase64(resId: number): Promise\<string>;<br>起始版本:9|类名:ResourceManager<br>方法 or 属性:getMediaContentBase64(resId: number): Promise\<string>;<br>起始版本:10|@ohos.resourceManager.d.ts|
|起始版本有变化|类名:ResourceManager<br>方法 or 属性:getRawFileContent(path: string, callback: _AsyncCallback\<Uint8Array>): void;<br>起始版本:9|类名:ResourceManager<br>方法 or 属性:getRawFileContent(path: string, callback: _AsyncCallback\<Uint8Array>): void;<br>起始版本:10|@ohos.resourceManager.d.ts|
|起始版本有变化|类名:ResourceManager<br>方法 or 属性:getRawFileContent(path: string): Promise\<Uint8Array>;<br>起始版本:9|类名:ResourceManager<br>方法 or 属性:getRawFileContent(path: string): Promise\<Uint8Array>;<br>起始版本:10|@ohos.resourceManager.d.ts|
|起始版本有变化|类名:ResourceManager<br>方法 or 属性:getRawFd(path: string, callback: _AsyncCallback\<RawFileDescriptor>): void;<br>起始版本:9|类名:ResourceManager<br>方法 or 属性:getRawFd(path: string, callback: _AsyncCallback\<RawFileDescriptor>): void;<br>起始版本:10|@ohos.resourceManager.d.ts|
|起始版本有变化|类名:ResourceManager<br>方法 or 属性:getRawFd(path: string): Promise\<RawFileDescriptor>;<br>起始版本:9|类名:ResourceManager<br>方法 or 属性:getRawFd(path: string): Promise\<RawFileDescriptor>;<br>起始版本:10|@ohos.resourceManager.d.ts|
|起始版本有变化|类名:ResourceManager<br>方法 or 属性:closeRawFd(path: string, callback: _AsyncCallback\<void>): void;<br>起始版本:9|类名:ResourceManager<br>方法 or 属性:closeRawFd(path: string, callback: _AsyncCallback\<void>): void;<br>起始版本:10|@ohos.resourceManager.d.ts|
|起始版本有变化|类名:ResourceManager<br>方法 or 属性:closeRawFd(path: string): Promise\<void>;<br>起始版本:9|类名:ResourceManager<br>方法 or 属性:closeRawFd(path: string): Promise\<void>;<br>起始版本:10|@ohos.resourceManager.d.ts|
| 操作 | 旧版本 | 新版本 | d.ts文件 |
| ---- | ------ | ------ | -------- |
|删除|模块名: webgl<br>类名: WebGLContextAttributes|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLContextAttributes<br>方法 or 属性:alpha?: boolean;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLContextAttributes<br>方法 or 属性:depth?: boolean;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLContextAttributes<br>方法 or 属性:stencil?: boolean;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLContextAttributes<br>方法 or 属性:antialias?: boolean;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLContextAttributes<br>方法 or 属性:premultipliedAlpha?: boolean;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLContextAttributes<br>方法 or 属性:preserveDrawingBuffer?: boolean;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLContextAttributes<br>方法 or 属性:powerPreference?: WebGLPowerPreference;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLContextAttributes<br>方法 or 属性:failIfMajorPerformanceCaveat?: boolean;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLContextAttributes<br>方法 or 属性:desynchronized?: boolean;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLBuffer|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLFramebuffer|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLProgram|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderbuffer|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLShader|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLTexture|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLUniformLocation|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLActiveInfo|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLActiveInfo<br>方法 or 属性:readonly size: GLint;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLActiveInfo<br>方法 or 属性:readonly type: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLActiveInfo<br>方法 or 属性:readonly name: string;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLShaderPrecisionFormat|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLShaderPrecisionFormat<br>方法 or 属性:readonly rangeMin: GLint;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLShaderPrecisionFormat<br>方法 or 属性:readonly rangeMax: GLint;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLShaderPrecisionFormat<br>方法 or 属性:readonly precision: GLint;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly DEPTH_BUFFER_BIT: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly STENCIL_BUFFER_BIT: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly COLOR_BUFFER_BIT: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly POINTS: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly LINES: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly LINE_LOOP: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly LINE_STRIP: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly TRIANGLES: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly TRIANGLE_STRIP: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly TRIANGLE_FAN: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly ZERO: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly ONE: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly SRC_COLOR: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly ONE_MINUS_SRC_COLOR: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly SRC_ALPHA: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly ONE_MINUS_SRC_ALPHA: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly DST_ALPHA: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly ONE_MINUS_DST_ALPHA: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly DST_COLOR: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly ONE_MINUS_DST_COLOR: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly SRC_ALPHA_SATURATE: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly FUNC_ADD: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly BLEND_EQUATION: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly BLEND_EQUATION_RGB: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly BLEND_EQUATION_ALPHA: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly FUNC_SUBTRACT: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly FUNC_REVERSE_SUBTRACT: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly BLEND_DST_RGB: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly BLEND_SRC_RGB: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly BLEND_DST_ALPHA: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly BLEND_SRC_ALPHA: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly CONSTANT_COLOR: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly ONE_MINUS_CONSTANT_COLOR: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly CONSTANT_ALPHA: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly ONE_MINUS_CONSTANT_ALPHA: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly BLEND_COLOR: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly ARRAY_BUFFER: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly ELEMENT_ARRAY_BUFFER: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly ARRAY_BUFFER_BINDING: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly ELEMENT_ARRAY_BUFFER_BINDING: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly STREAM_DRAW: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly STATIC_DRAW: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly DYNAMIC_DRAW: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly BUFFER_SIZE: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly BUFFER_USAGE: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly CURRENT_VERTEX_ATTRIB: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly FRONT: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly BACK: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly FRONT_AND_BACK: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly CULL_FACE: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly BLEND: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly DITHER: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly STENCIL_TEST: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly DEPTH_TEST: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly SCISSOR_TEST: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly POLYGON_OFFSET_FILL: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly SAMPLE_ALPHA_TO_COVERAGE: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly SAMPLE_COVERAGE: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly NO_ERROR: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly INVALID_ENUM: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly INVALID_VALUE: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly INVALID_OPERATION: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly OUT_OF_MEMORY: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly CW: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly CCW: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly LINE_WIDTH: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly ALIASED_POINT_SIZE_RANGE: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly ALIASED_LINE_WIDTH_RANGE: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly CULL_FACE_MODE: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly FRONT_FACE: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly DEPTH_RANGE: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly DEPTH_WRITEMASK: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly DEPTH_CLEAR_VALUE: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly DEPTH_FUNC: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly STENCIL_CLEAR_VALUE: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly STENCIL_FUNC: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly STENCIL_FAIL: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly STENCIL_PASS_DEPTH_FAIL: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly STENCIL_PASS_DEPTH_PASS: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly STENCIL_REF: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly STENCIL_VALUE_MASK: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly STENCIL_WRITEMASK: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly STENCIL_BACK_FUNC: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly STENCIL_BACK_FAIL: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly STENCIL_BACK_PASS_DEPTH_FAIL: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly STENCIL_BACK_PASS_DEPTH_PASS: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly STENCIL_BACK_REF: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly STENCIL_BACK_VALUE_MASK: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly STENCIL_BACK_WRITEMASK: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly VIEWPORT: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly SCISSOR_BOX: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly COLOR_CLEAR_VALUE: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly COLOR_WRITEMASK: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly UNPACK_ALIGNMENT: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly PACK_ALIGNMENT: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly MAX_TEXTURE_SIZE: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly MAX_VIEWPORT_DIMS: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly SUBPIXEL_BITS: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly RED_BITS: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly GREEN_BITS: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly BLUE_BITS: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly ALPHA_BITS: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly DEPTH_BITS: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly STENCIL_BITS: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly POLYGON_OFFSET_UNITS: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly POLYGON_OFFSET_FACTOR: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly TEXTURE_BINDING_2D: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly SAMPLE_BUFFERS: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly SAMPLES: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly SAMPLE_COVERAGE_VALUE: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly SAMPLE_COVERAGE_INVERT: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly COMPRESSED_TEXTURE_FORMATS: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly DONT_CARE: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly FASTEST: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly NICEST: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly GENERATE_MIPMAP_HINT: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly BYTE: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly UNSIGNED_BYTE: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly SHORT: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly UNSIGNED_SHORT: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly INT: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly UNSIGNED_INT: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly FLOAT: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly DEPTH_COMPONENT: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly ALPHA: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly RGB: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly RGBA: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly LUMINANCE: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly LUMINANCE_ALPHA: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly UNSIGNED_SHORT_4_4_4_4: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly UNSIGNED_SHORT_5_5_5_1: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly UNSIGNED_SHORT_5_6_5: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly FRAGMENT_SHADER: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly VERTEX_SHADER: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly MAX_VERTEX_ATTRIBS: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly MAX_VERTEX_UNIFORM_VECTORS: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly MAX_VARYING_VECTORS: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly MAX_COMBINED_TEXTURE_IMAGE_UNITS: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly MAX_VERTEX_TEXTURE_IMAGE_UNITS: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly MAX_TEXTURE_IMAGE_UNITS: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly MAX_FRAGMENT_UNIFORM_VECTORS: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly SHADER_TYPE: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly DELETE_STATUS: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly LINK_STATUS: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly VALIDATE_STATUS: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly ATTACHED_SHADERS: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly ACTIVE_UNIFORMS: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly ACTIVE_ATTRIBUTES: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly SHADING_LANGUAGE_VERSION: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly CURRENT_PROGRAM: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly NEVER: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly LESS: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly EQUAL: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly LEQUAL: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly GREATER: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly NOTEQUAL: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly GEQUAL: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly ALWAYS: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly KEEP: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly REPLACE: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly INCR: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly DECR: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly INVERT: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly INCR_WRAP: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly DECR_WRAP: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly VENDOR: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly RENDERER: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly VERSION: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly NEAREST: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly LINEAR: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly NEAREST_MIPMAP_NEAREST: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly LINEAR_MIPMAP_NEAREST: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly NEAREST_MIPMAP_LINEAR: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly LINEAR_MIPMAP_LINEAR: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly TEXTURE_MAG_FILTER: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly TEXTURE_MIN_FILTER: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly TEXTURE_WRAP_S: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly TEXTURE_WRAP_T: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly TEXTURE_2D: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly TEXTURE: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly TEXTURE_CUBE_MAP: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly TEXTURE_BINDING_CUBE_MAP: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly TEXTURE_CUBE_MAP_POSITIVE_X: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly TEXTURE_CUBE_MAP_NEGATIVE_X: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly TEXTURE_CUBE_MAP_POSITIVE_Y: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly TEXTURE_CUBE_MAP_NEGATIVE_Y: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly TEXTURE_CUBE_MAP_POSITIVE_Z: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly TEXTURE_CUBE_MAP_NEGATIVE_Z: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly MAX_CUBE_MAP_TEXTURE_SIZE: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly TEXTURE0: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly TEXTURE1: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly TEXTURE2: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly TEXTURE3: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly TEXTURE4: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly TEXTURE5: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly TEXTURE6: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly TEXTURE7: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly TEXTURE8: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly TEXTURE9: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly TEXTURE10: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly TEXTURE11: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly TEXTURE12: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly TEXTURE13: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly TEXTURE14: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly TEXTURE15: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly TEXTURE16: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly TEXTURE17: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly TEXTURE18: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly TEXTURE19: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly TEXTURE20: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly TEXTURE21: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly TEXTURE22: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly TEXTURE23: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly TEXTURE24: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly TEXTURE25: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly TEXTURE26: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly TEXTURE27: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly TEXTURE28: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly TEXTURE29: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly TEXTURE30: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly TEXTURE31: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly ACTIVE_TEXTURE: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly REPEAT: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly CLAMP_TO_EDGE: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly MIRRORED_REPEAT: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly FLOAT_VEC2: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly FLOAT_VEC3: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly FLOAT_VEC4: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly INT_VEC2: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly INT_VEC3: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly INT_VEC4: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly BOOL: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly BOOL_VEC2: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly BOOL_VEC3: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly BOOL_VEC4: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly FLOAT_MAT2: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly FLOAT_MAT3: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly FLOAT_MAT4: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly SAMPLER_2D: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly SAMPLER_CUBE: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly VERTEX_ATTRIB_ARRAY_ENABLED: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly VERTEX_ATTRIB_ARRAY_SIZE: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly VERTEX_ATTRIB_ARRAY_STRIDE: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly VERTEX_ATTRIB_ARRAY_TYPE: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly VERTEX_ATTRIB_ARRAY_NORMALIZED: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly VERTEX_ATTRIB_ARRAY_POINTER: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly VERTEX_ATTRIB_ARRAY_BUFFER_BINDING: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly IMPLEMENTATION_COLOR_READ_TYPE: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly IMPLEMENTATION_COLOR_READ_FORMAT: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly COMPILE_STATUS: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly LOW_FLOAT: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly MEDIUM_FLOAT: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly HIGH_FLOAT: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly LOW_INT: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly MEDIUM_INT: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly HIGH_INT: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly FRAMEBUFFER: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly RENDERBUFFER: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly RGBA4: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly RGB5_A1: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly RGB565: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly DEPTH_COMPONENT16: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly STENCIL_INDEX8: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly DEPTH_STENCIL: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly RENDERBUFFER_WIDTH: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly RENDERBUFFER_HEIGHT: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly RENDERBUFFER_INTERNAL_FORMAT: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly RENDERBUFFER_RED_SIZE: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly RENDERBUFFER_GREEN_SIZE: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly RENDERBUFFER_BLUE_SIZE: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly RENDERBUFFER_ALPHA_SIZE: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly RENDERBUFFER_DEPTH_SIZE: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly RENDERBUFFER_STENCIL_SIZE: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly FRAMEBUFFER_ATTACHMENT_OBJECT_TYPE: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly FRAMEBUFFER_ATTACHMENT_OBJECT_NAME: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly FRAMEBUFFER_ATTACHMENT_TEXTURE_LEVEL: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly FRAMEBUFFER_ATTACHMENT_TEXTURE_CUBE_MAP_FACE: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly COLOR_ATTACHMENT0: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly DEPTH_ATTACHMENT: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly STENCIL_ATTACHMENT: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly DEPTH_STENCIL_ATTACHMENT: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly NONE: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly FRAMEBUFFER_COMPLETE: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly FRAMEBUFFER_INCOMPLETE_ATTACHMENT: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly FRAMEBUFFER_INCOMPLETE_MISSING_ATTACHMENT: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly FRAMEBUFFER_INCOMPLETE_DIMENSIONS: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly FRAMEBUFFER_UNSUPPORTED: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly FRAMEBUFFER_BINDING: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly RENDERBUFFER_BINDING: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly MAX_RENDERBUFFER_SIZE: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly INVALID_FRAMEBUFFER_OPERATION: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly UNPACK_FLIP_Y_WEBGL: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly UNPACK_PREMULTIPLY_ALPHA_WEBGL: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly CONTEXT_LOST_WEBGL: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly UNPACK_COLORSPACE_CONVERSION_WEBGL: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly BROWSER_DEFAULT_WEBGL: GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly canvas: HTMLCanvasElement \| OffscreenCanvas;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly drawingBufferWidth: GLsizei;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly drawingBufferHeight: GLsizei;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:getContextAttributes(): WebGLContextAttributes \| null;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:isContextLost(): boolean;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:getSupportedExtensions(): string[] \| null;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:getExtension(name: string): any;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:activeTexture(texture: GLenum): void;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:attachShader(program: WebGLProgram, shader: WebGLShader): void;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:bindAttribLocation(program: WebGLProgram, index: GLuint, name: string): void;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:bindBuffer(target: GLenum, buffer: WebGLBuffer \| null): void;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:bindFramebuffer(target: GLenum, framebuffer: WebGLFramebuffer \| null): void;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:bindRenderbuffer(target: GLenum, renderbuffer: WebGLRenderbuffer \| null): void;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:bindTexture(target: GLenum, texture: WebGLTexture \| null): void;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:blendColor(red: GLclampf, green: GLclampf, blue: GLclampf, alpha: GLclampf): void;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:blendEquation(mode: GLenum): void;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:blendEquationSeparate(modeRGB: GLenum, modeAlpha: GLenum): void;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:blendFunc(sfactor: GLenum, dfactor: GLenum): void;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:blendFuncSeparate(srcRGB: GLenum, dstRGB: GLenum, srcAlpha: GLenum, dstAlpha: GLenum): void;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:checkFramebufferStatus(target: GLenum): GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:clear(mask: GLbitfield): void;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:clearColor(red: GLclampf, green: GLclampf, blue: GLclampf, alpha: GLclampf): void;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:clearDepth(depth: GLclampf): void;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:clearStencil(s: GLint): void;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:colorMask(red: GLboolean, green: GLboolean, blue: GLboolean, alpha: GLboolean): void;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:compileShader(shader: WebGLShader): void;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:copyTexImage2D(target: GLenum, level: GLint, internalformat: GLenum, x: GLint, y: GLint, width: GLsizei, height: GLsizei, border: GLint): void;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:copyTexSubImage2D(target: GLenum, level: GLint, xoffset: GLint, yoffset: GLint, x: GLint, y: GLint, width: GLsizei, height: GLsizei): void;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:createBuffer(): WebGLBuffer \| null;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:createFramebuffer(): WebGLFramebuffer \| null;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:createProgram(): WebGLProgram \| null;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:createRenderbuffer(): WebGLRenderbuffer \| null;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:createShader(type: GLenum): WebGLShader \| null;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:createTexture(): WebGLTexture \| null;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:cullFace(mode: GLenum): void;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:deleteBuffer(buffer: WebGLBuffer \| null): void;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:deleteFramebuffer(framebuffer: WebGLFramebuffer \| null): void;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:deleteProgram(program: WebGLProgram \| null): void;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:deleteRenderbuffer(renderbuffer: WebGLRenderbuffer \| null): void;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:deleteShader(shader: WebGLShader \| null): void;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:deleteTexture(texture: WebGLTexture \| null): void;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:depthFunc(func: GLenum): void;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:depthMask(flag: GLboolean): void;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:depthRange(zNear: GLclampf, zFar: GLclampf): void;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:detachShader(program: WebGLProgram, shader: WebGLShader): void;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:disable(cap: GLenum): void;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:disableVertexAttribArray(index: GLuint): void;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:drawArrays(mode: GLenum, first: GLint, count: GLsizei): void;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:drawElements(mode: GLenum, count: GLsizei, type: GLenum, offset: GLintptr): void;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:enable(cap: GLenum): void;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:enableVertexAttribArray(index: GLuint): void;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:finish(): void;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:flush(): void;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:framebufferRenderbuffer(target: GLenum, attachment: GLenum, renderbuffertarget: GLenum, renderbuffer: WebGLRenderbuffer \| null): void;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:framebufferTexture2D(target: GLenum, attachment: GLenum, textarget: GLenum, texture: WebGLTexture \| null, level: GLint): void;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:frontFace(mode: GLenum): void;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:generateMipmap(target: GLenum): void;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:getActiveAttrib(program: WebGLProgram, index: GLuint): WebGLActiveInfo \| null;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:getActiveUniform(program: WebGLProgram, index: GLuint): WebGLActiveInfo \| null;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:getAttachedShaders(program: WebGLProgram): WebGLShader[] \| null;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:getAttribLocation(program: WebGLProgram, name: string): GLint;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:getBufferParameter(target: GLenum, pname: GLenum): any;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:getParameter(pname: GLenum): any;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:getError(): GLenum;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:getFramebufferAttachmentParameter(target: GLenum, attachment: GLenum, pname: GLenum): any;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:getProgramParameter(program: WebGLProgram, pname: GLenum): any;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:getProgramInfoLog(program: WebGLProgram): string \| null;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:getRenderbufferParameter(target: GLenum, pname: GLenum): any;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:getShaderParameter(shader: WebGLShader, pname: GLenum): any;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:getShaderPrecisionFormat(shadertype: GLenum, precisiontype: GLenum): WebGLShaderPrecisionFormat \| null;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:getShaderInfoLog(shader: WebGLShader): string \| null;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:getShaderSource(shader: WebGLShader): string \| null;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:getTexParameter(target: GLenum, pname: GLenum): any;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:getUniform(program: WebGLProgram, location: WebGLUniformLocation): any;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:getUniformLocation(program: WebGLProgram, name: string): WebGLUniformLocation \| null;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:getVertexAttrib(index: GLuint, pname: GLenum): any;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:getVertexAttribOffset(index: GLuint, pname: GLenum): GLintptr;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:hint(target: GLenum, mode: GLenum): void;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:isBuffer(buffer: WebGLBuffer \| null): GLboolean;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:isEnabled(cap: GLenum): GLboolean;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:isFramebuffer(framebuffer: WebGLFramebuffer \| null): GLboolean;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:isProgram(program: WebGLProgram \| null): GLboolean;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:isRenderbuffer(renderbuffer: WebGLRenderbuffer \| null): GLboolean;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:isShader(shader: WebGLShader \| null): GLboolean;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:isTexture(texture: WebGLTexture \| null): GLboolean;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:lineWidth(width: GLfloat): void;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:linkProgram(program: WebGLProgram): void;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:pixelStorei(pname: GLenum, param: GLint \| GLboolean): void;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:polygonOffset(factor: GLfloat, units: GLfloat): void;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:renderbufferStorage(target: GLenum, internalformat: GLenum, width: GLsizei, height: GLsizei): void;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:sampleCoverage(value: GLclampf, invert: GLboolean): void;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:scissor(x: GLint, y: GLint, width: GLsizei, height: GLsizei): void;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:shaderSource(shader: WebGLShader, source: string): void;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:stencilFunc(func: GLenum, ref: GLint, mask: GLuint): void;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:stencilFuncSeparate(face: GLenum, func: GLenum, ref: GLint, mask: GLuint): void;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:stencilMask(mask: GLuint): void;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:stencilMaskSeparate(face: GLenum, mask: GLuint): void;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:stencilOp(fail: GLenum, zfail: GLenum, zpass: GLenum): void;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:stencilOpSeparate(face: GLenum, fail: GLenum, zfail: GLenum, zpass: GLenum): void;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:texParameterf(target: GLenum, pname: GLenum, param: GLfloat): void;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:texParameteri(target: GLenum, pname: GLenum, param: GLint): void;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:uniform1f(location: WebGLUniformLocation \| null, x: GLfloat): void;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:uniform2f(location: WebGLUniformLocation \| null, x: GLfloat, y: GLfloat): void;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:uniform3f(location: WebGLUniformLocation \| null, x: GLfloat, y: GLfloat, z: GLfloat): void;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:uniform4f(location: WebGLUniformLocation \| null, x: GLfloat, y: GLfloat, z: GLfloat, w: GLfloat): void;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:uniform1i(location: WebGLUniformLocation \| null, x: GLint): void;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:uniform2i(location: WebGLUniformLocation \| null, x: GLint, y: GLint): void;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:uniform3i(location: WebGLUniformLocation \| null, x: GLint, y: GLint, z: GLint): void;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:uniform4i(location: WebGLUniformLocation \| null, x: GLint, y: GLint, z: GLint, w: GLint): void;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:useProgram(program: WebGLProgram \| null): void;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:validateProgram(program: WebGLProgram): void;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:vertexAttrib1f(index: GLuint, x: GLfloat): void;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:vertexAttrib2f(index: GLuint, x: GLfloat, y: GLfloat): void;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:vertexAttrib3f(index: GLuint, x: GLfloat, y: GLfloat, z: GLfloat): void;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:vertexAttrib4f(index: GLuint, x: GLfloat, y: GLfloat, z: GLfloat, w: GLfloat): void;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:vertexAttrib1fv(index: GLuint, values: Float32List): void;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:vertexAttrib2fv(index: GLuint, values: Float32List): void;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:vertexAttrib3fv(index: GLuint, values: Float32List): void;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:vertexAttrib4fv(index: GLuint, values: Float32List): void;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:vertexAttribPointer(index: GLuint, size: GLint, type: GLenum, normalized: GLboolean, stride: GLsizei, offset: GLintptr): void;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:viewport(x: GLint, y: GLint, width: GLsizei, height: GLsizei): void;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextOverloads|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextOverloads<br>方法 or 属性:bufferData(target: GLenum, size: GLsizeiptr, usage: GLenum): void;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextOverloads<br>方法 or 属性:bufferData(target: GLenum, data: BufferSource \| null, usage: GLenum): void;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextOverloads<br>方法 or 属性:bufferSubData(target: GLenum, offset: GLintptr, data: BufferSource): void;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextOverloads<br>方法 or 属性:compressedTexImage2D(target: GLenum, level: GLint, internalformat: GLenum, width: GLsizei, height: GLsizei, border: GLint, data: ArrayBufferView): void;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextOverloads<br>方法 or 属性:compressedTexSubImage2D(target: GLenum, level: GLint, xoffset: GLint, yoffset: GLint, width: GLsizei, height: GLsizei, format: GLenum, data: ArrayBufferView): void;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextOverloads<br>方法 or 属性:readPixels(x: GLint, y: GLint, width: GLsizei, height: GLsizei, format: GLenum, type: GLenum, pixels: ArrayBufferView \| null): void;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextOverloads<br>方法 or 属性: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|
|删除|模块名: webgl<br>类名: WebGLRenderingContextOverloads<br>方法 or 属性:texImage2D(target: GLenum, level: GLint, internalformat: GLint, format: GLenum, type: GLenum, source: TexImageSource): void;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextOverloads<br>方法 or 属性: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|
|删除|模块名: webgl<br>类名: WebGLRenderingContextOverloads<br>方法 or 属性:texSubImage2D(target: GLenum, level: GLint, xoffset: GLint, yoffset: GLint, format: GLenum, type: GLenum, source: TexImageSource): void;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextOverloads<br>方法 or 属性:uniform1fv(location: WebGLUniformLocation \| null, v: Float32List): void;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextOverloads<br>方法 or 属性:uniform2fv(location: WebGLUniformLocation \| null, v: Float32List): void;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextOverloads<br>方法 or 属性:uniform3fv(location: WebGLUniformLocation \| null, v: Float32List): void;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextOverloads<br>方法 or 属性:uniform4fv(location: WebGLUniformLocation \| null, v: Float32List): void;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextOverloads<br>方法 or 属性:uniform1iv(location: WebGLUniformLocation \| null, v: Int32List): void;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextOverloads<br>方法 or 属性:uniform2iv(location: WebGLUniformLocation \| null, v: Int32List): void;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextOverloads<br>方法 or 属性:uniform3iv(location: WebGLUniformLocation \| null, v: Int32List): void;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextOverloads<br>方法 or 属性:uniform4iv(location: WebGLUniformLocation \| null, v: Int32List): void;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextOverloads<br>方法 or 属性:uniformMatrix2fv(location: WebGLUniformLocation \| null, transpose: GLboolean, value: Float32List): void;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextOverloads<br>方法 or 属性:uniformMatrix3fv(location: WebGLUniformLocation \| null, transpose: GLboolean, value: Float32List): void;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContextOverloads<br>方法 or 属性:uniformMatrix4fv(location: WebGLUniformLocation \| null, transpose: GLboolean, value: Float32List): void;|NA|webgl.d.ts|
|删除|模块名: webgl<br>类名: WebGLRenderingContext|NA|webgl.d.ts|
|删除|模块名: webgl2<br>类名: WebGLQuery|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGLSampler|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGLSync|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGLTransformFeedback|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGLVertexArrayObject|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly READ_BUFFER: webgl.GLenum;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly UNPACK_ROW_LENGTH: webgl.GLenum;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly UNPACK_SKIP_ROWS: webgl.GLenum;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly UNPACK_SKIP_PIXELS: webgl.GLenum;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly PACK_ROW_LENGTH: webgl.GLenum;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly PACK_SKIP_ROWS: webgl.GLenum;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly PACK_SKIP_PIXELS: webgl.GLenum;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly COLOR: webgl.GLenum;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly DEPTH: webgl.GLenum;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly STENCIL: webgl.GLenum;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly RED: webgl.GLenum;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly RGB8: webgl.GLenum;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly RGBA8: webgl.GLenum;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly RGB10_A2: webgl.GLenum;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly TEXTURE_BINDING_3D: webgl.GLenum;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly UNPACK_SKIP_IMAGES: webgl.GLenum;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly UNPACK_IMAGE_HEIGHT: webgl.GLenum;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly TEXTURE_3D: webgl.GLenum;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly TEXTURE_WRAP_R: webgl.GLenum;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly MAX_3D_TEXTURE_SIZE: webgl.GLenum;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly UNSIGNED_INT_2_10_10_10_REV: webgl.GLenum;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly MAX_ELEMENTS_VERTICES: webgl.GLenum;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly MAX_ELEMENTS_INDICES: webgl.GLenum;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly TEXTURE_MIN_LOD: webgl.GLenum;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly TEXTURE_MAX_LOD: webgl.GLenum;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly TEXTURE_BASE_LEVEL: webgl.GLenum;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly TEXTURE_MAX_LEVEL: webgl.GLenum;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly MIN: webgl.GLenum;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly MAX: webgl.GLenum;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly DEPTH_COMPONENT24: webgl.GLenum;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly MAX_TEXTURE_LOD_BIAS: webgl.GLenum;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly TEXTURE_COMPARE_MODE: webgl.GLenum;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly TEXTURE_COMPARE_FUNC: webgl.GLenum;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly CURRENT_QUERY: webgl.GLenum;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly QUERY_RESULT: webgl.GLenum;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly QUERY_RESULT_AVAILABLE: webgl.GLenum;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly STREAM_READ: webgl.GLenum;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly STREAM_COPY: webgl.GLenum;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly STATIC_READ: webgl.GLenum;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly STATIC_COPY: webgl.GLenum;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly DYNAMIC_READ: webgl.GLenum;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly DYNAMIC_COPY: webgl.GLenum;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly MAX_DRAW_BUFFERS: webgl.GLenum;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly DRAW_BUFFER0: webgl.GLenum;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly DRAW_BUFFER1: webgl.GLenum;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly DRAW_BUFFER2: webgl.GLenum;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly DRAW_BUFFER3: webgl.GLenum;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly DRAW_BUFFER4: webgl.GLenum;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly DRAW_BUFFER5: webgl.GLenum;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly DRAW_BUFFER6: webgl.GLenum;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly DRAW_BUFFER7: webgl.GLenum;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly DRAW_BUFFER8: webgl.GLenum;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly DRAW_BUFFER9: webgl.GLenum;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly DRAW_BUFFER10: webgl.GLenum;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly DRAW_BUFFER11: webgl.GLenum;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly DRAW_BUFFER12: webgl.GLenum;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly DRAW_BUFFER13: webgl.GLenum;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly DRAW_BUFFER14: webgl.GLenum;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly DRAW_BUFFER15: webgl.GLenum;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly MAX_FRAGMENT_UNIFORM_COMPONENTS: webgl.GLenum;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly MAX_VERTEX_UNIFORM_COMPONENTS: webgl.GLenum;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly SAMPLER_3D: webgl.GLenum;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly SAMPLER_2D_SHADOW: webgl.GLenum;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly FRAGMENT_SHADER_DERIVATIVE_HINT: webgl.GLenum;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly PIXEL_PACK_BUFFER: webgl.GLenum;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly PIXEL_UNPACK_BUFFER: webgl.GLenum;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly PIXEL_PACK_BUFFER_BINDING: webgl.GLenum;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly PIXEL_UNPACK_BUFFER_BINDING: webgl.GLenum;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly FLOAT_MAT2x3: webgl.GLenum;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly FLOAT_MAT2x4: webgl.GLenum;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly FLOAT_MAT3x2: webgl.GLenum;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly FLOAT_MAT3x4: webgl.GLenum;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly FLOAT_MAT4x2: webgl.GLenum;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly FLOAT_MAT4x3: webgl.GLenum;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly SRGB: webgl.GLenum;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly SRGB8: webgl.GLenum;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly SRGB8_ALPHA8: webgl.GLenum;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly COMPARE_REF_TO_TEXTURE: webgl.GLenum;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly RGBA32F: webgl.GLenum;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly RGB32F: webgl.GLenum;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly RGBA16F: webgl.GLenum;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly RGB16F: webgl.GLenum;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly VERTEX_ATTRIB_ARRAY_INTEGER: webgl.GLenum;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly MAX_ARRAY_TEXTURE_LAYERS: webgl.GLenum;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly MIN_PROGRAM_TEXEL_OFFSET: webgl.GLenum;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly MAX_PROGRAM_TEXEL_OFFSET: webgl.GLenum;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly MAX_VARYING_COMPONENTS: webgl.GLenum;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly TEXTURE_2D_ARRAY: webgl.GLenum;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly TEXTURE_BINDING_2D_ARRAY: webgl.GLenum;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly R11F_G11F_B10F: webgl.GLenum;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly UNSIGNED_INT_10F_11F_11F_REV: webgl.GLenum;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly RGB9_E5: webgl.GLenum;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly UNSIGNED_INT_5_9_9_9_REV: webgl.GLenum;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly TRANSFORM_FEEDBACK_BUFFER_MODE: webgl.GLenum;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly MAX_TRANSFORM_FEEDBACK_SEPARATE_COMPONENTS: webgl.GLenum;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly TRANSFORM_FEEDBACK_VARYINGS: webgl.GLenum;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly TRANSFORM_FEEDBACK_BUFFER_START: webgl.GLenum;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly TRANSFORM_FEEDBACK_BUFFER_SIZE: webgl.GLenum;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN: webgl.GLenum;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly RASTERIZER_DISCARD: webgl.GLenum;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly MAX_TRANSFORM_FEEDBACK_INTERLEAVED_COMPONENTS: webgl.GLenum;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly MAX_TRANSFORM_FEEDBACK_SEPARATE_ATTRIBS: webgl.GLenum;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly INTERLEAVED_ATTRIBS: webgl.GLenum;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly SEPARATE_ATTRIBS: webgl.GLenum;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly TRANSFORM_FEEDBACK_BUFFER: webgl.GLenum;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly TRANSFORM_FEEDBACK_BUFFER_BINDING: webgl.GLenum;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly RGBA32UI: webgl.GLenum;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly RGB32UI: webgl.GLenum;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly RGBA16UI: webgl.GLenum;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly RGB16UI: webgl.GLenum;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly RGBA8UI: webgl.GLenum;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly RGB8UI: webgl.GLenum;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly RGBA32I: webgl.GLenum;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly RGB32I: webgl.GLenum;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly RGBA16I: webgl.GLenum;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly RGB16I: webgl.GLenum;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly RGBA8I: webgl.GLenum;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly RGB8I: webgl.GLenum;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly RED_INTEGER: webgl.GLenum;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly RGB_INTEGER: webgl.GLenum;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly RGBA_INTEGER: webgl.GLenum;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly SAMPLER_2D_ARRAY: webgl.GLenum;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly SAMPLER_2D_ARRAY_SHADOW: webgl.GLenum;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly SAMPLER_CUBE_SHADOW: webgl.GLenum;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly UNSIGNED_INT_VEC2: webgl.GLenum;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly UNSIGNED_INT_VEC3: webgl.GLenum;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly UNSIGNED_INT_VEC4: webgl.GLenum;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly INT_SAMPLER_2D: webgl.GLenum;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly INT_SAMPLER_3D: webgl.GLenum;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly INT_SAMPLER_CUBE: webgl.GLenum;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly INT_SAMPLER_2D_ARRAY: webgl.GLenum;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly UNSIGNED_INT_SAMPLER_2D: webgl.GLenum;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly UNSIGNED_INT_SAMPLER_3D: webgl.GLenum;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly UNSIGNED_INT_SAMPLER_CUBE: webgl.GLenum;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly UNSIGNED_INT_SAMPLER_2D_ARRAY: webgl.GLenum;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly DEPTH_COMPONENT32F: webgl.GLenum;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly DEPTH32F_STENCIL8: webgl.GLenum;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly FLOAT_32_UNSIGNED_INT_24_8_REV: webgl.GLenum;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly FRAMEBUFFER_ATTACHMENT_COLOR_ENCODING: webgl.GLenum;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly FRAMEBUFFER_ATTACHMENT_COMPONENT_TYPE: webgl.GLenum;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly FRAMEBUFFER_ATTACHMENT_RED_SIZE: webgl.GLenum;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly FRAMEBUFFER_ATTACHMENT_GREEN_SIZE: webgl.GLenum;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly FRAMEBUFFER_ATTACHMENT_BLUE_SIZE: webgl.GLenum;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly FRAMEBUFFER_ATTACHMENT_ALPHA_SIZE: webgl.GLenum;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly FRAMEBUFFER_ATTACHMENT_DEPTH_SIZE: webgl.GLenum;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly FRAMEBUFFER_ATTACHMENT_STENCIL_SIZE: webgl.GLenum;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly FRAMEBUFFER_DEFAULT: webgl.GLenum;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly UNSIGNED_INT_24_8: webgl.GLenum;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly DEPTH24_STENCIL8: webgl.GLenum;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly UNSIGNED_NORMALIZED: webgl.GLenum;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly DRAW_FRAMEBUFFER_BINDING: webgl.GLenum;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly READ_FRAMEBUFFER: webgl.GLenum;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly DRAW_FRAMEBUFFER: webgl.GLenum;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly READ_FRAMEBUFFER_BINDING: webgl.GLenum;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly RENDERBUFFER_SAMPLES: webgl.GLenum;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly FRAMEBUFFER_ATTACHMENT_TEXTURE_LAYER: webgl.GLenum;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly MAX_COLOR_ATTACHMENTS: webgl.GLenum;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly COLOR_ATTACHMENT1: webgl.GLenum;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly COLOR_ATTACHMENT2: webgl.GLenum;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly COLOR_ATTACHMENT3: webgl.GLenum;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly COLOR_ATTACHMENT4: webgl.GLenum;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly COLOR_ATTACHMENT5: webgl.GLenum;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly COLOR_ATTACHMENT6: webgl.GLenum;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly COLOR_ATTACHMENT7: webgl.GLenum;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly COLOR_ATTACHMENT8: webgl.GLenum;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly COLOR_ATTACHMENT9: webgl.GLenum;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly COLOR_ATTACHMENT10: webgl.GLenum;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly COLOR_ATTACHMENT11: webgl.GLenum;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly COLOR_ATTACHMENT12: webgl.GLenum;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly COLOR_ATTACHMENT13: webgl.GLenum;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly COLOR_ATTACHMENT14: webgl.GLenum;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly COLOR_ATTACHMENT15: webgl.GLenum;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly FRAMEBUFFER_INCOMPLETE_MULTISAMPLE: webgl.GLenum;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly MAX_SAMPLES: webgl.GLenum;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly HALF_FLOAT: webgl.GLenum;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly RG: webgl.GLenum;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly RG_INTEGER: webgl.GLenum;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly R8: webgl.GLenum;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly RG8: webgl.GLenum;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly R16F: webgl.GLenum;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly R32F: webgl.GLenum;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly RG16F: webgl.GLenum;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly RG32F: webgl.GLenum;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly R8I: webgl.GLenum;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly R8UI: webgl.GLenum;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly R16I: webgl.GLenum;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly R16UI: webgl.GLenum;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly R32I: webgl.GLenum;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly R32UI: webgl.GLenum;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly RG8I: webgl.GLenum;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly RG8UI: webgl.GLenum;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly RG16I: webgl.GLenum;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly RG16UI: webgl.GLenum;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly RG32I: webgl.GLenum;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly RG32UI: webgl.GLenum;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly VERTEX_ARRAY_BINDING: webgl.GLenum;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly R8_SNORM: webgl.GLenum;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly RG8_SNORM: webgl.GLenum;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly RGB8_SNORM: webgl.GLenum;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly RGBA8_SNORM: webgl.GLenum;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly SIGNED_NORMALIZED: webgl.GLenum;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly COPY_READ_BUFFER: webgl.GLenum;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly COPY_WRITE_BUFFER: webgl.GLenum;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly COPY_READ_BUFFER_BINDING: webgl.GLenum;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly COPY_WRITE_BUFFER_BINDING: webgl.GLenum;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly UNIFORM_BUFFER: webgl.GLenum;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly UNIFORM_BUFFER_BINDING: webgl.GLenum;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly UNIFORM_BUFFER_START: webgl.GLenum;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly UNIFORM_BUFFER_SIZE: webgl.GLenum;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly MAX_VERTEX_UNIFORM_BLOCKS: webgl.GLenum;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly MAX_FRAGMENT_UNIFORM_BLOCKS: webgl.GLenum;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly MAX_COMBINED_UNIFORM_BLOCKS: webgl.GLenum;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly MAX_UNIFORM_BUFFER_BINDINGS: webgl.GLenum;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly MAX_UNIFORM_BLOCK_SIZE: webgl.GLenum;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly MAX_COMBINED_VERTEX_UNIFORM_COMPONENTS: webgl.GLenum;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly MAX_COMBINED_FRAGMENT_UNIFORM_COMPONENTS: webgl.GLenum;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly UNIFORM_BUFFER_OFFSET_ALIGNMENT: webgl.GLenum;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly ACTIVE_UNIFORM_BLOCKS: webgl.GLenum;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly UNIFORM_TYPE: webgl.GLenum;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly UNIFORM_SIZE: webgl.GLenum;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly UNIFORM_BLOCK_INDEX: webgl.GLenum;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly UNIFORM_OFFSET: webgl.GLenum;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly UNIFORM_ARRAY_STRIDE: webgl.GLenum;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly UNIFORM_MATRIX_STRIDE: webgl.GLenum;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly UNIFORM_IS_ROW_MAJOR: webgl.GLenum;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly UNIFORM_BLOCK_BINDING: webgl.GLenum;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly UNIFORM_BLOCK_DATA_SIZE: webgl.GLenum;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly UNIFORM_BLOCK_ACTIVE_UNIFORMS: webgl.GLenum;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly UNIFORM_BLOCK_ACTIVE_UNIFORM_INDICES: webgl.GLenum;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly UNIFORM_BLOCK_REFERENCED_BY_VERTEX_SHADER: webgl.GLenum;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly UNIFORM_BLOCK_REFERENCED_BY_FRAGMENT_SHADER: webgl.GLenum;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly INVALID_INDEX: webgl.GLenum;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly MAX_VERTEX_OUTPUT_COMPONENTS: webgl.GLenum;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly MAX_FRAGMENT_INPUT_COMPONENTS: webgl.GLenum;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly MAX_SERVER_WAIT_TIMEOUT: webgl.GLenum;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly OBJECT_TYPE: webgl.GLenum;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly SYNC_CONDITION: webgl.GLenum;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly SYNC_STATUS: webgl.GLenum;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly SYNC_FLAGS: webgl.GLenum;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly SYNC_FENCE: webgl.GLenum;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly SYNC_GPU_COMMANDS_COMPLETE: webgl.GLenum;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly UNSIGNALED: webgl.GLenum;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly SIGNALED: webgl.GLenum;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly ALREADY_SIGNALED: webgl.GLenum;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly TIMEOUT_EXPIRED: webgl.GLenum;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly CONDITION_SATISFIED: webgl.GLenum;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly WAIT_FAILED: webgl.GLenum;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly SYNC_FLUSH_COMMANDS_BIT: webgl.GLenum;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly VERTEX_ATTRIB_ARRAY_DIVISOR: webgl.GLenum;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly ANY_SAMPLES_PASSED: webgl.GLenum;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly ANY_SAMPLES_PASSED_CONSERVATIVE: webgl.GLenum;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly SAMPLER_BINDING: webgl.GLenum;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly RGB10_A2UI: webgl.GLenum;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly INT_2_10_10_10_REV: webgl.GLenum;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly TRANSFORM_FEEDBACK: webgl.GLenum;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly TRANSFORM_FEEDBACK_PAUSED: webgl.GLenum;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly TRANSFORM_FEEDBACK_ACTIVE: webgl.GLenum;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly TRANSFORM_FEEDBACK_BINDING: webgl.GLenum;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly TEXTURE_IMMUTABLE_FORMAT: webgl.GLenum;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly MAX_ELEMENT_INDEX: webgl.GLenum;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly TEXTURE_IMMUTABLE_LEVELS: webgl.GLenum;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly TIMEOUT_IGNORED: GLint64;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly MAX_CLIENT_WAIT_TIMEOUT_WEBGL: webgl.GLenum;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:copyBufferSubData(readTarget: webgl.GLenum, writeTarget: webgl.GLenum, readOffset: webgl.GLintptr, writeOffset: webgl.GLintptr, size: webgl.GLsizeiptr): void;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:getBufferSubData(target: webgl.GLenum, srcByteOffset: webgl.GLintptr, dstBuffer: ArrayBufferView, dstOffset?: webgl.GLuint, length?: webgl.GLuint): void;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性: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|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:framebufferTextureLayer(target: webgl.GLenum, attachment: webgl.GLenum, texture: webgl.WebGLTexture \| null, level: webgl.GLint, layer: webgl.GLint): void;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:invalidateFramebuffer(target: webgl.GLenum, attachments: webgl.GLenum[]): void;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:invalidateSubFramebuffer(target: webgl.GLenum, attachments: webgl.GLenum[], x: webgl.GLint, y: webgl.GLint, width: webgl.GLsizei, height: webgl.GLsizei): void;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readBuffer(src: webgl.GLenum): void;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:getInternalformatParameter(target: webgl.GLenum, internalformat: webgl.GLenum, pname: webgl.GLenum): any;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:renderbufferStorageMultisample(target: webgl.GLenum, samples: webgl.GLsizei, internalformat: webgl.GLenum, width: webgl.GLsizei, height: webgl.GLsizei): void;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:texStorage2D(target: webgl.GLenum, levels: webgl.GLsizei, internalformat: webgl.GLenum, width: webgl.GLsizei, height: webgl.GLsizei): void;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:texStorage3D(target: webgl.GLenum, levels: webgl.GLsizei, internalformat: webgl.GLenum, width: webgl.GLsizei, height: webgl.GLsizei, depth: webgl.GLsizei): void;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性: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|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性: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|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性: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|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性: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|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性: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|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性: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|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性: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|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性: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|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性: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|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性: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|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性: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|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性: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|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:getFragDataLocation(program: webgl.WebGLProgram, name: string): webgl.GLint;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:uniform1ui(location: webgl.WebGLUniformLocation \| null, v0: webgl.GLuint): void;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:uniform2ui(location: webgl.WebGLUniformLocation \| null, v0: webgl.GLuint, v1: webgl.GLuint): void;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:uniform3ui(location: webgl.WebGLUniformLocation \| null, v0: webgl.GLuint, v1: webgl.GLuint, v2: webgl.GLuint): void;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:uniform4ui(location: webgl.WebGLUniformLocation \| null, v0: webgl.GLuint, v1: webgl.GLuint, v2: webgl.GLuint, v3: webgl.GLuint): void;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:uniform1uiv(location: webgl.WebGLUniformLocation \| null, data: Uint32List, srcOffset?: webgl.GLuint, srcLength?: webgl.GLuint): void;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:uniform2uiv(location: webgl.WebGLUniformLocation \| null, data: Uint32List, srcOffset?: webgl.GLuint, srcLength?: webgl.GLuint): void;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:uniform3uiv(location: webgl.WebGLUniformLocation \| null, data: Uint32List, srcOffset?: webgl.GLuint, srcLength?: webgl.GLuint): void;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:uniform4uiv(location: webgl.WebGLUniformLocation \| null, data: Uint32List, srcOffset?: webgl.GLuint, srcLength?: webgl.GLuint): void;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:uniformMatrix3x2fv(location: webgl.WebGLUniformLocation \| null, transpose: webgl.GLboolean, data: webgl.Float32List, srcOffset?: webgl.GLuint, srcLength?: webgl.GLuint): void;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:uniformMatrix4x2fv(location: webgl.WebGLUniformLocation \| null, transpose: webgl.GLboolean, data: webgl.Float32List, srcOffset?: webgl.GLuint, srcLength?: webgl.GLuint): void;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:uniformMatrix2x3fv(location: webgl.WebGLUniformLocation \| null, transpose: webgl.GLboolean, data: webgl.Float32List, srcOffset?: webgl.GLuint, srcLength?: webgl.GLuint): void;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:uniformMatrix4x3fv(location: webgl.WebGLUniformLocation \| null, transpose: webgl.GLboolean, data: webgl.Float32List, srcOffset?: webgl.GLuint, srcLength?: webgl.GLuint): void;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:uniformMatrix2x4fv(location: webgl.WebGLUniformLocation \| null, transpose: webgl.GLboolean, data: webgl.Float32List, srcOffset?: webgl.GLuint, srcLength?: webgl.GLuint): void;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:uniformMatrix3x4fv(location: webgl.WebGLUniformLocation \| null, transpose: webgl.GLboolean, data: webgl.Float32List, srcOffset?: webgl.GLuint, srcLength?: webgl.GLuint): void;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:vertexAttribI4i(index: webgl.GLuint, x: webgl.GLint, y: webgl.GLint, z: webgl.GLint, w: webgl.GLint): void;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:vertexAttribI4iv(index: webgl.GLuint, values: webgl.Int32List): void;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:vertexAttribI4ui(index: webgl.GLuint, x: webgl.GLuint, y: webgl.GLuint, z: webgl.GLuint, w: webgl.GLuint): void;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:vertexAttribI4uiv(index: webgl.GLuint, values: Uint32List): void;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:vertexAttribIPointer(index: webgl.GLuint, size: webgl.GLint, type: webgl.GLenum, stride: webgl.GLsizei, offset: webgl.GLintptr): void;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:vertexAttribDivisor(index: webgl.GLuint, divisor: webgl.GLuint): void;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:drawArraysInstanced(mode: webgl.GLenum, first: webgl.GLint, count: webgl.GLsizei, instanceCount: webgl.GLsizei): void;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:drawElementsInstanced(mode: webgl.GLenum, count: webgl.GLsizei, type: webgl.GLenum, offset: webgl.GLintptr, instanceCount: webgl.GLsizei): void;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:drawRangeElements(mode: webgl.GLenum, start: webgl.GLuint, end: webgl.GLuint, count: webgl.GLsizei, type: webgl.GLenum, offset: webgl.GLintptr): void;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:drawBuffers(buffers: webgl.GLenum[]): void;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:clearBufferfv(buffer: webgl.GLenum, drawbuffer: webgl.GLint, values: webgl.Float32List, srcOffset?: webgl.GLuint): void;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:clearBufferiv(buffer: webgl.GLenum, drawbuffer: webgl.GLint, values: webgl.Int32List, srcOffset?: webgl.GLuint): void;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:clearBufferuiv(buffer: webgl.GLenum, drawbuffer: webgl.GLint, values: Uint32List, srcOffset?: webgl.GLuint): void;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:clearBufferfi(buffer: webgl.GLenum, drawbuffer: webgl.GLint, depth: webgl.GLfloat, stencil: webgl.GLint): void;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:createQuery(): WebGLQuery \| null;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:deleteQuery(query: WebGLQuery \| null): void;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:isQuery(query: WebGLQuery \| null): webgl.GLboolean;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:beginQuery(target: webgl.GLenum, query: WebGLQuery): void;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:endQuery(target: webgl.GLenum): void;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:getQuery(target: webgl.GLenum, pname: webgl.GLenum): WebGLQuery \| null;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:getQueryParameter(query: WebGLQuery, pname: webgl.GLenum): any;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:createSampler(): WebGLSampler \| null;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:deleteSampler(sampler: WebGLSampler \| null): void;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:isSampler(sampler: WebGLSampler \| null): webgl.GLboolean;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:bindSampler(unit: webgl.GLuint, sampler: WebGLSampler \| null): void;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:samplerParameteri(sampler: WebGLSampler, pname: webgl.GLenum, param: webgl.GLint): void;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:samplerParameterf(sampler: WebGLSampler, pname: webgl.GLenum, param: webgl.GLfloat): void;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:getSamplerParameter(sampler: WebGLSampler, pname: webgl.GLenum): any;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:fenceSync(condition: webgl.GLenum, flags: webgl.GLbitfield): WebGLSync \| null;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:isSync(sync: WebGLSync \| null): webgl.GLboolean;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:deleteSync(sync: WebGLSync \| null): void;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:clientWaitSync(sync: WebGLSync, flags: webgl.GLbitfield, timeout: GLuint64 ): webgl.GLenum;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:waitSync(sync: WebGLSync, flags: webgl.GLbitfield, timeout: GLint64): void;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:getSyncParameter(sync: WebGLSync, pname: webgl.GLenum): any;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:createTransformFeedback(): WebGLTransformFeedback \| null;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:deleteTransformFeedback(tf: WebGLTransformFeedback \| null): void;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:isTransformFeedback(tf: WebGLTransformFeedback \| null): webgl.GLboolean;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:bindTransformFeedback(target: webgl.GLenum, tf: WebGLTransformFeedback \| null): void;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:beginTransformFeedback(primitiveMode: webgl.GLenum): void;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:endTransformFeedback(): void;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:transformFeedbackVaryings(program: webgl.WebGLProgram, varyings: string[], bufferMode: webgl.GLenum): void;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:getTransformFeedbackVarying(program: webgl.WebGLProgram, index: webgl.GLuint): webgl.WebGLActiveInfo \| null;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:pauseTransformFeedback(): void;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:resumeTransformFeedback(): void;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:bindBufferBase(target: webgl.GLenum, index: webgl.GLuint, buffer: webgl.WebGLBuffer \| null): void;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:bindBufferRange(target: webgl.GLenum, index: webgl.GLuint, buffer: webgl.WebGLBuffer \| null, offset: webgl.GLintptr, size: webgl.GLsizeiptr): void;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:getIndexedParameter(target: webgl.GLenum, index: webgl.GLuint): any;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:getUniformIndices(program: webgl.WebGLProgram, uniformNames: string[]): webgl.GLuint[] \| null;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:getActiveUniforms(program: webgl.WebGLProgram, uniformIndices: webgl.GLuint[], pname: webgl.GLenum): any;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:getUniformBlockIndex(program: webgl.WebGLProgram, uniformBlockName: string): webgl.GLuint;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:getActiveUniformBlockParameter(program: webgl.WebGLProgram, uniformBlockIndex: webgl.GLuint, pname: webgl.GLenum): any;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:getActiveUniformBlockName(program: webgl.WebGLProgram, uniformBlockIndex: webgl.GLuint): string \| null;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:uniformBlockBinding(program: webgl.WebGLProgram, uniformBlockIndex: webgl.GLuint, uniformBlockBinding: webgl.GLuint): void;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:createVertexArray(): WebGLVertexArrayObject \| null;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:deleteVertexArray(vertexArray: WebGLVertexArrayObject \| null): void;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:isVertexArray(vertexArray: WebGLVertexArrayObject \| null): webgl.GLboolean;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:bindVertexArray(array: WebGLVertexArrayObject \| null): void;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextOverloads|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextOverloads<br>方法 or 属性:bufferData(target: webgl.GLenum, size: webgl.GLsizeiptr, usage: webgl.GLenum): void;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextOverloads<br>方法 or 属性:bufferData(target: webgl.GLenum, srcData: BufferSource \| null, usage: webgl.GLenum): void;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextOverloads<br>方法 or 属性:bufferSubData(target: webgl.GLenum, dstByteOffset: webgl.GLintptr, srcData: BufferSource): void;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextOverloads<br>方法 or 属性:bufferData(target: webgl.GLenum, srcData: ArrayBufferView, usage: webgl.GLenum, srcOffset: webgl.GLuint, length?: webgl.GLuint): void;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextOverloads<br>方法 or 属性:bufferSubData(target: webgl.GLenum, dstByteOffset: webgl.GLintptr, srcData: ArrayBufferView, srcOffset: webgl.GLuint, length?: webgl.GLuint): void;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextOverloads<br>方法 or 属性: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|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextOverloads<br>方法 or 属性:texImage2D(target: webgl.GLenum, level: webgl.GLint, internalformat: webgl.GLint, format: webgl.GLenum, type: webgl.GLenum, source: webgl.TexImageSource): void;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextOverloads<br>方法 or 属性: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|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextOverloads<br>方法 or 属性: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|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextOverloads<br>方法 or 属性: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|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextOverloads<br>方法 or 属性: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|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextOverloads<br>方法 or 属性: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|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextOverloads<br>方法 or 属性: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|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextOverloads<br>方法 or 属性: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|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextOverloads<br>方法 or 属性: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|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextOverloads<br>方法 or 属性: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|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextOverloads<br>方法 or 属性: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|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextOverloads<br>方法 or 属性: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|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextOverloads<br>方法 or 属性: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|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextOverloads<br>方法 or 属性:uniform1fv(location: webgl.WebGLUniformLocation \| null, data: webgl.Float32List, srcOffset?: webgl.GLuint, srcLength?: webgl.GLuint): void;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextOverloads<br>方法 or 属性:uniform2fv(location: webgl.WebGLUniformLocation \| null, data: webgl.Float32List, srcOffset?: webgl.GLuint, srcLength?: webgl.GLuint): void;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextOverloads<br>方法 or 属性:uniform3fv(location: webgl.WebGLUniformLocation \| null, data: webgl.Float32List, srcOffset?: webgl.GLuint, srcLength?: webgl.GLuint): void;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextOverloads<br>方法 or 属性:uniform4fv(location: webgl.WebGLUniformLocation \| null, data: webgl.Float32List, srcOffset?: webgl.GLuint, srcLength?: webgl.GLuint): void;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextOverloads<br>方法 or 属性:uniform1iv(location: webgl.WebGLUniformLocation \| null, data: webgl.Int32List, srcOffset?: webgl.GLuint, srcLength?: webgl.GLuint): void;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextOverloads<br>方法 or 属性:uniform2iv(location: webgl.WebGLUniformLocation \| null, data: webgl.Int32List, srcOffset?: webgl.GLuint, srcLength?: webgl.GLuint): void;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextOverloads<br>方法 or 属性:uniform3iv(location: webgl.WebGLUniformLocation \| null, data: webgl.Int32List, srcOffset?: webgl.GLuint, srcLength?: webgl.GLuint): void;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextOverloads<br>方法 or 属性:uniform4iv(location: webgl.WebGLUniformLocation \| null, data: webgl.Int32List, srcOffset?: webgl.GLuint, srcLength?: webgl.GLuint): void;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextOverloads<br>方法 or 属性:uniformMatrix2fv(location: webgl.WebGLUniformLocation \| null, transpose: webgl.GLboolean, data: webgl.Float32List, srcOffset?: webgl.GLuint, srcLength?: webgl.GLuint): void;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextOverloads<br>方法 or 属性:uniformMatrix3fv(location: webgl.WebGLUniformLocation \| null, transpose: webgl.GLboolean, data: webgl.Float32List, srcOffset?: webgl.GLuint, srcLength?: webgl.GLuint): void;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextOverloads<br>方法 or 属性:uniformMatrix4fv(location: webgl.WebGLUniformLocation \| null, transpose: webgl.GLboolean, data: webgl.Float32List, srcOffset?: webgl.GLuint, srcLength?: webgl.GLuint): void;|NA|webgl2.d.ts|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextOverloads<br>方法 or 属性: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|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextOverloads<br>方法 or 属性: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|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContextOverloads<br>方法 or 属性: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|
|删除|模块名: webgl2<br>类名: WebGL2RenderingContext|NA|webgl2.d.ts|
| 操作 | 旧版本 | 新版本 | d.ts文件 |
| ---- | ------ | ------ | -------- |
|新增|NA|类名:InputMethodSetting<br>方法or属性:on(type: 'imeShow' \| 'imeHide', callback: (info: Array\<InputWindowInfo>) => void): void;|@ohos.inputMethod.d.ts|
|新增|NA|类名:InputMethodSetting<br>方法or属性:on(type: 'imeShow' \| 'imeHide', callback: (info: Array\<InputWindowInfo>) => void): void;|@ohos.inputMethod.d.ts|
|新增|NA|类名:InputMethodSetting<br>方法or属性:off(type: 'imeShow' \| 'imeHide', callback?: (info: Array\<InputWindowInfo>) => void): void;|@ohos.inputMethod.d.ts|
|新增|NA|类名:InputMethodSetting<br>方法or属性:off(type: 'imeShow' \| 'imeHide', callback?: (info: Array\<InputWindowInfo>) => void): void;|@ohos.inputMethod.d.ts|
|新增|NA|类名:InputMethodController<br>方法or属性:attach(showKeyboard: boolean, textConfig: TextConfig, callback: AsyncCallback\<void>): void;|@ohos.inputMethod.d.ts|
|新增|NA|类名:InputMethodController<br>方法or属性:attach(showKeyboard: boolean, textConfig: TextConfig): Promise\<void>;|@ohos.inputMethod.d.ts|
|新增|NA|类名:InputMethodController<br>方法or属性:showTextInput(callback: AsyncCallback\<void>): void;|@ohos.inputMethod.d.ts|
|新增|NA|类名:InputMethodController<br>方法or属性:showTextInput(): Promise\<void>;|@ohos.inputMethod.d.ts|
|新增|NA|类名:InputMethodController<br>方法or属性:hideTextInput(callback: AsyncCallback\<void>): void;|@ohos.inputMethod.d.ts|
|新增|NA|类名:InputMethodController<br>方法or属性:hideTextInput(): Promise\<void>;|@ohos.inputMethod.d.ts|
|新增|NA|类名:InputMethodController<br>方法or属性:detach(callback: AsyncCallback\<void>): void;|@ohos.inputMethod.d.ts|
|新增|NA|类名:InputMethodController<br>方法or属性:detach(): Promise\<void>;|@ohos.inputMethod.d.ts|
|新增|NA|类名:InputMethodController<br>方法or属性:setCallingWindow(windowId: number, callback: AsyncCallback\<void>): void;|@ohos.inputMethod.d.ts|
|新增|NA|类名:InputMethodController<br>方法or属性:setCallingWindow(windowId: number): Promise\<void>;|@ohos.inputMethod.d.ts|
|新增|NA|类名:InputMethodController<br>方法or属性:updateCursor(cursorInfo: CursorInfo, callback: AsyncCallback\<void>): void;|@ohos.inputMethod.d.ts|
|新增|NA|类名:InputMethodController<br>方法or属性:updateCursor(cursorInfo: CursorInfo): Promise\<void>;|@ohos.inputMethod.d.ts|
|新增|NA|类名:InputMethodController<br>方法or属性:changeSelection(text: string, start: number, end: number, callback: AsyncCallback\<void>): void;|@ohos.inputMethod.d.ts|
|新增|NA|类名:InputMethodController<br>方法or属性:changeSelection(text: string, start: number, end: number): Promise\<void>;|@ohos.inputMethod.d.ts|
|新增|NA|类名:InputMethodController<br>方法or属性:updateAttribute(attribute: InputAttribute, callback: AsyncCallback\<void>): void;|@ohos.inputMethod.d.ts|
|新增|NA|类名:InputMethodController<br>方法or属性:updateAttribute(attribute: InputAttribute): Promise\<void>;|@ohos.inputMethod.d.ts|
|新增|NA|类名:InputMethodController<br>方法or属性:on(type: 'selectByRange', callback: Callback\<Range>): void;|@ohos.inputMethod.d.ts|
|新增|NA|类名:InputMethodController<br>方法or属性:on(type: 'selectByMovement', callback: Callback\<Movement>): void;|@ohos.inputMethod.d.ts|
|新增|NA|类名:InputMethodController<br>方法or属性:off(type: 'selectByRange'): void;|@ohos.inputMethod.d.ts|
|新增|NA|类名:InputMethodController<br>方法or属性:off(type: 'selectByMovement'): void;|@ohos.inputMethod.d.ts|
|新增|NA|类名:InputMethodController<br>方法or属性:on(type: 'insertText', callback: (text: string) => void): void;|@ohos.inputMethod.d.ts|
|新增|NA|类名:InputMethodController<br>方法or属性:off(type: 'insertText'): void;|@ohos.inputMethod.d.ts|
|新增|NA|类名:InputMethodController<br>方法or属性:on(type: 'deleteLeft' \| 'deleteRight', callback: (length: number) => void): void;|@ohos.inputMethod.d.ts|
|新增|NA|类名:InputMethodController<br>方法or属性:on(type: 'deleteLeft' \| 'deleteRight', callback: (length: number) => void): void;|@ohos.inputMethod.d.ts|
|新增|NA|类名:InputMethodController<br>方法or属性:off(type: 'deleteLeft' \| 'deleteRight'): void;|@ohos.inputMethod.d.ts|
|新增|NA|类名:InputMethodController<br>方法or属性:off(type: 'deleteLeft' \| 'deleteRight'): void;|@ohos.inputMethod.d.ts|
|新增|NA|类名:InputMethodController<br>方法or属性:on(type: 'sendKeyboardStatus', callback: (keyBoardStatus: KeyboardStatus) => void): void;|@ohos.inputMethod.d.ts|
|新增|NA|类名:InputMethodController<br>方法or属性:off(type: 'sendKeyboardStatus'): void;|@ohos.inputMethod.d.ts|
|新增|NA|类名:InputMethodController<br>方法or属性:on(type: 'sendFunctionKey', callback: (functionKey: FunctionKey) => void): void;|@ohos.inputMethod.d.ts|
|新增|NA|类名:InputMethodController<br>方法or属性:off(type: 'sendFunctionKey'): void;|@ohos.inputMethod.d.ts|
|新增|NA|类名:InputMethodController<br>方法or属性:on(type: 'moveCursor', callback: (direction: Direction) => void): void;|@ohos.inputMethod.d.ts|
|新增|NA|类名:InputMethodController<br>方法or属性:off(type: 'moveCursor'): void;|@ohos.inputMethod.d.ts|
|新增|NA|类名:InputMethodController<br>方法or属性:on(type: 'handleExtendAction', callback: (action: ExtendAction) => void): void;|@ohos.inputMethod.d.ts|
|新增|NA|类名:InputMethodController<br>方法or属性:off(type: 'handleExtendAction'): void;|@ohos.inputMethod.d.ts|
|新增|NA|类名:InputMethodProperty<br>方法or属性:readonly labelId?: number;|@ohos.inputMethod.d.ts|
|新增|NA|类名:InputMethodProperty<br>方法or属性:extra?: object;|@ohos.inputMethod.d.ts|
|新增|NA|模块名: ohos.inputMethod<br>类名: Direction|@ohos.inputMethod.d.ts|
|新增|NA|类名:Direction<br>方法or属性:|@ohos.inputMethod.d.ts|
|新增|NA|模块名: ohos.inputMethod<br>类名: Direction<br>方法 or 属性:CURSOR_UP = 1|@ohos.inputMethod.d.ts|
|新增|NA|类名:Direction<br>方法or属性:CURSOR_UP = 1|@ohos.inputMethod.d.ts|
|新增|NA|模块名: ohos.inputMethod<br>类名: Direction<br>方法 or 属性:CURSOR_DOWN|@ohos.inputMethod.d.ts|
|新增|NA|类名:Direction<br>方法or属性:CURSOR_DOWN|@ohos.inputMethod.d.ts|
|新增|NA|模块名: ohos.inputMethod<br>类名: Direction<br>方法 or 属性:CURSOR_LEFT|@ohos.inputMethod.d.ts|
|新增|NA|类名:Direction<br>方法or属性:CURSOR_LEFT|@ohos.inputMethod.d.ts|
|新增|NA|模块名: ohos.inputMethod<br>类名: Direction<br>方法 or 属性:CURSOR_RIGHT|@ohos.inputMethod.d.ts|
|新增|NA|类名:Direction<br>方法or属性:CURSOR_RIGHT|@ohos.inputMethod.d.ts|
|新增|NA|模块名: ohos.inputMethod<br>类名: Range|@ohos.inputMethod.d.ts|
|新增|NA|类名:Range<br>方法or属性:|@ohos.inputMethod.d.ts|
|新增|NA|模块名: ohos.inputMethod<br>类名: Range<br>方法 or 属性:start: number;|@ohos.inputMethod.d.ts|
|新增|NA|类名:Range<br>方法or属性:start: number;|@ohos.inputMethod.d.ts|
|新增|NA|模块名: ohos.inputMethod<br>类名: Range<br>方法 or 属性:end: number;|@ohos.inputMethod.d.ts|
|新增|NA|类名:Range<br>方法or属性:end: number;|@ohos.inputMethod.d.ts|
|新增|NA|模块名: ohos.inputMethod<br>类名: Movement|@ohos.inputMethod.d.ts|
|新增|NA|类名:Movement<br>方法or属性:|@ohos.inputMethod.d.ts|
|新增|NA|模块名: ohos.inputMethod<br>类名: Movement<br>方法 or 属性:direction: Direction;|@ohos.inputMethod.d.ts|
|新增|NA|类名:Movement<br>方法or属性:direction: Direction;|@ohos.inputMethod.d.ts|
|新增|NA|模块名: ohos.inputMethod<br>类名: TextInputType|@ohos.inputMethod.d.ts|
|新增|NA|类名:TextInputType<br>方法or属性:|@ohos.inputMethod.d.ts|
|新增|NA|模块名: ohos.inputMethod<br>类名: TextInputType<br>方法 or 属性:NONE = -1|@ohos.inputMethod.d.ts|
|新增|NA|类名:TextInputType<br>方法or属性:NONE = -1|@ohos.inputMethod.d.ts|
|新增|NA|模块名: ohos.inputMethod<br>类名: TextInputType<br>方法 or 属性:TEXT = 0|@ohos.inputMethod.d.ts|
|新增|NA|类名:TextInputType<br>方法or属性:TEXT = 0|@ohos.inputMethod.d.ts|
|新增|NA|模块名: ohos.inputMethod<br>类名: TextInputType<br>方法 or 属性:MULTILINE|@ohos.inputMethod.d.ts|
|新增|NA|类名:TextInputType<br>方法or属性:MULTILINE|@ohos.inputMethod.d.ts|
|新增|NA|模块名: ohos.inputMethod<br>类名: TextInputType<br>方法 or 属性:NUMBER|@ohos.inputMethod.d.ts|
|新增|NA|类名:TextInputType<br>方法or属性:NUMBER|@ohos.inputMethod.d.ts|
|新增|NA|模块名: ohos.inputMethod<br>类名: TextInputType<br>方法 or 属性:PHONE|@ohos.inputMethod.d.ts|
|新增|NA|类名:TextInputType<br>方法or属性:PHONE|@ohos.inputMethod.d.ts|
|新增|NA|模块名: ohos.inputMethod<br>类名: TextInputType<br>方法 or 属性:DATETIME|@ohos.inputMethod.d.ts|
|新增|NA|类名:TextInputType<br>方法or属性:DATETIME|@ohos.inputMethod.d.ts|
|新增|NA|模块名: ohos.inputMethod<br>类名: TextInputType<br>方法 or 属性:EMAIL_ADDRESS|@ohos.inputMethod.d.ts|
|新增|NA|类名:TextInputType<br>方法or属性:EMAIL_ADDRESS|@ohos.inputMethod.d.ts|
|新增|NA|模块名: ohos.inputMethod<br>类名: TextInputType<br>方法 or 属性:URL|@ohos.inputMethod.d.ts|
|新增|NA|类名:TextInputType<br>方法or属性:URL|@ohos.inputMethod.d.ts|
|新增|NA|模块名: ohos.inputMethod<br>类名: TextInputType<br>方法 or 属性:VISIBLE_PASSWORD|@ohos.inputMethod.d.ts|
|新增|NA|类名:TextInputType<br>方法or属性:VISIBLE_PASSWORD|@ohos.inputMethod.d.ts|
|新增|NA|模块名: ohos.inputMethod<br>类名: EnterKeyType|@ohos.inputMethod.d.ts|
|新增|NA|类名:EnterKeyType<br>方法or属性:|@ohos.inputMethod.d.ts|
|新增|NA|模块名: ohos.inputMethod<br>类名: EnterKeyType<br>方法 or 属性:UNSPECIFIED = 0|@ohos.inputMethod.d.ts|
|新增|NA|类名:EnterKeyType<br>方法or属性:UNSPECIFIED = 0|@ohos.inputMethod.d.ts|
|新增|NA|模块名: ohos.inputMethod<br>类名: EnterKeyType<br>方法 or 属性:NONE|@ohos.inputMethod.d.ts|
|新增|NA|类名:EnterKeyType<br>方法or属性:NONE|@ohos.inputMethod.d.ts|
|新增|NA|模块名: ohos.inputMethod<br>类名: EnterKeyType<br>方法 or 属性:GO|@ohos.inputMethod.d.ts|
|新增|NA|类名:EnterKeyType<br>方法or属性:GO|@ohos.inputMethod.d.ts|
|新增|NA|模块名: ohos.inputMethod<br>类名: EnterKeyType<br>方法 or 属性:SEARCH|@ohos.inputMethod.d.ts|
|新增|NA|类名:EnterKeyType<br>方法or属性:SEARCH|@ohos.inputMethod.d.ts|
|新增|NA|模块名: ohos.inputMethod<br>类名: EnterKeyType<br>方法 or 属性:SEND|@ohos.inputMethod.d.ts|
|新增|NA|类名:EnterKeyType<br>方法or属性:SEND|@ohos.inputMethod.d.ts|
|新增|NA|模块名: ohos.inputMethod<br>类名: EnterKeyType<br>方法 or 属性:NEXT|@ohos.inputMethod.d.ts|
|新增|NA|类名:EnterKeyType<br>方法or属性:NEXT|@ohos.inputMethod.d.ts|
|新增|NA|模块名: ohos.inputMethod<br>类名: EnterKeyType<br>方法 or 属性:DONE|@ohos.inputMethod.d.ts|
|新增|NA|类名:EnterKeyType<br>方法or属性:DONE|@ohos.inputMethod.d.ts|
|新增|NA|模块名: ohos.inputMethod<br>类名: EnterKeyType<br>方法 or 属性:PREVIOUS|@ohos.inputMethod.d.ts|
|新增|NA|类名:EnterKeyType<br>方法or属性:PREVIOUS|@ohos.inputMethod.d.ts|
|新增|NA|模块名: ohos.inputMethod<br>类名: KeyboardStatus|@ohos.inputMethod.d.ts|
|新增|NA|类名:KeyboardStatus<br>方法or属性:|@ohos.inputMethod.d.ts|
|新增|NA|模块名: ohos.inputMethod<br>类名: KeyboardStatus<br>方法 or 属性:NONE = 0|@ohos.inputMethod.d.ts|
|新增|NA|类名:KeyboardStatus<br>方法or属性:NONE = 0|@ohos.inputMethod.d.ts|
|新增|NA|模块名: ohos.inputMethod<br>类名: KeyboardStatus<br>方法 or 属性:HIDE = 1|@ohos.inputMethod.d.ts|
|新增|NA|类名:KeyboardStatus<br>方法or属性:HIDE = 1|@ohos.inputMethod.d.ts|
|新增|NA|模块名: ohos.inputMethod<br>类名: KeyboardStatus<br>方法 or 属性:SHOW = 2|@ohos.inputMethod.d.ts|
|新增|NA|类名:KeyboardStatus<br>方法or属性:SHOW = 2|@ohos.inputMethod.d.ts|
|新增|NA|模块名: ohos.inputMethod<br>类名: InputAttribute|@ohos.inputMethod.d.ts|
|新增|NA|类名:InputAttribute<br>方法or属性:|@ohos.inputMethod.d.ts|
|新增|NA|模块名: ohos.inputMethod<br>类名: InputAttribute<br>方法 or 属性:textInputType: TextInputType;|@ohos.inputMethod.d.ts|
|新增|NA|类名:InputAttribute<br>方法or属性:textInputType: TextInputType;|@ohos.inputMethod.d.ts|
|新增|NA|模块名: ohos.inputMethod<br>类名: InputAttribute<br>方法 or 属性:enterKeyType: EnterKeyType;|@ohos.inputMethod.d.ts|
|新增|NA|类名:InputAttribute<br>方法or属性:enterKeyType: EnterKeyType;|@ohos.inputMethod.d.ts|
|新增|NA|模块名: ohos.inputMethod<br>类名: FunctionKey|@ohos.inputMethod.d.ts|
|新增|NA|类名:FunctionKey<br>方法or属性:|@ohos.inputMethod.d.ts|
|新增|NA|模块名: ohos.inputMethod<br>类名: FunctionKey<br>方法 or 属性:enterKeyType: EnterKeyType;|@ohos.inputMethod.d.ts|
|新增|NA|类名:FunctionKey<br>方法or属性:enterKeyType: EnterKeyType;|@ohos.inputMethod.d.ts|
|新增|NA|模块名: ohos.inputMethod<br>类名: CursorInfo|@ohos.inputMethod.d.ts|
|新增|NA|类名:CursorInfo<br>方法or属性:|@ohos.inputMethod.d.ts|
|新增|NA|模块名: ohos.inputMethod<br>类名: CursorInfo<br>方法 or 属性:left: number;|@ohos.inputMethod.d.ts|
|新增|NA|类名:CursorInfo<br>方法or属性:left: number;|@ohos.inputMethod.d.ts|
|新增|NA|模块名: ohos.inputMethod<br>类名: CursorInfo<br>方法 or 属性:top: number;|@ohos.inputMethod.d.ts|
|新增|NA|类名:CursorInfo<br>方法or属性:top: number;|@ohos.inputMethod.d.ts|
|新增|NA|模块名: ohos.inputMethod<br>类名: CursorInfo<br>方法 or 属性:width: number;|@ohos.inputMethod.d.ts|
|新增|NA|类名:CursorInfo<br>方法or属性:width: number;|@ohos.inputMethod.d.ts|
|新增|NA|模块名: ohos.inputMethod<br>类名: CursorInfo<br>方法 or 属性:height: number;|@ohos.inputMethod.d.ts|
|新增|NA|类名:CursorInfo<br>方法or属性:height: number;|@ohos.inputMethod.d.ts|
|新增|NA|模块名: ohos.inputMethod<br>类名: TextConfig|@ohos.inputMethod.d.ts|
|新增|NA|类名:TextConfig<br>方法or属性:|@ohos.inputMethod.d.ts|
|新增|NA|模块名: ohos.inputMethod<br>类名: TextConfig<br>方法 or 属性:inputAttribute: InputAttribute;|@ohos.inputMethod.d.ts|
|新增|NA|类名:TextConfig<br>方法or属性:inputAttribute: InputAttribute;|@ohos.inputMethod.d.ts|
|新增|NA|模块名: ohos.inputMethod<br>类名: ExtendAction|@ohos.inputMethod.d.ts|
|新增|NA|类名:ExtendAction<br>方法or属性:|@ohos.inputMethod.d.ts|
|新增|NA|模块名: ohos.inputMethod<br>类名: ExtendAction<br>方法 or 属性:SELECT_ALL = 0|@ohos.inputMethod.d.ts|
|新增|NA|类名:ExtendAction<br>方法or属性:SELECT_ALL = 0|@ohos.inputMethod.d.ts|
|新增|NA|模块名: ohos.inputMethod<br>类名: ExtendAction<br>方法 or 属性:CUT = 3|@ohos.inputMethod.d.ts|
|新增|NA|类名:ExtendAction<br>方法or属性:CUT = 3|@ohos.inputMethod.d.ts|
|新增|NA|模块名: ohos.inputMethod<br>类名: ExtendAction<br>方法 or 属性:COPY = 4|@ohos.inputMethod.d.ts|
|新增|NA|类名:ExtendAction<br>方法or属性:COPY = 4|@ohos.inputMethod.d.ts|
|新增|NA|模块名: ohos.inputMethod<br>类名: ExtendAction<br>方法 or 属性:PASTE = 5|@ohos.inputMethod.d.ts|
|新增|NA|类名:ExtendAction<br>方法or属性:PASTE = 5|@ohos.inputMethod.d.ts|
|新增|NA|模块名: ohos.inputMethod<br>类名: InputWindowInfo|@ohos.inputMethod.d.ts|
|新增|NA|类名:InputWindowInfo<br>方法or属性:|@ohos.inputMethod.d.ts|
|新增|NA|模块名: ohos.inputMethod<br>类名: InputWindowInfo<br>方法 or 属性:name: string;|@ohos.inputMethod.d.ts|
|新增|NA|类名:InputWindowInfo<br>方法or属性:name: string;|@ohos.inputMethod.d.ts|
|新增|NA|模块名: ohos.inputMethod<br>类名: InputWindowInfo<br>方法 or 属性:left: number;|@ohos.inputMethod.d.ts|
|新增|NA|类名:InputWindowInfo<br>方法or属性:left: number;|@ohos.inputMethod.d.ts|
|新增|NA|模块名: ohos.inputMethod<br>类名: InputWindowInfo<br>方法 or 属性:top: number;|@ohos.inputMethod.d.ts|
|新增|NA|类名:InputWindowInfo<br>方法or属性:top: number;|@ohos.inputMethod.d.ts|
|新增|NA|模块名: ohos.inputMethod<br>类名: InputWindowInfo<br>方法 or 属性:width: number;|@ohos.inputMethod.d.ts|
|新增|NA|类名:InputWindowInfo<br>方法or属性:width: number;|@ohos.inputMethod.d.ts|
|新增|NA|模块名: ohos.inputMethod<br>类名: InputWindowInfo<br>方法 or 属性:height: number;|@ohos.inputMethod.d.ts|
|新增|NA|类名:InputWindowInfo<br>方法or属性:height: number;|@ohos.inputMethod.d.ts|
|新增|NA|类名:InputMethodAbility<br>方法or属性:createPanel(ctx: BaseContext, info: PanelInfo, callback: AsyncCallback\<Panel>): void;|@ohos.inputMethodEngine.d.ts|
|新增|NA|类名:InputMethodAbility<br>方法or属性:createPanel(ctx: BaseContext, info: PanelInfo): Promise\<Panel>;|@ohos.inputMethodEngine.d.ts|
|新增|NA|类名:InputMethodAbility<br>方法or属性:destroyPanel(panel: Panel, callback: AsyncCallback\<void>): void;|@ohos.inputMethodEngine.d.ts|
|新增|NA|类名:InputMethodAbility<br>方法or属性:destroyPanel(panel: Panel): Promise\<void>;|@ohos.inputMethodEngine.d.ts|
|新增|NA|模块名: ohos.inputMethodEngine<br>类名: InputClient<br>方法 or 属性:selectByRange(range: Range, callback: AsyncCallback\<void>): void;|@ohos.inputMethodEngine.d.ts|
|新增|NA|类名:InputClient<br>方法or属性:selectByRange(range: Range, callback: AsyncCallback\<void>): void;|@ohos.inputMethodEngine.d.ts|
|新增|NA|模块名: ohos.inputMethodEngine<br>类名: InputClient<br>方法 or 属性:selectByRange(range: Range): Promise\<void>;|@ohos.inputMethodEngine.d.ts|
|新增|NA|类名:InputClient<br>方法or属性:selectByRange(range: Range): Promise\<void>;|@ohos.inputMethodEngine.d.ts|
|新增|NA|模块名: ohos.inputMethodEngine<br>类名: InputClient<br>方法 or 属性:selectByMovement(movement: Movement, callback: AsyncCallback\<void>): void;|@ohos.inputMethodEngine.d.ts|
|新增|NA|类名:InputClient<br>方法or属性:selectByMovement(movement: Movement, callback: AsyncCallback\<void>): void;|@ohos.inputMethodEngine.d.ts|
|新增|NA|模块名: ohos.inputMethodEngine<br>类名: InputClient<br>方法 or 属性:selectByMovement(movement: Movement): Promise\<void>;|@ohos.inputMethodEngine.d.ts|
|新增|NA|类名:InputClient<br>方法or属性:selectByMovement(movement: Movement): Promise\<void>;|@ohos.inputMethodEngine.d.ts|
|新增|NA|模块名: ohos.inputMethodEngine<br>类名: InputClient<br>方法 or 属性:getTextIndexAtCursor(callback: AsyncCallback\<number>): void;|@ohos.inputMethodEngine.d.ts|
|新增|NA|类名:InputClient<br>方法or属性:getTextIndexAtCursor(callback: AsyncCallback\<number>): void;|@ohos.inputMethodEngine.d.ts|
|新增|NA|模块名: ohos.inputMethodEngine<br>类名: InputClient<br>方法 or 属性:getTextIndexAtCursor(): Promise\<number>;|@ohos.inputMethodEngine.d.ts|
|新增|NA|类名:InputClient<br>方法or属性:getTextIndexAtCursor(): Promise\<number>;|@ohos.inputMethodEngine.d.ts|
|新增|NA|模块名: ohos.inputMethodEngine<br>类名: InputClient<br>方法 or 属性:sendExtendAction(action: ExtendAction, callback: AsyncCallback\<void>): void;|@ohos.inputMethodEngine.d.ts|
|新增|NA|类名:InputClient<br>方法or属性:sendExtendAction(action: ExtendAction, callback: AsyncCallback\<void>): void;|@ohos.inputMethodEngine.d.ts|
|新增|NA|模块名: ohos.inputMethodEngine<br>类名: InputClient<br>方法 or 属性:sendExtendAction(action: ExtendAction): Promise\<void>;|@ohos.inputMethodEngine.d.ts|
|新增|NA|类名:InputClient<br>方法or属性:sendExtendAction(action: ExtendAction): Promise\<void>;|@ohos.inputMethodEngine.d.ts|
|新增|NA|模块名: ohos.inputMethodEngine<br>类名: Panel|@ohos.inputMethodEngine.d.ts|
|新增|NA|类名:Panel<br>方法or属性:|@ohos.inputMethodEngine.d.ts|
|新增|NA|模块名: ohos.inputMethodEngine<br>类名: Panel<br>方法 or 属性:setUiContent(path: string, callback: AsyncCallback\<void>): void;|@ohos.inputMethodEngine.d.ts|
|新增|NA|类名:Panel<br>方法or属性:setUiContent(path: string, callback: AsyncCallback\<void>): void;|@ohos.inputMethodEngine.d.ts|
|新增|NA|模块名: ohos.inputMethodEngine<br>类名: Panel<br>方法 or 属性:setUiContent(path: string): Promise\<void>;|@ohos.inputMethodEngine.d.ts|
|新增|NA|类名:Panel<br>方法or属性:setUiContent(path: string): Promise\<void>;|@ohos.inputMethodEngine.d.ts|
|新增|NA|模块名: ohos.inputMethodEngine<br>类名: Panel<br>方法 or 属性:setUiContent(path: string, storage: LocalStorage, callback: AsyncCallback\<void>): void;|@ohos.inputMethodEngine.d.ts|
|新增|NA|类名:Panel<br>方法or属性:setUiContent(path: string, storage: LocalStorage, callback: AsyncCallback\<void>): void;|@ohos.inputMethodEngine.d.ts|
|新增|NA|模块名: ohos.inputMethodEngine<br>类名: Panel<br>方法 or 属性:setUiContent(path: string, storage: LocalStorage): Promise\<void>;|@ohos.inputMethodEngine.d.ts|
|新增|NA|类名:Panel<br>方法or属性:setUiContent(path: string, storage: LocalStorage): Promise\<void>;|@ohos.inputMethodEngine.d.ts|
|新增|NA|模块名: ohos.inputMethodEngine<br>类名: Panel<br>方法 or 属性:resize(width: number, height: number, callback: AsyncCallback\<void>): void;|@ohos.inputMethodEngine.d.ts|
|新增|NA|类名:Panel<br>方法or属性:resize(width: number, height: number, callback: AsyncCallback\<void>): void;|@ohos.inputMethodEngine.d.ts|
|新增|NA|模块名: ohos.inputMethodEngine<br>类名: Panel<br>方法 or 属性:resize(width: number, height: number): Promise\<void>;|@ohos.inputMethodEngine.d.ts|
|新增|NA|类名:Panel<br>方法or属性:resize(width: number, height: number): Promise\<void>;|@ohos.inputMethodEngine.d.ts|
|新增|NA|模块名: ohos.inputMethodEngine<br>类名: Panel<br>方法 or 属性:moveTo(x: number, y: number, callback: AsyncCallback\<void>): void;|@ohos.inputMethodEngine.d.ts|
|新增|NA|类名:Panel<br>方法or属性:moveTo(x: number, y: number, callback: AsyncCallback\<void>): void;|@ohos.inputMethodEngine.d.ts|
|新增|NA|模块名: ohos.inputMethodEngine<br>类名: Panel<br>方法 or 属性:moveTo(x: number, y: number): Promise\<void>;|@ohos.inputMethodEngine.d.ts|
|新增|NA|类名:Panel<br>方法or属性:moveTo(x: number, y: number): Promise\<void>;|@ohos.inputMethodEngine.d.ts|
|新增|NA|模块名: ohos.inputMethodEngine<br>类名: Panel<br>方法 or 属性:show(callback: AsyncCallback\<void>): void;|@ohos.inputMethodEngine.d.ts|
|新增|NA|类名:Panel<br>方法or属性:show(callback: AsyncCallback\<void>): void;|@ohos.inputMethodEngine.d.ts|
|新增|NA|模块名: ohos.inputMethodEngine<br>类名: Panel<br>方法 or 属性:show(): Promise\<void>;|@ohos.inputMethodEngine.d.ts|
|新增|NA|类名:Panel<br>方法or属性:show(): Promise\<void>;|@ohos.inputMethodEngine.d.ts|
|新增|NA|模块名: ohos.inputMethodEngine<br>类名: Panel<br>方法 or 属性:hide(callback: AsyncCallback\<void>): void;|@ohos.inputMethodEngine.d.ts|
|新增|NA|类名:Panel<br>方法or属性:hide(callback: AsyncCallback\<void>): void;|@ohos.inputMethodEngine.d.ts|
|新增|NA|模块名: ohos.inputMethodEngine<br>类名: Panel<br>方法 or 属性:hide(): Promise\<void>;|@ohos.inputMethodEngine.d.ts|
|新增|NA|类名:Panel<br>方法or属性:hide(): Promise\<void>;|@ohos.inputMethodEngine.d.ts|
|新增|NA|模块名: ohos.inputMethodEngine<br>类名: Panel<br>方法 or 属性:on(type: 'show' \| 'hide', callback: () => void): void;|@ohos.inputMethodEngine.d.ts|
|新增|NA|类名:Panel<br>方法or属性:on(type: 'show' \| 'hide', callback: () => void): void;|@ohos.inputMethodEngine.d.ts|
|新增|NA|模块名: ohos.inputMethodEngine<br>类名: Panel<br>方法 or 属性:on(type: 'show' \| 'hide', callback: () => void): void;|@ohos.inputMethodEngine.d.ts|
|新增|NA|类名:Panel<br>方法or属性:on(type: 'show' \| 'hide', callback: () => void): void;|@ohos.inputMethodEngine.d.ts|
|新增|NA|模块名: ohos.inputMethodEngine<br>类名: Panel<br>方法 or 属性:off(type: 'show' \| 'hide', callback?: () => void): void;|@ohos.inputMethodEngine.d.ts|
|新增|NA|类名:Panel<br>方法or属性:off(type: 'show' \| 'hide', callback?: () => void): void;|@ohos.inputMethodEngine.d.ts|
|新增|NA|模块名: ohos.inputMethodEngine<br>类名: Panel<br>方法 or 属性:off(type: 'show' \| 'hide', callback?: () => void): void;|@ohos.inputMethodEngine.d.ts|
|新增|NA|类名:Panel<br>方法or属性:off(type: 'show' \| 'hide', callback?: () => void): void;|@ohos.inputMethodEngine.d.ts|
|新增|NA|模块名: ohos.inputMethodEngine<br>类名: Panel<br>方法 or 属性:changeFlag(flag: PanelFlag): void;|@ohos.inputMethodEngine.d.ts|
|新增|NA|类名:Panel<br>方法or属性:changeFlag(flag: PanelFlag): void;|@ohos.inputMethodEngine.d.ts|
|新增|NA|模块名: ohos.inputMethodEngine<br>类名: PanelFlag|@ohos.inputMethodEngine.d.ts|
|新增|NA|类名:PanelFlag<br>方法or属性:|@ohos.inputMethodEngine.d.ts|
|新增|NA|模块名: ohos.inputMethodEngine<br>类名: PanelFlag<br>方法 or 属性:FLG_FIXED = 0|@ohos.inputMethodEngine.d.ts|
|新增|NA|类名:PanelFlag<br>方法or属性:FLG_FIXED = 0|@ohos.inputMethodEngine.d.ts|
|新增|NA|模块名: ohos.inputMethodEngine<br>类名: PanelFlag<br>方法 or 属性:FLG_FLOATING|@ohos.inputMethodEngine.d.ts|
|新增|NA|类名:PanelFlag<br>方法or属性:FLG_FLOATING|@ohos.inputMethodEngine.d.ts|
|新增|NA|模块名: ohos.inputMethodEngine<br>类名: PanelType|@ohos.inputMethodEngine.d.ts|
|新增|NA|类名:PanelType<br>方法or属性:|@ohos.inputMethodEngine.d.ts|
|新增|NA|模块名: ohos.inputMethodEngine<br>类名: PanelType<br>方法 or 属性:SOFT_KEYBOARD = 0|@ohos.inputMethodEngine.d.ts|
|新增|NA|类名:PanelType<br>方法or属性:SOFT_KEYBOARD = 0|@ohos.inputMethodEngine.d.ts|
|新增|NA|模块名: ohos.inputMethodEngine<br>类名: PanelType<br>方法 or 属性:STATUS_BAR|@ohos.inputMethodEngine.d.ts|
|新增|NA|类名:PanelType<br>方法or属性:STATUS_BAR|@ohos.inputMethodEngine.d.ts|
|新增|NA|模块名: ohos.inputMethodEngine<br>类名: PanelInfo|@ohos.inputMethodEngine.d.ts|
|新增|NA|类名:PanelInfo<br>方法or属性:|@ohos.inputMethodEngine.d.ts|
|新增|NA|模块名: ohos.inputMethodEngine<br>类名: PanelInfo<br>方法 or 属性:type: PanelType;|@ohos.inputMethodEngine.d.ts|
|新增|NA|类名:PanelInfo<br>方法or属性:type: PanelType;|@ohos.inputMethodEngine.d.ts|
|新增|NA|模块名: ohos.inputMethodEngine<br>类名: PanelInfo<br>方法 or 属性:flag?: PanelFlag;|@ohos.inputMethodEngine.d.ts|
|新增|NA|类名:PanelInfo<br>方法or属性:flag?: PanelFlag;|@ohos.inputMethodEngine.d.ts|
|新增|NA|模块名: ohos.inputMethodEngine<br>类名: Direction|@ohos.inputMethodEngine.d.ts|
|新增|NA|类名:Direction<br>方法or属性:|@ohos.inputMethodEngine.d.ts|
|新增|NA|模块名: ohos.inputMethodEngine<br>类名: Direction<br>方法 or 属性:CURSOR_UP = 1|@ohos.inputMethodEngine.d.ts|
|新增|NA|类名:Direction<br>方法or属性:CURSOR_UP = 1|@ohos.inputMethodEngine.d.ts|
|新增|NA|模块名: ohos.inputMethodEngine<br>类名: Direction<br>方法 or 属性:CURSOR_DOWN|@ohos.inputMethodEngine.d.ts|
|新增|NA|类名:Direction<br>方法or属性:CURSOR_DOWN|@ohos.inputMethodEngine.d.ts|
|新增|NA|模块名: ohos.inputMethodEngine<br>类名: Direction<br>方法 or 属性:CURSOR_LEFT|@ohos.inputMethodEngine.d.ts|
|新增|NA|类名:Direction<br>方法or属性:CURSOR_LEFT|@ohos.inputMethodEngine.d.ts|
|新增|NA|模块名: ohos.inputMethodEngine<br>类名: Direction<br>方法 or 属性:CURSOR_RIGHT|@ohos.inputMethodEngine.d.ts|
|新增|NA|类名:Direction<br>方法or属性:CURSOR_RIGHT|@ohos.inputMethodEngine.d.ts|
|新增|NA|模块名: ohos.inputMethodEngine<br>类名: Range|@ohos.inputMethodEngine.d.ts|
|新增|NA|类名:Range<br>方法or属性:|@ohos.inputMethodEngine.d.ts|
|新增|NA|模块名: ohos.inputMethodEngine<br>类名: Range<br>方法 or 属性:start: number;|@ohos.inputMethodEngine.d.ts|
|新增|NA|类名:Range<br>方法or属性:start: number;|@ohos.inputMethodEngine.d.ts|
|新增|NA|模块名: ohos.inputMethodEngine<br>类名: Range<br>方法 or 属性:end: number;|@ohos.inputMethodEngine.d.ts|
|新增|NA|类名:Range<br>方法or属性:end: number;|@ohos.inputMethodEngine.d.ts|
|新增|NA|模块名: ohos.inputMethodEngine<br>类名: Movement|@ohos.inputMethodEngine.d.ts|
|新增|NA|类名:Movement<br>方法or属性:|@ohos.inputMethodEngine.d.ts|
|新增|NA|模块名: ohos.inputMethodEngine<br>类名: Movement<br>方法 or 属性:direction: Direction;|@ohos.inputMethodEngine.d.ts|
|新增|NA|类名:Movement<br>方法or属性:direction: Direction;|@ohos.inputMethodEngine.d.ts|
|新增|NA|模块名: ohos.inputMethodEngine<br>类名: ExtendAction|@ohos.inputMethodEngine.d.ts|
|新增|NA|类名:ExtendAction<br>方法or属性:|@ohos.inputMethodEngine.d.ts|
|新增|NA|模块名: ohos.inputMethodEngine<br>类名: ExtendAction<br>方法 or 属性:SELECT_ALL = 0|@ohos.inputMethodEngine.d.ts|
|新增|NA|类名:ExtendAction<br>方法or属性:SELECT_ALL = 0|@ohos.inputMethodEngine.d.ts|
|新增|NA|模块名: ohos.inputMethodEngine<br>类名: ExtendAction<br>方法 or 属性:CUT = 3|@ohos.inputMethodEngine.d.ts|
|新增|NA|类名:ExtendAction<br>方法or属性:CUT = 3|@ohos.inputMethodEngine.d.ts|
|新增|NA|模块名: ohos.inputMethodEngine<br>类名: ExtendAction<br>方法 or 属性:COPY = 4|@ohos.inputMethodEngine.d.ts|
|新增|NA|类名:ExtendAction<br>方法or属性:COPY = 4|@ohos.inputMethodEngine.d.ts|
|新增|NA|模块名: ohos.inputMethodEngine<br>类名: ExtendAction<br>方法 or 属性:PASTE = 5|@ohos.inputMethodEngine.d.ts|
|新增|NA|类名:ExtendAction<br>方法or属性:PASTE = 5|@ohos.inputMethodEngine.d.ts|
|新增|NA|类名:InputMethodSubtype<br>方法or属性:readonly labelId?: number;|@ohos.InputMethodSubtype.d.ts|
|新增|NA|类名:InputMethodSubtype<br>方法or属性:extra?: object;|@ohos.InputMethodSubtype.d.ts|
|新增|NA|模块名: ohos.wallpaper<br>类名: WallpaperResourceType|@ohos.wallpaper.d.ts|
|新增|NA|类名:WallpaperResourceType<br>方法or属性:|@ohos.wallpaper.d.ts|
|新增|NA|模块名: ohos.wallpaper<br>类名: WallpaperResourceType<br>方法 or 属性:DEFAULT|@ohos.wallpaper.d.ts|
|新增|NA|类名:WallpaperResourceType<br>方法or属性:DEFAULT|@ohos.wallpaper.d.ts|
|新增|NA|模块名: ohos.wallpaper<br>类名: WallpaperResourceType<br>方法 or 属性:PICTURE|@ohos.wallpaper.d.ts|
|新增|NA|类名:WallpaperResourceType<br>方法or属性:PICTURE|@ohos.wallpaper.d.ts|
|新增|NA|模块名: ohos.wallpaper<br>类名: WallpaperResourceType<br>方法 or 属性:VIDEO|@ohos.wallpaper.d.ts|
|新增|NA|类名:WallpaperResourceType<br>方法or属性:VIDEO|@ohos.wallpaper.d.ts|
|新增|NA|模块名: ohos.wallpaper<br>类名: WallpaperResourceType<br>方法 or 属性:PACKAGE|@ohos.wallpaper.d.ts|
|新增|NA|类名:WallpaperResourceType<br>方法or属性:PACKAGE|@ohos.wallpaper.d.ts|
|新增|NA|类名:wallpaper<br>方法or属性:function setVideo(source: string, wallpaperType: WallpaperType, callback: AsyncCallback\<void>): void;|@ohos.wallpaper.d.ts|
|新增|NA|类名:wallpaper<br>方法or属性:function setVideo(source: string, wallpaperType: WallpaperType): Promise\<void>;|@ohos.wallpaper.d.ts|
|新增|NA|类名:wallpaper<br>方法or属性:function on(<br><br> type: 'wallpaperChange',<br><br> callback: (wallpaperType: WallpaperType, resourceType: WallpaperResourceType) => void<br><br> ): void;|@ohos.wallpaper.d.ts|
|新增|NA|类名:wallpaper<br>方法or属性:function off(<br><br> type: 'wallpaperChange',<br><br> callback?: (wallpaperType: WallpaperType, resourceType: WallpaperResourceType) => void<br><br> ): void;|@ohos.wallpaper.d.ts|
|起始版本有变化|类名:inputMethod<br>方法 or 属性:function switchCurrentInputMethodSubtype(target: InputMethodSubtype, callback: AsyncCallback\<boolean>): void;<br>起始版本:9|类名:inputMethod<br>方法 or 属性:function switchCurrentInputMethodSubtype(target: InputMethodSubtype, callback: AsyncCallback\<boolean>): void;<br>起始版本:10|@ohos.inputMethod.d.ts|
|起始版本有变化|类名:inputMethod<br>方法 or 属性:function switchCurrentInputMethodSubtype(target: InputMethodSubtype): Promise\<boolean>;<br>起始版本:9|类名:inputMethod<br>方法 or 属性:function switchCurrentInputMethodSubtype(target: InputMethodSubtype): Promise\<boolean>;<br>起始版本:10|@ohos.inputMethod.d.ts|
|起始版本有变化|类名:request<br>起始版本:N/A|类名:request<br>起始版本:6|@ohos.request.d.ts|
|起始版本有变化|类名:request<br>方法 or 属性:const EXCEPTION_PERMISSION: number;<br>起始版本:9|类名:request<br>方法 or 属性:const EXCEPTION_PERMISSION: number;<br>起始版本:10|@ohos.request.d.ts|
|起始版本有变化|类名:request<br>方法 or 属性:const EXCEPTION_PARAMCHECK: number;<br>起始版本:9|类名:request<br>方法 or 属性:const EXCEPTION_PARAMCHECK: number;<br>起始版本:10|@ohos.request.d.ts|
|起始版本有变化|类名:request<br>方法 or 属性:const EXCEPTION_UNSUPPORTED: number;<br>起始版本:9|类名:request<br>方法 or 属性:const EXCEPTION_UNSUPPORTED: number;<br>起始版本:10|@ohos.request.d.ts|
|起始版本有变化|类名:request<br>方法 or 属性:const EXCEPTION_FILEIO: number;<br>起始版本:9|类名:request<br>方法 or 属性:const EXCEPTION_FILEIO: number;<br>起始版本:10|@ohos.request.d.ts|
|起始版本有变化|类名:request<br>方法 or 属性:const EXCEPTION_FILEPATH: number;<br>起始版本:9|类名:request<br>方法 or 属性:const EXCEPTION_FILEPATH: number;<br>起始版本:10|@ohos.request.d.ts|
|起始版本有变化|类名:request<br>方法 or 属性:const EXCEPTION_SERVICE: number;<br>起始版本:9|类名:request<br>方法 or 属性:const EXCEPTION_SERVICE: number;<br>起始版本:10|@ohos.request.d.ts|
|起始版本有变化|类名:request<br>方法 or 属性:const EXCEPTION_OTHERS: number;<br>起始版本:9|类名:request<br>方法 or 属性:const EXCEPTION_OTHERS: number;<br>起始版本:10|@ohos.request.d.ts|
|起始版本有变化|类名:request<br>方法 or 属性:const NETWORK_MOBILE: number;<br>起始版本:6|类名:request<br>方法 or 属性:const NETWORK_MOBILE: number;<br>起始版本:10|@ohos.request.d.ts|
|起始版本有变化|类名:request<br>方法 or 属性:const NETWORK_WIFI: number;<br>起始版本:6|类名:request<br>方法 or 属性:const NETWORK_WIFI: number;<br>起始版本:10|@ohos.request.d.ts|
|起始版本有变化|类名:request<br>方法 or 属性:const ERROR_CANNOT_RESUME: number;<br>起始版本:7|类名:request<br>方法 or 属性:const ERROR_CANNOT_RESUME: number;<br>起始版本:10|@ohos.request.d.ts|
|起始版本有变化|类名:request<br>方法 or 属性:const ERROR_DEVICE_NOT_FOUND: number;<br>起始版本:7|类名:request<br>方法 or 属性:const ERROR_DEVICE_NOT_FOUND: number;<br>起始版本:10|@ohos.request.d.ts|
|起始版本有变化|类名:request<br>方法 or 属性:const ERROR_FILE_ALREADY_EXISTS: number;<br>起始版本:7|类名:request<br>方法 or 属性:const ERROR_FILE_ALREADY_EXISTS: number;<br>起始版本:10|@ohos.request.d.ts|
|起始版本有变化|类名:request<br>方法 or 属性:const ERROR_FILE_ERROR: number;<br>起始版本:7|类名:request<br>方法 or 属性:const ERROR_FILE_ERROR: number;<br>起始版本:10|@ohos.request.d.ts|
|起始版本有变化|类名:request<br>方法 or 属性:const ERROR_HTTP_DATA_ERROR: number;<br>起始版本:7|类名:request<br>方法 or 属性:const ERROR_HTTP_DATA_ERROR: number;<br>起始版本:10|@ohos.request.d.ts|
|起始版本有变化|类名:request<br>方法 or 属性:const ERROR_INSUFFICIENT_SPACE: number;<br>起始版本:7|类名:request<br>方法 or 属性:const ERROR_INSUFFICIENT_SPACE: number;<br>起始版本:10|@ohos.request.d.ts|
|起始版本有变化|类名:request<br>方法 or 属性:const ERROR_TOO_MANY_REDIRECTS: number;<br>起始版本:7|类名:request<br>方法 or 属性:const ERROR_TOO_MANY_REDIRECTS: number;<br>起始版本:10|@ohos.request.d.ts|
|起始版本有变化|类名:request<br>方法 or 属性:const ERROR_UNHANDLED_HTTP_CODE: number;<br>起始版本:7|类名:request<br>方法 or 属性:const ERROR_UNHANDLED_HTTP_CODE: number;<br>起始版本:10|@ohos.request.d.ts|
|起始版本有变化|类名:request<br>方法 or 属性:const ERROR_UNKNOWN: number;<br>起始版本:7|类名:request<br>方法 or 属性:const ERROR_UNKNOWN: number;<br>起始版本:10|@ohos.request.d.ts|
|起始版本有变化|类名:request<br>方法 or 属性:const ERROR_OFFLINE: number;<br>起始版本:9|类名:request<br>方法 or 属性:const ERROR_OFFLINE: number;<br>起始版本:10|@ohos.request.d.ts|
|起始版本有变化|类名:request<br>方法 or 属性:const ERROR_UNSUPPORTED_NETWORK_TYPE: number;<br>起始版本:9|类名:request<br>方法 or 属性:const ERROR_UNSUPPORTED_NETWORK_TYPE: number;<br>起始版本:10|@ohos.request.d.ts|
|起始版本有变化|类名:request<br>方法 or 属性:const PAUSED_QUEUED_FOR_WIFI: number;<br>起始版本:7|类名:request<br>方法 or 属性:const PAUSED_QUEUED_FOR_WIFI: number;<br>起始版本:10|@ohos.request.d.ts|
|起始版本有变化|类名:request<br>方法 or 属性:const PAUSED_WAITING_FOR_NETWORK: number;<br>起始版本:7|类名:request<br>方法 or 属性:const PAUSED_WAITING_FOR_NETWORK: number;<br>起始版本:10|@ohos.request.d.ts|
|起始版本有变化|类名:request<br>方法 or 属性:const PAUSED_WAITING_TO_RETRY: number;<br>起始版本:7|类名:request<br>方法 or 属性:const PAUSED_WAITING_TO_RETRY: number;<br>起始版本:10|@ohos.request.d.ts|
|起始版本有变化|类名:request<br>方法 or 属性:const PAUSED_BY_USER: number;<br>起始版本:9|类名:request<br>方法 or 属性:const PAUSED_BY_USER: number;<br>起始版本:10|@ohos.request.d.ts|
|起始版本有变化|类名:request<br>方法 or 属性:const PAUSED_UNKNOWN: number;<br>起始版本:7|类名:request<br>方法 or 属性:const PAUSED_UNKNOWN: number;<br>起始版本:10|@ohos.request.d.ts|
|起始版本有变化|类名:request<br>方法 or 属性:const SESSION_SUCCESSFUL: number;<br>起始版本:7|类名:request<br>方法 or 属性:const SESSION_SUCCESSFUL: number;<br>起始版本:10|@ohos.request.d.ts|
|起始版本有变化|类名:request<br>方法 or 属性:const SESSION_RUNNING: number;<br>起始版本:7|类名:request<br>方法 or 属性:const SESSION_RUNNING: number;<br>起始版本:10|@ohos.request.d.ts|
|起始版本有变化|类名:request<br>方法 or 属性:const SESSION_PENDING: number;<br>起始版本:7|类名:request<br>方法 or 属性:const SESSION_PENDING: number;<br>起始版本:10|@ohos.request.d.ts|
|起始版本有变化|类名:request<br>方法 or 属性:const SESSION_PAUSED: number;<br>起始版本:7|类名:request<br>方法 or 属性:const SESSION_PAUSED: number;<br>起始版本:10|@ohos.request.d.ts|
|起始版本有变化|类名:request<br>方法 or 属性:const SESSION_FAILED: number;<br>起始版本:7|类名:request<br>方法 or 属性:const SESSION_FAILED: number;<br>起始版本:10|@ohos.request.d.ts|
|起始版本有变化|类名:request<br>方法 or 属性:function downloadFile(context: BaseContext, config: DownloadConfig, callback: AsyncCallback\<DownloadTask>): void;<br>起始版本:9|类名:request<br>方法 or 属性:function downloadFile(context: BaseContext, config: DownloadConfig, callback: AsyncCallback\<DownloadTask>): void;<br>起始版本:10|@ohos.request.d.ts|
|起始版本有变化|类名:request<br>方法 or 属性:function downloadFile(context: BaseContext, config: DownloadConfig): Promise\<DownloadTask>;<br>起始版本:9|类名:request<br>方法 or 属性:function downloadFile(context: BaseContext, config: DownloadConfig): Promise\<DownloadTask>;<br>起始版本:10|@ohos.request.d.ts|
|起始版本有变化|类名:request<br>方法 or 属性:function uploadFile(context: BaseContext, config: UploadConfig, callback: AsyncCallback\<UploadTask>): void;<br>起始版本:9|类名:request<br>方法 or 属性:function uploadFile(context: BaseContext, config: UploadConfig, callback: AsyncCallback\<UploadTask>): void;<br>起始版本:10|@ohos.request.d.ts|
|起始版本有变化|类名:request<br>方法 or 属性:function uploadFile(context: BaseContext, config: UploadConfig): Promise\<UploadTask>;<br>起始版本:9|类名:request<br>方法 or 属性:function uploadFile(context: BaseContext, config: UploadConfig): Promise\<UploadTask>;<br>起始版本:10|@ohos.request.d.ts|
|起始版本有变化|类名:DownloadConfig<br>起始版本:6|类名:DownloadConfig<br>起始版本:10|@ohos.request.d.ts|
|起始版本有变化|类名:DownloadConfig<br>方法 or 属性:url: string;<br>起始版本:6|类名:DownloadConfig<br>方法 or 属性:url: string;<br>起始版本:10|@ohos.request.d.ts|
|起始版本有变化|类名:DownloadConfig<br>方法 or 属性:header?: Object;<br>起始版本:6|类名:DownloadConfig<br>方法 or 属性:header?: Object;<br>起始版本:10|@ohos.request.d.ts|
|起始版本有变化|类名:DownloadConfig<br>方法 or 属性:enableMetered?: boolean;<br>起始版本:6|类名:DownloadConfig<br>方法 or 属性:enableMetered?: boolean;<br>起始版本:10|@ohos.request.d.ts|
|起始版本有变化|类名:DownloadConfig<br>方法 or 属性:enableRoaming?: boolean;<br>起始版本:6|类名:DownloadConfig<br>方法 or 属性:enableRoaming?: boolean;<br>起始版本:10|@ohos.request.d.ts|
|起始版本有变化|类名:DownloadConfig<br>方法 or 属性:description?: string;<br>起始版本:6|类名:DownloadConfig<br>方法 or 属性:description?: string;<br>起始版本:10|@ohos.request.d.ts|
|起始版本有变化|类名:DownloadConfig<br>方法 or 属性:networkType?: number;<br>起始版本:6|类名:DownloadConfig<br>方法 or 属性:networkType?: number;<br>起始版本:10|@ohos.request.d.ts|
|起始版本有变化|类名:DownloadConfig<br>方法 or 属性:filePath?: string;<br>起始版本:7|类名:DownloadConfig<br>方法 or 属性:filePath?: string;<br>起始版本:10|@ohos.request.d.ts|
|起始版本有变化|类名:DownloadConfig<br>方法 or 属性:title?: string;<br>起始版本:6|类名:DownloadConfig<br>方法 or 属性:title?: string;<br>起始版本:10|@ohos.request.d.ts|
|起始版本有变化|类名:DownloadConfig<br>方法 or 属性:background?: boolean;<br>起始版本:9|类名:DownloadConfig<br>方法 or 属性:background?: boolean;<br>起始版本:10|@ohos.request.d.ts|
|起始版本有变化|类名:DownloadInfo<br>起始版本:7|类名:DownloadInfo<br>起始版本:10|@ohos.request.d.ts|
|起始版本有变化|类名:DownloadInfo<br>方法 or 属性:description: string;<br>起始版本:7|类名:DownloadInfo<br>方法 or 属性:description: string;<br>起始版本:10|@ohos.request.d.ts|
|起始版本有变化|类名:DownloadInfo<br>方法 or 属性:downloadedBytes: number;<br>起始版本:7|类名:DownloadInfo<br>方法 or 属性:downloadedBytes: number;<br>起始版本:10|@ohos.request.d.ts|
|起始版本有变化|类名:DownloadInfo<br>方法 or 属性:downloadId: number;<br>起始版本:7|类名:DownloadInfo<br>方法 or 属性:downloadId: number;<br>起始版本:10|@ohos.request.d.ts|
|起始版本有变化|类名:DownloadInfo<br>方法 or 属性:failedReason: number;<br>起始版本:7|类名:DownloadInfo<br>方法 or 属性:failedReason: number;<br>起始版本:10|@ohos.request.d.ts|
|起始版本有变化|类名:DownloadInfo<br>方法 or 属性:fileName: string;<br>起始版本:7|类名:DownloadInfo<br>方法 or 属性:fileName: string;<br>起始版本:10|@ohos.request.d.ts|
|起始版本有变化|类名:DownloadInfo<br>方法 or 属性:filePath: string;<br>起始版本:7|类名:DownloadInfo<br>方法 or 属性:filePath: string;<br>起始版本:10|@ohos.request.d.ts|
|起始版本有变化|类名:DownloadInfo<br>方法 or 属性:pausedReason: number;<br>起始版本:7|类名:DownloadInfo<br>方法 or 属性:pausedReason: number;<br>起始版本:10|@ohos.request.d.ts|
|起始版本有变化|类名:DownloadInfo<br>方法 or 属性:status: number;<br>起始版本:7|类名:DownloadInfo<br>方法 or 属性:status: number;<br>起始版本:10|@ohos.request.d.ts|
|起始版本有变化|类名:DownloadInfo<br>方法 or 属性:targetURI: string;<br>起始版本:7|类名:DownloadInfo<br>方法 or 属性:targetURI: string;<br>起始版本:10|@ohos.request.d.ts|
|起始版本有变化|类名:DownloadInfo<br>方法 or 属性:downloadTitle: string;<br>起始版本:7|类名:DownloadInfo<br>方法 or 属性:downloadTitle: string;<br>起始版本:10|@ohos.request.d.ts|
|起始版本有变化|类名:DownloadInfo<br>方法 or 属性:downloadTotalBytes: number;<br>起始版本:7|类名:DownloadInfo<br>方法 or 属性:downloadTotalBytes: number;<br>起始版本:10|@ohos.request.d.ts|
|起始版本有变化|类名:DownloadTask<br>起始版本:6|类名:DownloadTask<br>起始版本:10|@ohos.request.d.ts|
|起始版本有变化|类名:DownloadTask<br>方法 or 属性:on(type: 'progress', callback: (receivedSize: number, totalSize: number) => void): void;<br>起始版本:6|类名:DownloadTask<br>方法 or 属性:on(type: 'progress', callback: (receivedSize: number, totalSize: number) => void): void;<br>起始版本:10|@ohos.request.d.ts|
|起始版本有变化|类名:DownloadTask<br>方法 or 属性:off(type: 'progress', callback?: (receivedSize: number, totalSize: number) => void): void;<br>起始版本:6|类名:DownloadTask<br>方法 or 属性:off(type: 'progress', callback?: (receivedSize: number, totalSize: number) => void): void;<br>起始版本:10|@ohos.request.d.ts|
|起始版本有变化|类名:DownloadTask<br>方法 or 属性:on(type: 'complete' \| 'pause' \| 'remove', callback: () => void): void;<br>起始版本:7|类名:DownloadTask<br>方法 or 属性:on(type: 'complete' \| 'pause' \| 'remove', callback: () => void): void;<br>起始版本:10|@ohos.request.d.ts|
|起始版本有变化|类名:DownloadTask<br>方法 or 属性:on(type: 'complete' \| 'pause' \| 'remove', callback: () => void): void;<br>起始版本:7|类名:DownloadTask<br>方法 or 属性:on(type: 'complete' \| 'pause' \| 'remove', callback: () => void): void;<br>起始版本:10|@ohos.request.d.ts|
|起始版本有变化|类名:DownloadTask<br>方法 or 属性:off(type: 'complete' \| 'pause' \| 'remove', callback?: () => void): void;<br>起始版本:7|类名:DownloadTask<br>方法 or 属性:off(type: 'complete' \| 'pause' \| 'remove', callback?: () => void): void;<br>起始版本:10|@ohos.request.d.ts|
|起始版本有变化|类名:DownloadTask<br>方法 or 属性:on(type: 'fail', callback: (err: number) => void): void;<br>起始版本:7|类名:DownloadTask<br>方法 or 属性:on(type: 'fail', callback: (err: number) => void): void;<br>起始版本:10|@ohos.request.d.ts|
|起始版本有变化|类名:DownloadTask<br>方法 or 属性:off(type: 'fail', callback?: (err: number) => void): void;<br>起始版本:7|类名:DownloadTask<br>方法 or 属性:off(type: 'fail', callback?: (err: number) => void): void;<br>起始版本:10|@ohos.request.d.ts|
|起始版本有变化|类名:DownloadTask<br>方法 or 属性:delete(callback: AsyncCallback\<boolean>): void;<br>起始版本:9|类名:DownloadTask<br>方法 or 属性:delete(callback: AsyncCallback\<boolean>): void;<br>起始版本:10|@ohos.request.d.ts|
|起始版本有变化|类名:DownloadTask<br>方法 or 属性:delete(): Promise\<boolean>;<br>起始版本:9|类名:DownloadTask<br>方法 or 属性:delete(): Promise\<boolean>;<br>起始版本:10|@ohos.request.d.ts|
|起始版本有变化|类名:DownloadTask<br>方法 or 属性:suspend(callback: AsyncCallback\<boolean>): void;<br>起始版本:9|类名:DownloadTask<br>方法 or 属性:suspend(callback: AsyncCallback\<boolean>): void;<br>起始版本:10|@ohos.request.d.ts|
|起始版本有变化|类名:DownloadTask<br>方法 or 属性:suspend(): Promise\<boolean>;<br>起始版本:9|类名:DownloadTask<br>方法 or 属性:suspend(): Promise\<boolean>;<br>起始版本:10|@ohos.request.d.ts|
|起始版本有变化|类名:DownloadTask<br>方法 or 属性:restore(callback: AsyncCallback\<boolean>): void;<br>起始版本:9|类名:DownloadTask<br>方法 or 属性:restore(callback: AsyncCallback\<boolean>): void;<br>起始版本:10|@ohos.request.d.ts|
|起始版本有变化|类名:DownloadTask<br>方法 or 属性:restore(): Promise\<boolean>;<br>起始版本:9|类名:DownloadTask<br>方法 or 属性:restore(): Promise\<boolean>;<br>起始版本:10|@ohos.request.d.ts|
|起始版本有变化|类名:DownloadTask<br>方法 or 属性:getTaskInfo(callback: AsyncCallback\<DownloadInfo>): void;<br>起始版本:9|类名:DownloadTask<br>方法 or 属性:getTaskInfo(callback: AsyncCallback\<DownloadInfo>): void;<br>起始版本:10|@ohos.request.d.ts|
|起始版本有变化|类名:DownloadTask<br>方法 or 属性:getTaskInfo(): Promise\<DownloadInfo>;<br>起始版本:9|类名:DownloadTask<br>方法 or 属性:getTaskInfo(): Promise\<DownloadInfo>;<br>起始版本:10|@ohos.request.d.ts|
|起始版本有变化|类名:DownloadTask<br>方法 or 属性:getTaskMimeType(callback: AsyncCallback\<string>): void;<br>起始版本:9|类名:DownloadTask<br>方法 or 属性:getTaskMimeType(callback: AsyncCallback\<string>): void;<br>起始版本:10|@ohos.request.d.ts|
|起始版本有变化|类名:DownloadTask<br>方法 or 属性:getTaskMimeType(): Promise\<string>;<br>起始版本:9|类名:DownloadTask<br>方法 or 属性:getTaskMimeType(): Promise\<string>;<br>起始版本:10|@ohos.request.d.ts|
|起始版本有变化|类名:File<br>起始版本:6|类名:File<br>起始版本:10|@ohos.request.d.ts|
|起始版本有变化|类名:File<br>方法 or 属性:filename: string;<br>起始版本:6|类名:File<br>方法 or 属性:filename: string;<br>起始版本:10|@ohos.request.d.ts|
|起始版本有变化|类名:File<br>方法 or 属性:name: string;<br>起始版本:6|类名:File<br>方法 or 属性:name: string;<br>起始版本:10|@ohos.request.d.ts|
|起始版本有变化|类名:File<br>方法 or 属性:uri: string;<br>起始版本:6|类名:File<br>方法 or 属性:uri: string;<br>起始版本:10|@ohos.request.d.ts|
|起始版本有变化|类名:File<br>方法 or 属性:type: string;<br>起始版本:6|类名:File<br>方法 or 属性:type: string;<br>起始版本:10|@ohos.request.d.ts|
|起始版本有变化|类名:RequestData<br>起始版本:6|类名:RequestData<br>起始版本:10|@ohos.request.d.ts|
|起始版本有变化|类名:RequestData<br>方法 or 属性:name: string;<br>起始版本:6|类名:RequestData<br>方法 or 属性:name: string;<br>起始版本:10|@ohos.request.d.ts|
|起始版本有变化|类名:RequestData<br>方法 or 属性:value: string;<br>起始版本:6|类名:RequestData<br>方法 or 属性:value: string;<br>起始版本:10|@ohos.request.d.ts|
|起始版本有变化|类名:UploadConfig<br>起始版本:6|类名:UploadConfig<br>起始版本:10|@ohos.request.d.ts|
|起始版本有变化|类名:UploadConfig<br>方法 or 属性:url: string;<br>起始版本:6|类名:UploadConfig<br>方法 or 属性:url: string;<br>起始版本:10|@ohos.request.d.ts|
|起始版本有变化|类名:UploadConfig<br>方法 or 属性:header: Object;<br>起始版本:6|类名:UploadConfig<br>方法 or 属性:header: Object;<br>起始版本:10|@ohos.request.d.ts|
|起始版本有变化|类名:UploadConfig<br>方法 or 属性:method: string;<br>起始版本:6|类名:UploadConfig<br>方法 or 属性:method: string;<br>起始版本:10|@ohos.request.d.ts|
|起始版本有变化|类名:UploadConfig<br>方法 or 属性:files: Array\<File>;<br>起始版本:6|类名:UploadConfig<br>方法 or 属性:files: Array\<File>;<br>起始版本:10|@ohos.request.d.ts|
|起始版本有变化|类名:UploadConfig<br>方法 or 属性:data: Array\<RequestData>;<br>起始版本:6|类名:UploadConfig<br>方法 or 属性:data: Array\<RequestData>;<br>起始版本:10|@ohos.request.d.ts|
|起始版本有变化|类名:TaskState<br>起始版本:9|类名:TaskState<br>起始版本:10|@ohos.request.d.ts|
|起始版本有变化|类名:TaskState<br>方法 or 属性:path: string;<br>起始版本:9|类名:TaskState<br>方法 or 属性:path: string;<br>起始版本:10|@ohos.request.d.ts|
|起始版本有变化|类名:TaskState<br>方法 or 属性:responseCode: number;<br>起始版本:9|类名:TaskState<br>方法 or 属性:responseCode: number;<br>起始版本:10|@ohos.request.d.ts|
|起始版本有变化|类名:TaskState<br>方法 or 属性:message: string;<br>起始版本:9|类名:TaskState<br>方法 or 属性:message: string;<br>起始版本:10|@ohos.request.d.ts|
|起始版本有变化|类名:UploadTask<br>起始版本:6|类名:UploadTask<br>起始版本:10|@ohos.request.d.ts|
|起始版本有变化|类名:UploadTask<br>方法 or 属性:on(type: 'progress', callback: (uploadedSize: number, totalSize: number) => void): void;<br>起始版本:6|类名:UploadTask<br>方法 or 属性:on(type: 'progress', callback: (uploadedSize: number, totalSize: number) => void): void;<br>起始版本:10|@ohos.request.d.ts|
|起始版本有变化|类名:UploadTask<br>方法 or 属性:off(type: 'progress', callback?: (uploadedSize: number, totalSize: number) => void): void;<br>起始版本:6|类名:UploadTask<br>方法 or 属性:off(type: 'progress', callback?: (uploadedSize: number, totalSize: number) => void): void;<br>起始版本:10|@ohos.request.d.ts|
|起始版本有变化|类名:UploadTask<br>方法 or 属性:on(type: 'headerReceive', callback: (header: object) => void): void;<br>起始版本:7|类名:UploadTask<br>方法 or 属性:on(type: 'headerReceive', callback: (header: object) => void): void;<br>起始版本:10|@ohos.request.d.ts|
|起始版本有变化|类名:UploadTask<br>方法 or 属性:off(type: 'headerReceive', callback?: (header: object) => void): void;<br>起始版本:7|类名:UploadTask<br>方法 or 属性:off(type: 'headerReceive', callback?: (header: object) => void): void;<br>起始版本:10|@ohos.request.d.ts|
|起始版本有变化|类名:UploadTask<br>方法 or 属性:delete(callback: AsyncCallback\<boolean>): void;<br>起始版本:9|类名:UploadTask<br>方法 or 属性:delete(callback: AsyncCallback\<boolean>): void;<br>起始版本:10|@ohos.request.d.ts|
|起始版本有变化|类名:UploadTask<br>方法 or 属性:delete(): Promise\<boolean>;<br>起始版本:9|类名:UploadTask<br>方法 or 属性:delete(): Promise\<boolean>;<br>起始版本:10|@ohos.request.d.ts|
|起始版本有变化|类名:UploadResponse<br>起始版本:N/A|类名:UploadResponse<br>起始版本:3|@system.request.d.ts|
|起始版本有变化|类名:DownloadResponse<br>起始版本:N/A|类名:DownloadResponse<br>起始版本:3|@system.request.d.ts|
|起始版本有变化|类名:OnDownloadCompleteResponse<br>起始版本:N/A|类名:OnDownloadCompleteResponse<br>起始版本:3|@system.request.d.ts|
|起始版本有变化|类名:RequestFile<br>起始版本:N/A|类名:RequestFile<br>起始版本:3|@system.request.d.ts|
|起始版本有变化|类名:RequestData<br>起始版本:N/A|类名:RequestData<br>起始版本:3|@system.request.d.ts|
|起始版本有变化|类名:UploadRequestOptions<br>起始版本:N/A|类名:UploadRequestOptions<br>起始版本:3|@system.request.d.ts|
|起始版本有变化|类名:DownloadRequestOptions<br>起始版本:N/A|类名:DownloadRequestOptions<br>起始版本:3|@system.request.d.ts|
|起始版本有变化|类名:OnDownloadCompleteOptions<br>起始版本:N/A|类名:OnDownloadCompleteOptions<br>起始版本:3|@system.request.d.ts|
|起始版本有变化|类名:Request<br>起始版本:N/A|类名:Request<br>起始版本:3|@system.request.d.ts|
|新增(权限)|类名:request<br>方法 or 属性:const EXCEPTION_PERMISSION: number;<br>权限:N/A|类名:request<br>方法 or 属性:const EXCEPTION_PERMISSION: number;<br>权限:ohos.permission.INTERNET|@ohos.request.d.ts|
|新增(权限)|类名:request<br>方法 or 属性:const EXCEPTION_PARAMCHECK: number;<br>权限:N/A|类名:request<br>方法 or 属性:const EXCEPTION_PARAMCHECK: number;<br>权限:ohos.permission.INTERNET|@ohos.request.d.ts|
|新增(权限)|类名:request<br>方法 or 属性:const EXCEPTION_UNSUPPORTED: number;<br>权限:N/A|类名:request<br>方法 or 属性:const EXCEPTION_UNSUPPORTED: number;<br>权限:ohos.permission.INTERNET|@ohos.request.d.ts|
|新增(权限)|类名:request<br>方法 or 属性:const EXCEPTION_FILEIO: number;<br>权限:N/A|类名:request<br>方法 or 属性:const EXCEPTION_FILEIO: number;<br>权限:ohos.permission.INTERNET|@ohos.request.d.ts|
|新增(权限)|类名:request<br>方法 or 属性:const EXCEPTION_FILEPATH: number;<br>权限:N/A|类名:request<br>方法 or 属性:const EXCEPTION_FILEPATH: number;<br>权限:ohos.permission.INTERNET|@ohos.request.d.ts|
|新增(权限)|类名:request<br>方法 or 属性:const EXCEPTION_SERVICE: number;<br>权限:N/A|类名:request<br>方法 or 属性:const EXCEPTION_SERVICE: number;<br>权限:ohos.permission.INTERNET|@ohos.request.d.ts|
|新增(权限)|类名:request<br>方法 or 属性:const EXCEPTION_OTHERS: number;<br>权限:N/A|类名:request<br>方法 or 属性:const EXCEPTION_OTHERS: number;<br>权限:ohos.permission.INTERNET|@ohos.request.d.ts|
|新增(权限)|类名:DownloadConfig<br>方法 or 属性:background?: boolean;<br>权限:N/A|类名:DownloadConfig<br>方法 or 属性:background?: boolean;<br>权限:ohos.permission.INTERNET|@ohos.request.d.ts|
|新增(权限)|类名:screenLock<br>方法 or 属性:function lock(callback: AsyncCallback\<boolean>): void;<br>权限:N/A|类名:screenLock<br>方法 or 属性:function lock(callback: AsyncCallback\<boolean>): void;<br>权限:ohos.permission.ACCESS_SCREEN_LOCK_INNER|@ohos.screenLock.d.ts|
|新增(权限)|类名:screenLock<br>方法 or 属性:function onSystemEvent(callback: Callback\<SystemEvent>): boolean;<br>权限:N/A|类名:screenLock<br>方法 or 属性:function onSystemEvent(callback: Callback\<SystemEvent>): boolean;<br>权限:ohos.permission.ACCESS_SCREEN_LOCK_INNER|@ohos.screenLock.d.ts|
|新增(权限)|类名:screenLock<br>方法 or 属性:function sendScreenLockEvent(event: String, parameter: number, callback: AsyncCallback\<boolean>): void;<br>权限:N/A|类名:screenLock<br>方法 or 属性:function sendScreenLockEvent(event: String, parameter: number, callback: AsyncCallback\<boolean>): void;<br>权限:ohos.permission.ACCESS_SCREEN_LOCK_INNER|@ohos.screenLock.d.ts|
|新增(权限)|类名:screenLock<br>方法 or 属性:function sendScreenLockEvent(event: String, parameter: number): Promise\<boolean>;<br>权限:N/A|类名:screenLock<br>方法 or 属性:function sendScreenLockEvent(event: String, parameter: number): Promise\<boolean>;<br>权限:ohos.permission.ACCESS_SCREEN_LOCK_INNER|@ohos.screenLock.d.ts|
| 操作 | 旧版本 | 新版本 | d.ts文件 |
| ---- | ------ | ------ | -------- |
|新增|NA|模块名: ohos.cooperate<br>类名: cooperate|@ohos.cooperate.d.ts|
|新增|NA|模块名: ohos.cooperate<br>类名: CooperateMsg|@ohos.cooperate.d.ts|
|新增|NA|模块名: ohos.cooperate<br>类名: CooperateMsg<br>方法 or 属性: COOPERATE_PREPARE|@ohos.cooperate.d.ts|
|新增|NA|模块名: ohos.cooperate<br>类名: CooperateMsg<br>方法 or 属性: COOPERATE_UNPREPARE|@ohos.cooperate.d.ts|
|新增|NA|模块名: ohos.cooperate<br>类名: CooperateMsg<br>方法 or 属性: COOPERATE_ACTIVATE|@ohos.cooperate.d.ts|
|新增|NA|模块名: ohos.cooperate<br>类名: CooperateMsg<br>方法 or 属性: COOPERATE_ACTIVATE_SUCCESS|@ohos.cooperate.d.ts|
|新增|NA|模块名: ohos.cooperate<br>类名: CooperateMsg<br>方法 or 属性: COOPERATE_ACTIVATE_FAIL|@ohos.cooperate.d.ts|
|新增|NA|模块名: ohos.cooperate<br>类名: CooperateMsg<br>方法 or 属性: COOPERATE_DEACTIVATE_SUCCESS|@ohos.cooperate.d.ts|
|新增|NA|模块名: ohos.cooperate<br>类名: CooperateMsg<br>方法 or 属性: COOPERATE_DEACTIVATE_FAIL|@ohos.cooperate.d.ts|
|新增|NA|模块名: ohos.cooperate<br>类名: cooperate<br>方法 or 属性: function prepare(callback: AsyncCallback\<void>): void;|@ohos.cooperate.d.ts|
|新增|NA|模块名: ohos.cooperate<br>类名: cooperate<br>方法 or 属性: function prepare(): Promise\<void>;|@ohos.cooperate.d.ts|
|新增|NA|模块名: ohos.cooperate<br>类名: cooperate<br>方法 or 属性: function unprepare(callback: AsyncCallback\<void>): void;|@ohos.cooperate.d.ts|
|新增|NA|模块名: ohos.cooperate<br>类名: cooperate<br>方法 or 属性: function unprepare(): Promise\<void>;|@ohos.cooperate.d.ts|
|新增|NA|模块名: ohos.cooperate<br>类名: cooperate<br>方法 or 属性: function activate(targetNetworkId: string, inputDeviceId: number, callback: AsyncCallback\<void>): void;|@ohos.cooperate.d.ts|
|新增|NA|模块名: ohos.cooperate<br>类名: cooperate<br>方法 or 属性: function activate(targetNetworkId: string, inputDeviceId: number): Promise\<void>;|@ohos.cooperate.d.ts|
|新增|NA|模块名: ohos.cooperate<br>类名: cooperate<br>方法 or 属性: function deactivate(isUnchained: boolean, callback: AsyncCallback\<void>): void;|@ohos.cooperate.d.ts|
|新增|NA|模块名: ohos.cooperate<br>类名: cooperate<br>方法 or 属性: function deactivate(isUnchained: boolean): Promise\<void>;|@ohos.cooperate.d.ts|
|新增|NA|模块名: ohos.cooperate<br>类名: cooperate<br>方法 or 属性: function getCrossingSwitchState(networkId: string, callback: AsyncCallback\<boolean>): void;|@ohos.cooperate.d.ts|
|新增|NA|模块名: ohos.cooperate<br>类名: cooperate<br>方法 or 属性: function getCrossingSwitchState(networkId: string): Promise\<boolean>;|@ohos.cooperate.d.ts|
|新增|NA|模块名: ohos.cooperate<br>类名: cooperate<br>方法 or 属性: function on(type: 'cooperate', callback: Callback\<{ networkId: string, msg: CooperateMsg }>): void;|@ohos.cooperate.d.ts|
|新增|NA|模块名: ohos.cooperate<br>类名: cooperate<br>方法 or 属性: function off(type: 'cooperate', callback?: Callback\<void>): void;|@ohos.cooperate.d.ts|
| 操作 | 旧版本 | 新版本 | d.ts文件 |
| ---- | ------ | ------ | -------- |
|新增|NA|类名:AxisType<br>方法or属性: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|
|新增|NA|类名:AxisType<br>方法or属性: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|
|新增|NA|类名:AxisType<br>方法or属性: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|
|新增|NA|类名:AxisType<br>方法or属性: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|
|新增|NA|类名:AxisType<br>方法or属性: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|
|新增|NA|类名:AxisType<br>方法or属性: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|
|新增|NA|类名:AxisType<br>方法or属性: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|
|新增|NA|类名:AxisType<br>方法or属性: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|
|新增|NA|类名:AxisType<br>方法or属性: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|
|新增|NA|模块名: ohos.multimodalInput.pointer<br>类名: PrimaryButton|@ohos.multimodalInput.pointer.d.ts|
|新增|NA|类名:PrimaryButton<br>方法or属性:|@ohos.multimodalInput.pointer.d.ts|
|新增|NA|模块名: ohos.multimodalInput.pointer<br>类名: PrimaryButton<br>方法 or 属性:LEFT = 0|@ohos.multimodalInput.pointer.d.ts|
|新增|NA|类名:PrimaryButton<br>方法or属性:LEFT = 0|@ohos.multimodalInput.pointer.d.ts|
|新增|NA|模块名: ohos.multimodalInput.pointer<br>类名: PrimaryButton<br>方法 or 属性:RIGHT = 1|@ohos.multimodalInput.pointer.d.ts|
|新增|NA|类名:PrimaryButton<br>方法or属性:RIGHT = 1|@ohos.multimodalInput.pointer.d.ts|
|新增|NA|模块名: ohos.multimodalInput.pointer<br>类名: pointer<br>方法 or 属性:function setMousePrimaryButton(primary: PrimaryButton, callback: AsyncCallback\<void>): void;|@ohos.multimodalInput.pointer.d.ts|
|新增|NA|类名:pointer<br>方法or属性:function setMousePrimaryButton(primary: PrimaryButton, callback: AsyncCallback\<void>): void;|@ohos.multimodalInput.pointer.d.ts|
|新增|NA|模块名: ohos.multimodalInput.pointer<br>类名: pointer<br>方法 or 属性:function setMousePrimaryButton(primary: PrimaryButton): Promise\<void>;|@ohos.multimodalInput.pointer.d.ts|
|新增|NA|类名:pointer<br>方法or属性:function setMousePrimaryButton(primary: PrimaryButton): Promise\<void>;|@ohos.multimodalInput.pointer.d.ts|
|新增|NA|模块名: ohos.multimodalInput.pointer<br>类名: pointer<br>方法 or 属性:function getMousePrimaryButton(callback: AsyncCallback\<PrimaryButton>): void;|@ohos.multimodalInput.pointer.d.ts|
|新增|NA|类名:pointer<br>方法or属性:function getMousePrimaryButton(callback: AsyncCallback\<PrimaryButton>): void;|@ohos.multimodalInput.pointer.d.ts|
|新增|NA|模块名: ohos.multimodalInput.pointer<br>类名: pointer<br>方法 or 属性:function getMousePrimaryButton(): Promise\<PrimaryButton>;|@ohos.multimodalInput.pointer.d.ts|
|新增|NA|类名:pointer<br>方法or属性:function getMousePrimaryButton(): Promise\<PrimaryButton>;|@ohos.multimodalInput.pointer.d.ts|
|新增|NA|模块名: ohos.multimodalInput.pointer<br>类名: pointer<br>方法 or 属性:function setHoverScrollState(state: boolean, callback: AsyncCallback\<void>): void;|@ohos.multimodalInput.pointer.d.ts|
|新增|NA|类名:pointer<br>方法or属性:function setHoverScrollState(state: boolean, callback: AsyncCallback\<void>): void;|@ohos.multimodalInput.pointer.d.ts|
|新增|NA|模块名: ohos.multimodalInput.pointer<br>类名: pointer<br>方法 or 属性:function setHoverScrollState(state: boolean): Promise\<void>;|@ohos.multimodalInput.pointer.d.ts|
|新增|NA|类名:pointer<br>方法or属性:function setHoverScrollState(state: boolean): Promise\<void>;|@ohos.multimodalInput.pointer.d.ts|
|新增|NA|模块名: ohos.multimodalInput.pointer<br>类名: pointer<br>方法 or 属性:function getHoverScrollState(callback: AsyncCallback\<boolean>): void;|@ohos.multimodalInput.pointer.d.ts|
|新增|NA|类名:pointer<br>方法or属性:function getHoverScrollState(callback: AsyncCallback\<boolean>): void;|@ohos.multimodalInput.pointer.d.ts|
|新增|NA|模块名: ohos.multimodalInput.pointer<br>类名: pointer<br>方法 or 属性:function getHoverScrollState(): Promise\<boolean>;|@ohos.multimodalInput.pointer.d.ts|
|新增|NA|类名:pointer<br>方法or属性:function getHoverScrollState(): Promise\<boolean>;|@ohos.multimodalInput.pointer.d.ts|
|新增|NA|模块名: ohos.multimodalInput.pointer<br>类名: pointer<br>方法 or 属性:function setMouseScrollRows(rows: number, callback: AsyncCallback\<void>): void;|@ohos.multimodalInput.pointer.d.ts|
|新增|NA|类名:pointer<br>方法or属性:function setMouseScrollRows(rows: number, callback: AsyncCallback\<void>): void;|@ohos.multimodalInput.pointer.d.ts|
|新增|NA|模块名: ohos.multimodalInput.pointer<br>类名: pointer<br>方法 or 属性:function setMouseScrollRows(rows: number): Promise\<void>;|@ohos.multimodalInput.pointer.d.ts|
|新增|NA|类名:pointer<br>方法or属性:function setMouseScrollRows(rows: number): Promise\<void>;|@ohos.multimodalInput.pointer.d.ts|
|新增|NA|模块名: ohos.multimodalInput.pointer<br>类名: pointer<br>方法 or 属性:function getMouseScrollRows(callback: AsyncCallback\<number>): void;|@ohos.multimodalInput.pointer.d.ts|
|新增|NA|类名:pointer<br>方法or属性:function getMouseScrollRows(callback: AsyncCallback\<number>): void;|@ohos.multimodalInput.pointer.d.ts|
|新增|NA|模块名: ohos.multimodalInput.pointer<br>类名: pointer<br>方法 or 属性:function getMouseScrollRows(): Promise\<number>;|@ohos.multimodalInput.pointer.d.ts|
|新增|NA|类名:pointer<br>方法or属性:function getMouseScrollRows(): Promise\<number>;|@ohos.multimodalInput.pointer.d.ts|
|新增|NA|模块名: ohos.multimodalInput.shortKey<br>类名: shortKey|@ohos.multimodalInput.shortKey.d.ts|
|新增|NA|模块名: ohos.multimodalInput.shortKey<br>类名: shortKey<br>方法 or 属性: function setKeyDownDuration(businessKey: string, delay: number, callback: AsyncCallback\<void>): void;|@ohos.multimodalInput.shortKey.d.ts|
|新增|NA|模块名: ohos.multimodalInput.shortKey<br>类名: shortKey<br>方法 or 属性: function setKeyDownDuration(businessKey: string, delay: number): Promise\<void>;|@ohos.multimodalInput.shortKey.d.ts|
|删除|模块名:ohos.multimodalInput.inputDevice<br>类名:AxisType<br>方法 or 属性:type AxisType = 'touchMajor' \| 'touchMinor' \| 'orientation' \| 'x' \| 'y' \| 'pressure' \| 'toolMinor' \| 'toolMajor' \| 'NULL';|NA|@ohos.multimodalInput.inputDevice.d.ts|
|删除|模块名:ohos.multimodalInput.inputDevice<br>类名:AxisType<br>方法 or 属性:type AxisType = 'touchMajor' \| 'touchMinor' \| 'orientation' \| 'x' \| 'y' \| 'pressure' \| 'toolMinor' \| 'toolMajor' \| 'NULL';|NA|@ohos.multimodalInput.inputDevice.d.ts|
|删除|模块名:ohos.multimodalInput.inputDevice<br>类名:AxisType<br>方法 or 属性:type AxisType = 'touchMajor' \| 'touchMinor' \| 'orientation' \| 'x' \| 'y' \| 'pressure' \| 'toolMinor' \| 'toolMajor' \| 'NULL';|NA|@ohos.multimodalInput.inputDevice.d.ts|
|删除|模块名:ohos.multimodalInput.inputDevice<br>类名:AxisType<br>方法 or 属性:type AxisType = 'touchMajor' \| 'touchMinor' \| 'orientation' \| 'x' \| 'y' \| 'pressure' \| 'toolMinor' \| 'toolMajor' \| 'NULL';|NA|@ohos.multimodalInput.inputDevice.d.ts|
|删除|模块名:ohos.multimodalInput.inputDevice<br>类名:AxisType<br>方法 or 属性:type AxisType = 'touchMajor' \| 'touchMinor' \| 'orientation' \| 'x' \| 'y' \| 'pressure' \| 'toolMinor' \| 'toolMajor' \| 'NULL';|NA|@ohos.multimodalInput.inputDevice.d.ts|
|起始版本有变化|类名:KeyOptions<br>起始版本:N/A|类名:KeyOptions<br>起始版本:8|@ohos.multimodalInput.inputConsumer.d.ts|
|起始版本有变化|类名:KeyOptions<br>方法 or 属性:preKeys: Array\<number>;<br>起始版本:N/A|类名:KeyOptions<br>方法 or 属性:preKeys: Array\<number>;<br>起始版本:8|@ohos.multimodalInput.inputConsumer.d.ts|
|起始版本有变化|类名:KeyOptions<br>方法 or 属性:finalKey: number;<br>起始版本:N/A|类名:KeyOptions<br>方法 or 属性:finalKey: number;<br>起始版本:8|@ohos.multimodalInput.inputConsumer.d.ts|
|起始版本有变化|类名:KeyOptions<br>方法 or 属性:isFinalKeyDown: boolean;<br>起始版本:N/A|类名:KeyOptions<br>方法 or 属性:isFinalKeyDown: boolean;<br>起始版本:8|@ohos.multimodalInput.inputConsumer.d.ts|
|起始版本有变化|类名:KeyOptions<br>方法 or 属性:finalKeyDownDuration: number;<br>起始版本:N/A|类名:KeyOptions<br>方法 or 属性:finalKeyDownDuration: number;<br>起始版本:8|@ohos.multimodalInput.inputConsumer.d.ts|
|新增(权限)|类名:TouchEventReceiver<br>权限:N/A|类名:TouchEventReceiver<br>权限:ohos.permission.INPUT_MONITORING|@ohos.multimodalInput.inputMonitor.d.ts|
|SysCap有变化|类名:inputDeviceCooperate<br>SysCap:N/A|类名:inputDeviceCooperate<br>SysCap:SystemCapability.MultimodalInput.Input.Cooperator|@ohos.multimodalInput.inputDeviceCooperate.d.ts|
|函数有变化|类名:inputConsumer<br>方法 or 属性:function on(type: "key", keyOptions: KeyOptions, callback: Callback\<KeyOptions>): void;<br>|类名:inputConsumer<br>方法 or 属性:function on(type: 'key', keyOptions: KeyOptions, callback: Callback\<KeyOptions>): void;<br>|@ohos.multimodalInput.inputConsumer.d.ts|
|函数有变化|类名:inputConsumer<br>方法 or 属性:function off(type: "key", keyOptions: KeyOptions, callback?: Callback\<KeyOptions>): void;<br>|类名:inputConsumer<br>方法 or 属性:function off(type: 'key', keyOptions: KeyOptions, callback?: Callback\<KeyOptions>): void;<br>|@ohos.multimodalInput.inputConsumer.d.ts|
|函数有变化|类名:inputDevice<br>方法 or 属性:function on(type: "change", listener: Callback\<DeviceListener>): void;<br>|类名:inputDevice<br>方法 or 属性:function on(type: 'change', listener: Callback\<DeviceListener>): void;<br>|@ohos.multimodalInput.inputDevice.d.ts|
|函数有变化|类名:inputDevice<br>方法 or 属性:function off(type: "change", listener?: Callback\<DeviceListener>): void;<br>|类名:inputDevice<br>方法 or 属性:function off(type: 'change', listener?: Callback\<DeviceListener>): void;<br>|@ohos.multimodalInput.inputDevice.d.ts|
|函数有变化|类名:inputMonitor<br>方法 or 属性:function on(type:"touch", receiver:TouchEventReceiver):void;<br>|类名:inputMonitor<br>方法 or 属性:function on(type: 'touch', receiver: TouchEventReceiver): void;<br>|@ohos.multimodalInput.inputMonitor.d.ts|
|函数有变化|类名:inputMonitor<br>方法 or 属性:function on(type:"mouse", receiver:Callback\<MouseEvent>):void;<br>|类名:inputMonitor<br>方法 or 属性:function on(type: 'mouse', receiver: Callback\<MouseEvent>): void;<br>|@ohos.multimodalInput.inputMonitor.d.ts|
|函数有变化|类名:inputMonitor<br>方法 or 属性:function off(type:"touch", receiver?:TouchEventReceiver):void;<br>|类名:inputMonitor<br>方法 or 属性:function off(type: 'touch', receiver?: TouchEventReceiver): void;<br>|@ohos.multimodalInput.inputMonitor.d.ts|
|函数有变化|类名:inputMonitor<br>方法 or 属性:function off(type:"mouse", receiver?:Callback\<MouseEvent>):void;<br>|类名:inputMonitor<br>方法 or 属性:function off(type: 'mouse', receiver?: Callback\<MouseEvent>): void;<br>|@ohos.multimodalInput.inputMonitor.d.ts|
| 操作 | 旧版本 | 新版本 | d.ts文件 |
| ---- | ------ | ------ | -------- |
|新增|NA|模块名: ohos.effectKit<br>类名: ColorPicker<br>方法 or 属性:getLargestProportionColor(): Color;|@ohos.effectKit.d.ts|
|新增|NA|类名:ColorPicker<br>方法or属性:getLargestProportionColor(): Color;|@ohos.effectKit.d.ts|
|新增|NA|模块名: ohos.effectKit<br>类名: ColorPicker<br>方法 or 属性:getHighestSaturationColor(): Color;|@ohos.effectKit.d.ts|
|新增|NA|类名:ColorPicker<br>方法or属性:getHighestSaturationColor(): Color;|@ohos.effectKit.d.ts|
|新增|NA|模块名: ohos.effectKit<br>类名: ColorPicker<br>方法 or 属性:getAverageColor(): Color;|@ohos.effectKit.d.ts|
|新增|NA|类名:ColorPicker<br>方法or属性:getAverageColor(): Color;|@ohos.effectKit.d.ts|
|新增|NA|模块名: ohos.effectKit<br>类名: ColorPicker<br>方法 or 属性:isBlackOrWhiteOrGrayColor(color: number): boolean;|@ohos.effectKit.d.ts|
|新增|NA|类名:ColorPicker<br>方法or属性:isBlackOrWhiteOrGrayColor(color: number): boolean;|@ohos.effectKit.d.ts|
|新增|NA|模块名: ohos.multimedia.audio<br>类名: AudioVolumeType<br>方法 or 属性:ALARM = 4|@ohos.multimedia.audio.d.ts|
|新增|NA|类名:AudioVolumeType<br>方法or属性:ALARM = 4|@ohos.multimedia.audio.d.ts|
|新增|NA|模块名: ohos.multimedia.audio<br>类名: AudioVolumeType<br>方法 or 属性:ACCESSIBILITY = 5|@ohos.multimedia.audio.d.ts|
|新增|NA|类名:AudioVolumeType<br>方法or属性:ACCESSIBILITY = 5|@ohos.multimedia.audio.d.ts|
|新增|NA|模块名: ohos.multimedia.audio<br>类名: AudioVolumeType<br>方法 or 属性:ULTRASONIC = 10|@ohos.multimedia.audio.d.ts|
|新增|NA|类名:AudioVolumeType<br>方法or属性:ULTRASONIC = 10|@ohos.multimedia.audio.d.ts|
|新增|NA|模块名: ohos.multimedia.audio<br>类名: ContentType<br>方法 or 属性:CONTENT_TYPE_ULTRASONIC = 9|@ohos.multimedia.audio.d.ts|
|新增|NA|类名:ContentType<br>方法or属性:CONTENT_TYPE_ULTRASONIC = 9|@ohos.multimedia.audio.d.ts|
|新增|NA|模块名: ohos.multimedia.audio<br>类名: StreamUsage<br>方法 or 属性:STREAM_USAGE_ALARM = 4|@ohos.multimedia.audio.d.ts|
|新增|NA|类名:StreamUsage<br>方法or属性:STREAM_USAGE_ALARM = 4|@ohos.multimedia.audio.d.ts|
|新增|NA|模块名: ohos.multimedia.audio<br>类名: StreamUsage<br>方法 or 属性:STREAM_USAGE_ACCESSIBILITY = 8|@ohos.multimedia.audio.d.ts|
|新增|NA|类名:StreamUsage<br>方法or属性:STREAM_USAGE_ACCESSIBILITY = 8|@ohos.multimedia.audio.d.ts|
|新增|NA|模块名: ohos.multimedia.audio<br>类名: StreamUsage<br>方法 or 属性:STREAM_USAGE_SYSTEM = 9|@ohos.multimedia.audio.d.ts|
|新增|NA|类名:StreamUsage<br>方法or属性:STREAM_USAGE_SYSTEM = 9|@ohos.multimedia.audio.d.ts|
|新增|NA|类名:AudioRendererFilter<br>方法or属性:uid?: number;|@ohos.multimedia.audio.d.ts|
|新增|NA|模块名: ohos.multimedia.audio<br>类名: AudioRoutingManager<br>方法 or 属性:getPreferOutputDeviceForRendererInfo(rendererInfo: AudioRendererInfo, callback: AsyncCallback\<AudioDeviceDescriptors>): void;|@ohos.multimedia.audio.d.ts|
|新增|NA|类名:AudioRoutingManager<br>方法or属性:getPreferOutputDeviceForRendererInfo(rendererInfo: AudioRendererInfo, callback: AsyncCallback\<AudioDeviceDescriptors>): void;|@ohos.multimedia.audio.d.ts|
|新增|NA|模块名: ohos.multimedia.audio<br>类名: AudioRoutingManager<br>方法 or 属性:getPreferOutputDeviceForRendererInfo(rendererInfo: AudioRendererInfo): Promise\<AudioDeviceDescriptors>;|@ohos.multimedia.audio.d.ts|
|新增|NA|类名:AudioRoutingManager<br>方法or属性:getPreferOutputDeviceForRendererInfo(rendererInfo: AudioRendererInfo): Promise\<AudioDeviceDescriptors>;|@ohos.multimedia.audio.d.ts|
|新增|NA|模块名: ohos.multimedia.audio<br>类名: AudioRoutingManager<br>方法 or 属性:on(type: 'preferOutputDeviceChangeForRendererInfo', rendererInfo: AudioRendererInfo, callback: Callback\<AudioDeviceDescriptors>): void;|@ohos.multimedia.audio.d.ts|
|新增|NA|类名:AudioRoutingManager<br>方法or属性:on(type: 'preferOutputDeviceChangeForRendererInfo', rendererInfo: AudioRendererInfo, callback: Callback\<AudioDeviceDescriptors>): void;|@ohos.multimedia.audio.d.ts|
|新增|NA|模块名: ohos.multimedia.audio<br>类名: AudioRoutingManager<br>方法 or 属性:off(type: 'preferOutputDeviceChangeForRendererInfo', callback?: Callback\<AudioDeviceDescriptors>): void;|@ohos.multimedia.audio.d.ts|
|新增|NA|类名:AudioRoutingManager<br>方法or属性:off(type: 'preferOutputDeviceChangeForRendererInfo', callback?: Callback\<AudioDeviceDescriptors>): void;|@ohos.multimedia.audio.d.ts|
|新增|NA|模块名: ohos.multimedia.audio<br>类名: AudioDeviceDescriptor<br>方法 or 属性:readonly displayName: string;|@ohos.multimedia.audio.d.ts|
|新增|NA|类名:AudioDeviceDescriptor<br>方法or属性:readonly displayName: string;|@ohos.multimedia.audio.d.ts|
|新增|NA|模块名: ohos.multimedia.audio<br>类名: AudioCapturer<br>方法 or 属性:on(type: 'audioInterrupt', callback: Callback\<InterruptEvent>): void;|@ohos.multimedia.audio.d.ts|
|新增|NA|类名:AudioCapturer<br>方法or属性:on(type: 'audioInterrupt', callback: Callback\<InterruptEvent>): void;|@ohos.multimedia.audio.d.ts|
|新增|NA|类名:avSession<br>方法or属性:function getHistoricalSessionDescriptors(maxSize: number, callback: AsyncCallback\<Array\<Readonly\<AVSessionDescriptor>>>): void;|@ohos.multimedia.avsession.d.ts|
|新增|NA|类名:avSession<br>方法or属性:function getHistoricalSessionDescriptors(maxSize?: number): Promise\<Array\<Readonly\<AVSessionDescriptor>>>;|@ohos.multimedia.avsession.d.ts|
|新增|NA|类名:AVSession<br>方法or属性:dispatchSessionEvent(event: string, args: { [key: string]: Object }, callback: AsyncCallback\<void>): void;|@ohos.multimedia.avsession.d.ts|
|新增|NA|类名:AVSession<br>方法or属性:dispatchSessionEvent(event: string, args: { [key: string]: Object }): Promise\<void>;|@ohos.multimedia.avsession.d.ts|
|新增|NA|类名:AVSession<br>方法or属性:setAVQueueItems(items: Array\<AVQueueItem>, callback: AsyncCallback\<void>): void;|@ohos.multimedia.avsession.d.ts|
|新增|NA|类名:AVSession<br>方法or属性:setAVQueueItems(items: Array\<AVQueueItem>): Promise\<void>;|@ohos.multimedia.avsession.d.ts|
|新增|NA|类名:AVSession<br>方法or属性:setAVQueueTitle(title: string, callback: AsyncCallback\<void>): void;|@ohos.multimedia.avsession.d.ts|
|新增|NA|类名:AVSession<br>方法or属性:setAVQueueTitle(title: string): Promise\<void>;|@ohos.multimedia.avsession.d.ts|
|新增|NA|类名:AVSession<br>方法or属性:setExtras(extras: {[key: string]: Object}, callback: AsyncCallback\<void>): void;|@ohos.multimedia.avsession.d.ts|
|新增|NA|类名:AVSession<br>方法or属性:setExtras(extras: {[key: string]: Object}): Promise\<void>;|@ohos.multimedia.avsession.d.ts|
|新增|NA|类名:AVSession<br>方法or属性:on(type: 'commonCommand', callback: (command: string, args: { [key: string]: Object }) => void): void;|@ohos.multimedia.avsession.d.ts|
|新增|NA|类名:AVSession<br>方法or属性:off(type: 'commonCommand', callback?: (command: string, args: { [key: string]: Object }) => void): void;|@ohos.multimedia.avsession.d.ts|
|新增|NA|类名:AVSession<br>方法or属性:on(type: 'skipToQueueItem', callback: (itemId: number) => void): void;|@ohos.multimedia.avsession.d.ts|
|新增|NA|类名:AVSession<br>方法or属性:off(type: 'skipToQueueItem', callback?: (itemId: number) => void): void;|@ohos.multimedia.avsession.d.ts|
|新增|NA|模块名: ohos.multimedia.avsession<br>类名: AVMediaDescription|@ohos.multimedia.avsession.d.ts|
|新增|NA|类名:AVMediaDescription<br>方法or属性:|@ohos.multimedia.avsession.d.ts|
|新增|NA|模块名: ohos.multimedia.avsession<br>类名: AVMediaDescription<br>方法 or 属性:mediaId: string;|@ohos.multimedia.avsession.d.ts|
|新增|NA|类名:AVMediaDescription<br>方法or属性:mediaId: string;|@ohos.multimedia.avsession.d.ts|
|新增|NA|模块名: ohos.multimedia.avsession<br>类名: AVMediaDescription<br>方法 or 属性:title?: string;|@ohos.multimedia.avsession.d.ts|
|新增|NA|类名:AVMediaDescription<br>方法or属性:title?: string;|@ohos.multimedia.avsession.d.ts|
|新增|NA|模块名: ohos.multimedia.avsession<br>类名: AVMediaDescription<br>方法 or 属性:subtitle?: string;|@ohos.multimedia.avsession.d.ts|
|新增|NA|类名:AVMediaDescription<br>方法or属性:subtitle?: string;|@ohos.multimedia.avsession.d.ts|
|新增|NA|模块名: ohos.multimedia.avsession<br>类名: AVMediaDescription<br>方法 or 属性:description?: string;|@ohos.multimedia.avsession.d.ts|
|新增|NA|类名:AVMediaDescription<br>方法or属性:description?: string;|@ohos.multimedia.avsession.d.ts|
|新增|NA|模块名: ohos.multimedia.avsession<br>类名: AVMediaDescription<br>方法 or 属性:icon?: image.PixelMap \| string;|@ohos.multimedia.avsession.d.ts|
|新增|NA|类名:AVMediaDescription<br>方法or属性:icon?: image.PixelMap \| string;|@ohos.multimedia.avsession.d.ts|
|新增|NA|模块名: ohos.multimedia.avsession<br>类名: AVMediaDescription<br>方法 or 属性:iconUri?: string;|@ohos.multimedia.avsession.d.ts|
|新增|NA|类名:AVMediaDescription<br>方法or属性:iconUri?: string;|@ohos.multimedia.avsession.d.ts|
|新增|NA|模块名: ohos.multimedia.avsession<br>类名: AVMediaDescription<br>方法 or 属性:extras?: { [key: string]: Object };|@ohos.multimedia.avsession.d.ts|
|新增|NA|类名:AVMediaDescription<br>方法or属性:extras?: { [key: string]: Object };|@ohos.multimedia.avsession.d.ts|
|新增|NA|模块名: ohos.multimedia.avsession<br>类名: AVMediaDescription<br>方法 or 属性:mediaUri?: string;|@ohos.multimedia.avsession.d.ts|
|新增|NA|类名:AVMediaDescription<br>方法or属性:mediaUri?: string;|@ohos.multimedia.avsession.d.ts|
|新增|NA|模块名: ohos.multimedia.avsession<br>类名: AVQueueItem|@ohos.multimedia.avsession.d.ts|
|新增|NA|类名:AVQueueItem<br>方法or属性:|@ohos.multimedia.avsession.d.ts|
|新增|NA|模块名: ohos.multimedia.avsession<br>类名: AVQueueItem<br>方法 or 属性:itemId: number;|@ohos.multimedia.avsession.d.ts|
|新增|NA|类名:AVQueueItem<br>方法or属性:itemId: number;|@ohos.multimedia.avsession.d.ts|
|新增|NA|模块名: ohos.multimedia.avsession<br>类名: AVQueueItem<br>方法 or 属性:description?: AVMediaDescription;|@ohos.multimedia.avsession.d.ts|
|新增|NA|类名:AVQueueItem<br>方法or属性:description?: AVMediaDescription;|@ohos.multimedia.avsession.d.ts|
|新增|NA|类名:AVPlaybackState<br>方法or属性:activeItemId?: number;|@ohos.multimedia.avsession.d.ts|
|新增|NA|类名:AVPlaybackState<br>方法or属性:extras?: {[key: string]: Object};|@ohos.multimedia.avsession.d.ts|
|新增|NA|类名:AVSessionController<br>方法or属性:getAVQueueTitle(callback: AsyncCallback\<string>): void;|@ohos.multimedia.avsession.d.ts|
|新增|NA|类名:AVSessionController<br>方法or属性:getAVQueueTitle(): Promise\<string>;|@ohos.multimedia.avsession.d.ts|
|新增|NA|类名:AVSessionController<br>方法or属性:getAVQueueItems(callback: AsyncCallback\<Array\<AVQueueItem>>): void;|@ohos.multimedia.avsession.d.ts|
|新增|NA|类名:AVSessionController<br>方法or属性:getAVQueueItems(): Promise\<Array\<AVQueueItem>>;|@ohos.multimedia.avsession.d.ts|
|新增|NA|类名:AVSessionController<br>方法or属性:skipToQueueItem(itemId: number, callback: AsyncCallback\<void>): void;|@ohos.multimedia.avsession.d.ts|
|新增|NA|类名:AVSessionController<br>方法or属性:skipToQueueItem(itemId: number): Promise\<void>;|@ohos.multimedia.avsession.d.ts|
|新增|NA|类名:AVSessionController<br>方法or属性:sendCommonCommand(command: string, args: { [key: string]: Object }, callback: AsyncCallback\<void>): void;|@ohos.multimedia.avsession.d.ts|
|新增|NA|类名:AVSessionController<br>方法or属性:sendCommonCommand(command: string, args: { [key: string]: Object }): Promise\<void>;|@ohos.multimedia.avsession.d.ts|
|新增|NA|类名:AVSessionController<br>方法or属性:getExtras(callback: AsyncCallback\<{[key: string]: Object}>): void;|@ohos.multimedia.avsession.d.ts|
|新增|NA|类名:AVSessionController<br>方法or属性:getExtras(): Promise\<{[key: string]: Object}>;|@ohos.multimedia.avsession.d.ts|
|新增|NA|类名:AVSessionController<br>方法or属性:on(type: 'sessionEvent', callback: (sessionEvent: string, args: { [key: string]: Object }) => void): void;|@ohos.multimedia.avsession.d.ts|
|新增|NA|类名:AVSessionController<br>方法or属性:off(type: 'sessionEvent', callback?: (sessionEvent: string, args: { [key: string]: Object }) => void): void;|@ohos.multimedia.avsession.d.ts|
|新增|NA|类名:AVSessionController<br>方法or属性:on(type: 'queueItemsChange', callback: (items: Array\<AVQueueItem>) => void): void;|@ohos.multimedia.avsession.d.ts|
|新增|NA|类名:AVSessionController<br>方法or属性:off(type: 'queueItemsChange', callback?: (items: Array\<AVQueueItem>) => void): void;|@ohos.multimedia.avsession.d.ts|
|新增|NA|类名:AVSessionController<br>方法or属性:on(type: 'queueTitleChange', callback: (title: string) => void): void;|@ohos.multimedia.avsession.d.ts|
|新增|NA|类名:AVSessionController<br>方法or属性:off(type: 'queueTitleChange', callback?: (title: string) => void): void;|@ohos.multimedia.avsession.d.ts|
|新增|NA|类名:AVSessionController<br>方法or属性:on(type: 'extrasChange', callback: (extras: {[key: string]: Object}) => void): void;|@ohos.multimedia.avsession.d.ts|
|新增|NA|类名:AVSessionController<br>方法or属性:off(type: 'extrasChange', callback?: (extras: {[key: string]: Object}) => void): void;|@ohos.multimedia.avsession.d.ts|
|新增|NA|类名:PropertyKey<br>方法or属性:BITS_PER_SAMPLE = 'BitsPerSample'|@ohos.multimedia.image.d.ts|
|新增|NA|类名:PropertyKey<br>方法or属性:ORIENTATION = 'Orientation'|@ohos.multimedia.image.d.ts|
|新增|NA|类名:PropertyKey<br>方法or属性:IMAGE_LENGTH = 'ImageLength'|@ohos.multimedia.image.d.ts|
|新增|NA|类名:PropertyKey<br>方法or属性:IMAGE_WIDTH = 'ImageWidth'|@ohos.multimedia.image.d.ts|
|新增|NA|类名:PropertyKey<br>方法or属性:GPS_LATITUDE = 'GPSLatitude'|@ohos.multimedia.image.d.ts|
|新增|NA|类名:PropertyKey<br>方法or属性:GPS_LONGITUDE = 'GPSLongitude'|@ohos.multimedia.image.d.ts|
|新增|NA|类名:PropertyKey<br>方法or属性:GPS_LATITUDE_REF = 'GPSLatitudeRef'|@ohos.multimedia.image.d.ts|
|新增|NA|类名:PropertyKey<br>方法or属性:GPS_LONGITUDE_REF = 'GPSLongitudeRef'|@ohos.multimedia.image.d.ts|
|新增|NA|类名:PropertyKey<br>方法or属性:DATE_TIME_ORIGINAL = 'DateTimeOriginal'|@ohos.multimedia.image.d.ts|
|新增|NA|类名:PropertyKey<br>方法or属性:EXPOSURE_TIME = 'ExposureTime'|@ohos.multimedia.image.d.ts|
|新增|NA|类名:PropertyKey<br>方法or属性:SCENE_TYPE = 'SceneType'|@ohos.multimedia.image.d.ts|
|新增|NA|类名:PropertyKey<br>方法or属性:ISO_SPEED_RATINGS = 'ISOSpeedRatings'|@ohos.multimedia.image.d.ts|
|新增|NA|类名:PropertyKey<br>方法or属性:F_NUMBER = 'FNumber'|@ohos.multimedia.image.d.ts|
|新增|NA|类名:ImageSource<br>方法or属性:createPixelMapList(options?: DecodingOptions): Promise\<Array\<PixelMap>>;|@ohos.multimedia.image.d.ts|
|新增|NA|类名:ImageSource<br>方法or属性:createPixelMapList(callback: AsyncCallback\<Array\<PixelMap>>): void;|@ohos.multimedia.image.d.ts|
|新增|NA|类名:ImageSource<br>方法or属性:createPixelMapList(options: DecodingOptions, callback: AsyncCallback\<Array\<PixelMap>>): void;|@ohos.multimedia.image.d.ts|
|新增|NA|类名:ImageSource<br>方法or属性:getDelayTime(): Promise\<Array\<number>>;|@ohos.multimedia.image.d.ts|
|新增|NA|类名:ImageSource<br>方法or属性:getDelayTime(callback: AsyncCallback\<Array\<number>>): void;|@ohos.multimedia.image.d.ts|
|新增|NA|类名:ImageSource<br>方法or属性:getFrameCount(): Promise\<number>;|@ohos.multimedia.image.d.ts|
|新增|NA|类名:ImageSource<br>方法or属性:getFrameCount(callback: AsyncCallback\<number>): void;|@ohos.multimedia.image.d.ts|
|新增|NA|类名:AVPlayer<br>方法or属性:dataSrc?: AVDataSrcDescriptor;|@ohos.multimedia.media.d.ts|
|新增|NA|类名:AVPlayer<br>方法or属性:audioRendererInfo?: audio.AudioRendererInfo;|@ohos.multimedia.media.d.ts|
|新增|NA|模块名: ohos.multimedia.media<br>类名: AVDataSrcDescriptor|@ohos.multimedia.media.d.ts|
|新增|NA|类名:AVDataSrcDescriptor<br>方法or属性:|@ohos.multimedia.media.d.ts|
|新增|NA|模块名: ohos.multimedia.media<br>类名: AVDataSrcDescriptor<br>方法 or 属性:fileSize: number;|@ohos.multimedia.media.d.ts|
|新增|NA|类名:AVDataSrcDescriptor<br>方法or属性:fileSize: number;|@ohos.multimedia.media.d.ts|
|新增|NA|模块名: ohos.multimedia.media<br>类名: AVDataSrcDescriptor<br>方法 or 属性:callback: (buffer: ArrayBuffer, length: number, pos?: number) => number;|@ohos.multimedia.media.d.ts|
|新增|NA|类名:AVDataSrcDescriptor<br>方法or属性:callback: (buffer: ArrayBuffer, length: number, pos?: number) => number;|@ohos.multimedia.media.d.ts|
|新增|NA|模块名: ohos.multimedia.systemSoundManager<br>类名: systemSoundManager|@ohos.multimedia.systemSoundManager.d.ts|
|新增|NA|模块名: ohos.multimedia.systemSoundManager<br>类名: RingtoneType|@ohos.multimedia.systemSoundManager.d.ts|
|新增|NA|模块名: ohos.multimedia.systemSoundManager<br>类名: RingtoneType<br>方法 or 属性: RINGTONE_TYPE_DEFAULT = 0|@ohos.multimedia.systemSoundManager.d.ts|
|新增|NA|模块名: ohos.multimedia.systemSoundManager<br>类名: RingtoneType<br>方法 or 属性: RINGTONE_TYPE_MULTISIM = 1|@ohos.multimedia.systemSoundManager.d.ts|
|新增|NA|模块名: ohos.multimedia.systemSoundManager<br>类名: systemSoundManager<br>方法 or 属性: function getSystemSoundManager(): SystemSoundManager;|@ohos.multimedia.systemSoundManager.d.ts|
|新增|NA|模块名: ohos.multimedia.systemSoundManager<br>类名: SystemSoundManager|@ohos.multimedia.systemSoundManager.d.ts|
|新增|NA|模块名: ohos.multimedia.systemSoundManager<br>类名: SystemSoundManager<br>方法 or 属性: setSystemRingtoneUri(context: Context, uri: string, type: RingtoneType, callback: AsyncCallback\<void>): void;|@ohos.multimedia.systemSoundManager.d.ts|
|新增|NA|模块名: ohos.multimedia.systemSoundManager<br>类名: SystemSoundManager<br>方法 or 属性: setSystemRingtoneUri(context: Context, uri: string, type: RingtoneType): Promise\<void>;|@ohos.multimedia.systemSoundManager.d.ts|
|新增|NA|模块名: ohos.multimedia.systemSoundManager<br>类名: SystemSoundManager<br>方法 or 属性: getSystemRingtoneUri(context: Context, type: RingtoneType, callback: AsyncCallback\<string>): void;|@ohos.multimedia.systemSoundManager.d.ts|
|新增|NA|模块名: ohos.multimedia.systemSoundManager<br>类名: SystemSoundManager<br>方法 or 属性: getSystemRingtoneUri(context: Context, type: RingtoneType): Promise\<string>;|@ohos.multimedia.systemSoundManager.d.ts|
|新增|NA|模块名: ohos.multimedia.systemSoundManager<br>类名: SystemSoundManager<br>方法 or 属性: getSystemRingtonePlayer(context: Context, type: RingtoneType, callback: AsyncCallback\<RingtonePlayer>): void;|@ohos.multimedia.systemSoundManager.d.ts|
|新增|NA|模块名: ohos.multimedia.systemSoundManager<br>类名: SystemSoundManager<br>方法 or 属性: getSystemRingtonePlayer(context: Context, type: RingtoneType): Promise\<RingtonePlayer>;|@ohos.multimedia.systemSoundManager.d.ts|
|新增|NA|模块名: ringtonePlayer<br>类名: RingtoneOptions|ringtonePlayer.d.ts|
|新增|NA|模块名: ringtonePlayer<br>类名: RingtoneOptions<br>方法 or 属性: volume: number;|ringtonePlayer.d.ts|
|新增|NA|模块名: ringtonePlayer<br>类名: RingtoneOptions<br>方法 or 属性: loop: boolean;|ringtonePlayer.d.ts|
|新增|NA|模块名: ringtonePlayer<br>类名: RingtonePlayer|ringtonePlayer.d.ts|
|新增|NA|模块名: ringtonePlayer<br>类名: RingtonePlayer<br>方法 or 属性: readonly state: media.AVPlayerState;|ringtonePlayer.d.ts|
|新增|NA|模块名: ringtonePlayer<br>类名: RingtonePlayer<br>方法 or 属性: getTitle(callback: AsyncCallback\<string>): void;|ringtonePlayer.d.ts|
|新增|NA|模块名: ringtonePlayer<br>类名: RingtonePlayer<br>方法 or 属性: getTitle(): Promise\<string>;|ringtonePlayer.d.ts|
|新增|NA|模块名: ringtonePlayer<br>类名: RingtonePlayer<br>方法 or 属性: getAudioRendererInfo(callback: AsyncCallback\<audio.AudioRendererInfo>): void;|ringtonePlayer.d.ts|
|新增|NA|模块名: ringtonePlayer<br>类名: RingtonePlayer<br>方法 or 属性: getAudioRendererInfo(): Promise\<audio.AudioRendererInfo>;|ringtonePlayer.d.ts|
|新增|NA|模块名: ringtonePlayer<br>类名: RingtonePlayer<br>方法 or 属性: configure(options: RingtoneOptions, callback: AsyncCallback\<void>): void;|ringtonePlayer.d.ts|
|新增|NA|模块名: ringtonePlayer<br>类名: RingtonePlayer<br>方法 or 属性: configure(options: RingtoneOptions): Promise\<void>;|ringtonePlayer.d.ts|
|新增|NA|模块名: ringtonePlayer<br>类名: RingtonePlayer<br>方法 or 属性: start(callback: AsyncCallback\<void>): void;|ringtonePlayer.d.ts|
|新增|NA|模块名: ringtonePlayer<br>类名: RingtonePlayer<br>方法 or 属性: start(): Promise\<void>;|ringtonePlayer.d.ts|
|新增|NA|模块名: ringtonePlayer<br>类名: RingtonePlayer<br>方法 or 属性: stop(callback: AsyncCallback\<void>): void;|ringtonePlayer.d.ts|
|新增|NA|模块名: ringtonePlayer<br>类名: RingtonePlayer<br>方法 or 属性: stop(): Promise\<void>;|ringtonePlayer.d.ts|
|新增|NA|模块名: ringtonePlayer<br>类名: RingtonePlayer<br>方法 or 属性: release(callback: AsyncCallback\<void>): void;|ringtonePlayer.d.ts|
|新增|NA|模块名: ringtonePlayer<br>类名: RingtonePlayer<br>方法 or 属性: release(): Promise\<void>;|ringtonePlayer.d.ts|
|新增|NA|模块名: ringtonePlayer<br>类名: RingtonePlayer<br>方法 or 属性: on(type: 'audioInterrupt', callback: Callback\<audio.InterruptEvent>): void;|ringtonePlayer.d.ts|
|访问级别有变化|类名:VolumeEvent<br>访问级别:公开API|类名:VolumeEvent<br>访问级别:系统API|@ohos.multimedia.audio.d.ts|
|访问级别有变化|类名:VolumeEvent<br>方法 or 属性:volumeGroupId: number;<br>访问级别:系统API|类名:VolumeEvent<br>方法 or 属性:volumeGroupId: number;<br>访问级别:公开API|@ohos.multimedia.audio.d.ts|
|访问级别有变化|类名:VolumeEvent<br>方法 or 属性:networkId: string;<br>访问级别:系统API|类名:VolumeEvent<br>方法 or 属性:networkId: string;<br>访问级别:公开API|@ohos.multimedia.audio.d.ts|
|访问级别有变化|类名:AVSessionType<br>方法 or 属性:type AVSessionType = 'audio' \| 'video';<br>访问级别:系统API|类名:AVSessionType<br>方法 or 属性:type AVSessionType = 'audio' \| 'video';<br>访问级别:公开API|@ohos.multimedia.avsession.d.ts|
|访问级别有变化|类名:avSession<br>方法 or 属性:function createAVSession(context: Context, tag: string, type: AVSessionType, callback: AsyncCallback\<AVSession>): void;<br>访问级别:系统API|类名:avSession<br>方法 or 属性:function createAVSession(context: Context, tag: string, type: AVSessionType, callback: AsyncCallback\<AVSession>): void;<br>访问级别:公开API|@ohos.multimedia.avsession.d.ts|
|访问级别有变化|类名:avSession<br>方法 or 属性:function createAVSession(context: Context, tag: string, type: AVSessionType): Promise\<AVSession>;<br>访问级别:系统API|类名:avSession<br>方法 or 属性:function createAVSession(context: Context, tag: string, type: AVSessionType): Promise\<AVSession>;<br>访问级别:公开API|@ohos.multimedia.avsession.d.ts|
|访问级别有变化|类名:AVSession<br>访问级别:系统API|类名:AVSession<br>访问级别:公开API|@ohos.multimedia.avsession.d.ts|
|访问级别有变化|类名:AVSession<br>方法 or 属性:readonly sessionId: string;<br>访问级别:系统API|类名:AVSession<br>方法 or 属性:readonly sessionId: string;<br>访问级别:公开API|@ohos.multimedia.avsession.d.ts|
|访问级别有变化|类名:AVSession<br>方法 or 属性:setAVMetadata(data: AVMetadata, callback: AsyncCallback\<void>): void;<br>访问级别:系统API|类名:AVSession<br>方法 or 属性:setAVMetadata(data: AVMetadata, callback: AsyncCallback\<void>): void;<br>访问级别:公开API|@ohos.multimedia.avsession.d.ts|
|访问级别有变化|类名:AVSession<br>方法 or 属性:setAVMetadata(data: AVMetadata): Promise\<void>;<br>访问级别:系统API|类名:AVSession<br>方法 or 属性:setAVMetadata(data: AVMetadata): Promise\<void>;<br>访问级别:公开API|@ohos.multimedia.avsession.d.ts|
|访问级别有变化|类名:AVSession<br>方法 or 属性:setAVPlaybackState(state: AVPlaybackState, callback: AsyncCallback\<void>): void;<br>访问级别:系统API|类名:AVSession<br>方法 or 属性:setAVPlaybackState(state: AVPlaybackState, callback: AsyncCallback\<void>): void;<br>访问级别:公开API|@ohos.multimedia.avsession.d.ts|
|访问级别有变化|类名:AVSession<br>方法 or 属性:setAVPlaybackState(state: AVPlaybackState): Promise\<void>;<br>访问级别:系统API|类名:AVSession<br>方法 or 属性:setAVPlaybackState(state: AVPlaybackState): Promise\<void>;<br>访问级别:公开API|@ohos.multimedia.avsession.d.ts|
|访问级别有变化|类名:AVSession<br>方法 or 属性:setLaunchAbility(ability: WantAgent, callback: AsyncCallback\<void>): void;<br>访问级别:系统API|类名:AVSession<br>方法 or 属性:setLaunchAbility(ability: WantAgent, callback: AsyncCallback\<void>): void;<br>访问级别:公开API|@ohos.multimedia.avsession.d.ts|
|访问级别有变化|类名:AVSession<br>方法 or 属性:setLaunchAbility(ability: WantAgent): Promise\<void>;<br>访问级别:系统API|类名:AVSession<br>方法 or 属性:setLaunchAbility(ability: WantAgent): Promise\<void>;<br>访问级别:公开API|@ohos.multimedia.avsession.d.ts|
|访问级别有变化|类名:AVSession<br>方法 or 属性:getController(callback: AsyncCallback\<AVSessionController>): void;<br>访问级别:系统API|类名:AVSession<br>方法 or 属性:getController(callback: AsyncCallback\<AVSessionController>): void;<br>访问级别:公开API|@ohos.multimedia.avsession.d.ts|
|访问级别有变化|类名:AVSession<br>方法 or 属性:getController(): Promise\<AVSessionController>;<br>访问级别:系统API|类名:AVSession<br>方法 or 属性:getController(): Promise\<AVSessionController>;<br>访问级别:公开API|@ohos.multimedia.avsession.d.ts|
|访问级别有变化|类名:AVSession<br>方法 or 属性:getOutputDevice(callback: AsyncCallback\<OutputDeviceInfo>): void;<br>访问级别:系统API|类名:AVSession<br>方法 or 属性:getOutputDevice(callback: AsyncCallback\<OutputDeviceInfo>): void;<br>访问级别:公开API|@ohos.multimedia.avsession.d.ts|
|访问级别有变化|类名:AVSession<br>方法 or 属性:getOutputDevice(): Promise\<OutputDeviceInfo>;<br>访问级别:系统API|类名:AVSession<br>方法 or 属性:getOutputDevice(): Promise\<OutputDeviceInfo>;<br>访问级别:公开API|@ohos.multimedia.avsession.d.ts|
|访问级别有变化|类名:AVSession<br>方法 or 属性:on(type: 'play' \| 'pause' \| 'stop' \| 'playNext' \| 'playPrevious' \| 'fastForward' \| 'rewind', callback: () => void): void;<br>访问级别:系统API|类名:AVSession<br>方法 or 属性:on(type: 'play' \| 'pause' \| 'stop' \| 'playNext' \| 'playPrevious' \| 'fastForward' \| 'rewind', callback: () => void): void;<br>访问级别:公开API|@ohos.multimedia.avsession.d.ts|
|访问级别有变化|类名:AVSession<br>方法 or 属性:off(type: 'play' \| 'pause' \| 'stop' \| 'playNext' \| 'playPrevious' \| 'fastForward' \| 'rewind', callback?: () => void): void;<br>访问级别:系统API|类名:AVSession<br>方法 or 属性:off(type: 'play' \| 'pause' \| 'stop' \| 'playNext' \| 'playPrevious' \| 'fastForward' \| 'rewind', callback?: () => void): void;<br>访问级别:公开API|@ohos.multimedia.avsession.d.ts|
|访问级别有变化|类名:AVSession<br>方法 or 属性:on(type: 'seek', callback: (time: number) => void): void;<br>访问级别:系统API|类名:AVSession<br>方法 or 属性:on(type: 'seek', callback: (time: number) => void): void;<br>访问级别:公开API|@ohos.multimedia.avsession.d.ts|
|访问级别有变化|类名:AVSession<br>方法 or 属性:on(type: 'setSpeed', callback: (speed: number) => void): void;<br>访问级别:系统API|类名:AVSession<br>方法 or 属性:on(type: 'setSpeed', callback: (speed: number) => void): void;<br>访问级别:公开API|@ohos.multimedia.avsession.d.ts|
|访问级别有变化|类名:AVSession<br>方法 or 属性:off(type: 'setSpeed', callback?: (speed: number) => void): void;<br>访问级别:系统API|类名:AVSession<br>方法 or 属性:off(type: 'setSpeed', callback?: (speed: number) => void): void;<br>访问级别:公开API|@ohos.multimedia.avsession.d.ts|
|访问级别有变化|类名:AVSession<br>方法 or 属性:on(type: 'setLoopMode', callback: (mode: LoopMode) => void): void;<br>访问级别:系统API|类名:AVSession<br>方法 or 属性:on(type: 'setLoopMode', callback: (mode: LoopMode) => void): void;<br>访问级别:公开API|@ohos.multimedia.avsession.d.ts|
|访问级别有变化|类名:AVSession<br>方法 or 属性:off(type: 'setLoopMode', callback?: (mode: LoopMode) => void): void;<br>访问级别:系统API|类名:AVSession<br>方法 or 属性:off(type: 'setLoopMode', callback?: (mode: LoopMode) => void): void;<br>访问级别:公开API|@ohos.multimedia.avsession.d.ts|
|访问级别有变化|类名:AVSession<br>方法 or 属性:on(type: 'toggleFavorite', callback: (assetId: string) => void): void;<br>访问级别:系统API|类名:AVSession<br>方法 or 属性:on(type: 'toggleFavorite', callback: (assetId: string) => void): void;<br>访问级别:公开API|@ohos.multimedia.avsession.d.ts|
|访问级别有变化|类名:AVSession<br>方法 or 属性:off(type: 'toggleFavorite', callback?: (assetId: string) => void): void;<br>访问级别:系统API|类名:AVSession<br>方法 or 属性:off(type: 'toggleFavorite', callback?: (assetId: string) => void): void;<br>访问级别:公开API|@ohos.multimedia.avsession.d.ts|
|访问级别有变化|类名:AVSession<br>方法 or 属性:on(type: 'handleKeyEvent', callback: (event: KeyEvent) => void): void;<br>访问级别:系统API|类名:AVSession<br>方法 or 属性:on(type: 'handleKeyEvent', callback: (event: KeyEvent) => void): void;<br>访问级别:公开API|@ohos.multimedia.avsession.d.ts|
|访问级别有变化|类名:AVSession<br>方法 or 属性:off(type: 'handleKeyEvent', callback?: (event: KeyEvent) => void): void;<br>访问级别:系统API|类名:AVSession<br>方法 or 属性:off(type: 'handleKeyEvent', callback?: (event: KeyEvent) => void): void;<br>访问级别:公开API|@ohos.multimedia.avsession.d.ts|
|访问级别有变化|类名:AVSession<br>方法 or 属性:on(type: 'outputDeviceChange', callback: (device: OutputDeviceInfo) => void): void;<br>访问级别:系统API|类名:AVSession<br>方法 or 属性:on(type: 'outputDeviceChange', callback: (device: OutputDeviceInfo) => void): void;<br>访问级别:公开API|@ohos.multimedia.avsession.d.ts|
|访问级别有变化|类名:AVSession<br>方法 or 属性:off(type: 'outputDeviceChange', callback?: (device: OutputDeviceInfo) => void): void;<br>访问级别:系统API|类名:AVSession<br>方法 or 属性:off(type: 'outputDeviceChange', callback?: (device: OutputDeviceInfo) => void): void;<br>访问级别:公开API|@ohos.multimedia.avsession.d.ts|
|访问级别有变化|类名:AVSession<br>方法 or 属性:activate(callback: AsyncCallback\<void>): void;<br>访问级别:系统API|类名:AVSession<br>方法 or 属性:activate(callback: AsyncCallback\<void>): void;<br>访问级别:公开API|@ohos.multimedia.avsession.d.ts|
|访问级别有变化|类名:AVSession<br>方法 or 属性:activate(): Promise\<void>;<br>访问级别:系统API|类名:AVSession<br>方法 or 属性:activate(): Promise\<void>;<br>访问级别:公开API|@ohos.multimedia.avsession.d.ts|
|访问级别有变化|类名:AVSession<br>方法 or 属性:deactivate(callback: AsyncCallback\<void>): void;<br>访问级别:系统API|类名:AVSession<br>方法 or 属性:deactivate(callback: AsyncCallback\<void>): void;<br>访问级别:公开API|@ohos.multimedia.avsession.d.ts|
|访问级别有变化|类名:AVSession<br>方法 or 属性:deactivate(): Promise\<void>;<br>访问级别:系统API|类名:AVSession<br>方法 or 属性:deactivate(): Promise\<void>;<br>访问级别:公开API|@ohos.multimedia.avsession.d.ts|
|访问级别有变化|类名:AVSession<br>方法 or 属性:destroy(callback: AsyncCallback\<void>): void;<br>访问级别:系统API|类名:AVSession<br>方法 or 属性:destroy(callback: AsyncCallback\<void>): void;<br>访问级别:公开API|@ohos.multimedia.avsession.d.ts|
|访问级别有变化|类名:AVSession<br>方法 or 属性:destroy(): Promise\<void>;<br>访问级别:系统API|类名:AVSession<br>方法 or 属性:destroy(): Promise\<void>;<br>访问级别:公开API|@ohos.multimedia.avsession.d.ts|
|访问级别有变化|类名:AVMetadata<br>访问级别:系统API|类名:AVMetadata<br>访问级别:公开API|@ohos.multimedia.avsession.d.ts|
|访问级别有变化|类名:AVPlaybackState<br>访问级别:系统API|类名:AVPlaybackState<br>访问级别:公开API|@ohos.multimedia.avsession.d.ts|
|访问级别有变化|类名:PlaybackPosition<br>访问级别:系统API|类名:PlaybackPosition<br>访问级别:公开API|@ohos.multimedia.avsession.d.ts|
|访问级别有变化|类名:OutputDeviceInfo<br>访问级别:系统API|类名:OutputDeviceInfo<br>访问级别:公开API|@ohos.multimedia.avsession.d.ts|
|访问级别有变化|类名:LoopMode<br>访问级别:系统API|类名:LoopMode<br>访问级别:公开API|@ohos.multimedia.avsession.d.ts|
|访问级别有变化|类名:PlaybackState<br>访问级别:系统API|类名:PlaybackState<br>访问级别:公开API|@ohos.multimedia.avsession.d.ts|
|访问级别有变化|类名:AVSessionController<br>访问级别:系统API|类名:AVSessionController<br>访问级别:公开API|@ohos.multimedia.avsession.d.ts|
|访问级别有变化|类名:AVSessionController<br>方法 or 属性:readonly sessionId: string;<br>访问级别:系统API|类名:AVSessionController<br>方法 or 属性:readonly sessionId: string;<br>访问级别:公开API|@ohos.multimedia.avsession.d.ts|
|访问级别有变化|类名:AVSessionController<br>方法 or 属性:getAVPlaybackState(callback: AsyncCallback\<AVPlaybackState>): void;<br>访问级别:系统API|类名:AVSessionController<br>方法 or 属性:getAVPlaybackState(callback: AsyncCallback\<AVPlaybackState>): void;<br>访问级别:公开API|@ohos.multimedia.avsession.d.ts|
|访问级别有变化|类名:AVSessionController<br>方法 or 属性:getAVPlaybackState(): Promise\<AVPlaybackState>;<br>访问级别:系统API|类名:AVSessionController<br>方法 or 属性:getAVPlaybackState(): Promise\<AVPlaybackState>;<br>访问级别:公开API|@ohos.multimedia.avsession.d.ts|
|访问级别有变化|类名:AVSessionController<br>方法 or 属性:getAVMetadata(callback: AsyncCallback\<AVMetadata>): void;<br>访问级别:系统API|类名:AVSessionController<br>方法 or 属性:getAVMetadata(callback: AsyncCallback\<AVMetadata>): void;<br>访问级别:公开API|@ohos.multimedia.avsession.d.ts|
|访问级别有变化|类名:AVSessionController<br>方法 or 属性:getAVMetadata(): Promise\<AVMetadata>;<br>访问级别:系统API|类名:AVSessionController<br>方法 or 属性:getAVMetadata(): Promise\<AVMetadata>;<br>访问级别:公开API|@ohos.multimedia.avsession.d.ts|
|访问级别有变化|类名:AVSessionController<br>方法 or 属性:getOutputDevice(callback: AsyncCallback\<OutputDeviceInfo>): void;<br>访问级别:系统API|类名:AVSessionController<br>方法 or 属性:getOutputDevice(callback: AsyncCallback\<OutputDeviceInfo>): void;<br>访问级别:公开API|@ohos.multimedia.avsession.d.ts|
|访问级别有变化|类名:AVSessionController<br>方法 or 属性:getOutputDevice(): Promise\<OutputDeviceInfo>;<br>访问级别:系统API|类名:AVSessionController<br>方法 or 属性:getOutputDevice(): Promise\<OutputDeviceInfo>;<br>访问级别:公开API|@ohos.multimedia.avsession.d.ts|
|访问级别有变化|类名:AVSessionController<br>方法 or 属性:sendAVKeyEvent(event: KeyEvent, callback: AsyncCallback\<void>): void;<br>访问级别:系统API|类名:AVSessionController<br>方法 or 属性:sendAVKeyEvent(event: KeyEvent, callback: AsyncCallback\<void>): void;<br>访问级别:公开API|@ohos.multimedia.avsession.d.ts|
|访问级别有变化|类名:AVSessionController<br>方法 or 属性:sendAVKeyEvent(event: KeyEvent): Promise\<void>;<br>访问级别:系统API|类名:AVSessionController<br>方法 or 属性:sendAVKeyEvent(event: KeyEvent): Promise\<void>;<br>访问级别:公开API|@ohos.multimedia.avsession.d.ts|
|访问级别有变化|类名:AVSessionController<br>方法 or 属性:getLaunchAbility(callback: AsyncCallback\<WantAgent>): void;<br>访问级别:系统API|类名:AVSessionController<br>方法 or 属性:getLaunchAbility(callback: AsyncCallback\<WantAgent>): void;<br>访问级别:公开API|@ohos.multimedia.avsession.d.ts|
|访问级别有变化|类名:AVSessionController<br>方法 or 属性:getLaunchAbility(): Promise\<WantAgent>;<br>访问级别:系统API|类名:AVSessionController<br>方法 or 属性:getLaunchAbility(): Promise\<WantAgent>;<br>访问级别:公开API|@ohos.multimedia.avsession.d.ts|
|访问级别有变化|类名:AVSessionController<br>方法 or 属性:getRealPlaybackPositionSync(): number;<br>访问级别:系统API|类名:AVSessionController<br>方法 or 属性:getRealPlaybackPositionSync(): number;<br>访问级别:公开API|@ohos.multimedia.avsession.d.ts|
|访问级别有变化|类名:AVSessionController<br>方法 or 属性:isActive(callback: AsyncCallback\<boolean>): void;<br>访问级别:系统API|类名:AVSessionController<br>方法 or 属性:isActive(callback: AsyncCallback\<boolean>): void;<br>访问级别:公开API|@ohos.multimedia.avsession.d.ts|
|访问级别有变化|类名:AVSessionController<br>方法 or 属性:isActive(): Promise\<boolean>;<br>访问级别:系统API|类名:AVSessionController<br>方法 or 属性:isActive(): Promise\<boolean>;<br>访问级别:公开API|@ohos.multimedia.avsession.d.ts|
|访问级别有变化|类名:AVSessionController<br>方法 or 属性:destroy(callback: AsyncCallback\<void>): void;<br>访问级别:系统API|类名:AVSessionController<br>方法 or 属性:destroy(callback: AsyncCallback\<void>): void;<br>访问级别:公开API|@ohos.multimedia.avsession.d.ts|
|访问级别有变化|类名:AVSessionController<br>方法 or 属性:destroy(): Promise\<void>;<br>访问级别:系统API|类名:AVSessionController<br>方法 or 属性:destroy(): Promise\<void>;<br>访问级别:公开API|@ohos.multimedia.avsession.d.ts|
|访问级别有变化|类名:AVSessionController<br>方法 or 属性:getValidCommands(callback: AsyncCallback\<Array\<AVControlCommandType>>): void;<br>访问级别:系统API|类名:AVSessionController<br>方法 or 属性:getValidCommands(callback: AsyncCallback\<Array\<AVControlCommandType>>): void;<br>访问级别:公开API|@ohos.multimedia.avsession.d.ts|
|访问级别有变化|类名:AVSessionController<br>方法 or 属性:getValidCommands(): Promise\<Array\<AVControlCommandType>>;<br>访问级别:系统API|类名:AVSessionController<br>方法 or 属性:getValidCommands(): Promise\<Array\<AVControlCommandType>>;<br>访问级别:公开API|@ohos.multimedia.avsession.d.ts|
|访问级别有变化|类名:AVSessionController<br>方法 or 属性:sendControlCommand(command: AVControlCommand, callback: AsyncCallback\<void>): void;<br>访问级别:系统API|类名:AVSessionController<br>方法 or 属性:sendControlCommand(command: AVControlCommand, callback: AsyncCallback\<void>): void;<br>访问级别:公开API|@ohos.multimedia.avsession.d.ts|
|访问级别有变化|类名:AVSessionController<br>方法 or 属性:sendControlCommand(command: AVControlCommand): Promise\<void>;<br>访问级别:系统API|类名:AVSessionController<br>方法 or 属性:sendControlCommand(command: AVControlCommand): Promise\<void>;<br>访问级别:公开API|@ohos.multimedia.avsession.d.ts|
|访问级别有变化|类名:AVSessionController<br>方法 or 属性:on(type: 'metadataChange', filter: Array\<keyof AVMetadata> \| 'all', callback: (data: AVMetadata) => void);<br>访问级别:系统API|类名:AVSessionController<br>方法 or 属性:on(type: 'metadataChange', filter: Array\<keyof AVMetadata> \| 'all', callback: (data: AVMetadata) => void);<br>访问级别:公开API|@ohos.multimedia.avsession.d.ts|
|访问级别有变化|类名:AVSessionController<br>方法 or 属性:off(type: 'metadataChange', callback?: (data: AVMetadata) => void);<br>访问级别:系统API|类名:AVSessionController<br>方法 or 属性:off(type: 'metadataChange', callback?: (data: AVMetadata) => void);<br>访问级别:公开API|@ohos.multimedia.avsession.d.ts|
|访问级别有变化|类名:AVSessionController<br>方法 or 属性:on(type: 'playbackStateChange', filter: Array\<keyof AVPlaybackState> \| 'all', callback: (state: AVPlaybackState) => void);<br>访问级别:系统API|类名:AVSessionController<br>方法 or 属性:on(type: 'playbackStateChange', filter: Array\<keyof AVPlaybackState> \| 'all', callback: (state: AVPlaybackState) => void);<br>访问级别:公开API|@ohos.multimedia.avsession.d.ts|
|访问级别有变化|类名:AVSessionController<br>方法 or 属性:off(type: 'playbackStateChange', callback?: (state: AVPlaybackState) => void);<br>访问级别:系统API|类名:AVSessionController<br>方法 or 属性:off(type: 'playbackStateChange', callback?: (state: AVPlaybackState) => void);<br>访问级别:公开API|@ohos.multimedia.avsession.d.ts|
|访问级别有变化|类名:AVSessionController<br>方法 or 属性:on(type: 'sessionDestroy', callback: () => void);<br>访问级别:系统API|类名:AVSessionController<br>方法 or 属性:on(type: 'sessionDestroy', callback: () => void);<br>访问级别:公开API|@ohos.multimedia.avsession.d.ts|
|访问级别有变化|类名:AVSessionController<br>方法 or 属性:off(type: 'sessionDestroy', callback?: () => void);<br>访问级别:系统API|类名:AVSessionController<br>方法 or 属性:off(type: 'sessionDestroy', callback?: () => void);<br>访问级别:公开API|@ohos.multimedia.avsession.d.ts|
|访问级别有变化|类名:AVSessionController<br>方法 or 属性:on(type: 'activeStateChange', callback: (isActive: boolean) => void);<br>访问级别:系统API|类名:AVSessionController<br>方法 or 属性:on(type: 'activeStateChange', callback: (isActive: boolean) => void);<br>访问级别:公开API|@ohos.multimedia.avsession.d.ts|
|访问级别有变化|类名:AVSessionController<br>方法 or 属性:off(type: 'activeStateChange', callback?: (isActive: boolean) => void);<br>访问级别:系统API|类名:AVSessionController<br>方法 or 属性:off(type: 'activeStateChange', callback?: (isActive: boolean) => void);<br>访问级别:公开API|@ohos.multimedia.avsession.d.ts|
|访问级别有变化|类名:AVSessionController<br>方法 or 属性:on(type: 'validCommandChange', callback: (commands: Array\<AVControlCommandType>) => void);<br>访问级别:系统API|类名:AVSessionController<br>方法 or 属性:on(type: 'validCommandChange', callback: (commands: Array\<AVControlCommandType>) => void);<br>访问级别:公开API|@ohos.multimedia.avsession.d.ts|
|访问级别有变化|类名:AVSessionController<br>方法 or 属性:off(type: 'validCommandChange', callback?: (commands: Array\<AVControlCommandType>) => void);<br>访问级别:系统API|类名:AVSessionController<br>方法 or 属性:off(type: 'validCommandChange', callback?: (commands: Array\<AVControlCommandType>) => void);<br>访问级别:公开API|@ohos.multimedia.avsession.d.ts|
|访问级别有变化|类名:AVSessionController<br>方法 or 属性:on(type: 'outputDeviceChange', callback: (device: OutputDeviceInfo) => void): void;<br>访问级别:系统API|类名:AVSessionController<br>方法 or 属性:on(type: 'outputDeviceChange', callback: (device: OutputDeviceInfo) => void): void;<br>访问级别:公开API|@ohos.multimedia.avsession.d.ts|
|访问级别有变化|类名:AVSessionController<br>方法 or 属性:off(type: 'outputDeviceChange', callback?: (device: OutputDeviceInfo) => void): void;<br>访问级别:系统API|类名:AVSessionController<br>方法 or 属性:off(type: 'outputDeviceChange', callback?: (device: OutputDeviceInfo) => void): void;<br>访问级别:公开API|@ohos.multimedia.avsession.d.ts|
|访问级别有变化|类名:AVControlCommand<br>访问级别:系统API|类名:AVControlCommand<br>访问级别:公开API|@ohos.multimedia.avsession.d.ts|
|访问级别有变化|类名:AVSessionErrorCode<br>访问级别:系统API|类名:AVSessionErrorCode<br>访问级别:公开API|@ohos.multimedia.avsession.d.ts|
|起始版本有变化|类名:AudioManager<br>方法 or 属性:on(type: 'volumeChange', callback: Callback\<VolumeEvent>): void;<br>起始版本:9|类名:AudioManager<br>方法 or 属性:on(type: 'volumeChange', callback: Callback\<VolumeEvent>): void;<br>起始版本:8|@ohos.multimedia.audio.d.ts|
|起始版本有变化|类名:VolumeEvent<br>起始版本:9|类名:VolumeEvent<br>起始版本:8|@ohos.multimedia.audio.d.ts|
|起始版本有变化|类名:VolumeEvent<br>方法 or 属性:volumeType: AudioVolumeType;<br>起始版本:9|类名:VolumeEvent<br>方法 or 属性:volumeType: AudioVolumeType;<br>起始版本:8|@ohos.multimedia.audio.d.ts|
|起始版本有变化|类名:VolumeEvent<br>方法 or 属性:volume: number;<br>起始版本:9|类名:VolumeEvent<br>方法 or 属性:volume: number;<br>起始版本:8|@ohos.multimedia.audio.d.ts|
|起始版本有变化|类名:VolumeEvent<br>方法 or 属性:updateUi: boolean;<br>起始版本:9|类名:VolumeEvent<br>方法 or 属性:updateUi: boolean;<br>起始版本:8|@ohos.multimedia.audio.d.ts|
|起始版本有变化|类名:AVSessionType<br>方法 or 属性:type AVSessionType = 'audio' \| 'video';<br>起始版本:9|类名:AVSessionType<br>方法 or 属性:type AVSessionType = 'audio' \| 'video';<br>起始版本:10|@ohos.multimedia.avsession.d.ts|
|起始版本有变化|类名:avSession<br>方法 or 属性:function createAVSession(context: Context, tag: string, type: AVSessionType, callback: AsyncCallback\<AVSession>): void;<br>起始版本:9|类名:avSession<br>方法 or 属性:function createAVSession(context: Context, tag: string, type: AVSessionType, callback: AsyncCallback\<AVSession>): void;<br>起始版本:10|@ohos.multimedia.avsession.d.ts|
|起始版本有变化|类名:avSession<br>方法 or 属性:function createAVSession(context: Context, tag: string, type: AVSessionType): Promise\<AVSession>;<br>起始版本:9|类名:avSession<br>方法 or 属性:function createAVSession(context: Context, tag: string, type: AVSessionType): Promise\<AVSession>;<br>起始版本:10|@ohos.multimedia.avsession.d.ts|
|起始版本有变化|类名:AVSession<br>起始版本:9|类名:AVSession<br>起始版本:10|@ohos.multimedia.avsession.d.ts|
|起始版本有变化|类名:AVSession<br>方法 or 属性:readonly sessionId: string;<br>起始版本:9|类名:AVSession<br>方法 or 属性:readonly sessionId: string;<br>起始版本:10|@ohos.multimedia.avsession.d.ts|
|起始版本有变化|类名:AVSession<br>方法 or 属性:setAVMetadata(data: AVMetadata, callback: AsyncCallback\<void>): void;<br>起始版本:9|类名:AVSession<br>方法 or 属性:setAVMetadata(data: AVMetadata, callback: AsyncCallback\<void>): void;<br>起始版本:10|@ohos.multimedia.avsession.d.ts|
|起始版本有变化|类名:AVSession<br>方法 or 属性:setAVMetadata(data: AVMetadata): Promise\<void>;<br>起始版本:9|类名:AVSession<br>方法 or 属性:setAVMetadata(data: AVMetadata): Promise\<void>;<br>起始版本:10|@ohos.multimedia.avsession.d.ts|
|起始版本有变化|类名:AVSession<br>方法 or 属性:setAVPlaybackState(state: AVPlaybackState, callback: AsyncCallback\<void>): void;<br>起始版本:9|类名:AVSession<br>方法 or 属性:setAVPlaybackState(state: AVPlaybackState, callback: AsyncCallback\<void>): void;<br>起始版本:10|@ohos.multimedia.avsession.d.ts|
|起始版本有变化|类名:AVSession<br>方法 or 属性:setAVPlaybackState(state: AVPlaybackState): Promise\<void>;<br>起始版本:9|类名:AVSession<br>方法 or 属性:setAVPlaybackState(state: AVPlaybackState): Promise\<void>;<br>起始版本:10|@ohos.multimedia.avsession.d.ts|
|起始版本有变化|类名:AVSession<br>方法 or 属性:setLaunchAbility(ability: WantAgent, callback: AsyncCallback\<void>): void;<br>起始版本:9|类名:AVSession<br>方法 or 属性:setLaunchAbility(ability: WantAgent, callback: AsyncCallback\<void>): void;<br>起始版本:10|@ohos.multimedia.avsession.d.ts|
|起始版本有变化|类名:AVSession<br>方法 or 属性:setLaunchAbility(ability: WantAgent): Promise\<void>;<br>起始版本:9|类名:AVSession<br>方法 or 属性:setLaunchAbility(ability: WantAgent): Promise\<void>;<br>起始版本:10|@ohos.multimedia.avsession.d.ts|
|起始版本有变化|类名:AVSession<br>方法 or 属性:getController(callback: AsyncCallback\<AVSessionController>): void;<br>起始版本:9|类名:AVSession<br>方法 or 属性:getController(callback: AsyncCallback\<AVSessionController>): void;<br>起始版本:10|@ohos.multimedia.avsession.d.ts|
|起始版本有变化|类名:AVSession<br>方法 or 属性:getController(): Promise\<AVSessionController>;<br>起始版本:9|类名:AVSession<br>方法 or 属性:getController(): Promise\<AVSessionController>;<br>起始版本:10|@ohos.multimedia.avsession.d.ts|
|起始版本有变化|类名:AVSession<br>方法 or 属性:getOutputDevice(callback: AsyncCallback\<OutputDeviceInfo>): void;<br>起始版本:9|类名:AVSession<br>方法 or 属性:getOutputDevice(callback: AsyncCallback\<OutputDeviceInfo>): void;<br>起始版本:10|@ohos.multimedia.avsession.d.ts|
|起始版本有变化|类名:AVSession<br>方法 or 属性:getOutputDevice(): Promise\<OutputDeviceInfo>;<br>起始版本:9|类名:AVSession<br>方法 or 属性:getOutputDevice(): Promise\<OutputDeviceInfo>;<br>起始版本:10|@ohos.multimedia.avsession.d.ts|
|起始版本有变化|类名:AVSession<br>方法 or 属性:on(type: 'play' \| 'pause' \| 'stop' \| 'playNext' \| 'playPrevious' \| 'fastForward' \| 'rewind', callback: () => void): void;<br>起始版本:9|类名:AVSession<br>方法 or 属性:on(type: 'play' \| 'pause' \| 'stop' \| 'playNext' \| 'playPrevious' \| 'fastForward' \| 'rewind', callback: () => void): void;<br>起始版本:10|@ohos.multimedia.avsession.d.ts|
|起始版本有变化|类名:AVSession<br>方法 or 属性:off(type: 'play' \| 'pause' \| 'stop' \| 'playNext' \| 'playPrevious' \| 'fastForward' \| 'rewind', callback?: () => void): void;<br>起始版本:9|类名:AVSession<br>方法 or 属性:off(type: 'play' \| 'pause' \| 'stop' \| 'playNext' \| 'playPrevious' \| 'fastForward' \| 'rewind', callback?: () => void): void;<br>起始版本:10|@ohos.multimedia.avsession.d.ts|
|起始版本有变化|类名:AVSession<br>方法 or 属性:on(type: 'seek', callback: (time: number) => void): void;<br>起始版本:9|类名:AVSession<br>方法 or 属性:on(type: 'seek', callback: (time: number) => void): void;<br>起始版本:10|@ohos.multimedia.avsession.d.ts|
|起始版本有变化|类名:AVSession<br>方法 or 属性:off(type: 'seek', callback?: (time: number) => void): void;<br>起始版本:9|类名:AVSession<br>方法 or 属性:off(type: 'seek', callback?: (time: number) => void): void;<br>起始版本:10|@ohos.multimedia.avsession.d.ts|
|起始版本有变化|类名:AVSession<br>方法 or 属性:on(type: 'setSpeed', callback: (speed: number) => void): void;<br>起始版本:9|类名:AVSession<br>方法 or 属性:on(type: 'setSpeed', callback: (speed: number) => void): void;<br>起始版本:10|@ohos.multimedia.avsession.d.ts|
|起始版本有变化|类名:AVSession<br>方法 or 属性:off(type: 'setSpeed', callback?: (speed: number) => void): void;<br>起始版本:9|类名:AVSession<br>方法 or 属性:off(type: 'setSpeed', callback?: (speed: number) => void): void;<br>起始版本:10|@ohos.multimedia.avsession.d.ts|
|起始版本有变化|类名:AVSession<br>方法 or 属性:on(type: 'setLoopMode', callback: (mode: LoopMode) => void): void;<br>起始版本:9|类名:AVSession<br>方法 or 属性:on(type: 'setLoopMode', callback: (mode: LoopMode) => void): void;<br>起始版本:10|@ohos.multimedia.avsession.d.ts|
|起始版本有变化|类名:AVSession<br>方法 or 属性:off(type: 'setLoopMode', callback?: (mode: LoopMode) => void): void;<br>起始版本:9|类名:AVSession<br>方法 or 属性:off(type: 'setLoopMode', callback?: (mode: LoopMode) => void): void;<br>起始版本:10|@ohos.multimedia.avsession.d.ts|
|起始版本有变化|类名:AVSession<br>方法 or 属性:on(type: 'toggleFavorite', callback: (assetId: string) => void): void;<br>起始版本:9|类名:AVSession<br>方法 or 属性:on(type: 'toggleFavorite', callback: (assetId: string) => void): void;<br>起始版本:10|@ohos.multimedia.avsession.d.ts|
|起始版本有变化|类名:AVSession<br>方法 or 属性:off(type: 'toggleFavorite', callback?: (assetId: string) => void): void;<br>起始版本:9|类名:AVSession<br>方法 or 属性:off(type: 'toggleFavorite', callback?: (assetId: string) => void): void;<br>起始版本:10|@ohos.multimedia.avsession.d.ts|
|起始版本有变化|类名:AVSession<br>方法 or 属性:on(type: 'handleKeyEvent', callback: (event: KeyEvent) => void): void;<br>起始版本:9|类名:AVSession<br>方法 or 属性:on(type: 'handleKeyEvent', callback: (event: KeyEvent) => void): void;<br>起始版本:10|@ohos.multimedia.avsession.d.ts|
|起始版本有变化|类名:AVSession<br>方法 or 属性:off(type: 'handleKeyEvent', callback?: (event: KeyEvent) => void): void;<br>起始版本:9|类名:AVSession<br>方法 or 属性:off(type: 'handleKeyEvent', callback?: (event: KeyEvent) => void): void;<br>起始版本:10|@ohos.multimedia.avsession.d.ts|
|起始版本有变化|类名:AVSession<br>方法 or 属性:on(type: 'outputDeviceChange', callback: (device: OutputDeviceInfo) => void): void;<br>起始版本:9|类名:AVSession<br>方法 or 属性:on(type: 'outputDeviceChange', callback: (device: OutputDeviceInfo) => void): void;<br>起始版本:10|@ohos.multimedia.avsession.d.ts|
|起始版本有变化|类名:AVSession<br>方法 or 属性:off(type: 'outputDeviceChange', callback?: (device: OutputDeviceInfo) => void): void;<br>起始版本:9|类名:AVSession<br>方法 or 属性:off(type: 'outputDeviceChange', callback?: (device: OutputDeviceInfo) => void): void;<br>起始版本:10|@ohos.multimedia.avsession.d.ts|
|起始版本有变化|类名:AVSession<br>方法 or 属性:activate(callback: AsyncCallback\<void>): void;<br>起始版本:9|类名:AVSession<br>方法 or 属性:activate(callback: AsyncCallback\<void>): void;<br>起始版本:10|@ohos.multimedia.avsession.d.ts|
|起始版本有变化|类名:AVSession<br>方法 or 属性:activate(): Promise\<void>;<br>起始版本:9|类名:AVSession<br>方法 or 属性:activate(): Promise\<void>;<br>起始版本:10|@ohos.multimedia.avsession.d.ts|
|起始版本有变化|类名:AVSession<br>方法 or 属性:deactivate(callback: AsyncCallback\<void>): void;<br>起始版本:9|类名:AVSession<br>方法 or 属性:deactivate(callback: AsyncCallback\<void>): void;<br>起始版本:10|@ohos.multimedia.avsession.d.ts|
|起始版本有变化|类名:AVSession<br>方法 or 属性:deactivate(): Promise\<void>;<br>起始版本:9|类名:AVSession<br>方法 or 属性:deactivate(): Promise\<void>;<br>起始版本:10|@ohos.multimedia.avsession.d.ts|
|起始版本有变化|类名:AVSession<br>方法 or 属性:destroy(callback: AsyncCallback\<void>): void;<br>起始版本:9|类名:AVSession<br>方法 or 属性:destroy(callback: AsyncCallback\<void>): void;<br>起始版本:10|@ohos.multimedia.avsession.d.ts|
|起始版本有变化|类名:AVSession<br>方法 or 属性:destroy(): Promise\<void>;<br>起始版本:9|类名:AVSession<br>方法 or 属性:destroy(): Promise\<void>;<br>起始版本:10|@ohos.multimedia.avsession.d.ts|
|起始版本有变化|类名:AVMetadata<br>起始版本:9|类名:AVMetadata<br>起始版本:10|@ohos.multimedia.avsession.d.ts|
|起始版本有变化|类名:AVMetadata<br>方法 or 属性:assetId: string;<br>起始版本:9|类名:AVMetadata<br>方法 or 属性:assetId: string;<br>起始版本:10|@ohos.multimedia.avsession.d.ts|
|起始版本有变化|类名:AVMetadata<br>方法 or 属性:title?: string;<br>起始版本:9|类名:AVMetadata<br>方法 or 属性:title?: string;<br>起始版本:10|@ohos.multimedia.avsession.d.ts|
|起始版本有变化|类名:AVMetadata<br>方法 or 属性:artist?: string;<br>起始版本:9|类名:AVMetadata<br>方法 or 属性:artist?: string;<br>起始版本:10|@ohos.multimedia.avsession.d.ts|
|起始版本有变化|类名:AVMetadata<br>方法 or 属性:author?: string;<br>起始版本:9|类名:AVMetadata<br>方法 or 属性:author?: string;<br>起始版本:10|@ohos.multimedia.avsession.d.ts|
|起始版本有变化|类名:AVMetadata<br>方法 or 属性:album?: string;<br>起始版本:9|类名:AVMetadata<br>方法 or 属性:album?: string;<br>起始版本:10|@ohos.multimedia.avsession.d.ts|
|起始版本有变化|类名:AVMetadata<br>方法 or 属性:writer?: string;<br>起始版本:9|类名:AVMetadata<br>方法 or 属性:writer?: string;<br>起始版本:10|@ohos.multimedia.avsession.d.ts|
|起始版本有变化|类名:AVMetadata<br>方法 or 属性:composer?: string;<br>起始版本:9|类名:AVMetadata<br>方法 or 属性:composer?: string;<br>起始版本:10|@ohos.multimedia.avsession.d.ts|
|起始版本有变化|类名:AVMetadata<br>方法 or 属性:duration?: number;<br>起始版本:9|类名:AVMetadata<br>方法 or 属性:duration?: number;<br>起始版本:10|@ohos.multimedia.avsession.d.ts|
|起始版本有变化|类名:AVMetadata<br>方法 or 属性:mediaImage?: image.PixelMap \| string;<br>起始版本:9|类名:AVMetadata<br>方法 or 属性:mediaImage?: image.PixelMap \| string;<br>起始版本:10|@ohos.multimedia.avsession.d.ts|
|起始版本有变化|类名:AVMetadata<br>方法 or 属性:publishDate?: Date;<br>起始版本:9|类名:AVMetadata<br>方法 or 属性:publishDate?: Date;<br>起始版本:10|@ohos.multimedia.avsession.d.ts|
|起始版本有变化|类名:AVMetadata<br>方法 or 属性:subtitle?: string;<br>起始版本:9|类名:AVMetadata<br>方法 or 属性:subtitle?: string;<br>起始版本:10|@ohos.multimedia.avsession.d.ts|
|起始版本有变化|类名:AVMetadata<br>方法 or 属性:description?: string;<br>起始版本:9|类名:AVMetadata<br>方法 or 属性:description?: string;<br>起始版本:10|@ohos.multimedia.avsession.d.ts|
|起始版本有变化|类名:AVMetadata<br>方法 or 属性:lyric?: string;<br>起始版本:9|类名:AVMetadata<br>方法 or 属性:lyric?: string;<br>起始版本:10|@ohos.multimedia.avsession.d.ts|
|起始版本有变化|类名:AVMetadata<br>方法 or 属性:previousAssetId?: string;<br>起始版本:9|类名:AVMetadata<br>方法 or 属性:previousAssetId?: string;<br>起始版本:10|@ohos.multimedia.avsession.d.ts|
|起始版本有变化|类名:AVMetadata<br>方法 or 属性:nextAssetId?: string;<br>起始版本:9|类名:AVMetadata<br>方法 or 属性:nextAssetId?: string;<br>起始版本:10|@ohos.multimedia.avsession.d.ts|
|起始版本有变化|类名:AVPlaybackState<br>起始版本:9|类名:AVPlaybackState<br>起始版本:10|@ohos.multimedia.avsession.d.ts|
|起始版本有变化|类名:AVPlaybackState<br>方法 or 属性:state?: PlaybackState;<br>起始版本:9|类名:AVPlaybackState<br>方法 or 属性:state?: PlaybackState;<br>起始版本:10|@ohos.multimedia.avsession.d.ts|
|起始版本有变化|类名:AVPlaybackState<br>方法 or 属性:speed?: number;<br>起始版本:9|类名:AVPlaybackState<br>方法 or 属性:speed?: number;<br>起始版本:10|@ohos.multimedia.avsession.d.ts|
|起始版本有变化|类名:AVPlaybackState<br>方法 or 属性:position?: PlaybackPosition;<br>起始版本:9|类名:AVPlaybackState<br>方法 or 属性:position?: PlaybackPosition;<br>起始版本:10|@ohos.multimedia.avsession.d.ts|
|起始版本有变化|类名:AVPlaybackState<br>方法 or 属性:bufferedTime?: number;<br>起始版本:9|类名:AVPlaybackState<br>方法 or 属性:bufferedTime?: number;<br>起始版本:10|@ohos.multimedia.avsession.d.ts|
|起始版本有变化|类名:AVPlaybackState<br>方法 or 属性:loopMode?: LoopMode;<br>起始版本:9|类名:AVPlaybackState<br>方法 or 属性:loopMode?: LoopMode;<br>起始版本:10|@ohos.multimedia.avsession.d.ts|
|起始版本有变化|类名:AVPlaybackState<br>方法 or 属性:isFavorite?: boolean;<br>起始版本:9|类名:AVPlaybackState<br>方法 or 属性:isFavorite?: boolean;<br>起始版本:10|@ohos.multimedia.avsession.d.ts|
|起始版本有变化|类名:PlaybackPosition<br>起始版本:9|类名:PlaybackPosition<br>起始版本:10|@ohos.multimedia.avsession.d.ts|
|起始版本有变化|类名:PlaybackPosition<br>方法 or 属性:elapsedTime: number;<br>起始版本:9|类名:PlaybackPosition<br>方法 or 属性:elapsedTime: number;<br>起始版本:10|@ohos.multimedia.avsession.d.ts|
|起始版本有变化|类名:PlaybackPosition<br>方法 or 属性:updateTime: number;<br>起始版本:9|类名:PlaybackPosition<br>方法 or 属性:updateTime: number;<br>起始版本:10|@ohos.multimedia.avsession.d.ts|
|起始版本有变化|类名:OutputDeviceInfo<br>起始版本:9|类名:OutputDeviceInfo<br>起始版本:10|@ohos.multimedia.avsession.d.ts|
|起始版本有变化|类名:OutputDeviceInfo<br>方法 or 属性:isRemote: boolean;<br>起始版本:9|类名:OutputDeviceInfo<br>方法 or 属性:isRemote: boolean;<br>起始版本:10|@ohos.multimedia.avsession.d.ts|
|起始版本有变化|类名:OutputDeviceInfo<br>方法 or 属性:audioDeviceId: Array\<number>;<br>起始版本:9|类名:OutputDeviceInfo<br>方法 or 属性:audioDeviceId: Array\<number>;<br>起始版本:10|@ohos.multimedia.avsession.d.ts|
|起始版本有变化|类名:OutputDeviceInfo<br>方法 or 属性:deviceName: Array\<string>;<br>起始版本:9|类名:OutputDeviceInfo<br>方法 or 属性:deviceName: Array\<string>;<br>起始版本:10|@ohos.multimedia.avsession.d.ts|
|起始版本有变化|类名:LoopMode<br>起始版本:9|类名:LoopMode<br>起始版本:10|@ohos.multimedia.avsession.d.ts|
|起始版本有变化|类名:LoopMode<br>方法 or 属性:LOOP_MODE_SEQUENCE = 0<br>起始版本:9|类名:LoopMode<br>方法 or 属性:LOOP_MODE_SEQUENCE = 0<br>起始版本:10|@ohos.multimedia.avsession.d.ts|
|起始版本有变化|类名:LoopMode<br>方法 or 属性:LOOP_MODE_SINGLE = 1<br>起始版本:9|类名:LoopMode<br>方法 or 属性:LOOP_MODE_SINGLE = 1<br>起始版本:10|@ohos.multimedia.avsession.d.ts|
|起始版本有变化|类名:LoopMode<br>方法 or 属性:LOOP_MODE_LIST = 2<br>起始版本:9|类名:LoopMode<br>方法 or 属性:LOOP_MODE_LIST = 2<br>起始版本:10|@ohos.multimedia.avsession.d.ts|
|起始版本有变化|类名:LoopMode<br>方法 or 属性:LOOP_MODE_SHUFFLE = 3<br>起始版本:9|类名:LoopMode<br>方法 or 属性:LOOP_MODE_SHUFFLE = 3<br>起始版本:10|@ohos.multimedia.avsession.d.ts|
|起始版本有变化|类名:PlaybackState<br>起始版本:9|类名:PlaybackState<br>起始版本:10|@ohos.multimedia.avsession.d.ts|
|起始版本有变化|类名:PlaybackState<br>方法 or 属性:PLAYBACK_STATE_INITIAL = 0<br>起始版本:9|类名:PlaybackState<br>方法 or 属性:PLAYBACK_STATE_INITIAL = 0<br>起始版本:10|@ohos.multimedia.avsession.d.ts|
|起始版本有变化|类名:PlaybackState<br>方法 or 属性:PLAYBACK_STATE_PREPARE = 1<br>起始版本:9|类名:PlaybackState<br>方法 or 属性:PLAYBACK_STATE_PREPARE = 1<br>起始版本:10|@ohos.multimedia.avsession.d.ts|
|起始版本有变化|类名:PlaybackState<br>方法 or 属性:PLAYBACK_STATE_PLAY = 2<br>起始版本:9|类名:PlaybackState<br>方法 or 属性:PLAYBACK_STATE_PLAY = 2<br>起始版本:10|@ohos.multimedia.avsession.d.ts|
|起始版本有变化|类名:PlaybackState<br>方法 or 属性:PLAYBACK_STATE_PAUSE = 3<br>起始版本:9|类名:PlaybackState<br>方法 or 属性:PLAYBACK_STATE_PAUSE = 3<br>起始版本:10|@ohos.multimedia.avsession.d.ts|
|起始版本有变化|类名:PlaybackState<br>方法 or 属性:PLAYBACK_STATE_FAST_FORWARD = 4<br>起始版本:9|类名:PlaybackState<br>方法 or 属性:PLAYBACK_STATE_FAST_FORWARD = 4<br>起始版本:10|@ohos.multimedia.avsession.d.ts|
|起始版本有变化|类名:PlaybackState<br>方法 or 属性:PLAYBACK_STATE_REWIND = 5<br>起始版本:9|类名:PlaybackState<br>方法 or 属性:PLAYBACK_STATE_REWIND = 5<br>起始版本:10|@ohos.multimedia.avsession.d.ts|
|起始版本有变化|类名:PlaybackState<br>方法 or 属性:PLAYBACK_STATE_STOP = 6<br>起始版本:9|类名:PlaybackState<br>方法 or 属性:PLAYBACK_STATE_STOP = 6<br>起始版本:10|@ohos.multimedia.avsession.d.ts|
|起始版本有变化|类名:AVSessionController<br>起始版本:9|类名:AVSessionController<br>起始版本:10|@ohos.multimedia.avsession.d.ts|
|起始版本有变化|类名:AVSessionController<br>方法 or 属性:readonly sessionId: string;<br>起始版本:9|类名:AVSessionController<br>方法 or 属性:readonly sessionId: string;<br>起始版本:10|@ohos.multimedia.avsession.d.ts|
|起始版本有变化|类名:AVSessionController<br>方法 or 属性:getAVPlaybackState(callback: AsyncCallback\<AVPlaybackState>): void;<br>起始版本:9|类名:AVSessionController<br>方法 or 属性:getAVPlaybackState(callback: AsyncCallback\<AVPlaybackState>): void;<br>起始版本:10|@ohos.multimedia.avsession.d.ts|
|起始版本有变化|类名:AVSessionController<br>方法 or 属性:getAVPlaybackState(): Promise\<AVPlaybackState>;<br>起始版本:9|类名:AVSessionController<br>方法 or 属性:getAVPlaybackState(): Promise\<AVPlaybackState>;<br>起始版本:10|@ohos.multimedia.avsession.d.ts|
|起始版本有变化|类名:AVSessionController<br>方法 or 属性:getAVMetadata(callback: AsyncCallback\<AVMetadata>): void;<br>起始版本:9|类名:AVSessionController<br>方法 or 属性:getAVMetadata(callback: AsyncCallback\<AVMetadata>): void;<br>起始版本:10|@ohos.multimedia.avsession.d.ts|
|起始版本有变化|类名:AVSessionController<br>方法 or 属性:getAVMetadata(): Promise\<AVMetadata>;<br>起始版本:9|类名:AVSessionController<br>方法 or 属性:getAVMetadata(): Promise\<AVMetadata>;<br>起始版本:10|@ohos.multimedia.avsession.d.ts|
|起始版本有变化|类名:AVSessionController<br>方法 or 属性:getOutputDevice(callback: AsyncCallback\<OutputDeviceInfo>): void;<br>起始版本:9|类名:AVSessionController<br>方法 or 属性:getOutputDevice(callback: AsyncCallback\<OutputDeviceInfo>): void;<br>起始版本:10|@ohos.multimedia.avsession.d.ts|
|起始版本有变化|类名:AVSessionController<br>方法 or 属性:getOutputDevice(): Promise\<OutputDeviceInfo>;<br>起始版本:9|类名:AVSessionController<br>方法 or 属性:getOutputDevice(): Promise\<OutputDeviceInfo>;<br>起始版本:10|@ohos.multimedia.avsession.d.ts|
|起始版本有变化|类名:AVSessionController<br>方法 or 属性:sendAVKeyEvent(event: KeyEvent, callback: AsyncCallback\<void>): void;<br>起始版本:9|类名:AVSessionController<br>方法 or 属性:sendAVKeyEvent(event: KeyEvent, callback: AsyncCallback\<void>): void;<br>起始版本:10|@ohos.multimedia.avsession.d.ts|
|起始版本有变化|类名:AVSessionController<br>方法 or 属性:sendAVKeyEvent(event: KeyEvent): Promise\<void>;<br>起始版本:9|类名:AVSessionController<br>方法 or 属性:sendAVKeyEvent(event: KeyEvent): Promise\<void>;<br>起始版本:10|@ohos.multimedia.avsession.d.ts|
|起始版本有变化|类名:AVSessionController<br>方法 or 属性:getLaunchAbility(callback: AsyncCallback\<WantAgent>): void;<br>起始版本:9|类名:AVSessionController<br>方法 or 属性:getLaunchAbility(callback: AsyncCallback\<WantAgent>): void;<br>起始版本:10|@ohos.multimedia.avsession.d.ts|
|起始版本有变化|类名:AVSessionController<br>方法 or 属性:getLaunchAbility(): Promise\<WantAgent>;<br>起始版本:9|类名:AVSessionController<br>方法 or 属性:getLaunchAbility(): Promise\<WantAgent>;<br>起始版本:10|@ohos.multimedia.avsession.d.ts|
|起始版本有变化|类名:AVSessionController<br>方法 or 属性:getRealPlaybackPositionSync(): number;<br>起始版本:9|类名:AVSessionController<br>方法 or 属性:getRealPlaybackPositionSync(): number;<br>起始版本:10|@ohos.multimedia.avsession.d.ts|
|起始版本有变化|类名:AVSessionController<br>方法 or 属性:isActive(callback: AsyncCallback\<boolean>): void;<br>起始版本:9|类名:AVSessionController<br>方法 or 属性:isActive(callback: AsyncCallback\<boolean>): void;<br>起始版本:10|@ohos.multimedia.avsession.d.ts|
|起始版本有变化|类名:AVSessionController<br>方法 or 属性:isActive(): Promise\<boolean>;<br>起始版本:9|类名:AVSessionController<br>方法 or 属性:isActive(): Promise\<boolean>;<br>起始版本:10|@ohos.multimedia.avsession.d.ts|
|起始版本有变化|类名:AVSessionController<br>方法 or 属性:destroy(callback: AsyncCallback\<void>): void;<br>起始版本:9|类名:AVSessionController<br>方法 or 属性:destroy(callback: AsyncCallback\<void>): void;<br>起始版本:10|@ohos.multimedia.avsession.d.ts|
|起始版本有变化|类名:AVSessionController<br>方法 or 属性:destroy(): Promise\<void>;<br>起始版本:9|类名:AVSessionController<br>方法 or 属性:destroy(): Promise\<void>;<br>起始版本:10|@ohos.multimedia.avsession.d.ts|
|起始版本有变化|类名:AVSessionController<br>方法 or 属性:getValidCommands(callback: AsyncCallback\<Array\<AVControlCommandType>>): void;<br>起始版本:9|类名:AVSessionController<br>方法 or 属性:getValidCommands(callback: AsyncCallback\<Array\<AVControlCommandType>>): void;<br>起始版本:10|@ohos.multimedia.avsession.d.ts|
|起始版本有变化|类名:AVSessionController<br>方法 or 属性:getValidCommands(): Promise\<Array\<AVControlCommandType>>;<br>起始版本:9|类名:AVSessionController<br>方法 or 属性:getValidCommands(): Promise\<Array\<AVControlCommandType>>;<br>起始版本:10|@ohos.multimedia.avsession.d.ts|
|起始版本有变化|类名:AVSessionController<br>方法 or 属性:sendControlCommand(command: AVControlCommand, callback: AsyncCallback\<void>): void;<br>起始版本:9|类名:AVSessionController<br>方法 or 属性:sendControlCommand(command: AVControlCommand, callback: AsyncCallback\<void>): void;<br>起始版本:10|@ohos.multimedia.avsession.d.ts|
|起始版本有变化|类名:AVSessionController<br>方法 or 属性:sendControlCommand(command: AVControlCommand): Promise\<void>;<br>起始版本:9|类名:AVSessionController<br>方法 or 属性:sendControlCommand(command: AVControlCommand): Promise\<void>;<br>起始版本:10|@ohos.multimedia.avsession.d.ts|
|起始版本有变化|类名:AVSessionController<br>方法 or 属性:on(type: 'metadataChange', filter: Array\<keyof AVMetadata> \| 'all', callback: (data: AVMetadata) => void);<br>起始版本:9|类名:AVSessionController<br>方法 or 属性:on(type: 'metadataChange', filter: Array\<keyof AVMetadata> \| 'all', callback: (data: AVMetadata) => void);<br>起始版本:10|@ohos.multimedia.avsession.d.ts|
|起始版本有变化|类名:AVSessionController<br>方法 or 属性:off(type: 'metadataChange', callback?: (data: AVMetadata) => void);<br>起始版本:9|类名:AVSessionController<br>方法 or 属性:off(type: 'metadataChange', callback?: (data: AVMetadata) => void);<br>起始版本:10|@ohos.multimedia.avsession.d.ts|
|起始版本有变化|类名:AVSessionController<br>方法 or 属性:on(type: 'playbackStateChange', filter: Array\<keyof AVPlaybackState> \| 'all', callback: (state: AVPlaybackState) => void);<br>起始版本:9|类名:AVSessionController<br>方法 or 属性:on(type: 'playbackStateChange', filter: Array\<keyof AVPlaybackState> \| 'all', callback: (state: AVPlaybackState) => void);<br>起始版本:10|@ohos.multimedia.avsession.d.ts|
|起始版本有变化|类名:AVSessionController<br>方法 or 属性:off(type: 'playbackStateChange', callback?: (state: AVPlaybackState) => void);<br>起始版本:9|类名:AVSessionController<br>方法 or 属性:off(type: 'playbackStateChange', callback?: (state: AVPlaybackState) => void);<br>起始版本:10|@ohos.multimedia.avsession.d.ts|
|起始版本有变化|类名:AVSessionController<br>方法 or 属性:on(type: 'sessionDestroy', callback: () => void);<br>起始版本:9|类名:AVSessionController<br>方法 or 属性:on(type: 'sessionDestroy', callback: () => void);<br>起始版本:10|@ohos.multimedia.avsession.d.ts|
|起始版本有变化|类名:AVSessionController<br>方法 or 属性:off(type: 'sessionDestroy', callback?: () => void);<br>起始版本:9|类名:AVSessionController<br>方法 or 属性:off(type: 'sessionDestroy', callback?: () => void);<br>起始版本:10|@ohos.multimedia.avsession.d.ts|
|起始版本有变化|类名:AVSessionController<br>方法 or 属性:on(type: 'activeStateChange', callback: (isActive: boolean) => void);<br>起始版本:9|类名:AVSessionController<br>方法 or 属性:on(type: 'activeStateChange', callback: (isActive: boolean) => void);<br>起始版本:10|@ohos.multimedia.avsession.d.ts|
|起始版本有变化|类名:AVSessionController<br>方法 or 属性:off(type: 'activeStateChange', callback?: (isActive: boolean) => void);<br>起始版本:9|类名:AVSessionController<br>方法 or 属性:off(type: 'activeStateChange', callback?: (isActive: boolean) => void);<br>起始版本:10|@ohos.multimedia.avsession.d.ts|
|起始版本有变化|类名:AVSessionController<br>方法 or 属性:on(type: 'validCommandChange', callback: (commands: Array\<AVControlCommandType>) => void);<br>起始版本:9|类名:AVSessionController<br>方法 or 属性:on(type: 'validCommandChange', callback: (commands: Array\<AVControlCommandType>) => void);<br>起始版本:10|@ohos.multimedia.avsession.d.ts|
|起始版本有变化|类名:AVSessionController<br>方法 or 属性:off(type: 'validCommandChange', callback?: (commands: Array\<AVControlCommandType>) => void);<br>起始版本:9|类名:AVSessionController<br>方法 or 属性:off(type: 'validCommandChange', callback?: (commands: Array\<AVControlCommandType>) => void);<br>起始版本:10|@ohos.multimedia.avsession.d.ts|
|起始版本有变化|类名:AVSessionController<br>方法 or 属性:on(type: 'outputDeviceChange', callback: (device: OutputDeviceInfo) => void): void;<br>起始版本:9|类名:AVSessionController<br>方法 or 属性:on(type: 'outputDeviceChange', callback: (device: OutputDeviceInfo) => void): void;<br>起始版本:10|@ohos.multimedia.avsession.d.ts|
|起始版本有变化|类名:AVSessionController<br>方法 or 属性:off(type: 'outputDeviceChange', callback?: (device: OutputDeviceInfo) => void): void;<br>起始版本:9|类名:AVSessionController<br>方法 or 属性:off(type: 'outputDeviceChange', callback?: (device: OutputDeviceInfo) => void): void;<br>起始版本:10|@ohos.multimedia.avsession.d.ts|
|起始版本有变化|类名:AVControlCommand<br>起始版本:9|类名:AVControlCommand<br>起始版本:10|@ohos.multimedia.avsession.d.ts|
|起始版本有变化|类名:AVControlCommand<br>方法 or 属性:command: AVControlCommandType;<br>起始版本:9|类名:AVControlCommand<br>方法 or 属性:command: AVControlCommandType;<br>起始版本:10|@ohos.multimedia.avsession.d.ts|
|起始版本有变化|类名:AVControlCommand<br>方法 or 属性:parameter?: LoopMode \| string \| number;<br>起始版本:9|类名:AVControlCommand<br>方法 or 属性:parameter?: LoopMode \| string \| number;<br>起始版本:10|@ohos.multimedia.avsession.d.ts|
|起始版本有变化|类名:AVSessionErrorCode<br>起始版本:9|类名:AVSessionErrorCode<br>起始版本:10|@ohos.multimedia.avsession.d.ts|
|起始版本有变化|类名:AVSessionErrorCode<br>方法 or 属性:ERR_CODE_SERVICE_EXCEPTION = 6600101<br>起始版本:9|类名:AVSessionErrorCode<br>方法 or 属性:ERR_CODE_SERVICE_EXCEPTION = 6600101<br>起始版本:10|@ohos.multimedia.avsession.d.ts|
|起始版本有变化|类名:AVSessionErrorCode<br>方法 or 属性:ERR_CODE_SESSION_NOT_EXIST = 6600102<br>起始版本:9|类名:AVSessionErrorCode<br>方法 or 属性:ERR_CODE_SESSION_NOT_EXIST = 6600102<br>起始版本:10|@ohos.multimedia.avsession.d.ts|
|起始版本有变化|类名:AVSessionErrorCode<br>方法 or 属性:ERR_CODE_CONTROLLER_NOT_EXIST = 6600103<br>起始版本:9|类名:AVSessionErrorCode<br>方法 or 属性:ERR_CODE_CONTROLLER_NOT_EXIST = 6600103<br>起始版本:10|@ohos.multimedia.avsession.d.ts|
|起始版本有变化|类名:AVSessionErrorCode<br>方法 or 属性:ERR_CODE_REMOTE_CONNECTION_ERR = 6600104<br>起始版本:9|类名:AVSessionErrorCode<br>方法 or 属性:ERR_CODE_REMOTE_CONNECTION_ERR = 6600104<br>起始版本:10|@ohos.multimedia.avsession.d.ts|
|起始版本有变化|类名:AVSessionErrorCode<br>方法 or 属性:ERR_CODE_COMMAND_INVALID = 6600105<br>起始版本:9|类名:AVSessionErrorCode<br>方法 or 属性:ERR_CODE_COMMAND_INVALID = 6600105<br>起始版本:10|@ohos.multimedia.avsession.d.ts|
|起始版本有变化|类名:AVSessionErrorCode<br>方法 or 属性:ERR_CODE_SESSION_INACTIVE = 6600106<br>起始版本:9|类名:AVSessionErrorCode<br>方法 or 属性:ERR_CODE_SESSION_INACTIVE = 6600106<br>起始版本:10|@ohos.multimedia.avsession.d.ts|
|起始版本有变化|类名:AVSessionErrorCode<br>方法 or 属性:ERR_CODE_MESSAGE_OVERLOAD = 6600107<br>起始版本:9|类名:AVSessionErrorCode<br>方法 or 属性:ERR_CODE_MESSAGE_OVERLOAD = 6600107<br>起始版本:10|@ohos.multimedia.avsession.d.ts|
| 操作 | 旧版本 | 新版本 | d.ts文件 |
| ---- | ------ | ------ | -------- |
|新增|NA|类名:commonEventManager<br>方法or属性:function removeStickyCommonEvent(event: string, callback: AsyncCallback\<void>): void;|@ohos.commonEventManager.d.ts|
|新增|NA|类名:commonEventManager<br>方法or属性:function removeStickyCommonEvent(event: string): Promise\<void>;|@ohos.commonEventManager.d.ts|
|新增|NA|类名:commonEventManager<br>方法or属性:function setStaticSubscriberState(enable: boolean, callback: AsyncCallback\<void>): void;|@ohos.commonEventManager.d.ts|
|新增|NA|类名:commonEventManager<br>方法or属性:function setStaticSubscriberState(enable: boolean): Promise\<void>;|@ohos.commonEventManager.d.ts|
|新增|NA|类名:Support<br>方法or属性:COMMON_EVENT_CHARGE_TYPE_CHANGED = "usual.event.CHARGE_TYPE_CHANGED"|@ohos.commonEventManager.d.ts|
|新增|NA|类名:Support<br>方法or属性:COMMON_EVENT_DEVICE_IDLE_EXEMPTION_LIST_UPDATED = "usual.event.DEVICE_IDLE_EXEMPTION_LIST_UPDATED"|@ohos.commonEventManager.d.ts|
|新增|NA|类名:Support<br>方法or属性:COMMON_EVENT_QUICK_FIX_REVOKE_RESULT = "usual.event.QUICK_FIX_REVOKE_RESULT"|@ohos.commonEventManager.d.ts|
|新增|NA|类名:Support<br>方法or属性:COMMON_EVENT_HTTP_PROXY_CHANGE = "usual.event.HTTP_PROXY_CHANGE"|@ohos.commonEventManager.d.ts|
|新增|NA|类名:Support<br>方法or属性:COMMON_EVENT_SIM_STATE_CHANGED = "usual.event.SIM_STATE_CHANGED"|@ohos.commonEventManager.d.ts|
|新增|NA|类名:Support<br>方法or属性:COMMON_EVENT_SMS_RECEIVE_COMPLETED = "usual.event.SMS_RECEIVE_COMPLETED"|@ohos.commonEventManager.d.ts|
|新增|NA|类名:Support<br>方法or属性:COMMON_EVENT_SMS_EMERGENCY_CB_RECEIVE_COMPLETED = "usual.event.SMS_EMERGENCY_CB_RECEIVE_COMPLETED"|@ohos.commonEventManager.d.ts|
|新增|NA|类名:Support<br>方法or属性:COMMON_EVENT_SMS_CB_RECEIVE_COMPLETED = "usual.event.SMS_CB_RECEIVE_COMPLETED"|@ohos.commonEventManager.d.ts|
|新增|NA|类名:Support<br>方法or属性:COMMON_EVENT_STK_COMMAND = "usual.event.STK_COMMAND"|@ohos.commonEventManager.d.ts|
|新增|NA|类名:Support<br>方法or属性:COMMON_EVENT_STK_SESSION_END = "usual.event.STK_SESSION_END"|@ohos.commonEventManager.d.ts|
|新增|NA|类名:Support<br>方法or属性:COMMON_EVENT_STK_CARD_STATE_CHANGED = "usual.event.STK_CARD_STATE_CHANGED"|@ohos.commonEventManager.d.ts|
|新增|NA|类名:Support<br>方法or属性:COMMON_EVENT_STK_ALPHA_IDENTIFIER = "usual.event.STK_ALPHA_IDENTIFIER"|@ohos.commonEventManager.d.ts|
|新增|NA|类名:Support<br>方法or属性:COMMON_EVENT_SMS_WAPPUSH_RECEIVE_COMPLETED = "usual.event.SMS_WAPPUSH_RECEIVE_COMPLETED"|@ohos.commonEventManager.d.ts|
|新增|NA|类名:Support<br>方法or属性:COMMON_EVENT_OPERATOR_CONFIG_CHANGED = "usual.event.OPERATOR_CONFIG_CHANGED"|@ohos.commonEventManager.d.ts|
|新增|NA|类名:Support<br>方法or属性:COMMON_EVENT_SIM_CARD_DEFAULT_SMS_SUBSCRIPTION_CHANGED = "usual.event.SIM.DEFAULT_SMS_SUBSCRIPTION_CHANGED"|@ohos.commonEventManager.d.ts|
|新增|NA|类名:Support<br>方法or属性:COMMON_EVENT_SIM_CARD_DEFAULT_DATA_SUBSCRIPTION_CHANGED = "usual.event.SIM.DEFAULT_DATA_SUBSCRIPTION_CHANGED"|@ohos.commonEventManager.d.ts|
|新增|NA|类名:Support<br>方法or属性:COMMON_EVENT_SIM_CARD_DEFAULT_MAIN_SUBSCRIPTION_CHANGED = "usual.event.SIM.DEFAULT_MAIN_SUBSCRIPTION_CHANGED"|@ohos.commonEventManager.d.ts|
|新增|NA|类名:Support<br>方法or属性:COMMON_EVENT_SIM_CARD_DEFAULT_VOICE_SUBSCRIPTION_CHANGED = "usual.event.SIM.DEFAULT_VOICE_SUBSCRIPTION_CHANGED"|@ohos.commonEventManager.d.ts|
|新增|NA|类名:Support<br>方法or属性:COMMON_EVENT_CALL_STATE_CHANGED = "usual.event.CALL_STATE_CHANGED"|@ohos.commonEventManager.d.ts|
|新增|NA|类名:Support<br>方法or属性:COMMON_EVENT_CELLULAR_DATA_STATE_CHANGED = "usual.event.CELLULAR_DATA_STATE_CHANGED"|@ohos.commonEventManager.d.ts|
|新增|NA|类名:Support<br>方法or属性:COMMON_EVENT_NETWORK_STATE_CHANGED = "usual.event.NETWORK_STATE_CHANGED"|@ohos.commonEventManager.d.ts|
|新增|NA|类名:Support<br>方法or属性:COMMON_EVENT_SIGNAL_INFO_CHANGED = "usual.event.SIGNAL_INFO_CHANGED"|@ohos.commonEventManager.d.ts|
|新增|NA|类名:Support<br>方法or属性:COMMON_EVENT_INCOMING_CALL_MISSED = "usual.event.INCOMING_CALL_MISSED"|@ohos.commonEventManager.d.ts|
|新增|NA|类名:Support<br>方法or属性:COMMON_EVENT_RADIO_STATE_CHANGE = "usual.event.RADIO_STATE_CHANGE"|@ohos.commonEventManager.d.ts|
|新增|NA|类名:Support<br>方法or属性:COMMON_EVENT_DOMAIN_ACCOUNT_STATUS_CHANGED = "usual.event.DOMAIN_ACCOUNT_STATUS_CHANGED"|@ohos.commonEventManager.d.ts|
|新增|NA|类名:Support<br>方法or属性:COMMON_EVENT_SCREEN_UNLOCKED = "usual.event.SCREEN_UNLOCKED"|@ohos.commonEventManager.d.ts|
|新增|NA|类名:Support<br>方法or属性:COMMON_EVENT_SCREEN_LOCKED = "usual.event.SCREEN_LOCKED"|@ohos.commonEventManager.d.ts|
|新增|NA|类名:notificationManager<br>方法or属性:function setBadgeNumber(badgeNumber: number, callback: AsyncCallback\<void>): void;|@ohos.notificationManager.d.ts|
|新增|NA|类名:notificationManager<br>方法or属性:function setBadgeNumber(badgeNumber: number): Promise\<void>;|@ohos.notificationManager.d.ts|
|新增|NA|类名:notificationManager<br>方法or属性:function on(type: 'checkNotification', callback: (checkInfo: NotificationCheckInfo) => NotificationCheckResult): void;|@ohos.notificationManager.d.ts|
|新增|NA|类名:notificationManager<br>方法or属性:function off(type: 'checkNotification', callback?: (checkInfo: NotificationCheckInfo) => NotificationCheckResult): void;|@ohos.notificationManager.d.ts|
|新增|NA|模块名: ohos.notificationManager<br>类名: NotificationCheckInfo|@ohos.notificationManager.d.ts|
|新增|NA|类名:NotificationCheckInfo<br>方法or属性:|@ohos.notificationManager.d.ts|
|新增|NA|模块名: ohos.notificationManager<br>类名: NotificationCheckInfo<br>方法 or 属性:bundleName: string;|@ohos.notificationManager.d.ts|
|新增|NA|模块名: ohos.notificationManager<br>类名: NotificationCheckInfo<br>方法 or 属性:notificationId: number;|@ohos.notificationManager.d.ts|
|新增|NA|模块名: ohos.notificationManager<br>类名: NotificationCheckInfo<br>方法 or 属性:contentType: ContentType;|@ohos.notificationManager.d.ts|
|新增|NA|模块名: ohos.notificationManager<br>类名: NotificationCheckResult|@ohos.notificationManager.d.ts|
|新增|NA|类名:NotificationCheckResult<br>方法or属性:|@ohos.notificationManager.d.ts|
|新增|NA|模块名: ohos.notificationManager<br>类名: NotificationCheckResult<br>方法 or 属性:code: number;|@ohos.notificationManager.d.ts|
|新增|NA|模块名: ohos.notificationManager<br>类名: NotificationCheckResult<br>方法 or 属性:message: string;|@ohos.notificationManager.d.ts|
|新增|NA|模块名: ohos.reminderAgentManager<br>类名: ActionButtonType<br>方法 or 属性:ACTION_BUTTON_TYPE_CUSTOM = 2|@ohos.reminderAgentManager.d.ts|
|新增|NA|模块名: ohos.reminderAgentManager<br>类名: ActionButton<br>方法 or 属性:wantAgent?: WantAgent;|@ohos.reminderAgentManager.d.ts|
|新增|NA|模块名: ohos.reminderAgentManager<br>类名: WantAgent<br>方法 or 属性:uri?: string;|@ohos.reminderAgentManager.d.ts|
|新增|NA|类名:ReminderRequest<br>方法or属性:actionButton?: [ActionButton?, ActionButton?, ActionButton?];|@ohos.reminderAgentManager.d.ts|
|新增|NA|类名:ReminderRequest<br>方法or属性:tapDismissed?: boolean;|@ohos.reminderAgentManager.d.ts|
|新增|NA|类名:ReminderRequest<br>方法or属性:autoDeletedTime?: number;|@ohos.reminderAgentManager.d.ts|
|新增|NA|类名:NotificationSubscriber<br>方法or属性:onBadgeChanged?: (data: BadgeNumberCallbackData) => void;|notificationSubscriber.d.ts|
|新增|NA|模块名: notificationSubscriber<br>类名: BadgeNumberCallbackData|notificationSubscriber.d.ts|
|新增|NA|类名:BadgeNumberCallbackData<br>方法or属性:|notificationSubscriber.d.ts|
|新增|NA|模块名: notificationSubscriber<br>类名: BadgeNumberCallbackData<br>方法 or 属性:readonly bundle: string;|notificationSubscriber.d.ts|
|新增|NA|模块名: notificationSubscriber<br>类名: BadgeNumberCallbackData<br>方法 or 属性:readonly uid: number;|notificationSubscriber.d.ts|
|新增|NA|模块名: notificationSubscriber<br>类名: BadgeNumberCallbackData<br>方法 or 属性:readonly badgeNumber: number;|notificationSubscriber.d.ts|
|废弃版本有变化|类名:Support<br>方法 or 属性:COMMON_EVENT_USER_PRESENT = "usual.event.USER_PRESENT"<br>废弃版本:N/A|类名:Support<br>方法 or 属性:COMMON_EVENT_USER_PRESENT = "usual.event.USER_PRESENT"<br>废弃版本:10<br>代替接口:N/A|@ohos.commonEventManager.d.ts|
| 操作 | 旧版本 | 新版本 | d.ts文件 |
| ---- | ------ | ------ | -------- |
|新增|NA|模块名: ohos.WorkSchedulerExtensionAbility<br>类名: WorkSchedulerExtensionAbility<br>方法 or 属性: context: WorkSchedulerExtensionContext;|@ohos.WorkSchedulerExtensionAbility.d.ts|
|新增|NA|模块名: WorkSchedulerExtensionContext<br>类名: WorkSchedulerExtensionContext|WorkSchedulerExtensionContext.d.ts|
| 操作 | 旧版本 | 新版本 | d.ts文件 |
| ---- | ------ | ------ | -------- |
|新增|NA|类名:AtManager<br>方法or属性:checkAccessTokenSync(tokenID: number, permissionName: Permissions): GrantStatus;|@ohos.abilityAccessCtrl.d.ts|
|新增|NA|类名:HuksKeyStorageType<br>方法or属性:HUKS_STORAGE_ONLY_USED_IN_HUKS = 2|@ohos.security.huks.d.ts|
|新增|NA|类名:HuksKeyStorageType<br>方法or属性:HUKS_STORAGE_KEY_EXPORT_ALLOWED = 3|@ohos.security.huks.d.ts|
|新增|NA|模块名: ohos.security.huks<br>类名: HuksRsaPssSaltLenType|@ohos.security.huks.d.ts|
|新增|NA|类名:HuksRsaPssSaltLenType<br>方法or属性:|@ohos.security.huks.d.ts|
|新增|NA|模块名: ohos.security.huks<br>类名: HuksRsaPssSaltLenType<br>方法 or 属性:HUKS_RSA_PSS_SALT_LEN_DIGEST = 0|@ohos.security.huks.d.ts|
|新增|NA|模块名: ohos.security.huks<br>类名: HuksRsaPssSaltLenType<br>方法 or 属性:HUKS_RSA_PSS_SALT_LEN_MAX = 1|@ohos.security.huks.d.ts|
|新增|NA|模块名: ohos.security.huks<br>类名: HuksTag<br>方法 or 属性:HUKS_TAG_DERIVED_AGREED_KEY_STORAGE_FLAG = HuksTagType.HUKS_TAG_TYPE_UINT \| 29|@ohos.security.huks.d.ts|
|新增|NA|模块名: ohos.security.huks<br>类名: HuksTag<br>方法 or 属性:HUKS_TAG_RSA_PSS_SALT_LEN_TYPE = HuksTagType.HUKS_TAG_TYPE_UINT \| 30|@ohos.security.huks.d.ts|
|新增|NA|模块名: ohos.security.huks<br>类名: HuksTag<br>方法 or 属性:HUKS_TAG_KEY_AUTH_PURPOSE = HuksTagType.HUKS_TAG_TYPE_UINT \| 311|@ohos.security.huks.d.ts|
|废弃版本有变化|类名:HuksKeyStorageType<br>方法 or 属性:HUKS_STORAGE_TEMP = 0<br>废弃版本:N/A|类名:HuksKeyStorageType<br>方法 or 属性:HUKS_STORAGE_TEMP = 0<br>废弃版本:10<br>代替接口:N/A|@ohos.security.huks.d.ts|
|废弃版本有变化|类名:HuksKeyStorageType<br>方法 or 属性:HUKS_STORAGE_PERSISTENT = 1<br>废弃版本:N/A|类名:HuksKeyStorageType<br>方法 or 属性:HUKS_STORAGE_PERSISTENT = 1<br>废弃版本:10<br>代替接口:N/A|@ohos.security.huks.d.ts|
|起始版本有变化|类名:abilityAccessCtrl<br>起始版本:N/A|类名:abilityAccessCtrl<br>起始版本:8|@ohos.abilityAccessCtrl.d.ts|
|起始版本有变化|类名:abilityAccessCtrl<br>方法 or 属性:function createAtManager(): AtManager;<br>起始版本:8|类名:abilityAccessCtrl<br>方法 or 属性:function createAtManager(): AtManager;<br>起始版本:10|@ohos.abilityAccessCtrl.d.ts|
|起始版本有变化|类名:AtManager<br>起始版本:N/A|类名:AtManager<br>起始版本:8|@ohos.abilityAccessCtrl.d.ts|
|起始版本有变化|类名:AtManager<br>方法 or 属性:checkAccessToken(tokenID: number, permissionName: Permissions): Promise\<GrantStatus>;<br>起始版本:9|类名:AtManager<br>方法 or 属性:checkAccessToken(tokenID: number, permissionName: Permissions): Promise\<GrantStatus>;<br>起始版本:10|@ohos.abilityAccessCtrl.d.ts|
|起始版本有变化|类名:GrantStatus<br>起始版本:8|类名:GrantStatus<br>起始版本:10|@ohos.abilityAccessCtrl.d.ts|
|起始版本有变化|类名:GrantStatus<br>方法 or 属性:PERMISSION_DENIED = -1<br>起始版本:N/A|类名:GrantStatus<br>方法 or 属性:PERMISSION_DENIED = -1<br>起始版本:10|@ohos.abilityAccessCtrl.d.ts|
|起始版本有变化|类名:GrantStatus<br>方法 or 属性:PERMISSION_GRANTED = 0<br>起始版本:N/A|类名:GrantStatus<br>方法 or 属性:PERMISSION_GRANTED = 0<br>起始版本:10|@ohos.abilityAccessCtrl.d.ts|
|起始版本有变化|类名:HuksKeyStorageType<br>方法 or 属性:HUKS_STORAGE_TEMP = 0<br>起始版本:N/A|类名:HuksKeyStorageType<br>方法 or 属性:HUKS_STORAGE_TEMP = 0<br>起始版本:8|@ohos.security.huks.d.ts|
|起始版本有变化|类名:HuksKeyStorageType<br>方法 or 属性:HUKS_STORAGE_PERSISTENT = 1<br>起始版本:N/A|类名:HuksKeyStorageType<br>方法 or 属性:HUKS_STORAGE_PERSISTENT = 1<br>起始版本:8|@ohos.security.huks.d.ts|
|起始版本有变化|类名:Cipher<br>方法 or 属性:static rsa(options: CipherRsaOptions): void;<br>起始版本:N/A|类名:Cipher<br>方法 or 属性:static rsa(options: CipherRsaOptions): void;<br>起始版本:3|@system.cipher.d.ts|
|起始版本有变化|类名:Cipher<br>方法 or 属性:static aes(options: CipherAesOptions): void;<br>起始版本:N/A|类名:Cipher<br>方法 or 属性:static aes(options: CipherAesOptions): void;<br>起始版本:3|@system.cipher.d.ts|
|起始版本有变化|类名:PermissionRequestResult<br>起始版本:9|类名:PermissionRequestResult<br>起始版本:10|PermissionRequestResult.d.ts|
|起始版本有变化|类名:PermissionRequestResult<br>方法 or 属性:permissions: Array\<string>;<br>起始版本:9|类名:PermissionRequestResult<br>方法 or 属性:permissions: Array\<string>;<br>起始版本:10|PermissionRequestResult.d.ts|
|起始版本有变化|类名:PermissionRequestResult<br>方法 or 属性:authResults: Array\<number>;<br>起始版本:9|类名:PermissionRequestResult<br>方法 or 属性:authResults: Array\<number>;<br>起始版本:10|PermissionRequestResult.d.ts|
|新增(错误码)|NA|类名:AtManager<br>方法 or 属性:getVersion(): Promise\<number>;<br>错误码内容: 202|@ohos.abilityAccessCtrl.d.ts|
| 操作 | 旧版本 | 新版本 | d.ts文件 |
| ---- | ------ | ------ | -------- |
|新增|NA|模块名: ohos.vibrator<br>类名: vibrator<br>方法 or 属性:function stopVibration(callback: AsyncCallback\<void>): void;|@ohos.vibrator.d.ts|
|新增|NA|类名:vibrator<br>方法or属性:function stopVibration(callback: AsyncCallback\<void>): void;|@ohos.vibrator.d.ts|
|新增|NA|模块名: ohos.vibrator<br>类名: vibrator<br>方法 or 属性:function stopVibration(): Promise\<void>;|@ohos.vibrator.d.ts|
|新增|NA|类名:vibrator<br>方法or属性:function stopVibration(): Promise\<void>;|@ohos.vibrator.d.ts|
|新增|NA|模块名: ohos.vibrator<br>类名: vibrator<br>方法 or 属性:function isSupportEffect(effectId: string, callback: AsyncCallback\<boolean>): void;|@ohos.vibrator.d.ts|
|新增|NA|类名:vibrator<br>方法or属性:function isSupportEffect(effectId: string, callback: AsyncCallback\<boolean>): void;|@ohos.vibrator.d.ts|
|新增|NA|模块名: ohos.vibrator<br>类名: vibrator<br>方法 or 属性:function isSupportEffect(effectId: string): Promise\<boolean>;|@ohos.vibrator.d.ts|
|新增|NA|类名:vibrator<br>方法or属性:function isSupportEffect(effectId: string): Promise\<boolean>;|@ohos.vibrator.d.ts|
|新增(权限)|类名:AccelerometerResponse<br>方法 or 属性:x: number;<br>权限:N/A|类名:AccelerometerResponse<br>方法 or 属性:x: number;<br>权限:ohos.permission.ACCELEROMETER|@system.sensor.d.ts|
|新增(权限)|类名:AccelerometerResponse<br>方法 or 属性:y: number;<br>权限:N/A|类名:AccelerometerResponse<br>方法 or 属性:y: number;<br>权限:ohos.permission.ACCELEROMETER|@system.sensor.d.ts|
|新增(权限)|类名:AccelerometerResponse<br>方法 or 属性:z: number;<br>权限:N/A|类名:AccelerometerResponse<br>方法 or 属性:z: number;<br>权限:ohos.permission.ACCELEROMETER|@system.sensor.d.ts|
|新增(权限)|类名:subscribeAccelerometerOptions<br>方法 or 属性:interval: string;<br>权限:N/A|类名:subscribeAccelerometerOptions<br>方法 or 属性:interval: string;<br>权限:ohos.permission.ACCELEROMETER|@system.sensor.d.ts|
|新增(权限)|类名:subscribeAccelerometerOptions<br>方法 or 属性:success: (data: AccelerometerResponse) => void;<br>权限:N/A|类名:subscribeAccelerometerOptions<br>方法 or 属性:success: (data: AccelerometerResponse) => void;<br>权限:ohos.permission.ACCELEROMETER|@system.sensor.d.ts|
|新增(权限)|类名:subscribeAccelerometerOptions<br>方法 or 属性:fail?: (data: string, code: number) => void;<br>权限:N/A|类名:subscribeAccelerometerOptions<br>方法 or 属性:fail?: (data: string, code: number) => void;<br>权限:ohos.permission.ACCELEROMETER|@system.sensor.d.ts|
|新增(权限)|类名:StepCounterResponse<br>方法 or 属性:steps: number;<br>权限:N/A|类名:StepCounterResponse<br>方法 or 属性:steps: number;<br>权限:ohos.permission.ACTIVITY_MOTION|@system.sensor.d.ts|
|新增(权限)|类名:SubscribeStepCounterOptions<br>方法 or 属性:success: (data: StepCounterResponse) => void;<br>权限:N/A|类名:SubscribeStepCounterOptions<br>方法 or 属性:success: (data: StepCounterResponse) => void;<br>权限:ohos.permission.ACTIVITY_MOTION|@system.sensor.d.ts|
|新增(权限)|类名:SubscribeStepCounterOptions<br>方法 or 属性:fail?: (data: string, code: number) => void;<br>权限:N/A|类名:SubscribeStepCounterOptions<br>方法 or 属性:fail?: (data: string, code: number) => void;<br>权限:ohos.permission.ACTIVITY_MOTION|@system.sensor.d.ts|
|新增(权限)|类名:HeartRateResponse<br>方法 or 属性:heartRate: number;<br>权限:N/A|类名:HeartRateResponse<br>方法 or 属性:heartRate: number;<br>权限:ohos.permission.READ_HEALTH_DATA|@system.sensor.d.ts|
|新增(权限)|类名:SubscribeHeartRateOptions<br>方法 or 属性:success: (data: HeartRateResponse) => void;<br>权限:N/A|类名:SubscribeHeartRateOptions<br>方法 or 属性:success: (data: HeartRateResponse) => void;<br>权限:ohos.permission.READ_HEALTH_DATA|@system.sensor.d.ts|
|新增(权限)|类名:SubscribeHeartRateOptions<br>方法 or 属性:fail?: (data: string, code: number) => void;<br>权限:N/A|类名:SubscribeHeartRateOptions<br>方法 or 属性:fail?: (data: string, code: number) => void;<br>权限:ohos.permission.READ_HEALTH_DATA|@system.sensor.d.ts|
|新增(权限)|类名:GyroscopeResponse<br>方法 or 属性:x: number;<br>权限:N/A|类名:GyroscopeResponse<br>方法 or 属性:x: number;<br>权限:ohos.permission.GYROSCOPE|@system.sensor.d.ts|
|新增(权限)|类名:GyroscopeResponse<br>方法 or 属性:y: number;<br>权限:N/A|类名:GyroscopeResponse<br>方法 or 属性:y: number;<br>权限:ohos.permission.GYROSCOPE|@system.sensor.d.ts|
|新增(权限)|类名:GyroscopeResponse<br>方法 or 属性:z: number;<br>权限:N/A|类名:GyroscopeResponse<br>方法 or 属性:z: number;<br>权限:ohos.permission.GYROSCOPE|@system.sensor.d.ts|
|新增(权限)|类名:SubscribeGyroscopeOptions<br>方法 or 属性:interval: string;<br>权限:N/A|类名:SubscribeGyroscopeOptions<br>方法 or 属性:interval: string;<br>权限:ohos.permission.GYROSCOPE|@system.sensor.d.ts|
|新增(权限)|类名:SubscribeGyroscopeOptions<br>方法 or 属性:success: (data: GyroscopeResponse) => void;<br>权限:N/A|类名:SubscribeGyroscopeOptions<br>方法 or 属性:success: (data: GyroscopeResponse) => void;<br>权限:ohos.permission.GYROSCOPE|@system.sensor.d.ts|
|新增(权限)|类名:SubscribeGyroscopeOptions<br>方法 or 属性:fail?: (data: string, code: number) => void;<br>权限:N/A|类名:SubscribeGyroscopeOptions<br>方法 or 属性:fail?: (data: string, code: number) => void;<br>权限:ohos.permission.GYROSCOPE|@system.sensor.d.ts|
| 操作 | 旧版本 | 新版本 | d.ts文件 |
| ---- | ------ | ------ | -------- |
|新增|NA|模块名: ohos.telephony.call<br>类名: call<br>方法 or 属性: function on(type: 'audioDeviceChange', callback: Callback\<AudioDeviceInfo>): void;|@ohos.telephony.call.d.ts|
|新增|NA|模块名: ohos.telephony.call<br>类名: call<br>方法 or 属性: function off(type: 'audioDeviceChange', callback?: Callback\<AudioDeviceInfo>): void;|@ohos.telephony.call.d.ts|
|新增|NA|模块名: ohos.telephony.call<br>类名: call<br>方法 or 属性: function setAudioDevice(device: AudioDevice): Promise\<void>;|@ohos.telephony.call.d.ts|
|新增|NA|模块名: ohos.telephony.call<br>类名: call<br>方法 or 属性: function closeUnfinishedUssd(slotId: number, callback: AsyncCallback\<void>): void;|@ohos.telephony.call.d.ts|
|新增|NA|模块名: ohos.telephony.call<br>类名: call<br>方法 or 属性: function closeUnfinishedUssd(slotId: number): Promise\<void>;|@ohos.telephony.call.d.ts|
|新增|NA|模块名: ohos.telephony.call<br>类名: call<br>方法 or 属性: function setVoNRState(slotId: number, state: VoNRState, callback: AsyncCallback\<boolean>): void;|@ohos.telephony.call.d.ts|
|新增|NA|模块名: ohos.telephony.call<br>类名: call<br>方法 or 属性: function setVoNRState(slotId: number, state: VoNRState): Promise\<boolean>;|@ohos.telephony.call.d.ts|
|新增|NA|模块名: ohos.telephony.call<br>类名: call<br>方法 or 属性: function getVoNRState(slotId: number, callback: AsyncCallback\<VoNRState>): void;|@ohos.telephony.call.d.ts|
|新增|NA|模块名: ohos.telephony.call<br>类名: call<br>方法 or 属性: function getVoNRState(slotId: number): Promise\<VoNRState>;|@ohos.telephony.call.d.ts|
|新增|NA|模块名: ohos.telephony.call<br>类名: call<br>方法 or 属性: function canSetCallTransferTime(slotId: number, callback: AsyncCallback\<boolean>): void;|@ohos.telephony.call.d.ts|
|新增|NA|模块名: ohos.telephony.call<br>类名: call<br>方法 or 属性: function canSetCallTransferTime(slotId: number): Promise\<boolean>;|@ohos.telephony.call.d.ts|
|新增|NA|模块名: ohos.telephony.call<br>类名: call<br>方法 or 属性: function inputDialerSpecialCode(inputCode: string, callback: AsyncCallback\<void>): void;|@ohos.telephony.call.d.ts|
|新增|NA|模块名: ohos.telephony.call<br>类名: call<br>方法 or 属性: function inputDialerSpecialCode(inputCode: string): Promise\<void>;|@ohos.telephony.call.d.ts|
|新增|NA|模块名: ohos.telephony.call<br>类名: VoNRState|@ohos.telephony.call.d.ts|
|新增|NA|模块名: ohos.telephony.call<br>类名: VoNRState<br>方法 or 属性: VONR_STATE_ON = 0|@ohos.telephony.call.d.ts|
|新增|NA|模块名: ohos.telephony.call<br>类名: AudioDeviceType|@ohos.telephony.call.d.ts|
|新增|NA|模块名: ohos.telephony.call<br>类名: AudioDeviceType<br>方法 or 属性: DEVICE_EARPIECE|@ohos.telephony.call.d.ts|
|新增|NA|模块名: ohos.telephony.call<br>类名: AudioDeviceType<br>方法 or 属性: DEVICE_SPEAKER|@ohos.telephony.call.d.ts|
|新增|NA|模块名: ohos.telephony.call<br>类名: AudioDeviceType<br>方法 or 属性: DEVICE_WIRED_HEADSET|@ohos.telephony.call.d.ts|
|新增|NA|模块名: ohos.telephony.call<br>类名: AudioDeviceType<br>方法 or 属性: DEVICE_BLUETOOTH_SCO|@ohos.telephony.call.d.ts|
|新增|NA|模块名: ohos.telephony.call<br>类名: AudioDeviceInfo|@ohos.telephony.call.d.ts|
|新增|NA|模块名: ohos.telephony.call<br>类名: AudioDeviceInfo<br>方法 or 属性: audioDeviceList: Array\<AudioDevice>;|@ohos.telephony.call.d.ts|
|新增|NA|模块名: ohos.telephony.call<br>类名: AudioDeviceInfo<br>方法 or 属性: currentAudioDevice: AudioDevice;|@ohos.telephony.call.d.ts|
|新增|NA|模块名: ohos.telephony.call<br>类名: AudioDeviceInfo<br>方法 or 属性: isMuted: boolean;|@ohos.telephony.call.d.ts|
|新增|NA|类名:radio<br>方法or属性:function getBasebandVersion(slotId: number, callback: AsyncCallback\<String>): void;|@ohos.telephony.radio.d.ts|
|新增|NA|类名:radio<br>方法or属性:function getBasebandVersion(slotId: number): Promise\<String>;|@ohos.telephony.radio.d.ts|
| 操作 | 旧版本 | 新版本 | d.ts文件 |
| ---- | ------ | ------ | -------- |
|新增|NA|模块名: ohos.UiTest<br>类名: UiDirection|@ohos.UiTest.d.ts|
|新增|NA|类名:UiDirection<br>方法or属性:|@ohos.UiTest.d.ts|
|新增|NA|模块名: ohos.UiTest<br>类名: UiDirection<br>方法 or 属性:LEFT = 0|@ohos.UiTest.d.ts|
|新增|NA|模块名: ohos.UiTest<br>类名: UiDirection<br>方法 or 属性:RIGHT = 1|@ohos.UiTest.d.ts|
|新增|NA|模块名: ohos.UiTest<br>类名: UiDirection<br>方法 or 属性:UP = 2|@ohos.UiTest.d.ts|
|新增|NA|模块名: ohos.UiTest<br>类名: UiDirection<br>方法 or 属性:DOWN = 3|@ohos.UiTest.d.ts|
|新增|NA|模块名: ohos.UiTest<br>类名: MouseButton|@ohos.UiTest.d.ts|
|新增|NA|类名:MouseButton<br>方法or属性:|@ohos.UiTest.d.ts|
|新增|NA|模块名: ohos.UiTest<br>类名: MouseButton<br>方法 or 属性:MOUSE_BUTTON_LEFT = 0|@ohos.UiTest.d.ts|
|新增|NA|模块名: ohos.UiTest<br>类名: MouseButton<br>方法 or 属性:MOUSE_BUTTON_RIGHT = 1|@ohos.UiTest.d.ts|
|新增|NA|模块名: ohos.UiTest<br>类名: MouseButton<br>方法 or 属性:MOUSE_BUTTON_MIDDLE = 2|@ohos.UiTest.d.ts|
|新增|NA|模块名: ohos.UiTest<br>类名: On<br>方法 or 属性:within(on: On): On;|@ohos.UiTest.d.ts|
|新增|NA|模块名: ohos.UiTest<br>类名: On<br>方法 or 属性:inWindow(bundleName: string): On;|@ohos.UiTest.d.ts|
|新增|NA|模块名: ohos.UiTest<br>类名: Driver<br>方法 or 属性:fling(direction: UiDirection, speed: number): Promise\<void>;|@ohos.UiTest.d.ts|
|新增|NA|模块名: ohos.UiTest<br>类名: Driver<br>方法 or 属性:mouseClick(p: Point, btnId: MouseButton, key1?: number, key2?: number): Promise\<void>;|@ohos.UiTest.d.ts|
|新增|NA|类名:Driver<br>方法or属性:mouseClick(p: Point, btnId: MouseButton, key1?: number, key2?: number): Promise\<void>;|@ohos.UiTest.d.ts|
|新增|NA|模块名: ohos.UiTest<br>类名: Driver<br>方法 or 属性:mouseMoveTo(p: Point): Promise\<void>;|@ohos.UiTest.d.ts|
|新增|NA|模块名: ohos.UiTest<br>类名: Driver<br>方法 or 属性:mouseScroll(p: Point, down: boolean, d: number, key1?: number, key2?: number): Promise\<void>;|@ohos.UiTest.d.ts|
|新增|NA|模块名: ohos.UiTest<br>类名: Driver<br>方法 or 属性:screenCapture(savePath: string, rect?: Rect): Promise\<boolean>;|@ohos.UiTest.d.ts|
|新增(错误码)|NA|类名:UiDriver<br>方法 or 属性:assertComponentExist(by: By): Promise\<void>;<br>错误码内容: 401, 17000002, 17000003|@ohos.UiTest.d.ts|
| 操作 | 旧版本 | 新版本 | d.ts文件 |
| ---- | ------ | ------ | -------- |
|新增|NA|类名:BusinessVendor<br>方法or属性:PUBLIC = 'public'|@ohos.update.d.ts|
|新增|NA|类名:UpgradeAction<br>方法or属性:UPGRADE = 'upgrade'|@ohos.update.d.ts|
|新增|NA|类名:UpgradeAction<br>方法or属性:RECOVERY = 'recovery'|@ohos.update.d.ts|
|访问级别有变化|类名:UpgradeInfo<br>访问级别:公开API|类名:UpgradeInfo<br>访问级别:系统API|@ohos.update.d.ts|
|访问级别有变化|类名:UpgradeInfo<br>方法 or 属性:upgradeApp: string;<br>访问级别:公开API|类名:UpgradeInfo<br>方法 or 属性:upgradeApp: string;<br>访问级别:系统API|@ohos.update.d.ts|
|访问级别有变化|类名:UpgradeInfo<br>方法 or 属性:businessType: BusinessType;<br>访问级别:公开API|类名:UpgradeInfo<br>方法 or 属性:businessType: BusinessType;<br>访问级别:系统API|@ohos.update.d.ts|
|访问级别有变化|类名:BusinessType<br>访问级别:公开API|类名:BusinessType<br>访问级别:系统API|@ohos.update.d.ts|
|访问级别有变化|类名:BusinessType<br>方法 or 属性:vendor: BusinessVendor;<br>访问级别:公开API|类名:BusinessType<br>方法 or 属性:vendor: BusinessVendor;<br>访问级别:系统API|@ohos.update.d.ts|
|访问级别有变化|类名:BusinessType<br>方法 or 属性:subType: BusinessSubType;<br>访问级别:公开API|类名:BusinessType<br>方法 or 属性:subType: BusinessSubType;<br>访问级别:系统API|@ohos.update.d.ts|
|访问级别有变化|类名:CheckResult<br>访问级别:公开API|类名:CheckResult<br>访问级别:系统API|@ohos.update.d.ts|
|访问级别有变化|类名:CheckResult<br>方法 or 属性:isExistNewVersion: boolean;<br>访问级别:公开API|类名:CheckResult<br>方法 or 属性:isExistNewVersion: boolean;<br>访问级别:系统API|@ohos.update.d.ts|
|访问级别有变化|类名:CheckResult<br>方法 or 属性:newVersionInfo: NewVersionInfo;<br>访问级别:公开API|类名:CheckResult<br>方法 or 属性:newVersionInfo: NewVersionInfo;<br>访问级别:系统API|@ohos.update.d.ts|
|访问级别有变化|类名:NewVersionInfo<br>访问级别:公开API|类名:NewVersionInfo<br>访问级别:系统API|@ohos.update.d.ts|
|访问级别有变化|类名:NewVersionInfo<br>方法 or 属性:versionDigestInfo: VersionDigestInfo;<br>访问级别:公开API|类名:NewVersionInfo<br>方法 or 属性:versionDigestInfo: VersionDigestInfo;<br>访问级别:系统API|@ohos.update.d.ts|
|访问级别有变化|类名:NewVersionInfo<br>方法 or 属性:versionComponents: Array\<VersionComponent>;<br>访问级别:公开API|类名:NewVersionInfo<br>方法 or 属性:versionComponents: Array\<VersionComponent>;<br>访问级别:系统API|@ohos.update.d.ts|
|访问级别有变化|类名:VersionDigestInfo<br>访问级别:公开API|类名:VersionDigestInfo<br>访问级别:系统API|@ohos.update.d.ts|
|访问级别有变化|类名:VersionDigestInfo<br>方法 or 属性:versionDigest: string;<br>访问级别:公开API|类名:VersionDigestInfo<br>方法 or 属性:versionDigest: string;<br>访问级别:系统API|@ohos.update.d.ts|
|访问级别有变化|类名:VersionComponent<br>访问级别:公开API|类名:VersionComponent<br>访问级别:系统API|@ohos.update.d.ts|
|访问级别有变化|类名:VersionComponent<br>方法 or 属性:componentId: string;<br>访问级别:公开API|类名:VersionComponent<br>方法 or 属性:componentId: string;<br>访问级别:系统API|@ohos.update.d.ts|
|访问级别有变化|类名:VersionComponent<br>方法 or 属性:componentType: ComponentType;<br>访问级别:公开API|类名:VersionComponent<br>方法 or 属性:componentType: ComponentType;<br>访问级别:系统API|@ohos.update.d.ts|
|访问级别有变化|类名:VersionComponent<br>方法 or 属性:upgradeAction: UpgradeAction;<br>访问级别:公开API|类名:VersionComponent<br>方法 or 属性:upgradeAction: UpgradeAction;<br>访问级别:系统API|@ohos.update.d.ts|
|访问级别有变化|类名:VersionComponent<br>方法 or 属性:displayVersion: string;<br>访问级别:公开API|类名:VersionComponent<br>方法 or 属性:displayVersion: string;<br>访问级别:系统API|@ohos.update.d.ts|
|访问级别有变化|类名:VersionComponent<br>方法 or 属性:innerVersion: string;<br>访问级别:公开API|类名:VersionComponent<br>方法 or 属性:innerVersion: string;<br>访问级别:系统API|@ohos.update.d.ts|
|访问级别有变化|类名:VersionComponent<br>方法 or 属性:size: number;<br>访问级别:公开API|类名:VersionComponent<br>方法 or 属性:size: number;<br>访问级别:系统API|@ohos.update.d.ts|
|访问级别有变化|类名:VersionComponent<br>方法 or 属性:effectiveMode: EffectiveMode;<br>访问级别:公开API|类名:VersionComponent<br>方法 or 属性:effectiveMode: EffectiveMode;<br>访问级别:系统API|@ohos.update.d.ts|
|访问级别有变化|类名:VersionComponent<br>方法 or 属性:descriptionInfo: DescriptionInfo;<br>访问级别:公开API|类名:VersionComponent<br>方法 or 属性:descriptionInfo: DescriptionInfo;<br>访问级别:系统API|@ohos.update.d.ts|
|访问级别有变化|类名:DescriptionOptions<br>访问级别:公开API|类名:DescriptionOptions<br>访问级别:系统API|@ohos.update.d.ts|
|访问级别有变化|类名:DescriptionOptions<br>方法 or 属性:format: DescriptionFormat;<br>访问级别:公开API|类名:DescriptionOptions<br>方法 or 属性:format: DescriptionFormat;<br>访问级别:系统API|@ohos.update.d.ts|
|访问级别有变化|类名:DescriptionOptions<br>方法 or 属性:language: string;<br>访问级别:公开API|类名:DescriptionOptions<br>方法 or 属性:language: string;<br>访问级别:系统API|@ohos.update.d.ts|
|访问级别有变化|类名:ComponentDescription<br>访问级别:公开API|类名:ComponentDescription<br>访问级别:系统API|@ohos.update.d.ts|
|访问级别有变化|类名:ComponentDescription<br>方法 or 属性:componentId: string;<br>访问级别:公开API|类名:ComponentDescription<br>方法 or 属性:componentId: string;<br>访问级别:系统API|@ohos.update.d.ts|
|访问级别有变化|类名:ComponentDescription<br>方法 or 属性:descriptionInfo: DescriptionInfo;<br>访问级别:公开API|类名:ComponentDescription<br>方法 or 属性:descriptionInfo: DescriptionInfo;<br>访问级别:系统API|@ohos.update.d.ts|
|访问级别有变化|类名:DescriptionInfo<br>访问级别:公开API|类名:DescriptionInfo<br>访问级别:系统API|@ohos.update.d.ts|
|访问级别有变化|类名:DescriptionInfo<br>方法 or 属性:descriptionType: DescriptionType;<br>访问级别:公开API|类名:DescriptionInfo<br>方法 or 属性:descriptionType: DescriptionType;<br>访问级别:系统API|@ohos.update.d.ts|
|访问级别有变化|类名:DescriptionInfo<br>方法 or 属性:content: string;<br>访问级别:公开API|类名:DescriptionInfo<br>方法 or 属性:content: string;<br>访问级别:系统API|@ohos.update.d.ts|
|访问级别有变化|类名:CurrentVersionInfo<br>访问级别:公开API|类名:CurrentVersionInfo<br>访问级别:系统API|@ohos.update.d.ts|
|访问级别有变化|类名:CurrentVersionInfo<br>方法 or 属性:osVersion: string;<br>访问级别:公开API|类名:CurrentVersionInfo<br>方法 or 属性:osVersion: string;<br>访问级别:系统API|@ohos.update.d.ts|
|访问级别有变化|类名:CurrentVersionInfo<br>方法 or 属性:deviceName: string;<br>访问级别:公开API|类名:CurrentVersionInfo<br>方法 or 属性:deviceName: string;<br>访问级别:系统API|@ohos.update.d.ts|
|访问级别有变化|类名:CurrentVersionInfo<br>方法 or 属性:versionComponents: Array\<VersionComponent>;<br>访问级别:公开API|类名:CurrentVersionInfo<br>方法 or 属性:versionComponents: Array\<VersionComponent>;<br>访问级别:系统API|@ohos.update.d.ts|
|访问级别有变化|类名:DownloadOptions<br>访问级别:公开API|类名:DownloadOptions<br>访问级别:系统API|@ohos.update.d.ts|
|访问级别有变化|类名:DownloadOptions<br>方法 or 属性:allowNetwork: NetType;<br>访问级别:公开API|类名:DownloadOptions<br>方法 or 属性:allowNetwork: NetType;<br>访问级别:系统API|@ohos.update.d.ts|
|访问级别有变化|类名:DownloadOptions<br>方法 or 属性:order: Order;<br>访问级别:公开API|类名:DownloadOptions<br>方法 or 属性:order: Order;<br>访问级别:系统API|@ohos.update.d.ts|
|访问级别有变化|类名:ResumeDownloadOptions<br>访问级别:公开API|类名:ResumeDownloadOptions<br>访问级别:系统API|@ohos.update.d.ts|
|访问级别有变化|类名:ResumeDownloadOptions<br>方法 or 属性:allowNetwork: NetType;<br>访问级别:公开API|类名:ResumeDownloadOptions<br>方法 or 属性:allowNetwork: NetType;<br>访问级别:系统API|@ohos.update.d.ts|
|访问级别有变化|类名:PauseDownloadOptions<br>访问级别:公开API|类名:PauseDownloadOptions<br>访问级别:系统API|@ohos.update.d.ts|
|访问级别有变化|类名:PauseDownloadOptions<br>方法 or 属性:isAllowAutoResume: boolean;<br>访问级别:公开API|类名:PauseDownloadOptions<br>方法 or 属性:isAllowAutoResume: boolean;<br>访问级别:系统API|@ohos.update.d.ts|
|访问级别有变化|类名:UpgradeOptions<br>访问级别:公开API|类名:UpgradeOptions<br>访问级别:系统API|@ohos.update.d.ts|
|访问级别有变化|类名:UpgradeOptions<br>方法 or 属性:order: Order;<br>访问级别:公开API|类名:UpgradeOptions<br>方法 or 属性:order: Order;<br>访问级别:系统API|@ohos.update.d.ts|
|访问级别有变化|类名:ClearOptions<br>访问级别:公开API|类名:ClearOptions<br>访问级别:系统API|@ohos.update.d.ts|
|访问级别有变化|类名:ClearOptions<br>方法 or 属性:status: UpgradeStatus;<br>访问级别:公开API|类名:ClearOptions<br>方法 or 属性:status: UpgradeStatus;<br>访问级别:系统API|@ohos.update.d.ts|
|访问级别有变化|类名:UpgradePolicy<br>访问级别:公开API|类名:UpgradePolicy<br>访问级别:系统API|@ohos.update.d.ts|
|访问级别有变化|类名:UpgradePolicy<br>方法 or 属性:downloadStrategy: boolean;<br>访问级别:公开API|类名:UpgradePolicy<br>方法 or 属性:downloadStrategy: boolean;<br>访问级别:系统API|@ohos.update.d.ts|
|访问级别有变化|类名:UpgradePolicy<br>方法 or 属性:autoUpgradeStrategy: boolean;<br>访问级别:公开API|类名:UpgradePolicy<br>方法 or 属性:autoUpgradeStrategy: boolean;<br>访问级别:系统API|@ohos.update.d.ts|
|访问级别有变化|类名:UpgradePolicy<br>方法 or 属性:autoUpgradePeriods: Array\<UpgradePeriod>;<br>访问级别:公开API|类名:UpgradePolicy<br>方法 or 属性:autoUpgradePeriods: Array\<UpgradePeriod>;<br>访问级别:系统API|@ohos.update.d.ts|
|访问级别有变化|类名:UpgradePeriod<br>访问级别:公开API|类名:UpgradePeriod<br>访问级别:系统API|@ohos.update.d.ts|
|访问级别有变化|类名:UpgradePeriod<br>方法 or 属性:start: number;<br>访问级别:公开API|类名:UpgradePeriod<br>方法 or 属性:start: number;<br>访问级别:系统API|@ohos.update.d.ts|
|访问级别有变化|类名:UpgradePeriod<br>方法 or 属性:end: number;<br>访问级别:公开API|类名:UpgradePeriod<br>方法 or 属性:end: number;<br>访问级别:系统API|@ohos.update.d.ts|
|访问级别有变化|类名:TaskInfo<br>访问级别:公开API|类名:TaskInfo<br>访问级别:系统API|@ohos.update.d.ts|
|访问级别有变化|类名:TaskInfo<br>方法 or 属性:existTask: boolean;<br>访问级别:公开API|类名:TaskInfo<br>方法 or 属性:existTask: boolean;<br>访问级别:系统API|@ohos.update.d.ts|
|访问级别有变化|类名:TaskInfo<br>方法 or 属性:taskBody: TaskBody;<br>访问级别:公开API|类名:TaskInfo<br>方法 or 属性:taskBody: TaskBody;<br>访问级别:系统API|@ohos.update.d.ts|
|访问级别有变化|类名:EventInfo<br>访问级别:公开API|类名:EventInfo<br>访问级别:系统API|@ohos.update.d.ts|
|访问级别有变化|类名:EventInfo<br>方法 or 属性:eventId: EventId;<br>访问级别:公开API|类名:EventInfo<br>方法 or 属性:eventId: EventId;<br>访问级别:系统API|@ohos.update.d.ts|
|访问级别有变化|类名:EventInfo<br>方法 or 属性:taskBody: TaskBody;<br>访问级别:公开API|类名:EventInfo<br>方法 or 属性:taskBody: TaskBody;<br>访问级别:系统API|@ohos.update.d.ts|
|访问级别有变化|类名:TaskBody<br>访问级别:公开API|类名:TaskBody<br>访问级别:系统API|@ohos.update.d.ts|
|访问级别有变化|类名:TaskBody<br>方法 or 属性:versionDigestInfo: VersionDigestInfo;<br>访问级别:公开API|类名:TaskBody<br>方法 or 属性:versionDigestInfo: VersionDigestInfo;<br>访问级别:系统API|@ohos.update.d.ts|
|访问级别有变化|类名:TaskBody<br>方法 or 属性:status: UpgradeStatus;<br>访问级别:公开API|类名:TaskBody<br>方法 or 属性:status: UpgradeStatus;<br>访问级别:系统API|@ohos.update.d.ts|
|访问级别有变化|类名:TaskBody<br>方法 or 属性:subStatus: number;<br>访问级别:公开API|类名:TaskBody<br>方法 or 属性:subStatus: number;<br>访问级别:系统API|@ohos.update.d.ts|
|访问级别有变化|类名:TaskBody<br>方法 or 属性:progress: number;<br>访问级别:公开API|类名:TaskBody<br>方法 or 属性:progress: number;<br>访问级别:系统API|@ohos.update.d.ts|
|访问级别有变化|类名:TaskBody<br>方法 or 属性:installMode: number;<br>访问级别:公开API|类名:TaskBody<br>方法 or 属性:installMode: number;<br>访问级别:系统API|@ohos.update.d.ts|
|访问级别有变化|类名:TaskBody<br>方法 or 属性:errorMessages: Array\<ErrorMessage>;<br>访问级别:公开API|类名:TaskBody<br>方法 or 属性:errorMessages: Array\<ErrorMessage>;<br>访问级别:系统API|@ohos.update.d.ts|
|访问级别有变化|类名:TaskBody<br>方法 or 属性:versionComponents: Array\<VersionComponent>;<br>访问级别:公开API|类名:TaskBody<br>方法 or 属性:versionComponents: Array\<VersionComponent>;<br>访问级别:系统API|@ohos.update.d.ts|
|访问级别有变化|类名:ErrorMessage<br>访问级别:公开API|类名:ErrorMessage<br>访问级别:系统API|@ohos.update.d.ts|
|访问级别有变化|类名:ErrorMessage<br>方法 or 属性:errorCode: number;<br>访问级别:公开API|类名:ErrorMessage<br>方法 or 属性:errorCode: number;<br>访问级别:系统API|@ohos.update.d.ts|
|访问级别有变化|类名:ErrorMessage<br>方法 or 属性:errorMessage: string;<br>访问级别:公开API|类名:ErrorMessage<br>方法 or 属性:errorMessage: string;<br>访问级别:系统API|@ohos.update.d.ts|
|访问级别有变化|类名:EventClassifyInfo<br>访问级别:公开API|类名:EventClassifyInfo<br>访问级别:系统API|@ohos.update.d.ts|
|访问级别有变化|类名:EventClassifyInfo<br>方法 or 属性:eventClassify: EventClassify;<br>访问级别:公开API|类名:EventClassifyInfo<br>方法 or 属性:eventClassify: EventClassify;<br>访问级别:系统API|@ohos.update.d.ts|
|访问级别有变化|类名:EventClassifyInfo<br>方法 or 属性:extraInfo: string;<br>访问级别:公开API|类名:EventClassifyInfo<br>方法 or 属性:extraInfo: string;<br>访问级别:系统API|@ohos.update.d.ts|
|访问级别有变化|类名:UpgradeFile<br>访问级别:公开API|类名:UpgradeFile<br>访问级别:系统API|@ohos.update.d.ts|
|访问级别有变化|类名:UpgradeFile<br>方法 or 属性:fileType: ComponentType;<br>访问级别:公开API|类名:UpgradeFile<br>方法 or 属性:fileType: ComponentType;<br>访问级别:系统API|@ohos.update.d.ts|
|访问级别有变化|类名:UpgradeFile<br>方法 or 属性:filePath: string;<br>访问级别:公开API|类名:UpgradeFile<br>方法 or 属性:filePath: string;<br>访问级别:系统API|@ohos.update.d.ts|
|访问级别有变化|类名:UpgradeTaskCallback<br>访问级别:公开API|类名:UpgradeTaskCallback<br>访问级别:系统API|@ohos.update.d.ts|
|访问级别有变化|类名:UpgradeTaskCallback<br>方法 or 属性:(eventInfo: EventInfo): void;<br>访问级别:公开API|类名:UpgradeTaskCallback<br>方法 or 属性:(eventInfo: EventInfo): void;<br>访问级别:系统API|@ohos.update.d.ts|
|访问级别有变化|类名:BusinessVendor<br>访问级别:公开API|类名:BusinessVendor<br>访问级别:系统API|@ohos.update.d.ts|
|访问级别有变化|类名:BusinessSubType<br>访问级别:公开API|类名:BusinessSubType<br>访问级别:系统API|@ohos.update.d.ts|
|访问级别有变化|类名:BusinessSubType<br>方法 or 属性:FIRMWARE = 1<br>访问级别:公开API|类名:BusinessSubType<br>方法 or 属性:FIRMWARE = 1<br>访问级别:系统API|@ohos.update.d.ts|
|访问级别有变化|类名:ComponentType<br>访问级别:公开API|类名:ComponentType<br>访问级别:系统API|@ohos.update.d.ts|
|访问级别有变化|类名:ComponentType<br>方法 or 属性:OTA = 1<br>访问级别:公开API|类名:ComponentType<br>方法 or 属性:OTA = 1<br>访问级别:系统API|@ohos.update.d.ts|
|访问级别有变化|类名:UpgradeAction<br>访问级别:公开API|类名:UpgradeAction<br>访问级别:系统API|@ohos.update.d.ts|
|访问级别有变化|类名:EffectiveMode<br>访问级别:公开API|类名:EffectiveMode<br>访问级别:系统API|@ohos.update.d.ts|
|访问级别有变化|类名:EffectiveMode<br>方法 or 属性:COLD = 1<br>访问级别:公开API|类名:EffectiveMode<br>方法 or 属性:COLD = 1<br>访问级别:系统API|@ohos.update.d.ts|
|访问级别有变化|类名:EffectiveMode<br>方法 or 属性:LIVE = 2<br>访问级别:公开API|类名:EffectiveMode<br>方法 or 属性:LIVE = 2<br>访问级别:系统API|@ohos.update.d.ts|
|访问级别有变化|类名:EffectiveMode<br>方法 or 属性:LIVE_AND_COLD = 3<br>访问级别:公开API|类名:EffectiveMode<br>方法 or 属性:LIVE_AND_COLD = 3<br>访问级别:系统API|@ohos.update.d.ts|
|访问级别有变化|类名:DescriptionType<br>访问级别:公开API|类名:DescriptionType<br>访问级别:系统API|@ohos.update.d.ts|
|访问级别有变化|类名:DescriptionType<br>方法 or 属性:CONTENT = 0<br>访问级别:公开API|类名:DescriptionType<br>方法 or 属性:CONTENT = 0<br>访问级别:系统API|@ohos.update.d.ts|
|访问级别有变化|类名:DescriptionType<br>方法 or 属性:URI = 1<br>访问级别:公开API|类名:DescriptionType<br>方法 or 属性:URI = 1<br>访问级别:系统API|@ohos.update.d.ts|
|访问级别有变化|类名:DescriptionFormat<br>访问级别:公开API|类名:DescriptionFormat<br>访问级别:系统API|@ohos.update.d.ts|
|访问级别有变化|类名:DescriptionFormat<br>方法 or 属性:STANDARD = 0<br>访问级别:公开API|类名:DescriptionFormat<br>方法 or 属性:STANDARD = 0<br>访问级别:系统API|@ohos.update.d.ts|
|访问级别有变化|类名:DescriptionFormat<br>方法 or 属性:SIMPLIFIED = 1<br>访问级别:公开API|类名:DescriptionFormat<br>方法 or 属性:SIMPLIFIED = 1<br>访问级别:系统API|@ohos.update.d.ts|
|访问级别有变化|类名:NetType<br>访问级别:公开API|类名:NetType<br>访问级别:系统API|@ohos.update.d.ts|
|访问级别有变化|类名:NetType<br>方法 or 属性:CELLULAR = 1<br>访问级别:公开API|类名:NetType<br>方法 or 属性:CELLULAR = 1<br>访问级别:系统API|@ohos.update.d.ts|
|访问级别有变化|类名:NetType<br>方法 or 属性:METERED_WIFI = 2<br>访问级别:公开API|类名:NetType<br>方法 or 属性:METERED_WIFI = 2<br>访问级别:系统API|@ohos.update.d.ts|
|访问级别有变化|类名:NetType<br>方法 or 属性:NOT_METERED_WIFI = 4<br>访问级别:公开API|类名:NetType<br>方法 or 属性:NOT_METERED_WIFI = 4<br>访问级别:系统API|@ohos.update.d.ts|
|访问级别有变化|类名:NetType<br>方法 or 属性:WIFI = 6<br>访问级别:公开API|类名:NetType<br>方法 or 属性:WIFI = 6<br>访问级别:系统API|@ohos.update.d.ts|
|访问级别有变化|类名:NetType<br>方法 or 属性:CELLULAR_AND_WIFI = 7<br>访问级别:公开API|类名:NetType<br>方法 or 属性:CELLULAR_AND_WIFI = 7<br>访问级别:系统API|@ohos.update.d.ts|
|访问级别有变化|类名:Order<br>访问级别:公开API|类名:Order<br>访问级别:系统API|@ohos.update.d.ts|
|访问级别有变化|类名:Order<br>方法 or 属性:DOWNLOAD = 1<br>访问级别:公开API|类名:Order<br>方法 or 属性:DOWNLOAD = 1<br>访问级别:系统API|@ohos.update.d.ts|
|访问级别有变化|类名:Order<br>方法 or 属性:INSTALL = 2<br>访问级别:公开API|类名:Order<br>方法 or 属性:INSTALL = 2<br>访问级别:系统API|@ohos.update.d.ts|
|访问级别有变化|类名:Order<br>方法 or 属性:DOWNLOAD_AND_INSTALL = 3<br>访问级别:公开API|类名:Order<br>方法 or 属性:DOWNLOAD_AND_INSTALL = 3<br>访问级别:系统API|@ohos.update.d.ts|
|访问级别有变化|类名:Order<br>方法 or 属性:APPLY = 4<br>访问级别:公开API|类名:Order<br>方法 or 属性:APPLY = 4<br>访问级别:系统API|@ohos.update.d.ts|
|访问级别有变化|类名:Order<br>方法 or 属性:INSTALL_AND_APPLY = 6<br>访问级别:公开API|类名:Order<br>方法 or 属性:INSTALL_AND_APPLY = 6<br>访问级别:系统API|@ohos.update.d.ts|
|访问级别有变化|类名:UpgradeStatus<br>访问级别:公开API|类名:UpgradeStatus<br>访问级别:系统API|@ohos.update.d.ts|
|访问级别有变化|类名:UpgradeStatus<br>方法 or 属性:WAITING_DOWNLOAD = 20<br>访问级别:公开API|类名:UpgradeStatus<br>方法 or 属性:WAITING_DOWNLOAD = 20<br>访问级别:系统API|@ohos.update.d.ts|
|访问级别有变化|类名:UpgradeStatus<br>方法 or 属性:DOWNLOADING = 21<br>访问级别:公开API|类名:UpgradeStatus<br>方法 or 属性:DOWNLOADING = 21<br>访问级别:系统API|@ohos.update.d.ts|
|访问级别有变化|类名:UpgradeStatus<br>方法 or 属性:DOWNLOAD_PAUSED = 22<br>访问级别:公开API|类名:UpgradeStatus<br>方法 or 属性:DOWNLOAD_PAUSED = 22<br>访问级别:系统API|@ohos.update.d.ts|
|访问级别有变化|类名:UpgradeStatus<br>方法 or 属性:DOWNLOAD_FAIL = 23<br>访问级别:公开API|类名:UpgradeStatus<br>方法 or 属性:DOWNLOAD_FAIL = 23<br>访问级别:系统API|@ohos.update.d.ts|
|访问级别有变化|类名:UpgradeStatus<br>方法 or 属性:WAITING_INSTALL = 30<br>访问级别:公开API|类名:UpgradeStatus<br>方法 or 属性:WAITING_INSTALL = 30<br>访问级别:系统API|@ohos.update.d.ts|
|访问级别有变化|类名:UpgradeStatus<br>方法 or 属性:UPDATING = 31<br>访问级别:公开API|类名:UpgradeStatus<br>方法 or 属性:UPDATING = 31<br>访问级别:系统API|@ohos.update.d.ts|
|访问级别有变化|类名:UpgradeStatus<br>方法 or 属性:WAITING_APPLY = 40<br>访问级别:公开API|类名:UpgradeStatus<br>方法 or 属性:WAITING_APPLY = 40<br>访问级别:系统API|@ohos.update.d.ts|
|访问级别有变化|类名:UpgradeStatus<br>方法 or 属性:APPLYING = 41<br>访问级别:公开API|类名:UpgradeStatus<br>方法 or 属性:APPLYING = 41<br>访问级别:系统API|@ohos.update.d.ts|
|访问级别有变化|类名:UpgradeStatus<br>方法 or 属性:UPGRADE_SUCCESS = 50<br>访问级别:公开API|类名:UpgradeStatus<br>方法 or 属性:UPGRADE_SUCCESS = 50<br>访问级别:系统API|@ohos.update.d.ts|
|访问级别有变化|类名:UpgradeStatus<br>方法 or 属性:UPGRADE_FAIL = 51<br>访问级别:公开API|类名:UpgradeStatus<br>方法 or 属性:UPGRADE_FAIL = 51<br>访问级别:系统API|@ohos.update.d.ts|
|访问级别有变化|类名:EventClassify<br>访问级别:公开API|类名:EventClassify<br>访问级别:系统API|@ohos.update.d.ts|
|访问级别有变化|类名:EventClassify<br>方法 or 属性:TASK = 0x01000000<br>访问级别:公开API|类名:EventClassify<br>方法 or 属性:TASK = 0x01000000<br>访问级别:系统API|@ohos.update.d.ts|
|访问级别有变化|类名:EventId<br>访问级别:公开API|类名:EventId<br>访问级别:系统API|@ohos.update.d.ts|
|访问级别有变化|类名:EventId<br>方法 or 属性:EVENT_TASK_BASE = EventClassify.TASK<br>访问级别:公开API|类名:EventId<br>方法 or 属性:EVENT_TASK_BASE = EventClassify.TASK<br>访问级别:系统API|@ohos.update.d.ts|
|访问级别有变化|类名:EventId<br>方法 or 属性:EVENT_TASK_RECEIVE<br>访问级别:公开API|类名:EventId<br>方法 or 属性:EVENT_TASK_RECEIVE<br>访问级别:系统API|@ohos.update.d.ts|
|访问级别有变化|类名:EventId<br>方法 or 属性:EVENT_TASK_CANCEL<br>访问级别:公开API|类名:EventId<br>方法 or 属性:EVENT_TASK_CANCEL<br>访问级别:系统API|@ohos.update.d.ts|
|访问级别有变化|类名:EventId<br>方法 or 属性:EVENT_DOWNLOAD_WAIT<br>访问级别:公开API|类名:EventId<br>方法 or 属性:EVENT_DOWNLOAD_WAIT<br>访问级别:系统API|@ohos.update.d.ts|
|访问级别有变化|类名:EventId<br>方法 or 属性:EVENT_DOWNLOAD_START<br>访问级别:公开API|类名:EventId<br>方法 or 属性:EVENT_DOWNLOAD_START<br>访问级别:系统API|@ohos.update.d.ts|
|访问级别有变化|类名:EventId<br>方法 or 属性:EVENT_DOWNLOAD_UPDATE<br>访问级别:公开API|类名:EventId<br>方法 or 属性:EVENT_DOWNLOAD_UPDATE<br>访问级别:系统API|@ohos.update.d.ts|
|访问级别有变化|类名:EventId<br>方法 or 属性:EVENT_DOWNLOAD_PAUSE<br>访问级别:公开API|类名:EventId<br>方法 or 属性:EVENT_DOWNLOAD_PAUSE<br>访问级别:系统API|@ohos.update.d.ts|
|访问级别有变化|类名:EventId<br>方法 or 属性:EVENT_DOWNLOAD_RESUME<br>访问级别:公开API|类名:EventId<br>方法 or 属性:EVENT_DOWNLOAD_RESUME<br>访问级别:系统API|@ohos.update.d.ts|
|访问级别有变化|类名:EventId<br>方法 or 属性:EVENT_DOWNLOAD_SUCCESS<br>访问级别:公开API|类名:EventId<br>方法 or 属性:EVENT_DOWNLOAD_SUCCESS<br>访问级别:系统API|@ohos.update.d.ts|
|访问级别有变化|类名:EventId<br>方法 or 属性:EVENT_DOWNLOAD_FAIL<br>访问级别:公开API|类名:EventId<br>方法 or 属性:EVENT_DOWNLOAD_FAIL<br>访问级别:系统API|@ohos.update.d.ts|
|访问级别有变化|类名:EventId<br>方法 or 属性:EVENT_UPGRADE_WAIT<br>访问级别:公开API|类名:EventId<br>方法 or 属性:EVENT_UPGRADE_WAIT<br>访问级别:系统API|@ohos.update.d.ts|
|访问级别有变化|类名:EventId<br>方法 or 属性:EVENT_UPGRADE_START<br>访问级别:公开API|类名:EventId<br>方法 or 属性:EVENT_UPGRADE_START<br>访问级别:系统API|@ohos.update.d.ts|
|访问级别有变化|类名:EventId<br>方法 or 属性:EVENT_UPGRADE_UPDATE<br>访问级别:公开API|类名:EventId<br>方法 or 属性:EVENT_UPGRADE_UPDATE<br>访问级别:系统API|@ohos.update.d.ts|
|访问级别有变化|类名:EventId<br>方法 or 属性:EVENT_APPLY_WAIT<br>访问级别:公开API|类名:EventId<br>方法 or 属性:EVENT_APPLY_WAIT<br>访问级别:系统API|@ohos.update.d.ts|
|访问级别有变化|类名:EventId<br>方法 or 属性:EVENT_APPLY_START<br>访问级别:公开API|类名:EventId<br>方法 or 属性:EVENT_APPLY_START<br>访问级别:系统API|@ohos.update.d.ts|
|访问级别有变化|类名:EventId<br>方法 or 属性:EVENT_UPGRADE_SUCCESS<br>访问级别:公开API|类名:EventId<br>方法 or 属性:EVENT_UPGRADE_SUCCESS<br>访问级别:系统API|@ohos.update.d.ts|
|访问级别有变化|类名:EventId<br>方法 or 属性:EVENT_UPGRADE_FAIL<br>访问级别:公开API|类名:EventId<br>方法 or 属性:EVENT_UPGRADE_FAIL<br>访问级别:系统API|@ohos.update.d.ts|
| 操作 | 旧版本 | 新版本 | d.ts文件 |
| ---- | ------ | ------ | -------- |
|新增|NA|类名:AuthType<br>方法or属性:type AuthType = 'ALL' \| 'FACE_ONLY';|@ohos.userIAM.userAuth.d.ts|
|新增|NA|类名:SecureLevel<br>方法or属性:type SecureLevel = 'S1' \| 'S2' \| 'S3' \| 'S4';|@ohos.userIAM.userAuth.d.ts|
|新增|NA|类名:AuthEventKey<br>方法or属性:type AuthEventKey = 'result' \| 'tip';|@ohos.userIAM.userAuth.d.ts|
| 操作 | 旧版本 | 新版本 | d.ts文件 |
| ---- | ------ | ------ | -------- |
|新增|NA|模块名: ohos.web.webview<br>类名: SecureDnsMode|@ohos.web.webview.d.ts|
|新增|NA|类名:SecureDnsMode<br>方法or属性:|@ohos.web.webview.d.ts|
|新增|NA|模块名: ohos.web.webview<br>类名: SecureDnsMode<br>方法 or 属性:Off = 0|@ohos.web.webview.d.ts|
|新增|NA|模块名: ohos.web.webview<br>类名: SecureDnsMode<br>方法 or 属性:Auto = 1|@ohos.web.webview.d.ts|
|新增|NA|模块名: ohos.web.webview<br>类名: SecureDnsMode<br>方法 or 属性:SecureOnly = 2|@ohos.web.webview.d.ts|
|新增|NA|模块名: ohos.web.webview<br>类名: WebMessageType|@ohos.web.webview.d.ts|
|新增|NA|类名:WebMessageType<br>方法or属性:|@ohos.web.webview.d.ts|
|新增|NA|模块名: ohos.web.webview<br>类名: WebMessageType<br>方法 or 属性:NOT_SUPPORT|@ohos.web.webview.d.ts|
|新增|NA|模块名: ohos.web.webview<br>类名: WebMessageType<br>方法 or 属性:STRING|@ohos.web.webview.d.ts|
|新增|NA|模块名: ohos.web.webview<br>类名: WebMessageType<br>方法 or 属性:NUMBER|@ohos.web.webview.d.ts|
|新增|NA|模块名: ohos.web.webview<br>类名: WebMessageType<br>方法 or 属性:BOOLEAN|@ohos.web.webview.d.ts|
|新增|NA|模块名: ohos.web.webview<br>类名: WebMessageType<br>方法 or 属性:ARRAY_BUFFER|@ohos.web.webview.d.ts|
|新增|NA|模块名: ohos.web.webview<br>类名: WebMessageType<br>方法 or 属性:ARRAY|@ohos.web.webview.d.ts|
|新增|NA|模块名: ohos.web.webview<br>类名: WebMessageType<br>方法 or 属性:ERROR|@ohos.web.webview.d.ts|
|新增|NA|模块名: ohos.web.webview<br>类名: WebMessageExt|@ohos.web.webview.d.ts|
|新增|NA|模块名: ohos.web.webview<br>类名: WebMessageExt<br>方法 or 属性:getType(): WebMessageType;|@ohos.web.webview.d.ts|
|新增|NA|模块名: ohos.web.webview<br>类名: WebMessageExt<br>方法 or 属性:getString(): string;|@ohos.web.webview.d.ts|
|新增|NA|模块名: ohos.web.webview<br>类名: WebMessageExt<br>方法 or 属性:getNumber(): number;|@ohos.web.webview.d.ts|
|新增|NA|模块名: ohos.web.webview<br>类名: WebMessageExt<br>方法 or 属性:getBoolean(): boolean;|@ohos.web.webview.d.ts|
|新增|NA|模块名: ohos.web.webview<br>类名: WebMessageExt<br>方法 or 属性:getArrayBuffer(): ArrayBuffer;|@ohos.web.webview.d.ts|
|新增|NA|模块名: ohos.web.webview<br>类名: WebMessageExt<br>方法 or 属性:getArray(): Array\<string \| number \| boolean>;|@ohos.web.webview.d.ts|
|新增|NA|模块名: ohos.web.webview<br>类名: WebMessageExt<br>方法 or 属性:getError(): Error;|@ohos.web.webview.d.ts|
|新增|NA|模块名: ohos.web.webview<br>类名: WebMessageExt<br>方法 or 属性:setType(type: WebMessageType): void;|@ohos.web.webview.d.ts|
|新增|NA|模块名: ohos.web.webview<br>类名: WebMessageExt<br>方法 or 属性:setString(message: string): void;|@ohos.web.webview.d.ts|
|新增|NA|模块名: ohos.web.webview<br>类名: WebMessageExt<br>方法 or 属性:setNumber(message: number): void;|@ohos.web.webview.d.ts|
|新增|NA|模块名: ohos.web.webview<br>类名: WebMessageExt<br>方法 or 属性:setBoolean(message: boolean): void;|@ohos.web.webview.d.ts|
|新增|NA|模块名: ohos.web.webview<br>类名: WebMessageExt<br>方法 or 属性:setArrayBuffer(message: ArrayBuffer): void;|@ohos.web.webview.d.ts|
|新增|NA|模块名: ohos.web.webview<br>类名: WebMessageExt<br>方法 or 属性:setArray(message: Array\<string \| number \| boolean>): void;|@ohos.web.webview.d.ts|
|新增|NA|模块名: ohos.web.webview<br>类名: WebMessageExt<br>方法 or 属性:setError(message: Error): void;|@ohos.web.webview.d.ts|
|新增|NA|模块名: ohos.web.webview<br>类名: WebMessagePort<br>方法 or 属性:isExtentionType?: boolean;|@ohos.web.webview.d.ts|
|新增|NA|模块名: ohos.web.webview<br>类名: WebMessagePort<br>方法 or 属性:postMessageEventExt(message: WebMessageExt): void;|@ohos.web.webview.d.ts|
|新增|NA|模块名: ohos.web.webview<br>类名: WebMessagePort<br>方法 or 属性:onMessageEventExt(callback: (result: WebMessageExt) => void): void;|@ohos.web.webview.d.ts|
|新增|NA|模块名: ohos.web.webview<br>类名: JsMessageType|@ohos.web.webview.d.ts|
|新增|NA|模块名: ohos.web.webview<br>类名: JsMessageType<br>方法 or 属性:NOT_SUPPORT|@ohos.web.webview.d.ts|
|新增|NA|模块名: ohos.web.webview<br>类名: JsMessageType<br>方法 or 属性:STRING|@ohos.web.webview.d.ts|
|新增|NA|类名:JsMessageType<br>方法or属性:NUMBER|@ohos.web.webview.d.ts|
|新增|NA|类名:JsMessageType<br>方法or属性:BOOLEAN|@ohos.web.webview.d.ts|
|新增|NA|模块名: ohos.web.webview<br>类名: JsMessageType<br>方法 or 属性:ARRAY_BUFFER|@ohos.web.webview.d.ts|
|新增|NA|模块名: ohos.web.webview<br>类名: JsMessageType<br>方法 or 属性:ARRAY|@ohos.web.webview.d.ts|
|新增|NA|模块名: ohos.web.webview<br>类名: JsMessageExt|@ohos.web.webview.d.ts|
|新增|NA|模块名: ohos.web.webview<br>类名: JsMessageExt<br>方法 or 属性:getType(): JsMessageType;|@ohos.web.webview.d.ts|
|新增|NA|模块名: ohos.web.webview<br>类名: JsMessageExt<br>方法 or 属性:getString(): string;|@ohos.web.webview.d.ts|
|新增|NA|模块名: ohos.web.webview<br>类名: JsMessageExt<br>方法 or 属性:getNumber(): number;|@ohos.web.webview.d.ts|
|新增|NA|模块名: ohos.web.webview<br>类名: JsMessageExt<br>方法 or 属性:getBoolean(): boolean;|@ohos.web.webview.d.ts|
|新增|NA|模块名: ohos.web.webview<br>类名: JsMessageExt<br>方法 or 属性:getArrayBuffer(): ArrayBuffer;|@ohos.web.webview.d.ts|
|新增|NA|模块名: ohos.web.webview<br>类名: JsMessageExt<br>方法 or 属性:getArray(): Array\<string \| number \| boolean>;|@ohos.web.webview.d.ts|
|新增|NA|类名:WebviewController<br>方法or属性:static setHttpDns(secureDnsMode: SecureDnsMode, secureDnsConfig: string): void;|@ohos.web.webview.d.ts|
|新增|NA|类名:WebviewController<br>方法or属性:runJavaScriptExt(script: string): Promise\<JsMessageExt>;|@ohos.web.webview.d.ts|
|新增|NA|类名:WebviewController<br>方法or属性:runJavaScriptExt(script: string, callback: AsyncCallback\<JsMessageExt>): void;|@ohos.web.webview.d.ts|
|新增|NA|类名:WebviewController<br>方法or属性:getCertificate(): Promise\<Array\<cert.X509Cert>>;|@ohos.web.webview.d.ts|
|新增|NA|类名:WebviewController<br>方法or属性:getCertificate(callback: AsyncCallback\<Array\<cert.X509Cert>>): void;|@ohos.web.webview.d.ts|
|新增|NA|类名:WebviewController<br>方法or属性:setAudioMuted(mute: boolean): void;|@ohos.web.webview.d.ts|
|函数有变化|类名:WebviewController<br>方法 or 属性:createWebMessagePorts(): Array\<WebMessagePort>;<br>|类名:WebviewController<br>方法 or 属性:createWebMessagePorts(isExtentionType?: boolean): Array\<WebMessagePort>;<br>|@ohos.web.webview.d.ts|
|函数有变化|类名:WebResourceResponse<br>方法 or 属性:setResponseData(data: string \| number);<br>|类名:WebResourceResponse<br>方法 or 属性:setResponseData(data: string \| number \| Resource);<br>|web.d.ts|
| 操作 | 旧版本 | 新版本 | d.ts文件 |
| ---- | ------ | ------ | -------- |
|新增|NA|模块名: ohos.display<br>类名: display<br>方法 or 属性:function on(type: 'privateModeChange', callback: Callback\<boolean>): void;|@ohos.display.d.ts|
|新增|NA|类名:display<br>方法or属性:function on(type: 'privateModeChange', callback: Callback\<boolean>): void;|@ohos.display.d.ts|
|新增|NA|模块名: ohos.display<br>类名: display<br>方法 or 属性:function off(type: 'privateModeChange', callback?: Callback\<boolean>): void;|@ohos.display.d.ts|
|新增|NA|模块名: ohos.display<br>类名: Orientation|@ohos.display.d.ts|
|新增|NA|模块名: ohos.display<br>类名: Orientation<br>方法 or 属性:PORTRAIT = 0|@ohos.display.d.ts|
|新增|NA|模块名: ohos.display<br>类名: Orientation<br>方法 or 属性:LANDSCAPE = 1|@ohos.display.d.ts|
|新增|NA|模块名: ohos.display<br>类名: Orientation<br>方法 or 属性:PORTRAIT_INVERTED = 2|@ohos.display.d.ts|
|新增|NA|模块名: ohos.display<br>类名: Orientation<br>方法 or 属性:LANDSCAPE_INVERTED = 3|@ohos.display.d.ts|
|新增|NA|类名:Display<br>方法or属性:orientation: Orientation;|@ohos.display.d.ts|
|新增|NA|类名:screen<br>方法or属性:function stopExpand(expandScreen: Array\<number>, callback: AsyncCallback\<void>): void;|@ohos.screen.d.ts|
|新增|NA|类名:screen<br>方法or属性:function stopExpand(expandScreen: Array\<number>): Promise\<void>;|@ohos.screen.d.ts|
|新增|NA|类名:screen<br>方法or属性:function stopMirror(mirrorScreen: Array\<number>, callback: AsyncCallback\<void>): void;|@ohos.screen.d.ts|
|新增|NA|类名:screen<br>方法or属性:function stopMirror(mirrorScreen: Array\<number>): Promise\<void>;|@ohos.screen.d.ts|
|新增|NA|模块名: ohos.screen<br>类名: ScreenSourceMode|@ohos.screen.d.ts|
|新增|NA|类名:ScreenSourceMode<br>方法or属性:|@ohos.screen.d.ts|
|新增|NA|模块名: ohos.screen<br>类名: ScreenSourceMode<br>方法 or 属性:SCREEN_MAIN = 0|@ohos.screen.d.ts|
|新增|NA|模块名: ohos.screen<br>类名: ScreenSourceMode<br>方法 or 属性:SCREEN_MIRROR = 1|@ohos.screen.d.ts|
|新增|NA|模块名: ohos.screen<br>类名: ScreenSourceMode<br>方法 or 属性:SCREEN_EXTEND = 2|@ohos.screen.d.ts|
|新增|NA|模块名: ohos.screen<br>类名: ScreenSourceMode<br>方法 or 属性:SCREEN_ALONE = 3|@ohos.screen.d.ts|
|新增|NA|模块名: ohos.screen<br>类名: Screen<br>方法 or 属性:readonly sourceMode: ScreenSourceMode;|@ohos.screen.d.ts|
|新增|NA|类名:window<br>方法or属性:function setGestureNavigationEnabled(enable: boolean, callback: AsyncCallback\<void>): void;|@ohos.window.d.ts|
|新增|NA|类名:window<br>方法or属性:function setGestureNavigationEnabled(enable: boolean): Promise\<void>;|@ohos.window.d.ts|
|新增|NA|类名:window<br>方法or属性:function on(type: 'gestureNavigationEnabledChange', callback: Callback\<boolean>): void;|@ohos.window.d.ts|
|新增|NA|类名:window<br>方法or属性:function off(type: 'gestureNavigationEnabledChange', callback?: Callback\<boolean>): void;|@ohos.window.d.ts|
|新增|NA|模块名: ohos.window<br>类名: WindowEventType|@ohos.window.d.ts|
|新增|NA|类名:WindowEventType<br>方法or属性:|@ohos.window.d.ts|
|新增|NA|模块名: ohos.window<br>类名: WindowEventType<br>方法 or 属性:WINDOW_SHOWN = 1|@ohos.window.d.ts|
|新增|NA|模块名: ohos.window<br>类名: WindowEventType<br>方法 or 属性:WINDOW_ACTIVE = 2|@ohos.window.d.ts|
|新增|NA|模块名: ohos.window<br>类名: WindowEventType<br>方法 or 属性:WINDOW_INACTIVE = 3|@ohos.window.d.ts|
|新增|NA|模块名: ohos.window<br>类名: WindowEventType<br>方法 or 属性:WINDOW_HIDDEN = 4|@ohos.window.d.ts|
|新增|NA|类名:Window<br>方法or属性:on(type: 'dialogTargetTouch', callback: Callback\<void>): void;|@ohos.window.d.ts|
|新增|NA|类名:Window<br>方法or属性:off(type: 'dialogTargetTouch', callback?: Callback\<void>): void;|@ohos.window.d.ts|
|新增|NA|类名:Window<br>方法or属性:on(type: 'windowEvent', callback: Callback\<WindowEventType>): void;|@ohos.window.d.ts|
|新增|NA|类名:Window<br>方法or属性:off(type: 'windowEvent', callback: Callback\<WindowEventType>): void;|@ohos.window.d.ts|
|新增|NA|类名:Window<br>方法or属性:raiseToAppTop(callback: AsyncCallback\<void>): void;|@ohos.window.d.ts|
|新增|NA|类名:Window<br>方法or属性:raiseToAppTop(): Promise\<void>;|@ohos.window.d.ts|
|新增|NA|类名:Window<br>方法or属性:setAspectRatio(ratio: number, callback: AsyncCallback\<void>): void;|@ohos.window.d.ts|
|新增|NA|类名:Window<br>方法or属性:setAspectRatio(ratio: number): Promise\<void>;|@ohos.window.d.ts|
|新增|NA|类名:Window<br>方法or属性:resetAspectRatio(callback: AsyncCallback\<void>): void;|@ohos.window.d.ts|
|新增|NA|类名:Window<br>方法or属性:resetAspectRatio(): Promise\<void>;|@ohos.window.d.ts|
|新增|NA|类名:Window<br>方法or属性:setWaterMarkFlag(enable: boolean, callback: AsyncCallback\<void>): void;|@ohos.window.d.ts|
|新增|NA|类名:Window<br>方法or属性: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.
先完成此消息的编辑!
想要评论请 注册