1| 操作 | 旧版本 | 新版本 | d.ts文件 |
2| ---- | ------ | ------ | -------- |
3|新增|NA|类名:LastExitReason;<br>方法or属性:CPP_CRASH = 3|@ohos.app.ability.AbilityConstant.d.ts|
4|新增|NA|类名:LastExitReason;<br>方法or属性:JS_ERROR = 4|@ohos.app.ability.AbilityConstant.d.ts|
5|新增|NA|类名:LastExitReason;<br>方法or属性:APP_FREEZE = 5|@ohos.app.ability.AbilityConstant.d.ts|
6|新增|NA|类名:LastExitReason;<br>方法or属性:PERFORMANCE_CONTROL = 6|@ohos.app.ability.AbilityConstant.d.ts|
7|新增|NA|类名:LastExitReason;<br>方法or属性:RESOURCE_CONTROL = 7|@ohos.app.ability.AbilityConstant.d.ts|
8|新增|NA|类名:LastExitReason;<br>方法or属性:UPGRADE = 8|@ohos.app.ability.AbilityConstant.d.ts|
9|新增|NA|类名:ContinueState;<br>方法or属性:ACTIVE = 0|@ohos.app.ability.AbilityConstant.d.ts|
10|新增|NA|类名:ContinueState;<br>方法or属性:INACTIVE = 1|@ohos.app.ability.AbilityConstant.d.ts|
11|新增|NA|类名:abilityManager;<br>方法or属性:function notifySaveAsResult(parameter: AbilityResult, requestCode: number, callback: AsyncCallback\<void>): void;|@ohos.app.ability.abilityManager.d.ts|
12|新增|NA|类名:abilityManager;<br>方法or属性:function notifySaveAsResult(parameter: AbilityResult, requestCode: number): Promise\<void>;|@ohos.app.ability.abilityManager.d.ts|
13|新增|NA|类名:ApplicationStateChangeCallback;<br>方法or属性:onApplicationForeground(): void;|@ohos.app.ability.ApplicationStateChangeCallback.d.ts|
14|新增|NA|类名:ApplicationStateChangeCallback;<br>方法or属性:onApplicationBackground(): void;|@ohos.app.ability.ApplicationStateChangeCallback.d.ts|
15|新增|NA|类名:appManager;<br>方法or属性:function getProcessMemoryByPid(pid: number): Promise\<number>;|@ohos.app.ability.appManager.d.ts|
16|新增|NA|类名:appManager;<br>方法or属性:function getProcessMemoryByPid(pid: number, callback: AsyncCallback\<number>): void;|@ohos.app.ability.appManager.d.ts|
17|新增|NA|类名:appManager;<br>方法or属性:function getRunningProcessInfoByBundleName(bundleName: string, callback: AsyncCallback\<Array\<ProcessInformation>>): void;|@ohos.app.ability.appManager.d.ts|
18|新增|NA|类名:appManager;<br>方法or属性:function getRunningProcessInfoByBundleName(bundleName: string, userId: number, callback: AsyncCallback\<Array\<ProcessInformation>>): void;|@ohos.app.ability.appManager.d.ts|
19|新增|NA|类名:appManager;<br>方法or属性:function getRunningProcessInfoByBundleName(bundleName: string): Promise\<Array\<ProcessInformation>>;|@ohos.app.ability.appManager.d.ts|
20|新增|NA|类名:appManager;<br>方法or属性:function getRunningProcessInfoByBundleName(bundleName: string, userId: number): Promise\<Array\<ProcessInformation>>;|@ohos.app.ability.appManager.d.ts|
21|新增|NA|类名:WindowRect;<br>方法or属性:left: number;|@ohos.app.ability.dialogRequest.d.ts|
22|新增|NA|类名:WindowRect;<br>方法or属性:top: number;|@ohos.app.ability.dialogRequest.d.ts|
23|新增|NA|类名:WindowRect;<br>方法or属性:width: number;|@ohos.app.ability.dialogRequest.d.ts|
24|新增|NA|类名:WindowRect;<br>方法or属性:height: number;|@ohos.app.ability.dialogRequest.d.ts|
25|新增|NA|类名:RequestInfo;<br>方法or属性:windowRect?: WindowRect|@ohos.app.ability.dialogRequest.d.ts|
26|新增|NA|类名:RequestResult;<br>方法or属性:want?: Want;|@ohos.app.ability.dialogRequest.d.ts|
27|新增|NA|类名:missionManager;<br>方法or属性:function moveMissionsToForeground(missionIds: Array\<number>, callback: AsyncCallback\<void>): void;|@ohos.app.ability.missionManager.d.ts|
28|新增|NA|类名:missionManager;<br>方法or属性:function moveMissionsToForeground(missionIds: Array\<number>, topMission: number, callback: AsyncCallback\<void>): void;|@ohos.app.ability.missionManager.d.ts|
29|新增|NA|类名:missionManager;<br>方法or属性:function moveMissionsToForeground(missionIds: Array\<number>, topMission?: number): Promise\<void>;|@ohos.app.ability.missionManager.d.ts|
30|新增|NA|类名:missionManager;<br>方法or属性:function moveMissionsToBackground(missionIds: Array\<number>, callback: AsyncCallback\<Array\<number>>): void;|@ohos.app.ability.missionManager.d.ts|
31|新增|NA|类名:missionManager;<br>方法or属性:function moveMissionsToBackground(missionIds: Array\<number>): Promise\<Array\<number>>;|@ohos.app.ability.missionManager.d.ts|
32|新增|NA|类名:UIAbility;<br>方法or属性:onPrepareToTerminate(): boolean;|@ohos.app.ability.UIAbility.d.ts|
33|新增|NA|类名:UIAbility;<br>方法or属性:onBackPressed(): boolean;|@ohos.app.ability.UIAbility.d.ts|
34|新增|NA|类名:UIExtensionAbility;<br>方法or属性:context: UIExtensionContext;|@ohos.app.ability.UIExtensionAbility.d.ts|
35|新增|NA|类名:UIExtensionAbility;<br>方法or属性:onCreate(): void;|@ohos.app.ability.UIExtensionAbility.d.ts|
36|新增|NA|类名:UIExtensionAbility;<br>方法or属性:onSessionCreate(want: Want, session: UIExtensionContentSession): void;|@ohos.app.ability.UIExtensionAbility.d.ts|
37|新增|NA|类名:UIExtensionAbility;<br>方法or属性:onSessionDestroy(session: UIExtensionContentSession): void;|@ohos.app.ability.UIExtensionAbility.d.ts|
38|新增|NA|类名:UIExtensionAbility;<br>方法or属性:onForeground(): void;|@ohos.app.ability.UIExtensionAbility.d.ts|
39|新增|NA|类名:UIExtensionAbility;<br>方法or属性:onBackground(): void;|@ohos.app.ability.UIExtensionAbility.d.ts|
40|新增|NA|类名:UIExtensionAbility;<br>方法or属性:onDestroy(): void \| Promise\<void>;|@ohos.app.ability.UIExtensionAbility.d.ts|
41|新增|NA|类名:UIExtensionContentSession;<br>方法or属性:sendData(data: { [key: string]: Object }): void;|@ohos.app.ability.UIExtensionContentSession.d.ts|
42|新增|NA|类名:UIExtensionContentSession;<br>方法or属性:setReceiveDataCallback(callback: (data: { [key: string]: Object }) => void): void;|@ohos.app.ability.UIExtensionContentSession.d.ts|
43|新增|NA|类名:UIExtensionContentSession;<br>方法or属性:loadContent(path: string, storage?: LocalStorage): void;|@ohos.app.ability.UIExtensionContentSession.d.ts|
44|新增|NA|类名:UIExtensionContentSession;<br>方法or属性:terminateSelf(callback: AsyncCallback\<void>): void;|@ohos.app.ability.UIExtensionContentSession.d.ts|
45|新增|NA|类名:UIExtensionContentSession;<br>方法or属性:terminateSelf(): Promise\<void>;|@ohos.app.ability.UIExtensionContentSession.d.ts|
46|新增|NA|类名:UIExtensionContentSession;<br>方法or属性:terminateSelfWithResult(parameter: AbilityResult, callback: AsyncCallback\<void>): void;|@ohos.app.ability.UIExtensionContentSession.d.ts|
47|新增|NA|类名:UIExtensionContentSession;<br>方法or属性:terminateSelfWithResult(parameter: AbilityResult): Promise\<void>;|@ohos.app.ability.UIExtensionContentSession.d.ts|
48|新增|NA|类名:UIExtensionContentSession;<br>方法or属性:setWindowBackgroundColor(color: string): void;|@ohos.app.ability.UIExtensionContentSession.d.ts|
49|新增|NA|类名:UIExtensionContentSession;<br>方法or属性:setWindowPrivacyMode(isPrivacyMode: boolean): Promise\<void>;|@ohos.app.ability.UIExtensionContentSession.d.ts|
50|新增|NA|类名:UIExtensionContentSession;<br>方法or属性:setWindowPrivacyMode(isPrivacyMode: boolean, callback: AsyncCallback\<void>): void;|@ohos.app.ability.UIExtensionContentSession.d.ts|
51|新增|NA|类名:Params;<br>方法or属性:SUPPORT_CONTINUE_PAGE_STACK_KEY = 'ohos.extra.param.key.supportContinuePageStack'|@ohos.app.ability.wantConstant.d.ts|
52|新增|NA|类名:Params;<br>方法or属性:SUPPORT_CONTINUE_SOURCE_EXIT_KEY = 'ohos.extra.param.key.supportContinueSourceExit'|@ohos.app.ability.wantConstant.d.ts|
53|新增|NA|类名:FormBindingData;<br>方法or属性:proxies?: Array\<ProxyData>;|@ohos.app.form.formBindingData.d.ts|
54|新增|NA|类名:ProxyData;<br>方法or属性:key: string;|@ohos.app.form.formBindingData.d.ts|
55|新增|NA|类名:ProxyData;<br>方法or属性:subscriberId?: string;|@ohos.app.form.formBindingData.d.ts|
56|新增|NA|类名:formHost;<br>方法or属性:function on(<br>    type: 'notifyVisible',<br>    observerCallback: Callback\<Array\<formInfo.RunningFormInfo>>,<br>    hostBundleName?: string<br>  ): void;|@ohos.app.form.formHost.d.ts|
57|新增|NA|类名:formHost;<br>方法or属性:function on(<br>    type: 'notifyInvisible',<br>    observerCallback: Callback\<Array\<formInfo.RunningFormInfo>>,<br>    hostBundleName?: string<br>  ): void;|@ohos.app.form.formHost.d.ts|
58|新增|NA|类名:formHost;<br>方法or属性:function off(<br>    type: 'notifyVisible',<br>    observerCallback?: Callback\<Array\<formInfo.RunningFormInfo>>,<br>    hostBundleName?: string<br>  ): void;|@ohos.app.form.formHost.d.ts|
59|新增|NA|类名:formHost;<br>方法or属性:function off(<br>    type: 'notifyInvisible',<br>    observerCallback?: Callback\<Array\<formInfo.RunningFormInfo>>,<br>    hostBundleName?: string<br>  ): void;|@ohos.app.form.formHost.d.ts|
60|新增|NA|类名:FormInfo;<br>方法or属性:isDynamic: boolean;|@ohos.app.form.formInfo.d.ts|
61|新增|NA|类名:distributedMissionManager;<br>方法or属性:function on(type: 'continueStateChange', callback: Callback\<{ state: ContinueState, info: ContinuableInfo }>): void;|@ohos.distributedMissionManager.d.ts|
62|新增|NA|类名:distributedMissionManager;<br>方法or属性:function off(type: 'continueStateChange', callback?: Callback\<{ state: ContinueState, info: ContinuableInfo }>): void;|@ohos.distributedMissionManager.d.ts|
63|新增|NA|类名:distributedMissionManager;<br>方法or属性:function continueMission(parameter: ContinueMissionInfo, callback: AsyncCallback\<void>): void;|@ohos.distributedMissionManager.d.ts|
64|新增|NA|类名:distributedMissionManager;<br>方法or属性:function continueMission(parameter: ContinueMissionInfo): Promise\<void>;|@ohos.distributedMissionManager.d.ts|
65|新增|NA|类名:distributedMissionManager;<br>方法or属性:export type ContinuableInfo = _ContinuableInfo;|@ohos.distributedMissionManager.d.ts|
66|新增|NA|类名:distributedMissionManager;<br>方法or属性:export type ContinueMissionInfo = _ContinueMissionInfo;|@ohos.distributedMissionManager.d.ts|
67|新增|NA|类名:ContinueState;<br>方法or属性:ACTIVE = 0|@ohos.distributedMissionManager.d.ts|
68|新增|NA|类名:ContinueState;<br>方法or属性:INACTIVE = 1|@ohos.distributedMissionManager.d.ts|
69|新增|NA|类名:ApplicationContext;<br>方法or属性:on(type: 'applicationStateChange', callback: ApplicationStateChangeCallback): void;|ApplicationContext.d.ts|
70|新增|NA|类名:ApplicationContext;<br>方法or属性:off(type: 'applicationStateChange', callback?: ApplicationStateChangeCallback): void;|ApplicationContext.d.ts|
71|新增|NA|类名:BusinessAbilityInfo;<br>方法or属性:readonly bundleName: string;|BusinessAbilityInfo.d.ts|
72|新增|NA|类名:BusinessAbilityInfo;<br>方法or属性:readonly moduleName: string;|BusinessAbilityInfo.d.ts|
73|新增|NA|类名:BusinessAbilityInfo;<br>方法or属性:readonly name: string;|BusinessAbilityInfo.d.ts|
74|新增|NA|类名:BusinessAbilityInfo;<br>方法or属性:readonly labelId: number;|BusinessAbilityInfo.d.ts|
75|新增|NA|类名:BusinessAbilityInfo;<br>方法or属性:readonly descriptionId: number;|BusinessAbilityInfo.d.ts|
76|新增|NA|类名:BusinessAbilityInfo;<br>方法or属性:readonly iconId: number;|BusinessAbilityInfo.d.ts|
77|新增|NA|类名:BusinessAbilityInfo;<br>方法or属性:readonly businessType: businessAbilityRouter.BusinessType;|BusinessAbilityInfo.d.ts|
78|新增|NA|类名:BusinessAbilityInfo;<br>方法or属性:readonly applicationInfo: ApplicationInfo;|BusinessAbilityInfo.d.ts|
79|新增|NA|类名:Context;<br>方法or属性:getGroupDir(dataGroupID: string, callback: AsyncCallback\<string>): void;|Context.d.ts|
80|新增|NA|类名:Context;<br>方法or属性:getGroupDir(dataGroupID: string): Promise\<string>;|Context.d.ts|
81|新增|NA|类名:ContinuableInfo;<br>方法or属性:srcDeviceId: string;|ContinuableInfo.d.ts|
82|新增|NA|类名:ContinuableInfo;<br>方法or属性:bundleName: string;|ContinuableInfo.d.ts|
83|新增|NA|类名:ContinueMissionInfo;<br>方法or属性:srcDeviceId: string;|ContinueMissionInfo.d.ts|
84|新增|NA|类名:ContinueMissionInfo;<br>方法or属性:dstDeviceId: string;|ContinueMissionInfo.d.ts|
85|新增|NA|类名:ContinueMissionInfo;<br>方法or属性:bundleName: string;|ContinueMissionInfo.d.ts|
86|新增|NA|类名:ContinueMissionInfo;<br>方法or属性:wantParam: { [key: string]: Object };|ContinueMissionInfo.d.ts|
87|新增|NA|类名:FormExtensionContext;<br>方法or属性:connectServiceExtensionAbility(want: Want, options: ConnectOptions): number;|FormExtensionContext.d.ts|
88|新增|NA|类名:FormExtensionContext;<br>方法or属性:disconnectServiceExtensionAbility(connection: number, callback: AsyncCallback\<void>): void;|FormExtensionContext.d.ts|
89|新增|NA|类名:FormExtensionContext;<br>方法or属性:disconnectServiceExtensionAbility(connection: number): Promise\<void>;|FormExtensionContext.d.ts|
90|新增|NA|类名:MissionInfo;<br>方法or属性:abilityState: number;|MissionInfo.d.ts|
91|新增|NA|类名:MissionInfo;<br>方法or属性:unclearable: boolean;|MissionInfo.d.ts|
92|新增|NA|类名:ProcessInformation;<br>方法or属性:state: appManager.ProcessState;|ProcessInformation.d.ts|
93|新增|NA|类名:ServiceExtensionContext;<br>方法or属性:startAbilityAsCaller(want: Want, callback: AsyncCallback\<void>): void;|ServiceExtensionContext.d.ts|
94|新增|NA|类名:ServiceExtensionContext;<br>方法or属性:startAbilityAsCaller(want: Want, options: StartOptions, callback: AsyncCallback\<void>): void;|ServiceExtensionContext.d.ts|
95|新增|NA|类名:ServiceExtensionContext;<br>方法or属性:startAbilityAsCaller(want: Want, options?: StartOptions): Promise\<void>;|ServiceExtensionContext.d.ts|
96|新增|NA|类名:UIAbilityContext;<br>方法or属性:startAbilityAsCaller(want: Want, callback: AsyncCallback\<void>): void;|UIAbilityContext.d.ts|
97|新增|NA|类名:UIAbilityContext;<br>方法or属性:startAbilityAsCaller(want: Want, options: StartOptions, callback: AsyncCallback\<void>): void;|UIAbilityContext.d.ts|
98|新增|NA|类名:UIAbilityContext;<br>方法or属性:startAbilityAsCaller(want: Want, options?: StartOptions): Promise\<void>;|UIAbilityContext.d.ts|
99|新增|NA|类名:UIAbilityContext;<br>方法or属性:setMissionContinueState(state: AbilityConstant.ContinueState, callback: AsyncCallback\<void>): void;|UIAbilityContext.d.ts|
100|新增|NA|类名:UIAbilityContext;<br>方法or属性:setMissionContinueState(state: AbilityConstant.ContinueState): Promise\<void>;|UIAbilityContext.d.ts|
101|新增|NA|类名:UIAbilityContext;<br>方法or属性:reportDrawnCompleted(callback: AsyncCallback\<void>): void;|UIAbilityContext.d.ts|
102|新增|NA|类名:UIExtensionContext;<br>方法or属性:startAbility(want: Want, callback: AsyncCallback\<void>): void;|UIExtensionContext.d.ts|
103|新增|NA|类名:UIExtensionContext;<br>方法or属性:startAbility(want: Want, options: StartOptions, callback: AsyncCallback\<void>): void;|UIExtensionContext.d.ts|
104|新增|NA|类名:UIExtensionContext;<br>方法or属性:startAbility(want: Want, options?: StartOptions): Promise\<void>;|UIExtensionContext.d.ts|
105|新增|NA|类名:UIExtensionContext;<br>方法or属性:startAbilityForResult(want: Want, callback: AsyncCallback\<AbilityResult>): void;|UIExtensionContext.d.ts|
106|新增|NA|类名:UIExtensionContext;<br>方法or属性:startAbilityForResult(want: Want, options: StartOptions, callback: AsyncCallback\<AbilityResult>): void;|UIExtensionContext.d.ts|
107|新增|NA|类名:UIExtensionContext;<br>方法or属性:startAbilityForResult(want: Want, options?: StartOptions): Promise\<AbilityResult>;|UIExtensionContext.d.ts|
108|废弃版本有变化|类名:LastExitReason;<br>方法or属性:ABILITY_NOT_RESPONDING = 1<br>旧版本信息:|类名:LastExitReason;<br>方法or属性:ABILITY_NOT_RESPONDING = 1<br>新版本信息:10<br>代替接口: AbilityConstant.LastExitReason#APP_FREEZE|@ohos.app.ability.AbilityConstant.d.ts|
109|废弃版本有变化|类名:continuationManager;<br>方法or属性:function off(type: 'deviceConnect', callback?: Callback\<ContinuationResult>): void;<br>旧版本信息:|类名:continuationManager;<br>方法or属性:function off(type: 'deviceConnect', callback?: Callback\<ContinuationResult>): void;<br>新版本信息:9<br>代替接口: ohos.continuation.continuationManager/continuationManager#off|@ohos.continuation.continuationManager.d.ts|
110|废弃版本有变化|类名:continuationManager;<br>方法or属性:function off(type: 'deviceDisconnect', callback?: Callback\<string>): void;<br>旧版本信息:|类名:continuationManager;<br>方法or属性:function off(type: 'deviceDisconnect', callback?: Callback\<string>): void;<br>新版本信息:9<br>代替接口: ohos.continuation.continuationManager/continuationManager#off|@ohos.continuation.continuationManager.d.ts|
111|废弃版本有变化|类名:continuationManager;<br>方法or属性:function register(options: ContinuationExtraParams, callback: AsyncCallback\<number>): void;<br>旧版本信息:|类名:continuationManager;<br>方法or属性:function register(options: ContinuationExtraParams, callback: AsyncCallback\<number>): void;<br>新版本信息:9<br>代替接口: ohos.continuation.continuationManager/continuationManager#registerContinuation|@ohos.continuation.continuationManager.d.ts|
112|废弃版本有变化|类名:continuationManager;<br>方法or属性:function register(options?: ContinuationExtraParams): Promise\<number>;<br>旧版本信息:|类名:continuationManager;<br>方法or属性:function register(options?: ContinuationExtraParams): Promise\<number>;<br>新版本信息:9<br>代替接口: ohos.continuation.continuationManager/continuationManager#registerContinuation|@ohos.continuation.continuationManager.d.ts|
113|废弃版本有变化|类名:continuationManager;<br>方法or属性:function unregister(token: number): Promise\<void>;<br>旧版本信息:|类名:continuationManager;<br>方法or属性:function unregister(token: number): Promise\<void>;<br>新版本信息:9<br>代替接口: ohos.continuation.continuationManager/continuationManager#unregisterContinuation|@ohos.continuation.continuationManager.d.ts|
114|废弃版本有变化|类名:continuationManager;<br>方法or属性:function updateConnectStatus(token: number, deviceId: string, status: DeviceConnectState): Promise\<void>;<br>旧版本信息:|类名:continuationManager;<br>方法or属性:function updateConnectStatus(token: number, deviceId: string, status: DeviceConnectState): Promise\<void>;<br>新版本信息:9<br>代替接口: ohos.continuation.continuationManager/continuationManager#updateContinuationState|@ohos.continuation.continuationManager.d.ts|
115|废弃版本有变化|类名:continuationManager;<br>方法or属性:function startDeviceManager(token: number, options: ContinuationExtraParams, callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:continuationManager;<br>方法or属性:function startDeviceManager(token: number, options: ContinuationExtraParams, callback: AsyncCallback\<void>): void;<br>新版本信息:9<br>代替接口: ohos.continuation.continuationManager/continuationManager#startContinuationDeviceManager|@ohos.continuation.continuationManager.d.ts|
116|废弃版本有变化|类名:continuationManager;<br>方法or属性:function startDeviceManager(token: number, options?: ContinuationExtraParams): Promise\<void>;<br>旧版本信息:|类名:continuationManager;<br>方法or属性:function startDeviceManager(token: number, options?: ContinuationExtraParams): Promise\<void>;<br>新版本信息:9<br>代替接口: ohos.continuation.continuationManager/continuationManager#startContinuationDeviceManager|@ohos.continuation.continuationManager.d.ts|
117|废弃版本有变化|类名:Context;<br>方法or属性:getExternalCacheDir(): Promise\<string>;<br>旧版本信息:|类名:Context;<br>方法or属性:getExternalCacheDir(): Promise\<string>;<br>新版本信息:7<br>代替接口:|context.d.ts|
118|废弃版本有变化|类名:Context;<br>方法or属性:setShowOnLockScreen(show: boolean): Promise\<void>;<br>旧版本信息:|类名:Context;<br>方法or属性:setShowOnLockScreen(show: boolean): Promise\<void>;<br>新版本信息:9<br>代替接口: ohos.window/window.WindowStage#setShowOnLockScreen|context.d.ts|
119|新增(错误码)|类名:continuationManager;<br>方法or属性:function off(type: 'deviceSelected', token: number): void;<br>旧版本信息:|类名:continuationManager;<br>方法or属性:function off(type: 'deviceSelected', token: number): void;<br>新版本信息:201,401,16600001,16600002,16600004|@ohos.continuation.continuationManager.d.ts|
120|新增(错误码)|类名:continuationManager;<br>方法or属性:function off(type: 'deviceUnselected', token: number): void;<br>旧版本信息:|类名:continuationManager;<br>方法or属性:function off(type: 'deviceUnselected', token: number): void;<br>新版本信息:201,401,16600001,16600002,16600004|@ohos.continuation.continuationManager.d.ts|
121|新增(错误码)|类名:continuationManager;<br>方法or属性:function registerContinuation(options: ContinuationExtraParams, callback: AsyncCallback\<number>): void;<br>旧版本信息:|类名:continuationManager;<br>方法or属性:function registerContinuation(options: ContinuationExtraParams, callback: AsyncCallback\<number>): void;<br>新版本信息:201,401,16600001,16600003|@ohos.continuation.continuationManager.d.ts|
122|新增(错误码)|类名:continuationManager;<br>方法or属性:function registerContinuation(options?: ContinuationExtraParams): Promise\<number>;<br>旧版本信息:|类名:continuationManager;<br>方法or属性:function registerContinuation(options?: ContinuationExtraParams): Promise\<number>;<br>新版本信息:201,401,16600001,16600003|@ohos.continuation.continuationManager.d.ts|
123|新增(错误码)|类名:continuationManager;<br>方法or属性:function unregisterContinuation(token: number): Promise\<void>;<br>旧版本信息:|类名:continuationManager;<br>方法or属性:function unregisterContinuation(token: number): Promise\<void>;<br>新版本信息:201,401,16600001,16600002|@ohos.continuation.continuationManager.d.ts|
124|新增(错误码)|类名:continuationManager;<br>方法or属性:function updateContinuationState(token: number, deviceId: string, status: DeviceConnectState): Promise\<void>;<br>旧版本信息:|类名:continuationManager;<br>方法or属性:function updateContinuationState(token: number, deviceId: string, status: DeviceConnectState): Promise\<void>;<br>新版本信息:201,401,16600001,16600002|@ohos.continuation.continuationManager.d.ts|
125|新增(错误码)|类名:continuationManager;<br>方法or属性:function startContinuationDeviceManager(<br>    token: number,<br>    options: ContinuationExtraParams,<br>    callback: AsyncCallback\<void><br>  ): void;<br>旧版本信息:|类名:continuationManager;<br>方法or属性:function startContinuationDeviceManager(<br>    token: number,<br>    options: ContinuationExtraParams,<br>    callback: AsyncCallback\<void><br>  ): void;<br>新版本信息:201,401,16600001,16600002|@ohos.continuation.continuationManager.d.ts|
126|新增(错误码)|类名:continuationManager;<br>方法or属性:function startContinuationDeviceManager(token: number, options?: ContinuationExtraParams): Promise\<void>;<br>旧版本信息:|类名:continuationManager;<br>方法or属性:function startContinuationDeviceManager(token: number, options?: ContinuationExtraParams): Promise\<void>;<br>新版本信息:201,401,16600001,16600002|@ohos.continuation.continuationManager.d.ts|
127|新增(错误码)|类名:distributedMissionManager;<br>方法or属性:function startSyncRemoteMissions(parameter: MissionParameter): Promise\<void>;<br>旧版本信息:|类名:distributedMissionManager;<br>方法or属性:function startSyncRemoteMissions(parameter: MissionParameter): Promise\<void>;<br>新版本信息:201,401|@ohos.distributedMissionManager.d.ts|
128|新增(错误码)|类名:distributedMissionManager;<br>方法or属性:function stopSyncRemoteMissions(parameter: MissionDeviceInfo): Promise\<void>;<br>旧版本信息:|类名:distributedMissionManager;<br>方法or属性:function stopSyncRemoteMissions(parameter: MissionDeviceInfo): Promise\<void>;<br>新版本信息:201,401|@ohos.distributedMissionManager.d.ts|
129|新增(错误码)|类名:distributedMissionManager;<br>方法or属性:function registerMissionListener(parameter: MissionDeviceInfo, options: MissionCallback): Promise\<void>;<br>旧版本信息:|类名:distributedMissionManager;<br>方法or属性:function registerMissionListener(parameter: MissionDeviceInfo, options: MissionCallback): Promise\<void>;<br>新版本信息:201,401|@ohos.distributedMissionManager.d.ts|
130|新增(错误码)|类名:distributedMissionManager;<br>方法or属性:function unRegisterMissionListener(parameter: MissionDeviceInfo): Promise\<void>;<br>旧版本信息:|类名:distributedMissionManager;<br>方法or属性:function unRegisterMissionListener(parameter: MissionDeviceInfo): Promise\<void>;<br>新版本信息:201,401|@ohos.distributedMissionManager.d.ts|
131|新增(错误码)|类名:distributedMissionManager;<br>方法or属性:function continueMission(parameter: ContinueDeviceInfo, options: ContinueCallback): Promise\<void>;<br>旧版本信息:|类名:distributedMissionManager;<br>方法or属性:function continueMission(parameter: ContinueDeviceInfo, options: ContinueCallback): Promise\<void>;<br>新版本信息:201,202,401,16300501,16300502,16300503,16300504,16300505,16300506|@ohos.distributedMissionManager.d.ts|
132|错误码有变化|类名:uriPermissionManager;<br>方法or属性:function grantUriPermission(<br><br>    uri: string,<br><br>    flag: wantConstant.Flags,<br><br>    targetBundleName: string,<br><br>    callback: AsyncCallback\<number><br><br>  ): void;<br>旧版本信息:201,202,401,16000050,16000058,16000059|类名:uriPermissionManager;<br>方法or属性:function grantUriPermission(<br><br>    uri: string,<br><br>    flag: wantConstant.Flags,<br><br>    targetBundleName: string,<br><br>    callback: AsyncCallback\<number><br><br>  ): void;<br>新版本信息:201,202,401,16000050,16000058,16000059,16000060|@ohos.application.uriPermissionManager.d.ts|
133|错误码有变化|类名:uriPermissionManager;<br>方法or属性:function grantUriPermission(uri: string, flag: wantConstant.Flags, targetBundleName: string): Promise\<number>;<br>旧版本信息:201,202,401,16000050,16000058,16000059|类名:uriPermissionManager;<br>方法or属性:function grantUriPermission(uri: string, flag: wantConstant.Flags, targetBundleName: string): Promise\<number>;<br>新版本信息:201,202,401,16000050,16000058,16000059,16000060|@ohos.application.uriPermissionManager.d.ts|
134|错误码有变化|类名:distributedMissionManager;<br>方法or属性:function continueMission(<br><br>    parameter: ContinueDeviceInfo,<br><br>    options: ContinueCallback,<br><br>    callback: AsyncCallback\<void><br><br>  ): void;<br>旧版本信息:201,401,16300501,16300502,16300503,16300504,16300505,16300506|类名:distributedMissionManager;<br>方法or属性:function continueMission(<br><br>    parameter: ContinueDeviceInfo,<br><br>    options: ContinueCallback,<br><br>    callback: AsyncCallback\<void><br><br>  ): void;<br>新版本信息:201,202,401,16300501,16300502,16300503,16300504,16300505,16300506|@ohos.distributedMissionManager.d.ts|
135|错误码有变化|类名:AbilityDelegator;<br>方法or属性:startAbility(want: Want, callback: AsyncCallback\<void>): void;<br>旧版本信息:401,16000001,16000002,16000004,16000005,16000006,16000008,16000009,16000010,16000011,16000050,16000053,16000055,16200001|类名:AbilityDelegator;<br>方法or属性:startAbility(want: Want, callback: AsyncCallback\<void>): void;<br>新版本信息:401,16000001,16000002,16000004,16000005,16000006,16000008,16000009,16000010,16000011,16000012,16000013,16000050,16000053,16000055,16200001|AbilityDelegator.d.ts|
136|错误码有变化|类名:AbilityDelegator;<br>方法or属性:startAbility(want: Want): Promise\<void>;<br>旧版本信息:401,16000001,16000002,16000004,16000005,16000006,16000008,16000009,16000010,16000011,16000050,16000053,16000055,16200001|类名:AbilityDelegator;<br>方法or属性:startAbility(want: Want): Promise\<void>;<br>新版本信息:401,16000001,16000002,16000004,16000005,16000006,16000008,16000009,16000010,16000011,16000012,16000013,16000050,16000053,16000055,16200001|AbilityDelegator.d.ts|
137|错误码有变化|类名:ServiceExtensionContext;<br>方法or属性:startAbility(want: Want, callback: AsyncCallback\<void>): void;<br>旧版本信息:401,16000001,16000002,16000004,16000005,16000006,16000008,16000009,16000010,16000011,16000050,16000053,16000055,16200001|类名:ServiceExtensionContext;<br>方法or属性:startAbility(want: Want, callback: AsyncCallback\<void>): void;<br>新版本信息:201,401,16000001,16000002,16000004,16000005,16000006,16000008,16000009,16000010,16000011,16000012,16000013,16000050,16000053,16000055,16200001|ServiceExtensionContext.d.ts|
138|错误码有变化|类名:ServiceExtensionContext;<br>方法or属性:startAbility(want: Want, options: StartOptions, callback: AsyncCallback\<void>): void;<br>旧版本信息:401,16000001,16000002,16000004,16000005,16000006,16000008,16000009,16000010,16000011,16000050,16000053,16000055,16200001|类名:ServiceExtensionContext;<br>方法or属性:startAbility(want: Want, options: StartOptions, callback: AsyncCallback\<void>): void;<br>新版本信息:201,401,16000001,16000004,16000005,16000006,16000008,16000009,16000011,16000012,16000013,16000050,16000053,16000055,16200001|ServiceExtensionContext.d.ts|
139|错误码有变化|类名:ServiceExtensionContext;<br>方法or属性:startAbility(want: Want, options?: StartOptions): Promise\<void>;<br>旧版本信息:401,16000001,16000002,16000004,16000005,16000006,16000008,16000009,16000010,16000011,16000050,16000053,16000055,16200001|类名:ServiceExtensionContext;<br>方法or属性:startAbility(want: Want, options?: StartOptions): Promise\<void>;<br>新版本信息:201,401,16000001,16000002,16000004,16000005,16000006,16000008,16000009,16000010,16000011,16000012,16000013,16000050,16000053,16000055,16200001|ServiceExtensionContext.d.ts|
140|错误码有变化|类名:ServiceExtensionContext;<br>方法or属性:startAbilityWithAccount(want: Want, accountId: number, callback: AsyncCallback\<void>): void;<br>旧版本信息:201,202,401,16000001,16000002,16000004,16000005,16000006,16000008,16000009,16000010,16000011,16000050,16000053,16000055,16200001|类名:ServiceExtensionContext;<br>方法or属性:startAbilityWithAccount(want: Want, accountId: number, callback: AsyncCallback\<void>): void;<br>新版本信息:201,202,401,16000001,16000002,16000004,16000005,16000006,16000008,16000009,16000010,16000011,16000012,16000013,16000050,16000053,16000055,16200001|ServiceExtensionContext.d.ts|
141|错误码有变化|类名:ServiceExtensionContext;<br>方法or属性:startAbilityWithAccount(want: Want, accountId: number, options: StartOptions, callback: AsyncCallback\<void>): void;<br>旧版本信息:16000001,16000002,16000004,16000005,16000006,16000008,16000009,16000010,16000011,16000050,16000053,16000055,16200001,201,202,401|类名:ServiceExtensionContext;<br>方法or属性:startAbilityWithAccount(want: Want, accountId: number, options: StartOptions, callback: AsyncCallback\<void>): void;<br>新版本信息:16000001,16000004,16000005,16000006,16000008,16000009,16000011,16000012,16000013,16000050,16000053,16000055,16200001,201,202,401|ServiceExtensionContext.d.ts|
142|错误码有变化|类名:ServiceExtensionContext;<br>方法or属性:startAbilityWithAccount(want: Want, accountId: number, options?: StartOptions): Promise\<void>;<br>旧版本信息:201,202,401,16000001,16000002,16000004,16000005,16000006,16000008,16000009,16000010,16000011,16000050,16000053,16000055,16200001|类名:ServiceExtensionContext;<br>方法or属性:startAbilityWithAccount(want: Want, accountId: number, options?: StartOptions): Promise\<void>;<br>新版本信息:201,202,401,16000001,16000002,16000004,16000005,16000006,16000008,16000009,16000010,16000011,16000012,16000013,16000050,16000053,16000055,16200001|ServiceExtensionContext.d.ts|
143|错误码有变化|类名:ServiceExtensionContext;<br>方法or属性:startServiceExtensionAbility(want: Want, callback: AsyncCallback\<void>): void;<br>旧版本信息:201,202,401,16000001,16000002,16000005,16000006,16000008,16000011,16000050,16200001|类名:ServiceExtensionContext;<br>方法or属性:startServiceExtensionAbility(want: Want, callback: AsyncCallback\<void>): void;<br>新版本信息:201,202,401,16000001,16000002,16000004,16000005,16000006,16000008,16000011,16000012,16000013,16000050,16200001|ServiceExtensionContext.d.ts|
144|错误码有变化|类名:ServiceExtensionContext;<br>方法or属性:startServiceExtensionAbility(want: Want): Promise\<void>;<br>旧版本信息:201,202,401,16000001,16000002,16000005,16000006,16000008,16000011,16000050,16200001|类名:ServiceExtensionContext;<br>方法or属性:startServiceExtensionAbility(want: Want): Promise\<void>;<br>新版本信息:201,202,401,16000001,16000002,16000004,16000005,16000006,16000008,16000011,16000012,16000013,16000050,16200001|ServiceExtensionContext.d.ts|
145|错误码有变化|类名:ServiceExtensionContext;<br>方法or属性:startServiceExtensionAbilityWithAccount(want: Want, accountId: number, callback: AsyncCallback\<void>): void;<br>旧版本信息:201,202,401,16000001,16000002,16000005,16000006,16000008,16000011,16000050,16200001|类名:ServiceExtensionContext;<br>方法or属性:startServiceExtensionAbilityWithAccount(want: Want, accountId: number, callback: AsyncCallback\<void>): void;<br>新版本信息:201,202,401,16000001,16000002,16000004,16000005,16000006,16000008,16000011,16000012,16000013,16000050,16200001|ServiceExtensionContext.d.ts|
146|错误码有变化|类名:ServiceExtensionContext;<br>方法or属性:startServiceExtensionAbilityWithAccount(want: Want, accountId: number): Promise\<void>;<br>旧版本信息:201,202,401,16000001,16000002,16000005,16000006,16000008,16000011,16000050,16200001|类名:ServiceExtensionContext;<br>方法or属性:startServiceExtensionAbilityWithAccount(want: Want, accountId: number): Promise\<void>;<br>新版本信息:201,202,401,16000001,16000002,16000004,16000005,16000006,16000008,16000011,16000012,16000013,16000050,16200001|ServiceExtensionContext.d.ts|
147|错误码有变化|类名:ServiceExtensionContext;<br>方法or属性:stopServiceExtensionAbility(want: Want, callback: AsyncCallback\<void>): void;<br>旧版本信息:202,401,16000001,16000002,16000005,16000006,16000011,16000050,16200001|类名:ServiceExtensionContext;<br>方法or属性:stopServiceExtensionAbility(want: Want, callback: AsyncCallback\<void>): void;<br>新版本信息:201,202,401,16000001,16000002,16000004,16000005,16000006,16000011,16000050,16200001|ServiceExtensionContext.d.ts|
148|错误码有变化|类名:ServiceExtensionContext;<br>方法or属性:stopServiceExtensionAbility(want: Want): Promise\<void>;<br>旧版本信息:202,401,16000001,16000002,16000005,16000006,16000011,16000050,16200001|类名:ServiceExtensionContext;<br>方法or属性:stopServiceExtensionAbility(want: Want): Promise\<void>;<br>新版本信息:201,202,401,16000001,16000002,16000004,16000005,16000006,16000011,16000050,16200001|ServiceExtensionContext.d.ts|
149|错误码有变化|类名:ServiceExtensionContext;<br>方法or属性:stopServiceExtensionAbilityWithAccount(want: Want, accountId: number, callback: AsyncCallback\<void>): void;<br>旧版本信息:201,202,401,16000001,16000002,16000005,16000006,16000011,16000050,16200001|类名:ServiceExtensionContext;<br>方法or属性:stopServiceExtensionAbilityWithAccount(want: Want, accountId: number, callback: AsyncCallback\<void>): void;<br>新版本信息:201,202,401,16000001,16000002,16000004,16000005,16000006,16000011,16000050,16200001|ServiceExtensionContext.d.ts|
150|错误码有变化|类名:ServiceExtensionContext;<br>方法or属性:stopServiceExtensionAbilityWithAccount(want: Want, accountId: number): Promise\<void>;<br>旧版本信息:201,202,401,16000001,16000002,16000005,16000006,16000011,16000050,16200001|类名:ServiceExtensionContext;<br>方法or属性:stopServiceExtensionAbilityWithAccount(want: Want, accountId: number): Promise\<void>;<br>新版本信息:201,202,401,16000001,16000002,16000004,16000005,16000006,16000011,16000050,16200001|ServiceExtensionContext.d.ts|
151|错误码有变化|类名:ServiceExtensionContext;<br>方法or属性:terminateSelf(callback: AsyncCallback\<void>): void;<br>旧版本信息:401,16000001,16000004,16000005,16000009,16000011,16000050|类名:ServiceExtensionContext;<br>方法or属性:terminateSelf(callback: AsyncCallback\<void>): void;<br>新版本信息:401,16000009,16000011,16000050|ServiceExtensionContext.d.ts|
152|错误码有变化|类名:ServiceExtensionContext;<br>方法or属性:terminateSelf(): Promise\<void>;<br>旧版本信息:16000001,16000004,16000005,16000009,16000011,16000050|类名:ServiceExtensionContext;<br>方法or属性:terminateSelf(): Promise\<void>;<br>新版本信息:16000009,16000011,16000050|ServiceExtensionContext.d.ts|
153|错误码有变化|类名:ServiceExtensionContext;<br>方法or属性:connectServiceExtensionAbility(want: Want, options: ConnectOptions): number;<br>旧版本信息:201,401,16000001,16000005,16000011,16000050|类名:ServiceExtensionContext;<br>方法or属性:connectServiceExtensionAbility(want: Want, options: ConnectOptions): number;<br>新版本信息:201,401,16000001,16000002,16000004,16000005,16000006,16000008,16000011,16000050,16000053,16000055|ServiceExtensionContext.d.ts|
154|错误码有变化|类名:ServiceExtensionContext;<br>方法or属性:connectServiceExtensionAbilityWithAccount(want: Want, accountId: number, options: ConnectOptions): number;<br>旧版本信息:201,202,401,16000001,16000005,16000011,16000050|类名:ServiceExtensionContext;<br>方法or属性:connectServiceExtensionAbilityWithAccount(want: Want, accountId: number, options: ConnectOptions): number;<br>新版本信息:201,202,401,16000001,16000002,16000004,16000005,16000006,16000008,16000011,16000050,16000053,16000055|ServiceExtensionContext.d.ts|
155|错误码有变化|类名:ServiceExtensionContext;<br>方法or属性:startAbilityByCall(want: Want): Promise\<Caller>;<br>旧版本信息:201,401,16000001,16000002,16000004,16000005,16000006,16000008,16000011,16000050,16200001|类名:ServiceExtensionContext;<br>方法or属性:startAbilityByCall(want: Want): Promise\<Caller>;<br>新版本信息:201,401,16000001,16000002,16000004,16000006,16000008,16000011,16000050|ServiceExtensionContext.d.ts|
156|错误码有变化|类名:ServiceExtensionContext;<br>方法or属性:startAbilityByCallWithAccount(want: Want, accountId: number): Promise\<Caller>;<br>旧版本信息:201,202,401,16000001,16000002,16000004,16000005,16000006,16000008,16000011,16000050,16200001|类名:ServiceExtensionContext;<br>方法or属性:startAbilityByCallWithAccount(want: Want, accountId: number): Promise\<Caller>;<br>新版本信息:201,202,401,16000001,16000002,16000004,16000005,16000006,16000008,16000011,16000012,16000013,16000050,16200001|ServiceExtensionContext.d.ts|
157|错误码有变化|类名:ServiceExtensionContext;<br>方法or属性:startRecentAbility(want: Want, callback: AsyncCallback\<void>): void;<br>旧版本信息:401,16000001,16000002,16000004,16000005,16000006,16000008,16000009,16000010,16000011,16000050,16000053,16000055,16200001|类名:ServiceExtensionContext;<br>方法or属性:startRecentAbility(want: Want, callback: AsyncCallback\<void>): void;<br>新版本信息:201,401,16000001,16000002,16000004,16000005,16000006,16000008,16000009,16000010,16000011,16000050,16000053,16000055,16200001|ServiceExtensionContext.d.ts|
158|错误码有变化|类名:ServiceExtensionContext;<br>方法or属性:startRecentAbility(want: Want, options: StartOptions, callback: AsyncCallback\<void>): void;<br>旧版本信息:401,16000001,16000002,16000004,16000005,16000006,16000008,16000009,16000010,16000011,16000050,16000053,16000055,16200001|类名:ServiceExtensionContext;<br>方法or属性:startRecentAbility(want: Want, options: StartOptions, callback: AsyncCallback\<void>): void;<br>新版本信息:201,401,16000001,16000004,16000005,16000006,16000008,16000009,16000011,16000050,16000053,16000055,16200001|ServiceExtensionContext.d.ts|
159|错误码有变化|类名:ServiceExtensionContext;<br>方法or属性:startRecentAbility(want: Want, options?: StartOptions): Promise\<void>;<br>旧版本信息:401,16000001,16000002,16000004,16000005,16000006,16000008,16000009,16000010,16000011,16000050,16000053,16000055,16200001|类名:ServiceExtensionContext;<br>方法or属性:startRecentAbility(want: Want, options?: StartOptions): Promise\<void>;<br>新版本信息:201,401,16000001,16000002,16000004,16000005,16000006,16000008,16000009,16000010,16000011,16000050,16000053,16000055,16200001|ServiceExtensionContext.d.ts|
160|错误码有变化|类名:UIAbilityContext;<br>方法or属性:startAbility(want: Want, callback: AsyncCallback\<void>): void;<br>旧版本信息:401,16000001,16000002,16000004,16000005,16000006,16000008,16000009,16000010,16000011,16000050,16000053,16000055,16200001|类名:UIAbilityContext;<br>方法or属性:startAbility(want: Want, callback: AsyncCallback\<void>): void;<br>新版本信息:201,401,16000001,16000002,16000004,16000005,16000006,16000008,16000009,16000010,16000011,16000012,16000013,16000050,16000053,16000055,16200001|UIAbilityContext.d.ts|
161|错误码有变化|类名:UIAbilityContext;<br>方法or属性:startAbility(want: Want, options: StartOptions, callback: AsyncCallback\<void>): void;<br>旧版本信息:401,16000001,16000002,16000004,16000005,16000006,16000008,16000009,16000010,16000011,16000050,16000053,16000055,16200001|类名:UIAbilityContext;<br>方法or属性:startAbility(want: Want, options: StartOptions, callback: AsyncCallback\<void>): void;<br>新版本信息:201,401,16000001,16000004,16000005,16000006,16000008,16000009,16000011,16000012,16000013,16000050,16000053,16000055,16200001|UIAbilityContext.d.ts|
162|错误码有变化|类名:UIAbilityContext;<br>方法or属性:startAbility(want: Want, options?: StartOptions): Promise\<void>;<br>旧版本信息:401,16000001,16000002,16000004,16000005,16000006,16000008,16000009,16000010,16000011,16000050,16000053,16000055,16200001|类名:UIAbilityContext;<br>方法or属性:startAbility(want: Want, options?: StartOptions): Promise\<void>;<br>新版本信息:201,401,16000001,16000002,16000004,16000005,16000006,16000008,16000009,16000010,16000011,16000012,16000013,16000050,16000053,16000055,16200001|UIAbilityContext.d.ts|
163|错误码有变化|类名:UIAbilityContext;<br>方法or属性:startAbilityByCall(want: Want): Promise\<Caller>;<br>旧版本信息:16000001,16000002,16000004,16000005,16000006,16000008,16000011,16000050,16200001,201,401|类名:UIAbilityContext;<br>方法or属性:startAbilityByCall(want: Want): Promise\<Caller>;<br>新版本信息:16000001,16000002,16000004,16000006,16000008,16000011,16000012,16000013,16000050,201,401|UIAbilityContext.d.ts|
164|错误码有变化|类名:UIAbilityContext;<br>方法or属性:startAbilityByCallWithAccount(want: Want, accountId: number): Promise\<Caller>;<br>旧版本信息:201,202,401,16000001,16000002,16000004,16000005,16000006,16000008,16000011,16000050,16200001|类名:UIAbilityContext;<br>方法or属性:startAbilityByCallWithAccount(want: Want, accountId: number): Promise\<Caller>;<br>新版本信息:201,202,401,16000001,16000002,16000004,16000005,16000006,16000008,16000011,16000012,16000013,16000050,16200001|UIAbilityContext.d.ts|
165|错误码有变化|类名:UIAbilityContext;<br>方法or属性:startAbilityWithAccount(want: Want, accountId: number, callback: AsyncCallback\<void>): void;<br>旧版本信息:201,202,401,16000001,16000002,16000004,16000005,16000006,16000008,16000009,16000010,16000011,16000050,16000053,16000055,16200001|类名:UIAbilityContext;<br>方法or属性:startAbilityWithAccount(want: Want, accountId: number, callback: AsyncCallback\<void>): void;<br>新版本信息:201,202,401,16000001,16000002,16000004,16000005,16000006,16000008,16000009,16000010,16000011,16000012,16000013,16000050,16000053,16000055,16200001|UIAbilityContext.d.ts|
166|错误码有变化|类名:UIAbilityContext;<br>方法or属性:startAbilityWithAccount(want: Want, accountId: number, options: StartOptions, callback: AsyncCallback\<void>): void;<br>旧版本信息:16000001,16000002,16000004,16000005,16000006,16000008,16000009,16000010,16000011,16000050,16000053,16000055,16200001,201,202,401|类名:UIAbilityContext;<br>方法or属性:startAbilityWithAccount(want: Want, accountId: number, options: StartOptions, callback: AsyncCallback\<void>): void;<br>新版本信息:16000001,16000004,16000005,16000006,16000008,16000009,16000011,16000012,16000013,16000050,16000053,16000055,16200001,201,202,401|UIAbilityContext.d.ts|
167|错误码有变化|类名:UIAbilityContext;<br>方法or属性:startAbilityWithAccount(want: Want, accountId: number, options?: StartOptions): Promise\<void>;<br>旧版本信息:201,202,401,16000001,16000002,16000004,16000005,16000006,16000008,16000009,16000010,16000011,16000050,16000053,16000055,16200001|类名:UIAbilityContext;<br>方法or属性:startAbilityWithAccount(want: Want, accountId: number, options?: StartOptions): Promise\<void>;<br>新版本信息:201,202,401,16000001,16000002,16000004,16000005,16000006,16000008,16000009,16000010,16000011,16000012,16000013,16000050,16000053,16000055,16200001|UIAbilityContext.d.ts|
168|错误码有变化|类名:UIAbilityContext;<br>方法or属性:startAbilityForResult(want: Want, callback: AsyncCallback\<AbilityResult>): void;<br>旧版本信息:401,16000001,16000002,16000004,16000005,16000006,16000008,16000009,16000010,16000011,16000050,16000053,16000055,16200001|类名:UIAbilityContext;<br>方法or属性:startAbilityForResult(want: Want, callback: AsyncCallback\<AbilityResult>): void;<br>新版本信息:201,401,16000001,16000002,16000004,16000005,16000006,16000008,16000009,16000010,16000011,16000012,16000013,16000050,16000053,16000055,16200001|UIAbilityContext.d.ts|
169|错误码有变化|类名:UIAbilityContext;<br>方法or属性:startAbilityForResult(want: Want, options: StartOptions, callback: AsyncCallback\<AbilityResult>): void;<br>旧版本信息:401,16000001,16000002,16000004,16000005,16000006,16000008,16000009,16000010,16000011,16000050,16000053,16000055,16200001|类名:UIAbilityContext;<br>方法or属性:startAbilityForResult(want: Want, options: StartOptions, callback: AsyncCallback\<AbilityResult>): void;<br>新版本信息:201,401,16000001,16000004,16000005,16000006,16000008,16000009,16000011,16000012,16000013,16000050,16000053,16000055,16200001|UIAbilityContext.d.ts|
170|错误码有变化|类名:UIAbilityContext;<br>方法or属性:startAbilityForResult(want: Want, options?: StartOptions): Promise\<AbilityResult>;<br>旧版本信息:401,16000001,16000002,16000004,16000005,16000006,16000008,16000009,16000010,16000011,16000050,16000053,16000055,16200001|类名:UIAbilityContext;<br>方法or属性:startAbilityForResult(want: Want, options?: StartOptions): Promise\<AbilityResult>;<br>新版本信息:201,401,16000001,16000002,16000004,16000005,16000006,16000008,16000009,16000010,16000011,16000012,16000013,16000050,16000053,16000055,16200001|UIAbilityContext.d.ts|
171|错误码有变化|类名:UIAbilityContext;<br>方法or属性:startAbilityForResultWithAccount(want: Want, accountId: number, callback: AsyncCallback\<AbilityResult>): void;<br>旧版本信息:201,202,401,16000001,16000002,16000004,16000005,16000006,16000008,16000009,16000010,16000011,16000050,16000053,16000055,16200001|类名:UIAbilityContext;<br>方法or属性:startAbilityForResultWithAccount(want: Want, accountId: number, callback: AsyncCallback\<AbilityResult>): void;<br>新版本信息:201,202,401,16000001,16000002,16000004,16000005,16000006,16000008,16000009,16000010,16000011,16000012,16000013,16000050,16000053,16000055,16200001|UIAbilityContext.d.ts|
172|错误码有变化|类名:UIAbilityContext;<br>方法or属性:startAbilityForResultWithAccount(<br>    want: Want,<br>    accountId: number,<br>    options: StartOptions,<br>    callback: AsyncCallback\<void><br>  ): void;<br>旧版本信息:16000001,16000002,16000004,16000005,16000006,16000008,16000009,16000010,16000011,16000050,16000053,16000055,16200001,201,202,401|类名:UIAbilityContext;<br>方法or属性:startAbilityForResultWithAccount(<br>    want: Want,<br>    accountId: number,<br>    options: StartOptions,<br>    callback: AsyncCallback\<void><br>  ): void;<br>新版本信息:16000001,16000004,16000005,16000006,16000008,16000009,16000011,16000012,16000013,16000050,16000053,16000055,16200001,201,202,401|UIAbilityContext.d.ts|
173|错误码有变化|类名:UIAbilityContext;<br>方法or属性:startAbilityForResultWithAccount(want: Want, accountId: number, options?: StartOptions): Promise\<AbilityResult>;<br>旧版本信息:201,202,401,16000001,16000002,16000004,16000005,16000006,16000008,16000009,16000010,16000011,16000050,16000053,16000055,16200001|类名:UIAbilityContext;<br>方法or属性:startAbilityForResultWithAccount(want: Want, accountId: number, options?: StartOptions): Promise\<AbilityResult>;<br>新版本信息:201,202,401,16000001,16000002,16000004,16000005,16000006,16000008,16000009,16000010,16000011,16000012,16000013,16000050,16000053,16000055,16200001|UIAbilityContext.d.ts|
174|错误码有变化|类名:UIAbilityContext;<br>方法or属性:startServiceExtensionAbility(want: Want, callback: AsyncCallback\<void>): void;<br>旧版本信息:201,202,401,16000001,16000002,16000005,16000006,16000008,16000011,16000050,16200001|类名:UIAbilityContext;<br>方法or属性:startServiceExtensionAbility(want: Want, callback: AsyncCallback\<void>): void;<br>新版本信息:201,202,401,16000001,16000002,16000004,16000005,16000006,16000008,16000011,16000012,16000013,16000050,16200001|UIAbilityContext.d.ts|
175|错误码有变化|类名:UIAbilityContext;<br>方法or属性:startServiceExtensionAbility(want: Want): Promise\<void>;<br>旧版本信息:201,202,401,16000001,16000002,16000005,16000006,16000008,16000011,16000050,16200001|类名:UIAbilityContext;<br>方法or属性:startServiceExtensionAbility(want: Want): Promise\<void>;<br>新版本信息:201,202,401,16000001,16000002,16000004,16000005,16000006,16000008,16000011,16000012,16000013,16000050,16200001|UIAbilityContext.d.ts|
176|错误码有变化|类名:UIAbilityContext;<br>方法or属性:startServiceExtensionAbilityWithAccount(want: Want, accountId: number, callback: AsyncCallback\<void>): void;<br>旧版本信息:201,202,401,16000001,16000002,16000005,16000006,16000008,16000011,16000050,16200001|类名:UIAbilityContext;<br>方法or属性:startServiceExtensionAbilityWithAccount(want: Want, accountId: number, callback: AsyncCallback\<void>): void;<br>新版本信息:201,202,401,16000001,16000002,16000004,16000005,16000006,16000008,16000011,16000012,16000013,16000050,16200001|UIAbilityContext.d.ts|
177|错误码有变化|类名:UIAbilityContext;<br>方法or属性:startServiceExtensionAbilityWithAccount(want: Want, accountId: number): Promise\<void>;<br>旧版本信息:201,202,401,16000001,16000002,16000005,16000006,16000008,16000011,16000050,16200001|类名:UIAbilityContext;<br>方法or属性:startServiceExtensionAbilityWithAccount(want: Want, accountId: number): Promise\<void>;<br>新版本信息:201,202,401,16000001,16000002,16000004,16000005,16000006,16000008,16000011,16000012,16000013,16000050,16200001|UIAbilityContext.d.ts|
178|错误码有变化|类名:UIAbilityContext;<br>方法or属性:stopServiceExtensionAbility(want: Want, callback: AsyncCallback\<void>): void;<br>旧版本信息:202,401,16000001,16000002,16000005,16000006,16000011,16000050,16200001|类名:UIAbilityContext;<br>方法or属性:stopServiceExtensionAbility(want: Want, callback: AsyncCallback\<void>): void;<br>新版本信息:201,202,401,16000001,16000002,16000004,16000005,16000006,16000011,16000012,16000013,16000050,16200001|UIAbilityContext.d.ts|
179|错误码有变化|类名:UIAbilityContext;<br>方法or属性:stopServiceExtensionAbility(want: Want): Promise\<void>;<br>旧版本信息:202,401,16000001,16000002,16000005,16000006,16000011,16000050,16200001|类名:UIAbilityContext;<br>方法or属性:stopServiceExtensionAbility(want: Want): Promise\<void>;<br>新版本信息:201,202,401,16000001,16000002,16000004,16000005,16000006,16000011,16000050,16200001|UIAbilityContext.d.ts|
180|错误码有变化|类名:UIAbilityContext;<br>方法or属性:stopServiceExtensionAbilityWithAccount(want: Want, accountId: number, callback: AsyncCallback\<void>): void;<br>旧版本信息:201,202,401,16000001,16000002,16000005,16000006,16000011,16000050,16200001|类名:UIAbilityContext;<br>方法or属性:stopServiceExtensionAbilityWithAccount(want: Want, accountId: number, callback: AsyncCallback\<void>): void;<br>新版本信息:201,202,401,16000001,16000002,16000004,16000005,16000006,16000011,16000050,16200001|UIAbilityContext.d.ts|
181|错误码有变化|类名:UIAbilityContext;<br>方法or属性:stopServiceExtensionAbilityWithAccount(want: Want, accountId: number): Promise\<void>;<br>旧版本信息:201,202,401,16000001,16000002,16000005,16000006,16000011,16000050,16200001|类名:UIAbilityContext;<br>方法or属性:stopServiceExtensionAbilityWithAccount(want: Want, accountId: number): Promise\<void>;<br>新版本信息:201,202,401,16000001,16000002,16000004,16000005,16000006,16000011,16000050,16200001|UIAbilityContext.d.ts|
182|错误码有变化|类名:UIAbilityContext;<br>方法or属性:terminateSelf(callback: AsyncCallback\<void>): void;<br>旧版本信息:401,16000001,16000004,16000005,16000009,16000011,16000050|类名:UIAbilityContext;<br>方法or属性:terminateSelf(callback: AsyncCallback\<void>): void;<br>新版本信息:401,16000009,16000011,16000050|UIAbilityContext.d.ts|
183|错误码有变化|类名:UIAbilityContext;<br>方法or属性:terminateSelf(): Promise\<void>;<br>旧版本信息:16000001,16000004,16000005,16000009,16000011,16000050|类名:UIAbilityContext;<br>方法or属性:terminateSelf(): Promise\<void>;<br>新版本信息:16000009,16000011,16000050|UIAbilityContext.d.ts|
184|错误码有变化|类名:UIAbilityContext;<br>方法or属性:terminateSelfWithResult(parameter: AbilityResult, callback: AsyncCallback\<void>): void;<br>旧版本信息:401,16000001,16000004,16000005,16000009,16000011,16000050|类名:UIAbilityContext;<br>方法or属性:terminateSelfWithResult(parameter: AbilityResult, callback: AsyncCallback\<void>): void;<br>新版本信息:401,16000009,16000011,16000050|UIAbilityContext.d.ts|
185|错误码有变化|类名:UIAbilityContext;<br>方法or属性:terminateSelfWithResult(parameter: AbilityResult): Promise\<void>;<br>旧版本信息:401,16000001,16000004,16000005,16000009,16000011,16000050|类名:UIAbilityContext;<br>方法or属性:terminateSelfWithResult(parameter: AbilityResult): Promise\<void>;<br>新版本信息:401,16000009,16000011,16000050|UIAbilityContext.d.ts|
186|错误码有变化|类名:UIAbilityContext;<br>方法or属性:connectServiceExtensionAbility(want: Want, options: ConnectOptions): number;<br>旧版本信息:201,401,16000001,16000005,16000011,16000050|类名:UIAbilityContext;<br>方法or属性:connectServiceExtensionAbility(want: Want, options: ConnectOptions): number;<br>新版本信息:201,401,16000001,16000002,16000004,16000005,16000006,16000008,16000011,16000050,16000053,16000055|UIAbilityContext.d.ts|
187|错误码有变化|类名:UIAbilityContext;<br>方法or属性:connectServiceExtensionAbilityWithAccount(want: Want, accountId: number, options: ConnectOptions): number;<br>旧版本信息:201,202,401,16000001,16000005,16000011,16000050|类名:UIAbilityContext;<br>方法or属性:connectServiceExtensionAbilityWithAccount(want: Want, accountId: number, options: ConnectOptions): number;<br>新版本信息:201,202,401,16000001,16000002,16000004,16000005,16000006,16000008,16000011,16000050,16000053,16000055|UIAbilityContext.d.ts|
188|错误码有变化|类名:UIAbilityContext;<br>方法or属性:setMissionIcon(icon: image.PixelMap, callback: AsyncCallback\<void>): void;<br>旧版本信息:401,16000011,16000050|类名:UIAbilityContext;<br>方法or属性:setMissionIcon(icon: image.PixelMap, callback: AsyncCallback\<void>): void;<br>新版本信息:202,401,16000011,16000050|UIAbilityContext.d.ts|
189|错误码有变化|类名:UIAbilityContext;<br>方法or属性:setMissionIcon(icon: image.PixelMap): Promise\<void>;<br>旧版本信息:401,16000011,16000050|类名:UIAbilityContext;<br>方法or属性:setMissionIcon(icon: image.PixelMap): Promise\<void>;<br>新版本信息:202,401,16000011,16000050|UIAbilityContext.d.ts|
190|错误码有变化|类名:UIAbilityContext;<br>方法or属性:startRecentAbility(want: Want, callback: AsyncCallback\<void>): void;<br>旧版本信息:401,16000001,16000002,16000004,16000005,16000006,16000008,16000009,16000010,16000011,16000050,16000053,16000055,16200001|类名:UIAbilityContext;<br>方法or属性:startRecentAbility(want: Want, callback: AsyncCallback\<void>): void;<br>新版本信息:201,401,16000001,16000002,16000004,16000005,16000006,16000008,16000009,16000010,16000011,16000012,16000013,16000050,16000053,16000055,16200001|UIAbilityContext.d.ts|
191|错误码有变化|类名:UIAbilityContext;<br>方法or属性:startRecentAbility(want: Want, options: StartOptions, callback: AsyncCallback\<void>): void;<br>旧版本信息:401,16000001,16000002,16000004,16000005,16000006,16000008,16000009,16000010,16000011,16000050,16000053,16000055,16200001|类名:UIAbilityContext;<br>方法or属性:startRecentAbility(want: Want, options: StartOptions, callback: AsyncCallback\<void>): void;<br>新版本信息:201,401,16000001,16000004,16000005,16000006,16000008,16000009,16000011,16000012,16000013,16000050,16000053,16000055,16200001|UIAbilityContext.d.ts|
192|错误码有变化|类名:UIAbilityContext;<br>方法or属性:startRecentAbility(want: Want, options?: StartOptions): Promise\<void>;<br>旧版本信息:401,16000001,16000002,16000004,16000005,16000006,16000008,16000009,16000010,16000011,16000050,16000053,16000055,16200001|类名:UIAbilityContext;<br>方法or属性:startRecentAbility(want: Want, options?: StartOptions): Promise\<void>;<br>新版本信息:201,401,16000001,16000002,16000004,16000005,16000006,16000008,16000009,16000010,16000011,16000012,16000013,16000050,16000053,16000055,16200001|UIAbilityContext.d.ts|
193|错误码有变化|类名:UIAbilityContext;<br>方法or属性:requestDialogService(want: Want, result: AsyncCallback\<dialogRequest.RequestResult>): void;<br>旧版本信息:401,16000001,16000002,16000004,16000005,16000006,16000008,16000009,16000010,16000011,16000050,16000053,16000055,16200001|类名:UIAbilityContext;<br>方法or属性:requestDialogService(want: Want, result: AsyncCallback\<dialogRequest.RequestResult>): void;<br>新版本信息:201,401,16000001,16000002,16000004,16000005,16000006,16000008,16000009,16000010,16000011,16000012,16000013,16000050,16000053,16000055,16200001|UIAbilityContext.d.ts|
194|错误码有变化|类名:UIAbilityContext;<br>方法or属性:requestDialogService(want: Want): Promise\<dialogRequest.RequestResult>;<br>旧版本信息:401,16000001,16000002,16000004,16000005,16000006,16000008,16000009,16000010,16000011,16000050,16000053,16000055,16200001|类名:UIAbilityContext;<br>方法or属性:requestDialogService(want: Want): Promise\<dialogRequest.RequestResult>;<br>新版本信息:201,401,16000001,16000002,16000004,16000005,16000006,16000008,16000009,16000010,16000011,16000012,16000013,16000050,16000053,16000055,16200001|UIAbilityContext.d.ts|
195|访问级别有变化|类名:WindowMode;<br>方法or属性:WINDOW_MODE_UNDEFINED = 0<br>旧版本信息:|类名:WindowMode;<br>方法or属性:WINDOW_MODE_UNDEFINED = 0<br>新版本信息:systemapi|@ohos.app.ability.AbilityConstant.d.ts|
196|访问级别有变化|类名:WindowMode;<br>方法or属性:WINDOW_MODE_FULLSCREEN = 1<br>旧版本信息:|类名:WindowMode;<br>方法or属性:WINDOW_MODE_FULLSCREEN = 1<br>新版本信息:systemapi|@ohos.app.ability.AbilityConstant.d.ts|
197|访问级别有变化|类名:WindowMode;<br>方法or属性:WINDOW_MODE_SPLIT_PRIMARY = 100<br>旧版本信息:|类名:WindowMode;<br>方法or属性:WINDOW_MODE_SPLIT_PRIMARY = 100<br>新版本信息:systemapi|@ohos.app.ability.AbilityConstant.d.ts|
198|访问级别有变化|类名:WindowMode;<br>方法or属性:WINDOW_MODE_SPLIT_SECONDARY = 101<br>旧版本信息:|类名:WindowMode;<br>方法or属性:WINDOW_MODE_SPLIT_SECONDARY = 101<br>新版本信息:systemapi|@ohos.app.ability.AbilityConstant.d.ts|
199|访问级别有变化|类名:WindowMode;<br>方法or属性:WINDOW_MODE_FLOATING = 102<br>旧版本信息:|类名:WindowMode;<br>方法or属性:WINDOW_MODE_FLOATING = 102<br>新版本信息:systemapi|@ohos.app.ability.AbilityConstant.d.ts|
200|访问级别有变化|类名:AbilityState;<br>方法or属性:INITIAL = 0<br>旧版本信息:|类名:AbilityState;<br>方法or属性:INITIAL = 0<br>新版本信息:systemapi|@ohos.app.ability.abilityManager.d.ts|
201|访问级别有变化|类名:AbilityState;<br>方法or属性:FOCUS = 2<br>旧版本信息:|类名:AbilityState;<br>方法or属性:FOCUS = 2<br>新版本信息:systemapi|@ohos.app.ability.abilityManager.d.ts|
202|访问级别有变化|类名:AbilityState;<br>方法or属性:FOREGROUND = 9<br>旧版本信息:|类名:AbilityState;<br>方法or属性:FOREGROUND = 9<br>新版本信息:systemapi|@ohos.app.ability.abilityManager.d.ts|
203|访问级别有变化|类名:AbilityState;<br>方法or属性:BACKGROUND = 10<br>旧版本信息:|类名:AbilityState;<br>方法or属性:BACKGROUND = 10<br>新版本信息:systemapi|@ohos.app.ability.abilityManager.d.ts|
204|访问级别有变化|类名:AbilityState;<br>方法or属性:FOREGROUNDING = 11<br>旧版本信息:|类名:AbilityState;<br>方法or属性:FOREGROUNDING = 11<br>新版本信息:systemapi|@ohos.app.ability.abilityManager.d.ts|
205|访问级别有变化|类名:AbilityState;<br>方法or属性:BACKGROUNDING = 12<br>旧版本信息:|类名:AbilityState;<br>方法or属性:BACKGROUNDING = 12<br>新版本信息:systemapi|@ohos.app.ability.abilityManager.d.ts|
206|访问级别有变化|类名:ApplicationState;<br>方法or属性:STATE_CREATE<br>旧版本信息:|类名:ApplicationState;<br>方法or属性:STATE_CREATE<br>新版本信息:systemapi|@ohos.app.ability.appManager.d.ts|
207|访问级别有变化|类名:ProcessState;<br>方法or属性:STATE_CREATE<br>旧版本信息:|类名:ProcessState;<br>方法or属性:STATE_CREATE<br>新版本信息:systemapi|@ohos.app.ability.appManager.d.ts|
208|访问级别有变化|类名:ApplicationState;<br>方法or属性:STATE_FOREGROUND<br>旧版本信息:|类名:ApplicationState;<br>方法or属性:STATE_FOREGROUND<br>新版本信息:systemapi|@ohos.app.ability.appManager.d.ts|
209|访问级别有变化|类名:ProcessState;<br>方法or属性:STATE_FOREGROUND<br>旧版本信息:|类名:ProcessState;<br>方法or属性:STATE_FOREGROUND<br>新版本信息:systemapi|@ohos.app.ability.appManager.d.ts|
210|访问级别有变化|类名:ApplicationState;<br>方法or属性:STATE_ACTIVE<br>旧版本信息:|类名:ApplicationState;<br>方法or属性:STATE_ACTIVE<br>新版本信息:systemapi|@ohos.app.ability.appManager.d.ts|
211|访问级别有变化|类名:ProcessState;<br>方法or属性:STATE_ACTIVE<br>旧版本信息:|类名:ProcessState;<br>方法or属性:STATE_ACTIVE<br>新版本信息:systemapi|@ohos.app.ability.appManager.d.ts|
212|访问级别有变化|类名:ApplicationState;<br>方法or属性:STATE_BACKGROUND<br>旧版本信息:|类名:ApplicationState;<br>方法or属性:STATE_BACKGROUND<br>新版本信息:systemapi|@ohos.app.ability.appManager.d.ts|
213|访问级别有变化|类名:ProcessState;<br>方法or属性:STATE_BACKGROUND<br>旧版本信息:|类名:ProcessState;<br>方法or属性:STATE_BACKGROUND<br>新版本信息:systemapi|@ohos.app.ability.appManager.d.ts|
214|访问级别有变化|类名:ApplicationState;<br>方法or属性:STATE_DESTROY<br>旧版本信息:|类名:ApplicationState;<br>方法or属性:STATE_DESTROY<br>新版本信息:systemapi|@ohos.app.ability.appManager.d.ts|
215|访问级别有变化|类名:ProcessState;<br>方法or属性:STATE_DESTROY<br>旧版本信息:|类名:ProcessState;<br>方法or属性:STATE_DESTROY<br>新版本信息:systemapi|@ohos.app.ability.appManager.d.ts|
216|访问级别有变化|类名:missionManager;<br>方法or属性:function on(type: 'mission', listener: MissionListener): number;<br>旧版本信息:|类名:missionManager;<br>方法or属性:function on(type: 'mission', listener: MissionListener): number;<br>新版本信息:systemapi|@ohos.app.ability.missionManager.d.ts|
217|访问级别有变化|类名:missionManager;<br>方法or属性:function off(type: 'mission', listenerId: number, callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:missionManager;<br>方法or属性:function off(type: 'mission', listenerId: number, callback: AsyncCallback\<void>): void;<br>新版本信息:systemapi|@ohos.app.ability.missionManager.d.ts|
218|访问级别有变化|类名:missionManager;<br>方法or属性:function off(type: 'mission', listenerId: number): Promise\<void>;<br>旧版本信息:|类名:missionManager;<br>方法or属性:function off(type: 'mission', listenerId: number): Promise\<void>;<br>新版本信息:systemapi|@ohos.app.ability.missionManager.d.ts|
219|访问级别有变化|类名:missionManager;<br>方法or属性:function getMissionInfo(deviceId: string, missionId: number, callback: AsyncCallback\<MissionInfo>): void;<br>旧版本信息:|类名:missionManager;<br>方法or属性:function getMissionInfo(deviceId: string, missionId: number, callback: AsyncCallback\<MissionInfo>): void;<br>新版本信息:systemapi|@ohos.app.ability.missionManager.d.ts|
220|访问级别有变化|类名:missionManager;<br>方法or属性:function getMissionInfo(deviceId: string, missionId: number): Promise\<MissionInfo>;<br>旧版本信息:|类名:missionManager;<br>方法or属性:function getMissionInfo(deviceId: string, missionId: number): Promise\<MissionInfo>;<br>新版本信息:systemapi|@ohos.app.ability.missionManager.d.ts|
221|访问级别有变化|类名:missionManager;<br>方法or属性:function getMissionInfos(deviceId: string, numMax: number, callback: AsyncCallback\<Array\<MissionInfo>>): void;<br>旧版本信息:|类名:missionManager;<br>方法or属性:function getMissionInfos(deviceId: string, numMax: number, callback: AsyncCallback\<Array\<MissionInfo>>): void;<br>新版本信息:systemapi|@ohos.app.ability.missionManager.d.ts|
222|访问级别有变化|类名:missionManager;<br>方法or属性:function getMissionInfos(deviceId: string, numMax: number): Promise\<Array\<MissionInfo>>;<br>旧版本信息:|类名:missionManager;<br>方法or属性:function getMissionInfos(deviceId: string, numMax: number): Promise\<Array\<MissionInfo>>;<br>新版本信息:systemapi|@ohos.app.ability.missionManager.d.ts|
223|访问级别有变化|类名:missionManager;<br>方法or属性:function getMissionSnapShot(deviceId: string, missionId: number, callback: AsyncCallback\<MissionSnapshot>): void;<br>旧版本信息:|类名:missionManager;<br>方法or属性:function getMissionSnapShot(deviceId: string, missionId: number, callback: AsyncCallback\<MissionSnapshot>): void;<br>新版本信息:systemapi|@ohos.app.ability.missionManager.d.ts|
224|访问级别有变化|类名:missionManager;<br>方法or属性:function getMissionSnapShot(deviceId: string, missionId: number): Promise\<MissionSnapshot>;<br>旧版本信息:|类名:missionManager;<br>方法or属性:function getMissionSnapShot(deviceId: string, missionId: number): Promise\<MissionSnapshot>;<br>新版本信息:systemapi|@ohos.app.ability.missionManager.d.ts|
225|访问级别有变化|类名:missionManager;<br>方法or属性:function getLowResolutionMissionSnapShot(<br>    deviceId: string,<br>    missionId: number,<br>    callback: AsyncCallback\<MissionSnapshot><br>  ): void;<br>旧版本信息:|类名:missionManager;<br>方法or属性:function getLowResolutionMissionSnapShot(<br>    deviceId: string,<br>    missionId: number,<br>    callback: AsyncCallback\<MissionSnapshot><br>  ): void;<br>新版本信息:systemapi|@ohos.app.ability.missionManager.d.ts|
226|访问级别有变化|类名:missionManager;<br>方法or属性:function getLowResolutionMissionSnapShot(deviceId: string, missionId: number): Promise\<MissionSnapshot>;<br>旧版本信息:|类名:missionManager;<br>方法or属性:function getLowResolutionMissionSnapShot(deviceId: string, missionId: number): Promise\<MissionSnapshot>;<br>新版本信息:systemapi|@ohos.app.ability.missionManager.d.ts|
227|访问级别有变化|类名:missionManager;<br>方法or属性:function lockMission(missionId: number, callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:missionManager;<br>方法or属性:function lockMission(missionId: number, callback: AsyncCallback\<void>): void;<br>新版本信息:systemapi|@ohos.app.ability.missionManager.d.ts|
228|访问级别有变化|类名:missionManager;<br>方法or属性:function lockMission(missionId: number): Promise\<void>;<br>旧版本信息:|类名:missionManager;<br>方法or属性:function lockMission(missionId: number): Promise\<void>;<br>新版本信息:systemapi|@ohos.app.ability.missionManager.d.ts|
229|访问级别有变化|类名:missionManager;<br>方法or属性:function unlockMission(missionId: number, callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:missionManager;<br>方法or属性:function unlockMission(missionId: number, callback: AsyncCallback\<void>): void;<br>新版本信息:systemapi|@ohos.app.ability.missionManager.d.ts|
230|访问级别有变化|类名:missionManager;<br>方法or属性:function unlockMission(missionId: number): Promise\<void>;<br>旧版本信息:|类名:missionManager;<br>方法or属性:function unlockMission(missionId: number): Promise\<void>;<br>新版本信息:systemapi|@ohos.app.ability.missionManager.d.ts|
231|访问级别有变化|类名:missionManager;<br>方法or属性:function clearMission(missionId: number, callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:missionManager;<br>方法or属性:function clearMission(missionId: number, callback: AsyncCallback\<void>): void;<br>新版本信息:systemapi|@ohos.app.ability.missionManager.d.ts|
232|访问级别有变化|类名:missionManager;<br>方法or属性:function clearMission(missionId: number): Promise\<void>;<br>旧版本信息:|类名:missionManager;<br>方法or属性:function clearMission(missionId: number): Promise\<void>;<br>新版本信息:systemapi|@ohos.app.ability.missionManager.d.ts|
233|访问级别有变化|类名:missionManager;<br>方法or属性:function clearAllMissions(callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:missionManager;<br>方法or属性:function clearAllMissions(callback: AsyncCallback\<void>): void;<br>新版本信息:systemapi|@ohos.app.ability.missionManager.d.ts|
234|访问级别有变化|类名:missionManager;<br>方法or属性:function clearAllMissions(): Promise\<void>;<br>旧版本信息:|类名:missionManager;<br>方法or属性:function clearAllMissions(): Promise\<void>;<br>新版本信息:systemapi|@ohos.app.ability.missionManager.d.ts|
235|访问级别有变化|类名:missionManager;<br>方法or属性:function moveMissionToFront(missionId: number, callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:missionManager;<br>方法or属性:function moveMissionToFront(missionId: number, callback: AsyncCallback\<void>): void;<br>新版本信息:systemapi|@ohos.app.ability.missionManager.d.ts|
236|访问级别有变化|类名:missionManager;<br>方法or属性:function moveMissionToFront(missionId: number, options: StartOptions, callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:missionManager;<br>方法or属性:function moveMissionToFront(missionId: number, options: StartOptions, callback: AsyncCallback\<void>): void;<br>新版本信息:systemapi|@ohos.app.ability.missionManager.d.ts|
237|访问级别有变化|类名:missionManager;<br>方法or属性:function moveMissionToFront(missionId: number, options?: StartOptions): Promise\<void>;<br>旧版本信息:|类名:missionManager;<br>方法or属性:function moveMissionToFront(missionId: number, options?: StartOptions): Promise\<void>;<br>新版本信息:systemapi|@ohos.app.ability.missionManager.d.ts|
238|访问级别有变化|类名:abilityManager;<br>方法or属性:function updateConfiguration(config: Configuration): Promise\<void>;<br>旧版本信息:|类名:abilityManager;<br>方法or属性:function updateConfiguration(config: Configuration): Promise\<void>;<br>新版本信息:systemapi|@ohos.application.abilityManager.d.ts|
239|访问级别有变化|类名:abilityManager;<br>方法or属性:function getAbilityRunningInfos(callback: AsyncCallback\<Array\<AbilityRunningInfo>>): void;<br>旧版本信息:|类名:abilityManager;<br>方法or属性:function getAbilityRunningInfos(callback: AsyncCallback\<Array\<AbilityRunningInfo>>): void;<br>新版本信息:systemapi|@ohos.application.abilityManager.d.ts|
240|访问级别有变化|类名:AbilityState;<br>方法or属性:INITIAL = 0<br>旧版本信息:|类名:AbilityState;<br>方法or属性:INITIAL = 0<br>新版本信息:systemapi|@ohos.application.abilityManager.d.ts|
241|访问级别有变化|类名:AbilityState;<br>方法or属性:FOREGROUND = 9<br>旧版本信息:|类名:AbilityState;<br>方法or属性:FOREGROUND = 9<br>新版本信息:systemapi|@ohos.application.abilityManager.d.ts|
242|访问级别有变化|类名:AbilityState;<br>方法or属性:BACKGROUND = 10<br>旧版本信息:|类名:AbilityState;<br>方法or属性:BACKGROUND = 10<br>新版本信息:systemapi|@ohos.application.abilityManager.d.ts|
243|访问级别有变化|类名:AbilityState;<br>方法or属性:FOREGROUNDING = 11<br>旧版本信息:|类名:AbilityState;<br>方法or属性:FOREGROUNDING = 11<br>新版本信息:systemapi|@ohos.application.abilityManager.d.ts|
244|访问级别有变化|类名:AbilityState;<br>方法or属性:BACKGROUNDING = 12<br>旧版本信息:|类名:AbilityState;<br>方法or属性:BACKGROUNDING = 12<br>新版本信息:systemapi|@ohos.application.abilityManager.d.ts|
245|访问级别有变化|类名:appManager;<br>方法or属性:function unregisterApplicationStateObserver(observerId: number): Promise\<void>;<br>旧版本信息:|类名:appManager;<br>方法or属性:function unregisterApplicationStateObserver(observerId: number): Promise\<void>;<br>新版本信息:systemapi|@ohos.application.appManager.d.ts|
246|访问级别有变化|类名:appManager;<br>方法or属性:function getForegroundApplications(): Promise\<Array\<AppStateData>>;<br>旧版本信息:|类名:appManager;<br>方法or属性:function getForegroundApplications(): Promise\<Array\<AppStateData>>;<br>新版本信息:systemapi|@ohos.application.appManager.d.ts|
247|访问级别有变化|类名:appManager;<br>方法or属性:function killProcessWithAccount(bundleName: string, accountId: number, callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:appManager;<br>方法or属性:function killProcessWithAccount(bundleName: string, accountId: number, callback: AsyncCallback\<void>): void;<br>新版本信息:systemapi|@ohos.application.appManager.d.ts|
248|访问级别有变化|类名:appManager;<br>方法or属性:function killProcessesByBundleName(bundleName: string, callback: AsyncCallback\<void>);<br>旧版本信息:|类名:appManager;<br>方法or属性:function killProcessesByBundleName(bundleName: string, callback: AsyncCallback\<void>);<br>新版本信息:systemapi|@ohos.application.appManager.d.ts|
249|访问级别有变化|类名:appManager;<br>方法or属性:function clearUpApplicationData(bundleName: string, callback: AsyncCallback\<void>);<br>旧版本信息:|类名:appManager;<br>方法or属性:function clearUpApplicationData(bundleName: string, callback: AsyncCallback\<void>);<br>新版本信息:systemapi|@ohos.application.appManager.d.ts|
250|访问级别有变化|类名:formHost;<br>方法or属性:function deleteForm(formId: string, callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:formHost;<br>方法or属性:function deleteForm(formId: string, callback: AsyncCallback\<void>): void;<br>新版本信息:systemapi|@ohos.application.formHost.d.ts|
251|访问级别有变化|类名:formHost;<br>方法or属性:function deleteForm(formId: string): Promise\<void>;<br>旧版本信息:|类名:formHost;<br>方法or属性:function deleteForm(formId: string): Promise\<void>;<br>新版本信息:systemapi|@ohos.application.formHost.d.ts|
252|访问级别有变化|类名:formHost;<br>方法or属性:function releaseForm(formId: string, callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:formHost;<br>方法or属性:function releaseForm(formId: string, callback: AsyncCallback\<void>): void;<br>新版本信息:systemapi|@ohos.application.formHost.d.ts|
253|访问级别有变化|类名:formHost;<br>方法or属性:function releaseForm(formId: string, isReleaseCache: boolean, callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:formHost;<br>方法or属性:function releaseForm(formId: string, isReleaseCache: boolean, callback: AsyncCallback\<void>): void;<br>新版本信息:systemapi|@ohos.application.formHost.d.ts|
254|访问级别有变化|类名:formHost;<br>方法or属性:function releaseForm(formId: string, isReleaseCache?: boolean): Promise\<void>;<br>旧版本信息:|类名:formHost;<br>方法or属性:function releaseForm(formId: string, isReleaseCache?: boolean): Promise\<void>;<br>新版本信息:systemapi|@ohos.application.formHost.d.ts|
255|访问级别有变化|类名:formHost;<br>方法or属性:function requestForm(formId: string, callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:formHost;<br>方法or属性:function requestForm(formId: string, callback: AsyncCallback\<void>): void;<br>新版本信息:systemapi|@ohos.application.formHost.d.ts|
256|访问级别有变化|类名:formHost;<br>方法or属性:function requestForm(formId: string): Promise\<void>;<br>旧版本信息:|类名:formHost;<br>方法or属性:function requestForm(formId: string): Promise\<void>;<br>新版本信息:systemapi|@ohos.application.formHost.d.ts|
257|访问级别有变化|类名:formHost;<br>方法or属性:function castTempForm(formId: string, callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:formHost;<br>方法or属性:function castTempForm(formId: string, callback: AsyncCallback\<void>): void;<br>新版本信息:systemapi|@ohos.application.formHost.d.ts|
258|访问级别有变化|类名:formHost;<br>方法or属性:function castTempForm(formId: string): Promise\<void>;<br>旧版本信息:|类名:formHost;<br>方法or属性:function castTempForm(formId: string): Promise\<void>;<br>新版本信息:systemapi|@ohos.application.formHost.d.ts|
259|访问级别有变化|类名:formHost;<br>方法or属性:function notifyVisibleForms(formIds: Array\<string>, callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:formHost;<br>方法or属性:function notifyVisibleForms(formIds: Array\<string>, callback: AsyncCallback\<void>): void;<br>新版本信息:systemapi|@ohos.application.formHost.d.ts|
260|访问级别有变化|类名:formHost;<br>方法or属性:function notifyVisibleForms(formIds: Array\<string>): Promise\<void>;<br>旧版本信息:|类名:formHost;<br>方法or属性:function notifyVisibleForms(formIds: Array\<string>): Promise\<void>;<br>新版本信息:systemapi|@ohos.application.formHost.d.ts|
261|访问级别有变化|类名:formHost;<br>方法or属性:function notifyInvisibleForms(formIds: Array\<string>, callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:formHost;<br>方法or属性:function notifyInvisibleForms(formIds: Array\<string>, callback: AsyncCallback\<void>): void;<br>新版本信息:systemapi|@ohos.application.formHost.d.ts|
262|访问级别有变化|类名:formHost;<br>方法or属性:function notifyInvisibleForms(formIds: Array\<string>): Promise\<void>;<br>旧版本信息:|类名:formHost;<br>方法or属性:function notifyInvisibleForms(formIds: Array\<string>): Promise\<void>;<br>新版本信息:systemapi|@ohos.application.formHost.d.ts|
263|访问级别有变化|类名:formHost;<br>方法or属性:function enableFormsUpdate(formIds: Array\<string>, callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:formHost;<br>方法or属性:function enableFormsUpdate(formIds: Array\<string>, callback: AsyncCallback\<void>): void;<br>新版本信息:systemapi|@ohos.application.formHost.d.ts|
264|访问级别有变化|类名:formHost;<br>方法or属性:function enableFormsUpdate(formIds: Array\<string>): Promise\<void>;<br>旧版本信息:|类名:formHost;<br>方法or属性:function enableFormsUpdate(formIds: Array\<string>): Promise\<void>;<br>新版本信息:systemapi|@ohos.application.formHost.d.ts|
265|访问级别有变化|类名:formHost;<br>方法or属性:function disableFormsUpdate(formIds: Array\<string>, callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:formHost;<br>方法or属性:function disableFormsUpdate(formIds: Array\<string>, callback: AsyncCallback\<void>): void;<br>新版本信息:systemapi|@ohos.application.formHost.d.ts|
266|访问级别有变化|类名:formHost;<br>方法or属性:function disableFormsUpdate(formIds: Array\<string>): Promise\<void>;<br>旧版本信息:|类名:formHost;<br>方法or属性:function disableFormsUpdate(formIds: Array\<string>): Promise\<void>;<br>新版本信息:systemapi|@ohos.application.formHost.d.ts|
267|访问级别有变化|类名:formHost;<br>方法or属性:function isSystemReady(callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:formHost;<br>方法or属性:function isSystemReady(callback: AsyncCallback\<void>): void;<br>新版本信息:systemapi|@ohos.application.formHost.d.ts|
268|访问级别有变化|类名:formHost;<br>方法or属性:function isSystemReady(): Promise\<void>;<br>旧版本信息:|类名:formHost;<br>方法or属性:function isSystemReady(): Promise\<void>;<br>新版本信息:systemapi|@ohos.application.formHost.d.ts|
269|访问级别有变化|类名:formHost;<br>方法or属性:function getAllFormsInfo(callback: AsyncCallback\<Array\<formInfo.FormInfo>>): void;<br>旧版本信息:|类名:formHost;<br>方法or属性:function getAllFormsInfo(callback: AsyncCallback\<Array\<formInfo.FormInfo>>): void;<br>新版本信息:systemapi|@ohos.application.formHost.d.ts|
270|访问级别有变化|类名:formHost;<br>方法or属性:function getAllFormsInfo(): Promise\<Array\<formInfo.FormInfo>>;<br>旧版本信息:|类名:formHost;<br>方法or属性:function getAllFormsInfo(): Promise\<Array\<formInfo.FormInfo>>;<br>新版本信息:systemapi|@ohos.application.formHost.d.ts|
271|访问级别有变化|类名:formHost;<br>方法or属性:function getFormsInfo(bundleName: string, callback: AsyncCallback\<Array\<formInfo.FormInfo>>): void;<br>旧版本信息:|类名:formHost;<br>方法or属性:function getFormsInfo(bundleName: string, callback: AsyncCallback\<Array\<formInfo.FormInfo>>): void;<br>新版本信息:systemapi|@ohos.application.formHost.d.ts|
272|访问级别有变化|类名:formHost;<br>方法or属性:function getFormsInfo(<br>    bundleName: string,<br>    moduleName: string,<br>    callback: AsyncCallback\<Array\<formInfo.FormInfo>><br>  ): void;<br>旧版本信息:|类名:formHost;<br>方法or属性:function getFormsInfo(<br>    bundleName: string,<br>    moduleName: string,<br>    callback: AsyncCallback\<Array\<formInfo.FormInfo>><br>  ): void;<br>新版本信息:systemapi|@ohos.application.formHost.d.ts|
273|访问级别有变化|类名:formHost;<br>方法or属性:function getFormsInfo(bundleName: string, moduleName?: string): Promise\<Array\<formInfo.FormInfo>>;<br>旧版本信息:|类名:formHost;<br>方法or属性:function getFormsInfo(bundleName: string, moduleName?: string): Promise\<Array\<formInfo.FormInfo>>;<br>新版本信息:systemapi|@ohos.application.formHost.d.ts|
274|访问级别有变化|类名:formHost;<br>方法or属性:function deleteInvalidForms(formIds: Array\<string>, callback: AsyncCallback\<number>): void;<br>旧版本信息:|类名:formHost;<br>方法or属性:function deleteInvalidForms(formIds: Array\<string>, callback: AsyncCallback\<number>): void;<br>新版本信息:systemapi|@ohos.application.formHost.d.ts|
275|访问级别有变化|类名:formHost;<br>方法or属性:function deleteInvalidForms(formIds: Array\<string>): Promise\<number>;<br>旧版本信息:|类名:formHost;<br>方法or属性:function deleteInvalidForms(formIds: Array\<string>): Promise\<number>;<br>新版本信息:systemapi|@ohos.application.formHost.d.ts|
276|访问级别有变化|类名:formHost;<br>方法or属性:function acquireFormState(want: Want, callback: AsyncCallback\<formInfo.FormStateInfo>): void;<br>旧版本信息:|类名:formHost;<br>方法or属性:function acquireFormState(want: Want, callback: AsyncCallback\<formInfo.FormStateInfo>): void;<br>新版本信息:systemapi|@ohos.application.formHost.d.ts|
277|访问级别有变化|类名:formHost;<br>方法or属性:function acquireFormState(want: Want): Promise\<formInfo.FormStateInfo>;<br>旧版本信息:|类名:formHost;<br>方法or属性:function acquireFormState(want: Want): Promise\<formInfo.FormStateInfo>;<br>新版本信息:systemapi|@ohos.application.formHost.d.ts|
278|访问级别有变化|类名:formHost;<br>方法or属性:function on(type: 'formUninstall', callback: Callback\<string>): void;<br>旧版本信息:|类名:formHost;<br>方法or属性:function on(type: 'formUninstall', callback: Callback\<string>): void;<br>新版本信息:systemapi|@ohos.application.formHost.d.ts|
279|访问级别有变化|类名:formHost;<br>方法or属性:function off(type: 'formUninstall', callback?: Callback\<string>): void;<br>旧版本信息:|类名:formHost;<br>方法or属性:function off(type: 'formUninstall', callback?: Callback\<string>): void;<br>新版本信息:systemapi|@ohos.application.formHost.d.ts|
280|访问级别有变化|类名:formHost;<br>方法or属性:function notifyFormsVisible(formIds: Array\<string>, isVisible: boolean, callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:formHost;<br>方法or属性:function notifyFormsVisible(formIds: Array\<string>, isVisible: boolean, callback: AsyncCallback\<void>): void;<br>新版本信息:systemapi|@ohos.application.formHost.d.ts|
281|访问级别有变化|类名:formHost;<br>方法or属性:function notifyFormsVisible(formIds: Array\<string>, isVisible: boolean): Promise\<void>;<br>旧版本信息:|类名:formHost;<br>方法or属性:function notifyFormsVisible(formIds: Array\<string>, isVisible: boolean): Promise\<void>;<br>新版本信息:systemapi|@ohos.application.formHost.d.ts|
282|访问级别有变化|类名:formHost;<br>方法or属性:function notifyFormsEnableUpdate(<br>    formIds: Array\<string>,<br>    isEnableUpdate: boolean,<br>    callback: AsyncCallback\<void><br>  ): void;<br>旧版本信息:|类名:formHost;<br>方法or属性:function notifyFormsEnableUpdate(<br>    formIds: Array\<string>,<br>    isEnableUpdate: boolean,<br>    callback: AsyncCallback\<void><br>  ): void;<br>新版本信息:systemapi|@ohos.application.formHost.d.ts|
283|访问级别有变化|类名:formHost;<br>方法or属性:function notifyFormsEnableUpdate(formIds: Array\<string>, isEnableUpdate: boolean): Promise\<void>;<br>旧版本信息:|类名:formHost;<br>方法or属性:function notifyFormsEnableUpdate(formIds: Array\<string>, isEnableUpdate: boolean): Promise\<void>;<br>新版本信息:systemapi|@ohos.application.formHost.d.ts|
284|访问级别有变化|类名:missionManager;<br>方法or属性:function registerMissionListener(listener: MissionListener): number;<br>旧版本信息:|类名:missionManager;<br>方法or属性:function registerMissionListener(listener: MissionListener): number;<br>新版本信息:systemapi|@ohos.application.missionManager.d.ts|
285|访问级别有变化|类名:missionManager;<br>方法or属性:function unregisterMissionListener(listenerId: number, callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:missionManager;<br>方法or属性:function unregisterMissionListener(listenerId: number, callback: AsyncCallback\<void>): void;<br>新版本信息:systemapi|@ohos.application.missionManager.d.ts|
286|访问级别有变化|类名:missionManager;<br>方法or属性:function unregisterMissionListener(listenerId: number): Promise\<void>;<br>旧版本信息:|类名:missionManager;<br>方法or属性:function unregisterMissionListener(listenerId: number): Promise\<void>;<br>新版本信息:systemapi|@ohos.application.missionManager.d.ts|
287|访问级别有变化|类名:missionManager;<br>方法or属性:function getMissionInfo(deviceId: string, missionId: number, callback: AsyncCallback\<MissionInfo>): void;<br>旧版本信息:|类名:missionManager;<br>方法or属性:function getMissionInfo(deviceId: string, missionId: number, callback: AsyncCallback\<MissionInfo>): void;<br>新版本信息:systemapi|@ohos.application.missionManager.d.ts|
288|访问级别有变化|类名:missionManager;<br>方法or属性:function getMissionInfo(deviceId: string, missionId: number): Promise\<MissionInfo>;<br>旧版本信息:|类名:missionManager;<br>方法or属性:function getMissionInfo(deviceId: string, missionId: number): Promise\<MissionInfo>;<br>新版本信息:systemapi|@ohos.application.missionManager.d.ts|
289|访问级别有变化|类名:missionManager;<br>方法or属性:function getMissionInfos(deviceId: string, numMax: number, callback: AsyncCallback\<Array\<MissionInfo>>): void;<br>旧版本信息:|类名:missionManager;<br>方法or属性:function getMissionInfos(deviceId: string, numMax: number, callback: AsyncCallback\<Array\<MissionInfo>>): void;<br>新版本信息:systemapi|@ohos.application.missionManager.d.ts|
290|访问级别有变化|类名:missionManager;<br>方法or属性:function getMissionInfos(deviceId: string, numMax: number): Promise\<Array\<MissionInfo>>;<br>旧版本信息:|类名:missionManager;<br>方法or属性:function getMissionInfos(deviceId: string, numMax: number): Promise\<Array\<MissionInfo>>;<br>新版本信息:systemapi|@ohos.application.missionManager.d.ts|
291|访问级别有变化|类名:missionManager;<br>方法or属性:function getMissionSnapShot(deviceId: string, missionId: number, callback: AsyncCallback\<MissionSnapshot>): void;<br>旧版本信息:|类名:missionManager;<br>方法or属性:function getMissionSnapShot(deviceId: string, missionId: number, callback: AsyncCallback\<MissionSnapshot>): void;<br>新版本信息:systemapi|@ohos.application.missionManager.d.ts|
292|访问级别有变化|类名:missionManager;<br>方法or属性:function getMissionSnapShot(deviceId: string, missionId: number): Promise\<MissionSnapshot>;<br>旧版本信息:|类名:missionManager;<br>方法or属性:function getMissionSnapShot(deviceId: string, missionId: number): Promise\<MissionSnapshot>;<br>新版本信息:systemapi|@ohos.application.missionManager.d.ts|
293|访问级别有变化|类名:missionManager;<br>方法or属性:function lockMission(missionId: number, callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:missionManager;<br>方法or属性:function lockMission(missionId: number, callback: AsyncCallback\<void>): void;<br>新版本信息:systemapi|@ohos.application.missionManager.d.ts|
294|访问级别有变化|类名:missionManager;<br>方法or属性:function lockMission(missionId: number): Promise\<void>;<br>旧版本信息:|类名:missionManager;<br>方法or属性:function lockMission(missionId: number): Promise\<void>;<br>新版本信息:systemapi|@ohos.application.missionManager.d.ts|
295|访问级别有变化|类名:missionManager;<br>方法or属性:function unlockMission(missionId: number, callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:missionManager;<br>方法or属性:function unlockMission(missionId: number, callback: AsyncCallback\<void>): void;<br>新版本信息:systemapi|@ohos.application.missionManager.d.ts|
296|访问级别有变化|类名:missionManager;<br>方法or属性:function unlockMission(missionId: number): Promise\<void>;<br>旧版本信息:|类名:missionManager;<br>方法or属性:function unlockMission(missionId: number): Promise\<void>;<br>新版本信息:systemapi|@ohos.application.missionManager.d.ts|
297|访问级别有变化|类名:missionManager;<br>方法or属性:function clearMission(missionId: number, callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:missionManager;<br>方法or属性:function clearMission(missionId: number, callback: AsyncCallback\<void>): void;<br>新版本信息:systemapi|@ohos.application.missionManager.d.ts|
298|访问级别有变化|类名:missionManager;<br>方法or属性:function clearMission(missionId: number): Promise\<void>;<br>旧版本信息:|类名:missionManager;<br>方法or属性:function clearMission(missionId: number): Promise\<void>;<br>新版本信息:systemapi|@ohos.application.missionManager.d.ts|
299|访问级别有变化|类名:missionManager;<br>方法or属性:function clearAllMissions(callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:missionManager;<br>方法or属性:function clearAllMissions(callback: AsyncCallback\<void>): void;<br>新版本信息:systemapi|@ohos.application.missionManager.d.ts|
300|访问级别有变化|类名:missionManager;<br>方法or属性:function clearAllMissions(): Promise\<void>;<br>旧版本信息:|类名:missionManager;<br>方法or属性:function clearAllMissions(): Promise\<void>;<br>新版本信息:systemapi|@ohos.application.missionManager.d.ts|
301|访问级别有变化|类名:missionManager;<br>方法or属性:function moveMissionToFront(missionId: number, callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:missionManager;<br>方法or属性:function moveMissionToFront(missionId: number, callback: AsyncCallback\<void>): void;<br>新版本信息:systemapi|@ohos.application.missionManager.d.ts|
302|访问级别有变化|类名:missionManager;<br>方法or属性:function moveMissionToFront(missionId: number, options: StartOptions, callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:missionManager;<br>方法or属性:function moveMissionToFront(missionId: number, options: StartOptions, callback: AsyncCallback\<void>): void;<br>新版本信息:systemapi|@ohos.application.missionManager.d.ts|
303|访问级别有变化|类名:missionManager;<br>方法or属性:function moveMissionToFront(missionId: number, options?: StartOptions): Promise\<void>;<br>旧版本信息:|类名:missionManager;<br>方法or属性:function moveMissionToFront(missionId: number, options?: StartOptions): Promise\<void>;<br>新版本信息:systemapi|@ohos.application.missionManager.d.ts|
304|访问级别有变化|类名:distributedMissionManager;<br>方法or属性:function startSyncRemoteMissions(parameter: MissionParameter): Promise\<void>;<br>旧版本信息:|类名:distributedMissionManager;<br>方法or属性:function startSyncRemoteMissions(parameter: MissionParameter): Promise\<void>;<br>新版本信息:systemapi|@ohos.distributedMissionManager.d.ts|
305|访问级别有变化|类名:distributedMissionManager;<br>方法or属性:function stopSyncRemoteMissions(parameter: MissionDeviceInfo): Promise\<void>;<br>旧版本信息:|类名:distributedMissionManager;<br>方法or属性:function stopSyncRemoteMissions(parameter: MissionDeviceInfo): Promise\<void>;<br>新版本信息:systemapi|@ohos.distributedMissionManager.d.ts|
306|访问级别有变化|类名:distributedMissionManager;<br>方法or属性:function registerMissionListener(parameter: MissionDeviceInfo, options: MissionCallback): Promise\<void>;<br>旧版本信息:|类名:distributedMissionManager;<br>方法or属性:function registerMissionListener(parameter: MissionDeviceInfo, options: MissionCallback): Promise\<void>;<br>新版本信息:systemapi|@ohos.distributedMissionManager.d.ts|
307|访问级别有变化|类名:distributedMissionManager;<br>方法or属性:function unRegisterMissionListener(parameter: MissionDeviceInfo): Promise\<void>;<br>旧版本信息:|类名:distributedMissionManager;<br>方法or属性:function unRegisterMissionListener(parameter: MissionDeviceInfo): Promise\<void>;<br>新版本信息:systemapi|@ohos.distributedMissionManager.d.ts|
308|访问级别有变化|类名:distributedMissionManager;<br>方法or属性:function continueMission(parameter: ContinueDeviceInfo, options: ContinueCallback): Promise\<void>;<br>旧版本信息:|类名:distributedMissionManager;<br>方法or属性:function continueMission(parameter: ContinueDeviceInfo, options: ContinueCallback): Promise\<void>;<br>新版本信息:systemapi|@ohos.distributedMissionManager.d.ts|
309|访问级别有变化|类名:ContinueCallback;<br>方法or属性:onContinueDone(result: number): void;<br>旧版本信息:|类名:ContinueCallback;<br>方法or属性:onContinueDone(result: number): void;<br>新版本信息:systemapi|ContinueCallback.d.ts|
310|访问级别有变化|类名:ContinueDeviceInfo;<br>方法or属性:srcDeviceId: string;<br>旧版本信息:|类名:ContinueDeviceInfo;<br>方法or属性:srcDeviceId: string;<br>新版本信息:systemapi|ContinueDeviceInfo.d.ts|
311|访问级别有变化|类名:ContinueDeviceInfo;<br>方法or属性:dstDeviceId: string;<br>旧版本信息:|类名:ContinueDeviceInfo;<br>方法or属性:dstDeviceId: string;<br>新版本信息:systemapi|ContinueDeviceInfo.d.ts|
312|访问级别有变化|类名:ContinueDeviceInfo;<br>方法or属性:missionId: number;<br>旧版本信息:|类名:ContinueDeviceInfo;<br>方法or属性:missionId: number;<br>新版本信息:systemapi|ContinueDeviceInfo.d.ts|
313|访问级别有变化|类名:ContinueDeviceInfo;<br>方法or属性:wantParam: { [key: string]: any };<br>旧版本信息:|类名:ContinueDeviceInfo;<br>方法or属性:wantParam: { [key: string]: any };<br>新版本信息:systemapi|ContinueDeviceInfo.d.ts|
314|访问级别有变化|类名:MissionCallback;<br>方法or属性:notifyMissionsChanged(deviceId: string): void;<br>旧版本信息:|类名:MissionCallback;<br>方法or属性:notifyMissionsChanged(deviceId: string): void;<br>新版本信息:systemapi|MissionCallbacks.d.ts|
315|访问级别有变化|类名:MissionCallback;<br>方法or属性:notifySnapshot(deviceId: string, mission: number): void;<br>旧版本信息:|类名:MissionCallback;<br>方法or属性:notifySnapshot(deviceId: string, mission: number): void;<br>新版本信息:systemapi|MissionCallbacks.d.ts|
316|访问级别有变化|类名:MissionCallback;<br>方法or属性:notifyNetDisconnect(deviceId: string, state: number): void;<br>旧版本信息:|类名:MissionCallback;<br>方法or属性:notifyNetDisconnect(deviceId: string, state: number): void;<br>新版本信息:systemapi|MissionCallbacks.d.ts|
317|访问级别有变化|类名:MissionDeviceInfo;<br>方法or属性:deviceId: string;<br>旧版本信息:|类名:MissionDeviceInfo;<br>方法or属性:deviceId: string;<br>新版本信息:systemapi|MissionDeviceInfo.d.ts|
318|访问级别有变化|类名:MissionInfo;<br>方法or属性:missionId: number;<br>旧版本信息:|类名:MissionInfo;<br>方法or属性:missionId: number;<br>新版本信息:systemapi|MissionInfo.d.ts|
319|访问级别有变化|类名:MissionInfo;<br>方法or属性:runningState: number;<br>旧版本信息:|类名:MissionInfo;<br>方法or属性:runningState: number;<br>新版本信息:systemapi|MissionInfo.d.ts|
320|访问级别有变化|类名:MissionInfo;<br>方法or属性:lockedState: boolean;<br>旧版本信息:|类名:MissionInfo;<br>方法or属性:lockedState: boolean;<br>新版本信息:systemapi|MissionInfo.d.ts|
321|访问级别有变化|类名:MissionInfo;<br>方法or属性:timestamp: string;<br>旧版本信息:|类名:MissionInfo;<br>方法or属性:timestamp: string;<br>新版本信息:systemapi|MissionInfo.d.ts|
322|访问级别有变化|类名:MissionInfo;<br>方法or属性:want: Want;<br>旧版本信息:|类名:MissionInfo;<br>方法or属性:want: Want;<br>新版本信息:systemapi|MissionInfo.d.ts|
323|访问级别有变化|类名:MissionInfo;<br>方法or属性:label: string;<br>旧版本信息:|类名:MissionInfo;<br>方法or属性:label: string;<br>新版本信息:systemapi|MissionInfo.d.ts|
324|访问级别有变化|类名:MissionInfo;<br>方法or属性:iconPath: string;<br>旧版本信息:|类名:MissionInfo;<br>方法or属性:iconPath: string;<br>新版本信息:systemapi|MissionInfo.d.ts|
325|访问级别有变化|类名:MissionInfo;<br>方法or属性:continuable: boolean;<br>旧版本信息:|类名:MissionInfo;<br>方法or属性:continuable: boolean;<br>新版本信息:systemapi|MissionInfo.d.ts|
326|访问级别有变化|类名:MissionListener;<br>方法or属性:onMissionCreated(mission: number): void;<br>旧版本信息:|类名:MissionListener;<br>方法or属性:onMissionCreated(mission: number): void;<br>新版本信息:systemapi|MissionListener.d.ts|
327|访问级别有变化|类名:MissionListener;<br>方法or属性:onMissionDestroyed(mission: number): void;<br>旧版本信息:|类名:MissionListener;<br>方法or属性:onMissionDestroyed(mission: number): void;<br>新版本信息:systemapi|MissionListener.d.ts|
328|访问级别有变化|类名:MissionListener;<br>方法or属性:onMissionSnapshotChanged(mission: number): void;<br>旧版本信息:|类名:MissionListener;<br>方法or属性:onMissionSnapshotChanged(mission: number): void;<br>新版本信息:systemapi|MissionListener.d.ts|
329|访问级别有变化|类名:MissionListener;<br>方法or属性:onMissionMovedToFront(mission: number): void;<br>旧版本信息:|类名:MissionListener;<br>方法or属性:onMissionMovedToFront(mission: number): void;<br>新版本信息:systemapi|MissionListener.d.ts|
330|访问级别有变化|类名:MissionListener;<br>方法or属性:onMissionLabelUpdated(mission: number): void;<br>旧版本信息:|类名:MissionListener;<br>方法or属性:onMissionLabelUpdated(mission: number): void;<br>新版本信息:systemapi|MissionListener.d.ts|
331|访问级别有变化|类名:MissionListener;<br>方法or属性:onMissionIconUpdated(mission: number, icon: image.PixelMap): void;<br>旧版本信息:|类名:MissionListener;<br>方法or属性:onMissionIconUpdated(mission: number, icon: image.PixelMap): void;<br>新版本信息:systemapi|MissionListener.d.ts|
332|访问级别有变化|类名:MissionListener;<br>方法or属性:onMissionClosed(mission: number): void;<br>旧版本信息:|类名:MissionListener;<br>方法or属性:onMissionClosed(mission: number): void;<br>新版本信息:systemapi|MissionListener.d.ts|
333|访问级别有变化|类名:MissionParameter;<br>方法or属性:deviceId: string;<br>旧版本信息:|类名:MissionParameter;<br>方法or属性:deviceId: string;<br>新版本信息:systemapi|MissionParameter.d.ts|
334|访问级别有变化|类名:MissionParameter;<br>方法or属性:fixConflict: boolean;<br>旧版本信息:|类名:MissionParameter;<br>方法or属性:fixConflict: boolean;<br>新版本信息:systemapi|MissionParameter.d.ts|
335|访问级别有变化|类名:MissionParameter;<br>方法or属性:tag: number;<br>旧版本信息:|类名:MissionParameter;<br>方法or属性:tag: number;<br>新版本信息:systemapi|MissionParameter.d.ts|
336|访问级别有变化|类名:MissionSnapshot;<br>方法or属性:ability: ElementName;<br>旧版本信息:|类名:MissionSnapshot;<br>方法or属性:ability: ElementName;<br>新版本信息:systemapi|MissionSnapshot.d.ts|
337|访问级别有变化|类名:MissionSnapshot;<br>方法or属性:snapshot: image.PixelMap;<br>旧版本信息:|类名:MissionSnapshot;<br>方法or属性:snapshot: image.PixelMap;<br>新版本信息:systemapi|MissionSnapshot.d.ts|
338|访问级别有变化|类名:ServiceExtensionContext;<br>方法or属性:startAbility(want: Want, callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:ServiceExtensionContext;<br>方法or属性:startAbility(want: Want, callback: AsyncCallback\<void>): void;<br>新版本信息:systemapi|ServiceExtensionContext.d.ts|
339|访问级别有变化|类名:ServiceExtensionContext;<br>方法or属性:startAbility(want: Want, options: StartOptions, callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:ServiceExtensionContext;<br>方法or属性:startAbility(want: Want, options: StartOptions, callback: AsyncCallback\<void>): void;<br>新版本信息:systemapi|ServiceExtensionContext.d.ts|
340|访问级别有变化|类名:ServiceExtensionContext;<br>方法or属性:startAbility(want: Want, options?: StartOptions): Promise\<void>;<br>旧版本信息:|类名:ServiceExtensionContext;<br>方法or属性:startAbility(want: Want, options?: StartOptions): Promise\<void>;<br>新版本信息:systemapi|ServiceExtensionContext.d.ts|
341|访问级别有变化|类名:ServiceExtensionContext;<br>方法or属性:terminateSelf(callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:ServiceExtensionContext;<br>方法or属性:terminateSelf(callback: AsyncCallback\<void>): void;<br>新版本信息:systemapi|ServiceExtensionContext.d.ts|
342|访问级别有变化|类名:ServiceExtensionContext;<br>方法or属性:terminateSelf(): Promise\<void>;<br>旧版本信息:|类名:ServiceExtensionContext;<br>方法or属性:terminateSelf(): Promise\<void>;<br>新版本信息:systemapi|ServiceExtensionContext.d.ts|
343|访问级别有变化|类名:ServiceExtensionContext;<br>方法or属性:connectServiceExtensionAbility(want: Want, options: ConnectOptions): number;<br>旧版本信息:|类名:ServiceExtensionContext;<br>方法or属性:connectServiceExtensionAbility(want: Want, options: ConnectOptions): number;<br>新版本信息:systemapi|ServiceExtensionContext.d.ts|
344|访问级别有变化|类名:ServiceExtensionContext;<br>方法or属性:disconnectServiceExtensionAbility(connection: number, callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:ServiceExtensionContext;<br>方法or属性:disconnectServiceExtensionAbility(connection: number, callback: AsyncCallback\<void>): void;<br>新版本信息:systemapi|ServiceExtensionContext.d.ts|
345|访问级别有变化|类名:ServiceExtensionContext;<br>方法or属性:disconnectServiceExtensionAbility(connection: number): Promise\<void>;<br>旧版本信息:|类名:ServiceExtensionContext;<br>方法or属性:disconnectServiceExtensionAbility(connection: number): Promise\<void>;<br>新版本信息:systemapi|ServiceExtensionContext.d.ts|
346|权限有变化|类名:missionManager;<br>方法or属性:function on(type: 'mission', listener: MissionListener): number;<br>旧版本信息:|类名:missionManager;<br>方法or属性:function on(type: 'mission', listener: MissionListener): number;<br>新版本信息:ohos.permission.MANAGE_MISSIONS|@ohos.app.ability.missionManager.d.ts|
347|权限有变化|类名:missionManager;<br>方法or属性:function off(type: 'mission', listenerId: number, callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:missionManager;<br>方法or属性:function off(type: 'mission', listenerId: number, callback: AsyncCallback\<void>): void;<br>新版本信息:ohos.permission.MANAGE_MISSIONS|@ohos.app.ability.missionManager.d.ts|
348|权限有变化|类名:missionManager;<br>方法or属性:function off(type: 'mission', listenerId: number): Promise\<void>;<br>旧版本信息:|类名:missionManager;<br>方法or属性:function off(type: 'mission', listenerId: number): Promise\<void>;<br>新版本信息:ohos.permission.MANAGE_MISSIONS|@ohos.app.ability.missionManager.d.ts|
349|权限有变化|类名:missionManager;<br>方法or属性:function getMissionInfo(deviceId: string, missionId: number, callback: AsyncCallback\<MissionInfo>): void;<br>旧版本信息:|类名:missionManager;<br>方法or属性:function getMissionInfo(deviceId: string, missionId: number, callback: AsyncCallback\<MissionInfo>): void;<br>新版本信息:ohos.permission.MANAGE_MISSIONS|@ohos.app.ability.missionManager.d.ts|
350|权限有变化|类名:missionManager;<br>方法or属性:function getMissionInfo(deviceId: string, missionId: number): Promise\<MissionInfo>;<br>旧版本信息:|类名:missionManager;<br>方法or属性:function getMissionInfo(deviceId: string, missionId: number): Promise\<MissionInfo>;<br>新版本信息:ohos.permission.MANAGE_MISSIONS|@ohos.app.ability.missionManager.d.ts|
351|权限有变化|类名:missionManager;<br>方法or属性:function getMissionInfos(deviceId: string, numMax: number, callback: AsyncCallback\<Array\<MissionInfo>>): void;<br>旧版本信息:|类名:missionManager;<br>方法or属性:function getMissionInfos(deviceId: string, numMax: number, callback: AsyncCallback\<Array\<MissionInfo>>): void;<br>新版本信息:ohos.permission.MANAGE_MISSIONS|@ohos.app.ability.missionManager.d.ts|
352|权限有变化|类名:missionManager;<br>方法or属性:function getMissionInfos(deviceId: string, numMax: number): Promise\<Array\<MissionInfo>>;<br>旧版本信息:|类名:missionManager;<br>方法or属性:function getMissionInfos(deviceId: string, numMax: number): Promise\<Array\<MissionInfo>>;<br>新版本信息:ohos.permission.MANAGE_MISSIONS|@ohos.app.ability.missionManager.d.ts|
353|权限有变化|类名:missionManager;<br>方法or属性:function getMissionSnapShot(deviceId: string, missionId: number, callback: AsyncCallback\<MissionSnapshot>): void;<br>旧版本信息:|类名:missionManager;<br>方法or属性:function getMissionSnapShot(deviceId: string, missionId: number, callback: AsyncCallback\<MissionSnapshot>): void;<br>新版本信息:ohos.permission.MANAGE_MISSIONS|@ohos.app.ability.missionManager.d.ts|
354|权限有变化|类名:missionManager;<br>方法or属性:function getMissionSnapShot(deviceId: string, missionId: number): Promise\<MissionSnapshot>;<br>旧版本信息:|类名:missionManager;<br>方法or属性:function getMissionSnapShot(deviceId: string, missionId: number): Promise\<MissionSnapshot>;<br>新版本信息:ohos.permission.MANAGE_MISSIONS|@ohos.app.ability.missionManager.d.ts|
355|权限有变化|类名:missionManager;<br>方法or属性:function getLowResolutionMissionSnapShot(<br>    deviceId: string,<br>    missionId: number,<br>    callback: AsyncCallback\<MissionSnapshot><br>  ): void;<br>旧版本信息:|类名:missionManager;<br>方法or属性:function getLowResolutionMissionSnapShot(<br>    deviceId: string,<br>    missionId: number,<br>    callback: AsyncCallback\<MissionSnapshot><br>  ): void;<br>新版本信息:ohos.permission.MANAGE_MISSIONS|@ohos.app.ability.missionManager.d.ts|
356|权限有变化|类名:missionManager;<br>方法or属性:function getLowResolutionMissionSnapShot(deviceId: string, missionId: number): Promise\<MissionSnapshot>;<br>旧版本信息:|类名:missionManager;<br>方法or属性:function getLowResolutionMissionSnapShot(deviceId: string, missionId: number): Promise\<MissionSnapshot>;<br>新版本信息:ohos.permission.MANAGE_MISSIONS|@ohos.app.ability.missionManager.d.ts|
357|权限有变化|类名:missionManager;<br>方法or属性:function lockMission(missionId: number, callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:missionManager;<br>方法or属性:function lockMission(missionId: number, callback: AsyncCallback\<void>): void;<br>新版本信息:ohos.permission.MANAGE_MISSIONS|@ohos.app.ability.missionManager.d.ts|
358|权限有变化|类名:missionManager;<br>方法or属性:function lockMission(missionId: number): Promise\<void>;<br>旧版本信息:|类名:missionManager;<br>方法or属性:function lockMission(missionId: number): Promise\<void>;<br>新版本信息:ohos.permission.MANAGE_MISSIONS|@ohos.app.ability.missionManager.d.ts|
359|权限有变化|类名:missionManager;<br>方法or属性:function unlockMission(missionId: number, callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:missionManager;<br>方法or属性:function unlockMission(missionId: number, callback: AsyncCallback\<void>): void;<br>新版本信息:ohos.permission.MANAGE_MISSIONS|@ohos.app.ability.missionManager.d.ts|
360|权限有变化|类名:missionManager;<br>方法or属性:function unlockMission(missionId: number): Promise\<void>;<br>旧版本信息:|类名:missionManager;<br>方法or属性:function unlockMission(missionId: number): Promise\<void>;<br>新版本信息:ohos.permission.MANAGE_MISSIONS|@ohos.app.ability.missionManager.d.ts|
361|权限有变化|类名:missionManager;<br>方法or属性:function clearMission(missionId: number, callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:missionManager;<br>方法or属性:function clearMission(missionId: number, callback: AsyncCallback\<void>): void;<br>新版本信息:ohos.permission.MANAGE_MISSIONS|@ohos.app.ability.missionManager.d.ts|
362|权限有变化|类名:missionManager;<br>方法or属性:function clearMission(missionId: number): Promise\<void>;<br>旧版本信息:|类名:missionManager;<br>方法or属性:function clearMission(missionId: number): Promise\<void>;<br>新版本信息:ohos.permission.MANAGE_MISSIONS|@ohos.app.ability.missionManager.d.ts|
363|权限有变化|类名:missionManager;<br>方法or属性:function clearAllMissions(callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:missionManager;<br>方法or属性:function clearAllMissions(callback: AsyncCallback\<void>): void;<br>新版本信息:ohos.permission.MANAGE_MISSIONS|@ohos.app.ability.missionManager.d.ts|
364|权限有变化|类名:missionManager;<br>方法or属性:function clearAllMissions(): Promise\<void>;<br>旧版本信息:|类名:missionManager;<br>方法or属性:function clearAllMissions(): Promise\<void>;<br>新版本信息:ohos.permission.MANAGE_MISSIONS|@ohos.app.ability.missionManager.d.ts|
365|权限有变化|类名:missionManager;<br>方法or属性:function moveMissionToFront(missionId: number, callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:missionManager;<br>方法or属性:function moveMissionToFront(missionId: number, callback: AsyncCallback\<void>): void;<br>新版本信息:ohos.permission.MANAGE_MISSIONS|@ohos.app.ability.missionManager.d.ts|
366|权限有变化|类名:missionManager;<br>方法or属性:function moveMissionToFront(missionId: number, options: StartOptions, callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:missionManager;<br>方法or属性:function moveMissionToFront(missionId: number, options: StartOptions, callback: AsyncCallback\<void>): void;<br>新版本信息:ohos.permission.MANAGE_MISSIONS|@ohos.app.ability.missionManager.d.ts|
367|权限有变化|类名:missionManager;<br>方法or属性:function moveMissionToFront(missionId: number, options?: StartOptions): Promise\<void>;<br>旧版本信息:|类名:missionManager;<br>方法or属性:function moveMissionToFront(missionId: number, options?: StartOptions): Promise\<void>;<br>新版本信息:ohos.permission.MANAGE_MISSIONS|@ohos.app.ability.missionManager.d.ts|
368|权限有变化|类名:missionManager;<br>方法or属性:export type MissionInfo = _MissionInfo;<br>旧版本信息:|类名:missionManager;<br>方法or属性:export type MissionInfo = _MissionInfo;<br>新版本信息:ohos.permission.MANAGE_MISSIONS|@ohos.app.ability.missionManager.d.ts|
369|权限有变化|类名:missionManager;<br>方法or属性:export type MissionListener = _MissionListener;<br>旧版本信息:|类名:missionManager;<br>方法or属性:export type MissionListener = _MissionListener;<br>新版本信息:ohos.permission.MANAGE_MISSIONS|@ohos.app.ability.missionManager.d.ts|
370|权限有变化|类名:missionManager;<br>方法or属性:export type MissionSnapshot = _MissionSnapshot;<br>旧版本信息:|类名:missionManager;<br>方法or属性:export type MissionSnapshot = _MissionSnapshot;<br>新版本信息:ohos.permission.MANAGE_MISSIONS|@ohos.app.ability.missionManager.d.ts|
371|权限有变化|类名:abilityManager;<br>方法or属性:function updateConfiguration(config: Configuration): Promise\<void>;<br>旧版本信息:|类名:abilityManager;<br>方法or属性:function updateConfiguration(config: Configuration): Promise\<void>;<br>新版本信息:ohos.permission.UPDATE_CONFIGURATION|@ohos.application.abilityManager.d.ts|
372|权限有变化|类名:abilityManager;<br>方法or属性:function getAbilityRunningInfos(callback: AsyncCallback\<Array\<AbilityRunningInfo>>): void;<br>旧版本信息:|类名:abilityManager;<br>方法or属性:function getAbilityRunningInfos(callback: AsyncCallback\<Array\<AbilityRunningInfo>>): void;<br>新版本信息:ohos.permission.GET_RUNNING_INFO|@ohos.application.abilityManager.d.ts|
373|权限有变化|类名:appManager;<br>方法or属性:function unregisterApplicationStateObserver(observerId: number): Promise\<void>;<br>旧版本信息:|类名:appManager;<br>方法or属性:function unregisterApplicationStateObserver(observerId: number): Promise\<void>;<br>新版本信息:ohos.permission.RUNNING_STATE_OBSERVER|@ohos.application.appManager.d.ts|
374|权限有变化|类名:appManager;<br>方法or属性:function getForegroundApplications(): Promise\<Array\<AppStateData>>;<br>旧版本信息:|类名:appManager;<br>方法or属性:function getForegroundApplications(): Promise\<Array\<AppStateData>>;<br>新版本信息:ohos.permission.GET_RUNNING_INFO|@ohos.application.appManager.d.ts|
375|权限有变化|类名:appManager;<br>方法or属性:function killProcessWithAccount(bundleName: string, accountId: number, callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:appManager;<br>方法or属性:function killProcessWithAccount(bundleName: string, accountId: number, callback: AsyncCallback\<void>): void;<br>新版本信息:ohos.permission.INTERACT_ACROSS_LOCAL_ACCOUNTS,ohos.permission.CLEAN_BACKGROUND_PROCESSES|@ohos.application.appManager.d.ts|
376|权限有变化|类名:appManager;<br>方法or属性:function getProcessRunningInfos(callback: AsyncCallback\<Array\<ProcessRunningInfo>>): void;<br>旧版本信息:|类名:appManager;<br>方法or属性:function getProcessRunningInfos(callback: AsyncCallback\<Array\<ProcessRunningInfo>>): void;<br>新版本信息:ohos.permission.GET_RUNNING_INFO|@ohos.application.appManager.d.ts|
377|权限有变化|类名:appManager;<br>方法or属性:function killProcessesByBundleName(bundleName: string, callback: AsyncCallback\<void>);<br>旧版本信息:|类名:appManager;<br>方法or属性:function killProcessesByBundleName(bundleName: string, callback: AsyncCallback\<void>);<br>新版本信息:ohos.permission.CLEAN_BACKGROUND_PROCESSES|@ohos.application.appManager.d.ts|
378|权限有变化|类名:appManager;<br>方法or属性:function clearUpApplicationData(bundleName: string, callback: AsyncCallback\<void>);<br>旧版本信息:|类名:appManager;<br>方法or属性:function clearUpApplicationData(bundleName: string, callback: AsyncCallback\<void>);<br>新版本信息:ohos.permission.CLEAN_APPLICATION_DATA|@ohos.application.appManager.d.ts|
379|权限有变化|类名:formHost;<br>方法or属性:function deleteForm(formId: string): Promise\<void>;<br>旧版本信息:|类名:formHost;<br>方法or属性:function deleteForm(formId: string): Promise\<void>;<br>新版本信息:ohos.permission.REQUIRE_FORM|@ohos.application.formHost.d.ts|
380|权限有变化|类名:formHost;<br>方法or属性:function releaseForm(formId: string, isReleaseCache: boolean, callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:formHost;<br>方法or属性:function releaseForm(formId: string, isReleaseCache: boolean, callback: AsyncCallback\<void>): void;<br>新版本信息:ohos.permission.REQUIRE_FORM|@ohos.application.formHost.d.ts|
381|权限有变化|类名:formHost;<br>方法or属性:function releaseForm(formId: string, isReleaseCache?: boolean): Promise\<void>;<br>旧版本信息:|类名:formHost;<br>方法or属性:function releaseForm(formId: string, isReleaseCache?: boolean): Promise\<void>;<br>新版本信息:ohos.permission.REQUIRE_FORM|@ohos.application.formHost.d.ts|
382|权限有变化|类名:formHost;<br>方法or属性:function requestForm(formId: string): Promise\<void>;<br>旧版本信息:|类名:formHost;<br>方法or属性:function requestForm(formId: string): Promise\<void>;<br>新版本信息:ohos.permission.REQUIRE_FORM|@ohos.application.formHost.d.ts|
383|权限有变化|类名:formHost;<br>方法or属性:function castTempForm(formId: string): Promise\<void>;<br>旧版本信息:|类名:formHost;<br>方法or属性:function castTempForm(formId: string): Promise\<void>;<br>新版本信息:ohos.permission.REQUIRE_FORM|@ohos.application.formHost.d.ts|
384|权限有变化|类名:formHost;<br>方法or属性:function notifyVisibleForms(formIds: Array\<string>): Promise\<void>;<br>旧版本信息:|类名:formHost;<br>方法or属性:function notifyVisibleForms(formIds: Array\<string>): Promise\<void>;<br>新版本信息:ohos.permission.REQUIRE_FORM|@ohos.application.formHost.d.ts|
385|权限有变化|类名:formHost;<br>方法or属性:function notifyInvisibleForms(formIds: Array\<string>): Promise\<void>;<br>旧版本信息:|类名:formHost;<br>方法or属性:function notifyInvisibleForms(formIds: Array\<string>): Promise\<void>;<br>新版本信息:ohos.permission.REQUIRE_FORM|@ohos.application.formHost.d.ts|
386|权限有变化|类名:formHost;<br>方法or属性:function enableFormsUpdate(formIds: Array\<string>): Promise\<void>;<br>旧版本信息:|类名:formHost;<br>方法or属性:function enableFormsUpdate(formIds: Array\<string>): Promise\<void>;<br>新版本信息:ohos.permission.REQUIRE_FORM|@ohos.application.formHost.d.ts|
387|权限有变化|类名:formHost;<br>方法or属性:function disableFormsUpdate(formIds: Array\<string>): Promise\<void>;<br>旧版本信息:|类名:formHost;<br>方法or属性:function disableFormsUpdate(formIds: Array\<string>): Promise\<void>;<br>新版本信息:ohos.permission.REQUIRE_FORM|@ohos.application.formHost.d.ts|
388|权限有变化|类名:formHost;<br>方法or属性:function getAllFormsInfo(): Promise\<Array\<formInfo.FormInfo>>;<br>旧版本信息:|类名:formHost;<br>方法or属性:function getAllFormsInfo(): Promise\<Array\<formInfo.FormInfo>>;<br>新版本信息:ohos.permission.GET_BUNDLE_INFO_PRIVILEGED|@ohos.application.formHost.d.ts|
389|权限有变化|类名:formHost;<br>方法or属性:function getFormsInfo(<br>    bundleName: string,<br>    moduleName: string,<br>    callback: AsyncCallback\<Array\<formInfo.FormInfo>><br>  ): void;<br>旧版本信息:|类名:formHost;<br>方法or属性:function getFormsInfo(<br>    bundleName: string,<br>    moduleName: string,<br>    callback: AsyncCallback\<Array\<formInfo.FormInfo>><br>  ): void;<br>新版本信息:ohos.permission.GET_BUNDLE_INFO_PRIVILEGED|@ohos.application.formHost.d.ts|
390|权限有变化|类名:formHost;<br>方法or属性:function getFormsInfo(bundleName: string, moduleName?: string): Promise\<Array\<formInfo.FormInfo>>;<br>旧版本信息:|类名:formHost;<br>方法or属性:function getFormsInfo(bundleName: string, moduleName?: string): Promise\<Array\<formInfo.FormInfo>>;<br>新版本信息:ohos.permission.GET_BUNDLE_INFO_PRIVILEGED|@ohos.application.formHost.d.ts|
391|权限有变化|类名:formHost;<br>方法or属性:function deleteInvalidForms(formIds: Array\<string>): Promise\<number>;<br>旧版本信息:|类名:formHost;<br>方法or属性:function deleteInvalidForms(formIds: Array\<string>): Promise\<number>;<br>新版本信息:ohos.permission.REQUIRE_FORM|@ohos.application.formHost.d.ts|
392|权限有变化|类名:formHost;<br>方法or属性:function acquireFormState(want: Want): Promise\<formInfo.FormStateInfo>;<br>旧版本信息:|类名:formHost;<br>方法or属性:function acquireFormState(want: Want): Promise\<formInfo.FormStateInfo>;<br>新版本信息:ohos.permission.REQUIRE_FORM,ohos.permission.GET_BUNDLE_INFO_PRIVILEGED|@ohos.application.formHost.d.ts|
393|权限有变化|类名:formHost;<br>方法or属性:function notifyFormsVisible(formIds: Array\<string>, isVisible: boolean): Promise\<void>;<br>旧版本信息:|类名:formHost;<br>方法or属性:function notifyFormsVisible(formIds: Array\<string>, isVisible: boolean): Promise\<void>;<br>新版本信息:ohos.permission.REQUIRE_FORM|@ohos.application.formHost.d.ts|
394|权限有变化|类名:formHost;<br>方法or属性:function notifyFormsEnableUpdate(formIds: Array\<string>, isEnableUpdate: boolean): Promise\<void>;<br>旧版本信息:|类名:formHost;<br>方法or属性:function notifyFormsEnableUpdate(formIds: Array\<string>, isEnableUpdate: boolean): Promise\<void>;<br>新版本信息:ohos.permission.REQUIRE_FORM|@ohos.application.formHost.d.ts|
395|权限有变化|类名:missionManager;<br>方法or属性:function registerMissionListener(listener: MissionListener): number;<br>旧版本信息:|类名:missionManager;<br>方法or属性:function registerMissionListener(listener: MissionListener): number;<br>新版本信息:ohos.permission.MANAGE_MISSIONS|@ohos.application.missionManager.d.ts|
396|权限有变化|类名:missionManager;<br>方法or属性:function unregisterMissionListener(listenerId: number, callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:missionManager;<br>方法or属性:function unregisterMissionListener(listenerId: number, callback: AsyncCallback\<void>): void;<br>新版本信息:ohos.permission.MANAGE_MISSIONS|@ohos.application.missionManager.d.ts|
397|权限有变化|类名:missionManager;<br>方法or属性:function unregisterMissionListener(listenerId: number): Promise\<void>;<br>旧版本信息:|类名:missionManager;<br>方法or属性:function unregisterMissionListener(listenerId: number): Promise\<void>;<br>新版本信息:ohos.permission.MANAGE_MISSIONS|@ohos.application.missionManager.d.ts|
398|权限有变化|类名:missionManager;<br>方法or属性:function getMissionInfo(deviceId: string, missionId: number, callback: AsyncCallback\<MissionInfo>): void;<br>旧版本信息:|类名:missionManager;<br>方法or属性:function getMissionInfo(deviceId: string, missionId: number, callback: AsyncCallback\<MissionInfo>): void;<br>新版本信息:ohos.permission.MANAGE_MISSIONS|@ohos.application.missionManager.d.ts|
399|权限有变化|类名:missionManager;<br>方法or属性:function getMissionInfo(deviceId: string, missionId: number): Promise\<MissionInfo>;<br>旧版本信息:|类名:missionManager;<br>方法or属性:function getMissionInfo(deviceId: string, missionId: number): Promise\<MissionInfo>;<br>新版本信息:ohos.permission.MANAGE_MISSIONS|@ohos.application.missionManager.d.ts|
400|权限有变化|类名:missionManager;<br>方法or属性:function getMissionInfos(deviceId: string, numMax: number, callback: AsyncCallback\<Array\<MissionInfo>>): void;<br>旧版本信息:|类名:missionManager;<br>方法or属性:function getMissionInfos(deviceId: string, numMax: number, callback: AsyncCallback\<Array\<MissionInfo>>): void;<br>新版本信息:ohos.permission.MANAGE_MISSIONS|@ohos.application.missionManager.d.ts|
401|权限有变化|类名:missionManager;<br>方法or属性:function getMissionInfos(deviceId: string, numMax: number): Promise\<Array\<MissionInfo>>;<br>旧版本信息:|类名:missionManager;<br>方法or属性:function getMissionInfos(deviceId: string, numMax: number): Promise\<Array\<MissionInfo>>;<br>新版本信息:ohos.permission.MANAGE_MISSIONS|@ohos.application.missionManager.d.ts|
402|权限有变化|类名:missionManager;<br>方法or属性:function getMissionSnapShot(deviceId: string, missionId: number, callback: AsyncCallback\<MissionSnapshot>): void;<br>旧版本信息:|类名:missionManager;<br>方法or属性:function getMissionSnapShot(deviceId: string, missionId: number, callback: AsyncCallback\<MissionSnapshot>): void;<br>新版本信息:ohos.permission.MANAGE_MISSIONS|@ohos.application.missionManager.d.ts|
403|权限有变化|类名:missionManager;<br>方法or属性:function getMissionSnapShot(deviceId: string, missionId: number): Promise\<MissionSnapshot>;<br>旧版本信息:|类名:missionManager;<br>方法or属性:function getMissionSnapShot(deviceId: string, missionId: number): Promise\<MissionSnapshot>;<br>新版本信息:ohos.permission.MANAGE_MISSIONS|@ohos.application.missionManager.d.ts|
404|权限有变化|类名:missionManager;<br>方法or属性:function lockMission(missionId: number, callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:missionManager;<br>方法or属性:function lockMission(missionId: number, callback: AsyncCallback\<void>): void;<br>新版本信息:ohos.permission.MANAGE_MISSIONS|@ohos.application.missionManager.d.ts|
405|权限有变化|类名:missionManager;<br>方法or属性:function lockMission(missionId: number): Promise\<void>;<br>旧版本信息:|类名:missionManager;<br>方法or属性:function lockMission(missionId: number): Promise\<void>;<br>新版本信息:ohos.permission.MANAGE_MISSIONS|@ohos.application.missionManager.d.ts|
406|权限有变化|类名:missionManager;<br>方法or属性:function unlockMission(missionId: number, callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:missionManager;<br>方法or属性:function unlockMission(missionId: number, callback: AsyncCallback\<void>): void;<br>新版本信息:ohos.permission.MANAGE_MISSIONS|@ohos.application.missionManager.d.ts|
407|权限有变化|类名:missionManager;<br>方法or属性:function unlockMission(missionId: number): Promise\<void>;<br>旧版本信息:|类名:missionManager;<br>方法or属性:function unlockMission(missionId: number): Promise\<void>;<br>新版本信息:ohos.permission.MANAGE_MISSIONS|@ohos.application.missionManager.d.ts|
408|权限有变化|类名:missionManager;<br>方法or属性:function clearMission(missionId: number, callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:missionManager;<br>方法or属性:function clearMission(missionId: number, callback: AsyncCallback\<void>): void;<br>新版本信息:ohos.permission.MANAGE_MISSIONS|@ohos.application.missionManager.d.ts|
409|权限有变化|类名:missionManager;<br>方法or属性:function clearMission(missionId: number): Promise\<void>;<br>旧版本信息:|类名:missionManager;<br>方法or属性:function clearMission(missionId: number): Promise\<void>;<br>新版本信息:ohos.permission.MANAGE_MISSIONS|@ohos.application.missionManager.d.ts|
410|权限有变化|类名:missionManager;<br>方法or属性:function clearAllMissions(callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:missionManager;<br>方法or属性:function clearAllMissions(callback: AsyncCallback\<void>): void;<br>新版本信息:ohos.permission.MANAGE_MISSIONS|@ohos.application.missionManager.d.ts|
411|权限有变化|类名:missionManager;<br>方法or属性:function clearAllMissions(): Promise\<void>;<br>旧版本信息:|类名:missionManager;<br>方法or属性:function clearAllMissions(): Promise\<void>;<br>新版本信息:ohos.permission.MANAGE_MISSIONS|@ohos.application.missionManager.d.ts|
412|权限有变化|类名:missionManager;<br>方法or属性:function moveMissionToFront(missionId: number, callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:missionManager;<br>方法or属性:function moveMissionToFront(missionId: number, callback: AsyncCallback\<void>): void;<br>新版本信息:ohos.permission.MANAGE_MISSIONS|@ohos.application.missionManager.d.ts|
413|权限有变化|类名:missionManager;<br>方法or属性:function moveMissionToFront(missionId: number, options: StartOptions, callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:missionManager;<br>方法or属性:function moveMissionToFront(missionId: number, options: StartOptions, callback: AsyncCallback\<void>): void;<br>新版本信息:ohos.permission.MANAGE_MISSIONS|@ohos.application.missionManager.d.ts|
414|权限有变化|类名:missionManager;<br>方法or属性:function moveMissionToFront(missionId: number, options?: StartOptions): Promise\<void>;<br>旧版本信息:|类名:missionManager;<br>方法or属性:function moveMissionToFront(missionId: number, options?: StartOptions): Promise\<void>;<br>新版本信息:ohos.permission.MANAGE_MISSIONS|@ohos.application.missionManager.d.ts|
415|权限有变化|类名:continuationManager;<br>方法or属性:function off(type: 'deviceSelected', token: number): void;<br>旧版本信息:|类名:continuationManager;<br>方法or属性:function off(type: 'deviceSelected', token: number): void;<br>新版本信息:ohos.permission.DISTRIBUTED_DATASYNC|@ohos.continuation.continuationManager.d.ts|
416|权限有变化|类名:continuationManager;<br>方法or属性:function off(type: 'deviceUnselected', token: number): void;<br>旧版本信息:|类名:continuationManager;<br>方法or属性:function off(type: 'deviceUnselected', token: number): void;<br>新版本信息:ohos.permission.DISTRIBUTED_DATASYNC|@ohos.continuation.continuationManager.d.ts|
417|权限有变化|类名:continuationManager;<br>方法or属性:function registerContinuation(options: ContinuationExtraParams, callback: AsyncCallback\<number>): void;<br>旧版本信息:|类名:continuationManager;<br>方法or属性:function registerContinuation(options: ContinuationExtraParams, callback: AsyncCallback\<number>): void;<br>新版本信息:ohos.permission.DISTRIBUTED_DATASYNC|@ohos.continuation.continuationManager.d.ts|
418|权限有变化|类名:continuationManager;<br>方法or属性:function registerContinuation(options?: ContinuationExtraParams): Promise\<number>;<br>旧版本信息:|类名:continuationManager;<br>方法or属性:function registerContinuation(options?: ContinuationExtraParams): Promise\<number>;<br>新版本信息:ohos.permission.DISTRIBUTED_DATASYNC|@ohos.continuation.continuationManager.d.ts|
419|权限有变化|类名:continuationManager;<br>方法or属性:function unregisterContinuation(token: number): Promise\<void>;<br>旧版本信息:|类名:continuationManager;<br>方法or属性:function unregisterContinuation(token: number): Promise\<void>;<br>新版本信息:ohos.permission.DISTRIBUTED_DATASYNC|@ohos.continuation.continuationManager.d.ts|
420|权限有变化|类名:continuationManager;<br>方法or属性:function updateContinuationState(token: number, deviceId: string, status: DeviceConnectState): Promise\<void>;<br>旧版本信息:|类名:continuationManager;<br>方法or属性:function updateContinuationState(token: number, deviceId: string, status: DeviceConnectState): Promise\<void>;<br>新版本信息:ohos.permission.DISTRIBUTED_DATASYNC|@ohos.continuation.continuationManager.d.ts|
421|权限有变化|类名:continuationManager;<br>方法or属性:function startContinuationDeviceManager(<br>    token: number,<br>    options: ContinuationExtraParams,<br>    callback: AsyncCallback\<void><br>  ): void;<br>旧版本信息:|类名:continuationManager;<br>方法or属性:function startContinuationDeviceManager(<br>    token: number,<br>    options: ContinuationExtraParams,<br>    callback: AsyncCallback\<void><br>  ): void;<br>新版本信息:ohos.permission.DISTRIBUTED_DATASYNC|@ohos.continuation.continuationManager.d.ts|
422|权限有变化|类名:continuationManager;<br>方法or属性:function startContinuationDeviceManager(token: number, options?: ContinuationExtraParams): Promise\<void>;<br>旧版本信息:|类名:continuationManager;<br>方法or属性:function startContinuationDeviceManager(token: number, options?: ContinuationExtraParams): Promise\<void>;<br>新版本信息:ohos.permission.DISTRIBUTED_DATASYNC|@ohos.continuation.continuationManager.d.ts|
423|权限有变化|类名:distributedMissionManager;<br>方法or属性:function startSyncRemoteMissions(parameter: MissionParameter): Promise\<void>;<br>旧版本信息:|类名:distributedMissionManager;<br>方法or属性:function startSyncRemoteMissions(parameter: MissionParameter): Promise\<void>;<br>新版本信息:ohos.permission.MANAGE_MISSIONS|@ohos.distributedMissionManager.d.ts|
424|权限有变化|类名:distributedMissionManager;<br>方法or属性:function stopSyncRemoteMissions(parameter: MissionDeviceInfo): Promise\<void>;<br>旧版本信息:|类名:distributedMissionManager;<br>方法or属性:function stopSyncRemoteMissions(parameter: MissionDeviceInfo): Promise\<void>;<br>新版本信息:ohos.permission.MANAGE_MISSIONS|@ohos.distributedMissionManager.d.ts|
425|权限有变化|类名:distributedMissionManager;<br>方法or属性:function registerMissionListener(parameter: MissionDeviceInfo, options: MissionCallback): Promise\<void>;<br>旧版本信息:|类名:distributedMissionManager;<br>方法or属性:function registerMissionListener(parameter: MissionDeviceInfo, options: MissionCallback): Promise\<void>;<br>新版本信息:ohos.permission.MANAGE_MISSIONS|@ohos.distributedMissionManager.d.ts|
426|权限有变化|类名:distributedMissionManager;<br>方法or属性:function unRegisterMissionListener(parameter: MissionDeviceInfo): Promise\<void>;<br>旧版本信息:|类名:distributedMissionManager;<br>方法or属性:function unRegisterMissionListener(parameter: MissionDeviceInfo): Promise\<void>;<br>新版本信息:ohos.permission.MANAGE_MISSIONS|@ohos.distributedMissionManager.d.ts|
427|权限有变化|类名:distributedMissionManager;<br>方法or属性:function continueMission(parameter: ContinueDeviceInfo, options: ContinueCallback): Promise\<void>;<br>旧版本信息:|类名:distributedMissionManager;<br>方法or属性:function continueMission(parameter: ContinueDeviceInfo, options: ContinueCallback): Promise\<void>;<br>新版本信息:ohos.permission.MANAGE_MISSIONS,ohos.permission.DISTRIBUTED_DATASYNC|@ohos.distributedMissionManager.d.ts|
428|权限有变化|类名:MissionCallback;<br>方法or属性:notifyMissionsChanged(deviceId: string): void;<br>旧版本信息:|类名:MissionCallback;<br>方法or属性:notifyMissionsChanged(deviceId: string): void;<br>新版本信息:ohos.permission.MANAGE_MISSIONS|MissionCallbacks.d.ts|
429|权限有变化|类名:MissionCallback;<br>方法or属性:notifySnapshot(deviceId: string, mission: number): void;<br>旧版本信息:|类名:MissionCallback;<br>方法or属性:notifySnapshot(deviceId: string, mission: number): void;<br>新版本信息:ohos.permission.MANAGE_MISSIONS|MissionCallbacks.d.ts|
430|权限有变化|类名:MissionCallback;<br>方法or属性:notifyNetDisconnect(deviceId: string, state: number): void;<br>旧版本信息:|类名:MissionCallback;<br>方法or属性:notifyNetDisconnect(deviceId: string, state: number): void;<br>新版本信息:ohos.permission.MANAGE_MISSIONS|MissionCallbacks.d.ts|
431|权限有变化|类名:MissionDeviceInfo;<br>方法or属性:deviceId: string;<br>旧版本信息:|类名:MissionDeviceInfo;<br>方法or属性:deviceId: string;<br>新版本信息:ohos.permission.MANAGE_MISSIONS|MissionDeviceInfo.d.ts|
432|权限有变化|类名:MissionParameter;<br>方法or属性:deviceId: string;<br>旧版本信息:|类名:MissionParameter;<br>方法or属性:deviceId: string;<br>新版本信息:ohos.permission.MANAGE_MISSIONS|MissionParameter.d.ts|
433|权限有变化|类名:MissionParameter;<br>方法or属性:fixConflict: boolean;<br>旧版本信息:|类名:MissionParameter;<br>方法or属性:fixConflict: boolean;<br>新版本信息:ohos.permission.MANAGE_MISSIONS|MissionParameter.d.ts|
434|权限有变化|类名:MissionParameter;<br>方法or属性:tag: number;<br>旧版本信息:|类名:MissionParameter;<br>方法or属性:tag: number;<br>新版本信息:ohos.permission.MANAGE_MISSIONS|MissionParameter.d.ts|
435|权限有变化|类名:ServiceExtensionContext;<br>方法or属性:startServiceExtensionAbility(want: Want, callback: AsyncCallback\<void>): void;<br>旧版本信息:ohos.permission.START_INVISIBLE_ABILITY|类名:ServiceExtensionContext;<br>方法or属性:startServiceExtensionAbility(want: Want, callback: AsyncCallback\<void>): void;<br>新版本信息:|ServiceExtensionContext.d.ts|
436|权限有变化|类名:ServiceExtensionContext;<br>方法or属性:startServiceExtensionAbility(want: Want): Promise\<void>;<br>旧版本信息:ohos.permission.START_INVISIBLE_ABILITY|类名:ServiceExtensionContext;<br>方法or属性:startServiceExtensionAbility(want: Want): Promise\<void>;<br>新版本信息:|ServiceExtensionContext.d.ts|
437|权限有变化|类名:ServiceExtensionContext;<br>方法or属性:connectServiceExtensionAbility(want: Want, options: ConnectOptions): number;<br>旧版本信息:ohos.permission.ABILITY_BACKGROUND_COMMUNICATION|类名:ServiceExtensionContext;<br>方法or属性:connectServiceExtensionAbility(want: Want, options: ConnectOptions): number;<br>新版本信息:|ServiceExtensionContext.d.ts|
438|权限有变化|类名:ServiceExtensionContext;<br>方法or属性:startAbilityByCallWithAccount(want: Want, accountId: number): Promise\<Caller>;<br>旧版本信息:ohos.permission.ABILITY_BACKGROUND_COMMUNICATION,ohos.permission.INTERACT_ACROSS_LOCAL_ACCOUNTS,ohos.permission.START_ABILITIES_FROM_BACKGROUND,ohos.permission.START_INVISIBLE_ABILITY|类名:ServiceExtensionContext;<br>方法or属性:startAbilityByCallWithAccount(want: Want, accountId: number): Promise\<Caller>;<br>新版本信息:ohos.permission.ABILITY_BACKGROUND_COMMUNICATION,ohos.permission.INTERACT_ACROSS_LOCAL_ACCOUNTS|ServiceExtensionContext.d.ts|
439|权限有变化|类名:UIAbilityContext;<br>方法or属性:startAbilityByCallWithAccount(want: Want, accountId: number): Promise\<Caller>;<br>旧版本信息:ohos.permission.ABILITY_BACKGROUND_COMMUNICATION,ohos.permission.INTERACT_ACROSS_LOCAL_ACCOUNTS,ohos.permission.START_ABILITIES_FROM_BACKGROUND,ohos.permission.START_INVISIBLE_ABILITY|类名:UIAbilityContext;<br>方法or属性:startAbilityByCallWithAccount(want: Want, accountId: number): Promise\<Caller>;<br>新版本信息:ohos.permission.ABILITY_BACKGROUND_COMMUNICATION,ohos.permission.INTERACT_ACROSS_LOCAL_ACCOUNTS|UIAbilityContext.d.ts|
440|权限有变化|类名:UIAbilityContext;<br>方法or属性:startServiceExtensionAbility(want: Want, callback: AsyncCallback\<void>): void;<br>旧版本信息:ohos.permission.START_INVISIBLE_ABILITY|类名:UIAbilityContext;<br>方法or属性:startServiceExtensionAbility(want: Want, callback: AsyncCallback\<void>): void;<br>新版本信息:|UIAbilityContext.d.ts|
441|权限有变化|类名:UIAbilityContext;<br>方法or属性:startServiceExtensionAbility(want: Want): Promise\<void>;<br>旧版本信息:ohos.permission.ABILITY_BACKGROUND_COMMUNICATION|类名:UIAbilityContext;<br>方法or属性:startServiceExtensionAbility(want: Want): Promise\<void>;<br>新版本信息:|UIAbilityContext.d.ts|
442|权限有变化|类名:UIAbilityContext;<br>方法or属性:connectServiceExtensionAbility(want: Want, options: ConnectOptions): number;<br>旧版本信息:ohos.permission.ABILITY_BACKGROUND_COMMUNICATION|类名:UIAbilityContext;<br>方法or属性:connectServiceExtensionAbility(want: Want, options: ConnectOptions): number;<br>新版本信息:|UIAbilityContext.d.ts|
443|model有变化|类名:featureAbility;<br>方法or属性:function getWant(): Promise\<Want>;<br>旧版本信息:|类名:featureAbility;<br>方法or属性:function getWant(): Promise\<Want>;<br>新版本信息:FAModelOnly|@ohos.ability.featureAbility.d.ts|
444|model有变化|类名:featureAbility;<br>方法or属性:function startAbility(parameter: StartAbilityParameter): Promise\<number>;<br>旧版本信息:|类名:featureAbility;<br>方法or属性:function startAbility(parameter: StartAbilityParameter): Promise\<number>;<br>新版本信息:FAModelOnly|@ohos.ability.featureAbility.d.ts|
445|model有变化|类名:featureAbility;<br>方法or属性:function startAbilityForResult(parameter: StartAbilityParameter): Promise\<AbilityResult>;<br>旧版本信息:|类名:featureAbility;<br>方法or属性:function startAbilityForResult(parameter: StartAbilityParameter): Promise\<AbilityResult>;<br>新版本信息:FAModelOnly|@ohos.ability.featureAbility.d.ts|
446|model有变化|类名:featureAbility;<br>方法or属性:function terminateSelfWithResult(parameter: AbilityResult): Promise\<void>;<br>旧版本信息:|类名:featureAbility;<br>方法or属性:function terminateSelfWithResult(parameter: AbilityResult): Promise\<void>;<br>新版本信息:FAModelOnly|@ohos.ability.featureAbility.d.ts|
447|model有变化|类名:featureAbility;<br>方法or属性:function terminateSelf(): Promise\<void>;<br>旧版本信息:|类名:featureAbility;<br>方法or属性:function terminateSelf(): Promise\<void>;<br>新版本信息:FAModelOnly|@ohos.ability.featureAbility.d.ts|
448|model有变化|类名:featureAbility;<br>方法or属性:function hasWindowFocus(): Promise\<boolean>;<br>旧版本信息:|类名:featureAbility;<br>方法or属性:function hasWindowFocus(): Promise\<boolean>;<br>新版本信息:FAModelOnly|@ohos.ability.featureAbility.d.ts|
449|model有变化|类名:featureAbility;<br>方法or属性:function disconnectAbility(connection: number): Promise\<void>;<br>旧版本信息:|类名:featureAbility;<br>方法or属性:function disconnectAbility(connection: number): Promise\<void>;<br>新版本信息:FAModelOnly|@ohos.ability.featureAbility.d.ts|
450|model有变化|类名:featureAbility;<br>方法or属性:function getWindow(): Promise\<window.Window>;<br>旧版本信息:|类名:featureAbility;<br>方法or属性:function getWindow(): Promise\<window.Window>;<br>新版本信息:FAModelOnly|@ohos.ability.featureAbility.d.ts|
451|model有变化|类名:featureAbility;<br>方法or属性:export type AppVersionInfo = _AppVersionInfo;<br>旧版本信息:|类名:featureAbility;<br>方法or属性:export type AppVersionInfo = _AppVersionInfo;<br>新版本信息:FAModelOnly|@ohos.ability.featureAbility.d.ts|
452|model有变化|类名:featureAbility;<br>方法or属性:export type ProcessInfo = _ProcessInfo;<br>旧版本信息:|类名:featureAbility;<br>方法or属性:export type ProcessInfo = _ProcessInfo;<br>新版本信息:FAModelOnly|@ohos.ability.featureAbility.d.ts|
453|model有变化|类名:AbilityWindowConfiguration;<br>方法or属性:WINDOW_MODE_UNDEFINED = 0<br>旧版本信息:|类名:AbilityWindowConfiguration;<br>方法or属性:WINDOW_MODE_UNDEFINED = 0<br>新版本信息:FAModelOnly|@ohos.ability.featureAbility.d.ts|
454|model有变化|类名:AbilityWindowConfiguration;<br>方法or属性:WINDOW_MODE_FULLSCREEN = 1<br>旧版本信息:|类名:AbilityWindowConfiguration;<br>方法or属性:WINDOW_MODE_FULLSCREEN = 1<br>新版本信息:FAModelOnly|@ohos.ability.featureAbility.d.ts|
455|model有变化|类名:AbilityWindowConfiguration;<br>方法or属性:WINDOW_MODE_SPLIT_PRIMARY = 100<br>旧版本信息:|类名:AbilityWindowConfiguration;<br>方法or属性:WINDOW_MODE_SPLIT_PRIMARY = 100<br>新版本信息:FAModelOnly|@ohos.ability.featureAbility.d.ts|
456|model有变化|类名:AbilityWindowConfiguration;<br>方法or属性:WINDOW_MODE_SPLIT_SECONDARY = 101<br>旧版本信息:|类名:AbilityWindowConfiguration;<br>方法or属性:WINDOW_MODE_SPLIT_SECONDARY = 101<br>新版本信息:FAModelOnly|@ohos.ability.featureAbility.d.ts|
457|model有变化|类名:AbilityWindowConfiguration;<br>方法or属性:WINDOW_MODE_FLOATING = 102<br>旧版本信息:|类名:AbilityWindowConfiguration;<br>方法or属性:WINDOW_MODE_FLOATING = 102<br>新版本信息:FAModelOnly|@ohos.ability.featureAbility.d.ts|
458|model有变化|类名:AbilityStartSetting;<br>方法or属性:BOUNDS_KEY = 'abilityBounds'<br>旧版本信息:|类名:AbilityStartSetting;<br>方法or属性:BOUNDS_KEY = 'abilityBounds'<br>新版本信息:FAModelOnly|@ohos.ability.featureAbility.d.ts|
459|model有变化|类名:AbilityStartSetting;<br>方法or属性:WINDOW_MODE_KEY = 'windowMode'<br>旧版本信息:|类名:AbilityStartSetting;<br>方法or属性:WINDOW_MODE_KEY = 'windowMode'<br>新版本信息:FAModelOnly|@ohos.ability.featureAbility.d.ts|
460|model有变化|类名:AbilityStartSetting;<br>方法or属性:DISPLAY_ID_KEY = 'displayId'<br>旧版本信息:|类名:AbilityStartSetting;<br>方法or属性:DISPLAY_ID_KEY = 'displayId'<br>新版本信息:FAModelOnly|@ohos.ability.featureAbility.d.ts|
461|model有变化|类名:ErrorCode;<br>方法or属性:NO_ERROR = 0<br>旧版本信息:|类名:ErrorCode;<br>方法or属性:NO_ERROR = 0<br>新版本信息:FAModelOnly|@ohos.ability.featureAbility.d.ts|
462|model有变化|类名:ErrorCode;<br>方法or属性:INVALID_PARAMETER = -1<br>旧版本信息:|类名:ErrorCode;<br>方法or属性:INVALID_PARAMETER = -1<br>新版本信息:FAModelOnly|@ohos.ability.featureAbility.d.ts|
463|model有变化|类名:ErrorCode;<br>方法or属性:ABILITY_NOT_FOUND = -2<br>旧版本信息:|类名:ErrorCode;<br>方法or属性:ABILITY_NOT_FOUND = -2<br>新版本信息:FAModelOnly|@ohos.ability.featureAbility.d.ts|
464|model有变化|类名:ErrorCode;<br>方法or属性:PERMISSION_DENY = -3<br>旧版本信息:|类名:ErrorCode;<br>方法or属性:PERMISSION_DENY = -3<br>新版本信息:FAModelOnly|@ohos.ability.featureAbility.d.ts|
465|model有变化|类名:DataAbilityOperationType;<br>方法or属性:TYPE_INSERT = 1<br>旧版本信息:|类名:DataAbilityOperationType;<br>方法or属性:TYPE_INSERT = 1<br>新版本信息:FAModelOnly|@ohos.ability.featureAbility.d.ts|
466|model有变化|类名:DataAbilityOperationType;<br>方法or属性:TYPE_UPDATE = 2<br>旧版本信息:|类名:DataAbilityOperationType;<br>方法or属性:TYPE_UPDATE = 2<br>新版本信息:FAModelOnly|@ohos.ability.featureAbility.d.ts|
467|model有变化|类名:DataAbilityOperationType;<br>方法or属性:TYPE_DELETE = 3<br>旧版本信息:|类名:DataAbilityOperationType;<br>方法or属性:TYPE_DELETE = 3<br>新版本信息:FAModelOnly|@ohos.ability.featureAbility.d.ts|
468|model有变化|类名:DataAbilityOperationType;<br>方法or属性:TYPE_ASSERT = 4<br>旧版本信息:|类名:DataAbilityOperationType;<br>方法or属性:TYPE_ASSERT = 4<br>新版本信息:FAModelOnly|@ohos.ability.featureAbility.d.ts|
469|model有变化|类名:particleAbility;<br>方法or属性:function startAbility(parameter: StartAbilityParameter): Promise\<void>;<br>旧版本信息:|类名:particleAbility;<br>方法or属性:function startAbility(parameter: StartAbilityParameter): Promise\<void>;<br>新版本信息:FAModelOnly|@ohos.ability.particleAbility.d.ts|
470|model有变化|类名:particleAbility;<br>方法or属性:function terminateSelf(): Promise\<void>;<br>旧版本信息:|类名:particleAbility;<br>方法or属性:function terminateSelf(): Promise\<void>;<br>新版本信息:FAModelOnly|@ohos.ability.particleAbility.d.ts|
471|model有变化|类名:particleAbility;<br>方法or属性:function disconnectAbility(connection: number): Promise\<void>;<br>旧版本信息:|类名:particleAbility;<br>方法or属性:function disconnectAbility(connection: number): Promise\<void>;<br>新版本信息:FAModelOnly|@ohos.ability.particleAbility.d.ts|
472|model有变化|类名:ErrorCode;<br>方法or属性:INVALID_PARAMETER = -1<br>旧版本信息:|类名:ErrorCode;<br>方法or属性:INVALID_PARAMETER = -1<br>新版本信息:FAModelOnly|@ohos.ability.particleAbility.d.ts|
473|model有变化|类名:LaunchReason;<br>方法or属性:SHARE = 5<br>旧版本信息:|类名:LaunchReason;<br>方法or属性:SHARE = 5<br>新版本信息:StageModelOnly|@ohos.app.ability.AbilityConstant.d.ts|
474|model有变化|类名:OnContinueResult;<br>方法or属性:AGREE = 0<br>旧版本信息:|类名:OnContinueResult;<br>方法or属性:AGREE = 0<br>新版本信息:StageModelOnly|@ohos.app.ability.AbilityConstant.d.ts|
475|model有变化|类名:OnContinueResult;<br>方法or属性:REJECT = 1<br>旧版本信息:|类名:OnContinueResult;<br>方法or属性:REJECT = 1<br>新版本信息:StageModelOnly|@ohos.app.ability.AbilityConstant.d.ts|
476|model有变化|类名:OnContinueResult;<br>方法or属性:MISMATCH = 2<br>旧版本信息:|类名:OnContinueResult;<br>方法or属性:MISMATCH = 2<br>新版本信息:StageModelOnly|@ohos.app.ability.AbilityConstant.d.ts|
477|model有变化|类名:MemoryLevel;<br>方法or属性:MEMORY_LEVEL_MODERATE = 0<br>旧版本信息:|类名:MemoryLevel;<br>方法or属性:MEMORY_LEVEL_MODERATE = 0<br>新版本信息:StageModelOnly|@ohos.app.ability.AbilityConstant.d.ts|
478|model有变化|类名:MemoryLevel;<br>方法or属性:MEMORY_LEVEL_LOW = 1<br>旧版本信息:|类名:MemoryLevel;<br>方法or属性:MEMORY_LEVEL_LOW = 1<br>新版本信息:StageModelOnly|@ohos.app.ability.AbilityConstant.d.ts|
479|model有变化|类名:MemoryLevel;<br>方法or属性:MEMORY_LEVEL_CRITICAL = 2<br>旧版本信息:|类名:MemoryLevel;<br>方法or属性:MEMORY_LEVEL_CRITICAL = 2<br>新版本信息:StageModelOnly|@ohos.app.ability.AbilityConstant.d.ts|
480|model有变化|类名:WindowMode;<br>方法or属性:WINDOW_MODE_UNDEFINED = 0<br>旧版本信息:|类名:WindowMode;<br>方法or属性:WINDOW_MODE_UNDEFINED = 0<br>新版本信息:StageModelOnly|@ohos.app.ability.AbilityConstant.d.ts|
481|model有变化|类名:WindowMode;<br>方法or属性:WINDOW_MODE_FULLSCREEN = 1<br>旧版本信息:|类名:WindowMode;<br>方法or属性:WINDOW_MODE_FULLSCREEN = 1<br>新版本信息:StageModelOnly|@ohos.app.ability.AbilityConstant.d.ts|
482|model有变化|类名:WindowMode;<br>方法or属性:WINDOW_MODE_SPLIT_PRIMARY = 100<br>旧版本信息:|类名:WindowMode;<br>方法or属性:WINDOW_MODE_SPLIT_PRIMARY = 100<br>新版本信息:StageModelOnly|@ohos.app.ability.AbilityConstant.d.ts|
483|model有变化|类名:WindowMode;<br>方法or属性:WINDOW_MODE_SPLIT_SECONDARY = 101<br>旧版本信息:|类名:WindowMode;<br>方法or属性:WINDOW_MODE_SPLIT_SECONDARY = 101<br>新版本信息:StageModelOnly|@ohos.app.ability.AbilityConstant.d.ts|
484|model有变化|类名:WindowMode;<br>方法or属性:WINDOW_MODE_FLOATING = 102<br>旧版本信息:|类名:WindowMode;<br>方法or属性:WINDOW_MODE_FLOATING = 102<br>新版本信息:StageModelOnly|@ohos.app.ability.AbilityConstant.d.ts|
485|model有变化|类名:OnSaveResult;<br>方法or属性:ALL_AGREE = 0<br>旧版本信息:|类名:OnSaveResult;<br>方法or属性:ALL_AGREE = 0<br>新版本信息:StageModelOnly|@ohos.app.ability.AbilityConstant.d.ts|
486|model有变化|类名:OnSaveResult;<br>方法or属性:CONTINUATION_REJECT = 1<br>旧版本信息:|类名:OnSaveResult;<br>方法or属性:CONTINUATION_REJECT = 1<br>新版本信息:StageModelOnly|@ohos.app.ability.AbilityConstant.d.ts|
487|model有变化|类名:OnSaveResult;<br>方法or属性:CONTINUATION_MISMATCH = 2<br>旧版本信息:|类名:OnSaveResult;<br>方法or属性:CONTINUATION_MISMATCH = 2<br>新版本信息:StageModelOnly|@ohos.app.ability.AbilityConstant.d.ts|
488|model有变化|类名:OnSaveResult;<br>方法or属性:RECOVERY_AGREE = 3<br>旧版本信息:|类名:OnSaveResult;<br>方法or属性:RECOVERY_AGREE = 3<br>新版本信息:StageModelOnly|@ohos.app.ability.AbilityConstant.d.ts|
489|model有变化|类名:OnSaveResult;<br>方法or属性:RECOVERY_REJECT = 4<br>旧版本信息:|类名:OnSaveResult;<br>方法or属性:RECOVERY_REJECT = 4<br>新版本信息:StageModelOnly|@ohos.app.ability.AbilityConstant.d.ts|
490|model有变化|类名:OnSaveResult;<br>方法or属性:ALL_REJECT<br>旧版本信息:|类名:OnSaveResult;<br>方法or属性:ALL_REJECT<br>新版本信息:StageModelOnly|@ohos.app.ability.AbilityConstant.d.ts|
491|model有变化|类名:StateType;<br>方法or属性:CONTINUATION = 0<br>旧版本信息:|类名:StateType;<br>方法or属性:CONTINUATION = 0<br>新版本信息:StageModelOnly|@ohos.app.ability.AbilityConstant.d.ts|
492|model有变化|类名:StateType;<br>方法or属性:APP_RECOVERY = 1<br>旧版本信息:|类名:StateType;<br>方法or属性:APP_RECOVERY = 1<br>新版本信息:StageModelOnly|@ohos.app.ability.AbilityConstant.d.ts|
493|model有变化|类名:DataAbilityHelper;<br>方法or属性:openFile(uri: string, mode: string): Promise\<number>;<br>旧版本信息:|类名:DataAbilityHelper;<br>方法or属性:openFile(uri: string, mode: string): Promise\<number>;<br>新版本信息:FAModelOnly|dataAbilityHelper.d.ts|
494|model有变化|类名:DataAbilityHelper;<br>方法or属性:getType(uri: string): Promise\<string>;<br>旧版本信息:|类名:DataAbilityHelper;<br>方法or属性:getType(uri: string): Promise\<string>;<br>新版本信息:FAModelOnly|dataAbilityHelper.d.ts|
495|model有变化|类名:DataAbilityHelper;<br>方法or属性:getFileTypes(uri: string, mimeTypeFilter: string): Promise\<Array\<string>>;<br>旧版本信息:|类名:DataAbilityHelper;<br>方法or属性:getFileTypes(uri: string, mimeTypeFilter: string): Promise\<Array\<string>>;<br>新版本信息:FAModelOnly|dataAbilityHelper.d.ts|
496|model有变化|类名:DataAbilityHelper;<br>方法or属性:normalizeUri(uri: string): Promise\<string>;<br>旧版本信息:|类名:DataAbilityHelper;<br>方法or属性:normalizeUri(uri: string): Promise\<string>;<br>新版本信息:FAModelOnly|dataAbilityHelper.d.ts|
497|model有变化|类名:DataAbilityHelper;<br>方法or属性:denormalizeUri(uri: string): Promise\<string>;<br>旧版本信息:|类名:DataAbilityHelper;<br>方法or属性:denormalizeUri(uri: string): Promise\<string>;<br>新版本信息:FAModelOnly|dataAbilityHelper.d.ts|
498|model有变化|类名:DataAbilityHelper;<br>方法or属性:notifyChange(uri: string): Promise\<void>;<br>旧版本信息:|类名:DataAbilityHelper;<br>方法or属性:notifyChange(uri: string): Promise\<void>;<br>新版本信息:FAModelOnly|dataAbilityHelper.d.ts|
499|model有变化|类名:DataAbilityHelper;<br>方法or属性:insert(uri: string, valuesBucket: rdb.ValuesBucket): Promise\<number>;<br>旧版本信息:|类名:DataAbilityHelper;<br>方法or属性:insert(uri: string, valuesBucket: rdb.ValuesBucket): Promise\<number>;<br>新版本信息:FAModelOnly|dataAbilityHelper.d.ts|
500|model有变化|类名:DataAbilityHelper;<br>方法or属性:batchInsert(uri: string, valuesBuckets: Array\<rdb.ValuesBucket>): Promise\<number>;<br>旧版本信息:|类名:DataAbilityHelper;<br>方法or属性:batchInsert(uri: string, valuesBuckets: Array\<rdb.ValuesBucket>): Promise\<number>;<br>新版本信息:FAModelOnly|dataAbilityHelper.d.ts|
501|model有变化|类名:DataAbilityHelper;<br>方法or属性:delete(uri: string, predicates?: dataAbility.DataAbilityPredicates): Promise\<number>;<br>旧版本信息:|类名:DataAbilityHelper;<br>方法or属性:delete(uri: string, predicates?: dataAbility.DataAbilityPredicates): Promise\<number>;<br>新版本信息:FAModelOnly|dataAbilityHelper.d.ts|
502|model有变化|类名:DataAbilityHelper;<br>方法or属性:delete(uri: string, callback: AsyncCallback\<number>): void;<br>旧版本信息:|类名:DataAbilityHelper;<br>方法or属性:delete(uri: string, callback: AsyncCallback\<number>): void;<br>新版本信息:FAModelOnly|dataAbilityHelper.d.ts|
503|model有变化|类名:DataAbilityHelper;<br>方法or属性:update(uri: string, valuesBucket: rdb.ValuesBucket, predicates?: dataAbility.DataAbilityPredicates): Promise\<number>;<br>旧版本信息:|类名:DataAbilityHelper;<br>方法or属性:update(uri: string, valuesBucket: rdb.ValuesBucket, predicates?: dataAbility.DataAbilityPredicates): Promise\<number>;<br>新版本信息:FAModelOnly|dataAbilityHelper.d.ts|
504|model有变化|类名:DataAbilityHelper;<br>方法or属性:update(uri: string, valuesBucket: rdb.ValuesBucket, callback: AsyncCallback\<number>): void;<br>旧版本信息:|类名:DataAbilityHelper;<br>方法or属性:update(uri: string, valuesBucket: rdb.ValuesBucket, callback: AsyncCallback\<number>): void;<br>新版本信息:FAModelOnly|dataAbilityHelper.d.ts|
505|model有变化|类名:DataAbilityHelper;<br>方法or属性:query(uri: string, callback: AsyncCallback\<ResultSet>): void;<br>旧版本信息:|类名:DataAbilityHelper;<br>方法or属性:query(uri: string, callback: AsyncCallback\<ResultSet>): void;<br>新版本信息:FAModelOnly|dataAbilityHelper.d.ts|
506|model有变化|类名:DataAbilityHelper;<br>方法or属性:query(uri: string, columns: Array\<string>, callback: AsyncCallback\<ResultSet>): void;<br>旧版本信息:|类名:DataAbilityHelper;<br>方法or属性:query(uri: string, columns: Array\<string>, callback: AsyncCallback\<ResultSet>): void;<br>新版本信息:FAModelOnly|dataAbilityHelper.d.ts|
507|model有变化|类名:DataAbilityHelper;<br>方法or属性:query(uri: string, predicates: dataAbility.DataAbilityPredicates, callback: AsyncCallback\<ResultSet>): void;<br>旧版本信息:|类名:DataAbilityHelper;<br>方法or属性:query(uri: string, predicates: dataAbility.DataAbilityPredicates, callback: AsyncCallback\<ResultSet>): void;<br>新版本信息:FAModelOnly|dataAbilityHelper.d.ts|
508|model有变化|类名:DataAbilityHelper;<br>方法or属性:query(uri: string, columns?: Array\<string>, predicates?: dataAbility.DataAbilityPredicates): Promise\<ResultSet>;<br>旧版本信息:|类名:DataAbilityHelper;<br>方法or属性:query(uri: string, columns?: Array\<string>, predicates?: dataAbility.DataAbilityPredicates): Promise\<ResultSet>;<br>新版本信息:FAModelOnly|dataAbilityHelper.d.ts|
509|model有变化|类名:DataAbilityHelper;<br>方法or属性:call(uri: string, method: string, arg: string, extras: PacMap): Promise\<PacMap>;<br>旧版本信息:|类名:DataAbilityHelper;<br>方法or属性:call(uri: string, method: string, arg: string, extras: PacMap): Promise\<PacMap>;<br>新版本信息:FAModelOnly|dataAbilityHelper.d.ts|
510|model有变化|类名:DataAbilityHelper;<br>方法or属性:executeBatch(<br>    uri: string,<br>    operations: Array\<DataAbilityOperation>,<br>    callback: AsyncCallback\<Array\<DataAbilityResult>><br>  ): void;<br>旧版本信息:|类名:DataAbilityHelper;<br>方法or属性:executeBatch(<br>    uri: string,<br>    operations: Array\<DataAbilityOperation>,<br>    callback: AsyncCallback\<Array\<DataAbilityResult>><br>  ): void;<br>新版本信息:FAModelOnly|dataAbilityHelper.d.ts|
511|model有变化|类名:DataAbilityHelper;<br>方法or属性:executeBatch(uri: string, operations: Array\<DataAbilityOperation>): Promise\<Array\<DataAbilityResult>>;<br>旧版本信息:|类名:DataAbilityHelper;<br>方法or属性:executeBatch(uri: string, operations: Array\<DataAbilityOperation>): Promise\<Array\<DataAbilityResult>>;<br>新版本信息:FAModelOnly|dataAbilityHelper.d.ts|
512|model有变化|类名:Context;<br>方法or属性:getOrCreateLocalDir(callback: AsyncCallback\<string>): void;<br>旧版本信息:|类名:Context;<br>方法or属性:getOrCreateLocalDir(callback: AsyncCallback\<string>): void;<br>新版本信息:FAModelOnly|context.d.ts|
513|model有变化|类名:Context;<br>方法or属性:verifyPermission(permission: string, options: PermissionOptions, callback: AsyncCallback\<number>): void;<br>旧版本信息:|类名:Context;<br>方法or属性:verifyPermission(permission: string, options: PermissionOptions, callback: AsyncCallback\<number>): void;<br>新版本信息:FAModelOnly|context.d.ts|
514|model有变化|类名:Context;<br>方法or属性:verifyPermission(permission: string, callback: AsyncCallback\<number>): void;<br>旧版本信息:|类名:Context;<br>方法or属性:verifyPermission(permission: string, callback: AsyncCallback\<number>): void;<br>新版本信息:FAModelOnly|context.d.ts|
515|model有变化|类名:Context;<br>方法or属性:requestPermissionsFromUser(permissions: Array\<string>, requestCode: number): Promise\<PermissionRequestResult>;<br>旧版本信息:|类名:Context;<br>方法or属性:requestPermissionsFromUser(permissions: Array\<string>, requestCode: number): Promise\<PermissionRequestResult>;<br>新版本信息:FAModelOnly|context.d.ts|
516|model有变化|类名:Context;<br>方法or属性:getApplicationInfo(): Promise\<ApplicationInfo>;<br>旧版本信息:|类名:Context;<br>方法or属性:getApplicationInfo(): Promise\<ApplicationInfo>;<br>新版本信息:FAModelOnly|context.d.ts|
517|model有变化|类名:Context;<br>方法or属性:getBundleName(): Promise\<string>;<br>旧版本信息:|类名:Context;<br>方法or属性:getBundleName(): Promise\<string>;<br>新版本信息:FAModelOnly|context.d.ts|
518|model有变化|类名:Context;<br>方法or属性:getDisplayOrientation(callback: AsyncCallback\<bundle.DisplayOrientation>): void;<br>旧版本信息:|类名:Context;<br>方法or属性:getDisplayOrientation(callback: AsyncCallback\<bundle.DisplayOrientation>): void;<br>新版本信息:FAModelOnly|context.d.ts|
519|model有变化|类名:Context;<br>方法or属性:getDisplayOrientation(): Promise\<bundle.DisplayOrientation>;<br>旧版本信息:|类名:Context;<br>方法or属性:getDisplayOrientation(): Promise\<bundle.DisplayOrientation>;<br>新版本信息:FAModelOnly|context.d.ts|
520|model有变化|类名:Context;<br>方法or属性:getExternalCacheDir(callback: AsyncCallback\<string>): void;<br>旧版本信息:|类名:Context;<br>方法or属性:getExternalCacheDir(callback: AsyncCallback\<string>): void;<br>新版本信息:FAModelOnly|context.d.ts|
521|model有变化|类名:Context;<br>方法or属性:getExternalCacheDir(): Promise\<string>;<br>旧版本信息:|类名:Context;<br>方法or属性:getExternalCacheDir(): Promise\<string>;<br>新版本信息:FAModelOnly|context.d.ts|
522|model有变化|类名:Context;<br>方法or属性:setDisplayOrientation(orientation: bundle.DisplayOrientation, callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:Context;<br>方法or属性:setDisplayOrientation(orientation: bundle.DisplayOrientation, callback: AsyncCallback\<void>): void;<br>新版本信息:FAModelOnly|context.d.ts|
523|model有变化|类名:Context;<br>方法or属性:setDisplayOrientation(orientation: bundle.DisplayOrientation): Promise\<void>;<br>旧版本信息:|类名:Context;<br>方法or属性:setDisplayOrientation(orientation: bundle.DisplayOrientation): Promise\<void>;<br>新版本信息:FAModelOnly|context.d.ts|
524|model有变化|类名:Context;<br>方法or属性:setShowOnLockScreen(show: boolean, callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:Context;<br>方法or属性:setShowOnLockScreen(show: boolean, callback: AsyncCallback\<void>): void;<br>新版本信息:FAModelOnly|context.d.ts|
525|model有变化|类名:Context;<br>方法or属性:setShowOnLockScreen(show: boolean): Promise\<void>;<br>旧版本信息:|类名:Context;<br>方法or属性:setShowOnLockScreen(show: boolean): Promise\<void>;<br>新版本信息:FAModelOnly|context.d.ts|
526|model有变化|类名:Context;<br>方法or属性:setWakeUpScreen(wakeUp: boolean, callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:Context;<br>方法or属性:setWakeUpScreen(wakeUp: boolean, callback: AsyncCallback\<void>): void;<br>新版本信息:FAModelOnly|context.d.ts|
527|model有变化|类名:Context;<br>方法or属性:setWakeUpScreen(wakeUp: boolean): Promise\<void>;<br>旧版本信息:|类名:Context;<br>方法or属性:setWakeUpScreen(wakeUp: boolean): Promise\<void>;<br>新版本信息:FAModelOnly|context.d.ts|
528|model有变化|类名:Context;<br>方法or属性:getProcessInfo(): Promise\<ProcessInfo>;<br>旧版本信息:|类名:Context;<br>方法or属性:getProcessInfo(): Promise\<ProcessInfo>;<br>新版本信息:FAModelOnly|context.d.ts|
529|model有变化|类名:Context;<br>方法or属性:getElementName(): Promise\<ElementName>;<br>旧版本信息:|类名:Context;<br>方法or属性:getElementName(): Promise\<ElementName>;<br>新版本信息:FAModelOnly|context.d.ts|
530|model有变化|类名:Context;<br>方法or属性:getProcessName(): Promise\<string>;<br>旧版本信息:|类名:Context;<br>方法or属性:getProcessName(): Promise\<string>;<br>新版本信息:FAModelOnly|context.d.ts|
531|model有变化|类名:Context;<br>方法or属性:getCallingBundle(): Promise\<string>;<br>旧版本信息:|类名:Context;<br>方法or属性:getCallingBundle(): Promise\<string>;<br>新版本信息:FAModelOnly|context.d.ts|
532|model有变化|类名:Context;<br>方法or属性:getFilesDir(): Promise\<string>;<br>旧版本信息:|类名:Context;<br>方法or属性:getFilesDir(): Promise\<string>;<br>新版本信息:FAModelOnly|context.d.ts|
533|model有变化|类名:Context;<br>方法or属性:getCacheDir(): Promise\<string>;<br>旧版本信息:|类名:Context;<br>方法or属性:getCacheDir(): Promise\<string>;<br>新版本信息:FAModelOnly|context.d.ts|
534|model有变化|类名:Context;<br>方法or属性:getOrCreateDistributedDir(callback: AsyncCallback\<string>): void;<br>旧版本信息:|类名:Context;<br>方法or属性:getOrCreateDistributedDir(callback: AsyncCallback\<string>): void;<br>新版本信息:FAModelOnly|context.d.ts|
535|model有变化|类名:Context;<br>方法or属性:getAppType(): Promise\<string>;<br>旧版本信息:|类名:Context;<br>方法or属性:getAppType(): Promise\<string>;<br>新版本信息:FAModelOnly|context.d.ts|
536|model有变化|类名:Context;<br>方法or属性:getHapModuleInfo(): Promise\<HapModuleInfo>;<br>旧版本信息:|类名:Context;<br>方法or属性:getHapModuleInfo(): Promise\<HapModuleInfo>;<br>新版本信息:FAModelOnly|context.d.ts|
537|model有变化|类名:Context;<br>方法or属性:getAppVersionInfo(): Promise\<AppVersionInfo>;<br>旧版本信息:|类名:Context;<br>方法or属性:getAppVersionInfo(): Promise\<AppVersionInfo>;<br>新版本信息:FAModelOnly|context.d.ts|
538|model有变化|类名:Context;<br>方法or属性:getAbilityInfo(): Promise\<AbilityInfo>;<br>旧版本信息:|类名:Context;<br>方法or属性:getAbilityInfo(): Promise\<AbilityInfo>;<br>新版本信息:FAModelOnly|context.d.ts|
539|model有变化|类名:Context;<br>方法or属性:isUpdatingConfigurations(): Promise\<boolean>;<br>旧版本信息:|类名:Context;<br>方法or属性:isUpdatingConfigurations(): Promise\<boolean>;<br>新版本信息:FAModelOnly|context.d.ts|
540|model有变化|类名:Context;<br>方法or属性:printDrawnCompleted(): Promise\<void>;<br>旧版本信息:|类名:Context;<br>方法or属性:printDrawnCompleted(): Promise\<void>;<br>新版本信息:FAModelOnly|context.d.ts|
541|type有变化|类名:LaunchParam;<br>方法or属性:launchReason: LaunchReason;<br>旧版本信息:|类名:LaunchParam;<br>方法or属性:launchReason: LaunchReason;<br>新版本信息:LaunchReason|@ohos.app.ability.AbilityConstant.d.ts|
542|type有变化|类名:LaunchParam;<br>方法or属性:lastExitReason: LastExitReason;<br>旧版本信息:|类名:LaunchParam;<br>方法or属性:lastExitReason: LastExitReason;<br>新版本信息:LastExitReason|@ohos.app.ability.AbilityConstant.d.ts|
543|type有变化|类名:Configuration;<br>方法or属性:language?: string;<br>旧版本信息:string|类名:Configuration;<br>方法or属性:language?: string;<br>新版本信息:?string|@ohos.app.ability.Configuration.d.ts|
544|type有变化|类名:Configuration;<br>方法or属性:colorMode?: ConfigurationConstant.ColorMode;<br>旧版本信息:ConfigurationConstant.ColorMode|类名:Configuration;<br>方法or属性:colorMode?: ConfigurationConstant.ColorMode;<br>新版本信息:?ConfigurationConstant.ColorMode|@ohos.app.ability.Configuration.d.ts|
545|type有变化|类名:Configuration;<br>方法or属性:direction?: ConfigurationConstant.Direction;<br>旧版本信息:ConfigurationConstant.Direction|类名:Configuration;<br>方法or属性:direction?: ConfigurationConstant.Direction;<br>新版本信息:?ConfigurationConstant.Direction|@ohos.app.ability.Configuration.d.ts|
546|type有变化|类名:Configuration;<br>方法or属性:screenDensity?: ConfigurationConstant.ScreenDensity;<br>旧版本信息:ConfigurationConstant.ScreenDensity|类名:Configuration;<br>方法or属性:screenDensity?: ConfigurationConstant.ScreenDensity;<br>新版本信息:?ConfigurationConstant.ScreenDensity|@ohos.app.ability.Configuration.d.ts|
547|type有变化|类名:Configuration;<br>方法or属性:displayId?: number;<br>旧版本信息:number|类名:Configuration;<br>方法or属性:displayId?: number;<br>新版本信息:?number|@ohos.app.ability.Configuration.d.ts|
548|type有变化|类名:Configuration;<br>方法or属性:hasPointerDevice?: boolean;<br>旧版本信息:boolean|类名:Configuration;<br>方法or属性:hasPointerDevice?: boolean;<br>新版本信息:?boolean|@ohos.app.ability.Configuration.d.ts|
549|type有变化|类名:RequestResult;<br>方法or属性:result: ResultCode;<br>旧版本信息:|类名:RequestResult;<br>方法or属性:result: ResultCode;<br>新版本信息:ResultCode|@ohos.app.ability.dialogRequest.d.ts|
550|type有变化|类名:ServiceExtensionAbility;<br>方法or属性:context: ServiceExtensionContext;<br>旧版本信息:|类名:ServiceExtensionAbility;<br>方法or属性:context: ServiceExtensionContext;<br>新版本信息:ServiceExtensionContext|@ohos.app.ability.ServiceExtensionAbility.d.ts|
551|type有变化|类名:StartOptions;<br>方法or属性:windowMode?: number;<br>旧版本信息:|类名:StartOptions;<br>方法or属性:windowMode?: number;<br>新版本信息:?number|@ohos.app.ability.StartOptions.d.ts|
552|type有变化|类名:StartOptions;<br>方法or属性:displayId?: number;<br>旧版本信息:|类名:StartOptions;<br>方法or属性:displayId?: number;<br>新版本信息:?number|@ohos.app.ability.StartOptions.d.ts|
553|type有变化|类名:Want;<br>方法or属性:deviceId?: string;<br>旧版本信息:|类名:Want;<br>方法or属性:deviceId?: string;<br>新版本信息:?string|@ohos.app.ability.Want.d.ts|
554|type有变化|类名:Want;<br>方法or属性:uri?: string;<br>旧版本信息:|类名:Want;<br>方法or属性:uri?: string;<br>新版本信息:?string|@ohos.app.ability.Want.d.ts|
555|type有变化|类名:Want;<br>方法or属性:type?: string;<br>旧版本信息:|类名:Want;<br>方法or属性:type?: string;<br>新版本信息:?string|@ohos.app.ability.Want.d.ts|
556|type有变化|类名:Want;<br>方法or属性:flags?: number;<br>旧版本信息:|类名:Want;<br>方法or属性:flags?: number;<br>新版本信息:?number|@ohos.app.ability.Want.d.ts|
557|type有变化|类名:Want;<br>方法or属性:action?: string;<br>旧版本信息:|类名:Want;<br>方法or属性:action?: string;<br>新版本信息:?string|@ohos.app.ability.Want.d.ts|
558|type有变化|类名:Want;<br>方法or属性:parameters?: { [key: string]: Object };<br>旧版本信息:|类名:Want;<br>方法or属性:parameters?: { [key: string]: Object };<br>新版本信息:?object|@ohos.app.ability.Want.d.ts|
559|type有变化|类名:Want;<br>方法or属性:entities?: Array\<string>;<br>旧版本信息:|类名:Want;<br>方法or属性:entities?: Array\<string>;<br>新版本信息:?Array\<string>|@ohos.app.ability.Want.d.ts|
560|type有变化|类名:CompleteData;<br>方法or属性:extraInfo?: { [key: string]: Object };<br>旧版本信息:{ [key: string]: Object }|类名:CompleteData;<br>方法or属性:extraInfo?: { [key: string]: Object };<br>新版本信息:?object|@ohos.app.ability.wantAgent.d.ts|
561|type有变化|类名:FormBindingData;<br>方法or属性:data: Object;<br>旧版本信息:|类名:FormBindingData;<br>方法or属性:data: Object;<br>新版本信息:Object|@ohos.app.form.formBindingData.d.ts|
562|type有变化|类名:FormInfo;<br>方法or属性:bundleName: string;<br>旧版本信息:|类名:FormInfo;<br>方法or属性:bundleName: string;<br>新版本信息:string|@ohos.app.form.formInfo.d.ts|
563|type有变化|类名:FormProviderFilter;<br>方法or属性:bundleName: string;<br>旧版本信息:|类名:FormProviderFilter;<br>方法or属性:bundleName: string;<br>新版本信息:string|@ohos.app.form.formInfo.d.ts|
564|type有变化|类名:FormInfo;<br>方法or属性:moduleName: string;<br>旧版本信息:|类名:FormInfo;<br>方法or属性:moduleName: string;<br>新版本信息:string|@ohos.app.form.formInfo.d.ts|
565|type有变化|类名:FormInfo;<br>方法or属性:abilityName: string;<br>旧版本信息:|类名:FormInfo;<br>方法or属性:abilityName: string;<br>新版本信息:string|@ohos.app.form.formInfo.d.ts|
566|type有变化|类名:FormInfo;<br>方法or属性:name: string;<br>旧版本信息:|类名:FormInfo;<br>方法or属性:name: string;<br>新版本信息:string|@ohos.app.form.formInfo.d.ts|
567|type有变化|类名:FormInfo;<br>方法or属性:description: string;<br>旧版本信息:|类名:FormInfo;<br>方法or属性:description: string;<br>新版本信息:string|@ohos.app.form.formInfo.d.ts|
568|type有变化|类名:FormInfo;<br>方法or属性:descriptionId: number;<br>旧版本信息:|类名:FormInfo;<br>方法or属性:descriptionId: number;<br>新版本信息:number|@ohos.app.form.formInfo.d.ts|
569|type有变化|类名:FormInfo;<br>方法or属性:type: FormType;<br>旧版本信息:|类名:FormInfo;<br>方法or属性:type: FormType;<br>新版本信息:FormType|@ohos.app.form.formInfo.d.ts|
570|type有变化|类名:FormInfo;<br>方法or属性:jsComponentName: string;<br>旧版本信息:|类名:FormInfo;<br>方法or属性:jsComponentName: string;<br>新版本信息:string|@ohos.app.form.formInfo.d.ts|
571|type有变化|类名:FormInfo;<br>方法or属性:colorMode: ColorMode;<br>旧版本信息:|类名:FormInfo;<br>方法or属性:colorMode: ColorMode;<br>新版本信息:ColorMode|@ohos.app.form.formInfo.d.ts|
572|type有变化|类名:FormInfo;<br>方法or属性:isDefault: boolean;<br>旧版本信息:|类名:FormInfo;<br>方法or属性:isDefault: boolean;<br>新版本信息:boolean|@ohos.app.form.formInfo.d.ts|
573|type有变化|类名:FormInfo;<br>方法or属性:updateEnabled: boolean;<br>旧版本信息:|类名:FormInfo;<br>方法or属性:updateEnabled: boolean;<br>新版本信息:boolean|@ohos.app.form.formInfo.d.ts|
574|type有变化|类名:FormInfo;<br>方法or属性:formVisibleNotify: boolean;<br>旧版本信息:|类名:FormInfo;<br>方法or属性:formVisibleNotify: boolean;<br>新版本信息:boolean|@ohos.app.form.formInfo.d.ts|
575|type有变化|类名:FormInfo;<br>方法or属性:scheduledUpdateTime: string;<br>旧版本信息:|类名:FormInfo;<br>方法or属性:scheduledUpdateTime: string;<br>新版本信息:string|@ohos.app.form.formInfo.d.ts|
576|type有变化|类名:FormInfo;<br>方法or属性:formConfigAbility: string;<br>旧版本信息:|类名:FormInfo;<br>方法or属性:formConfigAbility: string;<br>新版本信息:string|@ohos.app.form.formInfo.d.ts|
577|type有变化|类名:FormInfo;<br>方法or属性:updateDuration: number;<br>旧版本信息:|类名:FormInfo;<br>方法or属性:updateDuration: number;<br>新版本信息:number|@ohos.app.form.formInfo.d.ts|
578|type有变化|类名:FormInfo;<br>方法or属性:defaultDimension: number;<br>旧版本信息:|类名:FormInfo;<br>方法or属性:defaultDimension: number;<br>新版本信息:number|@ohos.app.form.formInfo.d.ts|
579|type有变化|类名:FormInfo;<br>方法or属性:supportDimensions: Array\<number>;<br>旧版本信息:|类名:FormInfo;<br>方法or属性:supportDimensions: Array\<number>;<br>新版本信息:Array\<number>|@ohos.app.form.formInfo.d.ts|
580|type有变化|类名:FormInfo;<br>方法or属性:customizeData: { [key: string]: [value: string] };<br>旧版本信息:|类名:FormInfo;<br>方法or属性:customizeData: { [key: string]: [value: string] };<br>新版本信息:object|@ohos.app.form.formInfo.d.ts|
581|type有变化|类名:FormStateInfo;<br>方法or属性:formState: FormState;<br>旧版本信息:|类名:FormStateInfo;<br>方法or属性:formState: FormState;<br>新版本信息:FormState|@ohos.app.form.formInfo.d.ts|
582|type有变化|类名:FormStateInfo;<br>方法or属性:want: Want;<br>旧版本信息:|类名:FormStateInfo;<br>方法or属性:want: Want;<br>新版本信息:Want|@ohos.app.form.formInfo.d.ts|
583|type有变化|类名:FormInfoFilter;<br>方法or属性:moduleName?: string;<br>旧版本信息:|类名:FormInfoFilter;<br>方法or属性:moduleName?: string;<br>新版本信息:?string|@ohos.app.form.formInfo.d.ts|
584|type有变化|类名:FormProviderFilter;<br>方法or属性:moduleName?: string;<br>旧版本信息:|类名:FormProviderFilter;<br>方法or属性:moduleName?: string;<br>新版本信息:?string|@ohos.app.form.formInfo.d.ts|
585|type有变化|类名:FormProviderFilter;<br>方法or属性:formName?: string;<br>旧版本信息:|类名:FormProviderFilter;<br>方法or属性:formName?: string;<br>新版本信息:?string|@ohos.app.form.formInfo.d.ts|
586|type有变化|类名:FormProviderFilter;<br>方法or属性:abilityName?: string;<br>旧版本信息:|类名:FormProviderFilter;<br>方法or属性:abilityName?: string;<br>新版本信息:?string|@ohos.app.form.formInfo.d.ts|
587|type有变化|类名:Configuration;<br>方法or属性:language?: string;<br>旧版本信息:|类名:Configuration;<br>方法or属性:language?: string;<br>新版本信息:?string|@ohos.application.Configuration.d.ts|
588|type有变化|类名:Configuration;<br>方法or属性:colorMode?: ConfigurationConstant.ColorMode;<br>旧版本信息:|类名:Configuration;<br>方法or属性:colorMode?: ConfigurationConstant.ColorMode;<br>新版本信息:?ConfigurationConstant.ColorMode|@ohos.application.Configuration.d.ts|
589|type有变化|类名:FormBindingData;<br>方法or属性:data: Object;<br>旧版本信息:|类名:FormBindingData;<br>方法or属性:data: Object;<br>新版本信息:Object|@ohos.application.formBindingData.d.ts|
590|type有变化|类名:FormInfo;<br>方法or属性:bundleName: string;<br>旧版本信息:|类名:FormInfo;<br>方法or属性:bundleName: string;<br>新版本信息:string|@ohos.application.formInfo.d.ts|
591|type有变化|类名:FormInfo;<br>方法or属性:moduleName: string;<br>旧版本信息:|类名:FormInfo;<br>方法or属性:moduleName: string;<br>新版本信息:string|@ohos.application.formInfo.d.ts|
592|type有变化|类名:FormInfo;<br>方法or属性:abilityName: string;<br>旧版本信息:|类名:FormInfo;<br>方法or属性:abilityName: string;<br>新版本信息:string|@ohos.application.formInfo.d.ts|
593|type有变化|类名:FormInfo;<br>方法or属性:name: string;<br>旧版本信息:|类名:FormInfo;<br>方法or属性:name: string;<br>新版本信息:string|@ohos.application.formInfo.d.ts|
594|type有变化|类名:FormInfo;<br>方法or属性:description: string;<br>旧版本信息:|类名:FormInfo;<br>方法or属性:description: string;<br>新版本信息:string|@ohos.application.formInfo.d.ts|
595|type有变化|类名:FormInfo;<br>方法or属性:type: FormType;<br>旧版本信息:|类名:FormInfo;<br>方法or属性:type: FormType;<br>新版本信息:FormType|@ohos.application.formInfo.d.ts|
596|type有变化|类名:FormInfo;<br>方法or属性:jsComponentName: string;<br>旧版本信息:|类名:FormInfo;<br>方法or属性:jsComponentName: string;<br>新版本信息:string|@ohos.application.formInfo.d.ts|
597|type有变化|类名:FormInfo;<br>方法or属性:colorMode: ColorMode;<br>旧版本信息:|类名:FormInfo;<br>方法or属性:colorMode: ColorMode;<br>新版本信息:ColorMode|@ohos.application.formInfo.d.ts|
598|type有变化|类名:FormInfo;<br>方法or属性:isDefault: boolean;<br>旧版本信息:|类名:FormInfo;<br>方法or属性:isDefault: boolean;<br>新版本信息:boolean|@ohos.application.formInfo.d.ts|
599|type有变化|类名:FormInfo;<br>方法or属性:updateEnabled: boolean;<br>旧版本信息:|类名:FormInfo;<br>方法or属性:updateEnabled: boolean;<br>新版本信息:boolean|@ohos.application.formInfo.d.ts|
600|type有变化|类名:FormInfo;<br>方法or属性:formVisibleNotify: boolean;<br>旧版本信息:|类名:FormInfo;<br>方法or属性:formVisibleNotify: boolean;<br>新版本信息:boolean|@ohos.application.formInfo.d.ts|
601|type有变化|类名:FormInfo;<br>方法or属性:relatedBundleName: string;<br>旧版本信息:|类名:FormInfo;<br>方法or属性:relatedBundleName: string;<br>新版本信息:string|@ohos.application.formInfo.d.ts|
602|type有变化|类名:FormInfo;<br>方法or属性:scheduledUpdateTime: string;<br>旧版本信息:|类名:FormInfo;<br>方法or属性:scheduledUpdateTime: string;<br>新版本信息:string|@ohos.application.formInfo.d.ts|
603|type有变化|类名:FormInfo;<br>方法or属性:formConfigAbility: string;<br>旧版本信息:|类名:FormInfo;<br>方法or属性:formConfigAbility: string;<br>新版本信息:string|@ohos.application.formInfo.d.ts|
604|type有变化|类名:FormInfo;<br>方法or属性:updateDuration: number;<br>旧版本信息:|类名:FormInfo;<br>方法or属性:updateDuration: number;<br>新版本信息:number|@ohos.application.formInfo.d.ts|
605|type有变化|类名:FormInfo;<br>方法or属性:defaultDimension: number;<br>旧版本信息:|类名:FormInfo;<br>方法or属性:defaultDimension: number;<br>新版本信息:number|@ohos.application.formInfo.d.ts|
606|type有变化|类名:FormInfo;<br>方法or属性:supportDimensions: Array\<number>;<br>旧版本信息:|类名:FormInfo;<br>方法or属性:supportDimensions: Array\<number>;<br>新版本信息:Array\<number>|@ohos.application.formInfo.d.ts|
607|type有变化|类名:FormInfo;<br>方法or属性:customizeData: { [key: string]: [value: string] };<br>旧版本信息:|类名:FormInfo;<br>方法or属性:customizeData: { [key: string]: [value: string] };<br>新版本信息:object|@ohos.application.formInfo.d.ts|
608|type有变化|类名:FormStateInfo;<br>方法or属性:formState: FormState;<br>旧版本信息:|类名:FormStateInfo;<br>方法or属性:formState: FormState;<br>新版本信息:FormState|@ohos.application.formInfo.d.ts|
609|type有变化|类名:FormStateInfo;<br>方法or属性:want: Want;<br>旧版本信息:|类名:FormStateInfo;<br>方法or属性:want: Want;<br>新版本信息:Want|@ohos.application.formInfo.d.ts|
610|type有变化|类名:Want;<br>方法or属性:deviceId?: string;<br>旧版本信息:|类名:Want;<br>方法or属性:deviceId?: string;<br>新版本信息:?string|@ohos.application.Want.d.ts|
611|type有变化|类名:Want;<br>方法or属性:bundleName?: string;<br>旧版本信息:|类名:Want;<br>方法or属性:bundleName?: string;<br>新版本信息:?string|@ohos.application.Want.d.ts|
612|type有变化|类名:Want;<br>方法or属性:abilityName?: string;<br>旧版本信息:|类名:Want;<br>方法or属性:abilityName?: string;<br>新版本信息:?string|@ohos.application.Want.d.ts|
613|type有变化|类名:Want;<br>方法or属性:uri?: string;<br>旧版本信息:|类名:Want;<br>方法or属性:uri?: string;<br>新版本信息:?string|@ohos.application.Want.d.ts|
614|type有变化|类名:Want;<br>方法or属性:type?: string;<br>旧版本信息:|类名:Want;<br>方法or属性:type?: string;<br>新版本信息:?string|@ohos.application.Want.d.ts|
615|type有变化|类名:Want;<br>方法or属性:flags?: number;<br>旧版本信息:|类名:Want;<br>方法or属性:flags?: number;<br>新版本信息:?number|@ohos.application.Want.d.ts|
616|type有变化|类名:Want;<br>方法or属性:action?: string;<br>旧版本信息:|类名:Want;<br>方法or属性:action?: string;<br>新版本信息:?string|@ohos.application.Want.d.ts|
617|type有变化|类名:Want;<br>方法or属性:parameters?: { [key: string]: any };<br>旧版本信息:|类名:Want;<br>方法or属性:parameters?: { [key: string]: any };<br>新版本信息:?object|@ohos.application.Want.d.ts|
618|type有变化|类名:Want;<br>方法or属性:entities?: Array\<string>;<br>旧版本信息:|类名:Want;<br>方法or属性:entities?: Array\<string>;<br>新版本信息:?Array\<string>|@ohos.application.Want.d.ts|
619|type有变化|类名:CompleteData;<br>方法or属性:info: WantAgent;<br>旧版本信息:|类名:CompleteData;<br>方法or属性:info: WantAgent;<br>新版本信息:WantAgent|@ohos.wantAgent.d.ts|
620|type有变化|类名:CompleteData;<br>方法or属性:want: Want;<br>旧版本信息:|类名:CompleteData;<br>方法or属性:want: Want;<br>新版本信息:Want|@ohos.wantAgent.d.ts|
621|type有变化|类名:CompleteData;<br>方法or属性:finalCode: number;<br>旧版本信息:|类名:CompleteData;<br>方法or属性:finalCode: number;<br>新版本信息:number|@ohos.wantAgent.d.ts|
622|type有变化|类名:CompleteData;<br>方法or属性:finalData: string;<br>旧版本信息:|类名:CompleteData;<br>方法or属性:finalData: string;<br>新版本信息:string|@ohos.wantAgent.d.ts|
623|type有变化|类名:CompleteData;<br>方法or属性:extraInfo?: { [key: string]: any };<br>旧版本信息:|类名:CompleteData;<br>方法or属性:extraInfo?: { [key: string]: any };<br>新版本信息:?object|@ohos.wantAgent.d.ts|
624|type有变化|类名:AbilityResult;<br>方法or属性:resultCode: number;<br>旧版本信息:|类名:AbilityResult;<br>方法or属性:resultCode: number;<br>新版本信息:number|abilityResult.d.ts|
625|type有变化|类名:AbilityResult;<br>方法or属性:want?: Want;<br>旧版本信息:|类名:AbilityResult;<br>方法or属性:want?: Want;<br>新版本信息:?Want|abilityResult.d.ts|
626|type有变化|类名:DataAbilityOperation;<br>方法or属性:uri: string;<br>旧版本信息:|类名:DataAbilityOperation;<br>方法or属性:uri: string;<br>新版本信息:string|dataAbilityOperation.d.ts|
627|type有变化|类名:DataAbilityOperation;<br>方法or属性:type: featureAbility.DataAbilityOperationType;<br>旧版本信息:|类名:DataAbilityOperation;<br>方法or属性:type: featureAbility.DataAbilityOperationType;<br>新版本信息:featureAbility.DataAbilityOperationType|dataAbilityOperation.d.ts|
628|type有变化|类名:DataAbilityOperation;<br>方法or属性:valuesBucket?: rdb.ValuesBucket;<br>旧版本信息:|类名:DataAbilityOperation;<br>方法or属性:valuesBucket?: rdb.ValuesBucket;<br>新版本信息:?rdb.ValuesBucket|dataAbilityOperation.d.ts|
629|type有变化|类名:DataAbilityOperation;<br>方法or属性:valueBackReferences?: rdb.ValuesBucket;<br>旧版本信息:|类名:DataAbilityOperation;<br>方法or属性:valueBackReferences?: rdb.ValuesBucket;<br>新版本信息:?rdb.ValuesBucket|dataAbilityOperation.d.ts|
630|type有变化|类名:DataAbilityOperation;<br>方法or属性:predicates?: dataAbility.DataAbilityPredicates;<br>旧版本信息:|类名:DataAbilityOperation;<br>方法or属性:predicates?: dataAbility.DataAbilityPredicates;<br>新版本信息:?dataAbility.DataAbilityPredicates|dataAbilityOperation.d.ts|
631|type有变化|类名:DataAbilityOperation;<br>方法or属性:predicatesBackReferences?: Map\<number, number>;<br>旧版本信息:|类名:DataAbilityOperation;<br>方法or属性:predicatesBackReferences?: Map\<number, number>;<br>新版本信息:?Map\<number, number>|dataAbilityOperation.d.ts|
632|type有变化|类名:DataAbilityOperation;<br>方法or属性:interrupted?: boolean;<br>旧版本信息:|类名:DataAbilityOperation;<br>方法or属性:interrupted?: boolean;<br>新版本信息:?boolean|dataAbilityOperation.d.ts|
633|type有变化|类名:DataAbilityOperation;<br>方法or属性:expectedCount?: number;<br>旧版本信息:|类名:DataAbilityOperation;<br>方法or属性:expectedCount?: number;<br>新版本信息:?number|dataAbilityOperation.d.ts|
634|type有变化|类名:DataAbilityResult;<br>方法or属性:uri?: string;<br>旧版本信息:|类名:DataAbilityResult;<br>方法or属性:uri?: string;<br>新版本信息:?string|dataAbilityResult.d.ts|
635|type有变化|类名:DataAbilityResult;<br>方法or属性:count?: number;<br>旧版本信息:|类名:DataAbilityResult;<br>方法or属性:count?: number;<br>新版本信息:?number|dataAbilityResult.d.ts|
636|type有变化|类名:StartAbilityParameter;<br>方法or属性:want: Want;<br>旧版本信息:|类名:StartAbilityParameter;<br>方法or属性:want: Want;<br>新版本信息:Want|startAbilityParameter.d.ts|
637|type有变化|类名:StartAbilityParameter;<br>方法or属性:abilityStartSetting?: { [key: string]: any };<br>旧版本信息:|类名:StartAbilityParameter;<br>方法or属性:abilityStartSetting?: { [key: string]: any };<br>新版本信息:?object|startAbilityParameter.d.ts|
638|type有变化|类名:Want;<br>方法or属性:deviceId?: string;<br>旧版本信息:|类名:Want;<br>方法or属性:deviceId?: string;<br>新版本信息:?string|want.d.ts|
639|type有变化|类名:Want;<br>方法or属性:bundleName?: string;<br>旧版本信息:|类名:Want;<br>方法or属性:bundleName?: string;<br>新版本信息:?string|want.d.ts|
640|type有变化|类名:Want;<br>方法or属性:abilityName?: string;<br>旧版本信息:|类名:Want;<br>方法or属性:abilityName?: string;<br>新版本信息:?string|want.d.ts|
641|type有变化|类名:Want;<br>方法or属性:uri?: string;<br>旧版本信息:|类名:Want;<br>方法or属性:uri?: string;<br>新版本信息:?string|want.d.ts|
642|type有变化|类名:Want;<br>方法or属性:type?: string;<br>旧版本信息:|类名:Want;<br>方法or属性:type?: string;<br>新版本信息:?string|want.d.ts|
643|type有变化|类名:Want;<br>方法or属性:flags?: number;<br>旧版本信息:|类名:Want;<br>方法or属性:flags?: number;<br>新版本信息:?number|want.d.ts|
644|type有变化|类名:Want;<br>方法or属性:action?: string;<br>旧版本信息:|类名:Want;<br>方法or属性:action?: string;<br>新版本信息:?string|want.d.ts|
645|type有变化|类名:Want;<br>方法or属性:parameters?: { [key: string]: any };<br>旧版本信息:|类名:Want;<br>方法or属性:parameters?: { [key: string]: any };<br>新版本信息:?object|want.d.ts|
646|type有变化|类名:Want;<br>方法or属性:entities?: Array\<string>;<br>旧版本信息:|类名:Want;<br>方法or属性:entities?: Array\<string>;<br>新版本信息:?Array\<string>|want.d.ts|
647|type有变化|类名:AppVersionInfo;<br>方法or属性:readonly appName: string;<br>旧版本信息:|类名:AppVersionInfo;<br>方法or属性:readonly appName: string;<br>新版本信息:string|appVersionInfo.d.ts|
648|type有变化|类名:AppVersionInfo;<br>方法or属性:readonly versionCode: number;<br>旧版本信息:|类名:AppVersionInfo;<br>方法or属性:readonly versionCode: number;<br>新版本信息:number|appVersionInfo.d.ts|
649|type有变化|类名:AppVersionInfo;<br>方法or属性:readonly versionName: string;<br>旧版本信息:|类名:AppVersionInfo;<br>方法or属性:readonly versionName: string;<br>新版本信息:string|appVersionInfo.d.ts|
650|type有变化|类名:PermissionRequestResult;<br>方法or属性:requestCode: number;<br>旧版本信息:|类名:PermissionRequestResult;<br>方法or属性:requestCode: number;<br>新版本信息:number|context.d.ts|
651|type有变化|类名:PermissionRequestResult;<br>方法or属性:permissions: Array\<string>;<br>旧版本信息:|类名:PermissionRequestResult;<br>方法or属性:permissions: Array\<string>;<br>新版本信息:Array\<string>|context.d.ts|
652|type有变化|类名:PermissionRequestResult;<br>方法or属性:authResults: Array\<number>;<br>旧版本信息:|类名:PermissionRequestResult;<br>方法or属性:authResults: Array\<number>;<br>新版本信息:Array\<number>|context.d.ts|
653|type有变化|类名:PermissionOptions;<br>方法or属性:pid?: number;<br>旧版本信息:|类名:PermissionOptions;<br>方法or属性:pid?: number;<br>新版本信息:?number|context.d.ts|
654|type有变化|类名:PermissionOptions;<br>方法or属性:uid?: number;<br>旧版本信息:|类名:PermissionOptions;<br>方法or属性:uid?: number;<br>新版本信息:?number|context.d.ts|
655|type有变化|类名:ProcessInfo;<br>方法or属性:pid: number;<br>旧版本信息:|类名:ProcessInfo;<br>方法or属性:pid: number;<br>新版本信息:number|processInfo.d.ts|
656|type有变化|类名:ProcessInfo;<br>方法or属性:processName: string;<br>旧版本信息:|类名:ProcessInfo;<br>方法or属性:processName: string;<br>新版本信息:string|processInfo.d.ts|
657|type有变化|类名:AbilityDelegatorArgs;<br>方法or属性:bundleName: string;<br>旧版本信息:|类名:AbilityDelegatorArgs;<br>方法or属性:bundleName: string;<br>新版本信息:string|abilityDelegatorArgs.d.ts|
658|type有变化|类名:AbilityDelegatorArgs;<br>方法or属性:parameters: { [key: string]: string };<br>旧版本信息:|类名:AbilityDelegatorArgs;<br>方法or属性:parameters: { [key: string]: string };<br>新版本信息:object|abilityDelegatorArgs.d.ts|
659|type有变化|类名:AbilityDelegatorArgs;<br>方法or属性:testCaseNames: string;<br>旧版本信息:|类名:AbilityDelegatorArgs;<br>方法or属性:testCaseNames: string;<br>新版本信息:string|abilityDelegatorArgs.d.ts|
660|type有变化|类名:AbilityDelegatorArgs;<br>方法or属性:testRunnerClassName: string;<br>旧版本信息:|类名:AbilityDelegatorArgs;<br>方法or属性:testRunnerClassName: string;<br>新版本信息:string|abilityDelegatorArgs.d.ts|
661|type有变化|类名:AbilityMonitor;<br>方法or属性:abilityName: string;<br>旧版本信息:|类名:AbilityMonitor;<br>方法or属性:abilityName: string;<br>新版本信息:string|AbilityMonitor.d.ts|
662|type有变化|类名:AbilityMonitor;<br>方法or属性:moduleName?: string;<br>旧版本信息:|类名:AbilityMonitor;<br>方法or属性:moduleName?: string;<br>新版本信息:?string|AbilityMonitor.d.ts|
663|type有变化|类名:AbilityRunningInfo;<br>方法or属性:ability: ElementName;<br>旧版本信息:|类名:AbilityRunningInfo;<br>方法or属性:ability: ElementName;<br>新版本信息:ElementName|AbilityRunningInfo.d.ts|
664|type有变化|类名:AbilityRunningInfo;<br>方法or属性:pid: number;<br>旧版本信息:|类名:AbilityRunningInfo;<br>方法or属性:pid: number;<br>新版本信息:number|AbilityRunningInfo.d.ts|
665|type有变化|类名:AbilityRunningInfo;<br>方法or属性:uid: number;<br>旧版本信息:|类名:AbilityRunningInfo;<br>方法or属性:uid: number;<br>新版本信息:number|AbilityRunningInfo.d.ts|
666|type有变化|类名:AbilityRunningInfo;<br>方法or属性:processName: string;<br>旧版本信息:|类名:AbilityRunningInfo;<br>方法or属性:processName: string;<br>新版本信息:string|AbilityRunningInfo.d.ts|
667|type有变化|类名:AbilityRunningInfo;<br>方法or属性:startTime: number;<br>旧版本信息:|类名:AbilityRunningInfo;<br>方法or属性:startTime: number;<br>新版本信息:number|AbilityRunningInfo.d.ts|
668|type有变化|类名:AbilityRunningInfo;<br>方法or属性:abilityState: abilityManager.AbilityState;<br>旧版本信息:|类名:AbilityRunningInfo;<br>方法or属性:abilityState: abilityManager.AbilityState;<br>新版本信息:abilityManager.AbilityState|AbilityRunningInfo.d.ts|
669|type有变化|类名:AbilityStageContext;<br>方法or属性:currentHapModuleInfo: HapModuleInfo;<br>旧版本信息:|类名:AbilityStageContext;<br>方法or属性:currentHapModuleInfo: HapModuleInfo;<br>新版本信息:HapModuleInfo|AbilityStageContext.d.ts|
670|type有变化|类名:AbilityStageContext;<br>方法or属性:config: Configuration;<br>旧版本信息:|类名:AbilityStageContext;<br>方法or属性:config: Configuration;<br>新版本信息:Configuration|AbilityStageContext.d.ts|
671|type有变化|类名:AbilityStageMonitor;<br>方法or属性:moduleName: string;<br>旧版本信息:|类名:AbilityStageMonitor;<br>方法or属性:moduleName: string;<br>新版本信息:string|AbilityStageMonitor.d.ts|
672|type有变化|类名:AbilityStageMonitor;<br>方法or属性:srcEntrance: string;<br>旧版本信息:|类名:AbilityStageMonitor;<br>方法or属性:srcEntrance: string;<br>新版本信息:string|AbilityStageMonitor.d.ts|
673|type有变化|类名:AbilityStateData;<br>方法or属性:moduleName: string;<br>旧版本信息:|类名:AbilityStateData;<br>方法or属性:moduleName: string;<br>新版本信息:string|AbilityStateData.d.ts|
674|type有变化|类名:AbilityStateData;<br>方法or属性:bundleName: string;<br>旧版本信息:|类名:AbilityStateData;<br>方法or属性:bundleName: string;<br>新版本信息:string|AbilityStateData.d.ts|
675|type有变化|类名:AbilityStateData;<br>方法or属性:abilityName: string;<br>旧版本信息:|类名:AbilityStateData;<br>方法or属性:abilityName: string;<br>新版本信息:string|AbilityStateData.d.ts|
676|type有变化|类名:AbilityStateData;<br>方法or属性:pid: number;<br>旧版本信息:|类名:AbilityStateData;<br>方法or属性:pid: number;<br>新版本信息:number|AbilityStateData.d.ts|
677|type有变化|类名:AbilityStateData;<br>方法or属性:uid: number;<br>旧版本信息:|类名:AbilityStateData;<br>方法or属性:uid: number;<br>新版本信息:number|AbilityStateData.d.ts|
678|type有变化|类名:AbilityStateData;<br>方法or属性:state: number;<br>旧版本信息:|类名:AbilityStateData;<br>方法or属性:state: number;<br>新版本信息:number|AbilityStateData.d.ts|
679|type有变化|类名:AbilityStateData;<br>方法or属性:abilityType: number;<br>旧版本信息:|类名:AbilityStateData;<br>方法or属性:abilityType: number;<br>新版本信息:number|AbilityStateData.d.ts|
680|type有变化|类名:AppStateData;<br>方法or属性:bundleName: string;<br>旧版本信息:|类名:AppStateData;<br>方法or属性:bundleName: string;<br>新版本信息:string|AppStateData.d.ts|
681|type有变化|类名:AppStateData;<br>方法or属性:uid: number;<br>旧版本信息:|类名:AppStateData;<br>方法or属性:uid: number;<br>新版本信息:number|AppStateData.d.ts|
682|type有变化|类名:AppStateData;<br>方法or属性:state: number;<br>旧版本信息:|类名:AppStateData;<br>方法or属性:state: number;<br>新版本信息:number|AppStateData.d.ts|
683|type有变化|类名:BaseContext;<br>方法or属性:stageMode: boolean;<br>旧版本信息:|类名:BaseContext;<br>方法or属性:stageMode: boolean;<br>新版本信息:boolean|BaseContext.d.ts|
684|type有变化|类名:Context;<br>方法or属性:area: contextConstant.AreaMode;<br>旧版本信息:AreaMode|类名:Context;<br>方法or属性:area: contextConstant.AreaMode;<br>新版本信息:contextConstant.AreaMode|Context.d.ts|
685|type有变化|类名:ContinueDeviceInfo;<br>方法or属性:srcDeviceId: string;<br>旧版本信息:|类名:ContinueDeviceInfo;<br>方法or属性:srcDeviceId: string;<br>新版本信息:string|ContinueDeviceInfo.d.ts|
686|type有变化|类名:ContinueDeviceInfo;<br>方法or属性:dstDeviceId: string;<br>旧版本信息:|类名:ContinueDeviceInfo;<br>方法or属性:dstDeviceId: string;<br>新版本信息:string|ContinueDeviceInfo.d.ts|
687|type有变化|类名:ContinueDeviceInfo;<br>方法or属性:missionId: number;<br>旧版本信息:|类名:ContinueDeviceInfo;<br>方法or属性:missionId: number;<br>新版本信息:number|ContinueDeviceInfo.d.ts|
688|type有变化|类名:ContinueDeviceInfo;<br>方法or属性:wantParam: { [key: string]: any };<br>旧版本信息:|类名:ContinueDeviceInfo;<br>方法or属性:wantParam: { [key: string]: any };<br>新版本信息:object|ContinueDeviceInfo.d.ts|
689|type有变化|类名:ExtensionContext;<br>方法or属性:currentHapModuleInfo: HapModuleInfo;<br>旧版本信息:|类名:ExtensionContext;<br>方法or属性:currentHapModuleInfo: HapModuleInfo;<br>新版本信息:HapModuleInfo|ExtensionContext.d.ts|
690|type有变化|类名:ExtensionContext;<br>方法or属性:config: Configuration;<br>旧版本信息:|类名:ExtensionContext;<br>方法or属性:config: Configuration;<br>新版本信息:Configuration|ExtensionContext.d.ts|
691|type有变化|类名:ExtensionContext;<br>方法or属性:extensionAbilityInfo: ExtensionAbilityInfo;<br>旧版本信息:|类名:ExtensionContext;<br>方法or属性:extensionAbilityInfo: ExtensionAbilityInfo;<br>新版本信息:ExtensionAbilityInfo|ExtensionContext.d.ts|
692|type有变化|类名:ExtensionRunningInfo;<br>方法or属性:extension: ElementName;<br>旧版本信息:|类名:ExtensionRunningInfo;<br>方法or属性:extension: ElementName;<br>新版本信息:ElementName|ExtensionRunningInfo.d.ts|
693|type有变化|类名:ExtensionRunningInfo;<br>方法or属性:pid: number;<br>旧版本信息:|类名:ExtensionRunningInfo;<br>方法or属性:pid: number;<br>新版本信息:number|ExtensionRunningInfo.d.ts|
694|type有变化|类名:ExtensionRunningInfo;<br>方法or属性:uid: number;<br>旧版本信息:|类名:ExtensionRunningInfo;<br>方法or属性:uid: number;<br>新版本信息:number|ExtensionRunningInfo.d.ts|
695|type有变化|类名:ExtensionRunningInfo;<br>方法or属性:processName: string;<br>旧版本信息:|类名:ExtensionRunningInfo;<br>方法or属性:processName: string;<br>新版本信息:string|ExtensionRunningInfo.d.ts|
696|type有变化|类名:ExtensionRunningInfo;<br>方法or属性:startTime: number;<br>旧版本信息:|类名:ExtensionRunningInfo;<br>方法or属性:startTime: number;<br>新版本信息:number|ExtensionRunningInfo.d.ts|
697|type有变化|类名:ExtensionRunningInfo;<br>方法or属性:clientPackage: Array\<String>;<br>旧版本信息:|类名:ExtensionRunningInfo;<br>方法or属性:clientPackage: Array\<String>;<br>新版本信息:Array\<String>|ExtensionRunningInfo.d.ts|
698|type有变化|类名:ExtensionRunningInfo;<br>方法or属性:type: bundle.ExtensionAbilityType;<br>旧版本信息:|类名:ExtensionRunningInfo;<br>方法or属性:type: bundle.ExtensionAbilityType;<br>新版本信息:bundle.ExtensionAbilityType|ExtensionRunningInfo.d.ts|
699|type有变化|类名:MissionDeviceInfo;<br>方法or属性:deviceId: string;<br>旧版本信息:|类名:MissionDeviceInfo;<br>方法or属性:deviceId: string;<br>新版本信息:string|MissionDeviceInfo.d.ts|
700|type有变化|类名:MissionInfo;<br>方法or属性:missionId: number;<br>旧版本信息:|类名:MissionInfo;<br>方法or属性:missionId: number;<br>新版本信息:number|MissionInfo.d.ts|
701|type有变化|类名:MissionInfo;<br>方法or属性:runningState: number;<br>旧版本信息:|类名:MissionInfo;<br>方法or属性:runningState: number;<br>新版本信息:number|MissionInfo.d.ts|
702|type有变化|类名:MissionInfo;<br>方法or属性:lockedState: boolean;<br>旧版本信息:|类名:MissionInfo;<br>方法or属性:lockedState: boolean;<br>新版本信息:boolean|MissionInfo.d.ts|
703|type有变化|类名:MissionInfo;<br>方法or属性:timestamp: string;<br>旧版本信息:|类名:MissionInfo;<br>方法or属性:timestamp: string;<br>新版本信息:string|MissionInfo.d.ts|
704|type有变化|类名:MissionInfo;<br>方法or属性:want: Want;<br>旧版本信息:|类名:MissionInfo;<br>方法or属性:want: Want;<br>新版本信息:Want|MissionInfo.d.ts|
705|type有变化|类名:MissionInfo;<br>方法or属性:label: string;<br>旧版本信息:|类名:MissionInfo;<br>方法or属性:label: string;<br>新版本信息:string|MissionInfo.d.ts|
706|type有变化|类名:MissionInfo;<br>方法or属性:iconPath: string;<br>旧版本信息:|类名:MissionInfo;<br>方法or属性:iconPath: string;<br>新版本信息:string|MissionInfo.d.ts|
707|type有变化|类名:MissionInfo;<br>方法or属性:continuable: boolean;<br>旧版本信息:|类名:MissionInfo;<br>方法or属性:continuable: boolean;<br>新版本信息:boolean|MissionInfo.d.ts|
708|type有变化|类名:MissionParameter;<br>方法or属性:deviceId: string;<br>旧版本信息:|类名:MissionParameter;<br>方法or属性:deviceId: string;<br>新版本信息:string|MissionParameter.d.ts|
709|type有变化|类名:MissionParameter;<br>方法or属性:fixConflict: boolean;<br>旧版本信息:|类名:MissionParameter;<br>方法or属性:fixConflict: boolean;<br>新版本信息:boolean|MissionParameter.d.ts|
710|type有变化|类名:MissionParameter;<br>方法or属性:tag: number;<br>旧版本信息:|类名:MissionParameter;<br>方法or属性:tag: number;<br>新版本信息:number|MissionParameter.d.ts|
711|type有变化|类名:MissionSnapshot;<br>方法or属性:ability: ElementName;<br>旧版本信息:|类名:MissionSnapshot;<br>方法or属性:ability: ElementName;<br>新版本信息:ElementName|MissionSnapshot.d.ts|
712|type有变化|类名:MissionSnapshot;<br>方法or属性:snapshot: image.PixelMap;<br>旧版本信息:|类名:MissionSnapshot;<br>方法or属性:snapshot: image.PixelMap;<br>新版本信息:image.PixelMap|MissionSnapshot.d.ts|
713|type有变化|类名:ProcessData;<br>方法or属性:bundleName: string;<br>旧版本信息:|类名:ProcessData;<br>方法or属性:bundleName: string;<br>新版本信息:string|ProcessData.d.ts|
714|type有变化|类名:ProcessData;<br>方法or属性:pid: number;<br>旧版本信息:|类名:ProcessData;<br>方法or属性:pid: number;<br>新版本信息:number|ProcessData.d.ts|
715|type有变化|类名:ProcessData;<br>方法or属性:uid: number;<br>旧版本信息:|类名:ProcessData;<br>方法or属性:uid: number;<br>新版本信息:number|ProcessData.d.ts|
716|type有变化|类名:ProcessData;<br>方法or属性:state: number;<br>旧版本信息:|类名:ProcessData;<br>方法or属性:state: number;<br>新版本信息:number|ProcessData.d.ts|
717|type有变化|类名:ProcessData;<br>方法or属性:isContinuousTask: boolean;<br>旧版本信息:|类名:ProcessData;<br>方法or属性:isContinuousTask: boolean;<br>新版本信息:boolean|ProcessData.d.ts|
718|type有变化|类名:ProcessData;<br>方法or属性:isKeepAlive: boolean;<br>旧版本信息:|类名:ProcessData;<br>方法or属性:isKeepAlive: boolean;<br>新版本信息:boolean|ProcessData.d.ts|
719|type有变化|类名:ProcessInformation;<br>方法or属性:pid: number;<br>旧版本信息:|类名:ProcessInformation;<br>方法or属性:pid: number;<br>新版本信息:number|ProcessInformation.d.ts|
720|type有变化|类名:ProcessInformation;<br>方法or属性:uid: number;<br>旧版本信息:|类名:ProcessInformation;<br>方法or属性:uid: number;<br>新版本信息:number|ProcessInformation.d.ts|
721|type有变化|类名:ProcessInformation;<br>方法or属性:processName: string;<br>旧版本信息:|类名:ProcessInformation;<br>方法or属性:processName: string;<br>新版本信息:string|ProcessInformation.d.ts|
722|type有变化|类名:ProcessInformation;<br>方法or属性:bundleNames: Array\<string>;<br>旧版本信息:|类名:ProcessInformation;<br>方法or属性:bundleNames: Array\<string>;<br>新版本信息:Array\<string>|ProcessInformation.d.ts|
723|type有变化|类名:ProcessRunningInfo;<br>方法or属性:pid: number;<br>旧版本信息:|类名:ProcessRunningInfo;<br>方法or属性:pid: number;<br>新版本信息:number|ProcessRunningInfo.d.ts|
724|type有变化|类名:ProcessRunningInfo;<br>方法or属性:uid: number;<br>旧版本信息:|类名:ProcessRunningInfo;<br>方法or属性:uid: number;<br>新版本信息:number|ProcessRunningInfo.d.ts|
725|type有变化|类名:ProcessRunningInfo;<br>方法or属性:processName: string;<br>旧版本信息:|类名:ProcessRunningInfo;<br>方法or属性:processName: string;<br>新版本信息:string|ProcessRunningInfo.d.ts|
726|type有变化|类名:ProcessRunningInfo;<br>方法or属性:bundleNames: Array\<string>;<br>旧版本信息:|类名:ProcessRunningInfo;<br>方法or属性:bundleNames: Array\<string>;<br>新版本信息:Array\<string>|ProcessRunningInfo.d.ts|
727|type有变化|类名:ShellCmdResult;<br>方法or属性:stdResult: string;<br>旧版本信息:|类名:ShellCmdResult;<br>方法or属性:stdResult: string;<br>新版本信息:string|shellCmdResult.d.ts|
728|type有变化|类名:ShellCmdResult;<br>方法or属性:exitCode: number;<br>旧版本信息:|类名:ShellCmdResult;<br>方法or属性:exitCode: number;<br>新版本信息:number|shellCmdResult.d.ts|
729|type有变化|类名:ContinuationExtraParams;<br>方法or属性:deviceType?: Array\<string>;<br>旧版本信息:|类名:ContinuationExtraParams;<br>方法or属性:deviceType?: Array\<string>;<br>新版本信息:?Array\<string>|continuationExtraParams.d.ts|
730|type有变化|类名:ContinuationExtraParams;<br>方法or属性:targetBundle?: string;<br>旧版本信息:|类名:ContinuationExtraParams;<br>方法or属性:targetBundle?: string;<br>新版本信息:?string|continuationExtraParams.d.ts|
731|type有变化|类名:ContinuationExtraParams;<br>方法or属性:description?: string;<br>旧版本信息:|类名:ContinuationExtraParams;<br>方法or属性:description?: string;<br>新版本信息:?string|continuationExtraParams.d.ts|
732|type有变化|类名:ContinuationExtraParams;<br>方法or属性:filter?: any;<br>旧版本信息:|类名:ContinuationExtraParams;<br>方法or属性:filter?: any;<br>新版本信息:?any|continuationExtraParams.d.ts|
733|type有变化|类名:ContinuationExtraParams;<br>方法or属性:continuationMode?: continuationManager.ContinuationMode;<br>旧版本信息:|类名:ContinuationExtraParams;<br>方法or属性:continuationMode?: continuationManager.ContinuationMode;<br>新版本信息:?continuationManager.ContinuationMode|continuationExtraParams.d.ts|
734|type有变化|类名:ContinuationExtraParams;<br>方法or属性:authInfo?: { [key: string]: any };<br>旧版本信息:|类名:ContinuationExtraParams;<br>方法or属性:authInfo?: { [key: string]: any };<br>新版本信息:?object|continuationExtraParams.d.ts|
735|type有变化|类名:ContinuationResult;<br>方法or属性:id: string;<br>旧版本信息:|类名:ContinuationResult;<br>方法or属性:id: string;<br>新版本信息:string|continuationResult.d.ts|
736|type有变化|类名:ContinuationResult;<br>方法or属性:type: string;<br>旧版本信息:|类名:ContinuationResult;<br>方法or属性:type: string;<br>新版本信息:string|continuationResult.d.ts|
737|type有变化|类名:ContinuationResult;<br>方法or属性:name: string;<br>旧版本信息:|类名:ContinuationResult;<br>方法or属性:name: string;<br>新版本信息:string|continuationResult.d.ts|
738|type有变化|类名:TriggerInfo;<br>方法or属性:code: number;<br>旧版本信息:|类名:TriggerInfo;<br>方法or属性:code: number;<br>新版本信息:number|triggerInfo.d.ts|
739|type有变化|类名:TriggerInfo;<br>方法or属性:want?: Want;<br>旧版本信息:|类名:TriggerInfo;<br>方法or属性:want?: Want;<br>新版本信息:?Want|triggerInfo.d.ts|
740|type有变化|类名:TriggerInfo;<br>方法or属性:permission?: string;<br>旧版本信息:|类名:TriggerInfo;<br>方法or属性:permission?: string;<br>新版本信息:?string|triggerInfo.d.ts|
741|type有变化|类名:TriggerInfo;<br>方法or属性:extraInfo?: { [key: string]: any };<br>旧版本信息:|类名:TriggerInfo;<br>方法or属性:extraInfo?: { [key: string]: any };<br>新版本信息:?object|triggerInfo.d.ts|
742|type有变化|类名:WantAgentInfo;<br>方法or属性:wants: Array\<Want>;<br>旧版本信息:|类名:WantAgentInfo;<br>方法or属性:wants: Array\<Want>;<br>新版本信息:Array\<Want>|wantAgentInfo.d.ts|
743|type有变化|类名:WantAgentInfo;<br>方法or属性:operationType: wantAgent.OperationType;<br>旧版本信息:|类名:WantAgentInfo;<br>方法or属性:operationType: wantAgent.OperationType;<br>新版本信息:wantAgent.OperationType|wantAgentInfo.d.ts|
744|type有变化|类名:WantAgentInfo;<br>方法or属性:requestCode: number;<br>旧版本信息:|类名:WantAgentInfo;<br>方法or属性:requestCode: number;<br>新版本信息:number|wantAgentInfo.d.ts|
745|type有变化|类名:WantAgentInfo;<br>方法or属性:wantAgentFlags?: Array\<wantAgent.WantAgentFlags>;<br>旧版本信息:|类名:WantAgentInfo;<br>方法or属性:wantAgentFlags?: Array\<wantAgent.WantAgentFlags>;<br>新版本信息:?Array\<wantAgent.WantAgentFlags>|wantAgentInfo.d.ts|
746|type有变化|类名:WantAgentInfo;<br>方法or属性:extraInfo?: { [key: string]: any };<br>旧版本信息:|类名:WantAgentInfo;<br>方法or属性:extraInfo?: { [key: string]: any };<br>新版本信息:?object|wantAgentInfo.d.ts|
747