1.1K Star 6.2K Fork 5K

OpenHarmony / docs

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
js-apidiff-ability.md 325.80 KB
一键复制 编辑 原始数据 按行查看 历史
时睿 提交于 2023-10-26 20:15 . 同步apidiff
操作 旧版本 新版本 d.ts文件
新增 NA 类名:FormProviderFilter;
方法or属性:bundleName: string;
@ohos.app.form.formInfo.d.ts
新增 NA 类名:FormProviderFilter;
方法or属性:moduleName?: string;
@ohos.app.form.formInfo.d.ts
新增 NA 类名:LaunchReason;
方法or属性:SHARE = 5
@ohos.app.ability.AbilityConstant.d.ts
新增 NA 类名:LastExitReason;
方法or属性:CPP_CRASH = 3
@ohos.app.ability.AbilityConstant.d.ts
新增 NA 类名:LastExitReason;
方法or属性:JS_ERROR = 4
@ohos.app.ability.AbilityConstant.d.ts
新增 NA 类名:LastExitReason;
方法or属性:APP_FREEZE = 5
@ohos.app.ability.AbilityConstant.d.ts
新增 NA 类名:LastExitReason;
方法or属性:PERFORMANCE_CONTROL = 6
@ohos.app.ability.AbilityConstant.d.ts
新增 NA 类名:LastExitReason;
方法or属性:RESOURCE_CONTROL = 7
@ohos.app.ability.AbilityConstant.d.ts
新增 NA 类名:LastExitReason;
方法or属性:UPGRADE = 8
@ohos.app.ability.AbilityConstant.d.ts
新增 NA 类名:ContinueState;
方法or属性:ACTIVE = 0
@ohos.app.ability.AbilityConstant.d.ts
新增 NA 类名:ContinueState;
方法or属性:INACTIVE = 1
@ohos.app.ability.AbilityConstant.d.ts
新增 NA 类名:abilityManager;
方法or属性:function acquireShareData(missionId: number, callback: AsyncCallback<{ [key: string]: Object }>): void;
@ohos.app.ability.abilityManager.d.ts
新增 NA 类名:abilityManager;
方法or属性:function acquireShareData(missionId: number): Promise<{ [key: string]: Object }>;
@ohos.app.ability.abilityManager.d.ts
新增 NA 类名:abilityManager;
方法or属性:function notifySaveAsResult(parameter: AbilityResult, requestCode: number, callback: AsyncCallback<void>): void;
@ohos.app.ability.abilityManager.d.ts
新增 NA 类名:abilityManager;
方法or属性:function notifySaveAsResult(parameter: AbilityResult, requestCode: number): Promise<void>;
@ohos.app.ability.abilityManager.d.ts
新增 NA 类名:ApplicationStateChangeCallback;
方法or属性:onApplicationForeground(): void;
@ohos.app.ability.ApplicationStateChangeCallback.d.ts
新增 NA 类名:ApplicationStateChangeCallback;
方法or属性:onApplicationBackground(): void;
@ohos.app.ability.ApplicationStateChangeCallback.d.ts
新增 NA 类名:appManager;
方法or属性:function isSharedBundleRunning(bundleName: string, versionCode: number): Promise<boolean>;
@ohos.app.ability.appManager.d.ts
新增 NA 类名:appManager;
方法or属性:function isSharedBundleRunning(bundleName: string, versionCode: number, callback: AsyncCallback<boolean>): void;
@ohos.app.ability.appManager.d.ts
新增 NA 类名:appManager;
方法or属性:function getProcessMemoryByPid(pid: number): Promise<number>;
@ohos.app.ability.appManager.d.ts
新增 NA 类名:appManager;
方法or属性:function getProcessMemoryByPid(pid: number, callback: AsyncCallback<number>): void;
@ohos.app.ability.appManager.d.ts
新增 NA 类名:appManager;
方法or属性:function getRunningProcessInfoByBundleName(bundleName: string, callback: AsyncCallback<Array<ProcessInformation>>): void;
@ohos.app.ability.appManager.d.ts
新增 NA 类名:appManager;
方法or属性:function getRunningProcessInfoByBundleName(bundleName: string, userId: number, callback: AsyncCallback<Array<ProcessInformation>>): void;
@ohos.app.ability.appManager.d.ts
新增 NA 类名:appManager;
方法or属性:function getRunningProcessInfoByBundleName(bundleName: string): Promise<Array<ProcessInformation>>;
@ohos.app.ability.appManager.d.ts
新增 NA 类名:appManager;
方法or属性:function getRunningProcessInfoByBundleName(bundleName: string, userId: number): Promise<Array<ProcessInformation>>;
@ohos.app.ability.appManager.d.ts
新增 NA 类名:appManager;
方法or属性:export type ProcessData = _ProcessData.default;
@ohos.app.ability.appManager.d.ts
新增 NA 类名:appRecovery;
方法or属性:function setRestartWant(want: Want): void;
@ohos.app.ability.appRecovery.d.ts
新增 NA 类名:appRecovery;
方法or属性:function saveAppState(context?: UIAbilityContext): boolean;
@ohos.app.ability.appRecovery.d.ts
新增 NA 类名:common;
方法or属性:export type UIExtensionContext = _UIExtensionContext.default;
@ohos.app.ability.common.d.ts
新增 NA 类名:WindowRect;
方法or属性:left: number;
@ohos.app.ability.dialogRequest.d.ts
新增 NA 类名:WindowRect;
方法or属性:top: number;
@ohos.app.ability.dialogRequest.d.ts
新增 NA 类名:WindowRect;
方法or属性:width: number;
@ohos.app.ability.dialogRequest.d.ts
新增 NA 类名:WindowRect;
方法or属性:height: number;
@ohos.app.ability.dialogRequest.d.ts
新增 NA 类名:RequestInfo;
方法or属性:windowRect?: WindowRect
@ohos.app.ability.dialogRequest.d.ts
新增 NA 类名:RequestResult;
方法or属性:want?: Want;
@ohos.app.ability.dialogRequest.d.ts
新增 NA 类名:missionManager;
方法or属性:function moveMissionsToForeground(missionIds: Array<number>, callback: AsyncCallback<void>): void;
@ohos.app.ability.missionManager.d.ts
新增 NA 类名:missionManager;
方法or属性:function moveMissionsToForeground(missionIds: Array<number>, topMission: number, callback: AsyncCallback<void>): void;
@ohos.app.ability.missionManager.d.ts
新增 NA 类名:missionManager;
方法or属性:function moveMissionsToForeground(missionIds: Array<number>, topMission?: number): Promise<void>;
@ohos.app.ability.missionManager.d.ts
新增 NA 类名:missionManager;
方法or属性:function moveMissionsToBackground(missionIds: Array<number>, callback: AsyncCallback<Array<number>>): void;
@ohos.app.ability.missionManager.d.ts
新增 NA 类名:missionManager;
方法or属性:function moveMissionsToBackground(missionIds: Array<number>): Promise<Array<number>>;
@ohos.app.ability.missionManager.d.ts
新增 NA 类名:quickFixManager;
方法or属性:function revokeQuickFix(bundleName: string, callback: AsyncCallback<void>): void;
@ohos.app.ability.quickFixManager.d.ts
新增 NA 类名:quickFixManager;
方法or属性:function revokeQuickFix(bundleName: string): Promise<void>;
@ohos.app.ability.quickFixManager.d.ts
新增 NA 类名:Caller;
方法or属性:onRemoteStateChange(callback: OnRemoteStateChangeCallback): void;
@ohos.app.ability.UIAbility.d.ts
新增 NA 类名:UIAbility;
方法or属性:onShare(wantParam: { [key: string]: Object }): void;
@ohos.app.ability.UIAbility.d.ts
新增 NA 类名:UIAbility;
方法or属性:onPrepareToTerminate(): boolean;
@ohos.app.ability.UIAbility.d.ts
新增 NA 类名:UIAbility;
方法or属性:onBackPressed(): boolean;
@ohos.app.ability.UIAbility.d.ts
新增 NA 类名:UIExtensionAbility;
方法or属性:context: UIExtensionContext;
@ohos.app.ability.UIExtensionAbility.d.ts
新增 NA 类名:UIExtensionAbility;
方法or属性:onCreate(): void;
@ohos.app.ability.UIExtensionAbility.d.ts
新增 NA 类名:UIExtensionAbility;
方法or属性:onSessionCreate(want: Want, session: UIExtensionContentSession): void;
@ohos.app.ability.UIExtensionAbility.d.ts
新增 NA 类名:UIExtensionAbility;
方法or属性:onSessionDestroy(session: UIExtensionContentSession): void;
@ohos.app.ability.UIExtensionAbility.d.ts
新增 NA 类名:UIExtensionAbility;
方法or属性:onForeground(): void;
@ohos.app.ability.UIExtensionAbility.d.ts
新增 NA 类名:UIExtensionAbility;
方法or属性:onBackground(): void;
@ohos.app.ability.UIExtensionAbility.d.ts
新增 NA 类名:UIExtensionAbility;
方法or属性:onDestroy(): void | Promise<void>;
@ohos.app.ability.UIExtensionAbility.d.ts
新增 NA 类名:UIExtensionContentSession;
方法or属性:sendData(data: { [key: string]: Object }): void;
@ohos.app.ability.UIExtensionContentSession.d.ts
新增 NA 类名:UIExtensionContentSession;
方法or属性:setReceiveDataCallback(callback: (data: { [key: string]: Object }) => void): void;
@ohos.app.ability.UIExtensionContentSession.d.ts
新增 NA 类名:UIExtensionContentSession;
方法or属性:loadContent(path: string, storage?: LocalStorage): void;
@ohos.app.ability.UIExtensionContentSession.d.ts
新增 NA 类名:UIExtensionContentSession;
方法or属性:startAbility(want: Want, callback: AsyncCallback<void>): void;
@ohos.app.ability.UIExtensionContentSession.d.ts
新增 NA 类名:UIExtensionContentSession;
方法or属性:startAbility(want: Want, options: StartOptions, callback: AsyncCallback<void>): void;
@ohos.app.ability.UIExtensionContentSession.d.ts
新增 NA 类名:UIExtensionContentSession;
方法or属性:startAbility(want: Want, options?: StartOptions): Promise<void>;
@ohos.app.ability.UIExtensionContentSession.d.ts
新增 NA 类名:UIExtensionContentSession;
方法or属性:startAbilityForResult(want: Want, callback: AsyncCallback<AbilityResult>): void;
@ohos.app.ability.UIExtensionContentSession.d.ts
新增 NA 类名:UIExtensionContentSession;
方法or属性:startAbilityForResult(want: Want, options: StartOptions, callback: AsyncCallback<AbilityResult>): void;
@ohos.app.ability.UIExtensionContentSession.d.ts
新增 NA 类名:UIExtensionContentSession;
方法or属性:startAbilityForResult(want: Want, options?: StartOptions): Promise<AbilityResult>;
@ohos.app.ability.UIExtensionContentSession.d.ts
新增 NA 类名:UIExtensionContentSession;
方法or属性:terminateSelf(callback: AsyncCallback<void>): void;
@ohos.app.ability.UIExtensionContentSession.d.ts
新增 NA 类名:UIExtensionContentSession;
方法or属性:terminateSelf(): Promise<void>;
@ohos.app.ability.UIExtensionContentSession.d.ts
新增 NA 类名:UIExtensionContentSession;
方法or属性:terminateSelfWithResult(parameter: AbilityResult, callback: AsyncCallback<void>): void;
@ohos.app.ability.UIExtensionContentSession.d.ts
新增 NA 类名:UIExtensionContentSession;
方法or属性:terminateSelfWithResult(parameter: AbilityResult): Promise<void>;
@ohos.app.ability.UIExtensionContentSession.d.ts
新增 NA 类名:UIExtensionContentSession;
方法or属性:setWindowBackgroundColor(color: string): void;
@ohos.app.ability.UIExtensionContentSession.d.ts
新增 NA 类名:UIExtensionContentSession;
方法or属性:setWindowPrivacyMode(isPrivacyMode: boolean): Promise<void>;
@ohos.app.ability.UIExtensionContentSession.d.ts
新增 NA 类名:UIExtensionContentSession;
方法or属性:setWindowPrivacyMode(isPrivacyMode: boolean, callback: AsyncCallback<void>): void;
@ohos.app.ability.UIExtensionContentSession.d.ts
新增 NA 类名:Params;
方法or属性:ABILITY_RECOVERY_RESTART = 'ohos.ability.params.abilityRecoveryRestart'
@ohos.app.ability.wantConstant.d.ts
新增 NA 类名:Params;
方法or属性:CONTENT_TITLE_KEY = 'ohos.extra.param.key.contentTitle'
@ohos.app.ability.wantConstant.d.ts
新增 NA 类名:Params;
方法or属性:SHARE_ABSTRACT_KEY = 'ohos.extra.param.key.shareAbstract'
@ohos.app.ability.wantConstant.d.ts
新增 NA 类名:Params;
方法or属性:SHARE_URL_KEY = 'ohos.extra.param.key.shareUrl'
@ohos.app.ability.wantConstant.d.ts
新增 NA 类名:Params;
方法or属性:SUPPORT_CONTINUE_PAGE_STACK_KEY = 'ohos.extra.param.key.supportContinuePageStack'
@ohos.app.ability.wantConstant.d.ts
新增 NA 类名:Params;
方法or属性:SUPPORT_CONTINUE_SOURCE_EXIT_KEY = 'ohos.extra.param.key.supportContinueSourceExit'
@ohos.app.ability.wantConstant.d.ts
新增 NA 类名:Flags;
方法or属性:FLAG_AUTH_PERSISTABLE_URI_PERMISSION = 0x00000040
@ohos.app.ability.wantConstant.d.ts
新增 NA 类名:businessAbilityRouter;
方法or属性:function queryBusinessAbilityInfo(
filter: BusinessAbilityFilter,
callback: AsyncCallback<Array<BusinessAbilityInfo>>
): void;
@ohos.app.businessAbilityRouter.d.ts
新增 NA 类名:businessAbilityRouter;
方法or属性:function queryBusinessAbilityInfo(filter: BusinessAbilityFilter): Promise<Array<BusinessAbilityInfo>>;
@ohos.app.businessAbilityRouter.d.ts
新增 NA 类名:businessAbilityRouter;
方法or属性:export type BusinessAbilityInfo = _BusinessAbilityInfo.BusinessAbilityInfo;
@ohos.app.businessAbilityRouter.d.ts
新增 NA 类名:BusinessType;
方法or属性:SHARE = 0
@ohos.app.businessAbilityRouter.d.ts
新增 NA 类名:BusinessType;
方法or属性:UNSPECIFIED = 255
@ohos.app.businessAbilityRouter.d.ts
新增 NA 类名:BusinessAbilityFilter;
方法or属性:businessType: BusinessType;
@ohos.app.businessAbilityRouter.d.ts
新增 NA 类名:BusinessAbilityFilter;
方法or属性:mimeType?: string;
@ohos.app.businessAbilityRouter.d.ts
新增 NA 类名:BusinessAbilityFilter;
方法or属性:uri?: string;
@ohos.app.businessAbilityRouter.d.ts
新增 NA 类名:FormBindingData;
方法or属性:proxies?: Array<ProxyData>;
@ohos.app.form.formBindingData.d.ts
新增 NA 类名:ProxyData;
方法or属性:key: string;
@ohos.app.form.formBindingData.d.ts
新增 NA 类名:ProxyData;
方法or属性:subscriberId?: string;
@ohos.app.form.formBindingData.d.ts
新增 NA 类名:FormExtensionAbility;
方法or属性:onAcquireFormData?(formId: string): { [key: string]: Object };
@ohos.app.form.FormExtensionAbility.d.ts
新增 NA 类名:formHost;
方法or属性:function acquireFormData(formId: string, callback: AsyncCallback<{ [key: string]: Object }>): void;
@ohos.app.form.formHost.d.ts
新增 NA 类名:formHost;
方法or属性:function acquireFormData(formId: string): Promise<{ [key: string]: Object }>;
@ohos.app.form.formHost.d.ts
新增 NA 类名:FormInfo;
方法or属性:descriptionId: number;
@ohos.app.form.formInfo.d.ts
新增 NA 类名:FormInfo;
方法or属性:isDynamic: boolean;
@ohos.app.form.formInfo.d.ts
新增 NA 类名:FormParam;
方法or属性:LAUNCH_REASON_KEY = 'ohos.extra.param.key.form_launch_reason'
@ohos.app.form.formInfo.d.ts
新增 NA 类名:FormParam;
方法or属性:PARAM_FORM_CUSTOMIZE_KEY = 'ohos.extra.param.key.form_customize'
@ohos.app.form.formInfo.d.ts
新增 NA 类名:VisibilityType;
方法or属性:UNKNOWN = 0
@ohos.app.form.formInfo.d.ts
新增 NA 类名:LaunchReason;
方法or属性:FORM_DEFAULT = 1
@ohos.app.form.formInfo.d.ts
新增 NA 类名:LaunchReason;
方法or属性:FORM_SHARE
@ohos.app.form.formInfo.d.ts
新增 NA 类名:FormProviderFilter;
方法or属性:formName?: string;
@ohos.app.form.formInfo.d.ts
新增 NA 类名:FormProviderFilter;
方法or属性:abilityName?: string;
@ohos.app.form.formInfo.d.ts
新增 NA 类名:RunningFormInfo;
方法or属性:readonly formId: string;
@ohos.app.form.formInfo.d.ts
新增 NA 类名:RunningFormInfo;
方法or属性:readonly bundleName: string;
@ohos.app.form.formInfo.d.ts
新增 NA 类名:RunningFormInfo;
方法or属性:readonly hostBundleName: string;
@ohos.app.form.formInfo.d.ts
新增 NA 类名:RunningFormInfo;
方法or属性:readonly visibilityType: VisibilityType;
@ohos.app.form.formInfo.d.ts
新增 NA 类名:RunningFormInfo;
方法or属性:readonly moduleName: string;
@ohos.app.form.formInfo.d.ts
新增 NA 类名:RunningFormInfo;
方法or属性:readonly abilityName: string;
@ohos.app.form.formInfo.d.ts
新增 NA 类名:RunningFormInfo;
方法or属性:readonly formName: string;
@ohos.app.form.formInfo.d.ts
新增 NA 类名:RunningFormInfo;
方法or属性:readonly dimension: number;
@ohos.app.form.formInfo.d.ts
新增 NA 类名:formObserver;
方法or属性:function on(type: 'formAdd', observerCallback: Callback<formInfo.RunningFormInfo>): void;
@ohos.app.form.formObserver.d.ts
新增 NA 类名:formObserver;
方法or属性:function on(type: 'formAdd', hostBundleName: string, observerCallback: Callback<formInfo.RunningFormInfo>): void;
@ohos.app.form.formObserver.d.ts
新增 NA 类名:formObserver;
方法or属性:function on(type: 'formRemove', observerCallback: Callback<formInfo.RunningFormInfo>): void;
@ohos.app.form.formObserver.d.ts
新增 NA 类名:formObserver;
方法or属性:function on(type: 'formRemove', hostBundleName: string, observerCallback: Callback<formInfo.RunningFormInfo>): void;
@ohos.app.form.formObserver.d.ts
新增 NA 类名:formObserver;
方法or属性:function on(type: 'notifyVisible', observerCallback: Callback<Array<formInfo.RunningFormInfo>>): void;
@ohos.app.form.formObserver.d.ts
新增 NA 类名:formObserver;
方法or属性:function on(
type: 'notifyVisible',
hostBundleName: string,
observerCallback: Callback<Array<formInfo.RunningFormInfo>>
): void;
@ohos.app.form.formObserver.d.ts
新增 NA 类名:formObserver;
方法or属性:function on(type: 'notifyInvisible', observerCallback: Callback<Array<formInfo.RunningFormInfo>>): void;
@ohos.app.form.formObserver.d.ts
新增 NA 类名:formObserver;
方法or属性:function on(
type: 'notifyInvisible',
hostBundleName: string,
observerCallback: Callback<Array<formInfo.RunningFormInfo>>,
): void;
@ohos.app.form.formObserver.d.ts
新增 NA 类名:formObserver;
方法or属性:function off(type: 'formAdd', hostBundleName?: string, observerCallback?: Callback<formInfo.RunningFormInfo>): void;
@ohos.app.form.formObserver.d.ts
新增 NA 类名:formObserver;
方法or属性:function off(type: 'formRemove', hostBundleName?: string, observerCallback?: Callback<formInfo.RunningFormInfo>): void;
@ohos.app.form.formObserver.d.ts
新增 NA 类名:formObserver;
方法or属性:function off(
type: 'notifyVisible',
hostBundleName?: string,
observerCallback?: Callback<Array<formInfo.RunningFormInfo>>
): void;
@ohos.app.form.formObserver.d.ts
新增 NA 类名:formObserver;
方法or属性:function off(
type: 'notifyInvisible',
hostBundleName?: string,
observerCallback?: Callback<Array<formInfo.RunningFormInfo>>
): void;
@ohos.app.form.formObserver.d.ts
新增 NA 类名:formObserver;
方法or属性:function getRunningFormInfos(callback: AsyncCallback<Array<formInfo.RunningFormInfo>>, hostBundleName?: string): void;
@ohos.app.form.formObserver.d.ts
新增 NA 类名:formObserver;
方法or属性:function getRunningFormInfos(hostBundleName?: string): Promise<Array<formInfo.RunningFormInfo>>;
@ohos.app.form.formObserver.d.ts
新增 NA 类名:formObserver;
方法or属性:function getRunningFormInfosByFilter(
formProviderFilter: formInfo.FormProviderFilter
): Promise<Array<formInfo.RunningFormInfo>>;
@ohos.app.form.formObserver.d.ts
新增 NA 类名:formObserver;
方法or属性:function getRunningFormInfosByFilter(
formProviderFilter: formInfo.FormProviderFilter,
callback: AsyncCallback<Array<formInfo.RunningFormInfo>>
): void;
@ohos.app.form.formObserver.d.ts
新增 NA 类名:formObserver;
方法or属性:function getRunningFormInfoById(formId: string): Promise<formInfo.RunningFormInfo>;
@ohos.app.form.formObserver.d.ts
新增 NA 类名:formObserver;
方法or属性:function getRunningFormInfoById(formId: string, callback: AsyncCallback<formInfo.RunningFormInfo>): void;
@ohos.app.form.formObserver.d.ts
新增 NA 类名:StaticSubscriberExtensionAbility;
方法or属性:context: StaticSubscriberExtensionContext;
@ohos.application.StaticSubscriberExtensionAbility.d.ts
新增 NA 类名:StaticSubscriberExtensionContext;
方法or属性:startAbility(want: Want, callback: AsyncCallback<void>): void;
@ohos.application.StaticSubscriberExtensionContext.d.ts
新增 NA 类名:StaticSubscriberExtensionContext;
方法or属性:startAbility(want: Want): Promise<void>;
@ohos.application.StaticSubscriberExtensionContext.d.ts
新增 NA 类名:uriPermissionManager;
方法or属性:function grantUriPermission(

uri: string,

flag: wantConstant.Flags,

targetBundleName: string,

callback: AsyncCallback<number>

): void;
@ohos.application.uriPermissionManager.d.ts
新增 NA 类名:uriPermissionManager;
方法or属性:function grantUriPermission(uri: string, flag: wantConstant.Flags, targetBundleName: string): Promise<number>;
@ohos.application.uriPermissionManager.d.ts
新增 NA 类名:uriPermissionManager;
方法or属性:function revokeUriPermission(uri: string, targetBundleName: string, callback: AsyncCallback<number>): void;
@ohos.application.uriPermissionManager.d.ts
新增 NA 类名:uriPermissionManager;
方法or属性:function revokeUriPermission(uri: string, targetBundleName: string): Promise<number>;
@ohos.application.uriPermissionManager.d.ts
新增 NA 类名:continuationManager;
方法or属性:export type ContinuationResult = _ContinuationResult;
@ohos.continuation.continuationManager.d.ts
新增 NA 类名:continuationManager;
方法or属性:export type ContinuationExtraParams = _ContinuationExtraParams;
@ohos.continuation.continuationManager.d.ts
新增 NA 类名:distributedMissionManager;
方法or属性:function on(type: 'continueStateChange', callback: Callback<{ state: ContinueState, info: ContinuableInfo }>): void;
@ohos.distributedMissionManager.d.ts
新增 NA 类名:distributedMissionManager;
方法or属性:function off(type: 'continueStateChange', callback?: Callback<{ state: ContinueState, info: ContinuableInfo }>): void;
@ohos.distributedMissionManager.d.ts
新增 NA 类名:distributedMissionManager;
方法or属性:function continueMission(parameter: ContinueMissionInfo, callback: AsyncCallback<void>): void;
@ohos.distributedMissionManager.d.ts
新增 NA 类名:distributedMissionManager;
方法or属性:function continueMission(parameter: ContinueMissionInfo): Promise<void>;
@ohos.distributedMissionManager.d.ts
新增 NA 类名:distributedMissionManager;
方法or属性:export type ContinuableInfo = _ContinuableInfo;
@ohos.distributedMissionManager.d.ts
新增 NA 类名:distributedMissionManager;
方法or属性:export type ContinueMissionInfo = _ContinueMissionInfo;
@ohos.distributedMissionManager.d.ts
新增 NA 类名:distributedMissionManager;
方法or属性:export type ContinueCallback = _ContinueCallback;
@ohos.distributedMissionManager.d.ts
新增 NA 类名:distributedMissionManager;
方法or属性:export type ContinueDeviceInfo = _ContinueDeviceInfo;
@ohos.distributedMissionManager.d.ts
新增 NA 类名:distributedMissionManager;
方法or属性:export type MissionCallback = _MissionCallback;
@ohos.distributedMissionManager.d.ts
新增 NA 类名:distributedMissionManager;
方法or属性:export type MissionDeviceInfo = _MissionDeviceInfo;
@ohos.distributedMissionManager.d.ts
新增 NA 类名:distributedMissionManager;
方法or属性:export type MissionParameter = _MissionParameter;
@ohos.distributedMissionManager.d.ts
新增 NA 类名:ContinueState;
方法or属性:ACTIVE = 0
@ohos.distributedMissionManager.d.ts
新增 NA 类名:ContinueState;
方法or属性:INACTIVE = 1
@ohos.distributedMissionManager.d.ts
新增 NA 类名:AbilityDelegator;
方法or属性:addAbilityMonitorSync(monitor: AbilityMonitor): void;
AbilityDelegator.d.ts
新增 NA 类名:AbilityDelegator;
方法or属性:addAbilityStageMonitorSync(monitor: AbilityStageMonitor): void;
AbilityDelegator.d.ts
新增 NA 类名:AbilityDelegator;
方法or属性:removeAbilityMonitorSync(monitor: AbilityMonitor): void;
AbilityDelegator.d.ts
新增 NA 类名:AbilityDelegator;
方法or属性:removeAbilityStageMonitorSync(monitor: AbilityStageMonitor): void;
AbilityDelegator.d.ts
新增 NA 类名:ApplicationContext;
方法or属性:on(type: 'applicationStateChange', callback: ApplicationStateChangeCallback): void;
ApplicationContext.d.ts
新增 NA 类名:ApplicationContext;
方法or属性:off(type: 'applicationStateChange', callback?: ApplicationStateChangeCallback): void;
ApplicationContext.d.ts
新增 NA 类名:BusinessAbilityInfo;
方法or属性:readonly bundleName: string;
BusinessAbilityInfo.d.ts
新增 NA 类名:BusinessAbilityInfo;
方法or属性:readonly moduleName: string;
BusinessAbilityInfo.d.ts
新增 NA 类名:BusinessAbilityInfo;
方法or属性:readonly name: string;
BusinessAbilityInfo.d.ts
新增 NA 类名:BusinessAbilityInfo;
方法or属性:readonly labelId: number;
BusinessAbilityInfo.d.ts
新增 NA 类名:BusinessAbilityInfo;
方法or属性:readonly descriptionId: number;
BusinessAbilityInfo.d.ts
新增 NA 类名:BusinessAbilityInfo;
方法or属性:readonly iconId: number;
BusinessAbilityInfo.d.ts
新增 NA 类名:BusinessAbilityInfo;
方法or属性:readonly businessType: businessAbilityRouter.BusinessType;
BusinessAbilityInfo.d.ts
新增 NA 类名:BusinessAbilityInfo;
方法or属性:readonly applicationInfo: ApplicationInfo;
BusinessAbilityInfo.d.ts
新增 NA 类名:Context;
方法or属性:getGroupDir(dataGroupID: string, callback: AsyncCallback<string>): void;
Context.d.ts
新增 NA 类名:Context;
方法or属性:getGroupDir(dataGroupID: string): Promise<string>;
Context.d.ts
新增 NA 类名:ContinuableInfo;
方法or属性:srcDeviceId: string;
ContinuableInfo.d.ts
新增 NA 类名:ContinuableInfo;
方法or属性:bundleName: string;
ContinuableInfo.d.ts
新增 NA 类名:ContinueMissionInfo;
方法or属性:srcDeviceId: string;
ContinueMissionInfo.d.ts
新增 NA 类名:ContinueMissionInfo;
方法or属性:dstDeviceId: string;
ContinueMissionInfo.d.ts
新增 NA 类名:ContinueMissionInfo;
方法or属性:bundleName: string;
ContinueMissionInfo.d.ts
新增 NA 类名:ContinueMissionInfo;
方法or属性:wantParam: { [key: string]: Object };
ContinueMissionInfo.d.ts
新增 NA 类名:ErrorObserver;
方法or属性:onException?(errObject: Error): void;
ErrorObserver.d.ts
新增 NA 类名:FormExtensionContext;
方法or属性:connectServiceExtensionAbility(want: Want, options: ConnectOptions): number;
FormExtensionContext.d.ts
新增 NA 类名:FormExtensionContext;
方法or属性:disconnectServiceExtensionAbility(connection: number, callback: AsyncCallback<void>): void;
FormExtensionContext.d.ts
新增 NA 类名:FormExtensionContext;
方法or属性:disconnectServiceExtensionAbility(connection: number): Promise<void>;
FormExtensionContext.d.ts
新增 NA 类名:MissionInfo;
方法or属性:abilityState: number;
MissionInfo.d.ts
新增 NA 类名:MissionInfo;
方法or属性:unclearable: boolean;
MissionInfo.d.ts
新增 NA 类名:ProcessInformation;
方法or属性:state: appManager.ProcessState;
ProcessInformation.d.ts
新增 NA 类名:ServiceExtensionContext;
方法or属性:startAbilityAsCaller(want: Want, callback: AsyncCallback<void>): void;
ServiceExtensionContext.d.ts
新增 NA 类名:ServiceExtensionContext;
方法or属性:startAbilityAsCaller(want: Want, options: StartOptions, callback: AsyncCallback<void>): void;
ServiceExtensionContext.d.ts
新增 NA 类名:ServiceExtensionContext;
方法or属性:startAbilityAsCaller(want: Want, options?: StartOptions): Promise<void>;
ServiceExtensionContext.d.ts
新增 NA 类名:ServiceExtensionContext;
方法or属性:startAbilityByCallWithAccount(want: Want, accountId: number): Promise<Caller>;
ServiceExtensionContext.d.ts
新增 NA 类名:UIAbilityContext;
方法or属性:startAbilityAsCaller(want: Want, callback: AsyncCallback<void>): void;
UIAbilityContext.d.ts
新增 NA 类名:UIAbilityContext;
方法or属性:startAbilityAsCaller(want: Want, options: StartOptions, callback: AsyncCallback<void>): void;
UIAbilityContext.d.ts
新增 NA 类名:UIAbilityContext;
方法or属性:startAbilityAsCaller(want: Want, options?: StartOptions): Promise<void>;
UIAbilityContext.d.ts
新增 NA 类名:UIAbilityContext;
方法or属性:startAbilityByCallWithAccount(want: Want, accountId: number): Promise<Caller>;
UIAbilityContext.d.ts
新增 NA 类名:UIAbilityContext;
方法or属性:setMissionContinueState(state: AbilityConstant.ContinueState, callback: AsyncCallback<void>): void;
UIAbilityContext.d.ts
新增 NA 类名:UIAbilityContext;
方法or属性:setMissionContinueState(state: AbilityConstant.ContinueState): Promise<void>;
UIAbilityContext.d.ts
新增 NA 类名:UIAbilityContext;
方法or属性:reportDrawnCompleted(callback: AsyncCallback<void>): void;
UIAbilityContext.d.ts
新增 NA 类名:UIExtensionContext;
方法or属性:startAbility(want: Want, callback: AsyncCallback<void>): void;
UIExtensionContext.d.ts
新增 NA 类名:UIExtensionContext;
方法or属性:startAbility(want: Want, options: StartOptions, callback: AsyncCallback<void>): void;
UIExtensionContext.d.ts
新增 NA 类名:UIExtensionContext;
方法or属性:startAbility(want: Want, options?: StartOptions): Promise<void>;
UIExtensionContext.d.ts
新增 NA 类名:UIExtensionContext;
方法or属性:startAbilityForResult(want: Want, callback: AsyncCallback<AbilityResult>): void;
UIExtensionContext.d.ts
新增 NA 类名:UIExtensionContext;
方法or属性:startAbilityForResult(want: Want, options: StartOptions, callback: AsyncCallback<AbilityResult>): void;
UIExtensionContext.d.ts
新增 NA 类名:UIExtensionContext;
方法or属性:startAbilityForResult(want: Want, options?: StartOptions): Promise<AbilityResult>;
UIExtensionContext.d.ts
新增 NA 类名:UIExtensionContext;
方法or属性:connectServiceExtensionAbility(want: Want, options: ConnectOptions): number;
UIExtensionContext.d.ts
新增 NA 类名:UIExtensionContext;
方法or属性:disconnectServiceExtensionAbility(connection: number, callback: AsyncCallback<void>): void;
UIExtensionContext.d.ts
新增 NA 类名:UIExtensionContext;
方法or属性:disconnectServiceExtensionAbility(connection: number): Promise<void>;
UIExtensionContext.d.ts
废弃版本有变化 类名:LastExitReason;
方法or属性:ABILITY_NOT_RESPONDING = 1
旧版本信息:
类名:LastExitReason;
方法or属性:ABILITY_NOT_RESPONDING = 1
新版本信息:10
代替接口: AbilityConstant.LastExitReason#APP_FREEZE
@ohos.app.ability.AbilityConstant.d.ts
废弃版本有变化 类名:continuationManager;
方法or属性:function off(type: 'deviceConnect', callback?: Callback<ContinuationResult>): void;
旧版本信息:
类名:continuationManager;
方法or属性:function off(type: 'deviceConnect', callback?: Callback<ContinuationResult>): void;
新版本信息:9
代替接口: ohos.continuation.continuationManager/continuationManager#off
@ohos.continuation.continuationManager.d.ts
废弃版本有变化 类名:continuationManager;
方法or属性:function off(type: 'deviceDisconnect', callback?: Callback<string>): void;
旧版本信息:
类名:continuationManager;
方法or属性:function off(type: 'deviceDisconnect', callback?: Callback<string>): void;
新版本信息:9
代替接口: ohos.continuation.continuationManager/continuationManager#off
@ohos.continuation.continuationManager.d.ts
废弃版本有变化 类名:continuationManager;
方法or属性:function register(options: ContinuationExtraParams, callback: AsyncCallback<number>): void;
旧版本信息:
类名:continuationManager;
方法or属性:function register(options: ContinuationExtraParams, callback: AsyncCallback<number>): void;
新版本信息:9
代替接口: ohos.continuation.continuationManager/continuationManager#registerContinuation
@ohos.continuation.continuationManager.d.ts
废弃版本有变化 类名:continuationManager;
方法or属性:function register(options?: ContinuationExtraParams): Promise<number>;
旧版本信息:
类名:continuationManager;
方法or属性:function register(options?: ContinuationExtraParams): Promise<number>;
新版本信息:9
代替接口: ohos.continuation.continuationManager/continuationManager#registerContinuation
@ohos.continuation.continuationManager.d.ts
废弃版本有变化 类名:continuationManager;
方法or属性:function unregister(token: number): Promise<void>;
旧版本信息:
类名:continuationManager;
方法or属性:function unregister(token: number): Promise<void>;
新版本信息:9
代替接口: ohos.continuation.continuationManager/continuationManager#unregisterContinuation
@ohos.continuation.continuationManager.d.ts
废弃版本有变化 类名:continuationManager;
方法or属性:function updateConnectStatus(token: number, deviceId: string, status: DeviceConnectState): Promise<void>;
旧版本信息:
类名:continuationManager;
方法or属性:function updateConnectStatus(token: number, deviceId: string, status: DeviceConnectState): Promise<void>;
新版本信息:9
代替接口: ohos.continuation.continuationManager/continuationManager#updateContinuationState
@ohos.continuation.continuationManager.d.ts
废弃版本有变化 类名:continuationManager;
方法or属性:function startDeviceManager(token: number, options: ContinuationExtraParams, callback: AsyncCallback<void>): void;
旧版本信息:
类名:continuationManager;
方法or属性:function startDeviceManager(token: number, options: ContinuationExtraParams, callback: AsyncCallback<void>): void;
新版本信息:9
代替接口: ohos.continuation.continuationManager/continuationManager#startContinuationDeviceManager
@ohos.continuation.continuationManager.d.ts
废弃版本有变化 类名:continuationManager;
方法or属性:function startDeviceManager(token: number, options?: ContinuationExtraParams): Promise<void>;
旧版本信息:
类名:continuationManager;
方法or属性:function startDeviceManager(token: number, options?: ContinuationExtraParams): Promise<void>;
新版本信息:9
代替接口: ohos.continuation.continuationManager/continuationManager#startContinuationDeviceManager
@ohos.continuation.continuationManager.d.ts
废弃版本有变化 类名:Context;
方法or属性:getExternalCacheDir(): Promise<string>;
旧版本信息:
类名:Context;
方法or属性:getExternalCacheDir(): Promise<string>;
新版本信息:7
代替接口:
context.d.ts
废弃版本有变化 类名:Context;
方法or属性:setShowOnLockScreen(show: boolean): Promise<void>;
旧版本信息:
类名:Context;
方法or属性:setShowOnLockScreen(show: boolean): Promise<void>;
新版本信息:9
代替接口: ohos.window/window.WindowStage#setShowOnLockScreen
context.d.ts
新增(错误码) 类名:dataUriUtils;
方法or属性:function getId(uri: string): number;
旧版本信息:
类名:dataUriUtils;
方法or属性:function getId(uri: string): number;
新版本信息:401
@ohos.app.ability.dataUriUtils.d.ts
新增(错误码) 类名:dataUriUtils;
方法or属性:function attachId(uri: string, id: number): string;
旧版本信息:
类名:dataUriUtils;
方法or属性:function attachId(uri: string, id: number): string;
新版本信息:401
@ohos.app.ability.dataUriUtils.d.ts
新增(错误码) 类名:dataUriUtils;
方法or属性:function deleteId(uri: string): string;
旧版本信息:
类名:dataUriUtils;
方法or属性:function deleteId(uri: string): string;
新版本信息:401
@ohos.app.ability.dataUriUtils.d.ts
新增(错误码) 类名:dataUriUtils;
方法or属性:function updateId(uri: string, id: number): string;
旧版本信息:
类名:dataUriUtils;
方法or属性:function updateId(uri: string, id: number): string;
新版本信息:401
@ohos.app.ability.dataUriUtils.d.ts
新增(错误码) 类名:Caller;
方法or属性:release(): void;
旧版本信息:
类名:Caller;
方法or属性:release(): void;
新版本信息:16200001,16200002
@ohos.app.ability.UIAbility.d.ts
新增(错误码) 类名:wantAgent;
方法or属性:function getUid(agent: WantAgent): Promise<number>;
旧版本信息:
类名:wantAgent;
方法or属性:function getUid(agent: WantAgent): Promise<number>;
新版本信息:401,16000007,16000151
@ohos.app.ability.wantAgent.d.ts
新增(错误码) 类名:continuationManager;
方法or属性:function off(type: 'deviceSelected', token: number): void;
旧版本信息:
类名:continuationManager;
方法or属性:function off(type: 'deviceSelected', token: number): void;
新版本信息:201,401,16600001,16600002,16600004
@ohos.continuation.continuationManager.d.ts
新增(错误码) 类名:continuationManager;
方法or属性:function off(type: 'deviceUnselected', token: number): void;
旧版本信息:
类名:continuationManager;
方法or属性:function off(type: 'deviceUnselected', token: number): void;
新版本信息:201,401,16600001,16600002,16600004
@ohos.continuation.continuationManager.d.ts
新增(错误码) 类名:continuationManager;
方法or属性:function registerContinuation(options: ContinuationExtraParams, callback: AsyncCallback<number>): void;
旧版本信息:
类名:continuationManager;
方法or属性:function registerContinuation(options: ContinuationExtraParams, callback: AsyncCallback<number>): void;
新版本信息:201,401,16600001,16600003
@ohos.continuation.continuationManager.d.ts
新增(错误码) 类名:continuationManager;
方法or属性:function registerContinuation(options?: ContinuationExtraParams): Promise<number>;
旧版本信息:
类名:continuationManager;
方法or属性:function registerContinuation(options?: ContinuationExtraParams): Promise<number>;
新版本信息:201,401,16600001,16600003
@ohos.continuation.continuationManager.d.ts
新增(错误码) 类名:continuationManager;
方法or属性:function unregisterContinuation(token: number): Promise<void>;
旧版本信息:
类名:continuationManager;
方法or属性:function unregisterContinuation(token: number): Promise<void>;
新版本信息:201,401,16600001,16600002
@ohos.continuation.continuationManager.d.ts
新增(错误码) 类名:continuationManager;
方法or属性:function updateContinuationState(token: number, deviceId: string, status: DeviceConnectState): Promise<void>;
旧版本信息:
类名:continuationManager;
方法or属性:function updateContinuationState(token: number, deviceId: string, status: DeviceConnectState): Promise<void>;
新版本信息:201,401,16600001,16600002
@ohos.continuation.continuationManager.d.ts
新增(错误码) 类名:continuationManager;
方法or属性:function startContinuationDeviceManager(
token: number,
options: ContinuationExtraParams,
callback: AsyncCallback<void>
): void;
旧版本信息:
类名:continuationManager;
方法or属性:function startContinuationDeviceManager(
token: number,
options: ContinuationExtraParams,
callback: AsyncCallback<void>
): void;
新版本信息:201,401,16600001,16600002
@ohos.continuation.continuationManager.d.ts
新增(错误码) 类名:continuationManager;
方法or属性:function startContinuationDeviceManager(token: number, options?: ContinuationExtraParams): Promise<void>;
旧版本信息:
类名:continuationManager;
方法or属性:function startContinuationDeviceManager(token: number, options?: ContinuationExtraParams): Promise<void>;
新版本信息:201,401,16600001,16600002
@ohos.continuation.continuationManager.d.ts
新增(错误码) 类名:distributedMissionManager;
方法or属性:function startSyncRemoteMissions(parameter: MissionParameter): Promise<void>;
旧版本信息:
类名:distributedMissionManager;
方法or属性:function startSyncRemoteMissions(parameter: MissionParameter): Promise<void>;
新版本信息:201,401
@ohos.distributedMissionManager.d.ts
新增(错误码) 类名:distributedMissionManager;
方法or属性:function stopSyncRemoteMissions(parameter: MissionDeviceInfo): Promise<void>;
旧版本信息:
类名:distributedMissionManager;
方法or属性:function stopSyncRemoteMissions(parameter: MissionDeviceInfo): Promise<void>;
新版本信息:201,401
@ohos.distributedMissionManager.d.ts
新增(错误码) 类名:distributedMissionManager;
方法or属性:function registerMissionListener(parameter: MissionDeviceInfo, options: MissionCallback): Promise<void>;
旧版本信息:
类名:distributedMissionManager;
方法or属性:function registerMissionListener(parameter: MissionDeviceInfo, options: MissionCallback): Promise<void>;
新版本信息:201,401
@ohos.distributedMissionManager.d.ts
新增(错误码) 类名:distributedMissionManager;
方法or属性:function unRegisterMissionListener(parameter: MissionDeviceInfo): Promise<void>;
旧版本信息:
类名:distributedMissionManager;
方法or属性:function unRegisterMissionListener(parameter: MissionDeviceInfo): Promise<void>;
新版本信息:201,401
@ohos.distributedMissionManager.d.ts
新增(错误码) 类名:distributedMissionManager;
方法or属性:function continueMission(parameter: ContinueDeviceInfo, options: ContinueCallback): Promise<void>;
旧版本信息:
类名:distributedMissionManager;
方法or属性:function continueMission(parameter: ContinueDeviceInfo, options: ContinueCallback): Promise<void>;
新版本信息:201,202,401,16300501,16300502,16300503,16300504,16300505,16300506
@ohos.distributedMissionManager.d.ts
新增(错误码) 类名:AbilityDelegator;
方法or属性:getCurrentTopAbility(): Promise<UIAbility>;
旧版本信息:
类名:AbilityDelegator;
方法or属性:getCurrentTopAbility(): Promise<UIAbility>;
新版本信息:16000100
AbilityDelegator.d.ts
新增(错误码) 类名:Context;
方法or属性:getApplicationContext(): ApplicationContext;
旧版本信息:
类名:Context;
方法or属性:getApplicationContext(): ApplicationContext;
新版本信息:401
Context.d.ts
新增(错误码) 类名:FormExtensionContext;
方法or属性:startAbility(want: Want, callback: AsyncCallback<void>): void;
旧版本信息:
类名:FormExtensionContext;
方法or属性:startAbility(want: Want, callback: AsyncCallback<void>): void;
新版本信息:202,401,16500050,16500100,16500101,16501000
FormExtensionContext.d.ts
新增(错误码) 类名:FormExtensionContext;
方法or属性:startAbility(want: Want): Promise<void>;
旧版本信息:
类名:FormExtensionContext;
方法or属性:startAbility(want: Want): Promise<void>;
新版本信息:202,401,16500050,16500100,16500101,16501000
FormExtensionContext.d.ts
新增(错误码) 类名:UIAbilityContext;
方法or属性:isTerminating(): boolean;
旧版本信息:
类名:UIAbilityContext;
方法or属性:isTerminating(): boolean;
新版本信息:16000011
UIAbilityContext.d.ts
错误码有变化 类名:abilityManager;
方法or属性:function updateConfiguration(config: Configuration, callback: AsyncCallback<void>): void;
旧版本信息:401
类名:abilityManager;
方法or属性:function updateConfiguration(config: Configuration, callback: AsyncCallback<void>): void;
新版本信息:201,202,401,16000050
@ohos.app.ability.abilityManager.d.ts
错误码有变化 类名:abilityManager;
方法or属性:function updateConfiguration(config: Configuration): Promise<void>;
旧版本信息:401
类名:abilityManager;
方法or属性:function updateConfiguration(config: Configuration): Promise<void>;
新版本信息:201,202,401,16000050
@ohos.app.ability.abilityManager.d.ts
错误码有变化 类名:abilityManager;
方法or属性:function getAbilityRunningInfos(): Promise<Array<AbilityRunningInfo>>;
旧版本信息:401
类名:abilityManager;
方法or属性:function getAbilityRunningInfos(): Promise<Array<AbilityRunningInfo>>;
新版本信息:202,16000050
@ohos.app.ability.abilityManager.d.ts
错误码有变化 类名:abilityManager;
方法or属性:function getAbilityRunningInfos(callback: AsyncCallback<Array<AbilityRunningInfo>>): void;
旧版本信息:401
类名:abilityManager;
方法or属性:function getAbilityRunningInfos(callback: AsyncCallback<Array<AbilityRunningInfo>>): void;
新版本信息:202,401,16000050
@ohos.app.ability.abilityManager.d.ts
错误码有变化 类名:abilityManager;
方法or属性:function getExtensionRunningInfos(upperLimit: number): Promise<Array<ExtensionRunningInfo>>;
旧版本信息:401
类名:abilityManager;
方法or属性:function getExtensionRunningInfos(upperLimit: number): Promise<Array<ExtensionRunningInfo>>;
新版本信息:202,401,16000050
@ohos.app.ability.abilityManager.d.ts
错误码有变化 类名:abilityManager;
方法or属性:function getExtensionRunningInfos(upperLimit: number, callback: AsyncCallback<Array<ExtensionRunningInfo>>): void;
旧版本信息:401
类名:abilityManager;
方法or属性:function getExtensionRunningInfos(upperLimit: number, callback: AsyncCallback<Array<ExtensionRunningInfo>>): void;
新版本信息:202,401,16000050
@ohos.app.ability.abilityManager.d.ts
错误码有变化 类名:abilityManager;
方法or属性:function getTopAbility(): Promise<ElementName>;
旧版本信息:401
类名:abilityManager;
方法or属性:function getTopAbility(): Promise<ElementName>;
新版本信息:202,16000050
@ohos.app.ability.abilityManager.d.ts
错误码有变化 类名:abilityManager;
方法or属性:function getTopAbility(callback: AsyncCallback<ElementName>): void;
旧版本信息:401
类名:abilityManager;
方法or属性:function getTopAbility(callback: AsyncCallback<ElementName>): void;
新版本信息:202,401,16000050
@ohos.app.ability.abilityManager.d.ts
错误码有变化 类名:appManager;
方法or属性:function on(type: 'applicationState', observer: ApplicationStateObserver): number;
旧版本信息:401
类名:appManager;
方法or属性:function on(type: 'applicationState', observer: ApplicationStateObserver): number;
新版本信息:201,202,401,16000050
@ohos.app.ability.appManager.d.ts
错误码有变化 类名:appManager;
方法or属性:function on(type: 'applicationState', observer: ApplicationStateObserver, bundleNameList: Array<string>): number;
旧版本信息:401
类名:appManager;
方法or属性:function on(type: 'applicationState', observer: ApplicationStateObserver, bundleNameList: Array<string>): number;
新版本信息:201,202,401,16000050
@ohos.app.ability.appManager.d.ts
错误码有变化 类名:appManager;
方法or属性:function off(type: 'applicationState', observerId: number, callback: AsyncCallback<void>): void;
旧版本信息:401
类名:appManager;
方法or属性:function off(type: 'applicationState', observerId: number, callback: AsyncCallback<void>): void;
新版本信息:201,202,401,16000050
@ohos.app.ability.appManager.d.ts
错误码有变化 类名:appManager;
方法or属性:function off(type: 'applicationState', observerId: number): Promise<void>;
旧版本信息:401
类名:appManager;
方法or属性:function off(type: 'applicationState', observerId: number): Promise<void>;
新版本信息:201,202,401,16000050
@ohos.app.ability.appManager.d.ts
错误码有变化 类名:appManager;
方法or属性:function getForegroundApplications(callback: AsyncCallback<Array<AppStateData>>): void;
旧版本信息:401
类名:appManager;
方法or属性:function getForegroundApplications(callback: AsyncCallback<Array<AppStateData>>): void;
新版本信息:201,202,401,16000050
@ohos.app.ability.appManager.d.ts
错误码有变化 类名:appManager;
方法or属性:function getForegroundApplications(): Promise<Array<AppStateData>>;
旧版本信息:401
类名:appManager;
方法or属性:function getForegroundApplications(): Promise<Array<AppStateData>>;
新版本信息:201,202,16000050
@ohos.app.ability.appManager.d.ts
错误码有变化 类名:appManager;
方法or属性:function killProcessWithAccount(bundleName: string, accountId: number): Promise<void>;
旧版本信息:401
类名:appManager;
方法or属性:function killProcessWithAccount(bundleName: string, accountId: number): Promise<void>;
新版本信息:201,202,401,16000050
@ohos.app.ability.appManager.d.ts
错误码有变化 类名:appManager;
方法or属性:function killProcessWithAccount(bundleName: string, accountId: number, callback: AsyncCallback<void>): void;
旧版本信息:401
类名:appManager;
方法or属性:function killProcessWithAccount(bundleName: string, accountId: number, callback: AsyncCallback<void>): void;
新版本信息:201,202,401,16000050
@ohos.app.ability.appManager.d.ts
错误码有变化 类名:appManager;
方法or属性:function isRunningInStabilityTest(callback: AsyncCallback<boolean>): void;
旧版本信息:401
类名:appManager;
方法or属性:function isRunningInStabilityTest(callback: AsyncCallback<boolean>): void;
新版本信息:401,16000050
@ohos.app.ability.appManager.d.ts
错误码有变化 类名:appManager;
方法or属性:function isRunningInStabilityTest(): Promise<boolean>;
旧版本信息:401
类名:appManager;
方法or属性:function isRunningInStabilityTest(): Promise<boolean>;
新版本信息:16000050
@ohos.app.ability.appManager.d.ts
错误码有变化 类名:appManager;
方法or属性:function killProcessesByBundleName(bundleName: string): Promise<void>;
旧版本信息:401
类名:appManager;
方法or属性:function killProcessesByBundleName(bundleName: string): Promise<void>;
新版本信息:201,202,401,16000050
@ohos.app.ability.appManager.d.ts
错误码有变化 类名:appManager;
方法or属性:function killProcessesByBundleName(bundleName: string, callback: AsyncCallback<void>);
旧版本信息:401
类名:appManager;
方法or属性:function killProcessesByBundleName(bundleName: string, callback: AsyncCallback<void>);
新版本信息:201,202,401,16000050
@ohos.app.ability.appManager.d.ts
错误码有变化 类名:appManager;
方法or属性:function clearUpApplicationData(bundleName: string): Promise<void>;
旧版本信息:401
类名:appManager;
方法or属性:function clearUpApplicationData(bundleName: string): Promise<void>;
新版本信息:201,202,401,16000050
@ohos.app.ability.appManager.d.ts
错误码有变化 类名:appManager;
方法or属性:function clearUpApplicationData(bundleName: string, callback: AsyncCallback<void>);
旧版本信息:401
类名:appManager;
方法or属性:function clearUpApplicationData(bundleName: string, callback: AsyncCallback<void>);
新版本信息:201,202,401,16000050
@ohos.app.ability.appManager.d.ts
错误码有变化 类名:appManager;
方法or属性:function isRamConstrainedDevice(): Promise<boolean>;
旧版本信息:401
类名:appManager;
方法or属性:function isRamConstrainedDevice(): Promise<boolean>;
新版本信息:16000050
@ohos.app.ability.appManager.d.ts
错误码有变化 类名:appManager;
方法or属性:function isRamConstrainedDevice(callback: AsyncCallback<boolean>): void;
旧版本信息:401
类名:appManager;
方法or属性:function isRamConstrainedDevice(callback: AsyncCallback<boolean>): void;
新版本信息:401,16000050
@ohos.app.ability.appManager.d.ts
错误码有变化 类名:appManager;
方法or属性:function getAppMemorySize(): Promise<number>;
旧版本信息:401
类名:appManager;
方法or属性:function getAppMemorySize(): Promise<number>;
新版本信息:16000050
@ohos.app.ability.appManager.d.ts
错误码有变化 类名:appManager;
方法or属性:function getAppMemorySize(callback: AsyncCallback<number>): void;
旧版本信息:401
类名:appManager;
方法or属性:function getAppMemorySize(callback: AsyncCallback<number>): void;
新版本信息:401,16000050
@ohos.app.ability.appManager.d.ts
错误码有变化 类名:appManager;
方法or属性:function getRunningProcessInformation(): Promise<Array<ProcessInformation>>;
旧版本信息:401
类名:appManager;
方法or属性:function getRunningProcessInformation(): Promise<Array<ProcessInformation>>;
新版本信息:16000050
@ohos.app.ability.appManager.d.ts
错误码有变化 类名:appManager;
方法or属性:function getRunningProcessInformation(callback: AsyncCallback<Array<ProcessInformation>>): void;
旧版本信息:401
类名:appManager;
方法or属性:function getRunningProcessInformation(callback: AsyncCallback<Array<ProcessInformation>>): void;
新版本信息:401,16000050
@ohos.app.ability.appManager.d.ts
错误码有变化 类名:errorManager;
方法or属性:function on(type: 'error', observer: ErrorObserver): number;
旧版本信息:401
类名:errorManager;
方法or属性:function on(type: 'error', observer: ErrorObserver): number;
新版本信息:401,16000003
@ohos.app.ability.errorManager.d.ts
错误码有变化 类名:errorManager;
方法or属性:function off(type: 'error', observerId: number, callback: AsyncCallback<void>): void;
旧版本信息:401
类名:errorManager;
方法or属性:function off(type: 'error', observerId: number, callback: AsyncCallback<void>): void;
新版本信息:401,16000003
@ohos.app.ability.errorManager.d.ts
错误码有变化 类名:errorManager;
方法or属性:function off(type: 'error', observerId: number): Promise<void>;
旧版本信息:401
类名:errorManager;
方法or属性:function off(type: 'error', observerId: number): Promise<void>;
新版本信息:401,16000003
@ohos.app.ability.errorManager.d.ts
错误码有变化 类名:missionManager;
方法or属性:function on(type: 'mission', listener: MissionListener): number;
旧版本信息:401
类名:missionManager;
方法or属性:function on(type: 'mission', listener: MissionListener): number;
新版本信息:201,202,401
@ohos.app.ability.missionManager.d.ts
错误码有变化 类名:missionManager;
方法or属性:function off(type: 'mission', listenerId: number, callback: AsyncCallback<void>): void;
旧版本信息:401
类名:missionManager;
方法or属性:function off(type: 'mission', listenerId: number, callback: AsyncCallback<void>): void;
新版本信息:201,202,401,16300002
@ohos.app.ability.missionManager.d.ts
错误码有变化 类名:missionManager;
方法or属性:function off(type: 'mission', listenerId: number): Promise<void>;
旧版本信息:401
类名:missionManager;
方法or属性:function off(type: 'mission', listenerId: number): Promise<void>;
新版本信息:201,202,401,16300002
@ohos.app.ability.missionManager.d.ts
错误码有变化 类名:missionManager;
方法or属性:function getMissionInfo(deviceId: string, missionId: number, callback: AsyncCallback<MissionInfo>): void;
旧版本信息:401
类名:missionManager;
方法or属性:function getMissionInfo(deviceId: string, missionId: number, callback: AsyncCallback<MissionInfo>): void;
新版本信息:201,202,401
@ohos.app.ability.missionManager.d.ts
错误码有变化 类名:missionManager;
方法or属性:function getMissionInfo(deviceId: string, missionId: number): Promise<MissionInfo>;
旧版本信息:401
类名:missionManager;
方法or属性:function getMissionInfo(deviceId: string, missionId: number): Promise<MissionInfo>;
新版本信息:201,202,401
@ohos.app.ability.missionManager.d.ts
错误码有变化 类名:missionManager;
方法or属性:function getMissionInfos(deviceId: string, numMax: number, callback: AsyncCallback<Array<MissionInfo>>): void;
旧版本信息:401
类名:missionManager;
方法or属性:function getMissionInfos(deviceId: string, numMax: number, callback: AsyncCallback<Array<MissionInfo>>): void;
新版本信息:201,202,401
@ohos.app.ability.missionManager.d.ts
错误码有变化 类名:missionManager;
方法or属性:function getMissionInfos(deviceId: string, numMax: number): Promise<Array<MissionInfo>>;
旧版本信息:401
类名:missionManager;
方法or属性:function getMissionInfos(deviceId: string, numMax: number): Promise<Array<MissionInfo>>;
新版本信息:201,202,401
@ohos.app.ability.missionManager.d.ts
错误码有变化 类名:missionManager;
方法or属性:function getMissionSnapShot(deviceId: string, missionId: number, callback: AsyncCallback<MissionSnapshot>): void;
旧版本信息:401
类名:missionManager;
方法or属性:function getMissionSnapShot(deviceId: string, missionId: number, callback: AsyncCallback<MissionSnapshot>): void;
新版本信息:201,202,401
@ohos.app.ability.missionManager.d.ts
错误码有变化 类名:missionManager;
方法or属性:function getMissionSnapShot(deviceId: string, missionId: number): Promise<MissionSnapshot>;
旧版本信息:401
类名:missionManager;
方法or属性:function getMissionSnapShot(deviceId: string, missionId: number): Promise<MissionSnapshot>;
新版本信息:201,202,401
@ohos.app.ability.missionManager.d.ts
错误码有变化 类名:missionManager;
方法or属性:function getLowResolutionMissionSnapShot(
deviceId: string,
missionId: number,
callback: AsyncCallback<MissionSnapshot>
): void;
旧版本信息:401
类名:missionManager;
方法or属性:function getLowResolutionMissionSnapShot(
deviceId: string,
missionId: number,
callback: AsyncCallback<MissionSnapshot>
): void;
新版本信息:201,202,401
@ohos.app.ability.missionManager.d.ts
错误码有变化 类名:missionManager;
方法or属性:function getLowResolutionMissionSnapShot(deviceId: string, missionId: number): Promise<MissionSnapshot>;
旧版本信息:401
类名:missionManager;
方法or属性:function getLowResolutionMissionSnapShot(deviceId: string, missionId: number): Promise<MissionSnapshot>;
新版本信息:201,202,401
@ohos.app.ability.missionManager.d.ts
错误码有变化 类名:missionManager;
方法or属性:function lockMission(missionId: number, callback: AsyncCallback<void>): void;
旧版本信息:401
类名:missionManager;
方法or属性:function lockMission(missionId: number, callback: AsyncCallback<void>): void;
新版本信息:201,202,401,16300001
@ohos.app.ability.missionManager.d.ts
错误码有变化 类名:missionManager;
方法or属性:function lockMission(missionId: number): Promise<void>;
旧版本信息:401
类名:missionManager;
方法or属性:function lockMission(missionId: number): Promise<void>;
新版本信息:201,202,401,16300001
@ohos.app.ability.missionManager.d.ts
错误码有变化 类名:missionManager;
方法or属性:function unlockMission(missionId: number, callback: AsyncCallback<void>): void;
旧版本信息:401
类名:missionManager;
方法or属性:function unlockMission(missionId: number, callback: AsyncCallback<void>): void;
新版本信息:201,202,401,16300001
@ohos.app.ability.missionManager.d.ts
错误码有变化 类名:missionManager;
方法or属性:function unlockMission(missionId: number): Promise<void>;
旧版本信息:401
类名:missionManager;
方法or属性:function unlockMission(missionId: number): Promise<void>;
新版本信息:201,202,401,16300001
@ohos.app.ability.missionManager.d.ts
错误码有变化 类名:missionManager;
方法or属性:function clearMission(missionId: number, callback: AsyncCallback<void>): void;
旧版本信息:401
类名:missionManager;
方法or属性:function clearMission(missionId: number, callback: AsyncCallback<void>): void;
新版本信息:201,202,401
@ohos.app.ability.missionManager.d.ts
错误码有变化 类名:missionManager;
方法or属性:function clearMission(missionId: number): Promise<void>;
旧版本信息:401
类名:missionManager;
方法or属性:function clearMission(missionId: number): Promise<void>;
新版本信息:201,202,401
@ohos.app.ability.missionManager.d.ts
错误码有变化 类名:missionManager;
方法or属性:function clearAllMissions(callback: AsyncCallback<void>): void;
旧版本信息:401
类名:missionManager;
方法or属性:function clearAllMissions(callback: AsyncCallback<void>): void;
新版本信息:201,202,401
@ohos.app.ability.missionManager.d.ts
错误码有变化 类名:missionManager;
方法or属性:function clearAllMissions(): Promise<void>;
旧版本信息:401
类名:missionManager;
方法or属性:function clearAllMissions(): Promise<void>;
新版本信息:201,202
@ohos.app.ability.missionManager.d.ts
错误码有变化 类名:missionManager;
方法or属性:function moveMissionToFront(missionId: number, callback: AsyncCallback<void>): void;
旧版本信息:401
类名:missionManager;
方法or属性:function moveMissionToFront(missionId: number, callback: AsyncCallback<void>): void;
新版本信息:201,202,401,16000009
@ohos.app.ability.missionManager.d.ts
错误码有变化 类名:missionManager;
方法or属性:function moveMissionToFront(missionId: number, options: StartOptions, callback: AsyncCallback<void>): void;
旧版本信息:401
类名:missionManager;
方法or属性:function moveMissionToFront(missionId: number, options: StartOptions, callback: AsyncCallback<void>): void;
新版本信息:201,202,401,16000009
@ohos.app.ability.missionManager.d.ts
错误码有变化 类名:missionManager;
方法or属性:function moveMissionToFront(missionId: number, options?: StartOptions): Promise<void>;
旧版本信息:401
类名:missionManager;
方法or属性:function moveMissionToFront(missionId: number, options?: StartOptions): Promise<void>;
新版本信息:201,202,401,16000009
@ohos.app.ability.missionManager.d.ts
错误码有变化 类名:quickFixManager;
方法or属性:function applyQuickFix(hapModuleQuickFixFiles: Array<string>, callback: AsyncCallback<void>): void;
旧版本信息:401
类名:quickFixManager;
方法or属性:function applyQuickFix(hapModuleQuickFixFiles: Array<string>, callback: AsyncCallback<void>): void;
新版本信息:201,202,401,18500002,18500008
@ohos.app.ability.quickFixManager.d.ts
错误码有变化 类名:quickFixManager;
方法or属性:function applyQuickFix(hapModuleQuickFixFiles: Array<string>): Promise<void>;
旧版本信息:401
类名:quickFixManager;
方法or属性:function applyQuickFix(hapModuleQuickFixFiles: Array<string>): Promise<void>;
新版本信息:201,202,401,18500002,18500008
@ohos.app.ability.quickFixManager.d.ts
错误码有变化 类名:quickFixManager;
方法or属性:function getApplicationQuickFixInfo(bundleName: string, callback: AsyncCallback<ApplicationQuickFixInfo>): void;
旧版本信息:401
类名:quickFixManager;
方法or属性:function getApplicationQuickFixInfo(bundleName: string, callback: AsyncCallback<ApplicationQuickFixInfo>): void;
新版本信息:201,202,401,18500001,18500008
@ohos.app.ability.quickFixManager.d.ts
错误码有变化 类名:quickFixManager;
方法or属性:function getApplicationQuickFixInfo(bundleName: string): Promise<ApplicationQuickFixInfo>;
旧版本信息:401
类名:quickFixManager;
方法or属性:function getApplicationQuickFixInfo(bundleName: string): Promise<ApplicationQuickFixInfo>;
新版本信息:201,202,401,18500001,18500008
@ohos.app.ability.quickFixManager.d.ts
错误码有变化 类名:Caller;
方法or属性:call(method: string, data: rpc.Parcelable): Promise<void>;
旧版本信息:401
类名:Caller;
方法or属性:call(method: string, data: rpc.Parcelable): Promise<void>;
新版本信息:401,16200001,16200002,16000050
@ohos.app.ability.UIAbility.d.ts
错误码有变化 类名:Caller;
方法or属性:callWithResult(method: string, data: rpc.Parcelable): Promise<rpc.MessageSequence>;
旧版本信息:401
类名:Caller;
方法or属性:callWithResult(method: string, data: rpc.Parcelable): Promise<rpc.MessageSequence>;
新版本信息:401,16200001,16200002,16000050
@ohos.app.ability.UIAbility.d.ts
错误码有变化 类名:Caller;
方法or属性:onRelease(callback: OnReleaseCallback): void;
旧版本信息:401
类名:Caller;
方法or属性:onRelease(callback: OnReleaseCallback): void;
新版本信息:401,16200001
@ohos.app.ability.UIAbility.d.ts
错误码有变化 类名:Caller;
方法or属性:on(type: 'release', callback: OnReleaseCallback): void;
旧版本信息:401
类名:Caller;
方法or属性:on(type: 'release', callback: OnReleaseCallback): void;
新版本信息:401,16200001
@ohos.app.ability.UIAbility.d.ts
错误码有变化 类名:Callee;
方法or属性:on(method: string, callback: CalleeCallback): void;
旧版本信息:401
类名:Callee;
方法or属性:on(method: string, callback: CalleeCallback): void;
新版本信息:401,16200004,16000050
@ohos.app.ability.UIAbility.d.ts
错误码有变化 类名:Callee;
方法or属性:off(method: string): void;
旧版本信息:401
类名:Callee;
方法or属性:off(method: string): void;
新版本信息:401,16200005,16000050
@ohos.app.ability.UIAbility.d.ts
错误码有变化 类名:wantAgent;
方法or属性:function getBundleName(agent: WantAgent, callback: AsyncCallback<string>): void;
旧版本信息:401
类名:wantAgent;
方法or属性:function getBundleName(agent: WantAgent, callback: AsyncCallback<string>): void;
新版本信息:401,16000007,16000151
@ohos.app.ability.wantAgent.d.ts
错误码有变化 类名:wantAgent;
方法or属性:function getBundleName(agent: WantAgent): Promise<string>;
旧版本信息:401
类名:wantAgent;
方法or属性:function getBundleName(agent: WantAgent): Promise<string>;
新版本信息:401,16000007,16000151
@ohos.app.ability.wantAgent.d.ts
错误码有变化 类名:wantAgent;
方法or属性:function getUid(agent: WantAgent, callback: AsyncCallback<number>): void;
旧版本信息:401
类名:wantAgent;
方法or属性:function getUid(agent: WantAgent, callback: AsyncCallback<number>): void;
新版本信息:401,16000007,16000151
@ohos.app.ability.wantAgent.d.ts
错误码有变化 类名:wantAgent;
方法or属性:function getWant(agent: WantAgent, callback: AsyncCallback<Want>): void;
旧版本信息:401
类名:wantAgent;
方法or属性:function getWant(agent: WantAgent, callback: AsyncCallback<Want>): void;
新版本信息:401,16000007,16000015,16000151
@ohos.app.ability.wantAgent.d.ts
错误码有变化 类名:wantAgent;
方法or属性:function getWant(agent: WantAgent): Promise<Want>;
旧版本信息:401
类名:wantAgent;
方法or属性:function getWant(agent: WantAgent): Promise<Want>;
新版本信息:401,16000007,16000015,16000151
@ohos.app.ability.wantAgent.d.ts
错误码有变化 类名:wantAgent;
方法or属性:function cancel(agent: WantAgent, callback: AsyncCallback<void>): void;
旧版本信息:401
类名:wantAgent;
方法or属性:function cancel(agent: WantAgent, callback: AsyncCallback<void>): void;
新版本信息:401,16000007,16000151
@ohos.app.ability.wantAgent.d.ts
错误码有变化 类名:wantAgent;
方法or属性:function cancel(agent: WantAgent): Promise<void>;
旧版本信息:401
类名:wantAgent;
方法or属性:function cancel(agent: WantAgent): Promise<void>;
新版本信息:401,16000007,16000151
@ohos.app.ability.wantAgent.d.ts
错误码有变化 类名:wantAgent;
方法or属性:function getWantAgent(info: WantAgentInfo, callback: AsyncCallback<WantAgent>): void;
旧版本信息:401
类名:wantAgent;
方法or属性:function getWantAgent(info: WantAgentInfo, callback: AsyncCallback<WantAgent>): void;
新版本信息:401,16000007,16000151
@ohos.app.ability.wantAgent.d.ts
错误码有变化 类名:wantAgent;
方法or属性:function getWantAgent(info: WantAgentInfo): Promise<WantAgent>;
旧版本信息:401
类名:wantAgent;
方法or属性:function getWantAgent(info: WantAgentInfo): Promise<WantAgent>;
新版本信息:401,16000007,16000151
@ohos.app.ability.wantAgent.d.ts
错误码有变化 类名:wantAgent;
方法or属性:function getOperationType(agent: WantAgent, callback: AsyncCallback<number>): void;
旧版本信息:401
类名:wantAgent;
方法or属性:function getOperationType(agent: WantAgent, callback: AsyncCallback<number>): void;
新版本信息:401,16000007,16000015,16000151
@ohos.app.ability.wantAgent.d.ts
错误码有变化 类名:wantAgent;
方法or属性:function getOperationType(agent: WantAgent): Promise<number>;
旧版本信息:401
类名:wantAgent;
方法or属性:function getOperationType(agent: WantAgent): Promise<number>;
新版本信息:401,16000007,16000015,16000151
@ohos.app.ability.wantAgent.d.ts
错误码有变化 类名:formHost;
方法or属性:function deleteForm(formId: string, callback: AsyncCallback<void>): void;
旧版本信息:401
类名:formHost;
方法or属性:function deleteForm(formId: string, callback: AsyncCallback<void>): void;
新版本信息:201,202,401,16500050,16500060,16501000,16501001,16501003
@ohos.app.form.formHost.d.ts
错误码有变化 类名:formHost;
方法or属性:function deleteForm(formId: string): Promise<void>;
旧版本信息:401
类名:formHost;
方法or属性:function deleteForm(formId: string): Promise<void>;
新版本信息:201,202,401,16500050,16500060,16501000,16501001,16501003
@ohos.app.form.formHost.d.ts
错误码有变化 类名:formHost;
方法or属性:function releaseForm(formId: string, callback: AsyncCallback<void>): void;
旧版本信息:401
类名:formHost;
方法or属性:function releaseForm(formId: string, callback: AsyncCallback<void>): void;
新版本信息:201,202,401,16500050,16500060,16501000,16501001,16501003
@ohos.app.form.formHost.d.ts
错误码有变化 类名:formHost;
方法or属性:function releaseForm(formId: string, isReleaseCache: boolean, callback: AsyncCallback<void>): void;
旧版本信息:401
类名:formHost;
方法or属性:function releaseForm(formId: string, isReleaseCache: boolean, callback: AsyncCallback<void>): void;
新版本信息:201,202,401,16500050,16500060,16501000,16501001,16501003
@ohos.app.form.formHost.d.ts
错误码有变化 类名:formHost;
方法or属性:function releaseForm(formId: string, isReleaseCache?: boolean): Promise<void>;
旧版本信息:401
类名:formHost;
方法or属性:function releaseForm(formId: string, isReleaseCache?: boolean): Promise<void>;
新版本信息:201,202,401,16500050,16500060,16501000,16501001,16501003
@ohos.app.form.formHost.d.ts
错误码有变化 类名:formHost;
方法or属性:function requestForm(formId: string, callback: AsyncCallback<void>): void;
旧版本信息:401
类名:formHost;
方法or属性:function requestForm(formId: string, callback: AsyncCallback<void>): void;
新版本信息:201,202,401,16500050,16500060,16501000,16501001,16501003
@ohos.app.form.formHost.d.ts
错误码有变化 类名:formHost;
方法or属性:function requestForm(formId: string): Promise<void>;
旧版本信息:401
类名:formHost;
方法or属性:function requestForm(formId: string): Promise<void>;
新版本信息:201,202,401,16500050,16500060,16501000,16501001,16501003
@ohos.app.form.formHost.d.ts
错误码有变化 类名:formHost;
方法or属性:function castToNormalForm(formId: string, callback: AsyncCallback<void>): void;
旧版本信息:401
类名:formHost;
方法or属性:function castToNormalForm(formId: string, callback: AsyncCallback<void>): void;
新版本信息:201,202,401,16500050,16501000,16501001,16501002,16501003
@ohos.app.form.formHost.d.ts
错误码有变化 类名:formHost;
方法or属性:function castToNormalForm(formId: string): Promise<void>;
旧版本信息:401
类名:formHost;
方法or属性:function castToNormalForm(formId: string): Promise<void>;
新版本信息:201,202,401,16500050,16501000,16501001,16501002,16501003
@ohos.app.form.formHost.d.ts
错误码有变化 类名:formHost;
方法or属性:function notifyVisibleForms(formIds: Array<string>, callback: AsyncCallback<void>): void;
旧版本信息:401
类名:formHost;
方法or属性:function notifyVisibleForms(formIds: Array<string>, callback: AsyncCallback<void>): void;
新版本信息:201,202,401,16500050,16500060,16501000
@ohos.app.form.formHost.d.ts
错误码有变化 类名:formHost;
方法or属性:function notifyVisibleForms(formIds: Array<string>): Promise<void>;
旧版本信息:401
类名:formHost;
方法or属性:function notifyVisibleForms(formIds: Array<string>): Promise<void>;
新版本信息:201,202,401,16500050,16500060,16501000
@ohos.app.form.formHost.d.ts
错误码有变化 类名:formHost;
方法or属性:function notifyInvisibleForms(formIds: Array<string>, callback: AsyncCallback<void>): void;
旧版本信息:401
类名:formHost;
方法or属性:function notifyInvisibleForms(formIds: Array<string>, callback: AsyncCallback<void>): void;
新版本信息:201,202,401,16500050,16500060,16501000
@ohos.app.form.formHost.d.ts
错误码有变化 类名:formHost;
方法or属性:function notifyInvisibleForms(formIds: Array<string>): Promise<void>;
旧版本信息:401
类名:formHost;
方法or属性:function notifyInvisibleForms(formIds: Array<string>): Promise<void>;
新版本信息:201,202,401,16500050,16500060,16501000
@ohos.app.form.formHost.d.ts
错误码有变化 类名:formHost;
方法or属性:function enableFormsUpdate(formIds: Array<string>, callback: AsyncCallback<void>): void;
旧版本信息:401
类名:formHost;
方法or属性:function enableFormsUpdate(formIds: Array<string>, callback: AsyncCallback<void>): void;
新版本信息:201,202,401,16500050,16500060,16501000,16501003
@ohos.app.form.formHost.d.ts
错误码有变化 类名:formHost;
方法or属性:function enableFormsUpdate(formIds: Array<string>): Promise<void>;
旧版本信息:401
类名:formHost;
方法or属性:function enableFormsUpdate(formIds: Array<string>): Promise<void>;
新版本信息:201,202,401,16500050,16500060,16501000,16501003
@ohos.app.form.formHost.d.ts
错误码有变化 类名:formHost;
方法or属性:function disableFormsUpdate(formIds: Array<string>, callback: AsyncCallback<void>): void;
旧版本信息:401
类名:formHost;
方法or属性:function disableFormsUpdate(formIds: Array<string>, callback: AsyncCallback<void>): void;
新版本信息:201,202,401,16500050,16500060,16501000,16501001,16501003
@ohos.app.form.formHost.d.ts
错误码有变化 类名:formHost;
方法or属性:function disableFormsUpdate(formIds: Array<string>): Promise<void>;
旧版本信息:401
类名:formHost;
方法or属性:function disableFormsUpdate(formIds: Array<string>): Promise<void>;
新版本信息:201,202,401,16500050,16500060,16501000,16501001,16501003
@ohos.app.form.formHost.d.ts
错误码有变化 类名:formHost;
方法or属性:function isSystemReady(callback: AsyncCallback<void>): void;
旧版本信息:401
类名:formHost;
方法or属性:function isSystemReady(callback: AsyncCallback<void>): void;
新版本信息:202,401
@ohos.app.form.formHost.d.ts
错误码有变化 类名:formHost;
方法or属性:function isSystemReady(): Promise<void>;
旧版本信息:401
类名:formHost;
方法or属性:function isSystemReady(): Promise<void>;
新版本信息:202
@ohos.app.form.formHost.d.ts
错误码有变化 类名:formHost;
方法or属性:function getAllFormsInfo(callback: AsyncCallback<Array<formInfo.FormInfo>>): void;
旧版本信息:401
类名:formHost;
方法or属性:function getAllFormsInfo(callback: AsyncCallback<Array<formInfo.FormInfo>>): void;
新版本信息:201,202,401,16500050,16500060,16501000
@ohos.app.form.formHost.d.ts
错误码有变化 类名:formHost;
方法or属性:function getAllFormsInfo(): Promise<Array<formInfo.FormInfo>>;
旧版本信息:401
类名:formHost;
方法or属性:function getAllFormsInfo(): Promise<Array<formInfo.FormInfo>>;
新版本信息:201,202,16500050,16500060,16501000
@ohos.app.form.formHost.d.ts
错误码有变化 类名:formHost;
方法or属性:function getFormsInfo(bundleName: string, callback: AsyncCallback<Array<formInfo.FormInfo>>): void;
旧版本信息:401
类名:formHost;
方法or属性:function getFormsInfo(bundleName: string, callback: AsyncCallback<Array<formInfo.FormInfo>>): void;
新版本信息:201,202,401,16500050,16500060,16500100,16501000
@ohos.app.form.formHost.d.ts
错误码有变化 类名:formHost;
方法or属性:function getFormsInfo(
bundleName: string,
moduleName: string,
callback: AsyncCallback<Array<formInfo.FormInfo>>
): void;
旧版本信息:401
类名:formHost;
方法or属性:function getFormsInfo(
bundleName: string,
moduleName: string,
callback: AsyncCallback<Array<formInfo.FormInfo>>
): void;
新版本信息:201,202,401,16500050,16500060,16500100,16501000
@ohos.app.form.formHost.d.ts
错误码有变化 类名:formHost;
方法or属性:function getFormsInfo(bundleName: string, moduleName?: string): Promise<Array<formInfo.FormInfo>>;
旧版本信息:401
类名:formHost;
方法or属性:function getFormsInfo(bundleName: string, moduleName?: string): Promise<Array<formInfo.FormInfo>>;
新版本信息:201,202,401,16500050,16500060,16500100,16501000
@ohos.app.form.formHost.d.ts
错误码有变化 类名:formHost;
方法or属性:function deleteInvalidForms(formIds: Array<string>, callback: AsyncCallback<number>): void;
旧版本信息:401
类名:formHost;
方法or属性:function deleteInvalidForms(formIds: Array<string>, callback: AsyncCallback<number>): void;
新版本信息:201,202,401,16500050,16500060,16501000
@ohos.app.form.formHost.d.ts
错误码有变化 类名:formHost;
方法or属性:function deleteInvalidForms(formIds: Array<string>): Promise<number>;
旧版本信息:401
类名:formHost;
方法or属性:function deleteInvalidForms(formIds: Array<string>): Promise<number>;
新版本信息:201,202,401,16500050,16500060,16501000
@ohos.app.form.formHost.d.ts
错误码有变化 类名:formHost;
方法or属性:function acquireFormState(want: Want, callback: AsyncCallback<formInfo.FormStateInfo>): void;
旧版本信息:401
类名:formHost;
方法or属性:function acquireFormState(want: Want, callback: AsyncCallback<formInfo.FormStateInfo>): void;
新版本信息:201,202,401,16500050,16500060,16500100,16501000
@ohos.app.form.formHost.d.ts
错误码有变化 类名:formHost;
方法or属性:function acquireFormState(want: Want): Promise<formInfo.FormStateInfo>;
旧版本信息:401
类名:formHost;
方法or属性:function acquireFormState(want: Want): Promise<formInfo.FormStateInfo>;
新版本信息:201,202,401,16500050,16500060,16500100,16501000
@ohos.app.form.formHost.d.ts
错误码有变化 类名:formHost;
方法or属性:function on(type: 'formUninstall', callback: Callback<string>): void;
旧版本信息:401
类名:formHost;
方法or属性:function on(type: 'formUninstall', callback: Callback<string>): void;
新版本信息:202,401
@ohos.app.form.formHost.d.ts
错误码有变化 类名:formHost;
方法or属性:function off(type: 'formUninstall', callback?: Callback<string>): void;
旧版本信息:401
类名:formHost;
方法or属性:function off(type: 'formUninstall', callback?: Callback<string>): void;
新版本信息:202,401
@ohos.app.form.formHost.d.ts
错误码有变化 类名:formHost;
方法or属性:function notifyFormsVisible(formIds: Array<string>, isVisible: boolean, callback: AsyncCallback<void>): void;
旧版本信息:401
类名:formHost;
方法or属性:function notifyFormsVisible(formIds: Array<string>, isVisible: boolean, callback: AsyncCallback<void>): void;
新版本信息:201,202,401,16500050,16500060,16501000,16501003
@ohos.app.form.formHost.d.ts
错误码有变化 类名:formHost;
方法or属性:function notifyFormsVisible(formIds: Array<string>, isVisible: boolean): Promise<void>;
旧版本信息:401
类名:formHost;
方法or属性:function notifyFormsVisible(formIds: Array<string>, isVisible: boolean): Promise<void>;
新版本信息:201,202,401,16500050,16500060,16501000,16501003
@ohos.app.form.formHost.d.ts
错误码有变化 类名:formHost;
方法or属性:function notifyFormsEnableUpdate(
formIds: Array<string>,
isEnableUpdate: boolean,
callback: AsyncCallback<void>
): void;
旧版本信息:401
类名:formHost;
方法or属性:function notifyFormsEnableUpdate(
formIds: Array<string>,
isEnableUpdate: boolean,
callback: AsyncCallback<void>
): void;
新版本信息:201,202,401,16500050,16500060,16501000,16501003
@ohos.app.form.formHost.d.ts
错误码有变化 类名:formHost;
方法or属性:function notifyFormsEnableUpdate(formIds: Array<string>, isEnableUpdate: boolean): Promise<void>;
旧版本信息:401
类名:formHost;
方法or属性:function notifyFormsEnableUpdate(formIds: Array<string>, isEnableUpdate: boolean): Promise<void>;
新版本信息:201,202,401,16500050,16500060,16501000,16501003
@ohos.app.form.formHost.d.ts
错误码有变化 类名:formHost;
方法or属性:function shareForm(formId: string, deviceId: string, callback: AsyncCallback<void>): void;
旧版本信息:401
类名:formHost;
方法or属性:function shareForm(formId: string, deviceId: string, callback: AsyncCallback<void>): void;
新版本信息:201,202,401,16500050,16501000,16501001,16501003
@ohos.app.form.formHost.d.ts
错误码有变化 类名:formHost;
方法or属性:function shareForm(formId: string, deviceId: string): Promise<void>;
旧版本信息:401
类名:formHost;
方法or属性:function shareForm(formId: string, deviceId: string): Promise<void>;
新版本信息:201,202,401,16500050,16501000,16501001,16501003
@ohos.app.form.formHost.d.ts
错误码有变化 类名:formHost;
方法or属性:function notifyFormsPrivacyProtected(
formIds: Array<string>,
isProtected: boolean,
callback: AsyncCallback<void>
): void;
旧版本信息:401
类名:formHost;
方法or属性:function notifyFormsPrivacyProtected(
formIds: Array<string>,
isProtected: boolean,
callback: AsyncCallback<void>
): void;
新版本信息:201,202,401,16500050,16500060,16501000
@ohos.app.form.formHost.d.ts
错误码有变化 类名:formHost;
方法or属性:function notifyFormsPrivacyProtected(formIds: Array<string>, isProtected: boolean): Promise<void>;
旧版本信息:401
类名:formHost;
方法or属性:function notifyFormsPrivacyProtected(formIds: Array<string>, isProtected: boolean): Promise<void>;
新版本信息:201,202,401,16500050,16500060,16501000
@ohos.app.form.formHost.d.ts
错误码有变化 类名:formProvider;
方法or属性:function setFormNextRefreshTime(formId: string, minute: number, callback: AsyncCallback<void>): void;
旧版本信息:401
类名:formProvider;
方法or属性:function setFormNextRefreshTime(formId: string, minute: number, callback: AsyncCallback<void>): void;
新版本信息:401,16500050,16500060,16500100,16501000,16501001,16501002,16501003
@ohos.app.form.formProvider.d.ts
错误码有变化 类名:formProvider;
方法or属性:function setFormNextRefreshTime(formId: string, minute: number): Promise<void>;
旧版本信息:401
类名:formProvider;
方法or属性:function setFormNextRefreshTime(formId: string, minute: number): Promise<void>;
新版本信息:401,16500050,16500060,16500100,16501000,16501001,16501002,16501003
@ohos.app.form.formProvider.d.ts
错误码有变化 类名:formProvider;
方法or属性:function updateForm(
formId: string,
formBindingData: formBindingData.FormBindingData,
callback: AsyncCallback<void>
): void;
旧版本信息:401
类名:formProvider;
方法or属性:function updateForm(
formId: string,
formBindingData: formBindingData.FormBindingData,
callback: AsyncCallback<void>
): void;
新版本信息:401,16500050,16500060,16500100,16501000,16501001,16501003
@ohos.app.form.formProvider.d.ts
错误码有变化 类名:formProvider;
方法or属性:function updateForm(formId: string, formBindingData: formBindingData.FormBindingData): Promise<void>;
旧版本信息:401
类名:formProvider;
方法or属性:function updateForm(formId: string, formBindingData: formBindingData.FormBindingData): Promise<void>;
新版本信息:401,16500050,16500060,16500100,16501000,16501001,16501003
@ohos.app.form.formProvider.d.ts
错误码有变化 类名:formProvider;
方法or属性:function getFormsInfo(filter: formInfo.FormInfoFilter, callback: AsyncCallback<Array<formInfo.FormInfo>>): void;
旧版本信息:401
类名:formProvider;
方法or属性:function getFormsInfo(filter: formInfo.FormInfoFilter, callback: AsyncCallback<Array<formInfo.FormInfo>>): void;
新版本信息:401,16500050,16500100,16501000
@ohos.app.form.formProvider.d.ts
错误码有变化 类名:formProvider;
方法or属性:function getFormsInfo(callback: AsyncCallback<Array<formInfo.FormInfo>>): void;
旧版本信息:401
类名:formProvider;
方法or属性:function getFormsInfo(callback: AsyncCallback<Array<formInfo.FormInfo>>): void;
新版本信息:401,16500050,16500100,16501000
@ohos.app.form.formProvider.d.ts
错误码有变化 类名:formProvider;
方法or属性:function getFormsInfo(filter?: formInfo.FormInfoFilter): Promise<Array<formInfo.FormInfo>>;
旧版本信息:401
类名:formProvider;
方法or属性:function getFormsInfo(filter?: formInfo.FormInfoFilter): Promise<Array<formInfo.FormInfo>>;
新版本信息:401,16500050,16500100,16501000
@ohos.app.form.formProvider.d.ts
错误码有变化 类名:formProvider;
方法or属性:function requestPublishForm(
want: Want,
formBindingData: formBindingData.FormBindingData,
callback: AsyncCallback<string>
): void;
旧版本信息:401
类名:formProvider;
方法or属性:function requestPublishForm(
want: Want,
formBindingData: formBindingData.FormBindingData,
callback: AsyncCallback<string>
): void;
新版本信息:202,401,16500050,16500100,16501000
@ohos.app.form.formProvider.d.ts
错误码有变化 类名:formProvider;
方法or属性:function requestPublishForm(want: Want, callback: AsyncCallback<string>): void;
旧版本信息:401
类名:formProvider;
方法or属性:function requestPublishForm(want: Want, callback: AsyncCallback<string>): void;
新版本信息:202,401,16500050,16500100,16501000
@ohos.app.form.formProvider.d.ts
错误码有变化 类名:formProvider;
方法or属性:function requestPublishForm(want: Want, formBindingData?: formBindingData.FormBindingData): Promise<string>;
旧版本信息:401
类名:formProvider;
方法or属性:function requestPublishForm(want: Want, formBindingData?: formBindingData.FormBindingData): Promise<string>;
新版本信息:202,401,16500050,16500100,16501000
@ohos.app.form.formProvider.d.ts
错误码有变化 类名:formProvider;
方法or属性:function isRequestPublishFormSupported(callback: AsyncCallback<boolean>): void;
旧版本信息:401
类名:formProvider;
方法or属性:function isRequestPublishFormSupported(callback: AsyncCallback<boolean>): void;
新版本信息:202,401,16500050,16501000
@ohos.app.form.formProvider.d.ts
错误码有变化 类名:formProvider;
方法or属性:function isRequestPublishFormSupported(): Promise<boolean>;
旧版本信息:401
类名:formProvider;
方法or属性:function isRequestPublishFormSupported(): Promise<boolean>;
新版本信息:202,16500050,16501000
@ohos.app.form.formProvider.d.ts
错误码有变化 类名:distributedMissionManager;
方法or属性:function continueMission(

parameter: ContinueDeviceInfo,

options: ContinueCallback,

callback: AsyncCallback<void>

): void;
旧版本信息:201,401,16300501,16300502,16300503,16300504,16300505,16300506
类名:distributedMissionManager;
方法or属性:function continueMission(

parameter: ContinueDeviceInfo,

options: ContinueCallback,

callback: AsyncCallback<void>

): void;
新版本信息:201,202,401,16300501,16300502,16300503,16300504,16300505,16300506
@ohos.distributedMissionManager.d.ts
错误码有变化 类名:AbilityDelegator;
方法or属性:addAbilityMonitor(monitor: AbilityMonitor, callback: AsyncCallback<void>): void;
旧版本信息:401
类名:AbilityDelegator;
方法or属性:addAbilityMonitor(monitor: AbilityMonitor, callback: AsyncCallback<void>): void;
新版本信息:401,16000100
AbilityDelegator.d.ts
错误码有变化 类名:AbilityDelegator;
方法or属性:addAbilityMonitor(monitor: AbilityMonitor): Promise<void>;
旧版本信息:401
类名:AbilityDelegator;
方法or属性:addAbilityMonitor(monitor: AbilityMonitor): Promise<void>;
新版本信息:401,16000100
AbilityDelegator.d.ts
错误码有变化 类名:AbilityDelegator;
方法or属性:addAbilityStageMonitor(monitor: AbilityStageMonitor, callback: AsyncCallback<void>): void;
旧版本信息:401
类名:AbilityDelegator;
方法or属性:addAbilityStageMonitor(monitor: AbilityStageMonitor, callback: AsyncCallback<void>): void;
新版本信息:401,16000100
AbilityDelegator.d.ts
错误码有变化 类名:AbilityDelegator;
方法or属性:addAbilityStageMonitor(monitor: AbilityStageMonitor): Promise<void>;
旧版本信息:401
类名:AbilityDelegator;
方法or属性:addAbilityStageMonitor(monitor: AbilityStageMonitor): Promise<void>;
新版本信息:401,16000100
AbilityDelegator.d.ts
错误码有变化 类名:AbilityDelegator;
方法or属性:removeAbilityMonitor(monitor: AbilityMonitor, callback: AsyncCallback<void>): void;
旧版本信息:401
类名:AbilityDelegator;
方法or属性:removeAbilityMonitor(monitor: AbilityMonitor, callback: AsyncCallback<void>): void;
新版本信息:401,16000100
AbilityDelegator.d.ts
错误码有变化 类名:AbilityDelegator;
方法or属性:removeAbilityMonitor(monitor: AbilityMonitor): Promise<void>;
旧版本信息:401
类名:AbilityDelegator;
方法or属性:removeAbilityMonitor(monitor: AbilityMonitor): Promise<void>;
新版本信息:401,16000100
AbilityDelegator.d.ts
错误码有变化 类名:AbilityDelegator;
方法or属性:removeAbilityStageMonitor(monitor: AbilityStageMonitor, callback: AsyncCallback<void>): void;
旧版本信息:401
类名:AbilityDelegator;
方法or属性:removeAbilityStageMonitor(monitor: AbilityStageMonitor, callback: AsyncCallback<void>): void;
新版本信息:401,16000100
AbilityDelegator.d.ts
错误码有变化 类名:AbilityDelegator;
方法or属性:removeAbilityStageMonitor(monitor: AbilityStageMonitor): Promise<void>;
旧版本信息:401
类名:AbilityDelegator;
方法or属性:removeAbilityStageMonitor(monitor: AbilityStageMonitor): Promise<void>;
新版本信息:401,16000100
AbilityDelegator.d.ts
错误码有变化 类名:AbilityDelegator;
方法or属性:waitAbilityMonitor(monitor: AbilityMonitor, callback: AsyncCallback<UIAbility>): void;
旧版本信息:401
类名:AbilityDelegator;
方法or属性:waitAbilityMonitor(monitor: AbilityMonitor, callback: AsyncCallback<UIAbility>): void;
新版本信息:401,16000100
AbilityDelegator.d.ts
错误码有变化 类名:AbilityDelegator;
方法or属性:waitAbilityMonitor(monitor: AbilityMonitor, timeout: number, callback: AsyncCallback<UIAbility>): void;
旧版本信息:401
类名:AbilityDelegator;
方法or属性:waitAbilityMonitor(monitor: AbilityMonitor, timeout: number, callback: AsyncCallback<UIAbility>): void;
新版本信息:401,16000100
AbilityDelegator.d.ts
错误码有变化 类名:AbilityDelegator;
方法or属性:waitAbilityMonitor(monitor: AbilityMonitor, timeout?: number): Promise<UIAbility>;
旧版本信息:401
类名:AbilityDelegator;
方法or属性:waitAbilityMonitor(monitor: AbilityMonitor, timeout?: number): Promise<UIAbility>;
新版本信息:401,16000100
AbilityDelegator.d.ts
错误码有变化 类名:AbilityDelegator;
方法or属性:waitAbilityStageMonitor(monitor: AbilityStageMonitor, callback: AsyncCallback<AbilityStage>): void;
旧版本信息:401
类名:AbilityDelegator;
方法or属性:waitAbilityStageMonitor(monitor: AbilityStageMonitor, callback: AsyncCallback<AbilityStage>): void;
新版本信息:401,16000100
AbilityDelegator.d.ts
错误码有变化 类名:AbilityDelegator;
方法or属性:waitAbilityStageMonitor(monitor: AbilityStageMonitor, timeout: number, callback: AsyncCallback<AbilityStage>): void;
旧版本信息:401
类名:AbilityDelegator;
方法or属性:waitAbilityStageMonitor(monitor: AbilityStageMonitor, timeout: number, callback: AsyncCallback<AbilityStage>): void;
新版本信息:401,16000100
AbilityDelegator.d.ts
错误码有变化 类名:AbilityDelegator;
方法or属性:waitAbilityStageMonitor(monitor: AbilityStageMonitor, timeout?: number): Promise<AbilityStage>;
旧版本信息:401
类名:AbilityDelegator;
方法or属性:waitAbilityStageMonitor(monitor: AbilityStageMonitor, timeout?: number): Promise<AbilityStage>;
新版本信息:401,16000100
AbilityDelegator.d.ts
错误码有变化 类名:AbilityDelegator;
方法or属性:getCurrentTopAbility(callback: AsyncCallback<UIAbility>): void;
旧版本信息:401
类名:AbilityDelegator;
方法or属性:getCurrentTopAbility(callback: AsyncCallback<UIAbility>): void;
新版本信息:401,16000100
AbilityDelegator.d.ts
错误码有变化 类名:AbilityDelegator;
方法or属性:startAbility(want: Want, callback: AsyncCallback<void>): void;
旧版本信息:401
类名:AbilityDelegator;
方法or属性:startAbility(want: Want, callback: AsyncCallback<void>): void;
新版本信息:401,16000001,16000002,16000004,16000005,16000006,16000008,16000009,16000010,16000011,16000012,16000013,16000050,16000053,16000055,16200001
AbilityDelegator.d.ts
错误码有变化 类名:AbilityDelegator;
方法or属性:startAbility(want: Want): Promise<void>;
旧版本信息:401
类名:AbilityDelegator;
方法or属性:startAbility(want: Want): Promise<void>;
新版本信息:401,16000001,16000002,16000004,16000005,16000006,16000008,16000009,16000010,16000011,16000012,16000013,16000050,16000053,16000055,16200001
AbilityDelegator.d.ts
错误码有变化 类名:AbilityDelegator;
方法or属性:doAbilityForeground(ability: UIAbility, callback: AsyncCallback<void>): void;
旧版本信息:401
类名:AbilityDelegator;
方法or属性:doAbilityForeground(ability: UIAbility, callback: AsyncCallback<void>): void;
新版本信息:401,16000100
AbilityDelegator.d.ts
错误码有变化 类名:AbilityDelegator;
方法or属性:doAbilityForeground(ability: UIAbility): Promise<void>;
旧版本信息:401
类名:AbilityDelegator;
方法or属性:doAbilityForeground(ability: UIAbility): Promise<void>;
新版本信息:401,16000100
AbilityDelegator.d.ts
错误码有变化 类名:AbilityDelegator;
方法or属性:doAbilityBackground(ability: UIAbility, callback: AsyncCallback<void>): void;
旧版本信息:401
类名:AbilityDelegator;
方法or属性:doAbilityBackground(ability: UIAbility, callback: AsyncCallback<void>): void;
新版本信息:401,16000100
AbilityDelegator.d.ts
错误码有变化 类名:AbilityDelegator;
方法or属性:doAbilityBackground(ability: UIAbility): Promise<void>;
旧版本信息:401
类名:AbilityDelegator;
方法or属性:doAbilityBackground(ability: UIAbility): Promise<void>;
新版本信息:401,16000100
AbilityDelegator.d.ts
错误码有变化 类名:AbilityDelegator;
方法or属性:finishTest(msg: string, code: number, callback: AsyncCallback<void>): void;
旧版本信息:401
类名:AbilityDelegator;
方法or属性:finishTest(msg: string, code: number, callback: AsyncCallback<void>): void;
新版本信息:401,16000100
AbilityDelegator.d.ts
错误码有变化 类名:AbilityDelegator;
方法or属性:finishTest(msg: string, code: number): Promise<void>;
旧版本信息:401
类名:AbilityDelegator;
方法or属性:finishTest(msg: string, code: number): Promise<void>;
新版本信息:401,16000100
AbilityDelegator.d.ts
错误码有变化 类名:ApplicationContext;
方法or属性:getRunningProcessInformation(): Promise<Array<ProcessInformation>>;
旧版本信息:401
类名:ApplicationContext;
方法or属性:getRunningProcessInformation(): Promise<Array<ProcessInformation>>;
新版本信息:401,16000011,16000050
ApplicationContext.d.ts
错误码有变化 类名:ApplicationContext;
方法or属性:getRunningProcessInformation(callback: AsyncCallback<Array<ProcessInformation>>): void;
旧版本信息:401
类名:ApplicationContext;
方法or属性:getRunningProcessInformation(callback: AsyncCallback<Array<ProcessInformation>>): void;
新版本信息:401,16000011,16000050
ApplicationContext.d.ts
错误码有变化 类名:ApplicationContext;
方法or属性:killAllProcesses(): Promise<void>;
旧版本信息:401
类名:ApplicationContext;
方法or属性:killAllProcesses(): Promise<void>;
新版本信息:401,16000011
ApplicationContext.d.ts
错误码有变化 类名:ApplicationContext;
方法or属性:killAllProcesses(callback: AsyncCallback<void>);
旧版本信息:401
类名:ApplicationContext;
方法or属性:killAllProcesses(callback: AsyncCallback<void>);
新版本信息:401,16000011
ApplicationContext.d.ts
错误码有变化 类名:Context;
方法or属性:createBundleContext(bundleName: string): Context;
旧版本信息:401
类名:Context;
方法or属性:createBundleContext(bundleName: string): Context;
新版本信息:201,202,401
Context.d.ts
错误码有变化 类名:ServiceExtensionContext;
方法or属性:startAbility(want: Want, callback: AsyncCallback<void>): void;
旧版本信息:401
类名:ServiceExtensionContext;
方法or属性:startAbility(want: Want, callback: AsyncCallback<void>): void;
新版本信息:201,401,16000001,16000002,16000004,16000005,16000006,16000008,16000009,16000010,16000011,16000012,16000013,16000050,16000053,16000055,16200001
ServiceExtensionContext.d.ts
错误码有变化 类名:ServiceExtensionContext;
方法or属性:startAbility(want: Want, options: StartOptions, callback: AsyncCallback<void>): void;
旧版本信息:401
类名:ServiceExtensionContext;
方法or属性:startAbility(want: Want, options: StartOptions, callback: AsyncCallback<void>): void;
新版本信息:201,401,16000001,16000004,16000005,16000006,16000008,16000009,16000011,16000012,16000013,16000050,16000053,16000055,16200001
ServiceExtensionContext.d.ts
错误码有变化 类名:ServiceExtensionContext;
方法or属性:startAbility(want: Want, options?: StartOptions): Promise<void>;
旧版本信息:401
类名:ServiceExtensionContext;
方法or属性:startAbility(want: Want, options?: StartOptions): Promise<void>;
新版本信息:201,401,16000001,16000002,16000004,16000005,16000006,16000008,16000009,16000010,16000011,16000012,16000013,16000050,16000053,16000055,16200001
ServiceExtensionContext.d.ts
错误码有变化 类名:ServiceExtensionContext;
方法or属性:startAbilityWithAccount(want: Want, accountId: number, callback: AsyncCallback<void>): void;
旧版本信息:401
类名:ServiceExtensionContext;
方法or属性:startAbilityWithAccount(want: Want, accountId: number, callback: AsyncCallback<void>): void;
新版本信息:201,202,401,16000001,16000002,16000004,16000005,16000006,16000008,16000009,16000010,16000011,16000012,16000013,16000050,16000053,16000055,16200001
ServiceExtensionContext.d.ts
错误码有变化 类名:ServiceExtensionContext;
方法or属性:startAbilityWithAccount(want: Want, accountId: number, options: StartOptions, callback: AsyncCallback<void>): void;
旧版本信息:401
类名:ServiceExtensionContext;
方法or属性:startAbilityWithAccount(want: Want, accountId: number, options: StartOptions, callback: AsyncCallback<void>): void;
新版本信息:201,202,401,16000001,16000004,16000005,16000006,16000008,16000009,16000011,16000012,16000013,16000050,16000053,16000055,16200001
ServiceExtensionContext.d.ts
错误码有变化 类名:ServiceExtensionContext;
方法or属性:startAbilityWithAccount(want: Want, accountId: number, options?: StartOptions): Promise<void>;
旧版本信息:401
类名:ServiceExtensionContext;
方法or属性:startAbilityWithAccount(want: Want, accountId: number, options?: StartOptions): Promise<void>;
新版本信息:201,202,401,16000001,16000002,16000004,16000005,16000006,16000008,16000009,16000010,16000011,16000012,16000013,16000050,16000053,16000055,16200001
ServiceExtensionContext.d.ts
错误码有变化 类名:ServiceExtensionContext;
方法or属性:startServiceExtensionAbility(want: Want, callback: AsyncCallback<void>): void;
旧版本信息:401
类名:ServiceExtensionContext;
方法or属性:startServiceExtensionAbility(want: Want, callback: AsyncCallback<void>): void;
新版本信息:201,202,401,16000001,16000002,16000004,16000005,16000006,16000008,16000011,16000012,16000013,16000050,16200001
ServiceExtensionContext.d.ts
错误码有变化 类名:ServiceExtensionContext;
方法or属性:startServiceExtensionAbility(want: Want): Promise<void>;
旧版本信息:401
类名:ServiceExtensionContext;
方法or属性:startServiceExtensionAbility(want: Want): Promise<void>;
新版本信息:201,202,401,16000001,16000002,16000004,16000005,16000006,16000008,16000011,16000012,16000013,16000050,16200001
ServiceExtensionContext.d.ts
错误码有变化 类名:ServiceExtensionContext;
方法or属性:startServiceExtensionAbilityWithAccount(want: Want, accountId: number, callback: AsyncCallback<void>): void;
旧版本信息:401
类名:ServiceExtensionContext;
方法or属性:startServiceExtensionAbilityWithAccount(want: Want, accountId: number, callback: AsyncCallback<void>): void;
新版本信息:201,202,401,16000001,16000002,16000004,16000005,16000006,16000008,16000011,16000012,16000013,16000050,16200001
ServiceExtensionContext.d.ts
错误码有变化 类名:ServiceExtensionContext;
方法or属性:startServiceExtensionAbilityWithAccount(want: Want, accountId: number): Promise<void>;
旧版本信息:401
类名:ServiceExtensionContext;
方法or属性:startServiceExtensionAbilityWithAccount(want: Want, accountId: number): Promise<void>;
新版本信息:201,202,401,16000001,16000002,16000004,16000005,16000006,16000008,16000011,16000012,16000013,16000050,16200001
ServiceExtensionContext.d.ts
错误码有变化 类名:ServiceExtensionContext;
方法or属性:stopServiceExtensionAbility(want: Want, callback: AsyncCallback<void>): void;
旧版本信息:401
类名:ServiceExtensionContext;
方法or属性:stopServiceExtensionAbility(want: Want, callback: AsyncCallback<void>): void;
新版本信息:201,202,401,16000001,16000002,16000004,16000005,16000006,16000011,16000050,16200001
ServiceExtensionContext.d.ts
错误码有变化 类名:ServiceExtensionContext;
方法or属性:stopServiceExtensionAbility(want: Want): Promise<void>;
旧版本信息:401
类名:ServiceExtensionContext;
方法or属性:stopServiceExtensionAbility(want: Want): Promise<void>;
新版本信息:201,202,401,16000001,16000002,16000004,16000005,16000006,16000011,16000050,16200001
ServiceExtensionContext.d.ts
错误码有变化 类名:ServiceExtensionContext;
方法or属性:stopServiceExtensionAbilityWithAccount(want: Want, accountId: number, callback: AsyncCallback<void>): void;
旧版本信息:401
类名:ServiceExtensionContext;
方法or属性:stopServiceExtensionAbilityWithAccount(want: Want, accountId: number, callback: AsyncCallback<void>): void;
新版本信息:201,202,401,16000001,16000002,16000004,16000005,16000006,16000011,16000050,16200001
ServiceExtensionContext.d.ts
错误码有变化 类名:ServiceExtensionContext;
方法or属性:stopServiceExtensionAbilityWithAccount(want: Want, accountId: number): Promise<void>;
旧版本信息:401
类名:ServiceExtensionContext;
方法or属性:stopServiceExtensionAbilityWithAccount(want: Want, accountId: number): Promise<void>;
新版本信息:201,202,401,16000001,16000002,16000004,16000005,16000006,16000011,16000050,16200001
ServiceExtensionContext.d.ts
错误码有变化 类名:ServiceExtensionContext;
方法or属性:terminateSelf(callback: AsyncCallback<void>): void;
旧版本信息:401
类名:ServiceExtensionContext;
方法or属性:terminateSelf(callback: AsyncCallback<void>): void;
新版本信息:401,16000009,16000011,16000050
ServiceExtensionContext.d.ts
错误码有变化 类名:ServiceExtensionContext;
方法or属性:terminateSelf(): Promise<void>;
旧版本信息:401
类名:ServiceExtensionContext;
方法or属性:terminateSelf(): Promise<void>;
新版本信息:16000009,16000011,16000050
ServiceExtensionContext.d.ts
错误码有变化 类名:ServiceExtensionContext;
方法or属性:connectServiceExtensionAbility(want: Want, options: ConnectOptions): number;
旧版本信息:401
类名:ServiceExtensionContext;
方法or属性:connectServiceExtensionAbility(want: Want, options: ConnectOptions): number;
新版本信息:201,401,16000001,16000002,16000004,16000005,16000006,16000008,16000011,16000050,16000053,16000055
ServiceExtensionContext.d.ts
错误码有变化 类名:ServiceExtensionContext;
方法or属性:connectServiceExtensionAbilityWithAccount(want: Want, accountId: number, options: ConnectOptions): number;
旧版本信息:401
类名:ServiceExtensionContext;
方法or属性:connectServiceExtensionAbilityWithAccount(want: Want, accountId: number, options: ConnectOptions): number;
新版本信息:201,202,401,16000001,16000002,16000004,16000005,16000006,16000008,16000011,16000050,16000053,16000055
ServiceExtensionContext.d.ts
错误码有变化 类名:ServiceExtensionContext;
方法or属性:disconnectServiceExtensionAbility(connection: number, callback: AsyncCallback<void>): void;
旧版本信息:401
类名:ServiceExtensionContext;
方法or属性:disconnectServiceExtensionAbility(connection: number, callback: AsyncCallback<void>): void;
新版本信息:401,16000011,16000050
ServiceExtensionContext.d.ts
错误码有变化 类名:ServiceExtensionContext;
方法or属性:disconnectServiceExtensionAbility(connection: number): Promise<void>;
旧版本信息:401
类名:ServiceExtensionContext;
方法or属性:disconnectServiceExtensionAbility(connection: number): Promise<void>;
新版本信息:401,16000011,16000050
ServiceExtensionContext.d.ts
错误码有变化 类名:ServiceExtensionContext;
方法or属性:startAbilityByCall(want: Want): Promise<Caller>;
旧版本信息:401
类名:ServiceExtensionContext;
方法or属性:startAbilityByCall(want: Want): Promise<Caller>;
新版本信息:201,401,16000001,16000002,16000004,16000006,16000008,16000011,16000050
ServiceExtensionContext.d.ts
错误码有变化 类名:ServiceExtensionContext;
方法or属性:startRecentAbility(want: Want, callback: AsyncCallback<void>): void;
旧版本信息:401
类名:ServiceExtensionContext;
方法or属性:startRecentAbility(want: Want, callback: AsyncCallback<void>): void;
新版本信息:201,401,16000001,16000002,16000004,16000005,16000006,16000008,16000009,16000010,16000011,16000050,16000053,16000055,16200001
ServiceExtensionContext.d.ts
错误码有变化 类名:ServiceExtensionContext;
方法or属性:startRecentAbility(want: Want, options: StartOptions, callback: AsyncCallback<void>): void;
旧版本信息:401
类名:ServiceExtensionContext;
方法or属性:startRecentAbility(want: Want, options: StartOptions, callback: AsyncCallback<void>): void;
新版本信息:201,401,16000001,16000004,16000005,16000006,16000008,16000009,16000011,16000050,16000053,16000055,16200001
ServiceExtensionContext.d.ts
错误码有变化 类名:ServiceExtensionContext;
方法or属性:startRecentAbility(want: Want, options?: StartOptions): Promise<void>;
旧版本信息:401
类名:ServiceExtensionContext;
方法or属性:startRecentAbility(want: Want, options?: StartOptions): Promise<void>;
新版本信息:201,401,16000001,16000002,16000004,16000005,16000006,16000008,16000009,16000010,16000011,16000050,16000053,16000055,16200001
ServiceExtensionContext.d.ts
错误码有变化 类名:UIAbilityContext;
方法or属性:startAbility(want: Want, callback: AsyncCallback<void>): void;
旧版本信息:401,16000001,16000002,16000004,16000005,16000006,16000008,16000009,16000010,16000011,16000050,16000053,16000055,16200001
类名:UIAbilityContext;
方法or属性:startAbility(want: Want, callback: AsyncCallback<void>): void;
新版本信息:201,401,16000001,16000002,16000004,16000005,16000006,16000008,16000009,16000010,16000011,16000012,16000013,16000050,16000053,16000055,16200001
UIAbilityContext.d.ts
错误码有变化 类名:UIAbilityContext;
方法or属性:startAbility(want: Want, options: StartOptions, callback: AsyncCallback<void>): void;
旧版本信息:401,16000001,16000002,16000004,16000005,16000006,16000008,16000009,16000010,16000011,16000050,16000053,16000055,16200001
类名:UIAbilityContext;
方法or属性:startAbility(want: Want, options: StartOptions, callback: AsyncCallback<void>): void;
新版本信息:201,401,16000001,16000004,16000005,16000006,16000008,16000009,16000011,16000012,16000013,16000050,16000053,16000055,16200001
UIAbilityContext.d.ts
错误码有变化 类名:UIAbilityContext;
方法or属性:startAbility(want: Want, options?: StartOptions): Promise<void>;
旧版本信息:401,16000001,16000002,16000004,16000005,16000006,16000008,16000009,16000010,16000011,16000050,16000053,16000055,16200001
类名:UIAbilityContext;
方法or属性:startAbility(want: Want, options?: StartOptions): Promise<void>;
新版本信息:201,401,16000001,16000002,16000004,16000005,16000006,16000008,16000009,16000010,16000011,16000012,16000013,16000050,16000053,16000055,16200001
UIAbilityContext.d.ts
错误码有变化 类名:UIAbilityContext;
方法or属性:startAbilityByCall(want: Want): Promise<Caller>;
旧版本信息:201,202,401,16000001,16000002,16000004,16000005,16000006,16000008,16000009,16000010,16000011,16000050,16000053,16000055,16200001
类名:UIAbilityContext;
方法or属性:startAbilityByCall(want: Want): Promise<Caller>;
新版本信息:201,401,16000001,16000002,16000004,16000006,16000008,16000011,16000012,16000013,16000050
UIAbilityContext.d.ts
错误码有变化 类名:UIAbilityContext;
方法or属性:startAbilityWithAccount(want: Want, accountId: number, callback: AsyncCallback<void>): void;
旧版本信息:201,202,401,16000001,16000002,16000004,16000005,16000006,16000008,16000009,16000010,16000011,16000050,16000053,16000055,16200001
类名:UIAbilityContext;
方法or属性:startAbilityWithAccount(want: Want, accountId: number, callback: AsyncCallback<void>): void;
新版本信息:201,202,401,16000001,16000002,16000004,16000005,16000006,16000008,16000009,16000010,16000011,16000012,16000013,16000050,16000053,16000055,16200001
UIAbilityContext.d.ts
错误码有变化 类名:UIAbilityContext;
方法or属性:startAbilityWithAccount(want: Want, accountId: number, options: StartOptions, callback: AsyncCallback<void>): void;
旧版本信息:16000001,16000002,16000004,16000005,16000006,16000008,16000009,16000010,16000011,16000050,16000053,16000055,16200001,201,202,401
类名:UIAbilityContext;
方法or属性:startAbilityWithAccount(want: Want, accountId: number, options: StartOptions, callback: AsyncCallback<void>): void;
新版本信息:16000001,16000004,16000005,16000006,16000008,16000009,16000011,16000012,16000013,16000050,16000053,16000055,16200001,201,202,401
UIAbilityContext.d.ts
错误码有变化 类名:UIAbilityContext;
方法or属性:startAbilityWithAccount(want: Want, accountId: number, options?: StartOptions): Promise<void>;
旧版本信息:201,202,401,16000001,16000002,16000004,16000005,16000006,16000008,16000009,16000010,16000011,16000050,16000053,16000055,16200001
类名:UIAbilityContext;
方法or属性:startAbilityWithAccount(want: Want, accountId: number, options?: StartOptions): Promise<void>;
新版本信息:201,202,401,16000001,16000002,16000004,16000005,16000006,16000008,16000009,16000010,16000011,16000012,16000013,16000050,16000053,16000055,16200001
UIAbilityContext.d.ts
错误码有变化 类名:UIAbilityContext;
方法or属性:startAbilityForResult(want: Want, callback: AsyncCallback<AbilityResult>): void;
旧版本信息:401,16000001,16000002,16000004,16000005,16000006,16000008,16000009,16000010,16000011,16000050,16000053,16000055,16200001
类名:UIAbilityContext;
方法or属性:startAbilityForResult(want: Want, callback: AsyncCallback<AbilityResult>): void;
新版本信息:201,401,16000001,16000002,16000004,16000005,16000006,16000008,16000009,16000010,16000011,16000012,16000013,16000050,16000053,16000055,16200001
UIAbilityContext.d.ts
错误码有变化 类名:UIAbilityContext;
方法or属性:startAbilityForResult(want: Want, options: StartOptions, callback: AsyncCallback<AbilityResult>): void;
旧版本信息:401,16000001,16000002,16000004,16000005,16000006,16000008,16000009,16000010,16000011,16000050,16000053,16000055,16200001
类名:UIAbilityContext;
方法or属性:startAbilityForResult(want: Want, options: StartOptions, callback: AsyncCallback<AbilityResult>): void;
新版本信息:201,401,16000001,16000004,16000005,16000006,16000008,16000009,16000011,16000012,16000013,16000050,16000053,16000055,16200001
UIAbilityContext.d.ts
错误码有变化 类名:UIAbilityContext;
方法or属性:startAbilityForResult(want: Want, options?: StartOptions): Promise<AbilityResult>;
旧版本信息:401,16000001,16000002,16000004,16000005,16000006,16000008,16000009,16000010,16000011,16000050,16000053,16000055,16200001
类名:UIAbilityContext;
方法or属性:startAbilityForResult(want: Want, options?: StartOptions): Promise<AbilityResult>;
新版本信息:201,401,16000001,16000002,16000004,16000005,16000006,16000008,16000009,16000010,16000011,16000012,16000013,16000050,16000053,16000055,16200001
UIAbilityContext.d.ts
错误码有变化 类名:UIAbilityContext;
方法or属性:startAbilityForResultWithAccount(want: Want, accountId: number, callback: AsyncCallback<AbilityResult>): void;
旧版本信息:201,202,401,16000001,16000002,16000004,16000005,16000006,16000008,16000009,16000010,16000011,16000050,16000053,16000055,16200001
类名:UIAbilityContext;
方法or属性:startAbilityForResultWithAccount(want: Want, accountId: number, callback: AsyncCallback<AbilityResult>): void;
新版本信息:201,202,401,16000001,16000002,16000004,16000005,16000006,16000008,16000009,16000010,16000011,16000012,16000013,16000050,16000053,16000055,16200001
UIAbilityContext.d.ts
错误码有变化 类名:UIAbilityContext;
方法or属性:startAbilityForResultWithAccount(
want: Want,
accountId: number,
options: StartOptions,
callback: AsyncCallback<void>
): void;
旧版本信息:16000001,16000002,16000004,16000005,16000006,16000008,16000009,16000010,16000011,16000050,16000053,16000055,16200001,201,202,401
类名:UIAbilityContext;
方法or属性:startAbilityForResultWithAccount(
want: Want,
accountId: number,
options: StartOptions,
callback: AsyncCallback<void>
): void;
新版本信息:16000001,16000004,16000005,16000006,16000008,16000009,16000011,16000012,16000013,16000050,16000053,16000055,16200001,201,202,401
UIAbilityContext.d.ts
错误码有变化 类名:UIAbilityContext;
方法or属性:startAbilityForResultWithAccount(want: Want, accountId: number, options?: StartOptions): Promise<AbilityResult>;
旧版本信息:201,202,401,16000001,16000002,16000004,16000005,16000006,16000008,16000009,16000010,16000011,16000050,16000053,16000055,16200001
类名:UIAbilityContext;
方法or属性:startAbilityForResultWithAccount(want: Want, accountId: number, options?: StartOptions): Promise<AbilityResult>;
新版本信息:201,202,401,16000001,16000002,16000004,16000005,16000006,16000008,16000009,16000010,16000011,16000012,16000013,16000050,16000053,16000055,16200001
UIAbilityContext.d.ts
错误码有变化 类名:UIAbilityContext;
方法or属性:startServiceExtensionAbility(want: Want, callback: AsyncCallback<void>): void;
旧版本信息:202,401,16000001,16000002,16000005,16000006,16000008,16000011,16000050,16200001
类名:UIAbilityContext;
方法or属性:startServiceExtensionAbility(want: Want, callback: AsyncCallback<void>): void;
新版本信息:201,202,401,16000001,16000002,16000004,16000005,16000006,16000008,16000011,16000012,16000013,16000050,16200001
UIAbilityContext.d.ts
错误码有变化 类名:UIAbilityContext;
方法or属性:startServiceExtensionAbility(want: Want): Promise<void>;
旧版本信息:202,401,16000001,16000002,16000005,16000006,16000008,16000011,16000050,16200001
类名:UIAbilityContext;
方法or属性:startServiceExtensionAbility(want: Want): Promise<void>;
新版本信息:201,202,401,16000001,16000002,16000004,16000005,16000006,16000008,16000011,16000012,16000013,16000050,16200001
UIAbilityContext.d.ts
错误码有变化 类名:UIAbilityContext;
方法or属性:startServiceExtensionAbilityWithAccount(want: Want, accountId: number, callback: AsyncCallback<void>): void;
旧版本信息:201,202,401,16000001,16000002,16000005,16000006,16000008,16000011,16000050,16200001
类名:UIAbilityContext;
方法or属性:startServiceExtensionAbilityWithAccount(want: Want, accountId: number, callback: AsyncCallback<void>): void;
新版本信息:201,202,401,16000001,16000002,16000004,16000005,16000006,16000008,16000011,16000012,16000013,16000050,16200001
UIAbilityContext.d.ts
错误码有变化 类名:UIAbilityContext;
方法or属性:startServiceExtensionAbilityWithAccount(want: Want, accountId: number): Promise<void>;
旧版本信息:201,202,401,16000001,16000002,16000005,16000006,16000008,16000011,16000050,16200001
类名:UIAbilityContext;
方法or属性:startServiceExtensionAbilityWithAccount(want: Want, accountId: number): Promise<void>;
新版本信息:201,202,401,16000001,16000002,16000004,16000005,16000006,16000008,16000011,16000012,16000013,16000050,16200001
UIAbilityContext.d.ts
错误码有变化 类名:UIAbilityContext;
方法or属性:stopServiceExtensionAbility(want: Want, callback: AsyncCallback<void>): void;
旧版本信息:202,401,16000001,16000002,16000005,16000006,16000011,16000050,16200001
类名:UIAbilityContext;
方法or属性:stopServiceExtensionAbility(want: Want, callback: AsyncCallback<void>): void;
新版本信息:201,202,401,16000001,16000002,16000004,16000005,16000006,16000011,16000012,16000013,16000050,16200001
UIAbilityContext.d.ts
错误码有变化 类名:UIAbilityContext;
方法or属性:stopServiceExtensionAbility(want: Want): Promise<void>;
旧版本信息:202,401,16000001,16000002,16000005,16000006,16000011,16000050,16200001
类名:UIAbilityContext;
方法or属性:stopServiceExtensionAbility(want: Want): Promise<void>;
新版本信息:201,202,401,16000001,16000002,16000004,16000005,16000006,16000011,16000050,16200001
UIAbilityContext.d.ts
错误码有变化 类名:UIAbilityContext;
方法or属性:stopServiceExtensionAbilityWithAccount(want: Want, accountId: number, callback: AsyncCallback<void>): void;
旧版本信息:201,202,401,16000001,16000002,16000005,16000006,16000011,16000050,16200001
类名:UIAbilityContext;
方法or属性:stopServiceExtensionAbilityWithAccount(want: Want, accountId: number, callback: AsyncCallback<void>): void;
新版本信息:201,202,401,16000001,16000002,16000004,16000005,16000006,16000011,16000050,16200001
UIAbilityContext.d.ts
错误码有变化 类名:UIAbilityContext;
方法or属性:stopServiceExtensionAbilityWithAccount(want: Want, accountId: number): Promise<void>;
旧版本信息:201,202,401,16000001,16000002,16000005,16000006,16000011,16000050,16200001
类名:UIAbilityContext;
方法or属性:stopServiceExtensionAbilityWithAccount(want: Want, accountId: number): Promise<void>;
新版本信息:201,202,401,16000001,16000002,16000004,16000005,16000006,16000011,16000050,16200001
UIAbilityContext.d.ts
错误码有变化 类名:UIAbilityContext;
方法or属性:terminateSelf(callback: AsyncCallback<void>): void;
旧版本信息:401,16000001,16000004,16000005,16000009,16000011,16000050
类名:UIAbilityContext;
方法or属性:terminateSelf(callback: AsyncCallback<void>): void;
新版本信息:401,16000009,16000011,16000050
UIAbilityContext.d.ts
错误码有变化 类名:UIAbilityContext;
方法or属性:terminateSelf(): Promise<void>;
旧版本信息:401,16000001,16000004,16000005,16000009,16000011,16000050
类名:UIAbilityContext;
方法or属性:terminateSelf(): Promise<void>;
新版本信息:16000009,16000011,16000050
UIAbilityContext.d.ts
错误码有变化 类名:UIAbilityContext;
方法or属性:terminateSelfWithResult(parameter: AbilityResult, callback: AsyncCallback<void>): void;
旧版本信息:401,16000001,16000004,16000005,16000009,16000011,16000050
类名:UIAbilityContext;
方法or属性:terminateSelfWithResult(parameter: AbilityResult, callback: AsyncCallback<void>): void;
新版本信息:401,16000009,16000011,16000050
UIAbilityContext.d.ts
错误码有变化 类名:UIAbilityContext;
方法or属性:terminateSelfWithResult(parameter: AbilityResult): Promise<void>;
旧版本信息:401,16000001,16000004,16000005,16000009,16000011,16000050
类名:UIAbilityContext;
方法or属性:terminateSelfWithResult(parameter: AbilityResult): Promise<void>;
新版本信息:401,16000009,16000011,16000050
UIAbilityContext.d.ts
错误码有变化 类名:UIAbilityContext;
方法or属性:connectServiceExtensionAbility(want: Want, options: ConnectOptions): number;
旧版本信息:401,16000001,16000005,16000011,16000050
类名:UIAbilityContext;
方法or属性:connectServiceExtensionAbility(want: Want, options: ConnectOptions): number;
新版本信息:201,401,16000001,16000002,16000004,16000005,16000006,16000008,16000011,16000050,16000053,16000055
UIAbilityContext.d.ts
错误码有变化 类名:UIAbilityContext;
方法or属性:connectServiceExtensionAbilityWithAccount(want: Want, accountId: number, options: ConnectOptions): number;
旧版本信息:201,202,401,16000001,16000005,16000011,16000050
类名:UIAbilityContext;
方法or属性:connectServiceExtensionAbilityWithAccount(want: Want, accountId: number, options: ConnectOptions): number;
新版本信息:201,202,401,16000001,16000002,16000004,16000005,16000006,16000008,16000011,16000050,16000053,16000055
UIAbilityContext.d.ts
错误码有变化 类名:UIAbilityContext;
方法or属性:disconnectServiceExtensionAbility(connection: number, callback: AsyncCallback<void>): void;
旧版本信息:401,16000001,16000005,16000011,16000050
类名:UIAbilityContext;
方法or属性:disconnectServiceExtensionAbility(connection: number, callback: AsyncCallback<void>): void;
新版本信息:401,16000011,16000050
UIAbilityContext.d.ts
错误码有变化 类名:UIAbilityContext;
方法or属性:disconnectServiceExtensionAbility(connection: number): Promise<void>;
旧版本信息:401,16000001,16000005,16000011,16000050
类名:UIAbilityContext;
方法or属性:disconnectServiceExtensionAbility(connection: number): Promise<void>;
新版本信息:401,16000011,16000050
UIAbilityContext.d.ts
错误码有变化 类名:UIAbilityContext;
方法or属性:setMissionIcon(icon: image.PixelMap, callback: AsyncCallback<void>): void;
旧版本信息:401,16000011,16000050
类名:UIAbilityContext;
方法or属性:setMissionIcon(icon: image.PixelMap, callback: AsyncCallback<void>): void;
新版本信息:202,401,16000011,16000050
UIAbilityContext.d.ts
错误码有变化 类名:UIAbilityContext;
方法or属性:setMissionIcon(icon: image.PixelMap): Promise<void>;
旧版本信息:401,16000011,16000050
类名:UIAbilityContext;
方法or属性:setMissionIcon(icon: image.PixelMap): Promise<void>;
新版本信息:202,401,16000011,16000050
UIAbilityContext.d.ts
错误码有变化 类名:UIAbilityContext;
方法or属性:restoreWindowStage(localStorage: LocalStorage): void;
旧版本信息:401
类名:UIAbilityContext;
方法or属性:restoreWindowStage(localStorage: LocalStorage): void;
新版本信息:401,16000011,16000050
UIAbilityContext.d.ts
错误码有变化 类名:UIAbilityContext;
方法or属性:startRecentAbility(want: Want, callback: AsyncCallback<void>): void;
旧版本信息:401
类名:UIAbilityContext;
方法or属性:startRecentAbility(want: Want, callback: AsyncCallback<void>): void;
新版本信息:201,401,16000001,16000002,16000004,16000005,16000006,16000008,16000009,16000010,16000011,16000012,16000013,16000050,16000053,16000055,16200001
UIAbilityContext.d.ts
错误码有变化 类名:UIAbilityContext;
方法or属性:startRecentAbility(want: Want, options: StartOptions, callback: AsyncCallback<void>): void;
旧版本信息:401,16000011,16000050
类名:UIAbilityContext;
方法or属性:startRecentAbility(want: Want, options: StartOptions, callback: AsyncCallback<void>): void;
新版本信息:201,401,16000001,16000004,16000005,16000006,16000008,16000009,16000011,16000012,16000013,16000050,16000053,16000055,16200001
UIAbilityContext.d.ts
错误码有变化 类名:UIAbilityContext;
方法or属性:startRecentAbility(want: Want, options?: StartOptions): Promise<void>;
旧版本信息:401,16000011,16000050
类名:UIAbilityContext;
方法or属性:startRecentAbility(want: Want, options?: StartOptions): Promise<void>;
新版本信息:201,401,16000001,16000002,16000004,16000005,16000006,16000008,16000009,16000010,16000011,16000012,16000013,16000050,16000053,16000055,16200001
UIAbilityContext.d.ts
错误码有变化 类名:UIAbilityContext;
方法or属性:requestDialogService(want: Want, result: AsyncCallback<dialogRequest.RequestResult>): void;
旧版本信息:401
类名:UIAbilityContext;
方法or属性:requestDialogService(want: Want, result: AsyncCallback<dialogRequest.RequestResult>): void;
新版本信息:201,401,16000001,16000002,16000004,16000005,16000006,16000008,16000009,16000010,16000011,16000012,16000013,16000050,16000053,16000055,16200001
UIAbilityContext.d.ts
错误码有变化 类名:UIAbilityContext;
方法or属性:requestDialogService(want: Want): Promise<dialogRequest.RequestResult>;
旧版本信息:401
类名:UIAbilityContext;
方法or属性:requestDialogService(want: Want): Promise<dialogRequest.RequestResult>;
新版本信息:201,401,16000001,16000002,16000004,16000005,16000006,16000008,16000009,16000010,16000011,16000012,16000013,16000050,16000053,16000055,16200001
UIAbilityContext.d.ts
访问级别有变化 类名:WindowMode;
方法or属性:WINDOW_MODE_UNDEFINED = 0
旧版本信息:
类名:WindowMode;
方法or属性:WINDOW_MODE_UNDEFINED = 0
新版本信息:systemapi
@ohos.app.ability.AbilityConstant.d.ts
访问级别有变化 类名:WindowMode;
方法or属性:WINDOW_MODE_FULLSCREEN = 1
旧版本信息:
类名:WindowMode;
方法or属性:WINDOW_MODE_FULLSCREEN = 1
新版本信息:systemapi
@ohos.app.ability.AbilityConstant.d.ts
访问级别有变化 类名:WindowMode;
方法or属性:WINDOW_MODE_SPLIT_PRIMARY = 100
旧版本信息:
类名:WindowMode;
方法or属性:WINDOW_MODE_SPLIT_PRIMARY = 100
新版本信息:systemapi
@ohos.app.ability.AbilityConstant.d.ts
访问级别有变化 类名:WindowMode;
方法or属性:WINDOW_MODE_SPLIT_SECONDARY = 101
旧版本信息:
类名:WindowMode;
方法or属性:WINDOW_MODE_SPLIT_SECONDARY = 101
新版本信息:systemapi
@ohos.app.ability.AbilityConstant.d.ts
访问级别有变化 类名:WindowMode;
方法or属性:WINDOW_MODE_FLOATING = 102
旧版本信息:
类名:WindowMode;
方法or属性:WINDOW_MODE_FLOATING = 102
新版本信息:systemapi
@ohos.app.ability.AbilityConstant.d.ts
访问级别有变化 类名:AbilityState;
方法or属性:INITIAL = 0
旧版本信息:
类名:AbilityState;
方法or属性:INITIAL = 0
新版本信息:systemapi
@ohos.app.ability.abilityManager.d.ts
访问级别有变化 类名:AbilityState;
方法or属性:FOCUS = 2
旧版本信息:
类名:AbilityState;
方法or属性:FOCUS = 2
新版本信息:systemapi
@ohos.app.ability.abilityManager.d.ts
访问级别有变化 类名:AbilityState;
方法or属性:FOREGROUND = 9
旧版本信息:
类名:AbilityState;
方法or属性:FOREGROUND = 9
新版本信息:systemapi
@ohos.app.ability.abilityManager.d.ts
访问级别有变化 类名:AbilityState;
方法or属性:BACKGROUND = 10
旧版本信息:
类名:AbilityState;
方法or属性:BACKGROUND = 10
新版本信息:systemapi
@ohos.app.ability.abilityManager.d.ts
访问级别有变化 类名:AbilityState;
方法or属性:FOREGROUNDING = 11
旧版本信息:
类名:AbilityState;
方法or属性:FOREGROUNDING = 11
新版本信息:systemapi
@ohos.app.ability.abilityManager.d.ts
访问级别有变化 类名:AbilityState;
方法or属性:BACKGROUNDING = 12
旧版本信息:
类名:AbilityState;
方法or属性:BACKGROUNDING = 12
新版本信息:systemapi
@ohos.app.ability.abilityManager.d.ts
访问级别有变化 类名:ApplicationState;
方法or属性:STATE_CREATE
旧版本信息:
类名:ApplicationState;
方法or属性:STATE_CREATE
新版本信息:systemapi
@ohos.app.ability.appManager.d.ts
访问级别有变化 类名:ApplicationState;
方法or属性:STATE_FOREGROUND
旧版本信息:
类名:ApplicationState;
方法or属性:STATE_FOREGROUND
新版本信息:systemapi
@ohos.app.ability.appManager.d.ts
访问级别有变化 类名:ApplicationState;
方法or属性:STATE_ACTIVE
旧版本信息:
类名:ApplicationState;
方法or属性:STATE_ACTIVE
新版本信息:systemapi
@ohos.app.ability.appManager.d.ts
访问级别有变化 类名:ApplicationState;
方法or属性:STATE_BACKGROUND
旧版本信息:
类名:ApplicationState;
方法or属性:STATE_BACKGROUND
新版本信息:systemapi
@ohos.app.ability.appManager.d.ts
访问级别有变化 类名:ApplicationState;
方法or属性:STATE_DESTROY
旧版本信息:
类名:ApplicationState;
方法or属性:STATE_DESTROY
新版本信息:systemapi
@ohos.app.ability.appManager.d.ts
访问级别有变化 类名:ProcessState;
方法or属性:export enum ProcessState
旧版本信息:systemapi
类名:ProcessState;
方法or属性:export enum ProcessState
新版本信息:
@ohos.app.ability.appManager.d.ts
访问级别有变化 类名:missionManager;
方法or属性:function on(type: 'mission', listener: MissionListener): number;
旧版本信息:
类名:missionManager;
方法or属性:function on(type: 'mission', listener: MissionListener): number;
新版本信息:systemapi
@ohos.app.ability.missionManager.d.ts
访问级别有变化 类名:missionManager;
方法or属性:function off(type: 'mission', listenerId: number, callback: AsyncCallback<void>): void;
旧版本信息:
类名:missionManager;
方法or属性:function off(type: 'mission', listenerId: number, callback: AsyncCallback<void>): void;
新版本信息:systemapi
@ohos.app.ability.missionManager.d.ts
访问级别有变化 类名:missionManager;
方法or属性:function off(type: 'mission', listenerId: number): Promise<void>;
旧版本信息:
类名:missionManager;
方法or属性:function off(type: 'mission', listenerId: number): Promise<void>;
新版本信息:systemapi
@ohos.app.ability.missionManager.d.ts
访问级别有变化 类名:missionManager;
方法or属性:function getMissionInfo(deviceId: string, missionId: number, callback: AsyncCallback<MissionInfo>): void;
旧版本信息:
类名:missionManager;
方法or属性:function getMissionInfo(deviceId: string, missionId: number, callback: AsyncCallback<MissionInfo>): void;
新版本信息:systemapi
@ohos.app.ability.missionManager.d.ts
访问级别有变化 类名:missionManager;
方法or属性:function getMissionInfo(deviceId: string, missionId: number): Promise<MissionInfo>;
旧版本信息:
类名:missionManager;
方法or属性:function getMissionInfo(deviceId: string, missionId: number): Promise<MissionInfo>;
新版本信息:systemapi
@ohos.app.ability.missionManager.d.ts
访问级别有变化 类名:missionManager;
方法or属性:function getMissionInfos(deviceId: string, numMax: number, callback: AsyncCallback<Array<MissionInfo>>): void;
旧版本信息:
类名:missionManager;
方法or属性:function getMissionInfos(deviceId: string, numMax: number, callback: AsyncCallback<Array<MissionInfo>>): void;
新版本信息:systemapi
@ohos.app.ability.missionManager.d.ts
访问级别有变化 类名:missionManager;
方法or属性:function getMissionInfos(deviceId: string, numMax: number): Promise<Array<MissionInfo>>;
旧版本信息:
类名:missionManager;
方法or属性:function getMissionInfos(deviceId: string, numMax: number): Promise<Array<MissionInfo>>;
新版本信息:systemapi
@ohos.app.ability.missionManager.d.ts
访问级别有变化 类名:missionManager;
方法or属性:function getMissionSnapShot(deviceId: string, missionId: number, callback: AsyncCallback<MissionSnapshot>): void;
旧版本信息:
类名:missionManager;
方法or属性:function getMissionSnapShot(deviceId: string, missionId: number, callback: AsyncCallback<MissionSnapshot>): void;
新版本信息:systemapi
@ohos.app.ability.missionManager.d.ts
访问级别有变化 类名:missionManager;
方法or属性:function getMissionSnapShot(deviceId: string, missionId: number): Promise<MissionSnapshot>;
旧版本信息:
类名:missionManager;
方法or属性:function getMissionSnapShot(deviceId: string, missionId: number): Promise<MissionSnapshot>;
新版本信息:systemapi
@ohos.app.ability.missionManager.d.ts
访问级别有变化 类名:missionManager;
方法or属性:function getLowResolutionMissionSnapShot(
deviceId: string,
missionId: number,
callback: AsyncCallback<MissionSnapshot>
): void;
旧版本信息:
类名:missionManager;
方法or属性:function getLowResolutionMissionSnapShot(
deviceId: string,
missionId: number,
callback: AsyncCallback<MissionSnapshot>
): void;
新版本信息:systemapi
@ohos.app.ability.missionManager.d.ts
访问级别有变化 类名:missionManager;
方法or属性:function getLowResolutionMissionSnapShot(deviceId: string, missionId: number): Promise<MissionSnapshot>;
旧版本信息:
类名:missionManager;
方法or属性:function getLowResolutionMissionSnapShot(deviceId: string, missionId: number): Promise<MissionSnapshot>;
新版本信息:systemapi
@ohos.app.ability.missionManager.d.ts
访问级别有变化 类名:missionManager;
方法or属性:function lockMission(missionId: number, callback: AsyncCallback<void>): void;
旧版本信息:
类名:missionManager;
方法or属性:function lockMission(missionId: number, callback: AsyncCallback<void>): void;
新版本信息:systemapi
@ohos.app.ability.missionManager.d.ts
访问级别有变化 类名:missionManager;
方法or属性:function lockMission(missionId: number): Promise<void>;
旧版本信息:
类名:missionManager;
方法or属性:function lockMission(missionId: number): Promise<void>;
新版本信息:systemapi
@ohos.app.ability.missionManager.d.ts
访问级别有变化 类名:missionManager;
方法or属性:function unlockMission(missionId: number, callback: AsyncCallback<void>): void;
旧版本信息:
类名:missionManager;
方法or属性:function unlockMission(missionId: number, callback: AsyncCallback<void>): void;
新版本信息:systemapi
@ohos.app.ability.missionManager.d.ts
访问级别有变化 类名:missionManager;
方法or属性:function unlockMission(missionId: number): Promise<void>;
旧版本信息:
类名:missionManager;
方法or属性:function unlockMission(missionId: number): Promise<void>;
新版本信息:systemapi
@ohos.app.ability.missionManager.d.ts
访问级别有变化 类名:missionManager;
方法or属性:function clearMission(missionId: number, callback: AsyncCallback<void>): void;
旧版本信息:
类名:missionManager;
方法or属性:function clearMission(missionId: number, callback: AsyncCallback<void>): void;
新版本信息:systemapi
@ohos.app.ability.missionManager.d.ts
访问级别有变化 类名:missionManager;
方法or属性:function clearMission(missionId: number): Promise<void>;
旧版本信息:
类名:missionManager;
方法or属性:function clearMission(missionId: number): Promise<void>;
新版本信息:systemapi
@ohos.app.ability.missionManager.d.ts
访问级别有变化 类名:missionManager;
方法or属性:function clearAllMissions(callback: AsyncCallback<void>): void;
旧版本信息:
类名:missionManager;
方法or属性:function clearAllMissions(callback: AsyncCallback<void>): void;
新版本信息:systemapi
@ohos.app.ability.missionManager.d.ts
访问级别有变化 类名:missionManager;
方法or属性:function clearAllMissions(): Promise<void>;
旧版本信息:
类名:missionManager;
方法or属性:function clearAllMissions(): Promise<void>;
新版本信息:systemapi
@ohos.app.ability.missionManager.d.ts
访问级别有变化 类名:missionManager;
方法or属性:function moveMissionToFront(missionId: number, callback: AsyncCallback<void>): void;
旧版本信息:
类名:missionManager;
方法or属性:function moveMissionToFront(missionId: number, callback: AsyncCallback<void>): void;
新版本信息:systemapi
@ohos.app.ability.missionManager.d.ts
访问级别有变化 类名:missionManager;
方法or属性:function moveMissionToFront(missionId: number, options: StartOptions, callback: AsyncCallback<void>): void;
旧版本信息:
类名:missionManager;
方法or属性:function moveMissionToFront(missionId: number, options: StartOptions, callback: AsyncCallback<void>): void;
新版本信息:systemapi
@ohos.app.ability.missionManager.d.ts
访问级别有变化 类名:missionManager;
方法or属性:function moveMissionToFront(missionId: number, options?: StartOptions): Promise<void>;
旧版本信息:
类名:missionManager;
方法or属性:function moveMissionToFront(missionId: number, options?: StartOptions): Promise<void>;
新版本信息:systemapi
@ohos.app.ability.missionManager.d.ts
访问级别有变化 类名:abilityManager;
方法or属性:function updateConfiguration(config: Configuration): Promise<void>;
旧版本信息:
类名:abilityManager;
方法or属性:function updateConfiguration(config: Configuration): Promise<void>;
新版本信息:systemapi
@ohos.application.abilityManager.d.ts
访问级别有变化 类名:abilityManager;
方法or属性:function getAbilityRunningInfos(callback: AsyncCallback<Array<AbilityRunningInfo>>): void;
旧版本信息:
类名:abilityManager;
方法or属性:function getAbilityRunningInfos(callback: AsyncCallback<Array<AbilityRunningInfo>>): void;
新版本信息:systemapi
@ohos.application.abilityManager.d.ts
访问级别有变化 类名:AbilityState;
方法or属性:INITIAL = 0
旧版本信息:
类名:AbilityState;
方法or属性:INITIAL = 0
新版本信息:systemapi
@ohos.application.abilityManager.d.ts
访问级别有变化 类名:AbilityState;
方法or属性:FOREGROUND = 9
旧版本信息:
类名:AbilityState;
方法or属性:FOREGROUND = 9
新版本信息:systemapi
@ohos.application.abilityManager.d.ts
访问级别有变化 类名:AbilityState;
方法or属性:BACKGROUND = 10
旧版本信息:
类名:AbilityState;
方法or属性:BACKGROUND = 10
新版本信息:systemapi
@ohos.application.abilityManager.d.ts
访问级别有变化 类名:AbilityState;
方法or属性:FOREGROUNDING = 11
旧版本信息:
类名:AbilityState;
方法or属性:FOREGROUNDING = 11
新版本信息:systemapi
@ohos.application.abilityManager.d.ts
访问级别有变化 类名:AbilityState;
方法or属性:BACKGROUNDING = 12
旧版本信息:
类名:AbilityState;
方法or属性:BACKGROUNDING = 12
新版本信息:systemapi
@ohos.application.abilityManager.d.ts
访问级别有变化 类名:appManager;
方法or属性:function unregisterApplicationStateObserver(observerId: number): Promise<void>;
旧版本信息:
类名:appManager;
方法or属性:function unregisterApplicationStateObserver(observerId: number): Promise<void>;
新版本信息:systemapi
@ohos.application.appManager.d.ts
访问级别有变化 类名:appManager;
方法or属性:function getForegroundApplications(): Promise<Array<AppStateData>>;
旧版本信息:
类名:appManager;
方法or属性:function getForegroundApplications(): Promise<Array<AppStateData>>;
新版本信息:systemapi
@ohos.application.appManager.d.ts
访问级别有变化 类名:appManager;
方法or属性:function killProcessWithAccount(bundleName: string, accountId: number, callback: AsyncCallback<void>): void;
旧版本信息:
类名:appManager;
方法or属性:function killProcessWithAccount(bundleName: string, accountId: number, callback: AsyncCallback<void>): void;
新版本信息:systemapi
@ohos.application.appManager.d.ts
访问级别有变化 类名:appManager;
方法or属性:function killProcessesByBundleName(bundleName: string, callback: AsyncCallback<void>);
旧版本信息:
类名:appManager;
方法or属性:function killProcessesByBundleName(bundleName: string, callback: AsyncCallback<void>);
新版本信息:systemapi
@ohos.application.appManager.d.ts
访问级别有变化 类名:appManager;
方法or属性:function clearUpApplicationData(bundleName: string, callback: AsyncCallback<void>);
旧版本信息:
类名:appManager;
方法or属性:function clearUpApplicationData(bundleName: string, callback: AsyncCallback<void>);
新版本信息:systemapi
@ohos.application.appManager.d.ts
访问级别有变化 类名:formHost;
方法or属性:function deleteForm(formId: string, callback: AsyncCallback<void>): void;
旧版本信息:
类名:formHost;
方法or属性:function deleteForm(formId: string, callback: AsyncCallback<void>): void;
新版本信息:systemapi
@ohos.application.formHost.d.ts
访问级别有变化 类名:formHost;
方法or属性:function deleteForm(formId: string): Promise<void>;
旧版本信息:
类名:formHost;
方法or属性:function deleteForm(formId: string): Promise<void>;
新版本信息:systemapi
@ohos.application.formHost.d.ts
访问级别有变化 类名:formHost;
方法or属性:function releaseForm(formId: string, callback: AsyncCallback<void>): void;
旧版本信息:
类名:formHost;
方法or属性:function releaseForm(formId: string, callback: AsyncCallback<void>): void;
新版本信息:systemapi
@ohos.application.formHost.d.ts
访问级别有变化 类名:formHost;
方法or属性:function releaseForm(formId: string, isReleaseCache: boolean, callback: AsyncCallback<void>): void;
旧版本信息:
类名:formHost;
方法or属性:function releaseForm(formId: string, isReleaseCache: boolean, callback: AsyncCallback<void>): void;
新版本信息:systemapi
@ohos.application.formHost.d.ts
访问级别有变化 类名:formHost;
方法or属性:function releaseForm(formId: string, isReleaseCache?: boolean): Promise<void>;
旧版本信息:
类名:formHost;
方法or属性:function releaseForm(formId: string, isReleaseCache?: boolean): Promise<void>;
新版本信息:systemapi
@ohos.application.formHost.d.ts
访问级别有变化 类名:formHost;
方法or属性:function requestForm(formId: string, callback: AsyncCallback<void>): void;
旧版本信息:
类名:formHost;
方法or属性:function requestForm(formId: string, callback: AsyncCallback<void>): void;
新版本信息:systemapi
@ohos.application.formHost.d.ts
访问级别有变化 类名:formHost;
方法or属性:function requestForm(formId: string): Promise<void>;
旧版本信息:
类名:formHost;
方法or属性:function requestForm(formId: string): Promise<void>;
新版本信息:systemapi
@ohos.application.formHost.d.ts
访问级别有变化 类名:formHost;
方法or属性:function castTempForm(formId: string, callback: AsyncCallback<void>): void;
旧版本信息:
类名:formHost;
方法or属性:function castTempForm(formId: string, callback: AsyncCallback<void>): void;
新版本信息:systemapi
@ohos.application.formHost.d.ts
访问级别有变化 类名:formHost;
方法or属性:function castTempForm(formId: string): Promise<void>;
旧版本信息:
类名:formHost;
方法or属性:function castTempForm(formId: string): Promise<void>;
新版本信息:systemapi
@ohos.application.formHost.d.ts
访问级别有变化 类名:formHost;
方法or属性:function notifyVisibleForms(formIds: Array<string>, callback: AsyncCallback<void>): void;
旧版本信息:
类名:formHost;
方法or属性:function notifyVisibleForms(formIds: Array<string>, callback: AsyncCallback<void>): void;
新版本信息:systemapi
@ohos.application.formHost.d.ts
访问级别有变化 类名:formHost;
方法or属性:function notifyVisibleForms(formIds: Array<string>): Promise<void>;
旧版本信息:
类名:formHost;
方法or属性:function notifyVisibleForms(formIds: Array<string>): Promise<void>;
新版本信息:systemapi
@ohos.application.formHost.d.ts
访问级别有变化 类名:formHost;
方法or属性:function notifyInvisibleForms(formIds: Array<string>, callback: AsyncCallback<void>): void;
旧版本信息:
类名:formHost;
方法or属性:function notifyInvisibleForms(formIds: Array<string>, callback: AsyncCallback<void>): void;
新版本信息:systemapi
@ohos.application.formHost.d.ts
访问级别有变化 类名:formHost;
方法or属性:function notifyInvisibleForms(formIds: Array<string>): Promise<void>;
旧版本信息:
类名:formHost;
方法or属性:function notifyInvisibleForms(formIds: Array<string>): Promise<void>;
新版本信息:systemapi
@ohos.application.formHost.d.ts
访问级别有变化 类名:formHost;
方法or属性:function enableFormsUpdate(formIds: Array<string>, callback: AsyncCallback<void>): void;
旧版本信息:
类名:formHost;
方法or属性:function enableFormsUpdate(formIds: Array<string>, callback: AsyncCallback<void>): void;
新版本信息:systemapi
@ohos.application.formHost.d.ts
访问级别有变化 类名:formHost;
方法or属性:function enableFormsUpdate(formIds: Array<string>): Promise<void>;
旧版本信息:
类名:formHost;
方法or属性:function enableFormsUpdate(formIds: Array<string>): Promise<void>;
新版本信息:systemapi
@ohos.application.formHost.d.ts
访问级别有变化 类名:formHost;
方法or属性:function disableFormsUpdate(formIds: Array<string>, callback: AsyncCallback<void>): void;
旧版本信息:
类名:formHost;
方法or属性:function disableFormsUpdate(formIds: Array<string>, callback: AsyncCallback<void>): void;
新版本信息:systemapi
@ohos.application.formHost.d.ts
访问级别有变化 类名:formHost;
方法or属性:function disableFormsUpdate(formIds: Array<string>): Promise<void>;
旧版本信息:
类名:formHost;
方法or属性:function disableFormsUpdate(formIds: Array<string>): Promise<void>;
新版本信息:systemapi
@ohos.application.formHost.d.ts
访问级别有变化 类名:formHost;
方法or属性:function isSystemReady(callback: AsyncCallback<void>): void;
旧版本信息:
类名:formHost;
方法or属性:function isSystemReady(callback: AsyncCallback<void>): void;
新版本信息:systemapi
@ohos.application.formHost.d.ts
访问级别有变化 类名:formHost;
方法or属性:function isSystemReady(): Promise<void>;
旧版本信息:
类名:formHost;
方法or属性:function isSystemReady(): Promise<void>;
新版本信息:systemapi
@ohos.application.formHost.d.ts
访问级别有变化 类名:formHost;
方法or属性:function getAllFormsInfo(callback: AsyncCallback<Array<formInfo.FormInfo>>): void;
旧版本信息:
类名:formHost;
方法or属性:function getAllFormsInfo(callback: AsyncCallback<Array<formInfo.FormInfo>>): void;
新版本信息:systemapi
@ohos.application.formHost.d.ts
访问级别有变化 类名:formHost;
方法or属性:function getAllFormsInfo(): Promise<Array<formInfo.FormInfo>>;
旧版本信息:
类名:formHost;
方法or属性:function getAllFormsInfo(): Promise<Array<formInfo.FormInfo>>;
新版本信息:systemapi
@ohos.application.formHost.d.ts
访问级别有变化 类名:formHost;
方法or属性:function getFormsInfo(bundleName: string, callback: AsyncCallback<Array<formInfo.FormInfo>>): void;
旧版本信息:
类名:formHost;
方法or属性:function getFormsInfo(bundleName: string, callback: AsyncCallback<Array<formInfo.FormInfo>>): void;
新版本信息:systemapi
@ohos.application.formHost.d.ts
访问级别有变化 类名:formHost;
方法or属性:function getFormsInfo(
bundleName: string,
moduleName: string,
callback: AsyncCallback<Array<formInfo.FormInfo>>
): void;
旧版本信息:
类名:formHost;
方法or属性:function getFormsInfo(
bundleName: string,
moduleName: string,
callback: AsyncCallback<Array<formInfo.FormInfo>>
): void;
新版本信息:systemapi
@ohos.application.formHost.d.ts
访问级别有变化 类名:formHost;
方法or属性:function getFormsInfo(bundleName: string, moduleName?: string): Promise<Array<formInfo.FormInfo>>;
旧版本信息:
类名:formHost;
方法or属性:function getFormsInfo(bundleName: string, moduleName?: string): Promise<Array<formInfo.FormInfo>>;
新版本信息:systemapi
@ohos.application.formHost.d.ts
访问级别有变化 类名:formHost;
方法or属性:function deleteInvalidForms(formIds: Array<string>, callback: AsyncCallback<number>): void;
旧版本信息:
类名:formHost;
方法or属性:function deleteInvalidForms(formIds: Array<string>, callback: AsyncCallback<number>): void;
新版本信息:systemapi
@ohos.application.formHost.d.ts
访问级别有变化 类名:formHost;
方法or属性:function deleteInvalidForms(formIds: Array<string>): Promise<number>;
旧版本信息:
类名:formHost;
方法or属性:function deleteInvalidForms(formIds: Array<string>): Promise<number>;
新版本信息:systemapi
@ohos.application.formHost.d.ts
访问级别有变化 类名:formHost;
方法or属性:function acquireFormState(want: Want, callback: AsyncCallback<formInfo.FormStateInfo>): void;
旧版本信息:
类名:formHost;
方法or属性:function acquireFormState(want: Want, callback: AsyncCallback<formInfo.FormStateInfo>): void;
新版本信息:systemapi
@ohos.application.formHost.d.ts
访问级别有变化 类名:formHost;
方法or属性:function acquireFormState(want: Want): Promise<formInfo.FormStateInfo>;
旧版本信息:
类名:formHost;
方法or属性:function acquireFormState(want: Want): Promise<formInfo.FormStateInfo>;
新版本信息:systemapi
@ohos.application.formHost.d.ts
访问级别有变化 类名:formHost;
方法or属性:function on(type: 'formUninstall', callback: Callback<string>): void;
旧版本信息:
类名:formHost;
方法or属性:function on(type: 'formUninstall', callback: Callback<string>): void;
新版本信息:systemapi
@ohos.application.formHost.d.ts
访问级别有变化 类名:formHost;
方法or属性:function off(type: 'formUninstall', callback?: Callback<string>): void;
旧版本信息:
类名:formHost;
方法or属性:function off(type: 'formUninstall', callback?: Callback<string>): void;
新版本信息:systemapi
@ohos.application.formHost.d.ts
访问级别有变化 类名:formHost;
方法or属性:function notifyFormsVisible(formIds: Array<string>, isVisible: boolean, callback: AsyncCallback<void>): void;
旧版本信息:
类名:formHost;
方法or属性:function notifyFormsVisible(formIds: Array<string>, isVisible: boolean, callback: AsyncCallback<void>): void;
新版本信息:systemapi
@ohos.application.formHost.d.ts
访问级别有变化 类名:formHost;
方法or属性:function notifyFormsVisible(formIds: Array<string>, isVisible: boolean): Promise<void>;
旧版本信息:
类名:formHost;
方法or属性:function notifyFormsVisible(formIds: Array<string>, isVisible: boolean): Promise<void>;
新版本信息:systemapi
@ohos.application.formHost.d.ts
访问级别有变化 类名:formHost;
方法or属性:function notifyFormsEnableUpdate(
formIds: Array<string>,
isEnableUpdate: boolean,
callback: AsyncCallback<void>
): void;
旧版本信息:
类名:formHost;
方法or属性:function notifyFormsEnableUpdate(
formIds: Array<string>,
isEnableUpdate: boolean,
callback: AsyncCallback<void>
): void;
新版本信息:systemapi
@ohos.application.formHost.d.ts
访问级别有变化 类名:formHost;
方法or属性:function notifyFormsEnableUpdate(formIds: Array<string>, isEnableUpdate: boolean): Promise<void>;
旧版本信息:
类名:formHost;
方法or属性:function notifyFormsEnableUpdate(formIds: Array<string>, isEnableUpdate: boolean): Promise<void>;
新版本信息:systemapi
@ohos.application.formHost.d.ts
访问级别有变化 类名:missionManager;
方法or属性:function registerMissionListener(listener: MissionListener): number;
旧版本信息:
类名:missionManager;
方法or属性:function registerMissionListener(listener: MissionListener): number;
新版本信息:systemapi
@ohos.application.missionManager.d.ts
访问级别有变化 类名:missionManager;
方法or属性:function unregisterMissionListener(listenerId: number, callback: AsyncCallback<void>): void;
旧版本信息:
类名:missionManager;
方法or属性:function unregisterMissionListener(listenerId: number, callback: AsyncCallback<void>): void;
新版本信息:systemapi
@ohos.application.missionManager.d.ts
访问级别有变化 类名:missionManager;
方法or属性:function unregisterMissionListener(listenerId: number): Promise<void>;
旧版本信息:
类名:missionManager;
方法or属性:function unregisterMissionListener(listenerId: number): Promise<void>;
新版本信息:systemapi
@ohos.application.missionManager.d.ts
访问级别有变化 类名:missionManager;
方法or属性:function getMissionInfo(deviceId: string, missionId: number, callback: AsyncCallback<MissionInfo>): void;
旧版本信息:
类名:missionManager;
方法or属性:function getMissionInfo(deviceId: string, missionId: number, callback: AsyncCallback<MissionInfo>): void;
新版本信息:systemapi
@ohos.application.missionManager.d.ts
访问级别有变化 类名:missionManager;
方法or属性:function getMissionInfo(deviceId: string, missionId: number): Promise<MissionInfo>;
旧版本信息:
类名:missionManager;
方法or属性:function getMissionInfo(deviceId: string, missionId: number): Promise<MissionInfo>;
新版本信息:systemapi
@ohos.application.missionManager.d.ts
访问级别有变化 类名:missionManager;
方法or属性:function getMissionInfos(deviceId: string, numMax: number, callback: AsyncCallback<Array<MissionInfo>>): void;
旧版本信息:
类名:missionManager;
方法or属性:function getMissionInfos(deviceId: string, numMax: number, callback: AsyncCallback<Array<MissionInfo>>): void;
新版本信息:systemapi
@ohos.application.missionManager.d.ts
访问级别有变化 类名:missionManager;
方法or属性:function getMissionInfos(deviceId: string, numMax: number): Promise<Array<MissionInfo>>;
旧版本信息:
类名:missionManager;
方法or属性:function getMissionInfos(deviceId: string, numMax: number): Promise<Array<MissionInfo>>;
新版本信息:systemapi
@ohos.application.missionManager.d.ts
访问级别有变化 类名:missionManager;
方法or属性:function getMissionSnapShot(deviceId: string, missionId: number, callback: AsyncCallback<MissionSnapshot>): void;
旧版本信息:
类名:missionManager;
方法or属性:function getMissionSnapShot(deviceId: string, missionId: number, callback: AsyncCallback<MissionSnapshot>): void;
新版本信息:systemapi
@ohos.application.missionManager.d.ts
访问级别有变化 类名:missionManager;
方法or属性:function getMissionSnapShot(deviceId: string, missionId: number): Promise<MissionSnapshot>;
旧版本信息:
类名:missionManager;
方法or属性:function getMissionSnapShot(deviceId: string, missionId: number): Promise<MissionSnapshot>;
新版本信息:systemapi
@ohos.application.missionManager.d.ts
访问级别有变化 类名:missionManager;
方法or属性:function lockMission(missionId: number, callback: AsyncCallback<void>): void;
旧版本信息:
类名:missionManager;
方法or属性:function lockMission(missionId: number, callback: AsyncCallback<void>): void;
新版本信息:systemapi
@ohos.application.missionManager.d.ts
访问级别有变化 类名:missionManager;
方法or属性:function lockMission(missionId: number): Promise<void>;
旧版本信息:
类名:missionManager;
方法or属性:function lockMission(missionId: number): Promise<void>;
新版本信息:systemapi
@ohos.application.missionManager.d.ts
访问级别有变化 类名:missionManager;
方法or属性:function unlockMission(missionId: number, callback: AsyncCallback<void>): void;
旧版本信息:
类名:missionManager;
方法or属性:function unlockMission(missionId: number, callback: AsyncCallback<void>): void;
新版本信息:systemapi
@ohos.application.missionManager.d.ts
访问级别有变化 类名:missionManager;
方法or属性:function unlockMission(missionId: number): Promise<void>;
旧版本信息:
类名:missionManager;
方法or属性:function unlockMission(missionId: number): Promise<void>;
新版本信息:systemapi
@ohos.application.missionManager.d.ts
访问级别有变化 类名:missionManager;
方法or属性:function clearMission(missionId: number, callback: AsyncCallback<void>): void;
旧版本信息:
类名:missionManager;
方法or属性:function clearMission(missionId: number, callback: AsyncCallback<void>): void;
新版本信息:systemapi
@ohos.application.missionManager.d.ts
访问级别有变化 类名:missionManager;
方法or属性:function clearMission(missionId: number): Promise<void>;
旧版本信息:
类名:missionManager;
方法or属性:function clearMission(missionId: number): Promise<void>;
新版本信息:systemapi
@ohos.application.missionManager.d.ts
访问级别有变化 类名:missionManager;
方法or属性:function clearAllMissions(callback: AsyncCallback<void>): void;
旧版本信息:
类名:missionManager;
方法or属性:function clearAllMissions(callback: AsyncCallback<void>): void;
新版本信息:systemapi
@ohos.application.missionManager.d.ts
访问级别有变化 类名:missionManager;
方法or属性:function clearAllMissions(): Promise<void>;
旧版本信息:
类名:missionManager;
方法or属性:function clearAllMissions(): Promise<void>;
新版本信息:systemapi
@ohos.application.missionManager.d.ts
访问级别有变化 类名:missionManager;
方法or属性:function moveMissionToFront(missionId: number, callback: AsyncCallback<void>): void;
旧版本信息:
类名:missionManager;
方法or属性:function moveMissionToFront(missionId: number, callback: AsyncCallback<void>): void;
新版本信息:systemapi
@ohos.application.missionManager.d.ts
访问级别有变化 类名:missionManager;
方法or属性:function moveMissionToFront(missionId: number, options: StartOptions, callback: AsyncCallback<void>): void;
旧版本信息:
类名:missionManager;
方法or属性:function moveMissionToFront(missionId: number, options: StartOptions, callback: AsyncCallback<void>): void;
新版本信息:systemapi
@ohos.application.missionManager.d.ts
访问级别有变化 类名:missionManager;
方法or属性:function moveMissionToFront(missionId: number, options?: StartOptions): Promise<void>;
旧版本信息:
类名:missionManager;
方法or属性:function moveMissionToFront(missionId: number, options?: StartOptions): Promise<void>;
新版本信息:systemapi
@ohos.application.missionManager.d.ts
访问级别有变化 类名:distributedMissionManager;
方法or属性:function startSyncRemoteMissions(parameter: MissionParameter): Promise<void>;
旧版本信息:
类名:distributedMissionManager;
方法or属性:function startSyncRemoteMissions(parameter: MissionParameter): Promise<void>;
新版本信息:systemapi
@ohos.distributedMissionManager.d.ts
访问级别有变化 类名:distributedMissionManager;
方法or属性:function stopSyncRemoteMissions(parameter: MissionDeviceInfo): Promise<void>;
旧版本信息:
类名:distributedMissionManager;
方法or属性:function stopSyncRemoteMissions(parameter: MissionDeviceInfo): Promise<void>;
新版本信息:systemapi
@ohos.distributedMissionManager.d.ts
访问级别有变化 类名:distributedMissionManager;
方法or属性:function registerMissionListener(parameter: MissionDeviceInfo, options: MissionCallback): Promise<void>;
旧版本信息:
类名:distributedMissionManager;
方法or属性:function registerMissionListener(parameter: MissionDeviceInfo, options: MissionCallback): Promise<void>;
新版本信息:systemapi
@ohos.distributedMissionManager.d.ts
访问级别有变化 类名:distributedMissionManager;
方法or属性:function unRegisterMissionListener(parameter: MissionDeviceInfo): Promise<void>;
旧版本信息:
类名:distributedMissionManager;
方法or属性:function unRegisterMissionListener(parameter: MissionDeviceInfo): Promise<void>;
新版本信息:systemapi
@ohos.distributedMissionManager.d.ts
访问级别有变化 类名:distributedMissionManager;
方法or属性:function continueMission(parameter: ContinueDeviceInfo, options: ContinueCallback): Promise<void>;
旧版本信息:
类名:distributedMissionManager;
方法or属性:function continueMission(parameter: ContinueDeviceInfo, options: ContinueCallback): Promise<void>;
新版本信息:systemapi
@ohos.distributedMissionManager.d.ts
访问级别有变化 类名:ContinueCallback;
方法or属性:onContinueDone(result: number): void;
旧版本信息:
类名:ContinueCallback;
方法or属性:onContinueDone(result: number): void;
新版本信息:systemapi
ContinueCallback.d.ts
访问级别有变化 类名:ContinueDeviceInfo;
方法or属性:srcDeviceId: string;
旧版本信息:
类名:ContinueDeviceInfo;
方法or属性:srcDeviceId: string;
新版本信息:systemapi
ContinueDeviceInfo.d.ts
访问级别有变化 类名:ContinueDeviceInfo;
方法or属性:dstDeviceId: string;
旧版本信息:
类名:ContinueDeviceInfo;
方法or属性:dstDeviceId: string;
新版本信息:systemapi
ContinueDeviceInfo.d.ts
访问级别有变化 类名:ContinueDeviceInfo;
方法or属性:missionId: number;
旧版本信息:
类名:ContinueDeviceInfo;
方法or属性:missionId: number;
新版本信息:systemapi
ContinueDeviceInfo.d.ts
访问级别有变化 类名:ContinueDeviceInfo;
方法or属性:wantParam: { [key: string]: any };
旧版本信息:
类名:ContinueDeviceInfo;
方法or属性:wantParam: { [key: string]: any };
新版本信息:systemapi
ContinueDeviceInfo.d.ts
访问级别有变化 类名:FormExtensionContext;
方法or属性:startAbility(want: Want): Promise<void>;
旧版本信息:
类名:FormExtensionContext;
方法or属性:startAbility(want: Want): Promise<void>;
新版本信息:systemapi
FormExtensionContext.d.ts
访问级别有变化 类名:MissionCallback;
方法or属性:notifyMissionsChanged(deviceId: string): void;
旧版本信息:
类名:MissionCallback;
方法or属性:notifyMissionsChanged(deviceId: string): void;
新版本信息:systemapi
MissionCallbacks.d.ts
访问级别有变化 类名:MissionCallback;
方法or属性:notifySnapshot(deviceId: string, mission: number): void;
旧版本信息:
类名:MissionCallback;
方法or属性:notifySnapshot(deviceId: string, mission: number): void;
新版本信息:systemapi
MissionCallbacks.d.ts
访问级别有变化 类名:MissionCallback;
方法or属性:notifyNetDisconnect(deviceId: string, state: number): void;
旧版本信息:
类名:MissionCallback;
方法or属性:notifyNetDisconnect(deviceId: string, state: number): void;
新版本信息:systemapi
MissionCallbacks.d.ts
访问级别有变化 类名:MissionDeviceInfo;
方法or属性:deviceId: string;
旧版本信息:
类名:MissionDeviceInfo;
方法or属性:deviceId: string;
新版本信息:systemapi
MissionDeviceInfo.d.ts
访问级别有变化 类名:MissionInfo;
方法or属性:missionId: number;
旧版本信息:
类名:MissionInfo;
方法or属性:missionId: number;
新版本信息:systemapi
MissionInfo.d.ts
访问级别有变化 类名:MissionInfo;
方法or属性:runningState: number;
旧版本信息:
类名:MissionInfo;
方法or属性:runningState: number;
新版本信息:systemapi
MissionInfo.d.ts
访问级别有变化 类名:MissionInfo;
方法or属性:lockedState: boolean;
旧版本信息:
类名:MissionInfo;
方法or属性:lockedState: boolean;
新版本信息:systemapi
MissionInfo.d.ts
访问级别有变化 类名:MissionInfo;
方法or属性:timestamp: string;
旧版本信息:
类名:MissionInfo;
方法or属性:timestamp: string;
新版本信息:systemapi
MissionInfo.d.ts
访问级别有变化 类名:MissionInfo;
方法or属性:want: Want;
旧版本信息:
类名:MissionInfo;
方法or属性:want: Want;
新版本信息:systemapi
MissionInfo.d.ts
访问级别有变化 类名:MissionInfo;
方法or属性:label: string;
旧版本信息:
类名:MissionInfo;
方法or属性:label: string;
新版本信息:systemapi
MissionInfo.d.ts
访问级别有变化 类名:MissionInfo;
方法or属性:iconPath: string;
旧版本信息:
类名:MissionInfo;
方法or属性:iconPath: string;
新版本信息:systemapi
MissionInfo.d.ts
访问级别有变化 类名:MissionInfo;
方法or属性:continuable: boolean;
旧版本信息:
类名:MissionInfo;
方法or属性:continuable: boolean;
新版本信息:systemapi
MissionInfo.d.ts
访问级别有变化 类名:MissionListener;
方法or属性:onMissionCreated(mission: number): void;
旧版本信息:
类名:MissionListener;
方法or属性:onMissionCreated(mission: number): void;
新版本信息:systemapi
MissionListener.d.ts
访问级别有变化 类名:MissionListener;
方法or属性:onMissionDestroyed(mission: number): void;
旧版本信息:
类名:MissionListener;
方法or属性:onMissionDestroyed(mission: number): void;
新版本信息:systemapi
MissionListener.d.ts
访问级别有变化 类名:MissionListener;
方法or属性:onMissionSnapshotChanged(mission: number): void;
旧版本信息:
类名:MissionListener;
方法or属性:onMissionSnapshotChanged(mission: number): void;
新版本信息:systemapi
MissionListener.d.ts
访问级别有变化 类名:MissionListener;
方法or属性:onMissionMovedToFront(mission: number): void;
旧版本信息:
类名:MissionListener;
方法or属性:onMissionMovedToFront(mission: number): void;
新版本信息:systemapi
MissionListener.d.ts
访问级别有变化 类名:MissionListener;
方法or属性:onMissionLabelUpdated(mission: number): void;
旧版本信息:
类名:MissionListener;
方法or属性:onMissionLabelUpdated(mission: number): void;
新版本信息:systemapi
MissionListener.d.ts
访问级别有变化 类名:MissionListener;
方法or属性:onMissionIconUpdated(mission: number, icon: image.PixelMap): void;
旧版本信息:
类名:MissionListener;
方法or属性:onMissionIconUpdated(mission: number, icon: image.PixelMap): void;
新版本信息:systemapi
MissionListener.d.ts
访问级别有变化 类名:MissionListener;
方法or属性:onMissionClosed(mission: number): void;
旧版本信息:
类名:MissionListener;
方法or属性:onMissionClosed(mission: number): void;
新版本信息:systemapi
MissionListener.d.ts
访问级别有变化 类名:MissionParameter;
方法or属性:deviceId: string;
旧版本信息:
类名:MissionParameter;
方法or属性:deviceId: string;
新版本信息:systemapi
MissionParameter.d.ts
访问级别有变化 类名:MissionParameter;
方法or属性:fixConflict: boolean;
旧版本信息:
类名:MissionParameter;
方法or属性:fixConflict: boolean;
新版本信息:systemapi
MissionParameter.d.ts
访问级别有变化 类名:MissionParameter;
方法or属性:tag: number;
旧版本信息:
类名:MissionParameter;
方法or属性:tag: number;
新版本信息:systemapi
MissionParameter.d.ts
访问级别有变化 类名:MissionSnapshot;
方法or属性:ability: ElementName;
旧版本信息:
类名:MissionSnapshot;
方法or属性:ability: ElementName;
新版本信息:systemapi
MissionSnapshot.d.ts
访问级别有变化 类名:MissionSnapshot;
方法or属性:snapshot: image.PixelMap;
旧版本信息:
类名:MissionSnapshot;
方法or属性:snapshot: image.PixelMap;
新版本信息:systemapi
MissionSnapshot.d.ts
访问级别有变化 类名:ServiceExtensionContext;
方法or属性:startAbility(want: Want, callback: AsyncCallback<void>): void;
旧版本信息:
类名:ServiceExtensionContext;
方法or属性:startAbility(want: Want, callback: AsyncCallback<void>): void;
新版本信息:systemapi
ServiceExtensionContext.d.ts
访问级别有变化 类名:ServiceExtensionContext;
方法or属性:startAbility(want: Want, options: StartOptions, callback: AsyncCallback<void>): void;
旧版本信息:
类名:ServiceExtensionContext;
方法or属性:startAbility(want: Want, options: StartOptions, callback: AsyncCallback<void>): void;
新版本信息:systemapi
ServiceExtensionContext.d.ts
访问级别有变化 类名:ServiceExtensionContext;
方法or属性:startAbility(want: Want, options?: StartOptions): Promise<void>;
旧版本信息:
类名:ServiceExtensionContext;
方法or属性:startAbility(want: Want, options?: StartOptions): Promise<void>;
新版本信息:systemapi
ServiceExtensionContext.d.ts
访问级别有变化 类名:ServiceExtensionContext;
方法or属性:terminateSelf(callback: AsyncCallback<void>): void;
旧版本信息:
类名:ServiceExtensionContext;
方法or属性:terminateSelf(callback: AsyncCallback<void>): void;
新版本信息:systemapi
ServiceExtensionContext.d.ts
访问级别有变化 类名:ServiceExtensionContext;
方法or属性:terminateSelf(): Promise<void>;
旧版本信息:
类名:ServiceExtensionContext;
方法or属性:terminateSelf(): Promise<void>;
新版本信息:systemapi
ServiceExtensionContext.d.ts
访问级别有变化 类名:ServiceExtensionContext;
方法or属性:connectServiceExtensionAbility(want: Want, options: ConnectOptions): number;
旧版本信息:
类名:ServiceExtensionContext;
方法or属性:connectServiceExtensionAbility(want: Want, options: ConnectOptions): number;
新版本信息:systemapi
ServiceExtensionContext.d.ts
访问级别有变化 类名:ServiceExtensionContext;
方法or属性:disconnectServiceExtensionAbility(connection: number, callback: AsyncCallback<void>): void;
旧版本信息:
类名:ServiceExtensionContext;
方法or属性:disconnectServiceExtensionAbility(connection: number, callback: AsyncCallback<void>): void;
新版本信息:systemapi
ServiceExtensionContext.d.ts
访问级别有变化 类名:ServiceExtensionContext;
方法or属性:disconnectServiceExtensionAbility(connection: number): Promise<void>;
旧版本信息:
类名:ServiceExtensionContext;
方法or属性:disconnectServiceExtensionAbility(connection: number): Promise<void>;
新版本信息:systemapi
ServiceExtensionContext.d.ts
权限有变化 类名:missionManager;
方法or属性:function on(type: 'mission', listener: MissionListener): number;
旧版本信息:
类名:missionManager;
方法or属性:function on(type: 'mission', listener: MissionListener): number;
新版本信息:ohos.permission.MANAGE_MISSIONS
@ohos.app.ability.missionManager.d.ts
权限有变化 类名:missionManager;
方法or属性:function off(type: 'mission', listenerId: number, callback: AsyncCallback<void>): void;
旧版本信息:
类名:missionManager;
方法or属性:function off(type: 'mission', listenerId: number, callback: AsyncCallback<void>): void;
新版本信息:ohos.permission.MANAGE_MISSIONS
@ohos.app.ability.missionManager.d.ts
权限有变化 类名:missionManager;
方法or属性:function off(type: 'mission', listenerId: number): Promise<void>;
旧版本信息:
类名:missionManager;
方法or属性:function off(type: 'mission', listenerId: number): Promise<void>;
新版本信息:ohos.permission.MANAGE_MISSIONS
@ohos.app.ability.missionManager.d.ts
权限有变化 类名:missionManager;
方法or属性:function getMissionInfo(deviceId: string, missionId: number, callback: AsyncCallback<MissionInfo>): void;
旧版本信息:
类名:missionManager;
方法or属性:function getMissionInfo(deviceId: string, missionId: number, callback: AsyncCallback<MissionInfo>): void;
新版本信息:ohos.permission.MANAGE_MISSIONS
@ohos.app.ability.missionManager.d.ts
权限有变化 类名:missionManager;
方法or属性:function getMissionInfo(deviceId: string, missionId: number): Promise<MissionInfo>;
旧版本信息:
类名:missionManager;
方法or属性:function getMissionInfo(deviceId: string, missionId: number): Promise<MissionInfo>;
新版本信息:ohos.permission.MANAGE_MISSIONS
@ohos.app.ability.missionManager.d.ts
权限有变化 类名:missionManager;
方法or属性:function getMissionInfos(deviceId: string, numMax: number, callback: AsyncCallback<Array<MissionInfo>>): void;
旧版本信息:
类名:missionManager;
方法or属性:function getMissionInfos(deviceId: string, numMax: number, callback: AsyncCallback<Array<MissionInfo>>): void;
新版本信息:ohos.permission.MANAGE_MISSIONS
@ohos.app.ability.missionManager.d.ts
权限有变化 类名:missionManager;
方法or属性:function getMissionInfos(deviceId: string, numMax: number): Promise<Array<MissionInfo>>;
旧版本信息:
类名:missionManager;
方法or属性:function getMissionInfos(deviceId: string, numMax: number): Promise<Array<MissionInfo>>;
新版本信息:ohos.permission.MANAGE_MISSIONS
@ohos.app.ability.missionManager.d.ts
权限有变化 类名:missionManager;
方法or属性:function getMissionSnapShot(deviceId: string, missionId: number, callback: AsyncCallback<MissionSnapshot>): void;
旧版本信息:
类名:missionManager;
方法or属性:function getMissionSnapShot(deviceId: string, missionId: number, callback: AsyncCallback<MissionSnapshot>): void;
新版本信息:ohos.permission.MANAGE_MISSIONS
@ohos.app.ability.missionManager.d.ts
权限有变化 类名:missionManager;
方法or属性:function getMissionSnapShot(deviceId: string, missionId: number): Promise<MissionSnapshot>;
旧版本信息:
类名:missionManager;
方法or属性:function getMissionSnapShot(deviceId: string, missionId: number): Promise<MissionSnapshot>;
新版本信息:ohos.permission.MANAGE_MISSIONS
@ohos.app.ability.missionManager.d.ts
权限有变化 类名:missionManager;
方法or属性:function getLowResolutionMissionSnapShot(
deviceId: string,
missionId: number,
callback: AsyncCallback<MissionSnapshot>
): void;
旧版本信息:
类名:missionManager;
方法or属性:function getLowResolutionMissionSnapShot(
deviceId: string,
missionId: number,
callback: AsyncCallback<MissionSnapshot>
): void;
新版本信息:ohos.permission.MANAGE_MISSIONS
@ohos.app.ability.missionManager.d.ts
权限有变化 类名:missionManager;
方法or属性:function getLowResolutionMissionSnapShot(deviceId: string, missionId: number): Promise<MissionSnapshot>;
旧版本信息:
类名:missionManager;
方法or属性:function getLowResolutionMissionSnapShot(deviceId: string, missionId: number): Promise<MissionSnapshot>;
新版本信息:ohos.permission.MANAGE_MISSIONS
@ohos.app.ability.missionManager.d.ts
权限有变化 类名:missionManager;
方法or属性:function lockMission(missionId: number, callback: AsyncCallback<void>): void;
旧版本信息:
类名:missionManager;
方法or属性:function lockMission(missionId: number, callback: AsyncCallback<void>): void;
新版本信息:ohos.permission.MANAGE_MISSIONS
@ohos.app.ability.missionManager.d.ts
权限有变化 类名:missionManager;
方法or属性:function lockMission(missionId: number): Promise<void>;
旧版本信息:
类名:missionManager;
方法or属性:function lockMission(missionId: number): Promise<void>;
新版本信息:ohos.permission.MANAGE_MISSIONS
@ohos.app.ability.missionManager.d.ts
权限有变化 类名:missionManager;
方法or属性:function unlockMission(missionId: number, callback: AsyncCallback<void>): void;
旧版本信息:
类名:missionManager;
方法or属性:function unlockMission(missionId: number, callback: AsyncCallback<void>): void;
新版本信息:ohos.permission.MANAGE_MISSIONS
@ohos.app.ability.missionManager.d.ts
权限有变化 类名:missionManager;
方法or属性:function unlockMission(missionId: number): Promise<void>;
旧版本信息:
类名:missionManager;
方法or属性:function unlockMission(missionId: number): Promise<void>;
新版本信息:ohos.permission.MANAGE_MISSIONS
@ohos.app.ability.missionManager.d.ts
权限有变化 类名:missionManager;
方法or属性:function clearMission(missionId: number, callback: AsyncCallback<void>): void;
旧版本信息:
类名:missionManager;
方法or属性:function clearMission(missionId: number, callback: AsyncCallback<void>): void;
新版本信息:ohos.permission.MANAGE_MISSIONS
@ohos.app.ability.missionManager.d.ts
权限有变化 类名:missionManager;
方法or属性:function clearMission(missionId: number): Promise<void>;
旧版本信息:
类名:missionManager;
方法or属性:function clearMission(missionId: number): Promise<void>;
新版本信息:ohos.permission.MANAGE_MISSIONS
@ohos.app.ability.missionManager.d.ts
权限有变化 类名:missionManager;
方法or属性:function clearAllMissions(callback: AsyncCallback<void>): void;
旧版本信息:
类名:missionManager;
方法or属性:function clearAllMissions(callback: AsyncCallback<void>): void;
新版本信息:ohos.permission.MANAGE_MISSIONS
@ohos.app.ability.missionManager.d.ts
权限有变化 类名:missionManager;
方法or属性:function clearAllMissions(): Promise<void>;
旧版本信息:
类名:missionManager;
方法or属性:function clearAllMissions(): Promise<void>;
新版本信息:ohos.permission.MANAGE_MISSIONS
@ohos.app.ability.missionManager.d.ts
权限有变化 类名:missionManager;
方法or属性:function moveMissionToFront(missionId: number, callback: AsyncCallback<void>): void;
旧版本信息:
类名:missionManager;
方法or属性:function moveMissionToFront(missionId: number, callback: AsyncCallback<void>): void;
新版本信息:ohos.permission.MANAGE_MISSIONS
@ohos.app.ability.missionManager.d.ts
权限有变化 类名:missionManager;
方法or属性:function moveMissionToFront(missionId: number, options: StartOptions, callback: AsyncCallback<void>): void;
旧版本信息:
类名:missionManager;
方法or属性:function moveMissionToFront(missionId: number, options: StartOptions, callback: AsyncCallback<void>): void;
新版本信息:ohos.permission.MANAGE_MISSIONS
@ohos.app.ability.missionManager.d.ts
权限有变化 类名:missionManager;
方法or属性:function moveMissionToFront(missionId: number, options?: StartOptions): Promise<void>;
旧版本信息:
类名:missionManager;
方法or属性:function moveMissionToFront(missionId: number, options?: StartOptions): Promise<void>;
新版本信息:ohos.permission.MANAGE_MISSIONS
@ohos.app.ability.missionManager.d.ts
权限有变化 类名:missionManager;
方法or属性:export type MissionInfo = _MissionInfo;
旧版本信息:
类名:missionManager;
方法or属性:export type MissionInfo = _MissionInfo;
新版本信息:ohos.permission.MANAGE_MISSIONS
@ohos.app.ability.missionManager.d.ts
权限有变化 类名:missionManager;
方法or属性:export type MissionListener = _MissionListener;
旧版本信息:
类名:missionManager;
方法or属性:export type MissionListener = _MissionListener;
新版本信息:ohos.permission.MANAGE_MISSIONS
@ohos.app.ability.missionManager.d.ts
权限有变化 类名:missionManager;
方法or属性:export type MissionSnapshot = _MissionSnapshot;
旧版本信息:
类名:missionManager;
方法or属性:export type MissionSnapshot = _MissionSnapshot;
新版本信息:ohos.permission.MANAGE_MISSIONS
@ohos.app.ability.missionManager.d.ts
权限有变化 类名:abilityManager;
方法or属性:function updateConfiguration(config: Configuration): Promise<void>;
旧版本信息:
类名:abilityManager;
方法or属性:function updateConfiguration(config: Configuration): Promise<void>;
新版本信息:ohos.permission.UPDATE_CONFIGURATION
@ohos.application.abilityManager.d.ts
权限有变化 类名:abilityManager;
方法or属性:function getAbilityRunningInfos(callback: AsyncCallback<Array<AbilityRunningInfo>>): void;
旧版本信息:
类名:abilityManager;
方法or属性:function getAbilityRunningInfos(callback: AsyncCallback<Array<AbilityRunningInfo>>): void;
新版本信息:ohos.permission.GET_RUNNING_INFO
@ohos.application.abilityManager.d.ts
权限有变化 类名:appManager;
方法or属性:function unregisterApplicationStateObserver(observerId: number): Promise<void>;
旧版本信息:
类名:appManager;
方法or属性:function unregisterApplicationStateObserver(observerId: number): Promise<void>;
新版本信息:ohos.permission.RUNNING_STATE_OBSERVER
@ohos.application.appManager.d.ts
权限有变化 类名:appManager;
方法or属性:function getForegroundApplications(): Promise<Array<AppStateData>>;
旧版本信息:
类名:appManager;
方法or属性:function getForegroundApplications(): Promise<Array<AppStateData>>;
新版本信息:ohos.permission.GET_RUNNING_INFO
@ohos.application.appManager.d.ts
权限有变化 类名:appManager;
方法or属性:function killProcessWithAccount(bundleName: string, accountId: number, callback: AsyncCallback<void>): void;
旧版本信息:
类名:appManager;
方法or属性:function killProcessWithAccount(bundleName: string, accountId: number, callback: AsyncCallback<void>): void;
新版本信息:ohos.permission.INTERACT_ACROSS_LOCAL_ACCOUNTS,ohos.permission.CLEAN_BACKGROUND_PROCESSES
@ohos.application.appManager.d.ts
权限有变化 类名:appManager;
方法or属性:function getProcessRunningInfos(callback: AsyncCallback<Array<ProcessRunningInfo>>): void;
旧版本信息:
类名:appManager;
方法or属性:function getProcessRunningInfos(callback: AsyncCallback<Array<ProcessRunningInfo>>): void;
新版本信息:ohos.permission.GET_RUNNING_INFO
@ohos.application.appManager.d.ts
权限有变化 类名:appManager;
方法or属性:function killProcessesByBundleName(bundleName: string, callback: AsyncCallback<void>);
旧版本信息:
类名:appManager;
方法or属性:function killProcessesByBundleName(bundleName: string, callback: AsyncCallback<void>);
新版本信息:ohos.permission.CLEAN_BACKGROUND_PROCESSES
@ohos.application.appManager.d.ts
权限有变化 类名:appManager;
方法or属性:function clearUpApplicationData(bundleName: string, callback: AsyncCallback<void>);
旧版本信息:
类名:appManager;
方法or属性:function clearUpApplicationData(bundleName: string, callback: AsyncCallback<void>);
新版本信息:ohos.permission.CLEAN_APPLICATION_DATA
@ohos.application.appManager.d.ts
权限有变化 类名:formHost;
方法or属性:function deleteForm(formId: string): Promise<void>;
旧版本信息:
类名:formHost;
方法or属性:function deleteForm(formId: string): Promise<void>;
新版本信息:ohos.permission.REQUIRE_FORM
@ohos.application.formHost.d.ts
权限有变化 类名:formHost;
方法or属性:function releaseForm(formId: string, isReleaseCache: boolean, callback: AsyncCallback<void>): void;
旧版本信息:
类名:formHost;
方法or属性:function releaseForm(formId: string, isReleaseCache: boolean, callback: AsyncCallback<void>): void;
新版本信息:ohos.permission.REQUIRE_FORM
@ohos.application.formHost.d.ts
权限有变化 类名:formHost;
方法or属性:function releaseForm(formId: string, isReleaseCache?: boolean): Promise<void>;
旧版本信息:
类名:formHost;
方法or属性:function releaseForm(formId: string, isReleaseCache?: boolean): Promise<void>;
新版本信息:ohos.permission.REQUIRE_FORM
@ohos.application.formHost.d.ts
权限有变化 类名:formHost;
方法or属性:function requestForm(formId: string): Promise<void>;
旧版本信息:
类名:formHost;
方法or属性:function requestForm(formId: string): Promise<void>;
新版本信息:ohos.permission.REQUIRE_FORM
@ohos.application.formHost.d.ts
权限有变化 类名:formHost;
方法or属性:function castTempForm(formId: string): Promise<void>;
旧版本信息:
类名:formHost;
方法or属性:function castTempForm(formId: string): Promise<void>;
新版本信息:ohos.permission.REQUIRE_FORM
@ohos.application.formHost.d.ts
权限有变化 类名:formHost;
方法or属性:function notifyVisibleForms(formIds: Array<string>): Promise<void>;
旧版本信息:
类名:formHost;
方法or属性:function notifyVisibleForms(formIds: Array<string>): Promise<void>;
新版本信息:ohos.permission.REQUIRE_FORM
@ohos.application.formHost.d.ts
权限有变化 类名:formHost;
方法or属性:function notifyInvisibleForms(formIds: Array<string>): Promise<void>;
旧版本信息:
类名:formHost;
方法or属性:function notifyInvisibleForms(formIds: Array<string>): Promise<void>;
新版本信息:ohos.permission.REQUIRE_FORM
@ohos.application.formHost.d.ts
权限有变化 类名:formHost;
方法or属性:function enableFormsUpdate(formIds: Array<string>): Promise<void>;
旧版本信息:
类名:formHost;
方法or属性:function enableFormsUpdate(formIds: Array<string>): Promise<void>;
新版本信息:ohos.permission.REQUIRE_FORM
@ohos.application.formHost.d.ts
权限有变化 类名:formHost;
方法or属性:function disableFormsUpdate(formIds: Array<string>): Promise<void>;
旧版本信息:
类名:formHost;
方法or属性:function disableFormsUpdate(formIds: Array<string>): Promise<void>;
新版本信息:ohos.permission.REQUIRE_FORM
@ohos.application.formHost.d.ts
权限有变化 类名:formHost;
方法or属性:function getAllFormsInfo(): Promise<Array<formInfo.FormInfo>>;
旧版本信息:
类名:formHost;
方法or属性:function getAllFormsInfo(): Promise<Array<formInfo.FormInfo>>;
新版本信息:ohos.permission.GET_BUNDLE_INFO_PRIVILEGED
@ohos.application.formHost.d.ts
权限有变化 类名:formHost;
方法or属性:function getFormsInfo(
bundleName: string,
moduleName: string,
callback: AsyncCallback<Array<formInfo.FormInfo>>
): void;
旧版本信息:
类名:formHost;
方法or属性:function getFormsInfo(
bundleName: string,
moduleName: string,
callback: AsyncCallback<Array<formInfo.FormInfo>>
): void;
新版本信息:ohos.permission.GET_BUNDLE_INFO_PRIVILEGED
@ohos.application.formHost.d.ts
权限有变化 类名:formHost;
方法or属性:function getFormsInfo(bundleName: string, moduleName?: string): Promise<Array<formInfo.FormInfo>>;
旧版本信息:
类名:formHost;
方法or属性:function getFormsInfo(bundleName: string, moduleName?: string): Promise<Array<formInfo.FormInfo>>;
新版本信息:ohos.permission.GET_BUNDLE_INFO_PRIVILEGED
@ohos.application.formHost.d.ts
权限有变化 类名:formHost;
方法or属性:function deleteInvalidForms(formIds: Array<string>): Promise<number>;
旧版本信息:
类名:formHost;
方法or属性:function deleteInvalidForms(formIds: Array<string>): Promise<number>;
新版本信息:ohos.permission.REQUIRE_FORM
@ohos.application.formHost.d.ts
权限有变化 类名:formHost;
方法or属性:function acquireFormState(want: Want): Promise<formInfo.FormStateInfo>;
旧版本信息:
类名:formHost;
方法or属性:function acquireFormState(want: Want): Promise<formInfo.FormStateInfo>;
新版本信息:ohos.permission.REQUIRE_FORM,ohos.permission.GET_BUNDLE_INFO_PRIVILEGED
@ohos.application.formHost.d.ts
权限有变化 类名:formHost;
方法or属性:function notifyFormsVisible(formIds: Array<string>, isVisible: boolean): Promise<void>;
旧版本信息:
类名:formHost;
方法or属性:function notifyFormsVisible(formIds: Array<string>, isVisible: boolean): Promise<void>;
新版本信息:ohos.permission.REQUIRE_FORM
@ohos.application.formHost.d.ts
权限有变化 类名:formHost;
方法or属性:function notifyFormsEnableUpdate(formIds: Array<string>, isEnableUpdate: boolean): Promise<void>;
旧版本信息:
类名:formHost;
方法or属性:function notifyFormsEnableUpdate(formIds: Array<string>, isEnableUpdate: boolean): Promise<void>;
新版本信息:ohos.permission.REQUIRE_FORM
@ohos.application.formHost.d.ts
权限有变化 类名:missionManager;
方法or属性:function registerMissionListener(listener: MissionListener): number;
旧版本信息:
类名:missionManager;
方法or属性:function registerMissionListener(listener: MissionListener): number;
新版本信息:ohos.permission.MANAGE_MISSIONS
@ohos.application.missionManager.d.ts
权限有变化 类名:missionManager;
方法or属性:function unregisterMissionListener(listenerId: number, callback: AsyncCallback<void>): void;
旧版本信息:
类名:missionManager;
方法or属性:function unregisterMissionListener(listenerId: number, callback: AsyncCallback<void>): void;
新版本信息:ohos.permission.MANAGE_MISSIONS
@ohos.application.missionManager.d.ts
权限有变化 类名:missionManager;
方法or属性:function unregisterMissionListener(listenerId: number): Promise<void>;
旧版本信息:
类名:missionManager;
方法or属性:function unregisterMissionListener(listenerId: number): Promise<void>;
新版本信息:ohos.permission.MANAGE_MISSIONS
@ohos.application.missionManager.d.ts
权限有变化 类名:missionManager;
方法or属性:function getMissionInfo(deviceId: string, missionId: number, callback: AsyncCallback<MissionInfo>): void;
旧版本信息:
类名:missionManager;
方法or属性:function getMissionInfo(deviceId: string, missionId: number, callback: AsyncCallback<MissionInfo>): void;
新版本信息:ohos.permission.MANAGE_MISSIONS
@ohos.application.missionManager.d.ts
权限有变化 类名:missionManager;
方法or属性:function getMissionInfo(deviceId: string, missionId: number): Promise<MissionInfo>;
旧版本信息:
类名:missionManager;
方法or属性:function getMissionInfo(deviceId: string, missionId: number): Promise<MissionInfo>;
新版本信息:ohos.permission.MANAGE_MISSIONS
@ohos.application.missionManager.d.ts
权限有变化 类名:missionManager;
方法or属性:function getMissionInfos(deviceId: string, numMax: number, callback: AsyncCallback<Array<MissionInfo>>): void;
旧版本信息:
类名:missionManager;
方法or属性:function getMissionInfos(deviceId: string, numMax: number, callback: AsyncCallback<Array<MissionInfo>>): void;
新版本信息:ohos.permission.MANAGE_MISSIONS
@ohos.application.missionManager.d.ts
权限有变化 类名:missionManager;
方法or属性:function getMissionInfos(deviceId: string, numMax: number): Promise<Array<MissionInfo>>;
旧版本信息:
类名:missionManager;
方法or属性:function getMissionInfos(deviceId: string, numMax: number): Promise<Array<MissionInfo>>;
新版本信息:ohos.permission.MANAGE_MISSIONS
@ohos.application.missionManager.d.ts
权限有变化 类名:missionManager;
方法or属性:function getMissionSnapShot(deviceId: string, missionId: number, callback: AsyncCallback<MissionSnapshot>): void;
旧版本信息:
类名:missionManager;
方法or属性:function getMissionSnapShot(deviceId: string, missionId: number, callback: AsyncCallback<MissionSnapshot>): void;
新版本信息:ohos.permission.MANAGE_MISSIONS
@ohos.application.missionManager.d.ts
权限有变化 类名:missionManager;
方法or属性:function getMissionSnapShot(deviceId: string, missionId: number): Promise<MissionSnapshot>;
旧版本信息:
类名:missionManager;
方法or属性:function getMissionSnapShot(deviceId: string, missionId: number): Promise<MissionSnapshot>;
新版本信息:ohos.permission.MANAGE_MISSIONS
@ohos.application.missionManager.d.ts
权限有变化 类名:missionManager;
方法or属性:function lockMission(missionId: number, callback: AsyncCallback<void>): void;
旧版本信息:
类名:missionManager;
方法or属性:function lockMission(missionId: number, callback: AsyncCallback<void>): void;
新版本信息:ohos.permission.MANAGE_MISSIONS
@ohos.application.missionManager.d.ts
权限有变化 类名:missionManager;
方法or属性:function lockMission(missionId: number): Promise<void>;
旧版本信息:
类名:missionManager;
方法or属性:function lockMission(missionId: number): Promise<void>;
新版本信息:ohos.permission.MANAGE_MISSIONS
@ohos.application.missionManager.d.ts
权限有变化 类名:missionManager;
方法or属性:function unlockMission(missionId: number, callback: AsyncCallback<void>): void;
旧版本信息:
类名:missionManager;
方法or属性:function unlockMission(missionId: number, callback: AsyncCallback<void>): void;
新版本信息:ohos.permission.MANAGE_MISSIONS
@ohos.application.missionManager.d.ts
权限有变化 类名:missionManager;
方法or属性:function unlockMission(missionId: number): Promise<void>;
旧版本信息:
类名:missionManager;
方法or属性:function unlockMission(missionId: number): Promise<void>;
新版本信息:ohos.permission.MANAGE_MISSIONS
@ohos.application.missionManager.d.ts
权限有变化 类名:missionManager;
方法or属性:function clearMission(missionId: number, callback: AsyncCallback<void>): void;
旧版本信息:
类名:missionManager;
方法or属性:function clearMission(missionId: number, callback: AsyncCallback<void>): void;
新版本信息:ohos.permission.MANAGE_MISSIONS
@ohos.application.missionManager.d.ts
权限有变化 类名:missionManager;
方法or属性:function clearMission(missionId: number): Promise<void>;
旧版本信息:
类名:missionManager;
方法or属性:function clearMission(missionId: number): Promise<void>;
新版本信息:ohos.permission.MANAGE_MISSIONS
@ohos.application.missionManager.d.ts
权限有变化 类名:missionManager;
方法or属性:function clearAllMissions(callback: AsyncCallback<void>): void;
旧版本信息:
类名:missionManager;
方法or属性:function clearAllMissions(callback: AsyncCallback<void>): void;
新版本信息:ohos.permission.MANAGE_MISSIONS
@ohos.application.missionManager.d.ts
权限有变化 类名:missionManager;
方法or属性:function clearAllMissions(): Promise<void>;
旧版本信息:
类名:missionManager;
方法or属性:function clearAllMissions(): Promise<void>;
新版本信息:ohos.permission.MANAGE_MISSIONS
@ohos.application.missionManager.d.ts
权限有变化 类名:missionManager;
方法or属性:function moveMissionToFront(missionId: number, callback: AsyncCallback<void>): void;
旧版本信息:
类名:missionManager;
方法or属性:function moveMissionToFront(missionId: number, callback: AsyncCallback<void>): void;
新版本信息:ohos.permission.MANAGE_MISSIONS
@ohos.application.missionManager.d.ts
权限有变化 类名:missionManager;
方法or属性:function moveMissionToFront(missionId: number, options: StartOptions, callback: AsyncCallback<void>): void;
旧版本信息:
类名:missionManager;
方法or属性:function moveMissionToFront(missionId: number, options: StartOptions, callback: AsyncCallback<void>): void;
新版本信息:ohos.permission.MANAGE_MISSIONS
@ohos.application.missionManager.d.ts
权限有变化 类名:missionManager;
方法or属性:function moveMissionToFront(missionId: number, options?: StartOptions): Promise<void>;
旧版本信息:
类名:missionManager;
方法or属性:function moveMissionToFront(missionId: number, options?: StartOptions): Promise<void>;
新版本信息:ohos.permission.MANAGE_MISSIONS
@ohos.application.missionManager.d.ts
权限有变化 类名:continuationManager;
方法or属性:function off(type: 'deviceSelected', token: number): void;
旧版本信息:
类名:continuationManager;
方法or属性:function off(type: 'deviceSelected', token: number): void;
新版本信息:ohos.permission.DISTRIBUTED_DATASYNC
@ohos.continuation.continuationManager.d.ts
权限有变化 类名:continuationManager;
方法or属性:function off(type: 'deviceUnselected', token: number): void;
旧版本信息:
类名:continuationManager;
方法or属性:function off(type: 'deviceUnselected', token: number): void;
新版本信息:ohos.permission.DISTRIBUTED_DATASYNC
@ohos.continuation.continuationManager.d.ts
权限有变化 类名:continuationManager;
方法or属性:function registerContinuation(options: ContinuationExtraParams, callback: AsyncCallback<number>): void;
旧版本信息:
类名:continuationManager;
方法or属性:function registerContinuation(options: ContinuationExtraParams, callback: AsyncCallback<number>): void;
新版本信息:ohos.permission.DISTRIBUTED_DATASYNC
@ohos.continuation.continuationManager.d.ts
权限有变化 类名:continuationManager;
方法or属性:function registerContinuation(options?: ContinuationExtraParams): Promise<number>;
旧版本信息:
类名:continuationManager;
方法or属性:function registerContinuation(options?: ContinuationExtraParams): Promise<number>;
新版本信息:ohos.permission.DISTRIBUTED_DATASYNC
@ohos.continuation.continuationManager.d.ts
权限有变化 类名:continuationManager;
方法or属性:function unregisterContinuation(token: number): Promise<void>;
旧版本信息:
类名:continuationManager;
方法or属性:function unregisterContinuation(token: number): Promise<void>;
新版本信息:ohos.permission.DISTRIBUTED_DATASYNC
@ohos.continuation.continuationManager.d.ts
权限有变化 类名:continuationManager;
方法or属性:function updateContinuationState(token: number, deviceId: string, status: DeviceConnectState): Promise<void>;
旧版本信息:
类名:continuationManager;
方法or属性:function updateContinuationState(token: number, deviceId: string, status: DeviceConnectState): Promise<void>;
新版本信息:ohos.permission.DISTRIBUTED_DATASYNC
@ohos.continuation.continuationManager.d.ts
权限有变化 类名:continuationManager;
方法or属性:function startContinuationDeviceManager(
token: number,
options: ContinuationExtraParams,
callback: AsyncCallback<void>
): void;
旧版本信息:
类名:continuationManager;
方法or属性:function startContinuationDeviceManager(
token: number,
options: ContinuationExtraParams,
callback: AsyncCallback<void>
): void;
新版本信息:ohos.permission.DISTRIBUTED_DATASYNC
@ohos.continuation.continuationManager.d.ts
权限有变化 类名:continuationManager;
方法or属性:function startContinuationDeviceManager(token: number, options?: ContinuationExtraParams): Promise<void>;
旧版本信息:
类名:continuationManager;
方法or属性:function startContinuationDeviceManager(token: number, options?: ContinuationExtraParams): Promise<void>;
新版本信息:ohos.permission.DISTRIBUTED_DATASYNC
@ohos.continuation.continuationManager.d.ts
权限有变化 类名:distributedMissionManager;
方法or属性:function startSyncRemoteMissions(parameter: MissionParameter): Promise<void>;
旧版本信息:
类名:distributedMissionManager;
方法or属性:function startSyncRemoteMissions(parameter: MissionParameter): Promise<void>;
新版本信息:ohos.permission.MANAGE_MISSIONS
@ohos.distributedMissionManager.d.ts
权限有变化 类名:distributedMissionManager;
方法or属性:function stopSyncRemoteMissions(parameter: MissionDeviceInfo): Promise<void>;
旧版本信息:
类名:distributedMissionManager;
方法or属性:function stopSyncRemoteMissions(parameter: MissionDeviceInfo): Promise<void>;
新版本信息:ohos.permission.MANAGE_MISSIONS
@ohos.distributedMissionManager.d.ts
权限有变化 类名:distributedMissionManager;
方法or属性:function registerMissionListener(parameter: MissionDeviceInfo, options: MissionCallback): Promise<void>;
旧版本信息:
类名:distributedMissionManager;
方法or属性:function registerMissionListener(parameter: MissionDeviceInfo, options: MissionCallback): Promise<void>;
新版本信息:ohos.permission.MANAGE_MISSIONS
@ohos.distributedMissionManager.d.ts
权限有变化 类名:distributedMissionManager;
方法or属性:function unRegisterMissionListener(parameter: MissionDeviceInfo): Promise<void>;
旧版本信息:
类名:distributedMissionManager;
方法or属性:function unRegisterMissionListener(parameter: MissionDeviceInfo): Promise<void>;
新版本信息:ohos.permission.MANAGE_MISSIONS
@ohos.distributedMissionManager.d.ts
权限有变化 类名:distributedMissionManager;
方法or属性:function continueMission(parameter: ContinueDeviceInfo, options: ContinueCallback): Promise<void>;
旧版本信息:
类名:distributedMissionManager;
方法or属性:function continueMission(parameter: ContinueDeviceInfo, options: ContinueCallback): Promise<void>;
新版本信息:ohos.permission.MANAGE_MISSIONS,ohos.permission.DISTRIBUTED_DATASYNC
@ohos.distributedMissionManager.d.ts
权限有变化 类名:MissionCallback;
方法or属性:notifyMissionsChanged(deviceId: string): void;
旧版本信息:
类名:MissionCallback;
方法or属性:notifyMissionsChanged(deviceId: string): void;
新版本信息:ohos.permission.MANAGE_MISSIONS
MissionCallbacks.d.ts
权限有变化 类名:MissionCallback;
方法or属性:notifySnapshot(deviceId: string, mission: number): void;
旧版本信息:
类名:MissionCallback;
方法or属性:notifySnapshot(deviceId: string, mission: number): void;
新版本信息:ohos.permission.MANAGE_MISSIONS
MissionCallbacks.d.ts
权限有变化 类名:MissionCallback;
方法or属性:notifyNetDisconnect(deviceId: string, state: number): void;
旧版本信息:
类名:MissionCallback;
方法or属性:notifyNetDisconnect(deviceId: string, state: number): void;
新版本信息:ohos.permission.MANAGE_MISSIONS
MissionCallbacks.d.ts
权限有变化 类名:MissionDeviceInfo;
方法or属性:deviceId: string;
旧版本信息:
类名:MissionDeviceInfo;
方法or属性:deviceId: string;
新版本信息:ohos.permission.MANAGE_MISSIONS
MissionDeviceInfo.d.ts
权限有变化 类名:MissionParameter;
方法or属性:deviceId: string;
旧版本信息:
类名:MissionParameter;
方法or属性:deviceId: string;
新版本信息:ohos.permission.MANAGE_MISSIONS
MissionParameter.d.ts
权限有变化 类名:MissionParameter;
方法or属性:fixConflict: boolean;
旧版本信息:
类名:MissionParameter;
方法or属性:fixConflict: boolean;
新版本信息:ohos.permission.MANAGE_MISSIONS
MissionParameter.d.ts
权限有变化 类名:MissionParameter;
方法or属性:tag: number;
旧版本信息:
类名:MissionParameter;
方法or属性:tag: number;
新版本信息:ohos.permission.MANAGE_MISSIONS
MissionParameter.d.ts
权限有变化 类名:ServiceExtensionContext;
方法or属性:startAbilityWithAccount(want: Want, accountId: number, callback: AsyncCallback<void>): void;
旧版本信息:
类名:ServiceExtensionContext;
方法or属性:startAbilityWithAccount(want: Want, accountId: number, callback: AsyncCallback<void>): void;
新版本信息:ohos.permission.INTERACT_ACROSS_LOCAL_ACCOUNTS
ServiceExtensionContext.d.ts
权限有变化 类名:ServiceExtensionContext;
方法or属性:startAbilityWithAccount(want: Want, accountId: number, options: StartOptions, callback: AsyncCallback<void>): void;
旧版本信息:
类名:ServiceExtensionContext;
方法or属性:startAbilityWithAccount(want: Want, accountId: number, options: StartOptions, callback: AsyncCallback<void>): void;
新版本信息:ohos.permission.INTERACT_ACROSS_LOCAL_ACCOUNTS
ServiceExtensionContext.d.ts
权限有变化 类名:ServiceExtensionContext;
方法or属性:startAbilityWithAccount(want: Want, accountId: number, options?: StartOptions): Promise<void>;
旧版本信息:
类名:ServiceExtensionContext;
方法or属性:startAbilityWithAccount(want: Want, accountId: number, options?: StartOptions): Promise<void>;
新版本信息:ohos.permission.INTERACT_ACROSS_LOCAL_ACCOUNTS
ServiceExtensionContext.d.ts
权限有变化 类名:ServiceExtensionContext;
方法or属性:connectServiceExtensionAbilityWithAccount(want: Want, accountId: number, options: ConnectOptions): number;
旧版本信息:
类名:ServiceExtensionContext;
方法or属性:connectServiceExtensionAbilityWithAccount(want: Want, accountId: number, options: ConnectOptions): number;
新版本信息:ohos.permission.INTERACT_ACROSS_LOCAL_ACCOUNTS
ServiceExtensionContext.d.ts
model有变化 类名:featureAbility;
方法or属性:function getWant(): Promise<Want>;
旧版本信息:
类名:featureAbility;
方法or属性:function getWant(): Promise<Want>;
新版本信息:FAModelOnly
@ohos.ability.featureAbility.d.ts
model有变化 类名:featureAbility;
方法or属性:function startAbility(parameter: StartAbilityParameter): Promise<number>;
旧版本信息:
类名:featureAbility;
方法or属性:function startAbility(parameter: StartAbilityParameter): Promise<number>;
新版本信息:FAModelOnly
@ohos.ability.featureAbility.d.ts
model有变化 类名:featureAbility;
方法or属性:function startAbilityForResult(parameter: StartAbilityParameter): Promise<AbilityResult>;
旧版本信息:
类名:featureAbility;
方法or属性:function startAbilityForResult(parameter: StartAbilityParameter): Promise<AbilityResult>;
新版本信息:FAModelOnly
@ohos.ability.featureAbility.d.ts
model有变化 类名:featureAbility;
方法or属性:function terminateSelfWithResult(parameter: AbilityResult): Promise<void>;
旧版本信息:
类名:featureAbility;
方法or属性:function terminateSelfWithResult(parameter: AbilityResult): Promise<void>;
新版本信息:FAModelOnly
@ohos.ability.featureAbility.d.ts
model有变化 类名:featureAbility;
方法or属性:function terminateSelf(): Promise<void>;
旧版本信息:
类名:featureAbility;
方法or属性:function terminateSelf(): Promise<void>;
新版本信息:FAModelOnly
@ohos.ability.featureAbility.d.ts
model有变化 类名:featureAbility;
方法or属性:function hasWindowFocus(): Promise<boolean>;
旧版本信息:
类名:featureAbility;
方法or属性:function hasWindowFocus(): Promise<boolean>;
新版本信息:FAModelOnly
@ohos.ability.featureAbility.d.ts
model有变化 类名:featureAbility;
方法or属性:function disconnectAbility(connection: number): Promise<void>;
旧版本信息:
类名:featureAbility;
方法or属性:function disconnectAbility(connection: number): Promise<void>;
新版本信息:FAModelOnly
@ohos.ability.featureAbility.d.ts
model有变化 类名:featureAbility;
方法or属性:function getWindow(): Promise<window.Window>;
旧版本信息:
类名:featureAbility;
方法or属性:function getWindow(): Promise<window.Window>;
新版本信息:FAModelOnly
@ohos.ability.featureAbility.d.ts
model有变化 类名:featureAbility;
方法or属性:export type AppVersionInfo = _AppVersionInfo;
旧版本信息:
类名:featureAbility;
方法or属性:export type AppVersionInfo = _AppVersionInfo;
新版本信息:FAModelOnly
@ohos.ability.featureAbility.d.ts
model有变化 类名:featureAbility;
方法or属性:export type ProcessInfo = _ProcessInfo;
旧版本信息:
类名:featureAbility;
方法or属性:export type ProcessInfo = _ProcessInfo;
新版本信息:FAModelOnly
@ohos.ability.featureAbility.d.ts
model有变化 类名:AbilityWindowConfiguration;
方法or属性:WINDOW_MODE_UNDEFINED = 0
旧版本信息:
类名:AbilityWindowConfiguration;
方法or属性:WINDOW_MODE_UNDEFINED = 0
新版本信息:FAModelOnly
@ohos.ability.featureAbility.d.ts
model有变化 类名:AbilityWindowConfiguration;
方法or属性:WINDOW_MODE_FULLSCREEN = 1
旧版本信息:
类名:AbilityWindowConfiguration;
方法or属性:WINDOW_MODE_FULLSCREEN = 1
新版本信息:FAModelOnly
@ohos.ability.featureAbility.d.ts
model有变化 类名:AbilityWindowConfiguration;
方法or属性:WINDOW_MODE_SPLIT_PRIMARY = 100
旧版本信息:
类名:AbilityWindowConfiguration;
方法or属性:WINDOW_MODE_SPLIT_PRIMARY = 100
新版本信息:FAModelOnly
@ohos.ability.featureAbility.d.ts
model有变化 类名:AbilityWindowConfiguration;
方法or属性:WINDOW_MODE_SPLIT_SECONDARY = 101
旧版本信息:
类名:AbilityWindowConfiguration;
方法or属性:WINDOW_MODE_SPLIT_SECONDARY = 101
新版本信息:FAModelOnly
@ohos.ability.featureAbility.d.ts
model有变化 类名:AbilityWindowConfiguration;
方法or属性:WINDOW_MODE_FLOATING = 102
旧版本信息:
类名:AbilityWindowConfiguration;
方法or属性:WINDOW_MODE_FLOATING = 102
新版本信息:FAModelOnly
@ohos.ability.featureAbility.d.ts
model有变化 类名:AbilityStartSetting;
方法or属性:BOUNDS_KEY = 'abilityBounds'
旧版本信息:
类名:AbilityStartSetting;
方法or属性:BOUNDS_KEY = 'abilityBounds'
新版本信息:FAModelOnly
@ohos.ability.featureAbility.d.ts
model有变化 类名:AbilityStartSetting;
方法or属性:WINDOW_MODE_KEY = 'windowMode'
旧版本信息:
类名:AbilityStartSetting;
方法or属性:WINDOW_MODE_KEY = 'windowMode'
新版本信息:FAModelOnly
@ohos.ability.featureAbility.d.ts
model有变化 类名:AbilityStartSetting;
方法or属性:DISPLAY_ID_KEY = 'displayId'
旧版本信息:
类名:AbilityStartSetting;
方法or属性:DISPLAY_ID_KEY = 'displayId'
新版本信息:FAModelOnly
@ohos.ability.featureAbility.d.ts
model有变化 类名:ErrorCode;
方法or属性:NO_ERROR = 0
旧版本信息:
类名:ErrorCode;
方法or属性:NO_ERROR = 0
新版本信息:FAModelOnly
@ohos.ability.featureAbility.d.ts
model有变化 类名:ErrorCode;
方法or属性:INVALID_PARAMETER = -1
旧版本信息:
类名:ErrorCode;
方法or属性:INVALID_PARAMETER = -1
新版本信息:FAModelOnly
@ohos.ability.featureAbility.d.ts
model有变化 类名:ErrorCode;
方法or属性:ABILITY_NOT_FOUND = -2
旧版本信息:
类名:ErrorCode;
方法or属性:ABILITY_NOT_FOUND = -2
新版本信息:FAModelOnly
@ohos.ability.featureAbility.d.ts
model有变化 类名:ErrorCode;
方法or属性:PERMISSION_DENY = -3
旧版本信息:
类名:ErrorCode;
方法or属性:PERMISSION_DENY = -3
新版本信息:FAModelOnly
@ohos.ability.featureAbility.d.ts
model有变化 类名:DataAbilityOperationType;
方法or属性:TYPE_INSERT = 1
旧版本信息:
类名:DataAbilityOperationType;
方法or属性:TYPE_INSERT = 1
新版本信息:FAModelOnly
@ohos.ability.featureAbility.d.ts
model有变化 类名:DataAbilityOperationType;
方法or属性:TYPE_UPDATE = 2
旧版本信息:
类名:DataAbilityOperationType;
方法or属性:TYPE_UPDATE = 2
新版本信息:FAModelOnly
@ohos.ability.featureAbility.d.ts
model有变化 类名:DataAbilityOperationType;
方法or属性:TYPE_DELETE = 3
旧版本信息:
类名:DataAbilityOperationType;
方法or属性:TYPE_DELETE = 3
新版本信息:FAModelOnly
@ohos.ability.featureAbility.d.ts
model有变化 类名:DataAbilityOperationType;
方法or属性:TYPE_ASSERT = 4
旧版本信息:
类名:DataAbilityOperationType;
方法or属性:TYPE_ASSERT = 4
新版本信息:FAModelOnly
@ohos.ability.featureAbility.d.ts
model有变化 类名:particleAbility;
方法or属性:function startAbility(parameter: StartAbilityParameter): Promise<void>;
旧版本信息:
类名:particleAbility;
方法or属性:function startAbility(parameter: StartAbilityParameter): Promise<void>;
新版本信息:FAModelOnly
@ohos.ability.particleAbility.d.ts
model有变化 类名:particleAbility;
方法or属性:function terminateSelf(): Promise<void>;
旧版本信息:
类名:particleAbility;
方法or属性:function terminateSelf(): Promise<void>;
新版本信息:FAModelOnly
@ohos.ability.particleAbility.d.ts
model有变化 类名:particleAbility;
方法or属性:function disconnectAbility(connection: number): Promise<void>;
旧版本信息:
类名:particleAbility;
方法or属性:function disconnectAbility(connection: number): Promise<void>;
新版本信息:FAModelOnly
@ohos.ability.particleAbility.d.ts
model有变化 类名:ErrorCode;
方法or属性:INVALID_PARAMETER = -1
旧版本信息:
类名:ErrorCode;
方法or属性:INVALID_PARAMETER = -1
新版本信息:FAModelOnly
@ohos.ability.particleAbility.d.ts
model有变化 类名:LaunchReason;
方法or属性:UNKNOWN = 0
旧版本信息:
类名:LaunchReason;
方法or属性:UNKNOWN = 0
新版本信息:StageModelOnly
@ohos.app.ability.AbilityConstant.d.ts
model有变化 类名:LastExitReason;
方法or属性:UNKNOWN = 0
旧版本信息:
类名:LastExitReason;
方法or属性:UNKNOWN = 0
新版本信息:StageModelOnly
@ohos.app.ability.AbilityConstant.d.ts
model有变化 类名:LaunchReason;
方法or属性:START_ABILITY = 1
旧版本信息:
类名:LaunchReason;
方法or属性:START_ABILITY = 1
新版本信息:StageModelOnly
@ohos.app.ability.AbilityConstant.d.ts
model有变化 类名:LaunchReason;
方法or属性:CALL = 2
旧版本信息:
类名:LaunchReason;
方法or属性:CALL = 2
新版本信息:StageModelOnly
@ohos.app.ability.AbilityConstant.d.ts
model有变化 类名:LaunchReason;
方法or属性:CONTINUATION = 3
旧版本信息:
类名:LaunchReason;
方法or属性:CONTINUATION = 3
新版本信息:StageModelOnly
@ohos.app.ability.AbilityConstant.d.ts
model有变化 类名:LaunchReason;
方法or属性:APP_RECOVERY = 4
旧版本信息:
类名:LaunchReason;
方法or属性:APP_RECOVERY = 4
新版本信息:StageModelOnly
@ohos.app.ability.AbilityConstant.d.ts
model有变化 类名:LastExitReason;
方法or属性:ABILITY_NOT_RESPONDING = 1
旧版本信息:
类名:LastExitReason;
方法or属性:ABILITY_NOT_RESPONDING = 1
新版本信息:StageModelOnly
@ohos.app.ability.AbilityConstant.d.ts
model有变化 类名:LastExitReason;
方法or属性:NORMAL = 2
旧版本信息:
类名:LastExitReason;
方法or属性:NORMAL = 2
新版本信息:StageModelOnly
@ohos.app.ability.AbilityConstant.d.ts
model有变化 类名:OnContinueResult;
方法or属性:AGREE = 0
旧版本信息:
类名:OnContinueResult;
方法or属性:AGREE = 0
新版本信息:StageModelOnly
@ohos.app.ability.AbilityConstant.d.ts
model有变化 类名:OnContinueResult;
方法or属性:REJECT = 1
旧版本信息:
类名:OnContinueResult;
方法or属性:REJECT = 1
新版本信息:StageModelOnly
@ohos.app.ability.AbilityConstant.d.ts
model有变化 类名:OnContinueResult;
方法or属性:MISMATCH = 2
旧版本信息:
类名:OnContinueResult;
方法or属性:MISMATCH = 2
新版本信息:StageModelOnly
@ohos.app.ability.AbilityConstant.d.ts
model有变化 类名:MemoryLevel;
方法or属性:MEMORY_LEVEL_MODERATE = 0
旧版本信息:
类名:MemoryLevel;
方法or属性:MEMORY_LEVEL_MODERATE = 0
新版本信息:StageModelOnly
@ohos.app.ability.AbilityConstant.d.ts
model有变化 类名:MemoryLevel;
方法or属性:MEMORY_LEVEL_LOW = 1
旧版本信息:
类名:MemoryLevel;
方法or属性:MEMORY_LEVEL_LOW = 1
新版本信息:StageModelOnly
@ohos.app.ability.AbilityConstant.d.ts
model有变化 类名:MemoryLevel;
方法or属性:MEMORY_LEVEL_CRITICAL = 2
旧版本信息:
类名:MemoryLevel;
方法or属性:MEMORY_LEVEL_CRITICAL = 2
新版本信息:StageModelOnly
@ohos.app.ability.AbilityConstant.d.ts
model有变化 类名:WindowMode;
方法or属性:WINDOW_MODE_UNDEFINED = 0
旧版本信息:
类名:WindowMode;
方法or属性:WINDOW_MODE_UNDEFINED = 0
新版本信息:StageModelOnly
@ohos.app.ability.AbilityConstant.d.ts
model有变化 类名:WindowMode;
方法or属性:WINDOW_MODE_FULLSCREEN = 1
旧版本信息:
类名:WindowMode;
方法or属性:WINDOW_MODE_FULLSCREEN = 1
新版本信息:StageModelOnly
@ohos.app.ability.AbilityConstant.d.ts
model有变化 类名:WindowMode;
方法or属性:WINDOW_MODE_SPLIT_PRIMARY = 100
旧版本信息:
类名:WindowMode;
方法or属性:WINDOW_MODE_SPLIT_PRIMARY = 100
新版本信息:StageModelOnly
@ohos.app.ability.AbilityConstant.d.ts
model有变化 类名:WindowMode;
方法or属性:WINDOW_MODE_SPLIT_SECONDARY = 101
旧版本信息:
类名:WindowMode;
方法or属性:WINDOW_MODE_SPLIT_SECONDARY = 101
新版本信息:StageModelOnly
@ohos.app.ability.AbilityConstant.d.ts
model有变化 类名:WindowMode;
方法or属性:WINDOW_MODE_FLOATING = 102
旧版本信息:
类名:WindowMode;
方法or属性:WINDOW_MODE_FLOATING = 102
新版本信息:StageModelOnly
@ohos.app.ability.AbilityConstant.d.ts
model有变化 类名:OnSaveResult;
方法or属性:ALL_AGREE = 0
旧版本信息:
类名:OnSaveResult;
方法or属性:ALL_AGREE = 0
新版本信息:StageModelOnly
@ohos.app.ability.AbilityConstant.d.ts
model有变化 类名:OnSaveResult;
方法or属性:CONTINUATION_REJECT = 1
旧版本信息:
类名:OnSaveResult;
方法or属性:CONTINUATION_REJECT = 1
新版本信息:StageModelOnly
@ohos.app.ability.AbilityConstant.d.ts
model有变化 类名:OnSaveResult;
方法or属性:CONTINUATION_MISMATCH = 2
旧版本信息:
类名:OnSaveResult;
方法or属性:CONTINUATION_MISMATCH = 2
新版本信息:StageModelOnly
@ohos.app.ability.AbilityConstant.d.ts
model有变化 类名:OnSaveResult;
方法or属性:RECOVERY_AGREE = 3
旧版本信息:
类名:OnSaveResult;
方法or属性:RECOVERY_AGREE = 3
新版本信息:StageModelOnly
@ohos.app.ability.AbilityConstant.d.ts
model有变化 类名:OnSaveResult;
方法or属性:RECOVERY_REJECT = 4
旧版本信息:
类名:OnSaveResult;
方法or属性:RECOVERY_REJECT = 4
新版本信息:StageModelOnly
@ohos.app.ability.AbilityConstant.d.ts
model有变化 类名:OnSaveResult;
方法or属性:ALL_REJECT
旧版本信息:
类名:OnSaveResult;
方法or属性:ALL_REJECT
新版本信息:StageModelOnly
@ohos.app.ability.AbilityConstant.d.ts
model有变化 类名:StateType;
方法or属性:CONTINUATION = 0
旧版本信息:
类名:StateType;
方法or属性:CONTINUATION = 0
新版本信息:StageModelOnly
@ohos.app.ability.AbilityConstant.d.ts
model有变化 类名:StateType;
方法or属性:APP_RECOVERY = 1
旧版本信息:
类名:StateType;
方法or属性:APP_RECOVERY = 1
新版本信息:StageModelOnly
@ohos.app.ability.AbilityConstant.d.ts
model有变化 类名:common;
方法or属性:export type BaseContext = _BaseContext.default;
旧版本信息:
类名:common;
方法or属性:export type BaseContext = _BaseContext.default;
新版本信息:StageModelOnly
@ohos.app.ability.common.d.ts
model有变化 类名:AreaMode;
方法or属性:EL1 = 0
旧版本信息:
类名:AreaMode;
方法or属性:EL1 = 0
新版本信息:StageModelOnly
@ohos.app.ability.contextConstant.d.ts
model有变化 类名:AreaMode;
方法or属性:EL2 = 1
旧版本信息:
类名:AreaMode;
方法or属性:EL2 = 1
新版本信息:StageModelOnly
@ohos.app.ability.contextConstant.d.ts
model有变化 类名:DataAbilityHelper;
方法or属性:openFile(uri: string, mode: string): Promise<number>;
旧版本信息:
类名:DataAbilityHelper;
方法or属性:openFile(uri: string, mode: string): Promise<number>;
新版本信息:FAModelOnly
dataAbilityHelper.d.ts
model有变化 类名:DataAbilityHelper;
方法or属性:getType(uri: string): Promise<string>;
旧版本信息:
类名:DataAbilityHelper;
方法or属性:getType(uri: string): Promise<string>;
新版本信息:FAModelOnly
dataAbilityHelper.d.ts
model有变化 类名:DataAbilityHelper;
方法or属性:getFileTypes(uri: string, mimeTypeFilter: string): Promise<Array<string>>;
旧版本信息:
类名:DataAbilityHelper;
方法or属性:getFileTypes(uri: string, mimeTypeFilter: string): Promise<Array<string>>;
新版本信息:FAModelOnly
dataAbilityHelper.d.ts
model有变化 类名:DataAbilityHelper;
方法or属性:normalizeUri(uri: string): Promise<string>;
旧版本信息:
类名:DataAbilityHelper;
方法or属性:normalizeUri(uri: string): Promise<string>;
新版本信息:FAModelOnly
dataAbilityHelper.d.ts
model有变化 类名:DataAbilityHelper;
方法or属性:denormalizeUri(uri: string): Promise<string>;
旧版本信息:
类名:DataAbilityHelper;
方法or属性:denormalizeUri(uri: string): Promise<string>;
新版本信息:FAModelOnly
dataAbilityHelper.d.ts
model有变化 类名:DataAbilityHelper;
方法or属性:notifyChange(uri: string): Promise<void>;
旧版本信息:
类名:DataAbilityHelper;
方法or属性:notifyChange(uri: string): Promise<void>;
新版本信息:FAModelOnly
dataAbilityHelper.d.ts
model有变化 类名:DataAbilityHelper;
方法or属性:insert(uri: string, valuesBucket: rdb.ValuesBucket): Promise<number>;
旧版本信息:
类名:DataAbilityHelper;
方法or属性:insert(uri: string, valuesBucket: rdb.ValuesBucket): Promise<number>;
新版本信息:FAModelOnly
dataAbilityHelper.d.ts
model有变化 类名:DataAbilityHelper;
方法or属性:batchInsert(uri: string, valuesBuckets: Array<rdb.ValuesBucket>): Promise<number>;
旧版本信息:
类名:DataAbilityHelper;
方法or属性:batchInsert(uri: string, valuesBuckets: Array<rdb.ValuesBucket>): Promise<number>;
新版本信息:FAModelOnly
dataAbilityHelper.d.ts
model有变化 类名:DataAbilityHelper;
方法or属性:delete(uri: string, predicates?: dataAbility.DataAbilityPredicates): Promise<number>;
旧版本信息:
类名:DataAbilityHelper;
方法or属性:delete(uri: string, predicates?: dataAbility.DataAbilityPredicates): Promise<number>;
新版本信息:FAModelOnly
dataAbilityHelper.d.ts
model有变化 类名:DataAbilityHelper;
方法or属性:delete(uri: string, callback: AsyncCallback<number>): void;
旧版本信息:
类名:DataAbilityHelper;
方法or属性:delete(uri: string, callback: AsyncCallback<number>): void;
新版本信息:FAModelOnly
dataAbilityHelper.d.ts
model有变化 类名:DataAbilityHelper;
方法or属性:update(uri: string, valuesBucket: rdb.ValuesBucket, predicates?: dataAbility.DataAbilityPredicates): Promise<number>;
旧版本信息:
类名:DataAbilityHelper;
方法or属性:update(uri: string, valuesBucket: rdb.ValuesBucket, predicates?: dataAbility.DataAbilityPredicates): Promise<number>;
新版本信息:FAModelOnly
dataAbilityHelper.d.ts
model有变化 类名:DataAbilityHelper;
方法or属性:update(uri: string, valuesBucket: rdb.ValuesBucket, callback: AsyncCallback<number>): void;
旧版本信息:
类名:DataAbilityHelper;
方法or属性:update(uri: string, valuesBucket: rdb.ValuesBucket, callback: AsyncCallback<number>): void;
新版本信息:FAModelOnly
dataAbilityHelper.d.ts
model有变化 类名:DataAbilityHelper;
方法or属性:query(uri: string, callback: AsyncCallback<ResultSet>): void;
旧版本信息:
类名:DataAbilityHelper;
方法or属性:query(uri: string, callback: AsyncCallback<ResultSet>): void;
新版本信息:FAModelOnly
dataAbilityHelper.d.ts
model有变化 类名:DataAbilityHelper;
方法or属性:query(uri: string, columns: Array<string>, callback: AsyncCallback<ResultSet>): void;
旧版本信息:
类名:DataAbilityHelper;
方法or属性:query(uri: string, columns: Array<string>, callback: AsyncCallback<ResultSet>): void;
新版本信息:FAModelOnly
dataAbilityHelper.d.ts
model有变化 类名:DataAbilityHelper;
方法or属性:query(uri: string, predicates: dataAbility.DataAbilityPredicates, callback: AsyncCallback<ResultSet>): void;
旧版本信息:
类名:DataAbilityHelper;
方法or属性:query(uri: string, predicates: dataAbility.DataAbilityPredicates, callback: AsyncCallback<ResultSet>): void;
新版本信息:FAModelOnly
dataAbilityHelper.d.ts
model有变化 类名:DataAbilityHelper;
方法or属性:query(uri: string, columns?: Array<string>, predicates?: dataAbility.DataAbilityPredicates): Promise<ResultSet>;
旧版本信息:
类名:DataAbilityHelper;
方法or属性:query(uri: string, columns?: Array<string>, predicates?: dataAbility.DataAbilityPredicates): Promise<ResultSet>;
新版本信息:FAModelOnly
dataAbilityHelper.d.ts
model有变化 类名:DataAbilityHelper;
方法or属性:call(uri: string, method: string, arg: string, extras: PacMap): Promise<PacMap>;
旧版本信息:
类名:DataAbilityHelper;
方法or属性:call(uri: string, method: string, arg: string, extras: PacMap): Promise<PacMap>;
新版本信息:FAModelOnly
dataAbilityHelper.d.ts
model有变化 类名:DataAbilityHelper;
方法or属性:executeBatch(
uri: string,
operations: Array<DataAbilityOperation>,
callback: AsyncCallback<Array<DataAbilityResult>>
): void;
旧版本信息:
类名:DataAbilityHelper;
方法or属性:executeBatch(
uri: string,
operations: Array<DataAbilityOperation>,
callback: AsyncCallback<Array<DataAbilityResult>>
): void;
新版本信息:FAModelOnly
dataAbilityHelper.d.ts
model有变化 类名:DataAbilityHelper;
方法or属性:executeBatch(uri: string, operations: Array<DataAbilityOperation>): Promise<Array<DataAbilityResult>>;
旧版本信息:
类名:DataAbilityHelper;
方法or属性:executeBatch(uri: string, operations: Array<DataAbilityOperation>): Promise<Array<DataAbilityResult>>;
新版本信息:FAModelOnly
dataAbilityHelper.d.ts
model有变化 类名:Context;
方法or属性:getOrCreateLocalDir(callback: AsyncCallback<string>): void;
旧版本信息:
类名:Context;
方法or属性:getOrCreateLocalDir(callback: AsyncCallback<string>): void;
新版本信息:FAModelOnly
context.d.ts
model有变化 类名:Context;
方法or属性:verifyPermission(permission: string, options: PermissionOptions, callback: AsyncCallback<number>): void;
旧版本信息:
类名:Context;
方法or属性:verifyPermission(permission: string, options: PermissionOptions, callback: AsyncCallback<number>): void;
新版本信息:FAModelOnly
context.d.ts
model有变化 类名:Context;
方法or属性:verifyPermission(permission: string, callback: AsyncCallback<number>): void;
旧版本信息:
类名:Context;
方法or属性:verifyPermission(permission: string, callback: AsyncCallback<number>): void;
新版本信息:FAModelOnly
context.d.ts
model有变化 类名:Context;
方法or属性:requestPermissionsFromUser(permissions: Array<string>, requestCode: number): Promise<PermissionRequestResult>;
旧版本信息:
类名:Context;
方法or属性:requestPermissionsFromUser(permissions: Array<string>, requestCode: number): Promise<PermissionRequestResult>;
新版本信息:FAModelOnly
context.d.ts
model有变化 类名:Context;
方法or属性:getApplicationInfo(): Promise<ApplicationInfo>;
旧版本信息:
类名:Context;
方法or属性:getApplicationInfo(): Promise<ApplicationInfo>;
新版本信息:FAModelOnly
context.d.ts
model有变化 类名:Context;
方法or属性:getBundleName(): Promise<string>;
旧版本信息:
类名:Context;
方法or属性:getBundleName(): Promise<string>;
新版本信息:FAModelOnly
context.d.ts
model有变化 类名:Context;
方法or属性:getDisplayOrientation(callback: AsyncCallback<bundle.DisplayOrientation>): void;
旧版本信息:
类名:Context;
方法or属性:getDisplayOrientation(callback: AsyncCallback<bundle.DisplayOrientation>): void;
新版本信息:FAModelOnly
context.d.ts
model有变化 类名:Context;
方法or属性:getDisplayOrientation(): Promise<bundle.DisplayOrientation>;
旧版本信息:
类名:Context;
方法or属性:getDisplayOrientation(): Promise<bundle.DisplayOrientation>;
新版本信息:FAModelOnly
context.d.ts
model有变化 类名:Context;
方法or属性:getExternalCacheDir(callback: AsyncCallback<string>): void;
旧版本信息:
类名:Context;
方法or属性:getExternalCacheDir(callback: AsyncCallback<string>): void;
新版本信息:FAModelOnly
context.d.ts
model有变化 类名:Context;
方法or属性:getExternalCacheDir(): Promise<string>;
旧版本信息:
类名:Context;
方法or属性:getExternalCacheDir(): Promise<string>;
新版本信息:FAModelOnly
context.d.ts
model有变化 类名:Context;
方法or属性:setDisplayOrientation(orientation: bundle.DisplayOrientation, callback: AsyncCallback<void>): void;
旧版本信息:
类名:Context;
方法or属性:setDisplayOrientation(orientation: bundle.DisplayOrientation, callback: AsyncCallback<void>): void;
新版本信息:FAModelOnly
context.d.ts
model有变化 类名:Context;
方法or属性:setDisplayOrientation(orientation: bundle.DisplayOrientation): Promise<void>;
旧版本信息:
类名:Context;
方法or属性:setDisplayOrientation(orientation: bundle.DisplayOrientation): Promise<void>;
新版本信息:FAModelOnly
context.d.ts
model有变化 类名:Context;
方法or属性:setShowOnLockScreen(show: boolean, callback: AsyncCallback<void>): void;
旧版本信息:
类名:Context;
方法or属性:setShowOnLockScreen(show: boolean, callback: AsyncCallback<void>): void;
新版本信息:FAModelOnly
context.d.ts
model有变化 类名:Context;
方法or属性:setShowOnLockScreen(show: boolean): Promise<void>;
旧版本信息:
类名:Context;
方法or属性:setShowOnLockScreen(show: boolean): Promise<void>;
新版本信息:FAModelOnly
context.d.ts
model有变化 类名:Context;
方法or属性:setWakeUpScreen(wakeUp: boolean, callback: AsyncCallback<void>): void;
旧版本信息:
类名:Context;
方法or属性:setWakeUpScreen(wakeUp: boolean, callback: AsyncCallback<void>): void;
新版本信息:FAModelOnly
context.d.ts
model有变化 类名:Context;
方法or属性:setWakeUpScreen(wakeUp: boolean): Promise<void>;
旧版本信息:
类名:Context;
方法or属性:setWakeUpScreen(wakeUp: boolean): Promise<void>;
新版本信息:FAModelOnly
context.d.ts
model有变化 类名:Context;
方法or属性:getProcessInfo(): Promise<ProcessInfo>;
旧版本信息:
类名:Context;
方法or属性:getProcessInfo(): Promise<ProcessInfo>;
新版本信息:FAModelOnly
context.d.ts
model有变化 类名:Context;
方法or属性:getElementName(): Promise<ElementName>;
旧版本信息:
类名:Context;
方法or属性:getElementName(): Promise<ElementName>;
新版本信息:FAModelOnly
context.d.ts
model有变化 类名:Context;
方法or属性:getProcessName(): Promise<string>;
旧版本信息:
类名:Context;
方法or属性:getProcessName(): Promise<string>;
新版本信息:FAModelOnly
context.d.ts
model有变化 类名:Context;
方法or属性:getCallingBundle(): Promise<string>;
旧版本信息:
类名:Context;
方法or属性:getCallingBundle(): Promise<string>;
新版本信息:FAModelOnly
context.d.ts
model有变化 类名:Context;
方法or属性:getFilesDir(): Promise<string>;
旧版本信息:
类名:Context;
方法or属性:getFilesDir(): Promise<string>;
新版本信息:FAModelOnly
context.d.ts
model有变化 类名:Context;
方法or属性:getCacheDir(): Promise<string>;
旧版本信息:
类名:Context;
方法or属性:getCacheDir(): Promise<string>;
新版本信息:FAModelOnly
context.d.ts
model有变化 类名:Context;
方法or属性:getOrCreateDistributedDir(callback: AsyncCallback<string>): void;
旧版本信息:
类名:Context;
方法or属性:getOrCreateDistributedDir(callback: AsyncCallback<string>): void;
新版本信息:FAModelOnly
context.d.ts
model有变化 类名:Context;
方法or属性:getAppType(): Promise<string>;
旧版本信息:
类名:Context;
方法or属性:getAppType(): Promise<string>;
新版本信息:FAModelOnly
context.d.ts
model有变化 类名:Context;
方法or属性:getHapModuleInfo(): Promise<HapModuleInfo>;
旧版本信息:
类名:Context;
方法or属性:getHapModuleInfo(): Promise<HapModuleInfo>;
新版本信息:FAModelOnly
context.d.ts
model有变化 类名:Context;
方法or属性:getAppVersionInfo(): Promise<AppVersionInfo>;
旧版本信息:
类名:Context;
方法or属性:getAppVersionInfo(): Promise<AppVersionInfo>;
新版本信息:FAModelOnly
context.d.ts
model有变化 类名:Context;
方法or属性:getAbilityInfo(): Promise<AbilityInfo>;
旧版本信息:
类名:Context;
方法or属性:getAbilityInfo(): Promise<AbilityInfo>;
新版本信息:FAModelOnly
context.d.ts
model有变化 类名:Context;
方法or属性:isUpdatingConfigurations(): Promise<boolean>;
旧版本信息:
类名:Context;
方法or属性:isUpdatingConfigurations(): Promise<boolean>;
新版本信息:FAModelOnly
context.d.ts
model有变化 类名:Context;
方法or属性:printDrawnCompleted(): Promise<void>;
旧版本信息:
类名:Context;
方法or属性:printDrawnCompleted(): Promise<void>;
新版本信息:FAModelOnly
context.d.ts
model有变化 类名:ExtensionContext;
方法or属性:extensionAbilityInfo: ExtensionAbilityInfo;
旧版本信息:
类名:ExtensionContext;
方法or属性:extensionAbilityInfo: ExtensionAbilityInfo;
新版本信息:StageModelOnly
ExtensionContext.d.ts
model有变化 类名:FormExtensionContext;
方法or属性:startAbility(want: Want): Promise<void>;
旧版本信息:
类名:FormExtensionContext;
方法or属性:startAbility(want: Want): Promise<void>;
新版本信息:StageModelOnly
FormExtensionContext.d.ts
type有变化 类名:LaunchParam;
方法or属性:launchReason: LaunchReason;
旧版本信息:
类名:LaunchParam;
方法or属性:launchReason: LaunchReason;
新版本信息:LaunchReason
@ohos.app.ability.AbilityConstant.d.ts
type有变化 类名:LaunchParam;
方法or属性:lastExitReason: LastExitReason;
旧版本信息:
类名:LaunchParam;
方法or属性:lastExitReason: LastExitReason;
新版本信息:LastExitReason
@ohos.app.ability.AbilityConstant.d.ts
type有变化 类名:Configuration;
方法or属性:language?: string;
旧版本信息:string
类名:Configuration;
方法or属性:language?: string;
新版本信息:?string
@ohos.app.ability.Configuration.d.ts
type有变化 类名:Configuration;
方法or属性:colorMode?: ConfigurationConstant.ColorMode;
旧版本信息:ConfigurationConstant.ColorMode
类名:Configuration;
方法or属性:colorMode?: ConfigurationConstant.ColorMode;
新版本信息:?ConfigurationConstant.ColorMode
@ohos.app.ability.Configuration.d.ts
type有变化 类名:Configuration;
方法or属性:direction?: ConfigurationConstant.Direction;
旧版本信息:ConfigurationConstant.Direction
类名:Configuration;
方法or属性:direction?: ConfigurationConstant.Direction;
新版本信息:?ConfigurationConstant.Direction
@ohos.app.ability.Configuration.d.ts
type有变化 类名:Configuration;
方法or属性:screenDensity?: ConfigurationConstant.ScreenDensity;
旧版本信息:ConfigurationConstant.ScreenDensity
类名:Configuration;
方法or属性:screenDensity?: ConfigurationConstant.ScreenDensity;
新版本信息:?ConfigurationConstant.ScreenDensity
@ohos.app.ability.Configuration.d.ts
type有变化 类名:Configuration;
方法or属性:displayId?: number;
旧版本信息:number
类名:Configuration;
方法or属性:displayId?: number;
新版本信息:?number
@ohos.app.ability.Configuration.d.ts
type有变化 类名:Configuration;
方法or属性:hasPointerDevice?: boolean;
旧版本信息:boolean
类名:Configuration;
方法or属性:hasPointerDevice?: boolean;
新版本信息:?boolean
@ohos.app.ability.Configuration.d.ts
type有变化 类名:RequestResult;
方法or属性:result: ResultCode;
旧版本信息:
类名:RequestResult;
方法or属性:result: ResultCode;
新版本信息:ResultCode
@ohos.app.ability.dialogRequest.d.ts
type有变化 类名:ServiceExtensionAbility;
方法or属性:context: ServiceExtensionContext;
旧版本信息:
类名:ServiceExtensionAbility;
方法or属性:context: ServiceExtensionContext;
新版本信息:ServiceExtensionContext
@ohos.app.ability.ServiceExtensionAbility.d.ts
type有变化 类名:StartOptions;
方法or属性:windowMode?: number;
旧版本信息:
类名:StartOptions;
方法or属性:windowMode?: number;
新版本信息:?number
@ohos.app.ability.StartOptions.d.ts
type有变化 类名:StartOptions;
方法or属性:displayId?: number;
旧版本信息:
类名:StartOptions;
方法or属性:displayId?: number;
新版本信息:?number
@ohos.app.ability.StartOptions.d.ts
type有变化 类名:Want;
方法or属性:deviceId?: string;
旧版本信息:
类名:Want;
方法or属性:deviceId?: string;
新版本信息:?string
@ohos.app.ability.Want.d.ts
type有变化 类名:Want;
方法or属性:uri?: string;
旧版本信息:
类名:Want;
方法or属性:uri?: string;
新版本信息:?string
@ohos.app.ability.Want.d.ts
type有变化 类名:Want;
方法or属性:type?: string;
旧版本信息:
类名:Want;
方法or属性:type?: string;
新版本信息:?string
@ohos.app.ability.Want.d.ts
type有变化 类名:Want;
方法or属性:flags?: number;
旧版本信息:
类名:Want;
方法or属性:flags?: number;
新版本信息:?number
@ohos.app.ability.Want.d.ts
type有变化 类名:Want;
方法or属性:action?: string;
旧版本信息:
类名:Want;
方法or属性:action?: string;
新版本信息:?string
@ohos.app.ability.Want.d.ts
type有变化 类名:Want;
方法or属性:parameters?: { [key: string]: Object };
旧版本信息:
类名:Want;
方法or属性:parameters?: { [key: string]: Object };
新版本信息:?object
@ohos.app.ability.Want.d.ts
type有变化 类名:Want;
方法or属性:entities?: Array<string>;
旧版本信息:
类名:Want;
方法or属性:entities?: Array<string>;
新版本信息:?Array<string>
@ohos.app.ability.Want.d.ts
type有变化 类名:CompleteData;
方法or属性:extraInfo?: { [key: string]: Object };
旧版本信息:{ [key: string]: Object }
类名:CompleteData;
方法or属性:extraInfo?: { [key: string]: Object };
新版本信息:?object
@ohos.app.ability.wantAgent.d.ts
type有变化 类名:FormBindingData;
方法or属性:data: Object;
旧版本信息:
类名:FormBindingData;
方法or属性:data: Object;
新版本信息:Object
@ohos.app.form.formBindingData.d.ts
type有变化 类名:FormInfo;
方法or属性:bundleName: string;
旧版本信息:
类名:FormInfo;
方法or属性:bundleName: string;
新版本信息:string
@ohos.app.form.formInfo.d.ts
type有变化 类名:FormInfo;
方法or属性:moduleName: string;
旧版本信息:
类名:FormInfo;
方法or属性:moduleName: string;
新版本信息:string
@ohos.app.form.formInfo.d.ts
type有变化 类名:FormInfo;
方法or属性:abilityName: string;
旧版本信息:
类名:FormInfo;
方法or属性:abilityName: string;
新版本信息:string
@ohos.app.form.formInfo.d.ts
type有变化 类名:FormInfo;
方法or属性:name: string;
旧版本信息:
类名:FormInfo;
方法or属性:name: string;
新版本信息:string
@ohos.app.form.formInfo.d.ts
type有变化 类名:FormInfo;
方法or属性:description: string;
旧版本信息:
类名:FormInfo;
方法or属性:description: string;
新版本信息:string
@ohos.app.form.formInfo.d.ts
type有变化 类名:FormInfo;
方法or属性:type: FormType;
旧版本信息:
类名:FormInfo;
方法or属性:type: FormType;
新版本信息:FormType
@ohos.app.form.formInfo.d.ts
type有变化 类名:FormInfo;
方法or属性:jsComponentName: string;
旧版本信息:
类名:FormInfo;
方法or属性:jsComponentName: string;
新版本信息:string
@ohos.app.form.formInfo.d.ts
type有变化 类名:FormInfo;
方法or属性:colorMode: ColorMode;
旧版本信息:
类名:FormInfo;
方法or属性:colorMode: ColorMode;
新版本信息:ColorMode
@ohos.app.form.formInfo.d.ts
type有变化 类名:FormInfo;
方法or属性:isDefault: boolean;
旧版本信息:
类名:FormInfo;
方法or属性:isDefault: boolean;
新版本信息:boolean
@ohos.app.form.formInfo.d.ts
type有变化 类名:FormInfo;
方法or属性:updateEnabled: boolean;
旧版本信息:
类名:FormInfo;
方法or属性:updateEnabled: boolean;
新版本信息:boolean
@ohos.app.form.formInfo.d.ts
type有变化 类名:FormInfo;
方法or属性:formVisibleNotify: boolean;
旧版本信息:
类名:FormInfo;
方法or属性:formVisibleNotify: boolean;
新版本信息:boolean
@ohos.app.form.formInfo.d.ts
type有变化 类名:FormInfo;
方法or属性:scheduledUpdateTime: string;
旧版本信息:
类名:FormInfo;
方法or属性:scheduledUpdateTime: string;
新版本信息:string
@ohos.app.form.formInfo.d.ts
type有变化 类名:FormInfo;
方法or属性:formConfigAbility: string;
旧版本信息:
类名:FormInfo;
方法or属性:formConfigAbility: string;
新版本信息:string
@ohos.app.form.formInfo.d.ts
type有变化 类名:FormInfo;
方法or属性:updateDuration: number;
旧版本信息:
类名:FormInfo;
方法or属性:updateDuration: number;
新版本信息:number
@ohos.app.form.formInfo.d.ts
type有变化 类名:FormInfo;
方法or属性:defaultDimension: number;
旧版本信息:
类名:FormInfo;
方法or属性:defaultDimension: number;
新版本信息:number
@ohos.app.form.formInfo.d.ts
type有变化 类名:FormInfo;
方法or属性:supportDimensions: Array<number>;
旧版本信息:
类名:FormInfo;
方法or属性:supportDimensions: Array<number>;
新版本信息:Array<number>
@ohos.app.form.formInfo.d.ts
type有变化 类名:FormInfo;
方法or属性:customizeData: { [key: string]: [value: string] };
旧版本信息:
类名:FormInfo;
方法or属性:customizeData: { [key: string]: [value: string] };
新版本信息:object
@ohos.app.form.formInfo.d.ts
type有变化 类名:FormStateInfo;
方法or属性:formState: FormState;
旧版本信息:
类名:FormStateInfo;
方法or属性:formState: FormState;
新版本信息:FormState
@ohos.app.form.formInfo.d.ts
type有变化 类名:FormStateInfo;
方法or属性:want: Want;
旧版本信息:
类名:FormStateInfo;
方法or属性:want: Want;
新版本信息:Want
@ohos.app.form.formInfo.d.ts
type有变化 类名:FormInfoFilter;
方法or属性:moduleName?: string;
旧版本信息:
类名:FormInfoFilter;
方法or属性:moduleName?: string;
新版本信息:?string
@ohos.app.form.formInfo.d.ts
type有变化 类名:Configuration;
方法or属性:language?: string;
旧版本信息:
类名:Configuration;
方法or属性:language?: string;
新版本信息:?string
@ohos.application.Configuration.d.ts
type有变化 类名:Configuration;
方法or属性:colorMode?: ConfigurationConstant.ColorMode;
旧版本信息:
类名:Configuration;
方法or属性:colorMode?: ConfigurationConstant.ColorMode;
新版本信息:?ConfigurationConstant.ColorMode
@ohos.application.Configuration.d.ts
type有变化 类名:FormBindingData;
方法or属性:data: Object;
旧版本信息:
类名:FormBindingData;
方法or属性:data: Object;
新版本信息:Object
@ohos.application.formBindingData.d.ts
type有变化 类名:FormInfo;
方法or属性:bundleName: string;
旧版本信息:
类名:FormInfo;
方法or属性:bundleName: string;
新版本信息:string
@ohos.application.formInfo.d.ts
type有变化 类名:FormInfo;
方法or属性:moduleName: string;
旧版本信息:
类名:FormInfo;
方法or属性:moduleName: string;
新版本信息:string
@ohos.application.formInfo.d.ts
type有变化 类名:FormInfo;
方法or属性:abilityName: string;
旧版本信息:
类名:FormInfo;
方法or属性:abilityName: string;
新版本信息:string
@ohos.application.formInfo.d.ts
type有变化 类名:FormInfo;
方法or属性:name: string;
旧版本信息:
类名:FormInfo;
方法or属性:name: string;
新版本信息:string
@ohos.application.formInfo.d.ts
type有变化 类名:FormInfo;
方法or属性:description: string;
旧版本信息:
类名:FormInfo;
方法or属性:description: string;
新版本信息:string
@ohos.application.formInfo.d.ts
type有变化 类名:FormInfo;
方法or属性:type: FormType;
旧版本信息:
类名:FormInfo;
方法or属性:type: FormType;
新版本信息:FormType
@ohos.application.formInfo.d.ts
type有变化 类名:FormInfo;
方法or属性:jsComponentName: string;
旧版本信息:
类名:FormInfo;
方法or属性:jsComponentName: string;
新版本信息:string
@ohos.application.formInfo.d.ts
type有变化 类名:FormInfo;
方法or属性:colorMode: ColorMode;
旧版本信息:
类名:FormInfo;
方法or属性:colorMode: ColorMode;
新版本信息:ColorMode
@ohos.application.formInfo.d.ts
type有变化 类名:FormInfo;
方法or属性:isDefault: boolean;
旧版本信息:
类名:FormInfo;
方法or属性:isDefault: boolean;
新版本信息:boolean
@ohos.application.formInfo.d.ts
type有变化 类名:FormInfo;
方法or属性:updateEnabled: boolean;
旧版本信息:
类名:FormInfo;
方法or属性:updateEnabled: boolean;
新版本信息:boolean
@ohos.application.formInfo.d.ts
type有变化 类名:FormInfo;
方法or属性:formVisibleNotify: boolean;
旧版本信息:
类名:FormInfo;
方法or属性:formVisibleNotify: boolean;
新版本信息:boolean
@ohos.application.formInfo.d.ts
type有变化 类名:FormInfo;
方法or属性:relatedBundleName: string;
旧版本信息:
类名:FormInfo;
方法or属性:relatedBundleName: string;
新版本信息:string
@ohos.application.formInfo.d.ts
type有变化 类名:FormInfo;
方法or属性:scheduledUpdateTime: string;
旧版本信息:
类名:FormInfo;
方法or属性:scheduledUpdateTime: string;
新版本信息:string
@ohos.application.formInfo.d.ts
type有变化 类名:FormInfo;
方法or属性:formConfigAbility: string;
旧版本信息:
类名:FormInfo;
方法or属性:formConfigAbility: string;
新版本信息:string
@ohos.application.formInfo.d.ts
type有变化 类名:FormInfo;
方法or属性:updateDuration: number;
旧版本信息:
类名:FormInfo;
方法or属性:updateDuration: number;
新版本信息:number
@ohos.application.formInfo.d.ts
type有变化 类名:FormInfo;
方法or属性:defaultDimension: number;
旧版本信息:
类名:FormInfo;
方法or属性:defaultDimension: number;
新版本信息:number
@ohos.application.formInfo.d.ts
type有变化 类名:FormInfo;
方法or属性:supportDimensions: Array<number>;
旧版本信息:
类名:FormInfo;
方法or属性:supportDimensions: Array<number>;
新版本信息:Array<number>
@ohos.application.formInfo.d.ts
type有变化 类名:FormInfo;
方法or属性:customizeData: { [key: string]: [value: string] };
旧版本信息:
类名:FormInfo;
方法or属性:customizeData: { [key: string]: [value: string] };
新版本信息:object
@ohos.application.formInfo.d.ts
type有变化 类名:FormStateInfo;
方法or属性:formState: FormState;
旧版本信息:
类名:FormStateInfo;
方法or属性:formState: FormState;
新版本信息:FormState
@ohos.application.formInfo.d.ts
type有变化 类名:FormStateInfo;
方法or属性:want: Want;
旧版本信息:
类名:FormStateInfo;
方法or属性:want: Want;
新版本信息:Want
@ohos.application.formInfo.d.ts
type有变化 类名:Want;
方法or属性:deviceId?: string;
旧版本信息:
类名:Want;
方法or属性:deviceId?: string;
新版本信息:?string
@ohos.application.Want.d.ts
type有变化 类名:Want;
方法or属性:bundleName?: string;
旧版本信息:
类名:Want;
方法or属性:bundleName?: string;
新版本信息:?string
@ohos.application.Want.d.ts
type有变化 类名:Want;
方法or属性:abilityName?: string;
旧版本信息:
类名:Want;
方法or属性:abilityName?: string;
新版本信息:?string
@ohos.application.Want.d.ts
type有变化 类名:Want;
方法or属性:uri?: string;
旧版本信息:
类名:Want;
方法or属性:uri?: string;
新版本信息:?string
@ohos.application.Want.d.ts
type有变化 类名:Want;
方法or属性:type?: string;
旧版本信息:
类名:Want;
方法or属性:type?: string;
新版本信息:?string
@ohos.application.Want.d.ts
type有变化 类名:Want;
方法or属性:flags?: number;
旧版本信息:
类名:Want;
方法or属性:flags?: number;
新版本信息:?number
@ohos.application.Want.d.ts
type有变化 类名:Want;
方法or属性:action?: string;
旧版本信息:
类名:Want;
方法or属性:action?: string;
新版本信息:?string
@ohos.application.Want.d.ts
type有变化 类名:Want;
方法or属性:parameters?: { [key: string]: any };
旧版本信息:
类名:Want;
方法or属性:parameters?: { [key: string]: any };
新版本信息:?object
@ohos.application.Want.d.ts
type有变化 类名:Want;
方法or属性:entities?: Array<string>;
旧版本信息:
类名:Want;
方法or属性:entities?: Array<string>;
新版本信息:?Array<string>
@ohos.application.Want.d.ts
type有变化 类名:CompleteData;
方法or属性:info: WantAgent;
旧版本信息:
类名:CompleteData;
方法or属性:info: WantAgent;
新版本信息:WantAgent
@ohos.wantAgent.d.ts
type有变化 类名:CompleteData;
方法or属性:want: Want;
旧版本信息:
类名:CompleteData;
方法or属性:want: Want;
新版本信息:Want
@ohos.wantAgent.d.ts
type有变化 类名:CompleteData;
方法or属性:finalCode: number;
旧版本信息:
类名:CompleteData;
方法or属性:finalCode: number;
新版本信息:number
@ohos.wantAgent.d.ts
type有变化 类名:CompleteData;
方法or属性:finalData: string;
旧版本信息:
类名:CompleteData;
方法or属性:finalData: string;
新版本信息:string
@ohos.wantAgent.d.ts
type有变化 类名:CompleteData;
方法or属性:extraInfo?: { [key: string]: any };
旧版本信息:
类名:CompleteData;
方法or属性:extraInfo?: { [key: string]: any };
新版本信息:?object
@ohos.wantAgent.d.ts
type有变化 类名:AbilityResult;
方法or属性:resultCode: number;
旧版本信息:
类名:AbilityResult;
方法or属性:resultCode: number;
新版本信息:number
abilityResult.d.ts
type有变化 类名:AbilityResult;
方法or属性:want?: Want;
旧版本信息:
类名:AbilityResult;
方法or属性:want?: Want;
新版本信息:?Want
abilityResult.d.ts
type有变化 类名:DataAbilityOperation;
方法or属性:uri: string;
旧版本信息:
类名:DataAbilityOperation;
方法or属性:uri: string;
新版本信息:string
dataAbilityOperation.d.ts
type有变化 类名:DataAbilityOperation;
方法or属性:type: featureAbility.DataAbilityOperationType;
旧版本信息:
类名:DataAbilityOperation;
方法or属性:type: featureAbility.DataAbilityOperationType;
新版本信息:featureAbility.DataAbilityOperationType
dataAbilityOperation.d.ts
type有变化 类名:DataAbilityOperation;
方法or属性:valuesBucket?: rdb.ValuesBucket;
旧版本信息:
类名:DataAbilityOperation;
方法or属性:valuesBucket?: rdb.ValuesBucket;
新版本信息:?rdb.ValuesBucket
dataAbilityOperation.d.ts
type有变化 类名:DataAbilityOperation;
方法or属性:valueBackReferences?: rdb.ValuesBucket;
旧版本信息:
类名:DataAbilityOperation;
方法or属性:valueBackReferences?: rdb.ValuesBucket;
新版本信息:?rdb.ValuesBucket
dataAbilityOperation.d.ts
type有变化 类名:DataAbilityOperation;
方法or属性:predicates?: dataAbility.DataAbilityPredicates;
旧版本信息:
类名:DataAbilityOperation;
方法or属性:predicates?: dataAbility.DataAbilityPredicates;
新版本信息:?dataAbility.DataAbilityPredicates
dataAbilityOperation.d.ts
type有变化 类名:DataAbilityOperation;
方法or属性:predicatesBackReferences?: Map<number, number>;
旧版本信息:
类名:DataAbilityOperation;
方法or属性:predicatesBackReferences?: Map<number, number>;
新版本信息:?Map<number, number>
dataAbilityOperation.d.ts
type有变化 类名:DataAbilityOperation;
方法or属性:interrupted?: boolean;
旧版本信息:
类名:DataAbilityOperation;
方法or属性:interrupted?: boolean;
新版本信息:?boolean
dataAbilityOperation.d.ts
type有变化 类名:DataAbilityOperation;
方法or属性:expectedCount?: number;
旧版本信息:
类名:DataAbilityOperation;
方法or属性:expectedCount?: number;
新版本信息:?number
dataAbilityOperation.d.ts
type有变化 类名:DataAbilityResult;
方法or属性:uri?: string;
旧版本信息:
类名:DataAbilityResult;
方法or属性:uri?: string;
新版本信息:?string
dataAbilityResult.d.ts
type有变化 类名:DataAbilityResult;
方法or属性:count?: number;
旧版本信息:
类名:DataAbilityResult;
方法or属性:count?: number;
新版本信息:?number
dataAbilityResult.d.ts
type有变化 类名:StartAbilityParameter;
方法or属性:want: Want;
旧版本信息:
类名:StartAbilityParameter;
方法or属性:want: Want;
新版本信息:Want
startAbilityParameter.d.ts
type有变化 类名:StartAbilityParameter;
方法or属性:abilityStartSetting?: { [key: string]: any };
旧版本信息:
类名:StartAbilityParameter;
方法or属性:abilityStartSetting?: { [key: string]: any };
新版本信息:?object
startAbilityParameter.d.ts
type有变化 类名:Want;
方法or属性:deviceId?: string;
旧版本信息:
类名:Want;
方法or属性:deviceId?: string;
新版本信息:?string
want.d.ts
type有变化 类名:Want;
方法or属性:bundleName?: string;
旧版本信息:
类名:Want;
方法or属性:bundleName?: string;
新版本信息:?string
want.d.ts
type有变化 类名:Want;
方法or属性:abilityName?: string;
旧版本信息:
类名:Want;
方法or属性:abilityName?: string;
新版本信息:?string
want.d.ts
type有变化 类名:Want;
方法or属性:uri?: string;
旧版本信息:
类名:Want;
方法or属性:uri?: string;
新版本信息:?string
want.d.ts
type有变化 类名:Want;
方法or属性:type?: string;
旧版本信息:
类名:Want;
方法or属性:type?: string;
新版本信息:?string
want.d.ts
type有变化 类名:Want;
方法or属性:flags?: number;
旧版本信息:
类名:Want;
方法or属性:flags?: number;
新版本信息:?number
want.d.ts
type有变化 类名:Want;
方法or属性:action?: string;
旧版本信息:
类名:Want;
方法or属性:action?: string;
新版本信息:?string
want.d.ts
type有变化 类名:Want;
方法or属性:parameters?: { [key: string]: any };
旧版本信息:
类名:Want;
方法or属性:parameters?: { [key: string]: any };
新版本信息:?object
want.d.ts
type有变化 类名:Want;
方法or属性:entities?: Array<string>;
旧版本信息:
类名:Want;
方法or属性:entities?: Array<string>;
新版本信息:?Array<string>
want.d.ts
type有变化 类名:AppVersionInfo;
方法or属性:readonly appName: string;
旧版本信息:
类名:AppVersionInfo;
方法or属性:readonly appName: string;
新版本信息:string
appVersionInfo.d.ts
type有变化 类名:AppVersionInfo;
方法or属性:readonly versionCode: number;
旧版本信息:
类名:AppVersionInfo;
方法or属性:readonly versionCode: number;
新版本信息:number
appVersionInfo.d.ts
type有变化 类名:AppVersionInfo;
方法or属性:readonly versionName: string;
旧版本信息:
类名:AppVersionInfo;
方法or属性:readonly versionName: string;
新版本信息:string
appVersionInfo.d.ts
type有变化 类名:PermissionRequestResult;
方法or属性:requestCode: number;
旧版本信息:
类名:PermissionRequestResult;
方法or属性:requestCode: number;
新版本信息:number
context.d.ts
type有变化 类名:PermissionRequestResult;
方法or属性:permissions: Array<string>;
旧版本信息:
类名:PermissionRequestResult;
方法or属性:permissions: Array<string>;
新版本信息:Array<string>
context.d.ts
type有变化 类名:PermissionRequestResult;
方法or属性:authResults: Array<number>;
旧版本信息:
类名:PermissionRequestResult;
方法or属性:authResults: Array<number>;
新版本信息:Array<number>
context.d.ts
type有变化 类名:PermissionOptions;
方法or属性:pid?: number;
旧版本信息:
类名:PermissionOptions;
方法or属性:pid?: number;
新版本信息:?number
context.d.ts
type有变化 类名:PermissionOptions;
方法or属性:uid?: number;
旧版本信息:
类名:PermissionOptions;
方法or属性:uid?: number;
新版本信息:?number
context.d.ts
type有变化 类名:ProcessInfo;
方法or属性:pid: number;
旧版本信息:
类名:ProcessInfo;
方法or属性:pid: number;
新版本信息:number
processInfo.d.ts
type有变化 类名:ProcessInfo;
方法or属性:processName: string;
旧版本信息:
类名:ProcessInfo;
方法or属性:processName: string;
新版本信息:string
processInfo.d.ts
type有变化 类名:AbilityDelegatorArgs;
方法or属性:bundleName: string;
旧版本信息:
类名:AbilityDelegatorArgs;
方法or属性:bundleName: string;
新版本信息:string
abilityDelegatorArgs.d.ts
type有变化 类名:AbilityDelegatorArgs;
方法or属性:parameters: { [key: string]: string };
旧版本信息:
类名:AbilityDelegatorArgs;
方法or属性:parameters: { [key: string]: string };
新版本信息:object
abilityDelegatorArgs.d.ts
type有变化 类名:AbilityDelegatorArgs;
方法or属性:testCaseNames: string;
旧版本信息:
类名:AbilityDelegatorArgs;
方法or属性:testCaseNames: string;
新版本信息:string
abilityDelegatorArgs.d.ts
type有变化 类名:AbilityDelegatorArgs;
方法or属性:testRunnerClassName: string;
旧版本信息:
类名:AbilityDelegatorArgs;
方法or属性:testRunnerClassName: string;
新版本信息:string
abilityDelegatorArgs.d.ts
type有变化 类名:AbilityMonitor;
方法or属性:abilityName: string;
旧版本信息:
类名:AbilityMonitor;
方法or属性:abilityName: string;
新版本信息:string
AbilityMonitor.d.ts
type有变化 类名:AbilityMonitor;
方法or属性:moduleName?: string;
旧版本信息:
类名:AbilityMonitor;
方法or属性:moduleName?: string;
新版本信息:?string
AbilityMonitor.d.ts
type有变化 类名:AbilityRunningInfo;
方法or属性:ability: ElementName;
旧版本信息:
类名:AbilityRunningInfo;
方法or属性:ability: ElementName;
新版本信息:ElementName
AbilityRunningInfo.d.ts
type有变化 类名:AbilityRunningInfo;
方法or属性:pid: number;
旧版本信息:
类名:AbilityRunningInfo;
方法or属性:pid: number;
新版本信息:number
AbilityRunningInfo.d.ts
type有变化 类名:AbilityRunningInfo;
方法or属性:uid: number;
旧版本信息:
类名:AbilityRunningInfo;
方法or属性:uid: number;
新版本信息:number
AbilityRunningInfo.d.ts
type有变化 类名:AbilityRunningInfo;
方法or属性:processName: string;
旧版本信息:
类名:AbilityRunningInfo;
方法or属性:processName: string;
新版本信息:string
AbilityRunningInfo.d.ts
type有变化 类名:AbilityRunningInfo;
方法or属性:startTime: number;
旧版本信息:
类名:AbilityRunningInfo;
方法or属性:startTime: number;
新版本信息:number
AbilityRunningInfo.d.ts
type有变化 类名:AbilityRunningInfo;
方法or属性:abilityState: abilityManager.AbilityState;
旧版本信息:
类名:AbilityRunningInfo;
方法or属性:abilityState: abilityManager.AbilityState;
新版本信息:abilityManager.AbilityState
AbilityRunningInfo.d.ts
type有变化 类名:AbilityStageContext;
方法or属性:currentHapModuleInfo: HapModuleInfo;
旧版本信息:
类名:AbilityStageContext;
方法or属性:currentHapModuleInfo: HapModuleInfo;
新版本信息:HapModuleInfo
AbilityStageContext.d.ts
type有变化 类名:AbilityStageContext;
方法or属性:config: Configuration;
旧版本信息:
类名:AbilityStageContext;
方法or属性:config: Configuration;
新版本信息:Configuration
AbilityStageContext.d.ts
type有变化 类名:AbilityStageMonitor;
方法or属性:moduleName: string;
旧版本信息:
类名:AbilityStageMonitor;
方法or属性:moduleName: string;
新版本信息:string
AbilityStageMonitor.d.ts
type有变化 类名:AbilityStageMonitor;
方法or属性:srcEntrance: string;
旧版本信息:
类名:AbilityStageMonitor;
方法or属性:srcEntrance: string;
新版本信息:string
AbilityStageMonitor.d.ts
type有变化 类名:AbilityStateData;
方法or属性:moduleName: string;
旧版本信息:
类名:AbilityStateData;
方法or属性:moduleName: string;
新版本信息:string
AbilityStateData.d.ts
type有变化 类名:AbilityStateData;
方法or属性:bundleName: string;
旧版本信息:
类名:AbilityStateData;
方法or属性:bundleName: string;
新版本信息:string
AbilityStateData.d.ts
type有变化 类名:AbilityStateData;
方法or属性:abilityName: string;
旧版本信息:
类名:AbilityStateData;
方法or属性:abilityName: string;
新版本信息:string
AbilityStateData.d.ts
type有变化 类名:AbilityStateData;
方法or属性:pid: number;
旧版本信息:
类名:AbilityStateData;
方法or属性:pid: number;
新版本信息:number
AbilityStateData.d.ts
type有变化 类名:AbilityStateData;
方法or属性:uid: number;
旧版本信息:
类名:AbilityStateData;
方法or属性:uid: number;
新版本信息:number
AbilityStateData.d.ts
type有变化 类名:AbilityStateData;
方法or属性:state: number;
旧版本信息:
类名:AbilityStateData;
方法or属性:state: number;
新版本信息:number
AbilityStateData.d.ts
type有变化 类名:AbilityStateData;
方法or属性:abilityType: number;
旧版本信息:
类名:AbilityStateData;
方法or属性:abilityType: number;
新版本信息:number
AbilityStateData.d.ts
type有变化 类名:AppStateData;
方法or属性:bundleName: string;
旧版本信息:
类名:AppStateData;
方法or属性:bundleName: string;
新版本信息:string
AppStateData.d.ts
type有变化 类名:AppStateData;
方法or属性:uid: number;
旧版本信息:
类名:AppStateData;
方法or属性:uid: number;
新版本信息:number
AppStateData.d.ts
type有变化 类名:AppStateData;
方法or属性:state: number;
旧版本信息:
类名:AppStateData;
方法or属性:state: number;
新版本信息:number
AppStateData.d.ts
type有变化 类名:BaseContext;
方法or属性:stageMode: boolean;
旧版本信息:
类名:BaseContext;
方法or属性:stageMode: boolean;
新版本信息:boolean
BaseContext.d.ts
type有变化 类名:Context;
方法or属性:area: contextConstant.AreaMode;
旧版本信息:AreaMode
类名:Context;
方法or属性:area: contextConstant.AreaMode;
新版本信息:contextConstant.AreaMode
Context.d.ts
type有变化 类名:ContinueDeviceInfo;
方法or属性:srcDeviceId: string;
旧版本信息:
类名:ContinueDeviceInfo;
方法or属性:srcDeviceId: string;
新版本信息:string
ContinueDeviceInfo.d.ts
type有变化 类名:ContinueDeviceInfo;
方法or属性:dstDeviceId: string;
旧版本信息:
类名:ContinueDeviceInfo;
方法or属性:dstDeviceId: string;
新版本信息:string
ContinueDeviceInfo.d.ts
type有变化 类名:ContinueDeviceInfo;
方法or属性:missionId: number;
旧版本信息:
类名:ContinueDeviceInfo;
方法or属性:missionId: number;
新版本信息:number
ContinueDeviceInfo.d.ts
type有变化 类名:ContinueDeviceInfo;
方法or属性:wantParam: { [key: string]: any };
旧版本信息:
类名:ContinueDeviceInfo;
方法or属性:wantParam: { [key: string]: any };
新版本信息:object
ContinueDeviceInfo.d.ts
type有变化 类名:ExtensionContext;
方法or属性:currentHapModuleInfo: HapModuleInfo;
旧版本信息:
类名:ExtensionContext;
方法or属性:currentHapModuleInfo: HapModuleInfo;
新版本信息:HapModuleInfo
ExtensionContext.d.ts
type有变化 类名:ExtensionContext;
方法or属性:config: Configuration;
旧版本信息:
类名:ExtensionContext;
方法or属性:config: Configuration;
新版本信息:Configuration
ExtensionContext.d.ts
type有变化 类名:ExtensionContext;
方法or属性:extensionAbilityInfo: ExtensionAbilityInfo;
旧版本信息:
类名:ExtensionContext;
方法or属性:extensionAbilityInfo: ExtensionAbilityInfo;
新版本信息:ExtensionAbilityInfo
ExtensionContext.d.ts
type有变化 类名:ExtensionRunningInfo;
方法or属性:extension: ElementName;
旧版本信息:
类名:ExtensionRunningInfo;
方法or属性:extension: ElementName;
新版本信息:ElementName
ExtensionRunningInfo.d.ts
type有变化 类名:ExtensionRunningInfo;
方法or属性:pid: number;
旧版本信息:
类名:ExtensionRunningInfo;
方法or属性:pid: number;
新版本信息:number
ExtensionRunningInfo.d.ts
type有变化 类名:ExtensionRunningInfo;
方法or属性:uid: number;
旧版本信息:
类名:ExtensionRunningInfo;
方法or属性:uid: number;
新版本信息:number
ExtensionRunningInfo.d.ts
type有变化 类名:ExtensionRunningInfo;
方法or属性:processName: string;
旧版本信息:
类名:ExtensionRunningInfo;
方法or属性:processName: string;
新版本信息:string
ExtensionRunningInfo.d.ts
type有变化 类名:ExtensionRunningInfo;
方法or属性:startTime: number;
旧版本信息:
类名:ExtensionRunningInfo;
方法or属性:startTime: number;
新版本信息:number
ExtensionRunningInfo.d.ts
type有变化 类名:ExtensionRunningInfo;
方法or属性:clientPackage: Array<String>;
旧版本信息:
类名:ExtensionRunningInfo;
方法or属性:clientPackage: Array<String>;
新版本信息:Array<String>
ExtensionRunningInfo.d.ts
type有变化 类名:ExtensionRunningInfo;
方法or属性:type: bundle.ExtensionAbilityType;
旧版本信息:
类名:ExtensionRunningInfo;
方法or属性:type: bundle.ExtensionAbilityType;
新版本信息:bundle.ExtensionAbilityType
ExtensionRunningInfo.d.ts
type有变化 类名:MissionDeviceInfo;
方法or属性:deviceId: string;
旧版本信息:
类名:MissionDeviceInfo;
方法or属性:deviceId: string;
新版本信息:string
MissionDeviceInfo.d.ts
type有变化 类名:MissionInfo;
方法or属性:missionId: number;
旧版本信息:
类名:MissionInfo;
方法or属性:missionId: number;
新版本信息:number
MissionInfo.d.ts
type有变化 类名:MissionInfo;
方法or属性:runningState: number;
旧版本信息:
类名:MissionInfo;
方法or属性:runningState: number;
新版本信息:number
MissionInfo.d.ts
type有变化 类名:MissionInfo;
方法or属性:lockedState: boolean;
旧版本信息:
类名:MissionInfo;
方法or属性:lockedState: boolean;
新版本信息:boolean
MissionInfo.d.ts
type有变化 类名:MissionInfo;
方法or属性:timestamp: string;
旧版本信息:
类名:MissionInfo;
方法or属性:timestamp: string;
新版本信息:string
MissionInfo.d.ts
type有变化 类名:MissionInfo;
方法or属性:want: Want;
旧版本信息:
类名:MissionInfo;
方法or属性:want: Want;
新版本信息:Want
MissionInfo.d.ts
type有变化 类名:MissionInfo;
方法or属性:label: string;
旧版本信息:
类名:MissionInfo;
方法or属性:label: string;
新版本信息:string
MissionInfo.d.ts
type有变化 类名:MissionInfo;
方法or属性:iconPath: string;
旧版本信息:
类名:MissionInfo;
方法or属性:iconPath: string;
新版本信息:string
MissionInfo.d.ts
type有变化 类名:MissionInfo;
方法or属性:continuable: boolean;
旧版本信息:
类名:MissionInfo;
方法or属性:continuable: boolean;
新版本信息:boolean
MissionInfo.d.ts
type有变化 类名:MissionParameter;
方法or属性:deviceId: string;
旧版本信息:
类名:MissionParameter;
方法or属性:deviceId: string;
新版本信息:string
MissionParameter.d.ts
type有变化 类名:MissionParameter;
方法or属性:fixConflict: boolean;
旧版本信息:
类名:MissionParameter;
方法or属性:fixConflict: boolean;
新版本信息:boolean
MissionParameter.d.ts
type有变化 类名:MissionParameter;
方法or属性:tag: number;
旧版本信息:
类名:MissionParameter;
方法or属性:tag: number;
新版本信息:number
MissionParameter.d.ts
type有变化 类名:MissionSnapshot;
方法or属性:ability: ElementName;
旧版本信息:
类名:MissionSnapshot;
方法or属性:ability: ElementName;
新版本信息:ElementName
MissionSnapshot.d.ts
type有变化 类名:MissionSnapshot;
方法or属性:snapshot: image.PixelMap;
旧版本信息:
类名:MissionSnapshot;
方法or属性:snapshot: image.PixelMap;
新版本信息:image.PixelMap
MissionSnapshot.d.ts
type有变化 类名:ProcessData;
方法or属性:bundleName: string;
旧版本信息:
类名:ProcessData;
方法or属性:bundleName: string;
新版本信息:string
ProcessData.d.ts
type有变化 类名:ProcessData;
方法or属性:pid: number;
旧版本信息:
类名:ProcessData;
方法or属性:pid: number;
新版本信息:number
ProcessData.d.ts
type有变化 类名:ProcessData;
方法or属性:uid: number;
旧版本信息:
类名:ProcessData;
方法or属性:uid: number;
新版本信息:number
ProcessData.d.ts
type有变化 类名:ProcessData;
方法or属性:state: number;
旧版本信息:
类名:ProcessData;
方法or属性:state: number;
新版本信息:number
ProcessData.d.ts
type有变化 类名:ProcessData;
方法or属性:isContinuousTask: boolean;
旧版本信息:
类名:ProcessData;
方法or属性:isContinuousTask: boolean;
新版本信息:boolean
ProcessData.d.ts
type有变化 类名:ProcessData;
方法or属性:isKeepAlive: boolean;
旧版本信息:
类名:ProcessData;
方法or属性:isKeepAlive: boolean;
新版本信息:boolean
ProcessData.d.ts
type有变化 类名:ProcessInformation;
方法or属性:pid: number;
旧版本信息:
类名:ProcessInformation;
方法or属性:pid: number;
新版本信息:number
ProcessInformation.d.ts
type有变化 类名:ProcessInformation;
方法or属性:uid: number;
旧版本信息:
类名:ProcessInformation;
方法or属性:uid: number;
新版本信息:number
ProcessInformation.d.ts
type有变化 类名:ProcessInformation;
方法or属性:processName: string;
旧版本信息:
类名:ProcessInformation;
方法or属性:processName: string;
新版本信息:string
ProcessInformation.d.ts
type有变化 类名:ProcessInformation;
方法or属性:bundleNames: Array<string>;
旧版本信息:
类名:ProcessInformation;
方法or属性:bundleNames: Array<string>;
新版本信息:Array<string>
ProcessInformation.d.ts
type有变化 类名:ProcessRunningInfo;
方法or属性:pid: number;
旧版本信息:
类名:ProcessRunningInfo;
方法or属性:pid: number;
新版本信息:number
ProcessRunningInfo.d.ts
type有变化 类名:ProcessRunningInfo;
方法or属性:uid: number;
旧版本信息:
类名:ProcessRunningInfo;
方法or属性:uid: number;
新版本信息:number
ProcessRunningInfo.d.ts
type有变化 类名:ProcessRunningInfo;
方法or属性:processName: string;
旧版本信息:
类名:ProcessRunningInfo;
方法or属性:processName: string;
新版本信息:string
ProcessRunningInfo.d.ts
type有变化 类名:ProcessRunningInfo;
方法or属性:bundleNames: Array<string>;
旧版本信息:
类名:ProcessRunningInfo;
方法or属性:bundleNames: Array<string>;
新版本信息:Array<string>
ProcessRunningInfo.d.ts
type有变化 类名:ShellCmdResult;
方法or属性:stdResult: string;
旧版本信息:
类名:ShellCmdResult;
方法or属性:stdResult: string;
新版本信息:string
shellCmdResult.d.ts
type有变化 类名:ShellCmdResult;
方法or属性:exitCode: number;
旧版本信息:
类名:ShellCmdResult;
方法or属性:exitCode: number;
新版本信息:number
shellCmdResult.d.ts
type有变化 类名:ContinuationExtraParams;
方法or属性:deviceType?: Array<string>;
旧版本信息:
类名:ContinuationExtraParams;
方法or属性:deviceType?: Array<string>;
新版本信息:?Array<string>
continuationExtraParams.d.ts
type有变化 类名:ContinuationExtraParams;
方法or属性:targetBundle?: string;
旧版本信息:
类名:ContinuationExtraParams;
方法or属性:targetBundle?: string;
新版本信息:?string
continuationExtraParams.d.ts
type有变化 类名:ContinuationExtraParams;
方法or属性:description?: string;
旧版本信息:
类名:ContinuationExtraParams;
方法or属性:description?: string;
新版本信息:?string
continuationExtraParams.d.ts
type有变化 类名:ContinuationExtraParams;
方法or属性:filter?: any;
旧版本信息:
类名:ContinuationExtraParams;
方法or属性:filter?: any;
新版本信息:?any
continuationExtraParams.d.ts
type有变化 类名:ContinuationExtraParams;
方法or属性:continuationMode?: continuationManager.ContinuationMode;
旧版本信息:
类名:ContinuationExtraParams;
方法or属性:continuationMode?: continuationManager.ContinuationMode;
新版本信息:?continuationManager.ContinuationMode
continuationExtraParams.d.ts
type有变化 类名:ContinuationExtraParams;
方法or属性:authInfo?: { [key: string]: any };
旧版本信息:
类名:ContinuationExtraParams;
方法or属性:authInfo?: { [key: string]: any };
新版本信息:?object
continuationExtraParams.d.ts
type有变化 类名:ContinuationResult;
方法or属性:id: string;
旧版本信息:
类名:ContinuationResult;
方法or属性:id: string;
新版本信息:string
continuationResult.d.ts
type有变化 类名:ContinuationResult;
方法or属性:type: string;
旧版本信息:
类名:ContinuationResult;
方法or属性:type: string;
新版本信息:string
continuationResult.d.ts
type有变化 类名:ContinuationResult;
方法or属性:name: string;
旧版本信息:
类名:ContinuationResult;
方法or属性:name: string;
新版本信息:string
continuationResult.d.ts
type有变化 类名:TriggerInfo;
方法or属性:code: number;
旧版本信息:
类名:TriggerInfo;
方法or属性:code: number;
新版本信息:number
triggerInfo.d.ts
type有变化 类名:TriggerInfo;
方法or属性:want?: Want;
旧版本信息:
类名:TriggerInfo;
方法or属性:want?: Want;
新版本信息:?Want
triggerInfo.d.ts
type有变化 类名:TriggerInfo;
方法or属性:permission?: string;
旧版本信息:
类名:TriggerInfo;
方法or属性:permission?: string;
新版本信息:?string
triggerInfo.d.ts
type有变化 类名:TriggerInfo;
方法or属性:extraInfo?: { [key: string]: any };
旧版本信息:
类名:TriggerInfo;
方法or属性:extraInfo?: { [key: string]: any };
新版本信息:?object
triggerInfo.d.ts
type有变化 类名:WantAgentInfo;
方法or属性:wants: Array<Want>;
旧版本信息:
类名:WantAgentInfo;
方法or属性:wants: Array<Want>;
新版本信息:Array<Want>
wantAgentInfo.d.ts
type有变化 类名:WantAgentInfo;
方法or属性:operationType: wantAgent.OperationType;
旧版本信息:
类名:WantAgentInfo;
方法or属性:operationType: wantAgent.OperationType;
新版本信息:wantAgent.OperationType
wantAgentInfo.d.ts
type有变化 类名:WantAgentInfo;
方法or属性:requestCode: number;
旧版本信息:
类名:WantAgentInfo;
方法or属性:requestCode: number;
新版本信息:number
wantAgentInfo.d.ts
type有变化 类名:WantAgentInfo;
方法or属性:wantAgentFlags?: Array<wantAgent.WantAgentFlags>;
旧版本信息:
类名:WantAgentInfo;
方法or属性:wantAgentFlags?: Array<wantAgent.WantAgentFlags>;
新版本信息:?Array<wantAgent.WantAgentFlags>
wantAgentInfo.d.ts
type有变化 类名:WantAgentInfo;
方法or属性:extraInfo?: { [key: string]: any };
旧版本信息:
类名:WantAgentInfo;
方法or属性:extraInfo?: { [key: string]: any };
新版本信息:?object
wantAgentInfo.d.ts
函数有变化 类名:UIAbility;
方法or属性:onCreate(want: Want, param: AbilityConstant.LaunchParam): void;
类名:UIAbility;
方法or属性:onCreate(want: Want, launchParam: AbilityConstant.LaunchParam): void;
@ohos.app.ability.UIAbility.d.ts
函数有变化 类名:UIAbility;
方法or属性:onNewWant(want: Want, launchParams: AbilityConstant.LaunchParam): void;
类名:UIAbility;
方法or属性:onNewWant(want: Want, launchParam: AbilityConstant.LaunchParam): void;
@ohos.app.ability.UIAbility.d.ts
跨平台能力有变化 类名:AbilityConstant;
方法or属性:declare AbilityConstant
旧版本信息:
类名:AbilityConstant;
方法or属性:declare AbilityConstant
新版本信息:crossplatform
@ohos.app.ability.AbilityConstant.d.ts
跨平台能力有变化 类名:LaunchParam;
方法or属性:export interface LaunchParam
旧版本信息:
类名:LaunchParam;
方法or属性:export interface LaunchParam
新版本信息:crossplatform
@ohos.app.ability.AbilityConstant.d.ts
跨平台能力有变化 类名:LaunchParam;
方法or属性:launchReason: LaunchReason;
旧版本信息:
类名:LaunchParam;
方法or属性:launchReason: LaunchReason;
新版本信息:crossplatform
@ohos.app.ability.AbilityConstant.d.ts
跨平台能力有变化 类名:LaunchParam;
方法or属性:lastExitReason: LastExitReason;
旧版本信息:
类名:LaunchParam;
方法or属性:lastExitReason: LastExitReason;
新版本信息:crossplatform
@ohos.app.ability.AbilityConstant.d.ts
跨平台能力有变化 类名:LaunchReason;
方法or属性:export enum LaunchReason
旧版本信息:
类名:LaunchReason;
方法or属性:export enum LaunchReason
新版本信息:crossplatform
@ohos.app.ability.AbilityConstant.d.ts
跨平台能力有变化 类名:LaunchReason;
方法or属性:UNKNOWN = 0
旧版本信息:
类名:LaunchReason;
方法or属性:UNKNOWN = 0
新版本信息:crossplatform
@ohos.app.ability.AbilityConstant.d.ts
跨平台能力有变化 类名:LastExitReason;
方法or属性:UNKNOWN = 0
旧版本信息:
类名:LastExitReason;
方法or属性:UNKNOWN = 0
新版本信息:crossplatform
@ohos.app.ability.AbilityConstant.d.ts
跨平台能力有变化 类名:LastExitReason;
方法or属性:export enum LastExitReason
旧版本信息:
类名:LastExitReason;
方法or属性:export enum LastExitReason
新版本信息:crossplatform
@ohos.app.ability.AbilityConstant.d.ts
跨平台能力有变化 类名:abilityDelegatorRegistry;
方法or属性:declare abilityDelegatorRegistry
旧版本信息:
类名:abilityDelegatorRegistry;
方法or属性:declare abilityDelegatorRegistry
新版本信息:crossplatform
@ohos.app.ability.abilityDelegatorRegistry.d.ts
跨平台能力有变化 类名:abilityDelegatorRegistry;
方法or属性:function getAbilityDelegator(): AbilityDelegator;
旧版本信息:
类名:abilityDelegatorRegistry;
方法or属性:function getAbilityDelegator(): AbilityDelegator;
新版本信息:crossplatform
@ohos.app.ability.abilityDelegatorRegistry.d.ts
跨平台能力有变化 类名:abilityDelegatorRegistry;
方法or属性:function getArguments(): AbilityDelegatorArgs;
旧版本信息:
类名:abilityDelegatorRegistry;
方法or属性:function getArguments(): AbilityDelegatorArgs;
新版本信息:crossplatform
@ohos.app.ability.abilityDelegatorRegistry.d.ts
跨平台能力有变化 类名:abilityDelegatorRegistry;
方法or属性:export type AbilityDelegator = _AbilityDelegator;
旧版本信息:
类名:abilityDelegatorRegistry;
方法or属性:export type AbilityDelegator = _AbilityDelegator;
新版本信息:crossplatform
@ohos.app.ability.abilityDelegatorRegistry.d.ts
跨平台能力有变化 类名:abilityDelegatorRegistry;
方法or属性:export type AbilityDelegatorArgs = _AbilityDelegatorArgs;
旧版本信息:
类名:abilityDelegatorRegistry;
方法or属性:export type AbilityDelegatorArgs = _AbilityDelegatorArgs;
新版本信息:crossplatform
@ohos.app.ability.abilityDelegatorRegistry.d.ts
跨平台能力有变化 类名:abilityDelegatorRegistry;
方法or属性:export type AbilityMonitor = _AbilityMonitor;
旧版本信息:
类名:abilityDelegatorRegistry;
方法or属性:export type AbilityMonitor = _AbilityMonitor;
新版本信息:crossplatform
@ohos.app.ability.abilityDelegatorRegistry.d.ts
跨平台能力有变化 类名:AbilityLifecycleState;
方法or属性:export enum AbilityLifecycleState
旧版本信息:
类名:AbilityLifecycleState;
方法or属性:export enum AbilityLifecycleState
新版本信息:crossplatform
@ohos.app.ability.abilityDelegatorRegistry.d.ts
跨平台能力有变化 类名:AbilityLifecycleState;
方法or属性:UNINITIALIZED
旧版本信息:
类名:AbilityLifecycleState;
方法or属性:UNINITIALIZED
新版本信息:crossplatform
@ohos.app.ability.abilityDelegatorRegistry.d.ts
跨平台能力有变化 类名:AbilityLifecycleState;
方法or属性:CREATE
旧版本信息:
类名:AbilityLifecycleState;
方法or属性:CREATE
新版本信息:crossplatform
@ohos.app.ability.abilityDelegatorRegistry.d.ts
跨平台能力有变化 类名:AbilityLifecycleState;
方法or属性:FOREGROUND
旧版本信息:
类名:AbilityLifecycleState;
方法or属性:FOREGROUND
新版本信息:crossplatform
@ohos.app.ability.abilityDelegatorRegistry.d.ts
跨平台能力有变化 类名:AbilityLifecycleState;
方法or属性:BACKGROUND
旧版本信息:
类名:AbilityLifecycleState;
方法or属性:BACKGROUND
新版本信息:crossplatform
@ohos.app.ability.abilityDelegatorRegistry.d.ts
跨平台能力有变化 类名:AbilityLifecycleState;
方法or属性:DESTROY
旧版本信息:
类名:AbilityLifecycleState;
方法or属性:DESTROY
新版本信息:crossplatform
@ohos.app.ability.abilityDelegatorRegistry.d.ts
跨平台能力有变化 类名:AbilityLifecycleCallback;
方法or属性:export default class AbilityLifecycleCallback
旧版本信息:
类名:AbilityLifecycleCallback;
方法or属性:export default class AbilityLifecycleCallback
新版本信息:crossplatform
@ohos.app.ability.AbilityLifecycleCallback.d.ts
跨平台能力有变化 类名:AbilityLifecycleCallback;
方法or属性:onAbilityCreate(ability: UIAbility): void;
旧版本信息:
类名:AbilityLifecycleCallback;
方法or属性:onAbilityCreate(ability: UIAbility): void;
新版本信息:crossplatform
@ohos.app.ability.AbilityLifecycleCallback.d.ts
跨平台能力有变化 类名:AbilityLifecycleCallback;
方法or属性:onWindowStageCreate(ability: UIAbility, windowStage: window.WindowStage): void;
旧版本信息:
类名:AbilityLifecycleCallback;
方法or属性:onWindowStageCreate(ability: UIAbility, windowStage: window.WindowStage): void;
新版本信息:crossplatform
@ohos.app.ability.AbilityLifecycleCallback.d.ts
跨平台能力有变化 类名:AbilityLifecycleCallback;
方法or属性:onWindowStageDestroy(ability: UIAbility, windowStage: window.WindowStage): void;
旧版本信息:
类名:AbilityLifecycleCallback;
方法or属性:onWindowStageDestroy(ability: UIAbility, windowStage: window.WindowStage): void;
新版本信息:crossplatform
@ohos.app.ability.AbilityLifecycleCallback.d.ts
跨平台能力有变化 类名:AbilityLifecycleCallback;
方法or属性:onAbilityDestroy(ability: UIAbility): void;
旧版本信息:
类名:AbilityLifecycleCallback;
方法or属性:onAbilityDestroy(ability: UIAbility): void;
新版本信息:crossplatform
@ohos.app.ability.AbilityLifecycleCallback.d.ts
跨平台能力有变化 类名:AbilityLifecycleCallback;
方法or属性:onAbilityForeground(ability: UIAbility): void;
旧版本信息:
类名:AbilityLifecycleCallback;
方法or属性:onAbilityForeground(ability: UIAbility): void;
新版本信息:crossplatform
@ohos.app.ability.AbilityLifecycleCallback.d.ts
跨平台能力有变化 类名:AbilityLifecycleCallback;
方法or属性:onAbilityBackground(ability: UIAbility): void;
旧版本信息:
类名:AbilityLifecycleCallback;
方法or属性:onAbilityBackground(ability: UIAbility): void;
新版本信息:crossplatform
@ohos.app.ability.AbilityLifecycleCallback.d.ts
跨平台能力有变化 类名:AbilityStage;
方法or属性:export default class AbilityStage
旧版本信息:
类名:AbilityStage;
方法or属性:export default class AbilityStage
新版本信息:crossplatform
@ohos.app.ability.AbilityStage.d.ts
跨平台能力有变化 类名:AbilityStage;
方法or属性:context: AbilityStageContext;
旧版本信息:
类名:AbilityStage;
方法or属性:context: AbilityStageContext;
新版本信息:crossplatform
@ohos.app.ability.AbilityStage.d.ts
跨平台能力有变化 类名:AbilityStage;
方法or属性:onCreate(): void;
旧版本信息:
类名:AbilityStage;
方法or属性:onCreate(): void;
新版本信息:crossplatform
@ohos.app.ability.AbilityStage.d.ts
跨平台能力有变化 类名:AbilityStage;
方法or属性:onConfigurationUpdate(newConfig: Configuration): void;
旧版本信息:
类名:AbilityStage;
方法or属性:onConfigurationUpdate(newConfig: Configuration): void;
新版本信息:crossplatform
@ohos.app.ability.AbilityStage.d.ts
跨平台能力有变化 类名:common;
方法or属性:declare common
旧版本信息:
类名:common;
方法or属性:declare common
新版本信息:crossplatform
@ohos.app.ability.common.d.ts
跨平台能力有变化 类名:common;
方法or属性:export type UIAbilityContext = _UIAbilityContext.default;
旧版本信息:
类名:common;
方法or属性:export type UIAbilityContext = _UIAbilityContext.default;
新版本信息:crossplatform
@ohos.app.ability.common.d.ts
跨平台能力有变化 类名:common;
方法or属性:export type AbilityStageContext = _AbilityStageContext.default;
旧版本信息:
类名:common;
方法or属性:export type AbilityStageContext = _AbilityStageContext.default;
新版本信息:crossplatform
@ohos.app.ability.common.d.ts
跨平台能力有变化 类名:common;
方法or属性:export type ApplicationContext = _ApplicationContext.default;
旧版本信息:
类名:common;
方法or属性:export type ApplicationContext = _ApplicationContext.default;
新版本信息:crossplatform
@ohos.app.ability.common.d.ts
跨平台能力有变化 类名:common;
方法or属性:export type BaseContext = _BaseContext.default;
旧版本信息:
类名:common;
方法or属性:export type BaseContext = _BaseContext.default;
新版本信息:crossplatform
@ohos.app.ability.common.d.ts
跨平台能力有变化 类名:common;
方法or属性:export type Context = _Context.default;
旧版本信息:
类名:common;
方法or属性:export type Context = _Context.default;
新版本信息:crossplatform
@ohos.app.ability.common.d.ts
跨平台能力有变化 类名:Configuration;
方法or属性:export interface Configuration
旧版本信息:
类名:Configuration;
方法or属性:export interface Configuration
新版本信息:crossplatform
@ohos.app.ability.Configuration.d.ts
跨平台能力有变化 类名:Configuration;
方法or属性:colorMode?: ConfigurationConstant.ColorMode;
旧版本信息:
类名:Configuration;
方法or属性:colorMode?: ConfigurationConstant.ColorMode;
新版本信息:crossplatform
@ohos.app.ability.Configuration.d.ts
跨平台能力有变化 类名:Configuration;
方法or属性:direction?: ConfigurationConstant.Direction;
旧版本信息:
类名:Configuration;
方法or属性:direction?: ConfigurationConstant.Direction;
新版本信息:crossplatform
@ohos.app.ability.Configuration.d.ts
跨平台能力有变化 类名:ColorMode;
方法or属性:export enum ColorMode
旧版本信息:
类名:ColorMode;
方法or属性:export enum ColorMode
新版本信息:crossplatform
@ohos.app.ability.ConfigurationConstant.d.ts
跨平台能力有变化 类名:ColorMode;
方法or属性:COLOR_MODE_NOT_SET = -1
旧版本信息:
类名:ColorMode;
方法or属性:COLOR_MODE_NOT_SET = -1
新版本信息:crossplatform
@ohos.app.ability.ConfigurationConstant.d.ts
跨平台能力有变化 类名:ColorMode;
方法or属性:COLOR_MODE_DARK = 0
旧版本信息:
类名:ColorMode;
方法or属性:COLOR_MODE_DARK = 0
新版本信息:crossplatform
@ohos.app.ability.ConfigurationConstant.d.ts
跨平台能力有变化 类名:ColorMode;
方法or属性:COLOR_MODE_LIGHT = 1
旧版本信息:
类名:ColorMode;
方法or属性:COLOR_MODE_LIGHT = 1
新版本信息:crossplatform
@ohos.app.ability.ConfigurationConstant.d.ts
跨平台能力有变化 类名:Direction;
方法or属性:export enum Direction
旧版本信息:
类名:Direction;
方法or属性:export enum Direction
新版本信息:crossplatform
@ohos.app.ability.ConfigurationConstant.d.ts
跨平台能力有变化 类名:Direction;
方法or属性:DIRECTION_NOT_SET = -1
旧版本信息:
类名:Direction;
方法or属性:DIRECTION_NOT_SET = -1
新版本信息:crossplatform
@ohos.app.ability.ConfigurationConstant.d.ts
跨平台能力有变化 类名:Direction;
方法or属性:DIRECTION_VERTICAL = 0
旧版本信息:
类名:Direction;
方法or属性:DIRECTION_VERTICAL = 0
新版本信息:crossplatform
@ohos.app.ability.ConfigurationConstant.d.ts
跨平台能力有变化 类名:Direction;
方法or属性:DIRECTION_HORIZONTAL = 1
旧版本信息:
类名:Direction;
方法or属性:DIRECTION_HORIZONTAL = 1
新版本信息:crossplatform
@ohos.app.ability.ConfigurationConstant.d.ts
跨平台能力有变化 类名:UIAbility;
方法or属性:export default class UIAbility
旧版本信息:
类名:UIAbility;
方法or属性:export default class UIAbility
新版本信息:crossplatform
@ohos.app.ability.UIAbility.d.ts
跨平台能力有变化 类名:UIAbility;
方法or属性:context: UIAbilityContext;
旧版本信息:
类名:UIAbility;
方法or属性:context: UIAbilityContext;
新版本信息:crossplatform
@ohos.app.ability.UIAbility.d.ts
跨平台能力有变化 类名:UIAbility;
方法or属性:onCreate(want: Want, launchParam: AbilityConstant.LaunchParam): void;
旧版本信息:
类名:UIAbility;
方法or属性:onCreate(want: Want, launchParam: AbilityConstant.LaunchParam): void;
新版本信息:crossplatform
@ohos.app.ability.UIAbility.d.ts
跨平台能力有变化 类名:UIAbility;
方法or属性:onWindowStageCreate(windowStage: window.WindowStage): void;
旧版本信息:
类名:UIAbility;
方法or属性:onWindowStageCreate(windowStage: window.WindowStage): void;
新版本信息:crossplatform
@ohos.app.ability.UIAbility.d.ts
跨平台能力有变化 类名:UIAbility;
方法or属性:onWindowStageDestroy(): void;
旧版本信息:
类名:UIAbility;
方法or属性:onWindowStageDestroy(): void;
新版本信息:crossplatform
@ohos.app.ability.UIAbility.d.ts
跨平台能力有变化 类名:UIAbility;
方法or属性:onDestroy(): void | Promise<void>;
旧版本信息:
类名:UIAbility;
方法or属性:onDestroy(): void | Promise<void>;
新版本信息:crossplatform
@ohos.app.ability.UIAbility.d.ts
跨平台能力有变化 类名:UIAbility;
方法or属性:onForeground(): void;
旧版本信息:
类名:UIAbility;
方法or属性:onForeground(): void;
新版本信息:crossplatform
@ohos.app.ability.UIAbility.d.ts
跨平台能力有变化 类名:UIAbility;
方法or属性:onBackground(): void;
旧版本信息:
类名:UIAbility;
方法or属性:onBackground(): void;
新版本信息:crossplatform
@ohos.app.ability.UIAbility.d.ts
跨平台能力有变化 类名:UIAbility;
方法or属性:onNewWant(want: Want, launchParam: AbilityConstant.LaunchParam): void;
旧版本信息:
类名:UIAbility;
方法or属性:onNewWant(want: Want, launchParam: AbilityConstant.LaunchParam): void;
新版本信息:crossplatform
@ohos.app.ability.UIAbility.d.ts
跨平台能力有变化 类名:Want;
方法or属性:export default class Want
旧版本信息:
类名:Want;
方法or属性:export default class Want
新版本信息:crossplatform
@ohos.app.ability.Want.d.ts
跨平台能力有变化 类名:Want;
方法or属性:bundleName?: string;
旧版本信息:
类名:Want;
方法or属性:bundleName?: string;
新版本信息:crossplatform
@ohos.app.ability.Want.d.ts
跨平台能力有变化 类名:Want;
方法or属性:abilityName?: string;
旧版本信息:
类名:Want;
方法or属性:abilityName?: string;
新版本信息:crossplatform
@ohos.app.ability.Want.d.ts
跨平台能力有变化 类名:Want;
方法or属性:parameters?: { [key: string]: Object };
旧版本信息:
类名:Want;
方法or属性:parameters?: { [key: string]: Object };
新版本信息:crossplatform
@ohos.app.ability.Want.d.ts
跨平台能力有变化 类名:Want;
方法or属性:moduleName?: string;
旧版本信息:
类名:Want;
方法or属性:moduleName?: string;
新版本信息:crossplatform
@ohos.app.ability.Want.d.ts
跨平台能力有变化 类名:AbilityDelegator;
方法or属性:export interface AbilityDelegator
旧版本信息:
类名:AbilityDelegator;
方法or属性:export interface AbilityDelegator
新版本信息:crossplatform
AbilityDelegator.d.ts
跨平台能力有变化 类名:AbilityDelegator;
方法or属性:addAbilityMonitor(monitor: AbilityMonitor, callback: AsyncCallback<void>): void;
旧版本信息:
类名:AbilityDelegator;
方法or属性:addAbilityMonitor(monitor: AbilityMonitor, callback: AsyncCallback<void>): void;
新版本信息:crossplatform
AbilityDelegator.d.ts
跨平台能力有变化 类名:AbilityDelegator;
方法or属性:addAbilityMonitor(monitor: AbilityMonitor): Promise<void>;
旧版本信息:
类名:AbilityDelegator;
方法or属性:addAbilityMonitor(monitor: AbilityMonitor): Promise<void>;
新版本信息:crossplatform
AbilityDelegator.d.ts
跨平台能力有变化 类名:AbilityDelegator;
方法or属性:addAbilityStageMonitor(monitor: AbilityStageMonitor, callback: AsyncCallback<void>): void;
旧版本信息:
类名:AbilityDelegator;
方法or属性:addAbilityStageMonitor(monitor: AbilityStageMonitor, callback: AsyncCallback<void>): void;
新版本信息:crossplatform
AbilityDelegator.d.ts
跨平台能力有变化 类名:AbilityDelegator;
方法or属性:addAbilityStageMonitor(monitor: AbilityStageMonitor): Promise<void>;
旧版本信息:
类名:AbilityDelegator;
方法or属性:addAbilityStageMonitor(monitor: AbilityStageMonitor): Promise<void>;
新版本信息:crossplatform
AbilityDelegator.d.ts
跨平台能力有变化 类名:AbilityDelegator;
方法or属性:removeAbilityMonitor(monitor: AbilityMonitor, callback: AsyncCallback<void>): void;
旧版本信息:
类名:AbilityDelegator;
方法or属性:removeAbilityMonitor(monitor: AbilityMonitor, callback: AsyncCallback<void>): void;
新版本信息:crossplatform
AbilityDelegator.d.ts
跨平台能力有变化 类名:AbilityDelegator;
方法or属性:removeAbilityMonitor(monitor: AbilityMonitor): Promise<void>;
旧版本信息:
类名:AbilityDelegator;
方法or属性:removeAbilityMonitor(monitor: AbilityMonitor): Promise<void>;
新版本信息:crossplatform
AbilityDelegator.d.ts
跨平台能力有变化 类名:AbilityDelegator;
方法or属性:removeAbilityStageMonitor(monitor: AbilityStageMonitor, callback: AsyncCallback<void>): void;
旧版本信息:
类名:AbilityDelegator;
方法or属性:removeAbilityStageMonitor(monitor: AbilityStageMonitor, callback: AsyncCallback<void>): void;
新版本信息:crossplatform
AbilityDelegator.d.ts
跨平台能力有变化 类名:AbilityDelegator;
方法or属性:removeAbilityStageMonitor(monitor: AbilityStageMonitor): Promise<void>;
旧版本信息:
类名:AbilityDelegator;
方法or属性:removeAbilityStageMonitor(monitor: AbilityStageMonitor): Promise<void>;
新版本信息:crossplatform
AbilityDelegator.d.ts
跨平台能力有变化 类名:AbilityDelegator;
方法or属性:waitAbilityMonitor(monitor: AbilityMonitor, callback: AsyncCallback<UIAbility>): void;
旧版本信息:
类名:AbilityDelegator;
方法or属性:waitAbilityMonitor(monitor: AbilityMonitor, callback: AsyncCallback<UIAbility>): void;
新版本信息:crossplatform
AbilityDelegator.d.ts
跨平台能力有变化 类名:AbilityDelegator;
方法or属性:waitAbilityMonitor(monitor: AbilityMonitor, timeout: number, callback: AsyncCallback<UIAbility>): void;
旧版本信息:
类名:AbilityDelegator;
方法or属性:waitAbilityMonitor(monitor: AbilityMonitor, timeout: number, callback: AsyncCallback<UIAbility>): void;
新版本信息:crossplatform
AbilityDelegator.d.ts
跨平台能力有变化 类名:AbilityDelegator;
方法or属性:waitAbilityMonitor(monitor: AbilityMonitor, timeout?: number): Promise<UIAbility>;
旧版本信息:
类名:AbilityDelegator;
方法or属性:waitAbilityMonitor(monitor: AbilityMonitor, timeout?: number): Promise<UIAbility>;
新版本信息:crossplatform
AbilityDelegator.d.ts
跨平台能力有变化 类名:AbilityDelegator;
方法or属性:waitAbilityStageMonitor(monitor: AbilityStageMonitor, callback: AsyncCallback<AbilityStage>): void;
旧版本信息:
类名:AbilityDelegator;
方法or属性:waitAbilityStageMonitor(monitor: AbilityStageMonitor, callback: AsyncCallback<AbilityStage>): void;
新版本信息:crossplatform
AbilityDelegator.d.ts
跨平台能力有变化 类名:AbilityDelegator;
方法or属性:waitAbilityStageMonitor(monitor: AbilityStageMonitor, timeout: number, callback: AsyncCallback<AbilityStage>): void;
旧版本信息:
类名:AbilityDelegator;
方法or属性:waitAbilityStageMonitor(monitor: AbilityStageMonitor, timeout: number, callback: AsyncCallback<AbilityStage>): void;
新版本信息:crossplatform
AbilityDelegator.d.ts
跨平台能力有变化 类名:AbilityDelegator;
方法or属性:waitAbilityStageMonitor(monitor: AbilityStageMonitor, timeout?: number): Promise<AbilityStage>;
旧版本信息:
类名:AbilityDelegator;
方法or属性:waitAbilityStageMonitor(monitor: AbilityStageMonitor, timeout?: number): Promise<AbilityStage>;
新版本信息:crossplatform
AbilityDelegator.d.ts
跨平台能力有变化 类名:AbilityDelegator;
方法or属性:getAppContext(): Context;
旧版本信息:
类名:AbilityDelegator;
方法or属性:getAppContext(): Context;
新版本信息:crossplatform
AbilityDelegator.d.ts
跨平台能力有变化 类名:AbilityDelegator;
方法or属性:getAbilityState(ability: UIAbility): number;
旧版本信息:
类名:AbilityDelegator;
方法or属性:getAbilityState(ability: UIAbility): number;
新版本信息:crossplatform
AbilityDelegator.d.ts
跨平台能力有变化 类名:AbilityDelegator;
方法or属性:getCurrentTopAbility(callback: AsyncCallback<UIAbility>): void;
旧版本信息:
类名:AbilityDelegator;
方法or属性:getCurrentTopAbility(callback: AsyncCallback<UIAbility>): void;
新版本信息:crossplatform
AbilityDelegator.d.ts
跨平台能力有变化 类名:AbilityDelegator;
方法or属性:getCurrentTopAbility(): Promise<UIAbility>;
旧版本信息:
类名:AbilityDelegator;
方法or属性:getCurrentTopAbility(): Promise<UIAbility>;
新版本信息:crossplatform
AbilityDelegator.d.ts
跨平台能力有变化 类名:AbilityDelegator;
方法or属性:startAbility(want: Want, callback: AsyncCallback<void>): void;
旧版本信息:
类名:AbilityDelegator;
方法or属性:startAbility(want: Want, callback: AsyncCallback<void>): void;
新版本信息:crossplatform
AbilityDelegator.d.ts
跨平台能力有变化 类名:AbilityDelegator;
方法or属性:startAbility(want: Want): Promise<void>;
旧版本信息:
类名:AbilityDelegator;
方法or属性:startAbility(want: Want): Promise<void>;
新版本信息:crossplatform
AbilityDelegator.d.ts
跨平台能力有变化 类名:AbilityDelegator;
方法or属性:doAbilityForeground(ability: UIAbility, callback: AsyncCallback<void>): void;
旧版本信息:
类名:AbilityDelegator;
方法or属性:doAbilityForeground(ability: UIAbility, callback: AsyncCallback<void>): void;
新版本信息:crossplatform
AbilityDelegator.d.ts
跨平台能力有变化 类名:AbilityDelegator;
方法or属性:doAbilityForeground(ability: UIAbility): Promise<void>;
旧版本信息:
类名:AbilityDelegator;
方法or属性:doAbilityForeground(ability: UIAbility): Promise<void>;
新版本信息:crossplatform
AbilityDelegator.d.ts
跨平台能力有变化 类名:AbilityDelegator;
方法or属性:doAbilityBackground(ability: UIAbility, callback: AsyncCallback<void>): void;
旧版本信息:
类名:AbilityDelegator;
方法or属性:doAbilityBackground(ability: UIAbility, callback: AsyncCallback<void>): void;
新版本信息:crossplatform
AbilityDelegator.d.ts
跨平台能力有变化 类名:AbilityDelegator;
方法or属性:doAbilityBackground(ability: UIAbility): Promise<void>;
旧版本信息:
类名:AbilityDelegator;
方法or属性:doAbilityBackground(ability: UIAbility): Promise<void>;
新版本信息:crossplatform
AbilityDelegator.d.ts
跨平台能力有变化 类名:AbilityDelegator;
方法or属性:print(msg: string, callback: AsyncCallback<void>): void;
旧版本信息:
类名:AbilityDelegator;
方法or属性:print(msg: string, callback: AsyncCallback<void>): void;
新版本信息:crossplatform
AbilityDelegator.d.ts
跨平台能力有变化 类名:AbilityDelegator;
方法or属性:print(msg: string): Promise<void>;
旧版本信息:
类名:AbilityDelegator;
方法or属性:print(msg: string): Promise<void>;
新版本信息:crossplatform
AbilityDelegator.d.ts
跨平台能力有变化 类名:AbilityDelegator;
方法or属性:printSync(msg: string): void;
旧版本信息:
类名:AbilityDelegator;
方法or属性:printSync(msg: string): void;
新版本信息:crossplatform
AbilityDelegator.d.ts
跨平台能力有变化 类名:AbilityDelegator;
方法or属性:finishTest(msg: string, code: number, callback: AsyncCallback<void>): void;
旧版本信息:
类名:AbilityDelegator;
方法or属性:finishTest(msg: string, code: number, callback: AsyncCallback<void>): void;
新版本信息:crossplatform
AbilityDelegator.d.ts
跨平台能力有变化 类名:AbilityDelegator;
方法or属性:finishTest(msg: string, code: number): Promise<void>;
旧版本信息:
类名:AbilityDelegator;
方法or属性:finishTest(msg: string, code: number): Promise<void>;
新版本信息:crossplatform
AbilityDelegator.d.ts
跨平台能力有变化 类名:AbilityDelegatorArgs;
方法or属性:export interface AbilityDelegatorArgs
旧版本信息:
类名:AbilityDelegatorArgs;
方法or属性:export interface AbilityDelegatorArgs
新版本信息:crossplatform
abilityDelegatorArgs.d.ts
跨平台能力有变化 类名:AbilityDelegatorArgs;
方法or属性:bundleName: string;
旧版本信息:
类名:AbilityDelegatorArgs;
方法or属性:bundleName: string;
新版本信息:crossplatform
abilityDelegatorArgs.d.ts
跨平台能力有变化 类名:AbilityDelegatorArgs;
方法or属性:parameters: { [key: string]: string };
旧版本信息:
类名:AbilityDelegatorArgs;
方法or属性:parameters: { [key: string]: string };
新版本信息:crossplatform
abilityDelegatorArgs.d.ts
跨平台能力有变化 类名:AbilityDelegatorArgs;
方法or属性:testCaseNames: string;
旧版本信息:
类名:AbilityDelegatorArgs;
方法or属性:testCaseNames: string;
新版本信息:crossplatform
abilityDelegatorArgs.d.ts
跨平台能力有变化 类名:AbilityDelegatorArgs;
方法or属性:testRunnerClassName: string;
旧版本信息:
类名:AbilityDelegatorArgs;
方法or属性:testRunnerClassName: string;
新版本信息:crossplatform
abilityDelegatorArgs.d.ts
跨平台能力有变化 类名:AbilityMonitor;
方法or属性:export interface AbilityMonitor
旧版本信息:
类名:AbilityMonitor;
方法or属性:export interface AbilityMonitor
新版本信息:crossplatform
AbilityMonitor.d.ts
跨平台能力有变化 类名:AbilityMonitor;
方法or属性:abilityName: string;
旧版本信息:
类名:AbilityMonitor;
方法or属性:abilityName: string;
新版本信息:crossplatform
AbilityMonitor.d.ts
跨平台能力有变化 类名:AbilityMonitor;
方法or属性:moduleName?: string;
旧版本信息:
类名:AbilityMonitor;
方法or属性:moduleName?: string;
新版本信息:crossplatform
AbilityMonitor.d.ts
跨平台能力有变化 类名:AbilityMonitor;
方法or属性:onAbilityCreate?: (ability: UIAbility) => void;
旧版本信息:
类名:AbilityMonitor;
方法or属性:onAbilityCreate?: (ability: UIAbility) => void;
新版本信息:crossplatform
AbilityMonitor.d.ts
跨平台能力有变化 类名:AbilityMonitor;
方法or属性:onAbilityForeground?: (ability: UIAbility) => void;
旧版本信息:
类名:AbilityMonitor;
方法or属性:onAbilityForeground?: (ability: UIAbility) => void;
新版本信息:crossplatform
AbilityMonitor.d.ts
跨平台能力有变化 类名:AbilityMonitor;
方法or属性:onAbilityBackground?: (ability: UIAbility) => void;
旧版本信息:
类名:AbilityMonitor;
方法or属性:onAbilityBackground?: (ability: UIAbility) => void;
新版本信息:crossplatform
AbilityMonitor.d.ts
跨平台能力有变化 类名:AbilityMonitor;
方法or属性:onAbilityDestroy?: (ability: UIAbility) => void;
旧版本信息:
类名:AbilityMonitor;
方法or属性:onAbilityDestroy?: (ability: UIAbility) => void;
新版本信息:crossplatform
AbilityMonitor.d.ts
跨平台能力有变化 类名:AbilityMonitor;
方法or属性:onWindowStageCreate?: (ability: UIAbility) => void;
旧版本信息:
类名:AbilityMonitor;
方法or属性:onWindowStageCreate?: (ability: UIAbility) => void;
新版本信息:crossplatform
AbilityMonitor.d.ts
跨平台能力有变化 类名:AbilityMonitor;
方法or属性:onWindowStageDestroy?: (ability: UIAbility) => void;
旧版本信息:
类名:AbilityMonitor;
方法or属性:onWindowStageDestroy?: (ability: UIAbility) => void;
新版本信息:crossplatform
AbilityMonitor.d.ts
跨平台能力有变化 类名:AbilityStageContext;
方法or属性:export default class AbilityStageContext
旧版本信息:
类名:AbilityStageContext;
方法or属性:export default class AbilityStageContext
新版本信息:crossplatform
AbilityStageContext.d.ts
跨平台能力有变化 类名:AbilityStageContext;
方法or属性:currentHapModuleInfo: HapModuleInfo;
旧版本信息:
类名:AbilityStageContext;
方法or属性:currentHapModuleInfo: HapModuleInfo;
新版本信息:crossplatform
AbilityStageContext.d.ts
跨平台能力有变化 类名:AbilityStageContext;
方法or属性:config: Configuration;
旧版本信息:
类名:AbilityStageContext;
方法or属性:config: Configuration;
新版本信息:crossplatform
AbilityStageContext.d.ts
跨平台能力有变化 类名:AbilityStageMonitor;
方法or属性:export interface AbilityStageMonitor
旧版本信息:
类名:AbilityStageMonitor;
方法or属性:export interface AbilityStageMonitor
新版本信息:crossplatform
AbilityStageMonitor.d.ts
跨平台能力有变化 类名:AbilityStageMonitor;
方法or属性:moduleName: string;
旧版本信息:
类名:AbilityStageMonitor;
方法or属性:moduleName: string;
新版本信息:crossplatform
AbilityStageMonitor.d.ts
跨平台能力有变化 类名:AbilityStageMonitor;
方法or属性:srcEntrance: string;
旧版本信息:
类名:AbilityStageMonitor;
方法or属性:srcEntrance: string;
新版本信息:crossplatform
AbilityStageMonitor.d.ts
跨平台能力有变化 类名:ApplicationContext;
方法or属性:export default class ApplicationContext
旧版本信息:
类名:ApplicationContext;
方法or属性:export default class ApplicationContext
新版本信息:crossplatform
ApplicationContext.d.ts
跨平台能力有变化 类名:ApplicationContext;
方法or属性:on(type: 'abilityLifecycle', callback: AbilityLifecycleCallback): number;
旧版本信息:
类名:ApplicationContext;
方法or属性:on(type: 'abilityLifecycle', callback: AbilityLifecycleCallback): number;
新版本信息:crossplatform
ApplicationContext.d.ts
跨平台能力有变化 类名:ApplicationContext;
方法or属性:off(type: 'abilityLifecycle', callbackId: number, callback: AsyncCallback<void>): void;
旧版本信息:
类名:ApplicationContext;
方法or属性:off(type: 'abilityLifecycle', callbackId: number, callback: AsyncCallback<void>): void;
新版本信息:crossplatform
ApplicationContext.d.ts
跨平台能力有变化 类名:ApplicationContext;
方法or属性:getRunningProcessInformation(): Promise<Array<ProcessInformation>>;
旧版本信息:
类名:ApplicationContext;
方法or属性:getRunningProcessInformation(): Promise<Array<ProcessInformation>>;
新版本信息:crossplatform
ApplicationContext.d.ts
跨平台能力有变化 类名:ApplicationContext;
方法or属性:getRunningProcessInformation(callback: AsyncCallback<Array<ProcessInformation>>): void;
旧版本信息:
类名:ApplicationContext;
方法or属性:getRunningProcessInformation(callback: AsyncCallback<Array<ProcessInformation>>): void;
新版本信息:crossplatform
ApplicationContext.d.ts
跨平台能力有变化 类名:BaseContext;
方法or属性:export default abstract class BaseContext
旧版本信息:
类名:BaseContext;
方法or属性:export default abstract class BaseContext
新版本信息:crossplatform
BaseContext.d.ts
跨平台能力有变化 类名:BaseContext;
方法or属性:stageMode: boolean;
旧版本信息:
类名:BaseContext;
方法or属性:stageMode: boolean;
新版本信息:crossplatform
BaseContext.d.ts
跨平台能力有变化 类名:Context;
方法or属性:export default class Context
旧版本信息:
类名:Context;
方法or属性:export default class Context
新版本信息:crossplatform
Context.d.ts
跨平台能力有变化 类名:Context;
方法or属性:resourceManager: resmgr.ResourceManager;
旧版本信息:
类名:Context;
方法or属性:resourceManager: resmgr.ResourceManager;
新版本信息:crossplatform
Context.d.ts
跨平台能力有变化 类名:Context;
方法or属性:applicationInfo: ApplicationInfo;
旧版本信息:
类名:Context;
方法or属性:applicationInfo: ApplicationInfo;
新版本信息:crossplatform
Context.d.ts
跨平台能力有变化 类名:Context;
方法or属性:cacheDir: string;
旧版本信息:
类名:Context;
方法or属性:cacheDir: string;
新版本信息:crossplatform
Context.d.ts
跨平台能力有变化 类名:Context;
方法or属性:tempDir: string;
旧版本信息:
类名:Context;
方法or属性:tempDir: string;
新版本信息:crossplatform
Context.d.ts
跨平台能力有变化 类名:Context;
方法or属性:filesDir: string;
旧版本信息:
类名:Context;
方法or属性:filesDir: string;
新版本信息:crossplatform
Context.d.ts
跨平台能力有变化 类名:Context;
方法or属性:databaseDir: string;
旧版本信息:
类名:Context;
方法or属性:databaseDir: string;
新版本信息:crossplatform
Context.d.ts
跨平台能力有变化 类名:Context;
方法or属性:preferencesDir: string;
旧版本信息:
类名:Context;
方法or属性:preferencesDir: string;
新版本信息:crossplatform
Context.d.ts
跨平台能力有变化 类名:Context;
方法or属性:bundleCodeDir: string;
旧版本信息:
类名:Context;
方法or属性:bundleCodeDir: string;
新版本信息:crossplatform
Context.d.ts
跨平台能力有变化 类名:Context;
方法or属性:createModuleContext(moduleName: string): Context;
旧版本信息:
类名:Context;
方法or属性:createModuleContext(moduleName: string): Context;
新版本信息:crossplatform
Context.d.ts
跨平台能力有变化 类名:Context;
方法or属性:getApplicationContext(): ApplicationContext;
旧版本信息:
类名:Context;
方法or属性:getApplicationContext(): ApplicationContext;
新版本信息:crossplatform
Context.d.ts
跨平台能力有变化 类名:ProcessInformation;
方法or属性:export interface ProcessInformation
旧版本信息:
类名:ProcessInformation;
方法or属性:export interface ProcessInformation
新版本信息:crossplatform
ProcessInformation.d.ts
跨平台能力有变化 类名:ProcessInformation;
方法or属性:pid: number;
旧版本信息:
类名:ProcessInformation;
方法or属性:pid: number;
新版本信息:crossplatform
ProcessInformation.d.ts
跨平台能力有变化 类名:ProcessInformation;
方法or属性:processName: string;
旧版本信息:
类名:ProcessInformation;
方法or属性:processName: string;
新版本信息:crossplatform
ProcessInformation.d.ts
跨平台能力有变化 类名:ProcessInformation;
方法or属性:bundleNames: Array<string>;
旧版本信息:
类名:ProcessInformation;
方法or属性:bundleNames: Array<string>;
新版本信息:crossplatform
ProcessInformation.d.ts
跨平台能力有变化 类名:UIAbilityContext;
方法or属性:export default class UIAbilityContext
旧版本信息:
类名:UIAbilityContext;
方法or属性:export default class UIAbilityContext
新版本信息:crossplatform
UIAbilityContext.d.ts
跨平台能力有变化 类名:UIAbilityContext;
方法or属性:abilityInfo: AbilityInfo;
旧版本信息:
类名:UIAbilityContext;
方法or属性:abilityInfo: AbilityInfo;
新版本信息:crossplatform
UIAbilityContext.d.ts
跨平台能力有变化 类名:UIAbilityContext;
方法or属性:currentHapModuleInfo: HapModuleInfo;
旧版本信息:
类名:UIAbilityContext;
方法or属性:currentHapModuleInfo: HapModuleInfo;
新版本信息:crossplatform
UIAbilityContext.d.ts
跨平台能力有变化 类名:UIAbilityContext;
方法or属性:config: Configuration;
旧版本信息:
类名:UIAbilityContext;
方法or属性:config: Configuration;
新版本信息:crossplatform
UIAbilityContext.d.ts
跨平台能力有变化 类名:UIAbilityContext;
方法or属性:startAbility(want: Want, callback: AsyncCallback<void>): void;
旧版本信息:
类名:UIAbilityContext;
方法or属性:startAbility(want: Want, callback: AsyncCallback<void>): void;
新版本信息:crossplatform
UIAbilityContext.d.ts
跨平台能力有变化 类名:UIAbilityContext;
方法or属性:terminateSelf(callback: AsyncCallback<void>): void;
旧版本信息:
类名:UIAbilityContext;
方法or属性:terminateSelf(callback: AsyncCallback<void>): void;
新版本信息:crossplatform
UIAbilityContext.d.ts
跨平台能力有变化 类名:UIAbilityContext;
方法or属性:terminateSelf(): Promise<void>;
旧版本信息:
类名:UIAbilityContext;
方法or属性:terminateSelf(): Promise<void>;
新版本信息:crossplatform
UIAbilityContext.d.ts
其他
1
https://gitee.com/openharmony/docs.git
git@gitee.com:openharmony/docs.git
openharmony
docs
docs
OpenHarmony-4.0-Release

搜索帮助