提交 1b633432 编写于 作者: R RayShih

推送版本说明附件apidiff

Signed-off-by: NRayShih <shirui721@huawei.com>
上级 067149d1
# Readme
- [元能力](js-apidiff-ability.md)
- [帐号](js-apidiff-account.md)
- [AI](js-apidiff-ai.md)
- [应用](js-apidiff-application.md)
- [ArkUI](js-apidiff-arkui.md)
- [电源管理](js-apidiff-battery.md)
- [包管理](js-apidiff-bundle.md)
- [网络与通信](js-apidiff-communication.md)
- [语言编译器运行时](js-apidiff-compiler-and-runtime.md)
- [定制](js-apidiff-customization.md)
- [DFX](js-apidiff-dfx.md)
- [分布式数据管理](js-apidiff-distributed-data.md)
- [分布式硬件](js-apidiff-distributed-hardware.md)
- [上传下载](js-apidiff-download-upload.md)
- [驱动](js-apidiff-driver.md)
- [文件管理](js-apidiff-file-management.md)
- [位置服务](js-apidiff-geolocation.md)
- [全球化](js-apidiff-global.md)
- [Misc软件](js-apidiff-misc.md)
- [MSDP](js-apidiff-msdp.md)
- [多模输入](js-apidiff-multi-modal-input.md)
- [媒体](js-apidiff-multimedia.md)
- [事件通知](js-apidiff-notification.md)
- [资源调度](js-apidiff-resource-scheduler.md)
- [安全](js-apidiff-security.md)
- [泛Sensor](js-apidiff-sensor.md)
- [启动](js-apidiff-start-up.md)
- [电话服务](js-apidiff-telephony.md)
- [测试框架](js-apidiff-unitest.md)
- [USB](js-apidiff-usb.md)
- [Web](js-apidiff-web.md)
- [窗口](js-apidiff-window.md)
......@@ -744,69 +744,3 @@
|type有变化|类名:WantAgentInfo;<br>方法or属性:requestCode: number;<br>旧版本信息:|类名:WantAgentInfo;<br>方法or属性:requestCode: number;<br>新版本信息:number|wantAgentInfo.d.ts|
|type有变化|类名:WantAgentInfo;<br>方法or属性:wantAgentFlags?: Array\<wantAgent.WantAgentFlags>;<br>旧版本信息:|类名:WantAgentInfo;<br>方法or属性:wantAgentFlags?: Array\<wantAgent.WantAgentFlags>;<br>新版本信息:?Array\<wantAgent.WantAgentFlags>|wantAgentInfo.d.ts|
|type有变化|类名:WantAgentInfo;<br>方法or属性:extraInfo?: { [key: string]: any };<br>旧版本信息:|类名:WantAgentInfo;<br>方法or属性:extraInfo?: { [key: string]: any };<br>新版本信息:?object|wantAgentInfo.d.ts|
|跨平台能力有变化|类名:abilityDelegatorRegistry;<br>方法or属性:declare abilityDelegatorRegistry<br>旧版本信息:|类名:abilityDelegatorRegistry;<br>方法or属性:declare abilityDelegatorRegistry<br>新版本信息:crossplatform|@ohos.app.ability.abilityDelegatorRegistry.d.ts|
|跨平台能力有变化|类名:abilityDelegatorRegistry;<br>方法or属性:function getAbilityDelegator(): AbilityDelegator;<br>旧版本信息:|类名:abilityDelegatorRegistry;<br>方法or属性:function getAbilityDelegator(): AbilityDelegator;<br>新版本信息:crossplatform|@ohos.app.ability.abilityDelegatorRegistry.d.ts|
|跨平台能力有变化|类名:abilityDelegatorRegistry;<br>方法or属性:function getArguments(): AbilityDelegatorArgs;<br>旧版本信息:|类名:abilityDelegatorRegistry;<br>方法or属性:function getArguments(): AbilityDelegatorArgs;<br>新版本信息:crossplatform|@ohos.app.ability.abilityDelegatorRegistry.d.ts|
|跨平台能力有变化|类名:abilityDelegatorRegistry;<br>方法or属性:export type AbilityDelegator = _AbilityDelegator;<br>旧版本信息:|类名:abilityDelegatorRegistry;<br>方法or属性:export type AbilityDelegator = _AbilityDelegator;<br>新版本信息:crossplatform|@ohos.app.ability.abilityDelegatorRegistry.d.ts|
|跨平台能力有变化|类名:abilityDelegatorRegistry;<br>方法or属性:export type AbilityDelegatorArgs = _AbilityDelegatorArgs;<br>旧版本信息:|类名:abilityDelegatorRegistry;<br>方法or属性:export type AbilityDelegatorArgs = _AbilityDelegatorArgs;<br>新版本信息:crossplatform|@ohos.app.ability.abilityDelegatorRegistry.d.ts|
|跨平台能力有变化|类名:abilityDelegatorRegistry;<br>方法or属性:export type AbilityMonitor = _AbilityMonitor;<br>旧版本信息:|类名:abilityDelegatorRegistry;<br>方法or属性:export type AbilityMonitor = _AbilityMonitor;<br>新版本信息:crossplatform|@ohos.app.ability.abilityDelegatorRegistry.d.ts|
|跨平台能力有变化|类名:AbilityLifecycleState;<br>方法or属性:export enum AbilityLifecycleState<br>旧版本信息:|类名:AbilityLifecycleState;<br>方法or属性:export enum AbilityLifecycleState<br>新版本信息:crossplatform|@ohos.app.ability.abilityDelegatorRegistry.d.ts|
|跨平台能力有变化|类名:AbilityLifecycleState;<br>方法or属性:UNINITIALIZED<br>旧版本信息:|类名:AbilityLifecycleState;<br>方法or属性:UNINITIALIZED<br>新版本信息:crossplatform|@ohos.app.ability.abilityDelegatorRegistry.d.ts|
|跨平台能力有变化|类名:AbilityLifecycleState;<br>方法or属性:CREATE<br>旧版本信息:|类名:AbilityLifecycleState;<br>方法or属性:CREATE<br>新版本信息:crossplatform|@ohos.app.ability.abilityDelegatorRegistry.d.ts|
|跨平台能力有变化|类名:AbilityLifecycleState;<br>方法or属性:FOREGROUND<br>旧版本信息:|类名:AbilityLifecycleState;<br>方法or属性:FOREGROUND<br>新版本信息:crossplatform|@ohos.app.ability.abilityDelegatorRegistry.d.ts|
|跨平台能力有变化|类名:AbilityLifecycleState;<br>方法or属性:BACKGROUND<br>旧版本信息:|类名:AbilityLifecycleState;<br>方法or属性:BACKGROUND<br>新版本信息:crossplatform|@ohos.app.ability.abilityDelegatorRegistry.d.ts|
|跨平台能力有变化|类名:AbilityLifecycleState;<br>方法or属性:DESTROY<br>旧版本信息:|类名:AbilityLifecycleState;<br>方法or属性:DESTROY<br>新版本信息:crossplatform|@ohos.app.ability.abilityDelegatorRegistry.d.ts|
|跨平台能力有变化|类名:ColorMode;<br>方法or属性:COLOR_MODE_NOT_SET = -1<br>旧版本信息:|类名:ColorMode;<br>方法or属性:COLOR_MODE_NOT_SET = -1<br>新版本信息:crossplatform|@ohos.app.ability.ConfigurationConstant.d.ts|
|跨平台能力有变化|类名:ColorMode;<br>方法or属性:COLOR_MODE_DARK = 0<br>旧版本信息:|类名:ColorMode;<br>方法or属性:COLOR_MODE_DARK = 0<br>新版本信息:crossplatform|@ohos.app.ability.ConfigurationConstant.d.ts|
|跨平台能力有变化|类名:ColorMode;<br>方法or属性:COLOR_MODE_LIGHT = 1<br>旧版本信息:|类名:ColorMode;<br>方法or属性:COLOR_MODE_LIGHT = 1<br>新版本信息:crossplatform|@ohos.app.ability.ConfigurationConstant.d.ts|
|跨平台能力有变化|类名:Direction;<br>方法or属性:DIRECTION_NOT_SET = -1<br>旧版本信息:|类名:Direction;<br>方法or属性:DIRECTION_NOT_SET = -1<br>新版本信息:crossplatform|@ohos.app.ability.ConfigurationConstant.d.ts|
|跨平台能力有变化|类名:Direction;<br>方法or属性:DIRECTION_VERTICAL = 0<br>旧版本信息:|类名:Direction;<br>方法or属性:DIRECTION_VERTICAL = 0<br>新版本信息:crossplatform|@ohos.app.ability.ConfigurationConstant.d.ts|
|跨平台能力有变化|类名:Direction;<br>方法or属性:DIRECTION_HORIZONTAL = 1<br>旧版本信息:|类名:Direction;<br>方法or属性:DIRECTION_HORIZONTAL = 1<br>新版本信息:crossplatform|@ohos.app.ability.ConfigurationConstant.d.ts|
|跨平台能力有变化|类名:AbilityDelegator;<br>方法or属性:export interface AbilityDelegator<br>旧版本信息:|类名:AbilityDelegator;<br>方法or属性:export interface AbilityDelegator<br>新版本信息:crossplatform|AbilityDelegator.d.ts|
|跨平台能力有变化|类名:AbilityDelegator;<br>方法or属性:addAbilityMonitor(monitor: AbilityMonitor, callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:AbilityDelegator;<br>方法or属性:addAbilityMonitor(monitor: AbilityMonitor, callback: AsyncCallback\<void>): void;<br>新版本信息:crossplatform|AbilityDelegator.d.ts|
|跨平台能力有变化|类名:AbilityDelegator;<br>方法or属性:addAbilityMonitor(monitor: AbilityMonitor): Promise\<void>;<br>旧版本信息:|类名:AbilityDelegator;<br>方法or属性:addAbilityMonitor(monitor: AbilityMonitor): Promise\<void>;<br>新版本信息:crossplatform|AbilityDelegator.d.ts|
|跨平台能力有变化|类名:AbilityDelegator;<br>方法or属性:addAbilityStageMonitor(monitor: AbilityStageMonitor, callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:AbilityDelegator;<br>方法or属性:addAbilityStageMonitor(monitor: AbilityStageMonitor, callback: AsyncCallback\<void>): void;<br>新版本信息:crossplatform|AbilityDelegator.d.ts|
|跨平台能力有变化|类名:AbilityDelegator;<br>方法or属性:addAbilityStageMonitor(monitor: AbilityStageMonitor): Promise\<void>;<br>旧版本信息:|类名:AbilityDelegator;<br>方法or属性:addAbilityStageMonitor(monitor: AbilityStageMonitor): Promise\<void>;<br>新版本信息:crossplatform|AbilityDelegator.d.ts|
|跨平台能力有变化|类名:AbilityDelegator;<br>方法or属性:removeAbilityMonitor(monitor: AbilityMonitor, callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:AbilityDelegator;<br>方法or属性:removeAbilityMonitor(monitor: AbilityMonitor, callback: AsyncCallback\<void>): void;<br>新版本信息:crossplatform|AbilityDelegator.d.ts|
|跨平台能力有变化|类名:AbilityDelegator;<br>方法or属性:removeAbilityMonitor(monitor: AbilityMonitor): Promise\<void>;<br>旧版本信息:|类名:AbilityDelegator;<br>方法or属性:removeAbilityMonitor(monitor: AbilityMonitor): Promise\<void>;<br>新版本信息:crossplatform|AbilityDelegator.d.ts|
|跨平台能力有变化|类名:AbilityDelegator;<br>方法or属性:removeAbilityStageMonitor(monitor: AbilityStageMonitor, callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:AbilityDelegator;<br>方法or属性:removeAbilityStageMonitor(monitor: AbilityStageMonitor, callback: AsyncCallback\<void>): void;<br>新版本信息:crossplatform|AbilityDelegator.d.ts|
|跨平台能力有变化|类名:AbilityDelegator;<br>方法or属性:removeAbilityStageMonitor(monitor: AbilityStageMonitor): Promise\<void>;<br>旧版本信息:|类名:AbilityDelegator;<br>方法or属性:removeAbilityStageMonitor(monitor: AbilityStageMonitor): Promise\<void>;<br>新版本信息:crossplatform|AbilityDelegator.d.ts|
|跨平台能力有变化|类名:AbilityDelegator;<br>方法or属性:waitAbilityMonitor(monitor: AbilityMonitor, callback: AsyncCallback\<UIAbility>): void;<br>旧版本信息:|类名:AbilityDelegator;<br>方法or属性:waitAbilityMonitor(monitor: AbilityMonitor, callback: AsyncCallback\<UIAbility>): void;<br>新版本信息:crossplatform|AbilityDelegator.d.ts|
|跨平台能力有变化|类名:AbilityDelegator;<br>方法or属性:waitAbilityMonitor(monitor: AbilityMonitor, timeout: number, callback: AsyncCallback\<UIAbility>): void;<br>旧版本信息:|类名:AbilityDelegator;<br>方法or属性:waitAbilityMonitor(monitor: AbilityMonitor, timeout: number, callback: AsyncCallback\<UIAbility>): void;<br>新版本信息:crossplatform|AbilityDelegator.d.ts|
|跨平台能力有变化|类名:AbilityDelegator;<br>方法or属性:waitAbilityMonitor(monitor: AbilityMonitor, timeout?: number): Promise\<UIAbility>;<br>旧版本信息:|类名:AbilityDelegator;<br>方法or属性:waitAbilityMonitor(monitor: AbilityMonitor, timeout?: number): Promise\<UIAbility>;<br>新版本信息:crossplatform|AbilityDelegator.d.ts|
|跨平台能力有变化|类名:AbilityDelegator;<br>方法or属性:waitAbilityStageMonitor(monitor: AbilityStageMonitor, callback: AsyncCallback\<AbilityStage>): void;<br>旧版本信息:|类名:AbilityDelegator;<br>方法or属性:waitAbilityStageMonitor(monitor: AbilityStageMonitor, callback: AsyncCallback\<AbilityStage>): void;<br>新版本信息:crossplatform|AbilityDelegator.d.ts|
|跨平台能力有变化|类名:AbilityDelegator;<br>方法or属性:waitAbilityStageMonitor(monitor: AbilityStageMonitor, timeout: number, callback: AsyncCallback\<AbilityStage>): void;<br>旧版本信息:|类名:AbilityDelegator;<br>方法or属性:waitAbilityStageMonitor(monitor: AbilityStageMonitor, timeout: number, callback: AsyncCallback\<AbilityStage>): void;<br>新版本信息:crossplatform|AbilityDelegator.d.ts|
|跨平台能力有变化|类名:AbilityDelegator;<br>方法or属性:waitAbilityStageMonitor(monitor: AbilityStageMonitor, timeout?: number): Promise\<AbilityStage>;<br>旧版本信息:|类名:AbilityDelegator;<br>方法or属性:waitAbilityStageMonitor(monitor: AbilityStageMonitor, timeout?: number): Promise\<AbilityStage>;<br>新版本信息:crossplatform|AbilityDelegator.d.ts|
|跨平台能力有变化|类名:AbilityDelegator;<br>方法or属性:getAppContext(): Context;<br>旧版本信息:|类名:AbilityDelegator;<br>方法or属性:getAppContext(): Context;<br>新版本信息:crossplatform|AbilityDelegator.d.ts|
|跨平台能力有变化|类名:AbilityDelegator;<br>方法or属性:getAbilityState(ability: UIAbility): number;<br>旧版本信息:|类名:AbilityDelegator;<br>方法or属性:getAbilityState(ability: UIAbility): number;<br>新版本信息:crossplatform|AbilityDelegator.d.ts|
|跨平台能力有变化|类名:AbilityDelegator;<br>方法or属性:getCurrentTopAbility(callback: AsyncCallback\<UIAbility>): void;<br>旧版本信息:|类名:AbilityDelegator;<br>方法or属性:getCurrentTopAbility(callback: AsyncCallback\<UIAbility>): void;<br>新版本信息:crossplatform|AbilityDelegator.d.ts|
|跨平台能力有变化|类名:AbilityDelegator;<br>方法or属性:getCurrentTopAbility(): Promise\<UIAbility>;<br>旧版本信息:|类名:AbilityDelegator;<br>方法or属性:getCurrentTopAbility(): Promise\<UIAbility>;<br>新版本信息:crossplatform|AbilityDelegator.d.ts|
|跨平台能力有变化|类名:AbilityDelegator;<br>方法or属性:startAbility(want: Want, callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:AbilityDelegator;<br>方法or属性:startAbility(want: Want, callback: AsyncCallback\<void>): void;<br>新版本信息:crossplatform|AbilityDelegator.d.ts|
|跨平台能力有变化|类名:AbilityDelegator;<br>方法or属性:startAbility(want: Want): Promise\<void>;<br>旧版本信息:|类名:AbilityDelegator;<br>方法or属性:startAbility(want: Want): Promise\<void>;<br>新版本信息:crossplatform|AbilityDelegator.d.ts|
|跨平台能力有变化|类名:AbilityDelegator;<br>方法or属性:doAbilityForeground(ability: UIAbility, callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:AbilityDelegator;<br>方法or属性:doAbilityForeground(ability: UIAbility, callback: AsyncCallback\<void>): void;<br>新版本信息:crossplatform|AbilityDelegator.d.ts|
|跨平台能力有变化|类名:AbilityDelegator;<br>方法or属性:doAbilityForeground(ability: UIAbility): Promise\<void>;<br>旧版本信息:|类名:AbilityDelegator;<br>方法or属性:doAbilityForeground(ability: UIAbility): Promise\<void>;<br>新版本信息:crossplatform|AbilityDelegator.d.ts|
|跨平台能力有变化|类名:AbilityDelegator;<br>方法or属性:doAbilityBackground(ability: UIAbility, callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:AbilityDelegator;<br>方法or属性:doAbilityBackground(ability: UIAbility, callback: AsyncCallback\<void>): void;<br>新版本信息:crossplatform|AbilityDelegator.d.ts|
|跨平台能力有变化|类名:AbilityDelegator;<br>方法or属性:doAbilityBackground(ability: UIAbility): Promise\<void>;<br>旧版本信息:|类名:AbilityDelegator;<br>方法or属性:doAbilityBackground(ability: UIAbility): Promise\<void>;<br>新版本信息:crossplatform|AbilityDelegator.d.ts|
|跨平台能力有变化|类名:AbilityDelegator;<br>方法or属性:print(msg: string, callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:AbilityDelegator;<br>方法or属性:print(msg: string, callback: AsyncCallback\<void>): void;<br>新版本信息:crossplatform|AbilityDelegator.d.ts|
|跨平台能力有变化|类名:AbilityDelegator;<br>方法or属性:print(msg: string): Promise\<void>;<br>旧版本信息:|类名:AbilityDelegator;<br>方法or属性:print(msg: string): Promise\<void>;<br>新版本信息:crossplatform|AbilityDelegator.d.ts|
|跨平台能力有变化|类名:AbilityDelegator;<br>方法or属性:printSync(msg: string): void;<br>旧版本信息:|类名:AbilityDelegator;<br>方法or属性:printSync(msg: string): void;<br>新版本信息:crossplatform|AbilityDelegator.d.ts|
|跨平台能力有变化|类名:AbilityDelegator;<br>方法or属性:finishTest(msg: string, code: number, callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:AbilityDelegator;<br>方法or属性:finishTest(msg: string, code: number, callback: AsyncCallback\<void>): void;<br>新版本信息:crossplatform|AbilityDelegator.d.ts|
|跨平台能力有变化|类名:AbilityDelegator;<br>方法or属性:finishTest(msg: string, code: number): Promise\<void>;<br>旧版本信息:|类名:AbilityDelegator;<br>方法or属性:finishTest(msg: string, code: number): Promise\<void>;<br>新版本信息:crossplatform|AbilityDelegator.d.ts|
|跨平台能力有变化|类名:AbilityDelegatorArgs;<br>方法or属性:export interface AbilityDelegatorArgs<br>旧版本信息:|类名:AbilityDelegatorArgs;<br>方法or属性:export interface AbilityDelegatorArgs<br>新版本信息:crossplatform|abilityDelegatorArgs.d.ts|
|跨平台能力有变化|类名:AbilityDelegatorArgs;<br>方法or属性:bundleName: string;<br>旧版本信息:|类名:AbilityDelegatorArgs;<br>方法or属性:bundleName: string;<br>新版本信息:crossplatform|abilityDelegatorArgs.d.ts|
|跨平台能力有变化|类名:AbilityDelegatorArgs;<br>方法or属性:parameters: { [key: string]: string };<br>旧版本信息:|类名:AbilityDelegatorArgs;<br>方法or属性:parameters: { [key: string]: string };<br>新版本信息:crossplatform|abilityDelegatorArgs.d.ts|
|跨平台能力有变化|类名:AbilityDelegatorArgs;<br>方法or属性:testCaseNames: string;<br>旧版本信息:|类名:AbilityDelegatorArgs;<br>方法or属性:testCaseNames: string;<br>新版本信息:crossplatform|abilityDelegatorArgs.d.ts|
|跨平台能力有变化|类名:AbilityDelegatorArgs;<br>方法or属性:testRunnerClassName: string;<br>旧版本信息:|类名:AbilityDelegatorArgs;<br>方法or属性:testRunnerClassName: string;<br>新版本信息:crossplatform|abilityDelegatorArgs.d.ts|
|跨平台能力有变化|类名:AbilityMonitor;<br>方法or属性:export interface AbilityMonitor<br>旧版本信息:|类名:AbilityMonitor;<br>方法or属性:export interface AbilityMonitor<br>新版本信息:crossplatform|AbilityMonitor.d.ts|
|跨平台能力有变化|类名:AbilityMonitor;<br>方法or属性:abilityName: string;<br>旧版本信息:|类名:AbilityMonitor;<br>方法or属性:abilityName: string;<br>新版本信息:crossplatform|AbilityMonitor.d.ts|
|跨平台能力有变化|类名:AbilityMonitor;<br>方法or属性:moduleName?: string;<br>旧版本信息:|类名:AbilityMonitor;<br>方法or属性:moduleName?: string;<br>新版本信息:crossplatform|AbilityMonitor.d.ts|
|跨平台能力有变化|类名:AbilityMonitor;<br>方法or属性:onAbilityCreate?: (ability: UIAbility) => void;<br>旧版本信息:|类名:AbilityMonitor;<br>方法or属性:onAbilityCreate?: (ability: UIAbility) => void;<br>新版本信息:crossplatform|AbilityMonitor.d.ts|
|跨平台能力有变化|类名:AbilityMonitor;<br>方法or属性:onAbilityForeground?: (ability: UIAbility) => void;<br>旧版本信息:|类名:AbilityMonitor;<br>方法or属性:onAbilityForeground?: (ability: UIAbility) => void;<br>新版本信息:crossplatform|AbilityMonitor.d.ts|
|跨平台能力有变化|类名:AbilityMonitor;<br>方法or属性:onAbilityBackground?: (ability: UIAbility) => void;<br>旧版本信息:|类名:AbilityMonitor;<br>方法or属性:onAbilityBackground?: (ability: UIAbility) => void;<br>新版本信息:crossplatform|AbilityMonitor.d.ts|
|跨平台能力有变化|类名:AbilityMonitor;<br>方法or属性:onAbilityDestroy?: (ability: UIAbility) => void;<br>旧版本信息:|类名:AbilityMonitor;<br>方法or属性:onAbilityDestroy?: (ability: UIAbility) => void;<br>新版本信息:crossplatform|AbilityMonitor.d.ts|
|跨平台能力有变化|类名:AbilityMonitor;<br>方法or属性:onWindowStageCreate?: (ability: UIAbility) => void;<br>旧版本信息:|类名:AbilityMonitor;<br>方法or属性:onWindowStageCreate?: (ability: UIAbility) => void;<br>新版本信息:crossplatform|AbilityMonitor.d.ts|
|跨平台能力有变化|类名:AbilityMonitor;<br>方法or属性:onWindowStageDestroy?: (ability: UIAbility) => void;<br>旧版本信息:|类名:AbilityMonitor;<br>方法or属性:onWindowStageDestroy?: (ability: UIAbility) => void;<br>新版本信息:crossplatform|AbilityMonitor.d.ts|
|跨平台能力有变化|类名:AbilityStageMonitor;<br>方法or属性:export interface AbilityStageMonitor<br>旧版本信息:|类名:AbilityStageMonitor;<br>方法or属性:export interface AbilityStageMonitor<br>新版本信息:crossplatform|AbilityStageMonitor.d.ts|
|跨平台能力有变化|类名:AbilityStageMonitor;<br>方法or属性:moduleName: string;<br>旧版本信息:|类名:AbilityStageMonitor;<br>方法or属性:moduleName: string;<br>新版本信息:crossplatform|AbilityStageMonitor.d.ts|
|跨平台能力有变化|类名:AbilityStageMonitor;<br>方法or属性:srcEntrance: string;<br>旧版本信息:|类名:AbilityStageMonitor;<br>方法or属性:srcEntrance: string;<br>新版本信息:crossplatform|AbilityStageMonitor.d.ts|
|跨平台能力有变化|类名:UIAbilityContext;<br>方法or属性:config: Configuration;<br>旧版本信息:|类名:UIAbilityContext;<br>方法or属性:config: Configuration;<br>新版本信息:crossplatform|UIAbilityContext.d.ts|
......@@ -831,51 +831,3 @@
|卡片应用支持性有变化|类名:ClickEvent;<br>方法or属性:screenX: number;<br>旧版本信息:form|类名:ClickEvent;<br>方法or属性:screenX: number;<br>新版本信息:|common.d.ts|
|卡片应用支持性有变化|类名:ClickEvent;<br>方法or属性:screenY: number;<br>旧版本信息:form|类名:ClickEvent;<br>方法or属性:screenY: number;<br>新版本信息:|common.d.ts|
|卡片应用支持性有变化|类名:TextAttribute;<br>方法or属性:textShadow(value: ShadowOptions): TextAttribute;<br>旧版本信息:|类名:TextAttribute;<br>方法or属性:textShadow(value: ShadowOptions): TextAttribute;<br>新版本信息:form|text.d.ts|
|跨平台能力有变化|类名:componentSnapshot;<br>方法or属性:declare componentSnapshot<br>旧版本信息:|类名:componentSnapshot;<br>方法or属性:declare componentSnapshot<br>新版本信息:crossplatform|@ohos.arkui.componentSnapshot.d.ts|
|跨平台能力有变化|类名:componentSnapshot;<br>方法or属性:function get(id: string, callback: AsyncCallback\<image.PixelMap>): void;<br>旧版本信息:|类名:componentSnapshot;<br>方法or属性:function get(id: string, callback: AsyncCallback\<image.PixelMap>): void;<br>新版本信息:crossplatform|@ohos.arkui.componentSnapshot.d.ts|
|跨平台能力有变化|类名:componentSnapshot;<br>方法or属性:function get(id: string): Promise\<image.PixelMap>;<br>旧版本信息:|类名:componentSnapshot;<br>方法or属性:function get(id: string): Promise\<image.PixelMap>;<br>新版本信息:crossplatform|@ohos.arkui.componentSnapshot.d.ts|
|跨平台能力有变化|类名:componentSnapshot;<br>方法or属性:function createFromBuilder(builder: CustomBuilder, callback: AsyncCallback\<image.PixelMap>): void;<br>旧版本信息:|类名:componentSnapshot;<br>方法or属性:function createFromBuilder(builder: CustomBuilder, callback: AsyncCallback\<image.PixelMap>): void;<br>新版本信息:crossplatform|@ohos.arkui.componentSnapshot.d.ts|
|跨平台能力有变化|类名:componentSnapshot;<br>方法or属性:function createFromBuilder(builder: CustomBuilder): Promise\<image.PixelMap>;<br>旧版本信息:|类名:componentSnapshot;<br>方法or属性:function createFromBuilder(builder: CustomBuilder): Promise\<image.PixelMap>;<br>新版本信息:crossplatform|@ohos.arkui.componentSnapshot.d.ts|
|跨平台能力有变化|类名:matrix4;<br>方法or属性:function copy(): Matrix4Transit;<br>旧版本信息:crossplatform|类名:matrix4;<br>方法or属性:function copy(): Matrix4Transit;<br>新版本信息:|@ohos.matrix4.d.ts|
|跨平台能力有变化|类名:matrix4;<br>方法or属性:function invert(): Matrix4Transit;<br>旧版本信息:crossplatform|类名:matrix4;<br>方法or属性:function invert(): Matrix4Transit;<br>新版本信息:|@ohos.matrix4.d.ts|
|跨平台能力有变化|类名:matrix4;<br>方法or属性:function combine(options: Matrix4Transit): Matrix4Transit;<br>旧版本信息:crossplatform|类名:matrix4;<br>方法or属性:function combine(options: Matrix4Transit): Matrix4Transit;<br>新版本信息:|@ohos.matrix4.d.ts|
|跨平台能力有变化|类名:matrix4;<br>方法or属性:function translate(options: TranslateOption): Matrix4Transit;<br>旧版本信息:crossplatform|类名:matrix4;<br>方法or属性:function translate(options: TranslateOption): Matrix4Transit;<br>新版本信息:|@ohos.matrix4.d.ts|
|跨平台能力有变化|类名:matrix4;<br>方法or属性:function scale(options: ScaleOption): Matrix4Transit;<br>旧版本信息:crossplatform|类名:matrix4;<br>方法or属性:function scale(options: ScaleOption): Matrix4Transit;<br>新版本信息:|@ohos.matrix4.d.ts|
|跨平台能力有变化|类名:matrix4;<br>方法or属性:function rotate(options: RotateOption): Matrix4Transit;<br>旧版本信息:crossplatform|类名:matrix4;<br>方法or属性:function rotate(options: RotateOption): Matrix4Transit;<br>新版本信息:|@ohos.matrix4.d.ts|
|跨平台能力有变化|类名:matrix4;<br>方法or属性:function transformPoint(options: [number, number]): [number, number];<br>旧版本信息:crossplatform|类名:matrix4;<br>方法or属性:function transformPoint(options: [number, number]): [number, number];<br>新版本信息:|@ohos.matrix4.d.ts|
|跨平台能力有变化|类名:CanvasRenderer;<br>方法or属性:getTransform(): Matrix2D;<br>旧版本信息:|类名:CanvasRenderer;<br>方法or属性:getTransform(): Matrix2D;<br>新版本信息:crossplatform|canvas.d.ts|
|跨平台能力有变化|类名:CanvasRenderer;<br>方法or属性:setTransform(a: number, b: number, c: number, d: number, e: number, f: number): void;<br>旧版本信息:|类名:CanvasRenderer;<br>方法or属性:setTransform(a: number, b: number, c: number, d: number, e: number, f: number): void;<br>新版本信息:crossplatform|canvas.d.ts|
|跨平台能力有变化|类名:CanvasRenderer;<br>方法or属性:setTransform(transform?: Matrix2D): void;<br>旧版本信息:|类名:CanvasRenderer;<br>方法or属性:setTransform(transform?: Matrix2D): void;<br>新版本信息:crossplatform|canvas.d.ts|
|跨平台能力有变化|类名:AlignRuleOption;<br>方法or属性:bottom?: { anchor: string, align: VerticalAlign };<br>旧版本信息:crossplatform|类名:AlignRuleOption;<br>方法or属性:bottom?: { anchor: string, align: VerticalAlign };<br>新版本信息:|common.d.ts|
|跨平台能力有变化|类名:ClickEvent;<br>方法or属性:screenX: number;<br>旧版本信息:crossplatform|类名:ClickEvent;<br>方法or属性:screenX: number;<br>新版本信息:|common.d.ts|
|跨平台能力有变化|类名:MouseEvent;<br>方法or属性:screenX: number;<br>旧版本信息:crossplatform|类名:MouseEvent;<br>方法or属性:screenX: number;<br>新版本信息:|common.d.ts|
|跨平台能力有变化|类名:TouchObject;<br>方法or属性:screenX: number;<br>旧版本信息:crossplatform|类名:TouchObject;<br>方法or属性:screenX: number;<br>新版本信息:|common.d.ts|
|跨平台能力有变化|类名:ClickEvent;<br>方法or属性:screenY: number;<br>旧版本信息:crossplatform|类名:ClickEvent;<br>方法or属性:screenY: number;<br>新版本信息:|common.d.ts|
|跨平台能力有变化|类名:MouseEvent;<br>方法or属性:screenY: number;<br>旧版本信息:crossplatform|类名:MouseEvent;<br>方法or属性:screenY: number;<br>新版本信息:|common.d.ts|
|跨平台能力有变化|类名:TouchObject;<br>方法or属性:screenY: number;<br>旧版本信息:crossplatform|类名:TouchObject;<br>方法or属性:screenY: number;<br>新版本信息:|common.d.ts|
|跨平台能力有变化|类名:DragEvent;<br>方法or属性:getX(): number;<br>旧版本信息:crossplatform|类名:DragEvent;<br>方法or属性:getX(): number;<br>新版本信息:|common.d.ts|
|跨平台能力有变化|类名:DragEvent;<br>方法or属性:getY(): number;<br>旧版本信息:crossplatform|类名:DragEvent;<br>方法or属性:getY(): number;<br>新版本信息:|common.d.ts|
|跨平台能力有变化|类名:AppStorage;<br>方法or属性:static Link(propName: string): any;<br>旧版本信息:crossplatform|类名:AppStorage;<br>方法or属性:static Link(propName: string): any;<br>新版本信息:|common_ts_ets_api.d.ts|
|跨平台能力有变化|类名:AppStorage;<br>方法or属性:static SetAndLink\<T>(propName: string, defaultValue: T): SubscribedAbstractProperty\<T>;<br>旧版本信息:crossplatform|类名:AppStorage;<br>方法or属性:static SetAndLink\<T>(propName: string, defaultValue: T): SubscribedAbstractProperty\<T>;<br>新版本信息:|common_ts_ets_api.d.ts|
|跨平台能力有变化|类名:AppStorage;<br>方法or属性:static Prop(propName: string): any;<br>旧版本信息:crossplatform|类名:AppStorage;<br>方法or属性:static Prop(propName: string): any;<br>新版本信息:|common_ts_ets_api.d.ts|
|跨平台能力有变化|类名:AppStorage;<br>方法or属性:static SetAndProp\<S>(propName: string, defaultValue: S): SubscribedAbstractProperty\<S>;<br>旧版本信息:crossplatform|类名:AppStorage;<br>方法or属性:static SetAndProp\<S>(propName: string, defaultValue: S): SubscribedAbstractProperty\<S>;<br>新版本信息:|common_ts_ets_api.d.ts|
|跨平台能力有变化|类名:AppStorage;<br>方法or属性:static Has(propName: string): boolean;<br>旧版本信息:crossplatform|类名:AppStorage;<br>方法or属性:static Has(propName: string): boolean;<br>新版本信息:|common_ts_ets_api.d.ts|
|跨平台能力有变化|类名:AppStorage;<br>方法or属性:static Get\<T>(propName: string): T \| undefined;<br>旧版本信息:crossplatform|类名:AppStorage;<br>方法or属性:static Get\<T>(propName: string): T \| undefined;<br>新版本信息:|common_ts_ets_api.d.ts|
|跨平台能力有变化|类名:AppStorage;<br>方法or属性:static Set\<T>(propName: string, newValue: T): boolean;<br>旧版本信息:crossplatform|类名:AppStorage;<br>方法or属性:static Set\<T>(propName: string, newValue: T): boolean;<br>新版本信息:|common_ts_ets_api.d.ts|
|跨平台能力有变化|类名:AppStorage;<br>方法or属性:static SetOrCreate\<T>(propName: string, newValue: T): void;<br>旧版本信息:crossplatform|类名:AppStorage;<br>方法or属性:static SetOrCreate\<T>(propName: string, newValue: T): void;<br>新版本信息:|common_ts_ets_api.d.ts|
|跨平台能力有变化|类名:AppStorage;<br>方法or属性:static Delete(propName: string): boolean;<br>旧版本信息:crossplatform|类名:AppStorage;<br>方法or属性:static Delete(propName: string): boolean;<br>新版本信息:|common_ts_ets_api.d.ts|
|跨平台能力有变化|类名:AppStorage;<br>方法or属性:static Keys(): IterableIterator\<string>;<br>旧版本信息:crossplatform|类名:AppStorage;<br>方法or属性:static Keys(): IterableIterator\<string>;<br>新版本信息:|common_ts_ets_api.d.ts|
|跨平台能力有变化|类名:AppStorage;<br>方法or属性:static Clear(): boolean;<br>旧版本信息:crossplatform|类名:AppStorage;<br>方法or属性:static Clear(): boolean;<br>新版本信息:|common_ts_ets_api.d.ts|
|跨平台能力有变化|类名:AppStorage;<br>方法or属性:static IsMutable(propName: string): boolean;<br>旧版本信息:crossplatform|类名:AppStorage;<br>方法or属性:static IsMutable(propName: string): boolean;<br>新版本信息:|common_ts_ets_api.d.ts|
|跨平台能力有变化|类名:AppStorage;<br>方法or属性:static Size(): number;<br>旧版本信息:crossplatform|类名:AppStorage;<br>方法or属性:static Size(): number;<br>新版本信息:|common_ts_ets_api.d.ts|
|跨平台能力有变化|类名:Environment;<br>方法or属性:static EnvProp\<S>(key: string, value: S): boolean;<br>旧版本信息:crossplatform|类名:Environment;<br>方法or属性:static EnvProp\<S>(key: string, value: S): boolean;<br>新版本信息:|common_ts_ets_api.d.ts|
|跨平台能力有变化|类名:Environment;<br>方法or属性:static EnvProps(<br> props: {<br> key: string;<br> defaultValue: any;<br> }[],<br> ): void;<br>旧版本信息:crossplatform|类名:Environment;<br>方法or属性:static EnvProps(<br> props: {<br> key: string;<br> defaultValue: any;<br> }[],<br> ): void;<br>新版本信息:|common_ts_ets_api.d.ts|
|跨平台能力有变化|类名:Environment;<br>方法or属性:static Keys(): Array\<string>;<br>旧版本信息:crossplatform|类名:Environment;<br>方法or属性:static Keys(): Array\<string>;<br>新版本信息:|common_ts_ets_api.d.ts|
|跨平台能力有变化|类名:PersistentStorage;<br>方法or属性:static Keys(): Array\<string>;<br>旧版本信息:crossplatform|类名:PersistentStorage;<br>方法or属性:static Keys(): Array\<string>;<br>新版本信息:|common_ts_ets_api.d.ts|
|跨平台能力有变化|类名:PersistentStorage;<br>方法or属性:static PersistProp\<T>(key: string, defaultValue: T): void;<br>旧版本信息:crossplatform|类名:PersistentStorage;<br>方法or属性:static PersistProp\<T>(key: string, defaultValue: T): void;<br>新版本信息:|common_ts_ets_api.d.ts|
|跨平台能力有变化|类名:PersistentStorage;<br>方法or属性:static DeleteProp(key: string): void;<br>旧版本信息:crossplatform|类名:PersistentStorage;<br>方法or属性:static DeleteProp(key: string): void;<br>新版本信息:|common_ts_ets_api.d.ts|
|跨平台能力有变化|类名:PersistentStorage;<br>方法or属性:static PersistProps(<br> properties: {<br> key: string;<br> defaultValue: any;<br> }[],<br> ): void;<br>旧版本信息:crossplatform|类名:PersistentStorage;<br>方法or属性:static PersistProps(<br> properties: {<br> key: string;<br> defaultValue: any;<br> }[],<br> ): void;<br>新版本信息:|common_ts_ets_api.d.ts|
|跨平台能力有变化|类名:LocalStorage;<br>方法or属性:static GetShared(): LocalStorage;<br>旧版本信息:crossplatform|类名:LocalStorage;<br>方法or属性:static GetShared(): LocalStorage;<br>新版本信息:|common_ts_ets_api.d.ts|
|跨平台能力有变化|类名:ListItemInterface;<br>方法or属性:(value?: string): ListItemAttribute;<br>旧版本信息:crossplatform|类名:ListItemInterface;<br>方法or属性:(value?: string): ListItemAttribute;<br>新版本信息:|list_item.d.ts|
|跨平台能力有变化|类名:NavigationAttribute;<br>方法or属性:toolBar(value: object \| CustomBuilder): NavigationAttribute;<br>旧版本信息:crossplatform|类名:NavigationAttribute;<br>方法or属性:toolBar(value: object \| CustomBuilder): NavigationAttribute;<br>新版本信息:|navigation.d.ts|
|跨平台能力有变化|类名:Scroller;<br>方法or属性:scrollToIndex(value: number, smooth?:boolean, align?: ScrollAlign);<br>旧版本信息:|类名:Scroller;<br>方法or属性:scrollToIndex(value: number, smooth?:boolean, align?: ScrollAlign);<br>新版本信息:crossplatform|scroll.d.ts|
......@@ -36,7 +36,3 @@
|model有变化|类名:AbilityType;<br>方法or属性:PAGE = 1<br>旧版本信息:|类名:AbilityType;<br>方法or属性:PAGE = 1<br>新版本信息:FAModelOnly|@ohos.bundle.bundleManager.d.ts|
|model有变化|类名:AbilityType;<br>方法or属性:SERVICE = 2<br>旧版本信息:|类名:AbilityType;<br>方法or属性:SERVICE = 2<br>新版本信息:FAModelOnly|@ohos.bundle.bundleManager.d.ts|
|model有变化|类名:AbilityType;<br>方法or属性:DATA = 3<br>旧版本信息:|类名:AbilityType;<br>方法or属性:DATA = 3<br>新版本信息:FAModelOnly|@ohos.bundle.bundleManager.d.ts|
|跨平台能力有变化|类名:Metadata;<br>方法or属性:export interface Metadata<br>旧版本信息:|类名:Metadata;<br>方法or属性:export interface Metadata<br>新版本信息:crossplatform|Metadata.d.ts|
|跨平台能力有变化|类名:Metadata;<br>方法or属性:name: string;<br>旧版本信息:|类名:Metadata;<br>方法or属性:name: string;<br>新版本信息:crossplatform|Metadata.d.ts|
|跨平台能力有变化|类名:Metadata;<br>方法or属性:value: string;<br>旧版本信息:|类名:Metadata;<br>方法or属性:value: string;<br>新版本信息:crossplatform|Metadata.d.ts|
|跨平台能力有变化|类名:Metadata;<br>方法or属性:resource: string;<br>旧版本信息:|类名:Metadata;<br>方法or属性:resource: string;<br>新版本信息:crossplatform|Metadata.d.ts|
......@@ -603,106 +603,3 @@
|type有变化|类名:NetworkResponse;<br>方法or属性:type: string;<br>旧版本信息:|类名:NetworkResponse;<br>方法or属性:type: string;<br>新版本信息:string|@system.network.d.ts|
|type有变化|类名:NetworkResponse;<br>方法or属性:metered: boolean;<br>旧版本信息:|类名:NetworkResponse;<br>方法or属性:metered: boolean;<br>新版本信息:boolean|@system.network.d.ts|
|函数有变化|类名:HotspotConfig;<br>方法or属性:channel: number;|类名:HotspotConfig;<br>方法or属性:channel?: number;|@ohos.wifiManager.d.ts|
|跨平台能力有变化|类名:connection;<br>方法or属性:function hasDefaultNet(): Promise\<boolean>;<br>旧版本信息:|类名:connection;<br>方法or属性:function hasDefaultNet(): Promise\<boolean>;<br>新版本信息:crossplatform|@ohos.net.connection.d.ts|
|跨平台能力有变化|类名:NetConnection;<br>方法or属性:export interface NetConnection<br>旧版本信息:|类名:NetConnection;<br>方法or属性:export interface NetConnection<br>新版本信息:crossplatform|@ohos.net.connection.d.ts|
|跨平台能力有变化|类名:http;<br>方法or属性:declare http<br>旧版本信息:|类名:http;<br>方法or属性:declare http<br>新版本信息:crossplatform|@ohos.net.http.d.ts|
|跨平台能力有变化|类名:HttpRequestOptions;<br>方法or属性:export interface HttpRequestOptions<br>旧版本信息:|类名:HttpRequestOptions;<br>方法or属性:export interface HttpRequestOptions<br>新版本信息:crossplatform|@ohos.net.http.d.ts|
|跨平台能力有变化|类名:HttpRequest;<br>方法or属性:export interface HttpRequest<br>旧版本信息:|类名:HttpRequest;<br>方法or属性:export interface HttpRequest<br>新版本信息:crossplatform|@ohos.net.http.d.ts|
|跨平台能力有变化|类名:HttpRequest;<br>方法or属性:request(url: string, options: HttpRequestOptions, callback: AsyncCallback\<HttpResponse>): void;<br>旧版本信息:|类名:HttpRequest;<br>方法or属性:request(url: string, options: HttpRequestOptions, callback: AsyncCallback\<HttpResponse>): void;<br>新版本信息:crossplatform|@ohos.net.http.d.ts|
|跨平台能力有变化|类名:HttpRequest;<br>方法or属性:request(url: string, options?: HttpRequestOptions): Promise\<HttpResponse>;<br>旧版本信息:|类名:HttpRequest;<br>方法or属性:request(url: string, options?: HttpRequestOptions): Promise\<HttpResponse>;<br>新版本信息:crossplatform|@ohos.net.http.d.ts|
|跨平台能力有变化|类名:RequestMethod;<br>方法or属性:OPTIONS = "OPTIONS"<br>旧版本信息:|类名:RequestMethod;<br>方法or属性:OPTIONS = "OPTIONS"<br>新版本信息:crossplatform|@ohos.net.http.d.ts|
|跨平台能力有变化|类名:RequestMethod;<br>方法or属性:GET = "GET"<br>旧版本信息:|类名:RequestMethod;<br>方法or属性:GET = "GET"<br>新版本信息:crossplatform|@ohos.net.http.d.ts|
|跨平台能力有变化|类名:RequestMethod;<br>方法or属性:HEAD = "HEAD"<br>旧版本信息:|类名:RequestMethod;<br>方法or属性:HEAD = "HEAD"<br>新版本信息:crossplatform|@ohos.net.http.d.ts|
|跨平台能力有变化|类名:RequestMethod;<br>方法or属性:POST = "POST"<br>旧版本信息:|类名:RequestMethod;<br>方法or属性:POST = "POST"<br>新版本信息:crossplatform|@ohos.net.http.d.ts|
|跨平台能力有变化|类名:RequestMethod;<br>方法or属性:PUT = "PUT"<br>旧版本信息:|类名:RequestMethod;<br>方法or属性:PUT = "PUT"<br>新版本信息:crossplatform|@ohos.net.http.d.ts|
|跨平台能力有变化|类名:RequestMethod;<br>方法or属性:DELETE = "DELETE"<br>旧版本信息:|类名:RequestMethod;<br>方法or属性:DELETE = "DELETE"<br>新版本信息:crossplatform|@ohos.net.http.d.ts|
|跨平台能力有变化|类名:RequestMethod;<br>方法or属性:TRACE = "TRACE"<br>旧版本信息:|类名:RequestMethod;<br>方法or属性:TRACE = "TRACE"<br>新版本信息:crossplatform|@ohos.net.http.d.ts|
|跨平台能力有变化|类名:RequestMethod;<br>方法or属性:CONNECT = "CONNECT"<br>旧版本信息:|类名:RequestMethod;<br>方法or属性:CONNECT = "CONNECT"<br>新版本信息:crossplatform|@ohos.net.http.d.ts|
|跨平台能力有变化|类名:ResponseCode;<br>方法or属性:OK = 200<br>旧版本信息:|类名:ResponseCode;<br>方法or属性:OK = 200<br>新版本信息:crossplatform|@ohos.net.http.d.ts|
|跨平台能力有变化|类名:ResponseCode;<br>方法or属性:CREATED<br>旧版本信息:|类名:ResponseCode;<br>方法or属性:CREATED<br>新版本信息:crossplatform|@ohos.net.http.d.ts|
|跨平台能力有变化|类名:ResponseCode;<br>方法or属性:ACCEPTED<br>旧版本信息:|类名:ResponseCode;<br>方法or属性:ACCEPTED<br>新版本信息:crossplatform|@ohos.net.http.d.ts|
|跨平台能力有变化|类名:ResponseCode;<br>方法or属性:NOT_AUTHORITATIVE<br>旧版本信息:|类名:ResponseCode;<br>方法or属性:NOT_AUTHORITATIVE<br>新版本信息:crossplatform|@ohos.net.http.d.ts|
|跨平台能力有变化|类名:ResponseCode;<br>方法or属性:NO_CONTENT<br>旧版本信息:|类名:ResponseCode;<br>方法or属性:NO_CONTENT<br>新版本信息:crossplatform|@ohos.net.http.d.ts|
|跨平台能力有变化|类名:ResponseCode;<br>方法or属性:RESET<br>旧版本信息:|类名:ResponseCode;<br>方法or属性:RESET<br>新版本信息:crossplatform|@ohos.net.http.d.ts|
|跨平台能力有变化|类名:ResponseCode;<br>方法or属性:PARTIAL<br>旧版本信息:|类名:ResponseCode;<br>方法or属性:PARTIAL<br>新版本信息:crossplatform|@ohos.net.http.d.ts|
|跨平台能力有变化|类名:ResponseCode;<br>方法or属性:MULT_CHOICE = 300<br>旧版本信息:|类名:ResponseCode;<br>方法or属性:MULT_CHOICE = 300<br>新版本信息:crossplatform|@ohos.net.http.d.ts|
|跨平台能力有变化|类名:ResponseCode;<br>方法or属性:MOVED_PERM<br>旧版本信息:|类名:ResponseCode;<br>方法or属性:MOVED_PERM<br>新版本信息:crossplatform|@ohos.net.http.d.ts|
|跨平台能力有变化|类名:ResponseCode;<br>方法or属性:MOVED_TEMP<br>旧版本信息:|类名:ResponseCode;<br>方法or属性:MOVED_TEMP<br>新版本信息:crossplatform|@ohos.net.http.d.ts|
|跨平台能力有变化|类名:ResponseCode;<br>方法or属性:SEE_OTHER<br>旧版本信息:|类名:ResponseCode;<br>方法or属性:SEE_OTHER<br>新版本信息:crossplatform|@ohos.net.http.d.ts|
|跨平台能力有变化|类名:ResponseCode;<br>方法or属性:NOT_MODIFIED<br>旧版本信息:|类名:ResponseCode;<br>方法or属性:NOT_MODIFIED<br>新版本信息:crossplatform|@ohos.net.http.d.ts|
|跨平台能力有变化|类名:ResponseCode;<br>方法or属性:USE_PROXY<br>旧版本信息:|类名:ResponseCode;<br>方法or属性:USE_PROXY<br>新版本信息:crossplatform|@ohos.net.http.d.ts|
|跨平台能力有变化|类名:ResponseCode;<br>方法or属性:BAD_REQUEST = 400<br>旧版本信息:|类名:ResponseCode;<br>方法or属性:BAD_REQUEST = 400<br>新版本信息:crossplatform|@ohos.net.http.d.ts|
|跨平台能力有变化|类名:ResponseCode;<br>方法or属性:UNAUTHORIZED<br>旧版本信息:|类名:ResponseCode;<br>方法or属性:UNAUTHORIZED<br>新版本信息:crossplatform|@ohos.net.http.d.ts|
|跨平台能力有变化|类名:ResponseCode;<br>方法or属性:PAYMENT_REQUIRED<br>旧版本信息:|类名:ResponseCode;<br>方法or属性:PAYMENT_REQUIRED<br>新版本信息:crossplatform|@ohos.net.http.d.ts|
|跨平台能力有变化|类名:ResponseCode;<br>方法or属性:FORBIDDEN<br>旧版本信息:|类名:ResponseCode;<br>方法or属性:FORBIDDEN<br>新版本信息:crossplatform|@ohos.net.http.d.ts|
|跨平台能力有变化|类名:ResponseCode;<br>方法or属性:NOT_FOUND<br>旧版本信息:|类名:ResponseCode;<br>方法or属性:NOT_FOUND<br>新版本信息:crossplatform|@ohos.net.http.d.ts|
|跨平台能力有变化|类名:ResponseCode;<br>方法or属性:BAD_METHOD<br>旧版本信息:|类名:ResponseCode;<br>方法or属性:BAD_METHOD<br>新版本信息:crossplatform|@ohos.net.http.d.ts|
|跨平台能力有变化|类名:ResponseCode;<br>方法or属性:NOT_ACCEPTABLE<br>旧版本信息:|类名:ResponseCode;<br>方法or属性:NOT_ACCEPTABLE<br>新版本信息:crossplatform|@ohos.net.http.d.ts|
|跨平台能力有变化|类名:ResponseCode;<br>方法or属性:PROXY_AUTH<br>旧版本信息:|类名:ResponseCode;<br>方法or属性:PROXY_AUTH<br>新版本信息:crossplatform|@ohos.net.http.d.ts|
|跨平台能力有变化|类名:ResponseCode;<br>方法or属性:CLIENT_TIMEOUT<br>旧版本信息:|类名:ResponseCode;<br>方法or属性:CLIENT_TIMEOUT<br>新版本信息:crossplatform|@ohos.net.http.d.ts|
|跨平台能力有变化|类名:ResponseCode;<br>方法or属性:CONFLICT<br>旧版本信息:|类名:ResponseCode;<br>方法or属性:CONFLICT<br>新版本信息:crossplatform|@ohos.net.http.d.ts|
|跨平台能力有变化|类名:ResponseCode;<br>方法or属性:GONE<br>旧版本信息:|类名:ResponseCode;<br>方法or属性:GONE<br>新版本信息:crossplatform|@ohos.net.http.d.ts|
|跨平台能力有变化|类名:ResponseCode;<br>方法or属性:LENGTH_REQUIRED<br>旧版本信息:|类名:ResponseCode;<br>方法or属性:LENGTH_REQUIRED<br>新版本信息:crossplatform|@ohos.net.http.d.ts|
|跨平台能力有变化|类名:ResponseCode;<br>方法or属性:PRECON_FAILED<br>旧版本信息:|类名:ResponseCode;<br>方法or属性:PRECON_FAILED<br>新版本信息:crossplatform|@ohos.net.http.d.ts|
|跨平台能力有变化|类名:ResponseCode;<br>方法or属性:ENTITY_TOO_LARGE<br>旧版本信息:|类名:ResponseCode;<br>方法or属性:ENTITY_TOO_LARGE<br>新版本信息:crossplatform|@ohos.net.http.d.ts|
|跨平台能力有变化|类名:ResponseCode;<br>方法or属性:REQ_TOO_LONG<br>旧版本信息:|类名:ResponseCode;<br>方法or属性:REQ_TOO_LONG<br>新版本信息:crossplatform|@ohos.net.http.d.ts|
|跨平台能力有变化|类名:ResponseCode;<br>方法or属性:UNSUPPORTED_TYPE<br>旧版本信息:|类名:ResponseCode;<br>方法or属性:UNSUPPORTED_TYPE<br>新版本信息:crossplatform|@ohos.net.http.d.ts|
|跨平台能力有变化|类名:ResponseCode;<br>方法or属性:INTERNAL_ERROR = 500<br>旧版本信息:|类名:ResponseCode;<br>方法or属性:INTERNAL_ERROR = 500<br>新版本信息:crossplatform|@ohos.net.http.d.ts|
|跨平台能力有变化|类名:ResponseCode;<br>方法or属性:NOT_IMPLEMENTED<br>旧版本信息:|类名:ResponseCode;<br>方法or属性:NOT_IMPLEMENTED<br>新版本信息:crossplatform|@ohos.net.http.d.ts|
|跨平台能力有变化|类名:ResponseCode;<br>方法or属性:BAD_GATEWAY<br>旧版本信息:|类名:ResponseCode;<br>方法or属性:BAD_GATEWAY<br>新版本信息:crossplatform|@ohos.net.http.d.ts|
|跨平台能力有变化|类名:ResponseCode;<br>方法or属性:UNAVAILABLE<br>旧版本信息:|类名:ResponseCode;<br>方法or属性:UNAVAILABLE<br>新版本信息:crossplatform|@ohos.net.http.d.ts|
|跨平台能力有变化|类名:ResponseCode;<br>方法or属性:GATEWAY_TIMEOUT<br>旧版本信息:|类名:ResponseCode;<br>方法or属性:GATEWAY_TIMEOUT<br>新版本信息:crossplatform|@ohos.net.http.d.ts|
|跨平台能力有变化|类名:ResponseCode;<br>方法or属性:VERSION<br>旧版本信息:|类名:ResponseCode;<br>方法or属性:VERSION<br>新版本信息:crossplatform|@ohos.net.http.d.ts|
|跨平台能力有变化|类名:HttpProtocol;<br>方法or属性:HTTP1_1<br>旧版本信息:|类名:HttpProtocol;<br>方法or属性:HTTP1_1<br>新版本信息:crossplatform|@ohos.net.http.d.ts|
|跨平台能力有变化|类名:HttpProtocol;<br>方法or属性:HTTP2<br>旧版本信息:|类名:HttpProtocol;<br>方法or属性:HTTP2<br>新版本信息:crossplatform|@ohos.net.http.d.ts|
|跨平台能力有变化|类名:HttpResponse;<br>方法or属性:export interface HttpResponse<br>旧版本信息:|类名:HttpResponse;<br>方法or属性:export interface HttpResponse<br>新版本信息:crossplatform|@ohos.net.http.d.ts|
|跨平台能力有变化|类名:HttpResponseCache;<br>方法or属性:flush(): Promise\<void>;<br>旧版本信息:|类名:HttpResponseCache;<br>方法or属性:flush(): Promise\<void>;<br>新版本信息:crossplatform|@ohos.net.http.d.ts|
|跨平台能力有变化|类名:HttpResponseCache;<br>方法or属性:delete(): Promise\<void>;<br>旧版本信息:|类名:HttpResponseCache;<br>方法or属性:delete(): Promise\<void>;<br>新版本信息:crossplatform|@ohos.net.http.d.ts|
|跨平台能力有变化|类名:socket;<br>方法or属性:declare socket<br>旧版本信息:|类名:socket;<br>方法or属性:declare socket<br>新版本信息:crossplatform|@ohos.net.socket.d.ts|
|跨平台能力有变化|类名:UDPSendOptions;<br>方法or属性:export interface UDPSendOptions<br>旧版本信息:|类名:UDPSendOptions;<br>方法or属性:export interface UDPSendOptions<br>新版本信息:crossplatform|@ohos.net.socket.d.ts|
|跨平台能力有变化|类名:TLSConnectOptions;<br>方法or属性:address: NetAddress;<br>旧版本信息:|类名:TLSConnectOptions;<br>方法or属性:address: NetAddress;<br>新版本信息:crossplatform|@ohos.net.socket.d.ts|
|跨平台能力有变化|类名:ExtraOptionsBase;<br>方法or属性:export interface ExtraOptionsBase<br>旧版本信息:|类名:ExtraOptionsBase;<br>方法or属性:export interface ExtraOptionsBase<br>新版本信息:crossplatform|@ohos.net.socket.d.ts|
|跨平台能力有变化|类名:UDPExtraOptions;<br>方法or属性:export interface UDPExtraOptions<br>旧版本信息:|类名:UDPExtraOptions;<br>方法or属性:export interface UDPExtraOptions<br>新版本信息:crossplatform|@ohos.net.socket.d.ts|
|跨平台能力有变化|类名:SocketStateBase;<br>方法or属性:export interface SocketStateBase<br>旧版本信息:|类名:SocketStateBase;<br>方法or属性:export interface SocketStateBase<br>新版本信息:crossplatform|@ohos.net.socket.d.ts|
|跨平台能力有变化|类名:SocketRemoteInfo;<br>方法or属性:export interface SocketRemoteInfo<br>旧版本信息:|类名:SocketRemoteInfo;<br>方法or属性:export interface SocketRemoteInfo<br>新版本信息:crossplatform|@ohos.net.socket.d.ts|
|跨平台能力有变化|类名:UDPSocket;<br>方法or属性:export interface UDPSocket<br>旧版本信息:|类名:UDPSocket;<br>方法or属性:export interface UDPSocket<br>新版本信息:crossplatform|@ohos.net.socket.d.ts|
|跨平台能力有变化|类名:UDPSocket;<br>方法or属性:bind(address: NetAddress): Promise\<void>;<br>旧版本信息:|类名:UDPSocket;<br>方法or属性:bind(address: NetAddress): Promise\<void>;<br>新版本信息:crossplatform|@ohos.net.socket.d.ts|
|跨平台能力有变化|类名:TCPSocket;<br>方法or属性:bind(address: NetAddress): Promise\<void>;<br>旧版本信息:|类名:TCPSocket;<br>方法or属性:bind(address: NetAddress): Promise\<void>;<br>新版本信息:crossplatform|@ohos.net.socket.d.ts|
|跨平台能力有变化|类名:TLSSocket;<br>方法or属性:bind(address: NetAddress): Promise\<void>;<br>旧版本信息:|类名:TLSSocket;<br>方法or属性:bind(address: NetAddress): Promise\<void>;<br>新版本信息:crossplatform|@ohos.net.socket.d.ts|
|跨平台能力有变化|类名:UDPSocket;<br>方法or属性:send(options: UDPSendOptions): Promise\<void>;<br>旧版本信息:|类名:UDPSocket;<br>方法or属性:send(options: UDPSendOptions): Promise\<void>;<br>新版本信息:crossplatform|@ohos.net.socket.d.ts|
|跨平台能力有变化|类名:UDPSocket;<br>方法or属性:close(): Promise\<void>;<br>旧版本信息:|类名:UDPSocket;<br>方法or属性:close(): Promise\<void>;<br>新版本信息:crossplatform|@ohos.net.socket.d.ts|
|跨平台能力有变化|类名:TCPSocket;<br>方法or属性:close(): Promise\<void>;<br>旧版本信息:|类名:TCPSocket;<br>方法or属性:close(): Promise\<void>;<br>新版本信息:crossplatform|@ohos.net.socket.d.ts|
|跨平台能力有变化|类名:TLSSocket;<br>方法or属性:close(): Promise\<void>;<br>旧版本信息:|类名:TLSSocket;<br>方法or属性:close(): Promise\<void>;<br>新版本信息:crossplatform|@ohos.net.socket.d.ts|
|跨平台能力有变化|类名:UDPSocket;<br>方法or属性:getState(): Promise\<SocketStateBase>;<br>旧版本信息:|类名:UDPSocket;<br>方法or属性:getState(): Promise\<SocketStateBase>;<br>新版本信息:crossplatform|@ohos.net.socket.d.ts|
|跨平台能力有变化|类名:TCPSocket;<br>方法or属性:getState(): Promise\<SocketStateBase>;<br>旧版本信息:|类名:TCPSocket;<br>方法or属性:getState(): Promise\<SocketStateBase>;<br>新版本信息:crossplatform|@ohos.net.socket.d.ts|
|跨平台能力有变化|类名:TLSSocket;<br>方法or属性:getState(): Promise\<SocketStateBase>;<br>旧版本信息:|类名:TLSSocket;<br>方法or属性:getState(): Promise\<SocketStateBase>;<br>新版本信息:crossplatform|@ohos.net.socket.d.ts|
|跨平台能力有变化|类名:UDPSocket;<br>方法or属性:setExtraOptions(options: UDPExtraOptions): Promise\<void>;<br>旧版本信息:|类名:UDPSocket;<br>方法or属性:setExtraOptions(options: UDPExtraOptions): Promise\<void>;<br>新版本信息:crossplatform|@ohos.net.socket.d.ts|
|跨平台能力有变化|类名:TCPConnectOptions;<br>方法or属性:export interface TCPConnectOptions<br>旧版本信息:|类名:TCPConnectOptions;<br>方法or属性:export interface TCPConnectOptions<br>新版本信息:crossplatform|@ohos.net.socket.d.ts|
|跨平台能力有变化|类名:TCPSendOptions;<br>方法or属性:export interface TCPSendOptions<br>旧版本信息:|类名:TCPSendOptions;<br>方法or属性:export interface TCPSendOptions<br>新版本信息:crossplatform|@ohos.net.socket.d.ts|
|跨平台能力有变化|类名:TCPExtraOptions;<br>方法or属性:export interface TCPExtraOptions<br>旧版本信息:|类名:TCPExtraOptions;<br>方法or属性:export interface TCPExtraOptions<br>新版本信息:crossplatform|@ohos.net.socket.d.ts|
|跨平台能力有变化|类名:TCPSocket;<br>方法or属性:export interface TCPSocket<br>旧版本信息:|类名:TCPSocket;<br>方法or属性:export interface TCPSocket<br>新版本信息:crossplatform|@ohos.net.socket.d.ts|
|跨平台能力有变化|类名:TCPSocket;<br>方法or属性:connect(options: TCPConnectOptions): Promise\<void>;<br>旧版本信息:|类名:TCPSocket;<br>方法or属性:connect(options: TCPConnectOptions): Promise\<void>;<br>新版本信息:crossplatform|@ohos.net.socket.d.ts|
|跨平台能力有变化|类名:TCPSocket;<br>方法or属性:send(options: TCPSendOptions): Promise\<void>;<br>旧版本信息:|类名:TCPSocket;<br>方法or属性:send(options: TCPSendOptions): Promise\<void>;<br>新版本信息:crossplatform|@ohos.net.socket.d.ts|
|跨平台能力有变化|类名:TCPSocket;<br>方法or属性:getRemoteAddress(): Promise\<NetAddress>;<br>旧版本信息:|类名:TCPSocket;<br>方法or属性:getRemoteAddress(): Promise\<NetAddress>;<br>新版本信息:crossplatform|@ohos.net.socket.d.ts|
|跨平台能力有变化|类名:TLSSocket;<br>方法or属性:getRemoteAddress(): Promise\<NetAddress>;<br>旧版本信息:|类名:TLSSocket;<br>方法or属性:getRemoteAddress(): Promise\<NetAddress>;<br>新版本信息:crossplatform|@ohos.net.socket.d.ts|
|跨平台能力有变化|类名:TCPSocket;<br>方法or属性:setExtraOptions(options: TCPExtraOptions): Promise\<void>;<br>旧版本信息:|类名:TCPSocket;<br>方法or属性:setExtraOptions(options: TCPExtraOptions): Promise\<void>;<br>新版本信息:crossplatform|@ohos.net.socket.d.ts|
|跨平台能力有变化|类名:TLSSocket;<br>方法or属性:setExtraOptions(options: TCPExtraOptions): Promise\<void>;<br>旧版本信息:|类名:TLSSocket;<br>方法or属性:setExtraOptions(options: TCPExtraOptions): Promise\<void>;<br>新版本信息:crossplatform|@ohos.net.socket.d.ts|
|跨平台能力有变化|类名:TLSSocket;<br>方法or属性:getCertificate(): Promise\<X509CertRawData>;<br>旧版本信息:|类名:TLSSocket;<br>方法or属性:getCertificate(): Promise\<X509CertRawData>;<br>新版本信息:crossplatform|@ohos.net.socket.d.ts|
|跨平台能力有变化|类名:TLSSocket;<br>方法or属性:getRemoteCertificate(): Promise\<X509CertRawData>;<br>旧版本信息:|类名:TLSSocket;<br>方法or属性:getRemoteCertificate(): Promise\<X509CertRawData>;<br>新版本信息:crossplatform|@ohos.net.socket.d.ts|
|跨平台能力有变化|类名:TLSSocket;<br>方法or属性:getProtocol(): Promise\<string>;<br>旧版本信息:|类名:TLSSocket;<br>方法or属性:getProtocol(): Promise\<string>;<br>新版本信息:crossplatform|@ohos.net.socket.d.ts|
|跨平台能力有变化|类名:TLSSocket;<br>方法or属性:getCipherSuite(): Promise\<Array\<string>>;<br>旧版本信息:|类名:TLSSocket;<br>方法or属性:getCipherSuite(): Promise\<Array\<string>>;<br>新版本信息:crossplatform|@ohos.net.socket.d.ts|
|跨平台能力有变化|类名:TLSSocket;<br>方法or属性:getSignatureAlgorithms(): Promise\<Array\<string>>;<br>旧版本信息:|类名:TLSSocket;<br>方法or属性:getSignatureAlgorithms(): Promise\<Array\<string>>;<br>新版本信息:crossplatform|@ohos.net.socket.d.ts|
|跨平台能力有变化|类名:TLSSocket;<br>方法or属性:connect(options: TLSConnectOptions): Promise\<void>;<br>旧版本信息:|类名:TLSSocket;<br>方法or属性:connect(options: TLSConnectOptions): Promise\<void>;<br>新版本信息:crossplatform|@ohos.net.socket.d.ts|
|跨平台能力有变化|类名:TLSSocket;<br>方法or属性:send(data: string): Promise\<void>;<br>旧版本信息:|类名:TLSSocket;<br>方法or属性:send(data: string): Promise\<void>;<br>新版本信息:crossplatform|@ohos.net.socket.d.ts|
|跨平台能力有变化|类名:TLSConnectOptions;<br>方法or属性:secureOptions: TLSSecureOptions;<br>旧版本信息:|类名:TLSConnectOptions;<br>方法or属性:secureOptions: TLSSecureOptions;<br>新版本信息:crossplatform|@ohos.net.socket.d.ts|
|跨平台能力有变化|类名:Protocol;<br>方法or属性:TLSv12 = "TLSv1.2"<br>旧版本信息:|类名:Protocol;<br>方法or属性:TLSv12 = "TLSv1.2"<br>新版本信息:crossplatform|@ohos.net.socket.d.ts|
|跨平台能力有变化|类名:Protocol;<br>方法or属性:TLSv13 = "TLSv1.3"<br>旧版本信息:|类名:Protocol;<br>方法or属性:TLSv13 = "TLSv1.3"<br>新版本信息:crossplatform|@ohos.net.socket.d.ts|
|跨平台能力有变化|类名:webSocket;<br>方法or属性:declare webSocket<br>旧版本信息:|类名:webSocket;<br>方法or属性:declare webSocket<br>新版本信息:crossplatform|@ohos.net.webSocket.d.ts|
|跨平台能力有变化|类名:WebSocketRequestOptions;<br>方法or属性:export interface WebSocketRequestOptions<br>旧版本信息:|类名:WebSocketRequestOptions;<br>方法or属性:export interface WebSocketRequestOptions<br>新版本信息:crossplatform|@ohos.net.webSocket.d.ts|
|跨平台能力有变化|类名:WebSocketCloseOptions;<br>方法or属性:export interface WebSocketCloseOptions<br>旧版本信息:|类名:WebSocketCloseOptions;<br>方法or属性:export interface WebSocketCloseOptions<br>新版本信息:crossplatform|@ohos.net.webSocket.d.ts|
|跨平台能力有变化|类名:WebSocket;<br>方法or属性:export interface WebSocket<br>旧版本信息:|类名:WebSocket;<br>方法or属性:export interface WebSocket<br>新版本信息:crossplatform|@ohos.net.webSocket.d.ts|
|跨平台能力有变化|类名:WebSocket;<br>方法or属性:connect(url: string, options: WebSocketRequestOptions, callback: AsyncCallback\<boolean>): void;<br>旧版本信息:|类名:WebSocket;<br>方法or属性:connect(url: string, options: WebSocketRequestOptions, callback: AsyncCallback\<boolean>): void;<br>新版本信息:crossplatform|@ohos.net.webSocket.d.ts|
|跨平台能力有变化|类名:WebSocket;<br>方法or属性:connect(url: string, options?: WebSocketRequestOptions): Promise\<boolean>;<br>旧版本信息:|类名:WebSocket;<br>方法or属性:connect(url: string, options?: WebSocketRequestOptions): Promise\<boolean>;<br>新版本信息:crossplatform|@ohos.net.webSocket.d.ts|
|跨平台能力有变化|类名:WebSocket;<br>方法or属性:send(data: string \| ArrayBuffer): Promise\<boolean>;<br>旧版本信息:|类名:WebSocket;<br>方法or属性:send(data: string \| ArrayBuffer): Promise\<boolean>;<br>新版本信息:crossplatform|@ohos.net.webSocket.d.ts|
|跨平台能力有变化|类名:WebSocket;<br>方法or属性:close(options: WebSocketCloseOptions, callback: AsyncCallback\<boolean>): void;<br>旧版本信息:|类名:WebSocket;<br>方法or属性:close(options: WebSocketCloseOptions, callback: AsyncCallback\<boolean>): void;<br>新版本信息:crossplatform|@ohos.net.webSocket.d.ts|
|跨平台能力有变化|类名:WebSocket;<br>方法or属性:close(options?: WebSocketCloseOptions): Promise\<boolean>;<br>旧版本信息:|类名:WebSocket;<br>方法or属性:close(options?: WebSocketCloseOptions): Promise\<boolean>;<br>新版本信息:crossplatform|@ohos.net.webSocket.d.ts|
......@@ -49,57 +49,3 @@
|函数有变化|类名:Base64Helper;<br>方法or属性:decodeSync(src: Uint8Array \| string): Uint8Array;|类名:Base64Helper;<br>方法or属性:decodeSync(src: Uint8Array \| string, options?: Type): Uint8Array;|@ohos.util.d.ts|
|函数有变化|类名:Base64Helper;<br>方法or属性:encodeToString(src: Uint8Array): Promise\<string>;|类名:Base64Helper;<br>方法or属性:encodeToString(src: Uint8Array, options?: Type): Promise\<string>;|@ohos.util.d.ts|
|函数有变化|类名:Base64Helper;<br>方法or属性:decode(src: Uint8Array \| string): Promise\<Uint8Array>;|类名:Base64Helper;<br>方法or属性:decode(src: Uint8Array \| string, options?: Type): Promise\<Uint8Array>;|@ohos.util.d.ts|
|跨平台能力有变化|类名:buffer;<br>方法or属性:type BufferEncoding =<br> \| 'ascii'<br> \| 'utf8'<br> \| 'utf-8'<br> \| 'utf16le'<br> \| 'ucs2'<br> \| 'ucs-2'<br> \| 'base64'<br> \| 'base64url'<br> \| 'latin1'<br> \| 'binary'<br> \| 'hex';<br>旧版本信息:|类名:buffer;<br>方法or属性:type BufferEncoding =<br> \| 'ascii'<br> \| 'utf8'<br> \| 'utf-8'<br> \| 'utf16le'<br> \| 'ucs2'<br> \| 'ucs-2'<br> \| 'base64'<br> \| 'base64url'<br> \| 'latin1'<br> \| 'binary'<br> \| 'hex';<br>新版本信息:crossplatform|@ohos.buffer.d.ts|
|跨平台能力有变化|类名:TypedArray;<br>方法or属性:interface TypedArray<br>旧版本信息:|类名:TypedArray;<br>方法or属性:interface TypedArray<br>新版本信息:crossplatform|@ohos.buffer.d.ts|
|跨平台能力有变化|类名:Buffer;<br>方法or属性:class Buffer<br>旧版本信息:|类名:Buffer;<br>方法or属性:class Buffer<br>新版本信息:crossplatform|@ohos.buffer.d.ts|
|跨平台能力有变化|类名:Blob;<br>方法or属性:class Blob<br>旧版本信息:|类名:Blob;<br>方法or属性:class Blob<br>新版本信息:crossplatform|@ohos.buffer.d.ts|
|跨平台能力有变化|类名:process;<br>方法or属性:type EventListener = (evt: Object) => void;<br>旧版本信息:|类名:process;<br>方法or属性:type EventListener = (evt: Object) => void;<br>新版本信息:crossplatform|@ohos.process.d.ts|
|跨平台能力有变化|类名:process;<br>方法or属性:function runCmd(<br><br> command: string,<br><br> options?: ConditionType<br><br> ): ChildProcess;<br>旧版本信息:crossplatform|类名:process;<br>方法or属性:function runCmd(<br><br> command: string,<br><br> options?: ConditionType<br><br> ): ChildProcess;<br>新版本信息:|@ohos.process.d.ts|
|跨平台能力有变化|类名:process;<br>方法or属性:function on(type: string, listener: EventListener): void;<br>旧版本信息:crossplatform|类名:process;<br>方法or属性:function on(type: string, listener: EventListener): void;<br>新版本信息:|@ohos.process.d.ts|
|跨平台能力有变化|类名:process;<br>方法or属性:function off(type: string): boolean;<br>旧版本信息:crossplatform|类名:process;<br>方法or属性:function off(type: string): boolean;<br>新版本信息:|@ohos.process.d.ts|
|跨平台能力有变化|类名:process;<br>方法or属性:function exit(code: number): void;<br>旧版本信息:crossplatform|类名:process;<br>方法or属性:function exit(code: number): void;<br>新版本信息:|@ohos.process.d.ts|
|跨平台能力有变化|类名:process;<br>方法or属性:function cwd(): string;<br>旧版本信息:crossplatform|类名:process;<br>方法or属性:function cwd(): string;<br>新版本信息:|@ohos.process.d.ts|
|跨平台能力有变化|类名:process;<br>方法or属性:function chdir(dir: string): void;<br>旧版本信息:crossplatform|类名:process;<br>方法or属性:function chdir(dir: string): void;<br>新版本信息:|@ohos.process.d.ts|
|跨平台能力有变化|类名:ChildProcess;<br>方法or属性:export interface ChildProcess<br>旧版本信息:crossplatform|类名:ChildProcess;<br>方法or属性:export interface ChildProcess<br>新版本信息:|@ohos.process.d.ts|
|跨平台能力有变化|类名:ChildProcess;<br>方法or属性:readonly pid: number;<br>旧版本信息:crossplatform|类名:ChildProcess;<br>方法or属性:readonly pid: number;<br>新版本信息:|@ohos.process.d.ts|
|跨平台能力有变化|类名:ChildProcess;<br>方法or属性:readonly ppid: number;<br>旧版本信息:crossplatform|类名:ChildProcess;<br>方法or属性:readonly ppid: number;<br>新版本信息:|@ohos.process.d.ts|
|跨平台能力有变化|类名:ChildProcess;<br>方法or属性:readonly exitCode: number;<br>旧版本信息:crossplatform|类名:ChildProcess;<br>方法or属性:readonly exitCode: number;<br>新版本信息:|@ohos.process.d.ts|
|跨平台能力有变化|类名:ChildProcess;<br>方法or属性:readonly killed: boolean;<br>旧版本信息:crossplatform|类名:ChildProcess;<br>方法or属性:readonly killed: boolean;<br>新版本信息:|@ohos.process.d.ts|
|跨平台能力有变化|类名:ChildProcess;<br>方法or属性:wait(): Promise\<number>;<br>旧版本信息:crossplatform|类名:ChildProcess;<br>方法or属性:wait(): Promise\<number>;<br>新版本信息:|@ohos.process.d.ts|
|跨平台能力有变化|类名:ChildProcess;<br>方法or属性:getOutput(): Promise\<Uint8Array>;<br>旧版本信息:crossplatform|类名:ChildProcess;<br>方法or属性:getOutput(): Promise\<Uint8Array>;<br>新版本信息:|@ohos.process.d.ts|
|跨平台能力有变化|类名:ChildProcess;<br>方法or属性:getErrorOutput(): Promise\<Uint8Array>;<br>旧版本信息:crossplatform|类名:ChildProcess;<br>方法or属性:getErrorOutput(): Promise\<Uint8Array>;<br>新版本信息:|@ohos.process.d.ts|
|跨平台能力有变化|类名:ChildProcess;<br>方法or属性:close(): void;<br>旧版本信息:crossplatform|类名:ChildProcess;<br>方法or属性:close(): void;<br>新版本信息:|@ohos.process.d.ts|
|跨平台能力有变化|类名:ChildProcess;<br>方法or属性:kill(signal: number \| string): void;<br>旧版本信息:crossplatform|类名:ChildProcess;<br>方法or属性:kill(signal: number \| string): void;<br>新版本信息:|@ohos.process.d.ts|
|跨平台能力有变化|类名:taskpool;<br>方法or属性:declare taskpool<br>旧版本信息:|类名:taskpool;<br>方法or属性:declare taskpool<br>新版本信息:crossplatform|@ohos.taskpool.d.ts|
|跨平台能力有变化|类名:taskpool;<br>方法or属性:function execute(func: Function, ...args: unknown[]): Promise\<unknown>;<br>旧版本信息:|类名:taskpool;<br>方法or属性:function execute(func: Function, ...args: unknown[]): Promise\<unknown>;<br>新版本信息:crossplatform|@ohos.taskpool.d.ts|
|跨平台能力有变化|类名:taskpool;<br>方法or属性:function execute(task: Task, priority?: Priority): Promise\<unknown>;<br>旧版本信息:|类名:taskpool;<br>方法or属性:function execute(task: Task, priority?: Priority): Promise\<unknown>;<br>新版本信息:crossplatform|@ohos.taskpool.d.ts|
|跨平台能力有变化|类名:taskpool;<br>方法or属性:function cancel(task: Task): void;<br>旧版本信息:|类名:taskpool;<br>方法or属性:function cancel(task: Task): void;<br>新版本信息:crossplatform|@ohos.taskpool.d.ts|
|跨平台能力有变化|类名:Priority;<br>方法or属性:enum Priority<br>旧版本信息:|类名:Priority;<br>方法or属性:enum Priority<br>新版本信息:crossplatform|@ohos.taskpool.d.ts|
|跨平台能力有变化|类名:Priority;<br>方法or属性:HIGH = 0<br>旧版本信息:|类名:Priority;<br>方法or属性:HIGH = 0<br>新版本信息:crossplatform|@ohos.taskpool.d.ts|
|跨平台能力有变化|类名:Priority;<br>方法or属性:MEDIUM = 1<br>旧版本信息:|类名:Priority;<br>方法or属性:MEDIUM = 1<br>新版本信息:crossplatform|@ohos.taskpool.d.ts|
|跨平台能力有变化|类名:Priority;<br>方法or属性:LOW = 2<br>旧版本信息:|类名:Priority;<br>方法or属性:LOW = 2<br>新版本信息:crossplatform|@ohos.taskpool.d.ts|
|跨平台能力有变化|类名:Task;<br>方法or属性:class Task<br>旧版本信息:|类名:Task;<br>方法or属性:class Task<br>新版本信息:crossplatform|@ohos.taskpool.d.ts|
|跨平台能力有变化|类名:Task;<br>方法or属性:constructor(func: Function, ...args: unknown[]);<br>旧版本信息:|类名:Task;<br>方法or属性:constructor(func: Function, ...args: unknown[]);<br>新版本信息:crossplatform|@ohos.taskpool.d.ts|
|跨平台能力有变化|类名:Task;<br>方法or属性:function: Function;<br>旧版本信息:|类名:Task;<br>方法or属性:function: Function;<br>新版本信息:crossplatform|@ohos.taskpool.d.ts|
|跨平台能力有变化|类名:Task;<br>方法or属性:arguments?: unknown[];<br>旧版本信息:|类名:Task;<br>方法or属性:arguments?: unknown[];<br>新版本信息:crossplatform|@ohos.taskpool.d.ts|
|跨平台能力有变化|类名:ArrayList;<br>方法or属性:declare class ArrayList<br>旧版本信息:|类名:ArrayList;<br>方法or属性:declare class ArrayList<br>新版本信息:crossplatform|@ohos.util.ArrayList.d.ts|
|跨平台能力有变化|类名:Scope;<br>方法or属性:class Scope<br>旧版本信息:crossplatform|类名:Scope;<br>方法or属性:class Scope<br>新版本信息:|@ohos.util.d.ts|
|跨平台能力有变化|类名:ScopeHelper;<br>方法or属性:getLower(): ScopeType;<br>旧版本信息:|类名:ScopeHelper;<br>方法or属性:getLower(): ScopeType;<br>新版本信息:crossplatform|@ohos.util.d.ts|
|跨平台能力有变化|类名:Deque;<br>方法or属性:declare class Deque<br>旧版本信息:|类名:Deque;<br>方法or属性:declare class Deque<br>新版本信息:crossplatform|@ohos.util.Deque.d.ts|
|跨平台能力有变化|类名:HashMap;<br>方法or属性:declare class HashMap<br>旧版本信息:|类名:HashMap;<br>方法or属性:declare class HashMap<br>新版本信息:crossplatform|@ohos.util.HashMap.d.ts|
|跨平台能力有变化|类名:HashSet;<br>方法or属性:declare class HashSet<br>旧版本信息:|类名:HashSet;<br>方法or属性:declare class HashSet<br>新版本信息:crossplatform|@ohos.util.HashSet.d.ts|
|跨平台能力有变化|类名:LightWeightMap;<br>方法or属性:declare class LightWeightMap<br>旧版本信息:|类名:LightWeightMap;<br>方法or属性:declare class LightWeightMap<br>新版本信息:crossplatform|@ohos.util.LightWeightMap.d.ts|
|跨平台能力有变化|类名:LightWeightSet;<br>方法or属性:declare class LightWeightSet<br>旧版本信息:|类名:LightWeightSet;<br>方法or属性:declare class LightWeightSet<br>新版本信息:crossplatform|@ohos.util.LightWeightSet.d.ts|
|跨平台能力有变化|类名:LinkedList;<br>方法or属性:declare class LinkedList<br>旧版本信息:|类名:LinkedList;<br>方法or属性:declare class LinkedList<br>新版本信息:crossplatform|@ohos.util.LinkedList.d.ts|
|跨平台能力有变化|类名:List;<br>方法or属性:declare class List<br>旧版本信息:|类名:List;<br>方法or属性:declare class List<br>新版本信息:crossplatform|@ohos.util.List.d.ts|
|跨平台能力有变化|类名:PlainArray;<br>方法or属性:declare class PlainArray<br>旧版本信息:|类名:PlainArray;<br>方法or属性:declare class PlainArray<br>新版本信息:crossplatform|@ohos.util.PlainArray.d.ts|
|跨平台能力有变化|类名:Queue;<br>方法or属性:declare class Queue<br>旧版本信息:|类名:Queue;<br>方法or属性:declare class Queue<br>新版本信息:crossplatform|@ohos.util.Queue.d.ts|
|跨平台能力有变化|类名:Stack;<br>方法or属性:declare class Stack<br>旧版本信息:|类名:Stack;<br>方法or属性:declare class Stack<br>新版本信息:crossplatform|@ohos.util.Stack.d.ts|
|跨平台能力有变化|类名:TreeMap;<br>方法or属性:declare class TreeMap<br>旧版本信息:|类名:TreeMap;<br>方法or属性:declare class TreeMap<br>新版本信息:crossplatform|@ohos.util.TreeMap.d.ts|
|跨平台能力有变化|类名:TreeSet;<br>方法or属性:declare class TreeSet<br>旧版本信息:|类名:TreeSet;<br>方法or属性:declare class TreeSet<br>新版本信息:crossplatform|@ohos.util.TreeSet.d.ts|
|跨平台能力有变化|类名:WorkerEventTarget;<br>方法or属性:addEventListener(type: string, listener: WorkerEventListener): void;<br>旧版本信息:crossplatform|类名:WorkerEventTarget;<br>方法or属性:addEventListener(type: string, listener: WorkerEventListener): void;<br>新版本信息:|@ohos.worker.d.ts|
|跨平台能力有变化|类名:XmlSerializer;<br>方法or属性:constructor(buffer: ArrayBuffer \| DataView, encoding?: string);<br>旧版本信息:|类名:XmlSerializer;<br>方法or属性:constructor(buffer: ArrayBuffer \| DataView, encoding?: string);<br>新版本信息:crossplatform|@ohos.xml.d.ts|
|跨平台能力有变化|类名:XmlPullParser;<br>方法or属性:constructor(buffer: ArrayBuffer \| DataView, encoding?: string);<br>旧版本信息:|类名:XmlPullParser;<br>方法or属性:constructor(buffer: ArrayBuffer \| DataView, encoding?: string);<br>新版本信息:crossplatform|@ohos.xml.d.ts|
|跨平台能力有变化|类名:EventType;<br>方法or属性:enum EventType<br>旧版本信息:|类名:EventType;<br>方法or属性:enum EventType<br>新版本信息:crossplatform|@ohos.xml.d.ts|
|跨平台能力有变化|类名:ParseInfo;<br>方法or属性:interface ParseInfo<br>旧版本信息:|类名:ParseInfo;<br>方法or属性:interface ParseInfo<br>新版本信息:crossplatform|@ohos.xml.d.ts|
|跨平台能力有变化|类名:ParseOptions;<br>方法or属性:interface ParseOptions<br>旧版本信息:|类名:ParseOptions;<br>方法or属性:interface ParseOptions<br>新版本信息:crossplatform|@ohos.xml.d.ts|
......@@ -52,7 +52,3 @@
|type有变化|类名:HiTraceId;<br>方法or属性:spanId?: number;<br>旧版本信息:|类名:HiTraceId;<br>方法or属性:spanId?: number;<br>新版本信息:?number|@ohos.hiTraceChain.d.ts|
|type有变化|类名:HiTraceId;<br>方法or属性:parentSpanId?: number;<br>旧版本信息:|类名:HiTraceId;<br>方法or属性:parentSpanId?: number;<br>新版本信息:?number|@ohos.hiTraceChain.d.ts|
|type有变化|类名:HiTraceId;<br>方法or属性:flags?: number;<br>旧版本信息:|类名:HiTraceId;<br>方法or属性:flags?: number;<br>新版本信息:?number|@ohos.hiTraceChain.d.ts|
|跨平台能力有变化|类名:hilog;<br>方法or属性:declare hilog<br>旧版本信息:|类名:hilog;<br>方法or属性:declare hilog<br>新版本信息:crossplatform|@ohos.hilog.d.ts|
|跨平台能力有变化|类名:hiTraceMeter;<br>方法or属性:declare hiTraceMeter<br>旧版本信息:|类名:hiTraceMeter;<br>方法or属性:declare hiTraceMeter<br>新版本信息:crossplatform|@ohos.hiTraceMeter.d.ts|
|跨平台能力有变化|类名:hiTraceMeter;<br>方法or属性:function startTrace(name: string, taskId: number): void;<br>旧版本信息:|类名:hiTraceMeter;<br>方法or属性:function startTrace(name: string, taskId: number): void;<br>新版本信息:crossplatform|@ohos.hiTraceMeter.d.ts|
|跨平台能力有变化|类名:hiTraceMeter;<br>方法or属性:function finishTrace(name: string, taskId: number): void;<br>旧版本信息:|类名:hiTraceMeter;<br>方法or属性:function finishTrace(name: string, taskId: number): void;<br>新版本信息:crossplatform|@ohos.hiTraceMeter.d.ts|
......@@ -121,9 +121,3 @@
|函数有变化|类名:DataShareExtensionAbility;<br>方法or属性:context?: ExtensionContext;|类名:DataShareExtensionAbility;<br>方法or属性:context: ExtensionContext;|@ohos.application.DataShareExtensionAbility.d.ts|
|函数有变化|类名:PublishedItem;<br>方法or属性:data: string \| Ashmem;|类名:PublishedItem;<br>方法or属性:data: string \| ArrayBuffer;|@ohos.data.dataShare.d.ts|
|函数有变化|类名:relationalStore;<br>方法or属性:type ValueType = null \| number \| string \| boolean \| Uint8Array;|类名:relationalStore;<br>方法or属性:type ValueType = null \| number \| string \| boolean \| Uint8Array \| Asset \| Assets;|@ohos.data.relationalStore.d.ts|
|跨平台能力有变化|类名:StoreConfig;<br>方法or属性:securityLevel: SecurityLevel;<br>旧版本信息:|类名:StoreConfig;<br>方法or属性:securityLevel: SecurityLevel;<br>新版本信息:crossplatform|@ohos.data.relationalStore.d.ts|
|跨平台能力有变化|类名:SecurityLevel;<br>方法or属性:enum SecurityLevel<br>旧版本信息:|类名:SecurityLevel;<br>方法or属性:enum SecurityLevel<br>新版本信息:crossplatform|@ohos.data.relationalStore.d.ts|
|跨平台能力有变化|类名:SecurityLevel;<br>方法or属性:S1 = 1<br>旧版本信息:|类名:SecurityLevel;<br>方法or属性:S1 = 1<br>新版本信息:crossplatform|@ohos.data.relationalStore.d.ts|
|跨平台能力有变化|类名:SecurityLevel;<br>方法or属性:S2 = 2<br>旧版本信息:|类名:SecurityLevel;<br>方法or属性:S2 = 2<br>新版本信息:crossplatform|@ohos.data.relationalStore.d.ts|
|跨平台能力有变化|类名:SecurityLevel;<br>方法or属性:S3 = 3<br>旧版本信息:|类名:SecurityLevel;<br>方法or属性:S3 = 3<br>新版本信息:crossplatform|@ohos.data.relationalStore.d.ts|
|跨平台能力有变化|类名:SecurityLevel;<br>方法or属性:S4 = 4<br>旧版本信息:|类名:SecurityLevel;<br>方法or属性:S4 = 4<br>新版本信息:crossplatform|@ohos.data.relationalStore.d.ts|
......@@ -446,24 +446,3 @@
|type有变化|类名:PhotoSaveOptions;<br>方法or属性:newFileNames?: Array\<string>;<br>旧版本信息:Array\<string>|类名:PhotoSaveOptions;<br>方法or属性:newFileNames?: Array\<string>;<br>新版本信息:?Array\<string>|@ohos.file.picker.d.ts|
|type有变化|类名:DocumentSaveOptions;<br>方法or属性:newFileNames?: Array\<string>;<br>旧版本信息:Array\<string>|类名:DocumentSaveOptions;<br>方法or属性:newFileNames?: Array\<string>;<br>新版本信息:?Array\<string>|@ohos.file.picker.d.ts|
|type有变化|类名:AudioSaveOptions;<br>方法or属性:newFileNames?: Array\<string>;<br>旧版本信息:Array\<string>|类名:AudioSaveOptions;<br>方法or属性:newFileNames?: Array\<string>;<br>新版本信息:?Array\<string>|@ohos.file.picker.d.ts|
|跨平台能力有变化|类名:sourcefile;<br>方法or属性:declare function access(path: string): Promise\<boolean>;<br>旧版本信息:|类名:sourcefile;<br>方法or属性:declare function access(path: string): Promise\<boolean>;<br>新版本信息:crossplatform|@ohos.file.fs.d.ts|
|跨平台能力有变化|类名:sourcefile;<br>方法or属性:declare function access(path: string, callback: AsyncCallback\<boolean>): void;<br>旧版本信息:|类名:sourcefile;<br>方法or属性:declare function access(path: string, callback: AsyncCallback\<boolean>): void;<br>新版本信息:crossplatform|@ohos.file.fs.d.ts|
|跨平台能力有变化|类名:sourcefile;<br>方法or属性:declare function accessSync(path: string): boolean;<br>旧版本信息:|类名:sourcefile;<br>方法or属性:declare function accessSync(path: string): boolean;<br>新版本信息:crossplatform|@ohos.file.fs.d.ts|
|跨平台能力有变化|类名:sourcefile;<br>方法or属性:declare function copyFile(src: string \| number, dest: string \| number, mode?: number): Promise\<void>;<br>旧版本信息:|类名:sourcefile;<br>方法or属性:declare function copyFile(src: string \| number, dest: string \| number, mode?: number): Promise\<void>;<br>新版本信息:crossplatform|@ohos.file.fs.d.ts|
|跨平台能力有变化|类名:sourcefile;<br>方法or属性:declare function copyFile(src: string \| number, dest: string \| number, callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:sourcefile;<br>方法or属性:declare function copyFile(src: string \| number, dest: string \| number, callback: AsyncCallback\<void>): void;<br>新版本信息:crossplatform|@ohos.file.fs.d.ts|
|跨平台能力有变化|类名:sourcefile;<br>方法or属性:declare function copyFile(<br> src: string \| number,<br> dest: string \| number,<br> mode: number,<br> callback: AsyncCallback\<void><br>): void;<br>旧版本信息:|类名:sourcefile;<br>方法or属性:declare function copyFile(<br> src: string \| number,<br> dest: string \| number,<br> mode: number,<br> callback: AsyncCallback\<void><br>): void;<br>新版本信息:crossplatform|@ohos.file.fs.d.ts|
|跨平台能力有变化|类名:sourcefile;<br>方法or属性:declare function copyFileSync(src: string \| number, dest: string \| number, mode?: number): void;<br>旧版本信息:|类名:sourcefile;<br>方法or属性:declare function copyFileSync(src: string \| number, dest: string \| number, mode?: number): void;<br>新版本信息:crossplatform|@ohos.file.fs.d.ts|
|跨平台能力有变化|类名:sourcefile;<br>方法or属性:declare function listFile(<br> path: string,<br> options?: {<br> recursion?: boolean;<br> listNum?: number;<br> filter?: Filter;<br> }<br>): Promise\<string[]>;<br>旧版本信息:|类名:sourcefile;<br>方法or属性:declare function listFile(<br> path: string,<br> options?: {<br> recursion?: boolean;<br> listNum?: number;<br> filter?: Filter;<br> }<br>): Promise\<string[]>;<br>新版本信息:crossplatform|@ohos.file.fs.d.ts|
|跨平台能力有变化|类名:sourcefile;<br>方法or属性:declare function listFile(path: string, callback: AsyncCallback\<string[]>): void;<br>旧版本信息:|类名:sourcefile;<br>方法or属性:declare function listFile(path: string, callback: AsyncCallback\<string[]>): void;<br>新版本信息:crossplatform|@ohos.file.fs.d.ts|
|跨平台能力有变化|类名:sourcefile;<br>方法or属性:declare function listFile(<br> path: string,<br> options: {<br> recursion?: boolean;<br> listNum?: number;<br> filter?: Filter;<br> },<br> callback: AsyncCallback\<string[]><br>): void;<br>旧版本信息:|类名:sourcefile;<br>方法or属性:declare function listFile(<br> path: string,<br> options: {<br> recursion?: boolean;<br> listNum?: number;<br> filter?: Filter;<br> },<br> callback: AsyncCallback\<string[]><br>): void;<br>新版本信息:crossplatform|@ohos.file.fs.d.ts|
|跨平台能力有变化|类名:sourcefile;<br>方法or属性:declare function listFileSync(<br> path: string,<br> options?: {<br> recursion?: boolean;<br> listNum?: number;<br> filter?: Filter;<br> }<br>): string[];<br>旧版本信息:|类名:sourcefile;<br>方法or属性:declare function listFileSync(<br> path: string,<br> options?: {<br> recursion?: boolean;<br> listNum?: number;<br> filter?: Filter;<br> }<br>): string[];<br>新版本信息:crossplatform|@ohos.file.fs.d.ts|
|跨平台能力有变化|类名:sourcefile;<br>方法or属性:declare function moveFile(src: string, dest: string, mode?: number): Promise\<void>;<br>旧版本信息:|类名:sourcefile;<br>方法or属性:declare function moveFile(src: string, dest: string, mode?: number): Promise\<void>;<br>新版本信息:crossplatform|@ohos.file.fs.d.ts|
|跨平台能力有变化|类名:sourcefile;<br>方法or属性:declare function moveFile(src: string, dest: string, callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:sourcefile;<br>方法or属性:declare function moveFile(src: string, dest: string, callback: AsyncCallback\<void>): void;<br>新版本信息:crossplatform|@ohos.file.fs.d.ts|
|跨平台能力有变化|类名:sourcefile;<br>方法or属性:declare function moveFile(src: string, dest: string, mode: number, callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:sourcefile;<br>方法or属性:declare function moveFile(src: string, dest: string, mode: number, callback: AsyncCallback\<void>): void;<br>新版本信息:crossplatform|@ohos.file.fs.d.ts|
|跨平台能力有变化|类名:sourcefile;<br>方法or属性:declare function moveFileSync(src: string, dest: string, mode?: number): void;<br>旧版本信息:|类名:sourcefile;<br>方法or属性:declare function moveFileSync(src: string, dest: string, mode?: number): void;<br>新版本信息:crossplatform|@ohos.file.fs.d.ts|
|跨平台能力有变化|类名:sourcefile;<br>方法or属性:declare function readText(<br> filePath: string,<br> options?: {<br> offset?: number;<br> length?: number;<br> encoding?: string;<br> }<br>): Promise\<string>;<br>旧版本信息:|类名:sourcefile;<br>方法or属性:declare function readText(<br> filePath: string,<br> options?: {<br> offset?: number;<br> length?: number;<br> encoding?: string;<br> }<br>): Promise\<string>;<br>新版本信息:crossplatform|@ohos.file.fs.d.ts|
|跨平台能力有变化|类名:sourcefile;<br>方法or属性:declare function readText(filePath: string, callback: AsyncCallback\<string>): void;<br>旧版本信息:|类名:sourcefile;<br>方法or属性:declare function readText(filePath: string, callback: AsyncCallback\<string>): void;<br>新版本信息:crossplatform|@ohos.file.fs.d.ts|
|跨平台能力有变化|类名:sourcefile;<br>方法or属性:declare function readText(<br> filePath: string,<br> options: {<br> offset?: number;<br> length?: number;<br> encoding?: string;<br> },<br> callback: AsyncCallback\<string><br>): void;<br>旧版本信息:|类名:sourcefile;<br>方法or属性:declare function readText(<br> filePath: string,<br> options: {<br> offset?: number;<br> length?: number;<br> encoding?: string;<br> },<br> callback: AsyncCallback\<string><br>): void;<br>新版本信息:crossplatform|@ohos.file.fs.d.ts|
|跨平台能力有变化|类名:sourcefile;<br>方法or属性:declare function readTextSync(<br> filePath: string,<br> options?: {<br> offset?: number;<br> length?: number;<br> encoding?: string;<br> }<br>): string;<br>旧版本信息:|类名:sourcefile;<br>方法or属性:declare function readTextSync(<br> filePath: string,<br> options?: {<br> offset?: number;<br> length?: number;<br> encoding?: string;<br> }<br>): string;<br>新版本信息:crossplatform|@ohos.file.fs.d.ts|
|跨平台能力有变化|类名:sourcefile;<br>方法or属性:export type Filter = {<br> /**<br> * @type { ?Array\<string> }<br> * @syscap SystemCapability.FileManagement.File.FileIO<br> * @since 10<br> */<br> suffix?: Array\<string>;<br> /**<br> * @type { ?Array\<string> }<br> * @syscap SystemCapability.FileManagement.File.FileIO<br> * @since 10<br> */<br> displayName?: Array\<string>;<br> /**<br> * @type { ?Array\<string> }<br> * @syscap SystemCapability.FileManagement.File.FileIO<br> * @since 10<br> */<br> mimeType?: Array\<string>;<br> /**<br> * @type { ?number }<br> * @syscap SystemCapability.FileManagement.File.FileIO<br> * @since 10<br> */<br> fileSizeOver?: number;<br> /**<br> * @type { ?number }<br> * @syscap SystemCapability.FileManagement.File.FileIO<br> * @since 10<br> */<br> lastModifiedAfter?: number;<br> /**<br> * @type { ?boolean }<br> * @syscap SystemCapability.FileManagement.File.FileIO<br> * @since 10<br> */<br> excludeMedia?: boolean;<br>};<br>旧版本信息:|类名:sourcefile;<br>方法or属性:export type Filter = {<br> /**<br> * @type { ?Array\<string> }<br> * @syscap SystemCapability.FileManagement.File.FileIO<br> * @since 10<br> */<br> suffix?: Array\<string>;<br> /**<br> * @type { ?Array\<string> }<br> * @syscap SystemCapability.FileManagement.File.FileIO<br> * @since 10<br> */<br> displayName?: Array\<string>;<br> /**<br> * @type { ?Array\<string> }<br> * @syscap SystemCapability.FileManagement.File.FileIO<br> * @since 10<br> */<br> mimeType?: Array\<string>;<br> /**<br> * @type { ?number }<br> * @syscap SystemCapability.FileManagement.File.FileIO<br> * @since 10<br> */<br> fileSizeOver?: number;<br> /**<br> * @type { ?number }<br> * @syscap SystemCapability.FileManagement.File.FileIO<br> * @since 10<br> */<br> lastModifiedAfter?: number;<br> /**<br> * @type { ?boolean }<br> * @syscap SystemCapability.FileManagement.File.FileIO<br> * @since 10<br> */<br> excludeMedia?: boolean;<br>};<br>新版本信息:crossplatform|@ohos.file.fs.d.ts|
|跨平台能力有变化|类名:fileIo;<br>方法or属性:declare fileIo<br>旧版本信息:|类名:fileIo;<br>方法or属性:declare fileIo<br>新版本信息:crossplatform|@ohos.file.fs.d.ts|
......@@ -32,9 +32,3 @@
|新增|NA|类名:ResourceManager;<br>方法or属性:getColorByNameSync(resName: string) : number;|@ohos.resourceManager.d.ts|
|新增|NA|类名:ResourceManager;<br>方法or属性:addResource(path: string) : void;|@ohos.resourceManager.d.ts|
|新增|NA|类名:ResourceManager;<br>方法or属性:removeResource(path: string) : void;|@ohos.resourceManager.d.ts|
|跨平台能力有变化|类名:DateTimeOptions;<br>方法or属性:year?: string;<br>旧版本信息:|类名:DateTimeOptions;<br>方法or属性:year?: string;<br>新版本信息:crossplatform|@ohos.intl.d.ts|
|跨平台能力有变化|类名:DeviceType;<br>方法or属性:DEVICE_TYPE_TABLET = 0x01<br>旧版本信息:crossplatform|类名:DeviceType;<br>方法or属性:DEVICE_TYPE_TABLET = 0x01<br>新版本信息:|@ohos.resourceManager.d.ts|
|跨平台能力有变化|类名:DeviceType;<br>方法or属性:DEVICE_TYPE_CAR = 0x02<br>旧版本信息:crossplatform|类名:DeviceType;<br>方法or属性:DEVICE_TYPE_CAR = 0x02<br>新版本信息:|@ohos.resourceManager.d.ts|
|跨平台能力有变化|类名:DeviceType;<br>方法or属性:DEVICE_TYPE_PC = 0x03<br>旧版本信息:crossplatform|类名:DeviceType;<br>方法or属性:DEVICE_TYPE_PC = 0x03<br>新版本信息:|@ohos.resourceManager.d.ts|
|跨平台能力有变化|类名:DeviceType;<br>方法or属性:DEVICE_TYPE_TV = 0x04<br>旧版本信息:crossplatform|类名:DeviceType;<br>方法or属性:DEVICE_TYPE_TV = 0x04<br>新版本信息:|@ohos.resourceManager.d.ts|
|跨平台能力有变化|类名:DeviceType;<br>方法or属性:DEVICE_TYPE_WEARABLE = 0x06<br>旧版本信息:crossplatform|类名:DeviceType;<br>方法or属性:DEVICE_TYPE_WEARABLE = 0x06<br>新版本信息:|@ohos.resourceManager.d.ts|
| 操作 | 旧版本 | 新版本 | d.ts文件 |
| ---- | ------ | ------ | -------- |
|跨平台能力有变化|类名:Callback;<br>方法or属性:export interface Callback<br>旧版本信息:|类名:Callback;<br>方法or属性:export interface Callback<br>新版本信息:crossplatform|@ohos.base.d.ts|
|跨平台能力有变化|类名:Callback;<br>方法or属性:(data: T): void;<br>旧版本信息:|类名:Callback;<br>方法or属性:(data: T): void;<br>新版本信息:crossplatform|@ohos.base.d.ts|
|跨平台能力有变化|类名:ErrorCallback;<br>方法or属性:export interface ErrorCallback<br>旧版本信息:|类名:ErrorCallback;<br>方法or属性:export interface ErrorCallback<br>新版本信息:crossplatform|@ohos.base.d.ts|
|跨平台能力有变化|类名:ErrorCallback;<br>方法or属性:(err: T): void;<br>旧版本信息:|类名:ErrorCallback;<br>方法or属性:(err: T): void;<br>新版本信息:crossplatform|@ohos.base.d.ts|
|跨平台能力有变化|类名:AsyncCallback;<br>方法or属性:export interface AsyncCallback<br>旧版本信息:|类名:AsyncCallback;<br>方法or属性:export interface AsyncCallback<br>新版本信息:crossplatform|@ohos.base.d.ts|
|跨平台能力有变化|类名:AsyncCallback;<br>方法or属性:(err: BusinessError\<E>, data: T): void;<br>旧版本信息:|类名:AsyncCallback;<br>方法or属性:(err: BusinessError\<E>, data: T): void;<br>新版本信息:crossplatform|@ohos.base.d.ts|
|跨平台能力有变化|类名:BusinessError;<br>方法or属性:export interface BusinessError<br>旧版本信息:|类名:BusinessError;<br>方法or属性:export interface BusinessError<br>新版本信息:crossplatform|@ohos.base.d.ts|
|跨平台能力有变化|类名:BusinessError;<br>方法or属性:code: number;<br>旧版本信息:|类名:BusinessError;<br>方法or属性:code: number;<br>新版本信息:crossplatform|@ohos.base.d.ts|
|跨平台能力有变化|类名:BusinessError;<br>方法or属性:data?: T;<br>旧版本信息:|类名:BusinessError;<br>方法or属性:data?: T;<br>新版本信息:crossplatform|@ohos.base.d.ts|
......@@ -10,53 +10,3 @@
|type有变化|类名:WindowFilter;<br>方法or属性:title?: string;<br>旧版本信息:string?|类名:WindowFilter;<br>方法or属性:title?: string;<br>新版本信息:?string|@ohos.UiTest.d.ts|
|type有变化|类名:WindowFilter;<br>方法or属性:focused?: boolean;<br>旧版本信息:boolean?|类名:WindowFilter;<br>方法or属性:focused?: boolean;<br>新版本信息:?boolean|@ohos.UiTest.d.ts|
|type有变化|类名:WindowFilter;<br>方法or属性:actived?: boolean;<br>旧版本信息:boolean?|类名:WindowFilter;<br>方法or属性:actived?: boolean;<br>新版本信息:?boolean|@ohos.UiTest.d.ts|
|跨平台能力有变化|类名:MatchPattern;<br>方法or属性:declare enum MatchPattern<br>旧版本信息:|类名:MatchPattern;<br>方法or属性:declare enum MatchPattern<br>新版本信息:crossplatform|@ohos.UiTest.d.ts|
|跨平台能力有变化|类名:MatchPattern;<br>方法or属性:EQUALS = 0<br>旧版本信息:|类名:MatchPattern;<br>方法or属性:EQUALS = 0<br>新版本信息:crossplatform|@ohos.UiTest.d.ts|
|跨平台能力有变化|类名:MatchPattern;<br>方法or属性:CONTAINS = 1<br>旧版本信息:|类名:MatchPattern;<br>方法or属性:CONTAINS = 1<br>新版本信息:crossplatform|@ohos.UiTest.d.ts|
|跨平台能力有变化|类名:MatchPattern;<br>方法or属性:STARTS_WITH = 2<br>旧版本信息:|类名:MatchPattern;<br>方法or属性:STARTS_WITH = 2<br>新版本信息:crossplatform|@ohos.UiTest.d.ts|
|跨平台能力有变化|类名:MatchPattern;<br>方法or属性:ENDS_WITH = 3<br>旧版本信息:|类名:MatchPattern;<br>方法or属性:ENDS_WITH = 3<br>新版本信息:crossplatform|@ohos.UiTest.d.ts|
|跨平台能力有变化|类名:Point;<br>方法or属性:declare interface Point<br>旧版本信息:|类名:Point;<br>方法or属性:declare interface Point<br>新版本信息:crossplatform|@ohos.UiTest.d.ts|
|跨平台能力有变化|类名:Point;<br>方法or属性:readonly x: number;<br>旧版本信息:|类名:Point;<br>方法or属性:readonly x: number;<br>新版本信息:crossplatform|@ohos.UiTest.d.ts|
|跨平台能力有变化|类名:Point;<br>方法or属性:readonly y: number;<br>旧版本信息:|类名:Point;<br>方法or属性:readonly y: number;<br>新版本信息:crossplatform|@ohos.UiTest.d.ts|
|跨平台能力有变化|类名:On;<br>方法or属性:text(txt: string, pattern?: MatchPattern): On;<br>旧版本信息:|类名:On;<br>方法or属性:text(txt: string, pattern?: MatchPattern): On;<br>新版本信息:crossplatform|@ohos.UiTest.d.ts|
|跨平台能力有变化|类名:On;<br>方法or属性:id(id: string): On;<br>旧版本信息:|类名:On;<br>方法or属性:id(id: string): On;<br>新版本信息:crossplatform|@ohos.UiTest.d.ts|
|跨平台能力有变化|类名:On;<br>方法or属性:type(tp: string): On;<br>旧版本信息:|类名:On;<br>方法or属性:type(tp: string): On;<br>新版本信息:crossplatform|@ohos.UiTest.d.ts|
|跨平台能力有变化|类名:On;<br>方法or属性:clickable(b?: boolean): On;<br>旧版本信息:|类名:On;<br>方法or属性:clickable(b?: boolean): On;<br>新版本信息:crossplatform|@ohos.UiTest.d.ts|
|跨平台能力有变化|类名:On;<br>方法or属性:longClickable(b?: boolean): On;<br>旧版本信息:|类名:On;<br>方法or属性:longClickable(b?: boolean): On;<br>新版本信息:crossplatform|@ohos.UiTest.d.ts|
|跨平台能力有变化|类名:On;<br>方法or属性:scrollable(b?: boolean): On;<br>旧版本信息:|类名:On;<br>方法or属性:scrollable(b?: boolean): On;<br>新版本信息:crossplatform|@ohos.UiTest.d.ts|
|跨平台能力有变化|类名:On;<br>方法or属性:enabled(b?: boolean): On;<br>旧版本信息:|类名:On;<br>方法or属性:enabled(b?: boolean): On;<br>新版本信息:crossplatform|@ohos.UiTest.d.ts|
|跨平台能力有变化|类名:On;<br>方法or属性:focused(b?: boolean): On;<br>旧版本信息:|类名:On;<br>方法or属性:focused(b?: boolean): On;<br>新版本信息:crossplatform|@ohos.UiTest.d.ts|
|跨平台能力有变化|类名:On;<br>方法or属性:selected(b?: boolean): On;<br>旧版本信息:|类名:On;<br>方法or属性:selected(b?: boolean): On;<br>新版本信息:crossplatform|@ohos.UiTest.d.ts|
|跨平台能力有变化|类名:On;<br>方法or属性:checked(b?: boolean): On;<br>旧版本信息:|类名:On;<br>方法or属性:checked(b?: boolean): On;<br>新版本信息:crossplatform|@ohos.UiTest.d.ts|
|跨平台能力有变化|类名:On;<br>方法or属性:checkable(b?: boolean): On;<br>旧版本信息:|类名:On;<br>方法or属性:checkable(b?: boolean): On;<br>新版本信息:crossplatform|@ohos.UiTest.d.ts|
|跨平台能力有变化|类名:Component;<br>方法or属性:click(): Promise\<void>;<br>旧版本信息:|类名:Component;<br>方法or属性:click(): Promise\<void>;<br>新版本信息:crossplatform|@ohos.UiTest.d.ts|
|跨平台能力有变化|类名:Component;<br>方法or属性:doubleClick(): Promise\<void>;<br>旧版本信息:|类名:Component;<br>方法or属性:doubleClick(): Promise\<void>;<br>新版本信息:crossplatform|@ohos.UiTest.d.ts|
|跨平台能力有变化|类名:Component;<br>方法or属性:longClick(): Promise\<void>;<br>旧版本信息:|类名:Component;<br>方法or属性:longClick(): Promise\<void>;<br>新版本信息:crossplatform|@ohos.UiTest.d.ts|
|跨平台能力有变化|类名:Component;<br>方法or属性:getId(): Promise\<string>;<br>旧版本信息:|类名:Component;<br>方法or属性:getId(): Promise\<string>;<br>新版本信息:crossplatform|@ohos.UiTest.d.ts|
|跨平台能力有变化|类名:Component;<br>方法or属性:getText(): Promise\<string>;<br>旧版本信息:|类名:Component;<br>方法or属性:getText(): Promise\<string>;<br>新版本信息:crossplatform|@ohos.UiTest.d.ts|
|跨平台能力有变化|类名:Component;<br>方法or属性:getType(): Promise\<string>;<br>旧版本信息:|类名:Component;<br>方法or属性:getType(): Promise\<string>;<br>新版本信息:crossplatform|@ohos.UiTest.d.ts|
|跨平台能力有变化|类名:Component;<br>方法or属性:isClickable(): Promise\<boolean>;<br>旧版本信息:|类名:Component;<br>方法or属性:isClickable(): Promise\<boolean>;<br>新版本信息:crossplatform|@ohos.UiTest.d.ts|
|跨平台能力有变化|类名:Component;<br>方法or属性:isLongClickable(): Promise\<boolean>;<br>旧版本信息:|类名:Component;<br>方法or属性:isLongClickable(): Promise\<boolean>;<br>新版本信息:crossplatform|@ohos.UiTest.d.ts|
|跨平台能力有变化|类名:Component;<br>方法or属性:isScrollable(): Promise\<boolean>;<br>旧版本信息:|类名:Component;<br>方法or属性:isScrollable(): Promise\<boolean>;<br>新版本信息:crossplatform|@ohos.UiTest.d.ts|
|跨平台能力有变化|类名:Component;<br>方法or属性:isEnabled(): Promise\<boolean>;<br>旧版本信息:|类名:Component;<br>方法or属性:isEnabled(): Promise\<boolean>;<br>新版本信息:crossplatform|@ohos.UiTest.d.ts|
|跨平台能力有变化|类名:Component;<br>方法or属性:isFocused(): Promise\<boolean>;<br>旧版本信息:|类名:Component;<br>方法or属性:isFocused(): Promise\<boolean>;<br>新版本信息:crossplatform|@ohos.UiTest.d.ts|
|跨平台能力有变化|类名:Component;<br>方法or属性:isSelected(): Promise\<boolean>;<br>旧版本信息:|类名:Component;<br>方法or属性:isSelected(): Promise\<boolean>;<br>新版本信息:crossplatform|@ohos.UiTest.d.ts|
|跨平台能力有变化|类名:Component;<br>方法or属性:isChecked(): Promise\<boolean>;<br>旧版本信息:|类名:Component;<br>方法or属性:isChecked(): Promise\<boolean>;<br>新版本信息:crossplatform|@ohos.UiTest.d.ts|
|跨平台能力有变化|类名:Component;<br>方法or属性:isCheckable(): Promise\<boolean>;<br>旧版本信息:|类名:Component;<br>方法or属性:isCheckable(): Promise\<boolean>;<br>新版本信息:crossplatform|@ohos.UiTest.d.ts|
|跨平台能力有变化|类名:Component;<br>方法or属性:inputText(text: string): Promise\<void>;<br>旧版本信息:|类名:Component;<br>方法or属性:inputText(text: string): Promise\<void>;<br>新版本信息:crossplatform|@ohos.UiTest.d.ts|
|跨平台能力有变化|类名:Component;<br>方法or属性:clearText(): Promise\<void>;<br>旧版本信息:|类名:Component;<br>方法or属性:clearText(): Promise\<void>;<br>新版本信息:crossplatform|@ohos.UiTest.d.ts|
|跨平台能力有变化|类名:Component;<br>方法or属性:scrollToTop(speed?: number): Promise\<void>;<br>旧版本信息:|类名:Component;<br>方法or属性:scrollToTop(speed?: number): Promise\<void>;<br>新版本信息:crossplatform|@ohos.UiTest.d.ts|
|跨平台能力有变化|类名:Component;<br>方法or属性:scrollToBottom(speed?: number): Promise\<void>;<br>旧版本信息:|类名:Component;<br>方法or属性:scrollToBottom(speed?: number): Promise\<void>;<br>新版本信息:crossplatform|@ohos.UiTest.d.ts|
|跨平台能力有变化|类名:Component;<br>方法or属性:scrollSearch(on: On): Promise\<Component>;<br>旧版本信息:|类名:Component;<br>方法or属性:scrollSearch(on: On): Promise\<Component>;<br>新版本信息:crossplatform|@ohos.UiTest.d.ts|
|跨平台能力有变化|类名:Component;<br>方法or属性:getBoundsCenter(): Promise\<Point>;<br>旧版本信息:|类名:Component;<br>方法or属性:getBoundsCenter(): Promise\<Point>;<br>新版本信息:crossplatform|@ohos.UiTest.d.ts|
|跨平台能力有变化|类名:Driver;<br>方法or属性:static create(): Driver;<br>旧版本信息:|类名:Driver;<br>方法or属性:static create(): Driver;<br>新版本信息:crossplatform|@ohos.UiTest.d.ts|
|跨平台能力有变化|类名:Driver;<br>方法or属性:delayMs(duration: number): Promise\<void>;<br>旧版本信息:|类名:Driver;<br>方法or属性:delayMs(duration: number): Promise\<void>;<br>新版本信息:crossplatform|@ohos.UiTest.d.ts|
|跨平台能力有变化|类名:Driver;<br>方法or属性:findComponent(on: On): Promise\<Component>;<br>旧版本信息:|类名:Driver;<br>方法or属性:findComponent(on: On): Promise\<Component>;<br>新版本信息:crossplatform|@ohos.UiTest.d.ts|
|跨平台能力有变化|类名:Driver;<br>方法or属性:findComponents(on: On): Promise\<Array\<Component>>;<br>旧版本信息:|类名:Driver;<br>方法or属性:findComponents(on: On): Promise\<Array\<Component>>;<br>新版本信息:crossplatform|@ohos.UiTest.d.ts|
|跨平台能力有变化|类名:Driver;<br>方法or属性:assertComponentExist(on: On): Promise\<void>;<br>旧版本信息:|类名:Driver;<br>方法or属性:assertComponentExist(on: On): Promise\<void>;<br>新版本信息:crossplatform|@ohos.UiTest.d.ts|
|跨平台能力有变化|类名:Driver;<br>方法or属性:pressBack(): Promise\<void>;<br>旧版本信息:|类名:Driver;<br>方法or属性:pressBack(): Promise\<void>;<br>新版本信息:crossplatform|@ohos.UiTest.d.ts|
|跨平台能力有变化|类名:Driver;<br>方法or属性:click(x: number, y: number): Promise\<void>;<br>旧版本信息:|类名:Driver;<br>方法or属性:click(x: number, y: number): Promise\<void>;<br>新版本信息:crossplatform|@ohos.UiTest.d.ts|
|跨平台能力有变化|类名:Driver;<br>方法or属性:doubleClick(x: number, y: number): Promise\<void>;<br>旧版本信息:|类名:Driver;<br>方法or属性:doubleClick(x: number, y: number): Promise\<void>;<br>新版本信息:crossplatform|@ohos.UiTest.d.ts|
|跨平台能力有变化|类名:Driver;<br>方法or属性:longClick(x: number, y: number): Promise\<void>;<br>旧版本信息:|类名:Driver;<br>方法or属性:longClick(x: number, y: number): Promise\<void>;<br>新版本信息:crossplatform|@ohos.UiTest.d.ts|
|跨平台能力有变化|类名:Driver;<br>方法or属性:swipe(startx: number, starty: number, endx: number, endy: number, speed?: number): Promise\<void>;<br>旧版本信息:|类名:Driver;<br>方法or属性:swipe(startx: number, starty: number, endx: number, endy: number, speed?: number): Promise\<void>;<br>新版本信息:crossplatform|@ohos.UiTest.d.ts|
|跨平台能力有变化|类名:Driver;<br>方法or属性:fling(from: Point, to: Point, stepLen: number, speed: number): Promise\<void>;<br>旧版本信息:|类名:Driver;<br>方法or属性:fling(from: Point, to: Point, stepLen: number, speed: number): Promise\<void>;<br>新版本信息:crossplatform|@ohos.UiTest.d.ts|
......@@ -61,90 +61,4 @@
|访问级别有变化|类名:ScreenModeInfo;<br>方法or属性:interface ScreenModeInfo<br>旧版本信息:|类名:ScreenModeInfo;<br>方法or属性:interface ScreenModeInfo<br>新版本信息:systemapi|@ohos.screen.d.ts|
|权限有变化|类名:screen;<br>方法or属性:function createVirtualScreen(options: VirtualScreenOption): Promise\<Screen>;<br>旧版本信息:|类名:screen;<br>方法or属性:function createVirtualScreen(options: VirtualScreenOption): Promise\<Screen>;<br>新版本信息:ohos.permission.CAPTURE_SCREEN|@ohos.screen.d.ts|
|权限有变化|类名:screen;<br>方法or属性:function setVirtualScreenSurface(screenId: number, surfaceId: string): Promise\<void>;<br>旧版本信息:|类名:screen;<br>方法or属性:function setVirtualScreenSurface(screenId: number, surfaceId: string): Promise\<void>;<br>新版本信息:ohos.permission.CAPTURE_SCREEN|@ohos.screen.d.ts|
|跨平台能力有变化|类名:display;<br>方法or属性:declare display<br>旧版本信息:|类名:display;<br>方法or属性:declare display<br>新版本信息:crossplatform|@ohos.display.d.ts|
|跨平台能力有变化|类名:display;<br>方法or属性:function getDefaultDisplaySync(): Display;<br>旧版本信息:|类名:display;<br>方法or属性:function getDefaultDisplaySync(): Display;<br>新版本信息:crossplatform|@ohos.display.d.ts|
|跨平台能力有变化|类名:Orientation;<br>方法or属性:enum Orientation<br>旧版本信息:|类名:Orientation;<br>方法or属性:enum Orientation<br>新版本信息:crossplatform|@ohos.display.d.ts|
|跨平台能力有变化|类名:Orientation;<br>方法or属性:PORTRAIT = 0<br>旧版本信息:|类名:Orientation;<br>方法or属性:PORTRAIT = 0<br>新版本信息:crossplatform|@ohos.display.d.ts|
|跨平台能力有变化|类名:Orientation;<br>方法or属性:LANDSCAPE = 1<br>旧版本信息:|类名:Orientation;<br>方法or属性:LANDSCAPE = 1<br>新版本信息:crossplatform|@ohos.display.d.ts|
|跨平台能力有变化|类名:Orientation;<br>方法or属性:PORTRAIT_INVERTED = 2<br>旧版本信息:|类名:Orientation;<br>方法or属性:PORTRAIT_INVERTED = 2<br>新版本信息:crossplatform|@ohos.display.d.ts|
|跨平台能力有变化|类名:Orientation;<br>方法or属性:LANDSCAPE_INVERTED = 3<br>旧版本信息:|类名:Orientation;<br>方法or属性:LANDSCAPE_INVERTED = 3<br>新版本信息:crossplatform|@ohos.display.d.ts|
|跨平台能力有变化|类名:Rect;<br>方法or属性:interface Rect<br>旧版本信息:|类名:Rect;<br>方法or属性:interface Rect<br>新版本信息:crossplatform|@ohos.display.d.ts|
|跨平台能力有变化|类名:Rect;<br>方法or属性:left: number;<br>旧版本信息:|类名:Rect;<br>方法or属性:left: number;<br>新版本信息:crossplatform|@ohos.display.d.ts|
|跨平台能力有变化|类名:Rect;<br>方法or属性:top: number;<br>旧版本信息:|类名:Rect;<br>方法or属性:top: number;<br>新版本信息:crossplatform|@ohos.display.d.ts|
|跨平台能力有变化|类名:Rect;<br>方法or属性:width: number;<br>旧版本信息:|类名:Rect;<br>方法or属性:width: number;<br>新版本信息:crossplatform|@ohos.display.d.ts|
|跨平台能力有变化|类名:Display;<br>方法or属性:width: number;<br>旧版本信息:|类名:Display;<br>方法or属性:width: number;<br>新版本信息:crossplatform|@ohos.display.d.ts|
|跨平台能力有变化|类名:Rect;<br>方法or属性:height: number;<br>旧版本信息:|类名:Rect;<br>方法or属性:height: number;<br>新版本信息:crossplatform|@ohos.display.d.ts|
|跨平台能力有变化|类名:Display;<br>方法or属性:height: number;<br>旧版本信息:|类名:Display;<br>方法or属性:height: number;<br>新版本信息:crossplatform|@ohos.display.d.ts|
|跨平台能力有变化|类名:Display;<br>方法or属性:interface Display<br>旧版本信息:|类名:Display;<br>方法or属性:interface Display<br>新版本信息:crossplatform|@ohos.display.d.ts|
|跨平台能力有变化|类名:Display;<br>方法or属性:id: number;<br>旧版本信息:|类名:Display;<br>方法or属性:id: number;<br>新版本信息:crossplatform|@ohos.display.d.ts|
|跨平台能力有变化|类名:Display;<br>方法or属性:orientation: Orientation;<br>旧版本信息:|类名:Display;<br>方法or属性:orientation: Orientation;<br>新版本信息:crossplatform|@ohos.display.d.ts|
|跨平台能力有变化|类名:window;<br>方法or属性:declare window<br>旧版本信息:|类名:window;<br>方法or属性:declare window<br>新版本信息:crossplatform|@ohos.window.d.ts|
|跨平台能力有变化|类名:window;<br>方法or属性:function createWindow(config: Configuration, callback: AsyncCallback\<Window>): void;<br>旧版本信息:|类名:window;<br>方法or属性:function createWindow(config: Configuration, callback: AsyncCallback\<Window>): void;<br>新版本信息:crossplatform|@ohos.window.d.ts|
|跨平台能力有变化|类名:window;<br>方法or属性:function createWindow(config: Configuration): Promise\<Window>;<br>旧版本信息:|类名:window;<br>方法or属性:function createWindow(config: Configuration): Promise\<Window>;<br>新版本信息:crossplatform|@ohos.window.d.ts|
|跨平台能力有变化|类名:window;<br>方法or属性:function findWindow(name: string): Window;<br>旧版本信息:|类名:window;<br>方法or属性:function findWindow(name: string): Window;<br>新版本信息:crossplatform|@ohos.window.d.ts|
|跨平台能力有变化|类名:window;<br>方法or属性:function getLastWindow(ctx: BaseContext, callback: AsyncCallback\<Window>): void;<br>旧版本信息:|类名:window;<br>方法or属性:function getLastWindow(ctx: BaseContext, callback: AsyncCallback\<Window>): void;<br>新版本信息:crossplatform|@ohos.window.d.ts|
|跨平台能力有变化|类名:window;<br>方法or属性:function getLastWindow(ctx: BaseContext): Promise\<Window>;<br>旧版本信息:|类名:window;<br>方法or属性:function getLastWindow(ctx: BaseContext): Promise\<Window>;<br>新版本信息:crossplatform|@ohos.window.d.ts|
|跨平台能力有变化|类名:WindowType;<br>方法or属性:enum WindowType<br>旧版本信息:|类名:WindowType;<br>方法or属性:enum WindowType<br>新版本信息:crossplatform|@ohos.window.d.ts|
|跨平台能力有变化|类名:WindowType;<br>方法or属性:TYPE_APP<br>旧版本信息:|类名:WindowType;<br>方法or属性:TYPE_APP<br>新版本信息:crossplatform|@ohos.window.d.ts|
|跨平台能力有变化|类名:Rect;<br>方法or属性:interface Rect<br>旧版本信息:|类名:Rect;<br>方法or属性:interface Rect<br>新版本信息:crossplatform|@ohos.window.d.ts|
|跨平台能力有变化|类名:Rect;<br>方法or属性:left: number;<br>旧版本信息:|类名:Rect;<br>方法or属性:left: number;<br>新版本信息:crossplatform|@ohos.window.d.ts|
|跨平台能力有变化|类名:Rect;<br>方法or属性:top: number;<br>旧版本信息:|类名:Rect;<br>方法or属性:top: number;<br>新版本信息:crossplatform|@ohos.window.d.ts|
|跨平台能力有变化|类名:Rect;<br>方法or属性:width: number;<br>旧版本信息:|类名:Rect;<br>方法or属性:width: number;<br>新版本信息:crossplatform|@ohos.window.d.ts|
|跨平台能力有变化|类名:Size;<br>方法or属性:width: number;<br>旧版本信息:|类名:Size;<br>方法or属性:width: number;<br>新版本信息:crossplatform|@ohos.window.d.ts|
|跨平台能力有变化|类名:Rect;<br>方法or属性:height: number;<br>旧版本信息:|类名:Rect;<br>方法or属性:height: number;<br>新版本信息:crossplatform|@ohos.window.d.ts|
|跨平台能力有变化|类名:Size;<br>方法or属性:height: number;<br>旧版本信息:|类名:Size;<br>方法or属性:height: number;<br>新版本信息:crossplatform|@ohos.window.d.ts|
|跨平台能力有变化|类名:Size;<br>方法or属性:interface Size<br>旧版本信息:|类名:Size;<br>方法or属性:interface Size<br>新版本信息:crossplatform|@ohos.window.d.ts|
|跨平台能力有变化|类名:WindowProperties;<br>方法or属性:interface WindowProperties<br>旧版本信息:|类名:WindowProperties;<br>方法or属性:interface WindowProperties<br>新版本信息:crossplatform|@ohos.window.d.ts|
|跨平台能力有变化|类名:WindowProperties;<br>方法or属性:windowRect: Rect;<br>旧版本信息:|类名:WindowProperties;<br>方法or属性:windowRect: Rect;<br>新版本信息:crossplatform|@ohos.window.d.ts|
|跨平台能力有变化|类名:WindowProperties;<br>方法or属性:type: WindowType;<br>旧版本信息:|类名:WindowProperties;<br>方法or属性:type: WindowType;<br>新版本信息:crossplatform|@ohos.window.d.ts|
|跨平台能力有变化|类名:WindowProperties;<br>方法or属性:brightness: number;<br>旧版本信息:|类名:WindowProperties;<br>方法or属性:brightness: number;<br>新版本信息:crossplatform|@ohos.window.d.ts|
|跨平台能力有变化|类名:WindowProperties;<br>方法or属性:isKeepScreenOn: boolean;<br>旧版本信息:|类名:WindowProperties;<br>方法or属性:isKeepScreenOn: boolean;<br>新版本信息:crossplatform|@ohos.window.d.ts|
|跨平台能力有变化|类名:Configuration;<br>方法or属性:interface Configuration<br>旧版本信息:|类名:Configuration;<br>方法or属性:interface Configuration<br>新版本信息:crossplatform|@ohos.window.d.ts|
|跨平台能力有变化|类名:Configuration;<br>方法or属性:name: string;<br>旧版本信息:|类名:Configuration;<br>方法or属性:name: string;<br>新版本信息:crossplatform|@ohos.window.d.ts|
|跨平台能力有变化|类名:Configuration;<br>方法or属性:windowType: WindowType;<br>旧版本信息:|类名:Configuration;<br>方法or属性:windowType: WindowType;<br>新版本信息:crossplatform|@ohos.window.d.ts|
|跨平台能力有变化|类名:Configuration;<br>方法or属性:ctx?: BaseContext;<br>旧版本信息:|类名:Configuration;<br>方法or属性:ctx?: BaseContext;<br>新版本信息:crossplatform|@ohos.window.d.ts|
|跨平台能力有变化|类名:Configuration;<br>方法or属性:displayId?: number;<br>旧版本信息:|类名:Configuration;<br>方法or属性:displayId?: number;<br>新版本信息:crossplatform|@ohos.window.d.ts|
|跨平台能力有变化|类名:Configuration;<br>方法or属性:parentId?: number;<br>旧版本信息:|类名:Configuration;<br>方法or属性:parentId?: number;<br>新版本信息:crossplatform|@ohos.window.d.ts|
|跨平台能力有变化|类名:Orientation;<br>方法or属性:enum Orientation<br>旧版本信息:|类名:Orientation;<br>方法or属性:enum Orientation<br>新版本信息:crossplatform|@ohos.window.d.ts|
|跨平台能力有变化|类名:Orientation;<br>方法or属性:UNSPECIFIED = 0<br>旧版本信息:|类名:Orientation;<br>方法or属性:UNSPECIFIED = 0<br>新版本信息:crossplatform|@ohos.window.d.ts|
|跨平台能力有变化|类名:Orientation;<br>方法or属性:PORTRAIT = 1<br>旧版本信息:|类名:Orientation;<br>方法or属性:PORTRAIT = 1<br>新版本信息:crossplatform|@ohos.window.d.ts|
|跨平台能力有变化|类名:Orientation;<br>方法or属性:LANDSCAPE = 2<br>旧版本信息:|类名:Orientation;<br>方法or属性:LANDSCAPE = 2<br>新版本信息:crossplatform|@ohos.window.d.ts|
|跨平台能力有变化|类名:Orientation;<br>方法or属性:PORTRAIT_INVERTED = 3<br>旧版本信息:|类名:Orientation;<br>方法or属性:PORTRAIT_INVERTED = 3<br>新版本信息:crossplatform|@ohos.window.d.ts|
|跨平台能力有变化|类名:Orientation;<br>方法or属性:LANDSCAPE_INVERTED = 4<br>旧版本信息:|类名:Orientation;<br>方法or属性:LANDSCAPE_INVERTED = 4<br>新版本信息:crossplatform|@ohos.window.d.ts|
|跨平台能力有变化|类名:Window;<br>方法or属性:showWindow(callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:Window;<br>方法or属性:showWindow(callback: AsyncCallback\<void>): void;<br>新版本信息:crossplatform|@ohos.window.d.ts|
|跨平台能力有变化|类名:Window;<br>方法or属性:showWindow(): Promise\<void>;<br>旧版本信息:|类名:Window;<br>方法or属性:showWindow(): Promise\<void>;<br>新版本信息:crossplatform|@ohos.window.d.ts|
|跨平台能力有变化|类名:Window;<br>方法or属性:destroyWindow(callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:Window;<br>方法or属性:destroyWindow(callback: AsyncCallback\<void>): void;<br>新版本信息:crossplatform|@ohos.window.d.ts|
|跨平台能力有变化|类名:Window;<br>方法or属性:destroyWindow(): Promise\<void>;<br>旧版本信息:|类名:Window;<br>方法or属性:destroyWindow(): Promise\<void>;<br>新版本信息:crossplatform|@ohos.window.d.ts|
|跨平台能力有变化|类名:Window;<br>方法or属性:moveWindowTo(x: number, y: number): Promise\<void>;<br>旧版本信息:|类名:Window;<br>方法or属性:moveWindowTo(x: number, y: number): Promise\<void>;<br>新版本信息:crossplatform|@ohos.window.d.ts|
|跨平台能力有变化|类名:Window;<br>方法or属性:moveWindowTo(x: number, y: number, callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:Window;<br>方法or属性:moveWindowTo(x: number, y: number, callback: AsyncCallback\<void>): void;<br>新版本信息:crossplatform|@ohos.window.d.ts|
|跨平台能力有变化|类名:Window;<br>方法or属性:resize(width: number, height: number): Promise\<void>;<br>旧版本信息:|类名:Window;<br>方法or属性:resize(width: number, height: number): Promise\<void>;<br>新版本信息:crossplatform|@ohos.window.d.ts|
|跨平台能力有变化|类名:Window;<br>方法or属性:resize(width: number, height: number, callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:Window;<br>方法or属性:resize(width: number, height: number, callback: AsyncCallback\<void>): void;<br>新版本信息:crossplatform|@ohos.window.d.ts|
|跨平台能力有变化|类名:Window;<br>方法or属性:getWindowProperties(): WindowProperties;<br>旧版本信息:|类名:Window;<br>方法or属性:getWindowProperties(): WindowProperties;<br>新版本信息:crossplatform|@ohos.window.d.ts|
|跨平台能力有变化|类名:Window;<br>方法or属性:setWindowSystemBarEnable(names: Array\<'status' \| 'navigation'>, callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:Window;<br>方法or属性:setWindowSystemBarEnable(names: Array\<'status' \| 'navigation'>, callback: AsyncCallback\<void>): void;<br>新版本信息:crossplatform|@ohos.window.d.ts|
|跨平台能力有变化|类名:Window;<br>方法or属性:setWindowSystemBarEnable(names: Array\<'status' \| 'navigation'>): Promise\<void>;<br>旧版本信息:|类名:Window;<br>方法or属性:setWindowSystemBarEnable(names: Array\<'status' \| 'navigation'>): Promise\<void>;<br>新版本信息:crossplatform|@ohos.window.d.ts|
|跨平台能力有变化|类名:Window;<br>方法or属性:setPreferredOrientation(orientation: Orientation): Promise\<void>;<br>旧版本信息:|类名:Window;<br>方法or属性:setPreferredOrientation(orientation: Orientation): Promise\<void>;<br>新版本信息:crossplatform|@ohos.window.d.ts|
|跨平台能力有变化|类名:Window;<br>方法or属性:setPreferredOrientation(orientation: Orientation, callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:Window;<br>方法or属性:setPreferredOrientation(orientation: Orientation, callback: AsyncCallback\<void>): void;<br>新版本信息:crossplatform|@ohos.window.d.ts|
|跨平台能力有变化|类名:Window;<br>方法or属性:loadContent(path: string, storage: LocalStorage, callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:Window;<br>方法or属性:loadContent(path: string, storage: LocalStorage, callback: AsyncCallback\<void>): void;<br>新版本信息:crossplatform|@ohos.window.d.ts|
|跨平台能力有变化|类名:WindowStage;<br>方法or属性:loadContent(path: string, storage: LocalStorage, callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:WindowStage;<br>方法or属性:loadContent(path: string, storage: LocalStorage, callback: AsyncCallback\<void>): void;<br>新版本信息:crossplatform|@ohos.window.d.ts|
|跨平台能力有变化|类名:Window;<br>方法or属性:loadContent(path: string, storage: LocalStorage): Promise\<void>;<br>旧版本信息:|类名:Window;<br>方法or属性:loadContent(path: string, storage: LocalStorage): Promise\<void>;<br>新版本信息:crossplatform|@ohos.window.d.ts|
|跨平台能力有变化|类名:Window;<br>方法or属性:setUIContent(path: string, callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:Window;<br>方法or属性:setUIContent(path: string, callback: AsyncCallback\<void>): void;<br>新版本信息:crossplatform|@ohos.window.d.ts|
|跨平台能力有变化|类名:Window;<br>方法or属性:setUIContent(path: string): Promise\<void>;<br>旧版本信息:|类名:Window;<br>方法or属性:setUIContent(path: string): Promise\<void>;<br>新版本信息:crossplatform|@ohos.window.d.ts|
|跨平台能力有变化|类名:Window;<br>方法or属性:isWindowShowing(): boolean;<br>旧版本信息:|类名:Window;<br>方法or属性:isWindowShowing(): boolean;<br>新版本信息:crossplatform|@ohos.window.d.ts|
|跨平台能力有变化|类名:Window;<br>方法or属性:setWindowBackgroundColor(color: string): void;<br>旧版本信息:|类名:Window;<br>方法or属性:setWindowBackgroundColor(color: string): void;<br>新版本信息:crossplatform|@ohos.window.d.ts|
|跨平台能力有变化|类名:Window;<br>方法or属性:setWindowBrightness(brightness: number): Promise\<void>;<br>旧版本信息:|类名:Window;<br>方法or属性:setWindowBrightness(brightness: number): Promise\<void>;<br>新版本信息:crossplatform|@ohos.window.d.ts|
|跨平台能力有变化|类名:Window;<br>方法or属性:setWindowBrightness(brightness: number, callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:Window;<br>方法or属性:setWindowBrightness(brightness: number, callback: AsyncCallback\<void>): void;<br>新版本信息:crossplatform|@ohos.window.d.ts|
|跨平台能力有变化|类名:Window;<br>方法or属性:setWindowKeepScreenOn(isKeepScreenOn: boolean): Promise\<void>;<br>旧版本信息:|类名:Window;<br>方法or属性:setWindowKeepScreenOn(isKeepScreenOn: boolean): Promise\<void>;<br>新版本信息:crossplatform|@ohos.window.d.ts|
|跨平台能力有变化|类名:Window;<br>方法or属性:setWindowKeepScreenOn(isKeepScreenOn: boolean, callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:Window;<br>方法or属性:setWindowKeepScreenOn(isKeepScreenOn: boolean, callback: AsyncCallback\<void>): void;<br>新版本信息:crossplatform|@ohos.window.d.ts|
|跨平台能力有变化|类名:WindowStage;<br>方法or属性:interface WindowStage<br>旧版本信息:|类名:WindowStage;<br>方法or属性:interface WindowStage<br>新版本信息:crossplatform|@ohos.window.d.ts|
|跨平台能力有变化|类名:WindowStage;<br>方法or属性:getMainWindow(): Promise\<Window>;<br>旧版本信息:|类名:WindowStage;<br>方法or属性:getMainWindow(): Promise\<Window>;<br>新版本信息:crossplatform|@ohos.window.d.ts|
|跨平台能力有变化|类名:WindowStage;<br>方法or属性:getMainWindow(callback: AsyncCallback\<Window>): void;<br>旧版本信息:|类名:WindowStage;<br>方法or属性:getMainWindow(callback: AsyncCallback\<Window>): void;<br>新版本信息:crossplatform|@ohos.window.d.ts|
|跨平台能力有变化|类名:WindowStage;<br>方法or属性:getMainWindowSync(): Window;<br>旧版本信息:|类名:WindowStage;<br>方法or属性:getMainWindowSync(): Window;<br>新版本信息:crossplatform|@ohos.window.d.ts|
|跨平台能力有变化|类名:WindowStage;<br>方法or属性:createSubWindow(name: string): Promise\<Window>;<br>旧版本信息:|类名:WindowStage;<br>方法or属性:createSubWindow(name: string): Promise\<Window>;<br>新版本信息:crossplatform|@ohos.window.d.ts|
|跨平台能力有变化|类名:WindowStage;<br>方法or属性:createSubWindow(name: string, callback: AsyncCallback\<Window>): void;<br>旧版本信息:|类名:WindowStage;<br>方法or属性:createSubWindow(name: string, callback: AsyncCallback\<Window>): void;<br>新版本信息:crossplatform|@ohos.window.d.ts|
|跨平台能力有变化|类名:WindowStage;<br>方法or属性:getSubWindow(): Promise\<Array\<Window>>;<br>旧版本信息:|类名:WindowStage;<br>方法or属性:getSubWindow(): Promise\<Array\<Window>>;<br>新版本信息:crossplatform|@ohos.window.d.ts|
|跨平台能力有变化|类名:WindowStage;<br>方法or属性:getSubWindow(callback: AsyncCallback\<Array\<Window>>): void;<br>旧版本信息:|类名:WindowStage;<br>方法or属性:getSubWindow(callback: AsyncCallback\<Array\<Window>>): void;<br>新版本信息:crossplatform|@ohos.window.d.ts|
|跨平台能力有变化|类名:WindowStage;<br>方法or属性:loadContent(path: string, storage?: LocalStorage): Promise\<void>;<br>旧版本信息:|类名:WindowStage;<br>方法or属性:loadContent(path: string, storage?: LocalStorage): Promise\<void>;<br>新版本信息:crossplatform|@ohos.window.d.ts|
|跨平台能力有变化|类名:WindowStage;<br>方法or属性:loadContent(path: string, callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:WindowStage;<br>方法or属性:loadContent(path: string, callback: AsyncCallback\<void>): void;<br>新版本信息:crossplatform|@ohos.window.d.ts|
|跨平台能力有变化|类名:WindowStage;<br>方法or属性:on(eventType: 'windowStageEvent', callback: Callback\<WindowStageEventType>): void;<br>旧版本信息:|类名:WindowStage;<br>方法or属性:on(eventType: 'windowStageEvent', callback: Callback\<WindowStageEventType>): void;<br>新版本信息:crossplatform|@ohos.window.d.ts|
|跨平台能力有变化|类名:WindowStage;<br>方法or属性:off(eventType: 'windowStageEvent', callback?: Callback\<WindowStageEventType>): void;<br>旧版本信息:|类名:WindowStage;<br>方法or属性:off(eventType: 'windowStageEvent', callback?: Callback\<WindowStageEventType>): void;<br>新版本信息:crossplatform|@ohos.window.d.ts|
|函数有变化|类名:Window;<br>方法or属性:off(type: 'windowEvent',callback:Callback\<WindowEventType>):void;|类名:Window;<br>方法or属性:off(type:'windowEvent',callback?: Callback\<WindowEventType):void;|@ohos.window.d.ts|
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册