| Change Type | Old Version | New Version | d.ts File |
| ---- | ------ | ------ | -------- |
|Added|NA|Class name: FormProviderFilter;
Method or attribute name: bundleName: string;|@ohos.app.form.formInfo.d.ts|
|Added|NA|Class name: FormProviderFilter;
Method or attribute name: moduleName?: string;|@ohos.app.form.formInfo.d.ts|
|Added|NA|Class name: LaunchReason;
Method or attribute name: SHARE = 5|@ohos.app.ability.AbilityConstant.d.ts|
|Added|NA|Class name: LastExitReason;
Method or attribute name: CPP_CRASH = 3|@ohos.app.ability.AbilityConstant.d.ts|
|Added|NA|Class name: LastExitReason;
Method or attribute name: JS_ERROR = 4|@ohos.app.ability.AbilityConstant.d.ts|
|Added|NA|Class name: LastExitReason;
Method or attribute name: APP_FREEZE = 5|@ohos.app.ability.AbilityConstant.d.ts|
|Added|NA|Class name: LastExitReason;
Method or attribute name: PERFORMANCE_CONTROL = 6|@ohos.app.ability.AbilityConstant.d.ts|
|Added|NA|Class name: LastExitReason;
Method or attribute name: RESOURCE_CONTROL = 7|@ohos.app.ability.AbilityConstant.d.ts|
|Added|NA|Class name: LastExitReason;
Method or attribute name: UPGRADE = 8|@ohos.app.ability.AbilityConstant.d.ts|
|Added|NA|Class name: ContinueState;
Method or attribute name: ACTIVE = 0|@ohos.app.ability.AbilityConstant.d.ts|
|Added|NA|Class name: ContinueState;
Method or attribute name: INACTIVE = 1|@ohos.app.ability.AbilityConstant.d.ts|
|Added|NA|Class name: abilityManager;
Method or attribute name: function acquireShareData(missionId: number, callback: AsyncCallback\<{ [key: string]: Object }>): void;|@ohos.app.ability.abilityManager.d.ts|
|Added|NA|Class name: abilityManager;
Method or attribute name: function acquireShareData(missionId: number): Promise\<{ [key: string]: Object }>;|@ohos.app.ability.abilityManager.d.ts|
|Added|NA|Class name: abilityManager;
Method or attribute name: function notifySaveAsResult(parameter: AbilityResult, requestCode: number, callback: AsyncCallback\): void;|@ohos.app.ability.abilityManager.d.ts|
|Added|NA|Class name: abilityManager;
Method or attribute name: function notifySaveAsResult(parameter: AbilityResult, requestCode: number): Promise\;|@ohos.app.ability.abilityManager.d.ts|
|Added|NA|Class name: ApplicationStateChangeCallback;
Method or attribute name: onApplicationForeground(): void;|@ohos.app.ability.ApplicationStateChangeCallback.d.ts|
|Added|NA|Class name: ApplicationStateChangeCallback;
Method or attribute name: onApplicationBackground(): void;|@ohos.app.ability.ApplicationStateChangeCallback.d.ts|
|Added|NA|Class name: appManager;
Method or attribute name: function isSharedBundleRunning(bundleName: string, versionCode: number): Promise\;|@ohos.app.ability.appManager.d.ts|
|Added|NA|Class name: appManager;
Method or attribute name: function isSharedBundleRunning(bundleName: string, versionCode: number, callback: AsyncCallback\): void;|@ohos.app.ability.appManager.d.ts|
|Added|NA|Class name: appManager;
Method or attribute name: function getProcessMemoryByPid(pid: number): Promise\;|@ohos.app.ability.appManager.d.ts|
|Added|NA|Class name: appManager;
Method or attribute name: function getProcessMemoryByPid(pid: number, callback: AsyncCallback\): void;|@ohos.app.ability.appManager.d.ts|
|Added|NA|Class name: appManager;
Method or attribute name: function getRunningProcessInfoByBundleName(bundleName: string, callback: AsyncCallback\>): void;|@ohos.app.ability.appManager.d.ts|
|Added|NA|Class name: appManager;
Method or attribute name: function getRunningProcessInfoByBundleName(bundleName: string, userId: number, callback: AsyncCallback\>): void;|@ohos.app.ability.appManager.d.ts|
|Added|NA|Class name: appManager;
Method or attribute name: function getRunningProcessInfoByBundleName(bundleName: string): Promise\>;|@ohos.app.ability.appManager.d.ts|
|Added|NA|Class name: appManager;
Method or attribute name: function getRunningProcessInfoByBundleName(bundleName: string, userId: number): Promise\>;|@ohos.app.ability.appManager.d.ts|
|Added|NA|Class name: appManager;
Method or attribute name: export type ProcessData = _ProcessData.default;|@ohos.app.ability.appManager.d.ts|
|Added|NA|Class name: appRecovery;
Method or attribute name: function setRestartWant(want: Want): void;|@ohos.app.ability.appRecovery.d.ts|
|Added|NA|Class name: appRecovery;
Method or attribute name: function saveAppState(context?: UIAbilityContext): boolean;|@ohos.app.ability.appRecovery.d.ts|
|Added|NA|Class name: common;
Method or attribute name: export type UIExtensionContext = _UIExtensionContext.default;|@ohos.app.ability.common.d.ts|
|Added|NA|Class name: WindowRect;
Method or attribute name: left: number;|@ohos.app.ability.dialogRequest.d.ts|
|Added|NA|Class name: WindowRect;
Method or attribute name: top: number;|@ohos.app.ability.dialogRequest.d.ts|
|Added|NA|Class name: WindowRect;
Method or attribute name: width: number;|@ohos.app.ability.dialogRequest.d.ts|
|Added|NA|Class name: WindowRect;
Method or attribute name: height: number;|@ohos.app.ability.dialogRequest.d.ts|
|Added|NA|Class name: RequestInfo;
Method or attribute name: windowRect?: WindowRect|@ohos.app.ability.dialogRequest.d.ts|
|Added|NA|Class name: RequestResult;
Method or attribute name: want?: Want;|@ohos.app.ability.dialogRequest.d.ts|
|Added|NA|Class name: missionManager;
Method or attribute name: function moveMissionsToForeground(missionIds: Array\, callback: AsyncCallback\): void;|@ohos.app.ability.missionManager.d.ts|
|Added|NA|Class name: missionManager;
Method or attribute name: function moveMissionsToForeground(missionIds: Array\, topMission: number, callback: AsyncCallback\): void;|@ohos.app.ability.missionManager.d.ts|
|Added|NA|Class name: missionManager;
Method or attribute name: function moveMissionsToForeground(missionIds: Array\, topMission?: number): Promise\;|@ohos.app.ability.missionManager.d.ts|
|Added|NA|Class name: missionManager;
Method or attribute name: function moveMissionsToBackground(missionIds: Array\, callback: AsyncCallback\>): void;|@ohos.app.ability.missionManager.d.ts|
|Added|NA|Class name: missionManager;
Method or attribute name: function moveMissionsToBackground(missionIds: Array\): Promise\>;|@ohos.app.ability.missionManager.d.ts|
|Added|NA|Class name: quickFixManager;
Method or attribute name: function revokeQuickFix(bundleName: string, callback: AsyncCallback\): void;|@ohos.app.ability.quickFixManager.d.ts|
|Added|NA|Class name: quickFixManager;
Method or attribute name: function revokeQuickFix(bundleName: string): Promise\;|@ohos.app.ability.quickFixManager.d.ts|
|Added|NA|Class name: Caller;
Method or attribute name: onRemoteStateChange(callback: OnRemoteStateChangeCallback): void;|@ohos.app.ability.UIAbility.d.ts|
|Added|NA|Class name: UIAbility;
Method or attribute name: onShare(wantParam: { [key: string]: Object }): void;|@ohos.app.ability.UIAbility.d.ts|
|Added|NA|Class name: UIAbility;
Method or attribute name: onPrepareToTerminate(): boolean;|@ohos.app.ability.UIAbility.d.ts|
|Added|NA|Class name: UIAbility;
Method or attribute name: onBackPressed(): boolean;|@ohos.app.ability.UIAbility.d.ts|
|Added|NA|Class name: UIExtensionAbility;
Method or attribute name: context: UIExtensionContext;|@ohos.app.ability.UIExtensionAbility.d.ts|
|Added|NA|Class name: UIExtensionAbility;
Method or attribute name: onCreate(): void;|@ohos.app.ability.UIExtensionAbility.d.ts|
|Added|NA|Class name: UIExtensionAbility;
Method or attribute name: onSessionCreate(want: Want, session: UIExtensionContentSession): void;|@ohos.app.ability.UIExtensionAbility.d.ts|
|Added|NA|Class name: UIExtensionAbility;
Method or attribute name: onSessionDestroy(session: UIExtensionContentSession): void;|@ohos.app.ability.UIExtensionAbility.d.ts|
|Added|NA|Class name: UIExtensionAbility;
Method or attribute name: onForeground(): void;|@ohos.app.ability.UIExtensionAbility.d.ts|
|Added|NA|Class name: UIExtensionAbility;
Method or attribute name: onBackground(): void;|@ohos.app.ability.UIExtensionAbility.d.ts|
|Added|NA|Class name: UIExtensionAbility;
Method or attribute name: onDestroy(): void \| Promise\;|@ohos.app.ability.UIExtensionAbility.d.ts|
|Added|NA|Class name: UIExtensionContentSession;
Method or attribute name: sendData(data: { [key: string]: Object }): void;|@ohos.app.ability.UIExtensionContentSession.d.ts|
|Added|NA|Class name: UIExtensionContentSession;
Method or attribute name: setReceiveDataCallback(callback: (data: { [key: string]: Object }) => void): void;|@ohos.app.ability.UIExtensionContentSession.d.ts|
|Added|NA|Class name: UIExtensionContentSession;
Method or attribute name: loadContent(path: string, storage?: LocalStorage): void;|@ohos.app.ability.UIExtensionContentSession.d.ts|
|Added|NA|Class name: UIExtensionContentSession;
Method or attribute name: startAbility(want: Want, callback: AsyncCallback\): void;|@ohos.app.ability.UIExtensionContentSession.d.ts|
|Added|NA|Class name: UIExtensionContentSession;
Method or attribute name: startAbility(want: Want, options: StartOptions, callback: AsyncCallback\): void;|@ohos.app.ability.UIExtensionContentSession.d.ts|
|Added|NA|Class name: UIExtensionContentSession;
Method or attribute name: startAbility(want: Want, options?: StartOptions): Promise\;|@ohos.app.ability.UIExtensionContentSession.d.ts|
|Added|NA|Class name: UIExtensionContentSession;
Method or attribute name: startAbilityForResult(want: Want, callback: AsyncCallback\): void;|@ohos.app.ability.UIExtensionContentSession.d.ts|
|Added|NA|Class name: UIExtensionContentSession;
Method or attribute name: startAbilityForResult(want: Want, options: StartOptions, callback: AsyncCallback\): void;|@ohos.app.ability.UIExtensionContentSession.d.ts|
|Added|NA|Class name: UIExtensionContentSession;
Method or attribute name: startAbilityForResult(want: Want, options?: StartOptions): Promise\;|@ohos.app.ability.UIExtensionContentSession.d.ts|
|Added|NA|Class name: UIExtensionContentSession;
Method or attribute name: terminateSelf(callback: AsyncCallback\): void;|@ohos.app.ability.UIExtensionContentSession.d.ts|
|Added|NA|Class name: UIExtensionContentSession;
Method or attribute name: terminateSelf(): Promise\;|@ohos.app.ability.UIExtensionContentSession.d.ts|
|Added|NA|Class name: UIExtensionContentSession;
Method or attribute name: terminateSelfWithResult(parameter: AbilityResult, callback: AsyncCallback\): void;|@ohos.app.ability.UIExtensionContentSession.d.ts|
|Added|NA|Class name: UIExtensionContentSession;
Method or attribute name: terminateSelfWithResult(parameter: AbilityResult): Promise\;|@ohos.app.ability.UIExtensionContentSession.d.ts|
|Added|NA|Class name: UIExtensionContentSession;
Method or attribute name: setWindowBackgroundColor(color: string): void;|@ohos.app.ability.UIExtensionContentSession.d.ts|
|Added|NA|Class name: UIExtensionContentSession;
Method or attribute name: setWindowPrivacyMode(isPrivacyMode: boolean): Promise\;|@ohos.app.ability.UIExtensionContentSession.d.ts|
|Added|NA|Class name: UIExtensionContentSession;
Method or attribute name: setWindowPrivacyMode(isPrivacyMode: boolean, callback: AsyncCallback\): void;|@ohos.app.ability.UIExtensionContentSession.d.ts|
|Added|NA|Class name: Params;
Method or attribute name: ABILITY_RECOVERY_RESTART = 'ohos.ability.params.abilityRecoveryRestart'|@ohos.app.ability.wantConstant.d.ts|
|Added|NA|Class name: Params;
Method or attribute name: CONTENT_TITLE_KEY = 'ohos.extra.param.key.contentTitle'|@ohos.app.ability.wantConstant.d.ts|
|Added|NA|Class name: Params;
Method or attribute name: SHARE_ABSTRACT_KEY = 'ohos.extra.param.key.shareAbstract'|@ohos.app.ability.wantConstant.d.ts|
|Added|NA|Class name: Params;
Method or attribute name: SHARE_URL_KEY = 'ohos.extra.param.key.shareUrl'|@ohos.app.ability.wantConstant.d.ts|
|Added|NA|Class name: Params;
Method or attribute name: SUPPORT_CONTINUE_PAGE_STACK_KEY = 'ohos.extra.param.key.supportContinuePageStack'|@ohos.app.ability.wantConstant.d.ts|
|Added|NA|Class name: Params;
Method or attribute name: SUPPORT_CONTINUE_SOURCE_EXIT_KEY = 'ohos.extra.param.key.supportContinueSourceExit'|@ohos.app.ability.wantConstant.d.ts|
|Added|NA|Class name: Flags;
Method or attribute name: FLAG_AUTH_PERSISTABLE_URI_PERMISSION = 0x00000040|@ohos.app.ability.wantConstant.d.ts|
|Added|NA|Class name: businessAbilityRouter;
Method or attribute name: function queryBusinessAbilityInfo(
filter: BusinessAbilityFilter,
callback: AsyncCallback\>
): void;|@ohos.app.businessAbilityRouter.d.ts|
|Added|NA|Class name: businessAbilityRouter;
Method or attribute name: function queryBusinessAbilityInfo(filter: BusinessAbilityFilter): Promise\>;|@ohos.app.businessAbilityRouter.d.ts|
|Added|NA|Class name: businessAbilityRouter;
Method or attribute name: export type BusinessAbilityInfo = _BusinessAbilityInfo.BusinessAbilityInfo;|@ohos.app.businessAbilityRouter.d.ts|
|Added|NA|Class name: BusinessType;
Method or attribute name: SHARE = 0|@ohos.app.businessAbilityRouter.d.ts|
|Added|NA|Class name: BusinessType;
Method or attribute name: UNSPECIFIED = 255|@ohos.app.businessAbilityRouter.d.ts|
|Added|NA|Class name: BusinessAbilityFilter;
Method or attribute name: businessType: BusinessType;|@ohos.app.businessAbilityRouter.d.ts|
|Added|NA|Class name: BusinessAbilityFilter;
Method or attribute name: mimeType?: string;|@ohos.app.businessAbilityRouter.d.ts|
|Added|NA|Class name: BusinessAbilityFilter;
Method or attribute name: uri?: string;|@ohos.app.businessAbilityRouter.d.ts|
|Added|NA|Class name: FormBindingData;
Method or attribute name: proxies?: Array\;|@ohos.app.form.formBindingData.d.ts|
|Added|NA|Class name: ProxyData;
Method or attribute name: key: string;|@ohos.app.form.formBindingData.d.ts|
|Added|NA|Class name: ProxyData;
Method or attribute name: subscriberId?: string;|@ohos.app.form.formBindingData.d.ts|
|Added|NA|Class name: FormExtensionAbility;
Method or attribute name: onAcquireFormData?(formId: string): { [key: string]: Object };|@ohos.app.form.FormExtensionAbility.d.ts|
|Added|NA|Class name: formHost;
Method or attribute name: function acquireFormData(formId: string, callback: AsyncCallback\<{ [key: string]: Object }>): void;|@ohos.app.form.formHost.d.ts|
|Added|NA|Class name: formHost;
Method or attribute name: function acquireFormData(formId: string): Promise\<{ [key: string]: Object }>;|@ohos.app.form.formHost.d.ts|
|Added|NA|Class name: FormInfo;
Method or attribute name: descriptionId: number;|@ohos.app.form.formInfo.d.ts|
|Added|NA|Class name: FormInfo;
Method or attribute name: isDynamic: boolean;|@ohos.app.form.formInfo.d.ts|
|Added|NA|Class name: FormParam;
Method or attribute name: LAUNCH_REASON_KEY = 'ohos.extra.param.key.form_launch_reason'|@ohos.app.form.formInfo.d.ts|
|Added|NA|Class name: FormParam;
Method or attribute name: PARAM_FORM_CUSTOMIZE_KEY = 'ohos.extra.param.key.form_customize'|@ohos.app.form.formInfo.d.ts|
|Added|NA|Class name: VisibilityType;
Method or attribute name: UNKNOWN = 0|@ohos.app.form.formInfo.d.ts|
|Added|NA|Class name: LaunchReason;
Method or attribute name: FORM_DEFAULT = 1|@ohos.app.form.formInfo.d.ts|
|Added|NA|Class name: LaunchReason;
Method or attribute name: FORM_SHARE|@ohos.app.form.formInfo.d.ts|
|Added|NA|Class name: FormProviderFilter;
Method or attribute name: formName?: string;|@ohos.app.form.formInfo.d.ts|
|Added|NA|Class name: FormProviderFilter;
Method or attribute name: abilityName?: string;|@ohos.app.form.formInfo.d.ts|
|Added|NA|Class name: RunningFormInfo;
Method or attribute name: readonly formId: string;|@ohos.app.form.formInfo.d.ts|
|Added|NA|Class name: RunningFormInfo;
Method or attribute name: readonly bundleName: string;|@ohos.app.form.formInfo.d.ts|
|Added|NA|Class name: RunningFormInfo;
Method or attribute name: readonly hostBundleName: string;|@ohos.app.form.formInfo.d.ts|
|Added|NA|Class name: RunningFormInfo;
Method or attribute name: readonly visibilityType: VisibilityType;|@ohos.app.form.formInfo.d.ts|
|Added|NA|Class name: RunningFormInfo;
Method or attribute name: readonly moduleName: string;|@ohos.app.form.formInfo.d.ts|
|Added|NA|Class name: RunningFormInfo;
Method or attribute name: readonly abilityName: string;|@ohos.app.form.formInfo.d.ts|
|Added|NA|Class name: RunningFormInfo;
Method or attribute name: readonly formName: string;|@ohos.app.form.formInfo.d.ts|
|Added|NA|Class name: RunningFormInfo;
Method or attribute name: readonly dimension: number;|@ohos.app.form.formInfo.d.ts|
|Added|NA|Class name: formObserver;
Method or attribute name: function on(type: 'formAdd', observerCallback: Callback\): void;|@ohos.app.form.formObserver.d.ts|
|Added|NA|Class name: formObserver;
Method or attribute name: function on(type: 'formAdd', hostBundleName: string, observerCallback: Callback\): void;|@ohos.app.form.formObserver.d.ts|
|Added|NA|Class name: formObserver;
Method or attribute name: function on(type: 'formRemove', observerCallback: Callback\): void;|@ohos.app.form.formObserver.d.ts|
|Added|NA|Class name: formObserver;
Method or attribute name: function on(type: 'formRemove', hostBundleName: string, observerCallback: Callback\): void;|@ohos.app.form.formObserver.d.ts|
|Added|NA|Class name: formObserver;
Method or attribute name: function on(type: 'notifyVisible', observerCallback: Callback\>): void;|@ohos.app.form.formObserver.d.ts|
|Added|NA|Class name: formObserver;
Method or attribute name: function on(
type: 'notifyVisible',
hostBundleName: string,
observerCallback: Callback\>
): void;|@ohos.app.form.formObserver.d.ts|
|Added|NA|Class name: formObserver;
Method or attribute name: function on(type: 'notifyInvisible', observerCallback: Callback\>): void;|@ohos.app.form.formObserver.d.ts|
|Added|NA|Class name: formObserver;
Method or attribute name: function on(
type: 'notifyInvisible',
hostBundleName: string,
observerCallback: Callback\>,
): void;|@ohos.app.form.formObserver.d.ts|
|Added|NA|Class name: formObserver;
Method or attribute name: function off(type: 'formAdd', hostBundleName?: string, observerCallback?: Callback\): void;|@ohos.app.form.formObserver.d.ts|
|Added|NA|Class name: formObserver;
Method or attribute name: function off(type: 'formRemove', hostBundleName?: string, observerCallback?: Callback\): void;|@ohos.app.form.formObserver.d.ts|
|Added|NA|Class name: formObserver;
Method or attribute name: function off(
type: 'notifyVisible',
hostBundleName?: string,
observerCallback?: Callback\>
): void;|@ohos.app.form.formObserver.d.ts|
|Added|NA|Class name: formObserver;
Method or attribute name: function off(
type: 'notifyInvisible',
hostBundleName?: string,
observerCallback?: Callback\>
): void;|@ohos.app.form.formObserver.d.ts|
|Added|NA|Class name: formObserver;
Method or attribute name: function getRunningFormInfos(callback: AsyncCallback\>, hostBundleName?: string): void;|@ohos.app.form.formObserver.d.ts|
|Added|NA|Class name: formObserver;
Method or attribute name: function getRunningFormInfos(hostBundleName?: string): Promise\>;|@ohos.app.form.formObserver.d.ts|
|Added|NA|Class name: formObserver;
Method or attribute name: function getRunningFormInfosByFilter(
formProviderFilter: formInfo.FormProviderFilter
): Promise\>;|@ohos.app.form.formObserver.d.ts|
|Added|NA|Class name: formObserver;
Method or attribute name: function getRunningFormInfosByFilter(
formProviderFilter: formInfo.FormProviderFilter,
callback: AsyncCallback\>
): void;|@ohos.app.form.formObserver.d.ts|
|Added|NA|Class name: formObserver;
Method or attribute name: function getRunningFormInfoById(formId: string): Promise\;|@ohos.app.form.formObserver.d.ts|
|Added|NA|Class name: formObserver;
Method or attribute name: function getRunningFormInfoById(formId: string, callback: AsyncCallback\): void;|@ohos.app.form.formObserver.d.ts|
|Added|NA|Class name: StaticSubscriberExtensionAbility;
Method or attribute name: context: StaticSubscriberExtensionContext;|@ohos.application.StaticSubscriberExtensionAbility.d.ts|
|Added|NA|Class name: StaticSubscriberExtensionContext;
Method or attribute name: startAbility(want: Want, callback: AsyncCallback\): void;|@ohos.application.StaticSubscriberExtensionContext.d.ts|
|Added|NA|Class name: StaticSubscriberExtensionContext;
Method or attribute name: startAbility(want: Want): Promise\;|@ohos.application.StaticSubscriberExtensionContext.d.ts|
|Added|NA|Class name: uriPermissionManager;
Method or attribute name: function grantUriPermission(
uri: string,
flag: wantConstant.Flags,
targetBundleName: string,
callback: AsyncCallback\
): void;|@ohos.application.uriPermissionManager.d.ts|
|Added|NA|Class name: uriPermissionManager;
Method or attribute name: function grantUriPermission(uri: string, flag: wantConstant.Flags, targetBundleName: string): Promise\;|@ohos.application.uriPermissionManager.d.ts|
|Added|NA|Class name: uriPermissionManager;
Method or attribute name: function revokeUriPermission(uri: string, targetBundleName: string, callback: AsyncCallback\): void;|@ohos.application.uriPermissionManager.d.ts|
|Added|NA|Class name: uriPermissionManager;
Method or attribute name: function revokeUriPermission(uri: string, targetBundleName: string): Promise\;|@ohos.application.uriPermissionManager.d.ts|
|Added|NA|Class name: continuationManager;
Method or attribute name: export type ContinuationResult = _ContinuationResult;|@ohos.continuation.continuationManager.d.ts|
|Added|NA|Class name: continuationManager;
Method or attribute name: export type ContinuationExtraParams = _ContinuationExtraParams;|@ohos.continuation.continuationManager.d.ts|
|Added|NA|Class name: distributedMissionManager;
Method or attribute name: function on(type: 'continueStateChange', callback: Callback\<{ state: ContinueState, info: ContinuableInfo }>): void;|@ohos.distributedMissionManager.d.ts|
|Added|NA|Class name: distributedMissionManager;
Method or attribute name: function off(type: 'continueStateChange', callback?: Callback\<{ state: ContinueState, info: ContinuableInfo }>): void;|@ohos.distributedMissionManager.d.ts|
|Added|NA|Class name: distributedMissionManager;
Method or attribute name: function continueMission(parameter: ContinueMissionInfo, callback: AsyncCallback\): void;|@ohos.distributedMissionManager.d.ts|
|Added|NA|Class name: distributedMissionManager;
Method or attribute name: function continueMission(parameter: ContinueMissionInfo): Promise\;|@ohos.distributedMissionManager.d.ts|
|Added|NA|Class name: distributedMissionManager;
Method or attribute name: export type ContinuableInfo = _ContinuableInfo;|@ohos.distributedMissionManager.d.ts|
|Added|NA|Class name: distributedMissionManager;
Method or attribute name: export type ContinueMissionInfo = _ContinueMissionInfo;|@ohos.distributedMissionManager.d.ts|
|Added|NA|Class name: distributedMissionManager;
Method or attribute name: export type ContinueCallback = _ContinueCallback;|@ohos.distributedMissionManager.d.ts|
|Added|NA|Class name: distributedMissionManager;
Method or attribute name: export type ContinueDeviceInfo = _ContinueDeviceInfo;|@ohos.distributedMissionManager.d.ts|
|Added|NA|Class name: distributedMissionManager;
Method or attribute name: export type MissionCallback = _MissionCallback;|@ohos.distributedMissionManager.d.ts|
|Added|NA|Class name: distributedMissionManager;
Method or attribute name: export type MissionDeviceInfo = _MissionDeviceInfo;|@ohos.distributedMissionManager.d.ts|
|Added|NA|Class name: distributedMissionManager;
Method or attribute name: export type MissionParameter = _MissionParameter;|@ohos.distributedMissionManager.d.ts|
|Added|NA|Class name: ContinueState;
Method or attribute name: ACTIVE = 0|@ohos.distributedMissionManager.d.ts|
|Added|NA|Class name: ContinueState;
Method or attribute name: INACTIVE = 1|@ohos.distributedMissionManager.d.ts|
|Added|NA|Class name: AbilityDelegator;
Method or attribute name: addAbilityMonitorSync(monitor: AbilityMonitor): void;|AbilityDelegator.d.ts|
|Added|NA|Class name: AbilityDelegator;
Method or attribute name: addAbilityStageMonitorSync(monitor: AbilityStageMonitor): void;|AbilityDelegator.d.ts|
|Added|NA|Class name: AbilityDelegator;
Method or attribute name: removeAbilityMonitorSync(monitor: AbilityMonitor): void;|AbilityDelegator.d.ts|
|Added|NA|Class name: AbilityDelegator;
Method or attribute name: removeAbilityStageMonitorSync(monitor: AbilityStageMonitor): void;|AbilityDelegator.d.ts|
|Added|NA|Class name: ApplicationContext;
Method or attribute name: on(type: 'applicationStateChange', callback: ApplicationStateChangeCallback): void;|ApplicationContext.d.ts|
|Added|NA|Class name: ApplicationContext;
Method or attribute name: off(type: 'applicationStateChange', callback?: ApplicationStateChangeCallback): void;|ApplicationContext.d.ts|
|Added|NA|Class name: BusinessAbilityInfo;
Method or attribute name: readonly bundleName: string;|BusinessAbilityInfo.d.ts|
|Added|NA|Class name: BusinessAbilityInfo;
Method or attribute name: readonly moduleName: string;|BusinessAbilityInfo.d.ts|
|Added|NA|Class name: BusinessAbilityInfo;
Method or attribute name: readonly name: string;|BusinessAbilityInfo.d.ts|
|Added|NA|Class name: BusinessAbilityInfo;
Method or attribute name: readonly labelId: number;|BusinessAbilityInfo.d.ts|
|Added|NA|Class name: BusinessAbilityInfo;
Method or attribute name: readonly descriptionId: number;|BusinessAbilityInfo.d.ts|
|Added|NA|Class name: BusinessAbilityInfo;
Method or attribute name: readonly iconId: number;|BusinessAbilityInfo.d.ts|
|Added|NA|Class name: BusinessAbilityInfo;
Method or attribute name: readonly businessType: businessAbilityRouter.BusinessType;|BusinessAbilityInfo.d.ts|
|Added|NA|Class name: BusinessAbilityInfo;
Method or attribute name: readonly applicationInfo: ApplicationInfo;|BusinessAbilityInfo.d.ts|
|Added|NA|Class name: Context;
Method or attribute name: getGroupDir(dataGroupID: string, callback: AsyncCallback\): void;|Context.d.ts|
|Added|NA|Class name: Context;
Method or attribute name: getGroupDir(dataGroupID: string): Promise\;|Context.d.ts|
|Added|NA|Class name: ContinuableInfo;
Method or attribute name: srcDeviceId: string;|ContinuableInfo.d.ts|
|Added|NA|Class name: ContinuableInfo;
Method or attribute name: bundleName: string;|ContinuableInfo.d.ts|
|Added|NA|Class name: ContinueMissionInfo;
Method or attribute name: srcDeviceId: string;|ContinueMissionInfo.d.ts|
|Added|NA|Class name: ContinueMissionInfo;
Method or attribute name: dstDeviceId: string;|ContinueMissionInfo.d.ts|
|Added|NA|Class name: ContinueMissionInfo;
Method or attribute name: bundleName: string;|ContinueMissionInfo.d.ts|
|Added|NA|Class name: ContinueMissionInfo;
Method or attribute name: wantParam: { [key: string]: Object };|ContinueMissionInfo.d.ts|
|Added|NA|Class name: ErrorObserver;
Method or attribute name: onException?(errObject: Error): void;|ErrorObserver.d.ts|
|Added|NA|Class name: FormExtensionContext;
Method or attribute name: connectServiceExtensionAbility(want: Want, options: ConnectOptions): number;|FormExtensionContext.d.ts|
|Added|NA|Class name: FormExtensionContext;
Method or attribute name: disconnectServiceExtensionAbility(connection: number, callback: AsyncCallback\): void;|FormExtensionContext.d.ts|
|Added|NA|Class name: FormExtensionContext;
Method or attribute name: disconnectServiceExtensionAbility(connection: number): Promise\;|FormExtensionContext.d.ts|
|Added|NA|Class name: MissionInfo;
Method or attribute name: abilityState: number;|MissionInfo.d.ts|
|Added|NA|Class name: MissionInfo;
Method or attribute name: unclearable: boolean;|MissionInfo.d.ts|
|Added|NA|Class name: ProcessInformation;
Method or attribute name: state: appManager.ProcessState;|ProcessInformation.d.ts|
|Added|NA|Class name: ServiceExtensionContext;
Method or attribute name: startAbilityAsCaller(want: Want, callback: AsyncCallback\): void;|ServiceExtensionContext.d.ts|
|Added|NA|Class name: ServiceExtensionContext;
Method or attribute name: startAbilityAsCaller(want: Want, options: StartOptions, callback: AsyncCallback\): void;|ServiceExtensionContext.d.ts|
|Added|NA|Class name: ServiceExtensionContext;
Method or attribute name: startAbilityAsCaller(want: Want, options?: StartOptions): Promise\;|ServiceExtensionContext.d.ts|
|Added|NA|Class name: ServiceExtensionContext;
Method or attribute name: startAbilityByCallWithAccount(want: Want, accountId: number): Promise\;|ServiceExtensionContext.d.ts|
|Added|NA|Class name: UIAbilityContext;
Method or attribute name: startAbilityAsCaller(want: Want, callback: AsyncCallback\): void;|UIAbilityContext.d.ts|
|Added|NA|Class name: UIAbilityContext;
Method or attribute name: startAbilityAsCaller(want: Want, options: StartOptions, callback: AsyncCallback\): void;|UIAbilityContext.d.ts|
|Added|NA|Class name: UIAbilityContext;
Method or attribute name: startAbilityAsCaller(want: Want, options?: StartOptions): Promise\;|UIAbilityContext.d.ts|
|Added|NA|Class name: UIAbilityContext;
Method or attribute name: startAbilityByCallWithAccount(want: Want, accountId: number): Promise\;|UIAbilityContext.d.ts|
|Added|NA|Class name: UIAbilityContext;
Method or attribute name: setMissionContinueState(state: AbilityConstant.ContinueState, callback: AsyncCallback\): void;|UIAbilityContext.d.ts|
|Added|NA|Class name: UIAbilityContext;
Method or attribute name: setMissionContinueState(state: AbilityConstant.ContinueState): Promise\;|UIAbilityContext.d.ts|
|Added|NA|Class name: UIAbilityContext;
Method or attribute name: reportDrawnCompleted(callback: AsyncCallback\): void;|UIAbilityContext.d.ts|
|Added|NA|Class name: UIExtensionContext;
Method or attribute name: startAbility(want: Want, callback: AsyncCallback\): void;|UIExtensionContext.d.ts|
|Added|NA|Class name: UIExtensionContext;
Method or attribute name: startAbility(want: Want, options: StartOptions, callback: AsyncCallback\): void;|UIExtensionContext.d.ts|
|Added|NA|Class name: UIExtensionContext;
Method or attribute name: startAbility(want: Want, options?: StartOptions): Promise\;|UIExtensionContext.d.ts|
|Added|NA|Class name: UIExtensionContext;
Method or attribute name: startAbilityForResult(want: Want, callback: AsyncCallback\): void;|UIExtensionContext.d.ts|
|Added|NA|Class name: UIExtensionContext;
Method or attribute name: startAbilityForResult(want: Want, options: StartOptions, callback: AsyncCallback\): void;|UIExtensionContext.d.ts|
|Added|NA|Class name: UIExtensionContext;
Method or attribute name: startAbilityForResult(want: Want, options?: StartOptions): Promise\;|UIExtensionContext.d.ts|
|Added|NA|Class name: UIExtensionContext;
Method or attribute name: connectServiceExtensionAbility(want: Want, options: ConnectOptions): number;|UIExtensionContext.d.ts|
|Added|NA|Class name: UIExtensionContext;
Method or attribute name: disconnectServiceExtensionAbility(connection: number, callback: AsyncCallback\): void;|UIExtensionContext.d.ts|
|Added|NA|Class name: UIExtensionContext;
Method or attribute name: disconnectServiceExtensionAbility(connection: number): Promise\;|UIExtensionContext.d.ts|
|Deprecated version changed|Class name: LastExitReason;
Method or attribute name: ABILITY_NOT_RESPONDING = 1
Old version information: |Class name: LastExitReason;
Method or attribute name: ABILITY_NOT_RESPONDING = 1
New version information: 10
Substitute API: AbilityConstant.LastExitReason#APP_FREEZE|@ohos.app.ability.AbilityConstant.d.ts|
|Deprecated version changed|Class name: continuationManager;
Method or attribute name: function off(type: 'deviceConnect', callback?: Callback\): void;
Old version information: |Class name: continuationManager;
Method or attribute name: function off(type: 'deviceConnect', callback?: Callback\): void;
New version information: 9
Substitute API: ohos.continuation.continuationManager/continuationManager#off|@ohos.continuation.continuationManager.d.ts|
|Deprecated version changed|Class name: continuationManager;
Method or attribute name: function off(type: 'deviceDisconnect', callback?: Callback\): void;
Old version information: |Class name: continuationManager;
Method or attribute name: function off(type: 'deviceDisconnect', callback?: Callback\): void;
New version information: 9
Substitute API: ohos.continuation.continuationManager/continuationManager#off|@ohos.continuation.continuationManager.d.ts|
|Deprecated version changed|Class name: continuationManager;
Method or attribute name: function register(options: ContinuationExtraParams, callback: AsyncCallback\): void;
Old version information: |Class name: continuationManager;
Method or attribute name: function register(options: ContinuationExtraParams, callback: AsyncCallback\): void;
New version information: 9
Substitute API: ohos.continuation.continuationManager/continuationManager#registerContinuation|@ohos.continuation.continuationManager.d.ts|
|Deprecated version changed|Class name: continuationManager;
Method or attribute name: function register(options?: ContinuationExtraParams): Promise\;
Old version information: |Class name: continuationManager;
Method or attribute name: function register(options?: ContinuationExtraParams): Promise\;
New version information: 9
Substitute API: ohos.continuation.continuationManager/continuationManager#registerContinuation|@ohos.continuation.continuationManager.d.ts|
|Deprecated version changed|Class name: continuationManager;
Method or attribute name: function unregister(token: number): Promise\;
Old version information: |Class name: continuationManager;
Method or attribute name: function unregister(token: number): Promise\;
New version information: 9
Substitute API: ohos.continuation.continuationManager/continuationManager#unregisterContinuation|@ohos.continuation.continuationManager.d.ts|
|Deprecated version changed|Class name: continuationManager;
Method or attribute name: function updateConnectStatus(token: number, deviceId: string, status: DeviceConnectState): Promise\;
Old version information: |Class name: continuationManager;
Method or attribute name: function updateConnectStatus(token: number, deviceId: string, status: DeviceConnectState): Promise\;
New version information: 9
Substitute API: ohos.continuation.continuationManager/continuationManager#updateContinuationState|@ohos.continuation.continuationManager.d.ts|
|Deprecated version changed|Class name: continuationManager;
Method or attribute name: function startDeviceManager(token: number, options: ContinuationExtraParams, callback: AsyncCallback\): void;
Old version information: |Class name: continuationManager;
Method or attribute name: function startDeviceManager(token: number, options: ContinuationExtraParams, callback: AsyncCallback\): void;
New version information: 9
Substitute API: ohos.continuation.continuationManager/continuationManager#startContinuationDeviceManager|@ohos.continuation.continuationManager.d.ts|
|Deprecated version changed|Class name: continuationManager;
Method or attribute name: function startDeviceManager(token: number, options?: ContinuationExtraParams): Promise\;
Old version information: |Class name: continuationManager;
Method or attribute name: function startDeviceManager(token: number, options?: ContinuationExtraParams): Promise\;
New version information: 9
Substitute API: ohos.continuation.continuationManager/continuationManager#startContinuationDeviceManager|@ohos.continuation.continuationManager.d.ts|
|Deprecated version changed|Class name: Context;
Method or attribute name: getExternalCacheDir(): Promise\;
Old version information: |Class name: Context;
Method or attribute name: getExternalCacheDir(): Promise\;
New version information: 7
Substitute API: |context.d.ts|
|Deprecated version changed|Class name: Context;
Method or attribute name: setShowOnLockScreen(show: boolean): Promise\;
Old version information: |Class name: Context;
Method or attribute name: setShowOnLockScreen(show: boolean): Promise\;
New version information: 9
Substitute API: ohos.window/window.WindowStage#setShowOnLockScreen|context.d.ts|
|Error code added|Class name: dataUriUtils;
Method or attribute name: function getId(uri: string): number;
Old version information: |Class name: dataUriUtils;
Method or attribute name: function getId(uri: string): number;
New version information: 401|@ohos.app.ability.dataUriUtils.d.ts|
|Error code added|Class name: dataUriUtils;
Method or attribute name: function attachId(uri: string, id: number): string;
Old version information: |Class name: dataUriUtils;
Method or attribute name: function attachId(uri: string, id: number): string;
New version information: 401|@ohos.app.ability.dataUriUtils.d.ts|
|Error code added|Class name: dataUriUtils;
Method or attribute name: function deleteId(uri: string): string;
Old version information: |Class name: dataUriUtils;
Method or attribute name: function deleteId(uri: string): string;
New version information: 401|@ohos.app.ability.dataUriUtils.d.ts|
|Error code added|Class name: dataUriUtils;
Method or attribute name: function updateId(uri: string, id: number): string;
Old version information: |Class name: dataUriUtils;
Method or attribute name: function updateId(uri: string, id: number): string;
New version information: 401|@ohos.app.ability.dataUriUtils.d.ts|
|Error code added|Class name: Caller;
Method or attribute name: release(): void;
Old version information: |Class name: Caller;
Method or attribute name: release(): void;
New version information: 16200001, 16200002|@ohos.app.ability.UIAbility.d.ts|
|Error code added|Class name: wantAgent;
Method or attribute name: function getUid(agent: WantAgent): Promise\;
Old version information: |Class name: wantAgent;
Method or attribute name: function getUid(agent: WantAgent): Promise\;
New version information: 401, 16000007, 16000151|@ohos.app.ability.wantAgent.d.ts|
|Error code added|Class name: continuationManager;
Method or attribute name: function off(type: 'deviceSelected', token: number): void;
Old version information: |Class name: continuationManager;
Method or attribute name: function off(type: 'deviceSelected', token: number): void;
New version information: 201,401, 16600001, 16600002, 16600004|@ohos.continuation.continuationManager.d.ts|
|Error code added|Class name: continuationManager;
Method or attribute name: function off(type: 'deviceUnselected', token: number): void;
Old version information: |Class name: continuationManager;
Method or attribute name: function off(type: 'deviceUnselected', token: number): void;
New version information: 201,401, 16600001, 16600002, 16600004|@ohos.continuation.continuationManager.d.ts|
|Error code added|Class name: continuationManager;
Method or attribute name: function registerContinuation(options: ContinuationExtraParams, callback: AsyncCallback\): void;
Old version information: |Class name: continuationManager;
Method or attribute name: function registerContinuation(options: ContinuationExtraParams, callback: AsyncCallback\): void;
New version information: 201,401, 16600001, 16600003|@ohos.continuation.continuationManager.d.ts|
|Error code added|Class name: continuationManager;
Method or attribute name: function registerContinuation(options?: ContinuationExtraParams): Promise\;
Old version information: |Class name: continuationManager;
Method or attribute name: function registerContinuation(options?: ContinuationExtraParams): Promise\;
New version information: 201,401, 16600001, 16600003|@ohos.continuation.continuationManager.d.ts|
|Error code added|Class name: continuationManager;
Method or attribute name: function unregisterContinuation(token: number): Promise\;
Old version information: |Class name: continuationManager;
Method or attribute name: function unregisterContinuation(token: number): Promise\;
New version information: 201,401, 16600001, 16600002|@ohos.continuation.continuationManager.d.ts|
|Error code added|Class name: continuationManager;
Method or attribute name: function updateContinuationState(token: number, deviceId: string, status: DeviceConnectState): Promise\;
Old version information: |Class name: continuationManager;
Method or attribute name: function updateContinuationState(token: number, deviceId: string, status: DeviceConnectState): Promise\;
New version information: 201,401, 16600001, 16600002|@ohos.continuation.continuationManager.d.ts|
|Error code added|Class name: continuationManager;
Method or attribute name: function startContinuationDeviceManager(
token: number,
options: ContinuationExtraParams,
callback: AsyncCallback\
): void;
Old version information: |Class name: continuationManager;
Method or attribute name: function startContinuationDeviceManager(
token: number,
options: ContinuationExtraParams,
callback: AsyncCallback\
): void;
New version information: 201,401, 16600001, 16600002|@ohos.continuation.continuationManager.d.ts|
|Error code added|Class name: continuationManager;
Method or attribute name: function startContinuationDeviceManager(token: number, options?: ContinuationExtraParams): Promise\;
Old version information: |Class name: continuationManager;
Method or attribute name: function startContinuationDeviceManager(token: number, options?: ContinuationExtraParams): Promise\;
New version information: 201,401, 16600001, 16600002|@ohos.continuation.continuationManager.d.ts|
|Error code added|Class name: distributedMissionManager;
Method or attribute name: function startSyncRemoteMissions(parameter: MissionParameter): Promise\;
Old version information: |Class name: distributedMissionManager;
Method or attribute name: function startSyncRemoteMissions(parameter: MissionParameter): Promise\;
New version information: 201,401|@ohos.distributedMissionManager.d.ts|
|Error code added|Class name: distributedMissionManager;
Method or attribute name: function stopSyncRemoteMissions(parameter: MissionDeviceInfo): Promise\;
Old version information: |Class name: distributedMissionManager;
Method or attribute name: function stopSyncRemoteMissions(parameter: MissionDeviceInfo): Promise\;
New version information: 201,401|@ohos.distributedMissionManager.d.ts|
|Error code added|Class name: distributedMissionManager;
Method or attribute name: function registerMissionListener(parameter: MissionDeviceInfo, options: MissionCallback): Promise\;
Old version information: |Class name: distributedMissionManager;
Method or attribute name: function registerMissionListener(parameter: MissionDeviceInfo, options: MissionCallback): Promise\;
New version information: 201,401|@ohos.distributedMissionManager.d.ts|
|Error code added|Class name: distributedMissionManager;
Method or attribute name: function unRegisterMissionListener(parameter: MissionDeviceInfo): Promise\;
Old version information: |Class name: distributedMissionManager;
Method or attribute name: function unRegisterMissionListener(parameter: MissionDeviceInfo): Promise\;
New version information: 201,401|@ohos.distributedMissionManager.d.ts|
|Error code added|Class name: distributedMissionManager;
Method or attribute name: function continueMission(parameter: ContinueDeviceInfo, options: ContinueCallback): Promise\;
Old version information: |Class name: distributedMissionManager;
Method or attribute name: function continueMission(parameter: ContinueDeviceInfo, options: ContinueCallback): Promise\;
New version information: 201,202,401, 16300501, 16300502, 16300503,16300504, 16300505, 16300506|@ohos.distributedMissionManager.d.ts|
|Error code added|Class name: AbilityDelegator;
Method or attribute name: getCurrentTopAbility(): Promise\;
Old version information: |Class name: AbilityDelegator;
Method or attribute name: getCurrentTopAbility(): Promise\;
New version information: 16000100|AbilityDelegator.d.ts|
|Error code added|Class name: Context;
Method or attribute name: getApplicationContext(): ApplicationContext;
Old version information: |Class name: Context;
Method or attribute name: getApplicationContext(): ApplicationContext;
New version information: 401|Context.d.ts|
|Error code added|Class name: FormExtensionContext;
Method or attribute name: startAbility(want: Want, callback: AsyncCallback\): void;
Old version information: |Class name: FormExtensionContext;
Method or attribute name: startAbility(want: Want, callback: AsyncCallback\): void;
New version information: 202,401, 16500050, 16500100, 16500101, 16501000|FormExtensionContext.d.ts|
|Error code added|Class name: FormExtensionContext;
Method or attribute name: startAbility(want: Want): Promise\;
Old version information: |Class name: FormExtensionContext;
Method or attribute name: startAbility(want: Want): Promise\;
New version information: 202,401, 16500050, 16500100, 16500101, 16501000|FormExtensionContext.d.ts|
|Error code added|Class name: UIAbilityContext;
Method or attribute name: isTerminating(): boolean;
Old version information: |Class name: UIAbilityContext;
Method or attribute name: isTerminating(): boolean;
New version information: 16000011|UIAbilityContext.d.ts|
|Error code changed|Class name: abilityManager;
Method or attribute name: function updateConfiguration(config: Configuration, callback: AsyncCallback\): void;
Old version information: 401|Class name: abilityManager;
Method or attribute name: function updateConfiguration(config: Configuration, callback: AsyncCallback\): void;
New version information: 201,202,401, 16000050|@ohos.app.ability.abilityManager.d.ts|
|Error code changed|Class name: abilityManager;
Method or attribute name: function updateConfiguration(config: Configuration): Promise\;
Old version information: 401|Class name: abilityManager;
Method or attribute name: function updateConfiguration(config: Configuration): Promise\;
New version information: 201,202,401, 16000050|@ohos.app.ability.abilityManager.d.ts|
|Error code changed|Class name: abilityManager;
Method or attribute name: function getAbilityRunningInfos(): Promise\>;
Old version information: 401|Class name: abilityManager;
Method or attribute name: function getAbilityRunningInfos(): Promise\>;
New version information: 202, 16000050|@ohos.app.ability.abilityManager.d.ts|
|Error code changed|Class name: abilityManager;
Method or attribute name: function getAbilityRunningInfos(callback: AsyncCallback\>): void;
Old version information: 401|Class name: abilityManager;
Method or attribute name: function getAbilityRunningInfos(callback: AsyncCallback\>): void;
New version information: 202,401, 16000050|@ohos.app.ability.abilityManager.d.ts|
|Error code changed|Class name: abilityManager;
Method or attribute name: function getExtensionRunningInfos(upperLimit: number): Promise\>;
Old version information: 401|Class name: abilityManager;
Method or attribute name: function getExtensionRunningInfos(upperLimit: number): Promise\>;
New version information: 202,401, 16000050|@ohos.app.ability.abilityManager.d.ts|
|Error code changed|Class name: abilityManager;
Method or attribute name: function getExtensionRunningInfos(upperLimit: number, callback: AsyncCallback\>): void;
Old version information: 401|Class name: abilityManager;
Method or attribute name: function getExtensionRunningInfos(upperLimit: number, callback: AsyncCallback\>): void;
New version information: 202,401, 16000050|@ohos.app.ability.abilityManager.d.ts|
|Error code changed|Class name: abilityManager;
Method or attribute name: function getTopAbility(): Promise\;
Old version information: 401|Class name: abilityManager;
Method or attribute name: function getTopAbility(): Promise\;
New version information: 202, 16000050|@ohos.app.ability.abilityManager.d.ts|
|Error code changed|Class name: abilityManager;
Method or attribute name: function getTopAbility(callback: AsyncCallback\): void;
Old version information: 401|Class name: abilityManager;
Method or attribute name: function getTopAbility(callback: AsyncCallback\): void;
New version information: 202,401, 16000050|@ohos.app.ability.abilityManager.d.ts|
|Error code changed|Class name: appManager;
Method or attribute name: function on(type: 'applicationState', observer: ApplicationStateObserver): number;
Old version information: 401|Class name: appManager;
Method or attribute name: function on(type: 'applicationState', observer: ApplicationStateObserver): number;
New version information: 201,202,401, 16000050|@ohos.app.ability.appManager.d.ts|
|Error code changed|Class name: appManager;
Method or attribute name: function on(type: 'applicationState', observer: ApplicationStateObserver, bundleNameList: Array\): number;
Old version information: 401|Class name: appManager;
Method or attribute name: function on(type: 'applicationState', observer: ApplicationStateObserver, bundleNameList: Array\): number;
New version information: 201,202,401, 16000050|@ohos.app.ability.appManager.d.ts|
|Error code changed|Class name: appManager;
Method or attribute name: function off(type: 'applicationState', observerId: number, callback: AsyncCallback\): void;
Old version information: 401|Class name: appManager;
Method or attribute name: function off(type: 'applicationState', observerId: number, callback: AsyncCallback\): void;
New version information: 201,202,401, 16000050|@ohos.app.ability.appManager.d.ts|
|Error code changed|Class name: appManager;
Method or attribute name: function off(type: 'applicationState', observerId: number): Promise\;
Old version information: 401|Class name: appManager;
Method or attribute name: function off(type: 'applicationState', observerId: number): Promise\;
New version information: 201,202,401, 16000050|@ohos.app.ability.appManager.d.ts|
|Error code changed|Class name: appManager;
Method or attribute name: function getForegroundApplications(callback: AsyncCallback\>): void;
Old version information: 401|Class name: appManager;
Method or attribute name: function getForegroundApplications(callback: AsyncCallback\>): void;
New version information: 201,202,401, 16000050|@ohos.app.ability.appManager.d.ts|
|Error code changed|Class name: appManager;
Method or attribute name: function getForegroundApplications(): Promise\>;
Old version information: 401|Class name: appManager;
Method or attribute name: function getForegroundApplications(): Promise\>;
New version information: 201,202, 16000050|@ohos.app.ability.appManager.d.ts|
|Error code changed|Class name: appManager;
Method or attribute name: function killProcessWithAccount(bundleName: string, accountId: number): Promise\;
Old version information: 401|Class name: appManager;
Method or attribute name: function killProcessWithAccount(bundleName: string, accountId: number): Promise\;
New version information: 201,202,401, 16000050|@ohos.app.ability.appManager.d.ts|
|Error code changed|Class name: appManager;
Method or attribute name: function killProcessWithAccount(bundleName: string, accountId: number, callback: AsyncCallback\): void;
Old version information: 401|Class name: appManager;
Method or attribute name: function killProcessWithAccount(bundleName: string, accountId: number, callback: AsyncCallback\): void;
New version information: 201,202,401, 16000050|@ohos.app.ability.appManager.d.ts|
|Error code changed|Class name: appManager;
Method or attribute name: function isRunningInStabilityTest(callback: AsyncCallback\): void;
Old version information: 401|Class name: appManager;
Method or attribute name: function isRunningInStabilityTest(callback: AsyncCallback\): void;
New version information: 401, 16000050|@ohos.app.ability.appManager.d.ts|
|Error code changed|Class name: appManager;
Method or attribute name: function isRunningInStabilityTest(): Promise\;
Old version information: 401|Class name: appManager;
Method or attribute name: function isRunningInStabilityTest(): Promise\;
New version information: 16000050|@ohos.app.ability.appManager.d.ts|
|Error code changed|Class name: appManager;
Method or attribute name: function killProcessesByBundleName(bundleName: string): Promise\;
Old version information: 401|Class name: appManager;
Method or attribute name: function killProcessesByBundleName(bundleName: string): Promise\;
New version information: 201,202,401, 16000050|@ohos.app.ability.appManager.d.ts|
|Error code changed|Class name: appManager;
Method or attribute name: function killProcessesByBundleName(bundleName: string, callback: AsyncCallback\);
Old version information: 401|Class name: appManager;
Method or attribute name: function killProcessesByBundleName(bundleName: string, callback: AsyncCallback\);
New version information: 201,202,401, 16000050|@ohos.app.ability.appManager.d.ts|
|Error code changed|Class name: appManager;
Method or attribute name: function clearUpApplicationData(bundleName: string): Promise\;
Old version information: 401|Class name: appManager;
Method or attribute name: function clearUpApplicationData(bundleName: string): Promise\;
New version information: 201,202,401, 16000050|@ohos.app.ability.appManager.d.ts|
|Error code changed|Class name: appManager;
Method or attribute name: function clearUpApplicationData(bundleName: string, callback: AsyncCallback\);
Old version information: 401|Class name: appManager;
Method or attribute name: function clearUpApplicationData(bundleName: string, callback: AsyncCallback\);
New version information: 201,202,401, 16000050|@ohos.app.ability.appManager.d.ts|
|Error code changed|Class name: appManager;
Method or attribute name: function isRamConstrainedDevice(): Promise\;
Old version information: 401|Class name: appManager;
Method or attribute name: function isRamConstrainedDevice(): Promise\;
New version information: 16000050|@ohos.app.ability.appManager.d.ts|
|Error code changed|Class name: appManager;
Method or attribute name: function isRamConstrainedDevice(callback: AsyncCallback\): void;
Old version information: 401|Class name: appManager;
Method or attribute name: function isRamConstrainedDevice(callback: AsyncCallback\): void;
New version information: 401, 16000050|@ohos.app.ability.appManager.d.ts|
|Error code changed|Class name: appManager;
Method or attribute name: function getAppMemorySize(): Promise\;
Old version information: 401|Class name: appManager;
Method or attribute name: function getAppMemorySize(): Promise\;
New version information: 16000050|@ohos.app.ability.appManager.d.ts|
|Error code changed|Class name: appManager;
Method or attribute name: function getAppMemorySize(callback: AsyncCallback\): void;
Old version information: 401|Class name: appManager;
Method or attribute name: function getAppMemorySize(callback: AsyncCallback\): void;
New version information: 401, 16000050|@ohos.app.ability.appManager.d.ts|
|Error code changed|Class name: appManager;
Method or attribute name: function getRunningProcessInformation(): Promise\>;
Old version information: 401|Class name: appManager;
Method or attribute name: function getRunningProcessInformation(): Promise\>;
New version information: 16000050|@ohos.app.ability.appManager.d.ts|
|Error code changed|Class name: appManager;
Method or attribute name: function getRunningProcessInformation(callback: AsyncCallback\>): void;
Old version information: 401|Class name: appManager;
Method or attribute name: function getRunningProcessInformation(callback: AsyncCallback\>): void;
New version information: 401, 16000050|@ohos.app.ability.appManager.d.ts|
|Error code changed|Class name: errorManager;
Method or attribute name: function on(type: 'error', observer: ErrorObserver): number;
Old version information: 401|Class name: errorManager;
Method or attribute name: function on(type: 'error', observer: ErrorObserver): number;
New version information: 401, 16000003|@ohos.app.ability.errorManager.d.ts|
|Error code changed|Class name: errorManager;
Method or attribute name: function off(type: 'error', observerId: number, callback: AsyncCallback\): void;
Old version information: 401|Class name: errorManager;
Method or attribute name: function off(type: 'error', observerId: number, callback: AsyncCallback\): void;
New version information: 401, 16000003|@ohos.app.ability.errorManager.d.ts|
|Error code changed|Class name: errorManager;
Method or attribute name: function off(type: 'error', observerId: number): Promise\;
Old version information: 401|Class name: errorManager;
Method or attribute name: function off(type: 'error', observerId: number): Promise\;
New version information: 401, 16000003|@ohos.app.ability.errorManager.d.ts|
|Error code changed|Class name: missionManager;
Method or attribute name: function on(type: 'mission', listener: MissionListener): number;
Old version information: 401|Class name: missionManager;
Method or attribute name: function on(type: 'mission', listener: MissionListener): number;
New version information: 201,202,401|@ohos.app.ability.missionManager.d.ts|
|Error code changed|Class name: missionManager;
Method or attribute name: function off(type: 'mission', listenerId: number, callback: AsyncCallback\): void;
Old version information: 401|Class name: missionManager;
Method or attribute name: function off(type: 'mission', listenerId: number, callback: AsyncCallback\): void;
New version information: 201,202,401, 16300002|@ohos.app.ability.missionManager.d.ts|
|Error code changed|Class name: missionManager;
Method or attribute name: function off(type: 'mission', listenerId: number): Promise\;
Old version information: 401|Class name: missionManager;
Method or attribute name: function off(type: 'mission', listenerId: number): Promise\;
New version information: 201,202,401, 16300002|@ohos.app.ability.missionManager.d.ts|
|Error code changed|Class name: missionManager;
Method or attribute name: function getMissionInfo(deviceId: string, missionId: number, callback: AsyncCallback\): void;
Old version information: 401|Class name: missionManager;
Method or attribute name: function getMissionInfo(deviceId: string, missionId: number, callback: AsyncCallback\): void;
New version information: 201,202,401|@ohos.app.ability.missionManager.d.ts|
|Error code changed|Class name: missionManager;
Method or attribute name: function getMissionInfo(deviceId: string, missionId: number): Promise\;
Old version information: 401|Class name: missionManager;
Method or attribute name: function getMissionInfo(deviceId: string, missionId: number): Promise\;
New version information: 201,202,401|@ohos.app.ability.missionManager.d.ts|
|Error code changed|Class name: missionManager;
Method or attribute name: function getMissionInfos(deviceId: string, numMax: number, callback: AsyncCallback\>): void;
Old version information: 401|Class name: missionManager;
Method or attribute name: function getMissionInfos(deviceId: string, numMax: number, callback: AsyncCallback\>): void;
New version information: 201,202,401|@ohos.app.ability.missionManager.d.ts|
|Error code changed|Class name: missionManager;
Method or attribute name: function getMissionInfos(deviceId: string, numMax: number): Promise\>;
Old version information: 401|Class name: missionManager;
Method or attribute name: function getMissionInfos(deviceId: string, numMax: number): Promise\>;
New version information: 201,202,401|@ohos.app.ability.missionManager.d.ts|
|Error code changed|Class name: missionManager;
Method or attribute name: function getMissionSnapShot(deviceId: string, missionId: number, callback: AsyncCallback\): void;
Old version information: 401|Class name: missionManager;
Method or attribute name: function getMissionSnapShot(deviceId: string, missionId: number, callback: AsyncCallback\): void;
New version information: 201,202,401|@ohos.app.ability.missionManager.d.ts|
|Error code changed|Class name: missionManager;
Method or attribute name: function getMissionSnapShot(deviceId: string, missionId: number): Promise\;
Old version information: 401|Class name: missionManager;
Method or attribute name: function getMissionSnapShot(deviceId: string, missionId: number): Promise\;
New version information: 201,202,401|@ohos.app.ability.missionManager.d.ts|
|Error code changed|Class name: missionManager;
Method or attribute name: function getLowResolutionMissionSnapShot(
deviceId: string,
missionId: number,
callback: AsyncCallback\
): void;
Old version information: 401|Class name: missionManager;
Method or attribute name: function getLowResolutionMissionSnapShot(
deviceId: string,
missionId: number,
callback: AsyncCallback\
): void;
New version information: 201,202,401|@ohos.app.ability.missionManager.d.ts|
|Error code changed|Class name: missionManager;
Method or attribute name: function getLowResolutionMissionSnapShot(deviceId: string, missionId: number): Promise\;
Old version information: 401|Class name: missionManager;
Method or attribute name: function getLowResolutionMissionSnapShot(deviceId: string, missionId: number): Promise\;
New version information: 201,202,401|@ohos.app.ability.missionManager.d.ts|
|Error code changed|Class name: missionManager;
Method or attribute name: function lockMission(missionId: number, callback: AsyncCallback\): void;
Old version information: 401|Class name: missionManager;
Method or attribute name: function lockMission(missionId: number, callback: AsyncCallback\): void;
New version information: 201,202,401, 16300001|@ohos.app.ability.missionManager.d.ts|
|Error code changed|Class name: missionManager;
Method or attribute name: function lockMission(missionId: number): Promise\;
Old version information: 401|Class name: missionManager;
Method or attribute name: function lockMission(missionId: number): Promise\;
New version information: 201,202,401, 16300001|@ohos.app.ability.missionManager.d.ts|
|Error code changed|Class name: missionManager;
Method or attribute name: function unlockMission(missionId: number, callback: AsyncCallback\): void;
Old version information: 401|Class name: missionManager;
Method or attribute name: function unlockMission(missionId: number, callback: AsyncCallback\): void;
New version information: 201,202,401, 16300001|@ohos.app.ability.missionManager.d.ts|
|Error code changed|Class name: missionManager;
Method or attribute name: function unlockMission(missionId: number): Promise\;
Old version information: 401|Class name: missionManager;
Method or attribute name: function unlockMission(missionId: number): Promise\;
New version information: 201,202,401, 16300001|@ohos.app.ability.missionManager.d.ts|
|Error code changed|Class name: missionManager;
Method or attribute name: function clearMission(missionId: number, callback: AsyncCallback\): void;
Old version information: 401|Class name: missionManager;
Method or attribute name: function clearMission(missionId: number, callback: AsyncCallback\): void;
New version information: 201,202,401|@ohos.app.ability.missionManager.d.ts|
|Error code changed|Class name: missionManager;
Method or attribute name: function clearMission(missionId: number): Promise\;
Old version information: 401|Class name: missionManager;
Method or attribute name: function clearMission(missionId: number): Promise\;
New version information: 201,202,401|@ohos.app.ability.missionManager.d.ts|
|Error code changed|Class name: missionManager;
Method or attribute name: function clearAllMissions(callback: AsyncCallback\): void;
Old version information: 401|Class name: missionManager;
Method or attribute name: function clearAllMissions(callback: AsyncCallback\): void;
New version information: 201,202,401|@ohos.app.ability.missionManager.d.ts|
|Error code changed|Class name: missionManager;
Method or attribute name: function clearAllMissions(): Promise\;
Old version information: 401|Class name: missionManager;
Method or attribute name: function clearAllMissions(): Promise\;
New version information: 201,202|@ohos.app.ability.missionManager.d.ts|
|Error code changed|Class name: missionManager;
Method or attribute name: function moveMissionToFront(missionId: number, callback: AsyncCallback\): void;
Old version information: 401|Class name: missionManager;
Method or attribute name: function moveMissionToFront(missionId: number, callback: AsyncCallback\): void;
New version information: 201,202,401, 16000009|@ohos.app.ability.missionManager.d.ts|
|Error code changed|Class name: missionManager;
Method or attribute name: function moveMissionToFront(missionId: number, options: StartOptions, callback: AsyncCallback\): void;
Old version information: 401|Class name: missionManager;
Method or attribute name: function moveMissionToFront(missionId: number, options: StartOptions, callback: AsyncCallback\): void;
New version information: 201,202,401, 16000009|@ohos.app.ability.missionManager.d.ts|
|Error code changed|Class name: missionManager;
Method or attribute name: function moveMissionToFront(missionId: number, options?: StartOptions): Promise\;
Old version information: 401|Class name: missionManager;
Method or attribute name: function moveMissionToFront(missionId: number, options?: StartOptions): Promise\;
New version information: 201,202,401, 16000009|@ohos.app.ability.missionManager.d.ts|
|Error code changed|Class name: quickFixManager;
Method or attribute name: function applyQuickFix(hapModuleQuickFixFiles: Array\, callback: AsyncCallback\): void;
Old version information: 401|Class name: quickFixManager;
Method or attribute name: function applyQuickFix(hapModuleQuickFixFiles: Array\, callback: AsyncCallback\): void;
New version information: 201,202,401, 18500002, 18500008|@ohos.app.ability.quickFixManager.d.ts|
|Error code changed|Class name: quickFixManager;
Method or attribute name: function applyQuickFix(hapModuleQuickFixFiles: Array\): Promise\;
Old version information: 401|Class name: quickFixManager;
Method or attribute name: function applyQuickFix(hapModuleQuickFixFiles: Array\): Promise\;
New version information: 201,202,401, 18500002, 18500008|@ohos.app.ability.quickFixManager.d.ts|
|Error code changed|Class name: quickFixManager;
Method or attribute name: function getApplicationQuickFixInfo(bundleName: string, callback: AsyncCallback\): void;
Old version information: 401|Class name: quickFixManager;
Method or attribute name: function getApplicationQuickFixInfo(bundleName: string, callback: AsyncCallback\): void;
New version information: 201,202,401, 18500001, 18500008|@ohos.app.ability.quickFixManager.d.ts|
|Error code changed|Class name: quickFixManager;
Method or attribute name: function getApplicationQuickFixInfo(bundleName: string): Promise\;
Old version information: 401|Class name: quickFixManager;
Method or attribute name: function getApplicationQuickFixInfo(bundleName: string): Promise\;
New version information: 201,202,401, 18500001, 18500008|@ohos.app.ability.quickFixManager.d.ts|
|Error code changed|Class name: Caller;
Method or attribute name: call(method: string, data: rpc.Parcelable): Promise\;
Old version information: 401|Class name: Caller;
Method or attribute name: call(method: string, data: rpc.Parcelable): Promise\;
New version information: 401, 16200001, 16200002, 16000050|@ohos.app.ability.UIAbility.d.ts|
|Error code changed|Class name: Caller;
Method or attribute name: callWithResult(method: string, data: rpc.Parcelable): Promise\;
Old version information: 401|Class name: Caller;
Method or attribute name: callWithResult(method: string, data: rpc.Parcelable): Promise\;
New version information: 401, 16200001, 16200002, 16000050|@ohos.app.ability.UIAbility.d.ts|
|Error code changed|Class name: Caller;
Method or attribute name: onRelease(callback: OnReleaseCallback): void;
Old version information: 401|Class name: Caller;
Method or attribute name: onRelease(callback: OnReleaseCallback): void;
New version information: 401, 16200001|@ohos.app.ability.UIAbility.d.ts|
|Error code changed|Class name: Caller;
Method or attribute name: on(type: 'release', callback: OnReleaseCallback): void;
Old version information: 401|Class name: Caller;
Method or attribute name: on(type: 'release', callback: OnReleaseCallback): void;
New version information: 401, 16200001|@ohos.app.ability.UIAbility.d.ts|
|Error code changed|Class name: Callee;
Method or attribute name: on(method: string, callback: CalleeCallback): void;
Old version information: 401|Class name: Callee;
Method or attribute name: on(method: string, callback: CalleeCallback): void;
New version information: 401, 16200004, 16000050|@ohos.app.ability.UIAbility.d.ts|
|Error code changed|Class name: Callee;
Method or attribute name: off(method: string): void;
Old version information: 401|Class name: Callee;
Method or attribute name: off(method: string): void;
New version information: 401, 16200005, 16000050|@ohos.app.ability.UIAbility.d.ts|
|Error code changed|Class name: wantAgent;
Method or attribute name: function getBundleName(agent: WantAgent, callback: AsyncCallback\): void;