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