1| 操作 | 旧版本 | 新版本 | d.ts文件 | 2| ---- | ------ | ------ | -------- | 3|新增|NA|类名:FormProviderFilter;<br>方法or属性:bundleName: string;|@ohos.app.form.formInfo.d.ts| 4|新增|NA|类名:FormProviderFilter;<br>方法or属性:moduleName?: string;|@ohos.app.form.formInfo.d.ts| 5|新增|NA|类名:LaunchReason;<br>方法or属性:SHARE = 5|@ohos.app.ability.AbilityConstant.d.ts| 6|新增|NA|类名:LastExitReason;<br>方法or属性:CPP_CRASH = 3|@ohos.app.ability.AbilityConstant.d.ts| 7|新增|NA|类名:LastExitReason;<br>方法or属性:JS_ERROR = 4|@ohos.app.ability.AbilityConstant.d.ts| 8|新增|NA|类名:LastExitReason;<br>方法or属性:APP_FREEZE = 5|@ohos.app.ability.AbilityConstant.d.ts| 9|新增|NA|类名:LastExitReason;<br>方法or属性:PERFORMANCE_CONTROL = 6|@ohos.app.ability.AbilityConstant.d.ts| 10|新增|NA|类名:LastExitReason;<br>方法or属性:RESOURCE_CONTROL = 7|@ohos.app.ability.AbilityConstant.d.ts| 11|新增|NA|类名:LastExitReason;<br>方法or属性:UPGRADE = 8|@ohos.app.ability.AbilityConstant.d.ts| 12|新增|NA|类名:ContinueState;<br>方法or属性:ACTIVE = 0|@ohos.app.ability.AbilityConstant.d.ts| 13|新增|NA|类名:ContinueState;<br>方法or属性:INACTIVE = 1|@ohos.app.ability.AbilityConstant.d.ts| 14|新增|NA|类名:abilityManager;<br>方法or属性:function acquireShareData(missionId: number, callback: AsyncCallback\<{ [key: string]: Object }>): void;|@ohos.app.ability.abilityManager.d.ts| 15|新增|NA|类名:abilityManager;<br>方法or属性:function acquireShareData(missionId: number): Promise\<{ [key: string]: Object }>;|@ohos.app.ability.abilityManager.d.ts| 16|新增|NA|类名:abilityManager;<br>方法or属性:function notifySaveAsResult(parameter: AbilityResult, requestCode: number, callback: AsyncCallback\<void>): void;|@ohos.app.ability.abilityManager.d.ts| 17|新增|NA|类名:abilityManager;<br>方法or属性:function notifySaveAsResult(parameter: AbilityResult, requestCode: number): Promise\<void>;|@ohos.app.ability.abilityManager.d.ts| 18|新增|NA|类名:ApplicationStateChangeCallback;<br>方法or属性:onApplicationForeground(): void;|@ohos.app.ability.ApplicationStateChangeCallback.d.ts| 19|新增|NA|类名:ApplicationStateChangeCallback;<br>方法or属性:onApplicationBackground(): void;|@ohos.app.ability.ApplicationStateChangeCallback.d.ts| 20|新增|NA|类名:appManager;<br>方法or属性:function isSharedBundleRunning(bundleName: string, versionCode: number): Promise\<boolean>;|@ohos.app.ability.appManager.d.ts| 21|新增|NA|类名:appManager;<br>方法or属性:function isSharedBundleRunning(bundleName: string, versionCode: number, callback: AsyncCallback\<boolean>): void;|@ohos.app.ability.appManager.d.ts| 22|新增|NA|类名:appManager;<br>方法or属性:function getProcessMemoryByPid(pid: number): Promise\<number>;|@ohos.app.ability.appManager.d.ts| 23|新增|NA|类名:appManager;<br>方法or属性:function getProcessMemoryByPid(pid: number, callback: AsyncCallback\<number>): void;|@ohos.app.ability.appManager.d.ts| 24|新增|NA|类名:appManager;<br>方法or属性:function getRunningProcessInfoByBundleName(bundleName: string, callback: AsyncCallback\<Array\<ProcessInformation>>): void;|@ohos.app.ability.appManager.d.ts| 25|新增|NA|类名:appManager;<br>方法or属性:function getRunningProcessInfoByBundleName(bundleName: string, userId: number, callback: AsyncCallback\<Array\<ProcessInformation>>): void;|@ohos.app.ability.appManager.d.ts| 26|新增|NA|类名:appManager;<br>方法or属性:function getRunningProcessInfoByBundleName(bundleName: string): Promise\<Array\<ProcessInformation>>;|@ohos.app.ability.appManager.d.ts| 27|新增|NA|类名:appManager;<br>方法or属性:function getRunningProcessInfoByBundleName(bundleName: string, userId: number): Promise\<Array\<ProcessInformation>>;|@ohos.app.ability.appManager.d.ts| 28|新增|NA|类名:appManager;<br>方法or属性:export type ProcessData = _ProcessData.default;|@ohos.app.ability.appManager.d.ts| 29|新增|NA|类名:appRecovery;<br>方法or属性:function setRestartWant(want: Want): void;|@ohos.app.ability.appRecovery.d.ts| 30|新增|NA|类名:appRecovery;<br>方法or属性:function saveAppState(context?: UIAbilityContext): boolean;|@ohos.app.ability.appRecovery.d.ts| 31|新增|NA|类名:common;<br>方法or属性:export type UIExtensionContext = _UIExtensionContext.default;|@ohos.app.ability.common.d.ts| 32|新增|NA|类名:WindowRect;<br>方法or属性:left: number;|@ohos.app.ability.dialogRequest.d.ts| 33|新增|NA|类名:WindowRect;<br>方法or属性:top: number;|@ohos.app.ability.dialogRequest.d.ts| 34|新增|NA|类名:WindowRect;<br>方法or属性:width: number;|@ohos.app.ability.dialogRequest.d.ts| 35|新增|NA|类名:WindowRect;<br>方法or属性:height: number;|@ohos.app.ability.dialogRequest.d.ts| 36|新增|NA|类名:RequestInfo;<br>方法or属性:windowRect?: WindowRect|@ohos.app.ability.dialogRequest.d.ts| 37|新增|NA|类名:RequestResult;<br>方法or属性:want?: Want;|@ohos.app.ability.dialogRequest.d.ts| 38|新增|NA|类名:missionManager;<br>方法or属性:function moveMissionsToForeground(missionIds: Array\<number>, callback: AsyncCallback\<void>): void;|@ohos.app.ability.missionManager.d.ts| 39|新增|NA|类名:missionManager;<br>方法or属性:function moveMissionsToForeground(missionIds: Array\<number>, topMission: number, callback: AsyncCallback\<void>): void;|@ohos.app.ability.missionManager.d.ts| 40|新增|NA|类名:missionManager;<br>方法or属性:function moveMissionsToForeground(missionIds: Array\<number>, topMission?: number): Promise\<void>;|@ohos.app.ability.missionManager.d.ts| 41|新增|NA|类名:missionManager;<br>方法or属性:function moveMissionsToBackground(missionIds: Array\<number>, callback: AsyncCallback\<Array\<number>>): void;|@ohos.app.ability.missionManager.d.ts| 42|新增|NA|类名:missionManager;<br>方法or属性:function moveMissionsToBackground(missionIds: Array\<number>): Promise\<Array\<number>>;|@ohos.app.ability.missionManager.d.ts| 43|新增|NA|类名:quickFixManager;<br>方法or属性:function revokeQuickFix(bundleName: string, callback: AsyncCallback\<void>): void;|@ohos.app.ability.quickFixManager.d.ts| 44|新增|NA|类名:quickFixManager;<br>方法or属性:function revokeQuickFix(bundleName: string): Promise\<void>;|@ohos.app.ability.quickFixManager.d.ts| 45|新增|NA|类名:Caller;<br>方法or属性:onRemoteStateChange(callback: OnRemoteStateChangeCallback): void;|@ohos.app.ability.UIAbility.d.ts| 46|新增|NA|类名:UIAbility;<br>方法or属性:onShare(wantParam: { [key: string]: Object }): void;|@ohos.app.ability.UIAbility.d.ts| 47|新增|NA|类名:UIAbility;<br>方法or属性:onPrepareToTerminate(): boolean;|@ohos.app.ability.UIAbility.d.ts| 48|新增|NA|类名:UIAbility;<br>方法or属性:onBackPressed(): boolean;|@ohos.app.ability.UIAbility.d.ts| 49|新增|NA|类名:UIExtensionAbility;<br>方法or属性:context: UIExtensionContext;|@ohos.app.ability.UIExtensionAbility.d.ts| 50|新增|NA|类名:UIExtensionAbility;<br>方法or属性:onCreate(): void;|@ohos.app.ability.UIExtensionAbility.d.ts| 51|新增|NA|类名:UIExtensionAbility;<br>方法or属性:onSessionCreate(want: Want, session: UIExtensionContentSession): void;|@ohos.app.ability.UIExtensionAbility.d.ts| 52|新增|NA|类名:UIExtensionAbility;<br>方法or属性:onSessionDestroy(session: UIExtensionContentSession): void;|@ohos.app.ability.UIExtensionAbility.d.ts| 53|新增|NA|类名:UIExtensionAbility;<br>方法or属性:onForeground(): void;|@ohos.app.ability.UIExtensionAbility.d.ts| 54|新增|NA|类名:UIExtensionAbility;<br>方法or属性:onBackground(): void;|@ohos.app.ability.UIExtensionAbility.d.ts| 55|新增|NA|类名:UIExtensionAbility;<br>方法or属性:onDestroy(): void \| Promise\<void>;|@ohos.app.ability.UIExtensionAbility.d.ts| 56|新增|NA|类名:UIExtensionContentSession;<br>方法or属性:sendData(data: { [key: string]: Object }): void;|@ohos.app.ability.UIExtensionContentSession.d.ts| 57|新增|NA|类名:UIExtensionContentSession;<br>方法or属性:setReceiveDataCallback(callback: (data: { [key: string]: Object }) => void): void;|@ohos.app.ability.UIExtensionContentSession.d.ts| 58|新增|NA|类名:UIExtensionContentSession;<br>方法or属性:loadContent(path: string, storage?: LocalStorage): void;|@ohos.app.ability.UIExtensionContentSession.d.ts| 59|新增|NA|类名:UIExtensionContentSession;<br>方法or属性:startAbility(want: Want, callback: AsyncCallback\<void>): void;|@ohos.app.ability.UIExtensionContentSession.d.ts| 60|新增|NA|类名:UIExtensionContentSession;<br>方法or属性:startAbility(want: Want, options: StartOptions, callback: AsyncCallback\<void>): void;|@ohos.app.ability.UIExtensionContentSession.d.ts| 61|新增|NA|类名:UIExtensionContentSession;<br>方法or属性:startAbility(want: Want, options?: StartOptions): Promise\<void>;|@ohos.app.ability.UIExtensionContentSession.d.ts| 62|新增|NA|类名:UIExtensionContentSession;<br>方法or属性:startAbilityForResult(want: Want, callback: AsyncCallback\<AbilityResult>): void;|@ohos.app.ability.UIExtensionContentSession.d.ts| 63|新增|NA|类名:UIExtensionContentSession;<br>方法or属性:startAbilityForResult(want: Want, options: StartOptions, callback: AsyncCallback\<AbilityResult>): void;|@ohos.app.ability.UIExtensionContentSession.d.ts| 64|新增|NA|类名:UIExtensionContentSession;<br>方法or属性:startAbilityForResult(want: Want, options?: StartOptions): Promise\<AbilityResult>;|@ohos.app.ability.UIExtensionContentSession.d.ts| 65|新增|NA|类名:UIExtensionContentSession;<br>方法or属性:terminateSelf(callback: AsyncCallback\<void>): void;|@ohos.app.ability.UIExtensionContentSession.d.ts| 66|新增|NA|类名:UIExtensionContentSession;<br>方法or属性:terminateSelf(): Promise\<void>;|@ohos.app.ability.UIExtensionContentSession.d.ts| 67|新增|NA|类名:UIExtensionContentSession;<br>方法or属性:terminateSelfWithResult(parameter: AbilityResult, callback: AsyncCallback\<void>): void;|@ohos.app.ability.UIExtensionContentSession.d.ts| 68|新增|NA|类名:UIExtensionContentSession;<br>方法or属性:terminateSelfWithResult(parameter: AbilityResult): Promise\<void>;|@ohos.app.ability.UIExtensionContentSession.d.ts| 69|新增|NA|类名:UIExtensionContentSession;<br>方法or属性:setWindowBackgroundColor(color: string): void;|@ohos.app.ability.UIExtensionContentSession.d.ts| 70|新增|NA|类名:UIExtensionContentSession;<br>方法or属性:setWindowPrivacyMode(isPrivacyMode: boolean): Promise\<void>;|@ohos.app.ability.UIExtensionContentSession.d.ts| 71|新增|NA|类名:UIExtensionContentSession;<br>方法or属性:setWindowPrivacyMode(isPrivacyMode: boolean, callback: AsyncCallback\<void>): void;|@ohos.app.ability.UIExtensionContentSession.d.ts| 72|新增|NA|类名:Params;<br>方法or属性:ABILITY_RECOVERY_RESTART = 'ohos.ability.params.abilityRecoveryRestart'|@ohos.app.ability.wantConstant.d.ts| 73|新增|NA|类名:Params;<br>方法or属性:CONTENT_TITLE_KEY = 'ohos.extra.param.key.contentTitle'|@ohos.app.ability.wantConstant.d.ts| 74|新增|NA|类名:Params;<br>方法or属性:SHARE_ABSTRACT_KEY = 'ohos.extra.param.key.shareAbstract'|@ohos.app.ability.wantConstant.d.ts| 75|新增|NA|类名:Params;<br>方法or属性:SHARE_URL_KEY = 'ohos.extra.param.key.shareUrl'|@ohos.app.ability.wantConstant.d.ts| 76|新增|NA|类名:Params;<br>方法or属性:SUPPORT_CONTINUE_PAGE_STACK_KEY = 'ohos.extra.param.key.supportContinuePageStack'|@ohos.app.ability.wantConstant.d.ts| 77|新增|NA|类名:Params;<br>方法or属性:SUPPORT_CONTINUE_SOURCE_EXIT_KEY = 'ohos.extra.param.key.supportContinueSourceExit'|@ohos.app.ability.wantConstant.d.ts| 78|新增|NA|类名:Flags;<br>方法or属性:FLAG_AUTH_PERSISTABLE_URI_PERMISSION = 0x00000040|@ohos.app.ability.wantConstant.d.ts| 79|新增|NA|类名:businessAbilityRouter;<br>方法or属性:function queryBusinessAbilityInfo(<br> filter: BusinessAbilityFilter,<br> callback: AsyncCallback\<Array\<BusinessAbilityInfo>><br> ): void;|@ohos.app.businessAbilityRouter.d.ts| 80|新增|NA|类名:businessAbilityRouter;<br>方法or属性:function queryBusinessAbilityInfo(filter: BusinessAbilityFilter): Promise\<Array\<BusinessAbilityInfo>>;|@ohos.app.businessAbilityRouter.d.ts| 81|新增|NA|类名:businessAbilityRouter;<br>方法or属性:export type BusinessAbilityInfo = _BusinessAbilityInfo.BusinessAbilityInfo;|@ohos.app.businessAbilityRouter.d.ts| 82|新增|NA|类名:BusinessType;<br>方法or属性:SHARE = 0|@ohos.app.businessAbilityRouter.d.ts| 83|新增|NA|类名:BusinessType;<br>方法or属性:UNSPECIFIED = 255|@ohos.app.businessAbilityRouter.d.ts| 84|新增|NA|类名:BusinessAbilityFilter;<br>方法or属性:businessType: BusinessType;|@ohos.app.businessAbilityRouter.d.ts| 85|新增|NA|类名:BusinessAbilityFilter;<br>方法or属性:mimeType?: string;|@ohos.app.businessAbilityRouter.d.ts| 86|新增|NA|类名:BusinessAbilityFilter;<br>方法or属性:uri?: string;|@ohos.app.businessAbilityRouter.d.ts| 87|新增|NA|类名:FormBindingData;<br>方法or属性:proxies?: Array\<ProxyData>;|@ohos.app.form.formBindingData.d.ts| 88|新增|NA|类名:ProxyData;<br>方法or属性:key: string;|@ohos.app.form.formBindingData.d.ts| 89|新增|NA|类名:ProxyData;<br>方法or属性:subscriberId?: string;|@ohos.app.form.formBindingData.d.ts| 90|新增|NA|类名:FormExtensionAbility;<br>方法or属性:onAcquireFormData?(formId: string): { [key: string]: Object };|@ohos.app.form.FormExtensionAbility.d.ts| 91|新增|NA|类名:formHost;<br>方法or属性:function acquireFormData(formId: string, callback: AsyncCallback\<{ [key: string]: Object }>): void;|@ohos.app.form.formHost.d.ts| 92|新增|NA|类名:formHost;<br>方法or属性:function acquireFormData(formId: string): Promise\<{ [key: string]: Object }>;|@ohos.app.form.formHost.d.ts| 93|新增|NA|类名:FormInfo;<br>方法or属性:descriptionId: number;|@ohos.app.form.formInfo.d.ts| 94|新增|NA|类名:FormInfo;<br>方法or属性:isDynamic: boolean;|@ohos.app.form.formInfo.d.ts| 95|新增|NA|类名:FormParam;<br>方法or属性:LAUNCH_REASON_KEY = 'ohos.extra.param.key.form_launch_reason'|@ohos.app.form.formInfo.d.ts| 96|新增|NA|类名:FormParam;<br>方法or属性:PARAM_FORM_CUSTOMIZE_KEY = 'ohos.extra.param.key.form_customize'|@ohos.app.form.formInfo.d.ts| 97|新增|NA|类名:VisibilityType;<br>方法or属性:UNKNOWN = 0|@ohos.app.form.formInfo.d.ts| 98|新增|NA|类名:LaunchReason;<br>方法or属性:FORM_DEFAULT = 1|@ohos.app.form.formInfo.d.ts| 99|新增|NA|类名:LaunchReason;<br>方法or属性:FORM_SHARE|@ohos.app.form.formInfo.d.ts| 100|新增|NA|类名:FormProviderFilter;<br>方法or属性:formName?: string;|@ohos.app.form.formInfo.d.ts| 101|新增|NA|类名:FormProviderFilter;<br>方法or属性:abilityName?: string;|@ohos.app.form.formInfo.d.ts| 102|新增|NA|类名:RunningFormInfo;<br>方法or属性:readonly formId: string;|@ohos.app.form.formInfo.d.ts| 103|新增|NA|类名:RunningFormInfo;<br>方法or属性:readonly bundleName: string;|@ohos.app.form.formInfo.d.ts| 104|新增|NA|类名:RunningFormInfo;<br>方法or属性:readonly hostBundleName: string;|@ohos.app.form.formInfo.d.ts| 105|新增|NA|类名:RunningFormInfo;<br>方法or属性:readonly visibilityType: VisibilityType;|@ohos.app.form.formInfo.d.ts| 106|新增|NA|类名:RunningFormInfo;<br>方法or属性:readonly moduleName: string;|@ohos.app.form.formInfo.d.ts| 107|新增|NA|类名:RunningFormInfo;<br>方法or属性:readonly abilityName: string;|@ohos.app.form.formInfo.d.ts| 108|新增|NA|类名:RunningFormInfo;<br>方法or属性:readonly formName: string;|@ohos.app.form.formInfo.d.ts| 109|新增|NA|类名:RunningFormInfo;<br>方法or属性:readonly dimension: number;|@ohos.app.form.formInfo.d.ts| 110|新增|NA|类名:formObserver;<br>方法or属性:function on(type: 'formAdd', observerCallback: Callback\<formInfo.RunningFormInfo>): void;|@ohos.app.form.formObserver.d.ts| 111|新增|NA|类名:formObserver;<br>方法or属性:function on(type: 'formAdd', hostBundleName: string, observerCallback: Callback\<formInfo.RunningFormInfo>): void;|@ohos.app.form.formObserver.d.ts| 112|新增|NA|类名:formObserver;<br>方法or属性:function on(type: 'formRemove', observerCallback: Callback\<formInfo.RunningFormInfo>): void;|@ohos.app.form.formObserver.d.ts| 113|新增|NA|类名:formObserver;<br>方法or属性:function on(type: 'formRemove', hostBundleName: string, observerCallback: Callback\<formInfo.RunningFormInfo>): void;|@ohos.app.form.formObserver.d.ts| 114|新增|NA|类名:formObserver;<br>方法or属性:function on(type: 'notifyVisible', observerCallback: Callback\<Array\<formInfo.RunningFormInfo>>): void;|@ohos.app.form.formObserver.d.ts| 115|新增|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| 116|新增|NA|类名:formObserver;<br>方法or属性:function on(type: 'notifyInvisible', observerCallback: Callback\<Array\<formInfo.RunningFormInfo>>): void;|@ohos.app.form.formObserver.d.ts| 117|新增|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| 118|新增|NA|类名:formObserver;<br>方法or属性:function off(type: 'formAdd', hostBundleName?: string, observerCallback?: Callback\<formInfo.RunningFormInfo>): void;|@ohos.app.form.formObserver.d.ts| 119|新增|NA|类名:formObserver;<br>方法or属性:function off(type: 'formRemove', hostBundleName?: string, observerCallback?: Callback\<formInfo.RunningFormInfo>): void;|@ohos.app.form.formObserver.d.ts| 120|新增|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| 121|新增|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| 122|新增|NA|类名:formObserver;<br>方法or属性:function getRunningFormInfos(callback: AsyncCallback\<Array\<formInfo.RunningFormInfo>>, hostBundleName?: string): void;|@ohos.app.form.formObserver.d.ts| 123|新增|NA|类名:formObserver;<br>方法or属性:function getRunningFormInfos(hostBundleName?: string): Promise\<Array\<formInfo.RunningFormInfo>>;|@ohos.app.form.formObserver.d.ts| 124|新增|NA|类名:formObserver;<br>方法or属性:function getRunningFormInfosByFilter(<br> formProviderFilter: formInfo.FormProviderFilter<br> ): Promise\<Array\<formInfo.RunningFormInfo>>;|@ohos.app.form.formObserver.d.ts| 125|新增|NA|类名:formObserver;<br>方法or属性:function getRunningFormInfosByFilter(<br> formProviderFilter: formInfo.FormProviderFilter,<br> callback: AsyncCallback\<Array\<formInfo.RunningFormInfo>><br> ): void;|@ohos.app.form.formObserver.d.ts| 126|新增|NA|类名:formObserver;<br>方法or属性:function getRunningFormInfoById(formId: string): Promise\<formInfo.RunningFormInfo>;|@ohos.app.form.formObserver.d.ts| 127|新增|NA|类名:formObserver;<br>方法or属性:function getRunningFormInfoById(formId: string, callback: AsyncCallback\<formInfo.RunningFormInfo>): void;|@ohos.app.form.formObserver.d.ts| 128|新增|NA|类名:StaticSubscriberExtensionAbility;<br>方法or属性:context: StaticSubscriberExtensionContext;|@ohos.application.StaticSubscriberExtensionAbility.d.ts| 129|新增|NA|类名:StaticSubscriberExtensionContext;<br>方法or属性:startAbility(want: Want, callback: AsyncCallback\<void>): void;|@ohos.application.StaticSubscriberExtensionContext.d.ts| 130|新增|NA|类名:StaticSubscriberExtensionContext;<br>方法or属性:startAbility(want: Want): Promise\<void>;|@ohos.application.StaticSubscriberExtensionContext.d.ts| 131|新增|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| 132|新增|NA|类名:uriPermissionManager;<br>方法or属性:function grantUriPermission(uri: string, flag: wantConstant.Flags, targetBundleName: string): Promise\<number>;|@ohos.application.uriPermissionManager.d.ts| 133|新增|NA|类名:uriPermissionManager;<br>方法or属性:function revokeUriPermission(uri: string, targetBundleName: string, callback: AsyncCallback\<number>): void;|@ohos.application.uriPermissionManager.d.ts| 134|新增|NA|类名:uriPermissionManager;<br>方法or属性:function revokeUriPermission(uri: string, targetBundleName: string): Promise\<number>;|@ohos.application.uriPermissionManager.d.ts| 135|新增|NA|类名:continuationManager;<br>方法or属性:export type ContinuationResult = _ContinuationResult;|@ohos.continuation.continuationManager.d.ts| 136|新增|NA|类名:continuationManager;<br>方法or属性:export type ContinuationExtraParams = _ContinuationExtraParams;|@ohos.continuation.continuationManager.d.ts| 137|新增|NA|类名:distributedMissionManager;<br>方法or属性:function on(type: 'continueStateChange', callback: Callback\<{ state: ContinueState, info: ContinuableInfo }>): void;|@ohos.distributedMissionManager.d.ts| 138|新增|NA|类名:distributedMissionManager;<br>方法or属性:function off(type: 'continueStateChange', callback?: Callback\<{ state: ContinueState, info: ContinuableInfo }>): void;|@ohos.distributedMissionManager.d.ts| 139|新增|NA|类名:distributedMissionManager;<br>方法or属性:function continueMission(parameter: ContinueMissionInfo, callback: AsyncCallback\<void>): void;|@ohos.distributedMissionManager.d.ts| 140|新增|NA|类名:distributedMissionManager;<br>方法or属性:function continueMission(parameter: ContinueMissionInfo): Promise\<void>;|@ohos.distributedMissionManager.d.ts| 141|新增|NA|类名:distributedMissionManager;<br>方法or属性:export type ContinuableInfo = _ContinuableInfo;|@ohos.distributedMissionManager.d.ts| 142|新增|NA|类名:distributedMissionManager;<br>方法or属性:export type ContinueMissionInfo = _ContinueMissionInfo;|@ohos.distributedMissionManager.d.ts| 143|新增|NA|类名:distributedMissionManager;<br>方法or属性:export type ContinueCallback = _ContinueCallback;|@ohos.distributedMissionManager.d.ts| 144|新增|NA|类名:distributedMissionManager;<br>方法or属性:export type ContinueDeviceInfo = _ContinueDeviceInfo;|@ohos.distributedMissionManager.d.ts| 145|新增|NA|类名:distributedMissionManager;<br>方法or属性:export type MissionCallback = _MissionCallback;|@ohos.distributedMissionManager.d.ts| 146|新增|NA|类名:distributedMissionManager;<br>方法or属性:export type MissionDeviceInfo = _MissionDeviceInfo;|@ohos.distributedMissionManager.d.ts| 147|新增|NA|类名:distributedMissionManager;<br>方法or属性:export type MissionParameter = _MissionParameter;|@ohos.distributedMissionManager.d.ts| 148|新增|NA|类名:ContinueState;<br>方法or属性:ACTIVE = 0|@ohos.distributedMissionManager.d.ts| 149|新增|NA|类名:ContinueState;<br>方法or属性:INACTIVE = 1|@ohos.distributedMissionManager.d.ts| 150|新增|NA|类名:AbilityDelegator;<br>方法or属性:addAbilityMonitorSync(monitor: AbilityMonitor): void;|AbilityDelegator.d.ts| 151|新增|NA|类名:AbilityDelegator;<br>方法or属性:addAbilityStageMonitorSync(monitor: AbilityStageMonitor): void;|AbilityDelegator.d.ts| 152|新增|NA|类名:AbilityDelegator;<br>方法or属性:removeAbilityMonitorSync(monitor: AbilityMonitor): void;|AbilityDelegator.d.ts| 153|新增|NA|类名:AbilityDelegator;<br>方法or属性:removeAbilityStageMonitorSync(monitor: AbilityStageMonitor): void;|AbilityDelegator.d.ts| 154|新增|NA|类名:ApplicationContext;<br>方法or属性:on(type: 'applicationStateChange', callback: ApplicationStateChangeCallback): void;|ApplicationContext.d.ts| 155|新增|NA|类名:ApplicationContext;<br>方法or属性:off(type: 'applicationStateChange', callback?: ApplicationStateChangeCallback): void;|ApplicationContext.d.ts| 156|新增|NA|类名:BusinessAbilityInfo;<br>方法or属性:readonly bundleName: string;|BusinessAbilityInfo.d.ts| 157|新增|NA|类名:BusinessAbilityInfo;<br>方法or属性:readonly moduleName: string;|BusinessAbilityInfo.d.ts| 158|新增|NA|类名:BusinessAbilityInfo;<br>方法or属性:readonly name: string;|BusinessAbilityInfo.d.ts| 159|新增|NA|类名:BusinessAbilityInfo;<br>方法or属性:readonly labelId: number;|BusinessAbilityInfo.d.ts| 160|新增|NA|类名:BusinessAbilityInfo;<br>方法or属性:readonly descriptionId: number;|BusinessAbilityInfo.d.ts| 161|新增|NA|类名:BusinessAbilityInfo;<br>方法or属性:readonly iconId: number;|BusinessAbilityInfo.d.ts| 162|新增|NA|类名:BusinessAbilityInfo;<br>方法or属性:readonly businessType: businessAbilityRouter.BusinessType;|BusinessAbilityInfo.d.ts| 163|新增|NA|类名:BusinessAbilityInfo;<br>方法or属性:readonly applicationInfo: ApplicationInfo;|BusinessAbilityInfo.d.ts| 164|新增|NA|类名:Context;<br>方法or属性:getGroupDir(dataGroupID: string, callback: AsyncCallback\<string>): void;|Context.d.ts| 165|新增|NA|类名:Context;<br>方法or属性:getGroupDir(dataGroupID: string): Promise\<string>;|Context.d.ts| 166|新增|NA|类名:ContinuableInfo;<br>方法or属性:srcDeviceId: string;|ContinuableInfo.d.ts| 167|新增|NA|类名:ContinuableInfo;<br>方法or属性:bundleName: string;|ContinuableInfo.d.ts| 168|新增|NA|类名:ContinueMissionInfo;<br>方法or属性:srcDeviceId: string;|ContinueMissionInfo.d.ts| 169|新增|NA|类名:ContinueMissionInfo;<br>方法or属性:dstDeviceId: string;|ContinueMissionInfo.d.ts| 170|新增|NA|类名:ContinueMissionInfo;<br>方法or属性:bundleName: string;|ContinueMissionInfo.d.ts| 171|新增|NA|类名:ContinueMissionInfo;<br>方法or属性:wantParam: { [key: string]: Object };|ContinueMissionInfo.d.ts| 172|新增|NA|类名:ErrorObserver;<br>方法or属性:onException?(errObject: Error): void;|ErrorObserver.d.ts| 173|新增|NA|类名:FormExtensionContext;<br>方法or属性:connectServiceExtensionAbility(want: Want, options: ConnectOptions): number;|FormExtensionContext.d.ts| 174|新增|NA|类名:FormExtensionContext;<br>方法or属性:disconnectServiceExtensionAbility(connection: number, callback: AsyncCallback\<void>): void;|FormExtensionContext.d.ts| 175|新增|NA|类名:FormExtensionContext;<br>方法or属性:disconnectServiceExtensionAbility(connection: number): Promise\<void>;|FormExtensionContext.d.ts| 176|新增|NA|类名:MissionInfo;<br>方法or属性:abilityState: number;|MissionInfo.d.ts| 177|新增|NA|类名:MissionInfo;<br>方法or属性:unclearable: boolean;|MissionInfo.d.ts| 178|新增|NA|类名:ProcessInformation;<br>方法or属性:state: appManager.ProcessState;|ProcessInformation.d.ts| 179|新增|NA|类名:ServiceExtensionContext;<br>方法or属性:startAbilityAsCaller(want: Want, callback: AsyncCallback\<void>): void;|ServiceExtensionContext.d.ts| 180|新增|NA|类名:ServiceExtensionContext;<br>方法or属性:startAbilityAsCaller(want: Want, options: StartOptions, callback: AsyncCallback\<void>): void;|ServiceExtensionContext.d.ts| 181|新增|NA|类名:ServiceExtensionContext;<br>方法or属性:startAbilityAsCaller(want: Want, options?: StartOptions): Promise\<void>;|ServiceExtensionContext.d.ts| 182|新增|NA|类名:ServiceExtensionContext;<br>方法or属性:startAbilityByCallWithAccount(want: Want, accountId: number): Promise\<Caller>;|ServiceExtensionContext.d.ts| 183|新增|NA|类名:UIAbilityContext;<br>方法or属性:startAbilityAsCaller(want: Want, callback: AsyncCallback\<void>): void;|UIAbilityContext.d.ts| 184|新增|NA|类名:UIAbilityContext;<br>方法or属性:startAbilityAsCaller(want: Want, options: StartOptions, callback: AsyncCallback\<void>): void;|UIAbilityContext.d.ts| 185|新增|NA|类名:UIAbilityContext;<br>方法or属性:startAbilityAsCaller(want: Want, options?: StartOptions): Promise\<void>;|UIAbilityContext.d.ts| 186|新增|NA|类名:UIAbilityContext;<br>方法or属性:startAbilityByCallWithAccount(want: Want, accountId: number): Promise\<Caller>;|UIAbilityContext.d.ts| 187|新增|NA|类名:UIAbilityContext;<br>方法or属性:setMissionContinueState(state: AbilityConstant.ContinueState, callback: AsyncCallback\<void>): void;|UIAbilityContext.d.ts| 188|新增|NA|类名:UIAbilityContext;<br>方法or属性:setMissionContinueState(state: AbilityConstant.ContinueState): Promise\<void>;|UIAbilityContext.d.ts| 189|新增|NA|类名:UIAbilityContext;<br>方法or属性:reportDrawnCompleted(callback: AsyncCallback\<void>): void;|UIAbilityContext.d.ts| 190|新增|NA|类名:UIExtensionContext;<br>方法or属性:startAbility(want: Want, callback: AsyncCallback\<void>): void;|UIExtensionContext.d.ts| 191|新增|NA|类名:UIExtensionContext;<br>方法or属性:startAbility(want: Want, options: StartOptions, callback: AsyncCallback\<void>): void;|UIExtensionContext.d.ts| 192|新增|NA|类名:UIExtensionContext;<br>方法or属性:startAbility(want: Want, options?: StartOptions): Promise\<void>;|UIExtensionContext.d.ts| 193|新增|NA|类名:UIExtensionContext;<br>方法or属性:startAbilityForResult(want: Want, callback: AsyncCallback\<AbilityResult>): void;|UIExtensionContext.d.ts| 194|新增|NA|类名:UIExtensionContext;<br>方法or属性:startAbilityForResult(want: Want, options: StartOptions, callback: AsyncCallback\<AbilityResult>): void;|UIExtensionContext.d.ts| 195|新增|NA|类名:UIExtensionContext;<br>方法or属性:startAbilityForResult(want: Want, options?: StartOptions): Promise\<AbilityResult>;|UIExtensionContext.d.ts| 196|新增|NA|类名:UIExtensionContext;<br>方法or属性:connectServiceExtensionAbility(want: Want, options: ConnectOptions): number;|UIExtensionContext.d.ts| 197|新增|NA|类名:UIExtensionContext;<br>方法or属性:disconnectServiceExtensionAbility(connection: number, callback: AsyncCallback\<void>): void;|UIExtensionContext.d.ts| 198|新增|NA|类名:UIExtensionContext;<br>方法or属性:disconnectServiceExtensionAbility(connection: number): Promise\<void>;|UIExtensionContext.d.ts| 199|废弃版本有变化|类名: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| 200|废弃版本有变化|类名: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| 201|废弃版本有变化|类名: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| 202|废弃版本有变化|类名: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| 203|废弃版本有变化|类名: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| 204|废弃版本有变化|类名: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| 205|废弃版本有变化|类名: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| 206|废弃版本有变化|类名: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| 207|废弃版本有变化|类名: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| 208|废弃版本有变化|类名:Context;<br>方法or属性:getExternalCacheDir(): Promise\<string>;<br>旧版本信息:|类名:Context;<br>方法or属性:getExternalCacheDir(): Promise\<string>;<br>新版本信息:7<br>代替接口:|context.d.ts| 209|废弃版本有变化|类名: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| 210|新增(错误码)|类名: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| 211|新增(错误码)|类名: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| 212|新增(错误码)|类名: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| 213|新增(错误码)|类名: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| 214|新增(错误码)|类名:Caller;<br>方法or属性:release(): void;<br>旧版本信息:|类名:Caller;<br>方法or属性:release(): void;<br>新版本信息:16200001,16200002|@ohos.app.ability.UIAbility.d.ts| 215|新增(错误码)|类名: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| 216|新增(错误码)|类名: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| 217|新增(错误码)|类名: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| 218|新增(错误码)|类名: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| 219|新增(错误码)|类名: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| 220|新增(错误码)|类名: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| 221|新增(错误码)|类名: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| 222|新增(错误码)|类名: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| 223|新增(错误码)|类名: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| 224|新增(错误码)|类名: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| 225|新增(错误码)|类名: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| 226|新增(错误码)|类名: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| 227|新增(错误码)|类名: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| 228|新增(错误码)|类名: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| 229|新增(错误码)|类名:AbilityDelegator;<br>方法or属性:getCurrentTopAbility(): Promise\<UIAbility>;<br>旧版本信息:|类名:AbilityDelegator;<br>方法or属性:getCurrentTopAbility(): Promise\<UIAbility>;<br>新版本信息:16000100|AbilityDelegator.d.ts| 230|新增(错误码)|类名:Context;<br>方法or属性:getApplicationContext(): ApplicationContext;<br>旧版本信息:|类名:Context;<br>方法or属性:getApplicationContext(): ApplicationContext;<br>新版本信息:401|Context.d.ts| 231|新增(错误码)|类名: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| 232|新增(错误码)|类名: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| 233|新增(错误码)|类名:UIAbilityContext;<br>方法or属性:isTerminating(): boolean;<br>旧版本信息:|类名:UIAbilityContext;<br>方法or属性:isTerminating(): boolean;<br>新版本信息:16000011|UIAbilityContext.d.ts| 234|错误码有变化|类名: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| 235|错误码有变化|类名: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| 236|错误码有变化|类名: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| 237|错误码有变化|类名: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| 238|错误码有变化|类名: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| 239|错误码有变化|类名: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| 240|错误码有变化|类名: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| 241|错误码有变化|类名: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| 242|错误码有变化|类名: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| 243|错误码有变化|类名: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| 244|错误码有变化|类名: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| 245|错误码有变化|类名: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| 246|错误码有变化|类名: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| 247|错误码有变化|类名: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| 248|错误码有变化|类名: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| 249|错误码有变化|类名: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| 250|错误码有变化|类名: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| 251|错误码有变化|类名:appManager;<br>方法or属性:function isRunningInStabilityTest(): Promise\<boolean>;<br>旧版本信息:401|类名:appManager;<br>方法or属性:function isRunningInStabilityTest(): Promise\<boolean>;<br>新版本信息:16000050|@ohos.app.ability.appManager.d.ts| 252|错误码有变化|类名: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| 253|错误码有变化|类名: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| 254|错误码有变化|类名: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| 255|错误码有变化|类名: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| 256|错误码有变化|类名:appManager;<br>方法or属性:function isRamConstrainedDevice(): Promise\<boolean>;<br>旧版本信息:401|类名:appManager;<br>方法or属性:function isRamConstrainedDevice(): Promise\<boolean>;<br>新版本信息:16000050|@ohos.app.ability.appManager.d.ts| 257|错误码有变化|类名: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| 258|错误码有变化|类名:appManager;<br>方法or属性:function getAppMemorySize(): Promise\<number>;<br>旧版本信息:401|类名:appManager;<br>方法or属性:function getAppMemorySize(): Promise\<number>;<br>新版本信息:16000050|@ohos.app.ability.appManager.d.ts| 259|错误码有变化|类名: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| 260|错误码有变化|类名: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| 261|错误码有变化|类名: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| 262|错误码有变化|类名: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| 263|错误码有变化|类名: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| 264|错误码有变化|类名: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| 265|错误码有变化|类名: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| 266|错误码有变化|类名: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| 267|错误码有变化|类名: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| 268|错误码有变化|类名: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| 269|错误码有变化|类名: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| 270|错误码有变化|类名: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| 271|错误码有变化|类名: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| 272|错误码有变化|类名: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| 273|错误码有变化|类名: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| 274|错误码有变化|类名: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| 275|错误码有变化|类名: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| 276|错误码有变化|类名: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| 277|错误码有变化|类名: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| 278|错误码有变化|类名: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| 279|错误码有变化|类名: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| 280|错误码有变化|类名: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| 281|错误码有变化|类名: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| 282|错误码有变化|类名: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| 283|错误码有变化|类名: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| 284|错误码有变化|类名: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| 285|错误码有变化|类名: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| 286|错误码有变化|类名: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| 287|错误码有变化|类名: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| 288|错误码有变化|类名: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| 289|错误码有变化|类名: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| 290|错误码有变化|类名: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| 291|错误码有变化|类名: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| 292|错误码有变化|类名: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| 293|错误码有变化|类名: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| 294|错误码有变化|类名: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| 295|错误码有变化|类名: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| 296|错误码有变化|类名: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| 297|错误码有变化|类名: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| 298|错误码有变化|类名: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| 299|错误码有变化|类名: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| 300|错误码有变化|类名: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| 301|错误码有变化|类名: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| 302|错误码有变化|类名: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| 303|错误码有变化|类名: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| 304|错误码有变化|类名: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| 305|错误码有变化|类名: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| 306|错误码有变化|类名: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| 307|错误码有变化|类名: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| 308|错误码有变化|类名: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| 309|错误码有变化|类名: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| 310|错误码有变化|类名: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| 311|错误码有变化|类名: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| 312|错误码有变化|类名: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| 313|错误码有变化|类名: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| 314|错误码有变化|类名: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| 315|错误码有变化|类名: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| 316|错误码有变化|类名: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| 317|错误码有变化|类名: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| 318|错误码有变化|类名: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| 319|错误码有变化|类名: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| 320|错误码有变化|类名: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| 321|错误码有变化|类名: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| 322|错误码有变化|类名: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| 323|错误码有变化|类名: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| 324|错误码有变化|类名: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| 325|错误码有变化|类名: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| 326|错误码有变化|类名:formHost;<br>方法or属性:function isSystemReady(): Promise\<void>;<br>旧版本信息:401|类名:formHost;<br>方法or属性:function isSystemReady(): Promise\<void>;<br>新版本信息:202|@ohos.app.form.formHost.d.ts| 327|错误码有变化|类名: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| 328|错误码有变化|类名: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| 329|错误码有变化|类名: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| 330|错误码有变化|类名: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| 331|错误码有变化|类名: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| 332|错误码有变化|类名: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| 333|错误码有变化|类名: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| 334|错误码有变化|类名: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| 335|错误码有变化|类名: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| 336|错误码有变化|类名: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| 337|错误码有变化|类名: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| 338|错误码有变化|类名: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| 339|错误码有变化|类名: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| 340|错误码有变化|类名: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| 341|错误码有变化|类名: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| 342|错误码有变化|类名: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| 343|错误码有变化|类名: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| 344|错误码有变化|类名: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| 345|错误码有变化|类名: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| 346|错误码有变化|类名: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| 347|错误码有变化|类名: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| 348|错误码有变化|类名: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| 349|错误码有变化|类名: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| 350|错误码有变化|类名: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| 351|错误码有变化|类名: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| 352|错误码有变化|类名: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| 353|错误码有变化|类名: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| 354|错误码有变化|类名: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| 355|错误码有变化|类名: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| 356|错误码有变化|类名: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| 357|错误码有变化|类名: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| 358|错误码有变化|类名: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| 359|错误码有变化|类名: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| 360|错误码有变化|类名:AbilityDelegator;<br>方法or属性:addAbilityMonitor(monitor: AbilityMonitor): Promise\<void>;<br>旧版本信息:401|类名:AbilityDelegator;<br>方法or属性:addAbilityMonitor(monitor: AbilityMonitor): Promise\<void>;<br>新版本信息:401,16000100|AbilityDelegator.d.ts| 361|错误码有变化|类名: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| 362|错误码有变化|类名:AbilityDelegator;<br>方法or属性:addAbilityStageMonitor(monitor: AbilityStageMonitor): Promise\<void>;<br>旧版本信息:401|类名:AbilityDelegator;<br>方法or属性:addAbilityStageMonitor(monitor: AbilityStageMonitor): Promise\<void>;<br>新版本信息:401,16000100|AbilityDelegator.d.ts| 363|错误码有变化|类名: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| 364|错误码有变化|类名:AbilityDelegator;<br>方法or属性:removeAbilityMonitor(monitor: AbilityMonitor): Promise\<void>;<br>旧版本信息:401|类名:AbilityDelegator;<br>方法or属性:removeAbilityMonitor(monitor: AbilityMonitor): Promise\<void>;<br>新版本信息:401,16000100|AbilityDelegator.d.ts| 365|错误码有变化|类名: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| 366|错误码有变化|类名:AbilityDelegator;<br>方法or属性:removeAbilityStageMonitor(monitor: AbilityStageMonitor): Promise\<void>;<br>旧版本信息:401|类名:AbilityDelegator;<br>方法or属性:removeAbilityStageMonitor(monitor: AbilityStageMonitor): Promise\<void>;<br>新版本信息:401,16000100|AbilityDelegator.d.ts| 367|错误码有变化|类名: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| 368|错误码有变化|类名: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| 369|错误码有变化|类名: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| 370|错误码有变化|类名: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| 371|错误码有变化|类名: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| 372|错误码有变化|类名: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| 373|错误码有变化|类名:AbilityDelegator;<br>方法or属性:getCurrentTopAbility(callback: AsyncCallback\<UIAbility>): void;<br>旧版本信息:401|类名:AbilityDelegator;<br>方法or属性:getCurrentTopAbility(callback: AsyncCallback\<UIAbility>): void;<br>新版本信息:401,16000100|AbilityDelegator.d.ts| 374|错误码有变化|类名: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| 375|错误码有变化|类名: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| 376|错误码有变化|类名: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| 377|错误码有变化|类名:AbilityDelegator;<br>方法or属性:doAbilityForeground(ability: UIAbility): Promise\<void>;<br>旧版本信息:401|类名:AbilityDelegator;<br>方法or属性:doAbilityForeground(ability: UIAbility): Promise\<void>;<br>新版本信息:401,16000100|AbilityDelegator.d.ts| 378|错误码有变化|类名: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| 379|错误码有变化|类名:AbilityDelegator;<br>方法or属性:doAbilityBackground(ability: UIAbility): Promise\<void>;<br>旧版本信息:401|类名:AbilityDelegator;<br>方法or属性:doAbilityBackground(ability: UIAbility): Promise\<void>;<br>新版本信息:401,16000100|AbilityDelegator.d.ts| 380|错误码有变化|类名: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| 381|错误码有变化|类名: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| 382|错误码有变化|类名:ApplicationContext;<br>方法or属性:getRunningProcessInformation(): Promise\<Array\<ProcessInformation>>;<br>旧版本信息:401|类名:ApplicationContext;<br>方法or属性:getRunningProcessInformation(): Promise\<Array\<ProcessInformation>>;<br>新版本信息:401,16000011,16000050|ApplicationContext.d.ts| 383|错误码有变化|类名: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| 384|错误码有变化|类名:ApplicationContext;<br>方法or属性:killAllProcesses(): Promise\<void>;<br>旧版本信息:401|类名:ApplicationContext;<br>方法or属性:killAllProcesses(): Promise\<void>;<br>新版本信息:401,16000011|ApplicationContext.d.ts| 385|错误码有变化|类名:ApplicationContext;<br>方法or属性:killAllProcesses(callback: AsyncCallback\<void>);<br>旧版本信息:401|类名:ApplicationContext;<br>方法or属性:killAllProcesses(callback: AsyncCallback\<void>);<br>新版本信息:401,16000011|ApplicationContext.d.ts| 386|错误码有变化|类名:Context;<br>方法or属性:createBundleContext(bundleName: string): Context;<br>旧版本信息:401|类名:Context;<br>方法or属性:createBundleContext(bundleName: string): Context;<br>新版本信息:201,202,401|Context.d.ts| 387|错误码有变化|类名: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| 388|错误码有变化|类名: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| 389|错误码有变化|类名: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| 390|错误码有变化|类名: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| 391|错误码有变化|类名: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| 392|错误码有变化|类名: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| 393|错误码有变化|类名: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| 394|错误码有变化|类名: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| 395|错误码有变化|类名: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| 396|错误码有变化|类名: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| 397|错误码有变化|类名: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| 398|错误码有变化|类名: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| 399|错误码有变化|类名: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| 400|错误码有变化|类名: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| 401|错误码有变化|类名: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| 402|错误码有变化|类名:ServiceExtensionContext;<br>方法or属性:terminateSelf(): Promise\<void>;<br>旧版本信息:401|类名:ServiceExtensionContext;<br>方法or属性:terminateSelf(): Promise\<void>;<br>新版本信息:16000009,16000011,16000050|ServiceExtensionContext.d.ts| 403|错误码有变化|类名: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| 404|错误码有变化|类名: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| 405|错误码有变化|类名: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| 406|错误码有变化|类名: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| 407|错误码有变化|类名: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| 408|错误码有变化|类名: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| 409|错误码有变化|类名: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| 410|错误码有变化|类名: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| 411|错误码有变化|类名: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| 412|错误码有变化|类名: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| 413|错误码有变化|类名: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| 414|错误码有变化|类名: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| 415|错误码有变化|类名: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| 416|错误码有变化|类名: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| 417|错误码有变化|类名: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| 418|错误码有变化|类名: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| 419|错误码有变化|类名: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| 420|错误码有变化|类名: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| 421|错误码有变化|类名: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| 422|错误码有变化|类名: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| 423|错误码有变化|类名: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| 424|错误码有变化|类名: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| 425|错误码有变化|类名: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| 426|错误码有变化|类名: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| 427|错误码有变化|类名: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| 428|错误码有变化|类名: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| 429|错误码有变化|类名: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| 430|错误码有变化|类名: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| 431|错误码有变化|类名: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| 432|错误码有变化|类名: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| 433|错误码有变化|类名: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| 434|错误码有变化|类名: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| 435|错误码有变化|类名: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| 436|错误码有变化|类名: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| 437|错误码有变化|类名: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| 438|错误码有变化|类名: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| 439|错误码有变化|类名: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| 440|错误码有变化|类名: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| 441|错误码有变化|类名: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| 442|错误码有变化|类名:UIAbilityContext;<br>方法or属性:restoreWindowStage(localStorage: LocalStorage): void;<br>旧版本信息:401|类名:UIAbilityContext;<br>方法or属性:restoreWindowStage(localStorage: LocalStorage): void;<br>新版本信息:401,16000011,16000050|UIAbilityContext.d.ts| 443|错误码有变化|类名: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| 444|错误码有变化|类名: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| 445|错误码有变化|类名: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| 446|错误码有变化|类名: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| 447|错误码有变化|类名: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| 448|访问级别有变化|类名:WindowMode;<br>方法or属性:WINDOW_MODE_UNDEFINED = 0<br>旧版本信息:|类名:WindowMode;<br>方法or属性:WINDOW_MODE_UNDEFINED = 0<br>新版本信息:systemapi|@ohos.app.ability.AbilityConstant.d.ts| 449|访问级别有变化|类名:WindowMode;<br>方法or属性:WINDOW_MODE_FULLSCREEN = 1<br>旧版本信息:|类名:WindowMode;<br>方法or属性:WINDOW_MODE_FULLSCREEN = 1<br>新版本信息:systemapi|@ohos.app.ability.AbilityConstant.d.ts| 450|访问级别有变化|类名: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| 451|访问级别有变化|类名: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| 452|访问级别有变化|类名:WindowMode;<br>方法or属性:WINDOW_MODE_FLOATING = 102<br>旧版本信息:|类名:WindowMode;<br>方法or属性:WINDOW_MODE_FLOATING = 102<br>新版本信息:systemapi|@ohos.app.ability.AbilityConstant.d.ts| 453|访问级别有变化|类名:AbilityState;<br>方法or属性:INITIAL = 0<br>旧版本信息:|类名:AbilityState;<br>方法or属性:INITIAL = 0<br>新版本信息:systemapi|@ohos.app.ability.abilityManager.d.ts| 454|访问级别有变化|类名:AbilityState;<br>方法or属性:FOCUS = 2<br>旧版本信息:|类名:AbilityState;<br>方法or属性:FOCUS = 2<br>新版本信息:systemapi|@ohos.app.ability.abilityManager.d.ts| 455|访问级别有变化|类名:AbilityState;<br>方法or属性:FOREGROUND = 9<br>旧版本信息:|类名:AbilityState;<br>方法or属性:FOREGROUND = 9<br>新版本信息:systemapi|@ohos.app.ability.abilityManager.d.ts| 456|访问级别有变化|类名:AbilityState;<br>方法or属性:BACKGROUND = 10<br>旧版本信息:|类名:AbilityState;<br>方法or属性:BACKGROUND = 10<br>新版本信息:systemapi|@ohos.app.ability.abilityManager.d.ts| 457|访问级别有变化|类名:AbilityState;<br>方法or属性:FOREGROUNDING = 11<br>旧版本信息:|类名:AbilityState;<br>方法or属性:FOREGROUNDING = 11<br>新版本信息:systemapi|@ohos.app.ability.abilityManager.d.ts| 458|访问级别有变化|类名:AbilityState;<br>方法or属性:BACKGROUNDING = 12<br>旧版本信息:|类名:AbilityState;<br>方法or属性:BACKGROUNDING = 12<br>新版本信息:systemapi|@ohos.app.ability.abilityManager.d.ts| 459|访问级别有变化|类名:ApplicationState;<br>方法or属性:STATE_CREATE<br>旧版本信息:|类名:ApplicationState;<br>方法or属性:STATE_CREATE<br>新版本信息:systemapi|@ohos.app.ability.appManager.d.ts| 460|访问级别有变化|类名:ApplicationState;<br>方法or属性:STATE_FOREGROUND<br>旧版本信息:|类名:ApplicationState;<br>方法or属性:STATE_FOREGROUND<br>新版本信息:systemapi|@ohos.app.ability.appManager.d.ts| 461|访问级别有变化|类名:ApplicationState;<br>方法or属性:STATE_ACTIVE<br>旧版本信息:|类名:ApplicationState;<br>方法or属性:STATE_ACTIVE<br>新版本信息:systemapi|@ohos.app.ability.appManager.d.ts| 462|访问级别有变化|类名:ApplicationState;<br>方法or属性:STATE_BACKGROUND<br>旧版本信息:|类名:ApplicationState;<br>方法or属性:STATE_BACKGROUND<br>新版本信息:systemapi|@ohos.app.ability.appManager.d.ts| 463|访问级别有变化|类名:ApplicationState;<br>方法or属性:STATE_DESTROY<br>旧版本信息:|类名:ApplicationState;<br>方法or属性:STATE_DESTROY<br>新版本信息:systemapi|@ohos.app.ability.appManager.d.ts| 464|访问级别有变化|类名:ProcessState;<br>方法or属性:export enum ProcessState<br>旧版本信息:systemapi|类名:ProcessState;<br>方法or属性:export enum ProcessState<br>新版本信息:|@ohos.app.ability.appManager.d.ts| 465|访问级别有变化|类名: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| 466|访问级别有变化|类名: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| 467|访问级别有变化|类名: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| 468|访问级别有变化|类名: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| 469|访问级别有变化|类名: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| 470|访问级别有变化|类名: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| 471|访问级别有变化|类名: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| 472|访问级别有变化|类名: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| 473|访问级别有变化|类名: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| 474|访问级别有变化|类名: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| 475|访问级别有变化|类名: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| 476|访问级别有变化|类名: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| 477|访问级别有变化|类名: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| 478|访问级别有变化|类名: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| 479|访问级别有变化|类名: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| 480|访问级别有变化|类名: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| 481|访问级别有变化|类名: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| 482|访问级别有变化|类名: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| 483|访问级别有变化|类名:missionManager;<br>方法or属性:function clearAllMissions(): Promise\<void>;<br>旧版本信息:|类名:missionManager;<br>方法or属性:function clearAllMissions(): Promise\<void>;<br>新版本信息:systemapi|@ohos.app.ability.missionManager.d.ts| 484|访问级别有变化|类名: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| 485|访问级别有变化|类名: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| 486|访问级别有变化|类名: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| 487|访问级别有变化|类名: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| 488|访问级别有变化|类名: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| 489|访问级别有变化|类名:AbilityState;<br>方法or属性:INITIAL = 0<br>旧版本信息:|类名:AbilityState;<br>方法or属性:INITIAL = 0<br>新版本信息:systemapi|@ohos.application.abilityManager.d.ts| 490|访问级别有变化|类名:AbilityState;<br>方法or属性:FOREGROUND = 9<br>旧版本信息:|类名:AbilityState;<br>方法or属性:FOREGROUND = 9<br>新版本信息:systemapi|@ohos.application.abilityManager.d.ts| 491|访问级别有变化|类名:AbilityState;<br>方法or属性:BACKGROUND = 10<br>旧版本信息:|类名:AbilityState;<br>方法or属性:BACKGROUND = 10<br>新版本信息:systemapi|@ohos.application.abilityManager.d.ts| 492|访问级别有变化|类名:AbilityState;<br>方法or属性:FOREGROUNDING = 11<br>旧版本信息:|类名:AbilityState;<br>方法or属性:FOREGROUNDING = 11<br>新版本信息:systemapi|@ohos.application.abilityManager.d.ts| 493|访问级别有变化|类名:AbilityState;<br>方法or属性:BACKGROUNDING = 12<br>旧版本信息:|类名:AbilityState;<br>方法or属性:BACKGROUNDING = 12<br>新版本信息:systemapi|@ohos.application.abilityManager.d.ts| 494|访问级别有变化|类名: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| 495|访问级别有变化|类名:appManager;<br>方法or属性:function getForegroundApplications(): Promise\<Array\<AppStateData>>;<br>旧版本信息:|类名:appManager;<br>方法or属性:function getForegroundApplications(): Promise\<Array\<AppStateData>>;<br>新版本信息:systemapi|@ohos.application.appManager.d.ts| 496|访问级别有变化|类名: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| 497|访问级别有变化|类名: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| 498|访问级别有变化|类名: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| 499|访问级别有变化|类名: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| 500|访问级别有变化|类名: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| 501|访问级别有变化|类名: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| 502|访问级别有变化|类名: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| 503|访问级别有变化|类名: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| 504|访问级别有变化|类名: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| 505|访问级别有变化|类名: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| 506|访问级别有变化|类名: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| 507|访问级别有变化|类名: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| 508|访问级别有变化|类名: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| 509|访问级别有变化|类名: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| 510|访问级别有变化|类名: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| 511|访问级别有变化|类名: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| 512|访问级别有变化|类名: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| 513|访问级别有变化|类名: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| 514|访问级别有变化|类名: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| 515|访问级别有变化|类名: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| 516|访问级别有变化|类名: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| 517|访问级别有变化|类名:formHost;<br>方法or属性:function isSystemReady(): Promise\<void>;<br>旧版本信息:|类名:formHost;<br>方法or属性:function isSystemReady(): Promise\<void>;<br>新版本信息:systemapi|@ohos.application.formHost.d.ts| 518|访问级别有变化|类名: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| 519|访问级别有变化|类名: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| 520|访问级别有变化|类名: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| 521|访问级别有变化|类名: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| 522|访问级别有变化|类名: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| 523|访问级别有变化|类名: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| 524|访问级别有变化|类名: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| 525|访问级别有变化|类名: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| 526|访问级别有变化|类名: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| 527|访问级别有变化|类名: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| 528|访问级别有变化|类名: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| 529|访问级别有变化|类名: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| 530|访问级别有变化|类名: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| 531|访问级别有变化|类名: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| 532|访问级别有变化|类名: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| 533|访问级别有变化|类名:missionManager;<br>方法or属性:function registerMissionListener(listener: MissionListener): number;<br>旧版本信息:|类名:missionManager;<br>方法or属性:function registerMissionListener(listener: MissionListener): number;<br>新版本信息:systemapi|@ohos.application.missionManager.d.ts| 534|访问级别有变化|类名: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| 535|访问级别有变化|类名: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| 536|访问级别有变化|类名: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| 537|访问级别有变化|类名: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| 538|访问级别有变化|类名: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| 539|访问级别有变化|类名: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| 540|访问级别有变化|类名: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| 541|访问级别有变化|类名: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| 542|访问级别有变化|类名: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| 543|访问级别有变化|类名: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| 544|访问级别有变化|类名: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| 545|访问级别有变化|类名: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| 546|访问级别有变化|类名: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| 547|访问级别有变化|类名: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| 548|访问级别有变化|类名: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| 549|访问级别有变化|类名:missionManager;<br>方法or属性:function clearAllMissions(): Promise\<void>;<br>旧版本信息:|类名:missionManager;<br>方法or属性:function clearAllMissions(): Promise\<void>;<br>新版本信息:systemapi|@ohos.application.missionManager.d.ts| 550|访问级别有变化|类名: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| 551|访问级别有变化|类名: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| 552|访问级别有变化|类名: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| 553|访问级别有变化|类名: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| 554|访问级别有变化|类名: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| 555|访问级别有变化|类名: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| 556|访问级别有变化|类名: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| 557|访问级别有变化|类名: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| 558|访问级别有变化|类名:ContinueCallback;<br>方法or属性:onContinueDone(result: number): void;<br>旧版本信息:|类名:ContinueCallback;<br>方法or属性:onContinueDone(result: number): void;<br>新版本信息:systemapi|ContinueCallback.d.ts| 559|访问级别有变化|类名:ContinueDeviceInfo;<br>方法or属性:srcDeviceId: string;<br>旧版本信息:|类名:ContinueDeviceInfo;<br>方法or属性:srcDeviceId: string;<br>新版本信息:systemapi|ContinueDeviceInfo.d.ts| 560|访问级别有变化|类名:ContinueDeviceInfo;<br>方法or属性:dstDeviceId: string;<br>旧版本信息:|类名:ContinueDeviceInfo;<br>方法or属性:dstDeviceId: string;<br>新版本信息:systemapi|ContinueDeviceInfo.d.ts| 561|访问级别有变化|类名:ContinueDeviceInfo;<br>方法or属性:missionId: number;<br>旧版本信息:|类名:ContinueDeviceInfo;<br>方法or属性:missionId: number;<br>新版本信息:systemapi|ContinueDeviceInfo.d.ts| 562|访问级别有变化|类名:ContinueDeviceInfo;<br>方法or属性:wantParam: { [key: string]: any };<br>旧版本信息:|类名:ContinueDeviceInfo;<br>方法or属性:wantParam: { [key: string]: any };<br>新版本信息:systemapi|ContinueDeviceInfo.d.ts| 563|访问级别有变化|类名:FormExtensionContext;<br>方法or属性:startAbility(want: Want): Promise\<void>;<br>旧版本信息:|类名:FormExtensionContext;<br>方法or属性:startAbility(want: Want): Promise\<void>;<br>新版本信息:systemapi|FormExtensionContext.d.ts| 564|访问级别有变化|类名:MissionCallback;<br>方法or属性:notifyMissionsChanged(deviceId: string): void;<br>旧版本信息:|类名:MissionCallback;<br>方法or属性:notifyMissionsChanged(deviceId: string): void;<br>新版本信息:systemapi|MissionCallbacks.d.ts| 565|访问级别有变化|类名:MissionCallback;<br>方法or属性:notifySnapshot(deviceId: string, mission: number): void;<br>旧版本信息:|类名:MissionCallback;<br>方法or属性:notifySnapshot(deviceId: string, mission: number): void;<br>新版本信息:systemapi|MissionCallbacks.d.ts| 566|访问级别有变化|类名:MissionCallback;<br>方法or属性:notifyNetDisconnect(deviceId: string, state: number): void;<br>旧版本信息:|类名:MissionCallback;<br>方法or属性:notifyNetDisconnect(deviceId: string, state: number): void;<br>新版本信息:systemapi|MissionCallbacks.d.ts| 567|访问级别有变化|类名:MissionDeviceInfo;<br>方法or属性:deviceId: string;<br>旧版本信息:|类名:MissionDeviceInfo;<br>方法or属性:deviceId: string;<br>新版本信息:systemapi|MissionDeviceInfo.d.ts| 568|访问级别有变化|类名:MissionInfo;<br>方法or属性:missionId: number;<br>旧版本信息:|类名:MissionInfo;<br>方法or属性:missionId: number;<br>新版本信息:systemapi|MissionInfo.d.ts| 569|访问级别有变化|类名:MissionInfo;<br>方法or属性:runningState: number;<br>旧版本信息:|类名:MissionInfo;<br>方法or属性:runningState: number;<br>新版本信息:systemapi|MissionInfo.d.ts| 570|访问级别有变化|类名:MissionInfo;<br>方法or属性:lockedState: boolean;<br>旧版本信息:|类名:MissionInfo;<br>方法or属性:lockedState: boolean;<br>新版本信息:systemapi|MissionInfo.d.ts| 571|访问级别有变化|类名:MissionInfo;<br>方法or属性:timestamp: string;<br>旧版本信息:|类名:MissionInfo;<br>方法or属性:timestamp: string;<br>新版本信息:systemapi|MissionInfo.d.ts| 572|访问级别有变化|类名:MissionInfo;<br>方法or属性:want: Want;<br>旧版本信息:|类名:MissionInfo;<br>方法or属性:want: Want;<br>新版本信息:systemapi|MissionInfo.d.ts| 573|访问级别有变化|类名:MissionInfo;<br>方法or属性:label: string;<br>旧版本信息:|类名:MissionInfo;<br>方法or属性:label: string;<br>新版本信息:systemapi|MissionInfo.d.ts| 574|访问级别有变化|类名:MissionInfo;<br>方法or属性:iconPath: string;<br>旧版本信息:|类名:MissionInfo;<br>方法or属性:iconPath: string;<br>新版本信息:systemapi|MissionInfo.d.ts| 575|访问级别有变化|类名:MissionInfo;<br>方法or属性:continuable: boolean;<br>旧版本信息:|类名:MissionInfo;<br>方法or属性:continuable: boolean;<br>新版本信息:systemapi|MissionInfo.d.ts| 576|访问级别有变化|类名:MissionListener;<br>方法or属性:onMissionCreated(mission: number): void;<br>旧版本信息:|类名:MissionListener;<br>方法or属性:onMissionCreated(mission: number): void;<br>新版本信息:systemapi|MissionListener.d.ts| 577|访问级别有变化|类名:MissionListener;<br>方法or属性:onMissionDestroyed(mission: number): void;<br>旧版本信息:|类名:MissionListener;<br>方法or属性:onMissionDestroyed(mission: number): void;<br>新版本信息:systemapi|MissionListener.d.ts| 578|访问级别有变化|类名:MissionListener;<br>方法or属性:onMissionSnapshotChanged(mission: number): void;<br>旧版本信息:|类名:MissionListener;<br>方法or属性:onMissionSnapshotChanged(mission: number): void;<br>新版本信息:systemapi|MissionListener.d.ts| 579|访问级别有变化|类名:MissionListener;<br>方法or属性:onMissionMovedToFront(mission: number): void;<br>旧版本信息:|类名:MissionListener;<br>方法or属性:onMissionMovedToFront(mission: number): void;<br>新版本信息:systemapi|MissionListener.d.ts| 580|访问级别有变化|类名:MissionListener;<br>方法or属性:onMissionLabelUpdated(mission: number): void;<br>旧版本信息:|类名:MissionListener;<br>方法or属性:onMissionLabelUpdated(mission: number): void;<br>新版本信息:systemapi|MissionListener.d.ts| 581|访问级别有变化|类名: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| 582|访问级别有变化|类名:MissionListener;<br>方法or属性:onMissionClosed(mission: number): void;<br>旧版本信息:|类名:MissionListener;<br>方法or属性:onMissionClosed(mission: number): void;<br>新版本信息:systemapi|MissionListener.d.ts| 583|访问级别有变化|类名:MissionParameter;<br>方法or属性:deviceId: string;<br>旧版本信息:|类名:MissionParameter;<br>方法or属性:deviceId: string;<br>新版本信息:systemapi|MissionParameter.d.ts| 584|访问级别有变化|类名:MissionParameter;<br>方法or属性:fixConflict: boolean;<br>旧版本信息:|类名:MissionParameter;<br>方法or属性:fixConflict: boolean;<br>新版本信息:systemapi|MissionParameter.d.ts| 585|访问级别有变化|类名:MissionParameter;<br>方法or属性:tag: number;<br>旧版本信息:|类名:MissionParameter;<br>方法or属性:tag: number;<br>新版本信息:systemapi|MissionParameter.d.ts| 586|访问级别有变化|类名:MissionSnapshot;<br>方法or属性:ability: ElementName;<br>旧版本信息:|类名:MissionSnapshot;<br>方法or属性:ability: ElementName;<br>新版本信息:systemapi|MissionSnapshot.d.ts| 587|访问级别有变化|类名:MissionSnapshot;<br>方法or属性:snapshot: image.PixelMap;<br>旧版本信息:|类名:MissionSnapshot;<br>方法or属性:snapshot: image.PixelMap;<br>新版本信息:systemapi|MissionSnapshot.d.ts| 588|访问级别有变化|类名: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| 589|访问级别有变化|类名: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| 590|访问级别有变化|类名: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| 591|访问级别有变化|类名:ServiceExtensionContext;<br>方法or属性:terminateSelf(callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:ServiceExtensionContext;<br>方法or属性:terminateSelf(callback: AsyncCallback\<void>): void;<br>新版本信息:systemapi|ServiceExtensionContext.d.ts| 592|访问级别有变化|类名:ServiceExtensionContext;<br>方法or属性:terminateSelf(): Promise\<void>;<br>旧版本信息:|类名:ServiceExtensionContext;<br>方法or属性:terminateSelf(): Promise\<void>;<br>新版本信息:systemapi|ServiceExtensionContext.d.ts| 593|访问级别有变化|类名:ServiceExtensionContext;<br>方法or属性:connectServiceExtensionAbility(want: Want, options: ConnectOptions): number;<br>旧版本信息:|类名:ServiceExtensionContext;<br>方法or属性:connectServiceExtensionAbility(want: Want, options: ConnectOptions): number;<br>新版本信息:systemapi|ServiceExtensionContext.d.ts| 594|访问级别有变化|类名: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| 595|访问级别有变化|类名:ServiceExtensionContext;<br>方法or属性:disconnectServiceExtensionAbility(connection: number): Promise\<void>;<br>旧版本信息:|类名:ServiceExtensionContext;<br>方法or属性:disconnectServiceExtensionAbility(connection: number): Promise\<void>;<br>新版本信息:systemapi|ServiceExtensionContext.d.ts| 596|权限有变化|类名: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| 597|权限有变化|类名: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| 598|权限有变化|类名: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| 599|权限有变化|类名: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| 600|权限有变化|类名: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| 601|权限有变化|类名: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| 602|权限有变化|类名: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| 603|权限有变化|类名: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| 604|权限有变化|类名: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| 605|权限有变化|类名: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| 606|权限有变化|类名: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| 607|权限有变化|类名: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| 608|权限有变化|类名: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| 609|权限有变化|类名: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| 610|权限有变化|类名: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| 611|权限有变化|类名: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| 612|权限有变化|类名: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| 613|权限有变化|类名: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| 614|权限有变化|类名: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| 615|权限有变化|类名: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| 616|权限有变化|类名: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| 617|权限有变化|类名: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| 618|权限有变化|类名: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| 619|权限有变化|类名: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| 620|权限有变化|类名: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| 621|权限有变化|类名: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| 622|权限有变化|类名: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| 623|权限有变化|类名: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| 624|权限有变化|类名: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| 625|权限有变化|类名: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| 626|权限有变化|类名: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| 627|权限有变化|类名: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| 628|权限有变化|类名: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| 629|权限有变化|类名: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| 630|权限有变化|类名: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| 631|权限有变化|类名: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| 632|权限有变化|类名: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| 633|权限有变化|类名: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| 634|权限有变化|类名: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| 635|权限有变化|类名: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| 636|权限有变化|类名: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| 637|权限有变化|类名: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| 638|权限有变化|类名: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| 639|权限有变化|类名: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| 640|权限有变化|类名: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| 641|权限有变化|类名: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| 642|权限有变化|类名: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| 643|权限有变化|类名: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| 644|权限有变化|类名: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| 645|权限有变化|类名: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| 646|权限有变化|类名: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| 647|权限有变化|类名: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| 648|权限有变化|类名: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| 649|权限有变化|类名: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| 650|权限有变化|类名: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| 651|权限有变化|类名: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| 652|权限有变化|类名: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| 653|权限有变化|类名: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| 654|权限有变化|类名: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| 655|权限有变化|类名: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| 656|权限有变化|类名: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| 657|权限有变化|类名: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| 658|权限有变化|类名: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| 659|权限有变化|类名: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| 660|权限有变化|类名: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| 661|权限有变化|类名: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| 662|权限有变化|类名: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| 663|权限有变化|类名: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| 664|权限有变化|类名: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| 665|权限有变化|类名: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| 666|权限有变化|类名: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| 667|权限有变化|类名: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| 668|权限有变化|类名: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| 669|权限有变化|类名: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| 670|权限有变化|类名: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| 671|权限有变化|类名: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| 672|权限有变化|类名: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| 673|权限有变化|类名: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| 674|权限有变化|类名: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| 675|权限有变化|类名: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| 676|权限有变化|类名: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| 677|权限有变化|类名: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| 678|权限有变化|类名:MissionCallback;<br>方法or属性:notifyMissionsChanged(deviceId: string): void;<br>旧版本信息:|类名:MissionCallback;<br>方法or属性:notifyMissionsChanged(deviceId: string): void;<br>新版本信息:ohos.permission.MANAGE_MISSIONS|MissionCallbacks.d.ts| 679|权限有变化|类名: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| 680|权限有变化|类名: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| 681|权限有变化|类名:MissionDeviceInfo;<br>方法or属性:deviceId: string;<br>旧版本信息:|类名:MissionDeviceInfo;<br>方法or属性:deviceId: string;<br>新版本信息:ohos.permission.MANAGE_MISSIONS|MissionDeviceInfo.d.ts| 682|权限有变化|类名:MissionParameter;<br>方法or属性:deviceId: string;<br>旧版本信息:|类名:MissionParameter;<br>方法or属性:deviceId: string;<br>新版本信息:ohos.permission.MANAGE_MISSIONS|MissionParameter.d.ts| 683|权限有变化|类名:MissionParameter;<br>方法or属性:fixConflict: boolean;<br>旧版本信息:|类名:MissionParameter;<br>方法or属性:fixConflict: boolean;<br>新版本信息:ohos.permission.MANAGE_MISSIONS|MissionParameter.d.ts| 684|权限有变化|类名:MissionParameter;<br>方法or属性:tag: number;<br>旧版本信息:|类名:MissionParameter;<br>方法or属性:tag: number;<br>新版本信息:ohos.permission.MANAGE_MISSIONS|MissionParameter.d.ts| 685|权限有变化|类名: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| 686|权限有变化|类名: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| 687|权限有变化|类名: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| 688|权限有变化|类名: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| 689|model有变化|类名:featureAbility;<br>方法or属性:function getWant(): Promise\<Want>;<br>旧版本信息:|类名:featureAbility;<br>方法or属性:function getWant(): Promise\<Want>;<br>新版本信息:FAModelOnly|@ohos.ability.featureAbility.d.ts| 690|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| 691|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| 692|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| 693|model有变化|类名:featureAbility;<br>方法or属性:function terminateSelf(): Promise\<void>;<br>旧版本信息:|类名:featureAbility;<br>方法or属性:function terminateSelf(): Promise\<void>;<br>新版本信息:FAModelOnly|@ohos.ability.featureAbility.d.ts| 694|model有变化|类名:featureAbility;<br>方法or属性:function hasWindowFocus(): Promise\<boolean>;<br>旧版本信息:|类名:featureAbility;<br>方法or属性:function hasWindowFocus(): Promise\<boolean>;<br>新版本信息:FAModelOnly|@ohos.ability.featureAbility.d.ts| 695|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| 696|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| 697|model有变化|类名:featureAbility;<br>方法or属性:export type AppVersionInfo = _AppVersionInfo;<br>旧版本信息:|类名:featureAbility;<br>方法or属性:export type AppVersionInfo = _AppVersionInfo;<br>新版本信息:FAModelOnly|@ohos.ability.featureAbility.d.ts| 698|model有变化|类名:featureAbility;<br>方法or属性:export type ProcessInfo = _ProcessInfo;<br>旧版本信息:|类名:featureAbility;<br>方法or属性:export type ProcessInfo = _ProcessInfo;<br>新版本信息:FAModelOnly|@ohos.ability.featureAbility.d.ts| 699|model有变化|类名:AbilityWindowConfiguration;<br>方法or属性:WINDOW_MODE_UNDEFINED = 0<br>旧版本信息:|类名:AbilityWindowConfiguration;<br>方法or属性:WINDOW_MODE_UNDEFINED = 0<br>新版本信息:FAModelOnly|@ohos.ability.featureAbility.d.ts| 700|model有变化|类名:AbilityWindowConfiguration;<br>方法or属性:WINDOW_MODE_FULLSCREEN = 1<br>旧版本信息:|类名:AbilityWindowConfiguration;<br>方法or属性:WINDOW_MODE_FULLSCREEN = 1<br>新版本信息:FAModelOnly|@ohos.ability.featureAbility.d.ts| 701|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| 702|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| 703|model有变化|类名:AbilityWindowConfiguration;<br>方法or属性:WINDOW_MODE_FLOATING = 102<br>旧版本信息:|类名:AbilityWindowConfiguration;<br>方法or属性:WINDOW_MODE_FLOATING = 102<br>新版本信息:FAModelOnly|@ohos.ability.featureAbility.d.ts| 704|model有变化|类名:AbilityStartSetting;<br>方法or属性:BOUNDS_KEY = 'abilityBounds'<br>旧版本信息:|类名:AbilityStartSetting;<br>方法or属性:BOUNDS_KEY = 'abilityBounds'<br>新版本信息:FAModelOnly|@ohos.ability.featureAbility.d.ts| 705|model有变化|类名:AbilityStartSetting;<br>方法or属性:WINDOW_MODE_KEY = 'windowMode'<br>旧版本信息:|类名:AbilityStartSetting;<br>方法or属性:WINDOW_MODE_KEY = 'windowMode'<br>新版本信息:FAModelOnly|@ohos.ability.featureAbility.d.ts| 706|model有变化|类名:AbilityStartSetting;<br>方法or属性:DISPLAY_ID_KEY = 'displayId'<br>旧版本信息:|类名:AbilityStartSetting;<br>方法or属性:DISPLAY_ID_KEY = 'displayId'<br>新版本信息:FAModelOnly|@ohos.ability.featureAbility.d.ts| 707|model有变化|类名:ErrorCode;<br>方法or属性:NO_ERROR = 0<br>旧版本信息:|类名:ErrorCode;<br>方法or属性:NO_ERROR = 0<br>新版本信息:FAModelOnly|@ohos.ability.featureAbility.d.ts| 708|model有变化|类名:ErrorCode;<br>方法or属性:INVALID_PARAMETER = -1<br>旧版本信息:|类名:ErrorCode;<br>方法or属性:INVALID_PARAMETER = -1<br>新版本信息:FAModelOnly|@ohos.ability.featureAbility.d.ts| 709|model有变化|类名:ErrorCode;<br>方法or属性:ABILITY_NOT_FOUND = -2<br>旧版本信息:|类名:ErrorCode;<br>方法or属性:ABILITY_NOT_FOUND = -2<br>新版本信息:FAModelOnly|@ohos.ability.featureAbility.d.ts| 710|model有变化|类名:ErrorCode;<br>方法or属性:PERMISSION_DENY = -3<br>旧版本信息:|类名:ErrorCode;<br>方法or属性:PERMISSION_DENY = -3<br>新版本信息:FAModelOnly|@ohos.ability.featureAbility.d.ts| 711|model有变化|类名:DataAbilityOperationType;<br>方法or属性:TYPE_INSERT = 1<br>旧版本信息:|类名:DataAbilityOperationType;<br>方法or属性:TYPE_INSERT = 1<br>新版本信息:FAModelOnly|@ohos.ability.featureAbility.d.ts| 712|model有变化|类名:DataAbilityOperationType;<br>方法or属性:TYPE_UPDATE = 2<br>旧版本信息:|类名:DataAbilityOperationType;<br>方法or属性:TYPE_UPDATE = 2<br>新版本信息:FAModelOnly|@ohos.ability.featureAbility.d.ts| 713|model有变化|类名:DataAbilityOperationType;<br>方法or属性:TYPE_DELETE = 3<br>旧版本信息:|类名:DataAbilityOperationType;<br>方法or属性:TYPE_DELETE = 3<br>新版本信息:FAModelOnly|@ohos.ability.featureAbility.d.ts| 714|model有变化|类名:DataAbilityOperationType;<br>方法or属性:TYPE_ASSERT = 4<br>旧版本信息:|类名:DataAbilityOperationType;<br>方法or属性:TYPE_ASSERT = 4<br>新版本信息:FAModelOnly|@ohos.ability.featureAbility.d.ts| 715|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| 716|model有变化|类名:particleAbility;<br>方法or属性:function terminateSelf(): Promise\<void>;<br>旧版本信息:|类名:particleAbility;<br>方法or属性:function terminateSelf(): Promise\<void>;<br>新版本信息:FAModelOnly|@ohos.ability.particleAbility.d.ts| 717|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| 718|model有变化|类名:ErrorCode;<br>方法or属性:INVALID_PARAMETER = -1<br>旧版本信息:|类名:ErrorCode;<br>方法or属性:INVALID_PARAMETER = -1<br>新版本信息:FAModelOnly|@ohos.ability.particleAbility.d.ts| 719|model有变化|类名:LaunchReason;<br>方法or属性:UNKNOWN = 0<br>旧版本信息:|类名:LaunchReason;<br>方法or属性:UNKNOWN = 0<br>新版本信息:StageModelOnly|@ohos.app.ability.AbilityConstant.d.ts| 720|model有变化|类名:LastExitReason;<br>方法or属性:UNKNOWN = 0<br>旧版本信息:|类名:LastExitReason;<br>方法or属性:UNKNOWN = 0<br>新版本信息:StageModelOnly|@ohos.app.ability.AbilityConstant.d.ts| 721|model有变化|类名:LaunchReason;<br>方法or属性:START_ABILITY = 1<br>旧版本信息:|类名:LaunchReason;<br>方法or属性:START_ABILITY = 1<br>新版本信息:StageModelOnly|@ohos.app.ability.AbilityConstant.d.ts| 722|model有变化|类名:LaunchReason;<br>方法or属性:CALL = 2<br>旧版本信息:|类名:LaunchReason;<br>方法or属性:CALL = 2<br>新版本信息:StageModelOnly|@ohos.app.ability.AbilityConstant.d.ts| 723|model有变化|类名:LaunchReason;<br>方法or属性:CONTINUATION = 3<br>旧版本信息:|类名:LaunchReason;<br>方法or属性:CONTINUATION = 3<br>新版本信息:StageModelOnly|@ohos.app.ability.AbilityConstant.d.ts| 724|model有变化|类名:LaunchReason;<br>方法or属性:APP_RECOVERY = 4<br>旧版本信息:|类名:LaunchReason;<br>方法or属性:APP_RECOVERY = 4<br>新版本信息:StageModelOnly|@ohos.app.ability.AbilityConstant.d.ts| 725|model有变化|类名:LastExitReason;<br>方法or属性:ABILITY_NOT_RESPONDING = 1<br>旧版本信息:|类名:LastExitReason;<br>方法or属性:ABILITY_NOT_RESPONDING = 1<br>新版本信息:StageModelOnly|@ohos.app.ability.AbilityConstant.d.ts| 726|model有变化|类名:LastExitReason;<br>方法or属性:NORMAL = 2<br>旧版本信息:|类名:LastExitReason;<br>方法or属性:NORMAL = 2<br>新版本信息:StageModelOnly|@ohos.app.ability.AbilityConstant.d.ts| 727|model有变化|类名:OnContinueResult;<br>方法or属性:AGREE = 0<br>旧版本信息:|类名:OnContinueResult;<br>方法or属性:AGREE = 0<br>新版本信息:StageModelOnly|@ohos.app.ability.AbilityConstant.d.ts| 728|model有变化|类名:OnContinueResult;<br>方法or属性:REJECT = 1<br>旧版本信息:|类名:OnContinueResult;<br>方法or属性:REJECT = 1<br>新版本信息:StageModelOnly|@ohos.app.ability.AbilityConstant.d.ts| 729|model有变化|类名:OnContinueResult;<br>方法or属性:MISMATCH = 2<br>旧版本信息:|类名:OnContinueResult;<br>方法or属性:MISMATCH = 2<br>新版本信息:StageModelOnly|@ohos.app.ability.AbilityConstant.d.ts| 730|model有变化|类名:MemoryLevel;<br>方法or属性:MEMORY_LEVEL_MODERATE = 0<br>旧版本信息:|类名:MemoryLevel;<br>方法or属性:MEMORY_LEVEL_MODERATE = 0<br>新版本信息:StageModelOnly|@ohos.app.ability.AbilityConstant.d.ts| 731|model有变化|类名:MemoryLevel;<br>方法or属性:MEMORY_LEVEL_LOW = 1<br>旧版本信息:|类名:MemoryLevel;<br>方法or属性:MEMORY_LEVEL_LOW = 1<br>新版本信息:StageModelOnly|@ohos.app.ability.AbilityConstant.d.ts| 732|model有变化|类名:MemoryLevel;<br>方法or属性:MEMORY_LEVEL_CRITICAL = 2<br>旧版本信息:|类名:MemoryLevel;<br>方法or属性:MEMORY_LEVEL_CRITICAL = 2<br>新版本信息:StageModelOnly|@ohos.app.ability.AbilityConstant.d.ts| 733|model有变化|类名:WindowMode;<br>方法or属性:WINDOW_MODE_UNDEFINED = 0<br>旧版本信息:|类名:WindowMode;<br>方法or属性:WINDOW_MODE_UNDEFINED = 0<br>新版本信息:StageModelOnly|@ohos.app.ability.AbilityConstant.d.ts| 734|model有变化|类名:WindowMode;<br>方法or属性:WINDOW_MODE_FULLSCREEN = 1<br>旧版本信息:|类名:WindowMode;<br>方法or属性:WINDOW_MODE_FULLSCREEN = 1<br>新版本信息:StageModelOnly|@ohos.app.ability.AbilityConstant.d.ts| 735|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| 736|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| 737|model有变化|类名:WindowMode;<br>方法or属性:WINDOW_MODE_FLOATING = 102<br>旧版本信息:|类名:WindowMode;<br>方法or属性:WINDOW_MODE_FLOATING = 102<br>新版本信息:StageModelOnly|@ohos.app.ability.AbilityConstant.d.ts| 738|model有变化|类名:OnSaveResult;<br>方法or属性:ALL_AGREE = 0<br>旧版本信息:|类名:OnSaveResult;<br>方法or属性:ALL_AGREE = 0<br>新版本信息:StageModelOnly|@ohos.app.ability.AbilityConstant.d.ts| 739|model有变化|类名:OnSaveResult;<br>方法or属性:CONTINUATION_REJECT = 1<br>旧版本信息:|类名:OnSaveResult;<br>方法or属性:CONTINUATION_REJECT = 1<br>新版本信息:StageModelOnly|@ohos.app.ability.AbilityConstant.d.ts| 740|model有变化|类名:OnSaveResult;<br>方法or属性:CONTINUATION_MISMATCH = 2<br>旧版本信息:|类名:OnSaveResult;<br>方法or属性:CONTINUATION_MISMATCH = 2<br>新版本信息:StageModelOnly|@ohos.app.ability.AbilityConstant.d.ts| 741|model有变化|类名:OnSaveResult;<br>方法or属性:RECOVERY_AGREE = 3<br>旧版本信息:|类名:OnSaveResult;<br>方法or属性:RECOVERY_AGREE = 3<br>新版本信息:StageModelOnly|@ohos.app.ability.AbilityConstant.d.ts| 742|model有变化|类名:OnSaveResult;<br>方法or属性:RECOVERY_REJECT = 4<br>旧版本信息:|类名:OnSaveResult;<br>方法or属性:RECOVERY_REJECT = 4<br>新版本信息:StageModelOnly|@ohos.app.ability.AbilityConstant.d.ts| 743|model有变化|类名:OnSaveResult;<br>方法or属性:ALL_REJECT<br>旧版本信息:|类名:OnSaveResult;<br>方法or属性:ALL_REJECT<br>新版本信息:StageModelOnly|@ohos.app.ability.AbilityConstant.d.ts| 744|model有变化|类名:StateType;<br>方法or属性:CONTINUATION = 0<br>旧版本信息:|类名:StateType;<br>方法or属性:CONTINUATION = 0<br>新版本信息:StageModelOnly|@ohos.app.ability.AbilityConstant.d.ts| 745|model有变化|类名:StateType;<br>方法or属性:APP_RECOVERY = 1<br>旧版本信息:|类名:StateType;<br>方法or属性:APP_RECOVERY = 1<br>新版本信息:StageModelOnly|@ohos.app.ability.AbilityConstant.d.ts| 746|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| 747|model有变化|类名:AreaMode;<br>方法or属性:EL1 = 0<br>旧版本信息:|类名:AreaMode;<br>方法or属性:EL1 = 0<br>新版本信息:StageModelOnly|@ohos.app.ability.contextConstant.d.ts| 748|model有变化|类名:AreaMode;<br>方法or属性:EL2 = 1<br>旧版本信息:|类名:AreaMode;<br>方法or属性:EL2 = 1<br>新版本信息:StageModelOnly|@ohos.app.ability.contextConstant.d.ts| 749|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| 750|model有变化|类名:DataAbilityHelper;<br>方法or属性:getType(uri: string): Promise\<string>;<br>旧版本信息:|类名:DataAbilityHelper;<br>方法or属性:getType(uri: string): Promise\<string>;<br>新版本信息:FAModelOnly|dataAbilityHelper.d.ts| 751|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| 752|model有变化|类名:DataAbilityHelper;<br>方法or属性:normalizeUri(uri: string): Promise\<string>;<br>旧版本信息:|类名:DataAbilityHelper;<br>方法or属性:normalizeUri(uri: string): Promise\<string>;<br>新版本信息:FAModelOnly|dataAbilityHelper.d.ts| 753|model有变化|类名:DataAbilityHelper;<br>方法or属性:denormalizeUri(uri: string): Promise\<string>;<br>旧版本信息:|类名:DataAbilityHelper;<br>方法or属性:denormalizeUri(uri: string): Promise\<string>;<br>新版本信息:FAModelOnly|dataAbilityHelper.d.ts| 754|model有变化|类名:DataAbilityHelper;<br>方法or属性:notifyChange(uri: string): Promise\<void>;<br>旧版本信息:|类名:DataAbilityHelper;<br>方法or属性:notifyChange(uri: string): Promise\<void>;<br>新版本信息:FAModelOnly|dataAbilityHelper.d.ts| 755|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| 756|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| 757|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| 758|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| 759|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| 760|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| 761|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| 762|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| 763|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| 764|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| 765|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| 766|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| 767|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| 768|model有变化|类名:Context;<br>方法or属性:getOrCreateLocalDir(callback: AsyncCallback\<string>): void;<br>旧版本信息:|类名:Context;<br>方法or属性:getOrCreateLocalDir(callback: AsyncCallback\<string>): void;<br>新版本信息:FAModelOnly|context.d.ts| 769|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| 770|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| 771|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| 772|model有变化|类名:Context;<br>方法or属性:getApplicationInfo(): Promise\<ApplicationInfo>;<br>旧版本信息:|类名:Context;<br>方法or属性:getApplicationInfo(): Promise\<ApplicationInfo>;<br>新版本信息:FAModelOnly|context.d.ts| 773|model有变化|类名:Context;<br>方法or属性:getBundleName(): Promise\<string>;<br>旧版本信息:|类名:Context;<br>方法or属性:getBundleName(): Promise\<string>;<br>新版本信息:FAModelOnly|context.d.ts| 774|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| 775|model有变化|类名:Context;<br>方法or属性:getDisplayOrientation(): Promise\<bundle.DisplayOrientation>;<br>旧版本信息:|类名:Context;<br>方法or属性:getDisplayOrientation(): Promise\<bundle.DisplayOrientation>;<br>新版本信息:FAModelOnly|context.d.ts| 776|model有变化|类名:Context;<br>方法or属性:getExternalCacheDir(callback: AsyncCallback\<string>): void;<br>旧版本信息:|类名:Context;<br>方法or属性:getExternalCacheDir(callback: AsyncCallback\<string>): void;<br>新版本信息:FAModelOnly|context.d.ts| 777|model有变化|类名:Context;<br>方法or属性:getExternalCacheDir(): Promise\<string>;<br>旧版本信息:|类名:Context;<br>方法or属性:getExternalCacheDir(): Promise\<string>;<br>新版本信息:FAModelOnly|context.d.ts| 778|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| 779|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| 780|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| 781|model有变化|类名:Context;<br>方法or属性:setShowOnLockScreen(show: boolean): Promise\<void>;<br>旧版本信息:|类名:Context;<br>方法or属性:setShowOnLockScreen(show: boolean): Promise\<void>;<br>新版本信息:FAModelOnly|context.d.ts| 782|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| 783|model有变化|类名:Context;<br>方法or属性:setWakeUpScreen(wakeUp: boolean): Promise\<void>;<br>旧版本信息:|类名:Context;<br>方法or属性:setWakeUpScreen(wakeUp: boolean): Promise\<void>;<br>新版本信息:FAModelOnly|context.d.ts| 784|model有变化|类名:Context;<br>方法or属性:getProcessInfo(): Promise\<ProcessInfo>;<br>旧版本信息:|类名:Context;<br>方法or属性:getProcessInfo(): Promise\<ProcessInfo>;<br>新版本信息:FAModelOnly|context.d.ts| 785|model有变化|类名:Context;<br>方法or属性:getElementName(): Promise\<ElementName>;<br>旧版本信息:|类名:Context;<br>方法or属性:getElementName(): Promise\<ElementName>;<br>新版本信息:FAModelOnly|context.d.ts| 786|model有变化|类名:Context;<br>方法or属性:getProcessName(): Promise\<string>;<br>旧版本信息:|类名:Context;<br>方法or属性:getProcessName(): Promise\<string>;<br>新版本信息:FAModelOnly|context.d.ts| 787|model有变化|类名:Context;<br>方法or属性:getCallingBundle(): Promise\<string>;<br>旧版本信息:|类名:Context;<br>方法or属性:getCallingBundle(): Promise\<string>;<br>新版本信息:FAModelOnly|context.d.ts| 788|model有变化|类名:Context;<br>方法or属性:getFilesDir(): Promise\<string>;<br>旧版本信息:|类名:Context;<br>方法or属性:getFilesDir(): Promise\<string>;<br>新版本信息:FAModelOnly|context.d.ts| 789|model有变化|类名:Context;<br>方法or属性:getCacheDir(): Promise\<string>;<br>旧版本信息:|类名:Context;<br>方法or属性:getCacheDir(): Promise\<string>;<br>新版本信息:FAModelOnly|context.d.ts| 790|model有变化|类名:Context;<br>方法or属性:getOrCreateDistributedDir(callback: AsyncCallback\<string>): void;<br>旧版本信息:|类名:Context;<br>方法or属性:getOrCreateDistributedDir(callback: AsyncCallback\<string>): void;<br>新版本信息:FAModelOnly|context.d.ts| 791|model有变化|类名:Context;<br>方法or属性:getAppType(): Promise\<string>;<br>旧版本信息:|类名:Context;<br>方法or属性:getAppType(): Promise\<string>;<br>新版本信息:FAModelOnly|context.d.ts| 792|model有变化|类名:Context;<br>方法or属性:getHapModuleInfo(): Promise\<HapModuleInfo>;<br>旧版本信息:|类名:Context;<br>方法or属性:getHapModuleInfo(): Promise\<HapModuleInfo>;<br>新版本信息:FAModelOnly|context.d.ts| 793|model有变化|类名:Context;<br>方法or属性:getAppVersionInfo(): Promise\<AppVersionInfo>;<br>旧版本信息:|类名:Context;<br>方法or属性:getAppVersionInfo(): Promise\<AppVersionInfo>;<br>新版本信息:FAModelOnly|context.d.ts| 794|model有变化|类名:Context;<br>方法or属性:getAbilityInfo(): Promise\<AbilityInfo>;<br>旧版本信息:|类名:Context;<br>方法or属性:getAbilityInfo(): Promise\<AbilityInfo>;<br>新版本信息:FAModelOnly|context.d.ts| 795|model有变化|类名:Context;<br>方法or属性:isUpdatingConfigurations(): Promise\<boolean>;<br>旧版本信息:|类名:Context;<br>方法or属性:isUpdatingConfigurations(): Promise\<boolean>;<br>新版本信息:FAModelOnly|context.d.ts| 796|model有变化|类名:Context;<br>方法or属性:printDrawnCompleted(): Promise\<void>;<br>旧版本信息:|类名:Context;<br>方法or属性:printDrawnCompleted(): Promise\<void>;<br>新版本信息:FAModelOnly|context.d.ts| 797|model有变化|类名:ExtensionContext;<br>方法or属性:extensionAbilityInfo: ExtensionAbilityInfo;<br>旧版本信息:|类名:ExtensionContext;<br>方法or属性:extensionAbilityInfo: ExtensionAbilityInfo;<br>新版本信息:StageModelOnly|ExtensionContext.d.ts| 798|model有变化|类名:FormExtensionContext;<br>方法or属性:startAbility(want: Want): Promise\<void>;<br>旧版本信息:|类名:FormExtensionContext;<br>方法or属性:startAbility(want: Want): Promise\<void>;<br>新版本信息:StageModelOnly|FormExtensionContext.d.ts| 799|type有变化|类名:LaunchParam;<br>方法or属性:launchReason: LaunchReason;<br>旧版本信息:|类名:LaunchParam;<br>方法or属性:launchReason: LaunchReason;<br>新版本信息:LaunchReason|@ohos.app.ability.AbilityConstant.d.ts| 800|type有变化|类名:LaunchParam;<br>方法or属性:lastExitReason: LastExitReason;<br>旧版本信息:|类名:LaunchParam;<br>方法or属性:lastExitReason: LastExitReason;<br>新版本信息:LastExitReason|@ohos.app.ability.AbilityConstant.d.ts| 801|type有变化|类名:Configuration;<br>方法or属性:language?: string;<br>旧版本信息:string|类名:Configuration;<br>方法or属性:language?: string;<br>新版本信息:?string|@ohos.app.ability.Configuration.d.ts| 802|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| 803|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| 804|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| 805|type有变化|类名:Configuration;<br>方法or属性:displayId?: number;<br>旧版本信息:number|类名:Configuration;<br>方法or属性:displayId?: number;<br>新版本信息:?number|@ohos.app.ability.Configuration.d.ts| 806|type有变化|类名:Configuration;<br>方法or属性:hasPointerDevice?: boolean;<br>旧版本信息:boolean|类名:Configuration;<br>方法or属性:hasPointerDevice?: boolean;<br>新版本信息:?boolean|@ohos.app.ability.Configuration.d.ts| 807|type有变化|类名:RequestResult;<br>方法or属性:result: ResultCode;<br>旧版本信息:|类名:RequestResult;<br>方法or属性:result: ResultCode;<br>新版本信息:ResultCode|@ohos.app.ability.dialogRequest.d.ts| 808|type有变化|类名:ServiceExtensionAbility;<br>方法or属性:context: ServiceExtensionContext;<br>旧版本信息:|类名:ServiceExtensionAbility;<br>方法or属性:context: ServiceExtensionContext;<br>新版本信息:ServiceExtensionContext|@ohos.app.ability.ServiceExtensionAbility.d.ts| 809|type有变化|类名:StartOptions;<br>方法or属性:windowMode?: number;<br>旧版本信息:|类名:StartOptions;<br>方法or属性:windowMode?: number;<br>新版本信息:?number|@ohos.app.ability.StartOptions.d.ts| 810|type有变化|类名:StartOptions;<br>方法or属性:displayId?: number;<br>旧版本信息:|类名:StartOptions;<br>方法or属性:displayId?: number;<br>新版本信息:?number|@ohos.app.ability.StartOptions.d.ts| 811|type有变化|类名:Want;<br>方法or属性:deviceId?: string;<br>旧版本信息:|类名:Want;<br>方法or属性:deviceId?: string;<br>新版本信息:?string|@ohos.app.ability.Want.d.ts| 812|type有变化|类名:Want;<br>方法or属性:uri?: string;<br>旧版本信息:|类名:Want;<br>方法or属性:uri?: string;<br>新版本信息:?string|@ohos.app.ability.Want.d.ts| 813|type有变化|类名:Want;<br>方法or属性:type?: string;<br>旧版本信息:|类名:Want;<br>方法or属性:type?: string;<br>新版本信息:?string|@ohos.app.ability.Want.d.ts| 814|type有变化|类名:Want;<br>方法or属性:flags?: number;<br>旧版本信息:|类名:Want;<br>方法or属性:flags?: number;<br>新版本信息:?number|@ohos.app.ability.Want.d.ts| 815|type有变化|类名:Want;<br>方法or属性:action?: string;<br>旧版本信息:|类名:Want;<br>方法or属性:action?: string;<br>新版本信息:?string|@ohos.app.ability.Want.d.ts| 816|type有变化|类名:Want;<br>方法or属性:parameters?: { [key: string]: Object };<br>旧版本信息:|类名:Want;<br>方法or属性:parameters?: { [key: string]: Object };<br>新版本信息:?object|@ohos.app.ability.Want.d.ts| 817|type有变化|类名:Want;<br>方法or属性:entities?: Array\<string>;<br>旧版本信息:|类名:Want;<br>方法or属性:entities?: Array\<string>;<br>新版本信息:?Array\<string>|@ohos.app.ability.Want.d.ts| 818|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| 819|type有变化|类名:FormBindingData;<br>方法or属性:data: Object;<br>旧版本信息:|类名:FormBindingData;<br>方法or属性:data: Object;<br>新版本信息:Object|@ohos.app.form.formBindingData.d.ts| 820|type有变化|类名:FormInfo;<br>方法or属性:bundleName: string;<br>旧版本信息:|类名:FormInfo;<br>方法or属性:bundleName: string;<br>新版本信息:string|@ohos.app.form.formInfo.d.ts| 821|type有变化|类名:FormInfo;<br>方法or属性:moduleName: string;<br>旧版本信息:|类名:FormInfo;<br>方法or属性:moduleName: string;<br>新版本信息:string|@ohos.app.form.formInfo.d.ts| 822|type有变化|类名:FormInfo;<br>方法or属性:abilityName: string;<br>旧版本信息:|类名:FormInfo;<br>方法or属性:abilityName: string;<br>新版本信息:string|@ohos.app.form.formInfo.d.ts| 823|type有变化|类名:FormInfo;<br>方法or属性:name: string;<br>旧版本信息:|类名:FormInfo;<br>方法or属性:name: string;<br>新版本信息:string|@ohos.app.form.formInfo.d.ts| 824|type有变化|类名:FormInfo;<br>方法or属性:description: string;<br>旧版本信息:|类名:FormInfo;<br>方法or属性:description: string;<br>新版本信息:string|@ohos.app.form.formInfo.d.ts| 825|type有变化|类名:FormInfo;<br>方法or属性:type: FormType;<br>旧版本信息:|类名:FormInfo;<br>方法or属性:type: FormType;<br>新版本信息:FormType|@ohos.app.form.formInfo.d.ts| 826|type有变化|类名:FormInfo;<br>方法or属性:jsComponentName: string;<br>旧版本信息:|类名:FormInfo;<br>方法or属性:jsComponentName: string;<br>新版本信息:string|@ohos.app.form.formInfo.d.ts| 827|type有变化|类名:FormInfo;<br>方法or属性:colorMode: ColorMode;<br>旧版本信息:|类名:FormInfo;<br>方法or属性:colorMode: ColorMode;<br>新版本信息:ColorMode|@ohos.app.form.formInfo.d.ts| 828|type有变化|类名:FormInfo;<br>方法or属性:isDefault: boolean;<br>旧版本信息:|类名:FormInfo;<br>方法or属性:isDefault: boolean;<br>新版本信息:boolean|@ohos.app.form.formInfo.d.ts| 829|type有变化|类名:FormInfo;<br>方法or属性:updateEnabled: boolean;<br>旧版本信息:|类名:FormInfo;<br>方法or属性:updateEnabled: boolean;<br>新版本信息:boolean|@ohos.app.form.formInfo.d.ts| 830|type有变化|类名:FormInfo;<br>方法or属性:formVisibleNotify: boolean;<br>旧版本信息:|类名:FormInfo;<br>方法or属性:formVisibleNotify: boolean;<br>新版本信息:boolean|@ohos.app.form.formInfo.d.ts| 831|type有变化|类名:FormInfo;<br>方法or属性:scheduledUpdateTime: string;<br>旧版本信息:|类名:FormInfo;<br>方法or属性:scheduledUpdateTime: string;<br>新版本信息:string|@ohos.app.form.formInfo.d.ts| 832|type有变化|类名:FormInfo;<br>方法or属性:formConfigAbility: string;<br>旧版本信息:|类名:FormInfo;<br>方法or属性:formConfigAbility: string;<br>新版本信息:string|@ohos.app.form.formInfo.d.ts| 833|type有变化|类名:FormInfo;<br>方法or属性:updateDuration: number;<br>旧版本信息:|类名:FormInfo;<br>方法or属性:updateDuration: number;<br>新版本信息:number|@ohos.app.form.formInfo.d.ts| 834|type有变化|类名:FormInfo;<br>方法or属性:defaultDimension: number;<br>旧版本信息:|类名:FormInfo;<br>方法or属性:defaultDimension: number;<br>新版本信息:number|@ohos.app.form.formInfo.d.ts| 835|type有变化|类名:FormInfo;<br>方法or属性:supportDimensions: Array\<number>;<br>旧版本信息:|类名:FormInfo;<br>方法or属性:supportDimensions: Array\<number>;<br>新版本信息:Array\<number>|@ohos.app.form.formInfo.d.ts| 836|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| 837|type有变化|类名:FormStateInfo;<br>方法or属性:formState: FormState;<br>旧版本信息:|类名:FormStateInfo;<br>方法or属性:formState: FormState;<br>新版本信息:FormState|@ohos.app.form.formInfo.d.ts| 838|type有变化|类名:FormStateInfo;<br>方法or属性:want: Want;<br>旧版本信息:|类名:FormStateInfo;<br>方法or属性:want: Want;<br>新版本信息:Want|@ohos.app.form.formInfo.d.ts| 839|type有变化|类名:FormInfoFilter;<br>方法or属性:moduleName?: string;<br>旧版本信息:|类名:FormInfoFilter;<br>方法or属性:moduleName?: string;<br>新版本信息:?string|@ohos.app.form.formInfo.d.ts| 840|type有变化|类名:Configuration;<br>方法or属性:language?: string;<br>旧版本信息:|类名:Configuration;<br>方法or属性:language?: string;<br>新版本信息:?string|@ohos.application.Configuration.d.ts| 841|type有变化|类名:Configuration;<br>方法or属性:colorMode?: ConfigurationConstant.ColorMode;<br>旧版本信息:|类名:Configuration;<br>方法or属性:colorMode?: ConfigurationConstant.ColorMode;<br>新版本信息:?ConfigurationConstant.ColorMode|@ohos.application.Configuration.d.ts| 842|type有变化|类名:FormBindingData;<br>方法or属性:data: Object;<br>旧版本信息:|类名:FormBindingData;<br>方法or属性:data: Object;<br>新版本信息:Object|@ohos.application.formBindingData.d.ts| 843|type有变化|类名:FormInfo;<br>方法or属性:bundleName: string;<br>旧版本信息:|类名:FormInfo;<br>方法or属性:bundleName: string;<br>新版本信息:string|@ohos.application.formInfo.d.ts| 844|type有变化|类名:FormInfo;<br>方法or属性:moduleName: string;<br>旧版本信息:|类名:FormInfo;<br>方法or属性:moduleName: string;<br>新版本信息:string|@ohos.application.formInfo.d.ts| 845|type有变化|类名:FormInfo;<br>方法or属性:abilityName: string;<br>旧版本信息:|类名:FormInfo;<br>方法or属性:abilityName: string;<br>新版本信息:string|@ohos.application.formInfo.d.ts| 846|type有变化|类名:FormInfo;<br>方法or属性:name: string;<br>旧版本信息:|类名:FormInfo;<br>方法or属性:name: string;<br>新版本信息:string|@ohos.application.formInfo.d.ts| 847|type有变化|类名:FormInfo;<br>方法or属性:description: string;<br>旧版本信息:|类名:FormInfo;<br>方法or属性:description: string;<br>新版本信息:string|@ohos.application.formInfo.d.ts| 848|type有变化|类名:FormInfo;<br>方法or属性:type: FormType;<br>旧版本信息:|类名:FormInfo;<br>方法or属性:type: FormType;<br>新版本信息:FormType|@ohos.application.formInfo.d.ts| 849|type有变化|类名:FormInfo;<br>方法or属性:jsComponentName: string;<br>旧版本信息:|类名:FormInfo;<br>方法or属性:jsComponentName: string;<br>新版本信息:string|@ohos.application.formInfo.d.ts| 850|type有变化|类名:FormInfo;<br>方法or属性:colorMode: ColorMode;<br>旧版本信息:|类名:FormInfo;<br>方法or属性:colorMode: ColorMode;<br>新版本信息:ColorMode|@ohos.application.formInfo.d.ts| 851|type有变化|类名:FormInfo;<br>方法or属性:isDefault: boolean;<br>旧版本信息:|类名:FormInfo;<br>方法or属性:isDefault: boolean;<br>新版本信息:boolean|@ohos.application.formInfo.d.ts| 852|type有变化|类名:FormInfo;<br>方法or属性:updateEnabled: boolean;<br>旧版本信息:|类名:FormInfo;<br>方法or属性:updateEnabled: boolean;<br>新版本信息:boolean|@ohos.application.formInfo.d.ts| 853|type有变化|类名:FormInfo;<br>方法or属性:formVisibleNotify: boolean;<br>旧版本信息:|类名:FormInfo;<br>方法or属性:formVisibleNotify: boolean;<br>新版本信息:boolean|@ohos.application.formInfo.d.ts| 854|type有变化|类名:FormInfo;<br>方法or属性:relatedBundleName: string;<br>旧版本信息:|类名:FormInfo;<br>方法or属性:relatedBundleName: string;<br>新版本信息:string|@ohos.application.formInfo.d.ts| 855|type有变化|类名:FormInfo;<br>方法or属性:scheduledUpdateTime: string;<br>旧版本信息:|类名:FormInfo;<br>方法or属性:scheduledUpdateTime: string;<br>新版本信息:string|@ohos.application.formInfo.d.ts| 856|type有变化|类名:FormInfo;<br>方法or属性:formConfigAbility: string;<br>旧版本信息:|类名:FormInfo;<br>方法or属性:formConfigAbility: string;<br>新版本信息:string|@ohos.application.formInfo.d.ts| 857|type有变化|类名:FormInfo;<br>方法or属性:updateDuration: number;<br>旧版本信息:|类名:FormInfo;<br>方法or属性:updateDuration: number;<br>新版本信息:number|@ohos.application.formInfo.d.ts| 858|type有变化|类名:FormInfo;<br>方法or属性:defaultDimension: number;<br>旧版本信息:|类名:FormInfo;<br>方法or属性:defaultDimension: number;<br>新版本信息:number|@ohos.application.formInfo.d.ts| 859|type有变化|类名:FormInfo;<br>方法or属性:supportDimensions: Array\<number>;<br>旧版本信息:|类名:FormInfo;<br>方法or属性:supportDimensions: Array\<number>;<br>新版本信息:Array\<number>|@ohos.application.formInfo.d.ts| 860|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| 861|type有变化|类名:FormStateInfo;<br>方法or属性:formState: FormState;<br>旧版本信息:|类名:FormStateInfo;<br>方法or属性:formState: FormState;<br>新版本信息:FormState|@ohos.application.formInfo.d.ts| 862|type有变化|类名:FormStateInfo;<br>方法or属性:want: Want;<br>旧版本信息:|类名:FormStateInfo;<br>方法or属性:want: Want;<br>新版本信息:Want|@ohos.application.formInfo.d.ts| 863|type有变化|类名:Want;<br>方法or属性:deviceId?: string;<br>旧版本信息:|类名:Want;<br>方法or属性:deviceId?: string;<br>新版本信息:?string|@ohos.application.Want.d.ts| 864|type有变化|类名:Want;<br>方法or属性:bundleName?: string;<br>旧版本信息:|类名:Want;<br>方法or属性:bundleName?: string;<br>新版本信息:?string|@ohos.application.Want.d.ts| 865|type有变化|类名:Want;<br>方法or属性:abilityName?: string;<br>旧版本信息:|类名:Want;<br>方法or属性:abilityName?: string;<br>新版本信息:?string|@ohos.application.Want.d.ts| 866|type有变化|类名:Want;<br>方法or属性:uri?: string;<br>旧版本信息:|类名:Want;<br>方法or属性:uri?: string;<br>新版本信息:?string|@ohos.application.Want.d.ts| 867|type有变化|类名:Want;<br>方法or属性:type?: string;<br>旧版本信息:|类名:Want;<br>方法or属性:type?: string;<br>新版本信息:?string|@ohos.application.Want.d.ts| 868|type有变化|类名:Want;<br>方法or属性:flags?: number;<br>旧版本信息:|类名:Want;<br>方法or属性:flags?: number;<br>新版本信息:?number|@ohos.application.Want.d.ts| 869|type有变化|类名:Want;<br>方法or属性:action?: string;<br>旧版本信息:|类名:Want;<br>方法or属性:action?: string;<br>新版本信息:?string|@ohos.application.Want.d.ts| 870|type有变化|类名:Want;<br>方法or属性:parameters?: { [key: string]: any };<br>旧版本信息:|类名:Want;<br>方法or属性:parameters?: { [key: string]: any };<br>新版本信息:?object|@ohos.application.Want.d.ts| 871|type有变化|类名:Want;<br>方法or属性:entities?: Array\<string>;<br>旧版本信息:|类名:Want;<br>方法or属性:entities?: Array\<string>;<br>新版本信息:?Array\<string>|@ohos.application.Want.d.ts| 872|type有变化|类名:CompleteData;<br>方法or属性:info: WantAgent;<br>旧版本信息:|类名:CompleteData;<br>方法or属性:info: WantAgent;<br>新版本信息:WantAgent|@ohos.wantAgent.d.ts| 873|type有变化|类名:CompleteData;<br>方法or属性:want: Want;<br>旧版本信息:|类名:CompleteData;<br>方法or属性:want: Want;<br>新版本信息:Want|@ohos.wantAgent.d.ts| 874|type有变化|类名:CompleteData;<br>方法or属性:finalCode: number;<br>旧版本信息:|类名:CompleteData;<br>方法or属性:finalCode: number;<br>新版本信息:number|@ohos.wantAgent.d.ts| 875|type有变化|类名:CompleteData;<br>方法or属性:finalData: string;<br>旧版本信息:|类名:CompleteData;<br>方法or属性:finalData: string;<br>新版本信息:string|@ohos.wantAgent.d.ts| 876|type有变化|类名:CompleteData;<br>方法or属性:extraInfo?: { [key: string]: any };<br>旧版本信息:|类名:CompleteData;<br>方法or属性:extraInfo?: { [key: string]: any };<br>新版本信息:?object|@ohos.wantAgent.d.ts| 877|type有变化|类名:AbilityResult;<br>方法or属性:resultCode: number;<br>旧版本信息:|类名:AbilityResult;<br>方法or属性:resultCode: number;<br>新版本信息:number|abilityResult.d.ts| 878|type有变化|类名:AbilityResult;<br>方法or属性:want?: Want;<br>旧版本信息:|类名:AbilityResult;<br>方法or属性:want?: Want;<br>新版本信息:?Want|abilityResult.d.ts| 879|type有变化|类名:DataAbilityOperation;<br>方法or属性:uri: string;<br>旧版本信息:|类名:DataAbilityOperation;<br>方法or属性:uri: string;<br>新版本信息:string|dataAbilityOperation.d.ts| 880|type有变化|类名:DataAbilityOperation;<br>方法or属性:type: featureAbility.DataAbilityOperationType;<br>旧版本信息:|类名:DataAbilityOperation;<br>方法or属性:type: featureAbility.DataAbilityOperationType;<br>新版本信息:featureAbility.DataAbilityOperationType|dataAbilityOperation.d.ts| 881|type有变化|类名:DataAbilityOperation;<br>方法or属性:valuesBucket?: rdb.ValuesBucket;<br>旧版本信息:|类名:DataAbilityOperation;<br>方法or属性:valuesBucket?: rdb.ValuesBucket;<br>新版本信息:?rdb.ValuesBucket|dataAbilityOperation.d.ts| 882|type有变化|类名:DataAbilityOperation;<br>方法or属性:valueBackReferences?: rdb.ValuesBucket;<br>旧版本信息:|类名:DataAbilityOperation;<br>方法or属性:valueBackReferences?: rdb.ValuesBucket;<br>新版本信息:?rdb.ValuesBucket|dataAbilityOperation.d.ts| 883|type有变化|类名:DataAbilityOperation;<br>方法or属性:predicates?: dataAbility.DataAbilityPredicates;<br>旧版本信息:|类名:DataAbilityOperation;<br>方法or属性:predicates?: dataAbility.DataAbilityPredicates;<br>新版本信息:?dataAbility.DataAbilityPredicates|dataAbilityOperation.d.ts| 884|type有变化|类名:DataAbilityOperation;<br>方法or属性:predicatesBackReferences?: Map\<number, number>;<br>旧版本信息:|类名:DataAbilityOperation;<br>方法or属性:predicatesBackReferences?: Map\<number, number>;<br>新版本信息:?Map\<number, number>|dataAbilityOperation.d.ts| 885|type有变化|类名:DataAbilityOperation;<br>方法or属性:interrupted?: boolean;<br>旧版本信息:|类名:DataAbilityOperation;<br>方法or属性:interrupted?: boolean;<br>新版本信息:?boolean|dataAbilityOperation.d.ts| 886|type有变化|类名:DataAbilityOperation;<br>方法or属性:expectedCount?: number;<br>旧版本信息:|类名:DataAbilityOperation;<br>方法or属性:expectedCount?: number;<br>新版本信息:?number|dataAbilityOperation.d.ts| 887|type有变化|类名:DataAbilityResult;<br>方法or属性:uri?: string;<br>旧版本信息:|类名:DataAbilityResult;<br>方法or属性:uri?: string;<br>新版本信息:?string|dataAbilityResult.d.ts| 888|type有变化|类名:DataAbilityResult;<br>方法or属性:count?: number;<br>旧版本信息:|类名:DataAbilityResult;<br>方法or属性:count?: number;<br>新版本信息:?number|dataAbilityResult.d.ts| 889|type有变化|类名:StartAbilityParameter;<br>方法or属性:want: Want;<br>旧版本信息:|类名:StartAbilityParameter;<br>方法or属性:want: Want;<br>新版本信息:Want|startAbilityParameter.d.ts| 890|type有变化|类名:StartAbilityParameter;<br>方法or属性:abilityStartSetting?: { [key: string]: any };<br>旧版本信息:|类名:StartAbilityParameter;<br>方法or属性:abilityStartSetting?: { [key: string]: any };<br>新版本信息:?object|startAbilityParameter.d.ts| 891|type有变化|类名:Want;<br>方法or属性:deviceId?: string;<br>旧版本信息:|类名:Want;<br>方法or属性:deviceId?: string;<br>新版本信息:?string|want.d.ts| 892|type有变化|类名:Want;<br>方法or属性:bundleName?: string;<br>旧版本信息:|类名:Want;<br>方法or属性:bundleName?: string;<br>新版本信息:?string|want.d.ts| 893|type有变化|类名:Want;<br>方法or属性:abilityName?: string;<br>旧版本信息:|类名:Want;<br>方法or属性:abilityName?: string;<br>新版本信息:?string|want.d.ts| 894|type有变化|类名:Want;<br>方法or属性:uri?: string;<br>旧版本信息:|类名:Want;<br>方法or属性:uri?: string;<br>新版本信息:?string|want.d.ts| 895|type有变化|类名:Want;<br>方法or属性:type?: string;<br>旧版本信息:|类名:Want;<br>方法or属性:type?: string;<br>新版本信息:?string|want.d.ts| 896|type有变化|类名:Want;<br>方法or属性:flags?: number;<br>旧版本信息:|类名:Want;<br>方法or属性:flags?: number;<br>新版本信息:?number|want.d.ts| 897|type有变化|类名:Want;<br>方法or属性:action?: string;<br>旧版本信息:|类名:Want;<br>方法or属性:action?: string;<br>新版本信息:?string|want.d.ts| 898|type有变化|类名:Want;<br>方法or属性:parameters?: { [key: string]: any };<br>旧版本信息:|类名:Want;<br>方法or属性:parameters?: { [key: string]: any };<br>新版本信息:?object|want.d.ts| 899|type有变化|类名:Want;<br>方法or属性:entities?: Array\<string>;<br>旧版本信息:|类名:Want;<br>方法or属性:entities?: Array\<string>;<br>新版本信息:?Array\<string>|want.d.ts| 900|type有变化|类名:AppVersionInfo;<br>方法or属性:readonly appName: string;<br>旧版本信息:|类名:AppVersionInfo;<br>方法or属性:readonly appName: string;<br>新版本信息:string|appVersionInfo.d.ts| 901|type有变化|类名:AppVersionInfo;<br>方法or属性:readonly versionCode: number;<br>旧版本信息:|类名:AppVersionInfo;<br>方法or属性:readonly versionCode: number;<br>新版本信息:number|appVersionInfo.d.ts| 902|type有变化|类名:AppVersionInfo;<br>方法or属性:readonly versionName: string;<br>旧版本信息:|类名:AppVersionInfo;<br>方法or属性:readonly versionName: string;<br>新版本信息:string|appVersionInfo.d.ts| 903|type有变化|类名:PermissionRequestResult;<br>方法or属性:requestCode: number;<br>旧版本信息:|类名:PermissionRequestResult;<br>方法or属性:requestCode: number;<br>新版本信息:number|context.d.ts| 904|type有变化|类名:PermissionRequestResult;<br>方法or属性:permissions: Array\<string>;<br>旧版本信息:|类名:PermissionRequestResult;<br>方法or属性:permissions: Array\<string>;<br>新版本信息:Array\<string>|context.d.ts| 905|type有变化|类名:PermissionRequestResult;<br>方法or属性:authResults: Array\<number>;<br>旧版本信息:|类名:PermissionRequestResult;<br>方法or属性:authResults: Array\<number>;<br>新版本信息:Array\<number>|context.d.ts| 906|type有变化|类名:PermissionOptions;<br>方法or属性:pid?: number;<br>旧版本信息:|类名:PermissionOptions;<br>方法or属性:pid?: number;<br>新版本信息:?number|context.d.ts| 907|type有变化|类名:PermissionOptions;<br>方法or属性:uid?: number;<br>旧版本信息:|类名:PermissionOptions;<br>方法or属性:uid?: number;<br>新版本信息:?number|context.d.ts| 908|type有变化|类名:ProcessInfo;<br>方法or属性:pid: number;<br>旧版本信息:|类名:ProcessInfo;<br>方法or属性:pid: number;<br>新版本信息:number|processInfo.d.ts| 909|type有变化|类名:ProcessInfo;<br>方法or属性:processName: string;<br>旧版本信息:|类名:ProcessInfo;<br>方法or属性:processName: string;<br>新版本信息:string|processInfo.d.ts| 910|type有变化|类名:AbilityDelegatorArgs;<br>方法or属性:bundleName: string;<br>旧版本信息:|类名:AbilityDelegatorArgs;<br>方法or属性:bundleName: string;<br>新版本信息:string|abilityDelegatorArgs.d.ts| 911|type有变化|类名:AbilityDelegatorArgs;<br>方法or属性:parameters: { [key: string]: string };<br>旧版本信息:|类名:AbilityDelegatorArgs;<br>方法or属性:parameters: { [key: string]: string };<br>新版本信息:object|abilityDelegatorArgs.d.ts| 912|type有变化|类名:AbilityDelegatorArgs;<br>方法or属性:testCaseNames: string;<br>旧版本信息:|类名:AbilityDelegatorArgs;<br>方法or属性:testCaseNames: string;<br>新版本信息:string|abilityDelegatorArgs.d.ts| 913|type有变化|类名:AbilityDelegatorArgs;<br>方法or属性:testRunnerClassName: string;<br>旧版本信息:|类名:AbilityDelegatorArgs;<br>方法or属性:testRunnerClassName: string;<br>新版本信息:string|abilityDelegatorArgs.d.ts| 914|type有变化|类名:AbilityMonitor;<br>方法or属性:abilityName: string;<br>旧版本信息:|类名:AbilityMonitor;<br>方法or属性:abilityName: string;<br>新版本信息:string|AbilityMonitor.d.ts| 915|type有变化|类名:AbilityMonitor;<br>方法or属性:moduleName?: string;<br>旧版本信息:|类名:AbilityMonitor;<br>方法or属性:moduleName?: string;<br>新版本信息:?string|AbilityMonitor.d.ts| 916|type有变化|类名:AbilityRunningInfo;<br>方法or属性:ability: ElementName;<br>旧版本信息:|类名:AbilityRunningInfo;<br>方法or属性:ability: ElementName;<br>新版本信息:ElementName|AbilityRunningInfo.d.ts| 917|type有变化|类名:AbilityRunningInfo;<br>方法or属性:pid: number;<br>旧版本信息:|类名:AbilityRunningInfo;<br>方法or属性:pid: number;<br>新版本信息:number|AbilityRunningInfo.d.ts| 918|type有变化|类名:AbilityRunningInfo;<br>方法or属性:uid: number;<br>旧版本信息:|类名:AbilityRunningInfo;<br>方法or属性:uid: number;<br>新版本信息:number|AbilityRunningInfo.d.ts| 919|type有变化|类名:AbilityRunningInfo;<br>方法or属性:processName: string;<br>旧版本信息:|类名:AbilityRunningInfo;<br>方法or属性:processName: string;<br>新版本信息:string|AbilityRunningInfo.d.ts| 920|type有变化|类名:AbilityRunningInfo;<br>方法or属性:startTime: number;<br>旧版本信息:|类名:AbilityRunningInfo;<br>方法or属性:startTime: number;<br>新版本信息:number|AbilityRunningInfo.d.ts| 921|type有变化|类名:AbilityRunningInfo;<br>方法or属性:abilityState: abilityManager.AbilityState;<br>旧版本信息:|类名:AbilityRunningInfo;<br>方法or属性:abilityState: abilityManager.AbilityState;<br>新版本信息:abilityManager.AbilityState|AbilityRunningInfo.d.ts| 922|type有变化|类名:AbilityStageContext;<br>方法or属性:currentHapModuleInfo: HapModuleInfo;<br>旧版本信息:|类名:AbilityStageContext;<br>方法or属性:currentHapModuleInfo: HapModuleInfo;<br>新版本信息:HapModuleInfo|AbilityStageContext.d.ts| 923|type有变化|类名:AbilityStageContext;<br>方法or属性:config: Configuration;<br>旧版本信息:|类名:AbilityStageContext;<br>方法or属性:config: Configuration;<br>新版本信息:Configuration|AbilityStageContext.d.ts| 924|type有变化|类名:AbilityStageMonitor;<br>方法or属性:moduleName: string;<br>旧版本信息:|类名:AbilityStageMonitor;<br>方法or属性:moduleName: string;<br>新版本信息:string|AbilityStageMonitor.d.ts| 925|type有变化|类名:AbilityStageMonitor;<br>方法or属性:srcEntrance: string;<br>旧版本信息:|类名:AbilityStageMonitor;<br>方法or属性:srcEntrance: string;<br>新版本信息:string|AbilityStageMonitor.d.ts| 926|type有变化|类名:AbilityStateData;<br>方法or属性:moduleName: string;<br>旧版本信息:|类名:AbilityStateData;<br>方法or属性:moduleName: string;<br>新版本信息:string|AbilityStateData.d.ts| 927|type有变化|类名:AbilityStateData;<br>方法or属性:bundleName: string;<br>旧版本信息:|类名:AbilityStateData;<br>方法or属性:bundleName: string;<br>新版本信息:string|AbilityStateData.d.ts| 928|type有变化|类名:AbilityStateData;<br>方法or属性:abilityName: string;<br>旧版本信息:|类名:AbilityStateData;<br>方法or属性:abilityName: string;<br>新版本信息:string|AbilityStateData.d.ts| 929|type有变化|类名:AbilityStateData;<br>方法or属性:pid: number;<br>旧版本信息:|类名:AbilityStateData;<br>方法or属性:pid: number;<br>新版本信息:number|AbilityStateData.d.ts| 930|type有变化|类名:AbilityStateData;<br>方法or属性:uid: number;<br>旧版本信息:|类名:AbilityStateData;<br>方法or属性:uid: number;<br>新版本信息:number|AbilityStateData.d.ts| 931|type有变化|类名:AbilityStateData;<br>方法or属性:state: number;<br>旧版本信息:|类名:AbilityStateData;<br>方法or属性:state: number;<br>新版本信息:number|AbilityStateData.d.ts| 932|type有变化|类名:AbilityStateData;<br>方法or属性:abilityType: number;<br>旧版本信息:|类名:AbilityStateData;<br>方法or属性:abilityType: number;<br>新版本信息:number|AbilityStateData.d.ts| 933|type有变化|类名:AppStateData;<br>方法or属性:bundleName: string;<br>旧版本信息:|类名:AppStateData;<br>方法or属性:bundleName: string;<br>新版本信息:string|AppStateData.d.ts| 934|type有变化|类名:AppStateData;<br>方法or属性:uid: number;<br>旧版本信息:|类名:AppStateData;<br>方法or属性:uid: number;<br>新版本信息:number|AppStateData.d.ts| 935|type有变化|类名:AppStateData;<br>方法or属性:state: number;<br>旧版本信息:|类名:AppStateData;<br>方法or属性:state: number;<br>新版本信息:number|AppStateData.d.ts| 936|type有变化|类名:BaseContext;<br>方法or属性:stageMode: boolean;<br>旧版本信息:|类名:BaseContext;<br>方法or属性:stageMode: boolean;<br>新版本信息:boolean|BaseContext.d.ts| 937|type有变化|类名:Context;<br>方法or属性:area: contextConstant.AreaMode;<br>旧版本信息:AreaMode|类名:Context;<br>方法or属性:area: contextConstant.AreaMode;<br>新版本信息:contextConstant.AreaMode|Context.d.ts| 938|type有变化|类名:ContinueDeviceInfo;<br>方法or属性:srcDeviceId: string;<br>旧版本信息:|类名:ContinueDeviceInfo;<br>方法or属性:srcDeviceId: string;<br>新版本信息:string|ContinueDeviceInfo.d.ts| 939|type有变化|类名:ContinueDeviceInfo;<br>方法or属性:dstDeviceId: string;<br>旧版本信息:|类名:ContinueDeviceInfo;<br>方法or属性:dstDeviceId: string;<br>新版本信息:string|ContinueDeviceInfo.d.ts| 940|type有变化|类名:ContinueDeviceInfo;<br>方法or属性:missionId: number;<br>旧版本信息:|类名:ContinueDeviceInfo;<br>方法or属性:missionId: number;<br>新版本信息:number|ContinueDeviceInfo.d.ts| 941|type有变化|类名:ContinueDeviceInfo;<br>方法or属性:wantParam: { [key: string]: any };<br>旧版本信息:|类名:ContinueDeviceInfo;<br>方法or属性:wantParam: { [key: string]: any };<br>新版本信息:object|ContinueDeviceInfo.d.ts| 942|type有变化|类名:ExtensionContext;<br>方法or属性:currentHapModuleInfo: HapModuleInfo;<br>旧版本信息:|类名:ExtensionContext;<br>方法or属性:currentHapModuleInfo: HapModuleInfo;<br>新版本信息:HapModuleInfo|ExtensionContext.d.ts| 943|type有变化|类名:ExtensionContext;<br>方法or属性:config: Configuration;<br>旧版本信息:|类名:ExtensionContext;<br>方法or属性:config: Configuration;<br>新版本信息:Configuration|ExtensionContext.d.ts| 944|type有变化|类名:ExtensionContext;<br>方法or属性:extensionAbilityInfo: ExtensionAbilityInfo;<br>旧版本信息:|类名:ExtensionContext;<br>方法or属性:extensionAbilityInfo: ExtensionAbilityInfo;<br>新版本信息:ExtensionAbilityInfo|ExtensionContext.d.ts| 945|type有变化|类名:ExtensionRunningInfo;<br>方法or属性:extension: ElementName;<br>旧版本信息:|类名:ExtensionRunningInfo;<br>方法or属性:extension: ElementName;<br>新版本信息:ElementName|ExtensionRunningInfo.d.ts| 946|type有变化|类名:ExtensionRunningInfo;<br>方法or属性:pid: number;<br>旧版本信息:|类名:ExtensionRunningInfo;<br>方法or属性:pid: number;<br>新版本信息:number|ExtensionRunningInfo.d.ts| 947|type有变化|类名:ExtensionRunningInfo;<br>方法or属性:uid: number;<br>旧版本信息:|类名:ExtensionRunningInfo;<br>方法or属性:uid: number;<br>新版本信息:number|ExtensionRunningInfo.d.ts| 948|type有变化|类名:ExtensionRunningInfo;<br>方法or属性:processName: string;<br>旧版本信息:|类名:ExtensionRunningInfo;<br>方法or属性:processName: string;<br>新版本信息:string|ExtensionRunningInfo.d.ts| 949|type有变化|类名:ExtensionRunningInfo;<br>方法or属性:startTime: number;<br>旧版本信息:|类名:ExtensionRunningInfo;<br>方法or属性:startTime: number;<br>新版本信息:number|ExtensionRunningInfo.d.ts| 950|type有变化|类名:ExtensionRunningInfo;<br>方法or属性:clientPackage: Array\<String>;<br>旧版本信息:|类名:ExtensionRunningInfo;<br>方法or属性:clientPackage: Array\<String>;<br>新版本信息:Array\<String>|ExtensionRunningInfo.d.ts| 951|type有变化|类名:ExtensionRunningInfo;<br>方法or属性:type: bundle.ExtensionAbilityType;<br>旧版本信息:|类名:ExtensionRunningInfo;<br>方法or属性:type: bundle.ExtensionAbilityType;<br>新版本信息:bundle.ExtensionAbilityType|ExtensionRunningInfo.d.ts| 952|type有变化|类名:MissionDeviceInfo;<br>方法or属性:deviceId: string;<br>旧版本信息:|类名:MissionDeviceInfo;<br>方法or属性:deviceId: string;<br>新版本信息:string|MissionDeviceInfo.d.ts| 953|type有变化|类名:MissionInfo;<br>方法or属性:missionId: number;<br>旧版本信息:|类名:MissionInfo;<br>方法or属性:missionId: number;<br>新版本信息:number|MissionInfo.d.ts| 954|type有变化|类名:MissionInfo;<br>方法or属性:runningState: number;<br>旧版本信息:|类名:MissionInfo;<br>方法or属性:runningState: number;<br>新版本信息:number|MissionInfo.d.ts| 955|type有变化|类名:MissionInfo;<br>方法or属性:lockedState: boolean;<br>旧版本信息:|类名:MissionInfo;<br>方法or属性:lockedState: boolean;<br>新版本信息:boolean|MissionInfo.d.ts| 956|type有变化|类名:MissionInfo;<br>方法or属性:timestamp: string;<br>旧版本信息:|类名:MissionInfo;<br>方法or属性:timestamp: string;<br>新版本信息:string|MissionInfo.d.ts| 957|type有变化|类名:MissionInfo;<br>方法or属性:want: Want;<br>旧版本信息:|类名:MissionInfo;<br>方法or属性:want: Want;<br>新版本信息:Want|MissionInfo.d.ts| 958|type有变化|类名:MissionInfo;<br>方法or属性:label: string;<br>旧版本信息:|类名:MissionInfo;<br>方法or属性:label: string;<br>新版本信息:string|MissionInfo.d.ts| 959|type有变化|类名:MissionInfo;<br>方法or属性:iconPath: string;<br>旧版本信息:|类名:MissionInfo;<br>方法or属性:iconPath: string;<br>新版本信息:string|MissionInfo.d.ts| 960|type有变化|类名:MissionInfo;<br>方法or属性:continuable: boolean;<br>旧版本信息:|类名:MissionInfo;<br>方法or属性:continuable: boolean;<br>新版本信息:boolean|MissionInfo.d.ts| 961|type有变化|类名:MissionParameter;<br>方法or属性:deviceId: string;<br>旧版本信息:|类名:MissionParameter;<br>方法or属性:deviceId: string;<br>新版本信息:string|MissionParameter.d.ts| 962|type有变化|类名:MissionParameter;<br>方法or属性:fixConflict: boolean;<br>旧版本信息:|类名:MissionParameter;<br>方法or属性:fixConflict: boolean;<br>新版本信息:boolean|MissionParameter.d.ts| 963|type有变化|类名:MissionParameter;<br>方法or属性:tag: number;<br>旧版本信息:|类名:MissionParameter;<br>方法or属性:tag: number;<br>新版本信息:number|MissionParameter.d.ts| 964|type有变化|类名:MissionSnapshot;<br>方法or属性:ability: ElementName;<br>旧版本信息:|类名:MissionSnapshot;<br>方法or属性:ability: ElementName;<br>新版本信息:ElementName|MissionSnapshot.d.ts| 965|type有变化|类名:MissionSnapshot;<br>方法or属性:snapshot: image.PixelMap;<br>旧版本信息:|类名:MissionSnapshot;<br>方法or属性:snapshot: image.PixelMap;<br>新版本信息:image.PixelMap|MissionSnapshot.d.ts| 966|type有变化|类名:ProcessData;<br>方法or属性:bundleName: string;<br>旧版本信息:|类名:ProcessData;<br>方法or属性:bundleName: string;<br>新版本信息:string|ProcessData.d.ts| 967|type有变化|类名:ProcessData;<br>方法or属性:pid: number;<br>旧版本信息:|类名:ProcessData;<br>方法or属性:pid: number;<br>新版本信息:number|ProcessData.d.ts| 968|type有变化|类名:ProcessData;<br>方法or属性:uid: number;<br>旧版本信息:|类名:ProcessData;<br>方法or属性:uid: number;<br>新版本信息:number|ProcessData.d.ts| 969|type有变化|类名:ProcessData;<br>方法or属性:state: number;<br>旧版本信息:|类名:ProcessData;<br>方法or属性:state: number;<br>新版本信息:number|ProcessData.d.ts| 970|type有变化|类名:ProcessData;<br>方法or属性:isContinuousTask: boolean;<br>旧版本信息:|类名:ProcessData;<br>方法or属性:isContinuousTask: boolean;<br>新版本信息:boolean|ProcessData.d.ts| 971|type有变化|类名:ProcessData;<br>方法or属性:isKeepAlive: boolean;<br>旧版本信息:|类名:ProcessData;<br>方法or属性:isKeepAlive: boolean;<br>新版本信息:boolean|ProcessData.d.ts| 972|type有变化|类名:ProcessInformation;<br>方法or属性:pid: number;<br>旧版本信息:|类名:ProcessInformation;<br>方法or属性:pid: number;<br>新版本信息:number|ProcessInformation.d.ts| 973|type有变化|类名:ProcessInformation;<br>方法or属性:uid: number;<br>旧版本信息:|类名:ProcessInformation;<br>方法or属性:uid: number;<br>新版本信息:number|ProcessInformation.d.ts| 974|type有变化|类名:ProcessInformation;<br>方法or属性:processName: string;<br>旧版本信息:|类名:ProcessInformation;<br>方法or属性:processName: string;<br>新版本信息:string|ProcessInformation.d.ts| 975|type有变化|类名:ProcessInformation;<br>方法or属性:bundleNames: Array\<string>;<br>旧版本信息:|类名:ProcessInformation;<br>方法or属性:bundleNames: Array\<string>;<br>新版本信息:Array\<string>|ProcessInformation.d.ts| 976|type有变化|类名:ProcessRunningInfo;<br>方法or属性:pid: number;<br>旧版本信息:|类名:ProcessRunningInfo;<br>方法or属性:pid: number;<br>新版本信息:number|ProcessRunningInfo.d.ts| 977|type有变化|类名:ProcessRunningInfo;<br>方法or属性:uid: number;<br>旧版本信息:|类名:ProcessRunningInfo;<br>方法or属性:uid: number;<br>新版本信息:number|ProcessRunningInfo.d.ts| 978|type有变化|类名:ProcessRunningInfo;<br>方法or属性:processName: string;<br>旧版本信息:|类名:ProcessRunningInfo;<br>方法or属性:processName: string;<br>新版本信息:string|ProcessRunningInfo.d.ts| 979|type有变化|类名:ProcessRunningInfo;<br>方法or属性:bundleNames: Array\<string>;<br>旧版本信息:|类名:ProcessRunningInfo;<br>方法or属性:bundleNames: Array\<string>;<br>新版本信息:Array\<string>|ProcessRunningInfo.d.ts| 980|type有变化|类名:ShellCmdResult;<br>方法or属性:stdResult: string;<br>旧版本信息:|类名:ShellCmdResult;<br>方法or属性:stdResult: string;<br>新版本信息:string|shellCmdResult.d.ts| 981|type有变化|类名:ShellCmdResult;<br>方法or属性:exitCode: number;<br>旧版本信息:|类名:ShellCmdResult;<br>方法or属性:exitCode: number;<br>新版本信息:number|shellCmdResult.d.ts| 982|type有变化|类名:ContinuationExtraParams;<br>方法or属性:deviceType?: Array\<string>;<br>旧版本信息:|类名:ContinuationExtraParams;<br>方法or属性:deviceType?: Array\<string>;<br>新版本信息:?Array\<string>|continuationExtraParams.d.ts| 983|type有变化|类名:ContinuationExtraParams;<br>方法or属性:targetBundle?: string;<br>旧版本信息:|类名:ContinuationExtraParams;<br>方法or属性:targetBundle?: string;<br>新版本信息:?string|continuationExtraParams.d.ts| 984|type有变化|类名:ContinuationExtraParams;<br>方法or属性:description?: string;<br>旧版本信息:|类名:ContinuationExtraParams;<br>方法or属性:description?: string;<br>新版本信息:?string|continuationExtraParams.d.ts| 985|type有变化|类名:ContinuationExtraParams;<br>方法or属性:filter?: any;<br>旧版本信息:|类名:ContinuationExtraParams;<br>方法or属性:filter?: any;<br>新版本信息:?any|continuationExtraParams.d.ts| 986|type有变化|类名:ContinuationExtraParams;<br>方法or属性:continuationMode?: continuationManager.ContinuationMode;<br>旧版本信息:|类名:ContinuationExtraParams;<br>方法or属性:continuationMode?: continuationManager.ContinuationMode;<br>新版本信息:?continuationManager.ContinuationMode|continuationExtraParams.d.ts| 987|type有变化|类名:ContinuationExtraParams;<br>方法or属性:authInfo?: { [key: string]: any };<br>旧版本信息:|类名:ContinuationExtraParams;<br>方法or属性:authInfo?: { [key: string]: any };<br>新版本信息:?object|continuationExtraParams.d.ts| 988|type有变化|类名:ContinuationResult;<br>方法or属性:id: string;<br>旧版本信息:|类名:ContinuationResult;<br>方法or属性:id: string;<br>新版本信息:string|continuationResult.d.ts| 989|type有变化|类名:ContinuationResult;<br>方法or属性:type: string;<br>旧版本信息:|类名:ContinuationResult;<br>方法or属性:type: string;<br>新版本信息:string|continuationResult.d.ts| 990|type有变化|类名:ContinuationResult;<br>方法or属性:name: string;<br>旧版本信息:|类名:ContinuationResult;<br>方法or属性:name: string;<br>新版本信息:string|continuationResult.d.ts| 991|type有变化|类名:TriggerInfo;<br>方法or属性:code: number;<br>旧版本信息:|类名:TriggerInfo;<br>方法or属性:code: number;<br>新版本信息:number|triggerInfo.d.ts| 992|type有变化|类名:TriggerInfo;<br>方法or属性:want?: Want;<br>旧版本信息:|类名:TriggerInfo;<br>方法or属性:want?: Want;<br>新版本信息:?Want|triggerInfo.d.ts| 993|type有变化|类名:TriggerInfo;<br>方法or属性:permission?: string;<br>旧版本信息:|类名:TriggerInfo;<br>方法or属性:permission?: string;<br>新版本信息:?string|triggerInfo.d.ts| 994|type有变化|类名:TriggerInfo;<br>方法or属性:extraInfo?: { [key: string]: any };<br>旧版本信息:|类名:TriggerInfo;<br>方法or属性:extraInfo?: { [key: string]: any };<br>新版本信息:?object|triggerInfo.d.ts| 995|type有变化|类名:WantAgentInfo;<br>方法or属性:wants: Array\<Want>;<br>旧版本信息:|类名:WantAgentInfo;<br>方法or属性:wants: Array\<Want>;<br>新版本信息:Array\<Want>|wantAgentInfo.d.ts| 996|type有变化|类名:WantAgentInfo;<br>方法or属性:operationType: wantAgent.OperationType;<br>旧版本信息:|类名:WantAgentInfo;<br>方法or属性:operationType: wantAgent.OperationType;<br>新版本信息:wantAgent.OperationType|wantAgentInfo.d.ts| 997|type有变化|类名:WantAgentInfo;<br>方法or属性:requestCode: number;<br>旧版本信息:|类名:WantAgentInfo;<br>方法or属性:requestCode: number;<br>新版本信息:number|wantAgentInfo.d.ts| 998|type有变化|类名:WantAgentInfo;<br>方法or属性:wantAgentFlags?: Array\<wantAgent.WantAgentFlags>;<br>旧版本信息:|类名:WantAgentInfo;<br>方法or属性:wantAgentFlags?: Array\<wantAgent.WantAgentFlags>;<br>新版本信息:?Array\<wantAgent.WantAgentFlags>|wantAgentInfo.d.ts| 999|type有变化|类名:WantAgentInfo;<br>方法or属性:extraInfo?: { [key: string]: any };<br>旧版本信息:|类名:WantAgentInfo;<br>方法or属性:extraInfo?: { [key: string]: any };<br>新版本信息:?object|wantAgentInfo.d.ts| 1000|函数有变化|类名: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| 1001|函数有变化|类名: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| 1002|跨平台能力有变化|类名:AbilityConstant;<br>方法or属性:declare AbilityConstant<br>旧版本信息:|类名:AbilityConstant;<br>方法or属性:declare AbilityConstant<br>新版本信息:crossplatform|@ohos.app.ability.AbilityConstant.d.ts| 1003|跨平台能力有变化|类名:LaunchParam;<br>方法or属性:export interface LaunchParam<br>旧版本信息:|类名:LaunchParam;<br>方法or属性:export interface LaunchParam<br>新版本信息:crossplatform|@ohos.app.ability.AbilityConstant.d.ts| 1004|跨平台能力有变化|类名:LaunchParam;<br>方法or属性:launchReason: LaunchReason;<br>旧版本信息:|类名:LaunchParam;<br>方法or属性:launchReason: LaunchReason;<br>新版本信息:crossplatform|@ohos.app.ability.AbilityConstant.d.ts| 1005|跨平台能力有变化|类名:LaunchParam;<br>方法or属性:lastExitReason: LastExitReason;<br>旧版本信息:|类名:LaunchParam;<br>方法or属性:lastExitReason: LastExitReason;<br>新版本信息:crossplatform|@ohos.app.ability.AbilityConstant.d.ts| 1006|跨平台能力有变化|类名:LaunchReason;<br>方法or属性:export enum LaunchReason<br>旧版本信息:|类名:LaunchReason;<br>方法or属性:export enum LaunchReason<br>新版本信息:crossplatform|@ohos.app.ability.AbilityConstant.d.ts| 1007|跨平台能力有变化|类名:LaunchReason;<br>方法or属性:UNKNOWN = 0<br>旧版本信息:|类名:LaunchReason;<br>方法or属性:UNKNOWN = 0<br>新版本信息:crossplatform|@ohos.app.ability.AbilityConstant.d.ts| 1008|跨平台能力有变化|类名:LastExitReason;<br>方法or属性:UNKNOWN = 0<br>旧版本信息:|类名:LastExitReason;<br>方法or属性:UNKNOWN = 0<br>新版本信息:crossplatform|@ohos.app.ability.AbilityConstant.d.ts| 1009|跨平台能力有变化|类名:LastExitReason;<br>方法or属性:export enum LastExitReason<br>旧版本信息:|类名:LastExitReason;<br>方法or属性:export enum LastExitReason<br>新版本信息:crossplatform|@ohos.app.ability.AbilityConstant.d.ts| 1010|跨平台能力有变化|类名:abilityDelegatorRegistry;<br>方法or属性:declare abilityDelegatorRegistry<br>旧版本信息:|类名:abilityDelegatorRegistry;<br>方法or属性:declare abilityDelegatorRegistry<br>新版本信息:crossplatform|@ohos.app.ability.abilityDelegatorRegistry.d.ts| 1011|跨平台能力有变化|类名:abilityDelegatorRegistry;<br>方法or属性:function getAbilityDelegator(): AbilityDelegator;<br>旧版本信息:|类名:abilityDelegatorRegistry;<br>方法or属性:function getAbilityDelegator(): AbilityDelegator;<br>新版本信息:crossplatform|@ohos.app.ability.abilityDelegatorRegistry.d.ts| 1012|跨平台能力有变化|类名:abilityDelegatorRegistry;<br>方法or属性:function getArguments(): AbilityDelegatorArgs;<br>旧版本信息:|类名:abilityDelegatorRegistry;<br>方法or属性:function getArguments(): AbilityDelegatorArgs;<br>新版本信息:crossplatform|@ohos.app.ability.abilityDelegatorRegistry.d.ts| 1013|跨平台能力有变化|类名:abilityDelegatorRegistry;<br>方法or属性:export type AbilityDelegator = _AbilityDelegator;<br>旧版本信息:|类名:abilityDelegatorRegistry;<br>方法or属性:export type AbilityDelegator = _AbilityDelegator;<br>新版本信息:crossplatform|@ohos.app.ability.abilityDelegatorRegistry.d.ts| 1014|跨平台能力有变化|类名:abilityDelegatorRegistry;<br>方法or属性:export type AbilityDelegatorArgs = _AbilityDelegatorArgs;<br>旧版本信息:|类名:abilityDelegatorRegistry;<br>方法or属性:export type AbilityDelegatorArgs = _AbilityDelegatorArgs;<br>新版本信息:crossplatform|@ohos.app.ability.abilityDelegatorRegistry.d.ts| 1015|跨平台能力有变化|类名:abilityDelegatorRegistry;<br>方法or属性:export type AbilityMonitor = _AbilityMonitor;<br>旧版本信息:|类名:abilityDelegatorRegistry;<br>方法or属性:export type AbilityMonitor = _AbilityMonitor;<br>新版本信息:crossplatform|@ohos.app.ability.abilityDelegatorRegistry.d.ts| 1016|跨平台能力有变化|类名:AbilityLifecycleState;<br>方法or属性:export enum AbilityLifecycleState<br>旧版本信息:|类名:AbilityLifecycleState;<br>方法or属性:export enum AbilityLifecycleState<br>新版本信息:crossplatform|@ohos.app.ability.abilityDelegatorRegistry.d.ts| 1017|跨平台能力有变化|类名:AbilityLifecycleState;<br>方法or属性:UNINITIALIZED<br>旧版本信息:|类名:AbilityLifecycleState;<br>方法or属性:UNINITIALIZED<br>新版本信息:crossplatform|@ohos.app.ability.abilityDelegatorRegistry.d.ts| 1018|跨平台能力有变化|类名:AbilityLifecycleState;<br>方法or属性:CREATE<br>旧版本信息:|类名:AbilityLifecycleState;<br>方法or属性:CREATE<br>新版本信息:crossplatform|@ohos.app.ability.abilityDelegatorRegistry.d.ts| 1019|跨平台能力有变化|类名:AbilityLifecycleState;<br>方法or属性:FOREGROUND<br>旧版本信息:|类名:AbilityLifecycleState;<br>方法or属性:FOREGROUND<br>新版本信息:crossplatform|@ohos.app.ability.abilityDelegatorRegistry.d.ts| 1020|跨平台能力有变化|类名:AbilityLifecycleState;<br>方法or属性:BACKGROUND<br>旧版本信息:|类名:AbilityLifecycleState;<br>方法or属性:BACKGROUND<br>新版本信息:crossplatform|@ohos.app.ability.abilityDelegatorRegistry.d.ts| 1021|跨平台能力有变化|类名:AbilityLifecycleState;<br>方法or属性:DESTROY<br>旧版本信息:|类名:AbilityLifecycleState;<br>方法or属性:DESTROY<br>新版本信息:crossplatform|@ohos.app.ability.abilityDelegatorRegistry.d.ts| 1022|跨平台能力有变化|类名:AbilityLifecycleCallback;<br>方法or属性:export default class AbilityLifecycleCallback<br>旧版本信息:|类名:AbilityLifecycleCallback;<br>方法or属性:export default class AbilityLifecycleCallback<br>新版本信息:crossplatform|@ohos.app.ability.AbilityLifecycleCallback.d.ts| 1023|跨平台能力有变化|类名:AbilityLifecycleCallback;<br>方法or属性:onAbilityCreate(ability: UIAbility): void;<br>旧版本信息:|类名:AbilityLifecycleCallback;<br>方法or属性:onAbilityCreate(ability: UIAbility): void;<br>新版本信息:crossplatform|@ohos.app.ability.AbilityLifecycleCallback.d.ts| 1024|跨平台能力有变化|类名: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| 1025|跨平台能力有变化|类名: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| 1026|跨平台能力有变化|类名:AbilityLifecycleCallback;<br>方法or属性:onAbilityDestroy(ability: UIAbility): void;<br>旧版本信息:|类名:AbilityLifecycleCallback;<br>方法or属性:onAbilityDestroy(ability: UIAbility): void;<br>新版本信息:crossplatform|@ohos.app.ability.AbilityLifecycleCallback.d.ts| 1027|跨平台能力有变化|类名:AbilityLifecycleCallback;<br>方法or属性:onAbilityForeground(ability: UIAbility): void;<br>旧版本信息:|类名:AbilityLifecycleCallback;<br>方法or属性:onAbilityForeground(ability: UIAbility): void;<br>新版本信息:crossplatform|@ohos.app.ability.AbilityLifecycleCallback.d.ts| 1028|跨平台能力有变化|类名:AbilityLifecycleCallback;<br>方法or属性:onAbilityBackground(ability: UIAbility): void;<br>旧版本信息:|类名:AbilityLifecycleCallback;<br>方法or属性:onAbilityBackground(ability: UIAbility): void;<br>新版本信息:crossplatform|@ohos.app.ability.AbilityLifecycleCallback.d.ts| 1029|跨平台能力有变化|类名:AbilityStage;<br>方法or属性:export default class AbilityStage<br>旧版本信息:|类名:AbilityStage;<br>方法or属性:export default class AbilityStage<br>新版本信息:crossplatform|@ohos.app.ability.AbilityStage.d.ts| 1030|跨平台能力有变化|类名:AbilityStage;<br>方法or属性:context: AbilityStageContext;<br>旧版本信息:|类名:AbilityStage;<br>方法or属性:context: AbilityStageContext;<br>新版本信息:crossplatform|@ohos.app.ability.AbilityStage.d.ts| 1031|跨平台能力有变化|类名:AbilityStage;<br>方法or属性:onCreate(): void;<br>旧版本信息:|类名:AbilityStage;<br>方法or属性:onCreate(): void;<br>新版本信息:crossplatform|@ohos.app.ability.AbilityStage.d.ts| 1032|跨平台能力有变化|类名:AbilityStage;<br>方法or属性:onConfigurationUpdate(newConfig: Configuration): void;<br>旧版本信息:|类名:AbilityStage;<br>方法or属性:onConfigurationUpdate(newConfig: Configuration): void;<br>新版本信息:crossplatform|@ohos.app.ability.AbilityStage.d.ts| 1033|跨平台能力有变化|类名:common;<br>方法or属性:declare common<br>旧版本信息:|类名:common;<br>方法or属性:declare common<br>新版本信息:crossplatform|@ohos.app.ability.common.d.ts| 1034|跨平台能力有变化|类名: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| 1035|跨平台能力有变化|类名: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| 1036|跨平台能力有变化|类名: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| 1037|跨平台能力有变化|类名: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| 1038|跨平台能力有变化|类名: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| 1039|跨平台能力有变化|类名:Configuration;<br>方法or属性:export interface Configuration<br>旧版本信息:|类名:Configuration;<br>方法or属性:export interface Configuration<br>新版本信息:crossplatform|@ohos.app.ability.Configuration.d.ts| 1040|跨平台能力有变化|类名:Configuration;<br>方法or属性:colorMode?: ConfigurationConstant.ColorMode;<br>旧版本信息:|类名:Configuration;<br>方法or属性:colorMode?: ConfigurationConstant.ColorMode;<br>新版本信息:crossplatform|@ohos.app.ability.Configuration.d.ts| 1041|跨平台能力有变化|类名:Configuration;<br>方法or属性:direction?: ConfigurationConstant.Direction;<br>旧版本信息:|类名:Configuration;<br>方法or属性:direction?: ConfigurationConstant.Direction;<br>新版本信息:crossplatform|@ohos.app.ability.Configuration.d.ts| 1042|跨平台能力有变化|类名:ColorMode;<br>方法or属性:export enum ColorMode<br>旧版本信息:|类名:ColorMode;<br>方法or属性:export enum ColorMode<br>新版本信息:crossplatform|@ohos.app.ability.ConfigurationConstant.d.ts| 1043|跨平台能力有变化|类名: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| 1044|跨平台能力有变化|类名:ColorMode;<br>方法or属性:COLOR_MODE_DARK = 0<br>旧版本信息:|类名:ColorMode;<br>方法or属性:COLOR_MODE_DARK = 0<br>新版本信息:crossplatform|@ohos.app.ability.ConfigurationConstant.d.ts| 1045|跨平台能力有变化|类名:ColorMode;<br>方法or属性:COLOR_MODE_LIGHT = 1<br>旧版本信息:|类名:ColorMode;<br>方法or属性:COLOR_MODE_LIGHT = 1<br>新版本信息:crossplatform|@ohos.app.ability.ConfigurationConstant.d.ts| 1046|跨平台能力有变化|类名:Direction;<br>方法or属性:export enum Direction<br>旧版本信息:|类名:Direction;<br>方法or属性:export enum Direction<br>新版本信息:crossplatform|@ohos.app.ability.ConfigurationConstant.d.ts| 1047|跨平台能力有变化|类名:Direction;<br>方法or属性:DIRECTION_NOT_SET = -1<br>旧版本信息:|类名:Direction;<br>方法or属性:DIRECTION_NOT_SET = -1<br>新版本信息:crossplatform|@ohos.app.ability.ConfigurationConstant.d.ts| 1048|跨平台能力有变化|类名:Direction;<br>方法or属性:DIRECTION_VERTICAL = 0<br>旧版本信息:|类名:Direction;<br>方法or属性:DIRECTION_VERTICAL = 0<br>新版本信息:crossplatform|@ohos.app.ability.ConfigurationConstant.d.ts| 1049|跨平台能力有变化|类名:Direction;<br>方法or属性:DIRECTION_HORIZONTAL = 1<br>旧版本信息:|类名:Direction;<br>方法or属性:DIRECTION_HORIZONTAL = 1<br>新版本信息:crossplatform|@ohos.app.ability.ConfigurationConstant.d.ts| 1050|跨平台能力有变化|类名:UIAbility;<br>方法or属性:export default class UIAbility<br>旧版本信息:|类名:UIAbility;<br>方法or属性:export default class UIAbility<br>新版本信息:crossplatform|@ohos.app.ability.UIAbility.d.ts| 1051|跨平台能力有变化|类名:UIAbility;<br>方法or属性:context: UIAbilityContext;<br>旧版本信息:|类名:UIAbility;<br>方法or属性:context: UIAbilityContext;<br>新版本信息:crossplatform|@ohos.app.ability.UIAbility.d.ts| 1052|跨平台能力有变化|类名: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| 1053|跨平台能力有变化|类名: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| 1054|跨平台能力有变化|类名:UIAbility;<br>方法or属性:onWindowStageDestroy(): void;<br>旧版本信息:|类名:UIAbility;<br>方法or属性:onWindowStageDestroy(): void;<br>新版本信息:crossplatform|@ohos.app.ability.UIAbility.d.ts| 1055|跨平台能力有变化|类名:UIAbility;<br>方法or属性:onDestroy(): void \| Promise\<void>;<br>旧版本信息:|类名:UIAbility;<br>方法or属性:onDestroy(): void \| Promise\<void>;<br>新版本信息:crossplatform|@ohos.app.ability.UIAbility.d.ts| 1056|跨平台能力有变化|类名:UIAbility;<br>方法or属性:onForeground(): void;<br>旧版本信息:|类名:UIAbility;<br>方法or属性:onForeground(): void;<br>新版本信息:crossplatform|@ohos.app.ability.UIAbility.d.ts| 1057|跨平台能力有变化|类名:UIAbility;<br>方法or属性:onBackground(): void;<br>旧版本信息:|类名:UIAbility;<br>方法or属性:onBackground(): void;<br>新版本信息:crossplatform|@ohos.app.ability.UIAbility.d.ts| 1058|跨平台能力有变化|类名: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| 1059|跨平台能力有变化|类名:Want;<br>方法or属性:export default class Want<br>旧版本信息:|类名:Want;<br>方法or属性:export default class Want<br>新版本信息:crossplatform|@ohos.app.ability.Want.d.ts| 1060|跨平台能力有变化|类名:Want;<br>方法or属性:bundleName?: string;<br>旧版本信息:|类名:Want;<br>方法or属性:bundleName?: string;<br>新版本信息:crossplatform|@ohos.app.ability.Want.d.ts| 1061|跨平台能力有变化|类名:Want;<br>方法or属性:abilityName?: string;<br>旧版本信息:|类名:Want;<br>方法or属性:abilityName?: string;<br>新版本信息:crossplatform|@ohos.app.ability.Want.d.ts| 1062|跨平台能力有变化|类名:Want;<br>方法or属性:parameters?: { [key: string]: Object };<br>旧版本信息:|类名:Want;<br>方法or属性:parameters?: { [key: string]: Object };<br>新版本信息:crossplatform|@ohos.app.ability.Want.d.ts| 1063|跨平台能力有变化|类名:Want;<br>方法or属性:moduleName?: string;<br>旧版本信息:|类名:Want;<br>方法or属性:moduleName?: string;<br>新版本信息:crossplatform|@ohos.app.ability.Want.d.ts| 1064|跨平台能力有变化|类名:AbilityDelegator;<br>方法or属性:export interface AbilityDelegator<br>旧版本信息:|类名:AbilityDelegator;<br>方法or属性:export interface AbilityDelegator<br>新版本信息:crossplatform|AbilityDelegator.d.ts| 1065|跨平台能力有变化|类名: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| 1066|跨平台能力有变化|类名:AbilityDelegator;<br>方法or属性:addAbilityMonitor(monitor: AbilityMonitor): Promise\<void>;<br>旧版本信息:|类名:AbilityDelegator;<br>方法or属性:addAbilityMonitor(monitor: AbilityMonitor): Promise\<void>;<br>新版本信息:crossplatform|AbilityDelegator.d.ts| 1067|跨平台能力有变化|类名: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| 1068|跨平台能力有变化|类名:AbilityDelegator;<br>方法or属性:addAbilityStageMonitor(monitor: AbilityStageMonitor): Promise\<void>;<br>旧版本信息:|类名:AbilityDelegator;<br>方法or属性:addAbilityStageMonitor(monitor: AbilityStageMonitor): Promise\<void>;<br>新版本信息:crossplatform|AbilityDelegator.d.ts| 1069|跨平台能力有变化|类名: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| 1070|跨平台能力有变化|类名:AbilityDelegator;<br>方法or属性:removeAbilityMonitor(monitor: AbilityMonitor): Promise\<void>;<br>旧版本信息:|类名:AbilityDelegator;<br>方法or属性:removeAbilityMonitor(monitor: AbilityMonitor): Promise\<void>;<br>新版本信息:crossplatform|AbilityDelegator.d.ts| 1071|跨平台能力有变化|类名: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| 1072|跨平台能力有变化|类名:AbilityDelegator;<br>方法or属性:removeAbilityStageMonitor(monitor: AbilityStageMonitor): Promise\<void>;<br>旧版本信息:|类名:AbilityDelegator;<br>方法or属性:removeAbilityStageMonitor(monitor: AbilityStageMonitor): Promise\<void>;<br>新版本信息:crossplatform|AbilityDelegator.d.ts| 1073|跨平台能力有变化|类名: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| 1074|跨平台能力有变化|类名: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| 1075|跨平台能力有变化|类名: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| 1076|跨平台能力有变化|类名: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| 1077|跨平台能力有变化|类名: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| 1078|跨平台能力有变化|类名: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| 1079|跨平台能力有变化|类名:AbilityDelegator;<br>方法or属性:getAppContext(): Context;<br>旧版本信息:|类名:AbilityDelegator;<br>方法or属性:getAppContext(): Context;<br>新版本信息:crossplatform|AbilityDelegator.d.ts| 1080|跨平台能力有变化|类名:AbilityDelegator;<br>方法or属性:getAbilityState(ability: UIAbility): number;<br>旧版本信息:|类名:AbilityDelegator;<br>方法or属性:getAbilityState(ability: UIAbility): number;<br>新版本信息:crossplatform|AbilityDelegator.d.ts| 1081|跨平台能力有变化|类名:AbilityDelegator;<br>方法or属性:getCurrentTopAbility(callback: AsyncCallback\<UIAbility>): void;<br>旧版本信息:|类名:AbilityDelegator;<br>方法or属性:getCurrentTopAbility(callback: AsyncCallback\<UIAbility>): void;<br>新版本信息:crossplatform|AbilityDelegator.d.ts| 1082|跨平台能力有变化|类名:AbilityDelegator;<br>方法or属性:getCurrentTopAbility(): Promise\<UIAbility>;<br>旧版本信息:|类名:AbilityDelegator;<br>方法or属性:getCurrentTopAbility(): Promise\<UIAbility>;<br>新版本信息:crossplatform|AbilityDelegator.d.ts| 1083|跨平台能力有变化|类名: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| 1084|跨平台能力有变化|类名:AbilityDelegator;<br>方法or属性:startAbility(want: Want): Promise\<void>;<br>旧版本信息:|类名:AbilityDelegator;<br>方法or属性:startAbility(want: Want): Promise\<void>;<br>新版本信息:crossplatform|AbilityDelegator.d.ts| 1085|跨平台能力有变化|类名: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| 1086|跨平台能力有变化|类名:AbilityDelegator;<br>方法or属性:doAbilityForeground(ability: UIAbility): Promise\<void>;<br>旧版本信息:|类名:AbilityDelegator;<br>方法or属性:doAbilityForeground(ability: UIAbility): Promise\<void>;<br>新版本信息:crossplatform|AbilityDelegator.d.ts| 1087|跨平台能力有变化|类名: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| 1088|跨平台能力有变化|类名:AbilityDelegator;<br>方法or属性:doAbilityBackground(ability: UIAbility): Promise\<void>;<br>旧版本信息:|类名:AbilityDelegator;<br>方法or属性:doAbilityBackground(ability: UIAbility): Promise\<void>;<br>新版本信息:crossplatform|AbilityDelegator.d.ts| 1089|跨平台能力有变化|类名: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| 1090|跨平台能力有变化|类名:AbilityDelegator;<br>方法or属性:print(msg: string): Promise\<void>;<br>旧版本信息:|类名:AbilityDelegator;<br>方法or属性:print(msg: string): Promise\<void>;<br>新版本信息:crossplatform|AbilityDelegator.d.ts| 1091|跨平台能力有变化|类名:AbilityDelegator;<br>方法or属性:printSync(msg: string): void;<br>旧版本信息:|类名:AbilityDelegator;<br>方法or属性:printSync(msg: string): void;<br>新版本信息:crossplatform|AbilityDelegator.d.ts| 1092|跨平台能力有变化|类名: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| 1093|跨平台能力有变化|类名: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| 1094|跨平台能力有变化|类名:AbilityDelegatorArgs;<br>方法or属性:export interface AbilityDelegatorArgs<br>旧版本信息:|类名:AbilityDelegatorArgs;<br>方法or属性:export interface AbilityDelegatorArgs<br>新版本信息:crossplatform|abilityDelegatorArgs.d.ts| 1095|跨平台能力有变化|类名:AbilityDelegatorArgs;<br>方法or属性:bundleName: string;<br>旧版本信息:|类名:AbilityDelegatorArgs;<br>方法or属性:bundleName: string;<br>新版本信息:crossplatform|abilityDelegatorArgs.d.ts| 1096|跨平台能力有变化|类名:AbilityDelegatorArgs;<br>方法or属性:parameters: { [key: string]: string };<br>旧版本信息:|类名:AbilityDelegatorArgs;<br>方法or属性:parameters: { [key: string]: string };<br>新版本信息:crossplatform|abilityDelegatorArgs.d.ts| 1097|跨平台能力有变化|类名:AbilityDelegatorArgs;<br>方法or属性:testCaseNames: string;<br>旧版本信息:|类名:AbilityDelegatorArgs;<br>方法or属性:testCaseNames: string;<br>新版本信息:crossplatform|abilityDelegatorArgs.d.ts| 1098|跨平台能力有变化|类名:AbilityDelegatorArgs;<br>方法or属性:testRunnerClassName: string;<br>旧版本信息:|类名:AbilityDelegatorArgs;<br>方法or属性:testRunnerClassName: string;<br>新版本信息:crossplatform|abilityDelegatorArgs.d.ts| 1099|跨平台能力有变化|类名:AbilityMonitor;<br>方法or属性:export interface AbilityMonitor<br>旧版本信息:|类名:AbilityMonitor;<br>方法or属性:export interface AbilityMonitor<br>新版本信息:crossplatform|AbilityMonitor.d.ts| 1100|跨平台能力有变化|类名:AbilityMonitor;<br>方法or属性:abilityName: string;<br>旧版本信息:|类名:AbilityMonitor;<br>方法or属性:abilityName: string;<br>新版本信息:crossplatform|AbilityMonitor.d.ts| 1101|跨平台能力有变化|类名:AbilityMonitor;<br>方法or属性:moduleName?: string;<br>旧版本信息:|类名:AbilityMonitor;<br>方法or属性:moduleName?: string;<br>新版本信息:crossplatform|AbilityMonitor.d.ts| 1102|跨平台能力有变化|类名:AbilityMonitor;<br>方法or属性:onAbilityCreate?: (ability: UIAbility) => void;<br>旧版本信息:|类名:AbilityMonitor;<br>方法or属性:onAbilityCreate?: (ability: UIAbility) => void;<br>新版本信息:crossplatform|AbilityMonitor.d.ts| 1103|跨平台能力有变化|类名:AbilityMonitor;<br>方法or属性:onAbilityForeground?: (ability: UIAbility) => void;<br>旧版本信息:|类名:AbilityMonitor;<br>方法or属性:onAbilityForeground?: (ability: UIAbility) => void;<br>新版本信息:crossplatform|AbilityMonitor.d.ts| 1104|跨平台能力有变化|类名:AbilityMonitor;<br>方法or属性:onAbilityBackground?: (ability: UIAbility) => void;<br>旧版本信息:|类名:AbilityMonitor;<br>方法or属性:onAbilityBackground?: (ability: UIAbility) => void;<br>新版本信息:crossplatform|AbilityMonitor.d.ts| 1105|跨平台能力有变化|类名:AbilityMonitor;<br>方法or属性:onAbilityDestroy?: (ability: UIAbility) => void;<br>旧版本信息:|类名:AbilityMonitor;<br>方法or属性:onAbilityDestroy?: (ability: UIAbility) => void;<br>新版本信息:crossplatform|AbilityMonitor.d.ts| 1106|跨平台能力有变化|类名:AbilityMonitor;<br>方法or属性:onWindowStageCreate?: (ability: UIAbility) => void;<br>旧版本信息:|类名:AbilityMonitor;<br>方法or属性:onWindowStageCreate?: (ability: UIAbility) => void;<br>新版本信息:crossplatform|AbilityMonitor.d.ts| 1107|跨平台能力有变化|类名:AbilityMonitor;<br>方法or属性:onWindowStageDestroy?: (ability: UIAbility) => void;<br>旧版本信息:|类名:AbilityMonitor;<br>方法or属性:onWindowStageDestroy?: (ability: UIAbility) => void;<br>新版本信息:crossplatform|AbilityMonitor.d.ts| 1108|跨平台能力有变化|类名:AbilityStageContext;<br>方法or属性:export default class AbilityStageContext<br>旧版本信息:|类名:AbilityStageContext;<br>方法or属性:export default class AbilityStageContext<br>新版本信息:crossplatform|AbilityStageContext.d.ts| 1109|跨平台能力有变化|类名:AbilityStageContext;<br>方法or属性:currentHapModuleInfo: HapModuleInfo;<br>旧版本信息:|类名:AbilityStageContext;<br>方法or属性:currentHapModuleInfo: HapModuleInfo;<br>新版本信息:crossplatform|AbilityStageContext.d.ts| 1110|跨平台能力有变化|类名:AbilityStageContext;<br>方法or属性:config: Configuration;<br>旧版本信息:|类名:AbilityStageContext;<br>方法or属性:config: Configuration;<br>新版本信息:crossplatform|AbilityStageContext.d.ts| 1111|跨平台能力有变化|类名:AbilityStageMonitor;<br>方法or属性:export interface AbilityStageMonitor<br>旧版本信息:|类名:AbilityStageMonitor;<br>方法or属性:export interface AbilityStageMonitor<br>新版本信息:crossplatform|AbilityStageMonitor.d.ts| 1112|跨平台能力有变化|类名:AbilityStageMonitor;<br>方法or属性:moduleName: string;<br>旧版本信息:|类名:AbilityStageMonitor;<br>方法or属性:moduleName: string;<br>新版本信息:crossplatform|AbilityStageMonitor.d.ts| 1113|跨平台能力有变化|类名:AbilityStageMonitor;<br>方法or属性:srcEntrance: string;<br>旧版本信息:|类名:AbilityStageMonitor;<br>方法or属性:srcEntrance: string;<br>新版本信息:crossplatform|AbilityStageMonitor.d.ts| 1114|跨平台能力有变化|类名:ApplicationContext;<br>方法or属性:export default class ApplicationContext<br>旧版本信息:|类名:ApplicationContext;<br>方法or属性:export default class ApplicationContext<br>新版本信息:crossplatform|ApplicationContext.d.ts| 1115|跨平台能力有变化|类名:ApplicationContext;<br>方法or属性:on(type: 'abilityLifecycle', callback: AbilityLifecycleCallback): number;<br>旧版本信息:|类名:ApplicationContext;<br>方法or属性:on(type: 'abilityLifecycle', callback: AbilityLifecycleCallback): number;<br>新版本信息:crossplatform|ApplicationContext.d.ts| 1116|跨平台能力有变化|类名: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| 1117|跨平台能力有变化|类名:ApplicationContext;<br>方法or属性:getRunningProcessInformation(): Promise\<Array\<ProcessInformation>>;<br>旧版本信息:|类名:ApplicationContext;<br>方法or属性:getRunningProcessInformation(): Promise\<Array\<ProcessInformation>>;<br>新版本信息:crossplatform|ApplicationContext.d.ts| 1118|跨平台能力有变化|类名:ApplicationContext;<br>方法or属性:getRunningProcessInformation(callback: AsyncCallback\<Array\<ProcessInformation>>): void;<br>旧版本信息:|类名:ApplicationContext;<br>方法or属性:getRunningProcessInformation(callback: AsyncCallback\<Array\<ProcessInformation>>): void;<br>新版本信息:crossplatform|ApplicationContext.d.ts| 1119|跨平台能力有变化|类名:BaseContext;<br>方法or属性:export default abstract class BaseContext<br>旧版本信息:|类名:BaseContext;<br>方法or属性:export default abstract class BaseContext<br>新版本信息:crossplatform|BaseContext.d.ts| 1120|跨平台能力有变化|类名:BaseContext;<br>方法or属性:stageMode: boolean;<br>旧版本信息:|类名:BaseContext;<br>方法or属性:stageMode: boolean;<br>新版本信息:crossplatform|BaseContext.d.ts| 1121|跨平台能力有变化|类名:Context;<br>方法or属性:export default class Context<br>旧版本信息:|类名:Context;<br>方法or属性:export default class Context<br>新版本信息:crossplatform|Context.d.ts| 1122|跨平台能力有变化|类名:Context;<br>方法or属性:resourceManager: resmgr.ResourceManager;<br>旧版本信息:|类名:Context;<br>方法or属性:resourceManager: resmgr.ResourceManager;<br>新版本信息:crossplatform|Context.d.ts| 1123|跨平台能力有变化|类名:Context;<br>方法or属性:applicationInfo: ApplicationInfo;<br>旧版本信息:|类名:Context;<br>方法or属性:applicationInfo: ApplicationInfo;<br>新版本信息:crossplatform|Context.d.ts| 1124|跨平台能力有变化|类名:Context;<br>方法or属性:cacheDir: string;<br>旧版本信息:|类名:Context;<br>方法or属性:cacheDir: string;<br>新版本信息:crossplatform|Context.d.ts| 1125|跨平台能力有变化|类名:Context;<br>方法or属性:tempDir: string;<br>旧版本信息:|类名:Context;<br>方法or属性:tempDir: string;<br>新版本信息:crossplatform|Context.d.ts| 1126|跨平台能力有变化|类名:Context;<br>方法or属性:filesDir: string;<br>旧版本信息:|类名:Context;<br>方法or属性:filesDir: string;<br>新版本信息:crossplatform|Context.d.ts| 1127|跨平台能力有变化|类名:Context;<br>方法or属性:databaseDir: string;<br>旧版本信息:|类名:Context;<br>方法or属性:databaseDir: string;<br>新版本信息:crossplatform|Context.d.ts| 1128|跨平台能力有变化|类名:Context;<br>方法or属性:preferencesDir: string;<br>旧版本信息:|类名:Context;<br>方法or属性:preferencesDir: string;<br>新版本信息:crossplatform|Context.d.ts| 1129|跨平台能力有变化|类名:Context;<br>方法or属性:bundleCodeDir: string;<br>旧版本信息:|类名:Context;<br>方法or属性:bundleCodeDir: string;<br>新版本信息:crossplatform|Context.d.ts| 1130|跨平台能力有变化|类名:Context;<br>方法or属性:createModuleContext(moduleName: string): Context;<br>旧版本信息:|类名:Context;<br>方法or属性:createModuleContext(moduleName: string): Context;<br>新版本信息:crossplatform|Context.d.ts| 1131|跨平台能力有变化|类名:Context;<br>方法or属性:getApplicationContext(): ApplicationContext;<br>旧版本信息:|类名:Context;<br>方法or属性:getApplicationContext(): ApplicationContext;<br>新版本信息:crossplatform|Context.d.ts| 1132|跨平台能力有变化|类名:ProcessInformation;<br>方法or属性:export interface ProcessInformation<br>旧版本信息:|类名:ProcessInformation;<br>方法or属性:export interface ProcessInformation<br>新版本信息:crossplatform|ProcessInformation.d.ts| 1133|跨平台能力有变化|类名:ProcessInformation;<br>方法or属性:pid: number;<br>旧版本信息:|类名:ProcessInformation;<br>方法or属性:pid: number;<br>新版本信息:crossplatform|ProcessInformation.d.ts| 1134|跨平台能力有变化|类名:ProcessInformation;<br>方法or属性:processName: string;<br>旧版本信息:|类名:ProcessInformation;<br>方法or属性:processName: string;<br>新版本信息:crossplatform|ProcessInformation.d.ts| 1135|跨平台能力有变化|类名:ProcessInformation;<br>方法or属性:bundleNames: Array\<string>;<br>旧版本信息:|类名:ProcessInformation;<br>方法or属性:bundleNames: Array\<string>;<br>新版本信息:crossplatform|ProcessInformation.d.ts| 1136|跨平台能力有变化|类名:UIAbilityContext;<br>方法or属性:export default class UIAbilityContext<br>旧版本信息:|类名:UIAbilityContext;<br>方法or属性:export default class UIAbilityContext<br>新版本信息:crossplatform|UIAbilityContext.d.ts| 1137|跨平台能力有变化|类名:UIAbilityContext;<br>方法or属性:abilityInfo: AbilityInfo;<br>旧版本信息:|类名:UIAbilityContext;<br>方法or属性:abilityInfo: AbilityInfo;<br>新版本信息:crossplatform|UIAbilityContext.d.ts| 1138|跨平台能力有变化|类名:UIAbilityContext;<br>方法or属性:currentHapModuleInfo: HapModuleInfo;<br>旧版本信息:|类名:UIAbilityContext;<br>方法or属性:currentHapModuleInfo: HapModuleInfo;<br>新版本信息:crossplatform|UIAbilityContext.d.ts| 1139|跨平台能力有变化|类名:UIAbilityContext;<br>方法or属性:config: Configuration;<br>旧版本信息:|类名:UIAbilityContext;<br>方法or属性:config: Configuration;<br>新版本信息:crossplatform|UIAbilityContext.d.ts| 1140|跨平台能力有变化|类名: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| 1141|跨平台能力有变化|类名:UIAbilityContext;<br>方法or属性:terminateSelf(callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:UIAbilityContext;<br>方法or属性:terminateSelf(callback: AsyncCallback\<void>): void;<br>新版本信息:crossplatform|UIAbilityContext.d.ts| 1142|跨平台能力有变化|类名:UIAbilityContext;<br>方法or属性:terminateSelf(): Promise\<void>;<br>旧版本信息:|类名:UIAbilityContext;<br>方法or属性:terminateSelf(): Promise\<void>;<br>新版本信息:crossplatform|UIAbilityContext.d.ts| 1143