| 操作 | 旧版本 | 新版本 | d.ts文件 |
| ---- | ------ | ------ | -------- |
|新增|NA|类名:FormProviderFilter;
方法or属性:bundleName: string;|@ohos.app.form.formInfo.d.ts|
|新增|NA|类名:FormProviderFilter;
方法or属性:moduleName?: string;|@ohos.app.form.formInfo.d.ts|
|新增|NA|类名:LaunchReason;
方法or属性:SHARE = 5|@ohos.app.ability.AbilityConstant.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 acquireShareData(missionId: number, callback: AsyncCallback\<{ [key: string]: Object }>): void;|@ohos.app.ability.abilityManager.d.ts|
|新增|NA|类名:abilityManager;
方法or属性:function acquireShareData(missionId: number): Promise\<{ [key: string]: Object }>;|@ohos.app.ability.abilityManager.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 isSharedBundleRunning(bundleName: string, versionCode: number): Promise\;|@ohos.app.ability.appManager.d.ts|
|新增|NA|类名:appManager;
方法or属性:function isSharedBundleRunning(bundleName: string, versionCode: number, callback: AsyncCallback\): void;|@ohos.app.ability.appManager.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|类名:appManager;
方法or属性:export type ProcessData = _ProcessData.default;|@ohos.app.ability.appManager.d.ts|
|新增|NA|类名:appRecovery;
方法or属性:function setRestartWant(want: Want): void;|@ohos.app.ability.appRecovery.d.ts|
|新增|NA|类名:appRecovery;
方法or属性:function saveAppState(context?: UIAbilityContext): boolean;|@ohos.app.ability.appRecovery.d.ts|
|新增|NA|类名:common;
方法or属性:export type UIExtensionContext = _UIExtensionContext.default;|@ohos.app.ability.common.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|类名:quickFixManager;
方法or属性:function revokeQuickFix(bundleName: string, callback: AsyncCallback\): void;|@ohos.app.ability.quickFixManager.d.ts|
|新增|NA|类名:quickFixManager;
方法or属性:function revokeQuickFix(bundleName: string): Promise\;|@ohos.app.ability.quickFixManager.d.ts|
|新增|NA|类名:Caller;
方法or属性:onRemoteStateChange(callback: OnRemoteStateChangeCallback): void;|@ohos.app.ability.UIAbility.d.ts|
|新增|NA|类名:UIAbility;
方法or属性:onShare(wantParam: { [key: string]: Object }): void;|@ohos.app.ability.UIAbility.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属性:startAbility(want: Want, callback: AsyncCallback\): void;|@ohos.app.ability.UIExtensionContentSession.d.ts|
|新增|NA|类名:UIExtensionContentSession;
方法or属性:startAbility(want: Want, options: StartOptions, callback: AsyncCallback\): void;|@ohos.app.ability.UIExtensionContentSession.d.ts|
|新增|NA|类名:UIExtensionContentSession;
方法or属性:startAbility(want: Want, options?: StartOptions): Promise\;|@ohos.app.ability.UIExtensionContentSession.d.ts|
|新增|NA|类名:UIExtensionContentSession;
方法or属性:startAbilityForResult(want: Want, callback: AsyncCallback\): void;|@ohos.app.ability.UIExtensionContentSession.d.ts|
|新增|NA|类名:UIExtensionContentSession;
方法or属性:startAbilityForResult(want: Want, options: StartOptions, callback: AsyncCallback\): void;|@ohos.app.ability.UIExtensionContentSession.d.ts|
|新增|NA|类名:UIExtensionContentSession;
方法or属性:startAbilityForResult(want: Want, options?: StartOptions): Promise\;|@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属性:ABILITY_RECOVERY_RESTART = 'ohos.ability.params.abilityRecoveryRestart'|@ohos.app.ability.wantConstant.d.ts|
|新增|NA|类名:Params;
方法or属性:CONTENT_TITLE_KEY = 'ohos.extra.param.key.contentTitle'|@ohos.app.ability.wantConstant.d.ts|
|新增|NA|类名:Params;
方法or属性:SHARE_ABSTRACT_KEY = 'ohos.extra.param.key.shareAbstract'|@ohos.app.ability.wantConstant.d.ts|
|新增|NA|类名:Params;
方法or属性:SHARE_URL_KEY = 'ohos.extra.param.key.shareUrl'|@ohos.app.ability.wantConstant.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|类名:Flags;
方法or属性:FLAG_AUTH_PERSISTABLE_URI_PERMISSION = 0x00000040|@ohos.app.ability.wantConstant.d.ts|
|新增|NA|类名:businessAbilityRouter;
方法or属性:function queryBusinessAbilityInfo(
filter: BusinessAbilityFilter,
callback: AsyncCallback\>
): void;|@ohos.app.businessAbilityRouter.d.ts|
|新增|NA|类名:businessAbilityRouter;
方法or属性:function queryBusinessAbilityInfo(filter: BusinessAbilityFilter): Promise\>;|@ohos.app.businessAbilityRouter.d.ts|
|新增|NA|类名:businessAbilityRouter;
方法or属性:export type BusinessAbilityInfo = _BusinessAbilityInfo.BusinessAbilityInfo;|@ohos.app.businessAbilityRouter.d.ts|
|新增|NA|类名:BusinessType;
方法or属性:SHARE = 0|@ohos.app.businessAbilityRouter.d.ts|
|新增|NA|类名:BusinessType;
方法or属性:UNSPECIFIED = 255|@ohos.app.businessAbilityRouter.d.ts|
|新增|NA|类名:BusinessAbilityFilter;
方法or属性:businessType: BusinessType;|@ohos.app.businessAbilityRouter.d.ts|
|新增|NA|类名:BusinessAbilityFilter;
方法or属性:mimeType?: string;|@ohos.app.businessAbilityRouter.d.ts|
|新增|NA|类名:BusinessAbilityFilter;
方法or属性:uri?: string;|@ohos.app.businessAbilityRouter.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|类名:FormExtensionAbility;
方法or属性:onAcquireFormData?(formId: string): { [key: string]: Object };|@ohos.app.form.FormExtensionAbility.d.ts|
|新增|NA|类名:formHost;
方法or属性:function acquireFormData(formId: string, callback: AsyncCallback\<{ [key: string]: Object }>): void;|@ohos.app.form.formHost.d.ts|
|新增|NA|类名:formHost;
方法or属性:function acquireFormData(formId: string): Promise\<{ [key: string]: Object }>;|@ohos.app.form.formHost.d.ts|
|新增|NA|类名:FormInfo;
方法or属性:descriptionId: number;|@ohos.app.form.formInfo.d.ts|
|新增|NA|类名:FormInfo;
方法or属性:isDynamic: boolean;|@ohos.app.form.formInfo.d.ts|
|新增|NA|类名:FormParam;
方法or属性:LAUNCH_REASON_KEY = 'ohos.extra.param.key.form_launch_reason'|@ohos.app.form.formInfo.d.ts|
|新增|NA|类名:FormParam;
方法or属性:PARAM_FORM_CUSTOMIZE_KEY = 'ohos.extra.param.key.form_customize'|@ohos.app.form.formInfo.d.ts|
|新增|NA|类名:VisibilityType;
方法or属性:UNKNOWN = 0|@ohos.app.form.formInfo.d.ts|
|新增|NA|类名:LaunchReason;
方法or属性:FORM_DEFAULT = 1|@ohos.app.form.formInfo.d.ts|
|新增|NA|类名:LaunchReason;
方法or属性:FORM_SHARE|@ohos.app.form.formInfo.d.ts|
|新增|NA|类名:FormProviderFilter;
方法or属性:formName?: string;|@ohos.app.form.formInfo.d.ts|
|新增|NA|类名:FormProviderFilter;
方法or属性:abilityName?: string;|@ohos.app.form.formInfo.d.ts|
|新增|NA|类名:RunningFormInfo;
方法or属性:readonly formId: string;|@ohos.app.form.formInfo.d.ts|
|新增|NA|类名:RunningFormInfo;
方法or属性:readonly bundleName: string;|@ohos.app.form.formInfo.d.ts|
|新增|NA|类名:RunningFormInfo;
方法or属性:readonly hostBundleName: string;|@ohos.app.form.formInfo.d.ts|
|新增|NA|类名:RunningFormInfo;
方法or属性:readonly visibilityType: VisibilityType;|@ohos.app.form.formInfo.d.ts|
|新增|NA|类名:RunningFormInfo;
方法or属性:readonly moduleName: string;|@ohos.app.form.formInfo.d.ts|
|新增|NA|类名:RunningFormInfo;
方法or属性:readonly abilityName: string;|@ohos.app.form.formInfo.d.ts|
|新增|NA|类名:RunningFormInfo;
方法or属性:readonly formName: string;|@ohos.app.form.formInfo.d.ts|
|新增|NA|类名:RunningFormInfo;
方法or属性:readonly dimension: number;|@ohos.app.form.formInfo.d.ts|
|新增|NA|类名:formObserver;
方法or属性:function on(type: 'formAdd', observerCallback: Callback\): void;|@ohos.app.form.formObserver.d.ts|
|新增|NA|类名:formObserver;
方法or属性:function on(type: 'formAdd', hostBundleName: string, observerCallback: Callback\): void;|@ohos.app.form.formObserver.d.ts|
|新增|NA|类名:formObserver;
方法or属性:function on(type: 'formRemove', observerCallback: Callback\): void;|@ohos.app.form.formObserver.d.ts|
|新增|NA|类名:formObserver;
方法or属性:function on(type: 'formRemove', hostBundleName: string, observerCallback: Callback\): void;|@ohos.app.form.formObserver.d.ts|
|新增|NA|类名:formObserver;
方法or属性:function on(type: 'notifyVisible', observerCallback: Callback\>): void;|@ohos.app.form.formObserver.d.ts|
|新增|NA|类名:formObserver;
方法or属性:function on(
type: 'notifyVisible',
hostBundleName: string,
observerCallback: Callback\>
): void;|@ohos.app.form.formObserver.d.ts|
|新增|NA|类名:formObserver;
方法or属性:function on(type: 'notifyInvisible', observerCallback: Callback\>): void;|@ohos.app.form.formObserver.d.ts|
|新增|NA|类名:formObserver;
方法or属性:function on(
type: 'notifyInvisible',
hostBundleName: string,
observerCallback: Callback\>,
): void;|@ohos.app.form.formObserver.d.ts|
|新增|NA|类名:formObserver;
方法or属性:function off(type: 'formAdd', hostBundleName?: string, observerCallback?: Callback\): void;|@ohos.app.form.formObserver.d.ts|
|新增|NA|类名:formObserver;
方法or属性:function off(type: 'formRemove', hostBundleName?: string, observerCallback?: Callback\): void;|@ohos.app.form.formObserver.d.ts|
|新增|NA|类名:formObserver;
方法or属性:function off(
type: 'notifyVisible',
hostBundleName?: string,
observerCallback?: Callback\>
): void;|@ohos.app.form.formObserver.d.ts|
|新增|NA|类名:formObserver;
方法or属性:function off(
type: 'notifyInvisible',
hostBundleName?: string,
observerCallback?: Callback\>
): void;|@ohos.app.form.formObserver.d.ts|
|新增|NA|类名:formObserver;
方法or属性:function getRunningFormInfos(callback: AsyncCallback\>, hostBundleName?: string): void;|@ohos.app.form.formObserver.d.ts|
|新增|NA|类名:formObserver;
方法or属性:function getRunningFormInfos(hostBundleName?: string): Promise\>;|@ohos.app.form.formObserver.d.ts|
|新增|NA|类名:formObserver;
方法or属性:function getRunningFormInfosByFilter(
formProviderFilter: formInfo.FormProviderFilter
): Promise\>;|@ohos.app.form.formObserver.d.ts|
|新增|NA|类名:formObserver;
方法or属性:function getRunningFormInfosByFilter(
formProviderFilter: formInfo.FormProviderFilter,
callback: AsyncCallback\>
): void;|@ohos.app.form.formObserver.d.ts|
|新增|NA|类名:formObserver;
方法or属性:function getRunningFormInfoById(formId: string): Promise\;|@ohos.app.form.formObserver.d.ts|
|新增|NA|类名:formObserver;
方法or属性:function getRunningFormInfoById(formId: string, callback: AsyncCallback\): void;|@ohos.app.form.formObserver.d.ts|
|新增|NA|类名:StaticSubscriberExtensionAbility;
方法or属性:context: StaticSubscriberExtensionContext;|@ohos.application.StaticSubscriberExtensionAbility.d.ts|
|新增|NA|类名:StaticSubscriberExtensionContext;
方法or属性:startAbility(want: Want, callback: AsyncCallback\): void;|@ohos.application.StaticSubscriberExtensionContext.d.ts|
|新增|NA|类名:StaticSubscriberExtensionContext;
方法or属性:startAbility(want: Want): Promise\;|@ohos.application.StaticSubscriberExtensionContext.d.ts|
|新增|NA|类名:uriPermissionManager;
方法or属性:function grantUriPermission(
uri: string,
flag: wantConstant.Flags,
targetBundleName: string,
callback: AsyncCallback\
): void;|@ohos.application.uriPermissionManager.d.ts|
|新增|NA|类名:uriPermissionManager;
方法or属性:function grantUriPermission(uri: string, flag: wantConstant.Flags, targetBundleName: string): Promise\;|@ohos.application.uriPermissionManager.d.ts|
|新增|NA|类名:uriPermissionManager;
方法or属性:function revokeUriPermission(uri: string, targetBundleName: string, callback: AsyncCallback\): void;|@ohos.application.uriPermissionManager.d.ts|
|新增|NA|类名:uriPermissionManager;
方法or属性:function revokeUriPermission(uri: string, targetBundleName: string): Promise\;|@ohos.application.uriPermissionManager.d.ts|
|新增|NA|类名:continuationManager;
方法or属性:export type ContinuationResult = _ContinuationResult;|@ohos.continuation.continuationManager.d.ts|
|新增|NA|类名:continuationManager;
方法or属性:export type ContinuationExtraParams = _ContinuationExtraParams;|@ohos.continuation.continuationManager.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|类名:distributedMissionManager;
方法or属性:export type ContinueCallback = _ContinueCallback;|@ohos.distributedMissionManager.d.ts|
|新增|NA|类名:distributedMissionManager;
方法or属性:export type ContinueDeviceInfo = _ContinueDeviceInfo;|@ohos.distributedMissionManager.d.ts|
|新增|NA|类名:distributedMissionManager;
方法or属性:export type MissionCallback = _MissionCallback;|@ohos.distributedMissionManager.d.ts|
|新增|NA|类名:distributedMissionManager;
方法or属性:export type MissionDeviceInfo = _MissionDeviceInfo;|@ohos.distributedMissionManager.d.ts|
|新增|NA|类名:distributedMissionManager;
方法or属性:export type MissionParameter = _MissionParameter;|@ohos.distributedMissionManager.d.ts|
|新增|NA|类名:ContinueState;
方法or属性:ACTIVE = 0|@ohos.distributedMissionManager.d.ts|
|新增|NA|类名:ContinueState;
方法or属性:INACTIVE = 1|@ohos.distributedMissionManager.d.ts|
|新增|NA|类名:AbilityDelegator;
方法or属性:addAbilityMonitorSync(monitor: AbilityMonitor): void;|AbilityDelegator.d.ts|
|新增|NA|类名:AbilityDelegator;
方法or属性:addAbilityStageMonitorSync(monitor: AbilityStageMonitor): void;|AbilityDelegator.d.ts|
|新增|NA|类名:AbilityDelegator;
方法or属性:removeAbilityMonitorSync(monitor: AbilityMonitor): void;|AbilityDelegator.d.ts|
|新增|NA|类名:AbilityDelegator;
方法or属性:removeAbilityStageMonitorSync(monitor: AbilityStageMonitor): void;|AbilityDelegator.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|类名:ErrorObserver;
方法or属性:onException?(errObject: Error): void;|ErrorObserver.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|类名:ServiceExtensionContext;
方法or属性:startAbilityByCallWithAccount(want: Want, accountId: number): 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属性:startAbilityByCallWithAccount(want: Want, accountId: number): 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|
|新增|NA|类名:UIExtensionContext;
方法or属性:connectServiceExtensionAbility(want: Want, options: ConnectOptions): number;|UIExtensionContext.d.ts|
|新增|NA|类名:UIExtensionContext;
方法or属性:disconnectServiceExtensionAbility(connection: number, callback: AsyncCallback\): void;|UIExtensionContext.d.ts|
|新增|NA|类名:UIExtensionContext;
方法or属性:disconnectServiceExtensionAbility(connection: number): 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|
|新增(错误码)|类名:dataUriUtils;
方法or属性:function getId(uri: string): number;
旧版本信息:|类名:dataUriUtils;
方法or属性:function getId(uri: string): number;
新版本信息:401|@ohos.app.ability.dataUriUtils.d.ts|
|新增(错误码)|类名:dataUriUtils;
方法or属性:function attachId(uri: string, id: number): string;
旧版本信息:|类名:dataUriUtils;
方法or属性:function attachId(uri: string, id: number): string;
新版本信息:401|@ohos.app.ability.dataUriUtils.d.ts|
|新增(错误码)|类名:dataUriUtils;
方法or属性:function deleteId(uri: string): string;
旧版本信息:|类名:dataUriUtils;
方法or属性:function deleteId(uri: string): string;
新版本信息:401|@ohos.app.ability.dataUriUtils.d.ts|
|新增(错误码)|类名:dataUriUtils;
方法or属性:function updateId(uri: string, id: number): string;
旧版本信息:|类名:dataUriUtils;
方法or属性:function updateId(uri: string, id: number): string;
新版本信息:401|@ohos.app.ability.dataUriUtils.d.ts|
|新增(错误码)|类名:Caller;
方法or属性:release(): void;
旧版本信息:|类名:Caller;
方法or属性:release(): void;
新版本信息:16200001,16200002|@ohos.app.ability.UIAbility.d.ts|
|新增(错误码)|类名:wantAgent;
方法or属性:function getUid(agent: WantAgent): Promise\;
旧版本信息:|类名:wantAgent;
方法or属性:function getUid(agent: WantAgent): Promise\;
新版本信息:401,16000007,16000151|@ohos.app.ability.wantAgent.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|
|新增(错误码)|类名:AbilityDelegator;
方法or属性:getCurrentTopAbility(): Promise\;
旧版本信息:|类名:AbilityDelegator;
方法or属性:getCurrentTopAbility(): Promise\;
新版本信息:16000100|AbilityDelegator.d.ts|
|新增(错误码)|类名:Context;
方法or属性:getApplicationContext(): ApplicationContext;
旧版本信息:|类名:Context;
方法or属性:getApplicationContext(): ApplicationContext;
新版本信息:401|Context.d.ts|
|新增(错误码)|类名:FormExtensionContext;
方法or属性:startAbility(want: Want, callback: AsyncCallback\): void;
旧版本信息:|类名:FormExtensionContext;
方法or属性:startAbility(want: Want, callback: AsyncCallback\): void;
新版本信息:202,401,16500050,16500100,16500101,16501000|FormExtensionContext.d.ts|
|新增(错误码)|类名:FormExtensionContext;
方法or属性:startAbility(want: Want): Promise\;
旧版本信息:|类名:FormExtensionContext;
方法or属性:startAbility(want: Want): Promise\;
新版本信息:202,401,16500050,16500100,16500101,16501000|FormExtensionContext.d.ts|
|新增(错误码)|类名:UIAbilityContext;
方法or属性:isTerminating(): boolean;
旧版本信息:|类名:UIAbilityContext;
方法or属性:isTerminating(): boolean;
新版本信息:16000011|UIAbilityContext.d.ts|
|错误码有变化|类名:abilityManager;
方法or属性:function updateConfiguration(config: Configuration, callback: AsyncCallback\): void;
旧版本信息:401|类名:abilityManager;
方法or属性:function updateConfiguration(config: Configuration, callback: AsyncCallback\): void;
新版本信息:201,202,401,16000050|@ohos.app.ability.abilityManager.d.ts|
|错误码有变化|类名:abilityManager;
方法or属性:function updateConfiguration(config: Configuration): Promise\;
旧版本信息:401|类名:abilityManager;
方法or属性:function updateConfiguration(config: Configuration): Promise\;
新版本信息:201,202,401,16000050|@ohos.app.ability.abilityManager.d.ts|
|错误码有变化|类名:abilityManager;
方法or属性:function getAbilityRunningInfos(): Promise\>;
旧版本信息:401|类名:abilityManager;
方法or属性:function getAbilityRunningInfos(): Promise\>;
新版本信息:202,16000050|@ohos.app.ability.abilityManager.d.ts|
|错误码有变化|类名:abilityManager;
方法or属性:function getAbilityRunningInfos(callback: AsyncCallback\>): void;
旧版本信息:401|类名:abilityManager;
方法or属性:function getAbilityRunningInfos(callback: AsyncCallback\>): void;
新版本信息:202,401,16000050|@ohos.app.ability.abilityManager.d.ts|
|错误码有变化|类名:abilityManager;
方法or属性:function getExtensionRunningInfos(upperLimit: number): Promise\>;
旧版本信息:401|类名:abilityManager;
方法or属性:function getExtensionRunningInfos(upperLimit: number): Promise\>;
新版本信息:202,401,16000050|@ohos.app.ability.abilityManager.d.ts|
|错误码有变化|类名:abilityManager;
方法or属性:function getExtensionRunningInfos(upperLimit: number, callback: AsyncCallback\>): void;
旧版本信息:401|类名:abilityManager;
方法or属性:function getExtensionRunningInfos(upperLimit: number, callback: AsyncCallback\>): void;
新版本信息:202,401,16000050|@ohos.app.ability.abilityManager.d.ts|
|错误码有变化|类名:abilityManager;
方法or属性:function getTopAbility(): Promise\;
旧版本信息:401|类名:abilityManager;
方法or属性:function getTopAbility(): Promise\;
新版本信息:202,16000050|@ohos.app.ability.abilityManager.d.ts|
|错误码有变化|类名:abilityManager;
方法or属性:function getTopAbility(callback: AsyncCallback\): void;
旧版本信息:401|类名:abilityManager;
方法or属性:function getTopAbility(callback: AsyncCallback\): void;
新版本信息:202,401,16000050|@ohos.app.ability.abilityManager.d.ts|
|错误码有变化|类名:appManager;
方法or属性:function on(type: 'applicationState', observer: ApplicationStateObserver): number;
旧版本信息:401|类名:appManager;
方法or属性:function on(type: 'applicationState', observer: ApplicationStateObserver): number;
新版本信息:201,202,401,16000050|@ohos.app.ability.appManager.d.ts|
|错误码有变化|类名:appManager;
方法or属性:function on(type: 'applicationState', observer: ApplicationStateObserver, bundleNameList: Array\): number;
旧版本信息:401|类名:appManager;
方法or属性:function on(type: 'applicationState', observer: ApplicationStateObserver, bundleNameList: Array\): number;
新版本信息:201,202,401,16000050|@ohos.app.ability.appManager.d.ts|
|错误码有变化|类名:appManager;
方法or属性:function off(type: 'applicationState', observerId: number, callback: AsyncCallback\): void;
旧版本信息:401|类名:appManager;
方法or属性:function off(type: 'applicationState', observerId: number, callback: AsyncCallback\): void;
新版本信息:201,202,401,16000050|@ohos.app.ability.appManager.d.ts|
|错误码有变化|类名:appManager;
方法or属性:function off(type: 'applicationState', observerId: number): Promise\;
旧版本信息:401|类名:appManager;
方法or属性:function off(type: 'applicationState', observerId: number): Promise\;
新版本信息:201,202,401,16000050|@ohos.app.ability.appManager.d.ts|
|错误码有变化|类名:appManager;
方法or属性:function getForegroundApplications(callback: AsyncCallback\>): void;
旧版本信息:401|类名:appManager;
方法or属性:function getForegroundApplications(callback: AsyncCallback\>): void;
新版本信息:201,202,401,16000050|@ohos.app.ability.appManager.d.ts|
|错误码有变化|类名:appManager;
方法or属性:function getForegroundApplications(): Promise\>;
旧版本信息:401|类名:appManager;
方法or属性:function getForegroundApplications(): Promise\>;
新版本信息:201,202,16000050|@ohos.app.ability.appManager.d.ts|
|错误码有变化|类名:appManager;
方法or属性:function killProcessWithAccount(bundleName: string, accountId: number): Promise\;
旧版本信息:401|类名:appManager;
方法or属性:function killProcessWithAccount(bundleName: string, accountId: number): Promise\;
新版本信息:201,202,401,16000050|@ohos.app.ability.appManager.d.ts|
|错误码有变化|类名:appManager;
方法or属性:function killProcessWithAccount(bundleName: string, accountId: number, callback: AsyncCallback\): void;
旧版本信息:401|类名:appManager;
方法or属性:function killProcessWithAccount(bundleName: string, accountId: number, callback: AsyncCallback\): void;
新版本信息:201,202,401,16000050|@ohos.app.ability.appManager.d.ts|
|错误码有变化|类名:appManager;
方法or属性:function isRunningInStabilityTest(callback: AsyncCallback\): void;
旧版本信息:401|类名:appManager;
方法or属性:function isRunningInStabilityTest(callback: AsyncCallback\): void;
新版本信息:401,16000050|@ohos.app.ability.appManager.d.ts|
|错误码有变化|类名:appManager;
方法or属性:function isRunningInStabilityTest(): Promise\;
旧版本信息:401|类名:appManager;
方法or属性:function isRunningInStabilityTest(): Promise\;
新版本信息:16000050|@ohos.app.ability.appManager.d.ts|
|错误码有变化|类名:appManager;
方法or属性:function killProcessesByBundleName(bundleName: string): Promise\;
旧版本信息:401|类名:appManager;
方法or属性:function killProcessesByBundleName(bundleName: string): Promise\;
新版本信息:201,202,401,16000050|@ohos.app.ability.appManager.d.ts|
|错误码有变化|类名:appManager;
方法or属性:function killProcessesByBundleName(bundleName: string, callback: AsyncCallback\);
旧版本信息:401|类名:appManager;
方法or属性:function killProcessesByBundleName(bundleName: string, callback: AsyncCallback\);
新版本信息:201,202,401,16000050|@ohos.app.ability.appManager.d.ts|
|错误码有变化|类名:appManager;
方法or属性:function clearUpApplicationData(bundleName: string): Promise\;
旧版本信息:401|类名:appManager;
方法or属性:function clearUpApplicationData(bundleName: string): Promise\;
新版本信息:201,202,401,16000050|@ohos.app.ability.appManager.d.ts|
|错误码有变化|类名:appManager;
方法or属性:function clearUpApplicationData(bundleName: string, callback: AsyncCallback\);
旧版本信息:401|类名:appManager;
方法or属性:function clearUpApplicationData(bundleName: string, callback: AsyncCallback\);
新版本信息:201,202,401,16000050|@ohos.app.ability.appManager.d.ts|
|错误码有变化|类名:appManager;
方法or属性:function isRamConstrainedDevice(): Promise\;
旧版本信息:401|类名:appManager;
方法or属性:function isRamConstrainedDevice(): Promise\;
新版本信息:16000050|@ohos.app.ability.appManager.d.ts|
|错误码有变化|类名:appManager;
方法or属性:function isRamConstrainedDevice(callback: AsyncCallback\): void;
旧版本信息:401|类名:appManager;
方法or属性:function isRamConstrainedDevice(callback: AsyncCallback\): void;
新版本信息:401,16000050|@ohos.app.ability.appManager.d.ts|
|错误码有变化|类名:appManager;
方法or属性:function getAppMemorySize(): Promise\;
旧版本信息:401|类名:appManager;
方法or属性:function getAppMemorySize(): Promise\;
新版本信息:16000050|@ohos.app.ability.appManager.d.ts|
|错误码有变化|类名:appManager;
方法or属性:function getAppMemorySize(callback: AsyncCallback\): void;
旧版本信息:401|类名:appManager;
方法or属性:function getAppMemorySize(callback: AsyncCallback\): void;
新版本信息:401,16000050|@ohos.app.ability.appManager.d.ts|
|错误码有变化|类名:appManager;
方法or属性:function getRunningProcessInformation(): Promise\>;
旧版本信息:401|类名:appManager;
方法or属性:function getRunningProcessInformation(): Promise\>;
新版本信息:16000050|@ohos.app.ability.appManager.d.ts|
|错误码有变化|类名:appManager;
方法or属性:function getRunningProcessInformation(callback: AsyncCallback\>): void;
旧版本信息:401|类名:appManager;
方法or属性:function getRunningProcessInformation(callback: AsyncCallback\>): void;
新版本信息:401,16000050|@ohos.app.ability.appManager.d.ts|
|错误码有变化|类名:errorManager;
方法or属性:function on(type: 'error', observer: ErrorObserver): number;
旧版本信息:401|类名:errorManager;
方法or属性:function on(type: 'error', observer: ErrorObserver): number;
新版本信息:401,16000003|@ohos.app.ability.errorManager.d.ts|
|错误码有变化|类名:errorManager;
方法or属性:function off(type: 'error', observerId: number, callback: AsyncCallback\): void;
旧版本信息:401|类名:errorManager;
方法or属性:function off(type: 'error', observerId: number, callback: AsyncCallback\): void;
新版本信息:401,16000003|@ohos.app.ability.errorManager.d.ts|
|错误码有变化|类名:errorManager;
方法or属性:function off(type: 'error', observerId: number): Promise\;
旧版本信息:401|类名:errorManager;
方法or属性:function off(type: 'error', observerId: number): Promise\;
新版本信息:401,16000003|@ohos.app.ability.errorManager.d.ts|
|错误码有变化|类名:missionManager;
方法or属性:function on(type: 'mission', listener: MissionListener): number;
旧版本信息:401|类名:missionManager;
方法or属性:function on(type: 'mission', listener: MissionListener): number;
新版本信息:201,202,401|@ohos.app.ability.missionManager.d.ts|
|错误码有变化|类名:missionManager;
方法or属性:function off(type: 'mission', listenerId: number, callback: AsyncCallback\): void;
旧版本信息:401|类名:missionManager;
方法or属性:function off(type: 'mission', listenerId: number, callback: AsyncCallback\): void;
新版本信息:201,202,401,16300002|@ohos.app.ability.missionManager.d.ts|
|错误码有变化|类名:missionManager;
方法or属性:function off(type: 'mission', listenerId: number): Promise\;
旧版本信息:401|类名:missionManager;
方法or属性:function off(type: 'mission', listenerId: number): Promise\;
新版本信息:201,202,401,16300002|@ohos.app.ability.missionManager.d.ts|
|错误码有变化|类名:missionManager;
方法or属性:function getMissionInfo(deviceId: string, missionId: number, callback: AsyncCallback\): void;
旧版本信息:401|类名:missionManager;
方法or属性:function getMissionInfo(deviceId: string, missionId: number, callback: AsyncCallback\): void;
新版本信息:201,202,401|@ohos.app.ability.missionManager.d.ts|
|错误码有变化|类名:missionManager;
方法or属性:function getMissionInfo(deviceId: string, missionId: number): Promise\;
旧版本信息:401|类名:missionManager;
方法or属性:function getMissionInfo(deviceId: string, missionId: number): Promise\;
新版本信息:201,202,401|@ohos.app.ability.missionManager.d.ts|
|错误码有变化|类名:missionManager;
方法or属性:function getMissionInfos(deviceId: string, numMax: number, callback: AsyncCallback\>): void;
旧版本信息:401|类名:missionManager;
方法or属性:function getMissionInfos(deviceId: string, numMax: number, callback: AsyncCallback\>): void;
新版本信息:201,202,401|@ohos.app.ability.missionManager.d.ts|
|错误码有变化|类名:missionManager;
方法or属性:function getMissionInfos(deviceId: string, numMax: number): Promise\>;
旧版本信息:401|类名:missionManager;
方法or属性:function getMissionInfos(deviceId: string, numMax: number): Promise\>;
新版本信息:201,202,401|@ohos.app.ability.missionManager.d.ts|
|错误码有变化|类名:missionManager;
方法or属性:function getMissionSnapShot(deviceId: string, missionId: number, callback: AsyncCallback\): void;
旧版本信息:401|类名:missionManager;
方法or属性:function getMissionSnapShot(deviceId: string, missionId: number, callback: AsyncCallback\): void;
新版本信息:201,202,401|@ohos.app.ability.missionManager.d.ts|
|错误码有变化|类名:missionManager;
方法or属性:function getMissionSnapShot(deviceId: string, missionId: number): Promise\;
旧版本信息:401|类名:missionManager;
方法or属性:function getMissionSnapShot(deviceId: string, missionId: number): Promise\;
新版本信息:201,202,401|@ohos.app.ability.missionManager.d.ts|
|错误码有变化|类名:missionManager;
方法or属性:function getLowResolutionMissionSnapShot(
deviceId: string,
missionId: number,
callback: AsyncCallback\
): void;
旧版本信息:401|类名:missionManager;
方法or属性:function getLowResolutionMissionSnapShot(
deviceId: string,
missionId: number,
callback: AsyncCallback\
): void;
新版本信息:201,202,401|@ohos.app.ability.missionManager.d.ts|
|错误码有变化|类名:missionManager;
方法or属性:function getLowResolutionMissionSnapShot(deviceId: string, missionId: number): Promise\;
旧版本信息:401|类名:missionManager;
方法or属性:function getLowResolutionMissionSnapShot(deviceId: string, missionId: number): Promise\;
新版本信息:201,202,401|@ohos.app.ability.missionManager.d.ts|
|错误码有变化|类名:missionManager;
方法or属性:function lockMission(missionId: number, callback: AsyncCallback\): void;
旧版本信息:401|类名:missionManager;
方法or属性:function lockMission(missionId: number, callback: AsyncCallback\): void;
新版本信息:201,202,401,16300001|@ohos.app.ability.missionManager.d.ts|
|错误码有变化|类名:missionManager;
方法or属性:function lockMission(missionId: number): Promise\;
旧版本信息:401|类名:missionManager;
方法or属性:function lockMission(missionId: number): Promise\;
新版本信息:201,202,401,16300001|@ohos.app.ability.missionManager.d.ts|
|错误码有变化|类名:missionManager;
方法or属性:function unlockMission(missionId: number, callback: AsyncCallback\): void;
旧版本信息:401|类名:missionManager;
方法or属性:function unlockMission(missionId: number, callback: AsyncCallback\): void;
新版本信息:201,202,401,16300001|@ohos.app.ability.missionManager.d.ts|
|错误码有变化|类名:missionManager;
方法or属性:function unlockMission(missionId: number): Promise\;
旧版本信息:401|类名:missionManager;
方法or属性:function unlockMission(missionId: number): Promise\;
新版本信息:201,202,401,16300001|@ohos.app.ability.missionManager.d.ts|
|错误码有变化|类名:missionManager;
方法or属性:function clearMission(missionId: number, callback: AsyncCallback\): void;
旧版本信息:401|类名:missionManager;
方法or属性:function clearMission(missionId: number, callback: AsyncCallback\): void;
新版本信息:201,202,401|@ohos.app.ability.missionManager.d.ts|
|错误码有变化|类名:missionManager;
方法or属性:function clearMission(missionId: number): Promise\;
旧版本信息:401|类名:missionManager;
方法or属性:function clearMission(missionId: number): Promise\;
新版本信息:201,202,401|@ohos.app.ability.missionManager.d.ts|
|错误码有变化|类名:missionManager;
方法or属性:function clearAllMissions(callback: AsyncCallback\): void;
旧版本信息:401|类名:missionManager;
方法or属性:function clearAllMissions(callback: AsyncCallback\): void;
新版本信息:201,202,401|@ohos.app.ability.missionManager.d.ts|
|错误码有变化|类名:missionManager;
方法or属性:function clearAllMissions(): Promise\;
旧版本信息:401|类名:missionManager;
方法or属性:function clearAllMissions(): Promise\;
新版本信息:201,202|@ohos.app.ability.missionManager.d.ts|
|错误码有变化|类名:missionManager;
方法or属性:function moveMissionToFront(missionId: number, callback: AsyncCallback\): void;
旧版本信息:401|类名:missionManager;
方法or属性:function moveMissionToFront(missionId: number, callback: AsyncCallback\): void;
新版本信息:201,202,401,16000009|@ohos.app.ability.missionManager.d.ts|
|错误码有变化|类名:missionManager;
方法or属性:function moveMissionToFront(missionId: number, options: StartOptions, callback: AsyncCallback\): void;
旧版本信息:401|类名:missionManager;
方法or属性:function moveMissionToFront(missionId: number, options: StartOptions, callback: AsyncCallback\): void;
新版本信息:201,202,401,16000009|@ohos.app.ability.missionManager.d.ts|
|错误码有变化|类名:missionManager;
方法or属性:function moveMissionToFront(missionId: number, options?: StartOptions): Promise\;
旧版本信息:401|类名:missionManager;
方法or属性:function moveMissionToFront(missionId: number, options?: StartOptions): Promise\;
新版本信息:201,202,401,16000009|@ohos.app.ability.missionManager.d.ts|
|错误码有变化|类名:quickFixManager;
方法or属性:function applyQuickFix(hapModuleQuickFixFiles: Array\, callback: AsyncCallback\): void;
旧版本信息:401|类名:quickFixManager;
方法or属性:function applyQuickFix(hapModuleQuickFixFiles: Array\, callback: AsyncCallback\): void;
新版本信息:201,202,401,18500002,18500008|@ohos.app.ability.quickFixManager.d.ts|
|错误码有变化|类名:quickFixManager;
方法or属性:function applyQuickFix(hapModuleQuickFixFiles: Array\): Promise\;
旧版本信息:401|类名:quickFixManager;
方法or属性:function applyQuickFix(hapModuleQuickFixFiles: Array\): Promise\;
新版本信息:201,202,401,18500002,18500008|@ohos.app.ability.quickFixManager.d.ts|
|错误码有变化|类名:quickFixManager;
方法or属性:function getApplicationQuickFixInfo(bundleName: string, callback: AsyncCallback\): void;
旧版本信息:401|类名:quickFixManager;
方法or属性:function getApplicationQuickFixInfo(bundleName: string, callback: AsyncCallback\): void;
新版本信息:201,202,401,18500001,18500008|@ohos.app.ability.quickFixManager.d.ts|
|错误码有变化|类名:quickFixManager;
方法or属性:function getApplicationQuickFixInfo(bundleName: string): Promise\;
旧版本信息:401|类名:quickFixManager;
方法or属性:function getApplicationQuickFixInfo(bundleName: string): Promise\;
新版本信息:201,202,401,18500001,18500008|@ohos.app.ability.quickFixManager.d.ts|
|错误码有变化|类名:Caller;
方法or属性:call(method: string, data: rpc.Parcelable): Promise\;
旧版本信息:401|类名:Caller;
方法or属性:call(method: string, data: rpc.Parcelable): Promise\;
新版本信息:401,16200001,16200002,16000050|@ohos.app.ability.UIAbility.d.ts|
|错误码有变化|类名:Caller;
方法or属性:callWithResult(method: string, data: rpc.Parcelable): Promise\;
旧版本信息:401|类名:Caller;
方法or属性:callWithResult(method: string, data: rpc.Parcelable): Promise\;
新版本信息:401,16200001,16200002,16000050|@ohos.app.ability.UIAbility.d.ts|
|错误码有变化|类名:Caller;
方法or属性:onRelease(callback: OnReleaseCallback): void;
旧版本信息:401|类名:Caller;
方法or属性:onRelease(callback: OnReleaseCallback): void;
新版本信息:401,16200001|@ohos.app.ability.UIAbility.d.ts|
|错误码有变化|类名:Caller;
方法or属性:on(type: 'release', callback: OnReleaseCallback): void;
旧版本信息:401|类名:Caller;
方法or属性:on(type: 'release', callback: OnReleaseCallback): void;
新版本信息:401,16200001|@ohos.app.ability.UIAbility.d.ts|
|错误码有变化|类名:Callee;
方法or属性:on(method: string, callback: CalleeCallback): void;
旧版本信息:401|类名:Callee;
方法or属性:on(method: string, callback: CalleeCallback): void;
新版本信息:401,16200004,16000050|@ohos.app.ability.UIAbility.d.ts|
|错误码有变化|类名:Callee;
方法or属性:off(method: string): void;
旧版本信息:401|类名:Callee;
方法or属性:off(method: string): void;
新版本信息:401,16200005,16000050|@ohos.app.ability.UIAbility.d.ts|
|错误码有变化|类名:wantAgent;
方法or属性:function getBundleName(agent: WantAgent, callback: AsyncCallback\): void;