|删除|模块名: ohos.application.formHost<br>类名: formHost<br>方法 or 属性:function notifyFormsPrivacyProtected(formIds: Array<string>, isProtected: boolean): Promise<void>;|NA|@ohos.application.formHost.d.ts|
|删除|模块名: ohos.application.formInfo<br>类名: FormType<br>方法 or 属性:eTS = 2|NA|@ohos.application.formInfo.d.ts|
|删除|模块名:ohos.application.formInfo<br>类名:FormParam<br>方法 or 属性:BUNDLE_NAME_KEY = "ohos.extra.param.key.bundle_name"|NA|@ohos.application.formInfo.d.ts|
|删除|模块名:ohos.application.formInfo<br>类名:FormParam<br>方法 or 属性:ABILITY_NAME_KEY = "ohos.extra.param.key.ability_name"|NA|@ohos.application.formInfo.d.ts|
|删除|模块名:ohos.application.formInfo<br>类名:FormParam<br>方法 or 属性:DEVICE_ID_KEY = "ohos.extra.param.key.device_id"|NA|@ohos.application.formInfo.d.ts|
|删除|模块名: PermissionRequestResult<br>类名: PermissionRequestResult<br>方法 or 属性:permissions: Array<string>;|NA|PermissionRequestResult.d.ts|
|删除|模块名: PermissionRequestResult<br>类名: PermissionRequestResult<br>方法 or 属性:authResults: Array<number>;|NA|PermissionRequestResult.d.ts|
|删除|模块名:ServiceExtensionContext<br>类名:ServiceExtensionContext<br>方法 or 属性:connectAbility(want: Want, options: ConnectOptions): number;|NA|ServiceExtensionContext.d.ts|
|删除|模块名:ServiceExtensionContext<br>类名:ServiceExtensionContext<br>方法 or 属性:connectAbilityWithAccount(want: Want, accountId: number, options: ConnectOptions): number;|NA|ServiceExtensionContext.d.ts|
|删除|模块名:ServiceExtensionContext<br>类名:ServiceExtensionContext<br>方法 or 属性:disconnectAbility(connection: number, callback:AsyncCallback<void>): void;|NA|ServiceExtensionContext.d.ts|
|删除|模块名:ServiceExtensionContext<br>类名:ServiceExtensionContext<br>方法 or 属性:disconnectAbility(connection: number): Promise<void>;|NA|ServiceExtensionContext.d.ts|
|删除|模块名:UIAbilityContext<br>类名:UIAbilityContext<br>方法 or 属性:requestPermissionsFromUser(permissions: Array<string>, requestCallback: AsyncCallback<PermissionRequestResult>): void;|NA|UIAbilityContext.d.ts|
|删除|模块名:UIAbilityContext<br>类名:UIAbilityContext<br>方法 or 属性:requestPermissionsFromUser(permissions: Array<string>): Promise<PermissionRequestResult>;|NA|UIAbilityContext.d.ts|
|访问级别有变化|类名:FormParam<br>方法 or 属性:IDENTITY_KEY = "ohos.extra.param.key.form_identity"<br>访问级别:公开API|类名:FormParam<br>方法 or 属性:IDENTITY_KEY = "ohos.extra.param.key.form_identity"<br>访问级别:系统API|@ohos.application.formInfo.d.ts|
|废弃版本有变化|类名:Context<br>方法 or 属性:setShowOnLockScreen(show: boolean, callback: AsyncCallback<void>): void<br>废弃版本:N/A|类名:Context<br>方法 or 属性:setShowOnLockScreen(show: boolean, callback: AsyncCallback<void>): void<br>废弃版本:9<br>代替接口:ohos.window|context.d.ts|
|废弃版本有变化|类名:Context<br>方法 or 属性:setShowOnLockScreen(show: boolean): Promise<void>;<br>废弃版本:N/A|类名:Context<br>方法 or 属性:setShowOnLockScreen(show: boolean): Promise<void>;<br>废弃版本:9|context.d.ts|
|起始版本有变化|类名:FormParam<br>方法 or 属性:IDENTITY_KEY = "ohos.extra.param.key.form_identity"<br>起始版本:9|类名:FormParam<br>方法 or 属性:IDENTITY_KEY = "ohos.extra.param.key.form_identity"<br>起始版本:8|@ohos.application.formInfo.d.ts|
|新增(权限)|类名:ServiceExtensionContext<br>方法 or 属性:startAbilityByCall(want: Want): Promise<Caller>;<br>权限:N/A|类名:ServiceExtensionContext<br>方法 or 属性:startAbilityByCall(want: Want): Promise<Caller>;<br>权限:ohos.permission.ABILITY_BACKGROUND_COMMUNICATION|ServiceExtensionContext.d.ts|
|新增(权限)|类名:UIAbilityContext<br>方法 or 属性:startAbilityByCall(want: Want): Promise<Caller>;<br>权限:N/A|类名:UIAbilityContext<br>方法 or 属性:startAbilityByCall(want: Want): Promise<Caller>;<br>权限:ohos.permission.ABILITY_BACKGROUND_COMMUNICATION|UIAbilityContext.d.ts|
|访问级别有变化|类名:FormParam<br>方法 or 属性:IDENTITY_KEY = "ohos.extra.param.key.form_identity"<br>访问级别:公开API|类名:FormParam<br>方法 or 属性:IDENTITY_KEY = "ohos.extra.param.key.form_identity"<br>访问级别:系统API|@ohos.application.formInfo.d.ts|
|函数有变化|类名:ServiceExtensionAbility<br>方法 or 属性:onConnect(want: Want): rpc.RemoteObject;<br>|类名:ServiceExtensionAbility<br>方法 or 属性:onConnect(want: Want): rpc.RemoteObject \| Promise<rpc.RemoteObject>;<br>|@ohos.app.ability.ServiceExtensionAbility.d.ts|
|函数有变化|类名:ServiceExtensionAbility<br>方法 or 属性:onDisconnect(want: Want): void;<br>|类名:ServiceExtensionAbility<br>方法 or 属性:onDisconnect(want: Want): void \| Promise<void>;<br>|@ohos.app.ability.ServiceExtensionAbility.d.ts|
|函数有变化|类名:UIAbility<br>方法 or 属性:onDestroy(): void;<br>|类名:UIAbility<br>方法 or 属性:onDestroy(): void \| Promise<void>;<br>|@ohos.app.ability.UIAbility.d.ts|
|新增|NA|模块名: ohos.account.osAccount<br>类名: DomainAccountManager<br>方法 or 属性: static registerPlugin(plugin: DomainPlugin): void;|@ohos.account.osAccount.d.ts|
|新增|NA|模块名: ohos.account.osAccount<br>类名: DomainAccountManager<br>方法 or 属性: static unregisterPlugin(): void;|@ohos.account.osAccount.d.ts|
|新增|NA|模块名: ohos.account.osAccount<br>类名: AuthType<br>方法 or 属性: DOMAIN = 1024|@ohos.account.osAccount.d.ts|
|新增|NA|模块名: ohos.account.osAccount<br>类名: AuthSubType<br>方法 or 属性: DOMAIN_MIXED = 10240001|@ohos.account.osAccount.d.ts|
|删除(权限)|类名:AppAccountManager<br>方法 or 属性:getAllAccounts(callback: AsyncCallback<Array<AppAccountInfo>>): void;<br>权限:ohos.permission.GET_ALL_APP_ACCOUNTS|类名:AppAccountManager<br>方法 or 属性:getAllAccounts(callback: AsyncCallback<Array<AppAccountInfo>>): void;<br>权限:N/A|@ohos.account.appAccount.d.ts|
|删除(权限)|类名:AppAccountManager<br>方法 or 属性:getAllAccounts(): Promise<Array<AppAccountInfo>>;<br>权限:ohos.permission.GET_ALL_APP_ACCOUNTS|类名:AppAccountManager<br>方法 or 属性:getAllAccounts(): Promise<Array<AppAccountInfo>>;<br>权限:N/A|@ohos.account.appAccount.d.ts|
|删除(权限)|类名:AppAccountManager<br>方法 or 属性:getAccountsByOwner(owner: string, callback: AsyncCallback<Array<AppAccountInfo>>): void;<br>权限:ohos.permission.GET_ALL_APP_ACCOUNTS|类名:AppAccountManager<br>方法 or 属性:getAccountsByOwner(owner: string, callback: AsyncCallback<Array<AppAccountInfo>>): void;<br>权限:N/A|@ohos.account.appAccount.d.ts|
|删除(权限)|类名:AppAccountManager<br>方法 or 属性:getAccountsByOwner(owner: string): Promise<Array<AppAccountInfo>>;<br>权限:ohos.permission.GET_ALL_APP_ACCOUNTS|类名:AppAccountManager<br>方法 or 属性:getAccountsByOwner(owner: string): Promise<Array<AppAccountInfo>>;<br>权限:N/A|@ohos.account.appAccount.d.ts|
|访问级别有变化|类名:SubscribedAbstractProperty<br>方法 or 属性:abstract get(): T;<br>访问级别:系统API|类名:SubscribedAbstractProperty<br>方法 or 属性:abstract get(): T;<br>访问级别:公开API|common_ts_ets_api.d.ts|
|访问级别有变化|类名:SubscribedAbstractProperty<br>方法 or 属性:abstract set(newValue: T): void;<br>访问级别:系统API|类名:SubscribedAbstractProperty<br>方法 or 属性:abstract set(newValue: T): void;<br>访问级别:公开API|common_ts_ets_api.d.ts|
|废弃版本有变化|类名:Edge<br>方法 or 属性:Center<br>废弃版本:N/A|类名:Edge<br>方法 or 属性:Center<br>废弃版本:9<br>代替接口:N/A|enums.d.ts|
|废弃版本有变化|类名:Edge<br>方法 or 属性:Baseline<br>废弃版本:N/A|类名:Edge<br>方法 or 属性:Baseline<br>废弃版本:9<br>代替接口:N/A|enums.d.ts|
|废弃版本有变化|类名:Edge<br>方法 or 属性:Middle<br>废弃版本:N/A|类名:Edge<br>方法 or 属性:Middle<br>废弃版本:9<br>代替接口:N/A|enums.d.ts|
|废弃版本有变化|类名:ImageAnimatorAttribute<br>方法 or 属性:preDecode(value: number): ImageAnimatorAttribute;<br>废弃版本:N/A|类名:ImageAnimatorAttribute<br>方法 or 属性:preDecode(value: number): ImageAnimatorAttribute;<br>废弃版本:9<br>代替接口:N/A|image_animator.d.ts|
|废弃版本有变化|类名:ListAttribute<br>方法 or 属性:editMode(value: boolean): ListAttribute;<br>废弃版本:N/A|类名:ListAttribute<br>方法 or 属性:editMode(value: boolean): ListAttribute;<br>废弃版本:9<br>代替接口:N/A|list.d.ts|
|废弃版本有变化|类名:ListAttribute<br>方法 or 属性:onItemDelete(event: (index: number) => boolean): ListAttribute;<br>废弃版本:N/A|类名:ListAttribute<br>方法 or 属性:onItemDelete(event: (index: number) => boolean): ListAttribute;<br>废弃版本:9<br>代替接口:N/A|list.d.ts|
|废弃版本有变化|类名:ListItemAttribute<br>方法 or 属性:editable(value: boolean \| EditMode): ListItemAttribute;<br>废弃版本:N/A|类名:ListItemAttribute<br>方法 or 属性:editable(value: boolean \| EditMode): ListItemAttribute;<br>废弃版本:9<br>代替接口:N/A|list_item.d.ts|
|废弃版本有变化|类名:ScrollDirection<br>方法 or 属性:Free<br>废弃版本:N/A|类名:ScrollDirection<br>方法 or 属性:Free<br>废弃版本:9<br>代替接口:N/A|scroll.d.ts|
|废弃版本有变化|类名:Scroller<br>方法 or 属性:scrollPage(value: { next: boolean; direction?: Axis });<br>废弃版本:N/A|类名:Scroller<br>方法 or 属性:scrollPage(value: { next: boolean; direction?: Axis });<br>废弃版本:9<br>代替接口:N/A|scroll.d.ts|
|废弃版本有变化|类名:SliderAttribute<br>方法 or 属性:minLabel(value: string): SliderAttribute;<br>废弃版本:N/A|类名:SliderAttribute<br>方法 or 属性:minLabel(value: string): SliderAttribute;<br>废弃版本:9<br>代替接口:min |slider.d.ts|
|废弃版本有变化|类名:SliderAttribute<br>方法 or 属性:maxLabel(value: string): SliderAttribute;<br>废弃版本:N/A|类名:SliderAttribute<br>方法 or 属性:maxLabel(value: string): SliderAttribute;<br>废弃版本:9<br>代替接口:max |slider.d.ts|
|起始版本有变化|类名:SubscribedAbstractProperty<br>方法 or 属性:abstract get(): T;<br>起始版本:7|类名:SubscribedAbstractProperty<br>方法 or 属性:abstract get(): T;<br>起始版本:9|common_ts_ets_api.d.ts|
|起始版本有变化|类名:SubscribedAbstractProperty<br>方法 or 属性:abstract set(newValue: T): void;<br>起始版本:7|类名:SubscribedAbstractProperty<br>方法 or 属性:abstract set(newValue: T): void;<br>起始版本:9|common_ts_ets_api.d.ts|
|访问级别有变化|类名:SubscribedAbstractProperty<br>方法 or 属性:abstract get(): T;<br>访问级别:系统API|类名:SubscribedAbstractProperty<br>方法 or 属性:abstract get(): T;<br>访问级别:公开API|common_ts_ets_api.d.ts|
|访问级别有变化|类名:SubscribedAbstractProperty<br>方法 or 属性:abstract set(newValue: T): void;<br>访问级别:系统API|类名:SubscribedAbstractProperty<br>方法 or 属性:abstract set(newValue: T): void;<br>访问级别:公开API|common_ts_ets_api.d.ts|
|函数有变化|类名:AbilityComponentInterface<br>方法 or 属性:(value: {want: import('../api/@ohos.application.Want').default}): AbilityComponentAttribute;<br>|类名:AbilityComponentInterface<br>方法 or 属性:(value: {want: import('../api/@ohos.app.ability.Want').default}): AbilityComponentAttribute;<br>|ability_component.d.ts|
|函数有变化|类名:ControllerHandler<br>方法 or 属性:setWebController(controller: WebController): void;<br>|类名:ControllerHandler<br>方法 or 属性:setWebController(controller: WebviewController): void;<br>|web.d.ts|
|函数有变化|类名:WebResourceResponse<br>方法 or 属性:setResponseData(data: string);<br>|类名:WebResourceResponse<br>方法 or 属性:setResponseData(data: string \| number);<br>|web.d.ts|
|删除(权限)|类名:power<br>方法 or 属性:function getPowerMode(): DevicePowerMode;<br>权限:ohos.permission.POWER_OPTIMIZATION|类名:power<br>方法 or 属性:function getPowerMode(): DevicePowerMode;<br>权限:N/A|@ohos.power.d.ts|
|新增|NA|模块名: ohos.bundle.distributedBundleManager<br>类名: distributedBundleManager<br>方法 or 属性: function getRemoteAbilityInfo(elementName: ElementName, callback: AsyncCallback<RemoteAbilityInfo>): void;|@ohos.bundle.distributedBundleManager.d.ts|
|新增|NA|模块名: ohos.bundle.distributedBundleManager<br>类名: distributedBundleManager<br>方法 or 属性: function getRemoteAbilityInfo(elementName: ElementName): Promise<RemoteAbilityInfo>;|@ohos.bundle.distributedBundleManager.d.ts|
|新增|NA|模块名: ohos.bundle.distributedBundleManager<br>类名: distributedBundleManager<br>方法 or 属性: function getRemoteAbilityInfo(elementNames: Array<ElementName>, callback: AsyncCallback<Array<RemoteAbilityInfo>>): void;|@ohos.bundle.distributedBundleManager.d.ts|
|新增|NA|模块名: ohos.bundle.distributedBundleManager<br>类名: distributedBundleManager<br>方法 or 属性: function getRemoteAbilityInfo(elementNames: Array<ElementName>): Promise<Array<RemoteAbilityInfo>>;|@ohos.bundle.distributedBundleManager.d.ts|
|新增|NA|模块名: ohos.bundle.distributedBundleManager<br>类名: distributedBundleManager<br>方法 or 属性: function getRemoteAbilityInfo(elementName: ElementName, locale: string, callback: AsyncCallback<RemoteAbilityInfo>): void;|@ohos.bundle.distributedBundleManager.d.ts|
|新增|NA|模块名: ohos.bundle.distributedBundleManager<br>类名: distributedBundleManager<br>方法 or 属性: function getRemoteAbilityInfo(elementName: ElementName, locale: string): Promise<RemoteAbilityInfo>;|@ohos.bundle.distributedBundleManager.d.ts|
|新增|NA|模块名: ohos.bundle.distributedBundleManager<br>类名: distributedBundleManager<br>方法 or 属性: function getRemoteAbilityInfo(elementNames: Array<ElementName>, locale: string, callback: AsyncCallback<Array<RemoteAbilityInfo>>): void;|@ohos.bundle.distributedBundleManager.d.ts|
|新增|NA|模块名: ohos.bundle.distributedBundleManager<br>类名: distributedBundleManager<br>方法 or 属性: function getRemoteAbilityInfo(elementNames: Array<ElementName>, locale: string): Promise<Array<RemoteAbilityInfo>>;|@ohos.bundle.distributedBundleManager.d.ts|
|新增|NA|模块名: ohos.net.sharing<br>类名: sharing<br>方法 or 属性: function isSharingSupported(callback: AsyncCallback<boolean>): void;|@ohos.net.sharing.d.ts|
|新增|NA|模块名: ohos.net.sharing<br>类名: sharing<br>方法 or 属性: function isSharingSupported(): Promise<boolean>;|@ohos.net.sharing.d.ts|
|新增|NA|模块名: ohos.net.sharing<br>类名: sharing<br>方法 or 属性: function isSharing(callback: AsyncCallback<boolean>): void;|@ohos.net.sharing.d.ts|
|新增|NA|模块名: ohos.net.sharing<br>类名: sharing<br>方法 or 属性: function isSharing(): Promise<boolean>;|@ohos.net.sharing.d.ts|
|新增|NA|模块名: ohos.net.sharing<br>类名: sharing<br>方法 or 属性: function startSharing(type: SharingIfaceType, callback: AsyncCallback<void>): void;|@ohos.net.sharing.d.ts|
|新增|NA|模块名: ohos.net.sharing<br>类名: sharing<br>方法 or 属性: function startSharing(type: SharingIfaceType): Promise<void>;|@ohos.net.sharing.d.ts|
|新增|NA|模块名: ohos.net.sharing<br>类名: sharing<br>方法 or 属性: function stopSharing(type: SharingIfaceType, callback: AsyncCallback<void>): void;|@ohos.net.sharing.d.ts|
|新增|NA|模块名: ohos.net.sharing<br>类名: sharing<br>方法 or 属性: function stopSharing(type: SharingIfaceType): Promise<void>;|@ohos.net.sharing.d.ts|
|新增|NA|模块名: ohos.net.sharing<br>类名: sharing<br>方法 or 属性: function getStatsRxBytes(callback: AsyncCallback<number>): void;|@ohos.net.sharing.d.ts|
|新增|NA|模块名: ohos.net.sharing<br>类名: sharing<br>方法 or 属性: function getStatsRxBytes(): Promise<number>;|@ohos.net.sharing.d.ts|
|新增|NA|模块名: ohos.net.sharing<br>类名: sharing<br>方法 or 属性: function getStatsTxBytes(callback: AsyncCallback<number>): void;|@ohos.net.sharing.d.ts|
|新增|NA|模块名: ohos.net.sharing<br>类名: sharing<br>方法 or 属性: function getStatsTxBytes(): Promise<number>;|@ohos.net.sharing.d.ts|
|新增|NA|模块名: ohos.net.sharing<br>类名: sharing<br>方法 or 属性: function getStatsTotalBytes(callback: AsyncCallback<number>): void;|@ohos.net.sharing.d.ts|
|新增|NA|模块名: ohos.net.sharing<br>类名: sharing<br>方法 or 属性: function getStatsTotalBytes(): Promise<number>;|@ohos.net.sharing.d.ts|
|新增|NA|模块名: ohos.net.sharing<br>类名: sharing<br>方法 or 属性: function getSharingIfaces(state: SharingIfaceState, callback: AsyncCallback<Array<string>>): void;|@ohos.net.sharing.d.ts|
|新增|NA|模块名: ohos.net.sharing<br>类名: sharing<br>方法 or 属性: function getSharingIfaces(state: SharingIfaceState): Promise<Array<string>>;|@ohos.net.sharing.d.ts|
|新增|NA|模块名: ohos.net.sharing<br>类名: sharing<br>方法 or 属性: function getSharingState(type: SharingIfaceType, callback: AsyncCallback<SharingIfaceState>): void;|@ohos.net.sharing.d.ts|
|新增|NA|模块名: ohos.net.sharing<br>类名: sharing<br>方法 or 属性: function getSharingState(type: SharingIfaceType): Promise<SharingIfaceState>;|@ohos.net.sharing.d.ts|
|新增|NA|模块名: ohos.net.sharing<br>类名: sharing<br>方法 or 属性: function getSharableRegexes(type: SharingIfaceType, callback: AsyncCallback<Array<string>>): void;|@ohos.net.sharing.d.ts|
|新增|NA|模块名: ohos.net.sharing<br>类名: sharing<br>方法 or 属性: function getSharableRegexes(type: SharingIfaceType): Promise<Array<string>>;|@ohos.net.sharing.d.ts|
|新增|NA|模块名: ohos.net.sharing<br>类名: sharing<br>方法 or 属性: function on(type: 'sharingStateChange', callback: Callback<boolean>): void;|@ohos.net.sharing.d.ts|
|新增|NA|模块名: ohos.net.sharing<br>类名: sharing<br>方法 or 属性: function off(type: 'sharingStateChange', callback?: Callback<boolean>): void;|@ohos.net.sharing.d.ts|
|新增|NA|模块名: ohos.net.sharing<br>类名: sharing<br>方法 or 属性: function on(type: 'interfaceSharingStateChange', callback: Callback<{type:SharingIfaceType,iface:string,state:SharingIfaceState}>): void;|@ohos.net.sharing.d.ts|
|新增|NA|模块名: ohos.net.sharing<br>类名: sharing<br>方法 or 属性: function off(type: 'interfaceSharingStateChange', callback?: Callback<{type:SharingIfaceType,iface:string,state:SharingIfaceState}>): void;|@ohos.net.sharing.d.ts|
|新增|NA|模块名: ohos.net.sharing<br>类名: sharing<br>方法 or 属性: function on(type: 'sharingUpstreamChange', callback: Callback<NetHandle>): void;|@ohos.net.sharing.d.ts|
|新增|NA|模块名: ohos.net.sharing<br>类名: sharing<br>方法 or 属性: function off(type: 'sharingUpstreamChange', callback?: Callback<NetHandle>): void;|@ohos.net.sharing.d.ts|
|删除|模块名:ohos.wifiManager<br>类名:wifiManager<br>方法 or 属性:function p2pDisconnect(): void;|NA|@ohos.wifiManager.d.ts|
|废弃版本有变化|类名:connectedTag<br>方法 or 属性:function init(): boolean;<br>废弃版本:N/A|类名:connectedTag<br>方法 or 属性:function init(): boolean;<br>废弃版本:9<br>代替接口:ohos.connectedTag/connectedTag|@ohos.connectedTag.d.ts|
|废弃版本有变化|类名:connectedTag<br>方法 or 属性:function uninit(): boolean;<br>废弃版本:N/A|类名:connectedTag<br>方法 or 属性:function uninit(): boolean;<br>废弃版本:9<br>代替接口:ohos.connectedTag/connectedTag|@ohos.connectedTag.d.ts|
|废弃版本有变化|类名:connectedTag<br>方法 or 属性:function readNdefTag(): Promise<string>;<br>废弃版本:N/A|类名:connectedTag<br>方法 or 属性:function readNdefTag(): Promise<string>;<br>废弃版本:9<br>代替接口:ohos.connectedTag/connectedTag|@ohos.connectedTag.d.ts|
|废弃版本有变化|类名:connectedTag<br>方法 or 属性:function readNdefTag(callback: AsyncCallback<string>): void;<br>废弃版本:N/A|类名:connectedTag<br>方法 or 属性:function readNdefTag(callback: AsyncCallback<string>): void;<br>废弃版本:9|@ohos.connectedTag.d.ts|
|废弃版本有变化|类名:connectedTag<br>方法 or 属性:function writeNdefTag(data: string): Promise<void>;<br>废弃版本:N/A|类名:connectedTag<br>方法 or 属性:function writeNdefTag(data: string): Promise<void>;<br>废弃版本:9<br>代替接口:ohos.connectedTag/connectedTag|@ohos.connectedTag.d.ts|
|废弃版本有变化|类名:connectedTag<br>方法 or 属性:function writeNdefTag(data: string, callback: AsyncCallback<void>): void;<br>废弃版本:N/A|类名:connectedTag<br>方法 or 属性:function writeNdefTag(data: string, callback: AsyncCallback<void>): void;<br>废弃版本:9|@ohos.connectedTag.d.ts|
|废弃版本有变化|类名:cardEmulation<br>方法 or 属性:function isSupported(feature: number): boolean;<br>废弃版本:N/A|类名:cardEmulation<br>方法 or 属性:function isSupported(feature: number): boolean;<br>废弃版本:9<br>代替接口:ohos.nfc.cardEmulation/cardEmulation|@ohos.nfc.cardEmulation.d.ts|
|废弃版本有变化|类名:HceService<br>方法 or 属性:startHCE(aidList: string[]): boolean;<br>废弃版本:N/A|类名:HceService<br>方法 or 属性:startHCE(aidList: string[]): boolean;<br>废弃版本:9<br>代替接口:ohos.nfc.cardEmulation/cardEmulation.HceService|@ohos.nfc.cardEmulation.d.ts|
|废弃版本有变化|类名:HceService<br>方法 or 属性:stopHCE(): boolean;<br>废弃版本:N/A|类名:HceService<br>方法 or 属性:stopHCE(): boolean;<br>废弃版本:9<br>代替接口:ohos.nfc.cardEmulation/cardEmulation.HceService|@ohos.nfc.cardEmulation.d.ts|
|废弃版本有变化|类名:HceService<br>方法 or 属性:sendResponse(responseApdu: number[]): void;<br>废弃版本:N/A|类名:HceService<br>方法 or 属性:sendResponse(responseApdu: number[]): void;<br>废弃版本:9<br>代替接口:ohos.nfc.cardEmulation/cardEmulation.HceService|@ohos.nfc.cardEmulation.d.ts|
|废弃版本有变化|类名:nfcController<br>方法 or 属性:function isNfcAvailable(): boolean<br>废弃版本:N/A|类名:nfcController<br>方法 or 属性:function isNfcAvailable(): boolean<br>废弃版本:9<br>代替接口:global|@ohos.nfc.controller.d.ts|
|废弃版本有变化|类名:nfcController<br>方法 or 属性:function openNfc(): boolean<br>废弃版本:N/A|类名:nfcController<br>方法 or 属性:function openNfc(): boolean<br>废弃版本:9<br>代替接口:@ohos.nfc.controller.nfcController|@ohos.nfc.controller.d.ts|
|废弃版本有变化|类名:nfcController<br>方法 or 属性:function closeNfc(): boolean<br>废弃版本:N/A|类名:nfcController<br>方法 or 属性:function closeNfc(): boolean<br>废弃版本:9<br>代替接口:@ohos.nfc.controller.nfcController|@ohos.nfc.controller.d.ts|
|废弃版本有变化|类名:tag<br>方法 or 属性:function getNfcATag(tagInfo: TagInfo): NfcATag<br>废弃版本:N/A|类名:tag<br>方法 or 属性:function getNfcATag(tagInfo: TagInfo): NfcATag<br>废弃版本:9<br>代替接口:ohos.nfc.tag/tag|@ohos.nfc.tag.d.ts|
|废弃版本有变化|类名:tag<br>方法 or 属性:function getNfcBTag(tagInfo: TagInfo): NfcBTag<br>废弃版本:N/A|类名:tag<br>方法 or 属性:function getNfcBTag(tagInfo: TagInfo): NfcBTag<br>废弃版本:9<br>代替接口:ohos.nfc.tag/tag|@ohos.nfc.tag.d.ts|
|废弃版本有变化|类名:tag<br>方法 or 属性:function getNfcFTag(tagInfo: TagInfo): NfcFTag<br>废弃版本:N/A|类名:tag<br>方法 or 属性:function getNfcFTag(tagInfo: TagInfo): NfcFTag<br>废弃版本:9<br>代替接口:ohos.nfc.tag/tag|@ohos.nfc.tag.d.ts|
|废弃版本有变化|类名:tag<br>方法 or 属性:function getNfcVTag(tagInfo: TagInfo): NfcVTag<br>废弃版本:N/A|类名:tag<br>方法 or 属性:function getNfcVTag(tagInfo: TagInfo): NfcVTag<br>废弃版本:9<br>代替接口:ohos.nfc.tag/tag|@ohos.nfc.tag.d.ts|
|废弃版本有变化|类名:TagSession<br>方法 or 属性:getTagInfo(): tag.TagInfo;<br>废弃版本:N/A|类名:TagSession<br>方法 or 属性:getTagInfo(): tag.TagInfo;<br>废弃版本:9<br>代替接口:ohos.nfc.tag/tag|tagSession.d.ts|
|废弃版本有变化|类名:TagSession<br>方法 or 属性:connectTag(): boolean;<br>废弃版本:N/A|类名:TagSession<br>方法 or 属性:connectTag(): boolean;<br>废弃版本:9<br>代替接口:tagSession.TagSession|tagSession.d.ts|
|废弃版本有变化|类名:TagSession<br>方法 or 属性:reset(): void;<br>废弃版本:N/A|类名:TagSession<br>方法 or 属性:reset(): void;<br>废弃版本:9<br>代替接口:tagSession.TagSession|tagSession.d.ts|
|废弃版本有变化|类名:TagSession<br>方法 or 属性:isTagConnected(): boolean;<br>废弃版本:N/A|类名:TagSession<br>方法 or 属性:isTagConnected(): boolean;<br>废弃版本:9<br>代替接口:tagSession.TagSession|tagSession.d.ts|
|废弃版本有变化|类名:TagSession<br>方法 or 属性:setSendDataTimeout(timeout: number): boolean;<br>废弃版本:N/A|类名:TagSession<br>方法 or 属性:setSendDataTimeout(timeout: number): boolean;<br>废弃版本:9<br>代替接口:tagSession.TagSession|tagSession.d.ts|
|废弃版本有变化|类名:TagSession<br>方法 or 属性:getSendDataTimeout(): number;<br>废弃版本:N/A|类名:TagSession<br>方法 or 属性:getSendDataTimeout(): number;<br>废弃版本:9<br>代替接口:tagSession.TagSession|tagSession.d.ts|
|废弃版本有变化|类名:TagSession<br>方法 or 属性:sendData(data: number[]): Promise<number[]>;<br>废弃版本:N/A|类名:TagSession<br>方法 or 属性:sendData(data: number[]): Promise<number[]>;<br>废弃版本:9<br>代替接口:tagSession.TagSession|tagSession.d.ts|
|废弃版本有变化|类名:TagSession<br>方法 or 属性:sendData(data: number[], callback: AsyncCallback<number[]>): void;<br>废弃版本:N/A|类名:TagSession<br>方法 or 属性:sendData(data: number[], callback: AsyncCallback<number[]>): void;<br>废弃版本:9|tagSession.d.ts|
|废弃版本有变化|类名:TagSession<br>方法 or 属性:getMaxSendLength(): number;<br>废弃版本:N/A|类名:TagSession<br>方法 or 属性:getMaxSendLength(): number;<br>废弃版本:9<br>代替接口:tagSession.TagSession|tagSession.d.ts|
|权限有变化|类名:A2dpSourceProfile<br>方法 or 属性:connect(device: string): boolean;<br>权限:permission ohos.permission.DISCOVER_BLUETOOTH|类名:A2dpSourceProfile<br>方法 or 属性:connect(device: string): boolean;<br>权限:ohos.permission.DISCOVER_BLUETOOTH|@ohos.bluetooth.d.ts|
|权限有变化|类名:A2dpSourceProfile<br>方法 or 属性:disconnect(device: string): boolean;<br>权限:permission ohos.permission.DISCOVER_BLUETOOTH|类名:A2dpSourceProfile<br>方法 or 属性:disconnect(device: string): boolean;<br>权限:ohos.permission.DISCOVER_BLUETOOTH|@ohos.bluetooth.d.ts|
|权限有变化|类名:HandsFreeAudioGatewayProfile<br>方法 or 属性:connect(device: string): boolean;<br>权限:permission ohos.permission.DISCOVER_BLUETOOTH|类名:HandsFreeAudioGatewayProfile<br>方法 or 属性:connect(device: string): boolean;<br>权限:ohos.permission.DISCOVER_BLUETOOTH|@ohos.bluetooth.d.ts|
|权限有变化|类名:HandsFreeAudioGatewayProfile<br>方法 or 属性:disconnect(device: string): boolean;<br>权限:permission ohos.permission.DISCOVER_BLUETOOTH|类名:HandsFreeAudioGatewayProfile<br>方法 or 属性:disconnect(device: string): boolean;<br>权限:ohos.permission.DISCOVER_BLUETOOTH|@ohos.bluetooth.d.ts|
|权限有变化|类名:HidHostProfile<br>方法 or 属性:connect(device: string): boolean;<br>权限:permission ohos.permission.DISCOVER_BLUETOOTH|类名:HidHostProfile<br>方法 or 属性:connect(device: string): boolean;<br>权限:ohos.permission.DISCOVER_BLUETOOTH|@ohos.bluetooth.d.ts|
|权限有变化|类名:HidHostProfile<br>方法 or 属性:disconnect(device: string): boolean;<br>权限:permission ohos.permission.DISCOVER_BLUETOOTH|类名:HidHostProfile<br>方法 or 属性:disconnect(device: string): boolean;<br>权限:ohos.permission.DISCOVER_BLUETOOTH|@ohos.bluetooth.d.ts|
|权限有变化|类名:PanProfile<br>方法 or 属性:disconnect(device: string): boolean;<br>权限:permission ohos.permission.USE_BLUETOOTH|类名:PanProfile<br>方法 or 属性:disconnect(device: string): boolean;<br>权限:ohos.permission.USE_BLUETOOTH|@ohos.bluetooth.d.ts|
|权限有变化|类名:PanProfile<br>方法 or 属性:setTethering(enable: boolean): void;<br>权限:permission ohos.permission.DISCOVER_BLUETOOTH|类名:PanProfile<br>方法 or 属性:setTethering(enable: boolean): void;<br>权限:ohos.permission.DISCOVER_BLUETOOTH|@ohos.bluetooth.d.ts|
|权限有变化|类名:connectedTag<br>方法 or 属性:function init(): boolean;<br>权限:s ohos.permission.NFC_TAG|类名:connectedTag<br>方法 or 属性:function init(): boolean;<br>权限:ohos.permission.NFC_TAG|@ohos.connectedTag.d.ts|
|权限有变化|类名:connectedTag<br>方法 or 属性:function uninit(): boolean;<br>权限:s ohos.permission.NFC_TAG|类名:connectedTag<br>方法 or 属性:function uninit(): boolean;<br>权限:ohos.permission.NFC_TAG|@ohos.connectedTag.d.ts|
|权限有变化|类名:connectedTag<br>方法 or 属性:function readNdefTag(): Promise<string>;<br>权限:s ohos.permission.NFC_TAG|类名:connectedTag<br>方法 or 属性:function readNdefTag(): Promise<string>;<br>权限:ohos.permission.NFC_TAG|@ohos.connectedTag.d.ts|
|权限有变化|类名:connectedTag<br>方法 or 属性:function readNdefTag(callback: AsyncCallback<string>): void;<br>权限:s ohos.permission.NFC_TAG|类名:connectedTag<br>方法 or 属性:function readNdefTag(callback: AsyncCallback<string>): void;<br>权限:ohos.permission.NFC_TAG|@ohos.connectedTag.d.ts|
|权限有变化|类名:connectedTag<br>方法 or 属性:function writeNdefTag(data: string): Promise<void>;<br>权限:s ohos.permission.NFC_TAG|类名:connectedTag<br>方法 or 属性:function writeNdefTag(data: string): Promise<void>;<br>权限:ohos.permission.NFC_TAG|@ohos.connectedTag.d.ts|
|权限有变化|类名:connectedTag<br>方法 or 属性:function writeNdefTag(data: string, callback: AsyncCallback<void>): void;<br>权限:s ohos.permission.NFC_TAG|类名:connectedTag<br>方法 or 属性:function writeNdefTag(data: string, callback: AsyncCallback<void>): void;<br>权限:ohos.permission.NFC_TAG|@ohos.connectedTag.d.ts|
|权限有变化|类名:connectedTag<br>方法 or 属性:function on(type: "notify", callback: Callback<number>): void;<br>权限:s ohos.permission.NFC_TAG|类名:connectedTag<br>方法 or 属性:function on(type: "notify", callback: Callback<number>): void;<br>权限:ohos.permission.NFC_TAG|@ohos.connectedTag.d.ts|
|权限有变化|类名:connectedTag<br>方法 or 属性:function off(type: "notify", callback?:Callback<number>): void;<br>权限:s ohos.permission.NFC_TAG|类名:connectedTag<br>方法 or 属性:function off(type: "notify", callback?:Callback<number>): void;<br>权限:ohos.permission.NFC_TAG|@ohos.connectedTag.d.ts|
|删除(权限)|类名:tag<br>方法 or 属性:function getNfcATag(tagInfo: TagInfo): NfcATag<br>权限:ohos.permission.NFC_TAG|类名:tag<br>方法 or 属性:function getNfcATag(tagInfo: TagInfo): NfcATag<br>权限:N/A|@ohos.nfc.tag.d.ts|
|删除(权限)|类名:tag<br>方法 or 属性:function getNfcBTag(tagInfo: TagInfo): NfcBTag<br>权限:ohos.permission.NFC_TAG|类名:tag<br>方法 or 属性:function getNfcBTag(tagInfo: TagInfo): NfcBTag<br>权限:N/A|@ohos.nfc.tag.d.ts|
|删除(权限)|类名:tag<br>方法 or 属性:function getNfcFTag(tagInfo: TagInfo): NfcFTag<br>权限:ohos.permission.NFC_TAG|类名:tag<br>方法 or 属性:function getNfcFTag(tagInfo: TagInfo): NfcFTag<br>权限:N/A|@ohos.nfc.tag.d.ts|
|删除(权限)|类名:tag<br>方法 or 属性:function getNfcVTag(tagInfo: TagInfo): NfcVTag<br>权限:ohos.permission.NFC_TAG|类名:tag<br>方法 or 属性:function getNfcVTag(tagInfo: TagInfo): NfcVTag<br>权限:N/A|@ohos.nfc.tag.d.ts|
|删除(权限)|类名:NfcATag<br>方法 or 属性:getSak(): number;<br>权限:ohos.permission.NFC_TAG|类名:NfcATag<br>方法 or 属性:getSak(): number;<br>权限:N/A|nfctech.d.ts|
|删除(权限)|类名:NfcATag<br>方法 or 属性:getAtqa(): number[];<br>权限:ohos.permission.NFC_TAG|类名:NfcATag<br>方法 or 属性:getAtqa(): number[];<br>权限:N/A|nfctech.d.ts|
|删除(权限)|类名:NfcBTag<br>方法 or 属性:getRespAppData(): number[];<br>权限:ohos.permission.NFC_TAG|类名:NfcBTag<br>方法 or 属性:getRespAppData(): number[];<br>权限:N/A|nfctech.d.ts|
|删除(权限)|类名:NfcBTag<br>方法 or 属性:getRespProtocol(): number[];<br>权限:ohos.permission.NFC_TAG|类名:NfcBTag<br>方法 or 属性:getRespProtocol(): number[];<br>权限:N/A|nfctech.d.ts|
|删除(权限)|类名:NfcFTag<br>方法 or 属性:getSystemCode(): number[];<br>权限:ohos.permission.NFC_TAG|类名:NfcFTag<br>方法 or 属性:getSystemCode(): number[];<br>权限:N/A|nfctech.d.ts|
|删除(权限)|类名:NfcFTag<br>方法 or 属性:getPmm(): number[];<br>权限:ohos.permission.NFC_TAG|类名:NfcFTag<br>方法 or 属性:getPmm(): number[];<br>权限:N/A|nfctech.d.ts|
|删除(权限)|类名:NfcVTag<br>方法 or 属性:getResponseFlags(): number;<br>权限:ohos.permission.NFC_TAG|类名:NfcVTag<br>方法 or 属性:getResponseFlags(): number;<br>权限:N/A|nfctech.d.ts|
|删除(权限)|类名:NfcVTag<br>方法 or 属性:getDsfId(): number;<br>权限:ohos.permission.NFC_TAG|类名:NfcVTag<br>方法 or 属性:getDsfId(): number;<br>权限:N/A|nfctech.d.ts|
|删除(权限)|类名:TagSession<br>方法 or 属性:isTagConnected(): boolean;<br>权限:ohos.permission.NFC_TAG|类名:TagSession<br>方法 or 属性:isTagConnected(): boolean;<br>权限:N/A|tagSession.d.ts|
|新增(权限)|类名:connection<br>方法 or 属性:function hasDefaultNet(callback: AsyncCallback<boolean>): void;<br>权限:N/A|类名:connection<br>方法 or 属性:function hasDefaultNet(callback: AsyncCallback<boolean>): void;<br>权限:ohos.permission.GET_NETWORK_INFO|@ohos.net.connection.d.ts|
|新增(权限)|类名:connection<br>方法 or 属性:function hasDefaultNet(): Promise<boolean>;<br>权限:N/A|类名:connection<br>方法 or 属性:function hasDefaultNet(): Promise<boolean>;<br>权限:ohos.permission.GET_NETWORK_INFO|@ohos.net.connection.d.ts|
|函数有变化|类名:wifiManager<br>方法 or 属性:function disconnect(): boolean;<br>|类名:wifiManager<br>方法 or 属性:function disconnect(): void;<br>|@ohos.wifiManager.d.ts|
|废弃版本有变化|类名:URL<br>方法 or 属性:readonly searchParams: URLSearchParams;<br>废弃版本:N/A|类名:URL<br>方法 or 属性:readonly searchParams: URLSearchParams;<br>废弃版本:9<br>代替接口:ohos.url.URL.params |@ohos.url.d.ts|
|废弃版本有变化|类名:worker<br>方法 or 属性:const parentPort: DedicatedWorkerGlobalScope;<br>废弃版本:N/A|类名:worker<br>方法 or 属性:const parentPort: DedicatedWorkerGlobalScope;<br>废弃版本:9<br>代替接口:ohos.worker.workerPort |@ohos.worker.d.ts|
|起始版本有变化|类名:URL<br>方法 or 属性:static parseURL(url: string, base?: string \| URL): URL;<br>起始版本:N/A|类名:URL<br>方法 or 属性:static parseURL(url: string, base?: string \| URL): URL;<br>起始版本:9|@ohos.url.d.ts|
|起始版本有变化|类名:worker<br>方法 or 属性:const parentPort: DedicatedWorkerGlobalScope;<br>起始版本:N/A|类名:worker<br>方法 or 属性:const parentPort: DedicatedWorkerGlobalScope;<br>起始版本:7|@ohos.worker.d.ts|
|起始版本有变化|类名:worker<br>方法 or 属性:const workerPort: ThreadWorkerGlobalScope;<br>起始版本:N/A|类名:worker<br>方法 or 属性:const workerPort: ThreadWorkerGlobalScope;<br>起始版本:9|@ohos.worker.d.ts|
|函数有变化|类名:DedicatedWorkerGlobalScope<br>方法 or 属性:onmessage?: (this: DedicatedWorkerGlobalScope, ev: MessageEvent<T>) => void;<br>|类名:DedicatedWorkerGlobalScope<br>方法 or 属性:onmessage?: (this: DedicatedWorkerGlobalScope, ev: MessageEvent) => void;<br>|@ohos.worker.d.ts|
|函数有变化|类名:DedicatedWorkerGlobalScope<br>方法 or 属性:onmessageerror?: (this: DedicatedWorkerGlobalScope, ev: MessageEvent<T>) => void;<br>|类名:DedicatedWorkerGlobalScope<br>方法 or 属性:onmessageerror?: (this: DedicatedWorkerGlobalScope, ev: MessageEvent) => void;<br>|@ohos.worker.d.ts|
|函数有变化|类名:Worker<br>方法 or 属性:onmessage?: (event: MessageEvent<T>) => void;<br>|类名:Worker<br>方法 or 属性:onmessage?: (event: MessageEvent) => void;<br>|@ohos.worker.d.ts|
|函数有变化|类名:Worker<br>方法 or 属性:onmessageerror?: (event: MessageEvent<T>) => void;<br>|类名:Worker<br>方法 or 属性:onmessageerror?: (event: MessageEvent) => void;<br>|@ohos.worker.d.ts|
|model有变化|类名:DataSharePredicates<br>方法 or 属性:equalTo(field: string, value: ValueType): DataSharePredicates;<br>model:N/A|类名:DataSharePredicates<br>方法 or 属性:equalTo(field: string, value: ValueType): DataSharePredicates;<br>model:@StageModelOnly|@ohos.data.dataSharePredicates.d.ts|
|model有变化|类名:DataSharePredicates<br>方法 or 属性:notEqualTo(field: string, value: ValueType): DataSharePredicates;<br>model:N/A|类名:DataSharePredicates<br>方法 or 属性:notEqualTo(field: string, value: ValueType): DataSharePredicates;<br>model:@StageModelOnly|@ohos.data.dataSharePredicates.d.ts|
|model有变化|类名:DataSharePredicates<br>方法 or 属性:beginWrap(): DataSharePredicates;<br>model:N/A|类名:DataSharePredicates<br>方法 or 属性:beginWrap(): DataSharePredicates;<br>model:@StageModelOnly|@ohos.data.dataSharePredicates.d.ts|
|model有变化|类名:DataSharePredicates<br>方法 or 属性:endWrap(): DataSharePredicates;<br>model:N/A|类名:DataSharePredicates<br>方法 or 属性:endWrap(): DataSharePredicates;<br>model:@StageModelOnly|@ohos.data.dataSharePredicates.d.ts|
|model有变化|类名:DataSharePredicates<br>方法 or 属性:or(): DataSharePredicates;<br>model:N/A|类名:DataSharePredicates<br>方法 or 属性:or(): DataSharePredicates;<br>model:@StageModelOnly|@ohos.data.dataSharePredicates.d.ts|
|model有变化|类名:DataSharePredicates<br>方法 or 属性:and(): DataSharePredicates;<br>model:N/A|类名:DataSharePredicates<br>方法 or 属性:and(): DataSharePredicates;<br>model:@StageModelOnly|@ohos.data.dataSharePredicates.d.ts|
|model有变化|类名:DataSharePredicates<br>方法 or 属性:contains(field: string, value: string): DataSharePredicates;<br>model:N/A|类名:DataSharePredicates<br>方法 or 属性:contains(field: string, value: string): DataSharePredicates;<br>model:@StageModelOnly|@ohos.data.dataSharePredicates.d.ts|
|model有变化|类名:DataSharePredicates<br>方法 or 属性:beginsWith(field: string, value: string): DataSharePredicates;<br>model:N/A|类名:DataSharePredicates<br>方法 or 属性:beginsWith(field: string, value: string): DataSharePredicates;<br>model:@StageModelOnly|@ohos.data.dataSharePredicates.d.ts|
|model有变化|类名:DataSharePredicates<br>方法 or 属性:endsWith(field: string, value: string): DataSharePredicates;<br>model:N/A|类名:DataSharePredicates<br>方法 or 属性:endsWith(field: string, value: string): DataSharePredicates;<br>model:@StageModelOnly|@ohos.data.dataSharePredicates.d.ts|
|model有变化|类名:DataSharePredicates<br>方法 or 属性:isNull(field: string): DataSharePredicates;<br>model:N/A|类名:DataSharePredicates<br>方法 or 属性:isNull(field: string): DataSharePredicates;<br>model:@StageModelOnly|@ohos.data.dataSharePredicates.d.ts|
|model有变化|类名:DataSharePredicates<br>方法 or 属性:isNotNull(field: string): DataSharePredicates;<br>model:N/A|类名:DataSharePredicates<br>方法 or 属性:isNotNull(field: string): DataSharePredicates;<br>model:@StageModelOnly|@ohos.data.dataSharePredicates.d.ts|
|model有变化|类名:DataSharePredicates<br>方法 or 属性:like(field: string, value: string): DataSharePredicates;<br>model:N/A|类名:DataSharePredicates<br>方法 or 属性:like(field: string, value: string): DataSharePredicates;<br>model:@StageModelOnly|@ohos.data.dataSharePredicates.d.ts|
|model有变化|类名:DataSharePredicates<br>方法 or 属性:unlike(field: string, value: string): DataSharePredicates;<br>model:N/A|类名:DataSharePredicates<br>方法 or 属性:unlike(field: string, value: string): DataSharePredicates;<br>model:@StageModelOnly|@ohos.data.dataSharePredicates.d.ts|
|model有变化|类名:DataSharePredicates<br>方法 or 属性:glob(field: string, value: string): DataSharePredicates;<br>model:N/A|类名:DataSharePredicates<br>方法 or 属性:glob(field: string, value: string): DataSharePredicates;<br>model:@StageModelOnly|@ohos.data.dataSharePredicates.d.ts|
|model有变化|类名:DataSharePredicates<br>方法 or 属性:between(field: string, low: ValueType, high: ValueType): DataSharePredicates;<br>model:N/A|类名:DataSharePredicates<br>方法 or 属性:between(field: string, low: ValueType, high: ValueType): DataSharePredicates;<br>model:@StageModelOnly|@ohos.data.dataSharePredicates.d.ts|
|model有变化|类名:DataSharePredicates<br>方法 or 属性:notBetween(field: string, low: ValueType, high: ValueType): DataSharePredicates;<br>model:N/A|类名:DataSharePredicates<br>方法 or 属性:notBetween(field: string, low: ValueType, high: ValueType): DataSharePredicates;<br>model:@StageModelOnly|@ohos.data.dataSharePredicates.d.ts|
|model有变化|类名:DataSharePredicates<br>方法 or 属性:greaterThan(field: string, value: ValueType): DataSharePredicates;<br>model:N/A|类名:DataSharePredicates<br>方法 or 属性:greaterThan(field: string, value: ValueType): DataSharePredicates;<br>model:@StageModelOnly|@ohos.data.dataSharePredicates.d.ts|
|model有变化|类名:DataSharePredicates<br>方法 or 属性:lessThan(field: string, value: ValueType): DataSharePredicates;<br>model:N/A|类名:DataSharePredicates<br>方法 or 属性:lessThan(field: string, value: ValueType): DataSharePredicates;<br>model:@StageModelOnly|@ohos.data.dataSharePredicates.d.ts|
|model有变化|类名:DataSharePredicates<br>方法 or 属性:greaterThanOrEqualTo(field: string, value: ValueType): DataSharePredicates;<br>model:N/A|类名:DataSharePredicates<br>方法 or 属性:greaterThanOrEqualTo(field: string, value: ValueType): DataSharePredicates;<br>model:@StageModelOnly|@ohos.data.dataSharePredicates.d.ts|
|model有变化|类名:DataSharePredicates<br>方法 or 属性:lessThanOrEqualTo(field: string, value: ValueType): DataSharePredicates;<br>model:N/A|类名:DataSharePredicates<br>方法 or 属性:lessThanOrEqualTo(field: string, value: ValueType): DataSharePredicates;<br>model:@StageModelOnly|@ohos.data.dataSharePredicates.d.ts|
|model有变化|类名:DataSharePredicates<br>方法 or 属性:orderByAsc(field: string): DataSharePredicates;<br>model:N/A|类名:DataSharePredicates<br>方法 or 属性:orderByAsc(field: string): DataSharePredicates;<br>model:@StageModelOnly|@ohos.data.dataSharePredicates.d.ts|
|model有变化|类名:DataSharePredicates<br>方法 or 属性:orderByDesc(field: string): DataSharePredicates;<br>model:N/A|类名:DataSharePredicates<br>方法 or 属性:orderByDesc(field: string): DataSharePredicates;<br>model:@StageModelOnly|@ohos.data.dataSharePredicates.d.ts|
|model有变化|类名:DataSharePredicates<br>方法 or 属性:distinct(): DataSharePredicates;<br>model:N/A|类名:DataSharePredicates<br>方法 or 属性:distinct(): DataSharePredicates;<br>model:@StageModelOnly|@ohos.data.dataSharePredicates.d.ts|
|model有变化|类名:DataSharePredicates<br>方法 or 属性:limit(total: number, offset: number): DataSharePredicates;<br>model:N/A|类名:DataSharePredicates<br>方法 or 属性:limit(total: number, offset: number): DataSharePredicates;<br>model:@StageModelOnly|@ohos.data.dataSharePredicates.d.ts|
|model有变化|类名:DataSharePredicates<br>方法 or 属性:groupBy(fields: Array<string>): DataSharePredicates;<br>model:N/A|类名:DataSharePredicates<br>方法 or 属性:groupBy(fields: Array<string>): DataSharePredicates;<br>model:@StageModelOnly|@ohos.data.dataSharePredicates.d.ts|
|model有变化|类名:DataSharePredicates<br>方法 or 属性:indexedBy(field: string): DataSharePredicates;<br>model:N/A|类名:DataSharePredicates<br>方法 or 属性:indexedBy(field: string): DataSharePredicates;<br>model:@StageModelOnly|@ohos.data.dataSharePredicates.d.ts|
|model有变化|类名:DataSharePredicates<br>方法 or 属性:in(field: string, value: Array<ValueType>): DataSharePredicates;<br>model:N/A|类名:DataSharePredicates<br>方法 or 属性:in(field: string, value: Array<ValueType>): DataSharePredicates;<br>model:@StageModelOnly|@ohos.data.dataSharePredicates.d.ts|
|model有变化|类名:DataSharePredicates<br>方法 or 属性:notIn(field: string, value: Array<ValueType>): DataSharePredicates;<br>model:N/A|类名:DataSharePredicates<br>方法 or 属性:notIn(field: string, value: Array<ValueType>): DataSharePredicates;<br>model:@StageModelOnly|@ohos.data.dataSharePredicates.d.ts|
|model有变化|类名:DataSharePredicates<br>方法 or 属性:prefixKey(prefix: string): DataSharePredicates;<br>model:N/A|类名:DataSharePredicates<br>方法 or 属性:prefixKey(prefix: string): DataSharePredicates;<br>model:@StageModelOnly|@ohos.data.dataSharePredicates.d.ts|
|model有变化|类名:DataSharePredicates<br>方法 or 属性:inKeys(keys: Array<string>): DataSharePredicates;<br>model:N/A|类名:DataSharePredicates<br>方法 or 属性:inKeys(keys: Array<string>): DataSharePredicates;<br>model:@StageModelOnly|@ohos.data.dataSharePredicates.d.ts|
|model有变化|类名:DataType<br>方法 or 属性:TYPE_NULL = 0<br>model:N/A|类名:DataType<br>方法 or 属性:TYPE_NULL = 0<br>model:@StageModelOnly|@ohos.data.DataShareResultSet.d.ts|
|model有变化|类名:DataType<br>方法 or 属性:TYPE_LONG = 1<br>model:N/A|类名:DataType<br>方法 or 属性:TYPE_LONG = 1<br>model:@StageModelOnly|@ohos.data.DataShareResultSet.d.ts|
|model有变化|类名:DataType<br>方法 or 属性:TYPE_DOUBLE = 2<br>model:N/A|类名:DataType<br>方法 or 属性:TYPE_DOUBLE = 2<br>model:@StageModelOnly|@ohos.data.DataShareResultSet.d.ts|
|model有变化|类名:DataType<br>方法 or 属性:TYPE_STRING = 3<br>model:N/A|类名:DataType<br>方法 or 属性:TYPE_STRING = 3<br>model:@StageModelOnly|@ohos.data.DataShareResultSet.d.ts|
|model有变化|类名:DataType<br>方法 or 属性:TYPE_BLOB = 4<br>model:N/A|类名:DataType<br>方法 or 属性:TYPE_BLOB = 4<br>model:@StageModelOnly|@ohos.data.DataShareResultSet.d.ts|
|model有变化|类名:DataShareResultSet<br>方法 or 属性:columnNames: Array<string>;<br>model:N/A|类名:DataShareResultSet<br>方法 or 属性:columnNames: Array<string>;<br>model:@StageModelOnly|@ohos.data.DataShareResultSet.d.ts|
|model有变化|类名:DataShareResultSet<br>方法 or 属性:columnCount: number;<br>model:N/A|类名:DataShareResultSet<br>方法 or 属性:columnCount: number;<br>model:@StageModelOnly|@ohos.data.DataShareResultSet.d.ts|
|model有变化|类名:DataShareResultSet<br>方法 or 属性:rowCount: number;<br>model:N/A|类名:DataShareResultSet<br>方法 or 属性:rowCount: number;<br>model:@StageModelOnly|@ohos.data.DataShareResultSet.d.ts|
|model有变化|类名:DataShareResultSet<br>方法 or 属性:isClosed: boolean;<br>model:N/A|类名:DataShareResultSet<br>方法 or 属性:isClosed: boolean;<br>model:@StageModelOnly|@ohos.data.DataShareResultSet.d.ts|
|model有变化|类名:DataShareResultSet<br>方法 or 属性:goToFirstRow(): boolean;<br>model:N/A|类名:DataShareResultSet<br>方法 or 属性:goToFirstRow(): boolean;<br>model:@StageModelOnly|@ohos.data.DataShareResultSet.d.ts|
|model有变化|类名:DataShareResultSet<br>方法 or 属性:goToLastRow(): boolean;<br>model:N/A|类名:DataShareResultSet<br>方法 or 属性:goToLastRow(): boolean;<br>model:@StageModelOnly|@ohos.data.DataShareResultSet.d.ts|
|model有变化|类名:DataShareResultSet<br>方法 or 属性:goToNextRow(): boolean;<br>model:N/A|类名:DataShareResultSet<br>方法 or 属性:goToNextRow(): boolean;<br>model:@StageModelOnly|@ohos.data.DataShareResultSet.d.ts|
|model有变化|类名:DataShareResultSet<br>方法 or 属性:goToPreviousRow(): boolean;<br>model:N/A|类名:DataShareResultSet<br>方法 or 属性:goToPreviousRow(): boolean;<br>model:@StageModelOnly|@ohos.data.DataShareResultSet.d.ts|
|model有变化|类名:DataShareResultSet<br>方法 or 属性:goTo(offset: number): boolean;<br>model:N/A|类名:DataShareResultSet<br>方法 or 属性:goTo(offset: number): boolean;<br>model:@StageModelOnly|@ohos.data.DataShareResultSet.d.ts|
|model有变化|类名:DataShareResultSet<br>方法 or 属性:goToRow(position: number): boolean;<br>model:N/A|类名:DataShareResultSet<br>方法 or 属性:goToRow(position: number): boolean;<br>model:@StageModelOnly|@ohos.data.DataShareResultSet.d.ts|
|model有变化|类名:DataShareResultSet<br>方法 or 属性:getBlob(columnIndex: number): Uint8Array;<br>model:N/A|类名:DataShareResultSet<br>方法 or 属性:getBlob(columnIndex: number): Uint8Array;<br>model:@StageModelOnly|@ohos.data.DataShareResultSet.d.ts|
|model有变化|类名:DataShareResultSet<br>方法 or 属性:getString(columnIndex: number): string;<br>model:N/A|类名:DataShareResultSet<br>方法 or 属性:getString(columnIndex: number): string;<br>model:@StageModelOnly|@ohos.data.DataShareResultSet.d.ts|
|model有变化|类名:DataShareResultSet<br>方法 or 属性:getLong(columnIndex: number): number;<br>model:N/A|类名:DataShareResultSet<br>方法 or 属性:getLong(columnIndex: number): number;<br>model:@StageModelOnly|@ohos.data.DataShareResultSet.d.ts|
|model有变化|类名:DataShareResultSet<br>方法 or 属性:getDouble(columnIndex: number): number;<br>model:N/A|类名:DataShareResultSet<br>方法 or 属性:getDouble(columnIndex: number): number;<br>model:@StageModelOnly|@ohos.data.DataShareResultSet.d.ts|
|model有变化|类名:DataShareResultSet<br>方法 or 属性:close(): void;<br>model:N/A|类名:DataShareResultSet<br>方法 or 属性:close(): void;<br>model:@StageModelOnly|@ohos.data.DataShareResultSet.d.ts|
|model有变化|类名:DataShareResultSet<br>方法 or 属性:getColumnIndex(columnName: string): number;<br>model:N/A|类名:DataShareResultSet<br>方法 or 属性:getColumnIndex(columnName: string): number;<br>model:@StageModelOnly|@ohos.data.DataShareResultSet.d.ts|
|model有变化|类名:DataShareResultSet<br>方法 or 属性:getColumnName(columnIndex: number): string;<br>model:N/A|类名:DataShareResultSet<br>方法 or 属性:getColumnName(columnIndex: number): string;<br>model:@StageModelOnly|@ohos.data.DataShareResultSet.d.ts|
|model有变化|类名:DataShareResultSet<br>方法 or 属性:getDataType(columnIndex: number): DataType;<br>model:N/A|类名:DataShareResultSet<br>方法 or 属性:getDataType(columnIndex: number): DataType;<br>model:@StageModelOnly|@ohos.data.DataShareResultSet.d.ts|
|model有变化|类名:SingleKVStore<br>方法 or 属性:putBatch(value: Array<ValuesBucket>, callback: AsyncCallback<void>): void;<br>model:N/A|类名:SingleKVStore<br>方法 or 属性:putBatch(value: Array<ValuesBucket>, callback: AsyncCallback<void>): void;<br>model:@StageModelOnly|@ohos.data.distributedKVStore.d.ts|
|model有变化|类名:SingleKVStore<br>方法 or 属性:putBatch(value: Array<ValuesBucket>): Promise<void>;<br>model:N/A|类名:SingleKVStore<br>方法 or 属性:putBatch(value: Array<ValuesBucket>): Promise<void>;<br>model:@StageModelOnly|@ohos.data.distributedKVStore.d.ts|
|model有变化|类名:SingleKVStore<br>方法 or 属性:delete(predicates: dataSharePredicates.DataSharePredicates, callback: AsyncCallback<void>);<br>model:N/A|类名:SingleKVStore<br>方法 or 属性:delete(predicates: dataSharePredicates.DataSharePredicates, callback: AsyncCallback<void>);<br>model:@StageModelOnly|@ohos.data.distributedKVStore.d.ts|
|model有变化|类名:SingleKVStore<br>方法 or 属性:delete(predicates: dataSharePredicates.DataSharePredicates): Promise<void>;<br>model:N/A|类名:SingleKVStore<br>方法 or 属性:delete(predicates: dataSharePredicates.DataSharePredicates): Promise<void>;<br>model:@StageModelOnly|@ohos.data.distributedKVStore.d.ts|
|model有变化|类名:SingleKVStore<br>方法 or 属性:getResultSet(predicates: dataSharePredicates.DataSharePredicates, callback: AsyncCallback<KVStoreResultSet>): void;<br>model:N/A|类名:SingleKVStore<br>方法 or 属性:getResultSet(predicates: dataSharePredicates.DataSharePredicates, callback: AsyncCallback<KVStoreResultSet>): void;<br>model:@StageModelOnly|@ohos.data.distributedKVStore.d.ts|
|model有变化|类名:SingleKVStore<br>方法 or 属性:getResultSet(predicates: dataSharePredicates.DataSharePredicates): Promise<KVStoreResultSet>;<br>model:N/A|类名:SingleKVStore<br>方法 or 属性:getResultSet(predicates: dataSharePredicates.DataSharePredicates): Promise<KVStoreResultSet>;<br>model:@StageModelOnly|@ohos.data.distributedKVStore.d.ts|
|model有变化|类名:DeviceKVStore<br>方法 or 属性:getResultSet(predicates: dataSharePredicates.DataSharePredicates, callback: AsyncCallback<KVStoreResultSet>): void;<br>model:N/A|类名:DeviceKVStore<br>方法 or 属性:getResultSet(predicates: dataSharePredicates.DataSharePredicates, callback: AsyncCallback<KVStoreResultSet>): void;<br>model:@StageModelOnly|@ohos.data.distributedKVStore.d.ts|
|model有变化|类名:DeviceKVStore<br>方法 or 属性:getResultSet(predicates: dataSharePredicates.DataSharePredicates): Promise<KVStoreResultSet>;<br>model:N/A|类名:DeviceKVStore<br>方法 or 属性:getResultSet(predicates: dataSharePredicates.DataSharePredicates): Promise<KVStoreResultSet>;<br>model:@StageModelOnly|@ohos.data.distributedKVStore.d.ts|
|model有变化|类名:DeviceKVStore<br>方法 or 属性:getResultSet(deviceId: string, predicates: dataSharePredicates.DataSharePredicates, callback: AsyncCallback<KVStoreResultSet>): void;<br>model:N/A|类名:DeviceKVStore<br>方法 or 属性:getResultSet(deviceId: string, predicates: dataSharePredicates.DataSharePredicates, callback: AsyncCallback<KVStoreResultSet>): void;<br>model:@StageModelOnly|@ohos.data.distributedKVStore.d.ts|
|model有变化|类名:DeviceKVStore<br>方法 or 属性:getResultSet(deviceId: string, predicates: dataSharePredicates.DataSharePredicates): Promise<KVStoreResultSet>;<br>model:N/A|类名:DeviceKVStore<br>方法 or 属性:getResultSet(deviceId: string, predicates: dataSharePredicates.DataSharePredicates): Promise<KVStoreResultSet>;<br>model:@StageModelOnly|@ohos.data.distributedKVStore.d.ts|
|废弃版本有变化|类名:SyncMode<br>方法 or 属性:SYNC_MODE_PUSH = 0<br>废弃版本:N/A|类名:SyncMode<br>方法 or 属性:SYNC_MODE_PUSH = 0<br>废弃版本:9<br>代替接口:ohos.data.relationalStore.SyncMode.SYNC_MODE_PUSH |@ohos.data.rdb.d.ts|
|废弃版本有变化|类名:SyncMode<br>方法 or 属性:SYNC_MODE_PULL = 1<br>废弃版本:N/A|类名:SyncMode<br>方法 or 属性:SYNC_MODE_PULL = 1<br>废弃版本:9<br>代替接口:ohos.data.relationalStore.SyncMode.SYNC_MODE_PULL |@ohos.data.rdb.d.ts|
|废弃版本有变化|类名:SubscribeType<br>方法 or 属性:SUBSCRIBE_TYPE_REMOTE = 0<br>废弃版本:N/A|类名:SubscribeType<br>方法 or 属性:SUBSCRIBE_TYPE_REMOTE = 0<br>废弃版本:9<br>代替接口:ohos.data.relationalStore.SubscribeType.SUBSCRIBE_TYPE_REMOTE |@ohos.data.rdb.d.ts|
|废弃版本有变化|类名:SecurityLevel<br>方法 or 属性:S1 = 1<br>废弃版本:N/A|类名:SecurityLevel<br>方法 or 属性:S1 = 1<br>废弃版本:9<br>代替接口:ohos.data.relationalStore.SubscribeType.SecurityLevel.S1 |@ohos.data.rdb.d.ts|
|废弃版本有变化|类名:SecurityLevel<br>方法 or 属性:S2 = 2<br>废弃版本:N/A|类名:SecurityLevel<br>方法 or 属性:S2 = 2<br>废弃版本:9<br>代替接口:ohos.data.relationalStore.SubscribeType.SecurityLevel.S2 |@ohos.data.rdb.d.ts|
|废弃版本有变化|类名:SecurityLevel<br>方法 or 属性:S3 = 3<br>废弃版本:N/A|类名:SecurityLevel<br>方法 or 属性:S3 = 3<br>废弃版本:9<br>代替接口:ohos.data.relationalStore.SubscribeType.SecurityLevel.S3 |@ohos.data.rdb.d.ts|
|废弃版本有变化|类名:SecurityLevel<br>方法 or 属性:S4 = 4<br>废弃版本:N/A|类名:SecurityLevel<br>方法 or 属性:S4 = 4<br>废弃版本:9<br>代替接口:ohos.data.relationalStore.SubscribeType.SecurityLevel.S4 |@ohos.data.rdb.d.ts|
|废弃版本有变化|类名:RdbStoreV9<br>方法 or 属性:update(table: string, values: ValuesBucket, predicates: dataSharePredicates.DataSharePredicates): Promise<number>;<br>废弃版本:N/A|类名:RdbStoreV9<br>方法 or 属性:update(table: string, values: ValuesBucket, predicates: dataSharePredicates.DataSharePredicates): Promise<number>;<br>废弃版本:9<br>代替接口:ohos.data.relationalStore.RdbStore.update |@ohos.data.rdb.d.ts|
|废弃版本有变化|类名:RdbStoreV9<br>方法 or 属性:delete(predicates: RdbPredicatesV9, callback: AsyncCallback<number>): void;<br>废弃版本:N/A|类名:RdbStoreV9<br>方法 or 属性:delete(predicates: RdbPredicatesV9, callback: AsyncCallback<number>): void;<br>废弃版本:9<br>代替接口:ohos.data.relationalStore.RdbStore.delete |@ohos.data.rdb.d.ts|
|废弃版本有变化|类名:RdbStoreV9<br>方法 or 属性:delete(predicates: RdbPredicatesV9): Promise<number>;<br>废弃版本:N/A|类名:RdbStoreV9<br>方法 or 属性:delete(predicates: RdbPredicatesV9): Promise<number>;<br>废弃版本:9<br>代替接口:ohos.data.relationalStore.RdbStore.delete |@ohos.data.rdb.d.ts|
|废弃版本有变化|类名:RdbStoreV9<br>方法 or 属性:delete(table: string, predicates: dataSharePredicates.DataSharePredicates, callback: AsyncCallback<number>): void;<br>废弃版本:N/A|类名:RdbStoreV9<br>方法 or 属性:delete(table: string, predicates: dataSharePredicates.DataSharePredicates, callback: AsyncCallback<number>): void;<br>废弃版本:9<br>代替接口:ohos.data.relationalStore.RdbStore.delete |@ohos.data.rdb.d.ts|
|废弃版本有变化|类名:RdbStoreV9<br>方法 or 属性:delete(table: string, predicates: dataSharePredicates.DataSharePredicates): Promise<number>;<br>废弃版本:N/A|类名:RdbStoreV9<br>方法 or 属性:delete(table: string, predicates: dataSharePredicates.DataSharePredicates): Promise<number>;<br>废弃版本:9<br>代替接口:ohos.data.relationalStore.RdbStore.delete |@ohos.data.rdb.d.ts|
|废弃版本有变化|类名:RdbStoreV9<br>方法 or 属性:query(predicates: RdbPredicatesV9, columns: Array<string>, callback: AsyncCallback<ResultSetV9>): void;<br>废弃版本:N/A|类名:RdbStoreV9<br>方法 or 属性:query(predicates: RdbPredicatesV9, columns: Array<string>, callback: AsyncCallback<ResultSetV9>): void;<br>废弃版本:9<br>代替接口:ohos.data.relationalStore.RdbStore.query |@ohos.data.rdb.d.ts|
|废弃版本有变化|类名:RdbStoreV9<br>方法 or 属性:query(predicates: RdbPredicatesV9, columns ?: Array<string>): Promise<ResultSetV9>;<br>废弃版本:N/A|类名:RdbStoreV9<br>方法 or 属性:query(predicates: RdbPredicatesV9, columns ?: Array<string>): Promise<ResultSetV9>;<br>废弃版本:9<br>代替接口:ohos.data.relationalStore.RdbStore.query |@ohos.data.rdb.d.ts|
|废弃版本有变化|类名:RdbStoreV9<br>方法 or 属性:querySql(sql: string, bindArgs: Array<ValueType>, callback: AsyncCallback<ResultSetV9>): void;<br>废弃版本:N/A|类名:RdbStoreV9<br>方法 or 属性:querySql(sql: string, bindArgs: Array<ValueType>, callback: AsyncCallback<ResultSetV9>): void;<br>废弃版本:9<br>代替接口:ohos.data.relationalStore.RdbStore.querySql |@ohos.data.rdb.d.ts|
|废弃版本有变化|类名:RdbStoreV9<br>方法 or 属性:querySql(sql: string, bindArgs ?: Array<ValueType>): Promise<ResultSetV9>;<br>废弃版本:N/A|类名:RdbStoreV9<br>方法 or 属性:querySql(sql: string, bindArgs ?: Array<ValueType>): Promise<ResultSetV9>;<br>废弃版本:9<br>代替接口:ohos.data.relationalStore.RdbStore.querySql |@ohos.data.rdb.d.ts|
|废弃版本有变化|类名:RdbStoreV9<br>方法 or 属性:executeSql(sql: string, bindArgs: Array<ValueType>, callback: AsyncCallback<void>): void;<br>废弃版本:N/A|类名:RdbStoreV9<br>方法 or 属性:executeSql(sql: string, bindArgs: Array<ValueType>, callback: AsyncCallback<void>): void;<br>废弃版本:9<br>代替接口:ohos.data.relationalStore.RdbStore.executeSql |@ohos.data.rdb.d.ts|
|废弃版本有变化|类名:RdbStoreV9<br>方法 or 属性:executeSql(sql: string, bindArgs ?: Array<ValueType>): Promise<void>;<br>废弃版本:N/A|类名:RdbStoreV9<br>方法 or 属性:executeSql(sql: string, bindArgs ?: Array<ValueType>): Promise<void>;<br>废弃版本:9<br>代替接口:ohos.data.relationalStore.RdbStore.executeSql |@ohos.data.rdb.d.ts|
|废弃版本有变化|类名:RdbStoreV9<br>方法 or 属性:beginTransaction(): void;<br>废弃版本:N/A|类名:RdbStoreV9<br>方法 or 属性:beginTransaction(): void;<br>废弃版本:9<br>代替接口:ohos.data.relationalStore.RdbStore.beginTransaction |@ohos.data.rdb.d.ts|
|废弃版本有变化|类名:RdbStoreV9<br>方法 or 属性:commit(): void;<br>废弃版本:N/A|类名:RdbStoreV9<br>方法 or 属性:commit(): void;<br>废弃版本:9<br>代替接口:ohos.data.relationalStore.RdbStore.commit |@ohos.data.rdb.d.ts|
|废弃版本有变化|类名:RdbStoreV9<br>方法 or 属性:rollBack(): void;<br>废弃版本:N/A|类名:RdbStoreV9<br>方法 or 属性:rollBack(): void;<br>废弃版本:9<br>代替接口:ohos.data.relationalStore.RdbStore.rollBack |@ohos.data.rdb.d.ts|
|废弃版本有变化|类名:RdbStoreV9<br>方法 or 属性:backup(destName: string, callback: AsyncCallback<void>): void;<br>废弃版本:N/A|类名:RdbStoreV9<br>方法 or 属性:backup(destName: string, callback: AsyncCallback<void>): void;<br>废弃版本:9<br>代替接口:ohos.data.relationalStore.RdbStore.backup |@ohos.data.rdb.d.ts|
|废弃版本有变化|类名:RdbStoreV9<br>方法 or 属性:backup(destName: string): Promise<void>;<br>废弃版本:N/A|类名:RdbStoreV9<br>方法 or 属性:backup(destName: string): Promise<void>;<br>废弃版本:9<br>代替接口:ohos.data.relationalStore.RdbStore.backup |@ohos.data.rdb.d.ts|
|废弃版本有变化|类名:RdbStoreV9<br>方法 or 属性:restore(srcName: string, callback: AsyncCallback<void>): void;<br>废弃版本:N/A|类名:RdbStoreV9<br>方法 or 属性:restore(srcName: string, callback: AsyncCallback<void>): void;<br>废弃版本:9<br>代替接口:ohos.data.relationalStore.RdbStore.restore |@ohos.data.rdb.d.ts|
|废弃版本有变化|类名:RdbStoreV9<br>方法 or 属性:restore(srcName: string): Promise<void>;<br>废弃版本:N/A|类名:RdbStoreV9<br>方法 or 属性:restore(srcName: string): Promise<void>;<br>废弃版本:9<br>代替接口:ohos.data.relationalStore.RdbStore.restore |@ohos.data.rdb.d.ts|
|废弃版本有变化|类名:RdbStoreV9<br>方法 or 属性:setDistributedTables(tables: Array<string>, callback: AsyncCallback<void>): void;<br>废弃版本:N/A|类名:RdbStoreV9<br>方法 or 属性:setDistributedTables(tables: Array<string>, callback: AsyncCallback<void>): void;<br>废弃版本:9<br>代替接口:ohos.data.relationalStore.RdbStore.setDistributedTables |@ohos.data.rdb.d.ts|
|废弃版本有变化|类名:RdbStoreV9<br>方法 or 属性:setDistributedTables(tables: Array<string>): Promise<void>;<br>废弃版本:N/A|类名:RdbStoreV9<br>方法 or 属性:setDistributedTables(tables: Array<string>): Promise<void>;<br>废弃版本:9<br>代替接口:ohos.data.relationalStore.RdbStore.setDistributedTables |@ohos.data.rdb.d.ts|
|废弃版本有变化|类名:RdbStoreV9<br>方法 or 属性:obtainDistributedTableName(device: string, table: string, callback: AsyncCallback<string>): void;<br>废弃版本:N/A|类名:RdbStoreV9<br>方法 or 属性:obtainDistributedTableName(device: string, table: string, callback: AsyncCallback<string>): void;<br>废弃版本:9<br>代替接口:ohos.data.relationalStore.RdbStore.obtainDistributedTableName |@ohos.data.rdb.d.ts|
|废弃版本有变化|类名:RdbStoreV9<br>方法 or 属性:obtainDistributedTableName(device: string, table: string): Promise<string>;<br>废弃版本:N/A|类名:RdbStoreV9<br>方法 or 属性:obtainDistributedTableName(device: string, table: string): Promise<string>;<br>废弃版本:9<br>代替接口:ohos.data.relationalStore.RdbStore.obtainDistributedTableName |@ohos.data.rdb.d.ts|
|废弃版本有变化|类名:RdbStoreV9<br>方法 or 属性:sync(mode: SyncMode, predicates: RdbPredicatesV9, callback: AsyncCallback<Array<[string,number]>>): void;<br>废弃版本:N/A|类名:RdbStoreV9<br>方法 or 属性:sync(mode: SyncMode, predicates: RdbPredicatesV9, callback: AsyncCallback<Array<[string,number]>>): void;<br>废弃版本:9<br>代替接口:ohos.data.relationalStore.RdbStore.sync |@ohos.data.rdb.d.ts|
|废弃版本有变化|类名:RdbStoreV9<br>方法 or 属性:sync(mode: SyncMode, predicates: RdbPredicatesV9): Promise<Array<[string,number]>>;<br>废弃版本:N/A|类名:RdbStoreV9<br>方法 or 属性:sync(mode: SyncMode, predicates: RdbPredicatesV9): Promise<Array<[string,number]>>;<br>废弃版本:9<br>代替接口:ohos.data.relationalStore.RdbStore.sync |@ohos.data.rdb.d.ts|
|废弃版本有变化|类名:RdbStoreV9<br>方法 or 属性:on(event: 'dataChange', type: SubscribeType, observer: Callback<Array<string>>): void;<br>废弃版本:N/A|类名:RdbStoreV9<br>方法 or 属性:on(event: 'dataChange', type: SubscribeType, observer: Callback<Array<string>>): void;<br>废弃版本:9<br>代替接口:ohos.data.relationalStore.RdbStore.on |@ohos.data.rdb.d.ts|
|废弃版本有变化|类名:RdbStoreV9<br>方法 or 属性:off(event: 'dataChange', type: SubscribeType, observer: Callback<Array<string>>): void;<br>废弃版本:N/A|类名:RdbStoreV9<br>方法 or 属性:off(event: 'dataChange', type: SubscribeType, observer: Callback<Array<string>>): void;<br>废弃版本:9<br>代替接口:ohos.data.relationalStore.RdbStore.off |@ohos.data.rdb.d.ts|
|废弃版本有变化|类名:StoreConfigV9<br>方法 or 属性:name: string;<br>废弃版本:N/A|类名:StoreConfigV9<br>方法 or 属性:name: string;<br>废弃版本:9<br>代替接口:ohos.data.relationalStore.StoreConfig.name |@ohos.data.rdb.d.ts|
|废弃版本有变化|类名:StoreConfigV9<br>方法 or 属性:securityLevel: SecurityLevel;<br>废弃版本:N/A|类名:StoreConfigV9<br>方法 or 属性:securityLevel: SecurityLevel;<br>废弃版本:9<br>代替接口:ohos.data.relationalStore.StoreConfig.securityLevel |@ohos.data.rdb.d.ts|
|废弃版本有变化|类名:StoreConfigV9<br>方法 or 属性:encrypt ?: boolean;<br>废弃版本:N/A|类名:StoreConfigV9<br>方法 or 属性:encrypt ?: boolean;<br>废弃版本:9<br>代替接口:ohos.data.relationalStore.StoreConfig.encrypt |@ohos.data.rdb.d.ts|
|废弃版本有变化|类名:RdbPredicatesV9<br>方法 or 属性:constructor(name: string)<br>废弃版本:N/A|类名:RdbPredicatesV9<br>方法 or 属性:constructor(name: string)<br>废弃版本:9<br>代替接口:ohos.data.relationalStore.RdbPredicates.constructor |@ohos.data.rdb.d.ts|
|废弃版本有变化|类名:RdbPredicatesV9<br>方法 or 属性:inDevices(devices: Array<string>): RdbPredicatesV9;<br>废弃版本:N/A|类名:RdbPredicatesV9<br>方法 or 属性:inDevices(devices: Array<string>): RdbPredicatesV9;<br>废弃版本:9<br>代替接口:ohos.data.relationalStore.RdbPredicates.inDevices |@ohos.data.rdb.d.ts|
|废弃版本有变化|类名:RdbPredicatesV9<br>方法 or 属性:inAllDevices(): RdbPredicatesV9;<br>废弃版本:N/A|类名:RdbPredicatesV9<br>方法 or 属性:inAllDevices(): RdbPredicatesV9;<br>废弃版本:9<br>代替接口:ohos.data.relationalStore.RdbPredicates.inAllDevices |@ohos.data.rdb.d.ts|
|废弃版本有变化|类名:RdbPredicatesV9<br>方法 or 属性:equalTo(field: string, value: ValueType): RdbPredicatesV9;<br>废弃版本:N/A|类名:RdbPredicatesV9<br>方法 or 属性:equalTo(field: string, value: ValueType): RdbPredicatesV9;<br>废弃版本:9<br>代替接口:ohos.data.relationalStore.RdbPredicates.equalTo |@ohos.data.rdb.d.ts|
|废弃版本有变化|类名:RdbPredicatesV9<br>方法 or 属性:notEqualTo(field: string, value: ValueType): RdbPredicatesV9;<br>废弃版本:N/A|类名:RdbPredicatesV9<br>方法 or 属性:notEqualTo(field: string, value: ValueType): RdbPredicatesV9;<br>废弃版本:9<br>代替接口:ohos.data.relationalStore.RdbPredicates.notEqualTo |@ohos.data.rdb.d.ts|
|废弃版本有变化|类名:RdbPredicatesV9<br>方法 or 属性:beginWrap(): RdbPredicatesV9;<br>废弃版本:N/A|类名:RdbPredicatesV9<br>方法 or 属性:beginWrap(): RdbPredicatesV9;<br>废弃版本:9<br>代替接口:ohos.data.relationalStore.RdbPredicates.beginWrap |@ohos.data.rdb.d.ts|
|废弃版本有变化|类名:RdbPredicatesV9<br>方法 or 属性:endWrap(): RdbPredicatesV9;<br>废弃版本:N/A|类名:RdbPredicatesV9<br>方法 or 属性:endWrap(): RdbPredicatesV9;<br>废弃版本:9<br>代替接口:ohos.data.relationalStore.RdbPredicates.endWrap |@ohos.data.rdb.d.ts|
|废弃版本有变化|类名:RdbPredicatesV9<br>方法 or 属性:or(): RdbPredicatesV9;<br>废弃版本:N/A|类名:RdbPredicatesV9<br>方法 or 属性:or(): RdbPredicatesV9;<br>废弃版本:9<br>代替接口:ohos.data.relationalStore.RdbPredicates.or |@ohos.data.rdb.d.ts|
|废弃版本有变化|类名:RdbPredicatesV9<br>方法 or 属性:and(): RdbPredicatesV9;<br>废弃版本:N/A|类名:RdbPredicatesV9<br>方法 or 属性:and(): RdbPredicatesV9;<br>废弃版本:9<br>代替接口:ohos.data.relationalStore.RdbPredicates.and |@ohos.data.rdb.d.ts|
|废弃版本有变化|类名:RdbPredicatesV9<br>方法 or 属性:contains(field: string, value: string): RdbPredicatesV9;<br>废弃版本:N/A|类名:RdbPredicatesV9<br>方法 or 属性:contains(field: string, value: string): RdbPredicatesV9;<br>废弃版本:9<br>代替接口:ohos.data.relationalStore.RdbPredicates.contains |@ohos.data.rdb.d.ts|
|废弃版本有变化|类名:RdbPredicatesV9<br>方法 or 属性:beginsWith(field: string, value: string): RdbPredicatesV9;<br>废弃版本:N/A|类名:RdbPredicatesV9<br>方法 or 属性:beginsWith(field: string, value: string): RdbPredicatesV9;<br>废弃版本:9<br>代替接口:ohos.data.relationalStore.RdbPredicates.beginsWith |@ohos.data.rdb.d.ts|
|废弃版本有变化|类名:RdbPredicatesV9<br>方法 or 属性:endsWith(field: string, value: string): RdbPredicatesV9;<br>废弃版本:N/A|类名:RdbPredicatesV9<br>方法 or 属性:endsWith(field: string, value: string): RdbPredicatesV9;<br>废弃版本:9<br>代替接口:ohos.data.relationalStore.RdbPredicates.endsWith |@ohos.data.rdb.d.ts|
|废弃版本有变化|类名:RdbPredicatesV9<br>方法 or 属性:isNull(field: string): RdbPredicatesV9;<br>废弃版本:N/A|类名:RdbPredicatesV9<br>方法 or 属性:isNull(field: string): RdbPredicatesV9;<br>废弃版本:9<br>代替接口:ohos.data.relationalStore.RdbPredicates.isNull |@ohos.data.rdb.d.ts|
|废弃版本有变化|类名:RdbPredicatesV9<br>方法 or 属性:isNotNull(field: string): RdbPredicatesV9;<br>废弃版本:N/A|类名:RdbPredicatesV9<br>方法 or 属性:isNotNull(field: string): RdbPredicatesV9;<br>废弃版本:9<br>代替接口:ohos.data.relationalStore.RdbPredicates.isNotNull |@ohos.data.rdb.d.ts|
|废弃版本有变化|类名:RdbPredicatesV9<br>方法 or 属性:like(field: string, value: string): RdbPredicatesV9;<br>废弃版本:N/A|类名:RdbPredicatesV9<br>方法 or 属性:like(field: string, value: string): RdbPredicatesV9;<br>废弃版本:9<br>代替接口:ohos.data.relationalStore.RdbPredicates.like |@ohos.data.rdb.d.ts|
|废弃版本有变化|类名:RdbPredicatesV9<br>方法 or 属性:glob(field: string, value: string): RdbPredicatesV9;<br>废弃版本:N/A|类名:RdbPredicatesV9<br>方法 or 属性:glob(field: string, value: string): RdbPredicatesV9;<br>废弃版本:9<br>代替接口:ohos.data.relationalStore.RdbPredicates.glob |@ohos.data.rdb.d.ts|
|废弃版本有变化|类名:RdbPredicatesV9<br>方法 or 属性:between(field: string, low: ValueType, high: ValueType): RdbPredicatesV9;<br>废弃版本:N/A|类名:RdbPredicatesV9<br>方法 or 属性:between(field: string, low: ValueType, high: ValueType): RdbPredicatesV9;<br>废弃版本:9<br>代替接口:ohos.data.relationalStore.RdbPredicates.between |@ohos.data.rdb.d.ts|
|废弃版本有变化|类名:RdbPredicatesV9<br>方法 or 属性:notBetween(field: string, low: ValueType, high: ValueType): RdbPredicatesV9;<br>废弃版本:N/A|类名:RdbPredicatesV9<br>方法 or 属性:notBetween(field: string, low: ValueType, high: ValueType): RdbPredicatesV9;<br>废弃版本:9<br>代替接口:ohos.data.relationalStore.RdbPredicates.notBetween |@ohos.data.rdb.d.ts|
|废弃版本有变化|类名:RdbPredicatesV9<br>方法 or 属性:greaterThan(field: string, value: ValueType): RdbPredicatesV9;<br>废弃版本:N/A|类名:RdbPredicatesV9<br>方法 or 属性:greaterThan(field: string, value: ValueType): RdbPredicatesV9;<br>废弃版本:9<br>代替接口:ohos.data.relationalStore.RdbPredicates.greaterThan |@ohos.data.rdb.d.ts|
|废弃版本有变化|类名:RdbPredicatesV9<br>方法 or 属性:lessThan(field: string, value: ValueType): RdbPredicatesV9;<br>废弃版本:N/A|类名:RdbPredicatesV9<br>方法 or 属性:lessThan(field: string, value: ValueType): RdbPredicatesV9;<br>废弃版本:9<br>代替接口:ohos.data.relationalStore.RdbPredicates.lessThan |@ohos.data.rdb.d.ts|
|废弃版本有变化|类名:RdbPredicatesV9<br>方法 or 属性:greaterThanOrEqualTo(field: string, value: ValueType): RdbPredicatesV9;<br>废弃版本:N/A|类名:RdbPredicatesV9<br>方法 or 属性:greaterThanOrEqualTo(field: string, value: ValueType): RdbPredicatesV9;<br>废弃版本:9<br>代替接口:ohos.data.relationalStore.RdbPredicates.greaterThanOrEqualTo |@ohos.data.rdb.d.ts|
|废弃版本有变化|类名:RdbPredicatesV9<br>方法 or 属性:lessThanOrEqualTo(field: string, value: ValueType): RdbPredicatesV9;<br>废弃版本:N/A|类名:RdbPredicatesV9<br>方法 or 属性:lessThanOrEqualTo(field: string, value: ValueType): RdbPredicatesV9;<br>废弃版本:9<br>代替接口:ohos.data.relationalStore.RdbPredicates.lessThanOrEqualTo |@ohos.data.rdb.d.ts|
|废弃版本有变化|类名:RdbPredicatesV9<br>方法 or 属性:orderByAsc(field: string): RdbPredicatesV9;<br>废弃版本:N/A|类名:RdbPredicatesV9<br>方法 or 属性:orderByAsc(field: string): RdbPredicatesV9;<br>废弃版本:9<br>代替接口:ohos.data.relationalStore.RdbPredicates.orderByAsc |@ohos.data.rdb.d.ts|
|废弃版本有变化|类名:RdbPredicatesV9<br>方法 or 属性:orderByDesc(field: string): RdbPredicatesV9;<br>废弃版本:N/A|类名:RdbPredicatesV9<br>方法 or 属性:orderByDesc(field: string): RdbPredicatesV9;<br>废弃版本:9<br>代替接口:ohos.data.relationalStore.RdbPredicates.orderByDesc |@ohos.data.rdb.d.ts|
|废弃版本有变化|类名:RdbPredicatesV9<br>方法 or 属性:distinct(): RdbPredicatesV9;<br>废弃版本:N/A|类名:RdbPredicatesV9<br>方法 or 属性:distinct(): RdbPredicatesV9;<br>废弃版本:9<br>代替接口:ohos.data.relationalStore.RdbPredicates.distinct |@ohos.data.rdb.d.ts|
|废弃版本有变化|类名:RdbPredicatesV9<br>方法 or 属性:limitAs(value: number): RdbPredicatesV9;<br>废弃版本:N/A|类名:RdbPredicatesV9<br>方法 or 属性:limitAs(value: number): RdbPredicatesV9;<br>废弃版本:9<br>代替接口:ohos.data.relationalStore.RdbPredicates.limitAs |@ohos.data.rdb.d.ts|
|废弃版本有变化|类名:RdbPredicatesV9<br>方法 or 属性:offsetAs(rowOffset: number): RdbPredicatesV9;<br>废弃版本:N/A|类名:RdbPredicatesV9<br>方法 or 属性:offsetAs(rowOffset: number): RdbPredicatesV9;<br>废弃版本:9<br>代替接口:ohos.data.relationalStore.RdbPredicates.offsetAs |@ohos.data.rdb.d.ts|
|废弃版本有变化|类名:RdbPredicatesV9<br>方法 or 属性:groupBy(fields: Array<string>): RdbPredicatesV9;<br>废弃版本:N/A|类名:RdbPredicatesV9<br>方法 or 属性:groupBy(fields: Array<string>): RdbPredicatesV9;<br>废弃版本:9<br>代替接口:ohos.data.relationalStore.RdbPredicates.groupBy |@ohos.data.rdb.d.ts|
|废弃版本有变化|类名:RdbPredicatesV9<br>方法 or 属性:indexedBy(field: string): RdbPredicatesV9;<br>废弃版本:N/A|类名:RdbPredicatesV9<br>方法 or 属性:indexedBy(field: string): RdbPredicatesV9;<br>废弃版本:9<br>代替接口:ohos.data.relationalStore.RdbPredicates.indexedBy |@ohos.data.rdb.d.ts|
|废弃版本有变化|类名:RdbPredicatesV9<br>方法 or 属性:in(field: string, value: Array<ValueType>): RdbPredicatesV9;<br>废弃版本:N/A|类名:RdbPredicatesV9<br>方法 or 属性:in(field: string, value: Array<ValueType>): RdbPredicatesV9;<br>废弃版本:9<br>代替接口:ohos.data.relationalStore.RdbPredicates.in |@ohos.data.rdb.d.ts|
|废弃版本有变化|类名:RdbPredicatesV9<br>方法 or 属性:notIn(field: string, value: Array<ValueType>): RdbPredicatesV9;<br>废弃版本:N/A|类名:RdbPredicatesV9<br>方法 or 属性:notIn(field: string, value: Array<ValueType>): RdbPredicatesV9;<br>废弃版本:9<br>代替接口:ohos.data.relationalStore.RdbPredicates.notIn |@ohos.data.rdb.d.ts|
|废弃版本有变化|类名:ResultSetV9<br>方法 or 属性:columnNames: Array<string>;<br>废弃版本:N/A|类名:ResultSetV9<br>方法 or 属性:columnNames: Array<string>;<br>废弃版本:9<br>代替接口:ohos.data.relationalStore.ResultSet.columnNames |resultSet.d.ts|
|废弃版本有变化|类名:ResultSetV9<br>方法 or 属性:columnCount: number;<br>废弃版本:N/A|类名:ResultSetV9<br>方法 or 属性:columnCount: number;<br>废弃版本:9<br>代替接口:ohos.data.relationalStore.ResultSet.columnCount |resultSet.d.ts|
|废弃版本有变化|类名:ResultSetV9<br>方法 or 属性:rowCount: number;<br>废弃版本:N/A|类名:ResultSetV9<br>方法 or 属性:rowCount: number;<br>废弃版本:9<br>代替接口:ohos.data.relationalStore.ResultSet.rowCount |resultSet.d.ts|
|废弃版本有变化|类名:ResultSetV9<br>方法 or 属性:rowIndex: number;<br>废弃版本:N/A|类名:ResultSetV9<br>方法 or 属性:rowIndex: number;<br>废弃版本:9<br>代替接口:ohos.data.relationalStore.ResultSet.rowIndex |resultSet.d.ts|
|废弃版本有变化|类名:ResultSetV9<br>方法 or 属性:isAtFirstRow: boolean;<br>废弃版本:N/A|类名:ResultSetV9<br>方法 or 属性:isAtFirstRow: boolean;<br>废弃版本:9<br>代替接口:ohos.data.relationalStore.ResultSet.isAtFirstRow |resultSet.d.ts|
|废弃版本有变化|类名:ResultSetV9<br>方法 or 属性:isAtLastRow: boolean;<br>废弃版本:N/A|类名:ResultSetV9<br>方法 or 属性:isAtLastRow: boolean;<br>废弃版本:9<br>代替接口:ohos.data.relationalStore.ResultSet.isAtLastRow |resultSet.d.ts|
|废弃版本有变化|类名:ResultSetV9<br>方法 or 属性:isEnded: boolean;<br>废弃版本:N/A|类名:ResultSetV9<br>方法 or 属性:isEnded: boolean;<br>废弃版本:9<br>代替接口:ohos.data.relationalStore.ResultSet.isEnded |resultSet.d.ts|
|废弃版本有变化|类名:ResultSetV9<br>方法 or 属性:isStarted: boolean;<br>废弃版本:N/A|类名:ResultSetV9<br>方法 or 属性:isStarted: boolean;<br>废弃版本:9<br>代替接口:ohos.data.relationalStore.ResultSet.isStarted |resultSet.d.ts|
|废弃版本有变化|类名:ResultSetV9<br>方法 or 属性:isClosed: boolean;<br>废弃版本:N/A|类名:ResultSetV9<br>方法 or 属性:isClosed: boolean;<br>废弃版本:9<br>代替接口:ohos.data.relationalStore.ResultSet.isClosed |resultSet.d.ts|
|废弃版本有变化|类名:ResultSetV9<br>方法 or 属性:getColumnIndex(columnName: string): number;<br>废弃版本:N/A|类名:ResultSetV9<br>方法 or 属性:getColumnIndex(columnName: string): number;<br>废弃版本:9<br>代替接口:ohos.data.relationalStore.ResultSet.getColumnIndex |resultSet.d.ts|
|废弃版本有变化|类名:ResultSetV9<br>方法 or 属性:getColumnName(columnIndex: number): string;<br>废弃版本:N/A|类名:ResultSetV9<br>方法 or 属性:getColumnName(columnIndex: number): string;<br>废弃版本:9<br>代替接口:ohos.data.relationalStore.ResultSet.getColumnName |resultSet.d.ts|
|废弃版本有变化|类名:ResultSetV9<br>方法 or 属性:goTo(offset: number): boolean;<br>废弃版本:N/A|类名:ResultSetV9<br>方法 or 属性:goTo(offset: number): boolean;<br>废弃版本:9<br>代替接口:ohos.data.relationalStore.ResultSet.goTo |resultSet.d.ts|
|废弃版本有变化|类名:ResultSetV9<br>方法 or 属性:goToRow(position: number): boolean;<br>废弃版本:N/A|类名:ResultSetV9<br>方法 or 属性:goToRow(position: number): boolean;<br>废弃版本:9<br>代替接口:ohos.data.relationalStore.ResultSet.goToRow |resultSet.d.ts|
|废弃版本有变化|类名:ResultSetV9<br>方法 or 属性:goToFirstRow(): boolean;<br>废弃版本:N/A|类名:ResultSetV9<br>方法 or 属性:goToFirstRow(): boolean;<br>废弃版本:9<br>代替接口:ohos.data.relationalStore.ResultSet.goToFirstRow |resultSet.d.ts|
|废弃版本有变化|类名:ResultSetV9<br>方法 or 属性:goToLastRow(): boolean;<br>废弃版本:N/A|类名:ResultSetV9<br>方法 or 属性:goToLastRow(): boolean;<br>废弃版本:9<br>代替接口:ohos.data.relationalStore.ResultSet.goToLastRow |resultSet.d.ts|
|废弃版本有变化|类名:ResultSetV9<br>方法 or 属性:goToNextRow(): boolean;<br>废弃版本:N/A|类名:ResultSetV9<br>方法 or 属性:goToNextRow(): boolean;<br>废弃版本:9<br>代替接口:ohos.data.relationalStore.ResultSet.goToNextRow |resultSet.d.ts|
|废弃版本有变化|类名:ResultSetV9<br>方法 or 属性:goToPreviousRow(): boolean;<br>废弃版本:N/A|类名:ResultSetV9<br>方法 or 属性:goToPreviousRow(): boolean;<br>废弃版本:9<br>代替接口:ohos.data.relationalStore.ResultSet.goToPreviousRow |resultSet.d.ts|
|废弃版本有变化|类名:ResultSetV9<br>方法 or 属性:getBlob(columnIndex: number): Uint8Array;<br>废弃版本:N/A|类名:ResultSetV9<br>方法 or 属性:getBlob(columnIndex: number): Uint8Array;<br>废弃版本:9<br>代替接口:ohos.data.relationalStore.ResultSet.getBlob |resultSet.d.ts|
|废弃版本有变化|类名:ResultSetV9<br>方法 or 属性:getString(columnIndex: number): string;<br>废弃版本:N/A|类名:ResultSetV9<br>方法 or 属性:getString(columnIndex: number): string;<br>废弃版本:9<br>代替接口:ohos.data.relationalStore.ResultSet.getString |resultSet.d.ts|
|废弃版本有变化|类名:ResultSetV9<br>方法 or 属性:getLong(columnIndex: number): number;<br>废弃版本:N/A|类名:ResultSetV9<br>方法 or 属性:getLong(columnIndex: number): number;<br>废弃版本:9<br>代替接口:ohos.data.relationalStore.ResultSet.getLong |resultSet.d.ts|
|废弃版本有变化|类名:ResultSetV9<br>方法 or 属性:getDouble(columnIndex: number): number;<br>废弃版本:N/A|类名:ResultSetV9<br>方法 or 属性:getDouble(columnIndex: number): number;<br>废弃版本:9<br>代替接口:ohos.data.relationalStore.ResultSet.getDouble |resultSet.d.ts|
|废弃版本有变化|类名:ResultSetV9<br>方法 or 属性:isColumnNull(columnIndex: number): boolean;<br>废弃版本:N/A|类名:ResultSetV9<br>方法 or 属性:isColumnNull(columnIndex: number): boolean;<br>废弃版本:9<br>代替接口:ohos.data.relationalStore.ResultSet.isColumnNull |resultSet.d.ts|
|废弃版本有变化|类名:ResultSetV9<br>方法 or 属性:close(): void;<br>废弃版本:N/A|类名:ResultSetV9<br>方法 or 属性:close(): void;<br>废弃版本:9<br>代替接口:ohos.data.relationalStore.ResultSet.close |resultSet.d.ts|
|新增|NA|模块名: ohos.file.environment<br>类名: Environment<br>方法 or 属性: function getStorageDataDir(): Promise<string>;|@ohos.file.environment.d.ts|
|新增|NA|模块名: ohos.file.environment<br>类名: Environment<br>方法 or 属性: function getStorageDataDir(callback: AsyncCallback<string>): void;|@ohos.file.environment.d.ts|
|新增|NA|模块名: ohos.file.environment<br>类名: Environment<br>方法 or 属性: function getUserDataDir(): Promise<string>;|@ohos.file.environment.d.ts|
|新增|NA|模块名: ohos.file.environment<br>类名: Environment<br>方法 or 属性: function getUserDataDir(callback: AsyncCallback<string>): void;|@ohos.file.environment.d.ts|
|新增|NA|模块名: ohos.file.fileAccess<br>类名: fileAccess<br>方法 or 属性: function getFileAccessAbilityInfo(callback: AsyncCallback<Array<Want>>): void;|@ohos.file.fileAccess.d.ts|
|新增|NA|模块名: ohos.file.fileAccess<br>类名: fileAccess<br>方法 or 属性: function getFileAccessAbilityInfo(): Promise<Array<Want>>;|@ohos.file.fileAccess.d.ts|
|新增|NA|模块名: ohos.file.fileAccess<br>类名: fileAccess<br>方法 or 属性: function createFileAccessHelper(context: Context): FileAccessHelper;|@ohos.file.fileAccess.d.ts|
|新增|NA|模块名: ohos.file.fileAccess<br>类名: fileAccess<br>方法 or 属性: function createFileAccessHelper(context: Context, wants: Array<Want>): FileAccessHelper;|@ohos.file.fileAccess.d.ts|
|新增|NA|模块名: ohos.file.securityLabel<br>类名: dataLevel<br>方法 or 属性: type dataLevel = 's0'\|'s1'\|'s2'\|'s3'\|'s4';|@ohos.file.securityLabel.d.ts|
|新增|NA|模块名: ohos.file.securityLabel<br>类名: dataLevel<br>方法 or 属性: type dataLevel = 's0'\|'s1'\|'s2'\|'s3'\|'s4';|@ohos.file.securityLabel.d.ts|
|新增|NA|模块名: ohos.file.securityLabel<br>类名: dataLevel<br>方法 or 属性: type dataLevel = 's0'\|'s1'\|'s2'\|'s3'\|'s4';|@ohos.file.securityLabel.d.ts|
|新增|NA|模块名: ohos.file.securityLabel<br>类名: dataLevel<br>方法 or 属性: type dataLevel = 's0'\|'s1'\|'s2'\|'s3'\|'s4';|@ohos.file.securityLabel.d.ts|
|新增|NA|模块名: ohos.file.securityLabel<br>类名: dataLevel<br>方法 or 属性: type dataLevel = 's0'\|'s1'\|'s2'\|'s3'\|'s4';|@ohos.file.securityLabel.d.ts|
|新增|NA|模块名: ohos.file.securityLabel<br>类名: securityLabel<br>方法 or 属性: function setSecurityLabel(path: string, type: dataLevel): Promise<void>;|@ohos.file.securityLabel.d.ts|
|新增|NA|模块名: ohos.file.securityLabel<br>类名: securityLabel<br>方法 or 属性: function setSecurityLabel(path: string, type: dataLevel, callback: AsyncCallback<void>): void;|@ohos.file.securityLabel.d.ts|
|新增|NA|模块名: ohos.file.securityLabel<br>类名: securityLabel<br>方法 or 属性: function setSecurityLabelSync(path: string, type: dataLevel): void;|@ohos.file.securityLabel.d.ts|
|新增|NA|模块名: ohos.file.securityLabel<br>类名: securityLabel<br>方法 or 属性: function getSecurityLabel(path: string): Promise<string>;|@ohos.file.securityLabel.d.ts|
|新增|NA|模块名: ohos.file.securityLabel<br>类名: securityLabel<br>方法 or 属性: function getSecurityLabel(path: string, callback: AsyncCallback<string>): void;|@ohos.file.securityLabel.d.ts|
|新增|NA|模块名: ohos.file.securityLabel<br>类名: securityLabel<br>方法 or 属性: function getSecurityLabelSync(path: string): string;|@ohos.file.securityLabel.d.ts|
|删除|模块名:ohos.geolocation<br>类名:geolocation<br>方法 or 属性:function enableLocation(callback: AsyncCallback<boolean>): void;|NA|@ohos.geolocation.d.ts|
|删除|模块名:ohos.geolocation<br>类名:geolocation<br>方法 or 属性:function enableLocation(): Promise<boolean>;|NA|@ohos.geolocation.d.ts|
|删除|模块名:ohos.geolocation<br>类名:geolocation<br>方法 or 属性:function disableLocation(callback: AsyncCallback<boolean>): void;|NA|@ohos.geolocation.d.ts|
|删除|模块名:ohos.geolocation<br>类名:geolocation<br>方法 or 属性:function disableLocation(): Promise<boolean>;|NA|@ohos.geolocation.d.ts|
|删除|模块名:ohos.geoLocationManager<br>类名:GeofenceRequest<br>方法 or 属性:priority: LocationRequestPriority;|NA|@ohos.geoLocationManager.d.ts|
|访问级别有变化|类名:ReverseGeocodingMockInfo<br>方法 or 属性:location: ReverseGeoCodeRequest;<br>访问级别:公开API|类名:ReverseGeocodingMockInfo<br>方法 or 属性:location: ReverseGeoCodeRequest;<br>访问级别:系统API|@ohos.geoLocationManager.d.ts|
|访问级别有变化|类名:ReverseGeocodingMockInfo<br>方法 or 属性:geoAddress: GeoAddress;<br>访问级别:公开API|类名:ReverseGeocodingMockInfo<br>方法 or 属性:geoAddress: GeoAddress;<br>访问级别:系统API|@ohos.geoLocationManager.d.ts|
|访问级别有变化|类名:LocationMockConfig<br>方法 or 属性:timeInterval: number;<br>访问级别:公开API|类名:LocationMockConfig<br>方法 or 属性:timeInterval: number;<br>访问级别:系统API|@ohos.geoLocationManager.d.ts|
|访问级别有变化|类名:LocationMockConfig<br>方法 or 属性:locations: Array<Location>;<br>访问级别:公开API|类名:LocationMockConfig<br>方法 or 属性:locations: Array<Location>;<br>访问级别:系统API|@ohos.geoLocationManager.d.ts|
|访问级别有变化|类名:GeoAddress<br>方法 or 属性:isFromMock?: Boolean;<br>访问级别:公开API|类名:GeoAddress<br>方法 or 属性:isFromMock?: Boolean;<br>访问级别:系统API|@ohos.geoLocationManager.d.ts|
|访问级别有变化|类名:Location<br>方法 or 属性:isFromMock?: Boolean;<br>访问级别:公开API|类名:Location<br>方法 or 属性:isFromMock?: Boolean;<br>访问级别:系统API|@ohos.geoLocationManager.d.ts|
|访问级别有变化|类名:LocationPrivacyType<br>方法 or 属性:OTHERS = 0<br>访问级别:公开API|类名:LocationPrivacyType<br>方法 or 属性:OTHERS = 0<br>访问级别:系统API|@ohos.geoLocationManager.d.ts|
|访问级别有变化|类名:LocationPrivacyType<br>方法 or 属性:STARTUP<br>访问级别:公开API|类名:LocationPrivacyType<br>方法 or 属性:STARTUP<br>访问级别:系统API|@ohos.geoLocationManager.d.ts|
|访问级别有变化|类名:LocationPrivacyType<br>方法 or 属性:CORE_LOCATION<br>访问级别:公开API|类名:LocationPrivacyType<br>方法 or 属性:CORE_LOCATION<br>访问级别:系统API|@ohos.geoLocationManager.d.ts|
|废弃版本有变化|类名:geolocation<br>方法 or 属性:function on(type: 'locationChange', request: LocationRequest, callback: Callback<Location>): void;<br>废弃版本:N/A|类名:geolocation<br>方法 or 属性:function on(type: 'locationChange', request: LocationRequest, callback: Callback<Location>): void;<br>废弃版本:9<br>代替接口:ohos.geoLocationManager/geoLocationManager.on|@ohos.geolocation.d.ts|
|废弃版本有变化|类名:geolocation<br>方法 or 属性:function off(type: 'locationChange', callback?: Callback<Location>): void;<br>废弃版本:N/A|类名:geolocation<br>方法 or 属性:function off(type: 'locationChange', callback?: Callback<Location>): void;<br>废弃版本:9<br>代替接口:ohos.geoLocationManager/geoLocationManager.off|@ohos.geolocation.d.ts|
|废弃版本有变化|类名:geolocation<br>方法 or 属性:function on(type: 'locationServiceState', callback: Callback<boolean>): void;<br>废弃版本:N/A|类名:geolocation<br>方法 or 属性:function on(type: 'locationServiceState', callback: Callback<boolean>): void;<br>废弃版本:9<br>代替接口:ohos.geoLocationManager/geoLocationManager.on|@ohos.geolocation.d.ts|
|废弃版本有变化|类名:geolocation<br>方法 or 属性:function off(type: 'locationServiceState', callback?: Callback<boolean>): void;<br>废弃版本:N/A|类名:geolocation<br>方法 or 属性:function off(type: 'locationServiceState', callback?: Callback<boolean>): void;<br>废弃版本:9<br>代替接口:ohos.geoLocationManager/geoLocationManager.off|@ohos.geolocation.d.ts|
|废弃版本有变化|类名:geolocation<br>方法 or 属性:function on(type: 'cachedGnssLocationsReporting', request: CachedGnssLocationsRequest, callback: Callback<Array<Location>>): void;<br>废弃版本:N/A|类名:geolocation<br>方法 or 属性:function on(type: 'cachedGnssLocationsReporting', request: CachedGnssLocationsRequest, callback: Callback<Array<Location>>): void;<br>废弃版本:9<br>代替接口:ohos.geoLocationManager/geoLocationManager.on|@ohos.geolocation.d.ts|
|废弃版本有变化|类名:geolocation<br>方法 or 属性:function off(type: 'cachedGnssLocationsReporting', callback?: Callback<Array<Location>>): void;<br>废弃版本:N/A|类名:geolocation<br>方法 or 属性:function off(type: 'cachedGnssLocationsReporting', callback?: Callback<Array<Location>>): void;<br>废弃版本:9<br>代替接口:ohos.geoLocationManager/geoLocationManager.off|@ohos.geolocation.d.ts|
|废弃版本有变化|类名:geolocation<br>方法 or 属性:function on(type: 'gnssStatusChange', callback: Callback<SatelliteStatusInfo>): void;<br>废弃版本:N/A|类名:geolocation<br>方法 or 属性:function on(type: 'gnssStatusChange', callback: Callback<SatelliteStatusInfo>): void;<br>废弃版本:9<br>代替接口:ohos.geoLocationManager/geoLocationManager.on|@ohos.geolocation.d.ts|
|废弃版本有变化|类名:geolocation<br>方法 or 属性:function off(type: 'gnssStatusChange', callback?: Callback<SatelliteStatusInfo>): void;<br>废弃版本:N/A|类名:geolocation<br>方法 or 属性:function off(type: 'gnssStatusChange', callback?: Callback<SatelliteStatusInfo>): void;<br>废弃版本:9<br>代替接口:ohos.geoLocationManager/geoLocationManager.off|@ohos.geolocation.d.ts|
|废弃版本有变化|类名:geolocation<br>方法 or 属性:function on(type: 'nmeaMessageChange', callback: Callback<string>): void;<br>废弃版本:N/A|类名:geolocation<br>方法 or 属性:function on(type: 'nmeaMessageChange', callback: Callback<string>): void;<br>废弃版本:9<br>代替接口:ohos.geoLocationManager/geoLocationManager.on|@ohos.geolocation.d.ts|
|废弃版本有变化|类名:geolocation<br>方法 or 属性:function off(type: 'nmeaMessageChange', callback?: Callback<string>): void;<br>废弃版本:N/A|类名:geolocation<br>方法 or 属性:function off(type: 'nmeaMessageChange', callback?: Callback<string>): void;<br>废弃版本:9<br>代替接口:ohos.geoLocationManager/geoLocationManager.off|@ohos.geolocation.d.ts|
|废弃版本有变化|类名:geolocation<br>方法 or 属性:function on(type: 'fenceStatusChange', request: GeofenceRequest, want: WantAgent): void;<br>废弃版本:N/A|类名:geolocation<br>方法 or 属性:function on(type: 'fenceStatusChange', request: GeofenceRequest, want: WantAgent): void;<br>废弃版本:9<br>代替接口:ohos.geoLocationManager/geoLocationManager.on|@ohos.geolocation.d.ts|
|废弃版本有变化|类名:geolocation<br>方法 or 属性:function off(type: 'fenceStatusChange', request: GeofenceRequest, want: WantAgent): void;<br>废弃版本:N/A|类名:geolocation<br>方法 or 属性:function off(type: 'fenceStatusChange', request: GeofenceRequest, want: WantAgent): void;<br>废弃版本:9<br>代替接口:ohos.geoLocationManager/geoLocationManager.off|@ohos.geolocation.d.ts|
|废弃版本有变化|类名:geolocation<br>方法 or 属性:function getCurrentLocation(request: CurrentLocationRequest, callback: AsyncCallback<Location>): void;<br>废弃版本:N/A|类名:geolocation<br>方法 or 属性:function getCurrentLocation(request: CurrentLocationRequest, callback: AsyncCallback<Location>): void;<br>废弃版本:9<br>代替接口:ohos.geoLocationManager/geoLocationManager.getCurrentLocation |@ohos.geolocation.d.ts|
|废弃版本有变化|类名:geolocation<br>方法 or 属性:function getCurrentLocation(callback: AsyncCallback<Location>): void;<br>废弃版本:N/A|类名:geolocation<br>方法 or 属性:function getCurrentLocation(callback: AsyncCallback<Location>): void;<br>废弃版本:9|@ohos.geolocation.d.ts|
|废弃版本有变化|类名:geolocation<br>方法 or 属性:function getCurrentLocation(request?: CurrentLocationRequest): Promise<Location>;<br>废弃版本:N/A|类名:geolocation<br>方法 or 属性:function getCurrentLocation(request?: CurrentLocationRequest): Promise<Location>;<br>废弃版本:9|@ohos.geolocation.d.ts|
|废弃版本有变化|类名:geolocation<br>方法 or 属性:function getLastLocation(callback: AsyncCallback<Location>): void;<br>废弃版本:N/A|类名:geolocation<br>方法 or 属性:function getLastLocation(callback: AsyncCallback<Location>): void;<br>废弃版本:9<br>代替接口:ohos.geoLocationManager/geoLocationManager.getLastLocation |@ohos.geolocation.d.ts|
|废弃版本有变化|类名:geolocation<br>方法 or 属性:function getLastLocation(): Promise<Location>;<br>废弃版本:N/A|类名:geolocation<br>方法 or 属性:function getLastLocation(): Promise<Location>;<br>废弃版本:9|@ohos.geolocation.d.ts|
|废弃版本有变化|类名:geolocation<br>方法 or 属性:function isLocationEnabled(callback: AsyncCallback<boolean>): void;<br>废弃版本:N/A|类名:geolocation<br>方法 or 属性:function isLocationEnabled(callback: AsyncCallback<boolean>): void;<br>废弃版本:9<br>代替接口:ohos.geoLocationManager/geoLocationManager.isLocationEnabled |@ohos.geolocation.d.ts|
|废弃版本有变化|类名:geolocation<br>方法 or 属性:function isLocationEnabled(): Promise<boolean>;<br>废弃版本:N/A|类名:geolocation<br>方法 or 属性:function isLocationEnabled(): Promise<boolean>;<br>废弃版本:9|@ohos.geolocation.d.ts|
|废弃版本有变化|类名:geolocation<br>方法 or 属性:function requestEnableLocation(callback: AsyncCallback<boolean>): void;<br>废弃版本:N/A|类名:geolocation<br>方法 or 属性:function requestEnableLocation(callback: AsyncCallback<boolean>): void;<br>废弃版本:9<br>代替接口:N/A|@ohos.geolocation.d.ts|
|废弃版本有变化|类名:geolocation<br>方法 or 属性:function requestEnableLocation(): Promise<boolean>;<br>废弃版本:N/A|类名:geolocation<br>方法 or 属性:function requestEnableLocation(): Promise<boolean>;<br>废弃版本:9|@ohos.geolocation.d.ts|
|废弃版本有变化|类名:geolocation<br>方法 or 属性:function getAddressesFromLocation(request: ReverseGeoCodeRequest, callback: AsyncCallback<Array<GeoAddress>>): void;<br>废弃版本:N/A|类名:geolocation<br>方法 or 属性:function getAddressesFromLocation(request: ReverseGeoCodeRequest, callback: AsyncCallback<Array<GeoAddress>>): void;<br>废弃版本:9<br>代替接口:ohos.geoLocationManager/geoLocationManager.getAddressesFromLocation |@ohos.geolocation.d.ts|
|废弃版本有变化|类名:geolocation<br>方法 or 属性:function getAddressesFromLocation(request: ReverseGeoCodeRequest): Promise<Array<GeoAddress>>;<br>废弃版本:N/A|类名:geolocation<br>方法 or 属性:function getAddressesFromLocation(request: ReverseGeoCodeRequest): Promise<Array<GeoAddress>>;<br>废弃版本:9|@ohos.geolocation.d.ts|
|废弃版本有变化|类名:geolocation<br>方法 or 属性:function getAddressesFromLocationName(request: GeoCodeRequest, callback: AsyncCallback<Array<GeoAddress>>): void;<br>废弃版本:N/A|类名:geolocation<br>方法 or 属性:function getAddressesFromLocationName(request: GeoCodeRequest, callback: AsyncCallback<Array<GeoAddress>>): void;<br>废弃版本:9<br>代替接口:ohos.geoLocationManager/geoLocationManager.getAddressesFromLocationName |@ohos.geolocation.d.ts|
|废弃版本有变化|类名:geolocation<br>方法 or 属性:function getAddressesFromLocationName(request: GeoCodeRequest): Promise<Array<GeoAddress>>;<br>废弃版本:N/A|类名:geolocation<br>方法 or 属性:function getAddressesFromLocationName(request: GeoCodeRequest): Promise<Array<GeoAddress>>;<br>废弃版本:9|@ohos.geolocation.d.ts|
|废弃版本有变化|类名:geolocation<br>方法 or 属性:function isGeoServiceAvailable(callback: AsyncCallback<boolean>): void;<br>废弃版本:N/A|类名:geolocation<br>方法 or 属性:function isGeoServiceAvailable(callback: AsyncCallback<boolean>): void;<br>废弃版本:9<br>代替接口:ohos.geoLocationManager/geoLocationManager.isGeocoderAvailable |@ohos.geolocation.d.ts|
|废弃版本有变化|类名:geolocation<br>方法 or 属性:function isGeoServiceAvailable(): Promise<boolean>;<br>废弃版本:N/A|类名:geolocation<br>方法 or 属性:function isGeoServiceAvailable(): Promise<boolean>;<br>废弃版本:9|@ohos.geolocation.d.ts|
|废弃版本有变化|类名:geolocation<br>方法 or 属性:function getCachedGnssLocationsSize(callback: AsyncCallback<number>): void;<br>废弃版本:N/A|类名:geolocation<br>方法 or 属性:function getCachedGnssLocationsSize(callback: AsyncCallback<number>): void;<br>废弃版本:9<br>代替接口:ohos.geoLocationManager/geoLocationManager.getCachedGnssLocationsSize |@ohos.geolocation.d.ts|
|废弃版本有变化|类名:geolocation<br>方法 or 属性:function getCachedGnssLocationsSize(): Promise<number>;<br>废弃版本:N/A|类名:geolocation<br>方法 or 属性:function getCachedGnssLocationsSize(): Promise<number>;<br>废弃版本:9|@ohos.geolocation.d.ts|
|废弃版本有变化|类名:geolocation<br>方法 or 属性:function flushCachedGnssLocations(callback: AsyncCallback<boolean>): void;<br>废弃版本:N/A|类名:geolocation<br>方法 or 属性:function flushCachedGnssLocations(callback: AsyncCallback<boolean>): void;<br>废弃版本:9<br>代替接口:ohos.geoLocationManager/geoLocationManager.flushCachedGnssLocations |@ohos.geolocation.d.ts|
|废弃版本有变化|类名:geolocation<br>方法 or 属性:function flushCachedGnssLocations(): Promise<boolean>;<br>废弃版本:N/A|类名:geolocation<br>方法 or 属性:function flushCachedGnssLocations(): Promise<boolean>;<br>废弃版本:9|@ohos.geolocation.d.ts|
|废弃版本有变化|类名:geolocation<br>方法 or 属性:function sendCommand(command: LocationCommand, callback: AsyncCallback<boolean>): void;<br>废弃版本:N/A|类名:geolocation<br>方法 or 属性:function sendCommand(command: LocationCommand, callback: AsyncCallback<boolean>): void;<br>废弃版本:9<br>代替接口:ohos.geoLocationManager/geoLocationManager.sendCommand |@ohos.geolocation.d.ts|
|废弃版本有变化|类名:geolocation<br>方法 or 属性:function sendCommand(command: LocationCommand): Promise<boolean>;<br>废弃版本:N/A|类名:geolocation<br>方法 or 属性:function sendCommand(command: LocationCommand): Promise<boolean>;<br>废弃版本:9|@ohos.geolocation.d.ts|
|废弃版本有变化|类名:Geolocation<br>方法 or 属性:static getLocation(options?: GetLocationOption): void;<br>废弃版本:N/A|类名:Geolocation<br>方法 or 属性:static getLocation(options?: GetLocationOption): void;<br>废弃版本:9<br>代替接口:ohos.geoLocationManager/geoLocationManager.getCurrentLocation |@system.geolocation.d.ts|
|废弃版本有变化|类名:Geolocation<br>方法 or 属性:static getLocationType(options?: GetLocationTypeOption): void;<br>废弃版本:N/A|类名:Geolocation<br>方法 or 属性:static getLocationType(options?: GetLocationTypeOption): void;<br>废弃版本:9<br>代替接口:N/A|@system.geolocation.d.ts|
|废弃版本有变化|类名:Geolocation<br>方法 or 属性:static subscribe(options: SubscribeLocationOption): void;<br>废弃版本:N/A|类名:Geolocation<br>方法 or 属性:static subscribe(options: SubscribeLocationOption): void;<br>废弃版本:9<br>代替接口:ohos.geoLocationManager/geoLocationManager.on|@system.geolocation.d.ts|
|废弃版本有变化|类名:Geolocation<br>方法 or 属性:static unsubscribe(): void;<br>废弃版本:N/A|类名:Geolocation<br>方法 or 属性:static unsubscribe(): void;<br>废弃版本:9<br>代替接口:ohos.geoLocationManager/geoLocationManager.off|@system.geolocation.d.ts|
|废弃版本有变化|类名:Geolocation<br>方法 or 属性:static getSupportedCoordTypes(): Array<string>;<br>废弃版本:N/A|类名:Geolocation<br>方法 or 属性:static getSupportedCoordTypes(): Array<string>;<br>废弃版本:9<br>代替接口:N/A|@system.geolocation.d.ts|
|起始版本有变化|类名:ReverseGeocodingMockInfo<br>方法 or 属性:location: ReverseGeoCodeRequest;<br>起始版本:N/A|类名:ReverseGeocodingMockInfo<br>方法 or 属性:location: ReverseGeoCodeRequest;<br>起始版本:9|@ohos.geoLocationManager.d.ts|
|起始版本有变化|类名:ReverseGeocodingMockInfo<br>方法 or 属性:geoAddress: GeoAddress;<br>起始版本:N/A|类名:ReverseGeocodingMockInfo<br>方法 or 属性:geoAddress: GeoAddress;<br>起始版本:9|@ohos.geoLocationManager.d.ts|
|起始版本有变化|类名:LocationMockConfig<br>方法 or 属性:timeInterval: number;<br>起始版本:N/A|类名:LocationMockConfig<br>方法 or 属性:timeInterval: number;<br>起始版本:9|@ohos.geoLocationManager.d.ts|
|起始版本有变化|类名:LocationMockConfig<br>方法 or 属性:locations: Array<Location>;<br>起始版本:N/A|类名:LocationMockConfig<br>方法 or 属性:locations: Array<Location>;<br>起始版本:9|@ohos.geoLocationManager.d.ts|
|起始版本有变化|类名:SatelliteStatusInfo<br>方法 or 属性:satellitesNumber: number;<br>起始版本:N/A|类名:SatelliteStatusInfo<br>方法 or 属性:satellitesNumber: number;<br>起始版本:9|@ohos.geoLocationManager.d.ts|
|起始版本有变化|类名:SatelliteStatusInfo<br>方法 or 属性:satelliteIds: Array<number>;<br>起始版本:N/A|类名:SatelliteStatusInfo<br>方法 or 属性:satelliteIds: Array<number>;<br>起始版本:9|@ohos.geoLocationManager.d.ts|
|起始版本有变化|类名:SatelliteStatusInfo<br>方法 or 属性:carrierToNoiseDensitys: Array<number>;<br>起始版本:N/A|类名:SatelliteStatusInfo<br>方法 or 属性:carrierToNoiseDensitys: Array<number>;<br>起始版本:9|@ohos.geoLocationManager.d.ts|
|起始版本有变化|类名:SatelliteStatusInfo<br>方法 or 属性:altitudes: Array<number>;<br>起始版本:N/A|类名:SatelliteStatusInfo<br>方法 or 属性:altitudes: Array<number>;<br>起始版本:9|@ohos.geoLocationManager.d.ts|
|起始版本有变化|类名:SatelliteStatusInfo<br>方法 or 属性:azimuths: Array<number>;<br>起始版本:N/A|类名:SatelliteStatusInfo<br>方法 or 属性:azimuths: Array<number>;<br>起始版本:9|@ohos.geoLocationManager.d.ts|
|起始版本有变化|类名:SatelliteStatusInfo<br>方法 or 属性:carrierFrequencies: Array<number>;<br>起始版本:N/A|类名:SatelliteStatusInfo<br>方法 or 属性:carrierFrequencies: Array<number>;<br>起始版本:9|@ohos.geoLocationManager.d.ts|
|起始版本有变化|类名:CachedGnssLocationsRequest<br>方法 or 属性:reportingPeriodSec: number;<br>起始版本:N/A|类名:CachedGnssLocationsRequest<br>方法 or 属性:reportingPeriodSec: number;<br>起始版本:9|@ohos.geoLocationManager.d.ts|
|起始版本有变化|类名:CachedGnssLocationsRequest<br>方法 or 属性:wakeUpCacheQueueFull: boolean;<br>起始版本:N/A|类名:CachedGnssLocationsRequest<br>方法 or 属性:wakeUpCacheQueueFull: boolean;<br>起始版本:9|@ohos.geoLocationManager.d.ts|
|起始版本有变化|类名:GeofenceRequest<br>方法 or 属性:scenario: LocationRequestScenario;<br>起始版本:N/A|类名:GeofenceRequest<br>方法 or 属性:scenario: LocationRequestScenario;<br>起始版本:9|@ohos.geoLocationManager.d.ts|
|起始版本有变化|类名:GeofenceRequest<br>方法 or 属性:geofence: Geofence;<br>起始版本:N/A|类名:GeofenceRequest<br>方法 or 属性:geofence: Geofence;<br>起始版本:9|@ohos.geoLocationManager.d.ts|
|起始版本有变化|类名:Geofence<br>方法 or 属性:latitude: number;<br>起始版本:N/A|类名:Geofence<br>方法 or 属性:latitude: number;<br>起始版本:9|@ohos.geoLocationManager.d.ts|
|起始版本有变化|类名:Geofence<br>方法 or 属性:longitude: number;<br>起始版本:N/A|类名:Geofence<br>方法 or 属性:longitude: number;<br>起始版本:9|@ohos.geoLocationManager.d.ts|
|起始版本有变化|类名:Geofence<br>方法 or 属性:radius: number;<br>起始版本:N/A|类名:Geofence<br>方法 or 属性:radius: number;<br>起始版本:9|@ohos.geoLocationManager.d.ts|
|起始版本有变化|类名:Geofence<br>方法 or 属性:expiration: number;<br>起始版本:N/A|类名:Geofence<br>方法 or 属性:expiration: number;<br>起始版本:9|@ohos.geoLocationManager.d.ts|
|起始版本有变化|类名:ReverseGeoCodeRequest<br>方法 or 属性:locale?: string;<br>起始版本:N/A|类名:ReverseGeoCodeRequest<br>方法 or 属性:locale?: string;<br>起始版本:9|@ohos.geoLocationManager.d.ts|
|起始版本有变化|类名:ReverseGeoCodeRequest<br>方法 or 属性:latitude: number;<br>起始版本:N/A|类名:ReverseGeoCodeRequest<br>方法 or 属性:latitude: number;<br>起始版本:9|@ohos.geoLocationManager.d.ts|
|起始版本有变化|类名:ReverseGeoCodeRequest<br>方法 or 属性:longitude: number;<br>起始版本:N/A|类名:ReverseGeoCodeRequest<br>方法 or 属性:longitude: number;<br>起始版本:9|@ohos.geoLocationManager.d.ts|
|起始版本有变化|类名:ReverseGeoCodeRequest<br>方法 or 属性:maxItems?: number;<br>起始版本:N/A|类名:ReverseGeoCodeRequest<br>方法 or 属性:maxItems?: number;<br>起始版本:9|@ohos.geoLocationManager.d.ts|
|起始版本有变化|类名:GeoCodeRequest<br>方法 or 属性:locale?: string;<br>起始版本:N/A|类名:GeoCodeRequest<br>方法 or 属性:locale?: string;<br>起始版本:9|@ohos.geoLocationManager.d.ts|
|起始版本有变化|类名:GeoCodeRequest<br>方法 or 属性:description: string;<br>起始版本:N/A|类名:GeoCodeRequest<br>方法 or 属性:description: string;<br>起始版本:9|@ohos.geoLocationManager.d.ts|
|起始版本有变化|类名:GeoCodeRequest<br>方法 or 属性:maxItems?: number;<br>起始版本:N/A|类名:GeoCodeRequest<br>方法 or 属性:maxItems?: number;<br>起始版本:9|@ohos.geoLocationManager.d.ts|
|起始版本有变化|类名:GeoCodeRequest<br>方法 or 属性:minLatitude?: number;<br>起始版本:N/A|类名:GeoCodeRequest<br>方法 or 属性:minLatitude?: number;<br>起始版本:9|@ohos.geoLocationManager.d.ts|
|起始版本有变化|类名:GeoCodeRequest<br>方法 or 属性:minLongitude?: number;<br>起始版本:N/A|类名:GeoCodeRequest<br>方法 or 属性:minLongitude?: number;<br>起始版本:9|@ohos.geoLocationManager.d.ts|
|起始版本有变化|类名:GeoCodeRequest<br>方法 or 属性:maxLatitude?: number;<br>起始版本:N/A|类名:GeoCodeRequest<br>方法 or 属性:maxLatitude?: number;<br>起始版本:9|@ohos.geoLocationManager.d.ts|
|起始版本有变化|类名:GeoCodeRequest<br>方法 or 属性:maxLongitude?: number;<br>起始版本:N/A|类名:GeoCodeRequest<br>方法 or 属性:maxLongitude?: number;<br>起始版本:9|@ohos.geoLocationManager.d.ts|
|起始版本有变化|类名:LocationRequest<br>方法 or 属性:priority?: LocationRequestPriority;<br>起始版本:N/A|类名:LocationRequest<br>方法 or 属性:priority?: LocationRequestPriority;<br>起始版本:9|@ohos.geoLocationManager.d.ts|
|起始版本有变化|类名:LocationRequest<br>方法 or 属性:scenario?: LocationRequestScenario;<br>起始版本:N/A|类名:LocationRequest<br>方法 or 属性:scenario?: LocationRequestScenario;<br>起始版本:9|@ohos.geoLocationManager.d.ts|
|起始版本有变化|类名:LocationRequest<br>方法 or 属性:timeInterval?: number;<br>起始版本:N/A|类名:LocationRequest<br>方法 or 属性:timeInterval?: number;<br>起始版本:9|@ohos.geoLocationManager.d.ts|
|起始版本有变化|类名:LocationRequest<br>方法 or 属性:distanceInterval?: number;<br>起始版本:N/A|类名:LocationRequest<br>方法 or 属性:distanceInterval?: number;<br>起始版本:9|@ohos.geoLocationManager.d.ts|
|起始版本有变化|类名:LocationRequest<br>方法 or 属性:maxAccuracy?: number;<br>起始版本:N/A|类名:LocationRequest<br>方法 or 属性:maxAccuracy?: number;<br>起始版本:9|@ohos.geoLocationManager.d.ts|
|起始版本有变化|类名:CurrentLocationRequest<br>方法 or 属性:priority?: LocationRequestPriority;<br>起始版本:N/A|类名:CurrentLocationRequest<br>方法 or 属性:priority?: LocationRequestPriority;<br>起始版本:9|@ohos.geoLocationManager.d.ts|
|起始版本有变化|类名:CurrentLocationRequest<br>方法 or 属性:scenario?: LocationRequestScenario;<br>起始版本:N/A|类名:CurrentLocationRequest<br>方法 or 属性:scenario?: LocationRequestScenario;<br>起始版本:9|@ohos.geoLocationManager.d.ts|
|起始版本有变化|类名:CurrentLocationRequest<br>方法 or 属性:maxAccuracy?: number;<br>起始版本:N/A|类名:CurrentLocationRequest<br>方法 or 属性:maxAccuracy?: number;<br>起始版本:9|@ohos.geoLocationManager.d.ts|
|起始版本有变化|类名:CurrentLocationRequest<br>方法 or 属性:timeoutMs?: number;<br>起始版本:N/A|类名:CurrentLocationRequest<br>方法 or 属性:timeoutMs?: number;<br>起始版本:9|@ohos.geoLocationManager.d.ts|
|起始版本有变化|类名:LocationRequestPriority<br>方法 or 属性:UNSET = 0x200<br>起始版本:N/A|类名:LocationRequestPriority<br>方法 or 属性:UNSET = 0x200<br>起始版本:9|@ohos.geoLocationManager.d.ts|
|起始版本有变化|类名:LocationRequestPriority<br>方法 or 属性:ACCURACY<br>起始版本:N/A|类名:LocationRequestPriority<br>方法 or 属性:ACCURACY<br>起始版本:9|@ohos.geoLocationManager.d.ts|
|起始版本有变化|类名:LocationRequestPriority<br>方法 or 属性:LOW_POWER<br>起始版本:N/A|类名:LocationRequestPriority<br>方法 or 属性:LOW_POWER<br>起始版本:9|@ohos.geoLocationManager.d.ts|
|起始版本有变化|类名:LocationRequestPriority<br>方法 or 属性:FIRST_FIX<br>起始版本:N/A|类名:LocationRequestPriority<br>方法 or 属性:FIRST_FIX<br>起始版本:9|@ohos.geoLocationManager.d.ts|
|起始版本有变化|类名:LocationRequestScenario<br>方法 or 属性:UNSET = 0x300<br>起始版本:N/A|类名:LocationRequestScenario<br>方法 or 属性:UNSET = 0x300<br>起始版本:9|@ohos.geoLocationManager.d.ts|
|起始版本有变化|类名:LocationRequestScenario<br>方法 or 属性:NAVIGATION<br>起始版本:N/A|类名:LocationRequestScenario<br>方法 or 属性:NAVIGATION<br>起始版本:9|@ohos.geoLocationManager.d.ts|
|起始版本有变化|类名:LocationRequestScenario<br>方法 or 属性:TRAJECTORY_TRACKING<br>起始版本:N/A|类名:LocationRequestScenario<br>方法 or 属性:TRAJECTORY_TRACKING<br>起始版本:9|@ohos.geoLocationManager.d.ts|
|起始版本有变化|类名:LocationRequestScenario<br>方法 or 属性:CAR_HAILING<br>起始版本:N/A|类名:LocationRequestScenario<br>方法 or 属性:CAR_HAILING<br>起始版本:9|@ohos.geoLocationManager.d.ts|
|起始版本有变化|类名:LocationRequestScenario<br>方法 or 属性:DAILY_LIFE_SERVICE<br>起始版本:N/A|类名:LocationRequestScenario<br>方法 or 属性:DAILY_LIFE_SERVICE<br>起始版本:9|@ohos.geoLocationManager.d.ts|
|起始版本有变化|类名:LocationRequestScenario<br>方法 or 属性:NO_POWER<br>起始版本:N/A|类名:LocationRequestScenario<br>方法 or 属性:NO_POWER<br>起始版本:9|@ohos.geoLocationManager.d.ts|
|起始版本有变化|类名:LocationPrivacyType<br>方法 or 属性:OTHERS = 0<br>起始版本:N/A|类名:LocationPrivacyType<br>方法 or 属性:OTHERS = 0<br>起始版本:9|@ohos.geoLocationManager.d.ts|
|起始版本有变化|类名:LocationPrivacyType<br>方法 or 属性:STARTUP<br>起始版本:N/A|类名:LocationPrivacyType<br>方法 or 属性:STARTUP<br>起始版本:9|@ohos.geoLocationManager.d.ts|
|起始版本有变化|类名:LocationPrivacyType<br>方法 or 属性:CORE_LOCATION<br>起始版本:N/A|类名:LocationPrivacyType<br>方法 or 属性:CORE_LOCATION<br>起始版本:9|@ohos.geoLocationManager.d.ts|
|起始版本有变化|类名:LocationCommand<br>方法 or 属性:scenario: LocationRequestScenario;<br>起始版本:N/A|类名:LocationCommand<br>方法 or 属性:scenario: LocationRequestScenario;<br>起始版本:9|@ohos.geoLocationManager.d.ts|
|起始版本有变化|类名:LocationCommand<br>方法 or 属性:command: string;<br>起始版本:N/A|类名:LocationCommand<br>方法 or 属性:command: string;<br>起始版本:9|@ohos.geoLocationManager.d.ts|
|起始版本有变化|类名:CountryCode<br>方法 or 属性:country: string;<br>起始版本:N/A|类名:CountryCode<br>方法 or 属性:country: string;<br>起始版本:9|@ohos.geoLocationManager.d.ts|
|起始版本有变化|类名:CountryCode<br>方法 or 属性:type: CountryCodeType;<br>起始版本:N/A|类名:CountryCode<br>方法 or 属性:type: CountryCodeType;<br>起始版本:9|@ohos.geoLocationManager.d.ts|
|起始版本有变化|类名:CountryCodeType<br>方法 or 属性:COUNTRY_CODE_FROM_LOCALE = 1<br>起始版本:N/A|类名:CountryCodeType<br>方法 or 属性:COUNTRY_CODE_FROM_LOCALE = 1<br>起始版本:9|@ohos.geoLocationManager.d.ts|
|起始版本有变化|类名:CountryCodeType<br>方法 or 属性:COUNTRY_CODE_FROM_SIM<br>起始版本:N/A|类名:CountryCodeType<br>方法 or 属性:COUNTRY_CODE_FROM_SIM<br>起始版本:9|@ohos.geoLocationManager.d.ts|
|起始版本有变化|类名:CountryCodeType<br>方法 or 属性:COUNTRY_CODE_FROM_LOCATION<br>起始版本:N/A|类名:CountryCodeType<br>方法 or 属性:COUNTRY_CODE_FROM_LOCATION<br>起始版本:9|@ohos.geoLocationManager.d.ts|
|起始版本有变化|类名:CountryCodeType<br>方法 or 属性:COUNTRY_CODE_FROM_NETWORK<br>起始版本:N/A|类名:CountryCodeType<br>方法 or 属性:COUNTRY_CODE_FROM_NETWORK<br>起始版本:9|@ohos.geoLocationManager.d.ts|
|新增(错误码)|NA|类名:geoLocationManager<br>方法 or 属性:function enableLocation(): Promise<void>;<br>错误码内容:201,202,801,3301000|@ohos.geoLocationManager.d.ts|
|新增(错误码)|NA|类名:geoLocationManager<br>方法 or 属性:function getCountryCode(): Promise<CountryCode>;<br>错误码内容:801,3301000,3301500|@ohos.geoLocationManager.d.ts|
|访问级别有变化|类名:ReverseGeocodingMockInfo<br>方法 or 属性:location: ReverseGeoCodeRequest;<br>访问级别:公开API|类名:ReverseGeocodingMockInfo<br>方法 or 属性:location: ReverseGeoCodeRequest;<br>访问级别:系统API|@ohos.geoLocationManager.d.ts|
|访问级别有变化|类名:ReverseGeocodingMockInfo<br>方法 or 属性:geoAddress: GeoAddress;<br>访问级别:公开API|类名:ReverseGeocodingMockInfo<br>方法 or 属性:geoAddress: GeoAddress;<br>访问级别:系统API|@ohos.geoLocationManager.d.ts|
|访问级别有变化|类名:LocationMockConfig<br>方法 or 属性:timeInterval: number;<br>访问级别:公开API|类名:LocationMockConfig<br>方法 or 属性:timeInterval: number;<br>访问级别:系统API|@ohos.geoLocationManager.d.ts|
|访问级别有变化|类名:LocationMockConfig<br>方法 or 属性:locations: Array<Location>;<br>访问级别:公开API|类名:LocationMockConfig<br>方法 or 属性:locations: Array<Location>;<br>访问级别:系统API|@ohos.geoLocationManager.d.ts|
|访问级别有变化|类名:GeoAddress<br>方法 or 属性:isFromMock?: Boolean;<br>访问级别:公开API|类名:GeoAddress<br>方法 or 属性:isFromMock?: Boolean;<br>访问级别:系统API|@ohos.geoLocationManager.d.ts|
|访问级别有变化|类名:Location<br>方法 or 属性:isFromMock?: Boolean;<br>访问级别:公开API|类名:Location<br>方法 or 属性:isFromMock?: Boolean;<br>访问级别:系统API|@ohos.geoLocationManager.d.ts|
|访问级别有变化|类名:LocationPrivacyType<br>方法 or 属性:OTHERS = 0<br>访问级别:公开API|类名:LocationPrivacyType<br>方法 or 属性:OTHERS = 0<br>访问级别:系统API|@ohos.geoLocationManager.d.ts|
|访问级别有变化|类名:LocationPrivacyType<br>方法 or 属性:STARTUP<br>访问级别:公开API|类名:LocationPrivacyType<br>方法 or 属性:STARTUP<br>访问级别:系统API|@ohos.geoLocationManager.d.ts|
|访问级别有变化|类名:LocationPrivacyType<br>方法 or 属性:CORE_LOCATION<br>访问级别:公开API|类名:LocationPrivacyType<br>方法 or 属性:CORE_LOCATION<br>访问级别:系统API|@ohos.geoLocationManager.d.ts|
|函数有变化|类名:ResourceManager<br>方法 or 属性:getStringValue(resource: Resource, callback: AsyncCallback<string>): void;<br>|类名:ResourceManager<br>方法 or 属性:getStringValue(resource: Resource, callback: _AsyncCallback<string>): void;<br>|@ohos.resourceManager.d.ts|
|函数有变化|类名:ResourceManager<br>方法 or 属性:getStringValue(resId: number, callback: AsyncCallback<string>): void;<br>|类名:ResourceManager<br>方法 or 属性:getStringValue(resource: Resource, callback: _AsyncCallback<string>): void;<br>|@ohos.resourceManager.d.ts|
|函数有变化|类名:ResourceManager<br>方法 or 属性:getStringArrayValue(resource: Resource, callback: AsyncCallback<Array<string>>): void;<br>|类名:ResourceManager<br>方法 or 属性:getStringArrayValue(resource: Resource, callback: _AsyncCallback<Array<string>>): void;<br>|@ohos.resourceManager.d.ts|
|函数有变化|类名:ResourceManager<br>方法 or 属性:getStringArrayValue(resId: number, callback: AsyncCallback<Array<string>>): void;<br>|类名:ResourceManager<br>方法 or 属性:getStringArrayValue(resource: Resource, callback: _AsyncCallback<Array<string>>): void;<br>|@ohos.resourceManager.d.ts|
|函数有变化|类名:ResourceManager<br>方法 or 属性:getMediaContent(resource: Resource, callback: AsyncCallback<Uint8Array>): void;<br>|类名:ResourceManager<br>方法 or 属性:getMediaContent(resource: Resource, callback: _AsyncCallback<Uint8Array>): void;<br>|@ohos.resourceManager.d.ts|
|函数有变化|类名:ResourceManager<br>方法 or 属性:getMediaContent(resId: number, callback: AsyncCallback<Uint8Array>): void;<br>|类名:ResourceManager<br>方法 or 属性:getMediaContent(resource: Resource, callback: _AsyncCallback<Uint8Array>): void;<br>|@ohos.resourceManager.d.ts|
|函数有变化|类名:ResourceManager<br>方法 or 属性:getMediaContentBase64(resource: Resource, callback: AsyncCallback<string>): void;<br>|类名:ResourceManager<br>方法 or 属性:getMediaContentBase64(resource: Resource, callback: _AsyncCallback<string>): void;<br>|@ohos.resourceManager.d.ts|
|函数有变化|类名:ResourceManager<br>方法 or 属性:getMediaContentBase64(resId: number, callback: AsyncCallback<string>): void;<br>|类名:ResourceManager<br>方法 or 属性:getMediaContentBase64(resource: Resource, callback: _AsyncCallback<string>): void;<br>|@ohos.resourceManager.d.ts|
|函数有变化|类名:ResourceManager<br>方法 or 属性:getDeviceCapability(callback: AsyncCallback<DeviceCapability>): void;<br>|类名:ResourceManager<br>方法 or 属性:getDeviceCapability(callback: _AsyncCallback<DeviceCapability>): void;<br>|@ohos.resourceManager.d.ts|
|函数有变化|类名:ResourceManager<br>方法 or 属性:getConfiguration(callback: AsyncCallback<Configuration>): void;<br>|类名:ResourceManager<br>方法 or 属性:getConfiguration(callback: _AsyncCallback<Configuration>): void;<br>|@ohos.resourceManager.d.ts|
|函数有变化|类名:ResourceManager<br>方法 or 属性:getPluralStringValue(resource: Resource, num: number, callback: AsyncCallback<string>): void;<br>|类名:ResourceManager<br>方法 or 属性:getPluralStringValue(resource: Resource, num: number, callback: _AsyncCallback<string>): void;<br>|@ohos.resourceManager.d.ts|
|函数有变化|类名:ResourceManager<br>方法 or 属性:getPluralStringValue(resId: number, num: number, callback: AsyncCallback<string>): void;<br>|类名:ResourceManager<br>方法 or 属性:getPluralStringValue(resource: Resource, num: number, callback: _AsyncCallback<string>): void;<br>|@ohos.resourceManager.d.ts|
|函数有变化|类名:ResourceManager<br>方法 or 属性:getStringByName(resName: string, callback: AsyncCallback<string>): void;<br>|类名:ResourceManager<br>方法 or 属性:getStringByName(resName: string, callback: _AsyncCallback<string>): void;<br>|@ohos.resourceManager.d.ts|
|函数有变化|类名:ResourceManager<br>方法 or 属性:getStringArrayByName(resName: string, callback: AsyncCallback<Array<string>>): void;<br>|类名:ResourceManager<br>方法 or 属性:getStringArrayByName(resName: string, callback: _AsyncCallback<Array<string>>): void;<br>|@ohos.resourceManager.d.ts|
|函数有变化|类名:ResourceManager<br>方法 or 属性:getMediaByName(resName: string, callback: AsyncCallback<Uint8Array>): void;<br>|类名:ResourceManager<br>方法 or 属性:getMediaByName(resName: string, callback: _AsyncCallback<Uint8Array>): void;<br>|@ohos.resourceManager.d.ts|
|函数有变化|类名:ResourceManager<br>方法 or 属性:getMediaBase64ByName(resName: string, callback: AsyncCallback<string>): void;<br>|类名:ResourceManager<br>方法 or 属性:getMediaBase64ByName(resName: string, callback: _AsyncCallback<string>): void;<br>|@ohos.resourceManager.d.ts|
|函数有变化|类名:ResourceManager<br>方法 or 属性:getPluralStringByName(resName: string, num: number, callback: AsyncCallback<string>): void;<br>|类名:ResourceManager<br>方法 or 属性:getPluralStringByName(resName: string, num: number, callback: _AsyncCallback<string>): void;<br>|@ohos.resourceManager.d.ts|
|函数有变化|类名:ResourceManager<br>方法 or 属性:getStringValue(resource: Resource, callback: AsyncCallback<string>): void;<br>|类名:ResourceManager<br>方法 or 属性:getStringValue(resId: number, callback: _AsyncCallback<string>): void;<br>|@ohos.resourceManager.d.ts|
|函数有变化|类名:ResourceManager<br>方法 or 属性:getStringValue(resId: number, callback: AsyncCallback<string>): void;<br>|类名:ResourceManager<br>方法 or 属性:getStringValue(resId: number, callback: _AsyncCallback<string>): void;<br>|@ohos.resourceManager.d.ts|
|函数有变化|类名:ResourceManager<br>方法 or 属性:getStringArrayValue(resource: Resource, callback: AsyncCallback<Array<string>>): void;<br>|类名:ResourceManager<br>方法 or 属性:getStringArrayValue(resId: number, callback: _AsyncCallback<Array<string>>): void;<br>|@ohos.resourceManager.d.ts|
|函数有变化|类名:ResourceManager<br>方法 or 属性:getStringArrayValue(resId: number, callback: AsyncCallback<Array<string>>): void;<br>|类名:ResourceManager<br>方法 or 属性:getStringArrayValue(resId: number, callback: _AsyncCallback<Array<string>>): void;<br>|@ohos.resourceManager.d.ts|
|函数有变化|类名:ResourceManager<br>方法 or 属性:getPluralStringValue(resource: Resource, num: number, callback: AsyncCallback<string>): void;<br>|类名:ResourceManager<br>方法 or 属性:getPluralStringValue(resId: number, num: number, callback: _AsyncCallback<string>): void;<br>|@ohos.resourceManager.d.ts|
|函数有变化|类名:ResourceManager<br>方法 or 属性:getPluralStringValue(resId: number, num: number, callback: AsyncCallback<string>): void;<br>|类名:ResourceManager<br>方法 or 属性:getPluralStringValue(resId: number, num: number, callback: _AsyncCallback<string>): void;<br>|@ohos.resourceManager.d.ts|
|函数有变化|类名:ResourceManager<br>方法 or 属性:getMediaContent(resource: Resource, callback: AsyncCallback<Uint8Array>): void;<br>|类名:ResourceManager<br>方法 or 属性:getMediaContent(resId: number, callback: _AsyncCallback<Uint8Array>): void;<br>|@ohos.resourceManager.d.ts|
|函数有变化|类名:ResourceManager<br>方法 or 属性:getMediaContent(resId: number, callback: AsyncCallback<Uint8Array>): void;<br>|类名:ResourceManager<br>方法 or 属性:getMediaContent(resId: number, callback: _AsyncCallback<Uint8Array>): void;<br>|@ohos.resourceManager.d.ts|
|函数有变化|类名:ResourceManager<br>方法 or 属性:getMediaContentBase64(resource: Resource, callback: AsyncCallback<string>): void;<br>|类名:ResourceManager<br>方法 or 属性:getMediaContentBase64(resId: number, callback: _AsyncCallback<string>): void;<br>|@ohos.resourceManager.d.ts|
|函数有变化|类名:ResourceManager<br>方法 or 属性:getMediaContentBase64(resId: number, callback: AsyncCallback<string>): void;<br>|类名:ResourceManager<br>方法 or 属性:getMediaContentBase64(resId: number, callback: _AsyncCallback<string>): void;<br>|@ohos.resourceManager.d.ts|
|函数有变化|类名:ResourceManager<br>方法 or 属性:getRawFileContent(path: string, callback: AsyncCallback<Uint8Array>): void;<br>|类名:ResourceManager<br>方法 or 属性:getRawFileContent(path: string, callback: _AsyncCallback<Uint8Array>): void;<br>|@ohos.resourceManager.d.ts|
|函数有变化|类名:ResourceManager<br>方法 or 属性:getRawFd(path: string, callback: AsyncCallback<RawFileDescriptor>): void;<br>|类名:ResourceManager<br>方法 or 属性:getRawFd(path: string, callback: _AsyncCallback<RawFileDescriptor>): void;<br>|@ohos.resourceManager.d.ts|
|函数有变化|类名:ResourceManager<br>方法 or 属性:closeRawFd(path: string, callback: AsyncCallback<void>): void;<br>|类名:ResourceManager<br>方法 or 属性:closeRawFd(path: string, callback: _AsyncCallback<void>): void;<br>|@ohos.resourceManager.d.ts|
|新增|NA|模块名: ohos.inputMethod<br>类名: inputMethod<br>方法 or 属性: const MAX_TYPE_NUM: number|@ohos.inputMethod.d.ts|
|新增|NA|模块名: ohos.inputMethod<br>类名: inputMethod<br>方法 or 属性: function getInputMethodSetting(): InputMethodSetting;|@ohos.inputMethod.d.ts|
|新增|NA|模块名: ohos.inputMethod<br>类名: inputMethod<br>方法 or 属性: function getInputMethodController(): InputMethodController;|@ohos.inputMethod.d.ts|
|新增|NA|模块名: ohos.inputMethod<br>类名: inputMethod<br>方法 or 属性: function getSetting(): InputMethodSetting;|@ohos.inputMethod.d.ts|
|新增|NA|模块名: ohos.inputMethod<br>类名: inputMethod<br>方法 or 属性: function getController(): InputMethodController;|@ohos.inputMethod.d.ts|
|新增|NA|模块名: ohos.inputMethod<br>类名: inputMethod<br>方法 or 属性: function switchInputMethod(target: InputMethodProperty, callback: AsyncCallback<boolean>): void;|@ohos.inputMethod.d.ts|
|新增|NA|模块名: ohos.inputMethod<br>类名: inputMethod<br>方法 or 属性: function switchInputMethod(target: InputMethodProperty): Promise<boolean>;|@ohos.inputMethod.d.ts|
|新增|NA|模块名: ohos.inputMethod<br>类名: inputMethod<br>方法 or 属性: function getCurrentInputMethod(): InputMethodProperty;|@ohos.inputMethod.d.ts|
|新增|NA|模块名: ohos.inputMethod<br>类名: inputMethod<br>方法 or 属性: function switchCurrentInputMethodSubtype(target: InputMethodSubtype, callback: AsyncCallback<boolean>): void;|@ohos.inputMethod.d.ts|
|新增|NA|模块名: ohos.inputMethod<br>类名: inputMethod<br>方法 or 属性: function switchCurrentInputMethodSubtype(target: InputMethodSubtype): Promise<boolean>;|@ohos.inputMethod.d.ts|
|新增|NA|模块名: ohos.inputMethod<br>类名: inputMethod<br>方法 or 属性: function getCurrentInputMethodSubtype(): InputMethodSubtype;|@ohos.inputMethod.d.ts|
|新增|NA|模块名: ohos.inputMethod<br>类名: inputMethod<br>方法 or 属性: function switchCurrentInputMethodAndSubtype(inputMethodProperty: InputMethodProperty, inputMethodSubtype: InputMethodSubtype, callback: AsyncCallback<boolean>): void;|@ohos.inputMethod.d.ts|
|新增|NA|模块名: ohos.inputMethod<br>类名: inputMethod<br>方法 or 属性: function switchCurrentInputMethodAndSubtype(inputMethodProperty: InputMethodProperty, inputMethodSubtype: InputMethodSubtype): Promise<boolean>;|@ohos.inputMethod.d.ts|
|新增|NA|模块名: ohos.inputMethodEngine<br>类名: inputMethodEngine<br>方法 or 属性: const ENTER_KEY_TYPE_UNSPECIFIED: number;|@ohos.inputMethodEngine.d.ts|
|新增|NA|模块名: ohos.inputMethodEngine<br>类名: inputMethodEngine<br>方法 or 属性: const ENTER_KEY_TYPE_GO: number;|@ohos.inputMethodEngine.d.ts|
|新增|NA|模块名: ohos.inputMethodEngine<br>类名: inputMethodEngine<br>方法 or 属性: const ENTER_KEY_TYPE_SEARCH: number;|@ohos.inputMethodEngine.d.ts|
|新增|NA|模块名: ohos.inputMethodEngine<br>类名: inputMethodEngine<br>方法 or 属性: const ENTER_KEY_TYPE_SEND: number;|@ohos.inputMethodEngine.d.ts|
|新增|NA|模块名: ohos.inputMethodEngine<br>类名: inputMethodEngine<br>方法 or 属性: const ENTER_KEY_TYPE_NEXT: number;|@ohos.inputMethodEngine.d.ts|
|新增|NA|模块名: ohos.inputMethodEngine<br>类名: inputMethodEngine<br>方法 or 属性: const ENTER_KEY_TYPE_DONE: number;|@ohos.inputMethodEngine.d.ts|
|新增|NA|模块名: ohos.inputMethodEngine<br>类名: inputMethodEngine<br>方法 or 属性: const ENTER_KEY_TYPE_PREVIOUS: number;|@ohos.inputMethodEngine.d.ts|
|新增|NA|模块名: ohos.inputMethodEngine<br>类名: inputMethodEngine<br>方法 or 属性: const PATTERN_NULL: number;|@ohos.inputMethodEngine.d.ts|
|新增|NA|模块名: ohos.inputMethodEngine<br>类名: inputMethodEngine<br>方法 or 属性: const PATTERN_TEXT: number;|@ohos.inputMethodEngine.d.ts|
|新增|NA|模块名: ohos.inputMethodEngine<br>类名: inputMethodEngine<br>方法 or 属性: const PATTERN_NUMBER: number;|@ohos.inputMethodEngine.d.ts|
|新增|NA|模块名: ohos.inputMethodEngine<br>类名: inputMethodEngine<br>方法 or 属性: const PATTERN_PHONE: number;|@ohos.inputMethodEngine.d.ts|
|新增|NA|模块名: ohos.inputMethodEngine<br>类名: inputMethodEngine<br>方法 or 属性: const PATTERN_DATETIME: number;|@ohos.inputMethodEngine.d.ts|
|新增|NA|模块名: ohos.inputMethodEngine<br>类名: inputMethodEngine<br>方法 or 属性: const PATTERN_EMAIL: number;|@ohos.inputMethodEngine.d.ts|
|新增|NA|模块名: ohos.inputMethodEngine<br>类名: inputMethodEngine<br>方法 or 属性: const PATTERN_URI: number;|@ohos.inputMethodEngine.d.ts|
|新增|NA|模块名: ohos.inputMethodEngine<br>类名: inputMethodEngine<br>方法 or 属性: const PATTERN_PASSWORD: number;|@ohos.inputMethodEngine.d.ts|
|新增|NA|模块名: ohos.inputMethodEngine<br>类名: inputMethodEngine<br>方法 or 属性: const FLAG_SELECTING: number;|@ohos.inputMethodEngine.d.ts|
|新增|NA|模块名: ohos.inputMethodEngine<br>类名: inputMethodEngine<br>方法 or 属性: const FLAG_SINGLE_LINE: number;|@ohos.inputMethodEngine.d.ts|
|新增|NA|模块名: ohos.inputMethodEngine<br>类名: inputMethodEngine<br>方法 or 属性: const DISPLAY_MODE_PART: number;|@ohos.inputMethodEngine.d.ts|
|新增|NA|模块名: ohos.inputMethodEngine<br>类名: inputMethodEngine<br>方法 or 属性: const DISPLAY_MODE_FULL: number;|@ohos.inputMethodEngine.d.ts|
|新增|NA|模块名: ohos.inputMethodEngine<br>类名: inputMethodEngine<br>方法 or 属性: const OPTION_ASCII: number;|@ohos.inputMethodEngine.d.ts|
|新增|NA|模块名: ohos.inputMethodEngine<br>类名: inputMethodEngine<br>方法 or 属性: const OPTION_NONE: number;|@ohos.inputMethodEngine.d.ts|
|新增|NA|模块名: ohos.inputMethodEngine<br>类名: inputMethodEngine<br>方法 or 属性: const OPTION_AUTO_CAP_CHARACTERS: number;|@ohos.inputMethodEngine.d.ts|
|新增|NA|模块名: ohos.inputMethodEngine<br>类名: inputMethodEngine<br>方法 or 属性: const OPTION_AUTO_CAP_SENTENCES: number;|@ohos.inputMethodEngine.d.ts|
|新增|NA|模块名: ohos.inputMethodEngine<br>类名: inputMethodEngine<br>方法 or 属性: const OPTION_AUTO_WORDS: number;|@ohos.inputMethodEngine.d.ts|
|新增|NA|模块名: ohos.inputMethodEngine<br>类名: inputMethodEngine<br>方法 or 属性: const OPTION_MULTI_LINE: number;|@ohos.inputMethodEngine.d.ts|
|新增|NA|模块名: ohos.inputMethodEngine<br>类名: inputMethodEngine<br>方法 or 属性: const OPTION_NO_FULLSCREEN: number;|@ohos.inputMethodEngine.d.ts|
|新增|NA|模块名: ohos.inputMethodEngine<br>类名: inputMethodEngine<br>方法 or 属性: const CURSOR_UP: number;|@ohos.inputMethodEngine.d.ts|
|新增|NA|模块名: ohos.inputMethodEngine<br>类名: inputMethodEngine<br>方法 or 属性: const CURSOR_DOWN: number;|@ohos.inputMethodEngine.d.ts|
|新增|NA|模块名: ohos.inputMethodEngine<br>类名: inputMethodEngine<br>方法 or 属性: const CURSOR_LEFT: number;|@ohos.inputMethodEngine.d.ts|
|新增|NA|模块名: ohos.inputMethodEngine<br>类名: inputMethodEngine<br>方法 or 属性: const CURSOR_RIGHT: number;|@ohos.inputMethodEngine.d.ts|
|新增|NA|模块名: ohos.inputMethodEngine<br>类名: inputMethodEngine<br>方法 or 属性: const WINDOW_TYPE_INPUT_METHOD_FLOAT: number;|@ohos.inputMethodEngine.d.ts|
|新增|NA|模块名: ohos.inputMethodEngine<br>类名: inputMethodEngine<br>方法 or 属性: function getInputMethodAbility(): InputMethodAbility;|@ohos.inputMethodEngine.d.ts|
|新增|NA|模块名: ohos.inputMethodEngine<br>类名: inputMethodEngine<br>方法 or 属性: function getInputMethodEngine(): InputMethodEngine;|@ohos.inputMethodEngine.d.ts|
|新增|NA|模块名: ohos.inputMethodEngine<br>类名: inputMethodEngine<br>方法 or 属性: function getKeyboardDelegate(): KeyboardDelegate;|@ohos.inputMethodEngine.d.ts|
|新增|NA|模块名: ohos.inputMethodEngine<br>类名: inputMethodEngine<br>方法 or 属性: function createKeyboardDelegate(): KeyboardDelegate;|@ohos.inputMethodEngine.d.ts|
|新增|NA|模块名: ohos.systemDateTime<br>类名: systemDateTime<br>方法 or 属性: function setTime(time : number, callback : AsyncCallback<void>) : void;|@ohos.systemDateTime.d.ts|
|新增|NA|模块名: ohos.systemDateTime<br>类名: systemDateTime<br>方法 or 属性: function setTime(time : number) : Promise<void>;|@ohos.systemDateTime.d.ts|
|新增|NA|模块名: ohos.systemDateTime<br>类名: systemDateTime<br>方法 or 属性: function getCurrentTime(isNano: boolean, callback: AsyncCallback<number>): void;|@ohos.systemDateTime.d.ts|
|新增|NA|模块名: ohos.systemDateTime<br>类名: systemDateTime<br>方法 or 属性: function getCurrentTime(callback: AsyncCallback<number>): void;|@ohos.systemDateTime.d.ts|
|新增|NA|模块名: ohos.systemDateTime<br>类名: systemDateTime<br>方法 or 属性: function getCurrentTime(isNano?: boolean): Promise<number>;|@ohos.systemDateTime.d.ts|
|新增|NA|模块名: ohos.systemDateTime<br>类名: systemDateTime<br>方法 or 属性: function getRealActiveTime(isNano: boolean, callback: AsyncCallback<number>): void;|@ohos.systemDateTime.d.ts|
|新增|NA|模块名: ohos.systemDateTime<br>类名: systemDateTime<br>方法 or 属性: function getRealActiveTime(callback: AsyncCallback<number>): void;|@ohos.systemDateTime.d.ts|
|新增|NA|模块名: ohos.systemDateTime<br>类名: systemDateTime<br>方法 or 属性: function getRealActiveTime(isNano?: boolean): Promise<number>;|@ohos.systemDateTime.d.ts|
|新增|NA|模块名: ohos.systemDateTime<br>类名: systemDateTime<br>方法 or 属性: function getRealTime(isNano: boolean, callback: AsyncCallback<number>): void;|@ohos.systemDateTime.d.ts|
|新增|NA|模块名: ohos.systemDateTime<br>类名: systemDateTime<br>方法 or 属性: function getRealTime(callback: AsyncCallback<number>): void;|@ohos.systemDateTime.d.ts|
|新增|NA|模块名: ohos.systemDateTime<br>类名: systemDateTime<br>方法 or 属性: function getRealTime(isNano?: boolean): Promise<number>;|@ohos.systemDateTime.d.ts|
|新增|NA|模块名: ohos.systemDateTime<br>类名: systemDateTime<br>方法 or 属性: function setDate(date: Date, callback: AsyncCallback<void>): void;|@ohos.systemDateTime.d.ts|
|新增|NA|模块名: ohos.systemDateTime<br>类名: systemDateTime<br>方法 or 属性: function setDate(date: Date): Promise<void>;|@ohos.systemDateTime.d.ts|
|新增|NA|模块名: ohos.systemDateTime<br>类名: systemDateTime<br>方法 or 属性: function getDate(callback: AsyncCallback<Date>): void;|@ohos.systemDateTime.d.ts|
|新增|NA|模块名: ohos.systemDateTime<br>类名: systemDateTime<br>方法 or 属性: function getDate(): Promise<Date>;|@ohos.systemDateTime.d.ts|
|新增|NA|模块名: ohos.systemDateTime<br>类名: systemDateTime<br>方法 or 属性: function setTimezone(timezone: string, callback: AsyncCallback<void>): void;|@ohos.systemDateTime.d.ts|
|新增|NA|模块名: ohos.systemDateTime<br>类名: systemDateTime<br>方法 or 属性: function setTimezone(timezone: string): Promise<void>;|@ohos.systemDateTime.d.ts|
|新增|NA|模块名: ohos.systemDateTime<br>类名: systemDateTime<br>方法 or 属性: function getTimezone(callback: AsyncCallback<string>): void;|@ohos.systemDateTime.d.ts|
|新增|NA|模块名: ohos.systemDateTime<br>类名: systemDateTime<br>方法 or 属性: function getTimezone(): Promise<string>;|@ohos.systemDateTime.d.ts|
|访问级别有变化|类名:systemTimer<br>方法 or 属性:const TIMER_TYPE_REALTIME: number;<br>访问级别:公开API|类名:systemTimer<br>方法 or 属性:const TIMER_TYPE_REALTIME: number;<br>访问级别:系统API|@ohos.systemTimer.d.ts|
|访问级别有变化|类名:systemTimer<br>方法 or 属性:const TIMER_TYPE_WAKEUP: number;<br>访问级别:公开API|类名:systemTimer<br>方法 or 属性:const TIMER_TYPE_WAKEUP: number;<br>访问级别:系统API|@ohos.systemTimer.d.ts|
|访问级别有变化|类名:systemTimer<br>方法 or 属性:const TIMER_TYPE_EXACT: number;<br>访问级别:公开API|类名:systemTimer<br>方法 or 属性:const TIMER_TYPE_EXACT: number;<br>访问级别:系统API|@ohos.systemTimer.d.ts|
|访问级别有变化|类名:systemTimer<br>方法 or 属性:const TIMER_TYPE_IDLE: number;<br>访问级别:公开API|类名:systemTimer<br>方法 or 属性:const TIMER_TYPE_IDLE: number;<br>访问级别:系统API|@ohos.systemTimer.d.ts|
|访问级别有变化|类名:systemTimer<br>方法 or 属性:function createTimer(options: TimerOptions, callback: AsyncCallback<number>): void;<br>访问级别:公开API|类名:systemTimer<br>方法 or 属性:function createTimer(options: TimerOptions, callback: AsyncCallback<number>): void;<br>访问级别:系统API|@ohos.systemTimer.d.ts|
|访问级别有变化|类名:systemTimer<br>方法 or 属性:function createTimer(options: TimerOptions): Promise<number>;<br>访问级别:公开API|类名:systemTimer<br>方法 or 属性:function createTimer(options: TimerOptions): Promise<number>;<br>访问级别:系统API|@ohos.systemTimer.d.ts|
|访问级别有变化|类名:systemTimer<br>方法 or 属性:function startTimer(timer: number, triggerTime: number, callback: AsyncCallback<void>): void;<br>访问级别:公开API|类名:systemTimer<br>方法 or 属性:function startTimer(timer: number, triggerTime: number, callback: AsyncCallback<void>): void;<br>访问级别:系统API|@ohos.systemTimer.d.ts|
|访问级别有变化|类名:systemTimer<br>方法 or 属性:function startTimer(timer: number, triggerTime: number): Promise<void>;<br>访问级别:公开API|类名:systemTimer<br>方法 or 属性:function startTimer(timer: number, triggerTime: number): Promise<void>;<br>访问级别:系统API|@ohos.systemTimer.d.ts|
|访问级别有变化|类名:systemTimer<br>方法 or 属性:function stopTimer(timer: number, callback: AsyncCallback<void>): void;<br>访问级别:公开API|类名:systemTimer<br>方法 or 属性:function stopTimer(timer: number, callback: AsyncCallback<void>): void;<br>访问级别:系统API|@ohos.systemTimer.d.ts|
|访问级别有变化|类名:systemTimer<br>方法 or 属性:function stopTimer(timer: number): Promise<void>;<br>访问级别:公开API|类名:systemTimer<br>方法 or 属性:function stopTimer(timer: number): Promise<void>;<br>访问级别:系统API|@ohos.systemTimer.d.ts|
|访问级别有变化|类名:systemTimer<br>方法 or 属性:function destroyTimer(timer: number, callback: AsyncCallback<void>): void;<br>访问级别:公开API|类名:systemTimer<br>方法 or 属性:function destroyTimer(timer: number, callback: AsyncCallback<void>): void;<br>访问级别:系统API|@ohos.systemTimer.d.ts|
|访问级别有变化|类名:systemTimer<br>方法 or 属性:function destroyTimer(timer: number): Promise<void>;<br>访问级别:公开API|类名:systemTimer<br>方法 or 属性:function destroyTimer(timer: number): Promise<void>;<br>访问级别:系统API|@ohos.systemTimer.d.ts|
|访问级别有变化|类名:TimerOptions<br>方法 or 属性:type: number;<br>访问级别:公开API|类名:TimerOptions<br>方法 or 属性:type: number;<br>访问级别:系统API|@ohos.systemTimer.d.ts|
|访问级别有变化|类名:TimerOptions<br>方法 or 属性:repeat: boolean;<br>访问级别:公开API|类名:TimerOptions<br>方法 or 属性:repeat: boolean;<br>访问级别:系统API|@ohos.systemTimer.d.ts|
|访问级别有变化|类名:TimerOptions<br>方法 or 属性:interval?: number;<br>访问级别:公开API|类名:TimerOptions<br>方法 or 属性:interval?: number;<br>访问级别:系统API|@ohos.systemTimer.d.ts|
|访问级别有变化|类名:TimerOptions<br>方法 or 属性:wantAgent?: WantAgent;<br>访问级别:公开API|类名:TimerOptions<br>方法 or 属性:wantAgent?: WantAgent;<br>访问级别:系统API|@ohos.systemTimer.d.ts|
|访问级别有变化|类名:TimerOptions<br>方法 or 属性:callback?: () => void;<br>访问级别:公开API|类名:TimerOptions<br>方法 or 属性:callback?: () => void;<br>访问级别:系统API|@ohos.systemTimer.d.ts|
|废弃版本有变化|类名:systemTime<br>方法 or 属性:function setTime(time : number) : Promise<void>;<br>废弃版本:N/A|类名:systemTime<br>方法 or 属性:function setTime(time : number) : Promise<void>;<br>废弃版本:9|@ohos.systemTime.d.ts|
|废弃版本有变化|类名:systemTime<br>方法 or 属性:function getCurrentTime(isNano: boolean, callback: AsyncCallback<number>): void;<br>废弃版本:N/A|类名:systemTime<br>方法 or 属性:function getCurrentTime(isNano: boolean, callback: AsyncCallback<number>): void;<br>废弃版本:9<br>代替接口:ohos.systemDateTime/systemDateTime.getCurrentTime |@ohos.systemTime.d.ts|
|废弃版本有变化|类名:systemTime<br>方法 or 属性:function getCurrentTime(callback: AsyncCallback<number>): void;<br>废弃版本:N/A|类名:systemTime<br>方法 or 属性:function getCurrentTime(callback: AsyncCallback<number>): void;<br>废弃版本:9|@ohos.systemTime.d.ts|
|废弃版本有变化|类名:systemTime<br>方法 or 属性:function getCurrentTime(isNano?: boolean): Promise<number>;<br>废弃版本:N/A|类名:systemTime<br>方法 or 属性:function getCurrentTime(isNano?: boolean): Promise<number>;<br>废弃版本:9|@ohos.systemTime.d.ts|
|废弃版本有变化|类名:systemTime<br>方法 or 属性:function getRealActiveTime(isNano: boolean, callback: AsyncCallback<number>): void;<br>废弃版本:N/A|类名:systemTime<br>方法 or 属性:function getRealActiveTime(isNano: boolean, callback: AsyncCallback<number>): void;<br>废弃版本:9<br>代替接口:ohos.systemDateTime/systemDateTime.getRealActiveTime |@ohos.systemTime.d.ts|
|废弃版本有变化|类名:systemTime<br>方法 or 属性:function getRealActiveTime(callback: AsyncCallback<number>): void;<br>废弃版本:N/A|类名:systemTime<br>方法 or 属性:function getRealActiveTime(callback: AsyncCallback<number>): void;<br>废弃版本:9|@ohos.systemTime.d.ts|
|废弃版本有变化|类名:systemTime<br>方法 or 属性:function getRealActiveTime(isNano?: boolean): Promise<number>;<br>废弃版本:N/A|类名:systemTime<br>方法 or 属性:function getRealActiveTime(isNano?: boolean): Promise<number>;<br>废弃版本:9|@ohos.systemTime.d.ts|
|废弃版本有变化|类名:systemTime<br>方法 or 属性:function getRealTime(isNano: boolean, callback: AsyncCallback<number>): void;<br>废弃版本:N/A|类名:systemTime<br>方法 or 属性:function getRealTime(isNano: boolean, callback: AsyncCallback<number>): void;<br>废弃版本:9<br>代替接口:ohos.systemDateTime/systemDateTime.getRealTime |@ohos.systemTime.d.ts|
|废弃版本有变化|类名:systemTime<br>方法 or 属性:function getRealTime(callback: AsyncCallback<number>): void;<br>废弃版本:N/A|类名:systemTime<br>方法 or 属性:function getRealTime(callback: AsyncCallback<number>): void;<br>废弃版本:9|@ohos.systemTime.d.ts|
|废弃版本有变化|类名:systemTime<br>方法 or 属性:function getRealTime(isNano?: boolean): Promise<number>;<br>废弃版本:N/A|类名:systemTime<br>方法 or 属性:function getRealTime(isNano?: boolean): Promise<number>;<br>废弃版本:9|@ohos.systemTime.d.ts|
|废弃版本有变化|类名:systemTime<br>方法 or 属性:function setDate(date: Date, callback: AsyncCallback<void>): void;<br>废弃版本:N/A|类名:systemTime<br>方法 or 属性:function setDate(date: Date, callback: AsyncCallback<void>): void;<br>废弃版本:9<br>代替接口:N/A|@ohos.systemTime.d.ts|
|废弃版本有变化|类名:systemTime<br>方法 or 属性:function setDate(date: Date): Promise<void>;<br>废弃版本:N/A|类名:systemTime<br>方法 or 属性:function setDate(date: Date): Promise<void>;<br>废弃版本:9|@ohos.systemTime.d.ts|
|废弃版本有变化|类名:systemTime<br>方法 or 属性:function getDate(callback: AsyncCallback<Date>): void;<br>废弃版本:N/A|类名:systemTime<br>方法 or 属性:function getDate(callback: AsyncCallback<Date>): void;<br>废弃版本:9<br>代替接口:ohos.systemDateTime/systemDateTime.getDate |@ohos.systemTime.d.ts|
|废弃版本有变化|类名:systemTime<br>方法 or 属性:function getDate(): Promise<Date>;<br>废弃版本:N/A|类名:systemTime<br>方法 or 属性:function getDate(): Promise<Date>;<br>废弃版本:9|@ohos.systemTime.d.ts|
|废弃版本有变化|类名:systemTime<br>方法 or 属性:function setTimezone(timezone: string, callback: AsyncCallback<void>): void;<br>废弃版本:N/A|类名:systemTime<br>方法 or 属性:function setTimezone(timezone: string, callback: AsyncCallback<void>): void;<br>废弃版本:9<br>代替接口:N/A|@ohos.systemTime.d.ts|
|废弃版本有变化|类名:systemTime<br>方法 or 属性:function setTimezone(timezone: string): Promise<void>;<br>废弃版本:N/A|类名:systemTime<br>方法 or 属性:function setTimezone(timezone: string): Promise<void>;<br>废弃版本:9|@ohos.systemTime.d.ts|
|废弃版本有变化|类名:systemTime<br>方法 or 属性:function getTimezone(callback: AsyncCallback<string>): void;<br>废弃版本:N/A|类名:systemTime<br>方法 or 属性:function getTimezone(callback: AsyncCallback<string>): void;<br>废弃版本:9<br>代替接口:ohos.systemDateTime/systemDateTime.getTimezone |@ohos.systemTime.d.ts|
|废弃版本有变化|类名:systemTime<br>方法 or 属性:function getTimezone(): Promise<string>;<br>废弃版本:N/A|类名:systemTime<br>方法 or 属性:function getTimezone(): Promise<string>;<br>废弃版本:9|@ohos.systemTime.d.ts|
|起始版本有变化|类名:systemTimer<br>方法 or 属性:const TIMER_TYPE_REALTIME: number;<br>起始版本:N/A|类名:systemTimer<br>方法 or 属性:const TIMER_TYPE_REALTIME: number;<br>起始版本:7|@ohos.systemTimer.d.ts|
|起始版本有变化|类名:systemTimer<br>方法 or 属性:const TIMER_TYPE_WAKEUP: number;<br>起始版本:N/A|类名:systemTimer<br>方法 or 属性:const TIMER_TYPE_WAKEUP: number;<br>起始版本:7|@ohos.systemTimer.d.ts|
|起始版本有变化|类名:systemTimer<br>方法 or 属性:const TIMER_TYPE_EXACT: number;<br>起始版本:N/A|类名:systemTimer<br>方法 or 属性:const TIMER_TYPE_EXACT: number;<br>起始版本:7|@ohos.systemTimer.d.ts|
|起始版本有变化|类名:systemTimer<br>方法 or 属性:const TIMER_TYPE_IDLE: number;<br>起始版本:N/A|类名:systemTimer<br>方法 or 属性:const TIMER_TYPE_IDLE: number;<br>起始版本:7|@ohos.systemTimer.d.ts|
|起始版本有变化|类名:systemTimer<br>方法 or 属性:function createTimer(options: TimerOptions, callback: AsyncCallback<number>): void;<br>起始版本:N/A|类名:systemTimer<br>方法 or 属性:function createTimer(options: TimerOptions, callback: AsyncCallback<number>): void;<br>起始版本:7|@ohos.systemTimer.d.ts|
|起始版本有变化|类名:systemTimer<br>方法 or 属性:function createTimer(options: TimerOptions): Promise<number>;<br>起始版本:N/A|类名:systemTimer<br>方法 or 属性:function createTimer(options: TimerOptions): Promise<number>;<br>起始版本:7|@ohos.systemTimer.d.ts|
|起始版本有变化|类名:systemTimer<br>方法 or 属性:function startTimer(timer: number, triggerTime: number, callback: AsyncCallback<void>): void;<br>起始版本:N/A|类名:systemTimer<br>方法 or 属性:function startTimer(timer: number, triggerTime: number, callback: AsyncCallback<void>): void;<br>起始版本:7|@ohos.systemTimer.d.ts|
|起始版本有变化|类名:systemTimer<br>方法 or 属性:function startTimer(timer: number, triggerTime: number): Promise<void>;<br>起始版本:N/A|类名:systemTimer<br>方法 or 属性:function startTimer(timer: number, triggerTime: number): Promise<void>;<br>起始版本:7|@ohos.systemTimer.d.ts|
|起始版本有变化|类名:systemTimer<br>方法 or 属性:function stopTimer(timer: number, callback: AsyncCallback<void>): void;<br>起始版本:N/A|类名:systemTimer<br>方法 or 属性:function stopTimer(timer: number, callback: AsyncCallback<void>): void;<br>起始版本:7|@ohos.systemTimer.d.ts|
|起始版本有变化|类名:systemTimer<br>方法 or 属性:function stopTimer(timer: number): Promise<void>;<br>起始版本:N/A|类名:systemTimer<br>方法 or 属性:function stopTimer(timer: number): Promise<void>;<br>起始版本:7|@ohos.systemTimer.d.ts|
|起始版本有变化|类名:systemTimer<br>方法 or 属性:function destroyTimer(timer: number, callback: AsyncCallback<void>): void;<br>起始版本:N/A|类名:systemTimer<br>方法 or 属性:function destroyTimer(timer: number, callback: AsyncCallback<void>): void;<br>起始版本:7|@ohos.systemTimer.d.ts|
|起始版本有变化|类名:systemTimer<br>方法 or 属性:function destroyTimer(timer: number): Promise<void>;<br>起始版本:N/A|类名:systemTimer<br>方法 or 属性:function destroyTimer(timer: number): Promise<void>;<br>起始版本:7|@ohos.systemTimer.d.ts|
|起始版本有变化|类名:TimerOptions<br>方法 or 属性:type: number;<br>起始版本:N/A|类名:TimerOptions<br>方法 or 属性:type: number;<br>起始版本:7|@ohos.systemTimer.d.ts|
|起始版本有变化|类名:TimerOptions<br>方法 or 属性:repeat: boolean;<br>起始版本:N/A|类名:TimerOptions<br>方法 or 属性:repeat: boolean;<br>起始版本:7|@ohos.systemTimer.d.ts|
|起始版本有变化|类名:TimerOptions<br>方法 or 属性:interval?: number;<br>起始版本:N/A|类名:TimerOptions<br>方法 or 属性:interval?: number;<br>起始版本:7|@ohos.systemTimer.d.ts|
|起始版本有变化|类名:TimerOptions<br>方法 or 属性:wantAgent?: WantAgent;<br>起始版本:N/A|类名:TimerOptions<br>方法 or 属性:wantAgent?: WantAgent;<br>起始版本:7|@ohos.systemTimer.d.ts|
|起始版本有变化|类名:TimerOptions<br>方法 or 属性:callback?: () => void;<br>起始版本:N/A|类名:TimerOptions<br>方法 or 属性:callback?: () => void;<br>起始版本:7|@ohos.systemTimer.d.ts|
|新增(错误码)|NA|类名:DownloadTask<br>方法 or 属性:delete(): Promise<boolean>;<br>错误码内容:N/A|@ohos.request.d.ts|
|新增(错误码)|NA|类名:systemTimer<br>方法 or 属性:function createTimer(options: TimerOptions): Promise<number>;<br>错误码内容:202,401|@ohos.systemTimer.d.ts|
|新增(错误码)|NA|类名:systemTimer<br>方法 or 属性:function startTimer(timer: number, triggerTime: number): Promise<void>;<br>错误码内容:202,401|@ohos.systemTimer.d.ts|
|新增(错误码)|NA|类名:systemTimer<br>方法 or 属性:function stopTimer(timer: number): Promise<void>;<br>错误码内容:202,401|@ohos.systemTimer.d.ts|
|新增(错误码)|NA|类名:systemTimer<br>方法 or 属性:function destroyTimer(timer: number): Promise<void>;<br>错误码内容:202,401|@ohos.systemTimer.d.ts|
|访问级别有变化|类名:systemTimer<br>方法 or 属性:const TIMER_TYPE_REALTIME: number;<br>访问级别:公开API|类名:systemTimer<br>方法 or 属性:const TIMER_TYPE_REALTIME: number;<br>访问级别:系统API|@ohos.systemTimer.d.ts|
|访问级别有变化|类名:systemTimer<br>方法 or 属性:const TIMER_TYPE_WAKEUP: number;<br>访问级别:公开API|类名:systemTimer<br>方法 or 属性:const TIMER_TYPE_WAKEUP: number;<br>访问级别:系统API|@ohos.systemTimer.d.ts|
|访问级别有变化|类名:systemTimer<br>方法 or 属性:const TIMER_TYPE_EXACT: number;<br>访问级别:公开API|类名:systemTimer<br>方法 or 属性:const TIMER_TYPE_EXACT: number;<br>访问级别:系统API|@ohos.systemTimer.d.ts|
|访问级别有变化|类名:systemTimer<br>方法 or 属性:const TIMER_TYPE_IDLE: number;<br>访问级别:公开API|类名:systemTimer<br>方法 or 属性:const TIMER_TYPE_IDLE: number;<br>访问级别:系统API|@ohos.systemTimer.d.ts|
|访问级别有变化|类名:systemTimer<br>方法 or 属性:function createTimer(options: TimerOptions, callback: AsyncCallback<number>): void;<br>访问级别:公开API|类名:systemTimer<br>方法 or 属性:function createTimer(options: TimerOptions, callback: AsyncCallback<number>): void;<br>访问级别:系统API|@ohos.systemTimer.d.ts|
|访问级别有变化|类名:systemTimer<br>方法 or 属性:function createTimer(options: TimerOptions): Promise<number>;<br>访问级别:公开API|类名:systemTimer<br>方法 or 属性:function createTimer(options: TimerOptions): Promise<number>;<br>访问级别:系统API|@ohos.systemTimer.d.ts|
|访问级别有变化|类名:systemTimer<br>方法 or 属性:function startTimer(timer: number, triggerTime: number, callback: AsyncCallback<void>): void;<br>访问级别:公开API|类名:systemTimer<br>方法 or 属性:function startTimer(timer: number, triggerTime: number, callback: AsyncCallback<void>): void;<br>访问级别:系统API|@ohos.systemTimer.d.ts|
|访问级别有变化|类名:systemTimer<br>方法 or 属性:function startTimer(timer: number, triggerTime: number): Promise<void>;<br>访问级别:公开API|类名:systemTimer<br>方法 or 属性:function startTimer(timer: number, triggerTime: number): Promise<void>;<br>访问级别:系统API|@ohos.systemTimer.d.ts|
|访问级别有变化|类名:systemTimer<br>方法 or 属性:function stopTimer(timer: number, callback: AsyncCallback<void>): void;<br>访问级别:公开API|类名:systemTimer<br>方法 or 属性:function stopTimer(timer: number, callback: AsyncCallback<void>): void;<br>访问级别:系统API|@ohos.systemTimer.d.ts|
|访问级别有变化|类名:systemTimer<br>方法 or 属性:function stopTimer(timer: number): Promise<void>;<br>访问级别:公开API|类名:systemTimer<br>方法 or 属性:function stopTimer(timer: number): Promise<void>;<br>访问级别:系统API|@ohos.systemTimer.d.ts|
|访问级别有变化|类名:systemTimer<br>方法 or 属性:function destroyTimer(timer: number, callback: AsyncCallback<void>): void;<br>访问级别:公开API|类名:systemTimer<br>方法 or 属性:function destroyTimer(timer: number, callback: AsyncCallback<void>): void;<br>访问级别:系统API|@ohos.systemTimer.d.ts|
|访问级别有变化|类名:systemTimer<br>方法 or 属性:function destroyTimer(timer: number): Promise<void>;<br>访问级别:公开API|类名:systemTimer<br>方法 or 属性:function destroyTimer(timer: number): Promise<void>;<br>访问级别:系统API|@ohos.systemTimer.d.ts|
|访问级别有变化|类名:TimerOptions<br>方法 or 属性:type: number;<br>访问级别:公开API|类名:TimerOptions<br>方法 or 属性:type: number;<br>访问级别:系统API|@ohos.systemTimer.d.ts|
|访问级别有变化|类名:TimerOptions<br>方法 or 属性:repeat: boolean;<br>访问级别:公开API|类名:TimerOptions<br>方法 or 属性:repeat: boolean;<br>访问级别:系统API|@ohos.systemTimer.d.ts|
|访问级别有变化|类名:TimerOptions<br>方法 or 属性:interval?: number;<br>访问级别:公开API|类名:TimerOptions<br>方法 or 属性:interval?: number;<br>访问级别:系统API|@ohos.systemTimer.d.ts|
|访问级别有变化|类名:TimerOptions<br>方法 or 属性:wantAgent?: WantAgent;<br>访问级别:公开API|类名:TimerOptions<br>方法 or 属性:wantAgent?: WantAgent;<br>访问级别:系统API|@ohos.systemTimer.d.ts|
|访问级别有变化|类名:TimerOptions<br>方法 or 属性:callback?: () => void;<br>访问级别:公开API|类名:TimerOptions<br>方法 or 属性:callback?: () => void;<br>访问级别:系统API|@ohos.systemTimer.d.ts|
|删除|模块名: ohos.multimedia.camera<br>类名: VideoOutputError<br>方法 or 属性:code: VideoOutputErrorCode;|NA|@ohos.multimedia.camera.d.ts|
|删除|模块名:ohos.multimedia.camera<br>类名:MetadataObject<br>方法 or 属性:getType(callback: AsyncCallback<MetadataObjectType>): void;|NA|@ohos.multimedia.camera.d.ts|
|删除|模块名:ohos.multimedia.camera<br>类名:MetadataObject<br>方法 or 属性:getType(): Promise<MetadataObjectType>;|NA|@ohos.multimedia.camera.d.ts|
|删除|模块名:ohos.multimedia.camera<br>类名:MetadataObject<br>方法 or 属性:getTimestamp(callback: AsyncCallback<number>): void;|NA|@ohos.multimedia.camera.d.ts|
|删除|模块名:ohos.multimedia.camera<br>类名:MetadataObject<br>方法 or 属性:getTimestamp(): Promise<number>;|NA|@ohos.multimedia.camera.d.ts|
|删除|模块名:ohos.multimedia.camera<br>类名:MetadataObject<br>方法 or 属性:getBoundingBox(callback: AsyncCallback<Rect>): void;|NA|@ohos.multimedia.camera.d.ts|
|删除|模块名:ohos.multimedia.camera<br>类名:MetadataObject<br>方法 or 属性:getBoundingBox(): Promise<Rect>;|NA|@ohos.multimedia.camera.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: '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 属性: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 属性: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 属性: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 属性: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 属性: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|
|访问级别有变化|类名: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|
|访问级别有变化|类名:AudioSourceType<br>方法 or 属性:AUDIO_SOURCE_TYPE_DEFAULT = 0<br>访问级别:系统API|类名:AudioSourceType<br>方法 or 属性:AUDIO_SOURCE_TYPE_DEFAULT = 0<br>访问级别:公开API|@ohos.multimedia.media.d.ts|
|访问级别有变化|类名:AudioSourceType<br>方法 or 属性:AUDIO_SOURCE_TYPE_MIC = 1<br>访问级别:系统API|类名:AudioSourceType<br>方法 or 属性:AUDIO_SOURCE_TYPE_MIC = 1<br>访问级别:公开API|@ohos.multimedia.media.d.ts|
|访问级别有变化|类名:VideoSourceType<br>方法 or 属性:VIDEO_SOURCE_TYPE_SURFACE_YUV = 0<br>访问级别:系统API|类名:VideoSourceType<br>方法 or 属性:VIDEO_SOURCE_TYPE_SURFACE_YUV = 0<br>访问级别:公开API|@ohos.multimedia.media.d.ts|
|访问级别有变化|类名:VideoSourceType<br>方法 or 属性:VIDEO_SOURCE_TYPE_SURFACE_ES = 1<br>访问级别:系统API|类名:VideoSourceType<br>方法 or 属性:VIDEO_SOURCE_TYPE_SURFACE_ES = 1<br>访问级别:公开API|@ohos.multimedia.media.d.ts|
|废弃版本有变化|类名:media<br>方法 or 属性:function createAudioPlayer(): AudioPlayer;<br>废弃版本:N/A|类名:media<br>方法 or 属性:function createAudioPlayer(): AudioPlayer;<br>废弃版本:9<br>代替接口:ohos.multimedia.media/media|@ohos.multimedia.media.d.ts|
|废弃版本有变化|类名:media<br>方法 or 属性:function createAudioRecorder(): AudioRecorder;<br>废弃版本:N/A|类名:media<br>方法 or 属性:function createAudioRecorder(): AudioRecorder;<br>废弃版本:9<br>代替接口:ohos.multimedia.media/media|@ohos.multimedia.media.d.ts|
|废弃版本有变化|类名:media<br>方法 or 属性:function createVideoPlayer(callback: AsyncCallback<VideoPlayer>): void;<br>废弃版本:N/A|类名:media<br>方法 or 属性:function createVideoPlayer(callback: AsyncCallback<VideoPlayer>): void;<br>废弃版本:9<br>代替接口:ohos.multimedia.media/media|@ohos.multimedia.media.d.ts|
|废弃版本有变化|类名:media<br>方法 or 属性:function createVideoPlayer() : Promise<VideoPlayer>;<br>废弃版本:N/A|类名:media<br>方法 or 属性:function createVideoPlayer() : Promise<VideoPlayer>;<br>废弃版本:9<br>代替接口:ohos.multimedia.media/media|@ohos.multimedia.media.d.ts|
|废弃版本有变化|类名:AudioPlayer<br>方法 or 属性:play(): void;<br>废弃版本:N/A|类名:AudioPlayer<br>方法 or 属性:play(): void;<br>废弃版本:9<br>代替接口:ohos.multimedia.media/media.AVPlayer|@ohos.multimedia.media.d.ts|
|废弃版本有变化|类名:AudioPlayer<br>方法 or 属性:pause(): void;<br>废弃版本:N/A|类名:AudioPlayer<br>方法 or 属性:pause(): void;<br>废弃版本:9<br>代替接口:ohos.multimedia.media/media.AVPlayer|@ohos.multimedia.media.d.ts|
|废弃版本有变化|类名:AudioPlayer<br>方法 or 属性:stop(): void;<br>废弃版本:N/A|类名:AudioPlayer<br>方法 or 属性:stop(): void;<br>废弃版本:9<br>代替接口:ohos.multimedia.media/media.AVPlayer|@ohos.multimedia.media.d.ts|
|废弃版本有变化|类名:AudioPlayer<br>方法 or 属性:reset(): void;<br>废弃版本:N/A|类名:AudioPlayer<br>方法 or 属性:reset(): void;<br>废弃版本:9<br>代替接口:ohos.multimedia.media/media.AVPlayer|@ohos.multimedia.media.d.ts|
|废弃版本有变化|类名:AudioPlayer<br>方法 or 属性:seek(timeMs: number): void;<br>废弃版本:N/A|类名:AudioPlayer<br>方法 or 属性:seek(timeMs: number): void;<br>废弃版本:9<br>代替接口:ohos.multimedia.media/media.AVPlayer|@ohos.multimedia.media.d.ts|
|废弃版本有变化|类名:AudioPlayer<br>方法 or 属性:setVolume(vol: number): void;<br>废弃版本:N/A|类名:AudioPlayer<br>方法 or 属性:setVolume(vol: number): void;<br>废弃版本:9<br>代替接口:ohos.multimedia.media/media.AVPlayer|@ohos.multimedia.media.d.ts|
|废弃版本有变化|类名:AudioPlayer<br>方法 or 属性:release(): void;<br>废弃版本:N/A|类名:AudioPlayer<br>方法 or 属性:release(): void;<br>废弃版本:9<br>代替接口:ohos.multimedia.media/media.AVPlayer|@ohos.multimedia.media.d.ts|
|废弃版本有变化|类名:AudioPlayer<br>方法 or 属性:getTrackDescription(callback: AsyncCallback<Array<MediaDescription>>): void;<br>废弃版本:N/A|类名:AudioPlayer<br>方法 or 属性:getTrackDescription(callback: AsyncCallback<Array<MediaDescription>>): void;<br>废弃版本:9<br>代替接口:ohos.multimedia.media/media.AVPlayer|@ohos.multimedia.media.d.ts|
|废弃版本有变化|类名:AudioPlayer<br>方法 or 属性:getTrackDescription() : Promise<Array<MediaDescription>>;<br>废弃版本:N/A|类名:AudioPlayer<br>方法 or 属性:getTrackDescription() : Promise<Array<MediaDescription>>;<br>废弃版本:9<br>代替接口:ohos.multimedia.media/media.AVPlayer|@ohos.multimedia.media.d.ts|
|废弃版本有变化|类名:AudioPlayer<br>方法 or 属性:src: string;<br>废弃版本:N/A|类名:AudioPlayer<br>方法 or 属性:src: string;<br>废弃版本:9<br>代替接口:ohos.multimedia.media/media.AVPlayer|@ohos.multimedia.media.d.ts|
|废弃版本有变化|类名:AudioPlayer<br>方法 or 属性:fdSrc: AVFileDescriptor;<br>废弃版本:N/A|类名:AudioPlayer<br>方法 or 属性:fdSrc: AVFileDescriptor;<br>废弃版本:9<br>代替接口:ohos.multimedia.media/media.AVPlayer|@ohos.multimedia.media.d.ts|
|废弃版本有变化|类名:AudioPlayer<br>方法 or 属性:loop: boolean;<br>废弃版本:N/A|类名:AudioPlayer<br>方法 or 属性:loop: boolean;<br>废弃版本:9<br>代替接口:ohos.multimedia.media/media.AVPlayer|@ohos.multimedia.media.d.ts|
|废弃版本有变化|类名:AudioPlayer<br>方法 or 属性:audioInterruptMode ?: audio.InterruptMode;<br>废弃版本:N/A|类名:AudioPlayer<br>方法 or 属性:audioInterruptMode ?: audio.InterruptMode;<br>废弃版本:9<br>代替接口:ohos.multimedia.media/media.AVPlayer|@ohos.multimedia.media.d.ts|
|废弃版本有变化|类名:AudioPlayer<br>方法 or 属性:readonly currentTime: number;<br>废弃版本:N/A|类名:AudioPlayer<br>方法 or 属性:readonly currentTime: number;<br>废弃版本:9<br>代替接口:ohos.multimedia.media/media.AVPlayer|@ohos.multimedia.media.d.ts|
|废弃版本有变化|类名:AudioPlayer<br>方法 or 属性:readonly duration: number;<br>废弃版本:N/A|类名:AudioPlayer<br>方法 or 属性:readonly duration: number;<br>废弃版本:9<br>代替接口:ohos.multimedia.media/media.AVPlayer|@ohos.multimedia.media.d.ts|
|废弃版本有变化|类名:AudioPlayer<br>方法 or 属性:readonly state: AudioState;<br>废弃版本:N/A|类名:AudioPlayer<br>方法 or 属性:readonly state: AudioState;<br>废弃版本:9<br>代替接口:ohos.multimedia.media/media.AVPlayer|@ohos.multimedia.media.d.ts|
|废弃版本有变化|类名:AudioRecorderConfig<br>方法 or 属性:audioEncodeBitRate?: number;<br>废弃版本:N/A|类名:AudioRecorderConfig<br>方法 or 属性:audioEncodeBitRate?: number;<br>废弃版本:9<br>代替接口:N/A|@ohos.multimedia.media.d.ts|
|废弃版本有变化|类名:AudioRecorderConfig<br>方法 or 属性:audioSampleRate?: number;<br>废弃版本:N/A|类名:AudioRecorderConfig<br>方法 or 属性:audioSampleRate?: number;<br>废弃版本:9<br>代替接口:N/A|@ohos.multimedia.media.d.ts|
|废弃版本有变化|类名:AudioRecorderConfig<br>方法 or 属性:numberOfChannels?: number;<br>废弃版本:N/A|类名:AudioRecorderConfig<br>方法 or 属性:numberOfChannels?: number;<br>废弃版本:9<br>代替接口:N/A|@ohos.multimedia.media.d.ts|
|废弃版本有变化|类名:AudioRecorderConfig<br>方法 or 属性:uri: string;<br>废弃版本:N/A|类名:AudioRecorderConfig<br>方法 or 属性:uri: string;<br>废弃版本:9<br>代替接口:N/A|@ohos.multimedia.media.d.ts|
|废弃版本有变化|类名:AudioRecorderConfig<br>方法 or 属性:location?: Location;<br>废弃版本:N/A|类名:AudioRecorderConfig<br>方法 or 属性:location?: Location;<br>废弃版本:9<br>代替接口:N/A|@ohos.multimedia.media.d.ts|
|废弃版本有变化|类名:AudioRecorderConfig<br>方法 or 属性:audioEncoderMime?: CodecMimeType;<br>废弃版本:N/A|类名:AudioRecorderConfig<br>方法 or 属性:audioEncoderMime?: CodecMimeType;<br>废弃版本:9<br>代替接口:N/A|@ohos.multimedia.media.d.ts|
|废弃版本有变化|类名:AudioRecorderConfig<br>方法 or 属性:fileFormat?: ContainerFormatType;<br>废弃版本:N/A|类名:AudioRecorderConfig<br>方法 or 属性:fileFormat?: ContainerFormatType;<br>废弃版本:9<br>代替接口:N/A|@ohos.multimedia.media.d.ts|
|废弃版本有变化|类名:AudioRecorder<br>方法 or 属性:prepare(config: AudioRecorderConfig): void;<br>废弃版本:N/A|类名:AudioRecorder<br>方法 or 属性:prepare(config: AudioRecorderConfig): void;<br>废弃版本:9<br>代替接口:ohos.multimedia.media/media.AVRecorder|@ohos.multimedia.media.d.ts|
|废弃版本有变化|类名:AudioRecorder<br>方法 or 属性:start(): void;<br>废弃版本:N/A|类名:AudioRecorder<br>方法 or 属性:start(): void;<br>废弃版本:9<br>代替接口:ohos.multimedia.media/media.AVRecorder|@ohos.multimedia.media.d.ts|
|废弃版本有变化|类名:AudioRecorder<br>方法 or 属性:pause(): void;<br>废弃版本:N/A|类名:AudioRecorder<br>方法 or 属性:pause(): void;<br>废弃版本:9<br>代替接口:ohos.multimedia.media/media.AVRecorder|@ohos.multimedia.media.d.ts|
|废弃版本有变化|类名:AudioRecorder<br>方法 or 属性:resume(): void;<br>废弃版本:N/A|类名:AudioRecorder<br>方法 or 属性:resume(): void;<br>废弃版本:9<br>代替接口:ohos.multimedia.media/media.AVRecorder|@ohos.multimedia.media.d.ts|
|废弃版本有变化|类名:AudioRecorder<br>方法 or 属性:stop(): void;<br>废弃版本:N/A|类名:AudioRecorder<br>方法 or 属性:stop(): void;<br>废弃版本:9<br>代替接口:ohos.multimedia.media/media.AVRecorder|@ohos.multimedia.media.d.ts|
|废弃版本有变化|类名:AudioRecorder<br>方法 or 属性:release(): void;<br>废弃版本:N/A|类名:AudioRecorder<br>方法 or 属性:release(): void;<br>废弃版本:9<br>代替接口:ohos.multimedia.media/media.AVRecorder|@ohos.multimedia.media.d.ts|
|废弃版本有变化|类名:AudioRecorder<br>方法 or 属性:reset(): void;<br>废弃版本:N/A|类名:AudioRecorder<br>方法 or 属性:reset(): void;<br>废弃版本:9<br>代替接口:ohos.multimedia.media/media.AVRecorder|@ohos.multimedia.media.d.ts|
|废弃版本有变化|类名:VideoPlayer<br>方法 or 属性:setDisplaySurface(surfaceId: string, callback: AsyncCallback<void>): void;<br>废弃版本:N/A|类名:VideoPlayer<br>方法 or 属性:setDisplaySurface(surfaceId: string, callback: AsyncCallback<void>): void;<br>废弃版本:9<br>代替接口:ohos.multimedia.media/media.AVPlayer|@ohos.multimedia.media.d.ts|
|废弃版本有变化|类名:VideoPlayer<br>方法 or 属性:setDisplaySurface(surfaceId: string): Promise<void>;<br>废弃版本:N/A|类名:VideoPlayer<br>方法 or 属性:setDisplaySurface(surfaceId: string): Promise<void>;<br>废弃版本:9<br>代替接口:ohos.multimedia.media/media.AVPlayer|@ohos.multimedia.media.d.ts|
|废弃版本有变化|类名:VideoPlayer<br>方法 or 属性:prepare(callback: AsyncCallback<void>): void;<br>废弃版本:N/A|类名:VideoPlayer<br>方法 or 属性:prepare(callback: AsyncCallback<void>): void;<br>废弃版本:9<br>代替接口:ohos.multimedia.media/media.AVPlayer|@ohos.multimedia.media.d.ts|
|废弃版本有变化|类名:VideoPlayer<br>方法 or 属性:prepare(): Promise<void>;<br>废弃版本:N/A|类名:VideoPlayer<br>方法 or 属性:prepare(): Promise<void>;<br>废弃版本:9<br>代替接口:ohos.multimedia.media/media.AVPlayer|@ohos.multimedia.media.d.ts|
|废弃版本有变化|类名:VideoPlayer<br>方法 or 属性:play(callback: AsyncCallback<void>): void;<br>废弃版本:N/A|类名:VideoPlayer<br>方法 or 属性:play(callback: AsyncCallback<void>): void;<br>废弃版本:9<br>代替接口:ohos.multimedia.media/media.AVPlayer|@ohos.multimedia.media.d.ts|
|废弃版本有变化|类名:VideoPlayer<br>方法 or 属性:play(): Promise<void>;<br>废弃版本:N/A|类名:VideoPlayer<br>方法 or 属性:play(): Promise<void>;<br>废弃版本:9<br>代替接口:ohos.multimedia.media/media.AVPlayer|@ohos.multimedia.media.d.ts|
|废弃版本有变化|类名:VideoPlayer<br>方法 or 属性:pause(callback: AsyncCallback<void>): void;<br>废弃版本:N/A|类名:VideoPlayer<br>方法 or 属性:pause(callback: AsyncCallback<void>): void;<br>废弃版本:9<br>代替接口:ohos.multimedia.media/media.AVPlayer|@ohos.multimedia.media.d.ts|
|废弃版本有变化|类名:VideoPlayer<br>方法 or 属性:pause(): Promise<void>;<br>废弃版本:N/A|类名:VideoPlayer<br>方法 or 属性:pause(): Promise<void>;<br>废弃版本:9<br>代替接口:ohos.multimedia.media/media.AVPlayer|@ohos.multimedia.media.d.ts|
|废弃版本有变化|类名:VideoPlayer<br>方法 or 属性:stop(callback: AsyncCallback<void>): void;<br>废弃版本:N/A|类名:VideoPlayer<br>方法 or 属性:stop(callback: AsyncCallback<void>): void;<br>废弃版本:9<br>代替接口:ohos.multimedia.media/media.AVPlayer|@ohos.multimedia.media.d.ts|
|废弃版本有变化|类名:VideoPlayer<br>方法 or 属性:stop(): Promise<void>;<br>废弃版本:N/A|类名:VideoPlayer<br>方法 or 属性:stop(): Promise<void>;<br>废弃版本:9<br>代替接口:ohos.multimedia.media/media.AVPlayer|@ohos.multimedia.media.d.ts|
|废弃版本有变化|类名:VideoPlayer<br>方法 or 属性:reset(callback: AsyncCallback<void>): void;<br>废弃版本:N/A|类名:VideoPlayer<br>方法 or 属性:reset(callback: AsyncCallback<void>): void;<br>废弃版本:9<br>代替接口:ohos.multimedia.media/media.AVPlayer|@ohos.multimedia.media.d.ts|
|废弃版本有变化|类名:VideoPlayer<br>方法 or 属性:reset(): Promise<void>;<br>废弃版本:N/A|类名:VideoPlayer<br>方法 or 属性:reset(): Promise<void>;<br>废弃版本:9<br>代替接口:ohos.multimedia.media/media.AVPlayer|@ohos.multimedia.media.d.ts|
|废弃版本有变化|类名:VideoPlayer<br>方法 or 属性:seek(timeMs: number, callback: AsyncCallback<number>): void;<br>废弃版本:N/A|类名:VideoPlayer<br>方法 or 属性:seek(timeMs: number, callback: AsyncCallback<number>): void;<br>废弃版本:9<br>代替接口:ohos.multimedia.media/media.AVPlayer|@ohos.multimedia.media.d.ts|
|废弃版本有变化|类名:VideoPlayer<br>方法 or 属性:seek(timeMs: number, mode:SeekMode, callback: AsyncCallback<number>): void;<br>废弃版本:N/A|类名:VideoPlayer<br>方法 or 属性:seek(timeMs: number, mode:SeekMode, callback: AsyncCallback<number>): void;<br>废弃版本:9<br>代替接口:ohos.multimedia.media/media.AVPlayer|@ohos.multimedia.media.d.ts|
|废弃版本有变化|类名:VideoPlayer<br>方法 or 属性:seek(timeMs: number, mode?:SeekMode): Promise<number>;<br>废弃版本:N/A|类名:VideoPlayer<br>方法 or 属性:seek(timeMs: number, mode?:SeekMode): Promise<number>;<br>废弃版本:9<br>代替接口:ohos.multimedia.media/media.AVPlayer|@ohos.multimedia.media.d.ts|
|废弃版本有变化|类名:VideoPlayer<br>方法 or 属性:setVolume(vol: number, callback: AsyncCallback<void>): void;<br>废弃版本:N/A|类名:VideoPlayer<br>方法 or 属性:setVolume(vol: number, callback: AsyncCallback<void>): void;<br>废弃版本:9<br>代替接口:ohos.multimedia.media/media.AVPlayer|@ohos.multimedia.media.d.ts|
|废弃版本有变化|类名:VideoPlayer<br>方法 or 属性:setVolume(vol: number): Promise<void>;<br>废弃版本:N/A|类名:VideoPlayer<br>方法 or 属性:setVolume(vol: number): Promise<void>;<br>废弃版本:9<br>代替接口:ohos.multimedia.media/media.AVPlayer|@ohos.multimedia.media.d.ts|
|废弃版本有变化|类名:VideoPlayer<br>方法 or 属性:release(callback: AsyncCallback<void>): void;<br>废弃版本:N/A|类名:VideoPlayer<br>方法 or 属性:release(callback: AsyncCallback<void>): void;<br>废弃版本:9<br>代替接口:ohos.multimedia.media/media.AVPlayer|@ohos.multimedia.media.d.ts|
|废弃版本有变化|类名:VideoPlayer<br>方法 or 属性:release(): Promise<void>;<br>废弃版本:N/A|类名:VideoPlayer<br>方法 or 属性:release(): Promise<void>;<br>废弃版本:9<br>代替接口:ohos.multimedia.media/media.AVPlayer|@ohos.multimedia.media.d.ts|
|废弃版本有变化|类名:VideoPlayer<br>方法 or 属性:getTrackDescription(callback: AsyncCallback<Array<MediaDescription>>): void;<br>废弃版本:N/A|类名:VideoPlayer<br>方法 or 属性:getTrackDescription(callback: AsyncCallback<Array<MediaDescription>>): void;<br>废弃版本:9<br>代替接口:ohos.multimedia.media/media.AVPlayer|@ohos.multimedia.media.d.ts|
|废弃版本有变化|类名:VideoPlayer<br>方法 or 属性:getTrackDescription() : Promise<Array<MediaDescription>>;<br>废弃版本:N/A|类名:VideoPlayer<br>方法 or 属性:getTrackDescription() : Promise<Array<MediaDescription>>;<br>废弃版本:9<br>代替接口:ohos.multimedia.media/media.AVPlayer|@ohos.multimedia.media.d.ts|
|废弃版本有变化|类名:VideoPlayer<br>方法 or 属性:url: string;<br>废弃版本:N/A|类名:VideoPlayer<br>方法 or 属性:url: string;<br>废弃版本:9<br>代替接口:ohos.multimedia.media/media.AVPlayer|@ohos.multimedia.media.d.ts|
|废弃版本有变化|类名:VideoPlayer<br>方法 or 属性:fdSrc: AVFileDescriptor;<br>废弃版本:N/A|类名:VideoPlayer<br>方法 or 属性:fdSrc: AVFileDescriptor;<br>废弃版本:9<br>代替接口:ohos.multimedia.media/media.AVPlayer|@ohos.multimedia.media.d.ts|
|废弃版本有变化|类名:VideoPlayer<br>方法 or 属性:loop: boolean;<br>废弃版本:N/A|类名:VideoPlayer<br>方法 or 属性:loop: boolean;<br>废弃版本:9<br>代替接口:ohos.multimedia.media/media.AVPlayer|@ohos.multimedia.media.d.ts|
|废弃版本有变化|类名:VideoPlayer<br>方法 or 属性:readonly currentTime: number;<br>废弃版本:N/A|类名:VideoPlayer<br>方法 or 属性:readonly currentTime: number;<br>废弃版本:9<br>代替接口:ohos.multimedia.media/media.AVPlayer|@ohos.multimedia.media.d.ts|
|废弃版本有变化|类名:VideoPlayer<br>方法 or 属性:readonly duration: number;<br>废弃版本:N/A|类名:VideoPlayer<br>方法 or 属性:readonly duration: number;<br>废弃版本:9<br>代替接口:ohos.multimedia.media/media.AVPlayer|@ohos.multimedia.media.d.ts|
|废弃版本有变化|类名:VideoPlayer<br>方法 or 属性:readonly state: VideoPlayState;<br>废弃版本:N/A|类名:VideoPlayer<br>方法 or 属性:readonly state: VideoPlayState;<br>废弃版本:9<br>代替接口:ohos.multimedia.media/media.AVPlayer|@ohos.multimedia.media.d.ts|
|废弃版本有变化|类名:VideoPlayer<br>方法 or 属性:readonly width: number;<br>废弃版本:N/A|类名:VideoPlayer<br>方法 or 属性:readonly width: number;<br>废弃版本:9<br>代替接口:ohos.multimedia.media/media.AVPlayer|@ohos.multimedia.media.d.ts|
|废弃版本有变化|类名:VideoPlayer<br>方法 or 属性:readonly height: number;<br>废弃版本:N/A|类名:VideoPlayer<br>方法 or 属性:readonly height: number;<br>废弃版本:9<br>代替接口:ohos.multimedia.media/media.AVPlayer|@ohos.multimedia.media.d.ts|
|废弃版本有变化|类名:VideoPlayer<br>方法 or 属性:audioInterruptMode ?: audio.InterruptMode;<br>废弃版本:N/A|类名:VideoPlayer<br>方法 or 属性:audioInterruptMode ?: audio.InterruptMode;<br>废弃版本:9<br>代替接口:ohos.multimedia.media/media.AVPlayer|@ohos.multimedia.media.d.ts|
|废弃版本有变化|类名:VideoPlayer<br>方法 or 属性:videoScaleType ?: VideoScaleType;<br>废弃版本:N/A|类名:VideoPlayer<br>方法 or 属性:videoScaleType ?: VideoScaleType;<br>废弃版本:9<br>代替接口:ohos.multimedia.media/media.AVPlayer|@ohos.multimedia.media.d.ts|
|废弃版本有变化|类名:VideoPlayer<br>方法 or 属性:setSpeed(speed:number, callback: AsyncCallback<number>): void;<br>废弃版本:N/A|类名:VideoPlayer<br>方法 or 属性:setSpeed(speed:number, callback: AsyncCallback<number>): void;<br>废弃版本:9<br>代替接口:ohos.multimedia.media/media.AVPlayer|@ohos.multimedia.media.d.ts|
|废弃版本有变化|类名:VideoPlayer<br>方法 or 属性:setSpeed(speed:number): Promise<number>;<br>废弃版本:N/A|类名:VideoPlayer<br>方法 or 属性:setSpeed(speed:number): Promise<number>;<br>废弃版本:9<br>代替接口:ohos.multimedia.media/media.AVPlayer|@ohos.multimedia.media.d.ts|
|废弃版本有变化|类名:VideoPlayer<br>方法 or 属性:on(type: 'playbackCompleted', callback: Callback<void>): void;<br>废弃版本:N/A|类名:VideoPlayer<br>方法 or 属性:on(type: 'playbackCompleted', callback: Callback<void>): void;<br>废弃版本:9<br>代替接口:ohos.multimedia.media/media.AVPlayer|@ohos.multimedia.media.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: '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 属性: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 属性: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 属性: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 属性: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 属性: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|
|访问级别有变化|类名: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|
|访问级别有变化|类名:AudioSourceType<br>方法 or 属性:AUDIO_SOURCE_TYPE_DEFAULT = 0<br>访问级别:系统API|类名:AudioSourceType<br>方法 or 属性:AUDIO_SOURCE_TYPE_DEFAULT = 0<br>访问级别:公开API|@ohos.multimedia.media.d.ts|
|访问级别有变化|类名:AudioSourceType<br>方法 or 属性:AUDIO_SOURCE_TYPE_MIC = 1<br>访问级别:系统API|类名:AudioSourceType<br>方法 or 属性:AUDIO_SOURCE_TYPE_MIC = 1<br>访问级别:公开API|@ohos.multimedia.media.d.ts|
|访问级别有变化|类名:VideoSourceType<br>方法 or 属性:VIDEO_SOURCE_TYPE_SURFACE_YUV = 0<br>访问级别:系统API|类名:VideoSourceType<br>方法 or 属性:VIDEO_SOURCE_TYPE_SURFACE_YUV = 0<br>访问级别:公开API|@ohos.multimedia.media.d.ts|
|访问级别有变化|类名:VideoSourceType<br>方法 or 属性:VIDEO_SOURCE_TYPE_SURFACE_ES = 1<br>访问级别:系统API|类名:VideoSourceType<br>方法 or 属性:VIDEO_SOURCE_TYPE_SURFACE_ES = 1<br>访问级别:公开API|@ohos.multimedia.media.d.ts|
|函数有变化|类名:CameraInput<br>方法 or 属性:on(type: 'error', camera: CameraDevice, callback: ErrorCallback<CameraInputError>): void;<br>|类名:CameraInput<br>方法 or 属性:on(type: 'error', camera: CameraDevice, callback: ErrorCallback<BusinessError>): void;<br>|@ohos.multimedia.camera.d.ts|
|函数有变化|类名:CaptureSession<br>方法 or 属性:on(type: 'error', callback: ErrorCallback<CaptureSessionError>): void;<br>|类名:CaptureSession<br>方法 or 属性:on(type: 'error', callback: ErrorCallback<BusinessError>): void;<br>|@ohos.multimedia.camera.d.ts|
|函数有变化|类名:PreviewOutput<br>方法 or 属性:on(type: 'error', callback: ErrorCallback<PreviewOutputError>): void;<br>|类名:PreviewOutput<br>方法 or 属性:on(type: 'error', callback: ErrorCallback<BusinessError>): void;<br>|@ohos.multimedia.camera.d.ts|
|函数有变化|类名:PhotoOutput<br>方法 or 属性:capture(setting?: PhotoCaptureSetting): Promise<void>;<br>|类名:PhotoOutput<br>方法 or 属性:capture(): Promise<void>;<br>|@ohos.multimedia.camera.d.ts|
|函数有变化|类名:PhotoOutput<br>方法 or 属性:on(type: 'error', callback: ErrorCallback<PhotoOutputError>): void;<br>|类名:PhotoOutput<br>方法 or 属性:on(type: 'error', callback: ErrorCallback<BusinessError>): void;<br>|@ohos.multimedia.camera.d.ts|
|函数有变化|类名:VideoOutput<br>方法 or 属性:on(type: 'error', callback: ErrorCallback<VideoOutputError>): void;<br>|类名:VideoOutput<br>方法 or 属性:on(type: 'error', callback: ErrorCallback<BusinessError>): void;<br>|@ohos.multimedia.camera.d.ts|
|函数有变化|类名:MetadataOutput<br>方法 or 属性:on(type: 'error', callback: ErrorCallback<MetadataOutputError>): void;<br>|类名:MetadataOutput<br>方法 or 属性:on(type: 'error', callback: ErrorCallback<BusinessError>): void;<br>|@ohos.multimedia.camera.d.ts|
|新增|NA|模块名: ohos.security.cert<br>类名: CertChainValidator<br>方法 or 属性: validate(certChain : CertChainData) : Promise<void>;|@ohos.security.cert.d.ts|
|新增|NA|模块名: ohos.security.cert<br>类名: CertChainValidator<br>方法 or 属性: readonly algorithm : string;|@ohos.security.cert.d.ts|
|新增|NA|模块名: ohos.security.cert<br>类名: cert<br>方法 or 属性: function createCertChainValidator(algorithm :string) : CertChainValidator;|@ohos.security.cert.d.ts|
|新增(权限)|类名:deviceInfo<br>方法 or 属性:const serial: string;<br>权限:N/A|类名:deviceInfo<br>方法 or 属性:const serial: string;<br>权限:ohos.permission.sec.ACCESS_UDID|@ohos.deviceInfo.d.ts|
|新增(权限)|类名:deviceInfo<br>方法 or 属性:const udid: string;<br>权限:N/A|类名:deviceInfo<br>方法 or 属性:const udid: string;<br>权限:ohos.permission.sec.ACCESS_UDID|@ohos.deviceInfo.d.ts|
|删除|模块名:ohos.telephony.call<br>类名:DisconnectedDetails<br>方法 or 属性:UNASSIGNED_NUMBER = 1|NA|@ohos.telephony.call.d.ts|
|删除|模块名:ohos.telephony.call<br>类名:DisconnectedDetails<br>方法 or 属性:NO_ROUTE_TO_DESTINATION = 3|NA|@ohos.telephony.call.d.ts|
|删除|模块名:ohos.telephony.call<br>类名:DisconnectedDetails<br>方法 or 属性:CHANNEL_UNACCEPTABLE = 6|NA|@ohos.telephony.call.d.ts|
|删除|模块名:ohos.telephony.call<br>类名:DisconnectedDetails<br>方法 or 属性:OPERATOR_DETERMINED_BARRING = 8|NA|@ohos.telephony.call.d.ts|
|删除|模块名:ohos.telephony.call<br>类名:DisconnectedDetails<br>方法 or 属性:NORMAL_CALL_CLEARING = 16|NA|@ohos.telephony.call.d.ts|
|删除|模块名:ohos.telephony.call<br>类名:DisconnectedDetails<br>方法 or 属性:USER_BUSY = 17|NA|@ohos.telephony.call.d.ts|
|删除|模块名:ohos.telephony.call<br>类名:DisconnectedDetails<br>方法 or 属性:NO_USER_RESPONDING = 18|NA|@ohos.telephony.call.d.ts|
|删除|模块名:ohos.telephony.call<br>类名:DisconnectedDetails<br>方法 or 属性:USER_ALERTING_NO_ANSWER = 19|NA|@ohos.telephony.call.d.ts|
|删除|模块名:ohos.telephony.call<br>类名:DisconnectedDetails<br>方法 or 属性:CALL_REJECTED = 21|NA|@ohos.telephony.call.d.ts|
|删除|模块名:ohos.telephony.call<br>类名:DisconnectedDetails<br>方法 or 属性:NUMBER_CHANGED = 22|NA|@ohos.telephony.call.d.ts|
|删除|模块名:ohos.telephony.call<br>类名:DisconnectedDetails<br>方法 or 属性:DESTINATION_OUT_OF_ORDER = 27|NA|@ohos.telephony.call.d.ts|
|删除|模块名:ohos.telephony.call<br>类名:DisconnectedDetails<br>方法 or 属性:INVALID_NUMBER_FORMAT = 28|NA|@ohos.telephony.call.d.ts|
|删除|模块名:ohos.telephony.call<br>类名:DisconnectedDetails<br>方法 or 属性:NETWORK_OUT_OF_ORDER = 38|NA|@ohos.telephony.call.d.ts|
|删除|模块名:ohos.telephony.call<br>类名:DisconnectedDetails<br>方法 or 属性:TEMPORARY_FAILURE = 41|NA|@ohos.telephony.call.d.ts|
|删除|模块名:ohos.telephony.call<br>类名:DisconnectedDetails<br>方法 or 属性:INVALID_PARAMETER = 1025|NA|@ohos.telephony.call.d.ts|
|删除|模块名:ohos.telephony.call<br>类名:DisconnectedDetails<br>方法 or 属性:SIM_NOT_EXIT = 1026|NA|@ohos.telephony.call.d.ts|
|删除|模块名:ohos.telephony.call<br>类名:DisconnectedDetails<br>方法 or 属性:SIM_PIN_NEED = 1027|NA|@ohos.telephony.call.d.ts|
|删除|模块名:ohos.telephony.call<br>类名:DisconnectedDetails<br>方法 or 属性:CALL_NOT_ALLOW = 1029|NA|@ohos.telephony.call.d.ts|
|删除|模块名:ohos.telephony.call<br>类名:DisconnectedDetails<br>方法 or 属性:SIM_INVALID = 1045|NA|@ohos.telephony.call.d.ts|
|删除|模块名:ohos.telephony.call<br>类名:DisconnectedDetails<br>方法 or 属性:UNKNOWN = 1279|NA|@ohos.telephony.call.d.ts|
|起始版本有变化|类名:CallTransferInfo<br>方法 or 属性:transferNum: string;<br>起始版本:N/A|类名:CallTransferInfo<br>方法 or 属性:transferNum: string;<br>起始版本:8|@ohos.telephony.call.d.ts|
|起始版本有变化|类名:CallTransferInfo<br>方法 or 属性:type: CallTransferType;<br>起始版本:N/A|类名:CallTransferInfo<br>方法 or 属性:type: CallTransferType;<br>起始版本:8|@ohos.telephony.call.d.ts|
|起始版本有变化|类名:CallTransferInfo<br>方法 or 属性:settingType: CallTransferSettingType;<br>起始版本:N/A|类名:CallTransferInfo<br>方法 or 属性:settingType: CallTransferSettingType;<br>起始版本:8|@ohos.telephony.call.d.ts|
|起始版本有变化|类名:CallTransferResult<br>方法 or 属性:status: TransferStatus;<br>起始版本:N/A|类名:CallTransferResult<br>方法 or 属性:status: TransferStatus;<br>起始版本:8|@ohos.telephony.call.d.ts|
|起始版本有变化|类名:CallTransferResult<br>方法 or 属性:number: string;<br>起始版本:N/A|类名:CallTransferResult<br>方法 or 属性:number: string;<br>起始版本:8|@ohos.telephony.call.d.ts|
|起始版本有变化|类名:CallWaitingStatus<br>方法 or 属性:CALL_WAITING_DISABLE = 0<br>起始版本:N/A|类名:CallWaitingStatus<br>方法 or 属性:CALL_WAITING_DISABLE = 0<br>起始版本:7|@ohos.telephony.call.d.ts|
|起始版本有变化|类名:CallWaitingStatus<br>方法 or 属性:CALL_WAITING_ENABLE = 1<br>起始版本:N/A|类名:CallWaitingStatus<br>方法 or 属性:CALL_WAITING_ENABLE = 1<br>起始版本:7|@ohos.telephony.call.d.ts|
|起始版本有变化|类名:RestrictionStatus<br>方法 or 属性:RESTRICTION_DISABLE = 0<br>起始版本:N/A|类名:RestrictionStatus<br>方法 or 属性:RESTRICTION_DISABLE = 0<br>起始版本:8|@ohos.telephony.call.d.ts|
|起始版本有变化|类名:RestrictionStatus<br>方法 or 属性:RESTRICTION_ENABLE = 1<br>起始版本:N/A|类名:RestrictionStatus<br>方法 or 属性:RESTRICTION_ENABLE = 1<br>起始版本:8|@ohos.telephony.call.d.ts|
|起始版本有变化|类名:TransferStatus<br>方法 or 属性:TRANSFER_DISABLE = 0<br>起始版本:N/A|类名:TransferStatus<br>方法 or 属性:TRANSFER_DISABLE = 0<br>起始版本:8|@ohos.telephony.call.d.ts|
|起始版本有变化|类名:TransferStatus<br>方法 or 属性:TRANSFER_ENABLE = 1<br>起始版本:N/A|类名:TransferStatus<br>方法 or 属性:TRANSFER_ENABLE = 1<br>起始版本:8|@ohos.telephony.call.d.ts|
|起始版本有变化|类名:EmergencyNumberOptions<br>方法 or 属性:slotId?: number;<br>起始版本:N/A|类名:EmergencyNumberOptions<br>方法 or 属性:slotId?: number;<br>起始版本:7|@ohos.telephony.call.d.ts|
|起始版本有变化|类名:NumberFormatOptions<br>方法 or 属性:countryCode?: string;<br>起始版本:N/A|类名:NumberFormatOptions<br>方法 or 属性:countryCode?: string;<br>起始版本:7|@ohos.telephony.call.d.ts|
|起始版本有变化|类名:AudioDeviceOptions<br>方法 or 属性:bluetoothAddress?: string;<br>起始版本:N/A|类名:AudioDeviceOptions<br>方法 or 属性:bluetoothAddress?: string;<br>起始版本:9|@ohos.telephony.call.d.ts|
|起始版本有变化|类名:MmiCodeResults<br>方法 or 属性:result: MmiCodeResult;<br>起始版本:N/A|类名:MmiCodeResults<br>方法 or 属性:result: MmiCodeResult;<br>起始版本:9|@ohos.telephony.call.d.ts|
|起始版本有变化|类名:MmiCodeResults<br>方法 or 属性:message: string;<br>起始版本:N/A|类名:MmiCodeResults<br>方法 or 属性:message: string;<br>起始版本:9|@ohos.telephony.call.d.ts|
|起始版本有变化|类名:MmiCodeResult<br>方法 or 属性:MMI_CODE_SUCCESS = 0<br>起始版本:N/A|类名:MmiCodeResult<br>方法 or 属性:MMI_CODE_SUCCESS = 0<br>起始版本:9|@ohos.telephony.call.d.ts|
|起始版本有变化|类名:MmiCodeResult<br>方法 or 属性:MMI_CODE_FAILED = 1<br>起始版本:N/A|类名:MmiCodeResult<br>方法 or 属性:MMI_CODE_FAILED = 1<br>起始版本:9|@ohos.telephony.call.d.ts|
|权限有变化|类名:observer<br>方法 or 属性:function on(type: 'cellInfoChange', callback: Callback<Array<CellInformation>>): void;<br>权限:ohos.permission.LOCATION|类名:observer<br>方法 or 属性:function on(type: 'cellInfoChange', callback: Callback<Array<CellInformation>>): void;<br>权限:ohos.permission.LOCATION and ohos.permission.APPROXIMATELY_LOCATION|@ohos.telephony.observer.d.ts|
|权限有变化|类名:observer<br>方法 or 属性:function on(type: 'cellInfoChange', options: { slotId: number },<br> callback: Callback<Array<CellInformation>>): void;<br>权限:ohos.permission.LOCATION|类名:observer<br>方法 or 属性:function on(type: 'cellInfoChange', options: { slotId: number },<br> callback: Callback<Array<CellInformation>>): void;<br>权限:ohos.permission.LOCATION and ohos.permission.APPROXIMATELY_LOCATION|@ohos.telephony.observer.d.ts|
|权限有变化|类名:radio<br>方法 or 属性:function sendUpdateCellLocationRequest(callback: AsyncCallback<void>): void;<br>权限:ohos.permission.LOCATION|类名:radio<br>方法 or 属性:function sendUpdateCellLocationRequest(callback: AsyncCallback<void>): void;<br>权限:ohos.permission.LOCATION and ohos.permission.APPROXIMATELY_LOCATION|@ohos.telephony.radio.d.ts|
|权限有变化|类名:radio<br>方法 or 属性:function sendUpdateCellLocationRequest(slotId: number, callback: AsyncCallback<void>): void;<br>权限:ohos.permission.LOCATION|类名:radio<br>方法 or 属性:function sendUpdateCellLocationRequest(slotId: number, callback: AsyncCallback<void>): void;<br>权限:ohos.permission.LOCATION and ohos.permission.APPROXIMATELY_LOCATION|@ohos.telephony.radio.d.ts|
|权限有变化|类名:radio<br>方法 or 属性:function sendUpdateCellLocationRequest(slotId?: number): Promise<void>;<br>权限:ohos.permission.LOCATION|类名:radio<br>方法 or 属性:function sendUpdateCellLocationRequest(slotId?: number): Promise<void>;<br>权限:ohos.permission.LOCATION and ohos.permission.APPROXIMATELY_LOCATION|@ohos.telephony.radio.d.ts|
|权限有变化|类名:radio<br>方法 or 属性:function getCellInformation(callback: AsyncCallback<Array<CellInformation>>): void;<br>权限:ohos.permission.LOCATION|类名:radio<br>方法 or 属性:function getCellInformation(callback: AsyncCallback<Array<CellInformation>>): void;<br>权限:ohos.permission.LOCATION and ohos.permission.APPROXIMATELY_LOCATION|@ohos.telephony.radio.d.ts|
|权限有变化|类名:radio<br>方法 or 属性:function getCellInformation(slotId: number, callback: AsyncCallback<Array<CellInformation>>): void;<br>权限:ohos.permission.LOCATION|类名:radio<br>方法 or 属性:function getCellInformation(slotId: number, callback: AsyncCallback<Array<CellInformation>>): void;<br>权限:ohos.permission.LOCATION and ohos.permission.APPROXIMATELY_LOCATION|@ohos.telephony.radio.d.ts|
|权限有变化|类名:radio<br>方法 or 属性:function getCellInformation(slotId?: number): Promise<Array<CellInformation>>;<br>权限:ohos.permission.LOCATION|类名:radio<br>方法 or 属性:function getCellInformation(slotId?: number): Promise<Array<CellInformation>>;<br>权限:ohos.permission.LOCATION and ohos.permission.APPROXIMATELY_LOCATION|@ohos.telephony.radio.d.ts|
|新增(权限)|类名:call<br>方法 or 属性:function hangup(callback: AsyncCallback<void>): void;<br>权限:N/A|类名:call<br>方法 or 属性:function hangup(callback: AsyncCallback<void>): void;<br>权限:ohos.permission.ANSWER_CALL|@ohos.telephony.call.d.ts|
|函数有变化|类名:sms<br>方法 or 属性:function isImsSmsSupported(callback: AsyncCallback<boolean>): void;<br>|类名:sms<br>方法 or 属性:function isImsSmsSupported(slotId: number, callback: AsyncCallback<boolean>): void;<br>|@ohos.telephony.sms.d.ts|
|函数有变化|类名:sms<br>方法 or 属性:function isImsSmsSupported(): Promise<boolean>;<br>|类名:sms<br>方法 or 属性:function isImsSmsSupported(slotId: number): Promise<boolean>;<br>|@ohos.telephony.sms.d.ts|
|函数有变化|类名:WebMessagePort<br>方法 or 属性:postMessageEvent(message: string): void;<br>|类名:WebMessagePort<br>方法 or 属性:postMessageEvent(message: WebMessage): void;<br>|@ohos.web.webview.d.ts|
|函数有变化|类名:WebMessagePort<br>方法 or 属性:onMessageEvent(callback: (result: string) => void): void;<br>|类名:WebMessagePort<br>方法 or 属性:onMessageEvent(callback: (result: WebMessage) => void): void;<br>|@ohos.web.webview.d.ts|