Change Type Old Version New Version d.ts File
Added NA Class name: LastExitReason;
Method or attribute name: CPP_CRASH = 3
@ohos.app.ability.AbilityConstant.d.ts
Added NA Class name: LastExitReason;
Method or attribute name: JS_ERROR = 4
@ohos.app.ability.AbilityConstant.d.ts
Added NA Class name: LastExitReason;
Method or attribute name: APP_FREEZE = 5
@ohos.app.ability.AbilityConstant.d.ts
Added NA Class name: LastExitReason;
Method or attribute name: PERFORMANCE_CONTROL = 6
@ohos.app.ability.AbilityConstant.d.ts
Added NA Class name: LastExitReason;
Method or attribute name: RESOURCE_CONTROL = 7
@ohos.app.ability.AbilityConstant.d.ts
Added NA Class name: LastExitReason;
Method or attribute name: UPGRADE = 8
@ohos.app.ability.AbilityConstant.d.ts
Added NA Class name: ContinueState;
Method or attribute name: ACTIVE = 0
@ohos.app.ability.AbilityConstant.d.ts
Added NA Class name: ContinueState;
Method or attribute name: INACTIVE = 1
@ohos.app.ability.AbilityConstant.d.ts
Added NA Class name: abilityManager;
Method or attribute name: function notifySaveAsResult(parameter: AbilityResult, requestCode: number, callback: AsyncCallback<void>): void;
@ohos.app.ability.abilityManager.d.ts
Added NA Class name: abilityManager;
Method or attribute name: function notifySaveAsResult(parameter: AbilityResult, requestCode: number): Promise<void>;
@ohos.app.ability.abilityManager.d.ts
Added NA Class name: ApplicationStateChangeCallback;
Method or attribute name: onApplicationForeground(): void;
@ohos.app.ability.ApplicationStateChangeCallback.d.ts
Added NA Class name: ApplicationStateChangeCallback;
Method or attribute name: onApplicationBackground(): void;
@ohos.app.ability.ApplicationStateChangeCallback.d.ts
Added NA Class name: appManager;
Method or attribute name: function getProcessMemoryByPid(pid: number): Promise<number>;
@ohos.app.ability.appManager.d.ts
Added NA Class name: appManager;
Method or attribute name: function getProcessMemoryByPid(pid: number, callback: AsyncCallback<number>): void;
@ohos.app.ability.appManager.d.ts
Added NA Class name: appManager;
Method or attribute name: function getRunningProcessInfoByBundleName(bundleName: string, callback: AsyncCallback<Array<ProcessInformation>>): void;
@ohos.app.ability.appManager.d.ts
Added NA Class name: appManager;
Method or attribute name: function getRunningProcessInfoByBundleName(bundleName: string, userId: number, callback: AsyncCallback<Array<ProcessInformation>>): void;
@ohos.app.ability.appManager.d.ts
Added NA Class name: appManager;
Method or attribute name: function getRunningProcessInfoByBundleName(bundleName: string): Promise<Array<ProcessInformation>>;
@ohos.app.ability.appManager.d.ts
Added NA Class name: appManager;
Method or attribute name: function getRunningProcessInfoByBundleName(bundleName: string, userId: number): Promise<Array<ProcessInformation>>;
@ohos.app.ability.appManager.d.ts
Added NA Class name: WindowRect;
Method or attribute name: left: number;
@ohos.app.ability.dialogRequest.d.ts
Added NA Class name: WindowRect;
Method or attribute name: top: number;
@ohos.app.ability.dialogRequest.d.ts
Added NA Class name: WindowRect;
Method or attribute name: width: number;
@ohos.app.ability.dialogRequest.d.ts
Added NA Class name: WindowRect;
Method or attribute name: height: number;
@ohos.app.ability.dialogRequest.d.ts
Added NA Class name: RequestInfo;
Method or attribute name: windowRect?: WindowRect
@ohos.app.ability.dialogRequest.d.ts
Added NA Class name: RequestResult;
Method or attribute name: want?: Want;
@ohos.app.ability.dialogRequest.d.ts
Added NA Class name: missionManager;
Method or attribute name: function moveMissionsToForeground(missionIds: Array<number>, callback: AsyncCallback<void>): void;
@ohos.app.ability.missionManager.d.ts
Added NA Class name: missionManager;
Method or attribute name: function moveMissionsToForeground(missionIds: Array<number>, topMission: number, callback: AsyncCallback<void>): void;
@ohos.app.ability.missionManager.d.ts
Added NA Class name: missionManager;
Method or attribute name: function moveMissionsToForeground(missionIds: Array<number>, topMission?: number): Promise<void>;
@ohos.app.ability.missionManager.d.ts
Added NA Class name: missionManager;
Method or attribute name: function moveMissionsToBackground(missionIds: Array<number>, callback: AsyncCallback<Array<number>>): void;
@ohos.app.ability.missionManager.d.ts
Added NA Class name: missionManager;
Method or attribute name: function moveMissionsToBackground(missionIds: Array<number>): Promise<Array<number>>;
@ohos.app.ability.missionManager.d.ts
Added NA Class name: UIAbility;
Method or attribute name: onPrepareToTerminate(): boolean;
@ohos.app.ability.UIAbility.d.ts
Added NA Class name: UIAbility;
Method or attribute name: onBackPressed(): boolean;
@ohos.app.ability.UIAbility.d.ts
Added NA Class name: UIExtensionAbility;
Method or attribute name: context: UIExtensionContext;
@ohos.app.ability.UIExtensionAbility.d.ts
Added NA Class name: UIExtensionAbility;
Method or attribute name: onCreate(): void;
@ohos.app.ability.UIExtensionAbility.d.ts
Added NA Class name: UIExtensionAbility;
Method or attribute name: onSessionCreate(want: Want, session: UIExtensionContentSession): void;
@ohos.app.ability.UIExtensionAbility.d.ts
Added NA Class name: UIExtensionAbility;
Method or attribute name: onSessionDestroy(session: UIExtensionContentSession): void;
@ohos.app.ability.UIExtensionAbility.d.ts
Added NA Class name: UIExtensionAbility;
Method or attribute name: onForeground(): void;
@ohos.app.ability.UIExtensionAbility.d.ts
Added NA Class name: UIExtensionAbility;
Method or attribute name: onBackground(): void;
@ohos.app.ability.UIExtensionAbility.d.ts
Added NA Class name: UIExtensionAbility;
Method or attribute name: onDestroy(): void | Promise<void>;
@ohos.app.ability.UIExtensionAbility.d.ts
Added NA Class name: UIExtensionContentSession;
Method or attribute name: sendData(data: { [key: string]: Object }): void;
@ohos.app.ability.UIExtensionContentSession.d.ts
Added NA Class name: UIExtensionContentSession;
Method or attribute name: setReceiveDataCallback(callback: (data: { [key: string]: Object }) => void): void;
@ohos.app.ability.UIExtensionContentSession.d.ts
Added NA Class name: UIExtensionContentSession;
Method or attribute name: loadContent(path: string, storage?: LocalStorage): void;
@ohos.app.ability.UIExtensionContentSession.d.ts
Added NA Class name: UIExtensionContentSession;
Method or attribute name: terminateSelf(callback: AsyncCallback<void>): void;
@ohos.app.ability.UIExtensionContentSession.d.ts
Added NA Class name: UIExtensionContentSession;
Method or attribute name: terminateSelf(): Promise<void>;
@ohos.app.ability.UIExtensionContentSession.d.ts
Added NA Class name: UIExtensionContentSession;
Method or attribute name: terminateSelfWithResult(parameter: AbilityResult, callback: AsyncCallback<void>): void;
@ohos.app.ability.UIExtensionContentSession.d.ts
Added NA Class name: UIExtensionContentSession;
Method or attribute name: terminateSelfWithResult(parameter: AbilityResult): Promise<void>;
@ohos.app.ability.UIExtensionContentSession.d.ts
Added NA Class name: UIExtensionContentSession;
Method or attribute name: setWindowBackgroundColor(color: string): void;
@ohos.app.ability.UIExtensionContentSession.d.ts
Added NA Class name: UIExtensionContentSession;
Method or attribute name: setWindowPrivacyMode(isPrivacyMode: boolean): Promise<void>;
@ohos.app.ability.UIExtensionContentSession.d.ts
Added NA Class name: UIExtensionContentSession;
Method or attribute name: setWindowPrivacyMode(isPrivacyMode: boolean, callback: AsyncCallback<void>): void;
@ohos.app.ability.UIExtensionContentSession.d.ts
Added NA Class name: Params;
Method or attribute name: SUPPORT_CONTINUE_PAGE_STACK_KEY = 'ohos.extra.param.key.supportContinuePageStack'
@ohos.app.ability.wantConstant.d.ts
Added NA Class name: Params;
Method or attribute name: SUPPORT_CONTINUE_SOURCE_EXIT_KEY = 'ohos.extra.param.key.supportContinueSourceExit'
@ohos.app.ability.wantConstant.d.ts
Added NA Class name: FormBindingData;
Method or attribute name: proxies?: Array<ProxyData>;
@ohos.app.form.formBindingData.d.ts
Added NA Class name: ProxyData;
Method or attribute name: key: string;
@ohos.app.form.formBindingData.d.ts
Added NA Class name: ProxyData;
Method or attribute name: subscriberId?: string;
@ohos.app.form.formBindingData.d.ts
Added NA Class name: formHost;
Method or attribute name: function on(
type: 'notifyVisible',
observerCallback: Callback<Array<formInfo.RunningFormInfo>>,
hostBundleName?: string
): void;
@ohos.app.form.formHost.d.ts
Added NA Class name: formHost;
Method or attribute name: function on(
type: 'notifyInvisible',
observerCallback: Callback<Array<formInfo.RunningFormInfo>>,
hostBundleName?: string
): void;
@ohos.app.form.formHost.d.ts
Added NA Class name: formHost;
Method or attribute name: function off(
type: 'notifyVisible',
observerCallback?: Callback<Array<formInfo.RunningFormInfo>>,
hostBundleName?: string
): void;
@ohos.app.form.formHost.d.ts
Added NA Class name: formHost;
Method or attribute name: function off(
type: 'notifyInvisible',
observerCallback?: Callback<Array<formInfo.RunningFormInfo>>,
hostBundleName?: string
): void;
@ohos.app.form.formHost.d.ts
Added NA Class name: FormInfo;
Method or attribute name: isDynamic: boolean;
@ohos.app.form.formInfo.d.ts
Added NA Class name: distributedMissionManager;
Method or attribute name: function on(type: 'continueStateChange', callback: Callback<{ state: ContinueState, info: ContinuableInfo }>): void;
@ohos.distributedMissionManager.d.ts
Added NA Class name: distributedMissionManager;
Method or attribute name: function off(type: 'continueStateChange', callback?: Callback<{ state: ContinueState, info: ContinuableInfo }>): void;
@ohos.distributedMissionManager.d.ts
Added NA Class name: distributedMissionManager;
Method or attribute name: function continueMission(parameter: ContinueMissionInfo, callback: AsyncCallback<void>): void;
@ohos.distributedMissionManager.d.ts
Added NA Class name: distributedMissionManager;
Method or attribute name: function continueMission(parameter: ContinueMissionInfo): Promise<void>;
@ohos.distributedMissionManager.d.ts
Added NA Class name: distributedMissionManager;
Method or attribute name: export type ContinuableInfo = _ContinuableInfo;
@ohos.distributedMissionManager.d.ts
Added NA Class name: distributedMissionManager;
Method or attribute name: export type ContinueMissionInfo = _ContinueMissionInfo;
@ohos.distributedMissionManager.d.ts
Added NA Class name: ContinueState;
Method or attribute name: ACTIVE = 0
@ohos.distributedMissionManager.d.ts
Added NA Class name: ContinueState;
Method or attribute name: INACTIVE = 1
@ohos.distributedMissionManager.d.ts
Added NA Class name: ApplicationContext;
Method or attribute name: on(type: 'applicationStateChange', callback: ApplicationStateChangeCallback): void;
ApplicationContext.d.ts
Added NA Class name: ApplicationContext;
Method or attribute name: off(type: 'applicationStateChange', callback?: ApplicationStateChangeCallback): void;
ApplicationContext.d.ts
Added NA Class name: BusinessAbilityInfo;
Method or attribute name: readonly bundleName: string;
BusinessAbilityInfo.d.ts
Added NA Class name: BusinessAbilityInfo;
Method or attribute name: readonly moduleName: string;
BusinessAbilityInfo.d.ts
Added NA Class name: BusinessAbilityInfo;
Method or attribute name: readonly name: string;
BusinessAbilityInfo.d.ts
Added NA Class name: BusinessAbilityInfo;
Method or attribute name: readonly labelId: number;
BusinessAbilityInfo.d.ts
Added NA Class name: BusinessAbilityInfo;
Method or attribute name: readonly descriptionId: number;
BusinessAbilityInfo.d.ts
Added NA Class name: BusinessAbilityInfo;
Method or attribute name: readonly iconId: number;
BusinessAbilityInfo.d.ts
Added NA Class name: BusinessAbilityInfo;
Method or attribute name: readonly businessType: businessAbilityRouter.BusinessType;
BusinessAbilityInfo.d.ts
Added NA Class name: BusinessAbilityInfo;
Method or attribute name: readonly applicationInfo: ApplicationInfo;
BusinessAbilityInfo.d.ts
Added NA Class name: Context;
Method or attribute name: getGroupDir(dataGroupID: string, callback: AsyncCallback<string>): void;
Context.d.ts
Added NA Class name: Context;
Method or attribute name: getGroupDir(dataGroupID: string): Promise<string>;
Context.d.ts
Added NA Class name: ContinuableInfo;
Method or attribute name: srcDeviceId: string;
ContinuableInfo.d.ts
Added NA Class name: ContinuableInfo;
Method or attribute name: bundleName: string;
ContinuableInfo.d.ts
Added NA Class name: ContinueMissionInfo;
Method or attribute name: srcDeviceId: string;
ContinueMissionInfo.d.ts
Added NA Class name: ContinueMissionInfo;
Method or attribute name: dstDeviceId: string;
ContinueMissionInfo.d.ts
Added NA Class name: ContinueMissionInfo;
Method or attribute name: bundleName: string;
ContinueMissionInfo.d.ts
Added NA Class name: ContinueMissionInfo;
Method or attribute name: wantParam: { [key: string]: Object };
ContinueMissionInfo.d.ts
Added NA Class name: FormExtensionContext;
Method or attribute name: connectServiceExtensionAbility(want: Want, options: ConnectOptions): number;
FormExtensionContext.d.ts
Added NA Class name: FormExtensionContext;
Method or attribute name: disconnectServiceExtensionAbility(connection: number, callback: AsyncCallback<void>): void;
FormExtensionContext.d.ts
Added NA Class name: FormExtensionContext;
Method or attribute name: disconnectServiceExtensionAbility(connection: number): Promise<void>;
FormExtensionContext.d.ts
Added NA Class name: MissionInfo;
Method or attribute name: abilityState: number;
MissionInfo.d.ts
Added NA Class name: MissionInfo;
Method or attribute name: unclearable: boolean;
MissionInfo.d.ts
Added NA Class name: ProcessInformation;
Method or attribute name: state: appManager.ProcessState;
ProcessInformation.d.ts
Added NA Class name: ServiceExtensionContext;
Method or attribute name: startAbilityAsCaller(want: Want, callback: AsyncCallback<void>): void;
ServiceExtensionContext.d.ts
Added NA Class name: ServiceExtensionContext;
Method or attribute name: startAbilityAsCaller(want: Want, options: StartOptions, callback: AsyncCallback<void>): void;
ServiceExtensionContext.d.ts
Added NA Class name: ServiceExtensionContext;
Method or attribute name: startAbilityAsCaller(want: Want, options?: StartOptions): Promise<void>;
ServiceExtensionContext.d.ts
Added NA Class name: UIAbilityContext;
Method or attribute name: startAbilityAsCaller(want: Want, callback: AsyncCallback<void>): void;
UIAbilityContext.d.ts
Added NA Class name: UIAbilityContext;
Method or attribute name: startAbilityAsCaller(want: Want, options: StartOptions, callback: AsyncCallback<void>): void;
UIAbilityContext.d.ts
Added NA Class name: UIAbilityContext;
Method or attribute name: startAbilityAsCaller(want: Want, options?: StartOptions): Promise<void>;
UIAbilityContext.d.ts
Added NA Class name: UIAbilityContext;
Method or attribute name: setMissionContinueState(state: AbilityConstant.ContinueState, callback: AsyncCallback<void>): void;
UIAbilityContext.d.ts
Added NA Class name: UIAbilityContext;
Method or attribute name: setMissionContinueState(state: AbilityConstant.ContinueState): Promise<void>;
UIAbilityContext.d.ts
Added NA Class name: UIAbilityContext;
Method or attribute name: reportDrawnCompleted(callback: AsyncCallback<void>): void;
UIAbilityContext.d.ts
Added NA Class name: UIExtensionContext;
Method or attribute name: startAbility(want: Want, callback: AsyncCallback<void>): void;
UIExtensionContext.d.ts
Added NA Class name: UIExtensionContext;
Method or attribute name: startAbility(want: Want, options: StartOptions, callback: AsyncCallback<void>): void;
UIExtensionContext.d.ts
Added NA Class name: UIExtensionContext;
Method or attribute name: startAbility(want: Want, options?: StartOptions): Promise<void>;
UIExtensionContext.d.ts
Added NA Class name: UIExtensionContext;
Method or attribute name: startAbilityForResult(want: Want, callback: AsyncCallback<AbilityResult>): void;
UIExtensionContext.d.ts
Added NA Class name: UIExtensionContext;
Method or attribute name: startAbilityForResult(want: Want, options: StartOptions, callback: AsyncCallback<AbilityResult>): void;
UIExtensionContext.d.ts
Added NA Class name: UIExtensionContext;
Method or attribute name: startAbilityForResult(want: Want, options?: StartOptions): Promise<AbilityResult>;
UIExtensionContext.d.ts
Deprecated version changed Class name: LastExitReason;
Method or attribute name: ABILITY_NOT_RESPONDING = 1
Old version information:
Class name: LastExitReason;
Method or attribute name: ABILITY_NOT_RESPONDING = 1
New version information: 10
Substitute API: AbilityConstant.LastExitReason#APP_FREEZE
@ohos.app.ability.AbilityConstant.d.ts
Deprecated version changed Class name: continuationManager;
Method or attribute name: function off(type: 'deviceConnect', callback?: Callback<ContinuationResult>): void;
Old version information:
Class name: continuationManager;
Method or attribute name: function off(type: 'deviceConnect', callback?: Callback<ContinuationResult>): void;
New version information: 9
Substitute API: ohos.continuation.continuationManager/continuationManager#off
@ohos.continuation.continuationManager.d.ts
Deprecated version changed Class name: continuationManager;
Method or attribute name: function off(type: 'deviceDisconnect', callback?: Callback<string>): void;
Old version information:
Class name: continuationManager;
Method or attribute name: function off(type: 'deviceDisconnect', callback?: Callback<string>): void;
New version information: 9
Substitute API: ohos.continuation.continuationManager/continuationManager#off
@ohos.continuation.continuationManager.d.ts
Deprecated version changed Class name: continuationManager;
Method or attribute name: function register(options: ContinuationExtraParams, callback: AsyncCallback<number>): void;
Old version information:
Class name: continuationManager;
Method or attribute name: function register(options: ContinuationExtraParams, callback: AsyncCallback<number>): void;
New version information: 9
Substitute API: ohos.continuation.continuationManager/continuationManager#registerContinuation
@ohos.continuation.continuationManager.d.ts
Deprecated version changed Class name: continuationManager;
Method or attribute name: function register(options?: ContinuationExtraParams): Promise<number>;
Old version information:
Class name: continuationManager;
Method or attribute name: function register(options?: ContinuationExtraParams): Promise<number>;
New version information: 9
Substitute API: ohos.continuation.continuationManager/continuationManager#registerContinuation
@ohos.continuation.continuationManager.d.ts
Deprecated version changed Class name: continuationManager;
Method or attribute name: function unregister(token: number): Promise<void>;
Old version information:
Class name: continuationManager;
Method or attribute name: function unregister(token: number): Promise<void>;
New version information: 9
Substitute API: ohos.continuation.continuationManager/continuationManager#unregisterContinuation
@ohos.continuation.continuationManager.d.ts
Deprecated version changed Class name: continuationManager;
Method or attribute name: function updateConnectStatus(token: number, deviceId: string, status: DeviceConnectState): Promise<void>;
Old version information:
Class name: continuationManager;
Method or attribute name: function updateConnectStatus(token: number, deviceId: string, status: DeviceConnectState): Promise<void>;
New version information: 9
Substitute API: ohos.continuation.continuationManager/continuationManager#updateContinuationState
@ohos.continuation.continuationManager.d.ts
Deprecated version changed Class name: continuationManager;
Method or attribute name: function startDeviceManager(token: number, options: ContinuationExtraParams, callback: AsyncCallback<void>): void;
Old version information:
Class name: continuationManager;
Method or attribute name: function startDeviceManager(token: number, options: ContinuationExtraParams, callback: AsyncCallback<void>): void;
New version information: 9
Substitute API: ohos.continuation.continuationManager/continuationManager#startContinuationDeviceManager
@ohos.continuation.continuationManager.d.ts
Deprecated version changed Class name: continuationManager;
Method or attribute name: function startDeviceManager(token: number, options?: ContinuationExtraParams): Promise<void>;
Old version information:
Class name: continuationManager;
Method or attribute name: function startDeviceManager(token: number, options?: ContinuationExtraParams): Promise<void>;
New version information: 9
Substitute API: ohos.continuation.continuationManager/continuationManager#startContinuationDeviceManager
@ohos.continuation.continuationManager.d.ts
Deprecated version changed Class name: Context;
Method or attribute name: getExternalCacheDir(): Promise<string>;
Old version information:
Class name: Context;
Method or attribute name: getExternalCacheDir(): Promise<string>;
New version information: 7
Substitute API:
context.d.ts
Deprecated version changed Class name: Context;
Method or attribute name: setShowOnLockScreen(show: boolean): Promise<void>;
Old version information:
Class name: Context;
Method or attribute name: setShowOnLockScreen(show: boolean): Promise<void>;
New version information: 9
Substitute API: ohos.window/window.WindowStage#setShowOnLockScreen
context.d.ts
Error code added Class name: continuationManager;
Method or attribute name: function off(type: 'deviceSelected', token: number): void;
Old version information:
Class name: continuationManager;
Method or attribute name: function off(type: 'deviceSelected', token: number): void;
New version information: 201,401,16600001,16600002,16600004
@ohos.continuation.continuationManager.d.ts
Error code added Class name: continuationManager;
Method or attribute name: function off(type: 'deviceUnselected', token: number): void;
Old version information:
Class name: continuationManager;
Method or attribute name: function off(type: 'deviceUnselected', token: number): void;
New version information: 201,401,16600001,16600002,16600004
@ohos.continuation.continuationManager.d.ts
Error code added Class name: continuationManager;
Method or attribute name: function registerContinuation(options: ContinuationExtraParams, callback: AsyncCallback<number>): void;
Old version information:
Class name: continuationManager;
Method or attribute name: function registerContinuation(options: ContinuationExtraParams, callback: AsyncCallback<number>): void;
New version information: 201,401,16600001,16600003
@ohos.continuation.continuationManager.d.ts
Error code added Class name: continuationManager;
Method or attribute name: function registerContinuation(options?: ContinuationExtraParams): Promise<number>;
Old version information:
Class name: continuationManager;
Method or attribute name: function registerContinuation(options?: ContinuationExtraParams): Promise<number>;
New version information: 201,401,16600001,16600003
@ohos.continuation.continuationManager.d.ts
Error code added Class name: continuationManager;
Method or attribute name: function unregisterContinuation(token: number): Promise<void>;
Old version information:
Class name: continuationManager;
Method or attribute name: function unregisterContinuation(token: number): Promise<void>;
New version information: 201,401,16600001,16600002
@ohos.continuation.continuationManager.d.ts
Error code added Class name: continuationManager;
Method or attribute name: function updateContinuationState(token: number, deviceId: string, status: DeviceConnectState): Promise<void>;
Old version information:
Class name: continuationManager;
Method or attribute name: function updateContinuationState(token: number, deviceId: string, status: DeviceConnectState): Promise<void>;
New version information: 201,401,16600001,16600002
@ohos.continuation.continuationManager.d.ts
Error code added Class name: continuationManager;
Method or attribute name: function startContinuationDeviceManager(
token: number,
options: ContinuationExtraParams,
callback: AsyncCallback<void>
): void;
Old version information:
Class name: continuationManager;
Method or attribute name: function startContinuationDeviceManager(
token: number,
options: ContinuationExtraParams,
callback: AsyncCallback<void>
): void;
New version information: 201,401,16600001,16600002
@ohos.continuation.continuationManager.d.ts
Error code added Class name: continuationManager;
Method or attribute name: function startContinuationDeviceManager(token: number, options?: ContinuationExtraParams): Promise<void>;
Old version information:
Class name: continuationManager;
Method or attribute name: function startContinuationDeviceManager(token: number, options?: ContinuationExtraParams): Promise<void>;
New version information: 201,401,16600001,16600002
@ohos.continuation.continuationManager.d.ts
Error code added Class name: distributedMissionManager;
Method or attribute name: function startSyncRemoteMissions(parameter: MissionParameter): Promise<void>;
Old version information:
Class name: distributedMissionManager;
Method or attribute name: function startSyncRemoteMissions(parameter: MissionParameter): Promise<void>;
New version information: 201,401
@ohos.distributedMissionManager.d.ts
Error code added Class name: distributedMissionManager;
Method or attribute name: function stopSyncRemoteMissions(parameter: MissionDeviceInfo): Promise<void>;
Old version information:
Class name: distributedMissionManager;
Method or attribute name: function stopSyncRemoteMissions(parameter: MissionDeviceInfo): Promise<void>;
New version information: 201,401
@ohos.distributedMissionManager.d.ts
Error code added Class name: distributedMissionManager;
Method or attribute name: function registerMissionListener(parameter: MissionDeviceInfo, options: MissionCallback): Promise<void>;
Old version information:
Class name: distributedMissionManager;
Method or attribute name: function registerMissionListener(parameter: MissionDeviceInfo, options: MissionCallback): Promise<void>;
New version information: 201,401
@ohos.distributedMissionManager.d.ts
Error code added Class name: distributedMissionManager;
Method or attribute name: function unRegisterMissionListener(parameter: MissionDeviceInfo): Promise<void>;
Old version information:
Class name: distributedMissionManager;
Method or attribute name: function unRegisterMissionListener(parameter: MissionDeviceInfo): Promise<void>;
New version information: 201,401
@ohos.distributedMissionManager.d.ts
Error code added Class name: distributedMissionManager;
Method or attribute name: function continueMission(parameter: ContinueDeviceInfo, options: ContinueCallback): Promise<void>;
Old version information:
Class name: distributedMissionManager;
Method or attribute name: function continueMission(parameter: ContinueDeviceInfo, options: ContinueCallback): Promise<void>;
New version information: 201,202,401,16300501,16300502,16300503,16300504,16300505,16300506
@ohos.distributedMissionManager.d.ts
Error code changed Class name: uriPermissionManager;
Method or attribute name: function grantUriPermission(

uri: string,

flag: wantConstant.Flags,

targetBundleName: string,

callback: AsyncCallback<number>

): void;
Old version information: 201,202,401,16000050,16000058,16000059
Class name: uriPermissionManager;
Method or attribute name: function grantUriPermission(

uri: string,

flag: wantConstant.Flags,

targetBundleName: string,

callback: AsyncCallback<number>

): void;
New version information: 201,202,401,16000050,16000058,16000059,16000060
@ohos.application.uriPermissionManager.d.ts
Error code changed Class name: uriPermissionManager;
Method or attribute name: function grantUriPermission(uri: string, flag: wantConstant.Flags, targetBundleName: string): Promise<number>;
Old version information: 201,202,401,16000050,16000058,16000059
Class name: uriPermissionManager;
Method or attribute name: function grantUriPermission(uri: string, flag: wantConstant.Flags, targetBundleName: string): Promise<number>;
New version information: 201,202,401,16000050,16000058,16000059,16000060
@ohos.application.uriPermissionManager.d.ts
Error code changed Class name: distributedMissionManager;
Method or attribute name: function continueMission(

parameter: ContinueDeviceInfo,

options: ContinueCallback,

callback: AsyncCallback<void>

): void;
Old version information: 201,401,16300501,16300502,16300503,16300504,16300505,16300506
Class name: distributedMissionManager;
Method or attribute name: function continueMission(

parameter: ContinueDeviceInfo,

options: ContinueCallback,

callback: AsyncCallback<void>

): void;
New version information: 201,202,401,16300501,16300502,16300503,16300504,16300505,16300506
@ohos.distributedMissionManager.d.ts
Error code changed Class name: AbilityDelegator;
Method or attribute name: startAbility(want: Want, callback: AsyncCallback<void>): void;
Old version information: 401,16000001,16000002,16000004,16000005,16000006,16000008,16000009,16000010,16000011,16000050,16000053,16000055,16200001
Class name: AbilityDelegator;
Method or attribute name: startAbility(want: Want, callback: AsyncCallback<void>): void;
New version information: 401,16000001,16000002,16000004,16000005,16000006,16000008,16000009,16000010,16000011,16000012,16000013,16000050,16000053,16000055,16200001
AbilityDelegator.d.ts
Error code changed Class name: AbilityDelegator;
Method or attribute name: startAbility(want: Want): Promise<void>;
Old version information: 401,16000001,16000002,16000004,16000005,16000006,16000008,16000009,16000010,16000011,16000050,16000053,16000055,16200001
Class name: AbilityDelegator;
Method or attribute name: startAbility(want: Want): Promise<void>;
New version information: 401,16000001,16000002,16000004,16000005,16000006,16000008,16000009,16000010,16000011,16000012,16000013,16000050,16000053,16000055,16200001
AbilityDelegator.d.ts
Error code changed Class name: ServiceExtensionContext;
Method or attribute name: startAbility(want: Want, callback: AsyncCallback<void>): void;
Old version information: 401,16000001,16000002,16000004,16000005,16000006,16000008,16000009,16000010,16000011,16000050,16000053,16000055,16200001
Class name: ServiceExtensionContext;
Method or attribute name: startAbility(want: Want, callback: AsyncCallback<void>): void;
New version information: 201,401,16000001,16000002,16000004,16000005,16000006,16000008,16000009,16000010,16000011,16000012,16000013,16000050,16000053,16000055,16200001
ServiceExtensionContext.d.ts
Error code changed Class name: ServiceExtensionContext;
Method or attribute name: startAbility(want: Want, options: StartOptions, callback: AsyncCallback<void>): void;
Old version information: 401,16000001,16000002,16000004,16000005,16000006,16000008,16000009,16000010,16000011,16000050,16000053,16000055,16200001
Class name: ServiceExtensionContext;
Method or attribute name: startAbility(want: Want, options: StartOptions, callback: AsyncCallback<void>): void;
New version information: 201,401,16000001,16000004,16000005,16000006,16000008,16000009,16000011,16000012,16000013,16000050,16000053,16000055,16200001
ServiceExtensionContext.d.ts
Error code changed Class name: ServiceExtensionContext;
Method or attribute name: startAbility(want: Want, options?: StartOptions): Promise<void>;
Old version information: 401,16000001,16000002,16000004,16000005,16000006,16000008,16000009,16000010,16000011,16000050,16000053,16000055,16200001
Class name: ServiceExtensionContext;
Method or attribute name: startAbility(want: Want, options?: StartOptions): Promise<void>;
New version information: 201,401,16000001,16000002,16000004,16000005,16000006,16000008,16000009,16000010,16000011,16000012,16000013,16000050,16000053,16000055,16200001
ServiceExtensionContext.d.ts
Error code changed Class name: ServiceExtensionContext;
Method or attribute name: startAbilityWithAccount(want: Want, accountId: number, callback: AsyncCallback<void>): void;
Old version information: 201,202,401,16000001,16000002,16000004,16000005,16000006,16000008,16000009,16000010,16000011,16000050,16000053,16000055,16200001
Class name: ServiceExtensionContext;
Method or attribute name: startAbilityWithAccount(want: Want, accountId: number, callback: AsyncCallback<void>): void;
New version information: 201,202,401,16000001,16000002,16000004,16000005,16000006,16000008,16000009,16000010,16000011,16000012,16000013,16000050,16000053,16000055,16200001
ServiceExtensionContext.d.ts
Error code changed Class name: ServiceExtensionContext;
Method or attribute name: startAbilityWithAccount(want: Want, accountId: number, options: StartOptions, callback: AsyncCallback<void>): void;
Old version information: 16000001,16000002,16000004,16000005,16000006,16000008,16000009,16000010,16000011,16000050,16000053,16000055,16200001,201,202,401
Class name: ServiceExtensionContext;
Method or attribute name: startAbilityWithAccount(want: Want, accountId: number, options: StartOptions, callback: AsyncCallback<void>): void;
New version information: 16000001,16000004,16000005,16000006,16000008,16000009,16000011,16000012,16000013,16000050,16000053,16000055,16200001,201,202,401
ServiceExtensionContext.d.ts
Error code changed Class name: ServiceExtensionContext;
Method or attribute name: startAbilityWithAccount(want: Want, accountId: number, options?: StartOptions): Promise<void>;
Old version information: 201,202,401,16000001,16000002,16000004,16000005,16000006,16000008,16000009,16000010,16000011,16000050,16000053,16000055,16200001
Class name: ServiceExtensionContext;
Method or attribute name: startAbilityWithAccount(want: Want, accountId: number, options?: StartOptions): Promise<void>;
New version information: 201,202,401,16000001,16000002,16000004,16000005,16000006,16000008,16000009,16000010,16000011,16000012,16000013,16000050,16000053,16000055,16200001
ServiceExtensionContext.d.ts
Error code changed Class name: ServiceExtensionContext;
Method or attribute name: startServiceExtensionAbility(want: Want, callback: AsyncCallback<void>): void;
Old version information: 201,202,401,16000001,16000002,16000005,16000006,16000008,16000011,16000050,16200001
Class name: ServiceExtensionContext;
Method or attribute name: startServiceExtensionAbility(want: Want, callback: AsyncCallback<void>): void;
New version information: 201,202,401,16000001,16000002,16000004,16000005,16000006,16000008,16000011,16000012,16000013,16000050,16200001
ServiceExtensionContext.d.ts
Error code changed Class name: ServiceExtensionContext;
Method or attribute name: startServiceExtensionAbility(want: Want): Promise<void>;
Old version information: 201,202,401,16000001,16000002,16000005,16000006,16000008,16000011,16000050,16200001
Class name: ServiceExtensionContext;
Method or attribute name: startServiceExtensionAbility(want: Want): Promise<void>;
New version information: 201,202,401,16000001,16000002,16000004,16000005,16000006,16000008,16000011,16000012,16000013,16000050,16200001
ServiceExtensionContext.d.ts
Error code changed Class name: ServiceExtensionContext;
Method or attribute name: startServiceExtensionAbilityWithAccount(want: Want, accountId: number, callback: AsyncCallback<void>): void;
Old version information: 201,202,401,16000001,16000002,16000005,16000006,16000008,16000011,16000050,16200001
Class name: ServiceExtensionContext;
Method or attribute name: startServiceExtensionAbilityWithAccount(want: Want, accountId: number, callback: AsyncCallback<void>): void;
New version information: 201,202,401,16000001,16000002,16000004,16000005,16000006,16000008,16000011,16000012,16000013,16000050,16200001
ServiceExtensionContext.d.ts
Error code changed Class name: ServiceExtensionContext;
Method or attribute name: startServiceExtensionAbilityWithAccount(want: Want, accountId: number): Promise<void>;
Old version information: 201,202,401,16000001,16000002,16000005,16000006,16000008,16000011,16000050,16200001
Class name: ServiceExtensionContext;
Method or attribute name: startServiceExtensionAbilityWithAccount(want: Want, accountId: number): Promise<void>;
New version information: 201,202,401,16000001,16000002,16000004,16000005,16000006,16000008,16000011,16000012,16000013,16000050,16200001
ServiceExtensionContext.d.ts
Error code changed Class name: ServiceExtensionContext;
Method or attribute name: stopServiceExtensionAbility(want: Want, callback: AsyncCallback<void>): void;
Old version information: 202,401,16000001,16000002,16000005,16000006,16000011,16000050,16200001
Class name: ServiceExtensionContext;
Method or attribute name: stopServiceExtensionAbility(want: Want, callback: AsyncCallback<void>): void;
New version information: 201,202,401,16000001,16000002,16000004,16000005,16000006,16000011,16000050,16200001
ServiceExtensionContext.d.ts
Error code changed Class name: ServiceExtensionContext;
Method or attribute name: stopServiceExtensionAbility(want: Want): Promise<void>;
Old version information: 202,401,16000001,16000002,16000005,16000006,16000011,16000050,16200001
Class name: ServiceExtensionContext;
Method or attribute name: stopServiceExtensionAbility(want: Want): Promise<void>;
New version information: 201,202,401,16000001,16000002,16000004,16000005,16000006,16000011,16000050,16200001
ServiceExtensionContext.d.ts
Error code changed Class name: ServiceExtensionContext;
Method or attribute name: stopServiceExtensionAbilityWithAccount(want: Want, accountId: number, callback: AsyncCallback<void>): void;
Old version information: 201,202,401,16000001,16000002,16000005,16000006,16000011,16000050,16200001
Class name: ServiceExtensionContext;
Method or attribute name: stopServiceExtensionAbilityWithAccount(want: Want, accountId: number, callback: AsyncCallback<void>): void;
New version information: 201,202,401,16000001,16000002,16000004,16000005,16000006,16000011,16000050,16200001
ServiceExtensionContext.d.ts
Error code changed Class name: ServiceExtensionContext;
Method or attribute name: stopServiceExtensionAbilityWithAccount(want: Want, accountId: number): Promise<void>;
Old version information: 201,202,401,16000001,16000002,16000005,16000006,16000011,16000050,16200001
Class name: ServiceExtensionContext;
Method or attribute name: stopServiceExtensionAbilityWithAccount(want: Want, accountId: number): Promise<void>;
New version information: 201,202,401,16000001,16000002,16000004,16000005,16000006,16000011,16000050,16200001
ServiceExtensionContext.d.ts
Error code changed Class name: ServiceExtensionContext;
Method or attribute name: terminateSelf(callback: AsyncCallback<void>): void;
Old version information: 401,16000001,16000004,16000005,16000009,16000011,16000050
Class name: ServiceExtensionContext;
Method or attribute name: terminateSelf(callback: AsyncCallback<void>): void;
New version information: 401,16000009,16000011,16000050
ServiceExtensionContext.d.ts
Error code changed Class name: ServiceExtensionContext;
Method or attribute name: terminateSelf(): Promise<void>;
Old version information: 16000001,16000004,16000005,16000009,16000011,16000050
Class name: ServiceExtensionContext;
Method or attribute name: terminateSelf(): Promise<void>;
New version information: 16000009,16000011,16000050
ServiceExtensionContext.d.ts
Error code changed Class name: ServiceExtensionContext;
Method or attribute name: connectServiceExtensionAbility(want: Want, options: ConnectOptions): number;
Old version information: 201,401,16000001,16000005,16000011,16000050
Class name: ServiceExtensionContext;
Method or attribute name: connectServiceExtensionAbility(want: Want, options: ConnectOptions): number;
New version information: 201,401,16000001,16000002,16000004,16000005,16000006,16000008,16000011,16000050,16000053,16000055
ServiceExtensionContext.d.ts
Error code changed Class name: ServiceExtensionContext;
Method or attribute name: connectServiceExtensionAbilityWithAccount(want: Want, accountId: number, options: ConnectOptions): number;
Old version information: 201,202,401,16000001,16000005,16000011,16000050
Class name: ServiceExtensionContext;
Method or attribute name: connectServiceExtensionAbilityWithAccount(want: Want, accountId: number, options: ConnectOptions): number;
New version information: 201,202,401,16000001,16000002,16000004,16000005,16000006,16000008,16000011,16000050,16000053,16000055
ServiceExtensionContext.d.ts
Error code changed Class name: ServiceExtensionContext;
Method or attribute name: startAbilityByCall(want: Want): Promise<Caller>;
Old version information: 201,401,16000001,16000002,16000004,16000005,16000006,16000008,16000011,16000050,16200001
Class name: ServiceExtensionContext;
Method or attribute name: startAbilityByCall(want: Want): Promise<Caller>;
New version information: 201,401,16000001,16000002,16000004,16000006,16000008,16000011,16000050
ServiceExtensionContext.d.ts
Error code changed Class name: ServiceExtensionContext;
Method or attribute name: startAbilityByCallWithAccount(want: Want, accountId: number): Promise<Caller>;
Old version information: 201,202,401,16000001,16000002,16000004,16000005,16000006,16000008,16000011,16000050,16200001
Class name: ServiceExtensionContext;
Method or attribute name: startAbilityByCallWithAccount(want: Want, accountId: number): Promise<Caller>;
New version information: 201,202,401,16000001,16000002,16000004,16000005,16000006,16000008,16000011,16000012,16000013,16000050,16200001
ServiceExtensionContext.d.ts
Error code changed Class name: ServiceExtensionContext;
Method or attribute name: startRecentAbility(want: Want, callback: AsyncCallback<void>): void;
Old version information: 401,16000001,16000002,16000004,16000005,16000006,16000008,16000009,16000010,16000011,16000050,16000053,16000055,16200001
Class name: ServiceExtensionContext;
Method or attribute name: startRecentAbility(want: Want, callback: AsyncCallback<void>): void;
New version information: 201,401,16000001,16000002,16000004,16000005,16000006,16000008,16000009,16000010,16000011,16000050,16000053,16000055,16200001
ServiceExtensionContext.d.ts
Error code changed Class name: ServiceExtensionContext;
Method or attribute name: startRecentAbility(want: Want, options: StartOptions, callback: AsyncCallback<void>): void;
Old version information: 401,16000001,16000002,16000004,16000005,16000006,16000008,16000009,16000010,16000011,16000050,16000053,16000055,16200001
Class name: ServiceExtensionContext;
Method or attribute name: startRecentAbility(want: Want, options: StartOptions, callback: AsyncCallback<void>): void;
New version information: 201,401,16000001,16000004,16000005,16000006,16000008,16000009,16000011,16000050,16000053,16000055,16200001
ServiceExtensionContext.d.ts
Error code changed Class name: ServiceExtensionContext;
Method or attribute name: startRecentAbility(want: Want, options?: StartOptions): Promise<void>;
Old version information: 401,16000001,16000002,16000004,16000005,16000006,16000008,16000009,16000010,16000011,16000050,16000053,16000055,16200001
Class name: ServiceExtensionContext;
Method or attribute name: startRecentAbility(want: Want, options?: StartOptions): Promise<void>;
New version information: 201,401,16000001,16000002,16000004,16000005,16000006,16000008,16000009,16000010,16000011,16000050,16000053,16000055,16200001
ServiceExtensionContext.d.ts
Error code changed Class name: UIAbilityContext;
Method or attribute name: startAbility(want: Want, callback: AsyncCallback<void>): void;
Old version information: 401,16000001,16000002,16000004,16000005,16000006,16000008,16000009,16000010,16000011,16000050,16000053,16000055,16200001
Class name: UIAbilityContext;
Method or attribute name: startAbility(want: Want, callback: AsyncCallback<void>): void;
New version information: 201,401,16000001,16000002,16000004,16000005,16000006,16000008,16000009,16000010,16000011,16000012,16000013,16000050,16000053,16000055,16200001
UIAbilityContext.d.ts
Error code changed Class name: UIAbilityContext;
Method or attribute name: startAbility(want: Want, options: StartOptions, callback: AsyncCallback<void>): void;
Old version information: 401,16000001,16000002,16000004,16000005,16000006,16000008,16000009,16000010,16000011,16000050,16000053,16000055,16200001
Class name: UIAbilityContext;
Method or attribute name: startAbility(want: Want, options: StartOptions, callback: AsyncCallback<void>): void;
New version information: 201,401,16000001,16000004,16000005,16000006,16000008,16000009,16000011,16000012,16000013,16000050,16000053,16000055,16200001
UIAbilityContext.d.ts
Error code changed Class name: UIAbilityContext;
Method or attribute name: startAbility(want: Want, options?: StartOptions): Promise<void>;
Old version information: 401,16000001,16000002,16000004,16000005,16000006,16000008,16000009,16000010,16000011,16000050,16000053,16000055,16200001
Class name: UIAbilityContext;
Method or attribute name: startAbility(want: Want, options?: StartOptions): Promise<void>;
New version information: 201,401,16000001,16000002,16000004,16000005,16000006,16000008,16000009,16000010,16000011,16000012,16000013,16000050,16000053,16000055,16200001
UIAbilityContext.d.ts
Error code changed Class name: UIAbilityContext;
Method or attribute name: startAbilityByCall(want: Want): Promise<Caller>;
Old version information: 16000001,16000002,16000004,16000005,16000006,16000008,16000011,16000050,16200001,201,401
Class name: UIAbilityContext;
Method or attribute name: startAbilityByCall(want: Want): Promise<Caller>;
New version information: 16000001,16000002,16000004,16000006,16000008,16000011,16000012,16000013,16000050,201,401
UIAbilityContext.d.ts
Error code changed Class name: UIAbilityContext;
Method or attribute name: startAbilityByCallWithAccount(want: Want, accountId: number): Promise<Caller>;
Old version information: 201,202,401,16000001,16000002,16000004,16000005,16000006,16000008,16000011,16000050,16200001
Class name: UIAbilityContext;
Method or attribute name: startAbilityByCallWithAccount(want: Want, accountId: number): Promise<Caller>;
New version information: 201,202,401,16000001,16000002,16000004,16000005,16000006,16000008,16000011,16000012,16000013,16000050,16200001
UIAbilityContext.d.ts
Error code changed Class name: UIAbilityContext;
Method or attribute name: startAbilityWithAccount(want: Want, accountId: number, callback: AsyncCallback<void>): void;
Old version information: 201,202,401,16000001,16000002,16000004,16000005,16000006,16000008,16000009,16000010,16000011,16000050,16000053,16000055,16200001
Class name: UIAbilityContext;
Method or attribute name: startAbilityWithAccount(want: Want, accountId: number, callback: AsyncCallback<void>): void;
New version information: 201,202,401,16000001,16000002,16000004,16000005,16000006,16000008,16000009,16000010,16000011,16000012,16000013,16000050,16000053,16000055,16200001
UIAbilityContext.d.ts
Error code changed Class name: UIAbilityContext;
Method or attribute name: startAbilityWithAccount(want: Want, accountId: number, options: StartOptions, callback: AsyncCallback<void>): void;
Old version information: 16000001,16000002,16000004,16000005,16000006,16000008,16000009,16000010,16000011,16000050,16000053,16000055,16200001,201,202,401
Class name: UIAbilityContext;
Method or attribute name: startAbilityWithAccount(want: Want, accountId: number, options: StartOptions, callback: AsyncCallback<void>): void;
New version information: 16000001,16000004,16000005,16000006,16000008,16000009,16000011,16000012,16000013,16000050,16000053,16000055,16200001,201,202,401
UIAbilityContext.d.ts
Error code changed Class name: UIAbilityContext;
Method or attribute name: startAbilityWithAccount(want: Want, accountId: number, options?: StartOptions): Promise<void>;
Old version information: 201,202,401,16000001,16000002,16000004,16000005,16000006,16000008,16000009,16000010,16000011,16000050,16000053,16000055,16200001
Class name: UIAbilityContext;
Method or attribute name: startAbilityWithAccount(want: Want, accountId: number, options?: StartOptions): Promise<void>;
New version information: 201,202,401,16000001,16000002,16000004,16000005,16000006,16000008,16000009,16000010,16000011,16000012,16000013,16000050,16000053,16000055,16200001
UIAbilityContext.d.ts
Error code changed Class name: UIAbilityContext;
Method or attribute name: startAbilityForResult(want: Want, callback: AsyncCallback<AbilityResult>): void;
Old version information: 401,16000001,16000002,16000004,16000005,16000006,16000008,16000009,16000010,16000011,16000050,16000053,16000055,16200001
Class name: UIAbilityContext;
Method or attribute name: startAbilityForResult(want: Want, callback: AsyncCallback<AbilityResult>): void;
New version information: 201,401,16000001,16000002,16000004,16000005,16000006,16000008,16000009,16000010,16000011,16000012,16000013,16000050,16000053,16000055,16200001
UIAbilityContext.d.ts
Error code changed Class name: UIAbilityContext;
Method or attribute name: startAbilityForResult(want: Want, options: StartOptions, callback: AsyncCallback<AbilityResult>): void;
Old version information: 401,16000001,16000002,16000004,16000005,16000006,16000008,16000009,16000010,16000011,16000050,16000053,16000055,16200001
Class name: UIAbilityContext;
Method or attribute name: startAbilityForResult(want: Want, options: StartOptions, callback: AsyncCallback<AbilityResult>): void;
New version information: 201,401,16000001,16000004,16000005,16000006,16000008,16000009,16000011,16000012,16000013,16000050,16000053,16000055,16200001
UIAbilityContext.d.ts
Error code changed Class name: UIAbilityContext;
Method or attribute name: startAbilityForResult(want: Want, options?: StartOptions): Promise<AbilityResult>;
Old version information: 401,16000001,16000002,16000004,16000005,16000006,16000008,16000009,16000010,16000011,16000050,16000053,16000055,16200001
Class name: UIAbilityContext;
Method or attribute name: startAbilityForResult(want: Want, options?: StartOptions): Promise<AbilityResult>;
New version information: 201,401,16000001,16000002,16000004,16000005,16000006,16000008,16000009,16000010,16000011,16000012,16000013,16000050,16000053,16000055,16200001
UIAbilityContext.d.ts
Error code changed Class name: UIAbilityContext;
Method or attribute name: startAbilityForResultWithAccount(want: Want, accountId: number, callback: AsyncCallback<AbilityResult>): void;
Old version information: 201,202,401,16000001,16000002,16000004,16000005,16000006,16000008,16000009,16000010,16000011,16000050,16000053,16000055,16200001
Class name: UIAbilityContext;
Method or attribute name: startAbilityForResultWithAccount(want: Want, accountId: number, callback: AsyncCallback<AbilityResult>): void;
New version information: 201,202,401,16000001,16000002,16000004,16000005,16000006,16000008,16000009,16000010,16000011,16000012,16000013,16000050,16000053,16000055,16200001
UIAbilityContext.d.ts
Error code changed Class name: UIAbilityContext;
Method or attribute name: startAbilityForResultWithAccount(
want: Want,
accountId: number,
options: StartOptions,
callback: AsyncCallback<void>
): void;
Old version information: 16000001,16000002,16000004,16000005,16000006,16000008,16000009,16000010,16000011,16000050,16000053,16000055,16200001,201,202,401
Class name: UIAbilityContext;
Method or attribute name: startAbilityForResultWithAccount(
want: Want,
accountId: number,
options: StartOptions,
callback: AsyncCallback<void>
): void;
New version information: 16000001,16000004,16000005,16000006,16000008,16000009,16000011,16000012,16000013,16000050,16000053,16000055,16200001,201,202,401
UIAbilityContext.d.ts
Error code changed Class name: UIAbilityContext;
Method or attribute name: startAbilityForResultWithAccount(want: Want, accountId: number, options?: StartOptions): Promise<AbilityResult>;
Old version information: 201,202,401,16000001,16000002,16000004,16000005,16000006,16000008,16000009,16000010,16000011,16000050,16000053,16000055,16200001
Class name: UIAbilityContext;
Method or attribute name: startAbilityForResultWithAccount(want: Want, accountId: number, options?: StartOptions): Promise<AbilityResult>;
New version information: 201,202,401,16000001,16000002,16000004,16000005,16000006,16000008,16000009,16000010,16000011,16000012,16000013,16000050,16000053,16000055,16200001
UIAbilityContext.d.ts
Error code changed Class name: UIAbilityContext;
Method or attribute name: startServiceExtensionAbility(want: Want, callback: AsyncCallback<void>): void;
Old version information: 201,202,401,16000001,16000002,16000005,16000006,16000008,16000011,16000050,16200001
Class name: UIAbilityContext;
Method or attribute name: startServiceExtensionAbility(want: Want, callback: AsyncCallback<void>): void;
New version information: 201,202,401,16000001,16000002,16000004,16000005,16000006,16000008,16000011,16000012,16000013,16000050,16200001
UIAbilityContext.d.ts
Error code changed Class name: UIAbilityContext;
Method or attribute name: startServiceExtensionAbility(want: Want): Promise<void>;
Old version information: 201,202,401,16000001,16000002,16000005,16000006,16000008,16000011,16000050,16200001
Class name: UIAbilityContext;
Method or attribute name: startServiceExtensionAbility(want: Want): Promise<void>;
New version information: 201,202,401,16000001,16000002,16000004,16000005,16000006,16000008,16000011,16000012,16000013,16000050,16200001
UIAbilityContext.d.ts
Error code changed Class name: UIAbilityContext;
Method or attribute name: startServiceExtensionAbilityWithAccount(want: Want, accountId: number, callback: AsyncCallback<void>): void;
Old version information: 201,202,401,16000001,16000002,16000005,16000006,16000008,16000011,16000050,16200001
Class name: UIAbilityContext;
Method or attribute name: startServiceExtensionAbilityWithAccount(want: Want, accountId: number, callback: AsyncCallback<void>): void;
New version information: 201,202,401,16000001,16000002,16000004,16000005,16000006,16000008,16000011,16000012,16000013,16000050,16200001
UIAbilityContext.d.ts
Error code changed Class name: UIAbilityContext;
Method or attribute name: startServiceExtensionAbilityWithAccount(want: Want, accountId: number): Promise<void>;
Old version information: 201,202,401,16000001,16000002,16000005,16000006,16000008,16000011,16000050,16200001
Class name: UIAbilityContext;
Method or attribute name: startServiceExtensionAbilityWithAccount(want: Want, accountId: number): Promise<void>;
New version information: 201,202,401,16000001,16000002,16000004,16000005,16000006,16000008,16000011,16000012,16000013,16000050,16200001
UIAbilityContext.d.ts
Error code changed Class name: UIAbilityContext;
Method or attribute name: stopServiceExtensionAbility(want: Want, callback: AsyncCallback<void>): void;
Old version information: 202,401,16000001,16000002,16000005,16000006,16000011,16000050,16200001
Class name: UIAbilityContext;
Method or attribute name: stopServiceExtensionAbility(want: Want, callback: AsyncCallback<void>): void;
New version information: 201,202,401,16000001,16000002,16000004,16000005,16000006,16000011,16000012,16000013,16000050,16200001
UIAbilityContext.d.ts
Error code changed Class name: UIAbilityContext;
Method or attribute name: stopServiceExtensionAbility(want: Want): Promise<void>;
Old version information: 202,401,16000001,16000002,16000005,16000006,16000011,16000050,16200001
Class name: UIAbilityContext;
Method or attribute name: stopServiceExtensionAbility(want: Want): Promise<void>;
New version information: 201,202,401,16000001,16000002,16000004,16000005,16000006,16000011,16000050,16200001
UIAbilityContext.d.ts
Error code changed Class name: UIAbilityContext;
Method or attribute name: stopServiceExtensionAbilityWithAccount(want: Want, accountId: number, callback: AsyncCallback<void>): void;
Old version information: 201,202,401,16000001,16000002,16000005,16000006,16000011,16000050,16200001
Class name: UIAbilityContext;
Method or attribute name: stopServiceExtensionAbilityWithAccount(want: Want, accountId: number, callback: AsyncCallback<void>): void;
New version information: 201,202,401,16000001,16000002,16000004,16000005,16000006,16000011,16000050,16200001
UIAbilityContext.d.ts
Error code changed Class name: UIAbilityContext;
Method or attribute name: stopServiceExtensionAbilityWithAccount(want: Want, accountId: number): Promise<void>;
Old version information: 201,202,401,16000001,16000002,16000005,16000006,16000011,16000050,16200001
Class name: UIAbilityContext;
Method or attribute name: stopServiceExtensionAbilityWithAccount(want: Want, accountId: number): Promise<void>;
New version information: 201,202,401,16000001,16000002,16000004,16000005,16000006,16000011,16000050,16200001
UIAbilityContext.d.ts
Error code changed Class name: UIAbilityContext;
Method or attribute name: terminateSelf(callback: AsyncCallback<void>): void;
Old version information: 401,16000001,16000004,16000005,16000009,16000011,16000050
Class name: UIAbilityContext;
Method or attribute name: terminateSelf(callback: AsyncCallback<void>): void;
New version information: 401,16000009,16000011,16000050
UIAbilityContext.d.ts
Error code changed Class name: UIAbilityContext;
Method or attribute name: terminateSelf(): Promise<void>;
Old version information: 16000001,16000004,16000005,16000009,16000011,16000050
Class name: UIAbilityContext;
Method or attribute name: terminateSelf(): Promise<void>;
New version information: 16000009,16000011,16000050
UIAbilityContext.d.ts
Error code changed Class name: UIAbilityContext;
Method or attribute name: terminateSelfWithResult(parameter: AbilityResult, callback: AsyncCallback<void>): void;
Old version information: 401,16000001,16000004,16000005,16000009,16000011,16000050
Class name: UIAbilityContext;
Method or attribute name: terminateSelfWithResult(parameter: AbilityResult, callback: AsyncCallback<void>): void;
New version information: 401,16000009,16000011,16000050
UIAbilityContext.d.ts
Error code changed Class name: UIAbilityContext;
Method or attribute name: terminateSelfWithResult(parameter: AbilityResult): Promise<void>;
Old version information: 401,16000001,16000004,16000005,16000009,16000011,16000050
Class name: UIAbilityContext;
Method or attribute name: terminateSelfWithResult(parameter: AbilityResult): Promise<void>;
New version information: 401,16000009,16000011,16000050
UIAbilityContext.d.ts
Error code changed Class name: UIAbilityContext;
Method or attribute name: connectServiceExtensionAbility(want: Want, options: ConnectOptions): number;
Old version information: 201,401,16000001,16000005,16000011,16000050
Class name: UIAbilityContext;
Method or attribute name: connectServiceExtensionAbility(want: Want, options: ConnectOptions): number;
New version information: 201,401,16000001,16000002,16000004,16000005,16000006,16000008,16000011,16000050,16000053,16000055
UIAbilityContext.d.ts
Error code changed Class name: UIAbilityContext;
Method or attribute name: connectServiceExtensionAbilityWithAccount(want: Want, accountId: number, options: ConnectOptions): number;
Old version information: 201,202,401,16000001,16000005,16000011,16000050
Class name: UIAbilityContext;
Method or attribute name: connectServiceExtensionAbilityWithAccount(want: Want, accountId: number, options: ConnectOptions): number;
New version information: 201,202,401,16000001,16000002,16000004,16000005,16000006,16000008,16000011,16000050,16000053,16000055
UIAbilityContext.d.ts
Error code changed Class name: UIAbilityContext;
Method or attribute name: setMissionIcon(icon: image.PixelMap, callback: AsyncCallback<void>): void;
Old version information: 401,16000011,16000050
Class name: UIAbilityContext;
Method or attribute name: setMissionIcon(icon: image.PixelMap, callback: AsyncCallback<void>): void;
New version information: 202,401,16000011,16000050
UIAbilityContext.d.ts
Error code changed Class name: UIAbilityContext;
Method or attribute name: setMissionIcon(icon: image.PixelMap): Promise<void>;
Old version information: 401,16000011,16000050
Class name: UIAbilityContext;
Method or attribute name: setMissionIcon(icon: image.PixelMap): Promise<void>;
New version information: 202,401,16000011,16000050
UIAbilityContext.d.ts
Error code changed Class name: UIAbilityContext;
Method or attribute name: startRecentAbility(want: Want, callback: AsyncCallback<void>): void;
Old version information: 401,16000001,16000002,16000004,16000005,16000006,16000008,16000009,16000010,16000011,16000050,16000053,16000055,16200001
Class name: UIAbilityContext;
Method or attribute name: startRecentAbility(want: Want, callback: AsyncCallback<void>): void;
New version information: 201,401,16000001,16000002,16000004,16000005,16000006,16000008,16000009,16000010,16000011,16000012,16000013,16000050,16000053,16000055,16200001
UIAbilityContext.d.ts
Error code changed Class name: UIAbilityContext;
Method or attribute name: startRecentAbility(want: Want, options: StartOptions, callback: AsyncCallback<void>): void;
Old version information: 401,16000001,16000002,16000004,16000005,16000006,16000008,16000009,16000010,16000011,16000050,16000053,16000055,16200001
Class name: UIAbilityContext;
Method or attribute name: startRecentAbility(want: Want, options: StartOptions, callback: AsyncCallback<void>): void;
New version information: 201,401,16000001,16000004,16000005,16000006,16000008,16000009,16000011,16000012,16000013,16000050,16000053,16000055,16200001
UIAbilityContext.d.ts
Error code changed Class name: UIAbilityContext;
Method or attribute name: startRecentAbility(want: Want, options?: StartOptions): Promise<void>;
Old version information: 401,16000001,16000002,16000004,16000005,16000006,16000008,16000009,16000010,16000011,16000050,16000053,16000055,16200001
Class name: UIAbilityContext;
Method or attribute name: startRecentAbility(want: Want, options?: StartOptions): Promise<void>;
New version information: 201,401,16000001,16000002,16000004,16000005,16000006,16000008,16000009,16000010,16000011,16000012,16000013,16000050,16000053,16000055,16200001
UIAbilityContext.d.ts
Error code changed Class name: UIAbilityContext;
Method or attribute name: requestDialogService(want: Want, result: AsyncCallback<dialogRequest.RequestResult>): void;
Old version information: 401,16000001,16000002,16000004,16000005,16000006,16000008,16000009,16000010,16000011,16000050,16000053,16000055,16200001
Class name: UIAbilityContext;
Method or attribute name: requestDialogService(want: Want, result: AsyncCallback<dialogRequest.RequestResult>): void;
New version information: 201,401,16000001,16000002,16000004,16000005,16000006,16000008,16000009,16000010,16000011,16000012,16000013,16000050,16000053,16000055,16200001
UIAbilityContext.d.ts
Error code changed Class name: UIAbilityContext;
Method or attribute name: requestDialogService(want: Want): Promise<dialogRequest.RequestResult>;
Old version information: 401,16000001,16000002,16000004,16000005,16000006,16000008,16000009,16000010,16000011,16000050,16000053,16000055,16200001
Class name: UIAbilityContext;
Method or attribute name: requestDialogService(want: Want): Promise<dialogRequest.RequestResult>;
New version information: 201,401,16000001,16000002,16000004,16000005,16000006,16000008,16000009,16000010,16000011,16000012,16000013,16000050,16000053,16000055,16200001
UIAbilityContext.d.ts
Access level changed Class name: WindowMode;
Method or attribute name: WINDOW_MODE_UNDEFINED = 0
Old version information:
Class name: WindowMode;
Method or attribute name: WINDOW_MODE_UNDEFINED = 0
New version information: systemapi
@ohos.app.ability.AbilityConstant.d.ts
Access level changed Class name: WindowMode;
Method or attribute name: WINDOW_MODE_FULLSCREEN = 1
Old version information:
Class name: WindowMode;
Method or attribute name: WINDOW_MODE_FULLSCREEN = 1
New version information: systemapi
@ohos.app.ability.AbilityConstant.d.ts
Access level changed Class name: WindowMode;
Method or attribute name: WINDOW_MODE_SPLIT_PRIMARY = 100
Old version information:
Class name: WindowMode;
Method or attribute name: WINDOW_MODE_SPLIT_PRIMARY = 100
New version information: systemapi
@ohos.app.ability.AbilityConstant.d.ts
Access level changed Class name: WindowMode;
Method or attribute name: WINDOW_MODE_SPLIT_SECONDARY = 101
Old version information:
Class name: WindowMode;
Method or attribute name: WINDOW_MODE_SPLIT_SECONDARY = 101
New version information: systemapi
@ohos.app.ability.AbilityConstant.d.ts
Access level changed Class name: WindowMode;
Method or attribute name: WINDOW_MODE_FLOATING = 102
Old version information:
Class name: WindowMode;
Method or attribute name: WINDOW_MODE_FLOATING = 102
New version information: systemapi
@ohos.app.ability.AbilityConstant.d.ts
Access level changed Class name: AbilityState;
Method or attribute name: INITIAL = 0
Old version information:
Class name: AbilityState;
Method or attribute name: INITIAL = 0
New version information: systemapi
@ohos.app.ability.abilityManager.d.ts
Access level changed Class name: AbilityState;
Method or attribute name: FOCUS = 2
Old version information:
Class name: AbilityState;
Method or attribute name: FOCUS = 2
New version information: systemapi
@ohos.app.ability.abilityManager.d.ts
Access level changed Class name: AbilityState;
Method or attribute name: FOREGROUND = 9
Old version information:
Class name: AbilityState;
Method or attribute name: FOREGROUND = 9
New version information: systemapi
@ohos.app.ability.abilityManager.d.ts
Access level changed Class name: AbilityState;
Method or attribute name: BACKGROUND = 10
Old version information:
Class name: AbilityState;
Method or attribute name: BACKGROUND = 10
New version information: systemapi
@ohos.app.ability.abilityManager.d.ts
Access level changed Class name: AbilityState;
Method or attribute name: FOREGROUNDING = 11
Old version information:
Class name: AbilityState;
Method or attribute name: FOREGROUNDING = 11
New version information: systemapi
@ohos.app.ability.abilityManager.d.ts
Access level changed Class name: AbilityState;
Method or attribute name: BACKGROUNDING = 12
Old version information:
Class name: AbilityState;
Method or attribute name: BACKGROUNDING = 12
New version information: systemapi
@ohos.app.ability.abilityManager.d.ts
Access level changed Class name: ApplicationState;
Method or attribute name: STATE_CREATE
Old version information:
Class name: ApplicationState;
Method or attribute name: STATE_CREATE
New version information: systemapi
@ohos.app.ability.appManager.d.ts
Access level changed Class name: ProcessState;
Method or attribute name: STATE_CREATE
Old version information:
Class name: ProcessState;
Method or attribute name: STATE_CREATE
New version information: systemapi
@ohos.app.ability.appManager.d.ts
Access level changed Class name: ApplicationState;
Method or attribute name: STATE_FOREGROUND
Old version information:
Class name: ApplicationState;
Method or attribute name: STATE_FOREGROUND
New version information: systemapi
@ohos.app.ability.appManager.d.ts
Access level changed Class name: ProcessState;
Method or attribute name: STATE_FOREGROUND
Old version information:
Class name: ProcessState;
Method or attribute name: STATE_FOREGROUND
New version information: systemapi
@ohos.app.ability.appManager.d.ts
Access level changed Class name: ApplicationState;
Method or attribute name: STATE_ACTIVE
Old version information:
Class name: ApplicationState;
Method or attribute name: STATE_ACTIVE
New version information: systemapi
@ohos.app.ability.appManager.d.ts
Access level changed Class name: ProcessState;
Method or attribute name: STATE_ACTIVE
Old version information:
Class name: ProcessState;
Method or attribute name: STATE_ACTIVE
New version information: systemapi
@ohos.app.ability.appManager.d.ts
Access level changed Class name: ApplicationState;
Method or attribute name: STATE_BACKGROUND
Old version information:
Class name: ApplicationState;
Method or attribute name: STATE_BACKGROUND
New version information: systemapi
@ohos.app.ability.appManager.d.ts
Access level changed Class name: ProcessState;
Method or attribute name: STATE_BACKGROUND
Old version information:
Class name: ProcessState;
Method or attribute name: STATE_BACKGROUND
New version information: systemapi
@ohos.app.ability.appManager.d.ts
Access level changed Class name: ApplicationState;
Method or attribute name: STATE_DESTROY
Old version information:
Class name: ApplicationState;
Method or attribute name: STATE_DESTROY
New version information: systemapi
@ohos.app.ability.appManager.d.ts
Access level changed Class name: ProcessState;
Method or attribute name: STATE_DESTROY
Old version information:
Class name: ProcessState;
Method or attribute name: STATE_DESTROY
New version information: systemapi
@ohos.app.ability.appManager.d.ts
Access level changed Class name: missionManager;
Method or attribute name: function on(type: 'mission', listener: MissionListener): number;
Old version information:
Class name: missionManager;
Method or attribute name: function on(type: 'mission', listener: MissionListener): number;
New version information: systemapi
@ohos.app.ability.missionManager.d.ts
Access level changed Class name: missionManager;
Method or attribute name: function off(type: 'mission', listenerId: number, callback: AsyncCallback<void>): void;
Old version information:
Class name: missionManager;
Method or attribute name: function off(type: 'mission', listenerId: number, callback: AsyncCallback<void>): void;
New version information: systemapi
@ohos.app.ability.missionManager.d.ts
Access level changed Class name: missionManager;
Method or attribute name: function off(type: 'mission', listenerId: number): Promise<void>;
Old version information:
Class name: missionManager;
Method or attribute name: function off(type: 'mission', listenerId: number): Promise<void>;
New version information: systemapi
@ohos.app.ability.missionManager.d.ts
Access level changed Class name: missionManager;
Method or attribute name: function getMissionInfo(deviceId: string, missionId: number, callback: AsyncCallback<MissionInfo>): void;
Old version information:
Class name: missionManager;
Method or attribute name: function getMissionInfo(deviceId: string, missionId: number, callback: AsyncCallback<MissionInfo>): void;
New version information: systemapi
@ohos.app.ability.missionManager.d.ts
Access level changed Class name: missionManager;
Method or attribute name: function getMissionInfo(deviceId: string, missionId: number): Promise<MissionInfo>;
Old version information:
Class name: missionManager;
Method or attribute name: function getMissionInfo(deviceId: string, missionId: number): Promise<MissionInfo>;
New version information: systemapi
@ohos.app.ability.missionManager.d.ts
Access level changed Class name: missionManager;
Method or attribute name: function getMissionInfos(deviceId: string, numMax: number, callback: AsyncCallback<Array<MissionInfo>>): void;
Old version information:
Class name: missionManager;
Method or attribute name: function getMissionInfos(deviceId: string, numMax: number, callback: AsyncCallback<Array<MissionInfo>>): void;
New version information: systemapi
@ohos.app.ability.missionManager.d.ts
Access level changed Class name: missionManager;
Method or attribute name: function getMissionInfos(deviceId: string, numMax: number): Promise<Array<MissionInfo>>;
Old version information:
Class name: missionManager;
Method or attribute name: function getMissionInfos(deviceId: string, numMax: number): Promise<Array<MissionInfo>>;
New version information: systemapi
@ohos.app.ability.missionManager.d.ts
Access level changed Class name: missionManager;
Method or attribute name: function getMissionSnapShot(deviceId: string, missionId: number, callback: AsyncCallback<MissionSnapshot>): void;
Old version information:
Class name: missionManager;
Method or attribute name: function getMissionSnapShot(deviceId: string, missionId: number, callback: AsyncCallback<MissionSnapshot>): void;
New version information: systemapi
@ohos.app.ability.missionManager.d.ts
Access level changed Class name: missionManager;
Method or attribute name: function getMissionSnapShot(deviceId: string, missionId: number): Promise<MissionSnapshot>;
Old version information:
Class name: missionManager;
Method or attribute name: function getMissionSnapShot(deviceId: string, missionId: number): Promise<MissionSnapshot>;
New version information: systemapi
@ohos.app.ability.missionManager.d.ts
Access level changed Class name: missionManager;
Method or attribute name: function getLowResolutionMissionSnapShot(
deviceId: string,
missionId: number,
callback: AsyncCallback<MissionSnapshot>
): void;
Old version information:
Class name: missionManager;
Method or attribute name: function getLowResolutionMissionSnapShot(
deviceId: string,
missionId: number,
callback: AsyncCallback<MissionSnapshot>
): void;
New version information: systemapi
@ohos.app.ability.missionManager.d.ts
Access level changed Class name: missionManager;
Method or attribute name: function getLowResolutionMissionSnapShot(deviceId: string, missionId: number): Promise<MissionSnapshot>;
Old version information:
Class name: missionManager;
Method or attribute name: function getLowResolutionMissionSnapShot(deviceId: string, missionId: number): Promise<MissionSnapshot>;
New version information: systemapi
@ohos.app.ability.missionManager.d.ts
Access level changed Class name: missionManager;
Method or attribute name: function lockMission(missionId: number, callback: AsyncCallback<void>): void;
Old version information:
Class name: missionManager;
Method or attribute name: function lockMission(missionId: number, callback: AsyncCallback<void>): void;
New version information: systemapi
@ohos.app.ability.missionManager.d.ts
Access level changed Class name: missionManager;
Method or attribute name: function lockMission(missionId: number): Promise<void>;
Old version information:
Class name: missionManager;
Method or attribute name: function lockMission(missionId: number): Promise<void>;
New version information: systemapi
@ohos.app.ability.missionManager.d.ts
Access level changed Class name: missionManager;
Method or attribute name: function unlockMission(missionId: number, callback: AsyncCallback<void>): void;
Old version information:
Class name: missionManager;
Method or attribute name: function unlockMission(missionId: number, callback: AsyncCallback<void>): void;
New version information: systemapi
@ohos.app.ability.missionManager.d.ts
Access level changed Class name: missionManager;
Method or attribute name: function unlockMission(missionId: number): Promise<void>;
Old version information:
Class name: missionManager;
Method or attribute name: function unlockMission(missionId: number): Promise<void>;
New version information: systemapi
@ohos.app.ability.missionManager.d.ts
Access level changed Class name: missionManager;
Method or attribute name: function clearMission(missionId: number, callback: AsyncCallback<void>): void;
Old version information:
Class name: missionManager;
Method or attribute name: function clearMission(missionId: number, callback: AsyncCallback<void>): void;
New version information: systemapi
@ohos.app.ability.missionManager.d.ts
Access level changed Class name: missionManager;
Method or attribute name: function clearMission(missionId: number): Promise<void>;
Old version information:
Class name: missionManager;
Method or attribute name: function clearMission(missionId: number): Promise<void>;
New version information: systemapi
@ohos.app.ability.missionManager.d.ts
Access level changed Class name: missionManager;
Method or attribute name: function clearAllMissions(callback: AsyncCallback<void>): void;
Old version information:
Class name: missionManager;
Method or attribute name: function clearAllMissions(callback: AsyncCallback<void>): void;
New version information: systemapi
@ohos.app.ability.missionManager.d.ts
Access level changed Class name: missionManager;
Method or attribute name: function clearAllMissions(): Promise<void>;
Old version information:
Class name: missionManager;
Method or attribute name: function clearAllMissions(): Promise<void>;
New version information: systemapi
@ohos.app.ability.missionManager.d.ts
Access level changed Class name: missionManager;
Method or attribute name: function moveMissionToFront(missionId: number, callback: AsyncCallback<void>): void;
Old version information:
Class name: missionManager;
Method or attribute name: function moveMissionToFront(missionId: number, callback: AsyncCallback<void>): void;
New version information: systemapi
@ohos.app.ability.missionManager.d.ts
Access level changed Class name: missionManager;
Method or attribute name: function moveMissionToFront(missionId: number, options: StartOptions, callback: AsyncCallback<void>): void;
Old version information:
Class name: missionManager;
Method or attribute name: function moveMissionToFront(missionId: number, options: StartOptions, callback: AsyncCallback<void>): void;
New version information: systemapi
@ohos.app.ability.missionManager.d.ts
Access level changed Class name: missionManager;
Method or attribute name: function moveMissionToFront(missionId: number, options?: StartOptions): Promise<void>;
Old version information:
Class name: missionManager;
Method or attribute name: function moveMissionToFront(missionId: number, options?: StartOptions): Promise<void>;
New version information: systemapi
@ohos.app.ability.missionManager.d.ts
Access level changed Class name: abilityManager;
Method or attribute name: function updateConfiguration(config: Configuration): Promise<void>;
Old version information:
Class name: abilityManager;
Method or attribute name: function updateConfiguration(config: Configuration): Promise<void>;
New version information: systemapi
@ohos.application.abilityManager.d.ts
Access level changed Class name: abilityManager;
Method or attribute name: function getAbilityRunningInfos(callback: AsyncCallback<Array<AbilityRunningInfo>>): void;
Old version information:
Class name: abilityManager;
Method or attribute name: function getAbilityRunningInfos(callback: AsyncCallback<Array<AbilityRunningInfo>>): void;
New version information: systemapi
@ohos.application.abilityManager.d.ts
Access level changed Class name: AbilityState;
Method or attribute name: INITIAL = 0
Old version information:
Class name: AbilityState;
Method or attribute name: INITIAL = 0
New version information: systemapi
@ohos.application.abilityManager.d.ts
Access level changed Class name: AbilityState;
Method or attribute name: FOREGROUND = 9
Old version information:
Class name: AbilityState;
Method or attribute name: FOREGROUND = 9
New version information: systemapi
@ohos.application.abilityManager.d.ts
Access level changed Class name: AbilityState;
Method or attribute name: BACKGROUND = 10
Old version information:
Class name: AbilityState;
Method or attribute name: BACKGROUND = 10
New version information: systemapi
@ohos.application.abilityManager.d.ts
Access level changed Class name: AbilityState;
Method or attribute name: FOREGROUNDING = 11
Old version information:
Class name: AbilityState;
Method or attribute name: FOREGROUNDING = 11
New version information: systemapi
@ohos.application.abilityManager.d.ts
Access level changed Class name: AbilityState;
Method or attribute name: BACKGROUNDING = 12
Old version information:
Class name: AbilityState;
Method or attribute name: BACKGROUNDING = 12
New version information: systemapi
@ohos.application.abilityManager.d.ts
Access level changed Class name: appManager;
Method or attribute name: function unregisterApplicationStateObserver(observerId: number): Promise<void>;
Old version information:
Class name: appManager;
Method or attribute name: function unregisterApplicationStateObserver(observerId: number): Promise<void>;
New version information: systemapi
@ohos.application.appManager.d.ts
Access level changed Class name: appManager;
Method or attribute name: function getForegroundApplications(): Promise<Array<AppStateData>>;
Old version information:
Class name: appManager;
Method or attribute name: function getForegroundApplications(): Promise<Array<AppStateData>>;
New version information: systemapi
@ohos.application.appManager.d.ts
Access level changed Class name: appManager;
Method or attribute name: function killProcessWithAccount(bundleName: string, accountId: number, callback: AsyncCallback<void>): void;
Old version information:
Class name: appManager;
Method or attribute name: function killProcessWithAccount(bundleName: string, accountId: number, callback: AsyncCallback<void>): void;
New version information: systemapi
@ohos.application.appManager.d.ts
Access level changed Class name: appManager;
Method or attribute name: function killProcessesByBundleName(bundleName: string, callback: AsyncCallback<void>);
Old version information:
Class name: appManager;
Method or attribute name: function killProcessesByBundleName(bundleName: string, callback: AsyncCallback<void>);
New version information: systemapi
@ohos.application.appManager.d.ts
Access level changed Class name: appManager;
Method or attribute name: function clearUpApplicationData(bundleName: string, callback: AsyncCallback<void>);
Old version information:
Class name: appManager;
Method or attribute name: function clearUpApplicationData(bundleName: string, callback: AsyncCallback<void>);
New version information: systemapi
@ohos.application.appManager.d.ts
Access level changed Class name: formHost;
Method or attribute name: function deleteForm(formId: string, callback: AsyncCallback<void>): void;
Old version information:
Class name: formHost;
Method or attribute name: function deleteForm(formId: string, callback: AsyncCallback<void>): void;
New version information: systemapi
@ohos.application.formHost.d.ts
Access level changed Class name: formHost;
Method or attribute name: function deleteForm(formId: string): Promise<void>;
Old version information:
Class name: formHost;
Method or attribute name: function deleteForm(formId: string): Promise<void>;
New version information: systemapi
@ohos.application.formHost.d.ts
Access level changed Class name: formHost;
Method or attribute name: function releaseForm(formId: string, callback: AsyncCallback<void>): void;
Old version information:
Class name: formHost;
Method or attribute name: function releaseForm(formId: string, callback: AsyncCallback<void>): void;
New version information: systemapi
@ohos.application.formHost.d.ts
Access level changed Class name: formHost;
Method or attribute name: function releaseForm(formId: string, isReleaseCache: boolean, callback: AsyncCallback<void>): void;
Old version information:
Class name: formHost;
Method or attribute name: function releaseForm(formId: string, isReleaseCache: boolean, callback: AsyncCallback<void>): void;
New version information: systemapi
@ohos.application.formHost.d.ts
Access level changed Class name: formHost;
Method or attribute name: function releaseForm(formId: string, isReleaseCache?: boolean): Promise<void>;
Old version information:
Class name: formHost;
Method or attribute name: function releaseForm(formId: string, isReleaseCache?: boolean): Promise<void>;
New version information: systemapi
@ohos.application.formHost.d.ts
Access level changed Class name: formHost;
Method or attribute name: function requestForm(formId: string, callback: AsyncCallback<void>): void;
Old version information:
Class name: formHost;
Method or attribute name: function requestForm(formId: string, callback: AsyncCallback<void>): void;
New version information: systemapi
@ohos.application.formHost.d.ts
Access level changed Class name: formHost;
Method or attribute name: function requestForm(formId: string): Promise<void>;
Old version information:
Class name: formHost;
Method or attribute name: function requestForm(formId: string): Promise<void>;
New version information: systemapi
@ohos.application.formHost.d.ts
Access level changed Class name: formHost;
Method or attribute name: function castTempForm(formId: string, callback: AsyncCallback<void>): void;
Old version information:
Class name: formHost;
Method or attribute name: function castTempForm(formId: string, callback: AsyncCallback<void>): void;
New version information: systemapi
@ohos.application.formHost.d.ts
Access level changed Class name: formHost;
Method or attribute name: function castTempForm(formId: string): Promise<void>;
Old version information:
Class name: formHost;
Method or attribute name: function castTempForm(formId: string): Promise<void>;
New version information: systemapi
@ohos.application.formHost.d.ts
Access level changed Class name: formHost;
Method or attribute name: function notifyVisibleForms(formIds: Array<string>, callback: AsyncCallback<void>): void;
Old version information:
Class name: formHost;
Method or attribute name: function notifyVisibleForms(formIds: Array<string>, callback: AsyncCallback<void>): void;
New version information: systemapi
@ohos.application.formHost.d.ts
Access level changed Class name: formHost;
Method or attribute name: function notifyVisibleForms(formIds: Array<string>): Promise<void>;
Old version information:
Class name: formHost;
Method or attribute name: function notifyVisibleForms(formIds: Array<string>): Promise<void>;
New version information: systemapi
@ohos.application.formHost.d.ts
Access level changed Class name: formHost;
Method or attribute name: function notifyInvisibleForms(formIds: Array<string>, callback: AsyncCallback<void>): void;
Old version information:
Class name: formHost;
Method or attribute name: function notifyInvisibleForms(formIds: Array<string>, callback: AsyncCallback<void>): void;
New version information: systemapi
@ohos.application.formHost.d.ts
Access level changed Class name: formHost;
Method or attribute name: function notifyInvisibleForms(formIds: Array<string>): Promise<void>;
Old version information:
Class name: formHost;
Method or attribute name: function notifyInvisibleForms(formIds: Array<string>): Promise<void>;
New version information: systemapi
@ohos.application.formHost.d.ts
Access level changed Class name: formHost;
Method or attribute name: function enableFormsUpdate(formIds: Array<string>, callback: AsyncCallback<void>): void;
Old version information:
Class name: formHost;
Method or attribute name: function enableFormsUpdate(formIds: Array<string>, callback: AsyncCallback<void>): void;
New version information: systemapi
@ohos.application.formHost.d.ts
Access level changed Class name: formHost;
Method or attribute name: function enableFormsUpdate(formIds: Array<string>): Promise<void>;
Old version information:
Class name: formHost;
Method or attribute name: function enableFormsUpdate(formIds: Array<string>): Promise<void>;
New version information: systemapi
@ohos.application.formHost.d.ts
Access level changed Class name: formHost;
Method or attribute name: function disableFormsUpdate(formIds: Array<string>, callback: AsyncCallback<void>): void;
Old version information:
Class name: formHost;
Method or attribute name: function disableFormsUpdate(formIds: Array<string>, callback: AsyncCallback<void>): void;
New version information: systemapi
@ohos.application.formHost.d.ts
Access level changed Class name: formHost;
Method or attribute name: function disableFormsUpdate(formIds: Array<string>): Promise<void>;
Old version information:
Class name: formHost;
Method or attribute name: function disableFormsUpdate(formIds: Array<string>): Promise<void>;
New version information: systemapi
@ohos.application.formHost.d.ts
Access level changed Class name: formHost;
Method or attribute name: function isSystemReady(callback: AsyncCallback<void>): void;
Old version information:
Class name: formHost;
Method or attribute name: function isSystemReady(callback: AsyncCallback<void>): void;
New version information: systemapi
@ohos.application.formHost.d.ts
Access level changed Class name: formHost;
Method or attribute name: function isSystemReady(): Promise<void>;
Old version information:
Class name: formHost;
Method or attribute name: function isSystemReady(): Promise<void>;
New version information: systemapi
@ohos.application.formHost.d.ts
Access level changed Class name: formHost;
Method or attribute name: function getAllFormsInfo(callback: AsyncCallback<Array<formInfo.FormInfo>>): void;
Old version information:
Class name: formHost;
Method or attribute name: function getAllFormsInfo(callback: AsyncCallback<Array<formInfo.FormInfo>>): void;
New version information: systemapi
@ohos.application.formHost.d.ts
Access level changed Class name: formHost;
Method or attribute name: function getAllFormsInfo(): Promise<Array<formInfo.FormInfo>>;
Old version information:
Class name: formHost;
Method or attribute name: function getAllFormsInfo(): Promise<Array<formInfo.FormInfo>>;
New version information: systemapi
@ohos.application.formHost.d.ts
Access level changed Class name: formHost;
Method or attribute name: function getFormsInfo(bundleName: string, callback: AsyncCallback<Array<formInfo.FormInfo>>): void;
Old version information:
Class name: formHost;
Method or attribute name: function getFormsInfo(bundleName: string, callback: AsyncCallback<Array<formInfo.FormInfo>>): void;
New version information: systemapi
@ohos.application.formHost.d.ts
Access level changed Class name: formHost;
Method or attribute name: function getFormsInfo(
bundleName: string,
moduleName: string,
callback: AsyncCallback<Array<formInfo.FormInfo>>
): void;
Old version information:
Class name: formHost;
Method or attribute name: function getFormsInfo(
bundleName: string,
moduleName: string,
callback: AsyncCallback<Array<formInfo.FormInfo>>
): void;
New version information: systemapi
@ohos.application.formHost.d.ts
Access level changed Class name: formHost;
Method or attribute name: function getFormsInfo(bundleName: string, moduleName?: string): Promise<Array<formInfo.FormInfo>>;
Old version information:
Class name: formHost;
Method or attribute name: function getFormsInfo(bundleName: string, moduleName?: string): Promise<Array<formInfo.FormInfo>>;
New version information: systemapi
@ohos.application.formHost.d.ts
Access level changed Class name: formHost;
Method or attribute name: function deleteInvalidForms(formIds: Array<string>, callback: AsyncCallback<number>): void;
Old version information:
Class name: formHost;
Method or attribute name: function deleteInvalidForms(formIds: Array<string>, callback: AsyncCallback<number>): void;
New version information: systemapi
@ohos.application.formHost.d.ts
Access level changed Class name: formHost;
Method or attribute name: function deleteInvalidForms(formIds: Array<string>): Promise<number>;
Old version information:
Class name: formHost;
Method or attribute name: function deleteInvalidForms(formIds: Array<string>): Promise<number>;
New version information: systemapi
@ohos.application.formHost.d.ts
Access level changed Class name: formHost;
Method or attribute name: function acquireFormState(want: Want, callback: AsyncCallback<formInfo.FormStateInfo>): void;
Old version information:
Class name: formHost;
Method or attribute name: function acquireFormState(want: Want, callback: AsyncCallback<formInfo.FormStateInfo>): void;
New version information: systemapi
@ohos.application.formHost.d.ts
Access level changed Class name: formHost;
Method or attribute name: function acquireFormState(want: Want): Promise<formInfo.FormStateInfo>;
Old version information:
Class name: formHost;
Method or attribute name: function acquireFormState(want: Want): Promise<formInfo.FormStateInfo>;
New version information: systemapi
@ohos.application.formHost.d.ts
Access level changed Class name: formHost;
Method or attribute name: function on(type: 'formUninstall', callback: Callback<string>): void;
Old version information:
Class name: formHost;
Method or attribute name: function on(type: 'formUninstall', callback: Callback<string>): void;
New version information: systemapi
@ohos.application.formHost.d.ts
Access level changed Class name: formHost;
Method or attribute name: function off(type: 'formUninstall', callback?: Callback<string>): void;
Old version information:
Class name: formHost;
Method or attribute name: function off(type: 'formUninstall', callback?: Callback<string>): void;
New version information: systemapi
@ohos.application.formHost.d.ts
Access level changed Class name: formHost;
Method or attribute name: function notifyFormsVisible(formIds: Array<string>, isVisible: boolean, callback: AsyncCallback<void>): void;
Old version information:
Class name: formHost;
Method or attribute name: function notifyFormsVisible(formIds: Array<string>, isVisible: boolean, callback: AsyncCallback<void>): void;
New version information: systemapi
@ohos.application.formHost.d.ts
Access level changed Class name: formHost;
Method or attribute name: function notifyFormsVisible(formIds: Array<string>, isVisible: boolean): Promise<void>;
Old version information:
Class name: formHost;
Method or attribute name: function notifyFormsVisible(formIds: Array<string>, isVisible: boolean): Promise<void>;
New version information: systemapi
@ohos.application.formHost.d.ts
Access level changed Class name: formHost;
Method or attribute name: function notifyFormsEnableUpdate(
formIds: Array<string>,
isEnableUpdate: boolean,
callback: AsyncCallback<void>
): void;
Old version information:
Class name: formHost;
Method or attribute name: function notifyFormsEnableUpdate(
formIds: Array<string>,
isEnableUpdate: boolean,
callback: AsyncCallback<void>
): void;
New version information: systemapi
@ohos.application.formHost.d.ts
Access level changed Class name: formHost;
Method or attribute name: function notifyFormsEnableUpdate(formIds: Array<string>, isEnableUpdate: boolean): Promise<void>;
Old version information:
Class name: formHost;
Method or attribute name: function notifyFormsEnableUpdate(formIds: Array<string>, isEnableUpdate: boolean): Promise<void>;
New version information: systemapi
@ohos.application.formHost.d.ts
Access level changed Class name: missionManager;
Method or attribute name: function registerMissionListener(listener: MissionListener): number;
Old version information:
Class name: missionManager;
Method or attribute name: function registerMissionListener(listener: MissionListener): number;
New version information: systemapi
@ohos.application.missionManager.d.ts
Access level changed Class name: missionManager;
Method or attribute name: function unregisterMissionListener(listenerId: number, callback: AsyncCallback<void>): void;
Old version information:
Class name: missionManager;
Method or attribute name: function unregisterMissionListener(listenerId: number, callback: AsyncCallback<void>): void;
New version information: systemapi
@ohos.application.missionManager.d.ts
Access level changed Class name: missionManager;
Method or attribute name: function unregisterMissionListener(listenerId: number): Promise<void>;
Old version information:
Class name: missionManager;
Method or attribute name: function unregisterMissionListener(listenerId: number): Promise<void>;
New version information: systemapi
@ohos.application.missionManager.d.ts
Access level changed Class name: missionManager;
Method or attribute name: function getMissionInfo(deviceId: string, missionId: number, callback: AsyncCallback<MissionInfo>): void;
Old version information:
Class name: missionManager;
Method or attribute name: function getMissionInfo(deviceId: string, missionId: number, callback: AsyncCallback<MissionInfo>): void;
New version information: systemapi
@ohos.application.missionManager.d.ts
Access level changed Class name: missionManager;
Method or attribute name: function getMissionInfo(deviceId: string, missionId: number): Promise<MissionInfo>;
Old version information:
Class name: missionManager;
Method or attribute name: function getMissionInfo(deviceId: string, missionId: number): Promise<MissionInfo>;
New version information: systemapi
@ohos.application.missionManager.d.ts
Access level changed Class name: missionManager;
Method or attribute name: function getMissionInfos(deviceId: string, numMax: number, callback: AsyncCallback<Array<MissionInfo>>): void;
Old version information:
Class name: missionManager;
Method or attribute name: function getMissionInfos(deviceId: string, numMax: number, callback: AsyncCallback<Array<MissionInfo>>): void;
New version information: systemapi
@ohos.application.missionManager.d.ts
Access level changed Class name: missionManager;
Method or attribute name: function getMissionInfos(deviceId: string, numMax: number): Promise<Array<MissionInfo>>;
Old version information:
Class name: missionManager;
Method or attribute name: function getMissionInfos(deviceId: string, numMax: number): Promise<Array<MissionInfo>>;
New version information: systemapi
@ohos.application.missionManager.d.ts
Access level changed Class name: missionManager;
Method or attribute name: function getMissionSnapShot(deviceId: string, missionId: number, callback: AsyncCallback<MissionSnapshot>): void;
Old version information:
Class name: missionManager;
Method or attribute name: function getMissionSnapShot(deviceId: string, missionId: number, callback: AsyncCallback<MissionSnapshot>): void;
New version information: systemapi
@ohos.application.missionManager.d.ts
Access level changed Class name: missionManager;
Method or attribute name: function getMissionSnapShot(deviceId: string, missionId: number): Promise<MissionSnapshot>;
Old version information:
Class name: missionManager;
Method or attribute name: function getMissionSnapShot(deviceId: string, missionId: number): Promise<MissionSnapshot>;
New version information: systemapi
@ohos.application.missionManager.d.ts
Access level changed Class name: missionManager;
Method or attribute name: function lockMission(missionId: number, callback: AsyncCallback<void>): void;
Old version information:
Class name: missionManager;
Method or attribute name: function lockMission(missionId: number, callback: AsyncCallback<void>): void;
New version information: systemapi
@ohos.application.missionManager.d.ts
Access level changed Class name: missionManager;
Method or attribute name: function lockMission(missionId: number): Promise<void>;
Old version information:
Class name: missionManager;
Method or attribute name: function lockMission(missionId: number): Promise<void>;
New version information: systemapi
@ohos.application.missionManager.d.ts
Access level changed Class name: missionManager;
Method or attribute name: function unlockMission(missionId: number, callback: AsyncCallback<void>): void;
Old version information:
Class name: missionManager;
Method or attribute name: function unlockMission(missionId: number, callback: AsyncCallback<void>): void;
New version information: systemapi
@ohos.application.missionManager.d.ts
Access level changed Class name: missionManager;
Method or attribute name: function unlockMission(missionId: number): Promise<void>;
Old version information:
Class name: missionManager;
Method or attribute name: function unlockMission(missionId: number): Promise<void>;
New version information: systemapi
@ohos.application.missionManager.d.ts
Access level changed Class name: missionManager;
Method or attribute name: function clearMission(missionId: number, callback: AsyncCallback<void>): void;
Old version information:
Class name: missionManager;
Method or attribute name: function clearMission(missionId: number, callback: AsyncCallback<void>): void;
New version information: systemapi
@ohos.application.missionManager.d.ts
Access level changed Class name: missionManager;
Method or attribute name: function clearMission(missionId: number): Promise<void>;
Old version information:
Class name: missionManager;
Method or attribute name: function clearMission(missionId: number): Promise<void>;
New version information: systemapi
@ohos.application.missionManager.d.ts
Access level changed Class name: missionManager;
Method or attribute name: function clearAllMissions(callback: AsyncCallback<void>): void;
Old version information:
Class name: missionManager;
Method or attribute name: function clearAllMissions(callback: AsyncCallback<void>): void;
New version information: systemapi
@ohos.application.missionManager.d.ts
Access level changed Class name: missionManager;
Method or attribute name: function clearAllMissions(): Promise<void>;
Old version information:
Class name: missionManager;
Method or attribute name: function clearAllMissions(): Promise<void>;
New version information: systemapi
@ohos.application.missionManager.d.ts
Access level changed Class name: missionManager;
Method or attribute name: function moveMissionToFront(missionId: number, callback: AsyncCallback<void>): void;
Old version information:
Class name: missionManager;
Method or attribute name: function moveMissionToFront(missionId: number, callback: AsyncCallback<void>): void;
New version information: systemapi
@ohos.application.missionManager.d.ts
Access level changed Class name: missionManager;
Method or attribute name: function moveMissionToFront(missionId: number, options: StartOptions, callback: AsyncCallback<void>): void;
Old version information:
Class name: missionManager;
Method or attribute name: function moveMissionToFront(missionId: number, options: StartOptions, callback: AsyncCallback<void>): void;
New version information: systemapi
@ohos.application.missionManager.d.ts
Access level changed Class name: missionManager;
Method or attribute name: function moveMissionToFront(missionId: number, options?: StartOptions): Promise<void>;
Old version information:
Class name: missionManager;
Method or attribute name: function moveMissionToFront(missionId: number, options?: StartOptions): Promise<void>;
New version information: systemapi
@ohos.application.missionManager.d.ts
Access level changed Class name: distributedMissionManager;
Method or attribute name: function startSyncRemoteMissions(parameter: MissionParameter): Promise<void>;
Old version information:
Class name: distributedMissionManager;
Method or attribute name: function startSyncRemoteMissions(parameter: MissionParameter): Promise<void>;
New version information: systemapi
@ohos.distributedMissionManager.d.ts
Access level changed Class name: distributedMissionManager;
Method or attribute name: function stopSyncRemoteMissions(parameter: MissionDeviceInfo): Promise<void>;
Old version information:
Class name: distributedMissionManager;
Method or attribute name: function stopSyncRemoteMissions(parameter: MissionDeviceInfo): Promise<void>;
New version information: systemapi
@ohos.distributedMissionManager.d.ts
Access level changed Class name: distributedMissionManager;
Method or attribute name: function registerMissionListener(parameter: MissionDeviceInfo, options: MissionCallback): Promise<void>;
Old version information:
Class name: distributedMissionManager;
Method or attribute name: function registerMissionListener(parameter: MissionDeviceInfo, options: MissionCallback): Promise<void>;
New version information: systemapi
@ohos.distributedMissionManager.d.ts
Access level changed Class name: distributedMissionManager;
Method or attribute name: function unRegisterMissionListener(parameter: MissionDeviceInfo): Promise<void>;
Old version information:
Class name: distributedMissionManager;
Method or attribute name: function unRegisterMissionListener(parameter: MissionDeviceInfo): Promise<void>;
New version information: systemapi
@ohos.distributedMissionManager.d.ts
Access level changed Class name: distributedMissionManager;
Method or attribute name: function continueMission(parameter: ContinueDeviceInfo, options: ContinueCallback): Promise<void>;
Old version information:
Class name: distributedMissionManager;
Method or attribute name: function continueMission(parameter: ContinueDeviceInfo, options: ContinueCallback): Promise<void>;
New version information: systemapi
@ohos.distributedMissionManager.d.ts
Access level changed Class name: ContinueCallback;
Method or attribute name: onContinueDone(result: number): void;
Old version information:
Class name: ContinueCallback;
Method or attribute name: onContinueDone(result: number): void;
New version information: systemapi
ContinueCallback.d.ts
Access level changed Class name: ContinueDeviceInfo;
Method or attribute name: srcDeviceId: string;
Old version information:
Class name: ContinueDeviceInfo;
Method or attribute name: srcDeviceId: string;
New version information: systemapi
ContinueDeviceInfo.d.ts
Access level changed Class name: ContinueDeviceInfo;
Method or attribute name: dstDeviceId: string;
Old version information:
Class name: ContinueDeviceInfo;
Method or attribute name: dstDeviceId: string;
New version information: systemapi
ContinueDeviceInfo.d.ts
Access level changed Class name: ContinueDeviceInfo;
Method or attribute name: missionId: number;
Old version information:
Class name: ContinueDeviceInfo;
Method or attribute name: missionId: number;
New version information: systemapi
ContinueDeviceInfo.d.ts
Access level changed Class name: ContinueDeviceInfo;
Method or attribute name: wantParam: { [key: string]: any };
Old version information:
Class name: ContinueDeviceInfo;
Method or attribute name: wantParam: { [key: string]: any };
New version information: systemapi
ContinueDeviceInfo.d.ts
Access level changed Class name: MissionCallback;
Method or attribute name: notifyMissionsChanged(deviceId: string): void;
Old version information:
Class name: MissionCallback;
Method or attribute name: notifyMissionsChanged(deviceId: string): void;
New version information: systemapi
MissionCallbacks.d.ts
Access level changed Class name: MissionCallback;
Method or attribute name: notifySnapshot(deviceId: string, mission: number): void;
Old version information:
Class name: MissionCallback;
Method or attribute name: notifySnapshot(deviceId: string, mission: number): void;
New version information: systemapi
MissionCallbacks.d.ts
Access level changed Class name: MissionCallback;
Method or attribute name: notifyNetDisconnect(deviceId: string, state: number): void;
Old version information:
Class name: MissionCallback;
Method or attribute name: notifyNetDisconnect(deviceId: string, state: number): void;
New version information: systemapi
MissionCallbacks.d.ts
Access level changed Class name: MissionDeviceInfo;
Method or attribute name: deviceId: string;
Old version information:
Class name: MissionDeviceInfo;
Method or attribute name: deviceId: string;
New version information: systemapi
MissionDeviceInfo.d.ts
Access level changed Class name: MissionInfo;
Method or attribute name: missionId: number;
Old version information:
Class name: MissionInfo;
Method or attribute name: missionId: number;
New version information: systemapi
MissionInfo.d.ts
Access level changed Class name: MissionInfo;
Method or attribute name: runningState: number;
Old version information:
Class name: MissionInfo;
Method or attribute name: runningState: number;
New version information: systemapi
MissionInfo.d.ts
Access level changed Class name: MissionInfo;
Method or attribute name: lockedState: boolean;
Old version information:
Class name: MissionInfo;
Method or attribute name: lockedState: boolean;
New version information: systemapi
MissionInfo.d.ts
Access level changed Class name: MissionInfo;
Method or attribute name: timestamp: string;
Old version information:
Class name: MissionInfo;
Method or attribute name: timestamp: string;
New version information: systemapi
MissionInfo.d.ts
Access level changed Class name: MissionInfo;
Method or attribute name: want: Want;
Old version information:
Class name: MissionInfo;
Method or attribute name: want: Want;
New version information: systemapi
MissionInfo.d.ts
Access level changed Class name: MissionInfo;
Method or attribute name: label: string;
Old version information:
Class name: MissionInfo;
Method or attribute name: label: string;
New version information: systemapi
MissionInfo.d.ts
Access level changed Class name: MissionInfo;
Method or attribute name: iconPath: string;
Old version information:
Class name: MissionInfo;
Method or attribute name: iconPath: string;
New version information: systemapi
MissionInfo.d.ts
Access level changed Class name: MissionInfo;
Method or attribute name: continuable: boolean;
Old version information:
Class name: MissionInfo;
Method or attribute name: continuable: boolean;
New version information: systemapi
MissionInfo.d.ts
Access level changed Class name: MissionListener;
Method or attribute name: onMissionCreated(mission: number): void;
Old version information:
Class name: MissionListener;
Method or attribute name: onMissionCreated(mission: number): void;
New version information: systemapi
MissionListener.d.ts
Access level changed Class name: MissionListener;
Method or attribute name: onMissionDestroyed(mission: number): void;
Old version information:
Class name: MissionListener;
Method or attribute name: onMissionDestroyed(mission: number): void;
New version information: systemapi
MissionListener.d.ts
Access level changed Class name: MissionListener;
Method or attribute name: onMissionSnapshotChanged(mission: number): void;
Old version information:
Class name: MissionListener;
Method or attribute name: onMissionSnapshotChanged(mission: number): void;
New version information: systemapi
MissionListener.d.ts
Access level changed Class name: MissionListener;
Method or attribute name: onMissionMovedToFront(mission: number): void;
Old version information:
Class name: MissionListener;
Method or attribute name: onMissionMovedToFront(mission: number): void;
New version information: systemapi
MissionListener.d.ts
Access level changed Class name: MissionListener;
Method or attribute name: onMissionLabelUpdated(mission: number): void;
Old version information:
Class name: MissionListener;
Method or attribute name: onMissionLabelUpdated(mission: number): void;
New version information: systemapi
MissionListener.d.ts
Access level changed Class name: MissionListener;
Method or attribute name: onMissionIconUpdated(mission: number, icon: image.PixelMap): void;
Old version information:
Class name: MissionListener;
Method or attribute name: onMissionIconUpdated(mission: number, icon: image.PixelMap): void;
New version information: systemapi
MissionListener.d.ts
Access level changed Class name: MissionListener;
Method or attribute name: onMissionClosed(mission: number): void;
Old version information:
Class name: MissionListener;
Method or attribute name: onMissionClosed(mission: number): void;
New version information: systemapi
MissionListener.d.ts
Access level changed Class name: MissionParameter;
Method or attribute name: deviceId: string;
Old version information:
Class name: MissionParameter;
Method or attribute name: deviceId: string;
New version information: systemapi
MissionParameter.d.ts
Access level changed Class name: MissionParameter;
Method or attribute name: fixConflict: boolean;
Old version information:
Class name: MissionParameter;
Method or attribute name: fixConflict: boolean;
New version information: systemapi
MissionParameter.d.ts
Access level changed Class name: MissionParameter;
Method or attribute name: tag: number;
Old version information:
Class name: MissionParameter;
Method or attribute name: tag: number;
New version information: systemapi
MissionParameter.d.ts
Access level changed Class name: MissionSnapshot;
Method or attribute name: ability: ElementName;
Old version information:
Class name: MissionSnapshot;
Method or attribute name: ability: ElementName;
New version information: systemapi
MissionSnapshot.d.ts
Access level changed Class name: MissionSnapshot;
Method or attribute name: snapshot: image.PixelMap;
Old version information:
Class name: MissionSnapshot;
Method or attribute name: snapshot: image.PixelMap;
New version information: systemapi
MissionSnapshot.d.ts
Access level changed Class name: ServiceExtensionContext;
Method or attribute name: startAbility(want: Want, callback: AsyncCallback<void>): void;
Old version information:
Class name: ServiceExtensionContext;
Method or attribute name: startAbility(want: Want, callback: AsyncCallback<void>): void;
New version information: systemapi
ServiceExtensionContext.d.ts
Access level changed Class name: ServiceExtensionContext;
Method or attribute name: startAbility(want: Want, options: StartOptions, callback: AsyncCallback<void>): void;
Old version information:
Class name: ServiceExtensionContext;
Method or attribute name: startAbility(want: Want, options: StartOptions, callback: AsyncCallback<void>): void;
New version information: systemapi
ServiceExtensionContext.d.ts
Access level changed Class name: ServiceExtensionContext;
Method or attribute name: startAbility(want: Want, options?: StartOptions): Promise<void>;
Old version information:
Class name: ServiceExtensionContext;
Method or attribute name: startAbility(want: Want, options?: StartOptions): Promise<void>;
New version information: systemapi
ServiceExtensionContext.d.ts
Access level changed Class name: ServiceExtensionContext;
Method or attribute name: terminateSelf(callback: AsyncCallback<void>): void;
Old version information:
Class name: ServiceExtensionContext;
Method or attribute name: terminateSelf(callback: AsyncCallback<void>): void;
New version information: systemapi
ServiceExtensionContext.d.ts
Access level changed Class name: ServiceExtensionContext;
Method or attribute name: terminateSelf(): Promise<void>;
Old version information:
Class name: ServiceExtensionContext;
Method or attribute name: terminateSelf(): Promise<void>;
New version information: systemapi
ServiceExtensionContext.d.ts
Access level changed Class name: ServiceExtensionContext;
Method or attribute name: connectServiceExtensionAbility(want: Want, options: ConnectOptions): number;
Old version information:
Class name: ServiceExtensionContext;
Method or attribute name: connectServiceExtensionAbility(want: Want, options: ConnectOptions): number;
New version information: systemapi
ServiceExtensionContext.d.ts
Access level changed Class name: ServiceExtensionContext;
Method or attribute name: disconnectServiceExtensionAbility(connection: number, callback: AsyncCallback<void>): void;
Old version information:
Class name: ServiceExtensionContext;
Method or attribute name: disconnectServiceExtensionAbility(connection: number, callback: AsyncCallback<void>): void;
New version information: systemapi
ServiceExtensionContext.d.ts
Access level changed Class name: ServiceExtensionContext;
Method or attribute name: disconnectServiceExtensionAbility(connection: number): Promise<void>;
Old version information:
Class name: ServiceExtensionContext;
Method or attribute name: disconnectServiceExtensionAbility(connection: number): Promise<void>;
New version information: systemapi
ServiceExtensionContext.d.ts
Permission changed Class name: missionManager;
Method or attribute name: function on(type: 'mission', listener: MissionListener): number;
Old version information:
Class name: missionManager;
Method or attribute name: function on(type: 'mission', listener: MissionListener): number;
New version information: ohos.permission.MANAGE_MISSIONS
@ohos.app.ability.missionManager.d.ts
Permission changed Class name: missionManager;
Method or attribute name: function off(type: 'mission', listenerId: number, callback: AsyncCallback<void>): void;
Old version information:
Class name: missionManager;
Method or attribute name: function off(type: 'mission', listenerId: number, callback: AsyncCallback<void>): void;
New version information: ohos.permission.MANAGE_MISSIONS
@ohos.app.ability.missionManager.d.ts
Permission changed Class name: missionManager;
Method or attribute name: function off(type: 'mission', listenerId: number): Promise<void>;
Old version information:
Class name: missionManager;
Method or attribute name: function off(type: 'mission', listenerId: number): Promise<void>;
New version information: ohos.permission.MANAGE_MISSIONS
@ohos.app.ability.missionManager.d.ts
Permission changed Class name: missionManager;
Method or attribute name: function getMissionInfo(deviceId: string, missionId: number, callback: AsyncCallback<MissionInfo>): void;
Old version information:
Class name: missionManager;
Method or attribute name: function getMissionInfo(deviceId: string, missionId: number, callback: AsyncCallback<MissionInfo>): void;
New version information: ohos.permission.MANAGE_MISSIONS
@ohos.app.ability.missionManager.d.ts
Permission changed Class name: missionManager;
Method or attribute name: function getMissionInfo(deviceId: string, missionId: number): Promise<MissionInfo>;
Old version information:
Class name: missionManager;
Method or attribute name: function getMissionInfo(deviceId: string, missionId: number): Promise<MissionInfo>;
New version information: ohos.permission.MANAGE_MISSIONS
@ohos.app.ability.missionManager.d.ts
Permission changed Class name: missionManager;
Method or attribute name: function getMissionInfos(deviceId: string, numMax: number, callback: AsyncCallback<Array<MissionInfo>>): void;
Old version information:
Class name: missionManager;
Method or attribute name: function getMissionInfos(deviceId: string, numMax: number, callback: AsyncCallback<Array<MissionInfo>>): void;
New version information: ohos.permission.MANAGE_MISSIONS
@ohos.app.ability.missionManager.d.ts
Permission changed Class name: missionManager;
Method or attribute name: function getMissionInfos(deviceId: string, numMax: number): Promise<Array<MissionInfo>>;
Old version information:
Class name: missionManager;
Method or attribute name: function getMissionInfos(deviceId: string, numMax: number): Promise<Array<MissionInfo>>;
New version information: ohos.permission.MANAGE_MISSIONS
@ohos.app.ability.missionManager.d.ts
Permission changed Class name: missionManager;
Method or attribute name: function getMissionSnapShot(deviceId: string, missionId: number, callback: AsyncCallback<MissionSnapshot>): void;
Old version information:
Class name: missionManager;
Method or attribute name: function getMissionSnapShot(deviceId: string, missionId: number, callback: AsyncCallback<MissionSnapshot>): void;
New version information: ohos.permission.MANAGE_MISSIONS
@ohos.app.ability.missionManager.d.ts
Permission changed Class name: missionManager;
Method or attribute name: function getMissionSnapShot(deviceId: string, missionId: number): Promise<MissionSnapshot>;
Old version information:
Class name: missionManager;
Method or attribute name: function getMissionSnapShot(deviceId: string, missionId: number): Promise<MissionSnapshot>;
New version information: ohos.permission.MANAGE_MISSIONS
@ohos.app.ability.missionManager.d.ts
Permission changed Class name: missionManager;
Method or attribute name: function getLowResolutionMissionSnapShot(
deviceId: string,
missionId: number,
callback: AsyncCallback<MissionSnapshot>
): void;
Old version information:
Class name: missionManager;
Method or attribute name: function getLowResolutionMissionSnapShot(
deviceId: string,
missionId: number,
callback: AsyncCallback<MissionSnapshot>
): void;
New version information: ohos.permission.MANAGE_MISSIONS
@ohos.app.ability.missionManager.d.ts
Permission changed Class name: missionManager;
Method or attribute name: function getLowResolutionMissionSnapShot(deviceId: string, missionId: number): Promise<MissionSnapshot>;
Old version information:
Class name: missionManager;
Method or attribute name: function getLowResolutionMissionSnapShot(deviceId: string, missionId: number): Promise<MissionSnapshot>;
New version information: ohos.permission.MANAGE_MISSIONS
@ohos.app.ability.missionManager.d.ts
Permission changed Class name: missionManager;
Method or attribute name: function lockMission(missionId: number, callback: AsyncCallback<void>): void;
Old version information:
Class name: missionManager;
Method or attribute name: function lockMission(missionId: number, callback: AsyncCallback<void>): void;
New version information: ohos.permission.MANAGE_MISSIONS
@ohos.app.ability.missionManager.d.ts
Permission changed Class name: missionManager;
Method or attribute name: function lockMission(missionId: number): Promise<void>;
Old version information:
Class name: missionManager;
Method or attribute name: function lockMission(missionId: number): Promise<void>;
New version information: ohos.permission.MANAGE_MISSIONS
@ohos.app.ability.missionManager.d.ts
Permission changed Class name: missionManager;
Method or attribute name: function unlockMission(missionId: number, callback: AsyncCallback<void>): void;
Old version information:
Class name: missionManager;
Method or attribute name: function unlockMission(missionId: number, callback: AsyncCallback<void>): void;
New version information: ohos.permission.MANAGE_MISSIONS
@ohos.app.ability.missionManager.d.ts
Permission changed Class name: missionManager;
Method or attribute name: function unlockMission(missionId: number): Promise<void>;
Old version information:
Class name: missionManager;
Method or attribute name: function unlockMission(missionId: number): Promise<void>;
New version information: ohos.permission.MANAGE_MISSIONS
@ohos.app.ability.missionManager.d.ts
Permission changed Class name: missionManager;
Method or attribute name: function clearMission(missionId: number, callback: AsyncCallback<void>): void;
Old version information:
Class name: missionManager;
Method or attribute name: function clearMission(missionId: number, callback: AsyncCallback<void>): void;
New version information: ohos.permission.MANAGE_MISSIONS
@ohos.app.ability.missionManager.d.ts
Permission changed Class name: missionManager;
Method or attribute name: function clearMission(missionId: number): Promise<void>;
Old version information:
Class name: missionManager;
Method or attribute name: function clearMission(missionId: number): Promise<void>;
New version information: ohos.permission.MANAGE_MISSIONS
@ohos.app.ability.missionManager.d.ts
Permission changed Class name: missionManager;
Method or attribute name: function clearAllMissions(callback: AsyncCallback<void>): void;
Old version information:
Class name: missionManager;
Method or attribute name: function clearAllMissions(callback: AsyncCallback<void>): void;
New version information: ohos.permission.MANAGE_MISSIONS
@ohos.app.ability.missionManager.d.ts
Permission changed Class name: missionManager;
Method or attribute name: function clearAllMissions(): Promise<void>;
Old version information:
Class name: missionManager;
Method or attribute name: function clearAllMissions(): Promise<void>;
New version information: ohos.permission.MANAGE_MISSIONS
@ohos.app.ability.missionManager.d.ts
Permission changed Class name: missionManager;
Method or attribute name: function moveMissionToFront(missionId: number, callback: AsyncCallback<void>): void;
Old version information:
Class name: missionManager;
Method or attribute name: function moveMissionToFront(missionId: number, callback: AsyncCallback<void>): void;
New version information: ohos.permission.MANAGE_MISSIONS
@ohos.app.ability.missionManager.d.ts
Permission changed Class name: missionManager;
Method or attribute name: function moveMissionToFront(missionId: number, options: StartOptions, callback: AsyncCallback<void>): void;
Old version information:
Class name: missionManager;
Method or attribute name: function moveMissionToFront(missionId: number, options: StartOptions, callback: AsyncCallback<void>): void;
New version information: ohos.permission.MANAGE_MISSIONS
@ohos.app.ability.missionManager.d.ts
Permission changed Class name: missionManager;
Method or attribute name: function moveMissionToFront(missionId: number, options?: StartOptions): Promise<void>;
Old version information:
Class name: missionManager;
Method or attribute name: function moveMissionToFront(missionId: number, options?: StartOptions): Promise<void>;
New version information: ohos.permission.MANAGE_MISSIONS
@ohos.app.ability.missionManager.d.ts
Permission changed Class name: missionManager;
Method or attribute name: export type MissionInfo = _MissionInfo;
Old version information:
Class name: missionManager;
Method or attribute name: export type MissionInfo = _MissionInfo;
New version information: ohos.permission.MANAGE_MISSIONS
@ohos.app.ability.missionManager.d.ts
Permission changed Class name: missionManager;
Method or attribute name: export type MissionListener = _MissionListener;
Old version information:
Class name: missionManager;
Method or attribute name: export type MissionListener = _MissionListener;
New version information: ohos.permission.MANAGE_MISSIONS
@ohos.app.ability.missionManager.d.ts
Permission changed Class name: missionManager;
Method or attribute name: export type MissionSnapshot = _MissionSnapshot;
Old version information:
Class name: missionManager;
Method or attribute name: export type MissionSnapshot = _MissionSnapshot;
New version information: ohos.permission.MANAGE_MISSIONS
@ohos.app.ability.missionManager.d.ts
Permission changed Class name: abilityManager;
Method or attribute name: function updateConfiguration(config: Configuration): Promise<void>;
Old version information:
Class name: abilityManager;
Method or attribute name: function updateConfiguration(config: Configuration): Promise<void>;
New version information: ohos.permission.UPDATE_CONFIGURATION
@ohos.application.abilityManager.d.ts
Permission changed Class name: abilityManager;
Method or attribute name: function getAbilityRunningInfos(callback: AsyncCallback<Array<AbilityRunningInfo>>): void;
Old version information:
Class name: abilityManager;
Method or attribute name: function getAbilityRunningInfos(callback: AsyncCallback<Array<AbilityRunningInfo>>): void;
New version information: ohos.permission.GET_RUNNING_INFO
@ohos.application.abilityManager.d.ts
Permission changed Class name: appManager;
Method or attribute name: function unregisterApplicationStateObserver(observerId: number): Promise<void>;
Old version information:
Class name: appManager;
Method or attribute name: function unregisterApplicationStateObserver(observerId: number): Promise<void>;
New version information: ohos.permission.RUNNING_STATE_OBSERVER
@ohos.application.appManager.d.ts
Permission changed Class name: appManager;
Method or attribute name: function getForegroundApplications(): Promise<Array<AppStateData>>;
Old version information:
Class name: appManager;
Method or attribute name: function getForegroundApplications(): Promise<Array<AppStateData>>;
New version information: ohos.permission.GET_RUNNING_INFO
@ohos.application.appManager.d.ts
Permission changed Class name: appManager;
Method or attribute name: function killProcessWithAccount(bundleName: string, accountId: number, callback: AsyncCallback<void>): void;
Old version information:
Class name: appManager;
Method or attribute name: function killProcessWithAccount(bundleName: string, accountId: number, callback: AsyncCallback<void>): void;
New version information: ohos.permission.INTERACT_ACROSS_LOCAL_ACCOUNTS,ohos.permission.CLEAN_BACKGROUND_PROCESSES
@ohos.application.appManager.d.ts
Permission changed Class name: appManager;
Method or attribute name: function getProcessRunningInfos(callback: AsyncCallback<Array<ProcessRunningInfo>>): void;
Old version information:
Class name: appManager;
Method or attribute name: function getProcessRunningInfos(callback: AsyncCallback<Array<ProcessRunningInfo>>): void;
New version information: ohos.permission.GET_RUNNING_INFO
@ohos.application.appManager.d.ts
Permission changed Class name: appManager;
Method or attribute name: function killProcessesByBundleName(bundleName: string, callback: AsyncCallback<void>);
Old version information:
Class name: appManager;
Method or attribute name: function killProcessesByBundleName(bundleName: string, callback: AsyncCallback<void>);
New version information: ohos.permission.CLEAN_BACKGROUND_PROCESSES
@ohos.application.appManager.d.ts
Permission changed Class name: appManager;
Method or attribute name: function clearUpApplicationData(bundleName: string, callback: AsyncCallback<void>);
Old version information:
Class name: appManager;
Method or attribute name: function clearUpApplicationData(bundleName: string, callback: AsyncCallback<void>);
New version information: ohos.permission.CLEAN_APPLICATION_DATA
@ohos.application.appManager.d.ts
Permission changed Class name: formHost;
Method or attribute name: function deleteForm(formId: string): Promise<void>;
Old version information:
Class name: formHost;
Method or attribute name: function deleteForm(formId: string): Promise<void>;
New version information: ohos.permission.REQUIRE_FORM
@ohos.application.formHost.d.ts
Permission changed Class name: formHost;
Method or attribute name: function releaseForm(formId: string, isReleaseCache: boolean, callback: AsyncCallback<void>): void;
Old version information:
Class name: formHost;
Method or attribute name: function releaseForm(formId: string, isReleaseCache: boolean, callback: AsyncCallback<void>): void;
New version information: ohos.permission.REQUIRE_FORM
@ohos.application.formHost.d.ts
Permission changed Class name: formHost;
Method or attribute name: function releaseForm(formId: string, isReleaseCache?: boolean): Promise<void>;
Old version information:
Class name: formHost;
Method or attribute name: function releaseForm(formId: string, isReleaseCache?: boolean): Promise<void>;
New version information: ohos.permission.REQUIRE_FORM
@ohos.application.formHost.d.ts
Permission changed Class name: formHost;
Method or attribute name: function requestForm(formId: string): Promise<void>;
Old version information:
Class name: formHost;
Method or attribute name: function requestForm(formId: string): Promise<void>;
New version information: ohos.permission.REQUIRE_FORM
@ohos.application.formHost.d.ts
Permission changed Class name: formHost;
Method or attribute name: function castTempForm(formId: string): Promise<void>;
Old version information:
Class name: formHost;
Method or attribute name: function castTempForm(formId: string): Promise<void>;
New version information: ohos.permission.REQUIRE_FORM
@ohos.application.formHost.d.ts
Permission changed Class name: formHost;
Method or attribute name: function notifyVisibleForms(formIds: Array<string>): Promise<void>;
Old version information:
Class name: formHost;
Method or attribute name: function notifyVisibleForms(formIds: Array<string>): Promise<void>;
New version information: ohos.permission.REQUIRE_FORM
@ohos.application.formHost.d.ts
Permission changed Class name: formHost;
Method or attribute name: function notifyInvisibleForms(formIds: Array<string>): Promise<void>;
Old version information:
Class name: formHost;
Method or attribute name: function notifyInvisibleForms(formIds: Array<string>): Promise<void>;
New version information: ohos.permission.REQUIRE_FORM
@ohos.application.formHost.d.ts
Permission changed Class name: formHost;
Method or attribute name: function enableFormsUpdate(formIds: Array<string>): Promise<void>;
Old version information:
Class name: formHost;
Method or attribute name: function enableFormsUpdate(formIds: Array<string>): Promise<void>;
New version information: ohos.permission.REQUIRE_FORM
@ohos.application.formHost.d.ts
Permission changed Class name: formHost;
Method or attribute name: function disableFormsUpdate(formIds: Array<string>): Promise<void>;
Old version information:
Class name: formHost;
Method or attribute name: function disableFormsUpdate(formIds: Array<string>): Promise<void>;
New version information: ohos.permission.REQUIRE_FORM
@ohos.application.formHost.d.ts
Permission changed Class name: formHost;
Method or attribute name: function getAllFormsInfo(): Promise<Array<formInfo.FormInfo>>;
Old version information:
Class name: formHost;
Method or attribute name: function getAllFormsInfo(): Promise<Array<formInfo.FormInfo>>;
New version information: ohos.permission.GET_BUNDLE_INFO_PRIVILEGED
@ohos.application.formHost.d.ts
Permission changed Class name: formHost;
Method or attribute name: function getFormsInfo(
bundleName: string,
moduleName: string,
callback: AsyncCallback<Array<formInfo.FormInfo>>
): void;
Old version information:
Class name: formHost;
Method or attribute name: function getFormsInfo(
bundleName: string,
moduleName: string,
callback: AsyncCallback<Array<formInfo.FormInfo>>
): void;
New version information: ohos.permission.GET_BUNDLE_INFO_PRIVILEGED
@ohos.application.formHost.d.ts
Permission changed Class name: formHost;
Method or attribute name: function getFormsInfo(bundleName: string, moduleName?: string): Promise<Array<formInfo.FormInfo>>;
Old version information:
Class name: formHost;
Method or attribute name: function getFormsInfo(bundleName: string, moduleName?: string): Promise<Array<formInfo.FormInfo>>;
New version information: ohos.permission.GET_BUNDLE_INFO_PRIVILEGED
@ohos.application.formHost.d.ts
Permission changed Class name: formHost;
Method or attribute name: function deleteInvalidForms(formIds: Array<string>): Promise<number>;
Old version information:
Class name: formHost;
Method or attribute name: function deleteInvalidForms(formIds: Array<string>): Promise<number>;
New version information: ohos.permission.REQUIRE_FORM
@ohos.application.formHost.d.ts
Permission changed Class name: formHost;
Method or attribute name: function acquireFormState(want: Want): Promise<formInfo.FormStateInfo>;
Old version information:
Class name: formHost;
Method or attribute name: function acquireFormState(want: Want): Promise<formInfo.FormStateInfo>;
New version information: ohos.permission.REQUIRE_FORM,ohos.permission.GET_BUNDLE_INFO_PRIVILEGED
@ohos.application.formHost.d.ts
Permission changed Class name: formHost;
Method or attribute name: function notifyFormsVisible(formIds: Array<string>, isVisible: boolean): Promise<void>;
Old version information:
Class name: formHost;
Method or attribute name: function notifyFormsVisible(formIds: Array<string>, isVisible: boolean): Promise<void>;
New version information: ohos.permission.REQUIRE_FORM
@ohos.application.formHost.d.ts
Permission changed Class name: formHost;
Method or attribute name: function notifyFormsEnableUpdate(formIds: Array<string>, isEnableUpdate: boolean): Promise<void>;
Old version information:
Class name: formHost;
Method or attribute name: function notifyFormsEnableUpdate(formIds: Array<string>, isEnableUpdate: boolean): Promise<void>;
New version information: ohos.permission.REQUIRE_FORM
@ohos.application.formHost.d.ts
Permission changed Class name: missionManager;
Method or attribute name: function registerMissionListener(listener: MissionListener): number;
Old version information:
Class name: missionManager;
Method or attribute name: function registerMissionListener(listener: MissionListener): number;
New version information: ohos.permission.MANAGE_MISSIONS
@ohos.application.missionManager.d.ts
Permission changed Class name: missionManager;
Method or attribute name: function unregisterMissionListener(listenerId: number, callback: AsyncCallback<void>): void;
Old version information:
Class name: missionManager;
Method or attribute name: function unregisterMissionListener(listenerId: number, callback: AsyncCallback<void>): void;
New version information: ohos.permission.MANAGE_MISSIONS
@ohos.application.missionManager.d.ts
Permission changed Class name: missionManager;
Method or attribute name: function unregisterMissionListener(listenerId: number): Promise<void>;
Old version information:
Class name: missionManager;
Method or attribute name: function unregisterMissionListener(listenerId: number): Promise<void>;
New version information: ohos.permission.MANAGE_MISSIONS
@ohos.application.missionManager.d.ts
Permission changed Class name: missionManager;
Method or attribute name: function getMissionInfo(deviceId: string, missionId: number, callback: AsyncCallback<MissionInfo>): void;
Old version information:
Class name: missionManager;
Method or attribute name: function getMissionInfo(deviceId: string, missionId: number, callback: AsyncCallback<MissionInfo>): void;
New version information: ohos.permission.MANAGE_MISSIONS
@ohos.application.missionManager.d.ts
Permission changed Class name: missionManager;
Method or attribute name: function getMissionInfo(deviceId: string, missionId: number): Promise<MissionInfo>;
Old version information:
Class name: missionManager;
Method or attribute name: function getMissionInfo(deviceId: string, missionId: number): Promise<MissionInfo>;
New version information: ohos.permission.MANAGE_MISSIONS
@ohos.application.missionManager.d.ts
Permission changed Class name: missionManager;
Method or attribute name: function getMissionInfos(deviceId: string, numMax: number, callback: AsyncCallback<Array<MissionInfo>>): void;
Old version information:
Class name: missionManager;
Method or attribute name: function getMissionInfos(deviceId: string, numMax: number, callback: AsyncCallback<Array<MissionInfo>>): void;
New version information: ohos.permission.MANAGE_MISSIONS
@ohos.application.missionManager.d.ts
Permission changed Class name: missionManager;
Method or attribute name: function getMissionInfos(deviceId: string, numMax: number): Promise<Array<MissionInfo>>;
Old version information:
Class name: missionManager;
Method or attribute name: function getMissionInfos(deviceId: string, numMax: number): Promise<Array<MissionInfo>>;
New version information: ohos.permission.MANAGE_MISSIONS
@ohos.application.missionManager.d.ts
Permission changed Class name: missionManager;
Method or attribute name: function getMissionSnapShot(deviceId: string, missionId: number, callback: AsyncCallback<MissionSnapshot>): void;
Old version information:
Class name: missionManager;
Method or attribute name: function getMissionSnapShot(deviceId: string, missionId: number, callback: AsyncCallback<MissionSnapshot>): void;
New version information: ohos.permission.MANAGE_MISSIONS
@ohos.application.missionManager.d.ts
Permission changed Class name: missionManager;
Method or attribute name: function getMissionSnapShot(deviceId: string, missionId: number): Promise<MissionSnapshot>;
Old version information:
Class name: missionManager;
Method or attribute name: function getMissionSnapShot(deviceId: string, missionId: number): Promise<MissionSnapshot>;
New version information: ohos.permission.MANAGE_MISSIONS
@ohos.application.missionManager.d.ts
Permission changed Class name: missionManager;
Method or attribute name: function lockMission(missionId: number, callback: AsyncCallback<void>): void;
Old version information:
Class name: missionManager;
Method or attribute name: function lockMission(missionId: number, callback: AsyncCallback<void>): void;
New version information: ohos.permission.MANAGE_MISSIONS
@ohos.application.missionManager.d.ts
Permission changed Class name: missionManager;
Method or attribute name: function lockMission(missionId: number): Promise<void>;
Old version information:
Class name: missionManager;
Method or attribute name: function lockMission(missionId: number): Promise<void>;
New version information: ohos.permission.MANAGE_MISSIONS
@ohos.application.missionManager.d.ts
Permission changed Class name: missionManager;
Method or attribute name: function unlockMission(missionId: number, callback: AsyncCallback<void>): void;
Old version information:
Class name: missionManager;
Method or attribute name: function unlockMission(missionId: number, callback: AsyncCallback<void>): void;
New version information: ohos.permission.MANAGE_MISSIONS
@ohos.application.missionManager.d.ts
Permission changed Class name: missionManager;
Method or attribute name: function unlockMission(missionId: number): Promise<void>;
Old version information:
Class name: missionManager;
Method or attribute name: function unlockMission(missionId: number): Promise<void>;
New version information: ohos.permission.MANAGE_MISSIONS
@ohos.application.missionManager.d.ts
Permission changed Class name: missionManager;
Method or attribute name: function clearMission(missionId: number, callback: AsyncCallback<void>): void;
Old version information:
Class name: missionManager;
Method or attribute name: function clearMission(missionId: number, callback: AsyncCallback<void>): void;
New version information: ohos.permission.MANAGE_MISSIONS
@ohos.application.missionManager.d.ts
Permission changed Class name: missionManager;
Method or attribute name: function clearMission(missionId: number): Promise<void>;
Old version information:
Class name: missionManager;
Method or attribute name: function clearMission(missionId: number): Promise<void>;
New version information: ohos.permission.MANAGE_MISSIONS
@ohos.application.missionManager.d.ts
Permission changed Class name: missionManager;
Method or attribute name: function clearAllMissions(callback: AsyncCallback<void>): void;
Old version information:
Class name: missionManager;
Method or attribute name: function clearAllMissions(callback: AsyncCallback<void>): void;
New version information: ohos.permission.MANAGE_MISSIONS
@ohos.application.missionManager.d.ts
Permission changed Class name: missionManager;
Method or attribute name: function clearAllMissions(): Promise<void>;
Old version information:
Class name: missionManager;
Method or attribute name: function clearAllMissions(): Promise<void>;
New version information: ohos.permission.MANAGE_MISSIONS
@ohos.application.missionManager.d.ts
Permission changed Class name: missionManager;
Method or attribute name: function moveMissionToFront(missionId: number, callback: AsyncCallback<void>): void;
Old version information:
Class name: missionManager;
Method or attribute name: function moveMissionToFront(missionId: number, callback: AsyncCallback<void>): void;
New version information: ohos.permission.MANAGE_MISSIONS
@ohos.application.missionManager.d.ts
Permission changed Class name: missionManager;
Method or attribute name: function moveMissionToFront(missionId: number, options: StartOptions, callback: AsyncCallback<void>): void;
Old version information:
Class name: missionManager;
Method or attribute name: function moveMissionToFront(missionId: number, options: StartOptions, callback: AsyncCallback<void>): void;
New version information: ohos.permission.MANAGE_MISSIONS
@ohos.application.missionManager.d.ts
Permission changed Class name: missionManager;
Method or attribute name: function moveMissionToFront(missionId: number, options?: StartOptions): Promise<void>;
Old version information:
Class name: missionManager;
Method or attribute name: function moveMissionToFront(missionId: number, options?: StartOptions): Promise<void>;
New version information: ohos.permission.MANAGE_MISSIONS
@ohos.application.missionManager.d.ts
Permission changed Class name: continuationManager;
Method or attribute name: function off(type: 'deviceSelected', token: number): void;
Old version information:
Class name: continuationManager;
Method or attribute name: function off(type: 'deviceSelected', token: number): void;
New version information: ohos.permission.DISTRIBUTED_DATASYNC
@ohos.continuation.continuationManager.d.ts
Permission changed Class name: continuationManager;
Method or attribute name: function off(type: 'deviceUnselected', token: number): void;
Old version information:
Class name: continuationManager;
Method or attribute name: function off(type: 'deviceUnselected', token: number): void;
New version information: ohos.permission.DISTRIBUTED_DATASYNC
@ohos.continuation.continuationManager.d.ts
Permission changed Class name: continuationManager;
Method or attribute name: function registerContinuation(options: ContinuationExtraParams, callback: AsyncCallback<number>): void;
Old version information:
Class name: continuationManager;
Method or attribute name: function registerContinuation(options: ContinuationExtraParams, callback: AsyncCallback<number>): void;
New version information: ohos.permission.DISTRIBUTED_DATASYNC
@ohos.continuation.continuationManager.d.ts
Permission changed Class name: continuationManager;
Method or attribute name: function registerContinuation(options?: ContinuationExtraParams): Promise<number>;
Old version information:
Class name: continuationManager;
Method or attribute name: function registerContinuation(options?: ContinuationExtraParams): Promise<number>;
New version information: ohos.permission.DISTRIBUTED_DATASYNC
@ohos.continuation.continuationManager.d.ts
Permission changed Class name: continuationManager;
Method or attribute name: function unregisterContinuation(token: number): Promise<void>;
Old version information:
Class name: continuationManager;
Method or attribute name: function unregisterContinuation(token: number): Promise<void>;
New version information: ohos.permission.DISTRIBUTED_DATASYNC
@ohos.continuation.continuationManager.d.ts
Permission changed Class name: continuationManager;
Method or attribute name: function updateContinuationState(token: number, deviceId: string, status: DeviceConnectState): Promise<void>;
Old version information:
Class name: continuationManager;
Method or attribute name: function updateContinuationState(token: number, deviceId: string, status: DeviceConnectState): Promise<void>;
New version information: ohos.permission.DISTRIBUTED_DATASYNC
@ohos.continuation.continuationManager.d.ts
Permission changed Class name: continuationManager;
Method or attribute name: function startContinuationDeviceManager(
token: number,
options: ContinuationExtraParams,
callback: AsyncCallback<void>
): void;
Old version information:
Class name: continuationManager;
Method or attribute name: function startContinuationDeviceManager(
token: number,
options: ContinuationExtraParams,
callback: AsyncCallback<void>
): void;
New version information: ohos.permission.DISTRIBUTED_DATASYNC
@ohos.continuation.continuationManager.d.ts
Permission changed Class name: continuationManager;
Method or attribute name: function startContinuationDeviceManager(token: number, options?: ContinuationExtraParams): Promise<void>;
Old version information:
Class name: continuationManager;
Method or attribute name: function startContinuationDeviceManager(token: number, options?: ContinuationExtraParams): Promise<void>;
New version information: ohos.permission.DISTRIBUTED_DATASYNC
@ohos.continuation.continuationManager.d.ts
Permission changed Class name: distributedMissionManager;
Method or attribute name: function startSyncRemoteMissions(parameter: MissionParameter): Promise<void>;
Old version information:
Class name: distributedMissionManager;
Method or attribute name: function startSyncRemoteMissions(parameter: MissionParameter): Promise<void>;
New version information: ohos.permission.MANAGE_MISSIONS
@ohos.distributedMissionManager.d.ts
Permission changed Class name: distributedMissionManager;
Method or attribute name: function stopSyncRemoteMissions(parameter: MissionDeviceInfo): Promise<void>;
Old version information:
Class name: distributedMissionManager;
Method or attribute name: function stopSyncRemoteMissions(parameter: MissionDeviceInfo): Promise<void>;
New version information: ohos.permission.MANAGE_MISSIONS
@ohos.distributedMissionManager.d.ts
Permission changed Class name: distributedMissionManager;
Method or attribute name: function registerMissionListener(parameter: MissionDeviceInfo, options: MissionCallback): Promise<void>;
Old version information:
Class name: distributedMissionManager;
Method or attribute name: function registerMissionListener(parameter: MissionDeviceInfo, options: MissionCallback): Promise<void>;
New version information: ohos.permission.MANAGE_MISSIONS
@ohos.distributedMissionManager.d.ts
Permission changed Class name: distributedMissionManager;
Method or attribute name: function unRegisterMissionListener(parameter: MissionDeviceInfo): Promise<void>;
Old version information:
Class name: distributedMissionManager;
Method or attribute name: function unRegisterMissionListener(parameter: MissionDeviceInfo): Promise<void>;
New version information: ohos.permission.MANAGE_MISSIONS
@ohos.distributedMissionManager.d.ts
Permission changed Class name: distributedMissionManager;
Method or attribute name: function continueMission(parameter: ContinueDeviceInfo, options: ContinueCallback): Promise<void>;
Old version information:
Class name: distributedMissionManager;
Method or attribute name: function continueMission(parameter: ContinueDeviceInfo, options: ContinueCallback): Promise<void>;
New version information: ohos.permission.MANAGE_MISSIONS,ohos.permission.DISTRIBUTED_DATASYNC
@ohos.distributedMissionManager.d.ts
Permission changed Class name: MissionCallback;
Method or attribute name: notifyMissionsChanged(deviceId: string): void;
Old version information:
Class name: MissionCallback;
Method or attribute name: notifyMissionsChanged(deviceId: string): void;
New version information: ohos.permission.MANAGE_MISSIONS
MissionCallbacks.d.ts
Permission changed Class name: MissionCallback;
Method or attribute name: notifySnapshot(deviceId: string, mission: number): void;
Old version information:
Class name: MissionCallback;
Method or attribute name: notifySnapshot(deviceId: string, mission: number): void;
New version information: ohos.permission.MANAGE_MISSIONS
MissionCallbacks.d.ts
Permission changed Class name: MissionCallback;
Method or attribute name: notifyNetDisconnect(deviceId: string, state: number): void;
Old version information:
Class name: MissionCallback;
Method or attribute name: notifyNetDisconnect(deviceId: string, state: number): void;
New version information: ohos.permission.MANAGE_MISSIONS
MissionCallbacks.d.ts
Permission changed Class name: MissionDeviceInfo;
Method or attribute name: deviceId: string;
Old version information:
Class name: MissionDeviceInfo;
Method or attribute name: deviceId: string;
New version information: ohos.permission.MANAGE_MISSIONS
MissionDeviceInfo.d.ts
Permission changed Class name: MissionParameter;
Method or attribute name: deviceId: string;
Old version information:
Class name: MissionParameter;
Method or attribute name: deviceId: string;
New version information: ohos.permission.MANAGE_MISSIONS
MissionParameter.d.ts
Permission changed Class name: MissionParameter;
Method or attribute name: fixConflict: boolean;
Old version information:
Class name: MissionParameter;
Method or attribute name: fixConflict: boolean;
New version information: ohos.permission.MANAGE_MISSIONS
MissionParameter.d.ts
Permission changed Class name: MissionParameter;
Method or attribute name: tag: number;
Old version information:
Class name: MissionParameter;
Method or attribute name: tag: number;
New version information: ohos.permission.MANAGE_MISSIONS
MissionParameter.d.ts
Permission changed Class name: ServiceExtensionContext;
Method or attribute name: startServiceExtensionAbility(want: Want, callback: AsyncCallback<void>): void;
Old version information: ohos.permission.START_INVISIBLE_ABILITY
Class name: ServiceExtensionContext;
Method or attribute name: startServiceExtensionAbility(want: Want, callback: AsyncCallback<void>): void;
New version information:
ServiceExtensionContext.d.ts
Permission changed Class name: ServiceExtensionContext;
Method or attribute name: startServiceExtensionAbility(want: Want): Promise<void>;
Old version information: ohos.permission.START_INVISIBLE_ABILITY
Class name: ServiceExtensionContext;
Method or attribute name: startServiceExtensionAbility(want: Want): Promise<void>;
New version information:
ServiceExtensionContext.d.ts
Permission changed Class name: ServiceExtensionContext;
Method or attribute name: connectServiceExtensionAbility(want: Want, options: ConnectOptions): number;
Old version information: ohos.permission.ABILITY_BACKGROUND_COMMUNICATION
Class name: ServiceExtensionContext;
Method or attribute name: connectServiceExtensionAbility(want: Want, options: ConnectOptions): number;
New version information:
ServiceExtensionContext.d.ts
Permission changed Class name: ServiceExtensionContext;
Method or attribute name: startAbilityByCallWithAccount(want: Want, accountId: number): Promise<Caller>;
Old version information: ohos.permission.ABILITY_BACKGROUND_COMMUNICATION,ohos.permission.INTERACT_ACROSS_LOCAL_ACCOUNTS,ohos.permission.START_ABILITIES_FROM_BACKGROUND,ohos.permission.START_INVISIBLE_ABILITY
Class name: ServiceExtensionContext;
Method or attribute name: startAbilityByCallWithAccount(want: Want, accountId: number): Promise<Caller>;
New version information: ohos.permission.ABILITY_BACKGROUND_COMMUNICATION,ohos.permission.INTERACT_ACROSS_LOCAL_ACCOUNTS
ServiceExtensionContext.d.ts
Permission changed Class name: UIAbilityContext;
Method or attribute name: startAbilityByCallWithAccount(want: Want, accountId: number): Promise<Caller>;
Old version information: ohos.permission.ABILITY_BACKGROUND_COMMUNICATION,ohos.permission.INTERACT_ACROSS_LOCAL_ACCOUNTS,ohos.permission.START_ABILITIES_FROM_BACKGROUND,ohos.permission.START_INVISIBLE_ABILITY
Class name: UIAbilityContext;
Method or attribute name: startAbilityByCallWithAccount(want: Want, accountId: number): Promise<Caller>;
New version information: ohos.permission.ABILITY_BACKGROUND_COMMUNICATION,ohos.permission.INTERACT_ACROSS_LOCAL_ACCOUNTS
UIAbilityContext.d.ts
Permission changed Class name: UIAbilityContext;
Method or attribute name: startServiceExtensionAbility(want: Want, callback: AsyncCallback<void>): void;
Old version information: ohos.permission.START_INVISIBLE_ABILITY
Class name: UIAbilityContext;
Method or attribute name: startServiceExtensionAbility(want: Want, callback: AsyncCallback<void>): void;
New version information:
UIAbilityContext.d.ts
Permission changed Class name: UIAbilityContext;
Method or attribute name: startServiceExtensionAbility(want: Want): Promise<void>;
Old version information: ohos.permission.ABILITY_BACKGROUND_COMMUNICATION
Class name: UIAbilityContext;
Method or attribute name: startServiceExtensionAbility(want: Want): Promise<void>;
New version information:
UIAbilityContext.d.ts
Permission changed Class name: UIAbilityContext;
Method or attribute name: connectServiceExtensionAbility(want: Want, options: ConnectOptions): number;
Old version information: ohos.permission.ABILITY_BACKGROUND_COMMUNICATION
Class name: UIAbilityContext;
Method or attribute name: connectServiceExtensionAbility(want: Want, options: ConnectOptions): number;
New version information:
UIAbilityContext.d.ts
Model changed Class name: featureAbility;
Method or attribute name: function getWant(): Promise<Want>;
Old version information:
Class name: featureAbility;
Method or attribute name: function getWant(): Promise<Want>;
New version information: FAModelOnly
@ohos.ability.featureAbility.d.ts
Model changed Class name: featureAbility;
Method or attribute name: function startAbility(parameter: StartAbilityParameter): Promise<number>;
Old version information:
Class name: featureAbility;
Method or attribute name: function startAbility(parameter: StartAbilityParameter): Promise<number>;
New version information: FAModelOnly
@ohos.ability.featureAbility.d.ts
Model changed Class name: featureAbility;
Method or attribute name: function startAbilityForResult(parameter: StartAbilityParameter): Promise<AbilityResult>;
Old version information:
Class name: featureAbility;
Method or attribute name: function startAbilityForResult(parameter: StartAbilityParameter): Promise<AbilityResult>;
New version information: FAModelOnly
@ohos.ability.featureAbility.d.ts
Model changed Class name: featureAbility;
Method or attribute name: function terminateSelfWithResult(parameter: AbilityResult): Promise<void>;
Old version information:
Class name: featureAbility;
Method or attribute name: function terminateSelfWithResult(parameter: AbilityResult): Promise<void>;
New version information: FAModelOnly
@ohos.ability.featureAbility.d.ts
Model changed Class name: featureAbility;
Method or attribute name: function terminateSelf(): Promise<void>;
Old version information:
Class name: featureAbility;
Method or attribute name: function terminateSelf(): Promise<void>;
New version information: FAModelOnly
@ohos.ability.featureAbility.d.ts
Model changed Class name: featureAbility;
Method or attribute name: function hasWindowFocus(): Promise<boolean>;
Old version information:
Class name: featureAbility;
Method or attribute name: function hasWindowFocus(): Promise<boolean>;
New version information: FAModelOnly
@ohos.ability.featureAbility.d.ts
Model changed Class name: featureAbility;
Method or attribute name: function disconnectAbility(connection: number): Promise<void>;
Old version information:
Class name: featureAbility;
Method or attribute name: function disconnectAbility(connection: number): Promise<void>;
New version information: FAModelOnly
@ohos.ability.featureAbility.d.ts
Model changed Class name: featureAbility;
Method or attribute name: function getWindow(): Promise<window.Window>;
Old version information:
Class name: featureAbility;
Method or attribute name: function getWindow(): Promise<window.Window>;
New version information: FAModelOnly
@ohos.ability.featureAbility.d.ts
Model changed Class name: featureAbility;
Method or attribute name: export type AppVersionInfo = _AppVersionInfo;
Old version information:
Class name: featureAbility;
Method or attribute name: export type AppVersionInfo = _AppVersionInfo;
New version information: FAModelOnly
@ohos.ability.featureAbility.d.ts
Model changed Class name: featureAbility;
Method or attribute name: export type ProcessInfo = _ProcessInfo;
Old version information:
Class name: featureAbility;
Method or attribute name: export type ProcessInfo = _ProcessInfo;
New version information: FAModelOnly
@ohos.ability.featureAbility.d.ts
Model changed Class name: AbilityWindowConfiguration;
Method or attribute name: WINDOW_MODE_UNDEFINED = 0
Old version information:
Class name: AbilityWindowConfiguration;
Method or attribute name: WINDOW_MODE_UNDEFINED = 0
New version information: FAModelOnly
@ohos.ability.featureAbility.d.ts
Model changed Class name: AbilityWindowConfiguration;
Method or attribute name: WINDOW_MODE_FULLSCREEN = 1
Old version information:
Class name: AbilityWindowConfiguration;
Method or attribute name: WINDOW_MODE_FULLSCREEN = 1
New version information: FAModelOnly
@ohos.ability.featureAbility.d.ts
Model changed Class name: AbilityWindowConfiguration;
Method or attribute name: WINDOW_MODE_SPLIT_PRIMARY = 100
Old version information:
Class name: AbilityWindowConfiguration;
Method or attribute name: WINDOW_MODE_SPLIT_PRIMARY = 100
New version information: FAModelOnly
@ohos.ability.featureAbility.d.ts
Model changed Class name: AbilityWindowConfiguration;
Method or attribute name: WINDOW_MODE_SPLIT_SECONDARY = 101
Old version information:
Class name: AbilityWindowConfiguration;
Method or attribute name: WINDOW_MODE_SPLIT_SECONDARY = 101
New version information: FAModelOnly
@ohos.ability.featureAbility.d.ts
Model changed Class name: AbilityWindowConfiguration;
Method or attribute name: WINDOW_MODE_FLOATING = 102
Old version information:
Class name: AbilityWindowConfiguration;
Method or attribute name: WINDOW_MODE_FLOATING = 102
New version information: FAModelOnly
@ohos.ability.featureAbility.d.ts
Model changed Class name: AbilityStartSetting;
Method or attribute name: BOUNDS_KEY = 'abilityBounds'
Old version information:
Class name: AbilityStartSetting;
Method or attribute name: BOUNDS_KEY = 'abilityBounds'
New version information: FAModelOnly
@ohos.ability.featureAbility.d.ts
Model changed Class name: AbilityStartSetting;
Method or attribute name: WINDOW_MODE_KEY = 'windowMode'
Old version information:
Class name: AbilityStartSetting;
Method or attribute name: WINDOW_MODE_KEY = 'windowMode'
New version information: FAModelOnly
@ohos.ability.featureAbility.d.ts
Model changed Class name: AbilityStartSetting;
Method or attribute name: DISPLAY_ID_KEY = 'displayId'
Old version information:
Class name: AbilityStartSetting;
Method or attribute name: DISPLAY_ID_KEY = 'displayId'
New version information: FAModelOnly
@ohos.ability.featureAbility.d.ts
Model changed Class name: ErrorCode;
Method or attribute name: NO_ERROR = 0
Old version information:
Class name: ErrorCode;
Method or attribute name: NO_ERROR = 0
New version information: FAModelOnly
@ohos.ability.featureAbility.d.ts
Model changed Class name: ErrorCode;
Method or attribute name: INVALID_PARAMETER = -1
Old version information:
Class name: ErrorCode;
Method or attribute name: INVALID_PARAMETER = -1
New version information: FAModelOnly
@ohos.ability.featureAbility.d.ts
Model changed Class name: ErrorCode;
Method or attribute name: ABILITY_NOT_FOUND = -2
Old version information:
Class name: ErrorCode;
Method or attribute name: ABILITY_NOT_FOUND = -2
New version information: FAModelOnly
@ohos.ability.featureAbility.d.ts
Model changed Class name: ErrorCode;
Method or attribute name: PERMISSION_DENY = -3
Old version information:
Class name: ErrorCode;
Method or attribute name: PERMISSION_DENY = -3
New version information: FAModelOnly
@ohos.ability.featureAbility.d.ts
Model changed Class name: DataAbilityOperationType;
Method or attribute name: TYPE_INSERT = 1
Old version information:
Class name: DataAbilityOperationType;
Method or attribute name: TYPE_INSERT = 1
New version information: FAModelOnly
@ohos.ability.featureAbility.d.ts
Model changed Class name: DataAbilityOperationType;
Method or attribute name: TYPE_UPDATE = 2
Old version information:
Class name: DataAbilityOperationType;
Method or attribute name: TYPE_UPDATE = 2
New version information: FAModelOnly
@ohos.ability.featureAbility.d.ts
Model changed Class name: DataAbilityOperationType;
Method or attribute name: TYPE_DELETE = 3
Old version information:
Class name: DataAbilityOperationType;
Method or attribute name: TYPE_DELETE = 3
New version information: FAModelOnly
@ohos.ability.featureAbility.d.ts
Model changed Class name: DataAbilityOperationType;
Method or attribute name: TYPE_ASSERT = 4
Old version information:
Class name: DataAbilityOperationType;
Method or attribute name: TYPE_ASSERT = 4
New version information: FAModelOnly
@ohos.ability.featureAbility.d.ts
Model changed Class name: particleAbility;
Method or attribute name: function startAbility(parameter: StartAbilityParameter): Promise<void>;
Old version information:
Class name: particleAbility;
Method or attribute name: function startAbility(parameter: StartAbilityParameter): Promise<void>;
New version information: FAModelOnly
@ohos.ability.particleAbility.d.ts
Model changed Class name: particleAbility;
Method or attribute name: function terminateSelf(): Promise<void>;
Old version information:
Class name: particleAbility;
Method or attribute name: function terminateSelf(): Promise<void>;
New version information: FAModelOnly
@ohos.ability.particleAbility.d.ts
Model changed Class name: particleAbility;
Method or attribute name: function disconnectAbility(connection: number): Promise<void>;
Old version information:
Class name: particleAbility;
Method or attribute name: function disconnectAbility(connection: number): Promise<void>;
New version information: FAModelOnly
@ohos.ability.particleAbility.d.ts
Model changed Class name: ErrorCode;
Method or attribute name: INVALID_PARAMETER = -1
Old version information:
Class name: ErrorCode;
Method or attribute name: INVALID_PARAMETER = -1
New version information: FAModelOnly
@ohos.ability.particleAbility.d.ts
Model changed Class name: LaunchReason;
Method or attribute name: SHARE = 5
Old version information:
Class name: LaunchReason;
Method or attribute name: SHARE = 5
New version information: StageModelOnly
@ohos.app.ability.AbilityConstant.d.ts
Model changed Class name: OnContinueResult;
Method or attribute name: AGREE = 0
Old version information:
Class name: OnContinueResult;
Method or attribute name: AGREE = 0
New version information: StageModelOnly
@ohos.app.ability.AbilityConstant.d.ts
Model changed Class name: OnContinueResult;
Method or attribute name: REJECT = 1
Old version information:
Class name: OnContinueResult;
Method or attribute name: REJECT = 1
New version information: StageModelOnly
@ohos.app.ability.AbilityConstant.d.ts
Model changed Class name: OnContinueResult;
Method or attribute name: MISMATCH = 2
Old version information:
Class name: OnContinueResult;
Method or attribute name: MISMATCH = 2
New version information: StageModelOnly
@ohos.app.ability.AbilityConstant.d.ts
Model changed Class name: MemoryLevel;
Method or attribute name: MEMORY_LEVEL_MODERATE = 0
Old version information:
Class name: MemoryLevel;
Method or attribute name: MEMORY_LEVEL_MODERATE = 0
New version information: StageModelOnly
@ohos.app.ability.AbilityConstant.d.ts
Model changed Class name: MemoryLevel;
Method or attribute name: MEMORY_LEVEL_LOW = 1
Old version information:
Class name: MemoryLevel;
Method or attribute name: MEMORY_LEVEL_LOW = 1
New version information: StageModelOnly
@ohos.app.ability.AbilityConstant.d.ts
Model changed Class name: MemoryLevel;
Method or attribute name: MEMORY_LEVEL_CRITICAL = 2
Old version information:
Class name: MemoryLevel;
Method or attribute name: MEMORY_LEVEL_CRITICAL = 2
New version information: StageModelOnly
@ohos.app.ability.AbilityConstant.d.ts
Model changed Class name: WindowMode;
Method or attribute name: WINDOW_MODE_UNDEFINED = 0
Old version information:
Class name: WindowMode;
Method or attribute name: WINDOW_MODE_UNDEFINED = 0
New version information: StageModelOnly
@ohos.app.ability.AbilityConstant.d.ts
Model changed Class name: WindowMode;
Method or attribute name: WINDOW_MODE_FULLSCREEN = 1
Old version information:
Class name: WindowMode;
Method or attribute name: WINDOW_MODE_FULLSCREEN = 1
New version information: StageModelOnly
@ohos.app.ability.AbilityConstant.d.ts
Model changed Class name: WindowMode;
Method or attribute name: WINDOW_MODE_SPLIT_PRIMARY = 100
Old version information:
Class name: WindowMode;
Method or attribute name: WINDOW_MODE_SPLIT_PRIMARY = 100
New version information: StageModelOnly
@ohos.app.ability.AbilityConstant.d.ts
Model changed Class name: WindowMode;
Method or attribute name: WINDOW_MODE_SPLIT_SECONDARY = 101
Old version information:
Class name: WindowMode;
Method or attribute name: WINDOW_MODE_SPLIT_SECONDARY = 101
New version information: StageModelOnly
@ohos.app.ability.AbilityConstant.d.ts
Model changed Class name: WindowMode;
Method or attribute name: WINDOW_MODE_FLOATING = 102
Old version information:
Class name: WindowMode;
Method or attribute name: WINDOW_MODE_FLOATING = 102
New version information: StageModelOnly
@ohos.app.ability.AbilityConstant.d.ts
Model changed Class name: OnSaveResult;
Method or attribute name: ALL_AGREE = 0
Old version information:
Class name: OnSaveResult;
Method or attribute name: ALL_AGREE = 0
New version information: StageModelOnly
@ohos.app.ability.AbilityConstant.d.ts
Model changed Class name: OnSaveResult;
Method or attribute name: CONTINUATION_REJECT = 1
Old version information:
Class name: OnSaveResult;
Method or attribute name: CONTINUATION_REJECT = 1
New version information: StageModelOnly
@ohos.app.ability.AbilityConstant.d.ts
Model changed Class name: OnSaveResult;
Method or attribute name: CONTINUATION_MISMATCH = 2
Old version information:
Class name: OnSaveResult;
Method or attribute name: CONTINUATION_MISMATCH = 2
New version information: StageModelOnly
@ohos.app.ability.AbilityConstant.d.ts
Model changed Class name: OnSaveResult;
Method or attribute name: RECOVERY_AGREE = 3
Old version information:
Class name: OnSaveResult;
Method or attribute name: RECOVERY_AGREE = 3
New version information: StageModelOnly
@ohos.app.ability.AbilityConstant.d.ts
Model changed Class name: OnSaveResult;
Method or attribute name: RECOVERY_REJECT = 4
Old version information:
Class name: OnSaveResult;
Method or attribute name: RECOVERY_REJECT = 4
New version information: StageModelOnly
@ohos.app.ability.AbilityConstant.d.ts
Model changed Class name: OnSaveResult;
Method or attribute name: ALL_REJECT
Old version information:
Class name: OnSaveResult;
Method or attribute name: ALL_REJECT
New version information: StageModelOnly
@ohos.app.ability.AbilityConstant.d.ts
Model changed Class name: StateType;
Method or attribute name: CONTINUATION = 0
Old version information:
Class name: StateType;
Method or attribute name: CONTINUATION = 0
New version information: StageModelOnly
@ohos.app.ability.AbilityConstant.d.ts
Model changed Class name: StateType;
Method or attribute name: APP_RECOVERY = 1
Old version information:
Class name: StateType;
Method or attribute name: APP_RECOVERY = 1
New version information: StageModelOnly
@ohos.app.ability.AbilityConstant.d.ts
Model changed Class name: DataAbilityHelper;
Method or attribute name: openFile(uri: string, mode: string): Promise<number>;
Old version information:
Class name: DataAbilityHelper;
Method or attribute name: openFile(uri: string, mode: string): Promise<number>;
New version information: FAModelOnly
dataAbilityHelper.d.ts
Model changed Class name: DataAbilityHelper;
Method or attribute name: getType(uri: string): Promise<string>;
Old version information:
Class name: DataAbilityHelper;
Method or attribute name: getType(uri: string): Promise<string>;
New version information: FAModelOnly
dataAbilityHelper.d.ts
Model changed Class name: DataAbilityHelper;
Method or attribute name: getFileTypes(uri: string, mimeTypeFilter: string): Promise<Array<string>>;
Old version information:
Class name: DataAbilityHelper;
Method or attribute name: getFileTypes(uri: string, mimeTypeFilter: string): Promise<Array<string>>;
New version information: FAModelOnly
dataAbilityHelper.d.ts
Model changed Class name: DataAbilityHelper;
Method or attribute name: normalizeUri(uri: string): Promise<string>;
Old version information:
Class name: DataAbilityHelper;
Method or attribute name: normalizeUri(uri: string): Promise<string>;
New version information: FAModelOnly
dataAbilityHelper.d.ts
Model changed Class name: DataAbilityHelper;
Method or attribute name: denormalizeUri(uri: string): Promise<string>;
Old version information:
Class name: DataAbilityHelper;
Method or attribute name: denormalizeUri(uri: string): Promise<string>;
New version information: FAModelOnly
dataAbilityHelper.d.ts
Model changed Class name: DataAbilityHelper;
Method or attribute name: notifyChange(uri: string): Promise<void>;
Old version information:
Class name: DataAbilityHelper;
Method or attribute name: notifyChange(uri: string): Promise<void>;
New version information: FAModelOnly
dataAbilityHelper.d.ts
Model changed Class name: DataAbilityHelper;
Method or attribute name: insert(uri: string, valuesBucket: rdb.ValuesBucket): Promise<number>;
Old version information:
Class name: DataAbilityHelper;
Method or attribute name: insert(uri: string, valuesBucket: rdb.ValuesBucket): Promise<number>;
New version information: FAModelOnly
dataAbilityHelper.d.ts
Model changed Class name: DataAbilityHelper;
Method or attribute name: batchInsert(uri: string, valuesBuckets: Array<rdb.ValuesBucket>): Promise<number>;
Old version information:
Class name: DataAbilityHelper;
Method or attribute name: batchInsert(uri: string, valuesBuckets: Array<rdb.ValuesBucket>): Promise<number>;
New version information: FAModelOnly
dataAbilityHelper.d.ts
Model changed Class name: DataAbilityHelper;
Method or attribute name: delete(uri: string, predicates?: dataAbility.DataAbilityPredicates): Promise<number>;
Old version information:
Class name: DataAbilityHelper;
Method or attribute name: delete(uri: string, predicates?: dataAbility.DataAbilityPredicates): Promise<number>;
New version information: FAModelOnly
dataAbilityHelper.d.ts
Model changed Class name: DataAbilityHelper;
Method or attribute name: delete(uri: string, callback: AsyncCallback<number>): void;
Old version information:
Class name: DataAbilityHelper;
Method or attribute name: delete(uri: string, callback: AsyncCallback<number>): void;
New version information: FAModelOnly
dataAbilityHelper.d.ts
Model changed Class name: DataAbilityHelper;
Method or attribute name: update(uri: string, valuesBucket: rdb.ValuesBucket, predicates?: dataAbility.DataAbilityPredicates): Promise<number>;
Old version information:
Class name: DataAbilityHelper;
Method or attribute name: update(uri: string, valuesBucket: rdb.ValuesBucket, predicates?: dataAbility.DataAbilityPredicates): Promise<number>;
New version information: FAModelOnly
dataAbilityHelper.d.ts
Model changed Class name: DataAbilityHelper;
Method or attribute name: update(uri: string, valuesBucket: rdb.ValuesBucket, callback: AsyncCallback<number>): void;
Old version information:
Class name: DataAbilityHelper;
Method or attribute name: update(uri: string, valuesBucket: rdb.ValuesBucket, callback: AsyncCallback<number>): void;
New version information: FAModelOnly
dataAbilityHelper.d.ts
Model changed Class name: DataAbilityHelper;
Method or attribute name: query(uri: string, callback: AsyncCallback<ResultSet>): void;
Old version information:
Class name: DataAbilityHelper;
Method or attribute name: query(uri: string, callback: AsyncCallback<ResultSet>): void;
New version information: FAModelOnly
dataAbilityHelper.d.ts
Model changed Class name: DataAbilityHelper;
Method or attribute name: query(uri: string, columns: Array<string>, callback: AsyncCallback<ResultSet>): void;
Old version information:
Class name: DataAbilityHelper;
Method or attribute name: query(uri: string, columns: Array<string>, callback: AsyncCallback<ResultSet>): void;
New version information: FAModelOnly
dataAbilityHelper.d.ts
Model changed Class name: DataAbilityHelper;
Method or attribute name: query(uri: string, predicates: dataAbility.DataAbilityPredicates, callback: AsyncCallback<ResultSet>): void;
Old version information:
Class name: DataAbilityHelper;
Method or attribute name: query(uri: string, predicates: dataAbility.DataAbilityPredicates, callback: AsyncCallback<ResultSet>): void;
New version information: FAModelOnly
dataAbilityHelper.d.ts
Model changed Class name: DataAbilityHelper;
Method or attribute name: query(uri: string, columns?: Array<string>, predicates?: dataAbility.DataAbilityPredicates): Promise<ResultSet>;
Old version information:
Class name: DataAbilityHelper;
Method or attribute name: query(uri: string, columns?: Array<string>, predicates?: dataAbility.DataAbilityPredicates): Promise<ResultSet>;
New version information: FAModelOnly
dataAbilityHelper.d.ts
Model changed Class name: DataAbilityHelper;
Method or attribute name: call(uri: string, method: string, arg: string, extras: PacMap): Promise<PacMap>;
Old version information:
Class name: DataAbilityHelper;
Method or attribute name: call(uri: string, method: string, arg: string, extras: PacMap): Promise<PacMap>;
New version information: FAModelOnly
dataAbilityHelper.d.ts
Model changed Class name: DataAbilityHelper;
Method or attribute name: executeBatch(
uri: string,
operations: Array<DataAbilityOperation>,
callback: AsyncCallback<Array<DataAbilityResult>>
): void;
Old version information:
Class name: DataAbilityHelper;
Method or attribute name: executeBatch(
uri: string,
operations: Array<DataAbilityOperation>,
callback: AsyncCallback<Array<DataAbilityResult>>
): void;
New version information: FAModelOnly
dataAbilityHelper.d.ts
Model changed Class name: DataAbilityHelper;
Method or attribute name: executeBatch(uri: string, operations: Array<DataAbilityOperation>): Promise<Array<DataAbilityResult>>;
Old version information:
Class name: DataAbilityHelper;
Method or attribute name: executeBatch(uri: string, operations: Array<DataAbilityOperation>): Promise<Array<DataAbilityResult>>;
New version information: FAModelOnly
dataAbilityHelper.d.ts
Model changed Class name: Context;
Method or attribute name: getOrCreateLocalDir(callback: AsyncCallback<string>): void;
Old version information:
Class name: Context;
Method or attribute name: getOrCreateLocalDir(callback: AsyncCallback<string>): void;
New version information: FAModelOnly
context.d.ts
Model changed Class name: Context;
Method or attribute name: verifyPermission(permission: string, options: PermissionOptions, callback: AsyncCallback<number>): void;
Old version information:
Class name: Context;
Method or attribute name: verifyPermission(permission: string, options: PermissionOptions, callback: AsyncCallback<number>): void;
New version information: FAModelOnly
context.d.ts
Model changed Class name: Context;
Method or attribute name: verifyPermission(permission: string, callback: AsyncCallback<number>): void;
Old version information:
Class name: Context;
Method or attribute name: verifyPermission(permission: string, callback: AsyncCallback<number>): void;
New version information: FAModelOnly
context.d.ts
Model changed Class name: Context;
Method or attribute name: requestPermissionsFromUser(permissions: Array<string>, requestCode: number): Promise<PermissionRequestResult>;
Old version information:
Class name: Context;
Method or attribute name: requestPermissionsFromUser(permissions: Array<string>, requestCode: number): Promise<PermissionRequestResult>;
New version information: FAModelOnly
context.d.ts
Model changed Class name: Context;
Method or attribute name: getApplicationInfo(): Promise<ApplicationInfo>;
Old version information:
Class name: Context;
Method or attribute name: getApplicationInfo(): Promise<ApplicationInfo>;
New version information: FAModelOnly
context.d.ts
Model changed Class name: Context;
Method or attribute name: getBundleName(): Promise<string>;
Old version information:
Class name: Context;
Method or attribute name: getBundleName(): Promise<string>;
New version information: FAModelOnly
context.d.ts
Model changed Class name: Context;
Method or attribute name: getDisplayOrientation(callback: AsyncCallback<bundle.DisplayOrientation>): void;
Old version information:
Class name: Context;
Method or attribute name: getDisplayOrientation(callback: AsyncCallback<bundle.DisplayOrientation>): void;
New version information: FAModelOnly
context.d.ts
Model changed Class name: Context;
Method or attribute name: getDisplayOrientation(): Promise<bundle.DisplayOrientation>;
Old version information:
Class name: Context;
Method or attribute name: getDisplayOrientation(): Promise<bundle.DisplayOrientation>;
New version information: FAModelOnly
context.d.ts
Model changed Class name: Context;
Method or attribute name: getExternalCacheDir(callback: AsyncCallback<string>): void;
Old version information:
Class name: Context;
Method or attribute name: getExternalCacheDir(callback: AsyncCallback<string>): void;
New version information: FAModelOnly
context.d.ts
Model changed Class name: Context;
Method or attribute name: getExternalCacheDir(): Promise<string>;
Old version information:
Class name: Context;
Method or attribute name: getExternalCacheDir(): Promise<string>;
New version information: FAModelOnly
context.d.ts
Model changed Class name: Context;
Method or attribute name: setDisplayOrientation(orientation: bundle.DisplayOrientation, callback: AsyncCallback<void>): void;
Old version information:
Class name: Context;
Method or attribute name: setDisplayOrientation(orientation: bundle.DisplayOrientation, callback: AsyncCallback<void>): void;
New version information: FAModelOnly
context.d.ts
Model changed Class name: Context;
Method or attribute name: setDisplayOrientation(orientation: bundle.DisplayOrientation): Promise<void>;
Old version information:
Class name: Context;
Method or attribute name: setDisplayOrientation(orientation: bundle.DisplayOrientation): Promise<void>;
New version information: FAModelOnly
context.d.ts
Model changed Class name: Context;
Method or attribute name: setShowOnLockScreen(show: boolean, callback: AsyncCallback<void>): void;
Old version information:
Class name: Context;
Method or attribute name: setShowOnLockScreen(show: boolean, callback: AsyncCallback<void>): void;
New version information: FAModelOnly
context.d.ts
Model changed Class name: Context;
Method or attribute name: setShowOnLockScreen(show: boolean): Promise<void>;
Old version information:
Class name: Context;
Method or attribute name: setShowOnLockScreen(show: boolean): Promise<void>;
New version information: FAModelOnly
context.d.ts
Model changed Class name: Context;
Method or attribute name: setWakeUpScreen(wakeUp: boolean, callback: AsyncCallback<void>): void;
Old version information:
Class name: Context;
Method or attribute name: setWakeUpScreen(wakeUp: boolean, callback: AsyncCallback<void>): void;
New version information: FAModelOnly
context.d.ts
Model changed Class name: Context;
Method or attribute name: setWakeUpScreen(wakeUp: boolean): Promise<void>;
Old version information:
Class name: Context;
Method or attribute name: setWakeUpScreen(wakeUp: boolean): Promise<void>;
New version information: FAModelOnly
context.d.ts
Model changed Class name: Context;
Method or attribute name: getProcessInfo(): Promise<ProcessInfo>;
Old version information:
Class name: Context;
Method or attribute name: getProcessInfo(): Promise<ProcessInfo>;
New version information: FAModelOnly
context.d.ts
Model changed Class name: Context;
Method or attribute name: getElementName(): Promise<ElementName>;
Old version information:
Class name: Context;
Method or attribute name: getElementName(): Promise<ElementName>;
New version information: FAModelOnly
context.d.ts
Model changed Class name: Context;
Method or attribute name: getProcessName(): Promise<string>;
Old version information:
Class name: Context;
Method or attribute name: getProcessName(): Promise<string>;
New version information: FAModelOnly
context.d.ts
Model changed Class name: Context;
Method or attribute name: getCallingBundle(): Promise<string>;
Old version information:
Class name: Context;
Method or attribute name: getCallingBundle(): Promise<string>;
New version information: FAModelOnly
context.d.ts
Model changed Class name: Context;
Method or attribute name: getFilesDir(): Promise<string>;
Old version information:
Class name: Context;
Method or attribute name: getFilesDir(): Promise<string>;
New version information: FAModelOnly
context.d.ts
Model changed Class name: Context;
Method or attribute name: getCacheDir(): Promise<string>;
Old version information:
Class name: Context;
Method or attribute name: getCacheDir(): Promise<string>;
New version information: FAModelOnly
context.d.ts
Model changed Class name: Context;
Method or attribute name: getOrCreateDistributedDir(callback: AsyncCallback<string>): void;
Old version information:
Class name: Context;
Method or attribute name: getOrCreateDistributedDir(callback: AsyncCallback<string>): void;
New version information: FAModelOnly
context.d.ts
Model changed Class name: Context;
Method or attribute name: getAppType(): Promise<string>;
Old version information:
Class name: Context;
Method or attribute name: getAppType(): Promise<string>;
New version information: FAModelOnly
context.d.ts
Model changed Class name: Context;
Method or attribute name: getHapModuleInfo(): Promise<HapModuleInfo>;
Old version information:
Class name: Context;
Method or attribute name: getHapModuleInfo(): Promise<HapModuleInfo>;
New version information: FAModelOnly
context.d.ts
Model changed Class name: Context;
Method or attribute name: getAppVersionInfo(): Promise<AppVersionInfo>;
Old version information:
Class name: Context;
Method or attribute name: getAppVersionInfo(): Promise<AppVersionInfo>;
New version information: FAModelOnly
context.d.ts
Model changed Class name: Context;
Method or attribute name: getAbilityInfo(): Promise<AbilityInfo>;
Old version information:
Class name: Context;
Method or attribute name: getAbilityInfo(): Promise<AbilityInfo>;
New version information: FAModelOnly
context.d.ts
Model changed Class name: Context;
Method or attribute name: isUpdatingConfigurations(): Promise<boolean>;
Old version information:
Class name: Context;
Method or attribute name: isUpdatingConfigurations(): Promise<boolean>;
New version information: FAModelOnly
context.d.ts
Model changed Class name: Context;
Method or attribute name: printDrawnCompleted(): Promise<void>;
Old version information:
Class name: Context;
Method or attribute name: printDrawnCompleted(): Promise<void>;
New version information: FAModelOnly
context.d.ts
Type changed Class name: LaunchParam;
Method or attribute name: launchReason: LaunchReason;
Old version information:
Class name: LaunchParam;
Method or attribute name: launchReason: LaunchReason;
New version information: LaunchReason
@ohos.app.ability.AbilityConstant.d.ts
Type changed Class name: LaunchParam;
Method or attribute name: lastExitReason: LastExitReason;
Old version information:
Class name: LaunchParam;
Method or attribute name: lastExitReason: LastExitReason;
New version information: LastExitReason
@ohos.app.ability.AbilityConstant.d.ts
Type changed Class name: Configuration;
Method or attribute name: language?: string;
Old version information: string
Class name: Configuration;
Method or attribute name: language?: string;
New version information: ?string
@ohos.app.ability.Configuration.d.ts
Type changed Class name: Configuration;
Method or attribute name: colorMode?: ConfigurationConstant.ColorMode;
Old version information: ConfigurationConstant.ColorMode
Class name: Configuration;
Method or attribute name: colorMode?: ConfigurationConstant.ColorMode;
New version information: ?ConfigurationConstant.ColorMode
@ohos.app.ability.Configuration.d.ts
Type changed Class name: Configuration;
Method or attribute name: direction?: ConfigurationConstant.Direction;
Old version information: ConfigurationConstant.Direction
Class name: Configuration;
Method or attribute name: direction?: ConfigurationConstant.Direction;
New version information: ?ConfigurationConstant.Direction
@ohos.app.ability.Configuration.d.ts
Type changed Class name: Configuration;
Method or attribute name: screenDensity?: ConfigurationConstant.ScreenDensity;
Old version information: ConfigurationConstant.ScreenDensity
Class name: Configuration;
Method or attribute name: screenDensity?: ConfigurationConstant.ScreenDensity;
New version information: ?ConfigurationConstant.ScreenDensity
@ohos.app.ability.Configuration.d.ts
Type changed Class name: Configuration;
Method or attribute name: displayId?: number;
Old version information: number
Class name: Configuration;
Method or attribute name: displayId?: number;
New version information: ?number
@ohos.app.ability.Configuration.d.ts
Type changed Class name: Configuration;
Method or attribute name: hasPointerDevice?: boolean;
Old version information: boolean
Class name: Configuration;
Method or attribute name: hasPointerDevice?: boolean;
New version information: ?boolean
@ohos.app.ability.Configuration.d.ts
Type changed Class name: RequestResult;
Method or attribute name: result: ResultCode;
Old version information:
Class name: RequestResult;
Method or attribute name: result: ResultCode;
New version information: ResultCode
@ohos.app.ability.dialogRequest.d.ts
Type changed Class name: ServiceExtensionAbility;
Method or attribute name: context: ServiceExtensionContext;
Old version information:
Class name: ServiceExtensionAbility;
Method or attribute name: context: ServiceExtensionContext;
New version information: ServiceExtensionContext
@ohos.app.ability.ServiceExtensionAbility.d.ts
Type changed Class name: StartOptions;
Method or attribute name: windowMode?: number;
Old version information:
Class name: StartOptions;
Method or attribute name: windowMode?: number;
New version information: ?number
@ohos.app.ability.StartOptions.d.ts
Type changed Class name: StartOptions;
Method or attribute name: displayId?: number;
Old version information:
Class name: StartOptions;
Method or attribute name: displayId?: number;
New version information: ?number
@ohos.app.ability.StartOptions.d.ts
Type changed Class name: Want;
Method or attribute name: deviceId?: string;
Old version information:
Class name: Want;
Method or attribute name: deviceId?: string;
New version information: ?string
@ohos.app.ability.Want.d.ts
Type changed Class name: Want;
Method or attribute name: uri?: string;
Old version information:
Class name: Want;
Method or attribute name: uri?: string;
New version information: ?string
@ohos.app.ability.Want.d.ts
Type changed Class name: Want;
Method or attribute name: type?: string;
Old version information:
Class name: Want;
Method or attribute name: type?: string;
New version information: ?string
@ohos.app.ability.Want.d.ts
Type changed Class name: Want;
Method or attribute name: flags?: number;
Old version information:
Class name: Want;
Method or attribute name: flags?: number;
New version information: ?number
@ohos.app.ability.Want.d.ts
Type changed Class name: Want;
Method or attribute name: action?: string;
Old version information:
Class name: Want;
Method or attribute name: action?: string;
New version information: ?string
@ohos.app.ability.Want.d.ts
Type changed Class name: Want;
Method or attribute name: parameters?: { [key: string]: Object };
Old version information:
Class name: Want;
Method or attribute name: parameters?: { [key: string]: Object };
New version information: ?object
@ohos.app.ability.Want.d.ts
Type changed Class name: Want;
Method or attribute name: entities?: Array<string>;
Old version information:
Class name: Want;
Method or attribute name: entities?: Array<string>;
New version information: ?Array<string>
@ohos.app.ability.Want.d.ts
Type changed Class name: CompleteData;
Method or attribute name: extraInfo?: { [key: string]: Object };
Old version information: { [key: string]: Object }
Class name: CompleteData;
Method or attribute name: extraInfo?: { [key: string]: Object };
New version information: ?object
@ohos.app.ability.wantAgent.d.ts
Type changed Class name: FormBindingData;
Method or attribute name: data: Object;
Old version information:
Class name: FormBindingData;
Method or attribute name: data: Object;
New version information: Object
@ohos.app.form.formBindingData.d.ts
Type changed Class name: FormInfo;
Method or attribute name: bundleName: string;
Old version information:
Class name: FormInfo;
Method or attribute name: bundleName: string;
New version information: string
@ohos.app.form.formInfo.d.ts
Type changed Class name: FormProviderFilter;
Method or attribute name: bundleName: string;
Old version information:
Class name: FormProviderFilter;
Method or attribute name: bundleName: string;
New version information: string
@ohos.app.form.formInfo.d.ts
Type changed Class name: FormInfo;
Method or attribute name: moduleName: string;
Old version information:
Class name: FormInfo;
Method or attribute name: moduleName: string;
New version information: string
@ohos.app.form.formInfo.d.ts
Type changed Class name: FormInfo;
Method or attribute name: abilityName: string;
Old version information:
Class name: FormInfo;
Method or attribute name: abilityName: string;
New version information: string
@ohos.app.form.formInfo.d.ts
Type changed Class name: FormInfo;
Method or attribute name: name: string;
Old version information:
Class name: FormInfo;
Method or attribute name: name: string;
New version information: string
@ohos.app.form.formInfo.d.ts
Type changed Class name: FormInfo;
Method or attribute name: description: string;
Old version information:
Class name: FormInfo;
Method or attribute name: description: string;
New version information: string
@ohos.app.form.formInfo.d.ts
Type changed Class name: FormInfo;
Method or attribute name: descriptionId: number;
Old version information:
Class name: FormInfo;
Method or attribute name: descriptionId: number;
New version information: number
@ohos.app.form.formInfo.d.ts
Type changed Class name: FormInfo;
Method or attribute name: type: FormType;
Old version information:
Class name: FormInfo;
Method or attribute name: type: FormType;
New version information: FormType
@ohos.app.form.formInfo.d.ts
Type changed Class name: FormInfo;
Method or attribute name: jsComponentName: string;
Old version information:
Class name: FormInfo;
Method or attribute name: jsComponentName: string;
New version information: string
@ohos.app.form.formInfo.d.ts
Type changed Class name: FormInfo;
Method or attribute name: colorMode: ColorMode;
Old version information:
Class name: FormInfo;
Method or attribute name: colorMode: ColorMode;
New version information: ColorMode
@ohos.app.form.formInfo.d.ts
Type changed Class name: FormInfo;
Method or attribute name: isDefault: boolean;
Old version information:
Class name: FormInfo;
Method or attribute name: isDefault: boolean;
New version information: boolean
@ohos.app.form.formInfo.d.ts
Type changed Class name: FormInfo;
Method or attribute name: updateEnabled: boolean;
Old version information:
Class name: FormInfo;
Method or attribute name: updateEnabled: boolean;
New version information: boolean
@ohos.app.form.formInfo.d.ts
Type changed Class name: FormInfo;
Method or attribute name: formVisibleNotify: boolean;
Old version information:
Class name: FormInfo;
Method or attribute name: formVisibleNotify: boolean;
New version information: boolean
@ohos.app.form.formInfo.d.ts
Type changed Class name: FormInfo;
Method or attribute name: scheduledUpdateTime: string;
Old version information:
Class name: FormInfo;
Method or attribute name: scheduledUpdateTime: string;
New version information: string
@ohos.app.form.formInfo.d.ts
Type changed Class name: FormInfo;
Method or attribute name: formConfigAbility: string;
Old version information:
Class name: FormInfo;
Method or attribute name: formConfigAbility: string;
New version information: string
@ohos.app.form.formInfo.d.ts
Type changed Class name: FormInfo;
Method or attribute name: updateDuration: number;
Old version information:
Class name: FormInfo;
Method or attribute name: updateDuration: number;
New version information: number
@ohos.app.form.formInfo.d.ts
Type changed Class name: FormInfo;
Method or attribute name: defaultDimension: number;
Old version information:
Class name: FormInfo;
Method or attribute name: defaultDimension: number;
New version information: number
@ohos.app.form.formInfo.d.ts
Type changed Class name: FormInfo;
Method or attribute name: supportDimensions: Array<number>;
Old version information:
Class name: FormInfo;
Method or attribute name: supportDimensions: Array<number>;
New version information: Array<number>
@ohos.app.form.formInfo.d.ts
Type changed Class name: FormInfo;
Method or attribute name: customizeData: { [key: string]: [value: string] };
Old version information:
Class name: FormInfo;
Method or attribute name: customizeData: { [key: string]: [value: string] };
New version information: object
@ohos.app.form.formInfo.d.ts
Type changed Class name: FormStateInfo;
Method or attribute name: formState: FormState;
Old version information:
Class name: FormStateInfo;
Method or attribute name: formState: FormState;
New version information: FormState
@ohos.app.form.formInfo.d.ts
Type changed Class name: FormStateInfo;
Method or attribute name: want: Want;
Old version information:
Class name: FormStateInfo;
Method or attribute name: want: Want;
New version information: Want
@ohos.app.form.formInfo.d.ts
Type changed Class name: FormInfoFilter;
Method or attribute name: moduleName?: string;
Old version information:
Class name: FormInfoFilter;
Method or attribute name: moduleName?: string;
New version information: ?string
@ohos.app.form.formInfo.d.ts
Type changed Class name: FormProviderFilter;
Method or attribute name: moduleName?: string;
Old version information:
Class name: FormProviderFilter;
Method or attribute name: moduleName?: string;
New version information: ?string
@ohos.app.form.formInfo.d.ts
Type changed Class name: FormProviderFilter;
Method or attribute name: formName?: string;
Old version information:
Class name: FormProviderFilter;
Method or attribute name: formName?: string;
New version information: ?string
@ohos.app.form.formInfo.d.ts
Type changed Class name: FormProviderFilter;
Method or attribute name: abilityName?: string;
Old version information:
Class name: FormProviderFilter;
Method or attribute name: abilityName?: string;
New version information: ?string
@ohos.app.form.formInfo.d.ts
Type changed Class name: Configuration;
Method or attribute name: language?: string;
Old version information:
Class name: Configuration;
Method or attribute name: language?: string;
New version information: ?string
@ohos.application.Configuration.d.ts
Type changed Class name: Configuration;
Method or attribute name: colorMode?: ConfigurationConstant.ColorMode;
Old version information:
Class name: Configuration;
Method or attribute name: colorMode?: ConfigurationConstant.ColorMode;
New version information: ?ConfigurationConstant.ColorMode
@ohos.application.Configuration.d.ts
Type changed Class name: FormBindingData;
Method or attribute name: data: Object;
Old version information:
Class name: FormBindingData;
Method or attribute name: data: Object;
New version information: Object
@ohos.application.formBindingData.d.ts
Type changed Class name: FormInfo;
Method or attribute name: bundleName: string;
Old version information:
Class name: FormInfo;
Method or attribute name: bundleName: string;
New version information: string
@ohos.application.formInfo.d.ts
Type changed Class name: FormInfo;
Method or attribute name: moduleName: string;
Old version information:
Class name: FormInfo;
Method or attribute name: moduleName: string;
New version information: string
@ohos.application.formInfo.d.ts
Type changed Class name: FormInfo;
Method or attribute name: abilityName: string;
Old version information:
Class name: FormInfo;
Method or attribute name: abilityName: string;
New version information: string
@ohos.application.formInfo.d.ts
Type changed Class name: FormInfo;
Method or attribute name: name: string;
Old version information:
Class name: FormInfo;
Method or attribute name: name: string;
New version information: string
@ohos.application.formInfo.d.ts
Type changed Class name: FormInfo;
Method or attribute name: description: string;
Old version information:
Class name: FormInfo;
Method or attribute name: description: string;
New version information: string
@ohos.application.formInfo.d.ts
Type changed Class name: FormInfo;
Method or attribute name: type: FormType;
Old version information:
Class name: FormInfo;
Method or attribute name: type: FormType;
New version information: FormType
@ohos.application.formInfo.d.ts
Type changed Class name: FormInfo;
Method or attribute name: jsComponentName: string;
Old version information:
Class name: FormInfo;
Method or attribute name: jsComponentName: string;
New version information: string
@ohos.application.formInfo.d.ts
Type changed Class name: FormInfo;
Method or attribute name: colorMode: ColorMode;
Old version information:
Class name: FormInfo;
Method or attribute name: colorMode: ColorMode;
New version information: ColorMode
@ohos.application.formInfo.d.ts
Type changed Class name: FormInfo;
Method or attribute name: isDefault: boolean;
Old version information:
Class name: FormInfo;
Method or attribute name: isDefault: boolean;
New version information: boolean
@ohos.application.formInfo.d.ts
Type changed Class name: FormInfo;
Method or attribute name: updateEnabled: boolean;
Old version information:
Class name: FormInfo;
Method or attribute name: updateEnabled: boolean;
New version information: boolean
@ohos.application.formInfo.d.ts
Type changed Class name: FormInfo;
Method or attribute name: formVisibleNotify: boolean;
Old version information:
Class name: FormInfo;
Method or attribute name: formVisibleNotify: boolean;
New version information: boolean
@ohos.application.formInfo.d.ts
Type changed Class name: FormInfo;
Method or attribute name: relatedBundleName: string;
Old version information:
Class name: FormInfo;
Method or attribute name: relatedBundleName: string;
New version information: string
@ohos.application.formInfo.d.ts
Type changed Class name: FormInfo;
Method or attribute name: scheduledUpdateTime: string;
Old version information:
Class name: FormInfo;
Method or attribute name: scheduledUpdateTime: string;
New version information: string
@ohos.application.formInfo.d.ts
Type changed Class name: FormInfo;
Method or attribute name: formConfigAbility: string;
Old version information:
Class name: FormInfo;
Method or attribute name: formConfigAbility: string;
New version information: string
@ohos.application.formInfo.d.ts
Type changed Class name: FormInfo;
Method or attribute name: updateDuration: number;
Old version information:
Class name: FormInfo;
Method or attribute name: updateDuration: number;
New version information: number
@ohos.application.formInfo.d.ts
Type changed Class name: FormInfo;
Method or attribute name: defaultDimension: number;
Old version information:
Class name: FormInfo;
Method or attribute name: defaultDimension: number;
New version information: number
@ohos.application.formInfo.d.ts
Type changed Class name: FormInfo;
Method or attribute name: supportDimensions: Array<number>;
Old version information:
Class name: FormInfo;
Method or attribute name: supportDimensions: Array<number>;
New version information: Array<number>
@ohos.application.formInfo.d.ts
Type changed Class name: FormInfo;
Method or attribute name: customizeData: { [key: string]: [value: string] };
Old version information:
Class name: FormInfo;
Method or attribute name: customizeData: { [key: string]: [value: string] };
New version information: object
@ohos.application.formInfo.d.ts
Type changed Class name: FormStateInfo;
Method or attribute name: formState: FormState;
Old version information:
Class name: FormStateInfo;
Method or attribute name: formState: FormState;
New version information: FormState
@ohos.application.formInfo.d.ts
Type changed Class name: FormStateInfo;
Method or attribute name: want: Want;
Old version information:
Class name: FormStateInfo;
Method or attribute name: want: Want;
New version information: Want
@ohos.application.formInfo.d.ts
Type changed Class name: Want;
Method or attribute name: deviceId?: string;
Old version information:
Class name: Want;
Method or attribute name: deviceId?: string;
New version information: ?string
@ohos.application.Want.d.ts
Type changed Class name: Want;
Method or attribute name: bundleName?: string;
Old version information:
Class name: Want;
Method or attribute name: bundleName?: string;
New version information: ?string
@ohos.application.Want.d.ts
Type changed Class name: Want;
Method or attribute name: abilityName?: string;
Old version information:
Class name: Want;
Method or attribute name: abilityName?: string;
New version information: ?string
@ohos.application.Want.d.ts
Type changed Class name: Want;
Method or attribute name: uri?: string;
Old version information:
Class name: Want;
Method or attribute name: uri?: string;
New version information: ?string
@ohos.application.Want.d.ts
Type changed Class name: Want;
Method or attribute name: type?: string;
Old version information:
Class name: Want;
Method or attribute name: type?: string;
New version information: ?string
@ohos.application.Want.d.ts
Type changed Class name: Want;
Method or attribute name: flags?: number;
Old version information:
Class name: Want;
Method or attribute name: flags?: number;
New version information: ?number
@ohos.application.Want.d.ts
Type changed Class name: Want;
Method or attribute name: action?: string;
Old version information:
Class name: Want;
Method or attribute name: action?: string;
New version information: ?string
@ohos.application.Want.d.ts
Type changed Class name: Want;
Method or attribute name: parameters?: { [key: string]: any };
Old version information:
Class name: Want;
Method or attribute name: parameters?: { [key: string]: any };
New version information: ?object
@ohos.application.Want.d.ts
Type changed Class name: Want;
Method or attribute name: entities?: Array<string>;
Old version information:
Class name: Want;
Method or attribute name: entities?: Array<string>;
New version information: ?Array<string>
@ohos.application.Want.d.ts
Type changed Class name: CompleteData;
Method or attribute name: info: WantAgent;
Old version information:
Class name: CompleteData;
Method or attribute name: info: WantAgent;
New version information: WantAgent
@ohos.wantAgent.d.ts
Type changed Class name: CompleteData;
Method or attribute name: want: Want;
Old version information:
Class name: CompleteData;
Method or attribute name: want: Want;
New version information: Want
@ohos.wantAgent.d.ts
Type changed Class name: CompleteData;
Method or attribute name: finalCode: number;
Old version information:
Class name: CompleteData;
Method or attribute name: finalCode: number;
New version information: number
@ohos.wantAgent.d.ts
Type changed Class name: CompleteData;
Method or attribute name: finalData: string;
Old version information:
Class name: CompleteData;
Method or attribute name: finalData: string;
New version information: string
@ohos.wantAgent.d.ts
Type changed Class name: CompleteData;
Method or attribute name: extraInfo?: { [key: string]: any };
Old version information:
Class name: CompleteData;
Method or attribute name: extraInfo?: { [key: string]: any };
New version information: ?object
@ohos.wantAgent.d.ts
Type changed Class name: AbilityResult;
Method or attribute name: resultCode: number;
Old version information:
Class name: AbilityResult;
Method or attribute name: resultCode: number;
New version information: number
abilityResult.d.ts
Type changed Class name: AbilityResult;
Method or attribute name: want?: Want;
Old version information:
Class name: AbilityResult;
Method or attribute name: want?: Want;
New version information: ?Want
abilityResult.d.ts
Type changed Class name: DataAbilityOperation;
Method or attribute name: uri: string;
Old version information:
Class name: DataAbilityOperation;
Method or attribute name: uri: string;
New version information: string
dataAbilityOperation.d.ts
Type changed Class name: DataAbilityOperation;
Method or attribute name: type: featureAbility.DataAbilityOperationType;
Old version information:
Class name: DataAbilityOperation;
Method or attribute name: type: featureAbility.DataAbilityOperationType;
New version information: featureAbility.DataAbilityOperationType
dataAbilityOperation.d.ts
Type changed Class name: DataAbilityOperation;
Method or attribute name: valuesBucket?: rdb.ValuesBucket;
Old version information:
Class name: DataAbilityOperation;
Method or attribute name: valuesBucket?: rdb.ValuesBucket;
New version information: ?rdb.ValuesBucket
dataAbilityOperation.d.ts
Type changed Class name: DataAbilityOperation;
Method or attribute name: valueBackReferences?: rdb.ValuesBucket;
Old version information:
Class name: DataAbilityOperation;
Method or attribute name: valueBackReferences?: rdb.ValuesBucket;
New version information: ?rdb.ValuesBucket
dataAbilityOperation.d.ts
Type changed Class name: DataAbilityOperation;
Method or attribute name: predicates?: dataAbility.DataAbilityPredicates;
Old version information:
Class name: DataAbilityOperation;
Method or attribute name: predicates?: dataAbility.DataAbilityPredicates;
New version information: ?dataAbility.DataAbilityPredicates
dataAbilityOperation.d.ts
Type changed Class name: DataAbilityOperation;
Method or attribute name: predicatesBackReferences?: Map<number, number>;
Old version information:
Class name: DataAbilityOperation;
Method or attribute name: predicatesBackReferences?: Map<number, number>;
New version information: ?Map<number, number>
dataAbilityOperation.d.ts
Type changed Class name: DataAbilityOperation;
Method or attribute name: interrupted?: boolean;
Old version information:
Class name: DataAbilityOperation;
Method or attribute name: interrupted?: boolean;
New version information: ?boolean
dataAbilityOperation.d.ts
Type changed Class name: DataAbilityOperation;
Method or attribute name: expectedCount?: number;
Old version information:
Class name: DataAbilityOperation;
Method or attribute name: expectedCount?: number;
New version information: ?number
dataAbilityOperation.d.ts
Type changed Class name: DataAbilityResult;
Method or attribute name: uri?: string;
Old version information:
Class name: DataAbilityResult;
Method or attribute name: uri?: string;
New version information: ?string
dataAbilityResult.d.ts
Type changed Class name: DataAbilityResult;
Method or attribute name: count?: number;
Old version information:
Class name: DataAbilityResult;
Method or attribute name: count?: number;
New version information: ?number
dataAbilityResult.d.ts
Type changed Class name: StartAbilityParameter;
Method or attribute name: want: Want;
Old version information:
Class name: StartAbilityParameter;
Method or attribute name: want: Want;
New version information: Want
startAbilityParameter.d.ts
Type changed Class name: StartAbilityParameter;
Method or attribute name: abilityStartSetting?: { [key: string]: any };
Old version information:
Class name: StartAbilityParameter;
Method or attribute name: abilityStartSetting?: { [key: string]: any };
New version information: ?object
startAbilityParameter.d.ts
Type changed Class name: Want;
Method or attribute name: deviceId?: string;
Old version information:
Class name: Want;
Method or attribute name: deviceId?: string;
New version information: ?string
want.d.ts
Type changed Class name: Want;
Method or attribute name: bundleName?: string;
Old version information:
Class name: Want;
Method or attribute name: bundleName?: string;
New version information: ?string
want.d.ts
Type changed Class name: Want;
Method or attribute name: abilityName?: string;
Old version information:
Class name: Want;
Method or attribute name: abilityName?: string;
New version information: ?string
want.d.ts
Type changed Class name: Want;
Method or attribute name: uri?: string;
Old version information:
Class name: Want;
Method or attribute name: uri?: string;
New version information: ?string
want.d.ts
Type changed Class name: Want;
Method or attribute name: type?: string;
Old version information:
Class name: Want;
Method or attribute name: type?: string;
New version information: ?string
want.d.ts
Type changed Class name: Want;
Method or attribute name: flags?: number;
Old version information:
Class name: Want;
Method or attribute name: flags?: number;
New version information: ?number
want.d.ts
Type changed Class name: Want;
Method or attribute name: action?: string;
Old version information:
Class name: Want;
Method or attribute name: action?: string;
New version information: ?string
want.d.ts
Type changed Class name: Want;
Method or attribute name: parameters?: { [key: string]: any };
Old version information:
Class name: Want;
Method or attribute name: parameters?: { [key: string]: any };
New version information: ?object
want.d.ts
Type changed Class name: Want;
Method or attribute name: entities?: Array<string>;
Old version information:
Class name: Want;
Method or attribute name: entities?: Array<string>;
New version information: ?Array<string>
want.d.ts
Type changed Class name: AppVersionInfo;
Method or attribute name: readonly appName: string;
Old version information:
Class name: AppVersionInfo;
Method or attribute name: readonly appName: string;
New version information: string
appVersionInfo.d.ts
Type changed Class name: AppVersionInfo;
Method or attribute name: readonly versionCode: number;
Old version information:
Class name: AppVersionInfo;
Method or attribute name: readonly versionCode: number;
New version information: number
appVersionInfo.d.ts
Type changed Class name: AppVersionInfo;
Method or attribute name: readonly versionName: string;
Old version information:
Class name: AppVersionInfo;
Method or attribute name: readonly versionName: string;
New version information: string
appVersionInfo.d.ts
Type changed Class name: PermissionRequestResult;
Method or attribute name: requestCode: number;
Old version information:
Class name: PermissionRequestResult;
Method or attribute name: requestCode: number;
New version information: number
context.d.ts
Type changed Class name: PermissionRequestResult;
Method or attribute name: permissions: Array<string>;
Old version information:
Class name: PermissionRequestResult;
Method or attribute name: permissions: Array<string>;
New version information: Array<string>
context.d.ts
Type changed Class name: PermissionRequestResult;
Method or attribute name: authResults: Array<number>;
Old version information:
Class name: PermissionRequestResult;
Method or attribute name: authResults: Array<number>;
New version information: Array<number>
context.d.ts
Type changed Class name: PermissionOptions;
Method or attribute name: pid?: number;
Old version information:
Class name: PermissionOptions;
Method or attribute name: pid?: number;
New version information: ?number
context.d.ts
Type changed Class name: PermissionOptions;
Method or attribute name: uid?: number;
Old version information:
Class name: PermissionOptions;
Method or attribute name: uid?: number;
New version information: ?number
context.d.ts
Type changed Class name: ProcessInfo;
Method or attribute name: pid: number;
Old version information:
Class name: ProcessInfo;
Method or attribute name: pid: number;
New version information: number
processInfo.d.ts
Type changed Class name: ProcessInfo;
Method or attribute name: processName: string;
Old version information:
Class name: ProcessInfo;
Method or attribute name: processName: string;
New version information: string
processInfo.d.ts
Type changed Class name: AbilityDelegatorArgs;
Method or attribute name: bundleName: string;
Old version information:
Class name: AbilityDelegatorArgs;
Method or attribute name: bundleName: string;
New version information: string
abilityDelegatorArgs.d.ts
Type changed Class name: AbilityDelegatorArgs;
Method or attribute name: parameters: { [key: string]: string };
Old version information:
Class name: AbilityDelegatorArgs;
Method or attribute name: parameters: { [key: string]: string };
New version information: object
abilityDelegatorArgs.d.ts
Type changed Class name: AbilityDelegatorArgs;
Method or attribute name: testCaseNames: string;
Old version information:
Class name: AbilityDelegatorArgs;
Method or attribute name: testCaseNames: string;
New version information: string
abilityDelegatorArgs.d.ts
Type changed Class name: AbilityDelegatorArgs;
Method or attribute name: testRunnerClassName: string;
Old version information:
Class name: AbilityDelegatorArgs;
Method or attribute name: testRunnerClassName: string;
New version information: string
abilityDelegatorArgs.d.ts
Type changed Class name: AbilityMonitor;
Method or attribute name: abilityName: string;
Old version information:
Class name: AbilityMonitor;
Method or attribute name: abilityName: string;
New version information: string
AbilityMonitor.d.ts
Type changed Class name: AbilityMonitor;
Method or attribute name: moduleName?: string;
Old version information:
Class name: AbilityMonitor;
Method or attribute name: moduleName?: string;
New version information: ?string
AbilityMonitor.d.ts
Type changed Class name: AbilityRunningInfo;
Method or attribute name: ability: ElementName;
Old version information:
Class name: AbilityRunningInfo;
Method or attribute name: ability: ElementName;
New version information: ElementName
AbilityRunningInfo.d.ts
Type changed Class name: AbilityRunningInfo;
Method or attribute name: pid: number;
Old version information:
Class name: AbilityRunningInfo;
Method or attribute name: pid: number;
New version information: number
AbilityRunningInfo.d.ts
Type changed Class name: AbilityRunningInfo;
Method or attribute name: uid: number;
Old version information:
Class name: AbilityRunningInfo;
Method or attribute name: uid: number;
New version information: number
AbilityRunningInfo.d.ts
Type changed Class name: AbilityRunningInfo;
Method or attribute name: processName: string;
Old version information:
Class name: AbilityRunningInfo;
Method or attribute name: processName: string;
New version information: string
AbilityRunningInfo.d.ts
Type changed Class name: AbilityRunningInfo;
Method or attribute name: startTime: number;
Old version information:
Class name: AbilityRunningInfo;
Method or attribute name: startTime: number;
New version information: number
AbilityRunningInfo.d.ts
Type changed Class name: AbilityRunningInfo;
Method or attribute name: abilityState: abilityManager.AbilityState;
Old version information:
Class name: AbilityRunningInfo;
Method or attribute name: abilityState: abilityManager.AbilityState;
New version information: abilityManager.AbilityState
AbilityRunningInfo.d.ts
Type changed Class name: AbilityStageContext;
Method or attribute name: currentHapModuleInfo: HapModuleInfo;
Old version information:
Class name: AbilityStageContext;
Method or attribute name: currentHapModuleInfo: HapModuleInfo;
New version information: HapModuleInfo
AbilityStageContext.d.ts
Type changed Class name: AbilityStageContext;
Method or attribute name: config: Configuration;
Old version information:
Class name: AbilityStageContext;
Method or attribute name: config: Configuration;
New version information: Configuration
AbilityStageContext.d.ts
Type changed Class name: AbilityStageMonitor;
Method or attribute name: moduleName: string;
Old version information:
Class name: AbilityStageMonitor;
Method or attribute name: moduleName: string;
New version information: string
AbilityStageMonitor.d.ts
Type changed Class name: AbilityStageMonitor;
Method or attribute name: srcEntrance: string;
Old version information:
Class name: AbilityStageMonitor;
Method or attribute name: srcEntrance: string;
New version information: string
AbilityStageMonitor.d.ts
Type changed Class name: AbilityStateData;
Method or attribute name: moduleName: string;
Old version information:
Class name: AbilityStateData;
Method or attribute name: moduleName: string;
New version information: string
AbilityStateData.d.ts
Type changed Class name: AbilityStateData;
Method or attribute name: bundleName: string;
Old version information:
Class name: AbilityStateData;
Method or attribute name: bundleName: string;
New version information: string
AbilityStateData.d.ts
Type changed Class name: AbilityStateData;
Method or attribute name: abilityName: string;
Old version information:
Class name: AbilityStateData;
Method or attribute name: abilityName: string;
New version information: string
AbilityStateData.d.ts
Type changed Class name: AbilityStateData;
Method or attribute name: pid: number;
Old version information:
Class name: AbilityStateData;
Method or attribute name: pid: number;
New version information: number
AbilityStateData.d.ts
Type changed Class name: AbilityStateData;
Method or attribute name: uid: number;
Old version information:
Class name: AbilityStateData;
Method or attribute name: uid: number;
New version information: number
AbilityStateData.d.ts
Type changed Class name: AbilityStateData;
Method or attribute name: state: number;
Old version information:
Class name: AbilityStateData;
Method or attribute name: state: number;
New version information: number
AbilityStateData.d.ts
Type changed Class name: AbilityStateData;
Method or attribute name: abilityType: number;
Old version information:
Class name: AbilityStateData;
Method or attribute name: abilityType: number;
New version information: number
AbilityStateData.d.ts
Type changed Class name: AppStateData;
Method or attribute name: bundleName: string;
Old version information:
Class name: AppStateData;
Method or attribute name: bundleName: string;
New version information: string
AppStateData.d.ts
Type changed Class name: AppStateData;
Method or attribute name: uid: number;
Old version information:
Class name: AppStateData;
Method or attribute name: uid: number;
New version information: number
AppStateData.d.ts
Type changed Class name: AppStateData;
Method or attribute name: state: number;
Old version information:
Class name: AppStateData;
Method or attribute name: state: number;
New version information: number
AppStateData.d.ts
Type changed Class name: BaseContext;
Method or attribute name: stageMode: boolean;
Old version information:
Class name: BaseContext;
Method or attribute name: stageMode: boolean;
New version information: boolean
BaseContext.d.ts
Type changed Class name: Context;
Method or attribute name: area: contextConstant.AreaMode;
Old version information: AreaMode
Class name: Context;
Method or attribute name: area: contextConstant.AreaMode;
New version information: contextConstant.AreaMode
Context.d.ts
Type changed Class name: ContinueDeviceInfo;
Method or attribute name: srcDeviceId: string;
Old version information:
Class name: ContinueDeviceInfo;
Method or attribute name: srcDeviceId: string;
New version information: string
ContinueDeviceInfo.d.ts
Type changed Class name: ContinueDeviceInfo;
Method or attribute name: dstDeviceId: string;
Old version information:
Class name: ContinueDeviceInfo;
Method or attribute name: dstDeviceId: string;
New version information: string
ContinueDeviceInfo.d.ts
Type changed Class name: ContinueDeviceInfo;
Method or attribute name: missionId: number;
Old version information:
Class name: ContinueDeviceInfo;
Method or attribute name: missionId: number;
New version information: number
ContinueDeviceInfo.d.ts
Type changed Class name: ContinueDeviceInfo;
Method or attribute name: wantParam: { [key: string]: any };
Old version information:
Class name: ContinueDeviceInfo;
Method or attribute name: wantParam: { [key: string]: any };
New version information: object
ContinueDeviceInfo.d.ts
Type changed Class name: ExtensionContext;
Method or attribute name: currentHapModuleInfo: HapModuleInfo;
Old version information:
Class name: ExtensionContext;
Method or attribute name: currentHapModuleInfo: HapModuleInfo;
New version information: HapModuleInfo
ExtensionContext.d.ts
Type changed Class name: ExtensionContext;
Method or attribute name: config: Configuration;
Old version information:
Class name: ExtensionContext;
Method or attribute name: config: Configuration;
New version information: Configuration
ExtensionContext.d.ts
Type changed Class name: ExtensionContext;
Method or attribute name: extensionAbilityInfo: ExtensionAbilityInfo;
Old version information:
Class name: ExtensionContext;
Method or attribute name: extensionAbilityInfo: ExtensionAbilityInfo;
New version information: ExtensionAbilityInfo
ExtensionContext.d.ts
Type changed Class name: ExtensionRunningInfo;
Method or attribute name: extension: ElementName;
Old version information:
Class name: ExtensionRunningInfo;
Method or attribute name: extension: ElementName;
New version information: ElementName
ExtensionRunningInfo.d.ts
Type changed Class name: ExtensionRunningInfo;
Method or attribute name: pid: number;
Old version information:
Class name: ExtensionRunningInfo;
Method or attribute name: pid: number;
New version information: number
ExtensionRunningInfo.d.ts
Type changed Class name: ExtensionRunningInfo;
Method or attribute name: uid: number;
Old version information:
Class name: ExtensionRunningInfo;
Method or attribute name: uid: number;
New version information: number
ExtensionRunningInfo.d.ts
Type changed Class name: ExtensionRunningInfo;
Method or attribute name: processName: string;
Old version information:
Class name: ExtensionRunningInfo;
Method or attribute name: processName: string;
New version information: string
ExtensionRunningInfo.d.ts
Type changed Class name: ExtensionRunningInfo;
Method or attribute name: startTime: number;
Old version information:
Class name: ExtensionRunningInfo;
Method or attribute name: startTime: number;
New version information: number
ExtensionRunningInfo.d.ts
Type changed Class name: ExtensionRunningInfo;
Method or attribute name: clientPackage: Array<String>;
Old version information:
Class name: ExtensionRunningInfo;
Method or attribute name: clientPackage: Array<String>;
New version information: Array<String>
ExtensionRunningInfo.d.ts
Type changed Class name: ExtensionRunningInfo;
Method or attribute name: type: bundle.ExtensionAbilityType;
Old version information:
Class name: ExtensionRunningInfo;
Method or attribute name: type: bundle.ExtensionAbilityType;
New version information: bundle.ExtensionAbilityType
ExtensionRunningInfo.d.ts
Type changed Class name: MissionDeviceInfo;
Method or attribute name: deviceId: string;
Old version information:
Class name: MissionDeviceInfo;
Method or attribute name: deviceId: string;
New version information: string
MissionDeviceInfo.d.ts
Type changed Class name: MissionInfo;
Method or attribute name: missionId: number;
Old version information:
Class name: MissionInfo;
Method or attribute name: missionId: number;
New version information: number
MissionInfo.d.ts
Type changed Class name: MissionInfo;
Method or attribute name: runningState: number;
Old version information:
Class name: MissionInfo;
Method or attribute name: runningState: number;
New version information: number
MissionInfo.d.ts
Type changed Class name: MissionInfo;
Method or attribute name: lockedState: boolean;
Old version information:
Class name: MissionInfo;
Method or attribute name: lockedState: boolean;
New version information: boolean
MissionInfo.d.ts
Type changed Class name: MissionInfo;
Method or attribute name: timestamp: string;
Old version information:
Class name: MissionInfo;
Method or attribute name: timestamp: string;
New version information: string
MissionInfo.d.ts
Type changed Class name: MissionInfo;
Method or attribute name: want: Want;
Old version information:
Class name: MissionInfo;
Method or attribute name: want: Want;
New version information: Want
MissionInfo.d.ts
Type changed Class name: MissionInfo;
Method or attribute name: label: string;
Old version information:
Class name: MissionInfo;
Method or attribute name: label: string;
New version information: string
MissionInfo.d.ts
Type changed Class name: MissionInfo;
Method or attribute name: iconPath: string;
Old version information:
Class name: MissionInfo;
Method or attribute name: iconPath: string;
New version information: string
MissionInfo.d.ts
Type changed Class name: MissionInfo;
Method or attribute name: continuable: boolean;
Old version information:
Class name: MissionInfo;
Method or attribute name: continuable: boolean;
New version information: boolean
MissionInfo.d.ts
Type changed Class name: MissionParameter;
Method or attribute name: deviceId: string;
Old version information:
Class name: MissionParameter;
Method or attribute name: deviceId: string;
New version information: string
MissionParameter.d.ts
Type changed Class name: MissionParameter;
Method or attribute name: fixConflict: boolean;
Old version information:
Class name: MissionParameter;
Method or attribute name: fixConflict: boolean;
New version information: boolean
MissionParameter.d.ts
Type changed Class name: MissionParameter;
Method or attribute name: tag: number;
Old version information:
Class name: MissionParameter;
Method or attribute name: tag: number;
New version information: number
MissionParameter.d.ts
Type changed Class name: MissionSnapshot;
Method or attribute name: ability: ElementName;
Old version information:
Class name: MissionSnapshot;
Method or attribute name: ability: ElementName;
New version information: ElementName
MissionSnapshot.d.ts
Type changed Class name: MissionSnapshot;
Method or attribute name: snapshot: image.PixelMap;
Old version information:
Class name: MissionSnapshot;
Method or attribute name: snapshot: image.PixelMap;
New version information: image.PixelMap
MissionSnapshot.d.ts
Type changed Class name: ProcessData;
Method or attribute name: bundleName: string;
Old version information:
Class name: ProcessData;
Method or attribute name: bundleName: string;
New version information: string
ProcessData.d.ts
Type changed Class name: ProcessData;
Method or attribute name: pid: number;
Old version information:
Class name: ProcessData;
Method or attribute name: pid: number;
New version information: number
ProcessData.d.ts
Type changed Class name: ProcessData;
Method or attribute name: uid: number;
Old version information:
Class name: ProcessData;
Method or attribute name: uid: number;
New version information: number
ProcessData.d.ts
Type changed Class name: ProcessData;
Method or attribute name: state: number;
Old version information:
Class name: ProcessData;
Method or attribute name: state: number;
New version information: number
ProcessData.d.ts
Type changed Class name: ProcessData;
Method or attribute name: isContinuousTask: boolean;
Old version information:
Class name: ProcessData;
Method or attribute name: isContinuousTask: boolean;
New version information: boolean
ProcessData.d.ts
Type changed Class name: ProcessData;
Method or attribute name: isKeepAlive: boolean;
Old version information:
Class name: ProcessData;
Method or attribute name: isKeepAlive: boolean;
New version information: boolean
ProcessData.d.ts
Type changed Class name: ProcessInformation;
Method or attribute name: pid: number;
Old version information:
Class name: ProcessInformation;
Method or attribute name: pid: number;
New version information: number
ProcessInformation.d.ts
Type changed Class name: ProcessInformation;
Method or attribute name: uid: number;
Old version information:
Class name: ProcessInformation;
Method or attribute name: uid: number;
New version information: number
ProcessInformation.d.ts
Type changed Class name: ProcessInformation;
Method or attribute name: processName: string;
Old version information:
Class name: ProcessInformation;
Method or attribute name: processName: string;
New version information: string
ProcessInformation.d.ts
Type changed Class name: ProcessInformation;
Method or attribute name: bundleNames: Array<string>;
Old version information:
Class name: ProcessInformation;
Method or attribute name: bundleNames: Array<string>;
New version information: Array<string>
ProcessInformation.d.ts
Type changed Class name: ProcessRunningInfo;
Method or attribute name: pid: number;
Old version information:
Class name: ProcessRunningInfo;
Method or attribute name: pid: number;
New version information: number
ProcessRunningInfo.d.ts
Type changed Class name: ProcessRunningInfo;
Method or attribute name: uid: number;
Old version information:
Class name: ProcessRunningInfo;
Method or attribute name: uid: number;
New version information: number
ProcessRunningInfo.d.ts
Type changed Class name: ProcessRunningInfo;
Method or attribute name: processName: string;
Old version information:
Class name: ProcessRunningInfo;
Method or attribute name: processName: string;
New version information: string
ProcessRunningInfo.d.ts
Type changed Class name: ProcessRunningInfo;
Method or attribute name: bundleNames: Array<string>;
Old version information:
Class name: ProcessRunningInfo;
Method or attribute name: bundleNames: Array<string>;
New version information: Array<string>
ProcessRunningInfo.d.ts
Type changed Class name: ShellCmdResult;
Method or attribute name: stdResult: string;
Old version information:
Class name: ShellCmdResult;
Method or attribute name: stdResult: string;
New version information: string
shellCmdResult.d.ts
Type changed Class name: ShellCmdResult;
Method or attribute name: exitCode: number;
Old version information:
Class name: ShellCmdResult;
Method or attribute name: exitCode: number;
New version information: number
shellCmdResult.d.ts
Type changed Class name: ContinuationExtraParams;
Method or attribute name: deviceType?: Array<string>;
Old version information:
Class name: ContinuationExtraParams;
Method or attribute name: deviceType?: Array<string>;
New version information: ?Array<string>
continuationExtraParams.d.ts
Type changed Class name: ContinuationExtraParams;
Method or attribute name: targetBundle?: string;
Old version information:
Class name: ContinuationExtraParams;
Method or attribute name: targetBundle?: string;
New version information: ?string
continuationExtraParams.d.ts
Type changed Class name: ContinuationExtraParams;
Method or attribute name: description?: string;
Old version information:
Class name: ContinuationExtraParams;
Method or attribute name: description?: string;
New version information: ?string
continuationExtraParams.d.ts
Type changed Class name: ContinuationExtraParams;
Method or attribute name: filter?: any;
Old version information:
Class name: ContinuationExtraParams;
Method or attribute name: filter?: any;
New version information: ?any
continuationExtraParams.d.ts
Type changed Class name: ContinuationExtraParams;
Method or attribute name: continuationMode?: continuationManager.ContinuationMode;
Old version information:
Class name: ContinuationExtraParams;
Method or attribute name: continuationMode?: continuationManager.ContinuationMode;
New version information: ?continuationManager.ContinuationMode
continuationExtraParams.d.ts
Type changed Class name: ContinuationExtraParams;
Method or attribute name: authInfo?: { [key: string]: any };
Old version information:
Class name: ContinuationExtraParams;
Method or attribute name: authInfo?: { [key: string]: any };
New version information: ?object
continuationExtraParams.d.ts
Type changed Class name: ContinuationResult;
Method or attribute name: id: string;
Old version information:
Class name: ContinuationResult;
Method or attribute name: id: string;
New version information: string
continuationResult.d.ts
Type changed Class name: ContinuationResult;
Method or attribute name: type: string;
Old version information:
Class name: ContinuationResult;
Method or attribute name: type: string;
New version information: string
continuationResult.d.ts
Type changed Class name: ContinuationResult;
Method or attribute name: name: string;
Old version information:
Class name: ContinuationResult;
Method or attribute name: name: string;
New version information: string
continuationResult.d.ts
Type changed Class name: TriggerInfo;
Method or attribute name: code: number;
Old version information:
Class name: TriggerInfo;
Method or attribute name: code: number;
New version information: number
triggerInfo.d.ts
Type changed Class name: TriggerInfo;
Method or attribute name: want?: Want;
Old version information:
Class name: TriggerInfo;
Method or attribute name: want?: Want;
New version information: ?Want
triggerInfo.d.ts
Type changed Class name: TriggerInfo;
Method or attribute name: permission?: string;
Old version information:
Class name: TriggerInfo;
Method or attribute name: permission?: string;
New version information: ?string
triggerInfo.d.ts
Type changed Class name: TriggerInfo;
Method or attribute name: extraInfo?: { [key: string]: any };
Old version information:
Class name: TriggerInfo;
Method or attribute name: extraInfo?: { [key: string]: any };
New version information: ?object
triggerInfo.d.ts
Type changed Class name: WantAgentInfo;
Method or attribute name: wants: Array<Want>;
Old version information:
Class name: WantAgentInfo;
Method or attribute name: wants: Array<Want>;
New version information: Array<Want>
wantAgentInfo.d.ts
Type changed Class name: WantAgentInfo;
Method or attribute name: operationType: wantAgent.OperationType;
Old version information:
Class name: WantAgentInfo;
Method or attribute name: operationType: wantAgent.OperationType;
New version information: wantAgent.OperationType
wantAgentInfo.d.ts
Type changed Class name: WantAgentInfo;
Method or attribute name: requestCode: number;
Old version information:
Class name: WantAgentInfo;
Method or attribute name: requestCode: number;
New version information: number
wantAgentInfo.d.ts
Type changed Class name: WantAgentInfo;
Method or attribute name: wantAgentFlags?: Array<wantAgent.WantAgentFlags>;
Old version information:
Class name: WantAgentInfo;
Method or attribute name: wantAgentFlags?: Array<wantAgent.WantAgentFlags>;
New version information: ?Array<wantAgent.WantAgentFlags>
wantAgentInfo.d.ts
Type changed Class name: WantAgentInfo;
Method or attribute name: extraInfo?: { [key: string]: any };
Old version information:
Class name: WantAgentInfo;
Method or attribute name: extraInfo?: { [key: string]: any };
New version information: ?object
wantAgentInfo.d.ts