| 操作 | 旧版本 | 新版本 | d.ts文件 |
| ---- | ------ | ------ | -------- |
|新增|NA|类名:LastExitReason;
方法or属性:CPP_CRASH = 3|@ohos.app.ability.AbilityConstant.d.ts|
|新增|NA|类名:LastExitReason;
方法or属性:JS_ERROR = 4|@ohos.app.ability.AbilityConstant.d.ts|
|新增|NA|类名:LastExitReason;
方法or属性:APP_FREEZE = 5|@ohos.app.ability.AbilityConstant.d.ts|
|新增|NA|类名:LastExitReason;
方法or属性:PERFORMANCE_CONTROL = 6|@ohos.app.ability.AbilityConstant.d.ts|
|新增|NA|类名:LastExitReason;
方法or属性:RESOURCE_CONTROL = 7|@ohos.app.ability.AbilityConstant.d.ts|
|新增|NA|类名:LastExitReason;
方法or属性:UPGRADE = 8|@ohos.app.ability.AbilityConstant.d.ts|
|新增|NA|类名:ContinueState;
方法or属性:ACTIVE = 0|@ohos.app.ability.AbilityConstant.d.ts|
|新增|NA|类名:ContinueState;
方法or属性:INACTIVE = 1|@ohos.app.ability.AbilityConstant.d.ts|
|新增|NA|类名:abilityManager;
方法or属性:function notifySaveAsResult(parameter: AbilityResult, requestCode: number, callback: AsyncCallback\): void;|@ohos.app.ability.abilityManager.d.ts|
|新增|NA|类名:abilityManager;
方法or属性:function notifySaveAsResult(parameter: AbilityResult, requestCode: number): Promise\;|@ohos.app.ability.abilityManager.d.ts|
|新增|NA|类名:ApplicationStateChangeCallback;
方法or属性:onApplicationForeground(): void;|@ohos.app.ability.ApplicationStateChangeCallback.d.ts|
|新增|NA|类名:ApplicationStateChangeCallback;
方法or属性:onApplicationBackground(): void;|@ohos.app.ability.ApplicationStateChangeCallback.d.ts|
|新增|NA|类名:appManager;
方法or属性:function getProcessMemoryByPid(pid: number): Promise\;|@ohos.app.ability.appManager.d.ts|
|新增|NA|类名:appManager;
方法or属性:function getProcessMemoryByPid(pid: number, callback: AsyncCallback\): void;|@ohos.app.ability.appManager.d.ts|
|新增|NA|类名:appManager;
方法or属性:function getRunningProcessInfoByBundleName(bundleName: string, callback: AsyncCallback\>): void;|@ohos.app.ability.appManager.d.ts|
|新增|NA|类名:appManager;
方法or属性:function getRunningProcessInfoByBundleName(bundleName: string, userId: number, callback: AsyncCallback\>): void;|@ohos.app.ability.appManager.d.ts|
|新增|NA|类名:appManager;
方法or属性:function getRunningProcessInfoByBundleName(bundleName: string): Promise\>;|@ohos.app.ability.appManager.d.ts|
|新增|NA|类名:appManager;
方法or属性:function getRunningProcessInfoByBundleName(bundleName: string, userId: number): Promise\>;|@ohos.app.ability.appManager.d.ts|
|新增|NA|类名:WindowRect;
方法or属性:left: number;|@ohos.app.ability.dialogRequest.d.ts|
|新增|NA|类名:WindowRect;
方法or属性:top: number;|@ohos.app.ability.dialogRequest.d.ts|
|新增|NA|类名:WindowRect;
方法or属性:width: number;|@ohos.app.ability.dialogRequest.d.ts|
|新增|NA|类名:WindowRect;
方法or属性:height: number;|@ohos.app.ability.dialogRequest.d.ts|
|新增|NA|类名:RequestInfo;
方法or属性:windowRect?: WindowRect|@ohos.app.ability.dialogRequest.d.ts|
|新增|NA|类名:RequestResult;
方法or属性:want?: Want;|@ohos.app.ability.dialogRequest.d.ts|
|新增|NA|类名:missionManager;
方法or属性:function moveMissionsToForeground(missionIds: Array\, callback: AsyncCallback\): void;|@ohos.app.ability.missionManager.d.ts|
|新增|NA|类名:missionManager;
方法or属性:function moveMissionsToForeground(missionIds: Array\, topMission: number, callback: AsyncCallback\): void;|@ohos.app.ability.missionManager.d.ts|
|新增|NA|类名:missionManager;
方法or属性:function moveMissionsToForeground(missionIds: Array\, topMission?: number): Promise\;|@ohos.app.ability.missionManager.d.ts|
|新增|NA|类名:missionManager;
方法or属性:function moveMissionsToBackground(missionIds: Array\, callback: AsyncCallback\>): void;|@ohos.app.ability.missionManager.d.ts|
|新增|NA|类名:missionManager;
方法or属性:function moveMissionsToBackground(missionIds: Array\): Promise\>;|@ohos.app.ability.missionManager.d.ts|
|新增|NA|类名:UIAbility;
方法or属性:onPrepareToTerminate(): boolean;|@ohos.app.ability.UIAbility.d.ts|
|新增|NA|类名:UIAbility;
方法or属性:onBackPressed(): boolean;|@ohos.app.ability.UIAbility.d.ts|
|新增|NA|类名:UIExtensionAbility;
方法or属性:context: UIExtensionContext;|@ohos.app.ability.UIExtensionAbility.d.ts|
|新增|NA|类名:UIExtensionAbility;
方法or属性:onCreate(): void;|@ohos.app.ability.UIExtensionAbility.d.ts|
|新增|NA|类名:UIExtensionAbility;
方法or属性:onSessionCreate(want: Want, session: UIExtensionContentSession): void;|@ohos.app.ability.UIExtensionAbility.d.ts|
|新增|NA|类名:UIExtensionAbility;
方法or属性:onSessionDestroy(session: UIExtensionContentSession): void;|@ohos.app.ability.UIExtensionAbility.d.ts|
|新增|NA|类名:UIExtensionAbility;
方法or属性:onForeground(): void;|@ohos.app.ability.UIExtensionAbility.d.ts|
|新增|NA|类名:UIExtensionAbility;
方法or属性:onBackground(): void;|@ohos.app.ability.UIExtensionAbility.d.ts|
|新增|NA|类名:UIExtensionAbility;
方法or属性:onDestroy(): void \| Promise\;|@ohos.app.ability.UIExtensionAbility.d.ts|
|新增|NA|类名:UIExtensionContentSession;
方法or属性:sendData(data: { [key: string]: Object }): void;|@ohos.app.ability.UIExtensionContentSession.d.ts|
|新增|NA|类名:UIExtensionContentSession;
方法or属性:setReceiveDataCallback(callback: (data: { [key: string]: Object }) => void): void;|@ohos.app.ability.UIExtensionContentSession.d.ts|
|新增|NA|类名:UIExtensionContentSession;
方法or属性:loadContent(path: string, storage?: LocalStorage): void;|@ohos.app.ability.UIExtensionContentSession.d.ts|
|新增|NA|类名:UIExtensionContentSession;
方法or属性:terminateSelf(callback: AsyncCallback\): void;|@ohos.app.ability.UIExtensionContentSession.d.ts|
|新增|NA|类名:UIExtensionContentSession;
方法or属性:terminateSelf(): Promise\;|@ohos.app.ability.UIExtensionContentSession.d.ts|
|新增|NA|类名:UIExtensionContentSession;
方法or属性:terminateSelfWithResult(parameter: AbilityResult, callback: AsyncCallback\): void;|@ohos.app.ability.UIExtensionContentSession.d.ts|
|新增|NA|类名:UIExtensionContentSession;
方法or属性:terminateSelfWithResult(parameter: AbilityResult): Promise\;|@ohos.app.ability.UIExtensionContentSession.d.ts|
|新增|NA|类名:UIExtensionContentSession;
方法or属性:setWindowBackgroundColor(color: string): void;|@ohos.app.ability.UIExtensionContentSession.d.ts|
|新增|NA|类名:UIExtensionContentSession;
方法or属性:setWindowPrivacyMode(isPrivacyMode: boolean): Promise\;|@ohos.app.ability.UIExtensionContentSession.d.ts|
|新增|NA|类名:UIExtensionContentSession;
方法or属性:setWindowPrivacyMode(isPrivacyMode: boolean, callback: AsyncCallback\): void;|@ohos.app.ability.UIExtensionContentSession.d.ts|
|新增|NA|类名:Params;
方法or属性:SUPPORT_CONTINUE_PAGE_STACK_KEY = 'ohos.extra.param.key.supportContinuePageStack'|@ohos.app.ability.wantConstant.d.ts|
|新增|NA|类名:Params;
方法or属性:SUPPORT_CONTINUE_SOURCE_EXIT_KEY = 'ohos.extra.param.key.supportContinueSourceExit'|@ohos.app.ability.wantConstant.d.ts|
|新增|NA|类名:FormBindingData;
方法or属性:proxies?: Array\;|@ohos.app.form.formBindingData.d.ts|
|新增|NA|类名:ProxyData;
方法or属性:key: string;|@ohos.app.form.formBindingData.d.ts|
|新增|NA|类名:ProxyData;
方法or属性:subscriberId?: string;|@ohos.app.form.formBindingData.d.ts|
|新增|NA|类名:formHost;
方法or属性:function on(
type: 'notifyVisible',
observerCallback: Callback\>,
hostBundleName?: string
): void;|@ohos.app.form.formHost.d.ts|
|新增|NA|类名:formHost;
方法or属性:function on(
type: 'notifyInvisible',
observerCallback: Callback\>,
hostBundleName?: string
): void;|@ohos.app.form.formHost.d.ts|
|新增|NA|类名:formHost;
方法or属性:function off(
type: 'notifyVisible',
observerCallback?: Callback\>,
hostBundleName?: string
): void;|@ohos.app.form.formHost.d.ts|
|新增|NA|类名:formHost;
方法or属性:function off(
type: 'notifyInvisible',
observerCallback?: Callback\>,
hostBundleName?: string
): void;|@ohos.app.form.formHost.d.ts|
|新增|NA|类名:FormInfo;
方法or属性:isDynamic: boolean;|@ohos.app.form.formInfo.d.ts|
|新增|NA|类名:distributedMissionManager;
方法or属性:function on(type: 'continueStateChange', callback: Callback\<{ state: ContinueState, info: ContinuableInfo }>): void;|@ohos.distributedMissionManager.d.ts|
|新增|NA|类名:distributedMissionManager;
方法or属性:function off(type: 'continueStateChange', callback?: Callback\<{ state: ContinueState, info: ContinuableInfo }>): void;|@ohos.distributedMissionManager.d.ts|
|新增|NA|类名:distributedMissionManager;
方法or属性:function continueMission(parameter: ContinueMissionInfo, callback: AsyncCallback\): void;|@ohos.distributedMissionManager.d.ts|
|新增|NA|类名:distributedMissionManager;
方法or属性:function continueMission(parameter: ContinueMissionInfo): Promise\;|@ohos.distributedMissionManager.d.ts|
|新增|NA|类名:distributedMissionManager;
方法or属性:export type ContinuableInfo = _ContinuableInfo;|@ohos.distributedMissionManager.d.ts|
|新增|NA|类名:distributedMissionManager;
方法or属性:export type ContinueMissionInfo = _ContinueMissionInfo;|@ohos.distributedMissionManager.d.ts|
|新增|NA|类名:ContinueState;
方法or属性:ACTIVE = 0|@ohos.distributedMissionManager.d.ts|
|新增|NA|类名:ContinueState;
方法or属性:INACTIVE = 1|@ohos.distributedMissionManager.d.ts|
|新增|NA|类名:ApplicationContext;
方法or属性:on(type: 'applicationStateChange', callback: ApplicationStateChangeCallback): void;|ApplicationContext.d.ts|
|新增|NA|类名:ApplicationContext;
方法or属性:off(type: 'applicationStateChange', callback?: ApplicationStateChangeCallback): void;|ApplicationContext.d.ts|
|新增|NA|类名:BusinessAbilityInfo;
方法or属性:readonly bundleName: string;|BusinessAbilityInfo.d.ts|
|新增|NA|类名:BusinessAbilityInfo;
方法or属性:readonly moduleName: string;|BusinessAbilityInfo.d.ts|
|新增|NA|类名:BusinessAbilityInfo;
方法or属性:readonly name: string;|BusinessAbilityInfo.d.ts|
|新增|NA|类名:BusinessAbilityInfo;
方法or属性:readonly labelId: number;|BusinessAbilityInfo.d.ts|
|新增|NA|类名:BusinessAbilityInfo;
方法or属性:readonly descriptionId: number;|BusinessAbilityInfo.d.ts|
|新增|NA|类名:BusinessAbilityInfo;
方法or属性:readonly iconId: number;|BusinessAbilityInfo.d.ts|
|新增|NA|类名:BusinessAbilityInfo;
方法or属性:readonly businessType: businessAbilityRouter.BusinessType;|BusinessAbilityInfo.d.ts|
|新增|NA|类名:BusinessAbilityInfo;
方法or属性:readonly applicationInfo: ApplicationInfo;|BusinessAbilityInfo.d.ts|
|新增|NA|类名:Context;
方法or属性:getGroupDir(dataGroupID: string, callback: AsyncCallback\): void;|Context.d.ts|
|新增|NA|类名:Context;
方法or属性:getGroupDir(dataGroupID: string): Promise\;|Context.d.ts|
|新增|NA|类名:ContinuableInfo;
方法or属性:srcDeviceId: string;|ContinuableInfo.d.ts|
|新增|NA|类名:ContinuableInfo;
方法or属性:bundleName: string;|ContinuableInfo.d.ts|
|新增|NA|类名:ContinueMissionInfo;
方法or属性:srcDeviceId: string;|ContinueMissionInfo.d.ts|
|新增|NA|类名:ContinueMissionInfo;
方法or属性:dstDeviceId: string;|ContinueMissionInfo.d.ts|
|新增|NA|类名:ContinueMissionInfo;
方法or属性:bundleName: string;|ContinueMissionInfo.d.ts|
|新增|NA|类名:ContinueMissionInfo;
方法or属性:wantParam: { [key: string]: Object };|ContinueMissionInfo.d.ts|
|新增|NA|类名:FormExtensionContext;
方法or属性:connectServiceExtensionAbility(want: Want, options: ConnectOptions): number;|FormExtensionContext.d.ts|
|新增|NA|类名:FormExtensionContext;
方法or属性:disconnectServiceExtensionAbility(connection: number, callback: AsyncCallback\): void;|FormExtensionContext.d.ts|
|新增|NA|类名:FormExtensionContext;
方法or属性:disconnectServiceExtensionAbility(connection: number): Promise\;|FormExtensionContext.d.ts|
|新增|NA|类名:MissionInfo;
方法or属性:abilityState: number;|MissionInfo.d.ts|
|新增|NA|类名:MissionInfo;
方法or属性:unclearable: boolean;|MissionInfo.d.ts|
|新增|NA|类名:ProcessInformation;
方法or属性:state: appManager.ProcessState;|ProcessInformation.d.ts|
|新增|NA|类名:ServiceExtensionContext;
方法or属性:startAbilityAsCaller(want: Want, callback: AsyncCallback\): void;|ServiceExtensionContext.d.ts|
|新增|NA|类名:ServiceExtensionContext;
方法or属性:startAbilityAsCaller(want: Want, options: StartOptions, callback: AsyncCallback\): void;|ServiceExtensionContext.d.ts|
|新增|NA|类名:ServiceExtensionContext;
方法or属性:startAbilityAsCaller(want: Want, options?: StartOptions): Promise\;|ServiceExtensionContext.d.ts|
|新增|NA|类名:UIAbilityContext;
方法or属性:startAbilityAsCaller(want: Want, callback: AsyncCallback\): void;|UIAbilityContext.d.ts|
|新增|NA|类名:UIAbilityContext;
方法or属性:startAbilityAsCaller(want: Want, options: StartOptions, callback: AsyncCallback\): void;|UIAbilityContext.d.ts|
|新增|NA|类名:UIAbilityContext;
方法or属性:startAbilityAsCaller(want: Want, options?: StartOptions): Promise\;|UIAbilityContext.d.ts|
|新增|NA|类名:UIAbilityContext;
方法or属性:setMissionContinueState(state: AbilityConstant.ContinueState, callback: AsyncCallback\): void;|UIAbilityContext.d.ts|
|新增|NA|类名:UIAbilityContext;
方法or属性:setMissionContinueState(state: AbilityConstant.ContinueState): Promise\;|UIAbilityContext.d.ts|
|新增|NA|类名:UIAbilityContext;
方法or属性:reportDrawnCompleted(callback: AsyncCallback\): void;|UIAbilityContext.d.ts|
|新增|NA|类名:UIExtensionContext;
方法or属性:startAbility(want: Want, callback: AsyncCallback\): void;|UIExtensionContext.d.ts|
|新增|NA|类名:UIExtensionContext;
方法or属性:startAbility(want: Want, options: StartOptions, callback: AsyncCallback\): void;|UIExtensionContext.d.ts|
|新增|NA|类名:UIExtensionContext;
方法or属性:startAbility(want: Want, options?: StartOptions): Promise\;|UIExtensionContext.d.ts|
|新增|NA|类名:UIExtensionContext;
方法or属性:startAbilityForResult(want: Want, callback: AsyncCallback\): void;|UIExtensionContext.d.ts|
|新增|NA|类名:UIExtensionContext;
方法or属性:startAbilityForResult(want: Want, options: StartOptions, callback: AsyncCallback\): void;|UIExtensionContext.d.ts|
|新增|NA|类名:UIExtensionContext;
方法or属性:startAbilityForResult(want: Want, options?: StartOptions): Promise\;|UIExtensionContext.d.ts|
|废弃版本有变化|类名:LastExitReason;
方法or属性:ABILITY_NOT_RESPONDING = 1
旧版本信息:|类名:LastExitReason;
方法or属性:ABILITY_NOT_RESPONDING = 1
新版本信息:10
代替接口: AbilityConstant.LastExitReason#APP_FREEZE|@ohos.app.ability.AbilityConstant.d.ts|
|废弃版本有变化|类名:continuationManager;
方法or属性:function off(type: 'deviceConnect', callback?: Callback\): void;
旧版本信息:|类名:continuationManager;
方法or属性:function off(type: 'deviceConnect', callback?: Callback\): void;
新版本信息:9
代替接口: ohos.continuation.continuationManager/continuationManager#off|@ohos.continuation.continuationManager.d.ts|
|废弃版本有变化|类名:continuationManager;
方法or属性:function off(type: 'deviceDisconnect', callback?: Callback\): void;
旧版本信息:|类名:continuationManager;
方法or属性:function off(type: 'deviceDisconnect', callback?: Callback\): void;
新版本信息:9
代替接口: ohos.continuation.continuationManager/continuationManager#off|@ohos.continuation.continuationManager.d.ts|
|废弃版本有变化|类名:continuationManager;
方法or属性:function register(options: ContinuationExtraParams, callback: AsyncCallback\): void;
旧版本信息:|类名:continuationManager;
方法or属性:function register(options: ContinuationExtraParams, callback: AsyncCallback\): void;
新版本信息:9
代替接口: ohos.continuation.continuationManager/continuationManager#registerContinuation|@ohos.continuation.continuationManager.d.ts|
|废弃版本有变化|类名:continuationManager;
方法or属性:function register(options?: ContinuationExtraParams): Promise\;
旧版本信息:|类名:continuationManager;
方法or属性:function register(options?: ContinuationExtraParams): Promise\;
新版本信息:9
代替接口: ohos.continuation.continuationManager/continuationManager#registerContinuation|@ohos.continuation.continuationManager.d.ts|
|废弃版本有变化|类名:continuationManager;
方法or属性:function unregister(token: number): Promise\;
旧版本信息:|类名:continuationManager;
方法or属性:function unregister(token: number): Promise\;
新版本信息:9
代替接口: ohos.continuation.continuationManager/continuationManager#unregisterContinuation|@ohos.continuation.continuationManager.d.ts|
|废弃版本有变化|类名:continuationManager;
方法or属性:function updateConnectStatus(token: number, deviceId: string, status: DeviceConnectState): Promise\;
旧版本信息:|类名:continuationManager;
方法or属性:function updateConnectStatus(token: number, deviceId: string, status: DeviceConnectState): Promise\;
新版本信息:9
代替接口: ohos.continuation.continuationManager/continuationManager#updateContinuationState|@ohos.continuation.continuationManager.d.ts|
|废弃版本有变化|类名:continuationManager;
方法or属性:function startDeviceManager(token: number, options: ContinuationExtraParams, callback: AsyncCallback\): void;
旧版本信息:|类名:continuationManager;
方法or属性:function startDeviceManager(token: number, options: ContinuationExtraParams, callback: AsyncCallback\): void;
新版本信息:9
代替接口: ohos.continuation.continuationManager/continuationManager#startContinuationDeviceManager|@ohos.continuation.continuationManager.d.ts|
|废弃版本有变化|类名:continuationManager;
方法or属性:function startDeviceManager(token: number, options?: ContinuationExtraParams): Promise\;
旧版本信息:|类名:continuationManager;
方法or属性:function startDeviceManager(token: number, options?: ContinuationExtraParams): Promise\;
新版本信息:9
代替接口: ohos.continuation.continuationManager/continuationManager#startContinuationDeviceManager|@ohos.continuation.continuationManager.d.ts|
|废弃版本有变化|类名:Context;
方法or属性:getExternalCacheDir(): Promise\;
旧版本信息:|类名:Context;
方法or属性:getExternalCacheDir(): Promise\;
新版本信息:7
代替接口:|context.d.ts|
|废弃版本有变化|类名:Context;
方法or属性:setShowOnLockScreen(show: boolean): Promise\;
旧版本信息:|类名:Context;
方法or属性:setShowOnLockScreen(show: boolean): Promise\;
新版本信息:9
代替接口: ohos.window/window.WindowStage#setShowOnLockScreen|context.d.ts|
|新增(错误码)|类名:continuationManager;
方法or属性:function off(type: 'deviceSelected', token: number): void;
旧版本信息:|类名:continuationManager;
方法or属性:function off(type: 'deviceSelected', token: number): void;
新版本信息:201,401,16600001,16600002,16600004|@ohos.continuation.continuationManager.d.ts|
|新增(错误码)|类名:continuationManager;
方法or属性:function off(type: 'deviceUnselected', token: number): void;
旧版本信息:|类名:continuationManager;
方法or属性:function off(type: 'deviceUnselected', token: number): void;
新版本信息:201,401,16600001,16600002,16600004|@ohos.continuation.continuationManager.d.ts|
|新增(错误码)|类名:continuationManager;
方法or属性:function registerContinuation(options: ContinuationExtraParams, callback: AsyncCallback\): void;
旧版本信息:|类名:continuationManager;
方法or属性:function registerContinuation(options: ContinuationExtraParams, callback: AsyncCallback\): void;
新版本信息:201,401,16600001,16600003|@ohos.continuation.continuationManager.d.ts|
|新增(错误码)|类名:continuationManager;
方法or属性:function registerContinuation(options?: ContinuationExtraParams): Promise\;
旧版本信息:|类名:continuationManager;
方法or属性:function registerContinuation(options?: ContinuationExtraParams): Promise\;
新版本信息:201,401,16600001,16600003|@ohos.continuation.continuationManager.d.ts|
|新增(错误码)|类名:continuationManager;
方法or属性:function unregisterContinuation(token: number): Promise\;
旧版本信息:|类名:continuationManager;
方法or属性:function unregisterContinuation(token: number): Promise\;
新版本信息:201,401,16600001,16600002|@ohos.continuation.continuationManager.d.ts|
|新增(错误码)|类名:continuationManager;
方法or属性:function updateContinuationState(token: number, deviceId: string, status: DeviceConnectState): Promise\;
旧版本信息:|类名:continuationManager;
方法or属性:function updateContinuationState(token: number, deviceId: string, status: DeviceConnectState): Promise\;
新版本信息:201,401,16600001,16600002|@ohos.continuation.continuationManager.d.ts|
|新增(错误码)|类名:continuationManager;
方法or属性:function startContinuationDeviceManager(
token: number,
options: ContinuationExtraParams,
callback: AsyncCallback\
): void;
旧版本信息:|类名:continuationManager;
方法or属性:function startContinuationDeviceManager(
token: number,
options: ContinuationExtraParams,
callback: AsyncCallback\
): void;
新版本信息:201,401,16600001,16600002|@ohos.continuation.continuationManager.d.ts|
|新增(错误码)|类名:continuationManager;
方法or属性:function startContinuationDeviceManager(token: number, options?: ContinuationExtraParams): Promise\;
旧版本信息:|类名:continuationManager;
方法or属性:function startContinuationDeviceManager(token: number, options?: ContinuationExtraParams): Promise\;
新版本信息:201,401,16600001,16600002|@ohos.continuation.continuationManager.d.ts|
|新增(错误码)|类名:distributedMissionManager;
方法or属性:function startSyncRemoteMissions(parameter: MissionParameter): Promise\;
旧版本信息:|类名:distributedMissionManager;
方法or属性:function startSyncRemoteMissions(parameter: MissionParameter): Promise\;
新版本信息:201,401|@ohos.distributedMissionManager.d.ts|
|新增(错误码)|类名:distributedMissionManager;
方法or属性:function stopSyncRemoteMissions(parameter: MissionDeviceInfo): Promise\;
旧版本信息:|类名:distributedMissionManager;
方法or属性:function stopSyncRemoteMissions(parameter: MissionDeviceInfo): Promise\;
新版本信息:201,401|@ohos.distributedMissionManager.d.ts|
|新增(错误码)|类名:distributedMissionManager;
方法or属性:function registerMissionListener(parameter: MissionDeviceInfo, options: MissionCallback): Promise\;
旧版本信息:|类名:distributedMissionManager;
方法or属性:function registerMissionListener(parameter: MissionDeviceInfo, options: MissionCallback): Promise\;
新版本信息:201,401|@ohos.distributedMissionManager.d.ts|
|新增(错误码)|类名:distributedMissionManager;
方法or属性:function unRegisterMissionListener(parameter: MissionDeviceInfo): Promise\;
旧版本信息:|类名:distributedMissionManager;
方法or属性:function unRegisterMissionListener(parameter: MissionDeviceInfo): Promise\;
新版本信息:201,401|@ohos.distributedMissionManager.d.ts|
|新增(错误码)|类名:distributedMissionManager;
方法or属性:function continueMission(parameter: ContinueDeviceInfo, options: ContinueCallback): Promise\;
旧版本信息:|类名:distributedMissionManager;
方法or属性:function continueMission(parameter: ContinueDeviceInfo, options: ContinueCallback): Promise\;
新版本信息:201,202,401,16300501,16300502,16300503,16300504,16300505,16300506|@ohos.distributedMissionManager.d.ts|
|错误码有变化|类名:uriPermissionManager;
方法or属性:function grantUriPermission(
uri: string,
flag: wantConstant.Flags,
targetBundleName: string,
callback: AsyncCallback\
): void;
旧版本信息:201,202,401,16000050,16000058,16000059|类名:uriPermissionManager;
方法or属性:function grantUriPermission(
uri: string,
flag: wantConstant.Flags,
targetBundleName: string,
callback: AsyncCallback\
): void;
新版本信息:201,202,401,16000050,16000058,16000059,16000060|@ohos.application.uriPermissionManager.d.ts|
|错误码有变化|类名:uriPermissionManager;
方法or属性:function grantUriPermission(uri: string, flag: wantConstant.Flags, targetBundleName: string): Promise\;
旧版本信息:201,202,401,16000050,16000058,16000059|类名:uriPermissionManager;
方法or属性:function grantUriPermission(uri: string, flag: wantConstant.Flags, targetBundleName: string): Promise\;
新版本信息:201,202,401,16000050,16000058,16000059,16000060|@ohos.application.uriPermissionManager.d.ts|
|错误码有变化|类名:distributedMissionManager;
方法or属性:function continueMission(
parameter: ContinueDeviceInfo,
options: ContinueCallback,
callback: AsyncCallback\
): void;
旧版本信息:201,401,16300501,16300502,16300503,16300504,16300505,16300506|类名:distributedMissionManager;
方法or属性:function continueMission(
parameter: ContinueDeviceInfo,
options: ContinueCallback,
callback: AsyncCallback\
): void;
新版本信息:201,202,401,16300501,16300502,16300503,16300504,16300505,16300506|@ohos.distributedMissionManager.d.ts|
|错误码有变化|类名:AbilityDelegator;
方法or属性:startAbility(want: Want, callback: AsyncCallback\): void;
旧版本信息:401,16000001,16000002,16000004,16000005,16000006,16000008,16000009,16000010,16000011,16000050,16000053,16000055,16200001|类名:AbilityDelegator;
方法or属性:startAbility(want: Want, callback: AsyncCallback\): void;
新版本信息:401,16000001,16000002,16000004,16000005,16000006,16000008,16000009,16000010,16000011,16000012,16000013,16000050,16000053,16000055,16200001|AbilityDelegator.d.ts|
|错误码有变化|类名:AbilityDelegator;
方法or属性:startAbility(want: Want): Promise\;
旧版本信息:401,16000001,16000002,16000004,16000005,16000006,16000008,16000009,16000010,16000011,16000050,16000053,16000055,16200001|类名:AbilityDelegator;
方法or属性:startAbility(want: Want): Promise\;
新版本信息:401,16000001,16000002,16000004,16000005,16000006,16000008,16000009,16000010,16000011,16000012,16000013,16000050,16000053,16000055,16200001|AbilityDelegator.d.ts|
|错误码有变化|类名:ServiceExtensionContext;
方法or属性:startAbility(want: Want, callback: AsyncCallback\): void;
旧版本信息:401,16000001,16000002,16000004,16000005,16000006,16000008,16000009,16000010,16000011,16000050,16000053,16000055,16200001|类名:ServiceExtensionContext;
方法or属性:startAbility(want: Want, callback: AsyncCallback\): void;
新版本信息:201,401,16000001,16000002,16000004,16000005,16000006,16000008,16000009,16000010,16000011,16000012,16000013,16000050,16000053,16000055,16200001|ServiceExtensionContext.d.ts|
|错误码有变化|类名:ServiceExtensionContext;
方法or属性:startAbility(want: Want, options: StartOptions, callback: AsyncCallback\): void;
旧版本信息:401,16000001,16000002,16000004,16000005,16000006,16000008,16000009,16000010,16000011,16000050,16000053,16000055,16200001|类名:ServiceExtensionContext;
方法or属性:startAbility(want: Want, options: StartOptions, callback: AsyncCallback\): void;
新版本信息:201,401,16000001,16000004,16000005,16000006,16000008,16000009,16000011,16000012,16000013,16000050,16000053,16000055,16200001|ServiceExtensionContext.d.ts|
|错误码有变化|类名:ServiceExtensionContext;
方法or属性:startAbility(want: Want, options?: StartOptions): Promise\;
旧版本信息:401,16000001,16000002,16000004,16000005,16000006,16000008,16000009,16000010,16000011,16000050,16000053,16000055,16200001|类名:ServiceExtensionContext;
方法or属性:startAbility(want: Want, options?: StartOptions): Promise\;
新版本信息:201,401,16000001,16000002,16000004,16000005,16000006,16000008,16000009,16000010,16000011,16000012,16000013,16000050,16000053,16000055,16200001|ServiceExtensionContext.d.ts|
|错误码有变化|类名:ServiceExtensionContext;
方法or属性:startAbilityWithAccount(want: Want, accountId: number, callback: AsyncCallback\): void;
旧版本信息:201,202,401,16000001,16000002,16000004,16000005,16000006,16000008,16000009,16000010,16000011,16000050,16000053,16000055,16200001|类名:ServiceExtensionContext;
方法or属性:startAbilityWithAccount(want: Want, accountId: number, callback: AsyncCallback\): void;
新版本信息:201,202,401,16000001,16000002,16000004,16000005,16000006,16000008,16000009,16000010,16000011,16000012,16000013,16000050,16000053,16000055,16200001|ServiceExtensionContext.d.ts|
|错误码有变化|类名:ServiceExtensionContext;
方法or属性:startAbilityWithAccount(want: Want, accountId: number, options: StartOptions, callback: AsyncCallback\): void;
旧版本信息:16000001,16000002,16000004,16000005,16000006,16000008,16000009,16000010,16000011,16000050,16000053,16000055,16200001,201,202,401|类名:ServiceExtensionContext;
方法or属性:startAbilityWithAccount(want: Want, accountId: number, options: StartOptions, callback: AsyncCallback\): void;
新版本信息:16000001,16000004,16000005,16000006,16000008,16000009,16000011,16000012,16000013,16000050,16000053,16000055,16200001,201,202,401|ServiceExtensionContext.d.ts|
|错误码有变化|类名:ServiceExtensionContext;
方法or属性:startAbilityWithAccount(want: Want, accountId: number, options?: StartOptions): Promise\;
旧版本信息:201,202,401,16000001,16000002,16000004,16000005,16000006,16000008,16000009,16000010,16000011,16000050,16000053,16000055,16200001|类名:ServiceExtensionContext;
方法or属性:startAbilityWithAccount(want: Want, accountId: number, options?: StartOptions): Promise\;
新版本信息:201,202,401,16000001,16000002,16000004,16000005,16000006,16000008,16000009,16000010,16000011,16000012,16000013,16000050,16000053,16000055,16200001|ServiceExtensionContext.d.ts|
|错误码有变化|类名:ServiceExtensionContext;
方法or属性:startServiceExtensionAbility(want: Want, callback: AsyncCallback\): void;
旧版本信息:201,202,401,16000001,16000002,16000005,16000006,16000008,16000011,16000050,16200001|类名:ServiceExtensionContext;
方法or属性:startServiceExtensionAbility(want: Want, callback: AsyncCallback\): void;
新版本信息:201,202,401,16000001,16000002,16000004,16000005,16000006,16000008,16000011,16000012,16000013,16000050,16200001|ServiceExtensionContext.d.ts|
|错误码有变化|类名:ServiceExtensionContext;
方法or属性:startServiceExtensionAbility(want: Want): Promise\;
旧版本信息:201,202,401,16000001,16000002,16000005,16000006,16000008,16000011,16000050,16200001|类名:ServiceExtensionContext;
方法or属性:startServiceExtensionAbility(want: Want): Promise\;
新版本信息:201,202,401,16000001,16000002,16000004,16000005,16000006,16000008,16000011,16000012,16000013,16000050,16200001|ServiceExtensionContext.d.ts|
|错误码有变化|类名:ServiceExtensionContext;
方法or属性:startServiceExtensionAbilityWithAccount(want: Want, accountId: number, callback: AsyncCallback\): void;
旧版本信息:201,202,401,16000001,16000002,16000005,16000006,16000008,16000011,16000050,16200001|类名:ServiceExtensionContext;
方法or属性:startServiceExtensionAbilityWithAccount(want: Want, accountId: number, callback: AsyncCallback\): void;
新版本信息:201,202,401,16000001,16000002,16000004,16000005,16000006,16000008,16000011,16000012,16000013,16000050,16200001|ServiceExtensionContext.d.ts|
|错误码有变化|类名:ServiceExtensionContext;
方法or属性:startServiceExtensionAbilityWithAccount(want: Want, accountId: number): Promise\;
旧版本信息:201,202,401,16000001,16000002,16000005,16000006,16000008,16000011,16000050,16200001|类名:ServiceExtensionContext;
方法or属性:startServiceExtensionAbilityWithAccount(want: Want, accountId: number): Promise\;
新版本信息:201,202,401,16000001,16000002,16000004,16000005,16000006,16000008,16000011,16000012,16000013,16000050,16200001|ServiceExtensionContext.d.ts|
|错误码有变化|类名:ServiceExtensionContext;
方法or属性:stopServiceExtensionAbility(want: Want, callback: AsyncCallback\): void;
旧版本信息:202,401,16000001,16000002,16000005,16000006,16000011,16000050,16200001|类名:ServiceExtensionContext;
方法or属性:stopServiceExtensionAbility(want: Want, callback: AsyncCallback\): void;
新版本信息:201,202,401,16000001,16000002,16000004,16000005,16000006,16000011,16000050,16200001|ServiceExtensionContext.d.ts|
|错误码有变化|类名:ServiceExtensionContext;
方法or属性:stopServiceExtensionAbility(want: Want): Promise\;
旧版本信息:202,401,16000001,16000002,16000005,16000006,16000011,16000050,16200001|类名:ServiceExtensionContext;
方法or属性:stopServiceExtensionAbility(want: Want): Promise\;
新版本信息:201,202,401,16000001,16000002,16000004,16000005,16000006,16000011,16000050,16200001|ServiceExtensionContext.d.ts|
|错误码有变化|类名:ServiceExtensionContext;
方法or属性:stopServiceExtensionAbilityWithAccount(want: Want, accountId: number, callback: AsyncCallback\): void;
旧版本信息:201,202,401,16000001,16000002,16000005,16000006,16000011,16000050,16200001|类名:ServiceExtensionContext;
方法or属性:stopServiceExtensionAbilityWithAccount(want: Want, accountId: number, callback: AsyncCallback\): void;
新版本信息:201,202,401,16000001,16000002,16000004,16000005,16000006,16000011,16000050,16200001|ServiceExtensionContext.d.ts|
|错误码有变化|类名:ServiceExtensionContext;
方法or属性:stopServiceExtensionAbilityWithAccount(want: Want, accountId: number): Promise\;
旧版本信息:201,202,401,16000001,16000002,16000005,16000006,16000011,16000050,16200001|类名:ServiceExtensionContext;
方法or属性:stopServiceExtensionAbilityWithAccount(want: Want, accountId: number): Promise\;
新版本信息:201,202,401,16000001,16000002,16000004,16000005,16000006,16000011,16000050,16200001|ServiceExtensionContext.d.ts|
|错误码有变化|类名:ServiceExtensionContext;
方法or属性:terminateSelf(callback: AsyncCallback\): void;
旧版本信息:401,16000001,16000004,16000005,16000009,16000011,16000050|类名:ServiceExtensionContext;
方法or属性:terminateSelf(callback: AsyncCallback\): void;
新版本信息:401,16000009,16000011,16000050|ServiceExtensionContext.d.ts|
|错误码有变化|类名:ServiceExtensionContext;
方法or属性:terminateSelf(): Promise\;
旧版本信息:16000001,16000004,16000005,16000009,16000011,16000050|类名:ServiceExtensionContext;
方法or属性:terminateSelf(): Promise\;
新版本信息:16000009,16000011,16000050|ServiceExtensionContext.d.ts|
|错误码有变化|类名:ServiceExtensionContext;
方法or属性:connectServiceExtensionAbility(want: Want, options: ConnectOptions): number;
旧版本信息:201,401,16000001,16000005,16000011,16000050|类名:ServiceExtensionContext;
方法or属性:connectServiceExtensionAbility(want: Want, options: ConnectOptions): number;
新版本信息:201,401,16000001,16000002,16000004,16000005,16000006,16000008,16000011,16000050,16000053,16000055|ServiceExtensionContext.d.ts|
|错误码有变化|类名:ServiceExtensionContext;
方法or属性:connectServiceExtensionAbilityWithAccount(want: Want, accountId: number, options: ConnectOptions): number;
旧版本信息:201,202,401,16000001,16000005,16000011,16000050|类名:ServiceExtensionContext;
方法or属性:connectServiceExtensionAbilityWithAccount(want: Want, accountId: number, options: ConnectOptions): number;
新版本信息:201,202,401,16000001,16000002,16000004,16000005,16000006,16000008,16000011,16000050,16000053,16000055|ServiceExtensionContext.d.ts|
|错误码有变化|类名:ServiceExtensionContext;
方法or属性:startAbilityByCall(want: Want): Promise\;
旧版本信息:201,401,16000001,16000002,16000004,16000005,16000006,16000008,16000011,16000050,16200001|类名:ServiceExtensionContext;
方法or属性:startAbilityByCall(want: Want): Promise\;
新版本信息:201,401,16000001,16000002,16000004,16000006,16000008,16000011,16000050|ServiceExtensionContext.d.ts|
|错误码有变化|类名:ServiceExtensionContext;
方法or属性:startAbilityByCallWithAccount(want: Want, accountId: number): Promise\;
旧版本信息:201,202,401,16000001,16000002,16000004,16000005,16000006,16000008,16000011,16000050,16200001|类名:ServiceExtensionContext;
方法or属性:startAbilityByCallWithAccount(want: Want, accountId: number): Promise\;
新版本信息:201,202,401,16000001,16000002,16000004,16000005,16000006,16000008,16000011,16000012,16000013,16000050,16200001|ServiceExtensionContext.d.ts|
|错误码有变化|类名:ServiceExtensionContext;
方法or属性:startRecentAbility(want: Want, callback: AsyncCallback\): void;
旧版本信息:401,16000001,16000002,16000004,16000005,16000006,16000008,16000009,16000010,16000011,16000050,16000053,16000055,16200001|类名:ServiceExtensionContext;
方法or属性:startRecentAbility(want: Want, callback: AsyncCallback\): void;
新版本信息:201,401,16000001,16000002,16000004,16000005,16000006,16000008,16000009,16000010,16000011,16000050,16000053,16000055,16200001|ServiceExtensionContext.d.ts|
|错误码有变化|类名:ServiceExtensionContext;
方法or属性:startRecentAbility(want: Want, options: StartOptions, callback: AsyncCallback\): void;
旧版本信息:401,16000001,16000002,16000004,16000005,16000006,16000008,16000009,16000010,16000011,16000050,16000053,16000055,16200001|类名:ServiceExtensionContext;
方法or属性:startRecentAbility(want: Want, options: StartOptions, callback: AsyncCallback\): void;
新版本信息:201,401,16000001,16000004,16000005,16000006,16000008,16000009,16000011,16000050,16000053,16000055,16200001|ServiceExtensionContext.d.ts|
|错误码有变化|类名:ServiceExtensionContext;
方法or属性:startRecentAbility(want: Want, options?: StartOptions): Promise\;
旧版本信息:401,16000001,16000002,16000004,16000005,16000006,16000008,16000009,16000010,16000011,16000050,16000053,16000055,16200001|类名:ServiceExtensionContext;
方法or属性:startRecentAbility(want: Want, options?: StartOptions): Promise\;
新版本信息:201,401,16000001,16000002,16000004,16000005,16000006,16000008,16000009,16000010,16000011,16000050,16000053,16000055,16200001|ServiceExtensionContext.d.ts|
|错误码有变化|类名:UIAbilityContext;
方法or属性:startAbility(want: Want, callback: AsyncCallback\): void;
旧版本信息:401,16000001,16000002,16000004,16000005,16000006,16000008,16000009,16000010,16000011,16000050,16000053,16000055,16200001|类名:UIAbilityContext;
方法or属性:startAbility(want: Want, callback: AsyncCallback\): void;
新版本信息:201,401,16000001,16000002,16000004,16000005,16000006,16000008,16000009,16000010,16000011,16000012,16000013,16000050,16000053,16000055,16200001|UIAbilityContext.d.ts|
|错误码有变化|类名:UIAbilityContext;
方法or属性:startAbility(want: Want, options: StartOptions, callback: AsyncCallback\): void;
旧版本信息:401,16000001,16000002,16000004,16000005,16000006,16000008,16000009,16000010,16000011,16000050,16000053,16000055,16200001|类名:UIAbilityContext;
方法or属性:startAbility(want: Want, options: StartOptions, callback: AsyncCallback\): void;
新版本信息:201,401,16000001,16000004,16000005,16000006,16000008,16000009,16000011,16000012,16000013,16000050,16000053,16000055,16200001|UIAbilityContext.d.ts|
|错误码有变化|类名:UIAbilityContext;
方法or属性:startAbility(want: Want, options?: StartOptions): Promise\;
旧版本信息:401,16000001,16000002,16000004,16000005,16000006,16000008,16000009,16000010,16000011,16000050,16000053,16000055,16200001|类名:UIAbilityContext;
方法or属性:startAbility(want: Want, options?: StartOptions): Promise\;
新版本信息:201,401,16000001,16000002,16000004,16000005,16000006,16000008,16000009,16000010,16000011,16000012,16000013,16000050,16000053,16000055,16200001|UIAbilityContext.d.ts|
|错误码有变化|类名:UIAbilityContext;
方法or属性:startAbilityByCall(want: Want): Promise\;
旧版本信息:16000001,16000002,16000004,16000005,16000006,16000008,16000011,16000050,16200001,201,401|类名:UIAbilityContext;
方法or属性:startAbilityByCall(want: Want): Promise\;
新版本信息:16000001,16000002,16000004,16000006,16000008,16000011,16000012,16000013,16000050,201,401|UIAbilityContext.d.ts|
|错误码有变化|类名:UIAbilityContext;
方法or属性:startAbilityByCallWithAccount(want: Want, accountId: number): Promise\;
旧版本信息:201,202,401,16000001,16000002,16000004,16000005,16000006,16000008,16000011,16000050,16200001|类名:UIAbilityContext;
方法or属性:startAbilityByCallWithAccount(want: Want, accountId: number): Promise\;
新版本信息:201,202,401,16000001,16000002,16000004,16000005,16000006,16000008,16000011,16000012,16000013,16000050,16200001|UIAbilityContext.d.ts|
|错误码有变化|类名:UIAbilityContext;
方法or属性:startAbilityWithAccount(want: Want, accountId: number, callback: AsyncCallback\): void;
旧版本信息:201,202,401,16000001,16000002,16000004,16000005,16000006,16000008,16000009,16000010,16000011,16000050,16000053,16000055,16200001|类名:UIAbilityContext;
方法or属性:startAbilityWithAccount(want: Want, accountId: number, callback: AsyncCallback\): void;
新版本信息:201,202,401,16000001,16000002,16000004,16000005,16000006,16000008,16000009,16000010,16000011,16000012,16000013,16000050,16000053,16000055,16200001|UIAbilityContext.d.ts|
|错误码有变化|类名:UIAbilityContext;
方法or属性:startAbilityWithAccount(want: Want, accountId: number, options: StartOptions, callback: AsyncCallback\): void;
旧版本信息:16000001,16000002,16000004,16000005,16000006,16000008,16000009,16000010,16000011,16000050,16000053,16000055,16200001,201,202,401|类名:UIAbilityContext;
方法or属性:startAbilityWithAccount(want: Want, accountId: number, options: StartOptions, callback: AsyncCallback\): void;
新版本信息:16000001,16000004,16000005,16000006,16000008,16000009,16000011,16000012,16000013,16000050,16000053,16000055,16200001,201,202,401|UIAbilityContext.d.ts|
|错误码有变化|类名:UIAbilityContext;
方法or属性:startAbilityWithAccount(want: Want, accountId: number, options?: StartOptions): Promise\;
旧版本信息:201,202,401,16000001,16000002,16000004,16000005,16000006,16000008,16000009,16000010,16000011,16000050,16000053,16000055,16200001|类名:UIAbilityContext;
方法or属性:startAbilityWithAccount(want: Want, accountId: number, options?: StartOptions): Promise\;
新版本信息:201,202,401,16000001,16000002,16000004,16000005,16000006,16000008,16000009,16000010,16000011,16000012,16000013,16000050,16000053,16000055,16200001|UIAbilityContext.d.ts|
|错误码有变化|类名:UIAbilityContext;
方法or属性:startAbilityForResult(want: Want, callback: AsyncCallback\): void;
旧版本信息:401,16000001,16000002,16000004,16000005,16000006,16000008,16000009,16000010,16000011,16000050,16000053,16000055,16200001|类名:UIAbilityContext;
方法or属性:startAbilityForResult(want: Want, callback: AsyncCallback\): void;
新版本信息:201,401,16000001,16000002,16000004,16000005,16000006,16000008,16000009,16000010,16000011,16000012,16000013,16000050,16000053,16000055,16200001|UIAbilityContext.d.ts|
|错误码有变化|类名:UIAbilityContext;
方法or属性:startAbilityForResult(want: Want, options: StartOptions, callback: AsyncCallback\): void;
旧版本信息:401,16000001,16000002,16000004,16000005,16000006,16000008,16000009,16000010,16000011,16000050,16000053,16000055,16200001|类名:UIAbilityContext;
方法or属性:startAbilityForResult(want: Want, options: StartOptions, callback: AsyncCallback\): void;
新版本信息:201,401,16000001,16000004,16000005,16000006,16000008,16000009,16000011,16000012,16000013,16000050,16000053,16000055,16200001|UIAbilityContext.d.ts|
|错误码有变化|类名:UIAbilityContext;
方法or属性:startAbilityForResult(want: Want, options?: StartOptions): Promise\;
旧版本信息:401,16000001,16000002,16000004,16000005,16000006,16000008,16000009,16000010,16000011,16000050,16000053,16000055,16200001|类名:UIAbilityContext;
方法or属性:startAbilityForResult(want: Want, options?: StartOptions): Promise\;
新版本信息:201,401,16000001,16000002,16000004,16000005,16000006,16000008,16000009,16000010,16000011,16000012,16000013,16000050,16000053,16000055,16200001|UIAbilityContext.d.ts|
|错误码有变化|类名:UIAbilityContext;
方法or属性:startAbilityForResultWithAccount(want: Want, accountId: number, callback: AsyncCallback\): void;
旧版本信息:201,202,401,16000001,16000002,16000004,16000005,16000006,16000008,16000009,16000010,16000011,16000050,16000053,16000055,16200001|类名:UIAbilityContext;
方法or属性:startAbilityForResultWithAccount(want: Want, accountId: number, callback: AsyncCallback\): void;
新版本信息:201,202,401,16000001,16000002,16000004,16000005,16000006,16000008,16000009,16000010,16000011,16000012,16000013,16000050,16000053,16000055,16200001|UIAbilityContext.d.ts|
|错误码有变化|类名:UIAbilityContext;
方法or属性:startAbilityForResultWithAccount(
want: Want,
accountId: number,
options: StartOptions,
callback: AsyncCallback\
): void;
旧版本信息:16000001,16000002,16000004,16000005,16000006,16000008,16000009,16000010,16000011,16000050,16000053,16000055,16200001,201,202,401|类名:UIAbilityContext;
方法or属性:startAbilityForResultWithAccount(
want: Want,
accountId: number,
options: StartOptions,
callback: AsyncCallback\
): void;
新版本信息:16000001,16000004,16000005,16000006,16000008,16000009,16000011,16000012,16000013,16000050,16000053,16000055,16200001,201,202,401|UIAbilityContext.d.ts|
|错误码有变化|类名:UIAbilityContext;
方法or属性:startAbilityForResultWithAccount(want: Want, accountId: number, options?: StartOptions): Promise\;
旧版本信息:201,202,401,16000001,16000002,16000004,16000005,16000006,16000008,16000009,16000010,16000011,16000050,16000053,16000055,16200001|类名:UIAbilityContext;
方法or属性:startAbilityForResultWithAccount(want: Want, accountId: number, options?: StartOptions): Promise\;
新版本信息:201,202,401,16000001,16000002,16000004,16000005,16000006,16000008,16000009,16000010,16000011,16000012,16000013,16000050,16000053,16000055,16200001|UIAbilityContext.d.ts|
|错误码有变化|类名:UIAbilityContext;
方法or属性:startServiceExtensionAbility(want: Want, callback: AsyncCallback\): void;
旧版本信息:201,202,401,16000001,16000002,16000005,16000006,16000008,16000011,16000050,16200001|类名:UIAbilityContext;
方法or属性:startServiceExtensionAbility(want: Want, callback: AsyncCallback\): void;
新版本信息:201,202,401,16000001,16000002,16000004,16000005,16000006,16000008,16000011,16000012,16000013,16000050,16200001|UIAbilityContext.d.ts|
|错误码有变化|类名:UIAbilityContext;
方法or属性:startServiceExtensionAbility(want: Want): Promise\;
旧版本信息:201,202,401,16000001,16000002,16000005,16000006,16000008,16000011,16000050,16200001|类名:UIAbilityContext;
方法or属性:startServiceExtensionAbility(want: Want): Promise\;
新版本信息:201,202,401,16000001,16000002,16000004,16000005,16000006,16000008,16000011,16000012,16000013,16000050,16200001|UIAbilityContext.d.ts|
|错误码有变化|类名:UIAbilityContext;
方法or属性:startServiceExtensionAbilityWithAccount(want: Want, accountId: number, callback: AsyncCallback\): void;
旧版本信息:201,202,401,16000001,16000002,16000005,16000006,16000008,16000011,16000050,16200001|类名:UIAbilityContext;
方法or属性:startServiceExtensionAbilityWithAccount(want: Want, accountId: number, callback: AsyncCallback\): void;
新版本信息:201,202,401,16000001,16000002,16000004,16000005,16000006,16000008,16000011,16000012,16000013,16000050,16200001|UIAbilityContext.d.ts|
|错误码有变化|类名:UIAbilityContext;
方法or属性:startServiceExtensionAbilityWithAccount(want: Want, accountId: number): Promise\;
旧版本信息:201,202,401,16000001,16000002,16000005,16000006,16000008,16000011,16000050,16200001|类名:UIAbilityContext;
方法or属性:startServiceExtensionAbilityWithAccount(want: Want, accountId: number): Promise\;
新版本信息:201,202,401,16000001,16000002,16000004,16000005,16000006,16000008,16000011,16000012,16000013,16000050,16200001|UIAbilityContext.d.ts|
|错误码有变化|类名:UIAbilityContext;
方法or属性:stopServiceExtensionAbility(want: Want, callback: AsyncCallback\): void;
旧版本信息:202,401,16000001,16000002,16000005,16000006,16000011,16000050,16200001|类名:UIAbilityContext;
方法or属性:stopServiceExtensionAbility(want: Want, callback: AsyncCallback\): void;
新版本信息:201,202,401,16000001,16000002,16000004,16000005,16000006,16000011,16000012,16000013,16000050,16200001|UIAbilityContext.d.ts|
|错误码有变化|类名:UIAbilityContext;
方法or属性:stopServiceExtensionAbility(want: Want): Promise\;
旧版本信息:202,401,16000001,16000002,16000005,16000006,16000011,16000050,16200001|类名:UIAbilityContext;
方法or属性:stopServiceExtensionAbility(want: Want): Promise\;
新版本信息:201,202,401,16000001,16000002,16000004,16000005,16000006,16000011,16000050,16200001|UIAbilityContext.d.ts|
|错误码有变化|类名:UIAbilityContext;
方法or属性:stopServiceExtensionAbilityWithAccount(want: Want, accountId: number, callback: AsyncCallback\): void;
旧版本信息:201,202,401,16000001,16000002,16000005,16000006,16000011,16000050,16200001|类名:UIAbilityContext;
方法or属性:stopServiceExtensionAbilityWithAccount(want: Want, accountId: number, callback: AsyncCallback\): void;
新版本信息:201,202,401,16000001,16000002,16000004,16000005,16000006,16000011,16000050,16200001|UIAbilityContext.d.ts|
|错误码有变化|类名:UIAbilityContext;
方法or属性:stopServiceExtensionAbilityWithAccount(want: Want, accountId: number): Promise\;
旧版本信息:201,202,401,16000001,16000002,16000005,16000006,16000011,16000050,16200001|类名:UIAbilityContext;
方法or属性:stopServiceExtensionAbilityWithAccount(want: Want, accountId: number): Promise\;
新版本信息:201,202,401,16000001,16000002,16000004,16000005,16000006,16000011,16000050,16200001|UIAbilityContext.d.ts|
|错误码有变化|类名:UIAbilityContext;
方法or属性:terminateSelf(callback: AsyncCallback\): void;
旧版本信息:401,16000001,16000004,16000005,16000009,16000011,16000050|类名:UIAbilityContext;
方法or属性:terminateSelf(callback: AsyncCallback\): void;
新版本信息:401,16000009,16000011,16000050|UIAbilityContext.d.ts|
|错误码有变化|类名:UIAbilityContext;
方法or属性:terminateSelf(): Promise\;
旧版本信息:16000001,16000004,16000005,16000009,16000011,16000050|类名:UIAbilityContext;
方法or属性:terminateSelf(): Promise\;
新版本信息:16000009,16000011,16000050|UIAbilityContext.d.ts|
|错误码有变化|类名:UIAbilityContext;
方法or属性:terminateSelfWithResult(parameter: AbilityResult, callback: AsyncCallback\): void;
旧版本信息:401,16000001,16000004,16000005,16000009,16000011,16000050|类名:UIAbilityContext;
方法or属性:terminateSelfWithResult(parameter: AbilityResult, callback: AsyncCallback\): void;
新版本信息:401,16000009,16000011,16000050|UIAbilityContext.d.ts|
|错误码有变化|类名:UIAbilityContext;
方法or属性:terminateSelfWithResult(parameter: AbilityResult): Promise\;
旧版本信息:401,16000001,16000004,16000005,16000009,16000011,16000050|类名:UIAbilityContext;
方法or属性:terminateSelfWithResult(parameter: AbilityResult): Promise\;
新版本信息:401,16000009,16000011,16000050|UIAbilityContext.d.ts|
|错误码有变化|类名:UIAbilityContext;
方法or属性:connectServiceExtensionAbility(want: Want, options: ConnectOptions): number;
旧版本信息:201,401,16000001,16000005,16000011,16000050|类名:UIAbilityContext;
方法or属性:connectServiceExtensionAbility(want: Want, options: ConnectOptions): number;
新版本信息:201,401,16000001,16000002,16000004,16000005,16000006,16000008,16000011,16000050,16000053,16000055|UIAbilityContext.d.ts|
|错误码有变化|类名:UIAbilityContext;
方法or属性:connectServiceExtensionAbilityWithAccount(want: Want, accountId: number, options: ConnectOptions): number;
旧版本信息:201,202,401,16000001,16000005,16000011,16000050|类名:UIAbilityContext;
方法or属性:connectServiceExtensionAbilityWithAccount(want: Want, accountId: number, options: ConnectOptions): number;
新版本信息:201,202,401,16000001,16000002,16000004,16000005,16000006,16000008,16000011,16000050,16000053,16000055|UIAbilityContext.d.ts|
|错误码有变化|类名:UIAbilityContext;
方法or属性:setMissionIcon(icon: image.PixelMap, callback: AsyncCallback\): void;
旧版本信息:401,16000011,16000050|类名:UIAbilityContext;
方法or属性:setMissionIcon(icon: image.PixelMap, callback: AsyncCallback\): void;
新版本信息:202,401,16000011,16000050|UIAbilityContext.d.ts|
|错误码有变化|类名:UIAbilityContext;
方法or属性:setMissionIcon(icon: image.PixelMap): Promise\;
旧版本信息:401,16000011,16000050|类名:UIAbilityContext;
方法or属性:setMissionIcon(icon: image.PixelMap): Promise\;
新版本信息:202,401,16000011,16000050|UIAbilityContext.d.ts|
|错误码有变化|类名:UIAbilityContext;
方法or属性:startRecentAbility(want: Want, callback: AsyncCallback\): void;
旧版本信息:401,16000001,16000002,16000004,16000005,16000006,16000008,16000009,16000010,16000011,16000050,16000053,16000055,16200001|类名:UIAbilityContext;
方法or属性:startRecentAbility(want: Want, callback: AsyncCallback\): void;
新版本信息:201,401,16000001,16000002,16000004,16000005,16000006,16000008,16000009,16000010,16000011,16000012,16000013,16000050,16000053,16000055,16200001|UIAbilityContext.d.ts|
|错误码有变化|类名:UIAbilityContext;
方法or属性:startRecentAbility(want: Want, options: StartOptions, callback: AsyncCallback\): void;
旧版本信息:401,16000001,16000002,16000004,16000005,16000006,16000008,16000009,16000010,16000011,16000050,16000053,16000055,16200001|类名:UIAbilityContext;
方法or属性:startRecentAbility(want: Want, options: StartOptions, callback: AsyncCallback\): void;
新版本信息:201,401,16000001,16000004,16000005,16000006,16000008,16000009,16000011,16000012,16000013,16000050,16000053,16000055,16200001|UIAbilityContext.d.ts|
|错误码有变化|类名:UIAbilityContext;
方法or属性:startRecentAbility(want: Want, options?: StartOptions): Promise\;
旧版本信息:401,16000001,16000002,16000004,16000005,16000006,16000008,16000009,16000010,16000011,16000050,16000053,16000055,16200001|类名:UIAbilityContext;
方法or属性:startRecentAbility(want: Want, options?: StartOptions): Promise\;
新版本信息:201,401,16000001,16000002,16000004,16000005,16000006,16000008,16000009,16000010,16000011,16000012,16000013,16000050,16000053,16000055,16200001|UIAbilityContext.d.ts|
|错误码有变化|类名:UIAbilityContext;
方法or属性:requestDialogService(want: Want, result: AsyncCallback\): void;
旧版本信息:401,16000001,16000002,16000004,16000005,16000006,16000008,16000009,16000010,16000011,16000050,16000053,16000055,16200001|类名:UIAbilityContext;
方法or属性:requestDialogService(want: Want, result: AsyncCallback\): void;
新版本信息:201,401,16000001,16000002,16000004,16000005,16000006,16000008,16000009,16000010,16000011,16000012,16000013,16000050,16000053,16000055,16200001|UIAbilityContext.d.ts|
|错误码有变化|类名:UIAbilityContext;
方法or属性:requestDialogService(want: Want): Promise\;
旧版本信息:401,16000001,16000002,16000004,16000005,16000006,16000008,16000009,16000010,16000011,16000050,16000053,16000055,16200001|类名:UIAbilityContext;
方法or属性:requestDialogService(want: Want): Promise\;
新版本信息:201,401,16000001,16000002,16000004,16000005,16000006,16000008,16000009,16000010,16000011,16000012,16000013,16000050,16000053,16000055,16200001|UIAbilityContext.d.ts|
|访问级别有变化|类名:WindowMode;
方法or属性:WINDOW_MODE_UNDEFINED = 0
旧版本信息:|类名:WindowMode;
方法or属性:WINDOW_MODE_UNDEFINED = 0
新版本信息:systemapi|@ohos.app.ability.AbilityConstant.d.ts|
|访问级别有变化|类名:WindowMode;
方法or属性:WINDOW_MODE_FULLSCREEN = 1
旧版本信息:|类名:WindowMode;
方法or属性:WINDOW_MODE_FULLSCREEN = 1
新版本信息:systemapi|@ohos.app.ability.AbilityConstant.d.ts|
|访问级别有变化|类名:WindowMode;
方法or属性:WINDOW_MODE_SPLIT_PRIMARY = 100
旧版本信息:|类名:WindowMode;
方法or属性:WINDOW_MODE_SPLIT_PRIMARY = 100
新版本信息:systemapi|@ohos.app.ability.AbilityConstant.d.ts|
|访问级别有变化|类名:WindowMode;
方法or属性:WINDOW_MODE_SPLIT_SECONDARY = 101
旧版本信息:|类名:WindowMode;
方法or属性:WINDOW_MODE_SPLIT_SECONDARY = 101
新版本信息:systemapi|@ohos.app.ability.AbilityConstant.d.ts|
|访问级别有变化|类名:WindowMode;
方法or属性:WINDOW_MODE_FLOATING = 102
旧版本信息:|类名:WindowMode;
方法or属性:WINDOW_MODE_FLOATING = 102
新版本信息:systemapi|@ohos.app.ability.AbilityConstant.d.ts|
|访问级别有变化|类名:AbilityState;
方法or属性:INITIAL = 0
旧版本信息:|类名:AbilityState;
方法or属性:INITIAL = 0
新版本信息:systemapi|@ohos.app.ability.abilityManager.d.ts|
|访问级别有变化|类名:AbilityState;
方法or属性:FOCUS = 2
旧版本信息:|类名:AbilityState;
方法or属性:FOCUS = 2
新版本信息:systemapi|@ohos.app.ability.abilityManager.d.ts|
|访问级别有变化|类名:AbilityState;
方法or属性:FOREGROUND = 9
旧版本信息:|类名:AbilityState;
方法or属性:FOREGROUND = 9
新版本信息:systemapi|@ohos.app.ability.abilityManager.d.ts|
|访问级别有变化|类名:AbilityState;
方法or属性:BACKGROUND = 10
旧版本信息:|类名:AbilityState;
方法or属性:BACKGROUND = 10
新版本信息:systemapi|@ohos.app.ability.abilityManager.d.ts|
|访问级别有变化|类名:AbilityState;
方法or属性:FOREGROUNDING = 11
旧版本信息:|类名:AbilityState;
方法or属性:FOREGROUNDING = 11
新版本信息:systemapi|@ohos.app.ability.abilityManager.d.ts|
|访问级别有变化|类名:AbilityState;
方法or属性:BACKGROUNDING = 12
旧版本信息:|类名:AbilityState;
方法or属性:BACKGROUNDING = 12
新版本信息:systemapi|@ohos.app.ability.abilityManager.d.ts|
|访问级别有变化|类名:ApplicationState;
方法or属性:STATE_CREATE
旧版本信息:|类名:ApplicationState;
方法or属性:STATE_CREATE
新版本信息:systemapi|@ohos.app.ability.appManager.d.ts|
|访问级别有变化|类名:ProcessState;
方法or属性:STATE_CREATE
旧版本信息:|类名:ProcessState;
方法or属性:STATE_CREATE
新版本信息:systemapi|@ohos.app.ability.appManager.d.ts|
|访问级别有变化|类名:ApplicationState;
方法or属性:STATE_FOREGROUND
旧版本信息:|类名:ApplicationState;
方法or属性:STATE_FOREGROUND
新版本信息:systemapi|@ohos.app.ability.appManager.d.ts|
|访问级别有变化|类名:ProcessState;
方法or属性:STATE_FOREGROUND
旧版本信息:|类名:ProcessState;
方法or属性:STATE_FOREGROUND
新版本信息:systemapi|@ohos.app.ability.appManager.d.ts|
|访问级别有变化|类名:ApplicationState;
方法or属性:STATE_ACTIVE
旧版本信息:|类名:ApplicationState;
方法or属性:STATE_ACTIVE
新版本信息:systemapi|@ohos.app.ability.appManager.d.ts|
|访问级别有变化|类名:ProcessState;
方法or属性:STATE_ACTIVE
旧版本信息:|类名:ProcessState;
方法or属性:STATE_ACTIVE
新版本信息:systemapi|@ohos.app.ability.appManager.d.ts|
|访问级别有变化|类名:ApplicationState;
方法or属性:STATE_BACKGROUND
旧版本信息:|类名:ApplicationState;
方法or属性:STATE_BACKGROUND
新版本信息:systemapi|@ohos.app.ability.appManager.d.ts|
|访问级别有变化|类名:ProcessState;
方法or属性:STATE_BACKGROUND
旧版本信息:|类名:ProcessState;
方法or属性:STATE_BACKGROUND
新版本信息:systemapi|@ohos.app.ability.appManager.d.ts|
|访问级别有变化|类名:ApplicationState;
方法or属性:STATE_DESTROY
旧版本信息:|类名:ApplicationState;
方法or属性:STATE_DESTROY
新版本信息:systemapi|@ohos.app.ability.appManager.d.ts|
|访问级别有变化|类名:ProcessState;
方法or属性:STATE_DESTROY
旧版本信息:|类名:ProcessState;
方法or属性:STATE_DESTROY
新版本信息:systemapi|@ohos.app.ability.appManager.d.ts|
|访问级别有变化|类名:missionManager;
方法or属性:function on(type: 'mission', listener: MissionListener): number;
旧版本信息:|类名:missionManager;
方法or属性:function on(type: 'mission', listener: MissionListener): number;
新版本信息:systemapi|@ohos.app.ability.missionManager.d.ts|
|访问级别有变化|类名:missionManager;
方法or属性:function off(type: 'mission', listenerId: number, callback: AsyncCallback\): void;
旧版本信息:|类名:missionManager;
方法or属性:function off(type: 'mission', listenerId: number, callback: AsyncCallback\): void;
新版本信息:systemapi|@ohos.app.ability.missionManager.d.ts|
|访问级别有变化|类名:missionManager;
方法or属性:function off(type: 'mission', listenerId: number): Promise\;
旧版本信息:|类名:missionManager;
方法or属性:function off(type: 'mission', listenerId: number): Promise\;
新版本信息:systemapi|@ohos.app.ability.missionManager.d.ts|
|访问级别有变化|类名:missionManager;
方法or属性:function getMissionInfo(deviceId: string, missionId: number, callback: AsyncCallback\): void;
旧版本信息:|类名:missionManager;
方法or属性:function getMissionInfo(deviceId: string, missionId: number, callback: AsyncCallback\): void;
新版本信息:systemapi|@ohos.app.ability.missionManager.d.ts|
|访问级别有变化|类名:missionManager;
方法or属性:function getMissionInfo(deviceId: string, missionId: number): Promise\;
旧版本信息:|类名:missionManager;
方法or属性:function getMissionInfo(deviceId: string, missionId: number): Promise\;
新版本信息:systemapi|@ohos.app.ability.missionManager.d.ts|
|访问级别有变化|类名:missionManager;
方法or属性:function getMissionInfos(deviceId: string, numMax: number, callback: AsyncCallback\>): void;
旧版本信息:|类名:missionManager;
方法or属性:function getMissionInfos(deviceId: string, numMax: number, callback: AsyncCallback\>): void;
新版本信息:systemapi|@ohos.app.ability.missionManager.d.ts|
|访问级别有变化|类名:missionManager;
方法or属性:function getMissionInfos(deviceId: string, numMax: number): Promise\>;
旧版本信息:|类名:missionManager;
方法or属性:function getMissionInfos(deviceId: string, numMax: number): Promise\>;
新版本信息:systemapi|@ohos.app.ability.missionManager.d.ts|
|访问级别有变化|类名:missionManager;
方法or属性:function getMissionSnapShot(deviceId: string, missionId: number, callback: AsyncCallback\): void;
旧版本信息:|类名:missionManager;
方法or属性:function getMissionSnapShot(deviceId: string, missionId: number, callback: AsyncCallback\): void;
新版本信息:systemapi|@ohos.app.ability.missionManager.d.ts|
|访问级别有变化|类名:missionManager;
方法or属性:function getMissionSnapShot(deviceId: string, missionId: number): Promise\;
旧版本信息:|类名:missionManager;
方法or属性:function getMissionSnapShot(deviceId: string, missionId: number): Promise\;
新版本信息:systemapi|@ohos.app.ability.missionManager.d.ts|
|访问级别有变化|类名:missionManager;
方法or属性:function getLowResolutionMissionSnapShot(
deviceId: string,
missionId: number,
callback: AsyncCallback\
): void;
旧版本信息:|类名:missionManager;
方法or属性:function getLowResolutionMissionSnapShot(
deviceId: string,
missionId: number,
callback: AsyncCallback\
): void;
新版本信息:systemapi|@ohos.app.ability.missionManager.d.ts|
|访问级别有变化|类名:missionManager;
方法or属性:function getLowResolutionMissionSnapShot(deviceId: string, missionId: number): Promise\;
旧版本信息:|类名:missionManager;
方法or属性:function getLowResolutionMissionSnapShot(deviceId: string, missionId: number): Promise\;
新版本信息:systemapi|@ohos.app.ability.missionManager.d.ts|
|访问级别有变化|类名:missionManager;
方法or属性:function lockMission(missionId: number, callback: AsyncCallback\): void;
旧版本信息:|类名:missionManager;
方法or属性:function lockMission(missionId: number, callback: AsyncCallback\): void;
新版本信息:systemapi|@ohos.app.ability.missionManager.d.ts|
|访问级别有变化|类名:missionManager;
方法or属性:function lockMission(missionId: number): Promise\;
旧版本信息:|类名:missionManager;
方法or属性:function lockMission(missionId: number): Promise\;
新版本信息:systemapi|@ohos.app.ability.missionManager.d.ts|
|访问级别有变化|类名:missionManager;
方法or属性:function unlockMission(missionId: number, callback: AsyncCallback\): void;
旧版本信息:|类名:missionManager;
方法or属性:function unlockMission(missionId: number, callback: AsyncCallback\): void;
新版本信息:systemapi|@ohos.app.ability.missionManager.d.ts|
|访问级别有变化|类名:missionManager;
方法or属性:function unlockMission(missionId: number): Promise\;
旧版本信息:|类名:missionManager;
方法or属性:function unlockMission(missionId: number): Promise\;
新版本信息:systemapi|@ohos.app.ability.missionManager.d.ts|
|访问级别有变化|类名:missionManager;
方法or属性:function clearMission(missionId: number, callback: AsyncCallback\): void;
旧版本信息:|类名:missionManager;
方法or属性:function clearMission(missionId: number, callback: AsyncCallback\): void;
新版本信息:systemapi|@ohos.app.ability.missionManager.d.ts|
|访问级别有变化|类名:missionManager;
方法or属性:function clearMission(missionId: number): Promise\;
旧版本信息:|类名:missionManager;
方法or属性:function clearMission(missionId: number): Promise\;
新版本信息:systemapi|@ohos.app.ability.missionManager.d.ts|
|访问级别有变化|类名:missionManager;
方法or属性:function clearAllMissions(callback: AsyncCallback\): void;
旧版本信息:|类名:missionManager;
方法or属性:function clearAllMissions(callback: AsyncCallback\): void;
新版本信息:systemapi|@ohos.app.ability.missionManager.d.ts|
|访问级别有变化|类名:missionManager;
方法or属性:function clearAllMissions(): Promise\;
旧版本信息:|类名:missionManager;
方法or属性:function clearAllMissions(): Promise\;
新版本信息:systemapi|@ohos.app.ability.missionManager.d.ts|
|访问级别有变化|类名:missionManager;
方法or属性:function moveMissionToFront(missionId: number, callback: AsyncCallback\): void;
旧版本信息:|类名:missionManager;
方法or属性:function moveMissionToFront(missionId: number, callback: AsyncCallback\): void;
新版本信息:systemapi|@ohos.app.ability.missionManager.d.ts|
|访问级别有变化|类名:missionManager;
方法or属性:function moveMissionToFront(missionId: number, options: StartOptions, callback: AsyncCallback\): void;
旧版本信息:|类名:missionManager;
方法or属性:function moveMissionToFront(missionId: number, options: StartOptions, callback: AsyncCallback\): void;
新版本信息:systemapi|@ohos.app.ability.missionManager.d.ts|
|访问级别有变化|类名:missionManager;
方法or属性:function moveMissionToFront(missionId: number, options?: StartOptions): Promise\;
旧版本信息:|类名:missionManager;
方法or属性:function moveMissionToFront(missionId: number, options?: StartOptions): Promise\;
新版本信息:systemapi|@ohos.app.ability.missionManager.d.ts|
|访问级别有变化|类名:abilityManager;
方法or属性:function updateConfiguration(config: Configuration): Promise\;