1| Change Type | Old Version | New Version | d.ts File |
2| ---- | ------ | ------ | -------- |
3|Deleted|Class name: formHost;<br>Method or attribute name: function getRunningFormInfos(callback: AsyncCallback\<Array\<formInfo.RunningFormInfo>>, hostBundleName?: string): void;|NA|@ohos.app.form.formHost.d.ts|
4|Deleted|Class name: formHost;<br>Method or attribute name: function getRunningFormInfos(hostBundleName?: string): Promise\<Array\<formInfo.RunningFormInfo>>;|NA|@ohos.app.form.formHost.d.ts|
5|Deleted|Class name: formHost;<br>Method or attribute name: function on(type: 'formAdd', observerCallback: Callback\<formInfo.RunningFormInfo>, bundleName?: string): void;|NA|@ohos.app.form.formHost.d.ts|
6|Deleted|Class name: formHost;<br>Method or attribute name: function on(type: 'formRemove', observerCallback: Callback\<formInfo.RunningFormInfo>, bundleName?: string): void;|NA|@ohos.app.form.formHost.d.ts|
7|Deleted|Class name: formHost;<br>Method or attribute name: function on(<br>    type: 'notifyVisible',<br>    observerCallback: Callback\<Array\<formInfo.RunningFormInfo>>,<br>    hostBundleName?: string<br>  ): void;|NA|@ohos.app.form.formHost.d.ts|
8|Deleted|Class name: formHost;<br>Method or attribute name: function on(<br>    type: 'notifyInvisible',<br>    observerCallback: Callback\<Array\<formInfo.RunningFormInfo>>,<br>    hostBundleName?: string<br>  ): void;|NA|@ohos.app.form.formHost.d.ts|
9|Deleted|Class name: formHost;<br>Method or attribute name: function off(type: 'formAdd', observerCallback?: Callback\<formInfo.RunningFormInfo>, bundleName?: string): void;|NA|@ohos.app.form.formHost.d.ts|
10|Deleted|Class name: formHost;<br>Method or attribute name: function off(type: 'formRemove', observerCallback?: Callback\<formInfo.RunningFormInfo>, bundleName?: string): void;|NA|@ohos.app.form.formHost.d.ts|
11|Deleted|Class name: formHost;<br>Method or attribute name: function off(<br>    type: 'notifyVisible',<br>    observerCallback?: Callback\<Array\<formInfo.RunningFormInfo>>,<br>    hostBundleName?: string<br>  ): void;|NA|@ohos.app.form.formHost.d.ts|
12|Deleted|Class name: formHost;<br>Method or attribute name: function off(<br>    type: 'notifyInvisible',<br>    observerCallback?: Callback\<Array\<formInfo.RunningFormInfo>>,<br>    hostBundleName?: string<br>  ): void;|NA|@ohos.app.form.formHost.d.ts|
13|Deleted|Class name: formHost;<br>Method or attribute name: function getRunningFormInfosByFilter(<br>    formProviderFilter: formInfo.FormProviderFilter<br>  ): Promise\<Array\<formInfo.RunningFormInfo>>;|NA|@ohos.app.form.formHost.d.ts|
14|Deleted|Class name: formHost;<br>Method or attribute name: function getRunningFormInfosByFilter(<br>    formProviderFilter: formInfo.FormProviderFilter,<br>    callback: AsyncCallback\<Array\<formInfo.RunningFormInfo>><br>  ): void;|NA|@ohos.app.form.formHost.d.ts|
15|Deleted|Class name: formHost;<br>Method or attribute name: function getRunningFormInfoById(formId: string): Promise\<formInfo.RunningFormInfo>;|NA|@ohos.app.form.formHost.d.ts|
16|Deleted|Class name: formHost;<br>Method or attribute name: function getRunningFormInfoById(formId: string, callback: AsyncCallback\<formInfo.RunningFormInfo>): void;|NA|@ohos.app.form.formHost.d.ts|
17|Added|NA|Class name: appManager;<br>Method or attribute name: export type ProcessData = _ProcessData.default;|@ohos.app.ability.appManager.d.ts|
18|Added|NA|Class name: common;<br>Method or attribute name: export type UIExtensionContext = _UIExtensionContext.default;|@ohos.app.ability.common.d.ts|
19|Added|NA|Class name: UIExtensionContentSession;<br>Method or attribute name: startAbility(want: Want, callback: AsyncCallback\<void>): void;|@ohos.app.ability.UIExtensionContentSession.d.ts|
20|Added|NA|Class name: UIExtensionContentSession;<br>Method or attribute name: startAbility(want: Want, options: StartOptions, callback: AsyncCallback\<void>): void;|@ohos.app.ability.UIExtensionContentSession.d.ts|
21|Added|NA|Class name: UIExtensionContentSession;<br>Method or attribute name: startAbility(want: Want, options?: StartOptions): Promise\<void>;|@ohos.app.ability.UIExtensionContentSession.d.ts|
22|Added|NA|Class name: UIExtensionContentSession;<br>Method or attribute name: startAbilityForResult(want: Want, callback: AsyncCallback\<AbilityResult>): void;|@ohos.app.ability.UIExtensionContentSession.d.ts|
23|Added|NA|Class name: UIExtensionContentSession;<br>Method or attribute name: startAbilityForResult(want: Want, options: StartOptions, callback: AsyncCallback\<AbilityResult>): void;|@ohos.app.ability.UIExtensionContentSession.d.ts|
24|Added|NA|Class name: UIExtensionContentSession;<br>Method or attribute name: startAbilityForResult(want: Want, options?: StartOptions): Promise\<AbilityResult>;|@ohos.app.ability.UIExtensionContentSession.d.ts|
25|Added|NA|Class name: Flags;<br>Method or attribute name: FLAG_AUTH_PERSISTABLE_URI_PERMISSION = 0x00000040|@ohos.app.ability.wantConstant.d.ts|
26|Added|NA|Class name: formObserver;<br>Method or attribute name: function on(type: 'formAdd', observerCallback: Callback\<formInfo.RunningFormInfo>): void;|@ohos.app.form.formObserver.d.ts|
27|Added|NA|Class name: formObserver;<br>Method or attribute name: function on(type: 'formAdd', hostBundleName: string, observerCallback: Callback\<formInfo.RunningFormInfo>): void;|@ohos.app.form.formObserver.d.ts|
28|Added|NA|Class name: formObserver;<br>Method or attribute name: function on(type: 'formRemove', observerCallback: Callback\<formInfo.RunningFormInfo>): void;|@ohos.app.form.formObserver.d.ts|
29|Added|NA|Class name: formObserver;<br>Method or attribute name: function on(type: 'formRemove', hostBundleName: string, observerCallback: Callback\<formInfo.RunningFormInfo>): void;|@ohos.app.form.formObserver.d.ts|
30|Added|NA|Class name: formObserver;<br>Method or attribute name: function on(type: 'notifyVisible', observerCallback: Callback\<Array\<formInfo.RunningFormInfo>>): void;|@ohos.app.form.formObserver.d.ts|
31|Added|NA|Class name: formObserver;<br>Method or attribute name: function on(<br>    type: 'notifyVisible',<br>    hostBundleName: string,<br>    observerCallback: Callback\<Array\<formInfo.RunningFormInfo>><br>  ): void;|@ohos.app.form.formObserver.d.ts|
32|Added|NA|Class name: formObserver;<br>Method or attribute name: function on(type: 'notifyInvisible', observerCallback: Callback\<Array\<formInfo.RunningFormInfo>>): void;|@ohos.app.form.formObserver.d.ts|
33|Added|NA|Class name: formObserver;<br>Method or attribute name: function on(<br>    type: 'notifyInvisible',<br>    hostBundleName: string,<br>    observerCallback: Callback\<Array\<formInfo.RunningFormInfo>>,<br>  ): void;|@ohos.app.form.formObserver.d.ts|
34|Added|NA|Class name: formObserver;<br>Method or attribute name: function off(type: 'formAdd', hostBundleName?: string, observerCallback?: Callback\<formInfo.RunningFormInfo>): void;|@ohos.app.form.formObserver.d.ts|
35|Added|NA|Class name: formObserver;<br>Method or attribute name: function off(type: 'formRemove', hostBundleName?: string, observerCallback?: Callback\<formInfo.RunningFormInfo>): void;|@ohos.app.form.formObserver.d.ts|
36|Added|NA|Class name: formObserver;<br>Method or attribute name: function off(<br>    type: 'notifyVisible',<br>    hostBundleName?: string,<br>    observerCallback?: Callback\<Array\<formInfo.RunningFormInfo>><br>  ): void;|@ohos.app.form.formObserver.d.ts|
37|Added|NA|Class name: formObserver;<br>Method or attribute name: function off(<br>    type: 'notifyInvisible',<br>    hostBundleName?: string,<br>    observerCallback?: Callback\<Array\<formInfo.RunningFormInfo>><br>  ): void;|@ohos.app.form.formObserver.d.ts|
38|Added|NA|Class name: formObserver;<br>Method or attribute name: function getRunningFormInfos(callback: AsyncCallback\<Array\<formInfo.RunningFormInfo>>, hostBundleName?: string): void;|@ohos.app.form.formObserver.d.ts|
39|Added|NA|Class name: formObserver;<br>Method or attribute name: function getRunningFormInfos(hostBundleName?: string): Promise\<Array\<formInfo.RunningFormInfo>>;|@ohos.app.form.formObserver.d.ts|
40|Added|NA|Class name: formObserver;<br>Method or attribute name: function getRunningFormInfosByFilter(<br>    formProviderFilter: formInfo.FormProviderFilter<br>  ): Promise\<Array\<formInfo.RunningFormInfo>>;|@ohos.app.form.formObserver.d.ts|
41|Added|NA|Class name: formObserver;<br>Method or attribute name: function getRunningFormInfosByFilter(<br>    formProviderFilter: formInfo.FormProviderFilter,<br>    callback: AsyncCallback\<Array\<formInfo.RunningFormInfo>><br>  ): void;|@ohos.app.form.formObserver.d.ts|
42|Added|NA|Class name: formObserver;<br>Method or attribute name: function getRunningFormInfoById(formId: string): Promise\<formInfo.RunningFormInfo>;|@ohos.app.form.formObserver.d.ts|
43|Added|NA|Class name: formObserver;<br>Method or attribute name: function getRunningFormInfoById(formId: string, callback: AsyncCallback\<formInfo.RunningFormInfo>): void;|@ohos.app.form.formObserver.d.ts|
44|Added|NA|Class name: continuationManager;<br>Method or attribute name: export type ContinuationResult = _ContinuationResult;|@ohos.continuation.continuationManager.d.ts|
45|Added|NA|Class name: continuationManager;<br>Method or attribute name: export type ContinuationExtraParams = _ContinuationExtraParams;|@ohos.continuation.continuationManager.d.ts|
46|Added|NA|Class name: distributedMissionManager;<br>Method or attribute name: export type ContinueCallback = _ContinueCallback;|@ohos.distributedMissionManager.d.ts|
47|Added|NA|Class name: distributedMissionManager;<br>Method or attribute name: export type ContinueDeviceInfo = _ContinueDeviceInfo;|@ohos.distributedMissionManager.d.ts|
48|Added|NA|Class name: distributedMissionManager;<br>Method or attribute name: export type MissionCallback = _MissionCallback;|@ohos.distributedMissionManager.d.ts|
49|Added|NA|Class name: distributedMissionManager;<br>Method or attribute name: export type MissionDeviceInfo = _MissionDeviceInfo;|@ohos.distributedMissionManager.d.ts|
50|Added|NA|Class name: distributedMissionManager;<br>Method or attribute name: export type MissionParameter = _MissionParameter;|@ohos.distributedMissionManager.d.ts|
51|Added|NA|Class name: AbilityDelegator;<br>Method or attribute name: addAbilityMonitorSync(monitor: AbilityMonitor): void;|AbilityDelegator.d.ts|
52|Added|NA|Class name: AbilityDelegator;<br>Method or attribute name: addAbilityStageMonitorSync(monitor: AbilityStageMonitor): void;|AbilityDelegator.d.ts|
53|Added|NA|Class name: AbilityDelegator;<br>Method or attribute name: removeAbilityMonitorSync(monitor: AbilityMonitor): void;|AbilityDelegator.d.ts|
54|Added|NA|Class name: AbilityDelegator;<br>Method or attribute name: removeAbilityStageMonitorSync(monitor: AbilityStageMonitor): void;|AbilityDelegator.d.ts|
55|Added|NA|Class name: UIExtensionContext;<br>Method or attribute name: connectServiceExtensionAbility(want: Want, options: ConnectOptions): number;|UIExtensionContext.d.ts|
56|Added|NA|Class name: UIExtensionContext;<br>Method or attribute name: disconnectServiceExtensionAbility(connection: number, callback: AsyncCallback\<void>): void;|UIExtensionContext.d.ts|
57|Added|NA|Class name: UIExtensionContext;<br>Method or attribute name: disconnectServiceExtensionAbility(connection: number): Promise\<void>;|UIExtensionContext.d.ts|
58|Error code changed|Class name: UIExtensionContentSession;<br>Method or attribute name: sendData(data: { [key: string]: Object }): void;<br>Old version information: 401, 16000050|Class name: UIExtensionContentSession;<br>Method or attribute name: sendData(data: { [key: string]: Object }): void;<br>New version information: 202,401, 16000050|@ohos.app.ability.UIExtensionContentSession.d.ts|
59|Error code changed|Class name: UIExtensionContentSession;<br>Method or attribute name: setReceiveDataCallback(callback: (data: { [key: string]: Object }) => void): void;<br>Old version information: 401, 16000050|Class name: UIExtensionContentSession;<br>Method or attribute name: setReceiveDataCallback(callback: (data: { [key: string]: Object }) => void): void;<br>New version information: 202,401, 16000050|@ohos.app.ability.UIExtensionContentSession.d.ts|
60|Error code changed|Class name: UIExtensionContentSession;<br>Method or attribute name: setWindowBackgroundColor(color: string): void;<br>Old version information: 401, 16000050|Class name: UIExtensionContentSession;<br>Method or attribute name: setWindowBackgroundColor(color: string): void;<br>New version information: 202,401, 16000050|@ohos.app.ability.UIExtensionContentSession.d.ts|
61|Access level changed|Class name: ProcessState;<br>Method or attribute name: export enum ProcessState<br>Old version information: systemapi|Class name: ProcessState;<br>Method or attribute name: export enum ProcessState<br>New version information: |@ohos.app.ability.appManager.d.ts|
62|Access level changed|Class name: ProcessState;<br>Method or attribute name: STATE_CREATE<br>Old version information: systemapi|Class name: ProcessState;<br>Method or attribute name: STATE_CREATE<br>New version information: |@ohos.app.ability.appManager.d.ts|
63|Access level changed|Class name: ProcessState;<br>Method or attribute name: STATE_FOREGROUND<br>Old version information: systemapi|Class name: ProcessState;<br>Method or attribute name: STATE_FOREGROUND<br>New version information: |@ohos.app.ability.appManager.d.ts|
64|Access level changed|Class name: ProcessState;<br>Method or attribute name: STATE_ACTIVE<br>Old version information: systemapi|Class name: ProcessState;<br>Method or attribute name: STATE_ACTIVE<br>New version information: |@ohos.app.ability.appManager.d.ts|
65|Access level changed|Class name: ProcessState;<br>Method or attribute name: STATE_BACKGROUND<br>Old version information: systemapi|Class name: ProcessState;<br>Method or attribute name: STATE_BACKGROUND<br>New version information: |@ohos.app.ability.appManager.d.ts|
66|Access level changed|Class name: ProcessState;<br>Method or attribute name: STATE_DESTROY<br>Old version information: systemapi|Class name: ProcessState;<br>Method or attribute name: STATE_DESTROY<br>New version information: |@ohos.app.ability.appManager.d.ts|
67|Model changed|Class name: common;<br>Method or attribute name: export type BaseContext = _BaseContext.default;<br>Old version information: |Class name: common;<br>Method or attribute name: export type BaseContext = _BaseContext.default;<br>New version information: StageModelOnly|@ohos.app.ability.common.d.ts|
68|Model changed|Class name: AreaMode;<br>Method or attribute name: EL1 = 0<br>Old version information: |Class name: AreaMode;<br>Method or attribute name: EL1 = 0<br>New version information: StageModelOnly|@ohos.app.ability.contextConstant.d.ts|
69|Model changed|Class name: AreaMode;<br>Method or attribute name: EL2 = 1<br>Old version information: |Class name: AreaMode;<br>Method or attribute name: EL2 = 1<br>New version information: StageModelOnly|@ohos.app.ability.contextConstant.d.ts|
70|Model 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: StageModelOnly|ExtensionContext.d.ts|
71|Type changed|Class name: ContinueMissionInfo;<br>Method or attribute name: srcDeviceId: string;<br>Old version information: |Class name: ContinueMissionInfo;<br>Method or attribute name: srcDeviceId: string;<br>New version information: string|ContinueMissionInfo.d.ts|
72|Type changed|Class name: ContinueMissionInfo;<br>Method or attribute name: dstDeviceId: string;<br>Old version information: |Class name: ContinueMissionInfo;<br>Method or attribute name: dstDeviceId: string;<br>New version information: string|ContinueMissionInfo.d.ts|
73|Type changed|Class name: ContinueMissionInfo;<br>Method or attribute name: bundleName: string;<br>Old version information: |Class name: ContinueMissionInfo;<br>Method or attribute name: bundleName: string;<br>New version information: string|ContinueMissionInfo.d.ts|
74|Type changed|Class name: ContinueMissionInfo;<br>Method or attribute name: wantParam: { [key: string]: Object };<br>Old version information: |Class name: ContinueMissionInfo;<br>Method or attribute name: wantParam: { [key: string]: Object };<br>New version information: object|ContinueMissionInfo.d.ts|
75|Function changed|Class name: UIAbility;<br>Method or attribute name: onCreate(want: Want, param: AbilityConstant.LaunchParam): void;|Class name: UIAbility;<br>Method or attribute name: onCreate(want: Want, launchParam: AbilityConstant.LaunchParam): void;|@ohos.app.ability.UIAbility.d.ts|
76|Function changed|Class name: UIAbility;<br>Method or attribute name: onNewWant(want: Want, launchParams: AbilityConstant.LaunchParam): void;|Class name: UIAbility;<br>Method or attribute name: onNewWant(want: Want, launchParam: AbilityConstant.LaunchParam): void;|@ohos.app.ability.UIAbility.d.ts|
77