1| Change Type | Old Version | New Version | d.ts File |
2| ---- | ------ | ------ | -------- |
3|Deleted|Class name: AbilityDelegator;<br>Method or attribute name: print(msg: string, callback: AsyncCallback\<void>): void;|NA|abilityDelegator.d.ts|
4|Deleted|Class name: AbilityDelegator;<br>Method or attribute name: print(msg: string): Promise\<void>;|NA|abilityDelegator.d.ts|
5|Deleted|Class name: AbilityDelegator;<br>Method or attribute name: executeShellCommand(cmd: string, callback: AsyncCallback\<ShellCmdResult>): void;|NA|abilityDelegator.d.ts|
6|Deleted|Class name: AbilityDelegator;<br>Method or attribute name: executeShellCommand(cmd: string, timeoutSecs: number, callback: AsyncCallback\<ShellCmdResult>): void;|NA|abilityDelegator.d.ts|
7|Deleted|Class name: AbilityDelegator;<br>Method or attribute name: executeShellCommand(cmd: string, timeoutSecs?: number): Promise\<ShellCmdResult>;|NA|abilityDelegator.d.ts|
8|Deleted|Class name: AbilityDelegator;<br>Method or attribute name: finishTest(msg: string, code: number, callback: AsyncCallback\<void>): void;|NA|abilityDelegator.d.ts|
9|Deleted|Class name: AbilityDelegator;<br>Method or attribute name: finishTest(msg: string, code: number): Promise\<void>;|NA|abilityDelegator.d.ts|
10|Added|NA|Class name: LifecycleForm;<br>Method or attribute name: onShare?(formId: string): {[key: string]: any};|lifecycle.d.ts|
11|Added|NA|Class name: ability;<br>Method or attribute name: export type DataAbilityHelper = _DataAbilityHelper|@ohos.ability.ability.d.ts|
12|Added|NA|Class name: ability;<br>Method or attribute name: export type PacMap = _PacMap|@ohos.ability.ability.d.ts|
13|Added|NA|Class name: ability;<br>Method or attribute name: export type DataAbilityOperation = _DataAbilityOperation|@ohos.ability.ability.d.ts|
14|Added|NA|Class name: ability;<br>Method or attribute name: export type DataAbilityResult = _DataAbilityResult|@ohos.ability.ability.d.ts|
15|Added|NA|Class name: ability;<br>Method or attribute name: export type AbilityResult = _AbilityResult|@ohos.ability.ability.d.ts|
16|Added|NA|Class name: ability;<br>Method or attribute name: export type ConnectOptions = _ConnectOptions|@ohos.ability.ability.d.ts|
17|Added|NA|Class name: ability;<br>Method or attribute name: export type StartAbilityParameter = _StartAbilityParameter|@ohos.ability.ability.d.ts|
18|Added|NA|Class name: featureAbility;<br>Method or attribute name: export type Context = _Context|@ohos.ability.featureAbility.d.ts|
19|Added|NA|Class name: featureAbility;<br>Method or attribute name: export type AppVersionInfo = _AppVersionInfo|@ohos.ability.featureAbility.d.ts|
20|Added|NA|Class name: featureAbility;<br>Method or attribute name: export type ProcessInfo = _ProcessInfo|@ohos.ability.featureAbility.d.ts|
21|Added|NA|Class name: Ability;<br>Method or attribute name: onConfigurationUpdate(newConfig: Configuration): void;|@ohos.app.ability.Ability.d.ts|
22|Added|NA|Class name: Ability;<br>Method or attribute name: onMemoryLevel(level: AbilityConstant.MemoryLevel): void;|@ohos.app.ability.Ability.d.ts|
23|Added|NA|Class name: LaunchParam;<br>Method or attribute name: launchReason: LaunchReason;|@ohos.app.ability.AbilityConstant.d.ts|
24|Added|NA|Class name: LaunchParam;<br>Method or attribute name: lastExitReason: LastExitReason;|@ohos.app.ability.AbilityConstant.d.ts|
25|Added|NA|Class name: LaunchReason;<br>Method or attribute name: UNKNOWN = 0|@ohos.app.ability.AbilityConstant.d.ts|
26|Added|NA|Class name: LastExitReason;<br>Method or attribute name: UNKNOWN = 0|@ohos.app.ability.AbilityConstant.d.ts|
27|Added|NA|Class name: LaunchReason;<br>Method or attribute name: START_ABILITY = 1|@ohos.app.ability.AbilityConstant.d.ts|
28|Added|NA|Class name: LaunchReason;<br>Method or attribute name: CALL = 2|@ohos.app.ability.AbilityConstant.d.ts|
29|Added|NA|Class name: LaunchReason;<br>Method or attribute name: CONTINUATION = 3|@ohos.app.ability.AbilityConstant.d.ts|
30|Added|NA|Class name: LaunchReason;<br>Method or attribute name: APP_RECOVERY = 4|@ohos.app.ability.AbilityConstant.d.ts|
31|Added|NA|Class name: LastExitReason;<br>Method or attribute name: ABILITY_NOT_RESPONDING = 1|@ohos.app.ability.AbilityConstant.d.ts|
32|Added|NA|Class name: LastExitReason;<br>Method or attribute name: NORMAL = 2|@ohos.app.ability.AbilityConstant.d.ts|
33|Added|NA|Class name: OnContinueResult;<br>Method or attribute name: AGREE = 0|@ohos.app.ability.AbilityConstant.d.ts|
34|Added|NA|Class name: OnContinueResult;<br>Method or attribute name: REJECT = 1|@ohos.app.ability.AbilityConstant.d.ts|
35|Added|NA|Class name: OnContinueResult;<br>Method or attribute name: MISMATCH = 2|@ohos.app.ability.AbilityConstant.d.ts|
36|Added|NA|Class name: MemoryLevel;<br>Method or attribute name: MEMORY_LEVEL_MODERATE = 0|@ohos.app.ability.AbilityConstant.d.ts|
37|Added|NA|Class name: MemoryLevel;<br>Method or attribute name: MEMORY_LEVEL_LOW = 1|@ohos.app.ability.AbilityConstant.d.ts|
38|Added|NA|Class name: MemoryLevel;<br>Method or attribute name: MEMORY_LEVEL_CRITICAL = 2|@ohos.app.ability.AbilityConstant.d.ts|
39|Added|NA|Class name: WindowMode;<br>Method or attribute name: WINDOW_MODE_UNDEFINED = 0|@ohos.app.ability.AbilityConstant.d.ts|
40|Added|NA|Class name: WindowMode;<br>Method or attribute name: WINDOW_MODE_FULLSCREEN = 1|@ohos.app.ability.AbilityConstant.d.ts|
41|Added|NA|Class name: WindowMode;<br>Method or attribute name: WINDOW_MODE_SPLIT_PRIMARY = 100|@ohos.app.ability.AbilityConstant.d.ts|
42|Added|NA|Class name: WindowMode;<br>Method or attribute name: WINDOW_MODE_SPLIT_SECONDARY = 101|@ohos.app.ability.AbilityConstant.d.ts|
43|Added|NA|Class name: WindowMode;<br>Method or attribute name: WINDOW_MODE_FLOATING = 102|@ohos.app.ability.AbilityConstant.d.ts|
44|Added|NA|Class name: OnSaveResult;<br>Method or attribute name: ALL_AGREE = 0|@ohos.app.ability.AbilityConstant.d.ts|
45|Added|NA|Class name: OnSaveResult;<br>Method or attribute name: CONTINUATION_REJECT = 1|@ohos.app.ability.AbilityConstant.d.ts|
46|Added|NA|Class name: OnSaveResult;<br>Method or attribute name: CONTINUATION_MISMATCH = 2|@ohos.app.ability.AbilityConstant.d.ts|
47|Added|NA|Class name: OnSaveResult;<br>Method or attribute name: RECOVERY_AGREE = 3|@ohos.app.ability.AbilityConstant.d.ts|
48|Added|NA|Class name: OnSaveResult;<br>Method or attribute name: RECOVERY_REJECT = 4|@ohos.app.ability.AbilityConstant.d.ts|
49|Added|NA|Class name: OnSaveResult;<br>Method or attribute name: ALL_REJECT|@ohos.app.ability.AbilityConstant.d.ts|
50|Added|NA|Class name: StateType;<br>Method or attribute name: CONTINUATION = 0|@ohos.app.ability.AbilityConstant.d.ts|
51|Added|NA|Class name: StateType;<br>Method or attribute name: APP_RECOVERY = 1|@ohos.app.ability.AbilityConstant.d.ts|
52|Added|NA|Class name: abilityDelegatorRegistry;<br>Method or attribute name: function getAbilityDelegator(): AbilityDelegator;|@ohos.app.ability.abilityDelegatorRegistry.d.ts|
53|Added|NA|Class name: abilityDelegatorRegistry;<br>Method or attribute name: function getArguments(): AbilityDelegatorArgs;|@ohos.app.ability.abilityDelegatorRegistry.d.ts|
54|Added|NA|Class name: abilityDelegatorRegistry;<br>Method or attribute name: export type AbilityDelegator = _AbilityDelegator|@ohos.app.ability.abilityDelegatorRegistry.d.ts|
55|Added|NA|Class name: abilityDelegatorRegistry;<br>Method or attribute name: export type AbilityDelegatorArgs = _AbilityDelegatorArgs|@ohos.app.ability.abilityDelegatorRegistry.d.ts|
56|Added|NA|Class name: abilityDelegatorRegistry;<br>Method or attribute name: export type AbilityMonitor = _AbilityMonitor|@ohos.app.ability.abilityDelegatorRegistry.d.ts|
57|Added|NA|Class name: abilityDelegatorRegistry;<br>Method or attribute name: export type ShellCmdResult = _ShellCmdResult|@ohos.app.ability.abilityDelegatorRegistry.d.ts|
58|Added|NA|Class name: AbilityLifecycleState;<br>Method or attribute name: UNINITIALIZED|@ohos.app.ability.abilityDelegatorRegistry.d.ts|
59|Added|NA|Class name: AbilityLifecycleState;<br>Method or attribute name: CREATE|@ohos.app.ability.abilityDelegatorRegistry.d.ts|
60|Added|NA|Class name: AbilityLifecycleState;<br>Method or attribute name: FOREGROUND|@ohos.app.ability.abilityDelegatorRegistry.d.ts|
61|Added|NA|Class name: AbilityLifecycleState;<br>Method or attribute name: BACKGROUND|@ohos.app.ability.abilityDelegatorRegistry.d.ts|
62|Added|NA|Class name: AbilityLifecycleState;<br>Method or attribute name: DESTROY|@ohos.app.ability.abilityDelegatorRegistry.d.ts|
63|Added|NA|Class name: AbilityLifecycleCallback;<br>Method or attribute name: onAbilityCreate(ability: UIAbility): void;|@ohos.app.ability.AbilityLifecycleCallback.d.ts|
64|Added|NA|Class name: AbilityLifecycleCallback;<br>Method or attribute name: onWindowStageCreate(ability: UIAbility, windowStage: window.WindowStage): void;|@ohos.app.ability.AbilityLifecycleCallback.d.ts|
65|Added|NA|Class name: AbilityLifecycleCallback;<br>Method or attribute name: onWindowStageActive(ability: UIAbility, windowStage: window.WindowStage): void;|@ohos.app.ability.AbilityLifecycleCallback.d.ts|
66|Added|NA|Class name: AbilityLifecycleCallback;<br>Method or attribute name: onWindowStageInactive(ability: UIAbility, windowStage: window.WindowStage): void;|@ohos.app.ability.AbilityLifecycleCallback.d.ts|
67|Added|NA|Class name: AbilityLifecycleCallback;<br>Method or attribute name: onWindowStageDestroy(ability: UIAbility, windowStage: window.WindowStage): void;|@ohos.app.ability.AbilityLifecycleCallback.d.ts|
68|Added|NA|Class name: AbilityLifecycleCallback;<br>Method or attribute name: onAbilityDestroy(ability: UIAbility): void;|@ohos.app.ability.AbilityLifecycleCallback.d.ts|
69|Added|NA|Class name: AbilityLifecycleCallback;<br>Method or attribute name: onAbilityForeground(ability: UIAbility): void;|@ohos.app.ability.AbilityLifecycleCallback.d.ts|
70|Added|NA|Class name: AbilityLifecycleCallback;<br>Method or attribute name: onAbilityBackground(ability: UIAbility): void;|@ohos.app.ability.AbilityLifecycleCallback.d.ts|
71|Added|NA|Class name: AbilityLifecycleCallback;<br>Method or attribute name: onAbilityContinue(ability: UIAbility): void;|@ohos.app.ability.AbilityLifecycleCallback.d.ts|
72|Added|NA|Class name: abilityManager;<br>Method or attribute name: function updateConfiguration(config: Configuration, callback: AsyncCallback\<void>): void;|@ohos.app.ability.abilityManager.d.ts|
73|Added|NA|Class name: abilityManager;<br>Method or attribute name: function updateConfiguration(config: Configuration): Promise\<void>;|@ohos.app.ability.abilityManager.d.ts|
74|Added|NA|Class name: abilityManager;<br>Method or attribute name: function getAbilityRunningInfos(): Promise\<Array\<AbilityRunningInfo>>;|@ohos.app.ability.abilityManager.d.ts|
75|Added|NA|Class name: abilityManager;<br>Method or attribute name: function getAbilityRunningInfos(callback: AsyncCallback\<Array\<AbilityRunningInfo>>): void;|@ohos.app.ability.abilityManager.d.ts|
76|Added|NA|Class name: abilityManager;<br>Method or attribute name: function getExtensionRunningInfos(upperLimit: number): Promise\<Array\<ExtensionRunningInfo>>;|@ohos.app.ability.abilityManager.d.ts|
77|Added|NA|Class name: abilityManager;<br>Method or attribute name: function getExtensionRunningInfos(upperLimit: number, callback: AsyncCallback\<Array\<ExtensionRunningInfo>>): void;|@ohos.app.ability.abilityManager.d.ts|
78|Added|NA|Class name: abilityManager;<br>Method or attribute name: function getTopAbility(): Promise\<ElementName>;|@ohos.app.ability.abilityManager.d.ts|
79|Added|NA|Class name: abilityManager;<br>Method or attribute name: function getTopAbility(callback: AsyncCallback\<ElementName>): void;|@ohos.app.ability.abilityManager.d.ts|
80|Added|NA|Class name: abilityManager;<br>Method or attribute name: export type AbilityRunningInfo = _AbilityRunningInfo|@ohos.app.ability.abilityManager.d.ts|
81|Added|NA|Class name: abilityManager;<br>Method or attribute name: export type ExtensionRunningInfo = _ExtensionRunningInfo|@ohos.app.ability.abilityManager.d.ts|
82|Added|NA|Class name: AbilityState;<br>Method or attribute name: INITIAL = 0|@ohos.app.ability.abilityManager.d.ts|
83|Added|NA|Class name: AbilityState;<br>Method or attribute name: FOCUS = 2|@ohos.app.ability.abilityManager.d.ts|
84|Added|NA|Class name: AbilityState;<br>Method or attribute name: FOREGROUND = 9|@ohos.app.ability.abilityManager.d.ts|
85|Added|NA|Class name: AbilityState;<br>Method or attribute name: BACKGROUND = 10|@ohos.app.ability.abilityManager.d.ts|
86|Added|NA|Class name: AbilityState;<br>Method or attribute name: FOREGROUNDING = 11|@ohos.app.ability.abilityManager.d.ts|
87|Added|NA|Class name: AbilityState;<br>Method or attribute name: BACKGROUNDING = 12|@ohos.app.ability.abilityManager.d.ts|
88|Added|NA|Class name: AbilityStage;<br>Method or attribute name: context: AbilityStageContext;|@ohos.app.ability.AbilityStage.d.ts|
89|Added|NA|Class name: AbilityStage;<br>Method or attribute name: onCreate(): void;|@ohos.app.ability.AbilityStage.d.ts|
90|Added|NA|Class name: AbilityStage;<br>Method or attribute name: onAcceptWant(want: Want): string;|@ohos.app.ability.AbilityStage.d.ts|
91|Added|NA|Class name: AbilityStage;<br>Method or attribute name: onConfigurationUpdate(newConfig: Configuration): void;|@ohos.app.ability.AbilityStage.d.ts|
92|Added|NA|Class name: AbilityStage;<br>Method or attribute name: onMemoryLevel(level: AbilityConstant.MemoryLevel): void;|@ohos.app.ability.AbilityStage.d.ts|
93|Added|NA|Class name: appManager;<br>Method or attribute name: function on(type: "applicationState", observer: ApplicationStateObserver): number;|@ohos.app.ability.appManager.d.ts|
94|Added|NA|Class name: appManager;<br>Method or attribute name: function on(type: "applicationState", observer: ApplicationStateObserver, bundleNameList: Array\<string>): number;|@ohos.app.ability.appManager.d.ts|
95|Added|NA|Class name: appManager;<br>Method or attribute name: function off(type: "applicationState", observerId: number, callback: AsyncCallback\<void>): void;|@ohos.app.ability.appManager.d.ts|
96|Added|NA|Class name: appManager;<br>Method or attribute name: function off(type: "applicationState", observerId: number): Promise\<void>;|@ohos.app.ability.appManager.d.ts|
97|Added|NA|Class name: appManager;<br>Method or attribute name: function getForegroundApplications(callback: AsyncCallback\<Array\<AppStateData>>): void;|@ohos.app.ability.appManager.d.ts|
98|Added|NA|Class name: appManager;<br>Method or attribute name: function getForegroundApplications(): Promise\<Array\<AppStateData>>;|@ohos.app.ability.appManager.d.ts|
99|Added|NA|Class name: appManager;<br>Method or attribute name: function killProcessWithAccount(bundleName: string, accountId: number): Promise\<void>;|@ohos.app.ability.appManager.d.ts|
100|Added|NA|Class name: appManager;<br>Method or attribute name: function killProcessWithAccount(bundleName: string, accountId: number, callback: AsyncCallback\<void>): void;|@ohos.app.ability.appManager.d.ts|
101|Added|NA|Class name: appManager;<br>Method or attribute name: function isRunningInStabilityTest(callback: AsyncCallback\<boolean>): void;|@ohos.app.ability.appManager.d.ts|
102|Added|NA|Class name: appManager;<br>Method or attribute name: function isRunningInStabilityTest(): Promise\<boolean>;|@ohos.app.ability.appManager.d.ts|
103|Added|NA|Class name: appManager;<br>Method or attribute name: function killProcessesByBundleName(bundleName: string): Promise\<void>;|@ohos.app.ability.appManager.d.ts|
104|Added|NA|Class name: appManager;<br>Method or attribute name: function killProcessesByBundleName(bundleName: string, callback: AsyncCallback\<void>);|@ohos.app.ability.appManager.d.ts|
105|Added|NA|Class name: appManager;<br>Method or attribute name: function clearUpApplicationData(bundleName: string): Promise\<void>;|@ohos.app.ability.appManager.d.ts|
106|Added|NA|Class name: appManager;<br>Method or attribute name: function clearUpApplicationData(bundleName: string, callback: AsyncCallback\<void>);|@ohos.app.ability.appManager.d.ts|
107|Added|NA|Class name: appManager;<br>Method or attribute name: function isRamConstrainedDevice(): Promise\<boolean>;|@ohos.app.ability.appManager.d.ts|
108|Added|NA|Class name: appManager;<br>Method or attribute name: function isRamConstrainedDevice(callback: AsyncCallback\<boolean>): void;|@ohos.app.ability.appManager.d.ts|
109|Added|NA|Class name: appManager;<br>Method or attribute name: function getAppMemorySize(): Promise\<number>;|@ohos.app.ability.appManager.d.ts|
110|Added|NA|Class name: appManager;<br>Method or attribute name: function getAppMemorySize(callback: AsyncCallback\<number>): void;|@ohos.app.ability.appManager.d.ts|
111|Added|NA|Class name: appManager;<br>Method or attribute name: function getRunningProcessInformation(): Promise\<Array\<ProcessInformation>>;|@ohos.app.ability.appManager.d.ts|
112|Added|NA|Class name: appManager;<br>Method or attribute name: function getRunningProcessInformation(callback: AsyncCallback\<Array\<ProcessInformation>>): void;|@ohos.app.ability.appManager.d.ts|
113|Added|NA|Class name: appManager;<br>Method or attribute name: export type AbilityStateData = _AbilityStateData.default|@ohos.app.ability.appManager.d.ts|
114|Added|NA|Class name: appManager;<br>Method or attribute name: export type AppStateData = _AppStateData.default|@ohos.app.ability.appManager.d.ts|
115|Added|NA|Class name: appManager;<br>Method or attribute name: export type ApplicationStateObserver = _ApplicationStateObserver.default|@ohos.app.ability.appManager.d.ts|
116|Added|NA|Class name: appManager;<br>Method or attribute name: export type ProcessInformation = _ProcessInformation|@ohos.app.ability.appManager.d.ts|
117|Added|NA|Class name: ApplicationState;<br>Method or attribute name: STATE_CREATE|@ohos.app.ability.appManager.d.ts|
118|Added|NA|Class name: ProcessState;<br>Method or attribute name: STATE_CREATE|@ohos.app.ability.appManager.d.ts|
119|Added|NA|Class name: ApplicationState;<br>Method or attribute name: STATE_FOREGROUND|@ohos.app.ability.appManager.d.ts|
120|Added|NA|Class name: ProcessState;<br>Method or attribute name: STATE_FOREGROUND|@ohos.app.ability.appManager.d.ts|
121|Added|NA|Class name: ApplicationState;<br>Method or attribute name: STATE_ACTIVE|@ohos.app.ability.appManager.d.ts|
122|Added|NA|Class name: ProcessState;<br>Method or attribute name: STATE_ACTIVE|@ohos.app.ability.appManager.d.ts|
123|Added|NA|Class name: ApplicationState;<br>Method or attribute name: STATE_BACKGROUND|@ohos.app.ability.appManager.d.ts|
124|Added|NA|Class name: ProcessState;<br>Method or attribute name: STATE_BACKGROUND|@ohos.app.ability.appManager.d.ts|
125|Added|NA|Class name: ApplicationState;<br>Method or attribute name: STATE_DESTROY|@ohos.app.ability.appManager.d.ts|
126|Added|NA|Class name: ProcessState;<br>Method or attribute name: STATE_DESTROY|@ohos.app.ability.appManager.d.ts|
127|Added|NA|Class name: appRecovery;<br>Method or attribute name: function enableAppRecovery(restart?: RestartFlag, saveOccasion?: SaveOccasionFlag, saveMode?: SaveModeFlag) : void;|@ohos.app.ability.appRecovery.d.ts|
128|Added|NA|Class name: appRecovery;<br>Method or attribute name: function restartApp(): void;|@ohos.app.ability.appRecovery.d.ts|
129|Added|NA|Class name: appRecovery;<br>Method or attribute name: function saveAppState(): boolean;|@ohos.app.ability.appRecovery.d.ts|
130|Added|NA|Class name: RestartFlag;<br>Method or attribute name: ALWAYS_RESTART = 0|@ohos.app.ability.appRecovery.d.ts|
131|Added|NA|Class name: RestartFlag;<br>Method or attribute name: RESTART_WHEN_JS_CRASH = 0x0001|@ohos.app.ability.appRecovery.d.ts|
132|Added|NA|Class name: RestartFlag;<br>Method or attribute name: RESTART_WHEN_APP_FREEZE = 0x0002|@ohos.app.ability.appRecovery.d.ts|
133|Added|NA|Class name: RestartFlag;<br>Method or attribute name: NO_RESTART = 0xFFFF|@ohos.app.ability.appRecovery.d.ts|
134|Added|NA|Class name: SaveOccasionFlag;<br>Method or attribute name: SAVE_WHEN_ERROR = 0x0001|@ohos.app.ability.appRecovery.d.ts|
135|Added|NA|Class name: SaveOccasionFlag;<br>Method or attribute name: SAVE_WHEN_BACKGROUND = 0x0002|@ohos.app.ability.appRecovery.d.ts|
136|Added|NA|Class name: SaveModeFlag;<br>Method or attribute name: SAVE_WITH_FILE = 0x0001|@ohos.app.ability.appRecovery.d.ts|
137|Added|NA|Class name: SaveModeFlag;<br>Method or attribute name: SAVE_WITH_SHARED_MEMORY = 0x0002|@ohos.app.ability.appRecovery.d.ts|
138|Added|NA|Class name: common;<br>Method or attribute name: export type UIAbilityContext = _UIAbilityContext.default|@ohos.app.ability.common.d.ts|
139|Added|NA|Class name: common;<br>Method or attribute name: export type AbilityStageContext = _AbilityStageContext.default|@ohos.app.ability.common.d.ts|
140|Added|NA|Class name: common;<br>Method or attribute name: export type ApplicationContext = _ApplicationContext.default|@ohos.app.ability.common.d.ts|
141|Added|NA|Class name: common;<br>Method or attribute name: export type BaseContext = _BaseContext.default|@ohos.app.ability.common.d.ts|
142|Added|NA|Class name: common;<br>Method or attribute name: export type Context = _Context.default|@ohos.app.ability.common.d.ts|
143|Added|NA|Class name: common;<br>Method or attribute name: export type ExtensionContext = _ExtensionContext.default|@ohos.app.ability.common.d.ts|
144|Added|NA|Class name: common;<br>Method or attribute name: export type FormExtensionContext = _FormExtensionContext.default|@ohos.app.ability.common.d.ts|
145|Added|NA|Class name: common;<br>Method or attribute name: export type ServiceExtensionContext = _ServiceExtensionContext.default|@ohos.app.ability.common.d.ts|
146|Added|NA|Class name: common;<br>Method or attribute name: export type EventHub = _EventHub.default|@ohos.app.ability.common.d.ts|
147|Added|NA|Class name: common;<br>Method or attribute name: export type PacMap = _PacMap|@ohos.app.ability.common.d.ts|
148|Added|NA|Class name: common;<br>Method or attribute name: export type AbilityResult = _AbilityResult|@ohos.app.ability.common.d.ts|
149|Added|NA|Class name: common;<br>Method or attribute name: export type ConnectOptions = _ConnectOptions|@ohos.app.ability.common.d.ts|
150|Added|NA|Class name: Configuration;<br>Method or attribute name: language?: string;|@ohos.app.ability.Configuration.d.ts|
151|Added|NA|Class name: Configuration;<br>Method or attribute name: colorMode?: ConfigurationConstant.ColorMode;|@ohos.app.ability.Configuration.d.ts|
152|Added|NA|Class name: Configuration;<br>Method or attribute name: direction?: ConfigurationConstant.Direction;|@ohos.app.ability.Configuration.d.ts|
153|Added|NA|Class name: Configuration;<br>Method or attribute name: screenDensity?: ConfigurationConstant.ScreenDensity;|@ohos.app.ability.Configuration.d.ts|
154|Added|NA|Class name: Configuration;<br>Method or attribute name: displayId?: number;|@ohos.app.ability.Configuration.d.ts|
155|Added|NA|Class name: Configuration;<br>Method or attribute name: hasPointerDevice?: boolean;|@ohos.app.ability.Configuration.d.ts|
156|Added|NA|Class name: ColorMode;<br>Method or attribute name: COLOR_MODE_NOT_SET = -1|@ohos.app.ability.ConfigurationConstant.d.ts|
157|Added|NA|Class name: ColorMode;<br>Method or attribute name: COLOR_MODE_DARK = 0|@ohos.app.ability.ConfigurationConstant.d.ts|
158|Added|NA|Class name: ColorMode;<br>Method or attribute name: COLOR_MODE_LIGHT = 1|@ohos.app.ability.ConfigurationConstant.d.ts|
159|Added|NA|Class name: Direction;<br>Method or attribute name: DIRECTION_NOT_SET = -1|@ohos.app.ability.ConfigurationConstant.d.ts|
160|Added|NA|Class name: Direction;<br>Method or attribute name: DIRECTION_VERTICAL = 0|@ohos.app.ability.ConfigurationConstant.d.ts|
161|Added|NA|Class name: Direction;<br>Method or attribute name: DIRECTION_HORIZONTAL = 1|@ohos.app.ability.ConfigurationConstant.d.ts|
162|Added|NA|Class name: ScreenDensity;<br>Method or attribute name: SCREEN_DENSITY_NOT_SET = 0|@ohos.app.ability.ConfigurationConstant.d.ts|
163|Added|NA|Class name: ScreenDensity;<br>Method or attribute name: SCREEN_DENSITY_SDPI = 120|@ohos.app.ability.ConfigurationConstant.d.ts|
164|Added|NA|Class name: ScreenDensity;<br>Method or attribute name: SCREEN_DENSITY_MDPI = 160|@ohos.app.ability.ConfigurationConstant.d.ts|
165|Added|NA|Class name: ScreenDensity;<br>Method or attribute name: SCREEN_DENSITY_LDPI = 240|@ohos.app.ability.ConfigurationConstant.d.ts|
166|Added|NA|Class name: ScreenDensity;<br>Method or attribute name: SCREEN_DENSITY_XLDPI = 320|@ohos.app.ability.ConfigurationConstant.d.ts|
167|Added|NA|Class name: ScreenDensity;<br>Method or attribute name: SCREEN_DENSITY_XXLDPI = 480|@ohos.app.ability.ConfigurationConstant.d.ts|
168|Added|NA|Class name: ScreenDensity;<br>Method or attribute name: SCREEN_DENSITY_XXXLDPI = 640|@ohos.app.ability.ConfigurationConstant.d.ts|
169|Added|NA|Class name: AreaMode;<br>Method or attribute name: EL1 = 0|@ohos.app.ability.contextConstant.d.ts|
170|Added|NA|Class name: AreaMode;<br>Method or attribute name: EL2 = 1|@ohos.app.ability.contextConstant.d.ts|
171|Added|NA|Class name: dataUriUtils;<br>Method or attribute name: function getId(uri: string): number|@ohos.app.ability.dataUriUtils.d.ts|
172|Added|NA|Class name: dataUriUtils;<br>Method or attribute name: function attachId(uri: string, id: number): string|@ohos.app.ability.dataUriUtils.d.ts|
173|Added|NA|Class name: dataUriUtils;<br>Method or attribute name: function deleteId(uri: string): string|@ohos.app.ability.dataUriUtils.d.ts|
174|Added|NA|Class name: dataUriUtils;<br>Method or attribute name: function updateId(uri: string, id: number): string|@ohos.app.ability.dataUriUtils.d.ts|
175|Added|NA|Class name: dialogRequest;<br>Method or attribute name: function getRequestInfo(want: Want): RequestInfo;|@ohos.app.ability.dialogRequest.d.ts|
176|Added|NA|Class name: dialogRequest;<br>Method or attribute name: function getRequestCallback(want: Want): RequestCallback;|@ohos.app.ability.dialogRequest.d.ts|
177|Added|NA|Class name: ResultCode;<br>Method or attribute name: RESULT_OK = 0|@ohos.app.ability.dialogRequest.d.ts|
178|Added|NA|Class name: ResultCode;<br>Method or attribute name: RESULT_CANCEL = 1|@ohos.app.ability.dialogRequest.d.ts|
179|Added|NA|Class name: RequestResult;<br>Method or attribute name: result: ResultCode;|@ohos.app.ability.dialogRequest.d.ts|
180|Added|NA|Class name: RequestCallback;<br>Method or attribute name: setRequestResult(result: RequestResult): void;|@ohos.app.ability.dialogRequest.d.ts|
181|Added|NA|Class name: EnvironmentCallback;<br>Method or attribute name: onConfigurationUpdated(config: Configuration): void;|@ohos.app.ability.EnvironmentCallback.d.ts|
182|Added|NA|Class name: EnvironmentCallback;<br>Method or attribute name: onMemoryLevel(level: AbilityConstant.MemoryLevel): void;|@ohos.app.ability.EnvironmentCallback.d.ts|
183|Added|NA|Class name: errorManager;<br>Method or attribute name: function on(type: "error", observer: ErrorObserver): number;|@ohos.app.ability.errorManager.d.ts|
184|Added|NA|Class name: errorManager;<br>Method or attribute name: function off(type: "error", observerId: number, callback: AsyncCallback\<void>): void;|@ohos.app.ability.errorManager.d.ts|
185|Added|NA|Class name: errorManager;<br>Method or attribute name: function off(type: "error", observerId: number): Promise\<void>;|@ohos.app.ability.errorManager.d.ts|
186|Added|NA|Class name: errorManager;<br>Method or attribute name: export type ErrorObserver = _ErrorObserver.default|@ohos.app.ability.errorManager.d.ts|
187|Added|NA|Class name: missionManager;<br>Method or attribute name: function on(type: "mission", listener: MissionListener): number;|@ohos.app.ability.missionManager.d.ts|
188|Added|NA|Class name: missionManager;<br>Method or attribute name: function off(type: "mission", listenerId: number, callback: AsyncCallback\<void>): void;|@ohos.app.ability.missionManager.d.ts|
189|Added|NA|Class name: missionManager;<br>Method or attribute name: function off(type: "mission", listenerId: number): Promise\<void>;|@ohos.app.ability.missionManager.d.ts|
190|Added|NA|Class name: missionManager;<br>Method or attribute name: function getMissionInfo(deviceId: string, missionId: number, callback: AsyncCallback\<MissionInfo>): void;|@ohos.app.ability.missionManager.d.ts|
191|Added|NA|Class name: missionManager;<br>Method or attribute name: function getMissionInfo(deviceId: string, missionId: number): Promise\<MissionInfo>;|@ohos.app.ability.missionManager.d.ts|
192|Added|NA|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|
193|Added|NA|Class name: missionManager;<br>Method or attribute name: function getMissionInfos(deviceId: string, numMax: number): Promise\<Array\<MissionInfo>>;|@ohos.app.ability.missionManager.d.ts|
194|Added|NA|Class name: missionManager;<br>Method or attribute name: function getMissionSnapShot(deviceId: string, missionId: number, callback: AsyncCallback\<MissionSnapshot>): void;|@ohos.app.ability.missionManager.d.ts|
195|Added|NA|Class name: missionManager;<br>Method or attribute name: function getMissionSnapShot(deviceId: string, missionId: number): Promise\<MissionSnapshot>;|@ohos.app.ability.missionManager.d.ts|
196|Added|NA|Class name: missionManager;<br>Method or attribute name: function getLowResolutionMissionSnapShot(deviceId: string, missionId: number, callback: AsyncCallback\<MissionSnapshot>): void;|@ohos.app.ability.missionManager.d.ts|
197|Added|NA|Class name: missionManager;<br>Method or attribute name: function getLowResolutionMissionSnapShot(deviceId: string, missionId: number): Promise\<MissionSnapshot>;|@ohos.app.ability.missionManager.d.ts|
198|Added|NA|Class name: missionManager;<br>Method or attribute name: function lockMission(missionId: number, callback: AsyncCallback\<void>): void;|@ohos.app.ability.missionManager.d.ts|
199|Added|NA|Class name: missionManager;<br>Method or attribute name: function lockMission(missionId: number): Promise\<void>;|@ohos.app.ability.missionManager.d.ts|
200|Added|NA|Class name: missionManager;<br>Method or attribute name: function unlockMission(missionId: number, callback: AsyncCallback\<void>): void;|@ohos.app.ability.missionManager.d.ts|
201|Added|NA|Class name: missionManager;<br>Method or attribute name: function unlockMission(missionId: number): Promise\<void>;|@ohos.app.ability.missionManager.d.ts|
202|Added|NA|Class name: missionManager;<br>Method or attribute name: function clearMission(missionId: number, callback: AsyncCallback\<void>): void;|@ohos.app.ability.missionManager.d.ts|
203|Added|NA|Class name: missionManager;<br>Method or attribute name: function clearMission(missionId: number): Promise\<void>;|@ohos.app.ability.missionManager.d.ts|
204|Added|NA|Class name: missionManager;<br>Method or attribute name: function clearAllMissions(callback: AsyncCallback\<void>): void;|@ohos.app.ability.missionManager.d.ts|
205|Added|NA|Class name: missionManager;<br>Method or attribute name: function clearAllMissions(): Promise\<void>;|@ohos.app.ability.missionManager.d.ts|
206|Added|NA|Class name: missionManager;<br>Method or attribute name: function moveMissionToFront(missionId: number, callback: AsyncCallback\<void>): void;|@ohos.app.ability.missionManager.d.ts|
207|Added|NA|Class name: missionManager;<br>Method or attribute name: function moveMissionToFront(missionId: number, options: StartOptions, callback: AsyncCallback\<void>): void;|@ohos.app.ability.missionManager.d.ts|
208|Added|NA|Class name: missionManager;<br>Method or attribute name: function moveMissionToFront(missionId: number, options?: StartOptions): Promise\<void>;|@ohos.app.ability.missionManager.d.ts|
209|Added|NA|Class name: missionManager;<br>Method or attribute name: export type MissionInfo = _MissionInfo|@ohos.app.ability.missionManager.d.ts|
210|Added|NA|Class name: missionManager;<br>Method or attribute name: export type MissionListener = _MissionListener|@ohos.app.ability.missionManager.d.ts|
211|Added|NA|Class name: missionManager;<br>Method or attribute name: export type MissionSnapshot = _MissionSnapshot|@ohos.app.ability.missionManager.d.ts|
212|Added|NA|Class name: quickFixManager;<br>Method or attribute name: function applyQuickFix(hapModuleQuickFixFiles: Array\<string>, callback: AsyncCallback\<void>): void;|@ohos.app.ability.quickFixManager.d.ts|
213|Added|NA|Class name: quickFixManager;<br>Method or attribute name: function applyQuickFix(hapModuleQuickFixFiles: Array\<string>): Promise\<void>;|@ohos.app.ability.quickFixManager.d.ts|
214|Added|NA|Class name: quickFixManager;<br>Method or attribute name: function getApplicationQuickFixInfo(bundleName: string, callback: AsyncCallback\<ApplicationQuickFixInfo>): void;|@ohos.app.ability.quickFixManager.d.ts|
215|Added|NA|Class name: quickFixManager;<br>Method or attribute name: function getApplicationQuickFixInfo(bundleName: string): Promise\<ApplicationQuickFixInfo>;|@ohos.app.ability.quickFixManager.d.ts|
216|Added|NA|Class name: HapModuleQuickFixInfo;<br>Method or attribute name: readonly moduleName: string;|@ohos.app.ability.quickFixManager.d.ts|
217|Added|NA|Class name: HapModuleQuickFixInfo;<br>Method or attribute name: readonly originHapHash: string;|@ohos.app.ability.quickFixManager.d.ts|
218|Added|NA|Class name: HapModuleQuickFixInfo;<br>Method or attribute name: readonly quickFixFilePath: string;|@ohos.app.ability.quickFixManager.d.ts|
219|Added|NA|Class name: ApplicationQuickFixInfo;<br>Method or attribute name: readonly bundleName: string;|@ohos.app.ability.quickFixManager.d.ts|
220|Added|NA|Class name: ApplicationQuickFixInfo;<br>Method or attribute name: readonly bundleVersionCode: number;|@ohos.app.ability.quickFixManager.d.ts|
221|Added|NA|Class name: ApplicationQuickFixInfo;<br>Method or attribute name: readonly bundleVersionName: string;|@ohos.app.ability.quickFixManager.d.ts|
222|Added|NA|Class name: ApplicationQuickFixInfo;<br>Method or attribute name: readonly quickFixVersionCode: number;|@ohos.app.ability.quickFixManager.d.ts|
223|Added|NA|Class name: ApplicationQuickFixInfo;<br>Method or attribute name: readonly quickFixVersionName: string;|@ohos.app.ability.quickFixManager.d.ts|
224|Added|NA|Class name: ApplicationQuickFixInfo;<br>Method or attribute name: readonly hapModuleQuickFixInfo: Array\<HapModuleQuickFixInfo>;|@ohos.app.ability.quickFixManager.d.ts|
225|Added|NA|Class name: ServiceExtensionAbility;<br>Method or attribute name: context: ServiceExtensionContext;|@ohos.app.ability.ServiceExtensionAbility.d.ts|
226|Added|NA|Class name: ServiceExtensionAbility;<br>Method or attribute name: onCreate(want: Want): void;|@ohos.app.ability.ServiceExtensionAbility.d.ts|
227|Added|NA|Class name: ServiceExtensionAbility;<br>Method or attribute name: onDestroy(): void;|@ohos.app.ability.ServiceExtensionAbility.d.ts|
228|Added|NA|Class name: ServiceExtensionAbility;<br>Method or attribute name: onRequest(want: Want, startId: number): void;|@ohos.app.ability.ServiceExtensionAbility.d.ts|
229|Added|NA|Class name: ServiceExtensionAbility;<br>Method or attribute name: onConnect(want: Want): rpc.RemoteObject \| Promise\<rpc.RemoteObject>;|@ohos.app.ability.ServiceExtensionAbility.d.ts|
230|Added|NA|Class name: ServiceExtensionAbility;<br>Method or attribute name: onDisconnect(want: Want): void \| Promise\<void>;|@ohos.app.ability.ServiceExtensionAbility.d.ts|
231|Added|NA|Class name: ServiceExtensionAbility;<br>Method or attribute name: onReconnect(want: Want): void;|@ohos.app.ability.ServiceExtensionAbility.d.ts|
232|Added|NA|Class name: ServiceExtensionAbility;<br>Method or attribute name: onConfigurationUpdate(newConfig: Configuration): void;|@ohos.app.ability.ServiceExtensionAbility.d.ts|
233|Added|NA|Class name: ServiceExtensionAbility;<br>Method or attribute name: onDump(params: Array\<string>): Array\<string>;|@ohos.app.ability.ServiceExtensionAbility.d.ts|
234|Added|NA|Class name: StartOptions;<br>Method or attribute name: windowMode?: number;|@ohos.app.ability.StartOptions.d.ts|
235|Added|NA|Class name: StartOptions;<br>Method or attribute name: displayId?: number;|@ohos.app.ability.StartOptions.d.ts|
236|Added|NA|Class name: OnReleaseCallback;<br>Method or attribute name: (msg: string): void;|@ohos.app.ability.UIAbility.d.ts|
237|Added|NA|Class name: CalleeCallback;<br>Method or attribute name: (indata: rpc.MessageSequence): rpc.Parcelable;|@ohos.app.ability.UIAbility.d.ts|
238|Added|NA|Class name: Caller;<br>Method or attribute name: call(method: string, data: rpc.Parcelable): Promise\<void>;|@ohos.app.ability.UIAbility.d.ts|
239|Added|NA|Class name: Caller;<br>Method or attribute name: callWithResult(method: string, data: rpc.Parcelable): Promise\<rpc.MessageSequence>;|@ohos.app.ability.UIAbility.d.ts|
240|Added|NA|Class name: Caller;<br>Method or attribute name: release(): void;|@ohos.app.ability.UIAbility.d.ts|
241|Added|NA|Class name: Caller;<br>Method or attribute name: onRelease(callback: OnReleaseCallback): void;|@ohos.app.ability.UIAbility.d.ts|
242|Added|NA|Class name: Caller;<br>Method or attribute name: on(type: "release", callback: OnReleaseCallback): void;|@ohos.app.ability.UIAbility.d.ts|
243|Added|NA|Class name: Caller;<br>Method or attribute name: off(type: "release", callback: OnReleaseCallback): void;|@ohos.app.ability.UIAbility.d.ts|
244|Added|NA|Class name: Caller;<br>Method or attribute name: off(type: "release"): void;|@ohos.app.ability.UIAbility.d.ts|
245|Added|NA|Class name: Callee;<br>Method or attribute name: on(method: string, callback: CalleeCallback): void;|@ohos.app.ability.UIAbility.d.ts|
246|Added|NA|Class name: Callee;<br>Method or attribute name: off(method: string): void;|@ohos.app.ability.UIAbility.d.ts|
247|Added|NA|Class name: UIAbility;<br>Method or attribute name: context: UIAbilityContext;|@ohos.app.ability.UIAbility.d.ts|
248|Added|NA|Class name: UIAbility;<br>Method or attribute name: launchWant: Want;|@ohos.app.ability.UIAbility.d.ts|
249|Added|NA|Class name: UIAbility;<br>Method or attribute name: lastRequestWant: Want;|@ohos.app.ability.UIAbility.d.ts|
250|Added|NA|Class name: UIAbility;<br>Method or attribute name: callee: Callee;|@ohos.app.ability.UIAbility.d.ts|
251|Added|NA|Class name: UIAbility;<br>Method or attribute name: onCreate(want: Want, param: AbilityConstant.LaunchParam): void;|@ohos.app.ability.UIAbility.d.ts|
252|Added|NA|Class name: UIAbility;<br>Method or attribute name: onWindowStageCreate(windowStage: window.WindowStage): void;|@ohos.app.ability.UIAbility.d.ts|
253|Added|NA|Class name: UIAbility;<br>Method or attribute name: onWindowStageDestroy(): void;|@ohos.app.ability.UIAbility.d.ts|
254|Added|NA|Class name: UIAbility;<br>Method or attribute name: onWindowStageRestore(windowStage: window.WindowStage): void;|@ohos.app.ability.UIAbility.d.ts|
255|Added|NA|Class name: UIAbility;<br>Method or attribute name: onDestroy(): void \| Promise\<void>;|@ohos.app.ability.UIAbility.d.ts|
256|Added|NA|Class name: UIAbility;<br>Method or attribute name: onForeground(): void;|@ohos.app.ability.UIAbility.d.ts|
257|Added|NA|Class name: UIAbility;<br>Method or attribute name: onBackground(): void;|@ohos.app.ability.UIAbility.d.ts|
258|Added|NA|Class name: UIAbility;<br>Method or attribute name: onContinue(wantParam: { [key: string]: Object }): AbilityConstant.OnContinueResult;|@ohos.app.ability.UIAbility.d.ts|
259|Added|NA|Class name: UIAbility;<br>Method or attribute name: onNewWant(want: Want, launchParams: AbilityConstant.LaunchParam): void;|@ohos.app.ability.UIAbility.d.ts|
260|Added|NA|Class name: UIAbility;<br>Method or attribute name: onDump(params: Array\<string>): Array\<string>;|@ohos.app.ability.UIAbility.d.ts|
261|Added|NA|Class name: UIAbility;<br>Method or attribute name: onSaveState(reason: AbilityConstant.StateType, wantParam : {[key: string]: Object}): AbilityConstant.OnSaveResult;|@ohos.app.ability.UIAbility.d.ts|
262|Added|NA|Class name: Want;<br>Method or attribute name: bundleName?: string;|@ohos.app.ability.Want.d.ts|
263|Added|NA|Class name: Want;<br>Method or attribute name: abilityName?: string;|@ohos.app.ability.Want.d.ts|
264|Added|NA|Class name: Want;<br>Method or attribute name: deviceId?: string;|@ohos.app.ability.Want.d.ts|
265|Added|NA|Class name: Want;<br>Method or attribute name: uri?: string;|@ohos.app.ability.Want.d.ts|
266|Added|NA|Class name: Want;<br>Method or attribute name: type?: string;|@ohos.app.ability.Want.d.ts|
267|Added|NA|Class name: Want;<br>Method or attribute name: flags?: number;|@ohos.app.ability.Want.d.ts|
268|Added|NA|Class name: Want;<br>Method or attribute name: action?: string;|@ohos.app.ability.Want.d.ts|
269|Added|NA|Class name: Want;<br>Method or attribute name: parameters?: {[key: string]: Object};|@ohos.app.ability.Want.d.ts|
270|Added|NA|Class name: Want;<br>Method or attribute name: entities?: Array\<string>;|@ohos.app.ability.Want.d.ts|
271|Added|NA|Class name: Want;<br>Method or attribute name: moduleName?: string;|@ohos.app.ability.Want.d.ts|
272|Added|NA|Class name: sourcefile;<br>Method or attribute name: export type WantAgent = object;|@ohos.app.ability.wantAgent.d.ts|
273|Added|NA|Class name: wantAgent;<br>Method or attribute name: function getBundleName(agent: WantAgent, callback: AsyncCallback\<string>): void;|@ohos.app.ability.wantAgent.d.ts|
274|Added|NA|Class name: wantAgent;<br>Method or attribute name: function getBundleName(agent: WantAgent): Promise\<string>;|@ohos.app.ability.wantAgent.d.ts|
275|Added|NA|Class name: wantAgent;<br>Method or attribute name: function getUid(agent: WantAgent, callback: AsyncCallback\<number>): void;|@ohos.app.ability.wantAgent.d.ts|
276|Added|NA|Class name: wantAgent;<br>Method or attribute name: function getUid(agent: WantAgent): Promise\<number>;|@ohos.app.ability.wantAgent.d.ts|
277|Added|NA|Class name: wantAgent;<br>Method or attribute name: function getWant(agent: WantAgent, callback: AsyncCallback\<Want>): void;|@ohos.app.ability.wantAgent.d.ts|
278|Added|NA|Class name: wantAgent;<br>Method or attribute name: function getWant(agent: WantAgent): Promise\<Want>;|@ohos.app.ability.wantAgent.d.ts|
279|Added|NA|Class name: wantAgent;<br>Method or attribute name: function cancel(agent: WantAgent, callback: AsyncCallback\<void>): void;|@ohos.app.ability.wantAgent.d.ts|
280|Added|NA|Class name: wantAgent;<br>Method or attribute name: function cancel(agent: WantAgent): Promise\<void>;|@ohos.app.ability.wantAgent.d.ts|
281|Added|NA|Class name: wantAgent;<br>Method or attribute name: function trigger(agent: WantAgent, triggerInfo: TriggerInfo, callback?: AsyncCallback\<CompleteData>): void;|@ohos.app.ability.wantAgent.d.ts|
282|Added|NA|Class name: wantAgent;<br>Method or attribute name: function equal(agent: WantAgent, otherAgent: WantAgent, callback: AsyncCallback\<boolean>): void;|@ohos.app.ability.wantAgent.d.ts|
283|Added|NA|Class name: wantAgent;<br>Method or attribute name: function equal(agent: WantAgent, otherAgent: WantAgent): Promise\<boolean>;|@ohos.app.ability.wantAgent.d.ts|
284|Added|NA|Class name: wantAgent;<br>Method or attribute name: function getWantAgent(info: WantAgentInfo, callback: AsyncCallback\<WantAgent>): void;|@ohos.app.ability.wantAgent.d.ts|
285|Added|NA|Class name: wantAgent;<br>Method or attribute name: function getWantAgent(info: WantAgentInfo): Promise\<WantAgent>;|@ohos.app.ability.wantAgent.d.ts|
286|Added|NA|Class name: wantAgent;<br>Method or attribute name: function getOperationType(agent: WantAgent, callback: AsyncCallback\<number>): void;|@ohos.app.ability.wantAgent.d.ts|
287|Added|NA|Class name: wantAgent;<br>Method or attribute name: function getOperationType(agent: WantAgent): Promise\<number>;|@ohos.app.ability.wantAgent.d.ts|
288|Added|NA|Class name: wantAgent;<br>Method or attribute name: export type TriggerInfo = _TriggerInfo|@ohos.app.ability.wantAgent.d.ts|
289|Added|NA|Class name: wantAgent;<br>Method or attribute name: export type WantAgentInfo = _WantAgentInfo|@ohos.app.ability.wantAgent.d.ts|
290|Added|NA|Class name: WantAgentFlags;<br>Method or attribute name: ONE_TIME_FLAG = 0|@ohos.app.ability.wantAgent.d.ts|
291|Added|NA|Class name: WantAgentFlags;<br>Method or attribute name: NO_BUILD_FLAG|@ohos.app.ability.wantAgent.d.ts|
292|Added|NA|Class name: WantAgentFlags;<br>Method or attribute name: CANCEL_PRESENT_FLAG|@ohos.app.ability.wantAgent.d.ts|
293|Added|NA|Class name: WantAgentFlags;<br>Method or attribute name: UPDATE_PRESENT_FLAG|@ohos.app.ability.wantAgent.d.ts|
294|Added|NA|Class name: WantAgentFlags;<br>Method or attribute name: CONSTANT_FLAG|@ohos.app.ability.wantAgent.d.ts|
295|Added|NA|Class name: WantAgentFlags;<br>Method or attribute name: REPLACE_ELEMENT|@ohos.app.ability.wantAgent.d.ts|
296|Added|NA|Class name: WantAgentFlags;<br>Method or attribute name: REPLACE_ACTION|@ohos.app.ability.wantAgent.d.ts|
297|Added|NA|Class name: WantAgentFlags;<br>Method or attribute name: REPLACE_URI|@ohos.app.ability.wantAgent.d.ts|
298|Added|NA|Class name: WantAgentFlags;<br>Method or attribute name: REPLACE_ENTITIES|@ohos.app.ability.wantAgent.d.ts|
299|Added|NA|Class name: WantAgentFlags;<br>Method or attribute name: REPLACE_BUNDLE|@ohos.app.ability.wantAgent.d.ts|
300|Added|NA|Class name: OperationType;<br>Method or attribute name: UNKNOWN_TYPE = 0|@ohos.app.ability.wantAgent.d.ts|
301|Added|NA|Class name: OperationType;<br>Method or attribute name: START_ABILITY|@ohos.app.ability.wantAgent.d.ts|
302|Added|NA|Class name: OperationType;<br>Method or attribute name: START_ABILITIES|@ohos.app.ability.wantAgent.d.ts|
303|Added|NA|Class name: OperationType;<br>Method or attribute name: START_SERVICE|@ohos.app.ability.wantAgent.d.ts|
304|Added|NA|Class name: OperationType;<br>Method or attribute name: SEND_COMMON_EVENT|@ohos.app.ability.wantAgent.d.ts|
305|Added|NA|Class name: CompleteData;<br>Method or attribute name: info: WantAgent;|@ohos.app.ability.wantAgent.d.ts|
306|Added|NA|Class name: CompleteData;<br>Method or attribute name: want: Want;|@ohos.app.ability.wantAgent.d.ts|
307|Added|NA|Class name: CompleteData;<br>Method or attribute name: finalCode: number;|@ohos.app.ability.wantAgent.d.ts|
308|Added|NA|Class name: CompleteData;<br>Method or attribute name: finalData: string;|@ohos.app.ability.wantAgent.d.ts|
309|Added|NA|Class name: CompleteData;<br>Method or attribute name: extraInfo?: { [key: string]: Object };|@ohos.app.ability.wantAgent.d.ts|
310|Added|NA|Class name: Params;<br>Method or attribute name: DLP_PARAMS_SANDBOX = "ohos.dlp.params.sandbox"|@ohos.app.ability.wantConstant.d.ts|
311|Added|NA|Class name: Params;<br>Method or attribute name: DLP_PARAMS_BUNDLE_NAME = "ohos.dlp.params.bundleName"|@ohos.app.ability.wantConstant.d.ts|
312|Added|NA|Class name: Params;<br>Method or attribute name: DLP_PARAMS_MODULE_NAME = "ohos.dlp.params.moduleName"|@ohos.app.ability.wantConstant.d.ts|
313|Added|NA|Class name: Params;<br>Method or attribute name: DLP_PARAMS_ABILITY_NAME = "ohos.dlp.params.abilityName"|@ohos.app.ability.wantConstant.d.ts|
314|Added|NA|Class name: Params;<br>Method or attribute name: DLP_PARAMS_INDEX = "ohos.dlp.params.index"|@ohos.app.ability.wantConstant.d.ts|
315|Added|NA|Class name: Params;<br>Method or attribute name: ABILITY_BACK_TO_OTHER_MISSION_STACK = "ability.params.backToOtherMissionStack"|@ohos.app.ability.wantConstant.d.ts|
316|Added|NA|Class name: Flags;<br>Method or attribute name: FLAG_AUTH_READ_URI_PERMISSION = 0x00000001|@ohos.app.ability.wantConstant.d.ts|
317|Added|NA|Class name: Flags;<br>Method or attribute name: FLAG_AUTH_WRITE_URI_PERMISSION = 0x00000002|@ohos.app.ability.wantConstant.d.ts|
318|Added|NA|Class name: Flags;<br>Method or attribute name: FLAG_INSTALL_ON_DEMAND = 0x00000800|@ohos.app.ability.wantConstant.d.ts|
319|Added|NA|Class name: formBindingData;<br>Method or attribute name: function createFormBindingData(obj?: Object \| string): FormBindingData;|@ohos.app.form.formBindingData.d.ts|
320|Added|NA|Class name: FormBindingData;<br>Method or attribute name: data: Object|@ohos.app.form.formBindingData.d.ts|
321|Added|NA|Class name: FormExtensionAbility;<br>Method or attribute name: context: FormExtensionContext;|@ohos.app.form.FormExtensionAbility.d.ts|
322|Added|NA|Class name: FormExtensionAbility;<br>Method or attribute name: onAddForm(want: Want): formBindingData.FormBindingData;|@ohos.app.form.FormExtensionAbility.d.ts|
323|Added|NA|Class name: FormExtensionAbility;<br>Method or attribute name: onCastToNormalForm(formId: string): void;|@ohos.app.form.FormExtensionAbility.d.ts|
324|Added|NA|Class name: FormExtensionAbility;<br>Method or attribute name: onUpdateForm(formId: string): void;|@ohos.app.form.FormExtensionAbility.d.ts|
325|Added|NA|Class name: FormExtensionAbility;<br>Method or attribute name: onChangeFormVisibility(newStatus: { [key: string]: number }): void;|@ohos.app.form.FormExtensionAbility.d.ts|
326|Added|NA|Class name: FormExtensionAbility;<br>Method or attribute name: onFormEvent(formId: string, message: string): void;|@ohos.app.form.FormExtensionAbility.d.ts|
327|Added|NA|Class name: FormExtensionAbility;<br>Method or attribute name: onRemoveForm(formId: string): void;|@ohos.app.form.FormExtensionAbility.d.ts|
328|Added|NA|Class name: FormExtensionAbility;<br>Method or attribute name: onConfigurationUpdate(newConfig: Configuration): void;|@ohos.app.form.FormExtensionAbility.d.ts|
329|Added|NA|Class name: FormExtensionAbility;<br>Method or attribute name: onAcquireFormState?(want: Want): formInfo.FormState;|@ohos.app.form.FormExtensionAbility.d.ts|
330|Added|NA|Class name: FormExtensionAbility;<br>Method or attribute name: onShareForm?(formId: string): { [key: string]: Object };|@ohos.app.form.FormExtensionAbility.d.ts|
331|Added|NA|Class name: formHost;<br>Method or attribute name: function deleteForm(formId: string, callback: AsyncCallback\<void>): void;|@ohos.app.form.formHost.d.ts|
332|Added|NA|Class name: formHost;<br>Method or attribute name: function deleteForm(formId: string): Promise\<void>;|@ohos.app.form.formHost.d.ts|
333|Added|NA|Class name: formHost;<br>Method or attribute name: function releaseForm(formId: string, callback: AsyncCallback\<void>): void;|@ohos.app.form.formHost.d.ts|
334|Added|NA|Class name: formHost;<br>Method or attribute name: function releaseForm(formId: string, isReleaseCache: boolean, callback: AsyncCallback\<void>): void;|@ohos.app.form.formHost.d.ts|
335|Added|NA|Class name: formHost;<br>Method or attribute name: function releaseForm(formId: string, isReleaseCache?: boolean): Promise\<void>;|@ohos.app.form.formHost.d.ts|
336|Added|NA|Class name: formHost;<br>Method or attribute name: function requestForm(formId: string, callback: AsyncCallback\<void>): void;|@ohos.app.form.formHost.d.ts|
337|Added|NA|Class name: formHost;<br>Method or attribute name: function requestForm(formId: string): Promise\<void>;|@ohos.app.form.formHost.d.ts|
338|Added|NA|Class name: formHost;<br>Method or attribute name: function castToNormalForm(formId: string, callback: AsyncCallback\<void>): void;|@ohos.app.form.formHost.d.ts|
339|Added|NA|Class name: formHost;<br>Method or attribute name: function castToNormalForm(formId: string): Promise\<void>;|@ohos.app.form.formHost.d.ts|
340|Added|NA|Class name: formHost;<br>Method or attribute name: function notifyVisibleForms(formIds: Array\<string>, callback: AsyncCallback\<void>): void;|@ohos.app.form.formHost.d.ts|
341|Added|NA|Class name: formHost;<br>Method or attribute name: function notifyVisibleForms(formIds: Array\<string>): Promise\<void>;|@ohos.app.form.formHost.d.ts|
342|Added|NA|Class name: formHost;<br>Method or attribute name: function notifyInvisibleForms(formIds: Array\<string>, callback: AsyncCallback\<void>): void;|@ohos.app.form.formHost.d.ts|
343|Added|NA|Class name: formHost;<br>Method or attribute name: function notifyInvisibleForms(formIds: Array\<string>): Promise\<void>;|@ohos.app.form.formHost.d.ts|
344|Added|NA|Class name: formHost;<br>Method or attribute name: function enableFormsUpdate(formIds: Array\<string>, callback: AsyncCallback\<void>): void;|@ohos.app.form.formHost.d.ts|
345|Added|NA|Class name: formHost;<br>Method or attribute name: function enableFormsUpdate(formIds: Array\<string>): Promise\<void>;|@ohos.app.form.formHost.d.ts|
346|Added|NA|Class name: formHost;<br>Method or attribute name: function disableFormsUpdate(formIds: Array\<string>, callback: AsyncCallback\<void>): void;|@ohos.app.form.formHost.d.ts|
347|Added|NA|Class name: formHost;<br>Method or attribute name: function disableFormsUpdate(formIds: Array\<string>): Promise\<void>;|@ohos.app.form.formHost.d.ts|
348|Added|NA|Class name: formHost;<br>Method or attribute name: function isSystemReady(callback: AsyncCallback\<void>): void;|@ohos.app.form.formHost.d.ts|
349|Added|NA|Class name: formHost;<br>Method or attribute name: function isSystemReady(): Promise\<void>;|@ohos.app.form.formHost.d.ts|
350|Added|NA|Class name: formHost;<br>Method or attribute name: function getAllFormsInfo(callback: AsyncCallback\<Array\<formInfo.FormInfo>>): void;|@ohos.app.form.formHost.d.ts|
351|Added|NA|Class name: formHost;<br>Method or attribute name: function getAllFormsInfo(): Promise\<Array\<formInfo.FormInfo>>;|@ohos.app.form.formHost.d.ts|
352|Added|NA|Class name: formHost;<br>Method or attribute name: function getFormsInfo(bundleName: string, callback: AsyncCallback\<Array\<formInfo.FormInfo>>): void;|@ohos.app.form.formHost.d.ts|
353|Added|NA|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|
354|Added|NA|Class name: formHost;<br>Method or attribute name: function getFormsInfo(bundleName: string, moduleName?: string): Promise\<Array\<formInfo.FormInfo>>;|@ohos.app.form.formHost.d.ts|
355|Added|NA|Class name: formHost;<br>Method or attribute name: function deleteInvalidForms(formIds: Array\<string>, callback: AsyncCallback\<number>): void;|@ohos.app.form.formHost.d.ts|
356|Added|NA|Class name: formHost;<br>Method or attribute name: function deleteInvalidForms(formIds: Array\<string>): Promise\<number>;|@ohos.app.form.formHost.d.ts|
357|Added|NA|Class name: formHost;<br>Method or attribute name: function acquireFormState(want: Want, callback: AsyncCallback\<formInfo.FormStateInfo>): void;|@ohos.app.form.formHost.d.ts|
358|Added|NA|Class name: formHost;<br>Method or attribute name: function acquireFormState(want: Want): Promise\<formInfo.FormStateInfo>;|@ohos.app.form.formHost.d.ts|
359|Added|NA|Class name: formHost;<br>Method or attribute name: function on(type: "formUninstall", callback: Callback\<string>): void;|@ohos.app.form.formHost.d.ts|
360|Added|NA|Class name: formHost;<br>Method or attribute name: function off(type: "formUninstall", callback?: Callback\<string>): void;|@ohos.app.form.formHost.d.ts|
361|Added|NA|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|
362|Added|NA|Class name: formHost;<br>Method or attribute name: function notifyFormsVisible(formIds: Array\<string>, isVisible: boolean): Promise\<void>;|@ohos.app.form.formHost.d.ts|
363|Added|NA|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|
364|Added|NA|Class name: formHost;<br>Method or attribute name: function notifyFormsEnableUpdate(formIds: Array\<string>, isEnableUpdate: boolean): Promise\<void>;|@ohos.app.form.formHost.d.ts|
365|Added|NA|Class name: formHost;<br>Method or attribute name: function shareForm(formId: string, deviceId: string, callback: AsyncCallback\<void>): void;|@ohos.app.form.formHost.d.ts|
366|Added|NA|Class name: formHost;<br>Method or attribute name: function shareForm(formId: string, deviceId: string): Promise\<void>;|@ohos.app.form.formHost.d.ts|
367|Added|NA|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|
368|Added|NA|Class name: formHost;<br>Method or attribute name: function notifyFormsPrivacyProtected(formIds: Array\<string>, isProtected: boolean): Promise\<void>;|@ohos.app.form.formHost.d.ts|
369|Added|NA|Class name: FormInfo;<br>Method or attribute name: bundleName: string;|@ohos.app.form.formInfo.d.ts|
370|Added|NA|Class name: FormInfo;<br>Method or attribute name: moduleName: string;|@ohos.app.form.formInfo.d.ts|
371|Added|NA|Class name: FormInfo;<br>Method or attribute name: abilityName: string;|@ohos.app.form.formInfo.d.ts|
372|Added|NA|Class name: FormInfo;<br>Method or attribute name: name: string;|@ohos.app.form.formInfo.d.ts|
373|Added|NA|Class name: FormInfo;<br>Method or attribute name: description: string;|@ohos.app.form.formInfo.d.ts|
374|Added|NA|Class name: FormInfo;<br>Method or attribute name: type: FormType;|@ohos.app.form.formInfo.d.ts|
375|Added|NA|Class name: FormInfo;<br>Method or attribute name: jsComponentName: string;|@ohos.app.form.formInfo.d.ts|
376|Added|NA|Class name: FormInfo;<br>Method or attribute name: colorMode: ColorMode;|@ohos.app.form.formInfo.d.ts|
377|Added|NA|Class name: FormInfo;<br>Method or attribute name: isDefault: boolean;|@ohos.app.form.formInfo.d.ts|
378|Added|NA|Class name: FormInfo;<br>Method or attribute name: updateEnabled: boolean;|@ohos.app.form.formInfo.d.ts|
379|Added|NA|Class name: FormInfo;<br>Method or attribute name: formVisibleNotify: boolean;|@ohos.app.form.formInfo.d.ts|
380|Added|NA|Class name: FormInfo;<br>Method or attribute name: scheduledUpdateTime: string;|@ohos.app.form.formInfo.d.ts|
381|Added|NA|Class name: FormInfo;<br>Method or attribute name: formConfigAbility: string;|@ohos.app.form.formInfo.d.ts|
382|Added|NA|Class name: FormInfo;<br>Method or attribute name: updateDuration: number;|@ohos.app.form.formInfo.d.ts|
383|Added|NA|Class name: FormInfo;<br>Method or attribute name: defaultDimension: number;|@ohos.app.form.formInfo.d.ts|
384|Added|NA|Class name: FormInfo;<br>Method or attribute name: supportDimensions: Array\<number>;|@ohos.app.form.formInfo.d.ts|
385|Added|NA|Class name: FormInfo;<br>Method or attribute name: customizeData: {[key: string]: [value: string]};|@ohos.app.form.formInfo.d.ts|
386|Added|NA|Class name: FormType;<br>Method or attribute name: JS = 1|@ohos.app.form.formInfo.d.ts|
387|Added|NA|Class name: FormType;<br>Method or attribute name: eTS = 2|@ohos.app.form.formInfo.d.ts|
388|Added|NA|Class name: ColorMode;<br>Method or attribute name: MODE_AUTO = -1|@ohos.app.form.formInfo.d.ts|
389|Added|NA|Class name: ColorMode;<br>Method or attribute name: MODE_DARK = 0|@ohos.app.form.formInfo.d.ts|
390|Added|NA|Class name: ColorMode;<br>Method or attribute name: MODE_LIGHT = 1|@ohos.app.form.formInfo.d.ts|
391|Added|NA|Class name: FormStateInfo;<br>Method or attribute name: formState: FormState;|@ohos.app.form.formInfo.d.ts|
392|Added|NA|Class name: FormStateInfo;<br>Method or attribute name: want: Want;|@ohos.app.form.formInfo.d.ts|
393|Added|NA|Class name: FormState;<br>Method or attribute name: UNKNOWN = -1|@ohos.app.form.formInfo.d.ts|
394|Added|NA|Class name: FormState;<br>Method or attribute name: DEFAULT = 0|@ohos.app.form.formInfo.d.ts|
395|Added|NA|Class name: FormState;<br>Method or attribute name: READY = 1|@ohos.app.form.formInfo.d.ts|
396|Added|NA|Class name: FormParam;<br>Method or attribute name: IDENTITY_KEY = "ohos.extra.param.key.form_identity"|@ohos.app.form.formInfo.d.ts|
397|Added|NA|Class name: FormParam;<br>Method or attribute name: DIMENSION_KEY = "ohos.extra.param.key.form_dimension"|@ohos.app.form.formInfo.d.ts|
398|Added|NA|Class name: FormParam;<br>Method or attribute name: NAME_KEY = "ohos.extra.param.key.form_name"|@ohos.app.form.formInfo.d.ts|
399|Added|NA|Class name: FormParam;<br>Method or attribute name: MODULE_NAME_KEY = "ohos.extra.param.key.module_name"|@ohos.app.form.formInfo.d.ts|
400|Added|NA|Class name: FormParam;<br>Method or attribute name: WIDTH_KEY = "ohos.extra.param.key.form_width"|@ohos.app.form.formInfo.d.ts|
401|Added|NA|Class name: FormParam;<br>Method or attribute name: HEIGHT_KEY = "ohos.extra.param.key.form_height"|@ohos.app.form.formInfo.d.ts|
402|Added|NA|Class name: FormParam;<br>Method or attribute name: TEMPORARY_KEY = "ohos.extra.param.key.form_temporary"|@ohos.app.form.formInfo.d.ts|
403|Added|NA|Class name: FormParam;<br>Method or attribute name: BUNDLE_NAME_KEY = "ohos.extra.param.key.bundle_name"|@ohos.app.form.formInfo.d.ts|
404|Added|NA|Class name: FormParam;<br>Method or attribute name: ABILITY_NAME_KEY = "ohos.extra.param.key.ability_name"|@ohos.app.form.formInfo.d.ts|
405|Added|NA|Class name: FormParam;<br>Method or attribute name: DEVICE_ID_KEY = "ohos.extra.param.key.device_id"|@ohos.app.form.formInfo.d.ts|
406|Added|NA|Class name: FormInfoFilter;<br>Method or attribute name: moduleName?: string;|@ohos.app.form.formInfo.d.ts|
407|Added|NA|Class name: FormDimension;<br>Method or attribute name: Dimension_1_2 = 1|@ohos.app.form.formInfo.d.ts|
408|Added|NA|Class name: FormDimension;<br>Method or attribute name: Dimension_2_2|@ohos.app.form.formInfo.d.ts|
409|Added|NA|Class name: FormDimension;<br>Method or attribute name: Dimension_2_4|@ohos.app.form.formInfo.d.ts|
410|Added|NA|Class name: FormDimension;<br>Method or attribute name: Dimension_4_4|@ohos.app.form.formInfo.d.ts|
411|Added|NA|Class name: FormDimension;<br>Method or attribute name: Dimension_2_1|@ohos.app.form.formInfo.d.ts|
412|Added|NA|Class name: VisibilityType;<br>Method or attribute name: FORM_VISIBLE = 1|@ohos.app.form.formInfo.d.ts|
413|Added|NA|Class name: VisibilityType;<br>Method or attribute name: FORM_INVISIBLE|@ohos.app.form.formInfo.d.ts|
414|Added|NA|Class name: formProvider;<br>Method or attribute name: function setFormNextRefreshTime(formId: string, minute: number, callback: AsyncCallback\<void>): void;|@ohos.app.form.formProvider.d.ts|
415|Added|NA|Class name: formProvider;<br>Method or attribute name: function setFormNextRefreshTime(formId: string, minute: number): Promise\<void>;|@ohos.app.form.formProvider.d.ts|
416|Added|NA|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|
417|Added|NA|Class name: formProvider;<br>Method or attribute name: function updateForm(formId: string, formBindingData: formBindingData.FormBindingData): Promise\<void>;|@ohos.app.form.formProvider.d.ts|
418|Added|NA|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|
419|Added|NA|Class name: formProvider;<br>Method or attribute name: function getFormsInfo(callback: AsyncCallback\<Array\<formInfo.FormInfo>>): void;|@ohos.app.form.formProvider.d.ts|
420|Added|NA|Class name: formProvider;<br>Method or attribute name: function getFormsInfo(filter?: formInfo.FormInfoFilter): Promise\<Array\<formInfo.FormInfo>>;|@ohos.app.form.formProvider.d.ts|
421|Added|NA|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|
422|Added|NA|Class name: formProvider;<br>Method or attribute name: function requestPublishForm(want: Want, callback: AsyncCallback\<string>): void;|@ohos.app.form.formProvider.d.ts|
423|Added|NA|Class name: formProvider;<br>Method or attribute name: function requestPublishForm(want: Want, formBindingData?: formBindingData.FormBindingData): Promise\<string>;|@ohos.app.form.formProvider.d.ts|
424|Added|NA|Class name: formProvider;<br>Method or attribute name: function isRequestPublishFormSupported(callback: AsyncCallback\<boolean>): void;|@ohos.app.form.formProvider.d.ts|
425|Added|NA|Class name: formProvider;<br>Method or attribute name: function isRequestPublishFormSupported(): Promise\<boolean>;|@ohos.app.form.formProvider.d.ts|
426|Added|NA|Class name: FormError;<br>Method or attribute name: ERR_DISTRIBUTED_SCHEDULE_FAILED = 37|@ohos.application.formError.d.ts|
427|Added|NA|Class name: StaticSubscriberExtensionAbility;<br>Method or attribute name: onReceiveEvent(event: CommonEventData): void;|@ohos.application.StaticSubscriberExtensionAbility.d.ts|
428|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|
429|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|
430|Added|NA|Class name: continuationManager;<br>Method or attribute name: function off(type: "deviceSelected", token: number): void;|@ohos.continuation.continuationManager.d.ts|
431|Added|NA|Class name: continuationManager;<br>Method or attribute name: function off(type: "deviceUnselected", token: number): void;|@ohos.continuation.continuationManager.d.ts|
432|Added|NA|Class name: continuationManager;<br>Method or attribute name: function registerContinuation(callback: AsyncCallback\<number>): void;|@ohos.continuation.continuationManager.d.ts|
433|Added|NA|Class name: continuationManager;<br>Method or attribute name: function registerContinuation(options: ContinuationExtraParams, callback: AsyncCallback\<number>): void;|@ohos.continuation.continuationManager.d.ts|
434|Added|NA|Class name: continuationManager;<br>Method or attribute name: function registerContinuation(options?: ContinuationExtraParams): Promise\<number>;|@ohos.continuation.continuationManager.d.ts|
435|Added|NA|Class name: continuationManager;<br>Method or attribute name: function unregisterContinuation(token: number, callback: AsyncCallback\<void>): void;|@ohos.continuation.continuationManager.d.ts|
436|Added|NA|Class name: continuationManager;<br>Method or attribute name: function unregisterContinuation(token: number): Promise\<void>;|@ohos.continuation.continuationManager.d.ts|
437|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|
438|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|
439|Added|NA|Class name: continuationManager;<br>Method or attribute name: function startContinuationDeviceManager(token: number, callback: AsyncCallback\<void>): void;|@ohos.continuation.continuationManager.d.ts|
440|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|
441|Added|NA|Class name: continuationManager;<br>Method or attribute name: function startContinuationDeviceManager(token: number, options?: ContinuationExtraParams): Promise\<void>;|@ohos.continuation.continuationManager.d.ts|
442|Added|NA|Class name: distributedMissionManager;<br>Method or attribute name: function startSyncRemoteMissions(parameter: MissionParameter, callback: AsyncCallback\<void>): void;|@ohos.distributedMissionManager.d.ts|
443|Added|NA|Class name: distributedMissionManager;<br>Method or attribute name: function startSyncRemoteMissions(parameter: MissionParameter): Promise\<void>;|@ohos.distributedMissionManager.d.ts|
444|Added|NA|Class name: distributedMissionManager;<br>Method or attribute name: function stopSyncRemoteMissions(parameter: MissionDeviceInfo, callback: AsyncCallback\<void>): void;|@ohos.distributedMissionManager.d.ts|
445|Added|NA|Class name: distributedMissionManager;<br>Method or attribute name: function stopSyncRemoteMissions(parameter: MissionDeviceInfo): Promise\<void>;|@ohos.distributedMissionManager.d.ts|
446|Added|NA|Class name: distributedMissionManager;<br>Method or attribute name: function registerMissionListener(parameter: MissionDeviceInfo, options: MissionCallback, callback: AsyncCallback\<void>): void;|@ohos.distributedMissionManager.d.ts|
447|Added|NA|Class name: distributedMissionManager;<br>Method or attribute name: function registerMissionListener(parameter: MissionDeviceInfo, options: MissionCallback): Promise\<void>;|@ohos.distributedMissionManager.d.ts|
448|Added|NA|Class name: distributedMissionManager;<br>Method or attribute name: function unRegisterMissionListener(parameter: MissionDeviceInfo, callback: AsyncCallback\<void>): void;|@ohos.distributedMissionManager.d.ts|
449|Added|NA|Class name: distributedMissionManager;<br>Method or attribute name: function unRegisterMissionListener(parameter: MissionDeviceInfo): Promise\<void>;|@ohos.distributedMissionManager.d.ts|
450|Added|NA|Class name: distributedMissionManager;<br>Method or attribute name: function continueMission(parameter: ContinueDeviceInfo, options: ContinueCallback, callback: AsyncCallback\<void>): void;|@ohos.distributedMissionManager.d.ts|
451|Added|NA|Class name: distributedMissionManager;<br>Method or attribute name: function continueMission(parameter: ContinueDeviceInfo, options: ContinueCallback): Promise\<void>;|@ohos.distributedMissionManager.d.ts|
452|Added|NA|Class name: Context;<br>Method or attribute name: getExternalCacheDir(callback: AsyncCallback\<string>): void|context.d.ts|
453|Added|NA|Class name: Context;<br>Method or attribute name: getExternalCacheDir(): Promise\<string>;|context.d.ts|
454|Added|NA|Class name: AbilityDelegator;<br>Method or attribute name: addAbilityMonitor(monitor: AbilityMonitor, callback: AsyncCallback\<void>): void;|AbilityDelegator.d.ts|
455|Added|NA|Class name: AbilityDelegator;<br>Method or attribute name: addAbilityMonitor(monitor: AbilityMonitor): Promise\<void>;|AbilityDelegator.d.ts|
456|Added|NA|Class name: AbilityDelegator;<br>Method or attribute name: addAbilityStageMonitor(monitor: AbilityStageMonitor, callback: AsyncCallback\<void>): void;|AbilityDelegator.d.ts|
457|Added|NA|Class name: AbilityDelegator;<br>Method or attribute name: addAbilityStageMonitor(monitor: AbilityStageMonitor): Promise\<void>;|AbilityDelegator.d.ts|
458|Added|NA|Class name: AbilityDelegator;<br>Method or attribute name: removeAbilityMonitor(monitor: AbilityMonitor, callback: AsyncCallback\<void>): void;|AbilityDelegator.d.ts|
459|Added|NA|Class name: AbilityDelegator;<br>Method or attribute name: removeAbilityMonitor(monitor: AbilityMonitor): Promise\<void>;|AbilityDelegator.d.ts|
460|Added|NA|Class name: AbilityDelegator;<br>Method or attribute name: removeAbilityStageMonitor(monitor: AbilityStageMonitor, callback: AsyncCallback\<void>): void;|AbilityDelegator.d.ts|
461|Added|NA|Class name: AbilityDelegator;<br>Method or attribute name: removeAbilityStageMonitor(monitor: AbilityStageMonitor): Promise\<void>;|AbilityDelegator.d.ts|
462|Added|NA|Class name: AbilityDelegator;<br>Method or attribute name: waitAbilityMonitor(monitor: AbilityMonitor, callback: AsyncCallback\<UIAbility>): void;|AbilityDelegator.d.ts|
463|Added|NA|Class name: AbilityDelegator;<br>Method or attribute name: waitAbilityMonitor(monitor: AbilityMonitor, timeout: number, callback: AsyncCallback\<UIAbility>): void;|AbilityDelegator.d.ts|
464|Added|NA|Class name: AbilityDelegator;<br>Method or attribute name: waitAbilityMonitor(monitor: AbilityMonitor, timeout?: number): Promise\<UIAbility>;|AbilityDelegator.d.ts|
465|Added|NA|Class name: AbilityDelegator;<br>Method or attribute name: waitAbilityStageMonitor(monitor: AbilityStageMonitor, callback: AsyncCallback\<AbilityStage>): void;|AbilityDelegator.d.ts|
466|Added|NA|Class name: AbilityDelegator;<br>Method or attribute name: waitAbilityStageMonitor(monitor: AbilityStageMonitor, timeout: number, callback: AsyncCallback\<AbilityStage>): void;|AbilityDelegator.d.ts|
467|Added|NA|Class name: AbilityDelegator;<br>Method or attribute name: waitAbilityStageMonitor(monitor: AbilityStageMonitor, timeout?: number): Promise\<AbilityStage>;|AbilityDelegator.d.ts|
468|Added|NA|Class name: AbilityDelegator;<br>Method or attribute name: getAppContext(): Context;|AbilityDelegator.d.ts|
469|Added|NA|Class name: AbilityDelegator;<br>Method or attribute name: getAbilityState(ability: UIAbility): number;|AbilityDelegator.d.ts|
470|Added|NA|Class name: AbilityDelegator;<br>Method or attribute name: getCurrentTopAbility(callback: AsyncCallback\<UIAbility>): void;|AbilityDelegator.d.ts|
471|Added|NA|Class name: AbilityDelegator;<br>Method or attribute name: getCurrentTopAbility(): Promise\<UIAbility>|AbilityDelegator.d.ts|
472|Added|NA|Class name: AbilityDelegator;<br>Method or attribute name: startAbility(want: Want, callback: AsyncCallback\<void>): void;|AbilityDelegator.d.ts|
473|Added|NA|Class name: AbilityDelegator;<br>Method or attribute name: startAbility(want: Want): Promise\<void>;|AbilityDelegator.d.ts|
474|Added|NA|Class name: AbilityDelegator;<br>Method or attribute name: doAbilityForeground(ability: UIAbility, callback: AsyncCallback\<void>): void;|AbilityDelegator.d.ts|
475|Added|NA|Class name: AbilityDelegator;<br>Method or attribute name: doAbilityForeground(ability: UIAbility): Promise\<void>;|AbilityDelegator.d.ts|
476|Added|NA|Class name: AbilityDelegator;<br>Method or attribute name: doAbilityBackground(ability: UIAbility, callback: AsyncCallback\<void>): void;|AbilityDelegator.d.ts|
477|Added|NA|Class name: AbilityDelegator;<br>Method or attribute name: doAbilityBackground(ability: UIAbility): Promise\<void>;|AbilityDelegator.d.ts|
478|Added|NA|Class name: AbilityDelegator;<br>Method or attribute name: print(msg: string, callback: AsyncCallback\<void>): void;|AbilityDelegator.d.ts|
479|Added|NA|Class name: AbilityDelegator;<br>Method or attribute name: print(msg: string): Promise\<void>;|AbilityDelegator.d.ts|
480|Added|NA|Class name: AbilityDelegator;<br>Method or attribute name: printSync(msg: string): void;|AbilityDelegator.d.ts|
481|Added|NA|Class name: AbilityDelegator;<br>Method or attribute name: executeShellCommand(cmd: string, callback: AsyncCallback\<ShellCmdResult>): void;|AbilityDelegator.d.ts|
482|Added|NA|Class name: AbilityDelegator;<br>Method or attribute name: executeShellCommand(cmd: string, timeoutSecs: number, callback: AsyncCallback\<ShellCmdResult>): void;|AbilityDelegator.d.ts|
483|Added|NA|Class name: AbilityDelegator;<br>Method or attribute name: executeShellCommand(cmd: string, timeoutSecs?: number): Promise\<ShellCmdResult>;|AbilityDelegator.d.ts|
484|Added|NA|Class name: AbilityDelegator;<br>Method or attribute name: finishTest(msg: string, code: number, callback: AsyncCallback\<void>): void;|AbilityDelegator.d.ts|
485|Added|NA|Class name: AbilityDelegator;<br>Method or attribute name: finishTest(msg: string, code: number): Promise\<void>;|AbilityDelegator.d.ts|
486|Added|NA|Class name: AbilityMonitor;<br>Method or attribute name: abilityName: string;|AbilityMonitor.d.ts|
487|Added|NA|Class name: AbilityMonitor;<br>Method or attribute name: moduleName?: string;|AbilityMonitor.d.ts|
488|Added|NA|Class name: AbilityMonitor;<br>Method or attribute name: onAbilityCreate?:(ability: UIAbility) => void;|AbilityMonitor.d.ts|
489|Added|NA|Class name: AbilityMonitor;<br>Method or attribute name: onAbilityForeground?:(ability: UIAbility) => void;|AbilityMonitor.d.ts|
490|Added|NA|Class name: AbilityMonitor;<br>Method or attribute name: onAbilityBackground?:(ability: UIAbility) => void;|AbilityMonitor.d.ts|
491|Added|NA|Class name: AbilityMonitor;<br>Method or attribute name: onAbilityDestroy?:(ability: UIAbility) => void;|AbilityMonitor.d.ts|
492|Added|NA|Class name: AbilityMonitor;<br>Method or attribute name: onWindowStageCreate?:(ability: UIAbility) => void;|AbilityMonitor.d.ts|
493|Added|NA|Class name: AbilityMonitor;<br>Method or attribute name: onWindowStageRestore?:(ability: UIAbility) => void;|AbilityMonitor.d.ts|
494|Added|NA|Class name: AbilityMonitor;<br>Method or attribute name: onWindowStageDestroy?:(ability: UIAbility) => void;|AbilityMonitor.d.ts|
495|Added|NA|Class name: AbilityStageContext;<br>Method or attribute name: currentHapModuleInfo: HapModuleInfo;|AbilityStageContext.d.ts|
496|Added|NA|Class name: AbilityStageContext;<br>Method or attribute name: config: Configuration;|AbilityStageContext.d.ts|
497|Added|NA|Class name: AbilityStageMonitor;<br>Method or attribute name: moduleName: string;|AbilityStageMonitor.d.ts|
498|Added|NA|Class name: AbilityStageMonitor;<br>Method or attribute name: srcEntrance: string;|AbilityStageMonitor.d.ts|
499|Added|NA|Class name: AbilityStateData;<br>Method or attribute name: moduleName: string;|AbilityStateData.d.ts|
500|Added|NA|Class name: ApplicationContext;<br>Method or attribute name: on(type: "abilityLifecycle", callback: AbilityLifecycleCallback): number;|ApplicationContext.d.ts|
501|Added|NA|Class name: ApplicationContext;<br>Method or attribute name: on(type: "environment", callback: EnvironmentCallback): number;|ApplicationContext.d.ts|
502|Added|NA|Class name: ApplicationContext;<br>Method or attribute name: off(type: "abilityLifecycle", callbackId: number, callback: AsyncCallback\<void>): void;|ApplicationContext.d.ts|
503|Added|NA|Class name: ApplicationContext;<br>Method or attribute name: off(type: "abilityLifecycle", callbackId: number): Promise\<void>;|ApplicationContext.d.ts|
504|Added|NA|Class name: ApplicationContext;<br>Method or attribute name: off(type: "environment", callbackId: number, callback: AsyncCallback\<void>): void;|ApplicationContext.d.ts|
505|Added|NA|Class name: ApplicationContext;<br>Method or attribute name: off(type: "environment", callbackId: number): Promise\<void>;|ApplicationContext.d.ts|
506|Added|NA|Class name: ApplicationContext;<br>Method or attribute name: getRunningProcessInformation(): Promise\<Array\<ProcessInformation>>;|ApplicationContext.d.ts|
507|Added|NA|Class name: ApplicationContext;<br>Method or attribute name: getRunningProcessInformation(callback: AsyncCallback\<Array\<ProcessInformation>>): void;|ApplicationContext.d.ts|
508|Added|NA|Class name: ApplicationContext;<br>Method or attribute name: killAllProcesses(): Promise\<void>;|ApplicationContext.d.ts|
509|Added|NA|Class name: ApplicationContext;<br>Method or attribute name: killAllProcesses(callback: AsyncCallback\<void>);|ApplicationContext.d.ts|
510|Added|NA|Class name: sourcefile;<br>Method or attribute name: export type ProcessData = _ProcessData.default|ApplicationStateObserver.d.ts|
511|Added|NA|Class name: ApplicationStateObserver;<br>Method or attribute name: onProcessStateChanged(processData: ProcessData): void;|ApplicationStateObserver.d.ts|
512|Added|NA|Class name: Context;<br>Method or attribute name: resourceManager: resmgr.ResourceManager;|Context.d.ts|
513|Added|NA|Class name: Context;<br>Method or attribute name: applicationInfo: ApplicationInfo;|Context.d.ts|
514|Added|NA|Class name: Context;<br>Method or attribute name: cacheDir: string;|Context.d.ts|
515|Added|NA|Class name: Context;<br>Method or attribute name: tempDir: string;|Context.d.ts|
516|Added|NA|Class name: Context;<br>Method or attribute name: filesDir: string;|Context.d.ts|
517|Added|NA|Class name: Context;<br>Method or attribute name: databaseDir: string;|Context.d.ts|
518|Added|NA|Class name: Context;<br>Method or attribute name: preferencesDir: string;|Context.d.ts|
519|Added|NA|Class name: Context;<br>Method or attribute name: bundleCodeDir: string;|Context.d.ts|
520|Added|NA|Class name: Context;<br>Method or attribute name: distributedFilesDir: string;|Context.d.ts|
521|Added|NA|Class name: Context;<br>Method or attribute name: eventHub: EventHub;|Context.d.ts|
522|Added|NA|Class name: Context;<br>Method or attribute name: area: contextConstant.AreaMode;|Context.d.ts|
523|Added|NA|Class name: Context;<br>Method or attribute name: createBundleContext(bundleName: string): Context;|Context.d.ts|
524|Added|NA|Class name: Context;<br>Method or attribute name: createModuleContext(moduleName: string): Context;|Context.d.ts|
525|Added|NA|Class name: Context;<br>Method or attribute name: createModuleContext(bundleName: string, moduleName: string): Context;|Context.d.ts|
526|Added|NA|Class name: Context;<br>Method or attribute name: getApplicationContext(): ApplicationContext;|Context.d.ts|
527|Added|NA|Class name: ContinueCallback;<br>Method or attribute name: onContinueDone(result: number): void;|ContinueCallback.d.ts|
528|Added|NA|Class name: ContinueDeviceInfo;<br>Method or attribute name: srcDeviceId: string;|ContinueDeviceInfo.d.ts|
529|Added|NA|Class name: ContinueDeviceInfo;<br>Method or attribute name: dstDeviceId: string;|ContinueDeviceInfo.d.ts|
530|Added|NA|Class name: ContinueDeviceInfo;<br>Method or attribute name: missionId: number;|ContinueDeviceInfo.d.ts|
531|Added|NA|Class name: ContinueDeviceInfo;<br>Method or attribute name: wantParam: {[key: string]: any};|ContinueDeviceInfo.d.ts|
532|Added|NA|Class name: ErrorObserver;<br>Method or attribute name: onUnhandledException(errMsg: string): void;|ErrorObserver.d.ts|
533|Added|NA|Class name: EventHub;<br>Method or attribute name: on(event: string, callback: Function): void|EventHub.d.ts|
534|Added|NA|Class name: EventHub;<br>Method or attribute name: off(event: string, callback?: Function): void|EventHub.d.ts|
535|Added|NA|Class name: EventHub;<br>Method or attribute name: emit(event: string, ...args: Object[]): void|EventHub.d.ts|
536|Added|NA|Class name: ExtensionContext;<br>Method or attribute name: currentHapModuleInfo: HapModuleInfo;|ExtensionContext.d.ts|
537|Added|NA|Class name: ExtensionContext;<br>Method or attribute name: config: Configuration;|ExtensionContext.d.ts|
538|Added|NA|Class name: ExtensionContext;<br>Method or attribute name: extensionAbilityInfo: ExtensionAbilityInfo;|ExtensionContext.d.ts|
539|Added|NA|Class name: ExtensionRunningInfo;<br>Method or attribute name: extension: ElementName;|ExtensionRunningInfo.d.ts|
540|Added|NA|Class name: ExtensionRunningInfo;<br>Method or attribute name: pid: number;|ExtensionRunningInfo.d.ts|
541|Added|NA|Class name: ExtensionRunningInfo;<br>Method or attribute name: uid: number;|ExtensionRunningInfo.d.ts|
542|Added|NA|Class name: ExtensionRunningInfo;<br>Method or attribute name: processName: string;|ExtensionRunningInfo.d.ts|
543|Added|NA|Class name: ExtensionRunningInfo;<br>Method or attribute name: startTime: number;|ExtensionRunningInfo.d.ts|
544|Added|NA|Class name: ExtensionRunningInfo;<br>Method or attribute name: clientPackage: Array\<String>;|ExtensionRunningInfo.d.ts|
545|Added|NA|Class name: ExtensionRunningInfo;<br>Method or attribute name: type: bundle.ExtensionAbilityType;|ExtensionRunningInfo.d.ts|
546|Added|NA|Class name: FormExtensionContext;<br>Method or attribute name: startAbility(want: Want, callback: AsyncCallback\<void>): void;|FormExtensionContext.d.ts|
547|Added|NA|Class name: FormExtensionContext;<br>Method or attribute name: startAbility(want: Want): Promise\<void>;|FormExtensionContext.d.ts|
548|Added|NA|Class name: MissionCallback;<br>Method or attribute name: notifyMissionsChanged(deviceId: string): void;|MissionCallbacks.d.ts|
549|Added|NA|Class name: MissionCallback;<br>Method or attribute name: notifySnapshot(deviceId: string, mission: number): void;|MissionCallbacks.d.ts|
550|Added|NA|Class name: MissionCallback;<br>Method or attribute name: notifyNetDisconnect(deviceId: string, state: number): void;|MissionCallbacks.d.ts|
551|Added|NA|Class name: MissionDeviceInfo;<br>Method or attribute name: deviceId: string;|MissionDeviceInfo.d.ts|
552|Added|NA|Class name: MissionListener;<br>Method or attribute name: onMissionLabelUpdated(mission: number): void;|MissionListener.d.ts|
553|Added|NA|Class name: MissionListener;<br>Method or attribute name: onMissionIconUpdated(mission: number, icon: image.PixelMap): void;|MissionListener.d.ts|
554|Added|NA|Class name: MissionListener;<br>Method or attribute name: onMissionClosed(mission: number): void;|MissionListener.d.ts|
555|Added|NA|Class name: MissionParameter;<br>Method or attribute name: deviceId: string;|MissionParameter.d.ts|
556|Added|NA|Class name: MissionParameter;<br>Method or attribute name: fixConflict: boolean;|MissionParameter.d.ts|
557|Added|NA|Class name: MissionParameter;<br>Method or attribute name: tag: number;|MissionParameter.d.ts|
558|Added|NA|Class name: ProcessData;<br>Method or attribute name: state: number;|ProcessData.d.ts|
559|Added|NA|Class name: ProcessData;<br>Method or attribute name: isContinuousTask: boolean;|ProcessData.d.ts|
560|Added|NA|Class name: ProcessData;<br>Method or attribute name: isKeepAlive: boolean;|ProcessData.d.ts|
561|Added|NA|Class name: ProcessInformation;<br>Method or attribute name: pid: number;|ProcessInformation.d.ts|
562|Added|NA|Class name: ProcessInformation;<br>Method or attribute name: uid: number;|ProcessInformation.d.ts|
563|Added|NA|Class name: ProcessInformation;<br>Method or attribute name: processName: string;|ProcessInformation.d.ts|
564|Added|NA|Class name: ProcessInformation;<br>Method or attribute name: bundleNames: Array\<string>;|ProcessInformation.d.ts|
565|Added|NA|Class name: ServiceExtensionContext;<br>Method or attribute name: startAbility(want: Want, callback: AsyncCallback\<void>): void;|ServiceExtensionContext.d.ts|
566|Added|NA|Class name: ServiceExtensionContext;<br>Method or attribute name: startAbility(want: Want, options: StartOptions, callback: AsyncCallback\<void>): void;|ServiceExtensionContext.d.ts|
567|Added|NA|Class name: ServiceExtensionContext;<br>Method or attribute name: startAbility(want: Want, options?: StartOptions): Promise\<void>;|ServiceExtensionContext.d.ts|
568|Added|NA|Class name: ServiceExtensionContext;<br>Method or attribute name: startAbilityWithAccount(want: Want, accountId: number, callback: AsyncCallback\<void>): void;|ServiceExtensionContext.d.ts|
569|Added|NA|Class name: ServiceExtensionContext;<br>Method or attribute name: startAbilityWithAccount(want: Want, accountId: number, options: StartOptions, callback: AsyncCallback\<void>): void;|ServiceExtensionContext.d.ts|
570|Added|NA|Class name: ServiceExtensionContext;<br>Method or attribute name: startAbilityWithAccount(want: Want, accountId: number, options?: StartOptions): Promise\<void>;|ServiceExtensionContext.d.ts|
571|Added|NA|Class name: ServiceExtensionContext;<br>Method or attribute name: startServiceExtensionAbility(want: Want, callback: AsyncCallback\<void>): void;|ServiceExtensionContext.d.ts|
572|Added|NA|Class name: ServiceExtensionContext;<br>Method or attribute name: startServiceExtensionAbility(want: Want): Promise\<void>;|ServiceExtensionContext.d.ts|
573|Added|NA|Class name: ServiceExtensionContext;<br>Method or attribute name: startServiceExtensionAbilityWithAccount(want: Want, accountId: number, callback: AsyncCallback\<void>): void;|ServiceExtensionContext.d.ts|
574|Added|NA|Class name: ServiceExtensionContext;<br>Method or attribute name: startServiceExtensionAbilityWithAccount(want: Want, accountId: number): Promise\<void>;|ServiceExtensionContext.d.ts|
575|Added|NA|Class name: ServiceExtensionContext;<br>Method or attribute name: stopServiceExtensionAbility(want: Want, callback: AsyncCallback\<void>): void;|ServiceExtensionContext.d.ts|
576|Added|NA|Class name: ServiceExtensionContext;<br>Method or attribute name: stopServiceExtensionAbility(want: Want): Promise\<void>;|ServiceExtensionContext.d.ts|
577|Added|NA|Class name: ServiceExtensionContext;<br>Method or attribute name: stopServiceExtensionAbilityWithAccount(want: Want, accountId: number, callback: AsyncCallback\<void>): void;|ServiceExtensionContext.d.ts|
578|Added|NA|Class name: ServiceExtensionContext;<br>Method or attribute name: stopServiceExtensionAbilityWithAccount(want: Want, accountId: number): Promise\<void>;|ServiceExtensionContext.d.ts|
579|Added|NA|Class name: ServiceExtensionContext;<br>Method or attribute name: terminateSelf(callback: AsyncCallback\<void>): void;|ServiceExtensionContext.d.ts|
580|Added|NA|Class name: ServiceExtensionContext;<br>Method or attribute name: terminateSelf(): Promise\<void>;|ServiceExtensionContext.d.ts|
581|Added|NA|Class name: ServiceExtensionContext;<br>Method or attribute name: connectServiceExtensionAbility(want: Want, options: ConnectOptions): number;|ServiceExtensionContext.d.ts|
582|Added|NA|Class name: ServiceExtensionContext;<br>Method or attribute name: connectServiceExtensionAbilityWithAccount(want: Want, accountId: number, options: ConnectOptions): number;|ServiceExtensionContext.d.ts|
583|Added|NA|Class name: ServiceExtensionContext;<br>Method or attribute name: disconnectServiceExtensionAbility(connection: number, callback: AsyncCallback\<void>): void;|ServiceExtensionContext.d.ts|
584|Added|NA|Class name: ServiceExtensionContext;<br>Method or attribute name: disconnectServiceExtensionAbility(connection: number): Promise\<void>;|ServiceExtensionContext.d.ts|
585|Added|NA|Class name: ServiceExtensionContext;<br>Method or attribute name: startAbilityByCall(want: Want): Promise\<Caller>;|ServiceExtensionContext.d.ts|
586|Added|NA|Class name: ServiceExtensionContext;<br>Method or attribute name: startRecentAbility(want: Want, callback: AsyncCallback\<void>): void;|ServiceExtensionContext.d.ts|
587|Added|NA|Class name: ServiceExtensionContext;<br>Method or attribute name: startRecentAbility(want: Want, options: StartOptions, callback: AsyncCallback\<void>): void;|ServiceExtensionContext.d.ts|
588|Added|NA|Class name: ServiceExtensionContext;<br>Method or attribute name: startRecentAbility(want: Want, options?: StartOptions): Promise\<void>;|ServiceExtensionContext.d.ts|
589|Added|NA|Class name: UIAbilityContext;<br>Method or attribute name: abilityInfo: AbilityInfo;|UIAbilityContext.d.ts|
590|Added|NA|Class name: UIAbilityContext;<br>Method or attribute name: currentHapModuleInfo: HapModuleInfo;|UIAbilityContext.d.ts|
591|Added|NA|Class name: UIAbilityContext;<br>Method or attribute name: config: Configuration;|UIAbilityContext.d.ts|
592|Added|NA|Class name: UIAbilityContext;<br>Method or attribute name: startAbility(want: Want, callback: AsyncCallback\<void>): void;|UIAbilityContext.d.ts|
593|Added|NA|Class name: UIAbilityContext;<br>Method or attribute name: startAbility(want: Want, options: StartOptions, callback: AsyncCallback\<void>): void;|UIAbilityContext.d.ts|
594|Added|NA|Class name: UIAbilityContext;<br>Method or attribute name: startAbility(want: Want, options?: StartOptions): Promise\<void>;|UIAbilityContext.d.ts|
595|Added|NA|Class name: UIAbilityContext;<br>Method or attribute name: startAbilityByCall(want: Want): Promise\<Caller>;|UIAbilityContext.d.ts|
596|Added|NA|Class name: UIAbilityContext;<br>Method or attribute name: startAbilityWithAccount(want: Want, accountId: number, callback: AsyncCallback\<void>): void;|UIAbilityContext.d.ts|
597|Added|NA|Class name: UIAbilityContext;<br>Method or attribute name: startAbilityWithAccount(want: Want, accountId: number, options: StartOptions, callback: AsyncCallback\<void>): void;|UIAbilityContext.d.ts|
598|Added|NA|Class name: UIAbilityContext;<br>Method or attribute name: startAbilityWithAccount(want: Want, accountId: number, options?: StartOptions): Promise\<void>;|UIAbilityContext.d.ts|
599|Added|NA|Class name: UIAbilityContext;<br>Method or attribute name: startAbilityForResult(want: Want, callback: AsyncCallback\<AbilityResult>): void;|UIAbilityContext.d.ts|
600|Added|NA|Class name: UIAbilityContext;<br>Method or attribute name: startAbilityForResult(want: Want, options: StartOptions, callback: AsyncCallback\<AbilityResult>): void;|UIAbilityContext.d.ts|
601|Added|NA|Class name: UIAbilityContext;<br>Method or attribute name: startAbilityForResult(want: Want, options?: StartOptions): Promise\<AbilityResult>;|UIAbilityContext.d.ts|
602|Added|NA|Class name: UIAbilityContext;<br>Method or attribute name: startAbilityForResultWithAccount(want: Want, accountId: number, callback: AsyncCallback\<AbilityResult>): void;|UIAbilityContext.d.ts|
603|Added|NA|Class name: UIAbilityContext;<br>Method or attribute name: startAbilityForResultWithAccount(want: Want, accountId: number, options: StartOptions, callback: AsyncCallback\<void>): void;|UIAbilityContext.d.ts|
604|Added|NA|Class name: UIAbilityContext;<br>Method or attribute name: startAbilityForResultWithAccount(want: Want, accountId: number, options?: StartOptions): Promise\<AbilityResult>;|UIAbilityContext.d.ts|
605|Added|NA|Class name: UIAbilityContext;<br>Method or attribute name: startServiceExtensionAbility(want: Want, callback: AsyncCallback\<void>): void;|UIAbilityContext.d.ts|
606|Added|NA|Class name: UIAbilityContext;<br>Method or attribute name: startServiceExtensionAbility(want: Want): Promise\<void>;|UIAbilityContext.d.ts|
607|Added|NA|Class name: UIAbilityContext;<br>Method or attribute name: startServiceExtensionAbilityWithAccount(want: Want, accountId: number, callback: AsyncCallback\<void>): void;|UIAbilityContext.d.ts|
608|Added|NA|Class name: UIAbilityContext;<br>Method or attribute name: startServiceExtensionAbilityWithAccount(want: Want, accountId: number): Promise\<void>;|UIAbilityContext.d.ts|
609|Added|NA|Class name: UIAbilityContext;<br>Method or attribute name: stopServiceExtensionAbility(want: Want, callback: AsyncCallback\<void>): void;|UIAbilityContext.d.ts|
610|Added|NA|Class name: UIAbilityContext;<br>Method or attribute name: stopServiceExtensionAbility(want: Want): Promise\<void>;|UIAbilityContext.d.ts|
611|Added|NA|Class name: UIAbilityContext;<br>Method or attribute name: stopServiceExtensionAbilityWithAccount(want: Want, accountId: number, callback: AsyncCallback\<void>): void;|UIAbilityContext.d.ts|
612|Added|NA|Class name: UIAbilityContext;<br>Method or attribute name: stopServiceExtensionAbilityWithAccount(want: Want, accountId: number): Promise\<void>;|UIAbilityContext.d.ts|
613|Added|NA|Class name: UIAbilityContext;<br>Method or attribute name: terminateSelf(callback: AsyncCallback\<void>): void;|UIAbilityContext.d.ts|
614|Added|NA|Class name: UIAbilityContext;<br>Method or attribute name: terminateSelf(): Promise\<void>;|UIAbilityContext.d.ts|
615|Added|NA|Class name: UIAbilityContext;<br>Method or attribute name: terminateSelfWithResult(parameter: AbilityResult, callback: AsyncCallback\<void>): void;|UIAbilityContext.d.ts|
616|Added|NA|Class name: UIAbilityContext;<br>Method or attribute name: terminateSelfWithResult(parameter: AbilityResult): Promise\<void>;|UIAbilityContext.d.ts|
617|Added|NA|Class name: UIAbilityContext;<br>Method or attribute name: connectServiceExtensionAbility(want: Want, options: ConnectOptions): number;|UIAbilityContext.d.ts|
618|Added|NA|Class name: UIAbilityContext;<br>Method or attribute name: connectServiceExtensionAbilityWithAccount(want: Want, accountId: number, options: ConnectOptions): number;|UIAbilityContext.d.ts|
619|Added|NA|Class name: UIAbilityContext;<br>Method or attribute name: disconnectServiceExtensionAbility(connection: number, callback: AsyncCallback\<void>): void;|UIAbilityContext.d.ts|
620|Added|NA|Class name: UIAbilityContext;<br>Method or attribute name: disconnectServiceExtensionAbility(connection: number): Promise\<void>;|UIAbilityContext.d.ts|
621|Added|NA|Class name: UIAbilityContext;<br>Method or attribute name: setMissionLabel(label: string, callback: AsyncCallback\<void>): void;|UIAbilityContext.d.ts|
622|Added|NA|Class name: UIAbilityContext;<br>Method or attribute name: setMissionLabel(label: string): Promise\<void>;|UIAbilityContext.d.ts|
623|Added|NA|Class name: UIAbilityContext;<br>Method or attribute name: setMissionIcon(icon: image.PixelMap, callback: AsyncCallback\<void>): void;|UIAbilityContext.d.ts|
624|Added|NA|Class name: UIAbilityContext;<br>Method or attribute name: setMissionIcon(icon: image.PixelMap): Promise\<void>;|UIAbilityContext.d.ts|
625|Added|NA|Class name: UIAbilityContext;<br>Method or attribute name: restoreWindowStage(localStorage: LocalStorage): void;|UIAbilityContext.d.ts|
626|Added|NA|Class name: UIAbilityContext;<br>Method or attribute name: isTerminating(): boolean;|UIAbilityContext.d.ts|
627|Added|NA|Class name: UIAbilityContext;<br>Method or attribute name: startRecentAbility(want: Want, callback: AsyncCallback\<void>): void;|UIAbilityContext.d.ts|
628|Added|NA|Class name: UIAbilityContext;<br>Method or attribute name: startRecentAbility(want: Want, options: StartOptions, callback: AsyncCallback\<void>): void;|UIAbilityContext.d.ts|
629|Added|NA|Class name: UIAbilityContext;<br>Method or attribute name: startRecentAbility(want: Want, options?: StartOptions): Promise\<void>;|UIAbilityContext.d.ts|
630|Added|NA|Class name: UIAbilityContext;<br>Method or attribute name: requestDialogService(want: Want, result: AsyncCallback\<dialogRequest.RequestResult>): void;|UIAbilityContext.d.ts|
631|Added|NA|Class name: UIAbilityContext;<br>Method or attribute name: requestDialogService(want: Want): Promise\<dialogRequest.RequestResult>;|UIAbilityContext.d.ts|
632|Deprecated version changed|Class name: dataUriUtils;<br>Method or attribute name: declare dataUriUtils<br>Old version: |Class name: dataUriUtils;<br>Method or attribute name: declare dataUriUtils<br>New version: 9<br>Substitute API: @ohos.app.ability.dataUriUtils.d.ts|@ohos.ability.dataUriUtils.d.ts|
633|Deprecated version changed|Class name: dataUriUtils;<br>Method or attribute name: function getId(uri: string): number<br>Old version: |Class name: dataUriUtils;<br>Method or attribute name: function getId(uri: string): number<br>New version: 9<br>Substitute API: @ohos.app.ability.dataUriUtils.d.ts|@ohos.ability.dataUriUtils.d.ts|
634|Deprecated version changed|Class name: dataUriUtils;<br>Method or attribute name: function attachId(uri: string, id: number): string<br>Old version: |Class name: dataUriUtils;<br>Method or attribute name: function attachId(uri: string, id: number): string<br>New version: 9<br>Substitute API: @ohos.app.ability.dataUriUtils.d.ts|@ohos.ability.dataUriUtils.d.ts|
635|Deprecated version changed|Class name: dataUriUtils;<br>Method or attribute name: function deleteId(uri: string): string<br>Old version: |Class name: dataUriUtils;<br>Method or attribute name: function deleteId(uri: string): string<br>New version: 9<br>Substitute API: @ohos.app.ability.dataUriUtils.d.ts|@ohos.ability.dataUriUtils.d.ts|
636|Deprecated version changed|Class name: dataUriUtils;<br>Method or attribute name: function updateId(uri: string, id: number): string<br>Old version: |Class name: dataUriUtils;<br>Method or attribute name: function updateId(uri: string, id: number): string<br>New version: 9<br>Substitute API: @ohos.app.ability.dataUriUtils.d.ts|@ohos.ability.dataUriUtils.d.ts|
637|Deprecated version changed|Class name: wantConstant;<br>Method or attribute name: declare wantConstant<br>Old version: |Class name: wantConstant;<br>Method or attribute name: declare wantConstant<br>New version: 9<br>Substitute API: ohos.app.ability.wantConstant|@ohos.ability.wantConstant.d.ts|
638|Deprecated version changed|Class name: Action;<br>Method or attribute name: export enum Action<br>Old version: |Class name: Action;<br>Method or attribute name: export enum Action<br>New version: 9<br>Substitute API: ohos.app.ability.wantConstant|@ohos.ability.wantConstant.d.ts|
639|Deprecated version changed|Class name: Action;<br>Method or attribute name: ACTION_HOME = "ohos.want.action.home"<br>Old version: |Class name: Action;<br>Method or attribute name: ACTION_HOME = "ohos.want.action.home"<br>New version: 9<br>Substitute API: ohos.app.ability.wantConstant|@ohos.ability.wantConstant.d.ts|
640|Deprecated version changed|Class name: Action;<br>Method or attribute name: ACTION_DIAL = "ohos.want.action.dial"<br>Old version: |Class name: Action;<br>Method or attribute name: ACTION_DIAL = "ohos.want.action.dial"<br>New version: 9<br>Substitute API: ohos.app.ability.wantConstant|@ohos.ability.wantConstant.d.ts|
641|Deprecated version changed|Class name: Action;<br>Method or attribute name: ACTION_SEARCH = "ohos.want.action.search"<br>Old version: |Class name: Action;<br>Method or attribute name: ACTION_SEARCH = "ohos.want.action.search"<br>New version: 9<br>Substitute API: ohos.app.ability.wantConstant|@ohos.ability.wantConstant.d.ts|
642|Deprecated version changed|Class name: Action;<br>Method or attribute name: ACTION_WIRELESS_SETTINGS = "ohos.settings.wireless"<br>Old version: |Class name: Action;<br>Method or attribute name: ACTION_WIRELESS_SETTINGS = "ohos.settings.wireless"<br>New version: 9<br>Substitute API: ohos.app.ability.wantConstant|@ohos.ability.wantConstant.d.ts|
643|Deprecated version changed|Class name: Action;<br>Method or attribute name: ACTION_MANAGE_APPLICATIONS_SETTINGS = "ohos.settings.manage.applications"<br>Old version: |Class name: Action;<br>Method or attribute name: ACTION_MANAGE_APPLICATIONS_SETTINGS = "ohos.settings.manage.applications"<br>New version: 9<br>Substitute API: ohos.app.ability.wantConstant|@ohos.ability.wantConstant.d.ts|
644|Deprecated version changed|Class name: Action;<br>Method or attribute name: ACTION_APPLICATION_DETAILS_SETTINGS = "ohos.settings.application.details"<br>Old version: |Class name: Action;<br>Method or attribute name: ACTION_APPLICATION_DETAILS_SETTINGS = "ohos.settings.application.details"<br>New version: 9<br>Substitute API: ohos.app.ability.wantConstant|@ohos.ability.wantConstant.d.ts|
645|Deprecated version changed|Class name: Action;<br>Method or attribute name: ACTION_SET_ALARM = "ohos.want.action.setAlarm"<br>Old version: |Class name: Action;<br>Method or attribute name: ACTION_SET_ALARM = "ohos.want.action.setAlarm"<br>New version: 9<br>Substitute API: ohos.app.ability.wantConstant|@ohos.ability.wantConstant.d.ts|
646|Deprecated version changed|Class name: Action;<br>Method or attribute name: ACTION_SHOW_ALARMS = "ohos.want.action.showAlarms"<br>Old version: |Class name: Action;<br>Method or attribute name: ACTION_SHOW_ALARMS = "ohos.want.action.showAlarms"<br>New version: 9<br>Substitute API: ohos.app.ability.wantConstant|@ohos.ability.wantConstant.d.ts|
647|Deprecated version changed|Class name: Action;<br>Method or attribute name: ACTION_SNOOZE_ALARM = "ohos.want.action.snoozeAlarm"<br>Old version: |Class name: Action;<br>Method or attribute name: ACTION_SNOOZE_ALARM = "ohos.want.action.snoozeAlarm"<br>New version: 9<br>Substitute API: ohos.app.ability.wantConstant|@ohos.ability.wantConstant.d.ts|
648|Deprecated version changed|Class name: Action;<br>Method or attribute name: ACTION_DISMISS_ALARM = "ohos.want.action.dismissAlarm"<br>Old version: |Class name: Action;<br>Method or attribute name: ACTION_DISMISS_ALARM = "ohos.want.action.dismissAlarm"<br>New version: 9<br>Substitute API: ohos.app.ability.wantConstant|@ohos.ability.wantConstant.d.ts|
649|Deprecated version changed|Class name: Action;<br>Method or attribute name: ACTION_DISMISS_TIMER = "ohos.want.action.dismissTimer"<br>Old version: |Class name: Action;<br>Method or attribute name: ACTION_DISMISS_TIMER = "ohos.want.action.dismissTimer"<br>New version: 9<br>Substitute API: ohos.app.ability.wantConstant|@ohos.ability.wantConstant.d.ts|
650|Deprecated version changed|Class name: Action;<br>Method or attribute name: ACTION_SEND_SMS = "ohos.want.action.sendSms"<br>Old version: |Class name: Action;<br>Method or attribute name: ACTION_SEND_SMS = "ohos.want.action.sendSms"<br>New version: 9<br>Substitute API: ohos.app.ability.wantConstant|@ohos.ability.wantConstant.d.ts|
651|Deprecated version changed|Class name: Action;<br>Method or attribute name: ACTION_CHOOSE = "ohos.want.action.choose"<br>Old version: |Class name: Action;<br>Method or attribute name: ACTION_CHOOSE = "ohos.want.action.choose"<br>New version: 9<br>Substitute API: ohos.app.ability.wantConstant|@ohos.ability.wantConstant.d.ts|
652|Deprecated version changed|Class name: Action;<br>Method or attribute name: ACTION_IMAGE_CAPTURE = "ohos.want.action.imageCapture"<br>Old version: |Class name: Action;<br>Method or attribute name: ACTION_IMAGE_CAPTURE = "ohos.want.action.imageCapture"<br>New version: 9<br>Substitute API: ohos.app.ability.wantConstant|@ohos.ability.wantConstant.d.ts|
653|Deprecated version changed|Class name: Action;<br>Method or attribute name: ACTION_VIDEO_CAPTURE = "ohos.want.action.videoCapture"<br>Old version: |Class name: Action;<br>Method or attribute name: ACTION_VIDEO_CAPTURE = "ohos.want.action.videoCapture"<br>New version: 9<br>Substitute API: ohos.app.ability.wantConstant|@ohos.ability.wantConstant.d.ts|
654|Deprecated version changed|Class name: Action;<br>Method or attribute name: ACTION_SELECT = "ohos.want.action.select"<br>Old version: |Class name: Action;<br>Method or attribute name: ACTION_SELECT = "ohos.want.action.select"<br>New version: 9<br>Substitute API: ohos.app.ability.wantConstant|@ohos.ability.wantConstant.d.ts|
655|Deprecated version changed|Class name: Action;<br>Method or attribute name: ACTION_SEND_DATA = "ohos.want.action.sendData"<br>Old version: |Class name: Action;<br>Method or attribute name: ACTION_SEND_DATA = "ohos.want.action.sendData"<br>New version: 9<br>Substitute API: ohos.app.ability.wantConstant|@ohos.ability.wantConstant.d.ts|
656|Deprecated version changed|Class name: Action;<br>Method or attribute name: ACTION_SEND_MULTIPLE_DATA = "ohos.want.action.sendMultipleData"<br>Old version: |Class name: Action;<br>Method or attribute name: ACTION_SEND_MULTIPLE_DATA = "ohos.want.action.sendMultipleData"<br>New version: 9<br>Substitute API: ohos.app.ability.wantConstant|@ohos.ability.wantConstant.d.ts|
657|Deprecated version changed|Class name: Action;<br>Method or attribute name: ACTION_SCAN_MEDIA_FILE = "ohos.want.action.scanMediaFile"<br>Old version: |Class name: Action;<br>Method or attribute name: ACTION_SCAN_MEDIA_FILE = "ohos.want.action.scanMediaFile"<br>New version: 9<br>Substitute API: ohos.app.ability.wantConstant|@ohos.ability.wantConstant.d.ts|
658|Deprecated version changed|Class name: Action;<br>Method or attribute name: ACTION_VIEW_DATA = "ohos.want.action.viewData"<br>Old version: |Class name: Action;<br>Method or attribute name: ACTION_VIEW_DATA = "ohos.want.action.viewData"<br>New version: 9<br>Substitute API: ohos.app.ability.wantConstant|@ohos.ability.wantConstant.d.ts|
659|Deprecated version changed|Class name: Action;<br>Method or attribute name: ACTION_EDIT_DATA = "ohos.want.action.editData"<br>Old version: |Class name: Action;<br>Method or attribute name: ACTION_EDIT_DATA = "ohos.want.action.editData"<br>New version: 9<br>Substitute API: ohos.app.ability.wantConstant|@ohos.ability.wantConstant.d.ts|
660|Deprecated version changed|Class name: Action;<br>Method or attribute name: INTENT_PARAMS_INTENT = "ability.want.params.INTENT"<br>Old version: |Class name: Action;<br>Method or attribute name: INTENT_PARAMS_INTENT = "ability.want.params.INTENT"<br>New version: 9<br>Substitute API: ohos.app.ability.wantConstant|@ohos.ability.wantConstant.d.ts|
661|Deprecated version changed|Class name: Action;<br>Method or attribute name: INTENT_PARAMS_TITLE = "ability.want.params.TITLE"<br>Old version: |Class name: Action;<br>Method or attribute name: INTENT_PARAMS_TITLE = "ability.want.params.TITLE"<br>New version: 9<br>Substitute API: ohos.app.ability.wantConstant|@ohos.ability.wantConstant.d.ts|
662|Deprecated version changed|Class name: Action;<br>Method or attribute name: ACTION_FILE_SELECT = "ohos.action.fileSelect"<br>Old version: |Class name: Action;<br>Method or attribute name: ACTION_FILE_SELECT = "ohos.action.fileSelect"<br>New version: 9<br>Substitute API: ohos.app.ability.wantConstant|@ohos.ability.wantConstant.d.ts|
663|Deprecated version changed|Class name: Action;<br>Method or attribute name: PARAMS_STREAM = "ability.params.stream"<br>Old version: |Class name: Action;<br>Method or attribute name: PARAMS_STREAM = "ability.params.stream"<br>New version: 9<br>Substitute API: ohos.app.ability.wantConstant|@ohos.ability.wantConstant.d.ts|
664|Deprecated version changed|Class name: Action;<br>Method or attribute name: ACTION_APP_ACCOUNT_OAUTH = "ohos.account.appAccount.action.oauth"<br>Old version: |Class name: Action;<br>Method or attribute name: ACTION_APP_ACCOUNT_OAUTH = "ohos.account.appAccount.action.oauth"<br>New version: 9<br>Substitute API: wantConstant.Action#ACTION_APP_ACCOUNT_AUTH|@ohos.ability.wantConstant.d.ts|
665|Deprecated version changed|Class name: Entity;<br>Method or attribute name: export enum Entity<br>Old version: |Class name: Entity;<br>Method or attribute name: export enum Entity<br>New version: 9<br>Substitute API: ohos.app.ability.wantConstant|@ohos.ability.wantConstant.d.ts|
666|Deprecated version changed|Class name: Entity;<br>Method or attribute name: ENTITY_DEFAULT = "entity.system.default"<br>Old version: |Class name: Entity;<br>Method or attribute name: ENTITY_DEFAULT = "entity.system.default"<br>New version: 9<br>Substitute API: ohos.app.ability.wantConstant|@ohos.ability.wantConstant.d.ts|
667|Deprecated version changed|Class name: Entity;<br>Method or attribute name: ENTITY_HOME = "entity.system.home"<br>Old version: |Class name: Entity;<br>Method or attribute name: ENTITY_HOME = "entity.system.home"<br>New version: 9<br>Substitute API: ohos.app.ability.wantConstant|@ohos.ability.wantConstant.d.ts|
668|Deprecated version changed|Class name: Entity;<br>Method or attribute name: ENTITY_VOICE = "entity.system.voice"<br>Old version: |Class name: Entity;<br>Method or attribute name: ENTITY_VOICE = "entity.system.voice"<br>New version: 9<br>Substitute API: ohos.app.ability.wantConstant|@ohos.ability.wantConstant.d.ts|
669|Deprecated version changed|Class name: Entity;<br>Method or attribute name: ENTITY_BROWSABLE = "entity.system.browsable"<br>Old version: |Class name: Entity;<br>Method or attribute name: ENTITY_BROWSABLE = "entity.system.browsable"<br>New version: 9<br>Substitute API: ohos.app.ability.wantConstant|@ohos.ability.wantConstant.d.ts|
670|Deprecated version changed|Class name: Entity;<br>Method or attribute name: ENTITY_VIDEO = "entity.system.video"<br>Old version: |Class name: Entity;<br>Method or attribute name: ENTITY_VIDEO = "entity.system.video"<br>New version: 9<br>Substitute API: ohos.app.ability.wantConstant|@ohos.ability.wantConstant.d.ts|
671|Deprecated version changed|Class name: Flags;<br>Method or attribute name: export enum Flags<br>Old version: |Class name: Flags;<br>Method or attribute name: export enum Flags<br>New version: 9<br>Substitute API: ohos.app.ability.wantConstant|@ohos.ability.wantConstant.d.ts|
672|Deprecated version changed|Class name: Flags;<br>Method or attribute name: FLAG_AUTH_READ_URI_PERMISSION = 0x00000001<br>Old version: |Class name: Flags;<br>Method or attribute name: FLAG_AUTH_READ_URI_PERMISSION = 0x00000001<br>New version: 9<br>Substitute API: ohos.app.ability.wantConstant|@ohos.ability.wantConstant.d.ts|
673|Deprecated version changed|Class name: Flags;<br>Method or attribute name: FLAG_AUTH_WRITE_URI_PERMISSION = 0x00000002<br>Old version: |Class name: Flags;<br>Method or attribute name: FLAG_AUTH_WRITE_URI_PERMISSION = 0x00000002<br>New version: 9<br>Substitute API: ohos.app.ability.wantConstant|@ohos.ability.wantConstant.d.ts|
674|Deprecated version changed|Class name: Flags;<br>Method or attribute name: FLAG_ABILITY_FORWARD_RESULT = 0x00000004<br>Old version: |Class name: Flags;<br>Method or attribute name: FLAG_ABILITY_FORWARD_RESULT = 0x00000004<br>New version: 9<br>Substitute API: ohos.app.ability.wantConstant|@ohos.ability.wantConstant.d.ts|
675|Deprecated version changed|Class name: Flags;<br>Method or attribute name: FLAG_ABILITY_CONTINUATION = 0x00000008<br>Old version: |Class name: Flags;<br>Method or attribute name: FLAG_ABILITY_CONTINUATION = 0x00000008<br>New version: 9<br>Substitute API: ohos.app.ability.wantConstant|@ohos.ability.wantConstant.d.ts|
676|Deprecated version changed|Class name: Flags;<br>Method or attribute name: FLAG_NOT_OHOS_COMPONENT = 0x00000010<br>Old version: |Class name: Flags;<br>Method or attribute name: FLAG_NOT_OHOS_COMPONENT = 0x00000010<br>New version: 9<br>Substitute API: ohos.app.ability.wantConstant|@ohos.ability.wantConstant.d.ts|
677|Deprecated version changed|Class name: Flags;<br>Method or attribute name: FLAG_ABILITY_FORM_ENABLED = 0x00000020<br>Old version: |Class name: Flags;<br>Method or attribute name: FLAG_ABILITY_FORM_ENABLED = 0x00000020<br>New version: 9<br>Substitute API: ohos.app.ability.wantConstant|@ohos.ability.wantConstant.d.ts|
678|Deprecated version changed|Class name: Flags;<br>Method or attribute name: FLAG_AUTH_PERSISTABLE_URI_PERMISSION = 0x00000040<br>Old version: |Class name: Flags;<br>Method or attribute name: FLAG_AUTH_PERSISTABLE_URI_PERMISSION = 0x00000040<br>New version: 9<br>Substitute API: ohos.app.ability.wantConstant|@ohos.ability.wantConstant.d.ts|
679|Deprecated version changed|Class name: Flags;<br>Method or attribute name: FLAG_AUTH_PREFIX_URI_PERMISSION = 0x00000080<br>Old version: |Class name: Flags;<br>Method or attribute name: FLAG_AUTH_PREFIX_URI_PERMISSION = 0x00000080<br>New version: 9<br>Substitute API: ohos.app.ability.wantConstant|@ohos.ability.wantConstant.d.ts|
680|Deprecated version changed|Class name: Flags;<br>Method or attribute name: FLAG_ABILITYSLICE_MULTI_DEVICE = 0x00000100<br>Old version: |Class name: Flags;<br>Method or attribute name: FLAG_ABILITYSLICE_MULTI_DEVICE = 0x00000100<br>New version: 9<br>Substitute API: ohos.app.ability.wantConstant|@ohos.ability.wantConstant.d.ts|
681|Deprecated version changed|Class name: Flags;<br>Method or attribute name: FLAG_START_FOREGROUND_ABILITY = 0x00000200<br>Old version: |Class name: Flags;<br>Method or attribute name: FLAG_START_FOREGROUND_ABILITY = 0x00000200<br>New version: 9<br>Substitute API: ohos.app.ability.wantConstant|@ohos.ability.wantConstant.d.ts|
682|Deprecated version changed|Class name: Flags;<br>Method or attribute name: FLAG_ABILITY_CONTINUATION_REVERSIBLE = 0x00000400<br>Old version: |Class name: Flags;<br>Method or attribute name: FLAG_ABILITY_CONTINUATION_REVERSIBLE = 0x00000400<br>New version: 9<br>Substitute API: ohos.app.ability.wantConstant|@ohos.ability.wantConstant.d.ts|
683|Deprecated version changed|Class name: Flags;<br>Method or attribute name: FLAG_INSTALL_ON_DEMAND = 0x00000800<br>Old version: |Class name: Flags;<br>Method or attribute name: FLAG_INSTALL_ON_DEMAND = 0x00000800<br>New version: 9<br>Substitute API: ohos.app.ability.wantConstant|@ohos.ability.wantConstant.d.ts|
684|Deprecated version changed|Class name: Flags;<br>Method or attribute name: FLAG_INSTALL_WITH_BACKGROUND_MODE = 0x80000000<br>Old version: |Class name: Flags;<br>Method or attribute name: FLAG_INSTALL_WITH_BACKGROUND_MODE = 0x80000000<br>New version: 9<br>Substitute API: ohos.app.ability.wantConstant|@ohos.ability.wantConstant.d.ts|
685|Deprecated version changed|Class name: Flags;<br>Method or attribute name: FLAG_ABILITY_CLEAR_MISSION = 0x00008000<br>Old version: |Class name: Flags;<br>Method or attribute name: FLAG_ABILITY_CLEAR_MISSION = 0x00008000<br>New version: 9<br>Substitute API: ohos.app.ability.wantConstant|@ohos.ability.wantConstant.d.ts|
686|Deprecated version changed|Class name: Flags;<br>Method or attribute name: FLAG_ABILITY_NEW_MISSION = 0x10000000<br>Old version: |Class name: Flags;<br>Method or attribute name: FLAG_ABILITY_NEW_MISSION = 0x10000000<br>New version: 9<br>Substitute API: ohos.app.ability.wantConstant|@ohos.ability.wantConstant.d.ts|
687|Deprecated version changed|Class name: Flags;<br>Method or attribute name: FLAG_ABILITY_MISSION_TOP = 0x20000000<br>Old version: |Class name: Flags;<br>Method or attribute name: FLAG_ABILITY_MISSION_TOP = 0x20000000<br>New version: 9<br>Substitute API: ohos.app.ability.wantConstant|@ohos.ability.wantConstant.d.ts|
688|Deprecated version changed|Class name: abilityDelegatorRegistry;<br>Method or attribute name: declare abilityDelegatorRegistry<br>Old version: |Class name: abilityDelegatorRegistry;<br>Method or attribute name: declare abilityDelegatorRegistry<br>New version: 9<br>Substitute API: ohos.app.ability.abilityDelegatorRegistry|@ohos.application.abilityDelegatorRegistry.d.ts|
689|Deprecated version changed|Class name: abilityDelegatorRegistry;<br>Method or attribute name: function getAbilityDelegator(): AbilityDelegator;<br>Old version: |Class name: abilityDelegatorRegistry;<br>Method or attribute name: function getAbilityDelegator(): AbilityDelegator;<br>New version: 9<br>Substitute API: ohos.app.ability.abilityDelegatorRegistry|@ohos.application.abilityDelegatorRegistry.d.ts|
690|Deprecated version changed|Class name: abilityDelegatorRegistry;<br>Method or attribute name: function getArguments(): AbilityDelegatorArgs;<br>Old version: |Class name: abilityDelegatorRegistry;<br>Method or attribute name: function getArguments(): AbilityDelegatorArgs;<br>New version: 9<br>Substitute API: ohos.app.ability.abilityDelegatorRegistry|@ohos.application.abilityDelegatorRegistry.d.ts|
691|Deprecated version changed|Class name: AbilityLifecycleState;<br>Method or attribute name: export enum AbilityLifecycleState<br>Old version: |Class name: AbilityLifecycleState;<br>Method or attribute name: export enum AbilityLifecycleState<br>New version: 9<br>Substitute API: ohos.app.ability.abilityDelegatorRegistry|@ohos.application.abilityDelegatorRegistry.d.ts|
692|Deprecated version changed|Class name: AbilityLifecycleState;<br>Method or attribute name: UNINITIALIZED<br>Old version: |Class name: AbilityLifecycleState;<br>Method or attribute name: UNINITIALIZED<br>New version: 9<br>Substitute API: ohos.app.ability.abilityDelegatorRegistry|@ohos.application.abilityDelegatorRegistry.d.ts|
693|Deprecated version changed|Class name: AbilityLifecycleState;<br>Method or attribute name: CREATE<br>Old version: |Class name: AbilityLifecycleState;<br>Method or attribute name: CREATE<br>New version: 9<br>Substitute API: ohos.app.ability.abilityDelegatorRegistry|@ohos.application.abilityDelegatorRegistry.d.ts|
694|Deprecated version changed|Class name: AbilityLifecycleState;<br>Method or attribute name: FOREGROUND<br>Old version: |Class name: AbilityLifecycleState;<br>Method or attribute name: FOREGROUND<br>New version: 9<br>Substitute API: ohos.app.ability.abilityDelegatorRegistry|@ohos.application.abilityDelegatorRegistry.d.ts|
695|Deprecated version changed|Class name: AbilityLifecycleState;<br>Method or attribute name: BACKGROUND<br>Old version: |Class name: AbilityLifecycleState;<br>Method or attribute name: BACKGROUND<br>New version: 9<br>Substitute API: ohos.app.ability.abilityDelegatorRegistry|@ohos.application.abilityDelegatorRegistry.d.ts|
696|Deprecated version changed|Class name: AbilityLifecycleState;<br>Method or attribute name: DESTROY<br>Old version: |Class name: AbilityLifecycleState;<br>Method or attribute name: DESTROY<br>New version: 9<br>Substitute API: ohos.app.ability.abilityDelegatorRegistry|@ohos.application.abilityDelegatorRegistry.d.ts|
697|Deprecated version changed|Class name: abilityManager;<br>Method or attribute name: declare abilityManager<br>Old version: |Class name: abilityManager;<br>Method or attribute name: declare abilityManager<br>New version: 9<br>Substitute API: ohos.app.ability.abilityManager|@ohos.application.abilityManager.d.ts|
698|Deprecated version changed|Class name: abilityManager;<br>Method or attribute name: function updateConfiguration(config: Configuration, callback: AsyncCallback\<void>): void;<br>Old version: |Class name: abilityManager;<br>Method or attribute name: function updateConfiguration(config: Configuration, callback: AsyncCallback\<void>): void;<br>New version: 9<br>Substitute API: ohos.app.ability.abilityManager|@ohos.application.abilityManager.d.ts|
699|Deprecated version changed|Class name: abilityManager;<br>Method or attribute name: function updateConfiguration(config: Configuration): Promise\<void>;<br>Old version: |Class name: abilityManager;<br>Method or attribute name: function updateConfiguration(config: Configuration): Promise\<void>;<br>New version: 9<br>Substitute API: ohos.app.ability.abilityManager|@ohos.application.abilityManager.d.ts|
700|Deprecated version changed|Class name: abilityManager;<br>Method or attribute name: function getAbilityRunningInfos(): Promise\<Array\<AbilityRunningInfo>>;<br>Old version: |Class name: abilityManager;<br>Method or attribute name: function getAbilityRunningInfos(): Promise\<Array\<AbilityRunningInfo>>;<br>New version: 9<br>Substitute API: ohos.app.ability.abilityManager|@ohos.application.abilityManager.d.ts|
701|Deprecated version changed|Class name: abilityManager;<br>Method or attribute name: function getAbilityRunningInfos(callback: AsyncCallback\<Array\<AbilityRunningInfo>>): void;<br>Old version: |Class name: abilityManager;<br>Method or attribute name: function getAbilityRunningInfos(callback: AsyncCallback\<Array\<AbilityRunningInfo>>): void;<br>New version: 9<br>Substitute API: ohos.app.ability.abilityManager|@ohos.application.abilityManager.d.ts|
702|Deprecated version changed|Class name: AbilityState;<br>Method or attribute name: export enum AbilityState<br>Old version: |Class name: AbilityState;<br>Method or attribute name: export enum AbilityState<br>New version: 9<br>Substitute API: ohos.app.ability.abilityManager|@ohos.application.abilityManager.d.ts|
703|Deprecated version changed|Class name: AbilityState;<br>Method or attribute name: INITIAL = 0<br>Old version: |Class name: AbilityState;<br>Method or attribute name: INITIAL = 0<br>New version: 9<br>Substitute API: ohos.app.ability.abilityManager|@ohos.application.abilityManager.d.ts|
704|Deprecated version changed|Class name: AbilityState;<br>Method or attribute name: FOREGROUND = 9<br>Old version: |Class name: AbilityState;<br>Method or attribute name: FOREGROUND = 9<br>New version: 9<br>Substitute API: ohos.app.ability.abilityManager|@ohos.application.abilityManager.d.ts|
705|Deprecated version changed|Class name: AbilityState;<br>Method or attribute name: BACKGROUND = 10<br>Old version: |Class name: AbilityState;<br>Method or attribute name: BACKGROUND = 10<br>New version: 9<br>Substitute API: ohos.app.ability.abilityManager|@ohos.application.abilityManager.d.ts|
706|Deprecated version changed|Class name: AbilityState;<br>Method or attribute name: FOREGROUNDING = 11<br>Old version: |Class name: AbilityState;<br>Method or attribute name: FOREGROUNDING = 11<br>New version: 9<br>Substitute API: ohos.app.ability.abilityManager|@ohos.application.abilityManager.d.ts|
707|Deprecated version changed|Class name: AbilityState;<br>Method or attribute name: BACKGROUNDING = 12<br>Old version: |Class name: AbilityState;<br>Method or attribute name: BACKGROUNDING = 12<br>New version: 9<br>Substitute API: ohos.app.ability.abilityManager|@ohos.application.abilityManager.d.ts|
708|Deprecated version changed|Class name: appManager;<br>Method or attribute name: declare appManager<br>Old version: |Class name: appManager;<br>Method or attribute name: declare appManager<br>New version: 9<br>Substitute API: ohos.app.ability.appManager|@ohos.application.appManager.d.ts|
709|Deprecated version changed|Class name: appManager;<br>Method or attribute name: function registerApplicationStateObserver(observer: ApplicationStateObserver): number;<br>Old version: |Class name: appManager;<br>Method or attribute name: function registerApplicationStateObserver(observer: ApplicationStateObserver): number;<br>New version: 9<br>Substitute API: ohos.app.ability.appManager|@ohos.application.appManager.d.ts|
710|Deprecated version changed|Class name: appManager;<br>Method or attribute name: function unregisterApplicationStateObserver(observerId: number,  callback: AsyncCallback\<void>): void;<br>Old version: |Class name: appManager;<br>Method or attribute name: function unregisterApplicationStateObserver(observerId: number,  callback: AsyncCallback\<void>): void;<br>New version: 9<br>Substitute API: ohos.app.ability.appManager|@ohos.application.appManager.d.ts|
711|Deprecated version changed|Class name: appManager;<br>Method or attribute name: function unregisterApplicationStateObserver(observerId: number): Promise\<void>;<br>Old version: |Class name: appManager;<br>Method or attribute name: function unregisterApplicationStateObserver(observerId: number): Promise\<void>;<br>New version: 9<br>Substitute API: ohos.app.ability.appManager|@ohos.application.appManager.d.ts|
712|Deprecated version changed|Class name: appManager;<br>Method or attribute name: function getForegroundApplications(callback: AsyncCallback\<Array\<AppStateData>>): void;<br>Old version: |Class name: appManager;<br>Method or attribute name: function getForegroundApplications(callback: AsyncCallback\<Array\<AppStateData>>): void;<br>New version: 9<br>Substitute API: ohos.app.ability.appManager|@ohos.application.appManager.d.ts|
713|Deprecated version changed|Class name: appManager;<br>Method or attribute name: function getForegroundApplications(): Promise\<Array\<AppStateData>>;<br>Old version: |Class name: appManager;<br>Method or attribute name: function getForegroundApplications(): Promise\<Array\<AppStateData>>;<br>New version: 9<br>Substitute API: ohos.app.ability.appManager|@ohos.application.appManager.d.ts|
714|Deprecated version changed|Class name: appManager;<br>Method or attribute name: function killProcessWithAccount(bundleName: string, accountId: number): Promise\<void>;<br>Old version: |Class name: appManager;<br>Method or attribute name: function killProcessWithAccount(bundleName: string, accountId: number): Promise\<void>;<br>New version: 9<br>Substitute API: ohos.app.ability.appManager|@ohos.application.appManager.d.ts|
715|Deprecated version changed|Class name: appManager;<br>Method or attribute name: function killProcessWithAccount(bundleName: string, accountId: number, callback: AsyncCallback\<void>): void;<br>Old version: |Class name: appManager;<br>Method or attribute name: function killProcessWithAccount(bundleName: string, accountId: number, callback: AsyncCallback\<void>): void;<br>New version: 9<br>Substitute API: ohos.app.ability.appManager|@ohos.application.appManager.d.ts|
716|Deprecated version changed|Class name: appManager;<br>Method or attribute name: function isRunningInStabilityTest(callback: AsyncCallback\<boolean>): void;<br>Old version: |Class name: appManager;<br>Method or attribute name: function isRunningInStabilityTest(callback: AsyncCallback\<boolean>): void;<br>New version: 9<br>Substitute API: ohos.app.ability.appManager|@ohos.application.appManager.d.ts|
717|Deprecated version changed|Class name: appManager;<br>Method or attribute name: function isRunningInStabilityTest(): Promise\<boolean>;<br>Old version: |Class name: appManager;<br>Method or attribute name: function isRunningInStabilityTest(): Promise\<boolean>;<br>New version: 9<br>Substitute API: ohos.app.ability.appManager|@ohos.application.appManager.d.ts|
718|Deprecated version changed|Class name: appManager;<br>Method or attribute name: function getProcessRunningInfos(): Promise\<Array\<ProcessRunningInfo>>;<br>Old version: |Class name: appManager;<br>Method or attribute name: function getProcessRunningInfos(): Promise\<Array\<ProcessRunningInfo>>;<br>New version: 9<br>Substitute API: ohos.app.ability.appManager#getRunningProcessInformation|@ohos.application.appManager.d.ts|
719|Deprecated version changed|Class name: appManager;<br>Method or attribute name: function getProcessRunningInfos(callback: AsyncCallback\<Array\<ProcessRunningInfo>>): void;<br>Old version: |Class name: appManager;<br>Method or attribute name: function getProcessRunningInfos(callback: AsyncCallback\<Array\<ProcessRunningInfo>>): void;<br>New version: 9<br>Substitute API: ohos.app.ability.appManager#getRunningProcessInformation|@ohos.application.appManager.d.ts|
720|Deprecated version changed|Class name: appManager;<br>Method or attribute name: function killProcessesByBundleName(bundleName: string): Promise\<void>;<br>Old version: |Class name: appManager;<br>Method or attribute name: function killProcessesByBundleName(bundleName: string): Promise\<void>;<br>New version: 9<br>Substitute API: ohos.app.ability.appManager|@ohos.application.appManager.d.ts|
721|Deprecated version changed|Class name: appManager;<br>Method or attribute name: function killProcessesByBundleName(bundleName: string, callback: AsyncCallback\<void>);<br>Old version: |Class name: appManager;<br>Method or attribute name: function killProcessesByBundleName(bundleName: string, callback: AsyncCallback\<void>);<br>New version: 9<br>Substitute API: ohos.app.ability.appManager|@ohos.application.appManager.d.ts|
722|Deprecated version changed|Class name: appManager;<br>Method or attribute name: function clearUpApplicationData(bundleName: string): Promise\<void>;<br>Old version: |Class name: appManager;<br>Method or attribute name: function clearUpApplicationData(bundleName: string): Promise\<void>;<br>New version: 9<br>Substitute API: ohos.app.ability.appManager|@ohos.application.appManager.d.ts|
723|Deprecated version changed|Class name: appManager;<br>Method or attribute name: function clearUpApplicationData(bundleName: string, callback: AsyncCallback\<void>);<br>Old version: |Class name: appManager;<br>Method or attribute name: function clearUpApplicationData(bundleName: string, callback: AsyncCallback\<void>);<br>New version: 9<br>Substitute API: ohos.app.ability.appManager|@ohos.application.appManager.d.ts|
724|Deprecated version changed|Class name: appManager;<br>Method or attribute name: function isRamConstrainedDevice(): Promise\<boolean>;<br>Old version: |Class name: appManager;<br>Method or attribute name: function isRamConstrainedDevice(): Promise\<boolean>;<br>New version: 9<br>Substitute API: ohos.app.ability.appManager|@ohos.application.appManager.d.ts|
725|Deprecated version changed|Class name: appManager;<br>Method or attribute name: function isRamConstrainedDevice(callback: AsyncCallback\<boolean>): void;<br>Old version: |Class name: appManager;<br>Method or attribute name: function isRamConstrainedDevice(callback: AsyncCallback\<boolean>): void;<br>New version: 9<br>Substitute API: ohos.app.ability.appManager|@ohos.application.appManager.d.ts|
726|Deprecated version changed|Class name: appManager;<br>Method or attribute name: function getAppMemorySize(): Promise\<number>;<br>Old version: |Class name: appManager;<br>Method or attribute name: function getAppMemorySize(): Promise\<number>;<br>New version: 9<br>Substitute API: ohos.app.ability.appManager|@ohos.application.appManager.d.ts|
727|Deprecated version changed|Class name: appManager;<br>Method or attribute name: function getAppMemorySize(callback: AsyncCallback\<number>): void;<br>Old version: |Class name: appManager;<br>Method or attribute name: function getAppMemorySize(callback: AsyncCallback\<number>): void;<br>New version: 9<br>Substitute API: ohos.app.ability.appManager|@ohos.application.appManager.d.ts|
728|Deprecated version changed|Class name: Configuration;<br>Method or attribute name: export interface Configuration<br>Old version: |Class name: Configuration;<br>Method or attribute name: export interface Configuration<br>New version: 9<br>Substitute API: ohos.app.ability.Configuration|@ohos.application.Configuration.d.ts|
729|Deprecated version changed|Class name: Configuration;<br>Method or attribute name: language?: string;<br>Old version: |Class name: Configuration;<br>Method or attribute name: language?: string;<br>New version: 9<br>Substitute API: ohos.app.ability.Configuration|@ohos.application.Configuration.d.ts|
730|Deprecated version changed|Class name: Configuration;<br>Method or attribute name: colorMode?: ConfigurationConstant.ColorMode;<br>Old version: |Class name: Configuration;<br>Method or attribute name: colorMode?: ConfigurationConstant.ColorMode;<br>New version: 9<br>Substitute API: ohos.app.ability.Configuration|@ohos.application.Configuration.d.ts|
731|Deprecated version changed|Class name: ConfigurationConstant;<br>Method or attribute name: declare ConfigurationConstant<br>Old version: |Class name: ConfigurationConstant;<br>Method or attribute name: declare ConfigurationConstant<br>New version: 9<br>Substitute API: ohos.app.ability.ConfigurationConstant|@ohos.application.ConfigurationConstant.d.ts|
732|Deprecated version changed|Class name: ColorMode;<br>Method or attribute name: export enum ColorMode<br>Old version: |Class name: ColorMode;<br>Method or attribute name: export enum ColorMode<br>New version: 9<br>Substitute API: ohos.app.ability.ConfigurationConstant|@ohos.application.ConfigurationConstant.d.ts|
733|Deprecated version changed|Class name: ColorMode;<br>Method or attribute name: COLOR_MODE_NOT_SET = -1<br>Old version: |Class name: ColorMode;<br>Method or attribute name: COLOR_MODE_NOT_SET = -1<br>New version: 9<br>Substitute API: ohos.app.ability.ConfigurationConstant|@ohos.application.ConfigurationConstant.d.ts|
734|Deprecated version changed|Class name: ColorMode;<br>Method or attribute name: COLOR_MODE_DARK = 0<br>Old version: |Class name: ColorMode;<br>Method or attribute name: COLOR_MODE_DARK = 0<br>New version: 9<br>Substitute API: ohos.app.ability.ConfigurationConstant|@ohos.application.ConfigurationConstant.d.ts|
735|Deprecated version changed|Class name: ColorMode;<br>Method or attribute name: COLOR_MODE_LIGHT = 1<br>Old version: |Class name: ColorMode;<br>Method or attribute name: COLOR_MODE_LIGHT = 1<br>New version: 9<br>Substitute API: ohos.app.ability.ConfigurationConstant|@ohos.application.ConfigurationConstant.d.ts|
736|Deprecated version changed|Class name: formBindingData;<br>Method or attribute name: declare formBindingData<br>Old version: |Class name: formBindingData;<br>Method or attribute name: declare formBindingData<br>New version: 9<br>Substitute API: ohos.app.form.formBindingData|@ohos.application.formBindingData.d.ts|
737|Deprecated version changed|Class name: formBindingData;<br>Method or attribute name: function createFormBindingData(obj?: Object \| string): FormBindingData;<br>Old version: |Class name: formBindingData;<br>Method or attribute name: function createFormBindingData(obj?: Object \| string): FormBindingData;<br>New version: 9<br>Substitute API: ohos.app.form.formBindingData|@ohos.application.formBindingData.d.ts|
738|Deprecated version changed|Class name: FormBindingData;<br>Method or attribute name: interface FormBindingData<br>Old version: |Class name: FormBindingData;<br>Method or attribute name: interface FormBindingData<br>New version: 9<br>Substitute API: ohos.app.form.formBindingData|@ohos.application.formBindingData.d.ts|
739|Deprecated version changed|Class name: FormBindingData;<br>Method or attribute name: data: Object<br>Old version: |Class name: FormBindingData;<br>Method or attribute name: data: Object<br>New version: 9<br>Substitute API: ohos.app.form.formBindingData|@ohos.application.formBindingData.d.ts|
740|Deprecated version changed|Class name: formHost;<br>Method or attribute name: declare formHost<br>Old version: |Class name: formHost;<br>Method or attribute name: declare formHost<br>New version: 9<br>Substitute API: ohos.app.form.formHost|@ohos.application.formHost.d.ts|
741|Deprecated version changed|Class name: formHost;<br>Method or attribute name: function deleteForm(formId: string, callback: AsyncCallback\<void>): void;<br>Old version: |Class name: formHost;<br>Method or attribute name: function deleteForm(formId: string, callback: AsyncCallback\<void>): void;<br>New version: 9<br>Substitute API: ohos.app.form.formHost|@ohos.application.formHost.d.ts|
742|Deprecated version changed|Class name: formHost;<br>Method or attribute name: function deleteForm(formId: string): Promise\<void>;<br>Old version: |Class name: formHost;<br>Method or attribute name: function deleteForm(formId: string): Promise\<void>;<br>New version: 9<br>Substitute API: ohos.app.form.formHost|@ohos.application.formHost.d.ts|
743|Deprecated version changed|Class name: formHost;<br>Method or attribute name: function releaseForm(formId: string, callback: AsyncCallback\<void>): void;<br>Old version: |Class name: formHost;<br>Method or attribute name: function releaseForm(formId: string, callback: AsyncCallback\<void>): void;<br>New version: 9<br>Substitute API: ohos.app.form.formHost|@ohos.application.formHost.d.ts|
744|Deprecated version changed|Class name: formHost;<br>Method or attribute name: function releaseForm(formId: string, isReleaseCache: boolean, callback: AsyncCallback\<void>): void;<br>Old version: |Class name: formHost;<br>Method or attribute name: function releaseForm(formId: string, isReleaseCache: boolean, callback: AsyncCallback\<void>): void;<br>New version: 9<br>Substitute API: ohos.app.form.formHost|@ohos.application.formHost.d.ts|
745|Deprecated version changed|Class name: formHost;<br>Method or attribute name: function releaseForm(formId: string, isReleaseCache?: boolean): Promise\<void>;<br>Old version: |Class name: formHost;<br>Method or attribute name: function releaseForm(formId: string, isReleaseCache?: boolean): Promise\<void>;<br>New version: 9<br>Substitute API: ohos.app.form.formHost|@ohos.application.formHost.d.ts|
746|Deprecated version changed|Class name: formHost;<br>Method or attribute name: function requestForm(formId: string, callback: AsyncCallback\<void>): void;<br>Old version: |Class name: formHost;<br>Method or attribute name: function requestForm(formId: string, callback: AsyncCallback\<void>): void;<br>New version: 9<br>Substitute API: ohos.app.form.formHost|@ohos.application.formHost.d.ts|
747|Deprecated version changed|Class name: formHost;<br>Method or attribute name: function requestForm(formId: string): Promise\<void>;<br>Old version: |Class name: formHost;<br>Method or attribute name: function requestForm(formId: string): Promise\<void>;<br>New version: 9<br>Substitute API: ohos.app.form.formHost|@ohos.application.formHost.d.ts|
748|Deprecated version changed|Class name: formHost;<br>Method or attribute name: function castTempForm(formId: string, callback: AsyncCallback\<void>): void;<br>Old version: |Class name: formHost;<br>Method or attribute name: function castTempForm(formId: string, callback: AsyncCallback\<void>): void;<br>New version: 9<br>Substitute API: ohos.app.form.formHost|@ohos.application.formHost.d.ts|
749|Deprecated version changed|Class name: formHost;<br>Method or attribute name: function castTempForm(formId: string): Promise\<void>;<br>Old version: |Class name: formHost;<br>Method or attribute name: function castTempForm(formId: string): Promise\<void>;<br>New version: 9<br>Substitute API: ohos.app.form.formHost|@ohos.application.formHost.d.ts|
750|Deprecated version changed|Class name: formHost;<br>Method or attribute name: function notifyVisibleForms(formIds: Array\<string>, callback: AsyncCallback\<void>): void;<br>Old version: |Class name: formHost;<br>Method or attribute name: function notifyVisibleForms(formIds: Array\<string>, callback: AsyncCallback\<void>): void;<br>New version: 9<br>Substitute API: ohos.app.form.formHost|@ohos.application.formHost.d.ts|
751|Deprecated version changed|Class name: formHost;<br>Method or attribute name: function notifyVisibleForms(formIds: Array\<string>): Promise\<void>;<br>Old version: |Class name: formHost;<br>Method or attribute name: function notifyVisibleForms(formIds: Array\<string>): Promise\<void>;<br>New version: 9<br>Substitute API: ohos.app.form.formHost|@ohos.application.formHost.d.ts|
752|Deprecated version changed|Class name: formHost;<br>Method or attribute name: function notifyInvisibleForms(formIds: Array\<string>, callback: AsyncCallback\<void>): void;<br>Old version: |Class name: formHost;<br>Method or attribute name: function notifyInvisibleForms(formIds: Array\<string>, callback: AsyncCallback\<void>): void;<br>New version: 9<br>Substitute API: ohos.app.form.formHost|@ohos.application.formHost.d.ts|
753|Deprecated version changed|Class name: formHost;<br>Method or attribute name: function notifyInvisibleForms(formIds: Array\<string>): Promise\<void>;<br>Old version: |Class name: formHost;<br>Method or attribute name: function notifyInvisibleForms(formIds: Array\<string>): Promise\<void>;<br>New version: 9<br>Substitute API: ohos.app.form.formHost|@ohos.application.formHost.d.ts|
754|Deprecated version changed|Class name: formHost;<br>Method or attribute name: function enableFormsUpdate(formIds: Array\<string>, callback: AsyncCallback\<void>): void;<br>Old version: |Class name: formHost;<br>Method or attribute name: function enableFormsUpdate(formIds: Array\<string>, callback: AsyncCallback\<void>): void;<br>New version: 9<br>Substitute API: ohos.app.form.formHost|@ohos.application.formHost.d.ts|
755|Deprecated version changed|Class name: formHost;<br>Method or attribute name: function enableFormsUpdate(formIds: Array\<string>): Promise\<void>;<br>Old version: |Class name: formHost;<br>Method or attribute name: function enableFormsUpdate(formIds: Array\<string>): Promise\<void>;<br>New version: 9<br>Substitute API: ohos.app.form.formHost|@ohos.application.formHost.d.ts|
756|Deprecated version changed|Class name: formHost;<br>Method or attribute name: function disableFormsUpdate(formIds: Array\<string>, callback: AsyncCallback\<void>): void;<br>Old version: |Class name: formHost;<br>Method or attribute name: function disableFormsUpdate(formIds: Array\<string>, callback: AsyncCallback\<void>): void;<br>New version: 9<br>Substitute API: ohos.app.form.formHost|@ohos.application.formHost.d.ts|
757|Deprecated version changed|Class name: formHost;<br>Method or attribute name: function disableFormsUpdate(formIds: Array\<string>): Promise\<void>;<br>Old version: |Class name: formHost;<br>Method or attribute name: function disableFormsUpdate(formIds: Array\<string>): Promise\<void>;<br>New version: 9<br>Substitute API: ohos.app.form.formHost|@ohos.application.formHost.d.ts|
758|Deprecated version changed|Class name: formHost;<br>Method or attribute name: function isSystemReady(callback: AsyncCallback\<void>): void;<br>Old version: |Class name: formHost;<br>Method or attribute name: function isSystemReady(callback: AsyncCallback\<void>): void;<br>New version: 9<br>Substitute API: ohos.app.form.formHost|@ohos.application.formHost.d.ts|
759|Deprecated version changed|Class name: formHost;<br>Method or attribute name: function isSystemReady(): Promise\<void>;<br>Old version: |Class name: formHost;<br>Method or attribute name: function isSystemReady(): Promise\<void>;<br>New version: 9<br>Substitute API: ohos.app.form.formHost|@ohos.application.formHost.d.ts|
760|Deprecated version changed|Class name: formHost;<br>Method or attribute name: function getAllFormsInfo(callback: AsyncCallback\<Array\<formInfo.FormInfo>>): void;<br>Old version: |Class name: formHost;<br>Method or attribute name: function getAllFormsInfo(callback: AsyncCallback\<Array\<formInfo.FormInfo>>): void;<br>New version: 9<br>Substitute API: ohos.app.form.formHost|@ohos.application.formHost.d.ts|
761|Deprecated version changed|Class name: formHost;<br>Method or attribute name: function getAllFormsInfo(): Promise\<Array\<formInfo.FormInfo>>;<br>Old version: |Class name: formHost;<br>Method or attribute name: function getAllFormsInfo(): Promise\<Array\<formInfo.FormInfo>>;<br>New version: 9<br>Substitute API: ohos.app.form.formHost|@ohos.application.formHost.d.ts|
762|Deprecated version changed|Class name: formHost;<br>Method or attribute name: function getFormsInfo(bundleName: string, callback: AsyncCallback\<Array\<formInfo.FormInfo>>): void;<br>Old version: |Class name: formHost;<br>Method or attribute name: function getFormsInfo(bundleName: string, callback: AsyncCallback\<Array\<formInfo.FormInfo>>): void;<br>New version: 9<br>Substitute API: ohos.app.form.formHost|@ohos.application.formHost.d.ts|
763|Deprecated version changed|Class name: formHost;<br>Method or attribute name: function getFormsInfo(bundleName: string, moduleName: string, callback: AsyncCallback\<Array\<formInfo.FormInfo>>): void;<br>Old version: |Class name: formHost;<br>Method or attribute name: function getFormsInfo(bundleName: string, moduleName: string, callback: AsyncCallback\<Array\<formInfo.FormInfo>>): void;<br>New version: 9<br>Substitute API: ohos.app.form.formHost|@ohos.application.formHost.d.ts|
764|Deprecated version changed|Class name: formHost;<br>Method or attribute name: function getFormsInfo(bundleName: string, moduleName?: string): Promise\<Array\<formInfo.FormInfo>>;<br>Old version: |Class name: formHost;<br>Method or attribute name: function getFormsInfo(bundleName: string, moduleName?: string): Promise\<Array\<formInfo.FormInfo>>;<br>New version: 9<br>Substitute API: ohos.app.form.formHost|@ohos.application.formHost.d.ts|
765|Deprecated version changed|Class name: formHost;<br>Method or attribute name: function deleteInvalidForms(formIds: Array\<string>, callback: AsyncCallback\<number>): void;<br>Old version: |Class name: formHost;<br>Method or attribute name: function deleteInvalidForms(formIds: Array\<string>, callback: AsyncCallback\<number>): void;<br>New version: 9<br>Substitute API: ohos.app.form.formHost|@ohos.application.formHost.d.ts|
766|Deprecated version changed|Class name: formHost;<br>Method or attribute name: function deleteInvalidForms(formIds: Array\<string>): Promise\<number>;<br>Old version: |Class name: formHost;<br>Method or attribute name: function deleteInvalidForms(formIds: Array\<string>): Promise\<number>;<br>New version: 9<br>Substitute API: ohos.app.form.formHost|@ohos.application.formHost.d.ts|
767|Deprecated version changed|Class name: formHost;<br>Method or attribute name: function acquireFormState(want: Want, callback: AsyncCallback\<formInfo.FormStateInfo>): void;<br>Old version: |Class name: formHost;<br>Method or attribute name: function acquireFormState(want: Want, callback: AsyncCallback\<formInfo.FormStateInfo>): void;<br>New version: 9<br>Substitute API: ohos.app.form.formHost|@ohos.application.formHost.d.ts|
768|Deprecated version changed|Class name: formHost;<br>Method or attribute name: function acquireFormState(want: Want): Promise\<formInfo.FormStateInfo>;<br>Old version: |Class name: formHost;<br>Method or attribute name: function acquireFormState(want: Want): Promise\<formInfo.FormStateInfo>;<br>New version: 9<br>Substitute API: ohos.app.form.formHost|@ohos.application.formHost.d.ts|
769|Deprecated version changed|Class name: formHost;<br>Method or attribute name: function on(type: "formUninstall", callback: Callback\<string>): void;<br>Old version: |Class name: formHost;<br>Method or attribute name: function on(type: "formUninstall", callback: Callback\<string>): void;<br>New version: 9<br>Substitute API: ohos.app.form.formHost|@ohos.application.formHost.d.ts|
770|Deprecated version changed|Class name: formHost;<br>Method or attribute name: function off(type: "formUninstall", callback?: Callback\<string>): void;<br>Old version: |Class name: formHost;<br>Method or attribute name: function off(type: "formUninstall", callback?: Callback\<string>): void;<br>New version: 9<br>Substitute API: ohos.app.form.formHost|@ohos.application.formHost.d.ts|
771|Deprecated version changed|Class name: formHost;<br>Method or attribute name: function notifyFormsVisible(formIds: Array\<string>, isVisible: boolean, callback: AsyncCallback\<void>): void;<br>Old version: |Class name: formHost;<br>Method or attribute name: function notifyFormsVisible(formIds: Array\<string>, isVisible: boolean, callback: AsyncCallback\<void>): void;<br>New version: 9<br>Substitute API: ohos.app.form.formHost|@ohos.application.formHost.d.ts|
772|Deprecated version changed|Class name: formHost;<br>Method or attribute name: function notifyFormsVisible(formIds: Array\<string>, isVisible: boolean): Promise\<void>;<br>Old version: |Class name: formHost;<br>Method or attribute name: function notifyFormsVisible(formIds: Array\<string>, isVisible: boolean): Promise\<void>;<br>New version: 9<br>Substitute API: ohos.app.form.formHost|@ohos.application.formHost.d.ts|
773|Deprecated version changed|Class name: formHost;<br>Method or attribute name: function notifyFormsEnableUpdate(formIds: Array\<string>, isEnableUpdate: boolean, callback: AsyncCallback\<void>): void;<br>Old version: |Class name: formHost;<br>Method or attribute name: function notifyFormsEnableUpdate(formIds: Array\<string>, isEnableUpdate: boolean, callback: AsyncCallback\<void>): void;<br>New version: 9<br>Substitute API: ohos.app.form.formHost|@ohos.application.formHost.d.ts|
774|Deprecated version changed|Class name: formHost;<br>Method or attribute name: function notifyFormsEnableUpdate(formIds: Array\<string>, isEnableUpdate: boolean): Promise\<void>;<br>Old version: |Class name: formHost;<br>Method or attribute name: function notifyFormsEnableUpdate(formIds: Array\<string>, isEnableUpdate: boolean): Promise\<void>;<br>New version: 9<br>Substitute API: ohos.app.form.formHost|@ohos.application.formHost.d.ts|
775|Deprecated version changed|Class name: formInfo;<br>Method or attribute name: declare formInfo<br>Old version: |Class name: formInfo;<br>Method or attribute name: declare formInfo<br>New version: 9<br>Substitute API: ohos.app.form.formInfo|@ohos.application.formInfo.d.ts|
776|Deprecated version changed|Class name: FormInfo;<br>Method or attribute name: interface FormInfo<br>Old version: |Class name: FormInfo;<br>Method or attribute name: interface FormInfo<br>New version: 9<br>Substitute API: ohos.app.form.formInfo|@ohos.application.formInfo.d.ts|
777|Deprecated version changed|Class name: FormInfo;<br>Method or attribute name: bundleName: string;<br>Old version: |Class name: FormInfo;<br>Method or attribute name: bundleName: string;<br>New version: 9<br>Substitute API: ohos.app.form.formInfo|@ohos.application.formInfo.d.ts|
778|Deprecated version changed|Class name: FormInfo;<br>Method or attribute name: moduleName: string;<br>Old version: |Class name: FormInfo;<br>Method or attribute name: moduleName: string;<br>New version: 9<br>Substitute API: ohos.app.form.formInfo|@ohos.application.formInfo.d.ts|
779|Deprecated version changed|Class name: FormInfo;<br>Method or attribute name: abilityName: string;<br>Old version: |Class name: FormInfo;<br>Method or attribute name: abilityName: string;<br>New version: 9<br>Substitute API: ohos.app.form.formInfo|@ohos.application.formInfo.d.ts|
780|Deprecated version changed|Class name: FormInfo;<br>Method or attribute name: name: string;<br>Old version: |Class name: FormInfo;<br>Method or attribute name: name: string;<br>New version: 9<br>Substitute API: ohos.app.form.formInfo|@ohos.application.formInfo.d.ts|
781|Deprecated version changed|Class name: FormInfo;<br>Method or attribute name: description: string;<br>Old version: |Class name: FormInfo;<br>Method or attribute name: description: string;<br>New version: 9<br>Substitute API: ohos.app.form.formInfo|@ohos.application.formInfo.d.ts|
782|Deprecated version changed|Class name: FormInfo;<br>Method or attribute name: type: FormType;<br>Old version: |Class name: FormInfo;<br>Method or attribute name: type: FormType;<br>New version: 9<br>Substitute API: ohos.app.form.formInfo|@ohos.application.formInfo.d.ts|
783|Deprecated version changed|Class name: FormInfo;<br>Method or attribute name: jsComponentName: string;<br>Old version: |Class name: FormInfo;<br>Method or attribute name: jsComponentName: string;<br>New version: 9<br>Substitute API: ohos.app.form.formInfo|@ohos.application.formInfo.d.ts|
784|Deprecated version changed|Class name: FormInfo;<br>Method or attribute name: colorMode: ColorMode;<br>Old version: |Class name: FormInfo;<br>Method or attribute name: colorMode: ColorMode;<br>New version: 9<br>Substitute API: ohos.app.form.formInfo|@ohos.application.formInfo.d.ts|
785|Deprecated version changed|Class name: FormInfo;<br>Method or attribute name: isDefault: boolean;<br>Old version: |Class name: FormInfo;<br>Method or attribute name: isDefault: boolean;<br>New version: 9<br>Substitute API: ohos.app.form.formInfo|@ohos.application.formInfo.d.ts|
786|Deprecated version changed|Class name: FormInfo;<br>Method or attribute name: updateEnabled: boolean;<br>Old version: |Class name: FormInfo;<br>Method or attribute name: updateEnabled: boolean;<br>New version: 9<br>Substitute API: ohos.app.form.formInfo|@ohos.application.formInfo.d.ts|
787|Deprecated version changed|Class name: FormInfo;<br>Method or attribute name: formVisibleNotify: boolean;<br>Old version: |Class name: FormInfo;<br>Method or attribute name: formVisibleNotify: boolean;<br>New version: 9<br>Substitute API: ohos.app.form.formInfo|@ohos.application.formInfo.d.ts|
788|Deprecated version changed|Class name: FormInfo;<br>Method or attribute name: relatedBundleName: string;<br>Old version: |Class name: FormInfo;<br>Method or attribute name: relatedBundleName: string;<br>New version: 9<br>Substitute API: ohos.app.form.formInfo|@ohos.application.formInfo.d.ts|
789|Deprecated version changed|Class name: FormInfo;<br>Method or attribute name: scheduledUpdateTime: string;<br>Old version: |Class name: FormInfo;<br>Method or attribute name: scheduledUpdateTime: string;<br>New version: 9<br>Substitute API: ohos.app.form.formInfo|@ohos.application.formInfo.d.ts|
790|Deprecated version changed|Class name: FormInfo;<br>Method or attribute name: formConfigAbility: string;<br>Old version: |Class name: FormInfo;<br>Method or attribute name: formConfigAbility: string;<br>New version: 9<br>Substitute API: ohos.app.form.formInfo|@ohos.application.formInfo.d.ts|
791|Deprecated version changed|Class name: FormInfo;<br>Method or attribute name: updateDuration: number;<br>Old version: |Class name: FormInfo;<br>Method or attribute name: updateDuration: number;<br>New version: 9<br>Substitute API: ohos.app.form.formInfo|@ohos.application.formInfo.d.ts|
792|Deprecated version changed|Class name: FormInfo;<br>Method or attribute name: defaultDimension: number;<br>Old version: |Class name: FormInfo;<br>Method or attribute name: defaultDimension: number;<br>New version: 9<br>Substitute API: ohos.app.form.formInfo|@ohos.application.formInfo.d.ts|
793|Deprecated version changed|Class name: FormInfo;<br>Method or attribute name: supportDimensions: Array\<number>;<br>Old version: |Class name: FormInfo;<br>Method or attribute name: supportDimensions: Array\<number>;<br>New version: 9<br>Substitute API: ohos.app.form.formInfo|@ohos.application.formInfo.d.ts|
794|Deprecated version changed|Class name: FormInfo;<br>Method or attribute name: customizeData: {[key: string]: [value: string]};<br>Old version: |Class name: FormInfo;<br>Method or attribute name: customizeData: {[key: string]: [value: string]};<br>New version: 9<br>Substitute API: ohos.app.form.formInfo|@ohos.application.formInfo.d.ts|
795|Deprecated version changed|Class name: FormType;<br>Method or attribute name: enum FormType<br>Old version: |Class name: FormType;<br>Method or attribute name: enum FormType<br>New version: 9<br>Substitute API: ohos.app.form.formInfo|@ohos.application.formInfo.d.ts|
796|Deprecated version changed|Class name: FormType;<br>Method or attribute name: JS = 1<br>Old version: |Class name: FormType;<br>Method or attribute name: JS = 1<br>New version: 9<br>Substitute API: ohos.app.form.formInfo|@ohos.application.formInfo.d.ts|
797|Deprecated version changed|Class name: ColorMode;<br>Method or attribute name: enum ColorMode<br>Old version: |Class name: ColorMode;<br>Method or attribute name: enum ColorMode<br>New version: 9<br>Substitute API: ohos.app.form.formInfo|@ohos.application.formInfo.d.ts|
798|Deprecated version changed|Class name: ColorMode;<br>Method or attribute name: MODE_AUTO = -1<br>Old version: |Class name: ColorMode;<br>Method or attribute name: MODE_AUTO = -1<br>New version: 9<br>Substitute API: ohos.app.form.formInfo|@ohos.application.formInfo.d.ts|
799|Deprecated version changed|Class name: ColorMode;<br>Method or attribute name: MODE_DARK = 0<br>Old version: |Class name: ColorMode;<br>Method or attribute name: MODE_DARK = 0<br>New version: 9<br>Substitute API: ohos.app.form.formInfo|@ohos.application.formInfo.d.ts|
800|Deprecated version changed|Class name: ColorMode;<br>Method or attribute name: MODE_LIGHT = 1<br>Old version: |Class name: ColorMode;<br>Method or attribute name: MODE_LIGHT = 1<br>New version: 9<br>Substitute API: ohos.app.form.formInfo|@ohos.application.formInfo.d.ts|
801|Deprecated version changed|Class name: FormStateInfo;<br>Method or attribute name: interface FormStateInfo<br>Old version: |Class name: FormStateInfo;<br>Method or attribute name: interface FormStateInfo<br>New version: 9<br>Substitute API: ohos.app.form.formInfo|@ohos.application.formInfo.d.ts|
802|Deprecated version changed|Class name: FormStateInfo;<br>Method or attribute name: formState: FormState;<br>Old version: |Class name: FormStateInfo;<br>Method or attribute name: formState: FormState;<br>New version: 9<br>Substitute API: ohos.app.form.formInfo|@ohos.application.formInfo.d.ts|
803|Deprecated version changed|Class name: FormStateInfo;<br>Method or attribute name: want: Want;<br>Old version: |Class name: FormStateInfo;<br>Method or attribute name: want: Want;<br>New version: 9<br>Substitute API: ohos.app.form.formInfo|@ohos.application.formInfo.d.ts|
804|Deprecated version changed|Class name: FormState;<br>Method or attribute name: enum FormState<br>Old version: |Class name: FormState;<br>Method or attribute name: enum FormState<br>New version: 9<br>Substitute API: ohos.app.form.formInfo|@ohos.application.formInfo.d.ts|
805|Deprecated version changed|Class name: FormState;<br>Method or attribute name: UNKNOWN = -1<br>Old version: |Class name: FormState;<br>Method or attribute name: UNKNOWN = -1<br>New version: 9<br>Substitute API: ohos.app.form.formInfo|@ohos.application.formInfo.d.ts|
806|Deprecated version changed|Class name: FormState;<br>Method or attribute name: DEFAULT = 0<br>Old version: |Class name: FormState;<br>Method or attribute name: DEFAULT = 0<br>New version: 9<br>Substitute API: ohos.app.form.formInfo|@ohos.application.formInfo.d.ts|
807|Deprecated version changed|Class name: FormState;<br>Method or attribute name: READY = 1<br>Old version: |Class name: FormState;<br>Method or attribute name: READY = 1<br>New version: 9<br>Substitute API: ohos.app.form.formInfo|@ohos.application.formInfo.d.ts|
808|Deprecated version changed|Class name: FormParam;<br>Method or attribute name: enum FormParam<br>Old version: |Class name: FormParam;<br>Method or attribute name: enum FormParam<br>New version: 9<br>Substitute API: ohos.app.form.formInfo|@ohos.application.formInfo.d.ts|
809|Deprecated version changed|Class name: FormParam;<br>Method or attribute name: IDENTITY_KEY = "ohos.extra.param.key.form_identity"<br>Old version: |Class name: FormParam;<br>Method or attribute name: IDENTITY_KEY = "ohos.extra.param.key.form_identity"<br>New version: 9<br>Substitute API: ohos.app.form.formInfo|@ohos.application.formInfo.d.ts|
810|Deprecated version changed|Class name: FormParam;<br>Method or attribute name: DIMENSION_KEY = "ohos.extra.param.key.form_dimension"<br>Old version: |Class name: FormParam;<br>Method or attribute name: DIMENSION_KEY = "ohos.extra.param.key.form_dimension"<br>New version: 9<br>Substitute API: ohos.app.form.formInfo|@ohos.application.formInfo.d.ts|
811|Deprecated version changed|Class name: FormParam;<br>Method or attribute name: NAME_KEY = "ohos.extra.param.key.form_name"<br>Old version: |Class name: FormParam;<br>Method or attribute name: NAME_KEY = "ohos.extra.param.key.form_name"<br>New version: 9<br>Substitute API: ohos.app.form.formInfo|@ohos.application.formInfo.d.ts|
812|Deprecated version changed|Class name: FormParam;<br>Method or attribute name: MODULE_NAME_KEY = "ohos.extra.param.key.module_name"<br>Old version: |Class name: FormParam;<br>Method or attribute name: MODULE_NAME_KEY = "ohos.extra.param.key.module_name"<br>New version: 9<br>Substitute API: ohos.app.form.formInfo|@ohos.application.formInfo.d.ts|
813|Deprecated version changed|Class name: FormParam;<br>Method or attribute name: WIDTH_KEY = "ohos.extra.param.key.form_width"<br>Old version: |Class name: FormParam;<br>Method or attribute name: WIDTH_KEY = "ohos.extra.param.key.form_width"<br>New version: 9<br>Substitute API: ohos.app.form.formInfo|@ohos.application.formInfo.d.ts|
814|Deprecated version changed|Class name: FormParam;<br>Method or attribute name: HEIGHT_KEY = "ohos.extra.param.key.form_height"<br>Old version: |Class name: FormParam;<br>Method or attribute name: HEIGHT_KEY = "ohos.extra.param.key.form_height"<br>New version: 9<br>Substitute API: ohos.app.form.formInfo|@ohos.application.formInfo.d.ts|
815|Deprecated version changed|Class name: FormParam;<br>Method or attribute name: TEMPORARY_KEY = "ohos.extra.param.key.form_temporary"<br>Old version: |Class name: FormParam;<br>Method or attribute name: TEMPORARY_KEY = "ohos.extra.param.key.form_temporary"<br>New version: 9<br>Substitute API: ohos.app.form.formInfo|@ohos.application.formInfo.d.ts|
816|Deprecated version changed|Class name: formProvider;<br>Method or attribute name: declare formProvider<br>Old version: |Class name: formProvider;<br>Method or attribute name: declare formProvider<br>New version: 9<br>Substitute API: ohos.app.form.formProvider|@ohos.application.formProvider.d.ts|
817|Deprecated version changed|Class name: formProvider;<br>Method or attribute name: function setFormNextRefreshTime(formId: string, minute: number, callback: AsyncCallback\<void>): void;<br>Old version: |Class name: formProvider;<br>Method or attribute name: function setFormNextRefreshTime(formId: string, minute: number, callback: AsyncCallback\<void>): void;<br>New version: 9<br>Substitute API: ohos.app.form.formProvider|@ohos.application.formProvider.d.ts|
818|Deprecated version changed|Class name: formProvider;<br>Method or attribute name: function setFormNextRefreshTime(formId: string, minute: number): Promise\<void>;<br>Old version: |Class name: formProvider;<br>Method or attribute name: function setFormNextRefreshTime(formId: string, minute: number): Promise\<void>;<br>New version: 9<br>Substitute API: ohos.app.form.formProvider|@ohos.application.formProvider.d.ts|
819|Deprecated version changed|Class name: formProvider;<br>Method or attribute name: function updateForm(formId: string, formBindingData: formBindingData.FormBindingData,<br><br>        callback: AsyncCallback\<void>): void;<br>Old version: |Class name: formProvider;<br>Method or attribute name: function updateForm(formId: string, formBindingData: formBindingData.FormBindingData,<br><br>        callback: AsyncCallback\<void>): void;<br>New version: 9<br>Substitute API: ohos.app.form.formProvider|@ohos.application.formProvider.d.ts|
820|Deprecated version changed|Class name: formProvider;<br>Method or attribute name: function updateForm(formId: string, formBindingData: formBindingData.FormBindingData): Promise\<void>;<br>Old version: |Class name: formProvider;<br>Method or attribute name: function updateForm(formId: string, formBindingData: formBindingData.FormBindingData): Promise\<void>;<br>New version: 9<br>Substitute API: ohos.app.form.formProvider|@ohos.application.formProvider.d.ts|
821|Deprecated version changed|Class name: missionManager;<br>Method or attribute name: declare missionManager<br>Old version: |Class name: missionManager;<br>Method or attribute name: declare missionManager<br>New version: 9<br>Substitute API: ohos.app.ability.missionManager|@ohos.application.missionManager.d.ts|
822|Deprecated version changed|Class name: missionManager;<br>Method or attribute name: function registerMissionListener(listener: MissionListener): number;<br>Old version: |Class name: missionManager;<br>Method or attribute name: function registerMissionListener(listener: MissionListener): number;<br>New version: 9<br>Substitute API: ohos.app.ability.missionManager|@ohos.application.missionManager.d.ts|
823|Deprecated version changed|Class name: missionManager;<br>Method or attribute name: function unregisterMissionListener(listenerId: number, callback: AsyncCallback\<void>): void;<br>Old version: |Class name: missionManager;<br>Method or attribute name: function unregisterMissionListener(listenerId: number, callback: AsyncCallback\<void>): void;<br>New version: 9<br>Substitute API: ohos.app.ability.missionManager|@ohos.application.missionManager.d.ts|
824|Deprecated version changed|Class name: missionManager;<br>Method or attribute name: function unregisterMissionListener(listenerId: number): Promise\<void>;<br>Old version: |Class name: missionManager;<br>Method or attribute name: function unregisterMissionListener(listenerId: number): Promise\<void>;<br>New version: 9<br>Substitute API: ohos.app.ability.missionManager|@ohos.application.missionManager.d.ts|
825|Deprecated version changed|Class name: missionManager;<br>Method or attribute name: function getMissionInfo(deviceId: string, missionId: number, callback: AsyncCallback\<MissionInfo>): void;<br>Old version: |Class name: missionManager;<br>Method or attribute name: function getMissionInfo(deviceId: string, missionId: number, callback: AsyncCallback\<MissionInfo>): void;<br>New version: 9<br>Substitute API: ohos.app.ability.missionManager|@ohos.application.missionManager.d.ts|
826|Deprecated version changed|Class name: missionManager;<br>Method or attribute name: function getMissionInfo(deviceId: string, missionId: number): Promise\<MissionInfo>;<br>Old version: |Class name: missionManager;<br>Method or attribute name: function getMissionInfo(deviceId: string, missionId: number): Promise\<MissionInfo>;<br>New version: 9<br>Substitute API: ohos.app.ability.missionManager|@ohos.application.missionManager.d.ts|
827|Deprecated version changed|Class name: missionManager;<br>Method or attribute name: function getMissionInfos(deviceId: string, numMax: number, callback: AsyncCallback\<Array\<MissionInfo>>): void;<br>Old version: |Class name: missionManager;<br>Method or attribute name: function getMissionInfos(deviceId: string, numMax: number, callback: AsyncCallback\<Array\<MissionInfo>>): void;<br>New version: 9<br>Substitute API: ohos.app.ability.missionManager|@ohos.application.missionManager.d.ts|
828|Deprecated version changed|Class name: missionManager;<br>Method or attribute name: function getMissionInfos(deviceId: string, numMax: number): Promise\<Array\<MissionInfo>>;<br>Old version: |Class name: missionManager;<br>Method or attribute name: function getMissionInfos(deviceId: string, numMax: number): Promise\<Array\<MissionInfo>>;<br>New version: 9<br>Substitute API: ohos.app.ability.missionManager|@ohos.application.missionManager.d.ts|
829|Deprecated version changed|Class name: missionManager;<br>Method or attribute name: function getMissionSnapShot(deviceId: string, missionId: number, callback: AsyncCallback\<MissionSnapshot>): void;<br>Old version: |Class name: missionManager;<br>Method or attribute name: function getMissionSnapShot(deviceId: string, missionId: number, callback: AsyncCallback\<MissionSnapshot>): void;<br>New version: 9<br>Substitute API: ohos.app.ability.missionManager|@ohos.application.missionManager.d.ts|
830|Deprecated version changed|Class name: missionManager;<br>Method or attribute name: function getMissionSnapShot(deviceId: string, missionId: number): Promise\<MissionSnapshot>;<br>Old version: |Class name: missionManager;<br>Method or attribute name: function getMissionSnapShot(deviceId: string, missionId: number): Promise\<MissionSnapshot>;<br>New version: 9<br>Substitute API: ohos.app.ability.missionManager|@ohos.application.missionManager.d.ts|
831|Deprecated version changed|Class name: missionManager;<br>Method or attribute name: function lockMission(missionId: number, callback: AsyncCallback\<void>): void;<br>Old version: |Class name: missionManager;<br>Method or attribute name: function lockMission(missionId: number, callback: AsyncCallback\<void>): void;<br>New version: 9<br>Substitute API: ohos.app.ability.missionManager|@ohos.application.missionManager.d.ts|
832|Deprecated version changed|Class name: missionManager;<br>Method or attribute name: function lockMission(missionId: number): Promise\<void>;<br>Old version: |Class name: missionManager;<br>Method or attribute name: function lockMission(missionId: number): Promise\<void>;<br>New version: 9<br>Substitute API: ohos.app.ability.missionManager|@ohos.application.missionManager.d.ts|
833|Deprecated version changed|Class name: missionManager;<br>Method or attribute name: function unlockMission(missionId: number, callback: AsyncCallback\<void>): void;<br>Old version: |Class name: missionManager;<br>Method or attribute name: function unlockMission(missionId: number, callback: AsyncCallback\<void>): void;<br>New version: 9<br>Substitute API: ohos.app.ability.missionManager|@ohos.application.missionManager.d.ts|
834|Deprecated version changed|Class name: missionManager;<br>Method or attribute name: function unlockMission(missionId: number): Promise\<void>;<br>Old version: |Class name: missionManager;<br>Method or attribute name: function unlockMission(missionId: number): Promise\<void>;<br>New version: 9<br>Substitute API: ohos.app.ability.missionManager|@ohos.application.missionManager.d.ts|
835|Deprecated version changed|Class name: missionManager;<br>Method or attribute name: function clearMission(missionId: number, callback: AsyncCallback\<void>): void;<br>Old version: |Class name: missionManager;<br>Method or attribute name: function clearMission(missionId: number, callback: AsyncCallback\<void>): void;<br>New version: 9<br>Substitute API: ohos.app.ability.missionManager|@ohos.application.missionManager.d.ts|
836|Deprecated version changed|Class name: missionManager;<br>Method or attribute name: function clearMission(missionId: number): Promise\<void>;<br>Old version: |Class name: missionManager;<br>Method or attribute name: function clearMission(missionId: number): Promise\<void>;<br>New version: 9<br>Substitute API: ohos.app.ability.missionManager|@ohos.application.missionManager.d.ts|
837|Deprecated version changed|Class name: missionManager;<br>Method or attribute name: function clearAllMissions(callback: AsyncCallback\<void>): void;<br>Old version: |Class name: missionManager;<br>Method or attribute name: function clearAllMissions(callback: AsyncCallback\<void>): void;<br>New version: 9<br>Substitute API: ohos.app.ability.missionManager|@ohos.application.missionManager.d.ts|
838|Deprecated version changed|Class name: missionManager;<br>Method or attribute name: function clearAllMissions(): Promise\<void>;<br>Old version: |Class name: missionManager;<br>Method or attribute name: function clearAllMissions(): Promise\<void>;<br>New version: 9<br>Substitute API: ohos.app.ability.missionManager|@ohos.application.missionManager.d.ts|
839|Deprecated version changed|Class name: missionManager;<br>Method or attribute name: function moveMissionToFront(missionId: number, callback: AsyncCallback\<void>): void;<br>Old version: |Class name: missionManager;<br>Method or attribute name: function moveMissionToFront(missionId: number, callback: AsyncCallback\<void>): void;<br>New version: 9<br>Substitute API: ohos.app.ability.missionManager|@ohos.application.missionManager.d.ts|
840|Deprecated version changed|Class name: missionManager;<br>Method or attribute name: function moveMissionToFront(missionId: number, options: StartOptions, callback: AsyncCallback\<void>): void;<br>Old version: |Class name: missionManager;<br>Method or attribute name: function moveMissionToFront(missionId: number, options: StartOptions, callback: AsyncCallback\<void>): void;<br>New version: 9<br>Substitute API: ohos.app.ability.missionManager|@ohos.application.missionManager.d.ts|
841|Deprecated version changed|Class name: missionManager;<br>Method or attribute name: function moveMissionToFront(missionId: number, options?: StartOptions): Promise\<void>;<br>Old version: |Class name: missionManager;<br>Method or attribute name: function moveMissionToFront(missionId: number, options?: StartOptions): Promise\<void>;<br>New version: 9<br>Substitute API: ohos.app.ability.missionManager|@ohos.application.missionManager.d.ts|
842|Deprecated version changed|Class name: Want;<br>Method or attribute name: export default class Want<br>Old version: |Class name: Want;<br>Method or attribute name: export default class Want<br>New version: 9<br>Substitute API: ohos.app.ability.Want|@ohos.application.Want.d.ts|
843|Deprecated version changed|Class name: Want;<br>Method or attribute name: deviceId?: string;<br>Old version: |Class name: Want;<br>Method or attribute name: deviceId?: string;<br>New version: 9<br>Substitute API: ohos.app.ability.Want|@ohos.application.Want.d.ts|
844|Deprecated version changed|Class name: Want;<br>Method or attribute name: bundleName?: string;<br>Old version: |Class name: Want;<br>Method or attribute name: bundleName?: string;<br>New version: 9<br>Substitute API: ohos.app.ability.Want|@ohos.application.Want.d.ts|
845|Deprecated version changed|Class name: Want;<br>Method or attribute name: abilityName?: string;<br>Old version: |Class name: Want;<br>Method or attribute name: abilityName?: string;<br>New version: 9<br>Substitute API: ohos.app.ability.Want|@ohos.application.Want.d.ts|
846|Deprecated version changed|Class name: Want;<br>Method or attribute name: uri?: string;<br>Old version: |Class name: Want;<br>Method or attribute name: uri?: string;<br>New version: 9<br>Substitute API: ohos.app.ability.Want|@ohos.application.Want.d.ts|
847|Deprecated version changed|Class name: Want;<br>Method or attribute name: type?: string;<br>Old version: |Class name: Want;<br>Method or attribute name: type?: string;<br>New version: 9<br>Substitute API: ohos.app.ability.Want|@ohos.application.Want.d.ts|
848|Deprecated version changed|Class name: Want;<br>Method or attribute name: flags?: number;<br>Old version: |Class name: Want;<br>Method or attribute name: flags?: number;<br>New version: 9<br>Substitute API: ohos.app.ability.Want|@ohos.application.Want.d.ts|
849|Deprecated version changed|Class name: Want;<br>Method or attribute name: action?: string;<br>Old version: |Class name: Want;<br>Method or attribute name: action?: string;<br>New version: 9<br>Substitute API: ohos.app.ability.Want|@ohos.application.Want.d.ts|
850|Deprecated version changed|Class name: Want;<br>Method or attribute name: parameters?: {[key: string]: any};<br>Old version: |Class name: Want;<br>Method or attribute name: parameters?: {[key: string]: any};<br>New version: 9<br>Substitute API: ohos.app.ability.Want|@ohos.application.Want.d.ts|
851|Deprecated version changed|Class name: Want;<br>Method or attribute name: entities?: Array\<string>;<br>Old version: |Class name: Want;<br>Method or attribute name: entities?: Array\<string>;<br>New version: 9<br>Substitute API: ohos.app.ability.Want|@ohos.application.Want.d.ts|
852|Deprecated version changed|Class name: continuationManager;<br>Method or attribute name: function on(type: "deviceConnect", callback: Callback\<ContinuationResult>): void;<br>Old version: |Class name: continuationManager;<br>Method or attribute name: function on(type: "deviceConnect", callback: Callback\<ContinuationResult>): void;<br>New version: 9<br>Substitute API: ohos.continuation.continuationManager.continuationManager#on/off(type:|@ohos.continuation.continuationManager.d.ts|
853|Deprecated version changed|Class name: continuationManager;<br>Method or attribute name: function on(type: "deviceDisconnect", callback: Callback\<string>): void;<br>Old version: |Class name: continuationManager;<br>Method or attribute name: function on(type: "deviceDisconnect", callback: Callback\<string>): void;<br>New version: 9<br>Substitute API: ohos.continuation.continuationManager.continuationManager#on/off(type:|@ohos.continuation.continuationManager.d.ts|
854|Deprecated version changed|Class name: continuationManager;<br>Method or attribute name: function register(callback: AsyncCallback\<number>): void;<br>Old version: |Class name: continuationManager;<br>Method or attribute name: function register(callback: AsyncCallback\<number>): void;<br>New version: 9<br>Substitute API: ohos.continuation.continuationManager.continuationManager#registerContinuation|@ohos.continuation.continuationManager.d.ts|
855|Deprecated version changed|Class name: continuationManager;<br>Method or attribute name: function register(options: ContinuationExtraParams, callback: AsyncCallback\<number>): void;<br>Old version: |Class name: continuationManager;<br>Method or attribute name: function register(options: ContinuationExtraParams, callback: AsyncCallback\<number>): void;<br>New version: 9<br>Substitute API: ohos.continuation.continuationManager.continuationManager#registerContinuation|@ohos.continuation.continuationManager.d.ts|
856|Deprecated version changed|Class name: continuationManager;<br>Method or attribute name: function register(options?: ContinuationExtraParams): Promise\<number>;<br>Old version: |Class name: continuationManager;<br>Method or attribute name: function register(options?: ContinuationExtraParams): Promise\<number>;<br>New version: 9<br>Substitute API: ohos.continuation.continuationManager.continuationManager#registerContinuation|@ohos.continuation.continuationManager.d.ts|
857|Deprecated version changed|Class name: continuationManager;<br>Method or attribute name: function unregister(token: number, callback: AsyncCallback\<void>): void;<br>Old version: |Class name: continuationManager;<br>Method or attribute name: function unregister(token: number, callback: AsyncCallback\<void>): void;<br>New version: 9<br>Substitute API: ohos.continuation.continuationManager.continuationManager#unregisterContinuation|@ohos.continuation.continuationManager.d.ts|
858|Deprecated version changed|Class name: continuationManager;<br>Method or attribute name: function unregister(token: number): Promise\<void>;<br>Old version: |Class name: continuationManager;<br>Method or attribute name: function unregister(token: number): Promise\<void>;<br>New version: 9<br>Substitute API: ohos.continuation.continuationManager.continuationManager#unregisterContinuation|@ohos.continuation.continuationManager.d.ts|
859|Deprecated version changed|Class name: continuationManager;<br>Method or attribute name: function updateConnectStatus(token: number, deviceId: string, status: DeviceConnectState, callback: AsyncCallback\<void>): void;<br>Old version: |Class name: continuationManager;<br>Method or attribute name: function updateConnectStatus(token: number, deviceId: string, status: DeviceConnectState, callback: AsyncCallback\<void>): void;<br>New version: 9<br>Substitute API: ohos.continuation.continuationManager.continuationManager#updateContinuationState|@ohos.continuation.continuationManager.d.ts|
860|Deprecated version changed|Class name: continuationManager;<br>Method or attribute name: function updateConnectStatus(token: number, deviceId: string, status: DeviceConnectState): Promise\<void>;<br>Old version: |Class name: continuationManager;<br>Method or attribute name: function updateConnectStatus(token: number, deviceId: string, status: DeviceConnectState): Promise\<void>;<br>New version: 9<br>Substitute API: ohos.continuation.continuationManager.continuationManager#updateContinuationState|@ohos.continuation.continuationManager.d.ts|
861|Deprecated version changed|Class name: continuationManager;<br>Method or attribute name: function startDeviceManager(token: number, callback: AsyncCallback\<void>): void;<br>Old version: |Class name: continuationManager;<br>Method or attribute name: function startDeviceManager(token: number, callback: AsyncCallback\<void>): void;<br>New version: 9<br>Substitute API: ohos.continuation.continuationManager.continuationManager#startContinuationDeviceManager|@ohos.continuation.continuationManager.d.ts|
862|Deprecated version changed|Class name: continuationManager;<br>Method or attribute name: function startDeviceManager(token: number, options: ContinuationExtraParams, callback: AsyncCallback\<void>): void;<br>Old version: |Class name: continuationManager;<br>Method or attribute name: function startDeviceManager(token: number, options: ContinuationExtraParams, callback: AsyncCallback\<void>): void;<br>New version: 9<br>Substitute API: ohos.continuation.continuationManager.continuationManager#startContinuationDeviceManager|@ohos.continuation.continuationManager.d.ts|
863|Deprecated version changed|Class name: continuationManager;<br>Method or attribute name: function startDeviceManager(token: number, options?: ContinuationExtraParams): Promise\<void>;<br>Old version: |Class name: continuationManager;<br>Method or attribute name: function startDeviceManager(token: number, options?: ContinuationExtraParams): Promise\<void>;<br>New version: 9<br>Substitute API: ohos.continuation.continuationManager.continuationManager#startContinuationDeviceManager|@ohos.continuation.continuationManager.d.ts|
864|Deprecated version changed|Class name: wantAgent;<br>Method or attribute name: declare wantAgent<br>Old version: |Class name: wantAgent;<br>Method or attribute name: declare wantAgent<br>New version: 9<br>Substitute API: ohos.app.ability.wantAgent|@ohos.wantAgent.d.ts|
865|Deprecated version changed|Class name: wantAgent;<br>Method or attribute name: function getBundleName(agent: WantAgent, callback: AsyncCallback\<string>): void;<br>Old version: |Class name: wantAgent;<br>Method or attribute name: function getBundleName(agent: WantAgent, callback: AsyncCallback\<string>): void;<br>New version: 9<br>Substitute API: ohos.app.ability.wantAgent|@ohos.wantAgent.d.ts|
866|Deprecated version changed|Class name: wantAgent;<br>Method or attribute name: function getBundleName(agent: WantAgent): Promise\<string>;<br>Old version: |Class name: wantAgent;<br>Method or attribute name: function getBundleName(agent: WantAgent): Promise\<string>;<br>New version: 9<br>Substitute API: ohos.app.ability.wantAgent|@ohos.wantAgent.d.ts|
867|Deprecated version changed|Class name: wantAgent;<br>Method or attribute name: function getUid(agent: WantAgent, callback: AsyncCallback\<number>): void;<br>Old version: |Class name: wantAgent;<br>Method or attribute name: function getUid(agent: WantAgent, callback: AsyncCallback\<number>): void;<br>New version: 9<br>Substitute API: ohos.app.ability.wantAgent|@ohos.wantAgent.d.ts|
868|Deprecated version changed|Class name: wantAgent;<br>Method or attribute name: function getUid(agent: WantAgent): Promise\<number>;<br>Old version: |Class name: wantAgent;<br>Method or attribute name: function getUid(agent: WantAgent): Promise\<number>;<br>New version: 9<br>Substitute API: ohos.app.ability.wantAgent|@ohos.wantAgent.d.ts|
869|Deprecated version changed|Class name: wantAgent;<br>Method or attribute name: function getWant(agent: WantAgent, callback: AsyncCallback\<Want>): void;<br>Old version: |Class name: wantAgent;<br>Method or attribute name: function getWant(agent: WantAgent, callback: AsyncCallback\<Want>): void;<br>New version: 9<br>Substitute API: ohos.app.ability.wantAgent|@ohos.wantAgent.d.ts|
870|Deprecated version changed|Class name: wantAgent;<br>Method or attribute name: function getWant(agent: WantAgent): Promise\<Want>;<br>Old version: |Class name: wantAgent;<br>Method or attribute name: function getWant(agent: WantAgent): Promise\<Want>;<br>New version: 9<br>Substitute API: ohos.app.ability.wantAgent|@ohos.wantAgent.d.ts|
871|Deprecated version changed|Class name: wantAgent;<br>Method or attribute name: function cancel(agent: WantAgent, callback: AsyncCallback\<void>): void;<br>Old version: |Class name: wantAgent;<br>Method or attribute name: function cancel(agent: WantAgent, callback: AsyncCallback\<void>): void;<br>New version: 9<br>Substitute API: ohos.app.ability.wantAgent|@ohos.wantAgent.d.ts|
872|Deprecated version changed|Class name: wantAgent;<br>Method or attribute name: function cancel(agent: WantAgent): Promise\<void>;<br>Old version: |Class name: wantAgent;<br>Method or attribute name: function cancel(agent: WantAgent): Promise\<void>;<br>New version: 9<br>Substitute API: ohos.app.ability.wantAgent|@ohos.wantAgent.d.ts|
873|Deprecated version changed|Class name: wantAgent;<br>Method or attribute name: function trigger(agent: WantAgent, triggerInfo: TriggerInfo, callback?: Callback\<CompleteData>): void;<br>Old version: |Class name: wantAgent;<br>Method or attribute name: function trigger(agent: WantAgent, triggerInfo: TriggerInfo, callback?: Callback\<CompleteData>): void;<br>New version: 9<br>Substitute API: ohos.app.ability.wantAgent|@ohos.wantAgent.d.ts|
874|Deprecated version changed|Class name: wantAgent;<br>Method or attribute name: function equal(agent: WantAgent, otherAgent: WantAgent, callback: AsyncCallback\<boolean>): void;<br>Old version: |Class name: wantAgent;<br>Method or attribute name: function equal(agent: WantAgent, otherAgent: WantAgent, callback: AsyncCallback\<boolean>): void;<br>New version: 9<br>Substitute API: ohos.app.ability.wantAgent|@ohos.wantAgent.d.ts|
875|Deprecated version changed|Class name: wantAgent;<br>Method or attribute name: function equal(agent: WantAgent, otherAgent: WantAgent): Promise\<boolean>;<br>Old version: |Class name: wantAgent;<br>Method or attribute name: function equal(agent: WantAgent, otherAgent: WantAgent): Promise\<boolean>;<br>New version: 9<br>Substitute API: ohos.app.ability.wantAgent|@ohos.wantAgent.d.ts|
876|Deprecated version changed|Class name: wantAgent;<br>Method or attribute name: function getWantAgent(info: WantAgentInfo, callback: AsyncCallback\<WantAgent>): void;<br>Old version: |Class name: wantAgent;<br>Method or attribute name: function getWantAgent(info: WantAgentInfo, callback: AsyncCallback\<WantAgent>): void;<br>New version: 9<br>Substitute API: ohos.app.ability.wantAgent|@ohos.wantAgent.d.ts|
877|Deprecated version changed|Class name: wantAgent;<br>Method or attribute name: function getWantAgent(info: WantAgentInfo): Promise\<WantAgent>;<br>Old version: |Class name: wantAgent;<br>Method or attribute name: function getWantAgent(info: WantAgentInfo): Promise\<WantAgent>;<br>New version: 9<br>Substitute API: ohos.app.ability.wantAgent|@ohos.wantAgent.d.ts|
878|Deprecated version changed|Class name: WantAgentFlags;<br>Method or attribute name: export enum WantAgentFlags<br>Old version: |Class name: WantAgentFlags;<br>Method or attribute name: export enum WantAgentFlags<br>New version: 9<br>Substitute API: ohos.app.ability.wantAgent|@ohos.wantAgent.d.ts|
879|Deprecated version changed|Class name: WantAgentFlags;<br>Method or attribute name: ONE_TIME_FLAG = 0<br>Old version: |Class name: WantAgentFlags;<br>Method or attribute name: ONE_TIME_FLAG = 0<br>New version: 9<br>Substitute API: ohos.app.ability.wantAgent|@ohos.wantAgent.d.ts|
880|Deprecated version changed|Class name: WantAgentFlags;<br>Method or attribute name: NO_BUILD_FLAG<br>Old version: |Class name: WantAgentFlags;<br>Method or attribute name: NO_BUILD_FLAG<br>New version: 9<br>Substitute API: ohos.app.ability.wantAgent|@ohos.wantAgent.d.ts|
881|Deprecated version changed|Class name: WantAgentFlags;<br>Method or attribute name: CANCEL_PRESENT_FLAG<br>Old version: |Class name: WantAgentFlags;<br>Method or attribute name: CANCEL_PRESENT_FLAG<br>New version: 9<br>Substitute API: ohos.app.ability.wantAgent|@ohos.wantAgent.d.ts|
882|Deprecated version changed|Class name: WantAgentFlags;<br>Method or attribute name: UPDATE_PRESENT_FLAG<br>Old version: |Class name: WantAgentFlags;<br>Method or attribute name: UPDATE_PRESENT_FLAG<br>New version: 9<br>Substitute API: ohos.app.ability.wantAgent|@ohos.wantAgent.d.ts|
883|Deprecated version changed|Class name: WantAgentFlags;<br>Method or attribute name: CONSTANT_FLAG<br>Old version: |Class name: WantAgentFlags;<br>Method or attribute name: CONSTANT_FLAG<br>New version: 9<br>Substitute API: ohos.app.ability.wantAgent|@ohos.wantAgent.d.ts|
884|Deprecated version changed|Class name: WantAgentFlags;<br>Method or attribute name: REPLACE_ELEMENT<br>Old version: |Class name: WantAgentFlags;<br>Method or attribute name: REPLACE_ELEMENT<br>New version: 9<br>Substitute API: ohos.app.ability.wantAgent|@ohos.wantAgent.d.ts|
885|Deprecated version changed|Class name: WantAgentFlags;<br>Method or attribute name: REPLACE_ACTION<br>Old version: |Class name: WantAgentFlags;<br>Method or attribute name: REPLACE_ACTION<br>New version: 9<br>Substitute API: ohos.app.ability.wantAgent|@ohos.wantAgent.d.ts|
886|Deprecated version changed|Class name: WantAgentFlags;<br>Method or attribute name: REPLACE_URI<br>Old version: |Class name: WantAgentFlags;<br>Method or attribute name: REPLACE_URI<br>New version: 9<br>Substitute API: ohos.app.ability.wantAgent|@ohos.wantAgent.d.ts|
887|Deprecated version changed|Class name: WantAgentFlags;<br>Method or attribute name: REPLACE_ENTITIES<br>Old version: |Class name: WantAgentFlags;<br>Method or attribute name: REPLACE_ENTITIES<br>New version: 9<br>Substitute API: ohos.app.ability.wantAgent|@ohos.wantAgent.d.ts|
888|Deprecated version changed|Class name: WantAgentFlags;<br>Method or attribute name: REPLACE_BUNDLE<br>Old version: |Class name: WantAgentFlags;<br>Method or attribute name: REPLACE_BUNDLE<br>New version: 9<br>Substitute API: ohos.app.ability.wantAgent|@ohos.wantAgent.d.ts|
889|Deprecated version changed|Class name: OperationType;<br>Method or attribute name: export enum OperationType<br>Old version: |Class name: OperationType;<br>Method or attribute name: export enum OperationType<br>New version: 9<br>Substitute API: ohos.app.ability.wantAgent|@ohos.wantAgent.d.ts|
890|Deprecated version changed|Class name: OperationType;<br>Method or attribute name: UNKNOWN_TYPE = 0<br>Old version: |Class name: OperationType;<br>Method or attribute name: UNKNOWN_TYPE = 0<br>New version: 9<br>Substitute API: ohos.app.ability.wantAgent|@ohos.wantAgent.d.ts|
891|Deprecated version changed|Class name: OperationType;<br>Method or attribute name: START_ABILITY<br>Old version: |Class name: OperationType;<br>Method or attribute name: START_ABILITY<br>New version: 9<br>Substitute API: ohos.app.ability.wantAgent|@ohos.wantAgent.d.ts|
892|Deprecated version changed|Class name: OperationType;<br>Method or attribute name: START_ABILITIES<br>Old version: |Class name: OperationType;<br>Method or attribute name: START_ABILITIES<br>New version: 9<br>Substitute API: ohos.app.ability.wantAgent|@ohos.wantAgent.d.ts|
893|Deprecated version changed|Class name: OperationType;<br>Method or attribute name: START_SERVICE<br>Old version: |Class name: OperationType;<br>Method or attribute name: START_SERVICE<br>New version: 9<br>Substitute API: ohos.app.ability.wantAgent|@ohos.wantAgent.d.ts|
894|Deprecated version changed|Class name: OperationType;<br>Method or attribute name: SEND_COMMON_EVENT<br>Old version: |Class name: OperationType;<br>Method or attribute name: SEND_COMMON_EVENT<br>New version: 9<br>Substitute API: ohos.app.ability.wantAgent|@ohos.wantAgent.d.ts|
895|Deprecated version changed|Class name: CompleteData;<br>Method or attribute name: export interface CompleteData<br>Old version: |Class name: CompleteData;<br>Method or attribute name: export interface CompleteData<br>New version: 9<br>Substitute API: ohos.app.ability.wantAgent|@ohos.wantAgent.d.ts|
896|Deprecated version changed|Class name: CompleteData;<br>Method or attribute name: info: WantAgent;<br>Old version: |Class name: CompleteData;<br>Method or attribute name: info: WantAgent;<br>New version: 9<br>Substitute API: ohos.app.ability.wantAgent|@ohos.wantAgent.d.ts|
897|Deprecated version changed|Class name: CompleteData;<br>Method or attribute name: want: Want;<br>Old version: |Class name: CompleteData;<br>Method or attribute name: want: Want;<br>New version: 9<br>Substitute API: ohos.app.ability.wantAgent|@ohos.wantAgent.d.ts|
898|Deprecated version changed|Class name: CompleteData;<br>Method or attribute name: finalCode: number;<br>Old version: |Class name: CompleteData;<br>Method or attribute name: finalCode: number;<br>New version: 9<br>Substitute API: ohos.app.ability.wantAgent|@ohos.wantAgent.d.ts|
899|Deprecated version changed|Class name: CompleteData;<br>Method or attribute name: finalData: string;<br>Old version: |Class name: CompleteData;<br>Method or attribute name: finalData: string;<br>New version: 9<br>Substitute API: ohos.app.ability.wantAgent|@ohos.wantAgent.d.ts|
900|Deprecated version changed|Class name: CompleteData;<br>Method or attribute name: extraInfo?: {[key: string]: any};<br>Old version: |Class name: CompleteData;<br>Method or attribute name: extraInfo?: {[key: string]: any};<br>New version: 9<br>Substitute API: ohos.app.ability.wantAgent|@ohos.wantAgent.d.ts|
901|Deprecated version changed|Class name: Want;<br>Method or attribute name: export declare interface Want<br>Old version: |Class name: Want;<br>Method or attribute name: export declare interface Want<br>New version: 9<br>Substitute API: ohos.app.ability.Want|want.d.ts|
902|Deprecated version changed|Class name: Want;<br>Method or attribute name: deviceId?: string;<br>Old version: |Class name: Want;<br>Method or attribute name: deviceId?: string;<br>New version: 9<br>Substitute API: ohos.app.ability.Want|want.d.ts|
903|Deprecated version changed|Class name: Want;<br>Method or attribute name: bundleName?: string;<br>Old version: |Class name: Want;<br>Method or attribute name: bundleName?: string;<br>New version: 9<br>Substitute API: ohos.app.ability.Want|want.d.ts|
904|Deprecated version changed|Class name: Want;<br>Method or attribute name: abilityName?: string;<br>Old version: |Class name: Want;<br>Method or attribute name: abilityName?: string;<br>New version: 9<br>Substitute API: ohos.app.ability.Want|want.d.ts|
905|Deprecated version changed|Class name: Want;<br>Method or attribute name: uri?: string;<br>Old version: |Class name: Want;<br>Method or attribute name: uri?: string;<br>New version: 9<br>Substitute API: ohos.app.ability.Want|want.d.ts|
906|Deprecated version changed|Class name: Want;<br>Method or attribute name: type?: string;<br>Old version: |Class name: Want;<br>Method or attribute name: type?: string;<br>New version: 9<br>Substitute API: ohos.app.ability.Want|want.d.ts|
907|Deprecated version changed|Class name: Want;<br>Method or attribute name: flags?: number;<br>Old version: |Class name: Want;<br>Method or attribute name: flags?: number;<br>New version: 9<br>Substitute API: ohos.app.ability.Want|want.d.ts|
908|Deprecated version changed|Class name: Want;<br>Method or attribute name: action?: string;<br>Old version: |Class name: Want;<br>Method or attribute name: action?: string;<br>New version: 9<br>Substitute API: ohos.app.ability.Want|want.d.ts|
909|Deprecated version changed|Class name: Want;<br>Method or attribute name: parameters?: {[key: string]: any};<br>Old version: |Class name: Want;<br>Method or attribute name: parameters?: {[key: string]: any};<br>New version: 9<br>Substitute API: ohos.app.ability.Want|want.d.ts|
910|Deprecated version changed|Class name: Want;<br>Method or attribute name: entities?: Array\<string>;<br>Old version: |Class name: Want;<br>Method or attribute name: entities?: Array\<string>;<br>New version: 9<br>Substitute API: ohos.app.ability.Want|want.d.ts|
911|Deprecated version changed|Class name: Context;<br>Method or attribute name: setShowOnLockScreen(show: boolean, callback: AsyncCallback\<void>): void<br>Old version: |Class name: Context;<br>Method or attribute name: setShowOnLockScreen(show: boolean, callback: AsyncCallback\<void>): void<br>New version: 9<br>Substitute API: ohos.window#setShowOnLockScreen|context.d.ts|
912|Deprecated version changed|Class name: ProcessRunningInfo;<br>Method or attribute name: export interface ProcessRunningInfo<br>Old version: |Class name: ProcessRunningInfo;<br>Method or attribute name: export interface ProcessRunningInfo<br>New version: 9<br>Substitute API: ProcessInformation|ProcessRunningInfo.d.ts|
913|Deprecated version changed|Class name: ProcessRunningInfo;<br>Method or attribute name: pid: number;<br>Old version: |Class name: ProcessRunningInfo;<br>Method or attribute name: pid: number;<br>New version: 9<br>Substitute API: ProcessInformation.pid|ProcessRunningInfo.d.ts|
914|Deprecated version changed|Class name: ProcessRunningInfo;<br>Method or attribute name: uid: number;<br>Old version: |Class name: ProcessRunningInfo;<br>Method or attribute name: uid: number;<br>New version: 9<br>Substitute API: ProcessInformation.uid|ProcessRunningInfo.d.ts|
915|Deprecated version changed|Class name: ProcessRunningInfo;<br>Method or attribute name: processName: string;<br>Old version: |Class name: ProcessRunningInfo;<br>Method or attribute name: processName: string;<br>New version: 9<br>Substitute API: ProcessInformation.processName|ProcessRunningInfo.d.ts|
916|Deprecated version changed|Class name: ProcessRunningInfo;<br>Method or attribute name: bundleNames: Array\<string>;<br>Old version: |Class name: ProcessRunningInfo;<br>Method or attribute name: bundleNames: Array\<string>;<br>New version: 9<br>Substitute API: ProcessInformation.bundleNames|ProcessRunningInfo.d.ts|
917|Access level changed|Class name: abilityManager;<br>Method or attribute name: declare abilityManager<br>Old version: |Class name: abilityManager;<br>Method or attribute name: declare abilityManager<br>New version: systemapi|@ohos.application.abilityManager.d.ts|
918|Permission changed|Class name: formHost;<br>Method or attribute name: function acquireFormState(want: Want, callback: AsyncCallback\<formInfo.FormStateInfo>): void;<br>Old version: ohos.permission.GET_BUNDLE_INFO,ohos.permission.GET_BUNDLE_INFO_PRIVILEGED|Class name: formHost;<br>Method or attribute name: function acquireFormState(want: Want, callback: AsyncCallback\<formInfo.FormStateInfo>): void;<br>New version: ohos.permission.GET_BUNDLE_INFO_PRIVILEGED,ohos.permission.REQUIRE_FORM|@ohos.application.formHost.d.ts|
919|Permission changed|Class name: formHost;<br>Method or attribute name: function acquireFormState(want: Want): Promise\<formInfo.FormStateInfo>;<br>Old version: ohos.permission.GET_BUNDLE_INFO,ohos.permission.GET_BUNDLE_INFO_PRIVILEGED|Class name: formHost;<br>Method or attribute name: function acquireFormState(want: Want): Promise\<formInfo.FormStateInfo>;<br>New version: ohos.permission.GET_BUNDLE_INFO_PRIVILEGED,ohos.permission.REQUIRE_FORM|@ohos.application.formHost.d.ts|
920|Function changed|Class name: ShellCmdResult;<br>Method or attribute name: stdResult: String;|Class name: ShellCmdResult;<br>Method or attribute name: stdResult: string;|shellCmdResult.d.ts|
921