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