| 操作 | 旧版本 | 新版本 | 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\;
旧版本信息:|类名:abilityManager;
方法or属性:function updateConfiguration(config: Configuration): Promise\;
新版本信息:systemapi|@ohos.application.abilityManager.d.ts| |访问级别有变化|类名:abilityManager;
方法or属性:function getAbilityRunningInfos(callback: AsyncCallback\>): void;
旧版本信息:|类名:abilityManager;
方法or属性:function getAbilityRunningInfos(callback: AsyncCallback\>): void;
新版本信息:systemapi|@ohos.application.abilityManager.d.ts| |访问级别有变化|类名:AbilityState;
方法or属性:INITIAL = 0
旧版本信息:|类名:AbilityState;
方法or属性:INITIAL = 0
新版本信息:systemapi|@ohos.application.abilityManager.d.ts| |访问级别有变化|类名:AbilityState;
方法or属性:FOREGROUND = 9
旧版本信息:|类名:AbilityState;
方法or属性:FOREGROUND = 9
新版本信息:systemapi|@ohos.application.abilityManager.d.ts| |访问级别有变化|类名:AbilityState;
方法or属性:BACKGROUND = 10
旧版本信息:|类名:AbilityState;
方法or属性:BACKGROUND = 10
新版本信息:systemapi|@ohos.application.abilityManager.d.ts| |访问级别有变化|类名:AbilityState;
方法or属性:FOREGROUNDING = 11
旧版本信息:|类名:AbilityState;
方法or属性:FOREGROUNDING = 11
新版本信息:systemapi|@ohos.application.abilityManager.d.ts| |访问级别有变化|类名:AbilityState;
方法or属性:BACKGROUNDING = 12
旧版本信息:|类名:AbilityState;
方法or属性:BACKGROUNDING = 12
新版本信息:systemapi|@ohos.application.abilityManager.d.ts| |访问级别有变化|类名:appManager;
方法or属性:function unregisterApplicationStateObserver(observerId: number): Promise\;
旧版本信息:|类名:appManager;
方法or属性:function unregisterApplicationStateObserver(observerId: number): Promise\;
新版本信息:systemapi|@ohos.application.appManager.d.ts| |访问级别有变化|类名:appManager;
方法or属性:function getForegroundApplications(): Promise\>;
旧版本信息:|类名:appManager;
方法or属性:function getForegroundApplications(): Promise\>;
新版本信息:systemapi|@ohos.application.appManager.d.ts| |访问级别有变化|类名:appManager;
方法or属性:function killProcessWithAccount(bundleName: string, accountId: number, callback: AsyncCallback\): void;
旧版本信息:|类名:appManager;
方法or属性:function killProcessWithAccount(bundleName: string, accountId: number, callback: AsyncCallback\): void;
新版本信息:systemapi|@ohos.application.appManager.d.ts| |访问级别有变化|类名:appManager;
方法or属性:function killProcessesByBundleName(bundleName: string, callback: AsyncCallback\);
旧版本信息:|类名:appManager;
方法or属性:function killProcessesByBundleName(bundleName: string, callback: AsyncCallback\);
新版本信息:systemapi|@ohos.application.appManager.d.ts| |访问级别有变化|类名:appManager;
方法or属性:function clearUpApplicationData(bundleName: string, callback: AsyncCallback\);
旧版本信息:|类名:appManager;
方法or属性:function clearUpApplicationData(bundleName: string, callback: AsyncCallback\);
新版本信息:systemapi|@ohos.application.appManager.d.ts| |访问级别有变化|类名:formHost;
方法or属性:function deleteForm(formId: string, callback: AsyncCallback\): void;
旧版本信息:|类名:formHost;
方法or属性:function deleteForm(formId: string, callback: AsyncCallback\): void;
新版本信息:systemapi|@ohos.application.formHost.d.ts| |访问级别有变化|类名:formHost;
方法or属性:function deleteForm(formId: string): Promise\;
旧版本信息:|类名:formHost;
方法or属性:function deleteForm(formId: string): Promise\;
新版本信息:systemapi|@ohos.application.formHost.d.ts| |访问级别有变化|类名:formHost;
方法or属性:function releaseForm(formId: string, callback: AsyncCallback\): void;
旧版本信息:|类名:formHost;
方法or属性:function releaseForm(formId: string, callback: AsyncCallback\): void;
新版本信息:systemapi|@ohos.application.formHost.d.ts| |访问级别有变化|类名:formHost;
方法or属性:function releaseForm(formId: string, isReleaseCache: boolean, callback: AsyncCallback\): void;
旧版本信息:|类名:formHost;
方法or属性:function releaseForm(formId: string, isReleaseCache: boolean, callback: AsyncCallback\): void;
新版本信息:systemapi|@ohos.application.formHost.d.ts| |访问级别有变化|类名:formHost;
方法or属性:function releaseForm(formId: string, isReleaseCache?: boolean): Promise\;
旧版本信息:|类名:formHost;
方法or属性:function releaseForm(formId: string, isReleaseCache?: boolean): Promise\;
新版本信息:systemapi|@ohos.application.formHost.d.ts| |访问级别有变化|类名:formHost;
方法or属性:function requestForm(formId: string, callback: AsyncCallback\): void;
旧版本信息:|类名:formHost;
方法or属性:function requestForm(formId: string, callback: AsyncCallback\): void;
新版本信息:systemapi|@ohos.application.formHost.d.ts| |访问级别有变化|类名:formHost;
方法or属性:function requestForm(formId: string): Promise\;
旧版本信息:|类名:formHost;
方法or属性:function requestForm(formId: string): Promise\;
新版本信息:systemapi|@ohos.application.formHost.d.ts| |访问级别有变化|类名:formHost;
方法or属性:function castTempForm(formId: string, callback: AsyncCallback\): void;
旧版本信息:|类名:formHost;
方法or属性:function castTempForm(formId: string, callback: AsyncCallback\): void;
新版本信息:systemapi|@ohos.application.formHost.d.ts| |访问级别有变化|类名:formHost;
方法or属性:function castTempForm(formId: string): Promise\;
旧版本信息:|类名:formHost;
方法or属性:function castTempForm(formId: string): Promise\;
新版本信息:systemapi|@ohos.application.formHost.d.ts| |访问级别有变化|类名:formHost;
方法or属性:function notifyVisibleForms(formIds: Array\, callback: AsyncCallback\): void;
旧版本信息:|类名:formHost;
方法or属性:function notifyVisibleForms(formIds: Array\, callback: AsyncCallback\): void;
新版本信息:systemapi|@ohos.application.formHost.d.ts| |访问级别有变化|类名:formHost;
方法or属性:function notifyVisibleForms(formIds: Array\): Promise\;
旧版本信息:|类名:formHost;
方法or属性:function notifyVisibleForms(formIds: Array\): Promise\;
新版本信息:systemapi|@ohos.application.formHost.d.ts| |访问级别有变化|类名:formHost;
方法or属性:function notifyInvisibleForms(formIds: Array\, callback: AsyncCallback\): void;
旧版本信息:|类名:formHost;
方法or属性:function notifyInvisibleForms(formIds: Array\, callback: AsyncCallback\): void;
新版本信息:systemapi|@ohos.application.formHost.d.ts| |访问级别有变化|类名:formHost;
方法or属性:function notifyInvisibleForms(formIds: Array\): Promise\;
旧版本信息:|类名:formHost;
方法or属性:function notifyInvisibleForms(formIds: Array\): Promise\;
新版本信息:systemapi|@ohos.application.formHost.d.ts| |访问级别有变化|类名:formHost;
方法or属性:function enableFormsUpdate(formIds: Array\, callback: AsyncCallback\): void;
旧版本信息:|类名:formHost;
方法or属性:function enableFormsUpdate(formIds: Array\, callback: AsyncCallback\): void;
新版本信息:systemapi|@ohos.application.formHost.d.ts| |访问级别有变化|类名:formHost;
方法or属性:function enableFormsUpdate(formIds: Array\): Promise\;
旧版本信息:|类名:formHost;
方法or属性:function enableFormsUpdate(formIds: Array\): Promise\;
新版本信息:systemapi|@ohos.application.formHost.d.ts| |访问级别有变化|类名:formHost;
方法or属性:function disableFormsUpdate(formIds: Array\, callback: AsyncCallback\): void;
旧版本信息:|类名:formHost;
方法or属性:function disableFormsUpdate(formIds: Array\, callback: AsyncCallback\): void;
新版本信息:systemapi|@ohos.application.formHost.d.ts| |访问级别有变化|类名:formHost;
方法or属性:function disableFormsUpdate(formIds: Array\): Promise\;
旧版本信息:|类名:formHost;
方法or属性:function disableFormsUpdate(formIds: Array\): Promise\;
新版本信息:systemapi|@ohos.application.formHost.d.ts| |访问级别有变化|类名:formHost;
方法or属性:function isSystemReady(callback: AsyncCallback\): void;
旧版本信息:|类名:formHost;
方法or属性:function isSystemReady(callback: AsyncCallback\): void;
新版本信息:systemapi|@ohos.application.formHost.d.ts| |访问级别有变化|类名:formHost;
方法or属性:function isSystemReady(): Promise\;
旧版本信息:|类名:formHost;
方法or属性:function isSystemReady(): Promise\;
新版本信息:systemapi|@ohos.application.formHost.d.ts| |访问级别有变化|类名:formHost;
方法or属性:function getAllFormsInfo(callback: AsyncCallback\>): void;
旧版本信息:|类名:formHost;
方法or属性:function getAllFormsInfo(callback: AsyncCallback\>): void;
新版本信息:systemapi|@ohos.application.formHost.d.ts| |访问级别有变化|类名:formHost;
方法or属性:function getAllFormsInfo(): Promise\>;
旧版本信息:|类名:formHost;
方法or属性:function getAllFormsInfo(): Promise\>;
新版本信息:systemapi|@ohos.application.formHost.d.ts| |访问级别有变化|类名:formHost;
方法or属性:function getFormsInfo(bundleName: string, callback: AsyncCallback\>): void;
旧版本信息:|类名:formHost;
方法or属性:function getFormsInfo(bundleName: string, callback: AsyncCallback\>): void;
新版本信息:systemapi|@ohos.application.formHost.d.ts| |访问级别有变化|类名:formHost;
方法or属性:function getFormsInfo(
bundleName: string,
moduleName: string,
callback: AsyncCallback\>
): void;
旧版本信息:|类名:formHost;
方法or属性:function getFormsInfo(
bundleName: string,
moduleName: string,
callback: AsyncCallback\>
): void;
新版本信息:systemapi|@ohos.application.formHost.d.ts| |访问级别有变化|类名:formHost;
方法or属性:function getFormsInfo(bundleName: string, moduleName?: string): Promise\>;
旧版本信息:|类名:formHost;
方法or属性:function getFormsInfo(bundleName: string, moduleName?: string): Promise\>;
新版本信息:systemapi|@ohos.application.formHost.d.ts| |访问级别有变化|类名:formHost;
方法or属性:function deleteInvalidForms(formIds: Array\, callback: AsyncCallback\): void;
旧版本信息:|类名:formHost;
方法or属性:function deleteInvalidForms(formIds: Array\, callback: AsyncCallback\): void;
新版本信息:systemapi|@ohos.application.formHost.d.ts| |访问级别有变化|类名:formHost;
方法or属性:function deleteInvalidForms(formIds: Array\): Promise\;
旧版本信息:|类名:formHost;
方法or属性:function deleteInvalidForms(formIds: Array\): Promise\;
新版本信息:systemapi|@ohos.application.formHost.d.ts| |访问级别有变化|类名:formHost;
方法or属性:function acquireFormState(want: Want, callback: AsyncCallback\): void;
旧版本信息:|类名:formHost;
方法or属性:function acquireFormState(want: Want, callback: AsyncCallback\): void;
新版本信息:systemapi|@ohos.application.formHost.d.ts| |访问级别有变化|类名:formHost;
方法or属性:function acquireFormState(want: Want): Promise\;
旧版本信息:|类名:formHost;
方法or属性:function acquireFormState(want: Want): Promise\;
新版本信息:systemapi|@ohos.application.formHost.d.ts| |访问级别有变化|类名:formHost;
方法or属性:function on(type: 'formUninstall', callback: Callback\): void;
旧版本信息:|类名:formHost;
方法or属性:function on(type: 'formUninstall', callback: Callback\): void;
新版本信息:systemapi|@ohos.application.formHost.d.ts| |访问级别有变化|类名:formHost;
方法or属性:function off(type: 'formUninstall', callback?: Callback\): void;
旧版本信息:|类名:formHost;
方法or属性:function off(type: 'formUninstall', callback?: Callback\): void;
新版本信息:systemapi|@ohos.application.formHost.d.ts| |访问级别有变化|类名:formHost;
方法or属性:function notifyFormsVisible(formIds: Array\, isVisible: boolean, callback: AsyncCallback\): void;
旧版本信息:|类名:formHost;
方法or属性:function notifyFormsVisible(formIds: Array\, isVisible: boolean, callback: AsyncCallback\): void;
新版本信息:systemapi|@ohos.application.formHost.d.ts| |访问级别有变化|类名:formHost;
方法or属性:function notifyFormsVisible(formIds: Array\, isVisible: boolean): Promise\;
旧版本信息:|类名:formHost;
方法or属性:function notifyFormsVisible(formIds: Array\, isVisible: boolean): Promise\;
新版本信息:systemapi|@ohos.application.formHost.d.ts| |访问级别有变化|类名:formHost;
方法or属性:function notifyFormsEnableUpdate(
formIds: Array\,
isEnableUpdate: boolean,
callback: AsyncCallback\
): void;
旧版本信息:|类名:formHost;
方法or属性:function notifyFormsEnableUpdate(
formIds: Array\,
isEnableUpdate: boolean,
callback: AsyncCallback\
): void;
新版本信息:systemapi|@ohos.application.formHost.d.ts| |访问级别有变化|类名:formHost;
方法or属性:function notifyFormsEnableUpdate(formIds: Array\, isEnableUpdate: boolean): Promise\;
旧版本信息:|类名:formHost;
方法or属性:function notifyFormsEnableUpdate(formIds: Array\, isEnableUpdate: boolean): Promise\;
新版本信息:systemapi|@ohos.application.formHost.d.ts| |访问级别有变化|类名:missionManager;
方法or属性:function registerMissionListener(listener: MissionListener): number;
旧版本信息:|类名:missionManager;
方法or属性:function registerMissionListener(listener: MissionListener): number;
新版本信息:systemapi|@ohos.application.missionManager.d.ts| |访问级别有变化|类名:missionManager;
方法or属性:function unregisterMissionListener(listenerId: number, callback: AsyncCallback\): void;
旧版本信息:|类名:missionManager;
方法or属性:function unregisterMissionListener(listenerId: number, callback: AsyncCallback\): void;
新版本信息:systemapi|@ohos.application.missionManager.d.ts| |访问级别有变化|类名:missionManager;
方法or属性:function unregisterMissionListener(listenerId: number): Promise\;
旧版本信息:|类名:missionManager;
方法or属性:function unregisterMissionListener(listenerId: number): Promise\;
新版本信息:systemapi|@ohos.application.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.application.missionManager.d.ts| |访问级别有变化|类名:missionManager;
方法or属性:function getMissionInfo(deviceId: string, missionId: number): Promise\;
旧版本信息:|类名:missionManager;
方法or属性:function getMissionInfo(deviceId: string, missionId: number): Promise\;
新版本信息:systemapi|@ohos.application.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.application.missionManager.d.ts| |访问级别有变化|类名:missionManager;
方法or属性:function getMissionInfos(deviceId: string, numMax: number): Promise\>;
旧版本信息:|类名:missionManager;
方法or属性:function getMissionInfos(deviceId: string, numMax: number): Promise\>;
新版本信息:systemapi|@ohos.application.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.application.missionManager.d.ts| |访问级别有变化|类名:missionManager;
方法or属性:function getMissionSnapShot(deviceId: string, missionId: number): Promise\;
旧版本信息:|类名:missionManager;
方法or属性:function getMissionSnapShot(deviceId: string, missionId: number): Promise\;
新版本信息:systemapi|@ohos.application.missionManager.d.ts| |访问级别有变化|类名:missionManager;
方法or属性:function lockMission(missionId: number, callback: AsyncCallback\): void;
旧版本信息:|类名:missionManager;
方法or属性:function lockMission(missionId: number, callback: AsyncCallback\): void;
新版本信息:systemapi|@ohos.application.missionManager.d.ts| |访问级别有变化|类名:missionManager;
方法or属性:function lockMission(missionId: number): Promise\;
旧版本信息:|类名:missionManager;
方法or属性:function lockMission(missionId: number): Promise\;
新版本信息:systemapi|@ohos.application.missionManager.d.ts| |访问级别有变化|类名:missionManager;
方法or属性:function unlockMission(missionId: number, callback: AsyncCallback\): void;
旧版本信息:|类名:missionManager;
方法or属性:function unlockMission(missionId: number, callback: AsyncCallback\): void;
新版本信息:systemapi|@ohos.application.missionManager.d.ts| |访问级别有变化|类名:missionManager;
方法or属性:function unlockMission(missionId: number): Promise\;
旧版本信息:|类名:missionManager;
方法or属性:function unlockMission(missionId: number): Promise\;
新版本信息:systemapi|@ohos.application.missionManager.d.ts| |访问级别有变化|类名:missionManager;
方法or属性:function clearMission(missionId: number, callback: AsyncCallback\): void;
旧版本信息:|类名:missionManager;
方法or属性:function clearMission(missionId: number, callback: AsyncCallback\): void;
新版本信息:systemapi|@ohos.application.missionManager.d.ts| |访问级别有变化|类名:missionManager;
方法or属性:function clearMission(missionId: number): Promise\;
旧版本信息:|类名:missionManager;
方法or属性:function clearMission(missionId: number): Promise\;
新版本信息:systemapi|@ohos.application.missionManager.d.ts| |访问级别有变化|类名:missionManager;
方法or属性:function clearAllMissions(callback: AsyncCallback\): void;
旧版本信息:|类名:missionManager;
方法or属性:function clearAllMissions(callback: AsyncCallback\): void;
新版本信息:systemapi|@ohos.application.missionManager.d.ts| |访问级别有变化|类名:missionManager;
方法or属性:function clearAllMissions(): Promise\;
旧版本信息:|类名:missionManager;
方法or属性:function clearAllMissions(): Promise\;
新版本信息:systemapi|@ohos.application.missionManager.d.ts| |访问级别有变化|类名:missionManager;
方法or属性:function moveMissionToFront(missionId: number, callback: AsyncCallback\): void;
旧版本信息:|类名:missionManager;
方法or属性:function moveMissionToFront(missionId: number, callback: AsyncCallback\): void;
新版本信息:systemapi|@ohos.application.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.application.missionManager.d.ts| |访问级别有变化|类名:missionManager;
方法or属性:function moveMissionToFront(missionId: number, options?: StartOptions): Promise\;
旧版本信息:|类名:missionManager;
方法or属性:function moveMissionToFront(missionId: number, options?: StartOptions): Promise\;
新版本信息:systemapi|@ohos.application.missionManager.d.ts| |访问级别有变化|类名:distributedMissionManager;
方法or属性:function startSyncRemoteMissions(parameter: MissionParameter): Promise\;
旧版本信息:|类名:distributedMissionManager;
方法or属性:function startSyncRemoteMissions(parameter: MissionParameter): Promise\;
新版本信息:systemapi|@ohos.distributedMissionManager.d.ts| |访问级别有变化|类名:distributedMissionManager;
方法or属性:function stopSyncRemoteMissions(parameter: MissionDeviceInfo): Promise\;
旧版本信息:|类名:distributedMissionManager;
方法or属性:function stopSyncRemoteMissions(parameter: MissionDeviceInfo): Promise\;
新版本信息:systemapi|@ohos.distributedMissionManager.d.ts| |访问级别有变化|类名:distributedMissionManager;
方法or属性:function registerMissionListener(parameter: MissionDeviceInfo, options: MissionCallback): Promise\;
旧版本信息:|类名:distributedMissionManager;
方法or属性:function registerMissionListener(parameter: MissionDeviceInfo, options: MissionCallback): Promise\;
新版本信息:systemapi|@ohos.distributedMissionManager.d.ts| |访问级别有变化|类名:distributedMissionManager;
方法or属性:function unRegisterMissionListener(parameter: MissionDeviceInfo): Promise\;
旧版本信息:|类名:distributedMissionManager;
方法or属性:function unRegisterMissionListener(parameter: MissionDeviceInfo): Promise\;
新版本信息:systemapi|@ohos.distributedMissionManager.d.ts| |访问级别有变化|类名:distributedMissionManager;
方法or属性:function continueMission(parameter: ContinueDeviceInfo, options: ContinueCallback): Promise\;
旧版本信息:|类名:distributedMissionManager;
方法or属性:function continueMission(parameter: ContinueDeviceInfo, options: ContinueCallback): Promise\;
新版本信息:systemapi|@ohos.distributedMissionManager.d.ts| |访问级别有变化|类名:ContinueCallback;
方法or属性:onContinueDone(result: number): void;
旧版本信息:|类名:ContinueCallback;
方法or属性:onContinueDone(result: number): void;
新版本信息:systemapi|ContinueCallback.d.ts| |访问级别有变化|类名:ContinueDeviceInfo;
方法or属性:srcDeviceId: string;
旧版本信息:|类名:ContinueDeviceInfo;
方法or属性:srcDeviceId: string;
新版本信息:systemapi|ContinueDeviceInfo.d.ts| |访问级别有变化|类名:ContinueDeviceInfo;
方法or属性:dstDeviceId: string;
旧版本信息:|类名:ContinueDeviceInfo;
方法or属性:dstDeviceId: string;
新版本信息:systemapi|ContinueDeviceInfo.d.ts| |访问级别有变化|类名:ContinueDeviceInfo;
方法or属性:missionId: number;
旧版本信息:|类名:ContinueDeviceInfo;
方法or属性:missionId: number;
新版本信息:systemapi|ContinueDeviceInfo.d.ts| |访问级别有变化|类名:ContinueDeviceInfo;
方法or属性:wantParam: { [key: string]: any };
旧版本信息:|类名:ContinueDeviceInfo;
方法or属性:wantParam: { [key: string]: any };
新版本信息:systemapi|ContinueDeviceInfo.d.ts| |访问级别有变化|类名:MissionCallback;
方法or属性:notifyMissionsChanged(deviceId: string): void;
旧版本信息:|类名:MissionCallback;
方法or属性:notifyMissionsChanged(deviceId: string): void;
新版本信息:systemapi|MissionCallbacks.d.ts| |访问级别有变化|类名:MissionCallback;
方法or属性:notifySnapshot(deviceId: string, mission: number): void;
旧版本信息:|类名:MissionCallback;
方法or属性:notifySnapshot(deviceId: string, mission: number): void;
新版本信息:systemapi|MissionCallbacks.d.ts| |访问级别有变化|类名:MissionCallback;
方法or属性:notifyNetDisconnect(deviceId: string, state: number): void;
旧版本信息:|类名:MissionCallback;
方法or属性:notifyNetDisconnect(deviceId: string, state: number): void;
新版本信息:systemapi|MissionCallbacks.d.ts| |访问级别有变化|类名:MissionDeviceInfo;
方法or属性:deviceId: string;
旧版本信息:|类名:MissionDeviceInfo;
方法or属性:deviceId: string;
新版本信息:systemapi|MissionDeviceInfo.d.ts| |访问级别有变化|类名:MissionInfo;
方法or属性:missionId: number;
旧版本信息:|类名:MissionInfo;
方法or属性:missionId: number;
新版本信息:systemapi|MissionInfo.d.ts| |访问级别有变化|类名:MissionInfo;
方法or属性:runningState: number;
旧版本信息:|类名:MissionInfo;
方法or属性:runningState: number;
新版本信息:systemapi|MissionInfo.d.ts| |访问级别有变化|类名:MissionInfo;
方法or属性:lockedState: boolean;
旧版本信息:|类名:MissionInfo;
方法or属性:lockedState: boolean;
新版本信息:systemapi|MissionInfo.d.ts| |访问级别有变化|类名:MissionInfo;
方法or属性:timestamp: string;
旧版本信息:|类名:MissionInfo;
方法or属性:timestamp: string;
新版本信息:systemapi|MissionInfo.d.ts| |访问级别有变化|类名:MissionInfo;
方法or属性:want: Want;
旧版本信息:|类名:MissionInfo;
方法or属性:want: Want;
新版本信息:systemapi|MissionInfo.d.ts| |访问级别有变化|类名:MissionInfo;
方法or属性:label: string;
旧版本信息:|类名:MissionInfo;
方法or属性:label: string;
新版本信息:systemapi|MissionInfo.d.ts| |访问级别有变化|类名:MissionInfo;
方法or属性:iconPath: string;
旧版本信息:|类名:MissionInfo;
方法or属性:iconPath: string;
新版本信息:systemapi|MissionInfo.d.ts| |访问级别有变化|类名:MissionInfo;
方法or属性:continuable: boolean;
旧版本信息:|类名:MissionInfo;
方法or属性:continuable: boolean;
新版本信息:systemapi|MissionInfo.d.ts| |访问级别有变化|类名:MissionListener;
方法or属性:onMissionCreated(mission: number): void;
旧版本信息:|类名:MissionListener;
方法or属性:onMissionCreated(mission: number): void;
新版本信息:systemapi|MissionListener.d.ts| |访问级别有变化|类名:MissionListener;
方法or属性:onMissionDestroyed(mission: number): void;
旧版本信息:|类名:MissionListener;
方法or属性:onMissionDestroyed(mission: number): void;
新版本信息:systemapi|MissionListener.d.ts| |访问级别有变化|类名:MissionListener;
方法or属性:onMissionSnapshotChanged(mission: number): void;
旧版本信息:|类名:MissionListener;
方法or属性:onMissionSnapshotChanged(mission: number): void;
新版本信息:systemapi|MissionListener.d.ts| |访问级别有变化|类名:MissionListener;
方法or属性:onMissionMovedToFront(mission: number): void;
旧版本信息:|类名:MissionListener;
方法or属性:onMissionMovedToFront(mission: number): void;
新版本信息:systemapi|MissionListener.d.ts| |访问级别有变化|类名:MissionListener;
方法or属性:onMissionLabelUpdated(mission: number): void;
旧版本信息:|类名:MissionListener;
方法or属性:onMissionLabelUpdated(mission: number): void;
新版本信息:systemapi|MissionListener.d.ts| |访问级别有变化|类名:MissionListener;
方法or属性:onMissionIconUpdated(mission: number, icon: image.PixelMap): void;
旧版本信息:|类名:MissionListener;
方法or属性:onMissionIconUpdated(mission: number, icon: image.PixelMap): void;
新版本信息:systemapi|MissionListener.d.ts| |访问级别有变化|类名:MissionListener;
方法or属性:onMissionClosed(mission: number): void;
旧版本信息:|类名:MissionListener;
方法or属性:onMissionClosed(mission: number): void;
新版本信息:systemapi|MissionListener.d.ts| |访问级别有变化|类名:MissionParameter;
方法or属性:deviceId: string;
旧版本信息:|类名:MissionParameter;
方法or属性:deviceId: string;
新版本信息:systemapi|MissionParameter.d.ts| |访问级别有变化|类名:MissionParameter;
方法or属性:fixConflict: boolean;
旧版本信息:|类名:MissionParameter;
方法or属性:fixConflict: boolean;
新版本信息:systemapi|MissionParameter.d.ts| |访问级别有变化|类名:MissionParameter;
方法or属性:tag: number;
旧版本信息:|类名:MissionParameter;
方法or属性:tag: number;
新版本信息:systemapi|MissionParameter.d.ts| |访问级别有变化|类名:MissionSnapshot;
方法or属性:ability: ElementName;
旧版本信息:|类名:MissionSnapshot;
方法or属性:ability: ElementName;
新版本信息:systemapi|MissionSnapshot.d.ts| |访问级别有变化|类名:MissionSnapshot;
方法or属性:snapshot: image.PixelMap;
旧版本信息:|类名:MissionSnapshot;
方法or属性:snapshot: image.PixelMap;
新版本信息:systemapi|MissionSnapshot.d.ts| |访问级别有变化|类名:ServiceExtensionContext;
方法or属性:startAbility(want: Want, callback: AsyncCallback\): void;
旧版本信息:|类名:ServiceExtensionContext;
方法or属性:startAbility(want: Want, callback: AsyncCallback\): void;
新版本信息:systemapi|ServiceExtensionContext.d.ts| |访问级别有变化|类名:ServiceExtensionContext;
方法or属性:startAbility(want: Want, options: StartOptions, callback: AsyncCallback\): void;
旧版本信息:|类名:ServiceExtensionContext;
方法or属性:startAbility(want: Want, options: StartOptions, callback: AsyncCallback\): void;
新版本信息:systemapi|ServiceExtensionContext.d.ts| |访问级别有变化|类名:ServiceExtensionContext;
方法or属性:startAbility(want: Want, options?: StartOptions): Promise\;
旧版本信息:|类名:ServiceExtensionContext;
方法or属性:startAbility(want: Want, options?: StartOptions): Promise\;
新版本信息:systemapi|ServiceExtensionContext.d.ts| |访问级别有变化|类名:ServiceExtensionContext;
方法or属性:terminateSelf(callback: AsyncCallback\): void;
旧版本信息:|类名:ServiceExtensionContext;
方法or属性:terminateSelf(callback: AsyncCallback\): void;
新版本信息:systemapi|ServiceExtensionContext.d.ts| |访问级别有变化|类名:ServiceExtensionContext;
方法or属性:terminateSelf(): Promise\;
旧版本信息:|类名:ServiceExtensionContext;
方法or属性:terminateSelf(): Promise\;
新版本信息:systemapi|ServiceExtensionContext.d.ts| |访问级别有变化|类名:ServiceExtensionContext;
方法or属性:connectServiceExtensionAbility(want: Want, options: ConnectOptions): number;
旧版本信息:|类名:ServiceExtensionContext;
方法or属性:connectServiceExtensionAbility(want: Want, options: ConnectOptions): number;
新版本信息:systemapi|ServiceExtensionContext.d.ts| |访问级别有变化|类名:ServiceExtensionContext;
方法or属性:disconnectServiceExtensionAbility(connection: number, callback: AsyncCallback\): void;
旧版本信息:|类名:ServiceExtensionContext;
方法or属性:disconnectServiceExtensionAbility(connection: number, callback: AsyncCallback\): void;
新版本信息:systemapi|ServiceExtensionContext.d.ts| |访问级别有变化|类名:ServiceExtensionContext;
方法or属性:disconnectServiceExtensionAbility(connection: number): Promise\;
旧版本信息:|类名:ServiceExtensionContext;
方法or属性:disconnectServiceExtensionAbility(connection: number): Promise\;
新版本信息:systemapi|ServiceExtensionContext.d.ts| |权限有变化|类名:missionManager;
方法or属性:function on(type: 'mission', listener: MissionListener): number;
旧版本信息:|类名:missionManager;
方法or属性:function on(type: 'mission', listener: MissionListener): number;
新版本信息:ohos.permission.MANAGE_MISSIONS|@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;
新版本信息:ohos.permission.MANAGE_MISSIONS|@ohos.app.ability.missionManager.d.ts| |权限有变化|类名:missionManager;
方法or属性:function off(type: 'mission', listenerId: number): Promise\;
旧版本信息:|类名:missionManager;
方法or属性:function off(type: 'mission', listenerId: number): Promise\;
新版本信息:ohos.permission.MANAGE_MISSIONS|@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;
新版本信息:ohos.permission.MANAGE_MISSIONS|@ohos.app.ability.missionManager.d.ts| |权限有变化|类名:missionManager;
方法or属性:function getMissionInfo(deviceId: string, missionId: number): Promise\;
旧版本信息:|类名:missionManager;
方法or属性:function getMissionInfo(deviceId: string, missionId: number): Promise\;
新版本信息:ohos.permission.MANAGE_MISSIONS|@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;
新版本信息:ohos.permission.MANAGE_MISSIONS|@ohos.app.ability.missionManager.d.ts| |权限有变化|类名:missionManager;
方法or属性:function getMissionInfos(deviceId: string, numMax: number): Promise\>;
旧版本信息:|类名:missionManager;
方法or属性:function getMissionInfos(deviceId: string, numMax: number): Promise\>;
新版本信息:ohos.permission.MANAGE_MISSIONS|@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;
新版本信息:ohos.permission.MANAGE_MISSIONS|@ohos.app.ability.missionManager.d.ts| |权限有变化|类名:missionManager;
方法or属性:function getMissionSnapShot(deviceId: string, missionId: number): Promise\;
旧版本信息:|类名:missionManager;
方法or属性:function getMissionSnapShot(deviceId: string, missionId: number): Promise\;
新版本信息:ohos.permission.MANAGE_MISSIONS|@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;
新版本信息:ohos.permission.MANAGE_MISSIONS|@ohos.app.ability.missionManager.d.ts| |权限有变化|类名:missionManager;
方法or属性:function getLowResolutionMissionSnapShot(deviceId: string, missionId: number): Promise\;
旧版本信息:|类名:missionManager;
方法or属性:function getLowResolutionMissionSnapShot(deviceId: string, missionId: number): Promise\;
新版本信息:ohos.permission.MANAGE_MISSIONS|@ohos.app.ability.missionManager.d.ts| |权限有变化|类名:missionManager;
方法or属性:function lockMission(missionId: number, callback: AsyncCallback\): void;
旧版本信息:|类名:missionManager;
方法or属性:function lockMission(missionId: number, callback: AsyncCallback\): void;
新版本信息:ohos.permission.MANAGE_MISSIONS|@ohos.app.ability.missionManager.d.ts| |权限有变化|类名:missionManager;
方法or属性:function lockMission(missionId: number): Promise\;
旧版本信息:|类名:missionManager;
方法or属性:function lockMission(missionId: number): Promise\;
新版本信息:ohos.permission.MANAGE_MISSIONS|@ohos.app.ability.missionManager.d.ts| |权限有变化|类名:missionManager;
方法or属性:function unlockMission(missionId: number, callback: AsyncCallback\): void;
旧版本信息:|类名:missionManager;
方法or属性:function unlockMission(missionId: number, callback: AsyncCallback\): void;
新版本信息:ohos.permission.MANAGE_MISSIONS|@ohos.app.ability.missionManager.d.ts| |权限有变化|类名:missionManager;
方法or属性:function unlockMission(missionId: number): Promise\;
旧版本信息:|类名:missionManager;
方法or属性:function unlockMission(missionId: number): Promise\;
新版本信息:ohos.permission.MANAGE_MISSIONS|@ohos.app.ability.missionManager.d.ts| |权限有变化|类名:missionManager;
方法or属性:function clearMission(missionId: number, callback: AsyncCallback\): void;
旧版本信息:|类名:missionManager;
方法or属性:function clearMission(missionId: number, callback: AsyncCallback\): void;
新版本信息:ohos.permission.MANAGE_MISSIONS|@ohos.app.ability.missionManager.d.ts| |权限有变化|类名:missionManager;
方法or属性:function clearMission(missionId: number): Promise\;
旧版本信息:|类名:missionManager;
方法or属性:function clearMission(missionId: number): Promise\;
新版本信息:ohos.permission.MANAGE_MISSIONS|@ohos.app.ability.missionManager.d.ts| |权限有变化|类名:missionManager;
方法or属性:function clearAllMissions(callback: AsyncCallback\): void;
旧版本信息:|类名:missionManager;
方法or属性:function clearAllMissions(callback: AsyncCallback\): void;
新版本信息:ohos.permission.MANAGE_MISSIONS|@ohos.app.ability.missionManager.d.ts| |权限有变化|类名:missionManager;
方法or属性:function clearAllMissions(): Promise\;
旧版本信息:|类名:missionManager;
方法or属性:function clearAllMissions(): Promise\;
新版本信息:ohos.permission.MANAGE_MISSIONS|@ohos.app.ability.missionManager.d.ts| |权限有变化|类名:missionManager;
方法or属性:function moveMissionToFront(missionId: number, callback: AsyncCallback\): void;
旧版本信息:|类名:missionManager;
方法or属性:function moveMissionToFront(missionId: number, callback: AsyncCallback\): void;
新版本信息:ohos.permission.MANAGE_MISSIONS|@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;
新版本信息:ohos.permission.MANAGE_MISSIONS|@ohos.app.ability.missionManager.d.ts| |权限有变化|类名:missionManager;
方法or属性:function moveMissionToFront(missionId: number, options?: StartOptions): Promise\;
旧版本信息:|类名:missionManager;
方法or属性:function moveMissionToFront(missionId: number, options?: StartOptions): Promise\;
新版本信息:ohos.permission.MANAGE_MISSIONS|@ohos.app.ability.missionManager.d.ts| |权限有变化|类名:missionManager;
方法or属性:export type MissionInfo = _MissionInfo;
旧版本信息:|类名:missionManager;
方法or属性:export type MissionInfo = _MissionInfo;
新版本信息:ohos.permission.MANAGE_MISSIONS|@ohos.app.ability.missionManager.d.ts| |权限有变化|类名:missionManager;
方法or属性:export type MissionListener = _MissionListener;
旧版本信息:|类名:missionManager;
方法or属性:export type MissionListener = _MissionListener;
新版本信息:ohos.permission.MANAGE_MISSIONS|@ohos.app.ability.missionManager.d.ts| |权限有变化|类名:missionManager;
方法or属性:export type MissionSnapshot = _MissionSnapshot;
旧版本信息:|类名:missionManager;
方法or属性:export type MissionSnapshot = _MissionSnapshot;
新版本信息:ohos.permission.MANAGE_MISSIONS|@ohos.app.ability.missionManager.d.ts| |权限有变化|类名:abilityManager;
方法or属性:function updateConfiguration(config: Configuration): Promise\;
旧版本信息:|类名:abilityManager;
方法or属性:function updateConfiguration(config: Configuration): Promise\;
新版本信息:ohos.permission.UPDATE_CONFIGURATION|@ohos.application.abilityManager.d.ts| |权限有变化|类名:abilityManager;
方法or属性:function getAbilityRunningInfos(callback: AsyncCallback\>): void;
旧版本信息:|类名:abilityManager;
方法or属性:function getAbilityRunningInfos(callback: AsyncCallback\>): void;
新版本信息:ohos.permission.GET_RUNNING_INFO|@ohos.application.abilityManager.d.ts| |权限有变化|类名:appManager;
方法or属性:function unregisterApplicationStateObserver(observerId: number): Promise\;
旧版本信息:|类名:appManager;
方法or属性:function unregisterApplicationStateObserver(observerId: number): Promise\;
新版本信息:ohos.permission.RUNNING_STATE_OBSERVER|@ohos.application.appManager.d.ts| |权限有变化|类名:appManager;
方法or属性:function getForegroundApplications(): Promise\>;
旧版本信息:|类名:appManager;
方法or属性:function getForegroundApplications(): Promise\>;
新版本信息:ohos.permission.GET_RUNNING_INFO|@ohos.application.appManager.d.ts| |权限有变化|类名:appManager;
方法or属性:function killProcessWithAccount(bundleName: string, accountId: number, callback: AsyncCallback\): void;
旧版本信息:|类名:appManager;
方法or属性:function killProcessWithAccount(bundleName: string, accountId: number, callback: AsyncCallback\): void;
新版本信息:ohos.permission.INTERACT_ACROSS_LOCAL_ACCOUNTS,ohos.permission.CLEAN_BACKGROUND_PROCESSES|@ohos.application.appManager.d.ts| |权限有变化|类名:appManager;
方法or属性:function getProcessRunningInfos(callback: AsyncCallback\>): void;
旧版本信息:|类名:appManager;
方法or属性:function getProcessRunningInfos(callback: AsyncCallback\>): void;
新版本信息:ohos.permission.GET_RUNNING_INFO|@ohos.application.appManager.d.ts| |权限有变化|类名:appManager;
方法or属性:function killProcessesByBundleName(bundleName: string, callback: AsyncCallback\);
旧版本信息:|类名:appManager;
方法or属性:function killProcessesByBundleName(bundleName: string, callback: AsyncCallback\);
新版本信息:ohos.permission.CLEAN_BACKGROUND_PROCESSES|@ohos.application.appManager.d.ts| |权限有变化|类名:appManager;
方法or属性:function clearUpApplicationData(bundleName: string, callback: AsyncCallback\);
旧版本信息:|类名:appManager;
方法or属性:function clearUpApplicationData(bundleName: string, callback: AsyncCallback\);
新版本信息:ohos.permission.CLEAN_APPLICATION_DATA|@ohos.application.appManager.d.ts| |权限有变化|类名:formHost;
方法or属性:function deleteForm(formId: string): Promise\;
旧版本信息:|类名:formHost;
方法or属性:function deleteForm(formId: string): Promise\;
新版本信息:ohos.permission.REQUIRE_FORM|@ohos.application.formHost.d.ts| |权限有变化|类名:formHost;
方法or属性:function releaseForm(formId: string, isReleaseCache: boolean, callback: AsyncCallback\): void;
旧版本信息:|类名:formHost;
方法or属性:function releaseForm(formId: string, isReleaseCache: boolean, callback: AsyncCallback\): void;
新版本信息:ohos.permission.REQUIRE_FORM|@ohos.application.formHost.d.ts| |权限有变化|类名:formHost;
方法or属性:function releaseForm(formId: string, isReleaseCache?: boolean): Promise\;
旧版本信息:|类名:formHost;
方法or属性:function releaseForm(formId: string, isReleaseCache?: boolean): Promise\;
新版本信息:ohos.permission.REQUIRE_FORM|@ohos.application.formHost.d.ts| |权限有变化|类名:formHost;
方法or属性:function requestForm(formId: string): Promise\;
旧版本信息:|类名:formHost;
方法or属性:function requestForm(formId: string): Promise\;
新版本信息:ohos.permission.REQUIRE_FORM|@ohos.application.formHost.d.ts| |权限有变化|类名:formHost;
方法or属性:function castTempForm(formId: string): Promise\;
旧版本信息:|类名:formHost;
方法or属性:function castTempForm(formId: string): Promise\;
新版本信息:ohos.permission.REQUIRE_FORM|@ohos.application.formHost.d.ts| |权限有变化|类名:formHost;
方法or属性:function notifyVisibleForms(formIds: Array\): Promise\;
旧版本信息:|类名:formHost;
方法or属性:function notifyVisibleForms(formIds: Array\): Promise\;
新版本信息:ohos.permission.REQUIRE_FORM|@ohos.application.formHost.d.ts| |权限有变化|类名:formHost;
方法or属性:function notifyInvisibleForms(formIds: Array\): Promise\;
旧版本信息:|类名:formHost;
方法or属性:function notifyInvisibleForms(formIds: Array\): Promise\;
新版本信息:ohos.permission.REQUIRE_FORM|@ohos.application.formHost.d.ts| |权限有变化|类名:formHost;
方法or属性:function enableFormsUpdate(formIds: Array\): Promise\;
旧版本信息:|类名:formHost;
方法or属性:function enableFormsUpdate(formIds: Array\): Promise\;
新版本信息:ohos.permission.REQUIRE_FORM|@ohos.application.formHost.d.ts| |权限有变化|类名:formHost;
方法or属性:function disableFormsUpdate(formIds: Array\): Promise\;
旧版本信息:|类名:formHost;
方法or属性:function disableFormsUpdate(formIds: Array\): Promise\;
新版本信息:ohos.permission.REQUIRE_FORM|@ohos.application.formHost.d.ts| |权限有变化|类名:formHost;
方法or属性:function getAllFormsInfo(): Promise\>;
旧版本信息:|类名:formHost;
方法or属性:function getAllFormsInfo(): Promise\>;
新版本信息:ohos.permission.GET_BUNDLE_INFO_PRIVILEGED|@ohos.application.formHost.d.ts| |权限有变化|类名:formHost;
方法or属性:function getFormsInfo(
bundleName: string,
moduleName: string,
callback: AsyncCallback\>
): void;
旧版本信息:|类名:formHost;
方法or属性:function getFormsInfo(
bundleName: string,
moduleName: string,
callback: AsyncCallback\>
): void;
新版本信息:ohos.permission.GET_BUNDLE_INFO_PRIVILEGED|@ohos.application.formHost.d.ts| |权限有变化|类名:formHost;
方法or属性:function getFormsInfo(bundleName: string, moduleName?: string): Promise\>;
旧版本信息:|类名:formHost;
方法or属性:function getFormsInfo(bundleName: string, moduleName?: string): Promise\>;
新版本信息:ohos.permission.GET_BUNDLE_INFO_PRIVILEGED|@ohos.application.formHost.d.ts| |权限有变化|类名:formHost;
方法or属性:function deleteInvalidForms(formIds: Array\): Promise\;
旧版本信息:|类名:formHost;
方法or属性:function deleteInvalidForms(formIds: Array\): Promise\;
新版本信息:ohos.permission.REQUIRE_FORM|@ohos.application.formHost.d.ts| |权限有变化|类名:formHost;
方法or属性:function acquireFormState(want: Want): Promise\;
旧版本信息:|类名:formHost;
方法or属性:function acquireFormState(want: Want): Promise\;
新版本信息:ohos.permission.REQUIRE_FORM,ohos.permission.GET_BUNDLE_INFO_PRIVILEGED|@ohos.application.formHost.d.ts| |权限有变化|类名:formHost;
方法or属性:function notifyFormsVisible(formIds: Array\, isVisible: boolean): Promise\;
旧版本信息:|类名:formHost;
方法or属性:function notifyFormsVisible(formIds: Array\, isVisible: boolean): Promise\;
新版本信息:ohos.permission.REQUIRE_FORM|@ohos.application.formHost.d.ts| |权限有变化|类名:formHost;
方法or属性:function notifyFormsEnableUpdate(formIds: Array\, isEnableUpdate: boolean): Promise\;
旧版本信息:|类名:formHost;
方法or属性:function notifyFormsEnableUpdate(formIds: Array\, isEnableUpdate: boolean): Promise\;
新版本信息:ohos.permission.REQUIRE_FORM|@ohos.application.formHost.d.ts| |权限有变化|类名:missionManager;
方法or属性:function registerMissionListener(listener: MissionListener): number;
旧版本信息:|类名:missionManager;
方法or属性:function registerMissionListener(listener: MissionListener): number;
新版本信息:ohos.permission.MANAGE_MISSIONS|@ohos.application.missionManager.d.ts| |权限有变化|类名:missionManager;
方法or属性:function unregisterMissionListener(listenerId: number, callback: AsyncCallback\): void;
旧版本信息:|类名:missionManager;
方法or属性:function unregisterMissionListener(listenerId: number, callback: AsyncCallback\): void;
新版本信息:ohos.permission.MANAGE_MISSIONS|@ohos.application.missionManager.d.ts| |权限有变化|类名:missionManager;
方法or属性:function unregisterMissionListener(listenerId: number): Promise\;
旧版本信息:|类名:missionManager;
方法or属性:function unregisterMissionListener(listenerId: number): Promise\;
新版本信息:ohos.permission.MANAGE_MISSIONS|@ohos.application.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;
新版本信息:ohos.permission.MANAGE_MISSIONS|@ohos.application.missionManager.d.ts| |权限有变化|类名:missionManager;
方法or属性:function getMissionInfo(deviceId: string, missionId: number): Promise\;
旧版本信息:|类名:missionManager;
方法or属性:function getMissionInfo(deviceId: string, missionId: number): Promise\;
新版本信息:ohos.permission.MANAGE_MISSIONS|@ohos.application.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;
新版本信息:ohos.permission.MANAGE_MISSIONS|@ohos.application.missionManager.d.ts| |权限有变化|类名:missionManager;
方法or属性:function getMissionInfos(deviceId: string, numMax: number): Promise\>;
旧版本信息:|类名:missionManager;
方法or属性:function getMissionInfos(deviceId: string, numMax: number): Promise\>;
新版本信息:ohos.permission.MANAGE_MISSIONS|@ohos.application.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;
新版本信息:ohos.permission.MANAGE_MISSIONS|@ohos.application.missionManager.d.ts| |权限有变化|类名:missionManager;
方法or属性:function getMissionSnapShot(deviceId: string, missionId: number): Promise\;
旧版本信息:|类名:missionManager;
方法or属性:function getMissionSnapShot(deviceId: string, missionId: number): Promise\;
新版本信息:ohos.permission.MANAGE_MISSIONS|@ohos.application.missionManager.d.ts| |权限有变化|类名:missionManager;
方法or属性:function lockMission(missionId: number, callback: AsyncCallback\): void;
旧版本信息:|类名:missionManager;
方法or属性:function lockMission(missionId: number, callback: AsyncCallback\): void;
新版本信息:ohos.permission.MANAGE_MISSIONS|@ohos.application.missionManager.d.ts| |权限有变化|类名:missionManager;
方法or属性:function lockMission(missionId: number): Promise\;
旧版本信息:|类名:missionManager;
方法or属性:function lockMission(missionId: number): Promise\;
新版本信息:ohos.permission.MANAGE_MISSIONS|@ohos.application.missionManager.d.ts| |权限有变化|类名:missionManager;
方法or属性:function unlockMission(missionId: number, callback: AsyncCallback\): void;
旧版本信息:|类名:missionManager;
方法or属性:function unlockMission(missionId: number, callback: AsyncCallback\): void;
新版本信息:ohos.permission.MANAGE_MISSIONS|@ohos.application.missionManager.d.ts| |权限有变化|类名:missionManager;
方法or属性:function unlockMission(missionId: number): Promise\;
旧版本信息:|类名:missionManager;
方法or属性:function unlockMission(missionId: number): Promise\;
新版本信息:ohos.permission.MANAGE_MISSIONS|@ohos.application.missionManager.d.ts| |权限有变化|类名:missionManager;
方法or属性:function clearMission(missionId: number, callback: AsyncCallback\): void;
旧版本信息:|类名:missionManager;
方法or属性:function clearMission(missionId: number, callback: AsyncCallback\): void;
新版本信息:ohos.permission.MANAGE_MISSIONS|@ohos.application.missionManager.d.ts| |权限有变化|类名:missionManager;
方法or属性:function clearMission(missionId: number): Promise\;
旧版本信息:|类名:missionManager;
方法or属性:function clearMission(missionId: number): Promise\;
新版本信息:ohos.permission.MANAGE_MISSIONS|@ohos.application.missionManager.d.ts| |权限有变化|类名:missionManager;
方法or属性:function clearAllMissions(callback: AsyncCallback\): void;
旧版本信息:|类名:missionManager;
方法or属性:function clearAllMissions(callback: AsyncCallback\): void;
新版本信息:ohos.permission.MANAGE_MISSIONS|@ohos.application.missionManager.d.ts| |权限有变化|类名:missionManager;
方法or属性:function clearAllMissions(): Promise\;
旧版本信息:|类名:missionManager;
方法or属性:function clearAllMissions(): Promise\;
新版本信息:ohos.permission.MANAGE_MISSIONS|@ohos.application.missionManager.d.ts| |权限有变化|类名:missionManager;
方法or属性:function moveMissionToFront(missionId: number, callback: AsyncCallback\): void;
旧版本信息:|类名:missionManager;
方法or属性:function moveMissionToFront(missionId: number, callback: AsyncCallback\): void;
新版本信息:ohos.permission.MANAGE_MISSIONS|@ohos.application.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;
新版本信息:ohos.permission.MANAGE_MISSIONS|@ohos.application.missionManager.d.ts| |权限有变化|类名:missionManager;
方法or属性:function moveMissionToFront(missionId: number, options?: StartOptions): Promise\;
旧版本信息:|类名:missionManager;
方法or属性:function moveMissionToFront(missionId: number, options?: StartOptions): Promise\;
新版本信息:ohos.permission.MANAGE_MISSIONS|@ohos.application.missionManager.d.ts| |权限有变化|类名:continuationManager;
方法or属性:function off(type: 'deviceSelected', token: number): void;
旧版本信息:|类名:continuationManager;
方法or属性:function off(type: 'deviceSelected', token: number): void;
新版本信息:ohos.permission.DISTRIBUTED_DATASYNC|@ohos.continuation.continuationManager.d.ts| |权限有变化|类名:continuationManager;
方法or属性:function off(type: 'deviceUnselected', token: number): void;
旧版本信息:|类名:continuationManager;
方法or属性:function off(type: 'deviceUnselected', token: number): void;
新版本信息:ohos.permission.DISTRIBUTED_DATASYNC|@ohos.continuation.continuationManager.d.ts| |权限有变化|类名:continuationManager;
方法or属性:function registerContinuation(options: ContinuationExtraParams, callback: AsyncCallback\): void;
旧版本信息:|类名:continuationManager;
方法or属性:function registerContinuation(options: ContinuationExtraParams, callback: AsyncCallback\): void;
新版本信息:ohos.permission.DISTRIBUTED_DATASYNC|@ohos.continuation.continuationManager.d.ts| |权限有变化|类名:continuationManager;
方法or属性:function registerContinuation(options?: ContinuationExtraParams): Promise\;
旧版本信息:|类名:continuationManager;
方法or属性:function registerContinuation(options?: ContinuationExtraParams): Promise\;
新版本信息:ohos.permission.DISTRIBUTED_DATASYNC|@ohos.continuation.continuationManager.d.ts| |权限有变化|类名:continuationManager;
方法or属性:function unregisterContinuation(token: number): Promise\;
旧版本信息:|类名:continuationManager;
方法or属性:function unregisterContinuation(token: number): Promise\;
新版本信息:ohos.permission.DISTRIBUTED_DATASYNC|@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\;
新版本信息:ohos.permission.DISTRIBUTED_DATASYNC|@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;
新版本信息:ohos.permission.DISTRIBUTED_DATASYNC|@ohos.continuation.continuationManager.d.ts| |权限有变化|类名:continuationManager;
方法or属性:function startContinuationDeviceManager(token: number, options?: ContinuationExtraParams): Promise\;
旧版本信息:|类名:continuationManager;
方法or属性:function startContinuationDeviceManager(token: number, options?: ContinuationExtraParams): Promise\;
新版本信息:ohos.permission.DISTRIBUTED_DATASYNC|@ohos.continuation.continuationManager.d.ts| |权限有变化|类名:distributedMissionManager;
方法or属性:function startSyncRemoteMissions(parameter: MissionParameter): Promise\;
旧版本信息:|类名:distributedMissionManager;
方法or属性:function startSyncRemoteMissions(parameter: MissionParameter): Promise\;
新版本信息:ohos.permission.MANAGE_MISSIONS|@ohos.distributedMissionManager.d.ts| |权限有变化|类名:distributedMissionManager;
方法or属性:function stopSyncRemoteMissions(parameter: MissionDeviceInfo): Promise\;
旧版本信息:|类名:distributedMissionManager;
方法or属性:function stopSyncRemoteMissions(parameter: MissionDeviceInfo): Promise\;
新版本信息:ohos.permission.MANAGE_MISSIONS|@ohos.distributedMissionManager.d.ts| |权限有变化|类名:distributedMissionManager;
方法or属性:function registerMissionListener(parameter: MissionDeviceInfo, options: MissionCallback): Promise\;
旧版本信息:|类名:distributedMissionManager;
方法or属性:function registerMissionListener(parameter: MissionDeviceInfo, options: MissionCallback): Promise\;
新版本信息:ohos.permission.MANAGE_MISSIONS|@ohos.distributedMissionManager.d.ts| |权限有变化|类名:distributedMissionManager;
方法or属性:function unRegisterMissionListener(parameter: MissionDeviceInfo): Promise\;
旧版本信息:|类名:distributedMissionManager;
方法or属性:function unRegisterMissionListener(parameter: MissionDeviceInfo): Promise\;
新版本信息:ohos.permission.MANAGE_MISSIONS|@ohos.distributedMissionManager.d.ts| |权限有变化|类名:distributedMissionManager;
方法or属性:function continueMission(parameter: ContinueDeviceInfo, options: ContinueCallback): Promise\;
旧版本信息:|类名:distributedMissionManager;
方法or属性:function continueMission(parameter: ContinueDeviceInfo, options: ContinueCallback): Promise\;
新版本信息:ohos.permission.MANAGE_MISSIONS,ohos.permission.DISTRIBUTED_DATASYNC|@ohos.distributedMissionManager.d.ts| |权限有变化|类名:MissionCallback;
方法or属性:notifyMissionsChanged(deviceId: string): void;
旧版本信息:|类名:MissionCallback;
方法or属性:notifyMissionsChanged(deviceId: string): void;
新版本信息:ohos.permission.MANAGE_MISSIONS|MissionCallbacks.d.ts| |权限有变化|类名:MissionCallback;
方法or属性:notifySnapshot(deviceId: string, mission: number): void;
旧版本信息:|类名:MissionCallback;
方法or属性:notifySnapshot(deviceId: string, mission: number): void;
新版本信息:ohos.permission.MANAGE_MISSIONS|MissionCallbacks.d.ts| |权限有变化|类名:MissionCallback;
方法or属性:notifyNetDisconnect(deviceId: string, state: number): void;
旧版本信息:|类名:MissionCallback;
方法or属性:notifyNetDisconnect(deviceId: string, state: number): void;
新版本信息:ohos.permission.MANAGE_MISSIONS|MissionCallbacks.d.ts| |权限有变化|类名:MissionDeviceInfo;
方法or属性:deviceId: string;
旧版本信息:|类名:MissionDeviceInfo;
方法or属性:deviceId: string;
新版本信息:ohos.permission.MANAGE_MISSIONS|MissionDeviceInfo.d.ts| |权限有变化|类名:MissionParameter;
方法or属性:deviceId: string;
旧版本信息:|类名:MissionParameter;
方法or属性:deviceId: string;
新版本信息:ohos.permission.MANAGE_MISSIONS|MissionParameter.d.ts| |权限有变化|类名:MissionParameter;
方法or属性:fixConflict: boolean;
旧版本信息:|类名:MissionParameter;
方法or属性:fixConflict: boolean;
新版本信息:ohos.permission.MANAGE_MISSIONS|MissionParameter.d.ts| |权限有变化|类名:MissionParameter;
方法or属性:tag: number;
旧版本信息:|类名:MissionParameter;
方法or属性:tag: number;
新版本信息:ohos.permission.MANAGE_MISSIONS|MissionParameter.d.ts| |权限有变化|类名:ServiceExtensionContext;
方法or属性:startServiceExtensionAbility(want: Want, callback: AsyncCallback\): void;
旧版本信息:ohos.permission.START_INVISIBLE_ABILITY|类名:ServiceExtensionContext;
方法or属性:startServiceExtensionAbility(want: Want, callback: AsyncCallback\): void;
新版本信息:|ServiceExtensionContext.d.ts| |权限有变化|类名:ServiceExtensionContext;
方法or属性:startServiceExtensionAbility(want: Want): Promise\;
旧版本信息:ohos.permission.START_INVISIBLE_ABILITY|类名:ServiceExtensionContext;
方法or属性:startServiceExtensionAbility(want: Want): Promise\;
新版本信息:|ServiceExtensionContext.d.ts| |权限有变化|类名:ServiceExtensionContext;
方法or属性:connectServiceExtensionAbility(want: Want, options: ConnectOptions): number;
旧版本信息:ohos.permission.ABILITY_BACKGROUND_COMMUNICATION|类名:ServiceExtensionContext;
方法or属性:connectServiceExtensionAbility(want: Want, options: ConnectOptions): number;
新版本信息:|ServiceExtensionContext.d.ts| |权限有变化|类名:ServiceExtensionContext;
方法or属性:startAbilityByCallWithAccount(want: Want, accountId: number): Promise\;
旧版本信息:ohos.permission.ABILITY_BACKGROUND_COMMUNICATION,ohos.permission.INTERACT_ACROSS_LOCAL_ACCOUNTS,ohos.permission.START_ABILITIES_FROM_BACKGROUND,ohos.permission.START_INVISIBLE_ABILITY|类名:ServiceExtensionContext;
方法or属性:startAbilityByCallWithAccount(want: Want, accountId: number): Promise\;
新版本信息:ohos.permission.ABILITY_BACKGROUND_COMMUNICATION,ohos.permission.INTERACT_ACROSS_LOCAL_ACCOUNTS|ServiceExtensionContext.d.ts| |权限有变化|类名:UIAbilityContext;
方法or属性:startAbilityByCallWithAccount(want: Want, accountId: number): Promise\;
旧版本信息:ohos.permission.ABILITY_BACKGROUND_COMMUNICATION,ohos.permission.INTERACT_ACROSS_LOCAL_ACCOUNTS,ohos.permission.START_ABILITIES_FROM_BACKGROUND,ohos.permission.START_INVISIBLE_ABILITY|类名:UIAbilityContext;
方法or属性:startAbilityByCallWithAccount(want: Want, accountId: number): Promise\;
新版本信息:ohos.permission.ABILITY_BACKGROUND_COMMUNICATION,ohos.permission.INTERACT_ACROSS_LOCAL_ACCOUNTS|UIAbilityContext.d.ts| |权限有变化|类名:UIAbilityContext;
方法or属性:startServiceExtensionAbility(want: Want, callback: AsyncCallback\): void;
旧版本信息:ohos.permission.START_INVISIBLE_ABILITY|类名:UIAbilityContext;
方法or属性:startServiceExtensionAbility(want: Want, callback: AsyncCallback\): void;
新版本信息:|UIAbilityContext.d.ts| |权限有变化|类名:UIAbilityContext;
方法or属性:startServiceExtensionAbility(want: Want): Promise\;
旧版本信息:ohos.permission.ABILITY_BACKGROUND_COMMUNICATION|类名:UIAbilityContext;
方法or属性:startServiceExtensionAbility(want: Want): Promise\;
新版本信息:|UIAbilityContext.d.ts| |权限有变化|类名:UIAbilityContext;
方法or属性:connectServiceExtensionAbility(want: Want, options: ConnectOptions): number;
旧版本信息:ohos.permission.ABILITY_BACKGROUND_COMMUNICATION|类名:UIAbilityContext;
方法or属性:connectServiceExtensionAbility(want: Want, options: ConnectOptions): number;
新版本信息:|UIAbilityContext.d.ts| |model有变化|类名:featureAbility;
方法or属性:function getWant(): Promise\;
旧版本信息:|类名:featureAbility;
方法or属性:function getWant(): Promise\;
新版本信息:FAModelOnly|@ohos.ability.featureAbility.d.ts| |model有变化|类名:featureAbility;
方法or属性:function startAbility(parameter: StartAbilityParameter): Promise\;
旧版本信息:|类名:featureAbility;
方法or属性:function startAbility(parameter: StartAbilityParameter): Promise\;
新版本信息:FAModelOnly|@ohos.ability.featureAbility.d.ts| |model有变化|类名:featureAbility;
方法or属性:function startAbilityForResult(parameter: StartAbilityParameter): Promise\;
旧版本信息:|类名:featureAbility;
方法or属性:function startAbilityForResult(parameter: StartAbilityParameter): Promise\;
新版本信息:FAModelOnly|@ohos.ability.featureAbility.d.ts| |model有变化|类名:featureAbility;
方法or属性:function terminateSelfWithResult(parameter: AbilityResult): Promise\;
旧版本信息:|类名:featureAbility;
方法or属性:function terminateSelfWithResult(parameter: AbilityResult): Promise\;
新版本信息:FAModelOnly|@ohos.ability.featureAbility.d.ts| |model有变化|类名:featureAbility;
方法or属性:function terminateSelf(): Promise\;
旧版本信息:|类名:featureAbility;
方法or属性:function terminateSelf(): Promise\;
新版本信息:FAModelOnly|@ohos.ability.featureAbility.d.ts| |model有变化|类名:featureAbility;
方法or属性:function hasWindowFocus(): Promise\;
旧版本信息:|类名:featureAbility;
方法or属性:function hasWindowFocus(): Promise\;
新版本信息:FAModelOnly|@ohos.ability.featureAbility.d.ts| |model有变化|类名:featureAbility;
方法or属性:function disconnectAbility(connection: number): Promise\;
旧版本信息:|类名:featureAbility;
方法or属性:function disconnectAbility(connection: number): Promise\;
新版本信息:FAModelOnly|@ohos.ability.featureAbility.d.ts| |model有变化|类名:featureAbility;
方法or属性:function getWindow(): Promise\;
旧版本信息:|类名:featureAbility;
方法or属性:function getWindow(): Promise\;
新版本信息:FAModelOnly|@ohos.ability.featureAbility.d.ts| |model有变化|类名:featureAbility;
方法or属性:export type AppVersionInfo = _AppVersionInfo;
旧版本信息:|类名:featureAbility;
方法or属性:export type AppVersionInfo = _AppVersionInfo;
新版本信息:FAModelOnly|@ohos.ability.featureAbility.d.ts| |model有变化|类名:featureAbility;
方法or属性:export type ProcessInfo = _ProcessInfo;
旧版本信息:|类名:featureAbility;
方法or属性:export type ProcessInfo = _ProcessInfo;
新版本信息:FAModelOnly|@ohos.ability.featureAbility.d.ts| |model有变化|类名:AbilityWindowConfiguration;
方法or属性:WINDOW_MODE_UNDEFINED = 0
旧版本信息:|类名:AbilityWindowConfiguration;
方法or属性:WINDOW_MODE_UNDEFINED = 0
新版本信息:FAModelOnly|@ohos.ability.featureAbility.d.ts| |model有变化|类名:AbilityWindowConfiguration;
方法or属性:WINDOW_MODE_FULLSCREEN = 1
旧版本信息:|类名:AbilityWindowConfiguration;
方法or属性:WINDOW_MODE_FULLSCREEN = 1
新版本信息:FAModelOnly|@ohos.ability.featureAbility.d.ts| |model有变化|类名:AbilityWindowConfiguration;
方法or属性:WINDOW_MODE_SPLIT_PRIMARY = 100
旧版本信息:|类名:AbilityWindowConfiguration;
方法or属性:WINDOW_MODE_SPLIT_PRIMARY = 100
新版本信息:FAModelOnly|@ohos.ability.featureAbility.d.ts| |model有变化|类名:AbilityWindowConfiguration;
方法or属性:WINDOW_MODE_SPLIT_SECONDARY = 101
旧版本信息:|类名:AbilityWindowConfiguration;
方法or属性:WINDOW_MODE_SPLIT_SECONDARY = 101
新版本信息:FAModelOnly|@ohos.ability.featureAbility.d.ts| |model有变化|类名:AbilityWindowConfiguration;
方法or属性:WINDOW_MODE_FLOATING = 102
旧版本信息:|类名:AbilityWindowConfiguration;
方法or属性:WINDOW_MODE_FLOATING = 102
新版本信息:FAModelOnly|@ohos.ability.featureAbility.d.ts| |model有变化|类名:AbilityStartSetting;
方法or属性:BOUNDS_KEY = 'abilityBounds'
旧版本信息:|类名:AbilityStartSetting;
方法or属性:BOUNDS_KEY = 'abilityBounds'
新版本信息:FAModelOnly|@ohos.ability.featureAbility.d.ts| |model有变化|类名:AbilityStartSetting;
方法or属性:WINDOW_MODE_KEY = 'windowMode'
旧版本信息:|类名:AbilityStartSetting;
方法or属性:WINDOW_MODE_KEY = 'windowMode'
新版本信息:FAModelOnly|@ohos.ability.featureAbility.d.ts| |model有变化|类名:AbilityStartSetting;
方法or属性:DISPLAY_ID_KEY = 'displayId'
旧版本信息:|类名:AbilityStartSetting;
方法or属性:DISPLAY_ID_KEY = 'displayId'
新版本信息:FAModelOnly|@ohos.ability.featureAbility.d.ts| |model有变化|类名:ErrorCode;
方法or属性:NO_ERROR = 0
旧版本信息:|类名:ErrorCode;
方法or属性:NO_ERROR = 0
新版本信息:FAModelOnly|@ohos.ability.featureAbility.d.ts| |model有变化|类名:ErrorCode;
方法or属性:INVALID_PARAMETER = -1
旧版本信息:|类名:ErrorCode;
方法or属性:INVALID_PARAMETER = -1
新版本信息:FAModelOnly|@ohos.ability.featureAbility.d.ts| |model有变化|类名:ErrorCode;
方法or属性:ABILITY_NOT_FOUND = -2
旧版本信息:|类名:ErrorCode;
方法or属性:ABILITY_NOT_FOUND = -2
新版本信息:FAModelOnly|@ohos.ability.featureAbility.d.ts| |model有变化|类名:ErrorCode;
方法or属性:PERMISSION_DENY = -3
旧版本信息:|类名:ErrorCode;
方法or属性:PERMISSION_DENY = -3
新版本信息:FAModelOnly|@ohos.ability.featureAbility.d.ts| |model有变化|类名:DataAbilityOperationType;
方法or属性:TYPE_INSERT = 1
旧版本信息:|类名:DataAbilityOperationType;
方法or属性:TYPE_INSERT = 1
新版本信息:FAModelOnly|@ohos.ability.featureAbility.d.ts| |model有变化|类名:DataAbilityOperationType;
方法or属性:TYPE_UPDATE = 2
旧版本信息:|类名:DataAbilityOperationType;
方法or属性:TYPE_UPDATE = 2
新版本信息:FAModelOnly|@ohos.ability.featureAbility.d.ts| |model有变化|类名:DataAbilityOperationType;
方法or属性:TYPE_DELETE = 3
旧版本信息:|类名:DataAbilityOperationType;
方法or属性:TYPE_DELETE = 3
新版本信息:FAModelOnly|@ohos.ability.featureAbility.d.ts| |model有变化|类名:DataAbilityOperationType;
方法or属性:TYPE_ASSERT = 4
旧版本信息:|类名:DataAbilityOperationType;
方法or属性:TYPE_ASSERT = 4
新版本信息:FAModelOnly|@ohos.ability.featureAbility.d.ts| |model有变化|类名:particleAbility;
方法or属性:function startAbility(parameter: StartAbilityParameter): Promise\;
旧版本信息:|类名:particleAbility;
方法or属性:function startAbility(parameter: StartAbilityParameter): Promise\;
新版本信息:FAModelOnly|@ohos.ability.particleAbility.d.ts| |model有变化|类名:particleAbility;
方法or属性:function terminateSelf(): Promise\;
旧版本信息:|类名:particleAbility;
方法or属性:function terminateSelf(): Promise\;
新版本信息:FAModelOnly|@ohos.ability.particleAbility.d.ts| |model有变化|类名:particleAbility;
方法or属性:function disconnectAbility(connection: number): Promise\;
旧版本信息:|类名:particleAbility;
方法or属性:function disconnectAbility(connection: number): Promise\;
新版本信息:FAModelOnly|@ohos.ability.particleAbility.d.ts| |model有变化|类名:ErrorCode;
方法or属性:INVALID_PARAMETER = -1
旧版本信息:|类名:ErrorCode;
方法or属性:INVALID_PARAMETER = -1
新版本信息:FAModelOnly|@ohos.ability.particleAbility.d.ts| |model有变化|类名:LaunchReason;
方法or属性:SHARE = 5
旧版本信息:|类名:LaunchReason;
方法or属性:SHARE = 5
新版本信息:StageModelOnly|@ohos.app.ability.AbilityConstant.d.ts| |model有变化|类名:OnContinueResult;
方法or属性:AGREE = 0
旧版本信息:|类名:OnContinueResult;
方法or属性:AGREE = 0
新版本信息:StageModelOnly|@ohos.app.ability.AbilityConstant.d.ts| |model有变化|类名:OnContinueResult;
方法or属性:REJECT = 1
旧版本信息:|类名:OnContinueResult;
方法or属性:REJECT = 1
新版本信息:StageModelOnly|@ohos.app.ability.AbilityConstant.d.ts| |model有变化|类名:OnContinueResult;
方法or属性:MISMATCH = 2
旧版本信息:|类名:OnContinueResult;
方法or属性:MISMATCH = 2
新版本信息:StageModelOnly|@ohos.app.ability.AbilityConstant.d.ts| |model有变化|类名:MemoryLevel;
方法or属性:MEMORY_LEVEL_MODERATE = 0
旧版本信息:|类名:MemoryLevel;
方法or属性:MEMORY_LEVEL_MODERATE = 0
新版本信息:StageModelOnly|@ohos.app.ability.AbilityConstant.d.ts| |model有变化|类名:MemoryLevel;
方法or属性:MEMORY_LEVEL_LOW = 1
旧版本信息:|类名:MemoryLevel;
方法or属性:MEMORY_LEVEL_LOW = 1
新版本信息:StageModelOnly|@ohos.app.ability.AbilityConstant.d.ts| |model有变化|类名:MemoryLevel;
方法or属性:MEMORY_LEVEL_CRITICAL = 2
旧版本信息:|类名:MemoryLevel;
方法or属性:MEMORY_LEVEL_CRITICAL = 2
新版本信息:StageModelOnly|@ohos.app.ability.AbilityConstant.d.ts| |model有变化|类名:WindowMode;
方法or属性:WINDOW_MODE_UNDEFINED = 0
旧版本信息:|类名:WindowMode;
方法or属性:WINDOW_MODE_UNDEFINED = 0
新版本信息:StageModelOnly|@ohos.app.ability.AbilityConstant.d.ts| |model有变化|类名:WindowMode;
方法or属性:WINDOW_MODE_FULLSCREEN = 1
旧版本信息:|类名:WindowMode;
方法or属性:WINDOW_MODE_FULLSCREEN = 1
新版本信息:StageModelOnly|@ohos.app.ability.AbilityConstant.d.ts| |model有变化|类名:WindowMode;
方法or属性:WINDOW_MODE_SPLIT_PRIMARY = 100
旧版本信息:|类名:WindowMode;
方法or属性:WINDOW_MODE_SPLIT_PRIMARY = 100
新版本信息:StageModelOnly|@ohos.app.ability.AbilityConstant.d.ts| |model有变化|类名:WindowMode;
方法or属性:WINDOW_MODE_SPLIT_SECONDARY = 101
旧版本信息:|类名:WindowMode;
方法or属性:WINDOW_MODE_SPLIT_SECONDARY = 101
新版本信息:StageModelOnly|@ohos.app.ability.AbilityConstant.d.ts| |model有变化|类名:WindowMode;
方法or属性:WINDOW_MODE_FLOATING = 102
旧版本信息:|类名:WindowMode;
方法or属性:WINDOW_MODE_FLOATING = 102
新版本信息:StageModelOnly|@ohos.app.ability.AbilityConstant.d.ts| |model有变化|类名:OnSaveResult;
方法or属性:ALL_AGREE = 0
旧版本信息:|类名:OnSaveResult;
方法or属性:ALL_AGREE = 0
新版本信息:StageModelOnly|@ohos.app.ability.AbilityConstant.d.ts| |model有变化|类名:OnSaveResult;
方法or属性:CONTINUATION_REJECT = 1
旧版本信息:|类名:OnSaveResult;
方法or属性:CONTINUATION_REJECT = 1
新版本信息:StageModelOnly|@ohos.app.ability.AbilityConstant.d.ts| |model有变化|类名:OnSaveResult;
方法or属性:CONTINUATION_MISMATCH = 2
旧版本信息:|类名:OnSaveResult;
方法or属性:CONTINUATION_MISMATCH = 2
新版本信息:StageModelOnly|@ohos.app.ability.AbilityConstant.d.ts| |model有变化|类名:OnSaveResult;
方法or属性:RECOVERY_AGREE = 3
旧版本信息:|类名:OnSaveResult;
方法or属性:RECOVERY_AGREE = 3
新版本信息:StageModelOnly|@ohos.app.ability.AbilityConstant.d.ts| |model有变化|类名:OnSaveResult;
方法or属性:RECOVERY_REJECT = 4
旧版本信息:|类名:OnSaveResult;
方法or属性:RECOVERY_REJECT = 4
新版本信息:StageModelOnly|@ohos.app.ability.AbilityConstant.d.ts| |model有变化|类名:OnSaveResult;
方法or属性:ALL_REJECT
旧版本信息:|类名:OnSaveResult;
方法or属性:ALL_REJECT
新版本信息:StageModelOnly|@ohos.app.ability.AbilityConstant.d.ts| |model有变化|类名:StateType;
方法or属性:CONTINUATION = 0
旧版本信息:|类名:StateType;
方法or属性:CONTINUATION = 0
新版本信息:StageModelOnly|@ohos.app.ability.AbilityConstant.d.ts| |model有变化|类名:StateType;
方法or属性:APP_RECOVERY = 1
旧版本信息:|类名:StateType;
方法or属性:APP_RECOVERY = 1
新版本信息:StageModelOnly|@ohos.app.ability.AbilityConstant.d.ts| |model有变化|类名:DataAbilityHelper;
方法or属性:openFile(uri: string, mode: string): Promise\;
旧版本信息:|类名:DataAbilityHelper;
方法or属性:openFile(uri: string, mode: string): Promise\;
新版本信息:FAModelOnly|dataAbilityHelper.d.ts| |model有变化|类名:DataAbilityHelper;
方法or属性:getType(uri: string): Promise\;
旧版本信息:|类名:DataAbilityHelper;
方法or属性:getType(uri: string): Promise\;
新版本信息:FAModelOnly|dataAbilityHelper.d.ts| |model有变化|类名:DataAbilityHelper;
方法or属性:getFileTypes(uri: string, mimeTypeFilter: string): Promise\>;
旧版本信息:|类名:DataAbilityHelper;
方法or属性:getFileTypes(uri: string, mimeTypeFilter: string): Promise\>;
新版本信息:FAModelOnly|dataAbilityHelper.d.ts| |model有变化|类名:DataAbilityHelper;
方法or属性:normalizeUri(uri: string): Promise\;
旧版本信息:|类名:DataAbilityHelper;
方法or属性:normalizeUri(uri: string): Promise\;
新版本信息:FAModelOnly|dataAbilityHelper.d.ts| |model有变化|类名:DataAbilityHelper;
方法or属性:denormalizeUri(uri: string): Promise\;
旧版本信息:|类名:DataAbilityHelper;
方法or属性:denormalizeUri(uri: string): Promise\;
新版本信息:FAModelOnly|dataAbilityHelper.d.ts| |model有变化|类名:DataAbilityHelper;
方法or属性:notifyChange(uri: string): Promise\;
旧版本信息:|类名:DataAbilityHelper;
方法or属性:notifyChange(uri: string): Promise\;
新版本信息:FAModelOnly|dataAbilityHelper.d.ts| |model有变化|类名:DataAbilityHelper;
方法or属性:insert(uri: string, valuesBucket: rdb.ValuesBucket): Promise\;
旧版本信息:|类名:DataAbilityHelper;
方法or属性:insert(uri: string, valuesBucket: rdb.ValuesBucket): Promise\;
新版本信息:FAModelOnly|dataAbilityHelper.d.ts| |model有变化|类名:DataAbilityHelper;
方法or属性:batchInsert(uri: string, valuesBuckets: Array\): Promise\;
旧版本信息:|类名:DataAbilityHelper;
方法or属性:batchInsert(uri: string, valuesBuckets: Array\): Promise\;
新版本信息:FAModelOnly|dataAbilityHelper.d.ts| |model有变化|类名:DataAbilityHelper;
方法or属性:delete(uri: string, predicates?: dataAbility.DataAbilityPredicates): Promise\;
旧版本信息:|类名:DataAbilityHelper;
方法or属性:delete(uri: string, predicates?: dataAbility.DataAbilityPredicates): Promise\;
新版本信息:FAModelOnly|dataAbilityHelper.d.ts| |model有变化|类名:DataAbilityHelper;
方法or属性:delete(uri: string, callback: AsyncCallback\): void;
旧版本信息:|类名:DataAbilityHelper;
方法or属性:delete(uri: string, callback: AsyncCallback\): void;
新版本信息:FAModelOnly|dataAbilityHelper.d.ts| |model有变化|类名:DataAbilityHelper;
方法or属性:update(uri: string, valuesBucket: rdb.ValuesBucket, predicates?: dataAbility.DataAbilityPredicates): Promise\;
旧版本信息:|类名:DataAbilityHelper;
方法or属性:update(uri: string, valuesBucket: rdb.ValuesBucket, predicates?: dataAbility.DataAbilityPredicates): Promise\;
新版本信息:FAModelOnly|dataAbilityHelper.d.ts| |model有变化|类名:DataAbilityHelper;
方法or属性:update(uri: string, valuesBucket: rdb.ValuesBucket, callback: AsyncCallback\): void;
旧版本信息:|类名:DataAbilityHelper;
方法or属性:update(uri: string, valuesBucket: rdb.ValuesBucket, callback: AsyncCallback\): void;
新版本信息:FAModelOnly|dataAbilityHelper.d.ts| |model有变化|类名:DataAbilityHelper;
方法or属性:query(uri: string, callback: AsyncCallback\): void;
旧版本信息:|类名:DataAbilityHelper;
方法or属性:query(uri: string, callback: AsyncCallback\): void;
新版本信息:FAModelOnly|dataAbilityHelper.d.ts| |model有变化|类名:DataAbilityHelper;
方法or属性:query(uri: string, columns: Array\, callback: AsyncCallback\): void;
旧版本信息:|类名:DataAbilityHelper;
方法or属性:query(uri: string, columns: Array\, callback: AsyncCallback\): void;
新版本信息:FAModelOnly|dataAbilityHelper.d.ts| |model有变化|类名:DataAbilityHelper;
方法or属性:query(uri: string, predicates: dataAbility.DataAbilityPredicates, callback: AsyncCallback\): void;
旧版本信息:|类名:DataAbilityHelper;
方法or属性:query(uri: string, predicates: dataAbility.DataAbilityPredicates, callback: AsyncCallback\): void;
新版本信息:FAModelOnly|dataAbilityHelper.d.ts| |model有变化|类名:DataAbilityHelper;
方法or属性:query(uri: string, columns?: Array\, predicates?: dataAbility.DataAbilityPredicates): Promise\;
旧版本信息:|类名:DataAbilityHelper;
方法or属性:query(uri: string, columns?: Array\, predicates?: dataAbility.DataAbilityPredicates): Promise\;
新版本信息:FAModelOnly|dataAbilityHelper.d.ts| |model有变化|类名:DataAbilityHelper;
方法or属性:call(uri: string, method: string, arg: string, extras: PacMap): Promise\;
旧版本信息:|类名:DataAbilityHelper;
方法or属性:call(uri: string, method: string, arg: string, extras: PacMap): Promise\;
新版本信息:FAModelOnly|dataAbilityHelper.d.ts| |model有变化|类名:DataAbilityHelper;
方法or属性:executeBatch(
uri: string,
operations: Array\,
callback: AsyncCallback\>
): void;
旧版本信息:|类名:DataAbilityHelper;
方法or属性:executeBatch(
uri: string,
operations: Array\,
callback: AsyncCallback\>
): void;
新版本信息:FAModelOnly|dataAbilityHelper.d.ts| |model有变化|类名:DataAbilityHelper;
方法or属性:executeBatch(uri: string, operations: Array\): Promise\>;
旧版本信息:|类名:DataAbilityHelper;
方法or属性:executeBatch(uri: string, operations: Array\): Promise\>;
新版本信息:FAModelOnly|dataAbilityHelper.d.ts| |model有变化|类名:Context;
方法or属性:getOrCreateLocalDir(callback: AsyncCallback\): void;
旧版本信息:|类名:Context;
方法or属性:getOrCreateLocalDir(callback: AsyncCallback\): void;
新版本信息:FAModelOnly|context.d.ts| |model有变化|类名:Context;
方法or属性:verifyPermission(permission: string, options: PermissionOptions, callback: AsyncCallback\): void;
旧版本信息:|类名:Context;
方法or属性:verifyPermission(permission: string, options: PermissionOptions, callback: AsyncCallback\): void;
新版本信息:FAModelOnly|context.d.ts| |model有变化|类名:Context;
方法or属性:verifyPermission(permission: string, callback: AsyncCallback\): void;
旧版本信息:|类名:Context;
方法or属性:verifyPermission(permission: string, callback: AsyncCallback\): void;
新版本信息:FAModelOnly|context.d.ts| |model有变化|类名:Context;
方法or属性:requestPermissionsFromUser(permissions: Array\, requestCode: number): Promise\;
旧版本信息:|类名:Context;
方法or属性:requestPermissionsFromUser(permissions: Array\, requestCode: number): Promise\;
新版本信息:FAModelOnly|context.d.ts| |model有变化|类名:Context;
方法or属性:getApplicationInfo(): Promise\;
旧版本信息:|类名:Context;
方法or属性:getApplicationInfo(): Promise\;
新版本信息:FAModelOnly|context.d.ts| |model有变化|类名:Context;
方法or属性:getBundleName(): Promise\;
旧版本信息:|类名:Context;
方法or属性:getBundleName(): Promise\;
新版本信息:FAModelOnly|context.d.ts| |model有变化|类名:Context;
方法or属性:getDisplayOrientation(callback: AsyncCallback\): void;
旧版本信息:|类名:Context;
方法or属性:getDisplayOrientation(callback: AsyncCallback\): void;
新版本信息:FAModelOnly|context.d.ts| |model有变化|类名:Context;
方法or属性:getDisplayOrientation(): Promise\;
旧版本信息:|类名:Context;
方法or属性:getDisplayOrientation(): Promise\;
新版本信息:FAModelOnly|context.d.ts| |model有变化|类名:Context;
方法or属性:getExternalCacheDir(callback: AsyncCallback\): void;
旧版本信息:|类名:Context;
方法or属性:getExternalCacheDir(callback: AsyncCallback\): void;
新版本信息:FAModelOnly|context.d.ts| |model有变化|类名:Context;
方法or属性:getExternalCacheDir(): Promise\;
旧版本信息:|类名:Context;
方法or属性:getExternalCacheDir(): Promise\;
新版本信息:FAModelOnly|context.d.ts| |model有变化|类名:Context;
方法or属性:setDisplayOrientation(orientation: bundle.DisplayOrientation, callback: AsyncCallback\): void;
旧版本信息:|类名:Context;
方法or属性:setDisplayOrientation(orientation: bundle.DisplayOrientation, callback: AsyncCallback\): void;
新版本信息:FAModelOnly|context.d.ts| |model有变化|类名:Context;
方法or属性:setDisplayOrientation(orientation: bundle.DisplayOrientation): Promise\;
旧版本信息:|类名:Context;
方法or属性:setDisplayOrientation(orientation: bundle.DisplayOrientation): Promise\;
新版本信息:FAModelOnly|context.d.ts| |model有变化|类名:Context;
方法or属性:setShowOnLockScreen(show: boolean, callback: AsyncCallback\): void;
旧版本信息:|类名:Context;
方法or属性:setShowOnLockScreen(show: boolean, callback: AsyncCallback\): void;
新版本信息:FAModelOnly|context.d.ts| |model有变化|类名:Context;
方法or属性:setShowOnLockScreen(show: boolean): Promise\;
旧版本信息:|类名:Context;
方法or属性:setShowOnLockScreen(show: boolean): Promise\;
新版本信息:FAModelOnly|context.d.ts| |model有变化|类名:Context;
方法or属性:setWakeUpScreen(wakeUp: boolean, callback: AsyncCallback\): void;
旧版本信息:|类名:Context;
方法or属性:setWakeUpScreen(wakeUp: boolean, callback: AsyncCallback\): void;
新版本信息:FAModelOnly|context.d.ts| |model有变化|类名:Context;
方法or属性:setWakeUpScreen(wakeUp: boolean): Promise\;
旧版本信息:|类名:Context;
方法or属性:setWakeUpScreen(wakeUp: boolean): Promise\;
新版本信息:FAModelOnly|context.d.ts| |model有变化|类名:Context;
方法or属性:getProcessInfo(): Promise\;
旧版本信息:|类名:Context;
方法or属性:getProcessInfo(): Promise\;
新版本信息:FAModelOnly|context.d.ts| |model有变化|类名:Context;
方法or属性:getElementName(): Promise\;
旧版本信息:|类名:Context;
方法or属性:getElementName(): Promise\;
新版本信息:FAModelOnly|context.d.ts| |model有变化|类名:Context;
方法or属性:getProcessName(): Promise\;
旧版本信息:|类名:Context;
方法or属性:getProcessName(): Promise\;
新版本信息:FAModelOnly|context.d.ts| |model有变化|类名:Context;
方法or属性:getCallingBundle(): Promise\;
旧版本信息:|类名:Context;
方法or属性:getCallingBundle(): Promise\;
新版本信息:FAModelOnly|context.d.ts| |model有变化|类名:Context;
方法or属性:getFilesDir(): Promise\;
旧版本信息:|类名:Context;
方法or属性:getFilesDir(): Promise\;
新版本信息:FAModelOnly|context.d.ts| |model有变化|类名:Context;
方法or属性:getCacheDir(): Promise\;
旧版本信息:|类名:Context;
方法or属性:getCacheDir(): Promise\;
新版本信息:FAModelOnly|context.d.ts| |model有变化|类名:Context;
方法or属性:getOrCreateDistributedDir(callback: AsyncCallback\): void;
旧版本信息:|类名:Context;
方法or属性:getOrCreateDistributedDir(callback: AsyncCallback\): void;
新版本信息:FAModelOnly|context.d.ts| |model有变化|类名:Context;
方法or属性:getAppType(): Promise\;
旧版本信息:|类名:Context;
方法or属性:getAppType(): Promise\;
新版本信息:FAModelOnly|context.d.ts| |model有变化|类名:Context;
方法or属性:getHapModuleInfo(): Promise\;
旧版本信息:|类名:Context;
方法or属性:getHapModuleInfo(): Promise\;
新版本信息:FAModelOnly|context.d.ts| |model有变化|类名:Context;
方法or属性:getAppVersionInfo(): Promise\;
旧版本信息:|类名:Context;
方法or属性:getAppVersionInfo(): Promise\;
新版本信息:FAModelOnly|context.d.ts| |model有变化|类名:Context;
方法or属性:getAbilityInfo(): Promise\;
旧版本信息:|类名:Context;
方法or属性:getAbilityInfo(): Promise\;
新版本信息:FAModelOnly|context.d.ts| |model有变化|类名:Context;
方法or属性:isUpdatingConfigurations(): Promise\;
旧版本信息:|类名:Context;
方法or属性:isUpdatingConfigurations(): Promise\;
新版本信息:FAModelOnly|context.d.ts| |model有变化|类名:Context;
方法or属性:printDrawnCompleted(): Promise\;
旧版本信息:|类名:Context;
方法or属性:printDrawnCompleted(): Promise\;
新版本信息:FAModelOnly|context.d.ts| |type有变化|类名:LaunchParam;
方法or属性:launchReason: LaunchReason;
旧版本信息:|类名:LaunchParam;
方法or属性:launchReason: LaunchReason;
新版本信息:LaunchReason|@ohos.app.ability.AbilityConstant.d.ts| |type有变化|类名:LaunchParam;
方法or属性:lastExitReason: LastExitReason;
旧版本信息:|类名:LaunchParam;
方法or属性:lastExitReason: LastExitReason;
新版本信息:LastExitReason|@ohos.app.ability.AbilityConstant.d.ts| |type有变化|类名:Configuration;
方法or属性:language?: string;
旧版本信息:string|类名:Configuration;
方法or属性:language?: string;
新版本信息:?string|@ohos.app.ability.Configuration.d.ts| |type有变化|类名:Configuration;
方法or属性:colorMode?: ConfigurationConstant.ColorMode;
旧版本信息:ConfigurationConstant.ColorMode|类名:Configuration;
方法or属性:colorMode?: ConfigurationConstant.ColorMode;
新版本信息:?ConfigurationConstant.ColorMode|@ohos.app.ability.Configuration.d.ts| |type有变化|类名:Configuration;
方法or属性:direction?: ConfigurationConstant.Direction;
旧版本信息:ConfigurationConstant.Direction|类名:Configuration;
方法or属性:direction?: ConfigurationConstant.Direction;
新版本信息:?ConfigurationConstant.Direction|@ohos.app.ability.Configuration.d.ts| |type有变化|类名:Configuration;
方法or属性:screenDensity?: ConfigurationConstant.ScreenDensity;
旧版本信息:ConfigurationConstant.ScreenDensity|类名:Configuration;
方法or属性:screenDensity?: ConfigurationConstant.ScreenDensity;
新版本信息:?ConfigurationConstant.ScreenDensity|@ohos.app.ability.Configuration.d.ts| |type有变化|类名:Configuration;
方法or属性:displayId?: number;
旧版本信息:number|类名:Configuration;
方法or属性:displayId?: number;
新版本信息:?number|@ohos.app.ability.Configuration.d.ts| |type有变化|类名:Configuration;
方法or属性:hasPointerDevice?: boolean;
旧版本信息:boolean|类名:Configuration;
方法or属性:hasPointerDevice?: boolean;
新版本信息:?boolean|@ohos.app.ability.Configuration.d.ts| |type有变化|类名:RequestResult;
方法or属性:result: ResultCode;
旧版本信息:|类名:RequestResult;
方法or属性:result: ResultCode;
新版本信息:ResultCode|@ohos.app.ability.dialogRequest.d.ts| |type有变化|类名:ServiceExtensionAbility;
方法or属性:context: ServiceExtensionContext;
旧版本信息:|类名:ServiceExtensionAbility;
方法or属性:context: ServiceExtensionContext;
新版本信息:ServiceExtensionContext|@ohos.app.ability.ServiceExtensionAbility.d.ts| |type有变化|类名:StartOptions;
方法or属性:windowMode?: number;
旧版本信息:|类名:StartOptions;
方法or属性:windowMode?: number;
新版本信息:?number|@ohos.app.ability.StartOptions.d.ts| |type有变化|类名:StartOptions;
方法or属性:displayId?: number;
旧版本信息:|类名:StartOptions;
方法or属性:displayId?: number;
新版本信息:?number|@ohos.app.ability.StartOptions.d.ts| |type有变化|类名:Want;
方法or属性:deviceId?: string;
旧版本信息:|类名:Want;
方法or属性:deviceId?: string;
新版本信息:?string|@ohos.app.ability.Want.d.ts| |type有变化|类名:Want;
方法or属性:uri?: string;
旧版本信息:|类名:Want;
方法or属性:uri?: string;
新版本信息:?string|@ohos.app.ability.Want.d.ts| |type有变化|类名:Want;
方法or属性:type?: string;
旧版本信息:|类名:Want;
方法or属性:type?: string;
新版本信息:?string|@ohos.app.ability.Want.d.ts| |type有变化|类名:Want;
方法or属性:flags?: number;
旧版本信息:|类名:Want;
方法or属性:flags?: number;
新版本信息:?number|@ohos.app.ability.Want.d.ts| |type有变化|类名:Want;
方法or属性:action?: string;
旧版本信息:|类名:Want;
方法or属性:action?: string;
新版本信息:?string|@ohos.app.ability.Want.d.ts| |type有变化|类名:Want;
方法or属性:parameters?: { [key: string]: Object };
旧版本信息:|类名:Want;
方法or属性:parameters?: { [key: string]: Object };
新版本信息:?object|@ohos.app.ability.Want.d.ts| |type有变化|类名:Want;
方法or属性:entities?: Array\;
旧版本信息:|类名:Want;
方法or属性:entities?: Array\;
新版本信息:?Array\|@ohos.app.ability.Want.d.ts| |type有变化|类名:CompleteData;
方法or属性:extraInfo?: { [key: string]: Object };
旧版本信息:{ [key: string]: Object }|类名:CompleteData;
方法or属性:extraInfo?: { [key: string]: Object };
新版本信息:?object|@ohos.app.ability.wantAgent.d.ts| |type有变化|类名:FormBindingData;
方法or属性:data: Object;
旧版本信息:|类名:FormBindingData;
方法or属性:data: Object;
新版本信息:Object|@ohos.app.form.formBindingData.d.ts| |type有变化|类名:FormInfo;
方法or属性:bundleName: string;
旧版本信息:|类名:FormInfo;
方法or属性:bundleName: string;
新版本信息:string|@ohos.app.form.formInfo.d.ts| |type有变化|类名:FormProviderFilter;
方法or属性:bundleName: string;
旧版本信息:|类名:FormProviderFilter;
方法or属性:bundleName: string;
新版本信息:string|@ohos.app.form.formInfo.d.ts| |type有变化|类名:FormInfo;
方法or属性:moduleName: string;
旧版本信息:|类名:FormInfo;
方法or属性:moduleName: string;
新版本信息:string|@ohos.app.form.formInfo.d.ts| |type有变化|类名:FormInfo;
方法or属性:abilityName: string;
旧版本信息:|类名:FormInfo;
方法or属性:abilityName: string;
新版本信息:string|@ohos.app.form.formInfo.d.ts| |type有变化|类名:FormInfo;
方法or属性:name: string;
旧版本信息:|类名:FormInfo;
方法or属性:name: string;
新版本信息:string|@ohos.app.form.formInfo.d.ts| |type有变化|类名:FormInfo;
方法or属性:description: string;
旧版本信息:|类名:FormInfo;
方法or属性:description: string;
新版本信息:string|@ohos.app.form.formInfo.d.ts| |type有变化|类名:FormInfo;
方法or属性:descriptionId: number;
旧版本信息:|类名:FormInfo;
方法or属性:descriptionId: number;
新版本信息:number|@ohos.app.form.formInfo.d.ts| |type有变化|类名:FormInfo;
方法or属性:type: FormType;
旧版本信息:|类名:FormInfo;
方法or属性:type: FormType;
新版本信息:FormType|@ohos.app.form.formInfo.d.ts| |type有变化|类名:FormInfo;
方法or属性:jsComponentName: string;
旧版本信息:|类名:FormInfo;
方法or属性:jsComponentName: string;
新版本信息:string|@ohos.app.form.formInfo.d.ts| |type有变化|类名:FormInfo;
方法or属性:colorMode: ColorMode;
旧版本信息:|类名:FormInfo;
方法or属性:colorMode: ColorMode;
新版本信息:ColorMode|@ohos.app.form.formInfo.d.ts| |type有变化|类名:FormInfo;
方法or属性:isDefault: boolean;
旧版本信息:|类名:FormInfo;
方法or属性:isDefault: boolean;
新版本信息:boolean|@ohos.app.form.formInfo.d.ts| |type有变化|类名:FormInfo;
方法or属性:updateEnabled: boolean;
旧版本信息:|类名:FormInfo;
方法or属性:updateEnabled: boolean;
新版本信息:boolean|@ohos.app.form.formInfo.d.ts| |type有变化|类名:FormInfo;
方法or属性:formVisibleNotify: boolean;
旧版本信息:|类名:FormInfo;
方法or属性:formVisibleNotify: boolean;
新版本信息:boolean|@ohos.app.form.formInfo.d.ts| |type有变化|类名:FormInfo;
方法or属性:scheduledUpdateTime: string;
旧版本信息:|类名:FormInfo;
方法or属性:scheduledUpdateTime: string;
新版本信息:string|@ohos.app.form.formInfo.d.ts| |type有变化|类名:FormInfo;
方法or属性:formConfigAbility: string;
旧版本信息:|类名:FormInfo;
方法or属性:formConfigAbility: string;
新版本信息:string|@ohos.app.form.formInfo.d.ts| |type有变化|类名:FormInfo;
方法or属性:updateDuration: number;
旧版本信息:|类名:FormInfo;
方法or属性:updateDuration: number;
新版本信息:number|@ohos.app.form.formInfo.d.ts| |type有变化|类名:FormInfo;
方法or属性:defaultDimension: number;
旧版本信息:|类名:FormInfo;
方法or属性:defaultDimension: number;
新版本信息:number|@ohos.app.form.formInfo.d.ts| |type有变化|类名:FormInfo;
方法or属性:supportDimensions: Array\;
旧版本信息:|类名:FormInfo;
方法or属性:supportDimensions: Array\;
新版本信息:Array\|@ohos.app.form.formInfo.d.ts| |type有变化|类名:FormInfo;
方法or属性:customizeData: { [key: string]: [value: string] };
旧版本信息:|类名:FormInfo;
方法or属性:customizeData: { [key: string]: [value: string] };
新版本信息:object|@ohos.app.form.formInfo.d.ts| |type有变化|类名:FormStateInfo;
方法or属性:formState: FormState;
旧版本信息:|类名:FormStateInfo;
方法or属性:formState: FormState;
新版本信息:FormState|@ohos.app.form.formInfo.d.ts| |type有变化|类名:FormStateInfo;
方法or属性:want: Want;
旧版本信息:|类名:FormStateInfo;
方法or属性:want: Want;
新版本信息:Want|@ohos.app.form.formInfo.d.ts| |type有变化|类名:FormInfoFilter;
方法or属性:moduleName?: string;
旧版本信息:|类名:FormInfoFilter;
方法or属性:moduleName?: string;
新版本信息:?string|@ohos.app.form.formInfo.d.ts| |type有变化|类名:FormProviderFilter;
方法or属性:moduleName?: string;
旧版本信息:|类名:FormProviderFilter;
方法or属性:moduleName?: string;
新版本信息:?string|@ohos.app.form.formInfo.d.ts| |type有变化|类名:FormProviderFilter;
方法or属性:formName?: string;
旧版本信息:|类名:FormProviderFilter;
方法or属性:formName?: string;
新版本信息:?string|@ohos.app.form.formInfo.d.ts| |type有变化|类名:FormProviderFilter;
方法or属性:abilityName?: string;
旧版本信息:|类名:FormProviderFilter;
方法or属性:abilityName?: string;
新版本信息:?string|@ohos.app.form.formInfo.d.ts| |type有变化|类名:Configuration;
方法or属性:language?: string;
旧版本信息:|类名:Configuration;
方法or属性:language?: string;
新版本信息:?string|@ohos.application.Configuration.d.ts| |type有变化|类名:Configuration;
方法or属性:colorMode?: ConfigurationConstant.ColorMode;
旧版本信息:|类名:Configuration;
方法or属性:colorMode?: ConfigurationConstant.ColorMode;
新版本信息:?ConfigurationConstant.ColorMode|@ohos.application.Configuration.d.ts| |type有变化|类名:FormBindingData;
方法or属性:data: Object;
旧版本信息:|类名:FormBindingData;
方法or属性:data: Object;
新版本信息:Object|@ohos.application.formBindingData.d.ts| |type有变化|类名:FormInfo;
方法or属性:bundleName: string;
旧版本信息:|类名:FormInfo;
方法or属性:bundleName: string;
新版本信息:string|@ohos.application.formInfo.d.ts| |type有变化|类名:FormInfo;
方法or属性:moduleName: string;
旧版本信息:|类名:FormInfo;
方法or属性:moduleName: string;
新版本信息:string|@ohos.application.formInfo.d.ts| |type有变化|类名:FormInfo;
方法or属性:abilityName: string;
旧版本信息:|类名:FormInfo;
方法or属性:abilityName: string;
新版本信息:string|@ohos.application.formInfo.d.ts| |type有变化|类名:FormInfo;
方法or属性:name: string;
旧版本信息:|类名:FormInfo;
方法or属性:name: string;
新版本信息:string|@ohos.application.formInfo.d.ts| |type有变化|类名:FormInfo;
方法or属性:description: string;
旧版本信息:|类名:FormInfo;
方法or属性:description: string;
新版本信息:string|@ohos.application.formInfo.d.ts| |type有变化|类名:FormInfo;
方法or属性:type: FormType;
旧版本信息:|类名:FormInfo;
方法or属性:type: FormType;
新版本信息:FormType|@ohos.application.formInfo.d.ts| |type有变化|类名:FormInfo;
方法or属性:jsComponentName: string;
旧版本信息:|类名:FormInfo;
方法or属性:jsComponentName: string;
新版本信息:string|@ohos.application.formInfo.d.ts| |type有变化|类名:FormInfo;
方法or属性:colorMode: ColorMode;
旧版本信息:|类名:FormInfo;
方法or属性:colorMode: ColorMode;
新版本信息:ColorMode|@ohos.application.formInfo.d.ts| |type有变化|类名:FormInfo;
方法or属性:isDefault: boolean;
旧版本信息:|类名:FormInfo;
方法or属性:isDefault: boolean;
新版本信息:boolean|@ohos.application.formInfo.d.ts| |type有变化|类名:FormInfo;
方法or属性:updateEnabled: boolean;
旧版本信息:|类名:FormInfo;
方法or属性:updateEnabled: boolean;
新版本信息:boolean|@ohos.application.formInfo.d.ts| |type有变化|类名:FormInfo;
方法or属性:formVisibleNotify: boolean;
旧版本信息:|类名:FormInfo;
方法or属性:formVisibleNotify: boolean;
新版本信息:boolean|@ohos.application.formInfo.d.ts| |type有变化|类名:FormInfo;
方法or属性:relatedBundleName: string;
旧版本信息:|类名:FormInfo;
方法or属性:relatedBundleName: string;
新版本信息:string|@ohos.application.formInfo.d.ts| |type有变化|类名:FormInfo;
方法or属性:scheduledUpdateTime: string;
旧版本信息:|类名:FormInfo;
方法or属性:scheduledUpdateTime: string;
新版本信息:string|@ohos.application.formInfo.d.ts| |type有变化|类名:FormInfo;
方法or属性:formConfigAbility: string;
旧版本信息:|类名:FormInfo;
方法or属性:formConfigAbility: string;
新版本信息:string|@ohos.application.formInfo.d.ts| |type有变化|类名:FormInfo;
方法or属性:updateDuration: number;
旧版本信息:|类名:FormInfo;
方法or属性:updateDuration: number;
新版本信息:number|@ohos.application.formInfo.d.ts| |type有变化|类名:FormInfo;
方法or属性:defaultDimension: number;
旧版本信息:|类名:FormInfo;
方法or属性:defaultDimension: number;
新版本信息:number|@ohos.application.formInfo.d.ts| |type有变化|类名:FormInfo;
方法or属性:supportDimensions: Array\;
旧版本信息:|类名:FormInfo;
方法or属性:supportDimensions: Array\;
新版本信息:Array\|@ohos.application.formInfo.d.ts| |type有变化|类名:FormInfo;
方法or属性:customizeData: { [key: string]: [value: string] };
旧版本信息:|类名:FormInfo;
方法or属性:customizeData: { [key: string]: [value: string] };
新版本信息:object|@ohos.application.formInfo.d.ts| |type有变化|类名:FormStateInfo;
方法or属性:formState: FormState;
旧版本信息:|类名:FormStateInfo;
方法or属性:formState: FormState;
新版本信息:FormState|@ohos.application.formInfo.d.ts| |type有变化|类名:FormStateInfo;
方法or属性:want: Want;
旧版本信息:|类名:FormStateInfo;
方法or属性:want: Want;
新版本信息:Want|@ohos.application.formInfo.d.ts| |type有变化|类名:Want;
方法or属性:deviceId?: string;
旧版本信息:|类名:Want;
方法or属性:deviceId?: string;
新版本信息:?string|@ohos.application.Want.d.ts| |type有变化|类名:Want;
方法or属性:bundleName?: string;
旧版本信息:|类名:Want;
方法or属性:bundleName?: string;
新版本信息:?string|@ohos.application.Want.d.ts| |type有变化|类名:Want;
方法or属性:abilityName?: string;
旧版本信息:|类名:Want;
方法or属性:abilityName?: string;
新版本信息:?string|@ohos.application.Want.d.ts| |type有变化|类名:Want;
方法or属性:uri?: string;
旧版本信息:|类名:Want;
方法or属性:uri?: string;
新版本信息:?string|@ohos.application.Want.d.ts| |type有变化|类名:Want;
方法or属性:type?: string;
旧版本信息:|类名:Want;
方法or属性:type?: string;
新版本信息:?string|@ohos.application.Want.d.ts| |type有变化|类名:Want;
方法or属性:flags?: number;
旧版本信息:|类名:Want;
方法or属性:flags?: number;
新版本信息:?number|@ohos.application.Want.d.ts| |type有变化|类名:Want;
方法or属性:action?: string;
旧版本信息:|类名:Want;
方法or属性:action?: string;
新版本信息:?string|@ohos.application.Want.d.ts| |type有变化|类名:Want;
方法or属性:parameters?: { [key: string]: any };
旧版本信息:|类名:Want;
方法or属性:parameters?: { [key: string]: any };
新版本信息:?object|@ohos.application.Want.d.ts| |type有变化|类名:Want;
方法or属性:entities?: Array\;
旧版本信息:|类名:Want;
方法or属性:entities?: Array\;
新版本信息:?Array\|@ohos.application.Want.d.ts| |type有变化|类名:CompleteData;
方法or属性:info: WantAgent;
旧版本信息:|类名:CompleteData;
方法or属性:info: WantAgent;
新版本信息:WantAgent|@ohos.wantAgent.d.ts| |type有变化|类名:CompleteData;
方法or属性:want: Want;
旧版本信息:|类名:CompleteData;
方法or属性:want: Want;
新版本信息:Want|@ohos.wantAgent.d.ts| |type有变化|类名:CompleteData;
方法or属性:finalCode: number;
旧版本信息:|类名:CompleteData;
方法or属性:finalCode: number;
新版本信息:number|@ohos.wantAgent.d.ts| |type有变化|类名:CompleteData;
方法or属性:finalData: string;
旧版本信息:|类名:CompleteData;
方法or属性:finalData: string;
新版本信息:string|@ohos.wantAgent.d.ts| |type有变化|类名:CompleteData;
方法or属性:extraInfo?: { [key: string]: any };
旧版本信息:|类名:CompleteData;
方法or属性:extraInfo?: { [key: string]: any };
新版本信息:?object|@ohos.wantAgent.d.ts| |type有变化|类名:AbilityResult;
方法or属性:resultCode: number;
旧版本信息:|类名:AbilityResult;
方法or属性:resultCode: number;
新版本信息:number|abilityResult.d.ts| |type有变化|类名:AbilityResult;
方法or属性:want?: Want;
旧版本信息:|类名:AbilityResult;
方法or属性:want?: Want;
新版本信息:?Want|abilityResult.d.ts| |type有变化|类名:DataAbilityOperation;
方法or属性:uri: string;
旧版本信息:|类名:DataAbilityOperation;
方法or属性:uri: string;
新版本信息:string|dataAbilityOperation.d.ts| |type有变化|类名:DataAbilityOperation;
方法or属性:type: featureAbility.DataAbilityOperationType;
旧版本信息:|类名:DataAbilityOperation;
方法or属性:type: featureAbility.DataAbilityOperationType;
新版本信息:featureAbility.DataAbilityOperationType|dataAbilityOperation.d.ts| |type有变化|类名:DataAbilityOperation;
方法or属性:valuesBucket?: rdb.ValuesBucket;
旧版本信息:|类名:DataAbilityOperation;
方法or属性:valuesBucket?: rdb.ValuesBucket;
新版本信息:?rdb.ValuesBucket|dataAbilityOperation.d.ts| |type有变化|类名:DataAbilityOperation;
方法or属性:valueBackReferences?: rdb.ValuesBucket;
旧版本信息:|类名:DataAbilityOperation;
方法or属性:valueBackReferences?: rdb.ValuesBucket;
新版本信息:?rdb.ValuesBucket|dataAbilityOperation.d.ts| |type有变化|类名:DataAbilityOperation;
方法or属性:predicates?: dataAbility.DataAbilityPredicates;
旧版本信息:|类名:DataAbilityOperation;
方法or属性:predicates?: dataAbility.DataAbilityPredicates;
新版本信息:?dataAbility.DataAbilityPredicates|dataAbilityOperation.d.ts| |type有变化|类名:DataAbilityOperation;
方法or属性:predicatesBackReferences?: Map\;
旧版本信息:|类名:DataAbilityOperation;
方法or属性:predicatesBackReferences?: Map\;
新版本信息:?Map\|dataAbilityOperation.d.ts| |type有变化|类名:DataAbilityOperation;
方法or属性:interrupted?: boolean;
旧版本信息:|类名:DataAbilityOperation;
方法or属性:interrupted?: boolean;
新版本信息:?boolean|dataAbilityOperation.d.ts| |type有变化|类名:DataAbilityOperation;
方法or属性:expectedCount?: number;
旧版本信息:|类名:DataAbilityOperation;
方法or属性:expectedCount?: number;
新版本信息:?number|dataAbilityOperation.d.ts| |type有变化|类名:DataAbilityResult;
方法or属性:uri?: string;
旧版本信息:|类名:DataAbilityResult;
方法or属性:uri?: string;
新版本信息:?string|dataAbilityResult.d.ts| |type有变化|类名:DataAbilityResult;
方法or属性:count?: number;
旧版本信息:|类名:DataAbilityResult;
方法or属性:count?: number;
新版本信息:?number|dataAbilityResult.d.ts| |type有变化|类名:StartAbilityParameter;
方法or属性:want: Want;
旧版本信息:|类名:StartAbilityParameter;
方法or属性:want: Want;
新版本信息:Want|startAbilityParameter.d.ts| |type有变化|类名:StartAbilityParameter;
方法or属性:abilityStartSetting?: { [key: string]: any };
旧版本信息:|类名:StartAbilityParameter;
方法or属性:abilityStartSetting?: { [key: string]: any };
新版本信息:?object|startAbilityParameter.d.ts| |type有变化|类名:Want;
方法or属性:deviceId?: string;
旧版本信息:|类名:Want;
方法or属性:deviceId?: string;
新版本信息:?string|want.d.ts| |type有变化|类名:Want;
方法or属性:bundleName?: string;
旧版本信息:|类名:Want;
方法or属性:bundleName?: string;
新版本信息:?string|want.d.ts| |type有变化|类名:Want;
方法or属性:abilityName?: string;
旧版本信息:|类名:Want;
方法or属性:abilityName?: string;
新版本信息:?string|want.d.ts| |type有变化|类名:Want;
方法or属性:uri?: string;
旧版本信息:|类名:Want;
方法or属性:uri?: string;
新版本信息:?string|want.d.ts| |type有变化|类名:Want;
方法or属性:type?: string;
旧版本信息:|类名:Want;
方法or属性:type?: string;
新版本信息:?string|want.d.ts| |type有变化|类名:Want;
方法or属性:flags?: number;
旧版本信息:|类名:Want;
方法or属性:flags?: number;
新版本信息:?number|want.d.ts| |type有变化|类名:Want;
方法or属性:action?: string;
旧版本信息:|类名:Want;
方法or属性:action?: string;
新版本信息:?string|want.d.ts| |type有变化|类名:Want;
方法or属性:parameters?: { [key: string]: any };
旧版本信息:|类名:Want;
方法or属性:parameters?: { [key: string]: any };
新版本信息:?object|want.d.ts| |type有变化|类名:Want;
方法or属性:entities?: Array\;
旧版本信息:|类名:Want;
方法or属性:entities?: Array\;
新版本信息:?Array\|want.d.ts| |type有变化|类名:AppVersionInfo;
方法or属性:readonly appName: string;
旧版本信息:|类名:AppVersionInfo;
方法or属性:readonly appName: string;
新版本信息:string|appVersionInfo.d.ts| |type有变化|类名:AppVersionInfo;
方法or属性:readonly versionCode: number;
旧版本信息:|类名:AppVersionInfo;
方法or属性:readonly versionCode: number;
新版本信息:number|appVersionInfo.d.ts| |type有变化|类名:AppVersionInfo;
方法or属性:readonly versionName: string;
旧版本信息:|类名:AppVersionInfo;
方法or属性:readonly versionName: string;
新版本信息:string|appVersionInfo.d.ts| |type有变化|类名:PermissionRequestResult;
方法or属性:requestCode: number;
旧版本信息:|类名:PermissionRequestResult;
方法or属性:requestCode: number;
新版本信息:number|context.d.ts| |type有变化|类名:PermissionRequestResult;
方法or属性:permissions: Array\;
旧版本信息:|类名:PermissionRequestResult;
方法or属性:permissions: Array\;
新版本信息:Array\|context.d.ts| |type有变化|类名:PermissionRequestResult;
方法or属性:authResults: Array\;
旧版本信息:|类名:PermissionRequestResult;
方法or属性:authResults: Array\;
新版本信息:Array\|context.d.ts| |type有变化|类名:PermissionOptions;
方法or属性:pid?: number;
旧版本信息:|类名:PermissionOptions;
方法or属性:pid?: number;
新版本信息:?number|context.d.ts| |type有变化|类名:PermissionOptions;
方法or属性:uid?: number;
旧版本信息:|类名:PermissionOptions;
方法or属性:uid?: number;
新版本信息:?number|context.d.ts| |type有变化|类名:ProcessInfo;
方法or属性:pid: number;
旧版本信息:|类名:ProcessInfo;
方法or属性:pid: number;
新版本信息:number|processInfo.d.ts| |type有变化|类名:ProcessInfo;
方法or属性:processName: string;
旧版本信息:|类名:ProcessInfo;
方法or属性:processName: string;
新版本信息:string|processInfo.d.ts| |type有变化|类名:AbilityDelegatorArgs;
方法or属性:bundleName: string;
旧版本信息:|类名:AbilityDelegatorArgs;
方法or属性:bundleName: string;
新版本信息:string|abilityDelegatorArgs.d.ts| |type有变化|类名:AbilityDelegatorArgs;
方法or属性:parameters: { [key: string]: string };
旧版本信息:|类名:AbilityDelegatorArgs;
方法or属性:parameters: { [key: string]: string };
新版本信息:object|abilityDelegatorArgs.d.ts| |type有变化|类名:AbilityDelegatorArgs;
方法or属性:testCaseNames: string;
旧版本信息:|类名:AbilityDelegatorArgs;
方法or属性:testCaseNames: string;
新版本信息:string|abilityDelegatorArgs.d.ts| |type有变化|类名:AbilityDelegatorArgs;
方法or属性:testRunnerClassName: string;
旧版本信息:|类名:AbilityDelegatorArgs;
方法or属性:testRunnerClassName: string;
新版本信息:string|abilityDelegatorArgs.d.ts| |type有变化|类名:AbilityMonitor;
方法or属性:abilityName: string;
旧版本信息:|类名:AbilityMonitor;
方法or属性:abilityName: string;
新版本信息:string|AbilityMonitor.d.ts| |type有变化|类名:AbilityMonitor;
方法or属性:moduleName?: string;
旧版本信息:|类名:AbilityMonitor;
方法or属性:moduleName?: string;
新版本信息:?string|AbilityMonitor.d.ts| |type有变化|类名:AbilityRunningInfo;
方法or属性:ability: ElementName;
旧版本信息:|类名:AbilityRunningInfo;
方法or属性:ability: ElementName;
新版本信息:ElementName|AbilityRunningInfo.d.ts| |type有变化|类名:AbilityRunningInfo;
方法or属性:pid: number;
旧版本信息:|类名:AbilityRunningInfo;
方法or属性:pid: number;
新版本信息:number|AbilityRunningInfo.d.ts| |type有变化|类名:AbilityRunningInfo;
方法or属性:uid: number;
旧版本信息:|类名:AbilityRunningInfo;
方法or属性:uid: number;
新版本信息:number|AbilityRunningInfo.d.ts| |type有变化|类名:AbilityRunningInfo;
方法or属性:processName: string;
旧版本信息:|类名:AbilityRunningInfo;
方法or属性:processName: string;
新版本信息:string|AbilityRunningInfo.d.ts| |type有变化|类名:AbilityRunningInfo;
方法or属性:startTime: number;
旧版本信息:|类名:AbilityRunningInfo;
方法or属性:startTime: number;
新版本信息:number|AbilityRunningInfo.d.ts| |type有变化|类名:AbilityRunningInfo;
方法or属性:abilityState: abilityManager.AbilityState;
旧版本信息:|类名:AbilityRunningInfo;
方法or属性:abilityState: abilityManager.AbilityState;
新版本信息:abilityManager.AbilityState|AbilityRunningInfo.d.ts| |type有变化|类名:AbilityStageContext;
方法or属性:currentHapModuleInfo: HapModuleInfo;
旧版本信息:|类名:AbilityStageContext;
方法or属性:currentHapModuleInfo: HapModuleInfo;
新版本信息:HapModuleInfo|AbilityStageContext.d.ts| |type有变化|类名:AbilityStageContext;
方法or属性:config: Configuration;
旧版本信息:|类名:AbilityStageContext;
方法or属性:config: Configuration;
新版本信息:Configuration|AbilityStageContext.d.ts| |type有变化|类名:AbilityStageMonitor;
方法or属性:moduleName: string;
旧版本信息:|类名:AbilityStageMonitor;
方法or属性:moduleName: string;
新版本信息:string|AbilityStageMonitor.d.ts| |type有变化|类名:AbilityStageMonitor;
方法or属性:srcEntrance: string;
旧版本信息:|类名:AbilityStageMonitor;
方法or属性:srcEntrance: string;
新版本信息:string|AbilityStageMonitor.d.ts| |type有变化|类名:AbilityStateData;
方法or属性:moduleName: string;
旧版本信息:|类名:AbilityStateData;
方法or属性:moduleName: string;
新版本信息:string|AbilityStateData.d.ts| |type有变化|类名:AbilityStateData;
方法or属性:bundleName: string;
旧版本信息:|类名:AbilityStateData;
方法or属性:bundleName: string;
新版本信息:string|AbilityStateData.d.ts| |type有变化|类名:AbilityStateData;
方法or属性:abilityName: string;
旧版本信息:|类名:AbilityStateData;
方法or属性:abilityName: string;
新版本信息:string|AbilityStateData.d.ts| |type有变化|类名:AbilityStateData;
方法or属性:pid: number;
旧版本信息:|类名:AbilityStateData;
方法or属性:pid: number;
新版本信息:number|AbilityStateData.d.ts| |type有变化|类名:AbilityStateData;
方法or属性:uid: number;
旧版本信息:|类名:AbilityStateData;
方法or属性:uid: number;
新版本信息:number|AbilityStateData.d.ts| |type有变化|类名:AbilityStateData;
方法or属性:state: number;
旧版本信息:|类名:AbilityStateData;
方法or属性:state: number;
新版本信息:number|AbilityStateData.d.ts| |type有变化|类名:AbilityStateData;
方法or属性:abilityType: number;
旧版本信息:|类名:AbilityStateData;
方法or属性:abilityType: number;
新版本信息:number|AbilityStateData.d.ts| |type有变化|类名:AppStateData;
方法or属性:bundleName: string;
旧版本信息:|类名:AppStateData;
方法or属性:bundleName: string;
新版本信息:string|AppStateData.d.ts| |type有变化|类名:AppStateData;
方法or属性:uid: number;
旧版本信息:|类名:AppStateData;
方法or属性:uid: number;
新版本信息:number|AppStateData.d.ts| |type有变化|类名:AppStateData;
方法or属性:state: number;
旧版本信息:|类名:AppStateData;
方法or属性:state: number;
新版本信息:number|AppStateData.d.ts| |type有变化|类名:BaseContext;
方法or属性:stageMode: boolean;
旧版本信息:|类名:BaseContext;
方法or属性:stageMode: boolean;
新版本信息:boolean|BaseContext.d.ts| |type有变化|类名:Context;
方法or属性:area: contextConstant.AreaMode;
旧版本信息:AreaMode|类名:Context;
方法or属性:area: contextConstant.AreaMode;
新版本信息:contextConstant.AreaMode|Context.d.ts| |type有变化|类名:ContinueDeviceInfo;
方法or属性:srcDeviceId: string;
旧版本信息:|类名:ContinueDeviceInfo;
方法or属性:srcDeviceId: string;
新版本信息:string|ContinueDeviceInfo.d.ts| |type有变化|类名:ContinueDeviceInfo;
方法or属性:dstDeviceId: string;
旧版本信息:|类名:ContinueDeviceInfo;
方法or属性:dstDeviceId: string;
新版本信息:string|ContinueDeviceInfo.d.ts| |type有变化|类名:ContinueDeviceInfo;
方法or属性:missionId: number;
旧版本信息:|类名:ContinueDeviceInfo;
方法or属性:missionId: number;
新版本信息:number|ContinueDeviceInfo.d.ts| |type有变化|类名:ContinueDeviceInfo;
方法or属性:wantParam: { [key: string]: any };
旧版本信息:|类名:ContinueDeviceInfo;
方法or属性:wantParam: { [key: string]: any };
新版本信息:object|ContinueDeviceInfo.d.ts| |type有变化|类名:ExtensionContext;
方法or属性:currentHapModuleInfo: HapModuleInfo;
旧版本信息:|类名:ExtensionContext;
方法or属性:currentHapModuleInfo: HapModuleInfo;
新版本信息:HapModuleInfo|ExtensionContext.d.ts| |type有变化|类名:ExtensionContext;
方法or属性:config: Configuration;
旧版本信息:|类名:ExtensionContext;
方法or属性:config: Configuration;
新版本信息:Configuration|ExtensionContext.d.ts| |type有变化|类名:ExtensionContext;
方法or属性:extensionAbilityInfo: ExtensionAbilityInfo;
旧版本信息:|类名:ExtensionContext;
方法or属性:extensionAbilityInfo: ExtensionAbilityInfo;
新版本信息:ExtensionAbilityInfo|ExtensionContext.d.ts| |type有变化|类名:ExtensionRunningInfo;
方法or属性:extension: ElementName;
旧版本信息:|类名:ExtensionRunningInfo;
方法or属性:extension: ElementName;
新版本信息:ElementName|ExtensionRunningInfo.d.ts| |type有变化|类名:ExtensionRunningInfo;
方法or属性:pid: number;
旧版本信息:|类名:ExtensionRunningInfo;
方法or属性:pid: number;
新版本信息:number|ExtensionRunningInfo.d.ts| |type有变化|类名:ExtensionRunningInfo;
方法or属性:uid: number;
旧版本信息:|类名:ExtensionRunningInfo;
方法or属性:uid: number;
新版本信息:number|ExtensionRunningInfo.d.ts| |type有变化|类名:ExtensionRunningInfo;
方法or属性:processName: string;
旧版本信息:|类名:ExtensionRunningInfo;
方法or属性:processName: string;
新版本信息:string|ExtensionRunningInfo.d.ts| |type有变化|类名:ExtensionRunningInfo;
方法or属性:startTime: number;
旧版本信息:|类名:ExtensionRunningInfo;
方法or属性:startTime: number;
新版本信息:number|ExtensionRunningInfo.d.ts| |type有变化|类名:ExtensionRunningInfo;
方法or属性:clientPackage: Array\;
旧版本信息:|类名:ExtensionRunningInfo;
方法or属性:clientPackage: Array\;
新版本信息:Array\|ExtensionRunningInfo.d.ts| |type有变化|类名:ExtensionRunningInfo;
方法or属性:type: bundle.ExtensionAbilityType;
旧版本信息:|类名:ExtensionRunningInfo;
方法or属性:type: bundle.ExtensionAbilityType;
新版本信息:bundle.ExtensionAbilityType|ExtensionRunningInfo.d.ts| |type有变化|类名:MissionDeviceInfo;
方法or属性:deviceId: string;
旧版本信息:|类名:MissionDeviceInfo;
方法or属性:deviceId: string;
新版本信息:string|MissionDeviceInfo.d.ts| |type有变化|类名:MissionInfo;
方法or属性:missionId: number;
旧版本信息:|类名:MissionInfo;
方法or属性:missionId: number;
新版本信息:number|MissionInfo.d.ts| |type有变化|类名:MissionInfo;
方法or属性:runningState: number;
旧版本信息:|类名:MissionInfo;
方法or属性:runningState: number;
新版本信息:number|MissionInfo.d.ts| |type有变化|类名:MissionInfo;
方法or属性:lockedState: boolean;
旧版本信息:|类名:MissionInfo;
方法or属性:lockedState: boolean;
新版本信息:boolean|MissionInfo.d.ts| |type有变化|类名:MissionInfo;
方法or属性:timestamp: string;
旧版本信息:|类名:MissionInfo;
方法or属性:timestamp: string;
新版本信息:string|MissionInfo.d.ts| |type有变化|类名:MissionInfo;
方法or属性:want: Want;
旧版本信息:|类名:MissionInfo;
方法or属性:want: Want;
新版本信息:Want|MissionInfo.d.ts| |type有变化|类名:MissionInfo;
方法or属性:label: string;
旧版本信息:|类名:MissionInfo;
方法or属性:label: string;
新版本信息:string|MissionInfo.d.ts| |type有变化|类名:MissionInfo;
方法or属性:iconPath: string;
旧版本信息:|类名:MissionInfo;
方法or属性:iconPath: string;
新版本信息:string|MissionInfo.d.ts| |type有变化|类名:MissionInfo;
方法or属性:continuable: boolean;
旧版本信息:|类名:MissionInfo;
方法or属性:continuable: boolean;
新版本信息:boolean|MissionInfo.d.ts| |type有变化|类名:MissionParameter;
方法or属性:deviceId: string;
旧版本信息:|类名:MissionParameter;
方法or属性:deviceId: string;
新版本信息:string|MissionParameter.d.ts| |type有变化|类名:MissionParameter;
方法or属性:fixConflict: boolean;
旧版本信息:|类名:MissionParameter;
方法or属性:fixConflict: boolean;
新版本信息:boolean|MissionParameter.d.ts| |type有变化|类名:MissionParameter;
方法or属性:tag: number;
旧版本信息:|类名:MissionParameter;
方法or属性:tag: number;
新版本信息:number|MissionParameter.d.ts| |type有变化|类名:MissionSnapshot;
方法or属性:ability: ElementName;
旧版本信息:|类名:MissionSnapshot;
方法or属性:ability: ElementName;
新版本信息:ElementName|MissionSnapshot.d.ts| |type有变化|类名:MissionSnapshot;
方法or属性:snapshot: image.PixelMap;
旧版本信息:|类名:MissionSnapshot;
方法or属性:snapshot: image.PixelMap;
新版本信息:image.PixelMap|MissionSnapshot.d.ts| |type有变化|类名:ProcessData;
方法or属性:bundleName: string;
旧版本信息:|类名:ProcessData;
方法or属性:bundleName: string;
新版本信息:string|ProcessData.d.ts| |type有变化|类名:ProcessData;
方法or属性:pid: number;
旧版本信息:|类名:ProcessData;
方法or属性:pid: number;
新版本信息:number|ProcessData.d.ts| |type有变化|类名:ProcessData;
方法or属性:uid: number;
旧版本信息:|类名:ProcessData;
方法or属性:uid: number;
新版本信息:number|ProcessData.d.ts| |type有变化|类名:ProcessData;
方法or属性:state: number;
旧版本信息:|类名:ProcessData;
方法or属性:state: number;
新版本信息:number|ProcessData.d.ts| |type有变化|类名:ProcessData;
方法or属性:isContinuousTask: boolean;
旧版本信息:|类名:ProcessData;
方法or属性:isContinuousTask: boolean;
新版本信息:boolean|ProcessData.d.ts| |type有变化|类名:ProcessData;
方法or属性:isKeepAlive: boolean;
旧版本信息:|类名:ProcessData;
方法or属性:isKeepAlive: boolean;
新版本信息:boolean|ProcessData.d.ts| |type有变化|类名:ProcessInformation;
方法or属性:pid: number;
旧版本信息:|类名:ProcessInformation;
方法or属性:pid: number;
新版本信息:number|ProcessInformation.d.ts| |type有变化|类名:ProcessInformation;
方法or属性:uid: number;
旧版本信息:|类名:ProcessInformation;
方法or属性:uid: number;
新版本信息:number|ProcessInformation.d.ts| |type有变化|类名:ProcessInformation;
方法or属性:processName: string;
旧版本信息:|类名:ProcessInformation;
方法or属性:processName: string;
新版本信息:string|ProcessInformation.d.ts| |type有变化|类名:ProcessInformation;
方法or属性:bundleNames: Array\;
旧版本信息:|类名:ProcessInformation;
方法or属性:bundleNames: Array\;
新版本信息:Array\|ProcessInformation.d.ts| |type有变化|类名:ProcessRunningInfo;
方法or属性:pid: number;
旧版本信息:|类名:ProcessRunningInfo;
方法or属性:pid: number;
新版本信息:number|ProcessRunningInfo.d.ts| |type有变化|类名:ProcessRunningInfo;
方法or属性:uid: number;
旧版本信息:|类名:ProcessRunningInfo;
方法or属性:uid: number;
新版本信息:number|ProcessRunningInfo.d.ts| |type有变化|类名:ProcessRunningInfo;
方法or属性:processName: string;
旧版本信息:|类名:ProcessRunningInfo;
方法or属性:processName: string;
新版本信息:string|ProcessRunningInfo.d.ts| |type有变化|类名:ProcessRunningInfo;
方法or属性:bundleNames: Array\;
旧版本信息:|类名:ProcessRunningInfo;
方法or属性:bundleNames: Array\;
新版本信息:Array\|ProcessRunningInfo.d.ts| |type有变化|类名:ShellCmdResult;
方法or属性:stdResult: string;
旧版本信息:|类名:ShellCmdResult;
方法or属性:stdResult: string;
新版本信息:string|shellCmdResult.d.ts| |type有变化|类名:ShellCmdResult;
方法or属性:exitCode: number;
旧版本信息:|类名:ShellCmdResult;
方法or属性:exitCode: number;
新版本信息:number|shellCmdResult.d.ts| |type有变化|类名:ContinuationExtraParams;
方法or属性:deviceType?: Array\;
旧版本信息:|类名:ContinuationExtraParams;
方法or属性:deviceType?: Array\;
新版本信息:?Array\|continuationExtraParams.d.ts| |type有变化|类名:ContinuationExtraParams;
方法or属性:targetBundle?: string;
旧版本信息:|类名:ContinuationExtraParams;
方法or属性:targetBundle?: string;
新版本信息:?string|continuationExtraParams.d.ts| |type有变化|类名:ContinuationExtraParams;
方法or属性:description?: string;
旧版本信息:|类名:ContinuationExtraParams;
方法or属性:description?: string;
新版本信息:?string|continuationExtraParams.d.ts| |type有变化|类名:ContinuationExtraParams;
方法or属性:filter?: any;
旧版本信息:|类名:ContinuationExtraParams;
方法or属性:filter?: any;
新版本信息:?any|continuationExtraParams.d.ts| |type有变化|类名:ContinuationExtraParams;
方法or属性:continuationMode?: continuationManager.ContinuationMode;
旧版本信息:|类名:ContinuationExtraParams;
方法or属性:continuationMode?: continuationManager.ContinuationMode;
新版本信息:?continuationManager.ContinuationMode|continuationExtraParams.d.ts| |type有变化|类名:ContinuationExtraParams;
方法or属性:authInfo?: { [key: string]: any };
旧版本信息:|类名:ContinuationExtraParams;
方法or属性:authInfo?: { [key: string]: any };
新版本信息:?object|continuationExtraParams.d.ts| |type有变化|类名:ContinuationResult;
方法or属性:id: string;
旧版本信息:|类名:ContinuationResult;
方法or属性:id: string;
新版本信息:string|continuationResult.d.ts| |type有变化|类名:ContinuationResult;
方法or属性:type: string;
旧版本信息:|类名:ContinuationResult;
方法or属性:type: string;
新版本信息:string|continuationResult.d.ts| |type有变化|类名:ContinuationResult;
方法or属性:name: string;
旧版本信息:|类名:ContinuationResult;
方法or属性:name: string;
新版本信息:string|continuationResult.d.ts| |type有变化|类名:TriggerInfo;
方法or属性:code: number;
旧版本信息:|类名:TriggerInfo;
方法or属性:code: number;
新版本信息:number|triggerInfo.d.ts| |type有变化|类名:TriggerInfo;
方法or属性:want?: Want;
旧版本信息:|类名:TriggerInfo;
方法or属性:want?: Want;
新版本信息:?Want|triggerInfo.d.ts| |type有变化|类名:TriggerInfo;
方法or属性:permission?: string;
旧版本信息:|类名:TriggerInfo;
方法or属性:permission?: string;
新版本信息:?string|triggerInfo.d.ts| |type有变化|类名:TriggerInfo;
方法or属性:extraInfo?: { [key: string]: any };
旧版本信息:|类名:TriggerInfo;
方法or属性:extraInfo?: { [key: string]: any };
新版本信息:?object|triggerInfo.d.ts| |type有变化|类名:WantAgentInfo;
方法or属性:wants: Array\;
旧版本信息:|类名:WantAgentInfo;
方法or属性:wants: Array\;
新版本信息:Array\|wantAgentInfo.d.ts| |type有变化|类名:WantAgentInfo;
方法or属性:operationType: wantAgent.OperationType;
旧版本信息:|类名:WantAgentInfo;
方法or属性:operationType: wantAgent.OperationType;
新版本信息:wantAgent.OperationType|wantAgentInfo.d.ts| |type有变化|类名:WantAgentInfo;
方法or属性:requestCode: number;
旧版本信息:|类名:WantAgentInfo;
方法or属性:requestCode: number;
新版本信息:number|wantAgentInfo.d.ts| |type有变化|类名:WantAgentInfo;
方法or属性:wantAgentFlags?: Array\;
旧版本信息:|类名:WantAgentInfo;
方法or属性:wantAgentFlags?: Array\;
新版本信息:?Array\|wantAgentInfo.d.ts| |type有变化|类名:WantAgentInfo;
方法or属性:extraInfo?: { [key: string]: any };
旧版本信息:|类名:WantAgentInfo;
方法or属性:extraInfo?: { [key: string]: any };
新版本信息:?object|wantAgentInfo.d.ts|