| 操作 | 旧版本 | 新版本 | d.ts文件 |
| ---- | ------ | ------ | -------- |
|新增|NA|类名:FormProviderFilter;<br>方法or属性:bundleName: string;|@ohos.app.form.formInfo.d.ts|
|新增|NA|类名:FormProviderFilter;<br>方法or属性:moduleName?: string;|@ohos.app.form.formInfo.d.ts|
|新增|NA|类名:LaunchReason;<br>方法or属性:SHARE = 5|@ohos.app.ability.AbilityConstant.d.ts|
|新增|NA|类名:LastExitReason;<br>方法or属性:CPP_CRASH = 3|@ohos.app.ability.AbilityConstant.d.ts|
|新增|NA|类名:LastExitReason;<br>方法or属性:JS_ERROR = 4|@ohos.app.ability.AbilityConstant.d.ts|
|新增|NA|类名:LastExitReason;<br>方法or属性:APP_FREEZE = 5|@ohos.app.ability.AbilityConstant.d.ts|
|新增|NA|类名:LastExitReason;<br>方法or属性:PERFORMANCE_CONTROL = 6|@ohos.app.ability.AbilityConstant.d.ts|
|新增|NA|类名:LastExitReason;<br>方法or属性:RESOURCE_CONTROL = 7|@ohos.app.ability.AbilityConstant.d.ts|
|新增|NA|类名:LastExitReason;<br>方法or属性:UPGRADE = 8|@ohos.app.ability.AbilityConstant.d.ts|
|新增|NA|类名:ContinueState;<br>方法or属性:ACTIVE = 0|@ohos.app.ability.AbilityConstant.d.ts|
|新增|NA|类名:ContinueState;<br>方法or属性:INACTIVE = 1|@ohos.app.ability.AbilityConstant.d.ts|
|新增|NA|类名:abilityManager;<br>方法or属性:function acquireShareData(missionId: number, callback: AsyncCallback\<{ [key: string]: Object }>): void;|@ohos.app.ability.abilityManager.d.ts|
|新增|NA|类名:abilityManager;<br>方法or属性:function acquireShareData(missionId: number): Promise\<{ [key: string]: Object }>;|@ohos.app.ability.abilityManager.d.ts|
|新增|NA|类名:abilityManager;<br>方法or属性:function notifySaveAsResult(parameter: AbilityResult, requestCode: number, callback: AsyncCallback\<void>): void;|@ohos.app.ability.abilityManager.d.ts|
|新增|NA|类名:abilityManager;<br>方法or属性:function notifySaveAsResult(parameter: AbilityResult, requestCode: number): Promise\<void>;|@ohos.app.ability.abilityManager.d.ts|
|新增|NA|类名:ApplicationStateChangeCallback;<br>方法or属性:onApplicationForeground(): void;|@ohos.app.ability.ApplicationStateChangeCallback.d.ts|
|新增|NA|类名:ApplicationStateChangeCallback;<br>方法or属性:onApplicationBackground(): void;|@ohos.app.ability.ApplicationStateChangeCallback.d.ts|
|新增|NA|类名:appManager;<br>方法or属性:function isSharedBundleRunning(bundleName: string, versionCode: number): Promise\<boolean>;|@ohos.app.ability.appManager.d.ts|
|新增|NA|类名:appManager;<br>方法or属性:function isSharedBundleRunning(bundleName: string, versionCode: number, callback: AsyncCallback\<boolean>): void;|@ohos.app.ability.appManager.d.ts|
|新增|NA|类名:appManager;<br>方法or属性:function getProcessMemoryByPid(pid: number): Promise\<number>;|@ohos.app.ability.appManager.d.ts|
|新增|NA|类名:appManager;<br>方法or属性:function getProcessMemoryByPid(pid: number, callback: AsyncCallback\<number>): void;|@ohos.app.ability.appManager.d.ts|
|新增|NA|类名:appManager;<br>方法or属性:function getRunningProcessInfoByBundleName(bundleName: string, callback: AsyncCallback\<Array\<ProcessInformation>>): void;|@ohos.app.ability.appManager.d.ts|
|新增|NA|类名:appManager;<br>方法or属性:function getRunningProcessInfoByBundleName(bundleName: string, userId: number, callback: AsyncCallback\<Array\<ProcessInformation>>): void;|@ohos.app.ability.appManager.d.ts|
|新增|NA|类名:appManager;<br>方法or属性:function getRunningProcessInfoByBundleName(bundleName: string): Promise\<Array\<ProcessInformation>>;|@ohos.app.ability.appManager.d.ts|
|新增|NA|类名:appManager;<br>方法or属性:function getRunningProcessInfoByBundleName(bundleName: string, userId: number): Promise\<Array\<ProcessInformation>>;|@ohos.app.ability.appManager.d.ts|
|新增|NA|类名:appManager;<br>方法or属性:export type ProcessData = _ProcessData.default;|@ohos.app.ability.appManager.d.ts|
|新增|NA|类名:appRecovery;<br>方法or属性:function setRestartWant(want: Want): void;|@ohos.app.ability.appRecovery.d.ts|
|新增|NA|类名:appRecovery;<br>方法or属性:function saveAppState(context?: UIAbilityContext): boolean;|@ohos.app.ability.appRecovery.d.ts|
|新增|NA|类名:common;<br>方法or属性:export type UIExtensionContext = _UIExtensionContext.default;|@ohos.app.ability.common.d.ts|
|新增|NA|类名:WindowRect;<br>方法or属性:left: number;|@ohos.app.ability.dialogRequest.d.ts|
|新增|NA|类名:WindowRect;<br>方法or属性:top: number;|@ohos.app.ability.dialogRequest.d.ts|
|新增|NA|类名:WindowRect;<br>方法or属性:width: number;|@ohos.app.ability.dialogRequest.d.ts|
|新增|NA|类名:WindowRect;<br>方法or属性:height: number;|@ohos.app.ability.dialogRequest.d.ts|
|新增|NA|类名:RequestInfo;<br>方法or属性:windowRect?: WindowRect|@ohos.app.ability.dialogRequest.d.ts|
|新增|NA|类名:RequestResult;<br>方法or属性:want?: Want;|@ohos.app.ability.dialogRequest.d.ts|
|新增|NA|类名:missionManager;<br>方法or属性:function moveMissionsToForeground(missionIds: Array\<number>, callback: AsyncCallback\<void>): void;|@ohos.app.ability.missionManager.d.ts|
|新增|NA|类名:missionManager;<br>方法or属性:function moveMissionsToForeground(missionIds: Array\<number>, topMission: number, callback: AsyncCallback\<void>): void;|@ohos.app.ability.missionManager.d.ts|
|新增|NA|类名:missionManager;<br>方法or属性:function moveMissionsToForeground(missionIds: Array\<number>, topMission?: number): Promise\<void>;|@ohos.app.ability.missionManager.d.ts|
|新增|NA|类名:missionManager;<br>方法or属性:function moveMissionsToBackground(missionIds: Array\<number>, callback: AsyncCallback\<Array\<number>>): void;|@ohos.app.ability.missionManager.d.ts|
|新增|NA|类名:missionManager;<br>方法or属性:function moveMissionsToBackground(missionIds: Array\<number>): Promise\<Array\<number>>;|@ohos.app.ability.missionManager.d.ts|
|新增|NA|类名:quickFixManager;<br>方法or属性:function revokeQuickFix(bundleName: string, callback: AsyncCallback\<void>): void;|@ohos.app.ability.quickFixManager.d.ts|
|新增|NA|类名:quickFixManager;<br>方法or属性:function revokeQuickFix(bundleName: string): Promise\<void>;|@ohos.app.ability.quickFixManager.d.ts|
|新增|NA|类名:Caller;<br>方法or属性:onRemoteStateChange(callback: OnRemoteStateChangeCallback): void;|@ohos.app.ability.UIAbility.d.ts|
|新增|NA|类名:UIAbility;<br>方法or属性:onShare(wantParam: { [key: string]: Object }): void;|@ohos.app.ability.UIAbility.d.ts|
|新增|NA|类名:UIAbility;<br>方法or属性:onPrepareToTerminate(): boolean;|@ohos.app.ability.UIAbility.d.ts|
|新增|NA|类名:UIAbility;<br>方法or属性:onBackPressed(): boolean;|@ohos.app.ability.UIAbility.d.ts|
|新增|NA|类名:UIExtensionAbility;<br>方法or属性:context: UIExtensionContext;|@ohos.app.ability.UIExtensionAbility.d.ts|
|新增|NA|类名:UIExtensionAbility;<br>方法or属性:onCreate(): void;|@ohos.app.ability.UIExtensionAbility.d.ts|
|新增|NA|类名:UIExtensionAbility;<br>方法or属性:onSessionCreate(want: Want, session: UIExtensionContentSession): void;|@ohos.app.ability.UIExtensionAbility.d.ts|
|新增|NA|类名:UIExtensionAbility;<br>方法or属性:onSessionDestroy(session: UIExtensionContentSession): void;|@ohos.app.ability.UIExtensionAbility.d.ts|
|新增|NA|类名:UIExtensionAbility;<br>方法or属性:onForeground(): void;|@ohos.app.ability.UIExtensionAbility.d.ts|
|新增|NA|类名:UIExtensionAbility;<br>方法or属性:onBackground(): void;|@ohos.app.ability.UIExtensionAbility.d.ts|
|新增|NA|类名:UIExtensionAbility;<br>方法or属性:onDestroy(): void \| Promise\<void>;|@ohos.app.ability.UIExtensionAbility.d.ts|
|新增|NA|类名:UIExtensionContentSession;<br>方法or属性:sendData(data: { [key: string]: Object }): void;|@ohos.app.ability.UIExtensionContentSession.d.ts|
|新增|NA|类名:UIExtensionContentSession;<br>方法or属性:setReceiveDataCallback(callback: (data: { [key: string]: Object }) => void): void;|@ohos.app.ability.UIExtensionContentSession.d.ts|
|新增|NA|类名:UIExtensionContentSession;<br>方法or属性:loadContent(path: string, storage?: LocalStorage): void;|@ohos.app.ability.UIExtensionContentSession.d.ts|
|新增|NA|类名:UIExtensionContentSession;<br>方法or属性:startAbility(want: Want, callback: AsyncCallback\<void>): void;|@ohos.app.ability.UIExtensionContentSession.d.ts|
|新增|NA|类名:UIExtensionContentSession;<br>方法or属性:startAbility(want: Want, options: StartOptions, callback: AsyncCallback\<void>): void;|@ohos.app.ability.UIExtensionContentSession.d.ts|
|新增|NA|类名:UIExtensionContentSession;<br>方法or属性:startAbility(want: Want, options?: StartOptions): Promise\<void>;|@ohos.app.ability.UIExtensionContentSession.d.ts|
|新增|NA|类名:UIExtensionContentSession;<br>方法or属性:startAbilityForResult(want: Want, callback: AsyncCallback\<AbilityResult>): void;|@ohos.app.ability.UIExtensionContentSession.d.ts|
|新增|NA|类名:UIExtensionContentSession;<br>方法or属性:startAbilityForResult(want: Want, options: StartOptions, callback: AsyncCallback\<AbilityResult>): void;|@ohos.app.ability.UIExtensionContentSession.d.ts|
|新增|NA|类名:UIExtensionContentSession;<br>方法or属性:startAbilityForResult(want: Want, options?: StartOptions): Promise\<AbilityResult>;|@ohos.app.ability.UIExtensionContentSession.d.ts|
|新增|NA|类名:UIExtensionContentSession;<br>方法or属性:terminateSelf(callback: AsyncCallback\<void>): void;|@ohos.app.ability.UIExtensionContentSession.d.ts|
|新增|NA|类名:UIExtensionContentSession;<br>方法or属性:terminateSelf(): Promise\<void>;|@ohos.app.ability.UIExtensionContentSession.d.ts|
|新增|NA|类名:UIExtensionContentSession;<br>方法or属性:terminateSelfWithResult(parameter: AbilityResult, callback: AsyncCallback\<void>): void;|@ohos.app.ability.UIExtensionContentSession.d.ts|
|新增|NA|类名:UIExtensionContentSession;<br>方法or属性:terminateSelfWithResult(parameter: AbilityResult): Promise\<void>;|@ohos.app.ability.UIExtensionContentSession.d.ts|
|新增|NA|类名:UIExtensionContentSession;<br>方法or属性:setWindowBackgroundColor(color: string): void;|@ohos.app.ability.UIExtensionContentSession.d.ts|
|新增|NA|类名:UIExtensionContentSession;<br>方法or属性:setWindowPrivacyMode(isPrivacyMode: boolean): Promise\<void>;|@ohos.app.ability.UIExtensionContentSession.d.ts|
|新增|NA|类名:UIExtensionContentSession;<br>方法or属性:setWindowPrivacyMode(isPrivacyMode: boolean, callback: AsyncCallback\<void>): void;|@ohos.app.ability.UIExtensionContentSession.d.ts|
|新增|NA|类名:Params;<br>方法or属性:ABILITY_RECOVERY_RESTART = 'ohos.ability.params.abilityRecoveryRestart'|@ohos.app.ability.wantConstant.d.ts|
|新增|NA|类名:Params;<br>方法or属性:CONTENT_TITLE_KEY = 'ohos.extra.param.key.contentTitle'|@ohos.app.ability.wantConstant.d.ts|
|新增|NA|类名:Params;<br>方法or属性:SHARE_ABSTRACT_KEY = 'ohos.extra.param.key.shareAbstract'|@ohos.app.ability.wantConstant.d.ts|
|新增|NA|类名:Params;<br>方法or属性:SHARE_URL_KEY = 'ohos.extra.param.key.shareUrl'|@ohos.app.ability.wantConstant.d.ts|
|新增|NA|类名:Params;<br>方法or属性:SUPPORT_CONTINUE_PAGE_STACK_KEY = 'ohos.extra.param.key.supportContinuePageStack'|@ohos.app.ability.wantConstant.d.ts|
|新增|NA|类名:Params;<br>方法or属性:SUPPORT_CONTINUE_SOURCE_EXIT_KEY = 'ohos.extra.param.key.supportContinueSourceExit'|@ohos.app.ability.wantConstant.d.ts|
|新增|NA|类名:Flags;<br>方法or属性:FLAG_AUTH_PERSISTABLE_URI_PERMISSION = 0x00000040|@ohos.app.ability.wantConstant.d.ts|
|新增|NA|类名:businessAbilityRouter;<br>方法or属性:function queryBusinessAbilityInfo(<br>    filter: BusinessAbilityFilter,<br>    callback: AsyncCallback\<Array\<BusinessAbilityInfo>><br>  ): void;|@ohos.app.businessAbilityRouter.d.ts|
|新增|NA|类名:businessAbilityRouter;<br>方法or属性:function queryBusinessAbilityInfo(filter: BusinessAbilityFilter): Promise\<Array\<BusinessAbilityInfo>>;|@ohos.app.businessAbilityRouter.d.ts|
|新增|NA|类名:businessAbilityRouter;<br>方法or属性:export type BusinessAbilityInfo = _BusinessAbilityInfo.BusinessAbilityInfo;|@ohos.app.businessAbilityRouter.d.ts|
|新增|NA|类名:BusinessType;<br>方法or属性:SHARE = 0|@ohos.app.businessAbilityRouter.d.ts|
|新增|NA|类名:BusinessType;<br>方法or属性:UNSPECIFIED = 255|@ohos.app.businessAbilityRouter.d.ts|
|新增|NA|类名:BusinessAbilityFilter;<br>方法or属性:businessType: BusinessType;|@ohos.app.businessAbilityRouter.d.ts|
|新增|NA|类名:BusinessAbilityFilter;<br>方法or属性:mimeType?: string;|@ohos.app.businessAbilityRouter.d.ts|
|新增|NA|类名:BusinessAbilityFilter;<br>方法or属性:uri?: string;|@ohos.app.businessAbilityRouter.d.ts|
|新增|NA|类名:FormBindingData;<br>方法or属性:proxies?: Array\<ProxyData>;|@ohos.app.form.formBindingData.d.ts|
|新增|NA|类名:ProxyData;<br>方法or属性:key: string;|@ohos.app.form.formBindingData.d.ts|
|新增|NA|类名:ProxyData;<br>方法or属性:subscriberId?: string;|@ohos.app.form.formBindingData.d.ts|
|新增|NA|类名:FormExtensionAbility;<br>方法or属性:onAcquireFormData?(formId: string): { [key: string]: Object };|@ohos.app.form.FormExtensionAbility.d.ts|
|新增|NA|类名:formHost;<br>方法or属性:function acquireFormData(formId: string, callback: AsyncCallback\<{ [key: string]: Object }>): void;|@ohos.app.form.formHost.d.ts|
|新增|NA|类名:formHost;<br>方法or属性:function acquireFormData(formId: string): Promise\<{ [key: string]: Object }>;|@ohos.app.form.formHost.d.ts|
|新增|NA|类名:FormInfo;<br>方法or属性:descriptionId: number;|@ohos.app.form.formInfo.d.ts|
|新增|NA|类名:FormInfo;<br>方法or属性:isDynamic: boolean;|@ohos.app.form.formInfo.d.ts|
|新增|NA|类名:FormParam;<br>方法or属性:LAUNCH_REASON_KEY = 'ohos.extra.param.key.form_launch_reason'|@ohos.app.form.formInfo.d.ts|
|新增|NA|类名:FormParam;<br>方法or属性:PARAM_FORM_CUSTOMIZE_KEY = 'ohos.extra.param.key.form_customize'|@ohos.app.form.formInfo.d.ts|
|新增|NA|类名:VisibilityType;<br>方法or属性:UNKNOWN = 0|@ohos.app.form.formInfo.d.ts|
|新增|NA|类名:LaunchReason;<br>方法or属性:FORM_DEFAULT = 1|@ohos.app.form.formInfo.d.ts|
|新增|NA|类名:LaunchReason;<br>方法or属性:FORM_SHARE|@ohos.app.form.formInfo.d.ts|
|新增|NA|类名:FormProviderFilter;<br>方法or属性:formName?: string;|@ohos.app.form.formInfo.d.ts|
|新增|NA|类名:FormProviderFilter;<br>方法or属性:abilityName?: string;|@ohos.app.form.formInfo.d.ts|
|新增|NA|类名:RunningFormInfo;<br>方法or属性:readonly formId: string;|@ohos.app.form.formInfo.d.ts|
|新增|NA|类名:RunningFormInfo;<br>方法or属性:readonly bundleName: string;|@ohos.app.form.formInfo.d.ts|
|新增|NA|类名:RunningFormInfo;<br>方法or属性:readonly hostBundleName: string;|@ohos.app.form.formInfo.d.ts|
|新增|NA|类名:RunningFormInfo;<br>方法or属性:readonly visibilityType: VisibilityType;|@ohos.app.form.formInfo.d.ts|
|新增|NA|类名:RunningFormInfo;<br>方法or属性:readonly moduleName: string;|@ohos.app.form.formInfo.d.ts|
|新增|NA|类名:RunningFormInfo;<br>方法or属性:readonly abilityName: string;|@ohos.app.form.formInfo.d.ts|
|新增|NA|类名:RunningFormInfo;<br>方法or属性:readonly formName: string;|@ohos.app.form.formInfo.d.ts|
|新增|NA|类名:RunningFormInfo;<br>方法or属性:readonly dimension: number;|@ohos.app.form.formInfo.d.ts|
|新增|NA|类名:formObserver;<br>方法or属性:function on(type: 'formAdd', observerCallback: Callback\<formInfo.RunningFormInfo>): void;|@ohos.app.form.formObserver.d.ts|
|新增|NA|类名:formObserver;<br>方法or属性:function on(type: 'formAdd', hostBundleName: string, observerCallback: Callback\<formInfo.RunningFormInfo>): void;|@ohos.app.form.formObserver.d.ts|
|新增|NA|类名:formObserver;<br>方法or属性:function on(type: 'formRemove', observerCallback: Callback\<formInfo.RunningFormInfo>): void;|@ohos.app.form.formObserver.d.ts|
|新增|NA|类名:formObserver;<br>方法or属性:function on(type: 'formRemove', hostBundleName: string, observerCallback: Callback\<formInfo.RunningFormInfo>): void;|@ohos.app.form.formObserver.d.ts|
|新增|NA|类名:formObserver;<br>方法or属性:function on(type: 'notifyVisible', observerCallback: Callback\<Array\<formInfo.RunningFormInfo>>): void;|@ohos.app.form.formObserver.d.ts|
|新增|NA|类名:formObserver;<br>方法or属性:function on(<br>    type: 'notifyVisible',<br>    hostBundleName: string,<br>    observerCallback: Callback\<Array\<formInfo.RunningFormInfo>><br>  ): void;|@ohos.app.form.formObserver.d.ts|
|新增|NA|类名:formObserver;<br>方法or属性:function on(type: 'notifyInvisible', observerCallback: Callback\<Array\<formInfo.RunningFormInfo>>): void;|@ohos.app.form.formObserver.d.ts|
|新增|NA|类名:formObserver;<br>方法or属性:function on(<br>    type: 'notifyInvisible',<br>    hostBundleName: string,<br>    observerCallback: Callback\<Array\<formInfo.RunningFormInfo>>,<br>  ): void;|@ohos.app.form.formObserver.d.ts|
|新增|NA|类名:formObserver;<br>方法or属性:function off(type: 'formAdd', hostBundleName?: string, observerCallback?: Callback\<formInfo.RunningFormInfo>): void;|@ohos.app.form.formObserver.d.ts|
|新增|NA|类名:formObserver;<br>方法or属性:function off(type: 'formRemove', hostBundleName?: string, observerCallback?: Callback\<formInfo.RunningFormInfo>): void;|@ohos.app.form.formObserver.d.ts|
|新增|NA|类名:formObserver;<br>方法or属性:function off(<br>    type: 'notifyVisible',<br>    hostBundleName?: string,<br>    observerCallback?: Callback\<Array\<formInfo.RunningFormInfo>><br>  ): void;|@ohos.app.form.formObserver.d.ts|
|新增|NA|类名:formObserver;<br>方法or属性:function off(<br>    type: 'notifyInvisible',<br>    hostBundleName?: string,<br>    observerCallback?: Callback\<Array\<formInfo.RunningFormInfo>><br>  ): void;|@ohos.app.form.formObserver.d.ts|
|新增|NA|类名:formObserver;<br>方法or属性:function getRunningFormInfos(callback: AsyncCallback\<Array\<formInfo.RunningFormInfo>>, hostBundleName?: string): void;|@ohos.app.form.formObserver.d.ts|
|新增|NA|类名:formObserver;<br>方法or属性:function getRunningFormInfos(hostBundleName?: string): Promise\<Array\<formInfo.RunningFormInfo>>;|@ohos.app.form.formObserver.d.ts|
|新增|NA|类名:formObserver;<br>方法or属性:function getRunningFormInfosByFilter(<br>    formProviderFilter: formInfo.FormProviderFilter<br>  ): Promise\<Array\<formInfo.RunningFormInfo>>;|@ohos.app.form.formObserver.d.ts|
|新增|NA|类名:formObserver;<br>方法or属性:function getRunningFormInfosByFilter(<br>    formProviderFilter: formInfo.FormProviderFilter,<br>    callback: AsyncCallback\<Array\<formInfo.RunningFormInfo>><br>  ): void;|@ohos.app.form.formObserver.d.ts|
|新增|NA|类名:formObserver;<br>方法or属性:function getRunningFormInfoById(formId: string): Promise\<formInfo.RunningFormInfo>;|@ohos.app.form.formObserver.d.ts|
|新增|NA|类名:formObserver;<br>方法or属性:function getRunningFormInfoById(formId: string, callback: AsyncCallback\<formInfo.RunningFormInfo>): void;|@ohos.app.form.formObserver.d.ts|
|新增|NA|类名:StaticSubscriberExtensionAbility;<br>方法or属性:context: StaticSubscriberExtensionContext;|@ohos.application.StaticSubscriberExtensionAbility.d.ts|
|新增|NA|类名:StaticSubscriberExtensionContext;<br>方法or属性:startAbility(want: Want, callback: AsyncCallback\<void>): void;|@ohos.application.StaticSubscriberExtensionContext.d.ts|
|新增|NA|类名:StaticSubscriberExtensionContext;<br>方法or属性:startAbility(want: Want): Promise\<void>;|@ohos.application.StaticSubscriberExtensionContext.d.ts|
|新增|NA|类名:uriPermissionManager;<br>方法or属性:function grantUriPermission(<br><br>    uri: string,<br><br>    flag: wantConstant.Flags,<br><br>    targetBundleName: string,<br><br>    callback: AsyncCallback\<number><br><br>  ): void;|@ohos.application.uriPermissionManager.d.ts|
|新增|NA|类名:uriPermissionManager;<br>方法or属性:function grantUriPermission(uri: string, flag: wantConstant.Flags, targetBundleName: string): Promise\<number>;|@ohos.application.uriPermissionManager.d.ts|
|新增|NA|类名:uriPermissionManager;<br>方法or属性:function revokeUriPermission(uri: string, targetBundleName: string, callback: AsyncCallback\<number>): void;|@ohos.application.uriPermissionManager.d.ts|
|新增|NA|类名:uriPermissionManager;<br>方法or属性:function revokeUriPermission(uri: string, targetBundleName: string): Promise\<number>;|@ohos.application.uriPermissionManager.d.ts|
|新增|NA|类名:continuationManager;<br>方法or属性:export type ContinuationResult = _ContinuationResult;|@ohos.continuation.continuationManager.d.ts|
|新增|NA|类名:continuationManager;<br>方法or属性:export type ContinuationExtraParams = _ContinuationExtraParams;|@ohos.continuation.continuationManager.d.ts|
|新增|NA|类名:distributedMissionManager;<br>方法or属性:function on(type: 'continueStateChange', callback: Callback\<{ state: ContinueState, info: ContinuableInfo }>): void;|@ohos.distributedMissionManager.d.ts|
|新增|NA|类名:distributedMissionManager;<br>方法or属性:function off(type: 'continueStateChange', callback?: Callback\<{ state: ContinueState, info: ContinuableInfo }>): void;|@ohos.distributedMissionManager.d.ts|
|新增|NA|类名:distributedMissionManager;<br>方法or属性:function continueMission(parameter: ContinueMissionInfo, callback: AsyncCallback\<void>): void;|@ohos.distributedMissionManager.d.ts|
|新增|NA|类名:distributedMissionManager;<br>方法or属性:function continueMission(parameter: ContinueMissionInfo): Promise\<void>;|@ohos.distributedMissionManager.d.ts|
|新增|NA|类名:distributedMissionManager;<br>方法or属性:export type ContinuableInfo = _ContinuableInfo;|@ohos.distributedMissionManager.d.ts|
|新增|NA|类名:distributedMissionManager;<br>方法or属性:export type ContinueMissionInfo = _ContinueMissionInfo;|@ohos.distributedMissionManager.d.ts|
|新增|NA|类名:distributedMissionManager;<br>方法or属性:export type ContinueCallback = _ContinueCallback;|@ohos.distributedMissionManager.d.ts|
|新增|NA|类名:distributedMissionManager;<br>方法or属性:export type ContinueDeviceInfo = _ContinueDeviceInfo;|@ohos.distributedMissionManager.d.ts|
|新增|NA|类名:distributedMissionManager;<br>方法or属性:export type MissionCallback = _MissionCallback;|@ohos.distributedMissionManager.d.ts|
|新增|NA|类名:distributedMissionManager;<br>方法or属性:export type MissionDeviceInfo = _MissionDeviceInfo;|@ohos.distributedMissionManager.d.ts|
|新增|NA|类名:distributedMissionManager;<br>方法or属性:export type MissionParameter = _MissionParameter;|@ohos.distributedMissionManager.d.ts|
|新增|NA|类名:ContinueState;<br>方法or属性:ACTIVE = 0|@ohos.distributedMissionManager.d.ts|
|新增|NA|类名:ContinueState;<br>方法or属性:INACTIVE = 1|@ohos.distributedMissionManager.d.ts|
|新增|NA|类名:AbilityDelegator;<br>方法or属性:addAbilityMonitorSync(monitor: AbilityMonitor): void;|AbilityDelegator.d.ts|
|新增|NA|类名:AbilityDelegator;<br>方法or属性:addAbilityStageMonitorSync(monitor: AbilityStageMonitor): void;|AbilityDelegator.d.ts|
|新增|NA|类名:AbilityDelegator;<br>方法or属性:removeAbilityMonitorSync(monitor: AbilityMonitor): void;|AbilityDelegator.d.ts|
|新增|NA|类名:AbilityDelegator;<br>方法or属性:removeAbilityStageMonitorSync(monitor: AbilityStageMonitor): void;|AbilityDelegator.d.ts|
|新增|NA|类名:ApplicationContext;<br>方法or属性:on(type: 'applicationStateChange', callback: ApplicationStateChangeCallback): void;|ApplicationContext.d.ts|
|新增|NA|类名:ApplicationContext;<br>方法or属性:off(type: 'applicationStateChange', callback?: ApplicationStateChangeCallback): void;|ApplicationContext.d.ts|
|新增|NA|类名:BusinessAbilityInfo;<br>方法or属性:readonly bundleName: string;|BusinessAbilityInfo.d.ts|
|新增|NA|类名:BusinessAbilityInfo;<br>方法or属性:readonly moduleName: string;|BusinessAbilityInfo.d.ts|
|新增|NA|类名:BusinessAbilityInfo;<br>方法or属性:readonly name: string;|BusinessAbilityInfo.d.ts|
|新增|NA|类名:BusinessAbilityInfo;<br>方法or属性:readonly labelId: number;|BusinessAbilityInfo.d.ts|
|新增|NA|类名:BusinessAbilityInfo;<br>方法or属性:readonly descriptionId: number;|BusinessAbilityInfo.d.ts|
|新增|NA|类名:BusinessAbilityInfo;<br>方法or属性:readonly iconId: number;|BusinessAbilityInfo.d.ts|
|新增|NA|类名:BusinessAbilityInfo;<br>方法or属性:readonly businessType: businessAbilityRouter.BusinessType;|BusinessAbilityInfo.d.ts|
|新增|NA|类名:BusinessAbilityInfo;<br>方法or属性:readonly applicationInfo: ApplicationInfo;|BusinessAbilityInfo.d.ts|
|新增|NA|类名:Context;<br>方法or属性:getGroupDir(dataGroupID: string, callback: AsyncCallback\<string>): void;|Context.d.ts|
|新增|NA|类名:Context;<br>方法or属性:getGroupDir(dataGroupID: string): Promise\<string>;|Context.d.ts|
|新增|NA|类名:ContinuableInfo;<br>方法or属性:srcDeviceId: string;|ContinuableInfo.d.ts|
|新增|NA|类名:ContinuableInfo;<br>方法or属性:bundleName: string;|ContinuableInfo.d.ts|
|新增|NA|类名:ContinueMissionInfo;<br>方法or属性:srcDeviceId: string;|ContinueMissionInfo.d.ts|
|新增|NA|类名:ContinueMissionInfo;<br>方法or属性:dstDeviceId: string;|ContinueMissionInfo.d.ts|
|新增|NA|类名:ContinueMissionInfo;<br>方法or属性:bundleName: string;|ContinueMissionInfo.d.ts|
|新增|NA|类名:ContinueMissionInfo;<br>方法or属性:wantParam: { [key: string]: Object };|ContinueMissionInfo.d.ts|
|新增|NA|类名:ErrorObserver;<br>方法or属性:onException?(errObject: Error): void;|ErrorObserver.d.ts|
|新增|NA|类名:FormExtensionContext;<br>方法or属性:connectServiceExtensionAbility(want: Want, options: ConnectOptions): number;|FormExtensionContext.d.ts|
|新增|NA|类名:FormExtensionContext;<br>方法or属性:disconnectServiceExtensionAbility(connection: number, callback: AsyncCallback\<void>): void;|FormExtensionContext.d.ts|
|新增|NA|类名:FormExtensionContext;<br>方法or属性:disconnectServiceExtensionAbility(connection: number): Promise\<void>;|FormExtensionContext.d.ts|
|新增|NA|类名:MissionInfo;<br>方法or属性:abilityState: number;|MissionInfo.d.ts|
|新增|NA|类名:MissionInfo;<br>方法or属性:unclearable: boolean;|MissionInfo.d.ts|
|新增|NA|类名:ProcessInformation;<br>方法or属性:state: appManager.ProcessState;|ProcessInformation.d.ts|
|新增|NA|类名:ServiceExtensionContext;<br>方法or属性:startAbilityAsCaller(want: Want, callback: AsyncCallback\<void>): void;|ServiceExtensionContext.d.ts|
|新增|NA|类名:ServiceExtensionContext;<br>方法or属性:startAbilityAsCaller(want: Want, options: StartOptions, callback: AsyncCallback\<void>): void;|ServiceExtensionContext.d.ts|
|新增|NA|类名:ServiceExtensionContext;<br>方法or属性:startAbilityAsCaller(want: Want, options?: StartOptions): Promise\<void>;|ServiceExtensionContext.d.ts|
|新增|NA|类名:ServiceExtensionContext;<br>方法or属性:startAbilityByCallWithAccount(want: Want, accountId: number): Promise\<Caller>;|ServiceExtensionContext.d.ts|
|新增|NA|类名:UIAbilityContext;<br>方法or属性:startAbilityAsCaller(want: Want, callback: AsyncCallback\<void>): void;|UIAbilityContext.d.ts|
|新增|NA|类名:UIAbilityContext;<br>方法or属性:startAbilityAsCaller(want: Want, options: StartOptions, callback: AsyncCallback\<void>): void;|UIAbilityContext.d.ts|
|新增|NA|类名:UIAbilityContext;<br>方法or属性:startAbilityAsCaller(want: Want, options?: StartOptions): Promise\<void>;|UIAbilityContext.d.ts|
|新增|NA|类名:UIAbilityContext;<br>方法or属性:startAbilityByCallWithAccount(want: Want, accountId: number): Promise\<Caller>;|UIAbilityContext.d.ts|
|新增|NA|类名:UIAbilityContext;<br>方法or属性:setMissionContinueState(state: AbilityConstant.ContinueState, callback: AsyncCallback\<void>): void;|UIAbilityContext.d.ts|
|新增|NA|类名:UIAbilityContext;<br>方法or属性:setMissionContinueState(state: AbilityConstant.ContinueState): Promise\<void>;|UIAbilityContext.d.ts|
|新增|NA|类名:UIAbilityContext;<br>方法or属性:reportDrawnCompleted(callback: AsyncCallback\<void>): void;|UIAbilityContext.d.ts|
|新增|NA|类名:UIExtensionContext;<br>方法or属性:startAbility(want: Want, callback: AsyncCallback\<void>): void;|UIExtensionContext.d.ts|
|新增|NA|类名:UIExtensionContext;<br>方法or属性:startAbility(want: Want, options: StartOptions, callback: AsyncCallback\<void>): void;|UIExtensionContext.d.ts|
|新增|NA|类名:UIExtensionContext;<br>方法or属性:startAbility(want: Want, options?: StartOptions): Promise\<void>;|UIExtensionContext.d.ts|
|新增|NA|类名:UIExtensionContext;<br>方法or属性:startAbilityForResult(want: Want, callback: AsyncCallback\<AbilityResult>): void;|UIExtensionContext.d.ts|
|新增|NA|类名:UIExtensionContext;<br>方法or属性:startAbilityForResult(want: Want, options: StartOptions, callback: AsyncCallback\<AbilityResult>): void;|UIExtensionContext.d.ts|
|新增|NA|类名:UIExtensionContext;<br>方法or属性:startAbilityForResult(want: Want, options?: StartOptions): Promise\<AbilityResult>;|UIExtensionContext.d.ts|
|新增|NA|类名:UIExtensionContext;<br>方法or属性:connectServiceExtensionAbility(want: Want, options: ConnectOptions): number;|UIExtensionContext.d.ts|
|新增|NA|类名:UIExtensionContext;<br>方法or属性:disconnectServiceExtensionAbility(connection: number, callback: AsyncCallback\<void>): void;|UIExtensionContext.d.ts|
|新增|NA|类名:UIExtensionContext;<br>方法or属性:disconnectServiceExtensionAbility(connection: number): Promise\<void>;|UIExtensionContext.d.ts|
|废弃版本有变化|类名:LastExitReason;<br>方法or属性:ABILITY_NOT_RESPONDING = 1<br>旧版本信息:|类名:LastExitReason;<br>方法or属性:ABILITY_NOT_RESPONDING = 1<br>新版本信息:10<br>代替接口: AbilityConstant.LastExitReason#APP_FREEZE|@ohos.app.ability.AbilityConstant.d.ts|
|废弃版本有变化|类名:continuationManager;<br>方法or属性:function off(type: 'deviceConnect', callback?: Callback\<ContinuationResult>): void;<br>旧版本信息:|类名:continuationManager;<br>方法or属性:function off(type: 'deviceConnect', callback?: Callback\<ContinuationResult>): void;<br>新版本信息:9<br>代替接口: ohos.continuation.continuationManager/continuationManager#off|@ohos.continuation.continuationManager.d.ts|
|废弃版本有变化|类名:continuationManager;<br>方法or属性:function off(type: 'deviceDisconnect', callback?: Callback\<string>): void;<br>旧版本信息:|类名:continuationManager;<br>方法or属性:function off(type: 'deviceDisconnect', callback?: Callback\<string>): void;<br>新版本信息:9<br>代替接口: ohos.continuation.continuationManager/continuationManager#off|@ohos.continuation.continuationManager.d.ts|
|废弃版本有变化|类名:continuationManager;<br>方法or属性:function register(options: ContinuationExtraParams, callback: AsyncCallback\<number>): void;<br>旧版本信息:|类名:continuationManager;<br>方法or属性:function register(options: ContinuationExtraParams, callback: AsyncCallback\<number>): void;<br>新版本信息:9<br>代替接口: ohos.continuation.continuationManager/continuationManager#registerContinuation|@ohos.continuation.continuationManager.d.ts|
|废弃版本有变化|类名:continuationManager;<br>方法or属性:function register(options?: ContinuationExtraParams): Promise\<number>;<br>旧版本信息:|类名:continuationManager;<br>方法or属性:function register(options?: ContinuationExtraParams): Promise\<number>;<br>新版本信息:9<br>代替接口: ohos.continuation.continuationManager/continuationManager#registerContinuation|@ohos.continuation.continuationManager.d.ts|
|废弃版本有变化|类名:continuationManager;<br>方法or属性:function unregister(token: number): Promise\<void>;<br>旧版本信息:|类名:continuationManager;<br>方法or属性:function unregister(token: number): Promise\<void>;<br>新版本信息:9<br>代替接口: ohos.continuation.continuationManager/continuationManager#unregisterContinuation|@ohos.continuation.continuationManager.d.ts|
|废弃版本有变化|类名:continuationManager;<br>方法or属性:function updateConnectStatus(token: number, deviceId: string, status: DeviceConnectState): Promise\<void>;<br>旧版本信息:|类名:continuationManager;<br>方法or属性:function updateConnectStatus(token: number, deviceId: string, status: DeviceConnectState): Promise\<void>;<br>新版本信息:9<br>代替接口: ohos.continuation.continuationManager/continuationManager#updateContinuationState|@ohos.continuation.continuationManager.d.ts|
|废弃版本有变化|类名:continuationManager;<br>方法or属性:function startDeviceManager(token: number, options: ContinuationExtraParams, callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:continuationManager;<br>方法or属性:function startDeviceManager(token: number, options: ContinuationExtraParams, callback: AsyncCallback\<void>): void;<br>新版本信息:9<br>代替接口: ohos.continuation.continuationManager/continuationManager#startContinuationDeviceManager|@ohos.continuation.continuationManager.d.ts|
|废弃版本有变化|类名:continuationManager;<br>方法or属性:function startDeviceManager(token: number, options?: ContinuationExtraParams): Promise\<void>;<br>旧版本信息:|类名:continuationManager;<br>方法or属性:function startDeviceManager(token: number, options?: ContinuationExtraParams): Promise\<void>;<br>新版本信息:9<br>代替接口: ohos.continuation.continuationManager/continuationManager#startContinuationDeviceManager|@ohos.continuation.continuationManager.d.ts|
|废弃版本有变化|类名:Context;<br>方法or属性:getExternalCacheDir(): Promise\<string>;<br>旧版本信息:|类名:Context;<br>方法or属性:getExternalCacheDir(): Promise\<string>;<br>新版本信息:7<br>代替接口:|context.d.ts|
|废弃版本有变化|类名:Context;<br>方法or属性:setShowOnLockScreen(show: boolean): Promise\<void>;<br>旧版本信息:|类名:Context;<br>方法or属性:setShowOnLockScreen(show: boolean): Promise\<void>;<br>新版本信息:9<br>代替接口: ohos.window/window.WindowStage#setShowOnLockScreen|context.d.ts|
|新增(错误码)|类名:dataUriUtils;<br>方法or属性:function getId(uri: string): number;<br>旧版本信息:|类名:dataUriUtils;<br>方法or属性:function getId(uri: string): number;<br>新版本信息:401|@ohos.app.ability.dataUriUtils.d.ts|
|新增(错误码)|类名:dataUriUtils;<br>方法or属性:function attachId(uri: string, id: number): string;<br>旧版本信息:|类名:dataUriUtils;<br>方法or属性:function attachId(uri: string, id: number): string;<br>新版本信息:401|@ohos.app.ability.dataUriUtils.d.ts|
|新增(错误码)|类名:dataUriUtils;<br>方法or属性:function deleteId(uri: string): string;<br>旧版本信息:|类名:dataUriUtils;<br>方法or属性:function deleteId(uri: string): string;<br>新版本信息:401|@ohos.app.ability.dataUriUtils.d.ts|
|新增(错误码)|类名:dataUriUtils;<br>方法or属性:function updateId(uri: string, id: number): string;<br>旧版本信息:|类名:dataUriUtils;<br>方法or属性:function updateId(uri: string, id: number): string;<br>新版本信息:401|@ohos.app.ability.dataUriUtils.d.ts|
|新增(错误码)|类名:Caller;<br>方法or属性:release(): void;<br>旧版本信息:|类名:Caller;<br>方法or属性:release(): void;<br>新版本信息:16200001,16200002|@ohos.app.ability.UIAbility.d.ts|
|新增(错误码)|类名:wantAgent;<br>方法or属性:function getUid(agent: WantAgent): Promise\<number>;<br>旧版本信息:|类名:wantAgent;<br>方法or属性:function getUid(agent: WantAgent): Promise\<number>;<br>新版本信息:401,16000007,16000151|@ohos.app.ability.wantAgent.d.ts|
|新增(错误码)|类名:continuationManager;<br>方法or属性:function off(type: 'deviceSelected', token: number): void;<br>旧版本信息:|类名:continuationManager;<br>方法or属性:function off(type: 'deviceSelected', token: number): void;<br>新版本信息:201,401,16600001,16600002,16600004|@ohos.continuation.continuationManager.d.ts|
|新增(错误码)|类名:continuationManager;<br>方法or属性:function off(type: 'deviceUnselected', token: number): void;<br>旧版本信息:|类名:continuationManager;<br>方法or属性:function off(type: 'deviceUnselected', token: number): void;<br>新版本信息:201,401,16600001,16600002,16600004|@ohos.continuation.continuationManager.d.ts|
|新增(错误码)|类名:continuationManager;<br>方法or属性:function registerContinuation(options: ContinuationExtraParams, callback: AsyncCallback\<number>): void;<br>旧版本信息:|类名:continuationManager;<br>方法or属性:function registerContinuation(options: ContinuationExtraParams, callback: AsyncCallback\<number>): void;<br>新版本信息:201,401,16600001,16600003|@ohos.continuation.continuationManager.d.ts|
|新增(错误码)|类名:continuationManager;<br>方法or属性:function registerContinuation(options?: ContinuationExtraParams): Promise\<number>;<br>旧版本信息:|类名:continuationManager;<br>方法or属性:function registerContinuation(options?: ContinuationExtraParams): Promise\<number>;<br>新版本信息:201,401,16600001,16600003|@ohos.continuation.continuationManager.d.ts|
|新增(错误码)|类名:continuationManager;<br>方法or属性:function unregisterContinuation(token: number): Promise\<void>;<br>旧版本信息:|类名:continuationManager;<br>方法or属性:function unregisterContinuation(token: number): Promise\<void>;<br>新版本信息:201,401,16600001,16600002|@ohos.continuation.continuationManager.d.ts|
|新增(错误码)|类名:continuationManager;<br>方法or属性:function updateContinuationState(token: number, deviceId: string, status: DeviceConnectState): Promise\<void>;<br>旧版本信息:|类名:continuationManager;<br>方法or属性:function updateContinuationState(token: number, deviceId: string, status: DeviceConnectState): Promise\<void>;<br>新版本信息:201,401,16600001,16600002|@ohos.continuation.continuationManager.d.ts|
|新增(错误码)|类名:continuationManager;<br>方法or属性:function startContinuationDeviceManager(<br>    token: number,<br>    options: ContinuationExtraParams,<br>    callback: AsyncCallback\<void><br>  ): void;<br>旧版本信息:|类名:continuationManager;<br>方法or属性:function startContinuationDeviceManager(<br>    token: number,<br>    options: ContinuationExtraParams,<br>    callback: AsyncCallback\<void><br>  ): void;<br>新版本信息:201,401,16600001,16600002|@ohos.continuation.continuationManager.d.ts|
|新增(错误码)|类名:continuationManager;<br>方法or属性:function startContinuationDeviceManager(token: number, options?: ContinuationExtraParams): Promise\<void>;<br>旧版本信息:|类名:continuationManager;<br>方法or属性:function startContinuationDeviceManager(token: number, options?: ContinuationExtraParams): Promise\<void>;<br>新版本信息:201,401,16600001,16600002|@ohos.continuation.continuationManager.d.ts|
|新增(错误码)|类名:distributedMissionManager;<br>方法or属性:function startSyncRemoteMissions(parameter: MissionParameter): Promise\<void>;<br>旧版本信息:|类名:distributedMissionManager;<br>方法or属性:function startSyncRemoteMissions(parameter: MissionParameter): Promise\<void>;<br>新版本信息:201,401|@ohos.distributedMissionManager.d.ts|
|新增(错误码)|类名:distributedMissionManager;<br>方法or属性:function stopSyncRemoteMissions(parameter: MissionDeviceInfo): Promise\<void>;<br>旧版本信息:|类名:distributedMissionManager;<br>方法or属性:function stopSyncRemoteMissions(parameter: MissionDeviceInfo): Promise\<void>;<br>新版本信息:201,401|@ohos.distributedMissionManager.d.ts|
|新增(错误码)|类名:distributedMissionManager;<br>方法or属性:function registerMissionListener(parameter: MissionDeviceInfo, options: MissionCallback): Promise\<void>;<br>旧版本信息:|类名:distributedMissionManager;<br>方法or属性:function registerMissionListener(parameter: MissionDeviceInfo, options: MissionCallback): Promise\<void>;<br>新版本信息:201,401|@ohos.distributedMissionManager.d.ts|
|新增(错误码)|类名:distributedMissionManager;<br>方法or属性:function unRegisterMissionListener(parameter: MissionDeviceInfo): Promise\<void>;<br>旧版本信息:|类名:distributedMissionManager;<br>方法or属性:function unRegisterMissionListener(parameter: MissionDeviceInfo): Promise\<void>;<br>新版本信息:201,401|@ohos.distributedMissionManager.d.ts|
|新增(错误码)|类名:distributedMissionManager;<br>方法or属性:function continueMission(parameter: ContinueDeviceInfo, options: ContinueCallback): Promise\<void>;<br>旧版本信息:|类名:distributedMissionManager;<br>方法or属性:function continueMission(parameter: ContinueDeviceInfo, options: ContinueCallback): Promise\<void>;<br>新版本信息:201,202,401,16300501,16300502,16300503,16300504,16300505,16300506|@ohos.distributedMissionManager.d.ts|
|新增(错误码)|类名:AbilityDelegator;<br>方法or属性:getCurrentTopAbility(): Promise\<UIAbility>;<br>旧版本信息:|类名:AbilityDelegator;<br>方法or属性:getCurrentTopAbility(): Promise\<UIAbility>;<br>新版本信息:16000100|AbilityDelegator.d.ts|
|新增(错误码)|类名:Context;<br>方法or属性:getApplicationContext(): ApplicationContext;<br>旧版本信息:|类名:Context;<br>方法or属性:getApplicationContext(): ApplicationContext;<br>新版本信息:401|Context.d.ts|
|新增(错误码)|类名:FormExtensionContext;<br>方法or属性:startAbility(want: Want, callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:FormExtensionContext;<br>方法or属性:startAbility(want: Want, callback: AsyncCallback\<void>): void;<br>新版本信息:202,401,16500050,16500100,16500101,16501000|FormExtensionContext.d.ts|
|新增(错误码)|类名:FormExtensionContext;<br>方法or属性:startAbility(want: Want): Promise\<void>;<br>旧版本信息:|类名:FormExtensionContext;<br>方法or属性:startAbility(want: Want): Promise\<void>;<br>新版本信息:202,401,16500050,16500100,16500101,16501000|FormExtensionContext.d.ts|
|新增(错误码)|类名:UIAbilityContext;<br>方法or属性:isTerminating(): boolean;<br>旧版本信息:|类名:UIAbilityContext;<br>方法or属性:isTerminating(): boolean;<br>新版本信息:16000011|UIAbilityContext.d.ts|
|错误码有变化|类名:abilityManager;<br>方法or属性:function updateConfiguration(config: Configuration, callback: AsyncCallback\<void>): void;<br>旧版本信息:401|类名:abilityManager;<br>方法or属性:function updateConfiguration(config: Configuration, callback: AsyncCallback\<void>): void;<br>新版本信息:201,202,401,16000050|@ohos.app.ability.abilityManager.d.ts|
|错误码有变化|类名:abilityManager;<br>方法or属性:function updateConfiguration(config: Configuration): Promise\<void>;<br>旧版本信息:401|类名:abilityManager;<br>方法or属性:function updateConfiguration(config: Configuration): Promise\<void>;<br>新版本信息:201,202,401,16000050|@ohos.app.ability.abilityManager.d.ts|
|错误码有变化|类名:abilityManager;<br>方法or属性:function getAbilityRunningInfos(): Promise\<Array\<AbilityRunningInfo>>;<br>旧版本信息:401|类名:abilityManager;<br>方法or属性:function getAbilityRunningInfos(): Promise\<Array\<AbilityRunningInfo>>;<br>新版本信息:202,16000050|@ohos.app.ability.abilityManager.d.ts|
|错误码有变化|类名:abilityManager;<br>方法or属性:function getAbilityRunningInfos(callback: AsyncCallback\<Array\<AbilityRunningInfo>>): void;<br>旧版本信息:401|类名:abilityManager;<br>方法or属性:function getAbilityRunningInfos(callback: AsyncCallback\<Array\<AbilityRunningInfo>>): void;<br>新版本信息:202,401,16000050|@ohos.app.ability.abilityManager.d.ts|
|错误码有变化|类名:abilityManager;<br>方法or属性:function getExtensionRunningInfos(upperLimit: number): Promise\<Array\<ExtensionRunningInfo>>;<br>旧版本信息:401|类名:abilityManager;<br>方法or属性:function getExtensionRunningInfos(upperLimit: number): Promise\<Array\<ExtensionRunningInfo>>;<br>新版本信息:202,401,16000050|@ohos.app.ability.abilityManager.d.ts|
|错误码有变化|类名:abilityManager;<br>方法or属性:function getExtensionRunningInfos(upperLimit: number, callback: AsyncCallback\<Array\<ExtensionRunningInfo>>): void;<br>旧版本信息:401|类名:abilityManager;<br>方法or属性:function getExtensionRunningInfos(upperLimit: number, callback: AsyncCallback\<Array\<ExtensionRunningInfo>>): void;<br>新版本信息:202,401,16000050|@ohos.app.ability.abilityManager.d.ts|
|错误码有变化|类名:abilityManager;<br>方法or属性:function getTopAbility(): Promise\<ElementName>;<br>旧版本信息:401|类名:abilityManager;<br>方法or属性:function getTopAbility(): Promise\<ElementName>;<br>新版本信息:202,16000050|@ohos.app.ability.abilityManager.d.ts|
|错误码有变化|类名:abilityManager;<br>方法or属性:function getTopAbility(callback: AsyncCallback\<ElementName>): void;<br>旧版本信息:401|类名:abilityManager;<br>方法or属性:function getTopAbility(callback: AsyncCallback\<ElementName>): void;<br>新版本信息:202,401,16000050|@ohos.app.ability.abilityManager.d.ts|
|错误码有变化|类名:appManager;<br>方法or属性:function on(type: 'applicationState', observer: ApplicationStateObserver): number;<br>旧版本信息:401|类名:appManager;<br>方法or属性:function on(type: 'applicationState', observer: ApplicationStateObserver): number;<br>新版本信息:201,202,401,16000050|@ohos.app.ability.appManager.d.ts|
|错误码有变化|类名:appManager;<br>方法or属性:function on(type: 'applicationState', observer: ApplicationStateObserver, bundleNameList: Array\<string>): number;<br>旧版本信息:401|类名:appManager;<br>方法or属性:function on(type: 'applicationState', observer: ApplicationStateObserver, bundleNameList: Array\<string>): number;<br>新版本信息:201,202,401,16000050|@ohos.app.ability.appManager.d.ts|
|错误码有变化|类名:appManager;<br>方法or属性:function off(type: 'applicationState', observerId: number, callback: AsyncCallback\<void>): void;<br>旧版本信息:401|类名:appManager;<br>方法or属性:function off(type: 'applicationState', observerId: number, callback: AsyncCallback\<void>): void;<br>新版本信息:201,202,401,16000050|@ohos.app.ability.appManager.d.ts|
|错误码有变化|类名:appManager;<br>方法or属性:function off(type: 'applicationState', observerId: number): Promise\<void>;<br>旧版本信息:401|类名:appManager;<br>方法or属性:function off(type: 'applicationState', observerId: number): Promise\<void>;<br>新版本信息:201,202,401,16000050|@ohos.app.ability.appManager.d.ts|
|错误码有变化|类名:appManager;<br>方法or属性:function getForegroundApplications(callback: AsyncCallback\<Array\<AppStateData>>): void;<br>旧版本信息:401|类名:appManager;<br>方法or属性:function getForegroundApplications(callback: AsyncCallback\<Array\<AppStateData>>): void;<br>新版本信息:201,202,401,16000050|@ohos.app.ability.appManager.d.ts|
|错误码有变化|类名:appManager;<br>方法or属性:function getForegroundApplications(): Promise\<Array\<AppStateData>>;<br>旧版本信息:401|类名:appManager;<br>方法or属性:function getForegroundApplications(): Promise\<Array\<AppStateData>>;<br>新版本信息:201,202,16000050|@ohos.app.ability.appManager.d.ts|
|错误码有变化|类名:appManager;<br>方法or属性:function killProcessWithAccount(bundleName: string, accountId: number): Promise\<void>;<br>旧版本信息:401|类名:appManager;<br>方法or属性:function killProcessWithAccount(bundleName: string, accountId: number): Promise\<void>;<br>新版本信息:201,202,401,16000050|@ohos.app.ability.appManager.d.ts|
|错误码有变化|类名:appManager;<br>方法or属性:function killProcessWithAccount(bundleName: string, accountId: number, callback: AsyncCallback\<void>): void;<br>旧版本信息:401|类名:appManager;<br>方法or属性:function killProcessWithAccount(bundleName: string, accountId: number, callback: AsyncCallback\<void>): void;<br>新版本信息:201,202,401,16000050|@ohos.app.ability.appManager.d.ts|
|错误码有变化|类名:appManager;<br>方法or属性:function isRunningInStabilityTest(callback: AsyncCallback\<boolean>): void;<br>旧版本信息:401|类名:appManager;<br>方法or属性:function isRunningInStabilityTest(callback: AsyncCallback\<boolean>): void;<br>新版本信息:401,16000050|@ohos.app.ability.appManager.d.ts|
|错误码有变化|类名:appManager;<br>方法or属性:function isRunningInStabilityTest(): Promise\<boolean>;<br>旧版本信息:401|类名:appManager;<br>方法or属性:function isRunningInStabilityTest(): Promise\<boolean>;<br>新版本信息:16000050|@ohos.app.ability.appManager.d.ts|
|错误码有变化|类名:appManager;<br>方法or属性:function killProcessesByBundleName(bundleName: string): Promise\<void>;<br>旧版本信息:401|类名:appManager;<br>方法or属性:function killProcessesByBundleName(bundleName: string): Promise\<void>;<br>新版本信息:201,202,401,16000050|@ohos.app.ability.appManager.d.ts|
|错误码有变化|类名:appManager;<br>方法or属性:function killProcessesByBundleName(bundleName: string, callback: AsyncCallback\<void>);<br>旧版本信息:401|类名:appManager;<br>方法or属性:function killProcessesByBundleName(bundleName: string, callback: AsyncCallback\<void>);<br>新版本信息:201,202,401,16000050|@ohos.app.ability.appManager.d.ts|
|错误码有变化|类名:appManager;<br>方法or属性:function clearUpApplicationData(bundleName: string): Promise\<void>;<br>旧版本信息:401|类名:appManager;<br>方法or属性:function clearUpApplicationData(bundleName: string): Promise\<void>;<br>新版本信息:201,202,401,16000050|@ohos.app.ability.appManager.d.ts|
|错误码有变化|类名:appManager;<br>方法or属性:function clearUpApplicationData(bundleName: string, callback: AsyncCallback\<void>);<br>旧版本信息:401|类名:appManager;<br>方法or属性:function clearUpApplicationData(bundleName: string, callback: AsyncCallback\<void>);<br>新版本信息:201,202,401,16000050|@ohos.app.ability.appManager.d.ts|
|错误码有变化|类名:appManager;<br>方法or属性:function isRamConstrainedDevice(): Promise\<boolean>;<br>旧版本信息:401|类名:appManager;<br>方法or属性:function isRamConstrainedDevice(): Promise\<boolean>;<br>新版本信息:16000050|@ohos.app.ability.appManager.d.ts|
|错误码有变化|类名:appManager;<br>方法or属性:function isRamConstrainedDevice(callback: AsyncCallback\<boolean>): void;<br>旧版本信息:401|类名:appManager;<br>方法or属性:function isRamConstrainedDevice(callback: AsyncCallback\<boolean>): void;<br>新版本信息:401,16000050|@ohos.app.ability.appManager.d.ts|
|错误码有变化|类名:appManager;<br>方法or属性:function getAppMemorySize(): Promise\<number>;<br>旧版本信息:401|类名:appManager;<br>方法or属性:function getAppMemorySize(): Promise\<number>;<br>新版本信息:16000050|@ohos.app.ability.appManager.d.ts|
|错误码有变化|类名:appManager;<br>方法or属性:function getAppMemorySize(callback: AsyncCallback\<number>): void;<br>旧版本信息:401|类名:appManager;<br>方法or属性:function getAppMemorySize(callback: AsyncCallback\<number>): void;<br>新版本信息:401,16000050|@ohos.app.ability.appManager.d.ts|
|错误码有变化|类名:appManager;<br>方法or属性:function getRunningProcessInformation(): Promise\<Array\<ProcessInformation>>;<br>旧版本信息:401|类名:appManager;<br>方法or属性:function getRunningProcessInformation(): Promise\<Array\<ProcessInformation>>;<br>新版本信息:16000050|@ohos.app.ability.appManager.d.ts|
|错误码有变化|类名:appManager;<br>方法or属性:function getRunningProcessInformation(callback: AsyncCallback\<Array\<ProcessInformation>>): void;<br>旧版本信息:401|类名:appManager;<br>方法or属性:function getRunningProcessInformation(callback: AsyncCallback\<Array\<ProcessInformation>>): void;<br>新版本信息:401,16000050|@ohos.app.ability.appManager.d.ts|
|错误码有变化|类名:errorManager;<br>方法or属性:function on(type: 'error', observer: ErrorObserver): number;<br>旧版本信息:401|类名:errorManager;<br>方法or属性:function on(type: 'error', observer: ErrorObserver): number;<br>新版本信息:401,16000003|@ohos.app.ability.errorManager.d.ts|
|错误码有变化|类名:errorManager;<br>方法or属性:function off(type: 'error', observerId: number, callback: AsyncCallback\<void>): void;<br>旧版本信息:401|类名:errorManager;<br>方法or属性:function off(type: 'error', observerId: number, callback: AsyncCallback\<void>): void;<br>新版本信息:401,16000003|@ohos.app.ability.errorManager.d.ts|
|错误码有变化|类名:errorManager;<br>方法or属性:function off(type: 'error', observerId: number): Promise\<void>;<br>旧版本信息:401|类名:errorManager;<br>方法or属性:function off(type: 'error', observerId: number): Promise\<void>;<br>新版本信息:401,16000003|@ohos.app.ability.errorManager.d.ts|
|错误码有变化|类名:missionManager;<br>方法or属性:function on(type: 'mission', listener: MissionListener): number;<br>旧版本信息:401|类名:missionManager;<br>方法or属性:function on(type: 'mission', listener: MissionListener): number;<br>新版本信息:201,202,401|@ohos.app.ability.missionManager.d.ts|
|错误码有变化|类名:missionManager;<br>方法or属性:function off(type: 'mission', listenerId: number, callback: AsyncCallback\<void>): void;<br>旧版本信息:401|类名:missionManager;<br>方法or属性:function off(type: 'mission', listenerId: number, callback: AsyncCallback\<void>): void;<br>新版本信息:201,202,401,16300002|@ohos.app.ability.missionManager.d.ts|
|错误码有变化|类名:missionManager;<br>方法or属性:function off(type: 'mission', listenerId: number): Promise\<void>;<br>旧版本信息:401|类名:missionManager;<br>方法or属性:function off(type: 'mission', listenerId: number): Promise\<void>;<br>新版本信息:201,202,401,16300002|@ohos.app.ability.missionManager.d.ts|
|错误码有变化|类名:missionManager;<br>方法or属性:function getMissionInfo(deviceId: string, missionId: number, callback: AsyncCallback\<MissionInfo>): void;<br>旧版本信息:401|类名:missionManager;<br>方法or属性:function getMissionInfo(deviceId: string, missionId: number, callback: AsyncCallback\<MissionInfo>): void;<br>新版本信息:201,202,401|@ohos.app.ability.missionManager.d.ts|
|错误码有变化|类名:missionManager;<br>方法or属性:function getMissionInfo(deviceId: string, missionId: number): Promise\<MissionInfo>;<br>旧版本信息:401|类名:missionManager;<br>方法or属性:function getMissionInfo(deviceId: string, missionId: number): Promise\<MissionInfo>;<br>新版本信息:201,202,401|@ohos.app.ability.missionManager.d.ts|
|错误码有变化|类名:missionManager;<br>方法or属性:function getMissionInfos(deviceId: string, numMax: number, callback: AsyncCallback\<Array\<MissionInfo>>): void;<br>旧版本信息:401|类名:missionManager;<br>方法or属性:function getMissionInfos(deviceId: string, numMax: number, callback: AsyncCallback\<Array\<MissionInfo>>): void;<br>新版本信息:201,202,401|@ohos.app.ability.missionManager.d.ts|
|错误码有变化|类名:missionManager;<br>方法or属性:function getMissionInfos(deviceId: string, numMax: number): Promise\<Array\<MissionInfo>>;<br>旧版本信息:401|类名:missionManager;<br>方法or属性:function getMissionInfos(deviceId: string, numMax: number): Promise\<Array\<MissionInfo>>;<br>新版本信息:201,202,401|@ohos.app.ability.missionManager.d.ts|
|错误码有变化|类名:missionManager;<br>方法or属性:function getMissionSnapShot(deviceId: string, missionId: number, callback: AsyncCallback\<MissionSnapshot>): void;<br>旧版本信息:401|类名:missionManager;<br>方法or属性:function getMissionSnapShot(deviceId: string, missionId: number, callback: AsyncCallback\<MissionSnapshot>): void;<br>新版本信息:201,202,401|@ohos.app.ability.missionManager.d.ts|
|错误码有变化|类名:missionManager;<br>方法or属性:function getMissionSnapShot(deviceId: string, missionId: number): Promise\<MissionSnapshot>;<br>旧版本信息:401|类名:missionManager;<br>方法or属性:function getMissionSnapShot(deviceId: string, missionId: number): Promise\<MissionSnapshot>;<br>新版本信息:201,202,401|@ohos.app.ability.missionManager.d.ts|
|错误码有变化|类名:missionManager;<br>方法or属性:function getLowResolutionMissionSnapShot(<br>    deviceId: string,<br>    missionId: number,<br>    callback: AsyncCallback\<MissionSnapshot><br>  ): void;<br>旧版本信息:401|类名:missionManager;<br>方法or属性:function getLowResolutionMissionSnapShot(<br>    deviceId: string,<br>    missionId: number,<br>    callback: AsyncCallback\<MissionSnapshot><br>  ): void;<br>新版本信息:201,202,401|@ohos.app.ability.missionManager.d.ts|
|错误码有变化|类名:missionManager;<br>方法or属性:function getLowResolutionMissionSnapShot(deviceId: string, missionId: number): Promise\<MissionSnapshot>;<br>旧版本信息:401|类名:missionManager;<br>方法or属性:function getLowResolutionMissionSnapShot(deviceId: string, missionId: number): Promise\<MissionSnapshot>;<br>新版本信息:201,202,401|@ohos.app.ability.missionManager.d.ts|
|错误码有变化|类名:missionManager;<br>方法or属性:function lockMission(missionId: number, callback: AsyncCallback\<void>): void;<br>旧版本信息:401|类名:missionManager;<br>方法or属性:function lockMission(missionId: number, callback: AsyncCallback\<void>): void;<br>新版本信息:201,202,401,16300001|@ohos.app.ability.missionManager.d.ts|
|错误码有变化|类名:missionManager;<br>方法or属性:function lockMission(missionId: number): Promise\<void>;<br>旧版本信息:401|类名:missionManager;<br>方法or属性:function lockMission(missionId: number): Promise\<void>;<br>新版本信息:201,202,401,16300001|@ohos.app.ability.missionManager.d.ts|
|错误码有变化|类名:missionManager;<br>方法or属性:function unlockMission(missionId: number, callback: AsyncCallback\<void>): void;<br>旧版本信息:401|类名:missionManager;<br>方法or属性:function unlockMission(missionId: number, callback: AsyncCallback\<void>): void;<br>新版本信息:201,202,401,16300001|@ohos.app.ability.missionManager.d.ts|
|错误码有变化|类名:missionManager;<br>方法or属性:function unlockMission(missionId: number): Promise\<void>;<br>旧版本信息:401|类名:missionManager;<br>方法or属性:function unlockMission(missionId: number): Promise\<void>;<br>新版本信息:201,202,401,16300001|@ohos.app.ability.missionManager.d.ts|
|错误码有变化|类名:missionManager;<br>方法or属性:function clearMission(missionId: number, callback: AsyncCallback\<void>): void;<br>旧版本信息:401|类名:missionManager;<br>方法or属性:function clearMission(missionId: number, callback: AsyncCallback\<void>): void;<br>新版本信息:201,202,401|@ohos.app.ability.missionManager.d.ts|
|错误码有变化|类名:missionManager;<br>方法or属性:function clearMission(missionId: number): Promise\<void>;<br>旧版本信息:401|类名:missionManager;<br>方法or属性:function clearMission(missionId: number): Promise\<void>;<br>新版本信息:201,202,401|@ohos.app.ability.missionManager.d.ts|
|错误码有变化|类名:missionManager;<br>方法or属性:function clearAllMissions(callback: AsyncCallback\<void>): void;<br>旧版本信息:401|类名:missionManager;<br>方法or属性:function clearAllMissions(callback: AsyncCallback\<void>): void;<br>新版本信息:201,202,401|@ohos.app.ability.missionManager.d.ts|
|错误码有变化|类名:missionManager;<br>方法or属性:function clearAllMissions(): Promise\<void>;<br>旧版本信息:401|类名:missionManager;<br>方法or属性:function clearAllMissions(): Promise\<void>;<br>新版本信息:201,202|@ohos.app.ability.missionManager.d.ts|
|错误码有变化|类名:missionManager;<br>方法or属性:function moveMissionToFront(missionId: number, callback: AsyncCallback\<void>): void;<br>旧版本信息:401|类名:missionManager;<br>方法or属性:function moveMissionToFront(missionId: number, callback: AsyncCallback\<void>): void;<br>新版本信息:201,202,401,16000009|@ohos.app.ability.missionManager.d.ts|
|错误码有变化|类名:missionManager;<br>方法or属性:function moveMissionToFront(missionId: number, options: StartOptions, callback: AsyncCallback\<void>): void;<br>旧版本信息:401|类名:missionManager;<br>方法or属性:function moveMissionToFront(missionId: number, options: StartOptions, callback: AsyncCallback\<void>): void;<br>新版本信息:201,202,401,16000009|@ohos.app.ability.missionManager.d.ts|
|错误码有变化|类名:missionManager;<br>方法or属性:function moveMissionToFront(missionId: number, options?: StartOptions): Promise\<void>;<br>旧版本信息:401|类名:missionManager;<br>方法or属性:function moveMissionToFront(missionId: number, options?: StartOptions): Promise\<void>;<br>新版本信息:201,202,401,16000009|@ohos.app.ability.missionManager.d.ts|
|错误码有变化|类名:quickFixManager;<br>方法or属性:function applyQuickFix(hapModuleQuickFixFiles: Array\<string>, callback: AsyncCallback\<void>): void;<br>旧版本信息:401|类名:quickFixManager;<br>方法or属性:function applyQuickFix(hapModuleQuickFixFiles: Array\<string>, callback: AsyncCallback\<void>): void;<br>新版本信息:201,202,401,18500002,18500008|@ohos.app.ability.quickFixManager.d.ts|
|错误码有变化|类名:quickFixManager;<br>方法or属性:function applyQuickFix(hapModuleQuickFixFiles: Array\<string>): Promise\<void>;<br>旧版本信息:401|类名:quickFixManager;<br>方法or属性:function applyQuickFix(hapModuleQuickFixFiles: Array\<string>): Promise\<void>;<br>新版本信息:201,202,401,18500002,18500008|@ohos.app.ability.quickFixManager.d.ts|
|错误码有变化|类名:quickFixManager;<br>方法or属性:function getApplicationQuickFixInfo(bundleName: string, callback: AsyncCallback\<ApplicationQuickFixInfo>): void;<br>旧版本信息:401|类名:quickFixManager;<br>方法or属性:function getApplicationQuickFixInfo(bundleName: string, callback: AsyncCallback\<ApplicationQuickFixInfo>): void;<br>新版本信息:201,202,401,18500001,18500008|@ohos.app.ability.quickFixManager.d.ts|
|错误码有变化|类名:quickFixManager;<br>方法or属性:function getApplicationQuickFixInfo(bundleName: string): Promise\<ApplicationQuickFixInfo>;<br>旧版本信息:401|类名:quickFixManager;<br>方法or属性:function getApplicationQuickFixInfo(bundleName: string): Promise\<ApplicationQuickFixInfo>;<br>新版本信息:201,202,401,18500001,18500008|@ohos.app.ability.quickFixManager.d.ts|
|错误码有变化|类名:Caller;<br>方法or属性:call(method: string, data: rpc.Parcelable): Promise\<void>;<br>旧版本信息:401|类名:Caller;<br>方法or属性:call(method: string, data: rpc.Parcelable): Promise\<void>;<br>新版本信息:401,16200001,16200002,16000050|@ohos.app.ability.UIAbility.d.ts|
|错误码有变化|类名:Caller;<br>方法or属性:callWithResult(method: string, data: rpc.Parcelable): Promise\<rpc.MessageSequence>;<br>旧版本信息:401|类名:Caller;<br>方法or属性:callWithResult(method: string, data: rpc.Parcelable): Promise\<rpc.MessageSequence>;<br>新版本信息:401,16200001,16200002,16000050|@ohos.app.ability.UIAbility.d.ts|
|错误码有变化|类名:Caller;<br>方法or属性:onRelease(callback: OnReleaseCallback): void;<br>旧版本信息:401|类名:Caller;<br>方法or属性:onRelease(callback: OnReleaseCallback): void;<br>新版本信息:401,16200001|@ohos.app.ability.UIAbility.d.ts|
|错误码有变化|类名:Caller;<br>方法or属性:on(type: 'release', callback: OnReleaseCallback): void;<br>旧版本信息:401|类名:Caller;<br>方法or属性:on(type: 'release', callback: OnReleaseCallback): void;<br>新版本信息:401,16200001|@ohos.app.ability.UIAbility.d.ts|
|错误码有变化|类名:Callee;<br>方法or属性:on(method: string, callback: CalleeCallback): void;<br>旧版本信息:401|类名:Callee;<br>方法or属性:on(method: string, callback: CalleeCallback): void;<br>新版本信息:401,16200004,16000050|@ohos.app.ability.UIAbility.d.ts|
|错误码有变化|类名:Callee;<br>方法or属性:off(method: string): void;<br>旧版本信息:401|类名:Callee;<br>方法or属性:off(method: string): void;<br>新版本信息:401,16200005,16000050|@ohos.app.ability.UIAbility.d.ts|
|错误码有变化|类名:wantAgent;<br>方法or属性:function getBundleName(agent: WantAgent, callback: AsyncCallback\<string>): void;<br>旧版本信息:401|类名:wantAgent;<br>方法or属性:function getBundleName(agent: WantAgent, callback: AsyncCallback\<string>): void;<br>新版本信息:401,16000007,16000151|@ohos.app.ability.wantAgent.d.ts|
|错误码有变化|类名:wantAgent;<br>方法or属性:function getBundleName(agent: WantAgent): Promise\<string>;<br>旧版本信息:401|类名:wantAgent;<br>方法or属性:function getBundleName(agent: WantAgent): Promise\<string>;<br>新版本信息:401,16000007,16000151|@ohos.app.ability.wantAgent.d.ts|
|错误码有变化|类名:wantAgent;<br>方法or属性:function getUid(agent: WantAgent, callback: AsyncCallback\<number>): void;<br>旧版本信息:401|类名:wantAgent;<br>方法or属性:function getUid(agent: WantAgent, callback: AsyncCallback\<number>): void;<br>新版本信息:401,16000007,16000151|@ohos.app.ability.wantAgent.d.ts|
|错误码有变化|类名:wantAgent;<br>方法or属性:function getWant(agent: WantAgent, callback: AsyncCallback\<Want>): void;<br>旧版本信息:401|类名:wantAgent;<br>方法or属性:function getWant(agent: WantAgent, callback: AsyncCallback\<Want>): void;<br>新版本信息:401,16000007,16000015,16000151|@ohos.app.ability.wantAgent.d.ts|
|错误码有变化|类名:wantAgent;<br>方法or属性:function getWant(agent: WantAgent): Promise\<Want>;<br>旧版本信息:401|类名:wantAgent;<br>方法or属性:function getWant(agent: WantAgent): Promise\<Want>;<br>新版本信息:401,16000007,16000015,16000151|@ohos.app.ability.wantAgent.d.ts|
|错误码有变化|类名:wantAgent;<br>方法or属性:function cancel(agent: WantAgent, callback: AsyncCallback\<void>): void;<br>旧版本信息:401|类名:wantAgent;<br>方法or属性:function cancel(agent: WantAgent, callback: AsyncCallback\<void>): void;<br>新版本信息:401,16000007,16000151|@ohos.app.ability.wantAgent.d.ts|
|错误码有变化|类名:wantAgent;<br>方法or属性:function cancel(agent: WantAgent): Promise\<void>;<br>旧版本信息:401|类名:wantAgent;<br>方法or属性:function cancel(agent: WantAgent): Promise\<void>;<br>新版本信息:401,16000007,16000151|@ohos.app.ability.wantAgent.d.ts|
|错误码有变化|类名:wantAgent;<br>方法or属性:function getWantAgent(info: WantAgentInfo, callback: AsyncCallback\<WantAgent>): void;<br>旧版本信息:401|类名:wantAgent;<br>方法or属性:function getWantAgent(info: WantAgentInfo, callback: AsyncCallback\<WantAgent>): void;<br>新版本信息:401,16000007,16000151|@ohos.app.ability.wantAgent.d.ts|
|错误码有变化|类名:wantAgent;<br>方法or属性:function getWantAgent(info: WantAgentInfo): Promise\<WantAgent>;<br>旧版本信息:401|类名:wantAgent;<br>方法or属性:function getWantAgent(info: WantAgentInfo): Promise\<WantAgent>;<br>新版本信息:401,16000007,16000151|@ohos.app.ability.wantAgent.d.ts|
|错误码有变化|类名:wantAgent;<br>方法or属性:function getOperationType(agent: WantAgent, callback: AsyncCallback\<number>): void;<br>旧版本信息:401|类名:wantAgent;<br>方法or属性:function getOperationType(agent: WantAgent, callback: AsyncCallback\<number>): void;<br>新版本信息:401,16000007,16000015,16000151|@ohos.app.ability.wantAgent.d.ts|
|错误码有变化|类名:wantAgent;<br>方法or属性:function getOperationType(agent: WantAgent): Promise\<number>;<br>旧版本信息:401|类名:wantAgent;<br>方法or属性:function getOperationType(agent: WantAgent): Promise\<number>;<br>新版本信息:401,16000007,16000015,16000151|@ohos.app.ability.wantAgent.d.ts|
|错误码有变化|类名:formHost;<br>方法or属性:function deleteForm(formId: string, callback: AsyncCallback\<void>): void;<br>旧版本信息:401|类名:formHost;<br>方法or属性:function deleteForm(formId: string, callback: AsyncCallback\<void>): void;<br>新版本信息:201,202,401,16500050,16500060,16501000,16501001,16501003|@ohos.app.form.formHost.d.ts|
|错误码有变化|类名:formHost;<br>方法or属性:function deleteForm(formId: string): Promise\<void>;<br>旧版本信息:401|类名:formHost;<br>方法or属性:function deleteForm(formId: string): Promise\<void>;<br>新版本信息:201,202,401,16500050,16500060,16501000,16501001,16501003|@ohos.app.form.formHost.d.ts|
|错误码有变化|类名:formHost;<br>方法or属性:function releaseForm(formId: string, callback: AsyncCallback\<void>): void;<br>旧版本信息:401|类名:formHost;<br>方法or属性:function releaseForm(formId: string, callback: AsyncCallback\<void>): void;<br>新版本信息:201,202,401,16500050,16500060,16501000,16501001,16501003|@ohos.app.form.formHost.d.ts|
|错误码有变化|类名:formHost;<br>方法or属性:function releaseForm(formId: string, isReleaseCache: boolean, callback: AsyncCallback\<void>): void;<br>旧版本信息:401|类名:formHost;<br>方法or属性:function releaseForm(formId: string, isReleaseCache: boolean, callback: AsyncCallback\<void>): void;<br>新版本信息:201,202,401,16500050,16500060,16501000,16501001,16501003|@ohos.app.form.formHost.d.ts|
|错误码有变化|类名:formHost;<br>方法or属性:function releaseForm(formId: string, isReleaseCache?: boolean): Promise\<void>;<br>旧版本信息:401|类名:formHost;<br>方法or属性:function releaseForm(formId: string, isReleaseCache?: boolean): Promise\<void>;<br>新版本信息:201,202,401,16500050,16500060,16501000,16501001,16501003|@ohos.app.form.formHost.d.ts|
|错误码有变化|类名:formHost;<br>方法or属性:function requestForm(formId: string, callback: AsyncCallback\<void>): void;<br>旧版本信息:401|类名:formHost;<br>方法or属性:function requestForm(formId: string, callback: AsyncCallback\<void>): void;<br>新版本信息:201,202,401,16500050,16500060,16501000,16501001,16501003|@ohos.app.form.formHost.d.ts|
|错误码有变化|类名:formHost;<br>方法or属性:function requestForm(formId: string): Promise\<void>;<br>旧版本信息:401|类名:formHost;<br>方法or属性:function requestForm(formId: string): Promise\<void>;<br>新版本信息:201,202,401,16500050,16500060,16501000,16501001,16501003|@ohos.app.form.formHost.d.ts|
|错误码有变化|类名:formHost;<br>方法or属性:function castToNormalForm(formId: string, callback: AsyncCallback\<void>): void;<br>旧版本信息:401|类名:formHost;<br>方法or属性:function castToNormalForm(formId: string, callback: AsyncCallback\<void>): void;<br>新版本信息:201,202,401,16500050,16501000,16501001,16501002,16501003|@ohos.app.form.formHost.d.ts|
|错误码有变化|类名:formHost;<br>方法or属性:function castToNormalForm(formId: string): Promise\<void>;<br>旧版本信息:401|类名:formHost;<br>方法or属性:function castToNormalForm(formId: string): Promise\<void>;<br>新版本信息:201,202,401,16500050,16501000,16501001,16501002,16501003|@ohos.app.form.formHost.d.ts|
|错误码有变化|类名:formHost;<br>方法or属性:function notifyVisibleForms(formIds: Array\<string>, callback: AsyncCallback\<void>): void;<br>旧版本信息:401|类名:formHost;<br>方法or属性:function notifyVisibleForms(formIds: Array\<string>, callback: AsyncCallback\<void>): void;<br>新版本信息:201,202,401,16500050,16500060,16501000|@ohos.app.form.formHost.d.ts|
|错误码有变化|类名:formHost;<br>方法or属性:function notifyVisibleForms(formIds: Array\<string>): Promise\<void>;<br>旧版本信息:401|类名:formHost;<br>方法or属性:function notifyVisibleForms(formIds: Array\<string>): Promise\<void>;<br>新版本信息:201,202,401,16500050,16500060,16501000|@ohos.app.form.formHost.d.ts|
|错误码有变化|类名:formHost;<br>方法or属性:function notifyInvisibleForms(formIds: Array\<string>, callback: AsyncCallback\<void>): void;<br>旧版本信息:401|类名:formHost;<br>方法or属性:function notifyInvisibleForms(formIds: Array\<string>, callback: AsyncCallback\<void>): void;<br>新版本信息:201,202,401,16500050,16500060,16501000|@ohos.app.form.formHost.d.ts|
|错误码有变化|类名:formHost;<br>方法or属性:function notifyInvisibleForms(formIds: Array\<string>): Promise\<void>;<br>旧版本信息:401|类名:formHost;<br>方法or属性:function notifyInvisibleForms(formIds: Array\<string>): Promise\<void>;<br>新版本信息:201,202,401,16500050,16500060,16501000|@ohos.app.form.formHost.d.ts|
|错误码有变化|类名:formHost;<br>方法or属性:function enableFormsUpdate(formIds: Array\<string>, callback: AsyncCallback\<void>): void;<br>旧版本信息:401|类名:formHost;<br>方法or属性:function enableFormsUpdate(formIds: Array\<string>, callback: AsyncCallback\<void>): void;<br>新版本信息:201,202,401,16500050,16500060,16501000,16501003|@ohos.app.form.formHost.d.ts|
|错误码有变化|类名:formHost;<br>方法or属性:function enableFormsUpdate(formIds: Array\<string>): Promise\<void>;<br>旧版本信息:401|类名:formHost;<br>方法or属性:function enableFormsUpdate(formIds: Array\<string>): Promise\<void>;<br>新版本信息:201,202,401,16500050,16500060,16501000,16501003|@ohos.app.form.formHost.d.ts|
|错误码有变化|类名:formHost;<br>方法or属性:function disableFormsUpdate(formIds: Array\<string>, callback: AsyncCallback\<void>): void;<br>旧版本信息:401|类名:formHost;<br>方法or属性:function disableFormsUpdate(formIds: Array\<string>, callback: AsyncCallback\<void>): void;<br>新版本信息:201,202,401,16500050,16500060,16501000,16501001,16501003|@ohos.app.form.formHost.d.ts|
|错误码有变化|类名:formHost;<br>方法or属性:function disableFormsUpdate(formIds: Array\<string>): Promise\<void>;<br>旧版本信息:401|类名:formHost;<br>方法or属性:function disableFormsUpdate(formIds: Array\<string>): Promise\<void>;<br>新版本信息:201,202,401,16500050,16500060,16501000,16501001,16501003|@ohos.app.form.formHost.d.ts|
|错误码有变化|类名:formHost;<br>方法or属性:function isSystemReady(callback: AsyncCallback\<void>): void;<br>旧版本信息:401|类名:formHost;<br>方法or属性:function isSystemReady(callback: AsyncCallback\<void>): void;<br>新版本信息:202,401|@ohos.app.form.formHost.d.ts|
|错误码有变化|类名:formHost;<br>方法or属性:function isSystemReady(): Promise\<void>;<br>旧版本信息:401|类名:formHost;<br>方法or属性:function isSystemReady(): Promise\<void>;<br>新版本信息:202|@ohos.app.form.formHost.d.ts|
|错误码有变化|类名:formHost;<br>方法or属性:function getAllFormsInfo(callback: AsyncCallback\<Array\<formInfo.FormInfo>>): void;<br>旧版本信息:401|类名:formHost;<br>方法or属性:function getAllFormsInfo(callback: AsyncCallback\<Array\<formInfo.FormInfo>>): void;<br>新版本信息:201,202,401,16500050,16500060,16501000|@ohos.app.form.formHost.d.ts|
|错误码有变化|类名:formHost;<br>方法or属性:function getAllFormsInfo(): Promise\<Array\<formInfo.FormInfo>>;<br>旧版本信息:401|类名:formHost;<br>方法or属性:function getAllFormsInfo(): Promise\<Array\<formInfo.FormInfo>>;<br>新版本信息:201,202,16500050,16500060,16501000|@ohos.app.form.formHost.d.ts|
|错误码有变化|类名:formHost;<br>方法or属性:function getFormsInfo(bundleName: string, callback: AsyncCallback\<Array\<formInfo.FormInfo>>): void;<br>旧版本信息:401|类名:formHost;<br>方法or属性:function getFormsInfo(bundleName: string, callback: AsyncCallback\<Array\<formInfo.FormInfo>>): void;<br>新版本信息:201,202,401,16500050,16500060,16500100,16501000|@ohos.app.form.formHost.d.ts|
|错误码有变化|类名:formHost;<br>方法or属性:function getFormsInfo(<br>    bundleName: string,<br>    moduleName: string,<br>    callback: AsyncCallback\<Array\<formInfo.FormInfo>><br>  ): void;<br>旧版本信息:401|类名:formHost;<br>方法or属性:function getFormsInfo(<br>    bundleName: string,<br>    moduleName: string,<br>    callback: AsyncCallback\<Array\<formInfo.FormInfo>><br>  ): void;<br>新版本信息:201,202,401,16500050,16500060,16500100,16501000|@ohos.app.form.formHost.d.ts|
|错误码有变化|类名:formHost;<br>方法or属性:function getFormsInfo(bundleName: string, moduleName?: string): Promise\<Array\<formInfo.FormInfo>>;<br>旧版本信息:401|类名:formHost;<br>方法or属性:function getFormsInfo(bundleName: string, moduleName?: string): Promise\<Array\<formInfo.FormInfo>>;<br>新版本信息:201,202,401,16500050,16500060,16500100,16501000|@ohos.app.form.formHost.d.ts|
|错误码有变化|类名:formHost;<br>方法or属性:function deleteInvalidForms(formIds: Array\<string>, callback: AsyncCallback\<number>): void;<br>旧版本信息:401|类名:formHost;<br>方法or属性:function deleteInvalidForms(formIds: Array\<string>, callback: AsyncCallback\<number>): void;<br>新版本信息:201,202,401,16500050,16500060,16501000|@ohos.app.form.formHost.d.ts|
|错误码有变化|类名:formHost;<br>方法or属性:function deleteInvalidForms(formIds: Array\<string>): Promise\<number>;<br>旧版本信息:401|类名:formHost;<br>方法or属性:function deleteInvalidForms(formIds: Array\<string>): Promise\<number>;<br>新版本信息:201,202,401,16500050,16500060,16501000|@ohos.app.form.formHost.d.ts|
|错误码有变化|类名:formHost;<br>方法or属性:function acquireFormState(want: Want, callback: AsyncCallback\<formInfo.FormStateInfo>): void;<br>旧版本信息:401|类名:formHost;<br>方法or属性:function acquireFormState(want: Want, callback: AsyncCallback\<formInfo.FormStateInfo>): void;<br>新版本信息:201,202,401,16500050,16500060,16500100,16501000|@ohos.app.form.formHost.d.ts|
|错误码有变化|类名:formHost;<br>方法or属性:function acquireFormState(want: Want): Promise\<formInfo.FormStateInfo>;<br>旧版本信息:401|类名:formHost;<br>方法or属性:function acquireFormState(want: Want): Promise\<formInfo.FormStateInfo>;<br>新版本信息:201,202,401,16500050,16500060,16500100,16501000|@ohos.app.form.formHost.d.ts|
|错误码有变化|类名:formHost;<br>方法or属性:function on(type: 'formUninstall', callback: Callback\<string>): void;<br>旧版本信息:401|类名:formHost;<br>方法or属性:function on(type: 'formUninstall', callback: Callback\<string>): void;<br>新版本信息:202,401|@ohos.app.form.formHost.d.ts|
|错误码有变化|类名:formHost;<br>方法or属性:function off(type: 'formUninstall', callback?: Callback\<string>): void;<br>旧版本信息:401|类名:formHost;<br>方法or属性:function off(type: 'formUninstall', callback?: Callback\<string>): void;<br>新版本信息:202,401|@ohos.app.form.formHost.d.ts|
|错误码有变化|类名:formHost;<br>方法or属性:function notifyFormsVisible(formIds: Array\<string>, isVisible: boolean, callback: AsyncCallback\<void>): void;<br>旧版本信息:401|类名:formHost;<br>方法or属性:function notifyFormsVisible(formIds: Array\<string>, isVisible: boolean, callback: AsyncCallback\<void>): void;<br>新版本信息:201,202,401,16500050,16500060,16501000,16501003|@ohos.app.form.formHost.d.ts|
|错误码有变化|类名:formHost;<br>方法or属性:function notifyFormsVisible(formIds: Array\<string>, isVisible: boolean): Promise\<void>;<br>旧版本信息:401|类名:formHost;<br>方法or属性:function notifyFormsVisible(formIds: Array\<string>, isVisible: boolean): Promise\<void>;<br>新版本信息:201,202,401,16500050,16500060,16501000,16501003|@ohos.app.form.formHost.d.ts|
|错误码有变化|类名:formHost;<br>方法or属性:function notifyFormsEnableUpdate(<br>    formIds: Array\<string>,<br>    isEnableUpdate: boolean,<br>    callback: AsyncCallback\<void><br>  ): void;<br>旧版本信息:401|类名:formHost;<br>方法or属性:function notifyFormsEnableUpdate(<br>    formIds: Array\<string>,<br>    isEnableUpdate: boolean,<br>    callback: AsyncCallback\<void><br>  ): void;<br>新版本信息:201,202,401,16500050,16500060,16501000,16501003|@ohos.app.form.formHost.d.ts|
|错误码有变化|类名:formHost;<br>方法or属性:function notifyFormsEnableUpdate(formIds: Array\<string>, isEnableUpdate: boolean): Promise\<void>;<br>旧版本信息:401|类名:formHost;<br>方法or属性:function notifyFormsEnableUpdate(formIds: Array\<string>, isEnableUpdate: boolean): Promise\<void>;<br>新版本信息:201,202,401,16500050,16500060,16501000,16501003|@ohos.app.form.formHost.d.ts|
|错误码有变化|类名:formHost;<br>方法or属性:function shareForm(formId: string, deviceId: string, callback: AsyncCallback\<void>): void;<br>旧版本信息:401|类名:formHost;<br>方法or属性:function shareForm(formId: string, deviceId: string, callback: AsyncCallback\<void>): void;<br>新版本信息:201,202,401,16500050,16501000,16501001,16501003|@ohos.app.form.formHost.d.ts|
|错误码有变化|类名:formHost;<br>方法or属性:function shareForm(formId: string, deviceId: string): Promise\<void>;<br>旧版本信息:401|类名:formHost;<br>方法or属性:function shareForm(formId: string, deviceId: string): Promise\<void>;<br>新版本信息:201,202,401,16500050,16501000,16501001,16501003|@ohos.app.form.formHost.d.ts|
|错误码有变化|类名:formHost;<br>方法or属性:function notifyFormsPrivacyProtected(<br>    formIds: Array\<string>,<br>    isProtected: boolean,<br>    callback: AsyncCallback\<void><br>  ): void;<br>旧版本信息:401|类名:formHost;<br>方法or属性:function notifyFormsPrivacyProtected(<br>    formIds: Array\<string>,<br>    isProtected: boolean,<br>    callback: AsyncCallback\<void><br>  ): void;<br>新版本信息:201,202,401,16500050,16500060,16501000|@ohos.app.form.formHost.d.ts|
|错误码有变化|类名:formHost;<br>方法or属性:function notifyFormsPrivacyProtected(formIds: Array\<string>, isProtected: boolean): Promise\<void>;<br>旧版本信息:401|类名:formHost;<br>方法or属性:function notifyFormsPrivacyProtected(formIds: Array\<string>, isProtected: boolean): Promise\<void>;<br>新版本信息:201,202,401,16500050,16500060,16501000|@ohos.app.form.formHost.d.ts|
|错误码有变化|类名:formProvider;<br>方法or属性:function setFormNextRefreshTime(formId: string, minute: number, callback: AsyncCallback\<void>): void;<br>旧版本信息:401|类名:formProvider;<br>方法or属性:function setFormNextRefreshTime(formId: string, minute: number, callback: AsyncCallback\<void>): void;<br>新版本信息:401,16500050,16500060,16500100,16501000,16501001,16501002,16501003|@ohos.app.form.formProvider.d.ts|
|错误码有变化|类名:formProvider;<br>方法or属性:function setFormNextRefreshTime(formId: string, minute: number): Promise\<void>;<br>旧版本信息:401|类名:formProvider;<br>方法or属性:function setFormNextRefreshTime(formId: string, minute: number): Promise\<void>;<br>新版本信息:401,16500050,16500060,16500100,16501000,16501001,16501002,16501003|@ohos.app.form.formProvider.d.ts|
|错误码有变化|类名:formProvider;<br>方法or属性:function updateForm(<br>    formId: string,<br>    formBindingData: formBindingData.FormBindingData,<br>    callback: AsyncCallback\<void><br>  ): void;<br>旧版本信息:401|类名:formProvider;<br>方法or属性:function updateForm(<br>    formId: string,<br>    formBindingData: formBindingData.FormBindingData,<br>    callback: AsyncCallback\<void><br>  ): void;<br>新版本信息:401,16500050,16500060,16500100,16501000,16501001,16501003|@ohos.app.form.formProvider.d.ts|
|错误码有变化|类名:formProvider;<br>方法or属性:function updateForm(formId: string, formBindingData: formBindingData.FormBindingData): Promise\<void>;<br>旧版本信息:401|类名:formProvider;<br>方法or属性:function updateForm(formId: string, formBindingData: formBindingData.FormBindingData): Promise\<void>;<br>新版本信息:401,16500050,16500060,16500100,16501000,16501001,16501003|@ohos.app.form.formProvider.d.ts|
|错误码有变化|类名:formProvider;<br>方法or属性:function getFormsInfo(filter: formInfo.FormInfoFilter, callback: AsyncCallback\<Array\<formInfo.FormInfo>>): void;<br>旧版本信息:401|类名:formProvider;<br>方法or属性:function getFormsInfo(filter: formInfo.FormInfoFilter, callback: AsyncCallback\<Array\<formInfo.FormInfo>>): void;<br>新版本信息:401,16500050,16500100,16501000|@ohos.app.form.formProvider.d.ts|
|错误码有变化|类名:formProvider;<br>方法or属性:function getFormsInfo(callback: AsyncCallback\<Array\<formInfo.FormInfo>>): void;<br>旧版本信息:401|类名:formProvider;<br>方法or属性:function getFormsInfo(callback: AsyncCallback\<Array\<formInfo.FormInfo>>): void;<br>新版本信息:401,16500050,16500100,16501000|@ohos.app.form.formProvider.d.ts|
|错误码有变化|类名:formProvider;<br>方法or属性:function getFormsInfo(filter?: formInfo.FormInfoFilter): Promise\<Array\<formInfo.FormInfo>>;<br>旧版本信息:401|类名:formProvider;<br>方法or属性:function getFormsInfo(filter?: formInfo.FormInfoFilter): Promise\<Array\<formInfo.FormInfo>>;<br>新版本信息:401,16500050,16500100,16501000|@ohos.app.form.formProvider.d.ts|
|错误码有变化|类名:formProvider;<br>方法or属性:function requestPublishForm(<br>    want: Want,<br>    formBindingData: formBindingData.FormBindingData,<br>    callback: AsyncCallback\<string><br>  ): void;<br>旧版本信息:401|类名:formProvider;<br>方法or属性:function requestPublishForm(<br>    want: Want,<br>    formBindingData: formBindingData.FormBindingData,<br>    callback: AsyncCallback\<string><br>  ): void;<br>新版本信息:202,401,16500050,16500100,16501000|@ohos.app.form.formProvider.d.ts|
|错误码有变化|类名:formProvider;<br>方法or属性:function requestPublishForm(want: Want, callback: AsyncCallback\<string>): void;<br>旧版本信息:401|类名:formProvider;<br>方法or属性:function requestPublishForm(want: Want, callback: AsyncCallback\<string>): void;<br>新版本信息:202,401,16500050,16500100,16501000|@ohos.app.form.formProvider.d.ts|
|错误码有变化|类名:formProvider;<br>方法or属性:function requestPublishForm(want: Want, formBindingData?: formBindingData.FormBindingData): Promise\<string>;<br>旧版本信息:401|类名:formProvider;<br>方法or属性:function requestPublishForm(want: Want, formBindingData?: formBindingData.FormBindingData): Promise\<string>;<br>新版本信息:202,401,16500050,16500100,16501000|@ohos.app.form.formProvider.d.ts|
|错误码有变化|类名:formProvider;<br>方法or属性:function isRequestPublishFormSupported(callback: AsyncCallback\<boolean>): void;<br>旧版本信息:401|类名:formProvider;<br>方法or属性:function isRequestPublishFormSupported(callback: AsyncCallback\<boolean>): void;<br>新版本信息:202,401,16500050,16501000|@ohos.app.form.formProvider.d.ts|
|错误码有变化|类名:formProvider;<br>方法or属性:function isRequestPublishFormSupported(): Promise\<boolean>;<br>旧版本信息:401|类名:formProvider;<br>方法or属性:function isRequestPublishFormSupported(): Promise\<boolean>;<br>新版本信息:202,16500050,16501000|@ohos.app.form.formProvider.d.ts|
|错误码有变化|类名:distributedMissionManager;<br>方法or属性:function continueMission(<br><br>    parameter: ContinueDeviceInfo,<br><br>    options: ContinueCallback,<br><br>    callback: AsyncCallback\<void><br><br>  ): void;<br>旧版本信息:201,401,16300501,16300502,16300503,16300504,16300505,16300506|类名:distributedMissionManager;<br>方法or属性:function continueMission(<br><br>    parameter: ContinueDeviceInfo,<br><br>    options: ContinueCallback,<br><br>    callback: AsyncCallback\<void><br><br>  ): void;<br>新版本信息:201,202,401,16300501,16300502,16300503,16300504,16300505,16300506|@ohos.distributedMissionManager.d.ts|
|错误码有变化|类名:AbilityDelegator;<br>方法or属性:addAbilityMonitor(monitor: AbilityMonitor, callback: AsyncCallback\<void>): void;<br>旧版本信息:401|类名:AbilityDelegator;<br>方法or属性:addAbilityMonitor(monitor: AbilityMonitor, callback: AsyncCallback\<void>): void;<br>新版本信息:401,16000100|AbilityDelegator.d.ts|
|错误码有变化|类名:AbilityDelegator;<br>方法or属性:addAbilityMonitor(monitor: AbilityMonitor): Promise\<void>;<br>旧版本信息:401|类名:AbilityDelegator;<br>方法or属性:addAbilityMonitor(monitor: AbilityMonitor): Promise\<void>;<br>新版本信息:401,16000100|AbilityDelegator.d.ts|
|错误码有变化|类名:AbilityDelegator;<br>方法or属性:addAbilityStageMonitor(monitor: AbilityStageMonitor, callback: AsyncCallback\<void>): void;<br>旧版本信息:401|类名:AbilityDelegator;<br>方法or属性:addAbilityStageMonitor(monitor: AbilityStageMonitor, callback: AsyncCallback\<void>): void;<br>新版本信息:401,16000100|AbilityDelegator.d.ts|
|错误码有变化|类名:AbilityDelegator;<br>方法or属性:addAbilityStageMonitor(monitor: AbilityStageMonitor): Promise\<void>;<br>旧版本信息:401|类名:AbilityDelegator;<br>方法or属性:addAbilityStageMonitor(monitor: AbilityStageMonitor): Promise\<void>;<br>新版本信息:401,16000100|AbilityDelegator.d.ts|
|错误码有变化|类名:AbilityDelegator;<br>方法or属性:removeAbilityMonitor(monitor: AbilityMonitor, callback: AsyncCallback\<void>): void;<br>旧版本信息:401|类名:AbilityDelegator;<br>方法or属性:removeAbilityMonitor(monitor: AbilityMonitor, callback: AsyncCallback\<void>): void;<br>新版本信息:401,16000100|AbilityDelegator.d.ts|
|错误码有变化|类名:AbilityDelegator;<br>方法or属性:removeAbilityMonitor(monitor: AbilityMonitor): Promise\<void>;<br>旧版本信息:401|类名:AbilityDelegator;<br>方法or属性:removeAbilityMonitor(monitor: AbilityMonitor): Promise\<void>;<br>新版本信息:401,16000100|AbilityDelegator.d.ts|
|错误码有变化|类名:AbilityDelegator;<br>方法or属性:removeAbilityStageMonitor(monitor: AbilityStageMonitor, callback: AsyncCallback\<void>): void;<br>旧版本信息:401|类名:AbilityDelegator;<br>方法or属性:removeAbilityStageMonitor(monitor: AbilityStageMonitor, callback: AsyncCallback\<void>): void;<br>新版本信息:401,16000100|AbilityDelegator.d.ts|
|错误码有变化|类名:AbilityDelegator;<br>方法or属性:removeAbilityStageMonitor(monitor: AbilityStageMonitor): Promise\<void>;<br>旧版本信息:401|类名:AbilityDelegator;<br>方法or属性:removeAbilityStageMonitor(monitor: AbilityStageMonitor): Promise\<void>;<br>新版本信息:401,16000100|AbilityDelegator.d.ts|
|错误码有变化|类名:AbilityDelegator;<br>方法or属性:waitAbilityMonitor(monitor: AbilityMonitor, callback: AsyncCallback\<UIAbility>): void;<br>旧版本信息:401|类名:AbilityDelegator;<br>方法or属性:waitAbilityMonitor(monitor: AbilityMonitor, callback: AsyncCallback\<UIAbility>): void;<br>新版本信息:401,16000100|AbilityDelegator.d.ts|
|错误码有变化|类名:AbilityDelegator;<br>方法or属性:waitAbilityMonitor(monitor: AbilityMonitor, timeout: number, callback: AsyncCallback\<UIAbility>): void;<br>旧版本信息:401|类名:AbilityDelegator;<br>方法or属性:waitAbilityMonitor(monitor: AbilityMonitor, timeout: number, callback: AsyncCallback\<UIAbility>): void;<br>新版本信息:401,16000100|AbilityDelegator.d.ts|
|错误码有变化|类名:AbilityDelegator;<br>方法or属性:waitAbilityMonitor(monitor: AbilityMonitor, timeout?: number): Promise\<UIAbility>;<br>旧版本信息:401|类名:AbilityDelegator;<br>方法or属性:waitAbilityMonitor(monitor: AbilityMonitor, timeout?: number): Promise\<UIAbility>;<br>新版本信息:401,16000100|AbilityDelegator.d.ts|
|错误码有变化|类名:AbilityDelegator;<br>方法or属性:waitAbilityStageMonitor(monitor: AbilityStageMonitor, callback: AsyncCallback\<AbilityStage>): void;<br>旧版本信息:401|类名:AbilityDelegator;<br>方法or属性:waitAbilityStageMonitor(monitor: AbilityStageMonitor, callback: AsyncCallback\<AbilityStage>): void;<br>新版本信息:401,16000100|AbilityDelegator.d.ts|
|错误码有变化|类名:AbilityDelegator;<br>方法or属性:waitAbilityStageMonitor(monitor: AbilityStageMonitor, timeout: number, callback: AsyncCallback\<AbilityStage>): void;<br>旧版本信息:401|类名:AbilityDelegator;<br>方法or属性:waitAbilityStageMonitor(monitor: AbilityStageMonitor, timeout: number, callback: AsyncCallback\<AbilityStage>): void;<br>新版本信息:401,16000100|AbilityDelegator.d.ts|
|错误码有变化|类名:AbilityDelegator;<br>方法or属性:waitAbilityStageMonitor(monitor: AbilityStageMonitor, timeout?: number): Promise\<AbilityStage>;<br>旧版本信息:401|类名:AbilityDelegator;<br>方法or属性:waitAbilityStageMonitor(monitor: AbilityStageMonitor, timeout?: number): Promise\<AbilityStage>;<br>新版本信息:401,16000100|AbilityDelegator.d.ts|
|错误码有变化|类名:AbilityDelegator;<br>方法or属性:getCurrentTopAbility(callback: AsyncCallback\<UIAbility>): void;<br>旧版本信息:401|类名:AbilityDelegator;<br>方法or属性:getCurrentTopAbility(callback: AsyncCallback\<UIAbility>): void;<br>新版本信息:401,16000100|AbilityDelegator.d.ts|
|错误码有变化|类名:AbilityDelegator;<br>方法or属性:startAbility(want: Want, callback: AsyncCallback\<void>): void;<br>旧版本信息:401|类名:AbilityDelegator;<br>方法or属性:startAbility(want: Want, callback: AsyncCallback\<void>): void;<br>新版本信息:401,16000001,16000002,16000004,16000005,16000006,16000008,16000009,16000010,16000011,16000012,16000013,16000050,16000053,16000055,16200001|AbilityDelegator.d.ts|
|错误码有变化|类名:AbilityDelegator;<br>方法or属性:startAbility(want: Want): Promise\<void>;<br>旧版本信息:401|类名:AbilityDelegator;<br>方法or属性:startAbility(want: Want): Promise\<void>;<br>新版本信息:401,16000001,16000002,16000004,16000005,16000006,16000008,16000009,16000010,16000011,16000012,16000013,16000050,16000053,16000055,16200001|AbilityDelegator.d.ts|
|错误码有变化|类名:AbilityDelegator;<br>方法or属性:doAbilityForeground(ability: UIAbility, callback: AsyncCallback\<void>): void;<br>旧版本信息:401|类名:AbilityDelegator;<br>方法or属性:doAbilityForeground(ability: UIAbility, callback: AsyncCallback\<void>): void;<br>新版本信息:401,16000100|AbilityDelegator.d.ts|
|错误码有变化|类名:AbilityDelegator;<br>方法or属性:doAbilityForeground(ability: UIAbility): Promise\<void>;<br>旧版本信息:401|类名:AbilityDelegator;<br>方法or属性:doAbilityForeground(ability: UIAbility): Promise\<void>;<br>新版本信息:401,16000100|AbilityDelegator.d.ts|
|错误码有变化|类名:AbilityDelegator;<br>方法or属性:doAbilityBackground(ability: UIAbility, callback: AsyncCallback\<void>): void;<br>旧版本信息:401|类名:AbilityDelegator;<br>方法or属性:doAbilityBackground(ability: UIAbility, callback: AsyncCallback\<void>): void;<br>新版本信息:401,16000100|AbilityDelegator.d.ts|
|错误码有变化|类名:AbilityDelegator;<br>方法or属性:doAbilityBackground(ability: UIAbility): Promise\<void>;<br>旧版本信息:401|类名:AbilityDelegator;<br>方法or属性:doAbilityBackground(ability: UIAbility): Promise\<void>;<br>新版本信息:401,16000100|AbilityDelegator.d.ts|
|错误码有变化|类名:AbilityDelegator;<br>方法or属性:finishTest(msg: string, code: number, callback: AsyncCallback\<void>): void;<br>旧版本信息:401|类名:AbilityDelegator;<br>方法or属性:finishTest(msg: string, code: number, callback: AsyncCallback\<void>): void;<br>新版本信息:401,16000100|AbilityDelegator.d.ts|
|错误码有变化|类名:AbilityDelegator;<br>方法or属性:finishTest(msg: string, code: number): Promise\<void>;<br>旧版本信息:401|类名:AbilityDelegator;<br>方法or属性:finishTest(msg: string, code: number): Promise\<void>;<br>新版本信息:401,16000100|AbilityDelegator.d.ts|
|错误码有变化|类名:ApplicationContext;<br>方法or属性:getRunningProcessInformation(): Promise\<Array\<ProcessInformation>>;<br>旧版本信息:401|类名:ApplicationContext;<br>方法or属性:getRunningProcessInformation(): Promise\<Array\<ProcessInformation>>;<br>新版本信息:401,16000011,16000050|ApplicationContext.d.ts|
|错误码有变化|类名:ApplicationContext;<br>方法or属性:getRunningProcessInformation(callback: AsyncCallback\<Array\<ProcessInformation>>): void;<br>旧版本信息:401|类名:ApplicationContext;<br>方法or属性:getRunningProcessInformation(callback: AsyncCallback\<Array\<ProcessInformation>>): void;<br>新版本信息:401,16000011,16000050|ApplicationContext.d.ts|
|错误码有变化|类名:ApplicationContext;<br>方法or属性:killAllProcesses(): Promise\<void>;<br>旧版本信息:401|类名:ApplicationContext;<br>方法or属性:killAllProcesses(): Promise\<void>;<br>新版本信息:401,16000011|ApplicationContext.d.ts|
|错误码有变化|类名:ApplicationContext;<br>方法or属性:killAllProcesses(callback: AsyncCallback\<void>);<br>旧版本信息:401|类名:ApplicationContext;<br>方法or属性:killAllProcesses(callback: AsyncCallback\<void>);<br>新版本信息:401,16000011|ApplicationContext.d.ts|
|错误码有变化|类名:Context;<br>方法or属性:createBundleContext(bundleName: string): Context;<br>旧版本信息:401|类名:Context;<br>方法or属性:createBundleContext(bundleName: string): Context;<br>新版本信息:201,202,401|Context.d.ts|
|错误码有变化|类名:ServiceExtensionContext;<br>方法or属性:startAbility(want: Want, callback: AsyncCallback\<void>): void;<br>旧版本信息:401|类名:ServiceExtensionContext;<br>方法or属性:startAbility(want: Want, callback: AsyncCallback\<void>): void;<br>新版本信息:201,401,16000001,16000002,16000004,16000005,16000006,16000008,16000009,16000010,16000011,16000012,16000013,16000050,16000053,16000055,16200001|ServiceExtensionContext.d.ts|
|错误码有变化|类名:ServiceExtensionContext;<br>方法or属性:startAbility(want: Want, options: StartOptions, callback: AsyncCallback\<void>): void;<br>旧版本信息:401|类名:ServiceExtensionContext;<br>方法or属性:startAbility(want: Want, options: StartOptions, callback: AsyncCallback\<void>): void;<br>新版本信息:201,401,16000001,16000004,16000005,16000006,16000008,16000009,16000011,16000012,16000013,16000050,16000053,16000055,16200001|ServiceExtensionContext.d.ts|
|错误码有变化|类名:ServiceExtensionContext;<br>方法or属性:startAbility(want: Want, options?: StartOptions): Promise\<void>;<br>旧版本信息:401|类名:ServiceExtensionContext;<br>方法or属性:startAbility(want: Want, options?: StartOptions): Promise\<void>;<br>新版本信息:201,401,16000001,16000002,16000004,16000005,16000006,16000008,16000009,16000010,16000011,16000012,16000013,16000050,16000053,16000055,16200001|ServiceExtensionContext.d.ts|
|错误码有变化|类名:ServiceExtensionContext;<br>方法or属性:startAbilityWithAccount(want: Want, accountId: number, callback: AsyncCallback\<void>): void;<br>旧版本信息:401|类名:ServiceExtensionContext;<br>方法or属性:startAbilityWithAccount(want: Want, accountId: number, callback: AsyncCallback\<void>): void;<br>新版本信息:201,202,401,16000001,16000002,16000004,16000005,16000006,16000008,16000009,16000010,16000011,16000012,16000013,16000050,16000053,16000055,16200001|ServiceExtensionContext.d.ts|
|错误码有变化|类名:ServiceExtensionContext;<br>方法or属性:startAbilityWithAccount(want: Want, accountId: number, options: StartOptions, callback: AsyncCallback\<void>): void;<br>旧版本信息:401|类名:ServiceExtensionContext;<br>方法or属性:startAbilityWithAccount(want: Want, accountId: number, options: StartOptions, callback: AsyncCallback\<void>): void;<br>新版本信息:201,202,401,16000001,16000004,16000005,16000006,16000008,16000009,16000011,16000012,16000013,16000050,16000053,16000055,16200001|ServiceExtensionContext.d.ts|
|错误码有变化|类名:ServiceExtensionContext;<br>方法or属性:startAbilityWithAccount(want: Want, accountId: number, options?: StartOptions): Promise\<void>;<br>旧版本信息:401|类名:ServiceExtensionContext;<br>方法or属性:startAbilityWithAccount(want: Want, accountId: number, options?: StartOptions): Promise\<void>;<br>新版本信息:201,202,401,16000001,16000002,16000004,16000005,16000006,16000008,16000009,16000010,16000011,16000012,16000013,16000050,16000053,16000055,16200001|ServiceExtensionContext.d.ts|
|错误码有变化|类名:ServiceExtensionContext;<br>方法or属性:startServiceExtensionAbility(want: Want, callback: AsyncCallback\<void>): void;<br>旧版本信息:401|类名:ServiceExtensionContext;<br>方法or属性:startServiceExtensionAbility(want: Want, callback: AsyncCallback\<void>): void;<br>新版本信息:201,202,401,16000001,16000002,16000004,16000005,16000006,16000008,16000011,16000012,16000013,16000050,16200001|ServiceExtensionContext.d.ts|
|错误码有变化|类名:ServiceExtensionContext;<br>方法or属性:startServiceExtensionAbility(want: Want): Promise\<void>;<br>旧版本信息:401|类名:ServiceExtensionContext;<br>方法or属性:startServiceExtensionAbility(want: Want): Promise\<void>;<br>新版本信息:201,202,401,16000001,16000002,16000004,16000005,16000006,16000008,16000011,16000012,16000013,16000050,16200001|ServiceExtensionContext.d.ts|
|错误码有变化|类名:ServiceExtensionContext;<br>方法or属性:startServiceExtensionAbilityWithAccount(want: Want, accountId: number, callback: AsyncCallback\<void>): void;<br>旧版本信息:401|类名:ServiceExtensionContext;<br>方法or属性:startServiceExtensionAbilityWithAccount(want: Want, accountId: number, callback: AsyncCallback\<void>): void;<br>新版本信息:201,202,401,16000001,16000002,16000004,16000005,16000006,16000008,16000011,16000012,16000013,16000050,16200001|ServiceExtensionContext.d.ts|
|错误码有变化|类名:ServiceExtensionContext;<br>方法or属性:startServiceExtensionAbilityWithAccount(want: Want, accountId: number): Promise\<void>;<br>旧版本信息:401|类名:ServiceExtensionContext;<br>方法or属性:startServiceExtensionAbilityWithAccount(want: Want, accountId: number): Promise\<void>;<br>新版本信息:201,202,401,16000001,16000002,16000004,16000005,16000006,16000008,16000011,16000012,16000013,16000050,16200001|ServiceExtensionContext.d.ts|
|错误码有变化|类名:ServiceExtensionContext;<br>方法or属性:stopServiceExtensionAbility(want: Want, callback: AsyncCallback\<void>): void;<br>旧版本信息:401|类名:ServiceExtensionContext;<br>方法or属性:stopServiceExtensionAbility(want: Want, callback: AsyncCallback\<void>): void;<br>新版本信息:201,202,401,16000001,16000002,16000004,16000005,16000006,16000011,16000050,16200001|ServiceExtensionContext.d.ts|
|错误码有变化|类名:ServiceExtensionContext;<br>方法or属性:stopServiceExtensionAbility(want: Want): Promise\<void>;<br>旧版本信息:401|类名:ServiceExtensionContext;<br>方法or属性:stopServiceExtensionAbility(want: Want): Promise\<void>;<br>新版本信息:201,202,401,16000001,16000002,16000004,16000005,16000006,16000011,16000050,16200001|ServiceExtensionContext.d.ts|
|错误码有变化|类名:ServiceExtensionContext;<br>方法or属性:stopServiceExtensionAbilityWithAccount(want: Want, accountId: number, callback: AsyncCallback\<void>): void;<br>旧版本信息:401|类名:ServiceExtensionContext;<br>方法or属性:stopServiceExtensionAbilityWithAccount(want: Want, accountId: number, callback: AsyncCallback\<void>): void;<br>新版本信息:201,202,401,16000001,16000002,16000004,16000005,16000006,16000011,16000050,16200001|ServiceExtensionContext.d.ts|
|错误码有变化|类名:ServiceExtensionContext;<br>方法or属性:stopServiceExtensionAbilityWithAccount(want: Want, accountId: number): Promise\<void>;<br>旧版本信息:401|类名:ServiceExtensionContext;<br>方法or属性:stopServiceExtensionAbilityWithAccount(want: Want, accountId: number): Promise\<void>;<br>新版本信息:201,202,401,16000001,16000002,16000004,16000005,16000006,16000011,16000050,16200001|ServiceExtensionContext.d.ts|
|错误码有变化|类名:ServiceExtensionContext;<br>方法or属性:terminateSelf(callback: AsyncCallback\<void>): void;<br>旧版本信息:401|类名:ServiceExtensionContext;<br>方法or属性:terminateSelf(callback: AsyncCallback\<void>): void;<br>新版本信息:401,16000009,16000011,16000050|ServiceExtensionContext.d.ts|
|错误码有变化|类名:ServiceExtensionContext;<br>方法or属性:terminateSelf(): Promise\<void>;<br>旧版本信息:401|类名:ServiceExtensionContext;<br>方法or属性:terminateSelf(): Promise\<void>;<br>新版本信息:16000009,16000011,16000050|ServiceExtensionContext.d.ts|
|错误码有变化|类名:ServiceExtensionContext;<br>方法or属性:connectServiceExtensionAbility(want: Want, options: ConnectOptions): number;<br>旧版本信息:401|类名:ServiceExtensionContext;<br>方法or属性:connectServiceExtensionAbility(want: Want, options: ConnectOptions): number;<br>新版本信息:201,401,16000001,16000002,16000004,16000005,16000006,16000008,16000011,16000050,16000053,16000055|ServiceExtensionContext.d.ts|
|错误码有变化|类名:ServiceExtensionContext;<br>方法or属性:connectServiceExtensionAbilityWithAccount(want: Want, accountId: number, options: ConnectOptions): number;<br>旧版本信息:401|类名:ServiceExtensionContext;<br>方法or属性:connectServiceExtensionAbilityWithAccount(want: Want, accountId: number, options: ConnectOptions): number;<br>新版本信息:201,202,401,16000001,16000002,16000004,16000005,16000006,16000008,16000011,16000050,16000053,16000055|ServiceExtensionContext.d.ts|
|错误码有变化|类名:ServiceExtensionContext;<br>方法or属性:disconnectServiceExtensionAbility(connection: number, callback: AsyncCallback\<void>): void;<br>旧版本信息:401|类名:ServiceExtensionContext;<br>方法or属性:disconnectServiceExtensionAbility(connection: number, callback: AsyncCallback\<void>): void;<br>新版本信息:401,16000011,16000050|ServiceExtensionContext.d.ts|
|错误码有变化|类名:ServiceExtensionContext;<br>方法or属性:disconnectServiceExtensionAbility(connection: number): Promise\<void>;<br>旧版本信息:401|类名:ServiceExtensionContext;<br>方法or属性:disconnectServiceExtensionAbility(connection: number): Promise\<void>;<br>新版本信息:401,16000011,16000050|ServiceExtensionContext.d.ts|
|错误码有变化|类名:ServiceExtensionContext;<br>方法or属性:startAbilityByCall(want: Want): Promise\<Caller>;<br>旧版本信息:401|类名:ServiceExtensionContext;<br>方法or属性:startAbilityByCall(want: Want): Promise\<Caller>;<br>新版本信息:201,401,16000001,16000002,16000004,16000006,16000008,16000011,16000050|ServiceExtensionContext.d.ts|
|错误码有变化|类名:ServiceExtensionContext;<br>方法or属性:startRecentAbility(want: Want, callback: AsyncCallback\<void>): void;<br>旧版本信息:401|类名:ServiceExtensionContext;<br>方法or属性:startRecentAbility(want: Want, callback: AsyncCallback\<void>): void;<br>新版本信息:201,401,16000001,16000002,16000004,16000005,16000006,16000008,16000009,16000010,16000011,16000050,16000053,16000055,16200001|ServiceExtensionContext.d.ts|
|错误码有变化|类名:ServiceExtensionContext;<br>方法or属性:startRecentAbility(want: Want, options: StartOptions, callback: AsyncCallback\<void>): void;<br>旧版本信息:401|类名:ServiceExtensionContext;<br>方法or属性:startRecentAbility(want: Want, options: StartOptions, callback: AsyncCallback\<void>): void;<br>新版本信息:201,401,16000001,16000004,16000005,16000006,16000008,16000009,16000011,16000050,16000053,16000055,16200001|ServiceExtensionContext.d.ts|
|错误码有变化|类名:ServiceExtensionContext;<br>方法or属性:startRecentAbility(want: Want, options?: StartOptions): Promise\<void>;<br>旧版本信息:401|类名:ServiceExtensionContext;<br>方法or属性:startRecentAbility(want: Want, options?: StartOptions): Promise\<void>;<br>新版本信息:201,401,16000001,16000002,16000004,16000005,16000006,16000008,16000009,16000010,16000011,16000050,16000053,16000055,16200001|ServiceExtensionContext.d.ts|
|错误码有变化|类名:UIAbilityContext;<br>方法or属性:startAbility(want: Want, callback: AsyncCallback\<void>): void;<br>旧版本信息:401,16000001,16000002,16000004,16000005,16000006,16000008,16000009,16000010,16000011,16000050,16000053,16000055,16200001|类名:UIAbilityContext;<br>方法or属性:startAbility(want: Want, callback: AsyncCallback\<void>): void;<br>新版本信息:201,401,16000001,16000002,16000004,16000005,16000006,16000008,16000009,16000010,16000011,16000012,16000013,16000050,16000053,16000055,16200001|UIAbilityContext.d.ts|
|错误码有变化|类名:UIAbilityContext;<br>方法or属性:startAbility(want: Want, options: StartOptions, callback: AsyncCallback\<void>): void;<br>旧版本信息:401,16000001,16000002,16000004,16000005,16000006,16000008,16000009,16000010,16000011,16000050,16000053,16000055,16200001|类名:UIAbilityContext;<br>方法or属性:startAbility(want: Want, options: StartOptions, callback: AsyncCallback\<void>): void;<br>新版本信息:201,401,16000001,16000004,16000005,16000006,16000008,16000009,16000011,16000012,16000013,16000050,16000053,16000055,16200001|UIAbilityContext.d.ts|
|错误码有变化|类名:UIAbilityContext;<br>方法or属性:startAbility(want: Want, options?: StartOptions): Promise\<void>;<br>旧版本信息:401,16000001,16000002,16000004,16000005,16000006,16000008,16000009,16000010,16000011,16000050,16000053,16000055,16200001|类名:UIAbilityContext;<br>方法or属性:startAbility(want: Want, options?: StartOptions): Promise\<void>;<br>新版本信息:201,401,16000001,16000002,16000004,16000005,16000006,16000008,16000009,16000010,16000011,16000012,16000013,16000050,16000053,16000055,16200001|UIAbilityContext.d.ts|
|错误码有变化|类名:UIAbilityContext;<br>方法or属性:startAbilityByCall(want: Want): Promise\<Caller>;<br>旧版本信息:201,202,401,16000001,16000002,16000004,16000005,16000006,16000008,16000009,16000010,16000011,16000050,16000053,16000055,16200001|类名:UIAbilityContext;<br>方法or属性:startAbilityByCall(want: Want): Promise\<Caller>;<br>新版本信息:201,401,16000001,16000002,16000004,16000006,16000008,16000011,16000012,16000013,16000050|UIAbilityContext.d.ts|
|错误码有变化|类名:UIAbilityContext;<br>方法or属性:startAbilityWithAccount(want: Want, accountId: number, callback: AsyncCallback\<void>): void;<br>旧版本信息:201,202,401,16000001,16000002,16000004,16000005,16000006,16000008,16000009,16000010,16000011,16000050,16000053,16000055,16200001|类名:UIAbilityContext;<br>方法or属性:startAbilityWithAccount(want: Want, accountId: number, callback: AsyncCallback\<void>): void;<br>新版本信息:201,202,401,16000001,16000002,16000004,16000005,16000006,16000008,16000009,16000010,16000011,16000012,16000013,16000050,16000053,16000055,16200001|UIAbilityContext.d.ts|
|错误码有变化|类名:UIAbilityContext;<br>方法or属性:startAbilityWithAccount(want: Want, accountId: number, options: StartOptions, callback: AsyncCallback\<void>): void;<br>旧版本信息:16000001,16000002,16000004,16000005,16000006,16000008,16000009,16000010,16000011,16000050,16000053,16000055,16200001,201,202,401|类名:UIAbilityContext;<br>方法or属性:startAbilityWithAccount(want: Want, accountId: number, options: StartOptions, callback: AsyncCallback\<void>): void;<br>新版本信息:16000001,16000004,16000005,16000006,16000008,16000009,16000011,16000012,16000013,16000050,16000053,16000055,16200001,201,202,401|UIAbilityContext.d.ts|
|错误码有变化|类名:UIAbilityContext;<br>方法or属性:startAbilityWithAccount(want: Want, accountId: number, options?: StartOptions): Promise\<void>;<br>旧版本信息:201,202,401,16000001,16000002,16000004,16000005,16000006,16000008,16000009,16000010,16000011,16000050,16000053,16000055,16200001|类名:UIAbilityContext;<br>方法or属性:startAbilityWithAccount(want: Want, accountId: number, options?: StartOptions): Promise\<void>;<br>新版本信息:201,202,401,16000001,16000002,16000004,16000005,16000006,16000008,16000009,16000010,16000011,16000012,16000013,16000050,16000053,16000055,16200001|UIAbilityContext.d.ts|
|错误码有变化|类名:UIAbilityContext;<br>方法or属性:startAbilityForResult(want: Want, callback: AsyncCallback\<AbilityResult>): void;<br>旧版本信息:401,16000001,16000002,16000004,16000005,16000006,16000008,16000009,16000010,16000011,16000050,16000053,16000055,16200001|类名:UIAbilityContext;<br>方法or属性:startAbilityForResult(want: Want, callback: AsyncCallback\<AbilityResult>): void;<br>新版本信息:201,401,16000001,16000002,16000004,16000005,16000006,16000008,16000009,16000010,16000011,16000012,16000013,16000050,16000053,16000055,16200001|UIAbilityContext.d.ts|
|错误码有变化|类名:UIAbilityContext;<br>方法or属性:startAbilityForResult(want: Want, options: StartOptions, callback: AsyncCallback\<AbilityResult>): void;<br>旧版本信息:401,16000001,16000002,16000004,16000005,16000006,16000008,16000009,16000010,16000011,16000050,16000053,16000055,16200001|类名:UIAbilityContext;<br>方法or属性:startAbilityForResult(want: Want, options: StartOptions, callback: AsyncCallback\<AbilityResult>): void;<br>新版本信息:201,401,16000001,16000004,16000005,16000006,16000008,16000009,16000011,16000012,16000013,16000050,16000053,16000055,16200001|UIAbilityContext.d.ts|
|错误码有变化|类名:UIAbilityContext;<br>方法or属性:startAbilityForResult(want: Want, options?: StartOptions): Promise\<AbilityResult>;<br>旧版本信息:401,16000001,16000002,16000004,16000005,16000006,16000008,16000009,16000010,16000011,16000050,16000053,16000055,16200001|类名:UIAbilityContext;<br>方法or属性:startAbilityForResult(want: Want, options?: StartOptions): Promise\<AbilityResult>;<br>新版本信息:201,401,16000001,16000002,16000004,16000005,16000006,16000008,16000009,16000010,16000011,16000012,16000013,16000050,16000053,16000055,16200001|UIAbilityContext.d.ts|
|错误码有变化|类名:UIAbilityContext;<br>方法or属性:startAbilityForResultWithAccount(want: Want, accountId: number, callback: AsyncCallback\<AbilityResult>): void;<br>旧版本信息:201,202,401,16000001,16000002,16000004,16000005,16000006,16000008,16000009,16000010,16000011,16000050,16000053,16000055,16200001|类名:UIAbilityContext;<br>方法or属性:startAbilityForResultWithAccount(want: Want, accountId: number, callback: AsyncCallback\<AbilityResult>): void;<br>新版本信息:201,202,401,16000001,16000002,16000004,16000005,16000006,16000008,16000009,16000010,16000011,16000012,16000013,16000050,16000053,16000055,16200001|UIAbilityContext.d.ts|
|错误码有变化|类名:UIAbilityContext;<br>方法or属性:startAbilityForResultWithAccount(<br>    want: Want,<br>    accountId: number,<br>    options: StartOptions,<br>    callback: AsyncCallback\<void><br>  ): void;<br>旧版本信息:16000001,16000002,16000004,16000005,16000006,16000008,16000009,16000010,16000011,16000050,16000053,16000055,16200001,201,202,401|类名:UIAbilityContext;<br>方法or属性:startAbilityForResultWithAccount(<br>    want: Want,<br>    accountId: number,<br>    options: StartOptions,<br>    callback: AsyncCallback\<void><br>  ): void;<br>新版本信息:16000001,16000004,16000005,16000006,16000008,16000009,16000011,16000012,16000013,16000050,16000053,16000055,16200001,201,202,401|UIAbilityContext.d.ts|
|错误码有变化|类名:UIAbilityContext;<br>方法or属性:startAbilityForResultWithAccount(want: Want, accountId: number, options?: StartOptions): Promise\<AbilityResult>;<br>旧版本信息:201,202,401,16000001,16000002,16000004,16000005,16000006,16000008,16000009,16000010,16000011,16000050,16000053,16000055,16200001|类名:UIAbilityContext;<br>方法or属性:startAbilityForResultWithAccount(want: Want, accountId: number, options?: StartOptions): Promise\<AbilityResult>;<br>新版本信息:201,202,401,16000001,16000002,16000004,16000005,16000006,16000008,16000009,16000010,16000011,16000012,16000013,16000050,16000053,16000055,16200001|UIAbilityContext.d.ts|
|错误码有变化|类名:UIAbilityContext;<br>方法or属性:startServiceExtensionAbility(want: Want, callback: AsyncCallback\<void>): void;<br>旧版本信息:202,401,16000001,16000002,16000005,16000006,16000008,16000011,16000050,16200001|类名:UIAbilityContext;<br>方法or属性:startServiceExtensionAbility(want: Want, callback: AsyncCallback\<void>): void;<br>新版本信息:201,202,401,16000001,16000002,16000004,16000005,16000006,16000008,16000011,16000012,16000013,16000050,16200001|UIAbilityContext.d.ts|
|错误码有变化|类名:UIAbilityContext;<br>方法or属性:startServiceExtensionAbility(want: Want): Promise\<void>;<br>旧版本信息:202,401,16000001,16000002,16000005,16000006,16000008,16000011,16000050,16200001|类名:UIAbilityContext;<br>方法or属性:startServiceExtensionAbility(want: Want): Promise\<void>;<br>新版本信息:201,202,401,16000001,16000002,16000004,16000005,16000006,16000008,16000011,16000012,16000013,16000050,16200001|UIAbilityContext.d.ts|
|错误码有变化|类名:UIAbilityContext;<br>方法or属性:startServiceExtensionAbilityWithAccount(want: Want, accountId: number, callback: AsyncCallback\<void>): void;<br>旧版本信息:201,202,401,16000001,16000002,16000005,16000006,16000008,16000011,16000050,16200001|类名:UIAbilityContext;<br>方法or属性:startServiceExtensionAbilityWithAccount(want: Want, accountId: number, callback: AsyncCallback\<void>): void;<br>新版本信息:201,202,401,16000001,16000002,16000004,16000005,16000006,16000008,16000011,16000012,16000013,16000050,16200001|UIAbilityContext.d.ts|
|错误码有变化|类名:UIAbilityContext;<br>方法or属性:startServiceExtensionAbilityWithAccount(want: Want, accountId: number): Promise\<void>;<br>旧版本信息:201,202,401,16000001,16000002,16000005,16000006,16000008,16000011,16000050,16200001|类名:UIAbilityContext;<br>方法or属性:startServiceExtensionAbilityWithAccount(want: Want, accountId: number): Promise\<void>;<br>新版本信息:201,202,401,16000001,16000002,16000004,16000005,16000006,16000008,16000011,16000012,16000013,16000050,16200001|UIAbilityContext.d.ts|
|错误码有变化|类名:UIAbilityContext;<br>方法or属性:stopServiceExtensionAbility(want: Want, callback: AsyncCallback\<void>): void;<br>旧版本信息:202,401,16000001,16000002,16000005,16000006,16000011,16000050,16200001|类名:UIAbilityContext;<br>方法or属性:stopServiceExtensionAbility(want: Want, callback: AsyncCallback\<void>): void;<br>新版本信息:201,202,401,16000001,16000002,16000004,16000005,16000006,16000011,16000012,16000013,16000050,16200001|UIAbilityContext.d.ts|
|错误码有变化|类名:UIAbilityContext;<br>方法or属性:stopServiceExtensionAbility(want: Want): Promise\<void>;<br>旧版本信息:202,401,16000001,16000002,16000005,16000006,16000011,16000050,16200001|类名:UIAbilityContext;<br>方法or属性:stopServiceExtensionAbility(want: Want): Promise\<void>;<br>新版本信息:201,202,401,16000001,16000002,16000004,16000005,16000006,16000011,16000050,16200001|UIAbilityContext.d.ts|
|错误码有变化|类名:UIAbilityContext;<br>方法or属性:stopServiceExtensionAbilityWithAccount(want: Want, accountId: number, callback: AsyncCallback\<void>): void;<br>旧版本信息:201,202,401,16000001,16000002,16000005,16000006,16000011,16000050,16200001|类名:UIAbilityContext;<br>方法or属性:stopServiceExtensionAbilityWithAccount(want: Want, accountId: number, callback: AsyncCallback\<void>): void;<br>新版本信息:201,202,401,16000001,16000002,16000004,16000005,16000006,16000011,16000050,16200001|UIAbilityContext.d.ts|
|错误码有变化|类名:UIAbilityContext;<br>方法or属性:stopServiceExtensionAbilityWithAccount(want: Want, accountId: number): Promise\<void>;<br>旧版本信息:201,202,401,16000001,16000002,16000005,16000006,16000011,16000050,16200001|类名:UIAbilityContext;<br>方法or属性:stopServiceExtensionAbilityWithAccount(want: Want, accountId: number): Promise\<void>;<br>新版本信息:201,202,401,16000001,16000002,16000004,16000005,16000006,16000011,16000050,16200001|UIAbilityContext.d.ts|
|错误码有变化|类名:UIAbilityContext;<br>方法or属性:terminateSelf(callback: AsyncCallback\<void>): void;<br>旧版本信息:401,16000001,16000004,16000005,16000009,16000011,16000050|类名:UIAbilityContext;<br>方法or属性:terminateSelf(callback: AsyncCallback\<void>): void;<br>新版本信息:401,16000009,16000011,16000050|UIAbilityContext.d.ts|
|错误码有变化|类名:UIAbilityContext;<br>方法or属性:terminateSelf(): Promise\<void>;<br>旧版本信息:401,16000001,16000004,16000005,16000009,16000011,16000050|类名:UIAbilityContext;<br>方法or属性:terminateSelf(): Promise\<void>;<br>新版本信息:16000009,16000011,16000050|UIAbilityContext.d.ts|
|错误码有变化|类名:UIAbilityContext;<br>方法or属性:terminateSelfWithResult(parameter: AbilityResult, callback: AsyncCallback\<void>): void;<br>旧版本信息:401,16000001,16000004,16000005,16000009,16000011,16000050|类名:UIAbilityContext;<br>方法or属性:terminateSelfWithResult(parameter: AbilityResult, callback: AsyncCallback\<void>): void;<br>新版本信息:401,16000009,16000011,16000050|UIAbilityContext.d.ts|
|错误码有变化|类名:UIAbilityContext;<br>方法or属性:terminateSelfWithResult(parameter: AbilityResult): Promise\<void>;<br>旧版本信息:401,16000001,16000004,16000005,16000009,16000011,16000050|类名:UIAbilityContext;<br>方法or属性:terminateSelfWithResult(parameter: AbilityResult): Promise\<void>;<br>新版本信息:401,16000009,16000011,16000050|UIAbilityContext.d.ts|
|错误码有变化|类名:UIAbilityContext;<br>方法or属性:connectServiceExtensionAbility(want: Want, options: ConnectOptions): number;<br>旧版本信息:401,16000001,16000005,16000011,16000050|类名:UIAbilityContext;<br>方法or属性:connectServiceExtensionAbility(want: Want, options: ConnectOptions): number;<br>新版本信息:201,401,16000001,16000002,16000004,16000005,16000006,16000008,16000011,16000050,16000053,16000055|UIAbilityContext.d.ts|
|错误码有变化|类名:UIAbilityContext;<br>方法or属性:connectServiceExtensionAbilityWithAccount(want: Want, accountId: number, options: ConnectOptions): number;<br>旧版本信息:201,202,401,16000001,16000005,16000011,16000050|类名:UIAbilityContext;<br>方法or属性:connectServiceExtensionAbilityWithAccount(want: Want, accountId: number, options: ConnectOptions): number;<br>新版本信息:201,202,401,16000001,16000002,16000004,16000005,16000006,16000008,16000011,16000050,16000053,16000055|UIAbilityContext.d.ts|
|错误码有变化|类名:UIAbilityContext;<br>方法or属性:disconnectServiceExtensionAbility(connection: number, callback: AsyncCallback\<void>): void;<br>旧版本信息:401,16000001,16000005,16000011,16000050|类名:UIAbilityContext;<br>方法or属性:disconnectServiceExtensionAbility(connection: number, callback: AsyncCallback\<void>): void;<br>新版本信息:401,16000011,16000050|UIAbilityContext.d.ts|
|错误码有变化|类名:UIAbilityContext;<br>方法or属性:disconnectServiceExtensionAbility(connection: number): Promise\<void>;<br>旧版本信息:401,16000001,16000005,16000011,16000050|类名:UIAbilityContext;<br>方法or属性:disconnectServiceExtensionAbility(connection: number): Promise\<void>;<br>新版本信息:401,16000011,16000050|UIAbilityContext.d.ts|
|错误码有变化|类名:UIAbilityContext;<br>方法or属性:setMissionIcon(icon: image.PixelMap, callback: AsyncCallback\<void>): void;<br>旧版本信息:401,16000011,16000050|类名:UIAbilityContext;<br>方法or属性:setMissionIcon(icon: image.PixelMap, callback: AsyncCallback\<void>): void;<br>新版本信息:202,401,16000011,16000050|UIAbilityContext.d.ts|
|错误码有变化|类名:UIAbilityContext;<br>方法or属性:setMissionIcon(icon: image.PixelMap): Promise\<void>;<br>旧版本信息:401,16000011,16000050|类名:UIAbilityContext;<br>方法or属性:setMissionIcon(icon: image.PixelMap): Promise\<void>;<br>新版本信息:202,401,16000011,16000050|UIAbilityContext.d.ts|
|错误码有变化|类名:UIAbilityContext;<br>方法or属性:restoreWindowStage(localStorage: LocalStorage): void;<br>旧版本信息:401|类名:UIAbilityContext;<br>方法or属性:restoreWindowStage(localStorage: LocalStorage): void;<br>新版本信息:401,16000011,16000050|UIAbilityContext.d.ts|
|错误码有变化|类名:UIAbilityContext;<br>方法or属性:startRecentAbility(want: Want, callback: AsyncCallback\<void>): void;<br>旧版本信息:401|类名:UIAbilityContext;<br>方法or属性:startRecentAbility(want: Want, callback: AsyncCallback\<void>): void;<br>新版本信息:201,401,16000001,16000002,16000004,16000005,16000006,16000008,16000009,16000010,16000011,16000012,16000013,16000050,16000053,16000055,16200001|UIAbilityContext.d.ts|
|错误码有变化|类名:UIAbilityContext;<br>方法or属性:startRecentAbility(want: Want, options: StartOptions, callback: AsyncCallback\<void>): void;<br>旧版本信息:401,16000011,16000050|类名:UIAbilityContext;<br>方法or属性:startRecentAbility(want: Want, options: StartOptions, callback: AsyncCallback\<void>): void;<br>新版本信息:201,401,16000001,16000004,16000005,16000006,16000008,16000009,16000011,16000012,16000013,16000050,16000053,16000055,16200001|UIAbilityContext.d.ts|
|错误码有变化|类名:UIAbilityContext;<br>方法or属性:startRecentAbility(want: Want, options?: StartOptions): Promise\<void>;<br>旧版本信息:401,16000011,16000050|类名:UIAbilityContext;<br>方法or属性:startRecentAbility(want: Want, options?: StartOptions): Promise\<void>;<br>新版本信息:201,401,16000001,16000002,16000004,16000005,16000006,16000008,16000009,16000010,16000011,16000012,16000013,16000050,16000053,16000055,16200001|UIAbilityContext.d.ts|
|错误码有变化|类名:UIAbilityContext;<br>方法or属性:requestDialogService(want: Want, result: AsyncCallback\<dialogRequest.RequestResult>): void;<br>旧版本信息:401|类名:UIAbilityContext;<br>方法or属性:requestDialogService(want: Want, result: AsyncCallback\<dialogRequest.RequestResult>): void;<br>新版本信息:201,401,16000001,16000002,16000004,16000005,16000006,16000008,16000009,16000010,16000011,16000012,16000013,16000050,16000053,16000055,16200001|UIAbilityContext.d.ts|
|错误码有变化|类名:UIAbilityContext;<br>方法or属性:requestDialogService(want: Want): Promise\<dialogRequest.RequestResult>;<br>旧版本信息:401|类名:UIAbilityContext;<br>方法or属性:requestDialogService(want: Want): Promise\<dialogRequest.RequestResult>;<br>新版本信息:201,401,16000001,16000002,16000004,16000005,16000006,16000008,16000009,16000010,16000011,16000012,16000013,16000050,16000053,16000055,16200001|UIAbilityContext.d.ts|
|访问级别有变化|类名:WindowMode;<br>方法or属性:WINDOW_MODE_UNDEFINED = 0<br>旧版本信息:|类名:WindowMode;<br>方法or属性:WINDOW_MODE_UNDEFINED = 0<br>新版本信息:systemapi|@ohos.app.ability.AbilityConstant.d.ts|
|访问级别有变化|类名:WindowMode;<br>方法or属性:WINDOW_MODE_FULLSCREEN = 1<br>旧版本信息:|类名:WindowMode;<br>方法or属性:WINDOW_MODE_FULLSCREEN = 1<br>新版本信息:systemapi|@ohos.app.ability.AbilityConstant.d.ts|
|访问级别有变化|类名:WindowMode;<br>方法or属性:WINDOW_MODE_SPLIT_PRIMARY = 100<br>旧版本信息:|类名:WindowMode;<br>方法or属性:WINDOW_MODE_SPLIT_PRIMARY = 100<br>新版本信息:systemapi|@ohos.app.ability.AbilityConstant.d.ts|
|访问级别有变化|类名:WindowMode;<br>方法or属性:WINDOW_MODE_SPLIT_SECONDARY = 101<br>旧版本信息:|类名:WindowMode;<br>方法or属性:WINDOW_MODE_SPLIT_SECONDARY = 101<br>新版本信息:systemapi|@ohos.app.ability.AbilityConstant.d.ts|
|访问级别有变化|类名:WindowMode;<br>方法or属性:WINDOW_MODE_FLOATING = 102<br>旧版本信息:|类名:WindowMode;<br>方法or属性:WINDOW_MODE_FLOATING = 102<br>新版本信息:systemapi|@ohos.app.ability.AbilityConstant.d.ts|
|访问级别有变化|类名:AbilityState;<br>方法or属性:INITIAL = 0<br>旧版本信息:|类名:AbilityState;<br>方法or属性:INITIAL = 0<br>新版本信息:systemapi|@ohos.app.ability.abilityManager.d.ts|
|访问级别有变化|类名:AbilityState;<br>方法or属性:FOCUS = 2<br>旧版本信息:|类名:AbilityState;<br>方法or属性:FOCUS = 2<br>新版本信息:systemapi|@ohos.app.ability.abilityManager.d.ts|
|访问级别有变化|类名:AbilityState;<br>方法or属性:FOREGROUND = 9<br>旧版本信息:|类名:AbilityState;<br>方法or属性:FOREGROUND = 9<br>新版本信息:systemapi|@ohos.app.ability.abilityManager.d.ts|
|访问级别有变化|类名:AbilityState;<br>方法or属性:BACKGROUND = 10<br>旧版本信息:|类名:AbilityState;<br>方法or属性:BACKGROUND = 10<br>新版本信息:systemapi|@ohos.app.ability.abilityManager.d.ts|
|访问级别有变化|类名:AbilityState;<br>方法or属性:FOREGROUNDING = 11<br>旧版本信息:|类名:AbilityState;<br>方法or属性:FOREGROUNDING = 11<br>新版本信息:systemapi|@ohos.app.ability.abilityManager.d.ts|
|访问级别有变化|类名:AbilityState;<br>方法or属性:BACKGROUNDING = 12<br>旧版本信息:|类名:AbilityState;<br>方法or属性:BACKGROUNDING = 12<br>新版本信息:systemapi|@ohos.app.ability.abilityManager.d.ts|
|访问级别有变化|类名:ApplicationState;<br>方法or属性:STATE_CREATE<br>旧版本信息:|类名:ApplicationState;<br>方法or属性:STATE_CREATE<br>新版本信息:systemapi|@ohos.app.ability.appManager.d.ts|
|访问级别有变化|类名:ApplicationState;<br>方法or属性:STATE_FOREGROUND<br>旧版本信息:|类名:ApplicationState;<br>方法or属性:STATE_FOREGROUND<br>新版本信息:systemapi|@ohos.app.ability.appManager.d.ts|
|访问级别有变化|类名:ApplicationState;<br>方法or属性:STATE_ACTIVE<br>旧版本信息:|类名:ApplicationState;<br>方法or属性:STATE_ACTIVE<br>新版本信息:systemapi|@ohos.app.ability.appManager.d.ts|
|访问级别有变化|类名:ApplicationState;<br>方法or属性:STATE_BACKGROUND<br>旧版本信息:|类名:ApplicationState;<br>方法or属性:STATE_BACKGROUND<br>新版本信息:systemapi|@ohos.app.ability.appManager.d.ts|
|访问级别有变化|类名:ApplicationState;<br>方法or属性:STATE_DESTROY<br>旧版本信息:|类名:ApplicationState;<br>方法or属性:STATE_DESTROY<br>新版本信息:systemapi|@ohos.app.ability.appManager.d.ts|
|访问级别有变化|类名:ProcessState;<br>方法or属性:export enum ProcessState<br>旧版本信息:systemapi|类名:ProcessState;<br>方法or属性:export enum ProcessState<br>新版本信息:|@ohos.app.ability.appManager.d.ts|
|访问级别有变化|类名:missionManager;<br>方法or属性:function on(type: 'mission', listener: MissionListener): number;<br>旧版本信息:|类名:missionManager;<br>方法or属性:function on(type: 'mission', listener: MissionListener): number;<br>新版本信息:systemapi|@ohos.app.ability.missionManager.d.ts|
|访问级别有变化|类名:missionManager;<br>方法or属性:function off(type: 'mission', listenerId: number, callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:missionManager;<br>方法or属性:function off(type: 'mission', listenerId: number, callback: AsyncCallback\<void>): void;<br>新版本信息:systemapi|@ohos.app.ability.missionManager.d.ts|
|访问级别有变化|类名:missionManager;<br>方法or属性:function off(type: 'mission', listenerId: number): Promise\<void>;<br>旧版本信息:|类名:missionManager;<br>方法or属性:function off(type: 'mission', listenerId: number): Promise\<void>;<br>新版本信息:systemapi|@ohos.app.ability.missionManager.d.ts|
|访问级别有变化|类名:missionManager;<br>方法or属性:function getMissionInfo(deviceId: string, missionId: number, callback: AsyncCallback\<MissionInfo>): void;<br>旧版本信息:|类名:missionManager;<br>方法or属性:function getMissionInfo(deviceId: string, missionId: number, callback: AsyncCallback\<MissionInfo>): void;<br>新版本信息:systemapi|@ohos.app.ability.missionManager.d.ts|
|访问级别有变化|类名:missionManager;<br>方法or属性:function getMissionInfo(deviceId: string, missionId: number): Promise\<MissionInfo>;<br>旧版本信息:|类名:missionManager;<br>方法or属性:function getMissionInfo(deviceId: string, missionId: number): Promise\<MissionInfo>;<br>新版本信息:systemapi|@ohos.app.ability.missionManager.d.ts|
|访问级别有变化|类名:missionManager;<br>方法or属性:function getMissionInfos(deviceId: string, numMax: number, callback: AsyncCallback\<Array\<MissionInfo>>): void;<br>旧版本信息:|类名:missionManager;<br>方法or属性:function getMissionInfos(deviceId: string, numMax: number, callback: AsyncCallback\<Array\<MissionInfo>>): void;<br>新版本信息:systemapi|@ohos.app.ability.missionManager.d.ts|
|访问级别有变化|类名:missionManager;<br>方法or属性:function getMissionInfos(deviceId: string, numMax: number): Promise\<Array\<MissionInfo>>;<br>旧版本信息:|类名:missionManager;<br>方法or属性:function getMissionInfos(deviceId: string, numMax: number): Promise\<Array\<MissionInfo>>;<br>新版本信息:systemapi|@ohos.app.ability.missionManager.d.ts|
|访问级别有变化|类名:missionManager;<br>方法or属性:function getMissionSnapShot(deviceId: string, missionId: number, callback: AsyncCallback\<MissionSnapshot>): void;<br>旧版本信息:|类名:missionManager;<br>方法or属性:function getMissionSnapShot(deviceId: string, missionId: number, callback: AsyncCallback\<MissionSnapshot>): void;<br>新版本信息:systemapi|@ohos.app.ability.missionManager.d.ts|
|访问级别有变化|类名:missionManager;<br>方法or属性:function getMissionSnapShot(deviceId: string, missionId: number): Promise\<MissionSnapshot>;<br>旧版本信息:|类名:missionManager;<br>方法or属性:function getMissionSnapShot(deviceId: string, missionId: number): Promise\<MissionSnapshot>;<br>新版本信息:systemapi|@ohos.app.ability.missionManager.d.ts|
|访问级别有变化|类名:missionManager;<br>方法or属性:function getLowResolutionMissionSnapShot(<br>    deviceId: string,<br>    missionId: number,<br>    callback: AsyncCallback\<MissionSnapshot><br>  ): void;<br>旧版本信息:|类名:missionManager;<br>方法or属性:function getLowResolutionMissionSnapShot(<br>    deviceId: string,<br>    missionId: number,<br>    callback: AsyncCallback\<MissionSnapshot><br>  ): void;<br>新版本信息:systemapi|@ohos.app.ability.missionManager.d.ts|
|访问级别有变化|类名:missionManager;<br>方法or属性:function getLowResolutionMissionSnapShot(deviceId: string, missionId: number): Promise\<MissionSnapshot>;<br>旧版本信息:|类名:missionManager;<br>方法or属性:function getLowResolutionMissionSnapShot(deviceId: string, missionId: number): Promise\<MissionSnapshot>;<br>新版本信息:systemapi|@ohos.app.ability.missionManager.d.ts|
|访问级别有变化|类名:missionManager;<br>方法or属性:function lockMission(missionId: number, callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:missionManager;<br>方法or属性:function lockMission(missionId: number, callback: AsyncCallback\<void>): void;<br>新版本信息:systemapi|@ohos.app.ability.missionManager.d.ts|
|访问级别有变化|类名:missionManager;<br>方法or属性:function lockMission(missionId: number): Promise\<void>;<br>旧版本信息:|类名:missionManager;<br>方法or属性:function lockMission(missionId: number): Promise\<void>;<br>新版本信息:systemapi|@ohos.app.ability.missionManager.d.ts|
|访问级别有变化|类名:missionManager;<br>方法or属性:function unlockMission(missionId: number, callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:missionManager;<br>方法or属性:function unlockMission(missionId: number, callback: AsyncCallback\<void>): void;<br>新版本信息:systemapi|@ohos.app.ability.missionManager.d.ts|
|访问级别有变化|类名:missionManager;<br>方法or属性:function unlockMission(missionId: number): Promise\<void>;<br>旧版本信息:|类名:missionManager;<br>方法or属性:function unlockMission(missionId: number): Promise\<void>;<br>新版本信息:systemapi|@ohos.app.ability.missionManager.d.ts|
|访问级别有变化|类名:missionManager;<br>方法or属性:function clearMission(missionId: number, callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:missionManager;<br>方法or属性:function clearMission(missionId: number, callback: AsyncCallback\<void>): void;<br>新版本信息:systemapi|@ohos.app.ability.missionManager.d.ts|
|访问级别有变化|类名:missionManager;<br>方法or属性:function clearMission(missionId: number): Promise\<void>;<br>旧版本信息:|类名:missionManager;<br>方法or属性:function clearMission(missionId: number): Promise\<void>;<br>新版本信息:systemapi|@ohos.app.ability.missionManager.d.ts|
|访问级别有变化|类名:missionManager;<br>方法or属性:function clearAllMissions(callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:missionManager;<br>方法or属性:function clearAllMissions(callback: AsyncCallback\<void>): void;<br>新版本信息:systemapi|@ohos.app.ability.missionManager.d.ts|
|访问级别有变化|类名:missionManager;<br>方法or属性:function clearAllMissions(): Promise\<void>;<br>旧版本信息:|类名:missionManager;<br>方法or属性:function clearAllMissions(): Promise\<void>;<br>新版本信息:systemapi|@ohos.app.ability.missionManager.d.ts|
|访问级别有变化|类名:missionManager;<br>方法or属性:function moveMissionToFront(missionId: number, callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:missionManager;<br>方法or属性:function moveMissionToFront(missionId: number, callback: AsyncCallback\<void>): void;<br>新版本信息:systemapi|@ohos.app.ability.missionManager.d.ts|
|访问级别有变化|类名:missionManager;<br>方法or属性:function moveMissionToFront(missionId: number, options: StartOptions, callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:missionManager;<br>方法or属性:function moveMissionToFront(missionId: number, options: StartOptions, callback: AsyncCallback\<void>): void;<br>新版本信息:systemapi|@ohos.app.ability.missionManager.d.ts|
|访问级别有变化|类名:missionManager;<br>方法or属性:function moveMissionToFront(missionId: number, options?: StartOptions): Promise\<void>;<br>旧版本信息:|类名:missionManager;<br>方法or属性:function moveMissionToFront(missionId: number, options?: StartOptions): Promise\<void>;<br>新版本信息:systemapi|@ohos.app.ability.missionManager.d.ts|
|访问级别有变化|类名:abilityManager;<br>方法or属性:function updateConfiguration(config: Configuration): Promise\<void>;<br>旧版本信息:|类名:abilityManager;<br>方法or属性:function updateConfiguration(config: Configuration): Promise\<void>;<br>新版本信息:systemapi|@ohos.application.abilityManager.d.ts|
|访问级别有变化|类名:abilityManager;<br>方法or属性:function getAbilityRunningInfos(callback: AsyncCallback\<Array\<AbilityRunningInfo>>): void;<br>旧版本信息:|类名:abilityManager;<br>方法or属性:function getAbilityRunningInfos(callback: AsyncCallback\<Array\<AbilityRunningInfo>>): void;<br>新版本信息:systemapi|@ohos.application.abilityManager.d.ts|
|访问级别有变化|类名:AbilityState;<br>方法or属性:INITIAL = 0<br>旧版本信息:|类名:AbilityState;<br>方法or属性:INITIAL = 0<br>新版本信息:systemapi|@ohos.application.abilityManager.d.ts|
|访问级别有变化|类名:AbilityState;<br>方法or属性:FOREGROUND = 9<br>旧版本信息:|类名:AbilityState;<br>方法or属性:FOREGROUND = 9<br>新版本信息:systemapi|@ohos.application.abilityManager.d.ts|
|访问级别有变化|类名:AbilityState;<br>方法or属性:BACKGROUND = 10<br>旧版本信息:|类名:AbilityState;<br>方法or属性:BACKGROUND = 10<br>新版本信息:systemapi|@ohos.application.abilityManager.d.ts|
|访问级别有变化|类名:AbilityState;<br>方法or属性:FOREGROUNDING = 11<br>旧版本信息:|类名:AbilityState;<br>方法or属性:FOREGROUNDING = 11<br>新版本信息:systemapi|@ohos.application.abilityManager.d.ts|
|访问级别有变化|类名:AbilityState;<br>方法or属性:BACKGROUNDING = 12<br>旧版本信息:|类名:AbilityState;<br>方法or属性:BACKGROUNDING = 12<br>新版本信息:systemapi|@ohos.application.abilityManager.d.ts|
|访问级别有变化|类名:appManager;<br>方法or属性:function unregisterApplicationStateObserver(observerId: number): Promise\<void>;<br>旧版本信息:|类名:appManager;<br>方法or属性:function unregisterApplicationStateObserver(observerId: number): Promise\<void>;<br>新版本信息:systemapi|@ohos.application.appManager.d.ts|
|访问级别有变化|类名:appManager;<br>方法or属性:function getForegroundApplications(): Promise\<Array\<AppStateData>>;<br>旧版本信息:|类名:appManager;<br>方法or属性:function getForegroundApplications(): Promise\<Array\<AppStateData>>;<br>新版本信息:systemapi|@ohos.application.appManager.d.ts|
|访问级别有变化|类名:appManager;<br>方法or属性:function killProcessWithAccount(bundleName: string, accountId: number, callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:appManager;<br>方法or属性:function killProcessWithAccount(bundleName: string, accountId: number, callback: AsyncCallback\<void>): void;<br>新版本信息:systemapi|@ohos.application.appManager.d.ts|
|访问级别有变化|类名:appManager;<br>方法or属性:function killProcessesByBundleName(bundleName: string, callback: AsyncCallback\<void>);<br>旧版本信息:|类名:appManager;<br>方法or属性:function killProcessesByBundleName(bundleName: string, callback: AsyncCallback\<void>);<br>新版本信息:systemapi|@ohos.application.appManager.d.ts|
|访问级别有变化|类名:appManager;<br>方法or属性:function clearUpApplicationData(bundleName: string, callback: AsyncCallback\<void>);<br>旧版本信息:|类名:appManager;<br>方法or属性:function clearUpApplicationData(bundleName: string, callback: AsyncCallback\<void>);<br>新版本信息:systemapi|@ohos.application.appManager.d.ts|
|访问级别有变化|类名:formHost;<br>方法or属性:function deleteForm(formId: string, callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:formHost;<br>方法or属性:function deleteForm(formId: string, callback: AsyncCallback\<void>): void;<br>新版本信息:systemapi|@ohos.application.formHost.d.ts|
|访问级别有变化|类名:formHost;<br>方法or属性:function deleteForm(formId: string): Promise\<void>;<br>旧版本信息:|类名:formHost;<br>方法or属性:function deleteForm(formId: string): Promise\<void>;<br>新版本信息:systemapi|@ohos.application.formHost.d.ts|
|访问级别有变化|类名:formHost;<br>方法or属性:function releaseForm(formId: string, callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:formHost;<br>方法or属性:function releaseForm(formId: string, callback: AsyncCallback\<void>): void;<br>新版本信息:systemapi|@ohos.application.formHost.d.ts|
|访问级别有变化|类名:formHost;<br>方法or属性:function releaseForm(formId: string, isReleaseCache: boolean, callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:formHost;<br>方法or属性:function releaseForm(formId: string, isReleaseCache: boolean, callback: AsyncCallback\<void>): void;<br>新版本信息:systemapi|@ohos.application.formHost.d.ts|
|访问级别有变化|类名:formHost;<br>方法or属性:function releaseForm(formId: string, isReleaseCache?: boolean): Promise\<void>;<br>旧版本信息:|类名:formHost;<br>方法or属性:function releaseForm(formId: string, isReleaseCache?: boolean): Promise\<void>;<br>新版本信息:systemapi|@ohos.application.formHost.d.ts|
|访问级别有变化|类名:formHost;<br>方法or属性:function requestForm(formId: string, callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:formHost;<br>方法or属性:function requestForm(formId: string, callback: AsyncCallback\<void>): void;<br>新版本信息:systemapi|@ohos.application.formHost.d.ts|
|访问级别有变化|类名:formHost;<br>方法or属性:function requestForm(formId: string): Promise\<void>;<br>旧版本信息:|类名:formHost;<br>方法or属性:function requestForm(formId: string): Promise\<void>;<br>新版本信息:systemapi|@ohos.application.formHost.d.ts|
|访问级别有变化|类名:formHost;<br>方法or属性:function castTempForm(formId: string, callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:formHost;<br>方法or属性:function castTempForm(formId: string, callback: AsyncCallback\<void>): void;<br>新版本信息:systemapi|@ohos.application.formHost.d.ts|
|访问级别有变化|类名:formHost;<br>方法or属性:function castTempForm(formId: string): Promise\<void>;<br>旧版本信息:|类名:formHost;<br>方法or属性:function castTempForm(formId: string): Promise\<void>;<br>新版本信息:systemapi|@ohos.application.formHost.d.ts|
|访问级别有变化|类名:formHost;<br>方法or属性:function notifyVisibleForms(formIds: Array\<string>, callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:formHost;<br>方法or属性:function notifyVisibleForms(formIds: Array\<string>, callback: AsyncCallback\<void>): void;<br>新版本信息:systemapi|@ohos.application.formHost.d.ts|
|访问级别有变化|类名:formHost;<br>方法or属性:function notifyVisibleForms(formIds: Array\<string>): Promise\<void>;<br>旧版本信息:|类名:formHost;<br>方法or属性:function notifyVisibleForms(formIds: Array\<string>): Promise\<void>;<br>新版本信息:systemapi|@ohos.application.formHost.d.ts|
|访问级别有变化|类名:formHost;<br>方法or属性:function notifyInvisibleForms(formIds: Array\<string>, callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:formHost;<br>方法or属性:function notifyInvisibleForms(formIds: Array\<string>, callback: AsyncCallback\<void>): void;<br>新版本信息:systemapi|@ohos.application.formHost.d.ts|
|访问级别有变化|类名:formHost;<br>方法or属性:function notifyInvisibleForms(formIds: Array\<string>): Promise\<void>;<br>旧版本信息:|类名:formHost;<br>方法or属性:function notifyInvisibleForms(formIds: Array\<string>): Promise\<void>;<br>新版本信息:systemapi|@ohos.application.formHost.d.ts|
|访问级别有变化|类名:formHost;<br>方法or属性:function enableFormsUpdate(formIds: Array\<string>, callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:formHost;<br>方法or属性:function enableFormsUpdate(formIds: Array\<string>, callback: AsyncCallback\<void>): void;<br>新版本信息:systemapi|@ohos.application.formHost.d.ts|
|访问级别有变化|类名:formHost;<br>方法or属性:function enableFormsUpdate(formIds: Array\<string>): Promise\<void>;<br>旧版本信息:|类名:formHost;<br>方法or属性:function enableFormsUpdate(formIds: Array\<string>): Promise\<void>;<br>新版本信息:systemapi|@ohos.application.formHost.d.ts|
|访问级别有变化|类名:formHost;<br>方法or属性:function disableFormsUpdate(formIds: Array\<string>, callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:formHost;<br>方法or属性:function disableFormsUpdate(formIds: Array\<string>, callback: AsyncCallback\<void>): void;<br>新版本信息:systemapi|@ohos.application.formHost.d.ts|
|访问级别有变化|类名:formHost;<br>方法or属性:function disableFormsUpdate(formIds: Array\<string>): Promise\<void>;<br>旧版本信息:|类名:formHost;<br>方法or属性:function disableFormsUpdate(formIds: Array\<string>): Promise\<void>;<br>新版本信息:systemapi|@ohos.application.formHost.d.ts|
|访问级别有变化|类名:formHost;<br>方法or属性:function isSystemReady(callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:formHost;<br>方法or属性:function isSystemReady(callback: AsyncCallback\<void>): void;<br>新版本信息:systemapi|@ohos.application.formHost.d.ts|
|访问级别有变化|类名:formHost;<br>方法or属性:function isSystemReady(): Promise\<void>;<br>旧版本信息:|类名:formHost;<br>方法or属性:function isSystemReady(): Promise\<void>;<br>新版本信息:systemapi|@ohos.application.formHost.d.ts|
|访问级别有变化|类名:formHost;<br>方法or属性:function getAllFormsInfo(callback: AsyncCallback\<Array\<formInfo.FormInfo>>): void;<br>旧版本信息:|类名:formHost;<br>方法or属性:function getAllFormsInfo(callback: AsyncCallback\<Array\<formInfo.FormInfo>>): void;<br>新版本信息:systemapi|@ohos.application.formHost.d.ts|
|访问级别有变化|类名:formHost;<br>方法or属性:function getAllFormsInfo(): Promise\<Array\<formInfo.FormInfo>>;<br>旧版本信息:|类名:formHost;<br>方法or属性:function getAllFormsInfo(): Promise\<Array\<formInfo.FormInfo>>;<br>新版本信息:systemapi|@ohos.application.formHost.d.ts|
|访问级别有变化|类名:formHost;<br>方法or属性:function getFormsInfo(bundleName: string, callback: AsyncCallback\<Array\<formInfo.FormInfo>>): void;<br>旧版本信息:|类名:formHost;<br>方法or属性:function getFormsInfo(bundleName: string, callback: AsyncCallback\<Array\<formInfo.FormInfo>>): void;<br>新版本信息:systemapi|@ohos.application.formHost.d.ts|
|访问级别有变化|类名:formHost;<br>方法or属性:function getFormsInfo(<br>    bundleName: string,<br>    moduleName: string,<br>    callback: AsyncCallback\<Array\<formInfo.FormInfo>><br>  ): void;<br>旧版本信息:|类名:formHost;<br>方法or属性:function getFormsInfo(<br>    bundleName: string,<br>    moduleName: string,<br>    callback: AsyncCallback\<Array\<formInfo.FormInfo>><br>  ): void;<br>新版本信息:systemapi|@ohos.application.formHost.d.ts|
|访问级别有变化|类名:formHost;<br>方法or属性:function getFormsInfo(bundleName: string, moduleName?: string): Promise\<Array\<formInfo.FormInfo>>;<br>旧版本信息:|类名:formHost;<br>方法or属性:function getFormsInfo(bundleName: string, moduleName?: string): Promise\<Array\<formInfo.FormInfo>>;<br>新版本信息:systemapi|@ohos.application.formHost.d.ts|
|访问级别有变化|类名:formHost;<br>方法or属性:function deleteInvalidForms(formIds: Array\<string>, callback: AsyncCallback\<number>): void;<br>旧版本信息:|类名:formHost;<br>方法or属性:function deleteInvalidForms(formIds: Array\<string>, callback: AsyncCallback\<number>): void;<br>新版本信息:systemapi|@ohos.application.formHost.d.ts|
|访问级别有变化|类名:formHost;<br>方法or属性:function deleteInvalidForms(formIds: Array\<string>): Promise\<number>;<br>旧版本信息:|类名:formHost;<br>方法or属性:function deleteInvalidForms(formIds: Array\<string>): Promise\<number>;<br>新版本信息:systemapi|@ohos.application.formHost.d.ts|
|访问级别有变化|类名:formHost;<br>方法or属性:function acquireFormState(want: Want, callback: AsyncCallback\<formInfo.FormStateInfo>): void;<br>旧版本信息:|类名:formHost;<br>方法or属性:function acquireFormState(want: Want, callback: AsyncCallback\<formInfo.FormStateInfo>): void;<br>新版本信息:systemapi|@ohos.application.formHost.d.ts|
|访问级别有变化|类名:formHost;<br>方法or属性:function acquireFormState(want: Want): Promise\<formInfo.FormStateInfo>;<br>旧版本信息:|类名:formHost;<br>方法or属性:function acquireFormState(want: Want): Promise\<formInfo.FormStateInfo>;<br>新版本信息:systemapi|@ohos.application.formHost.d.ts|
|访问级别有变化|类名:formHost;<br>方法or属性:function on(type: 'formUninstall', callback: Callback\<string>): void;<br>旧版本信息:|类名:formHost;<br>方法or属性:function on(type: 'formUninstall', callback: Callback\<string>): void;<br>新版本信息:systemapi|@ohos.application.formHost.d.ts|
|访问级别有变化|类名:formHost;<br>方法or属性:function off(type: 'formUninstall', callback?: Callback\<string>): void;<br>旧版本信息:|类名:formHost;<br>方法or属性:function off(type: 'formUninstall', callback?: Callback\<string>): void;<br>新版本信息:systemapi|@ohos.application.formHost.d.ts|
|访问级别有变化|类名:formHost;<br>方法or属性:function notifyFormsVisible(formIds: Array\<string>, isVisible: boolean, callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:formHost;<br>方法or属性:function notifyFormsVisible(formIds: Array\<string>, isVisible: boolean, callback: AsyncCallback\<void>): void;<br>新版本信息:systemapi|@ohos.application.formHost.d.ts|
|访问级别有变化|类名:formHost;<br>方法or属性:function notifyFormsVisible(formIds: Array\<string>, isVisible: boolean): Promise\<void>;<br>旧版本信息:|类名:formHost;<br>方法or属性:function notifyFormsVisible(formIds: Array\<string>, isVisible: boolean): Promise\<void>;<br>新版本信息:systemapi|@ohos.application.formHost.d.ts|
|访问级别有变化|类名:formHost;<br>方法or属性:function notifyFormsEnableUpdate(<br>    formIds: Array\<string>,<br>    isEnableUpdate: boolean,<br>    callback: AsyncCallback\<void><br>  ): void;<br>旧版本信息:|类名:formHost;<br>方法or属性:function notifyFormsEnableUpdate(<br>    formIds: Array\<string>,<br>    isEnableUpdate: boolean,<br>    callback: AsyncCallback\<void><br>  ): void;<br>新版本信息:systemapi|@ohos.application.formHost.d.ts|
|访问级别有变化|类名:formHost;<br>方法or属性:function notifyFormsEnableUpdate(formIds: Array\<string>, isEnableUpdate: boolean): Promise\<void>;<br>旧版本信息:|类名:formHost;<br>方法or属性:function notifyFormsEnableUpdate(formIds: Array\<string>, isEnableUpdate: boolean): Promise\<void>;<br>新版本信息:systemapi|@ohos.application.formHost.d.ts|
|访问级别有变化|类名:missionManager;<br>方法or属性:function registerMissionListener(listener: MissionListener): number;<br>旧版本信息:|类名:missionManager;<br>方法or属性:function registerMissionListener(listener: MissionListener): number;<br>新版本信息:systemapi|@ohos.application.missionManager.d.ts|
|访问级别有变化|类名:missionManager;<br>方法or属性:function unregisterMissionListener(listenerId: number, callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:missionManager;<br>方法or属性:function unregisterMissionListener(listenerId: number, callback: AsyncCallback\<void>): void;<br>新版本信息:systemapi|@ohos.application.missionManager.d.ts|
|访问级别有变化|类名:missionManager;<br>方法or属性:function unregisterMissionListener(listenerId: number): Promise\<void>;<br>旧版本信息:|类名:missionManager;<br>方法or属性:function unregisterMissionListener(listenerId: number): Promise\<void>;<br>新版本信息:systemapi|@ohos.application.missionManager.d.ts|
|访问级别有变化|类名:missionManager;<br>方法or属性:function getMissionInfo(deviceId: string, missionId: number, callback: AsyncCallback\<MissionInfo>): void;<br>旧版本信息:|类名:missionManager;<br>方法or属性:function getMissionInfo(deviceId: string, missionId: number, callback: AsyncCallback\<MissionInfo>): void;<br>新版本信息:systemapi|@ohos.application.missionManager.d.ts|
|访问级别有变化|类名:missionManager;<br>方法or属性:function getMissionInfo(deviceId: string, missionId: number): Promise\<MissionInfo>;<br>旧版本信息:|类名:missionManager;<br>方法or属性:function getMissionInfo(deviceId: string, missionId: number): Promise\<MissionInfo>;<br>新版本信息:systemapi|@ohos.application.missionManager.d.ts|
|访问级别有变化|类名:missionManager;<br>方法or属性:function getMissionInfos(deviceId: string, numMax: number, callback: AsyncCallback\<Array\<MissionInfo>>): void;<br>旧版本信息:|类名:missionManager;<br>方法or属性:function getMissionInfos(deviceId: string, numMax: number, callback: AsyncCallback\<Array\<MissionInfo>>): void;<br>新版本信息:systemapi|@ohos.application.missionManager.d.ts|
|访问级别有变化|类名:missionManager;<br>方法or属性:function getMissionInfos(deviceId: string, numMax: number): Promise\<Array\<MissionInfo>>;<br>旧版本信息:|类名:missionManager;<br>方法or属性:function getMissionInfos(deviceId: string, numMax: number): Promise\<Array\<MissionInfo>>;<br>新版本信息:systemapi|@ohos.application.missionManager.d.ts|
|访问级别有变化|类名:missionManager;<br>方法or属性:function getMissionSnapShot(deviceId: string, missionId: number, callback: AsyncCallback\<MissionSnapshot>): void;<br>旧版本信息:|类名:missionManager;<br>方法or属性:function getMissionSnapShot(deviceId: string, missionId: number, callback: AsyncCallback\<MissionSnapshot>): void;<br>新版本信息:systemapi|@ohos.application.missionManager.d.ts|
|访问级别有变化|类名:missionManager;<br>方法or属性:function getMissionSnapShot(deviceId: string, missionId: number): Promise\<MissionSnapshot>;<br>旧版本信息:|类名:missionManager;<br>方法or属性:function getMissionSnapShot(deviceId: string, missionId: number): Promise\<MissionSnapshot>;<br>新版本信息:systemapi|@ohos.application.missionManager.d.ts|
|访问级别有变化|类名:missionManager;<br>方法or属性:function lockMission(missionId: number, callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:missionManager;<br>方法or属性:function lockMission(missionId: number, callback: AsyncCallback\<void>): void;<br>新版本信息:systemapi|@ohos.application.missionManager.d.ts|
|访问级别有变化|类名:missionManager;<br>方法or属性:function lockMission(missionId: number): Promise\<void>;<br>旧版本信息:|类名:missionManager;<br>方法or属性:function lockMission(missionId: number): Promise\<void>;<br>新版本信息:systemapi|@ohos.application.missionManager.d.ts|
|访问级别有变化|类名:missionManager;<br>方法or属性:function unlockMission(missionId: number, callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:missionManager;<br>方法or属性:function unlockMission(missionId: number, callback: AsyncCallback\<void>): void;<br>新版本信息:systemapi|@ohos.application.missionManager.d.ts|
|访问级别有变化|类名:missionManager;<br>方法or属性:function unlockMission(missionId: number): Promise\<void>;<br>旧版本信息:|类名:missionManager;<br>方法or属性:function unlockMission(missionId: number): Promise\<void>;<br>新版本信息:systemapi|@ohos.application.missionManager.d.ts|
|访问级别有变化|类名:missionManager;<br>方法or属性:function clearMission(missionId: number, callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:missionManager;<br>方法or属性:function clearMission(missionId: number, callback: AsyncCallback\<void>): void;<br>新版本信息:systemapi|@ohos.application.missionManager.d.ts|
|访问级别有变化|类名:missionManager;<br>方法or属性:function clearMission(missionId: number): Promise\<void>;<br>旧版本信息:|类名:missionManager;<br>方法or属性:function clearMission(missionId: number): Promise\<void>;<br>新版本信息:systemapi|@ohos.application.missionManager.d.ts|
|访问级别有变化|类名:missionManager;<br>方法or属性:function clearAllMissions(callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:missionManager;<br>方法or属性:function clearAllMissions(callback: AsyncCallback\<void>): void;<br>新版本信息:systemapi|@ohos.application.missionManager.d.ts|
|访问级别有变化|类名:missionManager;<br>方法or属性:function clearAllMissions(): Promise\<void>;<br>旧版本信息:|类名:missionManager;<br>方法or属性:function clearAllMissions(): Promise\<void>;<br>新版本信息:systemapi|@ohos.application.missionManager.d.ts|
|访问级别有变化|类名:missionManager;<br>方法or属性:function moveMissionToFront(missionId: number, callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:missionManager;<br>方法or属性:function moveMissionToFront(missionId: number, callback: AsyncCallback\<void>): void;<br>新版本信息:systemapi|@ohos.application.missionManager.d.ts|
|访问级别有变化|类名:missionManager;<br>方法or属性:function moveMissionToFront(missionId: number, options: StartOptions, callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:missionManager;<br>方法or属性:function moveMissionToFront(missionId: number, options: StartOptions, callback: AsyncCallback\<void>): void;<br>新版本信息:systemapi|@ohos.application.missionManager.d.ts|
|访问级别有变化|类名:missionManager;<br>方法or属性:function moveMissionToFront(missionId: number, options?: StartOptions): Promise\<void>;<br>旧版本信息:|类名:missionManager;<br>方法or属性:function moveMissionToFront(missionId: number, options?: StartOptions): Promise\<void>;<br>新版本信息:systemapi|@ohos.application.missionManager.d.ts|
|访问级别有变化|类名:distributedMissionManager;<br>方法or属性:function startSyncRemoteMissions(parameter: MissionParameter): Promise\<void>;<br>旧版本信息:|类名:distributedMissionManager;<br>方法or属性:function startSyncRemoteMissions(parameter: MissionParameter): Promise\<void>;<br>新版本信息:systemapi|@ohos.distributedMissionManager.d.ts|
|访问级别有变化|类名:distributedMissionManager;<br>方法or属性:function stopSyncRemoteMissions(parameter: MissionDeviceInfo): Promise\<void>;<br>旧版本信息:|类名:distributedMissionManager;<br>方法or属性:function stopSyncRemoteMissions(parameter: MissionDeviceInfo): Promise\<void>;<br>新版本信息:systemapi|@ohos.distributedMissionManager.d.ts|
|访问级别有变化|类名:distributedMissionManager;<br>方法or属性:function registerMissionListener(parameter: MissionDeviceInfo, options: MissionCallback): Promise\<void>;<br>旧版本信息:|类名:distributedMissionManager;<br>方法or属性:function registerMissionListener(parameter: MissionDeviceInfo, options: MissionCallback): Promise\<void>;<br>新版本信息:systemapi|@ohos.distributedMissionManager.d.ts|
|访问级别有变化|类名:distributedMissionManager;<br>方法or属性:function unRegisterMissionListener(parameter: MissionDeviceInfo): Promise\<void>;<br>旧版本信息:|类名:distributedMissionManager;<br>方法or属性:function unRegisterMissionListener(parameter: MissionDeviceInfo): Promise\<void>;<br>新版本信息:systemapi|@ohos.distributedMissionManager.d.ts|
|访问级别有变化|类名:distributedMissionManager;<br>方法or属性:function continueMission(parameter: ContinueDeviceInfo, options: ContinueCallback): Promise\<void>;<br>旧版本信息:|类名:distributedMissionManager;<br>方法or属性:function continueMission(parameter: ContinueDeviceInfo, options: ContinueCallback): Promise\<void>;<br>新版本信息:systemapi|@ohos.distributedMissionManager.d.ts|
|访问级别有变化|类名:ContinueCallback;<br>方法or属性:onContinueDone(result: number): void;<br>旧版本信息:|类名:ContinueCallback;<br>方法or属性:onContinueDone(result: number): void;<br>新版本信息:systemapi|ContinueCallback.d.ts|
|访问级别有变化|类名:ContinueDeviceInfo;<br>方法or属性:srcDeviceId: string;<br>旧版本信息:|类名:ContinueDeviceInfo;<br>方法or属性:srcDeviceId: string;<br>新版本信息:systemapi|ContinueDeviceInfo.d.ts|
|访问级别有变化|类名:ContinueDeviceInfo;<br>方法or属性:dstDeviceId: string;<br>旧版本信息:|类名:ContinueDeviceInfo;<br>方法or属性:dstDeviceId: string;<br>新版本信息:systemapi|ContinueDeviceInfo.d.ts|
|访问级别有变化|类名:ContinueDeviceInfo;<br>方法or属性:missionId: number;<br>旧版本信息:|类名:ContinueDeviceInfo;<br>方法or属性:missionId: number;<br>新版本信息:systemapi|ContinueDeviceInfo.d.ts|
|访问级别有变化|类名:ContinueDeviceInfo;<br>方法or属性:wantParam: { [key: string]: any };<br>旧版本信息:|类名:ContinueDeviceInfo;<br>方法or属性:wantParam: { [key: string]: any };<br>新版本信息:systemapi|ContinueDeviceInfo.d.ts|
|访问级别有变化|类名:FormExtensionContext;<br>方法or属性:startAbility(want: Want): Promise\<void>;<br>旧版本信息:|类名:FormExtensionContext;<br>方法or属性:startAbility(want: Want): Promise\<void>;<br>新版本信息:systemapi|FormExtensionContext.d.ts|
|访问级别有变化|类名:MissionCallback;<br>方法or属性:notifyMissionsChanged(deviceId: string): void;<br>旧版本信息:|类名:MissionCallback;<br>方法or属性:notifyMissionsChanged(deviceId: string): void;<br>新版本信息:systemapi|MissionCallbacks.d.ts|
|访问级别有变化|类名:MissionCallback;<br>方法or属性:notifySnapshot(deviceId: string, mission: number): void;<br>旧版本信息:|类名:MissionCallback;<br>方法or属性:notifySnapshot(deviceId: string, mission: number): void;<br>新版本信息:systemapi|MissionCallbacks.d.ts|
|访问级别有变化|类名:MissionCallback;<br>方法or属性:notifyNetDisconnect(deviceId: string, state: number): void;<br>旧版本信息:|类名:MissionCallback;<br>方法or属性:notifyNetDisconnect(deviceId: string, state: number): void;<br>新版本信息:systemapi|MissionCallbacks.d.ts|
|访问级别有变化|类名:MissionDeviceInfo;<br>方法or属性:deviceId: string;<br>旧版本信息:|类名:MissionDeviceInfo;<br>方法or属性:deviceId: string;<br>新版本信息:systemapi|MissionDeviceInfo.d.ts|
|访问级别有变化|类名:MissionInfo;<br>方法or属性:missionId: number;<br>旧版本信息:|类名:MissionInfo;<br>方法or属性:missionId: number;<br>新版本信息:systemapi|MissionInfo.d.ts|
|访问级别有变化|类名:MissionInfo;<br>方法or属性:runningState: number;<br>旧版本信息:|类名:MissionInfo;<br>方法or属性:runningState: number;<br>新版本信息:systemapi|MissionInfo.d.ts|
|访问级别有变化|类名:MissionInfo;<br>方法or属性:lockedState: boolean;<br>旧版本信息:|类名:MissionInfo;<br>方法or属性:lockedState: boolean;<br>新版本信息:systemapi|MissionInfo.d.ts|
|访问级别有变化|类名:MissionInfo;<br>方法or属性:timestamp: string;<br>旧版本信息:|类名:MissionInfo;<br>方法or属性:timestamp: string;<br>新版本信息:systemapi|MissionInfo.d.ts|
|访问级别有变化|类名:MissionInfo;<br>方法or属性:want: Want;<br>旧版本信息:|类名:MissionInfo;<br>方法or属性:want: Want;<br>新版本信息:systemapi|MissionInfo.d.ts|
|访问级别有变化|类名:MissionInfo;<br>方法or属性:label: string;<br>旧版本信息:|类名:MissionInfo;<br>方法or属性:label: string;<br>新版本信息:systemapi|MissionInfo.d.ts|
|访问级别有变化|类名:MissionInfo;<br>方法or属性:iconPath: string;<br>旧版本信息:|类名:MissionInfo;<br>方法or属性:iconPath: string;<br>新版本信息:systemapi|MissionInfo.d.ts|
|访问级别有变化|类名:MissionInfo;<br>方法or属性:continuable: boolean;<br>旧版本信息:|类名:MissionInfo;<br>方法or属性:continuable: boolean;<br>新版本信息:systemapi|MissionInfo.d.ts|
|访问级别有变化|类名:MissionListener;<br>方法or属性:onMissionCreated(mission: number): void;<br>旧版本信息:|类名:MissionListener;<br>方法or属性:onMissionCreated(mission: number): void;<br>新版本信息:systemapi|MissionListener.d.ts|
|访问级别有变化|类名:MissionListener;<br>方法or属性:onMissionDestroyed(mission: number): void;<br>旧版本信息:|类名:MissionListener;<br>方法or属性:onMissionDestroyed(mission: number): void;<br>新版本信息:systemapi|MissionListener.d.ts|
|访问级别有变化|类名:MissionListener;<br>方法or属性:onMissionSnapshotChanged(mission: number): void;<br>旧版本信息:|类名:MissionListener;<br>方法or属性:onMissionSnapshotChanged(mission: number): void;<br>新版本信息:systemapi|MissionListener.d.ts|
|访问级别有变化|类名:MissionListener;<br>方法or属性:onMissionMovedToFront(mission: number): void;<br>旧版本信息:|类名:MissionListener;<br>方法or属性:onMissionMovedToFront(mission: number): void;<br>新版本信息:systemapi|MissionListener.d.ts|
|访问级别有变化|类名:MissionListener;<br>方法or属性:onMissionLabelUpdated(mission: number): void;<br>旧版本信息:|类名:MissionListener;<br>方法or属性:onMissionLabelUpdated(mission: number): void;<br>新版本信息:systemapi|MissionListener.d.ts|
|访问级别有变化|类名:MissionListener;<br>方法or属性:onMissionIconUpdated(mission: number, icon: image.PixelMap): void;<br>旧版本信息:|类名:MissionListener;<br>方法or属性:onMissionIconUpdated(mission: number, icon: image.PixelMap): void;<br>新版本信息:systemapi|MissionListener.d.ts|
|访问级别有变化|类名:MissionListener;<br>方法or属性:onMissionClosed(mission: number): void;<br>旧版本信息:|类名:MissionListener;<br>方法or属性:onMissionClosed(mission: number): void;<br>新版本信息:systemapi|MissionListener.d.ts|
|访问级别有变化|类名:MissionParameter;<br>方法or属性:deviceId: string;<br>旧版本信息:|类名:MissionParameter;<br>方法or属性:deviceId: string;<br>新版本信息:systemapi|MissionParameter.d.ts|
|访问级别有变化|类名:MissionParameter;<br>方法or属性:fixConflict: boolean;<br>旧版本信息:|类名:MissionParameter;<br>方法or属性:fixConflict: boolean;<br>新版本信息:systemapi|MissionParameter.d.ts|
|访问级别有变化|类名:MissionParameter;<br>方法or属性:tag: number;<br>旧版本信息:|类名:MissionParameter;<br>方法or属性:tag: number;<br>新版本信息:systemapi|MissionParameter.d.ts|
|访问级别有变化|类名:MissionSnapshot;<br>方法or属性:ability: ElementName;<br>旧版本信息:|类名:MissionSnapshot;<br>方法or属性:ability: ElementName;<br>新版本信息:systemapi|MissionSnapshot.d.ts|
|访问级别有变化|类名:MissionSnapshot;<br>方法or属性:snapshot: image.PixelMap;<br>旧版本信息:|类名:MissionSnapshot;<br>方法or属性:snapshot: image.PixelMap;<br>新版本信息:systemapi|MissionSnapshot.d.ts|
|访问级别有变化|类名:ServiceExtensionContext;<br>方法or属性:startAbility(want: Want, callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:ServiceExtensionContext;<br>方法or属性:startAbility(want: Want, callback: AsyncCallback\<void>): void;<br>新版本信息:systemapi|ServiceExtensionContext.d.ts|
|访问级别有变化|类名:ServiceExtensionContext;<br>方法or属性:startAbility(want: Want, options: StartOptions, callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:ServiceExtensionContext;<br>方法or属性:startAbility(want: Want, options: StartOptions, callback: AsyncCallback\<void>): void;<br>新版本信息:systemapi|ServiceExtensionContext.d.ts|
|访问级别有变化|类名:ServiceExtensionContext;<br>方法or属性:startAbility(want: Want, options?: StartOptions): Promise\<void>;<br>旧版本信息:|类名:ServiceExtensionContext;<br>方法or属性:startAbility(want: Want, options?: StartOptions): Promise\<void>;<br>新版本信息:systemapi|ServiceExtensionContext.d.ts|
|访问级别有变化|类名:ServiceExtensionContext;<br>方法or属性:terminateSelf(callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:ServiceExtensionContext;<br>方法or属性:terminateSelf(callback: AsyncCallback\<void>): void;<br>新版本信息:systemapi|ServiceExtensionContext.d.ts|
|访问级别有变化|类名:ServiceExtensionContext;<br>方法or属性:terminateSelf(): Promise\<void>;<br>旧版本信息:|类名:ServiceExtensionContext;<br>方法or属性:terminateSelf(): Promise\<void>;<br>新版本信息:systemapi|ServiceExtensionContext.d.ts|
|访问级别有变化|类名:ServiceExtensionContext;<br>方法or属性:connectServiceExtensionAbility(want: Want, options: ConnectOptions): number;<br>旧版本信息:|类名:ServiceExtensionContext;<br>方法or属性:connectServiceExtensionAbility(want: Want, options: ConnectOptions): number;<br>新版本信息:systemapi|ServiceExtensionContext.d.ts|
|访问级别有变化|类名:ServiceExtensionContext;<br>方法or属性:disconnectServiceExtensionAbility(connection: number, callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:ServiceExtensionContext;<br>方法or属性:disconnectServiceExtensionAbility(connection: number, callback: AsyncCallback\<void>): void;<br>新版本信息:systemapi|ServiceExtensionContext.d.ts|
|访问级别有变化|类名:ServiceExtensionContext;<br>方法or属性:disconnectServiceExtensionAbility(connection: number): Promise\<void>;<br>旧版本信息:|类名:ServiceExtensionContext;<br>方法or属性:disconnectServiceExtensionAbility(connection: number): Promise\<void>;<br>新版本信息:systemapi|ServiceExtensionContext.d.ts|
|权限有变化|类名:missionManager;<br>方法or属性:function on(type: 'mission', listener: MissionListener): number;<br>旧版本信息:|类名:missionManager;<br>方法or属性:function on(type: 'mission', listener: MissionListener): number;<br>新版本信息:ohos.permission.MANAGE_MISSIONS|@ohos.app.ability.missionManager.d.ts|
|权限有变化|类名:missionManager;<br>方法or属性:function off(type: 'mission', listenerId: number, callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:missionManager;<br>方法or属性:function off(type: 'mission', listenerId: number, callback: AsyncCallback\<void>): void;<br>新版本信息:ohos.permission.MANAGE_MISSIONS|@ohos.app.ability.missionManager.d.ts|
|权限有变化|类名:missionManager;<br>方法or属性:function off(type: 'mission', listenerId: number): Promise\<void>;<br>旧版本信息:|类名:missionManager;<br>方法or属性:function off(type: 'mission', listenerId: number): Promise\<void>;<br>新版本信息:ohos.permission.MANAGE_MISSIONS|@ohos.app.ability.missionManager.d.ts|
|权限有变化|类名:missionManager;<br>方法or属性:function getMissionInfo(deviceId: string, missionId: number, callback: AsyncCallback\<MissionInfo>): void;<br>旧版本信息:|类名:missionManager;<br>方法or属性:function getMissionInfo(deviceId: string, missionId: number, callback: AsyncCallback\<MissionInfo>): void;<br>新版本信息:ohos.permission.MANAGE_MISSIONS|@ohos.app.ability.missionManager.d.ts|
|权限有变化|类名:missionManager;<br>方法or属性:function getMissionInfo(deviceId: string, missionId: number): Promise\<MissionInfo>;<br>旧版本信息:|类名:missionManager;<br>方法or属性:function getMissionInfo(deviceId: string, missionId: number): Promise\<MissionInfo>;<br>新版本信息:ohos.permission.MANAGE_MISSIONS|@ohos.app.ability.missionManager.d.ts|
|权限有变化|类名:missionManager;<br>方法or属性:function getMissionInfos(deviceId: string, numMax: number, callback: AsyncCallback\<Array\<MissionInfo>>): void;<br>旧版本信息:|类名:missionManager;<br>方法or属性:function getMissionInfos(deviceId: string, numMax: number, callback: AsyncCallback\<Array\<MissionInfo>>): void;<br>新版本信息:ohos.permission.MANAGE_MISSIONS|@ohos.app.ability.missionManager.d.ts|
|权限有变化|类名:missionManager;<br>方法or属性:function getMissionInfos(deviceId: string, numMax: number): Promise\<Array\<MissionInfo>>;<br>旧版本信息:|类名:missionManager;<br>方法or属性:function getMissionInfos(deviceId: string, numMax: number): Promise\<Array\<MissionInfo>>;<br>新版本信息:ohos.permission.MANAGE_MISSIONS|@ohos.app.ability.missionManager.d.ts|
|权限有变化|类名:missionManager;<br>方法or属性:function getMissionSnapShot(deviceId: string, missionId: number, callback: AsyncCallback\<MissionSnapshot>): void;<br>旧版本信息:|类名:missionManager;<br>方法or属性:function getMissionSnapShot(deviceId: string, missionId: number, callback: AsyncCallback\<MissionSnapshot>): void;<br>新版本信息:ohos.permission.MANAGE_MISSIONS|@ohos.app.ability.missionManager.d.ts|
|权限有变化|类名:missionManager;<br>方法or属性:function getMissionSnapShot(deviceId: string, missionId: number): Promise\<MissionSnapshot>;<br>旧版本信息:|类名:missionManager;<br>方法or属性:function getMissionSnapShot(deviceId: string, missionId: number): Promise\<MissionSnapshot>;<br>新版本信息:ohos.permission.MANAGE_MISSIONS|@ohos.app.ability.missionManager.d.ts|
|权限有变化|类名:missionManager;<br>方法or属性:function getLowResolutionMissionSnapShot(<br>    deviceId: string,<br>    missionId: number,<br>    callback: AsyncCallback\<MissionSnapshot><br>  ): void;<br>旧版本信息:|类名:missionManager;<br>方法or属性:function getLowResolutionMissionSnapShot(<br>    deviceId: string,<br>    missionId: number,<br>    callback: AsyncCallback\<MissionSnapshot><br>  ): void;<br>新版本信息:ohos.permission.MANAGE_MISSIONS|@ohos.app.ability.missionManager.d.ts|
|权限有变化|类名:missionManager;<br>方法or属性:function getLowResolutionMissionSnapShot(deviceId: string, missionId: number): Promise\<MissionSnapshot>;<br>旧版本信息:|类名:missionManager;<br>方法or属性:function getLowResolutionMissionSnapShot(deviceId: string, missionId: number): Promise\<MissionSnapshot>;<br>新版本信息:ohos.permission.MANAGE_MISSIONS|@ohos.app.ability.missionManager.d.ts|
|权限有变化|类名:missionManager;<br>方法or属性:function lockMission(missionId: number, callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:missionManager;<br>方法or属性:function lockMission(missionId: number, callback: AsyncCallback\<void>): void;<br>新版本信息:ohos.permission.MANAGE_MISSIONS|@ohos.app.ability.missionManager.d.ts|
|权限有变化|类名:missionManager;<br>方法or属性:function lockMission(missionId: number): Promise\<void>;<br>旧版本信息:|类名:missionManager;<br>方法or属性:function lockMission(missionId: number): Promise\<void>;<br>新版本信息:ohos.permission.MANAGE_MISSIONS|@ohos.app.ability.missionManager.d.ts|
|权限有变化|类名:missionManager;<br>方法or属性:function unlockMission(missionId: number, callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:missionManager;<br>方法or属性:function unlockMission(missionId: number, callback: AsyncCallback\<void>): void;<br>新版本信息:ohos.permission.MANAGE_MISSIONS|@ohos.app.ability.missionManager.d.ts|
|权限有变化|类名:missionManager;<br>方法or属性:function unlockMission(missionId: number): Promise\<void>;<br>旧版本信息:|类名:missionManager;<br>方法or属性:function unlockMission(missionId: number): Promise\<void>;<br>新版本信息:ohos.permission.MANAGE_MISSIONS|@ohos.app.ability.missionManager.d.ts|
|权限有变化|类名:missionManager;<br>方法or属性:function clearMission(missionId: number, callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:missionManager;<br>方法or属性:function clearMission(missionId: number, callback: AsyncCallback\<void>): void;<br>新版本信息:ohos.permission.MANAGE_MISSIONS|@ohos.app.ability.missionManager.d.ts|
|权限有变化|类名:missionManager;<br>方法or属性:function clearMission(missionId: number): Promise\<void>;<br>旧版本信息:|类名:missionManager;<br>方法or属性:function clearMission(missionId: number): Promise\<void>;<br>新版本信息:ohos.permission.MANAGE_MISSIONS|@ohos.app.ability.missionManager.d.ts|
|权限有变化|类名:missionManager;<br>方法or属性:function clearAllMissions(callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:missionManager;<br>方法or属性:function clearAllMissions(callback: AsyncCallback\<void>): void;<br>新版本信息:ohos.permission.MANAGE_MISSIONS|@ohos.app.ability.missionManager.d.ts|
|权限有变化|类名:missionManager;<br>方法or属性:function clearAllMissions(): Promise\<void>;<br>旧版本信息:|类名:missionManager;<br>方法or属性:function clearAllMissions(): Promise\<void>;<br>新版本信息:ohos.permission.MANAGE_MISSIONS|@ohos.app.ability.missionManager.d.ts|
|权限有变化|类名:missionManager;<br>方法or属性:function moveMissionToFront(missionId: number, callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:missionManager;<br>方法or属性:function moveMissionToFront(missionId: number, callback: AsyncCallback\<void>): void;<br>新版本信息:ohos.permission.MANAGE_MISSIONS|@ohos.app.ability.missionManager.d.ts|
|权限有变化|类名:missionManager;<br>方法or属性:function moveMissionToFront(missionId: number, options: StartOptions, callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:missionManager;<br>方法or属性:function moveMissionToFront(missionId: number, options: StartOptions, callback: AsyncCallback\<void>): void;<br>新版本信息:ohos.permission.MANAGE_MISSIONS|@ohos.app.ability.missionManager.d.ts|
|权限有变化|类名:missionManager;<br>方法or属性:function moveMissionToFront(missionId: number, options?: StartOptions): Promise\<void>;<br>旧版本信息:|类名:missionManager;<br>方法or属性:function moveMissionToFront(missionId: number, options?: StartOptions): Promise\<void>;<br>新版本信息:ohos.permission.MANAGE_MISSIONS|@ohos.app.ability.missionManager.d.ts|
|权限有变化|类名:missionManager;<br>方法or属性:export type MissionInfo = _MissionInfo;<br>旧版本信息:|类名:missionManager;<br>方法or属性:export type MissionInfo = _MissionInfo;<br>新版本信息:ohos.permission.MANAGE_MISSIONS|@ohos.app.ability.missionManager.d.ts|
|权限有变化|类名:missionManager;<br>方法or属性:export type MissionListener = _MissionListener;<br>旧版本信息:|类名:missionManager;<br>方法or属性:export type MissionListener = _MissionListener;<br>新版本信息:ohos.permission.MANAGE_MISSIONS|@ohos.app.ability.missionManager.d.ts|
|权限有变化|类名:missionManager;<br>方法or属性:export type MissionSnapshot = _MissionSnapshot;<br>旧版本信息:|类名:missionManager;<br>方法or属性:export type MissionSnapshot = _MissionSnapshot;<br>新版本信息:ohos.permission.MANAGE_MISSIONS|@ohos.app.ability.missionManager.d.ts|
|权限有变化|类名:abilityManager;<br>方法or属性:function updateConfiguration(config: Configuration): Promise\<void>;<br>旧版本信息:|类名:abilityManager;<br>方法or属性:function updateConfiguration(config: Configuration): Promise\<void>;<br>新版本信息:ohos.permission.UPDATE_CONFIGURATION|@ohos.application.abilityManager.d.ts|
|权限有变化|类名:abilityManager;<br>方法or属性:function getAbilityRunningInfos(callback: AsyncCallback\<Array\<AbilityRunningInfo>>): void;<br>旧版本信息:|类名:abilityManager;<br>方法or属性:function getAbilityRunningInfos(callback: AsyncCallback\<Array\<AbilityRunningInfo>>): void;<br>新版本信息:ohos.permission.GET_RUNNING_INFO|@ohos.application.abilityManager.d.ts|
|权限有变化|类名:appManager;<br>方法or属性:function unregisterApplicationStateObserver(observerId: number): Promise\<void>;<br>旧版本信息:|类名:appManager;<br>方法or属性:function unregisterApplicationStateObserver(observerId: number): Promise\<void>;<br>新版本信息:ohos.permission.RUNNING_STATE_OBSERVER|@ohos.application.appManager.d.ts|
|权限有变化|类名:appManager;<br>方法or属性:function getForegroundApplications(): Promise\<Array\<AppStateData>>;<br>旧版本信息:|类名:appManager;<br>方法or属性:function getForegroundApplications(): Promise\<Array\<AppStateData>>;<br>新版本信息:ohos.permission.GET_RUNNING_INFO|@ohos.application.appManager.d.ts|
|权限有变化|类名:appManager;<br>方法or属性:function killProcessWithAccount(bundleName: string, accountId: number, callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:appManager;<br>方法or属性:function killProcessWithAccount(bundleName: string, accountId: number, callback: AsyncCallback\<void>): void;<br>新版本信息:ohos.permission.INTERACT_ACROSS_LOCAL_ACCOUNTS,ohos.permission.CLEAN_BACKGROUND_PROCESSES|@ohos.application.appManager.d.ts|
|权限有变化|类名:appManager;<br>方法or属性:function getProcessRunningInfos(callback: AsyncCallback\<Array\<ProcessRunningInfo>>): void;<br>旧版本信息:|类名:appManager;<br>方法or属性:function getProcessRunningInfos(callback: AsyncCallback\<Array\<ProcessRunningInfo>>): void;<br>新版本信息:ohos.permission.GET_RUNNING_INFO|@ohos.application.appManager.d.ts|
|权限有变化|类名:appManager;<br>方法or属性:function killProcessesByBundleName(bundleName: string, callback: AsyncCallback\<void>);<br>旧版本信息:|类名:appManager;<br>方法or属性:function killProcessesByBundleName(bundleName: string, callback: AsyncCallback\<void>);<br>新版本信息:ohos.permission.CLEAN_BACKGROUND_PROCESSES|@ohos.application.appManager.d.ts|
|权限有变化|类名:appManager;<br>方法or属性:function clearUpApplicationData(bundleName: string, callback: AsyncCallback\<void>);<br>旧版本信息:|类名:appManager;<br>方法or属性:function clearUpApplicationData(bundleName: string, callback: AsyncCallback\<void>);<br>新版本信息:ohos.permission.CLEAN_APPLICATION_DATA|@ohos.application.appManager.d.ts|
|权限有变化|类名:formHost;<br>方法or属性:function deleteForm(formId: string): Promise\<void>;<br>旧版本信息:|类名:formHost;<br>方法or属性:function deleteForm(formId: string): Promise\<void>;<br>新版本信息:ohos.permission.REQUIRE_FORM|@ohos.application.formHost.d.ts|
|权限有变化|类名:formHost;<br>方法or属性:function releaseForm(formId: string, isReleaseCache: boolean, callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:formHost;<br>方法or属性:function releaseForm(formId: string, isReleaseCache: boolean, callback: AsyncCallback\<void>): void;<br>新版本信息:ohos.permission.REQUIRE_FORM|@ohos.application.formHost.d.ts|
|权限有变化|类名:formHost;<br>方法or属性:function releaseForm(formId: string, isReleaseCache?: boolean): Promise\<void>;<br>旧版本信息:|类名:formHost;<br>方法or属性:function releaseForm(formId: string, isReleaseCache?: boolean): Promise\<void>;<br>新版本信息:ohos.permission.REQUIRE_FORM|@ohos.application.formHost.d.ts|
|权限有变化|类名:formHost;<br>方法or属性:function requestForm(formId: string): Promise\<void>;<br>旧版本信息:|类名:formHost;<br>方法or属性:function requestForm(formId: string): Promise\<void>;<br>新版本信息:ohos.permission.REQUIRE_FORM|@ohos.application.formHost.d.ts|
|权限有变化|类名:formHost;<br>方法or属性:function castTempForm(formId: string): Promise\<void>;<br>旧版本信息:|类名:formHost;<br>方法or属性:function castTempForm(formId: string): Promise\<void>;<br>新版本信息:ohos.permission.REQUIRE_FORM|@ohos.application.formHost.d.ts|
|权限有变化|类名:formHost;<br>方法or属性:function notifyVisibleForms(formIds: Array\<string>): Promise\<void>;<br>旧版本信息:|类名:formHost;<br>方法or属性:function notifyVisibleForms(formIds: Array\<string>): Promise\<void>;<br>新版本信息:ohos.permission.REQUIRE_FORM|@ohos.application.formHost.d.ts|
|权限有变化|类名:formHost;<br>方法or属性:function notifyInvisibleForms(formIds: Array\<string>): Promise\<void>;<br>旧版本信息:|类名:formHost;<br>方法or属性:function notifyInvisibleForms(formIds: Array\<string>): Promise\<void>;<br>新版本信息:ohos.permission.REQUIRE_FORM|@ohos.application.formHost.d.ts|
|权限有变化|类名:formHost;<br>方法or属性:function enableFormsUpdate(formIds: Array\<string>): Promise\<void>;<br>旧版本信息:|类名:formHost;<br>方法or属性:function enableFormsUpdate(formIds: Array\<string>): Promise\<void>;<br>新版本信息:ohos.permission.REQUIRE_FORM|@ohos.application.formHost.d.ts|
|权限有变化|类名:formHost;<br>方法or属性:function disableFormsUpdate(formIds: Array\<string>): Promise\<void>;<br>旧版本信息:|类名:formHost;<br>方法or属性:function disableFormsUpdate(formIds: Array\<string>): Promise\<void>;<br>新版本信息:ohos.permission.REQUIRE_FORM|@ohos.application.formHost.d.ts|
|权限有变化|类名:formHost;<br>方法or属性:function getAllFormsInfo(): Promise\<Array\<formInfo.FormInfo>>;<br>旧版本信息:|类名:formHost;<br>方法or属性:function getAllFormsInfo(): Promise\<Array\<formInfo.FormInfo>>;<br>新版本信息:ohos.permission.GET_BUNDLE_INFO_PRIVILEGED|@ohos.application.formHost.d.ts|
|权限有变化|类名:formHost;<br>方法or属性:function getFormsInfo(<br>    bundleName: string,<br>    moduleName: string,<br>    callback: AsyncCallback\<Array\<formInfo.FormInfo>><br>  ): void;<br>旧版本信息:|类名:formHost;<br>方法or属性:function getFormsInfo(<br>    bundleName: string,<br>    moduleName: string,<br>    callback: AsyncCallback\<Array\<formInfo.FormInfo>><br>  ): void;<br>新版本信息:ohos.permission.GET_BUNDLE_INFO_PRIVILEGED|@ohos.application.formHost.d.ts|
|权限有变化|类名:formHost;<br>方法or属性:function getFormsInfo(bundleName: string, moduleName?: string): Promise\<Array\<formInfo.FormInfo>>;<br>旧版本信息:|类名:formHost;<br>方法or属性:function getFormsInfo(bundleName: string, moduleName?: string): Promise\<Array\<formInfo.FormInfo>>;<br>新版本信息:ohos.permission.GET_BUNDLE_INFO_PRIVILEGED|@ohos.application.formHost.d.ts|
|权限有变化|类名:formHost;<br>方法or属性:function deleteInvalidForms(formIds: Array\<string>): Promise\<number>;<br>旧版本信息:|类名:formHost;<br>方法or属性:function deleteInvalidForms(formIds: Array\<string>): Promise\<number>;<br>新版本信息:ohos.permission.REQUIRE_FORM|@ohos.application.formHost.d.ts|
|权限有变化|类名:formHost;<br>方法or属性:function acquireFormState(want: Want): Promise\<formInfo.FormStateInfo>;<br>旧版本信息:|类名:formHost;<br>方法or属性:function acquireFormState(want: Want): Promise\<formInfo.FormStateInfo>;<br>新版本信息:ohos.permission.REQUIRE_FORM,ohos.permission.GET_BUNDLE_INFO_PRIVILEGED|@ohos.application.formHost.d.ts|
|权限有变化|类名:formHost;<br>方法or属性:function notifyFormsVisible(formIds: Array\<string>, isVisible: boolean): Promise\<void>;<br>旧版本信息:|类名:formHost;<br>方法or属性:function notifyFormsVisible(formIds: Array\<string>, isVisible: boolean): Promise\<void>;<br>新版本信息:ohos.permission.REQUIRE_FORM|@ohos.application.formHost.d.ts|
|权限有变化|类名:formHost;<br>方法or属性:function notifyFormsEnableUpdate(formIds: Array\<string>, isEnableUpdate: boolean): Promise\<void>;<br>旧版本信息:|类名:formHost;<br>方法or属性:function notifyFormsEnableUpdate(formIds: Array\<string>, isEnableUpdate: boolean): Promise\<void>;<br>新版本信息:ohos.permission.REQUIRE_FORM|@ohos.application.formHost.d.ts|
|权限有变化|类名:missionManager;<br>方法or属性:function registerMissionListener(listener: MissionListener): number;<br>旧版本信息:|类名:missionManager;<br>方法or属性:function registerMissionListener(listener: MissionListener): number;<br>新版本信息:ohos.permission.MANAGE_MISSIONS|@ohos.application.missionManager.d.ts|
|权限有变化|类名:missionManager;<br>方法or属性:function unregisterMissionListener(listenerId: number, callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:missionManager;<br>方法or属性:function unregisterMissionListener(listenerId: number, callback: AsyncCallback\<void>): void;<br>新版本信息:ohos.permission.MANAGE_MISSIONS|@ohos.application.missionManager.d.ts|
|权限有变化|类名:missionManager;<br>方法or属性:function unregisterMissionListener(listenerId: number): Promise\<void>;<br>旧版本信息:|类名:missionManager;<br>方法or属性:function unregisterMissionListener(listenerId: number): Promise\<void>;<br>新版本信息:ohos.permission.MANAGE_MISSIONS|@ohos.application.missionManager.d.ts|
|权限有变化|类名:missionManager;<br>方法or属性:function getMissionInfo(deviceId: string, missionId: number, callback: AsyncCallback\<MissionInfo>): void;<br>旧版本信息:|类名:missionManager;<br>方法or属性:function getMissionInfo(deviceId: string, missionId: number, callback: AsyncCallback\<MissionInfo>): void;<br>新版本信息:ohos.permission.MANAGE_MISSIONS|@ohos.application.missionManager.d.ts|
|权限有变化|类名:missionManager;<br>方法or属性:function getMissionInfo(deviceId: string, missionId: number): Promise\<MissionInfo>;<br>旧版本信息:|类名:missionManager;<br>方法or属性:function getMissionInfo(deviceId: string, missionId: number): Promise\<MissionInfo>;<br>新版本信息:ohos.permission.MANAGE_MISSIONS|@ohos.application.missionManager.d.ts|
|权限有变化|类名:missionManager;<br>方法or属性:function getMissionInfos(deviceId: string, numMax: number, callback: AsyncCallback\<Array\<MissionInfo>>): void;<br>旧版本信息:|类名:missionManager;<br>方法or属性:function getMissionInfos(deviceId: string, numMax: number, callback: AsyncCallback\<Array\<MissionInfo>>): void;<br>新版本信息:ohos.permission.MANAGE_MISSIONS|@ohos.application.missionManager.d.ts|
|权限有变化|类名:missionManager;<br>方法or属性:function getMissionInfos(deviceId: string, numMax: number): Promise\<Array\<MissionInfo>>;<br>旧版本信息:|类名:missionManager;<br>方法or属性:function getMissionInfos(deviceId: string, numMax: number): Promise\<Array\<MissionInfo>>;<br>新版本信息:ohos.permission.MANAGE_MISSIONS|@ohos.application.missionManager.d.ts|
|权限有变化|类名:missionManager;<br>方法or属性:function getMissionSnapShot(deviceId: string, missionId: number, callback: AsyncCallback\<MissionSnapshot>): void;<br>旧版本信息:|类名:missionManager;<br>方法or属性:function getMissionSnapShot(deviceId: string, missionId: number, callback: AsyncCallback\<MissionSnapshot>): void;<br>新版本信息:ohos.permission.MANAGE_MISSIONS|@ohos.application.missionManager.d.ts|
|权限有变化|类名:missionManager;<br>方法or属性:function getMissionSnapShot(deviceId: string, missionId: number): Promise\<MissionSnapshot>;<br>旧版本信息:|类名:missionManager;<br>方法or属性:function getMissionSnapShot(deviceId: string, missionId: number): Promise\<MissionSnapshot>;<br>新版本信息:ohos.permission.MANAGE_MISSIONS|@ohos.application.missionManager.d.ts|
|权限有变化|类名:missionManager;<br>方法or属性:function lockMission(missionId: number, callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:missionManager;<br>方法or属性:function lockMission(missionId: number, callback: AsyncCallback\<void>): void;<br>新版本信息:ohos.permission.MANAGE_MISSIONS|@ohos.application.missionManager.d.ts|
|权限有变化|类名:missionManager;<br>方法or属性:function lockMission(missionId: number): Promise\<void>;<br>旧版本信息:|类名:missionManager;<br>方法or属性:function lockMission(missionId: number): Promise\<void>;<br>新版本信息:ohos.permission.MANAGE_MISSIONS|@ohos.application.missionManager.d.ts|
|权限有变化|类名:missionManager;<br>方法or属性:function unlockMission(missionId: number, callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:missionManager;<br>方法or属性:function unlockMission(missionId: number, callback: AsyncCallback\<void>): void;<br>新版本信息:ohos.permission.MANAGE_MISSIONS|@ohos.application.missionManager.d.ts|
|权限有变化|类名:missionManager;<br>方法or属性:function unlockMission(missionId: number): Promise\<void>;<br>旧版本信息:|类名:missionManager;<br>方法or属性:function unlockMission(missionId: number): Promise\<void>;<br>新版本信息:ohos.permission.MANAGE_MISSIONS|@ohos.application.missionManager.d.ts|
|权限有变化|类名:missionManager;<br>方法or属性:function clearMission(missionId: number, callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:missionManager;<br>方法or属性:function clearMission(missionId: number, callback: AsyncCallback\<void>): void;<br>新版本信息:ohos.permission.MANAGE_MISSIONS|@ohos.application.missionManager.d.ts|
|权限有变化|类名:missionManager;<br>方法or属性:function clearMission(missionId: number): Promise\<void>;<br>旧版本信息:|类名:missionManager;<br>方法or属性:function clearMission(missionId: number): Promise\<void>;<br>新版本信息:ohos.permission.MANAGE_MISSIONS|@ohos.application.missionManager.d.ts|
|权限有变化|类名:missionManager;<br>方法or属性:function clearAllMissions(callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:missionManager;<br>方法or属性:function clearAllMissions(callback: AsyncCallback\<void>): void;<br>新版本信息:ohos.permission.MANAGE_MISSIONS|@ohos.application.missionManager.d.ts|
|权限有变化|类名:missionManager;<br>方法or属性:function clearAllMissions(): Promise\<void>;<br>旧版本信息:|类名:missionManager;<br>方法or属性:function clearAllMissions(): Promise\<void>;<br>新版本信息:ohos.permission.MANAGE_MISSIONS|@ohos.application.missionManager.d.ts|
|权限有变化|类名:missionManager;<br>方法or属性:function moveMissionToFront(missionId: number, callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:missionManager;<br>方法or属性:function moveMissionToFront(missionId: number, callback: AsyncCallback\<void>): void;<br>新版本信息:ohos.permission.MANAGE_MISSIONS|@ohos.application.missionManager.d.ts|
|权限有变化|类名:missionManager;<br>方法or属性:function moveMissionToFront(missionId: number, options: StartOptions, callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:missionManager;<br>方法or属性:function moveMissionToFront(missionId: number, options: StartOptions, callback: AsyncCallback\<void>): void;<br>新版本信息:ohos.permission.MANAGE_MISSIONS|@ohos.application.missionManager.d.ts|
|权限有变化|类名:missionManager;<br>方法or属性:function moveMissionToFront(missionId: number, options?: StartOptions): Promise\<void>;<br>旧版本信息:|类名:missionManager;<br>方法or属性:function moveMissionToFront(missionId: number, options?: StartOptions): Promise\<void>;<br>新版本信息:ohos.permission.MANAGE_MISSIONS|@ohos.application.missionManager.d.ts|
|权限有变化|类名:continuationManager;<br>方法or属性:function off(type: 'deviceSelected', token: number): void;<br>旧版本信息:|类名:continuationManager;<br>方法or属性:function off(type: 'deviceSelected', token: number): void;<br>新版本信息:ohos.permission.DISTRIBUTED_DATASYNC|@ohos.continuation.continuationManager.d.ts|
|权限有变化|类名:continuationManager;<br>方法or属性:function off(type: 'deviceUnselected', token: number): void;<br>旧版本信息:|类名:continuationManager;<br>方法or属性:function off(type: 'deviceUnselected', token: number): void;<br>新版本信息:ohos.permission.DISTRIBUTED_DATASYNC|@ohos.continuation.continuationManager.d.ts|
|权限有变化|类名:continuationManager;<br>方法or属性:function registerContinuation(options: ContinuationExtraParams, callback: AsyncCallback\<number>): void;<br>旧版本信息:|类名:continuationManager;<br>方法or属性:function registerContinuation(options: ContinuationExtraParams, callback: AsyncCallback\<number>): void;<br>新版本信息:ohos.permission.DISTRIBUTED_DATASYNC|@ohos.continuation.continuationManager.d.ts|
|权限有变化|类名:continuationManager;<br>方法or属性:function registerContinuation(options?: ContinuationExtraParams): Promise\<number>;<br>旧版本信息:|类名:continuationManager;<br>方法or属性:function registerContinuation(options?: ContinuationExtraParams): Promise\<number>;<br>新版本信息:ohos.permission.DISTRIBUTED_DATASYNC|@ohos.continuation.continuationManager.d.ts|
|权限有变化|类名:continuationManager;<br>方法or属性:function unregisterContinuation(token: number): Promise\<void>;<br>旧版本信息:|类名:continuationManager;<br>方法or属性:function unregisterContinuation(token: number): Promise\<void>;<br>新版本信息:ohos.permission.DISTRIBUTED_DATASYNC|@ohos.continuation.continuationManager.d.ts|
|权限有变化|类名:continuationManager;<br>方法or属性:function updateContinuationState(token: number, deviceId: string, status: DeviceConnectState): Promise\<void>;<br>旧版本信息:|类名:continuationManager;<br>方法or属性:function updateContinuationState(token: number, deviceId: string, status: DeviceConnectState): Promise\<void>;<br>新版本信息:ohos.permission.DISTRIBUTED_DATASYNC|@ohos.continuation.continuationManager.d.ts|
|权限有变化|类名:continuationManager;<br>方法or属性:function startContinuationDeviceManager(<br>    token: number,<br>    options: ContinuationExtraParams,<br>    callback: AsyncCallback\<void><br>  ): void;<br>旧版本信息:|类名:continuationManager;<br>方法or属性:function startContinuationDeviceManager(<br>    token: number,<br>    options: ContinuationExtraParams,<br>    callback: AsyncCallback\<void><br>  ): void;<br>新版本信息:ohos.permission.DISTRIBUTED_DATASYNC|@ohos.continuation.continuationManager.d.ts|
|权限有变化|类名:continuationManager;<br>方法or属性:function startContinuationDeviceManager(token: number, options?: ContinuationExtraParams): Promise\<void>;<br>旧版本信息:|类名:continuationManager;<br>方法or属性:function startContinuationDeviceManager(token: number, options?: ContinuationExtraParams): Promise\<void>;<br>新版本信息:ohos.permission.DISTRIBUTED_DATASYNC|@ohos.continuation.continuationManager.d.ts|
|权限有变化|类名:distributedMissionManager;<br>方法or属性:function startSyncRemoteMissions(parameter: MissionParameter): Promise\<void>;<br>旧版本信息:|类名:distributedMissionManager;<br>方法or属性:function startSyncRemoteMissions(parameter: MissionParameter): Promise\<void>;<br>新版本信息:ohos.permission.MANAGE_MISSIONS|@ohos.distributedMissionManager.d.ts|
|权限有变化|类名:distributedMissionManager;<br>方法or属性:function stopSyncRemoteMissions(parameter: MissionDeviceInfo): Promise\<void>;<br>旧版本信息:|类名:distributedMissionManager;<br>方法or属性:function stopSyncRemoteMissions(parameter: MissionDeviceInfo): Promise\<void>;<br>新版本信息:ohos.permission.MANAGE_MISSIONS|@ohos.distributedMissionManager.d.ts|
|权限有变化|类名:distributedMissionManager;<br>方法or属性:function registerMissionListener(parameter: MissionDeviceInfo, options: MissionCallback): Promise\<void>;<br>旧版本信息:|类名:distributedMissionManager;<br>方法or属性:function registerMissionListener(parameter: MissionDeviceInfo, options: MissionCallback): Promise\<void>;<br>新版本信息:ohos.permission.MANAGE_MISSIONS|@ohos.distributedMissionManager.d.ts|
|权限有变化|类名:distributedMissionManager;<br>方法or属性:function unRegisterMissionListener(parameter: MissionDeviceInfo): Promise\<void>;<br>旧版本信息:|类名:distributedMissionManager;<br>方法or属性:function unRegisterMissionListener(parameter: MissionDeviceInfo): Promise\<void>;<br>新版本信息:ohos.permission.MANAGE_MISSIONS|@ohos.distributedMissionManager.d.ts|
|权限有变化|类名:distributedMissionManager;<br>方法or属性:function continueMission(parameter: ContinueDeviceInfo, options: ContinueCallback): Promise\<void>;<br>旧版本信息:|类名:distributedMissionManager;<br>方法or属性:function continueMission(parameter: ContinueDeviceInfo, options: ContinueCallback): Promise\<void>;<br>新版本信息:ohos.permission.MANAGE_MISSIONS,ohos.permission.DISTRIBUTED_DATASYNC|@ohos.distributedMissionManager.d.ts|
|权限有变化|类名:MissionCallback;<br>方法or属性:notifyMissionsChanged(deviceId: string): void;<br>旧版本信息:|类名:MissionCallback;<br>方法or属性:notifyMissionsChanged(deviceId: string): void;<br>新版本信息:ohos.permission.MANAGE_MISSIONS|MissionCallbacks.d.ts|
|权限有变化|类名:MissionCallback;<br>方法or属性:notifySnapshot(deviceId: string, mission: number): void;<br>旧版本信息:|类名:MissionCallback;<br>方法or属性:notifySnapshot(deviceId: string, mission: number): void;<br>新版本信息:ohos.permission.MANAGE_MISSIONS|MissionCallbacks.d.ts|
|权限有变化|类名:MissionCallback;<br>方法or属性:notifyNetDisconnect(deviceId: string, state: number): void;<br>旧版本信息:|类名:MissionCallback;<br>方法or属性:notifyNetDisconnect(deviceId: string, state: number): void;<br>新版本信息:ohos.permission.MANAGE_MISSIONS|MissionCallbacks.d.ts|
|权限有变化|类名:MissionDeviceInfo;<br>方法or属性:deviceId: string;<br>旧版本信息:|类名:MissionDeviceInfo;<br>方法or属性:deviceId: string;<br>新版本信息:ohos.permission.MANAGE_MISSIONS|MissionDeviceInfo.d.ts|
|权限有变化|类名:MissionParameter;<br>方法or属性:deviceId: string;<br>旧版本信息:|类名:MissionParameter;<br>方法or属性:deviceId: string;<br>新版本信息:ohos.permission.MANAGE_MISSIONS|MissionParameter.d.ts|
|权限有变化|类名:MissionParameter;<br>方法or属性:fixConflict: boolean;<br>旧版本信息:|类名:MissionParameter;<br>方法or属性:fixConflict: boolean;<br>新版本信息:ohos.permission.MANAGE_MISSIONS|MissionParameter.d.ts|
|权限有变化|类名:MissionParameter;<br>方法or属性:tag: number;<br>旧版本信息:|类名:MissionParameter;<br>方法or属性:tag: number;<br>新版本信息:ohos.permission.MANAGE_MISSIONS|MissionParameter.d.ts|
|权限有变化|类名:ServiceExtensionContext;<br>方法or属性:startAbilityWithAccount(want: Want, accountId: number, callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:ServiceExtensionContext;<br>方法or属性:startAbilityWithAccount(want: Want, accountId: number, callback: AsyncCallback\<void>): void;<br>新版本信息:ohos.permission.INTERACT_ACROSS_LOCAL_ACCOUNTS|ServiceExtensionContext.d.ts|
|权限有变化|类名:ServiceExtensionContext;<br>方法or属性:startAbilityWithAccount(want: Want, accountId: number, options: StartOptions, callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:ServiceExtensionContext;<br>方法or属性:startAbilityWithAccount(want: Want, accountId: number, options: StartOptions, callback: AsyncCallback\<void>): void;<br>新版本信息:ohos.permission.INTERACT_ACROSS_LOCAL_ACCOUNTS|ServiceExtensionContext.d.ts|
|权限有变化|类名:ServiceExtensionContext;<br>方法or属性:startAbilityWithAccount(want: Want, accountId: number, options?: StartOptions): Promise\<void>;<br>旧版本信息:|类名:ServiceExtensionContext;<br>方法or属性:startAbilityWithAccount(want: Want, accountId: number, options?: StartOptions): Promise\<void>;<br>新版本信息:ohos.permission.INTERACT_ACROSS_LOCAL_ACCOUNTS|ServiceExtensionContext.d.ts|
|权限有变化|类名:ServiceExtensionContext;<br>方法or属性:connectServiceExtensionAbilityWithAccount(want: Want, accountId: number, options: ConnectOptions): number;<br>旧版本信息:|类名:ServiceExtensionContext;<br>方法or属性:connectServiceExtensionAbilityWithAccount(want: Want, accountId: number, options: ConnectOptions): number;<br>新版本信息:ohos.permission.INTERACT_ACROSS_LOCAL_ACCOUNTS|ServiceExtensionContext.d.ts|
|model有变化|类名:featureAbility;<br>方法or属性:function getWant(): Promise\<Want>;<br>旧版本信息:|类名:featureAbility;<br>方法or属性:function getWant(): Promise\<Want>;<br>新版本信息:FAModelOnly|@ohos.ability.featureAbility.d.ts|
|model有变化|类名:featureAbility;<br>方法or属性:function startAbility(parameter: StartAbilityParameter): Promise\<number>;<br>旧版本信息:|类名:featureAbility;<br>方法or属性:function startAbility(parameter: StartAbilityParameter): Promise\<number>;<br>新版本信息:FAModelOnly|@ohos.ability.featureAbility.d.ts|
|model有变化|类名:featureAbility;<br>方法or属性:function startAbilityForResult(parameter: StartAbilityParameter): Promise\<AbilityResult>;<br>旧版本信息:|类名:featureAbility;<br>方法or属性:function startAbilityForResult(parameter: StartAbilityParameter): Promise\<AbilityResult>;<br>新版本信息:FAModelOnly|@ohos.ability.featureAbility.d.ts|
|model有变化|类名:featureAbility;<br>方法or属性:function terminateSelfWithResult(parameter: AbilityResult): Promise\<void>;<br>旧版本信息:|类名:featureAbility;<br>方法or属性:function terminateSelfWithResult(parameter: AbilityResult): Promise\<void>;<br>新版本信息:FAModelOnly|@ohos.ability.featureAbility.d.ts|
|model有变化|类名:featureAbility;<br>方法or属性:function terminateSelf(): Promise\<void>;<br>旧版本信息:|类名:featureAbility;<br>方法or属性:function terminateSelf(): Promise\<void>;<br>新版本信息:FAModelOnly|@ohos.ability.featureAbility.d.ts|
|model有变化|类名:featureAbility;<br>方法or属性:function hasWindowFocus(): Promise\<boolean>;<br>旧版本信息:|类名:featureAbility;<br>方法or属性:function hasWindowFocus(): Promise\<boolean>;<br>新版本信息:FAModelOnly|@ohos.ability.featureAbility.d.ts|
|model有变化|类名:featureAbility;<br>方法or属性:function disconnectAbility(connection: number): Promise\<void>;<br>旧版本信息:|类名:featureAbility;<br>方法or属性:function disconnectAbility(connection: number): Promise\<void>;<br>新版本信息:FAModelOnly|@ohos.ability.featureAbility.d.ts|
|model有变化|类名:featureAbility;<br>方法or属性:function getWindow(): Promise\<window.Window>;<br>旧版本信息:|类名:featureAbility;<br>方法or属性:function getWindow(): Promise\<window.Window>;<br>新版本信息:FAModelOnly|@ohos.ability.featureAbility.d.ts|
|model有变化|类名:featureAbility;<br>方法or属性:export type AppVersionInfo = _AppVersionInfo;<br>旧版本信息:|类名:featureAbility;<br>方法or属性:export type AppVersionInfo = _AppVersionInfo;<br>新版本信息:FAModelOnly|@ohos.ability.featureAbility.d.ts|
|model有变化|类名:featureAbility;<br>方法or属性:export type ProcessInfo = _ProcessInfo;<br>旧版本信息:|类名:featureAbility;<br>方法or属性:export type ProcessInfo = _ProcessInfo;<br>新版本信息:FAModelOnly|@ohos.ability.featureAbility.d.ts|
|model有变化|类名:AbilityWindowConfiguration;<br>方法or属性:WINDOW_MODE_UNDEFINED = 0<br>旧版本信息:|类名:AbilityWindowConfiguration;<br>方法or属性:WINDOW_MODE_UNDEFINED = 0<br>新版本信息:FAModelOnly|@ohos.ability.featureAbility.d.ts|
|model有变化|类名:AbilityWindowConfiguration;<br>方法or属性:WINDOW_MODE_FULLSCREEN = 1<br>旧版本信息:|类名:AbilityWindowConfiguration;<br>方法or属性:WINDOW_MODE_FULLSCREEN = 1<br>新版本信息:FAModelOnly|@ohos.ability.featureAbility.d.ts|
|model有变化|类名:AbilityWindowConfiguration;<br>方法or属性:WINDOW_MODE_SPLIT_PRIMARY = 100<br>旧版本信息:|类名:AbilityWindowConfiguration;<br>方法or属性:WINDOW_MODE_SPLIT_PRIMARY = 100<br>新版本信息:FAModelOnly|@ohos.ability.featureAbility.d.ts|
|model有变化|类名:AbilityWindowConfiguration;<br>方法or属性:WINDOW_MODE_SPLIT_SECONDARY = 101<br>旧版本信息:|类名:AbilityWindowConfiguration;<br>方法or属性:WINDOW_MODE_SPLIT_SECONDARY = 101<br>新版本信息:FAModelOnly|@ohos.ability.featureAbility.d.ts|
|model有变化|类名:AbilityWindowConfiguration;<br>方法or属性:WINDOW_MODE_FLOATING = 102<br>旧版本信息:|类名:AbilityWindowConfiguration;<br>方法or属性:WINDOW_MODE_FLOATING = 102<br>新版本信息:FAModelOnly|@ohos.ability.featureAbility.d.ts|
|model有变化|类名:AbilityStartSetting;<br>方法or属性:BOUNDS_KEY = 'abilityBounds'<br>旧版本信息:|类名:AbilityStartSetting;<br>方法or属性:BOUNDS_KEY = 'abilityBounds'<br>新版本信息:FAModelOnly|@ohos.ability.featureAbility.d.ts|
|model有变化|类名:AbilityStartSetting;<br>方法or属性:WINDOW_MODE_KEY = 'windowMode'<br>旧版本信息:|类名:AbilityStartSetting;<br>方法or属性:WINDOW_MODE_KEY = 'windowMode'<br>新版本信息:FAModelOnly|@ohos.ability.featureAbility.d.ts|
|model有变化|类名:AbilityStartSetting;<br>方法or属性:DISPLAY_ID_KEY = 'displayId'<br>旧版本信息:|类名:AbilityStartSetting;<br>方法or属性:DISPLAY_ID_KEY = 'displayId'<br>新版本信息:FAModelOnly|@ohos.ability.featureAbility.d.ts|
|model有变化|类名:ErrorCode;<br>方法or属性:NO_ERROR = 0<br>旧版本信息:|类名:ErrorCode;<br>方法or属性:NO_ERROR = 0<br>新版本信息:FAModelOnly|@ohos.ability.featureAbility.d.ts|
|model有变化|类名:ErrorCode;<br>方法or属性:INVALID_PARAMETER = -1<br>旧版本信息:|类名:ErrorCode;<br>方法or属性:INVALID_PARAMETER = -1<br>新版本信息:FAModelOnly|@ohos.ability.featureAbility.d.ts|
|model有变化|类名:ErrorCode;<br>方法or属性:ABILITY_NOT_FOUND = -2<br>旧版本信息:|类名:ErrorCode;<br>方法or属性:ABILITY_NOT_FOUND = -2<br>新版本信息:FAModelOnly|@ohos.ability.featureAbility.d.ts|
|model有变化|类名:ErrorCode;<br>方法or属性:PERMISSION_DENY = -3<br>旧版本信息:|类名:ErrorCode;<br>方法or属性:PERMISSION_DENY = -3<br>新版本信息:FAModelOnly|@ohos.ability.featureAbility.d.ts|
|model有变化|类名:DataAbilityOperationType;<br>方法or属性:TYPE_INSERT = 1<br>旧版本信息:|类名:DataAbilityOperationType;<br>方法or属性:TYPE_INSERT = 1<br>新版本信息:FAModelOnly|@ohos.ability.featureAbility.d.ts|
|model有变化|类名:DataAbilityOperationType;<br>方法or属性:TYPE_UPDATE = 2<br>旧版本信息:|类名:DataAbilityOperationType;<br>方法or属性:TYPE_UPDATE = 2<br>新版本信息:FAModelOnly|@ohos.ability.featureAbility.d.ts|
|model有变化|类名:DataAbilityOperationType;<br>方法or属性:TYPE_DELETE = 3<br>旧版本信息:|类名:DataAbilityOperationType;<br>方法or属性:TYPE_DELETE = 3<br>新版本信息:FAModelOnly|@ohos.ability.featureAbility.d.ts|
|model有变化|类名:DataAbilityOperationType;<br>方法or属性:TYPE_ASSERT = 4<br>旧版本信息:|类名:DataAbilityOperationType;<br>方法or属性:TYPE_ASSERT = 4<br>新版本信息:FAModelOnly|@ohos.ability.featureAbility.d.ts|
|model有变化|类名:particleAbility;<br>方法or属性:function startAbility(parameter: StartAbilityParameter): Promise\<void>;<br>旧版本信息:|类名:particleAbility;<br>方法or属性:function startAbility(parameter: StartAbilityParameter): Promise\<void>;<br>新版本信息:FAModelOnly|@ohos.ability.particleAbility.d.ts|
|model有变化|类名:particleAbility;<br>方法or属性:function terminateSelf(): Promise\<void>;<br>旧版本信息:|类名:particleAbility;<br>方法or属性:function terminateSelf(): Promise\<void>;<br>新版本信息:FAModelOnly|@ohos.ability.particleAbility.d.ts|
|model有变化|类名:particleAbility;<br>方法or属性:function disconnectAbility(connection: number): Promise\<void>;<br>旧版本信息:|类名:particleAbility;<br>方法or属性:function disconnectAbility(connection: number): Promise\<void>;<br>新版本信息:FAModelOnly|@ohos.ability.particleAbility.d.ts|
|model有变化|类名:ErrorCode;<br>方法or属性:INVALID_PARAMETER = -1<br>旧版本信息:|类名:ErrorCode;<br>方法or属性:INVALID_PARAMETER = -1<br>新版本信息:FAModelOnly|@ohos.ability.particleAbility.d.ts|
|model有变化|类名:LaunchReason;<br>方法or属性:UNKNOWN = 0<br>旧版本信息:|类名:LaunchReason;<br>方法or属性:UNKNOWN = 0<br>新版本信息:StageModelOnly|@ohos.app.ability.AbilityConstant.d.ts|
|model有变化|类名:LastExitReason;<br>方法or属性:UNKNOWN = 0<br>旧版本信息:|类名:LastExitReason;<br>方法or属性:UNKNOWN = 0<br>新版本信息:StageModelOnly|@ohos.app.ability.AbilityConstant.d.ts|
|model有变化|类名:LaunchReason;<br>方法or属性:START_ABILITY = 1<br>旧版本信息:|类名:LaunchReason;<br>方法or属性:START_ABILITY = 1<br>新版本信息:StageModelOnly|@ohos.app.ability.AbilityConstant.d.ts|
|model有变化|类名:LaunchReason;<br>方法or属性:CALL = 2<br>旧版本信息:|类名:LaunchReason;<br>方法or属性:CALL = 2<br>新版本信息:StageModelOnly|@ohos.app.ability.AbilityConstant.d.ts|
|model有变化|类名:LaunchReason;<br>方法or属性:CONTINUATION = 3<br>旧版本信息:|类名:LaunchReason;<br>方法or属性:CONTINUATION = 3<br>新版本信息:StageModelOnly|@ohos.app.ability.AbilityConstant.d.ts|
|model有变化|类名:LaunchReason;<br>方法or属性:APP_RECOVERY = 4<br>旧版本信息:|类名:LaunchReason;<br>方法or属性:APP_RECOVERY = 4<br>新版本信息:StageModelOnly|@ohos.app.ability.AbilityConstant.d.ts|
|model有变化|类名:LastExitReason;<br>方法or属性:ABILITY_NOT_RESPONDING = 1<br>旧版本信息:|类名:LastExitReason;<br>方法or属性:ABILITY_NOT_RESPONDING = 1<br>新版本信息:StageModelOnly|@ohos.app.ability.AbilityConstant.d.ts|
|model有变化|类名:LastExitReason;<br>方法or属性:NORMAL = 2<br>旧版本信息:|类名:LastExitReason;<br>方法or属性:NORMAL = 2<br>新版本信息:StageModelOnly|@ohos.app.ability.AbilityConstant.d.ts|
|model有变化|类名:OnContinueResult;<br>方法or属性:AGREE = 0<br>旧版本信息:|类名:OnContinueResult;<br>方法or属性:AGREE = 0<br>新版本信息:StageModelOnly|@ohos.app.ability.AbilityConstant.d.ts|
|model有变化|类名:OnContinueResult;<br>方法or属性:REJECT = 1<br>旧版本信息:|类名:OnContinueResult;<br>方法or属性:REJECT = 1<br>新版本信息:StageModelOnly|@ohos.app.ability.AbilityConstant.d.ts|
|model有变化|类名:OnContinueResult;<br>方法or属性:MISMATCH = 2<br>旧版本信息:|类名:OnContinueResult;<br>方法or属性:MISMATCH = 2<br>新版本信息:StageModelOnly|@ohos.app.ability.AbilityConstant.d.ts|
|model有变化|类名:MemoryLevel;<br>方法or属性:MEMORY_LEVEL_MODERATE = 0<br>旧版本信息:|类名:MemoryLevel;<br>方法or属性:MEMORY_LEVEL_MODERATE = 0<br>新版本信息:StageModelOnly|@ohos.app.ability.AbilityConstant.d.ts|
|model有变化|类名:MemoryLevel;<br>方法or属性:MEMORY_LEVEL_LOW = 1<br>旧版本信息:|类名:MemoryLevel;<br>方法or属性:MEMORY_LEVEL_LOW = 1<br>新版本信息:StageModelOnly|@ohos.app.ability.AbilityConstant.d.ts|
|model有变化|类名:MemoryLevel;<br>方法or属性:MEMORY_LEVEL_CRITICAL = 2<br>旧版本信息:|类名:MemoryLevel;<br>方法or属性:MEMORY_LEVEL_CRITICAL = 2<br>新版本信息:StageModelOnly|@ohos.app.ability.AbilityConstant.d.ts|
|model有变化|类名:WindowMode;<br>方法or属性:WINDOW_MODE_UNDEFINED = 0<br>旧版本信息:|类名:WindowMode;<br>方法or属性:WINDOW_MODE_UNDEFINED = 0<br>新版本信息:StageModelOnly|@ohos.app.ability.AbilityConstant.d.ts|
|model有变化|类名:WindowMode;<br>方法or属性:WINDOW_MODE_FULLSCREEN = 1<br>旧版本信息:|类名:WindowMode;<br>方法or属性:WINDOW_MODE_FULLSCREEN = 1<br>新版本信息:StageModelOnly|@ohos.app.ability.AbilityConstant.d.ts|
|model有变化|类名:WindowMode;<br>方法or属性:WINDOW_MODE_SPLIT_PRIMARY = 100<br>旧版本信息:|类名:WindowMode;<br>方法or属性:WINDOW_MODE_SPLIT_PRIMARY = 100<br>新版本信息:StageModelOnly|@ohos.app.ability.AbilityConstant.d.ts|
|model有变化|类名:WindowMode;<br>方法or属性:WINDOW_MODE_SPLIT_SECONDARY = 101<br>旧版本信息:|类名:WindowMode;<br>方法or属性:WINDOW_MODE_SPLIT_SECONDARY = 101<br>新版本信息:StageModelOnly|@ohos.app.ability.AbilityConstant.d.ts|
|model有变化|类名:WindowMode;<br>方法or属性:WINDOW_MODE_FLOATING = 102<br>旧版本信息:|类名:WindowMode;<br>方法or属性:WINDOW_MODE_FLOATING = 102<br>新版本信息:StageModelOnly|@ohos.app.ability.AbilityConstant.d.ts|
|model有变化|类名:OnSaveResult;<br>方法or属性:ALL_AGREE = 0<br>旧版本信息:|类名:OnSaveResult;<br>方法or属性:ALL_AGREE = 0<br>新版本信息:StageModelOnly|@ohos.app.ability.AbilityConstant.d.ts|
|model有变化|类名:OnSaveResult;<br>方法or属性:CONTINUATION_REJECT = 1<br>旧版本信息:|类名:OnSaveResult;<br>方法or属性:CONTINUATION_REJECT = 1<br>新版本信息:StageModelOnly|@ohos.app.ability.AbilityConstant.d.ts|
|model有变化|类名:OnSaveResult;<br>方法or属性:CONTINUATION_MISMATCH = 2<br>旧版本信息:|类名:OnSaveResult;<br>方法or属性:CONTINUATION_MISMATCH = 2<br>新版本信息:StageModelOnly|@ohos.app.ability.AbilityConstant.d.ts|
|model有变化|类名:OnSaveResult;<br>方法or属性:RECOVERY_AGREE = 3<br>旧版本信息:|类名:OnSaveResult;<br>方法or属性:RECOVERY_AGREE = 3<br>新版本信息:StageModelOnly|@ohos.app.ability.AbilityConstant.d.ts|
|model有变化|类名:OnSaveResult;<br>方法or属性:RECOVERY_REJECT = 4<br>旧版本信息:|类名:OnSaveResult;<br>方法or属性:RECOVERY_REJECT = 4<br>新版本信息:StageModelOnly|@ohos.app.ability.AbilityConstant.d.ts|
|model有变化|类名:OnSaveResult;<br>方法or属性:ALL_REJECT<br>旧版本信息:|类名:OnSaveResult;<br>方法or属性:ALL_REJECT<br>新版本信息:StageModelOnly|@ohos.app.ability.AbilityConstant.d.ts|
|model有变化|类名:StateType;<br>方法or属性:CONTINUATION = 0<br>旧版本信息:|类名:StateType;<br>方法or属性:CONTINUATION = 0<br>新版本信息:StageModelOnly|@ohos.app.ability.AbilityConstant.d.ts|
|model有变化|类名:StateType;<br>方法or属性:APP_RECOVERY = 1<br>旧版本信息:|类名:StateType;<br>方法or属性:APP_RECOVERY = 1<br>新版本信息:StageModelOnly|@ohos.app.ability.AbilityConstant.d.ts|
|model有变化|类名:common;<br>方法or属性:export type BaseContext = _BaseContext.default;<br>旧版本信息:|类名:common;<br>方法or属性:export type BaseContext = _BaseContext.default;<br>新版本信息:StageModelOnly|@ohos.app.ability.common.d.ts|
|model有变化|类名:AreaMode;<br>方法or属性:EL1 = 0<br>旧版本信息:|类名:AreaMode;<br>方法or属性:EL1 = 0<br>新版本信息:StageModelOnly|@ohos.app.ability.contextConstant.d.ts|
|model有变化|类名:AreaMode;<br>方法or属性:EL2 = 1<br>旧版本信息:|类名:AreaMode;<br>方法or属性:EL2 = 1<br>新版本信息:StageModelOnly|@ohos.app.ability.contextConstant.d.ts|
|model有变化|类名:DataAbilityHelper;<br>方法or属性:openFile(uri: string, mode: string): Promise\<number>;<br>旧版本信息:|类名:DataAbilityHelper;<br>方法or属性:openFile(uri: string, mode: string): Promise\<number>;<br>新版本信息:FAModelOnly|dataAbilityHelper.d.ts|
|model有变化|类名:DataAbilityHelper;<br>方法or属性:getType(uri: string): Promise\<string>;<br>旧版本信息:|类名:DataAbilityHelper;<br>方法or属性:getType(uri: string): Promise\<string>;<br>新版本信息:FAModelOnly|dataAbilityHelper.d.ts|
|model有变化|类名:DataAbilityHelper;<br>方法or属性:getFileTypes(uri: string, mimeTypeFilter: string): Promise\<Array\<string>>;<br>旧版本信息:|类名:DataAbilityHelper;<br>方法or属性:getFileTypes(uri: string, mimeTypeFilter: string): Promise\<Array\<string>>;<br>新版本信息:FAModelOnly|dataAbilityHelper.d.ts|
|model有变化|类名:DataAbilityHelper;<br>方法or属性:normalizeUri(uri: string): Promise\<string>;<br>旧版本信息:|类名:DataAbilityHelper;<br>方法or属性:normalizeUri(uri: string): Promise\<string>;<br>新版本信息:FAModelOnly|dataAbilityHelper.d.ts|
|model有变化|类名:DataAbilityHelper;<br>方法or属性:denormalizeUri(uri: string): Promise\<string>;<br>旧版本信息:|类名:DataAbilityHelper;<br>方法or属性:denormalizeUri(uri: string): Promise\<string>;<br>新版本信息:FAModelOnly|dataAbilityHelper.d.ts|
|model有变化|类名:DataAbilityHelper;<br>方法or属性:notifyChange(uri: string): Promise\<void>;<br>旧版本信息:|类名:DataAbilityHelper;<br>方法or属性:notifyChange(uri: string): Promise\<void>;<br>新版本信息:FAModelOnly|dataAbilityHelper.d.ts|
|model有变化|类名:DataAbilityHelper;<br>方法or属性:insert(uri: string, valuesBucket: rdb.ValuesBucket): Promise\<number>;<br>旧版本信息:|类名:DataAbilityHelper;<br>方法or属性:insert(uri: string, valuesBucket: rdb.ValuesBucket): Promise\<number>;<br>新版本信息:FAModelOnly|dataAbilityHelper.d.ts|
|model有变化|类名:DataAbilityHelper;<br>方法or属性:batchInsert(uri: string, valuesBuckets: Array\<rdb.ValuesBucket>): Promise\<number>;<br>旧版本信息:|类名:DataAbilityHelper;<br>方法or属性:batchInsert(uri: string, valuesBuckets: Array\<rdb.ValuesBucket>): Promise\<number>;<br>新版本信息:FAModelOnly|dataAbilityHelper.d.ts|
|model有变化|类名:DataAbilityHelper;<br>方法or属性:delete(uri: string, predicates?: dataAbility.DataAbilityPredicates): Promise\<number>;<br>旧版本信息:|类名:DataAbilityHelper;<br>方法or属性:delete(uri: string, predicates?: dataAbility.DataAbilityPredicates): Promise\<number>;<br>新版本信息:FAModelOnly|dataAbilityHelper.d.ts|
|model有变化|类名:DataAbilityHelper;<br>方法or属性:delete(uri: string, callback: AsyncCallback\<number>): void;<br>旧版本信息:|类名:DataAbilityHelper;<br>方法or属性:delete(uri: string, callback: AsyncCallback\<number>): void;<br>新版本信息:FAModelOnly|dataAbilityHelper.d.ts|
|model有变化|类名:DataAbilityHelper;<br>方法or属性:update(uri: string, valuesBucket: rdb.ValuesBucket, predicates?: dataAbility.DataAbilityPredicates): Promise\<number>;<br>旧版本信息:|类名:DataAbilityHelper;<br>方法or属性:update(uri: string, valuesBucket: rdb.ValuesBucket, predicates?: dataAbility.DataAbilityPredicates): Promise\<number>;<br>新版本信息:FAModelOnly|dataAbilityHelper.d.ts|
|model有变化|类名:DataAbilityHelper;<br>方法or属性:update(uri: string, valuesBucket: rdb.ValuesBucket, callback: AsyncCallback\<number>): void;<br>旧版本信息:|类名:DataAbilityHelper;<br>方法or属性:update(uri: string, valuesBucket: rdb.ValuesBucket, callback: AsyncCallback\<number>): void;<br>新版本信息:FAModelOnly|dataAbilityHelper.d.ts|
|model有变化|类名:DataAbilityHelper;<br>方法or属性:query(uri: string, callback: AsyncCallback\<ResultSet>): void;<br>旧版本信息:|类名:DataAbilityHelper;<br>方法or属性:query(uri: string, callback: AsyncCallback\<ResultSet>): void;<br>新版本信息:FAModelOnly|dataAbilityHelper.d.ts|
|model有变化|类名:DataAbilityHelper;<br>方法or属性:query(uri: string, columns: Array\<string>, callback: AsyncCallback\<ResultSet>): void;<br>旧版本信息:|类名:DataAbilityHelper;<br>方法or属性:query(uri: string, columns: Array\<string>, callback: AsyncCallback\<ResultSet>): void;<br>新版本信息:FAModelOnly|dataAbilityHelper.d.ts|
|model有变化|类名:DataAbilityHelper;<br>方法or属性:query(uri: string, predicates: dataAbility.DataAbilityPredicates, callback: AsyncCallback\<ResultSet>): void;<br>旧版本信息:|类名:DataAbilityHelper;<br>方法or属性:query(uri: string, predicates: dataAbility.DataAbilityPredicates, callback: AsyncCallback\<ResultSet>): void;<br>新版本信息:FAModelOnly|dataAbilityHelper.d.ts|
|model有变化|类名:DataAbilityHelper;<br>方法or属性:query(uri: string, columns?: Array\<string>, predicates?: dataAbility.DataAbilityPredicates): Promise\<ResultSet>;<br>旧版本信息:|类名:DataAbilityHelper;<br>方法or属性:query(uri: string, columns?: Array\<string>, predicates?: dataAbility.DataAbilityPredicates): Promise\<ResultSet>;<br>新版本信息:FAModelOnly|dataAbilityHelper.d.ts|
|model有变化|类名:DataAbilityHelper;<br>方法or属性:call(uri: string, method: string, arg: string, extras: PacMap): Promise\<PacMap>;<br>旧版本信息:|类名:DataAbilityHelper;<br>方法or属性:call(uri: string, method: string, arg: string, extras: PacMap): Promise\<PacMap>;<br>新版本信息:FAModelOnly|dataAbilityHelper.d.ts|
|model有变化|类名:DataAbilityHelper;<br>方法or属性:executeBatch(<br>    uri: string,<br>    operations: Array\<DataAbilityOperation>,<br>    callback: AsyncCallback\<Array\<DataAbilityResult>><br>  ): void;<br>旧版本信息:|类名:DataAbilityHelper;<br>方法or属性:executeBatch(<br>    uri: string,<br>    operations: Array\<DataAbilityOperation>,<br>    callback: AsyncCallback\<Array\<DataAbilityResult>><br>  ): void;<br>新版本信息:FAModelOnly|dataAbilityHelper.d.ts|
|model有变化|类名:DataAbilityHelper;<br>方法or属性:executeBatch(uri: string, operations: Array\<DataAbilityOperation>): Promise\<Array\<DataAbilityResult>>;<br>旧版本信息:|类名:DataAbilityHelper;<br>方法or属性:executeBatch(uri: string, operations: Array\<DataAbilityOperation>): Promise\<Array\<DataAbilityResult>>;<br>新版本信息:FAModelOnly|dataAbilityHelper.d.ts|
|model有变化|类名:Context;<br>方法or属性:getOrCreateLocalDir(callback: AsyncCallback\<string>): void;<br>旧版本信息:|类名:Context;<br>方法or属性:getOrCreateLocalDir(callback: AsyncCallback\<string>): void;<br>新版本信息:FAModelOnly|context.d.ts|
|model有变化|类名:Context;<br>方法or属性:verifyPermission(permission: string, options: PermissionOptions, callback: AsyncCallback\<number>): void;<br>旧版本信息:|类名:Context;<br>方法or属性:verifyPermission(permission: string, options: PermissionOptions, callback: AsyncCallback\<number>): void;<br>新版本信息:FAModelOnly|context.d.ts|
|model有变化|类名:Context;<br>方法or属性:verifyPermission(permission: string, callback: AsyncCallback\<number>): void;<br>旧版本信息:|类名:Context;<br>方法or属性:verifyPermission(permission: string, callback: AsyncCallback\<number>): void;<br>新版本信息:FAModelOnly|context.d.ts|
|model有变化|类名:Context;<br>方法or属性:requestPermissionsFromUser(permissions: Array\<string>, requestCode: number): Promise\<PermissionRequestResult>;<br>旧版本信息:|类名:Context;<br>方法or属性:requestPermissionsFromUser(permissions: Array\<string>, requestCode: number): Promise\<PermissionRequestResult>;<br>新版本信息:FAModelOnly|context.d.ts|
|model有变化|类名:Context;<br>方法or属性:getApplicationInfo(): Promise\<ApplicationInfo>;<br>旧版本信息:|类名:Context;<br>方法or属性:getApplicationInfo(): Promise\<ApplicationInfo>;<br>新版本信息:FAModelOnly|context.d.ts|
|model有变化|类名:Context;<br>方法or属性:getBundleName(): Promise\<string>;<br>旧版本信息:|类名:Context;<br>方法or属性:getBundleName(): Promise\<string>;<br>新版本信息:FAModelOnly|context.d.ts|
|model有变化|类名:Context;<br>方法or属性:getDisplayOrientation(callback: AsyncCallback\<bundle.DisplayOrientation>): void;<br>旧版本信息:|类名:Context;<br>方法or属性:getDisplayOrientation(callback: AsyncCallback\<bundle.DisplayOrientation>): void;<br>新版本信息:FAModelOnly|context.d.ts|
|model有变化|类名:Context;<br>方法or属性:getDisplayOrientation(): Promise\<bundle.DisplayOrientation>;<br>旧版本信息:|类名:Context;<br>方法or属性:getDisplayOrientation(): Promise\<bundle.DisplayOrientation>;<br>新版本信息:FAModelOnly|context.d.ts|
|model有变化|类名:Context;<br>方法or属性:getExternalCacheDir(callback: AsyncCallback\<string>): void;<br>旧版本信息:|类名:Context;<br>方法or属性:getExternalCacheDir(callback: AsyncCallback\<string>): void;<br>新版本信息:FAModelOnly|context.d.ts|
|model有变化|类名:Context;<br>方法or属性:getExternalCacheDir(): Promise\<string>;<br>旧版本信息:|类名:Context;<br>方法or属性:getExternalCacheDir(): Promise\<string>;<br>新版本信息:FAModelOnly|context.d.ts|
|model有变化|类名:Context;<br>方法or属性:setDisplayOrientation(orientation: bundle.DisplayOrientation, callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:Context;<br>方法or属性:setDisplayOrientation(orientation: bundle.DisplayOrientation, callback: AsyncCallback\<void>): void;<br>新版本信息:FAModelOnly|context.d.ts|
|model有变化|类名:Context;<br>方法or属性:setDisplayOrientation(orientation: bundle.DisplayOrientation): Promise\<void>;<br>旧版本信息:|类名:Context;<br>方法or属性:setDisplayOrientation(orientation: bundle.DisplayOrientation): Promise\<void>;<br>新版本信息:FAModelOnly|context.d.ts|
|model有变化|类名:Context;<br>方法or属性:setShowOnLockScreen(show: boolean, callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:Context;<br>方法or属性:setShowOnLockScreen(show: boolean, callback: AsyncCallback\<void>): void;<br>新版本信息:FAModelOnly|context.d.ts|
|model有变化|类名:Context;<br>方法or属性:setShowOnLockScreen(show: boolean): Promise\<void>;<br>旧版本信息:|类名:Context;<br>方法or属性:setShowOnLockScreen(show: boolean): Promise\<void>;<br>新版本信息:FAModelOnly|context.d.ts|
|model有变化|类名:Context;<br>方法or属性:setWakeUpScreen(wakeUp: boolean, callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:Context;<br>方法or属性:setWakeUpScreen(wakeUp: boolean, callback: AsyncCallback\<void>): void;<br>新版本信息:FAModelOnly|context.d.ts|
|model有变化|类名:Context;<br>方法or属性:setWakeUpScreen(wakeUp: boolean): Promise\<void>;<br>旧版本信息:|类名:Context;<br>方法or属性:setWakeUpScreen(wakeUp: boolean): Promise\<void>;<br>新版本信息:FAModelOnly|context.d.ts|
|model有变化|类名:Context;<br>方法or属性:getProcessInfo(): Promise\<ProcessInfo>;<br>旧版本信息:|类名:Context;<br>方法or属性:getProcessInfo(): Promise\<ProcessInfo>;<br>新版本信息:FAModelOnly|context.d.ts|
|model有变化|类名:Context;<br>方法or属性:getElementName(): Promise\<ElementName>;<br>旧版本信息:|类名:Context;<br>方法or属性:getElementName(): Promise\<ElementName>;<br>新版本信息:FAModelOnly|context.d.ts|
|model有变化|类名:Context;<br>方法or属性:getProcessName(): Promise\<string>;<br>旧版本信息:|类名:Context;<br>方法or属性:getProcessName(): Promise\<string>;<br>新版本信息:FAModelOnly|context.d.ts|
|model有变化|类名:Context;<br>方法or属性:getCallingBundle(): Promise\<string>;<br>旧版本信息:|类名:Context;<br>方法or属性:getCallingBundle(): Promise\<string>;<br>新版本信息:FAModelOnly|context.d.ts|
|model有变化|类名:Context;<br>方法or属性:getFilesDir(): Promise\<string>;<br>旧版本信息:|类名:Context;<br>方法or属性:getFilesDir(): Promise\<string>;<br>新版本信息:FAModelOnly|context.d.ts|
|model有变化|类名:Context;<br>方法or属性:getCacheDir(): Promise\<string>;<br>旧版本信息:|类名:Context;<br>方法or属性:getCacheDir(): Promise\<string>;<br>新版本信息:FAModelOnly|context.d.ts|
|model有变化|类名:Context;<br>方法or属性:getOrCreateDistributedDir(callback: AsyncCallback\<string>): void;<br>旧版本信息:|类名:Context;<br>方法or属性:getOrCreateDistributedDir(callback: AsyncCallback\<string>): void;<br>新版本信息:FAModelOnly|context.d.ts|
|model有变化|类名:Context;<br>方法or属性:getAppType(): Promise\<string>;<br>旧版本信息:|类名:Context;<br>方法or属性:getAppType(): Promise\<string>;<br>新版本信息:FAModelOnly|context.d.ts|
|model有变化|类名:Context;<br>方法or属性:getHapModuleInfo(): Promise\<HapModuleInfo>;<br>旧版本信息:|类名:Context;<br>方法or属性:getHapModuleInfo(): Promise\<HapModuleInfo>;<br>新版本信息:FAModelOnly|context.d.ts|
|model有变化|类名:Context;<br>方法or属性:getAppVersionInfo(): Promise\<AppVersionInfo>;<br>旧版本信息:|类名:Context;<br>方法or属性:getAppVersionInfo(): Promise\<AppVersionInfo>;<br>新版本信息:FAModelOnly|context.d.ts|
|model有变化|类名:Context;<br>方法or属性:getAbilityInfo(): Promise\<AbilityInfo>;<br>旧版本信息:|类名:Context;<br>方法or属性:getAbilityInfo(): Promise\<AbilityInfo>;<br>新版本信息:FAModelOnly|context.d.ts|
|model有变化|类名:Context;<br>方法or属性:isUpdatingConfigurations(): Promise\<boolean>;<br>旧版本信息:|类名:Context;<br>方法or属性:isUpdatingConfigurations(): Promise\<boolean>;<br>新版本信息:FAModelOnly|context.d.ts|
|model有变化|类名:Context;<br>方法or属性:printDrawnCompleted(): Promise\<void>;<br>旧版本信息:|类名:Context;<br>方法or属性:printDrawnCompleted(): Promise\<void>;<br>新版本信息:FAModelOnly|context.d.ts|
|model有变化|类名:ExtensionContext;<br>方法or属性:extensionAbilityInfo: ExtensionAbilityInfo;<br>旧版本信息:|类名:ExtensionContext;<br>方法or属性:extensionAbilityInfo: ExtensionAbilityInfo;<br>新版本信息:StageModelOnly|ExtensionContext.d.ts|
|model有变化|类名:FormExtensionContext;<br>方法or属性:startAbility(want: Want): Promise\<void>;<br>旧版本信息:|类名:FormExtensionContext;<br>方法or属性:startAbility(want: Want): Promise\<void>;<br>新版本信息:StageModelOnly|FormExtensionContext.d.ts|
|type有变化|类名:LaunchParam;<br>方法or属性:launchReason: LaunchReason;<br>旧版本信息:|类名:LaunchParam;<br>方法or属性:launchReason: LaunchReason;<br>新版本信息:LaunchReason|@ohos.app.ability.AbilityConstant.d.ts|
|type有变化|类名:LaunchParam;<br>方法or属性:lastExitReason: LastExitReason;<br>旧版本信息:|类名:LaunchParam;<br>方法or属性:lastExitReason: LastExitReason;<br>新版本信息:LastExitReason|@ohos.app.ability.AbilityConstant.d.ts|
|type有变化|类名:Configuration;<br>方法or属性:language?: string;<br>旧版本信息:string|类名:Configuration;<br>方法or属性:language?: string;<br>新版本信息:?string|@ohos.app.ability.Configuration.d.ts|
|type有变化|类名:Configuration;<br>方法or属性:colorMode?: ConfigurationConstant.ColorMode;<br>旧版本信息:ConfigurationConstant.ColorMode|类名:Configuration;<br>方法or属性:colorMode?: ConfigurationConstant.ColorMode;<br>新版本信息:?ConfigurationConstant.ColorMode|@ohos.app.ability.Configuration.d.ts|
|type有变化|类名:Configuration;<br>方法or属性:direction?: ConfigurationConstant.Direction;<br>旧版本信息:ConfigurationConstant.Direction|类名:Configuration;<br>方法or属性:direction?: ConfigurationConstant.Direction;<br>新版本信息:?ConfigurationConstant.Direction|@ohos.app.ability.Configuration.d.ts|
|type有变化|类名:Configuration;<br>方法or属性:screenDensity?: ConfigurationConstant.ScreenDensity;<br>旧版本信息:ConfigurationConstant.ScreenDensity|类名:Configuration;<br>方法or属性:screenDensity?: ConfigurationConstant.ScreenDensity;<br>新版本信息:?ConfigurationConstant.ScreenDensity|@ohos.app.ability.Configuration.d.ts|
|type有变化|类名:Configuration;<br>方法or属性:displayId?: number;<br>旧版本信息:number|类名:Configuration;<br>方法or属性:displayId?: number;<br>新版本信息:?number|@ohos.app.ability.Configuration.d.ts|
|type有变化|类名:Configuration;<br>方法or属性:hasPointerDevice?: boolean;<br>旧版本信息:boolean|类名:Configuration;<br>方法or属性:hasPointerDevice?: boolean;<br>新版本信息:?boolean|@ohos.app.ability.Configuration.d.ts|
|type有变化|类名:RequestResult;<br>方法or属性:result: ResultCode;<br>旧版本信息:|类名:RequestResult;<br>方法or属性:result: ResultCode;<br>新版本信息:ResultCode|@ohos.app.ability.dialogRequest.d.ts|
|type有变化|类名:ServiceExtensionAbility;<br>方法or属性:context: ServiceExtensionContext;<br>旧版本信息:|类名:ServiceExtensionAbility;<br>方法or属性:context: ServiceExtensionContext;<br>新版本信息:ServiceExtensionContext|@ohos.app.ability.ServiceExtensionAbility.d.ts|
|type有变化|类名:StartOptions;<br>方法or属性:windowMode?: number;<br>旧版本信息:|类名:StartOptions;<br>方法or属性:windowMode?: number;<br>新版本信息:?number|@ohos.app.ability.StartOptions.d.ts|
|type有变化|类名:StartOptions;<br>方法or属性:displayId?: number;<br>旧版本信息:|类名:StartOptions;<br>方法or属性:displayId?: number;<br>新版本信息:?number|@ohos.app.ability.StartOptions.d.ts|
|type有变化|类名:Want;<br>方法or属性:deviceId?: string;<br>旧版本信息:|类名:Want;<br>方法or属性:deviceId?: string;<br>新版本信息:?string|@ohos.app.ability.Want.d.ts|
|type有变化|类名:Want;<br>方法or属性:uri?: string;<br>旧版本信息:|类名:Want;<br>方法or属性:uri?: string;<br>新版本信息:?string|@ohos.app.ability.Want.d.ts|
|type有变化|类名:Want;<br>方法or属性:type?: string;<br>旧版本信息:|类名:Want;<br>方法or属性:type?: string;<br>新版本信息:?string|@ohos.app.ability.Want.d.ts|
|type有变化|类名:Want;<br>方法or属性:flags?: number;<br>旧版本信息:|类名:Want;<br>方法or属性:flags?: number;<br>新版本信息:?number|@ohos.app.ability.Want.d.ts|
|type有变化|类名:Want;<br>方法or属性:action?: string;<br>旧版本信息:|类名:Want;<br>方法or属性:action?: string;<br>新版本信息:?string|@ohos.app.ability.Want.d.ts|
|type有变化|类名:Want;<br>方法or属性:parameters?: { [key: string]: Object };<br>旧版本信息:|类名:Want;<br>方法or属性:parameters?: { [key: string]: Object };<br>新版本信息:?object|@ohos.app.ability.Want.d.ts|
|type有变化|类名:Want;<br>方法or属性:entities?: Array\<string>;<br>旧版本信息:|类名:Want;<br>方法or属性:entities?: Array\<string>;<br>新版本信息:?Array\<string>|@ohos.app.ability.Want.d.ts|
|type有变化|类名:CompleteData;<br>方法or属性:extraInfo?: { [key: string]: Object };<br>旧版本信息:{ [key: string]: Object }|类名:CompleteData;<br>方法or属性:extraInfo?: { [key: string]: Object };<br>新版本信息:?object|@ohos.app.ability.wantAgent.d.ts|
|type有变化|类名:FormBindingData;<br>方法or属性:data: Object;<br>旧版本信息:|类名:FormBindingData;<br>方法or属性:data: Object;<br>新版本信息:Object|@ohos.app.form.formBindingData.d.ts|
|type有变化|类名:FormInfo;<br>方法or属性:bundleName: string;<br>旧版本信息:|类名:FormInfo;<br>方法or属性:bundleName: string;<br>新版本信息:string|@ohos.app.form.formInfo.d.ts|
|type有变化|类名:FormInfo;<br>方法or属性:moduleName: string;<br>旧版本信息:|类名:FormInfo;<br>方法or属性:moduleName: string;<br>新版本信息:string|@ohos.app.form.formInfo.d.ts|
|type有变化|类名:FormInfo;<br>方法or属性:abilityName: string;<br>旧版本信息:|类名:FormInfo;<br>方法or属性:abilityName: string;<br>新版本信息:string|@ohos.app.form.formInfo.d.ts|
|type有变化|类名:FormInfo;<br>方法or属性:name: string;<br>旧版本信息:|类名:FormInfo;<br>方法or属性:name: string;<br>新版本信息:string|@ohos.app.form.formInfo.d.ts|
|type有变化|类名:FormInfo;<br>方法or属性:description: string;<br>旧版本信息:|类名:FormInfo;<br>方法or属性:description: string;<br>新版本信息:string|@ohos.app.form.formInfo.d.ts|
|type有变化|类名:FormInfo;<br>方法or属性:type: FormType;<br>旧版本信息:|类名:FormInfo;<br>方法or属性:type: FormType;<br>新版本信息:FormType|@ohos.app.form.formInfo.d.ts|
|type有变化|类名:FormInfo;<br>方法or属性:jsComponentName: string;<br>旧版本信息:|类名:FormInfo;<br>方法or属性:jsComponentName: string;<br>新版本信息:string|@ohos.app.form.formInfo.d.ts|
|type有变化|类名:FormInfo;<br>方法or属性:colorMode: ColorMode;<br>旧版本信息:|类名:FormInfo;<br>方法or属性:colorMode: ColorMode;<br>新版本信息:ColorMode|@ohos.app.form.formInfo.d.ts|
|type有变化|类名:FormInfo;<br>方法or属性:isDefault: boolean;<br>旧版本信息:|类名:FormInfo;<br>方法or属性:isDefault: boolean;<br>新版本信息:boolean|@ohos.app.form.formInfo.d.ts|
|type有变化|类名:FormInfo;<br>方法or属性:updateEnabled: boolean;<br>旧版本信息:|类名:FormInfo;<br>方法or属性:updateEnabled: boolean;<br>新版本信息:boolean|@ohos.app.form.formInfo.d.ts|
|type有变化|类名:FormInfo;<br>方法or属性:formVisibleNotify: boolean;<br>旧版本信息:|类名:FormInfo;<br>方法or属性:formVisibleNotify: boolean;<br>新版本信息:boolean|@ohos.app.form.formInfo.d.ts|
|type有变化|类名:FormInfo;<br>方法or属性:scheduledUpdateTime: string;<br>旧版本信息:|类名:FormInfo;<br>方法or属性:scheduledUpdateTime: string;<br>新版本信息:string|@ohos.app.form.formInfo.d.ts|
|type有变化|类名:FormInfo;<br>方法or属性:formConfigAbility: string;<br>旧版本信息:|类名:FormInfo;<br>方法or属性:formConfigAbility: string;<br>新版本信息:string|@ohos.app.form.formInfo.d.ts|
|type有变化|类名:FormInfo;<br>方法or属性:updateDuration: number;<br>旧版本信息:|类名:FormInfo;<br>方法or属性:updateDuration: number;<br>新版本信息:number|@ohos.app.form.formInfo.d.ts|
|type有变化|类名:FormInfo;<br>方法or属性:defaultDimension: number;<br>旧版本信息:|类名:FormInfo;<br>方法or属性:defaultDimension: number;<br>新版本信息:number|@ohos.app.form.formInfo.d.ts|
|type有变化|类名:FormInfo;<br>方法or属性:supportDimensions: Array\<number>;<br>旧版本信息:|类名:FormInfo;<br>方法or属性:supportDimensions: Array\<number>;<br>新版本信息:Array\<number>|@ohos.app.form.formInfo.d.ts|
|type有变化|类名:FormInfo;<br>方法or属性:customizeData: { [key: string]: [value: string] };<br>旧版本信息:|类名:FormInfo;<br>方法or属性:customizeData: { [key: string]: [value: string] };<br>新版本信息:object|@ohos.app.form.formInfo.d.ts|
|type有变化|类名:FormStateInfo;<br>方法or属性:formState: FormState;<br>旧版本信息:|类名:FormStateInfo;<br>方法or属性:formState: FormState;<br>新版本信息:FormState|@ohos.app.form.formInfo.d.ts|
|type有变化|类名:FormStateInfo;<br>方法or属性:want: Want;<br>旧版本信息:|类名:FormStateInfo;<br>方法or属性:want: Want;<br>新版本信息:Want|@ohos.app.form.formInfo.d.ts|
|type有变化|类名:FormInfoFilter;<br>方法or属性:moduleName?: string;<br>旧版本信息:|类名:FormInfoFilter;<br>方法or属性:moduleName?: string;<br>新版本信息:?string|@ohos.app.form.formInfo.d.ts|
|type有变化|类名:Configuration;<br>方法or属性:language?: string;<br>旧版本信息:|类名:Configuration;<br>方法or属性:language?: string;<br>新版本信息:?string|@ohos.application.Configuration.d.ts|
|type有变化|类名:Configuration;<br>方法or属性:colorMode?: ConfigurationConstant.ColorMode;<br>旧版本信息:|类名:Configuration;<br>方法or属性:colorMode?: ConfigurationConstant.ColorMode;<br>新版本信息:?ConfigurationConstant.ColorMode|@ohos.application.Configuration.d.ts|
|type有变化|类名:FormBindingData;<br>方法or属性:data: Object;<br>旧版本信息:|类名:FormBindingData;<br>方法or属性:data: Object;<br>新版本信息:Object|@ohos.application.formBindingData.d.ts|
|type有变化|类名:FormInfo;<br>方法or属性:bundleName: string;<br>旧版本信息:|类名:FormInfo;<br>方法or属性:bundleName: string;<br>新版本信息:string|@ohos.application.formInfo.d.ts|
|type有变化|类名:FormInfo;<br>方法or属性:moduleName: string;<br>旧版本信息:|类名:FormInfo;<br>方法or属性:moduleName: string;<br>新版本信息:string|@ohos.application.formInfo.d.ts|
|type有变化|类名:FormInfo;<br>方法or属性:abilityName: string;<br>旧版本信息:|类名:FormInfo;<br>方法or属性:abilityName: string;<br>新版本信息:string|@ohos.application.formInfo.d.ts|
|type有变化|类名:FormInfo;<br>方法or属性:name: string;<br>旧版本信息:|类名:FormInfo;<br>方法or属性:name: string;<br>新版本信息:string|@ohos.application.formInfo.d.ts|
|type有变化|类名:FormInfo;<br>方法or属性:description: string;<br>旧版本信息:|类名:FormInfo;<br>方法or属性:description: string;<br>新版本信息:string|@ohos.application.formInfo.d.ts|
|type有变化|类名:FormInfo;<br>方法or属性:type: FormType;<br>旧版本信息:|类名:FormInfo;<br>方法or属性:type: FormType;<br>新版本信息:FormType|@ohos.application.formInfo.d.ts|
|type有变化|类名:FormInfo;<br>方法or属性:jsComponentName: string;<br>旧版本信息:|类名:FormInfo;<br>方法or属性:jsComponentName: string;<br>新版本信息:string|@ohos.application.formInfo.d.ts|
|type有变化|类名:FormInfo;<br>方法or属性:colorMode: ColorMode;<br>旧版本信息:|类名:FormInfo;<br>方法or属性:colorMode: ColorMode;<br>新版本信息:ColorMode|@ohos.application.formInfo.d.ts|
|type有变化|类名:FormInfo;<br>方法or属性:isDefault: boolean;<br>旧版本信息:|类名:FormInfo;<br>方法or属性:isDefault: boolean;<br>新版本信息:boolean|@ohos.application.formInfo.d.ts|
|type有变化|类名:FormInfo;<br>方法or属性:updateEnabled: boolean;<br>旧版本信息:|类名:FormInfo;<br>方法or属性:updateEnabled: boolean;<br>新版本信息:boolean|@ohos.application.formInfo.d.ts|
|type有变化|类名:FormInfo;<br>方法or属性:formVisibleNotify: boolean;<br>旧版本信息:|类名:FormInfo;<br>方法or属性:formVisibleNotify: boolean;<br>新版本信息:boolean|@ohos.application.formInfo.d.ts|
|type有变化|类名:FormInfo;<br>方法or属性:relatedBundleName: string;<br>旧版本信息:|类名:FormInfo;<br>方法or属性:relatedBundleName: string;<br>新版本信息:string|@ohos.application.formInfo.d.ts|
|type有变化|类名:FormInfo;<br>方法or属性:scheduledUpdateTime: string;<br>旧版本信息:|类名:FormInfo;<br>方法or属性:scheduledUpdateTime: string;<br>新版本信息:string|@ohos.application.formInfo.d.ts|
|type有变化|类名:FormInfo;<br>方法or属性:formConfigAbility: string;<br>旧版本信息:|类名:FormInfo;<br>方法or属性:formConfigAbility: string;<br>新版本信息:string|@ohos.application.formInfo.d.ts|
|type有变化|类名:FormInfo;<br>方法or属性:updateDuration: number;<br>旧版本信息:|类名:FormInfo;<br>方法or属性:updateDuration: number;<br>新版本信息:number|@ohos.application.formInfo.d.ts|
|type有变化|类名:FormInfo;<br>方法or属性:defaultDimension: number;<br>旧版本信息:|类名:FormInfo;<br>方法or属性:defaultDimension: number;<br>新版本信息:number|@ohos.application.formInfo.d.ts|
|type有变化|类名:FormInfo;<br>方法or属性:supportDimensions: Array\<number>;<br>旧版本信息:|类名:FormInfo;<br>方法or属性:supportDimensions: Array\<number>;<br>新版本信息:Array\<number>|@ohos.application.formInfo.d.ts|
|type有变化|类名:FormInfo;<br>方法or属性:customizeData: { [key: string]: [value: string] };<br>旧版本信息:|类名:FormInfo;<br>方法or属性:customizeData: { [key: string]: [value: string] };<br>新版本信息:object|@ohos.application.formInfo.d.ts|
|type有变化|类名:FormStateInfo;<br>方法or属性:formState: FormState;<br>旧版本信息:|类名:FormStateInfo;<br>方法or属性:formState: FormState;<br>新版本信息:FormState|@ohos.application.formInfo.d.ts|
|type有变化|类名:FormStateInfo;<br>方法or属性:want: Want;<br>旧版本信息:|类名:FormStateInfo;<br>方法or属性:want: Want;<br>新版本信息:Want|@ohos.application.formInfo.d.ts|
|type有变化|类名:Want;<br>方法or属性:deviceId?: string;<br>旧版本信息:|类名:Want;<br>方法or属性:deviceId?: string;<br>新版本信息:?string|@ohos.application.Want.d.ts|
|type有变化|类名:Want;<br>方法or属性:bundleName?: string;<br>旧版本信息:|类名:Want;<br>方法or属性:bundleName?: string;<br>新版本信息:?string|@ohos.application.Want.d.ts|
|type有变化|类名:Want;<br>方法or属性:abilityName?: string;<br>旧版本信息:|类名:Want;<br>方法or属性:abilityName?: string;<br>新版本信息:?string|@ohos.application.Want.d.ts|
|type有变化|类名:Want;<br>方法or属性:uri?: string;<br>旧版本信息:|类名:Want;<br>方法or属性:uri?: string;<br>新版本信息:?string|@ohos.application.Want.d.ts|
|type有变化|类名:Want;<br>方法or属性:type?: string;<br>旧版本信息:|类名:Want;<br>方法or属性:type?: string;<br>新版本信息:?string|@ohos.application.Want.d.ts|
|type有变化|类名:Want;<br>方法or属性:flags?: number;<br>旧版本信息:|类名:Want;<br>方法or属性:flags?: number;<br>新版本信息:?number|@ohos.application.Want.d.ts|
|type有变化|类名:Want;<br>方法or属性:action?: string;<br>旧版本信息:|类名:Want;<br>方法or属性:action?: string;<br>新版本信息:?string|@ohos.application.Want.d.ts|
|type有变化|类名:Want;<br>方法or属性:parameters?: { [key: string]: any };<br>旧版本信息:|类名:Want;<br>方法or属性:parameters?: { [key: string]: any };<br>新版本信息:?object|@ohos.application.Want.d.ts|
|type有变化|类名:Want;<br>方法or属性:entities?: Array\<string>;<br>旧版本信息:|类名:Want;<br>方法or属性:entities?: Array\<string>;<br>新版本信息:?Array\<string>|@ohos.application.Want.d.ts|
|type有变化|类名:CompleteData;<br>方法or属性:info: WantAgent;<br>旧版本信息:|类名:CompleteData;<br>方法or属性:info: WantAgent;<br>新版本信息:WantAgent|@ohos.wantAgent.d.ts|
|type有变化|类名:CompleteData;<br>方法or属性:want: Want;<br>旧版本信息:|类名:CompleteData;<br>方法or属性:want: Want;<br>新版本信息:Want|@ohos.wantAgent.d.ts|
|type有变化|类名:CompleteData;<br>方法or属性:finalCode: number;<br>旧版本信息:|类名:CompleteData;<br>方法or属性:finalCode: number;<br>新版本信息:number|@ohos.wantAgent.d.ts|
|type有变化|类名:CompleteData;<br>方法or属性:finalData: string;<br>旧版本信息:|类名:CompleteData;<br>方法or属性:finalData: string;<br>新版本信息:string|@ohos.wantAgent.d.ts|
|type有变化|类名:CompleteData;<br>方法or属性:extraInfo?: { [key: string]: any };<br>旧版本信息:|类名:CompleteData;<br>方法or属性:extraInfo?: { [key: string]: any };<br>新版本信息:?object|@ohos.wantAgent.d.ts|
|type有变化|类名:AbilityResult;<br>方法or属性:resultCode: number;<br>旧版本信息:|类名:AbilityResult;<br>方法or属性:resultCode: number;<br>新版本信息:number|abilityResult.d.ts|
|type有变化|类名:AbilityResult;<br>方法or属性:want?: Want;<br>旧版本信息:|类名:AbilityResult;<br>方法or属性:want?: Want;<br>新版本信息:?Want|abilityResult.d.ts|
|type有变化|类名:DataAbilityOperation;<br>方法or属性:uri: string;<br>旧版本信息:|类名:DataAbilityOperation;<br>方法or属性:uri: string;<br>新版本信息:string|dataAbilityOperation.d.ts|
|type有变化|类名:DataAbilityOperation;<br>方法or属性:type: featureAbility.DataAbilityOperationType;<br>旧版本信息:|类名:DataAbilityOperation;<br>方法or属性:type: featureAbility.DataAbilityOperationType;<br>新版本信息:featureAbility.DataAbilityOperationType|dataAbilityOperation.d.ts|
|type有变化|类名:DataAbilityOperation;<br>方法or属性:valuesBucket?: rdb.ValuesBucket;<br>旧版本信息:|类名:DataAbilityOperation;<br>方法or属性:valuesBucket?: rdb.ValuesBucket;<br>新版本信息:?rdb.ValuesBucket|dataAbilityOperation.d.ts|
|type有变化|类名:DataAbilityOperation;<br>方法or属性:valueBackReferences?: rdb.ValuesBucket;<br>旧版本信息:|类名:DataAbilityOperation;<br>方法or属性:valueBackReferences?: rdb.ValuesBucket;<br>新版本信息:?rdb.ValuesBucket|dataAbilityOperation.d.ts|
|type有变化|类名:DataAbilityOperation;<br>方法or属性:predicates?: dataAbility.DataAbilityPredicates;<br>旧版本信息:|类名:DataAbilityOperation;<br>方法or属性:predicates?: dataAbility.DataAbilityPredicates;<br>新版本信息:?dataAbility.DataAbilityPredicates|dataAbilityOperation.d.ts|
|type有变化|类名:DataAbilityOperation;<br>方法or属性:predicatesBackReferences?: Map\<number, number>;<br>旧版本信息:|类名:DataAbilityOperation;<br>方法or属性:predicatesBackReferences?: Map\<number, number>;<br>新版本信息:?Map\<number, number>|dataAbilityOperation.d.ts|
|type有变化|类名:DataAbilityOperation;<br>方法or属性:interrupted?: boolean;<br>旧版本信息:|类名:DataAbilityOperation;<br>方法or属性:interrupted?: boolean;<br>新版本信息:?boolean|dataAbilityOperation.d.ts|
|type有变化|类名:DataAbilityOperation;<br>方法or属性:expectedCount?: number;<br>旧版本信息:|类名:DataAbilityOperation;<br>方法or属性:expectedCount?: number;<br>新版本信息:?number|dataAbilityOperation.d.ts|
|type有变化|类名:DataAbilityResult;<br>方法or属性:uri?: string;<br>旧版本信息:|类名:DataAbilityResult;<br>方法or属性:uri?: string;<br>新版本信息:?string|dataAbilityResult.d.ts|
|type有变化|类名:DataAbilityResult;<br>方法or属性:count?: number;<br>旧版本信息:|类名:DataAbilityResult;<br>方法or属性:count?: number;<br>新版本信息:?number|dataAbilityResult.d.ts|
|type有变化|类名:StartAbilityParameter;<br>方法or属性:want: Want;<br>旧版本信息:|类名:StartAbilityParameter;<br>方法or属性:want: Want;<br>新版本信息:Want|startAbilityParameter.d.ts|
|type有变化|类名:StartAbilityParameter;<br>方法or属性:abilityStartSetting?: { [key: string]: any };<br>旧版本信息:|类名:StartAbilityParameter;<br>方法or属性:abilityStartSetting?: { [key: string]: any };<br>新版本信息:?object|startAbilityParameter.d.ts|
|type有变化|类名:Want;<br>方法or属性:deviceId?: string;<br>旧版本信息:|类名:Want;<br>方法or属性:deviceId?: string;<br>新版本信息:?string|want.d.ts|
|type有变化|类名:Want;<br>方法or属性:bundleName?: string;<br>旧版本信息:|类名:Want;<br>方法or属性:bundleName?: string;<br>新版本信息:?string|want.d.ts|
|type有变化|类名:Want;<br>方法or属性:abilityName?: string;<br>旧版本信息:|类名:Want;<br>方法or属性:abilityName?: string;<br>新版本信息:?string|want.d.ts|
|type有变化|类名:Want;<br>方法or属性:uri?: string;<br>旧版本信息:|类名:Want;<br>方法or属性:uri?: string;<br>新版本信息:?string|want.d.ts|
|type有变化|类名:Want;<br>方法or属性:type?: string;<br>旧版本信息:|类名:Want;<br>方法or属性:type?: string;<br>新版本信息:?string|want.d.ts|
|type有变化|类名:Want;<br>方法or属性:flags?: number;<br>旧版本信息:|类名:Want;<br>方法or属性:flags?: number;<br>新版本信息:?number|want.d.ts|
|type有变化|类名:Want;<br>方法or属性:action?: string;<br>旧版本信息:|类名:Want;<br>方法or属性:action?: string;<br>新版本信息:?string|want.d.ts|
|type有变化|类名:Want;<br>方法or属性:parameters?: { [key: string]: any };<br>旧版本信息:|类名:Want;<br>方法or属性:parameters?: { [key: string]: any };<br>新版本信息:?object|want.d.ts|
|type有变化|类名:Want;<br>方法or属性:entities?: Array\<string>;<br>旧版本信息:|类名:Want;<br>方法or属性:entities?: Array\<string>;<br>新版本信息:?Array\<string>|want.d.ts|
|type有变化|类名:AppVersionInfo;<br>方法or属性:readonly appName: string;<br>旧版本信息:|类名:AppVersionInfo;<br>方法or属性:readonly appName: string;<br>新版本信息:string|appVersionInfo.d.ts|
|type有变化|类名:AppVersionInfo;<br>方法or属性:readonly versionCode: number;<br>旧版本信息:|类名:AppVersionInfo;<br>方法or属性:readonly versionCode: number;<br>新版本信息:number|appVersionInfo.d.ts|
|type有变化|类名:AppVersionInfo;<br>方法or属性:readonly versionName: string;<br>旧版本信息:|类名:AppVersionInfo;<br>方法or属性:readonly versionName: string;<br>新版本信息:string|appVersionInfo.d.ts|
|type有变化|类名:PermissionRequestResult;<br>方法or属性:requestCode: number;<br>旧版本信息:|类名:PermissionRequestResult;<br>方法or属性:requestCode: number;<br>新版本信息:number|context.d.ts|
|type有变化|类名:PermissionRequestResult;<br>方法or属性:permissions: Array\<string>;<br>旧版本信息:|类名:PermissionRequestResult;<br>方法or属性:permissions: Array\<string>;<br>新版本信息:Array\<string>|context.d.ts|
|type有变化|类名:PermissionRequestResult;<br>方法or属性:authResults: Array\<number>;<br>旧版本信息:|类名:PermissionRequestResult;<br>方法or属性:authResults: Array\<number>;<br>新版本信息:Array\<number>|context.d.ts|
|type有变化|类名:PermissionOptions;<br>方法or属性:pid?: number;<br>旧版本信息:|类名:PermissionOptions;<br>方法or属性:pid?: number;<br>新版本信息:?number|context.d.ts|
|type有变化|类名:PermissionOptions;<br>方法or属性:uid?: number;<br>旧版本信息:|类名:PermissionOptions;<br>方法or属性:uid?: number;<br>新版本信息:?number|context.d.ts|
|type有变化|类名:ProcessInfo;<br>方法or属性:pid: number;<br>旧版本信息:|类名:ProcessInfo;<br>方法or属性:pid: number;<br>新版本信息:number|processInfo.d.ts|
|type有变化|类名:ProcessInfo;<br>方法or属性:processName: string;<br>旧版本信息:|类名:ProcessInfo;<br>方法or属性:processName: string;<br>新版本信息:string|processInfo.d.ts|
|type有变化|类名:AbilityDelegatorArgs;<br>方法or属性:bundleName: string;<br>旧版本信息:|类名:AbilityDelegatorArgs;<br>方法or属性:bundleName: string;<br>新版本信息:string|abilityDelegatorArgs.d.ts|
|type有变化|类名:AbilityDelegatorArgs;<br>方法or属性:parameters: { [key: string]: string };<br>旧版本信息:|类名:AbilityDelegatorArgs;<br>方法or属性:parameters: { [key: string]: string };<br>新版本信息:object|abilityDelegatorArgs.d.ts|
|type有变化|类名:AbilityDelegatorArgs;<br>方法or属性:testCaseNames: string;<br>旧版本信息:|类名:AbilityDelegatorArgs;<br>方法or属性:testCaseNames: string;<br>新版本信息:string|abilityDelegatorArgs.d.ts|
|type有变化|类名:AbilityDelegatorArgs;<br>方法or属性:testRunnerClassName: string;<br>旧版本信息:|类名:AbilityDelegatorArgs;<br>方法or属性:testRunnerClassName: string;<br>新版本信息:string|abilityDelegatorArgs.d.ts|
|type有变化|类名:AbilityMonitor;<br>方法or属性:abilityName: string;<br>旧版本信息:|类名:AbilityMonitor;<br>方法or属性:abilityName: string;<br>新版本信息:string|AbilityMonitor.d.ts|
|type有变化|类名:AbilityMonitor;<br>方法or属性:moduleName?: string;<br>旧版本信息:|类名:AbilityMonitor;<br>方法or属性:moduleName?: string;<br>新版本信息:?string|AbilityMonitor.d.ts|
|type有变化|类名:AbilityRunningInfo;<br>方法or属性:ability: ElementName;<br>旧版本信息:|类名:AbilityRunningInfo;<br>方法or属性:ability: ElementName;<br>新版本信息:ElementName|AbilityRunningInfo.d.ts|
|type有变化|类名:AbilityRunningInfo;<br>方法or属性:pid: number;<br>旧版本信息:|类名:AbilityRunningInfo;<br>方法or属性:pid: number;<br>新版本信息:number|AbilityRunningInfo.d.ts|
|type有变化|类名:AbilityRunningInfo;<br>方法or属性:uid: number;<br>旧版本信息:|类名:AbilityRunningInfo;<br>方法or属性:uid: number;<br>新版本信息:number|AbilityRunningInfo.d.ts|
|type有变化|类名:AbilityRunningInfo;<br>方法or属性:processName: string;<br>旧版本信息:|类名:AbilityRunningInfo;<br>方法or属性:processName: string;<br>新版本信息:string|AbilityRunningInfo.d.ts|
|type有变化|类名:AbilityRunningInfo;<br>方法or属性:startTime: number;<br>旧版本信息:|类名:AbilityRunningInfo;<br>方法or属性:startTime: number;<br>新版本信息:number|AbilityRunningInfo.d.ts|
|type有变化|类名:AbilityRunningInfo;<br>方法or属性:abilityState: abilityManager.AbilityState;<br>旧版本信息:|类名:AbilityRunningInfo;<br>方法or属性:abilityState: abilityManager.AbilityState;<br>新版本信息:abilityManager.AbilityState|AbilityRunningInfo.d.ts|
|type有变化|类名:AbilityStageContext;<br>方法or属性:currentHapModuleInfo: HapModuleInfo;<br>旧版本信息:|类名:AbilityStageContext;<br>方法or属性:currentHapModuleInfo: HapModuleInfo;<br>新版本信息:HapModuleInfo|AbilityStageContext.d.ts|
|type有变化|类名:AbilityStageContext;<br>方法or属性:config: Configuration;<br>旧版本信息:|类名:AbilityStageContext;<br>方法or属性:config: Configuration;<br>新版本信息:Configuration|AbilityStageContext.d.ts|
|type有变化|类名:AbilityStageMonitor;<br>方法or属性:moduleName: string;<br>旧版本信息:|类名:AbilityStageMonitor;<br>方法or属性:moduleName: string;<br>新版本信息:string|AbilityStageMonitor.d.ts|
|type有变化|类名:AbilityStageMonitor;<br>方法or属性:srcEntrance: string;<br>旧版本信息:|类名:AbilityStageMonitor;<br>方法or属性:srcEntrance: string;<br>新版本信息:string|AbilityStageMonitor.d.ts|
|type有变化|类名:AbilityStateData;<br>方法or属性:moduleName: string;<br>旧版本信息:|类名:AbilityStateData;<br>方法or属性:moduleName: string;<br>新版本信息:string|AbilityStateData.d.ts|
|type有变化|类名:AbilityStateData;<br>方法or属性:bundleName: string;<br>旧版本信息:|类名:AbilityStateData;<br>方法or属性:bundleName: string;<br>新版本信息:string|AbilityStateData.d.ts|
|type有变化|类名:AbilityStateData;<br>方法or属性:abilityName: string;<br>旧版本信息:|类名:AbilityStateData;<br>方法or属性:abilityName: string;<br>新版本信息:string|AbilityStateData.d.ts|
|type有变化|类名:AbilityStateData;<br>方法or属性:pid: number;<br>旧版本信息:|类名:AbilityStateData;<br>方法or属性:pid: number;<br>新版本信息:number|AbilityStateData.d.ts|
|type有变化|类名:AbilityStateData;<br>方法or属性:uid: number;<br>旧版本信息:|类名:AbilityStateData;<br>方法or属性:uid: number;<br>新版本信息:number|AbilityStateData.d.ts|
|type有变化|类名:AbilityStateData;<br>方法or属性:state: number;<br>旧版本信息:|类名:AbilityStateData;<br>方法or属性:state: number;<br>新版本信息:number|AbilityStateData.d.ts|
|type有变化|类名:AbilityStateData;<br>方法or属性:abilityType: number;<br>旧版本信息:|类名:AbilityStateData;<br>方法or属性:abilityType: number;<br>新版本信息:number|AbilityStateData.d.ts|
|type有变化|类名:AppStateData;<br>方法or属性:bundleName: string;<br>旧版本信息:|类名:AppStateData;<br>方法or属性:bundleName: string;<br>新版本信息:string|AppStateData.d.ts|
|type有变化|类名:AppStateData;<br>方法or属性:uid: number;<br>旧版本信息:|类名:AppStateData;<br>方法or属性:uid: number;<br>新版本信息:number|AppStateData.d.ts|
|type有变化|类名:AppStateData;<br>方法or属性:state: number;<br>旧版本信息:|类名:AppStateData;<br>方法or属性:state: number;<br>新版本信息:number|AppStateData.d.ts|
|type有变化|类名:BaseContext;<br>方法or属性:stageMode: boolean;<br>旧版本信息:|类名:BaseContext;<br>方法or属性:stageMode: boolean;<br>新版本信息:boolean|BaseContext.d.ts|
|type有变化|类名:Context;<br>方法or属性:area: contextConstant.AreaMode;<br>旧版本信息:AreaMode|类名:Context;<br>方法or属性:area: contextConstant.AreaMode;<br>新版本信息:contextConstant.AreaMode|Context.d.ts|
|type有变化|类名:ContinueDeviceInfo;<br>方法or属性:srcDeviceId: string;<br>旧版本信息:|类名:ContinueDeviceInfo;<br>方法or属性:srcDeviceId: string;<br>新版本信息:string|ContinueDeviceInfo.d.ts|
|type有变化|类名:ContinueDeviceInfo;<br>方法or属性:dstDeviceId: string;<br>旧版本信息:|类名:ContinueDeviceInfo;<br>方法or属性:dstDeviceId: string;<br>新版本信息:string|ContinueDeviceInfo.d.ts|
|type有变化|类名:ContinueDeviceInfo;<br>方法or属性:missionId: number;<br>旧版本信息:|类名:ContinueDeviceInfo;<br>方法or属性:missionId: number;<br>新版本信息:number|ContinueDeviceInfo.d.ts|
|type有变化|类名:ContinueDeviceInfo;<br>方法or属性:wantParam: { [key: string]: any };<br>旧版本信息:|类名:ContinueDeviceInfo;<br>方法or属性:wantParam: { [key: string]: any };<br>新版本信息:object|ContinueDeviceInfo.d.ts|
|type有变化|类名:ExtensionContext;<br>方法or属性:currentHapModuleInfo: HapModuleInfo;<br>旧版本信息:|类名:ExtensionContext;<br>方法or属性:currentHapModuleInfo: HapModuleInfo;<br>新版本信息:HapModuleInfo|ExtensionContext.d.ts|
|type有变化|类名:ExtensionContext;<br>方法or属性:config: Configuration;<br>旧版本信息:|类名:ExtensionContext;<br>方法or属性:config: Configuration;<br>新版本信息:Configuration|ExtensionContext.d.ts|
|type有变化|类名:ExtensionContext;<br>方法or属性:extensionAbilityInfo: ExtensionAbilityInfo;<br>旧版本信息:|类名:ExtensionContext;<br>方法or属性:extensionAbilityInfo: ExtensionAbilityInfo;<br>新版本信息:ExtensionAbilityInfo|ExtensionContext.d.ts|
|type有变化|类名:ExtensionRunningInfo;<br>方法or属性:extension: ElementName;<br>旧版本信息:|类名:ExtensionRunningInfo;<br>方法or属性:extension: ElementName;<br>新版本信息:ElementName|ExtensionRunningInfo.d.ts|
|type有变化|类名:ExtensionRunningInfo;<br>方法or属性:pid: number;<br>旧版本信息:|类名:ExtensionRunningInfo;<br>方法or属性:pid: number;<br>新版本信息:number|ExtensionRunningInfo.d.ts|
|type有变化|类名:ExtensionRunningInfo;<br>方法or属性:uid: number;<br>旧版本信息:|类名:ExtensionRunningInfo;<br>方法or属性:uid: number;<br>新版本信息:number|ExtensionRunningInfo.d.ts|
|type有变化|类名:ExtensionRunningInfo;<br>方法or属性:processName: string;<br>旧版本信息:|类名:ExtensionRunningInfo;<br>方法or属性:processName: string;<br>新版本信息:string|ExtensionRunningInfo.d.ts|
|type有变化|类名:ExtensionRunningInfo;<br>方法or属性:startTime: number;<br>旧版本信息:|类名:ExtensionRunningInfo;<br>方法or属性:startTime: number;<br>新版本信息:number|ExtensionRunningInfo.d.ts|
|type有变化|类名:ExtensionRunningInfo;<br>方法or属性:clientPackage: Array\<String>;<br>旧版本信息:|类名:ExtensionRunningInfo;<br>方法or属性:clientPackage: Array\<String>;<br>新版本信息:Array\<String>|ExtensionRunningInfo.d.ts|
|type有变化|类名:ExtensionRunningInfo;<br>方法or属性:type: bundle.ExtensionAbilityType;<br>旧版本信息:|类名:ExtensionRunningInfo;<br>方法or属性:type: bundle.ExtensionAbilityType;<br>新版本信息:bundle.ExtensionAbilityType|ExtensionRunningInfo.d.ts|
|type有变化|类名:MissionDeviceInfo;<br>方法or属性:deviceId: string;<br>旧版本信息:|类名:MissionDeviceInfo;<br>方法or属性:deviceId: string;<br>新版本信息:string|MissionDeviceInfo.d.ts|
|type有变化|类名:MissionInfo;<br>方法or属性:missionId: number;<br>旧版本信息:|类名:MissionInfo;<br>方法or属性:missionId: number;<br>新版本信息:number|MissionInfo.d.ts|
|type有变化|类名:MissionInfo;<br>方法or属性:runningState: number;<br>旧版本信息:|类名:MissionInfo;<br>方法or属性:runningState: number;<br>新版本信息:number|MissionInfo.d.ts|
|type有变化|类名:MissionInfo;<br>方法or属性:lockedState: boolean;<br>旧版本信息:|类名:MissionInfo;<br>方法or属性:lockedState: boolean;<br>新版本信息:boolean|MissionInfo.d.ts|
|type有变化|类名:MissionInfo;<br>方法or属性:timestamp: string;<br>旧版本信息:|类名:MissionInfo;<br>方法or属性:timestamp: string;<br>新版本信息:string|MissionInfo.d.ts|
|type有变化|类名:MissionInfo;<br>方法or属性:want: Want;<br>旧版本信息:|类名:MissionInfo;<br>方法or属性:want: Want;<br>新版本信息:Want|MissionInfo.d.ts|
|type有变化|类名:MissionInfo;<br>方法or属性:label: string;<br>旧版本信息:|类名:MissionInfo;<br>方法or属性:label: string;<br>新版本信息:string|MissionInfo.d.ts|
|type有变化|类名:MissionInfo;<br>方法or属性:iconPath: string;<br>旧版本信息:|类名:MissionInfo;<br>方法or属性:iconPath: string;<br>新版本信息:string|MissionInfo.d.ts|
|type有变化|类名:MissionInfo;<br>方法or属性:continuable: boolean;<br>旧版本信息:|类名:MissionInfo;<br>方法or属性:continuable: boolean;<br>新版本信息:boolean|MissionInfo.d.ts|
|type有变化|类名:MissionParameter;<br>方法or属性:deviceId: string;<br>旧版本信息:|类名:MissionParameter;<br>方法or属性:deviceId: string;<br>新版本信息:string|MissionParameter.d.ts|
|type有变化|类名:MissionParameter;<br>方法or属性:fixConflict: boolean;<br>旧版本信息:|类名:MissionParameter;<br>方法or属性:fixConflict: boolean;<br>新版本信息:boolean|MissionParameter.d.ts|
|type有变化|类名:MissionParameter;<br>方法or属性:tag: number;<br>旧版本信息:|类名:MissionParameter;<br>方法or属性:tag: number;<br>新版本信息:number|MissionParameter.d.ts|
|type有变化|类名:MissionSnapshot;<br>方法or属性:ability: ElementName;<br>旧版本信息:|类名:MissionSnapshot;<br>方法or属性:ability: ElementName;<br>新版本信息:ElementName|MissionSnapshot.d.ts|
|type有变化|类名:MissionSnapshot;<br>方法or属性:snapshot: image.PixelMap;<br>旧版本信息:|类名:MissionSnapshot;<br>方法or属性:snapshot: image.PixelMap;<br>新版本信息:image.PixelMap|MissionSnapshot.d.ts|
|type有变化|类名:ProcessData;<br>方法or属性:bundleName: string;<br>旧版本信息:|类名:ProcessData;<br>方法or属性:bundleName: string;<br>新版本信息:string|ProcessData.d.ts|
|type有变化|类名:ProcessData;<br>方法or属性:pid: number;<br>旧版本信息:|类名:ProcessData;<br>方法or属性:pid: number;<br>新版本信息:number|ProcessData.d.ts|
|type有变化|类名:ProcessData;<br>方法or属性:uid: number;<br>旧版本信息:|类名:ProcessData;<br>方法or属性:uid: number;<br>新版本信息:number|ProcessData.d.ts|
|type有变化|类名:ProcessData;<br>方法or属性:state: number;<br>旧版本信息:|类名:ProcessData;<br>方法or属性:state: number;<br>新版本信息:number|ProcessData.d.ts|
|type有变化|类名:ProcessData;<br>方法or属性:isContinuousTask: boolean;<br>旧版本信息:|类名:ProcessData;<br>方法or属性:isContinuousTask: boolean;<br>新版本信息:boolean|ProcessData.d.ts|
|type有变化|类名:ProcessData;<br>方法or属性:isKeepAlive: boolean;<br>旧版本信息:|类名:ProcessData;<br>方法or属性:isKeepAlive: boolean;<br>新版本信息:boolean|ProcessData.d.ts|
|type有变化|类名:ProcessInformation;<br>方法or属性:pid: number;<br>旧版本信息:|类名:ProcessInformation;<br>方法or属性:pid: number;<br>新版本信息:number|ProcessInformation.d.ts|
|type有变化|类名:ProcessInformation;<br>方法or属性:uid: number;<br>旧版本信息:|类名:ProcessInformation;<br>方法or属性:uid: number;<br>新版本信息:number|ProcessInformation.d.ts|
|type有变化|类名:ProcessInformation;<br>方法or属性:processName: string;<br>旧版本信息:|类名:ProcessInformation;<br>方法or属性:processName: string;<br>新版本信息:string|ProcessInformation.d.ts|
|type有变化|类名:ProcessInformation;<br>方法or属性:bundleNames: Array\<string>;<br>旧版本信息:|类名:ProcessInformation;<br>方法or属性:bundleNames: Array\<string>;<br>新版本信息:Array\<string>|ProcessInformation.d.ts|
|type有变化|类名:ProcessRunningInfo;<br>方法or属性:pid: number;<br>旧版本信息:|类名:ProcessRunningInfo;<br>方法or属性:pid: number;<br>新版本信息:number|ProcessRunningInfo.d.ts|
|type有变化|类名:ProcessRunningInfo;<br>方法or属性:uid: number;<br>旧版本信息:|类名:ProcessRunningInfo;<br>方法or属性:uid: number;<br>新版本信息:number|ProcessRunningInfo.d.ts|
|type有变化|类名:ProcessRunningInfo;<br>方法or属性:processName: string;<br>旧版本信息:|类名:ProcessRunningInfo;<br>方法or属性:processName: string;<br>新版本信息:string|ProcessRunningInfo.d.ts|
|type有变化|类名:ProcessRunningInfo;<br>方法or属性:bundleNames: Array\<string>;<br>旧版本信息:|类名:ProcessRunningInfo;<br>方法or属性:bundleNames: Array\<string>;<br>新版本信息:Array\<string>|ProcessRunningInfo.d.ts|
|type有变化|类名:ShellCmdResult;<br>方法or属性:stdResult: string;<br>旧版本信息:|类名:ShellCmdResult;<br>方法or属性:stdResult: string;<br>新版本信息:string|shellCmdResult.d.ts|
|type有变化|类名:ShellCmdResult;<br>方法or属性:exitCode: number;<br>旧版本信息:|类名:ShellCmdResult;<br>方法or属性:exitCode: number;<br>新版本信息:number|shellCmdResult.d.ts|
|type有变化|类名:ContinuationExtraParams;<br>方法or属性:deviceType?: Array\<string>;<br>旧版本信息:|类名:ContinuationExtraParams;<br>方法or属性:deviceType?: Array\<string>;<br>新版本信息:?Array\<string>|continuationExtraParams.d.ts|
|type有变化|类名:ContinuationExtraParams;<br>方法or属性:targetBundle?: string;<br>旧版本信息:|类名:ContinuationExtraParams;<br>方法or属性:targetBundle?: string;<br>新版本信息:?string|continuationExtraParams.d.ts|
|type有变化|类名:ContinuationExtraParams;<br>方法or属性:description?: string;<br>旧版本信息:|类名:ContinuationExtraParams;<br>方法or属性:description?: string;<br>新版本信息:?string|continuationExtraParams.d.ts|
|type有变化|类名:ContinuationExtraParams;<br>方法or属性:filter?: any;<br>旧版本信息:|类名:ContinuationExtraParams;<br>方法or属性:filter?: any;<br>新版本信息:?any|continuationExtraParams.d.ts|
|type有变化|类名:ContinuationExtraParams;<br>方法or属性:continuationMode?: continuationManager.ContinuationMode;<br>旧版本信息:|类名:ContinuationExtraParams;<br>方法or属性:continuationMode?: continuationManager.ContinuationMode;<br>新版本信息:?continuationManager.ContinuationMode|continuationExtraParams.d.ts|
|type有变化|类名:ContinuationExtraParams;<br>方法or属性:authInfo?: { [key: string]: any };<br>旧版本信息:|类名:ContinuationExtraParams;<br>方法or属性:authInfo?: { [key: string]: any };<br>新版本信息:?object|continuationExtraParams.d.ts|
|type有变化|类名:ContinuationResult;<br>方法or属性:id: string;<br>旧版本信息:|类名:ContinuationResult;<br>方法or属性:id: string;<br>新版本信息:string|continuationResult.d.ts|
|type有变化|类名:ContinuationResult;<br>方法or属性:type: string;<br>旧版本信息:|类名:ContinuationResult;<br>方法or属性:type: string;<br>新版本信息:string|continuationResult.d.ts|
|type有变化|类名:ContinuationResult;<br>方法or属性:name: string;<br>旧版本信息:|类名:ContinuationResult;<br>方法or属性:name: string;<br>新版本信息:string|continuationResult.d.ts|
|type有变化|类名:TriggerInfo;<br>方法or属性:code: number;<br>旧版本信息:|类名:TriggerInfo;<br>方法or属性:code: number;<br>新版本信息:number|triggerInfo.d.ts|
|type有变化|类名:TriggerInfo;<br>方法or属性:want?: Want;<br>旧版本信息:|类名:TriggerInfo;<br>方法or属性:want?: Want;<br>新版本信息:?Want|triggerInfo.d.ts|
|type有变化|类名:TriggerInfo;<br>方法or属性:permission?: string;<br>旧版本信息:|类名:TriggerInfo;<br>方法or属性:permission?: string;<br>新版本信息:?string|triggerInfo.d.ts|
|type有变化|类名:TriggerInfo;<br>方法or属性:extraInfo?: { [key: string]: any };<br>旧版本信息:|类名:TriggerInfo;<br>方法or属性:extraInfo?: { [key: string]: any };<br>新版本信息:?object|triggerInfo.d.ts|
|type有变化|类名:WantAgentInfo;<br>方法or属性:wants: Array\<Want>;<br>旧版本信息:|类名:WantAgentInfo;<br>方法or属性:wants: Array\<Want>;<br>新版本信息:Array\<Want>|wantAgentInfo.d.ts|
|type有变化|类名:WantAgentInfo;<br>方法or属性:operationType: wantAgent.OperationType;<br>旧版本信息:|类名:WantAgentInfo;<br>方法or属性:operationType: wantAgent.OperationType;<br>新版本信息:wantAgent.OperationType|wantAgentInfo.d.ts|
|type有变化|类名:WantAgentInfo;<br>方法or属性:requestCode: number;<br>旧版本信息:|类名:WantAgentInfo;<br>方法or属性:requestCode: number;<br>新版本信息:number|wantAgentInfo.d.ts|
|type有变化|类名:WantAgentInfo;<br>方法or属性:wantAgentFlags?: Array\<wantAgent.WantAgentFlags>;<br>旧版本信息:|类名:WantAgentInfo;<br>方法or属性:wantAgentFlags?: Array\<wantAgent.WantAgentFlags>;<br>新版本信息:?Array\<wantAgent.WantAgentFlags>|wantAgentInfo.d.ts|
|type有变化|类名:WantAgentInfo;<br>方法or属性:extraInfo?: { [key: string]: any };<br>旧版本信息:|类名:WantAgentInfo;<br>方法or属性:extraInfo?: { [key: string]: any };<br>新版本信息:?object|wantAgentInfo.d.ts|
|函数有变化|类名:UIAbility;<br>方法or属性:onCreate(want: Want, param: AbilityConstant.LaunchParam): void;|类名:UIAbility;<br>方法or属性:onCreate(want: Want, launchParam: AbilityConstant.LaunchParam): void;|@ohos.app.ability.UIAbility.d.ts|
|函数有变化|类名:UIAbility;<br>方法or属性:onNewWant(want: Want, launchParams: AbilityConstant.LaunchParam): void;|类名:UIAbility;<br>方法or属性:onNewWant(want: Want, launchParam: AbilityConstant.LaunchParam): void;|@ohos.app.ability.UIAbility.d.ts|
|跨平台能力有变化|类名:AbilityConstant;<br>方法or属性:declare AbilityConstant<br>旧版本信息:|类名:AbilityConstant;<br>方法or属性:declare AbilityConstant<br>新版本信息:crossplatform|@ohos.app.ability.AbilityConstant.d.ts|
|跨平台能力有变化|类名:LaunchParam;<br>方法or属性:export interface LaunchParam<br>旧版本信息:|类名:LaunchParam;<br>方法or属性:export interface LaunchParam<br>新版本信息:crossplatform|@ohos.app.ability.AbilityConstant.d.ts|
|跨平台能力有变化|类名:LaunchParam;<br>方法or属性:launchReason: LaunchReason;<br>旧版本信息:|类名:LaunchParam;<br>方法or属性:launchReason: LaunchReason;<br>新版本信息:crossplatform|@ohos.app.ability.AbilityConstant.d.ts|
|跨平台能力有变化|类名:LaunchParam;<br>方法or属性:lastExitReason: LastExitReason;<br>旧版本信息:|类名:LaunchParam;<br>方法or属性:lastExitReason: LastExitReason;<br>新版本信息:crossplatform|@ohos.app.ability.AbilityConstant.d.ts|
|跨平台能力有变化|类名:LaunchReason;<br>方法or属性:export enum LaunchReason<br>旧版本信息:|类名:LaunchReason;<br>方法or属性:export enum LaunchReason<br>新版本信息:crossplatform|@ohos.app.ability.AbilityConstant.d.ts|
|跨平台能力有变化|类名:LaunchReason;<br>方法or属性:UNKNOWN = 0<br>旧版本信息:|类名:LaunchReason;<br>方法or属性:UNKNOWN = 0<br>新版本信息:crossplatform|@ohos.app.ability.AbilityConstant.d.ts|
|跨平台能力有变化|类名:LastExitReason;<br>方法or属性:UNKNOWN = 0<br>旧版本信息:|类名:LastExitReason;<br>方法or属性:UNKNOWN = 0<br>新版本信息:crossplatform|@ohos.app.ability.AbilityConstant.d.ts|
|跨平台能力有变化|类名:LastExitReason;<br>方法or属性:export enum LastExitReason<br>旧版本信息:|类名:LastExitReason;<br>方法or属性:export enum LastExitReason<br>新版本信息:crossplatform|@ohos.app.ability.AbilityConstant.d.ts|
|跨平台能力有变化|类名:abilityDelegatorRegistry;<br>方法or属性:declare abilityDelegatorRegistry<br>旧版本信息:|类名:abilityDelegatorRegistry;<br>方法or属性:declare abilityDelegatorRegistry<br>新版本信息:crossplatform|@ohos.app.ability.abilityDelegatorRegistry.d.ts|
|跨平台能力有变化|类名:abilityDelegatorRegistry;<br>方法or属性:function getAbilityDelegator(): AbilityDelegator;<br>旧版本信息:|类名:abilityDelegatorRegistry;<br>方法or属性:function getAbilityDelegator(): AbilityDelegator;<br>新版本信息:crossplatform|@ohos.app.ability.abilityDelegatorRegistry.d.ts|
|跨平台能力有变化|类名:abilityDelegatorRegistry;<br>方法or属性:function getArguments(): AbilityDelegatorArgs;<br>旧版本信息:|类名:abilityDelegatorRegistry;<br>方法or属性:function getArguments(): AbilityDelegatorArgs;<br>新版本信息:crossplatform|@ohos.app.ability.abilityDelegatorRegistry.d.ts|
|跨平台能力有变化|类名:abilityDelegatorRegistry;<br>方法or属性:export type AbilityDelegator = _AbilityDelegator;<br>旧版本信息:|类名:abilityDelegatorRegistry;<br>方法or属性:export type AbilityDelegator = _AbilityDelegator;<br>新版本信息:crossplatform|@ohos.app.ability.abilityDelegatorRegistry.d.ts|
|跨平台能力有变化|类名:abilityDelegatorRegistry;<br>方法or属性:export type AbilityDelegatorArgs = _AbilityDelegatorArgs;<br>旧版本信息:|类名:abilityDelegatorRegistry;<br>方法or属性:export type AbilityDelegatorArgs = _AbilityDelegatorArgs;<br>新版本信息:crossplatform|@ohos.app.ability.abilityDelegatorRegistry.d.ts|
|跨平台能力有变化|类名:abilityDelegatorRegistry;<br>方法or属性:export type AbilityMonitor = _AbilityMonitor;<br>旧版本信息:|类名:abilityDelegatorRegistry;<br>方法or属性:export type AbilityMonitor = _AbilityMonitor;<br>新版本信息:crossplatform|@ohos.app.ability.abilityDelegatorRegistry.d.ts|
|跨平台能力有变化|类名:AbilityLifecycleState;<br>方法or属性:export enum AbilityLifecycleState<br>旧版本信息:|类名:AbilityLifecycleState;<br>方法or属性:export enum AbilityLifecycleState<br>新版本信息:crossplatform|@ohos.app.ability.abilityDelegatorRegistry.d.ts|
|跨平台能力有变化|类名:AbilityLifecycleState;<br>方法or属性:UNINITIALIZED<br>旧版本信息:|类名:AbilityLifecycleState;<br>方法or属性:UNINITIALIZED<br>新版本信息:crossplatform|@ohos.app.ability.abilityDelegatorRegistry.d.ts|
|跨平台能力有变化|类名:AbilityLifecycleState;<br>方法or属性:CREATE<br>旧版本信息:|类名:AbilityLifecycleState;<br>方法or属性:CREATE<br>新版本信息:crossplatform|@ohos.app.ability.abilityDelegatorRegistry.d.ts|
|跨平台能力有变化|类名:AbilityLifecycleState;<br>方法or属性:FOREGROUND<br>旧版本信息:|类名:AbilityLifecycleState;<br>方法or属性:FOREGROUND<br>新版本信息:crossplatform|@ohos.app.ability.abilityDelegatorRegistry.d.ts|
|跨平台能力有变化|类名:AbilityLifecycleState;<br>方法or属性:BACKGROUND<br>旧版本信息:|类名:AbilityLifecycleState;<br>方法or属性:BACKGROUND<br>新版本信息:crossplatform|@ohos.app.ability.abilityDelegatorRegistry.d.ts|
|跨平台能力有变化|类名:AbilityLifecycleState;<br>方法or属性:DESTROY<br>旧版本信息:|类名:AbilityLifecycleState;<br>方法or属性:DESTROY<br>新版本信息:crossplatform|@ohos.app.ability.abilityDelegatorRegistry.d.ts|
|跨平台能力有变化|类名:AbilityLifecycleCallback;<br>方法or属性:export default class AbilityLifecycleCallback<br>旧版本信息:|类名:AbilityLifecycleCallback;<br>方法or属性:export default class AbilityLifecycleCallback<br>新版本信息:crossplatform|@ohos.app.ability.AbilityLifecycleCallback.d.ts|
|跨平台能力有变化|类名:AbilityLifecycleCallback;<br>方法or属性:onAbilityCreate(ability: UIAbility): void;<br>旧版本信息:|类名:AbilityLifecycleCallback;<br>方法or属性:onAbilityCreate(ability: UIAbility): void;<br>新版本信息:crossplatform|@ohos.app.ability.AbilityLifecycleCallback.d.ts|
|跨平台能力有变化|类名:AbilityLifecycleCallback;<br>方法or属性:onWindowStageCreate(ability: UIAbility, windowStage: window.WindowStage): void;<br>旧版本信息:|类名:AbilityLifecycleCallback;<br>方法or属性:onWindowStageCreate(ability: UIAbility, windowStage: window.WindowStage): void;<br>新版本信息:crossplatform|@ohos.app.ability.AbilityLifecycleCallback.d.ts|
|跨平台能力有变化|类名:AbilityLifecycleCallback;<br>方法or属性:onWindowStageDestroy(ability: UIAbility, windowStage: window.WindowStage): void;<br>旧版本信息:|类名:AbilityLifecycleCallback;<br>方法or属性:onWindowStageDestroy(ability: UIAbility, windowStage: window.WindowStage): void;<br>新版本信息:crossplatform|@ohos.app.ability.AbilityLifecycleCallback.d.ts|
|跨平台能力有变化|类名:AbilityLifecycleCallback;<br>方法or属性:onAbilityDestroy(ability: UIAbility): void;<br>旧版本信息:|类名:AbilityLifecycleCallback;<br>方法or属性:onAbilityDestroy(ability: UIAbility): void;<br>新版本信息:crossplatform|@ohos.app.ability.AbilityLifecycleCallback.d.ts|
|跨平台能力有变化|类名:AbilityLifecycleCallback;<br>方法or属性:onAbilityForeground(ability: UIAbility): void;<br>旧版本信息:|类名:AbilityLifecycleCallback;<br>方法or属性:onAbilityForeground(ability: UIAbility): void;<br>新版本信息:crossplatform|@ohos.app.ability.AbilityLifecycleCallback.d.ts|
|跨平台能力有变化|类名:AbilityLifecycleCallback;<br>方法or属性:onAbilityBackground(ability: UIAbility): void;<br>旧版本信息:|类名:AbilityLifecycleCallback;<br>方法or属性:onAbilityBackground(ability: UIAbility): void;<br>新版本信息:crossplatform|@ohos.app.ability.AbilityLifecycleCallback.d.ts|
|跨平台能力有变化|类名:AbilityStage;<br>方法or属性:export default class AbilityStage<br>旧版本信息:|类名:AbilityStage;<br>方法or属性:export default class AbilityStage<br>新版本信息:crossplatform|@ohos.app.ability.AbilityStage.d.ts|
|跨平台能力有变化|类名:AbilityStage;<br>方法or属性:context: AbilityStageContext;<br>旧版本信息:|类名:AbilityStage;<br>方法or属性:context: AbilityStageContext;<br>新版本信息:crossplatform|@ohos.app.ability.AbilityStage.d.ts|
|跨平台能力有变化|类名:AbilityStage;<br>方法or属性:onCreate(): void;<br>旧版本信息:|类名:AbilityStage;<br>方法or属性:onCreate(): void;<br>新版本信息:crossplatform|@ohos.app.ability.AbilityStage.d.ts|
|跨平台能力有变化|类名:AbilityStage;<br>方法or属性:onConfigurationUpdate(newConfig: Configuration): void;<br>旧版本信息:|类名:AbilityStage;<br>方法or属性:onConfigurationUpdate(newConfig: Configuration): void;<br>新版本信息:crossplatform|@ohos.app.ability.AbilityStage.d.ts|
|跨平台能力有变化|类名:common;<br>方法or属性:declare common<br>旧版本信息:|类名:common;<br>方法or属性:declare common<br>新版本信息:crossplatform|@ohos.app.ability.common.d.ts|
|跨平台能力有变化|类名:common;<br>方法or属性:export type UIAbilityContext = _UIAbilityContext.default;<br>旧版本信息:|类名:common;<br>方法or属性:export type UIAbilityContext = _UIAbilityContext.default;<br>新版本信息:crossplatform|@ohos.app.ability.common.d.ts|
|跨平台能力有变化|类名:common;<br>方法or属性:export type AbilityStageContext = _AbilityStageContext.default;<br>旧版本信息:|类名:common;<br>方法or属性:export type AbilityStageContext = _AbilityStageContext.default;<br>新版本信息:crossplatform|@ohos.app.ability.common.d.ts|
|跨平台能力有变化|类名:common;<br>方法or属性:export type ApplicationContext = _ApplicationContext.default;<br>旧版本信息:|类名:common;<br>方法or属性:export type ApplicationContext = _ApplicationContext.default;<br>新版本信息:crossplatform|@ohos.app.ability.common.d.ts|
|跨平台能力有变化|类名:common;<br>方法or属性:export type BaseContext = _BaseContext.default;<br>旧版本信息:|类名:common;<br>方法or属性:export type BaseContext = _BaseContext.default;<br>新版本信息:crossplatform|@ohos.app.ability.common.d.ts|
|跨平台能力有变化|类名:common;<br>方法or属性:export type Context = _Context.default;<br>旧版本信息:|类名:common;<br>方法or属性:export type Context = _Context.default;<br>新版本信息:crossplatform|@ohos.app.ability.common.d.ts|
|跨平台能力有变化|类名:Configuration;<br>方法or属性:export interface Configuration<br>旧版本信息:|类名:Configuration;<br>方法or属性:export interface Configuration<br>新版本信息:crossplatform|@ohos.app.ability.Configuration.d.ts|
|跨平台能力有变化|类名:Configuration;<br>方法or属性:colorMode?: ConfigurationConstant.ColorMode;<br>旧版本信息:|类名:Configuration;<br>方法or属性:colorMode?: ConfigurationConstant.ColorMode;<br>新版本信息:crossplatform|@ohos.app.ability.Configuration.d.ts|
|跨平台能力有变化|类名:Configuration;<br>方法or属性:direction?: ConfigurationConstant.Direction;<br>旧版本信息:|类名:Configuration;<br>方法or属性:direction?: ConfigurationConstant.Direction;<br>新版本信息:crossplatform|@ohos.app.ability.Configuration.d.ts|
|跨平台能力有变化|类名:ColorMode;<br>方法or属性:export enum ColorMode<br>旧版本信息:|类名:ColorMode;<br>方法or属性:export enum ColorMode<br>新版本信息:crossplatform|@ohos.app.ability.ConfigurationConstant.d.ts|
|跨平台能力有变化|类名:ColorMode;<br>方法or属性:COLOR_MODE_NOT_SET = -1<br>旧版本信息:|类名:ColorMode;<br>方法or属性:COLOR_MODE_NOT_SET = -1<br>新版本信息:crossplatform|@ohos.app.ability.ConfigurationConstant.d.ts|
|跨平台能力有变化|类名:ColorMode;<br>方法or属性:COLOR_MODE_DARK = 0<br>旧版本信息:|类名:ColorMode;<br>方法or属性:COLOR_MODE_DARK = 0<br>新版本信息:crossplatform|@ohos.app.ability.ConfigurationConstant.d.ts|
|跨平台能力有变化|类名:ColorMode;<br>方法or属性:COLOR_MODE_LIGHT = 1<br>旧版本信息:|类名:ColorMode;<br>方法or属性:COLOR_MODE_LIGHT = 1<br>新版本信息:crossplatform|@ohos.app.ability.ConfigurationConstant.d.ts|
|跨平台能力有变化|类名:Direction;<br>方法or属性:export enum Direction<br>旧版本信息:|类名:Direction;<br>方法or属性:export enum Direction<br>新版本信息:crossplatform|@ohos.app.ability.ConfigurationConstant.d.ts|
|跨平台能力有变化|类名:Direction;<br>方法or属性:DIRECTION_NOT_SET = -1<br>旧版本信息:|类名:Direction;<br>方法or属性:DIRECTION_NOT_SET = -1<br>新版本信息:crossplatform|@ohos.app.ability.ConfigurationConstant.d.ts|
|跨平台能力有变化|类名:Direction;<br>方法or属性:DIRECTION_VERTICAL = 0<br>旧版本信息:|类名:Direction;<br>方法or属性:DIRECTION_VERTICAL = 0<br>新版本信息:crossplatform|@ohos.app.ability.ConfigurationConstant.d.ts|
|跨平台能力有变化|类名:Direction;<br>方法or属性:DIRECTION_HORIZONTAL = 1<br>旧版本信息:|类名:Direction;<br>方法or属性:DIRECTION_HORIZONTAL = 1<br>新版本信息:crossplatform|@ohos.app.ability.ConfigurationConstant.d.ts|
|跨平台能力有变化|类名:UIAbility;<br>方法or属性:export default class UIAbility<br>旧版本信息:|类名:UIAbility;<br>方法or属性:export default class UIAbility<br>新版本信息:crossplatform|@ohos.app.ability.UIAbility.d.ts|
|跨平台能力有变化|类名:UIAbility;<br>方法or属性:context: UIAbilityContext;<br>旧版本信息:|类名:UIAbility;<br>方法or属性:context: UIAbilityContext;<br>新版本信息:crossplatform|@ohos.app.ability.UIAbility.d.ts|
|跨平台能力有变化|类名:UIAbility;<br>方法or属性:onCreate(want: Want, launchParam: AbilityConstant.LaunchParam): void;<br>旧版本信息:|类名:UIAbility;<br>方法or属性:onCreate(want: Want, launchParam: AbilityConstant.LaunchParam): void;<br>新版本信息:crossplatform|@ohos.app.ability.UIAbility.d.ts|
|跨平台能力有变化|类名:UIAbility;<br>方法or属性:onWindowStageCreate(windowStage: window.WindowStage): void;<br>旧版本信息:|类名:UIAbility;<br>方法or属性:onWindowStageCreate(windowStage: window.WindowStage): void;<br>新版本信息:crossplatform|@ohos.app.ability.UIAbility.d.ts|
|跨平台能力有变化|类名:UIAbility;<br>方法or属性:onWindowStageDestroy(): void;<br>旧版本信息:|类名:UIAbility;<br>方法or属性:onWindowStageDestroy(): void;<br>新版本信息:crossplatform|@ohos.app.ability.UIAbility.d.ts|
|跨平台能力有变化|类名:UIAbility;<br>方法or属性:onDestroy(): void \| Promise\<void>;<br>旧版本信息:|类名:UIAbility;<br>方法or属性:onDestroy(): void \| Promise\<void>;<br>新版本信息:crossplatform|@ohos.app.ability.UIAbility.d.ts|
|跨平台能力有变化|类名:UIAbility;<br>方法or属性:onForeground(): void;<br>旧版本信息:|类名:UIAbility;<br>方法or属性:onForeground(): void;<br>新版本信息:crossplatform|@ohos.app.ability.UIAbility.d.ts|
|跨平台能力有变化|类名:UIAbility;<br>方法or属性:onBackground(): void;<br>旧版本信息:|类名:UIAbility;<br>方法or属性:onBackground(): void;<br>新版本信息:crossplatform|@ohos.app.ability.UIAbility.d.ts|
|跨平台能力有变化|类名:UIAbility;<br>方法or属性:onNewWant(want: Want, launchParam: AbilityConstant.LaunchParam): void;<br>旧版本信息:|类名:UIAbility;<br>方法or属性:onNewWant(want: Want, launchParam: AbilityConstant.LaunchParam): void;<br>新版本信息:crossplatform|@ohos.app.ability.UIAbility.d.ts|
|跨平台能力有变化|类名:Want;<br>方法or属性:export default class Want<br>旧版本信息:|类名:Want;<br>方法or属性:export default class Want<br>新版本信息:crossplatform|@ohos.app.ability.Want.d.ts|
|跨平台能力有变化|类名:Want;<br>方法or属性:bundleName?: string;<br>旧版本信息:|类名:Want;<br>方法or属性:bundleName?: string;<br>新版本信息:crossplatform|@ohos.app.ability.Want.d.ts|
|跨平台能力有变化|类名:Want;<br>方法or属性:abilityName?: string;<br>旧版本信息:|类名:Want;<br>方法or属性:abilityName?: string;<br>新版本信息:crossplatform|@ohos.app.ability.Want.d.ts|
|跨平台能力有变化|类名:Want;<br>方法or属性:parameters?: { [key: string]: Object };<br>旧版本信息:|类名:Want;<br>方法or属性:parameters?: { [key: string]: Object };<br>新版本信息:crossplatform|@ohos.app.ability.Want.d.ts|
|跨平台能力有变化|类名:Want;<br>方法or属性:moduleName?: string;<br>旧版本信息:|类名:Want;<br>方法or属性:moduleName?: string;<br>新版本信息:crossplatform|@ohos.app.ability.Want.d.ts|
|跨平台能力有变化|类名:AbilityDelegator;<br>方法or属性:export interface AbilityDelegator<br>旧版本信息:|类名:AbilityDelegator;<br>方法or属性:export interface AbilityDelegator<br>新版本信息:crossplatform|AbilityDelegator.d.ts|
|跨平台能力有变化|类名:AbilityDelegator;<br>方法or属性:addAbilityMonitor(monitor: AbilityMonitor, callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:AbilityDelegator;<br>方法or属性:addAbilityMonitor(monitor: AbilityMonitor, callback: AsyncCallback\<void>): void;<br>新版本信息:crossplatform|AbilityDelegator.d.ts|
|跨平台能力有变化|类名:AbilityDelegator;<br>方法or属性:addAbilityMonitor(monitor: AbilityMonitor): Promise\<void>;<br>旧版本信息:|类名:AbilityDelegator;<br>方法or属性:addAbilityMonitor(monitor: AbilityMonitor): Promise\<void>;<br>新版本信息:crossplatform|AbilityDelegator.d.ts|
|跨平台能力有变化|类名:AbilityDelegator;<br>方法or属性:addAbilityStageMonitor(monitor: AbilityStageMonitor, callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:AbilityDelegator;<br>方法or属性:addAbilityStageMonitor(monitor: AbilityStageMonitor, callback: AsyncCallback\<void>): void;<br>新版本信息:crossplatform|AbilityDelegator.d.ts|
|跨平台能力有变化|类名:AbilityDelegator;<br>方法or属性:addAbilityStageMonitor(monitor: AbilityStageMonitor): Promise\<void>;<br>旧版本信息:|类名:AbilityDelegator;<br>方法or属性:addAbilityStageMonitor(monitor: AbilityStageMonitor): Promise\<void>;<br>新版本信息:crossplatform|AbilityDelegator.d.ts|
|跨平台能力有变化|类名:AbilityDelegator;<br>方法or属性:removeAbilityMonitor(monitor: AbilityMonitor, callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:AbilityDelegator;<br>方法or属性:removeAbilityMonitor(monitor: AbilityMonitor, callback: AsyncCallback\<void>): void;<br>新版本信息:crossplatform|AbilityDelegator.d.ts|
|跨平台能力有变化|类名:AbilityDelegator;<br>方法or属性:removeAbilityMonitor(monitor: AbilityMonitor): Promise\<void>;<br>旧版本信息:|类名:AbilityDelegator;<br>方法or属性:removeAbilityMonitor(monitor: AbilityMonitor): Promise\<void>;<br>新版本信息:crossplatform|AbilityDelegator.d.ts|
|跨平台能力有变化|类名:AbilityDelegator;<br>方法or属性:removeAbilityStageMonitor(monitor: AbilityStageMonitor, callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:AbilityDelegator;<br>方法or属性:removeAbilityStageMonitor(monitor: AbilityStageMonitor, callback: AsyncCallback\<void>): void;<br>新版本信息:crossplatform|AbilityDelegator.d.ts|
|跨平台能力有变化|类名:AbilityDelegator;<br>方法or属性:removeAbilityStageMonitor(monitor: AbilityStageMonitor): Promise\<void>;<br>旧版本信息:|类名:AbilityDelegator;<br>方法or属性:removeAbilityStageMonitor(monitor: AbilityStageMonitor): Promise\<void>;<br>新版本信息:crossplatform|AbilityDelegator.d.ts|
|跨平台能力有变化|类名:AbilityDelegator;<br>方法or属性:waitAbilityMonitor(monitor: AbilityMonitor, callback: AsyncCallback\<UIAbility>): void;<br>旧版本信息:|类名:AbilityDelegator;<br>方法or属性:waitAbilityMonitor(monitor: AbilityMonitor, callback: AsyncCallback\<UIAbility>): void;<br>新版本信息:crossplatform|AbilityDelegator.d.ts|
|跨平台能力有变化|类名:AbilityDelegator;<br>方法or属性:waitAbilityMonitor(monitor: AbilityMonitor, timeout: number, callback: AsyncCallback\<UIAbility>): void;<br>旧版本信息:|类名:AbilityDelegator;<br>方法or属性:waitAbilityMonitor(monitor: AbilityMonitor, timeout: number, callback: AsyncCallback\<UIAbility>): void;<br>新版本信息:crossplatform|AbilityDelegator.d.ts|
|跨平台能力有变化|类名:AbilityDelegator;<br>方法or属性:waitAbilityMonitor(monitor: AbilityMonitor, timeout?: number): Promise\<UIAbility>;<br>旧版本信息:|类名:AbilityDelegator;<br>方法or属性:waitAbilityMonitor(monitor: AbilityMonitor, timeout?: number): Promise\<UIAbility>;<br>新版本信息:crossplatform|AbilityDelegator.d.ts|
|跨平台能力有变化|类名:AbilityDelegator;<br>方法or属性:waitAbilityStageMonitor(monitor: AbilityStageMonitor, callback: AsyncCallback\<AbilityStage>): void;<br>旧版本信息:|类名:AbilityDelegator;<br>方法or属性:waitAbilityStageMonitor(monitor: AbilityStageMonitor, callback: AsyncCallback\<AbilityStage>): void;<br>新版本信息:crossplatform|AbilityDelegator.d.ts|
|跨平台能力有变化|类名:AbilityDelegator;<br>方法or属性:waitAbilityStageMonitor(monitor: AbilityStageMonitor, timeout: number, callback: AsyncCallback\<AbilityStage>): void;<br>旧版本信息:|类名:AbilityDelegator;<br>方法or属性:waitAbilityStageMonitor(monitor: AbilityStageMonitor, timeout: number, callback: AsyncCallback\<AbilityStage>): void;<br>新版本信息:crossplatform|AbilityDelegator.d.ts|
|跨平台能力有变化|类名:AbilityDelegator;<br>方法or属性:waitAbilityStageMonitor(monitor: AbilityStageMonitor, timeout?: number): Promise\<AbilityStage>;<br>旧版本信息:|类名:AbilityDelegator;<br>方法or属性:waitAbilityStageMonitor(monitor: AbilityStageMonitor, timeout?: number): Promise\<AbilityStage>;<br>新版本信息:crossplatform|AbilityDelegator.d.ts|
|跨平台能力有变化|类名:AbilityDelegator;<br>方法or属性:getAppContext(): Context;<br>旧版本信息:|类名:AbilityDelegator;<br>方法or属性:getAppContext(): Context;<br>新版本信息:crossplatform|AbilityDelegator.d.ts|
|跨平台能力有变化|类名:AbilityDelegator;<br>方法or属性:getAbilityState(ability: UIAbility): number;<br>旧版本信息:|类名:AbilityDelegator;<br>方法or属性:getAbilityState(ability: UIAbility): number;<br>新版本信息:crossplatform|AbilityDelegator.d.ts|
|跨平台能力有变化|类名:AbilityDelegator;<br>方法or属性:getCurrentTopAbility(callback: AsyncCallback\<UIAbility>): void;<br>旧版本信息:|类名:AbilityDelegator;<br>方法or属性:getCurrentTopAbility(callback: AsyncCallback\<UIAbility>): void;<br>新版本信息:crossplatform|AbilityDelegator.d.ts|
|跨平台能力有变化|类名:AbilityDelegator;<br>方法or属性:getCurrentTopAbility(): Promise\<UIAbility>;<br>旧版本信息:|类名:AbilityDelegator;<br>方法or属性:getCurrentTopAbility(): Promise\<UIAbility>;<br>新版本信息:crossplatform|AbilityDelegator.d.ts|
|跨平台能力有变化|类名:AbilityDelegator;<br>方法or属性:startAbility(want: Want, callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:AbilityDelegator;<br>方法or属性:startAbility(want: Want, callback: AsyncCallback\<void>): void;<br>新版本信息:crossplatform|AbilityDelegator.d.ts|
|跨平台能力有变化|类名:AbilityDelegator;<br>方法or属性:startAbility(want: Want): Promise\<void>;<br>旧版本信息:|类名:AbilityDelegator;<br>方法or属性:startAbility(want: Want): Promise\<void>;<br>新版本信息:crossplatform|AbilityDelegator.d.ts|
|跨平台能力有变化|类名:AbilityDelegator;<br>方法or属性:doAbilityForeground(ability: UIAbility, callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:AbilityDelegator;<br>方法or属性:doAbilityForeground(ability: UIAbility, callback: AsyncCallback\<void>): void;<br>新版本信息:crossplatform|AbilityDelegator.d.ts|
|跨平台能力有变化|类名:AbilityDelegator;<br>方法or属性:doAbilityForeground(ability: UIAbility): Promise\<void>;<br>旧版本信息:|类名:AbilityDelegator;<br>方法or属性:doAbilityForeground(ability: UIAbility): Promise\<void>;<br>新版本信息:crossplatform|AbilityDelegator.d.ts|
|跨平台能力有变化|类名:AbilityDelegator;<br>方法or属性:doAbilityBackground(ability: UIAbility, callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:AbilityDelegator;<br>方法or属性:doAbilityBackground(ability: UIAbility, callback: AsyncCallback\<void>): void;<br>新版本信息:crossplatform|AbilityDelegator.d.ts|
|跨平台能力有变化|类名:AbilityDelegator;<br>方法or属性:doAbilityBackground(ability: UIAbility): Promise\<void>;<br>旧版本信息:|类名:AbilityDelegator;<br>方法or属性:doAbilityBackground(ability: UIAbility): Promise\<void>;<br>新版本信息:crossplatform|AbilityDelegator.d.ts|
|跨平台能力有变化|类名:AbilityDelegator;<br>方法or属性:print(msg: string, callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:AbilityDelegator;<br>方法or属性:print(msg: string, callback: AsyncCallback\<void>): void;<br>新版本信息:crossplatform|AbilityDelegator.d.ts|
|跨平台能力有变化|类名:AbilityDelegator;<br>方法or属性:print(msg: string): Promise\<void>;<br>旧版本信息:|类名:AbilityDelegator;<br>方法or属性:print(msg: string): Promise\<void>;<br>新版本信息:crossplatform|AbilityDelegator.d.ts|
|跨平台能力有变化|类名:AbilityDelegator;<br>方法or属性:printSync(msg: string): void;<br>旧版本信息:|类名:AbilityDelegator;<br>方法or属性:printSync(msg: string): void;<br>新版本信息:crossplatform|AbilityDelegator.d.ts|
|跨平台能力有变化|类名:AbilityDelegator;<br>方法or属性:finishTest(msg: string, code: number, callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:AbilityDelegator;<br>方法or属性:finishTest(msg: string, code: number, callback: AsyncCallback\<void>): void;<br>新版本信息:crossplatform|AbilityDelegator.d.ts|
|跨平台能力有变化|类名:AbilityDelegator;<br>方法or属性:finishTest(msg: string, code: number): Promise\<void>;<br>旧版本信息:|类名:AbilityDelegator;<br>方法or属性:finishTest(msg: string, code: number): Promise\<void>;<br>新版本信息:crossplatform|AbilityDelegator.d.ts|
|跨平台能力有变化|类名:AbilityDelegatorArgs;<br>方法or属性:export interface AbilityDelegatorArgs<br>旧版本信息:|类名:AbilityDelegatorArgs;<br>方法or属性:export interface AbilityDelegatorArgs<br>新版本信息:crossplatform|abilityDelegatorArgs.d.ts|
|跨平台能力有变化|类名:AbilityDelegatorArgs;<br>方法or属性:bundleName: string;<br>旧版本信息:|类名:AbilityDelegatorArgs;<br>方法or属性:bundleName: string;<br>新版本信息:crossplatform|abilityDelegatorArgs.d.ts|
|跨平台能力有变化|类名:AbilityDelegatorArgs;<br>方法or属性:parameters: { [key: string]: string };<br>旧版本信息:|类名:AbilityDelegatorArgs;<br>方法or属性:parameters: { [key: string]: string };<br>新版本信息:crossplatform|abilityDelegatorArgs.d.ts|
|跨平台能力有变化|类名:AbilityDelegatorArgs;<br>方法or属性:testCaseNames: string;<br>旧版本信息:|类名:AbilityDelegatorArgs;<br>方法or属性:testCaseNames: string;<br>新版本信息:crossplatform|abilityDelegatorArgs.d.ts|
|跨平台能力有变化|类名:AbilityDelegatorArgs;<br>方法or属性:testRunnerClassName: string;<br>旧版本信息:|类名:AbilityDelegatorArgs;<br>方法or属性:testRunnerClassName: string;<br>新版本信息:crossplatform|abilityDelegatorArgs.d.ts|
|跨平台能力有变化|类名:AbilityMonitor;<br>方法or属性:export interface AbilityMonitor<br>旧版本信息:|类名:AbilityMonitor;<br>方法or属性:export interface AbilityMonitor<br>新版本信息:crossplatform|AbilityMonitor.d.ts|
|跨平台能力有变化|类名:AbilityMonitor;<br>方法or属性:abilityName: string;<br>旧版本信息:|类名:AbilityMonitor;<br>方法or属性:abilityName: string;<br>新版本信息:crossplatform|AbilityMonitor.d.ts|
|跨平台能力有变化|类名:AbilityMonitor;<br>方法or属性:moduleName?: string;<br>旧版本信息:|类名:AbilityMonitor;<br>方法or属性:moduleName?: string;<br>新版本信息:crossplatform|AbilityMonitor.d.ts|
|跨平台能力有变化|类名:AbilityMonitor;<br>方法or属性:onAbilityCreate?: (ability: UIAbility) => void;<br>旧版本信息:|类名:AbilityMonitor;<br>方法or属性:onAbilityCreate?: (ability: UIAbility) => void;<br>新版本信息:crossplatform|AbilityMonitor.d.ts|
|跨平台能力有变化|类名:AbilityMonitor;<br>方法or属性:onAbilityForeground?: (ability: UIAbility) => void;<br>旧版本信息:|类名:AbilityMonitor;<br>方法or属性:onAbilityForeground?: (ability: UIAbility) => void;<br>新版本信息:crossplatform|AbilityMonitor.d.ts|
|跨平台能力有变化|类名:AbilityMonitor;<br>方法or属性:onAbilityBackground?: (ability: UIAbility) => void;<br>旧版本信息:|类名:AbilityMonitor;<br>方法or属性:onAbilityBackground?: (ability: UIAbility) => void;<br>新版本信息:crossplatform|AbilityMonitor.d.ts|
|跨平台能力有变化|类名:AbilityMonitor;<br>方法or属性:onAbilityDestroy?: (ability: UIAbility) => void;<br>旧版本信息:|类名:AbilityMonitor;<br>方法or属性:onAbilityDestroy?: (ability: UIAbility) => void;<br>新版本信息:crossplatform|AbilityMonitor.d.ts|
|跨平台能力有变化|类名:AbilityMonitor;<br>方法or属性:onWindowStageCreate?: (ability: UIAbility) => void;<br>旧版本信息:|类名:AbilityMonitor;<br>方法or属性:onWindowStageCreate?: (ability: UIAbility) => void;<br>新版本信息:crossplatform|AbilityMonitor.d.ts|
|跨平台能力有变化|类名:AbilityMonitor;<br>方法or属性:onWindowStageDestroy?: (ability: UIAbility) => void;<br>旧版本信息:|类名:AbilityMonitor;<br>方法or属性:onWindowStageDestroy?: (ability: UIAbility) => void;<br>新版本信息:crossplatform|AbilityMonitor.d.ts|
|跨平台能力有变化|类名:AbilityStageContext;<br>方法or属性:export default class AbilityStageContext<br>旧版本信息:|类名:AbilityStageContext;<br>方法or属性:export default class AbilityStageContext<br>新版本信息:crossplatform|AbilityStageContext.d.ts|
|跨平台能力有变化|类名:AbilityStageContext;<br>方法or属性:currentHapModuleInfo: HapModuleInfo;<br>旧版本信息:|类名:AbilityStageContext;<br>方法or属性:currentHapModuleInfo: HapModuleInfo;<br>新版本信息:crossplatform|AbilityStageContext.d.ts|
|跨平台能力有变化|类名:AbilityStageContext;<br>方法or属性:config: Configuration;<br>旧版本信息:|类名:AbilityStageContext;<br>方法or属性:config: Configuration;<br>新版本信息:crossplatform|AbilityStageContext.d.ts|
|跨平台能力有变化|类名:AbilityStageMonitor;<br>方法or属性:export interface AbilityStageMonitor<br>旧版本信息:|类名:AbilityStageMonitor;<br>方法or属性:export interface AbilityStageMonitor<br>新版本信息:crossplatform|AbilityStageMonitor.d.ts|
|跨平台能力有变化|类名:AbilityStageMonitor;<br>方法or属性:moduleName: string;<br>旧版本信息:|类名:AbilityStageMonitor;<br>方法or属性:moduleName: string;<br>新版本信息:crossplatform|AbilityStageMonitor.d.ts|
|跨平台能力有变化|类名:AbilityStageMonitor;<br>方法or属性:srcEntrance: string;<br>旧版本信息:|类名:AbilityStageMonitor;<br>方法or属性:srcEntrance: string;<br>新版本信息:crossplatform|AbilityStageMonitor.d.ts|
|跨平台能力有变化|类名:ApplicationContext;<br>方法or属性:export default class ApplicationContext<br>旧版本信息:|类名:ApplicationContext;<br>方法or属性:export default class ApplicationContext<br>新版本信息:crossplatform|ApplicationContext.d.ts|
|跨平台能力有变化|类名:ApplicationContext;<br>方法or属性:on(type: 'abilityLifecycle', callback: AbilityLifecycleCallback): number;<br>旧版本信息:|类名:ApplicationContext;<br>方法or属性:on(type: 'abilityLifecycle', callback: AbilityLifecycleCallback): number;<br>新版本信息:crossplatform|ApplicationContext.d.ts|
|跨平台能力有变化|类名:ApplicationContext;<br>方法or属性:off(type: 'abilityLifecycle', callbackId: number, callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:ApplicationContext;<br>方法or属性:off(type: 'abilityLifecycle', callbackId: number, callback: AsyncCallback\<void>): void;<br>新版本信息:crossplatform|ApplicationContext.d.ts|
|跨平台能力有变化|类名:ApplicationContext;<br>方法or属性:getRunningProcessInformation(): Promise\<Array\<ProcessInformation>>;<br>旧版本信息:|类名:ApplicationContext;<br>方法or属性:getRunningProcessInformation(): Promise\<Array\<ProcessInformation>>;<br>新版本信息:crossplatform|ApplicationContext.d.ts|
|跨平台能力有变化|类名:ApplicationContext;<br>方法or属性:getRunningProcessInformation(callback: AsyncCallback\<Array\<ProcessInformation>>): void;<br>旧版本信息:|类名:ApplicationContext;<br>方法or属性:getRunningProcessInformation(callback: AsyncCallback\<Array\<ProcessInformation>>): void;<br>新版本信息:crossplatform|ApplicationContext.d.ts|
|跨平台能力有变化|类名:BaseContext;<br>方法or属性:export default abstract class BaseContext<br>旧版本信息:|类名:BaseContext;<br>方法or属性:export default abstract class BaseContext<br>新版本信息:crossplatform|BaseContext.d.ts|
|跨平台能力有变化|类名:BaseContext;<br>方法or属性:stageMode: boolean;<br>旧版本信息:|类名:BaseContext;<br>方法or属性:stageMode: boolean;<br>新版本信息:crossplatform|BaseContext.d.ts|
|跨平台能力有变化|类名:Context;<br>方法or属性:export default class Context<br>旧版本信息:|类名:Context;<br>方法or属性:export default class Context<br>新版本信息:crossplatform|Context.d.ts|
|跨平台能力有变化|类名:Context;<br>方法or属性:resourceManager: resmgr.ResourceManager;<br>旧版本信息:|类名:Context;<br>方法or属性:resourceManager: resmgr.ResourceManager;<br>新版本信息:crossplatform|Context.d.ts|
|跨平台能力有变化|类名:Context;<br>方法or属性:applicationInfo: ApplicationInfo;<br>旧版本信息:|类名:Context;<br>方法or属性:applicationInfo: ApplicationInfo;<br>新版本信息:crossplatform|Context.d.ts|
|跨平台能力有变化|类名:Context;<br>方法or属性:cacheDir: string;<br>旧版本信息:|类名:Context;<br>方法or属性:cacheDir: string;<br>新版本信息:crossplatform|Context.d.ts|
|跨平台能力有变化|类名:Context;<br>方法or属性:tempDir: string;<br>旧版本信息:|类名:Context;<br>方法or属性:tempDir: string;<br>新版本信息:crossplatform|Context.d.ts|
|跨平台能力有变化|类名:Context;<br>方法or属性:filesDir: string;<br>旧版本信息:|类名:Context;<br>方法or属性:filesDir: string;<br>新版本信息:crossplatform|Context.d.ts|
|跨平台能力有变化|类名:Context;<br>方法or属性:databaseDir: string;<br>旧版本信息:|类名:Context;<br>方法or属性:databaseDir: string;<br>新版本信息:crossplatform|Context.d.ts|
|跨平台能力有变化|类名:Context;<br>方法or属性:preferencesDir: string;<br>旧版本信息:|类名:Context;<br>方法or属性:preferencesDir: string;<br>新版本信息:crossplatform|Context.d.ts|
|跨平台能力有变化|类名:Context;<br>方法or属性:bundleCodeDir: string;<br>旧版本信息:|类名:Context;<br>方法or属性:bundleCodeDir: string;<br>新版本信息:crossplatform|Context.d.ts|
|跨平台能力有变化|类名:Context;<br>方法or属性:createModuleContext(moduleName: string): Context;<br>旧版本信息:|类名:Context;<br>方法or属性:createModuleContext(moduleName: string): Context;<br>新版本信息:crossplatform|Context.d.ts|
|跨平台能力有变化|类名:Context;<br>方法or属性:getApplicationContext(): ApplicationContext;<br>旧版本信息:|类名:Context;<br>方法or属性:getApplicationContext(): ApplicationContext;<br>新版本信息:crossplatform|Context.d.ts|
|跨平台能力有变化|类名:ProcessInformation;<br>方法or属性:export interface ProcessInformation<br>旧版本信息:|类名:ProcessInformation;<br>方法or属性:export interface ProcessInformation<br>新版本信息:crossplatform|ProcessInformation.d.ts|
|跨平台能力有变化|类名:ProcessInformation;<br>方法or属性:pid: number;<br>旧版本信息:|类名:ProcessInformation;<br>方法or属性:pid: number;<br>新版本信息:crossplatform|ProcessInformation.d.ts|
|跨平台能力有变化|类名:ProcessInformation;<br>方法or属性:processName: string;<br>旧版本信息:|类名:ProcessInformation;<br>方法or属性:processName: string;<br>新版本信息:crossplatform|ProcessInformation.d.ts|
|跨平台能力有变化|类名:ProcessInformation;<br>方法or属性:bundleNames: Array\<string>;<br>旧版本信息:|类名:ProcessInformation;<br>方法or属性:bundleNames: Array\<string>;<br>新版本信息:crossplatform|ProcessInformation.d.ts|
|跨平台能力有变化|类名:UIAbilityContext;<br>方法or属性:export default class UIAbilityContext<br>旧版本信息:|类名:UIAbilityContext;<br>方法or属性:export default class UIAbilityContext<br>新版本信息:crossplatform|UIAbilityContext.d.ts|
|跨平台能力有变化|类名:UIAbilityContext;<br>方法or属性:abilityInfo: AbilityInfo;<br>旧版本信息:|类名:UIAbilityContext;<br>方法or属性:abilityInfo: AbilityInfo;<br>新版本信息:crossplatform|UIAbilityContext.d.ts|
|跨平台能力有变化|类名:UIAbilityContext;<br>方法or属性:currentHapModuleInfo: HapModuleInfo;<br>旧版本信息:|类名:UIAbilityContext;<br>方法or属性:currentHapModuleInfo: HapModuleInfo;<br>新版本信息:crossplatform|UIAbilityContext.d.ts|
|跨平台能力有变化|类名:UIAbilityContext;<br>方法or属性:config: Configuration;<br>旧版本信息:|类名:UIAbilityContext;<br>方法or属性:config: Configuration;<br>新版本信息:crossplatform|UIAbilityContext.d.ts|
|跨平台能力有变化|类名:UIAbilityContext;<br>方法or属性:startAbility(want: Want, callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:UIAbilityContext;<br>方法or属性:startAbility(want: Want, callback: AsyncCallback\<void>): void;<br>新版本信息:crossplatform|UIAbilityContext.d.ts|
|跨平台能力有变化|类名:UIAbilityContext;<br>方法or属性:terminateSelf(callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:UIAbilityContext;<br>方法or属性:terminateSelf(callback: AsyncCallback\<void>): void;<br>新版本信息:crossplatform|UIAbilityContext.d.ts|
|跨平台能力有变化|类名:UIAbilityContext;<br>方法or属性:terminateSelf(): Promise\<void>;<br>旧版本信息:|类名:UIAbilityContext;<br>方法or属性:terminateSelf(): Promise\<void>;<br>新版本信息:crossplatform|UIAbilityContext.d.ts|