操作 旧版本 新版本 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 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 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 类名: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 类名: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属性: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属性: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 类名: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 类名:formHost;
方法or属性:function on(
type: 'notifyVisible',
observerCallback: Callback<Array<formInfo.RunningFormInfo>>,
hostBundleName?: string
): void;
@ohos.app.form.formHost.d.ts
新增 NA 类名:formHost;
方法or属性:function on(
type: 'notifyInvisible',
observerCallback: Callback<Array<formInfo.RunningFormInfo>>,
hostBundleName?: string
): void;
@ohos.app.form.formHost.d.ts
新增 NA 类名:formHost;
方法or属性:function off(
type: 'notifyVisible',
observerCallback?: Callback<Array<formInfo.RunningFormInfo>>,
hostBundleName?: string
): void;
@ohos.app.form.formHost.d.ts
新增 NA 类名:formHost;
方法or属性:function off(
type: 'notifyInvisible',
observerCallback?: Callback<Array<formInfo.RunningFormInfo>>,
hostBundleName?: string
): void;
@ohos.app.form.formHost.d.ts
新增 NA 类名:FormInfo;
方法or属性:isDynamic: boolean;
@ohos.app.form.formInfo.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 类名:ContinueState;
方法or属性:ACTIVE = 0
@ohos.distributedMissionManager.d.ts
新增 NA 类名:ContinueState;
方法or属性:INACTIVE = 1
@ohos.distributedMissionManager.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 类名: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 类名: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属性: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
废弃版本有变化 类名: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
新增(错误码) 类名: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
错误码有变化 类名:uriPermissionManager;
方法or属性:function grantUriPermission(

uri: string,

flag: wantConstant.Flags,

targetBundleName: string,

callback: AsyncCallback<number>

): void;
旧版本信息:201,202,401,16000050,16000058,16000059
类名:uriPermissionManager;
方法or属性:function grantUriPermission(

uri: string,

flag: wantConstant.Flags,

targetBundleName: string,

callback: AsyncCallback<number>

): void;
新版本信息:201,202,401,16000050,16000058,16000059,16000060
@ohos.application.uriPermissionManager.d.ts
错误码有变化 类名:uriPermissionManager;
方法or属性:function grantUriPermission(uri: string, flag: wantConstant.Flags, targetBundleName: string): Promise<number>;
旧版本信息:201,202,401,16000050,16000058,16000059
类名:uriPermissionManager;
方法or属性:function grantUriPermission(uri: string, flag: wantConstant.Flags, targetBundleName: string): Promise<number>;
新版本信息:201,202,401,16000050,16000058,16000059,16000060
@ohos.application.uriPermissionManager.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属性:startAbility(want: Want, callback: AsyncCallback<void>): void;
旧版本信息:401,16000001,16000002,16000004,16000005,16000006,16000008,16000009,16000010,16000011,16000050,16000053,16000055,16200001
类名: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,16000001,16000002,16000004,16000005,16000006,16000008,16000009,16000010,16000011,16000050,16000053,16000055,16200001
类名: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
错误码有变化 类名:ServiceExtensionContext;
方法or属性:startAbility(want: Want, callback: AsyncCallback<void>): void;
旧版本信息:401,16000001,16000002,16000004,16000005,16000006,16000008,16000009,16000010,16000011,16000050,16000053,16000055,16200001
类名: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,16000001,16000002,16000004,16000005,16000006,16000008,16000009,16000010,16000011,16000050,16000053,16000055,16200001
类名: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,16000001,16000002,16000004,16000005,16000006,16000008,16000009,16000010,16000011,16000050,16000053,16000055,16200001
类名: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;
旧版本信息:201,202,401,16000001,16000002,16000004,16000005,16000006,16000008,16000009,16000010,16000011,16000050,16000053,16000055,16200001
类名: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;
旧版本信息:16000001,16000002,16000004,16000005,16000006,16000008,16000009,16000010,16000011,16000050,16000053,16000055,16200001,201,202,401
类名:ServiceExtensionContext;
方法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
ServiceExtensionContext.d.ts
错误码有变化 类名:ServiceExtensionContext;
方法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
类名: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;
旧版本信息:201,202,401,16000001,16000002,16000005,16000006,16000008,16000011,16000050,16200001
类名: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>;
旧版本信息:201,202,401,16000001,16000002,16000005,16000006,16000008,16000011,16000050,16200001
类名: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;
旧版本信息:201,202,401,16000001,16000002,16000005,16000006,16000008,16000011,16000050,16200001
类名: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>;
旧版本信息:201,202,401,16000001,16000002,16000005,16000006,16000008,16000011,16000050,16200001
类名: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;
旧版本信息:202,401,16000001,16000002,16000005,16000006,16000011,16000050,16200001
类名: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>;
旧版本信息:202,401,16000001,16000002,16000005,16000006,16000011,16000050,16200001
类名: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;
旧版本信息:201,202,401,16000001,16000002,16000005,16000006,16000011,16000050,16200001
类名: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>;
旧版本信息:201,202,401,16000001,16000002,16000005,16000006,16000011,16000050,16200001
类名: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,16000001,16000004,16000005,16000009,16000011,16000050
类名:ServiceExtensionContext;
方法or属性:terminateSelf(callback: AsyncCallback<void>): void;
新版本信息:401,16000009,16000011,16000050
ServiceExtensionContext.d.ts
错误码有变化 类名:ServiceExtensionContext;
方法or属性:terminateSelf(): Promise<void>;
旧版本信息:16000001,16000004,16000005,16000009,16000011,16000050
类名:ServiceExtensionContext;
方法or属性:terminateSelf(): Promise<void>;
新版本信息:16000009,16000011,16000050
ServiceExtensionContext.d.ts
错误码有变化 类名:ServiceExtensionContext;
方法or属性:connectServiceExtensionAbility(want: Want, options: ConnectOptions): number;
旧版本信息:201,401,16000001,16000005,16000011,16000050
类名: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;
旧版本信息:201,202,401,16000001,16000005,16000011,16000050
类名: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属性:startAbilityByCall(want: Want): Promise<Caller>;
旧版本信息:201,401,16000001,16000002,16000004,16000005,16000006,16000008,16000011,16000050,16200001
类名:ServiceExtensionContext;
方法or属性:startAbilityByCall(want: Want): Promise<Caller>;
新版本信息:201,401,16000001,16000002,16000004,16000006,16000008,16000011,16000050
ServiceExtensionContext.d.ts
错误码有变化 类名:ServiceExtensionContext;
方法or属性:startAbilityByCallWithAccount(want: Want, accountId: number): Promise<Caller>;
旧版本信息:201,202,401,16000001,16000002,16000004,16000005,16000006,16000008,16000011,16000050,16200001
类名:ServiceExtensionContext;
方法or属性:startAbilityByCallWithAccount(want: Want, accountId: number): Promise<Caller>;
新版本信息:201,202,401,16000001,16000002,16000004,16000005,16000006,16000008,16000011,16000012,16000013,16000050,16200001
ServiceExtensionContext.d.ts
错误码有变化 类名:ServiceExtensionContext;
方法or属性:startRecentAbility(want: Want, callback: AsyncCallback<void>): void;
旧版本信息:401,16000001,16000002,16000004,16000005,16000006,16000008,16000009,16000010,16000011,16000050,16000053,16000055,16200001
类名: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,16000001,16000002,16000004,16000005,16000006,16000008,16000009,16000010,16000011,16000050,16000053,16000055,16200001
类名: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,16000001,16000002,16000004,16000005,16000006,16000008,16000009,16000010,16000011,16000050,16000053,16000055,16200001
类名: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>;
旧版本信息:16000001,16000002,16000004,16000005,16000006,16000008,16000011,16000050,16200001,201,401
类名:UIAbilityContext;
方法or属性:startAbilityByCall(want: Want): Promise<Caller>;
新版本信息:16000001,16000002,16000004,16000006,16000008,16000011,16000012,16000013,16000050,201,401
UIAbilityContext.d.ts
错误码有变化 类名:UIAbilityContext;
方法or属性:startAbilityByCallWithAccount(want: Want, accountId: number): Promise<Caller>;
旧版本信息:201,202,401,16000001,16000002,16000004,16000005,16000006,16000008,16000011,16000050,16200001
类名:UIAbilityContext;
方法or属性:startAbilityByCallWithAccount(want: Want, accountId: number): Promise<Caller>;
新版本信息:201,202,401,16000001,16000002,16000004,16000005,16000006,16000008,16000011,16000012,16000013,16000050,16200001
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;
旧版本信息:201,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>;
旧版本信息:201,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>;
旧版本信息: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;
旧版本信息:201,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属性: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属性:startRecentAbility(want: Want, callback: AsyncCallback<void>): void;
旧版本信息:401,16000001,16000002,16000004,16000005,16000006,16000008,16000009,16000010,16000011,16000050,16000053,16000055,16200001
类名: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,16000001,16000002,16000004,16000005,16000006,16000008,16000009,16000010,16000011,16000050,16000053,16000055,16200001
类名: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,16000001,16000002,16000004,16000005,16000006,16000008,16000009,16000010,16000011,16000050,16000053,16000055,16200001
类名: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,16000001,16000002,16000004,16000005,16000006,16000008,16000009,16000010,16000011,16000050,16000053,16000055,16200001
类名: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,16000001,16000002,16000004,16000005,16000006,16000008,16000009,16000010,16000011,16000050,16000053,16000055,16200001
类名: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
访问级别有变化 类名:ProcessState;
方法or属性:STATE_CREATE
旧版本信息:
类名:ProcessState;
方法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
访问级别有变化 类名:ProcessState;
方法or属性:STATE_FOREGROUND
旧版本信息:
类名:ProcessState;
方法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
访问级别有变化 类名:ProcessState;
方法or属性:STATE_ACTIVE
旧版本信息:
类名:ProcessState;
方法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
访问级别有变化 类名:ProcessState;
方法or属性:STATE_BACKGROUND
旧版本信息:
类名:ProcessState;
方法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属性:STATE_DESTROY
旧版本信息:
类名:ProcessState;
方法or属性:STATE_DESTROY
新版本信息:systemapi
@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
访问级别有变化 类名: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属性:startServiceExtensionAbility(want: Want, callback: AsyncCallback<void>): void;
旧版本信息:ohos.permission.START_INVISIBLE_ABILITY
类名:ServiceExtensionContext;
方法or属性:startServiceExtensionAbility(want: Want, callback: AsyncCallback<void>): void;
新版本信息:
ServiceExtensionContext.d.ts
权限有变化 类名:ServiceExtensionContext;
方法or属性:startServiceExtensionAbility(want: Want): Promise<void>;
旧版本信息:ohos.permission.START_INVISIBLE_ABILITY
类名:ServiceExtensionContext;
方法or属性:startServiceExtensionAbility(want: Want): Promise<void>;
新版本信息:
ServiceExtensionContext.d.ts
权限有变化 类名:ServiceExtensionContext;
方法or属性:connectServiceExtensionAbility(want: Want, options: ConnectOptions): number;
旧版本信息:ohos.permission.ABILITY_BACKGROUND_COMMUNICATION
类名:ServiceExtensionContext;
方法or属性:connectServiceExtensionAbility(want: Want, options: ConnectOptions): number;
新版本信息:
ServiceExtensionContext.d.ts
权限有变化 类名:ServiceExtensionContext;
方法or属性:startAbilityByCallWithAccount(want: Want, accountId: number): Promise<Caller>;
旧版本信息:ohos.permission.ABILITY_BACKGROUND_COMMUNICATION,ohos.permission.INTERACT_ACROSS_LOCAL_ACCOUNTS,ohos.permission.START_ABILITIES_FROM_BACKGROUND,ohos.permission.START_INVISIBLE_ABILITY
类名:ServiceExtensionContext;
方法or属性:startAbilityByCallWithAccount(want: Want, accountId: number): Promise<Caller>;
新版本信息:ohos.permission.ABILITY_BACKGROUND_COMMUNICATION,ohos.permission.INTERACT_ACROSS_LOCAL_ACCOUNTS
ServiceExtensionContext.d.ts
权限有变化 类名:UIAbilityContext;
方法or属性:startAbilityByCallWithAccount(want: Want, accountId: number): Promise<Caller>;
旧版本信息:ohos.permission.ABILITY_BACKGROUND_COMMUNICATION,ohos.permission.INTERACT_ACROSS_LOCAL_ACCOUNTS,ohos.permission.START_ABILITIES_FROM_BACKGROUND,ohos.permission.START_INVISIBLE_ABILITY
类名:UIAbilityContext;
方法or属性:startAbilityByCallWithAccount(want: Want, accountId: number): Promise<Caller>;
新版本信息:ohos.permission.ABILITY_BACKGROUND_COMMUNICATION,ohos.permission.INTERACT_ACROSS_LOCAL_ACCOUNTS
UIAbilityContext.d.ts
权限有变化 类名:UIAbilityContext;
方法or属性:startServiceExtensionAbility(want: Want, callback: AsyncCallback<void>): void;
旧版本信息:ohos.permission.START_INVISIBLE_ABILITY
类名:UIAbilityContext;
方法or属性:startServiceExtensionAbility(want: Want, callback: AsyncCallback<void>): void;
新版本信息:
UIAbilityContext.d.ts
权限有变化 类名:UIAbilityContext;
方法or属性:startServiceExtensionAbility(want: Want): Promise<void>;
旧版本信息:ohos.permission.ABILITY_BACKGROUND_COMMUNICATION
类名:UIAbilityContext;
方法or属性:startServiceExtensionAbility(want: Want): Promise<void>;
新版本信息:
UIAbilityContext.d.ts
权限有变化 类名:UIAbilityContext;
方法or属性:connectServiceExtensionAbility(want: Want, options: ConnectOptions): number;
旧版本信息:ohos.permission.ABILITY_BACKGROUND_COMMUNICATION
类名:UIAbilityContext;
方法or属性:connectServiceExtensionAbility(want: Want, options: ConnectOptions): number;
新版本信息:
UIAbilityContext.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属性:SHARE = 5
旧版本信息:
类名:LaunchReason;
方法or属性:SHARE = 5
新版本信息: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有变化 类名: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
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有变化 类名:FormProviderFilter;
方法or属性:bundleName: string;
旧版本信息:
类名:FormProviderFilter;
方法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属性:descriptionId: number;
旧版本信息:
类名:FormInfo;
方法or属性:descriptionId: number;
新版本信息:number
@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有变化 类名:FormProviderFilter;
方法or属性:moduleName?: string;
旧版本信息:
类名:FormProviderFilter;
方法or属性:moduleName?: string;
新版本信息:?string
@ohos.app.form.formInfo.d.ts
type有变化 类名:FormProviderFilter;
方法or属性:formName?: string;
旧版本信息:
类名:FormProviderFilter;
方法or属性:formName?: string;
新版本信息:?string
@ohos.app.form.formInfo.d.ts
type有变化 类名:FormProviderFilter;
方法or属性:abilityName?: string;
旧版本信息:
类名:FormProviderFilter;
方法or属性:abilityName?: 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