• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1| Change Type | Old Version | New Version | d.ts File |
2| ---- | ------ | ------ | -------- |
3|Added|NA|Module name: lifecycle<br>Class name: LifecycleForm<br>Method or attribute name: onShare?(formId: string): {[key: string]: any};|lifecycle.d.ts|
4|Added|NA|Module name: ohos.ability.ability<br>Class name: ability|@ohos.ability.ability.d.ts|
5|Added|NA|Module name: ohos.app.ability.Ability<br>Class name: Ability|@ohos.app.ability.Ability.d.ts|
6|Added|NA|Module name: ohos.app.ability.Ability<br>Class name: Ability<br>Method or attribute name: onConfigurationUpdate(newConfig: Configuration): void;|@ohos.app.ability.Ability.d.ts|
7|Added|NA|Module name: ohos.app.ability.Ability<br>Class name: Ability<br>Method or attribute name: onMemoryLevel(level: AbilityConstant.MemoryLevel): void;|@ohos.app.ability.Ability.d.ts|
8|Added|NA|Module name: ohos.app.ability.AbilityConstant<br>Class name: AbilityConstant|@ohos.app.ability.AbilityConstant.d.ts|
9|Added|NA|Module name: ohos.app.ability.AbilityConstant<br>Class name: LaunchParam|@ohos.app.ability.AbilityConstant.d.ts|
10|Added|NA|Module name: ohos.app.ability.AbilityConstant<br>Class name: LaunchParam<br>Method or attribute name: launchReason: LaunchReason;|@ohos.app.ability.AbilityConstant.d.ts|
11|Added|NA|Module name: ohos.app.ability.AbilityConstant<br>Class name: LaunchParam<br>Method or attribute name: lastExitReason: LastExitReason;|@ohos.app.ability.AbilityConstant.d.ts|
12|Added|NA|Module name: ohos.app.ability.AbilityConstant<br>Class name: LaunchReason|@ohos.app.ability.AbilityConstant.d.ts|
13|Added|NA|Module name: ohos.app.ability.AbilityConstant<br>Class name: LaunchReason<br>Method or attribute name: UNKNOWN = 0|@ohos.app.ability.AbilityConstant.d.ts|
14|Added|NA|Module name: ohos.app.ability.AbilityConstant<br>Class name: LaunchReason<br>Method or attribute name: START_ABILITY = 1|@ohos.app.ability.AbilityConstant.d.ts|
15|Added|NA|Module name: ohos.app.ability.AbilityConstant<br>Class name: LaunchReason<br>Method or attribute name: CALL = 2|@ohos.app.ability.AbilityConstant.d.ts|
16|Added|NA|Module name: ohos.app.ability.AbilityConstant<br>Class name: LaunchReason<br>Method or attribute name: CONTINUATION = 3|@ohos.app.ability.AbilityConstant.d.ts|
17|Added|NA|Module name: ohos.app.ability.AbilityConstant<br>Class name: LaunchReason<br>Method or attribute name: APP_RECOVERY = 4|@ohos.app.ability.AbilityConstant.d.ts|
18|Added|NA|Module name: ohos.app.ability.AbilityConstant<br>Class name: LastExitReason|@ohos.app.ability.AbilityConstant.d.ts|
19|Added|NA|Module name: ohos.app.ability.AbilityConstant<br>Class name: LastExitReason<br>Method or attribute name: UNKNOWN = 0|@ohos.app.ability.AbilityConstant.d.ts|
20|Added|NA|Module name: ohos.app.ability.AbilityConstant<br>Class name: LastExitReason<br>Method or attribute name: ABILITY_NOT_RESPONDING = 1|@ohos.app.ability.AbilityConstant.d.ts|
21|Added|NA|Module name: ohos.app.ability.AbilityConstant<br>Class name: LastExitReason<br>Method or attribute name: NORMAL = 2|@ohos.app.ability.AbilityConstant.d.ts|
22|Added|NA|Module name: ohos.app.ability.AbilityConstant<br>Class name: OnContinueResult|@ohos.app.ability.AbilityConstant.d.ts|
23|Added|NA|Module name: ohos.app.ability.AbilityConstant<br>Class name: OnContinueResult<br>Method or attribute name: AGREE = 0|@ohos.app.ability.AbilityConstant.d.ts|
24|Added|NA|Module name: ohos.app.ability.AbilityConstant<br>Class name: OnContinueResult<br>Method or attribute name: REJECT = 1|@ohos.app.ability.AbilityConstant.d.ts|
25|Added|NA|Module name: ohos.app.ability.AbilityConstant<br>Class name: OnContinueResult<br>Method or attribute name: MISMATCH = 2|@ohos.app.ability.AbilityConstant.d.ts|
26|Added|NA|Module name: ohos.app.ability.AbilityConstant<br>Class name: MemoryLevel|@ohos.app.ability.AbilityConstant.d.ts|
27|Added|NA|Module name: ohos.app.ability.AbilityConstant<br>Class name: MemoryLevel<br>Method or attribute name: MEMORY_LEVEL_MODERATE = 0|@ohos.app.ability.AbilityConstant.d.ts|
28|Added|NA|Module name: ohos.app.ability.AbilityConstant<br>Class name: MemoryLevel<br>Method or attribute name: MEMORY_LEVEL_LOW = 1|@ohos.app.ability.AbilityConstant.d.ts|
29|Added|NA|Module name: ohos.app.ability.AbilityConstant<br>Class name: MemoryLevel<br>Method or attribute name: MEMORY_LEVEL_CRITICAL = 2|@ohos.app.ability.AbilityConstant.d.ts|
30|Added|NA|Module name: ohos.app.ability.AbilityConstant<br>Class name: WindowMode|@ohos.app.ability.AbilityConstant.d.ts|
31|Added|NA|Module name: ohos.app.ability.AbilityConstant<br>Class name: WindowMode<br>Method or attribute name: WINDOW_MODE_UNDEFINED = 0|@ohos.app.ability.AbilityConstant.d.ts|
32|Added|NA|Module name: ohos.app.ability.AbilityConstant<br>Class name: WindowMode<br>Method or attribute name: WINDOW_MODE_FULLSCREEN = 1|@ohos.app.ability.AbilityConstant.d.ts|
33|Added|NA|Module name: ohos.app.ability.AbilityConstant<br>Class name: WindowMode<br>Method or attribute name: WINDOW_MODE_SPLIT_PRIMARY = 100|@ohos.app.ability.AbilityConstant.d.ts|
34|Added|NA|Module name: ohos.app.ability.AbilityConstant<br>Class name: WindowMode<br>Method or attribute name: WINDOW_MODE_SPLIT_SECONDARY = 101|@ohos.app.ability.AbilityConstant.d.ts|
35|Added|NA|Module name: ohos.app.ability.AbilityConstant<br>Class name: WindowMode<br>Method or attribute name: WINDOW_MODE_FLOATING = 102|@ohos.app.ability.AbilityConstant.d.ts|
36|Added|NA|Module name: ohos.app.ability.AbilityConstant<br>Class name: OnSaveResult|@ohos.app.ability.AbilityConstant.d.ts|
37|Added|NA|Module name: ohos.app.ability.AbilityConstant<br>Class name: OnSaveResult<br>Method or attribute name: ALL_AGREE = 0|@ohos.app.ability.AbilityConstant.d.ts|
38|Added|NA|Module name: ohos.app.ability.AbilityConstant<br>Class name: OnSaveResult<br>Method or attribute name: CONTINUATION_REJECT = 1|@ohos.app.ability.AbilityConstant.d.ts|
39|Added|NA|Module name: ohos.app.ability.AbilityConstant<br>Class name: OnSaveResult<br>Method or attribute name: CONTINUATION_MISMATCH = 2|@ohos.app.ability.AbilityConstant.d.ts|
40|Added|NA|Module name: ohos.app.ability.AbilityConstant<br>Class name: OnSaveResult<br>Method or attribute name: RECOVERY_AGREE = 3|@ohos.app.ability.AbilityConstant.d.ts|
41|Added|NA|Module name: ohos.app.ability.AbilityConstant<br>Class name: OnSaveResult<br>Method or attribute name: RECOVERY_REJECT = 4|@ohos.app.ability.AbilityConstant.d.ts|
42|Added|NA|Module name: ohos.app.ability.AbilityConstant<br>Class name: OnSaveResult<br>Method or attribute name: ALL_REJECT|@ohos.app.ability.AbilityConstant.d.ts|
43|Added|NA|Module name: ohos.app.ability.AbilityConstant<br>Class name: StateType|@ohos.app.ability.AbilityConstant.d.ts|
44|Added|NA|Module name: ohos.app.ability.AbilityConstant<br>Class name: StateType<br>Method or attribute name: CONTINUATION = 0|@ohos.app.ability.AbilityConstant.d.ts|
45|Added|NA|Module name: ohos.app.ability.AbilityConstant<br>Class name: StateType<br>Method or attribute name: APP_RECOVERY = 1|@ohos.app.ability.AbilityConstant.d.ts|
46|Added|NA|Module name: ohos.app.ability.abilityDelegatorRegistry<br>Class name: abilityDelegatorRegistry|@ohos.app.ability.abilityDelegatorRegistry.d.ts|
47|Added|NA|Module name: ohos.app.ability.abilityDelegatorRegistry<br>Class name: abilityDelegatorRegistry<br>Method or attribute name: function getAbilityDelegator(): AbilityDelegator;|@ohos.app.ability.abilityDelegatorRegistry.d.ts|
48|Added|NA|Module name: ohos.app.ability.abilityDelegatorRegistry<br>Class name: abilityDelegatorRegistry<br>Method or attribute name: function getArguments(): AbilityDelegatorArgs;|@ohos.app.ability.abilityDelegatorRegistry.d.ts|
49|Added|NA|Module name: ohos.app.ability.abilityDelegatorRegistry<br>Class name: AbilityLifecycleState|@ohos.app.ability.abilityDelegatorRegistry.d.ts|
50|Added|NA|Module name: ohos.app.ability.abilityDelegatorRegistry<br>Class name: AbilityLifecycleState<br>Method or attribute name: UNINITIALIZED|@ohos.app.ability.abilityDelegatorRegistry.d.ts|
51|Added|NA|Module name: ohos.app.ability.abilityDelegatorRegistry<br>Class name: AbilityLifecycleState<br>Method or attribute name: CREATE|@ohos.app.ability.abilityDelegatorRegistry.d.ts|
52|Added|NA|Module name: ohos.app.ability.abilityDelegatorRegistry<br>Class name: AbilityLifecycleState<br>Method or attribute name: FOREGROUND|@ohos.app.ability.abilityDelegatorRegistry.d.ts|
53|Added|NA|Module name: ohos.app.ability.abilityDelegatorRegistry<br>Class name: AbilityLifecycleState<br>Method or attribute name: BACKGROUND|@ohos.app.ability.abilityDelegatorRegistry.d.ts|
54|Added|NA|Module name: ohos.app.ability.abilityDelegatorRegistry<br>Class name: AbilityLifecycleState<br>Method or attribute name: DESTROY|@ohos.app.ability.abilityDelegatorRegistry.d.ts|
55|Added|NA|Module name: ohos.app.ability.AbilityLifecycleCallback<br>Class name: AbilityLifecycleCallback|@ohos.app.ability.AbilityLifecycleCallback.d.ts|
56|Added|NA|Module name: ohos.app.ability.AbilityLifecycleCallback<br>Class name: AbilityLifecycleCallback<br>Method or attribute name: onAbilityCreate(ability: UIAbility): void;|@ohos.app.ability.AbilityLifecycleCallback.d.ts|
57|Added|NA|Module name: ohos.app.ability.AbilityLifecycleCallback<br>Class name: AbilityLifecycleCallback<br>Method or attribute name: onWindowStageCreate(ability: UIAbility, windowStage: window.WindowStage): void;|@ohos.app.ability.AbilityLifecycleCallback.d.ts|
58|Added|NA|Module name: ohos.app.ability.AbilityLifecycleCallback<br>Class name: AbilityLifecycleCallback<br>Method or attribute name: onWindowStageActive(ability: UIAbility, windowStage: window.WindowStage): void;|@ohos.app.ability.AbilityLifecycleCallback.d.ts|
59|Added|NA|Module name: ohos.app.ability.AbilityLifecycleCallback<br>Class name: AbilityLifecycleCallback<br>Method or attribute name: onWindowStageInactive(ability: UIAbility, windowStage: window.WindowStage): void;|@ohos.app.ability.AbilityLifecycleCallback.d.ts|
60|Added|NA|Module name: ohos.app.ability.AbilityLifecycleCallback<br>Class name: AbilityLifecycleCallback<br>Method or attribute name: onWindowStageDestroy(ability: UIAbility, windowStage: window.WindowStage): void;|@ohos.app.ability.AbilityLifecycleCallback.d.ts|
61|Added|NA|Module name: ohos.app.ability.AbilityLifecycleCallback<br>Class name: AbilityLifecycleCallback<br>Method or attribute name: onAbilityDestroy(ability: UIAbility): void;|@ohos.app.ability.AbilityLifecycleCallback.d.ts|
62|Added|NA|Module name: ohos.app.ability.AbilityLifecycleCallback<br>Class name: AbilityLifecycleCallback<br>Method or attribute name: onAbilityForeground(ability: UIAbility): void;|@ohos.app.ability.AbilityLifecycleCallback.d.ts|
63|Added|NA|Module name: ohos.app.ability.AbilityLifecycleCallback<br>Class name: AbilityLifecycleCallback<br>Method or attribute name: onAbilityBackground(ability: UIAbility): void;|@ohos.app.ability.AbilityLifecycleCallback.d.ts|
64|Added|NA|Module name: ohos.app.ability.AbilityLifecycleCallback<br>Class name: AbilityLifecycleCallback<br>Method or attribute name: onAbilityContinue(ability: UIAbility): void;|@ohos.app.ability.AbilityLifecycleCallback.d.ts|
65|Added|NA|Module name: ohos.app.ability.abilityManager<br>Class name: abilityManager|@ohos.app.ability.abilityManager.d.ts|
66|Added|NA|Module name: ohos.app.ability.abilityManager<br>Class name: AbilityState|@ohos.app.ability.abilityManager.d.ts|
67|Added|NA|Module name: ohos.app.ability.abilityManager<br>Class name: AbilityState<br>Method or attribute name: INITIAL = 0|@ohos.app.ability.abilityManager.d.ts|
68|Added|NA|Module name: ohos.app.ability.abilityManager<br>Class name: AbilityState<br>Method or attribute name: FOCUS = 2|@ohos.app.ability.abilityManager.d.ts|
69|Added|NA|Module name: ohos.app.ability.abilityManager<br>Class name: AbilityState<br>Method or attribute name: FOREGROUND = 9|@ohos.app.ability.abilityManager.d.ts|
70|Added|NA|Module name: ohos.app.ability.abilityManager<br>Class name: AbilityState<br>Method or attribute name: BACKGROUND = 10|@ohos.app.ability.abilityManager.d.ts|
71|Added|NA|Module name: ohos.app.ability.abilityManager<br>Class name: AbilityState<br>Method or attribute name: FOREGROUNDING = 11|@ohos.app.ability.abilityManager.d.ts|
72|Added|NA|Module name: ohos.app.ability.abilityManager<br>Class name: AbilityState<br>Method or attribute name: BACKGROUNDING = 12|@ohos.app.ability.abilityManager.d.ts|
73|Added|NA|Module name: ohos.app.ability.abilityManager<br>Class name: abilityManager<br>Method or attribute name: function updateConfiguration(config: Configuration, callback: AsyncCallback\<void>): void;|@ohos.app.ability.abilityManager.d.ts|
74|Added|NA|Module name: ohos.app.ability.abilityManager<br>Class name: abilityManager<br>Method or attribute name: function updateConfiguration(config: Configuration): Promise\<void>;|@ohos.app.ability.abilityManager.d.ts|
75|Added|NA|Module name: ohos.app.ability.abilityManager<br>Class name: abilityManager<br>Method or attribute name: function getAbilityRunningInfos(): Promise\<Array\<AbilityRunningInfo>>;|@ohos.app.ability.abilityManager.d.ts|
76|Added|NA|Module name: ohos.app.ability.abilityManager<br>Class name: abilityManager<br>Method or attribute name: function getAbilityRunningInfos(callback: AsyncCallback\<Array\<AbilityRunningInfo>>): void;|@ohos.app.ability.abilityManager.d.ts|
77|Added|NA|Module name: ohos.app.ability.abilityManager<br>Class name: abilityManager<br>Method or attribute name: function getExtensionRunningInfos(upperLimit: number): Promise\<Array\<ExtensionRunningInfo>>;|@ohos.app.ability.abilityManager.d.ts|
78|Added|NA|Module name: ohos.app.ability.abilityManager<br>Class name: abilityManager<br>Method or attribute name: function getExtensionRunningInfos(upperLimit: number, callback: AsyncCallback\<Array\<ExtensionRunningInfo>>): void;|@ohos.app.ability.abilityManager.d.ts|
79|Added|NA|Module name: ohos.app.ability.abilityManager<br>Class name: abilityManager<br>Method or attribute name: function getTopAbility(): Promise\<ElementName>;|@ohos.app.ability.abilityManager.d.ts|
80|Added|NA|Module name: ohos.app.ability.abilityManager<br>Class name: abilityManager<br>Method or attribute name: function getTopAbility(callback: AsyncCallback\<ElementName>): void;|@ohos.app.ability.abilityManager.d.ts|
81|Added|NA|Module name: ohos.app.ability.AbilityStage<br>Class name: AbilityStage|@ohos.app.ability.AbilityStage.d.ts|
82|Added|NA|Module name: ohos.app.ability.AbilityStage<br>Class name: AbilityStage<br>Method or attribute name: context: AbilityStageContext;|@ohos.app.ability.AbilityStage.d.ts|
83|Added|NA|Module name: ohos.app.ability.AbilityStage<br>Class name: AbilityStage<br>Method or attribute name: onCreate(): void;|@ohos.app.ability.AbilityStage.d.ts|
84|Added|NA|Module name: ohos.app.ability.AbilityStage<br>Class name: AbilityStage<br>Method or attribute name: onAcceptWant(want: Want): string;|@ohos.app.ability.AbilityStage.d.ts|
85|Added|NA|Module name: ohos.app.ability.AbilityStage<br>Class name: AbilityStage<br>Method or attribute name: onConfigurationUpdate(newConfig: Configuration): void;|@ohos.app.ability.AbilityStage.d.ts|
86|Added|NA|Module name: ohos.app.ability.AbilityStage<br>Class name: AbilityStage<br>Method or attribute name: onMemoryLevel(level: AbilityConstant.MemoryLevel): void;|@ohos.app.ability.AbilityStage.d.ts|
87|Added|NA|Module name: ohos.app.ability.appManager<br>Class name: appManager|@ohos.app.ability.appManager.d.ts|
88|Added|NA|Module name: ohos.app.ability.appManager<br>Class name: ApplicationState|@ohos.app.ability.appManager.d.ts|
89|Added|NA|Module name: ohos.app.ability.appManager<br>Class name: ApplicationState<br>Method or attribute name: STATE_CREATE|@ohos.app.ability.appManager.d.ts|
90|Added|NA|Module name: ohos.app.ability.appManager<br>Class name: ApplicationState<br>Method or attribute name: STATE_FOREGROUND|@ohos.app.ability.appManager.d.ts|
91|Added|NA|Module name: ohos.app.ability.appManager<br>Class name: ApplicationState<br>Method or attribute name: STATE_ACTIVE|@ohos.app.ability.appManager.d.ts|
92|Added|NA|Module name: ohos.app.ability.appManager<br>Class name: ApplicationState<br>Method or attribute name: STATE_BACKGROUND|@ohos.app.ability.appManager.d.ts|
93|Added|NA|Module name: ohos.app.ability.appManager<br>Class name: ApplicationState<br>Method or attribute name: STATE_DESTROY|@ohos.app.ability.appManager.d.ts|
94|Added|NA|Module name: ohos.app.ability.appManager<br>Class name: ProcessState|@ohos.app.ability.appManager.d.ts|
95|Added|NA|Module name: ohos.app.ability.appManager<br>Class name: ProcessState<br>Method or attribute name: STATE_CREATE|@ohos.app.ability.appManager.d.ts|
96|Added|NA|Module name: ohos.app.ability.appManager<br>Class name: ProcessState<br>Method or attribute name: STATE_FOREGROUND|@ohos.app.ability.appManager.d.ts|
97|Added|NA|Module name: ohos.app.ability.appManager<br>Class name: ProcessState<br>Method or attribute name: STATE_ACTIVE|@ohos.app.ability.appManager.d.ts|
98|Added|NA|Module name: ohos.app.ability.appManager<br>Class name: ProcessState<br>Method or attribute name: STATE_BACKGROUND|@ohos.app.ability.appManager.d.ts|
99|Added|NA|Module name: ohos.app.ability.appManager<br>Class name: ProcessState<br>Method or attribute name: STATE_DESTROY|@ohos.app.ability.appManager.d.ts|
100|Added|NA|Module name: ohos.app.ability.appManager<br>Class name: appManager<br>Method or attribute name: function on(type: "applicationState", observer: ApplicationStateObserver): number;|@ohos.app.ability.appManager.d.ts|
101|Added|NA|Module name: ohos.app.ability.appManager<br>Class name: appManager<br>Method or attribute name: function on(type: "applicationState", observer: ApplicationStateObserver, bundleNameList: Array\<string>): number;|@ohos.app.ability.appManager.d.ts|
102|Added|NA|Module name: ohos.app.ability.appManager<br>Class name: appManager<br>Method or attribute name: function off(type: "applicationState", observerId: number, callback: AsyncCallback\<void>): void;|@ohos.app.ability.appManager.d.ts|
103|Added|NA|Module name: ohos.app.ability.appManager<br>Class name: appManager<br>Method or attribute name: function off(type: "applicationState", observerId: number): Promise\<void>;|@ohos.app.ability.appManager.d.ts|
104|Added|NA|Module name: ohos.app.ability.appManager<br>Class name: appManager<br>Method or attribute name: function getForegroundApplications(callback: AsyncCallback\<Array\<AppStateData>>): void;|@ohos.app.ability.appManager.d.ts|
105|Added|NA|Module name: ohos.app.ability.appManager<br>Class name: appManager<br>Method or attribute name: function getForegroundApplications(): Promise\<Array\<AppStateData>>;|@ohos.app.ability.appManager.d.ts|
106|Added|NA|Module name: ohos.app.ability.appManager<br>Class name: appManager<br>Method or attribute name: function killProcessWithAccount(bundleName: string, accountId: number): Promise\<void>;|@ohos.app.ability.appManager.d.ts|
107|Added|NA|Module name: ohos.app.ability.appManager<br>Class name: appManager<br>Method or attribute name: function killProcessWithAccount(bundleName: string, accountId: number, callback: AsyncCallback\<void>): void;|@ohos.app.ability.appManager.d.ts|
108|Added|NA|Module name: ohos.app.ability.appManager<br>Class name: appManager<br>Method or attribute name: function isRunningInStabilityTest(callback: AsyncCallback\<boolean>): void;|@ohos.app.ability.appManager.d.ts|
109|Added|NA|Module name: ohos.app.ability.appManager<br>Class name: appManager<br>Method or attribute name: function isRunningInStabilityTest(): Promise\<boolean>;|@ohos.app.ability.appManager.d.ts|
110|Added|NA|Module name: ohos.app.ability.appManager<br>Class name: appManager<br>Method or attribute name: function killProcessesByBundleName(bundleName: string): Promise\<void>;|@ohos.app.ability.appManager.d.ts|
111|Added|NA|Module name: ohos.app.ability.appManager<br>Class name: appManager<br>Method or attribute name: function killProcessesByBundleName(bundleName: string, callback: AsyncCallback\<void>);|@ohos.app.ability.appManager.d.ts|
112|Added|NA|Module name: ohos.app.ability.appManager<br>Class name: appManager<br>Method or attribute name: function clearUpApplicationData(bundleName: string): Promise\<void>;|@ohos.app.ability.appManager.d.ts|
113|Added|NA|Module name: ohos.app.ability.appManager<br>Class name: appManager<br>Method or attribute name: function clearUpApplicationData(bundleName: string, callback: AsyncCallback\<void>);|@ohos.app.ability.appManager.d.ts|
114|Added|NA|Module name: ohos.app.ability.appManager<br>Class name: appManager<br>Method or attribute name: function isRamConstrainedDevice(): Promise\<boolean>;|@ohos.app.ability.appManager.d.ts|
115|Added|NA|Module name: ohos.app.ability.appManager<br>Class name: appManager<br>Method or attribute name: function isRamConstrainedDevice(callback: AsyncCallback\<boolean>): void;|@ohos.app.ability.appManager.d.ts|
116|Added|NA|Module name: ohos.app.ability.appManager<br>Class name: appManager<br>Method or attribute name: function getAppMemorySize(): Promise\<number>;|@ohos.app.ability.appManager.d.ts|
117|Added|NA|Module name: ohos.app.ability.appManager<br>Class name: appManager<br>Method or attribute name: function getAppMemorySize(callback: AsyncCallback\<number>): void;|@ohos.app.ability.appManager.d.ts|
118|Added|NA|Module name: ohos.app.ability.appManager<br>Class name: appManager<br>Method or attribute name: function getRunningProcessInformation(): Promise\<Array\<ProcessInformation>>;|@ohos.app.ability.appManager.d.ts|
119|Added|NA|Module name: ohos.app.ability.appManager<br>Class name: appManager<br>Method or attribute name: function getRunningProcessInformation(callback: AsyncCallback\<Array\<ProcessInformation>>): void;|@ohos.app.ability.appManager.d.ts|
120|Added|NA|Module name: ohos.app.ability.appRecovery<br>Class name: appRecovery|@ohos.app.ability.appRecovery.d.ts|
121|Added|NA|Module name: ohos.app.ability.appRecovery<br>Class name: RestartFlag|@ohos.app.ability.appRecovery.d.ts|
122|Added|NA|Module name: ohos.app.ability.appRecovery<br>Class name: RestartFlag<br>Method or attribute name: ALWAYS_RESTART = 0|@ohos.app.ability.appRecovery.d.ts|
123|Added|NA|Module name: ohos.app.ability.appRecovery<br>Class name: RestartFlag<br>Method or attribute name: RESTART_WHEN_JS_CRASH = 0x0001|@ohos.app.ability.appRecovery.d.ts|
124|Added|NA|Module name: ohos.app.ability.appRecovery<br>Class name: RestartFlag<br>Method or attribute name: RESTART_WHEN_APP_FREEZE = 0x0002|@ohos.app.ability.appRecovery.d.ts|
125|Added|NA|Module name: ohos.app.ability.appRecovery<br>Class name: RestartFlag<br>Method or attribute name: NO_RESTART = 0xFFFF|@ohos.app.ability.appRecovery.d.ts|
126|Added|NA|Module name: ohos.app.ability.appRecovery<br>Class name: SaveOccasionFlag|@ohos.app.ability.appRecovery.d.ts|
127|Added|NA|Module name: ohos.app.ability.appRecovery<br>Class name: SaveOccasionFlag<br>Method or attribute name: SAVE_WHEN_ERROR = 0x0001|@ohos.app.ability.appRecovery.d.ts|
128|Added|NA|Module name: ohos.app.ability.appRecovery<br>Class name: SaveOccasionFlag<br>Method or attribute name: SAVE_WHEN_BACKGROUND = 0x0002|@ohos.app.ability.appRecovery.d.ts|
129|Added|NA|Module name: ohos.app.ability.appRecovery<br>Class name: SaveModeFlag|@ohos.app.ability.appRecovery.d.ts|
130|Added|NA|Module name: ohos.app.ability.appRecovery<br>Class name: SaveModeFlag<br>Method or attribute name: SAVE_WITH_FILE = 0x0001|@ohos.app.ability.appRecovery.d.ts|
131|Added|NA|Module name: ohos.app.ability.appRecovery<br>Class name: SaveModeFlag<br>Method or attribute name: SAVE_WITH_SHARED_MEMORY = 0x0002|@ohos.app.ability.appRecovery.d.ts|
132|Added|NA|Module name: ohos.app.ability.appRecovery<br>Class name: appRecovery<br>Method or attribute name: function enableAppRecovery(restart?: RestartFlag, saveOccasion?: SaveOccasionFlag, saveMode?: SaveModeFlag) : void;|@ohos.app.ability.appRecovery.d.ts|
133|Added|NA|Module name: ohos.app.ability.appRecovery<br>Class name: appRecovery<br>Method or attribute name: function restartApp(): void;|@ohos.app.ability.appRecovery.d.ts|
134|Added|NA|Module name: ohos.app.ability.appRecovery<br>Class name: appRecovery<br>Method or attribute name: function saveAppState(): boolean;|@ohos.app.ability.appRecovery.d.ts|
135|Added|NA|Module name: ohos.app.ability.common<br>Class name: common|@ohos.app.ability.common.d.ts|
136|Added|NA|Module name: ohos.app.ability.Configuration<br>Class name: Configuration|@ohos.app.ability.Configuration.d.ts|
137|Added|NA|Module name: ohos.app.ability.Configuration<br>Class name: Configuration<br>Method or attribute name: language?: string;|@ohos.app.ability.Configuration.d.ts|
138|Added|NA|Module name: ohos.app.ability.Configuration<br>Class name: Configuration<br>Method or attribute name: colorMode?: ConfigurationConstant.ColorMode;|@ohos.app.ability.Configuration.d.ts|
139|Added|NA|Module name: ohos.app.ability.Configuration<br>Class name: Configuration<br>Method or attribute name: direction?: ConfigurationConstant.Direction;|@ohos.app.ability.Configuration.d.ts|
140|Added|NA|Module name: ohos.app.ability.Configuration<br>Class name: Configuration<br>Method or attribute name: screenDensity?: ConfigurationConstant.ScreenDensity;|@ohos.app.ability.Configuration.d.ts|
141|Added|NA|Module name: ohos.app.ability.Configuration<br>Class name: Configuration<br>Method or attribute name: displayId?: number;|@ohos.app.ability.Configuration.d.ts|
142|Added|NA|Module name: ohos.app.ability.Configuration<br>Class name: Configuration<br>Method or attribute name: hasPointerDevice?: boolean;|@ohos.app.ability.Configuration.d.ts|
143|Added|NA|Module name: ohos.app.ability.ConfigurationConstant<br>Class name: ConfigurationConstant|@ohos.app.ability.ConfigurationConstant.d.ts|
144|Added|NA|Module name: ohos.app.ability.ConfigurationConstant<br>Class name: ColorMode|@ohos.app.ability.ConfigurationConstant.d.ts|
145|Added|NA|Module name: ohos.app.ability.ConfigurationConstant<br>Class name: ColorMode<br>Method or attribute name: COLOR_MODE_NOT_SET = -1|@ohos.app.ability.ConfigurationConstant.d.ts|
146|Added|NA|Module name: ohos.app.ability.ConfigurationConstant<br>Class name: ColorMode<br>Method or attribute name: COLOR_MODE_DARK = 0|@ohos.app.ability.ConfigurationConstant.d.ts|
147|Added|NA|Module name: ohos.app.ability.ConfigurationConstant<br>Class name: ColorMode<br>Method or attribute name: COLOR_MODE_LIGHT = 1|@ohos.app.ability.ConfigurationConstant.d.ts|
148|Added|NA|Module name: ohos.app.ability.ConfigurationConstant<br>Class name: Direction|@ohos.app.ability.ConfigurationConstant.d.ts|
149|Added|NA|Module name: ohos.app.ability.ConfigurationConstant<br>Class name: Direction<br>Method or attribute name: DIRECTION_NOT_SET = -1|@ohos.app.ability.ConfigurationConstant.d.ts|
150|Added|NA|Module name: ohos.app.ability.ConfigurationConstant<br>Class name: Direction<br>Method or attribute name: DIRECTION_VERTICAL = 0|@ohos.app.ability.ConfigurationConstant.d.ts|
151|Added|NA|Module name: ohos.app.ability.ConfigurationConstant<br>Class name: Direction<br>Method or attribute name: DIRECTION_HORIZONTAL = 1|@ohos.app.ability.ConfigurationConstant.d.ts|
152|Added|NA|Module name: ohos.app.ability.ConfigurationConstant<br>Class name: ScreenDensity|@ohos.app.ability.ConfigurationConstant.d.ts|
153|Added|NA|Module name: ohos.app.ability.ConfigurationConstant<br>Class name: ScreenDensity<br>Method or attribute name: SCREEN_DENSITY_NOT_SET = 0|@ohos.app.ability.ConfigurationConstant.d.ts|
154|Added|NA|Module name: ohos.app.ability.ConfigurationConstant<br>Class name: ScreenDensity<br>Method or attribute name: SCREEN_DENSITY_SDPI = 120|@ohos.app.ability.ConfigurationConstant.d.ts|
155|Added|NA|Module name: ohos.app.ability.ConfigurationConstant<br>Class name: ScreenDensity<br>Method or attribute name: SCREEN_DENSITY_MDPI = 160|@ohos.app.ability.ConfigurationConstant.d.ts|
156|Added|NA|Module name: ohos.app.ability.ConfigurationConstant<br>Class name: ScreenDensity<br>Method or attribute name: SCREEN_DENSITY_LDPI = 240|@ohos.app.ability.ConfigurationConstant.d.ts|
157|Added|NA|Module name: ohos.app.ability.ConfigurationConstant<br>Class name: ScreenDensity<br>Method or attribute name: SCREEN_DENSITY_XLDPI = 320|@ohos.app.ability.ConfigurationConstant.d.ts|
158|Added|NA|Module name: ohos.app.ability.ConfigurationConstant<br>Class name: ScreenDensity<br>Method or attribute name: SCREEN_DENSITY_XXLDPI = 480|@ohos.app.ability.ConfigurationConstant.d.ts|
159|Added|NA|Module name: ohos.app.ability.ConfigurationConstant<br>Class name: ScreenDensity<br>Method or attribute name: SCREEN_DENSITY_XXXLDPI = 640|@ohos.app.ability.ConfigurationConstant.d.ts|
160|Added|NA|Module name: ohos.app.ability.contextConstant<br>Class name: contextConstant|@ohos.app.ability.contextConstant.d.ts|
161|Added|NA|Module name: ohos.app.ability.contextConstant<br>Class name: AreaMode|@ohos.app.ability.contextConstant.d.ts|
162|Added|NA|Module name: ohos.app.ability.contextConstant<br>Class name: AreaMode<br>Method or attribute name: EL1 = 0|@ohos.app.ability.contextConstant.d.ts|
163|Added|NA|Module name: ohos.app.ability.contextConstant<br>Class name: AreaMode<br>Method or attribute name: EL2 = 1|@ohos.app.ability.contextConstant.d.ts|
164|Added|NA|Module name: ohos.app.ability.dataUriUtils<br>Class name: dataUriUtils|@ohos.app.ability.dataUriUtils.d.ts|
165|Added|NA|Module name: ohos.app.ability.dataUriUtils<br>Class name: dataUriUtils<br>Method or attribute name: function getId(uri: string): number|@ohos.app.ability.dataUriUtils.d.ts|
166|Added|NA|Module name: ohos.app.ability.dataUriUtils<br>Class name: dataUriUtils<br>Method or attribute name: function attachId(uri: string, id: number): string|@ohos.app.ability.dataUriUtils.d.ts|
167|Added|NA|Module name: ohos.app.ability.dataUriUtils<br>Class name: dataUriUtils<br>Method or attribute name: function deleteId(uri: string): string|@ohos.app.ability.dataUriUtils.d.ts|
168|Added|NA|Module name: ohos.app.ability.dataUriUtils<br>Class name: dataUriUtils<br>Method or attribute name: function updateId(uri: string, id: number): string|@ohos.app.ability.dataUriUtils.d.ts|
169|Added|NA|Module name: ohos.app.ability.dialogRequest<br>Class name: dialogRequest|@ohos.app.ability.dialogRequest.d.ts|
170|Added|NA|Module name: ohos.app.ability.dialogRequest<br>Class name: RequestInfo|@ohos.app.ability.dialogRequest.d.ts|
171|Added|NA|Module name: ohos.app.ability.dialogRequest<br>Class name: ResultCode|@ohos.app.ability.dialogRequest.d.ts|
172|Added|NA|Module name: ohos.app.ability.dialogRequest<br>Class name: ResultCode<br>Method or attribute name: RESULT_OK = 0|@ohos.app.ability.dialogRequest.d.ts|
173|Added|NA|Module name: ohos.app.ability.dialogRequest<br>Class name: ResultCode<br>Method or attribute name: RESULT_CANCEL = 1|@ohos.app.ability.dialogRequest.d.ts|
174|Added|NA|Module name: ohos.app.ability.dialogRequest<br>Class name: RequestResult|@ohos.app.ability.dialogRequest.d.ts|
175|Added|NA|Module name: ohos.app.ability.dialogRequest<br>Class name: RequestResult<br>Method or attribute name: result: ResultCode;|@ohos.app.ability.dialogRequest.d.ts|
176|Added|NA|Module name: ohos.app.ability.dialogRequest<br>Class name: RequestCallback|@ohos.app.ability.dialogRequest.d.ts|
177|Added|NA|Module name: ohos.app.ability.dialogRequest<br>Class name: RequestCallback<br>Method or attribute name: setRequestResult(result: RequestResult): void;|@ohos.app.ability.dialogRequest.d.ts|
178|Added|NA|Module name: ohos.app.ability.dialogRequest<br>Class name: dialogRequest<br>Method or attribute name: function getRequestInfo(want: Want): RequestInfo;|@ohos.app.ability.dialogRequest.d.ts|
179|Added|NA|Module name: ohos.app.ability.dialogRequest<br>Class name: dialogRequest<br>Method or attribute name: function getRequestCallback(want: Want): RequestCallback;|@ohos.app.ability.dialogRequest.d.ts|
180|Added|NA|Module name: ohos.app.ability.EnvironmentCallback<br>Class name: EnvironmentCallback|@ohos.app.ability.EnvironmentCallback.d.ts|
181|Added|NA|Module name: ohos.app.ability.EnvironmentCallback<br>Class name: EnvironmentCallback<br>Method or attribute name: onConfigurationUpdated(config: Configuration): void;|@ohos.app.ability.EnvironmentCallback.d.ts|
182|Added|NA|Module name: ohos.app.ability.EnvironmentCallback<br>Class name: EnvironmentCallback<br>Method or attribute name: onMemoryLevel(level: AbilityConstant.MemoryLevel): void;|@ohos.app.ability.EnvironmentCallback.d.ts|
183|Added|NA|Module name: ohos.app.ability.errorManager<br>Class name: errorManager|@ohos.app.ability.errorManager.d.ts|
184|Added|NA|Module name: ohos.app.ability.errorManager<br>Class name: errorManager<br>Method or attribute name: function on(type: "error", observer: ErrorObserver): number;|@ohos.app.ability.errorManager.d.ts|
185|Added|NA|Module name: ohos.app.ability.errorManager<br>Class name: errorManager<br>Method or attribute name: function off(type: "error", observerId: number, callback: AsyncCallback\<void>): void;|@ohos.app.ability.errorManager.d.ts|
186|Added|NA|Module name: ohos.app.ability.errorManager<br>Class name: errorManager<br>Method or attribute name: function off(type: "error", observerId: number): Promise\<void>;|@ohos.app.ability.errorManager.d.ts|
187|Added|NA|Module name: ohos.app.ability.ExtensionAbility<br>Class name: ExtensionAbility|@ohos.app.ability.ExtensionAbility.d.ts|
188|Added|NA|Module name: ohos.app.ability.missionManager<br>Class name: missionManager|@ohos.app.ability.missionManager.d.ts|
189|Added|NA|Module name: ohos.app.ability.missionManager<br>Class name: missionManager<br>Method or attribute name: function on(type: "mission", listener: MissionListener): number;|@ohos.app.ability.missionManager.d.ts|
190|Added|NA|Module name: ohos.app.ability.missionManager<br>Class name: missionManager<br>Method or attribute name: function off(type: "mission", listenerId: number, callback: AsyncCallback\<void>): void;|@ohos.app.ability.missionManager.d.ts|
191|Added|NA|Module name: ohos.app.ability.missionManager<br>Class name: missionManager<br>Method or attribute name: function off(type: "mission", listenerId: number): Promise\<void>;|@ohos.app.ability.missionManager.d.ts|
192|Added|NA|Module name: ohos.app.ability.missionManager<br>Class name: missionManager<br>Method or attribute name: function getMissionInfo(deviceId: string, missionId: number, callback: AsyncCallback\<MissionInfo>): void;|@ohos.app.ability.missionManager.d.ts|
193|Added|NA|Module name: ohos.app.ability.missionManager<br>Class name: missionManager<br>Method or attribute name: function getMissionInfo(deviceId: string, missionId: number): Promise\<MissionInfo>;|@ohos.app.ability.missionManager.d.ts|
194|Added|NA|Module name: ohos.app.ability.missionManager<br>Class name: missionManager<br>Method or attribute name: function getMissionInfos(deviceId: string, numMax: number, callback: AsyncCallback\<Array\<MissionInfo>>): void;|@ohos.app.ability.missionManager.d.ts|
195|Added|NA|Module name: ohos.app.ability.missionManager<br>Class name: missionManager<br>Method or attribute name: function getMissionInfos(deviceId: string, numMax: number): Promise\<Array\<MissionInfo>>;|@ohos.app.ability.missionManager.d.ts|
196|Added|NA|Module name: ohos.app.ability.missionManager<br>Class name: missionManager<br>Method or attribute name: function getMissionSnapShot(deviceId: string, missionId: number, callback: AsyncCallback\<MissionSnapshot>): void;|@ohos.app.ability.missionManager.d.ts|
197|Added|NA|Module name: ohos.app.ability.missionManager<br>Class name: missionManager<br>Method or attribute name: function getMissionSnapShot(deviceId: string, missionId: number): Promise\<MissionSnapshot>;|@ohos.app.ability.missionManager.d.ts|
198|Added|NA|Module name: ohos.app.ability.missionManager<br>Class name: missionManager<br>Method or attribute name: function getLowResolutionMissionSnapShot(deviceId: string, missionId: number, callback: AsyncCallback\<MissionSnapshot>): void;|@ohos.app.ability.missionManager.d.ts|
199|Added|NA|Module name: ohos.app.ability.missionManager<br>Class name: missionManager<br>Method or attribute name: function getLowResolutionMissionSnapShot(deviceId: string, missionId: number): Promise\<MissionSnapshot>;|@ohos.app.ability.missionManager.d.ts|
200|Added|NA|Module name: ohos.app.ability.missionManager<br>Class name: missionManager<br>Method or attribute name: function lockMission(missionId: number, callback: AsyncCallback\<void>): void;|@ohos.app.ability.missionManager.d.ts|
201|Added|NA|Module name: ohos.app.ability.missionManager<br>Class name: missionManager<br>Method or attribute name: function lockMission(missionId: number): Promise\<void>;|@ohos.app.ability.missionManager.d.ts|
202|Added|NA|Module name: ohos.app.ability.missionManager<br>Class name: missionManager<br>Method or attribute name: function unlockMission(missionId: number, callback: AsyncCallback\<void>): void;|@ohos.app.ability.missionManager.d.ts|
203|Added|NA|Module name: ohos.app.ability.missionManager<br>Class name: missionManager<br>Method or attribute name: function unlockMission(missionId: number): Promise\<void>;|@ohos.app.ability.missionManager.d.ts|
204|Added|NA|Module name: ohos.app.ability.missionManager<br>Class name: missionManager<br>Method or attribute name: function clearMission(missionId: number, callback: AsyncCallback\<void>): void;|@ohos.app.ability.missionManager.d.ts|
205|Added|NA|Module name: ohos.app.ability.missionManager<br>Class name: missionManager<br>Method or attribute name: function clearMission(missionId: number): Promise\<void>;|@ohos.app.ability.missionManager.d.ts|
206|Added|NA|Module name: ohos.app.ability.missionManager<br>Class name: missionManager<br>Method or attribute name: function clearAllMissions(callback: AsyncCallback\<void>): void;|@ohos.app.ability.missionManager.d.ts|
207|Added|NA|Module name: ohos.app.ability.missionManager<br>Class name: missionManager<br>Method or attribute name: function clearAllMissions(): Promise\<void>;|@ohos.app.ability.missionManager.d.ts|
208|Added|NA|Module name: ohos.app.ability.missionManager<br>Class name: missionManager<br>Method or attribute name: function moveMissionToFront(missionId: number, callback: AsyncCallback\<void>): void;|@ohos.app.ability.missionManager.d.ts|
209|Added|NA|Module name: ohos.app.ability.missionManager<br>Class name: missionManager<br>Method or attribute name: function moveMissionToFront(missionId: number, options: StartOptions, callback: AsyncCallback\<void>): void;|@ohos.app.ability.missionManager.d.ts|
210|Added|NA|Module name: ohos.app.ability.missionManager<br>Class name: missionManager<br>Method or attribute name: function moveMissionToFront(missionId: number, options?: StartOptions): Promise\<void>;|@ohos.app.ability.missionManager.d.ts|
211|Added|NA|Module name: ohos.app.ability.quickFixManager<br>Class name: quickFixManager|@ohos.app.ability.quickFixManager.d.ts|
212|Added|NA|Module name: ohos.app.ability.quickFixManager<br>Class name: HapModuleQuickFixInfo|@ohos.app.ability.quickFixManager.d.ts|
213|Added|NA|Module name: ohos.app.ability.quickFixManager<br>Class name: HapModuleQuickFixInfo<br>Method or attribute name: readonly moduleName: string;|@ohos.app.ability.quickFixManager.d.ts|
214|Added|NA|Module name: ohos.app.ability.quickFixManager<br>Class name: HapModuleQuickFixInfo<br>Method or attribute name: readonly originHapHash: string;|@ohos.app.ability.quickFixManager.d.ts|
215|Added|NA|Module name: ohos.app.ability.quickFixManager<br>Class name: HapModuleQuickFixInfo<br>Method or attribute name: readonly quickFixFilePath: string;|@ohos.app.ability.quickFixManager.d.ts|
216|Added|NA|Module name: ohos.app.ability.quickFixManager<br>Class name: ApplicationQuickFixInfo|@ohos.app.ability.quickFixManager.d.ts|
217|Added|NA|Module name: ohos.app.ability.quickFixManager<br>Class name: ApplicationQuickFixInfo<br>Method or attribute name: readonly bundleName: string;|@ohos.app.ability.quickFixManager.d.ts|
218|Added|NA|Module name: ohos.app.ability.quickFixManager<br>Class name: ApplicationQuickFixInfo<br>Method or attribute name: readonly bundleVersionCode: number;|@ohos.app.ability.quickFixManager.d.ts|
219|Added|NA|Module name: ohos.app.ability.quickFixManager<br>Class name: ApplicationQuickFixInfo<br>Method or attribute name: readonly bundleVersionName: string;|@ohos.app.ability.quickFixManager.d.ts|
220|Added|NA|Module name: ohos.app.ability.quickFixManager<br>Class name: ApplicationQuickFixInfo<br>Method or attribute name: readonly quickFixVersionCode: number;|@ohos.app.ability.quickFixManager.d.ts|
221|Added|NA|Module name: ohos.app.ability.quickFixManager<br>Class name: ApplicationQuickFixInfo<br>Method or attribute name: readonly quickFixVersionName: string;|@ohos.app.ability.quickFixManager.d.ts|
222|Added|NA|Module name: ohos.app.ability.quickFixManager<br>Class name: ApplicationQuickFixInfo<br>Method or attribute name: readonly hapModuleQuickFixInfo: Array\<HapModuleQuickFixInfo>;|@ohos.app.ability.quickFixManager.d.ts|
223|Added|NA|Module name: ohos.app.ability.quickFixManager<br>Class name: quickFixManager<br>Method or attribute name: function applyQuickFix(hapModuleQuickFixFiles: Array\<string>, callback: AsyncCallback\<void>): void;|@ohos.app.ability.quickFixManager.d.ts|
224|Added|NA|Module name: ohos.app.ability.quickFixManager<br>Class name: quickFixManager<br>Method or attribute name: function applyQuickFix(hapModuleQuickFixFiles: Array\<string>): Promise\<void>;|@ohos.app.ability.quickFixManager.d.ts|
225|Added|NA|Module name: ohos.app.ability.quickFixManager<br>Class name: quickFixManager<br>Method or attribute name: function getApplicationQuickFixInfo(bundleName: string, callback: AsyncCallback\<ApplicationQuickFixInfo>): void;|@ohos.app.ability.quickFixManager.d.ts|
226|Added|NA|Module name: ohos.app.ability.quickFixManager<br>Class name: quickFixManager<br>Method or attribute name: function getApplicationQuickFixInfo(bundleName: string): Promise\<ApplicationQuickFixInfo>;|@ohos.app.ability.quickFixManager.d.ts|
227|Added|NA|Module name: ohos.app.ability.ServiceExtensionAbility<br>Class name: ServiceExtensionAbility|@ohos.app.ability.ServiceExtensionAbility.d.ts|
228|Added|NA|Module name: ohos.app.ability.ServiceExtensionAbility<br>Class name: ServiceExtensionAbility<br>Method or attribute name: context: ServiceExtensionContext;|@ohos.app.ability.ServiceExtensionAbility.d.ts|
229|Added|NA|Module name: ohos.app.ability.ServiceExtensionAbility<br>Class name: ServiceExtensionAbility<br>Method or attribute name: onCreate(want: Want): void;|@ohos.app.ability.ServiceExtensionAbility.d.ts|
230|Added|NA|Module name: ohos.app.ability.ServiceExtensionAbility<br>Class name: ServiceExtensionAbility<br>Method or attribute name: onDestroy(): void;|@ohos.app.ability.ServiceExtensionAbility.d.ts|
231|Added|NA|Module name: ohos.app.ability.ServiceExtensionAbility<br>Class name: ServiceExtensionAbility<br>Method or attribute name: onRequest(want: Want, startId: number): void;|@ohos.app.ability.ServiceExtensionAbility.d.ts|
232|Added|NA|Module name: ohos.app.ability.ServiceExtensionAbility<br>Class name: ServiceExtensionAbility<br>Method or attribute name: onConnect(want: Want): rpc.RemoteObject \| Promise\<rpc.RemoteObject>;|@ohos.app.ability.ServiceExtensionAbility.d.ts|
233|Added|NA|Module name: ohos.app.ability.ServiceExtensionAbility<br>Class name: ServiceExtensionAbility<br>Method or attribute name: onDisconnect(want: Want): void \| Promise\<void>;|@ohos.app.ability.ServiceExtensionAbility.d.ts|
234|Added|NA|Module name: ohos.app.ability.ServiceExtensionAbility<br>Class name: ServiceExtensionAbility<br>Method or attribute name: onReconnect(want: Want): void;|@ohos.app.ability.ServiceExtensionAbility.d.ts|
235|Added|NA|Module name: ohos.app.ability.ServiceExtensionAbility<br>Class name: ServiceExtensionAbility<br>Method or attribute name: onConfigurationUpdate(newConfig: Configuration): void;|@ohos.app.ability.ServiceExtensionAbility.d.ts|
236|Added|NA|Module name: ohos.app.ability.ServiceExtensionAbility<br>Class name: ServiceExtensionAbility<br>Method or attribute name: onDump(params: Array\<string>): Array\<string>;|@ohos.app.ability.ServiceExtensionAbility.d.ts|
237|Added|NA|Module name: ohos.app.ability.StartOptions<br>Class name: StartOptions|@ohos.app.ability.StartOptions.d.ts|
238|Added|NA|Module name: ohos.app.ability.StartOptions<br>Class name: StartOptions<br>Method or attribute name: windowMode?: number;|@ohos.app.ability.StartOptions.d.ts|
239|Added|NA|Module name: ohos.app.ability.StartOptions<br>Class name: StartOptions<br>Method or attribute name: displayId?: number;|@ohos.app.ability.StartOptions.d.ts|
240|Added|NA|Module name: ohos.app.ability.UIAbility<br>Class name: OnReleaseCallback|@ohos.app.ability.UIAbility.d.ts|
241|Added|NA|Module name: ohos.app.ability.UIAbility<br>Class name: OnReleaseCallback<br>Method or attribute name: (msg: string): void;|@ohos.app.ability.UIAbility.d.ts|
242|Added|NA|Module name: ohos.app.ability.UIAbility<br>Class name: CalleeCallback|@ohos.app.ability.UIAbility.d.ts|
243|Added|NA|Module name: ohos.app.ability.UIAbility<br>Class name: CalleeCallback<br>Method or attribute name: (indata: rpc.MessageSequence): rpc.Parcelable;|@ohos.app.ability.UIAbility.d.ts|
244|Added|NA|Module name: ohos.app.ability.UIAbility<br>Class name: Caller|@ohos.app.ability.UIAbility.d.ts|
245|Added|NA|Module name: ohos.app.ability.UIAbility<br>Class name: Caller<br>Method or attribute name: call(method: string, data: rpc.Parcelable): Promise\<void>;|@ohos.app.ability.UIAbility.d.ts|
246|Added|NA|Module name: ohos.app.ability.UIAbility<br>Class name: Caller<br>Method or attribute name: callWithResult(method: string, data: rpc.Parcelable): Promise\<rpc.MessageSequence>;|@ohos.app.ability.UIAbility.d.ts|
247|Added|NA|Module name: ohos.app.ability.UIAbility<br>Class name: Caller<br>Method or attribute name: release(): void;|@ohos.app.ability.UIAbility.d.ts|
248|Added|NA|Module name: ohos.app.ability.UIAbility<br>Class name: Caller<br>Method or attribute name: onRelease(callback: OnReleaseCallback): void;|@ohos.app.ability.UIAbility.d.ts|
249|Added|NA|Module name: ohos.app.ability.UIAbility<br>Class name: Caller<br>Method or attribute name: on(type: "release", callback: OnReleaseCallback): void;|@ohos.app.ability.UIAbility.d.ts|
250|Added|NA|Module name: ohos.app.ability.UIAbility<br>Class name: Caller<br>Method or attribute name: off(type: "release", callback: OnReleaseCallback): void;|@ohos.app.ability.UIAbility.d.ts|
251|Added|NA|Module name: ohos.app.ability.UIAbility<br>Class name: Caller<br>Method or attribute name: off(type: "release"): void;|@ohos.app.ability.UIAbility.d.ts|
252|Added|NA|Module name: ohos.app.ability.UIAbility<br>Class name: Callee|@ohos.app.ability.UIAbility.d.ts|
253|Added|NA|Module name: ohos.app.ability.UIAbility<br>Class name: Callee<br>Method or attribute name: on(method: string, callback: CalleeCallback): void;|@ohos.app.ability.UIAbility.d.ts|
254|Added|NA|Module name: ohos.app.ability.UIAbility<br>Class name: Callee<br>Method or attribute name: off(method: string): void;|@ohos.app.ability.UIAbility.d.ts|
255|Added|NA|Module name: ohos.app.ability.UIAbility<br>Class name: UIAbility|@ohos.app.ability.UIAbility.d.ts|
256|Added|NA|Module name: ohos.app.ability.UIAbility<br>Class name: UIAbility<br>Method or attribute name: context: UIAbilityContext;|@ohos.app.ability.UIAbility.d.ts|
257|Added|NA|Module name: ohos.app.ability.UIAbility<br>Class name: UIAbility<br>Method or attribute name: launchWant: Want;|@ohos.app.ability.UIAbility.d.ts|
258|Added|NA|Module name: ohos.app.ability.UIAbility<br>Class name: UIAbility<br>Method or attribute name: lastRequestWant: Want;|@ohos.app.ability.UIAbility.d.ts|
259|Added|NA|Module name: ohos.app.ability.UIAbility<br>Class name: UIAbility<br>Method or attribute name: callee: Callee;|@ohos.app.ability.UIAbility.d.ts|
260|Added|NA|Module name: ohos.app.ability.UIAbility<br>Class name: UIAbility<br>Method or attribute name: onCreate(want: Want, param: AbilityConstant.LaunchParam): void;|@ohos.app.ability.UIAbility.d.ts|
261|Added|NA|Module name: ohos.app.ability.UIAbility<br>Class name: UIAbility<br>Method or attribute name: onWindowStageCreate(windowStage: window.WindowStage): void;|@ohos.app.ability.UIAbility.d.ts|
262|Added|NA|Module name: ohos.app.ability.UIAbility<br>Class name: UIAbility<br>Method or attribute name: onWindowStageDestroy(): void;|@ohos.app.ability.UIAbility.d.ts|
263|Added|NA|Module name: ohos.app.ability.UIAbility<br>Class name: UIAbility<br>Method or attribute name: onWindowStageRestore(windowStage: window.WindowStage): void;|@ohos.app.ability.UIAbility.d.ts|
264|Added|NA|Module name: ohos.app.ability.UIAbility<br>Class name: UIAbility<br>Method or attribute name: onDestroy(): void \| Promise\<void>;|@ohos.app.ability.UIAbility.d.ts|
265|Added|NA|Module name: ohos.app.ability.UIAbility<br>Class name: UIAbility<br>Method or attribute name: onForeground(): void;|@ohos.app.ability.UIAbility.d.ts|
266|Added|NA|Module name: ohos.app.ability.UIAbility<br>Class name: UIAbility<br>Method or attribute name: onBackground(): void;|@ohos.app.ability.UIAbility.d.ts|
267|Added|NA|Module name: ohos.app.ability.UIAbility<br>Class name: UIAbility<br>Method or attribute name: onContinue(wantParam: { [key: string]: Object }): AbilityConstant.OnContinueResult;|@ohos.app.ability.UIAbility.d.ts|
268|Added|NA|Module name: ohos.app.ability.UIAbility<br>Class name: UIAbility<br>Method or attribute name: onNewWant(want: Want, launchParams: AbilityConstant.LaunchParam): void;|@ohos.app.ability.UIAbility.d.ts|
269|Added|NA|Module name: ohos.app.ability.UIAbility<br>Class name: UIAbility<br>Method or attribute name: onDump(params: Array\<string>): Array\<string>;|@ohos.app.ability.UIAbility.d.ts|
270|Added|NA|Module name: ohos.app.ability.UIAbility<br>Class name: UIAbility<br>Method or attribute name: onSaveState(reason: AbilityConstant.StateType, wantParam : {[key: string]: Object}): AbilityConstant.OnSaveResult;|@ohos.app.ability.UIAbility.d.ts|
271|Added|NA|Module name: ohos.app.ability.Want<br>Class name: Want|@ohos.app.ability.Want.d.ts|
272|Added|NA|Module name: ohos.app.ability.Want<br>Class name: Want<br>Method or attribute name: bundleName?: string;|@ohos.app.ability.Want.d.ts|
273|Added|NA|Module name: ohos.app.ability.Want<br>Class name: Want<br>Method or attribute name: abilityName?: string;|@ohos.app.ability.Want.d.ts|
274|Added|NA|Module name: ohos.app.ability.Want<br>Class name: Want<br>Method or attribute name: deviceId?: string;|@ohos.app.ability.Want.d.ts|
275|Added|NA|Module name: ohos.app.ability.Want<br>Class name: Want<br>Method or attribute name: uri?: string;|@ohos.app.ability.Want.d.ts|
276|Added|NA|Module name: ohos.app.ability.Want<br>Class name: Want<br>Method or attribute name: type?: string;|@ohos.app.ability.Want.d.ts|
277|Added|NA|Module name: ohos.app.ability.Want<br>Class name: Want<br>Method or attribute name: flags?: number;|@ohos.app.ability.Want.d.ts|
278|Added|NA|Module name: ohos.app.ability.Want<br>Class name: Want<br>Method or attribute name: action?: string;|@ohos.app.ability.Want.d.ts|
279|Added|NA|Module name: ohos.app.ability.Want<br>Class name: Want<br>Method or attribute name: parameters?: {[key: string]: Object};|@ohos.app.ability.Want.d.ts|
280|Added|NA|Module name: ohos.app.ability.Want<br>Class name: Want<br>Method or attribute name: entities?: Array\<string>;|@ohos.app.ability.Want.d.ts|
281|Added|NA|Module name: ohos.app.ability.Want<br>Class name: Want<br>Method or attribute name: moduleName?: string;|@ohos.app.ability.Want.d.ts|
282|Added|NA|Module name: ohos.app.ability.wantAgent<br>Class name: wantAgent|@ohos.app.ability.wantAgent.d.ts|
283|Added|NA|Module name: ohos.app.ability.wantAgent<br>Class name: wantAgent<br>Method or attribute name: function getBundleName(agent: WantAgent, callback: AsyncCallback\<string>): void;|@ohos.app.ability.wantAgent.d.ts|
284|Added|NA|Module name: ohos.app.ability.wantAgent<br>Class name: wantAgent<br>Method or attribute name: function getBundleName(agent: WantAgent): Promise\<string>;|@ohos.app.ability.wantAgent.d.ts|
285|Added|NA|Module name: ohos.app.ability.wantAgent<br>Class name: wantAgent<br>Method or attribute name: function getUid(agent: WantAgent, callback: AsyncCallback\<number>): void;|@ohos.app.ability.wantAgent.d.ts|
286|Added|NA|Module name: ohos.app.ability.wantAgent<br>Class name: wantAgent<br>Method or attribute name: function getUid(agent: WantAgent): Promise\<number>;|@ohos.app.ability.wantAgent.d.ts|
287|Added|NA|Module name: ohos.app.ability.wantAgent<br>Class name: wantAgent<br>Method or attribute name: function getWant(agent: WantAgent, callback: AsyncCallback\<Want>): void;|@ohos.app.ability.wantAgent.d.ts|
288|Added|NA|Module name: ohos.app.ability.wantAgent<br>Class name: wantAgent<br>Method or attribute name: function getWant(agent: WantAgent): Promise\<Want>;|@ohos.app.ability.wantAgent.d.ts|
289|Added|NA|Module name: ohos.app.ability.wantAgent<br>Class name: wantAgent<br>Method or attribute name: function cancel(agent: WantAgent, callback: AsyncCallback\<void>): void;|@ohos.app.ability.wantAgent.d.ts|
290|Added|NA|Module name: ohos.app.ability.wantAgent<br>Class name: wantAgent<br>Method or attribute name: function cancel(agent: WantAgent): Promise\<void>;|@ohos.app.ability.wantAgent.d.ts|
291|Added|NA|Module name: ohos.app.ability.wantAgent<br>Class name: wantAgent<br>Method or attribute name: function trigger(agent: WantAgent, triggerInfo: TriggerInfo, callback?: AsyncCallback\<CompleteData>): void;|@ohos.app.ability.wantAgent.d.ts|
292|Added|NA|Module name: ohos.app.ability.wantAgent<br>Class name: wantAgent<br>Method or attribute name: function equal(agent: WantAgent, otherAgent: WantAgent, callback: AsyncCallback\<boolean>): void;|@ohos.app.ability.wantAgent.d.ts|
293|Added|NA|Module name: ohos.app.ability.wantAgent<br>Class name: wantAgent<br>Method or attribute name: function equal(agent: WantAgent, otherAgent: WantAgent): Promise\<boolean>;|@ohos.app.ability.wantAgent.d.ts|
294|Added|NA|Module name: ohos.app.ability.wantAgent<br>Class name: wantAgent<br>Method or attribute name: function getWantAgent(info: WantAgentInfo, callback: AsyncCallback\<WantAgent>): void;|@ohos.app.ability.wantAgent.d.ts|
295|Added|NA|Module name: ohos.app.ability.wantAgent<br>Class name: wantAgent<br>Method or attribute name: function getWantAgent(info: WantAgentInfo): Promise\<WantAgent>;|@ohos.app.ability.wantAgent.d.ts|
296|Added|NA|Module name: ohos.app.ability.wantAgent<br>Class name: wantAgent<br>Method or attribute name: function getOperationType(agent: WantAgent, callback: AsyncCallback\<number>): void;|@ohos.app.ability.wantAgent.d.ts|
297|Added|NA|Module name: ohos.app.ability.wantAgent<br>Class name: wantAgent<br>Method or attribute name: function getOperationType(agent: WantAgent): Promise\<number>;|@ohos.app.ability.wantAgent.d.ts|
298|Added|NA|Module name: ohos.app.ability.wantAgent<br>Class name: WantAgentFlags|@ohos.app.ability.wantAgent.d.ts|
299|Added|NA|Module name: ohos.app.ability.wantAgent<br>Class name: WantAgentFlags<br>Method or attribute name: ONE_TIME_FLAG = 0|@ohos.app.ability.wantAgent.d.ts|
300|Added|NA|Module name: ohos.app.ability.wantAgent<br>Class name: WantAgentFlags<br>Method or attribute name: NO_BUILD_FLAG|@ohos.app.ability.wantAgent.d.ts|
301|Added|NA|Module name: ohos.app.ability.wantAgent<br>Class name: WantAgentFlags<br>Method or attribute name: CANCEL_PRESENT_FLAG|@ohos.app.ability.wantAgent.d.ts|
302|Added|NA|Module name: ohos.app.ability.wantAgent<br>Class name: WantAgentFlags<br>Method or attribute name: UPDATE_PRESENT_FLAG|@ohos.app.ability.wantAgent.d.ts|
303|Added|NA|Module name: ohos.app.ability.wantAgent<br>Class name: WantAgentFlags<br>Method or attribute name: CONSTANT_FLAG|@ohos.app.ability.wantAgent.d.ts|
304|Added|NA|Module name: ohos.app.ability.wantAgent<br>Class name: WantAgentFlags<br>Method or attribute name: REPLACE_ELEMENT|@ohos.app.ability.wantAgent.d.ts|
305|Added|NA|Module name: ohos.app.ability.wantAgent<br>Class name: WantAgentFlags<br>Method or attribute name: REPLACE_ACTION|@ohos.app.ability.wantAgent.d.ts|
306|Added|NA|Module name: ohos.app.ability.wantAgent<br>Class name: WantAgentFlags<br>Method or attribute name: REPLACE_URI|@ohos.app.ability.wantAgent.d.ts|
307|Added|NA|Module name: ohos.app.ability.wantAgent<br>Class name: WantAgentFlags<br>Method or attribute name: REPLACE_ENTITIES|@ohos.app.ability.wantAgent.d.ts|
308|Added|NA|Module name: ohos.app.ability.wantAgent<br>Class name: WantAgentFlags<br>Method or attribute name: REPLACE_BUNDLE|@ohos.app.ability.wantAgent.d.ts|
309|Added|NA|Module name: ohos.app.ability.wantAgent<br>Class name: OperationType|@ohos.app.ability.wantAgent.d.ts|
310|Added|NA|Module name: ohos.app.ability.wantAgent<br>Class name: OperationType<br>Method or attribute name: UNKNOWN_TYPE = 0|@ohos.app.ability.wantAgent.d.ts|
311|Added|NA|Module name: ohos.app.ability.wantAgent<br>Class name: OperationType<br>Method or attribute name: START_ABILITY|@ohos.app.ability.wantAgent.d.ts|
312|Added|NA|Module name: ohos.app.ability.wantAgent<br>Class name: OperationType<br>Method or attribute name: START_ABILITIES|@ohos.app.ability.wantAgent.d.ts|
313|Added|NA|Module name: ohos.app.ability.wantAgent<br>Class name: OperationType<br>Method or attribute name: START_SERVICE|@ohos.app.ability.wantAgent.d.ts|
314|Added|NA|Module name: ohos.app.ability.wantAgent<br>Class name: OperationType<br>Method or attribute name: SEND_COMMON_EVENT|@ohos.app.ability.wantAgent.d.ts|
315|Added|NA|Module name: ohos.app.ability.wantAgent<br>Class name: CompleteData|@ohos.app.ability.wantAgent.d.ts|
316|Added|NA|Module name: ohos.app.ability.wantAgent<br>Class name: CompleteData<br>Method or attribute name: info: WantAgent;|@ohos.app.ability.wantAgent.d.ts|
317|Added|NA|Module name: ohos.app.ability.wantAgent<br>Class name: CompleteData<br>Method or attribute name: want: Want;|@ohos.app.ability.wantAgent.d.ts|
318|Added|NA|Module name: ohos.app.ability.wantAgent<br>Class name: CompleteData<br>Method or attribute name: finalCode: number;|@ohos.app.ability.wantAgent.d.ts|
319|Added|NA|Module name: ohos.app.ability.wantAgent<br>Class name: CompleteData<br>Method or attribute name: finalData: string;|@ohos.app.ability.wantAgent.d.ts|
320|Added|NA|Module name: ohos.app.ability.wantAgent<br>Class name: CompleteData<br>Method or attribute name: extraInfo?: { [key: string]: Object };|@ohos.app.ability.wantAgent.d.ts|
321|Added|NA|Module name: ohos.app.ability.wantConstant<br>Class name: wantConstant|@ohos.app.ability.wantConstant.d.ts|
322|Added|NA|Module name: ohos.app.ability.wantConstant<br>Class name: Params|@ohos.app.ability.wantConstant.d.ts|
323|Added|NA|Module name: ohos.app.ability.wantConstant<br>Class name: Params<br>Method or attribute name: DLP_PARAMS_SANDBOX = "ohos.dlp.params.sandbox"|@ohos.app.ability.wantConstant.d.ts|
324|Added|NA|Module name: ohos.app.ability.wantConstant<br>Class name: Params<br>Method or attribute name: DLP_PARAMS_BUNDLE_NAME = "ohos.dlp.params.bundleName"|@ohos.app.ability.wantConstant.d.ts|
325|Added|NA|Module name: ohos.app.ability.wantConstant<br>Class name: Params<br>Method or attribute name: DLP_PARAMS_MODULE_NAME = "ohos.dlp.params.moduleName"|@ohos.app.ability.wantConstant.d.ts|
326|Added|NA|Module name: ohos.app.ability.wantConstant<br>Class name: Params<br>Method or attribute name: DLP_PARAMS_ABILITY_NAME = "ohos.dlp.params.abilityName"|@ohos.app.ability.wantConstant.d.ts|
327|Added|NA|Module name: ohos.app.ability.wantConstant<br>Class name: Params<br>Method or attribute name: DLP_PARAMS_INDEX = "ohos.dlp.params.index"|@ohos.app.ability.wantConstant.d.ts|
328|Added|NA|Module name: ohos.app.ability.wantConstant<br>Class name: Params<br>Method or attribute name: ABILITY_BACK_TO_OTHER_MISSION_STACK = "ability.params.backToOtherMissionStack"|@ohos.app.ability.wantConstant.d.ts|
329|Added|NA|Module name: ohos.app.ability.wantConstant<br>Class name: Flags|@ohos.app.ability.wantConstant.d.ts|
330|Added|NA|Module name: ohos.app.ability.wantConstant<br>Class name: Flags<br>Method or attribute name: FLAG_AUTH_READ_URI_PERMISSION = 0x00000001|@ohos.app.ability.wantConstant.d.ts|
331|Added|NA|Module name: ohos.app.ability.wantConstant<br>Class name: Flags<br>Method or attribute name: FLAG_AUTH_WRITE_URI_PERMISSION = 0x00000002|@ohos.app.ability.wantConstant.d.ts|
332|Added|NA|Module name: ohos.app.ability.wantConstant<br>Class name: Flags<br>Method or attribute name: FLAG_INSTALL_ON_DEMAND = 0x00000800|@ohos.app.ability.wantConstant.d.ts|
333|Added|NA|Module name: ohos.app.form.formBindingData<br>Class name: formBindingData|@ohos.app.form.formBindingData.d.ts|
334|Added|NA|Module name: ohos.app.form.formBindingData<br>Class name: formBindingData<br>Method or attribute name: function createFormBindingData(obj?: Object \| string): FormBindingData;|@ohos.app.form.formBindingData.d.ts|
335|Added|NA|Module name: ohos.app.form.formBindingData<br>Class name: FormBindingData|@ohos.app.form.formBindingData.d.ts|
336|Added|NA|Module name: ohos.app.form.formBindingData<br>Class name: FormBindingData<br>Method or attribute name: data: Object|@ohos.app.form.formBindingData.d.ts|
337|Added|NA|Module name: ohos.app.form.FormExtensionAbility<br>Class name: FormExtensionAbility|@ohos.app.form.FormExtensionAbility.d.ts|
338|Added|NA|Module name: ohos.app.form.FormExtensionAbility<br>Class name: FormExtensionAbility<br>Method or attribute name: context: FormExtensionContext;|@ohos.app.form.FormExtensionAbility.d.ts|
339|Added|NA|Module name: ohos.app.form.FormExtensionAbility<br>Class name: FormExtensionAbility<br>Method or attribute name: onAddForm(want: Want): formBindingData.FormBindingData;|@ohos.app.form.FormExtensionAbility.d.ts|
340|Added|NA|Module name: ohos.app.form.FormExtensionAbility<br>Class name: FormExtensionAbility<br>Method or attribute name: onCastToNormalForm(formId: string): void;|@ohos.app.form.FormExtensionAbility.d.ts|
341|Added|NA|Module name: ohos.app.form.FormExtensionAbility<br>Class name: FormExtensionAbility<br>Method or attribute name: onUpdateForm(formId: string): void;|@ohos.app.form.FormExtensionAbility.d.ts|
342|Added|NA|Module name: ohos.app.form.FormExtensionAbility<br>Class name: FormExtensionAbility<br>Method or attribute name: onChangeFormVisibility(newStatus: { [key: string]: number }): void;|@ohos.app.form.FormExtensionAbility.d.ts|
343|Added|NA|Module name: ohos.app.form.FormExtensionAbility<br>Class name: FormExtensionAbility<br>Method or attribute name: onFormEvent(formId: string, message: string): void;|@ohos.app.form.FormExtensionAbility.d.ts|
344|Added|NA|Module name: ohos.app.form.FormExtensionAbility<br>Class name: FormExtensionAbility<br>Method or attribute name: onRemoveForm(formId: string): void;|@ohos.app.form.FormExtensionAbility.d.ts|
345|Added|NA|Module name: ohos.app.form.FormExtensionAbility<br>Class name: FormExtensionAbility<br>Method or attribute name: onConfigurationUpdate(newConfig: Configuration): void;|@ohos.app.form.FormExtensionAbility.d.ts|
346|Added|NA|Module name: ohos.app.form.FormExtensionAbility<br>Class name: FormExtensionAbility<br>Method or attribute name: onAcquireFormState?(want: Want): formInfo.FormState;|@ohos.app.form.FormExtensionAbility.d.ts|
347|Added|NA|Module name: ohos.app.form.FormExtensionAbility<br>Class name: FormExtensionAbility<br>Method or attribute name: onShareForm?(formId: string): { [key: string]: Object };|@ohos.app.form.FormExtensionAbility.d.ts|
348|Added|NA|Module name: ohos.app.form.formHost<br>Class name: formHost|@ohos.app.form.formHost.d.ts|
349|Added|NA|Module name: ohos.app.form.formHost<br>Class name: formHost<br>Method or attribute name: function deleteForm(formId: string, callback: AsyncCallback\<void>): void;|@ohos.app.form.formHost.d.ts|
350|Added|NA|Module name: ohos.app.form.formHost<br>Class name: formHost<br>Method or attribute name: function deleteForm(formId: string): Promise\<void>;|@ohos.app.form.formHost.d.ts|
351|Added|NA|Module name: ohos.app.form.formHost<br>Class name: formHost<br>Method or attribute name: function releaseForm(formId: string, callback: AsyncCallback\<void>): void;|@ohos.app.form.formHost.d.ts|
352|Added|NA|Module name: ohos.app.form.formHost<br>Class name: formHost<br>Method or attribute name: function releaseForm(formId: string, isReleaseCache: boolean, callback: AsyncCallback\<void>): void;|@ohos.app.form.formHost.d.ts|
353|Added|NA|Module name: ohos.app.form.formHost<br>Class name: formHost<br>Method or attribute name: function releaseForm(formId: string, isReleaseCache?: boolean): Promise\<void>;|@ohos.app.form.formHost.d.ts|
354|Added|NA|Module name: ohos.app.form.formHost<br>Class name: formHost<br>Method or attribute name: function requestForm(formId: string, callback: AsyncCallback\<void>): void;|@ohos.app.form.formHost.d.ts|
355|Added|NA|Module name: ohos.app.form.formHost<br>Class name: formHost<br>Method or attribute name: function requestForm(formId: string): Promise\<void>;|@ohos.app.form.formHost.d.ts|
356|Added|NA|Module name: ohos.app.form.formHost<br>Class name: formHost<br>Method or attribute name: function castToNormalForm(formId: string, callback: AsyncCallback\<void>): void;|@ohos.app.form.formHost.d.ts|
357|Added|NA|Module name: ohos.app.form.formHost<br>Class name: formHost<br>Method or attribute name: function castToNormalForm(formId: string): Promise\<void>;|@ohos.app.form.formHost.d.ts|
358|Added|NA|Module name: ohos.app.form.formHost<br>Class name: formHost<br>Method or attribute name: function notifyVisibleForms(formIds: Array\<string>, callback: AsyncCallback\<void>): void;|@ohos.app.form.formHost.d.ts|
359|Added|NA|Module name: ohos.app.form.formHost<br>Class name: formHost<br>Method or attribute name: function notifyVisibleForms(formIds: Array\<string>): Promise\<void>;|@ohos.app.form.formHost.d.ts|
360|Added|NA|Module name: ohos.app.form.formHost<br>Class name: formHost<br>Method or attribute name: function notifyInvisibleForms(formIds: Array\<string>, callback: AsyncCallback\<void>): void;|@ohos.app.form.formHost.d.ts|
361|Added|NA|Module name: ohos.app.form.formHost<br>Class name: formHost<br>Method or attribute name: function notifyInvisibleForms(formIds: Array\<string>): Promise\<void>;|@ohos.app.form.formHost.d.ts|
362|Added|NA|Module name: ohos.app.form.formHost<br>Class name: formHost<br>Method or attribute name: function enableFormsUpdate(formIds: Array\<string>, callback: AsyncCallback\<void>): void;|@ohos.app.form.formHost.d.ts|
363|Added|NA|Module name: ohos.app.form.formHost<br>Class name: formHost<br>Method or attribute name: function enableFormsUpdate(formIds: Array\<string>): Promise\<void>;|@ohos.app.form.formHost.d.ts|
364|Added|NA|Module name: ohos.app.form.formHost<br>Class name: formHost<br>Method or attribute name: function disableFormsUpdate(formIds: Array\<string>, callback: AsyncCallback\<void>): void;|@ohos.app.form.formHost.d.ts|
365|Added|NA|Module name: ohos.app.form.formHost<br>Class name: formHost<br>Method or attribute name: function disableFormsUpdate(formIds: Array\<string>): Promise\<void>;|@ohos.app.form.formHost.d.ts|
366|Added|NA|Module name: ohos.app.form.formHost<br>Class name: formHost<br>Method or attribute name: function isSystemReady(callback: AsyncCallback\<void>): void;|@ohos.app.form.formHost.d.ts|
367|Added|NA|Module name: ohos.app.form.formHost<br>Class name: formHost<br>Method or attribute name: function isSystemReady(): Promise\<void>;|@ohos.app.form.formHost.d.ts|
368|Added|NA|Module name: ohos.app.form.formHost<br>Class name: formHost<br>Method or attribute name: function getAllFormsInfo(callback: AsyncCallback\<Array\<formInfo.FormInfo>>): void;|@ohos.app.form.formHost.d.ts|
369|Added|NA|Module name: ohos.app.form.formHost<br>Class name: formHost<br>Method or attribute name: function getAllFormsInfo(): Promise\<Array\<formInfo.FormInfo>>;|@ohos.app.form.formHost.d.ts|
370|Added|NA|Module name: ohos.app.form.formHost<br>Class name: formHost<br>Method or attribute name: function getFormsInfo(bundleName: string, callback: AsyncCallback\<Array\<formInfo.FormInfo>>): void;|@ohos.app.form.formHost.d.ts|
371|Added|NA|Module name: ohos.app.form.formHost<br>Class name: formHost<br>Method or attribute name: function getFormsInfo(bundleName: string, moduleName: string, callback: AsyncCallback\<Array\<formInfo.FormInfo>>): void;|@ohos.app.form.formHost.d.ts|
372|Added|NA|Module name: ohos.app.form.formHost<br>Class name: formHost<br>Method or attribute name: function getFormsInfo(bundleName: string, moduleName?: string): Promise\<Array\<formInfo.FormInfo>>;|@ohos.app.form.formHost.d.ts|
373|Added|NA|Module name: ohos.app.form.formHost<br>Class name: formHost<br>Method or attribute name: function deleteInvalidForms(formIds: Array\<string>, callback: AsyncCallback\<number>): void;|@ohos.app.form.formHost.d.ts|
374|Added|NA|Module name: ohos.app.form.formHost<br>Class name: formHost<br>Method or attribute name: function deleteInvalidForms(formIds: Array\<string>): Promise\<number>;|@ohos.app.form.formHost.d.ts|
375|Added|NA|Module name: ohos.app.form.formHost<br>Class name: formHost<br>Method or attribute name: function acquireFormState(want: Want, callback: AsyncCallback\<formInfo.FormStateInfo>): void;|@ohos.app.form.formHost.d.ts|
376|Added|NA|Module name: ohos.app.form.formHost<br>Class name: formHost<br>Method or attribute name: function acquireFormState(want: Want): Promise\<formInfo.FormStateInfo>;|@ohos.app.form.formHost.d.ts|
377|Added|NA|Module name: ohos.app.form.formHost<br>Class name: formHost<br>Method or attribute name: function on(type: "formUninstall", callback: Callback\<string>): void;|@ohos.app.form.formHost.d.ts|
378|Added|NA|Module name: ohos.app.form.formHost<br>Class name: formHost<br>Method or attribute name: function off(type: "formUninstall", callback?: Callback\<string>): void;|@ohos.app.form.formHost.d.ts|
379|Added|NA|Module name: ohos.app.form.formHost<br>Class name: formHost<br>Method or attribute name: function notifyFormsVisible(formIds: Array\<string>, isVisible: boolean, callback: AsyncCallback\<void>): void;|@ohos.app.form.formHost.d.ts|
380|Added|NA|Module name: ohos.app.form.formHost<br>Class name: formHost<br>Method or attribute name: function notifyFormsVisible(formIds: Array\<string>, isVisible: boolean): Promise\<void>;|@ohos.app.form.formHost.d.ts|
381|Added|NA|Module name: ohos.app.form.formHost<br>Class name: formHost<br>Method or attribute name: function notifyFormsEnableUpdate(formIds: Array\<string>, isEnableUpdate: boolean, callback: AsyncCallback\<void>): void;|@ohos.app.form.formHost.d.ts|
382|Added|NA|Module name: ohos.app.form.formHost<br>Class name: formHost<br>Method or attribute name: function notifyFormsEnableUpdate(formIds: Array\<string>, isEnableUpdate: boolean): Promise\<void>;|@ohos.app.form.formHost.d.ts|
383|Added|NA|Module name: ohos.app.form.formHost<br>Class name: formHost<br>Method or attribute name: function shareForm(formId: string, deviceId: string, callback: AsyncCallback\<void>): void;|@ohos.app.form.formHost.d.ts|
384|Added|NA|Module name: ohos.app.form.formHost<br>Class name: formHost<br>Method or attribute name: function shareForm(formId: string, deviceId: string): Promise\<void>;|@ohos.app.form.formHost.d.ts|
385|Added|NA|Module name: ohos.app.form.formHost<br>Class name: formHost<br>Method or attribute name: function notifyFormsPrivacyProtected(formIds: Array\<string>, isProtected: boolean, callback: AsyncCallback\<void>): void;|@ohos.app.form.formHost.d.ts|
386|Added|NA|Module name: ohos.app.form.formHost<br>Class name: formHost<br>Method or attribute name: function notifyFormsPrivacyProtected(formIds: Array\<string>, isProtected: boolean): Promise\<void>;|@ohos.app.form.formHost.d.ts|
387|Added|NA|Module name: ohos.app.form.formInfo<br>Class name: formInfo|@ohos.app.form.formInfo.d.ts|
388|Added|NA|Module name: ohos.app.form.formInfo<br>Class name: FormInfo|@ohos.app.form.formInfo.d.ts|
389|Added|NA|Module name: ohos.app.form.formInfo<br>Class name: FormInfo<br>Method or attribute name: bundleName: string;|@ohos.app.form.formInfo.d.ts|
390|Added|NA|Module name: ohos.app.form.formInfo<br>Class name: FormInfo<br>Method or attribute name: moduleName: string;|@ohos.app.form.formInfo.d.ts|
391|Added|NA|Module name: ohos.app.form.formInfo<br>Class name: FormInfo<br>Method or attribute name: abilityName: string;|@ohos.app.form.formInfo.d.ts|
392|Added|NA|Module name: ohos.app.form.formInfo<br>Class name: FormInfo<br>Method or attribute name: name: string;|@ohos.app.form.formInfo.d.ts|
393|Added|NA|Module name: ohos.app.form.formInfo<br>Class name: FormInfo<br>Method or attribute name: description: string;|@ohos.app.form.formInfo.d.ts|
394|Added|NA|Module name: ohos.app.form.formInfo<br>Class name: FormInfo<br>Method or attribute name: type: FormType;|@ohos.app.form.formInfo.d.ts|
395|Added|NA|Module name: ohos.app.form.formInfo<br>Class name: FormInfo<br>Method or attribute name: jsComponentName: string;|@ohos.app.form.formInfo.d.ts|
396|Added|NA|Module name: ohos.app.form.formInfo<br>Class name: FormInfo<br>Method or attribute name: colorMode: ColorMode;|@ohos.app.form.formInfo.d.ts|
397|Added|NA|Module name: ohos.app.form.formInfo<br>Class name: FormInfo<br>Method or attribute name: isDefault: boolean;|@ohos.app.form.formInfo.d.ts|
398|Added|NA|Module name: ohos.app.form.formInfo<br>Class name: FormInfo<br>Method or attribute name: updateEnabled: boolean;|@ohos.app.form.formInfo.d.ts|
399|Added|NA|Module name: ohos.app.form.formInfo<br>Class name: FormInfo<br>Method or attribute name: formVisibleNotify: boolean;|@ohos.app.form.formInfo.d.ts|
400|Added|NA|Module name: ohos.app.form.formInfo<br>Class name: FormInfo<br>Method or attribute name: scheduledUpdateTime: string;|@ohos.app.form.formInfo.d.ts|
401|Added|NA|Module name: ohos.app.form.formInfo<br>Class name: FormInfo<br>Method or attribute name: formConfigAbility: string;|@ohos.app.form.formInfo.d.ts|
402|Added|NA|Module name: ohos.app.form.formInfo<br>Class name: FormInfo<br>Method or attribute name: updateDuration: number;|@ohos.app.form.formInfo.d.ts|
403|Added|NA|Module name: ohos.app.form.formInfo<br>Class name: FormInfo<br>Method or attribute name: defaultDimension: number;|@ohos.app.form.formInfo.d.ts|
404|Added|NA|Module name: ohos.app.form.formInfo<br>Class name: FormInfo<br>Method or attribute name: supportDimensions: Array\<number>;|@ohos.app.form.formInfo.d.ts|
405|Added|NA|Module name: ohos.app.form.formInfo<br>Class name: FormInfo<br>Method or attribute name: customizeData: {[key: string]: [value: string]};|@ohos.app.form.formInfo.d.ts|
406|Added|NA|Module name: ohos.app.form.formInfo<br>Class name: FormType|@ohos.app.form.formInfo.d.ts|
407|Added|NA|Module name: ohos.app.form.formInfo<br>Class name: FormType<br>Method or attribute name: JS = 1|@ohos.app.form.formInfo.d.ts|
408|Added|NA|Module name: ohos.app.form.formInfo<br>Class name: FormType<br>Method or attribute name: eTS = 2|@ohos.app.form.formInfo.d.ts|
409|Added|NA|Module name: ohos.app.form.formInfo<br>Class name: ColorMode|@ohos.app.form.formInfo.d.ts|
410|Added|NA|Module name: ohos.app.form.formInfo<br>Class name: ColorMode<br>Method or attribute name: MODE_AUTO = -1|@ohos.app.form.formInfo.d.ts|
411|Added|NA|Module name: ohos.app.form.formInfo<br>Class name: ColorMode<br>Method or attribute name: MODE_DARK = 0|@ohos.app.form.formInfo.d.ts|
412|Added|NA|Module name: ohos.app.form.formInfo<br>Class name: ColorMode<br>Method or attribute name: MODE_LIGHT = 1|@ohos.app.form.formInfo.d.ts|
413|Added|NA|Module name: ohos.app.form.formInfo<br>Class name: FormStateInfo|@ohos.app.form.formInfo.d.ts|
414|Added|NA|Module name: ohos.app.form.formInfo<br>Class name: FormStateInfo<br>Method or attribute name: formState: FormState;|@ohos.app.form.formInfo.d.ts|
415|Added|NA|Module name: ohos.app.form.formInfo<br>Class name: FormStateInfo<br>Method or attribute name: want: Want;|@ohos.app.form.formInfo.d.ts|
416|Added|NA|Module name: ohos.app.form.formInfo<br>Class name: FormState|@ohos.app.form.formInfo.d.ts|
417|Added|NA|Module name: ohos.app.form.formInfo<br>Class name: FormState<br>Method or attribute name: UNKNOWN = -1|@ohos.app.form.formInfo.d.ts|
418|Added|NA|Module name: ohos.app.form.formInfo<br>Class name: FormState<br>Method or attribute name: DEFAULT = 0|@ohos.app.form.formInfo.d.ts|
419|Added|NA|Module name: ohos.app.form.formInfo<br>Class name: FormState<br>Method or attribute name: READY = 1|@ohos.app.form.formInfo.d.ts|
420|Added|NA|Module name: ohos.app.form.formInfo<br>Class name: FormParam|@ohos.app.form.formInfo.d.ts|
421|Added|NA|Module name: ohos.app.form.formInfo<br>Class name: FormParam<br>Method or attribute name: IDENTITY_KEY = "ohos.extra.param.key.form_identity"|@ohos.app.form.formInfo.d.ts|
422|Added|NA|Module name: ohos.app.form.formInfo<br>Class name: FormParam<br>Method or attribute name: DIMENSION_KEY = "ohos.extra.param.key.form_dimension"|@ohos.app.form.formInfo.d.ts|
423|Added|NA|Module name: ohos.app.form.formInfo<br>Class name: FormParam<br>Method or attribute name: NAME_KEY = "ohos.extra.param.key.form_name"|@ohos.app.form.formInfo.d.ts|
424|Added|NA|Module name: ohos.app.form.formInfo<br>Class name: FormParam<br>Method or attribute name: MODULE_NAME_KEY = "ohos.extra.param.key.module_name"|@ohos.app.form.formInfo.d.ts|
425|Added|NA|Module name: ohos.app.form.formInfo<br>Class name: FormParam<br>Method or attribute name: WIDTH_KEY = "ohos.extra.param.key.form_width"|@ohos.app.form.formInfo.d.ts|
426|Added|NA|Module name: ohos.app.form.formInfo<br>Class name: FormParam<br>Method or attribute name: HEIGHT_KEY = "ohos.extra.param.key.form_height"|@ohos.app.form.formInfo.d.ts|
427|Added|NA|Module name: ohos.app.form.formInfo<br>Class name: FormParam<br>Method or attribute name: TEMPORARY_KEY = "ohos.extra.param.key.form_temporary"|@ohos.app.form.formInfo.d.ts|
428|Added|NA|Module name: ohos.app.form.formInfo<br>Class name: FormParam<br>Method or attribute name: BUNDLE_NAME_KEY = "ohos.extra.param.key.bundle_name"|@ohos.app.form.formInfo.d.ts|
429|Added|NA|Module name: ohos.app.form.formInfo<br>Class name: FormParam<br>Method or attribute name: ABILITY_NAME_KEY = "ohos.extra.param.key.ability_name"|@ohos.app.form.formInfo.d.ts|
430|Added|NA|Module name: ohos.app.form.formInfo<br>Class name: FormParam<br>Method or attribute name: DEVICE_ID_KEY = "ohos.extra.param.key.device_id"|@ohos.app.form.formInfo.d.ts|
431|Added|NA|Module name: ohos.app.form.formInfo<br>Class name: FormInfoFilter|@ohos.app.form.formInfo.d.ts|
432|Added|NA|Module name: ohos.app.form.formInfo<br>Class name: FormInfoFilter<br>Method or attribute name: moduleName?: string;|@ohos.app.form.formInfo.d.ts|
433|Added|NA|Module name: ohos.app.form.formInfo<br>Class name: FormDimension|@ohos.app.form.formInfo.d.ts|
434|Added|NA|Module name: ohos.app.form.formInfo<br>Class name: FormDimension<br>Method or attribute name: Dimension_1_2 = 1|@ohos.app.form.formInfo.d.ts|
435|Added|NA|Module name: ohos.app.form.formInfo<br>Class name: FormDimension<br>Method or attribute name: Dimension_2_2|@ohos.app.form.formInfo.d.ts|
436|Added|NA|Module name: ohos.app.form.formInfo<br>Class name: FormDimension<br>Method or attribute name: Dimension_2_4|@ohos.app.form.formInfo.d.ts|
437|Added|NA|Module name: ohos.app.form.formInfo<br>Class name: FormDimension<br>Method or attribute name: Dimension_4_4|@ohos.app.form.formInfo.d.ts|
438|Added|NA|Module name: ohos.app.form.formInfo<br>Class name: FormDimension<br>Method or attribute name: Dimension_2_1|@ohos.app.form.formInfo.d.ts|
439|Added|NA|Module name: ohos.app.form.formInfo<br>Class name: VisibilityType|@ohos.app.form.formInfo.d.ts|
440|Added|NA|Module name: ohos.app.form.formInfo<br>Class name: VisibilityType<br>Method or attribute name: FORM_VISIBLE = 1|@ohos.app.form.formInfo.d.ts|
441|Added|NA|Module name: ohos.app.form.formInfo<br>Class name: VisibilityType<br>Method or attribute name: FORM_INVISIBLE|@ohos.app.form.formInfo.d.ts|
442|Added|NA|Module name: ohos.app.form.formProvider<br>Class name: formProvider|@ohos.app.form.formProvider.d.ts|
443|Added|NA|Module name: ohos.app.form.formProvider<br>Class name: formProvider<br>Method or attribute name: function setFormNextRefreshTime(formId: string, minute: number, callback: AsyncCallback\<void>): void;|@ohos.app.form.formProvider.d.ts|
444|Added|NA|Module name: ohos.app.form.formProvider<br>Class name: formProvider<br>Method or attribute name: function setFormNextRefreshTime(formId: string, minute: number): Promise\<void>;|@ohos.app.form.formProvider.d.ts|
445|Added|NA|Module name: ohos.app.form.formProvider<br>Class name: formProvider<br>Method or attribute name: function updateForm(formId: string, formBindingData: formBindingData.FormBindingData, callback: AsyncCallback\<void>): void;|@ohos.app.form.formProvider.d.ts|
446|Added|NA|Module name: ohos.app.form.formProvider<br>Class name: formProvider<br>Method or attribute name: function updateForm(formId: string, formBindingData: formBindingData.FormBindingData): Promise\<void>;|@ohos.app.form.formProvider.d.ts|
447|Added|NA|Module name: ohos.app.form.formProvider<br>Class name: formProvider<br>Method or attribute name: function getFormsInfo(filter: formInfo.FormInfoFilter, callback: AsyncCallback\<Array\<formInfo.FormInfo>>): void;|@ohos.app.form.formProvider.d.ts|
448|Added|NA|Module name: ohos.app.form.formProvider<br>Class name: formProvider<br>Method or attribute name: function getFormsInfo(callback: AsyncCallback\<Array\<formInfo.FormInfo>>): void;|@ohos.app.form.formProvider.d.ts|
449|Added|NA|Module name: ohos.app.form.formProvider<br>Class name: formProvider<br>Method or attribute name: function getFormsInfo(filter?: formInfo.FormInfoFilter): Promise\<Array\<formInfo.FormInfo>>;|@ohos.app.form.formProvider.d.ts|
450|Added|NA|Module name: ohos.app.form.formProvider<br>Class name: formProvider<br>Method or attribute name: function requestPublishForm(want: Want, formBindingData: formBindingData.FormBindingData, callback: AsyncCallback\<string>): void;|@ohos.app.form.formProvider.d.ts|
451|Added|NA|Module name: ohos.app.form.formProvider<br>Class name: formProvider<br>Method or attribute name: function requestPublishForm(want: Want, callback: AsyncCallback\<string>): void;|@ohos.app.form.formProvider.d.ts|
452|Added|NA|Module name: ohos.app.form.formProvider<br>Class name: formProvider<br>Method or attribute name: function requestPublishForm(want: Want, formBindingData?: formBindingData.FormBindingData): Promise\<string>;|@ohos.app.form.formProvider.d.ts|
453|Added|NA|Module name: ohos.app.form.formProvider<br>Class name: formProvider<br>Method or attribute name: function isRequestPublishFormSupported(callback: AsyncCallback\<boolean>): void;|@ohos.app.form.formProvider.d.ts|
454|Added|NA|Module name: ohos.app.form.formProvider<br>Class name: formProvider<br>Method or attribute name: function isRequestPublishFormSupported(): Promise\<boolean>;|@ohos.app.form.formProvider.d.ts|
455|Added|NA|Module name: ohos.application.formError<br>Class name: FormError<br>Method or attribute name: ERR_DISTRIBUTED_SCHEDULE_FAILED = 37|@ohos.application.formError.d.ts|
456|Added|NA|Module name: ohos.application.StaticSubscriberExtensionAbility<br>Class name: StaticSubscriberExtensionAbility|@ohos.application.StaticSubscriberExtensionAbility.d.ts|
457|Added|NA|Module name: ohos.application.StaticSubscriberExtensionAbility<br>Class name: StaticSubscriberExtensionAbility<br>Method or attribute name: onReceiveEvent(event: CommonEventData): void;|@ohos.application.StaticSubscriberExtensionAbility.d.ts|
458|Added|NA|Class name: continuationManager<br>Method or attribute name: function on(type: "deviceSelected", token: number, callback: Callback\<Array\<ContinuationResult>>): void;|@ohos.continuation.continuationManager.d.ts|
459|Added|NA|Class name: continuationManager<br>Method or attribute name: function off(type: "deviceSelected", token: number): void;|@ohos.continuation.continuationManager.d.ts|
460|Added|NA|Class name: continuationManager<br>Method or attribute name: function on(type: "deviceUnselected", token: number, callback: Callback\<Array\<ContinuationResult>>): void;|@ohos.continuation.continuationManager.d.ts|
461|Added|NA|Class name: continuationManager<br>Method or attribute name: function off(type: "deviceUnselected", token: number): void;|@ohos.continuation.continuationManager.d.ts|
462|Added|NA|Class name: continuationManager<br>Method or attribute name: function registerContinuation(callback: AsyncCallback\<number>): void;|@ohos.continuation.continuationManager.d.ts|
463|Added|NA|Class name: continuationManager<br>Method or attribute name: function registerContinuation(options: ContinuationExtraParams, callback: AsyncCallback\<number>): void;|@ohos.continuation.continuationManager.d.ts|
464|Added|NA|Class name: continuationManager<br>Method or attribute name: function registerContinuation(options?: ContinuationExtraParams): Promise\<number>;|@ohos.continuation.continuationManager.d.ts|
465|Added|NA|Class name: continuationManager<br>Method or attribute name: function unregisterContinuation(token: number, callback: AsyncCallback\<void>): void;|@ohos.continuation.continuationManager.d.ts|
466|Added|NA|Class name: continuationManager<br>Method or attribute name: function unregisterContinuation(token: number): Promise\<void>;|@ohos.continuation.continuationManager.d.ts|
467|Added|NA|Class name: continuationManager<br>Method or attribute name: function updateContinuationState(token: number, deviceId: string, status: DeviceConnectState, callback: AsyncCallback\<void>): void;|@ohos.continuation.continuationManager.d.ts|
468|Added|NA|Class name: continuationManager<br>Method or attribute name: function updateContinuationState(token: number, deviceId: string, status: DeviceConnectState): Promise\<void>;|@ohos.continuation.continuationManager.d.ts|
469|Added|NA|Class name: continuationManager<br>Method or attribute name: function startContinuationDeviceManager(token: number, callback: AsyncCallback\<void>): void;|@ohos.continuation.continuationManager.d.ts|
470|Added|NA|Class name: continuationManager<br>Method or attribute name: function startContinuationDeviceManager(token: number, options: ContinuationExtraParams, callback: AsyncCallback\<void>): void;|@ohos.continuation.continuationManager.d.ts|
471|Added|NA|Class name: continuationManager<br>Method or attribute name: function startContinuationDeviceManager(token: number, options?: ContinuationExtraParams): Promise\<void>;|@ohos.continuation.continuationManager.d.ts|
472|Added|NA|Module name: ohos.distributedMissionManager<br>Class name: distributedMissionManager|@ohos.distributedMissionManager.d.ts|
473|Added|NA|Module name: ohos.distributedMissionManager<br>Class name: distributedMissionManager<br>Method or attribute name: function startSyncRemoteMissions(parameter: MissionParameter, callback: AsyncCallback\<void>): void;|@ohos.distributedMissionManager.d.ts|
474|Added|NA|Module name: ohos.distributedMissionManager<br>Class name: distributedMissionManager<br>Method or attribute name: function startSyncRemoteMissions(parameter: MissionParameter): Promise\<void>;|@ohos.distributedMissionManager.d.ts|
475|Added|NA|Module name: ohos.distributedMissionManager<br>Class name: distributedMissionManager<br>Method or attribute name: function stopSyncRemoteMissions(parameter: MissionDeviceInfo, callback: AsyncCallback\<void>): void;|@ohos.distributedMissionManager.d.ts|
476|Added|NA|Module name: ohos.distributedMissionManager<br>Class name: distributedMissionManager<br>Method or attribute name: function stopSyncRemoteMissions(parameter: MissionDeviceInfo): Promise\<void>;|@ohos.distributedMissionManager.d.ts|
477|Added|NA|Module name: ohos.distributedMissionManager<br>Class name: distributedMissionManager<br>Method or attribute name: function registerMissionListener(parameter: MissionDeviceInfo, options: MissionCallback, callback: AsyncCallback\<void>): void;|@ohos.distributedMissionManager.d.ts|
478|Added|NA|Module name: ohos.distributedMissionManager<br>Class name: distributedMissionManager<br>Method or attribute name: function registerMissionListener(parameter: MissionDeviceInfo, options: MissionCallback): Promise\<void>;|@ohos.distributedMissionManager.d.ts|
479|Added|NA|Module name: ohos.distributedMissionManager<br>Class name: distributedMissionManager<br>Method or attribute name: function unRegisterMissionListener(parameter: MissionDeviceInfo, callback: AsyncCallback\<void>): void;|@ohos.distributedMissionManager.d.ts|
480|Added|NA|Module name: ohos.distributedMissionManager<br>Class name: distributedMissionManager<br>Method or attribute name: function unRegisterMissionListener(parameter: MissionDeviceInfo): Promise\<void>;|@ohos.distributedMissionManager.d.ts|
481|Added|NA|Module name: ohos.distributedMissionManager<br>Class name: distributedMissionManager<br>Method or attribute name: function continueMission(parameter: ContinueDeviceInfo, options: ContinueCallback, callback: AsyncCallback\<void>): void;|@ohos.distributedMissionManager.d.ts|
482|Added|NA|Module name: ohos.distributedMissionManager<br>Class name: distributedMissionManager<br>Method or attribute name: function continueMission(parameter: ContinueDeviceInfo, options: ContinueCallback): Promise\<void>;|@ohos.distributedMissionManager.d.ts|
483|Added|NA|Class name: Context<br>Method or attribute name: getExternalCacheDir(callback: AsyncCallback\<string>): void|context.d.ts|
484|Added|NA|Class name: Context<br>Method or attribute name: getExternalCacheDir(): Promise\<string>;|context.d.ts|
485|Added|NA|Module name: AbilityDelegator<br>Class name: AbilityDelegator|AbilityDelegator.d.ts|
486|Added|NA|Module name: AbilityDelegator<br>Class name: AbilityDelegator<br>Method or attribute name: addAbilityMonitor(monitor: AbilityMonitor, callback: AsyncCallback\<void>): void;|AbilityDelegator.d.ts|
487|Added|NA|Module name: AbilityDelegator<br>Class name: AbilityDelegator<br>Method or attribute name: addAbilityMonitor(monitor: AbilityMonitor): Promise\<void>;|AbilityDelegator.d.ts|
488|Added|NA|Module name: AbilityDelegator<br>Class name: AbilityDelegator<br>Method or attribute name: addAbilityStageMonitor(monitor: AbilityStageMonitor, callback: AsyncCallback\<void>): void;|AbilityDelegator.d.ts|
489|Added|NA|Module name: AbilityDelegator<br>Class name: AbilityDelegator<br>Method or attribute name: addAbilityStageMonitor(monitor: AbilityStageMonitor): Promise\<void>;|AbilityDelegator.d.ts|
490|Added|NA|Module name: AbilityDelegator<br>Class name: AbilityDelegator<br>Method or attribute name: removeAbilityMonitor(monitor: AbilityMonitor, callback: AsyncCallback\<void>): void;|AbilityDelegator.d.ts|
491|Added|NA|Module name: AbilityDelegator<br>Class name: AbilityDelegator<br>Method or attribute name: removeAbilityMonitor(monitor: AbilityMonitor): Promise\<void>;|AbilityDelegator.d.ts|
492|Added|NA|Module name: AbilityDelegator<br>Class name: AbilityDelegator<br>Method or attribute name: removeAbilityStageMonitor(monitor: AbilityStageMonitor, callback: AsyncCallback\<void>): void;|AbilityDelegator.d.ts|
493|Added|NA|Module name: AbilityDelegator<br>Class name: AbilityDelegator<br>Method or attribute name: removeAbilityStageMonitor(monitor: AbilityStageMonitor): Promise\<void>;|AbilityDelegator.d.ts|
494|Added|NA|Module name: AbilityDelegator<br>Class name: AbilityDelegator<br>Method or attribute name: waitAbilityMonitor(monitor: AbilityMonitor, callback: AsyncCallback\<UIAbility>): void;|AbilityDelegator.d.ts|
495|Added|NA|Module name: AbilityDelegator<br>Class name: AbilityDelegator<br>Method or attribute name: waitAbilityMonitor(monitor: AbilityMonitor, timeout: number, callback: AsyncCallback\<UIAbility>): void;|AbilityDelegator.d.ts|
496|Added|NA|Module name: AbilityDelegator<br>Class name: AbilityDelegator<br>Method or attribute name: waitAbilityMonitor(monitor: AbilityMonitor, timeout?: number): Promise\<UIAbility>;|AbilityDelegator.d.ts|
497|Added|NA|Module name: AbilityDelegator<br>Class name: AbilityDelegator<br>Method or attribute name: waitAbilityStageMonitor(monitor: AbilityStageMonitor, callback: AsyncCallback\<AbilityStage>): void;|AbilityDelegator.d.ts|
498|Added|NA|Module name: AbilityDelegator<br>Class name: AbilityDelegator<br>Method or attribute name: waitAbilityStageMonitor(monitor: AbilityStageMonitor, timeout: number, callback: AsyncCallback\<AbilityStage>): void;|AbilityDelegator.d.ts|
499|Added|NA|Module name: AbilityDelegator<br>Class name: AbilityDelegator<br>Method or attribute name: waitAbilityStageMonitor(monitor: AbilityStageMonitor, timeout?: number): Promise\<AbilityStage>;|AbilityDelegator.d.ts|
500|Added|NA|Module name: AbilityDelegator<br>Class name: AbilityDelegator<br>Method or attribute name: getAppContext(): Context;|AbilityDelegator.d.ts|
501|Added|NA|Module name: AbilityDelegator<br>Class name: AbilityDelegator<br>Method or attribute name: getAbilityState(ability: UIAbility): number;|AbilityDelegator.d.ts|
502|Added|NA|Module name: AbilityDelegator<br>Class name: AbilityDelegator<br>Method or attribute name: getCurrentTopAbility(callback: AsyncCallback\<UIAbility>): void;|AbilityDelegator.d.ts|
503|Added|NA|Module name: AbilityDelegator<br>Class name: AbilityDelegator<br>Method or attribute name: getCurrentTopAbility(): Promise\<UIAbility>|AbilityDelegator.d.ts|
504|Added|NA|Module name: AbilityDelegator<br>Class name: AbilityDelegator<br>Method or attribute name: startAbility(want: Want, callback: AsyncCallback\<void>): void;|AbilityDelegator.d.ts|
505|Added|NA|Module name: AbilityDelegator<br>Class name: AbilityDelegator<br>Method or attribute name: startAbility(want: Want): Promise\<void>;|AbilityDelegator.d.ts|
506|Added|NA|Module name: AbilityDelegator<br>Class name: AbilityDelegator<br>Method or attribute name: doAbilityForeground(ability: UIAbility, callback: AsyncCallback\<void>): void;|AbilityDelegator.d.ts|
507|Added|NA|Module name: AbilityDelegator<br>Class name: AbilityDelegator<br>Method or attribute name: doAbilityForeground(ability: UIAbility): Promise\<void>;|AbilityDelegator.d.ts|
508|Added|NA|Module name: AbilityDelegator<br>Class name: AbilityDelegator<br>Method or attribute name: doAbilityBackground(ability: UIAbility, callback: AsyncCallback\<void>): void;|AbilityDelegator.d.ts|
509|Added|NA|Module name: AbilityDelegator<br>Class name: AbilityDelegator<br>Method or attribute name: doAbilityBackground(ability: UIAbility): Promise\<void>;|AbilityDelegator.d.ts|
510|Added|NA|Module name: AbilityDelegator<br>Class name: AbilityDelegator<br>Method or attribute name: print(msg: string, callback: AsyncCallback\<void>): void;|AbilityDelegator.d.ts|
511|Added|NA|Module name: AbilityDelegator<br>Class name: AbilityDelegator<br>Method or attribute name: print(msg: string): Promise\<void>;|AbilityDelegator.d.ts|
512|Added|NA|Module name: AbilityDelegator<br>Class name: AbilityDelegator<br>Method or attribute name: printSync(msg: string): void;|AbilityDelegator.d.ts|
513|Added|NA|Module name: AbilityDelegator<br>Class name: AbilityDelegator<br>Method or attribute name: executeShellCommand(cmd: string, callback: AsyncCallback\<ShellCmdResult>): void;|AbilityDelegator.d.ts|
514|Added|NA|Module name: AbilityDelegator<br>Class name: AbilityDelegator<br>Method or attribute name: executeShellCommand(cmd: string, timeoutSecs: number, callback: AsyncCallback\<ShellCmdResult>): void;|AbilityDelegator.d.ts|
515|Added|NA|Module name: AbilityDelegator<br>Class name: AbilityDelegator<br>Method or attribute name: executeShellCommand(cmd: string, timeoutSecs?: number): Promise\<ShellCmdResult>;|AbilityDelegator.d.ts|
516|Added|NA|Module name: AbilityDelegator<br>Class name: AbilityDelegator<br>Method or attribute name: finishTest(msg: string, code: number, callback: AsyncCallback\<void>): void;|AbilityDelegator.d.ts|
517|Added|NA|Module name: AbilityDelegator<br>Class name: AbilityDelegator<br>Method or attribute name: finishTest(msg: string, code: number): Promise\<void>;|AbilityDelegator.d.ts|
518|Added|NA|Module name: AbilityMonitor<br>Class name: AbilityMonitor|AbilityMonitor.d.ts|
519|Added|NA|Module name: AbilityMonitor<br>Class name: AbilityMonitor<br>Method or attribute name: abilityName: string;|AbilityMonitor.d.ts|
520|Added|NA|Module name: AbilityMonitor<br>Class name: AbilityMonitor<br>Method or attribute name: moduleName?: string;|AbilityMonitor.d.ts|
521|Added|NA|Module name: AbilityMonitor<br>Class name: AbilityMonitor<br>Method or attribute name: onAbilityCreate?:(ability: UIAbility) => void;|AbilityMonitor.d.ts|
522|Added|NA|Module name: AbilityMonitor<br>Class name: AbilityMonitor<br>Method or attribute name: onAbilityForeground?:(ability: UIAbility) => void;|AbilityMonitor.d.ts|
523|Added|NA|Module name: AbilityMonitor<br>Class name: AbilityMonitor<br>Method or attribute name: onAbilityBackground?:(ability: UIAbility) => void;|AbilityMonitor.d.ts|
524|Added|NA|Module name: AbilityMonitor<br>Class name: AbilityMonitor<br>Method or attribute name: onAbilityDestroy?:(ability: UIAbility) => void;|AbilityMonitor.d.ts|
525|Added|NA|Module name: AbilityMonitor<br>Class name: AbilityMonitor<br>Method or attribute name: onWindowStageCreate?:(ability: UIAbility) => void;|AbilityMonitor.d.ts|
526|Added|NA|Module name: AbilityMonitor<br>Class name: AbilityMonitor<br>Method or attribute name: onWindowStageRestore?:(ability: UIAbility) => void;|AbilityMonitor.d.ts|
527|Added|NA|Module name: AbilityMonitor<br>Class name: AbilityMonitor<br>Method or attribute name: onWindowStageDestroy?:(ability: UIAbility) => void;|AbilityMonitor.d.ts|
528|Added|NA|Module name: AbilityStageContext<br>Class name: AbilityStageContext|AbilityStageContext.d.ts|
529|Added|NA|Module name: AbilityStageContext<br>Class name: AbilityStageContext<br>Method or attribute name: currentHapModuleInfo: HapModuleInfo;|AbilityStageContext.d.ts|
530|Added|NA|Module name: AbilityStageContext<br>Class name: AbilityStageContext<br>Method or attribute name: config: Configuration;|AbilityStageContext.d.ts|
531|Added|NA|Module name: AbilityStageMonitor<br>Class name: AbilityStageMonitor|AbilityStageMonitor.d.ts|
532|Added|NA|Module name: AbilityStageMonitor<br>Class name: AbilityStageMonitor<br>Method or attribute name: moduleName: string;|AbilityStageMonitor.d.ts|
533|Added|NA|Module name: AbilityStageMonitor<br>Class name: AbilityStageMonitor<br>Method or attribute name: srcEntrance: string;|AbilityStageMonitor.d.ts|
534|Added|NA|Module name: AbilityStateData<br>Class name: AbilityStateData<br>Method or attribute name: moduleName: string;|AbilityStateData.d.ts|
535|Added|NA|Module name: ApplicationContext<br>Class name: ApplicationContext|ApplicationContext.d.ts|
536|Added|NA|Module name: ApplicationContext<br>Class name: ApplicationContext<br>Method or attribute name: on(type: "abilityLifecycle", callback: AbilityLifecycleCallback): number;|ApplicationContext.d.ts|
537|Added|NA|Module name: ApplicationContext<br>Class name: ApplicationContext<br>Method or attribute name: off(type: "abilityLifecycle", callbackId: number, callback: AsyncCallback\<void>): void;|ApplicationContext.d.ts|
538|Added|NA|Module name: ApplicationContext<br>Class name: ApplicationContext<br>Method or attribute name: off(type: "abilityLifecycle", callbackId: number): Promise\<void>;|ApplicationContext.d.ts|
539|Added|NA|Module name: ApplicationContext<br>Class name: ApplicationContext<br>Method or attribute name: on(type: "environment", callback: EnvironmentCallback): number;|ApplicationContext.d.ts|
540|Added|NA|Module name: ApplicationContext<br>Class name: ApplicationContext<br>Method or attribute name: off(type: "environment", callbackId: number, callback: AsyncCallback\<void>): void;|ApplicationContext.d.ts|
541|Added|NA|Module name: ApplicationContext<br>Class name: ApplicationContext<br>Method or attribute name: off(type: "environment", callbackId: number): Promise\<void>;|ApplicationContext.d.ts|
542|Added|NA|Module name: ApplicationContext<br>Class name: ApplicationContext<br>Method or attribute name: getRunningProcessInformation(): Promise\<Array\<ProcessInformation>>;|ApplicationContext.d.ts|
543|Added|NA|Module name: ApplicationContext<br>Class name: ApplicationContext<br>Method or attribute name: getRunningProcessInformation(callback: AsyncCallback\<Array\<ProcessInformation>>): void;|ApplicationContext.d.ts|
544|Added|NA|Module name: ApplicationContext<br>Class name: ApplicationContext<br>Method or attribute name: killAllProcesses(): Promise\<void>;|ApplicationContext.d.ts|
545|Added|NA|Module name: ApplicationContext<br>Class name: ApplicationContext<br>Method or attribute name: killAllProcesses(callback: AsyncCallback\<void>);|ApplicationContext.d.ts|
546|Added|NA|Module name: ApplicationStateObserver<br>Class name: ApplicationStateObserver<br>Method or attribute name: onProcessStateChanged(processData: ProcessData): void;|ApplicationStateObserver.d.ts|
547|Added|NA|Module name: Context<br>Class name: Context|Context.d.ts|
548|Added|NA|Module name: Context<br>Class name: Context<br>Method or attribute name: resourceManager: resmgr.ResourceManager;|Context.d.ts|
549|Added|NA|Module name: Context<br>Class name: Context<br>Method or attribute name: applicationInfo: ApplicationInfo;|Context.d.ts|
550|Added|NA|Module name: Context<br>Class name: Context<br>Method or attribute name: cacheDir: string;|Context.d.ts|
551|Added|NA|Module name: Context<br>Class name: Context<br>Method or attribute name: tempDir: string;|Context.d.ts|
552|Added|NA|Module name: Context<br>Class name: Context<br>Method or attribute name: filesDir: string;|Context.d.ts|
553|Added|NA|Module name: Context<br>Class name: Context<br>Method or attribute name: databaseDir: string;|Context.d.ts|
554|Added|NA|Module name: Context<br>Class name: Context<br>Method or attribute name: preferencesDir: string;|Context.d.ts|
555|Added|NA|Module name: Context<br>Class name: Context<br>Method or attribute name: bundleCodeDir: string;|Context.d.ts|
556|Added|NA|Module name: Context<br>Class name: Context<br>Method or attribute name: distributedFilesDir: string;|Context.d.ts|
557|Added|NA|Module name: Context<br>Class name: Context<br>Method or attribute name: eventHub: EventHub;|Context.d.ts|
558|Added|NA|Module name: Context<br>Class name: Context<br>Method or attribute name: area: contextConstant.AreaMode;|Context.d.ts|
559|Added|NA|Module name: Context<br>Class name: Context<br>Method or attribute name: createBundleContext(bundleName: string): Context;|Context.d.ts|
560|Added|NA|Module name: Context<br>Class name: Context<br>Method or attribute name: createModuleContext(moduleName: string): Context;|Context.d.ts|
561|Added|NA|Module name: Context<br>Class name: Context<br>Method or attribute name: createModuleContext(bundleName: string, moduleName: string): Context;|Context.d.ts|
562|Added|NA|Module name: Context<br>Class name: Context<br>Method or attribute name: getApplicationContext(): ApplicationContext;|Context.d.ts|
563|Added|NA|Module name: ContinueCallback<br>Class name: ContinueCallback|ContinueCallback.d.ts|
564|Added|NA|Module name: ContinueCallback<br>Class name: ContinueCallback<br>Method or attribute name: onContinueDone(result: number): void;|ContinueCallback.d.ts|
565|Added|NA|Module name: ContinueDeviceInfo<br>Class name: ContinueDeviceInfo|ContinueDeviceInfo.d.ts|
566|Added|NA|Module name: ContinueDeviceInfo<br>Class name: ContinueDeviceInfo<br>Method or attribute name: srcDeviceId: string;|ContinueDeviceInfo.d.ts|
567|Added|NA|Module name: ContinueDeviceInfo<br>Class name: ContinueDeviceInfo<br>Method or attribute name: dstDeviceId: string;|ContinueDeviceInfo.d.ts|
568|Added|NA|Module name: ContinueDeviceInfo<br>Class name: ContinueDeviceInfo<br>Method or attribute name: missionId: number;|ContinueDeviceInfo.d.ts|
569|Added|NA|Module name: ContinueDeviceInfo<br>Class name: ContinueDeviceInfo<br>Method or attribute name: wantParam: {[key: string]: any};|ContinueDeviceInfo.d.ts|
570|Added|NA|Module name: ErrorObserver<br>Class name: ErrorObserver|ErrorObserver.d.ts|
571|Added|NA|Module name: ErrorObserver<br>Class name: ErrorObserver<br>Method or attribute name: onUnhandledException(errMsg: string): void;|ErrorObserver.d.ts|
572|Added|NA|Module name: EventHub<br>Class name: EventHub|EventHub.d.ts|
573|Added|NA|Module name: EventHub<br>Class name: EventHub<br>Method or attribute name: on(event: string, callback: Function): void|EventHub.d.ts|
574|Added|NA|Module name: EventHub<br>Class name: EventHub<br>Method or attribute name: off(event: string, callback?: Function): void|EventHub.d.ts|
575|Added|NA|Module name: EventHub<br>Class name: EventHub<br>Method or attribute name: emit(event: string, ...args: Object[]): void|EventHub.d.ts|
576|Added|NA|Module name: ExtensionContext<br>Class name: ExtensionContext|ExtensionContext.d.ts|
577|Added|NA|Module name: ExtensionContext<br>Class name: ExtensionContext<br>Method or attribute name: currentHapModuleInfo: HapModuleInfo;|ExtensionContext.d.ts|
578|Added|NA|Module name: ExtensionContext<br>Class name: ExtensionContext<br>Method or attribute name: config: Configuration;|ExtensionContext.d.ts|
579|Added|NA|Module name: ExtensionContext<br>Class name: ExtensionContext<br>Method or attribute name: extensionAbilityInfo: ExtensionAbilityInfo;|ExtensionContext.d.ts|
580|Added|NA|Module name: ExtensionRunningInfo<br>Class name: ExtensionRunningInfo|ExtensionRunningInfo.d.ts|
581|Added|NA|Module name: ExtensionRunningInfo<br>Class name: ExtensionRunningInfo<br>Method or attribute name: extension: ElementName;|ExtensionRunningInfo.d.ts|
582|Added|NA|Module name: ExtensionRunningInfo<br>Class name: ExtensionRunningInfo<br>Method or attribute name: pid: number;|ExtensionRunningInfo.d.ts|
583|Added|NA|Module name: ExtensionRunningInfo<br>Class name: ExtensionRunningInfo<br>Method or attribute name: uid: number;|ExtensionRunningInfo.d.ts|
584|Added|NA|Module name: ExtensionRunningInfo<br>Class name: ExtensionRunningInfo<br>Method or attribute name: processName: string;|ExtensionRunningInfo.d.ts|
585|Added|NA|Module name: ExtensionRunningInfo<br>Class name: ExtensionRunningInfo<br>Method or attribute name: startTime: number;|ExtensionRunningInfo.d.ts|
586|Added|NA|Module name: ExtensionRunningInfo<br>Class name: ExtensionRunningInfo<br>Method or attribute name: clientPackage: Array\<String>;|ExtensionRunningInfo.d.ts|
587|Added|NA|Module name: ExtensionRunningInfo<br>Class name: ExtensionRunningInfo<br>Method or attribute name: type: bundle.ExtensionAbilityType;|ExtensionRunningInfo.d.ts|
588|Added|NA|Module name: FormExtensionContext<br>Class name: FormExtensionContext|FormExtensionContext.d.ts|
589|Added|NA|Module name: FormExtensionContext<br>Class name: FormExtensionContext<br>Method or attribute name: startAbility(want: Want, callback: AsyncCallback\<void>): void;|FormExtensionContext.d.ts|
590|Added|NA|Module name: FormExtensionContext<br>Class name: FormExtensionContext<br>Method or attribute name: startAbility(want: Want): Promise\<void>;|FormExtensionContext.d.ts|
591|Added|NA|Module name: MissionCallbacks<br>Class name: MissionCallback|MissionCallbacks.d.ts|
592|Added|NA|Module name: MissionCallbacks<br>Class name: MissionCallback<br>Method or attribute name: notifyMissionsChanged(deviceId: string): void;|MissionCallbacks.d.ts|
593|Added|NA|Module name: MissionCallbacks<br>Class name: MissionCallback<br>Method or attribute name: notifySnapshot(deviceId: string, mission: number): void;|MissionCallbacks.d.ts|
594|Added|NA|Module name: MissionCallbacks<br>Class name: MissionCallback<br>Method or attribute name: notifyNetDisconnect(deviceId: string, state: number): void;|MissionCallbacks.d.ts|
595|Added|NA|Module name: MissionDeviceInfo<br>Class name: MissionDeviceInfo|MissionDeviceInfo.d.ts|
596|Added|NA|Module name: MissionDeviceInfo<br>Class name: MissionDeviceInfo<br>Method or attribute name: deviceId: string;|MissionDeviceInfo.d.ts|
597|Added|NA|Module name: MissionListener<br>Class name: MissionListener<br>Method or attribute name: onMissionLabelUpdated(mission: number): void;|MissionListener.d.ts|
598|Added|NA|Module name: MissionListener<br>Class name: MissionListener<br>Method or attribute name: onMissionIconUpdated(mission: number, icon: image.PixelMap): void;|MissionListener.d.ts|
599|Added|NA|Module name: MissionListener<br>Class name: MissionListener<br>Method or attribute name: onMissionClosed(mission: number): void;|MissionListener.d.ts|
600|Added|NA|Module name: MissionParameter<br>Class name: MissionParameter|MissionParameter.d.ts|
601|Added|NA|Module name: MissionParameter<br>Class name: MissionParameter<br>Method or attribute name: deviceId: string;|MissionParameter.d.ts|
602|Added|NA|Module name: MissionParameter<br>Class name: MissionParameter<br>Method or attribute name: fixConflict: boolean;|MissionParameter.d.ts|
603|Added|NA|Module name: MissionParameter<br>Class name: MissionParameter<br>Method or attribute name: tag: number;|MissionParameter.d.ts|
604|Added|NA|Class name: ProcessData<br>Method or attribute name: state: number;|ProcessData.d.ts|
605|Added|NA|Class name: ProcessData<br>Method or attribute name: isContinuousTask: boolean;|ProcessData.d.ts|
606|Added|NA|Class name: ProcessData<br>Method or attribute name: isKeepAlive: boolean;|ProcessData.d.ts|
607|Added|NA|Module name: ProcessInformation<br>Class name: ProcessInformation|ProcessInformation.d.ts|
608|Added|NA|Module name: ProcessInformation<br>Class name: ProcessInformation<br>Method or attribute name: pid: number;|ProcessInformation.d.ts|
609|Added|NA|Module name: ProcessInformation<br>Class name: ProcessInformation<br>Method or attribute name: uid: number;|ProcessInformation.d.ts|
610|Added|NA|Module name: ProcessInformation<br>Class name: ProcessInformation<br>Method or attribute name: processName: string;|ProcessInformation.d.ts|
611|Added|NA|Module name: ProcessInformation<br>Class name: ProcessInformation<br>Method or attribute name: bundleNames: Array\<string>;|ProcessInformation.d.ts|
612|Added|NA|Module name: ServiceExtensionContext<br>Class name: ServiceExtensionContext|ServiceExtensionContext.d.ts|
613|Added|NA|Module name: ServiceExtensionContext<br>Class name: ServiceExtensionContext<br>Method or attribute name: startAbility(want: Want, callback: AsyncCallback\<void>): void;|ServiceExtensionContext.d.ts|
614|Added|NA|Module name: ServiceExtensionContext<br>Class name: ServiceExtensionContext<br>Method or attribute name: startAbility(want: Want, options: StartOptions, callback: AsyncCallback\<void>): void;|ServiceExtensionContext.d.ts|
615|Added|NA|Module name: ServiceExtensionContext<br>Class name: ServiceExtensionContext<br>Method or attribute name: startAbility(want: Want, options?: StartOptions): Promise\<void>;|ServiceExtensionContext.d.ts|
616|Added|NA|Module name: ServiceExtensionContext<br>Class name: ServiceExtensionContext<br>Method or attribute name: startAbilityWithAccount(want: Want, accountId: number, callback: AsyncCallback\<void>): void;|ServiceExtensionContext.d.ts|
617|Added|NA|Module name: ServiceExtensionContext<br>Class name: ServiceExtensionContext<br>Method or attribute name: startAbilityWithAccount(want: Want, accountId: number, options: StartOptions, callback: AsyncCallback\<void>): void;|ServiceExtensionContext.d.ts|
618|Added|NA|Module name: ServiceExtensionContext<br>Class name: ServiceExtensionContext<br>Method or attribute name: startAbilityWithAccount(want: Want, accountId: number, options?: StartOptions): Promise\<void>;|ServiceExtensionContext.d.ts|
619|Added|NA|Module name: ServiceExtensionContext<br>Class name: ServiceExtensionContext<br>Method or attribute name: startServiceExtensionAbility(want: Want, callback: AsyncCallback\<void>): void;|ServiceExtensionContext.d.ts|
620|Added|NA|Module name: ServiceExtensionContext<br>Class name: ServiceExtensionContext<br>Method or attribute name: startServiceExtensionAbility(want: Want): Promise\<void>;|ServiceExtensionContext.d.ts|
621|Added|NA|Module name: ServiceExtensionContext<br>Class name: ServiceExtensionContext<br>Method or attribute name: startServiceExtensionAbilityWithAccount(want: Want, accountId: number, callback: AsyncCallback\<void>): void;|ServiceExtensionContext.d.ts|
622|Added|NA|Module name: ServiceExtensionContext<br>Class name: ServiceExtensionContext<br>Method or attribute name: startServiceExtensionAbilityWithAccount(want: Want, accountId: number): Promise\<void>;|ServiceExtensionContext.d.ts|
623|Added|NA|Module name: ServiceExtensionContext<br>Class name: ServiceExtensionContext<br>Method or attribute name: stopServiceExtensionAbility(want: Want, callback: AsyncCallback\<void>): void;|ServiceExtensionContext.d.ts|
624|Added|NA|Module name: ServiceExtensionContext<br>Class name: ServiceExtensionContext<br>Method or attribute name: stopServiceExtensionAbility(want: Want): Promise\<void>;|ServiceExtensionContext.d.ts|
625|Added|NA|Module name: ServiceExtensionContext<br>Class name: ServiceExtensionContext<br>Method or attribute name: stopServiceExtensionAbilityWithAccount(want: Want, accountId: number, callback: AsyncCallback\<void>): void;|ServiceExtensionContext.d.ts|
626|Added|NA|Module name: ServiceExtensionContext<br>Class name: ServiceExtensionContext<br>Method or attribute name: stopServiceExtensionAbilityWithAccount(want: Want, accountId: number): Promise\<void>;|ServiceExtensionContext.d.ts|
627|Added|NA|Module name: ServiceExtensionContext<br>Class name: ServiceExtensionContext<br>Method or attribute name: terminateSelf(callback: AsyncCallback\<void>): void;|ServiceExtensionContext.d.ts|
628|Added|NA|Module name: ServiceExtensionContext<br>Class name: ServiceExtensionContext<br>Method or attribute name: terminateSelf(): Promise\<void>;|ServiceExtensionContext.d.ts|
629|Added|NA|Module name: ServiceExtensionContext<br>Class name: ServiceExtensionContext<br>Method or attribute name: connectServiceExtensionAbility(want: Want, options: ConnectOptions): number;|ServiceExtensionContext.d.ts|
630|Added|NA|Module name: ServiceExtensionContext<br>Class name: ServiceExtensionContext<br>Method or attribute name: connectServiceExtensionAbilityWithAccount(want: Want, accountId: number, options: ConnectOptions): number;|ServiceExtensionContext.d.ts|
631|Added|NA|Module name: ServiceExtensionContext<br>Class name: ServiceExtensionContext<br>Method or attribute name: disconnectServiceExtensionAbility(connection: number, callback: AsyncCallback\<void>): void;|ServiceExtensionContext.d.ts|
632|Added|NA|Module name: ServiceExtensionContext<br>Class name: ServiceExtensionContext<br>Method or attribute name: disconnectServiceExtensionAbility(connection: number): Promise\<void>;|ServiceExtensionContext.d.ts|
633|Added|NA|Module name: ServiceExtensionContext<br>Class name: ServiceExtensionContext<br>Method or attribute name: startAbilityByCall(want: Want): Promise\<Caller>;|ServiceExtensionContext.d.ts|
634|Added|NA|Module name: ServiceExtensionContext<br>Class name: ServiceExtensionContext<br>Method or attribute name: startRecentAbility(want: Want, callback: AsyncCallback\<void>): void;|ServiceExtensionContext.d.ts|
635|Added|NA|Module name: ServiceExtensionContext<br>Class name: ServiceExtensionContext<br>Method or attribute name: startRecentAbility(want: Want, options: StartOptions, callback: AsyncCallback\<void>): void;|ServiceExtensionContext.d.ts|
636|Added|NA|Module name: ServiceExtensionContext<br>Class name: ServiceExtensionContext<br>Method or attribute name: startRecentAbility(want: Want, options?: StartOptions): Promise\<void>;|ServiceExtensionContext.d.ts|
637|Added|NA|Class name: ShellCmdResult<br>Method or attribute name: stdResult: string;|shellCmdResult.d.ts|
638|Added|NA|Module name: UIAbilityContext<br>Class name: UIAbilityContext|UIAbilityContext.d.ts|
639|Added|NA|Module name: UIAbilityContext<br>Class name: UIAbilityContext<br>Method or attribute name: abilityInfo: AbilityInfo;|UIAbilityContext.d.ts|
640|Added|NA|Module name: UIAbilityContext<br>Class name: UIAbilityContext<br>Method or attribute name: currentHapModuleInfo: HapModuleInfo;|UIAbilityContext.d.ts|
641|Added|NA|Module name: UIAbilityContext<br>Class name: UIAbilityContext<br>Method or attribute name: config: Configuration;|UIAbilityContext.d.ts|
642|Added|NA|Module name: UIAbilityContext<br>Class name: UIAbilityContext<br>Method or attribute name: startAbility(want: Want, callback: AsyncCallback\<void>): void;|UIAbilityContext.d.ts|
643|Added|NA|Module name: UIAbilityContext<br>Class name: UIAbilityContext<br>Method or attribute name: startAbility(want: Want, options: StartOptions, callback: AsyncCallback\<void>): void;|UIAbilityContext.d.ts|
644|Added|NA|Module name: UIAbilityContext<br>Class name: UIAbilityContext<br>Method or attribute name: startAbility(want: Want, options?: StartOptions): Promise\<void>;|UIAbilityContext.d.ts|
645|Added|NA|Module name: UIAbilityContext<br>Class name: UIAbilityContext<br>Method or attribute name: startAbilityByCall(want: Want): Promise\<Caller>;|UIAbilityContext.d.ts|
646|Added|NA|Module name: UIAbilityContext<br>Class name: UIAbilityContext<br>Method or attribute name: startAbilityWithAccount(want: Want, accountId: number, callback: AsyncCallback\<void>): void;|UIAbilityContext.d.ts|
647|Added|NA|Module name: UIAbilityContext<br>Class name: UIAbilityContext<br>Method or attribute name: startAbilityWithAccount(want: Want, accountId: number, options: StartOptions, callback: AsyncCallback\<void>): void;|UIAbilityContext.d.ts|
648|Added|NA|Module name: UIAbilityContext<br>Class name: UIAbilityContext<br>Method or attribute name: startAbilityWithAccount(want: Want, accountId: number, options?: StartOptions): Promise\<void>;|UIAbilityContext.d.ts|
649|Added|NA|Module name: UIAbilityContext<br>Class name: UIAbilityContext<br>Method or attribute name: startAbilityForResult(want: Want, callback: AsyncCallback\<AbilityResult>): void;|UIAbilityContext.d.ts|
650|Added|NA|Module name: UIAbilityContext<br>Class name: UIAbilityContext<br>Method or attribute name: startAbilityForResult(want: Want, options: StartOptions, callback: AsyncCallback\<AbilityResult>): void;|UIAbilityContext.d.ts|
651|Added|NA|Module name: UIAbilityContext<br>Class name: UIAbilityContext<br>Method or attribute name: startAbilityForResult(want: Want, options?: StartOptions): Promise\<AbilityResult>;|UIAbilityContext.d.ts|
652|Added|NA|Module name: UIAbilityContext<br>Class name: UIAbilityContext<br>Method or attribute name: startAbilityForResultWithAccount(want: Want, accountId: number, callback: AsyncCallback\<AbilityResult>): void;|UIAbilityContext.d.ts|
653|Added|NA|Module name: UIAbilityContext<br>Class name: UIAbilityContext<br>Method or attribute name: startAbilityForResultWithAccount(want: Want, accountId: number, options: StartOptions, callback: AsyncCallback\<void>): void;|UIAbilityContext.d.ts|
654|Added|NA|Module name: UIAbilityContext<br>Class name: UIAbilityContext<br>Method or attribute name: startAbilityForResultWithAccount(want: Want, accountId: number, options?: StartOptions): Promise\<AbilityResult>;|UIAbilityContext.d.ts|
655|Added|NA|Module name: UIAbilityContext<br>Class name: UIAbilityContext<br>Method or attribute name: startServiceExtensionAbility(want: Want, callback: AsyncCallback\<void>): void;|UIAbilityContext.d.ts|
656|Added|NA|Module name: UIAbilityContext<br>Class name: UIAbilityContext<br>Method or attribute name: startServiceExtensionAbility(want: Want): Promise\<void>;|UIAbilityContext.d.ts|
657|Added|NA|Module name: UIAbilityContext<br>Class name: UIAbilityContext<br>Method or attribute name: startServiceExtensionAbilityWithAccount(want: Want, accountId: number, callback: AsyncCallback\<void>): void;|UIAbilityContext.d.ts|
658|Added|NA|Module name: UIAbilityContext<br>Class name: UIAbilityContext<br>Method or attribute name: startServiceExtensionAbilityWithAccount(want: Want, accountId: number): Promise\<void>;|UIAbilityContext.d.ts|
659|Added|NA|Module name: UIAbilityContext<br>Class name: UIAbilityContext<br>Method or attribute name: stopServiceExtensionAbility(want: Want, callback: AsyncCallback\<void>): void;|UIAbilityContext.d.ts|
660|Added|NA|Module name: UIAbilityContext<br>Class name: UIAbilityContext<br>Method or attribute name: stopServiceExtensionAbility(want: Want): Promise\<void>;|UIAbilityContext.d.ts|
661|Added|NA|Module name: UIAbilityContext<br>Class name: UIAbilityContext<br>Method or attribute name: stopServiceExtensionAbilityWithAccount(want: Want, accountId: number, callback: AsyncCallback\<void>): void;|UIAbilityContext.d.ts|
662|Added|NA|Module name: UIAbilityContext<br>Class name: UIAbilityContext<br>Method or attribute name: stopServiceExtensionAbilityWithAccount(want: Want, accountId: number): Promise\<void>;|UIAbilityContext.d.ts|
663|Added|NA|Module name: UIAbilityContext<br>Class name: UIAbilityContext<br>Method or attribute name: terminateSelf(callback: AsyncCallback\<void>): void;|UIAbilityContext.d.ts|
664|Added|NA|Module name: UIAbilityContext<br>Class name: UIAbilityContext<br>Method or attribute name: terminateSelf(): Promise\<void>;|UIAbilityContext.d.ts|
665|Added|NA|Module name: UIAbilityContext<br>Class name: UIAbilityContext<br>Method or attribute name: terminateSelfWithResult(parameter: AbilityResult, callback: AsyncCallback\<void>): void;|UIAbilityContext.d.ts|
666|Added|NA|Module name: UIAbilityContext<br>Class name: UIAbilityContext<br>Method or attribute name: terminateSelfWithResult(parameter: AbilityResult): Promise\<void>;|UIAbilityContext.d.ts|
667|Added|NA|Module name: UIAbilityContext<br>Class name: UIAbilityContext<br>Method or attribute name: connectServiceExtensionAbility(want: Want, options: ConnectOptions): number;|UIAbilityContext.d.ts|
668|Added|NA|Module name: UIAbilityContext<br>Class name: UIAbilityContext<br>Method or attribute name: connectServiceExtensionAbilityWithAccount(want: Want, accountId: number, options: ConnectOptions): number;|UIAbilityContext.d.ts|
669|Added|NA|Module name: UIAbilityContext<br>Class name: UIAbilityContext<br>Method or attribute name: disconnectServiceExtensionAbility(connection: number, callback: AsyncCallback\<void>): void;|UIAbilityContext.d.ts|
670|Added|NA|Module name: UIAbilityContext<br>Class name: UIAbilityContext<br>Method or attribute name: disconnectServiceExtensionAbility(connection: number): Promise\<void>;|UIAbilityContext.d.ts|
671|Added|NA|Module name: UIAbilityContext<br>Class name: UIAbilityContext<br>Method or attribute name: setMissionLabel(label: string, callback: AsyncCallback\<void>): void;|UIAbilityContext.d.ts|
672|Added|NA|Module name: UIAbilityContext<br>Class name: UIAbilityContext<br>Method or attribute name: setMissionLabel(label: string): Promise\<void>;|UIAbilityContext.d.ts|
673|Added|NA|Module name: UIAbilityContext<br>Class name: UIAbilityContext<br>Method or attribute name: setMissionIcon(icon: image.PixelMap, callback: AsyncCallback\<void>): void;|UIAbilityContext.d.ts|
674|Added|NA|Module name: UIAbilityContext<br>Class name: UIAbilityContext<br>Method or attribute name: setMissionIcon(icon: image.PixelMap): Promise\<void>;|UIAbilityContext.d.ts|
675|Added|NA|Module name: UIAbilityContext<br>Class name: UIAbilityContext<br>Method or attribute name: restoreWindowStage(localStorage: LocalStorage): void;|UIAbilityContext.d.ts|
676|Added|NA|Module name: UIAbilityContext<br>Class name: UIAbilityContext<br>Method or attribute name: isTerminating(): boolean;|UIAbilityContext.d.ts|
677|Added|NA|Module name: UIAbilityContext<br>Class name: UIAbilityContext<br>Method or attribute name: startRecentAbility(want: Want, callback: AsyncCallback\<void>): void;|UIAbilityContext.d.ts|
678|Added|NA|Module name: UIAbilityContext<br>Class name: UIAbilityContext<br>Method or attribute name: startRecentAbility(want: Want, options: StartOptions, callback: AsyncCallback\<void>): void;|UIAbilityContext.d.ts|
679|Added|NA|Module name: UIAbilityContext<br>Class name: UIAbilityContext<br>Method or attribute name: startRecentAbility(want: Want, options?: StartOptions): Promise\<void>;|UIAbilityContext.d.ts|
680|Added|NA|Module name: UIAbilityContext<br>Class name: UIAbilityContext<br>Method or attribute name: requestDialogService(want: Want, result: AsyncCallback\<dialogRequest.RequestResult>): void;|UIAbilityContext.d.ts|
681|Added|NA|Module name: UIAbilityContext<br>Class name: UIAbilityContext<br>Method or attribute name: requestDialogService(want: Want): Promise\<dialogRequest.RequestResult>;|UIAbilityContext.d.ts|
682|Deleted|Module name: abilityDelegator<br>Class name: AbilityDelegator|NA|abilityDelegator.d.ts|
683|Deleted|Module name: abilityDelegator<br>Class name: AbilityDelegator<br>Method or attribute name: print(msg: string, callback: AsyncCallback\<void>): void;|NA|abilityDelegator.d.ts|
684|Deleted|Module name: abilityDelegator<br>Class name: AbilityDelegator<br>Method or attribute name: print(msg: string): Promise\<void>;|NA|abilityDelegator.d.ts|
685|Deleted|Module name: abilityDelegator<br>Class name: AbilityDelegator<br>Method or attribute name: executeShellCommand(cmd: string, callback: AsyncCallback\<ShellCmdResult>): void;|NA|abilityDelegator.d.ts|
686|Deleted|Module name: abilityDelegator<br>Class name: AbilityDelegator<br>Method or attribute name: executeShellCommand(cmd: string, timeoutSecs: number, callback: AsyncCallback\<ShellCmdResult>): void;|NA|abilityDelegator.d.ts|
687|Deleted|Module name: abilityDelegator<br>Class name: AbilityDelegator<br>Method or attribute name: executeShellCommand(cmd: string, timeoutSecs?: number): Promise\<ShellCmdResult>;|NA|abilityDelegator.d.ts|
688|Deleted|Module name: abilityDelegator<br>Class name: AbilityDelegator<br>Method or attribute name: finishTest(msg: string, code: number, callback: AsyncCallback\<void>): void;|NA|abilityDelegator.d.ts|
689|Deleted|Module name: abilityDelegator<br>Class name: AbilityDelegator<br>Method or attribute name: finishTest(msg: string, code: number): Promise\<void>;|NA|abilityDelegator.d.ts|
690|Deleted|Module name: BaseContext<br>Class name: BaseContext|NA|BaseContext.d.ts|
691|Access level changed|Class name: abilityManager<br>Access level: public API|Class name: abilityManager<br>Access level: system API|@ohos.application.abilityManager.d.ts|
692|Deprecated version changed|Class name: dataUriUtils<br>Deprecated version: N/A|Class name: dataUriUtils<br>Deprecated version: 9<br>Substitute API: @ohos.app.ability.dataUriUtils.d.ts |@ohos.ability.dataUriUtils.d.ts|
693|Deprecated version changed|Class name: wantConstant<br>Deprecated version: N/A|Class name: wantConstant<br>Deprecated version: 9<br>Substitute API: ohos.app.ability.wantConstant |@ohos.ability.wantConstant.d.ts|
694|Deprecated version changed|Class name: Action<br>Method or attribute name: ACTION_APP_ACCOUNT_OAUTH = "ohos.account.appAccount.action.oauth"<br>Deprecated version: N/A|Class name: Action<br>Method or attribute name: ACTION_APP_ACCOUNT_OAUTH = "ohos.account.appAccount.action.oauth"<br>Deprecated version: 9<br>Substitute API: wantConstant.Action|@ohos.ability.wantConstant.d.ts|
695|Deprecated version changed|Class name: abilityDelegatorRegistry<br>Deprecated version: N/A|Class name: abilityDelegatorRegistry<br>Deprecated version: 9<br>Substitute API: ohos.app.ability.abilityDelegatorRegistry |@ohos.application.abilityDelegatorRegistry.d.ts|
696|Deprecated version changed|Class name: abilityManager<br>Deprecated version: N/A|Class name: abilityManager<br>Deprecated version: 9<br>Substitute API: ohos.app.ability.abilityManager |@ohos.application.abilityManager.d.ts|
697|Deprecated version changed|Class name: appManager<br>Deprecated version: N/A|Class name: appManager<br>Deprecated version: 9<br>Substitute API: ohos.app.ability.appManager |@ohos.application.appManager.d.ts|
698|Deprecated version changed|Class name: appManager<br>Method or attribute name: function getProcessRunningInfos(): Promise\<Array\<ProcessRunningInfo>>;<br>Deprecated version: N/A|Class name: appManager<br>Method or attribute name: function getProcessRunningInfos(): Promise\<Array\<ProcessRunningInfo>>;<br>Deprecated version: 9<br>Substitute API: ohos.app.ability.appManager|@ohos.application.appManager.d.ts|
699|Deprecated version changed|Class name: appManager<br>Method or attribute name: function getProcessRunningInfos(callback: AsyncCallback\<Array\<ProcessRunningInfo>>): void;<br>Deprecated version: N/A|Class name: appManager<br>Method or attribute name: function getProcessRunningInfos(callback: AsyncCallback\<Array\<ProcessRunningInfo>>): void;<br>Deprecated version: 9<br>Substitute API: ohos.app.ability.appManager|@ohos.application.appManager.d.ts|
700|Deprecated version changed|Class name: Configuration<br>Deprecated version: N/A|Class name: Configuration<br>Deprecated version: 9<br>Substitute API: ohos.app.ability.Configuration |@ohos.application.Configuration.d.ts|
701|Deprecated version changed|Class name: ConfigurationConstant<br>Deprecated version: N/A|Class name: ConfigurationConstant<br>Deprecated version: 9<br>Substitute API: ohos.app.ability.ConfigurationConstant |@ohos.application.ConfigurationConstant.d.ts|
702|Deprecated version changed|Class name: formBindingData<br>Deprecated version: N/A|Class name: formBindingData<br>Deprecated version: 9<br>Substitute API: ohos.app.form.formBindingData |@ohos.application.formBindingData.d.ts|
703|Deprecated version changed|Class name: formHost<br>Deprecated version: N/A|Class name: formHost<br>Deprecated version: 9<br>Substitute API: ohos.app.form.formHost |@ohos.application.formHost.d.ts|
704|Deprecated version changed|Class name: formInfo<br>Deprecated version: N/A|Class name: formInfo<br>Deprecated version: 9<br>Substitute API: ohos.app.form.formInfo |@ohos.application.formInfo.d.ts|
705|Deprecated version changed|Class name: formProvider<br>Deprecated version: N/A|Class name: formProvider<br>Deprecated version: 9<br>Substitute API: ohos.app.form.formProvider |@ohos.application.formProvider.d.ts|
706|Deprecated version changed|Class name: missionManager<br>Deprecated version: N/A|Class name: missionManager<br>Deprecated version: 9<br>Substitute API: ohos.app.ability.missionManager |@ohos.application.missionManager.d.ts|
707|Deprecated version changed|Class name: Want<br>Deprecated version: N/A|Class name: Want<br>Deprecated version: 9<br>Substitute API: ohos.app.ability.Want |@ohos.application.Want.d.ts|
708|Deprecated version changed|Class name: continuationManager<br>Method or attribute name: function on(type: "deviceConnect", callback: Callback\<ContinuationResult>): void;<br>Deprecated version: N/A|Class name: continuationManager<br>Method or attribute name: function on(type: "deviceConnect", callback: Callback\<ContinuationResult>): void;<br>Deprecated version: 9<br>Substitute API: ohos.continuation.continuationManager.continuationManager|@ohos.continuation.continuationManager.d.ts|
709|Deprecated version changed|Class name: continuationManager<br>Method or attribute name: function on(type: "deviceDisconnect", callback: Callback\<string>): void;<br>Deprecated version: N/A|Class name: continuationManager<br>Method or attribute name: function on(type: "deviceDisconnect", callback: Callback\<string>): void;<br>Deprecated version: 9<br>Substitute API: ohos.continuation.continuationManager.continuationManager|@ohos.continuation.continuationManager.d.ts|
710|Deprecated version changed|Class name: continuationManager<br>Method or attribute name: function register(callback: AsyncCallback\<number>): void;<br>Deprecated version: N/A|Class name: continuationManager<br>Method or attribute name: function register(callback: AsyncCallback\<number>): void;<br>Deprecated version: 9<br>Substitute API: ohos.continuation.continuationManager.continuationManager|@ohos.continuation.continuationManager.d.ts|
711|Deprecated version changed|Class name: continuationManager<br>Method or attribute name: function register(options: ContinuationExtraParams, callback: AsyncCallback\<number>): void;<br>Deprecated version: N/A|Class name: continuationManager<br>Method or attribute name: function register(options: ContinuationExtraParams, callback: AsyncCallback\<number>): void;<br>Deprecated version: 9<br>Substitute API: ohos.continuation.continuationManager.continuationManager|@ohos.continuation.continuationManager.d.ts|
712|Deprecated version changed|Class name: continuationManager<br>Method or attribute name: function register(options?: ContinuationExtraParams): Promise\<number>;<br>Deprecated version: N/A|Class name: continuationManager<br>Method or attribute name: function register(options?: ContinuationExtraParams): Promise\<number>;<br>Deprecated version: 9<br>Substitute API: ohos.continuation.continuationManager.continuationManager|@ohos.continuation.continuationManager.d.ts|
713|Deprecated version changed|Class name: continuationManager<br>Method or attribute name: function unregister(token: number, callback: AsyncCallback\<void>): void;<br>Deprecated version: N/A|Class name: continuationManager<br>Method or attribute name: function unregister(token: number, callback: AsyncCallback\<void>): void;<br>Deprecated version: 9<br>Substitute API: ohos.continuation.continuationManager.continuationManager|@ohos.continuation.continuationManager.d.ts|
714|Deprecated version changed|Class name: continuationManager<br>Method or attribute name: function unregister(token: number): Promise\<void>;<br>Deprecated version: N/A|Class name: continuationManager<br>Method or attribute name: function unregister(token: number): Promise\<void>;<br>Deprecated version: 9<br>Substitute API: ohos.continuation.continuationManager.continuationManager|@ohos.continuation.continuationManager.d.ts|
715|Deprecated version changed|Class name: continuationManager<br>Method or attribute name: function updateConnectStatus(token: number, deviceId: string, status: DeviceConnectState, callback: AsyncCallback\<void>): void;<br>Deprecated version: N/A|Class name: continuationManager<br>Method or attribute name: function updateConnectStatus(token: number, deviceId: string, status: DeviceConnectState, callback: AsyncCallback\<void>): void;<br>Deprecated version: 9<br>Substitute API: ohos.continuation.continuationManager.continuationManager|@ohos.continuation.continuationManager.d.ts|
716|Deprecated version changed|Class name: continuationManager<br>Method or attribute name: function updateConnectStatus(token: number, deviceId: string, status: DeviceConnectState): Promise\<void>;<br>Deprecated version: N/A|Class name: continuationManager<br>Method or attribute name: function updateConnectStatus(token: number, deviceId: string, status: DeviceConnectState): Promise\<void>;<br>Deprecated version: 9<br>Substitute API: ohos.continuation.continuationManager.continuationManager|@ohos.continuation.continuationManager.d.ts|
717|Deprecated version changed|Class name: continuationManager<br>Method or attribute name: function startDeviceManager(token: number, callback: AsyncCallback\<void>): void;<br>Deprecated version: N/A|Class name: continuationManager<br>Method or attribute name: function startDeviceManager(token: number, callback: AsyncCallback\<void>): void;<br>Deprecated version: 9<br>Substitute API: ohos.continuation.continuationManager.continuationManager|@ohos.continuation.continuationManager.d.ts|
718|Deprecated version changed|Class name: continuationManager<br>Method or attribute name: function startDeviceManager(token: number, options: ContinuationExtraParams, callback: AsyncCallback\<void>): void;<br>Deprecated version: N/A|Class name: continuationManager<br>Method or attribute name: function startDeviceManager(token: number, options: ContinuationExtraParams, callback: AsyncCallback\<void>): void;<br>Deprecated version: 9<br>Substitute API: ohos.continuation.continuationManager.continuationManager|@ohos.continuation.continuationManager.d.ts|
719|Deprecated version changed|Class name: continuationManager<br>Method or attribute name: function startDeviceManager(token: number, options?: ContinuationExtraParams): Promise\<void>;<br>Deprecated version: N/A|Class name: continuationManager<br>Method or attribute name: function startDeviceManager(token: number, options?: ContinuationExtraParams): Promise\<void>;<br>Deprecated version: 9<br>Substitute API: ohos.continuation.continuationManager.continuationManager|@ohos.continuation.continuationManager.d.ts|
720|Deprecated version changed|Class name: wantAgent<br>Deprecated version: N/A|Class name: wantAgent<br>Deprecated version: 9<br>Substitute API: ohos.app.ability.wantAgent |@ohos.wantAgent.d.ts|
721|Deprecated version changed|Class name: Want<br>Deprecated version: N/A|Class name: Want<br>Deprecated version: 9<br>Substitute API: ohos.app.ability.Want  |want.d.ts|
722|Deprecated version changed|Class name: Context<br>Method or attribute name: setShowOnLockScreen(show: boolean, callback: AsyncCallback\<void>): void<br>Deprecated version: N/A|Class name: Context<br>Method or attribute name: setShowOnLockScreen(show: boolean, callback: AsyncCallback\<void>): void<br>Deprecated version: 9<br>Substitute API: ohos.window|context.d.ts|
723|Deprecated version changed|Class name: Context<br>Method or attribute name: setShowOnLockScreen(show: boolean): Promise\<void>;<br>Deprecated version: N/A|Class name: Context<br>Method or attribute name: setShowOnLockScreen(show: boolean): Promise\<void>;<br>Deprecated version: 9<br>Substitute API: ohos.window|context.d.ts|
724|Deprecated version changed|Class name: ProcessRunningInfo<br>Deprecated version: N/A|Class name: ProcessRunningInfo<br>Deprecated version: 9<br>Substitute API: ProcessInformation |ProcessRunningInfo.d.ts|
725|Deprecated version changed|Class name: ProcessRunningInfo<br>Method or attribute name: pid: number;<br>Deprecated version: N/A|Class name: ProcessRunningInfo<br>Method or attribute name: pid: number;<br>Deprecated version: 9<br>Substitute API: ProcessInformation.pid     |ProcessRunningInfo.d.ts|
726|Deprecated version changed|Class name: ProcessRunningInfo<br>Method or attribute name: uid: number;<br>Deprecated version: N/A|Class name: ProcessRunningInfo<br>Method or attribute name: uid: number;<br>Deprecated version: 9<br>Substitute API: ProcessInformation.uid     |ProcessRunningInfo.d.ts|
727|Deprecated version changed|Class name: ProcessRunningInfo<br>Method or attribute name: processName: string;<br>Deprecated version: N/A|Class name: ProcessRunningInfo<br>Method or attribute name: processName: string;<br>Deprecated version: 9<br>Substitute API: ProcessInformation.processName     |ProcessRunningInfo.d.ts|
728|Deprecated version changed|Class name: ProcessRunningInfo<br>Method or attribute name: bundleNames: Array\<string>;<br>Deprecated version: N/A|Class name: ProcessRunningInfo<br>Method or attribute name: bundleNames: Array\<string>;<br>Deprecated version: 9<br>Substitute API: ProcessInformation.bundleNames     |ProcessRunningInfo.d.ts|
729|Permission changed|Class name: formHost<br>Method or attribute name: function acquireFormState(want: Want, callback: AsyncCallback\<formInfo.FormStateInfo>): void;<br>Permission: ohos.permission.GET_BUNDLE_INFO and ohos.permission.GET_BUNDLE_INFO_PRIVILEGED.|Class name: formHost<br>Method or attribute name: function acquireFormState(want: Want, callback: AsyncCallback\<formInfo.FormStateInfo>): void;<br>Permission: ohos.permission.REQUIRE_FORM and ohos.permission.GET_BUNDLE_INFO_PRIVILEGED|@ohos.application.formHost.d.ts|
730|Permission changed|Class name: formHost<br>Method or attribute name: function acquireFormState(want: Want): Promise\<formInfo.FormStateInfo>;<br>Permission: ohos.permission.GET_BUNDLE_INFO and ohos.permission.GET_BUNDLE_INFO_PRIVILEGED.|Class name: formHost<br>Method or attribute name: function acquireFormState(want: Want): Promise\<formInfo.FormStateInfo>;<br>Permission: ohos.permission.REQUIRE_FORM and ohos.permission.GET_BUNDLE_INFO_PRIVILEGED|@ohos.application.formHost.d.ts|
731|SysCap changed|Class name: ProcessData<br>SysCap:SystemCapability.Ability.AbilityRuntime.Mission|Class name: ProcessData<br>SysCap:SystemCapability.Ability.AbilityRuntime.Core|ProcessData.d.ts|
732|SysCap changed|Class name: ProcessData<br>Method or attribute name: bundleName: string;<br>SysCap:SystemCapability.Ability.AbilityRuntime.Mission|Class name: ProcessData<br>Method or attribute name: bundleName: string;<br>SysCap:SystemCapability.Ability.AbilityRuntime.Core|ProcessData.d.ts|
733|SysCap changed|Class name: ProcessData<br>Method or attribute name: pid: number;<br>SysCap:SystemCapability.Ability.AbilityRuntime.Mission|Class name: ProcessData<br>Method or attribute name: pid: number;<br>SysCap:SystemCapability.Ability.AbilityRuntime.Core|ProcessData.d.ts|
734|SysCap changed|Class name: ProcessData<br>Method or attribute name: uid: number;<br>SysCap:SystemCapability.Ability.AbilityRuntime.Mission|Class name: ProcessData<br>Method or attribute name: uid: number;<br>SysCap:SystemCapability.Ability.AbilityRuntime.Core|ProcessData.d.ts|
735